@charset "utf-8";
@font-face {
    font-family: 'NEXON Lv2 Gothic';
    font-style: normal;
    font-weight: normal;
    src: local('NEXON Lv2 Gothic'), url('/fonts/NEXON Lv2 Gothic.woff') format('opentype');
}

@font-face {
    font-family: 'NEXON Lv2 Gothic Bold';
    src: url('/fonts/NEXON Lv2 Gothic Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* reset */
* {margin: 0; padding: 0; box-sizing:border-box;}
ul, ol {list-style-type: none;}
h1 {margin: 0;}
i {font-style:normal;}
a {text-decoration:none; color:inherit;}
a.block {display:block; width:100%; height:100%;}
button {outline:none; border:none; background:none; cursor:pointer;}
img {border: none; image-rendering:-webkit-optimize-contrast; backface-visibility: hidden;}
html {font-size: 0.625em; color:#000;}
body {font-family: 'NEXON Lv2 Gothic', sans-serif; line-height: 1; letter-spacing: 0.5px;}
.clear:after {content: ""; display: block; clear: both;}
.pc {display:none;}
body.hidden {overflow:hidden;}
section > h2 {display:none;}
main, section {overflow:hidden; position:relative;}
#wrap {position:relative; min-width:1280px; padding-top:80px;}


/* haeder */
header {
    background:#000;
    width:100%;
    position:fixed; top:0; left:0;
    z-index:4000;
}
.header-inner {
    height:80px;
    color:#fff;
    width:1200px;
    margin:0 auto;
    position:relative;
    z-index:4000;
}
.header-inner h1 {
    width:279px; height:35px;
    position:absolute; top:50%; left:0;
    transform:translateY(-50%);
    background:url(/en_img/pc/common/logo.svg) no-repeat 0 0 / contain;
    text-indent:-9999px;
}
.header-inner .nav {
    position:absolute; top:50%; left:50%;
    transform:translate(-50%,-50%);
    font-size:0;
}
.header-inner .nav li {
    display:inline-block;
    font-size:16px;
    font-weight:500;
    line-height:60px;
}
.header-inner .nav li + li {margin-left:34px;}
.header-inner .nav li.drop {position:relative;}
.header-inner .nav li.drop .box {
    z-index: 4000;
    display:none;
    position:absolute; bottom:0; left:-25px;
    transform:translate(0,100%);
    background:#1d1d1d;
    width:127px;
    padding:8px 0 8px 25px;
    font-size:14px; font-weight:400;
    line-height:36px;
}
.header-inner .nav li.drop span {line-height:60px; cursor:pointer;}
.header-inner .nav li.drop:hover .box {display:block;}
.header-inner .search {
    position:absolute; top:50%; right:0;
    transform:translateY(-50%);
}
.header-inner .search .s-btn {
    text-indent:-9999px;
    background:url(/en_img/pc/common/search.png) no-repeat 0 0 / contain;
    width:34px; height:34px;
    margin-right:25px;
    vertical-align:middle;
}
.header-inner .search .l-btn {
    vertical-align:middle;
    padding-right: 22px;
    background:url(/en_img/pc/common/language_arrow.png) no-repeat;
    background-position:top 50% right 3px;
}
.header-inner .search .l-btn img {vertical-align:middle; margin-right:4px;}
.header-inner .search .l-btn span {
    vertical-align:middle;
    font-size:14px;
    color:#fff;
}
.header-inner .search .l-box {
    display:none;
    position:absolute; top:calc(100% + 12px); right:0;
    width:117px; height:86px;
    background:#1d1d1d;
    padding-top:5px;
}
.header-inner .search .l-box li {
    font-size:14px; line-height:36px;
    padding-left:42px;
}
.header-inner .search .l-box li.active {
    background:url(/en_img/pc/common/language_check.png) no-repeat;
    background-position:17px 50%;
}

/* haeder side menu */
.sub-menu {
    background:#111;
    height:50px;
}
.sub-menu .inner {
    width:1200px;
    margin:0 auto;
    color:#fff;
    display:flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
}
.sub-menu .inner strong {
    font-size:22px;
}
.sub-menu .inner ul {
    font-size:0;
}
.sub-menu .inner ul li {
    display:inline-block;
    font-size:14px; font-weight:500;
    color:#666;
    margin-left:26px;
}
.sub-menu .inner ul li.on {
    color:#fff;
}

/* footer */
footer {background:#fff; border-top:1px solid #eee;}
.footer-inner {
    width:1200px;
    margin:0 auto;
    padding:37px 0 0 15px;
    height:180px;
    position:relative;
    z-index:10;
}
.footer-inner .link {
    font-size:16px;
    color:#222;
    position: relative;
}
.footer-inner .link .link-sns {
    position: absolute;
    display: flex;
    top: 0;
    right: 15px;
    font-size:16px;
    color:#222;
}
.footer-inner .link .link-sns img {
    vertical-align: middle;
}
.footer-inner .link .link-sns i {
    display: block;
    width: 1px;
    height: 13px;
    background: #ddd;
    margin: 3px 15px;
}
.footer-inner .copyright {
    margin-top:30px;
    font-size:16px; line-height:24px;
    color:#666; font-weight:300;
}
.footer-inner .family-inner {
    position:absolute; top:55%; right:10px;
    transform:translateY(-50%);
}
.footer-inner .f-btn {
    width:210px; height:40px;
    border-radius:100px;
    text-align:left;
    padding-left:25px;
    font-size:16px;
    color:#222;
    background:#eee url(/en_img/pc/common/family_plus.png) no-repeat top 50% right 14px;
}
.footer-inner .f-box {
    display:none;
    position:absolute; bottom:calc(100% + 7px); left:0;
    width:210px;
    padding:10px 0 10px 24px;
    font-size:16px; line-height:30px;
    color:#222;
    background:#eee;
    border-radius:20px;
}
.footer-inner .f-box a {
    display:inline-block; padding-right:20px;
    background:url(/en_img/pc/common/family_arrow.png) no-repeat top 50% right 0;
}















