@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:228px;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 nav a{color:#000;}

header .depth1{}
header .depth1>li{position:relative;}
header .depth1>li>a{padding:0 50px;font-size:28px;letter-spacing:0.05em;font-weight:bold;text-transform:uppercase;position:relative;z-index:1;}
header .depth1>li.white>a{color:#bedeff !important;}

header .depth2{width:100%;height:0;padding:0;position:absolute;top:-40px;left:50%;overflow:hidden;background:#0f75bc;-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:#bedeff;}

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:220px;}

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:210px;}

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:200px;}

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:190px;}

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:180px;}

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:170px;}
}
@media screen and (max-width:500px) {
header{height:55px;}
}
@media screen and (max-width:460px) {
header .logo{width:160px;}
}
@media screen and (max-width:420px) {
header .logo{width:150px;}
}
@media screen and (max-width:340px) {
header .logo{width:140px;}
}
@media screen and (max-width:300px) {
header .logo{width:130px;}
}




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;margin-top:10px;display:block;position:relative;transition:all 0.3s ease-in-out;}
header .menuOpen span{width:10px;height:10px;background-color:#005ab2;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;margin-top:4px;}
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;margin-top:0;}
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:#0f75bc;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:#3685c4;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 .logo{width:220px;transition:all 0.2s ease;}
header.changed .logo img.white{display:block;}
header.changed .logo img.color{display:none;}

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

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:1700px) {
header.changed{height:95px;}
}
@media screen and (max-width:1600px) {
header.changed{height:85px;}
header.changed .logo{width:210px;}

header.changed .langBox{top:38px;}
}
@media screen and (max-width:1500px) {
header.changed{height:75px;}
header.changed .logo{width:200px;}

header.changed .langBox{top:32px;}
}
@media screen and (max-width:1280px) {
header.changed .logo{width:190px;}
}
@media screen and (max-width:1199px) {
header.changed{height:65px;}
header.changed .logo{width:180px;}

header.changed .langBox{top:28px;}
}
@media screen and (max-width:768px) {
header.changed{height:55px;}
header.changed .logo{width:170px;}

header.changed .langBox{top:20px;}
}
@media screen and (max-width:640px) {
header.changed{height:50px;}
header.changed .logo{width:160px;}
}
@media screen and (max-width:500px) {
header.changed .langBox{top:20px;}
}
@media screen and (max-width:460px) {
header.changed .logo{width:150px;}
}
@media screen and (max-width:420px) {
header.changed .logo{width:140px;}
}
@media screen and (max-width:340px) {
header.changed .logo{width:130px;}
}
@media screen and (max-width:300px) {
header.changed .logo{width:120px;}
}






