@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);

/*font Noto Sans KR*/
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.3;
    font-family: 'Noto Sans KR', 'Roboto', sans-serif;
    color: #999;
    font-size: 15px;
    font-weight: 400;
}

input, select, em, textarea, button {
    font-style: normal;
    font-family: 'Noto Sans KR', 'Roboto', sans-serif;
}

input, button, select {
    outline: none;
}

input[type="text"]::-ms-clear {
    display: none;
}

input[type="password"]::-ms-clear {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #333;
    font-family: 'Noto Sans KR', sans-serif;
}


/* common input type */
input,
select {
    display: block;
    width: 100%;
    height: 54px;
    padding: 24px 0 8px;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    border: 0;
    vertical-align: top;
    color: #121212;
    letter-spacing: -0.23px;
    box-sizing: border-box;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: rgb(255, 255, 255) !important;
    transition: background-color 5000s ease-in-out 0s;
}

input.lang-en {
    padding: 26px 0 10px;
    font-family: 'Roboto', 'Noto Sans KR', 'Roboto', sans-serif;
}

input[disabled="disabled"],
input:read-only {
    color: #121212;
    background: #fff;
}

label {
    cursor: default;
}

.form-group {
    margin-top: 12px;
}

.form-group.type-col .form-input-txPw,
.form-group.type-color01 .form-current-input-txPw {
    float: left;
    width: 228px;
}

.form-group.type1 {
    margin-top: 0;
}

.form-group.type2 {
    margin-top: 20px;
}

