/* 초기설정 */
@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;700&display=swap");

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background-color: #fff;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Roboto", "Nanum Gothic", "Malgun Gothic", sans-serif;
}
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br {
    display: none !important;
}
/* 초기 설정 끝 */

/* -------로고부분 설정 시작------- */
.main_logo {
    width: 100%;
    padding: 15px 0;
    background: #fff;
}
.main_logo h1 {
    margin: 0 auto;
    width: 315px;
}
.main_logo h1 a {
    display: block;
    position: relative;
}
.main_logo h1 a:before {
    content: "";
    top: 4px;
    left: 80px;
    height: 50px;
    position: absolute;
    border-left: 1px solid #ccc;
}
.main_logo h1 a:after {
    content: ".";
    visibility: hidden;
    font-size: 1px;
    display: block;
    clear: both;
    line-height: 0;
}
.main_logo h1 a > span {
    left: 90px;
    position: absolute;
    color: #111;
    white-space: nowrap;
}
span.txt1 {
    top: 10px;
    font-size: 17px;
    font-weight: 600;
    font-family: "Roboto", "Noto Sans KR", sans-serif;
}
span.txt2 {
    top: 32px;
    font-size: 16px;
    font-weight: 500;
}
span.txt2 > .c1 {
    color: #a53135;
}
span.txt2 > .c2 {
    color: #9ec71d;
}
span.txt2 > .c3 {
    color: #093568;
}
/* -------로고부분 설정 끝------- */

/* -------메뉴 설정 시작------- */
.navbar-inverse {
    background: #093568;
    border: none;
    margin: 0;
    position: absolute;
    top: 0;
}
.navbar-brand {
    display: none;
}
.topmarginLay_a {
    height: 138px !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;
    border-left: 1px solid #03254c;
}
@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li {
        display: table-cell;
        width: 1%;
        float: none;
        text-align: center;
        background: #093468;
    }
}
.navbar-inverse .navbar-nav > li > a {
    padding: 15px;
    text-shadow: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", "Nanum Gothic", sans-serif;
    color: #ffffff;
    letter-spacing: 0.02em;
    border-right: 1px solid #03254c;
    background: #093568;
}
.navbar-inverse .navbar-nav > li:hover > a,
.navbar-inverse .navbar-nav > li:focus > a,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #ffffff;
    background-color: #03254c;
    box-shadow: none;
    border-color: #03254c;
}

/* 회원가입 메뉴 안보이게 함 */
.navbar-inverse .navbar-nav > .divider-vertical + li:not(.dropdown) + li {
    display: none;
}

/* ----- 하단 서브 메뉴 설정 시작 ----- */
.navbar-inverse .dropdown-menu {
    width: 100%;
    left: auto;
    right: auto;
    padding: 20px 0 16px;
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #f3f3f3;
}
.navbar-inverse .dropdown-menu > li > a {
    background: rgba(0, 0, 0, 0);
    color: #555555;
    font-size: 14px;
    letter-spacing: -0.2px;
    padding: 0 0 10px;
    text-align: center;
}
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus {
    background: rgba(0, 0, 0, 0);
    color: #093568;
    text-decoration: underline !important;
    font-weight: 600;
}

/* ----- 상단 메뉴 모바일 설정 시작 ----- */
@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 {
        width: 80%;
        display: block;
        padding: 13px 15px;
    }
    .navbar-inverse .navbar-brand::before {
        content: "";
        top: 14px;
        left: 80px;
        height: 44px;
        position: absolute;
        border-left: 1px solid #ccc;
    }
    .navbar-brand img {
        float: left;
        height: 45px;
    }
    .navbar-inverse .navbar-brand > span {
        top: 28px;
        left: 90px;
        position: absolute;
        font-size: 12px;
        color: #111;
        line-height: 0em;
        white-space: nowrap;
    }
    .navbar-inverse .navbar-brand > span.txt2 {
        top: 46px;
    }
    .topmarginLay_a {
        height: 72px !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: 20px 5px 19px;
        border: none;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #093568;
    }
    .navbar-inverse .navbar-nav > li > a {
        text-align: left;
        border: none;
    }
    .navbar-inverse .navbar-collapse > ul > li {
        border-bottom: 1px solid #052851;
    }
    .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: #222;
    }
    .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: #093568;
    }
}
/* -------메뉴 설정 끝------- */

