/*
@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//fonts.googleapis.com/css?family=Archivo+Black);
*/
@import url(./css/materialdesignicons.min.css);

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@500&display=swap");

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

* {
    word-break: keep-all;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

#m-19 {
    display: none;
}

.navbar.navbar-inverse {
    background-color: #f3f3f3;
    border: 0;
    margin-bottom: 0;
}

.navbar.navbar-inverse .navbar-brand {
    font-family: "Archivo Black", sans-serif;
    color: #9d1e24;
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
    /* 	border-bottom: 1px solid #DEDEDE; */
}

.navbar.navbar-inverse .navbar-brand img {
    /* 	width: 155px; */
    margin-top: 0;
}

.navbar.navbar-inverse .navbar-brand > span {
    display: block;
    color: #212121;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-align: right;
    margin-top: -8px;
}

@media (min-width: 768px) {
    .navbar.navbar-position-left {
        width: 200px;
        min-height: 50vh;
        float: left;
        border-radius: 0;
    }

    .navbar.navbar-inverse > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar.navbar-inverse .navbar-brand {
        padding: 0 19px;
        margin-left: 0;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .navbar.navbar-inverse .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar.navbar-inverse .navbar-nav.navbar-right {
        margin-right: 0 !important;
    }

    .navbar.navbar-inverse .navbar-nav > li {
        width: 100%;
    }

    .navbar.navbar-inverse .navbar-nav > li > a {
        padding-left: 30px;
        padding-right: 15px;
    }
}

.navbar.navbar-inverse .navbar-nav .dropdown-menu {
    position: relative;
    background-color: transparent;
    width: 100%;
    max-width: none;
    -webkit-box-shadow: none;
    padding: 0px 0 20px;
    box-shadow: none;
    border: 0;
    border-radius: 0;
}

@media (min-width: 768px) {
    /*
	.navbar.navbar-inverse .navbar-nav .dropdown-menu {
		animation-fill-mode: both;
		animation-duration: .5s;
		animation-name: fadeInRight;
	}
	*/
}

.navbar.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 5px 30px;
    color: #555;
}

@media (min-width: 767px) {
    ul.nav li.dropdown:not(.open):hover > ul.dropdown-menu {
        display: none;
    }
}

.navbar.navbar-inverse .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
    color: #212121;
    background-color: #f3f3f3;
    font-size: 16px;
    font-weight: 600;
}

.navbar.navbar-inverse .navbar-nav > li:hover > a,
.navbar.navbar-inverse .navbar-nav > li > a:hover,
.navbar.navbar-inverse .navbar-nav > li > a:focus,
.navbar.navbar-inverse .navbar-nav > li.dropdown.open > a,
.navbar.navbar-inverse .navbar-nav > li.dropdown.open > a:hover,
.navbar.navbar-inverse .navbar-nav > li.dropdown.open > a:focus {
    background: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #a53236;
    font-weight: bold;
}
/*
.navbar.navbar-inverse .navbar-nav .dropdown-menu > li > a::before {
	content: '';
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	margin-top: 4px;
	margin-right: 10px;
	border: 2px solid #EEE;
	-webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) .3s all;
	transition: cubic-bezier(0.22, 0.61, 0.36, 1) .3s all;
}
*/
.navbar.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
.navbar.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
    background: none;
    background-color: transparent;
    color: #a53236;
    font-weight: 600;
}

.navbar.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover::before,
.navbar.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #a53236;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: lifill;
}

@-webkit-keyframes lifill {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: #a53236;
    }
}

@keyframes lifill {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: #a53236;
    }
}

.snsButtons {
    margin-top: 30px;
    text-align: center;
    padding-left: 15px;
    padding-right: 30px;
    float: left;
    width: 100%;
    display: none;
}

@media (max-width: 767px) {
    .snsButtons {
        display: none;
    }
}

.snsButtons > li {
    list-style: none;
    width: 25%;
    float: left;
    text-align: left;
}

