@charset "utf-8";

/********************************************
	HEADER
********************************************/

#header{position:fixed;top:0;display:flex;justify-content:space-between;gap:30px; align-items: center;width: 100%; min-width:var(--area-width);  height:120px;margin:0 auto;/*background-color: rgba(255,255,255,.95);*/transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;z-index: 3; padding:0 5%;box-sizing: border-box;}
#header .logoArea{width:300px;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index:4;}
#header .logo{display:inline-block;width:100%;min-height:50px;background:url(/images/layout/logo-w.png) 0% 50% no-repeat;background-size:auto 50px; font-weight:700;color:#fff; font-size:3.4rem;line-height:48px; padding-left:105px;box-sizing: border-box; }
/* #header .t--search{position: relative;width:40px;min-height:20px;background:url(/images/layout/i_search_wh.png) 50% 50% no-repeat; text-align:right;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4;} */
#header .util{text-align:right;z-index: 4;}
#header .util a{display:inline-block;margin-left:10px;font-weight: 400;font-size:13px;line-height:1;color:rgba(255,255,255, .8);}
#header .util a:first-child{margin-left:0px;}

#gnb {flex:1; text-align:right;}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden;}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb1_ul { width: 100%; text-align:right; transition: 1.0s; position: relative; }
#gnb #gnb1_ul:before{ content: ""; display: block; width: 100%; height: 0; background-color: rgba(22,22,22,0.98); border-bottom:0px solid #ebebeb;position: fixed; width: 100%; left: 0; top: 0; z-index: -2; opacity: 0; transition: 0.5s; }
#gnb.on #gnb1_ul:before{ height:320px; opacity: 1; }

#gnb .logo-w{position:absolute;left:5%; top:0; width:250px; height:120px;display:inline-flex;align-items: center; background:url(/images/layout/logo-w.png) 0% 50% no-repeat;background-size:auto 50px;z-index:0; opacity: 0; transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;}
#gnb.on .logo-w{opacity: 1;z-index:5; } 

#gnb:after{ content: ""; display: block; position: absolute; width: 100%; height: 0px; left: 0; right: 0; margin: 0 auto; bottom: 0px; background-color:#bbb; z-index: 5; opacity: 0; transition: 0.5s; }
#gnb:hover:after{ opacity: 1; }
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb1_li {float:none; display: inline-block; line-height:50px;position:relative; padding: 0 40px; }
#gnb .gnb1_li .bg{ display: none; }
.gnb1_a {display:block;/* font-family: 'TheJamsil5Bold'; */ font-weight:700; color:rgba(255,255,255, 1); text-decoration:none; font-size:1.9rem;letter-spacing:0em;text-transform:uppercase;text-shadow: -1px 1px 4px 2px rgba(22, 22, 22, .2);}
.gnb1_li .gnb1_a{ position: relative; display: block; }
.gnb2_li:first-child {border:0}
.gnb2_ul {display: none; position:absolute;top:50px; padding-top:15px;  width: 100%; left: 0; right: 0; opacity: 0; }
.gnb2_ul li{ position: relative; top: 0px; opacity: 0; }
#gnb .gnb1_li > a{ position: relative; transition: 0.3s;cursor: pointer; z-index: 6;}
#gnb .gnb1_li:hover > a{ color: #fff; }
#gnb .gnb1_li > a:after{ content: ""; display: block; width: 100%; height: 2px;background-color: var(--point-color); position: absolute; left: 50%; bottom:0px; opacity: 0; transform: scale(0) translate(-50%,0); z-index: 50; } 
#gnb .gnb1_li:hover > a:after{ opacity: 1; transition: 0.5s; transform: scale(1) translate(-50%,0); transition-delay: 0.1s; }