/* ---------- footer 설정 시작 ---------- */
.footer_copy {
    padding: 30px 0 40px;
    font-size: 13px;
    background: #4b4d51;
    overflow: hidden;
}
.footer-wrap {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}
.footer-wrap + br {
    display: none;
}
.footer-sns {
    float: right;
}
.footer-logo,
.footer-list {
    font-size: 13px;
}
.footer-logo {
    margin-right: 50px;
}
.footer-list ul {
    overflow: hidden;
    padding: 0;
}
.footer-list ul li {
    list-style: none;
}
/*
.footer-list .link {overflow: hidden; margin: 10px 0 20px;}
.footer-list .link li {color: #777; 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 {
    color: #ddd;
    margin-bottom: 5px;
}
.footer-list .info.top {
    margin: 15px 0 10px;
    border-bottom: 1px solid #595959;
    padding-bottom: 10px;
}
.footer-list .info li {
    margin-right: 20px;
    line-height: 1.7;
    display: inline-block;
    opacity: 0.8;
}
.footer-list .top li:first-child {
    font-weight: 500;
    font-size: 14px;
    opacity: 1;
    margin-bottom: 5px;
}
.footer-list .info li span {
    font-weight: 500;
}
.footer-list .copyright {
    font-size: 11px;
    color: #999;
    margin-top: 10px;
    display: block;
}
@media screen and (max-width: 767px) {
    .footer-logo {
        display: none;
    }
    .footer_copy {
        padding: 20px 0 30px;
    }
    .footer-list {
        font-size: 11px;
    }
    .footer-list .top li:first-child {
        font-size: 13px;
    }
    .footer-list .copyright {
        font-size: 10px;
    }
    /*.footer-list .link {margin: 0 0 10px;}
	.footer-list .link li {margin-right: 15px;}*/
}
/* footer 설정 끝*/

/* 메인 슬라이드 설정*/
#mainCarousel .carousel-inner .item {
    height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#mainCarousel .carousel-inner .item:nth-child(1) {
    background-image: url("/skin/img/slide/slide01.jpg");
}
/* #mainCarousel .carousel-inner .item:nth-child(2) {
    background-image: url("/skin/img/slide/slide03.jpg");
}
#mainCarousel .carousel-inner .item:nth-child(3) {
    background-image: url("/skin/img/slide/slide04.jpg");
} */
#mainCarousel .carousel-inner .item:nth-child(2) {
    background-image: url("/skin/img/slide/slide05.jpg");
}
/* #mainCarousel .carousel-inner .item:nth-child(5) {
    background-image: url("/skin/img/slide/slide06.jpg");
} */
#mainCarousel .carousel-inner .item:nth-child(3) {
    background-image: url("/skin/img/slide/slide04-240322.jpg");
}
#mainCarousel .carousel-inner .item:nth-child(4) {
    background-image: url("/skin/img/slide/slide06-240322.jpg");
}
/* #mainCarousel .carousel-inner .item:nth-child(5) {
    background-image: url("/skin/img/slide/slide05-240322.jpg");
} */
#mainCarousel .carousel-inner .item:nth-child(5) {
    background-image: url("/skin/img/slide/slide03-240322.jpg");
}
#mainCarousel .carousel-inner .item:nth-child(6) {
    background-image: url("/skin/img/slide/slide07-240322.jpg");
}
.carousel-caption {
    top: 50%;
    right: 20%;
    bottom: auto;
    left: 20%;
    margin: 0 auto;
    padding: 0;
    transform: translateY(-50%);
}
.carousel-caption .text_area {
    letter-spacing: -0.6px;
}
.carousel-caption .text_area span {
    text-align: left;
    text-shadow: none;
    display: block;
    font-family: "Roboto", "Noto Sans KR", sans-serif;
}
.carousel-caption .text_area .topText {
    font-size: 34px;
    color: #fff;
    letter-spacing: 0.034em;
    font-weight: 300;
}
.carousel-caption .text_area .bottomText {
    color: #ffffff;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.wrap-borderText {
    text-align: left;
}
.carousel-caption .borderText {
    display: inline-block !important;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-size: 20px;
    padding-top: 10px;
    margin-top: 30px;
}
.carousel-caption .box {
    display: block;
    width: 100%;
    height: 200px;
}
.carousel-caption .box_area .row .col-md-6:nth-child(1) .box {
    background: #fff url("/skin/img/main/main-ico1.jpg") no-repeat left top / cover;
}
.carousel-caption .box_area .row .col-md-6:nth-child(2) .box {
    background: #fff url("/skin/img/main/main-ico2.jpg") no-repeat left top / cover;
}
.carousel-caption .box_area .row .col-md-6:nth-child(3) .box {
    background: #fff url("/skin/img/main/main-ico3.jpg") no-repeat left top / cover;
}
.carousel-caption .box_area .row .col-md-6:nth-child(4) .box {
    background: #fff url("/skin/img/main/main-ico4.jpg") no-repeat left top / cover;
}
.carousel-caption .box_area .row .col-md-6 {
    margin-bottom: 10px;
    padding: 0 5px;
}
.carousel-caption .box {
    display: block;
    width: 100%;
    height: 200px;
    background-color: #fff;
    text-align: left;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}