.snsButtons > li > a {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-color: #ccc;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

.snsButtons > li > a + a {
    margin-left: 2px;
}

.snsButtons .snsButtons_twitter:hover {
    background-color: #1ba1f1;
}

.snsButtons .snsButtons_facebook:hover {
    background-color: #4866a9;
}

.snsButtons .snsButtons_instagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.snsButtons .snsButtons_youtube:hover {
    background-color: #fe0400;
}

#wrapper {
    background-color: #f3f3f3;
    padding-left: 0;
    padding-right: 0;
    border-left: 1px solid #ddd;
}
#wrapper .wrapper-content {
    background: #fff;
}
#wrapper:before {
    display: table;
    content: " ";
}

#wrapper:after {
    display: table;
    content: " ";
    clear: both;
}

@media (min-width: 768px) {
    #wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    #wrapper {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    #wrapper {
        width: 1170px;
    }
}

@media (max-width: 991px) {
    #wrapper {
        width: 750px;
    }
}

@media (max-width: 767px) {
    #wrapper {
        width: 100%;
    }
}

.wrapper-content {
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    #wrapper .wrapper-content {
        float: left;
        width: calc(100% - 200px);
        padding-bottom: 60px;
        padding-left: 30px;
        border-left: 1px solid #ddd;
    }

    #wrapper .wrapper-content > .container {
        width: 100%;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }
}

.topmenu-fixed {
    /* 	background-color: #a53236; */
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .topmenu-fixed {
        border-top: 1px solid #dedede;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.topmenu-fixed > ul {
    padding-left: 0;
    margin-bottom: 0;
}

.topmenu-fixed > ul > li {
    float: left;
    list-style: none;
}

.topmenu-fixed > ul > li > a {
    display: block;
    color: #888;
    font-size: 12px;
    padding: 12px 15px;
}

.topmenu-fixed > ul.pull-right .dropdown-menu {
    left: auto;
    right: 0;
    animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-name: fadeInRight;
}

@media (min-width: 768px) {
    .topmenu-fixed > ul.pull-left {
        margin-left: -15px;
    }

    .topmenu-fixed > ul.pull-right {
        margin-right: -15px;
    }
}

.container_slide .fill {
    height: 480px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .container_slide .fill {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .container_slide {
        padding-left: 0;
        padding-right: 0;
    }
}

.container_slide .carousel-caption h1 span,
.container_slide .carousel-caption p span {
    background-color: transparent;
    text-shadow: none;
    text-transform: uppercase;
    opacity: 1;
    padding: 0;
}

.container_slide .carousel-caption h1 {
    color: #ffeda6;
    margin-top: 0;
    line-height: 30px;
    animation-fill-mode: both;
    animation-duration: 1s;
    /* 	animation-name: fadeInRight; */
    animation-delay: 0.5s;
}

.container_slide .carousel-caption h1 .mainText {
    display: block;
    color: #fff;
    font-style: inherit;
    font-weight: 600;
}

.container_slide .carousel-caption p {
    color: #8b7a72;
    animation-fill-mode: both;
    animation-duration: 1s;
    /* 	animation-name: fadeInRight; */
    animation-delay: 0.8s;
}

@media (min-width: 768px) {
    .container_slide .carousel-caption {
        top: 40px;
        left: 35px;
        right: 35px;
        text-align: left;
        padding: 0;
    }
    .container_slide .carousel-caption h1 .mainText {
        font-size: 32px;
    }
    .container_slide .carousel-caption h1 {
        font-size: 15px;
        line-height: 35px;
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .container_slide .carousel-caption {
        top: 145px;
        left: 55px;
        right: 55px;
    }
    .container_slide .carousel-caption h1 {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 52px;
        text-align: left;
    }

    .container_slide .carousel-caption h1 .mainText {
        font-size: 55px;
        letter-spacing: 6px;
    }

    .container_slide .carousel-caption p {
        font-size: 14px;
        line-height: 26px;
        text-align: left;
    }
}

@media (max-width: 539px) {
    .container_slide .carousel-caption {
        left: 0;
        right: 0;
        bottom: 25px;
    }
}

.container_slide .carousel-indicators {
    bottom: 25px;
    right: 25px;
    left: auto;
    text-align: right;
    margin-bottom: 0;
}

.container_slide .carousel-indicators > li {
    width: 14px;
    height: 14px;
    border-radius: 0;
    border: 2px solid #fff;
    margin: 0 2px;
    padding: 0;
}

.container_slide .carousel-indicators > li.active {
    width: 14px;
    height: 14px;
    border-radius: 0;
    border: 2px solid #fff;
    background-color: #fff;
    margin: 0 2px;
    padding: 0;
}

@media (max-width: 767px) {
    #mainBanner {
        padding-left: 0;
        padding-right: 0;
    }
    .container_slide .fill {
        margin-bottom: 0;
    }
    .container_slide .carousel-caption h1 {
        font-size: 18px;
        line-height: 20px;
    }

    .container_slide .carousel-caption h1 .mainText {
        margin-top: 10px;
        font-size: 24px;
    }

    .container_slide .carousel-caption p {
        word-break: normal;
        color: #fff;
    }
}

#mainBanner > .row {
    margin-left: -10px;
    margin-right: -10px;
}

#mainBanner > .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 640px) and (max-width: 767px) {
    #mainBanner > .row {
        margin-left: 0;
        margin-right: 0;
    }
    #mainBanner > .row > div {
        width: 25%;
        padding: 0;
    }
}

