 /* °øÅëÀû¿ë */
html {scroll-behavior:smooth;font-size: 10px; }
body {overflow-x: hidden;}
body.scroll-lock {overflow-y: hidden;}
img {max-width: 100%;}
.inner {width: 90%; max-width: 1600px; margin: 0 auto; }
.bold {font-weight: 700;}
.colorMain {color: var(--mainColor);}
.icon {aspect-ratio: 1/1; font-size: 0;}
.icon img {width: 100%; height: 100%; object-fit: cover;}
p,li{font-family: "Noto Sans KR";}



/* ºñ¸Þ¿À, À¯Æ©ºê */
.video_container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;}
.video_container iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/* padding */
.p_tb {padding: 150px 0;}
.p_t {padding-top: 150px;}
.p_b {padding-bottom: 150px;}



/* footer */
#footer {padding: 80px 0; background: #21325B;}
#footer .footer-wrap{display: flex; justify-content: space-between;}
#footer .tbox {display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; justify-content: space-between; padding-bottom: 50px;}
#footer .bbox {display: flex; flex-wrap: wrap; gap: 20px; align-items: flex-start; justify-content: space-between; flex-direction: column;}
#footer .goArr {font-size: 1rem; font-weight: 700; display: flex; align-items: center; gap: 5px; line-height: 1; transition: all .3s;}
#footer .goArr::after {
    display: block; content: ""; width: 16px; aspect-ratio: 1/1; background: url('../img/icon_more_arr.png') no-repeat center center / contain; margin-bottom: 2px;
}
#footer .goArr:hover {opacity: .5;}
#footer .info {font-size: 1.4rem; display: flex; flex-wrap: wrap; gap: 5px 20px;}
#footer .gu {color: #e7e7e7; font-size: 2rem;}
#footer .info .nae {color: #e7e7e7; position: relative; line-height: 1; padding-right: 1.4rem;margin-right: 0.8rem;margin-bottom: 1rem;}
#footer .info .nae:last-child::after{display: none;}
#footer .copy {font-size:1.4rem; color: #e7e7e7; opacity: 0.7;}
#footer .sns-icon a{display: inline-block; margin: 0 0.3rem;}


/* header */
#header {width: 100%; height: 90px; display: flex; align-items: center; position: fixed; z-index: 997;border-bottom: 1px solid rgba(238,238,238, 0.3)}
#header:has(.sub-header){border-bottom: 1px solid rgba(54, 54, 54, 0.1)}
#header .inner {display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 40px;}
#header .logo {font-size: 0;}
#header .nav_wrap {height: 100%;}
#header .menu {display: flex; gap: 40px; align-items: center; color: #fff; height: 100%;}
#header .menu > li {height: 100%; position: relative;}
#header .menu > li > a {height: 100%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; font-weight: 700; position: relative;}
#header .menu > li > a::after {
    display: block; content: ""; width: 0%; height: 3px; background: #fff;
    position: absolute; bottom: 28px; left: 0; transition: all .3s;
}
#header .sub-header .menu > li > a{color: #000;}
#header.active .sub-header .menu > li > a{color: #fff;}
#header .logo .logo-w{display: none;}
#header.active .logo .logo-b{display: none;}
#header.active .logo .logo-w{display: block;}


/* #header .menu > li:hover > a::after {width: 100%;} */
#header .submenu {
    display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: rgba(255,255,255,.9);
    padding: 15px; text-align: center; min-width: 120px;
}
#header .submenu > div {display: flex; flex-direction: column; gap: 15px}
#header .submenu > div > a {white-space: nowrap; display: block; color: #000; font-size: 0.875rem; line-height: 1;}
#header .submenu > div > a:hover {font-weight: 700;}


#header .hamberg {display: none;}
#header.active {background: rgba(0,0,0, .9);}



/* sub */
.sub_bnn {position: relative; background: #000; overflow: hidden; height: 450px; display: flex; align-items: center; justify-content: center;}
.sub_bnn::before {
    display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: .5;
    background: url('../img/bg_sub_bnn.webp') no-repeat center center / cover;
}
.sub_bnn .inner {padding-top: 90px; position: relative; z-index: 1;}
.sub_bnn .title {color: #fff; text-align: center;}
.sub_bnn .title .big {font-weight: 700; font-size: 4.375rem;}



@media screen and (max-width:1199px) {


    /* sub */
    .sub_bnn {height: 350px;}
    .sub_bnn .title .big {font-size: 3rem;}


}


@media screen and (max-width:899px) {


    /* padding */
    .p_tb {padding: 80px 0;}
    .p_t {padding-top: 80px;}
    .p_b {padding-bottom: 80px;}



    /* header */
    #header {height: 60px;}
    #header .inner {gap: 20px;}
    #header .lang {margin-left: auto;}
    
    #header .hamberg {width: 24px; height: 24px; font-size: 0; display: flex; align-items: center; cursor: pointer; position: relative; z-index: 2;}
    #header .hamberg span {width: 100%; height: 2px; background: #fff; display: block; position: relative; transition: all .3s;}


    #header .hamberg span::before,
    #header .hamberg span::after {display: block; content: ""; width: 100%; height: 2px; background: #Fff; position: absolute; transition: all .3s;}
    
    #header .hamberg span::before {top: -8px;}
    #header .hamberg span::after {top: 8px;}
    #header .hamberg span.on {background: rgba(255,255,255,0);}
    #header .hamberg span.on::before {top: 0; transform: rotate(-45deg);}
    #header .hamberg span.on::after {top: 0; transform: rotate(45deg);}
    


    #header .sub-header .hamberg span {background: #000; }
    #header .sub-header .hamberg span::before,
    #header .sub-header .hamberg span::after {background: #000; }
    #header .sub-header .menu > li > a{color: #fff;}


    #header.active .sub-header .hamberg span{background: #fff;}
    #header.active .sub-header .hamberg span::before,
    #header.active .sub-header .hamberg span::after {background: #fff; }


    #header .nav_wrap {
        position: fixed; top: 0; left: -500px; background: rgba(0,0,0,.95); width: 500px; height: 100vh;
        transition: all .3s; z-index: 1;
    }
    #header .nav_wrap.on {left: 0;}
    #header .menu {gap: 10px; justify-content: center; flex-direction: column; color: #fff;}
    #header .menu > li {height: auto; width: 100%;}
    #header .menu > li::after {display: none;}
    #header .menu > li > a {height: auto; height: 50px; font-size: 1.8rem; padding: 0 20px; }
    #header .menu > li > a::after {display: none;}
    #header .submenu {position: unset; transform: unset; width: 100%; border: 0; background: #222; padding: 20px;}
    #header .submenu > div {gap: 15px;}
    #header .submenu > div > a {font-size: 0.9125rem; color: #fff;}



    /* sub */
    .sub_bnn .inner {padding-top: 60px;}
}


@media screen and (max-width:599px) {



    /* footer */
    #footer .tbox {padding-bottom: 30px;}
    #footer .menu {gap: 30px;}
    #footer .menu li {width: calc(50% - 15px);}
    #footer .footer-wrap{flex-direction: column;}
    #footer .footer-wrap .bbox{margin-bottom: 3rem;}


    /* hedaer */    
    #header .inner {gap: 10px;}
    #header .nav_wrap {width: 80%;}
    #header .logo{width: 13rem;}


    /* sub */
    .sub_bnn {height: 300px;}
    .sub_bnn .title .big {font-size: 2rem;}
}