@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Nanum+Myeongjo:400,700");
@import url("/skin/notokr/notokr.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,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
p,
th,
td,
span,
b,
strong,
em,
dt,
dd,
sup,
sub,
li,
a,
u,
small {
    font-family: "notokr", "Malgun Gothic", sans-serif !important;
    /* 	padding-top: 150px; */
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.topmarginLay_a,
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br {
    display: none !important;
}
/* 초기 설정 끝 */

/* -------로고부분 설정 시작------- */
.main_logo {
    width: 100%;
    padding: 20px 0 25px;
    background: #fff;
}
.main_logo h1 {
    margin: 0 auto;
    width: 200px;
}
.main_logo img {
    height: 55px;
}
.main_logo h1 a {
    display: block;
    position: relative;
}
.main_logo h1 span {
    position: absolute;
    font-size: 14px;
    letter-spacing: 2px;
    color: #111;
    left: 91px;
    bottom: -8px;
}
.main_logo h1 a:after {
    content: ".";
    visibility: hidden;
    font-size: 1px;
    display: block;
    clear: both;
    line-height: 0;
}
/* -------로고부분 설정 끝------- */

/* -------메뉴 설정 시작------- */
.navbar-inverse {
    background: #f1f1f1;
    border: none;
    margin: 0;
    position: static;
    top: 0;
}
.navbar-brand {
    display: none;
}
.topmarginLay_a {
    height: 142px !important;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    margin: 0;
}
.navbar-inverse .navbar-collapse {
    text-align: center;
    padding: 0;
    background-color: #fff;
    line-height: 0;
}
.navbar-inverse .navbar-collapse > ul {
    float: none !important;
    margin: 0 auto;
    /*     display: inline-block; */
}
@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li {
        /* 		width: 13.3333333%; */
        width: calc(100% / 6);
        /* 		display: table-cell;
		width: 1%;
		float: none; */
        text-align: center;
    }

    /* 	.navbar-inverse .navbar-nav > li#m-17 {
		width: 20%;
	} */
}
.navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
    color: #222;
    background: #f1f1f1;
}

.nav > li > a {
    padding: 15px 0;
}

.navbar-inverse .navbar-nav > li:hover > a,
.navbar-inverse .navbar-nav > li:focus > a,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #4a4a4a;
    box-shadow: none;
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 9px;
    }
}
@media (min-width: 992px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 11px;
    }
}
@media (min-width: 1200px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
    }
}

/* ----- 하단 서브 메뉴 설정 시작 ----- */
.navbar-inverse .dropdown-menu {
    width: 100%;
    left: auto;
    right: auto;
    padding: 20px 0 16px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: #4a4a4a;
}
.navbar-inverse .dropdown-menu > li > a {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 14px;
    padding: 0 0 10px;
    text-align: center;
}
.navbar-inverse .dropdown-menu > li > a[href*="/skin/2024학년도 2학기 기숙사 O.T"] {
    padding-top: 9px;
    margin-bottom: 10px;
    background: rgba(158, 26, 32, 1) !important;
    color: #fff !important;
    font-weight: 700;
}
.navbar-inverse .dropdown-menu > li > a[href*="/skin/2024학년도 2학기 기숙사 O.T"]::after {
    content: "\f1c1";
    font-family: "FontAwesome";
    padding: 0 6px;
}
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus {
    background: rgba(0, 0, 0, 0);
    color: #c6a160;
    /*     text-decoration: underline !important; */
}

