/* °øÅëÀû¿ë */
html {scroll-behavior:smooth;}
body {overflow-x: hidden;}
body.scroll-lock {overflow-y: hidden;}
img {max-width: 100%;}
.inner {width: 90%; max-width: 1400px; margin: 0 auto; }
.bold {font-weight: 700;}
.colorMain {color: var(--mainColor);}



/* ºñ¸Þ¿À, À¯Æ©ºê */
.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: 200px 0;}
.p_t {padding-top: 200px;}
.p_b {padding-bottom: 200px;}


/* btn */
/* .btn {display: flex; align-items: center; justify-content: center; width: max-content; transition: all .3s;}
.btn.lg {height: 85px; font-size: 1.5rem; padding: 0 20px;}
.btn.md {height: 70px; font-size: 1.25rem; padding: 0 20px;}
.btn.sm {height: 55px; font-size: 1rem; padding: 0 15px;}
.btn.st1 {background: var(--mainColor); color: #fff;}
.btn.st1:hover {background: #63ccbc;}
.btn.st2 {border: 2px solid var(--mainColor); background: #fff; color: var(--mainColor);}
.btn.st2:hover {background: var(--mainColor); color: #fff;} */



/* header */
#header {width: 100vw; height: 90px; display: flex; align-items: center; z-index: 997; position: fixed;}
#header .inner {display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 40px; max-width: unset;}
#header .logo {font-size: 0;}
#header .logo img {height: 22px;}
#header .nav_wrap {height: 100%;}
#header .menu {display: flex; gap: 60px; align-items: center; color: #000; 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: 1rem; font-weight: 700; position: relative;}
#header .menu > li > a::after {
    display: block; content: ""; width: 0%; height: 3px; background: #000;
    position: absolute; bottom: 28px; left: 0; transition: all .3s;
}
#header .menu > li:hover > a::after {width: 100%;}
#header .submenu {
    display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,.9);
    padding: 20px; 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.94rem; line-height: 1; font-weight: 500; color: #fff;}
#header .submenu > div > a:hover {font-weight: 500; color: #edd8ff;}
#header .hamberg {display: none;}
#header.active {background: rgba(255,255,255,.8);}


#header .logo.logo_pc{display: block;}
#header .logo.logo_mobile{display: none;}

/* footer */
#footer {background: #000; color: #fff; padding: 80px 0;}
#footer .inner {display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 40px; max-width: unset; position: relative;} 
#footer .goct {border: 1px solid #fff; line-height: 1; padding: 12px 15px; position: absolute; top: 0; right: 0;}
#footer .goct:hover {background: #fff; color: #000;}
#footer .logo {width: 100%; font-size: 0; margin-bottom: 60px;}
#footer .info {display: flex; flex-wrap: wrap; gap: 15px; max-width: 700px;}
#footer .info li {min-width: calc(50% - 7.5px);}
#footer .info .gu {font-weight: 700;}
#footer .copy {color: #aaa; font-size: 0.875rem;}


#footer .logo.logo_pc{display: block;}
#footer .logo.logo_mobile{display: none;}

/* sub */
.sub_top {margin-bottom: 100px;}
.sub_tit .tit {font-size: 7rem; font-weight: 700; display: inline-block;}
.sub_tit .tit::after {
    content: ""; width: 24px; aspect-ratio: 1/1; background: var(--mainColor); border-radius: 100px;
    display: inline-block; margin-left: 5px;
}
.sub_tit .descrip {font-size: 1.375rem; margin-top: 25px;}



@media screen and (max-width:1199px) {


    #footer .logo {margin-bottom: 0;}
    #footer .goct {position: unset; top: unset; right: unset;}
    #footer .info {max-width: unset; width: 100%;}
    
    /* sub */
    .sub_top {margin-bottom: 60px;}
    .sub_tit .tit {font-size: 5rem;}
    .sub_tit .tit::after {width: 20px;}
    .sub_tit .descrip {font-size: 1.125rem;}





}


@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 .logo img {height: 20px;}
    
    #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: #000; display: block; position: relative; transition: all .3s;}
    #header .hamberg span::before,
    #header .hamberg span::after {display: block; content: ""; width: 100%; height: 2px; background: #000; 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 .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.125rem; 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;}


    /* footer */
    #footer {padding: 60px 0;}


    



}


@media screen and (max-width:599px) {
    /* header */
    #header .nav_wrap {width: 80%; left: -80%;}


    /* sub */
    .sub_tit .tit {font-size: 3rem;}
    .sub_tit .tit::after {width: 14px;}
    .sub_tit .descrip {font-size: 1rem; margin-top: 10px;}


#header .logo.logo_pc{display: none;}
    #header .logo.logo_mobile{display: block;}


#footer .logo.logo_pc{display: none;}
    #footer .logo.logo_mobile{display: block;}
#footer .logo.logo_mobile img{height: 50px;}

}