/* ========== 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:#0277bd}
.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: #007aff}
/* 버튼 스타일 */
.btn-more a {display: inline-block;position: relative;overflow: hidden;padding: 0 50px 0 25px;line-height: 40px;font-size: 15px;font-weight: 500;color: #333;border-radius:20px}
.btn-more a:before {content: "";z-index: -1;position: absolute;top: 0;left: calc(-200% + 40px);width: 200%;height: 40px;background-color: #f2f2f2;border-radius: 20px;transition: 0.7s linear}
.btn-more a:after {content: "\f30b";position: absolute;top: 0;right: 14px;font-family:'Font Awesome\ 5 Free';font-weight: 900}
.btn-more.btn-more-white a {color:#fff}
@media(min-width:992px) {
    .btn-more a:hover:before {left: calc(100% - 40px)}
}
.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}

/* 마우스 따라다니는 커서 */
@media (min-width:992px){
	#cursor {z-index:9;position: absolute;width: 20px;height: 20px;border:2px solid #0f99eb;border-radius: 50%;box-shadow:2px 3px 7px rgba(0,0,0,.35);pointer-events: none; /* 커서가 클릭을 방해하지 않도록 함 */transform: translate(-50%, -50%);transition: transform 0.1s ease-out}
}

/* ========== 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}

/* ========== Header ========== */
.header {z-index:99;position: absolute;top: 0;left: 0;width: 100%;padding: 20px}
.header .header-inner {position: relative;width: 100%;z-index: 999;padding-left: 20px;background-color: #fff;border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,.3)}
#header-fixed.header-fixed-trans  {position: fixed}
.header .header-inner {display: flex;flex-wrap: wrap}
@media (min-width:992px){
	.header .header-inner {justify-content: space-between}
}
@media (max-width:991px){
	.header {padding:10px}
}

/* header logo */
.header-logo {display: flex;align-items:center}
.header-logo a {display: block;position: relative}
.header-logo a img {display: block;height: 16px;width:auto;transition: .3s}
.header-logo a span {font-size: 20px}
@media (min-width:992px){
	.header-logo {padding-right: 30px}
	.header-logo a img {display: block;height: 20px}
}

/* 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 #1b1b1b !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: #1b1b1b;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: #1b1b1b;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 > 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: #1b1b1b;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: #1b1b1b;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: translateX(-50%);width: 0;height: 1px;background-color: #333;transition: .3s linear}
	.gnb-wrap .gnb .gnb-nav > li:hover::before, 
	.gnb-wrap .gnb .gnb-nav > li.active::before {opacity: 1;width: 60px}
	.gnb-wrap .gnb .gnb-nav > li > a {display: block;position: relative;padding: 0 15px;line-height: 80px;font-size: 17px;font-weight: 500;color: #333}
	.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 25px;margin: 0 0 0 -100px;background-color: #000000;border: 0 none;box-shadow: 0 3px 3px rgb(0 0 0 / 15%);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;transform: translateY(20px);transition: all 0.25s ease
	}
	.gnb-wrap .gnb .gnb-nav > li:hover > ul {opacity: 1;visibility: visible;transform: translateY(0)}
	.gnb-wrap .gnb .gnb-nav > li > ul > li {position: relative}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a {padding: 10px 0;font-size: 15px;color: #ddd;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: #fff;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: inherit;opacity: 0;visibility:hidden;top: 0;left:110%;padding: 10px 15px;background-color: #333;border:0 none;box-shadow: 0 0 5px rgba(0,0,0,.3);transition: .3s;}
	.gnb-wrap .gnb .gnb-nav > li > ul > li:hover > ul {opacity: 1;visibility: visible;left: 100%}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li {padding: 5px 0}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a {font-size: 13px;color: #ddd;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: #fff}
}
@media (min-width:1200px){
	.gnb-wrap .gnb .gnb-nav > li > a {padding: 0 30px}
}

/* top bar */
.top-bar {position: relative}
.top-bar:before {content:"";position: absolute;top: 0;left: 0;width: 10px;height: 100%;border-top-right-radius: 4px;border-bottom-right-radius: 4px;background-color: #fff;box-shadow:5px 0px 3px rgba(0,0,0,.35)}
.top-bar .top-bar-list {display: flex;flex-wrap: wrap;align-items:center;height: 80px;gap:5px;padding: 0 20px;background: #2A7B9B;
background: linear-gradient(90deg, #1895b8 0%, #000851 100%);border-top-right-radius: 4px;border-bottom-right-radius: 4px}
.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: #1b1b1b}
.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 {height: 50px;padding: 0 15px}
	.top-bar .top-bar-list li img {width: 20px}
}
@media (min-width:992px){
	.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: 11px;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: 11px;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: 19px;line-height: 30px}
	.contents-modal .input-button input[type="text"] {height: 50px;font-size: 15px}
	.contents-modal .input-button .button {font-size: 19px}
	.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-top {position: relative;padding: 100px 0;border-bottom:1px solid rgba(255,255,255,.2)}
.footer-top .footer-logo {position: relative;text-align: center}
.footer-top .footer-logo a img {height:40px;width:auto}
.footer-top .footer-logo a span {font-size: 35px;font-weight: 700;color: #fff}

.footer-btm {position: relative;padding: 40px 0}
.footer-btm .footer-info {position: relative}
.footer-btm .footer-info address {margin-bottom: 10px;font-size: 15px;color:#ccc}
.footer-btm .footer-info address a {opacity: .8;color: #ccc;transition: .3s}
.footer-btm .footer-info address a:hover {color: #fff}
.footer-btm .copyright {margin-top: 20px;font-size: 13px;font-weight: 600;color: #ccc}
@media (min-width:992px){
	.footer-btm {display: flex;flex-wrap:wrap;justify-content: space-between}
	.footer-btm .footer-info {text-align: right}
}
@media (max-width:991px){
	.footer-top {padding: 80px 0}
	.footer-top .footer-logo a img {height:30px}
	.footer-btm .footer-info {margin-top: 20px}
	.footer-btm .footer-info {position: relative}
	.footer-btm .footer-info address {font-size: 13px;text-align: center}
	.footer-btm .copyright {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:#0277bd} 

/* ========== page Title ========== */
/* page title */
.page-title {position:relative}
.page-title-image {position:relative;width:100%;height:520px;background-repeat:no-repeat;background-size:cover;background-position:center}
.page-title-caption {position:absolute;top: 50%;left:0;width:100%;text-align: center}
.page-title-caption h2 {position:relative;margin-bottom: 15px;line-height: 1em;font-size:39px;font-weight: 700;color:#fff}
.page-title-caption ul {display: flex;justify-content:center;margin-bottom: 0}
.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 {bottom: 40px}
	.page-title-caption h2 {margin-bottom: 10px;font-size: 26px}
	.page-title-caption ul li {padding: 5px}
}

/* side layout */
.side-contents {display: none}
.side-contents h2 {margin-bottom: 20px;font-size: 35px;font-weight: 700;color:#0277bd}
.side-contents .side-nav > li {position: relative}
.side-contents .side-nav > li > a {display: block;padding: 12px 15px;font-size: 15px;border-top:3px solid #0277bd}
.side-contents .side-nav > li.active > a {font-weight: 500;color:#0277bd}
.side-contents .side-nav .sidebar-nav-item.submenu:after {display: inline-block;position: absolute;top: 17px;right: 10px;font-family:'Font Awesome\ 5 Free';content:"\f078";font-weight: 900;color:#919ea1}
.side-contents .side-nav > li > ul > li > a {display: block;padding: 10px 15px;font-size: 13px;border-top:1px solid #919ea1}
.side-contents .side-nav > li > ul > li.active > a {font-weight: 500;color:#0277bd}
.side-contents .side-nav > li > ul > li > ul {padding-left: 20px;margin-bottom: 20px}
.side-contents .side-nav > li > ul > li > ul > li > a {font-size: 11px}
.side-contents .side-nav > li > ul > li > ul > li.active > a {font-weight: 500;color:#0277bd}
@media (min-width:992px){
	.side-contents {display: block;padding-right: 50px}
}
/* sticky scroll */
@media (max-width:991px){
	.sticky-box {top: inherit !important;height: inherit !important}
}
@media (min-width:992px){
	.sticky-box {position: relative;top: 0}
}

/* basic body */
.sub-basic-body {padding: 45px 0}
@media (min-width:992px){
	.sub-basic-body {padding: 65px 0}
}

/*---------- 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}
}

/* gallery 게시판 목록 라운드 처리 */
.board-gallery .gallery-item-in {border-radius:20px}