@charset "utf-8";

/********************************************
	HEADER
********************************************/
#header{position:fixed; top:0; /* display:flex;justify-content:space-between;gap:20px; align-items: center; */ width: 100%;height:var(--header-height); margin:0 auto; background:  linear-gradient(0deg, #da2128 20%, #da2128 50%, #a40f15 );	transition:var(--transition-custom); -webkit-transition:var(--transition-custom);z-index: 4; box-sizing: border-box; /* background-color:rgba(255,255,255,0.95); */}
#header .header-inner{position: relative; display:flex;justify-content:space-between;gap:20px; align-items: center;width:100%;height:100%;margin:0 auto;background:  linear-gradient(0deg, #da2128 20%, #da2128 50%, #a40f15 ); transition:var(--transition-custom); -webkit-transition:var(--transition-custom); padding:0 var(--wrap-padding);  box-sizing: border-box; }
#header .header-inner:before{ content: ""; display: block; width: 100%; height: 0; background-color: rgba(255,255,255,0.95); box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;  position:absolute; left:0;top:0px;z-index: -2; opacity: 0; transition: 0.2s; }
#header.hover .header-inner:before{ height:350px; opacity: 1; } 
#header .logoArea{flex:0 0 120px; transition:var(--transition-custom); -webkit-transition:var(--transition-custom);z-index:4;}
#header .logo{display:inline-block;width:100%;background:url(/resources/images/layout/logo-wh.png) 0% 50% no-repeat;background-size:100% auto; min-height:40px;  text-indent: -9999px;box-sizing: border-box; }

body.mainpage #header{display:none;}
body.mainpage #header.on{display:flex;}

#gnb {flex:1; display:inline-flex;justify-content:center; margin-right:120px; box-sizing: border-box; }
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden;}
#gnb .gnb_wrap {position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb1_ul { width: 100%; transition: 1.0s; position: relative; }
/*#gnb #gnb1_ul:before{ content: ""; display: block; width: 100%; height: 0; background-color: rgba(9,9,12,0.9); border-bottom:0px solid #ebebeb; position: fixed; width: 100%; left: 0; top: 0; z-index: -2; opacity: 0; transition: 0.2s; }
 #gnb.on #gnb1_ul:before{ height:400px; opacity: 1; }  */

