@charset "utf-8";
/* @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); */

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; } */

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}
.fas {
    font-family: "FontAwesome" !important;
}
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br {
    display: none;
}

.topmarginLay_a {
    height: 91px !important;
}

@media (max-width: 990px) {
    .topmarginLay_a {
        height: 177px !important;
    }
}

@media (max-width: 767px) {
    .topmarginLay_a {
        height: 63px !important;
    }
}

/* layout */
.container_contents,
.sub-layout {
    width: 100%;
    padding: 0 !important;
}

.container_contents > .intro-html-layout {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.container_contents > .intro-html-layout > .col-sm-12 {
    width: 100%;
    padding: 0 !important;
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border-bottom: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .navbar-brand {
    padding: 20px 0 20px 15px;
    position: relative;
    width: 325px;
}

.navbar-brand:after {
    content: "스포츠운동과학과";
    position: absolute;
    right: 0;
    top: 32px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

.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 {
        width: 200px;
        padding: 15px 0 15px 15px;
    }

    .navbar-brand img {
        width: 120px;
    }

    .navbar-toggle {
        margin: 14px 15px 0;
        padding: 10px;
        background: #a9131b !important;
        border: none !important;
        border-radius: 0;
    }

    .navbar-brand:after {
        top: 16px;
        font-size: 12px;
    }
}

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background: none;
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0px 0px;
    margin: 20px 25px 33px;
    border-bottom: 2px solid #fff;
}

.navbar-inverse .navbar-nav > li:hover > a {
    color: #a9131b;
    border-bottom: 2px solid #a9131b;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #a9131b;
    border-bottom: 2px solid #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;
    border-bottom: 2px solid #a9131b;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.navbar-inverse .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    padding: 15px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    min-width: 180px;
}

.navbar-inverse .dropdown-menu > li > a {
    color: #323232;
    font-size: 14px;
    padding: 10px 30px;
    line-height: 1;
}

.navbar-inverse .dropdown-menu > li > a:focus,
.navbar-inverse .dropdown-menu > li > a:hover {
    color: #a9131b;
    text-decoration: underline;
    background: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
        padding: 15px 0 0;
        margin: 20px 25px 33px;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        margin: 0;
    }
    .navbar-inverse .navbar-collapse {
        padding: 18px 0;
        background: #6b6f75;
    }

    .navbar-inverse .navbar-nav > li > a {
        font-size: 15px;
        padding: 10px 25px;
        margin: 0;
        color: #fff;
        border-bottom: none;
    }

    .navbar-inverse .navbar-nav > li:hover > a,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:active,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #ffffff;
        background: #55585d;
        border-bottom: none;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        border-bottom: none;
        background: #55585d;
    }

    .navbar-nav .open .dropdown-menu {
        background: #474a4e;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        opacity: 0.8;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        opacity: 1;
    }
}

/* 상단 서브 메뉴 설정 끝*/

/* main page slide*/
#main-slide {
    position: relative;
    height: 480px;
}

.carousel-inner {
    height: 100%;
}

.item {
    width: 100%;
    height: 100%;
}

.slide1 {
    background: url("/skin/img/slide/slide1.jpg") no-repeat 0 0;
    background-size: cover;
}

.slide2 {
    background: url("/skin/img/slide/slide2.jpg") no-repeat 0 0;
    background-size: cover;
}

.carousel-control {
    opacity: 0.1;
}

.carousel-caption {
    top: 32%;
    bottom: auto;
    padding: 0;
    text-align: left;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    /* 	
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    bottom: auto;
    right: auto;
    left: auto;
    top: 120px;
    position: relative;
    text-align: left;
    text-shadow: 0 0 0 rgba(0,0,0,0); */
}

.carousel-caption h2 {
    margin: 0;
    color: #c52a2b;
    font-size: 40px;
    position: relative;
    letter-spacing: -1px;
}

.carousel-caption h2 span {
    color: #fff;
    font-size: 62px;
    letter-spacing: 0;
    margin: 10px 0 0;
    display: block;
}