/* ----- 상단 메뉴 모바일 설정 시작 ----- */
@media screen and (max-width: 767px) {
    .navbar-inverse {
        background: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }
    .navbar-inverse .container {
        padding: 0;
    }
    .main_logo {
        display: none;
    }
    .navbar-brand {
        display: block;
        padding: 13px;
    }
    .navbar-brand img {
        width: 120px;
        float: left;
        margin-right: 6px;
    }
    .navbar-brand:after {
        content: "샬롬하우스";
        color: #888;
        font-size: 13px;
        float: left;
    }
    .topmarginLay_a {
        height: 59px !important;
    }
    .navbar_top_wrap .navbar_top_logo {
        display: none;
    }
    .navbar_top_wrap .navbar_top_contact {
        position: fixed;
        padding: 6px 0;
        right: 90px;
        text-align: right;
        left: auto;
    }
    .navbar-inverse .navbar-header {
        display: inherit;
        border-bottom: 1px solid #ededed;
        margin: 0;
    }
    .navbar-inverse .navbar-collapse {
        margin: 0;
    }
    .navbar-inverse .navbar-collapse > ul,
    .navbar-inverse .navbar-collapse > ul > li {
        width: 100%;
        border: none;
    }
    .navbar-inverse .navbar-toggle {
        margin: 13px 12px;
        border: none;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #444;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #ac2f30;
    }
    .navbar-inverse .navbar-nav > li > a {
        text-align: left;
        border: none;
    }
    .navbar-inverse .navbar-collapse > ul > li {
        border-bottom: 1px solid #86161b;
    }
    .navbar-inverse .navbar-nav > li:hover > a,
    .navbar-inverse .navbar-nav > li:focus > a,
    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #383838;
    }
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        padding: 15px 15px;
        text-align: left;
    }
    .navbar-nav .open .dropdown-menu {
        padding: 10px 0;
        background: #f3f3f3;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px;
        text-align: left;
        color: #616161;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #a9131b;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav #m-17 > a {
        word-break: keep-all;
        white-space: nowrap;
        letter-spacing: -0.075em;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* -------메뉴 설정 끝------- */

/* ---------- footer 설정 시작 ---------- */
.footer_copy {
    padding: 50px 0 50px;
    overflow: hidden;
    font-size: 14px;
    background: #3a3a3a;
}
.footer-wrap {
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
.footer-wrap + br {
    display: none;
}
.footer-sns {
    float: right;
}
.footer-logo,
.footer-list {
    float: left;
    font-size: 14px;
}
.footer-logo {
    margin-right: 50px;
    margin-bottom: 20px;
}
.footer-list ul {
    overflow: hidden;
    padding: 0;
}
.footer-list ul li {
    float: left;
    list-style: none;
}
.footer-list .link {
    overflow: hidden;
    margin: 10px 0 20px;
}
.footer-list .link li {
    color: #aaa;
    margin-right: 30px;
}
.footer-list .link li a {
    color: inherit;
}
.footer-list .link li a:hover,
.footer-list .link li a:focus {
    text-decoration: underline !important;
}
.footer-list .info {
    max-width: 800px;
    color: #aaa;
    margin-bottom: 0;
}
.footer-list .info li span {
    font-weight: 500;
}
.footer-list .info li {
    margin-right: 20px;
    line-height: 1.7;
}
.footer-list .copyright {
    font-size: inherit;
    color: #aaa;
}
@media screen and (max-width: 767px) {
    .footer-logo {
        display: none;
    }
    .footer-list {
        font-size: 12px;
    }
    .footer-list .link {
        margin: 0 0 10px;
    }
    .footer-list .link li {
        margin-right: 15px;
    }
}
/* footer 설정 끝*/

/* 메인 슬라이드 설정*/
.carousel-inner .item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 550px;
}

.carousel-inner .item:nth-child(1) {
    background-image: url("/skin/img/slide/domi00.jpg");
}

.carousel-inner .item:nth-child(2) {
    background-image: url("/skin/img/slide/domi01.jpg");
}

.carousel-inner .item:nth-child(3) {
    background-image: url("/skin/img/slide/domi02.jpg");
}

.carousel-caption {
    /*     max-width: 1170px; */
    margin: 0 auto;
    padding: 0 15px 0;
    top: 80px;
    left: 0;
    right: 0;
    /* 	left: 50%;
	right: 0;
	transform: translate(-50%, 0); */
}

/* @media (min-width: 992px) {
	.carousel-caption {
		left: 50%;
		right: 0;
		transform: translate(-50%, 0);
	}
} */

.carousel-caption .text_area {
    text-align: left;
    /* 	margin-top:30px; */
    margin-top: 30px;
    padding-right: 50px;
}
.carousel-caption .text_area span {
    text-align: left;
}
.carousel-caption .text_area .topText {
    font-size: 20px;
    color: #c6a160;
    font-family: "Nanum Myeongjo" !important;
    line-height: 1;
    font-style: italic;
    /*     border-bottom: 1px solid; */
    text-shadow: none;
    /*     margin-bottom: 20px; */
    margin-bottom: 15px;
    display: inline-block;
}
.carousel-caption .text_area .middleText {
    font-size: 60px;
    color: #ffffff;
    line-height: 62px;
    display: block;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 30px;
    padding-bottom: 30px;
}
@media (max-width: 991px) {
    .carousel-caption .text_area .middleText + p {
        display: none;
    }
}
.carousel-caption .text_area .middleText .middleTop {
    display: block;
    font-size: 30px;

    line-height: 55px;
}
/*
.carousel-caption .text_area p {
    font-size: 15px;
    text-shadow: none;
    line-height: 28px;
    margin: 20px 0 0;
}
*/
.carousel-caption .text_area p {
    font-size: 14px;
    text-shadow: none;
    line-height: 24px;
    margin: 15px 0 0;
}
.carousel-caption .box {
    display: block;
    width: 100%;
    height: 200px;
}
.carousel-caption .box_area .row .col-md-6:nth-child(1) .box {
    background: #fff url("/skin/img/main/main01.jpg") no-repeat left top / cover;
}
.carousel-caption .box_area .row .col-md-6:nth-child(2) .box {
    background: #fff url("/skin/img/main/main02.jpg") no-repeat left top / cover;
}
.carousel-caption .box_area .row .col-md-6:nth-child(3) .box {
    background: #fff url("/skin/img/main/main03.jpg") no-repeat left top / cover;
}
.carousel-caption .box_area .row .col-md-6:nth-child(4) .box {
    background: #fff url("/skin/img/main/main04.jpg") no-repeat left top / cover;
}
.carousel-caption .box_area .row .col-md-6 {
    margin-bottom: 10px;
    padding: 0 5px;
}
.carousel-caption .box {
    display: block;
    width: 100%;
    height: 200px;
    background-color: #fff;
    text-align: left;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}
.carousel-caption .box_area .row .col-md-6 .inner {
    display: block;
    position: relative;
}
.carousel-caption .box span {
    position: absolute;
    top: 16px;
    left: 16px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-shadow: none;
    /* border-bottom: 1px solid; */
    display: inline-block;
    line-height: 1.1;
}
.carousel-caption .box:hover + .hoverBox,
.carousel-caption .hoverBox:hover,
.carousel-caption .hoverBox:focus {
    display: block;
}
.carousel-caption .hoverBox {
    display: none;
    position: absolute;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    letter-spacing: -0.5px;
    background: rgba(158, 26, 32, 0.9);
}
.carousel-caption .hoverBox span {
    text-shadow: none;
}
.carousel-caption .hoverBox .title {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.carousel-caption .hoverBox .title:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 12px auto;
}
.carousel-caption .hoverBox .text {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
}
.carousel-caption .hoverBox .plusBox {
    position: absolute;
    top: 0;
    right: 0;
    border: 35px solid #7a6d5d;
    border-color: #7a6d5d #7a6d5d transparent transparent;
    display: none;
}
.carousel-caption .hoverBox .plusBox img {
    position: absolute;
    top: -22px;
    right: -22px;
}

.carousel .controlBtn {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.carousel .controlBtn .controlBtn_inner {
    position: absolute;
    top: -85px;
}
.carousel .controlBtn .carousel-control {
    display: block;
    position: relative;
    width: 19px;
    height: 19px;
    opacity: 1;
    line-height: 0;
}
.carousel .controlBtn .left.carousel-control {
    float: left;
    margin-right: 1px;
}
.carousel .controlBtn .right.carousel-control {
    float: left;
    margin-right: 15px;
}
.carousel .controlBtn .pageNation {
    color: #fff;
    text-shadow: none;
    font-size: 12px;
    vertical-align: 2px;
}
.carousel .controlBtn .pageNation .nowPage {
    font-weight: 600;
}

.main-btn {
    margin: 20px 0;
}
.main-btn a {
    border-radius: 4px;
    display: inline-block;
    width: 180px;
    height: 45px;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-shadow: none;
    text-align: center;
    line-height: 45px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
}
.main-btn .btn1 {
    background: #ec7f22;
    color: #fff;
}
.main-btn .btn2 {
    /*     color: #ec7f22; */
    color: #c6a160;
    background: #fff;
}
.main-btn a:hover,
.main-btn a:focus {
    background: #c6a160;
    color: #fff;
}
.main-link {
    display: none;
    margin-top: 40px;
    padding: 14px 0;
    background: #444;
}
.main-link .row {
    margin-left: -10px;
    margin-right: -10px;
}

.main-link .row > div[class^="col"] {
    padding-left: 10px;
    padding-right: 10px;
}
.main-link a {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -0.06em;
    color: #dedede;
}
.main-link a:hover,
.main-link a:focus {
    color: #c6a160;
}
.main-link a .fa {
    margin-right: 10px;
    font-size: 30px;
    vertical-align: middle;
}

.main-big-links {
    /*     background-color: #ec7f22; */
    background-color: #4a4a4a;
}

.main-big-links .container .row {
    margin: 0;
    /*     max-width: 1110px; */
}

.main-big-links .col-md-2 {
    position: relative;
    padding: 0;
}

.main-big-links .col-md-2:after {
    content: "";
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 40px;
    left: 0;
}

.main-big-links .row > .col-md-2:first-child:after {
    content: none;
}

.main-big-item {
    display: block;
    text-align: Center;
    padding: 20px 0;
    color: #fff;
    position: relative;
    /* transition: ease .3s all; */
}

.main-big-item .icon {
    font-size: 30px;
    display: block;
    transition: ease 0.3s all;
    color: #fff;
}

.main-big-item .text {
    font-size: 13px;
    /* letter-spacing: -0.03em; */
    font-weight: 400;
}

.main-big-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .carousel-inner .item {
        height: 345px;
    }
    .carousel-caption {
        top: 0;
    }
    .carousel-caption .text_area {
        display: none;
    }
    .carousel-caption .box_area {
        margin-top: 38px;
    }
    .carousel-caption .box {
        height: 130px;
    }
    .carousel-caption .box span {
        left: 15px;
        top: 15px;
        font-size: 15px;
    }
    .carousel-caption .hoverBox .plusBox {
        display: none;
    }
    .carousel-caption .hoverBox {
        padding-top: 38px;
        /* 		display:block; */
        background: rgba(158, 26, 32, 0.85);
    }
    .carousel-caption .hoverBox .title:after {
        display: none;
    }
    .carousel-caption .hoverBox .title {
        margin-bottom: 2px;
    }
    .carousel-caption .hoverBox .text {
        opacity: 0.6;
        font-size: 12px;
    }
}
@media screen and (max-width: 991px) {
    .carousel-caption_inner {
        padding: 0 25px;
    }
    .carousel-caption {
        width: auto !important;
        padding: 0 15px;
    }
    .carousel-caption .text_area {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .carousel-caption .text_area span {
        text-align: center;
    }
    .carousel-caption .text_area .middleText {
        font-size: 40px;
        line-height: 42px;
    }
    .carousel-caption .text_area .bottomText {
        font-size: 40px;
    }
    .carousel-caption .text_area .topText {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .carousel-caption .borderText {
        font-size: 18px;
        margin-top: 15px;
        padding-top: 15px;
    }
    .carousel-caption .controlBtn {
        display: none;
    }
}

/* ------- 메인 컨텐츠 -------*/
.container_contents {
    width: 100%;
}
.intro-html-layout > .col-sm-12:first-child {
    padding: 0;
}
.main-in {
    overflow: hidden;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .main-in {
        width: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .main-in {
        width: 750px;
    }
}

/* ------- 메인 게시판 -------*/
.intro-widget-layout {
    display: none;
}
.intro-board-layout {
    width: 100%;
    padding: 0;
}
.intro-board-widget-layout {
    max-width: 1170px;
    margin: 0 auto;
    /*     padding: 50px 0 0; */
    padding: 50px 0;
}
.intro-boardbox {
    width: 50%;
}
.intro-boardbox .page-header {
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #bbb;
}
.intro-boardbox .page-header h4 {
    font-size: 26px;
    letter-spacing: -0.8px;
    color: #2c2c2c;
    margin: 0;
}
.intro-boardbox .page-header h4 a {
    color: #2c2c2c;
}
.intro-boardbox > .page-header > h4 > .btn {
    color: #bbb;
}
.intro-boardbox > .page-header > h4 > .btn:hover {
    color: #c6a160;
}
.intro-boardbox .front-panel .panel {
    border: none;
    margin: 0;
}
.intro-boardbox .front-panel .panel-body {
    padding: 0;
}
.intro-boardbox .front-panel .dh-front-list2-words {
    padding: 0;
    margin: 0;
}
a,
a:hover,
a:focus,
.dh-front-list2 h6 a:hover span {
    text-decoration: none !important;
}

.intro-boardbox .dh-front-list2 h6 a span {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
}
/* .intro-boardbox-5 .list-row-subject:before {
    content: "NOTICE";
    background: #c6a160;
    color: #fff;
    padding: 5px 8px;
    font-size: 11px;
    display: inline-block;
    margin-right: 10px;
} */
.intro-boardbox .list-row-contents {
    display: none;
}
.intro-boardbox .dh-front-list2-words {
    margin-top: 0;
}
.intro-boardbox .dh-front-list2 h6 {
    position: relative;
    margin: 0px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.intro-boardbox .front-panel .panel-body > .dh-front-list2-words:last-child h6 {
    border-bottom: 1px solid #ddd;
}
.intro-boardbox .dh-front-list2 h6 .label-danger {
    background: #fff;
    color: #bf2021 !important;
    font-weight: 800;
    padding: 0 3px;
}

.intro-boardbox .dh-front-blog {
    margin: 0 -15px;
    padding: 22px 0 23px;
    border-bottom: 1px solid #ddd;
}
.dh-front-blog > .col-md-4 > .thumbnail {
    min-height: 140px;
    margin: 0 0;
}
.dh-front-blog > .col-md-4 > .thumbnail .caption {
    display: none !important;
}
.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    height: 140px;
    padding: 0;
    border: none;
}

.dh-front-blog .blog-row-subject,
.dh-front-blog .blog-row-contents,
.dh-front-blog .thumbnail .caption {
    display: none;
}

@media screen and (max-width: 991px) {
    .intro-boardbox-5 {
        width: 45%;
        margin-left: 5%;
    }
    .intro-boardbox-10 {
        width: 45%;
        margin-right: 5%;
    }
}
@media (max-width: 767px) {
    .intro-board-widget-layout {
        padding: 30px 0;
    }
    .intro-boardbox .page-header {
        padding-bottom: 10px;
    }
    .intro-boardbox .page-header h4 {
        font-size: 18px;
    }
    .intro-boardbox .page-header > h4 > .btn {
        padding: 0px 0;
    }
    .intro-boardbox {
        width: 100%;
        margin: 0 0 20px;
        padding: 0;
    }
    .intro-boardbox .dh-front-list2 h6 a span {
        font-size: 13px;
    }
    .intro-boardbox .dh-front-blog {
        padding: 15px 0;
    }
    .intro-boardbox .dh-front-blog > .col-sm-6 {
        padding: 0;
    }
}

/* ---------- 서브페이지 설정 시작 ---------- */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}
.text-center-table .text-left {
    text-align: left !important;
}
.sub-layout {
    padding: 60px 15px 80px;
}
.sub-top {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.sub-top .title {
    margin: 0 0;
    font-size: 34px;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: -0.6px;
}
.sub-top .title .small-cap {
    color: #888;
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
}
.sub-top .bread {
    padding: 0;
    margin: 0;
    overflow: hidden;
    float: right;
    margin-top: -22px;
}
.sub-top .bread li {
    float: left;
    list-style: none;
    color: #777;
    font-size: 12px;
}
.sub-top .bread li:after {
    font-family: "FontAwesome";
    content: "\f105";
    padding: 0 6px;
}
.sub-top .bread li:first-child {
    font-family: "FontAwesome";
    content: "\f105";
    padding-left: 19px;
}
.sub-top .bread li:last-child:after {
    content: none;
}
.sub-bottom h3 {
    margin: 0 0 15px;
    font-size: 24px;
    color: #2c2c2c;
    letter-spacing: -0.5px;
}
.sub-bottom h3 span {
    font-weight: 600;
}
.sub-bottom .sub-title {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 25px;
    letter-spacing: -0.5px;
    background: url(/skin/img/sub/sub_bulit.png) no-repeat left 1px;
    padding-left: 24px;
}
.sub-bottom p {
    color: #616161;
    line-height: 1.8;
    letter-spacing: -0.3px;
    margin-bottom: 15px;
    font-size: 14px;
}
.sub-bottom table {
    border-top: 2px solid #c6a160;
    border-bottom: 2px solid #aaa;
}
.sub-bottom table th {
    border-bottom: 1px solid #aaa !important;
    background: #f3f3f3;
}
.sub-bottom table th,
.sub-bottom table td {
    padding: 12px !important;
    border-bottom: 1px solid #ddd !important;
}

.sub-bottom .subcon + .subcon {
    margin-top: 25px;
}

.sub-bottom .subcon > ul,
.sub-bottom .subcon > ol {
    padding-left: 0;
}

.sub-bottom .row + .row {
    margin-top: 15px;
}

/* 기숙사소개 - 소개 */

.intro-top {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    font-weight: 600;
}
.intro-top h3 {
    font-size: 32px;
    line-height: 1.2;
    color: #c6a160;
    margin-bottom: 5px;
}
.intro-top p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}
span.color01 {
    color: #c38849 !important;
    font-weight: 600;
}
span.color02 {
    color: #c6a160;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    #about01 .title-img img {
        width: 100%;
    }
}

/* 운영자 소개 */
.operator_sub_des {
    padding-left: 25px;
}

.operator_sub_des > li {
    font-size: 15px;
    line-height: 1.6;
}

/* 찾아오시는 길 */

@media screen and (min-width: 768px) {
    .location_tb {
        width: 97%;
    }
    #location img {
        max-width: 427px;
    }
}

/* 생활안내 - 입퇴사안내 */
.list_title {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 10px;
    display: block;
}

.list > li {
    line-height: 2;
    padding-left: 10px;
}

.list > li > ul {
    /* 	padding-left: 10px; */
    padding-left: 0;
    margin: 10px 0;
}

.list > li > ul > li > ul {
    padding-left: 10px;
    margin: 10px 0;
}

/* 커리큘럼 */
#about02-table {
    margin-top: 20px;
}