.carousel-caption .box_area .row .col-md-6 .inner {
    display: block;
    position: relative;
}
.carousel-caption .box span {
    position: absolute;
    top: 15px;
    left: 20px;
    text-align: left;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #2c2c2c;
    text-shadow: none;
}
.carousel-caption .box:hover + .hoverBox,
.carousel-caption .hoverBox:hover,
.carousel-caption .hoverBox:focus {
    display: block;
}
.carousel-caption .hoverBox {
    display: none;
    position: absolute;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    letter-spacing: -0.5px;
    background: rgba(158, 26, 32, 0.9);
}
.carousel-caption .hoverBox span {
    text-shadow: none;
}
.carousel-caption .hoverBox .title {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.carousel-caption .hoverBox .title:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 12px auto;
}
.carousel-caption .hoverBox .text {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
}
.carousel-caption .hoverBox .plusBox {
    position: absolute;
    top: 0;
    right: 0;
    border: 35px solid #7a6d5d;
    border-color: #7a6d5d #7a6d5d transparent transparent;
    display: none;
}
.carousel-caption .hoverBox .plusBox img {
    position: absolute;
    top: -22px;
    right: -22px;
}

.carousel .controlBtn {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.carousel .controlBtn .controlBtn_inner {
    position: absolute;
    top: -85px;
}
.carousel .controlBtn .carousel-control {
    display: block;
    position: relative;
    width: 19px;
    height: 19px;
    opacity: 1;
    line-height: 0;
}
.carousel .controlBtn .left.carousel-control {
    float: left;
    margin-right: 1px;
}
.carousel .controlBtn .right.carousel-control {
    float: left;
    margin-right: 15px;
}
.carousel .controlBtn .pageNation {
    color: #fff;
    text-shadow: none;
    font-size: 12px;
    vertical-align: 2px;
}
.carousel .controlBtn .pageNation .nowPage {
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .carousel-caption {
        right: 12%;
        left: 12%;
    }
    .carousel-caption_inner {
        padding: 0 25px;
    }
    .carousel-caption .text_area {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .carousel-inner .item {
        height: 345px;
    }
    .carousel-caption {
        left: 0;
        width: 100% !important;
        padding: 0;
    }
    .carousel-caption .text_area span {
        text-align: center;
    }
    .carousel-caption .text_area .topText {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .carousel-caption .text_area .bottomText {
        font-size: 28px;
    }
    .carousel-caption .borderText {
        margin-top: 20px;
        padding-top: 10px;
        font-size: 15px;
    }
    /*.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;
	}*/
    .wrap-borderText {
        text-align: center;
    }
    .carousel-caption_inner {
        padding: 0 15px;
    }
    .carousel-control {
        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%;
}
.intro-board-widget-layout {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 0 70px;
}
.intro-boardbox .page-header {
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 2px solid #093568;
}
.intro-boardbox .page-header h4 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    color: #2c2c2c;
    margin: 0;
}
.intro-boardbox .page-header h4 a {
    color: #2c2c2c;
}
.intro-boardbox .front-panel .panel {
    min-height: 232px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #ddd;
}
.intro-boardbox .front-panel .panel-body {
    padding: 0;
}
.intro-boardbox .front-panel .dh-front-list2-words {
    padding: 0;
    margin: 0;
}
.intro-boardbox .dh-front-list2 h6 a span {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
}
.intro-boardbox .dh-front-list2 h6 a span.list-row-subject {
    font-weight: 600;
    color: #2c2c2c;
}
.intro-boardbox-5 .list-row-subject:before {
    content: "NOTICE";
    background: #c6a160;
    color: #fff;
    padding: 5px 8px;
    font-size: 11px;
    display: inline-block;
    margin-right: 10px;
}
.intro-boardbox .list-row-contents {
    display: none;
}
.intro-boardbox .dh-front-list2-words {
    margin-top: 0;
}
.intro-boardbox .dh-front-list2 h6 {
    position: relative;
    margin: 0px;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
}
.intro-boardbox .dh-front-list2 h6 .label-danger {
    background: #fff;
    color: #bf2021 !important;
    font-weight: 800;
    padding: 0 3px;
}

.intro-boardbox .dh-front-blog {
    margin: 0 -5px;
    padding: 29px 0;
    border-bottom: 1px solid #ddd;
}
.dh-front-blog > .col-md-4 {
    padding: 0 5px;
}
.dh-front-blog > .col-md-4 > .thumbnail {
    min-height: 140px;
    margin: 0 0;
    border: 0;
}
.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    height: 140px;
    padding: 0;
    border: none;
}
.dh-front-blog .blog-row-contents,
.dh-front-blog .thumbnail .caption {
    display: none;
    padding: 10px 0 0 0;
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 {
    margin: 0;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .intro-boardbox-5 {
        width: 45%;
        margin-left: 5%;
    }
    .intro-boardbox-10 {
        width: 45%;
        margin-right: 5%;
    }
}
@media (max-width: 767px) {
    .intro-board-widget-layout {
        padding: 30px 0;
    }
    .intro-boardbox .page-header {
        padding-bottom: 10px;
    }
    .intro-boardbox .page-header h4 {
        font-size: 18px;
    }
    .intro-boardbox .page-header > h4 > .btn {
        padding: 0px 0;
    }
    .intro-boardbox {
        width: 100%;
        margin: 0 0 20px;
        padding: 0;
    }
    .intro-boardbox .dh-front-list2 h6 a span {
        font-size: 13px;
    }
    .intro-boardbox .dh-front-blog {
        padding: 15px 0;
    }
    .intro-boardbox .dh-front-blog > .col-sm-6 {
        padding: 0;
    }
}

/* ---------- 서브페이지 설정 시작 ---------- */
.sub-layout {
    max-width: 1170px;
    padding: 60px 15px 100px;
}
.sub-top {
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
}
.sub-top .title {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    color: #222;
    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 {
    overflow: hidden;
}
.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 {
    position: relative;
    margin: 0;
    padding-left: 27px;
    font-weight: 500;
    font-size: 25px;
    color: #333;
    letter-spacing: -0.5px;
}
.sub-bottom .sub-title::before,
.sub-bottom .sub-title::after {
    content: "";
    position: absolute;
}
.sub-bottom .sub-title::before {
    top: 6px;
    left: 2px;
    width: 14px;
    height: 14px;
    border: 3px solid #3875bc;
    transform: rotate(45deg);
}
.sub-bottom .sub-title::after {
    top: 11px;
    left: 7px;
    width: 4px;
    height: 4px;
    background: #3775bc;
    transform: rotate(45deg);
    z-index: 100;
}
.sub-bottom p {
    line-height: 1.65;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: justify;
}
.sub-bottom table {
    border-top: 2px solid #bf2021;
    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;
}

/* 전공안내
.greeting-top {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    font-weight: 600;
}
.greeting-top h3 {
    font-size: 32px;
    line-height: 1.2;
    color: #bf2021;
    margin-bottom: 5px;
}
.greeting-top p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}
span.color01 {
    color: #c38849 !important;
    font-weight: 600;
}
span.color02 {
    color: #bf2021;
    font-weight: 600;
}
@media screen and (max-width: 767px){
	#about01 .title-img img {width:100%;}
} */

/* 커리큘럼
#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: #bf2021;
    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: #bf2021;
}
.pro-bottom p span.color01 {
	color: #bf2021;
}
.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: #bf2021;
}
.pro-bottom p span.color01 {
	color: #bf2021;
}
.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;
}

#member03 #row1 > div{
    margin-left: 0;
    width: 100%;
} */

/* ----------- 일반 페이지 모바일 ---------- */
/*
@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;
	}
	.greeting-top {
		margin: 15px 0;
	}
	.greeting-top h3,.pro-top h3 {
		font-size: 18px;
	}
	.greeting-top p,.pro-top p {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.greeting-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;
	}
}
*/

/* Photo (게시판) */
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background-color: #fff;
    border: none;
    padding: 0 20px;
    margin-bottom: 20px;
}
.dhb-txt-box-type-b-img-layout {
    padding: 0;
}
.dhb-txt-box-type-b-text-layout {
    text-align: center;
    padding: 0;
}
.dhb-txt-box-type-b-text-layout h4 {
    font-size: 15px;
    padding-bottom: 10px;
    margin: 12px 0 0;
    text-align: left;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    height: 180px;
    box-shadow: none;
    max-height: inherit;
    border: 0;
}
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}

/* list 게시판 */
.dh-board > .table-hover {
    margin: 0px;
    background: #fff;
    border-top: 1px solid #093568;
    border-bottom: 1px solid #ccc;
}
.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;
    font-weight: 700;
}
.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: #093568;
    text-decoration: underline !important;
    font-weight: 600;
}
.dh-margin-top {
    display: inline-block;
    margin-top: 30px;
}

