/* ========== base ========== */
html {scroll-behavior: smooth}
body {position: relative;margin: 0;font-size: 15px;background-color: #fff}
body.modal-open {padding: 0 !important}
p, li {word-break: keep-all}
ul {margin-bottom: 0}
strong {font-weight: 700}
a:hover {color:#1e88e5}
.transition-03 {-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;-ms-transition: all 0.3s linear;transition: all 0.3s linear}
/* 컬러 */
.color-primary {color: #1e88e5}
.color-primary-dark {color: #005cb2}
.color-primary-light {color: #6ab7ff}
/* 버튼 스타일 */
.btn-more a {position:relative;z-index:1;display:inline-block;overflow:hidden;padding:8px 25px;color:#333;border-width:0 2px 2px 2px;border-style:solid;border-color:#333}
.btn-more a:before, .btn-more a:after {content:"";position:absolute;top:0;height:2px;background:#333}
.btn-more a:before {left:0;width:7%}
.btn-more a:after {right:0;width:83%;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease}
.btn-more a:hover:after {width:100%}
.btn-more.btn-wht a {border-color:#fff;color:#fff}
.btn-more.btn-wht a:before, .btn-more.btn-wht a:after {background:#fff}
@media (max-width:991px){
	.btn-more a {padding:5px 20px;font-size:11px}
}

.offcanvas-backdrop {z-index: 1003}
/* 편집 버튼 */
.btn-edit-admin {position:fixed;top:230px;right:-1px;width:130px;padding:5px 10px;background:rgba(255, 255, 255, 0.9);box-shadow:0 0 1px rgba(0,0,0,.7);z-index:1100}

/* ========== wrapper ========== */
#hd-h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.to-content a {z-index:1000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
.wrapper {position: relative;overflow: hidden}
.wrapper-inner.box-layout {max-width: 1320px;margin: 0 auto}

/* ========== Header ========== */
.header {position: relative;width: 100%;z-index: 999;padding: 0 20px;background:#fff;transition: .3s}
.header-inner {max-width:1320px;margin:0 auto}
.header.header-fixed-trans {box-shadow:0 1px 5px rgba(0,0,0,.3)}
.header .header-inner {display: flex;flex-wrap: wrap}
#header-fixed.header-fixed-trans {position: fixed;top: 0;left: 0}
#header-fixed-space.header-fixed-trans {height: 80px}
@media (min-width:992px){
	.header {padding: 0 2rem}
	.header .header-inner {justify-content: space-between;padding:0 30px}
}
@media (max-width:991px){
	.header {padding:0}
}
@media (max-width:991px){
	.header {top:0}
	.header-inner {padding:8px 15px}
	#header-fixed-space.header-fixed-trans {height: 71px}
}

/* header logo */
.header-logo {display: flex;align-items:center}
.header-logo a {display: block;position: relative}
.header-logo a img {display: block;height: 60px;width:auto;transition: .3s}
@media (min-width:992px){
	.header-logo {padding-right: 30px;border-right:1px solid #eee}
	.header-logo a img {height: 65px;margin:5px 0;}
}

/* nav-bar */
.gnb-wrap .gnb .gnb-nav {padding: 0;list-style: none}
/* gnb - mobile */
@media (max-width:991px){
	.gnb-bg, .gnb-overlay-bg {display: none}
	.gnb-wrap .gnb {position: fixed;top: 0;right: -100%;z-index: 9999;overflow-y: auto;-webkit-overflow-scrolling: touch;width: 85%;height: 100vh;background-color: #fff;box-shadow: 1px 3px 6px rgb(0 0 0 / 32%);transition: .3s ease-out}
	.gnb-wrap .gnb.act {right: 0}
	.gnb-wrap .gnb .mobile-box {padding: 20px 30px 10px}
	.gnb-wrap .gnb .mobile-box .mobile-nav-trigger {position: absolute;top: 15px;right: 20px}
	.gnb-wrap .gnb .mobile-box .mobile-nav-trigger a {display: block;width: 30px;height: 30px;line-height: 30px;font-size: 20px;text-align: center}
	.gnb-wrap .gnb .mobile-box .mobile-nav-trigger img {width: 24px}
	.gnb-wrap .gnb .mobile-box .login-box ul {display: flex;flex-wrap: wrap;padding: 0 30px 10px 0;list-style: none}
	.gnb-wrap .gnb .mobile-box .login-box ul li {margin-right: 20px}
	.gnb-wrap .gnb .mobile-box .login-box ul li:last-child {margin-right: 0}
	.gnb-wrap .gnb .mobile-box .login-box ul li a {display: block;position: relative;font-size: 12px}
	.gnb-wrap .gnb .mobile-box .login-box ul li a:after {content: "";display: block;position: absolute;top: 50%;right: -10px;width: 1px;height: 10px;margin-top: -5px;background-color: #eee}
	.gnb-wrap .gnb .mobile-box .login-box ul li:last-child a:after {display: none}

	.gnb-wrap .gnb .mobile-box .search-box input[type="text"] {width: 100%;height: 45px;padding: 6px;font-size: 12px;color: #999;border: 0 none !important;border-bottom: 2px solid #1e88e5 !important}
	.gnb-wrap .gnb .mobile-box .search-box .button {position: absolute;right: 1px;top: 0;padding: 0 5px;height: 45px;line-height: 45px;font-size: 15px;color: #1e88e5;background: transparent;border: 0 none}
	.gnb-wrap .gnb .mobile-box .search-box .button input {position: absolute;top: 0;right: 0;padding: 0;font-size: 12px;line-height: 40px;opacity: 0;cursor: pointer}
	.gnb-wrap .gnb .mobile-box .search-box .button img {width: 20px;vertical-align: sub}

	.gnb-wrap .gnb .gnb-nav {padding: 0 30px}
	.gnb-wrap .gnb .gnb-nav > li:last-child {border-bottom: 0 none}
	.gnb-wrap .gnb .gnb-nav > li > a {display: block;padding: 8px 0;font-size: 15px;font-weight: 700;color: #333}
	.gnb-wrap .gnb .gnb-nav > li > a:after {display: none}
	.gnb-wrap .gnb .gnb-nav > li.active > a {color: #1e88e5;background: transparent}
	.gnb-wrap .gnb .gnb-nav > li > .cate-dropdown-open {position: absolute;top: 1px;right: 0;width: 30px;height: 38px;line-height: 38px;margin: 0;padding: 0;text-align: center;border: 0 none;z-index: 9}
	.gnb-wrap .gnb .gnb-nav > li > .cate-dropdown-open:before {content: "";display: block;width: 100%;height: 100%;background-image: url("../image/icons/add-line.png");background-repeat: no-repeat;background-position: center}
	.gnb-wrap .gnb .gnb-nav > li > .gnb-dep-2 {display: none}
	.gnb-wrap .gnb .gnb-nav > li > ul {float: none;position: relative !important;transform: translate(0,0) !important;width: 100%;margin: 0;padding: 0;border: 0 none;box-shadow: none;background-color: #eee}
	.gnb-wrap .gnb .gnb-nav > li > ul > li {border-bottom: 1px solid #fff}
	.gnb-wrap .gnb .gnb-nav > li > ul > li:last-child {border-bottom: 0 none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a {padding: 10px 20px;font-size: 12px;color: #333}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a:hover {background: transparent}
	.gnb-wrap .gnb .gnb-nav > li > ul > li.active > a {color: #111111;background: transparent}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul {display: block !important;float: none;position: relative;width: 100%;padding: 0 20px 10px;margin: 0;border: 0 none;box-shadow: none;background: transparent}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a {position: relative;padding: 3px 10px 3px 15px;font-size: 12px;color: #333}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a:after {content: "";display: block;position: absolute;top: 50%;left: 2px;transform:translateY(-50%);width: 7px;height: 7px;border-left: 1px solid #919ea1;border-bottom: 1px solid #919ea1}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a:hover, .gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li.active > a {color: #1e88e5;background: transparent}
}

/* gnb - pc */
@media (min-width:992px){
	.gnb-wrap {display: flex;flex-wrap: wrap}
	.gnb-wrap .mobile-box {display: none}
	.gnb-wrap .gnb {width:auto}
	.gnb-wrap .gnb .gnb-nav {display: flex;flex-wrap: wrap}
	.gnb-wrap .gnb .gnb-nav > li {position: relative}
	.gnb-wrap .gnb .gnb-nav > li::before {content: "";display: block;opacity: 0;position: absolute;bottom: 20px;left: 50%;transform: translateY(-50%);width: 2px;height: 10px;margin-left: -1px;background-color: #d4bc9f;transition: .3s linear}
	.gnb-wrap .gnb .gnb-nav > li:hover::before, 
	.gnb-wrap .gnb .gnb-nav > li.active::before {opacity: 1;bottom: 0px}
	.gnb-wrap .gnb .gnb-nav > li > a {display: block;position: relative;padding: 0 15px;line-height: 80px;font-size: 17px;font-weight: 500}
	.gnb-wrap .gnb .gnb-nav > li > a::after {display: none}
	.gnb-wrap .gnb .gnb-nav > li > ul {display: block;left: 50%;opacity: 0;visibility: hidden;min-width: 200px;padding: 15px 30px;margin: 0 0 0 -100px;background-color: #fff;border: 0 none;box-shadow: 0 3px 3px rgb(0 0 0 / 15%);-webkit-transform: translateY(20px);-moz-transform: translateY(20px);-o-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);-webkit-transition: all 0.25s ease;-moz-transition: all 0.25s ease;-o-transition: all 0.25s ease;-ms-transition: all 0.25s ease;transition: all 0.25s ease
	}
	.gnb-wrap .gnb .gnb-nav > li:hover > ul {opacity: 1;visibility: visible;-webkit-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0)}
	.gnb-wrap .gnb .gnb-nav > li > ul > li {position: relative}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a {padding: 6px 0;font-size: 15px;color: #333;font-weight: 500;background: none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li:last-child > a {border: 0 none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a:hover,
	.gnb-wrap .gnb .gnb-nav > li > ul > li.active > a {color: #1e88e5;background: none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a .sub-caret {position: absolute;right: 10px;top: 50%;transform: translateY(-50%);color: #999}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul {display: block !important;float:none;position: relative;top: inherit;left: inherit;min-width: 100%;padding: 0 0 5px 7px;margin-bottom: 5px;border: 0 none;border-left: 1px solid #eee;background: none;box-shadow: 0 0 0 #fff}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a {padding: 5px 0 0;font-size: 13px;color: #333;background: none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li:last-child > a {border-bottom: 0 none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a:hover,
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li.active > a {background: none;color: #1e88e5}
}
@media (min-width:1200px){
	.gnb-wrap .gnb .gnb-nav > li > a {padding: 0 30px}
}

/* top bar */
.top-bar .top-bar-list {display: flex;flex-wrap: wrap;margin-top: 15px}
.top-bar .top-bar-list li {margin-left: 3px}
.top-bar .top-bar-list li a, .top-bar .top-bar-list li span {display: block;position: relative;width: 25px;height: 25px;line-height: 25px;text-align: center;transition: .3s ease-out}
.top-bar .top-bar-list li img {width: 24px;transition: .3s}
.top-bar .top-bar-list li img.icon-drk {opacity:0}
.top-bar .top-bar-list li img.icon-wht {opacity:1;position: absolute;top: 50%;left: 50%;transform:translate(-50%,-8px)}
.top-bar .top-bar-list li.btn-live-mov a {background-color: #1e88e5}
.top-bar .top-bar-list li.btn-live-mov a:hover {background-color: #005cb2}
.top-bar .top-bar-list li a span {display: none}
@media (max-width:991px){
	.top-bar {margin-left: auto}
	.top-bar .top-bar-list {margin: 15px 0}
}
@media (min-width:992px){
	.top-bar {padding-left: 30px;border-left:1px solid #eee}
	.top-bar .top-bar-list {margin-top: 25px}
	.top-bar .top-bar-list li.mobile-nav-trigger {display: none}
	.top-bar .top-bar-list li a, .top-bar .top-bar-list li span {width: 30px;height: 30px;line-height: 30px}
	.top-bar .top-bar-list li a {font-size: 16px}
	.top-bar .top-bar-list li img {width: 21px;opacity: .8;transition: .3s}
	.top-bar .top-bar-list li a:hover img {opacity: 1}
}

/*---------- Modal ----------*/
.contents-modal .modal-box .modal-content {position: relative;padding: 15px;background-color: #eee;box-shadow: 0 0 0 #fff}
.contents-modal .modal-box .modal-content h4 {position: relative;margin: 0 0 20px;font-size: 15px;text-align: center;color: #333}
/* --- 검색 모달 --- */
/* 입력창 */
.contents-modal .input-button {position: relative}
.contents-modal .input-button input[type="text"] {width: 100%;padding: 6px 12px;font-size: 12px;color: #999;background-color: #fff;border: 0 none !important;border-bottom: 1px solid #f6f6f6 !important;border-radius: 5px}
.contents-modal .input-button .button {position: absolute;right: 0;top: 0;padding: 0 10px;height: 38px;line-height: 38px;background: transparent;border: 0 none}
.contents-modal .input-button .button input {position: absolute;top: 0;right: 0;padding: 0;opacity: 0;cursor: pointer}
.contents-modal .input-button .button img {max-width: 20px;vertical-align: sub}
/* bottom */
.contents-modal .modal-box .contnets-bottom {margin-top: 20px;text-align: center}
.contents-modal .modal-box .contnets-bottom button {border: 0 none;position: relative;display: inline-block;overflow: hidden;padding: 5px 20px;letter-spacing: 2px;font-size: 12px;color: #333;background: transparent;border-width: 1px;border-style: solid;border-color: #333;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease
}
.contents-modal .modal-box .contnets-bottom button span {position: relative;z-index: 1}
.contents-modal .modal-box .contnets-bottom button:hover {color: #fff;background-color: #333}
@media(max-width:767px) {
	.contents-modal .modal-box {width: 300px}
    .contents-modal .modal-box .modal-content {padding: 10px}
    .contents-modal .modal-box .modal-content h4 {margin-bottom: 10px;font-size: 16px;line-height: 30px}
    .contents-modal .input-button input[type="text"] {height: 50px;font-size: 15px}
    .contents-modal .input-button .button {font-size: 16px}
    .contents-modal .modal-box .contnets-bottom {margin-top: 20px}
}
/* --- 멤버 모달 --- */
.contents-modal .modal-box .member-list {display: flex;justify-content: center}
.contents-modal .modal-box .member-list li {margin: 0 10px;text-align: center}
.contents-modal .modal-box .member-list li a {display: block;width: 70px;padding: 12px 0;background-color: #fff;border-radius: 5px;transition: .3s}
.contents-modal .modal-box .member-list li a:hover {box-shadow: 3px 3px 7px rgba(0,0,0,.2)}
.contents-modal .modal-box .member-list li a img {display: block;width: 20px;margin: 0 auto;opacity: .85;transition: 0.3s}
.contents-modal .modal-box .member-list li a span {font-size: .75rem;color: #333
}
.contents-modal .modal-box .member-list li a:hover img {opacity: 1}
@media(max-width:767px) {
	.contents-modal .modal-box .member-list li a {width: 70px}
}

/* ========== footer ========== */
.footer {position:relative}
.footer .container {position: relative}
.footer-top {display:flex;position: relative;padding:30px 0 50px}
.footer-top .footer-logo {margin-bottom:10px}
.footer-top .footer-logo a {display:block}
.footer-top .footer-logo a span {display:block;line-height:60px;font-size:40px;color:#fff}
.footer-top .footer-logo a img {display:block;max-height:70px}
.footer-top .footer-info {padding:10px 0;margin:0}
.footer-top .footer-info address,
.footer-top .footer-info span {margin:0 15px 0 0;font-size:17px;line-height:25px;color:#eee}
.footer-top .footer-info span a {color:#ccc}
.footer-top .footer-info span a:hover {color:#fff}
.footer-bottom {position: relative;padding: 50px 0 20px}
.footer-bottom .footer-contact {position: absolute;left: 50%;top: -40px;transform:translateX(-50%);width: 100%}
.footer-bottom .footer-contact a {display: flex;flex-wrap:wrap;align-items:center;padding:30px 20px;background-color: #333;color: #fff}
.footer-bottom .footer-contact a:before {content:"";display:block;position:absolute;top:50%;right:40px;width:20px;height:20px;margin-top:-10px;border-right:1px solid #fff;border-top:1px solid #fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.footer-bottom .footer-contact h5 {margin-right: 15px;line-height: 1em;font-size: 17px;font-weight: 400}
.footer-bottom .footer-contact address {margin-bottom: 0;font-size: 13px}
.footer-bottom .footer-bottom-inner {display:flex;flex-wrap:wrap;justify-content:space-between}
.footer-bottom .footer-menu {display: flex;flex-wrap:wrap;width:50%}
.footer-bottom .footer-menu li + li {margin-left: 8px}
.footer-bottom .footer-menu li a {font-size: 13px;color:#909090}
.footer-bottom .footer-menu li a:hover {color:#333}
.footer-bottom .copyright {width:50%;font-size: 13px;text-align:right;color:#909090}
@media (max-width:767px){
	.footer {padding: 30px 0;/*text-align:center*/}
	.footer-top {flex-direction:column;padding-bottom:0;margin-bottom:10px}
	/*.footer-top .footer-logo {margin:0}*
	.footer-top .footer-logo a img {margin: 0 auto}*/
	.footer-bottom {flex-direction:column}
	.footer-bottom .footer-menu, .footer-bottom .copyright {width:100%}
	.footer-bottom .footer-menu {justify-content:center;width: 100%}
	.footer-bottom .copyright {width: 100%;margin-top:5px;text-align:center}
}
@media (min-width:992px){
	.footer-top {padding:100px 0}
	.footer-bottom {padding: 80px 0 25px}
	.footer-bottom .footer-contact {top: -70px}
	.footer-bottom .footer-contact a {padding: 50px 30px;transition:.3s}
	.footer-bottom .footer-contact a:hover {background-color: #1b1b1b} 
	.footer-bottom .footer-contact h5 {margin-right: 25px;font-size: 20px}
	.footer-bottom .footer-contact address {font-size: 15px}
}

/*---------- Eb BackToTop ----------*/ 
.eb-backtotop {position:fixed;right:15px;bottom:15px;height:46px;width:46px;cursor:pointer;display:block;-webkit-border-radius:50% !important;-moz-border-radius:50% !important;border-radius:50% !important;box-shadow:inset 0 0 0 2px rgba(255,255,255,0.15);background:#fff;z-index:1003;opacity:0;visibility:hidden;transform:translateY(15px);-webkit-transition:all 0.2s linear;transition:all 0.2s linear} 
.eb-backtotop.active-progress {opacity:1;visibility:visible;transform:translateY(0)} 
.eb-backtotop:after {position:absolute;content:"\f106";font-family:'Font Awesome\ 5 Free';font-weight:900;text-align:center;font-size:16px;color:#757575;left:0;top:0;height:46px;width:46px;line-height:28px;cursor:pointer;display:block;z-index:1;-webkit-transition:all 0.2s linear;transition:all 0.2s linear} 
.eb-backtotop:hover:after {color:#cc2300} 
.eb-backtotop svg path {fill:none} 
.eb-backtotop svg.backtotop-progress path {stroke:#b5b5b5;stroke-width:4;box-sizing:border-box;-webkit-transition:all 0.2s linear;transition:all 0.2s linear} 
.eb-backtotop .progress-count {display:block;position:absolute;bottom:8px;left:0;right:0;font-size:11px;text-align:center;color:#a5a5a5} 
.eb-backtotop {box-shadow:inset 0 0 0 2px rgba(0,0,0,0.15)} 
.eb-backtotop:after {color:#2b2b2e} 
.eb-backtotop svg.backtotop-progress path {stroke:#1e88e5} 

/* ========== page Title % sub-menu ========== */
/* page title */
.page-title {position:relative;margin-bottom: 30px;background-color: #555}
.page-title:after {content:"";opacity:0;transform:translateY(20px);position: absolute;bottom: 0;left: 50%;width: 2px;height: 30%;margin-left: -1px;background-color: #fff;transition:.8s}
.animation.page-title:after {opacity:1;transition-delay:.5s;transform:translateY(0)}
.page-title-image {position:relative;width:100%;height:300px;background-repeat:no-repeat;background-size:cover;background-position:center}
.page-title-caption {position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;text-align: center}
.page-title-caption h2 {position:relative;margin-bottom: 15px;line-height: 1em;font-size:34px;color:#fff}
.page-title-caption ul {display: flex;justify-content:center}
.page-title-caption ul li {display: block;padding: 15px;font-size:13px;color:#fff;border-bottom:1px solid rgba(255,255,255,.5)}
.page-title-caption ul li a {color:#ccc}
.page-title-caption ul li a:hover {color:#fff}
.page-title-caption ul li.active {font-weight: 600;border-color:#fff}
@media(max-width:991px) {
	.page-title-image {height: 200px;background-size:cover !important}
	.page-title-caption h2 {margin-bottom: 10px;font-size: 26px}
	.page-title-caption ul li {padding: 5px}
}
/* sub-menu */
.sub-menu {position: relative;border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;border-right: 1px solid #ddd;background-color: #f6f6f6}
.sub-menu-inner {display: flex;position: relative;padding-left: 45px}
.sub-menu-inner .sub-home-link a {display: block;position: relative;width: 45px;height: 45px;line-height: 45px;padding: 0 10px;background-color: #333;transition:.5s}
.sub-menu-inner .sub-home-link a:hover {background-color: #1b1b1b}
.sub-menu-inner .sub-menu-title {flex:0 0 auto;position: relative;padding: 0 20px;cursor: pointer;background-color: #fff}
.sub-menu-inner .sub-menu-title:before {content: "";display: block;position: absolute;top: 0;right: 0;width: 1px;height: 100%;background-color: #ddd}
.sub-menu-inner .sub-menu-title h2 {position:relative;margin: 0;height: 45px;line-height: 45px;font-size: 15px}
.sub-menu-inner .sub-menu-title h2:before {content: "";display: block;position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 20px;height: 20px;background-color:#ddd;border-radius:50%}
.sub-menu-inner .sub-menu-title h2:after {content: "";display: block;position: absolute;top: 50%;right: 7px;transform: translateY(-50%) rotate(45deg);width: 5px;height: 5px;border-bottom: 1px solid #333;border-right: 1px solid #333}
.sub-menu-inner .list-sub-menu {display: none;position: absolute;top: 100%;left: 0;z-index: 1;width: 100%;padding:5px 0;border: 1px solid #ddd;background-color: #fff}
.sub-menu-inner .list-sub-menu li {margin: 0}
.sub-menu-inner .list-sub-menu li a {display: block;padding: 9px 20px}
.sub-menu-inner .list-sub-menu li a:hover {color: #1e88e5}
.sub-menu-inner .list-sub-menu li.active a {font-weight:700}
@media(max-width:991px) {
	.sub-menu .container {padding:0}
    .sub-menu-inner .sub-home-link {position: absolute;top: 0;left: 0}
    .sub-menu-inner .sub-menu-title {width:50%}
}
@media(min-width:992px) {
	.sub-menu-inner {padding-left: 0}
    .sub-menu-inner .sub-home-link a {width: 70px;height: 70px;line-height: 70px;padding: 0 20px}
	.sub-menu-inner .sub-menu-title {min-width: 250px}
	.sub-menu-inner .sub-menu-title.sub-menu-title-first {z-index:2}
	.sub-menu-inner .sub-menu-title.sub-menu-title-second {margin-left: -1px;z-index:1}
	.sub-menu-inner .sub-menu-title:before {right: 0}
    .sub-menu-inner .sub-menu-title h2 {height: 70px;line-height: 70px}
	.sub-menu-inner .list-sub-menu {padding:7px 0}
	.sub-menu-inner .list-sub-menu li a {padding: 12px 20px}
}

/* basic body */
.sub-basic-body {padding: 45px 0}
.basic-body-title {position: relative;margin-bottom: 40px;font-size: 28px;text-align: center;font-weight: 700}
.basic-body-title:after {content:"";display: block;position: absolute;bottom: -20px;left: 50%;width: 10px;height: 10px;margin-left: -5px;background-color: #1e88e5;border-radius:50%}
@media (min-width:992px){
	.sub-basic-body {padding: 65px 0}
	.basic-body-title {margin-bottom: 80px;font-size: 34px}
}

/* ========== index ========== */
.main-scrollspy {z-index:1;position: fixed;top: 50%;right: 0;transform:translateY(-50%);padding-left:20px;background-color:rgba(255,255,255,.75);border-top-left-radius:10px;border-bottom-left-radius:10px}
.main-scrollspy .main-scrollspy-nav li {margin:20px 0}
.main-scrollspy .main-scrollspy-nav li a {display: block;position: relative;opacity:.85;padding-right:80px;font-size:12px;color:#999;transition:.3s}
.main-scrollspy .main-scrollspy-nav li a.active {opacity:1;color:#333}
.main-scrollspy .main-scrollspy-nav li a:before,
.main-scrollspy .main-scrollspy-nav li a:after {content:"";position: absolute;top:50%;transform:translateY(-50%);transition:.3s}
.main-scrollspy .main-scrollspy-nav li a:before {right:0;width:0px;height: 1px;background-color: #333}
.main-scrollspy .main-scrollspy-nav li a.active:before {width: 60px}
.main-scrollspy .main-scrollspy-nav li a:after {right:60px;width: 3px;height: 3px;background-color: #999;border-radius:50%}
.main-scrollspy .main-scrollspy-nav li a.active:after {right:55px;width: 13px;height: 13px;background-color:#fff;border:5px solid #333}
@media (max-width:991px){
	.main-scrollspy {display: none}
}

.section {position: relative;z-index:1;background-color: #fff}
.section-z-2 {z-index:2}
.section-p-tb {padding-top: 50px;padding-bottom: 50px}
.section-m-tb {margin-top: 50px;margin-bottom: 50px}
@media (min-width: 992px){
	.section-relat {position: relative;overflow:hidden;height: 100vh}
	.section-absol {position: absolute;top: 0;left: 0;width: 100%;height: 100%}
	.section-p-tb {padding-top: 115px;padding-bottom: 115px}
	.section-p-tb.section-last {padding-bottom:115px}
	.section-m-tb {margin-top: 100px;margin-bottom: 100px}
	.section-lg-p-lr {padding-left:30px;padding-right: 30px}
}
/* 페이지 로더 */
.page-loader {position: fixed;top: 0;left: 0;z-index: 9999;width: 100%;height: 100%;background: #fff}
.page-loader .logo-loader {position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%)}
.page-loader .logo-loader img {height:40px}
.page-loader.sub-page-loader {background:transparent}
.page-loader.sub-page-loader .logo-loader {display: none}

/* 편집모드 오버레이 */
.adm-edit-btn {z-index:10}
.overlay-area {display: flex;align-items:center;justify-content:center;z-index:1;position:absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;padding: 30px;font-size: 20px;color:#fff}
.overlay-master {background-color: rgba(255,0,0,.7)}
.overlay-item {background-color: rgba(0,0,255,.7)}

/*---------- Counsel Btn ----------
.counsel-btn {display:block;position:fixed;bottom:70px;right:15px;width:45px;height:45px;line-height:45px;text-align:center;background:#3f4678;font-size:1.125rem;color:#fff !important;border:0;border-radius:50%;z-index:1000}
@media (max-width:991px) {
	.counsel-btn {bottom:15px;right:70px}
}*/