@charset "utf-8";
/* @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); */
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo');


html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

.body-layout.on {
    width: 100%;
    position: fixed !important;
}

/* 폰트 설정 */
/* .body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'Noto Sans KR', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; -ms-word-break: keep-all; word-break: keep-all; } */

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
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,
.topmarginLay_a {
    display: none;
}

/* layout */
.container_contents,
.sub-layout {
    width: 100%;
    padding: 0 !important;
}

.container_contents>.intro-html-layout {
    width: 100%;
    padding: 0 !important;
}

.mt-1em {
    margin-top: 1em;
}

.mt-2em {
    margin-top: 2em;
}

@media(min-width:992px) {
    .container_contents>.intro-html-layout {
        padding: 0 !important;
        margin-top: 85px;
    }
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand {
    padding: 0 !important;
    margin: 15px 0 0 !important;
}

.navbar-brand img {
    margin: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-brand img {
        width: 170px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        margin: 10px 15px !important;
    }

    .navbar-brand img {
        width: 140px;
    }

    .navbar-toggle {
        margin: 12px 15px;
        padding: 10px;
        background: #a9131b !important;
        border: none !important;
        border-radius: 0;
    }
}

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav>li>a {
    background: none;
    color: #454545;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 10px;
    margin: 20px 15px;
    letter-spacing: -0.04em;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:active,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #a9131b;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background: none;
    color: #a9131b;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        letter-spacing: -0.04em;
        padding: 28px 15px;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .navbar-collapse {
        padding: 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding: 20px 25px;
        margin: 0;
        border-bottom: 1px solid #dedede;
    }
}

/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.navbar-inverse .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    min-width: 180px;
    padding: 8px 0;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
}

.navbar-inverse .dropdown-menu>li>a {
    background: #f7f7f7;
    color: #333;
    font-size: 14px;
    letter-spacing: -0.04em;
    padding: 8px 20px;
    margin: 2px 0;
    border-left: 2px solid #f7f7f7;
}

.navbar-inverse .dropdown-menu>li>a:focus,
.navbar-inverse .dropdown-menu>li>a:hover {
    background: #f7f7f7;
    color: #a9131b;
    border-left: 2px solid #a9131b;
}

/* 상단 서브 메뉴 설정 끝*/

/* main page */
/* main page slide*/
#main-slide {
    position: relative;
    height: 850px;
}

.carousel-inner {
    height: 100%;
}

.item {
    width: 100%;
    height: 100%;
}

.slide1 {
    background: url('/skin/img/slide/slide01.jpg') no-repeat 0 0;
    background-size: cover;
}

.slide2 {
    background: url('/skin/img/slide/slide02.jpg') no-repeat 0 0;
    background-size: cover;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    bottom: auto;
    text-align: left;
    margin: -220px 0 0;
    padding: 0;
}

.carousel-caption h1 {
    margin: 0;
    padding-top: 40px;
    padding-left: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    letter-spacing: -0.04em;
    line-height: 1;
    position: relative;
}

.carousel-caption .borderText {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    color: #eee;
    font-weight: 600;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 26px;
    letter-spacing: -0.06em;
    padding-top: 20px;
    margin-top: 20px;
    display: block;
    max-width: 580px;
    width: 100%;
}

.carousel-caption h1:before {
    content: url(/skin/img/slide/sl-logo.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
}

.carousel-caption h1 span {
    font-size: 66px;
    font-weight: 600;
}

.glyphicon-chevron-left:before {
    content: url(/skin/img/slide/sl-prev.png);
}

.glyphicon-chevron-right:before {
    content: url(/skin/img/slide/sl-next.png);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-caption {
        left: 10%;
        width: 100%;
        margin: -170px 0 0;
    }

    .carousel-caption h1 span {
        font-size: 55px;
    }

    .carousel-control {
        width: 10%;
    }
}

@media screen and (max-width: 767px) {
    #main-slide {
        height: 370px;
    }

    .carousel-caption {
        left: 6%;
        margin: -110px 0 0;
    }

    .carousel-caption h1 {
        font-size: 25px;
        line-height: 1.2;
    }

    .carousel-caption h1 span {
        font-size: 30px;
    }
}

