@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;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 .header-inner{display:flex;justify-content:space-between;gap:20px; align-items: center;width: 100%; max-width:1200px; height:100%;margin:0 auto;transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; }
#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:60px;background:url(/images/layout/logo-w.png) 0% 50% no-repeat;background-size:auto 60px;  text-indent: -9999px;box-sizing: border-box; }
#header .util{z-index:4}
#header .util a{position:relative; display:inline-block;min-height:10px; padding-left:26px;font-weight: 400;font-size:13px;line-height:1;color:rgba(255,255,255, .8);}
#header .util a:before{ content: "";position:absolute; left: 0; top:50%;transform:translateY(-50%);content: ' '; width: 3px;height:3px;background:#fff; border-radius:50%;margin-left:10px;  }
#header .util a:first-child{padding-left:0px;margin-left:0px;}
#header .util a:first-child:before{background:none; padding-left:0px;margin-left:0px;}
#header .util a.on{font-weight: 600;color:#fff;}

/* language dropdown */
#header .btn-language{position: relative;display:inline-block;width:40px; min-height:26px;background:url(/images/layout/i--earth-wh.png) 50% 50% no-repeat; transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4;}
.languagebox{display:none;z-index:5;position:absolute;right:calc(5% + 60px);top:calc(var(--header-height) - 40px );width:60px;background:#fff;-webkit-box-shadow:1px 1px 5px rgba(0,0,0,.3);box-shadow:1px 1px 5px rgba(0,0,0,.3);border-radius:0px; }
.languagebox ul{}
.languagebox li{display:flex; align-items: center;width:100%;height:24px;text-align:center;justify-content:center; }
.languagebox li a{font-weight: 500;font-family: 'Pretendard';font-size:12px;line-height:1;color:#333;}
.languagebox li.active{ background: var(--concept-color); }
.languagebox li.active a{color:#fff; }

/* lagnuage 다른 스타일 : top-A 적용 */
.submenu-lagnuage-wrap {width: 100px;height: 30px;position: relative;z-index: 1001;}
.submenu-language {width:100px;height: 30px;background: #ffffff;border-radius: 20px;display: flex; align-items: center; justify-content: center;}
.submenu-language img:last-child {transition: 0.25s ease;}
.submenu-language.is-active img:last-child {transform: rotate(180deg);}
.language-icon{display:inline-block;width:16px; min-height:16px;background:url(/images/layout/i--earth.png) 50% 50% no-repeat;background-size: auto 16px; }

.submenu-language span {font-weight:500;font-size:13px;line-height: 1;color: #181818;margin-right: 10px;}
.submenu-language img:first-child {margin-right: 10px;}
.submenu-language { width: 100%; height: 100%; background: #ffffff; border-radius: 20px; display: flex; align-items: center;justify-content: center; position: absolute;top: 0; left: 0;z-index: 1;transition: 0.3s ease;}
.is-open .submenu-language {background: #f7f7f7;}
.submenu-language.is-active { box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);}
.submenu-language span {font-weight: 500;font-size: 13px;line-height: 1;color: #181818; margin-right: 10px;}
.submenu-language img:first-child { margin-right: 10px;}
.submenu-lagn-list {position: absolute; top: 0;left: 0;width: 100%; background: #f9f9f9;padding: 0 14px;border-radius: 20px; max-height: 0; overflow: hidden; opacity: 0; transition: 0.2s;}
.submenu-lagn-list.is-active {padding: 39px 14px 10px;max-height: 500px;opacity: 1;}
.submenu-lagn-list li {font-weight: 500; font-size:12px; color: #acacac; padding-bottom: 12px;cursor: pointer;padding-left: 28px;}
.submenu-lagn-list li.is-active {color: #181818;font-weight: 500;}
.submenu-lagn-list li:last-child {padding-bottom: 0;}

#gnb {flex:1; /* display:inline-flex;justify-content:center; */ }
#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(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.5s; }
#gnb.on #gnb1_ul:before{ height:650px; opacity: 1; } 

#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 50px;}
/* #gnb .gnb1_li.lg{padding: 0 80px; }*/

#gnb .gnb1_li .bg{ display: none; }
.gnb1_a {display:block;font-weight: 700; color:#fff; text-decoration:none; font-size:19px;letter-spacing:0em;text-transform:capitalize; 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: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(--concept-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; }
#gnb #gnb1_ul:hover .gnb1_li.lg{padding: 0 80px; transition: 0.5s;} 

.gnb2_ul .gnb2_ul_box { border-top:0;padding:0; }
.gnb2_a {display:block;padding:7px 0px;font-size:14px; line-height:1.2;color:#ddd;  text-align:center;text-decoration:none;position: relative; z-index: 1;}
a.gnb2_a:hover{color: #fff; }

.icon-newwin{display: inline-block; margin-left:5px; width:10px; height:10px; background:url(/images/layout/newwin-w.png) 0% 50% no-repeat;background-size:10px auto;}
.icon-newwin.depth-1{height:50px;}

.gnb_tit{padding:6px 0 12px;font-weight:600;font-size:14px;line-height:1;color:#333;text-align:center;text-decoration:none;}
.gnb3_a {display:block;padding:6px 0px;font-weight:400;font-family: 'Pretendard'; font-size:13px;line-height:1.2;color:#666;text-align:center;text-decoration:none;position: relative; z-index: 1;}
a.gnb3_a:hover{color: #000; }

.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;*/ }
.gnb2_ul.on li:nth-child(11){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(12){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(13){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(14){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(15){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(16){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(17){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(18){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(19){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(20){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(21){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(22){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(23){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(24){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(25){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_a:focus, .gnb2_a:hover {color: #000; }


/* TYPE A : 이미지 위에 gnb노출 스타일 gnb hover Black Ver. : Basic top-A.html */
/* TYPE B : 이미지 위에 gnb노출 스타일 gnb hover White Ver. : top-Btml */
.gbg-white #gnb.on .gnb1_a {color:#333;text-shadow:none; }
.gbg-white #gnb.on .gnb1_li:hover > a{color:#333;}
.gbg-white #gnb.on .gnb2_a {color:#666;}
.gbg-white #gnb.on a.gnb2_a:hover{color: #000; }
.gbg-white #gnb #gnb1_ul:before{background-color: rgba(255,255,255,1); border-bottom:1px solid #ebebeb;}
.gbg-white #gnb.on .icon-newwin{background:url(/images/layout/newwin.png) 0% 50% no-repeat;background-size:10px auto;}

.gbg-white.bg_on .menu-icon__line {background-color: var(--second-color);}
.gbg-white.bg_on #header .logo{min-height:51px;background:url(/images/layout/logo.png) 0% 50% no-repeat;background-size:auto 51px; }
.gbg-white.bg_on #header.bg_on .logo{min-height:40px;background-size:auto 40px; }
.gbg-white.bg_on #header .util a{color:rgba(0,0,0, .6);}
.gbg-white.bg_on #header .util a:before{background:#888;}
.gbg-white.bg_on #header .btn-language{background:url(/images/layout/i--earth.png) 50% 50% no-repeat;}
.gbg-white.bg_on .menu-icon__line {background-color: var(--second-color);}

.gbg-white.bg_on  .hamburger-inner,
.gbg-white.bg_on  .hamburger-inner:after,
.gbg-white.bg_on  .hamburger-inner:before {position: absolute; width: 27px; height: 3px; background-color: #333 !important;transition: transform .3s ease .2s, background-color .3s ease .2s, opacity .3s ease .3s;}

/* TYPE C : gnb 상단 Bar 아래 이미지 노출 스타일 top-Ctml */
.text-bl #header{position:relative;height:var(--headerB-height);}
.text-bl #header .logo{min-height:51px;background:url(/images/layout/logo.png) 0% 50% no-repeat;background-size:auto 51px; }
.text-bl #header.bg_on .logo{min-height:40px;background-size:auto 40px; }
.text-bl #header .util a{color:#666;}
.text-bl #header .util a:before{ background:#aaa;  }
.text-bl #header .util a.on{color:#1a1a1a;}
.text-bl #header #gnb #gnb1_ul:before{background-color: rgba(255,255,255,0.95); border-bottom:1px solid #eee;}
.text-bl #header #gnb .gnb1_a {color:var(--second-color); }
.text-bl #header #gnb .gnb1_li:hover > a{ color: var(--concept-color);}
.text-bl #header .menu-icon__line {background-color: var(--second-color);} 
.text-bl #header #gnb .icon-newwin{background:url(/images/layout/newwin.png) 0% 50% no-repeat;background-size:10px auto;}
.text-bl .menu-icon__line {background-color: var(--second-color);}
.text-bl .nav-but-wrap{height:var(--headerB-height);  margin-top: 7px;  }
.text-bl #header .btn-language{background:url(/images/layout/i--earth.png) 50% 50% no-repeat;}

/* TYPE D : 이미지 위에 gnb노출 스타일 .gnb Text Black */
.gnb-bl #header #gnb .gnb1_a {color:var(--second-color); }
.gnb-bl #header #gnb .gnb1_li:hover > a{ color: var(--concept-color);}
.gnb-bl #header .menu-icon__line {background-color: var(--second-color);} 
.gnb-bl #header #gnb .icon-newwin{background:url(/images/layout/newwin.png) 0% 50% no-repeat;background-size:10px auto;}
.gnb-bl .menu-icon__line {background-color: var(--second-color);}

/* 상단 레이아웃 white버전 - 스크롤 반응시 상단 메뉴 */
#header.bg_on{position:fixed;top:0; height:var(--header-top-height); border-bottom:1px solid #e1e1e1;background-color: rgba(255,255,255,1);}
#header.bg_on .logo{display:inline-block;width:100%;min-height:40px;background:url(/images/layout/logo-s.png) 0% 50% no-repeat;background-size:auto 40px; }
#header.bg_on .gnb2_ul {top:50px;}
#header.bg_on .gnb1_a {color:#333; }
#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 #eee;}
#header.bg_on #gnb .gnb1_li > a:after{  background-color: var(--concept-color); } 
#header.bg_on #gnb.on #gnb1_ul:before{ height:630px;}
#header.bg_on #gnb .gnb1_li:hover > a{ color: var(--concept-color); }
#header.bg_on .m_open{padding-bottom:0px; }
#header.bg_on .util a{color:#888;}
#header.bg_on .util a:before{background:var(--concept-color);}
#header.bg_on .util a:first-child:before{background:none; padding-left:0px;margin-left:0px;}
#header.bg_on .util a.on{font-weight: 600;color:var(--concept-color);}
#header.bg_on #gnb .icon-newwin{background:url(/images/layout/newwin.png) 0% 50% no-repeat;background-size:10px auto;}
#header.bg_on  .btn-language{background:url(/images/layout/i--earth.png) 50% 50% no-repeat;}
#header.bg_on  .languagebox{top:var(--header-top-height);}

#header.bg_on .hamburger-inner,
#header.bg_on .hamburger-inner:after,
#header.bg_on .hamburger-inner:before {position: absolute; width: 27px; height: 3px; background-color: #333 !important;transition: transform .3s ease .2s, background-color .3s ease .2s, opacity .3s ease .3s;}


/*모바일메뉴 */
#header .m_open{/* display:none;*/ text-align:right; width:50px;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4; }
/* hamburger */
.hamburger { margin-right: 0;margin-left: auto;overflow: visible;cursor: pointer;z-index: 7;border: 0; transition-timing-function: linear;transition-duration: .3s ease;transition-property: opacity, -webkit-filter;transition-property: opacity, filter;transition-property: opacity, filter, -webkit-filter;}
.hamburger-box {position: relative;display: inline-block;width: 24px; height: 20px;vertical-align: middle;}
.hamburger-inner {display: block;top: 0;}

.hamburger-inner:after,
.hamburger-inner:before {display: block;content: '';}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {position: absolute; width: 24px; height: 2px; background-color: #fff;transition: transform .3s ease .2s, background-color .3s ease .2s, opacity .3s ease .3s;}
.hamburger-inner:before { top: 8px; left: -8px;}
.hamburger-inner:after { top: 16px;   width: 24px;}

.hamburger-active { margin-right: 0;margin-left: auto;overflow: visible;cursor: pointer;z-index: 7;border: 0; transition-timing-function: linear;transition-duration: .3s ease;transition-property: opacity, -webkit-filter;transition-property: opacity, filter;transition-property: opacity, filter, -webkit-filter;}
.hamburger-active .hamburger-box {position: relative;display: inline-block;width:30px; height:30px;vertical-align: middle;}
.hamburger-active .hamburger-inner,
.hamburger-active .hamburger-inner:after { position: absolute; width: 24px; height: 2px;background-color: #eee;transition-delay: .1s;}
.hamburger-active .hamburger-inner { -webkit-transform: translate3d(0, 8px, 0) rotate(45deg); transform: translate3d(0, 9px, 0) rotate(45deg);}
.hamburger-active .hamburger-inner:before {opacity: 0; transition: opacity .3s ease 0s}
.hamburger-active .hamburger-inner:after {width: 24px;-webkit-transform: translate3d(0, -16px, 0) rotate(-90deg); transform: translate3d(0, -16px, 0) rotate(-90deg);}

/* mMenu */
.mask {display:none; position:fixed; top:0; left:0; width:100%; height:100%; padding:0px; z-index:198; background:#000;  -ms-filter: alpha(opacity=80); filter: alpha(opacity=80); opacity:0.8; -moz-opacity:0.8;}
.mask .close{position:absolute;  top:10px;left:10px; z-index:202;} /* add */

.mMenu {display:none; position: fixed; right:-550px; top:0; width:550px; padding:0px;background-color: rgba(22,22,22,0.95); z-index:202; -webkit-overflow-scrolling: touch; overflow-y: auto;height:100%;}
.mMenu .mclose { position:absolute;  top:30px;right:30px; }
.mMenu .mTop {display:block;text-align:center;margin:30px 0px; box-sizing: border-box;}
.mMenu .mTop .logo_s{display:inline-block; width:100%;min-height:50px;background:url(/images/layout/logo-w.png) 50% 50% no-repeat; background-size:auto 50px;}

.mMenu .util{display:flex;justify-content:center;align-items: center;text-align:center; margin:20px auto;}
.mMenu .util a{display:inline-block;min-height:14px;background:url(/images/layout/icon-star.png) 0% 50% no-repeat; padding-left:19px;margin-left:10px;transform:skew(-0.1deg);font-size:13px;line-height:1;color:rgba(255,255,255, .8);}
.mMenu .util a:first-child{background:none; padding-left:0px;margin-left:0px;}
.mMenu .mTop .language_area{display:inline-block; width:100%;}
.mMenu .mTop .language_area a{position: relative;display:inline-block;margin-left:10px;/*padding-left:20px;*/ border:2px solid #666; padding:4px 16px; border-radius:16px;transform:skew(-0.1deg);font-size:14px;color: #aaa;line-height:1;}
/* .mMenu .mTop .language_area a:before{position:absolute; left:0px; top:50%;transform:translateY(-50%);content: ' ';width:1px;height:80%;background: #888;z-index:-1;}*/
.mMenu .mTop .language_area a:first-child{margin-left:0px;/* padding-left:0px;*/}
.mMenu .mTop .language_area a:first-child:before{width:0px;}
.mMenu .mTop .language_area a.on{font-weight:900;color: #fff;line-height:1;border:2px solid #fff;}
.mMenu .mTop .btnArea{display: flex;width:100%;}
.mMenu .mTop .btnArea > * {flex: 1;}

.mMenu .list {padding:0px;}
.lnav{width:100%;-webkit-transition: all .25s ease-in;transition: all .25s ease-in;}
.lnav, .lnav ul, .lnav li {list-style: none;}
.lnav ul {margin:0px;}
.lnav {padding: 0px;margin: 0px;}
.lnav > li {margin: 0px 0; border-bottom:0px solid #dfdfdf;}
.lnav > li li {margin: 0px;}
.lnav > li li li{margin: 0px;}
.lnav a {display: block;outline: none;text-decoration: none;}
.lnav a .caret {float: right;/* width:13px;height:10px;display: inline-block;vertical-align: top;background:url(../img/lmenu.png) right center no-repeat; */ border-style:solid;border-width: 9px 6px 0 6px;border-color: #fff transparent transparent transparent; -webkit-transition: -webkit-transform .65s ease; transition: transform .65s ease;}
.lnav li.open > a > .caret{-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);border-color: var(--concept-color) transparent transparent transparent;}

.lnav li a {color:#eee;font-weight:700; font-size:17px;line-height:1; padding:16px 40px;} 
.lnav > li li a {color:#eee; font-weight:500;font-size:14px;line-height:1;padding: 12px 40px 12px 50px;}
.lnav li.open {}
.lnav li.open a{color:#fff;}
.lnav li.open li a {color:#eee;}
.lnav li.open li a:hover{color:#fff;}
.lnav li.active a{color:#fff;}
.lnav li li.active a{color:#fff;}
.lnav li.off a{}

.lnav .icon-newwin{display: inline-block; margin-left:5px; width:10px; height:10px; background:url(/images/layout/newwin-w.png) 0% 50% no-repeat;background-size:10px auto;}
.lnav .icon-newwin.depth-1{height:50px;}

/* 2 depth 여백 추가 */
.lnav > li li{}
.lnav li li:first-child{padding-top:10px;}
.lnav li li:last-child{padding-bottom:14px;}
/* .lnav li li:last-child{padding-bottom:14px;} */

/* 바디에 스크롤 막는 방법 */
.not_scroll{
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%
}

.not_scroll .cont {
  position: relative;
  top: 0;
}

/* new mobile-menu */
.nav-but-wrap{position:fixed; top:0; right:5%; 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: 7px;  }
.nav-but-wrap.bg_on{height:var(--header-top-height);}
.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: 50%;/* margin-top: 20px; */ -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%);display:flex; flex-direction: column; justify-content: center; width: 100%;text-align: center; padding:40px 0;  overflow-y: auto;height:100%; box-sizing: border-box;}
.nav__list {position: relative;padding:0;margin: 0;z-index: 2; }

.nav__lang{position: relative;display: block;opacity: 0;text-align: center; min-height:40px; }
.nav__lang ul{display:flex; justify-content:center; align-items: center;width:100%; }
.nav__lang li{position: relative;padding-left:20px;margin-left:10px;}
.nav__lang ul li a{display:inline-block; font-weight: 400;font-size:16px;line-height:1;color:rgba(255,255,255, .6);}
.nav__lang ul li::before{content: "";position:absolute; left:0; top:50%; transform:translateY(-50%); display:inline-block; width:6px;height:6px;background:var(--concept-color);clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0 70%, 0 30%);  }
.nav__lang ul li:first-child{padding-left:0px;margin-left:0px;}
.nav__lang ul li:first-child::before{display:none;}
.nav__lang ul li.active a{color:#fff;}

.nav__logo{display: block;opacity: 0;text-align: center; min-height:40px; }
.nav__logo img{max-height:40px;}

.nav__list-item {position: relative;display: block;-webkit-transition-delay: 0.8s;transition-delay: 0.8s;opacity: 0;text-align: center;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-top: 0;margin-bottom: 0;}
.nav__list-item > a{ position: relative;text-decoration: none;font-weight: 600; font-size:24px;line-height: 1.15;letter-spacing: 2px; color:var(--light-bgcolor);overflow: hidden; cursor: pointer;padding:16px 5px 6px; margin-bottom:10px;z-index: 2;display: inline-block;/*text-transform: uppercase;*/ -webkit-transition: all 200ms linear; transition: all 200ms linear; }
.nav__list-item > a:after{ position: absolute;content: '';/* top: 50%;margin-top: -2px; */ bottom:0px; left: 50%;width: 0;height: 0;opacity: 0;background-color:  var(--concept-color);z-index: 1; -webkit-transition: all 200ms linear;transition: all 200ms linear; }
.nav__list-item > a:hover:after{ height: 3px;opacity: 1;left: 0;width: 100%;}
.nav__list-item > a:hover{color: rgba(255,255,255,1);}
.nav__list-item.active-nav > a{color: rgba(255,255,255,1);}
.nav__list-item.active-nav > a:after{ height: 3px;opacity: 1;left: 0;width: 100%;}

/* 하위 메뉴 open 추가 */
.nav__list{display:flex; align-items: center; flex-direction: column;width:100%; -webkit-transition: all .25s ease-in;transition: all .25s ease-in;}
.nav__list, .nav__list ul, .nav__list li {list-style: none;}
.nav__list > li li a {display: block;outline: none;text-decoration: none;color:rgba(255,255,255,.8); font-weight:400;  font-size:15px;line-height:1;padding: 10px 5px;}
.nav__list li.open a{color:#fff;}
.nav__list li.open li a {color:rgba(255,255,255,.8);}
.nav__list li.open li a:hover{color:#fff;}
.nav__list li.active a{color:#fff;}
.nav__list li li.active a{color:#fff;}
.nav__list li.open > a:after{ height: 3px;opacity: 1;left: 0;width: 100%;}
.nav__list li.open > a{color: rgba(255,255,255,1);}
.nav__list li.open > ul{padding:10px 0 15px;}
/* 하위 메뉴 추가 open END */

.nav__list li li a.tt {color:#f1f1f1;  font-size:15px;line-height:1;font-weight:500;padding: 10px 5px 15px;}

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 .nav__list-item {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;}
body.nav-active .nav__list-item:nth-child(0) {-webkit-transition-delay: 0.7s;transition-delay: 0.7s;}
body.nav-active .nav__list-item:nth-child(1) {-webkit-transition-delay: 0.8s; transition-delay: 0.8s;}
body.nav-active .nav__list-item:nth-child(2) {-webkit-transition-delay: 0.9s;transition-delay: 0.9s;}
body.nav-active .nav__list-item:nth-child(3) {-webkit-transition-delay: 1s;transition-delay: 1s;}
body.nav-active .nav__list-item:nth-child(4) {-webkit-transition-delay: 1.1s;transition-delay: 1.1s;}
body.nav-active .nav__list-item:nth-child(5) {-webkit-transition-delay: 1.2s;transition-delay: 1.2s;}
body.nav-active .nav__list-item:nth-child(6) {-webkit-transition-delay: 1.3s;transition-delay: 1.3s;}
body.nav-active .nav__list-item:nth-child(7) {-webkit-transition-delay: 1.4s; transition-delay: 1.4s;}
body.nav-active .nav__list-item:nth-child(8) {-webkit-transition-delay: 1.5s;transition-delay: 1.5s;}
body.nav-active .nav__list-item:nth-child(9) {-webkit-transition-delay: 1.6s;transition-delay: 1.6s;}
body.nav-active .nav__list-item:nth-child(10) {-webkit-transition-delay: 1.7s;transition-delay: 1.7s;}

body.nav-active .nav__lang {opacity: 1;}
body.nav-active .nav__logo {opacity: 1;}

body.nav-active{   
  overflow: hidden;
/* position: fixed;width: 100%;height: 100% */
}

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; }
body.nav-active .text-bl{background: rgba(9,9,12,1);-webkit-transition-delay: .3s; transition-delay: .3s; }


@media all and (max-width:1600px){ 
  #gnb .gnb1_li {padding: 0 30px;}
.gnb1_a {font-size:18px;}

} 

@media all and (max-width:1480px){ 

  #header .logoArea{flex:1; }
  #gnb {display:none;}

} 



/* Header END */

/* #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: 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(--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;}

/* 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(/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; width:100%; gap:0px; background:#222; margin:0px auto;padding:50px 5%; box-sizing: border-box; position:relative;}
.footer:after {content:""; display:block; clear:both; height:0;}
.footer .f_logo{flex:0 0 300px;text-align:left;min-height:40px;background:url(/images/layout/logo-w.png) 0% 0% no-repeat;background-size:auto 40px; text-indent: -9999px;}
.footer .f_cont{flex:1; margin-top:10px;}
.footer .f_cont li{display:flex;flex-wrap: wrap; gap:8px 25px; }
.footer .f_cont li p{font-weight: 300;color:#ddd;font-size:14px;line-height:1.2; margin-bottom:0px; }
.footer .f_cont li p > span{display:inline-block;font-weight: 500;color:#aaa;margin-right:10px; }
.footer .f_cont .address{display:flex;flex-wrap: wrap; gap:0 25px;  width:100%;margin-bottom:0px;}
.f_copy{font-weight: 300;color:#ddd;font-size:13px;line-height:1.2;letter-spacing:-0.01em;margin-top:10px;}	

.f_smenu {display:flex;align-items:center; border-bottom:1px solid #373c3e; padding-bottom:20px; margin-bottom:20px;}
.f_smenu > a {position:relative;display:inline-block;font-weight: 400;font-size:14px; color: #ddd; padding-left: 25px; }
.f_smenu > a::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 4px;height: 4px;background:#aaa;border-radius:50%;margin-left:10px; } 
.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 > a:first-child{padding-left:0px;}

.f_smenu .bold{font-weight:600;color: #eee;}

.family{width:100%;text-align:right;position:relative;}
.familysite{display: inline-block; width:180px;height:40px; text-align:left; font-size:14px;color:rgba(255,255,255, .9);line-height:1;border:1px solid #444; background:url(/images/layout/up-wh.png) 92% 50% no-repeat; /* background:url(/images/layout/up-wh.png) 95% 50% no-repeat #ec202b; */ padding:0 15px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;z-index:3;}
.familysite_box{display:none;z-index:101;position:absolute;/*top:30px;*/bottom:40px;right:0px; width:180px;/*background:var(--concept-color);*/background:#222328; border:0px solid #333;}
.familysite_box li{display: inline-block;width:100%;text-align:left;border-top:0px solid #fff;padding:0px 15px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.familysite_box li:first-child{border-top:0px solid #ebebeb;padding-top:10px;}
.familysite_box li:last-child{padding-bottom:10px;}
.familysite_box li a{ color:#fff;font-size:14px;line-height:34px;}
.familysite_box li a:hover{color:#000;}

.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{display: inline-block;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(/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;}
	.icon-close-black.p-inner{right:20px;top:13px;}
	.icon-close-circle{position: absolute;right:15px;top:15px;width:30px; height:30px;background:url(/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-white.pop{right:20px;top:20px;}

	.popupBox_A{position:relative;width: 100%;padding:0px;/* background:#fff; */ margin-top:30px;border-radius:8px;} /* 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:var(--concept-color) /*#222*/; } 

	.popup--inner{width:100%;background:#fff; max-height:80vh; padding:25px;box-sizing: border-box;position:relative;}
	.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);}

/* // 팝업 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:#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}

.pc_only{display: inline-block;}
.mo_only{display: none;}

.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:'';}
/********************************************
	MAIN
********************************************/

.scroll_rotate{position: absolute; right:var(--wrap-padding); bottom:var(--wrap-padding); width:100px; height:100px; z-index: 2;}
.scroll_rotate .arr{ position: absolute;left: 0;top: 0; width: 100%;height: 100%;background: url(/images/layout/scroll-arr.png) 50% 50% no-repeat;background-size:19px auto;transition:0.6s;}
.scroll_rotate .txt{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.scroll_rotate .txt span{display: block;width: 100%;height: 100%;animation: rotate 8s linear infinite;}
.scroll_rotate .txt span em{display: block;width: 100%;height: 100%;background: url(/images/layout/scroll-txt.png) no-repeat center / contain;transition:0.6s;}

@keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

/* ---------------------- main-visual ----------------------------- */
.main-container {width: 100%;overflow:hidden;}
.main-visual {/*height: 100vh;*/ height:var(--main-visual-height); 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.2);-ms-transform: scale(1.2);transform: scale(1.2); -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-slide-bg .mobile-img{position: absolute;left:50%;bottom:60px;transform:translateX(-50%); width:70%;text-align: center; }
.main-visual-slide-bg .mobile-img img{max-width:100%; max-height:450px;}

.main-visual-content {display:flex;/*align-items: center;*/justify-content:center;flex-direction: column; width: 100%;height:100%;position: relative; z-index: 1;padding: 0 10%;box-sizing: border-box;}
.main-visual-title {position: relative;font-family: 'GmarketSansBold'; font-size:90px;color:#fff; line-height: 1.2; text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5);margin-bottom:40px;}
.main-visual-title > span{color:var(--concept-color);}
.main-visual-txt {font-weight:500; color:#fff; font-size:28px;line-height:1.5;letter-spacing:0.02em;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5)}
.main-visual-txt > span{font-weight:800; }
.main-visual-more {display: inline-flex;width: fit-content; margin-top:40px; }

.main-visual .swiper-navigation-wrap {position:relative;font-size:0;}
.main-visual .swiper-navigation {position:absolute;bottom:50px;left:50%; margin-left:-105px; /* old 화살표버튼일경우 margin-left:-140px; */ 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: 2px; left: 2px; display: block; width: 45px; height: 45px; background: #fff; border-radius: 50%; }
.main-visual-btn_play:after { content: ''; border-top: 5px solid transparent; border-left: 7px solid #0f4c82; border-bottom: 5px solid transparent; position: absolute; top: 50%; left: 50%; width: auto; height: auto; margin-left: -2px; margin-top: -5px; 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:14px; font-weight:700; color:#fff;}
.main-visual .swiper-pagination-current {font-weight:700; color:#fff;width: 30px;margin-left: 0;}
.main-visual .swiper-pagination-total {margin-right:0;margin-left:0;width: 30px;}
.main-visual .swiper-progress__hidden-space {display: inline-block;vertical-align: middle;width: 120px;height: 2px;margin: 0 0px 0 3px;position: relative;}
.main-visual .swiper-progress__hidden-space:before {display:none;}
.main-visual .swiper-progress__wrap {display: block;width: 120px;height: 2px;position: absolute;left: 30px;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;}
/* 01 02 표기시 사용 
.main-visual .swiper-pagination-current:before {content : '0';}
.main-visual .swiper-pagination-total:before {content : '0';}
*/


/* swiper-main Start */
.main-visual .swiper-navigation > button {width:40px; height:30px;border:none;margin:0;padding:10px 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: 20px;font-weight:normal;color: #ddd;z-index: 10; -webkit-transform:translateZ(10px); -ms-transform:translateZ(10px); transform:translateZ(10px);-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:2px}

.swiper-pagination-current {color:#222;font-weight:400;min-width:20px;display: inline-block;vertical-align:middle;margin-left: 7px;}
.swiper-pagination-current.include-zero:before {content : '0'}
.swiper-pagination-total {min-width:20px;display: inline-block;vertical-align:middle;margin-right: 5px;}
.swiper-pagination-total.include-zero:before {content : '0'}
/*.swiper-progress__hidden-space {position:relative;margin: 0 10px 10px 7px;display:inline-block;vertical-align:middle;}
.swiper-progress__hidden-space:before {width:2px; height:14px; 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: 24px;height: 24px;position: absolute;right: -25px;top: 50%;margin-top: -12px;}
.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: 20px;font-weight: normal;text-align: center;/* line-height: 20px; */color: #fff;margin-top: 2px;}
.swiper__play-state--play:after {content: "";border-left: 7px solid #fff;border-bottom: 5px solid transparent;border-top: 5px solid transparent;margin-left: 10px;margin-top: 2px;}
.swiper__play-state--pause:after {content: '\e93a';}
.swiper__play-state.play .swiper__play-state--pause {/* top:-10px; */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: 180px;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: 26px;height: 26px;position: relative;top: 0;left: -7px; margin-right:10px}
html.ie .swiper-play-state {top:-10px;}
.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: 19px;font-weight: normal;text-align: center;line-height: 27px;color: #222;/* text-shadow: 10px 10px 5px 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(10px, 10px, 10px, 10px);  -webkit-clip-path: inset(0 0 99.9% 99.9%);  clip-path: inset(0 0 99.9% 99.9%); overflow: hidden; height: 10px; width: 10px; 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:20px; height:30px; background:url(../images/main/i_prev.png) 0 50% no-repeat;}
.main-visual .swiper-button-next {right: 0;width:20px; height:30px; background:url(../images/main/i_next.png) 0 50% no-repeat;}
*/

/* main-A swiper : main img swiper 적용 */
.main-swiper-wrap {position: relative; width:100%;height: 100vh;}

.main-swiper-inbox { position: relative; width: 100%;height: 100%;margin: 0 auto;}
.main-swiper{width: 100%;height: 100%;}
.main-swiper .swiper-slide {overflow: hidden;position: relative;width: 100%;height: 100%}
.main-swiper .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.2);-ms-transform: scale(1.2);transform: scale(1.2); -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-swiper .swiper-slide-active .visual-slide-bg {-webkit-transform: scale(1.0);-ms-transform: scale(1.0);transform: scale(1.0); }
.main-swiper .swiper-slide-active .main-swiper-tit {transform: translateX(0);}
.main-swiper .swiper-slide-active .main-swiper-text {transform: translateY(0)}
.main-swiper .swiper-slide-active .main-swiper-btn {transform: translateX(0)}

.main-swiper-content{position: absolute; width: 100%; top:50%;transform: translateY(-50%);  padding: 0 10%; box-sizing: border-box;  /* display:flex;justify-content:center;flex-direction: column; width: 100%;  max-width:var(--area-width); margin:0 auto; height:100%;position: relative; z-index: 2;padding: 0;*/ }
.main-swiper-tit {font-family: 'GmarketSansBold'; font-size:90px;color:#fff; line-height: 1.2;  margin-bottom:20px; text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5);  transform: translateX(-150px); -webkit-transform: translateX(-150px);transition: 1.7s ease}
.main-swiper-tit > span{color:var(--concept-color); }
.main-swiper-text {font-weight:500; color:#fff; font-size:28px;line-height:1.5;letter-spacing:0.02em;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); transform: translateY(50px); -webkit-transform: translateY(50px);transition: 1.7s ease}
.main-swiper-text > span{font-weight:800; }
.main-swiper-btn{margin-top:40px;transform: translateX(-150px); -webkit-transform: translateX(-150px);transition: 1.7s ease }
.main-swiper-btn > a{display:inline-flex;justify-content: center;align-items: center; flex-direction: column; gap:0; width:100px; height:100px; border-radius: 50%; border:1px solid #fff; font-weight:200; color:#fff; font-size:12px;line-height:1.2; padding-bottom:10px;box-sizing: border-box; }
.main-swiper-btn .arrow{ font-weight:300; color:var(--concept-color); font-size:30px; }
.main-swiper-btn > a:hover{border:1px solid var(--concept-color);color:#fff; background:var(--concept-color); }
.main-swiper-btn > a:hover .arrow{color:#fff;  }

.swiper-pagination.main-swiper-nav {bottom: 80px; padding: 0 10%; text-align: left;}
.swiper-pagination.main-swiper-nav .swiper-pagination-bullet {display: inline-block;width: 7px; height: 6px; background-image: url("/images/layout/icon_swiper_off.png"); background-color: rgba(0, 0, 0, 0); background-position: center; background-size: 100% auto; background-repeat: no-repeat; vertical-align: middle; transition: .37s ease;margin: 0 7px !important; box-sizing: border-box; }
.swiper-pagination.main-swiper-nav .swiper-pagination-bullet-active { width: 10px;height: 10px; background-image:none;  border-radius: 50%; border:1px solid #fff; }
.swiper-pagination.main-swiper-nav .swiper-pagination-bullet { opacity: 1}

.main-swiper .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-swiper .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-swiper .swiper-button-prev:hover{background:url(/images/layout/img_prev_mainvisual_hover.png) no-repeat left 50%;}
.main-swiper .swiper-button-next:hover{background:url(/images/layout/img_next_mainvisual_hover.png) no-repeat right 50%;}
.main-swiper .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-swiper .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-swiper .swiper-button-prev:hover:after, .main-swiper .swiper-button-next:hover:after {width:60px;}
/* n */
.main-swiper-wrap .control_box {display: flex; flex-direction: row; position: absolute; left:10%; bottom:5%; z-index: 2; align-items: center;}
.main-swiper-wrap .control_box .btn_pause {width: 9px; height: 11px; background: url('/images/layout/btn_stop.png'); cursor: pointer; margin: 0 15px;}
.main-swiper-wrap .control_box .btn_pause.on {background: url('/images/layout/btn_start.png');}
.main-swiper-wrap .control_box .pager {display: flex; flex-direction: row;}
.main-swiper-wrap .control_box .pager button{opacity:.5;position:relative;display:flex;justify-content:center;align-items:center;width:auto;height:auto;border-radius:50%;font-size:15px;color:#fff;cursor:pointer;background:transparent;transition:.3s;font-family:var(--font-basic); transform: scale(0.5);}
.main-swiper-wrap .control_box .pager button:before {display: block; position: absolute; top: -200px; writing-mode: vertical-rl; font-size: 25px; transform: rotate(180deg); opacity: 0; transition: all 0.2s;}
.main-swiper-wrap .control_box .pager button.on:before {opacity: 1;}
.main-swiper-wrap .control_box .pager button:nth-child(1):before {content: "|\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 01";}
.main-swiper-wrap .control_box .pager button:nth-child(2):before {content: "|\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 02";}
.main-swiper-wrap .control_box .pager button:nth-child(3):before {content: "|\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 03";}
.main-swiper-wrap .control_box .pager button:nth-child(4):before {content: "|\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 04";}
.main-swiper-wrap .control_box .pager button span{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%); font-size: 20px;}
.main-swiper-wrap .control_box .pager button.on{opacity:1}
.main-swiper-wrap .control_box .pager .progress{transform:rotate(-90deg)}
.main-swiper-wrap .control_box .pager .circle-origin{fill:transparent;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-dasharray:125.664px;stroke-dashoffset:125.664px}
.main-swiper-wrap .control_box .pager button.on .circle-origin{animation:progress 5s}
@keyframes progress{0%{stroke-dashoffset:125.664px}90%{stroke-dashoffset:0}100%{stroke-dashoffset:-125.664px}}
/* 일반 화살표 사용시 적용 */
.main-swiper-wrap .navi_box {display: flex; flex-direction: row; align-items: center; position: absolute; left: 50%;transform: translateX(-50%); bottom: 5%; z-index: 2;}
.main-swiper-wrap .navi_box .swiper-button-next, .main-swiper-wrap .navi_box .swiper-button-prev {position: relative; margin-top: 0; left: 0; width: 43px; height: 12px; background-size: 43px 12px;}
.main-swiper-wrap .navi_box .swiper-button-prev {background-image: url('/images/layout/btn_prev.png');}
.main-swiper-wrap .navi_box .swiper-button-next {background-image: url('/images/layout/btn_next.png');}
.main-swiper-wrap .navi_box p {color: #fff; margin: 0 15px; font-size: 9px; font-weight: 100;}
/* n */

.scroll-box {display: inline-block;position: absolute;right:40px;bottom:40px; z-index: 1}
.scroll-box-text {display: inline-block;font-size:10px;font-family: 'Pretendard';font-weight: 400; line-height: 1;color: #fff;letter-spacing: 1.2px}
.scroll-box-wrap {display: inline-block;position: relative;width: 100%; height: 45px;}
.scroll-icon {display: inline-block;position: absolute; bottom: 0;left: 0; width: 100%; height: 100%; background-image: url("/images/layout/icon_scroll.png"); background-position: center; background-size:auto 30px;background-repeat: no-repeat; animation: scrolliconAni 1.2s reverse infinite;}
@-webkit-keyframes scrolliconAni {
  0% {bottom: 0}
  50% {bottom: -5px}
  100% { bottom: 0 }
}
.m-progress {position: absolute;bottom: 0;left: 0; width: 100%;z-index:2}
.m-progress-bg {height: 4px; background-color: rgba(255, 255, 255, .3)}
.m-progress-bar {display: inline-block; width: 0; height: 100%; background-color:var(--concept-color); opacity: 0; transition-delay: unset}
.m-progress-bar.active {opacity: 1}
.m-progress-bar.animate {animation: progressAni 5s linear infinite}

@keyframes progressAni {
  0% {width: 0;}
  100% { width: 100%;}
}
/* main-A swiper END */

.section-1{width:100%;min-width:1400px; margin:150px auto; overflow: hidden; box-sizing: border-box;}
.section-1 > ul{display:flex; justify-content: space-between; }
.section-1 .imgArea{flex:0 0 55%; }
.section-1 .contArea{flex:1; display:inline-flex; flex-direction: column;justify-content: space-between; gap:40px; padding:20px 80px; box-sizing: border-box;}
.section-1 .box{position: relative;width:100%; overflow: hidden;height: 560px;transform:translate(0,-10%);opacity:0;transition:2s;}
.section-1 .box:before { content: ""; background:var(--sub-color); opacity: 0.15; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;}
.section-1 .box .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover; }
.section-1 .box1{border-radius: 0 100px 100px 0;}
.section-1 .box2{border-radius: 100px 0 0 100px;}
.section-1 .box3{border-radius: 0 100px 100px 0;}
.section-1 .box1 .bg{background-position: right bottom;background-image: url(/images/main/sec1-3.jpg); border-radius: 0 100px 100px 0;}
.section-1 .box2 .bg{background-position: right bottom;background-image: url(/images/main/sec1-01.jpg);}
.section-1 .box3 .bg{background-position: right bottom;background-image: url(/images/main/sec1-2.jpg);}

.section-1 .titArea{text-transform: uppercase; }
.section-1 .stit{font-weight:700;font-size:22px;line-height:1.2;letter-spacing:-0.01em; color:#555;  }
.section-1 .tit{position: relative;font-weight:800;font-size:65px;line-height:1.2;letter-spacing:0em; color:var(--second-color);  }
.section-1 .txt{font-weight:300;font-size:18px;line-height:1.45;letter-spacing:0em; color:#333;  }
.section-1 .cont{flex:1;display:inline-flex; flex-direction: column;justify-content: flex-end; border-left:1px solid rgba(45, 49, 53, .2); padding-left:60px; }
.section-1 .cont > p{margin-top:5px;}
.section-1 .cont > p:first-of-type{margin-top:0px;}

.section-1 .box1 .bg_logo{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background:url(/images/main/logo_saint.png) 50% 50% no-repeat;z-index: 2; }
.section-1 .box2 .bg_logo{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background:url(/images/main/logo_intertek_w.png) 50% 50% no-repeat;background-size: auto 100px; z-index: 2; }
.section-1 .box3 .bg_logo{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background:url(/images/main/logo_gvs_w1.png) 50% 50% no-repeat;background-size: auto 120px;z-index: 2; }

.more{display:inline-flex; align-items: center;justify-content: center;gap:5px; width:90px; height:90px; border-radius: 50%; background:var(--sub-color); margin-top:30px;}
.more > span{display:inline-block; font-weight:300; color:#fff;font-size:12px; line-height: 1.2;text-transform: uppercase; background:url(/images/layout/i-right.png) 100% 50% no-repeat; padding-right:20px;}
.more:hover{background:var(--second-color) !important;}

.section-1 > ul:nth-of-type(2){margin:150px auto;}
.section-1 > ul:nth-of-type(2) .contArea{align-items: flex-end; text-align: right;}
.section-1 > ul:nth-of-type(2) .cont{ border-right:1px solid rgba(45, 49, 53, .2); padding-right:60px; border-left:0; padding-left:0px; ; align-items: flex-end;  }
.section-1 > ul:nth-of-type(2) .more{background:var(--concept-color);}


@keyframes sec1_bg1 {
    0% {background-position: right bottom;}
	  90% {background-position: left bottom;}
    100% {background-position: left bottom;}
}
@keyframes sec1_bg2 {
    0% {background-position: left bottom;}
	  90% {background-position: right bottom;}
    100% {background-position: right bottom;}
}

.section-1 .imgArea.active .box{opacity:1;transform:none;}
.section-1 .imgArea.active .box1 .bg{animation: sec1_bg1 15s 0s linear infinite alternate; }
.section-1 .imgArea.active .box2 .bg{animation: sec1_bg2 10s 0s linear infinite alternate;}
.section-1 .imgArea.active .box3 .bg{animation: sec1_bg1 10s 0s linear infinite alternate;}
.section-1 .imgArea.active .box1 .bg_logo{animation: bg_logo_1 2s 0s linear both;}

/* section-2 */
.section-2{position: relative;display:flex; flex-direction: column; align-items: center; text-align:center; width:100%;margin:0px auto;overflow: hidden; text-align: center;padding:150px 5%; box-sizing: border-box;}
.section-2::before{ position: absolute; top: 0; left: 0; content: ""; background:#f8f6ef; width:100%; height:70%;  }
.section-2 .background { /*position: absolute; top: 0; left: 0;*/position: relative; width:1400px; height:600px; margin:0 auto; background-image: url('/images/main/info-bg.jpg'); background-size: cover; background-repeat: no-repeat; clip-path: polygon(80% 20%, 80% 80%, 20% 80%, 20% 20%); transition: clip-path ease 1.5s, background-position cubic-bezier(0, 0, 0.35, 1) .5s; } 
.section-2.aos-animate .background {clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); }
.section-2 .tit{font-weight:500;font-size:35px;line-height:1.2;letter-spacing:0em; color:var(--second-color);margin-bottom:30px;  }
.section-2 .tit > span{font-weight:800;}
.section-2 .txt{font-weight:500;font-size:24px;line-height:1.45;letter-spacing:0em; color:var(--second-color); text-transform: uppercase;  margin-bottom:60px; }
.section-2 .txt > span{font-weight:700; color:var(--concept-color);}
.section-2 .symbol{width:100%; height:60px; background:url('/images/layout/slogo.png') 50% 50% no-repeat; background-size:auto 60px;  margin-bottom:40px;  }

.scroll_rotate_btn{position: absolute;left:50%; top:50%;transform: translate(-50%, -50%);  width:180px; height:180px; z-index: 2;}
.scroll_rotate_btn .circle{ position: absolute;left:50%; top:50%;transform: translate(-50%, -50%); display:inline-flex;justify-content: center; align-items: center; width: 120px;height: 120px;background:var(--concept-color);border-radius:50%;  transition:0.6s;}
.scroll_rotate_btn .circle > p{ font-weight:300;font-size:16px;color:#fff;line-height:1.45;letter-spacing:-0.01em;}
.scroll_rotate_btn .circle > p > span{font-weight:700;}
.scroll_rotate_btn .txt{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.scroll_rotate_btn .txt span{display: block;width: 100%;height: 100%;animation: rotate 8s linear infinite;}
.scroll_rotate_btn .txt span em{display: block;width: 100%;height: 100%;background: url(/images/layout/scroll-txt-b.png) no-repeat center / contain;transition:0.6s;}

.iconBox{width:100%; max-width:1000px;margin:80px auto;}
.iconBox > ul{display:flex; align-items: center; justify-content: center;gap:120px;}
.iconBox > ul > li{display:inline-flex; align-items: center;gap:20px;}
.iconBox .icon img{height:40px;}
.iconBox .icon-tit{font-weight:500;font-size:16px;color:var(--second-color);line-height:1;}
.iconBox .icon-txt{font-weight:500;font-size:18px;color:var(--second-color);line-height:1;}
.iconBox .phone-txt{font-weight:800;font-size:24px;color:var(--concept-color);line-height:1;}


/* section-4 */
.section-4{position: relative;display:flex; flex-direction: column; align-items: center; text-align:center; width:100%;  margin:0px auto;overflow: hidden; text-align: center; padding:120px 5%;  box-sizing: border-box;}
.section-4 .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('/images/main/contact-bg.jpg'); background-size: cover; background-repeat: no-repeat; clip-path: polygon(80% 20%, 80% 80%, 20% 80%, 20% 20%); transition: clip-path ease 1.5s, background-position cubic-bezier(0, 0, 0.35, 1) .5s; z-index: -1; } 
.section-4.aos-animate .background {clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); }
.section-4 .main-tit{color:#fff;text-shadow: 1px 1px 16px rgba(0, 0, 0, .15); margin-bottom:10px;}
.section-4 .main-txt{color:#fff;text-shadow: 1px 1px 16px rgba(0, 0, 0, .15); }
.section-4 .iconBox{width:100%; max-width:700px;margin:40px auto;}
.section-4 .iconBox > ul{display:flex; align-items: center; justify-content: center;gap:10px; margin-top:15px;}
.section-4 .iconBox > ul:first-child{margin-top:0px;}
.section-4 .icon img{height:26px;}
.section-4 .icon-txt{font-weight:400;font-size:14px;color:#fff; line-height:1; text-shadow: 1px 1px 16px rgba(0, 0, 0, .15);}
.section-4 .icon-stxt{font-weight:200;font-size:12px;color:#fff; line-height:1; text-shadow: 1px 1px 16px rgba(0, 0, 0, .15);}
.section-4 .txt-phone{font-weight:700;font-size:18px;color:#fff; line-height:1; text-shadow: 1px 1px 16px rgba(0, 0, 0, .15);}

.q-btn{display:inline-flex;align-items: center;justify-content: space-between; min-width:250px; height:50px; gap:20px; background:var(--concept-color);border-radius:36px; padding:0 10px 0 30px;box-sizing: border-box;}
.q-btn .btn-arrow{display:inline-block;width:36px; height:36px; border-radius:50%; background:url('/images/layout/i_arrow_r.png') 50% 50% no-repeat #fff; }
.q-btn .btn-txt{font-weight:300;font-size:16px;color:#fff; line-height:1; letter-spacing:-0.01em; }
.q-btn .btn-txt > span{font-weight:700;}


.gallery--list{width:100%;box-sizing: border-box;}
.gallery--list .thumb{position: relative;width:100%; height:0px;padding-top:75%;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:500;font-size:16px;color:#222;letter-spacing:-0.01em; /* 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-typeA{width:100%;margin:0px auto;} /* 3 :  */
.list-typeA ul{display:flex;flex-wrap: wrap; }
.list-typeA li{width:32.3333%;margin:0 0% 1.5% 1.5%;box-sizing: border-box; }
.list-typeA li:nth-child(3n-2){margin:0 0% 1.5% 0;}
.list-typeA.border li{background:#fff;border:1px solid #dfdfdf; }

.list-typeB{position:relative;width:100%;}   /* 4 :  */
.list-typeB ul{display:flex;flex-wrap: wrap;width:100%;}
.list-typeB li{width:23%;margin:0 0% 60px 2.6666%; cursor:pointer;transition:all 0.3s;}
.list-typeB li:nth-child(4n-3){margin:0 0% 60px 0%;}
.list-typeB li:hover{/*margin-top:-5px;  box-shadow: 1px 1px 16px 0px rgba(22,22,22, 0.08); */ }


/* m_partner 스와이퍼  */ 
.swiper_m_partner {position:relative; width:100%;margin:0px auto;z-index:1; border-top:1px solid #eee; padding:20px 0;box-sizing: border-box;} 
.swiper_m_partner .swiper-slide { width:auto; 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_m_partner .swiper-slide img{max-width:100%; max-height:50px; /* border-radius:4px 48px 48px 4px; */}

.swiper_m_partner .swiper-scrollbar {display:none;border-radius:10px;position:relative;-ms-touch-action:none;background:#e2e2e2}
.swiper_m_partner.swiper-container-horizontal>.swiper-scrollbar {position:absolute;left:5%;bottom:0px;z-index:50;height:2px;width:90%;}
.swiper_m_partner .swiper-scrollbar-drag {height:100%;width:100%;position:relative;background:rgba(0,0,0,.9);border-radius:0px;left:0;top:0}
.swiper_m_partner .swiper-scrollbar-cursor-drag {cursor:move}
.swiper_m_partner .swiper-pagination-progress {background:rgba(0,0,0,.9);position:absolute}

.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 :: 비주얼 */
/* #contents{padding-top:100vh;}
.subVisual{overflow:hidden;width:100%;height:100vh;position:fixed;left:0;top:0;}
.subVisual .bg{	width:100%;height:100%;transform:scale(1.05);transition:all 3s cubic-bezier(.38,.37,.12,.98);}
.subVisual.in-view .bg{transform:scale(1);}
.subVisual.pn1 .bg{background:url(/images/sub/subtopimg-1.jpg) 50% 50% no-repeat;background-size:cover;background-attachment:fixed;}
.subVisual.pn2 .bg{background:url(/images/sub/subtopimg-2.jpg) 50% 50% no-repeat;background-size:cover;background-attachment:fixed;}
.subVisual.pn3 .bg{background:url(/images/sub/subtopimg-3.jpg) 50% 50% no-repeat;background-size:cover;background-attachment:fixed;}
.subVisual.pn4 .bg{background:url(/images/sub/subtopimg-4.jpg) 50% 50% no-repeat;background-size:cover;background-attachment:fixed;}
.subVisual.pn5 .bg{background:url(/images/sub/subtopimg-5.jpg) 50% 50% no-repeat;background-size:cover;background-attachment:fixed;}

.subVisual .visual-txt-con{position:absolute;left:0;top:50%;display:flex;flex-direction: column; justify-content:center;align-items:center;box-sizing:border-box; gap:20px; width:100%;padding:0 5%;transform:translateY(-50%);}
.subVisual .visual-txt-con h2{font-weight:800; font-size:80px;color:#fff; line-height: 1.2; text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); }

.visual-location{text-align:center; -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-location > ul{display:flex;justify-content: center; align-items: center; gap:0;}
.visual-location > ul li{position:relative;display: inline-block;padding-left: 25px;font-weight:300;font-size:14px;color: #fff;text-shadow: 1px 1px 16px rgba(0,0,0,0.3); line-height: 1;letter-spacing:-0.01em;} 
.visual-location > ul li::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ''; background: url(/images/layout/location_bg.png) 0% 50% no-repeat;width: 6px;height:11px;margin-left:10px; }
.visual-location > ul .i_home{display: inline-block;width:16px; height:13px;background: url(/images/layout/ico_home_w.png) 50% 50% no-repeat;text-indent: -9999px;}
.visual-location > ul li:first-child{padding-left:0px; }
.visual-location > ul li:first-child::after {width: 0px;height: 0px;margin-left:0px; } */

#visual{overflow:hidden; position:fixed;left:0; top:0; width:100%;height:60vh; margin:0 auto; 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 ;}
#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:60px 5% 0; box-sizing: border-box; z-index:2;}
#visual .visual-tit{text-align: center; font-weight:800;color:#fff; font-size:60px;line-height:1;letter-spacing:0em;text-shadow: 1px 1px 16px rgba(0,0,0,0.3); margin:0 auto 15px; box-sizing: border-box;}
#visual .visual-logo{text-align: center; margin:0 auto 20px; box-sizing: border-box; }
#visual .visual-logo.logo1 img{height:60px;}
#visual .visual-logo.logo2 img{height:100px;}
#visual .visual-logo.logo3 img{height:120px;}
#visual .visual-location{text-align:center; -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-location > ul{display:flex;justify-content: center; align-items: center; gap:0;}
#visual .visual-location > ul li{position:relative;display: inline-block;padding-left: 25px;font-weight:300;font-size:14px;color: #fff;text-shadow: 1px 1px 16px rgba(0,0,0,0.3); line-height: 1;letter-spacing:-0.01em;} 
#visual .visual-location > ul li::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ''; background: url(/images/layout/location_bg.png) 0% 50% no-repeat;width: 6px;height:11px;/*width: 5px;height: 5px;background:#dbdbdb;border-radius:50%;*/margin-left:10px; }
#visual .visual-location > ul .i_home{display: inline-block;width:16px; height:13px;background: url(/images/layout/ico_home_w.png) 50% 50% no-repeat;text-indent: -9999px;}
#visual .visual-location > ul li:first-child{padding-left:0px; }
#visual .visual-location > ul li:first-child::after {width: 0px;height: 0px;margin-left:0px; }

#visual .visual-tit, #visual .visual-sub-menu, #visual .visual-location, #visual .visual-logo{
	   opacity:0;filter:Alpha(opacity=0); visibility:hidden;
		-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-menu, #visual.active .visual-location, #visual.active .visual-logo{
	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-location{-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.active .visual-logo{-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-img-con.tbg01{background: url("/images/sub/subtopbg-1.jpg") 50% 30% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg02{background: url("/images/sub/subtopbg-2.jpg") 50% 68% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg03{background: url("/images/sub/subtopbg-3.jpg") 50% 75% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg04{background: url("/images/sub/subtopbg-4.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg05{background: url("/images/sub/subtopbg-5.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg06{background: url("/images/sub/subtopbg-6.jpg") 70% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }

#contents{padding-top:60vh;}
.container {position:relative; width:100%;margin:0; padding:50px 0; min-height:100vh; background: #fff; }
.container-sub {width:100%;margin:calc(var(--header-top-height)) auto 0; padding:5rem 0;overflow: hidden; min-height:600px; border-top:4px solid var(--concept-color);}

.menuTab-wrap.active{position:fixed; left:0; top:var(--header-top-height);width:100%;border-radius:0px; border-bottom:1px solid #e1e1e1;/* background-color: rgba(50, 65, 111, 0.95); */ }
.menuTab-wrap{/*position:absolute; left:0; bottom:0;*/position:relative; width:100%; margin:0 auto;height:var(--menuTab-height);  background-color: rgba(255,255,255,1);border-bottom:1px solid #e1e1e1;  padding:0px 5%; box-sizing: border-box;overflow:hidden;/*animation: menuAni 1s 0.2s both;*/  z-index:2;}

/* tab */
.menuTab{width:100%;margin:0 auto;  height:var(--menuTab-height); padding:0px;position:relative; /*max-width:var(--area-width);*/ }
.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:60px;}

.menuTab-wrap.pro .menuTab{height:var(--menuTab-height); padding:0px;}
.menuTab-wrap.pro .menuTab .x-scroll{justify-content:flex-start;}
.menuTab-wrap.pro .menuTab ul{gap:0px;flex-wrap: nowrap;justify-content:flex-start; }

.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; border-radius:0px;box-sizing: border-box;color:rgba(0, 0, 0, .5);border-color:var(--concept-color);}
.menuTab li.active a{color:#333;border-width:0 0 3px 0; }
.menuTab li.off a{color:rgba(0, 0, 0, .5);border-width:0; }
.menuTab li:hover a{color:#333;border-width:0 0 3px 0;}
.menuTab .icon-newwin{display: inline-block; margin-left:5px; width:10px; height:10px; background:url(/images/layout/newwin.png) 0% 50% no-repeat;background-size:10px auto;}


/*
.menuTab-wrap.active .menuTab a{ color:rgba(255, 255, 255, .8);border-color:#fff; }
.menuTab-wrap.active .menuTab li.active a{color:#fff;}
.menuTab-wrap.active .menuTab li:hover a{color:#fff;} */

@keyframes menuAni {
  0% {opacity: 0; transform: translateY(-20px);}
  100% {opacity: 1; transform: translateY(0);}
}

/*  tab */
.categoryTab{width:100%;max-width:var(--area-width); margin:0 auto 20px; padding:0;box-sizing: border-box;}
.categoryTab ul{display:flex;flex-wrap: wrap; align-items: center;width:100%;gap:5px; box-sizing: border-box;}
.categoryTab li{}
.categoryTab a{display:flex;align-items: center; justify-content: center;text-align:center;height:36px;font-weight:400;font-size:14px;line-height:1;color:#777;border:1px solid #dfdfdf;padding:0 10px; border-radius:4px; box-sizing: border-box;}
.categoryTab li.active a{font-weight:500;border:1px solid var(--second-color);color:#fff; background:var(--second-color);}
.categoryTab li:hover a{font-weight:500;border:1px solid var(--second-color);color:#fff; background:var(--second-color);}

.dropdownbox-wrap{position:relative;width:90%;margin:10px auto 20px;display:none;z-index: 2;}
/* 모바일 dropdownbox */
.dropdownbox {margin: 0 auto;width:100%; cursor: pointer;}
.dropdownbox > p {position: relative;display:flex;align-items:center; height:40px; padding: 0px 20px; background:#fff; border:1px solid #dfdfdf;font-weight:600;font-size:14px;color:#000;user-select: none;-moz-user-select:none;-khtml-user-select: none;}
.dropdownbox > p:after { content: ""; width: 8px; height: 8px; border: 1px solid var(--concept-color); border-top: none; border-left: none; display: block; margin-top: -6px; pointer-events: none; position: absolute; right:15px;top: 50%; transform: rotate(45deg); -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out;}
.optionArea {position: relative;margin: 0 auto;width:100%;overflow: hidden;-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;cursor: pointer;user-select: none;-moz-user-select:none;-khtml-user-select: none; display:none; padding:8px 0;background:#fafafa; border:1px solid #dfdfdf;border-top:0; box-sizing: border-box;}
.optionArea li {text-align:left;padding:10px 20px;font-weight:500;font-size:14px;;color:#666;line-height: 1.4; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
.optionArea li:hover {}
.optionArea.showMenu {display:block;}
/* 모바일 dropdownbox END */

.submenuTab{width:100%;/* height:var(--menuTab-height);*/ padding:0px; margin:60px 0; box-sizing: border-box; } /*박스형 tab */
.submenuTab .x-scroll{display:flex; justify-content: center; }
.submenuTab ul{display:flex;justify-content:center;  align-items: center;box-sizing: border-box;max-width:1000px; margin:0 auto;  }
.submenuTab ul.tabs {white-space: nowrap;}
.submenuTab ul > li{flex:1;height:50px;background:#fff; border-width:1px 0px 1px 1px; border-style:solid; border-color:#eee; box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.07);}
.submenuTab ul > li:first-child{border-radius: 8px 0 0 8px;}
.submenuTab ul > li:last-child{border-radius: 0px 8px 8px 0;border-width:1px 1px 1px 1px; }
.submenuTab ul > li > a{display:flex;align-items: center; justify-content: center;text-align:center;width:100%; height:100%; font-weight:500;font-size:16px;line-height:1.2;color:#777;padding:0 10px;  box-sizing: border-box; }
.submenuTab ul > li > a br{display:none; }
.submenuTab ul > li.active{background:var(--concept-color);border-color:var(--concept-color);}
.submenuTab ul > li.active a{font-weight:700;color:#fff; }

.tab-contents{display:block; width:100%;padding:40px 0;overflow: hidden;}

.title{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{position:relative; width: fit-content; font-weight:700; font-size:50px;color:var(--second-color);line-height:1.2;letter-spacing:-0.01em; text-transform:capitalize; padding-top:0px; padding-right:25px;}
.title > span::after{position:absolute;content: "";right:0; top:10px; width:16px; height:18px; background:url(/images/sub/tit-bg.png) 50% 50% no-repeat; background-size: auto 18px;  }

/********************************************
	공통사용
********************************************/
.list--category{border:1px solid #ddd; padding:20px; border-radius: 4px; box-sizing: border-box;margin-bottom:20px; }
.list--category ul{display:flex;flex-wrap: wrap; gap:16px 30px;}
.list--category a{display: inline-block;min-height:14px; background:url(/images/layout/icon-folder.png) 0 50% no-repeat;font-weight:400;font-size:14px;color: #666;line-height:1;letter-spacing:-0.02em;padding-left:20px;box-sizing: border-box;}
.list--category li.active a{background:url(/images/layout/icon-folder-open.png) 0 50% no-repeat;font-weight:700;color: #1a1a1a;padding-left:24px;}

.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(/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(/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;}

/* 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:21px;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;}
.board-view .content_box p img{max-width:100% !important;height:auto !important; }

.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(/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 #000; border-radius:50%;text-indent: -9999px; margin-right:10px;  }
.i_file_down{display:inline-block;width:16px;height:16px; background:url(/images/layout/i_filedown.png) 50% 50% no-repeat;text-indent: -9999px; margin-left:5px;  }
/* .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(/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;}

/* 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(/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 */

/* 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; width:100%;margin-top:0px;padding:10px 0px;}
.form_sty > ul > li{padding:0px 12px;display:inline-flex;vertical-align:top; align-self:flex-start; }
.form_sty .tit{flex:0 0 150px; padding-top:10px; }
.form_sty .tit > *{position:relative;display: inline-block;font-weight:600;font-size: 16px;color: #333;line-height:1;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.sm{flex:0 0 100px;  }
.form_sty .tit.lg{flex:0 0 180px;  }
.form_sty .cont{flex:1;font-size:14px;min-height:40px;}

.tit-required{margin-bottom:15px;}
.tit-required > span{position:relative;display: inline-block;color: #aaa;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(/images/layout/btn_close_14.png) 0 50% no-repeat;padding-left:20px;margin-top:10px;box-sizing: border-box;}

.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:150px;}
.f-group-A .w3{flex:0 0 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;}

.spam-txt{display:inline-block; padding-top:10px; font-size:15px; }

/* 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;}

.wr_box{display: inline-block; width:100%; border:1px solid #dfdfdf;background:#fafafa; margin:0px auto;max-height:180px;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 20px;}


/* table--scroll 좌우사용 */
.table-scroll-auto {margin: 0 auto;overflow: auto;  border-top:1px 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;vertical-align:middle; background:#f9f9f9; border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; font-size:15px;font-weight:500;line-height:1;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;vertical-align:middle;border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; font-size:15px;color: #333;font-weight:400;line-height:1.4;letter-spacing:-0.02em;background: #fff;}
  /* 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.atable th{background:#f9f9f9; text-align:left;padding:10px 20px;line-height:1.3; }
  .table-scroll-auto.atable td{text-align:left;padding:10px 20px; line-height:1.3;}
  .table-scroll-auto.atable.border-non th,   .table-scroll-auto.atable.border-non td{border:0;}
  .table-scroll-auto.atable.center th, .table-scroll-auto.atable.center td{text-align:center; }

  .table-scroll-auto.btable table {min-width:100%;table-layout: fixed; border-bottom:1px solid #dfdfdf;}
  .table-scroll-auto.btable th{background:#f9f9f9; text-align:left;padding:8px 5px;line-height:1;border-left:0;font-size:13px;}
  .table-scroll-auto.btable td{text-align:left;padding:5px;line-height:1.3;border:0;font-size:13px;}

  .table-scroll-auto.ctable table {min-width:600px;border:1px solid #dfdfdf; table-layout:auto }
  .table-scroll-auto.ctable th{background:#f9f9f9; text-align:center;padding:8px 5px;line-height:1;font-size:13px;}
  .table-scroll-auto.ctable td{text-align:center; padding:5px;line-height:1.3;font-size:13px;}

  .table-scroll-auto th.bg-3, .table-scroll-auto td.bg-3{background:#fcfcf6;}
  .table-scroll-auto th.bg-2, .table-scroll-auto td.bg-2{background:#f4f8fc;}
  .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 */

.pre-wrap{width:100%;white-space: pre-wrap;margin-bottom:40px;  }

  /** 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;}

.in-title{width: fit-content;font-weight:700;font-size:24px;color:var(--point-color);letter-spacing:-0.01em;line-height:1.3; }
.in-title.line{color:#000;line-height:0.6;padding: 0 2px; border-bottom:6px solid;border-color: rgba(31, 81, 162, .8);  }
.in-title.underline{color:#000; text-decoration: underline;text-decoration-color: rgba(31, 81, 162, .8) !important; -webkit-text-decoration-color: rgba(31, 81, 162, .8) !important;text-decoration-thickness:4px !important;text-underline-offset:4px !important; border:0;line-height:1.3; }

/* 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-xlg{font-weight:700;font-size:3rem;color:#000;line-height:1.45;letter-spacing:0rem;}
.txt-lg{font-weight:500;font-size:20px;color:#333;line-height:1.45;}
.txt-md{font-weight:400;font-size:18px;color:#333;line-height:1.45;}
.txt-m{font-weight:400;font-size:20px;color:#333;line-height:1.45;}
.txt-sm{font-weight:300;font-size:16px;color:#333;line-height:1.45;}
.txt-s{font-weight:300;font-size:14px;color:#333;line-height:1.45;}
.txt-mm{font-weight:300;font-size:17px;color:#444;line-height:1.45;}

.tit--round{position:relative;font-weight:700;font-size:2.4rem;color:#333;line-height:1.3; padding-left:20px;box-sizing: border-box; margin-bottom:15px;}
.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:500;font-size:18px;color:#444;line-height:1.45; padding-left:10px;letter-spacing:-0.02rem;line-height:1.4;margin-bottom:10px;box-sizing: border-box;}
.bullet-tit::before{position:absolute;content: ' ';left:0;top:12px; width:4px; height:4px;background:var(--concept-color); border-radius:50%; }

.bullet-txt{position:relative;font-weight:300;font-size:17px;color:#444;line-height:1.45; padding-left:10px;letter-spacing:-0.02rem;line-height:1.4;margin-bottom:10px;box-sizing: border-box;}
.bullet-txt::before{position:absolute;content: ' ';left:0;top:10px; width:4px; height:4px;background:var(--concept-color); border-radius:50%; }

.bullet-stxt{position:relative;font-weight:300;font-size:14px;color:#444;line-height:1.45; padding-left:8px;letter-spacing:-0.02rem;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%; }

.bullet-list{position:relative;font-weight:400;font-size:16px;color:#666;padding-left:9px;letter-spacing:-0.02rem;line-height:1.4;margin-bottom:8px;box-sizing: border-box;}
.bullet-list::before{position:absolute;content: ' ';left:0;top:10px; width:3px; height:3px;background: currentcolor; border-radius:50%; }

.line-list{position:relative;font-weight:400;font-size:16px;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:16px;color:#444; }

.line-txt{position:relative;font-weight:400;font-size:14px;color:#666;line-height:1.45; padding-left:15px;box-sizing: border-box;}
.line-txt::before{position:absolute;content: '-';left:5px;top:0px;font-size:14px;color:#666; }

.notice-txt{}
.notice-txt > span{display:inline-block;width: fit-content;text-align: left; min-height:15px;background:url(/images/layout/ico-notice.png) 0 4px no-repeat;background-size:15px auto; padding-left:20px;font-weight:400;font-size:16px;color:#666;line-height:1.45;box-sizing: border-box;}

  /* 오시는 길 */
  .mapArea{width:100%;}
  .mapArea > h3{margin-bottom:20px; }
  .mapArea iframe{width:100%; height:500px;}
  .map-content{display:flex;width:100%;}  
  .map-contacts {display:block;width:100%;padding:0px;margin:30px auto 60px;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:16px;line-height:1.4;}
  .map-contacts .c_btn{display: inline-block;width:100%;text-align:left;}  
  .root_daum_roughmap{z-index: 1 !important; }
  .pan_roughmap{z-index: 2 !important; position:absolute;left:0; top:0; width:90%; height:90%; background: transparent; }

  /* 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:1}
  .history .history-list > ul > li:before { content:""; display:block; position:absolute; top:8px; left:-9px; width:20px; height:20px;background:#eef6fc; 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:200px; color:#333; font-size:24px; font-weight:700;line-height:1.4; }
  .history .history-list > ul > li > dl > dd { width:calc(100% - 200px); 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:0px;}
  .history .history-list > ul > li > dl > dd li > span.month{width:30px;font-weight:600;font-size:17px; color:#444; line-height:1.4;}
  .history .history-list > ul > li > dl > dd li > span.txt{flex:1; font-weight:300;font-size:17px; color:#666; line-height:1.4;}
  .history .progressbar { position:absolute; top:16px; left:0%; width:1px; height:calc(100% - 12px); 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; }

/* intertek */
.intertek{ }
.intertek .fullsize{margin-bottom:40px;}
.intertek .section{margin-bottom:40px;}
.intertek .section.line{margin-top:20px; padding-top:60px; border-top:2px solid #aaa;}
.intertek h3{font-weight:700; margin-bottom:15px;}
.intertek p{margin-top:8px;}
.intertek p:first-child{margin-top:0px;}
.intertek.h250{min-height:250px;}
.intertek h2{font-weight:700; margin-bottom:50px;}

.col-2{display:flex; gap:80px; }
.col-2 > *{width:-webkit-calc(100% / 2); width:calc(100% / 2); }
.col-2 .second{}

.qbd{display:flex; /* flex-wrap: wrap; */ margin-top:20px; padding-top:60px; border-top:2px solid var(--concept-color);}
.qbd .imgArea{flex:0 0 300px;}
.qbd .info{margin-top:30px; }
.qbd .contArea{flex:1;}

.els{display:flex; gap:60px;  /* flex-wrap: wrap; */;margin-bottom:40px;}
.els .imgArea{flex:0 0 500px;}
.els .contArea{flex:1;}
.els .contArea > p{margin-top:20px;}
.els .contArea > p:first-child{margin-top:0px;}

.ich{display:flex; gap:80px;  /* flex-wrap: wrap; */;margin-top:40px;}
.ich .imgArea{flex:0 0 500px;}
.ich .contArea{flex:1;}
.ich .contArea > p{margin-top:20px; color:#1a1a1a;}
.ich .contArea > p:first-child{margin-top:0px;}

.icon-newwin-w{display: inline-block; min-height:10px; background:url(/images/layout/newwin-w.png) 0% 50% no-repeat;background-size:10px auto; padding-left:20px;}
.section-mov{ width:100%; max-width:1000px; margin:0 auto 60px; padding-top:40px;}
.section-box{width:100%; border:1px solid #ddd; background:#fff; padding:60px; margin:40px 0; box-sizing:border-box;  }
.section-box.ss{padding:30px;/* box-shadow: 0px 0px 4px 2px rgba(22,22,22, 0.05); */ }
.section-box.md{background:#fafafa; padding:50px; margin:30px 0;}

.col-2-1{border:1px solid #ddd; background:#fff; padding:40px 30px;box-sizing:border-box;margin-bottom:40px; }
.col-2-1.nonBox{border:0; padding:0px;margin-bottom:40px; }
.col-2-1 ul{display:flex; gap:50px; margin-top:30px; }
.col-2-1 ul > *{width:-webkit-calc(100% / 2); width:calc(100% / 2);   }
.col-2-1 ul.two{margin-top:80px }
.col-2-1 h3{font-weight:700;line-height:1.3;}

.col-2-2{display:flex;flex-wrap: wrap; gap:0px; margin-top:10px; }
.col-2-2 > *{width:50%; padding:0px 1%;box-sizing:border-box;  }

.col-2-3{border:1px solid #ddd; background:#fff; padding:25px;box-sizing:border-box;margin-bottom:40px; }
.col-2-3 ul{display:flex; gap:50px; margin-top:40px; }
.col-2-3 ul > *{width:-webkit-calc(100% / 2); width:calc(100% / 2);   }
.col-2-3 ul:first-child{margin-top:0px }
.col-2-3 h3{font-weight:800;color:#a3001d; line-height:1.3;margin-bottom:15px;}  


.col-3-1{border:1px solid #ddd; background:#fff; padding:40px 30px;box-sizing:border-box;margin-bottom:40px; }
.col-3-1 ul.full > *{width:-webkit-calc(100% / 1); width:calc(100% / 1);   }
.col-3-1 ul{display:flex; gap:40px; margin-top:3rem; }
.col-3-1 ul > *{width:-webkit-calc(100% / 3); width:calc(100% / 3);   }
.col-3-1 ul.two{margin-top:80px }
.col-3-1 h3{font-weight:700;line-height:1.3;}
.col-3-1 p{line-height:1.3;}

.col-3-2{border:1px solid #ddd; background:#fff; padding:40px 30px;box-sizing:border-box;margin-bottom:40px; }
.col-3-2 ul{display:flex; gap:40px; margin-top:30px; }
.col-3-2 ul > *{flex:1; }
.col-3-2 .sm{flex:0 0 300px; }
.col-3-2 .mm{flex:0 0 400px; }
.col-3-2 h3{font-weight:700;line-height:1.3;}
.col-3-2 p{line-height:1.3;}

.txt-list{font-weight:400;font-size:16px;color:#333;line-height:1.45; text-indent:-16px; padding-left:16px; margin-bottom:10px;box-sizing: border-box;}
.txt-list-bullet{position:relative;font-weight:300;font-size:14px;color:#555;line-height:1.45; padding-left:26px;letter-spacing:-0.02rem;line-height:1.3;margin-bottom:8px;box-sizing: border-box;}
.txt-list-bullet::before{position:absolute;content: ' ';left:16px;top:8px; width:3px; height:3px;background:var(--concept-color); border-radius:50%; }

.col-mid{width:100%; max-width:1000px; margin:40px auto;}

.pre-wrap{width:100%;white-space: pre-wrap;margin-bottom:40px;  }

.hoverImg-1{cursor:pointer;transition:all 0.3s;}
.hoverImg-1 .hover-A{}
.hoverImg-1 .hover-B{display:none;}
.hoverImg-1:hover .hover-A{display:none;}
.hoverImg-1:hover .hover-B{display:block;}

.p--search{display:flex;max-width:300px; justify-content:flex-end;margin-bottom:2rem; margin-left:auto; }

  .products--list{width:100%;}
  .products--list li{width:100%;border:1px solid #f6f6f6; padding:30px 20px 30px 40px;border-radius:4px;margin-top:20px; box-sizing: border-box; box-shadow: 0px 0px 6px 0px rgba(22,22,22, 0.08);}
  .products--list li:first-child{margin-top:0px;}
  .products--list li > a{display:flex;align-items: center;width:100%;}
  .products--list .p--img{width:240px;}
  .products--list .slideImg{border:0;}
  .products--list .p--cont{flex:1; margin:0 20px 0 40px;}
  .products--list .p--btn{flex:0 0 50px;height:100%; align-self: flex-end;}
  .products--list .btn{display:flex;align-items: center;justify-content:center; width:50px; height:50px;  background: #bfbebe; border-radius: 50%; font-weight:900;font-size:18px;letter-spacing:0.1rem;line-height:1;color:#fff; padding-bottom:8px;box-sizing: border-box; }
  .products--list li:hover .btn{background:var(--concept-color); }

  .products--tit{font-weight:700;font-size:22px;color:#333;line-height:1.45;}
  .products--stit{font-weight:600;font-size:17px;color:#858484;line-height:1.45;}
  .products--txt{font-weight:300;font-size:15px;color:#555;letter-spacing:-0.01rem;line-height:1.45; margin-top:15px; /*overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical; word-wrap:break-word; line-height:1.4em;height:2.8em;*/ }

  /*제품상세 */
  .products--detail{display:flex;margin:0px 0 60px;}
  .products--detail .imgWrap{width:45%; padding-bottom:10px; }
  .products--detail .textWrap{flex:1; padding-left:40px;box-sizing: border-box; }
  .products--detail .products--tit{font-size:26px;}
  .products--detail .products--txt{font-weight:400;font-size:16px;}

  .products--detail .file_box{margin-top:20px; border-top:1px solid #dfdfdf; padding-top:20px;  }
  .products--detail .btn-group{ border-top:0px solid #dfdfdf; padding-top:25px; margin-bottom:0;}

  .products--section{margin-top:30px;}
  .products--section.box{border:1px solid #dfdfdf;background:#fff; padding:30px;box-sizing: border-box;}

  .p-sec-tit{font-weight:700;font-size: 18px;color:#333;line-height:1.45;letter-spacing:-0.02rem;margin-bottom:10px;}
  .p-sec-stit{font-weight:500;font-size: 16px;color:#333;line-height:1.45;letter-spacing:-0.02rem;margin-bottom:10px;}
  .products--section > p{margin-bottom:5px;}

  /* detail 스와이퍼 일경우*/
  .swiper-detail { position:relative; width:100%; margin:0 auto; padding:0 !important;}  
  .swiper-detail .swiper-slide {width:100%; padding-right:1px;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-detail .swiper-slide img{width:100%; }
  /* 버튼관련 */ 
  .swiper-detail .swiper-button-prev,  
  .swiper-detail .swiper-button-next{width:25px; height: 46px; background-size: 25px auto; z-index:99;} /*크기*/
  .swiper-detail .swiper-button-prev{background-image: url(../img/prev.png); left: -30px; } /*이미지,위치*/
  .swiper-detail .swiper-button-next{background-image: url(../img/next.png); right: -30px; }
  .swiper-detail .swiper-pagination-bullet {width:12px;height:12px;margin:0px 4px 0px;display:none;border-radius:100%;background:#969696;opacity:1;border:1px solid #969696;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
  .swiper-detail .swiper-pagination-bullet-active {opacity:1;background:var(--concept-color);border:2px solid var(--concept-color);}
  
  .tab-ty1 {width: 100%;margin-top:15px;padding:0 0 0px;text-align:center;box-sizing: border-box;z-index:2;}
  .tab-ty1 .swiper-slide { width:18%; margin:0 1%;background:#fff;/* border:1px solid #ebebeb;*/ box-sizing: border-box;cursor:pointer;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;}
  .tab-ty1 .swiper-slide-thumb-active{/* border:1px solid var(--concept-color);cursor:pointer;box-sizing: border-box; */ }
  .tab-ty1 .swiper-slide img{width:100%;}
  .tab-ty1 .swiper-slide-thumb-active .bigimg{border:1px solid var(--concept-color);}
  
  .bigimg{position: relative; display: inline-block; width:100%;padding-top:75%;/* 4:3인경우 */ overflow: hidden;border:1px solid #ebebeb; background:#fff;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
  .bigimg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; }
  
  /*tab menu*/
  .tab_cate {height:37px;border-bottom:1px solid #333;margin:0;}
  .tab_cate ul {display:flex;}
  .tab_cate li {flex:0 0 auto;margin-left:-1px;box-sizing: border-box; /*overflow:visible;*/}
  .tab_cate li:first-child {margin-left:0 !important;}
  .tab_cate li a{display:flex;justify-content: center;align-items: center; padding:0 60px; height:36px;font-weight:400;font-size:15px;color:#666;line-height:1;background:#f9f9f9;text-align:center;text-decoration:none !important;position:relative;}
  .tab_cate li a:after {border-width:1px 1px 0 1px;border-style:solid;border-color:#ddd;cursor:pointer;position:absolute;top:0;right:0;bottom:0;left:0;content:''; border-radius:4px 4px 0 0; width:100%;}
  .tab_cate li.active a{height:37px; color:#000;font-weight:600;background:#fff; border-radius:4px 4px 0 0; z-index:2;}
  .tab_cate li.active a:after {border-color:#333;}
  
  .detail--cont{width:100%;padding:40px 0px;font-weight:400;font-size:14px;color:#333;line-height:1.45;letter-spacing:-0.02rem; box-sizing: border-box;}
  .detail--cont > div{margin-top:50px;}
  .detail--cont > div:first-child{margin-top:0px; }
  .detail--cont .imgArea{margin-top:40px;}
  .detail--cont img{max-width:100%;}

  .detail--section{padding:0px 30px;box-sizing: border-box;}

  .flexBox-2{margin-top:30px;padding:0px 30px;box-sizing: border-box;}
  .flexBox-2 ul{display:flex;justify-content: space-between; gap:60px;}
  .flexBox-2 ul > li{}
  .flexBox-2 ul > li.half{flex:1;}

  .flexBox-3{margin-top:30px;padding:0px 30px;box-sizing: border-box;}
  .flexBox-3 ul{display:flex; gap:30px;}
  .flexBox-3 ul > li{flex:1;}

  .detail--cont .file_box{border-bottom:1px solid #bbb; padding:0 10px 30px; box-sizing: border-box;}

  .scrollArea{width:100%;  border:1px solid #dfdfdf;background:#fff; padding:40px;box-sizing: border-box;overflow-x: auto; }
  .scrollArea .imgArea{width:100%; text-align: center; min-width:720px; }
  .scrollArea > div.imgArea:first-child{margin-top:0px;}

  .linkPage-text {text-align:left; font-weight:300;font-size:20px;color:#555;line-height:1.45;margin-bottom:5rem; }

  .linkPage-list{width:100%;box-sizing: border-box;}
  .linkPage-list .thumb{position: relative;overflow: hidden;width:100%;box-sizing: border-box;}
  .linkPage-list .thumb img{width:100%;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }
  .linkPage-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);}
  .linkPage-list .tit{text-align:center; font-weight:600;font-size:24px;color:#333;margin-top:20px;/*overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.4em; */  }
  .linkPage-list .stit{text-align:center; font-weight:400;font-size:18px;color:#333;margin-top:6px;line-height:1.3; }

  /* brand */
  .list_brand{margin:0;}
  .list_brand > ul{display: flex; flex-wrap: wrap; width:100%; border-top:2px solid #222; padding-top:80px;}
  .list_brand li{width:-webkit-calc(100% / 2); width:calc(100% / 2); text-align:center; border-bottom:0px dashed #eee; padding-bottom:60px; margin-bottom:60px;}
  .list_brand li > a{display: flex; flex-direction: column; justify-content: center; align-items: center; width:100%; height:100%; padding:0 10px; box-sizing:border-box; }
  .list_brand li > a img{height:70px;}

  /*timeline */
  .timeline {line-height: 1.4em; list-style: none; margin:0; padding: 0; width: 100%;}
  .timeline-item {padding-left: 40px; position: relative;}
  .timeline-item:last-child { padding-bottom: 0;}
  .timeline-info {font-size: 12px; font-weight: 700;letter-spacing: 3px; margin: 0 0 .5em 0; text-transform: uppercase; white-space: nowrap;}

  .timeline-marker {position: absolute;top: 0;bottom: 0;left: 0;width: 10px;}
  .timeline-marker:before {background: var(--concept-color); border: 2px solid transparent; content: "";display: block;position: absolute; top:6px; left:1px; width: 10px;height: 10px; transition: background 0.3s ease-in-out, border 0.3s ease-in-out;  overflow: hidden;clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); /*border-radius: 100%; */}
  .timeline-marker:after { content: "";width: 2px; background: #CCD5DB; display: block;position: absolute;top: 24px;bottom: 0; left: 5px;}
  .timeline-item:last-child .timeline-marker:after { content: none;}
  .timeline-item:not(.period):hover .timeline-marker:before { /*background: transparent;border: 3px solid var(--concept-color);*/background: var(--point-color); }
  .timeline-marker.top:before { background: var(--point-color); }

  .timeline-content {padding-bottom:40px;}
  .timeline-content p:last-child { margin-bottom: 0;}
  .timeline-content .timeline-title {font-weight:800;font-size:30px; color: #1a1a1a;line-height:1;letter-spacing:-0.0em; margin-bottom:40px;}
  .timeline-content p{/*font-weight:400;font-size:16px; color: #555;line-height:1.45;letter-spacing:-0.0em; margin-bottom:8px;*/}
  .timeline-content .timeline_txt {display:flex;width:100%; margin-bottom:20px;}
  .timeline-content .month {flex:0 0 50px; font-weight:800;font-size:20px; color:#333;line-height:1.45;letter-spacing:-0.0em;}
  .timeline-content .txt {flex:1;}
  .timeline-content .txt > p{font-weight:400;font-size:18px;color: #666;line-height:1.45;letter-spacing:0em; position:relative; padding-right:0px;padding-left:10px; margin-top:15px;}
  .timeline-content .txt > p:before {content: '';display: block;position: absolute;top:10px;left:0;width:4px;height:4px;border-radius: 50%;background: var(--concept-color);}
  .timeline-content .txt > p:first-child{margin-top:0px;}
  .timeline-content .txt > p.non:before {display:none;}

  .timeline-centered .timeline-item:nth-child(even) .txt > p{padding-right:10px; padding-left:0px;}
  .timeline-centered .timeline-item:nth-child(even) .txt > p:before {right:0;left:auto;}
  .timeline-centered .timeline-item:nth-child(even) .timeline_txt {flex-direction:row-reverse;}

  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {display: block;margin: 0; padding: 0;}
  .timeline-centered .timeline-item {padding-bottom: 60px;overflow: hidden; }
  .timeline-centered .timeline-marker {position: absolute;left: 50%;margin-left: -5px; }
  .timeline-centered .timeline-info,.timeline-centered .timeline-content {width: 50%;}
  .timeline-centered .timeline-item:nth-child(odd) .timeline-info { float: left; padding-right: 30px;}
  .timeline-centered .timeline-item:nth-child(odd) .timeline-content { float: right; text-align: left; padding-left: 30px; box-sizing: border-box;}
  .timeline-centered .timeline-item:nth-child(even) .timeline-info { float: right; text-align: left;  padding-left: 30px;}
  .timeline-centered .timeline-item:nth-child(even) .timeline-content { float: left; text-align: right;padding-right: 30px; box-sizing: border-box;}

  .marker-outline .timeline-marker:before {background: transparent;border-color: var(--concept-color);}
  .marker-outline .timeline-item:hover .timeline-marker:before { background: var(--concept-color);}

  .tubing-guide{width:100%; max-width:1200px; margin:40px auto; text-align: center;}
  .tubing-guide .imgArea{width:100%; margin-bottom:60px; }
  .tubing-guide .imgArea img{max-width:100%;}
  .tubing-guide .tbArea{width:100%;padding:40px 0; }
  .tubing-guide h3{margin-bottom:20px; }
  .tubing-guide .txt-m{display:flex; justify-content: center; flex-wrap: wrap; gap:15px;}

  .assemblies-topimg{width:100%; margin-bottom:60px;}
  .assemblies-topimg img{width:100%;}

  .assemblies-col-1{margin-bottom:40px; letter-spacing:0.02rem; }
  .assemblies-col-1 > ul{display:flex; gap:80px;margin-top:60px;}
  .assemblies-col-1 > ul:first-of-type{margin-top:0px;}
  .assemblies-col-1 .imgArea{flex:1; }
  .assemblies-col-1 .imgArea img{max-width:100%;}
  .assemblies-col-1 .contArea{flex:1.5; }
  .assemblies-col-1 section{margin-top:60px;}
  .assemblies-col-1 section:first-of-type{margin-top:0px;}
  .assemblies-col-1 h3{font-weight:700;line-height:1.3;margin-bottom:30px;}
  .assemblies-col-1 p{line-height:1.45;margin-top:20px;}
  .assemblies-col-1 p > span{color:#219cdc; }
  .assemblies-col-1 p:first-of-type{margin-top:0px;}

  .assemblies-fullBox{width:100%; text-align: center;font-weight:600;font-size: 30px; line-height:1.3; color:rgba(255, 255, 255, 0.9);  background:#219cdc; padding:40px 10px; box-sizing: border-box;margin-bottom:60px;}
  .assemblies-fullBox.between{display: flex; justify-content: space-between;align-items: center; gap:10px; text-align: left; padding:40px;}
  .assemblies-fullBox.between > *:last-of-type{text-align: right;}

  .assemblies-col-2{margin-bottom:40px; letter-spacing:0.02rem; }
  .assemblies-col-2 > ul{display:flex; gap:0px;}
  .assemblies-col-2 > ul > li{flex:1;border:1px solid #ddd;padding:20px; box-sizing: border-box; }
  .assemblies-col-2 > ul:nth-child(odd) > li{background:#f9f9f9; }
  .assemblies-col-2 > ul.topimg{width:100%;border:2px solid #219cdc;padding:0px;margin-bottom:30px;}
  .assemblies-col-2 > ul.topimg li{border:0;padding:0px;}
  .assemblies-col-2 > ul.topimg img{width:100%;}
  .assemblies-col-2 > ul > li.non{border:0;padding:0px;margin-bottom:10px;}
  .assemblies-col-2 > ul > li.non h3{font-weight:700;}
  .assemblies-col-2 > ul > li.non:last-child{text-align: right; background:#fff;}
  .assemblies-col-2 p{line-height:1.45;margin-top:20px;}
  .assemblies-col-2 p > span{color:#219cdc; }
  .assemblies-col-2 p:first-of-type{margin-top:0px;}

  .assemblies-col-3{margin-bottom:40px; letter-spacing:0.02rem; }
  .assemblies-col-3 > ul{display:flex; gap:60px;}
  .assemblies-col-3 > ul > li{flex:1;}
  .assemblies-col-3 .topimg{width:100%;margin-bottom:30px;}
  .assemblies-col-3 .topimg img{width:100%;}
  .assemblies-col-3 p{line-height:1.45;margin-top:20px;}
  .assemblies-col-3 p:first-of-type{margin-top:0px;}
  .assemblies-col-3 p > span{color:#219cdc;font-weight:700; }
  .assemblies-col-3 h3{font-weight:700;line-height:1.3;margin-bottom:30px;}

  .assemblies-img{display:flex; width:100%; gap:40px; margin-bottom:40px;}
  .assemblies-img > *{flex:1; }
  .assemblies-img img{width:100%;}

  .bioprocess-col-1{margin-bottom:40px; letter-spacing:0.02rem; }
  .bioprocess-col-1 > ul{display:flex; gap:80px;margin-top:60px;}
  .bioprocess-col-1 > ul:first-of-type{margin-top:0px;}
  .bioprocess-col-1 > ul li{flex:1;}
  .bioprocess-col-1 .imgArea{flex:1; text-align: center; }
  .bioprocess-col-1 img{max-width:100%;}
  .bioprocess-col-1 .contArea{flex:1.5; }
  .bioprocess-col-1 section{margin-top:30px;}
  .bioprocess-col-1 section:first-of-type{margin-top:0px;}
  .bioprocess-col-1 .box{width:100%; padding:20px; border:1px solid #eee; background:#f9f9f9;  box-sizing: border-box; }
  .bioprocess-col-1 h3{font-weight:700;line-height:1.3;}
  .bioprocess-col-1 p{line-height:1.45;font-weight:400;margin-top:10px;}
  .bioprocess-col-1 p > span{color:#219cdc;font-weight:700; }

  .bioprocess-col-2{margin-bottom:40px; letter-spacing:0.02rem; }
  .bioprocess-col-2 section{margin-top:30px;}
  .bioprocess-col-2 section:first-of-type{margin-top:0px;}
  .bioprocess-col-2 h3{font-weight:700;line-height:1.3;margin-bottom:15px;}





/* 인사말 */
  .greeting-tit{font-weight:600;font-size:24px;color:#333;line-height:1.5;padding-top:40px;}
  .greeting{padding:20px 0; }
  .greeting ul{display: flex;flex-wrap: wrap;align-items: center; /* align-items: center; */  }
  .greeting li{flex:0 0 50%;padding-left:60px;box-sizing:border-box; }
  .greeting li:first-child{ padding-left:0;}
  .greeting p{font-weight:300;font-size:18px;color:#333;line-height:1.45;margin-bottom:20px;  }
  .greeting .tit{font-weight:700;font-size:24px;color:#333;line-height:1.45;margin-bottom:20px;}
  .greeting .sign{font-weight:600;margin-top:40px;}
  .greeting li:first-child{ padding-left:0; }
  .greeting li img{width:100%;}
  .greeting .thumb{position: relative;width:100%;height:0px;padding-top:75%; border-radius:0px;border:1px solid #f1f1f1; background-size: cover;box-sizing: border-box; clip-path: polygon(5% 0%, 100% 0, 100% 90%, 95% 100%, 0 100%, 0% 10%); box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.1); }
  .greeting .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 40% 56%; border-radius:0px; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }

  .organization{width:100%; text-align: center; margin:40px 0;}
  .organization img{max-width:100%; }

  /* business */
  .business-logo{width:100%; text-align: center; margin-bottom:40px; box-sizing: border-box;}
  .business-logo img{max-width:100%;}

  .btn_pdf{display: flex;flex-wrap: wrap; gap:10px; justify-content: center; text-align: center;}
  .i_pdf{display: inline-block; min-height:20px;padding-left:30px;background:url(/images/layout/i-pdf.png) left center no-repeat;background-size: auto 20px;font-weight:400;font-size:15px;color:#333;line-height:1.45;  }
  .i_pdf > em{font-weight:700; color:#000; }

  .business{width:100%; max-width:1200px; margin:0 auto 40px;}
  .business .txtGroup{width:100%;display:flex;align-items: center; flex-direction: column;}
  .business .txtGroup > section{text-align: left; }
  .business .bullet-tit{margin-bottom:16px;}
  .business .imgArea{margin:40px 0;}
  .business .imgArea img{width:100%;}
  .business .tit-md{text-align: center; font-weight:600; line-height: 1.5; padding:40px 0;  }
  .business .txt-md{text-align: center;padding:40px 0;  }

  .business .business-img{display:flex;justify-content: center; margin:40px 0;}
  .business .business-img > *{flex:1;text-align: center;}

  .business .business-img-1{display:flex;justify-content: center; margin:40px 0;}
  .business .business-img-1.gap01{gap:80px;}
  .business .business-img-1 > *{text-align: center;}
  .business .business-img-1 img{max-width:100%;}






  








  
