/* 초기설정 
@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background-color: #fff;
}

* {
    word-break: keep-all;
}

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Malgun Gothic", sans-serif;
}

.body-layout {
    background-color: rgb(255, 255, 243);
}

.container_contents {
    background-color: #fff;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br {
    display: none !important;
}
/* 초기 설정 끝 */

/* -------로고부분 설정 시작------- */
.main_logo {
    width: 100%;
    padding: 15px 0;
    background: #fff;
}
.main_logo h1 {
    margin: 0 auto;
    padding: 10px 0 7px;
    width: 310px;
}
.main_logo h1 a {
    display: block;
    position: relative;
}
.main_logo h1 span {
    position: absolute;
    font-size: 10px;
    letter-spacing: 4px;
    color: #888;
    left: 52px;
    bottom: -5px;
}
.main_logo h1 a:after {
    content: ".";
    visibility: hidden;
    font-size: 1px;
    display: block;
    clear: both;
    line-height: 0;
}
/* -------로고부분 설정 끝------- */

/* -------메뉴 설정 시작------- */
.navbar-inverse {
    background: #1f5799;
    border: none;
    margin: 0;
    position: absolute;
    top: 0;
}
.navbar-brand {
    display: none;
}
.topmarginLay_a {
    height: 153px !important;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    margin: 0;
}
.navbar-inverse .navbar-collapse {
    text-align: center;
    padding: 0;
    background-color: #fff;
    line-height: 0;
}
.navbar-inverse .navbar-collapse > ul {
    float: none !important;
    margin: 0 auto;
    display: inline-block;
}
@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li {
        display: table-cell;
        width: 1%;
        float: none;
        text-align: center;
    }
}
.navbar-inverse .navbar-nav > li > a {
    padding: 15px 15px;
    text-shadow: none;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #1f5799;
}

@media (max-width: 1200px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 10px;
        padding: 10px 5px;
    }

    .main_logo {
        padding: 30px 0 30px;
    }
}

.navbar-inverse .navbar-nav > li:hover > a,
.navbar-inverse .navbar-nav > li:focus > a,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #ffffff;
    background-color: #134888;
    box-shadow: none;
}

/* ----- 하단 서브 메뉴 설정 시작 ----- */
.navbar-inverse .dropdown-menu {
    width: 100%;
    left: auto;
    right: auto;
    padding: 20px 0 16px;
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #f3f3f3;
}
.navbar-inverse .dropdown-menu > li > a {
    background: rgba(0, 0, 0, 0);
    color: #555555;
    font-size: 14px;
    letter-spacing: -0.2px;
    padding: 0 0 10px;
    text-align: center;
}
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus {
    background: rgba(0, 0, 0, 0);
    color: #bf2021;
    text-decoration: underline !important;
    font-weight: 600;
}

/* ----- 상단 메뉴 모바일 설정 시작 ----- */
@media (max-width: 767px) {
    .navbar-inverse {
        background: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }
    .navbar-inverse .container {
        padding: 0;
    }
    .main_logo {
        display: none;
    }
    .navbar-brand {
        display: block;
        padding: 13px;
    }
    .navbar-brand img {
        margin-top: 5px;
        max-width: 150px;
    }
    .topmarginLay_a {
        height: 59px !important;
    }
    .navbar_top_wrap .navbar_top_logo {
        display: none;
    }
    .navbar_top_wrap .navbar_top_contact {
        position: fixed;
        padding: 6px 0;
        right: 90px;
        text-align: right;
        left: auto;
    }
    .navbar-inverse .navbar-header {
        display: inherit;
        border-bottom: 1px solid #ededed;
        margin: 0;
    }
    .navbar-inverse .navbar-collapse {
        margin: 0;
        padding: 20px 0;
        background: #1f5799;
    }
    .navbar-inverse .navbar-collapse > ul,
    .navbar-inverse .navbar-collapse > ul > li {
        width: 100%;
        border: none;
    }
    .navbar-inverse .navbar-toggle {
        margin: 16px 12px;
        border: none;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #222;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #1f5799;
    }
    .navbar-inverse .navbar-nav > li > a {
        text-align: left;
        font-size: 16px;
        padding: 10px 30px;
        background: rgba(0, 0, 0, 0);
    }
    .navbar-inverse .navbar-collapse > ul > li {
    }
    .navbar-inverse .navbar-nav > li:hover > a,
    .navbar-inverse .navbar-nav > li:focus > a,
    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #134888;
    }
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        padding: 15px 15px;
        text-align: left;
    }
    .navbar-nav .open .dropdown-menu {
        padding: 10px 0;
        background: #f3f3f3;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px;
        text-align: left;
        color: #616161;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #1f5799;
    }
}
/* -------메뉴 설정 끝------- */

