@charset "utf-8";
/********************************************
	HEADER
********************************************/
#header{position:fixed;top:0;display:flex;justify-content:space-between;gap:20px; align-items: center;width: 100%;height:var(--header-height); margin:0 auto;transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;z-index: 3; padding:0 calc(5% + 60px) 0 5%; box-sizing: border-box; }
#header .header-inner{display:flex;justify-content:space-between;gap:20px; align-items: center;width: 100%; max-width:1200px; height:100%;margin:0 auto;transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; }
#header .logoArea{width:200px;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index:4;}
#header .logo{display:inline-block;width:100%;min-height:80px;background:url(/images/layout/logo-w.png) 0% 50% no-repeat;background-size:auto 80px;  text-indent: -9999px;box-sizing: border-box; }
#header .language{z-index:4}
#header .language 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 .language 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 .language a:first-child{padding-left:0px;margin-left:0px;}
#header .language a:first-child:before{background:none; padding-left:0px;margin-left:0px;}
#header .language a.on{font-weight: 600;color:#fff;}
/* language dropdown */
#header .btn-language{position: relative;display:inline-block;width:40px; min-height:26px;background:url(/images/layout/i--earth-wh.png) 50% 50% no-repeat; transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4;}
.languagebox{display:none;z-index:5;position:absolute;right:calc(5% + 60px);top:calc(var(--header-height) - 40px );width:60px;background:#fff;-webkit-box-shadow:1px 1px 5px rgba(0,0,0,.3);box-shadow:1px 1px 5px rgba(0,0,0,.3);border-radius:0px; }
.languagebox ul{}
.languagebox li{display:flex; align-items: center;width:100%;height:24px;text-align:center;justify-content:center; }
.languagebox li a{font-weight: 500;font-family: 'Pretendard';font-size:12px;line-height:1;color:#333;}
.languagebox li.active{ background: var(--concept-color); }
.languagebox li.active a{color:#fff; }

#gnb {flex:1; /* display:inline-flex;justify-content:center; */ }
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden;}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb1_ul { width: 100%; text-align:right; transition: 1.0s; position: relative; }
#gnb #gnb1_ul:before{ content: ""; display: block; width: 100%; height: 0; background-color: rgba(9,9,12,0.9); border-bottom:0px solid #ebebeb; position: fixed; width: 100%; left: 0; top: 0; z-index: -2; opacity: 0; transition: 0.5s; }
#gnb.on #gnb1_ul:before{ height:300px; opacity: 1; } 

#gnb:after{ content: ""; display: block; position: absolute; width: 100%; height: 0px; left: 0; right: 0; margin: 0 auto; bottom: 0px; background-color:#bbb; z-index: 5; opacity: 0; transition: 0.5s; }
#gnb:hover:after{ opacity: 1; }
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb1_li {float:none; display: inline-block; line-height:50px;position:relative; padding: 0 40px;}
#gnb .gnb1_li .bg{ display: none; }
.gnb1_a {display:block;font-weight: 700; color:#fff; text-decoration:none; font-size:18px;letter-spacing:0em;text-transform:capitalize; text-shadow: -1px 1px 4px 2px rgba(22, 22, 22, .1); }
.gnb1_li .gnb1_a{ position: relative; display: block; }
.gnb2_li:first-child {border:0}
.gnb2_ul {display: none; position:absolute;top:50px; padding-top:15px;  width: 100%; left: 0; right: 0; opacity: 0; }
.gnb2_ul li{ position: relative; top: 0px; opacity: 0; }
#gnb .gnb1_li > a{ position: relative; transition: 0.3s;cursor: pointer; z-index: 6;}
#gnb .gnb1_li:hover > a{ color:#fff; }
#gnb .gnb1_li > a:after{ content: ""; display: block; width: 100%; height: 2px;background-color: var(--concept-color); position: absolute; left: 50%; bottom:0px; opacity: 0; transform: scale(0) translate(-50%,0); z-index: 50; } 
#gnb .gnb1_li:hover > a:after{ opacity: 1; transition: 0.5s; transform: scale(1) translate(-50%,0); transition-delay: 0.1s; }
/* #gnb #gnb1_ul:hover .gnb1_li.lg{padding: 0 70px; transition: 0.5s;} */

.gnb2_ul .gnb2_ul_box { border-top:0;padding:0; }
.gnb2_a {display:block;padding:7px 0px;font-size:14px; line-height:1.2;color:#ddd;  text-align:center;text-decoration:none;position: relative; z-index: 1;}
a.gnb2_a:hover{color: #fff; }

.icon-newwin{display: inline-block; margin-left:5px; width:10px; height:10px; background:url(/images/layout/newwin-w.png) 0% 50% no-repeat;background-size:10px auto;}
.icon-newwin.depth-1{height:50px;}

.gnb_tit{padding:6px 0 12px;font-weight:600;font-size:14px;line-height:1;color:#333;text-align:center;text-decoration:none;}
.gnb3_a {display:block;padding:6px 0px;font-weight:400;font-family: 'Pretendard'; font-size:13px;line-height:1.2;color:#666;text-align:center;text-decoration:none;position: relative; z-index: 1;}
a.gnb3_a:hover{color: #000; }

.gnb2_ul.on{ opacity: 1; }
.gnb2_ul.on li:nth-child(1){ opacity: 1; top: 0; /* transition: 1.0s;  */}
.gnb2_ul.on li:nth-child(2){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.2s;*/ }
.gnb2_ul.on li:nth-child(3){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.4s;*/ }
.gnb2_ul.on li:nth-child(4){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.6s;*/ }
.gnb2_ul.on li:nth-child(5){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(6){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(7){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(8){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(9){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(10){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_a:focus, .gnb2_a:hover {color: #000; }

/* 상단 레이아웃 white버전 - 스크롤 반응시 상단 메뉴 */
#header.bg_on{position:fixed;top:0; height:var(--header-top-height); border-bottom:1px solid #e1e1e1;background-color: rgba(255,255,255,1);}
#header.bg_on .logo{display:inline-block;width:100%;min-height:50px;background:url(/images/layout/logo-s.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:#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:250px;}
#header.bg_on #gnb .gnb1_li:hover > a{ color: var(--concept-color); }
#header.bg_on .util a{color:#888;font-size:12px;}
#header.bg_on .util a:hover{color:#333;}
#header.bg_on .util a.on{color: var(--concept-color);}
#header.bg_on .util a::before{background:#aaa;}
#header.bg_on .m_open{padding-bottom:0px; }
#header.bg_on .language a{color:#888;}
#header.bg_on .language a:before{background:var(--concept-color);}
#header.bg_on .language a:first-child:before{background:none; padding-left:0px;margin-left:0px;}
#header.bg_on .language 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;}

/* TYPE A : gnb hover Black Ver. : Basic top-A.html */
/* TYPE B : gnb hover White Ver. : top-Btml */
.gbg-white #gnb.on .gnb1_a {color:#333;text-shadow:none; }
.gbg-white #gnb.on .gnb1_li:hover > a{color:#333;}
.gbg-white #gnb.on .gnb2_a {color:#666;}
.gbg-white #gnb.on a.gnb2_a:hover{color: #000; }
.gbg-white #gnb #gnb1_ul:before{background-color: rgba(255,255,255,1); border-bottom:1px solid #ebebeb;}
.gbg-white #gnb.on .icon-newwin{background:url(/images/layout/newwin.png) 0% 50% no-repeat;background-size:10px auto;}

.gbg-white.bg_on .menu-icon__line {background-color: var(--second-color);}
.gbg-white.bg_on #header .logo{min-height:80px;background:url(/images/layout/logo.png) 0% 50% no-repeat;background-size:auto 80px; }
.gbg-white.bg_on #header .language a{color:rgba(0,0,0, .6);}
.gbg-white.bg_on #header .language a:before{background:#888;}
.gbg-white.bg_on #header .btn-language{background:url(/images/layout/i--earth.png) 50% 50% no-repeat;}

/* TYPE C : Text Black top-Ctml */
.text-bl #header{position:relative;height:var(--headerB-height);}
.text-bl #header .logo{min-height:80px;background:url(/images/layout/logo.png) 0% 50% no-repeat;background-size:auto 80px; }
.text-bl #header .language a{color:#666;}
.text-bl #header .language a:before{ background:#aaa;  }
.text-bl #header .language a.on{color:#1a1a1a;}
.text-bl #header #gnb #gnb1_ul:before{background-color: rgba(255,255,255,0.95); border-bottom:1px solid #eee;}
.text-bl #header #gnb .gnb1_a {color:var(--second-color); }
.text-bl #header #gnb .gnb1_li:hover > a{ color: var(--concept-color);}
.text-bl #header .menu-icon__line {background-color: var(--second-color);} 
.text-bl #header #gnb .icon-newwin{background:url(/images/layout/newwin.png) 0% 50% no-repeat;background-size:10px auto;}
.text-bl .menu-icon__line {background-color: var(--second-color);}
.text-bl .nav-but-wrap{height:var(--headerB-height);  margin-top: 7px;  }
.text-bl #header .btn-language{background:url(/images/layout/i--earth.png) 50% 50% no-repeat;}

#gt-mordadam-43217984{z-index:4;}
.gbg-white.bg_on #gt-mordadam-43217984{color:rgba(0,0,0, 1) !important;}


/*모바일메뉴 */
#header .m_open{/* display:none;*/ text-align:right; width:50px;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4; }

/* 바디에 스크롤 막는 방법 */
.not_scroll{
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%
}

.not_scroll .cont {
  position: relative;
  top: 0;
}

/* new mobile-menu */
.nav-but-wrap{position:fixed; top:0; right:5%; display:inline-flex;justify-content:flex-end; align-items: center; width:50px;height:var(--header-height); text-align:right; transition : all 0.3s ease-out; z-index:100; margin-top: 7px;  }
.nav-but-wrap.bg_on{height:var(--header-top-height);}
.nav-but-wrap.bg_on .menu-icon__line {background-color: var(--second-color);} 
body.nav-active .nav-but-wrap.bg_on{height:var(--header-height);  }
body.nav-active .nav-but-wrap.bg_on .menu-icon__line {background-color: #fff;} 

.menu-icon {height: 30px;width: 30px;position: relative;z-index:5;cursor: pointer;display: block;}
.menu-icon__line {height: 2px;width: 30px;display: block;background-color: #fff; margin-bottom: 7px;cursor: pointer;-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;transition: background-color .5s ease, -webkit-transform .2s ease;transition: transform .2s ease, background-color .5s ease;transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;}
.menu-icon__line-left {width: 16.5px;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.menu-icon__line-right {width: 16.5px;float: right;-webkit-transition: all 200ms linear;-moz-transition: all 200ms linear;-o-transition: all 200ms linear;-ms-transition: all 200ms linear;transition: all 200ms linear;}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {width: 30px;}

.nav {position: fixed;z-index: 98; }
.nav:before, .nav:after {content: "";position: fixed;width: 100vw;min-height: 100vh;height:100%;background: rgba(9,9,12,0.6);border-bottom-left-radius: 200%;z-index:-1;-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;-webkit-transform: translateX(100%) translateY(-100%);transform: translateX(100%) translateY(-100%);}
.nav:after {background: rgba(9,9,12,1);-webkit-transition-delay: 0s; transition-delay: 0s;}
.nav:before {-webkit-transition-delay: .2s; transition-delay: .2s;}

.nav__content {position: fixed;visibility: hidden;top: 50%;/* margin-top: 20px; */ -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%);display:flex; flex-direction: column; justify-content: center; width: 100%;text-align: center; padding:40px 0;  overflow-y: auto;height:100%; box-sizing: border-box;}
.nav__list {position: relative;padding:0;margin: 0;z-index: 2; }

.nav__lang{position: relative;display: block;opacity: 0;text-align: center; min-height:40px; }
.nav__lang ul{display:flex; justify-content:center; align-items: center;width:100%; }
.nav__lang li{position: relative;padding-left:20px;margin-left:10px;}
.nav__lang ul li a{display:inline-block; font-weight: 400;font-size:16px;line-height:1;color:rgba(255,255,255, .6);}
.nav__lang ul li::before{content: "";position:absolute; left:0; top:50%; transform:translateY(-50%); display:inline-block; width:6px;height:6px;background:var(--concept-color);clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0 70%, 0 30%);  }
.nav__lang ul li:first-child{padding-left:0px;margin-left:0px;}
.nav__lang ul li:first-child::before{display:none;}
.nav__lang ul li.active a{color:#fff;}

.nav__logo{display: block;opacity: 0;text-align: center; min-height:40px; }
.nav__logo img{max-height:40px;}

.nav__list-item {position: relative;display: block;-webkit-transition-delay: 0.8s;transition-delay: 0.8s;opacity: 0;text-align: center;overflow: hidden;-webkit-transform: translate(100px, 0%); transform: translate(100px, 0%);-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, transform .3s ease;transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;margin-top: 0;margin-bottom: 0;}
.nav__list-item > a{ position: relative;text-decoration: none;font-weight: 600; font-size:24px;line-height: 1.15;letter-spacing: 2px; color:var(--light-bgcolor);overflow: hidden; cursor: pointer;padding:16px 5px 6px; margin-bottom:10px;z-index: 2;display: inline-block;/*text-transform: uppercase;*/ -webkit-transition: all 200ms linear; transition: all 200ms linear; }
.nav__list-item > a:after{ position: absolute;content: '';/* top: 50%;margin-top: -2px; */ bottom:0px; left: 50%;width: 0;height: 0;opacity: 0;background-color:  var(--concept-color);z-index: 1; -webkit-transition: all 200ms linear;transition: all 200ms linear; }
.nav__list-item > a:hover:after{ height: 3px;opacity: 1;left: 0;width: 100%;}
.nav__list-item > a:hover{color: rgba(255,255,255,1);}
.nav__list-item.active-nav > a{color: rgba(255,255,255,1);}
.nav__list-item.active-nav > a:after{ height: 3px;opacity: 1;left: 0;width: 100%;}

/* 하위 메뉴 open 추가 */
.nav__list{display:flex; align-items: center; flex-direction: column;width:100%; -webkit-transition: all .25s ease-in;transition: all .25s ease-in;}
.nav__list, .nav__list ul, .nav__list li {list-style: none;}
.nav__list > li li a {display: block;outline: none;text-decoration: none;color:rgba(255,255,255,.8); font-weight:400;  font-size:15px;line-height:1;padding: 10px 5px;}
.nav__list li.open a{color:#fff;}
.nav__list li.open li a {color:rgba(255,255,255,.8);}
.nav__list li.open li a:hover{color:#fff;}
.nav__list li.active a{color:#fff;}
.nav__list li li.active a{color:#fff;}
.nav__list li.open > a:after{ height: 3px;opacity: 1;left: 0;width: 100%;}
.nav__list li.open > a{color: rgba(255,255,255,1);}
.nav__list li.open > ul{padding:10px 0 15px;}
/* 하위 메뉴 추가 open END */

.nav__list li li a.tt {color:#f1f1f1;  font-size:15px;line-height:1;font-weight:500;padding: 10px 5px 15px;}

body.nav-active .nav__content {visibility: visible;}
body.nav-active .menu-icon__line {background-color: #fff;-webkit-transform: translate(0px, 0px) rotate(-45deg);transform: translate(0px, 0px) rotate(-45deg);}
body.nav-active .menu-icon__line-left {width: 15px;-webkit-transform: translate(2px, 4px) rotate(45deg);transform: translate(2px, 4px) rotate(45deg);}
body.nav-active .menu-icon__line-right {width: 15px;float: right;-webkit-transform: translate(-3px, -3.5px) rotate(45deg);transform: translate(-3px, -3.5px) rotate(45deg);}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {width: 15px;}
body.nav-active .nav {visibility: visible;}
body.nav-active .nav:before, body.nav-active .nav:after {-webkit-transform: translateX(0%) translateY(0%); transform: translateX(0%) translateY(0%);border-radius: 0;}
body.nav-active .nav:after {-webkit-transition-delay: .1s; transition-delay: .1s;}
body.nav-active .nav:before {-webkit-transition-delay: 0s;transition-delay: 0s;}
body.nav-active .nav__list-item {opacity: 1;-webkit-transform: translateX(0%); transform: translateX(0%);-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;}
body.nav-active .nav__list-item:nth-child(0) {-webkit-transition-delay: 0.7s;transition-delay: 0.7s;}
body.nav-active .nav__list-item:nth-child(1) {-webkit-transition-delay: 0.8s; transition-delay: 0.8s;}
body.nav-active .nav__list-item:nth-child(2) {-webkit-transition-delay: 0.9s;transition-delay: 0.9s;}
body.nav-active .nav__list-item:nth-child(3) {-webkit-transition-delay: 1s;transition-delay: 1s;}
body.nav-active .nav__list-item:nth-child(4) {-webkit-transition-delay: 1.1s;transition-delay: 1.1s;}
body.nav-active .nav__list-item:nth-child(5) {-webkit-transition-delay: 1.2s;transition-delay: 1.2s;}
body.nav-active .nav__list-item:nth-child(6) {-webkit-transition-delay: 1.3s;transition-delay: 1.3s;}
body.nav-active .nav__list-item:nth-child(7) {-webkit-transition-delay: 1.4s; transition-delay: 1.4s;}
body.nav-active .nav__list-item:nth-child(8) {-webkit-transition-delay: 1.5s;transition-delay: 1.5s;}
body.nav-active .nav__list-item:nth-child(9) {-webkit-transition-delay: 1.6s;transition-delay: 1.6s;}
body.nav-active .nav__list-item:nth-child(10) {-webkit-transition-delay: 1.7s;transition-delay: 1.7s;}

body.nav-active .nav__lang {opacity: 1;}
body.nav-active .nav__logo {opacity: 1;}

body.nav-active{   
  overflow: hidden;
/* position: fixed;width: 100%;height: 100% */
}

body.nav-active #header.bg_on{border-bottom:0px solid #ebebeb;background-color:transparent;height:var(--header-height);}
body.nav-active #header.bg_on .menu-icon__line {background-color: #fff;} 
body.nav-active #header .logo{ display:none; }
body.nav-active #gnb{ display:none; }
body.nav-active #header .util{display:none; }
body.nav-active #header .language{display:none; }
body.nav-active .text-bl{background: rgba(9,9,12,1);-webkit-transition-delay: .3s; transition-delay: .3s; }

/* Header END */

.submenu-lagnuage-wrap {width: 100px;height: 30px;position: relative;z-index: 1001;}
.submenu-language {width:100px;height: 30px;background: #ffffff;border-radius: 20px;display: flex; align-items: center; justify-content: center;}
.submenu-language img:last-child {transition: 0.25s ease;}
.submenu-language.is-active img:last-child {transform: rotate(180deg);}
.language-icon{display:inline-block;width:16px; min-height:16px;background:url(/images/layout/i--earth.png) 50% 50% no-repeat;background-size: auto 16px; }

.submenu-language span {font-weight:500;font-size:13px;line-height: 1;color: #181818;margin-right: 10px;}
.submenu-language img:first-child {margin-right: 10px;}
.submenu-language { width: 100%; height: 100%; background: #ffffff; border-radius: 20px; display: flex; align-items: center;justify-content: center; position: absolute;top: 0; left: 0;z-index: 1;transition: 0.3s ease;}
.is-open .submenu-language {background: #f7f7f7;}
.submenu-language.is-active { box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);}
.submenu-language span {font-weight: 500;font-size: 13px;line-height: 1;color: #181818; margin-right: 10px;}
.submenu-language img:first-child { margin-right: 10px;}
.submenu-lagn-list {position: absolute; top: 0;left: 0;width: 100%; background: #f9f9f9;padding: 0 14px;border-radius: 20px; max-height: 0; overflow: hidden; opacity: 0; transition: 0.2s;}
.submenu-lagn-list.is-active {padding: 39px 14px 10px;max-height: 500px;opacity: 1;}
.submenu-lagn-list li {font-weight: 500; font-size:12px; color: #acacac; padding-bottom: 12px;cursor: pointer;padding-left: 28px;}
.submenu-lagn-list li.is-active {color: #181818;font-weight: 500;}
.submenu-lagn-list li:last-child {padding-bottom: 0;}

A.roll img{display:inline; border:0; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
A.roll img.over { display:none; }
A.roll:hover {border:0; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
A.roll:hover img { display:none; }
A.roll:hover img.over { display:inline;}

/* #Progress topbtn
================================================== */
.progress-wrap {position: fixed;right: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:3;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;}

.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;}

/* quick */
.quickWrap{position:fixed; right:15px; top:50%; transform:translateY(-50%); /* bottom:70px; *//* top:50%; transform:translateY(-50%); */ display:flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; gap:5px; z-index:3; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;box-sizing: border-box; }
/* .quickWrap.active{bottom:70px; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out} */

.q-tel { display:flex;justify-content:space-between;flex-direction:row-reverse; align-items:center;height: 46px;width: 46px;background:#2156a7;border-radius:23px;transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);}
.q-tel .icon {width:100%;height:24px;background:url(/images/layout/q-tel-w.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-tel .button-text {display:none;opacity:0; margin-right:5px; font-weight: 600;color:rgba(255,255,255, 1); font-size:12px;letter-spacing:0em;transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);animation: button-text-Ani 1s 0.1s both;}
.q-tel:hover .icon {width:30px;}
.q-tel:hover{width:150px; padding:0 10px 0 15px;box-sizing: border-box;}
.q-tel:hover .button-text {display:inline-block !important;opacity: 1; animation: button-text-Ani 1s 0.1s both;}

.q-naver {display:flex; justify-content:space-between;flex-direction:row-reverse; align-items:center;height: 46px;width: 46px;background:#34af36;border-radius:23px;transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);}
.q-naver .icon {width:100%;height:24px;background:url(/images/layout/q-talk-w.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-naver .button-text {display:none;opacity:0; margin-right:5px; 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-naver:hover .icon {width:30px;}
.q-naver:hover{width:125px; padding:0 10px 0 20px;box-sizing: border-box;}
.q-naver:hover .button-text {display:inline-block !important;opacity: 1; animation: button-text-Ani 1s 0.1s both;}

.q-kakao {display:flex; justify-content:space-between;flex-direction:row-reverse; align-items:center;height: 46px;width: 46px;background:#ffe600;border-radius:23px;transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);}
.q-kakao .icon {width:100%;height:24px;background:url(/images/layout/q-kakao.png) 50% 0% no-repeat;background-size:auto 22px; text-align: center; transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);}
.q-kakao .button-text {display:none;opacity:0; margin-right:5px; font-weight: 600;color:#381e1e; 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-kakao:hover .icon {width:30px;}
.q-kakao:hover{width:125px; padding:0 10px 0 20px;box-sizing: border-box;}
.q-kakao:hover .button-text {display:inline-block !important;opacity: 1; animation: button-text-Ani 1s 0.1s both;}
/* .q-kakao.active{bottom:75px;right:20px; display:flex; } */

.q-sms-wrap {position:relative; }
.q-sms {display:flex; justify-content:space-between;flex-direction:row-reverse; align-items:center;height: 46px;width: 46px;background:#454951;border-radius:23px;transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);}
.q-sms .icon {width:100%;height:24px;background:url(/images/layout/q-sms-w.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-sms .button-text {display:none;opacity:0; margin-right:5px; 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-sms:hover .icon {width:30px;}
.q-sms:hover{width:125px; padding:0 10px 0 20px;box-sizing: border-box;}
.q-sms:hover .button-text {display:inline-block !important;opacity: 1; animation: button-text-Ani 1s 0.1s both;}

.sms-area{display:none;position: absolute;right:0; top:50px; z-index:4; }
.sms-area > form{display:flex; flex-direction: column; align-items: center; gap:8px;width:200px; padding:15px; border-radius: 4px; /* border:1px solid #ddd; background:#fff; */ background:#454951;  z-index:4; position:relative; }
.sms-area .tit{font-weight:500;color:#fff;font-size:14px;line-height:1.2;margin-bottom:5px;}
.sms-area textarea{display: inline-block;width:100%; border:1px solid var(--border-color);height:50px;font-weight: 400;color:#000;font-size:14px;padding:5px;background:#fff;border-radius:4px;box-sizing: border-box;}
.sms-area .input_sty input{height:26px; font-size:13px; padding:0 5px; text-align: center; border:1px solid var(--border-color);background:#fff;color:#000;}
.sms-area .btn{display:inline-flex;align-items: center;text-align:center; justify-content: center;cursor:pointer;height:26px;font-weight:500;font-size:13px; line-height:1.45;padding:0 20px; color:#fff;border:1px solid var(--concept-color);background:var(--concept-color); border-radius:4px;box-sizing: border-box; margin-top:5px;}
.sms-area .btn-close{display:none;  position: absolute;right:10px; top:10px; width:14px; height:14px;background:url(/images/layout/close_white.png) 50% 50% no-repeat; background-size: auto 14px; text-indent: -9999px; z-index:5; }

.f-tel {display:inline-flex;width:100%;align-items:center; gap:5px;}
.f-tel .input-w{flex: 1;}
.f-tel .bar{width:8px;height:1px; background:#fff;}
/* quick */

/* footer  */
.footer{display:flex; justify-content: space-between; width:100%; gap:0px; background:#35425b /* #30323f */; margin:0px auto;padding:50px 5%; box-sizing: border-box; position:relative; }
.footer:after {content:""; display:block; clear:both; height:0;}
.footer .f_logo{flex:0 0 200px;text-align:left;min-height:50px;background:url(/images/layout/logo-s.png) 0% 0% no-repeat;background-size:auto 50px; text-indent: -9999px;}
.footer .f_cont{flex:1;}
.footer .f_cont li{display:flex;flex-wrap: wrap; gap:8px 25px; }
.footer .f_cont li p{font-weight: 300;color:#ddd;font-size:14px;line-height:1.2;}
.footer .f_cont li p > span{display:inline-block;font-weight: 500;color:#aaa;margin-right:10px; }
.footer .f_cont .address{display:flex;flex-wrap: wrap; gap:0 25px;  width:100%;}
.footer .f_right{flex:0 0 250px;display:inline-flex;justify-content:flex-end;align-items: flex-start; gap:5px; /*align-items:flex-end;*/ }
.footer .f_right > a{ display:inline-flex;padding:6px 20px; border:1px solid #ddd; border-radius: 24px;font-weight: 400;font-size:14px;color: #ddd;  }
.footer .f_right img{max-width:100%;}
.f_copy{font-weight: 300;color:#ddd;font-size:13px;line-height:1.2;letter-spacing:-0.01em;margin-top:10px;}	
.footer .f_cont li p > span.tel{font-weight: 700;color:#eee;font-size:16px;}

.admin-btn{position:absolute; right:5%; top:92px;}
.admin-btn > *{box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.15); text-transform: uppercase;}

.f_smenu {display:flex;align-items:center;}
.f_smenu > a {position:relative;display:inline-block;font-weight: 400;font-size:14px;color: #ddd;padding-left: 25px;}
.f_smenu > a::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 4px;height: 4px;background:#aaa;border-radius:50%;margin-left:10px; }
.f_smenu > a:first-child{padding-left:0px;}
.f_smenu > a:first-child::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 0px;height: 0px;margin-left:0px; }
.f_smenu .bold{font-weight:600;color: #eee;}

.family{width:100%;text-align:right;position:relative;}
.familysite{display: inline-block; width:180px;height:40px; text-align:left; font-size:14px;color:rgba(255,255,255, .9);line-height:1;border:1px solid #444; background:url(/images/layout/up-wh.png) 92% 50% no-repeat; /* background:url(/images/layout/up-wh.png) 95% 50% no-repeat #ec202b; */ padding:0 15px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;z-index:3;}
.familysite_box{display:none;z-index:101;position:absolute;/*top:30px;*/bottom:40px;right:0px; width:180px;/*background:var(--concept-color);*/background:#222328; border:0px solid #333;}
.familysite_box li{display: inline-block;width:100%;text-align:left;border-top:0px solid #fff;padding:0px 15px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.familysite_box li:first-child{border-top:0px solid #ebebeb;padding-top:10px;}
.familysite_box li:last-child{padding-bottom:10px;}
.familysite_box li a{ color:#fff;font-size:14px;line-height:34px;}
.familysite_box li a:hover{color:#000;}

.ellipsis01{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ellipsis02{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 2.6em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */}
.ellipsis03{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 3.9em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */} 
.ellipsis04{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 4; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 5.2em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */} 

/*img 관련 */
.imgMax{max-width:100%;}
.imgFix{width:100%;}
.fullsize{display: inline-block;width: 100%;}
.fullsize img{width: 100%;}

.slideImg{position: relative; display: inline-block; width:100%; height:0px;padding-top:75%;overflow: hidden;border:1px solid #eee; border-radius:0px;background-size: cover; background:#fff;box-sizing: border-box; }
.slideImg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; }
.slideImg.mid{padding-top: 56.25%; }
.slideImg.mid-none{padding-top: 56.25%;border:0px solid #eee; }
.slideImg.full{padding-top: 100%; }
.slideImg.full-circle{padding-top: 100%;border-radius:50%;border:0px;}

/* 팝업 Basic */
	.popupWrap_A{position:relative;display:flex; align-items:center; width: 100%; height:100vh;/*background:#fff;*/margin:0 auto;padding:0 2%; box-sizing: border-box;}/* basic */
	.popupWrap_A img{max-width: 100%;}

	.icon-close-black{position: absolute;right:20px;top:10px;width:21px; height:21px;background:url(/images/layout/close_black.png) 50% 50% no-repeat;text-indent: -9999px; z-index:2}
	.icon-close-white{position: absolute;right:5px;top:0px;width:21px; height:21px;background:url(/images/layout/close_white.png) 50% 50% no-repeat;text-indent: -9999px; z-index:2}
	.icon-close-white.p-inner{right:20px;top:13px;}
	.icon-close-black.p-inner{right:20px;top:13px;}
	.icon-close-circle{position: absolute;right:15px;top:15px;width:30px; height:30px;background:url(/images/layout/close_white.png) 50% 50% no-repeat var(--concept-color);background-size:auto 12px; border-radius:50%; text-indent: -9999px; z-index:2}
	.icon-close-white.pop{right:20px;top:20px;}

	.popupBox_A{position:relative;width: 100%;padding:0px;/* background:#fff; */ margin-top:30px;border-radius:8px;} /* basic - x버튼 위에 */
	.popupBox_A img{max-width: 100%;}
	.popupBox_A {overflow: auto; 
		scrollbar-arrow-color: #fff; /* IE 6+ scroll styles */
		scrollbar-face-color: #999;
		scrollbar-shadow-color: #333;
		scrollbar-highlight-color: #000;
		scrollbar-darkshadow-color: #000;
		scrollbar-track-color: #ddd; /* Last IE 6+ scroll styles */
		scrollbar-color: #999 #ddd; /* Firefox 64+ */
		scrollbar-width: thin; /* Firefox 64+ */
		width: 100%;    
	}	
	.popupBox_A::-webkit-scrollbar {width: 6px;height: 6px;}
	.popupBox_A::-webkit-scrollbar-track {background: padding-box #ddd;border-radius: 4px;}
	.popupBox_A::-webkit-scrollbar-thumb {background: padding-box #999;border-radius: 4px;}
	.popupBox_A::-webkit-scrollbar-thumb:hover { background: padding-box #aaa;}
	.popupBox_A::-webkit-scrollbar-thumb:active {background: padding-box #333;box-shadow: inset 0 0 3px rgba(192, 192, 192, 0.5);}

	.pop-title {font-weight:700;font-size:17px;line-height:1;color:#222;letter-spacing:-0.02em;} /* popup title */
	.pop--topline{width:100%; padding:20px 25px 10px; border-bottom:1px solid #dfdfdf; }
	.pop--top{width:100%; padding:15px 25px; background:var(--point-color) /*#222*/; } 

	.popup--inner{width:100%;background:#fff; max-height:80vh; padding:25px;box-sizing: border-box;position:relative;}
	.popup--inner{overflow: auto; 
		scrollbar-arrow-color: #fff; /* IE 6+ scroll styles */
		scrollbar-face-color: #999;
		scrollbar-shadow-color: #333;
		scrollbar-highlight-color: #000;
		scrollbar-darkshadow-color: #000;
		scrollbar-track-color: #ddd; /* Last IE 6+ scroll styles */
		scrollbar-color: #999 #ddd; /* Firefox 64+ */
		scrollbar-width: thin; /* Firefox 64+ */
	}
	
	.popup--inner::-webkit-scrollbar {width: 6px;height: 6px;}
	.popup--inner::-webkit-scrollbar-track {background: padding-box #ddd;border-radius: 4px;}
	.popup--inner::-webkit-scrollbar-thumb {background: padding-box #999;border-radius: 4px;}
	.popup--inner::-webkit-scrollbar-thumb:hover { background: padding-box #aaa;}
	.popup--inner::-webkit-scrollbar-thumb:active {background: padding-box #333;box-shadow: inset 0 0 3px rgba(192, 192, 192, 0.5);}

/* // 팝업 Basic */

.textTb{display: inline-block; width:100%;margin-bottom:20px; font-family: 'Pretendard'; }
.textTb .tit{font-weight:800;color:#000;font-size:18px;line-height:1.45;letter-spacing:-0.01em;margin:10px 0; padding-bottom:8px; border-bottom:1px solid #aaa;}
.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;}

.tg  {width:100%;margin:10px 0 20px;}
.tg td{text-align:left;border:1px solid #bbb;font-weight:400;font-size:14px;color:#333; overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{text-align:left;border:1px solid #bbb;font-weight:500;font-size:14px;color:#333;overflow:hidden;padding:10px 5px;word-break:normal;background:#f9f9f9;}
.tg .tg-center{text-align:center;}

/* video 사용할 경우 */
.video_wrap{position: relative; margin:0px auto; padding-bottom: 56.25%;height: 0;overflow: hidden;}
.youtubeP{position: absolute;top: 0;left: 0;width: 100%; height: 100%;}

.content-video{position:relative; width:100%; margin:0 auto; text-align:center; background-color: #000; overflow:hidden; vertical-align:top; padding: 0px;}
.content-video:after {clear:both;display:block;height:0;overflow:hidden;visibility:hidden;content:"";} 
.content-video-txt{z-index: 2; position:absolute; top:50%;transform:translateY(-50%);text-align:center; }
.content-video video{background-color: #000;opacity:1;vertical-align:top;max-width:100%;height:auto}

.pc_only{display: inline-block;}
.mo_only{display: none;}

.inner{position:relative; width:100%;max-width:var(--area-width);margin:0 auto;padding:0;box-sizing: border-box;}
.inner:after {display:block; clear:both; content:'';}

/********************************************
	login
********************************************/
.login-wrap{display:flex;justify-content: center;align-items: center;flex-direction: column; width:100%; min-height:100vh; min-height:100%; margin:0px auto; background:#f6f6f6;padding:40px 5%;box-sizing: border-box;}
.login-wrap > *{width:100%;} /* login만 따로 뺄경우 사용 */

.login-logo{width:100%;text-align:center;min-height:80px;background:url(/images/layout/logo.png) 50% 0% no-repeat;background-size:auto 80px;  margin-bottom:30px; /*text-indent: -9999px;*/}

.login-box{display: block; width:100%; max-width:500px; background:#fff; margin:60px auto 60px;padding:50px;border:1px solid #ddd;box-sizing: border-box; }
.login-box .btn-area{width:100%;text-align:center;margin:30px 0;font-size:0;}
.login-box .btn-login{display: inline-block; width:200px; text-align:center;cursor:pointer; height:45px;background:var(--concept-color); border-radius:4px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.login-box .btn-login > span{display:inline-flex;align-items: center;padding-left:30px;background:url(/images/layout/i_lock.png) no-repeat left center;background-size:auto 20px; height:100%; font-weight: 600;font-size:16px; color:#fff;line-height:1;letter-spacing:0.01em;}
.login-box .menuArea{display:flex;justify-content:center; align-items: center;}
.login-box .menuArea > a{font-weight:400;font-size:14px;line-height:1; padding-left:15px; margin-left:15px; position: relative; }
.login-box .menuArea > a::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 1px;height: 8px;background:#aaa;  }
.login-box .menuArea > a:first-child{padding-left:0px; margin-left:0px;  }
.login-box .menuArea > a:first-child::after {display:none; }

/********************************************
	MAIN
********************************************/
.main-section{position:relative;width:100%; height:100%; margin:0px auto;overflow:hidden;   }
.main-tab{position:absolute;right:0;bottom:0px;width:100%;z-index: 2;}
.tab_wrap{position:relative;width: 100%;height:100%; margin:0px auto;}
/* slick animation */
.wrap_visual {width:100%;height:100%;margin:0 auto; }
.article_visual {width: 100%;height:100vh; background-position: 50% 50%; background-repeat: no-repeat;}
.slide-visual-txt {position: relative; width: 100%;height:100%; opacity:1;}
.slide-visual-txt .slide__img {position: relative; width:100%;height:100%; }
.slide-visual-txt .slide__img img {position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; object-fit: cover; object-position: 50% 50%; -webkit-animation-duration: 5s;animation-duration: 5s;transition: all 1s ease; opacity: 1 !important; }
.slide-visual-txt .slide__content {position: absolute;top:0;left:0; display:flex; width:100%;height:100%;  flex-direction: column;justify-content: center; padding:0 10%; box-sizing: border-box; }
.slide__content .stit{position:relative; font-weight:800;font-size:70px;color: #fff;line-height:1.1;letter-spacing:0em;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); padding-bottom:12px; margin-bottom:15px; }
.slide__content .stit::before{position: absolute; content: ''; left:3px; bottom:0; width:40px; height:4px; background:var(--concept-color);}
.slide__content .tit{font-weight:700;font-size:40px;color: #fff;line-height:1.3;letter-spacing:0em;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); margin-bottom:30px;}

.slide__content .btn{display:flex; flex-wrap: wrap; gap:10px 8px; }
.slide__content .btn > a{ display:inline-flex; justify-content: center; align-items: center; gap:10px;background:var(--concept-color);  padding:10px 30px; border-radius: 24px; box-shadow: 0px 0px 16px 2px rgba(22,22,22, 0.1);  box-sizing: border-box;  }
.slide__content .txt{font-weight:400;font-size:16px;color: #fff;line-height:1.2;letter-spacing:-0.02em;}
.slide__content .txt-icon{display: inline-block; width:16px; height:20px; background:url(/images/layout/go-right-wh.png) 0 50% no-repeat; background-size:16px auto;}
.slide__content .btn > a:hover{background:var(--concept-color);  }

.slide__content .animated {transition: all 0.5s ease;}
.slide-visual-txt [data-animation-in] {opacity: 0;-webkit-animation-duration: 1.5s; animation-duration: 1.5s;transition: opacity 0.5s ease 0.3s;}

.article_paginate {width: 100%; margin-bottom:0px;overflow:hidden; box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;z-index:2;}
.article_paginate ul{display:flex; width: 100%;}

.article_paginate .item_paginate {flex:1; cursor:pointer;box-sizing: border-box;}
.article_paginate .item_paginate .slide_tab{display:inline-flex;justify-content: center; align-items: center; width:100%;height:60px;text-align:center;background:rgba(0,0,0,0.4); border-right:1px solid rgba(255,255,255,.2);box-sizing: border-box; }
.article_paginate .item_paginate .slide_tab > span{font-weight:500;font-size:18px;color:rgba(255,255,255,.7);line-height:1.2;letter-spacing:-0.01em;transition: 0.3s}
.article_paginate .active.item_paginate .slide_tab{border-bottom:6px solid var(--concept-color);}
.article_paginate .active.item_paginate .slide_tab > span{font-weight:700;color:rgba(255,255,255,1);}

.slick-dots { position: absolute;bottom: 20px;list-style: none;display: block;text-align: center;padding: 0;margin: 0; width: 100%;}
.slick-dots li { position: relative; display: inline-block; margin: 0 5px;padding: 0;cursor: pointer;}
.slick-dots li button { border: 0; display: block;outline: none;line-height: 0px;font-size: 0px;color: transparent;padding: 0px;cursor: pointer;transition: all 0.3s ease;}
.slick-dots li button:hover,
.slick-dots li button:focus {outline: none;}

.simple-dots .slick-dots li { /*width:10px; height:10px;*/}
.simple-dots .slick-dots li button { border-radius: 50%;background-color: white;border:2px solid #fff; opacity: 0.8;width: 3px;height:3px; margin-top:2px;}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus { opacity: 1;}
.simple-dots .slick-dots li.slick-active button {opacity: 1;background-color: transparent;border:2px solid #07367b;width: 8px;height: 8px; margin-top:0px;}

/* bando sty */
.main-img{position: relative; display:flex; width:100%;height:100%;  flex-direction: column;justify-content: center; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;box-sizing: border-box; }
.main-img img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; object-fit: cover; object-position: 50% 50%;  }
.main-img .txtArea{width:100%;max-width:var(--area-width); margin:0px auto;}
.main-img .txtArea .stit{position:relative; font-weight:800;font-size:70px;color: #fff;line-height:1.3;letter-spacing:0em;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); padding-bottom:8px; margin-bottom:15px; }
.main-img .txtArea .stit::before{position: absolute; content: ''; left:3px; bottom:0; width:40px; height:4px; background:var(--concept-color);}
.main-img .txtArea .tit{font-weight:700;font-size:40px;color: #fff;line-height:1.3;letter-spacing:0em;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); margin-bottom:30px;}

.main-img .txtArea .btn{display:flex; flex-wrap: wrap; gap:10px 8px; }
.main-img .txtArea .btn > a{ display:inline-flex; justify-content: center; align-items: center; gap:10px;background:var(--concept-color);  padding:10px 30px; border-radius: 24px; box-shadow: 0px 0px 16px 2px rgba(22,22,22, 0.1);  box-sizing: border-box;  }
.main-img .txtArea .txt{font-weight:400;font-size:16px;color: #fff;line-height:1.2;letter-spacing:-0.02em;}
.main-img .txtArea .txt-icon{display: inline-block; width:16px; height:20px; background:url(/images/layout/go-right-wh.png) 0 50% no-repeat; background-size:16px auto;}
.main-img .txtArea .btn > a:hover{background:var(--concept-color);  }
/* bando sty end */

@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  animation-name: zoomInImage;
}
/* slick animation end */

.m--scroll {bottom:20px;left:50%;width:34px;margin-left:-17px; 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;} 
}

.gallery--list{width:100%;box-sizing: border-box;}
.gallery--list .thumb{position: relative;width:100%; height:0px;padding-top:120%;overflow: hidden;border-radius:0px;border:1px solid #f1f1f1; background:#f9f9f9; box-sizing: border-box;}
.gallery--list .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: contain; object-position: 50% 50%; border-radius:0px; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }
.gallery--list:hover .thumb img{-webkit-transform: scale(1.1) rotate(0.02deg); -moz-transform: scale(1.1) rotate(0.02deg); -ms-transform: scale(1.1) rotate(0.02deg); -o-transform: scale(1.1) rotate(0.02deg); transform: scale(1.1) rotate(0.02deg);}
.gallery--list .textArea{margin-top:20px;text-align: left; padding:0 5px; box-sizing: border-box;}
.gallery--list .category{font-weight:600;font-size:16px;color:#222;line-height:1;letter-spacing:-0.01em;}
.gallery--list .tit{font-weight:500;font-size:16px;color:#222;letter-spacing:-0.01em; /* overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em; height: 2.6em; */ }
.gallery--list .date{font-weight:300;font-size:14px;color:#666;line-height:1.45;letter-spacing:-0.01em;margin-top:10px;}

.list-typeA{width:100%;margin:0px auto;} /* 3 :  */
.list-typeA ul{display:flex;flex-wrap: wrap; }
.list-typeA li{width:32.3333%;margin:0 0% 1.5% 1.5%;box-sizing: border-box; }
.list-typeA li:nth-child(3n-2){margin:0 0% 1.5% 0;}
.list-typeA.border li{background:#fff;border:1px solid #dfdfdf; }

.list-typeB{position:relative;width:100%;}   /* 4 :  */
.list-typeB ul{display:flex;flex-wrap: wrap;width:100%;}
.list-typeB li{width:23%;margin:0 0% 60px 2.6666%; cursor:pointer;transition:all 0.3s;}
.list-typeB li:nth-child(4n-3){margin:0 0% 60px 0%;}
.list-typeB li:hover{/*margin-top:-5px;  box-shadow: 1px 1px 16px 0px rgba(22,22,22, 0.08); */ }

/*  SUB LAYOUT :: 비주얼 */
#visual{overflow:hidden; position:relative; width:100%; margin:0 auto; height:var(--sub-visual-height);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.1,1.1) rotate(0.0001deg);
    -o-transform: scale(1.1,1.1) rotate(0.0001deg);
    -moz-transform: scale(1.1,1.1) rotate(0.0001deg);
    -webkit-transform: scale(1.1,1.1) rotate(0.0001deg);
     transform: scale(1.1,1.1) rotate(0.0001deg);
	-webkit-transition:transform 5s  ease-in-out ;
	-moz-transition:transform 5s ease-in-out ;
	-o-transition:transform 5s ease-in-out ;
	-ms-transition:transform 5s ease-in-out ;
    transition:transform 5s ease-in-out ;
}

#visual .visual-txt-con{position:relative; display:flex; width:100%; max-width:var(--area-width); justify-content:center; flex-direction: column; align-items:center; margin:0 auto;height:100%;padding-top:80px; box-sizing: border-box; z-index:2;}
#visual .visual-tit{ font-weight:700;color:#fff; font-size:65px;line-height:1;letter-spacing:0em;text-shadow: 1px 1px 16px rgba(0,0,0,0.1);text-transform: uppercase; box-sizing: border-box;}
#visual .visual-stit{font-weight:600;color:#fff; font-size:30px;line-height:1;letter-spacing:0em;text-shadow: 1px 1px 16px rgba(0,0,0,0.1); margin-bottom:10px;}

#visual .visual-location{margin-top:20px; -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; 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-location, #visual .visual-stit{position:relative; 
	   opacity:0;filter:Alpha(opacity=0); visibility:hidden;
		-moz-transition:transform 0.8s, opacity 1.0s;
		-ms-transition:transform 0.8s, opacity 1.0s;
		-webkit-transition:transform 0.8s, opacity 1.0s;
		-o-transition:transform 0.8s, opacity 1.0s;
		transition:transform 0.8s, opacity 1.0s;
}
#visual.active .visual-img-con{
	-ms-transform: scale(1.0,1.0) rotate(0.0001deg);
    -o-transform: scale(1.0,1.0) rotate(0.0001deg);
    -moz-transform: scale(1.0,1.0) rotate(0.0001deg);
    -webkit-transform: scale(1.0,1.0) rotate(0.0001deg);
     transform: scale(1.0,1.0) rotate(0.0001deg);
}
#visual.active .visual-tit, #visual.active .visual-location,  #visual.active .visual-stit{
	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-stit{-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-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") 20% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg02{background: url("/images/sub/subtopimg-2.jpg") 10% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg02-1{background: url("/images/sub/subtopimg-2-1.jpg") 10% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg02-2{background: url("/images/sub/subtopimg-2-2.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.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-4.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") 70% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }

.menuTab-wrap.active{position:fixed; top:var(--header-top-height);width:100%;border-radius:0px; border-bottom:1px solid #e1e1e1; background-color: rgba(255,255,255,1); z-index:2; }
.menuTab-wrap{position:absolute; left:0; bottom:0;  width:100%;height:var(--menuTab-height); margin:0 auto; background: rgba(22,22,22,.1); border-top:1px solid rgba(255,255,255,.08); padding:0px 5%; box-sizing: border-box;overflow:hidden;animation: menuAni 1s 0.2s both;  z-index:2;}

/* tab */
.menuTab{width:100%;max-width:var(--area-width);  margin:0 auto; height:var(--menuTab-height); padding:0px;position:relative; /*max-width:var(--area-width);*/ }
.menuTab .x-scroll{display:flex;justify-content: center; }
.menuTab ul{display:flex;justify-content: center; align-items: center;width:100%; height:100%;gap:0px; box-sizing: border-box; }
.menuTab ul.tabs {white-space: nowrap;}
.menuTab li{margin-right:60px;}
.menuTab li:last-child{margin-right:0px;}

.menuTab a{display:flex;align-items: center; justify-content: center;text-align:center;height:var(--menuTab-height);font-weight:500;font-size:16px;line-height:1; border-width:0; border-style:solid;padding:0 2px; border-radius:0px;box-sizing: border-box;color:rgba(255, 255, 255, .8);border-color:var(--concept-color);}
.menuTab li.active a{font-weight:700; color:#fff;border-width:4px 0 0 0; }
.menuTab li:hover a{font-weight:700; color:#fff;border-width:4px 0 0 0;}

.menuTab-wrap.active .menuTab a{ color:#666;}
.menuTab-wrap.active .menuTab li.active a{color:var(--concept-color); border-width:0 0 4px 0;}
.menuTab-wrap.active .menuTab li:hover a{color:var(--concept-color);border-width:0 0 4px 0;} 

@keyframes menuAni {
  0% {opacity: 0; transform: translateY(50px);}
  100% {opacity: 1; transform: translateY(0);}
}

.menuTab-wrap-1{width:100%;overflow:hidden; background:#fff;}
.menuTab-1{width:100%;max-width:var(--area-width); margin:0 auto;position:relative;  padding:40px 0 0; box-sizing: border-box; }
.menuTab-1 .x-scroll{display:flex;justify-content: center; }
.menuTab-1 ul{display:flex;justify-content: center; align-items: center;width:100%; height:100%;flex-wrap: wrap; gap:10px 2px; box-sizing: border-box;  }
.menuTab-1 ul.tabs {white-space:normal; width:100% !important;}
.menuTab-1 li{margin-right:0px;}
.menuTab-1 li:last-child{margin-right:0px;}
.menuTab-1 a{display:flex;align-items: center; justify-content: center;text-align:center;font-weight:500;font-size:14px;line-height:1;color:rgba(0, 0, 0, .7);background:#fff;  border:1px solid var(--border-color);padding:10px 24px; border-radius:16px; box-sizing: border-box;}
.menuTab-1 li.active a{border:1px solid var(--concept-color);  background:var(--concept-color);color:#fff;}
.menuTab-1 li:hover a{border:1px solid var(--concept-color); background:var(--concept-color); color:#fff;}

.dropdownbox-wrap{position:relative;width:90%;margin:10px auto 20px;display:none;z-index: 2;}
/* 모바일 dropdownbox */
.dropdownbox {margin: 0 auto;width:100%; cursor: pointer;}
.dropdownbox > p {position: relative;display:flex;align-items:center; height:40px; padding: 0px 20px; background:#fff; border:1px solid #dfdfdf;font-weight:600;font-size:14px;color:#000;user-select: none;-moz-user-select:none;-khtml-user-select: none;}
.dropdownbox > p:after { content: ""; width: 8px; height: 8px; border: 1px solid var(--concept-color); border-top: none; border-left: none; display: block; margin-top: -6px; pointer-events: none; position: absolute; right:15px;top: 50%; transform: rotate(45deg); -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out;}
.optionArea {position: relative;margin: 0 auto;width:100%;overflow: hidden;-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;cursor: pointer;user-select: none;-moz-user-select:none;-khtml-user-select: none; display:none; padding:8px 0;background:#fafafa; border:1px solid #dfdfdf;border-top:0; box-sizing: border-box;}
.optionArea li {text-align:left;padding:10px 20px;font-weight:500;font-size:14px;;color:#666;line-height: 1.4; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
.optionArea li:hover {}
.optionArea.showMenu {display:block;}
/* 모바일 dropdownbox END */
.tab-contents{display:block; width:100%;padding:40px 0;overflow: hidden;}

.container {width:100%;margin:0; padding:80px 0;overflow: hidden; min-height:600px;}

.title{font-weight:700; font-size:40px;color:var(--second-color);line-height:1.2;letter-spacing:-0.01em; text-transform:capitalize; margin-bottom:40px;}
.title > span{position:relative; width: fit-content; font-weight:700; font-size:50px;color:var(--second-color);line-height:1.2;letter-spacing:-0.01em; text-transform:capitalize; padding-top:0px;}
.title > span::after{position:absolute;content: "";right:0; top:10px; width:0px; height:0px; background:url(/images/sub/tit-bg.png) 50% 50% no-repeat; background-size: auto 0px;  }

.title-md{font-weight:700; font-size:35px;color:var(--second-color);line-height:1.2;letter-spacing:-0.01em; text-transform:capitalize;margin-bottom:40px;}

/* flight */
.flight-top{width:100%;height:100px; border-bottom:1px solid #ebebeb; }
.flight-top .f_inner{display:flex;justify-content: space-between; align-items: center; width:100%;max-width:var(--area-width);height:100%; margin:0px auto;box-sizing: border-box;}
.flight-top .flight-logo{flex:1;}
.flight-top .flight-logo img{height:50px;}
.flight-top .flight-topmenu{flex:1;display:inline-flex;justify-content: flex-end; align-items: center; gap:40px;}
.flight-top .flight-topmenu a{font-weight:400;font-size:14px;line-height:1;color:#666;}
.flight-login{display:inline-block; min-height:28px; background:url(/images/layout/f-login.png) 50% 0% no-repeat; padding-top:35px;  }
.flight-member{display:inline-block; min-height:28px; background:url(/images/layout/f-member.png) 50% 0% no-repeat; padding-top:35px;}

.flight-menu{width:100%;height:70px; border-bottom:1px solid #ebebeb; }
.flight-menu .f_inner{display:flex;align-items: center; gap:20px; width:100%;max-width:var(--area-width); height:100%;margin:0px auto;box-sizing: border-box;}
.flight-menu .f_inner > a{font-weight:700;font-size:16px;line-height:1;color:#000; }

.flight-main{position:relative; display:flex;justify-content:center; align-items: center;  flex-direction: column; width:100%;height:450px;background: url('/images/main/flight-bg.jpg') 50% 50% no-repeat; background-size: cover;padding:0px 5%; box-sizing: border-box;}
.flight-main:before { content: ""; background: #000; opacity: 0.2; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index:0;}
.flight-main .tit{font-weight:700;font-size:50px;line-height:1.2;color:#fff;z-index:1;}
.flight-main .txt{font-weight:300;font-size:30px;line-height:1.45;color:#fff;z-index:1;}

.flightWrap{position:relative; width:100%;max-width:var(--area-width); margin:-110px auto 120px; padding:0px 5%; box-sizing: border-box;}
.flightBox{width:100%;margin:0px auto; padding:40px; border:1px solid #fafafa; background:#fff; border-radius: 8px; box-shadow: 0px 0px 24px 0px rgba(104, 104, 104, 0.1); box-sizing: border-box;}

/*  tab */
.flightTab{width:100%; margin:0 auto 30px; padding:0;box-sizing: border-box;}
.flightTab > ul{display:flex; align-items: center;width:100%;gap:20px; box-sizing: border-box;}
.flightTab > ul > li{}
.flightTab a{display:flex;align-items: center; justify-content: center;text-align:center;font-weight:400;font-size:22px;line-height:1.45;color:#777;border-bottom:0px solid #fff;padding:0px; box-sizing: border-box;}
.flightTab > ul > li.active a{font-weight:700;border-bottom:2px solid #333; color:#333;}
.flightTab > ul > li:hover a{font-weight:700;border-bottom:2px solid #333; color:#333;}

.searchWrap{ display:flex;align-items: center; width:100%; height:80px; margin:0px auto 0; border:1px solid var(--blue-color); padding:0px;box-sizing: border-box;}
.searchWrap > *{ display:inline-flex; height:40px; align-items: center; gap:0px; border-left:1px solid #ddd; padding:0 20px;box-sizing: border-box; position:relative; cursor: pointer; }
.searchWrap > *:first-of-type{border-left:0;}
.searchWrap .flight-area{width:-webkit-calc(50% - 165px); width:calc(50% - 165px);  } /* 250px + 80px / 2 = 165px */
.searchWrap .flight-area > *{flex:1;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.searchWrap .flight-date{width:250px; }
.searchWrap .flight-date > *{flex:1; text-align: center; }
.searchWrap .flight-passenger{width:-webkit-calc(50% - 165px); width:calc(50% - 165px);}
.searchWrap .flight-passenger > *{overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.searchWrap .search-btn{width:80px; height:80px; padding:0px; background:url(/images/layout/i_search_wh.png) 50% 50% no-repeat var(--blue-color);}
.searchWrap .icon{flex:0 0 30px;}
.searchWrap .flight-date .btn-group{margin:30px 0 10px }

.flight-select-txt{font-weight:400;font-size:20px;color:#888;line-height:1;}
.flight-select-txt > span{font-weight:700;margin-right:2px; }
.flight-select-txt.active{font-weight:500;color:#000;}
.flight-select-txt.active > span{color:var(--blue-color); }

.flight-passenger-txt{font-weight:400;font-size:20px;color:#888;line-height:1;}
.flight-passenger-txt.active{font-weight:500;color:#000;}

.icon-round-trip{display:inline-block; width:28px; height:28px; background:url(/images/layout/icon-round-trip.png) 50% 50% no-repeat;}
.icon-one-way{display:inline-block; width:28px; height:28px; background:url(/images/layout/icon-one-way.png) 50% 50% no-repeat;}
.icon-bar{flex:0 0 20px; display:inline-block; width:20px; height:20px; background:url(/images/layout/icon-bar.png) 50% 50% no-repeat;}

.flight-sample{width:100%; text-align: center; background:url(/images/main/seach-engine-bg.png) 50% 50% no-repeat; background-size: cover;  }
.flight-sample img{max-width:100%;}

/********************************************
	Sub Page
********************************************/
/* text */
.tit-xlg{font-weight:700;font-size:40px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-lg{font-weight:700;font-size:30px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-md{font-weight:700;font-size:26px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-sm{font-weight:700;font-size:18px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-s{font-weight:700;font-size:16px;color:#000;line-height:1.3;letter-spacing:0;}

.txt-lg{font-weight:400;font-size:24px;color:#333;line-height:1.45;}
.txt-m{font-weight:400;font-size:20px;color:#333;line-height:1.45;}
.txt-md{font-weight:300;font-size:18px;color:#333;line-height:1.45;}
.txt-sm{font-weight:300;font-size:16px;color:#333;line-height:1.45;}
.txt-s{font-weight:300;font-size:14px;color:#333;line-height:1.45;}

.tit--round{position:relative;font-weight:700;font-size:24px;color:#333;line-height:1.3; padding-left:20px;box-sizing: border-box;}
.tit--round::before{position:absolute;content: ' ';left:0;top:12px;background:var(--concept-color);border-radius:24px; width:12px; height:6px;  /* border-radius:50%; width:7px; height:7px;*/ }

.bullet-tit{position:relative;font-weight:400;font-size: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:12px; width:5px; height:5px;background:var(--concept-color); border-radius:50%; }

.bullet-txt{position:relative;font-weight:300;font-size:16px;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:10px; width:4px; height:4px;background:var(--concept-color); border-radius:50%; }

.bullet-stxt{position:relative;font-weight:300;font-size:14px;color:#444;line-height:1.45; padding-left:8px;letter-spacing: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:16px;color:#444;line-height:1.45; padding-left:12px;box-sizing: border-box;}
.line-list::before{position:absolute;content: '-';left:0;top:0px;font-size:16px;color:#444; }

.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;}

.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:4px 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:1px !important;text-underline-offset:1px !important; border:0;
  line-height:1.45; }

/*소개 */
.company-info{padding:40px 0 80px;box-sizing: border-box;}
.company-info ul{display: flex;flex-wrap: wrap;align-items: center; }
.company-info li{flex:1;padding-left:80px;box-sizing:border-box; }
.company-info li:first-child{flex:0 0 48%; padding-left:0; }
.company-info .tit{font-weight:700;font-size:24px;color:#333;line-height:1.45;margin-bottom:20px;}
.company-info .txt{font-weight:300;font-size:18px;color:#555;line-height:1.5;margin-bottom:20px;word-break:normal;  }
.company-info .txt > span{font-weight:500;color:var(--sub-color); }
.company-info .txt br{display:none; }
.company-info li img{width:100%;}
.company-info .thumb{position: relative;width:100%;height:0px;padding-top:66%; border-radius:0px;border:1px solid #f1f1f1; background-size: cover;box-sizing: border-box; clip-path: polygon(5% 0%, 100% 0, 100% 90%, 95% 100%, 0 100%, 0% 10%); box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.1); }
.company-info .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 0%; border-radius:0px; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }

.certificate{width:100%; margin:40px 0;}
.certificate ul{display: flex; justify-content: center; flex-wrap: wrap; gap:80px; }
.certificate li{flex:0 0 400px;}
.certificate-box{width:100%; }
.certificate-box .img{width:100%; margin-bottom:15px; border:1px solid #eee;box-sizing: border-box; }
.certificate-box .img img{width:100%;}
.certificate-box .txt{text-align: center;font-weight:500;font-size:16px;color:#333;line-height:1.5; }

/* 인사말 */
.greeting{width:100%; margin:0 auto; padding:40px 0;box-sizing: border-box;}
.greeting ul{display: flex;flex-wrap: wrap; gap:100px; align-items: center; }
.greeting li{flex:1;}
.greeting .imgArea{flex:0 0 400px; justify-content: center;text-align: center; }
.greeting .txt{font-weight:400;font-size:18px;color:#333;line-height:1.45;margin-bottom:20px;  }
.greeting .sign{display:flex; align-items: center;gap:20px; margin-top:80px;}
.greeting .sign-txt{font-weight:400;font-size:16px;color:#333;line-height:1.45;}
.greeting .sign-txt > span{font-weight:700;}
.greeting .sign-img img{max-width:180px;}
.greeting .ceo-img img{ max-width:100%; }
.greeting .thumb{position: relative;width:100%; max-width:360px; height:0px;padding-top:140%; border-radius:0px;border:1px solid #f1f1f1; background-size: cover;box-sizing: border-box;  }
.greeting .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 100% 50%; border-radius:0px; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }

.organization{position: relative;width:100%; text-align: center;padding:0; margin-bottom:40px;  box-sizing: border-box;}
.organization::before{position: absolute; top: 0; left: 50%; transform:translateX(-50%);content: ""; width:1px; height:340px; background:rgba(0, 0, 0, .5); z-index: -1;}

.organization > ul{display:flex; justify-content: center; margin-bottom:60px;}
.organization li{position: relative; }
.organization .ceo{display:inline-flex; justify-content: center; align-items: center; flex-direction: column; gap:10px; width:150px; height:150px; background:#fff; border:1px solid var(--concept-color); border-radius:50%; padding:0 10px; box-sizing: border-box; }
.organization .ceo::before{position: absolute; bottom:-5px; left: 50%; transform:translateX(-50%);content: ""; width:10px; height:10px; border:3px solid var(--concept-color); border-radius:50%; z-index:1;}
.organization .icon img{height:42px;}
.organization .ceo-txt{font-weight:600;font-size:16px;color:#333;line-height:1.2;}

.organization > ul.director-type{position: relative;display:inline-flex; gap:20px;}
.organization > ul.director-type::before{position: absolute; top:50%; left:50%;transform:translate(-50%, -50%);  content: ""; width:100%; height:1px;  background:rgba(0, 0, 0, .5); z-index:-1;}
.organization .director{display:inline-flex; justify-content: center; align-items: center;  width:400px; height:45px; background:var(--sub-color); border-radius:30px; font-weight:600;font-size:16px;color:#fff;line-height:1.2;  padding:0 10px; box-sizing: border-box;}

.organization > ul.staff-type{gap:20px;}
.organization .staff{display:inline-flex;align-items: center;flex-direction: column; gap:10px;}
.organization .staff::before{position: absolute; top:-5px; left: 50%; transform:translateX(-50%);content: ""; width:10px; height:10px;background:#fff; border:3px solid var(--concept-color); border-radius:50%; z-index:1;}
.organization .staff-box{display:inline-block;text-align: center; width:350px;border:1px solid #bbb; background:#f1f1f1; border-radius:6px; font-weight:400;font-size:16px;color:#333;line-height:1.2; padding:15px;box-sizing: border-box; }

.organization img{max-width:100%; }



.esg-circle{ width:100%; max-width:1280px;  margin:0 auto 150px; }
.esg-circle ul{display:flex;flex-wrap: wrap;justify-content: center;align-items:center;width:100%; padding-left:100px;}
.esg-circle li{width:30%;text-align:center;box-sizing: border-box;}
.esg-circle .circle_1{position:relative;width:100%;height:0; padding-top:100%;text-align:center;background:rgba(46, 174, 79,.9);border-radius: 50%; box-sizing: border-box;}  
.esg-circle .circle_2{position:relative;width:100%;height:0; padding-top:100%;text-align:center;background:rgba(43, 76, 150,.9);margin-left:-50px;border-radius: 50%;box-sizing: border-box;}  
.esg-circle .circle_3{position:relative;width:100%;height:0; padding-top:100%;text-align:center;background:rgba(48, 50, 63,.9);margin-left:-100px;border-radius: 50%;box-sizing: border-box;}  
.esg-circle .v_cont{position:absolute;left:50%; top:50%;transform:translate(-50%, -50%);width:100%;padding:0 10px;}  
.esg-circle .v_tit{font-weight:700;font-size:36px;color: #fff;line-height:1;letter-spacing:-0.02rem;text-shadow: 1px 1px 16px rgba(0,0,0,0.3); margin-bottom:15px;}  
.esg-circle .v_txt{font-weight:500;font-size:20px;color: #fff;line-height:1.45;text-shadow: 1px 1px 16px rgba(0,0,0,0.3);}  

.esg{position: relative;display:flex; flex-direction: column; align-items: center; justify-content: center; text-align:center; width:100%; min-height:600px; margin:0px auto;overflow: hidden; text-align: center;padding:120px 5%; box-sizing: border-box;}
.esg .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('/images/sub/esg-bg.jpg'); background-size: cover; background-repeat: no-repeat; clip-path: polygon(60% 20%, 60% 60%, 20% 60%, 20% 20%); transition: clip-path ease 1.5s, background-position cubic-bezier(0, 0, 0.35, 1) .5s; z-index: -1;} 
.esg.aos-animate .background {clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); }
.esg .background::after{ position: absolute; top: 0; left: 0; content: ""; width: 100%; height: 100%; background:rgba(0, 0, 0, .1); z-index: 0;} 

.esg > p{margin-top:60px; font-weight:600;font-size:24px;color: #fff;line-height:1.5;text-shadow: 1px 1px 16px rgba(0,0,0,0.3); }
.esg > p:first-of-type{margin-top:0px;}

.vision-icon{width:100%;margin:0 auto;}
.vision-icon > h3{margin-bottom:10px;}
.vision-icon .txt-md{margin-bottom:60px; padding-left:20px; box-sizing: border-box; }
.vision-icon ul{display:flex;align-items: center; justify-content: center; text-align:center; gap:60px; width:100%; max-width:800px; margin:0 auto;}
.vision-icon li{flex:0 0 auto; display:inline-flex; flex-direction: column; align-items: center; gap:20px; }
.vision-icon .icon{width:200px;height:200px; border-radius: 50%;}
.vision-icon .icon.icon1{background:url('/images/sub/vision-icon1.png') 50% 50% no-repeat #f5f5f6; background-size: auto 60px; }
.vision-icon .icon.icon2{background:url('/images/sub/vision-icon2.png') 50% 50% no-repeat #f5f5f6; background-size: auto 60px;}
.vision-icon .icon.icon3{background:url('/images/sub/vision-icon3.png') 50% 50% no-repeat #f5f5f6; background-size: auto 60px;}
.vision-icon .icon-txt{font-weight:300;font-size:18px;color: #333;line-height:1.45;}
.vision-icon .icon-txt > span{font-weight:700;}

.vision-box{width:100%;margin:120px auto 60px;}
.vision-box .textGroup{margin-bottom:40px;}
.vision-box h3{ margin-bottom:10px;}
.vision-box .txt-md{padding-left:20px; box-sizing: border-box; }
.vision-box ul{display:flex; flex-wrap: wrap; gap:100px; }
.vision-box li{flex:1; display:inline-flex; flex-direction: column; justify-content: space-between; }
.vision-box .imgArea{width:100%;}
.vision-box .imgArea img{width:100%; border-radius: 40px 0 40px 0; border: 1px solid #eee;box-sizing: border-box; }

/* travel */
.travel-1{width:100%; margin:0 auto; padding:0px 0% 40px;box-sizing: border-box;}
.travel-1 h2{margin-bottom:60px; }
.travel-1 ul{display: flex;flex-wrap: wrap; gap:100px; align-items: center; }
.travel-1 li{flex:1;}
.travel-1 .imgArea{flex:0 0 500px;  display:inline-flex;  justify-content: center;text-align: center; }
.travel-1 .txt{font-weight:400;font-size:18px;color:#333;line-height:1.5;margin-bottom:25px;  }
.travel-1 .thumb{position: relative;width:100%; height:0px;padding-top:130%; border-radius:0px;border:1px solid #f1f1f1; background-size: cover;box-sizing: border-box;  }
.travel-1 .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 70%; border-radius:0px; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }

.travel-2{width:100%; margin:0 auto; padding:0px 0% 40px;box-sizing: border-box;}
.travel-2 h2{margin-bottom:60px; }
.travel-2 ul{display: flex;flex-wrap: wrap; gap:100px; align-items: center;margin-top:60px;}
.travel-2 ul:first-of-type{margin-top:0px;  }
.travel-2 li{flex:1;}
.travel-2 .imgArea{flex:1;  display:inline-flex;  justify-content: center;text-align: center; }
.travel-2 .thumb{position: relative;width:100%; height:0px;padding-top:60%; border-radius:0px; border:1px solid #f1f1f1; background-size: cover;box-sizing: border-box;  }
.travel-2 .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 100%; border-radius:0px;  -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }
.travel-2 .tit{font-weight:500;font-size:20px;color:#333;line-height:1.6; }
.travel-2 p{margin-top:20px;  }
.travel-2 p:first-of-type{margin-top:0px;  }
.travel-2 .sub-txt{font-weight:400;}

.travel-3{width:100%; margin:0 auto; padding:0px 0% 40px;box-sizing: border-box;}
.travel-3 h2{margin-bottom:60px; }
.travel-3 ul{display: flex;flex-wrap: wrap; gap:100px; align-items: center;}
.travel-3 li{flex:1;}
.travel-3 .imgArea{display:inline-flex;  justify-content: center;text-align: center; }
.travel-3 .thumb{position: relative;width:100%; height:0px;padding-top:75%; border-radius:0px; border:1px solid #f1f1f1; background-size: cover;box-sizing: border-box;  }
.travel-3 .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 0% 50%; border-radius:0px;  -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }
.travel-3 .tit{font-weight:500;font-size:20px;color:#333;line-height:1.6; margin-bottom:50px; }
.travel-3 p{margin-top:20px;  }
.travel-3 p:first-of-type{margin-top:0px;  }
.travel-3 .sub-txt > span{display:inline-block; font-weight:500;}

.travel-4{width:100%; margin:0 auto; padding:0px 0% 40px;box-sizing: border-box;}
.travel-4 h2{margin-bottom:60px; }
.travel-4 ul{display: flex;flex-wrap: wrap; gap:100px;}
.travel-4 li{flex:1; display:inline-flex; flex-direction: column;justify-content:space-between; }
.travel-4 .cont{padding-top:40px;}
.travel-4 .imgArea{}
.travel-4 .thumb{position: relative;width:100%; height:0px;padding-top:66%; border-radius:0px; border:1px solid #f1f1f1; background-size: cover;box-sizing: border-box;  }
.travel-4 .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 0% 50%; border-radius:0px;  -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }
.travel-4 p{margin-top:20px;  }
.travel-4 p:first-of-type{margin-top:40px;  }

.mice-1{width:100%; margin:0 auto; padding:0px 0 40px;box-sizing: border-box;}
.mice-1 h2{margin-bottom:60px; }
.mice-1 > ul{display: flex;flex-wrap: wrap; gap:80px; }
.mice-1 > ul > li{flex:1;}
.mice-1 > ul > li.imgArea{flex:0 0 500px;}
.mice-1 .thumb{position: relative;width:100%; height:100%;}
.mice-1 .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 90%;  }
.mice-1 p{margin-top:10px;  }
.mice-1 .txt-md{font-weight:400; margin-top:40px;}

.mice-info{width:100%; margin-top:40px;}
.mice-info > ul{display: flex;flex-wrap: wrap;}
.mice-info > ul > li{width:32.3333%; min-height:160px;  margin:1.5% 0 0 1.5% ;display:inline-flex; align-items: center; text-align: center;border:1px solid var(--point-color); background:var(--point-color); color:#fff; border-radius: 4px; padding:5px 10px; box-sizing: border-box; }
.mice-info > ul > li:nth-child(3n-2){margin:1.5% 0 0 0;}
.mice-info > ul > li:nth-child(even){border:1px solid var(--point-color); color:var(--point-color); background:#fff;  }
/* .mice-info > ul > li:nth-child(2), .mice-info > ul > li:nth-child(4),.mice-info > ul > li:nth-child(5), .mice-info > ul > li:nth-child(7){border:1px solid var(--point-color); color:var(--point-color); background:#fff;  } */
.mice-info-txt{display:flex; justify-content: center; align-items: center; text-align: center; width:100%;height:100%;font-weight:500;font-size:18px;line-height:1.45;}

.mice-2{width:100%; margin:0 auto; padding:0px 0 40px;box-sizing: border-box;}
.mice-2 h2{margin-bottom:60px; }
.mice-2 > ul{display: flex;flex-wrap: wrap; gap:80px; }
.mice-2 > ul > li{flex:1;}
.mice-2 > ul > li.imgArea{flex:0 0 550px;}
.mice-2 > ul > li.imgArea img{width:100%;}
.mice-2 .thumb{position: relative;width:100%; height:100%;}
.mice-2 .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;  }
.mice-2 p{margin-top:10px;  }
.mice-2 .in-title{color:var(--point-color);margin-bottom:20px; }
.mice-2 .tit{font-weight:700;font-size:20px;color:var(--point-color); line-height:1.45; margin-bottom:20px; }
.mice-2 .txt{font-weight:300;font-size:14px;color:#666; line-height:1.45; margin-top:10px; }
.mice-2 > ul > li section{margin-top:40px; }
.mice-2 > ul > li section:first-child{margin-top:0px; }
.mice-2 > ul > li.imgArea-1{flex:0 0 650px;}

.mice-3{width:100%; margin:0 auto; padding:0px 0 40px;box-sizing: border-box;}
.mice-3 h2{margin-bottom:60px; }
.mice-3 > ul{display: flex;flex-wrap: wrap; gap:80px; }
.mice-3 > ul > li{flex:1;}
.mice-3 > ul > li.imgArea{flex:0 0 650px;}
.mice-3 .thumb{position: relative;width:100%; height:100%;}
.mice-3 .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;  }
.mice-3 p{margin-top:10px;  }
.mice-3 .tit{font-weight:700;font-size:20px;color:var(--point-color); line-height:1.45; margin-bottom:10px; 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:1px !important;text-underline-offset:1px !important; }
.mice-3 > ul > li section{margin-bottom:40px; }
.mice-3 > ul.type1{align-items: center;gap:80px; }
.mice-3 > ul.type1 > li.imgArea{flex:0 0 550px;}
.mice-3 > ul.type1 > li.imgArea  img{width:100%; max-width:100%;}

.sub-txt{position:relative;font-weight:300;font-size:18px;color:#444;line-height:1.45; padding-left:15px;letter-spacing:0em;line-height:1.4;box-sizing: border-box;}
.sub-txt::before{position:absolute;content: ' ';left:0;top:10px; width:5px; height:5px;background:var(--sub-color); border-radius:50%; }

.shipping{width:100%; margin:40px auto 0; padding:200px 5%;background:url(/images/sub/shipping-1.jpg) 50% 50% no-repeat; background-size:100% 100%; box-sizing: border-box;}
.shipping h2{color:#fff;text-shadow: 1px 1px 16px rgba(0,0,0,0.3);  margin-bottom:80px; }
.shipping p{font-weight:300;font-size:20px;color:#fff; line-height:1.5; margin-top:40px; text-shadow: 1px 1px 16px rgba(0,0,0,0.3); }
.shipping p:first-child{margin-top:0px; }
.shipping p > span{font-weight:800;}
.shipping .block{display: inline-block;width:100%;margin-top:0px;}

.container.ship {padding:80px 0;}
.shipping-1{width:100%;padding:40px 0;}
.shipping-1 > ul{display:flex; justify-content: center;}
.shipping-1 > ul > li{flex:1; display:inline-flex; justify-content: center; align-items: center; border:1px solid #cbcbcb; border-radius: 8px; padding:60px 30px;box-sizing: border-box; position: relative;}
.shipping-1 > ul > li:first-of-type::after{position:absolute;content: ""; right:-6px; top:50%;transform:translateY(-50%); width:10px; height:10px ;background:#152f6b;border-radius: 50%; z-index:1; }
.shipping-1 > ul > li:last-of-type::after{position:absolute;content: ""; left:-6px; top:50%;transform:translateY(-50%); width:10px; height:10px ;background:#2465be;border-radius: 50%; z-index:1; }
.shipping-1 > ul > li:first-of-type .titleBox > span{color:#152f6b;}
.shipping-1 > ul > li.circleBox{flex:0 0 260px; border:0; border-radius:0; padding:0px; }
.shipping-1 > ul > li.circleBox::after{position:absolute;content: ""; left:50%; top:50%;transform:translate(-50%, -50%); width:100%; height:1px ;background:#cbcbcb; z-index:-1; }
.shipping-1 .circle{display:inline-flex; justify-content: center; align-items: center; text-align: center; width:160px; height:160px; border-radius: 50%; background:linear-gradient(90deg, #152f6b 50%, #2465be ); font-weight:700;font-size:18px;color:#fff;line-height:1.45; box-shadow: 0px 0px 16px 2px rgba(22,22,22, 0.1);}
.shipping-1 .circle::after{position:absolute;content: ""; left:50%; top:50%;transform:translate(-50%, -50%); width:180px; height:180px;border:1px solid #cbcbcb; border-radius: 50%; z-index:-1; }
.shipping-1 .titleBox{position:absolute;left:50%; top:-20px;transform:translateX(-50%); display:inline-flex; justify-content: center;width:100%;  z-index: 2;  }
.shipping-1 .tit{ display: inline-block; background:#fff;padding:8px 24px; box-sizing: border-box;}
.shipping-1 .tit > span{display: inline-block; font-weight:800;font-size:20px;color:#2465be;line-height:1.2;border-bottom:1px solid #2465be;box-sizing: border-box;}

.shipping-service{}
.shipping-service > ul{display:flex; justify-content: center; flex-wrap: wrap; gap:20px 5px;}
.shipping-service > ul > li{font-weight:500;font-size:14px;color:#333;line-height:1.3; border:1px solid #ddd; padding:8px 16px; border-radius: 24px; box-sizing: border-box;}

.shipping-logo{}
.shipping-logo > ul{display:flex; justify-content: center; flex-wrap: wrap; gap:30px;}
.shipping-logo > ul > li img{height:35px;}

.shipping-2{width:100%; margin:40px auto 0;}
.shipping-2 .imgArea{width:100%;}
.shipping-2 .imgArea img{width:100%;}
.shipping-2 .cont{display:none; width:100%; padding:5% 5% 40px; box-sizing: border-box;}
.shipping-2 .cont ul{display:flex; flex-direction: column; gap:15px;}
.shipping-2 .cont li{flex:0 0 100%; border:1px solid #ddd; border-radius: 8px; background: #fff; padding:25px 40px; box-sizing: border-box;}
.shipping-2 .tit{font-weight:700;font-size:18px;color:var(--point-color); line-height:1.45; margin-bottom:10px;}
.shipping-2 .txt{font-weight:400;font-size:16px;color:#333; line-height:1.45;}

.shipping-2 .pcimg{position: relative; width:100%;}
.shipping-2 .pcimg img{width:100%;}
.shipping-2 .pc-bg{ width:100%;}
.shipping-2 .pc-box1{position: absolute;top:24%; left:27%;z-index: 2;}
.shipping-2 .pc-box2{position: absolute;top:22%; left:65%;z-index: 2;}
.shipping-2 .pc-box3{position: absolute;top:52%; left:50%;z-index: 2;}
.shipping-2 .pc-box4{position: absolute;top:63%; left:13%;z-index: 2;}
.shipping-2 .txtBox{display:inline-flex; flex-direction: column; width:280px; padding:20px;box-sizing: border-box; background:rgba(255,255,255, .8); box-shadow: 0px 0px 16px 2px rgba(22,22,22, 0.1); }


.shipping-2 .moimg{display:none;}
.shipping-2 .moimg img{width:100%;}

.title-wrap{margin-bottom:40px; }
.title-wrap > h2{margin-bottom:5px; }
.title-wrap > p{font-weight:600;font-size:20px;color:#666; line-height:1.45; }

.shipping-3{width:100%;}
.shipping-3 > ul{display:flex; justify-content: center;flex-wrap: wrap; gap:40px;}
.shipping-3 > ul > li{flex:1;}
.shipping-3 > ul > li.imgArea{flex:1;}
.shipping-3 .thumb{position: relative;width:100%; height:100%;}
.shipping-3 .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;  }
.shipping-3 p{margin-top:10px;  }
.shipping-3 p:first-of-type{margin-top:0px;  }
.shipping-3 > ul > li section{margin-bottom:40px; }
.shipping-3 .tit{font-weight:700;font-size:22px;color:var(--point-color); line-height:1.45; margin-bottom:20px; 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:1px !important;text-underline-offset:1px !important; }

.shipping-4{width:100%;margin-bottom:40px;}
.shipping-4 > ul{display:flex; justify-content: center; align-items: center; flex-wrap: wrap; gap:40px;}
.shipping-4 > ul > li{flex:1;}
.shipping-4 > ul > li.imgArea{flex:0 0 540px;}
.shipping-4 > ul > li.imgArea img{max-width:100%;}
.shipping-4 > ul > li section{margin-top:25px;width:calc(100% - 100px); position: relative;display:inline-flex; align-items: center; height:90px; }
.shipping-4 > ul > li section:first-of-type{margin-top:0px;}
.shipping-4 > ul > li section:nth-of-type(2){margin-left:50px;}
.shipping-4 > ul > li section:nth-of-type(3){margin-left:100px;}
.shipping-4 > ul > li section:nth-of-type(4){margin-left:50px;}

.shipping-4 .box-bg{width:40px;height:100%;background:url(/images/sub/shipping-5-1.png) 0 50% no-repeat; }
.shipping-4 .box{flex:1;display:inline-flex; flex-direction: column;justify-content: center; height:100%; border-radius: 60px; border:1px solid #e1e1e1; box-shadow: 0px 0px 16px 2px rgba(22,22,22, 0.1); padding:5px 20px 5px 110px; box-sizing: border-box;position: relative;}
.shipping-4 .box-num{width:70px; height:70px; border-radius: 50%;background:var(--point-color); position:absolute; left:10px; top:10px;display:inline-flex; justify-content: center; align-items: center; font-weight:700;font-size:24px;color:#fff; line-height:1.2;   }
.shipping-4 .tit{font-weight:700;font-size:20px;color:var(--point-color); line-height:1.45; margin-bottom:5px;}
.shipping-4 .txt{position:relative;font-weight:300;font-size:16px;color:#444;line-height:1.45; padding-left:10px;letter-spacing:0em;line-height:1.4;box-sizing: border-box;}
.shipping-4 .txt::before{position:absolute;content: ' ';left:0;top:8px; width:5px; height:5px;background:var(--sub-color); border-radius:50%; }

.shipping-5-1{width:100%; margin-bottom:40px;}
.shipping-5-1 .topArea{width:100%; text-align: center;font-weight:800;font-size:40px;color:#fff; line-height:1.45;  background:linear-gradient(90deg, #152f6b 50%, #1871c4 ); padding:120px 5%; box-sizing: border-box;}
.shipping-5-1 .topArea br{display:none;}
.shipping-5-1 .inBox{width:100%; max-width:700px; margin:-60px auto 0; display:flex; justify-content:center; gap:0px; position: relative; }
.shipping-5-1 .inBox .box{display:inline-flex;flex-direction: column;justify-content:center; align-items: center; gap:10px; width:260px; border-radius:60px; background: #fff; padding:30px 10px;box-sizing: border-box;  }
.shipping-5-1 .inBox .box > p{font-weight:700;font-size:24px;color:#152f6b; line-height:1.45;}
.shipping-5-1 .inBox .box .icon{ width:50px; height:50px; border-radius: 50%; background:url(/images/sub/arrow-down.png) 50% 50% no-repeat #152f6b; background-size: auto 20px; }
.shipping-5-1 .inBox .box.up > p{color:#1871c4;}
.shipping-5-1 .inBox .box.up .icon{transform: rotate(180deg);  background:url(/images/sub/arrow-down.png) 50% 50% no-repeat #1871c4;background-size: auto 20px; }

.shipping-5-2{display:flex; flex-direction: column;align-items: center; margin-bottom:40px;}
.shipping-5-2 .topArea{width:fit-content; font-weight:700; text-align: center; font-size:24px;color:#1871c4; line-height:1.45; background: #fff;  border:2px solid #1871c4; padding:12px 60px;border-radius:40px; box-sizing: border-box;z-index: 1; }
.shipping-5-2 .topArea br{display:none;}
.shipping-5-2 .midArea{display:flex;justify-content: center; width:100%; margin-top:-30px; border:1px solid #1871c4; border-radius:10px;  padding:60px 0 40px;  box-sizing: border-box; position: relative;}
.shipping-5-2 .midArea > *{width:-webkit-calc(100% / 3); width:calc(100% / 3); padding:0px 40px; text-align: center; border-left:1px solid var(--point-color); box-sizing: border-box;}
.shipping-5-2 .midArea > *:first-of-type{border-left:0px; }
.shipping-5-2 .tit{font-weight:700;font-size:22px;color:var(--point-color); line-height:1.45; margin-bottom:10px;}
.shipping-5-2 .txt{font-weight:300;font-size:16px;color:#333; line-height:1.45;}

.shipping-6-1{width:100%; margin-bottom:100px;}
.shipping-6-1 .txt-md{font-weight:400; margin-bottom:40px;}
.shipping-6-1 > ul{display:flex; justify-content: center; align-items: center; flex-wrap: wrap; gap:80px;}
.shipping-6-1 > ul > li{flex:1;}
.shipping-6-1 > ul > li img{width:100%; border:1px solid #eee;box-sizing: border-box; }
.shipping-6-1 .in-title{color:var(--point-color);margin-bottom:20px; }
.shipping-6-1 .tit{font-weight:700;font-size:22px;color:var(--point-color); line-height:1.45; margin-bottom:20px; 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:1px !important;text-underline-offset:1px !important; }
.shipping-6-1 p{margin-top:10px;  }
.shipping-6-1 p:first-of-type{margin-top:0px;  }
.shipping-6-1 .sub-txt span{color:var(--point-color);font-weight:500; }

.shipping-6-2{width:100%; margin-bottom:100px;}
.shipping-6-2 > ul{display:flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.shipping-6-2 > ul > li{width:-webkit-calc(100% / 4); width:calc(100% / 4); height:85vh; min-height:700px; padding:60px; display:inline-flex;flex-direction: column; align-items: center; justify-content: flex-end; text-align: center; box-sizing: border-box; position: relative;}
.shipping-6-2 > ul > li::after{position:absolute; content: ""; left:0; top:0; width:100%; height:100%;background:url(/images/sub/s-bg.png) 50% 50% no-repeat; background-size: 100% 100%;z-index: 0; opacity: .9;}
.shipping-6-2 > ul > li.a1{background:url(/images/sub/shipping-6-2.jpg) 50% 50% no-repeat; background-size: cover;}
.shipping-6-2 > ul > li.a2{background:url(/images/sub/shipping-6-3.jpg) 50% 50% no-repeat; background-size: cover;}
.shipping-6-2 > ul > li.a3{background:url(/images/sub/shipping-6-4.jpg) 50% 50% no-repeat; background-size: cover;}
.shipping-6-2 > ul > li.a4{background:url(/images/sub/shipping-6-5.jpg) 50% 50% no-repeat; background-size: cover;}
.shipping-6-2 .tit{display:inline-block; width: fit-content; min-width:80px; font-weight:700;font-size:26px;color:#fff;line-height:1.45;text-shadow: 1px 1px 16px rgba(0,0,0,0.3); background:url(/images/sub/tit-bar.png) 50% 100% no-repeat; background-size: 100% auto; padding-bottom:15px; margin-bottom:30px; z-index: 1;}
.shipping-6-2 .txt{font-weight:400;font-size:16px;color:#fff; line-height:1.5;text-shadow: 1px 1px 16px rgba(0,0,0,0.3); margin-bottom:30px;z-index: 1; }

.shipping-6-3{width:100%; margin-bottom:100px;}
.shipping-6-3 > ul{display:flex; justify-content: center; flex-wrap: wrap;}
.shipping-6-3 > ul > li{flex:3; padding:0 40px; box-sizing: border-box; }
.shipping-6-3 .lastArea{flex:1; padding:40px; border-left:1px solid #eee; display:inline-flex;flex-direction: column; justify-content: space-between; gap:20px; }
.shipping-6-3 .imgArea{width:100%; margin-bottom:40px;}
.shipping-6-3 .imgArea img{width:100%;}

.nation-info{width:100%;}
.nation-info > ul{width:100%;display:flex; justify-content: center;flex-wrap: wrap; }
.nation-info > ul > li{display:inline-flex;flex-direction: column; width:-webkit-calc(100% / 3); width:calc(100% / 3); padding:0 40px;border-left:1px solid #eee; box-sizing: border-box;}
.nation-info > ul > li:first-child{border-left:0;}
.nation-info > ul > li > *{margin-top:20px;}
.nation-info > ul > li > *:first-of-type{margin-top:0px;}
.nation-info > ul > li.last{width:0; display:none;}

.nation{width:100%;}
.nation .tit{font-weight:700;font-size:20px;color:var(--point-color); line-height:1.45;margin-bottom:10px; 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:1px !important;text-underline-offset:1px !important; }
.nation .txt{font-weight:300;font-size:16px;color:#333; line-height:1.45;}

.shipping-6-4{width:100%; margin-bottom:40px; box-sizing: border-box;}
.shipping-6-4 > ul{display:flex; justify-content: center; flex-wrap: wrap; }
.shipping-6-4 > ul > li{width:-webkit-calc(100% / 5); width:calc(100% / 5); height:350px; padding:0 60px; background:url(/images/sub/arrow-bg.png) 0% 50% no-repeat; background-size:48px auto; display:inline-flex;flex-direction: column; align-items: center; justify-content: center; gap:40px; text-align: center; box-sizing: border-box; }
.shipping-6-4 > ul > li:last-of-type{position: relative;}
.shipping-6-4 > ul > li:last-of-type::after{position: absolute;content: ""; right:0; top:0; width:15px; height:100%; background:url(/images/sub/arrow-bg-last.png) 100% 50% no-repeat; background-size:15px auto; }

.shipping-6-4 .icon img{height:60px;}
.shipping-6-4 .txt{font-weight:700;font-size:20px;color:var(--point-color);line-height:1.45;}
.shipping-6-4 .inBox{margin-top:30px;text-align: center;font-weight:700;font-size:30px;color:#fff; line-height:1.45; border-radius: 4px; background:linear-gradient(90deg, #152f6b 50%, #1871c4 ); padding:60px 5%; box-sizing: border-box;}

.shipping-7{width:100%;}
.shipping-7 .white-bg{width:100%; height:40px;background:#fff; position: relative; z-index: 1; }
.shipping-7 .content{width:100%;max-width:var(--area-width);margin:0 auto;padding:60px 0; overflow: hidden; position: relative; z-index: 1; box-sizing: border-box;}
.shipping-7 .content h2{color:#fff;text-shadow: 1px 1px 16px rgba(0,0,0,0.3); margin:50px 0 100px; }
.shipping-7 .tit{text-align: center; font-weight:700;font-size:24px;color:#fff; line-height:1.45;text-shadow: 1px 1px 16px rgba(0,0,0,0.3); margin-bottom:20px; }
.shipping-7 .stit{text-align: center; font-weight:700;font-size:20px;color:#fff; line-height:1.45;text-shadow: 1px 1px 16px rgba(0,0,0,0.3); margin-bottom:20px; }

.shipping-7-1{width:100%;display:flex; justify-content: center; gap:20px; margin-bottom:60px; }
.shipping-7-1 li{flex:1; display:inline-flex; flex-direction: column; align-items: center; border:1px solid #fff; padding:40px 10px; box-sizing: border-box;}
.shipping-7-1 .num{display:inline-flex;justify-content:center;align-items: center; width:50px; height:50px; border-radius: 50%; background:#1e3c6c;font-weight:600;font-size:20px;color:#fff; line-height:1; margin-bottom:30px; }
.shipping-7-1 .icon{margin-bottom:20px;}
.shipping-7-1 .icon img{height:80px;}
.shipping-7-1 .flag{margin-bottom:20px;}
.shipping-7-1 .flag img{height:80px;}

.shipping-7-1 .txt{text-align: center; font-weight:400;font-size:18px;color:#fff; line-height:1.45;text-shadow: 1px 1px 16px rgba(0,0,0,0.3); }

.shipping-7-2{width:100%;display:flex; justify-content: center; gap:20px; margin-bottom:60px; }
.shipping-7-2 li{flex:1; display:inline-flex; flex-direction: column; align-items: center; border:1px solid #fff; padding:40px 20px; box-sizing: border-box;}
.shipping-7-2 li img{max-width:100%;}

.bg-fix {position: fixed;top: 0;left: 0;width: 100%;/* height: 100%; */  height: 100vh; height: 100lvh; clip-path: inset(0 0 0 0); background:url(/images/sub/vision-bg.jpg) 50% 50% no-repeat; background-size: cover;transform: translateZ(0);will-change: transform;z-index: -1;}
.bg_fixed { height: 100vh; height: 100lvh; clip-path: inset(0 0 0 0); } 
.bg_fixed img{ position: fixed; top: 0; left: 0; width: 100%; height: 100vh; height: 100lvh; object-fit: cover; } 

.pc_br{display: inline-block !important;}	
.mo_br{display: none !important;}

/********************************************
	공통사용
********************************************/
.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:0 0 100%;margin-bottom:15px; box-sizing: border-box;}
.board-view .subjectBox .rightArea{flex:0 0 100%; 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:20px;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:20px 0;}
.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:#333;line-height:1.45;}
.board-view .content_box p img{max-width:100% !important;height:auto !important; }
.board-view .content_box h3{margin-bottom:20px;font-weight:700;font-size:18px;color:#333;line-height:1.45;}

.board-view .btnBox{display:flex;width:100%;justify-content: space-between; align-items: center; padding:20px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;box-sizing: border-box;}
.board-view .btnBox .item1{flex:1;padding:0 10px;align-self: center;line-height:28px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board-view .btnBox .item2{width:80px;text-align:center;}
.board-view .btnBox .item3{flex:1;padding:0 10px;text-align:right;align-self: center;line-height:28px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board-view .btnBox .s-txt{font-weight: 400;font-size:15px;line-height:28px;color:#888;}

.board-btn-prev{display:inline-block;font-family: 'Pretendard';font-weight: 500;font-size:14px;color:#222;line-height:28px;margin-right:15px;text-align:center;border:0px solid #e5e5e5;}
.board-btn-next{display:inline-block;font-family: 'Pretendard';font-weight: 500;font-size:14px;color:#222;line-height:28px;margin-left:15px;text-align:center;border:0px solid #e5e5e5;}

.i_list{display:inline-block;width:25px;height:20px;background:url(/images/layout/ico_list.png) center center no-repeat;background-size:auto 20px;text-indent: -9999px;}
.i_file{display:inline-block;width:26px;height:26px; background:url(/images/layout/i_filedown_wh_s.png) 50% 40% no-repeat #000; border-radius:50%;text-indent: -9999px; margin-right:10px;  }
.i_file_down{display:inline-block;width:16px;height:16px; background:url(/images/layout/i_filedown.png) 50% 50% no-repeat;text-indent: -9999px; margin-left:5px;  }
/* .i_file{display:inline-block;width:15px;height:12px; background:url(/images/layout/i_filedown.png) 0 0 no-repeat;text-indent: -9999px; margin-right:10px;  } */
.i_new{display:inline-block;width:16px;height:16px;background:url(/images/layout/i_new.png) center center no-repeat;background-size:auto 16px;text-indent: -9999px;margin-right:5px;}
.i_secret{display:inline-block;width:12px;height:16px;background:url(/images/layout/ico_secret.png) center center no-repeat;background-size:auto 16px;text-indent: -9999px;margin-right:5px;}
.i_reply{display:inline-block;width:20px;height:15px;background:url(/images/layout/re.png) center center no-repeat;background-size:auto 15px;text-indent: -9999px;margin-right:5px;}
.i_link{display:inline-block;width:20px;height:20px; background:url(/images/layout/ico_link.gif) 50% 50% no-repeat; text-indent: -9999px; margin-right:10px;  }

/* no--data */
.no--data{display: flex;justify-content: center;align-items:center;margin:0 auto;min-height:300px;}
.no--data.sm{min-height:150px;}
.no--data > span{background:url(/images/layout/no-data.png) 50% 0px no-repeat; padding:90px 0 0px; font-size:16px;color:#666;line-height:1;letter-spacing:-0.01rem;word-break: keep-all;font-weight:400;}

/* ...줄임표 옆 아이콘적용시 */
.subject--wrap {display:inline-flex; width: 100%; height: 100%;align-items: center;justify-content: space-between;}
.subject--wrap .b-subject {flex:1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size:20px;}
.subject--wrap .list--type {width:80px;margin-left:4px;text-align:right}
.sp--icon {display: inline-block;vertical-align: middle;border-radius:24px; padding:8px 12px 8px;font-weight:500;font-size:13px;line-height:1;}
/* ...줄임표 옆 아이콘적용시 END */

/* board End */

/* form */
.form_sty{width:100%;margin:0px 0px 40px;border-top:1px solid #666; padding-top:20px; box-sizing: border-box;}
.form_sty > ul{display: flex;align-items: center; width:100%;margin-top:0px;padding:10px 0px;}
.form_sty > ul > li{padding:0px 12px;display:inline-flex;vertical-align:top; align-self:flex-start; }
.form_sty .tit{flex:0 0 150px; padding-top:10px; }
.form_sty .tit > *{position:relative;display: inline-block;font-weight:600;font-size: 16px;color: #333;line-height:1;letter-spacing:-0.02em;}
.form_sty .tit > *.required{padding-right:10px;}
.form_sty .tit > *.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}
.form_sty .tit.sm{flex:0 0 100px;  }
.form_sty .tit.lg{flex:0 0 180px;  }
.form_sty .cont{flex:1;font-size:14px;min-height:40px;}

.tit-required{margin-bottom:15px;}
.tit-required > span{position:relative;display: inline-block;color: #aaa;font-size:16px; line-height:1;letter-spacing:-0.03em;}
.tit-required > span.required{padding-right:10px;}
.tit-required > span.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}

.file--name{display:inline-block;margin-left:10px;font-weight: 400;font-size:13px;line-height:20px;color:#666;}
.file--del{font-weight: 400;font-size:13px;line-height:1;color:#666;background:url(/images/layout/btn_close_14.png) 0 50% no-repeat;padding-left:20px;margin-top:10px;box-sizing: border-box;}

.f-group-A {display:flex;width:100%;margin:0px;align-items:center;}
.f-group-A > * {margin-left:10px;}
.f-group-A > *:first-child { margin-left: 0;}
.f-group-A .select-w{width:30%;} /* 모바일 100% */
.f-group-A .w1{width:50%;}
.f-group-A .w2{width:150px;}
.f-group-A .w3{flex:0 0 100px;}
.f-group-A .input-w{flex: 1;}
.f-group-A .sm{min-width:10px;text-align:center;font-weight:400;font-size:14px;color:#333;}
.f-group-A .input-tel{flex:0 0 100px;}

/* file upload */
.inputfile-wrap {position: relative;display: flex; width: 100%;}
.inputfile-wrap input[type="file"] {position: absolute;width: 1px;height: 1px;margin: -1px; padding: 0; border: 0; overflow: hidden;clip: rect(0, 0, 0, 0);}
.inputfile-wrap label.btn {display: block;width: 100px;height:40px;margin-left: 10px; color:#fff;border:0px solid #262729;background:#a3a5aa;line-height:40px;padding:0px 5px;text-align:center; font-size:14px;font-weight: 400;border-radius:4px;box-sizing: border-box;}
.inputfile-wrap input{flex:1; height:40px;padding:0 10px;border:1px solid #dfdfdf;background:#fff;color:#666; border-radius:4px; font-size:14px;box-sizing:border-box;transition: border-color 0.15s ease-in-out;}
.inputfile-wrap input:focus {outline: none;background-color:#fff;border-color:var(--concept-color);}
.inputfile-wrap.line input{border:1px solid #ccc;border-width:0 0 1px 0; border-radius:0px;padding:0;}

.wr_box{display: inline-block; width:100%; border:1px solid #dfdfdf;background:#fafafa; margin:0px auto;max-height:180px;padding:25px;box-sizing: border-box; }
.wr_box > h3{font-weight: 500;font-size:15px;line-height:1.45;color:#333;margin-bottom:10px;}
.wr_box > p{font-weight: 300;font-size:14px;line-height:1.45;color:#333; margin-top:10px;}
.wr_box > p:first-child{ margin-top:0px;}

.wr_box{overflow: auto; 
	scrollbar-arrow-color: #fff; /* IE 6+ scroll styles */
	scrollbar-face-color: #999;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #ddd; /* Last IE 6+ scroll styles */
	scrollbar-color: #999 #ddd; /* Firefox 64+ */
	scrollbar-width: thin; /* Firefox 64+ */
  }
  
  .wr_box::-webkit-scrollbar {width: 6px;height: 6px;}
  .wr_box::-webkit-scrollbar-track {background: padding-box #ddd;border-radius: 4px;}
  .wr_box::-webkit-scrollbar-thumb {background: padding-box #999;border-radius: 4px;}
  .wr_box::-webkit-scrollbar-thumb:hover { background: padding-box #aaa;}
  .wr_box::-webkit-scrollbar-thumb:active {background: padding-box #333;box-shadow: inset 0 0 3px rgba(192, 192, 192, 0.5);}

.right-chkBox{display:flex;justify-content:flex-end;align-items: center;gap:10px; margin:10px auto 20px;}

/* table--scroll 좌우사용 */
.table-scroll-auto {margin: 0 auto;overflow: auto;  border-top:1px solid  var(--concept-color);
	scrollbar-arrow-color: #fff; /* IE 6+ scroll styles */
	scrollbar-face-color: #999;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #ddd; /* Last IE 6+ scroll styles */
	scrollbar-color: #999 #ddd; /* Firefox 64+ */
	scrollbar-width: thin; /* Firefox 64+ */
	width: 100%;    
  }
  
  .table-scroll-auto::-webkit-scrollbar {width: 6px;height: 6px;}
  .table-scroll-auto::-webkit-scrollbar-track {background: padding-box #ddd;border-radius: 4px;}
  .table-scroll-auto::-webkit-scrollbar-thumb {background: padding-box #999;border-radius: 4px;}
  .table-scroll-auto::-webkit-scrollbar-thumb:hover { background: padding-box #aaa;}
  .table-scroll-auto::-webkit-scrollbar-thumb:active {background: padding-box #333;box-shadow: inset 0 0 3px rgba(192, 192, 192, 0.5);}
  
  .table-scroll-auto {position: relative;z-index:1;margin: auto;width:100%;  /* max-height:800px;*/ }
  .table-scroll-auto table {width: 100%;margin: auto;min-width:500px;border-collapse: collapse;font-variant-numeric: tabular-nums; vertical-align: middle; table-layout: fixed;}
  .table--wrap {position:relative;}
  .table-scroll-auto th {text-align:center;padding:10px;vertical-align:middle; background:#f9f9f9; border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; font-size:15px;font-weight:500;line-height:1;letter-spacing:-0.02em;/* position: -webkit-sticky;position:sticky;top:0;z-index:2; */ }
  .table-scroll-auto thead {position: -webkit-sticky;position:sticky;top:0;z-index:2; }
  .table-scroll-auto td {text-align:center;padding:10px;vertical-align:middle;border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; font-size:15px;color: #333;font-weight:400;line-height:1.4;letter-spacing:-0.02em;background: #fff;}
  /* safari and ios need the tfoot itself to be position:sticky also */
  .table-scroll-auto tfoot,.table-scroll-auto tfoot th, .table-scroll-auto tfoot td {position:-webkit-sticky;position:sticky;bottom:0;background:#666;color:#fff;}
  .table-scroll-auto th:first-child,  .table-scroll-auto td:first-child{border-left:0px solid #dfdfdf; }
  .table-scroll-auto.atable table {min-width:100%;table-layout: fixed;}
  .table-scroll-auto.atable th{background:#f9f9f9; text-align:left;padding:10px 20px;line-height:1.3; }
  .table-scroll-auto.atable td{text-align:left;padding:10px 20px; line-height:1.3;}
  .table-scroll-auto.atable.border-non th,   .table-scroll-auto.atable.border-non td{border:0;}

  .table-scroll-auto.btable table {min-width:100%;table-layout: fixed;  border-bottom:1px solid #dfdfdf;}
  .table-scroll-auto.btable th{background:#f9f9f9; text-align:left;padding:8px 5px;line-height:1;font-size:13px;}
  .table-scroll-auto.btable td{text-align:left;padding:5px;line-height:1.3;font-size:13px;}
  .table-scroll-auto.btable-scroll table { border-bottom:1px solid #dfdfdf;}
  .table-scroll-auto.btable-scroll th{background:#f9f9f9; text-align:left;padding:8px 5px;line-height:1;font-size:13px;}
  .table-scroll-auto.btable-scroll td{text-align:left;padding:5px;line-height:1.3;font-size:13px;}

  .table-scroll-auto th.bg-3, .table-scroll-auto td.bg-3{background:#fcfcf6;}
  .table-scroll-auto th.bg-2, .table-scroll-auto td.bg-2{background:#f4f8fc;}
  .table-scroll-auto th.bg-1, .table-scroll-auto td.bg-1{background:#fff;}
  
  .table-scroll-auto .rborder{border-right:1px solid #dfdfdf;}
  .table-scroll-auto .lborder{border-left:1px solid #dfdfdf;}

  .table-scroll-auto td p{margin-top:5px;}
  .table-scroll-auto td p:first-child{margin-top:0px;}

  /* table--scroll 좌우사용 END */

.pre-wrap{width:100%;white-space: pre-wrap;margin-bottom:40px;  }

.main-pop{position: fixed;left:0;top:0; width:100%; height:100%; min-height:100vh; display:flex; justify-content: center; align-items: center; flex-direction: column; padding: 5%; box-sizing: border-box;z-index:99999;}
.main-pop .popup-box{display:flex; flex-direction: column; width:100%; max-width:600px;  margin:0 auto;background:url('') center top no-repeat #fff;background-size: cover;box-sizing: border-box;box-shadow: 2px 2px 8px rgba(0, 0, 0, .1); }
.main-pop .popup-in{width:100%; max-height:calc(85vh - 40px);order:1px solid #dfdfdf; box-sizing: border-box;}
.main-pop .popup-cont{width:100%; padding:50px 30px;box-sizing: border-box;}
.main-pop .popup-bottom{display:flex;justify-content: center;align-items: center; }
.main-pop .popup-bottom > *{flex:1; display:inline-flex;justify-content: center;align-items: center; height:40px;font-size:14px;color: #fff;line-height:1;  }
.main-pop .popup-bottom .today{background:#28345a; }
.main-pop .popup-bottom .popup-close{background:#1d69ac;}
.popup-in{overflow: auto; 
	scrollbar-arrow-color: #fff; /* IE 6+ scroll styles */
	scrollbar-face-color: #999;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #ddd; /* Last IE 6+ scroll styles */
	scrollbar-color: #999 #ddd; /* Firefox 64+ */
	scrollbar-width: thin; /* Firefox 64+ */
}

.popup-in::-webkit-scrollbar {width: 6px;height: 6px;}
.popup-in::-webkit-scrollbar-track {background: padding-box #ddd;border-radius: 4px;}
.popup-in::-webkit-scrollbar-thumb {background: padding-box #999;border-radius: 4px;}
.popup-in::-webkit-scrollbar-thumb:hover { background: padding-box #aaa;}
.popup-in::-webkit-scrollbar-thumb:active {background: padding-box #333;box-shadow: inset 0 0 3px rgba(192, 192, 192, 0.5);}

  








  
