@charset "utf-8";
@import url("/skin/notokr/notokr.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url(https://use.fontawesome.com/releases/v5.15.1/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.15.1/css/v4-shims.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@700&display=swap");

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background-color: #fff;
    opacity: 0;
}
.body-layout.on {
    width: 100%;
    position: fixed !important;
}
/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "NanumGothic", "NanumBarunGothic", "Malgun Gothic", sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

/* layout */
.container_contents,
.sub-layout {
    width: 100%;
    padding: 0 !important;
}
.container_contents > .intro-html-layout {
    width: 100%;
    padding: 0 !important;
}

.mt-1em {
    margin-top: 1em;
}
.mt-2em {
    margin-top: 2em;
}

@media (min-width: 992px) {
    .container_contents > .intro-html-layout {
        padding: 0 !important;
        margin-top: 90px;
    }
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.navbar-inverse .navbar-brand {
    padding: 0 !important;
    margin: 15px 0 0 !important;
}
.navbar-brand img {
    margin: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-brand img {
        width: 170px;
    }
}
@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        margin: 10px 15px !important;
    }
    .navbar-brand img {
        width: 140px;
    }
    .navbar-toggle {
        margin: 12px 15px;
        padding: 10px;
        background: #a9131b !important;
        border: none !important;
        border-radius: 0;
    }
}
/* 2024-12-04 */
.navbar-inverse .navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
    color: #222 !important;
}

.navbar-inverse .navbar-brand .line {
    display: block;
    height: 20px;
    width: 1px;
    background-color: #bbb;
}

.navbar-inverse .navbar-brand .t02 {
    font-size: clamp(16px, 3vw, 19px);
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: -0.025em;
    /* margin-top: 5px; */
}

.navbar-inverse .navbar-brand .t01 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
}

.navbar-inverse .navbar-brand span.text > span {
    display: block;
}

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background: none;
    color: #454545;
    font-size: 17px;
    font-weight: 500;
    padding: 35px 17px;
    /* margin: 20px 25px; */
    letter-spacing: -0.04em;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #a9131b;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background: none;
    color: #a9131b;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 15px;
        letter-spacing: -0.04em;
        padding: 28px 15px;
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .navbar-collapse {
        padding: 0;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 15px;
        padding: 20px 25px;
        margin: 0;
        border-bottom: 1px solid #dedede;
    }
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.navbar-inverse .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    min-width: 180px;
    padding: 8px 0;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
}
.navbar-inverse .dropdown-menu > li > a {
    background: #f7f7f7;
    color: #333;
    font-size: 14px;
    letter-spacing: -0.04em;
    padding: 8px 20px;
    margin: 2px 0;
    border-left: 2px solid #f7f7f7;
}
.navbar-inverse .dropdown-menu > li > a:focus,
.navbar-inverse .dropdown-menu > li > a:hover {
    background: #f7f7f7;
    color: #a9131b;
    border-left: 2px solid #a9131b;
}
/* 상단 서브 메뉴 설정 끝*/

/* main page */
/* main page slide*/
#main-slide {
    position: relative;
    height: 900px;
    height: calc(100vh - 90px);
}
.carousel-inner {
    height: 100%;
}
.item {
    width: 100%;
    height: 100%;
}
.slide1 {
    background: url("/skin/img/slide/slide01.jpg") no-repeat 0 0;
    background-size: cover;
}
.slide2 {
    background: url("/skin/img/slide/slide02.jpg") no-repeat 0 0;
    background-size: cover;
}
.slide3 {
    background: url("/skin/img/slide/slide03.jpg") no-repeat 0 0;
    background-size: cover;
}
.slide4 {
    background: url("/skin/img/slide/slide04.jpg") no-repeat 0 0;
    background-size: cover;
}
.slide5 {
    background: url("/skin/img/slide/slide05.jpg") no-repeat 0 0;
    background-size: cover;
}
.slide6 {
    background: url("/skin/img/slide/slide06.jpg") no-repeat 0 0;
    background-size: cover;
}
.slide7 {
    background: url("/skin/img/slide/slide07.jpg") no-repeat 0 0;
    background-size: cover;
}
.carousel-caption {
    position: absolute;
    top: 45%;
    bottom: auto;
    font-size: 45px;
    text-align: left;
    margin: -240px 0 0;
    padding: 0;
}
.carousel-caption h1 {
    margin: 0;
    padding-top: 30px;
    padding-left: 50px;
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    letter-spacing: -0.04em;
    line-height: 1.1;
    position: relative;
}
/* .carousel-caption h1 {
	margin: 0;
    font-size: 50px;
    font-weight: 300;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    letter-spacing: -0.02em;
    line-height: 1.1;
    position: relative;
} */
.carousel-caption h1:before {
    content: url(/skin/img/slide/sl-logo.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
}
.carousel-caption h1 span {
    font-size: 62px;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
    letter-spacing: -0.035em;
}
.glyphicon-chevron-left:before {
    content: url(/skin/img/slide/sl-prev.png);
}
.glyphicon-chevron-right:before {
    content: url(/skin/img/slide/sl-next.png);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-caption {
        left: 10%;
        width: 100%;
        margin: -170px 0 0;
    }
    .carousel-caption h1 span {
        font-size: 55px;
    }
    .carousel-control {
        width: 10%;
    }
}
@media screen and (max-width: 767px) {
    #main-slide {
        height: 670px;
    }
    .carousel-caption {
        left: 6%;
        margin: -110px 0 0;
    }
    .carousel-caption h1 {
        font-size: 25px;
        line-height: 1.2;
    }
    .carousel-caption h1 span {
        font-size: 30px;
    }
}