/* ---------- footer 설정 시작 ---------- */
.footer_copy {
    padding: 50px 0 50px;
    overflow: hidden;
    font-size: 14px;
    background: #353c43;
    text-align: center;
}
.footer-wrap {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}
.footer-wrap + br {
    display: none;
}
.footer-wrap span {
    display: block;
}
.footer-name {
    color: #aeb9c4;
    font-weight: 600;
}
.footer-wrap .info {
    color: #808d9b;
}
.footer-wrap span {
    display: block;
    line-height: 1.7;
    letter-spacing: -0.2px;
}

@media screen and (max-width: 767px) {
    .footer_copy {
        padding: 30px 0;
        font-size: 13px;
    }
}

/* footer 설정 끝*/

/* 메인 슬라이드 설정*/
.carousel-inner .item {
    background: url("/skin/img/slide/slide.jpg");
    background-repeat: no-repeat;
    background-position: 20% center;
    background-size: cover;
    height: 650px;
}

.carousel-caption {
    max-width: 1170px;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 230px 15px 0;
    text-align: left;
}

.carousel-caption .text_area {
    text-align: left;
    display: inline-block;
}
.carousel-caption .text_area span {
    text-align: left;
    text-shadow: none;
    display: block;
    color: #dc7112;
    font-weight: 700;
}
.carousel-caption .text_area .topText {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 3px;
    font-weight: 600;
}
.carousel-caption .text_area .middleText {
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
    line-height: 50px;
    letter-spacing: -1px;
}
.carousel-caption .borderText {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 400;
    font-size: 24px;
    padding-top: 40px;
    margin-top: 40px;
    letter-spacing: -1px;
}
.carousel-caption .box {
    display: block;
    width: 100%;
    height: 200px;
}
.carousel-caption .box_area .row .col-md-6:nth-child(1) .box {
    background: #fff url("/skin/img/main/main-ico1.jpg") no-repeat left top / cover;
}
.carousel-caption .box_area .row .col-md-6:nth-child(2) .box {
    background: #fff url("/skin/img/main/main-ico2.jpg") no-repeat left top / cover;
}
.carousel-caption .box_area .row .col-md-6:nth-child(3) .box {
    background: #fff url("/skin/img/main/main-ico3.jpg") no-repeat left top / cover;
}
.carousel-caption .box_area .row .col-md-6:nth-child(4) .box {
    background: #fff url("/skin/img/main/main-ico4.jpg") no-repeat left top / cover;
}
.carousel-caption .box_area .row .col-md-6 {
    margin-bottom: 10px;
    padding: 0 5px;
}
.carousel-caption .box {
    display: block;
    width: 100%;
    height: 200px;
    background-color: #fff;
    text-align: left;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}
.carousel-caption .box_area .row .col-md-6 .inner {
    display: block;
    position: relative;
}
.carousel-caption .box span {
    position: absolute;
    top: 15px;
    left: 20px;
    text-align: left;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #2c2c2c;
    text-shadow: none;
}
.carousel-caption .box:hover + .hoverBox,
.carousel-caption .hoverBox:hover,
.carousel-caption .hoverBox:focus {
    display: block;
}
.carousel-caption .hoverBox {
    display: none;
    position: absolute;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    letter-spacing: -0.5px;
    background: rgba(158, 26, 32, 0.9);
}
.carousel-caption .hoverBox span {
    text-shadow: none;
}
.carousel-caption .hoverBox .title {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.carousel-caption .hoverBox .title:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 12px auto;
}
.carousel-caption .hoverBox .text {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
}
.carousel-caption .hoverBox .plusBox {
    position: absolute;
    top: 0;
    right: 0;
    border: 35px solid #7a6d5d;
    border-color: #7a6d5d #7a6d5d transparent transparent;
    display: none;
}
.carousel-caption .hoverBox .plusBox img {
    position: absolute;
    top: -22px;
    right: -22px;
}

