/*---------- font ----------*/
body, h1, h2, h3, h4, h5, h6 {font-family:'Nanum Gothic', sans-serif}

/*---------- common ----------*/
.clear-after:after {content:"";display:block;clear:both}
p, li {font-size:14px;word-break:keep-all;color:#707070}
ul {margin-bottom:0}

/*---------- Wrapper & Basic Layout & Boxed Layout ----------*/
.wrapper {background:#fff}
.wide-layout .basic-body-main {padding:0}
.basic-body.sub-basic-body {padding:15px 0;min-height:600px !important;}
@media (min-width:1280px){
    .wrapper-inner.box-layout {width:1200px;margin:0 auto;box-shadow:0 0 3px rgba(0,0,0,0.4)}
}
@media (min-width:768px){
    .basic-body.sub-basic-body {padding:40px 0 80px}
}
@media (min-width:992px){
    .wrapper-inner {padding-top:80px}
}
@media (max-width:991px){
    .wrapper-inner {padding-top:60px}
}

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

/*---------- Header ----------*/
.header {position:absolute;width:100%;top:0;left:0;z-index:999;background:#fff;box-shadow:0 0 3px rgba(0,0,0,0.3)}
.header#header-fixed{position:fixed}
.header-inner:after {content:"";display:block;clear:both}
.header-left {float:left;width:50%}
.header-right {float:right;width:20%}
/* 로고 */
.header-logo {margin:20px 0 10px 0;}
.header-logo span {display:block;line-height:30px;font-size:25px;font-weight:bold;color:#fff}
.header-logo img {display:block;max-height:45px;width:auto}
.mobile-nav-trigger {display:block}
.mobile-nav-trigger a {color:#fff;line-height:60px;font-size:24px}
/* 툴바 */
.tool-bar {display:flex;justify-content:right}
.btn-tool a {display:block;line-height:80px;padding-right:15px;color:#555;font-size:15px}
.btn-tool a:hover {color:#4892C6}
/* 멤버 */
.tool-member {position:relative;min-width:20px}
.btn-tool-member {display:block;line-height:80px;padding:0 10px;color:#555;border-left:1px solid #fff;border-right:1px solid #fff;font-weight:100}
.tool-member:hover .btn-tool-member {color:#4892C6}
.tool-member ul {position:absolute;top:100%;padding:0;width:90px;background:rgba(0,0,0,.9);display:none;z-index:5}
.tool-member ul li a {display:block;padding:10px 15px;color:#eee;font-size:11px;border-top:1px solid #303030}
.tool-member ul li a:hover {color:#4892C6}
.tool-member:hover ul, .tool-member:focus ul {display:block}
/* 검색 */
.search-box {position:absolute;top:100%;left:0;width:100%;padding:30px;background:rgba(27, 62, 90, 0.9);border-bottom:3px solid #5A91C1;display:none}
.search-box .eyoom-form .input {width:100%;padding-right:40px;border-bottom:1px solid #fff}
.search-box .eyoom-form .input input {background:none;color:#fff;border:0 none !important;padding-left:5px;width:100%;height:35px;padding:0 10px;font-size:20px}
.search-box .eyoom-form .input input:focus {box-shadow:0 none;border:0 none}
.search-box .input .button {background:none;color:#fff;font-size:20px;border-left:0;font-weight:100;height:35px;padding:0 5px}
@media (max-width:991px){
    .header-logo {margin:20px 0}
    .header-logo span {line-height:20px;font-size:20px;font-weight:bold}
    .header-logo img {max-height:26px}
    .header-right {float:right;width:20%}
    .mobile-nav-title {padding:15px;margin:0;color:#4892C6;background:#163044;font-size:18px;font-weight:300}
    .btn-site-map {display:none}
    .btn-tool a, .btn-tool-member {line-height:60px}
    .search-box {padding:15px 0}
    .search-box .eyoom-form .input {box-sizing:border-box}
    .search-box .eyoom-form .input input, .search-box .input .button {height:30px;font-size:14px}
    .tool-member ul {position:absolute;top:100%;right:0px;padding:0;width:90px;background:rgba(0,0,0,.9);display:none;z-index:5}
}
@media (min-width:992px) and (max-width:1399px){
    .btn-edit-admin {top:90px;right:10px}
}
@media (min-width:992px){
    .header-left {width:25%}
    .header-center {width:60%;float:left}
    .header-right {width:15%}
    .mobile-nav-trigger, .mobile-nav-title {display:none}
}

/*---------- Header Nav - 메인메뉴 ----------*/
.header-nav .navbar-nav > li .dropdown-menu li a i {position:absolute;right:15px;top:15px}
/* 992px 이상 메뉴 - pc */
@media (min-width: 992px) {
    .header-nav .navbar-nav {float:none;display:flex;justify-content:center;padding:0 15px;margin-left:40px;}
    .header-nav .navbar-nav > li > a {padding:15px 0 0 15px;line-height:84px;color:#333;font-size:15px;font-weight:600 !important;}
    .header-nav .navbar-nav > li > a:hover, .header-nav .navbar-nav > li.open > a {background:none;color:#ff0000}
    .header-nav .navbar-nav > li.active > a {background:#fff;color:#ff0000}
    .header-nav .navbar-nav > li ul {padding:0;border:0;border-top:1px solid #333;margin-left:15px;}
    .header-nav .navbar-nav > li ul li {position:relative;background:#1b1b1b;}
    .header-nav .navbar-nav > li ul li a {color:#ddd;padding:8px 18px;background:none;border-bottom:1px solid #333;font-size:13px;font-weight:100;}
    .header-nav .navbar-nav > li ul li a:hover, .header-nav .navbar-nav > li ul li.active > a {color:#4892C6;background:none}
    .header-nav .navbar-nav > li ul li ul {top:-3px;left:100%;border-left:1px solid #1f1f1f}
    .nav > li > a:focus {background:none}
}
@media (min-width: 1200px) {
    .header-nav .navbar-nav > li > a {padding:0 25px}
}

/* 992px 미만 메뉴 - 모바일 */
@media (max-width: 991px) {
    .sidebar.left {z-index:999;display:none;position:fixed;top:0;left:0;bottom:0;width:280px;background:rgba(255,255,255, 0.9)}
    .sidebar-left-mask {display:none}
    .sidebar-left-mask.active {display:block;position:fixed;top:0;bottom:0;left:0;right:0;z-index:998;background:#000;opacity:0.5}
    .sidebar .sidebar-left-content.active {position:relative;height:100%;width:100%;box-shadow:0 0 5px rgba(0,0,0,0.25);overflow-y:auto;-webkit-overflow-scrolling:touch}
    .header-nav .navbar-nav {position:relative;margin:0;float:none}
    .header-nav .navbar-nav > .nav-li-space {height:44px;border-bottom:none;border-top:1px solid #e5e5e5;background:#f2f2f2}
    .header-nav .navbar-nav > li {float:none}
    .header-nav .navbar-nav > li > a {font-size:14px;padding:10px 15px;color:#555}
    .header-nav .navbar-nav > li a {border-bottom:1px solid #DADADA}
    .header-nav .navbar-nav > li > .cate-dropdown-open {position:absolute;top:1px;right:0;width:40px;height:40px;line-height:40px;margin:0;padding:0;text-align:center;border:0 none;border-left:1px solid #DADADA;z-index:9}
    .header-nav .navbar-nav > li > .cate-dropdown-open:before {content:"\f067";font-family:'Font Awesome\ 5 Free';font-weight:900;color:#656565}
    .header-nav .navbar-nav > li > .cate-dropdown-open:hover {border-top:0}
    .header-nav .navbar-nav > li.open > .cate-dropdown-open:before {content:"\f068";font-family:'Font Awesome\ 5 Free';font-weight:900;color:#000}
    .header-nav .navbar-nav .open .dropdown-menu {border:0;float:none;width:auto;margin:0;padding:0;position:static;box-shadow:none;background-color:transparent}
    .header-nav .navbar-nav .open .dropdown-menu > li {position:relative}
    .header-nav .navbar-nav .open .dropdown-menu > li > a {color:#555;line-height:26px}
    .header-nav .navbar-nav .open .dropdown-menu > li:first-child > a {border-top:0 none}
    .header-nav .navbar-nav .open .dropdown-menu > li > a, .header-nav .navbar-nav .open .dropdown-menu .dropdown-header {padding:5px 15px 5px 25px}
    .header-nav .navbar-nav .open .dropdown-menu > li > a:hover, .header-nav .navbar-nav .open .dropdown-menu > li > a:focus {color:#000}
    .header-nav .navbar-nav > .open > a, .header-nav .navbar-nav > .open > a:hover, .header-nav .navbar-nav > .open > a:focus {color:#000;background:inherit}
    .header-nav .navbar-nav > .active > a, .header-nav .navbar-nav > .active > a:hover, .header-nav .navbar-nav > .active > a:focus {color:#000;background:inherit}
    .header-nav .navbar-nav .dropdown .dropdown-submenu > a {font-size:12px}
    .header-nav .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {color:#555;line-height:22px;border-top:0 none;padding:5px 15px 5px 30px}
    .header-nav .navbar-nav .dropdown-submenu > .dropdown-menu {display:block}
    .header-nav .navbar-nav .dropdown-menu .dropdown-submenu.active > a, .header-nav .navbar-nav .dropdown-menu .dropdown-submenu.active > a:hover {color:#fff}

    .nav>li>a:hover, .nav>li>a:focus {background:none}
    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {border-color:#dadada}
}

/*---------- Board Title ----------*/
.board-title {position:relative;overflow:hidden;background-repeat:no-repeat;background-position:center top;-webkit-animation-name:bg-board-title;}
.board-title:after {content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:rgba(0,0,0,0.10)}

.youtube_area {position:relative;overflow:hidden;width:100%;padding-bottom:56.25%;clear:both;margin-bottom:10px;}
.youtube_area iframe{position:absolute; left:0px;right:0px;top:0px;bottom:0px;width:100%;height:100%;}

.mainVisualImage{width:100% !important; background:#efefef; height:auto; overflow:hidden; position:relative; z-index:1; padding:0px; margin:0px; }
.mainVisualImage .bx-wrapper{margin-bottom:0px; }
.mainVisualImage .bx-wrapper ul{width:100% ; padding:0px; margin:0px;  overflow:hidden;}
.mainVisualImage .bx-wrapper ul > li{width:100% ; background:#efefef; position:relative; text-align:center;}
.mainVisualImage .bx-wrapper ul > li img{width:100% !important; display:block; height:auto; }
.mainVisualImage .bx-wrapper .bx-pager{position:absolute !important; width:100%; left:0px; bottom:30px; z-index:9; text-align:center; }
.mainVisualImage .bx-wrapper .bx-pager a{-moz-border-radius:10px !important; -webkit-border-radius:10px !important; border-radius:10px !important; width:12px !important; height:12px !important; border:2px solid #ddd; background:rgba(0,0,0,.4) !important; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease; transition-duration: 0.2s; transition-timing-function: ease; }
.mainVisualImage .bx-wrapper .bx-pager.bx-default-pager a:focus,
.mainVisualImage .bx-wrapper .bx-pager.bx-default-pager a:hover{background:RGBA(255,255,255,0.8) !important; }
.mainVisualImage .bx-wrapper .bx-pager.bx-default-pager a.active{width:40px !important; background:RGBA(4,4,4,.8) !important; border:2px solid #efefef; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease; transition-duration: 0.2s; transition-timing-function: ease; }

.youtubeBackgroundBG{width:100%; position:absolute; top:0px; bottom:0px; left:0px; right:0px; background:#000;}
.youtubeBackgroundBG iframe{width:100%; height:100%;border:0px;}

@-webkit-keyframes bg-board-title {
    0 {background-position:center top}
    50% {background-position:center bottom}
    100% {background-position:center top}
}
@keyframes bg-board-title {
    0 {background-position:center top}
    50% {background-position:center bottom}
    100% {background-position:center top}
}
.board-title-caption {height:210px;position:relative;z-index:1;padding-top:65px;text-align:center}
.board-title-caption h2 {margin:0 0 20px;color:#fff;font-size:45px;line-height:70px;letter-spacing:-1px;}
@media (max-width:767px){
    .board-title-caption {height:140px;padding-top:50px}
    .board-title-caption h2 {font-size:24px;line-height:24px;margin-bottom:10px}
}
@media (min-width:768px) and (max-width:991px){
    .board-title-caption h2 {font-size:40px;line-height:40px}
}

/*---------- Sub Nav ----------*/
.sub-nav-wrap {padding:20px 0}
.sub-nav-home {display:none}
.sub-nav-list {position:relative}
.sub-nav-title {position:relative;margin:0;padding:0 30px 0 15px;font-size:13px;line-height:30px;border:1px solid #ddd}
.sub-nav-title i {position:absolute;top:8px;right:10px}
.sub-nav-list ul {display:none;position:absolute;top:31px;left:0;z-index:10;width:100%;padding:10px 0;border:1px solid #ddd;border-top:0 none;background:#fff}
.sub-nav-list li a {display:block;padding:0 15px;font-size:13px;line-height:30px}
.sub-nav-depth1 {margin-bottom:10px}
.sub-nav-wrap .breadcrumb {display:none}
@media (min-width:992px){
    .sub-nav-wrap {padding:0;border-bottom:1px solid #ddd;background:rgba(255, 255, 255, 0.9)}
    #page_navi_fixed.page-navi-fixed-trans {position:fixed;top:80px;z-index:5;width:100%}
    .sub-nav-home {display:block;float:left}
    .sub-nav-home a {display:block;height:50px;padding:0 15px;line-height:50px;font-size:20px;color:#909090;border-left:1px solid #ddd;border-right:1px solid #ddd}
    .sub-nav-home a:hover {color:#333}
    .sub-nav-list {float:left;margin:0 0 0 -1px}
    .sub-nav-wrap .breadcrumb {display:block;float:right;background:none;padding:0;margin:0}
    .sub-nav-wrap .breadcrumb li {line-height:50px}
    .sub-nav-title {min-width:200px;padding:0 45px 0 25px;line-height:50px;font-size:15px;border:0 none;border-right:1px solid #ddd}
    .sub-nav-title i {top:18px;right:20px}
    .sub-nav-title:hover {color:#4892C6;font-weight:700}
    .sub-nav-list ul {top:50px;padding:0}
    .sub-nav-list li {float:none}
    .sub-nav-list li a {padding:10px 15px;border-top:1px solid #ddd;font-size:15px}
    .sub-nav-list li a:hover {background:#f8f8f8;color:#4892C6}
    .sub-nav-list li.active a {color:#183859;font-weight:700}
    .page-navi-sticky-space {height:0}
    .page-navi-sticky-space.page-fixed-space-trans {height:50px}
}

.eb-tit {font-size:30px;font-weight:600;color:#4aa1bd;text-align:center;padding:15px 0;}
.ebcontents {margin:10px 0 30px 0;}
/* ebcontents master */
.eb-service .ebcontents-master h2 {position:relative;margin:10px 0 10px;text-align:center;font-size:24px;font-weight:700}
.eb-service .ebcontents-master h2:after {content:"";display:block;position:absolute;bottom:-50px;left:50%;width:2px;height:30px;margin-left:-1px;background:#4fb0df}
/* ebcontents item */
.eb-service .ebcontents-item-wrap {margin-top:10px;border-top:1px solid #ddd;border-left:1px solid #ddd;background:#f5f5f5}

.eb-service .ebcontents-item {position:relative;float:left;width:33.333%;padding:30px 30px 10px;margin-bottom:30px;}
/* 타이틀 */
.eb-service .ebcontents-item-title h4 {margin:0 0 20px;font-size:20px;line-height:30px;font-weight:700}
/* 내용 */
.eb-service .ebcontents-item-content p {height:60px;margin-bottom:40px;font-size:15px;line-height:22px}
/* 이미지 */
.eb-service .ebcontents-item-image {position:relative;margin-bottom:20px;width:100%;height:120px;overflow:hidden;}
.eb-service .ebcontents-item-image img {max-width:100%;}

@media (max-width:991px){
    .eb-tit {font-size:24px;font-weight:600;color:#4aa1bd;text-align:center;padding:15px 0;}
    .eb-service .ebcontents-item {width:100%;padding:20px 30px 10px;margin-bottom:10px;}
    .eb-service .ebcontents-item {width:100%}
    .mainVisualImage{width:100% !important; background:#efefef; height:500px !important; overflow:hidden; position:relative; z-index:1; padding:0px; margin:0px; }
    .youtubeBackgroundBG{width:100%; position:absolute; top:0px; bottom:0px; left:0px; right:0px; background:#000;}
    .youtubeBackgroundBG iframe{width:100%; height:100%;border:0px;}
}
@media (max-width:767px){
    .eb-tit {font-size:24px;font-weight:600;color:#4aa1bd;text-align:center;padding:15px 0;}
    .eb-service .ebcontents-item {width:100%;padding:20px 30px 10px;margin-bottom:10px;}
    .eb-service .ebcontents-item-title h4 {margin-bottom:20px}
    .eb-service .ebcontents-item-content p {height:auto;margin-bottom:20px}
}

/*---------- Footer ----------*/
.footer {background:#191919}
.footer-top-inner {position:relative;padding:20px 0 15px;border-bottom:1px solid rgba(255,255,255,.3)}
.footer-logo a {display:inline-block}
.footer-logo a h2 {margin:0;color:#ddd;font-size:24px;font-weight:bold;line-height:30px}
.footer-logo a img {max-height:40px;width:auto}
.footer-menu {margin:0;text-align:right}
.footer-menu li {line-height:30px}
.footer-menu li a {color:#ddd;font-size:14px;font-weight:bold}
.footer-menu li a:hover {color:#fff}
.footer-menu li .divider {color:#4d5559;padding-left:15px}

.footer-bottom-inner {padding:30px 0 50px}
.footer-info, .footer-info p {color:#999;font-size:13px}
.footer-bottom a {color:#fff}
.footer-info address {margin:0 0 10px;line-height:22px}
.footer-info .info-divider {color:#4d5559;padding:0 5px}
.footer-bottom a:hover {color:#4fb0df}
.footer-info p {margin:0}
@media (max-width:991px){
    .footer-menu {margin-top:10px;text-align:left}
    .footer-info {margin-bottom:20px}
}
@media (max-width:767px){
    .footer-top-inner {padding:40px 0 15px}
    .footer-menu li {padding:0}
    .footer-menu li a {font-size:11px}
    .footer-menu li .divider {padding-left:5px}
    .footer-bottom-inner {padding:15px 0 40px}
    .footer-info, .footer-bottom a, .footer-info p {font-size:12px}
}

/* 사이트 맵 */
.site-map-modal .modal-body {background:#fff}
.site-map {padding-bottom:100px}
.site-map-top {padding:20px 0;margin-bottom:20px;border-bottom:1px solid #ddd;overflow:hidden}
.site-map-top h3 {float:left;margin:0;font-size:30px;color:#333}
.site-map-close {float:right}
.site-map-close button {display:inline-block;padding:5px 10px;font-size:16px;color:#909090;letter-spacing:0.1em;border:1px solid #909090;background:none}
.site-map-close button:hover {color:#555;border-color:#555;background:#f8f8f8}
.site-map > ul > li {margin-bottom:20px}
.site-map > ul > li:last-child {margin-bottom:0}
.site-map > ul > li:after {content:"";display:block;clear:both}
.site-map > ul > li > a {position:relative;display:block;float:left;width:150px;padding:0 15px;margin-right:20px;font-size:15px;line-height:40px;height:40px;background:#333;color:#fff}
.site-map > ul > li > a:hover {color:#4FB0DF}
.site-map > ul > li > a:after {content:"";position:absolute;bottom:0;right:0;border-bottom:15px solid #fff;border-left:20px solid transparent;border-right:0 solid transparent}
.site-map > ul > li > ul {float:left}
.site-map > ul > li > ul > li {float:left;display:block;width:154px;padding:0}
.site-map > ul > li > ul > li > a {display:block;width:100%;padding:0 15px;font-size:15px;line-height:38px;height:40px;color:#393F42;border:1px solid #333;border-left:0 none}
.site-map > ul > li > ul > li:first-child > a {border-left:1px solid #333}
.site-map > ul > li > ul > li > a:hover {color:#4FB0DF}
.site-map > ul > li > ul > li > ul > li {padding:0 10px}
.site-map > ul > li > ul > li > ul > li > a {display:block;padding:10px 0;font-size:13px;color:#393F42;border-bottom:1px solid #333}
.site-map > ul > li > ul > li > ul > li > a:hover {color:#4FB0DF}
@media (min-width:1200px){
    .site-map > ul > li > a {width:190px}
    .site-map > ul > li > ul > li {width:185px}
}
@media (max-width:991px){
    .site-map > ul > li > a {float:none;width:100%}
    .site-map > ul > li > ul {float:none}
    .site-map > ul > li > ul > li {width:20%}
    .site-map > ul > li > ul > li > a {font-size:13px;padding:0 10px}
}

/*---------- Side Layout ----------*/
.side-sub-title {margin:0;width:100%;height:60px;line-height:60px;background:#1b1b1b;text-align:center;color:#fff;font-size:22px;font-weight:700}
.side-sidebar-nav li a {display:block;margin-top:10px;border-bottom:1px solid #ddd;padding:5px 10px;color:#6a6a6a}
.side-sidebar-nav li a:hover, .side-sidebar-nav li.active > a {color:#3a3a3a;border-color:#3a3a3a}
.side-sidebar-nav li.active > a {font-weight:bold}
.side-sidebar-nav li ul {padding-left:20px;margin:0 0 20px}
.side-sidebar-nav li ul li a {font-size:12px}
@media (max-width:991px){
    .side-sub-title {margin-top:30px}
}

/* 편집 버튼 */
.btn-edit-mode-wrap {position:relative;width:100%}
.btn-edit-mode {display:none;position:absolute;width:100%;z-index:5}
.btn-edit-mode a {display:inline-block !important;width:auto;padding:1px 8px !important;color:#fff !important}