.main-snb {
    position: absolute;
    left: 50%;
    bottom: 23%;
    transform: translatex(-50%);
}
.main-snb .col-sm-3 {
    padding: 0;
    border-right: 2px solid rgba(255, 255, 255, 0);
}
@media (min-width: 768px) {
    .main-snb .col-sm-3 {
        width: 20%;
    }
}
.main-snb a {
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    width: 100%;
    padding: 40px 15px;
    color: #e6e6e6;
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: -0.02em;
}
.main-snb a:hover {
    background: rgba(169, 19, 27, 0.85);
}
.main-snb a i {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    color: #fff;
    font-size: 40px;
    margin: 0 0 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.main-snb a span {
    display: block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .main-snb {
        bottom: 6%;
    }
}
@media screen and (max-width: 767px) {
    .main-snb {
        width: 100%;
        bottom: 6%;
        padding: 0 20px;
    }
    .main-snb .col-sm-3 {
        width: 25%;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }
    .main-snb a {
        padding: 30px 15px;
        font-size: 13px;
    }
    .main-snb a i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        margin: 0 0 7px;
    }
}

/* sub page */
.sub-layout {
    margin-top: 90px;
}
.subpage,
.bbs-list-view-layout + .container {
    padding-bottom: 100px;
}
#community01,
#community02,
#community03,
#community04,
#community05 {
    padding-bottom: 0;
}
@media (max-width: 767px) {
    .sub-layout {
        margin-top: 60px;
    }
}

/* sub page sub-top */
.sub-top-wrap {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(/skin/img/sub/sub-top-bg.jpg) no-repeat 0 50%;
    background-size: cover;
}
.sub-top-header {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
}
.breadcrumb {
    height: 45px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 3;
    background: none;
    color: #fff;
    line-height: 45px;
    box-sizing: border-box;
}
.breadcrumb > li.active {
    color: #fff;
    font-weight: 500;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: rgba(255, 255, 255, 0.5);
    content: "/\00a0";
}

.sub-top-body {
    height: 260px;
}
.sub-top-body h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 220px;
    letter-spacing: -0.02em;
}
.sub-top-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: rgba(169, 19, 27, 0.85);
}
.sub-top-footer a {
    font-size: 15px;
    text-decoration: none !important;
    letter-spacing: -0.04em;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.75);
    display: block;
}
.sub-top-footer div.active {
    background: rgba(0, 0, 0, 0.25);
}
.sub-top-footer div.active a {
    color: #fff;
    font-weight: 500;
}
@media (max-width: 767px) {
    .sub-top-wrap {
        position: relative;
        width: 100%;
        height: 300px;
        background: url(/skin/img/sub/sub-top-bg.jpg) no-repeat 0 50%;
        background-size: cover;
        margin-bottom: 180px;
    }
    .sub-top-body h2 {
        margin: 0;
        font-size: 30px;
        font-weight: 500;
        text-align: center;
        color: #fff;
        line-height: 220px;
    }
    .sub-top-footer {
        position: absolute;
        left: 0;
        bottom: auto;
        top: 100%;
        width: 100%;
        height: auto;
        background: rgba(169, 19, 27, 0.85);
    }
}
/* subpage sub-content*/
.sub-content {
    padding: 60px 15px 0;
}
.sub-content .title {
    margin: 0 0 40px;
    padding: 10px 0 30px;
    border-bottom: 1px solid #e6e6e6;
    color: #a9131b;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -0.06em;
    position: relative;
}
.sub-content .title:before {
    content: "";
    background: #ac2f30;
    border-radius: 50px;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: -6px;
}
.sub-content .title .small-cap {
    margin: 5px 0 0;
    font-size: 17px;
    font-weight: 300;
    display: block;
    color: #555;
}
.sub-content .sub-title {
    color: #333;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.06em;
    margin: 40px 0 20px;
    padding: 0 15px 0;
    position: relative;
}
.sub-content .sub-title:before {
    content: "";
    background: #ac2f30;
    width: 8px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}
