@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
    overflow-x: hidden;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Noto Sans KR", "NanumGothic", "나눔고딕", "NanumBarunGothic", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
    -ms-word-break: keep-all;
    word-break: keep-all;
}

.modal-open {
    padding-right: 0 !important;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0;
}

p {
    -ms-word-break: keep-all;
    word-break: keep-all;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

a {
    color: #bbb;
}

a:hover,
a:focus {
    color: #f27300;
}

/* layout */
.container_contents {
    width: 100%;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .col-divided-5 {
        float: left;
        padding: 0 15px;
        width: 20%;
    }
}

.mt-2em {
    margin-top: 2em;
}

.mb-2em {
    margin-bottom: 2em;
}
/* 
.fade {
    opacity: 1;
    transition: all 1.5s;
}

.in {
    opacity: 1;
    transform: translate(0, 0) !important;
} */

/* personal setting 0.14v */
/* layout */
.mt-40 {
    margin-top: 40px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mg-0 {
    margin: 0 !important;
}

.pd-0 {
    margin: 0 !important;
}

ul,
dl,
ol {
    padding: 0;
}

.body-layout {
    overflow-x: hidden;
}

p,
li,
dt,
dd {
    line-height: 1.6;
}

* {
    box-sizing: border-box;
    word-break: break-word;
    word-wrap: break-word;
}

/* img */
.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.max-90 {
    width: 90% !important;
    margin: 0 auto;
    display: block;
}

.img-bordered {
    border: 1px solid #ddd;
}

/* align */
.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
}

.horizontal-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
}

.vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
}

/* font */
.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.text-colored {
    color: #276dbf !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-italic {
    font-style: italic !important;
}

/*list style*/
/* .li-disc > li{list-style:disc!important; margin-left:20px;} */
.li-disc li {
    position: relative;
    padding-left: 10px;
    color: #555;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
    line-height: 25px;
}

.li-disc li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #888;
}

.li-circle > li {
    list-style: circle !important;
    margin-left: 20px;
}

.li-square > li {
    list-style: square !important;
    margin-left: 20px;
}

.li-dash > li {
    margin-left: 20px;
    position: relative;
}

.li-dash > li:before {
    content: "-";
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
}

/* personal setting 0.14v end */
/* mainpage */
/* main-top */
#main-top {
    width: 100%;
    background: #f27300;
}

.top-menu {
    margin: 0;
}

.top-menu li {
    float: left;
    padding: 0 20px;
    font-size: 12px;
    line-height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-weight: 300;
}

.top-menu li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.top-menu a {
    color: rgba(255, 255, 255, 0.7);
}

.top-menu a:hover {
    color: #fff;
}

/* navbar setting */
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: relative;
}

.navbar {
    margin-bottom: 0;
}

.navbar-inverse {
    background: #fff;
    border-bottom: 1px solid #ddd;
    height: 140px;
}

.navbar-brand {
    margin: 0 !important;
    padding: 34px 0 0;
}

.major-kr {
    color: #333 !important;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #999;
    font-size: 16px;
}

.navbar-brand img {
    display: inline-block;
    margin: 0;
}

.navbar-brand img:last-child {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
}

.navbar-nav {
    margin-top: 15px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #333;
    font-size: 16px;
    padding: 28px 30px 18px;
}

.navbar-inverse .navbar-nav > li:hover > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #f27300;
    background: transparent;
}

.divider-vertical + li,
.divider-vertical + li + li {
    display: none;
}

.navbar-inverse .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    border: 1px solid #f27300;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    min-width: 180px;
}

.navbar-inverse .dropdown-menu > li > a {
    padding: 12px 18px;
    line-height: 1;
    color: #666;
    font-size: 13px;
    letter-spacing: -0.04em;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #f27300;
    text-decoration: underline;
    background: transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .navbar-nav > li:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        bottom: 20px;
        color: #ddd;
        width: 1px;
        height: 16px;
        background: #ddd;
    }

    .navbar-nav > li:first-child::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-toggle {
        background: #fff;
        border: none;
        margin-top: 14px;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
    }

    .navbar-inverse {
        height: auto;
    }

    .navbar-brand {
        padding: 15px;
    }

    .navbar-brand img {
        max-width: 120px;
    }

    .navbar-brand img:last-child {
        max-width: 100px;
    }

    .navbar-collapse {
        background: #f27300;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 15px;
        border-bottom: 1px solid #78b3dd;
        color: #fff;
    }

    .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: #226ba6;
    }

    .navbar-nav .open .dropdown-menu {
        background: #226ba6;
        padding: 10px 0;
    }

    .dropdown-menu > li {
        float: none;
        width: 100%;
        opacity: 1;
        text-align: left;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        opacity: 0.7;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        opacity: 1;
        text-decoration: underline;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
}

/* main content */
.intro-html-layout {
    padding: 0;
}

.intro-html-layout #main-content > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#main-slide .carousel-inner .item {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#main-slide .carousel-inner .slide01 {
    /* background-image: url(/skin/img/slide/slide04.jpg); */
    background-image: url(/skin/img/slide/slide01_240927.jpg);
}

#main-slide .carousel-inner .slide02 {
    background-image: url(/skin/img/slide/slide05.jpg);
}

#main-slide .carousel-inner .slide03 {
    background-image: url(/skin/img/slide/slide_new3.jpg);
}

#main-slide .carousel-inner .slide04 {
    background-image: url(/skin/img/slide/slide_new_240905_1.jpg);
}

#main-slide .carousel-inner .slide05 {
    background-image: url(/skin/img/slide/slide_new_240905_2.jpg);
}

#main-slide .carousel-inner .slide06 {
    background-image: url(/skin/img/slide/slide_new_240905_3.jpg);
}
#main-slide .carousel-inner :is(.slide04, .slide05, .slide06)::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}
#main-slide .carousel-inner :is(.slide04, .slide05, .slide06) .caption {
    position: relative;
    z-index: 10;
}
#main-slide .carousel-control {
    opacity: 0.2;
}

