@charset "utf-8";
/********************************************
	HEADER
********************************************/
#header{position:fixed;top:0;display:flex;justify-content:space-between;gap:10px; align-items: center;width: 100%;height:var(--header-height); border-bottom:0px solid #ebebeb; margin:0 auto;transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;z-index: 100; padding:0 5%;box-sizing: border-box; }
#header .header-inner{display:flex;justify-content:space-between;gap:20px; align-items: center;width: 100%; max-width:1200px; height:100%;margin:0 auto;transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; }
#header .logoArea{width:300px;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index:4;}
#header .logo{display:inline-block;width:100%;min-height:50px;background:url(/images/layout/logo.png) 0% 50% no-repeat;background-size:auto 50px;  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, 1);}
#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;}

#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:400px; 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:19px;letter-spacing:0em;text-transform:capitalize; text-shadow: -1px 1px 4px 2px rgba(22, 22, 22, .1); }
.gnb1_li .gnb1_a{ position: relative; display: block; }
.gnb2_li:first-child {border:0}
.gnb2_ul {display: none; position:absolute;top:50px; padding-top:15px;  width: 100%; left: 0; right: 0; opacity: 0; }
.gnb2_ul li{ position: relative; top: 0px; opacity: 0; }
#gnb .gnb1_li > a{ position: relative; transition: 0.3s;cursor: pointer; z-index: 6;}
#gnb .gnb1_li:hover > a{ color:#fff; }
#gnb .gnb1_li > a:after{ content: ""; display: block; width: 100%; height: 2px;background-color: var(--concept-color); position: absolute; left: 50%; bottom:0px; opacity: 0; transform: scale(0) translate(-50%,0); z-index: 50; } 
#gnb .gnb1_li:hover > a:after{ opacity: 1; transition: 0.5s; transform: scale(1) translate(-50%,0); transition-delay: 0.1s; }
/* #gnb #gnb1_ul:hover .gnb1_li.lg{padding: 0 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; }

#gnb .logo-w{position:absolute;left:5%; top:0; width:200px; height:130px;display:inline-flex;align-items: center; background:url(/images/layout/logo-w.png) 0% 50% no-repeat;background-size:auto 60px;z-index:0; opacity: 0; transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;}
#gnb.on .logo-w{opacity: 1;z-index:5; }

.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; }

/* gnb on white ver : #gnb.on-wh 적용, front.js #header.gnb-on 추가 */
#gnb.on-wh.on .gnb1_a {color:#333;text-shadow:none; }
#gnb.on-wh.on .gnb1_li:hover > a{color:#333;}
#gnb.on-wh.on .gnb2_a {color:#666;}
#gnb.on-wh.on a.gnb2_a:hover{color: #000; }
#gnb.on-wh #gnb1_ul:before{background-color: rgba(255,255,255,1); border-bottom:1px solid #ebebeb;}

#header.gnb-on .menu-icon__line {background-color: var(--second-color);}
#header.gnb-on .language a{color:rgba(0,0,0, .6);}
#header.gnb-on .language a:before{background:#888;}
#header.gnb-on .language a.on{color:#000;}
#header.gnb-on .language a:first-child{padding-left:0px;margin-left:0px;}
#header.gnb-on .language a:first-child:before{background:none; padding-left:0px;margin-left:0px;}

/* gnb black ver */
#header.ver-bl{ }
#header.ver-bl .language a{color:#666;}
#header.ver-bl .language a:before{ background:#aaa;  }
#header.ver-bl .language a.on{color:#1a1a1a;}
#header.ver-bl #gnb #gnb1_ul:before{background-color: rgba(255,255,255,0.95); border-bottom:1px solid #eee;}
#header.ver-bl #gnb .gnb1_a {color:#333; }
#header.ver-bl #gnb .gnb1_li:hover > a{ color: var(--concept-color);}
#header.ver-bl .menu-icon__line {background-color: #333;} 
#header.ver-bl #gnb .icon-newwin{background:url(/images/layout/newwin.png) 0% 50% no-repeat;background-size:10px auto;}
body#mainPage #header.ver-bl{position:relative; }
body#mainPage #header.bg_on{position:fixed;top:0; height:var(--header-top-height); border-bottom:1px solid #eee;background-color: rgba(255,255,255,1);}
body#mainPage #header.bg_on .logo{display:inline-block;width:100%;min-height:45px;background:url(/images/layout/logo.png) 0% 50% no-repeat;background-size:auto 45px; }


/*
#gnb.ver-bl #gnb1_ul:before{background-color: rgba(255,255,255,0.95); border-bottom:1px solid #eee;}
#gnb.ver-bl .gnb1_a {color:var(--second-color); }
#gnb.ver-bl .gnb1_li:hover > a{ color: var(--concept-color);}
*/

/* 상단 레이아웃 white버전 - 스크롤 반응시 상단 메뉴 */
#header.bg_on{position:fixed;top:0; height:var(--header-top-height); border-bottom:1px solid #eee;background-color: rgba(255,255,255,1);}
#header.bg_on .logo{display:inline-block;width:100%;min-height:45px;background:url(/images/layout/logo.png) 0% 50% no-repeat;background-size:auto 45px; }

#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:380px;}
#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 .hamburger-inner,
#header.bg_on .hamburger-inner:after,
#header.bg_on .hamburger-inner:before {position: absolute; width: 27px; height: 3px; background-color: #333 !important;transition: transform .3s ease .2s, background-color .3s ease .2s, opacity .3s ease .3s;}

/*모바일메뉴 */
#header .m_open{/* display:none;*/ text-align:right; width:50px;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4; }

/* 바디에 스크롤 막는 방법 */
.not_scroll{
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%
}

.not_scroll .cont {
  position: relative;
  top: 0;
}

/* new mobile-menu */
#header.bg_on .nav-but-wrap {} 
#header.bg_on .menu-icon__line {background-color: var(--second-color);} 
.nav-but-wrap{position: relative;display:inline-flex;justify-content:flex-end;width:50px; text-align:right; transition : all 0.3s ease-out; z-index:100; margin-top: 7px; }

