/* ========== 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:767px){
	.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: absolute;top: 20px;left: 0;width: 100%;z-index: 999;padding: 0 20px;transition: .3s}
.header-inner {transition:all .3s linear}
.header.header-fixed-trans .header-inner, .header .header-inner:hover {background:#fff;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}
@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:15px}
}

/* header logo */
.header-logo {
    display: flex;
    align-items: center; /* ? 위아래 중앙 정렬 */
}

.header-logo a {
    display: block;
    position: relative;
}

.header-logo a img {
    display: block;
    height: 40px;
    width: auto;
    transition: .3s;
}

.header-logo a img.logo-drk {
    opacity: 0;
}

.header-logo a img.logo-wht {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.header.header-fixed-trans .header-logo a img.logo-wht,
.header:hover .header-logo a img.logo-wht {
    opacity: 0;
}

.header.header-fixed-trans .header-logo a img.logo-drk,
.header:hover .header-logo a img.logo-drk {
    opacity: 1;
}

/* ? 데스크탑 로고 크기 조정 */
@media (min-width: 992px) {
    .header-logo a img {
        height: 60px;
    }
}

/* 다국어 버튼 */
.language-switch {
    display: flex;
    gap: 10px; /* ? 언어 버튼 간격 */
    margin-left: 30px; /* ? 로고와 다국어 버튼 사이 여백 */
    align-items: center; /* ? 위아래 중앙 정렬 */
    height: 60px; /* ? 로고 높이와 맞춤 */
}

/* 현재 선택된 언어 (Bold + 크기 조정) */
.language-switch .active-lang {
    font-weight: bold;
    font-size: 21px;
}

/* 일반 텍스트 크기 조정 */
.language-switch a {
    font-size: 21px;
}

/* ? 모바일에서는 간격 줄이기 */
@media (max-width: 991px) {
    .language-switch {
        margin-left: 10px; /* ? 모바일에서 간격 축소 */
        height: 50px; /* ? 모바일에서 높이 조정 */
    }
}

/* 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;font-size: 17px}
	.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: 20px;font-weight: 700;color:#333}
	.gnb-wrap .gnb .gnb-nav > li > a:after {display: none}
	.gnb-wrap .gnb .gnb-nav > li.active > a {color: #333;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: 15px;color:#b20404}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a:hover {background: transparent}
	.gnb-wrap .gnb .gnb-nav > li > ul > li.active > a {color: #1e88e5;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;margin-left: auto}
	.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: #1e88e5;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: 23px;font-weight: 500;color: #fff}
	.header.header-fixed-trans .gnb-wrap .gnb .gnb-nav > li > a, 
	.header:hover .gnb-wrap .gnb .gnb-nav > li > a {color:#777}
	.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: #a30518;border: 0 none;box-shadow: 0 3px 3px rgb(0 0 0 / 35%);-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: 19px;color: #fff;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: #f3f00b;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 {margin-left: auto}
.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)}
.header.header-fixed-trans .top-bar .top-bar-list li img.icon-drk, 
.header:hover .top-bar .top-bar-list li img.icon-drk {opacity:1}
.header.header-fixed-trans .top-bar .top-bar-list li img.icon-wht, 
.header:hover .top-bar .top-bar-list li img.icon-wht {opacity:0}
.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 .top-bar-list {margin: 15px 0}
}
@media (min-width:992px){
	.top-bar {margin-left: 25px}
	.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;padding:70px 0;background-color:#172242;color:#fff}
.footer .container {position:relative}
.footer-top {display:flex;padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-top .footer-logo {margin-right:30px}
.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:60px}
.footer-top .footer-info {padding:10px 0;margin:0}
.footer-top .footer-info address,
.footer-top .footer-info span {margin:0 15px 0 0;line-height:25px;color:#fff}
.footer-top .footer-info span a {color:#fff}
.footer-top .footer-info span a:hover {color:#fff}
.footer-bottom {display:flex;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:#fff}
.footer-bottom .footer-menu li a:hover {color:#fff}
.footer-bottom .copyright {width:50%;font-size:13px;text-align:right;color:#fff}
.footer a {color:#fff}
.footer a:hover {color:#fff}

@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-top .footer-info {font-size: 13px}
	.footer-bottom {flex-direction:column}
	.footer-bottom .footer-menu, .footer-bottom .copyright {width:100%}
	.footer-bottom .footer-menu {justify-content:center}
	.footer-bottom .copyright {margin-top:5px;text-align:center}
}

/*---------- 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: #005cb2}
.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:400px;background-repeat:no-repeat;background-size:cover;background-position:center}
.page-title-caption {position:absolute;top:50%;left:0;transform:translateY(-30%);width:100%;text-align: center}
.page-title-caption h2 {position:relative;margin-bottom: 15px;line-height: 1em;font-size:38px;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: 250px;background-size:cover !important}
	.page-title-caption {top:inheit;bottom: 0;transform:translateY(0%)}
	.page-title-caption h2 {margin-bottom: 10px;font-size: 30px}
	.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: 18px}
.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;font-size: 18px}
.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: 70px;padding-bottom: 70px}
.section-m-tb {margin-top: 20px;margin-bottom: 20px}
@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: 40px;margin-bottom: 40px}
	.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}
}

/*---------- 팝업 크기 크게 ----------*/
#modal_hd_pop .modal-dialog{position:relative;max-width:none!important;width:850px!important;}
#modal_hd_pop .hd-pops-content{position:relative;}
#modal_hd_pop .hd-pops-list img{width:100%!important;height:auto!important;}

/*---------- 슬라이드 화살표 (상단 + 크게 + 강조) ----------*/
#modal_hd_pop .slick-prev,
#modal_hd_pop .slick-next{
  top:-40px!important;
  width:56px!important;
  height:56px!important;
  background:#e53935!important; /* 강조색 */
  border-radius:50%!important;
  z-index:50!important;
  transform:none!important;
  box-shadow:0 6px 18px rgba(0,0,0,.35);
}

