/* 
    문자 초기화
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
*/
/* 
    트랜지션
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out
*/

@import url(./fonts.css);
/* @import url(./fonts_back.css); */
@import url(./animation.css);

/* 
    폰트
    font-family: "HyundaiSansHead-Bold";
    font-family: "HyundaiSansHead-Light";
    font-family: "HyundaiSansHead-Medium";
    font-family: "HyundaiSansHead-Regular";
    font-family: "HyundaiSansText-Bold";
    font-family: "HyundaiSansText-BoldItalic";
    font-family: "HyundaiSansText-Italic";
    font-family: "HyundaiSansText-Medium";
    font-family: "HyundaiSansText-MediumItalic";
    font-family: "HyundaiSansText-Regular";
*/


html,body,div,ul,li,p,h3,h1,h2,h4,h5{padding:0;margin:0;line-height:1}
ul,li{list-style:none}
a{text-decoration:none;color:#303030}
textarea,input{font-family: 'HyundaiSansHead', sans-serif;}
optgroup,select,button{cursor:pointer}
input::-webkit-input-placeholder{color:#ccc;font-weight:400}
textarea::-webkit-input-placeholder{color:#ccc;font-weight:400}
input::-ms-input-placeholder{color:#ccc;font-weight:400}
textarea::-ms-input-placeholder{color:#ccc;font-weight:400}
input::-moz-placeholder{color:#ccc;font-weight:400}
textarea::-moz-placeholder{color:#ccc;font-weight:400}
input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}
input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}
input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}
select::-ms-expand{display:none}
select{-moz-appearance:none;-webkit-appearance:none;appearance:none}
img{vertical-align:top}
body{width:100%;position:relative;box-sizing:border-box;}
caption{display:none}
*{margin:0;padding:0;text-decoration:none;-webkit-text-size-adjust:none;outline:0;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;
	font-family: 'HyundaiSansTextEn', 'HyundaiSansText', sans-serif;
	line-height:1em;color:#000;box-sizing: border-box;font-weight: normal;}
i,em {line-height: inherit;font-style: normal}
.blind {display: none  !important;}
.np {padding: 0 !important;}
span,i {font-size: inherit;font-weight: inherit;line-height: inherit;color: inherit; letter-spacing: inherit;}
b {font-size: inherit;font-weight: 500;line-height: inherit;color: inherit; letter-spacing: inherit;}

.show_up {
    -webkit-animation-name: showUp;
    animation-name: showUp;
    /* -webkit-animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);;
    animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1); */
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.mobile_only {
    display: none;
}

@-webkit-keyframes showUp {
0% {opacity: 0;-webkit-transform: translateY(50px)}
100% {opacity: 1;-webkit-transform: translateY(0)}
}

@keyframes showUp {
0% {opacity: 0;transform: translateY(50px)}
100% {opacity: 1;transform: translateY(0)}
}

@-webkit-keyframes showSubMenu {
0% {opacity: 0;-webkit-transform: translateX(-50%) translateY(10px)}
100% {opacity: 1;-webkit-transform: translateX(-50%) translateY(0)}
}

@keyframes showSubMenu {
0% {opacity: 0;transform: translateX(-50%) translateY(10px)}
100% {opacity: 1;transform: translateX(-50%) translateY(0)}
}

/* 레이아웃 */
.container {
    position: relative;
    min-height: 100vh;
    padding-bottom: 245px;
}

/* 버튼 */

.btn_round {
    display: inline-block;
    background-color: #002C5F;
    min-width: 140px;
    height: 46px;
    padding: 0 30px;
    line-height: 46px;
    border: none;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
    font-family: 'HyundaiSansHead';
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out;
}

.btn_round:hover {
    background-color: #fff;
    color: #002c5f;
}

.btn_wave {
    min-width: 140px;
    padding: 0 30px;
    border: none;
    text-align: center;
    display: inline-block;
    background-color: #002C5F;
    transition: All .4s ease-out;
    -webkit-transition: All .4s ease-out;
    -moz-transition: All .4s ease-out;
    -o-transition: All .4s ease-out;
}

.btn_wave:hover {
    background-color: #fff;
}

/* .btn_wave.light {
    color: #fff;
} */

/* .btn_wave.small {
    padding: 0 18px;
} */

/* .btn_wave::before {
    content: "";
    display: block;
    width: 150%;
    height: 300%;
    background-color: #000;
    position: absolute;
    top: -120%;
    left: -160%;
    z-index: 1;
    transition: All .4s ease-out;
    -webkit-transition: All .4s ease-out;
    -moz-transition: All .4s ease-out;
    -o-transition: All .4s ease-out;
}

.btn_wave.light::before {
    background-color: #fff;
}

.btn_wave:hover::before {
    left: -40%;
} */

.btn_wave i {
    font-size: 16px;
    line-height: 46px;
    color: #fff;
    transition: All .4s ease-out;
    -webkit-transition: All .4s ease-out;
    -moz-transition: All .4s ease-out;
    -o-transition: All .4s ease-out;
	font-family: 'HyundaiSansHead';
	font-weight: 400;
}

.btn_wave.small i {
    line-height: 36px;
}

.btn_wave:hover i {
    color: #002c5f;
}

/* .btn_wave.light i {
    color: #fff;
} */

/* .btn_wave:hover i {
    color: #fff;
}

.btn_wave.light:hover i {
    color:#000;
} */


/* 헤더 */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom:1px solid rgba(255, 255, 255, 0.22);
    z-index: 60;
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out;
}

#header.bg,#header.fixed {
    background-color: #fff;
    border-color: transparent;
}

#header.border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);;
}

#header .inner {
    width: 100%;
    max-width: 1740px;
    margin: 0 auto;
    padding: 0 236px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

#header .inner a.logo {
    display: block;
    width: 190px;
    height: 20px;
    background-image: url(../img/assets/logo-main-light.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 35px;
    left: 0px;
    margin-top: 2px;
}

#header.bg .inner a.logo,#header.fixed .inner a.logo {
    background-image: url(../img/assets/logo-main.png);
}

#header .inner .gnb {
    display: inline-block;
}

#header .inner .gnb > ul {
    font-size: 0;
}