.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;height: 100vh;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%);width: 100%;text-align: center;}
.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 > a{position: relative; display:inline-block; padding-left:20px;margin-left:10px;font-weight: 400;font-size:16px;line-height:1;color:rgba(255,255,255, .6);}
.nav__lang > a::before{content: "";position:absolute; left:0; top:50%; transform:translateY(-50%); display:inline-block; width:8px;height:8px;background:var(--concept-color);clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0 70%, 0 30%);  }
.nav__lang > a:first-child{padding-left:0px;margin-left:0px;}
.nav__lang > a:first-child::before{display:none;}
.nav__lang > a.on{color:#fff;}

.nav__logo{display: block;opacity: 0;text-align: center; min-height:40px; }
.nav__logo img{max-height:40px;}

.nav__list-item {position: relative;display: block;-webkit-transition-delay: 0.8s;transition-delay: 0.8s;opacity: 0;text-align: center;overflow: hidden;-webkit-transform: translate(100px, 0%); transform: translate(100px, 0%);-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, transform .3s ease;transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;margin-top: 0;margin-bottom: 0;}
.nav__list-item > a{ position: relative;text-decoration: none;font-weight: 600; font-size:24px;line-height: 1.15;letter-spacing: 2px; color:var(--light-bgcolor);overflow: hidden; cursor: pointer;padding:16px 5px 6px; margin-bottom:10px;z-index: 2;display: inline-block;text-transform: uppercase; -webkit-transition: all 200ms linear; transition: all 200ms linear; }
.nav__list-item > a:after{ position: absolute;content: '';/* top: 50%;margin-top: -2px; */ bottom:0px; left: 50%;width: 0;height: 0;opacity: 0;background-color:  var(--concept-color);z-index: 1; -webkit-transition: all 200ms linear;transition: all 200ms linear; }
.nav__list-item > a:hover:after{ height: 3px;opacity: 1;left: 0;width: 100%;}
.nav__list-item > a:hover{color: rgba(255,255,255,1);}
.nav__list-item.active-nav > a{color: rgba(255,255,255,1);}
.nav__list-item.active-nav > a:after{ height: 3px;opacity: 1;left: 0;width: 100%;}

/* 하위 메뉴 open 추가 */
.nav__list{display:flex; align-items: center; flex-direction: column;width:100%; -webkit-transition: all .25s ease-in;transition: all .25s ease-in;}
.nav__list, .nav__list ul, .nav__list li {list-style: none;}
.nav__list > li li a {display: block;outline: none;text-decoration: none;color:rgba(255,255,255,.8); font-weight:400;  font-size:15px;line-height:1;padding: 10px 5px;}
.nav__list li.open a{color:#fff;}
.nav__list li.open li a {color:rgba(255,255,255,.8);}
.nav__list li.open li a:hover{color:#fff;}
.nav__list li.active a{color:#fff;}
.nav__list li li.active a{color:#fff;}
.nav__list li.open > a:after{ height: 3px;opacity: 1;left: 0;width: 100%;}
.nav__list li.open > a{color: rgba(255,255,255,1);}
.nav__list li.open > ul{padding:10px 0 15px;}
/* 하위 메뉴 추가 open END */

.nav__list li li a.tt {color:#f1f1f1;  font-size:15px;line-height:1;font-weight:500;padding: 10px 5px 15px;}

body.nav-active .nav__content {visibility: visible;}
body.nav-active .menu-icon__line {background-color: #fff;-webkit-transform: translate(0px, 0px) rotate(-45deg);transform: translate(0px, 0px) rotate(-45deg);}
body.nav-active .menu-icon__line-left {width: 15px;-webkit-transform: translate(2px, 4px) rotate(45deg);transform: translate(2px, 4px) rotate(45deg);}
body.nav-active .menu-icon__line-right {width: 15px;float: right;-webkit-transform: translate(-3px, -3.5px) rotate(45deg);transform: translate(-3px, -3.5px) rotate(45deg);}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {width: 15px;}
body.nav-active .nav {visibility: visible;}
body.nav-active .nav:before, body.nav-active .nav:after {-webkit-transform: translateX(0%) translateY(0%); transform: translateX(0%) translateY(0%);border-radius: 0;}
body.nav-active .nav:after {-webkit-transition-delay: .1s; transition-delay: .1s;}
body.nav-active .nav:before {-webkit-transition-delay: 0s;transition-delay: 0s;}
body.nav-active .nav__list-item {opacity: 1;-webkit-transform: translateX(0%); transform: translateX(0%);-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;}
body.nav-active .nav__list-item:nth-child(0) {-webkit-transition-delay: 0.7s;transition-delay: 0.7s;}
body.nav-active .nav__list-item:nth-child(1) {-webkit-transition-delay: 0.8s; transition-delay: 0.8s;}
body.nav-active .nav__list-item:nth-child(2) {-webkit-transition-delay: 0.9s;transition-delay: 0.9s;}
body.nav-active .nav__list-item:nth-child(3) {-webkit-transition-delay: 1s;transition-delay: 1s;}
body.nav-active .nav__list-item:nth-child(4) {-webkit-transition-delay: 1.1s;transition-delay: 1.1s;}
body.nav-active .nav__list-item:nth-child(5) {-webkit-transition-delay: 1.2s;transition-delay: 1.2s;}
body.nav-active .nav__list-item:nth-child(6) {-webkit-transition-delay: 1.3s;transition-delay: 1.3s;}
body.nav-active .nav__list-item:nth-child(7) {-webkit-transition-delay: 1.4s; transition-delay: 1.4s;}
body.nav-active .nav__list-item:nth-child(8) {-webkit-transition-delay: 1.5s;transition-delay: 1.5s;}
body.nav-active .nav__list-item:nth-child(9) {-webkit-transition-delay: 1.6s;transition-delay: 1.6s;}
body.nav-active .nav__list-item:nth-child(10) {-webkit-transition-delay: 1.7s;transition-delay: 1.7s;}

body.nav-active .nav__lang {opacity: 1;}
body.nav-active .nav__logo {opacity: 1;}

body.nav-active{   
  overflow: hidden;
/* position: fixed;width: 100%;height: 100% */
}
body.nav-active #header.bg_on{border-bottom:0px solid #ebebeb;background-color:transparent;height:var(--header-height);}
body.nav-active #header.bg_on .menu-icon__line {background-color: #fff;} 
body.nav-active #header .logo{ display:none; }
body.nav-active #gnb{ display:none; }
body.nav-active #header .util{display:none; }
body.nav-active #header .language{display:none; }

body.nav-active #header.ver-bl{background: rgba(9,9,12,1);}
body.nav-active #header.ver-bl .menu-icon__line {background-color: #fff;} 

body#mainPage.nav-active #header.ver-bl{background: rgba(9,9,12,1);}
body#mainPage.nav-active #header.bg_on{border-bottom:0px solid #ebebeb;background-color:transparent;height:var(--header-height);}
body#mainPage.nav-active #header.bg_on .menu-icon__line {background-color: #fff;} 
body#mainPage.nav-active #header .logo{ display:none; }
body#mainPage.nav-active #gnb{ display:none; }
body#mainPage.nav-active #header .util{display:none; }
body#mainPage.nav-active #header .language{display:none; }

/* Header END */

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: 10000;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;font-family: 'unicons';content: '\e84b';text-align: center;line-height: 46px;font-size: 24px;color:var(--concept-color);left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap:hover::after {opacity: .5;}
.progress-wrap::before {position: absolute;font-family: 'unicons';content: '\e84b';text-align: center;line-height: 46px;font-size: 24px;opacity: 0;background-image: linear-gradient(298deg, var(--red), var(--yellow));-webkit-background-clip: text;-webkit-text-fill-color: transparent;left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 2;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap:hover::before {opacity: 1;}
.progress-wrap svg path { fill: none; }
.progress-wrap svg.progress-circle path {stroke:var(--concept-color);stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear; transition: all 200ms linear;}

.btn_up_layer {position:fixed;bottom:20px;right:10px;display:none;flex-direction: column;justify-content:center;align-items:center; gap:5px; text-align: center; width:65px;  height:65px;background:var(--second-color);border-radius:8px;z-index:100;cursor:pointer;transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.07); }
.btn_up_layer .icon {width:100%;height:14px; text-align: center;background:url(/images/layout/top-arrow-s.png) 50% 0% no-repeat; background-size:auto 14px; }
.btn_up_layer .button-text {font-weight: 600;color:#fff; font-size:13px;letter-spacing:-0.02em;}
.btn_up_layer.active{display:flex;}

/* footer  */
.footer{display:flex; justify-content: space-between; width:100%; gap:0px; background:var(--second-color); margin:0px auto;padding:40px 5%; box-sizing: border-box;}
.footer .f-inner{display:flex; justify-content: space-between; width:100%;max-width:var(--area-width);margin:0 auto; gap:0px; padding:0; box-sizing: border-box;}
.footer:after {content:""; display:block; clear:both; height:0;}
.footer .f_logo{flex:0 0 350px;text-align:left;min-height:45px;background:url(/images/layout/logo-wh.png) 0% 0% no-repeat;background-size:auto 45px; text-indent: -9999px;}
.footer .f_cont{flex:1;}
.footer .f_cont li{display:flex;flex-wrap: wrap; gap:0 25px; }
.footer .f_cont li.smenu{display:flex; gap:0 25px; font-weight: 400;color:#eee;font-size:14px;line-height:1.3; margin-bottom:8px; }
.footer .f_cont li h4{font-weight: 500;color:#f1f1f1;font-size:16px;line-height:1.3;  }
.footer .f_cont li p{font-weight: 300;color:#ddd;font-size:14px;line-height:1.3; margin-bottom:8px; }
.footer .f_cont li p > span{display:inline-block;font-weight: 500;color:#aaa;margin-right:10px; }
.footer .f_right{flex:0 0 250px;display:inline-flex;justify-content:flex-end;align-items: flex-start; /*align-items:flex-end;*/ }
.footer .f_right img{max-width:100%;}
.f_copy{font-weight: 300;color:#ddd;font-size:13px;line-height:1.3;letter-spacing:-0.01em;margin-top:0px;}	

.f_smenu {display:flex;align-items:center;}
.f_smenu > a {position:relative;display:inline-block;font-weight: 400;font-size:14px;color: #666;padding-left: 25px;}
.f_smenu > a::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 4px;height: 4px;background:#999;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:700;}

.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;}

.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(--sub-color) /*#222*/; } 

	.popup--inner{width:100%;background:#fff; max-height:80vh; padding:25px;box-sizing: border-box;position:relative;}
	.popup--inner{overflow: auto; 
		scrollbar-arrow-color: #fff; /* IE 6+ scroll styles */
		scrollbar-face-color: #999;
		scrollbar-shadow-color: #333;
		scrollbar-highlight-color: #000;
		scrollbar-darkshadow-color: #000;
		scrollbar-track-color: #ddd; /* Last IE 6+ scroll styles */
		scrollbar-color: #999 #ddd; /* Firefox 64+ */
		scrollbar-width: thin; /* Firefox 64+ */
	}
	
	.popup--inner::-webkit-scrollbar {width: 6px;height: 6px;}
	.popup--inner::-webkit-scrollbar-track {background: padding-box #ddd;border-radius: 4px;}
	.popup--inner::-webkit-scrollbar-thumb {background: padding-box #999;border-radius: 4px;}
	.popup--inner::-webkit-scrollbar-thumb:hover { background: padding-box #aaa;}
	.popup--inner::-webkit-scrollbar-thumb:active {background: padding-box #333;box-shadow: inset 0 0 3px rgba(192, 192, 192, 0.5);}

/* // 팝업 Basic */

.textTb{display: inline-block; width:100%;margin-bottom:20px; font-family: 'Pretendard'; }
.textTb .tit1{font-weight: 700;color:#333;font-size:16px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt1{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;}
.textTb .txt2{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt3{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;padding-left:20px;margin-bottom:8px;box-sizing: border-box;}
.textTb .txt4{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;padding-left:40px;margin-bottom:8px;box-sizing: border-box;}


/* video 사용할 경우 */
.video_wrap{position: relative; margin:0px auto; padding-bottom: 56.25%;height: 0;overflow: hidden;}
.youtubeP{position: absolute;top: 0;left: 0;width: 100%; height: 100%;}

.content-video{position:relative; width:100%; margin:0 auto; text-align:center; background-color: #000; overflow:hidden; vertical-align:top; padding: 0px;}
.content-video:after {clear:both;display:block;height:0;overflow:hidden;visibility:hidden;content:"";} 
.content-video-txt{z-index: 2; position:absolute; top:50%;transform:translateY(-50%);text-align:center; }
.content-video video{background-color: #000;opacity:1;vertical-align:top;max-width:100%;height:auto}

.pc_only{display: inline-block;}
.mo_only{display: none;}

.inner{position:relative; width:100%;max-width:var(--area-width);margin:0 auto;padding:0;box-sizing: border-box;}
.inner:after {display:block; clear:both; content:'';}
/********************************************
	MAIN
********************************************/
.more-btn{display:inline-flex; justify-content: center;align-items: center; width:30px; height:30px; border-radius: 50%;background:var(--second-color);font-weight:200; color:#fff; font-size:24px; line-height:1.45; padding-bottom:3px;box-sizing: border-box;}

/* main-A swiper */
.main-swiper-wrap {position: relative; display:flex; width:100%; max-width:1920px; margin:0 auto; height:750px; box-sizing: border-box;}
.main-swiper-inbox {position: relative; width:calc(100% - 450px);height: 100%;margin:0; box-sizing: border-box;}
.main-content-inbox {display:inline-flex;flex-direction: column;  width:450px;height: 100%; box-sizing: border-box;}
.main-notice{ width:100%;height:450px; background:#f0ede8; padding:40px 50px; box-sizing: border-box;}
.main-notice .tit{ display:flex;justify-content: space-between; font-weight:700;  color:#333; font-size:26px;line-height:1;letter-spacing:0em; margin-bottom:20px;  }
.main-notice .thumbImg{position: relative; display: inline-block; width:100%; height:0px;padding-top:56.25%;overflow: hidden; background-size: cover;box-sizing: border-box; }
.main-notice .thumbImg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; }
.main-notice .subject{margin-top:20px; font-weight:700;font-size:20px;color:#333; line-height:1.45; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.main-notice .cont{margin-top:10px; font-weight:400;font-size:16px;color:#333; 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; }
.main-notice .date{margin-top:10px;font-weight:400;font-size:13px;color:#666;line-height:1.45;letter-spacing:-0.01em;}

.main-doc{display:flex;flex-direction: column; justify-content: center; align-items: center; gap:10px; width:100%;height:300px; background:url(/images/main/pan-bg.png) 0 100% no-repeat #64676e;background-size:contain; padding:0 20px; box-sizing: border-box;}
.main-doc .icon img{height:70px;}
.main-doc .tit{font-weight:700;font-size:24px;color:#fff; line-height:1; margin-top:10px;}
.main-doc .txt{font-weight:400;font-size:16px;color:#fff; line-height:1.45;text-align: center; margin-bottom:10px;}

.main-swiper{width: 100%;height: 100%;}
.main-swiper .swiper-slide {overflow: hidden;position: relative;width: 100%;height: 100%; border-radius: 0px; }
.main-swiper .swiper-slide figure {position: relative;width:100%; height: 100%}
.main-swiper .swiper-slide figure>div { width: 100%; height: 100%}
.main-swiper .swiper-slide figure>div img {position: absolute;top: 50%; left: 50%; width: auto;min-width: 100%;max-width: none; height: auto; min-height: 100%; transform: translate(-50%, -50%) scale(1.3); -webkit-transform: translate(-50%, -50%) scale(1.3);-ms-transform: translate(-50%, -50%) scale(1.3); transition: 5s ease; border-radius: 0px;}
.main-swiper .swiper-slide-active .main-swiper-tit {transform: translateX(0)}
.main-swiper .swiper-slide-active .main-swiper-text {transform: translateX(0)}
.main-swiper .swiper-slide-active .main-swiper-btn {transform: translateX(0)}
.main-swiper .swiper-slide-active figure>div img {transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1);-ms-transform: translate(-50%, -50%) scale(1)}

.main-swiper-content{position: absolute; width: 80%; left:10%; top:15vh; padding:0px;box-sizing: border-box; z-index: 2; /* display:flex;justify-content:center;flex-direction: column; width: 100%;  max-width:var(--area-width); margin:0 auto; height:100%;position: relative; z-index: 2;padding: 0; */ }
.main-swiper-tit {margin-bottom:20px;font-weight:700;  color:#fff; font-size:70px;line-height:1.3;letter-spacing:0em;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5);  /* transform: translateX(-150px); -webkit-transform: translateX(-150px); */ transition: 1.7s ease}
.main-swiper-text {font-weight:500; color:#fff; font-size:22px;line-height:1.4;letter-spacing:0.03em;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); /* transform: translateX(-150px); -webkit-transform: translateX(-150px); */ transition: 1.7s ease}
.main-swiper-btn{margin-top:40px;/* transform: translateX(-150px); -webkit-transform: translateX(-150px); */ transition: 1.7s ease; }
.main-swiper-btn > a{display:inline-flex;justify-content: center;align-items: center;gap:5px; height:45px; border-radius:4px; background:var(--second-color); font-weight:300; color:#fff; font-size:14px;line-height:1.2; padding:0 20px; box-sizing: border-box;box-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .2); }
.main-swiper-btn .arrow{ font-weight:400; color:#fff; font-size:16px; }
.main-swiper-btn > a:hover{color:#fff; background:var(--concept-color); }

.main-menu-box{position: absolute; width:calc(100% - 450px); left:0;bottom:60px; padding:0px;box-sizing: border-box; z-index: 2; }
.main-menu-box ul{display:flex; padding:0px 10%;box-sizing: border-box;  }
.main-menu-box li{flex:1; padding:25px; box-sizing: border-box;}
.main-menu-box li:first-of-type{background:var(--concept-color);}
.main-menu-box li:nth-of-type(2){background:var(--sub-color);}
.main-menu-box li:nth-of-type(3){background:var(--point-color);}
.main-menu-box li > a{display:flex;align-items: center;justify-content: space-between; gap:10px; width:100%; height:100%;  }
.main-menu-icon{display: inline-flex; align-items: center; gap:20px;font-weight:600; color:#fff; font-size:24px; }
.main-menu-icon > .circle{display: inline-flex;justify-content: center; align-items: center; width:80px; height:80px; background:#f0ede8; border-radius: 50%; }
.main-menu-icon > .circle img{height:48px;}
.main-menu-btn{display: inline-flex;align-items: center; height:30px; border-radius:4px; background:var(--second-color); font-weight:300; color:#fff; font-size:13px;line-height:1.2; padding:0 10px; box-sizing: border-box; }

.swiper-pagination.main-swiper-nav {bottom: 120px;left:150px; text-align: left; display:none; }
.swiper-pagination.main-swiper-nav .swiper-pagination-bullet {display: inline-block;width: 7px; height: 6px; background-image: url("/images/layout/icon_swiper_off.png"); background-color: rgba(0, 0, 0, 0); background-position: center; background-size: 100% auto; background-repeat: no-repeat; vertical-align: middle; transition: .37s ease;margin: 0 7px !important; box-sizing: border-box; }
.swiper-pagination.main-swiper-nav .swiper-pagination-bullet-active { width: 10px;height: 10px; background-image:none;  border-radius: 50%; border:1px solid #fff; }
.swiper-pagination.main-swiper-nav .swiper-pagination-bullet { opacity: 1}

.scroll-box {display: inline-block;position: absolute;right:40px;bottom:40px; z-index: 1}
.scroll-box-text {display: inline-block;font-size:10px;font-family: 'Pretendard';font-weight: 400; line-height: 1;color: #fff;letter-spacing: 1.2px}
.scroll-box-wrap {display: inline-block;position: relative;width: 100%; height: 45px;}
.scroll-icon {display: inline-block;position: absolute; bottom: 0;left: 0; width: 100%; height: 100%; background-image: url("/images/layout/icon_scroll.png"); background-position: center; background-size:auto 30px;background-repeat: no-repeat; animation: scrolliconAni 1.2s reverse infinite;}
@-webkit-keyframes scrolliconAni {
  0% {bottom: 0}
  50% {bottom: -5px}
  100% { bottom: 0 }
}
.m-progress {display:none; position: absolute;bottom:100px;left:180px; width:150px;z-index: 9999; /*position: absolute;bottom: 0;left: 0; width: 100%;*/}
.m-progress-bg {height:2px; background-color: rgba(255, 255, 255, .3); }
.m-progress-bar {display: inline-block; width: 0; height: 100%; background-color:var(--concept-color); opacity: 0; transition-delay: unset}
.m-progress-bar.active {opacity: 1}
.m-progress-bar.animate {animation: progressAni 5s linear infinite}

@keyframes progressAni {
  0% {
      width: 0
  }

  100% {
      width: 100%
  }
}

/* main-A swiper END */


/* section-1 */
.section-1{width:100%;max-width:1200px; margin:0px auto; text-align: center; padding:60px 5%; box-sizing: border-box;}
.section-1 ul{display:flex;justify-content: center; box-sizing: border-box;}
.section-1 li{width:-webkit-calc(100% / 3); width:calc(100% / 3);}
.section-1 li > a{width:100%; display: flex; flex-direction: column; align-items: center; gap:20px; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;}
.section-1 .icon{}
.section-1 .icon img{height:54px;}
.section-1 .txt{ font-weight:400;font-size:18px;color:#333; line-height:1.2;}
.section-1 li a:hover{margin-top:-8px; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }

.gallery--list{width:100%;box-sizing: border-box;}
.gallery--list .thumb{position: relative;width:100%; height:0px;padding-top:56.25%;overflow: hidden;border-radius:0px;border:1px solid #f1f1f1; background:#f9f9f9; box-sizing: border-box;}
.gallery--list .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; border-radius:0px; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }
.gallery--list:hover .thumb img{-webkit-transform: scale(1.1) rotate(0.02deg); -moz-transform: scale(1.1) rotate(0.02deg); -ms-transform: scale(1.1) rotate(0.02deg); -o-transform: scale(1.1) rotate(0.02deg); transform: scale(1.1) rotate(0.02deg);}
.gallery--list .textArea{margin-top:20px;text-align: left; padding:0 5px; box-sizing: border-box;}
.gallery--list .category{font-weight:600;font-size:16px;color:#222;line-height:1;letter-spacing:-0.01em;}
.gallery--list .tit{font-weight:500;font-size:16px;color:#222;letter-spacing:-0.01em; line-height: 1.3em; /* 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); */ }

.list-typeC{position:relative;width:100%; padding:20px 40px; box-sizing: border-box; }   /* 유적지  */
.list-typeC ul{display:flex; gap:60px;width:100%; margin-top:80px;}
.list-typeC ul:first-child{margin-top:0px;}
.list-typeC li{flex:1; box-sizing: border-box;}
.list-typeC h3{margin-bottom:20px;}

.list-inBox{display:flex; flex-wrap: wrap; gap:0 10px;margin-top:10px;}
.list-inBox > *{flex:1;box-sizing: border-box; }
.list-inBox.first{margin-top:0px;}

.list-inBox.type1{gap:0 60px;}


.photo-list{width:100%;box-sizing: border-box;}
.photo-list .thumb{position: relative;width:100%; height:0px;padding-top:66%;overflow: hidden;border-radius:4px;border:1px solid #f1f1f1; background:#f9f9f9; box-sizing: border-box;}
.photo-list .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; border-radius:4px; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }
.photo-list .thumb.vertical{padding-top:120%;}
.photo-list .tit{font-weight:500;font-size:16px;color:#222;letter-spacing:-0.01em; line-height: 1.3em; }

.photo-img{width:100%;border-radius:4px;border:1px solid #f1f1f1; background:#f9f9f9; box-sizing: border-box;}
.photo-img img{width:100%;border-radius:4px;}

.video_box {position:relative;cursor:pointer;background:#ddd; padding-bottom: 56.25%;height: 0;overflow: hidden; }
.video_box .movie_btn {position: absolute; left: 50%; top: 50%; transform: translate(-50.1%, -50.1%); text-align: center; z-index:60;}
.video_box .movie_btn p {font-family: 'Montserrat', sans-serif; font-weight: 100; font-size: 18px; color: #fff; opacity: .7; letter-spacing: 1px; padding-top: 10px;}
.video_box .movie_btn button {  
  font-size: 0;
  color: transparent;
  display: inline-block;
  cursor: pointer;
}
.video_box .movie_btn button::before {
  content: "";
  display: inline-block;  
  width: 82px;
  height: 82px;
  background:url(/images/icon.png) no-repeat 0 0;    
  background-position:0 -100px;
}
.video_box video {position: absolute;top: 0;left: 0;width: 100%; height: 100%;}

/*  SUB LAYOUT :: 비주얼 */
#visual{overflow:hidden; position:relative; width:100%;height:var(--sub-visual-height);background-size:cover !important;box-sizing: border-box;  } 
#visual .visual-img-con{
	position:absolute; left:0; width:100%; height:100%; 
	/*-ms-transform: scale(1.1,1.1) rotate(0.0001deg);
    -o-transform: scale(1.1,1.1) rotate(0.0001deg);
    -moz-transform: scale(1.1,1.1) rotate(0.0001deg);
    -webkit-transform: scale(1.1,1.1) rotate(0.0001deg);
     transform: scale(1.1,1.1) rotate(0.0001deg);
	-webkit-transition:transform 5s  ease-in-out ;
	-moz-transition:transform 5s ease-in-out ;
	-o-transition:transform 5s ease-in-out ;
	-ms-transition:transform 5s ease-in-out ;
    transition:transform 5s ease-in-out ;*/
}

#visual .visual-txt-con{position:relative; display:flex; width:100%; max-width:var(--area-width); flex-direction: column;justify-content: center; margin:0 auto;height:100%;padding:0px 5%; box-sizing: border-box; z-index:2;}
#visual .visual-tit{position: relative; font-weight:800; color:#333; font-size:50px;line-height:1;letter-spacing:0em;margin:0 auto 20px; box-sizing: border-box;}

#visual .visual-location{text-align:center; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}
#visual .visual-location > ul{display:flex;justify-content: center; align-items: center; gap:0;}
#visual .visual-location > ul li{position:relative;display: inline-block;padding-left: 25px;font-weight:300;font-size:14px;color: #333; line-height: 1;letter-spacing:-0.01em;} 
#visual .visual-location > ul li::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 5px;height: 5px;background:#beb69f;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_bl.png) 50% 50% no-repeat;text-indent: -9999px;}
#visual .visual-location > ul li:first-child{padding-left:0px; }
#visual .visual-location > ul li:first-child::after {width: 0px;height: 0px;margin-left:0px; }

#visual .visual-tit, #visual .visual-sub-menu, #visual .visual-location{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-sub-menu, #visual.active .visual-location{
	opacity:1.0;filter:Alpha(opacity=100); visibility:visible;
	-ms-transform: translateY(0) rotate(0.0001deg);
    -o-transform: translateY(0) rotate(0.0001deg);
    -moz-transform: translateY(0) rotate(0.0001deg);
    -webkit-transform: translateY(0) rotate(0.0001deg);
     transform: translateY(0) rotate(0.0001deg); 
}

/* 효과 */
#visual.active .visual-tit{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -o-transition-delay:0.3s; -ms-transition-delay:0.3s; transition-delay:0.3s}
#visual.active .visual-location{-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -o-transition-delay:0.6s; -ms-transition-delay:0.6s; transition-delay:0.6s}

.visual-img-con.tbg01{background: url("/images/sub/top-bg.png") 95% 0% no-repeat #f5f3ed; background-size:25% auto;  }
.visual-img-con::after{position:absolute;content: ' '; left:0; bottom:0;width:100%; height:100%; background: url("/images/sub/top-bg-1.png") 10% 100% no-repeat; background-size:16% auto; opacity:0; }

.visual-img-con.tbg02{background: url("/images/sub/subtopimg-2.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg03{background: url("/images/sub/subtopimg-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;  }
.visual-img-con.tbg07{background: url("/images/sub/subtopimg-7.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg08{background: url("/images/sub/subtopimg-8.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }

.menuTab-wrap{width:100%; height:var(--menuTab-height); background-color: rgba(235,9,25,0.85);  /* background-color: rgba(10, 10, 10, 0.8); */ border-bottom:0px solid #ddd; padding:0px 5%; box-sizing: border-box;overflow:hidden;position:fixed; top:var(--header-top-height);  z-index: 9; }
.menuTab-wrap.active{top:auto; position:absolute; left:0; bottom:0;animation: workAni 1s 0.1s both;  background-color: rgba(255,255,255,1); border-bottom:1px solid #ddd;  }
/*
@keyframes workAni {
  0% {opacity: 0;transform: translateY(50px)}
  100% {opacity: 1;transform: translateY(0)}
}
*/

.menuTab-subwrap{position:absolute; left:0; bottom:0; width:100%; height:var(--menuTab-height);  padding:0px 5%; box-sizing: border-box;overflow:hidden; z-index: 9;}

/* tab */
.menuTab{width:100%;max-width:var(--area-width);margin:0 auto; height:var(--menuTab-height); padding:0px; position:relative; }
.menuTab .x-scroll{display:flex;justify-content: center; }
.menuTab ul{display:flex; justify-content: center; align-items: center;width:100%;height:100%;gap:0px; box-sizing: border-box; }
.menuTab ul.tabs {white-space: nowrap;}
.menuTab li{margin-right:60px;}
.menuTab li:last-child{margin-right:60px;}
.menuTab.one li:last-child{margin-right:0px;}
.menuTab.one li{margin-right:0px;}
.menuTab a{display:flex;align-items: center; justify-content: center;text-align:center;height:var(--menuTab-height);font-weight:400;font-size:16px;line-height:1;color:rgba(0, 0, 0, .5);border-width:0; border-style:solid;border-color:#fff;  padding:0 2px; border-radius:0px;box-sizing: border-box;}
.menuTab li.active a{font-weight:700;color:#333;border-width:0 0 2px 0; border-color:var(--concept-color); }
.menuTab li:hover a{font-weight:700;color:#333;border-width:0 0 2px 0;border-color:var(--concept-color);}

.menuTab-wrap.active .menuTab a{color:rgba(0, 0, 0, .6);border-color:var(--concept-color);}
.menuTab-wrap.active .menuTab li.active a{color:#333;}
.menuTab-wrap.active .menuTab li:hover a{color:#333;}

.submenuTab{width:100%;/* height:var(--menuTab-height);*/ padding:0px; margin:40px 0; box-sizing: border-box; } /*박스형 tab */
.submenuTab .x-scroll{display:flex; justify-content: center; }
.submenuTab ul{display:flex;justify-content:center;  align-items: center;box-sizing: border-box; margin:0 auto; }
.submenuTab ul.tabs {white-space: nowrap;}
.submenuTab ul > li{flex:1; height:50px;background:#fff; border-width:1px 0px 1px 1px; border-style:solid; border-color:#ddd; box-shadow: 10px 10px 16px 0px rgba(0, 0, 0, 0.07);}
.submenuTab ul > li:first-child{border-radius: 8px 0 0 8px;}
.submenuTab ul > li:last-child{border-radius: 0px 8px 8px 0;border-width:1px 1px 1px 1px; }
.submenuTab ul > li a{display:flex;align-items: center; justify-content: center;text-align:center;width:100%; height:100%; font-weight:500;font-size:16px;line-height:1.2;color:#777;padding:0 10px;  box-sizing: border-box; }
.submenuTab ul > li a br{display:none; }
.submenuTab ul > li.active{background:var(--point-color);border-color:var(--point-color);}
.submenuTab ul > li.active a{font-weight:700;color:#fff; }

.container {width:100%;margin:0; padding:70px 0;overflow: hidden; min-height:600px;}
.title{font-weight:700;font-size:40px;color:#000;line-height:1;letter-spacing:-0.01em;margin-bottom:40px;}
.title-wrap{margin-bottom:40px;}
.title-wrap > h2{margin-bottom:20px;}
.title-wrap .txt{font-weight:400;font-size:20px;color:#333;line-height:1.45;}

.imgArea-sub{display:flex;justify-content: center; width:100%; margin:40px 0;}
.imgArea-sub img{max-width:100%;}

/********************************************
	공통사용
********************************************/
.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-bgcolor);}  

.boardList .etc-blank{flex:0 0 0px;}
.boardList .stit_mo{position: relative;display:none;font-weight:300;font-size:12px;color:#888;line-height:1;letter-spacing:-0.02em;margin-right:5px; padding-right:7px; }
.boardList .stit_mo::after {background:#dfdfdf; right:0; top:1px; width:1px; height:10px;display: block; position: absolute; content: ""; z-index: 1;}

.boardList .tit-chkbox{flex:0 0 50px;}
.boardList .tit-no{flex:0 0 80px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-subject{flex:1;font-weight: 500;font-size:16px;color:#333;line-height:1; padding:0 10px;} 
.boardList .tit-name{flex:0 0 120px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-file{flex:0 0 80px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-hit{flex:0 0 80px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-date{flex:0 0 120px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}

.boardList .chkbox{flex:0 0 50px;text-align:center;}
.boardList .no{flex:0 0 80px;font-size:16px;color:#333;line-height:1.3; padding:0 5px;text-align:center;} 
.boardList .subject{flex:1;font-size:16px;color:#333;line-height:1.3; padding:0 10px;text-align:left;/* overflow: hidden; text-overflow: ellipsis; white-space: nowrap;*/ } 
.boardList .name{flex:0 0 120px;font-size:16px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .file{flex:0 0 80px;font-size:16px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .hit{flex:0 0 80px;font-size:16px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .date{flex:0 0 120px;font-size:16px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}

.boardList .nodata{flex:0 0 100%; padding:80px 0px;font-size:14px;color:#666;line-height:1;text-align:center;}

.file_box{display:flex;flex-direction: column;box-sizing: border-box;}
.file_box > a{display: inline-flex; width:fit-content; align-items: center; margin-top:15px;font-weight:400;font-size:14px;line-height:1;color:#333;}
.file_box > a:first-child{margin-top:0px;}

/* boardView */
.board-view {width:100%;margin:0px auto;overflow: hidden;}
.board-view .subjectBox{display:flex;width:100%;/*flex-wrap: wrap;*/align-items:center;padding:20px;border-top:1px solid #7d7d7d;border-bottom:1px solid #d9d9d9;box-sizing: border-box;}
.board-view .subjectBox .leftArea{flex:1; box-sizing: border-box;}
.board-view .subjectBox .rightArea{width:400px; display: inline-flex;justify-content:flex-end; align-items:center; gap:20px; box-sizing: border-box;}
.board-view .subject{font-weight:700;color:#333;font-size:21px;letter-spacing:-0.02em;line-height:1.4;}
.board-view .stit{font-weight:500;font-size:14px;line-height:1;color:var(--second-color); margin-right:5px;}
.board-view .name{font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .date{font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .hit{font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .file_box{padding:15px 20px; border-bottom:1px solid #dfdfdf;}

.board-view .content_box{display: inline-block; width:100%; padding:40px 20px; min-height:200px;box-sizing: border-box;}
.board-view .content_box .imgBox{display: inline-block; width:100%; margin-bottom:10px;}
.board-view .content_box img{max-width:100% !important;height:auto !important; margin-bottom:20px;}
.board-view .content_box table{max-width:100%; margin-top:10px;border-top:1px solid #333;}
.board-view .content_box table td{padding:12px 5px;vertical-align:middle;border-bottom:1px solid #dfdfdf;border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;word-wrap: break-word;word-break: keep-all;}
.board-view .content_box p{margin-bottom:20px;font-weight:400;font-size:16px;color:#666;line-height:1.45;}
.board-view .content_box p img{max-width:100% !important;height:auto !important; }

.board-view .btnBox{display:flex;width:100%;justify-content: space-between; align-items: center; padding:20px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;box-sizing: border-box;}
.board-view .btnBox .item1{flex:1;padding:0 10px;align-self: center;line-height:28px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board-view .btnBox .item2{width:80px;text-align:center;}
.board-view .btnBox .item3{flex:1;padding:0 10px;text-align:right;align-self: center;line-height:28px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board-view .btnBox .s-txt{font-weight: 400;font-size:15px;line-height:28px;color:#888;}

.board-btn-prev{display:inline-block;font-family: 'Pretendard';font-weight: 500;font-size:14px;color:#222;line-height:28px;margin-right:15px;text-align:center;border:0px solid #e5e5e5;}
.board-btn-next{display:inline-block;font-family: 'Pretendard';font-weight: 500;font-size:14px;color:#222;line-height:28px;margin-left:15px;text-align:center;border:0px solid #e5e5e5;}

.i_list{display:inline-block;width:25px;height:20px;background:url(/images/layout/ico_list.png) center center no-repeat;background-size:auto 20px;text-indent: -9999px;}
.i_file{display:inline-block;width:26px;height:26px; background:url(/images/layout/i_filedown_wh_s.png) 50% 40% no-repeat #000; border-radius:50%;text-indent: -9999px; margin-right:10px;  }
.i_file_down{display:inline-block;width:16px;height:16px; background:url(/images/layout/i_filedown.png) 50% 50% no-repeat;text-indent: -9999px; margin-left:5px;  }
/* .i_file{display:inline-block;width:15px;height:12px; background:url(/images/layout/i_filedown.png) 0 0 no-repeat;text-indent: -9999px; margin-right:10px;  } */
.i_new{display:inline-block;width:16px;height:16px;background:url(/images/layout/i_new.png) center center no-repeat;background-size:auto 16px;text-indent: -9999px;margin-right:5px;}
.i_secret{display:inline-block;width:12px;height:16px;background:url(/images/layout/ico_secret.png) center center no-repeat;background-size:auto 16px;text-indent: -9999px;margin-right:5px;}
.i_reply{display:inline-block;width:20px;height:15px;background:url(/images/layout/re.png) center center no-repeat;background-size:auto 15px;text-indent: -9999px;margin-right:5px;}

/* no--data */
.no--data{display: flex;justify-content: center;align-items:center;margin:0 auto;min-height:300px;}
.no--data.sm{min-height:150px;}
.no--data > span{background:url(/images/layout/no-data.png) 50% 0px no-repeat; padding:90px 0 0px; font-size:16px;color:#666;line-height:1;letter-spacing:-0.01rem;word-break: keep-all;font-weight:400;}

/* ...줄임표 옆 아이콘적용시 */
.subject--wrap {display:inline-flex; width: 100%; height: 100%;align-items: center;justify-content: space-between;}
.subject--wrap .b-subject {flex:1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size:20px;}
.subject--wrap .list--type {width:80px;margin-left:4px;text-align:right}
.sp--icon {display: inline-block;vertical-align: middle;border-radius:24px; padding:8px 12px 8px;font-weight:500;font-size:13px;line-height:1;}
/* ...줄임표 옆 아이콘적용시 END */

/* board End */

/* form */
.form_sty{width:100%;margin:20px 0px 40px;border-top:0px solid #666; box-sizing: border-box;}
.form_sty > ul{display: flex;align-items: center; width:100%;margin-top:0px;padding:10px 0px;}
.form_sty > ul > li.top{vertical-align:top;padding-top:10px;  align-self:flex-start;}
.form_sty > ul > li{padding:0 12px;min-height:40px; display:inline-flex;align-items: center; }
.form_sty .tit{flex:0 0 180px;  }
.form_sty .tit > *{position:relative;display: inline-block;font-weight:600;font-size: 16px;color: #333;line-height:1.2;letter-spacing:-0.02em;}
.form_sty .tit > *.required{padding-right:10px;}
.form_sty .tit > *.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}
.form_sty .tit.sm{flex:0 0 100px;  }
.form_sty .tit.lg{flex:0 0 240px;  }
.form_sty .cont{flex:1;font-size:14px;}

.form_sty.out{margin:0px;}
.form_sty.out > ul{ border-bottom:1px solid #ddd;  padding:15px 0px;}
.form_sty.out > ul:nth-of-type(2){ border-bottom:0px solid #ddd;  padding:15px 0px 0px; background:#fafafa;}
.form_sty.out > ul:nth-of-type(3){ background:#fafafa;}

.form_sty.pop{margin:0px;}
.form_sty.pop > ul > li{padding:0 0 0 10px;}
.form_sty.pop > ul > li:first-child{padding:0;}

.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 .sm{min-width:10px;text-align:center;font-weight:400;font-size:14px;color:#333;}
.input-w{flex: 1;}
.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:250px;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 dl dt {padding:13px 0 10px 0; font-weight: 300;font-size:14px;line-height:1.45;color:#333;}
.wr_box dl dd {font-weight: 300;font-size:14px;line-height:1.45;color:#333;}
.agree_txt{font-weight: 300;font-size:12px;line-height:1.45;color:#333;	padding:10px 0 0 0;margin-bottom:40px;  }

.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.center th{text-align:center;padding:10px; }
  .table-scroll-auto.center td{text-align:center;padding:10px; }

  .table-scroll-auto.btable table {min-width:100%;table-layout: fixed; border-bottom:1px solid #dfdfdf;}
  .table-scroll-auto.btable th{background:#f9f9f9; text-align:left;padding:8px 5px;line-height:1;border-left:0;font-size:13px;}
  .table-scroll-auto.btable td{text-align:left;padding:5px;line-height:1.3;border:0;font-size:13px;}

  .table-scroll-auto th.bg-3, .table-scroll-auto td.bg-3{background:#fff;}
  .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:#fcfcf6;}
  
  .table-scroll-auto .rborder{border-right:1px solid #dfdfdf;}

  .table-scroll-auto td p{margin-top:5px;}
  .table-scroll-auto td p:first-child{margin-top:0px;}

  /* table--scroll 좌우사용 END */

.pre-wrap{width:100%;white-space: pre-wrap;margin-bottom:40px;  }

  /** faq list **/
.list_faq {border-top:1px solid #949494;background: #fff;margin-bottom:10px;}
.list_faq .item_faq {border-bottom:1px solid #dfdfdf;}
.item_faq.on .area_question:after {top:20px;border: 2px solid var(--concept-color);border-top: none;border-right: none; transform: rotate(135deg);}
.list_faq .area_question,
.list_faq .area_answer {position:relative;}
.list_faq .txt_q,
.list_faq .txt_a {position:absolute; text-align:center;}
.list_faq .desc_question, .list_faq .tit_answer,
.list_faq .desc_answer {padding:0 5px;}

.list_faq .area_question {padding:15px 30px 15px 35px; cursor:pointer;}
.list_faq .area_question:after {position:absolute; top:15px; right:15px; width:12px; height:12px;border: 2px solid #888;border-top: none;border-right: none; transform: rotate(-45deg); content:''; -webkit-transition: -webkit-transform .65s ease; transition: transform .65s ease;}
.list_faq .txt_q {display:inline-flex;justify-content: center;align-items: center; top:15px; left:5px;width:24px; height:24px; background-color:var(--concept-color); border-radius:50%;font-weight:700;font-size:15px; line-height:1; color:#fff;}
.list_faq .desc_question {font-weight:500;color: #333;font-size: 17px;line-height:1.45;letter-spacing:0em;word-wrap: break-word;word-break: keep-all;}
.list_faq .category {display: inline-block;width:100%;font-weight:500;color:var(--concept-color);font-size:15px;line-height:1;letter-spacing:-0.02em;margin-bottom:5px;}

.list_faq .area_answer {display:none; padding:20px 20px 20px 35px; border-top:1px solid #dfdfdf; background-color:#f9f9f9;}
.list_faq .txt_a {display:inline-flex;justify-content: center;align-items: center;top:15px; left:5px; width:24px; height:24px; background-color:#55575a; border-radius:50%;font-weight:700;font-size:14px; line-height:1; color:#fff;}
.list_faq .tit_answer {font-weight:600;color: #333;font-size:16px;line-height:1.5;letter-spacing:0em;word-wrap: break-word;word-break: keep-all;margin-bottom:20px; }
.list_faq .desc_answer {font-weight:400;color: #555;font-size:16px;line-height:1.5;letter-spacing:0em;word-wrap: break-word;word-break: keep-all;}
.item_faq.nodata {padding:100px 20px; text-align:center; font-size:16px;}

.in-title{width: fit-content;font-weight:700;font-size:24px;color:var(--point-color);letter-spacing:-0.01em;line-height:1.3; }
.in-title.line{color:#000;line-height:0.6;padding: 0 2px; border-bottom:6px solid;border-color: rgba(31, 81, 162, .8);  }
.in-title.underline{color:#000; text-decoration: underline;text-decoration-color: rgba(31, 81, 162, .8) !important; -webkit-text-decoration-color: rgba(31, 81, 162, .8) !important;text-decoration-thickness:4px !important;text-underline-offset:4px !important; border:0;line-height:1.3; }

/* text */
.tit-xlg{font-weight:700;font-size:40px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-lg{font-weight:700;font-size:30px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-md{font-weight:700;font-size:24px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-sm{font-weight:700;font-size:18px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-s{font-weight:700;font-size:16px;color:#000;line-height:1.3;letter-spacing:0;}

.txt-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:22px;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:-0.02em;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:-0.02em;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:-0.02em;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; }

.round-tab{width:100%; margin:0px auto 25px; box-sizing: border-box;}
.round-tab ul{display:flex;justify-content:center; flex-wrap: wrap; width:100%;margin:0px auto;}
.round-tab ul li{}
.round-tab ul li a{display:inline-flex;align-items: center; justify-content: center;text-align:center; height:40px; background:#fff; border:1px solid #ddd; box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.05); font-weight:500;font-size:16px;line-height:1.2;color:#777;padding:0 40px; border-radius: 24px; box-sizing: border-box; min-width:150px; }
.round-tab ul li.active a{background:var(--concept-color);border-color:var(--concept-color);font-weight:700;color:#fff;}
.round-tab ul li.active a:hover{background:var(--concept-color);border-color:var(--concept-color);}
.round-tab.two ul li a{min-width:200px; }

/* tab */
.line-tab{width:100%; margin:0px auto; box-sizing: border-box;}
.line-tab .x-scroll{display:flex; justify-content: center; }
.line-tab ul{display:flex;justify-content:center;align-items: center;  flex-wrap: wrap; gap:15px; /* flex-wrap: wrap; gap:15px; */  width:100%;margin:0px auto;box-sizing: border-box; }
.line-tab ul.tabs {white-space: nowrap;}
/* .line-tab ul li{margin-right:20px;}
.line-tab ul li:last-child{margin-right:40px;} */
.line-tab ul li a{display:inline-flex;align-items: center; justify-content: center;text-align:center; height:26px; font-weight:400;font-size:16px;line-height:1;color:rgba(0, 0, 0, .6);border-width:0; border-style:solid;border-color:#fff;padding:0 15px;box-sizing: border-box; }
.line-tab ul li.active a{font-weight:700;color:#333;border-width:0 0 1px 0; border-color:var(--point-color);}
.line-tab ul li.active a:hover{font-weight:700;color:#333;border-width:0 0 1px 0; border-color:var(--point-color);}

.sub-contents{display:block; width:100%; margin:50px auto; min-height:400px; padding:0 40px;box-sizing: border-box; }
.sub-contents .tit--round{margin-bottom:30px;}
.sub-contents p{font-weight:300;font-size:16px;color:#444;line-height:1.55;letter-spacing:0.01em;  margin-top:20px;}
.sub-contents p:first-child{margin-top:0px;}
.sub-contents > section{margin-bottom:40px;}

.box-gray{width:100%; border:1px solid #ddd; background:#f9f9f9; padding:25px;box-sizing: border-box; margin:10px 0; }
.box-gray.type1 > p{margin-top:8px;}
.box-gray.type1 > p:first-child{margin-top:0px;}

.box-gray.type2{}
.box-gray.type2 > section{margin-bottom:30px;}
.box-gray.type2 h3{font-weight:600;font-size:16px;color:#333;line-height:1.45;letter-spacing:0.01em;  margin-bottom:10px;}
.box-gray.type2 > p{margin-top:8px;}
.box-gray.type2 > p:first-child{margin-top:0px;}
.box-gray .txt1{display: inline-block; width:100%; font-weight:300;font-size:16px;color:#444;line-height:1.45;letter-spacing:0.01em; padding-left:15px;box-sizing: border-box;margin-top:5px;}


.i_pdf{display: inline-block; min-height:26px;padding-left:36px;background:url(/images/layout/i-pdf.png) left center no-repeat;background-size: auto 26px; line-height: 26px; }

/* 인사말 */
.info-wrap{width:100%; max-width:1200px; margin:60px auto;}
.info-wrap ul{display:flex;align-items: center; gap:0;}
.info-wrap li:nth-child(2){flex:0 0 500px; text-align: right;}
.info-wrap li{flex:1; box-sizing: border-box;}
.info-wrap img{max-width:100%; }
.info-wrap p{margin-bottom:40px;}
.info-wrap .tit-xlg{font-family: 'YESMyoungjo-Bold'; }

.greeting_bg { width: 100%; height:320px; overflow: hidden; position: relative; /* padding-top:26%; */ margin-bottom:60px; }
.greeting_bg .maxwrap {width: 100%;height: 100%; position: absolute; top: 0px;left: 0; z-index: -1}
.greeting_bg .maxwrap .bg_max {display:flex;justify-content: center; flex-direction: column; gap:0; width: 100%; height: 100%; background:url(/images/sub/greeting-img.png) 50% 50% no-repeat;background-size: auto 100%;animation: blurs 1s; padding:0 8%; box-sizing: border-box; }
.greeting_bg .maxwrap .bg_tit{font-family: 'YESMyoungjo-Bold'; font-size:40px;color:#fff;line-height:1.2;text-transform: uppercase; }
.greeting_bg .maxwrap .bg_txt{font-weight:400;font-size:24px;color:#fff;line-height:1.5;margin-top:10px; }
@keyframes blurs {
  0% {
      filter: blur(15px);
      transform: scale(1.2)
  }

  100% {
      filter: blur(0);
      transform: scale(1)
  }
}

.introduce{width:100%;padding:0 7%; box-sizing: border-box; }
.introduce > ul{display:flex; gap:0px;}
.introduce > ul > li{flex:1;box-sizing: border-box;  }
.introduce > ul > li:first-child{flex:0 0 500px; }
.introduce .tit{font-weight:700;font-size:30px;color:#000;line-height:1.45; }
.introduce .txt{font-weight:400;font-size:18px;color:#333;line-height:1.45; }
.introduce p{margin-top:20px; }
.introduce p:first-child{margin-top:0px; }
.introduce .name{display:flex;align-items: center;justify-content: flex-end; gap:10px; font-weight:400;font-size:18px;color:#333;line-height:1.45; margin-top:60px; }
.introduce .name > span{font-weight:600;letter-spacing:0.05em; }
.introduce .name > span img{height:80px;}

.page-no{width:100%; margin:120px auto; background:url(/images/sub/logo-gray.png) 50% 0% no-repeat;background-size:auto 108px; padding-top:140px; text-align: center; font-weight:400;font-size:18px;color:#333;line-height:1.45; }
.page-no > span{font-weight:600; }

.organization{display:flex;align-items: center; flex-direction: column; width:100%; max-width:1000px;  margin:0px auto;  padding:40px 0 80px;}
.organization .imgArea{width:100%; text-align: center; margin-bottom:20px;}
.organization .imgArea img{width:100%;}
.organization .imgArea img[usemap] {border: none;height: auto;max-width: 100%;width: auto;}
.organization p{ margin-top:10px; }

  /* 오시는 길 */
  .mapArea{width:100%;}
  .mapArea iframe{width:100%; height:500px;}
  .map-content{display:flex;width:100%;}  
  .map-contacts {display:block;width:100%;padding:0px;margin:30px auto 60px;font-size:0;box-sizing: border-box;}
  .map-contacts ul{display: inline-block;width:100%; margin-bottom:15px;}
  .map-contacts .c_title{display: inline-block;width:150px;text-align:left;font-weight:700; font-size:16px;color:#333;line-height:1.4;}
  .map-contacts .c_content{display: inline-block;width:calc(100% - 150px);text-align:left;font-weight:400;color:#333;font-size:16px;line-height:1.4;}
  .map-contacts .c_btn{display: inline-block;width:100%;text-align:left;}  
  .root_daum_roughmap{z-index: 1 !important; }
  .pan_roughmap{z-index: 2 !important; position:absolute;left:0; top:0; width:90%; height:90%; background: transparent; }

  .map-btn{display:flex; justify-content: flex-end;}
  .map-btn > *{display: inline-flex;align-items: center;justify-content: center; min-width:160px; padding:0 20px; height:45px; font-weight:500;color:#fff;font-size:16px;line-height:1.2;  }
  .map-btn a.naver{background:var(--concept-color); color:#fff; }
  .map-btn a.kakao{background:#fbe300;color:#3b1e1e;  }

/* login */
  .login-logo{width:100%;text-align:center;min-height:45px;background:url(/images/layout/logo.png) 50% 0% no-repeat;background-size:auto 45px; margin-bottom:40px; /*text-indent: -9999px;*/}

  .login-box{display: block; width:100%; max-width:550px; background:#fff; margin:30px auto;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; }

  .tab-contents{display:block; width:100%; margin:0px auto 40px;}

  .login-tab{width:100%; max-width:550px;margin:0px auto 15px;}
  .login-tab ul{display:flex;}
  .login-tab li{flex:1;}
  .login-tab li a{display:inline-flex;justify-content:center; align-items: center; width:100%; height:45px; border:1px solid #ddd;background:#fff; font-weight: 400; font-size:16px;color:#666;line-height:1;  }
  .login-tab li.active a{border:1px solid var(--concept-color);background:var(--concept-color); color:#fff; }

  .id-box{width:100%; max-width:550px; background:#fff; margin:0px auto;padding:40px;border:1px solid #ddd;box-sizing: border-box;  }
  .id-box .txt{position:relative;font-weight:300;font-size:14px;line-height:1.45; border-bottom:1px solid #ddd; padding-left:15px;  padding-bottom:10px; margin-bottom:15px; box-sizing: border-box;  }
  .id-box .txt::before{position:absolute;content: '※';left:0;top:2px; font-size:12px;color:inherit;font-family: 'NotoSansKR'; }
  .id-box .select_sty{min-width:80px;}
  .id-box .btn-type.btn{padding:0 15px;}
  .id-box .desc{ margin-top:10px; background:#fafafa; border:1px solid #ddd;padding:15px;box-sizing: border-box; }

  .agreement_tabs{width:100%;margin:0px auto;}
  .agreement_tabs > ul {width:100%; max-width: 640px; margin: 0px auto;display: flex;justify-content: space-between;background: url(/images/layout/agree-step.png) center 30px no-repeat; background-size:70% auto;}
  .agreement_tabs > ul li { width:33.3333%; display: inline-flex;flex-direction: column;align-items: center; text-align: center; padding-top: 0px; letter-spacing: -0.05em; }
  /* .agreement_tabs > ul li.current{ color: #2a6ec1; font-weight:700; background: url(/images/layout/agree_step_active.png) center top no-repeat; } */
  .agreement_tabs .txt {color: #888; font-size: 18px;font-weight:500; margin-top:15px; }
  .agreement_tabs .icon {display: inline-flex;justify-content:center; align-items: center; width:80px; height:80px;background:#fff; border-radius: 50%; border:1px solid #ddd;}
  .agreement_tabs .icon img{ height:35px;opacity: .4;  }
  .agreement_tabs > ul li.current .icon{border:1px solid #666;background:#fafafa;}
  .agreement_tabs > ul li.current .icon img{opacity: 1;}
  .agreement_tabs > ul li.current .txt{ color: #000; font-weight:700;  }

  .agreement_chk{ margin:40px 0; border:1px solid #ddd; padding:40px;box-sizing: border-box; }
  .agreement_chk .terms__check__all{width:100%; /* background:#ebf4ef; */ border-bottom:1px solid #999; padding:10px 0px;box-sizing: border-box; margin-bottom:10px;}
  .agreement_chk .terms__check__all label{font-weight: 700;}
  .agreement_chk .agreeBox{width:100%; padding:10px 0px;box-sizing: border-box;}
  .agreement_chk .agreeBox > div{margin-top:15px;display:flex; align-items: center; flex-wrap: wrap;  }
  .agreement_chk .agreeBox > div:first-child{margin-top:0px;}
  .agreement_chk .desc{font-weight: 400;font-size:14px;line-height:1.2;color:#666; border-top:1px solid #ddd; padding-top:15px; margin-top:15px; box-sizing: border-box;}
  .agreement_chk .viewBtn{display:inline-flex;align-items: center;  padding-left:10px; margin-top:0px; box-sizing: border-box;}
  .agreement_chk .viewBtn > a{position: relative;font-weight: 400;font-size:14px;line-height:1.2;color:#888;}
  .agreement_chk .viewBtn > a::after { content: ' ';position: absolute;bottom:0; left:0;width:100%; height: 1px;background:#888;}

  .register_titleArea{display:flex; align-items: center; gap:10px; margin-bottom:20px; }
  .form_box{ margin:30px 0; border:1px solid #ddd; padding:50px;box-sizing: border-box; }
  .form_box .register_titleArea{border-bottom:1px solid #666; padding-bottom:10px;}
  .form_box .form_sty{margin:0px 0px 40px;}
  .form_box.m-ok{text-align: center; }

  .input__check{margin-bottom:30px;}
  .register_ok{margin:50px 0;background: url(/images/layout/register-ok.png) 50% 0 no-repeat; background-size:auto 80px; padding-top:120px; }
  .register_ok > p{margin-top:10px; }
  .member_out{margin:50px 0;background: url(/images/layout/out-img.png) 50% 0 no-repeat; background-size:auto 80px; padding-top:120px; }








  

  
