:root{
     --main_light: #ff6000;
     --main: #078fa3;
     --main_dark: #007b8d;
     --main_sm: #bfb9a7;
     --sub_light: #a6cef0;
     --sub: #ffb100;
     --sub_dark: #5f77ba;
     --color1:#d07b04;
     --kngt: 'Wemakeprice-Regular', 'Noto Sans KR', sans-serif;
     --txtgt: 'EliceDigitalBaeum-Bd',   sans-serif;
}


.TT_mCate { display: block; font-size: 20px; font-weight: 900; color: var(--main_sm); line-height: 1.3; word-break: keep-all; letter-spacing: 0; padding: 100px 0 15px 0; }
.TT_txt { display: block; font-size: 18px; font-weight: 400; letter-spacing: -0.35px; line-height: 1.7; word-break: keep-all; }
.TT_mTit { font-family: var(--txtgt); font-weight: 700; font-size: 45px; color: #494949; line-height: 1.2; word-break: keep-all; padding: 0 0 20px; }
.TT_mTit .point { color: var(--main); }

#main_contents .TT_mTit .point { color: #fff; }
.TT_mTit span { display: inline; letter-spacing: -1px; }
.TT_mTxt { display: block; font-size: 20px; font-weight: 400; color: #494949; letter-spacing: -0.55px; line-height: 1.4; word-break: keep-all; }
.TT_sTit { display: block; font-size: 20px; font-weight: 300; color: #767676; letter-spacing: -0.75px; line-height: 1.5; word-break: keep-all;  }
#main_contents .TT_sTit { margin: 0 0 130px 0; color: #C4C4C4; }
#main_contents_1 .TT_sTit { margin: 0 0 60px 0; color: #303030; }
.warp_bg {width: 100%; padding: 100px 0 100px 0; background:#e4e6e9; text-align: center; }
 

@media (max-width: 700px) {
  .TT_mCate {font-size: 13px;  }
#main_contents .TT_sTit { margin: 0 0 10px 0; color: #C4C4C4; }
	#main_contents_1 .TT_sTit { margin: 0 0 10px 0; color: #C4C4C4; }
#main_contents .TT_mCate { padding: 0px 0 15px 0;}
  .TT_mTit { font-size: 25px; padding: 25PX 0 13px 0; }
  .TT_mTxt { font-size: 25px; }
  .TT_sTit { font-size: 11px; font-weight: 400; margin: 0 0 20px 0; }
	.warp_bg { padding: 10px 0 10px 0; }
}

/*#visual {	margin: 120px 0 0 0;    position: relative;    width: 100%;    height: 600px;    overflow: hidden;}*/

 
.gnb_wrap .gnb_empty{padding: 20px 0;}
#hd{width: 100%; min-width: inherit;  background: none; position: fixed; top: 30px; left: 0; z-index: 6; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out;}
#hd.scroll_bg{/* top:-40px; */}
#hd_wrapper{width: 100%; height:100px; overflow: visible; z-index: 7; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out;}
#hd.scroll_bg #hd_wrapper{background: #fff;}
#hd.scroll_on {background: #fff;}

#hd_wrapper .inner{position: relative;  height: 100%; max-width: 1440px;   }

#hd.scroll_on {
    top: -20px;
    border-bottom: 1px solid #eaeaea;
}


navigation:hover a{ color: #000;  }

.gnb_wrap { margin: 0 auto;  position: relative;   }
navigation {   position: absolute; top: 6px; right: 0px; cursor: pointer;  }
navigation > ul { overflow: hidden;  }
navigation > ul > li { float: left; margin: 0 2px 0 2px; text-align: center; width: 150px; font-weight: bold;  }
navigation > ul > li > a { display: inline-block; padding: 26px 0px; width: 100%;  color: #fff; }

navigation > ul > li:hover > a { color:  var(--main);    }

/* 안전 버퍼: 래퍼 아래에 투명 히트영역 (마우스가 아래로 내려가도 안 닫히게) */
/* 기준 래퍼 */
#gnb .gnb_wrap { position:relative; }

/* 1뎁스 */
#gnb .gnb_wrap > ul { display:flex; gap:24px; }
#gnb .gnb_wrap > ul > li { position:relative; }
#gnb .gnb_wrap > ul > li > a { display:block; padding:10px 16px; z-index:2; }

#gnb .gnb_wrap.nav-open::after{
  content:""; position:absolute; left:0; right:0; top:100%;
  height:240px; /* 서브메뉴 최대 높이에 맞게 조정 */
  background:transparent; pointer-events:none;
}

.submenu { display: none;  z-index: 99; text-align: center;       }
.submenu > li{ margin: 0 auto; width: 100%; }
.submenu > li > a { display: inline-block; padding: 7px 8px;    color:#292929; font-size: 17px; letter-spacing: -1px; transition: .3s; }
.submenu > li > a:hover {   color: var(--sub); }
.header_bg{visibility: hidden; opacity: 0; width: 120%; height: 282px; position: absolute; top: 0px; left: 50%; border-top: 1px solid #00000057; border-bottom: 1px solid var(--main_dark);    transform: scaleY(0%) translateX(-50%); transform-origin: top; box-sizing: border-box; transition: .3s; box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
    background:#ffffff; 


}
.header_bg.action{visibility: visible; opacity: 1; transform: scaleY(100%) translateX(-50%);}
.header_bg .line{ border-bottom: 1px solid #ddd;   position: absolute;    top:  0px;    width: 100%;    height: 100px;    background: #fff; }
 #mb-open-menu span {background:black;}
navigation > ul > li > a{color: #fff;}
navigation > ul > li:hover>a::after{transform: scaleX(100%);}

 
#Alogo{   width: 100px;       box-sizing: border-box; position: absolute;}
#Alogo {     position: absolute; z-index: 11;
    top:10px;
    display: block;
    
    height: 88px;     background:url(../img/logo_w.png)no-repeat center;    transition: all 0.3s linear;    background-size: contain !important;     }
#Alogo.up{ background-image:url(../img/logo.png);      }
 .scrolled #Alogo{ background-image: url(../img/logo.png);    }
.scrolled #Alogo.up{ background-image:url(../img/logo.png);    }
 
navigation > ul > li > a  {color: #fff;  font-size: 20px;   transition: .3s; box-sizing: border-box; }
navigation > ul > li > a::after{content: ''; display: block; width: 100%; height: 4px;  bottom: -1px; left: 0; transform: scaleX(0%); transform-origin: center; background:var(--main_dark);; transition: .3s; box-sizing: border-box; margin-top: 35px; }
  
.scrolled navigation > ul > li > a {color: #2B2B2B; }
.scrolled navigation > ul > li:hover > a { color:  var(--main);    }
 

/*메인배너*/
.main-carousel{height:100vh; padding:0; display:block}
.main-carousel .li{height:100vh; background-size:cover; background-position:center; position:relative}
.main-carousel .li .cover{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../img/sub_visual_cover.png) center bottom no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-width:300px;opacity:.6;z-index:1}
.main-carousel .jarallax { min-height: 100vh}
.main-carousel .img01 { background-image:url(../img/main_banner_img01.jpg);}
.main-carousel .img02 { background-image:url(../img/main_banner_img02.jpg);}
.main-carousel .img03 { background-image:url(../img/main_banner_img03.jpg);}
.main-carousel .img04 { background-image:url(../img/main_banner_img04.jpg);}
.main-carousel .li .copy_area{ width:100%;text-align:center;color:#fff;position:absolute;top:49%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}
 
.main-carousel .li .copy_area img{width: 400px; text-align: center; margin: 10px auto;}

.main-carousel .li .copy_area h3{font-size:32px;font-weight:400;text-align:center;margin:15px 0 20px 0; color:#cdb711}
.main-carousel .li .copy_area h4{text-align:center; margin:50px auto 0 auto; color:#fff;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1}
.main-carousel .li .copy_area h4 a{color:#fff;padding:18px 42px;display:block; text-align:center;width: 160px; margin: auto;  }
.main-carousel .li .copy_area_movie{ width:100%; position:relative}
.main-carousel .li .copy_area_movie h2{color:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:40px; line-height:2em; text-align:left; z-index:1;}
.main-carousel .li .copy_area_movie h2:after { content: " ";display: block; margin:50px 0 0; width:40px; height: 3px; background-color:#fff; clear: both;}
.main-carousel .li .copy_area_movie h3{color:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:35px; line-height:2em; text-align:left; margin:15px 0 40px 0; z-index:1;}
.main-carousel .owl-dots{position:absolute;width:100%;text-align:center;margin:0 auto;bottom: 15%;height: 30px;}
.main-carousel .owl-dots .owl-dot{background:rgba(255, 255, 255, 0.5);width: 51px;height: 3px;display:inline-block;margin-left:10px}
.main-carousel .owl-dots .owl-dot.active{background: rgb(255 155 0);}
.main-carousel .owl-nav{position:absolute;width:100%;    top: 50%;}

.scroll_down{width:95px; margin-left:-44px; position:absolute; bottom:0px; left:50%; text-align:center; z-index:1;}
.scroll_down span{color:#f5f5f5; font-size:15px; font-weight:600; line-height:100%; }
.scroll_down .line{background:rgba(255,255,255,0.5); width:1px; height:63px; margin:10px auto 0 auto}



 .owl-item.active .li .copy_area h2 { animation:fadeInUp ease 2s 0.3s 1 forwards;  }
 .owl-item.active .li .copy_area h3 { animation:fadeInUp ease 2s 0.8s 1 forwards; } 

.main-carousel .li .copy_area h1{  font-size:14px;font-weight:300; line-height:1.3; letter-spacing:0.5px; padding-bottom:20px;  color:#fff; text-align:center}
.main-carousel .li .copy_area h2{opacity:0;font-family: var(--kngt);font-size: 60px;font-weight:500;line-height: 1.5;letter-spacing:-2px;color:#fff;text-align:center;margin: -10px auto; text-shadow:0 3px 12px rgba(0,0,0,.5),0 0 2px rgba(0,0,0,.75),0 0 24px rgba(0,0,0,.4); }
.main-carousel .li .copy_area h3 strong {font-size:46px; font-weight: 300; color:#2ba557; font-family: var(--kngt);  text-shadow: 1px 2px 4px #00000069;} 
.main-carousel .li .copy_area h3{opacity:0;font-size: 22px;font-weight:500;text-align:center;margin: 30px 0 0;padding:0px;word-break:keep-all;color: #ffffff;letter-spacing:-1px}
.main-carousel .owl-prev {position:absolute;top:50%;left:5%;z-index:999;background:url(../img/arrow_left.png) no-repeat; width:62px; height:53px; text-indent:-9999px; border:0; cursor:pointer}
.main-carousel .owl-next {position: absolute; top: 50%; right: 5%;z-index: 999;background:url(../img/arrow_right.png) no-repeat; width:62px; height:53px; text-indent:-9999px; border:0; cursor:pointer}
.main-carousel .owl-prev:hover { background: url("../img/arrow_on_left.png") no-repeat;}
.main-carousel .owl-next:hover { background: url("../img/arrow_on_right.png") no-repeat;}

.main_contents .bg{ width: 100%;    height: 595px;    border-radius: 0px 250px 0px 0px;    z-index: -2;     
    position: absolute;    left: 0; top: 0; background:url(../img/main_d_bg.jpg)  no-repeat center center / cover;} 


/*메인배너*/
 


#main_contents{position: relative; }
#main_contents .com_pad{padding:150px 0; box-sizing:border-box;}
#main_contents .com_pad_t{padding:150px 0 0; box-sizing:border-box;}
#main_contents .com_pad_b{padding:0 0 150px; box-sizing:border-box;}
#main_contents .w1350{max-width:1350px; width: 90%; margin:0 auto;}

.fs60{font-size:60px; font-weight: 400; color:#000; font-family: 'GongGothicMedium'; letter-spacing: -2.4px; line-height: 120%;}
.fs50{font-size:50px; font-weight: 400; color:#000; font-family: 'GongGothicMedium'; letter-spacing: -2px; line-height: 120%;}
.fs50 .point{color:var(--main) ; display: inline; letter-spacing:inherit; line-height:inherit;}
.fs40{font-size:40px; font-weight: 400; color:#000; font-family: 'GongGothicMedium'; letter-spacing: -1.6px; line-height: 125%;}
.fs40 .point{color:var(--main) ; display: inline; letter-spacing:inherit; line-height:inherit;}
.fs26{font-size:26px; font-weight: 700; color:#000; font-family: 'Noto Sans KR', sans-serif; letter-spacing: -1.04px; line-height: 130%;}
.fs22{font-size:22px; font-weight: 600; color:#979797; font-family: 'Noto Sans KR', sans-serif;  letter-spacing: -0.88px; line-height: 130%;}
.fs20{font-size:20px; font-weight: 600; color:#000; letter-spacing: -0.8px; line-height: 150%;}
.fs16{font-size:16px; font-weight: 400; color:#777777; letter-spacing: -0.64px; line-height: 160%;}
.txt{font-size:15px; font-weight: 300; color:#777777; letter-spacing: -0.64px; line-height: 170%;}
.txt2{font-size:22px; font-weight: 300; color:#777777; letter-spacing: -0.64px; line-height: 170%;}
/* Info */
#01_about{overflow:hidden;}
.about_list{display: flex; justify-content: space-between;}
.about_list dt{width: calc(50% - 15px);}
.about_list dt img{border-radius:30px; width:100%;}
.about_list dd{width: calc(50% - 15px); box-sizing:border-box; padding:0 0 0 50px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;}
.about_list dd .fs26{padding: 0 0 8px; color:var(--main) ;}
.about_list dd .txt{padding: 18px 0 0;}
.about_list dd .txt .br_m{display: none;}
.about_list dd .btnArea{padding:40px 0 0;}

/* Service */
#service{overflow:hidden;}
#service .about_list{flex-direction: row-reverse;}
#service .about_list dd{padding: 0 50px 0 0;}


/* 버튼 */

.buy_btnArea { display: flex; justify-content: center; margin-top: 20px; } 
.buy_btnArea .more_a { padding: 29px 35px; background-color: #f0f0f0; border: none; cursor: pointer; outline: none; border-radius: 20px; transition: background-color 0.3s ease, transform 0.3s ease; font-size: 16px; color: #333; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; margin: -50px 0 64px 0; line-height: 129%; } 
.buy_btnArea .more_a:hover { background-color: #dda30d; color: #fff; transform: scale(1.05); } .buy_btnArea .material-symbols-outlined { font-size: 24px; /* 아이콘 크기 조정 */ margin-left: 8px; }



.btnArea.center{margin: 50px 0 0; display: flex; justify-content: center;}
.moreBtn{display: flex; align-items:center; justify-content: space-between; width: 245px; height:55px; line-height:53px; border-radius:55px; position: relative; overflow: hidden; box-sizing:border-box; background:#FFF; border:2px solid var(--main) ; padding:0 10px 0 26px; text-align:left;  transition:all .3s linear;}
.moreBtn:hover{padding: 0 20px 0 36px;}
.moreBtn:before{content:''; display:block; width:35px; height:35px; border-radius:50%; position: absolute; right: 10px; top:50%; margin-top: -17px; background:var(--main) ; transition:all .3s linear;}
.moreBtn:hover:before{transform:scale(13);}
.moreBtn font{font-size:18px; font-weight: 600; color:var(--main) ; letter-spacing: -0.35pt; color:var(--main) ;  transition:all .3s linear; position: relative; z-index: 2;} 
.moreBtn:hover font{color:#FFF;}
.moreBtn .icon{width:35px; height:35px; line-height: 35px; font-size:22px; text-align:center; color:#FFF; transition:all .3s linear; border-radius:50%; position: relative; z-index: 2;  font-weight: bolder; } 
 
.material-symbols-outlined {font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 48; font-size:22px;}



#main_contents .com_pad{padding:150px 0 80px 0;  }

/*버튼*/
.open-button{position:fixed;z-index:12;right:15px;padding-top:28px;width:75px; height:80px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;cursor:pointer;display:block; z-index: 1002 }
.open-button .navicon-line{position:absolute;width:20px;height:2px;border-radius:1px;background:#fff; -webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out}

.scrolled .open-button .navicon-line {background: #000;  }
.scrolled .open-button.on .navicon-line {background: #fff;  }
 

.scrolled .right_open-button{ display: block; }
.scrolled .right_open-button .on{ display: none;   }
.scrolled .right_open-button .on{ display: block; }
.scrolled .hd .open-button{ display: block; }
 .scrolled .hd .open-button .on{ display: block;  }


.open-button .nl1 {top: 11px;right: 10px; width:30px;}
.open-button .nl2 {top: 19px;right: 10px; width:24px;}
.open-button .nl3 {top: 27px;right: 10px; width:30px;}
.open-button.on>div>div{transform:rotate(225deg);-ms-transform:rotate(225deg);-webkit-transform:rotate(225deg);width:25px;position:absolute;top:15px;right:10px;margin:0;padding:0;background-color:#fff;}
.open-button.on>div>div:first-child{transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg)}
.open-button.scrolled .navicon-line {background-color: #333;}
.open-button.on.scrolled >div>div{background-color:#fff;}


.open-button.up .navicon-line{ background:#000; }

/*버튼*/




/*오른쪽 퀵메뉴*/
.right_quick { position: absolute; right: 0; top: -60px; z-index: 2}
.right_quick.fixed {position: fixed; right: 10px; top: 60% !important; margin-bottom:50px; z-index: 100; top: 189px}
.right_quick.fixed .material-icons { color:#fff; float:right}
.right_quick ul.quick_info { position: relative; height: 240px}
.right_quick ul.quick_info li { position: absolute; height: 60px; right:0}
.right_quick ul.quick_info li:nth-child(1) {top: 0}
.right_quick ul.quick_info li:nth-child(2) {top: 60px}
.right_quick ul.quick_info li:nth-child(3) {top: 120px}
.right_quick ul.quick_info li:nth-child(4) {top: 180px}
.right_quick ul.quick_info li:nth-child(5) {top: 240px}
.right_quick ul.quick_info li a{width:60px; height:60px; text-align:center; background:#343434; overflow:hidden; display:block}
.right_quick ul.quick_info li i { color:#fff; font-size:24px;}
.right_quick ul.quick_info li i.ico{position:absolute;right:20px;top:15px; z-index:2}
.right_quick ul.quick_info li:nth-child(1) i {right: 17px}
.right_quick ul.quick_info li:nth-child(2) i {right: 17px}
.right_quick ul.quick_info li:nth-child(3) i {right: 17px}
.right_quick ul.quick_info li:nth-child(4) i {right: 17px}
.right_quick ul.quick_info li:nth-child(5) i {right: 17px}
.right_quick ul.quick_info li a span{height:60px; line-height:60px; color:#fff; position:absolute; text-align:left; opacity:0; left:30px; font-size:15px; font-weight:500; z-index:2}
.right_quick ul.quick_info li a.kakao span { color:#000}
/*오른쪽 퀵메뉴*/













/*COMPANY*/
.tl_main_quick_wrap {position: relative;width: 100%; margin:150px auto 0 auto;}
.tl_main_quick_wrap .inner{position:relative; max-width:1440px; margin:0 auto;}
.tl_main_quick_wrap .inner h2{text-align:center;display:block;padding:70px 0 0 0;font-weight:600;color:#000;font-size:25px;letter-spacing:5px; position:relative}
.tl_main_quick_wrap .inner h2:before{display:block;position:absolute;top:-40px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(calc(-50% - 4px));width:1px;height:45px;content:'';background:#ff4200}
.tl_main_quick_wrap .inner h2 span{display:block;position:absolute;top:56%;left:50%;-webkit-transform:translate(-50%,-50px);-moz-transform:translate(-50%,-50px);-ms-transform:translate(-50%,-50px);-o-transform:translate(-50%,-50px);transform:translate(-50%,-50px);font-size:72px;font-weight:900;color:red;opacity:.32}
.tl_main_quick_wrap .inner p{text-align: center; font-size: 15px; color:#555; padding:20px 0 50px 10px;}
.tl_main_quick_wrap .inner ul { padding:0; margin:0}
.tl_main_quick_wrap .inner li{float:left;width:25%;height:240px;background-color:#4043FF;text-align:center; display:table}
.tl_main_quick_wrap .inner li i { font-size:40px; padding-top:70px; color:#fff}
.tl_main_quick_wrap .inner li a {display:block;width:100%;height:100%;color:#fff}
.tl_main_quick_wrap .inner li:nth-child(2) { background-color: #2E62E8;}
.tl_main_quick_wrap .inner li:nth-child(3) { background-color: #33A2FF;}
.tl_main_quick_wrap .inner li:nth-child(4) { background-color: #f4f7f9;}
.tl_main_quick_wrap .inner .link_tit { font-size: 22px; letter-spacing: -0.5px; margin-top: 20px; color:#fff}
.tl_main_quick_wrap .customer_area{position:absolute;right:0;top:0;text-align:center;width:240px;height:230px;color:#293f8f;background-color:#f4f7f9}
.tl_main_quick_wrap .customer_area p {letter-spacing: -0.25px;line-height: 1.2;}
.tl_main_quick_wrap .customer_txt {font-size: 22px; letter-spacing:-1px; color:#333}
.tl_main_quick_wrap .customer_num { margin-top: 15px;font-size: 24px;}
.tl_main_quick_wrap .customer_num strong { font-size: 26px;font-weight: bold; letter-spacing:-0.5px; color:#2c46a6}
.tl_main_quick_wrap .customer_num span { display: block;font-size: 15px; border-top:1px solid #ddd; padding-top:13px; margin: 10px 0 0; line-height:1.5}
.tl_main_quick_wrap .customer_area p { letter-spacing: -0.25px; line-height: 1.2;}
/*COMPANY*/





/*INVITATION*/
.tl_page_box_warp {padding-bottom:150px}
.tl_page_box_warp .inner { max-width:1440px; margin:auto; padding-top:65px; clear:both;}
.tl_page_box_warp .invitation { width:35%;  font-size:34px; background-color:#394650; float:left; }
.tl_page_box_warp .invitation .box { padding:50px 50px 55px 50px; background: linear-gradient(to right,#292929,#5c5d5f);}
.tl_page_box_warp .invitation a { display:inline-block; }
.tl_page_box_warp .invitation a:hover { text-decoration:none}
.tl_page_box_warp .invitation h1 { font-size:20px; font-weight:bold; padding-bottom:20px; color:#fff } 
.tl_page_box_warp .invitation p { font-size:15px; color:#f2f2f2; line-height:1.6; word-break:keep-all}
.tl_page_box_warp .invitation .owl-nav { display:none}
.tl_page_box_warp .invitation .owl-dots{position:absolute;width:100%; text-align:center; margin:0 auto; bottom:15px}
.tl_page_box_warp .invitation .owl-dots .owl-dot{ background-color:#fff; width:30px;height:5px; border:0; display:inline-block;margin-left:10px}
.tl_page_box_warp .invitation .owl-dots .owl-dot.active{background-color:#ff4200; border:0}
.tl_page_box_warp .main_cont_box { width:65%; float:right;}
.tl_page_box_warp .main_cont_box .movie { width:63%; height:308px; float:left; background-color:#333; background-position:center center; background-image: url(../img/movie_thumb.jpg); background-size:cover; cursor:pointer}
.tl_page_box_warp .main_cont_box .business_style { width:37%; height:308px; background: linear-gradient(to right,#71909e,#344b56);float:left}


.tl_page_box_warp .main_cont_box .business_style a {display:inline-block;  margin:20px 0 20px 52px; border:1px #f2f2f2 solid;; color:#fff; font-size:12px; letter-spacing:3px; font-weight:100; padding:0 10px; transition: all 0.2s;}
.tl_page_box_warp .main_cont_box .business_style a:hover {padding:0 40px; transition: all 0.3s; background-color:#fff; color:#555}

.tl_page_box_warp .main_cont_box .business_style h2 { font-size:41px; font-weight:normal; color:#fff; text-align:left; letter-spacing:2px; line-height:1.2; padding:55px 33px 20px 52px;}
.tl_page_box_warp .main_cont_box .business_style h2:after { content: " ";display: block;  width:40px; height: 4px; margin-top:30px; background-color:#fff; clear: both;}
.tl_page_box_warp .main_cont_box .thumb_txt {width:50%;height:308px; padding:95px 50px; background: linear-gradient(to right,#8a43d9,#242289);float:left;}
.tl_page_box_warp .main_cont_box .thumb_txt h2 { color:#fff; font-size:24px; padding-bottom:20px; text-align:center}
.tl_page_box_warp .main_cont_box .thumb_txt p { color:#fff; font-size:15px; text-align:right; word-break:keep-all; line-height:1.6}
.tl_page_box_warp .main_cont_box .thumb_img { width:50%; height:308px; background-image: url(../img/main_img_contbox04.jpg); background-size:cover; background-position:center; float:left}
/*INVITATION*/



/* 메인바로가기*/
#main_baro { text-align: center; max-width: 1440px;    margin: 0px auto  0px;}


#main_baro .btnArea{padding:45px 0 0;}
#main_contents{ }
#main_contents .bg {position:absolute; left:0; top:0; content:""; width:100%; height:100%; display:block; background:url('../img/product_d_bg.png') top center no-repeat; z-index:-1;}

/* 바로 배너 */
 .photo_list { display: flex; }
#main_baro  .photo_list li{width:33.3%;height:380px;margin-right:0px; }
#main_baro  .photo_list li:nth-child(4){margin-right:0;}

#main_baro  .photo_box{width:100%;height:100%;overflow:hidden;position:relative;   }
#main_baro  .photo_box img{width:100%;top:0;position:relative;left:0;-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;-o-transition: -o-transform 0.3s;transition: transform 0.3s}
#main_baro  .photo_box .sub_title{text-align:left;color:#fff;letter-spacing:-1px;position:absolute; top: 240px; overflow:hidden;z-index: 4;
-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s}
#main_baro  .photo_box .sub_title strong{ padding: 0 40px; font-size:24px;padding-bottom:20px;display:block; -webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s}
#main_baro  .photo_box .sub_title p{font-size:16px;    padding: 0 40px;}
#main_baro  .photo_box .ovrly{background:rgb(41 43 47 / 40%);height:100%;left:0;top:0;position:absolute;width:100%;opacity:0.9;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s}
#main_baro  .photo_box:hover img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
#main_baro  .photo_box:hover .ovrly{opacity:0.2}

#main_baro  .photo_box .bottm{ height:40%;left:0;bottom:0;position:absolute;width:100%;z-index: 3;
	-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s}
#main_baro  .photo_box:hover .bottm{height:18%; }
#main_baro  .photo_list li:nth-child(1) .bottm{background: #009933;}
#main_baro  .photo_list li:nth-child(2) .bottm{background: #13c6c4;} 
#main_baro  .photo_list li:nth-child(3) .bottm{background:#c69449;}
 
#main_baro  .photo_box:hover .sub_title strong { font-size: 29px; padding-bottom: 33px;}
#main_baro  .photo_box:hover .sub_title {bottom:10px;}

.con_two { position:relative; }
.con_two > .bg { display:flex; z-index:-1; justify-content:space-between; align-items: center; width:100%; height:600px; background-image:url("../img/con_two_bg.jpg"); background-position:center; background-repeat:no-repeat; background-size:cover; }
.con_two > .bg > .con_two_list { position:relative; display:flex; flex-direction: column; align-items: center; justify-content: center; width:33.33%; height:100%; text-align:center; box-sizing:border-box; border-right:1px solid rgba(255,255,255,0.2); color: #fff;  }
.con_two > .bg > .con_two_list:last-child { border-right:0; }
 
.con_two > .bg > .con_two_list::after { transition:all 0.5s; opacity:0; position:absolute; left:0; top:0; z-index:1; content:''; display:block; width:100%; height:100%; background: linear-gradient(180deg, rgb(26 112 41 / 90%) 0%, rgba(42, 43, 82, 0.3) 100%); }

.con_two > .bg > .con_two_list dl { transition:all 0.5s; position:relative; z-index:5; margin-top:76px; display:flex; flex-direction:column; align-items:center; }  
.con_two > .bg > .con_two_list dd .con_mtxt { padding:13px 0 24px; font-size: 25px; font-weight:700; }
.con_two > .bg > .con_two_list dt {font-size: 30px;}

.con_two .material-symbols-outlined{font-size: 70px; font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48; }
.con_two > .bg > .con_two_list dd .con_stxt { font-weight:500; font-size: 16px;} 
.con_two > .bg > .con_two_list a.more_btn { transition:all 0.5s; opacity:0; position:relative; z-index:5; margin-top:26px; display:inline-block; width:128px; height:50px; color:#fff; font-size:inherit; /* font-weight:100; */ letter-spacing:-0.03em; line-height:50px; box-sizing:border-box; border:1px solid #fff; border-radius:10px; font-size: 16px; font-weight:900; }
 
.con_two > .bg > .con_two_list:hover::after { transition:all 0.5s; opacity:1; }
.con_two > .bg > .con_two_list:hover dl { transition:all 0.5s; margin-top:0; }
.con_two > .bg > .con_two_list:hover a.more_btn { transition:all 0.5s; opacity:1; }

.con_two > .bg > .con_two_list:hover a.more_btn:hover { transition:all 0.5s; background-color:#fff; color:#1C5700; }

 @media all and (max-width:980px){
	 
	 .con_two > .bg {   width:100%; height:300px; }
	 .con_two > .bg > .con_two_list dt {font-size: 20px;}
	 .con_two > .bg > .con_two_list dd .con_mtxt {  font-size: 20px; font-weight:400; }
	 .con_two > .bg > .con_two_list dd .con_stxt { display: none;}
	 .con_two > .bg > .con_two_list a.more_btn {width:70%; }
	 
	#main_baro  .photo_box{  border-radius: 0em;} 
	#main_baro .photo_box .sub_title strong {   padding: 0 0px;	 } 
	 
	 #main_baro .photo_box img {   top: -150px; } 
   
}


/* ///메인바로가기*/


/* gallery_warp */
.gallery_warp .title{text-align: center;}
.gallery_warp .title h2{margin-bottom: 60px;}
.gallery_warp .width{width: 96% !important;   max-width: 1230px;    margin: 0 auto;    position: relative; padding: 100px 0 0 0;
 }
@media (max-width: 700px) {
	.gallery_warp .width{  padding:25px 0 0 0;
 }
}
/* 게시판 2개*/

.warp_bg2 {width: 100%; padding: 50px 0 100px 0; background:#000000; }
 
.Wbox_02 { 
    margin-top: 0px; width: 100%; position: relative; height: 700px; 
    background-image: url('../img/contact_bg.jpg'); 
    background-attachment: fixed; background-position: center; background-repeat: no-repeat; 
    background-size: cover; display: flex; justify-content: center; align-items: center; 
}
.Wbox_02 .overlay2 { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;  
 
}


#bbs_warp {display:flex;   max-width: 1440px;    margin: auto ;     justify-content: space-between;
    align-items: stretch; }
#bbs_warp .noti {width: 48%;}
#bbs_warp .noti2 {width: 48%;}

/*로고*/
.tl_clients_slider_box_wrap { width:100%; padding:50px 0 80px 0; color:#6e6e6e; position:relative; display:block; clear:both}
.tl_clients_slider_box_wrap h2 { font-size:30px; padding: 0 0 10px 20px; margin-bottom:20px; display:block; border-bottom:1px solid #ddd}
.tl_clients_slider_box_wrap .clients_item {cursor: pointer;}
.tl_clients_slider_box_wrap .clients_item img{
margin: 0 auto;
filter: opacity(30%) grayscale(100%);
-webkit-filter: opacity(50%) grayscale(100%);
-ms-filter: opacity(30%), grayscale(100%);
-moz-filter: opacity(30%) grayscale(100%);

-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.tl_clients_slider_box_wrap .clients_item:hover img{-webkit-filter: opacity(100%) grayscale(0%);filter: opacity(100%) grayscale(0%);}
.tl_clients_slider_box_wrap .owl-carousel .owl-item img{width: auto}
.tl_clients_slider_box_wrap .owl-carousel .owl-nav.disabled {display:block}
.tl_clients_slider_box_wrap .owl-carousel .owl-nav  {position:absolute; bottom:0; right:60px; display:inline-block; text-align:center; display:block}
.tl_clients_slider_box_wrap .owl-carousel .owl-nav .owl-prev {width:40px;height:39px; line-height:39px; top:0px; left:-1px; background-color:#ff4200; border:1px solid #ff4200; position:absolute; color:#fff; cursor:pointer}
.tl_clients_slider_box_wrap .owl-carousel .owl-nav .owl-next {width:40px;height:40px; line-height:39px; right:0; background-color:#fff; border:1px solid #ddd;  position:absolute; color:#333; cursor:pointer}
/*로고*/



.vido_in {position: relative;    max-width: 1440px;    margin: 0 auto 100px;}
 .vido_in .box { position: relative;    width: 100%;    height: 0;     padding-bottom: 56.25%;  }
.vido_in iframe {   border-radius: 16px; position: absolute;    top: 0;     left: 0;    width: 100%;     height: 100%; } 

/*주요 제품소개*/
.tl_business_now_box_warp { width:100%; padding:10px 0 120px 0;  clear:both}
.tl_business_now_box_warp p {text-align: center;padding: 20px 0 50px 10px;font-size: 21px;color: #8d8d8d;font-weight: 300;}
.tl_business_now_box_warp h3{text-align:center;display:block;padding:10px 0 0 0;  position:relative}
.tl_business_now_box_warp h2{ font-size: 2.2em;
    color: #000000; display:block;padding:70px 0 0 0;font-weight:600; font-size:25px;letter-spacing:5px; position:relative}

.tl_business_now_box_warp .lat .lat_title { font-size: 2.2em; color: #000000; margin: 0 0 13px 0;}

.tl_business_now_box_warp .lt .a-item {   background-color: #e3d9ca;    min-height: 344px;}



/*주요 제품소개*/

/*공지*/
.notice_warp { width:100%; padding:0px 0 50px 0; background-color:#f4f4f9; clear:both}
.notice_warp p {text-align: center;padding: 20px 0 50px 10px;font-size: 21px;color: #8d8d8d;font-weight: 300;}
.notice_warp h3{text-align:center;display:block;padding:10px 0 0 0;  position:relative}
/*.tl_business_now_box_warp h2{font-family: 'GongGothicMedium';font-size:45px;color: #af8c49;line-height:120%;word-break:keep-all;padding: 0px 0 27px;text-align:center;display:block; font-weight: 100; letter-spacing:5px;position:relative} */

.noti_btn { width: 270px; margin: auto;}

/*공지*/





/*THEME ABOUT*/
.tl_about_box_wrap { width:100%; height:500px; background-color:#9d0614; background-image:url(../img/about_wrap_bg.png);  background-position:left top; background-repeat:no-repeat;}
.tl_about_box_wrap .inner { position:relative;}
.tl_about_box_wrap .box { position:absolute; right:0px; width:350px; height:500px;}
.tl_about_box_wrap .box_wrap {display:table; width:100%; height:500px; }
.tl_about_box_wrap .box_wrap_box {display:table-cell;vertical-align:middle; color:#fff; padding:0px 40px}
.tl_about_box_wrap .box_wrap_box dl dt {font-size:33px;}
.tl_about_box_wrap .box_wrap_box dl dd {font-size:15px; color:rgba(255,255,255,0.8); margin-top:20px; word-break:keep-all; line-height:1.7}
.tl_about_box_wrap .box_wrap_box a {display:inline-block;  margin-top:40px; border:1px #f2f2f2 solid;; color:#fff; line-height:40px; padding:0 10px; transition: all 0.2s;}
.tl_about_box_wrap .box_wrap_box a:hover {padding:0 40px; transition: all 0.3s;}
/*THEME ABOUT*/




/*메인 공지 최신글*/
.notice_latest_warp { width:100%; padding:80px 20px; clear:both}
.notice_latest { width:48%; float:left}
.counsel_latest {width:48%; float:right}


/*메인 공지 최신글*/


/*뉴스갤러리*/
.tl_main_gallery_wrap { width:100%;  padding:100px 0; background:url(../img/tl_main_gallery_bg.jpg) center  no-repeat; background-size:cover;}
.tl_main_gallery_wrap .inner {max-width:1440px; margin:0 auto; overflow:hidden}
.tl_main_gallery_wrap h2 {text-align:center; font-size:30px; color:#fff}
.tl_main_gallery_wrap h2:before{ display:block; content:""; width:30px; height:6px; background:#fff; margin:0 auto 20px auto; border-radius:10px;
-webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg);}
.tl_main_gallery_wrap h2 span{ display:block; padding:20px 0; color:#fff; opacity:0.8; font-size:16px; font-weight:400}
.tl_main_gallery_wrap a:hover {color:#2253b8}
.tl_main_gallery_wrap ul {margin-top:30px}
.tl_main_gallery_wrap li {position:relative; float:left; width:48%; margin:1%; overflow:hidden; background-color:#fff; display:block}
.tl_main_gallery_wrap .one_box {display:block; min-height:155px; background:#fff}
.tl_main_gallery_wrap .photo {position:absolute; left:0; top:0; width:100%; max-width:160px; min-height: 155px; height:100%; overflow:hidden; background-repeat:no-repeat; background-size:cover; background-position:center center;
 -webkit-transform: scale(1);transform: scale(1);transition:all 1s ease;-webkit-transition:all 1s ease}
.tl_main_gallery_wrap dl {margin-left:190px; padding-right:10px}
.tl_main_gallery_wrap dt {color:#333; font-size:18px; font-weight:bold; margin-top:30px; letter-spacing:-1px}
.tl_main_gallery_wrap dd {color:#555; font-size:16px; letter-spacing:-0.02em; line-height:1.75; word-break:keep-all; padding:10px 0; }
.tl_main_gallery_wrap li:hover .one_box {background-color:#095ead;cursor: pointer}
.tl_main_gallery_wrap li:hover dt {color:#fff}
.tl_main_gallery_wrap li:hover dd {color:#fff}
.tl_main_gallery_wrap li:hover .more_btn {color:#eee}
.tl_main_gallery_wrap a:hover .photo {-webkit-transform: scale(1.1);transform: scale(1.1)}
@media screen and (max-width: 1024px) {
	.tl_main_gallery_wrap li { width:100%; margin:0 0 4% 0}

}
/*뉴스갤러리*/






/*헤드메뉴*/
#header {position:fixed; left:0; top:0; width:100%;  z-index:6;  height:80px;-webkit-transition:all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#header .header-inner {width:100%; height:100%; border-bottom:1px solid rgba(255, 255, 255, .3); }
#header .gnb { list-style:none; height:100%; position:absolute; right:100px}
#header .gnb > li { float:left; position:relative; display:inline-block; width:120px;  vertical-align:middle; text-align:center;}
#header .gnb > li > a {display:inline-block; line-height:1em; width:100%; color:#e2e2e2;font-size:17px; font-weight:600; text-decoration:none;}
#header .gnb > li > a:hover {color: #ffff}
#header .gnb > li.active {background-color: #b0905e}
#header .gnb > li.active > a {color: #fff}
#header .gnb > li, #header #right-side-open {height:80px;line-height:80px; -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#header #right-side-open { position:absolute; right:0; width:100px; cursor:pointer; border-left:1px solid rgba(255,255,255,0.3); text-align:center; display: inline-block; }
#header #right-side-open span{display:inline-block;width:20px; height:20px;font-size:20px;line-height:1em;margin-top:-10px; margin-left:-10px; position:absolute; top:50%;left:50%; color:#fff;}
#header .gnb .snb {list-style:none; display:none;}
#header #logo {position:absolute; top:0px; left:10px; width:190px; height:80px; margin:0; padding:0; background-image:url(../img/logo-white.png); background-repeat:no-repeat; background-position:center; background-size: contain; text-align:center;-webkit-transition: all .3s ease; -moz-transition: all .3s ease;
-ms-transition:all .3s ease;-o-transition: all .3s ease; transition: all .3s ease; background-size: 80%;}
#header #logo a {display:inline-block; width:100%; height:100%; line-height:99px; color:#FFF; text-indent:-9999px;}
#header .gnb .snb,.device-md #header .gnb .snb{display: none;position: absolute;right: -82px;width: 200px; top:80px; border-top: 0;background-color: #000; z-index:2}
#header .gnb .snb li { font-size:15px; line-height:3.2; text-align:left; border-top:1px solid #414141;}
#header .gnb .snb li a { color:#FFF; display:block; padding-left:20px}
#header .gnb .snb li a:hover {color:#fff;  display:block; background-color:#2253b8; text-decoration:none; line-height:3.2}
#header .gnb .snb li:first-child { border-top:0}


.scrolled #header  {height:70px; background-color:#fff;  background-color:#000}
.scrolled #header .header-inner { border-bottom:0}
.scrolled #header .gnb { position:absolute; right:100px; height:100%}
.scrolled #header .gnb > li, .scrolled #header #right-side-open {height:70px;line-height:70px;}
.scrolled #header .gnb > li > a {display:inline-block; line-height:1em; width:100%; border-left:1px solid rgba(0,0,0,0.3); color:#e2e2e2;}
.scrolled #header .gnb > li > a:hover {color: #fff}
.scrolled #header #logo {position:absolute; top:0px;  width:180px; height:70px; padding:0; margin:0; text-align:center; }
.scrolled #header #logo a {display:inline-block; line-height:70px; color:#FFF;}
.scrolled #header #right-side-open {height:70px;line-height:70px; display:inline-block}
.scrolled #header #right-side-open span {color:#fff;}
.scrolled #header .gnb .snb,.device-md #header .gnb .snb{ top:70px;}


#right-side {background-color:#333;position:fixed; z-index:1001; top:0;right:-400px;width:400px;height:100%; color:#FFF; padding:30px;-webkit-transition: right .3s ease;-moz-transition: right .3s ease;-ms-transition: right .3s ease;-o-transition: right .3s ease;transition: right .3s ease; box-sizing:border-box; overflow:auto;}
#right-side .side_gnb .call a {text-align:center; display:block;position:relative;background:var(--main); color:#fff; font-weight:bold; height:5.0em; line-height:5em; border-radius:3px; margin-top:10px; padding:2px 0 4px 0;}
#right-side #btn-close-right-side {position:absolute;top:20px;right:0;color:#fff;width:60px;text-align:center;line-height:40px; font-size:16px; cursor:pointer}
#right-side #btn-close-right-side .fa.fa-times { font-size:18px; padding-top:20px}
.right-side-on #right-side {right:0;}
.right-side-on #wrapper { left:-300px; }
.right-side-on #header { left:-300px; }
.right-side-on #rs-overlay {display:block;}
/*헤드메뉴*/



/*헤드 사이드 메뉴*/
.quick_menu {width:100%; margin:auto; padding-top:20px}
.quick_menu ul { text-align:center}
.quick_menu li{display:inline-block; margin-left:-3px; width:80px; border-right:1px solid #ddd;}
.quick_menu li:last-child { border:0} 
.quick_menu li a{display:block; box-sizing:border-box; color:#fff; letter-spacing:-0.8px; text-align:center; position:relative;  font-size:12px}
.quick_menu li a:hover{color:#fff;backface-visibility:hidden}
.quick_menu li a.on{color:#fff;border-bottom-color:#FF3300;border-bottom-width:2px;border-bottom-style:solid}

.quick_kakao{text-align:center; height:35px; background-color:#ffd800; display:inline-block; clear:both}
.quick_kakao a{display:block;position:relative;background:#ffd800}
.quick_kakao a img{display:block;margin:0 auto}

.side_gnb{position:relative;width:100%;float:left;padding-top:20px;}
.side_gnb p{color:#fff; text-align:center; padding:20px }
.side_gnb .menu-list{display:block;position:relative;border-bottom:1px solid #555; margin-top:60px}
.side_gnb .menu-list>li>a{display:block;position:relative;color:#fff;font-size:15px;line-height:3.8em;padding:0 1.0em;border-top:1px solid #555; text-decoration:none}
.side_gnb .menu-list>li>a i{display:block;position:absolute;top:50%;transform:translateY(-75%) rotate(135deg);
	-webkit-transform:translateY(-75%) rotate(135deg);right:1.5em;width:5.31%;max-width:32px;border:1px solid #f2f2f2;border-left-width:0;border-bottom-width:0;transition:transform .3s ease;-webkit-transition:-webkit-transform .3s ease;-ms-transition:transform .3s ease}
.side_gnb .menu-list>li.on>a i{-webkit-transform:translateY(-25%) rotate(315deg);transform:translateY(-25%) rotate(315deg)}
.side_gnb .menu-list>li>a i:before{content:"";display:block;position:relative;padding-top:100%}
.side_gnb .depth-2{display:none;}
.side_gnb .depth-2>li { background-color:#ddd}
.side_gnb .depth-2>li>a{display:block; color:#3F3F3F;font-size:1.2em;line-height:3.0em;padding:0 1.5em 0 2.2em;border-bottom:1px solid #fff;  }
/*헤드 사이드 메뉴*/
.scrolled #hd {top: 0px; background: rgb(255 255 255 / 90%);  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08); }
 #hd {top: 0px; }



/*서브상단*/
.sub_visual{position:relative;max-width:2560px;margin:0px auto;height:450px;overflow:hidden;background-repeat:no-repeat;background-position:center top}
.sub_visual.visual01 .bg{background-image:url(../img/sub_visual01.jpg)}
.sub_visual.visual02 .bg{background-image:url(../img/sub_visual02.jpg)}
.sub_visual.visual03 .bg{background-image:url(../img/sub_visual03.jpg)}
.sub_visual.visual04 .bg{background-image:url(../img/sub_visual04.jpg)}
.sub_visual.visual05 .bg{background-image:url(../img/sub_visual05.jpg)}
.sub_visual.visual06 .bg{background-image:url(../img/sub_visual06.jpg)}
.sub_visual.visual07 .bg{background-image:url(../img/sub_visual07.jpg)}
.sub_visual .title_warp { max-width:1240px; margin:170px auto; padding-left:20px; text-align: center; }
.sub_visual h3{position:relative;z-index:5;font-size:45px;font-weight:bold; letter-spacing:0px; color:#FFF; padding-top:30px; font-family: var(--kngt);
word-break: keep-all;
    transform: translateY(60px);
    opacity: 0;
    animation: v_txt 1.0s 0.3s;
    animation-fill-mode: both;}
.sub_visual h3:after {content:""; display:block; height:3px; width:28px; margin:15px auto; background-color:#858e9785}
.sub_visual .sub_title{font-size:20px;position:relative;font-weight:500; color:#fff; z-index:5; padding-top:15px;   font-family: var(--kngt);
 
    padding: 0 0 15px;
    transform: translateY(60px);
    opacity: 0;
    animation: v_txt 1.0s 0.1s;
    animation-fill-mode: both;

}
.sub_visual .cover{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../img/sub_visual_cover.png) center bottom no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-width:1440px;opacity:.8;z-index:1}
/*.sub_visual .bg{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;z-index:0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}*/
/*서브상단*/
.sub_visual .bg{position:absolute;left:0;top:0;width:100%;background-position: 50% 50%;height:100%;transform: scale(1.1);animation: m_vsImg 1.8s; -webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}


@keyframes m_vsImg {
	0% { -webkit-transform:scale(1.2); -ms-transform:scale(1.2); transform:scale(1.2); }
	20% { -webkit-transform:scale(1.0); -ms-transform:scale(1.0); transform:scale(1.0); }
	100% { -webkit-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1); }
}
@keyframes v_txt {
	0% { transform:translateY(60px); opacity:0; }
	100% { transform:translateY(0); opacity:1; }
}




/*서브 제목*/
.content_wrap { width:100%;}
.content_wrap .txtCon { max-width:1440px; margin:0 auto 50px auto;  }
.content_wrap .txtCon h1 {margin: 90px 0 60px 0;text-align: center;font-size: 45px;padding:0; color: var(--main_dark); font-family: var(--txtgt); font-weight: 500;}
.content_wrap .txtboard {max-width: 1440px;margin: 150px auto 50px auto; padding: 0 20px; font-size: 12px;}
.content_wrap .txtCon h4 {margin:  0px;text-align: center;font-size: 23px;padding:0; color:#6B6B6B;   font-weight: 700;}
 .content_wrap .txtCon h4 img{width: 100%; max-width:1032px }
/*서브 제목*/






/*서브 하단 네비*/
.category-wrap {width:100%; height:70px;  clear:both; background-attachment:scroll; position:relative; z-index:3}
.sub_navI_warp { background-color:#fff; max-width:1440px; z-index:3; position:relative; border-bottom:1px solid #ddd; margin: -35px auto;   }
.all-wrap{max-width:1440px;  height:70px; margin:0 auto;   transition:all .3s ease;}
.all-wrap .loca-wrap{width:100%;margin:0 auto;height:70px}
.all-wrap .loca-wrap .loca-area i{float:left;display:inline-block;width:70px;height:71px; line-height:65px; background-color: #2383ba;  color:#fff; padding:0; margin-top:0; text-align:center;    }
.all-wrap .loca-wrap .loca-area{height:70px;float:left;}
.all-wrap .loca-wrap .loca-area > a {display:inline-block;width:54px;height:100%; float:left; line-height:100%; text-align:center;}
.all-wrap .loca-wrap .loca-area > a img {margin-top:17px;}
.all-wrap .loca-wrap .loca-area>ul {float: left;margin:0; padding:0}
.all-wrap .loca-wrap .loca-area>ul>li{float:left;width:220px;height:70px;position:relative; }
.all-wrap .loca-wrap .loca-area>ul>li button{height:70px;width:220px;position:relative;text-align:left;padding-left:1px;background-image:url(../img/loca_arrow_off.png);background-position-y:50%;background-position-x:100%;background-repeat:no-repeat;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-o-transition:background .3s ease;-ms-transition:background .3s ease;  border:0; border-right:1px solid #ddd; background-color: transparent}
.all-wrap .loca-wrap .loca-area>ul>li button.active{background-image:url(../img/loca_arrow_on.png);background-position-y:50%;background-position-x:100%;background-repeat:no-repeat;}
.all-wrap .loca-wrap .loca-area>ul>li button span {padding-left: 19px;background-color: transparent; color:#333; font-size:15px}
.all-wrap .loca-wrap .loca-area>ul>li div{overflow:hidden;height:0;position:relative}
.all-wrap .loca-wrap .loca-area>ul>li div ul{display:block;position:absolute;width:100%;left:0;border-top:1px solid var(--main_dark);   padding:0}
.all-wrap .loca-wrap .loca-area>ul>li div ul li a{       border-bottom: 1px solid #00000040;
    background:  var(--main); height:46px;color:#fff;line-height:46px;display:block;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-o-transition:background .3s ease;-ms-transition:background .3s ease;padding-left:19px; font-size:15px; box-sizing:border-box}
.all-wrap .loca-wrap .loca-area>ul>li div ul li a:hover {background:#d8242b;  text-decoration:none}
.all-wrap .loca-wrap .share-area {float: right; display:block; padding-top:16px;box-sizing: border-box;}
.all-wrap .loca-wrap .share-area .hide-wrap{width:151px;height:34px;overflow:hidden;float:left}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area{width:151px;height:34px;position:relative;left:200px}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area ul {overflow: hidden; padding:0; margin:0}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area ul li {float: left;margin-left: 13px; cursor:pointer}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area ul li:first-child {margin-left: 0;}
.all-wrap .loca-wrap .share-area .share-btn{width:34px;height:34px;background-image:url(../img/share_open_bt.png);float:right;text-indent:-9999px;padding-left:18px;box-sizing:unset;background-repeat:no-repeat;background-position-x:right;transition:all .5s ease;     background-color: transparent; border:0; margin-right:20px}
.all-wrap .loca-wrap .share-area .share-btn.active {background-image: url(../img/share_close_bt.png);border-left: 1px solid #fff;}



 .sub_navI_wrap_outer {
  position: absolute;
  top: -64px;   /* 필요 시 조정 */
  left: 0;
  width: 100%;
  z-index: 9999;
}


.sub_navI_warp_pc {
    display: block;
    width: 100%;
    background-color: #0000007a;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 10;
  }

    .sub-menu-pc-wrap {
        max-width: 1440px;
        margin: 0 auto;
    }

    .sub-menu-pc-wrap ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sub-menu-pc-wrap ul li {
        flex: 1;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

    .sub-menu-pc-wrap ul li:last-child {
        border-right: none;
    }

    .sub-menu-pc-wrap ul li a {
        display: block;
        padding: 20px 0;
        font-size: 16px;
        color: #555;
        background: rgb(255 255 255 / 87%);/* 반투명 회색 */
        transition: all 0.3s ease;
    }

    .sub-menu-pc-wrap ul li a:hover {
        background: #fff;
        color: #000;
    }
 
    .sub-menu-pc-wrap ul li a.active { background: linear-gradient(to right, #5e9cdf, #3c4c9e);
         
        color: #fff;
        font-weight: bold;
    }

/* 기본 상태 - 모바일 기준 */
.sub_navI_warp {
    display: block;  /* 기존 메뉴 보임 */
}

.sub_navI_wrap_outer {
    display: none;   /* PC용 메뉴 숨김 */
}

/* PC 이상 화면에서 반전 */
@media screen and (min-width: 1024px) {
    .sub_navI_warp {
        display: none; /* PC에선 기존 메뉴 숨김 */
    }
    .sub_navI_wrap_outer {
        display: block; /* PC에선 새 메뉴 보임 */
    }
}





/*서브 하단 네비*/







/*푸터*/
#footer { padding: 30px 0px; width: 100%;  max-width:2560px;  position:relative; z-index:10; background-color:#181513;clear:both }
#footer .footer_in { position:relative; z-index:10; max-width:1240px; height:224px; padding:0 20px; margin:0 auto; }
#footer .gotop { position:fixed; left:0; bottom:20px; width:100%; min-width:1080px; height:1px; text-align:center; }
#footer .gotop a { position:absolute; right:7px; bottom:0; }
#footer .menu { display:block; padding:7px 0 0;  }
#footer .menu a { display:inline-block; margin-right:20px; font-size:15px; font-weight:bold; color:#bbb; }
#footer .menu a:last-child { padding:0} 
#footer .menu a:active { font-size:15px;} 
#footer .menu a strong { color:#f36910; }
#footer address { position:relative; margin:35px 0 0; padding-top:37px; border-top:1px solid #414141; font-size:15px; color:#a9a9a9; } /* font-weight:bold; */
#footer .adr { display:block; margin:0 0 6px; vertical-align:middle; font-style:normal; }
#footer .adr:before { content:""; display:inline-block; width:3px; height:3px; margin:0 8px 0 0; border-radius:3px; background-color:#fff; vertical-align:middle; }
#footer .copyright { display:block; margin:22px 0 0; font-size:11px;font-style:normal;  }
#footer a.wa { position:absolute; right:0; top:37px; }

#footer .footer_call  { position:absolute; right:40px; top:7px; font-size:20px; color:#fff; }
#footer .footer_call   strong { color:#f36910; font-size:22px; }


@media screen and (max-width: 600px) {
	#footer .footer_call  { display: none;}

.sub_visual .sub_title{ display: none;}

}


/*푸터*/






/* 푸터팝업*/
.tl_pop_con{background:#fff;} 
.tl_pop_con h2.f_pop_tit{width:100%;height:80px;line-height:80px;background:#076aa3;font-size:20px;color:#fff;}
.tl_pop_con h2.f_pop_tit img {display:inline-block;margin-left:50px;margin-right:5px;margin-top:-10px;width:120px;}
.tl_pop_con h2.f_pop_tit span {display:inline-block; padding-left:50px;}
.f_pop_wrap {line-height:23px;text-align:justify;word-break:break-all;font-size:15px;overflow-y:auto;}
.f_pop_wrap strong {color:#00a19a;font-weight:normal;}
.f_pop_wrap p { color:#333; padding:40px 50px; line-height:1.6;}

.f_pop_wrap p.cont_tit{  padding:23px 2px; }

.mfp-close:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url("../img/btn_close.png") no-repeat center center; -webkit-transition: -webkit-transform 300ms; transition: -webkit-transform 300ms; transition: transform 300ms; transition: transform 300ms, -webkit-transform 300ms; border-radius: 50%; }
.mfp-close { width: 40px; height: 40px; text-indent: -999px;opacity: 1; overflow: hidden; background-color:transparent; border:0; }
button.mfp-close:hover:after { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }
/* 푸터팝업*/







@media screen and (max-width: 992px) {
    .tl_page_box_warp .main_cont_box .business_style h2 { font-size:38px}
	
}



@media screen and (max-width: 960px) {
	#header .gnb  { display:none}
	.tl_main_quick_wrap .inner li { width:100%}
    .tl_page_box_warp .invitation { width:100%; height:auto; margin-top:0}
	.tl_page_box_warp .invitation .box { padding:50px 0px 71px 50px }
	.tl_page_box_warp .main_cont_box { width:100%; float:none}
	.tl_page_box_warp .main_cont_box .movie { width:100%}
	.tl_page_box_warp .main_cont_box .business_style { width:100%; clear: both;}
    .tl_page_box_warp .main_cont_box .business_style h2 { font-size:38px}
	.tl_page_box_warp .main_cont_box .thumb_txt { width:100%}
	.tl_page_box_warp .main_cont_box .thumb_txt p { text-align:center}
	.tl_page_box_warp .main_cont_box .thumb_img { width:100%}
	.tl_business_now_box_warp .latest-carousel .owl-nav { display:none}
	.tl_about_box_wrap { height: 1000px}
	.tl_about_box_wrap .box { top:500px; width:100%}
	.tl_about_box_wrap .box_wrap_box { padding:0 50px}
	.notice_latest { width:100%; clear:both}
	.counsel_latest { width:100%; clear:both}
	
	
	.main-carousel .li .copy_area h3{font-size:22px; }
	

}



@media screen and (max-width: 600px) {
	
	#header { height:70px}
	#header #logo { width:120px; height:70px;}
	#header .gnb > li, #header #right-side-open { height:70px; padding:0; margin:0}
	#header #right-side-open { width:70px}
	#right-side {right:-90%;width:90%; overflow:auto;height:100vh;padding-bottom:80px;box-sizing:border-box}
	.scrolled #header #logo { width:120px; height:70px}
	.scrolled #header .gnb > li > a { display:none}
	
	.main-carousel .li {   background-position: center; background-size: cover;  }
	.main-carousel .li .copy_area h2 strong {  font-size:33px; letter-spacing: -1px;
    }  
	.main-carousel .li .copy_area h2 {font-size: 26px;}
	.main-carousel .li .copy_area h3 {font-size: 20px; word-break:keep-all; line-height:1.6; letter-spacing: -1px;}
	.main-carousel .li .copy_area h3 strong {font-size:23px;  } 
	.main-carousel .owl-nav { display:none}
	.right_quick.fixed { display:none}
	
	
    .tl_business_now_box_warp h2 { font-size:20px}
	.tl_business_now_box_warp p { font-size:14px}
    .notice_warp h2 { font-size:20px}
	.notice_warp p { font-size:14px}

	.side_gnb .depth-2>li>a { font-size:16px}
	.sub_visual { height:372px}
    .sub_visual h3 { font-size:32px}

	.all-wrap .loca-wrap .loca-area {width:100%; float:none;}
	.all-wrap .loca-wrap .loca-area > a {width:10%;}
	.all-wrap .loca-wrap .share-area { display:none}
	.all-wrap .loca-wrap .loca-area > ul {width:100%;}
	.all-wrap .loca-wrap .loca-area > ul > li { width:50%}
	.all-wrap .loca-wrap .loca-area > ul > li:first-child { border:0}
	.all-wrap .loca-wrap .loca-area > ul > li button {width:100%; border-right:0}
	.all-wrap .loca-wrap .loca-area i { display:none}

	.sub_visual {height: 350px;       }
	.sub_visual .title_warp { width:100%; padding-left: 0px; margin: 110px auto;}
	
	.content_wrap .txtCon { margin: 50px auto 50px auto}
    .content_wrap .txtCon h1 { font-size:24px; margin: 40px 0 30px 0;}
	
	#footer .menu a{ font-size:13px}
	#footer .adr { font-size:13px}
	
}

/*******************************************************************************
    @media  ~980px               
*******************************************************************************/
@media all and (max-width:980px){

.fs60{font-size:40px;  }
.fs50{font-size:35px;  }
 
.fs40{font-size:30px; }
 
.fs26{font-size:22px; }
.fs22{font-size:20px;  }
.fs20{font-size:18px; }
.fs16{font-size:15px;  }
.txt{font-size:14px;  }

	#Alogo {   left: 10px;
        top: -9px;
        width: 200px;
        height: 85px;}
	#gnb, #cgnb {display: none;}
	#hd_wrapper { width: 100%;    height: 65px;}
	#main_contents{position: relative;  }
	#hd_wrapper .inner {margin-top: 10px; width: 99%; }
    .open-button {     padding-top: 19px;}
    #visual {    margin: 0px 0 0 0;}
	
	
	
	
/* Info */
.about_list{flex-wrap:wrap; flex-direction: column-reverse;}
.about_list dt{width:100%;}
.about_list dd{width:100%; padding:0 0 40px; position: relative; text-align:center; align-items: center;}
.about_list dd .txt .br_m{display: block; }
.about_list dd .btnArea{padding:0; position: absolute;  bottom:-24px;}

/* Service */
#service .about_list{flex-direction: column-reverse;}
#service .about_list dd{padding: 0 0 40px;}
	
	
	#main_contents .com_pad_b {padding: 0 0 30px; }
	.tl_business_now_box_warp {padding: 50px 0 50px 0;}
	 
	 
	#main_baro  .photo_list{display: flex;    flex-direction: column;}
	#main_baro  .photo_list li{ float: left;  width: 100%; margin: 0 0 10px 0;        height: 190px;}	
	#main_baro .photo_box .sub_title strong {font-size: 21px; text-align: left;  }
	#main_baro .photo_box .sub_title p {font-size: 17px;width: 100%;text-align: left;padding: 0 30px 0 0;}
	#main_baro .photo_box .ovrly {   background: rgb(0 0 0 / 44%);}
	#main_baro .mCate {font-size: 13px;}
	#main_baro .mTit { font-size: 25px; padding: 0 0 5px 0;  }
	#main_baro .sTit {        font-weight: 400;        font-size: 16px;   margin: 0 0 20px 0;}
	
	#main_baro .photo_box .bottm {bottom: -37px;}
	#main_baro  .photo_box:hover .bottm {height:100%; bottom: 0px;  }
		
	.tl_business_now_box_warp p {   padding: 10px 0 20px 10px;}
	
	.main-carousel .owl-nav{position:absolute;width:100%;bottom:30%;}
	
	.tl_business_now_box_warp {  padding:50px 0 30px 0;  }
	
	.shopping_bn .bg {
    width: 100%;
    height: 100%;}

	.shopping_bn img{width: 100% }
	
	#notice .notice_in .txtArea {    width: 100%;}
	#notice .notice_in .contArea {    width: 100%;}
	
	#main_baro .photo_box .sub_title  {  left: 38px; top: 50px; overflow:hidden}
	 
    #main_baro  .photo_box:hover .sub_title {bottom:38px;}
	#main_baro .photo_box:hover .sub_title strong {padding-bottom: 13px;}
	#main_baro {    margin: 0px auto; padding: 20px 5px;	}
	#bbs_warp {    display: flex; flex-direction: column; margin:20px auto;	}
	#bbs_warp .noti, #bbs_warp .noti2{width: 100%; margin: 0 5px 0 5px; }
     
	

}

 

.content_wrap {    font-size: 1.2em;}



/* 배너콘텐츠 */
.banner_con { position: relative;   padding: 0px; margin: 0 auto; box-sizing: border-box;   }
.banner_con > .banner_con_in { display:flex; width:100%;  }
.banner_con .banner_con_in li { padding: 110px 60px; width:50%; background-position:center; background-repeat:no-repeat; background-size:cover; box-sizing: border-box; }
.banner_con .banner_con_in li h2 { color:#fff; }
.banner_con .banner_con_in li p { color:#fff; font-size:1rem; line-height:1.52; letter-spacing:-0.03em; }
.banner_con .banner_con_in li .bn_more { margin-top:50px; }
.banner_con .banner_con_in li:first-child { background-image:url('../img/b_banner_01.jpg'); }
.banner_con .banner_con_in li:last-child { background-image:url('../img/b_banner_02.jpg'); }

.banner_con .bn_m1 {display: flex;    position: relative;        max-width: 500px;
    justify-content: flex-end;  }
.banner_con .bn_m2 {display: flex;    position: relative;    max-width: 500px;  }

.banner_con .title3 {
    padding-bottom: 6px;
    font-size: 1.8824rem;
    font-weight: 700;
    letter-spacing: -0.03em;}
@media all and (max-width:768px) { 

/* banner_con */
.banner_con > .banner_con_in { flex-wrap: wrap; }
.banner_con .banner_con_in li { padding: 30px 30px; width: 100%; }
#biz_warp .imglist_ul .item {    width: 31%;}
#biz_warp a h3 span {           display: block;  margin: 0px 0 16px 0;       
        font-size: 16px;     font-weight: 700;    padding-left: 0px;}
}

@media all and (max-width:980px){
/* banner_con */
.banner_con .banner_con_in li { padding: 40px 40px; }
.banner_con .banner_con_in li p { font-size: 0.92rem; }
.banner_con .banner_con_in li .read_more { margin-top: 30px; }
.banner_con .bn_m1 {      justify-content: flex-start;}
.tl_business_now_box_warp .lt .a-item {   min-height: 290px;}
	
.content_wrap .txtCon {       padding: 0 20px;}


}

/***** 리드버튼 *****/
.bn_more {  }
.bn_more a { padding:0 25px; position:relative; z-index:10; transition:all .3s linear; display:flex; width:179px; height:60px; font-weight: 600; font-size: 1rem; line-height: 60px; box-sizing:border-box;  text-align:center; background-color:#fff; }
.bn_more.wh2 a { border-radius: 30px;    background-color: rgb(255 255 255 / 24%);} }
.bn_more.main a { width: 200px; background-color:var(--color1); }
.bn_more a::before { content:''; border-radius: 30px;   display:block; width:0; height:100%; background:var(--color1); position:absolute; left:auto; right:0; top:0; transition:all .3s linear; z-index: -1; }
.bn_more.main a::before { background:#fff; }
.bn_more a span { width: 100%; color:#fff; text-align: left; display:block; height:100%; font-size:inherit; line-height:inherit; letter-spacing:inherit; background-position:right center; background-repeat:no-repeat; background-image:url('../img/more_b.svg'); }
.bn_more.wh a span { color:#333; }
.bn_more.wh2 a span, .bn_more.main a span { background-image:url('../img/more_w.svg'); }

.bn_more a:hover::before { width:100%; right: auto; left:0; }

.bn_more.wh a:hover { transition:all .3s linear; color:#fff; }
.bn_more.wh a:hover span { transition:all .3s linear; color: #fff; background-image:url('../img/more_w.svg'); }

.bn_more.main a:hover { transition:all .3s linear; color:var(--color1); }
.bn_more.main a:hover span { transition:all .3s linear; background-image: url('../img/more_main.svg'); color: var(--color1); }
/***** 리드버튼 *****/
/*******************************************************************************
                  
*******************************************************************************/	

/*<!--탭슬라이드-->*/

.tabs_warp{height:600px; }
.tab-menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;}
.tab-menu ul li {width: 20%;
  padding: 1rem;
  background: #ddd;
  cursor: pointer;
  transition: all 200ms ease;
  font-size: 1rem;
}
.tab-menu ul li:hover {
  background: rgba(221, 221, 221, 0.8);
}
.tab-menu ul li:nth-child(even) {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.tab-menu ul li:first-child {
  border-radius: 15px 0 0 15px;
}
.tab-menu ul li:last-child {
  border-radius: 0 15px 15px 0;
}
.tab-menu ul .active-menu {
  background: #a4622a;
  color: #fff;
  cursor: default;
}
.tab-menu ul .active-menu:hover {
  background: #444;
  color: #fff;
}









.s_parent {
  width: 1440px;
  height: 514px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 246px auto;
  overflow: hidden;
  position: absolute;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 35px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 35px 5px rgb(155 155 155 / 58%);
}

.s_parent svg {
  position: absolute;
  z-index: 1;
  width: 1440px;
  height: 514px;
}


.s_parent button {
  position: absolute;
  z-index: 50;
  width: 40px;
  overflow: hidden;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
}
.s_parent button:focus {
  outline-width: 0;
}

.s_parent circle {
  stroke: #1e4600de; 
  fill: none;
  transition: 0.3s;
}

 #svg1 circle {
  transition-timing-function: linear;
}

#svg2 circle {
  transition-timing-function: linear;
}

#Capa_1 {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(-25px, -8px);
}

#Capa_2 {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(10px, -8px);
}

.s_parent .right {
  margin-left: 1133px;
  margin-top: 235px;
  border: 1px solid #849494;
  background-color: transparent;
  transition: 0.5s;
}
.s_parent .right:hover {
  background-color: #fff;
}

.s_parent .left {
  margin-left: 0.5%;
  margin-top: 235px;
  border: 1px solid #849494;
  background-color: transparent;
  transition: 0.5s;
}
.s_parent .left:hover {
  background-color: #fff;
}

.s_parent .circle1 {
  transition-delay: 0.05s;
}

.s_parent .circle2 {
  transition-delay: 0.1s;
}

.s_parent .circle3 {
  transition-delay: 0.15s;
}

.s_parent .circle4 {
  transition-delay: 0.2s;
}

.s_parent .circle5 {
  transition-delay: 0.25s;
}

.s_parent .circle6 {
  transition-delay: 0.3s;
}

.s_parent .circle7 {
  transition-delay: 0.35s;
}

.s_parent .circle8 {
  transition-delay: 0.4s;
}

.s_parent .circle9 {
  transition-delay: 0.45s;
}

.s_parent .circle10 {
  transition-delay: 0.05s;
}

.s_parent .circle11 {
  transition-delay: 0.1s;
}

.s_parent .circle12 {
  transition-delay: 0.15s;
}

.s_parent .circle13 {
  transition-delay: 0.2s;
}

.s_parent .circle14 {
  transition-delay: 0.25s;
}

.s_parent .circle15 {
  transition-delay: 0.3s;
}

.s_parent .circle16 {
  transition-delay: 0.35s;
}

.s_parent .circle17 {
  transition-delay: 0.4s;
}

.s_parent .circle18 {
  transition-delay: 0.45s;
}

.s_parent .slide1 {
  background-image: url("../img/product/bn_001.jpg");
}

.s_parent .slide2 {
  background-image: url("../img/product/bn_002.jpg");
}

.s_parent .slide3 {
  background-image: url("../img/product/bn_003.jpg");}
.s_parent .slide4 {
  background-image: url("https://images.unsplash.com/photo-1494783404829-a93883e74b68?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1600&h=900&fit=crop&s=413f5f5c41f4db69a1474d92419601ac");
}

.s_parent .slider {
  position: absolute;
  width: 400%;
  height: 100%;
  background: #000;
  display: inline-flex;
  overflow: hidden;
}

.s_parent .slide1,.s_parent .slide2, .s_parent  .slide3, .s_parent  .slide4 {
  position: absolute;
  background-position: center;
  background-size: cover;
  color: #fff;
  font-size: 62px;
  padding-top: 138px;
  font-weight: 800;
  font-family: "Heebo", sans-serif;
  text-align: center;
  width: 25%;
  height: 100%;
  z-index: 10;
  transition: 1.4s;
}

.s_parent .tran {
  transform: scale(1.3);
}

.s_parent .up1 {
  z-index: 20;
}

.s_parent .up2 {
  z-index: 40;
}

.s_parent .steap {
  stroke-width: 0;
}

.s_parent .streak {
  stroke-width: 82px;
}
.slider a {
  position: relative;  /* 포지션을 설정해야 z-index가 동작 */
  z-index: 100;         /* 다른 요소들보다 위에 오도록 설정 */
  display: block;      /* a 태그가 슬라이드 전체를 덮도록 설정 */
  width: 100%;         /* 슬라이드 전체 넓이를 차지하게 설정 */
  height: 100%;        /* 슬라이드 전체 높이를 차지하게 설정 */
}
@media (max-width: 700px) {
	.tab-menu ul li {    width: 30%;}
  .s_parent  {    margin-left: 1%; width: 100%;  height: 30%;   margin: 181px auto;  }
	.tabs_warp {    height: 310px;}  #gnb2{display: none}
}



/*** jinbu_story ***/
#jinbu_story { background:url('../img/product/com_bg.jpg') no-repeat center/cover; }
#jinbu_story .inquiry_in { position:Relative;      max-width: 1100px;    width: 90%;    margin: 0 auto 0px; padding: 90px 0;
    box-sizing: border-box;}
#jinbu_story .titArea {  }
#jinbu_story .titArea h2{ font-family: var(--txtgt);  font-weight: 900; font-size:39px;    color: #fff;    line-height: 120%;    word-break: keep-all;}
#jinbu_story .titArea .main_tit { padding:0 0 20px; }
#jinbu_story .titArea p {color: #e9dbb6;font-size: 1.5em;margin: 9px 0 0 0;}
#jinbu_story .titArea .btnArea { padding:60px 0 0; }

#jinbu_story .item { 	display: flex;	flex-wrap: wrap;	gap: 20px; margin-top: 20px;}

 
#jinbu_story .main-visual__icon-item {
            list-style: none; /* 기본 리스트 스타일 제거 */
            background-color: #0000148a; /* 기본 배경색 */
            border: none;
            color: white;
            padding: 37px;
            margin: 10px 0;
            text-align: center;
            cursor: pointer;
            transition: background-color 0.3s ease; /* 배경색 전환 효과 */
            border-radius: 10px; /* 버튼처럼 보이게 테두리 둥글게 */
            width: 190px;
        }
#jinbu_story .main-visual__icon-item a {            text-decoration: none; /* 링크 밑줄 제거 */  color: white;   display: block;         }
#jinbu_story .main-visual__icon-item:hover {            background-color: #d8242b;   /* 마우스를 올렸을 때 배경색 */ }
#jinbu_story .ico { display: block; /* 아이콘을 텍스트 위에 배치 */            font-size: 34px; /* 아이콘 크기 조정 */
            margin-bottom: 8px; /* 아이콘과 텍스트 사이 간격 */        }
#jinbu_story .main-visual__icon-text { font-size: 15px;            font-weight: bold;            display: block; /* 텍스트를 블록으로 처리하여 아이콘 아래에 배치 */        }



#jinbu_story .inquiry_info { height: 100%; positioN:absolute; right:0; top:0; display:flex; flex-direction:column; align-content:center; justify-content:center; background: linear-gradient(180deg, #0F53A8 0%, rgba(15, 83, 168, 0.00) 100%); box-sizing: border-box; padding: 50px; max-width: 316px; } 

 
.material-symbols-rounded {  font-variation-settings:  'FILL' 0,  'wght' 400,  'GRAD' 0,  'opsz' 40}
 

@media (max-width: 700px) {
	#jinbu_story .inquiry_in { 
    margin: 0 auto 39px;
    padding: 50px 0; 
    }
 
    #jinbu_story .titArea h2 {font-size: 30px;    }
    #jinbu_story .titArea p {font-size: 15px;    }
    #jinbu_story .main-visual__icon-item {width: 28%;    }
}








     /* Header: Main Navigation */
        .main-nav { margin: 0 30px 0 auto;
            display: flex;
            justify-content: center;
            width: 100%;
            max-width: 750px;
             
            position: relative;
        }

        /* Main Navigation: Common */
        .main-nav .main-nav__item {
            position: relative;
            width: 20%;
            cursor: pointer;
            text-align: center;
        }

 .main-nav .subbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px; /* 초기 높이를 0으로 설정 */
       background: linear-gradient(141deg, rgb(245 112 112) 18%, rgb(177 27 18) 74%);
    opacity: 0; /* 초기 투명도를 0으로 설정 */
    overflow: hidden; /* 자식 요소가 넘치지 않도록 설정 */
    transition: height 0.2s ease, opacity 0.2s ease, background-color 0.3s ease, color 0.3s ease;; /* 높이와 투명도 전환 효과 */
    z-index: 0;
}

.main-nav .main-nav__item:hover .subbg {
    height: 340px; /* 마우스를 올릴 때 높이를 340px로 설정 */
    opacity: 1; /* 마우스를 올릴 때 투명도를 1로 설정 */
}

        .main-nav .main-nav__link { height: 100px;
            font-size: 18px;
            font-weight: 600;
            padding: 45px 0 20px 0;
            transition: color 0.3s;
            text-decoration: none;
             
            display: block;
            position: relative;
            z-index: 10;
        }

        .main-nav .main_bar {
            position: absolute;
    bottom: 0;
    left: 50%; /* 부모 요소의 가로 중앙 */
    transform: translateX(-50%); /* 가로 중앙 정렬 */
    width: 0;
    height: 1px;
    background-color: #ffdd57;
    transition: width 0.3s ease;
        }

        .main-nav .main-nav__sub {
            position: absolute;
            top: 120%;
            left: 0;
            width: 100%;
            background-color: transparent;
            display: none;
            padding: 0;
            list-style: none;
            height: 200px;
            z-index: 1;
        }

        .main-nav .main-nav__sub li {
            height: 40px;
            line-height: 40px;
            text-align: center;
        }

        .main-nav .main-nav__sub li a {
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            text-decoration: none;
            display: block;
            position: relative;
        }

        .main-nav .main-nav__sub li a:hover {
            color: #ffdd57;
        }


 

/* 기본 상태 */
.main-nav__link {
    color: white; /* 기본 폰트 색상은 흰색 */
    transition: color 0.3s;
}

/* 네비게이션 영역에 마우스를 올렸을 때 */
nav:hover .main-nav__link {
    color: black; /* 네비게이션 전체에 마우스를 올리면 모든 메뉴는 검정색 */
}

/* 특정 메뉴 항목에 마우스를 올렸을 때 */
nav:hover .main-nav__item:hover .main-nav__link {
    color: white; /* 해당 메뉴 항목만 흰색 */
}

/* 스크롤된 상태에서의 기본 스타일 */
body.scrolled .main-nav__link {
    color: black; /* 스크롤된 상태에서는 기본 폰트 색상 검정색 */
}

/* 스크롤된 상태에서 네비게이션 영역에 마우스를 올렸을 때 */
body.scrolled #gnb:hover .main-nav__link {
    color: black; /* 스크롤된 상태에서 기본 폰트 색상 검정색 유지 */
}

/* 스크롤된 상태에서 특정 메뉴 항목에 마우스를 올렸을 때 */
body.scrolled #gnb:hover .main-nav__item:hover .main-nav__link {
    color: white; /* 스크롤된 상태에서도 해당 메뉴 항목은 흰색 */
}


 @media (max-width: 768px) {
    .only-desktop {
      display: none;
    }
  }







/* 커스텀 GNB 메뉴 */
#cgnb {    
  right: 30px;
  position: absolute;
  top:  0px;
   
  z-index: 1000; 
}
.cgnb-wrap {
  max-width: 1440px;
  margin: auto;
  padding: 25px 20px  0px  0px ;
}
.cgnb-1dul {
  display: flex;
  list-style: none; font-size: 1em;
  gap: 55px;
}
.cgnb-1dli {
  position: relative;
  padding-bottom: 40px;
}
.cgnb-1da {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

/* 서브메뉴 */
.cgnb-2dul { font-size: 1.3em;
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translateX(-50%) translateY(40px);
  background: #0055aa;
  padding: 10px 0 15px 0;
  border-radius: 5px;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  min-width: 160px;
}
.cgnb-2dli a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.cgnb-2dli a::after {
  content: "";
  position: absolute;
  top: 40px;	
  left: 30px;
  bottom: 8px;
  width: 0;
  height: 1.5px;
  background: white;
  transition: width 0.3s;
}
.cgnb-2dli a:hover::after {
  width: calc(100% - 60px);
}
.cgnb-2dli a:hover {
 /* background: rgba(255, 255, 255, 0.1);*/
}

/* 활성 시 */
.cgnb-1dli.active .cgnb-2dul {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}





/* 기본: 흰색 텍스트 */
#cgnb .cgnb-1da {
  color: white; font-size: 1.5em;
  transition: color 0.3s;
}

/* nav 전체 hover 시: 모든 항목 검정 */
#cgnb:hover .cgnb-1da {
  color: white;  
}

/* nav 전체 hover 중 + 특정 메뉴 hover: 해당 항목만 다시 흰색 */
#cgnb:hover .cgnb-1dli:hover .cgnb-1da {
  color:#91dbff;  
}

/* 스크롤된 상태 기본: 검정색 */
body.scrolled #cgnb .cgnb-1da {
  color: black;
}

/* 스크롤된 상태에서도 hover 항목만 흰색 */
body.scrolled #cgnb:hover .cgnb-1dli:hover .cgnb-1da {
  color:#0057ff; 
}




