@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&family=Noto+Sans+JP:wght@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: "Nanum Gothic", "Noto Sans JP", "Malgun Gothic", sans-serif;
}
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0;
    line-height: 2;
}
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br {
    display: none !important;
}
/* 초기 설정 끝 */
/* -------로고부분 설정 시작------- */
.main_logo {
    margin-top: -9px;
    width: 100%;
    padding: 20px 0 25px;
    background: #fff;
}
.main_logo h1 {
    margin: 0 auto;
    width: 170px;
}
.main_logo h1 a {
    display: block;
    position: relative;
}
.main_logo h1 span {
    position: absolute;
    font-size: 10px;
    letter-spacing: 4px;
    color: #888;
    left: 52px;
    bottom: -5px;
}
.main_logo h1 a:after {
    content: ".";
    visibility: hidden;
    font-size: 1px;
    display: block;
    clear: both;
    line-height: 0;
}
/* -------메뉴 설정 시작------- */
.navbar-inverse {
    background: #9e1a20;
    border: none;
    margin: 0;
    position: absolute;
    top: 0;
}
.navbar-brand {
    display: none;
}
.topmarginLay_a {
    height: 133px !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 #86161b;
}
@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li {
        display: table-cell;
        width: 1%;
        float: none;
        text-align: center;
    }
}
.navbar-inverse .navbar-nav > li > a {
    padding: 15px 15px;
    text-shadow: none;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-right: 1px solid #86161b;
    background: #9e1a20;
}
.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: #841e1f;
    box-shadow: none;
    border-color: #86161b;
}
/* ----- 하단 서브 메뉴 설정 시작 ----- */
.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: #bf2021;
    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 {
        display: block;
        padding: 13px;
    }
    .navbar-brand img {
        max-width: 115px;
        float: left;
        margin-right: 6px;
    }
    .navbar-brand:after {
        content: "일어일문학과";
        color: #777;
        font-size: 12px;
        float: left;
        font-weight: 600;
        font-family: "noto kr", sans-serif;
    }
    .topmarginLay_a {
        height: 59px !important;
    }
    .navbar_top_wrap .navbar_top_logo {
        display: none;
    }
    .navbar_top_wrap .navbar_top_contact {
        position: fixed;
        padding: 6px 0;
        right: 90px;
        text-align: right;
        left: auto;
    }
    .navbar-inverse .navbar-header {
        display: inherit;
        border-bottom: 1px solid #ededed;
        margin: 0;
    }
    .navbar-inverse .navbar-collapse {
        margin: 0;
    }
    .navbar-inverse .navbar-collapse > ul,
    .navbar-inverse .navbar-collapse > ul > li {
        width: 100%;
        border: none;
    }
    .navbar-inverse .navbar-toggle {
        margin: 13px 12px;
        border: none;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #444;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #ac2f30;
    }
    .navbar-inverse .navbar-nav > li > a {
        text-align: left;
        border: none;
    }
    .navbar-inverse .navbar-collapse > ul > li {
        border-bottom: 1px solid #86161b;
    }
    .navbar-inverse .navbar-nav > li:hover > a,
    .navbar-inverse .navbar-nav > li:focus > a,
    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #383838;
    }
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        padding: 15px 15px;
        text-align: left;
    }
    .navbar-nav .open .dropdown-menu {
        padding: 10px 0;
        background: #f3f3f3;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px;
        text-align: left;
        color: #616161;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #9e1a20;
    }
}
/* -------메뉴 설정 끝------- */
/* ---------- footer 설정 시작 ---------- */
.footer_copy {
    padding: 30px 0 40px;
    overflow: hidden;
    font-size: 13px;
    border-top: 1px solid #ddd;
    background: #f3f3f3;
}
.footer-wrap {
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
.footer-wrap + br {
    display: none;
}
.footer-sns {
    float: right;
}
.footer-logo,
.footer-list {
    float: left;
    font-size: 13px;
}
.footer-logo {
    margin-right: 50px;
    margin-bottom: 20px;
}
.footer-list ul {
    overflow: hidden;
    padding: 0;
}
.footer-list ul li {
    float: left;
    list-style: none;
}
.footer-list .link {
    overflow: hidden;
    margin: 10px 0 20px;
}
.footer-list .link li {
    color: #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 {
    /* max-width: 800px; */
    color: #777;
    margin-bottom: 0;
}
.footer-list .info li span {
    font-weight: 500;
}
.footer-list .info li {
    margin-right: 20px;
    line-height: 1.7;
}
.footer-list .copyright {
    font-size: inherit;
    color: #777;
}
@media screen and (max-width: 767px) {
    .footer-logo {
        display: none;
    }
    .footer-list {
        font-size: 12px;
    }
    .footer-list .link {
        margin: 0 0 10px;
    }
    .footer-list .link li {
        margin-right: 15px;
    }
}
/* footer 설정 끝*/
/* 메인 슬라이드 설정*/
.carousel-inner .item {
    height: 550px;
}
.carousel-inner .item1 {
    background: url("/skin/img/slide/slide01.jpg") no-repeat center / cover;
}
.carousel-inner .item2 {
    background: url("/skin/img/slide/slide02.jpg") no-repeat center / cover;
}
.carousel-inner .item3 {
    background: url("/skin/img/slide/slide03.jpg") no-repeat center / cover;
}
.carousel-caption {
    max-width: 1170px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 75px 15px 0;
}
.carousel-caption .text_area {
    text-align: left;
    margin-top: 63px;
    letter-spacing: -0.6px;
    padding-right: 50px;
}
.carousel-caption .text_area span {
    text-align: left;
    text-shadow: none;
    display: block;
    font-family: "Noto Sans KR", "Nanum Gothic", sans-serif !important;
}
.carousel-caption .text_area .topText {
    font-size: 22px;
    color: #ffd790;
    margin-bottom: 15px;
    letter-spacing: 0;
}
.carousel-caption .text_area .middleText {
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
    line-height: 50px;
    letter-spacing: -1.25px;
}
.carousel-caption .text_area .bottomText {
    color: #ffffff;
    font-size: 50px;
    line-height: 1.35;
    font-weight: 300;
}
.carousel-caption .text_area .bottomText em {
    color: #fff;
    opacity: 0.7;
}
.carousel-caption .borderText {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 400;
    font-size: 24px;
    padding-top: 35px;
    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: 767px) {
    .carousel-inner .item {
        height: 345px;
    }
    .carousel-caption .text_area {
        /* display:none; */
        padding: 0;
    }
    .carousel-caption .box_area {
        margin-top: 38px;
    }
    .carousel-caption .box {
        height: 130px;
    }
    .carousel-caption .box span {
        left: 15px;
        top: 15px;
        font-size: 15px;
    }
    .carousel-caption .hoverBox .plusBox {
        display: none;
    }
    .carousel-caption .hoverBox {
        padding-top: 38px;
        display: block;
        background: rgba(158, 26, 32, 0.85);
    }
    .carousel-caption .hoverBox .title:after {
        display: none;
    }
    .carousel-caption .hoverBox .title {
        margin-bottom: 2px;
    }
    .carousel-caption .hoverBox .text {
        opacity: 0.6;
        font-size: 12px;
    }
}
@media screen and (max-width: 991px) {
    .carousel-caption_inner {
        padding: 0 25px;
    }
    .carousel-caption {
        width: auto !important;
        padding: 0 15px;
    }
    .carousel-caption .text_area {
        margin-bottom: 40px;
        margin-top: 60px;
    }
    .carousel-caption .text_area span {
        text-align: center;
    }
    .carousel-caption .text_area .middleText {
        font-size: 26px;
        line-height: 42px;
    }
    .carousel-caption .text_area .bottomText {
        font-size: 27px;
    }
    .carousel-caption .text_area .topText {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .carousel-caption .borderText {
        font-size: 18px;
        margin-top: 15px;
        padding-top: 15px;
    }
    .carousel-caption .controlBtn {
        display: none;
    }
}
/* ------- 메인 컨텐츠 -------*/
.container_contents {
    width: 100%;
}
.intro-html-layout > .col-sm-12:first-child {
    padding: 0;
}
.main-in {
    overflow: hidden;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
    background-color: #fff;
    margin-right: 5px;
}
@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: 50px 0;
}
.intro-boardbox {
    width: 50%;
}
.intro-boardbox .page-header {
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 2px solid #bf2021;
}
.intro-boardbox .page-header h4 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #2c2c2c;
    margin: 0;
}
.intro-boardbox .page-header h4 a {
    color: #2c2c2c;
}
.intro-boardbox .front-panel .panel {
    border: none;
    margin: 0;
}
.intro-boardbox .front-panel .panel-body {
    padding: 0;
}
.intro-boardbox .front-panel .dh-front-list2-words {
    padding: 0;
    margin: 0;
}
.dh-front-list2 h6 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.intro-boardbox .dh-front-list2 h6 a span {
    color: #666666;
    font-size: 14px;
    letter-spacing: -0.5px;
    font-weight: 400;
}
.intro-boardbox .dh-front-list2 h6 a span.list-row-subject {
    font-weight: 600;
    color: #2c2c2c;
    flex: 1;
    display: block;
    max-width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}