.gnb2_ul .gnb2_ul_box { border-top:0;padding:0; }
.gnb2_a {display:block;padding:7px 0px;font-weight:400;font-size:14px; line-height:1.3;color:rgba(255,255,255, .8);text-align:center;text-decoration:none;position: relative; z-index: 1;}
a.gnb2_a:hover{ font-weight:500;color: #fff; }

.gnb2_ul.on{ opacity: 1; }
.gnb2_ul.on li:nth-child(1){ opacity: 1; top: 0; /* transition: 1.0s;  */}
.gnb2_ul.on li:nth-child(2){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.2s;*/ }
.gnb2_ul.on li:nth-child(3){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.4s;*/ }
.gnb2_ul.on li:nth-child(4){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.6s;*/ }
.gnb2_ul.on li:nth-child(5){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(6){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(7){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(8){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(9){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(10){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }

.gnb1_li_air .gnb2_a {}
.gnb1_li_on .gnb2_a {}
.gnb2_a:focus, .gnb2_a:hover {color:#fff}

/* 상단 레이아웃 white버전 - 스크롤 반응시 상단 메뉴 */
#header.bg_on{position:fixed; height:var(--header-height); border-bottom:1px solid #ebebeb;background-color: rgba(255,255,255,1);}
#header.bg_on .logoArea{}
#header.bg_on .logo{min-height:40px;background:url(/images/layout/logo-s.png) 0% 50% no-repeat;background-size:auto 40px; font-size:3.0rem;color:#444; line-height:40px; padding-left:95px;}

#header.bg_on #gnb.on .logo-w{opacity: 0;} 
#header.bg_on #gnb .gnb1_li {line-height:40px;}
#header.bg_on .gnb2_ul {top:40px;}
#header.bg_on .gnb1_a {font-size:1.8rem;color:#444;}
#header.bg_on .gnb2_a {color:#666;}
#header.bg_on a.gnb2_a:hover{ color: #000; }
#header.bg_on #gnb #gnb1_ul:before{background-color: rgba(255,255,255,1); border-bottom:1px solid #ebebeb;}
#header.bg_on #gnb .gnb1_li > a:after{  background-color: var(--concept-color); } 
#header.bg_on #gnb.on #gnb1_ul:before{ height:280px;}
#header.bg_on #gnb .gnb1_li:hover > a{ color: var(--concept-color); }

/* Header END */

A.roll img{display:inline; border:0; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
A.roll img.over { display:none; }
A.roll:hover {border:0; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
A.roll:hover img { display:none; }
A.roll:hover img.over { display:inline;}

/* #Progress topbtn
================================================== */
.progress-wrap {position: fixed;right: 50px;bottom: 50px;height: 46px;width: 46px;cursor: pointer;display: block;border-radius: 50px;box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);z-index: 10000;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;font-family: 'unicons';content: '\e84b';text-align: center;line-height: 46px;font-size: 24px;color: var(--point-color);left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap:hover::after {opacity: 0;}
.progress-wrap::before {position: absolute;font-family: 'unicons';content: '\e84b';text-align: center;line-height: 46px;font-size: 24px;opacity: 0;background-image: linear-gradient(298deg, var(--red), var(--yellow));-webkit-background-clip: text;-webkit-text-fill-color: transparent;left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 2;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap:hover::before {opacity: 1;}
.progress-wrap svg path { fill: none; }
.progress-wrap svg.progress-circle path {stroke: var(--point-color);stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear; transition: all 200ms linear;}

.btn_up_layer {position:fixed;opacity:0; right:10px;bottom:10px;display:none;padding:0px;/*width:80px;height:30px;*/ width:50px;  height:50px;border-radius:50%; background:url(/images/layout/top-arrow.png) 50% 50% no-repeat #000;background-size:auto 20px; display:flex;flex-direction: column;justify-content:center;align-items:center;text-align: center; font-weight: 600;color:rgba(255,255,255, 1); font-size:13px; z-index:100;cursor:pointer;transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;/*-ms-filter: alpha(opacity=70); filter: alpha(opacity=70); opacity:0.7; -moz-opacity:0.7;*/ }
.btn_up_layer.active{opacity: 1;}

/* footer  */
.footer{width:100%; background:#222; margin:0px auto;}
.footer:after {content:""; display:block; clear:both; height:0;}
.footer .f_menu{width:100%;border-bottom:1px solid #333232; padding:20px 5%; box-sizing: border-box;}
.footer .f_menu ul{display:flex; justify-content:flex-end;align-items:center; width:100%;max-width:var(--area-width);margin:0 auto;}
.footer .f_menu li{}
.footer .f_menu li > a{position:relative;display: inline-block;padding-left: 28px;font-weight:300;color:rgba(255,255,255,0.7); font-size:14px;line-height:1;}
.footer .f_menu li > a.bold{font-weight:600;color:rgba(255,255,255,0.8);}
.footer .f_menu li > a:first-child{padding-left:0px; }
.footer .f_menu li > a::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 4px;height: 4px;background:#aaa;border-radius:50%;margin-left:12px; }
.footer .f_menu li > a:first-child::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 0px;height: 0px;margin-left:0px; }

.footer .f_bottom{display:flex; width:100%;max-width:var(--area-width);margin:0px auto; gap:40px; padding:40px 0 30px; box-sizing: border-box;}
.footer .f_logo{flex:0 0 120px;text-align:left;min-height:50px;background:url(/images/layout/logo.png) 0% 0% no-repeat;background-size:auto 50px; text-indent: -9999px;}
.footer .f_cont{flex:1;}
.footer .f_cont li{display:flex;flex-wrap: wrap; gap:25px; margin-bottom:8px; }
.footer .f_cont li:first-child{margin-bottom:12px; }
.footer .f_cont li > p{font-weight:400;color:#c8c8c8; font-size:13px;line-height:1.2;}
.footer .f_cont li > p.big{font-weight:500;color:#c8c8c8; font-size:15px;line-height:1.2;}
.footer .f_cont li > p > span{display:inline-block;font-weight:500;color:#888;margin-right:10px; }

.f_copy{font-weight:400;color:#888; font-size:12px;line-height:1.3;}	

.ellipsis02{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 2.6em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */}
.ellipsis03{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 3.9em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */} 
.ellipsis04{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 4; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 5.2em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */} 

/*img 관련 */
.imgMax{max-width:100%;}
.imgFix{width:100%;}
.fullsize{display: inline-block;width: 100%;}
.fullsize img{width: 100%;}

/* 팝업 Basic */
.popupWrap_A{position:relative;display:flex; align-items:center; width: 100%; height:100vh;/*background:#fff;*/margin:0 auto;padding:0 2%; box-sizing: border-box;}/* basic */
.popupWrap_A img{max-width: 100%;}

.icon-close-black{position: absolute;right:20px;top:10px;width:21px; height:21px;background:url(/images/layout/close_black.png) 50% 50% no-repeat;text-indent: -9999px; z-index:2}
.icon-close-white{position: absolute;right:5px;top:0px;width:21px; height:21px;background:url(/images/layout/close_white.png) 50% 50% no-repeat;text-indent: -9999px; z-index:2}
.icon-close-white.p-inner{right:20px;top:13px;}

.popupBox_A{position:relative;width: 100%;padding:0px;/* background:#fff; */ margin-top:30px;border-radius:16px;} /* basic - x버튼 위에 */
.popupBox_A img{max-width: 100%;}

.popupBox_A {overflow: auto; 
	scrollbar-arrow-color: #fff; /* IE 6+ scroll styles */
	scrollbar-face-color: #999;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #ddd; /* Last IE 6+ scroll styles */
	scrollbar-color: #999 #ddd; /* Firefox 64+ */
	scrollbar-width: thin; /* Firefox 64+ */
	width: 100%;    
  }
  
.popupBox_A::-webkit-scrollbar {width: 6px;height: 6px;}
.popupBox_A::-webkit-scrollbar-track {background: padding-box #ddd;border-radius: 4px;}
.popupBox_A::-webkit-scrollbar-thumb {background: padding-box #999;border-radius: 4px;}
.popupBox_A::-webkit-scrollbar-thumb:hover { background: padding-box #aaa;}
.popupBox_A::-webkit-scrollbar-thumb:active {background: padding-box #333;box-shadow: inset 0 0 3px rgba(192, 192, 192, 0.5);}

.pop-title {font-weight:700;font-size:17px;line-height:1;color:#222;letter-spacing:-0.02em;} /* popup title */
.pop--topline{width:100%; padding:20px 25px 10px; border-bottom:1px solid #dfdfdf; }
.pop--top{width:100%; padding:15px 25px; background:#222;} 

.popup--inner{width:100%;background:#fff; max-height:70vh; padding:25px;}
.popup--inner{overflow: auto; 
	scrollbar-arrow-color: #fff; /* IE 6+ scroll styles */
	scrollbar-face-color: #999;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #ddd; /* Last IE 6+ scroll styles */
	scrollbar-color: #999 #ddd; /* Firefox 64+ */
	scrollbar-width: thin; /* Firefox 64+ */
  }
  
.popup--inner::-webkit-scrollbar {width: 6px;height: 6px;}
.popup--inner::-webkit-scrollbar-track {background: padding-box #ddd;border-radius: 4px;}
.popup--inner::-webkit-scrollbar-thumb {background: padding-box #999;border-radius: 4px;}
.popup--inner::-webkit-scrollbar-thumb:hover { background: padding-box #aaa;}
.popup--inner::-webkit-scrollbar-thumb:active {background: padding-box #333;box-shadow: inset 0 0 3px rgba(192, 192, 192, 0.5);}

.textTb{display: inline-block; width:100%;margin-bottom:20px;}
.textTb .tit1{font-weight: 700;color:#333;font-size:16px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt1{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;}
.textTb .txt2{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt3{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;padding-left:20px;margin-bottom:8px;box-sizing: border-box;}
.textTb .txt4{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;padding-left:40px;margin-bottom:8px;box-sizing: border-box;}


/* video 사용할 경우 */
.video_wrap{position: relative; margin:0px auto; padding-bottom: 56.25%;height: 0;overflow: hidden;}
.youtubeP{position: absolute;top: 0;left: 0;width: 100%; height: 100%;}

.content-video{position:relative; width:100%; margin:0 auto; text-align:center; background-color: #000; overflow:hidden; vertical-align:top; padding: 0px;}
.content-video:after {clear:both;display:block;height:0;overflow:hidden;visibility:hidden;content:"";} 
.content-video-txt{z-index: 2; position:absolute; top:50%;transform:translateY(-50%);text-align:center; }
.content-video video{background-color: #000;opacity:1;vertical-align:top;max-width:100%;height:auto}

.slideImg{position: relative; display: inline-block; width:100%; height:0px;padding-top:75%;overflow: hidden;border:1px solid #ebebeb; border-radius:4px;background-size: cover; background:#fff;box-sizing: border-box; }
.slideImg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; }
.slideImg.mid{padding-top: 56.25%; }
.slideImg.full{padding-top: 100%; }
.slideImg.full-round{padding-top: 100%;border-radius:50%; }
.slideImg.full-round img{border-radius:50%;  }


.pc_only{display: inline-block;}
.mo_only{display: none;}

.inner{width:100%;max-width:var(--area-width);margin:0 auto;padding:0;box-sizing: border-box;}

/********************************************
	MAIN
********************************************/
.main-A{position: relative;display:block;width:100%;min-width:1800px; height:2320px; background:url(/images/main/main-img-A.jpg) center top no-repeat; margin:0px auto;text-align:center;text-indent: -9999px;-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;}
.main-A img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;max-width:100%;}
.main-B{position: relative;display:block;width:100%;min-width:1800px; height:2954px; background:url(/images/main/main-img-B.jpg) center top no-repeat; margin:0px auto;text-align:center;text-indent: -9999px;-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;}

/* ---------------------- main-visual ----------------------------- */
.main-container {width: 100%;overflow:hidden;margin-top:0px;}
.main-visual {height: 100vh; opacity:0;-webkit-transition: opacity 0.5s; transition:opacity 0.5s;position:relative; }
.main-visual.visual-loaded {opacity:1;}

.main-visual-container,.main-visual-wrapper,.main-visual-slide,.main-visual-slide-bg{width: 100%; height:100%;overflow:hidden;}
.main-visual-slide-bg {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: no-repeat 50% 50%;background-size: cover;-webkit-transform: scale(1.3);-ms-transform: scale(1.3);transform: scale(1.3); -webkit-transition: transform 3s;-webkit-transition: -webkit-transform 3s;transition: -webkit-transform 3s;transition: transform 3s;transition: transform 3s, -webkit-transform 3s;will-change: transform;}
/* .main-visual-slide-bg--overlay:before { content: ""; background: #000; opacity: 0.6; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;} */
.main-visual-loaded .main-visual-slide-bg {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}

.main-visual-content {display:flex;/*align-items: center;*/justify-content:center;align-items: center;flex-direction: column; width: 100%;height:100%;position: relative; z-index: 1;padding: 0 5%;box-sizing: border-box;}
.main-visual-content-inner {}
.main-visual-title {font-family: 'WooridaumB'; font-size:7.0rem;line-height:1.2;letter-spacing:0.03rem;color: rgba(255,255,255,1); /*text-transform:capitalize;*/ opacity:0;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); margin-bottom:30px;}
.main-visual-txt {font-weight:600; font-size:30px;line-height:1.6;letter-spacing:0.03rem; color: rgba(255,255,255,1); /*text-transform:capitalize;*/ opacity:0;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5);}

.main-visual .swiper-navigation-wrap {position:relative;font-size:0;}
.main-visual .swiper-navigation {position:absolute;bottom:5.0rem;left:50%; margin-left:-10.5rem; /* old 화살표버튼일경우 margin-left:-14rem; */ opacity:0;z-index:10;}
.main-visual .swiper-navigation button:before, .main-visual .swiper-navigation button:after {color:#fff;}
.main-visual .swiper-control {text-align: center;width: 100%;z-index: 100;}
.main-visual-btn_play { position: absolute; bottom: .2rem; left: .2rem; display: block; width: 4.5rem; height: 4.5rem; background: #fff; border-radius: 50%; }
.main-visual-btn_play:after { content: ''; border-top: 0.5rem solid transparent; border-left: 0.7rem solid #0f4c82; border-bottom: 0.5rem solid transparent; position: absolute; top: 50%; left: 50%; width: auto; height: auto; margin-left: -0.2rem; margin-top: -0.5rem; z-index: 2;}
.main-visual-loaded .swiper-navigation {opacity:1;}

.main-visual .swiper-pagination {display: inline-block;position: relative; width: auto; vertical-align: middle; bottom: 0; font-size:1.4rem; font-weight:700; color:#fff;}
.main-visual .swiper-pagination-current {font-weight:700; color:#fff;width: 3.0rem;margin-left: 0rem;}
.main-visual .swiper-pagination-total {margin-right:0;margin-left:0;width: 3.0rem;}
.main-visual .swiper-progress__hidden-space {display: inline-block;vertical-align: middle;width: 12.0rem;height: .2rem;margin: 0 0px 0 .3rem;position: relative;}
.main-visual .swiper-progress__hidden-space:before {display:none;}
.main-visual .swiper-progress__wrap {display: block;width: 12.0rem;height: .2rem;position: absolute;left: 3.0rem;top: 50%;margin-top:-1px;background: rgba(255,255,255,0.5);overflow: hidden;}
.main-visual .swiper-progress {display: block;width: 0;height: 100%;background: #fff;}
.main-visual .swiper-pagination-current.include-zero:before {content : '0'}
.main-visual .swiper-pagination-total.include-zero:before {content : '0'}
.HomeSlider_item.swiper-slide-active .main-visual-content-inner > div > * { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none;}
.main-visual-content-inner { width:100%;vertical-align: middle;}

/* swiper-main Start */
.main-visual .swiper-navigation > button {width:4rem; height:3.0rem;border:none;margin:0;padding:1.0rem 0;text-align:center;-webkit-transition: opacity .3s;transition: opacity .3s;position: relative;display: inline-block;vertical-align: middle;height: auto;-webkit-transition: color .3s;transition: color .3s;}
.main-visual .swiper-navigation > button:before, .swiper-navigation > button:after {font-family:'k-font';display:block;font-size: 2.0rem;font-weight:normal;color: #ddd;z-index: 10; -webkit-transform:translateZ(1.0rem); -ms-transform:translateZ(1.0rem); transform:translateZ(1.0rem);-webkit-transition: color .3s;transition: color .3s;}
html.desktop .swiper-navigation > button:hover, html.desktop .swiper-navigation > button:hover,
html.desktop .swiper-navigation > button:hover:before, html.desktop .swiper-navigation > button:hover:after {color:#999;}
html.ios .swiper-progress__hidden-space {margin-top:.2rem}

.swiper-pagination-current {color:#222;font-weight:400;min-width:2.0rem;display: inline-block;vertical-align:middle;margin-left: .7rem;}
.swiper-pagination-current.include-zero:before {content : '0'}
.swiper-pagination-total {min-width:2.0rem;display: inline-block;vertical-align:middle;margin-right: .5rem;}
.swiper-pagination-total.include-zero:before {content : '0'}
/*.swiper-progress__hidden-space {position:relative;margin: 0 1.0rem .1rem .7rem;display:inline-block;vertical-align:middle;}
.swiper-progress__hidden-space:before {width:.2rem; height:1.4rem; background:#777; content:''; display:block; -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg);} */

.swiper__play-state {display: inline-block;vertical-align: middle;width: 2.4rem;height: 2.4rem;position: absolute;right: -2.5rem;top: 50%;margin-top: -1.2rem;}
.swipe-play__state-btn {display: block;width: 100%;height: 100%;margin: 0;padding: 0;position: absolute;top: 0;left: 0;background: transparent;border: none;cursor: pointer;opacity: 0;visibility: hidden;-webkit-transition: opacity 300ms;transition: opacity 300ms;color: #fff;cursor: pointer;}
.swipe-play__state-btn:after {display: block;font-family: 'k-font';font-size: 2.0rem;font-weight: normal;text-align: center;/* line-height: 2.0rem; */color: #fff;margin-top: .2rem;}
.swiper__play-state--play:after {content: "";border-left: .7rem solid #fff;border-bottom: .5rem solid transparent;border-top: .5rem solid transparent;margin-left: 1.0rem;margin-top: .2rem;}
.swiper__play-state--pause:after {content: '\e93a';}
.swiper__play-state.play .swiper__play-state--pause {/* top:-.1rem; */opacity: 1;visibility: visible;}
.swiper__play-state.pause .swiper__play-state--play {opacity: 1; visibility: visible;}
html.android .swiper__play-state.play .swiper__play-state--pause,
html.ios .swiper__play-state.play .swiper__play-state--pause {top:0;}
html.desktop.safari .swiper__play-state.play .swiper__play-state--pause {top:0;}

.swiper-control {opacity:1; -webkit-transition:opacity 0.2s; transition: opacity 0.2s;}
.swiper-container-horizontal .swiper-control{opacity:1;}
.swiper-control__inner { display: inline-block;position: relative;}

.swiper-extend-navigation.swiper-button-next, .swiper-extend-navigation.swiper-button-prev {width: 18.0rem;height: 100%;margin: 0;top: 0;bottom: auto;background: none;border: none;z-index: 2;}
.swiper-extend-navigation.swiper-button-disabled {outline: none;}
.swiper-extend-navigation.swiper-button-next:after, .swiper-extend-navigation.swiper-button-prev:before {content: '';display: none;}
.swiper-extend-navigation.swiper-button-next {right: 0;left: auto;}
.swiper-extend-navigation.swiper-button-prev {left: 0;right: auto;}

/* state */
.swiper-play-state {display: inline-block;vertical-align: middle;width: 2.6rem;height: 2.6rem;position: relative;top: 0;left: -.7rem; margin-right:1.0rem}
html.ie .swiper-play-state {top:-.1rem;}
.swiper-play-state__btn {display: block;width: 100%;height: 100%;margin: 0;padding: 0;position: absolute;top: 0;left: 0;background: transparent;border: none;cursor: pointer;opacity: 0;visibility: hidden;-webkit-transition: opacity 300ms;transition: opacity 300ms;}
.swiper-play-state__btn:after {display: block;font-family: 'k-font';font-size: 1.9rem;font-weight: normal;text-align: center;line-height: 2.7rem;color: #222;/* text-shadow: .1rem .1rem .5rem rgba(0, 0, 0, .5); */}
.swiper-state--play:after {content: '\e92b';}
.swiper-state--pause:after {content: '\e94d';}
.swiper-play-state.play .swiper-state--pause {opacity: 1; visibility: visible;}
.swiper-play-state.pause .swiper-state--play {opacity: 1; visibility: visible;}

.sr-only { position: absolute; clip: rect(.1rem, .1rem, .1rem, .1rem);  -webkit-clip-path: inset(0rem 0rem 99.9% 99.9%);  clip-path: inset(0rem 0rem 99.9% 99.9%); overflow: hidden; height: .1rem; width: .1rem; padding: 0; border: 0;}

/* swiper-main End */

.main-visual .swiper-button-prev{position: absolute; z-index: 2;width:107px;height:51px; text-indent:-9999px; background:url(/images/layout/img_prev_mainvisual.png) no-repeat left 50%; left:20px; top:50%; cursor:pointer; border:0;border: none;outline: none;}
.main-visual .swiper-button-next {position: absolute; z-index: 2;width:107px;height:51px; text-indent:-9999px; background:url(/images/layout/img_next_mainvisual.png) no-repeat right 50%; right:20px; top:50%; cursor:pointer;border:0;border: none;outline: none;}
.main-visual .swiper-button-prev:hover{background:url(/images/layout/img_prev_mainvisual_hover.png) no-repeat left 50%;}
.main-visual .swiper-button-next:hover{background:url(/images/layout/img_next_mainvisual_hover.png) no-repeat right 50%;}
.main-visual .swiper-button-prev:after{content:'';display:block;position:absolute;left:20px;top:50%;width:0;height:1px;background:#fff;
-webkit-transition: 100ms width;
    -o-transition: 100ms width;
    transition: 100ms width;
}
.main-visual .swiper-button-next:after{content:'';display:block;position:absolute;right:20px;top:50%;width:0;height:1px;background:#fff;
-webkit-transition: 100ms width;
    -o-transition: 100ms width;
    transition: 100ms width;
}
.main-visual .swiper-button-prev:hover:after, .main-visual .swiper-button-next:hover:after {width:60px;}
/* old 화살표 모양
.main-visual .swiper-button-prev {left: 0;width:2.0rem; height:3.0rem; background:url(../images/main/i_prev.png) 0 50% no-repeat;}
.main-visual .swiper-button-next {right: 0;width:2.0rem; height:3.0rem; background:url(../images/main/i_next.png) 0 50% no-repeat;}
*/

.scroll {position: absolute;right:20px;bottom:160px;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin: right bottom;transform-origin: right bottom;padding-left: 60px;font-weight:300; font-size:12px; color:#eee; z-index: 9;}
@media (max-width: 991px) {
	.scroll {display: none;}
  }
.scroll .half_arrow {display: block;position: absolute;left: 0;bottom: 2px;width: 44px;height: 8px;}
.scroll .half_arrow:before {content: "";display: block;width: 100%;height: 1px;background: #eee;position: absolute;bottom: 0; }
.scroll .half_arrow:after {content: "";display: block;width: 22%;height: 1px;background: #eee;position: absolute;bottom: 0;left: 0;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-transform-origin: left bottom;transform-origin: left bottom;}


.m--scroll {bottom:20px;left:50%;width:34px;margin-left:-25px; overflow: hidden;position: absolute;z-index:2;text-align: center;}
.m--scroll {animation: scrollAni 2.0s ease-in-out reverse; animation-iteration-count: infinite; 
	-webkit-animation: scrollAni 2.0s ease-in-out reverse; -webkit-animation-iteration-count: infinite; 
	-moz-animation: scrollAni 2.0s ease-in-out reverse; -moz-animation-iteration-count: infinite; 
}
 @keyframes scrollAni{
	0%{bottom: 20px;} 
	25%{bottom: 30px;} 
	50%{bottom: 20px;} 
	75%{bottom: 30px;} 
	100%{bottom: 20px;} 
}
@-webkit-keyframes scrollAni{
	0%{bottom: 20px;} 
	25%{bottom: 30px;} 
	50%{bottom: 20px;} 
	75%{bottom: 30px;} 
	100%{bottom: 20px;} 
}
@-moz-keyframes scrollAni{
	0%{bottom: 20px;} 
	25%{bottom: 30px;} 
	50%{bottom: 20px;} 
	75%{bottom: 30px;} 
	100%{bottom: 20px;} 
}

.t-shadow-1{text-shadow: 3px 3px 24px rgba(0, 0, 0, .4);}

.main--tit{font-weight:700;font-size:5rem;color:#000; line-height:1.3;letter-spacing:-0.01em;margin-bottom:4rem;}
.main--etit{font-weight:700;font-size:2.4rem;color:var(--second-color); line-height:1.45;letter-spacing:-0.01em;margin-bottom:1rem;}

.section-1{width:100%;max-width:var(--area-width); margin:0 auto;padding:10rem 0;box-sizing: border-box;}
.section-1 .main--tit{font-size:4.5rem;}
.section-1 .txt{font-weight:400;font-size:20px;color:#333;line-height:1.45;margin-bottom:3rem;}
.section-1 .btnArea{text-align:left; }
.section-1 ul{display:flex; gap:40px; /*flex-wrap: wrap;*/ }
.section-1 li{flex:1; }
.section-1 li:first-child{flex:0 0 50%;}

.section-2{position: relative; width:100%;margin:0 auto;padding:10rem 0;box-sizing: border-box;}
.section-2::before{position:absolute; right:0px; top:0px;content: ' '; width:100%; height:440px;background:var(--light-color); z-index:-1; }
.section-2 .inner{width:100%;max-width:var(--area-width); margin:0 auto;}

/* tab */
.productTab{width:100%;margin:0 auto; height:var(--menuTab-height); padding:0px;position:relative; margin-bottom:20px; }
.productTab ul{display:flex;justify-content:flex-start; align-items: center;width:100%;height:100%;gap:0px;padding:0px 5px; box-sizing: border-box; }
.productTab ul.tabs {white-space: nowrap;}
.productTab li{margin-right:40px;}
.productTab li:last-child{margin-right:40px;}
.productTab a{display:flex;align-items: center; justify-content: center;text-align:center;height:var(--menuTab-height);font-weight:400;font-size:18px;line-height:1;color:#999;padding:0px;box-sizing: border-box;}
.productTab li.active a{font-weight:700;color:var(--concept-color);}


.mProduct--cont{width:100%;position: relative; }
.mProduct--cont ul{display:flex; align-items: center; gap:30px; }
.mProduct--cont li{flex:1; }
/* .mProduct--cont li:last-child{flex:0 0 80px;;display:inline-flex;justify-content:flex-end;} */
.mProduct--cont .more-btn{position:absolute; right:5px; top:-60px; }

.mProduct-box{width:100%;}
.mProduct-box .thumb{display:flex;justify-content:center; align-items: center; width:100%; height:300px; background:#fff;border-radius:8px; box-shadow: 1px 1px 16px 0px rgba(22,22,22, 0.08); margin-bottom:20px;box-sizing: border-box; }
.mProduct-box .thumb img{max-width:100%; }
.mProduct-box .tit{font-weight:700;font-size:2rem;color:#333; line-height:1.45;letter-spacing:-0.01em;margin-bottom:5px;padding:0 8px;box-sizing: border-box;}
.mProduct-box .txt{font-weight:300;font-size:15px;color:#333; line-height:1.45;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:1;-webkit-box-orient: vertical; word-wrap:break-word;  /* min-height:40px; */ padding:0 8px;box-sizing: border-box;}

.mProduct-more{display:flex;justify-content:center; align-items: center; width:40px; height:40px; background:var(--second-color);border-radius:50%; }
.mProduct-more > span{font-weight:300;font-size:30px;color:#fff; line-height:1; padding-bottom:5px; }

.section-3{width:100%;margin:0 auto;padding:12rem 0;background:#8b8b8b; box-sizing: border-box;} /* #252d52 */
.section-3 ul{display:flex;width:100%;max-width:var(--area-width); margin:0 auto;}
.section-3 li{position: relative;flex:1; height:360px;transition:all 0.3s ease-in-out; }
.section-3 li::before{position:absolute; right:0px; top:0px;content: ' '; width:100%; height:100%;background:var(--concept-color); opacity:0; z-index:0; }
.section-3 li:hover::before{opacity: 0.8; transition:all 0.3s ease-in-out;  }

.section-3 li a{position:absolute; left:0; top:0; width:100%; height:100%; padding:50px 40px;box-sizing: border-box;z-index:1;}
.section-3 .tit{font-weight:700;font-size:3.5rem;color:#fff; line-height:1.45;margin-bottom:10px;}
.section-3 .txt{font-weight:300;font-size:18px;color:#fff; line-height:1.45;}
.section-3 .btn-more{position:absolute; right:30px; bottom:30px;width:38px;height:38px;background:url(/images/layout/ico-plus.png) 50% 50% no-repeat;background-size:38px auto; text-indent: -9999px;}

.section-4{width:100%;max-width:var(--area-width); margin:0 auto;padding:10rem 0;box-sizing: border-box;}
.section-4 ul{display:flex;}
.section-4 li{padding-right:60px; margin-right:60px; border-right:1px solid #dfdfdf; }
.section-4 li:first-child{border-right:0px solid #dfdfdf; }
.section-4 li:last-child{padding-right:0px; margin-right:0px; border-right:0px solid #dfdfdf; }
.section-4 .tit{font-weight:600;font-size:2rem;color:#000; line-height:1.4;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:1;-webkit-box-orient: vertical; word-wrap:break-word;margin-bottom:15px;}
.section-4 .txt{font-weight:300;font-size:17px;color:#333; line-height:1.4;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical; word-wrap:break-word;height:2.8em;}
.section-4 .date{font-weight:400;font-size:14px;color:var(--concept-color); line-height:1.3em;margin-top:20px;}
.section-4 .main--tit{line-height:1;}


/*  SUB LAYOUT :: 비주얼 */
#visual{overflow:hidden; position:relative; width:100%;height:var(--sub-visual-height); background-size:cover !important; box-sizing: border-box;  } 
#visual .visual-img-con{
	position:absolute; left:0; width:100%; height:100%; 
	-ms-transform: scale(1.1,1.1) rotate(0.0001deg);
    -o-transform: scale(1.1,1.1) rotate(0.0001deg);
    -moz-transform: scale(1.1,1.1) rotate(0.0001deg);
    -webkit-transform: scale(1.1,1.1) rotate(0.0001deg);
     transform: scale(1.1,1.1) rotate(0.0001deg);
	-webkit-transition:transform 5s  ease-in-out ;
	-moz-transition:transform 5s ease-in-out ;
	-o-transition:transform 5s ease-in-out ;
	-ms-transition:transform 5s ease-in-out ;
    transition:transform 5s ease-in-out ;	
  /*  -ms-transform: scale(1.0,1.0) rotate(0.0001deg);
    -o-transform: scale(1.0,1.0) rotate(0.0001deg);
    -moz-transform: scale(1.0,1.0) rotate(0.0001deg);
    -webkit-transform: scale(1.0,1.0) rotate(0.0001deg);
     transform: scale(1.0,1.0) rotate(0.0001deg); */
}
#visual .visual-txt-con{position:relative; display:flex; width:100%; max-width:var(--area-width); justify-content:center; flex-direction: column; margin:0 auto;height:100%;padding-top:50px;box-sizing: border-box; z-index:2;}
#visual .visual-tit{position: relative;width: fit-content;margin:0 auto; box-sizing: border-box;}
#visual .visual-tit:after {content: "";position: absolute;bottom: -4px;right: -10px;width:10px;height: 10px; background-color: var(--point-color); overflow: hidden; border-radius:50%;}
#visual .visual-tit > span{position:relative; display: inline-block;font-weight:700; color:#fff; font-size:5.5rem;line-height:0.8;letter-spacing:0rem;text-shadow: 1px 1px 16px rgba(0,0,0,0.25); padding:20px 6px 0;border-bottom: 1px solid rgba(255,255,255, .8); width: fit-content; overflow: hidden;}
/* #visual .visual-tit > span::before{position: absolute;content: ""; width:12px;height:12px; left:0px; top:0;background:var(--concept-color); border-radius:0 48px 48px 0; } */

#visual .visual-sub-txt{text-align:center; font-weight:500; color:#fff; font-size:2.0rem;line-height:1;text-shadow: 1px 1px 16px rgba(0,0,0,0.2); text-transform:capitalize; margin-top:2.5rem;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}

#visual .visual-tit, #visual .visual-sub-txt{position:relative; opacity:0;filter:Alpha(opacity=0); visibility:hidden;
	-ms-transform: translateY(50px) rotate(0.0001deg);
    -o-transform: translateY(50px) rotate(0.0001deg);
    -moz-transform: translateY(50px) rotate(0.0001deg);
    -webkit-transform: translateY(50px) rotate(0.0001deg);
     transform: translateY(50px) rotate(0.0001deg); 
	/*-moz-transition:transform 0.8s, opacity 1.0s;
	-ms-transition:transform 0.8s, opacity 1.0s;
	-webkit-transition:transform 0.8s, opacity 1.0s;
	-o-transition:transform 0.8s, opacity 1.0s;
	transition:transform 0.8s, opacity 1.0s;*/
		
}
#visual.active .visual-img-con{
	-ms-transform: scale(1.0,1.0) rotate(0.0001deg);
    -o-transform: scale(1.0,1.0) rotate(0.0001deg);
    -moz-transform: scale(1.0,1.0) rotate(0.0001deg);
    -webkit-transform: scale(1.0,1.0) rotate(0.0001deg);
     transform: scale(1.0,1.0) rotate(0.0001deg);
}
#visual.active .visual-tit, #visual.active .visual-sub-txt{
	opacity:1.0;filter:Alpha(opacity=100); visibility:visible;
	-ms-transform: translateY(0) rotate(0.0001deg);
    -o-transform: translateY(0) rotate(0.0001deg);
    -moz-transform: translateY(0) rotate(0.0001deg);
    -webkit-transform: translateY(0) rotate(0.0001deg);
     transform: translateY(0) rotate(0.0001deg); 
}

/* 효과 */
#visual.active .visual-tit{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -o-transition-delay:0.3s; -ms-transition-delay:0.3s; transition-delay:0.3s}
#visual.active .visual-sub-txt{-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -o-transition-delay:0.6s; -ms-transition-delay:0.6s; transition-delay:0.6s} 

.visual-img-con.tbg01{background: url("/images/sub/subtop-1.jpg") no-repeat center / cover rgb(255, 255, 255);}
.visual-img-con.tbg02{background: url("/images/sub/subtop-2.jpg") no-repeat center / cover rgb(255, 255, 255);}
.visual-img-con.tbg03{background: url("/images/sub/subtop-3.jpg") no-repeat center / cover rgb(255, 255, 255);}
.visual-img-con.tbg04{background: url("/images/sub/subtop-4.jpg") no-repeat center / cover rgb(255, 255, 255);}
.visual-img-con.tbg05{background: url("/images/sub/subtop-5.jpg") no-repeat center / cover rgb(255, 255, 255);}
.visual-img-con.tbg06{background: url("/images/sub/subtop-6.jpg") no-repeat center / cover rgb(255, 255, 255);}

.menuTab-wrap{width:100%;height:var(--menuTab-height); padding:0px 5%;border-bottom:1px solid #dfdfdf; box-sizing: border-box;overflow:hidden; }
/* tab */
.menuTab{width:100%;max-width:var(--area-width);margin:0 auto; height:var(--menuTab-height); padding:0px;position:relative; }
.menuTab ul{display:flex;justify-content:flex-start; align-items: center;width:100%;height:100%;gap:0px; box-sizing: border-box; }
.menuTab ul.tabs {white-space: nowrap;}
.menuTab li{margin-right:40px;}
.menuTab li:last-child{margin-right:40px;}
.menuTab a{display:flex;align-items: center; justify-content: center;text-align:center;height:var(--menuTab-height);font-weight:400;font-size:16px;line-height:1;color:#888;border-width:0; border-style:solid; border-color:var(--concept-color); padding:0 2px; border-radius:0px;box-sizing: border-box;}
.menuTab li.active a{font-weight:700;color:var(--concept-color);border-width:0 0 2px 0; }

.location{position:absolute; right:0; top:0; height:var(--menuTab-height); }
.location ul{display:flex; align-items: center; gap:0;}
.location li{position:relative;display: inline-block;padding-left: 25px;font-weight:400;font-size:14px;color: #333;line-height: 1;letter-spacing:-0.01em; margin-right:0px;} 
.location li::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ''; background: url(/images/layout/arrow_left1.png) 0% 50% no-repeat;width: 5px;height:8px;/*width: 5px;height: 5px;background:#dbdbdb;border-radius:50%;*/margin-left:10px; }
.location .i_home{display: inline-block;width:18px; height:16px;background: url(/images/layout/ico_home.png) 50% 50% no-repeat;text-indent: -9999px;}
.location li:first-child{padding-left:0px; }
.location li:first-child::after {width: 0px;height: 0px;margin-left:0px; }
.location li:last-child{margin-right:0px;}

.container {width:100%;margin:6rem 0 8rem;overflow: hidden; min-height:400px; }
.title{font-weight:700;font-size:4rem;color:#000;line-height:1;letter-spacing:-0.01em;margin-bottom:4rem;}

/* form */
.form_sty{width:100%;margin:20px 0px 40px;border-top:0px solid #666; box-sizing: border-box;}
.form_sty > ul{display: flex;align-items: center; width:100%;margin-top:0px;/* border-bottom:1px solid #dfdfdf; */ padding:10px 0px;}
.form_sty > ul > li.top{vertical-align:top;padding-top:10px;  align-self:flex-start;}
.form_sty > ul > li{padding:0 12px;min-height:40px; display:inline-flex;align-items: center; }
.form_sty .tit{flex:0 0 150px;  }
.form_sty .tit > span{position:relative;display: inline-block;font-weight:600;font-size: 16px;color: #333;line-height:1;letter-spacing:-0.02rem;}
.form_sty .tit > span.required{padding-right:10px;}
.form_sty .tit > span.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}
.form_sty .tit.sm{flex:0 0 100px;  }
.form_sty .tit.lg{flex:0 0 180px;  }
.form_sty .cont{flex:1;font-size:14px;/* color: #545454; */ }
.form_sty .txt{font-weight:400;font-size:14px;color: #666;line-height:1;letter-spacing:-0.02rem;}
.form_sty .txt-bold{font-weight:700;font-size:16px;color: #333;line-height:1;letter-spacing:-0.02rem;}
.form_sty .txt-bold > span{font-weight:400;font-size: 14px;color: #666;line-height:1;letter-spacing:-0.02rem;}
.form_sty a{vertical-align:middle;}
.form_sty .cont-txt{display:flex;align-items: center; min-height:40px; font-weight:400;font-size:16px;color: #333;line-height:1.2;letter-spacing:-0.02rem;}
.form_sty .tit-full{flex:0 0 100%; margin-bottom:10px;}
.form_sty .cont-full{flex:0 0 100%;}

.form_sty ul.full{gap:20px; padding:20px 0px;}
.form_sty ul.full li{flex:1;}

.tit-required{margin-bottom:15px;}
.tit-required > span{position:relative;display: inline-block;color: #aaa;font-size:16px; line-height:1;letter-spacing:-0.03rem;}
.tit-required > span.required{padding-right:10px;}
.tit-required > span.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}

.file--name{display:inline-block;margin-left:10px;font-weight: 400;font-size:13px;line-height:20px;color:#666;}
.file--del{font-weight: 400;font-size:13px;line-height:1;color:#666;background:url(/images/layout/btn_close_14.png) 0 50% no-repeat;padding-left:20px;margin-top:10px;box-sizing: border-box;}

/* file upload */
.inputfile-wrap {position: relative;display: flex; width: 100%;}
.inputfile-wrap input[type="file"] {position: absolute;width: 1px;height: 1px;margin: -1px; padding: 0; border: 0; overflow: hidden;clip: rect(0, 0, 0, 0);}
.inputfile-wrap label.btn {display: block;width: 100px;height:40px;margin-left: 10px; color:#fff;border:0px solid #262729;background:#a3a5aa;line-height:40px;padding:0px 5px;text-align:center; font-size:14px;font-weight: 400;border-radius:4px;box-sizing: border-box;}
.inputfile-wrap input{width:100%;height:40px;padding:0 10px;border:1px solid #dfdfdf;background:#fff;color:#666; border-radius:4px; font-size:14px;box-sizing:border-box;transition: border-color 0.15s ease-in-out;}
.inputfile-wrap input:focus {outline: none;background-color:#fff;border-color:var(--concept-color);}

.wr_box{display: inline-block; width:100%; border:1px solid #dfdfdf;background:#fafafa; margin:0px auto;max-height:200px;padding:25px;box-sizing: border-box; }
.wr_box > h3{font-weight: 500;font-size:15px;line-height:1.45;color:#333;margin-bottom:10px;}
.wr_box > p{font-weight: 300;font-size:14px;line-height:1.45;color:#333; margin-top:10px;}
.wr_box > p:first-child{ margin-top:0px;}

.wr_box{overflow: auto; 
	scrollbar-arrow-color: #fff; /* IE 6+ scroll styles */
	scrollbar-face-color: #999;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #ddd; /* Last IE 6+ scroll styles */
	scrollbar-color: #999 #ddd; /* Firefox 64+ */
	scrollbar-width: thin; /* Firefox 64+ */
  }
  
  .wr_box::-webkit-scrollbar {width: 6px;height: 6px;}
  .wr_box::-webkit-scrollbar-track {background: padding-box #ddd;border-radius: 4px;}
  .wr_box::-webkit-scrollbar-thumb {background: padding-box #999;border-radius: 4px;}
  .wr_box::-webkit-scrollbar-thumb:hover { background: padding-box #aaa;}
  .wr_box::-webkit-scrollbar-thumb:active {background: padding-box #333;box-shadow: inset 0 0 3px rgba(192, 192, 192, 0.5);}

.right-chkBox{display:flex;justify-content:flex-end;align-items: center;gap:10px; margin:10px auto;}

.f-group-A {display:flex;width:100%;margin:0px;align-items:center;}
.f-group-A > * {margin-left:10px;}
.f-group-A > *:first-child { margin-left: 0;}
.f-group-A .select-w{width:30%;} /* 모바일 100% */
.f-group-A .w1{width:50%;}
.f-group-A .w2{width:100px;}
.f-group-A .input-w{flex: 1;}
.f-group-A .sm{min-width:10px;text-align:center;font-weight:400;font-size:14px;color:#333;}
.f-group-A .input-tel{flex:0 0 100px;}

.list--top{display:flex;justify-content:space-between;align-items: center;gap:10px; margin-bottom:10px;}

.list-total{min-height:15px; background:url(/images/layout/ico-notice.png) 0 0 no-repeat;font-size:14px;color: #333;line-height:1;letter-spacing:-0.02rem;padding-left:20px;box-sizing: border-box;}
.list-total > span{font-weight: 700;}

.list--search{display:inline-flex;width:400px;}
.list--search .selectArea{width:120px;}
.list--search .selectArea select{background-color: transparent;}
.list--search .inputArea{flex:1 1 0;padding-left:5px;}

.zoom-list{width:100%;text-align:center; }
.zoom-list-item{display:block; position:relative; overflow: hidden; /* padding-top:56.25%;*/ padding-top:66%; height:0; }
.zoom-list-item .zoom-thum{overflow:hidden; display:block; position:absolute; top:0px; left:0px; width:100%; height:100%;border:1px solid #dfdfdf;cursor:pointer;box-sizing: border-box; }
.zoom-list-item .zoom-thum img{width:100%; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}

.zoom-list .zoom-tit{display:block; padding:15px 5px 0px; text-align:left;}
.zoom-list .zoom-tit .tit{font-weight:500;letter-spacing:0em;color:#333; font-size:17px;margin-bottom:5px;line-height:1.45; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.zoom-list .zoom-tit .txt{font-weight:400;letter-spacing:0em;color:#666; font-size:13px;/*2줄 */ overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height:2.6em;}
.zoom-list .zoom-tit .date{font-weight:500;letter-spacing:0em;color:#777; font-size:13px; line-height:1; }
.zoom-list .bottom{width:100%;text-align:left;margin-top:20px;}
.zoom-list .bottom > *{position:relative;display: inline-block;padding-left:12px;font-weight:400;font-size:12px;color: #777;line-height: 1;}
.zoom-list .bottom > *::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width:2px;height:2px;background:#dbdbdb;border-radius:50%;margin-left:10px; }
.zoom-list .bottom > *:first-child{padding-left:0px;}
.zoom-list .bottom > *:first-child::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 0px;height: 0px;margin-left:0px; }

.zoom-list .zoom-tit > a{display:block; position:relative; overflow: hidden; padding-top:0%; height:auto; }

/* over style */
.zoom-list-item .over-thum{position:absolute; top:0px; left:0px; width:100%; height:100%; background:rgba(0,0,0,0.7);opacity:0;filter:Alpha(opacity=0);-webkit-transition: all 0.35s;transition: all 0.35s; cursor:pointer;}
.zoom-list-item .over-thum::before,
.zoom-list-item .over-thum::after {position: absolute;top: 5%;right: 5%;bottom: 5%;left: 5%;content: '';opacity: 0;-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;transition: opacity 0.5s, transform 0.5s;}
.zoom-list-item .over-thum::before {border-top: 1px solid var(--concept-color);border-bottom: 1px solid var(--concept-color);-webkit-transform: scale(0,1);transform: scale(0,1);}
.zoom-list-item .over-thum::after {border-right: 1px solid var(--concept-color);border-left: 1px solid var(--concept-color);-webkit-transform: scale(1,0);transform: scale(1,0);}
.zoom-list-item .over-thum span{display:block; position:absolute; top:50%; left:50%; width:55px; height:32px; line-height:32px; margin:-16px 0 0 -27px; text-align:center; color:#eee; font-size:14px; font-weight:600;-webkit-transform: translateY(30px);transform: translateY(30px);-webkit-transition: all 0.35s;transition: all 0.35s;border-top:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);}
.zoom-list:hover .over-thum{opacity:1.0;filter:Alpha(opacity=100);}
.zoom-list:hover .over-thum::before,
.zoom-list:hover .over-thum::after {opacity: 0.5;-webkit-transform: scale(1);transform: scale(1);}
.zoom-list:hover .over-thum span{-webkit-transform: translateY(0);transform: translateY(0);}
.zoom-list:hover .zoom-thum img{-webkit-transform: scale(1.2) rotate(0.02deg); -moz-transform: scale(1.2) rotate(0.02deg); -ms-transform: scale(1.2) rotate(0.02deg); -o-transform: scale(1.2) rotate(0.02deg); transform: scale(1.2) rotate(0.02deg);}

/* paging */
.pagination {display:block;margin:30px 0;text-align: center; font-size:0;overflow: hidden;}
.pagination-button {display: inline-block;width: 30px;height: 30px;border: 1px solid #dfdfdf;border-left: 0;font-weight:400;font-size:12px; color: #666;line-height: 30px;}
.pagination-button:first-child {border-left: 1px solid #dfdfdf;}
.pagination-button:hover,
.pagination-button.active {background-color:#f9f9f9;color:var(--concept-color); font-weight:700;}
.pagination-first, .pagination-prev, .pagination-next, .pagination-last {background-repeat: no-repeat;background-position: 50% 50%;text-indent: -9999px}
.pagination-first {background-image: url(/images/layout/pagination-first.png)}
.pagination-prev {background-image: url(/images/layout/pagination-prev.png)}
.pagination-next{background-image: url(/images/layout/pagination-next.png)}
.pagination-last {background-image: url(/images/layout/pagination-last.png)}
.pagination-first.disabled {background-image: url(/images/layout/pagination-first-off.png); pointer-events: none;}
.pagination-prev.disabled {background-image: url(/images/layout/pagination-prev-off.png); pointer-events: none;}
.pagination-next.disabled {background-image: url(/images/layout/pagination-next-off.png); pointer-events: none;}
.pagination-last.disabled {background-image: url(/images/layout/pagination-last-off.png); pointer-events: none;}

/* boardView */
.board-view {width:100%;margin:0px auto;overflow: hidden;}
.board-view .subjectBox{display:flex;width:100%;/*flex-wrap: wrap;*/align-items:center;padding:20px;border-top:1px solid #7d7d7d;border-bottom:1px solid #d9d9d9;box-sizing: border-box;}
.board-view .subjectBox .leftArea{flex:1;}
.board-view .subjectBox .rightArea{width:350px;text-align:right;}
.board-view .subject{font-weight:600;color:#333;font-size:2.0rem;letter-spacing:-0.02rem;line-height:1.4;}
.board-view .stit{display: inline-block;font-weight:500;font-size:14px;line-height:1;color:var(--concept-color); margin-right:10px;}
.board-view .name{display: inline-block;font-weight:400;font-size:14px;line-height:1;color:#6b6b6b; margin-right:20px;}
.board-view .date{display: inline-block;font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;margin-right:20px;}
.board-view .hit{display: inline-block;font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .file_box{display: inline-flex; flex-wrap: wrap;width:100%; padding:15px 20px; border-bottom:1px solid #dfdfdf; box-sizing: border-box;}
.board-view .file_box > a{display:flex;align-items: center;width:100%; margin-top:12px;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .file_box > a:first-child{margin-top:0px;}

.board-view .content_box{display: inline-block; width:100%; padding:40px 20px; min-height:200px;box-sizing: border-box;}
.board-view .content_box .imgBox{display: inline-block; width:100%; margin-bottom:10px;}
.board-view .content_box img{max-width:100%;}
.board-view .content_box table{max-width:100%; margin-top:10px;border-top:1px solid #333;}
.board-view .content_box table td{padding:12px 5px;vertical-align:middle;border-bottom:1px solid #dfdfdf;border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;word-wrap: break-word;word-break: keep-all;}
.board-view .content_box p{margin-bottom:20px;font-weight:400;font-size:15px;color:#666;line-height:1.45;}

.board-view .btnBox{display:flex;width:100%;justify-content: space-between; align-items: center; padding:20px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;box-sizing: border-box;}
.board-view .btnBox .item1{flex:1;padding:0 10px;align-self: center;line-height:28px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board-view .btnBox .item2{width:80px;text-align:center;}
.board-view .btnBox .item3{flex:1;padding:0 10px;text-align:right;align-self: center;line-height:28px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board-view .btnBox .s-txt{font-weight: 400;font-size:15px;line-height:28px;color:#888;}

.board-btn-prev{display:inline-block;font-weight: 500;font-size:14px;color:#222;line-height:28px;margin-right:15px;text-align:center;border:0px solid #e5e5e5;}
.board-btn-next{display:inline-block;font-weight: 500;font-size:14px;color:#222;line-height:28px;margin-left:15px;text-align:center;border:0px solid #e5e5e5;}

.i_list{display:inline-block;width:25px;height:20px;background:url(/images/layout/ico_list.png) center center no-repeat;background-size:auto 20px;text-indent: -9999px;}
.i_file{display:inline-block;width:26px;height:26px; background:url(/images/layout/i_filedown_wh_s.png) 50% 40% no-repeat var(--concept-color); border-radius:50%;text-indent: -9999px; margin-right:10px;  }
.i_new{display:inline-block;width:16px;height:16px;background:url(/images/layout/i_new.png) center center no-repeat;background-size:auto 16px;text-indent: -9999px;margin-right:5px;}
.i_secret{display:inline-block;width:12px;height:16px;background:url(/images/layout/ico_secret.png) center center no-repeat;background-size:auto 16px;text-indent: -9999px;margin-right:5px;}
.i_reply{display:inline-block;width:20px;height:15px;background:url(/images/layout/re.png) center center no-repeat;background-size:auto 15px;text-indent: -9999px;margin-right:5px;}

.i_download{display:inline-block;width:20px;height:20px; background:url(/images/layout/i_filedown_blue.png) 50% 50% no-repeat;text-indent: -9999px;  }

/* board list-tb */
.boardList {width:100%;margin:0px auto; font-size:0;border-top:1px solid #333;}
.boardList ul {display:flex; width:100%;/*flex-wrap: wrap;*/justify-content: space-between;align-items: center; border-bottom: 1px solid #dfdfdf;width:100%;}
.boardList .list-head{background-color: #fafafa;height:45px;text-align:center;}
.boardList .list-body{background-color: #fff;padding:15px 0px;}

.boardList .etc-blank{flex:0 0 0px;}
.boardList .stit_mo{position: relative;display:none;font-weight: 200;font-size:12px;color:#888;line-height:1;letter-spacing:-0.02rem;margin-right:5px; padding-right:7px; }
.boardList .stit_mo::after {background:#dfdfdf; right:0; top:1px; width:1px; height:10px;display: block; position: absolute; content: ""; z-index: 1;}

.boardList .tit-chkbox{flex:0 0 50px;}
.boardList .tit-no{flex:0 0 60px;font-weight: 500;font-size:14px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-subject{flex:1;font-weight: 500;font-size:14px;color:#333;line-height:1; padding:0 10px;} 
.boardList .tit-name{flex:0 0 120px;font-weight: 500;font-size:14px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-file{flex:0 0 80px;font-weight: 500;font-size:14px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-hit{flex:0 0 80px;font-weight: 500;font-size:14px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-date{flex:0 0 120px;font-weight: 500;font-size:14px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}

.boardList .chkbox{flex:0 0 50px;text-align:center;}
.boardList .no{flex:0 0 60px;font-size:15px;color:#333;line-height:1.3; padding:0 5px;text-align:center;} 
.boardList .subject{flex:1;font-size:15px;color:#333;line-height:1.3; padding:0 10px;text-align:left;/* overflow: hidden; text-overflow: ellipsis; white-space: nowrap;*/ } 
.boardList .name{flex:0 0 120px;font-size:15px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .file{flex:0 0 80px;font-size:15px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .hit{flex:0 0 80px;font-size:15px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .date{flex:0 0 120px;font-size:15px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}

.boardList .nodata{flex:0 0 100%; padding:80px 0px;font-size:14px;color:#666;line-height:1;text-align:center;}

/* ...줄임표 옆 아이콘적용시 */
.subject--wrap {display:inline-flex; width: 100%; height: 100%;align-items: center;justify-content: space-between;}
.subject--wrap .b-subject {flex:1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size:2.0rem;}
.subject--wrap .list--type {width:80px;margin-left:4px;text-align:right}
.sp--icon {display: inline-block;vertical-align: middle;border-radius:24px; padding:8px 12px 8px;font-weight:500;font-size:13px;line-height:1;}
/* ...줄임표 옆 아이콘적용시 END */
/* board End */

/** faq list **/
.list_faq {border-top:1px solid #949494;background: #fff;margin-bottom:10px;}
.list_faq .item_faq {border-bottom:1px solid #dfdfdf;}
.item_faq.on .area_question:after {top:20px;border: 2px solid var(--concept-color);border-top: none;border-right: none; transform: rotate(135deg);}
.list_faq .area_question,
.list_faq .area_answer {position:relative;}
.list_faq .txt_q,
.list_faq .txt_a {position:absolute; text-align:center;}
.list_faq .desc_question, .list_faq .tit_answer,
.list_faq .desc_answer {padding:0 5px;}

.list_faq .area_question {padding:15px 30px 15px 35px; cursor:pointer;}
.list_faq .area_question:after {position:absolute; top:15px; right:15px; width:12px; height:12px;border: 2px solid #888;border-top: none;border-right: none; transform: rotate(-45deg); content:''; -webkit-transition: -webkit-transform .65s ease; transition: transform .65s ease;}
.list_faq .txt_q {display:inline-flex;justify-content: center;align-items: center; top:15px; left:5px;width:24px; height:24px; background-color:var(--concept-color); border-radius:50%;font-weight:700;font-size:15px; line-height:1; color:#fff;}
.list_faq .desc_question {font-weight:500;color: #333;font-size: 17px;line-height:1.45;letter-spacing:0em;word-wrap: break-word;word-break: keep-all;}
.list_faq .category {display: inline-block;width:100%;font-weight:500;color:var(--concept-color);font-size:15px;line-height:1;letter-spacing:-0.02em;margin-bottom:5px;}

.list_faq .area_answer {display:none; padding:20px 20px 20px 35px; border-top:1px solid #dfdfdf; background-color:#f9f9f9;}
.list_faq .txt_a {display:inline-flex;justify-content: center;align-items: center;top:15px; left:5px; width:24px; height:24px; background-color:#55575a; border-radius:50%;font-weight:700;font-size:14px; line-height:1; color:#fff;}
.list_faq .tit_answer {font-weight:600;color: #333;font-size:16px;line-height:1.5;letter-spacing:0em;word-wrap: break-word;word-break: keep-all;margin-bottom:20px; }
.list_faq .desc_answer {font-weight:400;color: #555;font-size:16px;line-height:1.5;letter-spacing:0em;word-wrap: break-word;word-break: keep-all;}
.item_faq.nodata {padding:100px 20px; text-align:center; font-size:16px;}

/* table--scroll 좌우사용 */
.table-scroll-auto {margin: 0 auto;overflow: auto;  border-top:2px solid  var(--concept-color);
	scrollbar-arrow-color: #fff; /* IE 6+ scroll styles */
	scrollbar-face-color: #999;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #ddd; /* Last IE 6+ scroll styles */
	scrollbar-color: #999 #ddd; /* Firefox 64+ */
	scrollbar-width: thin; /* Firefox 64+ */
	width: 100%;    
  }
  
  .table-scroll-auto::-webkit-scrollbar {width: 6px;height: 6px;}
  .table-scroll-auto::-webkit-scrollbar-track {background: padding-box #ddd;border-radius: 4px;}
  .table-scroll-auto::-webkit-scrollbar-thumb {background: padding-box #999;border-radius: 4px;}
  .table-scroll-auto::-webkit-scrollbar-thumb:hover { background: padding-box #aaa;}
  .table-scroll-auto::-webkit-scrollbar-thumb:active {background: padding-box #333;box-shadow: inset 0 0 3px rgba(192, 192, 192, 0.5);}
  
  .table-scroll-auto {position: relative;z-index:1;margin: auto;width:100%;  /* max-height:800px;*/ }
  .table-scroll-auto table {width: 100%;margin: auto;min-width:500px;border-collapse: collapse;font-variant-numeric: tabular-nums; vertical-align: middle; table-layout: fixed;}
  .table--wrap {position:relative;}
  .table-scroll-auto th {text-align:center;padding:8px 5px;vertical-align:middle; background:#f9f9f9; border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; font-size:15px;font-weight:500;line-height:1.4;letter-spacing:-0.01rem;/* position: -webkit-sticky;position:sticky;top:0;z-index:2; */ }
  .table-scroll-auto thead {position: -webkit-sticky;position:sticky;top:0;z-index:2; }
  .table-scroll-auto td {text-align:center;padding:8px 5px;vertical-align:middle;border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; font-weight:300;font-size:14px;color: #333;line-height:1.4;letter-spacing:-0.01rem;}
  /* safari and ios need the tfoot itself to be position:sticky also */
  .table-scroll-auto tfoot,.table-scroll-auto tfoot th, .table-scroll-auto tfoot td {position:-webkit-sticky;position:sticky;bottom:0;background:#666;color:#fff;}
  .table-scroll-auto th:first-child,  .table-scroll-auto td:first-child{border-left:0px solid #dfdfdf; }
  .table-scroll-auto.atable table {min-width:100%;table-layout: fixed;}
  .table-scroll-auto .rborder{border-right:1px solid #dfdfdf;}
  .table-scroll-auto.left th,   .table-scroll-auto.left td{text-align:left; padding:10px 20px; }

  .table-scroll-auto td p{margin-top:5px;}
  .table-scroll-auto td p:first-child{margin-top:0px;}

  .table-scroll-auto td.lbg {background:var(--light-color);}
  .table-scroll-auto td.border-bottom-none{border-bottom:0px solid #dfdfdf;}

  .table-scroll-auto.btable table {min-width:100%;table-layout: fixed;}
  .table-scroll-auto.btable tbody tr:nth-child(even) {background: #f7f8fb;} 
  .table-scroll-auto.btable th {padding:10px 5px;font-size:15px;}
  .table-scroll-auto.btable td {padding:10px 5px;font-size:15px;letter-spacing:0rem;}


  /* table--scroll 좌우사용 END */
  

  .inTable-wrap{display:flex;justify-content: center;align-items: center;width:100%;}
  .inTable-wrap > *{flex:1;font-weight:300;font-size:14px;color: #333;line-height:1.4;}
  .inTable-wrap-wh{display:flex;justify-content: center;align-items: center;flex-direction:column; width:100%; gap:0px}
  .inTable-wrap-wh.g1{gap:10px}
  .inTable-wrap-wh > *{flex:0 0 100%;font-weight:300;font-size:14px;color: #333;line-height:1.4;}

  /* 오시는 길 */
.map-content{display:flex;width:100%;}

.map-contacts {display:block;width:100%;padding:0px;margin:3rem auto 0;font-size:0;box-sizing: border-box;}
.map-contacts ul{display: inline-block;width:100%; margin-bottom:15px;}
.map-contacts .c_title{display: inline-block;width:150px;text-align:left;font-weight:700; font-size:16px;color:#333;line-height:1.4;}
.map-contacts .c_content{display: inline-block;width:calc(100% - 150px);text-align:left;font-weight:400;color:#333;font-size:14px;line-height:1.4;}
.map-contacts .c_btn{display: inline-block;width:100%;text-align:left;}

.root_daum_roughmap{z-index: 1 !important;}

/* history */
.history--tab{position:relative;margin-bottom:80px;z-index:1;}
.history--tab:after { content:""; display:block; position:absolute; top:50%; left:50%;transform:translate(-50%, -50%);  width:100%; height:1px; background:#ddd;z-index:-1; }
.history--tab ul{display:flex; justify-content: center; align-items: center; gap:20px; }
.history--tab li{ }
.history--tab li > a{display: inline-flex;justify-content: center; align-items: center;width:120px; height:120px; background:var(--light-color); border-radius:50%;font-weight:500;font-size:18px; color:#444; line-height:1;  }
.history--tab li > a.on{background:var(--concept-color);color:#fff;font-weight:700; }

.history { position:relative;/* display:flex;flex-direction: column; flex-wrap:wrap; */ padding-top:20px;margin:0 auto; }
.history .history-list {position:relative;/* display:flex;flex-direction: column; */ padding-bottom:0rem; }
.history .history-list > ul { margin-bottom:8rem; position:relative;padding-left:300px;box-sizing:border-box; border-bottom:1px solid #eee;padding-bottom:8rem; }
.history .history-list > ul:last-child{  margin-bottom:0px; border-bottom:0px solid #eee;padding-bottom:0rem; }
.history .history-list > ul.last{ margin-bottom:0px;border-bottom:0px solid #eee;padding-bottom:0rem; }
.history .history-list > ul > li:not(:last-child) { padding-bottom:6rem; }

.history .history-list > ul#y3{  margin-bottom:0px; border-bottom:0px solid #eee;padding-bottom:0rem; }

.history .history-list > ul > li { position:relative;padding-left:60px; width:90%; margin:0 auto;margin:0 auto;  }
.history .history-list > ul > li:after { content:""; display:block; position:absolute; top:14px; left:-3px; width:8px; height:8px; background:var(--concept-color); border-radius:50%; z-index:2 }
.history .history-list > ul > li:before { content:""; display:block; position:absolute; top:8px; left:-9px; width:20px; height:20px; background:rgba(28,46,131,0.2); border-radius:50%; }
.history .history-list > ul > li.effect:after { background:var(--concept-color); }
.history .history-list > ul > li > dl { display:flex; flex-wrap:wrap; }
.history .history-list > ul > li > dl > dt { width:160px; color:#333; font-size:3.0rem; font-weight:600; }
.history .history-list > ul > li > dl > dd { width:calc(100% - 160px); margin-top:0px; }
.history .history-list > ul > li > dl > dd li:not(:last-child) { margin-bottom:8px; }
.history .history-list > ul > li > dl > dd li {display:flex; gap:20px;}
.history .history-list > ul > li > dl > dd li > span.month{font-weight:500;font-size:17px; color:#333; line-height:1.4;}
.history .history-list > ul > li > dl > dd li > span.txt{font-weight:300;font-size:17px; color:#333; line-height:1.4;}

.history .progressbar { position:absolute; top:16px; left:356px; width:1px; height:calc(100% - 40px); background-color:#ddd; overflow:hidden; z-index:0; }
.history .progress { position: absolute; left:5%; top:0; width:1px; height:0; background:var(--concept-color); transition:.5s; }

.historyBox-wrap{padding:6rem 0 8rem;}
#y1.historyBox-wrap{padding:0rem 0 8rem;}
.historyBox{display:flex; flex-direction: column;justify-content: center; align-items: center; margin:0;height:300px;/* padding-top:25%; */ overflow: hidden;border-radius:4px; border:1px solid #eee;background:url(/images/sub/works-1.png) 50% 50% no-repeat;background-size:cover;z-index:1;  }

.history--tit{position:absolute; left:10px; top:10px;display:flex;flex-direction: column;}
.history--tit > h3{/* display: inline-block;text-align:center;padding:10px 24px; background:var(--concept-color); text-shadow: -1px 1px 4px 2px rgba(22, 22, 22, .2);border-radius:36px; */ font-weight:800;font-size:45px; color:var(--concept-color); line-height:1;  }
#y2 .history--tit > h3{opacity: .7;}
#y3 .history--tit > h3{opacity: .45;}
.history--tit > p{font-weight:600;font-size:24px; color:#555; line-height:1;margin-top:20px;}

/* product */
.subMenu{display:flex;align-items: center; justify-content: center;margin:0 auto 3rem;}
.subMenu ul{display:flex;justify-content:center; align-items: center; gap:3px; }
.subMenu li{ }
.subMenu li a{display:flex;align-items: center; justify-content: center;text-align:center;height:40px;font-weight:400;font-size:14px;line-height:1;color:#888;background:#fff; border:1px solid #bbb;  min-width:100px; padding:0 16px; border-radius:4px;box-sizing: border-box;}
.subMenu li.active a{font-weight:500;color:#fff;background:var(--concept-color);}

.subCategory{border:1px solid #dfdfdf; padding:20px 25px; margin:0 auto 3rem; box-sizing: border-box; }
.subCategory ul{display:flex;flex-wrap: wrap; justify-content:center; gap:15px 0px; }
.subCategory li{position:relative;padding-right:20px; margin-right:20px;}
.subCategory li::before{position:absolute;content: ' ';right:0;top:50%;margin-top:-2px; width:4px; height:4px;background:#aaa;border-radius:50%;}
.subCategory li:last-child{padding-right:0px; margin-right:0px;}
.subCategory li:last-child::before{display:none;}
.subCategory li a{font-weight:300;font-size:14px;color:#666;line-height:1; }
.subCategory li.active a{color:var(--concept-color);font-weight:500;}
.subCategory li a:hover{color:var(--concept-color);}

.list-typeA{width:100%;margin:0px auto;} /* 3 */
.list-typeA ul{display:flex;justify-content: center; }
.list-typeA li{width:31.3333%;margin:0 0% 0px 3%; border:1px solid #dfdfdf;box-sizing: border-box;}
.list-typeA li:nth-child(3n-2){margin:0 0% 0px 0%}

.list-typeB{width:100%;}   /* 4 */
.list-typeB ul{display:flex;flex-wrap: wrap;width:100%;}
.list-typeB li{width:24%; margin:0 0 1.33333% 1.33333%;transition:all 0.3s;border:1px solid #dfdfdf;background:#fff; box-sizing: border-box; }
.list-typeB li:nth-child(4n-3){margin:0 0% 1.33333%  0%;}

.list-typeC{width:100%;}   /* 인증현황 */
.list-typeC ul{display:flex;flex-wrap: wrap;width:100%;}
.list-typeC li{width:19%; margin:0 0% 1.25% 1.25%; border:1px solid #dfdfdf;background:#fff; box-sizing: border-box; transition:all 0.3s;}
.list-typeC li:nth-child(5n-4){margin:0 0% 1.25%  0%;}

.products--list{width:100%; cursor:pointer;}
.products--list .thumb{position: relative;width:100%; height:0px;padding-top:75%;overflow: hidden;background-size: cover;box-sizing: border-box; }
.products--list .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; /*height:100%;*/object-fit: cover; object-position: 50% 50%; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }
.products--list:hover .thumb img{-webkit-transform: scale(1.1) rotate(0.02deg); -moz-transform: scale(1.1) rotate(0.02deg); -ms-transform: scale(1.1) rotate(0.02deg); -o-transform: scale(1.1) rotate(0.02deg); transform: scale(1.1) rotate(0.02deg);}
.products--list .textArea{position: relative;padding:25px 20px;box-sizing: border-box; }
.products--list .tit{font-weight:600;font-size:18px;color:#333;line-height:1.45;letter-spacing:-0.01em;margin-bottom:1rem; }
.products--list .txt{font-weight:300;font-size:14px;color:#666;line-height:1.45;}

/*제품상세 */
.products--detail{display:flex;margin:0px auto;border:1px solid #dfdfdf;box-sizing: border-box;}
.products--detail .detail--img{flex:0 0 40%;display:inline-flex;flex-direction: column; align-items: center; padding:30px; box-sizing: border-box;}
.products--detail .thumb{width:100%;max-width:400px; border:1px solid #eee; margin-bottom:10px;box-sizing: border-box;}
.products--detail .thumb img{width:100%;}
.products--detail .detail--txt{flex:1;padding:40px 60px; border-left:1px solid #dfdfdf;box-sizing: border-box;}
.products--detail .stit{font-weight:300;font-size:16px;color: #333;line-height:1.3;margin-bottom:10px;}
.products--detail .tit{font-weight:700;font-size:34px;color: #000;line-height:1.3;margin-bottom:25px;padding-bottom:25px; border-bottom:1px solid #dfdfdf; }

.products--detail .text--wrap{margin-bottom:25px;}
.products--detail .text--wrap > h4{margin-bottom:15px;}
.products--detail .text--wrap > p{margin-bottom:5px;}
.products--detail .txt{font-weight:300;font-size:15px;color:#666;line-height:1.45;padding-left:15px;box-sizing: border-box;}
.products--detail .desc-list{padding-left:30px;}
.products--detail .desc-list::before{left:15px;}

.products--detail .btnArea{display:flex;justify-content:flex-end; }

.bullet-list{position:relative;font-weight:500;font-size:18px;color:#000;line-height:1.3; padding-left:15px;box-sizing: border-box;}
.bullet-list::before{position:absolute;content: ' ';left:0;top:8px; width:5px; height:5px;background:var(--concept-color);border-radius:50% }

.bullet-txt{position:relative;font-weight:400;font-size:16px;color:#000;line-height:1.3; padding-left:12px;box-sizing: border-box;}
.bullet-txt::before{position:absolute;content: ' ';left:0;top:8px; width:5px; height:5px;background:var(--concept-color);border-radius:50% }

.desc-list{position:relative;font-weight:300;font-size:15px;color:#666;line-height:1.45; padding-left:15px;box-sizing: border-box;}
.desc-list::before{position:absolute;content: '-';left:0;top:0px;font-weight:300;font-size:15px;color:#666;}

.detail--cont{width:100%;margin:30px 0;border:1px solid #dfdfdf; padding:40px;box-sizing: border-box;}
.detail--cont h4{margin-bottom:10px;}
.detail--cont p{font-weight:300;font-size: 14px;color:#333;line-height:1.45; margin-bottom:10px;}
.detail--cont table{width: 100%; border-top:2px solid #033d6a;border-right:1px solid #dfdfdf; }
.detail--cont table th{text-align:center;padding:8px 5px;vertical-align:middle; background:#f9f9f9; border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf;font-weight:500;font-size:15px;color:#333;line-height:1.2;letter-spacing:-0.01rem;}
.detail--cont table td{text-align:center;padding:8px 5px;vertical-align:middle; border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; font-weight:300;font-size:13px;color:#333;line-height:1.2;letter-spacing:-0.01rem;}

/* 인증서 */
.gallery--wrap{width:100%;padding:25px; box-sizing: border-box;}
.gallery--wrap .thumbImg{margin-bottom:20px;text-align:center;  border-bottom:1px solid var(--concept-color);  padding:0px 0px 20px; box-sizing: border-box; }
.gallery--wrap .thumbImg img{max-width:100%; }
.gallery--wrap .tit{text-align:center;font-weight:500;font-size:16px;color:#333;line-height:1.45;}

/* 기술정보 */
.technology{margin-top:5rem;}
.technology.first{border-top:0px;margin-top:0rem;}
.technology.last{margin-bottom:0rem; padding-bottom:0rem; border-bottom:0px solid #888;}
.technology .divWrap{margin-top:2rem; }
.technology div:first-child{margin-top:0rem; }
.technology .subWrap{border:1px solid #dfdfdf; box-sizing: border-box; }
.technology .subWrap ul{display:flex; }
.technology .subWrap li{flex:1;padding:30px; box-sizing: border-box; }
.technology .subWrap li:first-child{border-right:1px solid #dfdfdf; }
.technology .subWrap li > div{margin-top:2rem; }
.technology .subWrap li > div:first-child{margin-top:0rem; }
.technology .tit-s{color:var(--concept-color);  /*color:#967a5f; */}
.technology h3{margin-bottom:10px;}
.technology p{margin-top:10px;}
.technology p:first-child{margin-top:0; }

.technology-tit{position:relative;font-weight:600;font-size:2.8rem;color:#000;line-height:1.3;letter-spacing:-0.01rem; padding-bottom:2px;margin-bottom:20px;}
.technology-tit::before{position:absolute;content: '';left:0;bottom:0px;width:100%; height:1px; background:#aaa; }

.grayBox{width:100%;padding:40px;background:#fff; border:1px solid #dfdfdf;margin-top:2rem;  box-sizing: border-box;}
.grayBox.gbg{background:#fafafa;}
.grayBox .line{width:100%;border-bottom:1px solid #dfdfdf;padding-bottom:2rem;}
.grayBox > div:first-child{margin-top:0rem; }

.grayImgBox{width:100%;text-align:center;padding:20px; border:0px solid #dfdfdf; margin-top:2rem;box-sizing: border-box;}
.grayImgBox.bor{border:1px solid #dfdfdf;}
.grayImgBox img{max-width:100%;}

.greeting{margin:10rem 0; text-align:center;}
.greeting .tit{font-weight:700;font-size:4.5rem;color:var(--concept-color);line-height:1.3;margin-bottom:40px;}
.greeting .stit{font-weight:600;font-size:2.4rem;color:#444;line-height:1.3;margin-bottom:30px;}
.greeting .txt{font-weight:400;font-size:18px;color:#555;line-height:1.45;margin-bottom:20px;}

.vision-wrap{background:#f9f9f9; padding:10rem 0;text-align: center;}
.vision-top{/* background: url(/images/sub/q1.png) 50% 0 no-repeat; padding-top:60px;*/font-weight:700;font-size:4rem;color:#333;line-height:1.45;margin-bottom:6rem;}


.vision-mid{width:100%; max-width:1073px;min-height:354px; background: url(/images/sub/vision-bg.png) 50% 0 no-repeat; margin:0 auto;}
.vision-mid ul{display:flex;padding:0 7px;box-sizing: border-box;}
.vision-mid li{flex:1; padding:0 20px;box-sizing: border-box;}
.vision-mid .circle{display: flex;width:100%;height:354px;justify-content: center; align-items: center;flex-direction: column; text-align: center;  }
.vision-mid .circle-icon{width:100%; height:80px; margin-bottom:20px;  }
.vision-mid li.b1 .circle-icon{background: url(/images/sub/s-icon1.png) 50% 50% no-repeat; }
.vision-mid li.b2 .circle-icon{background: url(/images/sub/s-icon2.png) 50% 50% no-repeat; }
.vision-mid li.b3 .circle-icon{background: url(/images/sub/s-icon3.png) 50% 50% no-repeat; }
.vision-mid .circle > p{font-size:3rem;color: #fff;font-weight: 700;text-shadow: 0px 2px 2px rgba(0,0,0,0.3);line-height:1.2;}
.vision-mid .txtBox{position:relative;display: inline-block;width:100%;min-height: 230px; background:#fff; margin-top:40px; padding:40px 25px;border:1px solid #dfdfdf;border-radius:4px; box-sizing: border-box; }
.vision-mid .txtBox:before {content: '';display: block;position: absolute;top: -6px;left: 50%;transform: translateX(-50%);width:12px;height:12px;border-radius: 50%;z-index: 2;}
.vision-mid li.b1 .txtBox:before { background:#2944cd;}
.vision-mid li.b2 .txtBox:before { background:#172e68;}
.vision-mid li.b3 .txtBox:before { background:#18c280;}

.vision-mid .desc{text-align: center; font-weight:400;font-size:18px;color:#333; line-height:1.45;}


.tit--round{position:relative;font-weight:700;font-size:2.6rem;color: #333;line-height:1.3; padding-left:16px;box-sizing: border-box; margin-bottom:20px;}
.tit--round::before{position:absolute;content: ' ';left:0;top:12px; width:6px; height:6px;background:var(--concept-color);border-radius:50%; }

.partner{margin:0px 0 40px;}
.partner ul{display:flex;flex-wrap: wrap;}
.partner li{width:23.5%; margin:0 0 2% 2%;text-align: center; border:1px solid #dfdfdf; padding:20px;box-sizing: border-box;}
.partner li:nth-child(4n-3){margin:0 0% 2%  0%;}
.partner .logoArea{display:flex;justify-content: center; align-items: center;min-height:160px; border-bottom:1px solid #dfdfdf; margin-bottom:20px;padding:0 40px;box-sizing: border-box;}
.partner .logoArea img{max-width:100%;}
.partner .companyName{font-weight:600;font-size:18px;color:#333;line-height:1.45;}


/* text */
.tit-xlg{font-weight:700;font-size:4rem;color:#000;line-height:1.3;letter-spacing:-0.01rem;}
.tit-lg{font-weight:600;font-size:2.8rem;color:#000;line-height:1.3;letter-spacing:-0.01rem;} /* technology title */
.tit-md{font-weight:600;font-size:2rem;color:#000;line-height:1.45;letter-spacing:-0.01rem;}
.tit-s{font-weight:700;font-size:16px;color:#000;line-height:1.45;letter-spacing:-0.01rem;}

.txt-lg{font-weight:500;font-size:16px;color:#333;line-height:1.45;}
.txt-md{font-weight:300;font-size:15px;color:#333;line-height:1.45;}
.txt-s{font-weight:300;font-size:14px;color:#333;line-height:1.45;}

.text-list{font-weight:400;font-size:16px;color:#333;line-height:1.45; text-indent:-16px; padding-left:16px; margin-bottom:8px;box-sizing: border-box;}

.triangle-list{position:relative;font-weight:300;font-size:16px;color:#333;line-height:1.45;padding-left:15px;box-sizing: border-box;}
.triangle-list::before{position:absolute;content: '▶';left:0;top:4px;font-size:11px;color:#666;line-height:1.45; }





