.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 90%;
}
.label-danger {
    color: #e01717;
    border-radius: 100%;
    display: inline-block;
    font-weight: 600;
}
.label-primary {
    color: #2b5cb7;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    color: #4a4a4a;
}
.pagination > li > a,
.pagination > li > span {
    color: #9d8478;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #9d8478;
}
.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}
.btnRead {
    font-weight: 500;
}
.btn-default,
.btn-primary,
.btn-danger {
    background-image: none;
}
.btn-group,
.btn-group-vertical {
    margin: 10px 0 30px;
}
#btnNew {
    background: #4a4a4a;
    border: 1px solid #4a4a4a;
}

.dh-view-box {
    margin-top: 0px;
}
.sns-box {
    display: none;
}
.dh-view-box > .row > .page-header h4 {
    margin: 0;
    padding: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-align: center;
}
.dh-view-box > .row > .page-header {
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
    background: #fff;
}
.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: 20px 0 40px;
}
.dh-view-box .dh-attach h6 {
    margin: 0;
    padding: 0;
}
.form-horizontal h2 {
    letter-spacing: -0.06em;
    font-weight: 700;
    font-size: 26px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#photo + .dh-board {
    margin: 0 -5px;
}
/* ----------- 회원가입 ---------- */
.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;
}

/******************************************************************/
/* 공통 스타일 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", "Nanum Gothic", sans-serif;
}
.btn-warning {
    background-color: #1c5290;
    border-color: #1c5290;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:active:focus,
.btn-warning:active:hover {
    background: #093568;
    border-color: #093568;
}
/********** 메인 시작 **********/
.carousel-indicators li {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    border-radius: 0;
}
.carousel-indicators li.active {
    width: 14px;
    height: 14px;
    margin: 0 3px;
}
/*********** 메인 끝 ***********/