.carousel-caption p {
    font-size: 20px;
    margin: 30px 0 0;
    line-height: 1;
}

.carousel-indicators {
    bottom: 40px;
    left: 20%;
    margin: 0;
}
.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    border: none;
    margin: 0 5px 0 !important;
    background: #888;
    box-shadow: inset 2px 2px 2px #616161;
}
.carousel-indicators li.active {
    background: #fff;
}

@media (max-width: 990px) {
    #main-slide {
        height: 400px;
    }

    .carousel-caption h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .carousel-caption p {
        font-size: 16px;
        margin: 10px 0 0;
    }

    .carousel-indicators {
        bottom: 130px;
    }
}
/* main page slide*/

/* main bottom board */
.intro-board-widget-layout {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .intro-board-widget-layout {
        width: 750px;
    }

    .intro-boardbox {
        width: 33.3%;
    }
}

@media (min-width: 992px) {
    .intro-board-widget-layout {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .intro-board-widget-layout {
        width: 1170px;
    }
}

.intro-boardbox .page-header {
    margin: 0 0 15px;
    padding: 15px 0px;
    border-top: 2px solid #a9131b;
    border-bottom: 2px solid #ddd;
}

.intro-boardbox .page-header h4 {
    color: #323232;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
}

.intro-boardbox .page-header .btn.pull-right {
    background-image: url("/skin/img/main/board_arrow.png");
    background-size: 23px;
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    width: 23px;
    height: 23px;
    border: 0;
    padding: 0;
    margin-top: 2px;
    transition: none;
}

.intro-boardbox .page-header .btn.pull-right > i.fa {
    display: none;
}

.intro-boardbox .dh-front-list2 .front-panel > .panel,
.intro-boardbox .dh-front-list2 .front-panel > .panel .panel-body {
    border: none;
    padding: 0;
}

.intro-boardbox .dh-front-list2 .front-panel .dh-front-list2-words {
    padding-left: 0;
    padding-right: 0;
}

.intro-boardbox .dh-front-list2 .front-panel .dh-front-list2-words .row-separator,
.intro-boardbox .dh-front-list2 .front-panel .dh-front-list2-words .list-row-contents {
    display: none;
}

.intro-boardbox .dh-front-list2 .front-panel .dh-front-list2-words .list-row-regdate {
    float: right;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span,
.dh-front-list2 h6 a:hover .list-row-regdate,
.dh-front-list2 h6 a:focus .list-row-regdate {
    font-weight: 400;
    color: #616161;
    text-decoration: none;
}

.dh-front-list2 h6 a:hover,
.dh-front-list2 h6 a:hover span,
.dh-front-list2 h6 a:focus,
.dh-front-list2 h6 a:focus span {
    color: #a9131b;
}
/* main bottom board */

/* sub page sub-top */
.sub-top-wrap {
    position: relative;
    width: 100%;
    height: 200px;
    background: url(/skin/img/sub/sub-top-bg.jpg) no-repeat 0 50%;
    background-size: cover;
}

.sub-top-body {
    height: 200px;
}

.sub-top-body h2 {
    margin: 0;
    font-size: 46px;
    text-align: center;
    color: #fff;
    line-height: 200px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .sub-top-wrap {
        position: relative;
        width: 100%;
        height: 150px;
        background: url(/skin/img/sub/sub-top-bg.jpg) no-repeat 0 50%;
        background-size: cover;
    }
    .sub-top-body {
        height: 150px;
    }
    .sub-top-body h2 {
        margin: 0;
        font-size: 36px;
        font-weight: 500;
        text-align: center;
        color: #fff;
        line-height: 150px;
    }
}
/* sub page sub-top */

/* sub page */
.mT20 {
    margin-top: 20px !important;
}

.breadcrumb_wrap {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
}

.breadcrumb_wrap h3 {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 0 20px;
    color: #323232;
    font-size: 35px;
    font-weight: 600;
}

.breadcrumb_wrap h3 span {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 8px;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    margin: 14px 0 0;
    padding: 0 0 0;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    color: #717070;
    float: right;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > .active {
    font-weight: 700;
}

.breadcrumb > li + li:before {
    content: "\276D";
    font-family: "FontAwesome";
}

.left_menu_wrap {
    padding: 0;
}

.right_menu_wrap {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .right_menu_wrap {
        padding: 30px 0 0 0;
    }
}

.left_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
}
.left_menu > div {
    padding: 10px 0 20px;
    border-bottom: 3px solid #a9131b;
}
.left_menu h3 {
    font-size: 26px;
    margin: 0;
}
.left_menu > li > a {
    display: block;
    border-bottom: 1px solid #ddd !important;
    margin: 0;
    padding: 18px 20px;
    color: #323232;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
}
.left_menu > li.active > a {
    color: #a9131b;
    font-weight: 600;
}
.left_menu > li.active > a:after {
    content: "\276F";
    float: right;
}

.left_menu_sub {
    margin: 0;
    padding: 12px 0;
    list-style: none;
    background: #f3f3f3;
}

.left_menu_sub > li.active > a {
    color: #a9131b;
    font-weight: 700;
}

.left_menu > li.active > a:hover {
    color: #a9131b;
    text-decoration: none;
}

.left_menu > li > a:hover {
    color: #a9131b;
}

.left_menu_sub > li > a {
    padding: 10px 25px 10px 25px;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #555;
    line-height: 1;
    font-weight: 400;
}

.left_menu_sub > li.active > a:after {
    content: "\276F";
    float: right;
}

.sub-content > .row {
    margin: 0;
}

.contents-wrap > .row {
    margin: 0 -15px 60px;
}

.contents-wrap > .row:last-child {
    margin-bottom: 0;
}

.contents-wrap p {
    color: #616161;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .breadcrumb_wrap h3 {
        font-size: 24px;
    }
    .breadcrumb_wrap h3 span {
        display: none;
    }
    .breadcrumb {
        margin-top: 0;
    }
    .contents-wrap > .row {
        margin: 0 -15px 30px;
    }
    .left_menu > li > a {
        font-size: 13px;
        padding: 13px;
    }
    .left_menu_sub > li > a {
        font-size: 12px;
        padding: 8px 20px;
    }
}

.sub-content {
    min-height: 600px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px 80px;
}

.sub-list {
    padding-left: 0px;
    margin: 0;
}

.sub-list > li {
    list-style: none;
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 180%;
    margin-bottom: 5px;
    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;
}

.sub-title {
    color: #323232;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0 15px 0;
    position: relative;
}

.sub-title:before {
    content: "";
    background: #a9131b;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 7px;
    left: 0;
}

.professor-wrap {
    padding: 25px;
    width: 100%;
    height: 280px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    overflow: hidden;
}

.professor-wrap .col-md-3 {
    padding-right: 8px;
}

.professor-title {
    margin: 6px 0 15px;
    color: #323232;
    font-weight: 600;
}

.professor-wrap .sub-list li {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 6px;
}

.professor-wrap .sub-list li:before {
    top: 7px;
}

.professor-wrap img {
    border: 4px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.intro-list {
    margin: 0;
    padding: 0;
}

.intro-list li {
    overflow: hidden;
    margin-bottom: 15px;
}

.intro-list li .left {
    float: left;
    width: 20%;
    padding: 0 5px;
}

.intro-list li .left h5 {
    margin: 0;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.intro-list li .right {
    float: left;
    width: 80%;
    padding: 0 5px;
}

.intro-list li .right p {
    margin: 0 !important;
    padding: 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

.boxing {
    padding: 15px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    height: 230px;
}

.boxing h4 {
    margin: -15px -15px 15px;
    padding: 15px;
    background: #a9131b;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.data-wrap {
    margin-bottom: 40px;
}

.intro-under-list {
    margin: 0;
    padding: 0;
}

.intro-under-list li {
    margin-bottom: 15px;
}

.intro-under-list li p {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px !important;
}

.intro-under-list li p span {
    font-size: 28px;
    color: #a9131b;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
}

#intro01 .data-wrap p {
    margin-bottom: 25px;
}

.table thead tr th {
    padding: 12px 15px;
    color: #323232;
    font-size: 16px;
    background: #f3f3f3;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.table tbody tr th {
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    background: #f3f3f3;
    text-align: center;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

.table tbody tr td {
    padding: 12px 15px;
    font-size: 14px;
    color: #616161;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.table {
    border-top: 2px solid #a9131b;
    border-bottom: 2px solid #ccc;
}

.table-responsive {
    margin-bottom: 40px;
}

.info-wrap {
    margin-bottom: 30px;
}

.info-wrap p {
    padding: 20px;
    margin: 0;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
    background: #f3f3f3;
}

@media (max-width: 767px) {
    .info-wrap p {
        margin: 0 0 20px;
    }

    .info-wrap {
        margin-bottom: 0;
    }
}

.info-boxing {
    margin-top: 50px;
}

.info-boxing .title {
    color: #323232;
    font-size: 32px;
    background: #fff;
    overflow: hidden;
    display: inline-block;
    margin: 0 0 20px;
}

.info-boxing .title span {
    /* float: right; */
    padding: 0 0 0 15px;
    font-size: 15px;
    font-weight: 700;
}

.info-boxing .title span:nth-child(1) {
    color: #39569a;
}
.info-boxing .title span:nth-child(2) {
    color: #9a736a;
}

.info-inner-box {
    margin-bottom: 35px;
    border-top: 2px solid #323232;
    padding-top: 15px;
}
.info-inner-box h5 {
    font-size: 18px;
    font-weight: 700;
    color: #323232;
    margin: 0 0 9px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
}
.info-inner-box p.blue {
    color: #39569a;
    font-size: 13px;
    margin: 0 0 6px;
    line-height: 1.6;
}

.info-inner-box p.red {
    color: #946b61;
    font-size: 13px;
    margin: 0 0 6px;
    line-height: 1.6;
}

#intro04 .table thead tr th {
    padding: 12px 8px;
    font-size: 14px;
}
#intro04 .table tbody td {
    font-size: 13px;
    padding: 8px 8px;
}
/* sub-page */

/* board */
.dh-board,
.dh-view-box,
.bbs-list-edit-layout #insertForm,
.bbs-list-add-layout #insertForm {
    display: none;
}
/* board */

/* ----- 게시판 설정 ----- */
.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: 14px;
}
.dh-board .table > thead > tr > th {
    background: #f3f3f3;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    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 #323232;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
}
.table-hover > tbody > tr:hover {
    background: #fff;
}
.dh-board > .table-hover > tbody > tr > td > strong > a:hover {
    color: #a9131b;
    text-decoration: underline;
}
.dh-board .regdate,
.dh-board .hits,
.dh-board .writer,
.dh-board .status {
    text-align: center;
}
.dh-margin-top {
    margin-top: 0px;
    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: 15px;
    padding-right: 15px;
}
.dh-view-box > .row > .page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
    margin: 0;
    background: #f3f3f3;
}
.dh-view-box > .row > .page-header > h4 {
    color: #333;
    font-size: 24px;
    margin: 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;
}
.dh-board .dh-margin-top .pagination {
    margin-top: 0;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #ddd;
    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: #6b6f75;
    border: 1px solid #6b6f75;
    color: #ffffff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #bbb;
    background: #fff;
}

