@charset "utf-8";
header.hide {transform: translateY(-100%); overflow: hidden;}
/********************************************
	HEADER
********************************************/
#header{position:fixed; top:0;  display:flex;justify-content:space-between;gap:0px; align-items: center;width: 100%;height:var(--header-height); margin:0 auto;transition:var(--transition-custom); -webkit-transition:var(--transition-custom);z-index: 4; padding:0 calc(var(--wrap-padding) + 180px) 0 var(--wrap-padding); box-sizing: border-box; /* background-color:rgba(255,255,255,0.95); */ }
#header .header-inner{display:flex;justify-content:space-between;gap:20px; align-items: center;width: 100%;max-width:var(--wrap-width); height:100%;margin:0 auto;transition:var(--transition-custom); -webkit-transition:var(--transition-custom);}
#header .logoArea{width:180px;transition:var(--transition-custom); -webkit-transition:var(--transition-custom);z-index:4;}
#header .logo{display:inline-block;width:100%;background:url(/images/layout/logo-wh.png) 0% 50% no-repeat;background-size:auto 45px;min-height:45px;  text-indent: -9999px;box-sizing: border-box; }
#header .util{display: inline-flex;justify-content: flex-end;align-items: center; width:140px;margin-right:60px; box-sizing: border-box; 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;}

/* lagnuage 적용 */
.submenu-lagnuage-wrap {width: 100px;height: 30px;position: relative;z-index:4;}
.submenu-language { width: 100%; height: 100%;background: var(--concept-color); border-radius: 20px; display: flex; align-items: center;justify-content: center; position: absolute;top: 0; left: 0;z-index: 1;transition: 0.3s ease;}
.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-wh.png) 50% 50% no-repeat;background-size: auto 16px; }