#gnb:after{ content: ""; display: block; position: fixed; width: 100%; height:0px; left: 0; right: 0; margin: 0 auto; top:var(--header-height); background-color:rgba(255,255,255,0.1); z-index:4; opacity: 0; transition: 0.2s; }
#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:var(--header-height); position:relative; padding: 0 50px;transition: 0.5s;}
#gnb .gnb1_li .bg{ display: none; }
.gnb1_a {display:block; font-weight: 700; color:#fff; text-decoration:none; font-size:17px;letter-spacing:0em;text-transform:uppercase; text-shadow: -1px 1px 4px 2px rgba(22, 22, 22, .1); }
.gnb1_li .gnb1_a{ position: relative; display: block; }
.gnb2_li:first-child {border:0}
.gnb2_ul {display: none; position:absolute;top:var(--header-height); padding-top:10px;  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; }
#gnb .gnb1_li:hover > a{ color:#fff; }
#gnb .gnb1_li > a:after{ content: ""; display: block; width: 100%; height:4px;background-color:rgba(255, 255, 255, .8); position: absolute; left: 50%; bottom:0px; opacity: 0; transform: scale(0) translate(-50%,0); z-index: 5; } 
#gnb .gnb1_li:hover > a:after{ opacity: 1; transition: 0.5s; transform: scale(1) translate(-50%,0); transition-delay: 0.1s; }
/* #gnb #gnb1_ul:hover .gnb1_li.lg{padding: 0 70px; transition: 0.5s;} */

.gnb1_li:last-child .gnb2_ul_box {border-right:0px;}
.gnb2_ul .gnb2_ul_box { border-top:0;padding:10px;  border-left:0px; box-sizing: border-box; -webkit-transition-delay: 0.8s;transition-delay: 0.8s;}
.gnb2_a {display:block;padding:8px 0px;font-size:15px; line-height:1.2; letter-spacing:-0.0em; color:#333;  text-align:center;text-decoration:none;position: relative; z-index: 1;}
a.gnb2_a:hover{ color: var(--concept-color);}

.icon-newwin{display: inline-block; margin-left:5px; width:10px; height:10px; background:url(/resources/images/layout/newwin-w.png) 0% 50% no-repeat;background-size:10px auto;}
.icon-newwin.depth-1{height:40px;}

.gnb2_ul.on{ opacity: 1; }
.gnb2_ul.on li{ opacity: 1; top: 0; }
.gnb2_a:focus, .gnb2_a:hover {color: #000; }

/* 상단 레이아웃 white버전 - 스크롤 반응시 상단 메뉴 */
#header.bg_on{position:fixed;top:0; height:var(--header-height); border-bottom:0px solid #e1e1e1;background-color: rgba(255,255,255,1);}
#header.bg_on .logo{display:inline-block;width:100%;background:url(/resources/images/layout/logo.png) 0% 50% no-repeat; background-size:auto 40px;min-height:40px; }
#header.bg_on .gnb2_ul {top:40px;}
#header.bg_on .gnb1_a {color:#444; }
#header.bg_on .gnb2_a {color:#666;}
#header.bg_on a.gnb2_a:hover{ color: #000; }
#header.bg_on .gnb3_a {color:#666;}
#header.bg_on a.gnb3_a:hover{color: #000; }
#header.bg_on #gnb #gnb1_ul:before{background-color: rgba(255,255,255,1); border-bottom:1px solid #eee;}
#header.bg_on #gnb .gnb1_li > a:after{  background-color: var(--concept-color); } 
#header.bg_on #gnb.on #gnb1_ul:before{ height:420px;}
#header.bg_on #gnb .gnb1_li:hover > a{ color: var(--concept-color); }
/* Header END */

/* new mobile-menu */
.nav-but-wrap{position:fixed; top:0; right:var(--wrap-padding); display:inline-flex;justify-content:flex-end; align-items: center; width:50px;height:var(--header-height); text-align:right; transition : all 0.3s ease-out; z-index:100; margin-top:4px; display:none;  }
/* .nav-but-wrap.bg_on .menu-icon__line {background-color: var(--second-color);} 
body.nav-active .nav-but-wrap.bg_on{height:var(--header-height);  }
body.nav-active .nav-but-wrap.bg_on .menu-icon__line {background-color: #fff;} */

.menu-icon {height: 30px;width: 30px;position: relative;z-index:5;cursor: pointer;display: block;}
.menu-icon__line {height: 2px;width: 30px;display: block;background-color: #fff; margin-bottom: 7px;cursor: pointer;-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;transition: background-color .5s ease, -webkit-transform .2s ease;transition: transform .2s ease, background-color .5s ease;transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;}
.menu-icon__line-left {width: 16.5px;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.menu-icon__line-right {width: 16.5px;float: right;-webkit-transition: all 200ms linear;-moz-transition: all 200ms linear;-o-transition: all 200ms linear;-ms-transition: all 200ms linear;transition: all 200ms linear;}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {width: 30px;}

.nav {position: fixed;z-index: 98; }
.nav:before, .nav:after {content: "";position: fixed;width: 100vw;min-height: 100vh;height:100%;background: rgba(9,9,12,0.6);border-bottom-left-radius: 200%;z-index:-1;-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;-webkit-transform: translateX(100%) translateY(-100%);transform: translateX(100%) translateY(-100%);}
.nav:after {background: rgba(9,9,12,1);-webkit-transition-delay: 0s; transition-delay: 0s;}
.nav:before {-webkit-transition-delay: .2s; transition-delay: .2s;}

.nav__content {position: fixed;visibility: hidden;top:0;/* margin-top: 20px;  -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%);*/ display:flex; flex-direction: column; justify-content: flex-start; width: 100%; padding:40px 8%;  overflow-y: auto;height:100%; box-sizing: border-box;}
.nav__list {/* position: relative; z-index: 2;  */ padding:0;margin: 0;}

/* new lnb */
.lnb_logo{width:100%; margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid #444;opacity: 0; }
.lnb_logo img{max-height:25px; max-width:100%;}

.lnb_ul{width:100%; box-sizing: border-box;}
.lnb__li {position: relative;display:flex;align-items: center;  -webkit-transition-delay: 0.8s;transition-delay: 0.8s;opacity: 0; overflow: hidden;-webkit-transform: translate(100px, 0%); transform: translate(100px, 0%);-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, transform .3s ease;transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;  margin-bottom:10px;box-sizing: border-box; }
.lnb__li > a{ position: relative;display:inline-block; text-decoration: none; font-weight:700; font-size:20px;line-height: 1.15;letter-spacing:0px; color:#fff; overflow: hidden; cursor: pointer;padding:10px 40px 10px 0px;z-index: 2; text-transform: uppercase; -webkit-transition: all 200ms linear; transition: all 200ms linear; min-width:200px;  }
.lnb__li > a:hover{color: rgba(255,255,255,1);}
.lnb__li.is-on > a{color: rgba(255,255,255,1);}

.lnb__li .toggle{display:flex;justify-content:center;align-items:center;position:absolute;right:0px;top:12px; width:30px;height:30px;box-sizing: border-box; cursor:pointer; /* z-index: 2; */ }
.lnb__li .toggle:before{content:'';display:block;width:10px;height:2px;background:#fff;transform:rotate(45deg);transform-origin: right center;transition:0.3s}
.lnb__li .toggle:after{content:'';display:block;width:10px;height:2px;background:#fff;transform:rotate(-45deg);transform-origin: left center;transition:0.3s}
.lnb__li.is-on .toggle:before{transform:rotate(-45deg);margin-top:-10px;transform-origin: right center;}
.lnb__li.is-on .toggle:after{transform:rotate(45deg);margin-top:-10px;transform-origin: left center;}
.lnb__sub{display:flex;flex-direction:row; gap:10px 30px; flex-wrap: wrap;box-sizing: border-box; }
.lnb__sub > li{position: relative; padding-left:30px; }
.lnb__sub > li > a{display:block;line-height:1.3;font-size:18px; color:rgba(255,255,255,.8); }
.lnb__sub > li > a:hover{color:#fff;}
.lnb__sub > li::after{position: absolute;content: ''; left:0; top:50%; transform:translateY(-50%);background:rgba(255,255,255,.4); width:1px; height:50%;   }
.lnb__sub > li:first-of-type{padding-left:0px; }
.lnb__sub > li:first-of-type::after{display:none; }

body.nav-active .nav__content {visibility: visible;}
body.nav-active .menu-icon__line {background-color: #fff;-webkit-transform: translate(0px, 0px) rotate(-45deg);transform: translate(0px, 0px) rotate(-45deg);}
body.nav-active .menu-icon__line-left {width: 15px;-webkit-transform: translate(2px, 4px) rotate(45deg);transform: translate(2px, 4px) rotate(45deg);}
body.nav-active .menu-icon__line-right {width: 15px;float: right;-webkit-transform: translate(-3px, -3.5px) rotate(45deg);transform: translate(-3px, -3.5px) rotate(45deg);}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {width: 15px;}
body.nav-active .nav {visibility: visible;}
body.nav-active .nav:before, body.nav-active .nav:after {-webkit-transform: translateX(0%) translateY(0%); transform: translateX(0%) translateY(0%);border-radius: 0;}
body.nav-active .nav:after {-webkit-transition-delay: .1s; transition-delay: .1s;}
body.nav-active .nav:before {-webkit-transition-delay: 0s;transition-delay: 0s;}
body.nav-active .lnb__li {opacity: 1;-webkit-transform: translateX(0%); transform: translateX(0%);-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease; -webkit-transition-delay: 0.5s;transition-delay: 0.5s;}
body.nav-active .lnb_util{opacity: 1; -webkit-transition-delay: 0.5s;transition-delay: 0.5s;}
body.nav-active .lnb_language{opacity: 1; -webkit-transition-delay: 0.5s;transition-delay: 0.5s;}
body.nav-active .lnb_logo{opacity: 1; -webkit-transition-delay: 0.5s;transition-delay: 0.5s;}

body.nav-active{   
  overflow: hidden;
/* position: fixed;width: 100%;height: 100% */
}

body.nav-active #header .header-inner{background: rgba(9,9,12,1);}
body.nav-active #header.bg_on{border-bottom:0px solid #ebebeb;background-color:transparent;height:var(--header-height);}
body.nav-active #header.bg_on .menu-icon__line {background-color: #fff;} 
body.nav-active #header .logo{ display:none; }
body.nav-active #gnb{ display:none; }
body.nav-active #header .util{display:none; }
body.nav-active #header .language{display:none; }
body.nav-active #header .submenu-lagnuage-wrap{display:none; }

/* #Progress top btn */
.progress-wrap {position: fixed;right:15px;bottom:20px;height: 46px;width: 46px;cursor: pointer;display: block;border-radius: 50%;box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);z-index: 2;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(--concept-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: .5;}
.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(--concept-color);stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear; transition: all 200ms linear;}
.progress-wrap.on {right:15px;bottom:20px;}

/* top btn 다른 스타일 */
.btn_up_layer {position:fixed;bottom:20px;right:10px;display:none;flex-direction: column;justify-content:center;align-items:center; gap:5px; text-align: center; width:65px;  height:65px;background:var(--second-color);border-radius:8px;z-index:100;cursor:pointer;transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.07); }
.btn_up_layer .icon {width:100%;height:14px; text-align: center;background:url(/resources/images/layout/top-arrow-s.png) 50% 0% no-repeat; background-size:auto 14px; }
.btn_up_layer .button-text {font-weight: 600;color:#fff; font-size:13px;letter-spacing:-0.02em;}
.btn_up_layer.active{display:flex;}

/* footer  */
.footer{display:flex; justify-content: space-between;align-items: flex-start; flex-wrap: wrap;gap:10px; width:100%;background:var(--second-color);margin:0px auto; padding:50px var(--wrap-padding); box-sizing: border-box;}
.footer:after {content:""; display:block; clear:both; height:0;}
.footer .f_inner{display:flex; justify-content: space-between; width:100%;max-width:var(--area-width);margin:0px auto;box-sizing: border-box;}
.footer .f_logo{flex:0 0 200px;text-align:left;min-height:40px;background:url(/resources/images/layout/logo.png) 0% 0% no-repeat;background-size:auto 24px; text-indent: -9999px;}
.footer .f_cont{flex:1;}
.footer .f_cont li{display:flex;align-items: center; flex-wrap: wrap; gap:8px 20px; margin-top:10px;}
.footer .f_cont li:first-child{margin-top:0px;}
.footer .f_cont li p{font-weight: 300;color:#ddd;font-size:13px;line-height:1.2;margin-bottom:0px; }
.footer .f_cont li p > span{display:inline-block;font-weight: 600;color:#aaa;margin-right:10px; }
.footer .f_cont .c_name{width:100%; font-weight:600;color:#f1f1f1;font-size:15px; margin-bottom:5px; }
.footer .f_copy{width:100%; font-weight: 300;color:#ddd;font-size:13px;line-height:1.2;margin-top:5px;}	
.footer .bold{font-weight: 600;color:#f1f1f1;font-size:14px;}	

.i-blog{display: inline-block;width:35px; height:16px;background:url(/resources/images/layout/i-blog.png) 50% 50% no-repeat;background-size:35px auto; text-indent: -9999px;}
.i-insta{display: inline-block;width:25px; height:24px;background:url(/resources/images/layout/i-insta.png) 50% 50% no-repeat;background-size:25px auto; text-indent: -9999px;}
.i-youtube{display: inline-block;width:24px; height:17px;background:url(/resources/images/layout/i-youtube.png) 50% 50% no-repeat;background-size: auto 14px; text-indent: -9999px;}
.i-card{display: inline-block;min-height:16px;background:url(/resources/images/layout/i-card.png) 0% 50% no-repeat;background-size:23px auto; padding-left:30px; font-weight:700;color:var(--second-color);font-size:16px;line-height:1.2;letter-spacing:0em;}

.f_smenu {flex:0 0 300px; display:inline-flex;justify-content:flex-end;align-items:center;box-sizing: border-box;}
.f_smenu > a {position:relative;display:inline-block;font-weight: 400;font-size:14px;color: #ddd;padding-left:23px;}
.f_smenu > a::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width:3px;height:3px;background:#aaa;border-radius:50%;margin-left:10px; }
.f_smenu > a:first-child{padding-left:0px;}
.f_smenu > a:first-child::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 0px;height: 0px;margin-left:0px; }
.f_smenu .bold{font-weight:600;color:#f1f1f1;}

.ellipsis01{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.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{width: 100%;}
.fullsize img{width: 100%;}

.slideImg{position: relative; display: inline-block; width:100%; height:0px;padding-top:75%;overflow: hidden;border:1px solid #eee; border-radius:0px;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.mid-none{padding-top: 56.25%;border:0px solid #eee; }
.slideImg.full{padding-top: 100%; }
.slideImg.full-circle{padding-top: 100%;border-radius:50%;border:0px;}

/* 팝업 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(/resources/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(/resources/images/layout/close_white.png) 50% 50% no-repeat;text-indent: -9999px; z-index:2}
.icon-close-white.p-inner{right:20px;top:13px;}
.icon-close-black.p-inner{right:20px;top:13px;}
.icon-close-circle{position: absolute;right:15px;top:15px;width:30px; height:30px;background:url(/resources/images/layout/close_white.png) 50% 50% no-repeat var(--concept-color);background-size:auto 12px; border-radius:50%; text-indent: -9999px; z-index:2}
.icon-close-pop{position: absolute;right:0px;top:0px; width:50px; height:50px;background:url(/resources/images/layout/close_white.png) 50% 50% no-repeat var(--second-color);background-size:auto 14px; text-indent: -9999px; z-index:2}

.popupBox_A{position:relative;width: 100%;padding:0px;/* background:#fff; */ margin-top:30px;border-radius:0px; overflow: auto; } /* basic - x버튼 위에 */
.popupBox_A img{max-width: 100%;}

/* 스크롤바 설정*/
.popupWrap_A::-webkit-scrollbar{width: 10px;}
.popupWrap_A::-webkit-scrollbar:vertical {width: 10px;}
.popupWrap_A::-webkit-scrollbar:horizontal {height: 10px;}
.popupWrap_A::-webkit-scrollbar-thumb{background-color: var(--concept-color);}
.popupWrap_A::-webkit-scrollbar-track{background-color: #242424;}

.popupBox_B{position:fixed; left:50%; transform:translateX(-50%); bottom:0; display:flex; flex-direction: column; width: 100%; max-height:100vh; background:#fff; border-radius:8px 8px 0px 0px; padding:0px; box-sizing: border-box;  -webkit-transition: all 0.3s ease-in-out;  -moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;  -webkit-overflow-scrolling: touch; } /* bottom  */

.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:var(--concept-color) /*#222*/; } 

.popup--inner{width:100%;background:#fff; max-height:85vh; padding:35px;box-sizing: border-box;position:relative;overflow: auto;  }
.popup--inner::-webkit-scrollbar-thumb{background-color: #444 !important;}
.popupBox_B .popup--inner{max-height:100vh; }

/* html, body.modal-open {overflow: hidden; height: 100%;} */
body.modal-open {overflow: hidden;position: fixed;width: 100%;}
.not_scroll{position: fixed; overflow: hidden; width: 100%;height: 100%}
.not_scroll .cont { position: relative; top: 0;}
/* // 팝업 Basic */

.textTb{display: inline-block; width:100%;margin-bottom:20px; font-family: 'Pretendard'; }
.textTb .tit1{font-weight: 700;color:#333;font-size:16px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt1{color:#444;font-size:14px;line-height:1.45;letter-spacing:-0.01em;}
.textTb .txt2{color:#444;font-size:14px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt3{color:#555;font-size:14px;line-height:1.45;letter-spacing:-0.01em;padding-left:10px;margin-bottom:8px;box-sizing: border-box;}
.textTb .txt4{color:#555;font-size:14px;line-height:1.45;letter-spacing:-0.01em;padding-left:20px;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}

.pc_only{display: inline-block;}
.mo_only{display: none;}

/********************************************
	MAIN
********************************************/

/* ---------------------- main-visual ----------------------------- */
.main-container {position: relative; display: flex;align-items: center;width: 100%;height: 100vh;margin: auto; background:url(/resources/images/main/visual-bg.png) center top no-repeat; background-size:100% 100%; padding:0 8%; box-sizing: border-box;}
.main-container .m-menu{position: relative;width:30%;height:100%; padding-top:120px;box-sizing: border-box;}
.main-container .m-logo {margin-bottom:60px; }
.main-container .m-logo img{max-width:240px; }
.main-container .m-visual{position: relative;width:35%;height:100%;}
.main-container .m-visual img {max-width: 100%;}
.main-container .product-slider { display:inline-flex; justify-content: flex-end;align-items: flex-end;  width:35%; height: 85%; /*position: absolute;right: 0; */ /* top: 50%;transform: translateY(-50%);*/  }

/* img */
.product-img {display:flex;width:100%;height: 100%;justify-content:center; align-items: center; /* position: absolute;z-index: 2;width: 600px;left: 25%; transform: translateX(-45%);bottom:60px;max-height: 600px; height: 100%; pointer-events: none; */box-sizing: border-box;}
.product-img-item {display: flex;align-items: center;position: absolute; pointer-events: none; user-select: none; right: 0;/* bottom:80px; padding-left:5%;  max-width:750px; */ transform:translateX(-130px); opacity: 0;transition: all 0.5s;width:100%;box-sizing: border-box;}
.product-img-item.active { opacity: 1; transform:  translateX(0); transition-delay: 0.3s;}
.product-img-item img {object-fit: contain;object-position: center right;}

/* 스와이퍼2 버튼관련 */ 
.swiper-button-wrap{position: absolute; min-width:180px; bottom:30px;left:50%; transform: translateX(-50%); padding:0px;z-index:2;}  
.swiper-button-wrap .swiper-button-prev,  
.swiper-button-wrap .swiper-button-next{width:32px; height:31px; background-size:32px auto; top:auto;bottom:0;margin-top:0px;z-index:2;} /*크기*/
.swiper-button-wrap .swiper-button-prev{background-image: url(/resources/images/layout/i_prev.png); left:30px; } /*이미지,위치*/
.swiper-button-wrap .swiper-button-next{background-image: url(/resources/images/layout/i_next.png); left:70px; }

.swiper-button-wrap .swiper-pagination {position: relative; display: inline-block; width: auto; vertical-align: middle;left:110px;bottom:0;margin-top:-16px;font-size:14px; color:rgba(22,22,22,.7);}
.swiper-button-wrap .swiper-pagination-bullet {opacity:0.2;}
.swiper-button-wrap .swiper-pagination-bullet-active {opacity:1;}
.swiper-button-wrap .swiper-pagination-current {color:rgba(22,22,22,1);font-weight:500;}
.swiper-button-wrap .swiper-pagination-current.include-zero:before {content : '0';}
.swiper-button-wrap .swiper-pagination-total {display: inline-block;vertical-align:middle;}
.swiper-button-wrap .swiper-pagination-total.include-zero:before {content : '0'}
.swiper-button-wrap .swiper-progress__hidden-space {position:relative;margin: 0 5px;display:inline-block;vertical-align:middle;}
.swiper-button-wrap .swiper-progress__hidden-space:before {width:12px; height:1px; background:rgba(22,22,22,.5);content:''; display:block; -webkit-transform: rotate(-60deg); -ms-transform: rotate(-60deg); transform: rotate(-60deg);}

.product-slider-item {position: relative;height: 100%; width: 100%;}
.product-slider-item.swiper-slide-active .product-slider-content > * {opacity: 1;transform: none;}
.product-slider-item.swiper-slide-active .product-slider-content > *:nth-child(1) {transition-delay: 0s;}
.product-slider-item.swiper-slide-active .product-slider-content > *:nth-child(2) {transition-delay: 0.2s;}
.product-slider-item.swiper-slide-active .product-slider-content > *:nth-child(3) {transition-delay: 0.4s;}

.product-slider-item.swiper-slide-active circle {animation: progress 1s ease-out forwards; animation-delay: 0.5s; opacity: 0.75;}

.product-slider-card {position: relative; display: flex; flex-direction: column; justify-content:center; /*flex-wrap: wrap;*/width: 100%;height: 100%; transition: all 0.5s;overflow: hidden; padding:50px 0 0 60px; box-sizing: border-box;}
.product-slider-content {display:inline-flex; flex-direction: column; align-items:flex-start;justify-content: center; }
.product-slider-title {font-family: 'Paperozi'; font-weight:800;color:#fff; font-size:30px;line-height:1.4;letter-spacing:-0.02em;margin-bottom:20px; opacity: 0; transform: translateY(60px);transition: all 0.5s;}
.product-slider-txt {font-weight:400;color:rgba(255, 255, 255, .8); font-size:16px;line-height: 1.45;letter-spacing:-0.02em;opacity: 0; transform: translateY(60px);transition: all 0.5s; margin-top:8px;}
.product-slider-txt > span{font-weight:700;color:rgba(255, 255, 255, 1); }
.product-slider-card .more{ margin-top:30px; opacity: 0; transform: translateY(60px);transition: all 0.5s;}
.product-slider-title br{}

/* leftmenu */
.side-nav {position: relative;}
.main-menu {  display: flex; flex-direction: column;  list-style: none;margin: 0;padding: 0;}
.main-menu > li {position: relative;display:inline-block; width:fit-content }
.main-menu > li > a {display:inline-block;padding: 15px 0px; color:#222; text-decoration: none;font-weight:800; font-size:20px; text-transform: uppercase; }
.main-menu > li > a:hover { color:var(--concept-color);}
/* 서브메뉴 */
.sub-menu {position: absolute;left:150px; /* 오른쪽으로 붙이기 : left: 100%;  */ top: 0; width:180px;background:var(--concept-color); border-radius: 6px; padding: 20px 0;opacity: 0;visibility: hidden; transition: all 0.3s ease;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; z-index:9; /* display: none; */}
.sub-menu ul {list-style: none;margin: 0; padding: 0;}
.sub-menu li > a {display: block;padding:12px 25px;font-weight:500; font-size:15px;  color:rgba(255,255,255, .9);text-decoration: none;}
.sub-menu li > a:hover {background:rgba(255, 255, 255, .15); color: #fff;}
.main-menu > li.has-sub:hover .sub-menu {opacity: 1;visibility: visible;/* display: block; */}/* hover 시 보여주기 */
.sub-menu::before {content: "";position: absolute; left: -16px;/* 박스 왼쪽 바깥으로 */top: 15px;/* 세로 위치 조절 */ border-width:8px;border-style: solid; border-color: transparent var(--concept-color) transparent transparent;}/* 삼각형 포인터 */

.more{display:inline-flex;justify-content: center; align-items: center; height:36px; background:var(--second-color); border-radius: 30px; padding:0px 20px;box-sizing: border-box;}
.more > span{display:inline-block; font-weight:400; color:#fff;font-size:14px; line-height: 1.2; background:url(/resources/images/layout/arr-wh.png) 100% 50% no-repeat;background-size:12px auto; padding-right:24px;}
.more.type-1{background:#fff;}

.more-btn{display:inline-flex; font-weight:400; color:#fff;font-size:12px; line-height: 1.2; background:url(/resources/images/layout/arr-wh.png) 100% 50% no-repeat;background-size:10px auto; padding-right:24px;}

.m--scroll {bottom:20px;right:20px;  width:40px;overflow: hidden;position: absolute;z-index:2;}
.m--scroll img{height:30px;}
.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;} 
}

/* main Contents */
.main-etit{font-family: 'Paperozi'; font-weight:700;font-size:20px;line-height:1.3;color:#333; margin-bottom:30px;}
.main-tit{font-weight:300;font-size:40px;line-height:1.45;color:var(--second-color);}
.main-txt{font-weight:300;font-size:18px;line-height:1.45;color:var(--second-color);margin-top:10px;}
.main-titLine{position:relative; width:100%; height:50px; margin-bottom:30px;}
.main-titLine::after{position:absolute;content: ""; left:50%; bottom:0;transform:translateX(-50%); width:8px; height:8px; border-radius: 50%; background:var(--concept-color); }
.main-titLine::before{position:absolute;content: ""; left:50%; top:0;transform:translateX(-50%); width:1px; height:100%; background:#7b7b7b; }

/* section-1 */
.section-1{ width:100%; margin:-1px auto 0;  padding:var(--padding-t) var(--wrap-padding) 0; text-align: center; box-sizing: border-box;}

/* section-2 */
.section-2{width:100%; margin:0px auto; padding:var(--padding-t) var(--wrap-padding);box-sizing: border-box;}
.section-2 ul{display:flex; flex-wrap: wrap; justify-content: center; gap:20px; margin-bottom:40px;}
.section-2 li{width:-webkit-calc(100% / 5 - 16px); width:calc(100% / 5 - 16px);}

.main-product{display:flex; flex-direction: column; width:100%;cursor:pointer;  border:0px solid #eee; background: #fff; border-radius: 10px;box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; box-sizing: border-box; }
.main-product .thumb{width:100%; background: #f9f9f9;  border-radius:10px 10px 0 0; overflow: hidden; box-sizing: border-box; }
.main-product .thumb img{width:100%; border-radius:10px 10px 0 0; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }
.main-product: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);}
.main-product .txtbox{display:flex;flex-direction: column; justify-content: space-between; border-top:1px solid #eee; padding:20px;  box-sizing: border-box; }
.main-product .tit{font-weight:600;font-size:16px;color:#333;line-height:1.2; letter-spacing:-0.01em;}
.main-product .btnArea{display:inline-flex; justify-content:flex-end;}
.main-product .btn{display:inline-flex;align-items: center; justify-content: center; width:26px; height:26px; border-radius:50%;background:url(/resources/images/layout/arr-wh.png) 50% 50% no-repeat var(--second-color);background-size:10px auto;  font-weight:500;font-size:24px;color:#fff;line-height:1; padding-bottom:3px;}

/* section-3 */
.section-3{display:flex; flex-direction: column; align-items: center; width:100%;margin:0 auto;background:url(/resources/images/main/sec3-bg.jpg) 50% 50% no-repeat #000;background-size: cover;  padding:var(--padding-t) var(--wrap-padding); box-sizing: border-box; }
.section-3 .main-tit{color:#fff;font-weight:700; }
.section-3 .txt{text-align: center; font-weight:400;font-size:18px;line-height:1.45;color:#fff; margin-top:20px; }
.section-3 .btn{display:inline-flex; justify-content: space-between;align-items: center; gap:10px;font-weight:600; color:#1a1a1a;font-size:16px; background:#fff; border-radius: 30px; padding:8px 20px 8px 24px;box-sizing: border-box; margin-top:30px; }
.section-3 .btn-icon img{width:20px;}
.section-3 .arrow{display:inline-block;width:26px; height:26px; background:url(/resources/images/layout/arr-wh.png) 50% 50% no-repeat var(--concept-color);background-size:10px auto; border-radius: 50%;}


.f-partner{width:100%;margin:0 auto;border-top:1px solid #ebebeb; padding:20px 0;box-sizing: border-box;}
.f-partner .inner{position:relative;padding:0px 30px;}
/* .swiper_1 스와이퍼 */ 
.swiper_1 { position:relative;width:100%;padding:0px;margin:0px auto;z-index:1; box-sizing: border-box;} 
.swiper_1 .swiper-wrapper{display:flex;justify-content: center;align-items: center;gap:0px; }
.swiper_1 .swiper-slide {width:auto !important;box-sizing:border-box;  -webkit-box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.swiper_1 .swiper-slide img{max-width:100%; height:50px;}

/* 버튼관련 */ 
.f-partner .inner .swiper-button-prev,  
.f-partner .inner .swiper-button-next{position:absolute; width:8px; height:15px; background-size:auto 15px;top:50%;margin-top:-8px;z-index:2;} /*크기*/
.f-partner .inner .swiper-button-prev{background-image: url(/resources/images/layout/p_prev.png); left: 10px;} /*이미지,위치*/
.f-partner .inner .swiper-button-next{background-image: url(/resources/images/layout/p_next.png); right:10px;}

.f-partner .inner .swiper-button-next.swiper-button-disabled, .f-partner .inner .swiper-button-prev.swiper-button-disabled {
	opacity:.0;
	cursor: auto;
	pointer-events: none
}

.swiper_1 .swiper-pagination-bullet {width: 12px;height: 7px;margin:0px 4px;display: inline-block;border-radius:24px; background: #bbb; border:0;}
.swiper_1 .swiper-pagination-bullet-active {width:40px;height:7px;background:#7357bd;}
.swiper_1 .swiper-scrollbar {display:none;border-radius:10px;position:relative;-ms-touch-action:none;background:#e2e2e2}
.swiper_1.swiper-container-horizontal>.swiper-scrollbar {position:absolute;left:0%;bottom:0px;z-index:50;height:2px;width:100%;}
.swiper_1 .swiper-scrollbar-drag {height:100%;width:100%;position:relative;background:rgba(0,0,0,.9);border-radius:0px;left:0;top:0}
.swiper_1 .swiper-scrollbar-cursor-drag {cursor:move}
.swiper_1 .swiper-pagination-progress {background:rgba(0,0,0,.9);position:absolute}

.gallery--list{width:100%;box-sizing: border-box;}
.gallery--list .thumb{position: relative;width:100%; height:0px;padding-top:100%;overflow: hidden;border-radius:0px;border:1px solid #f1f1f1; background:#f9f9f9; box-sizing: border-box;}
.gallery--list .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; border-radius:0px; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }
.gallery--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);}
.gallery--list .textArea{margin-top:20px;text-align: left; padding:0 5px; box-sizing: border-box;}
.gallery--list .category{font-weight:600;font-size:16px;color:#222;line-height:1;letter-spacing:-0.01em;}
.gallery--list .tit{font-weight:600;font-size:18px;color:#222;letter-spacing:-0.01em;line-height:1.45; /* 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; */ }
.gallery--list .date{font-weight:300;font-size:14px;color:#666;line-height:1.45;letter-spacing:-0.01em;margin-top:10px;}

.list-type{width:100%;margin:0px auto 40px;}
.list-type ul{display:flex;flex-wrap: wrap;width:100%; gap:40px; }
.list-type li{box-sizing: border-box; position:relative; }
.list-type ul.type-3 li{width:-webkit-calc(100% / 3 - 26.6666px); width:calc(100% / 3 - 26.6666px);}
.list-type ul.type-4 li{width:-webkit-calc(100% / 4 - 30px); width:calc(100% / 4 - 30px);}
.list-type ul.type-5 li{width:-webkit-calc(100% / 5 - 32px); width:calc(100% / 5 - 32px);}
.list-type.border li{background:#fff;border:1px solid #dfdfdf; }

.video_box {position:relative;cursor:pointer;background:#ddd; padding-bottom: 56.25%;height: 0;overflow: hidden; }
.video_box .movie_btn {position: absolute; left: 50%; top: 50%; transform: translate(-50.1%, -50.1%); text-align: center; z-index:60;}
.video_box .movie_btn p {font-family: 'Montserrat', sans-serif; font-weight: 100; font-size: 18px; color: #fff; opacity: .7; letter-spacing: 1px; padding-top: 10px;}
.video_box .movie_btn button {  
  font-size: 0;
  color: transparent;
  display: inline-block;
  cursor: pointer;
}
.video_box .movie_btn button::before {
  content: "";
  display: inline-block;  
  width: 82px;
  height: 82px;
  background:url(/images/icon.png) no-repeat 0 0;    
  background-position:0 -100px;
}
.video_box video {position: absolute;top: 0;left: 0;width: 100%; height: 100%;}

/*  SUB LAYOUT */

/* menuTab */
.menuTab-wrap{position:fixed;left:0;top:var(--header-height); width:100%; margin:0 auto;height:var(--menuTab-height); background-color:#fff; border-bottom:1px solid #ddd;  padding:0px var(--wrap-padding); box-sizing: border-box;overflow:hidden;  z-index:2;}
.menuTab{width:100%;margin:0 auto; height:var(--menuTab-height); padding:0;position:relative; box-sizing: border-box;}
.menuTab .x-scroll{display:flex; justify-content: center; }
.menuTab ul{display:flex; justify-content: center; align-items: center;width:100%;height:100%;gap:0px; box-sizing: border-box; }
.menuTab ul.tabs {white-space: nowrap;}
.menuTab li{margin-right:60px;}
.menuTab li:last-child{margin-right:0px;}

.menuTab a{display:flex;align-items: center; justify-content: center;text-align:center;height:var(--menuTab-height);font-weight:500;font-size:16px;line-height:1; border-width:0; border-style:solid;padding:0 2px; box-sizing: border-box;color:rgba(0, 0, 0, .5);border-color:var(--concept-color);}
.menuTab li.active a{font-weight:700;color:var(--concept-color); border-width:0 0 4px 0;}
.menuTab li:hover a{font-weight:700;color:var(--concept-color); border-width:0 0 4px 0; }
.menuTab.pro .x-scroll{justify-content:flex-start;}
.menuTab.pro ul{justify-content:flex-start; }

/* @@@@@@@@@@@@@@@@@@@  sub layout  @@@@@@@@@@@@@@@@@@@@  */
.container {position:relative; width:100%;margin-top:calc(var(--header-height) + var(--menuTab-height)); padding:40px 0 100px; min-height:600px; background: #fff; box-sizing: border-box;}
.inner{position:relative; width:100%;max-width:var(--area-width);margin:0 auto;padding:0;box-sizing: border-box;}
.inner:after {display:block; clear:both; content:'';}

.title{display:flex;flex-wrap: wrap; align-items: center; gap:10px 20px; font-weight:700; font-size:40px;color:var(--second-color);line-height:1.2;letter-spacing:-0.01em; text-transform:capitalize; margin-bottom:40px;}
.title span{font-size:24px;color:#555;line-height:1.2;}

.title-s{position:relative; font-weight:700; font-size:40px;color:var(--second-color);line-height:1.2;letter-spacing:-0.01em;  text-transform: uppercase; padding-top:16px;}
.title-s::after{position:absolute;content: "";left:2px; top:0;width:28px; height:3px; background:var(--concept-color);}

.title-m{ font-weight:600; font-size:20px;color:var(--second-color);line-height:1.2;letter-spacing:-0.01em; min-height:20px;background:url(/images/layout/i_m3.png) 0% 50% no-repeat;background-size:17px auto;  text-transform: uppercase; padding-left:24px; margin-bottom:10px; box-sizing: border-box;}

.location{margin-bottom:10px;}
.location ul{display:flex; align-items: center; }
.location li{position:relative;display: inline-block;padding-left: 25px;font-weight:400;font-size:13px;color: #555;line-height: 1;letter-spacing:-0.01em; text-transform: uppercase; } 
.location li::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 5px;height: 5px;background:#dbdbdb;border-radius:50%;margin-left:10px; }
.location .i_home{display: inline-block;width:16px; height:13px;background: url(/resources/images/layout/ico_home_bl.png) 50% 50% no-repeat;text-indent: -9999px;}
.location li:first-child{padding-left:0px; }
.location li:first-child::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 0px;height: 0px;margin-left:0px; }


/* section-product 스와이퍼 */ 
.swiper-product {position:relative; width:100%;margin:0px auto 40px; z-index:1; border:0px solid #ddd; padding:0px 0 40px; box-sizing: border-box;} 
.swiper-product::before{position:absolute;right:0; top:0;content: ' ';  width:50%; height:80%; background: #eee; border-radius: 240px 0 0 240px; z-index:-1;} 
.swiper-product .swiper-slide {width:100%; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.swiper-product .swiper-slide img{max-width:100%;}

/* 버튼관련- 사용안함 */ 
.swiper-product-button{position: absolute;top:0px; left:50%; width:110px; margin-left:-55px; /* transform:translateX(-50%);*/  padding:0px;z-index:2;}  
.swiper-product-button .swiper-button-prev,  
.swiper-product-button .swiper-button-next{width:50px; height:42px; background-size:auto 42px; top:0;margin-top:0px;z-index:2;} /*크기*/
.swiper-product-button .swiper-button-prev{background: url(/resources/images/main/c-prev.png) 50% 50% no-repeat; left:0px; } /*이미지,위치*/
.swiper-product-button .swiper-button-next{background: url(/resources/images/main/c-next.png) 50% 50% no-repeat; left:60px; }

.swiper-product .swiper-pagination{padding-bottom:0px;}
.swiper-product .swiper-pagination-bullet {width:7px;height: 7px;margin:0px 4px;display: inline-block;border-radius:24px; background: #bbb; border:0; opacity:1;}
.swiper-product .swiper-pagination-bullet-active {width:20px;height:7px;background:var(--concept-color);}

/* 버튼관련- 사용안함 */ 
.swiper-product .swiper-scrollbar {display:none;border-radius:10px;position:relative;-ms-touch-action:none;background:#e2e2e2}
.swiper-product.swiper-container-horizontal>.swiper-scrollbar {position:absolute;left:4%;bottom:0px;z-index:50;height:3px;width:92%;}
.swiper-product .swiper-scrollbar-drag {height:100%;width:100%;position:relative;background:rgba(0,0,0,.9);border-radius:0px;left:0;top:0}
.swiper-product .swiper-scrollbar-cursor-drag {cursor:move}
.swiper-product .swiper-pagination-progress {background:rgba(0,0,0,.9);position:absolute}

.product-swiperimg{display:flex;align-items: center; flex-direction: column; gap:30px; width:100%; padding:0 15% 0px; box-sizing: border-box; }
.product-swiperimg .thumb{transform:translateX(130px); opacity: 0;transition: all 0.5s; }
.product-swiperimg .thumb img{max-width:100%;}
.product-swiperimg .img-tit{font-weight:700; font-size:18px; color:#333;line-height:1.45; opacity: 0; transition: all 0.5s;  }
.swiper-product .swiper-slide-active .product-swiperimg .thumb{opacity: 1; transform:  translateX(0); transition-delay: 0.3s;}
.swiper-product .swiper-slide-active .product-swiperimg .img-tit{opacity: 1; transform:  translateX(0); transition-delay: 0.4s;}

.product-bgimg{display:flex;background: #fff; width:100%; padding:0 0 40px; box-sizing: border-box; }
.product-bgimg .img img{width:100%;border-radius: 8px; }

/* section-product-full 스와이퍼 */ 
.swiper-product-full {position:relative; width:100%;  max-width:var(--area-width); margin:0px auto 40px; z-index:1;padding:0 0 40px; box-sizing: border-box;} 
.swiper-product-full .swiper-slide {position: relative; width:100%; height:0px;padding-bottom:46%; /* padding-bottom:56.25%;*/ margin:0 auto;overflow: hidden;box-sizing: border-box; }
.swiper-product-full .swiper-slide img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit:cover; object-position: 50% 50%;border-radius:4px;}
.swiper-product-full .swiper-pagination{padding-bottom:0px;}
.swiper-product-full .swiper-pagination-bullet {width:7px;height: 7px;margin:0px 4px;display: inline-block;border-radius:24px; background: #bbb; border:0; opacity:1;}
.swiper-product-full .swiper-pagination-bullet-active {width:20px;height:7px;background:var(--concept-color);}

.product-summary{margin-bottom:80px;}
.product-summary h3{margin-bottom:30px;}
.product-summary ul{display: flex; flex-wrap: wrap; gap:20px;}
.product-summary li{flex:1; display: inline-flex; flex-direction: column; border:1px solid #bbb; /*border:1px solid var(--concept-color);*/ border-radius: 4px; padding:40px; box-sizing: border-box;}
.product-summary .icon{text-align: center; margin-bottom:30px;}
.product-summary .icon img{width:100px;}
.product-summary .tit{text-align: center;font-weight:700; font-size:22px; color:#333;line-height:1.45;margin-bottom:20px;}
.product-summary p{margin-top:5px;}
.product-summary p:first-of-type{margin-top:0px;}

.product-wrap{width:100%;}
.product-wrap > section{ width:100%; /* max-width:var(--area-width); */ margin:80px auto 0; padding-top:80px; border-top:1px solid #ddd; box-sizing: border-box;}
.product-wrap > section:first-child{margin-top:0px; padding-top:0px; border-top:0;}

.product-info{width:100%;}
.product-info ul{display: flex; flex-wrap: wrap; gap:40px;}
.product-info .cont{flex:1;}
.product-info .imgWrap{flex:1;text-align: center;padding:0 5%; box-sizing: border-box;}
.product-info .imgWrap img{width:100%; max-width:400px; max-height:300px;}
.product-info h3{margin-bottom:30px;}
.product-info p{margin-top:8px; padding-left:20px; box-sizing: border-box;}
.product-info p:first-of-type{margin-top:0;}
.product-info .imgWrap-h{flex:1;text-align: center;padding:0 5%; box-sizing: border-box;}
.product-info .imgWrap-h img{width:100%; max-width:400px; max-height:460px;}

.product-info .cont-full{flex:0 0 100%;}
.product-info .cont-full .bullet-tit{padding:0 30px;box-sizing: border-box;}
.product-info .cont-full .bullet-tit::before{left:20px;}

.product-sinfo{width:100%; margin:0px auto; padding:60px 20px 0; box-sizing: border-box;}
.product-sinfo ul{display: flex; flex-wrap: wrap; gap:20px;}
.product-sinfo li{width:-webkit-calc(100% / 6 - 16.6666px); width:calc(100% / 6 - 16.6666px); display: inline-flex; flex-direction: column; align-items: center; text-align: center; gap:10px; }
.product-sinfo .img img{max-width:100%;}
.product-sinfo .img-txt{font-weight:400; font-size:14px; color:#666;line-height:1.45;}

.product-info-full{width:100%; margin-bottom:40px;}
.product-info-full > h3{margin-bottom:30px;}
.product-info-full .bullet-tit{ padding:0 30px;box-sizing: border-box;}
.product-info-full .bullet-tit::before{left:20px;}
.product-info-full .stit{font-weight:400;font-size:15px;color:#333;line-height:1.45; padding:10px 30px 0;box-sizing: border-box;}
.product-info-full .table{width:100%;  margin-top:10px; padding:0px 30px;box-sizing: border-box;}

.img-full{width:100%; margin:40px auto; text-align: center;padding:0 30px;box-sizing: border-box;}
.img-full img{max-width:100%;}

.youtube-wrap{position: relative; width:100%;margin:80px auto 0; padding-bottom:100px; }
.youtube-wrap::before{position: absolute; content: ''; left:0; bottom:0; width:100%;height:80%; background: #f6f6f6;  }
.youtube-box{position: relative;width:100%;max-width:767px;height:380px;/* padding-bottom:56.25%;*/ margin:0 auto;overflow: hidden;box-sizing: border-box; cursor: pointer; border-radius: 8px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
.youtube-box img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; }
.youtube-btn{position: absolute; top:50%; left:50%;transform:  translate(-50%, -50%); width:40px; height:40px; background:url(/resources/images/layout/i_play_c.png) 50% 50% no-repeat; background-size: 40px auto;  z-index: 2;}
/* youtube popup */
.product-youtube{position: relative;width:100%;margin:0px auto; padding-bottom:178%;height: 0;overflow: hidden;background: #000;}
.product-youtube iframe{position: absolute;top: 0;left: 0;width: 100%; height: 100%; }
.product-youtube .icon-close-white{position: absolute;right:0px;top:0px;width:40px; height:40px;background:url(/resources/images/layout/close_white.png) 50% 50% no-repeat #000; background-size: 14px auto;}

.company-bg{display: flex; align-items: center;width:100%; height:380px; margin:0 auto;overflow: hidden; background:url(/resources/images/sub/company-bg.jpg) 50% 50% no-repeat #000;background-size: cover;  padding:0 var(--wrap-padding); box-sizing: border-box; }
.company-bg > h3{width:100%;max-width:1200px;  margin:0 auto; font-family: 'Paperozi'; font-weight:700;color:#fff; font-size:36px;line-height:1.6;  box-sizing: border-box; }

.greeting{padding:60px 0 0;width:100%; max-width:1200px; margin:0 auto;}
.greeting h3{font-family: 'Paperozi';font-weight:700; font-size:30px;color:var(--second-color);line-height:1.45;margin-bottom:40px;}
.greeting p{font-weight:300; font-size:18px;color:var(--second-color);line-height:1.45;margin-bottom:20px;}
.greeting p > span{font-weight:700; color:var(--concept-color);}
.greeting p.sign{font-weight:600;padding-top:20px;}

.overview-bg{display: flex; align-items: center;width:100%; height:380px; margin:0 auto;overflow: hidden; background:url(/resources/images/sub/overview-bg.jpg) 50% 50% no-repeat #000;background-size: cover;  padding:0 var(--wrap-padding); box-sizing: border-box; }
.overview-bg .textBox{width:100%;max-width:1200px;  margin:0 auto;  }
.overview-bg .textBox > h3{font-family: 'Paperozi'; font-weight:700;color:#fff; font-size:40px;line-height:1;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); margin-bottom:25px; }
.overview-bg .textBox > p{font-weight:400;color:#fff; font-size:24px;line-height:1.45;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); }

.overview{width:55%; margin-left:45%;box-sizing: border-box;}
.overview > ul{display: flex;justify-content: space-between; flex-wrap: wrap; gap:10px; border-top: 1px solid #ddd; padding:30px 0; box-sizing: border-box;}
.overview > ul:first-of-type{border-top:0; padding:50px 0 30px;}
.overview .tit{flex:0 0 200px; display:inline-flex; align-items: center; gap:15px; font-weight:400;font-size:18px;color:#555;line-height:1.45; }
.overview .icon{display:inline-flex; justify-content: center; align-items: center; width:40px; height:40px; border-radius: 10px; background:#333;}
.overview .cont{flex:1;font-weight:600;font-size:18px;color:var(--second-color);line-height:1.45; }
.overview .cont p br{display:none; }

  /* 오시는 길 */
  .mapArea{width:100%;}
  .mapArea h3{margin-bottom:15px; }
  .mapArea > section{margin-top:60px; padding-top:60px; border-top:1px solid #666; }
  .mapArea > section:first-of-type{margin-top:0px; padding-top:0px; border-top:0; }
  .mapArea iframe{width:100%; height:500px;}
  .map-content{display:flex;width:100%;}  

  .map{position:relative; padding-bottom:0px; }
  .map::after{position:absolute;content: ""; left:0; bottom:0; width:100%; height:80px; background: #fff;}
  .root_daum_roughmap{z-index: 1 !important; }
  .pan_roughmap{z-index: 2 !important; position:absolute;left:0; top:0; width:90%; height:500px; background: transparent; }

  .map-contacts {width:100%;margin:0px auto;box-sizing: border-box;}
  .map-contacts ul{display:flex; align-items: flex-start; flex-wrap: wrap; width:100%; border-top:0px solid #efefef; padding-top:10px;  margin-top:10px; }
  .map-contacts ul:first-child{border-top:0px solid #ddd; padding-top:25px;  margin-top:10px;}
  .map-contacts li{display: inline-flex; flex-wrap: wrap; gap:10px; font-weight:400;color:#333;line-height:1.4;}
  .map-contacts .c_title{width:120px;font-weight:700; align-items: center;font-size:15px; padding-left:20px; box-sizing: border-box; }
  .map-contacts .c_content{flex:1; flex-direction: column; align-items: flex-start;font-size:15px; }
  .map-contacts .c_content > a{color:#333;}
  .map-contacts .c_btn{display: inline-block;width:100%;text-align:left;}  
  .map-contacts .icon img{max-height:24px;}

  .sub-tab{width:100%;margin:0px auto 40px;}
  .sub-tab ul{display:flex;flex-wrap: wrap;justify-content: center; align-items: center;width:100%;gap:0px; box-sizing: border-box;}
  .sub-tab li{flex:0 0 200px;margin-left:-1px;}
  .sub-tab li:first-of-type{margin-left:0px;}
  .sub-tab a{display:flex;align-items: center; justify-content: center;text-align:center; height:45px; border:1px solid #666;background:#fff; font-weight: 400; font-size:16px;color:#666;line-height:1;box-sizing: border-box; }
  .sub-tab li.active a{border:1px solid var(--concept-color);background:var(--concept-color); color:#fff;}
  .sub-tab li:hover a{border:1px solid var(--concept-color);background:var(--concept-color); color:#fff;}

    /* history */
  .history-wrap{width:100%; background:#f6f6f6; margin:0 auto; padding:100px 5% 40px; box-sizing:border-box; }
  .history { position:relative;padding:20px 0 60px; display:flex; justify-content: center;max-width:1024px; /* max-width:760px; */  margin:0 auto; box-sizing:border-box; }
  .history .history-list { position:relative;display:flex;flex-direction: column; padding-bottom:0; }
  .history .history-list > ul {margin-bottom:0;}
  .history .history-list > ul:last-child{  margin-bottom:0px; }
  .history .history-list > ul > li:not(:last-child) { padding-bottom:60px; }
  
  .history .history-list > ul > li { position:relative; padding-left:60px; width:100%; 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:3 }
  .history .history-list > ul > li:before { content:""; display:block; position:absolute; top:8px; left:-9px; width:20px; height:20px;background:#fdf6f6; 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:150px; color:#000; font-size:28px; font-weight:800;line-height:1; }
  .history .history-list > ul > li > dl > dd { width:calc(100% - 150px); margin-top:0px; }
  .history .history-list > ul > li > dl > dd li:not(:last-child) { margin-bottom:20px; }
  .history .history-list > ul > li > dl > dd li {width:100%; }
  .history .history-list > ul > li > dl > dd li > div.contArea{display:flex; align-items: center; gap:20px; margin-bottom:10px;}
  .history .history-list > ul > li > dl > dd li > div:last-child{margin-bottom:0px;}
  .history .history-list > ul > li > dl > dd li .month{font-weight:700;font-size:20px; color:var(--concept-color); line-height:1.4; }
  .history .history-list > ul > li > dl > dd li .txt{font-weight:400;font-size:18px; color:#333; line-height:1.4; }
  .history .history-list > ul > li > dl > dd li .tit{font-weight:600;font-size:18px; color:#000; line-height:1.4; }
  .history .history-list > ul > li > dl > dd li > div.imgArea{display:inline-flex; justify-content: center; align-items: center; width:240px; height:100px; border:1px solid #ddd; padding:15px 40px;box-sizing:border-box; }
  .history .history-list > ul > li > dl > dd li > div.imgArea img{max-width:100%; max-height:100%;}
  .history .history-list > ul > li > dl > dd li > div.img{width:100%; padding:0px 0 10px;}

  .history .progressbar { position:absolute; top:16px; left:0%; width:1px; height:calc(100% - 30px); background-color:#ddd; overflow:hidden; z-index:0; }
  .history .progress { position: absolute; left:0%; top:0; width:1px; height:0; background:var(--concept-color); transition:.5s; }

/********************************************
	공통사용
********************************************/

/* form */
.form_sty{width:100%;margin:0px 0px 40px;border-top:1px solid #666; padding-top:20px; box-sizing: border-box;}
.form_sty > ul{display: flex;align-items: center;flex-wrap: wrap; gap:10px; width:100%;margin-top:0px;padding:10px 0px;}
.form_sty > ul > li{padding:0px;display:inline-flex;align-items: center;flex-wrap: wrap; }
.form_sty > ul > li.top{align-self:flex-start; }
.form_sty .tit{flex:0 0 150px; padding-top:8px; }
.form_sty .tit > *{position:relative;display: inline-block;font-weight:600;font-size:17px;color: #333;line-height:1.2;letter-spacing:-0.02em;}
.form_sty .tit > *.required{padding-right:10px;}
.form_sty .tit > *.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}
.form_sty .tit.lg{flex:0 0 240px;  }
.form_sty .full{flex:0 0 100%;  }
.form_sty .cont{flex:1;font-size:16px;min-height:40px;}
.form_sty > ul > li:nth-of-type(3) {margin-left:30px;}
.form_sty .select-w{flex:1;} /* 모바일 100% */


.tit-required{margin-bottom:15px;}
.tit-required > span{position:relative;display: inline-block;font-weight:600;color: #333;font-size:16px; line-height:1;letter-spacing:-0.03em;}
.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(/resources/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{flex:1; 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);}
.inputfile-wrap.line input{border:1px solid #ccc;border-width:0 0 1px 0; border-radius:0px;padding:0;}

.captcha-box {display: flex;align-items: center;flex-wrap: wrap; gap:10px;}
.captcha-box .img-box { border: 1px solid #d4d4d4;width:100px; height:100px;box-sizing: border-box;}
.captcha-box img{	width: 100%;height: 100%;}
.captcha-box a {order: 3;font-size:14px;color:var(--concept-color); font-weight: 500;background: url('/resources/images/layout/ico-refresh.png') no-repeat left center;padding-left: 20px;flex-shrink: 0;}
.captcha-box .input_sty{width:280px;}

.wr_box{display: inline-block; width:100%; border:1px solid #dfdfdf;background:#fafafa; margin:0px auto;max-height:250px; padding:25px;box-sizing: border-box;overflow: auto;  }
.wr_box.type1{max-height:auto;padding:0;}
.wr_box > h3{font-weight:700;font-size:17px;line-height:1.45;color:#333;margin-bottom:10px;}
.wr_box > p{font-size:14px;line-height:1.45;color:#333; margin-top:10px;}
.wr_box > p:first-child{ margin-top:0px;}
.wr_box dl dt {font-weight: 700; padding:13px 0 10px 0;font-size:16px;line-height:1.45;color:#333;}
.wr_box dl dd {font-size:14px;line-height:1.45;color:#555;}
.agree_txt{font-weight: 300;font-size:12px;line-height:1.45;color:#333;	padding:10px 0 0 0;margin-bottom:40px;  }
.spam-txt{font-size:18px; margin-top:10px;}

/* 스크롤바 설정*/
.wr_box::-webkit-scrollbar{width: 6px;}
.wr_box::-webkit-scrollbar:vertical {width: 6px;}
.wr_box::-webkit-scrollbar:horizontal {height: 6px;}
.wr_box::-webkit-scrollbar-thumb{background-color: #666 !important;}

.right-chkBox{display:flex;justify-content:flex-end;align-items: center;gap:10px; margin:10px auto 40px;}
.tit-agreement{display:flex; align-items: center; gap:10px; font-weight: 600;font-size:16px;line-height:1.2;color:#333; margin-bottom:15px; border-top:1px solid rgba(22, 22, 22, .3); padding-top:20px;}

/* text */
.tit-xlg{font-weight:700;font-size:40px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-lg{font-weight:700;font-size:30px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-md{font-weight:700;font-size:24px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-sm{font-weight:700;font-size:18px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-s{font-weight:700;font-size:16px;color:#000;line-height:1.3;letter-spacing:0;}

.txt-lg{font-weight:400;font-size:24px;color:#333;line-height:1.45;}
.txt-m{font-weight:400;font-size:20px;color:#333;line-height:1.45;}
.txt-md{font-weight:400;font-size:18px;color:#333;line-height:1.45;}
.txt-sm{font-weight:400;font-size:16px;color:#333;line-height:1.45;}
.txt-s{font-weight:400;font-size:14px;color:#333;line-height:1.45;}

.tit--round{position:relative;font-weight:700;font-size:24px;color:#333;line-height:1.3; padding-left:20px;box-sizing: border-box;}
.tit--round::before{position:absolute;content: ' ';left:0;top:12px;background:var(--concept-color);border-radius:24px; width:12px; height:6px;  /* border-radius:50%; width:7px; height:7px;*/ }

.bullet-tit{position:relative;font-weight:400;font-size:17px;color:#333;line-height:1.45; padding-left:10px;letter-spacing:0em;line-height:1.4;box-sizing: border-box;}
.bullet-tit::before{position:absolute;content: ' ';left:0;top:9px; width:4px; height:4px;background:var(--concept-color); border-radius:50%; }

.bullet-txt{position:relative;font-weight:400;font-size:16px;color:#333;line-height:1.45; padding-left:10px;letter-spacing:0em;line-height:1.4;box-sizing: border-box;}
.bullet-txt::before{position:absolute;content: ' ';left:0;top:8px; width:4px; height:4px;background:var(--concept-color); border-radius:50%; }

.bullet-stxt{position:relative;font-weight:400;font-size:14px;color:#444;line-height:1.45; padding-left:8px;letter-spacing:0em;line-height:1.4;box-sizing: border-box;}
.bullet-stxt::before{position:absolute;content: ' ';left:0;top:7px; width:3px; height:3px;background:var(--concept-color); border-radius:50%; }

.line-list{position:relative;font-weight:400;font-size:17px;color:#444;line-height:1.45; padding-left:12px;box-sizing: border-box;}
.line-list::before{position:absolute;content: '-';left:0;top:0px;font-size:18px;color:#444; }

.notice-txt{}
.notice-txt > span{display:inline-block;width: fit-content;text-align: left; min-height:18px;background:url(/resources/images/layout/icon-point.png) 0 6px no-repeat;background-size:18px auto; padding-left:24px;font-weight:600;font-size:18px;color:#333;line-height:1.45;box-sizing: border-box;}
.pre-wrap{width:100%;white-space: pre-wrap;margin-bottom:40px;  }

.notice-stxt{}
.notice-stxt > span{display:inline-block;width: fit-content;text-align: left; min-height:15px;background:url(/resources/images/layout/ico-notice.png) 0 4px no-repeat;background-size:15px auto; padding-left:20px;font-weight:300;font-size:14px;color:#666;line-height:1.45;box-sizing: border-box;}

.list--top{display:flex;justify-content:space-between;align-items: center; margin-bottom:15px; }
.list--top .list-total{order:1;}
.list--top .list-search{order:2;}
.list--top .searchLine{order:2; width:100%; max-width:400px; }

.list-total{min-height:28px; background:url(/resources/images/layout/ico-notice.png) 0 0 no-repeat;font-family: 'Pretendard';font-weight:300;font-size:16px;color: #333;line-height:1;letter-spacing:-0.02em;padding-left:20px;box-sizing: border-box;}
.list-total > span{font-weight: 700;}

.list-search{display:flex;width:100%; max-width:400px;margin-left:auto;}
.list-search .selectArea{width:120px;}
.list-search .selectArea select{background-color: transparent;}
.list-search .inputArea{flex:1 1 0;padding-left:5px;}

/* paging */
.pagination {display:block;margin:20px 0;text-align: center; font-size:0;overflow: hidden;font-family: 'Pretendard';}
.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(/resources/images/layout/pagination-first.png)}
.pagination-prev {background-image: url(/resources/images/layout/pagination-prev.png)}
.pagination-next{background-image: url(/resources/images/layout/pagination-next.png)}
.pagination-last {background-image: url(/resources/images/layout/pagination-last.png)}
.pagination-first.disabled {background-image: url(/resources/images/layout/pagination-first-off.png); pointer-events: none;}
.pagination-prev.disabled {background-image: url(/resources/images/layout/pagination-prev-off.png); pointer-events: none;}
.pagination-next.disabled {background-image: url(/resources/images/layout/pagination-next-off.png); pointer-events: none;}
.pagination-last.disabled {background-image: url(/resources/images/layout/pagination-last-off.png); pointer-events: none;}

/* board list-tb */
.boardList {width:100%;margin:0px auto;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;}
.boardList .list-head{background-color: #fafafa;height:45px;text-align:center;}
.boardList .list-body{background-color: #fff;padding:15px 0px;}
.boardList .list-body.notice{background:var(--light-color);}  

.boardList .etc-blank{flex:0 0 0px;}
.boardList .stit_mo{position: relative;display:none;font-weight:300;font-size:12px;color:#888;line-height:1;letter-spacing:-0.02em;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 80px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-subject{flex:1;font-weight: 500;font-size:16px;color:#333;line-height:1; padding:0 10px;} 
.boardList .tit-name{flex:0 0 120px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-file{flex:0 0 80px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-hit{flex:0 0 80px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-date{flex:0 0 120px;font-weight: 500;font-size:16px;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 80px;font-size:16px;color:#333;line-height:1.3; padding:0 5px;text-align:center;} 
.boardList .subject{flex:1;font-size:16px;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:16px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .file{flex:0 0 80px;font-size:16px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .hit{flex:0 0 80px;font-size:16px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .date{flex:0 0 120px;font-size:16px;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;}

.file_box{display:flex;flex-direction: column;box-sizing: border-box;}
.file_box > a{display: inline-flex; width:fit-content; align-items: center; margin-top:15px;font-weight:400;font-size:14px;line-height:1;color:#333;}
.file_box > a:first-child{margin-top:0px;}

/* 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; box-sizing: border-box;}
.board-view .subjectBox .rightArea{width:400px; display: inline-flex;justify-content:flex-end; align-items:center; gap:20px; box-sizing: border-box;}
.board-view .subject{font-weight:700;color:#333;font-size:18px;letter-spacing:-0.02em;line-height:1.4;}
.board-view .stit{font-weight:500;font-size:14px;line-height:1;color:var(--second-color); margin-right:5px;}
.board-view .name{font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .date{font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .hit{font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .file_box{padding:15px 20px; border-bottom:1px solid #dfdfdf;}

.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% !important;height:auto !important; margin-bottom:20px;}
.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:16px;color:#666;line-height:1.45;*/ color:#333; line-height:1.45;  }
.board-view .content_box p img{max-width:100% !important;height:auto !important; }
.board-view .content_box b{font-weight: bold;}

.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-family: 'Pretendard';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-family: 'Pretendard';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(/resources/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(/resources/images/layout/i_filedown_wh_s.png) 50% 40% no-repeat #000; border-radius:50%;text-indent: -9999px; margin-right:10px;  }
.i_file_down{display:inline-block;min-height:16px; background:url(/resources/images/layout/i_filedown_blue.png) 15px 50% no-repeat;padding:8px 15px 8px 40px;font-weight:500;font-size:12px;color:#333;line-height:1.2; border-radius: 24px; border:1px solid #ddd; box-sizing: border-box; /* width:16px;height:16px; text-indent: -9999px; */ }
/* .i_file{display:inline-block;width:15px;height:12px; background:url(/images/layout/i_filedown.png) 0 0 no-repeat;text-indent: -9999px; margin-right:10px;  } */
.i_new{display:inline-block;width:16px;height:16px;background:url(/resources/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(/resources/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(/resources/images/layout/re.png) center center no-repeat;background-size:auto 15px;text-indent: -9999px;margin-right:5px;}

/* no--data */
.no--data{display: flex;justify-content: center;align-items:center;margin:0 auto;min-height:300px;}
.no--data.sm{min-height:150px;}
.no--data > span{background:url(/resources/images/layout/no-data.png) 50% 0px no-repeat; padding:90px 0 0px; font-size:16px;color:#666;line-height:1;letter-spacing:-0.01rem;word-break: keep-all;font-weight:400;}

/* ...줄임표 옆 아이콘적용시 */
.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:20px;}
.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 */


/* table--scroll 좌우사용 */
.table-scroll-auto {margin: 0 auto;overflow: auto;  border-top:0px 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:10px 15px;vertical-align:middle; background:#f8f8f8; border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; font-size:15px;font-weight:500;line-height:1.3;letter-spacing:-0.02em;/* 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:10px 15px;vertical-align:middle;border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; font-size:14px;color: #333;font-weight:400;line-height:1.4;letter-spacing:-0.02em;background: #fff;}

  .table-scroll-auto tfoot,.table-scroll-auto tfoot th, .table-scroll-auto tfoot td {position:-webkit-sticky;position:sticky;bottom:0;background:var(--light-color) !important; }
  .table-scroll-auto tfoot th{font-weight:700;}
  .table-scroll-auto th:first-child,  .table-scroll-auto td:first-child{border-left:0px solid #dfdfdf; }
  .table-scroll-auto tr:nth-child(even) td{background:#f2f8fb;}

  .table-scroll-auto.atable table {min-width:100%;table-layout:unset;}
  .table-scroll-auto.atable th, .table-scroll-auto.atable td{border-left:0;}
  .table-scroll-auto.atable.border-non th,   .table-scroll-auto.atable.border-non td{border:0;}
  .table-scroll-auto.atable tfoot th, .table-scroll-auto.atable tfoot td {line-height:1;}

  .table-scroll-auto .left{text-align:left;padding-left:20px; padding-right:20px;}

  .table-scroll-auto.btable table {min-width:100%;table-layout:unset;}
  .table-scroll-auto.btable th{background:#f9f9f9; text-align:left;padding:10px 15px;}
  .table-scroll-auto.btable td{padding:10px; line-height:1.3;}

  .table-scroll-auto th.bg-3, .table-scroll-auto td.bg-3{background:#1d52a0; color: #fff; border-bottom:1px solid rgba(255,255,255,.3);  }
  .table-scroll-auto thead th.bg-3{border-bottom:1px solid rgba(255,255,255,.8);  }
  .table-scroll-auto th.bg-2, .table-scroll-auto td.bg-2{background:#f2f8fb;}
  .table-scroll-auto th.bg-1, .table-scroll-auto td.bg-1{background:#fff;}
  
  .table-scroll-auto .rborder{border-right:1px solid #dfdfdf;}

  .table-scroll-auto td p{margin-top:5px;}
  .table-scroll-auto td p:first-child{margin-top:0px;}

  /* table--scroll 좌우사용 END */

/*  tab */
.categoryTab{width:100%;max-width:900px; margin:60px auto; padding:0;box-sizing: border-box;}
.categoryTab ul{display:flex;flex-wrap: wrap;justify-content: center; align-items: center;width:100%;gap:0px; box-sizing: border-box;}
.categoryTab li{flex:1;margin-left:-1px;}
.categoryTab li:first-of-type{margin-left:0;}
.categoryTab a{display:flex;align-items: center; justify-content: center;text-align:center; font-weight:600;font-size:18px;line-height:1;color:#666; width:100%; height:50px; padding:5px; border:1px solid #bbb; box-sizing: border-box;}
.categoryTab li.active a{color:#fff;border:1px solid var(--concept-color); background:var(--concept-color); }
.categoryTab li:hover a{color:#fff;border:1px solid var(--concept-color); background:var(--concept-color); }





  