/*
#main-slide .carousel-caption{
	right:auto;
	bottom:auto;
	top:30%;
	text-align:left;
}*/
#main-slide .carousel-caption {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1170px;
    height: max-content;
    text-align: center;
    /*     text-shadow: none; */
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
    padding: 0;
}

/*

#main-slide .carousel-caption p {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.04em;
    margin: 0;
    text-shadow: 0 0 4px rgba(255,255,255,0.2);
    color: #e6e6e6;
}

#main-slide .carousel-caption p em {
    color: #fff;
    font-style: inherit;
    font-weight: 600;
    font-size: 42px;
    letter-spacing: -0.06em;
    line-height: 1;
    display: block;
    margin: 20px 0 40px;
}
#main-slide .carousel-caption p > span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.4em;
    font-weight: 500;
    color: #feffcd;
    line-height: 1;
    margin-bottom: 5px;
}

*/

#main-slide .carousel-caption p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.04em;
    margin: 0;
    color: #fff;
}

#main-slide .carousel-caption p em {
    color: #fff;
    font-style: inherit;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: -0.04em;
    line-height: 1.3;
    display: block;
    margin: 15px 0 30px;
}

#main-slide .carousel-caption p em span {
    display: block;
    font-weight: 600;
}

#main-slide .carousel-caption p > span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.2em;
    font-weight: 500;
    color: #f27300;
    line-height: 1;
    margin-bottom: 5px;
}

.carousel-indicators {
    bottom: 40px;
}

#main-content .carousel-indicators li,
#main-content .carousel-indicators .active {
    width: 55px;
    height: 5px;
    border: none;
    background: #fff;
    margin: 0 2px;
    border-radius: 0;
    /*     opacity: 0.4; */
}

#main-content .carousel-indicators .active {
    background: #f27300;
    opacity: 1;
}

@media (max-width: 767px) {
    #main-slide .carousel-inner .item {
        height: 300px;
    }

    #main-slide .carousel-caption {
        padding: 100px 15px 0;
    }

    #main-slide .carousel-caption p {
        font-size: 28px;
    }

    #main-slide .carousel-caption p span {
        font-size: 13px;
        font-weight: 500;
    }
}

.intro-board-widget-layout {
    max-width: 1170px;
    margin: 50px auto;
}

.intro-board-layout {
    display: none;
}

.intro-boardbox .page-header {
    display: none;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.page-header {
    margin: 0 0 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid #ddd;
}

.intro-boardbox .page-header h4 {
    margin: 0;
}

.intro-boardbox-type-bbs h4 {
    font-size: 20px;
}

.intro-boardbox-type-bbs a[type="button"] {
    transition: all 0.2s ease-in-out;
}

.intro-boardbox-type-bbs a[type="button"]:before {
    content: "more";
    position: absolute;
    right: 20px;
    font-weight: bold;
    font-size: 11px;
    margin-right: 5px;
    opacity: 0;
    transform: rotate(-45deg) translateY(23px);
    transition: all 0.2s ease;
}

.intro-boardbox-type-bbs h4:hover a[type="button"] {
    transform: rotate(45deg);
}

.intro-boardbox-type-bbs h4:hover a[type="button"]:before {
    transform: rotate(-45deg) translateY(23px);
    right: 30px;
    opacity: 1;
}

.intro-boardbox-type-bbs .front-panel {
    padding: 0;
}

.intro-boardbox-type-bbs .front-panel > .panel {
    padding-top: 20px;
    border: none;
    box-shadow: none;
}

.intro-boardbox-type-bbs .panel-body {
    padding: 0px 5px;
}

.intro-boardbox-type-bbs .dh-front-list2 h5 {
    display: none;
}

.dh-front-list2 h6 a:hover span {
    text-decoration: none;
    color: #f27300;
}

.intro-boardbox-type-bbs .dh-front-list2 h6 a,
.intro-boardbox-type-bbs .dh-front-list2 h6 a span {
    font-weight: normal;
    color: #666;
}

.intro-boardbox-type-bbs .dh-front-list2 h6 a {
    display: inline-block;
    position: relative;
    width: 100%;
}

.intro-boardbox-type-bbs .dh-front-list2 .list-row-subject:before {
    content: "·";
    display: inline;
    margin-right: 5px;
    font-weight: 600;
    color: #f27300;
}

.list-row-subject {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 70%;
    text-overflow: ellipsis;
}

.list-row-regdate {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 25%;
    text-overflow: ellipsis;
}

.dh-front-list2-words {
    margin-top: 14px;
}

.dh-front-list2-words .row-separator,
.dh-front-list2-words small {
    display: none;
}

.dh-front-list2-words a .list-row-subject:hover {
    color: #f27300 !important;
    text-decoration: underline;
}

.intro-blog1-list {
    display: none;
}

.intro-blog1-list:first-child {
    display: block;
}

@media (max-width: 767px) {
    .intro-board-widget-layout {
        top: 0;
        margin: 30px auto;
    }
}

.intro-widget-layout {
    width: 100%;
    padding: 0;
}

#freewall15,
.intro-widgetBoardbox > a {
    display: none;
}

.widgetBlogBox1 {
    background-position: center center;
}

.widgetBlogBox1 {
    height: 135px;
}

#main-banner .carousel-inner {
    border: 1px solid #ddd;
    border-bottom: none;
}

#main-banner .item {
    min-height: 190px;
}

#main-banner .carousel-inner > .item:nth-child(1) {
    background: #feffcd;
}

#main-banner .carousel-inner > .item:nth-child(2) {
    background: #feffcd;
}

#main-banner .item img {
    width: 100%;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
}

#main-banner .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    min-height: 56px;
    margin: 0;
    padding: 7px;
    font-weight: 600;
    font-size: 26px;
    background: #f27300;
}