.intro-boardbox-13 .list-row-subject:before {
    content: "NOTICE";
    background: #c6a160;
    color: #fff;
    padding: 5px 8px;
    font-size: 11px;
    display: inline-block;
    margin-right: 10px;
}
.intro-boardbox .row-separator,
.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 .front-panel .panel-body > .dh-front-list2-words:last-child h6 {
    border-bottom: 2px solid #aaa;
}
.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;
    padding: 35px 0;
    border-bottom: 2px solid #aaa;
}
.dh-front-blog > .col-md-4 > .thumbnail {
    min-height: 140px;
    margin: 0 0;
}
.dh-front-blog > .col-md-4 > .thumbnail .caption {
    display: none !important;
}
.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    height: 140px;
    padding: 0;
    border: none;
}
.dh-front-blog .blog-row-subject,
.dh-front-blog .blog-row-contents,
.dh-front-blog .thumbnail .caption {
    display: none;
}
@media screen and (max-width: 991px) {
    .intro-boardbox-5 {
        width: 45%;
        margin-left: 5%;
    }
    .intro-boardbox-10 {
        width: 45%;
        margin-right: 5%;
    }
}
@media (max-width: 767px) {
    .intro-board-widget-layout {
        padding: 30px 0;
    }
    .intro-boardbox .page-header {
        padding-bottom: 10px;
    }
    .intro-boardbox .page-header h4 {
        font-size: 18px;
    }
    .intro-boardbox .page-header > h4 > .btn {
        padding: 0px 0;
    }
    .intro-boardbox {
        width: 100%;
        margin: 0 0 20px;
        padding: 0;
    }
    .intro-boardbox .dh-front-list2 h6 a span {
        font-size: 13px;
    }
    .intro-boardbox .dh-front-blog {
        padding: 15px 0;
    }
    .intro-boardbox .dh-front-blog > .col-sm-6 {
        padding: 0;
    }
}
/* ---------- 서브페이지 설정 시작 ---------- */
.sub-layout {
    padding: 60px 15px 80px;
}
.sub-top {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
}
.sub-top .title {
    margin: 0 0;
    font-size: 34px;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: -0.6px;
}
.sub-top .title .small-cap {
    color: #888;
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
}
.sub-top .bread {
    padding: 0;
    margin: 0;
    overflow: hidden;
    float: right;
    margin-top: -22px;
}
.sub-top .bread li {
    float: left;
    list-style: none;
    color: #777;
    font-size: 12px;
}
.sub-top .bread li:after {
    font-family: "FontAwesome";
    content: "\f105";
    padding: 0 6px;
}
.sub-top .bread li:first-child {
    font-family: "FontAwesome";
    content: "\f105";
    padding-left: 19px;
}
.sub-top .bread li:last-child:after {
    content: none;
}
.sub-bottom h3 {
    margin: 0 0 15px;
    font-size: 24px;
    color: #2c2c2c;
    letter-spacing: -0.5px;
}
.sub-bottom h3 span {
    font-weight: 600;
}
.sub-bottom .sub-title {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 15px;
    letter-spacing: -0.5px;
    background: url(/skin/img/sub/sub_bulit.png) no-repeat left 1px;
    padding-left: 24px;
}
.sub-bottom p {
    color: #626262;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: -0.025em;
}
#about05 .sub-bottom p {
    margin-bottom: 0;
    font-weight: 600;
}
#about05 .sub-bottom p:last-child {
    margin-top: 20px;
    color: #626262;
}
.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;
}