/* 교수진 */
.about04-txt .thumbnail {
    border: 1px solid #ddd;
    border-radius: 0;
    margin: 0;
    padding: 25px;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 275px;
}
.about04-txt .thumbnail img {
    float: left;
}
.about04-txt .thumbnail .caption {
    float: left;
    padding: 0 0 0 18px;
}
.about04-txt p {
    margin-bottom: 0;
    position: relative;
    letter-spacing: -0.02em;
    font-size: 13px;
    line-height: 23px;
}
.about04-txt p.history {
    margin-bottom: 6px;
    font-weight: 600;
}
.about04-txt p.name {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* 일반대학원 */
.pro-top {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    font-weight: 600;
}
.pro-top h3 {
    font-weight: 300;
    letter-spacing: -0.5px;
    font-size: 32px;
    line-height: 1.2;
    color: #c6a160;
    margin-bottom: 5px;
}
.pro-top p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.pro-bottom p {
    color: #565656;
    line-height: 1.8;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}
.pro-top span.color01 {
    color: #c6a160;
}
.pro-bottom p span.color01 {
    color: #c6a160;
}
.pro-bottom2 {
    padding-bottom: 30px;
}
.pro-bottom2 p {
    color: #565656;
    line-height: 1.8;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}
#process01 .sub-bottom .col-sm-push-1 {
    padding-top: 30px;
}