.mainBannerBox {
    padding: 40px 25px;
    display: block;
    position: relative;
    height: 120px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-transition: ease 0.3s background;
    transition: ease 0.3s background;
    color: #fff !important;
}

.mainBannerBox:hover {
}

.mainBannerBoxTitle {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    position: relative;
    z-index: 2;
    -webkit-transition: ease 0.5s all;
    transition: ease 0.5s all;
}

.mainBannerBoxDes {
    font-size: 12px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-transition: ease 0.5s all;
    transition: ease 0.5s all;
}

.mainBannerBoxImg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* 	background: rgba(255, 255, 255, .9); */
    background-size: 100% 100%;
    -webkit-transition: ease 0.5s all;
    transition: ease 0.5s all;
}

.mainBannerBoxImg2 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: ease 0.5s all;
    transition: ease 0.5s all;
}

.mainBannerBox:hover .mainBannerBoxImg {
    height: 0;
}

.mainBannerBox:hover .mainBannerBoxImg2 {
    height: 100%;
}

.mainBannerBox.mainBannerBox1 {
    background-image: url("/skin/img/main/mainBanner_01.jpg");
}

.mainBannerBox.mainBannerBox2 {
    background-image: url("/skin/img/main/mainBanner_02.jpg");
}

.mainBannerBox.mainBannerBox3 {
    background-image: url("/skin/img/main/mainBanner_03.jpg");
}

.mainBannerBox.mainBannerBox4 {
    background-image: url("/skin/img/main/mainBanner_04.jpg");
}

/* .mainBannerBox.mainBannerBox1 {
	background: linear-gradient(0deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('/skin/img/main/mainBanner_01.jpg');
}

.mainBannerBox.mainBannerBox1:hover {
	background: linear-gradient(0deg, rgba(157, 30, 36, .8), rgba(157, 30, 36, .8)), url('/skin/img/main/mainBanner_01.jpg');
}

.mainBannerBox.mainBannerBox2 {
	background: linear-gradient(0deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('/skin/img/main/mainBanner_02.jpg');
}

.mainBannerBox.mainBannerBox2:hover {
	background: linear-gradient(0deg, rgba(157, 30, 36, .8), rgba(157, 30, 36, .8)), url('/skin/img/main/mainBanner_02.jpg');
}

.mainBannerBox.mainBannerBox3 {
	background: linear-gradient(0deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('/skin/img/main/mainBanner_03.jpg');
}

.mainBannerBox.mainBannerBox3:hover {
	background: linear-gradient(0deg, rgba(157, 30, 36, .8), rgba(157, 30, 36, .8)), url('/skin/img/main/mainBanner_03.jpg');
} */

.mainBannerBox:hover .mainBannerBoxTitle,
.mainBannerBox:hover .mainBannerBoxDes {
    color: #fff;
}