/* 교수진 */
.prof-wrap .thumbnail {
    border: 1px solid #ddd;
    border-radius: 0;
    margin: 0;
    padding: 25px;
    overflow: hidden;
    margin-bottom: 30px;
}
.prof-wrap .thumbnail img {
    float: left; /* border-radius: 50%; */
}
.prof-wrap .thumbnail .caption {
    float: left;
    padding: 0 0 0 30px;
    min-width: 403px;
}
.prof-wrap p {
    margin-bottom: 0;
    position: relative;
    letter-spacing: -0.02em;
    font-size: 14px;
    line-height: 23px;
    padding-left: 10px;
}
.prof-wrap p::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 4px;
    top: 11px;
    background: #333;
    left: 0;
}
.prof-wrap .tel {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    letter-spacing: 0;
    color: #111;
    padding-left: 0;
}
.prof-wrap .email {
    letter-spacing: 0;
    color: #111;
    padding-left: 0;
}
.prof-wrap .email::before,
.prof-wrap p.name::before,
.prof-wrap .tel::before {
    content: none;
}
.prof-wrap p.history {
    margin-bottom: 6px;
    font-weight: 600;
}
.prof-wrap p.name {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 0;
}

/* ----------- 일반 페이지 모바일 ---------- */
@media (max-width: 767px) {
    .sub-layout {
        padding: 30px 15px 50px;
    }
    .sub-top {
        position: relative;
    }
    .sub-top .title {
        font-size: 32px;
        padding-top: 27px;
    }
    .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;
    }
}
/* 포토갤러리 */
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0 15px;
}
.dhb-txt-box-type-b-img-layout {
    /* padding: 0 15px; */
}
.dhb-txt-box-type-b-text-layout {
    text-align: center;
}
.dhb-txt-box-type-b-text-layout h4 {
    font-size: 16px;
    padding-bottom: 10px;
    margin: 0;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    height: 180px;
    box-shadow: none;
}
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}

