/* ========== 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}
.btn-more a:before {background-color: #777}
@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}
.wrapper-inner {padding-top: 55px}
@media (min-width:992px){
	.wrapper-inner {padding-top: 80px}
}

/* ========== Header ========== */
.header {position: absolute;top: 0;left: 0;width: 100%;z-index: 999}
.header.header-fixed {position: fixed;transition:.3s}
.header .header-inner {display: flex;flex-wrap: wrap}
.header-fixed.scroll-down {top: -200px}
.header-fixed.scroll-up {top: 0;box-shadow:0 0 8px rgba(0,0,0,.15)}
@media (max-width:991px){
	.header {background-color: #fff}
}
@media (min-width:992px){
	.header {padding: 0 2rem}
}

/* header logo */
.header-logo {position: relative;margin: 10px 0}
.header-logo a {display: block}
.header-logo a img {display: block;height: 55px;width:auto}
@media (min-width:992px){
	.header-logo {margin: 12px 0}
	.header-logo a img {height: 55px}
}

/* 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: 27px;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: 11px}
	.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: 11px;color: #999;border: 0 none !important;border-bottom: 2px solid #0277bd !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: #0277bd;background: transparent;border: 0 none}
	.gnb-wrap .gnb .mobile-box .search-box .button input {position: absolute;top: 0;right: 0;padding: 0;font-size: 11px;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: #0277bd;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: 11px;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: #0277bd;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: 11px;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: #0277bd;background: transparent}
}

/* gnb - pc */
@media (min-width:992px){
	/* gnb-on */
	.gnb-bg.header-fixed.scroll-down,
	.gnb-overlay-bg.header-fixed.scroll-down {top: -200px}
	.gnb-bg.header-fixed.scroll-up,
	.gnb-overlay-bg.header-fixed.scroll-up {top: 0}
	.gnb-overlay-bg {z-index:25;opacity:0;visibility:hidden;position: fixed;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);transition:.3s}
	.gnb-overlay-bg.on {opacity:1;visibility:visible}
	.gnb-bg {z-index:30;opacity:1;position: absolute;top: 0;left: 0;width: 100%;;background-repeat: no-repeat;background-size:150px;background-position: 100px 130px;background-color: #fff;transition: 0.3s}
	.gnb-bg.header-fixed {position: fixed}
	.gnb-bg.off {height:80px !important}
	.gnb-bg:after {content:"";display: block;z-index:1;position: absolute;top: 0px;left: 0;width: 100%;height: 80px;background-color:#fff;box-shadow:0 0 8px rgba(0,0,0,.3)}
	.gnb-bg.off:after {box-shadow:0 0 0 #fff}
	
	.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;padding: 0}
	.gnb-wrap .gnb .gnb-nav > li.depth-off {height:80px !important}
	.gnb-wrap .gnb .gnb-nav > li > a {display: block;z-index:11;position: relative;padding: 0 20px;line-height: 80px;font-size: 17px;font-weight: 600;color: #333}
	.gnb-wrap .gnb .gnb-nav > li > a::after {display: none}
	.gnb-wrap .gnb .gnb-nav > li > .gnb-dep-2 {position: relative;height: 0;transition:.3s}
	.gnb-wrap .gnb .gnb-nav > li:hover > .gnb-dep-2 {height: 100%}
	.gnb-wrap .gnb .gnb-nav > li > .gnb-dep-2:after {content:"";position: absolute;top: -1px;left: 50%;transform:translateX(-50%);width: 0;height: 3px;background-color: #0277bd;transition:.3s}
	.gnb-wrap .gnb .gnb-nav > li:hover > .gnb-dep-2:after {width: 110%}
	.gnb-wrap .gnb .gnb-nav > li > .gnb-dep-2.dep-off {height:0 !important}
	.gnb-wrap .gnb .gnb-nav > li > ul {display: block;z-index:10;top:80px;left: 50%;transform:translateX(-50%);opacity: 0;visibility: hidden;width: 145px;min-width:inherit;padding: 35px 10px;text-align:center;background-color:transparent;border: 0 none;transition: all 0.25s ease;transition-delay:0s}
	.gnb-wrap .gnb .gnb-nav.on > li > ul {opacity: 1;visibility: visible;transition: all 0.15s ease;transition-delay:.1s}
	.gnb-wrap .gnb .gnb-nav > li > ul > li {position: relative}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a {padding: 7px 0;font-size: 15px;font-weight: 500;background: transparent}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a:hover,
	.gnb-wrap .gnb .gnb-nav > li > ul > li.active > a {color: #12274a;font-weight: 700;background: transparent}
	.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;position: relative;top: inherit;left: inherit;min-width: 100%;padding: 0 10px 5px;text-align: center;border: 0 none;background: transparent;box-shadow: 0 0 0 #fff}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a {padding: 3px 0 0;font-size: 13px;background: transparent}
	.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: transparent;font-weight: 700;color: #12274a}
}
@media (min-width:1200px){
	.gnb-bg {background-size:200px}
	.gnb-wrap .gnb .gnb-nav > li > a {padding: 0 30px;font-size: 19px}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a {font-size: 17px}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a {font-size: 15px}
}

/* 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;width: 25px;height: 25px;line-height: 25px;text-align: center;transition: .3s ease-out}
.top-bar .top-bar-list li img {width: 24px}
.top-bar .top-bar-list li.btn-live-mov a {background-color: #0277bd}
.top-bar .top-bar-list li.btn-live-mov a:hover {background-color: #004c8c}
.top-bar .top-bar-list li a span {display: none}
@media (min-width:992px){
	.top-bar {margin-left: 20px}
	.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: 19px}
	.top-bar .top-bar-list li img {width: 21px;opacity: .8;transition: .3s}
	.top-bar .top-bar-list li a:hover img {opacity: 1}
}
@media (min-width:1200px){
	.top-bar {margin-left: 20px}
}

/*---------- 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 {padding: 30px 0}

.footer-top {margin-bottom: 20px}
.footer-top .footer-logo {position: relative;margin-bottom: 20px}
.footer-top .footer-logo a img {height:46px;width:auto}

.footer-top .footer-menu {display: flex;flex-wrap:wrap}
.footer-top .footer-menu li {position:relative;margin-right: 20px}
.footer-top .footer-menu li a {display: block;line-height: 20px;font-size: 13px;font-weight:500;color: #707070;transition:.3s}
.footer-top .footer-menu li a:hover {color: #333}
.footer-top .footer-menu li:after {content:"";position: absolute;right: -10px;top: 50%;width: 1px;height: 12px;margin-top:-6px;background-color:#ddd}
.footer-top .footer-menu li:last-child:after {display: none}

.footer-btm {padding: 20px;background-color: #f5f5f5;border-radius:20px}
.footer-btm .footer-info {position: relative}
.footer-btm .footer-info address {margin-bottom: 10px;font-size: 13px;color:#707070}
.footer-btm .footer-info address a {opacity: .8;color: #707070;transition: .3s}
.footer-btm .footer-info address a:hover {color: #333}
.footer-btm .copyright {margin-top: 15px;font-size: 13px;color: #707070}

@media (min-width:992px){
	.footer {padding: 30px 0}
	.footer-top,
	.footer-btm {display: flex;flex-wrap:wrap;justify-content:space-between}
	.footer-btm {padding: 30px}
	.footer-top {margin-bottom: 30px}
	.footer-top .footer-logo {margin: 0 20px 0 0}
	.footer-top .footer-logo a img {height:46px}
	.footer-top .footer-menu {justify-content:flex-end;align-items:end}
	.footer-top .footer-menu li a,
	.footer-btm .footer-info address,
	.footer-btm .footer-info address a,
	.footer-btm .copyright {font-size: 15px}
	.footer-btm .footer-info {width: 60%}
	.footer-btm .footer-family-site {width: 250px}
	.footer-btm .copyright {width: 100%}
}

/* 페이지 로더 */
.page-loader {position: fixed;top: 0;left: 0;z-index: 9999;width: 100%;height: 100%;background: transparent}
.page-loader .logo-loader {display: none;position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%)}
.page-loader .logo-loader img {height:60px}
.page-loader.main-page-loader {background:#fff}
.page-loader.main-page-loader .logo-loader {display: block}

/*---------- 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;margin: 30px 0}
.page-title-image {position:relative;width:100%;height:320px;background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:20px}
.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:39px;font-weight: 700;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 {margin: 10px 0}
	.page-title-image {height: 220px;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}