/*
.sub-content p {
    color: #333;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1.6;
    margin: 0 0 20px;
}*/
.sub-content p .strong-title {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 5px;
    display: inline-block;
    width: 100%;
}
.sub-title {
    margin-top: 1.5em;
}
@media (max-width: 767px) {
    .sub-content .title {
        margin: 0 0 30px;
        padding: 10px 0 30px;
        border-bottom: 1px solid #e6e6e6;
        color: #a9131b;
        font-size: 25px;
        font-weight: 400;
        letter-spacing: -0.04em;
        position: relative;
    }
    .sub-content .title .small-cap {
        margin: 10px 0 0;
        font-size: 15px;
        font-weight: 300;
        display: block;
        color: #555;
    }
    .sub-content .sub-title {
        color: #333;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: -0.06em;
        margin: 40px 0 20px;
        padding: 0 15px 0;
        position: relative;
    }
}
/* table 설정 */
.table-bordered {
    border-top: 2px solid #ac2f30 !important;
}
.table-bordered .tb-head,
.table-bordered thead th {
    background: #f7f7f7;
    color: #323232;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.04em;
    padding: 12px 15px !important;
    border: 1px solid #e1e1e1 !important;
    vertical-align: middle;
    text-align: center;
}
.table-bordered tbody td {
    color: #555;
    font-size: 15px;
    line-height: 1.6 !important;
    padding: 12px 15px !important;
    border: 1px solid #e1e1e1 !important;
    letter-spacing: -0.04em;
}
.table > tbody + tbody {
    border-top: 2px solid #e1e1e1;
    background: #f7f7f7;
}

/* subpage about */
#about01-table th {
    background: #f8f8f8;
    text-align: center;
    vertical-align: middle;
}
#about02-table th,
#about02-table td {
    text-align: center;
}
#about02-table td[rowspan] {
    vertical-align: middle !important;
}

#about03 .thumbnail {
    margin: 0 0 30px;
    padding: 0;
    height: 260px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    position: relative;
}
#about03 .thumbnail img {
    float: left;
    width: 25%;
    height: auto;
    margin: 35px 0 0 35px;
    border-radius: 0;
}
#about03 .thumbnail .caption {
    width: 65%;
    display: block;
    float: right;
    padding: 35px 15px;
}
#about03 .thumbnail .caption p {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    letter-spacing: -0.035em;
    line-height: 1.4;
}
#about03 .thumbnail .caption p.name {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 3px;
}
#about03 .thumbnail .caption p.history {
    font-size: 16px;
    font-weight: 500;
    color: #a9131b;
    margin-bottom: 15px;
}
#about03 .thumbnail .caption p i {
    margin: 0 5px;
}
@media (max-width: 767px) {
    #about03 .thumbnail {
        margin: 15px 0;
        padding: 0;
        height: max-content;
        border: 1px solid #e1e1e1;
        border-radius: 0;
        position: relative;
    }
    #about03 .thumbnail:after {
        content: "";
        display: block;
        clear: both;
    }
    #about03 .thumbnail img {
        float: left;
        width: 20%;
        height: auto;
        margin: 50px 0 0 35px;
    }
}
/* subpage info */
#info01 table th,
#info01 table td {
    text-align: center;
    vertical-align: middle;
}