/* list 게시판 */
.dh-board > .table-hover {
    border-top: 2px solid #9e1a20;
    border-bottom: 1px solid #ccc;
    margin: 0px;
}
.dh-board > .table-hover td,
.dh-board > .table-hover th {
    padding: 12px !important;
    font-size: 14px;
    font-weight: 400;
}
.dh-board > .table-hover th {
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
}
.dh-board > .table-hover td {
    border-bottom: 1px solid #ddd;
}
.dh-board > .table-hover > tbody > tr:hover td {
    background-color: #ffffff;
}
.table-hover th,
.table-hover td {
    padding: 10px !important;
    border-right: none;
}
.dh-board > .table-hover td.subject a {
    color: #4a4a4a;
    font-weight: 400;
}
.dh-board > .table-hover td.subject a:hover {
    color: #9e1a20;
    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 {
    padding: 15px;
    font-size: 17px;
    font-weight: 600;
    color: #4a4a4a;
    margin: 0;
}
.dh-view-box > .row > .page-header {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
    background: #f3f3f3;
}
.content_wrap .page-header h4:before {
    content: none;
}
.dh-view-box > .row > .dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
    display: none;
}
.dh-view-box > .row > .dh-view-info > span {
    padding: 0 15px 0 0;
}
.dh-view-box > .row > .dh-view-info > span > strong {
    color: #555;
    padding: 0 5px 0 0;
}
.dh-view-box .dh-attach {
    padding: 30px 20px 0;
    font-size: 14px;
}
.dh-view-box .dh-attach h6 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
/* ----------- 회원가입 ---------- */
.join-layout .jumbotron {
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.join-layout .jumbotron h1 {
    font-size: 34px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0;
    display: inline-block;
}
.join-layout .jumbotron p {
    display: none;
}
.join-agree-area .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.join-agree-area .panel .row {
    padding: 0 !important;
}
.join-agree-area .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #f3f3f3;
    padding: 10px 15px;
    font-size: 13px;
}
.join-agree-area .panel-footer {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 20px 0 0;
}
.join-agree-area .panel-footer .btn-default {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
}
.join-agree-area .panel-footer .btn-default:hover {
    border-color: #bbb;
}
.join-layout .form-horizontal .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.join-layout .form-horizontal .panel-heading {
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 15px;
    letter-spacing: -0.5px;
    background: url(/skin/img/sub/sub_bulit.png) no-repeat left 1px;
    padding-left: 24px;
    border-bottom: none;
    line-height: 1;
}
.join-layout .form-horizontal .panel-body {
    padding: 0;
    border-top: 1px solid #ddd;
}
.join-layout .form-horizontal .panel-body .form-group {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.join-layout .form-horizontal .form-group .control-label {
    text-align: left;
    width: 200px;
    padding: 20px 15px;
    font-size: 14px;
    background: #f3f3f3;
}
.join-layout .form-horizontal .form-group .control-label br {
    display: none;
}
.join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .form-group .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}
.join-layout .form-horizontal .joinForm-addr .control-label {
    padding: 40px 15px;
}
.join-layout .form-horizontal .form-group label.error {
    font-size: 10px;
    margin: 0;
}
.join-layout .form-horizontal .panel-footer {
    border: none;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
}
.join-layout .form-horizontal .panel-footer .form-group {
    padding: 20px 0 0 !important;
    margin-bottom: 0;
}
.join-layout .form-horizontal .panel-footer .btn {
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
}
.join-layout .form-horizontal .panel-footer .btn-default:hover {
    border-color: #bbb;
    background: #fff;
}
.join-layout .form-horizontal .panel-footer .btn-success {
    border: 1px solid #4e4f52;
    background: #4e4f52;
}
.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #3d3e40;
}
/* ----------- 모듈 페이지 모바일 ---------- */
@media (max-width: 767px) {
    .dh-board > .table-hover td,
    .dh-board > .table-hover th {
        padding: 10px !important;
        font-size: 13px;
        font-weight: 400;
    }
    .dh-margin-top {
        margin-top: 10px;
        text-align: center;
    }
    .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 about */
.greet .quote {
    font-size: 28px;
    letter-spacing: -0.01em;
    color: #111;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
}

.greet .quote span {
    color: #9e1a20;
    position: relative;
    display: inline-block;
}

.greet .quote span:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    bottom: 9px;
    height: 10px;
    background: #ac2f30;
    opacity: 0.2;
}