/* 교육대학원 */
.pro-top span.color01 {
    color: #c6a160;
}
.pro-bottom p span.color01 {
    color: #c6a160;
}
.pro-bottom2 {
    padding-bottom: 30px;
}
.pro-bottom2 p {
    color: #565656;
    line-height: 1.8;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}
#process02 .sub-bottom .col-sm-push-1 {
    padding-top: 30px;
}
.history_wrap {
    margin-top: 50px;
}

/* ----------- 일반 페이지 모바일 ---------- */
@media (max-width: 767px) {
    .sub-layout {
        padding: 30px 15px 50px;
    }
    .sub-top {
        position: relative;
    }
    .sub-top .title {
        font-size: 24px;
        padding-top: 23px;
    }
    .sub-top .title .small-cap {
        font-size: 13px;
        padding-left: 8px;
    }
    .sub-top .bread {
        float: left;
        top: 0;
        margin: 0;
        position: absolute;
    }
    .sub-top .bread li:first-child {
        padding: 0;
    }
    .sub-bottom p {
        font-size: 13px;
    }
    .sub-bottom table {
        font-size: 12px;
        word-break: break-word;
    }
    .sub-bottom table th,
    .sub-bottom table td {
        padding: 10px !important;
    }
    .intro-top {
        margin: 15px 0;
    }
    .intro-top h3,
    .pro-top h3 {
        font-size: 18px;
    }
    .intro-top p,
    .pro-top p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .intro-top p br,
    .pro-top p br {
        display: none;
    }
    .about04-txt .thumbnail img {
        float: none;
        margin: 0;
    }
    .about04-txt .thumbnail .caption {
        padding: 10px 0 0;
    }
    .about04-txt .thumbnail {
        margin-bottom: 15px;
    }
}