.form-input-txPw,
.form-current-input-txPw {
    position: relative;
    padding: 0 70px 0 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-input-txPw .form-label,
.form-current-input-txPw .form-label{
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 20px;
    color: #999;
    padding: 0;
    z-index: 1;
    transition-timing-function: ease-in;
    transition-duration: .125s
}

.form-input-txPw .form-label,
.form-current-input-txPw .form-label {
}

.form-input-txPw .placeholder,
.form-current-input-txPw .placeholder{
    display: none;
}

.form-input-txPw .placeholder.on,
.form-current-input-txPw .placeholder.on {
    display: block;
    position: absolute;
    top: 35px;
    left: 30px;
    color: #ccc;
}

.form-input-txPw .icon-pw,
.form-current-input-txPw .icon-pw {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 16px;
    cursor: default;
}

.form-input-txPw.focus,
.form-current-input-txPw.focus {
    border-color: #121212;
    box-shadow: 2px 2px 5px rgba(51, 51, 51, 0.16);
}

.form-input-txPw.focus .form-label,
.form-current-input-txPw.focus .form-label {
    font-size: 12px;
    font-weight: 400;
    top: 8px;
    color: #999;
}

.form-input-txPw.val .form-label,
.form-current-input-txPw.val .form-label {
    font-size: 12px;
    font-weight: 400;
    top: 8px;
    color: #999;
    transition: none;
}

.form-input-txPw.err,
.form-current-input-txPw.err {
    border-color: #f7444e;
}

.form-input-txPw.err .form-label,
.form-current-input-txPw.err .form-label {
    color: #f7444e;
}

.form-input-txPw.type-shop,
.form-current-input-txPw.type-shop {
    position: relative;
    padding-right: 140px;
}

.form-input-txPw.type-shop .text-shop,
.form-current-input-txPw.type-shop .text-shop {
    position: absolute;
    top: 26px;
    right: 30px;
    font-family: 'Roboto';
    font-size: 17px;
    color: #999;
}

.form-input-txPw.disabled,
.form-input-txPw.readonly,
.form-current-input-txPw.disabled,
.form-current-input-txPw.readonly {
    background: #f2f2f2;
}

.form-input-txPw.readonly,
.form-current-input-txPw.readonly {
    border-color: #ccc;
    box-shadow: none;
}

.form-input-txPw.disabled input,
.form-input-txPw.readonly input,
.form-current-input-txPw.disabled input,
.form-current-input-txPw.readonly input {
    background: #f2f2f2;
}

.form-input-txPw.disabled label,
.form-current-input-txPw.disabled label {
    color: #999;
}

.form-input-txPw.disabled.dim input,
.form-current-input-txPw.disabled.dim input {
    color: #121212;
}

.form-input-txPw.disabled.dim label,
.form-current-input-txPw.disabled.dim label {
    font-size: 12px;
    font-weight: 400;
    top: 8px;
    color: #999;
    transition: none;
}

.form-input-ck {
}

.form-input-ck input { /*display:none;*/
    position: absolute; /*top:0;left:0;*/
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    z-index: -1;
    overflow: hidden;
    opacity: 0;
    vertical-align: top;
}

.form-input-ck label {
    display: inline-block; /*height:24px;*/
    line-height: 25px;
    padding: 0 0 0 35px;
    font-size: 15px;
    background: url(/assets/site/images/icon_checkbox_off.png) no-repeat 0 0;
    letter-spacing: -0.04em;
    background-size: auto 24px;
    cursor: pointer;
    color: #121212;
    font-weight: 400;
}

.form-input-ck label.focus {
    outline: 1px dotted #333;
}

.form-input-ck input:focus {
    outline: 1px dotted #333;
}

.form-input-ck .box-security {
    display: none;
}

.form-input-ck.on label {
    background: url(/assets/site/images/icon_checkbox_on.png) no-repeat 0 0;
    background-size: auto 24px;
}

.form-input-ck.type-2 label {
    padding: 0 0 0 26px;
    font-weight: 400 !important;
    color: #666;
    background: url(/assets/site/images/icon_checkbox02_off.png) no-repeat 0 50%;
    background-size: 16px auto;
    font-weight: 400;
}

.form-input-ck.type-2.on label {
    background: url(/assets/site/images/icon_checkbox02_on.png) no-repeat 0 50%;
    background-size: 16px auto;
}

.form-input-ck.on .box-security {
    display: block;
}

.form-input-ck.all label {
    font-weight: 400;
    font-size: 16px;
    color: #121212;
    letter-spacing: -0.24px;
}

.form-input-ck.all label strong {
    font-weight: 400;
    color: #f7444e;
}

.form-input-ck.all label strong.text-sel {
    color: #999;
}

.form-input-ck input:disabled + label {
    background: url(/assets/site/images/icon_checkbox_on_disabled.png) no-repeat 0 0;
    background-size: auto 24px;
    cursor: default;
}

.form-input-txPw.focus .form-label.type-id::after {
    content: '(6~12자 이내, 영문, 숫자 입력 가능)';
}

.form-input-txPw.focus .form-label.type-pw::after {
    content: '(10~30자 이내, 영문자/숫자/기호 입력 가능)';
}

.form-input-txPw.focus .form-label.type-birth::after {
    content: '(8자리로 입력)';
}

/* common icon */
.icon-pwOff {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 18px;
    position: absolute;
    top: 19px;
    right: 20px;
    background: url(/assets/site/images/icon_pwoff.png) no-repeat 0 0;
    cursor: pointer;
    background-size: auto 18px;
}

.icon-pwOff:after {
    display: none;
    content: '';
    position: absolute;
    width: 80px;
    height: 20px;
    line-height: 20px;
    top: 24px;
    right: -33px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background: #121212;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.icon-pwOff.show {
    background: url(/assets/site/images/icon_pwon.png) no-repeat 0 0;
    background-size: auto 18px;
}

.icon-pwOff.tool:after {
    display: block;
    content: '비밀번호 표시';
    width: 85px;
}

.icon-pwOff.tool.show:after {
    display: block;
    content: '비밀번호 숨기기';
    width: 95px;
}

/* common comment text */
.text-err {
    display: inline-block;
    line-height: 20px;
    margin-top: 10px;
    padding-left: 27px;
    padding-bottom: 1px;
    font-size: 14px;
    font-weight: 400;
    color: #f7444e;
    background: url(/assets/site/images/icon_err.png) no-repeat 0 1px;
    letter-spacing: -0.04em;
    background-size: auto 20px;
}

.text-err2 {
    display: block;
    line-height: 20px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #f7444e;
}

.text-confirm {
    display: inline-block;
    line-height: 20px;
    margin-top: 10px;
    padding-left: 27px;
    padding-bottom: 1px;
    font-size: 14px;
    font-weight: 400;
    color: #494949;
    background: url(/assets/site/images/icon_confirm.png) no-repeat 0 1px;
    letter-spacing: -0.04em;
    background-size: auto 20px;
}

.text-confirm2 {
    display: inline-block;
    line-height: 30px;
    margin-top: 8px;
    padding-left: 45px;
    font-size: 15px;
    font-weight: 400;
    color: #121212;
    background: url(/assets/site/images/icon_confirm2.png) no-repeat 0 0;
    letter-spacing: -0.04em;
}

.text-comment {
    display: inline-block;
    position: relative;
    line-height: 23px;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 300px;
    color: #808080;
}

.text-comment:before {
    display: inline-block;
    content: '*';
    position: absolute;
    top: 0;
    left: 0;
}

.text-cmt {
    display: inline-block;
    line-height: 23px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}

/*common button*/
button {
    cursor: pointer;
}

.common-button-wrap {
    margin-top: 40px;
}

.common-button-wrap.type1 a {
    display: block;
}

.common-button-wrap.type2:after {
    display: block;
    content: '';
    clear: both;
}

.common-button-wrap.type2 a {
    float: left;
}

.common-button-wrap.type2 .btn-bb.comn1 {
    width: 380px;
    margin-left: 20px;
}

.common-button-wrap.type2 .btn-ic {
    width: 60px;
}

.common-button-wrap.type3 a {
    display: inline-block;
    width: 140px;
    height: 46px;
    padding: 12px 22px;
    border-radius: 3px;
    box-sizing: border-box;
}

.common-button-wrap.type3 a + a {
    margin-left: 8px;
}

.common-button-wrap.type3 .type-white {
    background: #fff;
    border: 1px solid #ccc;
    color: #454545;
}

.common-button-wrap.type3 .type-red {
    background: #f7444e;
    border: 1px solid #f7444e;
    color: #ffffff;
}

.btn-bb {
    display: block;
    min-width: 130px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    border:0px;
    width:100%;
}

.btn-bb.comn1 {
    box-shadow: 0 15px 16px rgba(247, 68, 78, 0.3);
    background: #f7444e;
    cursor: pointer;
}

.btn-bb.comn2 {
    box-shadow: 0 15px 16px rgba(51, 51, 51, 0.2);
    background: #333;
}

.btn-bb.comn3 {
    height: 58px;
    line-height: 58px;
    border: 1px solid #ccc;
    box-shadow: 0 15px 16px rgba(51, 51, 51, 0.2);
    color: #494949;
    background: #fff;
}

.btn-bb.comn4 {
    box-shadow: 0 15px 16px rgba(247, 68, 78, 0.3);
    background: #f7444e;
    cursor: pointer;
    width: 50%;
}

.btn-bb.type-min {
    width: 260px;
}

.btn-ic {
    display: inline-block;
    position: relative;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    text-align: center;
    font-size: 0px;
    text-indent: -9999px;
    background: #333;
    box-shadow: 0 15px 16px rgba(51, 51, 51, 0.2);
    background: #333;
}

.btn-ic:after {
    display: block;
    content: '';
    width: 30px;
    height: 36px;
    position: absolute;
    top: 12px;
    left: 15px;
    background: url(/assets/site/images/btn_print.png) no-repeat 50% 50%;
}

button.btn-formType {
    display: inline-block;
    width: 119px;
    height: 70px;
    line-height: 25px;
    margin-left: 10px;
    padding: 10px 20px;
    border: 0;
    text-align: center;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    background: #333;
}

a.btn-formType {
    display: inline-block;
    width: 79px;
    height: 50px;
    line-height: 25px;
    margin-left: 10px;
    padding: 10px 20px;
    border: 0;
    text-align: center;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    background: #333;
}

.btn-formType.dim {
    padding: 10px 20px;
    color: #d9d9d9;
    background: #f2f2f2;
}

.btn {
    width: 140px;
    height: 46px;
    padding: 12px 22px;
    border-radius: 3px;
    box-sizing: border-box;
}

/*layout*/
#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#wrapper2 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content-wrap {
    flex: 1;
    min-height: calc(100vh - 74px - 110px - 88px);
    padding: 80px 0 88px;
}