/* #main-banner .black-bg{
	position: absolute;
    left:0;
	right:0;
	top:0;
	bottom:0;
	background: #dccfb4 url(/skin/img/main/title_bg.png);
    opacity: 0.5;
} */
#main-banner .carousel-caption p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 15px;
    text-shadow: none;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 0;
}

#main-banner .carousel-caption p em {
    color: #fff;
    font-style: inherit;
}

#main-banner .carousel-caption span {
    font-size: 13px;
    text-shadow: none;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.03em;
    display: block;
}

#main-banner .carousel-control {
    position: static;
    color: #888;
}

#main-banner .carousel-pagenation {
    border: 1px solid #ddd;
    padding: 10px 0;
}

#main-banner .carousel-pagenation:after {
    content: "";
    display: block;
    clear: both;
}

#main-banner .carousel-control,
#main-banner .carousel-pagenation p {
    float: left;
    display: block;
    width: 33.333%;
    text-align: center;
    margin: 0;
    text-shadow: none;
    font-size: 13px;
}

#main-banner .carousel-pagenation p {
    color: #ddd;
}

#main-banner .carousel-pagenation p .now {
    color: #f27300;
}

#main-banner .carousel-pagenation p .divider {
    margin: 0 15px;
}

#main-banner .carousel-pagenation p .total {
}

/* main bottom */
#main-bottom {
    width: 100%;
    padding: 25px 0;
    /*     background: #f27300; */
    background-color: #fafafa;
    display: block;
}

#main-bottom .container {
    max-width: 1100px;
}

.nav-bottom > div {
    /*     border-left: 1px solid #ccc; */
    padding: 15px 15px;
}

@media screen and (min-width: 768px) {
    .nav-bottom > div {
        width: calc(100% / 5);
    }
}

.nav-bottom > div:first-child {
    border: none;
}

.nav-bottom a {
    display: block;
}

.nav-bottom i {
    margin: 0 0 10px;
    font-size: 38px;
    color: #bdd6f5;
}

.nav-bottom a p {
    color: #a4c3ea;
    font-size: 16px;
    margin-bottom: 0;
}

.nav-bottom a:hover,
.nav-bottom a:hover p,
.nav-bottom a:hover i {
    color: #ffffff;
}

.bbs-box .intro-tab {
    background: #ececec;
    border: 1px solid #ddd;
    border-bottom: none;
}

.bbs-box .intro-tab > li {
    width: 50%;
    margin: 0;
    text-align: center;
}

.bbs-box .intro-tab li a {
    border: none;
    margin: 0;
    border-top: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #888;
}

.bbs-box .intro-tab li.active a,
.bbs-box .intro-tab li.active a:hover,
.bbs-box .intro-tab li.active a:focus {
    background-color: #fff;
    border-top: 2px solid #f27300;
    border-right: none;
    border-left: none;
    border-bottom-color: #fff !important;
    color: #333;
}

.bbs-box .intro-tab li a:hover {
    background: #f27300;
    color: #ffffff;
}

.bbs-box .tab-content {
    border: 1px solid #ddd;
    overflow: hidden;
    border-top: none;
}

.img-bbs-box .page-header {
    margin: 0;
    padding: 15px 15px;
    border: 1px solid #ddd;
    border-bottom: none;
}

.img-bbs-box .page-header h4 {
    margin: 0;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #333;
}

.img-bbs-box .page-header .btn.pull-right {
    margin-top: -9px;
}

.img-bbs-box .intro-widgetBoardbox {
    border: 1px solid #ddd;
}

.intro-widget-list-box > ul {
    margin: 0 0 !important;
    width: 100%;
    padding: 10px;
}

/* subpage */
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}

.subpage-header {
    width: 100%;
    height: 200px;
    padding: 66px 0;
    background: url(/skin/img/sub/subpage-header-bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}

.subpage-header h2 {
    margin-top: 20px;
    color: #fff;
    margin: 0 0 10px;
    font-size: 34px;
    letter-spacing: 0.04em;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.subpage-header p {
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.04em;
    margin: 0;
    opacity: 0.8;
}

.subpage-header + .container {
    margin: 50px auto;
}

.snb > ul > li {
    position: relative;
    width: 100%;
    height: max-content;
    min-height: 40px;
    margin-bottom: 20px;
    padding-left: 15px;
    line-height: 40px;
    box-sizing: border-box;
    transition: all 0.2s ease-out;
    font-size: 15px;
}

.snb > ul > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #222;
    font-size: 18px;
    letter-spacing: -0.06em;
    border-bottom: 2px solid #ddd;
}

.snb > ul > li i {
    display: inline-block;
    position: absolute;
    right: 20px;
    line-height: 40px;
    font-size: 10px;
}

.snb > ul > li:hover > a,
.snb > ul > li.active > a {
    color: #f27300;
    text-decoration: none;
    border-bottom: 2px solid #f27300;
}

.snb-dropdown {
    padding-top: 20px;
}

.snb-dropdown li a {
    display: block;
    font-size: 14px;
    padding: 4px 14px;
    letter-spacing: -0.02em;
}

.snb-dropdown li.active a {
    color: #f27300;
}

.sitemap-snb-dropdown {
    padding: 7px;
}

.sitemap-snb-dropdown li:before {
    content: "-";
    margin-right: 5px;
}

.sitemap-snb-dropdown li a {
    font-size: 95%;
}

.subpage-content {
    padding-bottom: 30px;
}

.subpage-content h3 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.breadcrumb {
    position: absolute;
    right: 15px;
    top: 11px;
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: right;
    font-size: 12px;
}

.subpage-content .sub-content-title {
    color: #f27300;
    font-size: 24px;
    margin: 0 0 20px !important;
    letter-spacing: -0.06em;
}

.sub-content-title .gray {
    display: block;
    margin-bottom: 15px;
    color: #aaa;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1;
}

.subpage-content .sub-content-title + h5 {
    font-weight: 500;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.02em;
    margin: 5px 0 0;
}

.subpage-content .subcon + .subcon {
    margin-top: 30px;
}

.subpage-content .row + .row {
    margin-top: 15px;
}

.subpage-content h4 {
    font-size: 26px;
    color: #f27300;
    margin: 30px 0 20px;
}

#community03 .subpage-content h4 {
    font-size: 16px;
    text-align: center;
}