/********** 서브 시작 **********/
/* 공통 스타일 */
.list-default {
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 6px;
    line-height: 1.6em;
}
.list-num > li {
    padding-left: 25px;
}
.list-num > li .num {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    position: absolute;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    line-height: 1em;
    background-color: #777;
    border-radius: 10px;
}
.list-style-1 > li {
    padding-left: 12px;
}
.list-style-1 > li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    width: 5px;
    height: 2px;
    background: #999;
    border-radius: 10px;
}

.contents-wrap {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e9e9e9;
}

/* 페이지 준비중입니다 */
.wrap-prepare-page {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: #f8f8f8;
}
.prepare-page {
    padding: 70px;
    text-align: center;
    border: 1px solid #eee;
}
.prepare-page > .exclamation {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    padding: 42px 30px;
    line-height: 1em;
    border: 4px solid #71849a;
    border-radius: 100%;
}
.prepare-page > .exclamation::before {
    content: "\f12a";
    top: 0;
    font-size: 45px;
    font-weight: 900;
    font-family: "Fontawesome";
    color: #71849a;
}
.prepare-page > h4 {
    margin: 25px 0 20px;
    font-size: 32px;
    font-weight: 300;
    color: #093568;
}
.prepare-page > h4 strong {
    font-weight: 500;
}
.prepare-page > p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}