@media (min-width: 992px) {
    .intro-board-widget-layout .intro-boardbox.col-sm-12 {
        /* width: 50%; */
    }
}

.intro-boardbox .page-header {
    border-bottom: none;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.intro-boardbox .page-header h4 {
    font-size: 20px;
    color: #212121;
    margin: 0;
}

.intro-boardbox .page-header h4 .btn {
    color: #000;
    font-size: 24px;
    line-height: 1;
    margin-top: -11px;
    padding-left: 0;
    padding-right: 0;
}

.intro-boardbox .page-header h4 .btn .fa {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons" !important;
    font-family: inherit;
    text-rendering: auto;
    line-height: inherit;
    /*
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	-webkit-transition: ease .5s all;
	transition: ease .5s all;
	*/
}

.intro-boardbox .page-header h4 .btn .fa:before {
    content: "\F054";
}

.intro-boardbox .page-header h4 .btn:hover .fa {
    /* 	-webkit-transform: rotate(360deg); */
    /* 	transform: rotate(360deg); */
    color: #a53236 !important;
}

.intro-boardbox .front-panel .panel {
    border: 0;
    padding: 0;
    margin: 0;
}

.intro-boardbox .front-panel .panel .panel-body {
    padding: 0;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words {
    padding-left: 0;
    padding-right: 0;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 a {
    display: block;
}

.intro-boardbox .front-panel .panel .panel-body h6 a,
.intro-boardbox .front-panel .panel .panel-body h6 a span {
    color: #666;
    font-size: 14px;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 a:hover span,
.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 a:focus span {
    text-decoration: none !important;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6,
.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 b,
.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 a,
.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 a span {
    font-weight: normal;
}

.intro-boardbox .front-panel .panel .panel-body .list-row-contents {
    display: none;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 b a .list-row-subject {
    width: calc(100% - 120px);
    /*     display: inline-block; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 b a small {
    /*     float: left; */
    margin-top: -3px;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words h6 b a small .label.label-danger {
    color: #eaa218 !important;
    margin-left: 0 !important;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: 1px;
    font-weight: 600;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words .row-separator {
    display: none;
}

.intro-boardbox .front-panel .panel .panel-body .dh-front-list2-words .list-row-regdate {
    float: right;
}

/* 게시판 테이블 */
.dh-board > .table-hover {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ccc;
    margin: 0px 0 30px;
}
.dh-board > .table-hover td,
.dh-board > .table-hover th {
    padding: 12px 15px !important;
    font-size: 14px;
    font-weight: 400;
}
.dh-board > .table-hover th {
    background: #f3f3f3;
    color: #333;
    border-bottom: 1px solid #ddd;
}
.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: #a53236;
    text-decoration: underline !important;
}
/* 게시판 스타일 */
.table.table-style {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ccc;
    margin: 0px 0 30px;
}
.table.table-style td,
.table.table-style th {
    padding: 12px 15px !important;
    font-size: 14px;
    font-weight: 400;
}
.table.table-style > tbody > tr:hover td {
    background-color: #ffffff;
}
.table.table-style th,
.table.table-style td {
    padding: 10px !important;
    border-right: none;
}
.table.table-style td.subject a {
    color: #4a4a4a;
    font-weight: 400;
}
.table.table-style td.subject a:hover {
    color: #1a6494;
    text-decoration: underline !important;
}
.dh-margin-top {
    display: inline-block;
    margin-top: 0;
}

.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 90%;
}
.label-danger {
    color: #eaa218;
    border-radius: 100%;
    display: inline-block;
    font-weight: 600;
}
.label-primary {
    color: #bd353a;
    font-weight: 600 !important;
    display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
    border: none;
    border-radius: 0 !important;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    color: #666 !important;
}

.pagination > li:last-child > a {
    margin-left: 15px;
}

.pagination > li:first-child > a {
    margin-right: 15px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #fff;
    border: none;
    color: #a9131b !important;
    font-weight: 600;
    text-decoration: underline;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background: #f3f3f3;
    font-weight: 600;
}

#insertForm .input-group .btn {
    border-radius: 0;
    font-size: 15px;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    height: 35px;
    box-shadow: none;
    border-color: #ddd;
}
#insertForm .input-group #btnNew {
    background: #6b6f75;
    border: 1px solid #6b6f75;
}
.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;
}
.dh-board,
.dh-view-box {
    margin-top: 0;
}

@media (max-width: 767px) {
    .dh-board {
        padding-left: 15px;
        padding-right: 15px;
    }
    .dh-view-box {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* .dh-view-box .row {
    margin: 0;
} */
.sns-box {
    display: none;
}
.dh-view-box > .row > .page-header h4 {
    padding: 15px 15px;
    font-size: 20px;
    color: #333;
    margin: 0;
}
.dh-view-box > .row > .page-header {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ddd;
    background: #f3f3f3;
    padding: 0;
    margin: 0;
}
.content_wrap .page-header h4:before {
    content: none;
}
.dh-view-box > .row > .dh-view-info.dh-view-box > .row > .dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
}
.dh-view-box > .row > .dh-view-info {
    background: #fff;
}
.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: 10px 15px 0;
}
.dh-view-box .dh-attach h6 {
    margin: 0;
    padding: 0;
}
.dh-view-box .dh-attach + div {
    padding: 30px 15px 40px !important;
}

#commentForm .btn-default {
    background: #fff;
    color: #212121;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #ddd;
    max-width: 100px;
    padding: 10px;
    float: right;
    margin-top: 15px;
}

#commentForm .btn-default:hover {
    border-color: #bbb;
}
#commentForm .form-control {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
}
#commentForm .form-control:focus {
    border-color: #6b6f75;
}
.bbs-list-view-layout + .row .dh-comments {
    border-radius: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.bbs-list-view-layout + .row .dh-comments .panel-body {
    font-size: 14px;
    color: #666;
}
.bbs-list-view-layout + .row .dh-comments .panel-body em,
.bbs-list-view-layout + .row .dh-comments .panel-body strong span {
    color: #888;
    font-size: 13px;
    font-style: inherit;
}

.container.sub-layout {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

/* 서브 페이지 상단 */
.subHeader {
    height: 250px;
    margin-bottom: 50px;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.subHeader h2 {
    margin-top: 56px;
    margin-left: 30px;
    display: block;
    position: relative;
    z-index: 3;
    -webkit-transition: ease 0.5s all;
    transition: ease 0.5s all;
    animation-delay: 0.2s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: headerfill2;
    font-size: 40px;
    display: none;
}

.subHeader p {
    display: block;
    position: relative;
    z-index: 3;
    -webkit-transition: ease 0.5s all;
    transition: ease 0.5s all;
    animation-delay: 0.2s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: headerfill2;

    display: none;
}

.subHeader p:before {
    content: "|";
    float: left;
    margin-left: 30px;
    margin-right: 10px;
    opacity: 0.5;
}

.subHeader.visual1 {
    background-image: url("/skin/img/sub/sub_01.jpg");
}

.subHeaderImg {
    position: absolute;
    z-index: 1;
    width: 970px;
    height: 247px;
    background: rgba(255, 255, 255, 0.9);
    background-size: 100% 100%;
    -webkit-transition: ease 0.5s all;
    transition: ease 0.5s all;

    display: none;
}

.subHeaderImg2 {
    position: absolute;
    z-index: 2;
    width: 0;
    height: 247px;
    background: rgba(157, 30, 36, 0.8);
    background-size: 100% 100%;
    -webkit-transition: ease 0.5s all;
    transition: ease 0.5s all;
    animation-delay: 0.3s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: headerfill;

    display: none;
}

@media (max-width: 1199px) {
    .subHeaderImg {
        width: 760px;
    }
}

@media (max-width: 991px) {
    .subHeaderImg {
        width: 550px;
    }
}

@media (max-width: 767px) {
    .subHeaderImg {
        width: 100%;
    }
}

@media (min-width: 768px) {
    @-webkit-keyframes headerfill {
        0% {
            width: 0;
        }

        100% {
            width: 400px;
        }
    }

    @keyframes headerfill {
        0% {
            width: 0;
        }

        100% {
            width: 400px;
        }
    }
}

@media (max-width: 767px) {
    @-webkit-keyframes headerfill {
        0% {
            width: 0;
        }

        100% {
            width: 100%;
        }
    }

    @keyframes headerfill {
        0% {
            width: 0;
        }

        100% {
            width: 100%;
        }
    }
}

@-webkit-keyframes headerfill2 {
    0% {
        color: #000;
    }

    100% {
        color: #fff;
    }
}

@keyframes headerfill2 {
    0% {
        color: #000;
    }

    100% {
        color: #fff;
    }
}

.subContent {
    padding: 0;
}

.subContent .contents-wrap {
    margin-bottom: 40px;
    padding-left: 13px;
    word-break: break-word;
}

.subContent > .contents-wrap:last-child {
    margin-bottom: 0;
}

.subContent .title {
    display: inline-block;
    margin: 0 0 40px;
    padding: 0 0px 0px;
    border-bottom: 2px solid #212121;
    color: #212121;
    font-size: 36px;
    font-weight: 400;
    position: relative;
}
/*
.title:before {
    content: '';
    background: #ac2f30;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    position: absolute;
    top: 15px;
    left: -8px;
}
*/
.title span.small-cap {
    margin: 5px 0 0;
    font-size: 17px;
    font-weight: 300;
    display: block;
    color: #555;
}
.subContent p {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 10px;
}
.sub-title {
    margin: 0 0 15px -13px;
    font-weight: 600;
    color: #212121;
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 539px) {
    .title {
        font-size: 20px;
    }
}

.table.table-bordered thead th {
    background: #6b6f75;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 15px !important;
    border: 1px solid #8a8f96 !important;
}

.table.table-bordered tbody th {
    background: #f3f3f3;
    font-weight: 500;
}

.table.table-bordered tbody td {
    color: #666;
    text-align: left;
    line-height: 1.6 !important;
    padding: 12px 15px !important;
    border: 1px solid #e3e3e3 !important;
}

.table > tbody + tbody {
    border-top: 2px solid #e1e1e1;
    background: #f7f7f7;
}

.table.table-all-centered th,
.table.table-all-centered td {
    text-align: center;
    vertical-align: middle;
}

caption {
    color: #a53236;
    font-weight: 600;
    padding: 0;
    margin: 5px 0 15px;
    font-size: 16px;
}

/* 로그인 */
.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 #e3e3e3;
    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: #55585d;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: right;
    width: 120px;
    height: 33px;
    background: #6b6f75;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #6b6f75;
    font-size: 13px;
    float: right;
    width: 100px;
    padding: 10px 0;
    background: #6b6f75;
    border-radius: 0px;
    box-shadow: none;
    border: #6b6f75;
    font-size: 14px;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    border-color: #55585d;
    background: #55585d;
}

.id-find-layout h2,
.pw-find-layout h2 {
    text-align: center;
}

/* 회원가입 */
/* ---------- 회원가입 ---------- */
.join-layout {
    max-width: 1170px;
    margin: 0 auto;
}
.join-layout .jumbotron {
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.join-layout .jumbotron h1 {
    font-size: 34px;
    font-weight: 700;
    color: #2c2c2c;
    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: #55585d;
}
.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 .form-group .form-control:focus {
    border-color: #55585d;
}
.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;
    }
}

/* 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;
}

/*footer*/
.footer_copy .text-center {
    padding: 0;
    max-width: 1170px;
    margin: 0 auto;
    float: none;
}

.footer_wrap {
    padding: 40px 40px;
    background-color: #4a4a4a;
}

.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: #aaa;
    font-size: 13px;
}