.carousel .controlBtn {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.carousel .controlBtn .controlBtn_inner {
    position: absolute;
    top: -85px;
}
.carousel .controlBtn .carousel-control {
    display: block;
    position: relative;
    width: 19px;
    height: 19px;
    opacity: 1;
    line-height: 0;
}
.carousel .controlBtn .left.carousel-control {
    float: left;
    margin-right: 1px;
}
.carousel .controlBtn .right.carousel-control {
    float: left;
    margin-right: 15px;
}
.carousel .controlBtn .pageNation {
    color: #fff;
    text-shadow: none;
    font-size: 12px;
    vertical-align: 2px;
}
.carousel .controlBtn .pageNation .nowPage {
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .carousel-inner .item {
        height: 345px;
    }
    .carousel-caption .box_area {
        margin-top: 38px;
    }
    .carousel-caption .box {
        height: 130px;
    }
    .carousel-caption .box span {
        left: 15px;
        top: 15px;
        font-size: 15px;
    }
    .carousel-caption .hoverBox .plusBox {
        display: none;
    }
    .carousel-caption .hoverBox {
        padding-top: 38px;
        display: block;
        background: rgba(158, 26, 32, 0.85);
    }
    .carousel-caption .hoverBox .title:after {
        display: none;
    }
    .carousel-caption .hoverBox .title {
        margin-bottom: 2px;
    }
    .carousel-caption .hoverBox .text {
        opacity: 0.6;
        font-size: 12px;
    }
}
@media screen and (max-width: 991px) {
    .carousel-caption {
        width: 100% !important;
        padding: 100px 15px 0px;
        text-align: center;
        left: 0;
        right: 0;
    }
    .container_slide .fill h1 small {
        text-align: center !important;
    }
    .carousel-inner .item {
        height: 350px;
        background-size: inherit;
    }
    .carousel-caption .text_area span {
        text-align: center;
    }
    .carousel-caption .text_area .middleText {
        font-size: 30px;
        line-height: 42px;
    }
    .carousel-caption .text_area .bottomText {
        font-size: 40px;
    }
    .carousel-caption .text_area .topText {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .carousel-caption .borderText {
        font-size: 18px;
        margin-top: 15px;
        padding-top: 15px;
    }
    .carousel-caption .controlBtn {
        display: none;
    }
}

/* ------- 메인 컨텐츠 -------*/
.container_contents {
    width: 100%;
}
.intro-html-layout > .col-sm-12:first-child {
    padding: 0;
}
.main-in {
    overflow: hidden;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .main-in {
        width: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .main-in {
        width: 750px;
    }
}

.main-section2 {
    max-width: 1170px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 50px 15px;
}
.main-title {
    font-weight: 600;
    color: #222;
    font-size: 20px;
    margin: 20px 0 20px;
}
.main-section2 p {
    color: #333;
    line-height: 1.7;
    letter-spacing: -0.2px;
    margin-bottom: 0;
    word-break: break-word;
}
.main-section2 p span {
    font-weight: 600;
}

@media (max-width: 767px) {
    .main-section2 {
        padding: 10px 20px 40px;
    }
    .main-title {
        margin: 25px 0 15px;
    }
    .main-section2 p {
        font-size: 13px;
        letter-spacing: 0;
    }
}
/* ------- 메인 게시판 -------*/
.intro-widget-layout {
    display: none;
}
.intro-board-layout {
    width: 100%;
}
.intro-board-widget-layout {
    display: none;
}
.intro-boardbox {
    width: 50%;
}
.intro-boardbox .page-header {
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 2px solid #bf2021;
}
.intro-boardbox .page-header h4 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #2c2c2c;
    margin: 0;
}
.intro-boardbox .page-header h4 a {
    color: #2c2c2c;
}
.intro-boardbox .front-panel .panel {
    border: none;
    margin: 0;
}
.intro-boardbox .front-panel .panel-body {
    padding: 0;
}
.intro-boardbox .front-panel .dh-front-list2-words {
    padding: 0;
    margin: 0;
}
.intro-boardbox .dh-front-list2 h6 a span {
    color: #666666;
    font-size: 14px;
    letter-spacing: -0.5px;
    font-weight: 400;
}
.intro-boardbox .dh-front-list2 h6 a span.list-row-subject {
    font-weight: 600;
    color: #2c2c2c;
}
.intro-boardbox-5 .list-row-subject:before {
    content: "NOTICE";
    background: #c6a160;
    color: #fff;
    padding: 5px 8px;
    font-size: 11px;
    display: inline-block;
    margin-right: 10px;
}
.intro-boardbox .list-row-contents {
    display: none;
}
.intro-boardbox .dh-front-list2-words {
    margin-top: 0;
}
.intro-boardbox .dh-front-list2 h6 {
    position: relative;
    margin: 0px;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
}
.intro-boardbox .front-panel .panel-body > .dh-front-list2-words:last-child h6 {
    border-bottom: 2px solid #aaa;
}
.intro-boardbox .dh-front-list2 h6 .label-danger {
    background: #fff;
    color: #bf2021 !important;
    font-weight: 800;
    padding: 0 3px;
}

.intro-boardbox .dh-front-blog {
    margin: 0;
    padding: 35px 0;
    border-bottom: 2px solid #aaa;
}
.dh-front-blog > .col-md-4 > .thumbnail {
    min-height: 140px;
    margin: 0 0;
}
.dh-front-blog > .col-md-4 > .thumbnail .caption {
    display: none !important;
}
.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    height: 140px;
    padding: 0;
    border: none;
}
.dh-front-blog .blog-row-subject,
.dh-front-blog .blog-row-contents,
.dh-front-blog .thumbnail .caption {
    display: none;
}

@media screen and (max-width: 991px) {
    .intro-boardbox-5 {
        width: 45%;
        margin-left: 5%;
    }
    .intro-boardbox-10 {
        width: 45%;
        margin-right: 5%;
    }
}
@media (max-width: 767px) {
    .intro-board-widget-layout {
        padding: 30px 0;
    }
    .intro-boardbox .page-header {
        padding-bottom: 10px;
    }
    .intro-boardbox .page-header h4 {
        font-size: 18px;
    }
    .intro-boardbox .page-header > h4 > .btn {
        padding: 0px 0;
    }
    .intro-boardbox {
        width: 100%;
        margin: 0 0 20px;
        padding: 0;
    }
    .intro-boardbox .dh-front-list2 h6 a span {
        font-size: 13px;
    }
    .intro-boardbox .dh-front-blog {
        padding: 15px 0;
    }
    .intro-boardbox .dh-front-blog > .col-sm-6 {
        padding: 0;
    }
}

/* ---------- 서브페이지 설정 시작 ---------- */
.sub-layout {
    max-width: 1030px;
    width: 100%;
    padding: 80px 15px 100px;
    word-break: break-word;
}
.sub-top {
    margin-bottom: 60px;
}
.sub-top .title {
    display: inline-block;
    margin: 0 0;
    font-size: 34px;
    font-weight: 600;
    /* color: #ff5b02; */
    color: rgb(0, 0, 255);
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke: 1px solid #fff;
    /* border-bottom: 2px solid #2c2c2c; */
}
.sub-top .title .small-cap {
    color: #888;
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
}
.sub-top .bread {
    padding: 0;
    margin: 0;
    overflow: hidden;
    float: right;
    margin-top: -22px;
}
.sub-top .bread li {
    float: left;
    list-style: none;
    color: #777;
    font-size: 12px;
}
.sub-top .bread li:after {
    font-family: "FontAwesome";
    content: "\f105";
    padding: 0 6px;
}
.sub-top .bread li:first-child {
    font-family: "FontAwesome";
    content: "\f105";
    padding-left: 19px;
}
.sub-top .bread li:last-child:after {
    content: none;
}
.sub-bottom {
    padding-left: clamp(10px, 5vw, 30px);
}
.sub-bottom h3 {
    margin: 0 0 15px;
    font-size: 24px;
    color: #2c2c2c;
    letter-spacing: -0.5px;
}

.sub-bottom h3 span {
    font-weight: 600;
}

.sub-bottom .sub-title {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 15px;
    padding: 0;
    color: #1f5799;
    letter-spacing: -0.2px;
}

.sub-bottom p {
    color: #333;
    line-height: 1.7;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
    font-size: 14px;
}

.sub-bottom p span.bold {
    font-weight: 700;
}

.sub-bottom table {
    border-top: 2px solid #222;
    border-bottom: 1px solid #222;
}
.sub-bottom table th {
    border-bottom: 1px solid #aaa !important;
    background: #f3f3f3;
}

.sub-bottom table th,
.sub-bottom table td {
    padding: 15px !important;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.2px;
}

.title-area {
    width: 20%;
}
.contents-area {
    width: 80%;
    padding-left: 25px;
}

.contents-wrap {
    margin-top: 40px !important;
    padding-top: 40px !important;
    border-top: 1px solid #e9e9e9;
}

.res-btn {
    padding: 40px 20px 20px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    display: block;
    letter-spacing: -0.2px;
    min-height: 110px;
    text-align: center;
    background: #f3f3f3;
    margin-bottom: 20px;
}

.res-btn .res-btn.pdtop {
    padding-top: 25px;
}

.res-btn:hover,
.res-btn:focus {
    text-decoration: none;
    background: #e3e3e3;
    color: #333;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 750px;
        margin: 30px auto;
    }
}