#header .inner .gnb > ul > li {
    display: inline-block;
    position: relative;
}

#header .inner .gnb > ul > li > ul {
    display: none;
    position: absolute;
    left: 50%;
    top: calc(100% - 2px);
    transform: translateX(-50%);
    background-color: #FFFFFF;
    padding: 20px 0;
    animation: showSubMenu 0.3s forwards;
}

#header .inner .gnb > ul > li > ul.open {
    display: block;
}

#header .inner .gnb > ul > li > ul li {
    position: relative;
}

#header .inner .gnb > ul > li > ul li a {
    line-height: 40px;
    white-space: nowrap;
    padding: 0 30px;
    font-size: 16px;
    color: #C4C4C4;
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out
}

#header .inner .gnb > ul > li > ul li:hover > a {
    color: #002C5F;
}

#header .inner .gnb > ul > li::after {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out;
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out;
}

#header.bg .inner .gnb > ul > li::after,
#header.fixed .inner .gnb > ul > li::after {
    background-color: #000;
}

#header .inner .gnb > ul > li:hover::after,
#header .inner .gnb > ul > li.active::after {
    width: 100%;
}

#header .inner .gnb > ul > li + li {
    margin-left: 50px;
}

#header .inner .gnb > ul > li a {
    display: block;
    line-height: 90px;
    font-weight: 500;
    font-size: 16px;
    color: #FFF;
    font-family: 'HyundaiSansHead';
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out;
}

#header.bg .inner .gnb > ul > li > a,
#header.fixed .inner .gnb > ul > li > a {
    color: #000;
}

#header .inner .gnb > ul > li > ul.sub > li > ul.sub-3rd {
    display: none;
    padding: 20px 0;
    position: absolute;
    left: 100%;
    top: -20px;
    background-color: #FFFFFF;
    border-left: 1px solid #F1F1F1;
}

#header .inner .gnb > ul > li > ul.sub > li:hover > ul.sub-3rd {
    display: block;
}

#header .inner .lang {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 32px 0;
}

#header .inner .lang > button {
    border: none;
    background-color: transparent;
    font-size: 13px;
    line-height: 26px;
    color: #BBBBBB;
    transition: All .1s ease-out;
    -webkit-transition: All .1s ease-out;
    -moz-transition: All .1s ease-out;
    -o-transition: All .1s ease-out;
}

#header .inner .lang > button::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 25px;
    background-image: url(../img/assets/ico-btn-lang.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 12px;
}
#header .inner .lang.active button::after {
    transform: rotate(180deg);
}

#header .inner .lang .lang_option {
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    transition: All .1s ease-out;
    -webkit-transition: All .1s ease-out;
    -moz-transition: All .1s ease-out;
    -o-transition: All .1s ease-out;
}

#header .inner .lang .lang_option > ul {
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
}

#header .inner .lang .lang_option > ul li button {
    border: none;
    background-color: transparent;
    width: 100%;
    height: 28px;
    /* font-weight: 300; */
    font-size: 13px;
    color: #999999;
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out;
}

#header .inner .lang .lang_option > ul li:hover button {
    color: #000000;
}

#header .btn_menu {
    width: 50px;
    height: 50px;
    border: none;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
}

#header .btn_menu i {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

#header.bg .btn_menu i,
#header.fixed .btn_menu i,
#header.open .btn_menu i {
    background-color: #000;
}

#header.open .inner a.logo {
    background-image: url(../img/assets/logo-main.png);
}
  