.footer_wrap .copy_wrap span[name="addr"] {
    line-height: 30px;
}

@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: 0.5;
}

.footer_wrap .location_link {
    color: #8c8c8c;
    font-size: 12px;
}

.footer_wrap .copyright_wrap {
    text-align: right;
}

.footer_wrap .copyright_wrap span {
    color: #aaa;
    font-size: 13px;
    display: block;
    margin-top: 6px;
}

.data-list {
    margin: 25px 0 0;
    padding: 0;
}

.data-list li {
    list-style: none;
}

.data-list li h5,
.member_area h5 {
    font-size: 14px;
    font-weight: 600;
    color: #a53236;
    margin: 20px 0 10px;
}
.data-list li p {
    padding-left: 13px;
}
.sub-list {
    padding-left: 0px;
    margin: 0;
}
.sub-list > li {
    list-style: none;
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    padding-left: 10px;
    text-align: left;
}
.sub-list > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #666;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 0;
}

/* intro01 */
.subLinkBox {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 15px;
    border: 2px solid #ddd;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
}
.subLinkBox span {
    margin-right: 15px;
}
.subLinkBox a {
    color: #a53236;
    font-size: 13px;
    padding-left: 5px;
    font-weight: 400;
}

/* mission */
.missionDesBox {
    margin-bottom: 30px;
}
.missionDesBox .col-md-8 {
    padding-top: 40px;
    padding-left: 30px;
}
.missionDesBox img {
    border-radius: 10px;
}
.missionDesBox .col-md-12 .sub-title {
    margin-top: 30px;
}