/* subpage graduate */
.tb-history {
    margin: 0;
}
.tb-history tbody tr th,
.tb-history tbody tr td {
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    padding: 12px 15px;
}
.tb-history tbody tr th {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    color: #323232;
    font-weight: 500;
    text-align: center;
}
.tb-history tbody tr td {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #555;
    font-weight: 300;
}
@media (max-width: 767px) {
    .tb-history tbody tr th {
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        color: #323232;
        font-weight: 500;
        text-align: center;
        font-size: 13px;
    }
    .tb-history tbody tr td {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        color: #555;
        font-weight: 300;
        font-size: 13px;
    }
}
/* ---------- footer 설정 시작 ---------- */
.footer_copy {
    padding: 30px 0 40px;
    overflow: hidden;
    font-size: 13px;
    background: #323232;
}
.footer-wrap {
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}
.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 15px;
}
.footer-list .link li {
    color: #aaa;
    margin-right: 30px;
}
.footer-list .link li a {
    color: inherit;
}
.footer-list .link li a:hover,
.footer-list .link li a:focus {
    text-decoration: underline !important;
}
.footer-list .info {
    max-width: 800px;
    color: #aaa;
    margin-bottom: 0;
}
.footer-list .info li {
    margin-right: 20px;
    line-height: 1.7;
    font-weight: 300;
}
.footer-list .copyright {
    font-size: inherit;
    color: #999;
    font-weight: 300;
    font-size: 11px;
}
@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;
    }
}
.admin_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 700;
    text-decoration: none;
    color: #999;
    letter-spacing: 0.02em;
}
.admin_btn:hover {
    color: #999;
}
/* footer 설정 끝*/
.family {
    position: absolute;
    right: 0;
    top: 0;
}
.family label {
    display: none;
}

.family select {
    background: transparent;
    padding: 6px;
    width: 200px;
    height: 35px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    border: 1px solid #7f858c;
}

.family input {
    background: #7f858c;
    box-shadow: none;
    border: none;
    font-size: 13px;
    padding: 8px 15px;
    font-weight: 500;
    height: 35px;
}

.family select option {
    background: #fff;
    padding: 5px;
    color: #2a333f;
    display: block;
}
/* ----- 게시판 설정 ----- */
/* .dh-board {
    margin-bottom: 70px;
} */
.form-horizontal {
    margin-bottom: 100px;
}
.dh-board .table > thead > tr > th,
.dh-board .table > tbody > tr > th,
.dh-board .table > tfoot > tr > th,
.dh-board .table > thead > tr > td,
.dh-board .table > tbody > tr > td,
.dh-board .table > tfoot > tr > td {
    padding: 16px 20px;
    color: #333;
    font-size: 15px;
    letter-spacing: -0.04em;
}
.dh-board .table > thead > tr > th {
    background: #f8f8f8;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.03em;
    text-align: center;
}
.dh-board .table > tbody > tr > td {
    border-bottom: 1px dotted #dedede;
}
.dh-board .table > tbody > tr > td > strong > a {
    color: #333;
    font-weight: 400;
}
.dh-board > .table-hover {
    border-top: 2px solid #333333;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
}
.dh-board > .table-hover > tbody > tr:hover td {
    background-color: #f9f9f9;
}
.dh-board > .table-hover > tbody > tr:hover > td > strong > a {
    color: #000;
}
.dh-board .regdate,
.dh-board .hits,
.dh-board .writer,
.dh-board .status {
    text-align: center;
}
.dh-margin-top {
    margin-top: 40px;
    display: inline-block;
}
.dh-board .dh-margin-top .pagination {
    margin-top: 0;
}

.dh-view-box {
    margin-top: 0px;
}
.sns-box {
    display: none;
}
.dh-view-box > .row {
    padding-left: 15px;
    padding-right: 15px;
}
.dh-view-box > .row > .page-header {
    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    margin: 0;
}
.dh-view-box > .row > .page-header > h4 {
    color: #333;
    font-size: 23px;
    margin: 14px 0;
    padding-left: 0;
    letter-spacing: -0.034em;
    font-weight: 500;
}
.dh-view-box > .row > .page-header > h4::before {
    content: none;
}
.dh-view-box > .row > .dh-view-info {
    border-bottom: 1px solid #ccc;
    background: rgba(0, 0, 0, 0);
    padding: 8px 20px 8px;
    color: #888;
}
.dh-view-box > .row > .dh-view-info > span {
    padding: 0 15px 0 0;
}
.dh-view-box > .row > .dh-view-info > span > strong {
    color: #555;
    padding: 0 5px 0 0;
}
.dh-view-box .dh-attach h6 {
    margin: 0 0 0;
    padding: 5px 5px 0;
}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {
    padding: 30px 20px 60px !important;
    min-height: 300px;
}