.main-snb {
    position: absolute;
    left: 50%;
    bottom: 16%;
    transform: translatex(-50%);
}

.main-snb .col-sm-3 {
    width: 20%;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0);
}

.main-snb a {
    background: rgba(62, 56, 49, 0.8);
    display: inline-block;
    width: 100%;
    padding: 24px 14px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: -0.04em;
}

.main-snb a:hover {
    background: rgba(169, 19, 27, 0.85);
}

.main-snb a i {
    background: rgba(169, 19, 27, 0.8);
    border-radius: 100%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 36px;
    margin: 0 0 20px;
}

.main-snb a span {
    display: block;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .main-snb {
        bottom: 6%;
    }
}

@media screen and (max-width: 767px) {
    .main-snb {
        position: relative;
        width: 100%;
        bottom: 6%;
        padding: 30px;
    }

    .main-snb .col-sm-3 {
        width: 50%;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }

    .main-snb .col-sm-3:last-child{
        width: 100%;
    }

    .main-snb a {
        padding: 30px 15px;
        font-size: 13px;
    }

    .main-snb a i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        margin: 0 0 7px;
    }
}

/* sub page */
.sub-layout {
    margin-top: 90px;
}

.subpage,
.bbs-list-view-layout+.container {
    padding-bottom: 80px;
}

#community01,
#community02,
#community03,
#community04,
#community05 {
    padding-bottom: 0;
}

@media(min-width:767px) {
    .community-snb div {
        width: 20%;
    }


}

@media(max-width:767px) {
    .sub-layout {
        margin-top: 60px;
    }
}

/* grid */
.col-divided-5 {
    width: calc(100% / 4);
    float: left;
    padding: 0 15px;
}

@media screen and (max-width: 767px) {
    .col-divided-5 {
        width: 100%;
        float: none;
    }
}

/* sub page sub-top */
.sub-top-wrap {
    position: relative;
    width: 100%;
    height: 320px;
    background: url(/skin/img/sub/sub-top-bg.jpg) no-repeat 0 50%;
    background-size: cover;
}

.sub-top-header {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}

.breadcrumb {
    height: 45px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    background: none;
    color: #ccc;
    letter-spacing: -0.06em;
    line-height: 45px;
    box-sizing: border-box;
}

.breadcrumb>li.active {
    color: #fff;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: rgba(255, 255, 255, 0.5);
    content: "/\00a0";
}

.sub-top-body {
    height: 260px;
}

.sub-top-body h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 220px;
}

.sub-top-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 54px;
    background: rgba(169, 19, 27, 0.85);
}

.sub-top-footer .col-md-25{
    width: 20%;
}

.sub-top-footer a {
    font-size: 14px;
    text-decoration: none !important;
    letter-spacing: -0.02em;
    line-height: 54px;
    color: #e6e6e6;
    display: block;
}

.sub-top-footer div.active {
    background: rgba(0, 0, 0, 0.25);
}

.sub-top-footer div.active a {
    color: #fff;
    font-weight: 500;
}

@media(max-width:767px) {
    .sub-top-wrap {
        position: relative;
        width: 100%;
        height: 250px;
        background: url(/skin/img/sub/sub-top-bg.jpg) no-repeat 0 50%;
        background-size: cover;
        margin-bottom: 0;
    }

    .sub-top-body h2 {
        margin: 0;
        font-size: 30px;
        font-weight: 500;
        text-align: center;
        color: #fff;
        line-height: 200px;
    }

    .sub-top-footer {
        position: absolute;
        left: 0;
        bottom: auto;
        top: 100%;
        width: 100%;
        height: auto;
        background: rgba(169, 19, 27, 0.85);
        display: none;
    }

    .sub-top-footer .col-md-25{
        width: 100%;
    }
}

/* subpage sub-content*/
.sub-content {
    padding: 60px 15px 0;
}

.sub-content .title {
    margin: 0 0 30px;
    padding: 10px 0 30px;
    border-bottom: 1px solid #e6e6e6;
    color: #a9131b;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.04em;
    position: relative;
}

.sub-content .title:before {
    content: '';
    background: #ac2f30;
    border-radius: 50px;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: -6px;
}

