@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,700&display=swap');

/* reset */
* {margin: 0; padding: 0; box-sizing: border-box;}
ul,ol {list-style: none;}
hr {display: none;}
h1 {margin: 0;}
a {text-decoration: none;}
b {font-weight: 700;}
button {border: none; background: transparent; text-indent: -9999px; overflow: hidden; outline: none;}
img {border: none;}
html {font-size: 0.625em;}
body {font-family: 'Noto Sans KR', sans-serif; line-height: 1; color: #333; overflow-x: hidden;}
.clear:after {content: ""; clear: both; display: block;}
.blind {position: absolute; top: -9999px; left: -9999px;}
.pc {display: none;}
i.br {display: block;}
i.br.pc {display: inline;}

/* header */
header {
    position: absolute;
    width: 100%; height: 55px;
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
    z-index: 9999;
}
header.on {position: fixed;}
header button.mobile {
    position: absolute;
    top: 16px; left: 18px;
}
header button.mobile span {
    display: block;
    width: 28px; height: 2px;
    background: #3b3b3b;
    transition: 0.3s;
}
header button.mobile span:nth-child(2) {margin: 8px 0;}
header h1 a {
    display: block;
    width: 160px; height: 34px;
    margin: 10px auto 0;
    background: url(../img/logo_color.png) no-repeat center/contain;
    text-indent: -9999px;
    overflow: hidden;
}
header .iconWrap {
    position: absolute;
    top: 13px; right: 18px;
}
header .iconWrap button {
    width: 29px; height: 29px;
    background: url(../img/icon_langOn.png) no-repeat center/contain;
}
header .iconWrap ul.lang {
    display: none;
    position: absolute;
    top: 42px; right: 0;
    background: #fff;
}
header .iconWrap .lang li:first-child {
    font-size: 1.4rem; padding: 5px 11px;
}
header .iconWrap .lang li a {
    position: relative;
    display: block;
    width: 232px; height: 40px;
    padding-left: 72px;
    font-size: 1.4rem; color: #333;
    line-height: 39px;
    border-top: 1px solid #c8c8c8;
    transition: 0.5s;
}
header .iconWrap .lang li a.on {background: #eee;}
header .iconWrap .lang li a:hover {background: #eee;}
header .iconWrap .lang li a:before {
    position: absolute;
    content: '';
    top: 50%; left: 17px; transform: translateY(-50%);
    width: 38px; height: 26px;
    background: url(../img/lang_kor.jpg) no-repeat center/cover;
	border: 1px solid #c8c8c8;
}
header .iconWrap .lang li:nth-child(3) a:before {background-image: url(../img/lang_eng.jpg);}
header .iconWrap .lang li:nth-child(4) a:before {background-image: url(../img/lang_vietnam.jpg);}
header .iconWrap .lang li:nth-child(5) a:before {background-image: url(../img/lang_thai.jpg);}
.navInner {
    visibility: hidden;
    position: absolute;
    width: 250px; height: 100vh;
    top: 55px; left: -250px;
    background: #fff;
    transition: 0.5s cubic-bezier(.02,.85,.87,.98);
}
.navInner:after {
    position: absolute;
    content: '';
    top: 0; left: 250px;
    width: calc(100vw - 250px); height: 100vh;
    background: rgba(0,0,0,.8);
    opacity: 0;
}
.gnb > li > a {
    position: relative;
    display: block;
    padding: 18px 25px;
    font-size: 1.8rem; color: #141414;
}
.gnb > li > a:after {
    position: absolute;
    content: '';
    top: 50%; right: 26px; transform: translateY(-50%);
    width: 5px; height: 8px;
    background: url(../img/icon_menu.png) no-repeat center/cover;
}
.gnb > li > a.detail:before,.gnb > li > a.detail:after {
    position: absolute;
    content: '';
    top: 50%; right: 26px; transform: translateY(-50%);
    width: 12px; height: 2px;
    background: #141414;
}
.gnb > li > a.detail:after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
.gnb > li > a.detail.on:after {transform: translateY(-50%);}
.lnb {display: none;}
.lnb li a {
    display: block;
    padding: 13px 35px;
    font-size: 1.6rem; color: #787878;
}
/* navWrap.on */
.navWrap.on button.mobile span:first-child {
    transform: translateX(-3px) rotate(-45deg);
}
.navWrap.on button.mobile span:last-child {
    transform: translateX(-3px) rotate(45deg);
}
.navWrap.on .navInner {
    visibility: visible;
    left: 0;
}
.navWrap.on .navInner:after {opacity: 1; transition: 0.5s 0.4s;}

/* footer */
footer {background: #1f1f1f;}
footer .upper {padding: 33px 4.533% 26px;}
footer .upper p {font-size: 1.2rem; color: #fff; margin-bottom: 20px;}
footer .add1 .clear p {float: left;}
footer .add1 .no1 p:nth-child(2) {
    clear: both; margin-right: 72px;
}
footer .add1 .no2 p:first-child {margin-right: 29px;}
footer .address {line-height: 16px;}
footer .lower {
    padding: 10px 0;
    font-size: 1.1rem; color: rgba(255,255,255,.6);
    font-weight: 300;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.3);
}

/*** PC 1084 ***/
@media screen and (min-width:1084px) {
    /* common */
    .pc {display: block;}
    .mobile {display: none;}
    i.br {display: inline;}
    i.br.pc {display: block;}
    
    /* header */
    header {
        position: absolute;
        width: 100%; height: 64px;
        background: transparent;
        border-bottom: 1px solid rgba(255,255,255,.6);
        transition: 0.5s;
    }
    .navWrap {position: relative; width: 1280px; margin: 0 auto;}
    header h1 {
        position: absolute;
        top: 17px; left: 0;
    }
    header h1 a {
        width: 183px; height: 30px;
        margin: 0;
        background: url(../img/logo.png) no-repeat center/cover;
        transition: 0.5s;
    }
    header .iconWrap {top: 18px; right: 22px;}
    header .iconWrap a {float: left;}
    header .iconWrap .h_login {
        width: 81px; padding: 6px 0 8px;
        margin-right: 28px;
        font-size: 1.6rem; color: #fff;
        background: rgba(255,255,255,.3);
        border-radius: 14px;
        text-align: center;
        transition: 0.5s;
    }
    header .iconWrap .h_mypage {
        width: 26px; height: 29px;
        margin-right: 28px;
        background: url(../img/icon_mypage.png) no-repeat center/contain;
        text-indent: -9999px;
        overflow: hidden;
        transition: 0.5s;
    }
    header .iconWrap button {
        position: relative;
        background: url(../img/icon_lang.png) no-repeat center/contain;
        overflow: visible;
        cursor: pointer;
        transition: 0.5s;
    }
    header .iconWrap button:after {
        position: absolute;
        top: 50%; right: -22px; transform: translateY(-50%);
        content: '';
        width: 12px; height: 6px;
        background: url(../img/icon_langDown.png) no-repeat center/contain;
        transition: 0.5s;
        transform-origin: center 2px;
    }
    header .iconWrap button.on:after {
        transform: rotate(180deg);
    }
    header .iconWrap ul.lang {
        position: absolute;
        top: 46px; right: -23px;
        background: #fff;
        border: 1px solid #c8c8c8;
    }
    .navInner {
        visibility: visible;
        position: static;
        width: auto; height: auto;
        background: none;
    }
    .navInner:after {display: none;}
    .gnb {margin-left: 200px;}
    .gnb > li {float: left;}
    .gnb > li > a {
        padding: 24px 24px;
        font-size: 1.6rem; color: #fff;
        font-weight: 700;
    }
    .gnb > li > a:after, .gnb > li > a.detail:after {
        top: auto; bottom: 10px;
        right: auto; left: 24px; transform: translate(0);
        width: 26px; height: 3px;
        background: #f2c12e;
        transform-origin: left;
        transform: scaleX(0);
        transition: 0.5s;
    }
    .gnb > li.on > a:after {transform: scaleX(1);}
    .gnb > li > a.detail:before {display: none;}
    .lnb {
        position: absolute;
        background: #fff;
        border: 1px solid #dbdbdb;
        border-top: none;
    }
    .lnb li a {
        padding: 20px 14px;
        font-size: 1.6rem; color: #333;
    }
    /* header.on */
    header.on {
        position: fixed;
        background: #fff;
        border-bottom: 1px solid #dbdbdb;
    }
    header.on h1 a {
        background-image: url(../img/logo_color.png);
    }
    header.on .gnb > li > a {color: #3b3b3b;}
    header.on .iconWrap .h_login {background: #f2c12e;}
    header.on .iconWrap .h_mypage {background-image: url(../img/icon_mypageOn.png);}
    header.on .iconWrap button {background-image: url(../img/icon_langOn.png);}
    header.on .iconWrap button:after {background-image: url(../img/icon_langDownOn.png);}
    
    /* footer */
    footer .upper {
        position: relative;
        padding: 57px 0 45px;
        width: 1280px;
        margin: 0 auto;
    }
    footer .left {float: left;}
    footer .sns {
        position: absolute;
        bottom: -20px; right: 0;
    }
    footer .sns li {float: left;}
    footer .sns li a {
        display: block;
        width: 28px; height: 28px;
        margin: 0 0 36px 15px;
        background: url(../img/footer_facebook.png) no-repeat center/contain;
        text-indent: -9999px; overflow: hidden;
    }
    footer .sns li:nth-child(2) a {background-image: url(../img/footer_kakao.png);}
    footer .sns li:nth-child(3) a {background-image: url(../img/footer_tele.png);}
    
    footer .upper p {font-size: 1.3rem; margin-bottom: 8px;}
    footer .add1 .clear p {float: left;}
    footer .add1 .no1 p:nth-child(2) {clear: none; margin: 0 7px;}
    footer .add1 .no2 p:first-child {margin-right: 7px;}
    footer .add1 {padding-top: 29px;}
    footer .address {margin-top: 20px;}
    footer .right {float: right;}
    footer .right > ul > li {float: left; margin-left: 110px;}
    footer .right > ul > li > a {
        display: block;
        margin-bottom: 27px;
        font-size: 1.5rem; color: #fff;
        font-weight: 700;
    }
    footer .right .sub li a {
        display: block;
        margin-top: 17px;
        font-size: 1.5rem; color: #fff;
    }
    footer .lower {
        padding: 23px 0;
        font-size: 1.5rem;
    }
}