/* 위치 */
#modal_hd_pop .slick-prev{right:76px!important;}
#modal_hd_pop .slick-next{right:5px!important;}

/* 아이콘 */
#modal_hd_pop .slick-prev:before,
#modal_hd_pop .slick-next:before{
  font-size:24px!important;
  color:#fff!important;
  opacity:1!important;
}

/* 호버 효과 */
#modal_hd_pop .slick-prev:hover,
#modal_hd_pop .slick-next:hover{
  background:#000!important;
}

/* 점(dot) 위치 */
#modal_hd_pop .slick-dots{bottom:-40px!important;}

/*---------- 모바일 ----------*/
@media (max-width:540px){
  #modal_hd_pop .modal-dialog{width:calc(100vw - 10px)!important;}
  #modal_hd_pop .slick-prev,
  #modal_hd_pop .slick-next{
    top:-50px!important;
    width:46px!important;
    height:46px!important;
  }
  #modal_hd_pop .slick-prev{right:70px!important;}
  #modal_hd_pop .slick-next{right:10px!important;}
}





/*---------- 화살표 크기 조정 ----------*/
#modal_hd_pop .slick-prev, 
#modal_hd_pop .slick-next {
    width:40px !important; /* 화살표 너비 */
    height:40px !important; /* 화살표 높이 */
    font-size:24px !important; /* 화살표 아이콘 크기 */
}

#modal_hd_pop .slick-prev:before, 
#modal_hd_pop .slick-next:before {
    font-size:24px !important; /* 화살표 아이콘 크기 */
}

/*---------- 점 크기 조정 ----------*/
#modal_hd_pop .slick-dots li button {
    width:12px !important; /* 점 너비 */
    height:12px !important; /* 점 높이 */
    background-color:#333 !important; /* 점 색상 */
    border-radius:50% !important; /* 둥글게 */
}

#modal_hd_pop .slick-dots li.slick-active button {
    background-color:#ff4500 !important; /* 활성화된 점 색상 */
}

/*---------- 모바일에서 화살표 및 점 크기 변경 ----------*/
@media (max-width:540px) {
  /* 모바일에서 화살표 크기 조정 */
  #modal_hd_pop .slick-prev, 
  #modal_hd_pop .slick-next {
      width:60px !important; /* 모바일 화살표 너비 */
      height:60px !important; /* 모바일 화살표 높이 */
      font-size:40px !important; /* 모바일 화살표 아이콘 크기 */
  }

  /* 모바일에서 점 크기 조정 */
  #modal_hd_pop .slick-dots li button {
      width:10px !important; /* 모바일 점 너비 */
      height:10px !important; /* 모바일 점 높이 */
  }
}