.modal-content {
    border-radius: 0px;
}

.modal-header {
    background-color: #fff;
    padding: 20px 25px;
    border-bottom: 1px solid #ddd;
}

.modal-title {
    font-size: 20px;
    font-weight: 700;
    text-shadow: none;
    color: #1f5799;
    line-height: 1;
}

.modal-header .close {
    color: #333;
    opacity: 1;
}

.modal-body {
    padding: 40px;
}

.modal-body p {
    font-size: 14px;
    color: #333;
    margin-bottom: 25px;
}

.image-title {
    font-size: 14px;
    padding: 0;
    margin: 10px 0;
    color: #323232;
    font-weight: 700;
    text-align: center;
}

.modal-footer > .btn {
    font-size: 16px;
    background: #e3e3e3;
    border: none;
    font-weight: 600;
    color: #333;
    padding: 10px 25px;
    border-radius: 0;
}

.modal-footer > .btn:hover,
.modal-footer > .btn:focus {
    background-color: #1f5799;
    color: #fff;
}

.modal-open {
    padding-right: 0 !important;
}

.image-zone {
    margin-bottom: 20px;
}

.cur-m-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.cur-m-list li {
    width: 50%;
    float: left;
    padding: 0 5px 0 0;
}

.cur-m-list li img {
    width: 130px;
    height: 180px;
    margin-bottom: 0;
    float: left;
    margin-right: 20px;
}