.bbs-status-index-layout .regdate {
    display: none;
}

.label {
    background: rgba(0, 0, 0, 0);
    padding: 0 5px;
    font-size: 90%;
}
.label .glyphicon-lock {
    color: #666;
}
.label-danger,
.label-primary {
    color: #a9131b;
}
.pagination > li > a,
.pagination > li > span {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    color: #666 !important;
}

.pagination > li:last-child > a {
    margin-left: 15px;
}

.pagination > li:first-child > a {
    margin-right: 15px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #a9131b;
    border: 1px solid #a9131b;
    color: #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #bbb;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    height: 35px;
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #6b6f75;
    border: 1px solid #6b6f75;
}

.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}
.btnRead {
    font-weight: 500;
}
.btn-default,
.btn-primary,
.btn-danger {
    background-image: none;
}
.btn-group,
.btn-group-vertical {
    margin: 10px 0 30px;
}

.filter-items {
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
}
.filter-items > a {
    margin: 0 2px !important;
}
.filter-items > a > .filter-label {
    background: #f7f7f7;
    border: 1px solid #dedede !important;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0;
    padding: 15px 20px;
}
.filter-items > a:hover > .filter-label,
.filter-items > a:focus > .filter-label {
    background: #fff;
    color: #a9131b;
    font-weight: 400;
}
.filter-items > a.on > .filter-label {
    color: #fff;
    background: #a9131b;
}
.filter-items > a > .filter-label span {
    z-index: 1;
    padding: 0 20px;
}
@media screen and (max-width: 767px) {
    .filter-items > a + a {
        margin-left: 7px;
    }
    .filter-items > a > .filter-label span {
        padding: 0 10px;
    }
}

/* calendar */
.contact-calendar-layout {
    padding: 0 0 80px;
}
.contact-calendar-layout .btn-danger {
    background: #a9131b;
    border: 1px solid #a9131b !important;
    border-radius: 0 !important;
    color: #e6e6e6;
    font-weight: 600;
    font-size: 12px !important;
    padding: 10px 15px !important;
    margin: 0 !important;
}
.contact-calendar-layout .btn-danger:hover,
.contact-calendar-layout .btn-danger:focus {
    background: #fff;
    color: #a9131b;
}
.fc-button-group button {
    background: #f7f7f7 !important;
    border: 1px solid #dedede !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    padding: 0 20px !important;
    letter-spacing: -0.02em;
    line-height: 40px !important;
    height: 45px !important;
    color: #555 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}
.fc-button-group .fc-state-active {
    background: #fff !important;
    color: #a9131b !important;
    font-weight: 500 !important;
}

/*sub*/
.sub-content .con {
    margin-bottom: 60px;
}
.sub-content p,
.sub-content dd,
.sub-content li {
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1.65;
    margin-bottom: 25px;
}
.sub-content dd,
.sub-content li {
    margin-bottom: 5px;
}
.sub-content p:last-child,
.sub-content dd:last-child,
.sub-content li:last-child,
.sub-content .con:last-child {
    margin-bottom: 0;
}
.sub-content h4 {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.055em;
    padding-left: 25px;
    line-height: 1;
    position: relative;
}
.sub-content h4:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 3px solid #ac2f30;
    position: absolute;
    left: 0;
    top: 10px;
    transform: rotate(45deg) translateY(-50%);
}
.sub-content .con ul {
    padding: 0;
    margin: 0;
}

/*about*/
@media (min-width: 768px) {
    .about .sub-top-footer .col-md-3 {
        width: 16.666%;
    }
    .reunion .sub-top-footer .col-md-3 {
        width: 20%;
    }
}

:where(#about02, #about06) .con dl {
    margin-bottom: 40px;
}
:where(#about02, #about06) .con dl dt {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.034em;
    margin-bottom: 20px;
    line-height: 1;
}
:where(#about02, #about06) .purpose:after {
    content: "";
    display: block;
    clear: both;
}
:where(#about02, #about06) .purpose dd {
    position: relative;
    width: calc(100% / 3);
    float: left;
    text-align: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc;
    padding: 60px 32px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: -0.04em;
}
:where(#about02, #about06) .purpose dd::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 130px;
    background: #e3e3e3;
}
:where(#about02, #about06) .purpose dd:last-child::after {
    content: none;
}
:where(#about02, #about06) .purpose dd span {
    display: block;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1;
    color: #a9131b;
}