/* Laboratory */
#intro01 #row1 h4 {
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
    margin: 0;
    font-size: 27px;
    font-weight: 200;
    color: #fff;
    line-height: 1.5em;
    word-break: keep-all;
    text-align: center;
    transform: translate(-50%, -50%);
}
#intro01 #row1 .box-img {
    width: 100%;
    height: 500px;
    position: relative;
    background: url("/skin/img/sub/intro01_01.jpg");
}
#intro01 #row1 .box-img::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.5;
}

/* Research */
#intro02 #row2 img {
    border: 1px solid #ddd;
}

/* Contact */
#intro03 .box-contact {
    padding: 35px 0;
    word-break: keep-all;
    background: #fff;
    border-top: 1px solid #ddd;
}
#intro03 .box-contact.top {
    margin-top: 50px;
}
#intro03 .box-contact > h4 {
    margin: 0 0 15px;
    float: left;
    width: 30%;
}
#intro03 .box-contact.top > h4 {
    font-weight: 600;
}
#intro03 .box-contact ul > li i {
    width: 17px;
    padding-right: 3px;
}
#intro03 .box-contact ul > li a {
    color: #093568;
    text-decoration: underline;
}
#intro03 .box-contact > h4 + ul {
    float: right;
    width: 70%;
}
#intro03 .box-contact::after {
    content: "";
    display: block;
    clear: both;
}

/* Professor */
#member01 #row1 img {
    float: left;
    width: 220px;
}
#member01 #row1 .box-professor {
    display: inline-block;
    padding: 70px 75px 51px;
    background: #edf0fa;
    width: calc(100% - 220px);
    height: 263px;
}
#member01 #row1 .box-professor > h4 {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}
#member01 #row1 .box-professor > p {
    font-size: 17px;
}
ul.list-member {
    margin-top: 5px;
    margin-bottom: 0;
}
ul.list-member > li {
    margin-bottom: 0;
}
ul.list-member > li + li {
    margin-top: 35px;
}
ul.list-member > li .year {
    float: left;
    width: 23%;
    margin: 0;
    font-size: 19px;
    letter-spacing: -0.04em;
}
ul.list-member > li .year span {
    padding-left: 8px;
}
ul.list-member > li .detail {
    display: inline-block;
    width: 77%;
    margin-top: -5px;
    padding-left: 30px;
    word-break: keep-all;
}
ul.list-member > li .detail p {
    margin-bottom: 5px;
}
ul.list-member > li .detail p > strong {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

/* Current members */
.subpage[id^="member"] .wrap-member {
    padding: 0 10px;
}
.subpage[id^="member"] .wrap-member:nth-child(n + 3) {
    margin-top: 20px;
}
.subpage[id^="member"] .box-member + .box-member {
    margin-top: 50px;
}
.subpage[id^="member"] .box-member {
    background: #edf0fa;
}
.subpage[id^="member"] .box-member > img {
    float: left;
    width: 150px;
}
.subpage[id^="member"] .box-member > .info {
    height: 150px;
    display: inline-block;
    padding: 15px 25px;
}
.subpage[id^="member"] .box-member > .info .name {
    margin: 10px 0 15px;
    font-size: 18px;
    font-weight: 700;
}

/* Undergraduate students */
#member04 .sub-bottom p {
    font-size: 16px;
}