.cur-m-list li .li-inner-wrap {
    padding: 20px 20px 20px;
    background: #f3f3f3;
    margin-bottom: 5px;
    overflow: hidden;
}

.cur-m-list li:hover .li-inner-wrap,
.cur-m-list li:focus .li-inner-wrap {
    background: #e3e3e3;
}

.cur-m-list li p.m-position {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 5px;
}

.cur-m-list li p.m-mail {
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 5px;
    letter-spacing: -0.5px;
}

.cur-m-list li p.m-school {
    font-size: 13px;
    color: #333;
    line-height: 1.4;
    margin: 0 0 5px;
}

.m-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 15px 0 10px;
    letter-spacing: -0.2px;
}

.inner-wrap {
    margin-bottom: 45px;
}

.sub-sub-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 0 0 20px;
    padding: 0;
}

.cur-mem-pic {
    max-width: 420px;
    width: 100%;
    height: auto;
}

.sub-list {
    padding-left: 0px;
    margin: 0;
}
.sub-list > li {
    list-style: none;
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
    padding-left: 10px;
    text-align: left;
    letter-spacing: -0.2px;
}
.sub-list > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #666;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 0;
}

.tab-content {
    padding: 0;
    min-height: 200px;
}

.tab-content > .tab-pane {
    padding: 30px 0 0;
}

.nav li.divider-vertical + li {
    /* 	display: none; */
}

.nav li.divider-vertical + li + li {
    /* 	display: none; */
}

.footer-list ul.link li.login,
.footer-list ul.link li.logout,
.footer-list ul.link li.admin {
    display: none;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li a {
    color: #333;
    background: #f3f3f3;
    margin: 0;
    border: none;
    font-size: 13px;
    font-weight: 600;
    margin: 0 3px 3px 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: #1f5799;
    color: #fff;
    border: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background: #e3e3e3;
}

#goTop {
    position: fixed;
    z-index: 9999999;
    right: 15%;
    bottom: 50px;
    width: 50px;
    height: 50px;
    padding: 14px 5px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    background: #444;
    border-radius: 0;
    box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.2);
}

