@charset "utf-8";

@import url(required.css);



/************************************************************************
* HEADER *
************************************************************************/
header{width:100%;height:120px;padding:0 2%;position:absolute;top:0;left:0;right:0;transition:all 0.2s ease;z-index:9999;background:rgba(0,0,0,0.0);}
header .headerBox{width:100%;height:100%;padding-top:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
header .headerBox>*:not(nav){-ms-flex-negative:0;flex-shrink:0;}

header .logo{width:368px;transition:all 0.2s ease;}
header .logo *{width:100%;height:100%;}
header .logo img.white{display:none;}
header .logo img.color{display:block;}

header nav,
header .depth1,
header .depth1>li{height:100%;}
header .depth1,
header .depth1>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}

header nav{margin:0 auto;}

header .depth1{}
header .depth1>li{position:relative;}
header .depth1>li>a{padding:0 50px;font-size:25px;letter-spacing:0.05em;font-weight:bold;color:#000;text-transform:uppercase;position:relative;z-index:1;}
header .depth1>li.white>a{color:rgba(255,255,255,0.7) !important;}

header .depth2{width:100%;height:0;padding:0;position:absolute;top:-40px;left:50%;overflow:hidden;background:#0b8040;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:all 0.2s linear;}
header .depth2>li{overflow:hidden;opacity:0;transform:translateY(100%);}
header .depth2>li>a{display:block;font-size:20px;font-weight:200;color:#fff;letter-spacing:0.01em;text-align:center;white-space:nowrap;padding:8px 0;}
header .depth2>li>a:hover{color:rgba(255,255,255,0.7);}

header .depth2.on{height:auto;padding:155px 0 30px 0;}
header .depth2.on>li{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:0.16s;transition-delay:0.16s;}

@media screen and (max-width:1700px) {
header{height:110px;}
}
@media screen and (max-width:1600px) {
header{height:100px;}
header .logo{width:360px;}

header .depth1>li>a{padding:0 45px;font-size:24px;}

header .depth2>li>a{font-size:18px;}
}
@media screen and (max-width:1500px) {
header{height:90px;}
header .logo{width:320px;}

header .depth1>li>a{padding:0 40px;font-size:22px;}

header .depth2.on{padding:135px 0 15px 0;}
header .depth2>li>a{font-size:17px;}
}
@media screen and (max-width:1400px) {
header .depth1>li>a{padding:0 35px;font-size:20px;}

header .depth2.on{padding:125px 0 10px 0;}
}
@media screen and (max-width:1320px) {
header .depth1>li>a{padding:0 30px;font-size:18px;}

header .depth2.on{padding:115px 0 10px 0;}
header .depth2>li>a{font-size:16px;}
}
@media screen and (max-width:1280px) {
header .logo{width:290px;}

header .depth1>li>a{padding:0 25px;font-size:17px;}

header .depth2>li>a{font-size:15px;}
}
@media screen and (max-width:1199px) {
header{height:80px;padding:0 2%;}
header .headerBox{justify-content:space-between;}

header .logo{width:260px;}

header nav{display:none;}
}
@media screen and (max-width:960px) {
header{height:70px;}
}
@media screen and (max-width:768px) {
header{height:60px;}

header .logo{width:240px;}

header nav{display:none;}

header .depth2>li>a{font-size:14px;}

header.menuOn{width:149px;z-index:5;}
header.menuOn .headerBox > *:not(.logo){display:none;}
header.menuOn .headerBox .logo{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);padding-left:20px;}
}
@media screen and (max-width:640px) {
header .logo{width:220px;}
}
@media screen and (max-width:500px) {
header{height:55px;}
}
@media screen and (max-width:460px) {
header .logo{width:200px;}
}
@media screen and (max-width:420px) {
header .logo{width:180px;}
}
@media screen and (max-width:340px) {
header .logo{width:170px;}
}
@media screen and (max-width:300px) {
header .logo{width:160px;}
}



/*
header .langBox{width:170px;position:absolute;top:58px;right:100px;}
header .langBox ul{width:100%;display:flex;}
header .langBox ul li{width:50%;}
header .langBox ul li a{width:100%;display:block;color:rgba(0,0,0,0.7);font-size:16px;text-align:center;line-height:100%;transition:all 0.4s;font-family:'GmarketSansBold';position:relative;}
header .langBox ul li a:after{width:1px;height:8px;background:rgba(0,0,0,0.7);position:absolute;top:2px;left:0;display:block;content:"";}
header .langBox ul li:first-child a:after{display:none !important;}
header .langBox ul li.on a,
header .langBox ul li:hover a{color:rgba(0,0,0,1);transition:all 0.4s;}

@media screen and (max-width:1700px) {
header .langBox{width:160px;top:50px;right:80px;}
}
@media screen and (max-width:1600px) {
header .langBox{width:150px;top:45px;right:60px;}
header .langBox ul li a{font-size:15px;}
}
@media screen and (max-width:1500px) {
header .langBox{width:140px;top:40px;right:50px;}
}
@media screen and (max-width:1199px) {
header .langBox{top:35px;right:60px;}
header .langBox ul li a{font-size:14px;}
}
@media screen and (max-width:960px) {
header .langBox{top:30px;}
}
@media screen and (max-width:768px) {
header .langBox{top:28px;}
header .langBox ul li a{font-size:13px;}
}
@media screen and (max-width:500px) {
header .langBox{width:120px;top:25px;right:50px;}
header .langBox ul li a{font-size:12px;}
}
@media screen and (max-width:460px) {
header .langBox{width:110px;right:45px;}
}
@media screen and (max-width:420px) {
header .langBox{right:35px;}
}
@media screen and (max-width:400px) {
header .langBox{right:30px;}
}
@media screen and (max-width:380px) {
header .langBox{right:25px;}
}
*/




/************************************************************************
* allMenu-button *
************************************************************************/
header .menuOpen{width:28px;height:28px;display:block;position:relative;transition:all 0.3s ease-in-out;}
header .menuOpen span{width:10px;height:10px;background-color:#000;border-radius:50%;position:absolute;transition:all 0.3s ease-in-out;display:block;}
header .menuOpen span:nth-child(1){left:calc(50% + 5px);top:calc(50% + 5px);}
header .menuOpen span:nth-child(2){right:calc(50% + 5px);top:calc(50% + 5px);}
header .menuOpen span:nth-child(3){left:calc(50% + 5px);bottom:calc(50% + 5px);}
header .menuOpen span:nth-child(4){right:calc(50% + 5px);bottom:calc(50% + 5px);}

header .menuOpen:hover span:nth-child(1){left:calc(50% - 5px);top:calc(50% - 5px);}
header .menuOpen:hover span:nth-child(2){right:calc(50% - 5px);top:calc(50% - 5px);}
header .menuOpen:hover span:nth-child(3){left:calc(50% - 5px);bottom:calc(50% - 5px);}
header .menuOpen:hover span:nth-child(4){right:calc(50% - 5px);bottom:calc(50% - 5px);}

@media screen and (max-width:1500px){
header .menuOpen{width:24px;height:24px;}
header .menuOpen span{width:8px;height:8px;}

header .menuOpen span:nth-child(1){left:calc(50% + 4px);top:calc(50% + 4px);}
header .menuOpen span:nth-child(2){right:calc(50% + 4px);top:calc(50% + 4px);}
header .menuOpen span:nth-child(3){left:calc(50% + 4px);bottom:calc(50% + 4px);}
header .menuOpen span:nth-child(4){right:calc(50% + 4px);bottom:calc(50% + 4px);}

header .menuOpen:hover span:nth-child(1){left:calc(50% - 4px);top:calc(50% - 4px);}
header .menuOpen:hover span:nth-child(2){right:calc(50% - 4px);top:calc(50% - 4px);}
header .menuOpen:hover span:nth-child(3){left:calc(50% - 4px);bottom:calc(50% - 4px);}
header .menuOpen:hover span:nth-child(4){right:calc(50% - 4px);bottom:calc(50% - 4px);}
}
@media screen and (max-width:1100px){
header .menuOpen{width:20px;height:20px;}
header .menuOpen span{width:7px;height:7px;}
}



.allMenu .top .menuClose{width:100px;height:100%;background:#111;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;right:0;}
.allMenu .top .menuClose:before{width:4px;height:50px;margin-top:-25px;position:absolute;left:50%;top:50%;background-color:#fff;content:'';transform:rotate(45deg);transition:transform .2s ease;}
.allMenu .top .menuClose span:before{width:4px;height:50px;margin-top:-25px;position:absolute;left:50%;top:50%;background-color:#fff;content:'';transform:rotate(-45deg);transition:transform .2s ease;}
.allMenu .top .menuClose:hover:before,
.allMenu .top .menuClose:focus:before,
.allMenu .top .menuClose:active:before{transform:rotate(225deg);}
.allMenu .top .menuClose:hover span:before,
.allMenu .top .menuClose:focus span:before,
.allMenu .top .menuClose:active span:before{transform:rotate(135deg);}

@media screen and (max-width:960px) {
.allMenu .top .menuClose{width:40px;height:40px;background:transparent;position:relative;}
.allMenu .top .menuClose:before{width:4px;height:40px;margin-top:-20px;}
.allMenu .top .menuClose span:before{width:4px;height:40px;margin-top:-20px;}
}
@media screen and (max-width:768px) {
.allMenu .top .menuClose{width:36px;height:36px;margin:-10px -6px 0 0;}
.allMenu .top .menuClose:before{width:3px;height:36px;margin-top:-13px;}
.allMenu .top .menuClose span:before{width:3px;height:36px;margin-top:-13px;}
}





/************************************************************************
* allMenu *
************************************************************************/
.allMenu{width:100%;height:100vh;height:calc(var(--vh, 1vh) * 100);background:#0b8040;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:none;}
.allMenu :root{--vh:100%;}
@supports (-webkit-touch-callout:none){
.allMenu{  height:-webkit-fill-available;min-height:-webkit-fill-available;}
}
.allMenu :root{--vh:100%;}
.allMenu .inner,
.allMenu .menu{width:100%;height:100%;}
.allMenu .inner{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}

.allMenu .top,
.allMenu .top ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.allMenu .top ul{margin-right:150px;}
.allMenu .top{height:100px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:0 40px;position:absolute;top:0;right:0;}
.allMenu .top ul{gap:0 10px;}
.allMenu .top ul li{width:80px;height:34px;border:1px solid rgba(255, 255, 255, 0.3);-webkit-transition:all 0.4s;transition:all 0.4s;}
.allMenu .top ul li:hover{background:#fff;}
.allMenu .top ul li:hover a{color:#002977;}
.allMenu .top a{color:#fff;font-size:1.4rem;font-weight:500;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}


.allMenu .bg{/*width:32.25%;*/width:0;height:100%;-ms-flex-negative:0;flex-shrink:0;position:relative;overflow:hidden;}
.allMenu .bg::after{content:"";display:block;background:#000;position:absolute;right:0;top:0;bottom:0;-webkit-transition:all 1.2s;transition:all 1.2s;width:100%;height:100%;}
.allMenu .bg img{min-width:100%;max-width:inherit;height:100%;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);}

.allMenu .menu{padding:0 6%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.allMenu .menu *{line-height:1.3;}
.allMenu a{color:#fff;-webkit-transition:all 0.6s;transition:all 0.6s;}

.allMenu #snb{width:100%;}
.allMenu #snb>li{padding:40px 0;position:relative;opacity:0;-webkit-transform:translateY(-60px);transform:translateY(-60px);-webkit-transition:all 0.6s;transition:all 0.6s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}

.allMenu #snb>li::before, .allMenu #snb>li::after{content:"";display:block;height:1px;background:#fff;position:absolute;left:0;bottom:0;}
.allMenu #snb>li::before{width:100%;opacity:0.2;}
.allMenu #snb>li::after{width:0;-webkit-transition:all 0.4s linear;transition:all 0.4s linear;}
.allMenu #snb>li:hover::after{width:100%;}
.allMenu #snb>li>a{width:15%;-ms-flex-negative:0;flex-shrink:0;display:block;font-size:26px;font-weight:700;text-transform:uppercase;}


.allMenu .depth2{width:85%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;flex-wrap:wrap;}
.allMenu .depth2>li{padding-right:100px;}
.allMenu .depth2>li>a{padding:10px 0;font-size:20px;opacity:0.45;display:block;text-align:left;}
.allMenu .depth2>li:hover>a{opacity:1;}

.allMenu.on .bg::after{width:0;-webkit-transition-delay:0.2s;transition-delay:0.2s;}
.allMenu.on #snb>li{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
.allMenu.on #snb>li:nth-child(1){-webkit-transition-delay:0.2s;transition-delay:0.2s;}
.allMenu.on #snb>li:nth-child(2){-webkit-transition-delay:0.4s;transition-delay:0.4s;}
.allMenu.on #snb>li:nth-child(3){-webkit-transition-delay:0.6s;transition-delay:0.6s;}
.allMenu.on #snb>li:nth-child(4){-webkit-transition-delay:0.8s;transition-delay:0.8s;}
.allMenu.on #snb>li:nth-child(5){-webkit-transition-delay:1s;transition-delay:1s;}
.allMenu.on #snb>li:nth-child(6){-webkit-transition-delay:1.2s;transition-delay:1.2s;}
.allMenu.on #snb>li:nth-child(7){-webkit-transition-delay:1.4s;transition-delay:1.4s;}
.allMenu.on #snb>li:nth-child(8){-webkit-transition-delay:1.6s;transition-delay:1.6s;}

@media screen and (max-width:2520px) {
.allMenu .menu{padding:0 3%;}
}
@media screen and (max-width:2400px) {
.allMenu #snb>li>a{width:12%;}

.allMenu .depth2{width:88%;}
}
@media screen and (max-width:1700px) {
.allMenu #snb>li>a{width:15%;}

.allMenu .depth2{width:85%;}
.allMenu .depth2>li{padding-right:75px;}
}
@media screen and (max-width:1500px) {
.allMenu #snb>li>a{font-size:20px;}

.allMenu .depth2>li>a{font-size:18px;}
}
@media screen and (max-width:1280px) {
.allMenu .top ul{margin-right:120px;}

.allMenu #snb>li{padding:30px 0;}
.allMenu #snb>li>a{width:20%;}

.allMenu .depth2{width:80%;}
.allMenu .depth2>li{padding-right:50px;}
.allMenu .depth2>li>a{padding:6px 0;}
}
@media screen and (max-width:1199px) {
.allMenu .bg{display:none;}

.allMenu #snb>li{padding:20px 0;}
.allMenu #snb>li>a{font-size:18px;}

.allMenu .depth2>li>a{font-size:16px;}
}
@media screen and (max-width:960px) {
.allMenu .menu{padding:40px 20px 0 20px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}

.allMenu .top{height:70px;right:25px;}
.allMenu .top ul{display:flex;margin-right:0;}
.allMenu .top ul{gap:0 10px;}
.allMenu .top ul li{width:80px;height:34px;}
.allMenu .top a{font-size:1.3rem;}

.allMenu #snb{padding:40px 0;}
.allMenu #snb>li{gap:12px 0;padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition:all 0.4s;transition:all 0.4s;}
.allMenu #snb>li::before,
.allMenu #snb>li::after{display:none;}
.allMenu #snb>li>a{width:100%;padding:0 15px;font-size:18px;}
.allMenu #snb>li i{width:10px;height:10px;margin-top:7px;border:solid #fff;border-width:0 1px 1px 0;position:absolute;top:12px;right:15px;display:block;content:"";transform:rotate(45deg);opacity:1;-webkit-transition:all 0.4s;transition:all 0.4s;}
.allMenu #snb>li.on i{margin-top:14px;transform:rotate(225deg);}

.allMenu .depth2{width:100%;padding:10px 20px;display:block;background:rgba(0,0,0,0.2);text-align:left;display:none;}
.allMenu .depth2>li{width:100%;}
.allMenu .depth2>li>a{display:block;color:#fff;padding:8px 0;opacity:1;}
}
@media screen and (max-width:768px) {
.allMenu .top{right:15px;}
.allMenu .top ul li{width:60px;height:30px;}
.allMenu .top a{font-size:1.2rem;}

.allMenu .menu{padding-left:20px;padding-right:15px;}

.allMenu #snb{padding:20px 0;}
.allMenu #snb>li{padding:10px 0;}
.allMenu #snb>li>a{padding:0;font-size:18px;letter-spacing:0.04em;}
.allMenu #snb>li i{width:8px;height:8px;margin-top:2px;right:10px;}
.allMenu #snb>li.on i{margin-top:8px;}

.allMenu .depth2{padding:8px 15px;}
.allMenu .depth2>li>a{padding:5px 0;font-size:16px;}
}
@media screen and (max-width:640px) {
.allMenu .top{height:60px;gap:0 30px;}
.allMenu .top ul{gap:0 5px;}
.allMenu .top ul li{width:50px;}
.allMenu .top a{font-size:1.1rem;}
}
@media screen and (max-width:500px) {
.allMenu .top{height:55px;gap:0 20px;}
.allMenu .top ul li{width:45px;}
.allMenu .top a{font-size:1rem;}
}





/************************************************************************
* header changed *
************************************************************************/
header.changed{position:fixed;height:95px;background:rgba(0,0,0,0.7);transition:all 0.2s ease;}

header.changed .depth1>li>a{color:#fff;}
header.changed .depth2.on{padding-top:130px;}
header.changed .menuOpen span{background:#fff;}

@media screen and (max-width:1700px) {
header.changed{height:95px;}
}
@media screen and (max-width:1600px) {
header.changed{height:85px;}
}
@media screen and (max-width:1500px) {
header.changed{height:75px;}
}
@media screen and (max-width:1199px) {
header.changed{height:65px;}
}
@media screen and (max-width:768px) {
header.changed{height:55px;}
}
@media screen and (max-width:640px) {
header.changed{height:50px;}
}


header.changed .logo{width:360px;transition:all 0.2s ease;}
header.changed .logo img.white{display:block;}
header.changed .logo img.color{display:none;}

@media screen and (max-width:1600px) {
header.changed .logo{width:350px;}
}
@media screen and (max-width:1500px) {
header.changed .logo{width:310px;}
}
@media screen and (max-width:1280px) {
header.changed .logo{width:280px;}
}
@media screen and (max-width:1199px) {
header.changed .logo{width:250px;}
}
@media screen and (max-width:768px) {
header.changed .logo{width:230px;}
}
@media screen and (max-width:640px) {
header.changed .logo{width:210px;}
}
@media screen and (max-width:460px) {
header.changed .logo{width:190px;}
}
@media screen and (max-width:420px) {
header.changed .logo{width:170px;}
}
@media screen and (max-width:340px) {
header.changed .logo{width:160px;}
}
@media screen and (max-width:300px) {
heade.changedr .logo{width:150px;}
}




/*
header.changed .langBox{top:42px;}
header.changed .langBox ul li a{color:rgba(255,255,255,0.7);}
header.changed .langBox ul li a:after{background:rgba(255,255,255,0.7);}
header.changed .langBox ul li.on a,
header.changed .langBox ul li:hover a{color:rgba(255,255,255,1);}

@media screen and (max-width:1600px) {
header.changed .langBox{top:38px;}
}
@media screen and (max-width:1500px) {
header.changed .langBox{top:32px;}
}
@media screen and (max-width:1199px) {
header.changed .langBox{top:28px;}
}
@media screen and (max-width:768px) {
header.changed .langBox{top:20px;}
}
@media screen and (max-width:500px) {
header.changed .langBox{top:20px;}
}*/





/************************************************************************
* container *
************************************************************************/
#container{position:relative;overflow:hidden;margin-top:120px;}
@media screen and (max-width:1700px) {
#container{margin-top:110px;}
}
@media screen and (max-width:1600px) {
#container{margin-top:100px;}
}
@media screen and (max-width:1500px) {
#container{margin-top:90px;}
}
@media screen and (max-width:1199px) {
#container{margin-top:80px;}
}
@media screen and (max-width:960px) {
#container{margin-top:70px;}
}
@media screen and (max-width:768px) {
#container{margin-top:60px;}
}
@media screen and (max-width:500px) {
#container{margin-top:55px;}
}






/************************************************************************
* main_visual *
************************************************************************/
.visual{height:862px;overflow:hidden;position:relative;border-top:solid 60px #83c442;border-bottom:solid 60px #83c442;background:#83c442;}
.visual .slider,
.visual .slick-list,
.visual .slick-track,
.visual .item{height:100% !important;}
.visual .slider{position:relative;}
.visual .slick-track::-webkit-scrollbar{display:none;}
.visual .item{width:100%;position:relative;display:inline-block;overflow:hidden;}


.visual .item .txt_wrap{width:100%;max-width:1500px;margin:0 auto;position:relative;z-index:1;color:#fff;}
.visual .item .txt_wrap .txtBox{position:absolute;}
.visual .item.vis-1 .txtBox{top:80px;right:0;}
.visual .item.vis-2 .txtBox{top:80px;left:0;}
.visual .item.vis-3 .txtBox{top:80px;left:0;}

.visual .item .txt_wrap *{word-wrap:break-word;display:block;word-break:keep-all;text-align:left;color:#fff;text-shadow:1px 1px 10px rgba(0,0,0,0.05);}
.visual .item .txt_wrap .tit{opacity:0;width:100%;font-size:38px;font-weight:normal;line-height:140%;font-family:'Pretendard-SemiBold';}
.visual .item .txt_wrap .txt{opacity:0;width:100%;margin-top:30px;font-size:80px;font-weight:bold;line-height:115%;letter-spacing:-0.04em;text-transform:uppercase;font-family:'GmarketSansBold';}

.visual .item.ib-2 .txt_wrap .tit,
.visual .item.ib-2 .txt_wrap .txt{width:100%;}

.visual .item.slick-active .txt_wrap .tit{animation:upslide 1s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay:0.1s;opacity:1;}
.visual .item.slick-active .txt_wrap .txt{animation:upslide 1s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay:0.4s;opacity:1;}


.visual .item .img{width:100%;height:100%;text-align:center;clip-path:circle(100%);transform:translateY(0);background-size:cover;background-repeat:no-repeat;background-position:center center;}
.visual .item .img.on{animation:clipOn 3s cubic-bezier(0.19, 0.82, 0.29, 1.01) forwards;}

.visual .item .img .video{position:absolute;top:0;left:0;width:100%;height:100vh;background:#000;overflow:hidden;transition:transform 1.5s ease .1s;z-index:-1;}
.visual .item .img .video:after{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,0.4);content:"";z-index:-1;}
.visual .item .img .video video{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50% , -50%);z-index:-2;object-fit:cover;transition:all 13s;}

.visual .item .img img{width:auto;height:100%;display:block;position:relative;left:50%;transform:translateX(-50%) scale(1.2);object-fit:cover;transition:all 13s;}
.start .visual .item.item.slick-active .img img{transform:translateX(-50%) scale(1.1);}

.visual .control{width:100%;max-width:1500px;display:flex;align-items:center;position:absolute;bottom:10%;left:50%;transform:translateX(-50%);color:#fff;z-index:9998;}
.visual .control .prev,
.visual .control .next{width:25px;height:25px;margin-right:15px;display:block;position:relative;}

.visual .control .prev:after,
.visual .control .next:after{width:8px;height:8px;border:solid #fff;position:absolute;top:calc(50% - 4px);display:block;content:"";transform:rotate(45deg);}
.visual .control .prev:after{border-width:0 0 2px 2px;left:calc(50% - 4px);}
.visual .control .next:after{border-width:2px 2px 0 0;right:calc(50% - 4px);}

.visual .control .play,
.visual .control .stop{width:25px;height:25px;margin-right:25px;display:inline-flex;align-items:center;justify-content:center;background-size:8px auto !important;}
.visual .control .play{display:none;background:url(/img/play-btn.svg) no-repeat center center;}
.visual .control .stop{background:url(/img/stop-btn.svg) no-repeat center center;}

.visual .control i{margin:0 10px;}
.visual .control i,
.visual .control strong,
.visual .control span{font-size:18px;}

.visual .progress-bar{width:150px;height:3px;margin-left:25px;border-radius:5px;background:rgba(255,255,255,0.4);overflow:hidden;}
.visual .progress-bar .progress{width:0;height:100%;background:#fff;transition:width 6.5s linear;/* 서서히 채워지는 효과 (슬라이드 유지 시간과 맞춤) */}

.visual .slick-dots{display:none !important;}

@media screen and (max-width:1700px){
.visual{border-width:55px;}
.visual,
.visual .item .img{height:800px;}

.visual .item .txt_wrap .txtBox{padding:0 2%;}
.visual .item .txt_wrap .txt{font-size:75px;}
}
@media screen and (max-width:1500px){
.visual{border-width:50px;}
.visual,
.visual .item .img{height:750px;}

.visual .item .txt_wrap{padding:0 2%;}
.visual .item .txt_wrap .tit{font-size:36px;}
.visual .item .txt_wrap .txt{font-size:70px;}
    
.visual .control{bottom:50px;left:2%;transform:translateX(0);}
.visual .control .prev,
.visual .control .next{width:25px;height:25px;margin-right:10px;}
.visual .control .play,
.visual .control .stop{width:25px;height:25px;margin-right:15px;background-size:6px !important;}

.visual .control i,
.visual .control strong,
.visual .control span{font-size:17px;}
}
@media screen and (max-width:1280px){
.visual{border-width:45px;}
.visual,
.visual .item .img{height:700px;}

.visual .item .txt_wrap .tit{font-size:34px;}
.visual .item .txt_wrap .txt{margin-top:25px;font-size:65px;}

.visual .control i,
.visual .control strong,
.visual .control span{font-size:16px;}
}
@media screen and (max-width:1100px){
.visual{border-width:40px;}
.visual,
.visual .item .img{height:650px;}

.visual .item .txt_wrap .tit{font-size:30px;}
.visual .item .txt_wrap .txt{margin-top:20px;font-size:60px;}

.visual .control i,
.visual .control strong,
.visual .control span{font-size:15px;}
}
@media screen and (max-width:960px){
.visual{border-width:35px;}
.visual,
.visual .item .img{height:580px;}

.visual .item.vis-1 .txtBox{top:70px;}
.visual .item.vis-2 .txtBox{top:70px;}
.visual .item.vis-3 .txtBox{top:70px;}

.visual .item .txt_wrap .tit{font-size:28px;}
.visual .item .txt_wrap .txt{font-size:55px;}
    
.visual .control{bottom:40px;}
.visual .control .prev,
.visual .control .next{width:20px;height:20px;}
.visual .control .play,
.visual .control .stop{width:20px;height:20px;}
.visual .progress-bar{width:120px;margin-left:20px;}

.visual .control i,
.visual .control strong,
.visual .control span{font-size:14px;}
}
@media screen and (max-width:860px){
.visual{border-width:30px;}
.visual,
.visual .item .img{height:500px;}

.visual .item.vis-1 .txtBox{top:55px;}
.visual .item.vis-2 .txtBox{top:55px;}
.visual .item.vis-3 .txtBox{top:55px;}

.visual .item .txt_wrap .tit{font-size:26px;}
.visual .item .txt_wrap .txt{margin-top:15px;font-size:50px;}
}
@media screen and (max-width:767px){
.visual{border-width:25px;}
.visual,
.visual .item .img{height:420px;}

.visual .item.vis-1 .txtBox{top:40px;}
.visual .item.vis-2 .txtBox{top:40px;}
.visual .item.vis-3 .txtBox{top:40px;}

.visual .item .txt_wrap .tit{font-size:24px;}
.visual .item .txt_wrap .txt{font-size:38px;}

.visual .control{bottom:30px;}
.visual .control i,
.visual .control strong,
.visual .control span{font-size:13px;}
}
@media screen and (max-width:640px){
.visual{border-width:20px;}
.visual,
.visual .item .img{height:380px;}

.visual .item.vis-1 .txtBox{top:30px;}
.visual .item.vis-2 .txtBox{top:30px;}
.visual .item.vis-3 .txtBox{top:30px;}

.visual .item .txt_wrap .tit{font-size:21px;}
.visual .item .txt_wrap .txt{margin-top:10px;font-size:32px;}

.visual .control{bottom:20px;}
.visual .control .prev,
.visual .control .next{width:15px;height:15px;margin-right:8px;}
.visual .control .play,
.visual .control .stop{width:15px;height:15px;margin-right:12px;}

.visual .progress-bar{width:100px;margin-left:15px;}

.visual .control i,
.visual .control strong,
.visual .control span{font-size:12px;}
}
@media screen and (max-width:560px){
.visual{border-width:15px;}
.visual,
.visual .item .img{height:340px;}

.visual .item.vis-1 .txtBox{top:20px;}
.visual .item.vis-2 .txtBox{top:20px;}
.visual .item.vis-3 .txtBox{top:20px;}

.visual .item .txt_wrap .tit{font-size:19px;}
.visual .item .txt_wrap .txt{font-size:28px;}
}
@media screen and (max-width:460px){
.visual{border-width:10px;}
.visual,
.visual .item .img{height:270px;}

.visual .item.vis-1 .txtBox{top:10px;}
.visual .item.vis-2 .txtBox{top:10px;}
.visual .item.vis-3 .txtBox{top:10px;}

.visual .item .txt_wrap .tit{font-size:17px;}
.visual .item .txt_wrap .txt{font-size:24px;}

.visual .control{bottom:10px;}
.visual .progress-bar{width:80px;}
}
@media screen and (max-width:420px){
.visual,
.visual .item .img{height:240px;}

.visual .item .txt_wrap .tit{font-size:15px;}
.visual .item .txt_wrap .txt{font-size:22px;}
}
@media screen and (max-width:360px){
.visual,
.visual .item .img{height:200px;}

.visual .item .txt_wrap .tit{font-size:14px;}
.visual .item .txt_wrap .txt{font-size:20px;}

.visual .progress-bar{width:60px;}
}




/************************************************************************
* sub_visual *
************************************************************************/
.svis{position:relative;background-size:cover !important;position:relative;overflow:hidden;}

.svis .sv_txt{position:absolute;top:140px;right:0;z-index:2;}
.svis .sv_txt *{color:#fff;letter-spacing:-0.02em;}
.svis .sv_txt .tit{opacity:0;font-weight:normal;line-height:120%;text-transform:uppercase;font-family:'GmarketSansBold';}
.svis .sv_txt .con{opacity:0;padding-top:20px;font-weight:bold;line-height:130%;font-family:'Pretendard-SemiBold';}

.svis.sub4 .sv_txt{right:auto;left:0;}
.svis.sub4 .sv_txt *{text-shadow:1px 1px 10px rgba(0,0,0,1);}

.in-view .svis .sv_txt .tit{animation:upslide 1s cubic-bezier(0.4, 0, 0.2, 1) both;opacity:1;}
.in-view .svis .sv_txt .con{animation:upslide 1s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay:0.3s;opacity:1;}

.svis .svisualimg{width:100%;height:440px;background:#000;overflow:hidden;z-index:1;clip-path:circle(100%);transform:translateY(0);background-size:cover;background-repeat:no-repeat;background-position:center center;}
.svis .svisualimg img{height:100%;margin:0 auto;display:block;transform:scale(1.12);object-fit:cover;transition:all 8s;}
.in-view .svisualimg img{transform:scale(1);}

.svis.sub1 .svisualimg{background:#b9e2ed;}
.svis.sub2 .svisualimg{background:#bde1fa;}
.svis.sub3 .svisualimg{background:#d7ebb9;}
.svis.sub4 .svisualimg{background:#83c442;}

@media screen and (max-width:1500px){
.svis .svisualimg{height:400px;}
}
@media screen and (max-width:1280px){
.svis .svisualimg{height:360px;}
}
@media screen and (max-width:1100px){
.svis .svisualimg{height:320px;}
}
@media screen and (max-width:960px){
.svis .sv_txt{top:90px;}

.svis .svisualimg{height:290px;}
}
@media screen and (max-width:860px){
.svis .svisualimg{height:270px;}
}
@media screen and (max-width:767px){
.svis .sv_txt{top:60px;}
.svis .sv_txt .con{padding-top:15px;}

.svis .svisualimg{height:240px;}
}
@media screen and (max-width:640px){
.svis .sv_txt{top:40px;}

.svis .svisualimg{height:200px;}
}
@media screen and (max-width:560px){
.svis .sv_txt .con{padding-top:10px;}
.svis .sv_txt h5.con{font-size:16px !important;}

.svis .svisualimg{height:160px;}
}
@media screen and (max-width:460px){
.svis .sv_txt{top:30px;}

.svis .svisualimg{height:140px;}
}
@media screen and (max-width:400px) {
.svis .sv_txt h5.con{font-size:14px !important;}

.svis .svisualimg{height:120px;}
}
@media screen and (max-width:340px) {
.svis .sv_txt{top:20px;}
.svis .sv_txt .con{padding-top:5px;}
.svis .sv_txt h5.con{font-size:12px !important;}

.svis .svisualimg{height:100px;}
}





/************************************************************************
* sub_gnb *
************************************************************************/
.select-nav-wrapper{width:100%;display:block;z-index:3;background:#83c442;}
.select-nav-wrapper:after{height:0;content:"";visibility:hidden;display:block;clear:both;}
.select-nav-wrapper .WRAP{display:flex;}

.select-nav-wrapper .home{width:60px;line-height:64px;text-align:center;display:flex;align-items:center;justify-content:center;background:#fff;color:#0b8040;}

.select-nav{display:inline-block;display:flex;}
.select-nav:after{content:" ";visibility:hidden;display:block;height:0;clear:both;}
.select-nav .select{width:auto;height:64px;padding-right:100px;position:relative;box-sizing:border-box;border-right:1px solid rgba(255,255,255,0.3);margin-left:-1px;}
.select-nav .select .down{width:10px;height:10px;border:solid #fff;border-width:0 2px 2px 0;position:absolute;top:calc(50% - 8px);right:30px;display:block;transform:rotate(45deg);transition:all 0.5s;}
.select-nav .select.on .down{top:calc(50% - 4px);transform:rotate(225deg);}

.select-nav .select button{width:100%;height:100%;padding:0 30px;text-align:left;font-size:24px;letter-spacing:-0.04em;color:#fff;}
.select-nav .select > ul{display:none;position:absolute;top:calc(100% + 2px);left:1px;width:calc(100% - 2px);background-color:#0b8040;padding:30px 0;z-index:999;}
.select-nav .select ul li{line-height:120%;padding-left:30px;}
.select-nav .select ul li a{padding-bottom:22px;color:rgba(255,255,255,0.7);font-size:22px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.select-nav .select ul li:last-child a{padding-bottom:0 !important;}
.select-nav .select ul li:hover a{color:#fff;}

@media screen and (max-width:1500px){
.select-nav-wrapper .WRAP{width:100% !important;}

.select-nav .select button{font-size:22px;}
.select-nav .select ul li a{padding-bottom:18px;font-size:20px;}
}
@media screen and (max-width:1100px){
.select-nav-wrapper .home{width:55px;line-height:55px;}

.select-nav .select{height:55px;padding-right:60px;}
.select-nav .select .down{right:25px;}

.select-nav .select button{font-size:20px;padding:0 25px;}
.select-nav .select > ul{padding:18px 0;}
.select-nav .select ul li{padding-left:25px;}
.select-nav .select ul li a{padding-bottom:16px;font-size:18px;}
}
@media screen and (max-width:767px){
.select-nav-wrapper .home{width:50px;line-height:50px;}

.select-nav .select{height:50px;padding-right:40px;}
.select-nav .select .down{width:6px;height:6px;top:calc(50% - 3px);right:20px;}

.select-nav .select button{padding:0 20px;font-size:18px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.select-nav .select > ul{padding:16px 0;}
.select-nav .select ul li{padding-left:20px;}
.select-nav .select ul li a{padding-bottom:10px;font-size:16px;}
}
@media screen and (max-width:500px){
.select-nav .select{padding-right:20px;}

.select-nav .select button{font-size:16px;}
.select-nav .select > ul{padding:14px 0;}
.select-nav .select ul li{padding-left:14px;}
.select-nav .select ul li a{padding-bottom:8px;font-size:14px;}
}
@media screen and (max-width:420px){
.select-nav-wrapper .home{width:45px;line-height:45px;}

.select-nav{width:calc(100% - 45px);}
.select-nav .select{height:45px;padding-right:10px;}
.select-nav .select.d1{width:40%;}
.select-nav .select.d2{width:60%;}
.select-nav .select .down{right:10px;}

.select-nav .select button{padding:0 10px;font-size:14px;}
.select-nav .select > ul{padding:10px 0;}
.select-nav .select ul li{padding-left:10px;}
.select-nav .select ul li a{padding-bottom:6px;font-size:13px;}
}





/************************************************************************
* FOOTER *
************************************************************************/
footer{width:100%;background:#edeef0;}
footer .WRAP{padding:70px 0;}
footer *{color:#000;}

.fcBox .copyBox{width:50%;}
.fcBox .copyBox .terms{justify-content:flex-start;align-items:center;}
.fcBox .copyBox .terms a{padding:0 18px;position:relative;}
.fcBox .copyBox .terms a:after{width:2px;height:2px;background:#000;position:absolute;top:calc(50% - 2px);left:0;display:block;content:"";}
.fcBox .copyBox .terms a:hover{color:#999;}
.fcBox .copyBox .terms a:first-child{padding-left:0 !important;}
.fcBox .copyBox .terms a:first-child:after{display:none;}
.fcBox .copyBox .copy{color:#6e6e6e;word-wrap:break-word;display:block;word-break:keep-all;line-height:200% !important;}
.fcBox .copyBox .copy br.hide{display:none;}

.fcBox dl{}
.fcBox dt,
.fcBox dd{font-size:18px;line-height:160%;}
.fcBox dt{color:#000;}
.fcBox dd,
.fcBox dd a{color:#777;font-weight:normal;}

.fcBox .cusInfo{width:31%;}
.fcBox .cusInfo dl{display:flex;flex-wrap:wrap;}
.fcBox .cusInfo dt{width:140px;}
.fcBox .cusInfo dd{width:calc(100% - 140px);}
.fcBox .cusInfo dt,
.fcBox .cusInfo dd{margin-bottom:6px;}
.fcBox .cusInfo dt:last-of-child,
.fcBox .cusInfo dd:last-of-child{margin-bottom:0 !important;}

.fcBox .paymInfo{width:19%;}
.fcBox .paymInfo dt{margin-bottom:6px;}

.csnsBox{border-top:solid 1px #dcdcdc;}
.csnsBox .WRAP{padding:45px 0;}
.csnsBox .fsnsBox a{width:23px;margin:0 10px;display:block;}
.csnsBox .fsnsBox a:last-child{margin-right:0 !important;}
.csnsBox .fsnsBox a img{width:100%;opacity:0.5;display:block;transition:all 0.2s ease;}
.csnsBox .fsnsBox a:hover img{opacity:1;transition:all 0.2s ease;}
.csnsBox font{font-family:'Noto Sans KR';color:#777;}

@media screen and (max-width:1500px){
.fcBox dt,
.fcBox dd{font-size:17px;}
}
@media screen and (max-width:1280px){
footer .WRAP{padding:60px 0;}

.fcBox .copyBox{width:100%;margin-bottom:50px;}
.fcBox .copyBox .terms a{padding:0 15px;}

.fcBox dt,
.fcBox dd{font-size:16px;}

.fcBox .cusInfo{width:50%;}
.fcBox .cusInfo dt{width:130px;}
.fcBox .cusInfo dd{width:calc(100% - 130px);}
.fcBox .cusInfo dt,
.fcBox .cusInfo dd{margin-bottom:5px;}

.fcBox .paymInfo{width:50%;}
.fcBox .paymInfo dt{margin-bottom:5px;}

.csnsBox .WRAP{padding:35px 0;}
.csnsBox .fsnsBox a{width:20px;margin:0 7px;}
}
@media screen and (max-width:767px){
footer .WRAP{padding:50px 0;}

.fcBox dt,
.fcBox dd{font-size:14px;}

.fcBox .copyBox{width:100%;margin-bottom:40px;}
.fcBox .copyBox .terms a{padding:0 10px;}
.fcBox .copyBox .copy br.hide{display:block;}
.fcBox .cusInfo{width:100%;margin-bottom:40px;}
.fcBox .cusInfo dt{width:120px;}
.fcBox .cusInfo dd{width:calc(100% - 120px);}
.fcBox .paymInfo{width:100%;}
.fcBox .paymInfo dt{margin-bottom:0;}

.csnsBox .WRAP{padding:30px 0;}
.csnsBox .fsnsBox{width:100%;margin-bottom:20px;order:-1;justify-content:center;align-items:center;}
.csnsBox .fsnsBox a{width:18px;margin:0 5px !important;}
.csnsBox font{width:100%;text-align:center;}
.csnsBox font.copyright{font-size:12px !important;}
}
@media screen and (max-width:640px){
footer .WRAP{padding:40px 0;}

.fcBox .copyBox{margin-bottom:30px;}
.fcBox .cusInfo{margin-bottom:30px;}
.csnsBox .fsnsBox{margin-bottom:10px;}
.csnsBox font.copyright{font-size:10px !important;}
}
@media screen and (max-width:360px){
.fcBox .cusInfo dt{width:100%;}
.fcBox .cusInfo dd{width:100%;}
.fcBox .cusInfo dt{margin-bottom:0;}
}






/************************************************************************
* POPUP *
************************************************************************/
.ft_popup{display:none;width:100%;height:100%;position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0.4);z-index:99999;}
.ft_popup .popup_wrap{max-width:740px;margin:0 auto;position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;background:#fff;}
.ft_popup .popup_wrap .titArea{height:60px;line-height:60px;padding:0 20px;position:relative;background:#000;text-align:left;}
.ft_popup .popup_wrap .titArea p{font-size:20px;font-weight:500;color:#fff;}

.ft_popup .popup_wrap .conArea{padding:25px 20px;}
.ft_popup .popup_wrap .conArea *{font-family:'Noto Sans KR';}
.ft_popup .popup_wrap .conArea p{line-height:1.5;font-size:15px;color:#333;}
.ft_popup .popup_wrap .conArea .data_txt_box{height:380px;padding:20px;margin:10px 0;font-size:15px;border:1px solid #ddd;overflow-y:scroll;}

.ft_popup .popup_wrap .close{width:30px;height:30px;display:block;position:absolute;top:15px;right:35px;cursor:pointer;}
.ft_popup .popup_wrap .close:after{width:2px;height:30px;background:#fff;position:absolute;top:calc(50% - 15px);right:calc(50% - 15px);display:block;content:"";transform:rotate(45deg);}
.ft_popup .popup_wrap .close:before{width:2px;height:30px;background:#fff;position:absolute;top:calc(50% - 15px);right:calc(50% - 15px);display:block;content:"";transform:rotate(-45deg);}

@media screen and (max-width:767px) {
.ft_popup .popup_wrap{max-width:100%;}
.ft_popup .popup_wrap .conArea{padding:20px 15px;}
.ft_popup .popup_wrap .conArea p{font-size:15px;}
.ft_popup .popup_wrap .conArea .data_txt_box{height:360px;padding:18px;font-size:14px;}
}
@media screen and (max-width:640px) {
.ft_popup .popup_wrap .titArea{height:50px;line-height:50px;padding:0 15px;}

.ft_popup .popup_wrap .conArea{padding:15px 10px;}
.ft_popup .popup_wrap .conArea p{font-size:14px;}
.ft_popup .popup_wrap .conArea .data_txt_box{height:340px;padding:15px;font-size:13px;}

.ft_popup .popup_wrap .close{top:10px;right:30px;}
}

@media screen and (max-height:700px) {
.ft_popup .popup_wrap{height:100%;}
.ft_popup .popup_wrap .conArea{height:100%;padding-bottom:120px;overflow-y:scroll;}
.ft_popup .popup_wrap .conArea .data_txt_box{height:100%;padding:10px;}
}








/************************************************************************
* UP *
************************************************************************/
#back2top{width:65px;height:65px;font-size:24px;line-height:65px;text-align:center;color:#000;border:solid 1px rgba(0,0,0,0.1);background:rgba(255,255,255,1);border-radius:50%;position:fixed;bottom:20px;right:20px;display:none;cursor:pointer;z-index:98;}

@media screen and (max-width:1500px){
#back2top{width:60px;height:60px;font-size:22px;line-height:60px;bottom:15px;right:15px;}
}
@media screen and (max-width:1280px){
#back2top{width:58px;height:58px;font-size:20px;line-height:58px;}
}
@media screen and (max-width:1100px){
#back2top{width:54px;height:54px;font-size:19px;line-height:54px;bottom:10px;right:10px;}
}
@media screen and (max-width:767px){
#back2top{width:50px;height:50px;font-size:18px;line-height:50px;}
}
@media screen and (max-width:640px){
#back2top{width:45px;height:45px;font-size:16px;line-height:45px;bottom:5px;right:5px;}
}
@media screen and (max-width:460px){
#back2top{width:40px;height:40px;line-height:40px;}
}
@media screen and (max-width:360px){
#back2top{width:38px;height:38px;line-height:38px;}
}