#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;
}

.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;
}
.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: 100%;
    height: 10px;
    z-index: 0;
    margin-top: -5px;
}
.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;
    }
}

/* footer */
.footer_copy .text-center {
    background: #555;
    color: #999;
    font-size: 13px;
    text-align: left;
    margin: 0;
    padding: 0 0 30px;
}
.footer-top {
    background: #444;
    width: 100%;
    overflow: hidden;
}

.footer-top ul {
    padding: 10px 15px;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

.footer-top ul li {
    float: left;
    display: inline-block;
}

.footer-top ul li a {
    color: #fff;
    font-size: 14px;
    margin-right: 30px;
    padding: 6px 0;
    display: block;
}

.footer-top ul li:last-child a:after {
    content: "";
}

.footer-middle {
    max-width: 1170px;
    margin: 40px auto 10px;
    padding: 0 15px;
}

.footer-middle ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    line-height: 26px;
}
.footer-middle ul li {
    float: left;
    display: inline-block;
}
.footer-middle ul li span:after {
    content: "|";
    color: #888;
    padding: 0 10px 0;
}
.footer-middle ul li:nth-child(4) span:after {
    content: "";
}
.footer-bottom {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer-bottom p {
    display: inline-block;
    width: 100%;
}

.footer-bottom li {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 3px;
}

.footer-bottom + br {
    display: none;
}

.socialArea {
    display: none;
}

@media screen and (max-width: 991px) {
    .footer-top {
        width: 100%;
    }
    .footer-middle {
        width: 100%;
    }
    .footer-bottom {
        width: 100%;
    }
}

.footer-middle ul li:nth-child(4) span a {
    color: #e0494a;
    text-decoration: none;
    font-weight: 400;
}
/* footer 영역 */

/* ---------- 로그인 ---------- */
.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: 100px auto 100px;
    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: #a9131b;
}
.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;
}

