@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) + 60px) 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:150px;transition:var(--transition-custom); -webkit-transition:var(--transition-custom);z-index:4;}
#header .logo{display:inline-block;width:100%;background:url(/images/layout/logo-neostar.png) 0% 50% no-repeat;background-size:auto 80px;min-height:80px;  text-indent: -9999px;box-sizing: border-box; transition : all 0.3s ease-out; }

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

#gnb {flex:1; text-align: right; /* 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:360px; 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 45px;transition: 0.5s;}
#gnb .gnb1_li .bg{ display: none; }
.gnb1_a {display:block;font-family: 'Poppins'; font-weight:600; color:#fff; text-decoration:none; font-size:16px;letter-spacing:0.0em;text-transform:uppercase; text-shadow: -1px 1px 4px 2px rgba(22, 22, 22, .1); }
.gnb1_li .gnb1_a{ position: relative; display: block; }
.gnb2_li:first-child {border:0}
.gnb2_ul {display: none; position:absolute;top: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 75px; 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-family: 'Poppins';  font-size:13px; line-height:1.2; letter-spacing:0.03em; color:#ddd;  text-align:center;text-decoration:none;position: relative; z-index: 1;}
.gnb2_a > span{display: inline-block;font-size:10px; padding-top:2px; }
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-neostar.png) 0% 50% no-repeat;background-size:auto 40px; }

/* 상단 레이아웃 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:50px;background:url(/images/layout/logo-neostar.png) 0% 50% no-repeat;background-size:auto 50px; }
#header.bg_on .gnb2_ul {top:50px;}
#header.bg_on .gnb1_a {color:#333; }
#header.bg_on .gnb2_a {color:#333;}
#header.bg_on a.gnb2_a:hover{ color:var(--concept-color); }
#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:320px;}
#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:0;/* margin-top: 20px;  -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%);*/ display:flex; flex-direction: column; justify-content: flex-start; width: 100%; gap:40px; padding:60px 8% 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; */position:absolute;left:5%; top:7%;  display: block;opacity: 0; min-height:40px; margin-bottom: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:100%; /*width:300px; margin-right:100px; */border-bottom:1px solid rgba(255,255,255,0.4); padding-bottom:20px;opacity: 0; transition : all 0.3s ease-out;}
.lnb_logo img{max-height:85px; max-width:100%;}