.sub-content .title .small-cap {
    margin: 5px 0 0;
    font-size: 17px;
    font-weight: 300;
    display: block;
    color: #555;
}

.sub-content .sub-title {
    color: #333;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.06em;
    margin: 40px 0 20px;
    padding: 0 15px 0;
    position: relative;
}

.sub-content .sub-title:before {
    content: '';
    background: #ac2f30;
    width: 8px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.sub-content p {
    color: #333;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1.6;
    margin: 0 0 20px;
}

.sub-content p .strong-title {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 5px;
    display: inline-block;
    width: 100%;
}

.sub-content ul,
.sub-content ol {
    padding-left: 0;
}

.sub-content li {
    color: #333;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1.6;
    margin-bottom: 10px;
}

.sub-title {
    margin-top: 1.5em;
}

@media(max-width:767px) {
    .sub-content .title {
        margin: 0 0 30px;
        padding: 10px 0 30px;
        border-bottom: 1px solid #e6e6e6;
        color: #a9131b;
        font-size: 25px;
        font-weight: 400;
        letter-spacing: -0.04em;
        position: relative;
    }

    .sub-content .title .small-cap {
        margin: 10px 0 0;
        font-size: 15px;
        font-weight: 300;
        display: block;
        color: #555;
    }

    .sub-content .sub-title {
        color: #333;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: -0.06em;
        margin: 40px 0 20px;
        padding: 0 15px 0;
        position: relative;
    }
}

/* table 설정 */
.table-bordered {
    border-top: 2px solid #ac2f30 !important;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    vertical-align: middle;
    color: #666;
    font-size: 13px;
    letter-spacing: -0.02em;
    padding: 16px 14px !important;
    line-height: 1.6 !important;
    border: 1px solid #e1e1e1 !important;
}

.table-bordered thead tr th {
    background: #f6f6f6 !important;
    color: #222 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: -0.04em !important;
    vertical-align: middle;
}

.table-bordered tbody tr th {
    color: #222 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: -0.04em !important;
    vertical-align: middle;
}

.table>tbody+tbody {
    border-top: 2px solid #e1e1e1;
    background: #f7f7f7;
}

.table-faq {
    border-top: 2px solid #333333;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
}

.table.table-style {
    border-top: 2px solid #555;
}

.table.table-style thead tr th {
    background: #eee;
    text-align: center;
}

.table.table-style tr td,
.table.table-style tr th {
    border-bottom: 1px solid #ddd;
}

/* subpage intro */
.sub-content .biz_list>li {
    margin-bottom: 15px;
}

.sub-content .biz_list>li:before {
    display: none;
}

.sub-content .biz_list>li .inner_wrap {
    padding: 32px 20px 0;
    border: 1px solid #dedede;
    border-radius: 4px;
    min-height: 150px;
}

.sub-content .biz_list>li .biz_num {
    background: #ac2f30;
    width: 32px;
    height: 32px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.06em;
}

.sub-content .biz_list>li p {
    word-break: keep-all;
    text-align: center;
    margin: 0;
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 1.4;
}

/* subpage location */
.location_des {
    padding: 20px 24px;
    background: #f6f6f6;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    margin: -5px 0 20px !important;
}

.location_des2 {
    border: 1px solid #dedede;
    padding: 16px 14px;
    margin: 0 !important;
    color: #666 !important;
    text-align: center;
}

.location_des2 strong {
    font-size: 14px;
    font-weight: 500;
}

/* subpage woman_studies */
.strong-title {
    color: #222;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.06em;
    margin: 40px 0 14px;
}


/* subpage activity */
.activity_wrap {
    margin-bottom: 35px;
}

.activity_wrap .inner_wrap {
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 40px 15px 20px;
    margin-bottom: 25px;
    min-height: 250px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}

.activity_wrap .box_title {
    margin: 0;
    display: block;
    color: #a9131b;
    font-size: 17px;
    letter-spacing: -0.06em;
    text-align: center;
    font-weight: 500;
}

.activity_wrap .box_title:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #a9131b;
    display: block;
    margin: 20px auto;
}

.activity_wrap .inner_wrap p {
    font-size: 14px;
    margin: 0;
}