/* 포토갤러리 */
.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 {
    max-height: 180px;
    height: 180px;
    box-shadow: none;
}
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}

/* list 게시판 */
.dh-board > .table-hover {
    border-top: 2px solid #c6a160;
    border-bottom: 1px solid #ccc;
    margin: 0px;
}
.dh-board > .table-hover td,
.dh-board > .table-hover th {
    padding: 12px !important;
    font-size: 14px;
    font-weight: 400;
}
.dh-board > .table-hover th {
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
}
.dh-board > .table-hover td {
    border-bottom: 1px solid #ddd;
}
.dh-board > .table-hover > tbody > tr:hover td {
    background-color: #ffffff;
}
.table-hover th,
.table-hover td {
    padding: 10px !important;
    border-right: none;
}
.dh-board > .table-hover td.subject a {
    color: #4a4a4a;
    font-weight: 400;
}
.dh-board > .table-hover td.subject a:hover {
    color: #c6a160;
    text-decoration: underline !important;
    font-weight: 600;
}
.dh-margin-top {
    display: inline-block;
    margin-top: 30px;
}

.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 90%;
}
.label-danger {
    color: #e01717;
    border-radius: 100%;
    display: inline-block;
    font-weight: 600;
}
.label-primary {
    color: #2b5cb7;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    color: #4a4a4a;
}
.pagination > li > a,
.pagination > li > span {
    color: #9d8478;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #9d8478;
}
.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}
.btnRead {
    font-weight: 500;
}
.btn-default,
.btn-primary,
.btn-danger {
    background-image: none;
}
.btn-group:not(.note-btn-group),
.btn-group-vertical {
    margin: 10px 0 30px;
}
.btn-brown {
    width: 235px;
    height: 42px;
    margin-top: 30px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 42px;
    background: #c6a160;
}
.btn-brown:hover,
.btn-brown:focus {
    color: #fff;
    background: #b19055;
}
.btn-brown i {
    padding-left: 3px;
}
#btnNew {
    background: #4a4a4a;
    border: 1px solid #4a4a4a;
}