.submenu-language span {font-weight:500;font-size:12px;line-height: 1;color: #fff;margin-right: 10px;}
.submenu-language img:first-child {margin-right: 10px;}

.is-open .submenu-language {background: #f7f7f7;}
.submenu-language.is-active { box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);}
.submenu-lagn-list {position: absolute; top: 0;left: 0;width: 100%; background: #f9f9f9;padding: 0 14px;text-align: center; 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;}
.submenu-lagn-list li.is-active {color: #181818;font-weight: 500;}
.submenu-lagn-list li:last-child {padding-bottom:6px;}

/* 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:var(--transition-custom); -webkit-transition:var(--transition-custom);z-index: 5;}
.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; }

#gnb {flex:1; text-align: center; /* 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%; transition: 1.0s; position: relative; }
#gnb #gnb1_ul:before{ content: ""; display: block; width: 100%; height: 0; background-color: rgba(9,9,12,0.9); border-bottom:0px solid #ebebeb; position: fixed; width: 100%; left: 0; top: 0; z-index: -2; opacity: 0; transition: 0.2s; }
#gnb.on #gnb1_ul:before{ height:320px; opacity: 1; } 

#gnb:after{ content: ""; display: block; position: fixed; width: 100%; height:0px; left: 0; right: 0; margin: 0 auto; top:var(--header-height); background-color:rgba(255,255,255,0.1); z-index:4; opacity: 0; transition: 0.2s; }
#gnb:hover:after{ opacity: 1; }
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb1_li {float:none; display: inline-block; line-height:50px;position:relative; padding: 0 40px;transition: 0.5s;}
#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; }
#gnb .gnb1_li:hover > a{ color:#fff; }
#gnb .gnb1_li > a:after{ content: ""; display: block; width: 100%; height: 2px;background-color: var(--primary-color); position: absolute; left: 50%; bottom:0px; opacity: 0; transform: scale(0) translate(-50%,0); z-index: 5; } 
#gnb .gnb1_li:hover > a:after{ opacity: 1; transition: 0.5s; transform: scale(1) translate(-50%,0); transition-delay: 0.1s; }
/* #gnb #gnb1_ul:hover .gnb1_li.lg{padding: 0 70px; transition: 0.5s;} */
#gnb:hover .gnb1_li.s2{padding: 0 45px;transition: 0.5s;}

.gnb1_li:last-child .gnb2_ul_box {border-right:0px;}
.gnb2_ul .gnb2_ul_box { border-top:0;padding:10px;  border-left:0px; box-sizing: border-box; -webkit-transition-delay: 0.8s;transition-delay: 0.8s;}

.gnb2_a {display:block;padding:8px 0px;font-size:15px; line-height:1.2; letter-spacing:-0.01em; color:#ddd;  text-align:center;text-decoration:none;position: relative; z-index: 1;}
a.gnb2_a:hover{font-weight: 500;  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-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{ opacity: 1; top: 0; }
.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:after{height:1px; background-color:#e1e1e1; }
.gbg-white #gnb .gnb1_li {line-height:var(--header-height);}
.gbg-white .gnb2_ul {top:var(--header-height); padding-top:0px;  }
.gbg-white #gnb.on .gnb1_li:last-child .gnb2_ul_box {border-right:1px solid #e1e1e1;}
.gbg-white #gnb.on .gnb2_ul .gnb2_ul_box { border-top:0;padding:20px 10px; border-left:1px solid #e1e1e1; height:100%; min-height:280px; box-sizing: border-box; position: relative; }

.gbg-white #gnb.on .gnb1_a {color:#0f0f0f; text-shadow:none; }
.gbg-white #gnb.on .gnb1_li:hover > a{color:#333;}
.gbg-white #gnb.on .gnb2_a { color:#333; font-weight: 300; }
.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 #e1e1e1;}
.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 .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 #header .logo{min-height:40px;background:url(/images/layout/logo.png) 0% 50% no-repeat;background-size:auto 40px; }

/* TYPE C : gnb 상단 Bar 아래 이미지 노출 스타일 top-Ctml */
.text-bl #header{/* height:var(--headerB-height); 기본은position:relative; 현사이트에서만 fixed */}
.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,1); border-bottom:1px solid #ddd;}
.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:0px solid #e1e1e1;background-color: rgba(255,255,255,1);}
#header.bg_on .logo{display:inline-block;width:100%;min-height:35px;background:url(/images/layout/logo.png) 0% 50% no-repeat;background-size:auto 35px; }
#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:280px;}
#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:var(--transition-custom); -webkit-transition:var(--transition-custom);z-index: 4; }

/* new mobile-menu */
.nav-but-wrap{position:fixed; top:0; right:var(--wrap-padding); display:inline-flex;justify-content:flex-end; align-items: center; width:50px;height:var(--header-height); text-align:right; transition : all 0.3s ease-out; z-index:100; margin-top:4px;  }
.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; width: 100%; padding:150px 5% 60px;  overflow-y: auto;height:100%; box-sizing: border-box;}
.nav__list {/* position: relative; z-index: 2;  */ padding:0;margin: 0;}

.nav__lang{/* position: relative; */  display: block;opacity: 0; 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:14px;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:5px;height:5px;background:var(--primary-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;}

/* new lnb */
.lnb_logo{width:300px; margin-right:100px; margin-top:20px; }
.lnb_logo img{max-height:55px; max-width:100%;}
.lnb_ul{width:100%; box-sizing: border-box;}
.lnb__li {position: relative;display:flex;align-items: center;  -webkit-transition-delay: 0.8s;transition-delay: 0.8s;opacity: 0; overflow: hidden;-webkit-transform: translate(100px, 0%); transform: translate(100px, 0%);-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, transform .3s ease;transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;  margin-bottom:20px;}
.lnb__li > a{ position: relative;display:inline-block; 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:10px 40px 10px 10px;z-index: 2; /*text-transform: uppercase;*/ -webkit-transition: all 200ms linear; transition: all 200ms linear; min-width:200px;  }
.lnb__li > a:hover{color: rgba(255,255,255,1);}
.lnb__li.is-on > a{color: rgba(255,255,255,1);}
/*.lnb__li > a:after{ position: absolute;content: '';bottom:0px; left: 50%;width: 0;height: 0;opacity: 0;background-color:  var(--primary-color);z-index: 1; -webkit-transition: all 200ms linear;transition: all 200ms linear; }
.lnb__li > a:hover:after{ height: 3px;opacity: 1;left: 0;width: 100%;} 
.lnb__li.is-on > a:after{ height: 3px;opacity: 1;left: 0;width: 100%;}
*/

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

/* 기존 */
.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;display:block; 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; /*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(--primary-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,.7); 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:#fff; font-size:16px;line-height:1;font-weight:600;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 .lnb__li {opacity: 1;-webkit-transform: translateX(0%); transform: translateX(0%);-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease; -webkit-transition-delay: 0.5s;transition-delay: 0.5s;}

body.nav-active .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; }
/* 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(--primary-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(--primary-color);stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear; transition: all 200ms linear;}
.progress-wrap.on {right:15px;bottom:20px;}

/* top btn 다른 스타일 */
.btn_up_layer {position:fixed;bottom:20px;right:10px;display:none;flex-direction: column;justify-content:center;align-items:center; gap:5px; text-align: center; width:65px;  height:65px;background:var(--second-color);border-radius:8px;z-index:100;cursor:pointer;transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.07); }
.btn_up_layer .icon {width:100%;height:14px; text-align: center;background:url(/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-sitemap{width:100%;background:#181819; margin:0px auto; border-bottom:1px solid rgba(255, 255, 255, .2); padding:70px var(--wrap-padding) 40px; box-sizing: border-box;}
.footer-sitemap > *{display:flex; justify-content: space-between;gap:100px;width:100%;max-width:var(--area-width);margin:0px auto; }
.footer-sitemap li{display:inline-flex; flex-direction: column;}
.footer-sitemap .mainNav{font-weight:600;color:#f1f1f1;font-size:17px; margin-bottom:20px; }
.footer-sitemap .subNav{font-weight:400;color:#ccc;font-size:14px;line-height:1.2; margin-bottom:10px; }

.footer{display:flex; justify-content: space-between;flex-wrap: wrap;gap:10px; width:100%;background:#181819; margin:0px auto;padding:50px var(--wrap-padding); box-sizing: border-box;}
.footer:after {content:""; display:block; clear:both; height:0;}
.footer .f_inner{display:flex; justify-content: space-between; width:100%;max-width:var(--wrap-width);margin:0px auto;box-sizing: border-box;}
.footer .f_logo{flex:0 0 200px;text-align:left;min-height:30px;background:url(/images/layout/logo-wh.png) 0% 0% no-repeat;background-size:auto 30px; text-indent: -9999px;}
.footer .f_cont{flex:1;}
.footer .f_cont li{display:flex;align-items: center; flex-wrap: wrap; gap:8px 20px; margin-top:10px;}
.footer .f_cont li:first-child{margin-top:0px;}
.footer .f_cont li p{font-weight: 300;color:#ddd;font-size:13px;line-height:1.3;letter-spacing:0em; margin-bottom:0px; }
.footer .f_cont li p > span{display:inline-block;font-weight: 500;color:#aaa;margin-right:10px; }
.footer .f_cont .c_name{font-weight:500;color:#f1f1f1;font-size:14px; }
.footer .f_cont .address{display:flex;flex-wrap: wrap; gap:0 20px;  width:100%;margin-bottom:0px;}
.footer .f_copy{font-weight: 300;color:#ddd;font-size:13px;line-height:1.3;letter-spacing:0em;}	
.footer .bold{font-weight: 500;color:#f1f1f1;font-size:14px;}	
.footer .f_right{font-weight: 300;color:#bbb;font-size:13px;line-height:1.3;letter-spacing:0em;box-sizing: border-box;}

.footer .f_sns{display:inline-flex;justify-content:flex-end;align-items:center; gap:30px;}
.i-fbook{display: inline-block;width:12px; height:20px;background:url(/images/layout/i-fbook.png) 50% 50% no-repeat;background-size: auto 20px; text-indent: -9999px;}
.i-insta{display: inline-block;width:24px; height:20px;background:url(/images/layout/i-insta.png) 50% 50% no-repeat;background-size: auto 20px; text-indent: -9999px;}
.i-youtube{display: inline-block;width:24px; height:17px;background:url(/images/layout/i-youtube.png) 50% 50% no-repeat;background-size: auto 14px; text-indent: -9999px;}

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

.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{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-pop{position: absolute;right:0px;top:0px; width:50px; height:50px;background:url(/images/layout/close_white.png) 50% 50% no-repeat var(--second-color);background-size:auto 14px; text-indent: -9999px; z-index:2}

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

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

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

.pop-title {font-weight:700;font-size:17px;line-height:1;color:#222;letter-spacing:-0.02em;} /* popup title */
.pop--topline{width:100%; padding:20px 25px 10px; border-bottom:1px solid #dfdfdf; }
.pop--top{width:100%; padding:15px 25px; background:var(--concept-color) /*#222*/; } 

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

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

/* // 팝업 Basic */

.textTb{display: inline-block; width:100%;margin-bottom:20px; font-family: 'Pretendard'; }
.textTb .tit1{font-weight: 700;color:#333;font-size:16px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt1{color:#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;}
.video_wrap iframe{position: absolute;top: 0;left: 0;width: 100%; height: 100%;}
.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
********************************************/
.mainImg_1{position:relative;width:100%;min-height:1015px; background:url(/images/main/main-1.jpg) center top no-repeat; margin-top:0px;}
.mainImg_2{position:relative;width:100%;min-height:780px; background:url(/images/main/main-2.jpg) center top no-repeat; margin-top:0px;}

.m_notice{display:flex; align-items: center; }
.m_notice .tit{ font-weight:500;font-size:16px;line-height:1;color:#f1f1f1; margin-right:30px; }
/* .m_notice > a{display:inline-flex;justify-content: space-between; align-items: center; } */
.m_notice .subject{flex:1; font-weight:400;font-size:14px;color:#ddd;line-height:1.45; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.m_notice .date{font-weight:300;font-size:13px;color:#aaa;line-height:1.45;  margin-right:15px;}

.main_quick{position: absolute; left:var(--wrap-padding); bottom:var(--wrap-padding);display:flex; flex-direction: column;gap:10px; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; z-index: 3;}
.main_quick > *{height: 46px;width: 46px;border-radius:23px;border:1px solid rgba(255,255,255, .5); transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);}
.q-qa {display:flex;flex-direction:row; align-items:center;}
.q-qa .icon {width:100%;height:20px;background:url(/images/layout/q-icon2.png) 50% 0% no-repeat;background-size:auto 20px; text-align: center;transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);}
.q-qa .button-text {display:none;opacity:0; margin-left:10px; font-weight:600;color:rgba(255,255,255, 1); font-size:13px;letter-spacing:0em;transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);animation: button-text-Ani 1s 0.1s both;}
.q-qa:hover .icon {width:30px;background:url(/images/layout/q-icon2.png) 50% 0% no-repeat;background-size:auto 20px;}
.q-qa:hover{width:140px; padding:0 15px; background:var(--concept-color);border:1px solid var(--concept-color); box-sizing: border-box;}
.q-qa:hover .button-text {display:inline-block !important;opacity: 1; animation: button-text-Ani 1s 0.1s both;}

.q-contact {display:flex;flex-direction:row; align-items:center;}
.q-contact .icon {width:100%;height:20px;background:url(/images/layout/q-icon1.png) 50% 0% no-repeat;background-size:auto 20px; text-align: center; transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);}
.q-contact .button-text {display:none;opacity:0;  margin-left:10px; font-weight: 600;color:rgba(255,255,255, 1); font-size:13px;letter-spacing:-0.02em;transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);animation: button-text-Ani 1s 0.1s both;}
.q-contact:hover .icon {width:30px;background:url(/images/layout/q-icon1.png) 50% 0% no-repeat;background-size:auto 20px;}
.q-contact:hover{width:160px; padding:0 15px;background:var(--concept-color);border:1px solid var(--concept-color); box-sizing: border-box;}
.q-contact:hover .button-text {display:inline-block !important;opacity: 1; animation: button-text-Ani 1s 0.1s both;}

.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 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.1);-ms-transform: scale(1.1);transform: scale(1.1); -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, .main-swiper .swiper-slide-active .main-swiper-stit {transform: translateX(0);}
.main-swiper .swiper-slide-active .main-swiper-text01 {transform: translateX(0);transition-delay: 0.5s;opacity: 1; }
.main-swiper .swiper-slide-active .main-swiper-text02 {transform: translateX(0);transition-delay: 0.7s;opacity: 1; }
.main-swiper .swiper-slide-active .main-swiper-btn {transform: translateX(0)}  

.main-swiper-content{/* position: absolute; width: 100%; top:50%;transform: translateY(-50%);  */ position: relative; display:flex;justify-content:space-between; flex-direction: column; width: 100%; max-width:var(--wrap-width); height:100%; margin:0 auto; padding:220px 0% 100px; box-sizing: border-box;  z-index: 2;}
.main-swiper-stit {font-weight:700;font-size:30px;color:#fff; line-height: 1.2;  margin-bottom:15px; text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5);  transform: translateX(150px); -webkit-transform: translateX(150px);transition: 1.7s ease}
.main-swiper-stit > span{color:var(--primary-color); }
.main-swiper-tit {font-weight:800;font-size:80px;color:#fff; line-height: 1.2;  margin-bottom:30px; 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-text-left{display:inline-flex; flex-direction: column;}
.main-text-right{display:inline-flex; flex-direction: column; align-items: flex-end; text-align: right;}
.main-swiper-text01 {font-weight:400; color:#fff; font-size:22px;line-height:1.45;letter-spacing:0em;margin-bottom:10px;  /* text-transform: uppercase; */ text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); transform: translateX(-250px); opacity: 0; -webkit-transform: translateX(-250px); transition: 1.7s ease;}
.main-swiper-text02 {font-weight:700; color:#fff; font-size:30px;line-height:1.45;letter-spacing:0em;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); transform: translateX(-250px); opacity: 0; -webkit-transform: translateX(-250px); transition: 1.7s ease;}
.main-swiper-text02 > br{display:none;}
.main-swiper-content.a-center{justify-content: center;padding:0px 0% 100px; }

.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:60px; 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 { width: 100%; max-width:var(--wrap-width); margin:0 auto;  display: flex; flex-direction: row; position: absolute; left:50%;transform: translateX(-50%); bottom:30px; z-index: 2; align-items: center;box-sizing: border-box; }
.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: -150px; 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: 0; /* 숫자보이게 : 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:14px;}
.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}

/* 일반 화살표 사용시 적용 */
.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%;}
}
@keyframes progress{0%{stroke-dashoffset:125.664px}90%{stroke-dashoffset:0}100%{stroke-dashoffset:-125.664px}}
/* main swiper END */

.m--scroll {bottom:20px;left:50%;margin-left:-20px; /*right:20px;*/   width:40px;overflow: hidden;position: absolute;z-index:2;text-align: center;}
.m--scroll img{height:30px;}
.m--scroll {animation: scrollAni 2.0s ease-in-out reverse; animation-iteration-count: infinite; 
	-webkit-animation: scrollAni 2.0s ease-in-out reverse; -webkit-animation-iteration-count: infinite; 
	-moz-animation: scrollAni 2.0s ease-in-out reverse; -moz-animation-iteration-count: infinite; 
}
 @keyframes scrollAni{
	0%{bottom: 20px;} 
	25%{bottom: 30px;} 
	50%{bottom: 20px;} 
	75%{bottom: 30px;} 
	100%{bottom: 20px;} 
}
@-webkit-keyframes scrollAni{
	0%{bottom: 20px;} 
	25%{bottom: 30px;} 
	50%{bottom: 20px;} 
	75%{bottom: 30px;} 
	100%{bottom: 20px;} 
}
@-moz-keyframes scrollAni{
	0%{bottom: 20px;} 
	25%{bottom: 30px;} 
	50%{bottom: 20px;} 
	75%{bottom: 30px;} 
	100%{bottom: 20px;} 
}

/* main video */
.main-video{width:100%;}
.main-video::before{position: absolute;content: ""; width:100%;height:100%; left:0; top:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,.4) 0%, rgba(0,0,0,.2) 40%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,.4) 0%,rgba(0,0,0,.2) 40%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,.4) 0%,rgba(0,0,0,.2) 40%,rgba(252,255,255,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#00fcfaf9',GradientType=0 );
	z-index: 1;
	}
video { -webkit-mask-image: -webkit-radial-gradient(white, black); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; }
.main-video .video-container { padding: 0; width:100%; height:100vh; overflow: hidden; position: relative;}
.main-video video {position: absolute;transform: translateX(-50%) translateY(-50%);top: 50%;left: 50%;min-width: 100%;min-height: 100%;width: auto;height: auto;overflow: hidden;z-index: -1000;}

/* Full screen video for Surface Pro 7 */
  @media screen and (max-width:1368px){
   /*  .main-video video { width:auto; height:100vh; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); } */
  }
#pc-mov {display: block;}
#m-mov {display: none;}

.video-txt{position: absolute; top:0;left:0; /* left:50%; transform:translateX(-50%); max-width:1400px; */ display:flex;flex-direction: column;justify-content:center; width:100%; height:120%; margin:0px auto;color:#fff;padding:0 10%;box-sizing: border-box; z-index:2;}
.video-txt .w-infos-tit{text-align:left; font-size:60px;font-family: 'GmarketSansBold'; text-transform:uppercase; line-height:1.3;letter-spacing:-0.01em; text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); margin-bottom:30px; transform: translateX(150px); -webkit-transform: translateX(150px);transition: 1.7s ease;opacity: 0;  }
.video-txt .w-infos-stit{font-size:36px;font-family: 'TheJamsil4Medium';/* text-transform:uppercase; */ line-height:1;letter-spacing:0em;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5);}
.video-txt .w-infos-txt-1{text-align:left;font-size:30px;font-weight:700;line-height: 1.45;letter-spacing:-0.02em;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); transform: translateX(-150px); -webkit-transform: translateX(-150px);transition: 1.7s ease; opacity: 0; }
.video-txt .w-infos-txt-2{text-align:left;font-size:30px;font-weight:700;line-height: 1.45;letter-spacing:-0.02em;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); transform: translateX(-150px); -webkit-transform: translateX(-150px);transition: 1.7s ease; opacity: 0; margin-top:5px; }

.main-video.active .w-infos-tit{transform: translateX(0);transition-delay: 0.5s;opacity: 1; }
.main-video.active .w-infos-stit{animation: workAni 1s 3.5s both;}
.main-video.active .w-infos-txt-1{transform: translateX(0);transition-delay: 1s;opacity: 1; }
.main-video.active .w-infos-txt-2{transform: translateX(0);transition-delay: 1.5s;opacity: 1; }


@keyframes workAni {
    0% {opacity: 0;transform: translateY(100px)}
    100% {opacity: 1;transform: translateY(0)}
}
/* main video */

.main-tit{font-weight:700;font-size:55px;line-height:1.2;letter-spacing:0em; color:#333;text-transform: uppercase;}
.main-txt{font-weight:400;font-size:22px;line-height:1.4;letter-spacing:0em; color:#333;}

/* section-1 */
.section-1{width:100%; max-width: var(--area-width); margin:0px auto; padding:var(--padding-t) var(--wrap-padding); box-sizing: border-box; }
.main-tab{display:flex;justify-content:center; align-items: center; flex-wrap: wrap; gap:5px; width:100%;margin:0px auto 60px;}
.main-tab-menu{display:inline-flex;justify-content:center; align-items: center;text-align:center; height:45px; border:1px solid #ddd;background:#fff;border-radius:30px; font-weight: 400; font-size:18px;color:#949494;line-height:1; padding:0 30px; }
.main-tab-menu.is-on{border:1px solid var(--concept-color);background:var(--concept-color); color:#fff;}

.tab-contents{display:none;flex-wrap: wrap;align-items: center; gap:80px; width:100%; margin:0px auto;}
.tab-contents.is-on{display:flex;}
.tab-contents .imgGroup{ width:45%; box-sizing: border-box; }
.tab-contents .imgGroup img{width:100%;}
.tab-contents .txtGroup{flex:1; }
.tab-contents .txtGroup > h3{margin-bottom:30px; }
.tab-contents .txtGroup > h4{margin-bottom:15px;font-weight:600;font-size:24px;color:#333;line-height:1.3;letter-spacing:0; }
.tab-contents .txtGroup > p{color:#666; }
.tab-contents .txtGroup .btnArea{margin-top:40px; }
.tab-contents .txtGroup .btn{display:inline-flex;justify-content:center; align-items: center;gap:10px; height:42px; width: fit-content;background:var(--sub-color);border-radius:20px; font-weight: 400; font-size:14px;color:#fff;line-height:1; padding:0 25px 2px; }
.tab-contents .txtGroup .plus{font-weight:200; font-size:24px;color:#fff;line-height:1;}


/* .swiper-p 스와이퍼 */ 
.swiper-area{width:100%; }
.imgslider{width:100%;height:100%;padding-bottom:30px;}
.imgslider.swiper-container{width: 100%;height: 100%;}
.imgslider .swiper-slide {text-align: center;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; overflow:hidden;}
.imgslider .swiper-pagination{display:inline-flex; justify-content: center; width: fit-content;padding:0;text-align:center;box-sizing: border-box; z-index:2;}
.imgslider .swiper-pagination .swiper-pagination-bullet {display: inline-block; width:6px;height:6px; background: #bbb;  border-radius: 50%;  vertical-align: middle; transition: .37s ease;margin: 0 3px !important; opacity: 1; box-sizing: border-box; }
.imgslider .swiper-pagination .swiper-pagination-bullet-active {background:var(--concept-color);width:12px;height:6px;border-radius:10px; }

.m-product{width:100%;}
.m-product .img{width:100%;}
.m-product .img img{width:100%;}
.m-product .img-txt{font-weight: 400; font-size:14px;color:#666;line-height:1;}

.swiper-container-h{width:100%;}
.swiper-contents{display:flex;flex-wrap: wrap;align-items: center; gap:80px; width:100%; margin:0px auto;}
.swiper-contents .imgGroup{ width:45%; box-sizing: border-box; }
.swiper-contents .imgGroup img{width:100%;}
.swiper-contents .txtGroup{flex:1; }
.swiper-contents .txtGroup > h3{margin-bottom:30px; }
.swiper-contents .txtGroup > h4{margin-bottom:15px;font-weight:600;font-size:24px;color:#333;line-height:1.3;letter-spacing:0; }
.swiper-contents .txtGroup > p{color:#666; }
.swiper-contents .txtGroup .btnArea{margin-top:40px; }
.swiper-contents .txtGroup .btn{display:inline-flex;justify-content:center; align-items: center;gap:10px; height:42px; width: fit-content;background:var(--sub-color);border-radius:20px; font-weight: 400; font-size:14px;color:#fff;line-height:1; padding:0 25px 2px; }
.swiper-contents .txtGroup .plus{font-weight:200; font-size:24px;color:#fff;line-height:1;}

.nested-swiper{width:100%;height:100%;padding-bottom:30px;}
.nested-swiper.swiper-container{width: 100%;height: 100%;}
.nested-swiper .swiper-slide {text-align: center;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; overflow:hidden;}
.nested-swiper .swiper-pagination{display:inline-flex; justify-content: center; width: fit-content;padding:0;text-align:center;box-sizing: border-box; z-index:2;}
.nested-swiper .swiper-pagination .swiper-pagination-bullet {display: inline-block; width:6px;height:6px; background: #bbb;  border-radius: 50%;  vertical-align: middle; transition: .37s ease;margin: 0 3px !important; opacity: 1; box-sizing: border-box; }
.nested-swiper .swiper-pagination .swiper-pagination-bullet-active {background:var(--concept-color);width:12px;height:6px;border-radius:10px; }


/* section-2 */
.section-2{position: relative;display:flex;flex-direction: column; justify-content: space-between; width:100%; min-height:80vh; /* height:100vh; min-height:100%; */ margin:0px auto;text-align:center; /* background:url(/images/main/sec2-1.jpg) 50% 50% no-repeat;*/ background-size:cover;  overflow: hidden; padding:var(--padding-t) var(--wrap-padding); box-sizing: border-box;}
.section-2 .text-wrap{ width:100%; max-width: var(--area-width); margin:0px auto; padding:40px 0 200px; }
.section-2 .text-wrap li{width:100%;opacity: 0;-webkit-transform: translateY(-30px);transform: translateY(-30px);-webkit-transition: all 300ms linear;transition: all 300ms linear; display:none; }
.section-2 .text-wrap li.show{opacity: 1;-webkit-transform: translateY(0);transform: translateY(0); display:block; }
.section-2 .main-tit{color: #fff;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); margin-bottom:40px; }
.section-2 .main-txt{color: #fff;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5);min-height:80px; padding:0 5%; box-sizing: border-box;  }
.section-2 .main-txt > span{font-weight:800; }
.section-2 .menu-wrap{display:inline-flex;justify-content:center; flex-wrap: wrap; gap:80px; width:100%; max-width: var(--area-width);margin:0px auto;box-sizing: border-box; }
.section-2 .menu-name {width:-webkit-calc(100% / 4 - 60px); width:calc(100% / 4 - 60px);  }
.menu-name a{position: relative;display:flex; justify-content: space-between; align-items: center; width:100%; padding:0 5px 15px; font-size:22px;line-height: 1.3;color:#fff; opacity: 0.5;text-decoration: none;-webkit-transition: all 300ms linear;transition: all 300ms linear; }	
.menu-name a::after{position: absolute;	content: ''; left:0; bottom:0; width:100%; height:2px; background: #fff; }
.menu-name a > img{width:23px;}	
.menu-name a:hover {opacity: 1; text-decoration: none;}	
.menu-name.active a {opacity: 1;font-weight:700;}	

.sec2-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;margin:0; z-index:-1;}	
.sec2-bg li{position: absolute;width: 100%;height: 100%;top: 0;left: 0;overflow: hidden;list-style:none;-webkit-transition: all 300ms linear;transition: all 300ms linear; }	
.sec2-bg li .background{position: absolute;width: 100%;height: 100%;	-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-position:center center;background-repeat:no-repeat;top: 0;left: 0;overflow: hidden;list-style:none;opacity: 0; /* -webkit-transform: translateY(-30px);transform: translateY(-30px); */ -webkit-transition: all 300ms linear;transition: all 300ms linear; }
.sec2-bg li.show .background {opacity: 1;/* -webkit-transform: translateY(0);transform: translateY(0); */ } 
.sec2-bg li:nth-child(1) .background{	background-image: url("/images/main/sec2-1.jpg");}
.sec2-bg li:nth-child(2) .background{	background-image: url("/images/main/sec2-2.jpg");}
.sec2-bg li:nth-child(3) .background{	background-image: url("/images/main/sec2-3.jpg");}
.sec2-bg li:nth-child(4) .background{	background-image: url("/images/main/sec2-4.jpg");}

/* .sec2-bg li, .text-wrap li {display: none;}
.sec2-bg li.show, .text-wrap li.show {display: block;} */

/* section-3 */
.section-3{width:100%; max-width: var(--area-width); margin:0px auto;padding:100px var(--wrap-padding); box-sizing: border-box; }
.section-3 .main-tit{text-align: center; text-transform:none; margin-bottom:40px; }
.section-3 .titleArea{display:flex; justify-content: center; align-items: center; gap:20px; margin-bottom:40px; }
.section-3 .titleArea .more{margin-top:10px; }
.section-3 ul{display:flex; flex-wrap: wrap; gap:80px;  }
.section-3 li{flex:1; }
.noticeWrap{ width:100%; }
.noticeWrap .thumb{position: relative;width:100%; height:0px;padding-top:66%; background: #e7e9eb; border-radius:0px; overflow: hidden; box-sizing: border-box; margin-bottom:20px; }
.noticeWrap .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;}
.noticeWrap .tit{font-weight:700;font-size:18px;color:#333;line-height:1.45; padding:0 10px; box-sizing: border-box; }
.noticeWrap .txt{ font-weight:400;font-size:14px;color:#666;line-height:1.45; padding:0 10px; box-sizing: border-box; }

.more{display:inline-block; border:1px solid #666; border-radius: 30px; padding:6px 20px;box-sizing: border-box;}
.more > span{display:inline-block; font-weight:400; color:#666;font-size:13px; line-height: 1.4; background:url(/images/layout/arrow_go.png) 100% 50% no-repeat;background-size:23px auto; padding-right:30px;}

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

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

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

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

.gallery--list{width:100%;box-sizing: border-box;}
.gallery--list .thumb{position: relative;width:100%; height:0px;padding-top:75%;overflow: hidden;border-radius:0px;border:1px solid #e9e9e9;  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:18px;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-type{width:100%;margin:0px auto 40px;}
.list-type ul{display:flex;flex-wrap: wrap;width:100%; gap:40px; }
.list-type li{box-sizing: border-box; position:relative; }
.list-type ul.type-2 li{width:-webkit-calc(100% / 2 - 20px); width:calc(100% / 2 - 20px);}
.list-type ul.type-3 li{width:-webkit-calc(100% / 3 - 26.6666px); width:calc(100% / 3 - 26.6666px);}
.list-type ul.type-4 li{width:-webkit-calc(100% / 4 - 30px); width:calc(100% / 4 - 30px);}
.list-type ul.type-5 li{width:-webkit-calc(100% / 5 - 32px); width:calc(100% / 5 - 32px);}
.list-type.border li{background:#fff;border:1px solid #dfdfdf; }

/* 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 :: 비주얼 */
#visual{overflow:hidden; position:relative; width:100%; margin:0 auto; height:var(--sub-visual-height); min-height:280px; background-size:cover !important;box-sizing: border-box; } 
#visual.full{height:100vh;} 
#visual .visual-img-con{position:absolute; left:0; width:100%; height:100%; -ms-transform: scale(1.2,1.2) rotate(0.0001deg); -o-transform: scale(1.2,1.2) rotate(0.0001deg);-moz-transform: scale(1.2,1.2) rotate(0.0001deg); -webkit-transform: scale(1.2,1.2) rotate(0.0001deg); transform: scale(1.2,1.2) 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:0px 5%; box-sizing: border-box; z-index:2;}
#visual .visual-tit{font-weight:800;color:#fff; font-size:50px;line-height:1.2;letter-spacing:0em;text-shadow: -1px 1px 10px 10px rgba(0,0,0,0.2);text-transform: uppercase; margin:0 auto 10px; box-sizing: border-box;}
#visual .visual-location{-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{
	   opacity:0;filter:Alpha(opacity=0); visibility:hidden;
     -ms-transform: translateY(20px) rotate(0.0001deg);
    -o-transform: translateY(20px) rotate(0.0001deg);
    -moz-transform: translateY(20px) rotate(0.0001deg);
    -webkit-transform: translateY(20px) rotate(0.0001deg);
     transform: translateY(20px) rotate(0.0001deg); 

	-moz-transition:transform .8s, opacity 1.0s;
		-ms-transition:transform .8s, opacity 1.0s;
		-webkit-transition:transform .8s, opacity 1.0s;
		-o-transition:transform .8s, opacity 1.0s;
		transition:transform .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{
	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-img-con.tbg01{background: url("/images/sub/subtopimg-01.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg02{background: url("/images/sub/subtopimg-2.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:100% 100%;  }
.visual-img-con.tbg03{background: url("/images/sub/subtopimg-3.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg04{background: url("/images/sub/subtopimg-04.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg05{background: url("/images/sub/subtopimg-5.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg06{background: url("/images/sub/subtopimg-6.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg07{background: url("/images/sub/subtopimg-07.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }

#contents{padding-top:var(--sub-visual-height);}

.menuTab-wrap.active{position:fixed; left:0; top:0;width:100%;height: calc(var(--menuTab-height));  background-color:rgba(14, 22, 44, .95); border-bottom:0px; /*top:var(--header-top-height); background-color: rgba(0, 0, 110, 0.9); border-bottom:0;border-top:1px solid #eee; */  }
.menuTab-wrap.active .menuTab{height: calc(var(--menuTab-height)); }
.menuTab-wrap.active .menuTab a{height: calc(var(--menuTab-height)); color:rgba(255,255, 255, .6);border-color:var(--sub-color);}
.menuTab-wrap.active .menuTab li.active a{color:#fff;}
.menuTab-wrap.active .menuTab li:hover a{color:#fff;}
.menuTab-wrap{ position:absolute; left:0; bottom:0; width:100%; margin:0 auto;height:var(--menuTab-height); background-color:#fff; border-bottom:1px solid #ddd;  padding:0px var(--wrap-padding); box-sizing: border-box;overflow:hidden;/*animation: menuAni 1s 0.2s both;*/  z-index:2;}

/* tab */
.menuTab{width:100%;margin:0 auto; height:var(--menuTab-height); padding:0;position:relative; box-sizing: border-box;}
.menuTab .x-scroll{display:flex; justify-content: center; }
.menuTab ul{display:flex; justify-content: center; align-items: center;width:100%;height:100%;gap:0px; box-sizing: border-box; }
.menuTab ul.tabs {white-space: nowrap;}
.menuTab li{margin-right:60px;}
.menuTab li:last-child{margin-right:0px;}

.menuTab a{display:flex;align-items: center; justify-content: center;text-align:center;height:var(--menuTab-height);font-weight:500;font-size:18px;line-height:1; border-width:0; border-style:solid;padding:0 10px; box-sizing: border-box;color:rgba(0,0, 0, .5);border-color:#444;}
.menuTab li.active a{font-weight:700;color:#444; border-width:0 0 5px 0; }
.menuTab li:hover a{font-weight:700;color:#444;  border-width:0 0 5px 0; }
/* bg컬러 사용 안함
.menuTab-wrap.active .menuTab a{color:rgba(255, 255, 255, .7); border-color:#fff; }
.menuTab-wrap.active li.active a{color:rgba(255, 255, 255, 1); border-color:#fff; }
*/
.menuTab.pro .x-scroll{justify-content:flex-start;}
.menuTab.pro ul{justify-content:flex-start; }

/*
.menuTab-wrap{position:absolute; left:0; bottom:0px; width:100%; background: rgba(255,255,255,0); border-bottom:0;height:calc(var(--menuTab-height) + 10px); z-index: 3;  }
.menuTab-wrap::before{position:absolute; left:0; bottom:0;content: '';  background:#fff;width:100%; height:calc(50% + 5px);}
.menuTab-wrap.active{position:fixed; left:0; top:var(--header-top-height);height:calc(var(--menuTab-height) + 30px);  width:100%;border-radius:0px;  padding:0px 5%; box-sizing: border-box;overflow:hidden; z-index:3;  }
.menuTab-wrap.active::before{border-top:1px solid #e1e1e1; background:transparent; height:50%; }
.menuTab-wrap.active::after{position:absolute; left:0; top:0;content: '';  background:#fff;width:100%; height:50%; z-index: -1;}
.menuTab a{display:flex;align-items: center; justify-content: center;text-align:center;height:var(--menuTab-height); font-weight:500;font-size:18px;line-height:1;color:rgba(0, 0, 0, .7);border:1px solid #ddd; background:#fff;  padding:0 30px; box-shadow: 1px 1px 4px 0px rgba(22,22,22, 0.08);  border-radius:30px; min-width:160px; margin-top:0px; box-sizing: border-box; }
.menuTab li.active a{font-weight:700;color:#fff; background:var(--concept-color);border:1px solid var(--concept-color); }
.menuTab li:hover a{color:#fff; background:var(--concept-color);border:1px solid var(--concept-color); }
.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{margin-top:15px; height:var(--menuTab-height);}
*/

@keyframes menuAni {
  0% {opacity: 0; transform: translateY(-20px);}
  100% {opacity: 1; transform: translateY(0);}
}

.container {position:relative; width:100%;margin:0; padding:60px 0; min-height:600px; background: #fff; box-sizing: border-box;}

.sub-top{display:flex;flex-wrap: wrap; align-items: center; gap:10px 20px; margin-bottom:60px;}

.title{display:flex;flex-wrap: wrap; align-items: center; gap:10px 20px;font-weight:700; font-size:50px;color:var(--second-color);line-height:1.2;letter-spacing:-0.01em; text-transform:capitalize; margin-bottom:60px;}
.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-right:100px;}
.title > span::after{position:absolute;content: "";right:0; top:50%;transform:translateY(-50%); width:10px; height:10px; background:var(--concept-color); border-radius: 50%; margin-top:4px; }
.title > span::before{position:absolute;content: "";right:0;top:50%;transform:translateY(-50%); width:80px; height:1px; background:var(--second-color); margin-top:4px; }
.title em{font-size:24px;color:#555;line-height:1.2;}

/*  tab */
.sub-tab{position:relative; width:100%;margin:-20px auto 0px;}
.sub-tab ul{display:flex;flex-wrap: wrap;justify-content: center; align-items: center;width:100%;gap:30px; box-sizing: border-box;}
.sub-tab li{}
.sub-tab a{display:flex;align-items: center; justify-content: center;text-align:center; font-weight:600;font-size:18px;line-height:1;color:#333; padding-left:30px;  position:relative;}
.sub-tab a::before{position:absolute;content: "";left:0;top:2px; width:1px; height:80%; background:#888; }
.sub-tab li:first-of-type a{padding-left:0px;}
.sub-tab li:first-of-type a::before{display:none;}
.sub-tab li.active a{color:var(--concept-color);}
.sub-tab li:hover a{color:var(--concept-color);}

/********************************************
	공통사용
********************************************/
.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:18px;letter-spacing:-0.02em;line-height:1.4;}
.board-view .stit{font-weight:500;font-size:14px;line-height:1;color:var(--second-color); margin-right:5px;}
.board-view .name{font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .date{font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .hit{font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .file_box{padding:15px 20px; border-bottom:1px solid #dfdfdf;}

.board-view .content_box{display: inline-block; width:100%; padding:40px 20px; min-height:200px;box-sizing: border-box;}
.board-view .content_box .imgBox{display: inline-block; width:100%; margin-bottom:10px;}
.board-view .content_box img{max-width:100% !important;height:auto !important; margin-bottom:20px;}
.board-view .content_box table{max-width:100%; margin-top:10px;border-top:1px solid #333;}
.board-view .content_box table td{padding:12px 5px;vertical-align:middle;border-bottom:1px solid #dfdfdf;border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;word-wrap: break-word;word-break: keep-all;}
.board-view .content_box p{margin-bottom:20px;font-weight:400;font-size:16px;color:#666;line-height:1.45;}
.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;min-height:16px; background:url(/images/layout/i_filedown_blue.png) 15px 50% no-repeat;padding:8px 15px 8px 40px;font-weight:500;font-size:12px;color:#333;line-height:1.2; border-radius: 24px; border:1px solid #ddd; box-sizing: border-box; /* width:16px;height:16px; text-indent: -9999px; */ }
/* .i_file{display:inline-block;width:15px;height:12px; background:url(/images/layout/i_filedown.png) 0 0 no-repeat;text-indent: -9999px; margin-right:10px;  } */
.i_new{display:inline-block;width:16px;height:16px;background:url(/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;flex-wrap: wrap; gap:10px; width:100%;margin-top:0px;padding:10px 0px;}
.form_sty > ul > li{padding:0px;display:inline-flex;align-items: center;flex-wrap: wrap; }
.form_sty > ul > li.top{align-self:flex-start; }
.form_sty .tit{flex:0 0 150px; padding-top: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 .full{flex:0 0 100%;  }
.form_sty .cont{flex:1;font-size:14px;min-height:40px;}
.form_sty > ul > li:nth-of-type(3) {margin-left:30px;}
.form_sty .select-w{width:150px;} /* 모바일 100% */

.tit-required{margin-bottom:15px;}
.tit-required > span{position:relative;display: inline-block;font-weight:600;color: #333;font-size:16px; line-height:1;letter-spacing:-0.03em;}
.tit-required > span.required{padding-right:10px;}
.tit-required > span.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}

.file--name{display:inline-block;margin-left:10px;font-weight: 400;font-size:13px;line-height:20px;color:#666;}
.file--del{font-weight: 400;font-size:13px;line-height:1;color:#666;background:url(/images/layout/btn_close_14.png) 0 50% no-repeat;padding-left:20px;margin-top:10px;box-sizing: border-box;}


/* file upload */
.inputfile-wrap {position: relative;display: flex; width: 100%;}
.inputfile-wrap input[type="file"] {position: absolute;width: 1px;height: 1px;margin: -1px; padding: 0; border: 0; overflow: hidden;clip: rect(0, 0, 0, 0);}
.inputfile-wrap label.btn {display: block;width: 100px;height:40px;margin-left: 10px; color:#fff;border:0px solid #262729;background:#a3a5aa;line-height:40px;padding:0px 5px;text-align:center; font-size:14px;font-weight: 400;border-radius:4px;box-sizing: border-box;}
.inputfile-wrap input{flex:1; height:40px;padding:0 10px;border:1px solid #dfdfdf;background:#fff;color:#666; border-radius:4px; font-size:14px;box-sizing:border-box;transition: border-color 0.15s ease-in-out;}
.inputfile-wrap input:focus {outline: none;background-color:#fff;border-color:var(--concept-color);}
.inputfile-wrap.line input{border:1px solid #ccc;border-width:0 0 1px 0; border-radius:0px;padding:0;}

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

.wr_box{display: inline-block; width:100%; border:1px solid #dfdfdf;background:#fafafa; margin:0px auto;/* max-height: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;}

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

/* table--scroll 좌우사용 */
.table-scroll-auto {position: relative;width:100%; margin: 0 auto;overflow: auto;  border-top:1px solid #666; z-index:1;}
.table-scroll-auto::-webkit-scrollbar{width: 8px;}
.table-scroll-auto::-webkit-scrollbar:vertical {width: 8px;}
.table-scroll-auto::-webkit-scrollbar:horizontal {height: 8px;}
.table-scroll-auto::-webkit-scrollbar-track{border-radius: 0px;background-color:transparent;}/* 스크롤바 뒷 배경 설정*/
.table-scroll-auto::-webkit-scrollbar-track:hover{background-color:transparent;}
.table-scroll-auto::-webkit-scrollbar-thumb{border-radius: 0px; border: 0;background-color:#888;}/* 스크롤바 막대 설정*/
.table-scroll-auto::-webkit-scrollbar-button {display:none;}

  .table-scroll-auto table {width: 100%;margin: auto;min-width:400px;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 5px;vertical-align:middle; background:#f9f9f9; border-bottom:1px solid #ddd; border-left:1px solid #ddd; font-size:16px;font-weight:500;line-height:1.3;letter-spacing:-0.02rem;}
  .table-scroll-auto thead {position: -webkit-sticky;position:sticky;top:0;z-index:2; }
  .table-scroll-auto td {text-align:center;padding:10px 5px;vertical-align:middle;border-bottom:1px solid #ddd; border-left:1px solid #ddd; font-size:16px;color: #333;font-weight:400;line-height:1.4;letter-spacing:-0.02rem;background: #fff;}
  .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 #ddd; }

  .table-scroll-auto.atable table {min-width:100%;table-layout: fixed;}

  .table-scroll-auto.btable{border-left:0px solid #ccc;border-right:1px solid #ccc; margin-bottom:20px; /* height:600px; */}
  .table-scroll-auto.btable table {min-width:500px;}
  .table-scroll-auto.btable th {border-bottom:1px solid #ccc; border-left:1px solid #ccc;padding:10px 5px;font-size:15px;}
  .table-scroll-auto.btable td {border-bottom:1px solid #ccc; border-left:1px solid #ccc;padding:10px 5px;font-size:15px;}

  .table-scroll-auto th.bg-1, .table-scroll-auto td.bg-1{background:#e7f0f9;}
  .table-scroll-auto th.bg-2, .table-scroll-auto td.bg-2{background:#fafafa;}
  .table-scroll-auto th.bg-3, .table-scroll-auto td.bg-3{background:#f4f8fc;}
  .table-scroll-auto th.bg-4, .table-scroll-auto td.bg-4{background:#fff;}
  .table-scroll-auto th.bg-4, .table-scroll-auto td.bg-5{background:#fbfaf6;}
  .table-scroll-auto .rborder{border-right:1px solid #ddd;}
  .table-scroll-auto th.left, .table-scroll-auto td.left{text-align:left;padding:10px 10px 10px 20px;}

  .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;  }

.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; }

/* 인증서 */
.certification{width:100%;}   /* 4 :  */
.certification ul{display:flex;flex-wrap: wrap;width:100%; gap:40px;}
.certification li{position:relative; width:-webkit-calc(100% / 4 - 30px); width:calc(100% / 4 - 30px); padding:20px;border:1px solid #dfdfdf;background:#fff;box-sizing: border-box;}
.certification li > a{width:100%;}
.certification .thumbImg{margin-bottom:20px; border-bottom:1px solid var(--concept-color);  padding:0px 0px 20px; box-sizing: border-box; }
.certification .thumbImg img{max-width:100%;border:0px solid #f1f1f1; }
.certification .tit{font-weight:500;font-size:13px;color:#333;line-height:1.3; margin-bottom:5px;}
.certification .txt{font-weight:300;font-size:13px;color:#666;line-height:1.3; margin-bottom:10px;}
.certification .view{position:absolute;right:10px; bottom:10px; width:15px; height:12px; background:url(/images/layout/i_filedown_blue.png) 50% 50% no-repeat;background-size:15px auto;  z-index: 2; }
.certification .btn{text-align:center; margin-top:10px;}
.certification .btn a{color:#333;}
.certification ul.type-3 li{width:-webkit-calc(100% / 3 - 26.6666px); width:calc(100% / 3 - 26.6666px);}

/* 오시는 길 */
.mapArea{width:100%;}
.mapArea > h3{margin-bottom:20px; }
.mapArea iframe{width:100%; height:600px;}
.map-content{display:flex;width:100%;}  

.map{position:relative; padding-bottom:0px; }
.map::after{position:absolute;content: ""; left:0; bottom:0; widtH:100%; height:80px; background: #fff;}

.mapInfo{position:relative; width:100%; margin-top:-40px; background: #fff;box-sizing: border-box;  }
.mapInfo h3{margin-bottom:20px;}
.mapInfo > ul{display:flex;flex-wrap: wrap;  gap:80px; width:100%; margin:0 auto; border-top:1px solid #666; padding:40px 20px;box-sizing: border-box;  }
.mapInfo > ul > li{flex:1;}
.mapInfo > ul > li:last-child{flex:0 0 40%;}
.mapInfo .img{width:100%;}
.mapInfo .img img{width:100%;}
.mapInfo dl{display:flex; flex-wrap: wrap; gap:10px; font-weight:400;color:#333;font-size:18px;line-height:1.4; margin-top:20px;}
.mapInfo dt{width:120px;font-weight:700;}
.mapInfo dd{flex:1; }

  .map-contacts {width:100%;margin:40px auto;box-sizing: border-box;}
  .map-contacts ul{display:flex; flex-wrap: wrap; width:100%; border-top:1px solid #eee; padding-top:15px; margin-top:15px;}
  .map-contacts ul:first-child{border-top:0; padding-top:0px; margin-top:0px;}
  .map-contacts li{display: inline-flex; align-items: center; flex-wrap: wrap; gap:10px; font-weight:400;color:#333;font-size:16px;line-height:1.4;}
  .map-contacts .c_title{width:180px;font-weight:700;  align-self: flex-start;}
  .map-contacts .c_content{flex:1;}
  .map-contacts .c_content > p{width:100%; font-weight:400;color:#555;font-size:16px;line-height:1.4;}
  .map-contacts .c_content > p > span{display: inline-block; font-weight:600;color:#333; }
  .map-contacts .c_btn{display: inline-block;width:100%;text-align:left;}  
  .map-contacts .icon img{max-height:24px;}
  .root_daum_roughmap{z-index: 0 !important; }
  .pan_roughmap{z-index: 2 !important; position:absolute;left:0; top:0; width:90%; height:90%; background: transparent; }

  .map-btn{display:flex; justify-content: flex-end; margin-top:40px; padding:0 15px; box-sizing: border-box;}
  .map-btn > *{display: inline-flex;align-items: center;justify-content: center; min-width:160px; padding:0 20px; height:45px; font-weight:500;color:#fff;font-size:16px;line-height:1.2;  }
  .map-btn a.naver{background:#03c75a; color:#fff; }
  .map-btn a.kakao{background:#fbe300;color:#3b1e1e;  }

  /* overview */
  .company-top{width:100%;margin:0 auto;text-align: center; padding:60px 0 100px;box-sizing: border-box; }
  .company-top > h3{line-height:1.5;}
  .company-mid{position: relative; width:100%; text-align: center; padding:var(--padding-t) 5%;overflow: hidden; box-sizing: border-box;}
  .company-mid .background{position: absolute; top: 0; left: 0; width: 100%; height: 100%;  margin:0 auto; text-align: center; background-image: url('/images/sub/vision-bg.jpg'); background-size: cover; background-repeat: no-repeat; clip-path: polygon(40% 20%, 40% 40%, 20% 40%, 20% 20%); transition: clip-path ease 1.5s, background-position cubic-bezier(0, 0, 0.35, 1) .5s; z-index: -1; }
  .company-mid.aos-animate .background {clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); }
  .company-mid .stit{font-weight:700;font-size:24px;color:#fff;line-height:1.3;letter-spacing:0;text-shadow: -1px 1px 10px 10px rgba(0,0,0,0.2);margin-bottom:30px;  }
  .company-mid .stit > span{position: relative; width:fit-content; padding-bottom:3px; }
  .company-mid .stit > span::after{position:absolute;content: ""; left:0; bottom:0; width:100%; height:2px; background: var(--sub-color); }
  .company-mid .tit{font-weight:700;font-size:70px;color:#fff;line-height:1;letter-spacing:0.02em;text-shadow: -1px 1px 10px 10px rgba(0,0,0,0.2);margin-bottom:30px;  }
  .company-mid .txt-lg{font-weight:600;color:#fff;text-shadow: -1px 1px 10px 10px rgba(0,0,0,0.2);margin-bottom:60px;  }
  .company-mid .txt-lg br{display:none}
  .company-mid .txt-m{font-weight:300; color:rgba(255,255, 255, .9);text-shadow: -1px 1px 10px 10px rgba(0,0,0,0.2);}

  .value{display:flex; flex-wrap: wrap;gap:40px; width:100%; max-width:1000px; margin:0 auto;padding:var(--padding-t) 0;box-sizing: border-box; }
  .value .tit{flex:0 0 300px; }
  .value .cont{flex:1;}
  .value .cont ul{display: flex; flex-wrap: wrap; gap:10px; width:100%;margin-top:var(--padding-h); padding-top:var(--padding-h); border-top:1px solid #eee;box-sizing:border-box;  }
  .value .cont ul:first-of-type{margin-top:0; padding-top:0; border-top:0; }
  .value .cont li.stit{flex:0 0 150px; font-weight:600;font-size:22px;}
  .value .cont li{flex:1; line-height:1.45; display: inline-flex; flex-direction: column; }
  .value .cont li > p{margin-top:8px;}
  .value .cont li > p:first-of-type{margin-top:0px;}

.categoryTab{position: sticky;top:calc(var(--menuTab-height)); width:100%;background: #fff; margin:0 auto; padding:10px 0 0;box-sizing: border-box; z-index: 4;}
.categoryTab ul{display:flex;justify-content: center; align-items: center; width:100%;margin:0 auto; box-sizing: border-box;}
.categoryTab li{margin-left:-1px;}
.categoryTab li:first-child{margin-left:0}
.categoryTab a{display:flex;align-items: center; justify-content: center; flex-wrap: wrap; text-align:center; gap:5px; min-width:280px; font-weight:700;font-size:18px;line-height:1;color:#888; height:45px; padding:0px 10px; border:1px solid #ddd; box-sizing: border-box;}
.categoryTab a > span{font-weight:400;font-size:16px;}
.categoryTab li.active a{color:#fff;border:1px solid var(--second-color);background:var(--second-color) ; }
.categoryTab li:hover a{color:#fff;border:1px solid var(--second-color);background:var(--second-color) ; }

/* history */
.history_contents{position:relative; width:100%;}
.history_contents:before{position:absolute; left:403px; top:100px;content: ' ';width:1px;height:80%;background:#ddd;z-index:0}
.history_contents > ul{display:flex;flex-wrap: wrap; width:100%; padding-top:100px; }
.history_contents > ul:first-child{padding-top:60px;}
.history_contents .leftArea{width:400px; padding:40px 40px 0 0;text-align:left;box-sizing: border-box;}
.history_contents .leftArea > h3{position:relative;font-weight:800;color:#000;font-size: 40px;line-height:1;}
.history_contents .leftArea > p{font-weight: 700;color:#444;font-size:28px;line-height:1; margin-top:20px;}
.history_contents .rightArea{position:relative; flex:1; padding:40px 0 0 60px;}
.history_contents .rightArea:before{position:absolute; left:3px; top:0px;content: ' ';width:1px;height:100%;background:#ddd;z-index:0}
.history_contents .rightArea:after{position:absolute; left:0px; top:0px;content: ' ';width:7px;height:7px;background: var(--sub-color);border-radius:50%;z-index:1}
.history_contents .rightArea.last{padding-bottom:0px;}
.history_contents .imgArea{width:100%;padding-top:40px;text-align:center;}
.history_contents .imgArea img{max-width:100%; }

.history_cont{display:flex;flex-wrap: wrap; width:100%;margin-bottom:25px;}
.history_cont .year{width:100px;font-weight:800;font-size:22px;color:#333;line-height:1;margin-bottom:15px;}
.history_cont .contGroup{flex:1; }
.history_cont .cont{display:flex; flex-wrap: wrap; gap:0px; margin-top:10px;}
.history_cont .cont:first-child{margin-top:0px;}
.history_cont .month{width:30px;font-weight:600;font-size:17px;color:#333;line-height:1.4;}
.history_cont .txt{flex:1; }
.history_cont .txt > p{font-weight:300;font-size:17px;color:#333;line-height:1.4;margin-top:5px;}
.history_cont .txt > p:first-child{margin-top:0px;}
    
.organization{width:100%; margin:0 auto 60px; text-align: center;padding:0 5%;box-sizing: border-box;}
.organization img{max-width:100%;} 

.esg-img1{position: relative;width:100%;}
.esg-img1 img{width:100%;  border-radius: 10px; }

.esg{width:100%; max-width:1280px; margin:0 auto;}
.esg > *{padding:60px 20px; border-bottom:1px solid #ddd;}
.esg > *:first-child{ border-bottom:1px solid #666;}
.esg > *:last-child{ border-bottom:0;}
.esg-top{ width:100%; box-sizing: border-box;}
.esg-top p{font-weight:600; color:#444;}
.esg-top.bg{background:var(--basic-bgcolor); padding:50px; }

.esg-mid{display:flex;flex-wrap: wrap;gap:40px; width:100%;}
.esg-mid .tit{flex:0 0 400px; }
.esg-mid .cont{flex:1; }

.esg-num{display:flex;gap:20px; margin-bottom:10px;}
.esg-num .num{display:inline-flex;justify-content: center;align-items: center; width:26px; height:26px;font-weight:700;font-size:11px;color:#fff;line-height:1;background:var(--concept-color); border-radius:50%;}
.esg-num .num.bg-1{background: var(--sub-color);}
.esg-num p.txt-m{flex:1; font-weight:500;}
.esg-num p.txt-sm{flex:1; font-weight:400;}

.esg-num-1{display:flex;flex-wrap: wrap; gap:10px; margin-bottom:20px;}
.esg-num-1 .num{display:inline-flex;justify-content: center;align-items: center; width:26px; height:26px;font-weight:700;font-size:11px;color:#fff;line-height:1;background:var(--concept-color); border-radius:50%;}
.esg-num-1 .num.bg-1{background: var(--sub-color);}
.esg-num-1 p.txt-m{flex:1; font-weight:500;}
.esg-num-1 p.txt-sm{flex:0 0 100%; font-weight:400; padding-left:36px;}

.esg-half{width:100%;}
.esg-half ul{display:flex;flex-wrap: wrap;gap:60px;}
.esg-half li{flex:1; }
.esg-half li .imgArea{width:100%; margin-bottom:40px;}
.esg-half li .imgArea img{width:100%;max-width:300px;border:1px solid #ddd; box-sizing: border-box;}
.esg-half .stitle{ margin-bottom:40px;}

.esg-half dl{display:flex;width:100%; margin:0 auto 10px;font-weight:400;font-size:17px;color:#333;line-height:1.45; box-sizing: border-box;}
.esg-half dt{width:80px;font-weight:700;}
.esg-half dd{flex:1; color:#444;}
.esg-half dd br{display:none;}

.esg-2{width:100%;}
.esg-2 > *{padding:60px 20px; border-bottom:1px solid #ddd;}
.esg-2 > *:first-child{ border-bottom:0;}
.esg-2 > *:last-child{ border-bottom:0;}
.esg-topBox{ width:100%; background:var(--basic-bgcolor); padding:50px; box-sizing: border-box;}
.esg-topBox p{font-weight:600; color:#444;margin-top:5px; }
.esg-topBox p:first-child{margin-top:0px; }

.esg-3{display:flex;flex-wrap: wrap;gap:40px; width:100%;}
.esg-3 .tit{flex:0 0 250px;}
.esg-3 .cont{flex:1; }
.esg-3 .cont .box{display:flex; gap:10px; flex-wrap: wrap; border:1px solid #ddd; border-radius: 4px; padding:15px 20px;  margin-top:5px; box-sizing: border-box;}
.esg-3 .cont .box > .txt-sm{flex:1;font-weight:500;  }
.esg-3 .cont .box > .num{width:60px; height:30px; display:inline-flex; justify-content: center;align-items: center; font-weight:800; font-size:14px; color:#fff;background:var(--primary-color); padding:0px; border-radius: 24px; box-sizing: border-box;}
.esg-3 .cont li{width:100%;margin-top:20px;}
.esg-3 .cont li:first-child{margin-top:0px; }
.esg-3 .cont h2{margin:30px 0; color:#000; }
.esg-3 .cont h3{margin-bottom:10px; color:#333; }

.esg-4{width:100%;}
.esg-4 > *{padding:60px 20px; border-top:1px solid #ddd;}
.esg-4 > *:first-child{ padding:0px 20px 60px;border-top:0; }

  .scrollbox{width: 100%; margin: 0 auto;  border:1px solid  var(--border-color);overflow-y: auto; overflow-x:hidden; box-sizing: border-box; position: relative;z-index:1;}
  .scrollbox::-webkit-scrollbar{width: 6px;}
  .scrollbox::-webkit-scrollbar:vertical {width: 6px;}
  .scrollbox::-webkit-scrollbar:horizontal {height: 6px;}
  .scrollbox::-webkit-scrollbar-track{border-radius: 0px;background-color:transparent;}/* 스크롤바 뒷 배경 설정*/
  .scrollbox::-webkit-scrollbar-track:hover{background-color:transparent;}
  .scrollbox::-webkit-scrollbar-thumb{border-radius: 0px; border: 0;background-color:var(--concept-color);}/* 스크롤바 막대 설정*/
  .scrollbox::-webkit-scrollbar-button {display:none;}
  .scrollbox.box1{height:600px;padding:40px; }

.quality-1{width:100%; max-width:1280px; margin:0 auto;}
.quality-1 > h3{text-align: center;font-weight:500;line-height:1.6; margin-bottom:60px;padding:0 10px; box-sizing: border-box;}
.quality-1 .stitle{margin-bottom:40px;}
.quality-1 .section{margin-bottom:60px; }

.quality-img{width:100%;box-sizing: border-box;}
.quality-img .thumb{position: relative;width:100%; overflow: hidden;border-radius:4px;border:1px solid #e9e9e9;padding:20px; box-sizing: border-box;}
.quality-img .thumb img{width:100%;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }
.quality-img: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);}
.quality-img .tit{text-align: center;font-weight:500;font-size:18px;color:#222;letter-spacing:-0.01em; padding:15px 10px;box-sizing: border-box;  }

.sea-top{display:flex; gap:40px; width:100%; max-width:800px;margin:0 auto 80px;  }
.sea-top > * {flex:1; }
.sea-top .circle{position:relative; width:100%; height:0; padding-top:100%; border-radius: 50%; background:var(--sub-color);  }
.sea-top .circle.c1{background:var(--concept-color);}
.sea-top .circle.c2{background:#777a86;}
.sea-top .eng-tit{font-weight:700;font-size:36px;color:#fff;line-height:1;text-shadow: -1px 1px 10px 10px rgba(0,0,0,0.2);}
.sea-top .eng-txt{font-weight:500;font-size:20px;color:#fff;line-height:1;text-shadow: -1px 1px 10px 10px rgba(0,0,0,0.2);opacity: .8; margin-bottom:10px;}
.sea-top .kor-txt{font-weight:300;font-size:24px;color:#fff;line-height:1;text-shadow: -1px 1px 10px 10px rgba(0,0,0,0.2);}
.sea-top .circle-txt{position:absolute;left:0; top:0; width:100%; height:100%;display:flex; flex-direction: column; align-items: center;justify-content: center; gap:10px; }

.sea-mid{width:100%; max-width:1200px;margin:0 auto 80px; padding-bottom:80px; border-bottom:1px solid #666; }
.sea-mid ul{display:flex;flex-wrap: wrap; gap:60px 0; }
.sea-mid li{text-align: center; width:-webkit-calc(100% / 3); width:calc(100% / 3); border-left:1px solid #ddd; padding:0 40px; box-sizing: border-box;}
.sea-mid li:nth-child(3n-2){border-left:0; }
.sea-mid .tit-md{position:relative;color:#333; padding-bottom:15px; margin-bottom: 20px;  }
.sea-mid .tit-md::after{position:absolute;content: "";left:50%;transform:translateX(-50%); bottom:0; width:30px; height:2px; background:var(--primary-color);}

.sea-bot{width:100%; display:flex;justify-content: center; margin:0 auto 80px; }

.sea-info{display:inline-flex; flex-direction: column; }
.sea-info .sec-1{display:flex;align-items: center; flex-wrap: wrap; gap:40px; margin-top:20px; }
.sea-info .sec-1 .t1{display:inline-flex;justify-content: center;align-items: center; width:40px; height:40px;font-weight:700;font-size:22px;color:#fff;line-height:1; border-radius: 50%; background:var(--sub-color);  }
.sea-info .sec-1 .t2{flex:0 0 120px;font-weight:700;font-size:24px;color:var(--sub-color); line-height:1.4;  }
.sea-info .sec-1 .t3{flex:1; font-weight:400;font-size:20px;color:#5d98d1; line-height:1.4;  }
.sea-info .sec-1.c1 .t1{background:var(--concept-color);}
.sea-info .sec-1.c2 .t1{background:#777a86;}
.sea-info .sec-1.c1 .t2, .sea-info .sec-1.c1 .t3{color:var(--concept-color);}
.sea-info .sec-1.c2 .t2, .sea-info .sec-1.c2 .t3{color:#777a86;}

.sea-box{width:100%; max-width:900px;margin:0px auto 40px; }
.sea-box > ul{display:flex;flex-wrap: wrap; }
.sea-box > ul > li{flex:1; color:#fff; background:var(--concept-color); border-radius: 10px; padding:60px 40px; box-sizing: border-box;}
.sea-box > ul > li:last-child{ background:#eef5fb;color:var(--concept-color);}
.sea-box > ul > li > h3{margin-bottom:20px; color:#fff; }
.sea-box > ul > li > p{font-weight:300; color:#fff; }
.sea-box > ul > li:last-child > h3{color:var(--concept-color);}
.sea-box > ul > li:last-child > p{ color:var(--concept-color); }

/* text */
.stitle{}
.stitle > span{position:relative; width: fit-content; font-weight:700; font-size:28px;color:#222;line-height:1.2;letter-spacing:-0.01em; text-transform:capitalize;  padding-right:15px;}
.stitle > span::after{position:absolute;content: "";right:0; top:0;width:7px; height:7px; background:var(--primary-color); border-radius: 50%; margin-top:4px; }

.tit-xlg{font-weight:700;font-size:36px;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-m{font-weight:700;font-size:20px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-sm{font-weight:700;font-size:18px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-s{font-weight:700;font-size:16px;color:#000;line-height:1.3;letter-spacing:0;}

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

.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; }

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

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

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

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

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

.notice-txt{}
.notice-txt > span{display:inline-block;width: fit-content;text-align: left; min-height: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;}

.recruit{width:100%; margin:0 auto 60px; padding-top:80px; border-top:1px solid #666; }
.recruit > h3{text-align: center;font-weight:500;line-height:1.6; margin-bottom:60px;padding:0 10px; box-sizing: border-box;}

.recruit .edu{}
.recruit .edu > ul{display:flex;flex-wrap: wrap; gap:40px;}
.recruit .edu > ul > li{width:-webkit-calc(100% / 3 - 26.6666px); width:calc(100% / 3 - 26.6666px); border:1px solid #ddd; padding:40px 30px; box-sizing: border-box;}
.recruit .edu > ul > li > h4{margin-bottom:15px;}
.recruit .edu dl{display:flex; flex-wrap: wrap; gap:10px; margin-top:8px;}
.recruit .edu dt{width:60px; font-weight:600;color:var(--primary-color);  }
.recruit .edu dd{flex:1;}

/* welfare */
  .welfare{width:100%; margin:0 auto 80px; }
  .welfare ul{display:flex; flex-wrap: wrap; gap:40px 30px; }
  .welfare li{position:relative; width:-webkit-calc(100% / 5 - 24px); width:calc(100% / 5 - 24px); display:inline-flex; flex-direction: column; align-items: center;text-align: center; gap:30px; border:1px solid #ddd; padding:35px 5px 30px;box-sizing: border-box;}
  .welfare .icon{padding:0px;}
  .welfare .icon img{height:55px;}
  .welfare .txt-sm{font-weight:500;  }
  .welfare .num{position:absolute;left:50%;transform:translateX(-50%); top:-10px; display:inline-flex;justify-content: center;align-items: center; width:24px; height:24px;font-weight:400;font-size:11px;color:#fff;line-height:1; border-radius: 50%; background:var(--primary-color); z-index: 2; }

.equipment{position: relative;display:flex;flex-wrap: wrap; width:100%; margin-bottom:200px; box-sizing: border-box;}
.equipment .titArea{width:500px; }
.equipment .listArea{flex:1; }
.equipment .listArea ul{width:100%; }
.equipment .listArea li{width:100%; border-bottom:1px solid #ddd; padding:20px 10px;box-sizing: border-box;}
.equipment .listArea li .txt{display:flex;justify-content: space-between; flex-wrap: wrap; gap:10px; }
.equipment .listArea li .txt > p{flex:1; font-weight:500;font-size:18px;color:#444;line-height:1.45;}
.equipment .listArea li .icon{width:40px;}
.equipment .tooltip-image{display: none; position:absolute; top:80px; left:0; z-index:2; max-width:400px;box-sizing: border-box;}
.equipment .tooltip-image.active{ position: fixed; left:calc(50% - 700px);top:50%;transform:translateY(-50%);  }
.equipment .tooltip-image img{width:100%; max-width: 400px;border: 1px solid #ddd;background: #fff;box-sizing: border-box;}
.equipment li:hover .tooltip-image {display: block;}
.equipment li.have{cursor:zoom-in}
.equipment li.have:hover{background: #f5f8fa;}

.partner{display:flex;flex-wrap: wrap;gap:20px; }
.partner .tit{flex:0 0 380px; }
.partner .tit > h3{font-weight:600;}
.partner .cont{flex:1; }
.partner-list{display:flex;align-items: center;flex-wrap: wrap; gap:60px; width:100%; border:1px solid #ddd; padding:40px; margin-bottom: 15px;}
.partner-list .logo{flex:0 0 220px; }
.partner-list .logo img{max-width:100%;}
.partner-list .info{flex:1; display:inline-flex;flex-direction: column; gap:10px; }
.partner-list .name{font-weight:700;font-size:24px;color:#333;line-height:1.45;}
.partner-list .desc{font-weight:400;font-size:17px;color:#333;line-height:1.45;}
.partner-list .btn{width:fit-content; display:inline-flex; justify-content: center; align-items: center;gap:10px; height:40px; font-weight:400;font-size:14px;color:#333;line-height:1; border:1px solid #666; border-radius: 30px;padding:0px 24px;box-sizing: border-box; margin-top:10px;}
.partner-list .btn > span.arrow{width:20px; height:40px; background:url(/images/layout/arrow_go.png) 0 50%  no-repeat;background-size:20px auto; }
.partner-list .btn:hover{color:#fff;border:1px solid #333;background: #333;}
.partner-list .btn:hover > span.arrow{ background:url(/images/layout/arrow_go_wh.png) 0 50%  no-repeat;background-size:20px auto; }

.information{width:100%; }
.information > *{width:100%;padding:60px 20px; border-bottom:1px solid #ddd; }
.information > *:last-child{ border-bottom:0;}
.information > *:first-child{padding-top:0;}
.information .section{display:flex;flex-wrap: wrap;gap:20px; }
.information .tit{flex:0 0 500px; }
.information .cont{flex:1; display:inline-flex;flex-direction: column; gap:10px; }
.pr-img{width:100%; text-align: center;}
.pr-img img{max-width:100%;}
.pr-down{display:flex; justify-content: flex-end; gap:10px; padding:0px 10px;box-sizing: border-box; }
.download-btn{width:fit-content; display:inline-flex; justify-content: center; align-items: center;gap:10px; height:40px; font-weight:400;font-size:14px;color:#333;line-height:1; border:1px solid #666; border-radius: 30px;padding:0px 24px;box-sizing: border-box; margin-top:10px;}
.download-btn .icon{width:15px; height:12px; background:url(/images/layout/i_filedown_blue.png) 50% 50% no-repeat;background-size:15px auto; }
.download-btn:hover{color:#fff;border:1px solid #333;background: #333;}
.download-btn:hover .icon{background:url(/images/layout/i_filedown_wh.png) 50% 50% no-repeat;background-size:15px auto; }

.download-btn .icon_copy{width:14px; height:15px; background:url(/images/layout/i_copy-s.png) 50% 50% no-repeat;background-size:14px auto; }
.download-btn:hover .icon_copy{background:url(/images/layout/i_copy_wh.png) 50% 50% no-repeat;background-size:14px auto; }

/* partnership */
.partner-listbox{margin:30px 0;}
.partner-listbox > ul{display: flex; flex-wrap: wrap; width:100%; border-top:1px solid #222; padding-top:50px;padding-bottom:30px;}
.partner-listbox li{width:-webkit-calc(100% / 4); width:calc(100% / 4); text-align:center; border:1px solid #ddd; padding:40px;box-sizing:border-box; margin-left:-1px; }
.partner-listbox li:nth-child(4n-3){margin-left:0; }
.partner-listbox li:nth-child(-n+4){margin-top:-1px;}
.partner-listbox li > a{display: flex; flex-direction: column; justify-content: center; align-items: center; width:100%; height:100%; padding:0 15px; box-sizing:border-box; }
.partner-listbox li > a img{ max-width:100%; max-height:70px; }
.partner-listbox .tit{font-weight:600;font-size:18px;color:var(--concept-color);line-height:1.45;letter-spacing:-0.01em; margin-top:15px;}













 






  








  