:where(#about02, #about06) .con1 dd {
    margin-bottom: 20px;
}
:where(#about02, #about06) .process dd {
    width: calc(100% / 4 - 15px);
    float: left;
    text-align: center;
    margin-right: 20px;
}
:where(#about02, #about06) .process dd a {
    background: #a9131b;
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #eee;
}
:where(#about02, #about06) .process dd a[disabled] {
    pointer-events: none;
    opacity: 0.6;
}
:where(#about02, #about06) .process dd:nth-of-type(4) {
    margin-right: 0;
}
:where(#about02, #about06) .process dd.more {
    width: 100%;
    text-align: center;
}
:where(#about02, #about06) .process dd.more a {
    width: 170px;
    margin: 60px auto 0;
    background: #607a8b;
}
#about03 .con .clearfix {
    margin-bottom: 40px;
}
#about04 .con1 a {
    display: block;
    color: #333;
    transition: all ease 0.3s;
    text-decoration: none;
    border: 1px solid #dcdcdc;
    box-shadow: 3px 3px 0 #eee;
    padding: 30px 30px 0;
    min-height: 190px;
}
#about04 .con1 dl {
    margin: 0;

    text-align: center;
}
#about04 .con1 dl dt {
    display: inline-block;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.055em;
    margin: 0 0 20px;
    position: relative;
    color: #000;
    z-index: 1;
}
#about04 .con1 dl dt::after {
    content: "";
    width: 105%;
    height: 8px;
    background: #ea181a;
    margin: 20px auto 0;
    opacity: 0.2;
    position: absolute;
    left: -2.5%;
    bottom: 0px;
    z-index: -1;
}
#about04 .con1 a:hover {
    border-color: #a9131b;
}
#about04 .con1 dl dd {
    text-align: center;
}
#about04 #about01-table td {
    text-align: center;
}

/*reunion*/
#reunion03 .con1 {
    text-align: center;
}
#reunion03 .con > .col-md-12 > p:first-child {
    font-size: 32px;
    font-weight: bold;
    font-family: "Noto Serif KR", serif;
    letter-spacing: -0.04em;
    color: #111;
}
#reunion03 .con1 p {
    line-height: 1.9;
    margin-bottom: 25px;
}
#reunion03 .con1 p strong {
    display: block;
    font-size: 20px;
    color: #a9131b;
    letter-spacing: 0.025em;
    font-weight: 500;
}
#reunion03 .reunion03_inner {
    background: url(/skin/img/sub/reunion03_bg.jpg);
    padding: 50px 0;
    position: relative;
    margin: 40px 0;
}
#reunion03 .reunion03_inner:before {
    content: "";
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid #fff;
    position: absolute;
    left: 8px;
    top: 8px;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.4);
}
#reunion03 .reunion03_inner p {
    font-weight: 500;
    font-size: 28px;
    margin: 0;
    position: relative;
    color: #fff;
    letter-spacing: 0.03em;
}
#reunion03 .con > .col-md-12 > p:last-child {
    font-weight: 700;
    color: #222;
    font-size: 18px;
}
#reunion04 .con ul li {
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding-left: 120px;
}
#reunion04 .con ul li span {
    color: #a9131b;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: -0.05em;
}
#reunion04 .con img {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

/*site*/
#site .con ul {
    /* padding-right: 30px; */
    border-top: 1px solid #333;
}
#site .con ul li {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    color: #222;
    /* font-weight: 500; */
    margin: 0;
}
#site .con ul li a {
    float: right;
    font-size: 13px;
    background: #fff;
    padding: 3px 10px;
    margin-top: -2px;
    color: #ac2f30;
    border: 1px solid #e8a8a8;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
}
#site .con ul li a:hover {
    color: #fff;
    background: #ac2f30;
    border-color: #ac2f30;
}
#site .con .clearfix {
    margin-bottom: 80px;
}

/*BBS-B*/
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    box-shadow: none;
    border: 1px solid #ddd !important;
}