/* subpage about */
#about02-table th,
#about02-table td {
    text-align: center;
}

#about02-table td[rowspan] {
    vertical-align: middle !important;
}

#about04 .thumbnail {
    margin: 15px 0;
    padding: 0;
    height: 260px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    position: relative;
}

#about04 .thumbnail:before {
    content: '';
    background: #ac2f30;
    width: 20px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: -1px;
}

#about04 .thumbnail img {
    float: left;
    width: 25%;
    height: auto;
    display: inline-block;
    margin: 50px 0 0 35px;
}

#about04 .thumbnail .caption {
    width: 65%;
    display: block;
    float: right;
    padding: 20px 15px;
}

#about04 .thumbnail .caption p {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 10px;
    letter-spacing: -0.06em;
    line-height: 1.4;
}

#about04 .thumbnail .caption p.name {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
}

@media(max-width:767px) {
    #about04 .thumbnail {
        margin: 15px 0;
        padding: 0;
        height: max-content;
        border: 1px solid #e1e1e1;
        border-radius: 0;
        position: relative;
    }

    #about04 .thumbnail:after {
        content: "";
        display: block;
        clear: both;
    }

    #about04 .thumbnail img {
        float: left;
        width: 20%;
        height: auto;
        display: inline-block;
        margin: 50px 0 0 35px;
    }
}

/* subpage info */
#info01 table th,
#info01 table td {
    text-align: center;
    vertical-align: middle;
}

/* subpage graduate */
.tb-history {
    margin: 0;
}

.tb-history tbody tr th,
.tb-history tbody tr td {
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    padding: 12px 15px;
}

.tb-history tbody tr th {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    color: #323232;
    font-weight: 500;
    text-align: center;
}

.tb-history tbody tr td {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #555;
    font-weight: 300;
}

@media (max-width:767px) {
    .tb-history tbody tr th {
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        color: #323232;
        font-weight: 500;
        text-align: center;
        font-size: 13px;
    }

    .tb-history tbody tr td {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        color: #555;
        font-weight: 300;
        font-size: 13px;
    }
}

/* subpage - 자료실 */
.reference_link_wrap {
    margin: 10px 0 35px;
}

.reference_link_wrap ul:after {
    content: '';
    display: block;
    clear: both;
}

.reference_link_wrap ul{
    display: flex;
}

.reference_link_wrap ul li {
    width: 100%;
}

.reference_link_wrap ul li{
    margin: 0 3px;
}

.reference_link_wrap .reference_link_btn {
    display: block;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 20px;
    font-size: 13px;
    padding: 10px 1px;
    color: #000;
    /* letter-spacing: -0.10em; */
}

.reference_link_wrap .reference_link_btn.active {
    background: #eee;
}

.sub-content .nav-tabs>li>a {
    color: #000;
}

.sub-content .tab-content {
    margin-top: 25px;
}

/* @media(min-width:768px) {
    .reference_link_wrap ul li {
        width: calc(100% / 7);
        padding: 0 2px;
    }
} */

/*footer*/
.footer_copy .text-center {
    padding: 0;
}

.footer_wrap {
    padding: 20px 0;
    background-color: #222;
}

.footer_wrap+br {
    display: none !important;
}

@media screen and (max-width: 479px) {
    .footer_wrap .call_wrap .btn.btn-plug.btn-dot {
        display: inline-block;
    }
}

.footer_wrap .copy_wrap {
    text-align: left;
}

.footer_wrap .swr-line {
    border-top: 1px solid #3F474A;
    margin-top: 40px;
    margin-bottom: 35px;
}

.footer_wrap .copy_wrap span {
    color: #8C8C8C;
    font-size: 12px;
}

.footer_wrap .copy_wrap span[name="addr"] {
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .footer_wrap .copy_wrap span[name="addr"] {
        line-height: 1;
    }

}

.footer_wrap .copy_wrap span+span:before {
    content: '| ';
    margin: 15px;
    opacity: .5;
}

.footer_wrap .location_link {
    color: #8C8C8C;
    font-size: 12px;
}

.footer_wrap .copyright_wrap {
    text-align: right;
}