/* Publications */
ul.list-publi {
    margin-top: 5px;
    margin-bottom: 0;
}
ul.list-publi > li {
    margin-bottom: 0;
}
ul.list-publi > li + li {
    margin-top: 35px;
}
ul.list-publi > li .year {
    float: left;
    width: 15%;
    margin: 0;
    font-size: 22px;
    letter-spacing: -0.04em;
}
ul.list-publi > li .detail {
    display: inline-block;
    width: 85%;
    margin-top: -5px;
    padding-left: 30px;
    word-break: keep-all;
}

/* Related Links */
#related_links .contents-area ul > li {
    font-size: 15px;
}
#related_links .contents-area ul > li a {
    color: #093568;
}
#related_links .contents-area ul > li a:hover,
#related_links .contents-area ul > li a:focus {
    color: #3875bc;
}
/*********** 서브 끝 ***********/

/* ----------- 모듈 페이지 모바일 ---------- */
@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;
    }
}

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 1199px) {
    /* Small·Medium·Large devices */
    .intro-boardbox .front-panel .panel {
        min-height: auto;
    }
    #intro02 #row2 img {
        margin-top: 35px;
    }
    #intro03 .box-contact > h4,
    #intro03 .box-contact > h4 + ul {
        width: 100%;
    }
}
@media (max-width: 767px) {
    /* Small devices (col-xs-*) 모바일 */
    #mainCarousel .carousel-inner .item {
        height: 300px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 10px;
        height: 10px;
    }
    .intro-board-widget-layout > .intro-boardbox:nth-child(1) {
        padding: 20px 0 30px;
    }
    .intro-board-widget-layout > .intro-boardbox:nth-child(2) {
        padding-left: 0;
    }
    .intro-boardbox .dh-front-blog > .col-sm-6 {
        padding: 0 5px;
    }
    .dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
        height: 220px;
    }
    .dh-front-blog .blog-row-contents,
    .dh-front-blog .thumbnail .caption {
        padding: 10px 0 20px;
    }
    .sub-layout {
        padding: 40px 15px 60px;
    }
    .sub-top {
        margin-bottom: 30px;
    }
    .sub-top .title {
        display: block;
        margin-bottom: 8px;
        font-size: 32px;
    }
    .sub-top .bread {
        float: left;
        display: block;
        margin-top: 0;
    }
    .sub-top .bread li:first-child {
        padding-left: 0;
    }
    .sub-bottom .sub-title {
        margin: 0 0 12px;
        font-size: 22px;
    }
    .sub-bottom .sub-title::before {
        top: 5px;
        width: 12px;
        height: 12px;
    }
    .sub-bottom .sub-title::after {
        top: 10px;
        width: 2px;
        height: 2px;
    }
    .contents-wrap {
        margin-top: 30px;
        padding-top: 30px;
    }
    #intro01 #row1 .box-img {
        height: 300px;
        background-position: 50% 90%;
    }
    #intro01 #row1 h4 {
        font-size: 22px;
    }
    #member01 #row1 .contents-area {
        background: #edf0fa;
    }
    #member01 #row1 img {
        float: none;
        padding-top: 30px;
    }
    #member01 #row1 .box-professor {
        width: 100%;
        height: auto;
        padding: 30px 35px;
        text-align: center;
    }
    #member01 #row1 .box-professor > h4 {
        margin: 0 0 20px;
        padding-bottom: 20px;
        font-size: 28px;
    }
    #member01 #row1 .box-professor > p {
        margin-bottom: 0;
        font-size: 16px;
        text-align: center;
    }
    ul.list-member > li + li {
        margin-top: 25px;
    }
    ul.list-member > li .year {
        width: 100%;
        margin: 0 0 15px;
        font-size: 18px;
    }
    ul.list-member > li .detail {
        width: 100%;
        padding-left: 0;
    }
    .subpage[id^="member"] .wrap-member {
        padding: 0;
    }
    .subpage[id^="member"] .wrap-member + .wrap-member {
        margin-top: 20px;
    }
    .subpage[id^="member"] .box-member > img {
        width: 33%;
    }
    .subpage[id^="member"] .box-member > .info {
        width: 67%;
        height: 114px;
        padding: 18px 15px 0;
    }
    .subpage[id^="member"] .box-member > .info .name {
        margin: 5px 0 10px;
        font-size: 17px;
    }
    .subpage[id^="member"] .box-member > .info .univ {
        margin-bottom: 0;
        font-size: 13px;
    }
    .prepare-page {
        padding: 30px;
    }
    .prepare-page > .exclamation {
        width: 80px;
        height: 80px;
        padding: 30px 20px;
    }
    .prepare-page > h4 {
        margin: 20px 0 15px;
        font-size: 25px;
    }
    .prepare-page > p {
        font-size: 13px;
    }
    #member04 .sub-bottom p {
        font-size: 15px;
    }
    ul.list-publi > li .year {
        width: 100%;
        margin: 0 0 15px;
        font-size: 21px;
    }
    ul.list-publi > li .detail {
        width: 100%;
        padding-left: 0;
    }
    .dh-board > .table th.writer,
    .dh-board > .table th.hits,
    .dh-board > .table td.writer,
    .dh-board > .table td.hits {
        display: none;
    }
    .dhb-txt-box-type-b-img-layout .thumb-hidden {
        height: 220px;
    }
    .dh-view-box > .row > .dh-view-info + div:not(.dh-attach),
    .dh-view-box > .row > .dh-view-info + .dh-attach + div {
        padding: 60px 0 !important;
    }
    #photo + .dh-board {
        margin: 0;
    }
    .bbs-blog2-index-layout .dhb-txt-box-type-b {
        padding: 0 15px;
    }
    #related_links .contents-area ul > li {
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    /* Medium·Large devices */
    .navbar-inverse > .container {
        width: 100%;
        padding: 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 15px 12px;
        font-size: 14px;
    }
    .intro-board-widget-layout > .intro-boardbox:nth-child(1) {
        margin-bottom: 50px;
    }
    .dh-front-blog > .col-md-4 {
        width: 33.3%;
    }
    .sub-bottom .sub-title {
        margin: 0 0 12px;
    }
    #member01 #row1 .box-professor {
        padding: 55px 75px 0;
    }
    .subpage[id^="member"] .wrap-member {
        width: 100%;
        padding: 0;
    }
    .subpage[id^="member"] .wrap-member + .wrap-member {
        margin-top: 20px;
    }
    .subpage[id^="member"] .box-member > .info {
        width: 78%;
        padding: 25px 25px 0;
    }
}
@media (min-width: 1200px) {
    /* Extra large devices (col-lg-*) */
    .intro-boardbox {
        width: 50%;
    }
    .intro-board-widget-layout > .intro-boardbox:nth-child(1) {
        padding-right: 25px;
    }
    .intro-board-widget-layout > .intro-boardbox:nth-child(2) {
        padding-left: 25px;
    }
    .title-area {
        width: 20%;
    }
    .contents-area {
        width: 80%;
        padding-left: 25px;
    }
    #intro02 #row2 img {
        float: right;
        margin-top: -160px;
        border: 1px solid #ddd;
    }
    #publications .title-area {
        width: 25%;
    }
    #publications .contents-area {
        width: 75%;
    }
}
/************ 모바일 최적화 끝 ************/