.subpage-content h4:first-of-type {
    margin-top: 0;
}

.subpage-content .description {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.8;
}

.subpage-content .small-title {
    font-size: 18px;
    background: url(/skin/img/sub/ico-title.png) no-repeat left 2px;
    padding-left: 21px;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    /*pc tablet*/
    .snb {
        width: 22%;
    }

    .subpage-content {
        padding-bottom: 100px;
        padding-left: 35px;
        width: 78%;
    }
}

@media (max-width: 767px) {
    /* mobile */
    .subpage-header + .container {
        margin: 30px auto;
    }

    .subpage-content {
        margin-top: 30px;
    }

    .subpage-content .description {
        font-size: 13px;
    }

    .subpage-content h3 {
        font-size: 26px;
        font-weight: 500;
        letter-spacing: -0.02em;
        margin: 0 0 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }

    .subpage-content .sub-content-title {
        font-size: 18px;
        line-height: 24px;
    }

    .subpage-content .sub-content-title + h5 {
        font-size: 15px;
        line-height: 22px;
    }

    .sub-content-title .gray {
        font-size: 13px;
    }

    .snb ul li {
        line-height: 1;
        height: auto;
        padding: 10px;
        border: 1px solid #ddd;
        margin: 0 0 4px;
    }

    .snb ul li a {
        font-size: 14px;
    }

    .snb ul li:hover,
    .snb ul li.active {
        background: #f27300;
        border: #f27300;
    }

    .snb ul li:hover a,
    .snb ul li.active a {
        color: #ffffff;
    }

    .snb ul li i {
        line-height: 1.5;
    }

    .breadcrumb {
        font-size: 11px;
    }

    .subpage-content h4 {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .subpage-content .small-title {
        font-size: 15px;
        padding-bottom: 3px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .subpage-header {
        height: 110px;
        padding: 24px 0;
    }

    .subpage-header h2 {
        margin: 0 0 5px;
        font-size: 30px;
    }

    .subpage-header p {
        font-size: 14px;
    }
}

p.page_preparing {
    text-align: center;
    font-size: 26px;
    padding: 35px 0px;
}

/* 서브페이지 커스텀 */
/* subpage major */
.major_circle p {
    width: 140px;
    height: 140px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    border: 1px solid #d6d6d6;
    border-radius: 100%;
    margin: 0 auto;
    padding: 0 20px;
    color: #c3350a;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.04em;
}

/* subpage faculty */
#faculty .fade {
    opacity: 1;
}
#faculty .modal {
    padding-right: 0 !important;
}

#faculty .modal.fade {
    display: none !important;
}
#faculty .modal.fade.in {
    display: block !important;
}

#faculty .modal .thumbnail {
    margin-top: 0;
    padding: 10px 35px;
}

#faculty .modal .thumbnail img {
    display: block;
    margin: 15px auto 15px 0;
}

#faculty .modal .thumbnail .caption {
    padding: 10px 0 0;
    color: #333;
}

#faculty .modal .thumbnail .caption p {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 1.8;
    letter-spacing: -0.04em;
}

#faculty .modal .thumbnail .caption p.name {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

#faculty .modal .thumbnail .row + .row {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 25px;
}

#faculty .modal .thumbnail .name .small {
    font-size: 0.9em;
}

/* subpage about02 */
.circle {
    position: relative;
    width: 150px;
    height: 150px;
    background: #f27300;
    border-radius: 50%;
    float: left;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.circle.active {
    background: #444444;
}

.circle-wrap {
    width: max-content;
}

.circle-wrap .icon-wrap {
    position: relative;
    float: left;
    width: 40px;
    height: 150px;
}

#about02 .fa {
    font-size: 20px;
    color: #bbb;
}

#about02 .fa-arrow-down {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

#about02 .text-box {
    padding: 20px;
    margin: 10px 0;
    border: 1px solid #ddd;
    background: #f3f3f3;
}

#about02 .text-box p {
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
    line-height: 25px;
}

/* subpage about05 */
.professor {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 0px;
}
.professor::before,
.professor::after {
    content: none;
}
.professor .col-sm-6 {
    width: 100%;
}
.professor .col-sm-6 > div {
    /* min-height: 200px; */
    height: 100%;
    /* margin: 0 0 20px; */
    padding: 20px;
    overflow: hidden;
    border: 1px solid #d6d6d6;
}

.professor .thumbnail {
    position: relative;
    border-radius: 0;
}

.professor .thumbnail img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    margin-bottom: 15px;
}

.professor .col-sm-6 > div .btn {
    background: #f27300;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.02em;
    padding: 8px 20px;
    line-height: 1;
}

.professor .col-sm-6 > div .btn:hover,
.professor .col-sm-6 > div .btn:focus {
    background: #f27300;
}

.professor .caption {
    width: 100%;
    padding: 0;
    margin: 0;
}

.professor p {
    margin: 0;
    line-height: 1.8;
    color: #666;
    font-size: 13px;
    letter-spacing: -0.04em;
}

.professor p a {
    color: #222;
    font-weight: 500;
    text-decoration: underline;
}

.professor p:before {
    content: "-";
    padding-right: 8px;
}

.professor .name:before {
    content: none;
}

.professor .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0 14px;
    color: #222;
}

.name .small {
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #888;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .professor .col-sm-6 > div {
        min-height: 370px;
    }

    .professor .thumbnail img {
        float: none;
        margin-left: 0;
    }

    .professor .caption {
        float: none;
        width: 100%;
    }
}