.footer_wrap .copyright_wrap span {
    color: #8C8C8C;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

@media(max-width:767px) {
    .footer_wrap .copyright_wrap span {
        color: #8C8C8C;
        font-size: 10px;
        display: block;
        margin-top: 10px;
    }
}

.footer-login{
	float:right;
}
.footer-login .login-btn{
	display:inline-flex;
    justify-content: center;
    align-items: center;
	margin-top:10px;
    margin-right: 15px;
	padding:4px 10px;
    height: 25px;
	border-radius: 4px;
    line-height: 1;
	font-size:12px;
	color:#eee;
	background:rgba(255,255,255,0.3);
}
.footer-login .login-btn:hover{
	background:rgba(255,255,255,0.5);
}

/* ----- 게시판 설정 ----- */

.dh-board,
.bbs-list-view-layout .dh-view-box,
.bbs-list-add-layout #insertForm,
.bbs-list-edit-layout #insertForm,
.bbs-blog-view-layout .dh-view-box,
.bbs-blog-add-layout #insertForm,
.bbs-blog-edit-layout #insertForm,
.bbs-faq-view-layout .dh-view-box,
.bbs-faq-add-layout #insertForm,
.bbs-faq-edit-layout #insertForm,
.mod-custom-form-add #mod_type_formForm {
    visibility: hidden;
}

.dh-board {
    margin-bottom: 70px;
    padding-left: 0;
    padding-right: 30px;
}

.form-horizontal {
    margin-bottom: 100px;
}

.dh-board .table>thead>tr>th,
.dh-board .table>tbody>tr>th,
.dh-board .table>tfoot>tr>th,
.dh-board .table>thead>tr>td,
.dh-board .table>tbody>tr>td,
.dh-board .table>tfoot>tr>td {
    padding: 16px 20px;
    color: #666;
    font-size: 13px;
}

.dh-board .table>thead>tr>th {
    background: #F8F8F8;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.03em;
    text-align: center;
}

.dh-board .table>tbody>tr>td {
    border-bottom: 1px dotted #dedede;
}

.dh-board .table>tbody>tr>td>strong>a {
    color: #555;
}

.dh-board>.table-hover {
    border-top: 2px solid #333333;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
}

.dh-board>.table-hover>tbody>tr:hover td {
    background-color: #f9f9f9;
}

.dh-board>.table-hover>tbody>tr:hover>td>strong>a {
    color: #000;
}

.dh-board .regdate,
.dh-board .hits,
.dh-board .writer,
.dh-board .status {
    text-align: center;
}

.dh-margin-top {
    margin-top: 40px;
    display: inline-block;
}

.dh-board .dh-margin-top .pagination {
    margin-top: 0;
}

.dh-view-box {
    margin-top: 0px;
}

.sns-box {
    display: none;
}

.dh-view-box>.row {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    margin: 0;
}

.dh-view-box>.row>.page-header>h4 {
    color: #333;
    font-size: 23px;
    margin: 14px 0;
}

.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ccc;
    background: rgba(0, 0, 0, 0);
    padding: 8px 20px 8px;
    color: #888;
}

.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 h6 {
    margin: 0 0 0;
    padding: 5px 5px 0;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
    padding: 30px 20px 60px !important;
    min-height: 300px;
}

.bbs-status-index-layout .regdate {
    display: none;
}

.label {
    background: rgba(0, 0, 0, 0);
    padding: 0 5px;
    font-size: 90%;
}

.label .glyphicon-lock {
    color: #666;
}

.label-danger,
.label-primary {
    color: #a9131b;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #a9131b;
    border: 1px solid #a9131b !important;
}

.pagination>li>a,
.pagination>li>span {
    color: #9D8478;
    border: 1px solid #fff !important;
}

.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;
}

.filter-items {
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
}

.filter-items>a {
    margin: 0 2px !important;
}

.filter-items>a>.filter-label {
    background: #f7f7f7;
    border: 1px solid #dedede !important;
    font-size: 13px;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0;
    padding: 15px 20px;
    position: relative;
}

.filter-items>a:hover>.filter-label,
.filter-items>a:focus>.filter-label {
    background: #fff;
    color: #a9131b;
    font-weight: 500;
}

.filter-items>a.on>.filter-label {
    color: #111;
}