/* attendance */
.img-link {
    display: inline-block;
    margin-bottom: 15px;
}
.img-link-title {
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1;
    color: #212121;
}
/* 포토갤러리 */
.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;
}
.bbs-blog2-index-layout .dh-board .dh-margin-top {
    margin-top: 30px;
}

.container_slide .carousel-caption p span {
    color: #f8f8f8;
}

/*2019-01-18*/
.camp_time .table.table-bordered tbody td {
    text-align: center;
}

/*2019-01-28*/
/* -------------------메인 페이지 썸네일------------------ */
.dh-front-blog > .col-md-4 > .thumbnail {
    position: relative;
    min-height: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    background: #000;
}
.blog-row-contents {
    display: none;
}
.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    height: 150px;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.5s;
}
.dh-front-blog > .col-md-4 > .thumbnail:hover a.blogthumb,
.dh-front-blog > .col-md-4 > .thumbnail:focus a.blogthumb {
    transform: scale(1.2);
    opacity: 0.5;
}
.dh-front-blog > .col-md-4 > .thumbnail .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    border: none;
    width: 100%;
    padding: 0;
    text-decoration: none !important;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 {
    margin: 0;
    padding: 16px 16px !important;
    font-size: 14px;
    letter-spacing: -0.03em;
    font-weight: 600;
}
@media (min-width: 768px) {
    .dh-front-blog > .col-md-4 {
        width: 50%;
    }
}
/*2020-02-11*/
.member_area {
    margin-bottom: 40px;
}
.member_area .row {
    display: flex;
    align-items: flex-end;
}
.member_area ul li {
    font-size: 15px;
    margin-bottom: 10px;
}
.member_area ul {
    padding-left: 0;
}
.member_area img {
    padding: 5px;
    border: 1px solid #ddd;
}
.member_area ul li span {
    min-width: 55px;
    color: #a53135;
    display: inline-block;
}
.calling .col-md-4 p {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}
.calling .clearfix {
    margin-bottom: 20px;
}
.calling .col-md-12 p:last-child {
    margin-bottom: 30px;
}

/* 2022-08-30 */
.link-btn:hover,
.link-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 0 10px;
    background: #9d1e24;
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

/* 2022-09-19 */
#in02 .member_area .row {
    display: flex;
    align-items: flex-end;
}
.dl_prof_new {
    margin-bottom: 0;
}
.dl_prof_new dt {
    color: #a53135;
    margin-bottom: 3px;
}
.dl_prof_new dd {
    padding-left: 5px;
}
.dl_prof_new dd + dd {
    margin-top: 2px;
}
.rule-box {
    padding: 20px 25px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
}
.rule-box p {
    white-space: pre-wrap;
    font-family: "Noto Serif KR", serif;
}

.intro-boardbox .front-panel .panel,
#bbs_6 + .dh-board tbody tr {
    /* display: none !important; */
    &.secret {
        /* display: none; */
    }
}
