:root{
    --main_light: #ffbf00;
    --main: #dba400;
    --main_dark: #a57900;
	--main_sm: #bfb9a7;
    --sub_light: #a6cef0;
    --sub: #60a3d9;
    --sub_dark: #5f77ba;
}

#top_tera { width: 100%;  overflow: hidden; background-color: #333333;    height: 30px;     border-bottom: 1px solid #554d4d; text-align: center; } 
#top_tera .inner{ display: flex; padding: 0; margin: 0 auto; list-style-type: none; max-width: 1200px;  } 
#top_tera .inner li:first-child {border-left: 1px solid #554d4d; }

#top_tera .item { flex: 1; background: #333333;  padding: 0.5em; border-right: 1px solid #554d4d; text-align: center; transition: all .2s; } 
#top_tera .item a {color: #FFFFFF; }
#top_tera .item:hover { background: #7d675f; cursor: pointer; width: 30%;  } 
 
 

.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: 80px; 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%; margin-top: 13px;}

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


navigation:hover a{ color: #000; }

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

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

.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: #666; font-size: 17px; letter-spacing: -1px; transition: .3s; }
.submenu > li > a:hover {   color: var(--sub); }
.header_bg{visibility: hidden; opacity: 0; width: 120%; height: 340px; position: absolute; top: 0px; left: 50%; border-top: 1px solid #ddd; border-bottom: 1px solid var(--main_dark);; background: #fff; 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);}
.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: 131px;    background: #fff; }
 #mb-open-menu span {background:black;}
navigation > ul > li > a{color: #fff;}
navigation > ul > li:hover>a::after{transform: scaleX(100%);}

 
#Alogo{ display: inline-block;    width: 226px;    height: 73px;    box-sizing: border-box; position: absolute;}
#Alogo {  display: block;    width: 270px;    height: 70px;   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: 29px; }
  
.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 .img05 { background-image:url(../img/main_banner_img05.jpg);}
.main-carousel .img06 { background-image:url(../img/main_banner_img06.jpg);}
.main-carousel .img07 { background-image:url(../img/main_banner_img07.jpg);}
.main-carousel .li .copy_area{ width:100%;text-align:center;color:#fff;position:absolute;top:50%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}
.main-carousel .li .copy_area h2{  font-size:62px;font-weight:100; line-height:1.3; letter-spacing:1px; color:#fff; text-align:center}
.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:135px;     height: 30px;}
.main-carousel .owl-dots .owl-dot{background:rgba(255, 255, 255, 0.5);width:30px;height:5px;display:inline-block;margin-left:10px}
.main-carousel .owl-dots .owl-dot.active{background:rgb(141 255 129);}
.main-carousel .owl-nav{position:absolute;width:100%;bottom: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 4s 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-size:62px;font-weight:100; line-height:1.3; letter-spacing:-2px;  color:#fff; text-align:center}
.main-carousel .li .copy_area h3{ opacity:0; font-size:20px;font-weight:500;text-align:center;margin:10px 0 0; padding:0 20px; word-break:keep-all; color:#fff; 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;} 


/*메인배너*/
 
.shopping_bn .bg{ width: 100%;    height: 595px;    border-radius: 0px 250px 0px 0px;    z-index: -2;     
    position: absolute;    left: 0; top: 0; background:url(https://cdn.pixabay.com/photo/2021/06/21/11/30/grass-6353411_1280.jpg)  no-repeat center center / cover;} 
/*banner start*/

.shopping_bn { position: relative; width: 100%; height: 436.5px; background: url(../img/banner2.jpg); background-size: cover; background-position: 50% 50%; }
.shopping_bn > div { position: relative; display: block; margin: 0px auto; padding-top: 100px; max-width: 1180px; text-align: center; color: #fff; font-weight: 800; }
.shopping_bn > div > img { position: absolute; right: 0px; bottom: -94px;  }
.shopping_bn div > h2 { margin: 0px; font-family: 'Montserrat-Black'; font-size: 48px; font-weight: 400; }
.shopping_bn div > h3 { margin: 20px 0px 0px; font-family: 'Roboto'; font-size: 18px; font-weight: 400; color: #343434; }
.shopping_bn div > p { margin: 10px 0px 0px; font-size: 14px; }
.shopping_bn div > a { position: relative; display: block; margin: 35px auto 0px; width: 200px; font-size: 14px; line-height: 65px; letter-spacing: 2; font-weight: 600; text-align: center; }
.shopping_bn div > a > .button { width: 200px; height: 65px; background: #f9d041; border-radius: 7px; transition: .4s; }
.shopping_bn  div > a > .button:hover { color: #FFF; background: #343434; }

/*banner end*/



#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: 400; color:#000; font-family: 'GongGothicMedium'; letter-spacing: -1.04px; line-height: 130%;}
.fs22{font-size:22px; font-weight: 400; color:#000; font-family: 'GongGothicMedium'; 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:18px; 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;}


/* 버튼 */
.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:48px;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: 0; top: 50% !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:1200px; 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:1200px; 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: 1200px; margin: 100px auto;}

#main_baro .mTit{font-family: 'GongGothicMedium'; font-size:45px; color:#494949;   line-height:120%; word-break:keep-all; padding: 0 0 20px;}
#main_baro .mTit .point {color:var(--main);}
#main_baro .mTit span{display: inline; letter-spacing:-1px;}
#main_baro .mTxt{display: block; font-size:20px; font-weight:400; color:#494949; letter-spacing:-0.55pt; line-height:140%; word-break:keep-all;}
#main_baro .sTit{display: block; font-size:20px; font-weight:300; color:#767676; letter-spacing:-0.75pt; line-height:150%; word-break:keep-all;
margin: 0 0 70px 0;}
#main_baro .mCate{display: block; font-size:20px; font-weight: 900; color:var(--main_sm); line-height:130%; word-break:keep-all; letter-spacing: 0; padding: 0 0 15px;}
#main_baro .txt{display: block; font-size:18px; font-weight:400; letter-spacing:-0.35pt; line-height:170%; word-break:keep-all;}
#main_baro .btnArea{padding:45px 0 0;}
#main_contents{ }

/* 바로 배너 */
 .photo_list { display: flex; }
#main_baro  .photo_list li{width:33.3%;height:450px;margin-right:30px; }
#main_baro  .photo_list li:nth-child(3){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;left:35px;bottom:80px;overflow:hidden}
#main_baro  .photo_box .sub_title strong{font-size:24px;padding-bottom:20px;display:block}
#main_baro  .photo_box .sub_title p{font-size:16px;width:74%}
#main_baro  .photo_box .ovrly{background:rgb(41 43 47 / 70%);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}

 


.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(112 58 26 / 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;} 
	 
}


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



/* ABOUT 제품동영상부분 */

#product_d .mCate{display: block; font-size:22px; font-weight: 900; color:var(--main_dark); line-height:130%; word-break:keep-all; letter-spacing: 0; padding: 0 0 40px;}
#product_d .txt{display: block; font-size:18px; font-weight:400; letter-spacing:-0.35pt; line-height:170%; word-break:keep-all;}
#product_d .mTit .point {color:#0099cc; margin: 20px 0 40px 0px; }
#product_d .mTit span{display: inline; letter-spacing:-1px;     font-family: 'GongGothicMedium';    font-size: 45px;    color: #494949;    line-height: 120%;}
#product_d .sTit { display: block; font-size: 20px;   color: #767676; letter-spacing: -0.75pt; 
	line-height: 150%; word-break: keep-all; margin: 24px 0 30px 0;}


#product_d {position:relative; padding:100px 0;}
#product_d .bg {position:absolute; left:0; top:0; content:""; width:100%; height:100%; display:block; background:url('../img/product_d_bg.png') bottom center no-repeat; z-index:-1;}
#product_d .basic_in {display:flex; flex-wrap:nowrap; justify-content:space-between; align-items:center; max-width: 1200px;     width: 94%;    margin: 0 auto 48px auto;}
#product_d .txtCnt {    flex-basis: 47%; }
#product_d .banner {    flex-basis: 50%; }
#product_d .txtCnt {margin-right:30px;}
#product_d .txtCnt span { margin-bottom:0;}
#product_d .txtCnt p {font-size:1.944rem; font-weight:300; letter-spacing:-1pt; line-height:1.3; color:#000000; margin-top:15px;}
#product_d .txtCnt p strong {font-weight:800; letter-spacing:-1pt; line-height:1.3; }
#product_d .txtCnt ul {width:100%; max-width:490px; display:flex; justify-content:center; margin-top:50px; margin-left:10px;}
#product_d .txtCnt ul li {width:calc(100% / 3);}
i:nth-child(2) {margin:0 80px; text-align:center;}
#product_d .txtCnt dl {position:relative; width:100%; max-width:110px; margin-right:auto; margin-left:auto;}
#product_d .txtCnt dl dt {position:relative; heighT:auto; margin-bottom:20px;}
#product_d .txtCnt dl dt:before {display: block; padding-bottom: 100%;  content: ""; background:#fff; border-radius:100%; transition:all 0.3s ease-out; box-shadow:0 0 15px rgba(0,0,0,0.05);}
#product_d .txtCnt dl dt .icons {position:absolute; left:0; top:0; display:block; width:100%; height:100%; display:flex; align-items:center; justify-content:center; z-index:3; border-radius:100%;}

#product_d .txtCnt dl dt .icons{color: #0050cc;}
#product_d .txtCnt dl dd {position:absolute; text-align:center; color:#0050cc;; letter-spacing:-1pt; line-height:1; font-weight:500; font-size:large ; width: 120px;  left: 50%;    transform: translate(-50%, -50%);}
#product_d .txtCnt a:hover dl dt:before {background:#0050cc;}
 
#product_d .txtCnt a:hover  .icons{color: #fff;}

#product_d .banner {display:flex; justify-content:space-evenly; height:100%;}
#product_d .banner .catalogue {position:relative; width: 270px;}
#product_d .banner .catalogue a {display:block; overflow:hidden;}
#product_d .banner .catalogue a > img {max-width:100%; transform:scale(1.0); transition:all 0.5s ease-out;}
#product_d .banner .catalogue a:hover > img {transform:scale(1.1);}
#product_d .banner .catalogue a img.mobile {display:none;}
#product_d .banner .catalogue .tbox {position:absolute; z-index:5;}
#product_d .banner .catalogue .tbox h3 {line-height:1; color:#fff; font-size:1.667rem; font-family:var(--eng); font-weight:800; margin-bottom:15px;}
#product_d .banner .catalogue .tbox h3 img {max-height:60px;}
#product_d .banner .catalogue .tbox span {letter-spacing:-.35pt; line-height:1;}
#product_d .banner .catalogue.about {margin-right:30px;}
#product_d .banner .catalogue.about .tbox {left:30px; bottom:35px;}
#product_d .banner .catalogue.about .tbox span {color: #000000 ;}
#product_d .banner .catalogue.catalogue .tbox {left:30px; top:35px;}
#product_d .banner .catalogue.catalogue .tbox span {color:#fff;}

#product_d video {    width: 100%;    height: 400px;    object-fit:cover;}

 @media all and (max-width:980px){
#product_d {padding:140px 0;}
#product_d .basic_in {align-items:flex-start;}
#product_d .txtCnt, #product_d .banner {width:calc((100% - 20px) / 2);}
#product_d .txtCnt {padding-top:30px; margin-right:20px;}
#product_d .txtCnt .titBox svg {height:50px; width:auto; vertical-align:top;} 
#product_d .txtCnt p {font-size:1.644rem}
#product_d .txtCnt ul {margin-top:30px;}
#product_d .txtCnt dl {margin-left:10px; max-width:90px;}
#product_d .txtCnt dl dt {margin-bottom:15px;}
#product_d .txtCnt dl dt .icons svg {height:47px; width:auto;}  
#product_d .banner .catalogue {position:relative; width:calc((100% - 10px) / 2); }
#product_d .banner .catalogue .tbox h3 img {max-height:40px;}
#product_d .banner .catalogue.about {margin-right:10px;}
#product_d .banner .catalogue.about .tbox {left:20px; bottom:30px;}
#product_d .banner  .catalogue .tbox {left:20px; top:30px;}

}







/*로고*/
.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}
/*로고*/






/*주요 제품소개*/
.tl_business_now_box_warp { width:100%; padding:100px 0 120px 0; background-color:#f4f4f9; 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{text-align:center;display:block;padding:70px 0 0 0;font-weight:600;color:#000;font-size:25px;letter-spacing:5px; position:relative}


/*주요 제품소개*/

/*공지*/
.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}
.notice_warp h2{text-align:center;display:block;padding:70px 0 0 0;font-weight:600;color:#000;font-size:25px;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}


/*메인 공지 최신글*/





/*헤드메뉴*/
#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:#f2f2f2;font-size:1.2em;line-height:3.0em;padding:0 1.5em 0 2.2em;border-bottom:1px solid #fff; color:#000}
/*헤드 사이드 메뉴*/
.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:0 auto;height:500px;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:hover .bg{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.sub_visual .title_warp { max-width:1240px; margin:0 auto; padding-left:20px; text-align: center;}
.sub_visual h3{position:relative;z-index:5;font-size:45px;font-weight:bold; letter-spacing:-1px; color:#FFF;padding-top:195px;
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:15px;position:relative;font-weight:500; color:#c9c9c9; z-index:5; padding-top:15px;  
 
    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:1200px;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%;height:100%;transform: scale(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.1); -ms-transform:scale(1.1); transform:scale(1.1); }
	20% { -webkit-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1); }
	100% { -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(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:1200px; margin:0 auto 50px auto; padding:0 20px}
.content_wrap .txtCon h1 {margin: 90px 0 60px 0;text-align: center;font-size: 45px;padding:0;color:#975434;font-weight: 700;}
.content_wrap .txtboard {max-width: 1200px;margin: 150px auto 50px auto; padding: 0 20px; font-size: 12px;}
/*서브 제목*/





/*서브 하단 네비*/
.category-wrap {width:100%; height:70px;  clear:both; background-attachment:scroll; position:relative; z-index:3}
.sub_navI_warp { background-color:#fff; max-width:1200px; z-index:3; position:relative; border-bottom:1px solid #ddd; margin: -71px auto;}
.all-wrap{max-width:1200px;  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:60px;height:71px; line-height:65px; background-color:#975434;; 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; border-left:1px solid #ddd}
.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 #6c9bdb; padding:0}
.all-wrap .loca-wrap .loca-area>ul>li div ul li a{ border-bottom: 1px solid #0c4eb3;    background: #0a57cf;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: #003a94; 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;}
/*서브 하단 네비*/






/*푸터*/
#footer { padding: 30px 0px; width: 100%;  max-width:2560px;  position:relative; z-index:10; background-color:#0d0d0d; 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; }
/*푸터*/






/* 푸터팝업*/
.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 {font-size: 26px;}
	.main-carousel .li .copy_area h3 {font-size: 15px; word-break:keep-all; line-height:1.6}
	.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:440px}
	.sub_visual .title_warp { width:100%; padding-left:30px}
	
	.content_wrap .txtCon { margin: 50px auto 50px auto}
    .content_wrap .txtCon h1 { font-size:24px}
	
	#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 { width: 180px; height: 50px;   }
	#gnb {display: none;}
	#hd_wrapper { width: 100%;    height: 65px;}
	#main_contents{position: relative;  }
/* 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 {margin: 20px auto;}
	#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;}
	#main_baro .photo_box .sub_title p {    font-size: 12px;    width: 100%;}
	#main_baro .photo_box .ovrly {   background: rgb(6 47 145 / 31%);}
	#main_baro .mCate {font-size: 13px;}
	#main_baro .mTit { font-size: 25px; padding: 0 0 5px 0;  }
	#main_baro .sTit {font-size: 12px;     margin: 0 0 20px 0;}
		
	.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;bottom: 54px;overflow:hidden}
	
 
    #main_baro .photo_box img {        top: -200px;   }
	
	}





.reserve_link{ text-align:center; margin:50px 0 50px 0;  }
.reserve_link a{display:inline-block; background-color:#53b721; padding:20px 55px; color:#fff; font-size:20px; border-radius:5px; transition:0.2s; margin:0 30px}
.reserve_link a:hover{background-color:#ff7607}


@media all and (max-width:980px){
.reserve_link a {    width: 90%;      margin: 5px 11px 5px 5px;}}

/*******************************************************************************
                  
*******************************************************************************/	

.mo-main-menu { display:none;  }

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

/* main-menu */
.mo-main-menu { display: block; width:100%; overflow:hidden; margin:0; padding:0; font-size:12px;   }
.mo-main-menu li {float:left; display:table; width:50%; height:95px;margin:0; padding:0;  }
.mo-main-menu li a {display:table-cell; width:100%; height:95px; position:relative; text-align:center; vertical-align:middle;}
.mo-main-menu li a strong {display:block; margin-top:4px; color:#fff; font-family:'nanumBold'; font-size:12px; line-height:14px;}
.mo-main-menu li a span {position:absolute; top:15px; right:17px; display:inline-block; height:16px; line-height:16px; padding:0 10px; color:#fff; font-family:'nanumBold'; font-size:11px; border-radius:8px; background:rgba(0, 0, 0, 0.15); text-align:center;}
.mo-main-menu li.menu01 {background-color:#5ec08a;}
.mo-main-menu li.menu02 {background-color:#8BC34A;}
.mo-main-menu li.menu03 {width:100%; background-color:#62b559;}
.mo-main-menu li.menu04 {background-color:#4b8179;}
.mo-main-menu li.menu05 {background-color:#6b9c78;}
.mo-main-menu li.menu06 {width:100%; background-color:#376e46;}
	
#visual{ height: 400px; }	
.owl-carousel {height: 400px; }
.owl-carousel .owl-stage-outer { height: 400px; }
.main-carousel .li .cover {height: 400px; }
.scroll_down {	display:none;  }
.main-carousel .li { height: 400px; }
.main-carousel .owl-dots {	bottom: 3%; }
	.main-carousel .li .copy_area {     top: 75%;}
}