.dh-view-box {
    margin-top: 0px;
}
.sns-box {
    display: none;
}
.dh-view-box > .row > .page-header h4 {
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #4a4a4a;
    margin: 0;
}
.dh-view-box > .row > .page-header {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
    background: #f3f3f3;
}
.content_wrap .page-header h4:before {
    content: none;
}
.dh-view-box > .row > .dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
    display: none;
}
.dh-view-box > .row > .dh-view-info > span {
    padding: 0 15px 0 0;
}
.dh-view-box > .row > .dh-view-info > span > strong {
    color: #555;
    padding: 0 5px 0 0;
}
.dh-view-box .dh-attach {
    padding: 15px 20px 0;
}
.dh-view-box .dh-attach h6 {
    margin: 0;
    padding: 0;
}

/* ----------- 회원가입 ---------- */
.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 .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 {
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 15px;
    letter-spacing: -0.5px;
    background: url(/skin/img/sub/sub_bulit.png) no-repeat left 1px;
    padding-left: 24px;
    border-bottom: none;
    line-height: 1;
}
.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 #4e4f52;
    background: #4e4f52;
}
.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #3d3e40;
}

/* ----------- 모듈 페이지 모바일 ---------- */
@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;
    }
}

/*-----------------------------------*/

#facility .subcon ul {
    /* 	padding-left:35px; */
    padding-left: 0;
}