/* subpage info01 */
.info01-box {
    background-color: #226ba6;
    background-image: url(/skin/img/sub/info01-box-bg.png);
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.info01-box .sub-content-title {
    color: #fff;
    margin-bottom: 10px !important;
}

.info01-box .sub-content-title em {
    color: #fee95c;
    font-style: inherit;
}

.info01-box .sub-content-title .gray {
    color: #fff;
    opacity: 0.5;
    margin-bottom: 10px;
}

.info01-box .description {
    color: #fff;
}

.info01-box a.btn {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    padding: 8px 30px;
    background: rgba(0, 0, 0, 0);
    transition: 0.2s;
}

.info01-box a.btn:after {
    content: url(/skin/img/main/ico-arrow.png);
    padding-left: 7px;
}

.info01-box a.btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* subpage table */
.subpage-content .table-bordered {
    margin-bottom: 30px;
    border-top: 2px solid #444;
}

.subpage-content .table-bordered thead th {
    border-bottom: 1px solid #444;
    background: #f3f3f3;
}

.subpage-content .table-bordered th,
.subpage-content .table-bordered td {
    padding: 10px;
    line-height: 1.6;
    letter-spacing: -0.03em;
}

.subpage-content .table-bordered th {
    font-weight: 500;
}

.subpage-content .table-bordered td {
    color: #555;
}

.subpage-content .table-bordered td a {
    color: #f27300;
    text-decoration: underline;
}

/* subpage major 01 */
#major01 h5 {
    margin-top: 1em;
}

#major01 table th {
    text-align: center;
    vertical-align: middle;
}

#major01 table tr th:first-of-type {
    border-left-color: transparent;
}

#major01 table tr td:last-of-type,
#major01 table thead tr th:last-of-type {
    border-right-color: transparent;
}

#major01 table tbody tr:last-of-type td,
#major01 table tbody tr:last-of-type th {
    border-bottom: 1px solid #333;
}

/* subpage major03 */
#major03 .subcon p {
    text-align: left;
}

#major-map .step {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

#major-map .step:last-of-type {
    border-bottom: none;
}

#major-map .step:after {
    content: "";
    display: block;
    clear: both;
}

.roadmap-title {
    display: inline-block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    padding-top: 25px;
}

.roadmap-title span {
    display: block;
    font-size: 0.9em;
    color: #fff;
    opacity: 0.5;
}

.roadmap-ttl1 {
    background: #444444;
}

.roadmap-ttl2 {
    background: #3f5065;
}

.roadmap-ttl3 {
    background: #226ba6;
}

.roadmap-ttl4 {
    background: #f27300;
}

.roadmap-box {
    margin-top: 30px;
}

.roadmap-box > div {
    height: max-content;
    padding: 0;
    border: 1px solid #ddd;
    background: #f3f3f3;
    font-size: 16px;
}

.roadmap-box p {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
}

.roadmap-box ul {
    padding: 10px 0;
    font-size: 14px;
}

.roadmap-box li:before {
    content: "·";
    display: inline;
    margin: 0 5px;
}

.chevron-blue {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    font-size: 40px;
    color: #f27300;
    margin: 20px 0;
}

@media (max-width: 767px) {
    .subpage-content .table-bordered th,
    .subpage-content .table-bordered td {
        font-size: 13px;
    }
}

/*subpage property*/
#property .col-sm-6 {
    padding: 50px 15px;
    border: 1px solid #eee;
    height: 300px;
}

#property .col-sm-6 h4 {
    font-size: 26px;
}
#property .col-sm-6 strong {
    font-size: 18px;
}
#property .col-sm-6 p {
    font-size: 14px;
    margin-top: 20px;
}

#property .img-box {
    width: 100%;
    height: 100%;
}

#property .img-box img {
    width: 100%;
}

/* subpage life02 */
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    height: 200px;
    max-height: none;
    box-shadow: none;
    border: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}

.thumb-hidden > a > img {
    transition: all 0.5s ease-out;
}

.thumb-hidden:hover > a > img {
    transform: scale(1.2);
    transform-origin: center center;
}

/* subpage job3 */
dl {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

dt {
    margin-top: 20px;
    margin-bottom: 10px;
}

dd {
    color: #555;
    letter-spacing: -0.02em;
    line-height: 22px;
}

.dh-board,
.bbs-list-view-layout .dh-view-box,
.bbs-list-add-layout #insertForm,
.bbs-list-edit-layout #insertForm,
.bbs-blog-view-layout .dh-view-box,
.bbs-blog-add-layout #insertForm,
.bbs-blog-edit-layout #insertForm,
.bbs-faq-view-layout .dh-view-box,
.bbs-faq-add-layout #insertForm,
.bbs-faq-edit-layout #insertForm,
.mod-custom-form-add #mod_type_formForm,
.img-bbs-default-index-layout .bbs + .row,
.img-bbs-default-add-layout .bbs + #insertForm,
.img-bbs-default-edit-layout .bbs + #insertForm,
.contact-calendar-layout > .text-center {
    visibility: hidden;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #f27300;
    border-color: #f27300;
}

/* subpage list bbs */

.dh-board > .table-hover {
    margin: 0 0 20px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.dh-board > .table-hover th,
.dh-board > .table-hover td {
    padding: 16px 15px;
    font-weight: 400;
}

.dh-board > .table-hover th {
    border-bottom: 1px solid #d6d6d6;
    background: #f6f6f6;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.dh-board > .table-hover td {
    border-bottom: 1px solid #ddd;
    color: #666;
}

.dh-board > .table-hover td strong a {
    font-weight: 400;
    color: #666;
}

.table-hover > tbody > tr:hover {
    background: #fff;
}

.dh-board > .table-hover .subject strong a:hover {
    color: #f27300;
    text-decoration: underline;
}

.dh-board > .table-hover td label {
    color: #fff;
}

.dh-view-box {
    margin: 0;
}

.dh-view-box > .row > .page-header {
    border-top: 2px solid #444;
    border-bottom: 1px solid #444;
    margin: 0;
    padding: 15px;
}

.dh-view-box > .row > .page-header > h4 {
    margin: 0;
    color: #333;
    font-size: 18px;
}

.dh-view-box > .row > .dh-view-info {
    background: #f3f3f3;
    color: #888;
    line-height: 1;
    padding: 8px 10px 1px;
}

.dh-view-box > .row > .dh-view-info span strong {
    color: #888;
    font-weight: 500;
}

.table-faq {
    margin: 0 0 20px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.table-faq thead th {
    border-bottom: 1px solid #d6d6d6 !important;
    background: #f6f6f6;
    color: #222;
    font-size: 15px;
    font-weight: 500 !important;
    letter-spacing: -0.02em;
}

.table-faq th,
.table-faq td {
    padding: 16px 15px !important;
    font-weight: 400 !important;
}

/* subpage claendar */
#calendar .fc-head {
    background: #f3f3f3;
}

#calendar .fc-button-group button {
    background: #f3f3f3;
    border-radius: 0;
    box-shadow: none;
    border-color: #ddd;
    text-shadow: none;
    padding: 6px 15px;
    font-size: 13px;
    height: auto;
}

#calendar .fc-button-group .fc-state-active {
    background: #f27300;
    color: #fff;
}