.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 {
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: transparent;
    border: none;
    padding: 0 15px;
    margin-bottom: 30px;
}
.dhb-txt-box-type-b-text-layout h4 {
    text-align: center;
    font-size: 16px !important;
    border-left: none !important;
    padding-left: 0 !important;
    letter-spacing: 0 !important;
    margin: 12px 0 0 !important;
}
.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 a {
    letter-spacing: -0.04em;
}
.dhb-txt-box-type-b-text-layout h4 .label {
    vertical-align: text-top;
    background: none;
    color: #a9131b;
}
.dhb-txt-box-type-b-text-layout h4 small {
    display: inline-block;
    vertical-align: top;
}
.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}

/*BBS-A*/
#reunion05 .con1 .dhb-txt-list {
    border-right: none;
    width: 100%;
    padding: 30px;
}
#reunion05 .con1 .dhb-txt-list + .text-right {
    display: none;
}
#reunion05 .con1 .dhb-txt-list .thumb-hidden {
    max-height: 250px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    border: 6px solid #fff;
}
#reunion05 .con1 .dhb-txt-box .col-md-7 {
    padding-left: 25px;
}
#reunion05 .con1 .dhb-txt-box h4 {
    padding-left: 0;
    margin: 30px 0 10px;
}
#reunion05 .con1 .dhb-txt-box h4::before {
    content: none;
}
@media (min-width: 768px) {
    #reunion05 .con1 .dhb-txt-list .col-md-5 {
        width: 30%;
    }
    #reunion05 .con1 .dhb-txt-list .col-md-7 {
        width: 70%;
    }
}
.bbs-blog2-index-layout > p {
    display: none;
}

/* ---------- 로그인 ---------- */
.login-layout .panel-body > div.col-sm-12 {
    text-align: center;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 35px;
}
.inner-box-form {
    width: 100%;
    max-width: 440px;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 540px;
    padding: 40px 0px 50px;
    margin: 100px auto 100px;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #a9131b;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: right;
    width: 120px;
    height: 33px;
    background: #6b6f75;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #6b6f75;
    font-size: 13px;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    border-color: #55585d;
    background: #55585d;
}

.id-find-layout h2,
.pw-find-layout h2 {
    text-align: center;
}

/* ---------- 회원가입 ---------- */
.join-layout {
    max-width: 1140px;
    margin: 0 auto;
    padding: 100px 0;
}

.join-layout > .row {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 0;
}

.join-view-layout > .row {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 15px;
}

.join-layout .jumbotron {
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #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 .form-control:focus {
    border-color: #a9131b;
}
.join-agree-area .panel-footer {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 20px 0 0;
}
.join-agree-area .panel-footer .btn-default {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
}
.join-agree-area .panel-footer .btn-default:hover {
    border-color: #bbb;
}
.join-layout .form-horizontal .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.join-layout .form-horizontal .panel-heading {
    border-bottom: none;
    line-height: 1;
    margin: 0 0 20px;
    color: #a9131b;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.055em;
    background: rgba(0, 0, 0, 0);
    padding: 0;
}
.join-layout .form-horizontal .panel-body {
    padding: 0;
    border-top: 2px solid #333;
}
.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 #6b6f75;
    background: #6b6f75;
}
.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #55585d;
}

@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;
    }
}

/*2021-03-08*/
#major02 .row.flex {
    display: flex;
    margin: 0;
    gap: 5px;
}
#major02 .con1 .col-md-3 {
    padding: 0 0px;
}
#major02 .con1 .col-md-3 > a,
#major04 .con1 .col-md-3 > a {
    display: block;
    padding: 30px;
    text-align: justify;
    background: #a9131b;
    color: #fff;
    text-decoration: none;
    height: 100%;
}
#major04 .con1 .col-md-3 > a {
    min-height: auto;
    padding-bottom: 10px;
}
#major02 .con1 .col-md-3 > a:hover,
#major04 .con1 .col-md-3 > a:hover {
    background: #6b060b;
}
#major02 .con1 a dl,
#major04 .con1 a dl {
    margin: 0;
}
#major02 .con1 a dl dt,
#major04 .con1 a dl dt {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: center;
}
#major02 .con1 a dl dt span {
    display: block;
    font-size: 80%;
    color: #ffe46a;
    font-weight: 400;
}
#major02 .con1 a:hover dl dt,
#major02 .con1 a:hover dl dd,
#major02 .con1 a dl dd .more {
    color: #ffe46a;
}
.dhb-txt-box > .text-right {
    display: none;
}
.dhb-txt-box > .dhb-txt-list {
    width: 100%;
    border-right: none;
}
.dhb-txt-box > .dhb-txt-list h4 {
    font-size: 20px;
    margin: 20px 0 10px;
    padding: 0;
}
.dhb-txt-box > .dhb-txt-list h4:before {
    display: none;
}
.dhb-txt-box > .dhb-txt-list a {
    line-height: 1.45;
}
.dhb-txt-box .thumb-hidden {
    max-height: 180px;
    box-shadow: none;
}
.dhb-txt-box .col-md-5 {
    width: 30%;
}
.dhb-txt-box .col-md-7 {
    width: 70%;
}
.sub-content .dh-view-box p {
    margin: 0;
    line-height: 1.4;
}