#goTop:hover,
#goTop:focus {
    background: #1f5799;
    text-decoration: none;
}
@media (max-width: 767px) {
    :is(#director, #members, #publications).sub-bottom {
        padding-left: 20px;
    }
    .title-area,
    .contents-area {
        width: 100%;
        padding-left: 15px;
    }
    .sub-layout {
        padding: 30px 15px 50px;
    }
    .sub-top {
        margin-bottom: 30px;
    }
    .sub-top .title {
        font-size: 24px;
    }
    .sub-top .title .small-cap {
        font-size: 13px;
        padding-left: 8px;
    }
    .sub-top .bread {
        float: left;
        top: 0;
        margin: 0;
        position: absolute;
    }
    .sub-top .bread li:first-child {
        padding: 0;
    }
    .sub-bottom p {
        font-size: 13px;
    }
    .sub-bottom table {
        font-size: 12px;
        word-break: break-word;
    }
    .sub-bottom table th,
    .sub-bottom table td {
        padding: 10px !important;
    }
    .cur-m-list li {
        width: 100%;
        float: none;
    }
}

/* ----------- 일반 페이지 모바일 ---------- */

/* 포토갤러리 */
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0 15px;
}
.dhb-txt-box-type-b-img-layout {
    padding: 0;
}
.dhb-txt-box-type-b-text-layout {
    text-align: center;
}
.dhb-txt-box-type-b-text-layout h4 {
    font-size: 16px;
    padding-bottom: 10px;
    margin: 0;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    height: 180px;
    box-shadow: none;
}
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}

/* list 게시판 */
.dh-board > .table-hover {
    border-top: 2px solid #1f5799;
    border-bottom: 1px solid #ccc;
    margin: 0px;
}
.dh-board > .table-hover td,
.dh-board > .table-hover th {
    padding: 12px !important;
    font-size: 14px;
    font-weight: 400;
}
.dh-board > .table-hover th {
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
}
.dh-board > .table-hover td {
    border-bottom: 1px solid #ddd;
}
.dh-board > .table-hover > tbody > tr:hover td {
    background-color: #ffffff;
}
.table-hover th,
.table-hover td {
    padding: 10px !important;
    border-right: none;
}
.dh-board > .table-hover td.subject a {
    color: #4a4a4a;
    font-weight: 400;
}
.dh-board > .table-hover td.subject a:hover {
    color: #1f5799;
    text-decoration: underline !important;
    font-weight: 600;
}
.dh-margin-top {
    display: inline-block;
    margin-top: 30px;
}

.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 90%;
}
.label-danger {
    color: #e01717;
    border-radius: 100%;
    display: inline-block;
    font-weight: 600;
}
.label-primary {
    color: #2b5cb7;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    color: #4a4a4a;
}
.pagination > li > a,
.pagination > li > span {
    color: #9d8478;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #9d8478;
}
.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}
.btnRead {
    font-weight: 500;
}
.btn-default,
.btn-primary,
.btn-danger {
    background-image: none;
}
.btn-group,
.btn-group-vertical {
    margin: 10px 0 30px;
}
#btnNew {
    background: #4a4a4a;
    border: 1px solid #4a4a4a;
}

.dh-view-box {
    margin-top: 0px;
}
.sns-box {
    display: none;
}
.dh-view-box > .row > .page-header h4 {
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #4a4a4a;
    margin: 0;
}
.dh-view-box > .row > .page-header {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
    background: #f3f3f3;
}
.content_wrap .page-header h4:before {
    content: none;
}
.dh-view-box > .row > .dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
    display: none;
}
.dh-view-box > .row > .dh-view-info > span {
    padding: 0 15px 0 0;
}
.dh-view-box > .row > .dh-view-info > span > strong {
    color: #555;
    padding: 0 5px 0 0;
}
.dh-view-box .dh-attach {
    padding: 0 40px 0;
}
.dh-view-box .dh-attach h6 {
    margin: 0;
    padding: 0;
}

/* ---------- 로그인 ---------- */
.login-layout .panel-body > div.col-sm-12 {
    text-align: center;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 35px;
}
.inner-box-form {
    width: 100%;
    max-width: 440px;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 540px;
    padding: 20px 0px 35px;
    margin: 40px auto 60px;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #1f5799;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: right;
    width: 120px;
    height: 33px;
    background: #1f5799;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #1f5799;
    font-size: 13px;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    border-color: #134888;
    background: #134888;
}