/*lnb*/
.lnb {
    width: 200px;
    margin: 0 0 0 -600px;
    position: absolute;
    left: 50%;
    top: 80px;
}

.lnb ul > li > a {
    color: #111;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    display: block;
}

.lnb ul > li:first-child > a {
    padding-top: 20px;
}


/* header */
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all ease-in .2s;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    height: 80px;
    z-index: 99;
}

#header2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all ease-in .2s;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    height: 80px;
    z-index: 99;
}

#header.fix, #header2.fix {
    position: fixed;
    top: 0;
    left: 0;
}

.header-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: right;
}

.header-wrap h1 {
    padding: 24px 0;
    position: Absolute;
    top: 0;
    left: 0;
    height: 32px;
}

.header-wrap h1 a img {
    width: 146px;
}

.header-wrap a.login {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background: #f7444e;
    width: 173px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 28px;
    margin: 15px 0
}

.header-wrap a.logout {
    font-size: 16px;
    color: #111111;
    display: inline-block;
    background: #ededed;
    width: 107px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 28px;
    margin: 15px 0
}

.header-wrap a.admin {
    font-size: 16px;
    color: #d6dfe1;
    display: inline-block;
    background: #272b3a;
    width: 166px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 28px;
    margin: 15px 6px 15px 0;
}