#calendar .fc-head .fc-day-header {
    padding: 5px;
    font-weight: 500;
}

#calendar + .text-center .btn-danger {
    background: #226ba6;
    border: none;
    border-radius: 0;
    padding: 15px 20px;
}

#calendar + .text-center .btn-danger:hover {
    background: #2981c7;
}

@media (max-width: 767px) {
    .dh-board > .table-hover th,
    .dh-board > .table-hover td {
        padding: 12px;
        font-size: 13px;
    }
}

/* 서브페이지 - 수상내역(awards) */
.awards h4 {
    margin: 30px 0 15px !important;
    text-align: center;
}

.awards p {
    margin-bottom: 30px;
    text-align: center;
}

.awards table,
.awards table thead th {
    text-align: center;
}

.awards table tr th:nth-child(6),
.awards table tr td:nth-child(6) {
    width: 10%;
}

.awards table tr th:nth-child(7),
.awards table tr td:nth-child(7) {
    width: 13%;
}

.awards table tr th:nth-child(3),
.awards table tr th:nth-child(3),
.awards table tr th:nth-child(4),
.awards table tr td:nth-child(4) {
    width: 12%;
}

/* footer */
.footer_copy > div {
    padding: 30px 0;
    border-top: 1px solid #ddd;
}

#footer-wrap .col-sm-7 {
    text-align: left;
}

.foot-link:after {
    content: "";
    display: block;
    clear: both;
}

.foot-link li {
    float: left;
    margin: 0 15px;
}

.foot-link li:first-child {
    margin-left: 0;
}

.foot-link a {
    color: #333;
}

.foot-link a:hover {
    color: #f27300;
}

#footer-wrap address {
    font-size: 12px;
    color: #999;
}

#sitemap {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    transition: none;
}

#sitemap:hover,
#sitemap:focus {
    border-color: #c3c3c3;
}

@media (max-width: 767px) {
    .foot-link {
        margin-top: 20px;
    }

    .foot-link li {
        float: none;
    }

    .foot-link li:first-child {
        margin-left: 15px;
    }
}

/* login page */
.login-layout .panel-body > div.col-sm-12 {
    text-align: center;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 35px;
}

.inner-box-form {
    width: 100%;
    max-width: 440px;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

.login-layout .panel {
    box-shadow: none;
    max-width: 540px;
    padding: 20px 0px 35px;
    margin: 50px auto 60px;
    border-radius: 0px;
    background: #f3f3f3;
    border: none;
}

.login-layout .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0);
}

.login-layout .btn-warning {
    float: right;
    width: 120px;
    height: 33px;
    background: #226ba6;
    border-radius: 0px;
    box-shadow: none;
    border: #226ba6;
    font-size: 13px;
}

.login-layout .btn-warning:hover {
    background: #267abd;
}

/* join page */

.login-layout,
.join-agree-area,
#joinForm {
    max-width: 1170px;
    width: 100%;
    margin: -100px auto 100px;
    clear: both;
}

#login .subpage-content,
#join .subpage-content {
    width: 100% !important;
    max-width: 1170px;
    padding: 0px 0px 100px;
}

#joinForm {
    padding: 0px;
}

.join-layout {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 15px;
}

.join-layout .jumbotron {
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.join-layout .jumbotron h1 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #333;
    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: #226ba6;
    border: 1px solid #226ba6;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
    color: #fff;
}

.join-agree-area .panel-footer .btn-default:hover {
    border-color: #267abd;
    background: #267abd;
}

.join-layout .form-horizontal .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.join-layout .form-horizontal .panel-heading {
    font-weight: 500;
    padding: 0;
    letter-spacing: -0.02em;
    color: #333;
    font-size: 18px;
    background: url(/skin/img/sub/ico-title.png) no-repeat left 2px;
    padding-left: 21px;
    margin: 0 0 15px;
    border: none;
    line-height: 1.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 .form-group .control-label .text-danger {
    color: #f27300;
    font-weight: 400;
}

.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 #f3f3f3;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
    background: #f3f3f3;
}

.join-layout .form-horizontal .panel-footer .btn-default:hover {
    border-color: #e3e3e3;
    background: #e3e3e3;
}

.join-layout .form-horizontal .panel-footer .btn-success {
    border: 1px solid #226ba6;
    background: #226ba6;
}

.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #267abd;
}

@media (max-width: 767px) {
    .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;
    }
}

/* subpage sitemap */
#sitemap .subpage-content {
    width: 100%;
}