#facility .subcon ul li {
    line-height: 2;
}

#facility .subcon > ul.list {
    padding: 0;
}

#facility .subcon > ul.list > li {
    padding-left: 0;
}

#facility .subcon > ul.list > li > ul > li > ul {
    padding-left: 0;
}

.mb-20 {
    margin-bottom: 20px;
}
.dh-view-box .dh-attach h6 b {
    display: none;
}
.dh-view-box .dh-attach h6 {
    text-align: right;
}

.dh-view-box .dh-attach h6 a {
    margin: 5px 0;
    float: none;
    display: inline-block;
    font-weight: 700;
    border-bottom: 1px solid #555;
    color: #555;
    text-decoration: none !important;
}

.dh-view-box .dh-attach h6 a::before {
    font-family: FontAwesome;
    content: "\f0c7";
    margin-right: 3px;
    letter-spacing: 0.3em;
}

.dh-view-box .dh-attach h6 a:hover,
.dh-view-box .dh-attach h6 a:focus {
    color: #ec7f22;
    border-bottom-color: #ec7f22;
}

.dh-view-box .dh-attach h6 > b + a::before {
    content: "\f0c7 1";
}
.dh-view-box .dh-attach h6 > b + a + a::before {
    content: "\f0c7 2";
}
.dh-view-box .dh-attach h6 > b + a + a + a::before {
    content: "\f0c7 3";
}
.dh-view-box .dh-attach h6 > b + a + a + a + a::before {
    content: "\f0c7 4";
}
.dh-view-box .dh-attach h6 > b + a + a + a + a + a::before {
    content: "\f0c7 5";
}

/* 2018-08-06 NEW LAYOUT */
.navbar-inverse .navbar-nav .dropdown-menu {
    min-width: 0;
}

#myCarousel .carousel-inner .item {
    height: 500px;
}

#myCarousel .carousel-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /* bottom: 0; */
    transform: translate(0, -50%);
}

#myCarousel .btn.btn-mainBtn {
    border-radius: 0;
    padding: 10px 20px;
    color: #fff;
    background: #bd9a5b;
}

#myCarousel .btn.btn-mainBtn::after {
    font-family: FontAwesome;
    content: "\f101";
    margin-left: 7px;
}

#myCarousel .btn.btn-mainBtn:hover,
#myCarousel .btn.btn-mainBtn:focus {
    background-color: #b48c42;
}

#myCarousel .carousel-text-inner .topText {
    font-size: 20px;
    color: #c6a160;
    font-family: "Nanum Myeongjo", sans-serif;
    line-height: 1;
    font-style: italic;
    /*     border-bottom: 1px solid; */
    text-shadow: none;
    /* margin-bottom: 20px; */
    margin-bottom: 15px;
    display: inline-block;
}

#myCarousel .carousel-text-inner .middleText {
    font-size: 60px;
    color: #ffffff;
    line-height: 62px;
    display: block;
    /*     text-shadow: 2px 2px 0px rgba(0,0,0,0.25); */
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

#myCarousel .carousel-text-inner .middleText .middleTop {
    display: block;
    font-size: 30px;
    line-height: 55px;
}

#myCarousel .carousel-text-inner p {
    font-size: 14px;
    text-shadow: none;
    line-height: 24px;
    margin: 15px 0 30px;
    color: #fff;
    word-break: keep-all;
}

#myCarousel .carousel-extra {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
}

#myCarousel .extra-item {
    width: 100%;
    height: calc(100% / 4);
    display: table;
}

#myCarousel .extra-item + .extra-item .extra-item-link {
    border-top: 1px solid rgba(255, 255, 255, 0.125);
}