.greet ul,
.greet p {
    margin-bottom: 8px;
}

.greet ul {
    padding: 15px 0px 30px;
    margin-bottom: 0;
}

.greet ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.035em;
}
.greet ul li:last-child {
    margin-bottom: 0;
}
.greet ul li span {
    font-size: 44px;
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
    color: #9e1a20;
    margin-right: 50px;
    margin-top: -12px;
    height: 64px;
    position: relative;
}
.greet ul li span::before {
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    height: 1px;
    background: #d3d3d3;
    top: 56%;
    left: 51px;
    transform: rotate(290deg);
}
.greet .right-con {
    padding-left: 70px;
}

.sub-bottom section {
    padding-bottom: 30px;
}
#about05 section.se1 {
    padding-bottom: 0;
}
.sub-bottom section h4 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    padding-left: 28px;
    position: relative;
    letter-spacing: -0.034em;
    font-weight: 600;
}
.sub-bottom section h4:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 1px;
    border: 4px solid #9e1a20;
    position: absolute;
    top: 5px;
    left: 4px;
    transform: rotate(45deg);
}
.sub-bottom section h5 {
    margin: 50px 0 12px;
    font-size: 20px;
    font-weight: 600;
    padding-left: 11px;
    position: relative;
    color: #111;
    letter-spacing: -0.5px;
}
#about05 .sub-bottom section h5:nth-child(1) {
    margin-top: 0;
}
.sub-bottom section h5.no-bull {
    padding-left: 0;
}
.sub-bottom section h5:not(.no-bull):before {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background: #9e1a20;
    position: absolute;
    top: 1px;
    left: 0;
}

