@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900|Sen:400,700&display=swap&subset=korean,latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&display=swap');
/* paybooc */
@font-face {
    font-family: "paybooc_Bold";
    src: url('../font/paybooc Bold.ttf') format('truetype')
}
@font-face {
    font-family: "paybooc_ExtraBold";
    src: url('../font/paybooc ExtraBold.ttf') format('truetype')
}
@font-face {
    font-family: "paybooc_Medium";
    src: url('../font/paybooc Medium.ttf') format('truetype')
}
/* paybooc otf */
@font-face {
    font-family: "paybooc_Otf_light";
    src: url('../font/paybooc OTF Light.otf') format('truetype')
}
@font-face {
    font-family: "paybooc_Otf_medium";
    src: url('../font/paybooc OTF Medium.otf') format('truetype')
}
@font-face {
    font-family: "paybooc_Otf_bold";
    src: url('../font/paybooc OTF Bold.otf') format('truetype')
}
@font-face {
    font-family: "paybooc_Otf_extrabold";
    src: url('../font/paybooc OTF ExtraBold.otf') format('truetype')
}
/* gmarket */
@font-face {
    font-family: "GmarketSans_Medium";
    src: url('../font/GmarketSansTTFMedium.ttf') format('truetype')
}
@font-face {
    font-family: "GmarketSans_bold";
    src: url('../font/GmarketSansTTFBold.ttf') format('truetype')
}

/* common */
html, body { margin: 0; width: 100%; height: 100%; position:relative; padding: 0; }
* {margin:0; padding:0; list-style:none; text-decoration:none; font-family: 'Noto Sans KR', sans-serif; font-size: 16px; outline: none; -webkit-text-size-adjust: none; box-sizing: border-box; font-weight: 300; color: #333}
ul>li>a { text-decoration:none; }
a {color: #333; text-decoration: none; outline: none}
table { border-collapse: collapse; }
textarea {box-sizing: border-box; resize: none;}
select {-webkit-border-radius: 0; -webkit-appearance: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; box-sizing: border-box; cursor: pointer;}
strong,em,p,h1,h2,h3,h4,span,td,button{font-style:normal; color:#333; margin: 0; letter-spacing: -0.5px;}
ul { margin: 0;padding: 0;list-style: none;}
img {max-width:100%;}

.clear:after {content: ""; display: block; clear: both;}
body.hidden {
    overflow: hidden;
}
#A_Header {
    position: absolute;
    width: 100%;
    min-width: 1440px;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100px;
    overflow: hidden;
    transition: .3s ease;
}
#A_Header.on {
    height: 260px;
    background: #fff;
}
.header_wrap {
    min-width: 1440px;
    position: relative;
    padding: 28.5px 70px;
}

.header_wrap .logo {
    float: left;
}
.logo a {
    display: none;
    text-indent: -9999px;
    width: 210px;
    height: 43px;
    background: url('../../../image/common/logo.png')no-repeat;
    background-position: center;
    background-size: contain;
}
.logo a:nth-of-type(2) {
    background: url('../../../image/common/logo1.png')no-repeat;
    background-position: center;
    background-size: contain;
}
.logo a.on {
    display: inline-block;
}
.header_wrap > img {
    float: right;
    cursor: pointer;
    transform: translate(0,8px);
}
.header_wrap nav {
    position: absolute;
    width: calc(100% - 435px);
    max-width: 990px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.header_wrap nav {
    max-width: 800px;
}
.header_wrap nav > ul > li {
    position: relative;
    display: inline-block;
    width: calc((100% - 180px)/7);
    margin: 0 30px 0 0;
    float: left;
}
.header_wrap nav > ul > li {
    width: calc((100% - 180px)/5);
}
.header_wrap nav > ul > li::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #3666a9;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%,0);
    top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;;
}
.header_wrap nav > ul > li.active::after {
    opacity: 1;
    visibility: visible;
}
.header_wrap nav > ul > li:last-child {
    margin: 0;
}
.header_wrap nav > ul > li > a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
#A_Header.on .header_wrap nav > ul > li > a {
    color: #333
}
.header_wrap nav > ul > li .sub_nav {
    position: absolute;
    width: 100%;
    height: 0;
    left: 50%;
    top: 70px;
    transform: translate(-50%,0);
}
.header_wrap nav > ul > li .sub_nav a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    transition: .2s ease;
}
#A_Header.on .header_wrap nav > ul > li .sub_nav a {
    color: #333;
}

#A_Header.on .header_wrap nav > ul > li .sub_nav a:hover {
    color: #0083ca;
    font-weight: 400;
}
#A_Footer {
    background: #333333;
    min-width: 1440px;
}
.footer_wrap {
    width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}

.footer_wrap .middle_part li,
.footer_wrap .top_part li {
    display: inline-block;
    float: left;
}
.footer_wrap .top_part li:nth-of-type(1) a {
    padding: 10px 10px 10px 0;
}
.footer_wrap .top_part li a {
    display: inline-block;
    padding: 10px;
    color: #666666;
    transition: .5s ease;
    font-weight: 300;
}
.footer_wrap .top_part li a:hover {
    color: #fff;
}
.footer_wrap hr {
    height: 1px;
    background: #434343 ;
    margin: 10px 0;
    border: none;
}
.footer_wrap .middle_part {
    position: relative;
    padding: 0 0 20px 0;
}
.footer_wrap .middle_part ul {
    display: inline-block;
    width: 940px;
}
.footer_wrap .middle_part li {
    color: #666;
    font-weight: 300;
    margin: 0 20px 0 0;
}
.footer_wrap .middle_part .logo {
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer_wrap .middle_part .logo a {
    width: 206px;
    height: 34px;
    background: url('../../../image/common/footer_logo.png')no-repeat;
}
.footer_wrap .bottom_part {
    padding: 20px 0 30px;
}
.footer_wrap .bottom_part p {
    color: #666;
    font-weight: 300;
}
section .limit {
    width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}
section .minWidth {
    min-width: 1440px;
    padding: 0 15px;
}
@media screen and (max-width: 1670px) {
    .header_wrap nav {
        left: 340px;
        transform: translate(0,-50%);
    }
}