.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;
    padding: 80px 15px;
}
.join-layout > .row {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 15px;
}

.join-view-layout > .row {
    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: #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: #a9131b;
}
.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,
#joinForm .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.join-layout .form-horizontal .panel-heading,
#joinForm .panel-heading {
    border-bottom: none;
    line-height: 1;
    margin: 0 0 20px;
    color: #a9131b;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.5px;
    background: rgba(0, 0, 0, 0);
    padding: 0;
}
.join-layout .form-horizontal .panel-body,
#joinForm .panel-body {
    padding: 0;
    border-top: 1px solid #ddd;
}
.join-layout .form-horizontal .panel-body .form-group,
#joinForm .panel-body .form-group {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.join-layout .form-horizontal .form-group .control-label,
#joinForm .control-label {
    text-align: left;
    width: 200px;
    padding: 20px 15px;
    font-size: 14px;
    background: #f3f3f3;
}
.join-layout .form-horizontal .form-group .control-label br,
#joinForm .control-label br {
    display: none;
}
.join-layout .form-horizontal .panel-body .form-group .col-sm-6,
#joinForm .panel-body .form-group .col-sm-6 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3,
#joinForm .panel-body .joinForm-zipcode .col-sm-3 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .form-group .form-control,
#joinForm .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}
.join-layout .form-horizontal .joinForm-addr .control-label {
    padding: 40px 15px;
}
#joinForm .control-label {
}
.join-layout .form-horizontal .form-group label.error {
    font-size: 10px;
    margin: 0;
}
.join-layout .form-horizontal .panel-footer,
#joinForm .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-07-03 */
.table.table-vcentered tr,
.table.table-vcentered td {
    vertical-align: middle;
}

.table.table-th-centered th {
    text-align: center;
}

.table.table-curriculum tbody tr td {
    text-align: center;
}

.table.table-curriculum tbody tr td.text-center {
    text-align: center !important;
}

.table.table-curriculum tbody tr > td:last-child {
    text-align: left !important;
}

.table.table-curriculum tbody > tr:last-child > td {
    text-align: center !important;
}

.table.table-curriculum tbody tr td.curri-class {
    background-color: #f3f3f3;
    color: #323232;
    font-size: 14px;
    font-weight: bold;
}

/* 2018-07-12 */
.contents-wrap .intro--text {
    text-align: justify;
    line-height: 2;
    word-break: keep-all;
}

/* 2024-12-03 */
/* 포토갤러리 */
.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-margin-top {
    margin-top: 30px;
}