@media (min-width: 768px) {
    .sitemap-box {
        width: 20%;
    }
}

.sitemap-header {
    padding: 40px 15px;
    border-bottom: 1px solid #ddd;
}

.sitemap-body {
    padding: 45px 0 45px 25px;
}

/* 2018-01-29 added */
.nav-bottom > .text-center > a > i {
    float: none;
    margin: -5px auto 0;
    border-radius: 50%;
    background-color: #333;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: #fff;
}

.nav-bottom > .text-center:nth-child(1) > a > i {
    background-color: #f3aa24;
}

.nav-bottom > .text-center:nth-child(2) > a > i {
    background-color: #f27300;
}

.nav-bottom > .text-center:nth-child(3) > a > i {
    background-color: #e46020;
}

.nav-bottom > .text-center:nth-child(4) > a > i {
    background-color: #c3350a;
}

.nav-bottom > .text-center > a > p {
    letter-spacing: -0.03em;
    color: #515151;
    float: none;
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
    line-height: 20px;
}

.nav-bottom a:hover,
.nav-bottom a:hover p,
.nav-bottom a:hover i {
    color: #39445b !important;
    text-decoration: none;
    font-weight: bold;
}

.dh-popup > p:first-child {
    display: none;
}

.dh-popup p a {
    margin-bottom: 0;
}

.table-th-centered thead tr th,
.table-th-centered tbody tr th {
    text-align: center;
}

.table-all-vcentered thead tr th,
.table-all-vcentered tbody tr th,
.table-all-vcentered tbody tr td {
    vertical-align: middle !important;
}

.table-all-centered thead tr th,
.table-all-centered tbody tr th,
.table-all-centered tbody tr td {
    text-align: center;
}

.table-bordered td > ul:last-child {
    margin-bottom: 0;
}

.table-bordered td > ul {
    padding-left: 5px;
}

.table-bordered td > ul li {
    word-break: keep-all;
}

.table-bordered td > ul li::before {
    display: block;
    content: "·";
    /* 	position: absolute; */
    position: relative;
    float: left;
    left: -5px;
}

.subpage-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #515151;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

#draggable .header h3 {
    text-align: center;
    background: #b69f62;
    margin: 0;
    padding: 10px 0;
    color: #fff;
}

#draggable .header p {
    font-size: 15px;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 500;
    border: 2px solid #b69f62;
    padding: 5px;
}

#draggable .content div:first-child {
    margin-left: 15px;
}

#draggable .content div {
    float: left;
    margin-right: 15px;
}

#draggable .content p {
    font-weight: 500;
    color: #555;
    text-align: center;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    /* 	height:200px; */
    height: 150px;
    max-height: none;
    box-shadow: none;
    border: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    padding: 0;
    border: 3px solid #fff;
    border-top: none;
    background: #fff;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row {
    margin: 0;
    border: 1px solid #ddd;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row > .dhb-txt-box-type-b-img-layout {
    padding: 0;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row > .dhb-txt-box-type-b-text-layout {
    padding: 15px;
    background: #f3f3f3;
    border-top: 1px solid #ddd;
}

.dhb-txt-box-type-b-text-layout h4 {
    font-size: 14px;
    margin: 0;
}

.dhb-txt-box-type-b-text-layout h4 strong {
    font-weight: 500;
}

.thumb-hidden > a > img {
    transition: all 0.5s ease-out;
    min-height: 150px;
}

.thumb-hidden:hover > a > img {
    transform: scale(1.2);
    transform-origin: center center;
}

/* popup  */
.myModal15,
.myModal16,
.myModal17 {
    padding: 10px 10px 0;
}

.myModal16,
.myModal17 {
    max-width: 400px;
}

.myModal15 .border-box,
.myModal16 .border-box,
.myModal17 .border-box {
    padding: 10px;
    border: 1px solid #eee;
}

.myModal15 .border-box h3,
.myModal16 .border-box h3,
.myModal17 .border-box h3 {
    margin: 15px 0 25px;
    text-align: center;
}

.myModal15 .border-box h3 b,
.myModal16 .border-box h3 b,
.myModal17 .border-box h3 b {
    color: #009883;
}

.myModal16 .border-box .profile,
.myModal17 .border-box .profile {
    max-width: 150px;
    height: auto;
    padding: 5px;
    border: 1px solid #ddd;
}

.myModal16 .border-box h5,
.myModal17 .border-box h5 {
    margin: 15px 0;
    font-size: 15px;
    text-align: center;
    color: #666;
}

@media screen and (max-width: 768px) {
    .dh-popup {
        left: 15px !important;
        right: 15px;
    }
}

#edu-goal .major-goal dl:after {
    content: "";
    display: block;
    clear: both;
}

/* #edu-goal .univ-goal h5,
#edu-goal .univ-goal p,
#edu-goal .univ-goal ul {
	float: left;
	width: 80%;
}

#edu-goal .univ-goal h5 {
	width: 20%;
}

#edu-goal .univ-goal h5 span {
	display: inline-block;
	padding-bottom: 3px;
	font-size: 18px;
	font-weight: 600;
	color: #111;
	border-bottom: 3px solid;
}

#edu-goal .univ-goal .vision {
	margin-bottom: 40px;
}

#edu-goal .univ-goal .vision p {
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: #4c67e6;
	border-radius: 50px;
}

#edu-goal .univ-goal ul li {
	float: left;
	width: 33.333%;
	text-align: center;
	padding: 0 5px;
}

#edu-goal .univ-goal ul li span {
	position: relative;
	display: block;
	padding: 45px 15px;
	border: 1px solid #ddd;
	letter-spacing: -0.04em;
	background: #fff;
}

#edu-goal .univ-goal ul li span:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: -1px;
	top: -1px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
} */