#header .btn_menu i:nth-child(1) {
    -webkit-animation: outT .8s backwards;
    animation: outT .8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    width: 20px;
}

#header .btn_menu i:nth-child(2) {
    -webkit-animation: outBtm .8s backwards;
    animation: outBtm .8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    width: 20px;
    margin-top: 8px;
}

#header .btn_menu.open i:nth-child(1) {
    -webkit-animation: inT .8s forwards;
    animation: inT .8s forwards;
}

#header .btn_menu.open i:nth-child(2) {
    -webkit-animation: inBtm .8s forwards;
    animation: inBtm .8s forwards;
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(5px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(2px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(5px) rotate(0deg);
    }

    100% {
        transform: translateY(5px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(5px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(5px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(5px) rotate(0deg);
    }

    100% {
        transform: translateY(5px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-5px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-5px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-5px) rotate(0deg);
    }

    100% {
        transform: translateY(-5px) rotate(-135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-5px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-5px) rotate(-135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-5px) rotate(0deg);
    }

    100% {
        transform: translateY(-5px) rotate(-135deg);
    }
}

.side_btn {
    position: absolute;
    right: 140px;
    top: 0;
    z-index: 30;
    width: 130px;
    height: 90px;
}

.side_btn a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/assets/btn-main-intro-hover.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg .side_btn a {
    /*background-image: url(../img/assets/btn-header-design.png);*/
    background-image: url(../img/assets/btn-main-intro.svg);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.bg .side_btn a span {
    display: block;
}
.bg .side_btn a span:first-child {
    color: #231814;
    font-family: HyundaiSansHead;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.bg .side_btn a span:last-child {
    color: #9b928e;
    font-size: 14px;
    letter-spacing: -0.7px;
}

/* 푸터 */
#footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
    background-color: #1C1C1C;
    padding: 72px 0;
}

#footer .inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding-left: 122px;
}

#footer.border {
    border-top: 1px solid #E5E5E5;
}

#footer .inner a.logo {
    display: block;
    width: 72px;
    height: 37px;
    background-image: url(../img/assets/logo-co.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

#footer .inner dl {
    display: block;
    font-size: 0;
}

#footer .inner dl dt {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
}

#footer .inner dl dd {
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    margin-left: 10px;
}

#footer .inner dl dd a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

#footer .inner > p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #848484;
    margin-bottom: 6px;
}

#footer .inner ul {
    font-size: 0;
    margin-bottom: 12px;
}

#footer .inner ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#footer .inner ul li + li {
    margin-left: 40px;
}

#footer .inner ul li a {
    font-size: 15px;
    line-height: 20px;
    color: #848484;
    font-weight: 400;
}

#footer .inner ul li + li::before {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #848484;
    position: absolute;
    left: -20px;
    top: 5px;
}

#footer .inner span {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 19px;
    color: #848484;
    position: relative;
}

#footer .inner span + span::before {
    content: "|";
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 19px;
    color: #848484;
    margin: 0 8px;
}

#footer .inner i {
    display: block;
    font-size: 15px;
    line-height: 19px;
    color: #848484;
    margin-top: 6px;
}

/* 팝업 */

.popup_wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup_wrap .popup {
    position: absolute;
    /* top: 50%; */
    top: 91px;
    right: calc((100vw - 1400px) / 2 );
    width: 440px;
    /* transform: translate(0, -50%); */
    background-color: #fff;
}

.popup_wrap .popup .cont img {
    width: 100%;
}

.popup_wrap .popup .cont p {
    font-size: 22px;
    line-height: 1.4em;
}

.popup_wrap .popup .cont em {
    display: block;
    font-size: 38px;
    line-height: 1.4em;
    font-family: 'HyundaiSansHead';
    font-weight: 500;
    margin-bottom: 50px;
}

.popup_wrap .popup .cont span {
    display: block;
    font-size: 20px;
    line-height: 1.4em;
    margin: 30px 0;
}

.popup_wrap .popup .cont span i {
    font-weight: 300;
}

.popup_wrap .popup .close {
    background-color: #fff;
}

.popup_wrap .popup .close button {
    position: absolute;
    left: 100%;
    top: 0;
    width: 42px;
    height: 42px;
    font-size: 0;
    background-color: #000;
    border: none;
}

.popup_wrap .popup .close button::after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}

.popup_wrap .popup .close button::before {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}

.popup_wrap .popup .close input[type=checkbox] {
    display: none;
}

.popup_wrap .popup .close input[type=checkbox] + label {
    display: inline-block;
    padding-left: 45px;
    line-height: 40px;
    color: #BBBBBB;
    font-size: 13px;
    background-image: url(../img/assets/ico-checkbox.svg);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: auto 18px;
    cursor: pointer;
}

.popup_wrap .popup .close input[type=checkbox]:checked + label {
    background-image: url(../img/assets/ico-checkbox-checked.svg);
}