.filter-items>a.on>.filter-label::after {
    content: '';
    display: block;
    background-color: #a9131b;
    width: 5px;
    height: 5px;
    z-index: 0;
    margin-left: -3px;
    position: absolute;
    left: 50%;
    bottom: 6px;
}

.filter-items>a>.filter-label span {
    z-index: 1;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .filter-items>a+a {
        margin-left: 7px;
    }

    .filter-items>a>.filter-label span {
        padding: 0 10px;
    }
}

/* 포토갤러리 */

.bbs-blog2-index-layout .filter-items {
    text-align: center;
    padding: 0;
    margin: 0 0 50px;
}

.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;
}

/* calendar */
.contact-calendar-layout {
    padding: 0 0 80px;
}

.contact-calendar-layout .btn-danger {
    background: #a9131b;
    border: 1px solid #a9131b !important;
    border-radius: 0 !important;
    color: #e6e6e6;
    font-weight: 600;
    font-size: 12px !important;
    padding: 10px 15px !important;
    margin: 0 !important;
}

.contact-calendar-layout .btn-danger:hover,
.contact-calendar-layout .btn-danger:focus {
    background: #fff;
    color: #a9131b;
}

.fc-button-group button {
    background: #f7f7f7 !important;
    border: 1px solid #dedede !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    padding: 0 20px !important;
    letter-spacing: -0.02em;
    line-height: 40px !important;
    height: 45px !important;
    color: #555 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.fc-button-group .fc-state-active {
    background: #fff !important;
    color: #a9131b !important;
    font-weight: 500 !important;
}

.login-layout,
.join-agree-area,
#joinForm {
    max-width: 1170px;
    width: 100%;
    margin: -65px auto 65px;
    clear: both;
}

.login-layout .panel-body > .inner-box-msg,
.login-layout .panel-body > .col-sm-12{
    display: none;
}

.login-layout .inner-box-form{
    margin: 0 auto;
    float: inherit;
}

#joinForm {
    padding: 0 15px;
}

.join-agree-area .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}

.join-agree-area .panel .row {
    padding: 0 15px !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) {

    .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;
    }
}

/* ---------- 게시판 ---------- */
#mod_type_formForm{
    max-width: 960px;
    background: #fafafa;
    padding: 50px;
}

#mod_type_formForm .q_number{
    position: relative;
}

#mod_type_formForm .q_number:after{
    content: "";
    display: block;
    clear: both;
}

#mod_type_formForm .q_number h3{
    margin: 6px 0 0;
}

#mod_type_formForm .q_number h3 i{
    display: none;
}

#mod_type_formForm .q_number input:focus{
    box-shadow: none !important;
    border-color: #ac2f30;
}

#mod_type_formForm .q_number > div:nth-child(1){
    float: left;
    width: 20%;
}

#mod_type_formForm .q_number > div:nth-child(2){
    position: absolute;
    left: 0;
    top: 30px;
    width: 20%;
    font-size: 12px;
}

#mod_type_formForm .q_number > div:last-child,
#mod_type_formForm .q_number:nth-child(1) > div:last-child,
#mod_type_formForm .q_number:nth-child(2) > div:last-child{
    position: static;
    float: left;
    width: 80%;
}
#mod_type_formForm .btn-wrap .btn{
    float: none !important;
    background: #ac2f30;
    border-color: #ac2f30;
    width: 200px;
}
/* ---------- //게시판 ---------- */
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.6;
    font-size: 14px;
    color: #818181;
    margin-bottom: 30px;
}

.maintenance .btn {
    border-radius: 0;
    padding: 15px 40px;
    font-size: 14px;
    width: 180px;
    border-color: #666;
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

.maintenance .btn:hover {
    color: #fff;
    background: #333;
}

.sub-menu ul{
    display: flex;
    margin: 0 0 35px;
}

.sub-menu ul li{
    width: 100%;
}

.sub-menu ul li a{
    display: block;
    margin: 0 5px;
    padding: 15px;
    border: 1px solid #ddd;
    text-align: center;
    color: #333;
}

.sub-menu ul li.active a{
    background: #ac2f30;
    border-color: #ac2f30;
    color: #fff;
}