#myCarousel .extra-item-link {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    color: #eee;
    font-size: 15px;
    text-align: center;
}

#myCarousel .extra-item-link:hover,
#myCarousel .extra-item-link:focus {
    background-color: #000;
    text-decoration: none;
}

#myCarousel .extra-item-link img {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto 7px;
}

#myCarousel .carousel-indicators {
    text-align: left;
    margin: 0;
    transform: translate(-50%, 0);
    padding: 0;
}

#myCarousel .carousel-indicators li {
    width: 11px;
    height: 11px;
    border: none;
    border-radius: 30px;
    background: #fff;
    margin: 0px !important;
    transition: ease 0.3s all;
}

#myCarousel .carousel-indicators li + li {
    margin-left: 4px !important;
}

#myCarousel .carousel-indicators li.active {
    background: #bd9a5b;
    width: 50px;
}

.icon.icon-swu {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/skin/img/icon-swu.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 5px;
}

.navbar-inverse .navbar-nav .divider-vertical + li,
.navbar-inverse .navbar-nav .divider-vertical + li + li {
    display: none !important;
}

/* 게시판 스타일 통일 */
.dh-board .faq-answers p,
.dh-board .faq-answers h1,
.dh-board .faq-answers h2,
.dh-board .faq-answers h3,
.dh-board .faq-answers h4,
.dh-board .faq-answers h5,
.dh-board .faq-answers h6,
.dh-board .faq-answers ul,
.dh-board .faq-answers li {
    font-family: "notokr", sans-serif;
    margin: 0 0 10px;
}

.dh-view-box .dh-attach + div {
    padding: 40px 20px !important;
}

.dh-view-box .dh-attach + div div,
.dh-view-box .dh-attach + div p,
.dh-view-box .dh-attach + div li {
    font-size: 15px;
    font-family: "notokr", sans-serif !important;
    line-height: 1.5;
}

.dh-view-box .dh-attach + div ul,
.dh-view-box .dh-attach + div ol {
    padding-left: 40px;
    margin-bottom: 10px;
}

.dh-view-box .dh-attach + div ol > li {
    list-style: hangul;
}

.dh-board .table-faq {
    border-top: 2px solid #c6a160;
    border-bottom: 1px solid #ccc;
    margin: 0px;
}
.dh-board .table-faq td,
.dh-board .table-faq th {
    padding: 12px !important;
    font-size: 14px;
    font-weight: 400;
}
.dh-board .table-faq th {
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
}
.dh-board .table-faq td {
    border-bottom: 1px solid #ddd;
}
.dh-board .table-faq > tbody > tr:hover td {
    background-color: #ffffff;
}
.table-faq th,
.table-faq td {
    padding: 10px !important;
    border-right: none;
}
.dh-board .table-faq td.subject a {
    color: #4a4a4a;
    font-weight: 400;
}
.dh-board .table-faq td.subject a:hover {
    color: #c6a160;
    text-decoration: underline !important;
    font-weight: 600;
}

/* 2018-09-12 */
.list.list-gnd {
    padding-left: 40px !important;
}
.list.list-gnd > li {
    list-style: hangul !important;
}

.list.list-dash {
    padding-left: 20px !important;
}
.list.list-dash > li {
    position: relative;
    padding-left: 10px;
}
.list.list-dash > li::before {
    content: "-";
    left: 0;
    position: absolute;
}

#data h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 25px;
    letter-spacing: -0.5px;
    background: url(/skin/img/sub/sub_bulit.png) no-repeat left 1px;
    padding-left: 24px;
}

#data .table thead tr th,
#data .table tbody tr th,
#data .table tbody tr td {
    line-height: 1.8;
}

#data .table tbody tr td span.st {
    font-weight: 600;
}

#data .table[role="bad"] tbody tr th,
#data .table[role="good"] tbody tr th {
    background-color: #fafafa;
}

#data .table[role="bad"] thead tr > th:nth-of-type(1),
#data .table[role="bad"] thead tr > th:nth-of-type(3),
#data .table[role="good"] thead tr > th:nth-of-type(1),
#data .table[role="good"] thead tr > th:nth-of-type(4),
#data .table[role="bad"] tbody tr th,
#data .table[role="bad"] tbody tr > td:last-child,
#data .table[role="good"] tbody tr th,
#data .table[role="good"] tbody tr > td:last-child {
    text-align: center;
}

/* 2018-11-08 */
.navbar-nav a[href*="bbs_no=25"] {
    display: none;
}

/* 2018-12-19 */
.navbar-inverse .navbar-nav .dropdown-menu > li > a > span {
    font-size: 10px;
    display: inline;
    padding: 1px 4px 2px;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    font-weight: 900;
    vertical-align: 1px;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-right: 2px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover > span {
    background-color: #c6a160;
}