.header-wrap a.admin:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url('/img/icon_shopby_admin.png') no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 10px;
}

.header-wrap a.user {
    font-size: 14px;
    margin: 0 15px 0 0;
}

.header-wrap a.user strong {
    font-size: 16px;
}

/* .header-wrap a.login:after{content:"";display:inline-block;width:16px;height:7px;background:url('/img/icon_login_arrow.png') no-repeat 0 0;background-size:100%;vertical-align:2px;margin-left:5px;} */


.limit-time {
    top: 50%;
    position: absolute;
    right: 12px;
    transform: translate(0, -50%);
}

#searchList {
    padding: 15px 20px 0 20px;
    margin : 10px 0 20px 0;
}

#searchList ul li {
    position: relative;
    list-style: none;
    background-color: #ffffff;
    padding: 16px 85px 16px 14px;
    border-bottom: 1px solid #ececec;
}
#searchList ul li dl dt {
    float: left;
    margin-right: 5px;
}

#searchList ul li dl dt span {
    display: inline-block;
    width: 35px;
    height: 12px;
    line-height: 12px;
    padding: 2px 0 2px 0;
    font-size: 10px;
    color: #ffffff;
    background-color: #babcc2;
    text-align: center;
}
#searchList ul li dl dd {
    font-size: 11.5px;
    color: #848484;
    text-align: left;
    cursor: pointer;
}
#searchList ul li dl dd:hover {
    color: blue;
}
#searchList ul li dl:first-child dd {
    color: black;
}
#searchList ul li dl:first-child dd:hover {
    color: blue;
}
#searchList ul li dl:first-child{
    margin: 4px 0 4px 0;
}
#searchList ul li dl{
    min-height: 17px;
    overflow: hidden;
    margin: 5px 0 4px 0;
}
#searchList ul li > span {
    position: absolute;
    right: 27px;
    top: 50%;
    margin: -10px 0 0 0;
    font-size: 13px;
    color: black;
}
#addressCloseBtn {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 30px 20px 20px 20px;
}
#passwordResetBtn a.disabled {
    background-color: #f7f7f7;
    color: #d9d9d9;
    box-shadow: none;
}