.lnb_language{/* position:absolute; left:5%; top:7%; display:flex;align-items: center;*/ width:100%;display:flex;align-items: center; margin-bottom:10px; opacity: 0;  z-index:2}
.lnb_language li > a{position: relative;display: inline-flex;justify-content: center; align-items: center;margin-left:2px; padding:8px 20px; border-radius: 20px; background:#fff;  font-size:12px;line-height:1;color:rgba(0,0,0, .8); z-index: 4; }
.lnb_language li:first-child > a{margin-left:0px;}
.lnb_language li > a.on{background: var(--concept-color); font-weight: 600; color:rgba(255,255,255, 1);}

.lnb_util{width:100%;display:flex;align-items: center; border-bottom:1px solid #444; height:80px; margin-bottom:40px;  opacity: 0;  z-index:2}
.lnb_util li > a{position: relative;display: inline-flex;justify-content: center; align-items: center;padding-left:18px;margin-left:15px;text-transform: uppercase; font-size:14px;line-height:1;color:rgba(255,255,255, .8);}
.lnb_util li > a::before{content: "";position:absolute; left:0; top:50%; transform:translateY(-50%); display:inline-block; width:3px;height:3px;background:#fff;border-radius: 50%; opacity: .7;}
.lnb_util li:first-child > a::before{display:none;}
.lnb_util li:first-child > a{padding-left:0px;margin-left:0px;}
.lnb_util .insta{display: inline-block;width:21px; height:21px;background:url(/images/layout/t-insta-w.png) 50% 50% no-repeat;background-size:21px auto; text-indent: -9999px;}
.lnb_util .blog{display: inline-block;width:30px; height:21px;background:url(/images/layout/t-blog-w.png) 50% 50% no-repeat;background-size:30px auto; text-indent: -9999px;}

.lnb_ul{width:100%; box-sizing: border-box;}
.lnb__li {position: relative;display:flex;align-items: center;flex-wrap: wrap;  -webkit-transition-delay: 0.8s;transition-delay: 0.8s;opacity: 0; overflow: hidden;-webkit-transform: translate(100px, 0%); transform: translate(100px, 0%);-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, transform .3s ease;transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;  margin-bottom:10px;box-sizing: border-box; }
.lnb__li > a{ position: relative;display:inline-block; text-decoration: none;font-family: 'Poppins'; font-weight:600; font-size:20px;line-height: 1.15; color:#fff; overflow: hidden; cursor: pointer;padding:10px 40px 10px 0px;z-index: 2; text-transform:uppercase; -webkit-transition: all 200ms linear; transition: all 200ms linear; min-width:240px;  }
.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:8px; 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 20px; flex-wrap: wrap;box-sizing: border-box; }
.lnb__sub > li{position: relative; padding-left:20px; }
.lnb__sub > li > a{display:block;line-height:1.3;font-family: 'Poppins'; font-size:15px; 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; }
.lnb__sub > li > a > span{display:inline-block; font-size:10px; padding-top:4px;}


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 , body.nav-active .lnb_logo{opacity: 1; -webkit-transition-delay: 0.5s;transition-delay: 0.5s;}

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

body.nav-active #header.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(--concept-color);left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap:hover::after {opacity: .5;}
.progress-wrap::before {position: absolute;font-family: 'unicons';content: '\e84b';text-align: center;line-height: 46px;font-size: 24px;opacity: 0;background-image: linear-gradient(298deg, var(--red), var(--yellow));-webkit-background-clip: text;-webkit-text-fill-color: transparent;left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 2;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap:hover::before {opacity: 1;}
.progress-wrap svg path { fill: none; }
.progress-wrap svg.progress-circle path {stroke:var(--concept-color);stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear; transition: all 200ms linear;}
.progress-wrap.on {right:15px;bottom:20px;}

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

/* footer  */
.footer{/*display:flex; justify-content: space-between;flex-wrap: wrap;gap:20px;*/ width:100%; background:var(--second-color);margin:0px auto;padding:50px var(--wrap-padding); box-sizing: border-box;}
.footer:after {content:""; display:block; clear:both; height:0;}
/* .footer .f_inner{display:flex; justify-content: space-between; width:100%;max-width:var(--wrap-width);margin:0px auto;box-sizing: border-box;} */
.footer .f_logo{width:100%;min-height:70px;background:url(/images/layout/logo-neostar.png) 0% 0% no-repeat;background-size:auto 70px; text-indent: -9999px; margin-bottom:25px; }
.footer .f_cont{width:100%; }
.footer .f_cont li{display:flex; justify-content:flex-start; align-items: center; flex-wrap: wrap; gap:8px 20px;  width:100%; margin-top:8px;}
.footer .f_cont li:first-child{margin-top:0px;}
.footer .f_cont li p{font-weight: 300;color:#e1e1e1;font-size:12px;line-height:1.4; 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{width:100%; font-weight:500;color:#f1f1f1;font-size:14px; }
.footer .f_cont p.f_copy{font-weight: 300;color:#ddd;font-size:11px;line-height:1.3;margin-top:8px;}	
.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;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;}

.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(--content-width);margin:0 auto;padding:0;box-sizing: border-box;}
.inner:after {display:block; clear:both; content:'';}
/********************************************
	MAIN
********************************************/
.mainImg_A{position:relative;width:100%;min-height:2670px; background:url(/images/main/main-A.jpg) center top no-repeat; margin-top:0px;}
.mainImg_B{position:relative;width:100%;min-height:2429px; background:url(/images/main/main-B.jpg) center top no-repeat; margin-top:0px;}

/* main vod */
.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%;height:100vh; position: relative; }
.main-video::before{ position: absolute; content: ""; width:100%; height:100%; left:0;top:0;
    /* right top → left bottom */
    background: -moz-linear-gradient(45deg,rgba(0,0,0,.3) 0%, rgba(0,0,0,.2) 40%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,.2) 40%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom left, rgba(0,0,0,.3) 0%, rgba(0,0,0,.2) 40%, rgba(255,255,255,0) 100%);
    z-index: 1;
}
/* .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:100%; overflow: hidden; position: relative;}
.main-video video {position: absolute;transform: translateX(-50%) translateY(-50%);top: 50%;left: 50%;width: 100%;height: 100%;/*width: auto;height: auto;*/ object-fit: cover; object-position: 50% 50%; overflow: hidden;z-index: -1000;}


#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:100%; margin:0px auto;color:#fff;padding:0 10%;box-sizing: border-box; z-index:2;}
.video-txt .w-infos-tit{text-align:left;font-weight:700; font-size:65px; text-transform:uppercase; line-height:1.2;letter-spacing:0.01em; text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); margin-bottom:20px; transform: translateX(150px); -webkit-transform: translateX(150px);transition: 1.7s ease;opacity: 0;  }
.video-txt .w-infos-tit br{display:none;}
.video-txt .w-infos-txt-1{text-align:left;font-weight:500; font-size:24px;line-height: 1.45;letter-spacing:0.01em;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-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-stit{font-weight:600;font-size:18px;line-height:1.2;color:var(--concept-color); text-transform: uppercase; margin-bottom:15px;}
.main-tit{font-weight:600; font-size:55px;line-height:1.2; color:var(--second-color); margin-bottom:30px;}
.main-txt{font-weight:400;font-size:18px;line-height:1.4; color:#333;}

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

/* section-1 */
.section-1 {width:100%; max-width: var(--area-width); margin:0px auto; padding:var(--padding-t) 0 0; box-sizing: border-box; }
.section-1 > ul{display:flex; justify-content: space-between;flex-wrap: wrap; gap:80px;  width:100%; box-sizing: border-box; }
.section-1 > ul > li{flex:1;}
.section-1 .imgArea img{width:100%;}
.section-1 .textArea{padding-top:40px;}
.section-1 .btnArea{margin-top:40px;}

/* section-2 */
.section-2{width:100%; max-width: var(--area-width); margin:0px auto; padding:var(--padding-t) 0 60px; box-sizing: border-box; }
.section-2 .main-stit{margin-bottom:20px; }
.section-2 .txt{font-weight:600; font-size:30px;line-height:1.4; color:var(--second-color); }
.section-2 > ul{display:flex; flex-wrap: wrap; gap:20px;  width:100%;margin-top:100px; box-sizing: border-box; }
.section-2 li{position: relative; width:-webkit-calc(100% / 4 - 15px); width:calc(100% / 4 - 15px);}
.section-2 li:nth-child(odd){margin-top:80px;}
.section-2 li > a{width:100%; position: relative;}
.section-2 .thumb{position: relative;width:100%; height:0px;padding-top:125%;border-radius:10px; overflow: hidden; box-sizing: border-box; }
.section-2 .thumb::after{position:absolute; left:0; top:0;content: ''; width:100%; height:100%; background:var(--concept-color);border-radius:10px; opacity:0;}
.section-2 .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;}
.section-2 li:hover .thumb::after{opacity: .5;}
.section-2 li: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);}