.slick-slider {
    border: none;
}
.slick-slide {
    min-height: 136px !important;
}
.main-slick {
    position: absolute;
    left: 50%;
    bottom: 0;
    padding: 0;
    transform: translatex(-50%);
}
.main_inner a {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fb4141;
    padding: 20px;
    margin: 0 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.main_inner a:before {
    content: "";
    width: 200px;
    height: 200px;
    background: #fc5939;
    position: absolute;
    left: -100px;
    top: -90px;
    transform: rotate(45deg);
    border-radius: 50%;
}
.main_inner a .icon_area {
    width: 30%;
    float: left;
}
.main_inner a .txt_area {
    position: absolute;
    width: 70%;
    text-align: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main_inner a .txt_area p {
    color: #fff;
    font-size: 20px;
    padding: 0px 10px 0 25px;
    margin: 0 0 8px;
    text-align: left;
    font-weight: 500;
    letter-spacing: -0.015em;
    line-height: 1.3;
}
.main_inner a .txt_area p span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #ffe356;
}
.main_inner a .txt_area p small {
    display: block;
}
.main_inner a.lan p,
.main_inner a.edu p {
    font-size: 24px;
    letter-spacing: -0.035em;
}
.main_inner a.lan {
    background: #2870bb;
}
.main_inner .search {
    background: #0083ba;
}
.main_inner a.edu {
    background: #2daf5b;
}

.main_inner .friend {
    background: #7d0e0f;
}
.main_inner .search .txt_area p,
.main_inner .friend .txt_area p {
    font-size: 24px;
    letter-spacing: -0.035em;
    margin: 0;
}
.main_inner .friend .txt_area p {
    position: relative;
    padding-left: 40px;
    margin: 0;
}
.main_inner .edu:before,
.main_inner .friend:before,
.main_inner .search:before,
.main_inner .lan:before {
    background: #fff;
    opacity: 0.15;
}
.main_inner a.friend:before {
    background: #b31a1c;
    opacity: 1;
}
.slick-prev:before,
.slick-next:before {
    color: #ddd !important;
    font-size: 30px;
}
.slick-prev {
    left: -35px;
}
.secret,
.secret-allowno-attached {
    /* display: table-row !important; */
}
.main_box {
    position: relative;
    background: rgb(255 255 255 / 80%);
    height: 85px;
    margin: 0 5px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
}
.main_box:hover {
    background: rgba(255, 255, 255, 0.88);
}
.main_box a {
    display: block;
    padding: 7px 30px;
    overflow: hidden; /* font-size: 20px; */ /* font-weight: 500; */ /* color: #333; */
}
.main_box a img {
    float: left;
}
.main_box a p {
    float: right;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    margin: 25px 0 0;
    letter-spacing: -0.045em;
}
.slick-prev,
.slick-next {
    top: 28%;
}
/* .main_box a{
    box-shadow: 2px 2px 4px rgba(0,0,0,0.125);
    display: block;
    background: #e43233;
    margin: 0px 5px;
    text-align: center;
    height: 85px;
    position: relative;
    border:5px solid #e43233;
    transition:all 0.25s
}
.main_box a:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	border:1px solid #ff7374;
    transition:all 0.25s
}
.main_box a p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    transition:all 0.25s;
    width: 80%;
    word-break: break-word;
}
.main_box a:hover{
	background:#fff;
}
.main_box a:hover:after{
	border-color:#fff;
}
.main_box a:hover p{
	color:#e43233;
}
.main_box a p small{
    font-size: 76%;
    display: block;
    line-height: 1.4;
    width: 100%;
    } */

#major01 .dhb-txt-box-type-b-text-layout h4 a span {
    display: none;
}
#major01 .dhb-txt-box-type-b-text-layout h4 a:after {
    content: "...더보기";
    display: inline-block;
    opacity: 0.65;
    font-size: 0.8em;
}