#edu-goal li {
    padding-left: 0;
    margin-bottom: 0;
}
#edu-goal li::before {
    content: none !important;
}
#edu-goal .major-goal dl:after,
#edu-goal .univ-goal .right-con:after {
    content: "";
    display: block;
    clear: both;
}

#edu-goal .univ-goal .right-con {
    float: left;
    width: 80%;
}

#edu-goal .univ-goal h5 {
    width: calc(20% - 10px);
    background: #f27300;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 2px 5px -5px #000;
    border-radius: 5px;
}

#edu-goal .univ-goal .goal h5 {
    background: #f2b100;
}

#edu-goal .univ-goal .personality h5 {
    background: #edc865;
}

#edu-goal .univ-goal h5 span {
    padding-bottom: 3px;
    font-size: 17px;
    color: #fff;
}

#edu-goal .univ-goal > div {
    display: flex;
    margin-bottom: 15px;
}

#edu-goal .univ-goal .vision p {
    height: auto !important;
    padding: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    border: 1px solid #f27300;
}

#edu-goal .univ-goal ul li {
    float: left;
    width: 33.333%;
    text-align: center;
}
#edu-goal .univ-goal ul li + li {
    padding-left: 10px;
}
#edu-goal .univ-goal .personality p {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #ffdb56;
    text-align: center;
    padding: 15px;
}
#edu-goal .univ-goal .personality p .emp {
    color: #f27300;
}
#edu-goal .univ-goal ul li span {
    position: relative;
    display: block;
    padding: 45px 15px;
    border: 1px solid #ffdb56;
    letter-spacing: -0.04em;
    background: #fff;
    font-size: 16px;
    box-shadow: 0 2px 5px -5px #000;
}

#edu-goal .univ-goal ul li span:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -1px;
    top: -1px;
    border-top: 3px solid #ffdb56;
    border-left: 3px solid #ffdb56;
}
#edu-goal .univ-goal .goal ul li {
    width: 50%;
}

#edu-goal .univ-goal .goal ul li span {
    border-color: #f2b100;
}

#edu-goal .univ-goal .goal ul li span::before {
    border-top: 3px solid #f2b100;
    border-left: 3px solid #f2b100;
}
@media (max-width: 767px) {
    #edu-goal .univ-goal ul li span {
        word-break: break-all;
    }
}
#edu-goal .major-goal {
    margin-top: 60px;
}
#edu-goal .major-goal dd,
#edu-goal .major-goal dt {
    float: left;
    position: relative;
}
#edu-goal .major-goal dt {
    margin: 20px 20px 20px 0;
    width: 150px;
    height: 150px;
    color: #333;
    border-radius: 50%;
    border: 6px solid #ddd;
}
#edu-goal .major-goal dt span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.03em;
    white-space: nowrap;
}
#edu-goal .major-goal dd {
    margin: 20px 0 20px 0;
    width: calc(100% - 170px);
    min-height: 150px;
}
#edu-goal .major-goal dd > * {
    margin: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1.8;
}
#edu-goal .major-goal .li-none span {
    margin-right: 5px;
}
#edu-goal .major-goal .li-dash > li {
    margin-left: 10px;
}
#curri-list .curri-table .com-req,
#curri-list .curri-table .com-opt,
#curri-list .curri-table .maj-req,
#curri-list .curri-table .maj-opt {
    display: inline-block;
    padding: 2px 6px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
}
#curri-list .curri-table .com-req {
    background: #499800;
}
#curri-list .curri-table .com-opt {
    background: #79b93e;
}
#curri-list .curri-table .maj-req {
    background: #456cd8;
}
#curri-list .curri-table .maj-opt {
    background: #7e9ae8;
}
#curri-list .curri-table a {
    color: #666;
}
#curri-list .curri-table a:hover {
    color: #f27300;
}
#subject-list {
    display: none;
}
.modal-open .modal {
    padding: 0 !important;
}
#curri-wrap .curr {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}
#curri-wrap .curr:last-child {
    border: none;
}
#curri-wrap img {
    border: 1px solid #ddd;
    border-radius: 5px;
}
#curri-wrap .summary {
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 1.35;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
#curri-wrap .summary:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #666;
    margin-top: 20px;
}
#curri-wrap .des {
    color: #666;
}
.curri-table thead tr th,
.curri-table tbody tr td {
    text-align: center !important;
}
#curr-modal .modal-dialog {
    margin: 10vh auto;
}
#curr-modal .modal-header {
    padding: 0;
}
#curr-modal .modal-header h4 {
    margin: 0;
    padding: 10px 30px;
    font-size: 24px;
    color: #fff;
    background: #4c67e6;
}
#curr-modal .modal-header .close {
    position: absolute;
    right: 30px;
    top: 10px;
    color: #fff;
    font-size: 23px;
    opacity: 0.7;
}
#curr-modal .modal-body {
    padding: 30px;
}
#curr-modal .subject-title {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    font-size: 22px;
}
#curr-modal h5 {
    margin-top: 30px;
    font-size: 18px;
}
#curr-modal #subject-content h5:before {
    content: "";
    display: inline-block;
    margin: -2px 7px 0 0;
    width: 4px;
    height: 20px;
    background: #4c67e6;
    vertical-align: middle;
}
#curr-modal ul ul {
    padding-left: 15px;
}
/* education update 2020.08 --end */

.myModal18 {
    width: 500px;
}

.myModal18 h3 {
    color: #009883;
    text-align: center;
    font-size: 22px;
}

[id^="high"] .table > thead > tr > th,
[id^="high"] .table > tbody > tr > th,
[id^="high"] .table > tfoot > tr > th,
[id^="high"] .table > thead > tr > td,
[id^="high"] .table > tbody > tr > td,
[id^="high"] .table > tfoot > tr > td {
    vertical-align: middle;
    text-align: center;
}

[id^="high"] .subpage-content .table-bordered th {
    background: #f2f2f2;
}

[id^="high"] .table-bordered td > ul li::before {
    display: none;
}