ul[class^="li-"] > li {
    padding-left: 20px;
    position: relative;
}
.li-disc > li:before,
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 13px;
}
.li-dash > li:before {
    width: 5px;
    height: 1px;
    background: #1e1e1e;
}
.li-dot > li:before,
.li-disc > li:before {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    background: #9e1a20;
}
.li-dot > li:before {
    width: 2px;
    height: 2px;
    background: #555;
}
.li-check > li:before {
    content: "\f00c";
    left: 0;
    font-family: "font awesome 6 free";
    font-weight: 900;
    color: #9e1a20;
}
.trait-dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.trait-dl dt,
.trait-dl dd {
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
    letter-spacing: -0.025em;
    line-height: 1.75;
}
#about03 .trait-dl dd {
    margin-bottom: 25px;
}
.trait-dl dt {
    color: #8a0309;
    border-color: #9e1a20;
    font-size: 16px;
    padding: 20px 10px;
    padding-left: 0;
}
.trait-dl dd li {
    margin-bottom: 2px;
}
#about03 .trait-dl dt {
}
#about05 .trait-dl dt,
.trait-dl dd {
    padding: 15px 10px;
}

@media (min-width: 768px) {
    .trait-dl dt {
        width: 25%;
    }
    .trait-dl dd {
        width: 75%;
    }
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}

.text-info {
    color: #888;
    text-decoration: underline;
}
#about05 .trait-dl {
    margin-top: 18px;
    margin-bottom: 0;
}

.bbs-area {
    min-height: 40vh;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.39);
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
    visibility: hidden;
    opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: transparent;
    border: none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
}
.dhb-txt-box-type-b-text-layout h4 {
    margin-top: 15px !important;
    text-align: left;
    font-size: 15px !important;
    font-weight: 600;
}
.dhb-txt-box-type-b-text-layout h4 strong {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dhb-txt-box-type-b-text-layout h4 .label {
    vertical-align: text-top;
}
.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}

/* -------------------메인 페이지 썸네일------------------ */
.dh-front-blog > .col-md-4 > .thumbnail {
    position: relative;
    min-height: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    background: #000;
}
.blog-row-contents {
    display: none;
}
.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    height: 200px;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.5s;
}
.dh-front-blog > .col-md-4 > .thumbnail:hover a.blogthumb,
.dh-front-blog > .col-md-4 > .thumbnail:focus a.blogthumb {
    transform: scale(1.2);
    opacity: 0.5;
}
.dh-front-blog > .col-md-4 > .thumbnail .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    border: none;
    width: 100%;
    padding: 0;
    text-decoration: none !important;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 {
    margin: 0;
    padding: 16px 16px !important;
    font-size: 14px;
    letter-spacing: -0.03em;
    font-weight: 600;
}
@media (min-width: 768px) {
    .dh-front-blog > .col-md-4 {
        width: 50%;
    }
}
.bbs-list-view-layout + .row,
.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-blog-view-layout + .row,
#mod_type_formForm {
    visibility: hidden;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    padding: 0px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #ac2f30;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #11ab69;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width: 768px) {
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2 {
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a {
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .greet .right-con {
        padding: 30px 15px 0;
    }
    .prof-wrap .thumbnail .caption {
        padding: 10px 0 0;
    }
    #about05 .trait-dl dt,
    .trait-dl dt {
        width: 100%;
        padding-bottom: 0;
        padding-top: 10px;
    }
    .sub-bottom section h4 {
        font-size: 20px;
    }
    .sub-bottom section h5 {
        font-size: 18px;
    }
    #activity01 dt br {
        display: none;
    }
    .intro-boardbox-14 {
        margin-top: 30px;
    }
}

.maintenance {
    margin-top: 5px;
    border: 7px solid #e5e5e5;
    padding: 50px 25px;
    text-align: center;
}
.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}
.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}
.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