/************************************************************************
* right_fixed *
************************************************************************/
.right_fixed{position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:9998;}
.right_fixed a{width:75px;height:310px;background:#fff;border-top-left-radius:20px;border-bottom-left-radius:20px;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:all 0.2s ease;cursor:pointer;box-shadow:2px 2px 20px rgba(0,0,0,0.1);}
.right_fixed a i{width:9px;height:9px;border:solid #000;border-width:1px 1px 0 0;display:block;transform:rotate(45deg);transition:all 0.2s ease;}
.right_fixed a font{margin-top:25px;writing-mode:vertical-rl;color:#000;transition:all 0.2s ease;text-align:center;letter-spacing:0.02em;font-weight:bold;}

.right_fixed a:hover{background:#000;transition:all 0.2s ease;}
.right_fixed a:hover i{border-color:#fff;transition:all 0.2s ease;}
.right_fixed a:hover font{color:#fff;transition:all 0.2s ease;}


.right_fixed a.inquiry{display:none;}
.right_fixed a.product{display:flex;}

@media all and (max-width:1700px) {
.right_fixed a{width:70px;height:290px;}
}
@media all and (max-width:1600px) {
.right_fixed a{width:65px;height:270px;}
}
@media all and (max-width:1500px) {
.right_fixed a{width:60px;height:250px;border-top-left-radius:10px;border-bottom-left-radius:10px;}
.right_fixed a i{width:8px;height:8px;}
.right_fixed a font{margin-top:20px;letter-spacing:0em;}
}
@media all and (max-width:1280px) {
.right_fixed a{width:55px;height:230px;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.right_fixed a i{width:6px;height:6px;}
}
@media all and (max-width:1100px) {
.right_fixed{top:auto;bottom:80px;transform:translateY(0);}
.right_fixed a{width:50px;height:220px;}
.right_fixed a font{margin-top:15px;}
}
@media all and (max-width:640px) {
.right_fixed{bottom:65px;}
.right_fixed a{width:45px;height:200px;}
.right_fixed a i{margin-left:-3px;}
.right_fixed a font{margin-top:10px;}
}
@media all and (max-width:460px) {
.right_fixed a{width:40px;height:165px;}
.right_fixed a font{letter-spacing:-0.04em;font-size:18px !important;}
}






/************************************************************************
* main_visual *
************************************************************************/
.visual{height:100vh;overflow:hidden;position:relative;}
.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;position:absolute;left:50%;transform:translate(-50%, -50%);z-index:1;color:#fff;}
.visual .item.vis-1 .txt_wrap{top:50%;}
.visual .item.vis-2 .txt_wrap{top:50%;}
.visual .item.vis-3 .txt_wrap{/*bottom:20%;*/top:50%;/*transform:translate(-50%, 0);*/}

.visual .item .txt_wrap *{word-wrap:break-word;display:block;word-break:keep-all;text-align:left;line-height:140%;color:#fff;}
.visual .item .txt_wrap .slogan{opacity:0;width:100%;}
.visual .item .txt_wrap .slogan img{width:30%;max-width:248px;}
.visual .item .txt_wrap .tit{opacity:0;width:100%;margin-top:30px;font-size:38px;font-weight:normal;font-family:'NanumSquareNeo';}
.visual .item .txt_wrap .txt{opacity:0;width:100%;font-size:110px;font-weight:bold;}


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

.visual .item.slick-active .txt_wrap .slogan{animation:upslide 1s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay:0s;opacity:1;}
.visual .item.slick-active .txt_wrap .tit{animation:upslide 1s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay:0.2s;opacity:1;}
.visual .item.slick-active .txt_wrap .txt{animation:upslide 1s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay:0.6s;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.5);object-fit:cover;transition:all 13s;}
.start .visual .item.item.slick-active .img img{transform:translateX(-50%) scale(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,
.visual .item .img{height:1000px;}

.visual .item .txt_wrap .slogan img{width:25%;}
.visual .item .txt_wrap .txt{font-size:100px;}
}
@media screen and (max-width:1500px){
.visual,
.visual .item .img{height:900px;}

.visual .item .txt_wrap{padding:0 2%;}
.visual .item .txt_wrap .slogan img{width:20%;}
.visual .item .txt_wrap .tit{font-size:36px;}
.visual .item .txt_wrap .txt{font-size:90px;}
    
.visual .control{bottom:50px;padding-left:20px;}
.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,
.visual .item .img{height:800px;}

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

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

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

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

.visual .item .txt_wrap .tit{font-size:28px;}
.visual .item .txt_wrap .txt{font-size:60px;}
    
.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,
.visual .item .img{height:600px;}

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

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

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

.visual .item .txt_wrap .slogan img{width:30%;}
.visual .item .txt_wrap .tit{font-size:22px;}
.visual .item .txt_wrap .tit br{display:none;}
.visual .item .txt_wrap .txt{font-size:35px;}

.visual .control{bottom:30px;}

.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,
.visual .item .img{height:450px;}

.visual .item .txt_wrap .tit{font-size:20px;}
.visual .item .txt_wrap .txt{font-size:30px;}
}
@media screen and (max-width:460px){
.visual,
.visual .item .img{height:400px;}

.visual .item .txt_wrap .tit{font-size:18px;}
.visual .item .txt_wrap .txt{font-size:25px;}

.visual .progress-bar{width:80px;}
}
@media screen and (max-width:420px){
.visual,
.visual .item .img{height:350px;}
}
@media screen and (max-width:360px){
.visual .progress-bar{width:60px;}
}







/************************************************************************
* scroll down *
************************************************************************/
.visual .view{position:absolute;right:40px;bottom:5%;z-index:999;}
.visual .view i{width:30px;height:49px;margin:0 auto;border:solid 2px #fff;border-radius:30px;display:block;position:relative;}
.visual .view i:after{width:2px;height:10px;background:#fff;position:absolute;top:7px;left:calc(50% - 1px);display:block;content:"";animation:move linear 1.5s infinite;}
.visual .view font{padding-bottom:8px;display:block;color:#fff;line-height:100% !important;font-family:'GmarketSansMedium';}

@keyframes move {
	0% {top:7px;opacity:0;}
	10% {top:7px;opacity:1;}
	50% {top:14px;opacity:1;}
	100% {top:14px;opacity:0;}
}

@media screen and (max-width:2200px){
.visual .view{right:20px;bottom:20px;}
}
@media screen and (max-width:1280px){
.visual .view i{width:24px;height:34px;}
}
@media screen and (max-width:960px){
.visual .view{bottom:15px;right:15px;}
}
@media screen and (max-width:640px){
.visual .view{bottom:10px;right:10px;}
.visual .view i{width:22px;height:32px;}
}







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

.svis .sv_txt{height:100%;z-index:2;}
.svis .sv_txt *{color:#000;}
.svis .sv_txt h1{font-size:110px;}

.svis .svisualimg{width:100%;height:630px;margin-top:-26px;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.3);object-fit:cover;transition:all 8s;}
.in-view .svisualimg img{transform:scale(1);}

.svis.svis1 .svisualimg{}

@media screen and (max-width:1500px){
.svis{margin-top:130px;}

.svis .sv_txt h1{font-size:100px;}

.svis .svisualimg{height:600px;}
}
@media screen and (max-width:1280px){
.svis{margin-top:110px;}

.svis .sv_txt h1{font-size:90px;}

.svis .svisualimg{height:550px;margin-top:-21px;}
}
@media screen and (max-width:1100px){
.svis{margin-top:90px;}

.svis .sv_txt h1{font-size:80px;}

.svis .svisualimg{height:500px;margin-top:-19px;}
}
@media screen and (max-width:960px){
.svis{margin-top:80px;}

.svis .sv_txt h1{font-size:70px;}

.svis .svisualimg{height:450px;margin-top:-16px;}
}
@media screen and (max-width:767px){
.svis{margin-top:70px;}

.svis .sv_txt h1{font-size:60px;}

.svis .svisualimg{height:400px;margin-top:-14px;}
}
@media screen and (max-width:640px){
.svis{margin-top:60px;}

.svis .sv_txt h1{font-size:50px;}
.svis .sv_txt br{display:none;}

.svis .svisualimg{height:300px;margin-top:-12px;}
}
@media screen and (max-width:560px){
.svis .sv_txt h1{font-size:45px;}

.svis .svisualimg{margin-top:-11px;}
}
@media screen and (max-width:460px){
.svis .sv_txt h1{font-size:40px;}

.svis .svisualimg{margin-top:-10px;}
}







/************************************************************************
* sub tab menu *
************************************************************************/
.subPtabmenu{display:table;margin:0 auto;}
.subPtabmenu ul{border:solid 1px #e6e6e6;border-radius:60px;padding:10px 20px;}
.subPtabmenu li{margin:0 2px;border-radius:60px;transition:all 0.2s ease;}
.subPtabmenu li a{padding:14px 30px;font-size:18px;font-family:'NanumSquareNeoBold';font-weight:bold;text-align:center;line-height:120%;transition:all 0.2s ease;display:block;}

.subPtabmenu li:hover,
.subPtabmenu li.active{background:#0563c2;transition:all 0.2s ease;}
.subPtabmenu li:hover a,
.subPtabmenu li.active a{color:#fff;transition:all 0.2s ease;}

@media screen and (max-width:1500px){
.subPtabmenu{padding:0 2%;}
.subPtabmenu ul{padding:8px 18px;}
.subPtabmenu li{margin:0 1px;}
.subPtabmenu li a{padding:12px 25px;font-size:17px;}
}
@media screen and (max-width:1280px){
.subPtabmenu ul{padding:6px 16px;}
.subPtabmenu li a{padding:10px 22px;font-size:16px;}
}
@media screen and (max-width:1100px){
.subPtabmenu ul{padding:4px;border-radius:10px;}
.subPtabmenu li{border-radius:10px;}
.subPtabmenu li a{padding:8px 20px;font-size:15px;}
}
@media screen and (max-width:960px){
.subPtabmenu{width:100%;}
.subPtabmenu ul{width:100%;padding:4px;border-radius:5px;}
.subPtabmenu li{border-radius:5px;}
.subPtabmenu li a{padding:8px 0;font-size:15px;word-wrap:break-word;display:block;word-break:keep-all;}

.subPtabmenu ul.menu-num1 li{width:100%;}
.subPtabmenu ul.menu-num2 li{width:calc(100%/2 - 2px);}
.subPtabmenu ul.menu-num3 li{width:calc(100%/3 - 2px);}
.subPtabmenu ul.menu-num4 li{width:calc(100%/4 - 2px);}
.subPtabmenu ul.menu-num5 li{width:calc(100%/5 - 2px);}
.subPtabmenu ul.menu-num6 li{width:calc(100%/6 - 2px);}
.subPtabmenu ul.menu-num7 li{width:calc(100%/7 - 2px);}
}
@media screen and (max-width:767px){
.subPtabmenu li a{font-size:14px;}
}
@media screen and (max-width:640px){
.subPtabmenu li a{font-size:13px;}

.subPtabmenu ul.menu-num4 li{width:calc(100%/2 - 2px);}
.subPtabmenu ul.menu-num5 li{width:calc(100%/3 - 2px);}
.subPtabmenu ul.menu-num6 li{width:calc(100%/3 - 2px);}
.subPtabmenu ul.menu-num7 li{width:calc(100%/4 - 2px);}
.subPtabmenu ul.menu-num7 li:nth-last-child(-n+3){width:calc(100%/3 - 2px);}
}
@media screen and (max-width:560px){
.subPtabmenu li a{font-size:12px;}
}







/************************************************************************
* Machinery Electric *
************************************************************************/
.meBox{background:url(/img/bg1.jpg) no-repeat center center;background-size:cover;padding:140px 0;}
.meBox .ci{width:20%;max-width:135px;}
.meBox .fNSN{font-weight:normal;}
.meBox h1{font-size:110px;}

@media screen and (max-width:1500px){
.meBox{padding:120px 0;}
.meBox h1{font-size:100px;}
}
@media screen and (max-width:1280px){
.meBox{padding:100px 0;}
.meBox h1{font-size:90px;}
}
@media screen and (max-width:1100px){
.meBox{padding:80px 0;}
.meBox h1{font-size:80px;}
}
@media screen and (max-width:960px){
.meBox{padding:60px 0;}
.meBox h1{font-size:70px;}
}
@media screen and (max-width:767px){
.meBox{padding:50px 0;}
.meBox h1{font-size:60px;}
}
@media screen and (max-width:640px){
.meBox{padding:40px 0;}
.meBox h1{font-size:50px;}
}
@media screen and (max-width:560px){
.meBox h1{font-size:40px;}
}
@media screen and (max-width:460px){
.meBox h1{font-size:30px;}
}






/************************************************************************
* FOOTER *
************************************************************************/
footer{width:100%;padding:60px 0;background:#000;}
footer *{color:rgba(255,255,255,0.8);}

footer .lsBox{padding:0 40px;padding-bottom:50px !important;border-bottom:solid 1px rgba(255,255,255,0.15);}
footer .lsBox .logoBox{width:100%;}
footer .lsBox .logoBox img.logo{width:246px;}

footer .lsBox .logoBox .sns{display:flex;justify-content:flex-end;}
footer .lsBox .logoBox .sns a{width:52px;height:52px;margin-right:10px;border-radius:50%;display:block;transition:all 0.2s ease;}
footer .lsBox .logoBox .sns a img{width:100%;display:block;}
footer .lsBox .logoBox .sns a:hover{transform:rotate(15deg);transition:all 0.2s ease;}

footer .lsBox .siteMapWrap{}
footer .lsBox .siteMap div{width:calc(100%/6);}
footer .lsBox .siteMap div ul li a{padding-bottom:11px;font-size:18px;line-height:120%;color:#7a7a7a;display:block;}
footer .lsBox .siteMap div ul li a:hover{color:#fff;}


footer .tcBox{padding:0 40px;}
footer .tcBox .terms{display:flex;}
footer .tcBox .terms a{padding-right:24px;padding-left:24px;text-transform:uppercase;position:relative;}
footer .tcBox .terms a:after{width:1px;height:10px;background:rgba(255,255,255,0.25);position:absolute;top:calc(50% - 5px);left:0;display:block;content:"";}
footer .tcBox .terms a:hover{color:#fff;}
footer .tcBox .terms a:first-child{padding-left:0 !important;}
footer .tcBox .terms a:first-child:after{display:none !important;}

footer .tcBox .copy{word-wrap:break-word;display:block;word-break:keep-all;line-height:180% !important;color:rgba(255,255,255,0.4);}
footer .tcBox .copy br.hide{display:none;}

@media screen and (max-width:1500px){
footer .lsBox{padding:0 20px;}
footer .lsBox .logoBox img.logo{width:220px;}

footer .tcBox{padding:0 20px;}
}
@media screen and (max-width:1280px){
footer{padding:50px 0;}

footer .lsBox{padding:0;padding-bottom:40px !important;}
footer .lsBox .logoBox img.logo{width:200px;}

footer .lsBox .logoBox .sns a{width:45px;height:45px;margin-right:8px;}

footer .lsBox .siteMap div ul li a{padding-bottom:10px;font-size:17px;}


footer .tcBox{padding:0;}
}
@media screen and (max-width:1100px){
footer{padding:40px 0;}

footer .lsBox{padding-bottom:35px !important;}
footer .lsBox .logoBox img.logo{width:190px;}

footer .lsBox .logoBox .sns a{width:40px;height:40px;margin-right:6px;}

footer .lsBox .siteMap div ul li a{padding-bottom:9px;font-size:16px;}

footer .tcBox .terms a{padding-right:22px;padding-left:22px;}
footer .tcBox .terms a:after{height:8px;top:calc(50% - 4px);}
}
@media screen and (max-width:980px){
footer{padding:35px 0;}
footer *{text-align:center;}

footer .lsBox{padding-bottom:30px !important;}
footer .lsBox .logoBox img.logo{width:180px;margin:0 auto 20px auto;display:block;}

footer .lsBox .logoBox .sns{width:100%;justify-content:center;}
footer .lsBox .logoBox .sns a{width:45px;height:45px;margin:0 5px;}

footer .lsBox .siteMapWrap{padding-top:15px;}
footer .lsBox .siteMap{justify-content:center;}
footer .lsBox .siteMap div{width:calc(100%/4);}
footer .lsBox .siteMap div ul li a{padding-bottom:8px;font-size:15px;}

footer .tcBox .terms{width:100%;justify-content:center;}
footer .tcBox .terms a{padding:0 15px;}
}
@media screen and (max-width:840px){
footer .lsBox .siteMap div{margin:10px 0;}

footer .tcBox .copy br.hide{display:block;}
}
@media screen and (max-width:767px){
footer{padding:30px 0;}

footer .lsBox .logoBox img.logo{width:170px;}
footer .lsBox .logoBox .sns a{width:40px;height:40px;margin:0 4px;}

footer .lsBox .siteMap div ul li a{padding-bottom:7px;font-size:14px;}
}
@media screen and (max-width:560px){
footer .lsBox .siteMapWrap h2{font-size:30px !important;}
}
@media screen and (max-width:460px){
footer .lsBox .siteMapWrap h2{font-size:27px !important;}

footer .tcBox .terms a{padding:0 5px;margin-bottom:5px;}
}
@media screen and (max-width:440px){
footer .lsBox .siteMapWrap h2{font-size:25px !important;}
footer .lsBox .siteMap div ul li a{padding-bottom:6px;font-size:13px;}
}
@media screen and (max-width:360px){
footer .lsBox .siteMapWrap h2{font-size:22px !important;}
footer .lsBox .siteMap div{width:calc(100%/2);}

footer .tcBox .terms a{width:100%;padding:0;}
footer .tcBox .terms a:after{display:none;}
}
@media screen and (max-width:340px){
footer .lsBox .siteMapWrap h2{font-size:20px !important;}
}
@media screen and (max-width:270px){
footer .lsBox .siteMapWrap h2{font-size:17px !important;}
}





/************************************************************************
* 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';word-wrap:break-word;display:block;word-break:keep-all;}
.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{content:"";width:2px;height:30px;background:#fff;position:absolute;top:calc(50% - 15px);right:calc(50% - 15px);display:block;transform:rotate(45deg);}
.ft_popup .popup_wrap .close:before{content:"";width:2px;height:30px;background:#fff;position:absolute;top:calc(50% - 15px);right:calc(50% - 15px);display:block;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;}
}



