/* ======= Header ======= */

/* Main Type */
header { position: absolute; top: 0; left: 0; width: 100%; z-index: 10000; }
.customer-menu { position: absolute; top: 10px; right: 2px; }
.customer-menu:after { content: ''; display: block; clear: both; }
.customer-menu li { float: left; }
.customer-menu li a { display: block; margin-left: 22px; padding: 2px; line-height: 1; text-align: center; color: #ffffff; font-size: 15px; }
.customer-menu li:first-child a { padding-left: 0; }
.customer-menu li:last-child a { padding-right: 0; border-right: none; }

.header-wrap { z-index: 1; position: relative; margin: auto; width: 100%; height: 80px; text-align: center; border-bottom: 2px solid rgba(255,255,255,.5); }
.header-wrap .container-large { position: relative; height: 100%; }
.logo { display: block; position: absolute; top: 0; left: 0; margin: auto; width: 266px; height: 100%; }
.logo a { display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-image: url('/child/img/ci_re.png'); }
.sns-ul { float: left; padding-top: 40px; }
.sns { float: left; margin-right: 10px; }
.sns a { display: block; }
.sns a i { display: block; width: 35px; height: 35px; }
.s1 { background-image: url('/child/img/icon/s1.png'); background-repeat: no-repeat; background-position: center; }
.s2 { background-image: url('/child/img/icon/s2.png'); background-repeat: no-repeat; background-position: center; }
.s3 { background-image: url('/child/img/icon/s3.png'); background-repeat: no-repeat; background-position: center; }



/* GNB */
.gnb { float: right; display: inline-block; vertical-align: top; margin-top: 15px; }
.gnb-menu { position: relative; width: auto; text-align: center; }
.gnb-menu:last-child a { margin-right: 0; padding-right: 0; }
.gnb-search { width: 250px; }
.gnb-menu a { display: block; margin: 0 25px; padding: 20px 5px 16px; font-size: 20px; font-weight: 400; color: #fff; }
.gnb-menu h2 { font-size: inherit; color: inherit; font-weight: inherit; }
.gnb-menu a span { font-size: 15px; color: #ffffff; font-weight: 400; }
.gnb ul li.active:before { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 2px; background: #275bb3; }
.gnb-menu.active > a,
.toggle.active a,
.gnb-menu:hover > a { color: #275bb3; }
.sub-gnb { overflow: hidden; position: absolute; top: 58px; left: 50%; width: 185px; height: 0; opacity: 0; visibility: hidden; background: #fff; border: 1px solid #e5e5e5; border-top: 2px solid #275bb3;
    -webkit-transform: translate(-50%, -5px);
    -ms-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
    -webkit-transition: ease-out .35s;
    -o-transition: ease-out .35s;
    transition: ease-out .35s;
}
.gnb-menu a:hover ~ .sub-gnb,
.sub-gnb:hover { opacity: 1; visibility: visible; height: auto;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
.sub-gnb li { border-bottom: 1px solid #e5e5e5; }
.sub-gnb li:last-child { border-bottom: none; }
.sub-gnb li a { padding: 15px 25px 16px; font-size: 15px; color: #333; }
.sub-gnb li a:hover { background: #fafafa; }

#shopping { position: absolute; right: 0; top: 0; line-height: 80px; width: 173px; text-align: center; }
#shopping:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; margin: auto;
    width: 1px; height: 16px; background: #e5e5e5; }
#shopping a { display: block; color: #6b8e4a; font-weight: bold; }
#shopping a i { display: inline-block; vertical-align: -4px; margin-right: 10px; width: 27px; height: 22px; background: url('/child/img/icon/shopping.png'); }

.menu { z-index: 11; display: none; position: absolute; top: 5px; left: 5px; width: 50px; height: 50px; }
.cart { display: block; position: absolute; top: 5px; right: 5px; width: 50px; height: 50px; background: url('/child/m_img/icon/icon_cart.png') no-repeat center / 30px 25px; }
.cart a { display: block; width: 100%; height: 100%; }

.burger-menu { position: relative; padding: 17px 15px; width: 100%; height: 100%; }
.burger-wrap { position: relative; width: 100%; height: 100%; }
.burger-wrap span { position: absolute; width: 100%; height: 2px;
    background: #333;
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
}
.burger-menu[aria-pressed="false"] .burger-top { top: 0; right: 0; }
.burger-menu[aria-pressed="false"] .burger-middle { top: 0; right: 0; bottom: 0; margin: auto; }
.burger-menu[aria-pressed="false"] .burger-bottom { bottom: 0; right: 0; }
.burger-menu[aria-pressed="true"] .burger-top { top: 7px; right: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.burger-menu[aria-pressed="true"] .burger-middle { top: 0; right: 0; bottom: 0; margin: auto; opacity: 0; visibility: hidden; }
.burger-menu[aria-pressed="true"] .burger-bottom { bottom: 7px; right: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.m-search { display: none; position: absolute; top: 0; bottom: 0; right: 0; }
.m-search button { width: 50px; height: 50px; background: url('/child/img/search.png') no-repeat center / auto 23px; }

#header-search { float: right; margin-top: 7px; }
#hsearch-wrap { position: relative; padding-right: 40px; width: 200px; height: 40px; }
#hsearch-btn { position: absolute; top: 0; right: 0; width: 40px; height: 40px; }
#hsearch-area { width: 100%; height: 100%; }
#hsearch-area input { padding: 0 5px; width: 100%; height: 100%; font-size: 15px; border: none; color: #333; }
#hsearch-area input::placeholder { color: #999999; }
#hsearch-area input:-ms-input-placeholder { color: #999999 !important; }
#hsearch-area input::-ms-input-placeholder { color: #999999 !important; }
#hsearch-btn .btn-search span { display: block; margin: auto; width: 26px; height: 26px; background: url('/child/img/search.png') no-repeat center; }
#hsearch-btn .btn-search { margin: 0; width: 100%; height: 100%; }

.gnb-full {
    overflow: hidden; z-index: 2; position: relative; width: 100%; height: 0;
    background: rgba(255,255,255,.5); box-shadow: 0px 5px 8px 0px rgba(0,0,0,.1);
    -webkit-transition: ease-out .35s; transition: ease-out .35s;
    visibility: hidden; opacity: 0;
}
.gnb-full::before{
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px;
    background: linear-gradient(to right, #1664b2, #1cb7b9);
    -webkit-transition: all ease-out .15s; transition: all ease-out .15s;
    opacity: 0;
}
.gnb-full .container-large { text-align: right; width: 100%; height: 100%; }
.gnb-full-wrap { display: inline-block; margin-right: -65px; padding: 23px 65px 0 30px; width: 925px; height: 100%; background: #fff; white-space: nowrap; }
.full-gnb { display: inline-block; vertical-align: top; position: relative; margin: 0 25px; height: 100%; text-align: left; }
.full-gnb:nth-child(1) { width: 80px; }
.full-gnb:nth-child(2) { width: 98px; }
.full-gnb:nth-child(3) { width: 80px; }
.full-gnb:nth-child(4) { width: 94px; }
.full-gnb:nth-child(5) { width: 80px; }
.full-gnb:nth-child(6) { width: 114px; }
.full-gnb li a { display: block; padding: 6px 14px; width: 100%; font-size: 15px; color: #333; }
.full-gnb li a:hover { opacity: .7; }



/* Mobile Gnb */
.m_gnb { z-index: 9999; overflow: hidden; position: fixed; top: 0px; left: 0; -webkit-transform: translateX(-101%); transform: translateX(-101%);
    padding-top: 50px; width: 65%; height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.m_gnb #menu-container { padding-bottom: 50px; background: #fff; }
.mo_gnb_on{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.menu-login { margin: 7px 0; }
.menu-login li { position: relative; background: #fff; }
.menu-login li a { display: block; padding: 16px 15px 14px 60px; width: 100%; font-size: 13px; }
.login_icon { display: inline-block; vertical-align: middle; position: absolute; top: 9px; left: 15px; width: 30px; height: 30px; background: url('/child/img/icon/icon_profile.png') no-repeat center / 30px; }
.my-page { background: #fff; }
.my-page li { font-size: 14px !important; border-bottom: 1px solid #e5e5e5; }
.my-page li a { display: block; padding: 15px; font-size: 13px; color: #333; font-weight: 500; }
.active-tab .menu-link { color: #fff; background: #275bb3; }
.my-page .menu-submenu li { background: #f7f7f7; }
.my-page .menu-submenu li a { padding: 12px 30px; font-size: 13px; font-weight: 400; }

.m-menu-li { border-bottom: 1px solid #e5e5e5; }

.gnb-dimmed { z-index: 9998; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    animation: dimmed linear .3s forwards;
}
#menu-container .qk { padding: 7px; height: 80px; text-align: center; font-size: 13px; border-radius: 0; }
#menu-container .q1, #menu-container .q2, #menu-container .q4 { padding-top: 20px; }
#menu-container .qk i { display: block; position: static; height: 20px; background-size: auto 20px; }
@-webkit-keyframes dimmed {
    o% { background: rgba(0,0,0,0); }
    100% { background: rgba(0,0,0,.55); }
}
@keyframes dimmed {
    o% { background: rgba(0,0,0,0); }
    100% { background: rgba(0,0,0,.55); }
}


.right-login{
    display: none; position: absolute; top: 0; right: 0;
    width: 50px; height: 50px;
    font-size: 13px;
}



[data-header-theme="on"] .header-wrap,
[data-header-full="on"] .header-wrap { border-bottom: none; background: #fff; }
[data-header-theme="on"] .logo a,
[data-header-full="on"] .logo a { background-image: url('/child/img/ci-on_re.png'); }
[data-header-theme="on"] .customer-menu li a,
[data-header-full="on"] .customer-menu li a { color: #999999; }
[data-header-theme="on"] .gnb-menu a,
[data-header-full="on"] .gnb-menu a { color: #333; }
[data-header-full="on"] .gnb-full { height: 380px; opacity: 1; visibility: visible; }
[data-header-full="on"] .gnb-full::before { opacity: 1; }



@media (max-width: 1280px){
    .gnb-menu a { margin-right: 20px; margin-left: 20px; }
}
@media (max-width: 1024px){
    header { position: fixed; top: 0; left: 0; width: 100%; background: #fff; box-shadow: 0px 2px 10px 0px rgba(0,0,0,.1); }
    .logo { top: 0; right: 0; width: 100px; }
    .logo a { background-size: auto 17px; background-image: url('/child/img/ci-on_re.png'); }
    .header-wrap { height: 50px; }
    .gnb { display: none; }
    .full-gnb { display: none; }
    .gnb-full { display: none; }
    .menu { display: block; top: 0; left: 0; }
    .customer-menu { display: none; }
}
@media (max-width: 768px){
}





/* ======= Footer ======= */
footer { overflow-x: hidden; width: 100%; background-color: #4c5160; }
footer .container { max-width: 1100px;
    -webkit-transition: ease-out .35s;
    -o-transition: ease-out .35s;
    transition: ease-out .35s;
}
.footer-top { padding: 40px 0 20px; }
.footer-top .container { position: relative; }
.pt-list li { position: relative; padding: 0 15px; }
.pt-list li:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; margin: auto; width: 1px; height: 16px; background: rgba(96,100,115,1); }
.pt-list li:last-child:after { content: none; }
.pt-list li a { font-size: 15px; font-weight: 300; color: #bfc4d7; }

.footer-bottom .container { position: relative; display: flex; justify-content: space-between; }
.footer-logo { position: absolute; top: 0; left: 15px; bottom: 0; margin: auto; display: block; width: 110px; height: 38px; background: url('/child/img/footer_logo.png') no-repeat center / auto 38px; }
.bottom-l, .bottom-r { padding: 20px 0 90px; }
.footer-bottom ul.list li { position: relative; padding: 0 15px; }
.footer-bottom ul.list li a { font-size: 16px; font-weight: 300; color: #a3a8bf; cursor: text; }
.footer-bottom ul.list li:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; margin: auto; width: 1px; height: 15px; background: rgba(96,100,115,1); }
.footer-bottom ul.list li:last-child::after {
    display: none;
}
.copyright { margin-top: 7px; padding: 0 15px; font-size: 16px; font-weight: 300; color: #a3a8bf; }

.footer-bottom .bottom-r .contact {
    color: #a3a8bf;
    line-height: 1.5;
    /* padding-left: 20px; */
    font-size: 18px;
}
.footer-bottom .bottom-r .contact > h4 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
.footer-bottom .bottom-r .contact .contact-list {
    font-weight: 400;
}
.footer-bottom .bottom-r .contact .contact-list > li {
    text-wrap: nowrap;
    color: #bfc4d7;
}

.family-site { position: absolute; top: 0; right: 0;}
.family-site select { padding: 12px 19px; width: 220px; font-size: 16px; font-weight: 600; color: #777777;
    background: #fff url('/child/img/icon/select-arrow.png') right 20px center no-repeat; border-radius: 30px;
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;}

@media (max-width: 1024px){
    .bottom-l, .bottom-r { padding: 20px 0 50px; }
    .footer-bottom .container { padding: 0; }
    .family-site { display: none; position: relative; margin: 20px 15px 0; }
    .family-site select { padding: 5px 15px; width: 170px; font-size: 14px; }

}
@media (max-width: 768px){
    .footer-bottom .container {
        display: block;
    }
    .footer-bottom .bottom-l {
        padding: 20px 0 10px;
    }
    .footer-bottom .bottom-r {
        padding: 10px 0 20px;
    }
    .footer-bottom .bottom-r .contact {
        padding: 0 15px;
        font-size: 14px;
    }
    .footer-top { padding: 20px 0 10px; }

    .pt-list li a { font-size: 14px; }
    .footer-bottom ul.list li a { font-size: 14px; }
    .copyright { font-size: 14px; }
}
@media (max-width: 550px){
    .footer-logo,
    .f-sns-ul { display: none; }
    .bottom-r { padding-left: 0; }
}



/* Quick Menu */
#quick-menu { z-index: 99999; position: absolute; right: 30px; }
.quick {
    overflow: hidden;
    width: 80px;
    text-align: center;
    border-radius: 45px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,.2);
}
.quick-ul { }
.quick li { position: relative; background: #fff; }
.quick li.quick-top { background: linear-gradient( 170deg, #4e99e7, #71e3a4); }
.quick li.quick-top a { padding: 30px 0 20px; }
.quick li img { margin: 0 auto; }
.quick li:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 80%; height: 1px; background: #ebebeb; }
.quick li:first-child:after { content: none; }
.quick li:last-child:after { content: none; }
.quick li a { display: block; padding: 15px 0 16px; text-align: center; font-size: 14px; font-weight: 400; line-height: 20px; color: #555555; letter-spacing: -0.055em; }
.quick li span { display: block; margin-top: 10px; color: #9aafc4; }
.quick li:nth-child(4) a { padding-right: 0; padding-bottom: 35px; padding-left: 0; }

@media (max-width:1024px) {
    #quick-menu { display: none; }
}