.section-2 .cont{position:absolute; right:30px; bottom:30px;display:flex; flex-direction: column; align-items: flex-end; justify-content: flex-end; gap:10px; z-index:1;}
.section-2 .tit{font-weight:600;font-size:20px;color:#fff;line-height:1.45; }
.section-2 .btn{display:inline-block; width:30px; height:30px; border-radius: 50%; background:url(/images/layout/arr-wh.png) 50% 50% no-repeat #000; background-size:10px auto; text-indent: -9999px; }
.sec2-m{display:none;}

/* section-3 */
.section-3{width:100%; max-width: var(--area-width); margin:0px auto; padding:var(--padding-t) 0; box-sizing: border-box; }
.section-3 .main-tit{text-align: center;margin-bottom:80px; }
.worldmap{text-align: center; width:100%;}
.worldmap img{max-width:100%;}

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

/*  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.contact{height:calc(var(--sub-visual-height) - var(--menuTab-height));}

#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:600;color:#fff; font-size:44px;line-height:1.2;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:13px;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-1.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:cover;  }
.visual-img-con.tbg03{background: url("/images/sub/subtopimg-03.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-05.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg06{background: url("/images/sub/subtopimg-06.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }

.menuTab-wrap.active{position:fixed; left:0; top:var(--header-top-height);width:100%;/* background-color: rgba(0, 0, 110, 0.9); border-bottom:0; */  border-top:1px solid #eee;}
.menuTab-wrap{ position:absolute; left:0; bottom:0; width:100%; margin:0 auto;height:var(--menuTab-height); background-color:#fff; border-bottom:1px solid #eee;  padding:0px var(--wrap-padding); box-sizing: border-box;overflow:hidden;  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;*/  max-width:var(--content-width);margin:0 auto;  } /* left정렬로 시작 */
.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; gap:3px; text-align:center;height:var(--menuTab-height);font-weight:500;font-size:14px;line-height:1; border-width:0; border-style:solid;padding:0 2px; box-sizing: border-box;color:rgba(0, 0, 0, .5);border-color:var(--concept-color);}
.menuTab a > span{font-size:12px;}
.menuTab li.active a{font-weight:600;color:var(--concept-color); border-width:0 0 4px 0;}
.menuTab li:hover a{font-weight:600;color:var(--concept-color); border-width:0 0 4px 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; }

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

.title{display:flex;flex-wrap: wrap; align-items: center; gap:15px 5px;font-weight:600; font-size:35px;color:var(--second-color);line-height:1.3;letter-spacing:-0.01em; text-transform:capitalize; margin-bottom:40px;}
.title > span{font-weight:500; font-size:24px;}
.title em{ width:100%; font-weight:400; font-size:18px;color:#555;line-height:1.2; }


/* message */
.message{width:100%;margin:0px auto;padding:0px 0 40px;overflow: hidden;  box-sizing: border-box; }
.message > ul{display: flex;flex-wrap: wrap; gap:60px; width:100%;margin:0 auto; }
.message .textArea{flex:1.2; margin-right:50px; }
.message .imgArea{flex:1; }
.message .imgArea img{width:100%;}
.message .textArea > p{margin-bottom:20px; }
.message .textArea > p > span{font-weight: 600; }
.message .textArea > p.sign{margin-top:50px;background:url(/images/sub/sign.png) 0 0 no-repeat; background-size: auto 50px; height:50px;}

.who{width:100%;margin:0px auto;padding:0px 0 40px;overflow: hidden;  box-sizing: border-box; }
.who > ul{display: flex;flex-wrap: wrap; gap:60px; width:100%;margin:0 auto; }
.who .textArea{flex:1; margin-right:50px; }
.who .textArea > p{margin-bottom:30px; }
.who .textArea > p > span{font-weight: 600; }
.who .imgArea{flex:1; }
.who .imgArea img{width:100%;}

.company-img{position: relative;width:100%;margin:0px auto 60px;height:0;padding-top:28%; overflow: hidden; box-sizing: border-box;}
.company-img .background{position: absolute; bottom: 0; left: 0; width: 100%; height: 100%;  margin:0 auto; text-align: center; background-image: url('/images/sub/company-img1.jpg'); background-size: cover; background-repeat: no-repeat;  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); transition: clip-path ease 1.5s, background-position cubic-bezier(0, 0, 0.35, 1) .5s;z-index: -1; }
.company-img.aos-animate .background {  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); }
.company p{margin-bottom:20px;  }


.vision-img{position: relative;width:100%;margin:0px auto 60px;height:0;padding-top:28%; overflow: hidden; box-sizing: border-box;}
.vision-img .background{position: absolute; bottom: 0; left: 0; width: 100%; height: 100%;  margin:0 auto; text-align: center; background-image: url('/images/sub/vision.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; }
.vision-img.aos-animate .background {  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); }

.vision{width:100%;margin:0px auto; border-bottom:1px solid #ccc; padding-bottom:80px; margin-bottom:80px;  box-sizing: border-box;}
.vision .imgArea{position: relative;width:100%; height:0px;padding-top:25%; overflow: hidden; margin-bottom:60px; }
.vision .imgArea img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }
.vision ul{display: flex;flex-wrap: wrap; gap:80px; width:100%; margin:0 auto; padding:0 4%; box-sizing: border-box;}
.vision li{flex:1; }
.vision h3{margin-bottom:20px;  }

.value{width:100%; max-width:1200px; margin:0 auto;text-align: center;}
.value h3{margin-bottom:60px;}
.value ul{display: flex; justify-content: center; gap:80px; flex-wrap: wrap; width:100%;}
.value li{display:inline-flex; flex-direction: column;align-items: center; gap:20px; width:-webkit-calc(100% / 3 - 53.3333px); width:calc(100% / 3 - 53.3333px);}
.value .icon img{max-width:100%; height:90px;}
.value p{color:#555;}

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

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

  .map-contacts {width:100%;margin:40px auto;box-sizing: border-box;}
  .map-contacts ul{display:flex; align-items: flex-start; 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; flex-wrap: wrap; gap:10px; font-weight:400;color:#333;line-height:1.4;}
  .map-contacts .c_title{width:160px;font-weight:700; align-items: center;font-size:16px; }
  .map-contacts .c_content{flex:1; flex-direction: column; align-items: flex-start;font-size:15px; }
  .map-contacts .c_content > a{display: flex; flex-wrap: wrap; gap:5px; width:100%; font-weight:400;color:#555;font-size:15px;}
  .map-contacts .c_content > a span{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: 1 !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;  }

.coverage{}
.coverage > h3{margin-bottom:20px; }
.coverage > h3 > span{font-weight:600; }
.coverage .worldmap{margin-top:60px;}
.network-list {width: 100%;margin:30px auto;border-top: 1px solid #ddd; padding-top:30px;}
.network-list ul{display:flex;justify-content: center;align-items: center; flex-wrap: wrap; gap:10px; }
.network-list li {display:inline-flex;align-items: center; gap:5px; font-weight:400; font-size:14px; color: #333; line-height:1; border:1px solid #ddd; border-radius: 24px; padding:5px 20px;  }
.network-list li img{width:20px;}

/* 점 애니메이션 샘플 : 반응형으로 사용안함*/
.map-p {width:10px; height:10px; background-color: var(--concept-color); border-radius: 100%; margin: 15px 0; position: absolute; left: -5px; animation: map_p 3s infinite; opacity: .5; cursor: pointer; z-index: 2;}
@keyframes map-p {
	0% {opacity: .5; transform: scale(1);}
	50% {opacity: .8; transform: scale(1.5);}
	100% {opacity: .5; transform: scale(1);}
}

.service{padding-bottom:40px;}
.service > h3{/*text-align: center;*/ font-weight:500;line-height:1.3; margin-bottom:60px; }
.service > ul{display: flex;flex-wrap: wrap; gap:60px; width:100%;margin:0 auto; }
.service li{flex:1; }
.service .imgArea{position: relative;width:100%; height:100%; min-height:380px; overflow: hidden; }
.service .imgArea img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;}
.service .textArea{padding:0px 0;}
.service h4{margin-bottom:30px; color:var(--primary-color); }
.service p{margin-top:10px; }
.service p:first-of-type{margin-top:0px; }

.service-1{padding-bottom:40px;}
.service-1 > h3{/*text-align: center;*/ font-weight:500;line-height:1.3; margin-bottom:60px; }
.service-1 .imgArea{position: relative;width:100%; height:350px; overflow: hidden;  margin-bottom:60px;  }
.service-1 .imgArea img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;}
.service-1 h4{font-weight:500;padding:0 20px; box-sizing: border-box;}
.service-1 p{margin-top:10px; }
.service-1 p:first-of-type{margin-top:0px; }

.contact{}

/* 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 200px; 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:15px;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;}

.captcha-text{font-weight: 500;font-size:15px;line-height:1.45;color:#333;}

.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:14px;line-height:1.45;color:#333;margin-bottom:10px;}
/* .wr_box > p{font-size:13px;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);}

.wr_box > section{ margin-top:12px;}
.wr_box > section:first-of-type{ margin-top:0px;}
.wr_box .txt{position: relative;font-size:13px;line-height:1.45;color:#333; padding-left:15px;box-sizing: border-box; margin-bottom:4px;}
.wr_box .txt::after{position:absolute;content: ""; left:0;top:3px; width:10px; height:10px; border-radius: 50%;background: #333;}
.wr_box .txt-1{font-size:13px;line-height:1.45;color:#333; padding-left:15px;box-sizing: border-box;}
.wr_box .arrow{display: inline-block;padding-top:2px; font-size:11px;color:#666;box-sizing: border-box;}

  .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;}
  .pre-wrap{width:100%;white-space: pre-wrap;margin-bottom:40px;  }

  /* 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:600;font-size:36px;color:#000;line-height:1.3;letter-spacing:0;}
  .tit-lg{font-weight:600;font-size:30px;color:#000;line-height:1.3;letter-spacing:0;}
  .tit-md{font-weight:600;font-size:24px;color:#000;line-height:1.3;letter-spacing:0;}
  .tit-m{font-weight:600;font-size:20px;color:#000;line-height:1.3;letter-spacing:0;}
  .tit-sm{font-weight:600;font-size:18px;color:#000;line-height:1.3;letter-spacing:0;}
  .tit-s{font-weight:600;font-size:16px;color:#000;line-height:1.3;letter-spacing:0;}

  .txt-lg{font-weight:400;font-size:26px;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-s{font-weight:400;font-size:17px;color:#333;line-height:1.45;}
  .txt-ss{font-weight:400;font-size:16px;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;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:16px;color:#444;line-height:1.45; padding-left:12px;box-sizing: border-box;}
  .bullet-txt::before{position:absolute;content: ' ';left:0;top:10px; width:5px; height:5px;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;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;}

/* timeline */
.timeline-wrap{width:100%; max-width:1600px; margin:0 auto; box-sizing: border-box;}
.timeline {line-height: 1.4em; list-style: none; margin:0; padding:0; width: 100%;}
.timeline-item {padding-left: 40px; position: relative;}
.timeline-item:last-child { padding-bottom: 0;}
.timeline-info {font-size: 12px; font-weight: 700;letter-spacing: 3px; margin: 0 0 .5em 0; text-transform: uppercase; white-space: nowrap;}

.timeline .progressbar { position:absolute; top:0px; left:50%;transform:translateX(-50%); width:2px; height:calc(100% - 40px); background-color:#ddd; overflow:hidden; z-index:2; }
.timeline .progress { position: absolute;left:50%;transform:translateX(-50%);  top:0; width:2px; height:0; background:var(--concept-color); transition:.5s; }

.timeline-marker {position: absolute;top: 0;bottom: 0;left: 0;width: 10px;}
.timeline-marker:before {background: var(--concept-color); border: 2px solid transparent; border-radius: 100%; content: "";display: block;height: 10px; position: absolute; top: 6px; left:1px; width: 10px;transition: background 0.3s ease-in-out, border 0.3s ease-in-out;}
.timeline-marker:after { content: "";width: 2px; background: #CCD5DB; display: block;position: absolute;top: 24px;bottom: 0; left: 5px;}
.timeline-item:last-child .timeline-marker:after { content: none;}
.timeline-item:not(.period):hover .timeline-marker:before { /*background: transparent;border: 3px solid var(--concept-color);*/background: transparent;border: 3px solid var(--concept-color); }
.timeline-item:not(.period):hover .timeline-title { color:var(--concept-color);}
.timeline-content {padding-bottom: 40px;}
.timeline-content p:last-child { margin-bottom: 0;}
.timeline-content .timeline-title {font-weight:600;font-size:30px; color: #1a1a1a;line-height:1; margin-bottom:20px;}
.timeline-content p{/*font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size:16px; color: #555;line-height:1.45; margin-bottom:8px;*/}
.timeline-content .timeline_txt {display:flex; flex-wrap: wrap; width:100%; margin-bottom:20px;}
.timeline-content .month {flex:0 0 50px; font-weight:600;font-size:18px; color:#333;line-height:1.45;}
.timeline-content .txt {flex:1;}
.timeline-content .txt > p{font-weight:400;font-size:16px;color: #333;line-height:1.45;letter-spacing:-0.00em; position:relative; padding-right:0px;padding-left:10px; margin-top:8px;}
.timeline-content .txt > p:before {content: '';display: block;position: absolute;top:10px;left:0;width:5px;height:5px;border-radius: 50%;background: var(--concept-color);}
.timeline-content .txt > p:first-child{margin-top:0px;}
.timeline-content .txt > p > span{font-weight:600;}
.timeline-content .imgArea {flex:0 0 100%;margin-top:25px;}
.timeline-content .imgArea img{max-width:100%; }

.timeline-centered .timeline-item:nth-child(even) .txt > p{padding-right:10px; padding-left:0px;}
.timeline-centered .timeline-item:nth-child(even) .txt > p:before {right:0;left:auto;}
.timeline-centered .timeline-item:nth-child(even) .timeline_txt {flex-direction:row-reverse;}

.timeline-centered,
.timeline-centered .timeline-item,
.timeline-centered .timeline-info,
.timeline-centered .timeline-marker,
.timeline-centered .timeline-content {display: block;margin: 0; padding: 0;}
.timeline-centered .timeline-item {padding-bottom: 40px;overflow: hidden; }
.timeline-centered .timeline-marker {position: absolute;left: 50%;margin-left: -5px; }
.timeline-centered .timeline-info,.timeline-centered .timeline-content {width: 50%;}
.timeline-centered .timeline-item:nth-child(odd) .timeline-info { float: left; padding-right: 30px;}
.timeline-centered .timeline-item:nth-child(odd) .timeline-content { float: right; text-align: left; padding-left: 30px; box-sizing: border-box;}
.timeline-centered .timeline-item:nth-child(even) .timeline-info { float: right; text-align: left;  padding-left: 30px;}
.timeline-centered .timeline-item:nth-child(even) .timeline-content { float: left; text-align: right;padding-right: 30px; box-sizing: border-box;}

.marker-outline .timeline-marker:before {background: transparent;border-color: var(--concept-color);}
.marker-outline .timeline-item:hover .timeline-marker:before { background: var(--concept-color);}

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

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





































 






  








  