.id-find-layout h2,
.pw-find-layout h2 {
    text-align: center;
}

/* ---------- 회원가입 ---------- */
.join-layout {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 15px;
}
.join-layout .jumbotron {
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.join-layout .jumbotron h1 {
    font-size: 34px;
    font-weight: 700;
    color: #222;
    margin: 0;
    display: inline-block;
}
.join-layout .jumbotron p {
    display: none;
}
.join-agree-area .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.join-agree-area .panel .row {
    padding: 0 !important;
}
.join-agree-area .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #f3f3f3;
    padding: 10px 15px;
    font-size: 13px;
}
.join-agree-area .form-control:focus {
    border-color: #a53236;
}
.join-agree-area .panel-footer {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 20px 0 0;
}
.join-agree-area .panel-footer .btn-default {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
}
.join-agree-area .panel-footer .btn-default:hover {
    border-color: #bbb;
}
.join-layout .form-horizontal .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.join-layout .form-horizontal .panel-heading {
    border-bottom: none;
    line-height: 1;
    margin: 0 0 20px;
    color: #a53236;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.5px;
    background: rgba(0, 0, 0, 0);
    padding: 0;
}
.join-layout .form-horizontal .panel-body {
    padding: 0;
    border-top: 1px solid #ddd;
}
.join-layout .form-horizontal .panel-body .form-group {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.join-layout .form-horizontal .form-group .control-label {
    text-align: left;
    width: 200px;
    padding: 20px 15px;
    font-size: 14px;
    background: #f3f3f3;
}
.join-layout .form-horizontal .form-group .control-label br {
    display: none;
}
.join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .form-group .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}
.join-layout .form-horizontal .joinForm-addr .control-label {
    padding: 40px 15px;
}
.join-layout .form-horizontal .form-group label.error {
    font-size: 10px;
    margin: 0;
}
.join-layout .form-horizontal .panel-footer {
    border: none;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
}
.join-layout .form-horizontal .panel-footer .form-group {
    padding: 20px 0 0 !important;
    margin-bottom: 0;
}
.join-layout .form-horizontal .panel-footer .btn {
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
}
.join-layout .form-horizontal .panel-footer .btn-default:hover {
    border-color: #bbb;
    background: #fff;
}
.join-layout .form-horizontal .panel-footer .btn-success {
    border: 1px solid #6b6f75;
    background: #6b6f75;
}
.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #55585d;
}

@media (max-width: 767px) {
    .dh-board > .table-hover td,
    .dh-board > .table-hover th {
        padding: 10px !important;
        font-size: 12px;
        font-weight: 400;
    }
    .dh-margin-top {
        margin-top: 10px;
    }
    .join-layout .jumbotron {
        font-size: 24px;
        padding-top: 23px;
    }
    .join-layout .form-horizontal .panel-body .form-group {
        padding: 15px 0;
    }
    .join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
        padding: 0;
    }
    .join-layout .form-horizontal .form-group .control-label {
        width: auto;
        background: rgba(0, 0, 0, 0);
        padding: 0;
    }
    .join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
        padding: 0;
    }
}

/* 2018-09-18 */
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    margin: 3px 5px;
    border-radius: 50%;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    margin: 3px 5px;
    border-radius: 50%;
    background-color: transparent;
}

.carousel-indicators .active::after {
    content: "";
    position: relative;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}

.container.container_slide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.container.container_slide .fill {
    height: 550px;
}

.container_slide .fill h1 span,
.container_slide .fill p span {
    background: none;
    display: inline-block;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    text-shadow: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    word-break: keep-all;
}

.container_slide .fill h1 span {
    color: rgb(255, 220, 125);
}

.container_slide .fill h1 {
    font-size: 40px;
    font-weight: 600;
}

.container_slide .fill h1 small {
    display: block;
    margin-top: 7px;
    color: inherit;
    text-align: right;
    font-size: 0.55em;
}

.container_slide .fill p {
    font-size: 20px;
    font-weight: 600;
    color: #ff5b02;
    letter-spacing: -0.03em;
}

.container_slide .fill p span {
    display: inline-block;
    margin-top: -25px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
