@charset "utf-8";
@import url("/skin/notokr/notokr.css");
@import url("/skin/NanumSquare/NanumSquare.css");

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "NanumGothic", "나눔고딕", "NanumBarunGothic", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", 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;
}
.body-layout {
    background-color: #fff;
    padding-top: 108px;
}
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;
}

/* 메뉴 설정 시작 */

.navbar-inverse {
    background: #fff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
}

.navbar-inverse .divider-vertical {
    display: none;
}

.caret {
    display: none;
}

.navbar ~ br {
    display: none;
}
/* ----- 메뉴 상단 영역 설정 ----- */

.navbar-top {
    width: 100%;
    padding: 0;
    background: #27498b;
}

.navbar-top-wrap {
    width: 1170px;
    margin: 0 auto;
}

.navbar-top-wrap ul {
    margin: 0;
    padding: 0;
}

.navbar-top-wrap ul li {
    float: left;
}

.navbar-top-wrap .navbar-top-btn {
    margin: 0;
    padding: 12px 15px;
    display: inline-block;
    color: #c8c8c8;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
}

.navbar-top-wrap ul li:last-child .navbar-top-btn {
    background: #325db3;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .navbar-top-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .navbar-top {
        display: none;
    }
}

/* ----- 로고 설정 ----- */
.navbar-inverse .navbar-brand {
    padding: 20px 0;
}
.navbar-brand img {
    width: 100%;
    margin: 0;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #333;
    background-color: transparent;
}

@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-brand {
        margin: 32px 0 0;
    }
    .navbar-brand img {
        width: 180px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        margin: 8px 0 0 15px !important;
    }
    .navbar-top > div > a {
        margin: 5px 20px 0;
    }
}

/* ----- 메인 메뉴 설정 -----*/
.navbar-inverse .navbar-nav > li > a {
    color: #444;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    letter-spacing: -0.04em;
    padding: 40px 0;
    margin: 5px 20px 0;
    text-align: right;
    border-right: none !important;
    border-bottom: 3px solid #fff !important;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background: transparent;
    color: #325db3;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: none;
    border-right: none !important;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #003a7f;
    border: none;
    border-right: none !important;
    border-bottom-color: #003a7f !important;
}
#m-31 a:hover,
#m-31 a:focus {
    border-bottom-color: #fff !important;
}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
        margin: 22px 0px 18px 0px;
        padding: 12px 20px 12px 20px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
        margin: 0;
        padding: 14px 20px 14px 20px;
        text-align: left;
    }
    .navbar-nav .open .dropdown-menu {
        padding: 0;
    }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        color: #333;
        border: none !important;
        margin: 0 0 0;
        background: #f7f7f7;
    }
}

/* ----- 서브 메뉴 설정 -----*/
.navbar-inverse .dropdown-menu {
    background: #003a7f;
    left: 0 !important;
    right: auto !important;
    padding: 5px;
    margin: 0;
    margin-left: 0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    min-width: 160px;
}
.navbar-inverse .dropdown-menu > li > a {
    color: #eee;
    padding: 12px 20px;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    letter-spacing: -0.02em;
}
.navbar-inverse .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-image: none;
    background: #0064b2;
    color: #fff;
}
/* ----- 모바일 메뉴 설정 ----- */

.navbar-toggle {
    background: #325db3;
    border-radius: 0;
    border: none;
    margin: 25px 15px;
    padding: 10px 10px;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        background: #325db3;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px 10px 25px;
    }
}

/* //메뉴 설정 끝 */

/* 메인 페이지 설정 시작 */

.container_contents {
    width: 100%;
    padding: 0;
    background: #fff;
}

/* ----- main-html-area ----- */
.intro-html-layout > div {
    padding: 0;
}

/* ----- main-board-area ----- */
.intro-board-widget-layout {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 0 80px;
}
.intro-boardbox {
    width: 50%;
}

@media screen and (max-width: 991px) {
    .intro-board-widget-layout {
        width: 100%;
    }
    .intro-boardbox {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .intro-boardbox {
        display: none;
    }
}
/* ---------- 게시판 타이틀 설정 ---------- */
.intro-boardbox .page-header {
    padding: 0;
    margin: 0 0 20px;
    border: none;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
}
.intro-boardbox .page-header h4 .btn {
    padding: 5px 0 0;
    margin: 0;
    line-height: 1;
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.intro-boardbox .page-header h4 .btn .fa-plus:before {
    content: url("/skin/img/default/board-plus-icon.png");
}

/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel > .panel {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
    padding: 5px 0px 5px;
}

.dh-front-list2-words {
    margin: 0 !important;
    padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #666;
    font-weight: 400;
    font-size: 15px;
    padding: 8px 0;
}

.dh-front-list2 h6 a:hover span {
    text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
    color: #303030;
}

.dh-front-list2-words:first-child {
    margin: auto;
}

.list-row-subject {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 380px;
    white-space: nowrap;
}

.list-row-subject:before {
    content: "∙";
    color: #325db3;
    font-weight: bold;
    padding-right: 11px;
}

.row-separator {
    display: none;
}

.list-row-regdate {
    float: right;
    color: #999 !important;
}

.list-row-contents {
    display: none;
}

/* //메인 페이지 설정 끝 */

/* --------------- sub page - 메일문의 --------------- */

.form-control {
    padding: auto 16px;
    height: auto;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    border-radius: 0;
}

#mailForm .btn-primary {
    background: #414141;
    border-radius: 0;
    border: 1px solid #414141 !important;
    padding: 8px 0 8px;
}

#mailForm .btn-primary:focus,
.btn-primary:hover {
    background-color: #414141 !important;
    border: 1px solid #414141 !important;
}

/* --------------- sub page - 회원가입 --------------- */

.login-layout {
    width: 1170px;
    margin: 0 auto;
}

.join-agree-layout .sub_top_wrap {
    margin-top: -40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .login-layout {
        width: 100%;
    }
}

/* --------------- sub page - 로그인 --------------- */

.login-layout .panel {
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 1px solid transparent;
}

.login-layout .panel-body h2 {
    margin: 0;
    color: #454545;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.login-layout .inner-box-msg p {
    font-size: 13px;
    color: #666;
}

.login-layout .inner-box-form form label {
    font-size: 14px;
}

.login-layout input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background: #fff !important;
    border: 1px solid #d5d5d5;
}

.login-layout .btn-warning {
    background-image: none;
    background-color: #414141;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #f5f5f5;
}

.login-layout .btn-warning:focus,
.login-layout .btn-warning:hover {
    background: #c80e0e;
}

.login-layout form > div > p > a {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #777;
}

.login-layout form > div > p > a:hover {
    color: #303030;
}

.login-layout form > div > p > a:after {
    content: " | ";
    font-size: 8px;
    padding: 0 8px 0;
    margin: 0;
    color: #d9d9d9;
}

.login-layout form > div > p:last-child > a:after {
    content: "";
}

/* //서브 페이지 설정 끝 */

/* 게시판 설정 시작 */

.dh-board,
.img-bbs-default-index-layout .page_wrap ~ div,
.dh-view-box,
.form-horizontal,
#mailForm {
    width: 1170px;
    margin: 0 auto;
}

.dh-board {
    padding: 30px;
}

.img-bbs-default-index-layout .row:nth-child(2) {
    padding: 75px 30px 0;
}

.dh-view-box {
    padding: 70px 30px 40px;
}

.form-horizontal {
    padding: 70px 0 50px;
}

#mailForm {
    padding: 90px 30px 20px;
}

@media screen and (max-width: 991px) {
    .dh-board,
    .img-bbs-default-index-layout .page_wrap ~ div,
    .dh-view-box,
    .form-horizontal,
    #mailForm {
        width: 100%;
    }
}

/* ----- 텍스트 게시판 설정 ----- */

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 14px 10px;
    color: #555;
    font-size: 14px;
}

.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    color: #333;
}

.table > tbody > tr > td > strong > a {
    color: #555;
}

.dh-board > .table-hover {
    border-top: 1px solid #325db3;
    border-bottom: 1px solid #ccc;
    margin: 0px 0 30px;
}

.dh-board > .table-hover > tbody > tr:hover td {
    background-color: #fcfcfc;
}

.table > tbody > tr:hover > td > strong > a {
    color: #222;
}

.dh-margin-top {
    margin-top: 40px;
    display: inline-block;
}

/* ----- 비디오 게시판 설정 ----- */

.vod-index-layout .dhb-txt-box {
    margin: 0px 5px 10px;
    width: 48%;
    float: left;
    border: 1px solid #d5d5d5;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .vod-index-layout .dhb-txt-box {
        width: 100%;
        margin: 10px 0 10px;
    }
}

.vod-index-layout .dhb-txt-box > .dhb-txt-list {
    width: 100%;
    border-right: none;
}

.vod-index-layout .dhb-txt-box > .col-md-4 {
    display: none;
}

.vod-index-layout .dhb-txt-box > .dhb-txt-list > .row > div:nth-child(2) > a.btnRead {
    border-bottom: 0px solid transparent !important;
}

.vod-index-layout .dhb-txt-box > .dhb-txt-list h5 > a {
    color: #767676;
    font-weight: 400;
}

/* ----- 게시판 버튼 설정 ----- */

.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 90%;
}

.label-danger {
    color: #325db3;
}

.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: #325db3;
    border: 1px solid #325db3 !important;
}

.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;
}

/* ----- 게시글 뷰 페이지 설정 ----- */

.dh-view-box {
    margin-top: 40px;
}

.sns-box {
    display: none;
}

.dh-view-box > .row > .page-header {
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #eee;
    padding: 5px 20px 5px;
    margin: 0;
}

.dh-view-box > .row > .page-header > h4 {
    color: #2c2c2c;
}

.dh-view-box > .row > .dh-view-info {
    border-bottom: 1px solid #ccc;
    background: transparent;
    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: 15px 20px 40px !important;
}

/* //게시판 설정 끝 */

/* personal setting 0.24v */

/* layout */

.mt-80 {
    margin-top: 80px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-40 {
    margin-right: 40px !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: keep-all;
    word-wrap: keep-all;
}

/*가로 100% 레이아웃 정의*/

.container_contents,
.footer_copy > div,
.sub-layout,
.container_slide {
    width: 100%;
    padding: 0;
}

/* 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-circle > li {
    list-style: circle !important;
    margin-left: 20px;
}

.li-square > li {
    list-style: square !important;
    margin-left: 20px;
}

.li-dash > li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}

.li-dash > li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

/* component */

.card {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    min-height: max-content;
}

.column-2 {
    padding: 15px;
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}
/* maintenance */
.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;
}
/* custom setting */
a {
    color: #999;
}
a:hover,
a:focus {
    color: #325db3;
    text-decoration: none;
}
/* personal setting 0.24v end */
/* navigation setting */
#m-31 a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin: 18px 0 0 40px;
    padding: 0;
}
.kakao {
    display: block;
    margin-top: 5px;
}
.kakao img {
    margin-left: 5px;
    margin-right: 5px;
    width: 20px;
    vertical-align: middle;
    border-radius: 4px;
}
/* mainpage setting */
.container_slide {
    background: #333;
}
.carousel-control {
    width: 10%;
}
.fill {
    height: 450px;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1170px;
    text-align: left;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.carousel-caption h1 {
    margin: 0 0 32px;
    font-size: 40px;
    font-weight: 300;
    font-family: "NanumSquare", sans-serif;
    letter-spacing: -0.04em;
    color: #fff;
}
.carousel-caption p {
    margin: 0;
    font-size: 16px;
    letter-spacing: -0.06em;
    line-height: 1.8;
    color: #d1d1d1;
    font-weight: 600;
}
.fill h1 span,
.fill p span {
    background: none;
    opacity: 1;
    padding: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.carousel-caption h1 span > span {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.carousel-caption p span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.carousel-caption .slide-tel {
    display: block;
    margin: 0 0 8px;
    /*     padding: 0 100px 0 20px; */
    /*     background-image: linear-gradient(to right, #fdbd25 0%, rgba(253, 189, 37, 0.8) 50%, #fdbd2500 100%); */
    /*     transform: skew(-18deg); */
    font-weight: 800;
    color: #f00;
    font-size: 26px;
    /* height: 36px; */
    line-height: 36px;
}
.carousel-caption .slide-tel span {
    position: relative;
    font-size: 28px;
    z-index: 1000;
    /*     font-weight: 800; */
    padding-left: 8px;
    letter-spacing: 0;
    color: #fff !important;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    margin: 3px 5px;
    border-radius: 50%;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    margin: 3px 5px;
    border-radius: 50%;
    background-color: transparent;
}
.carousel-indicators .active::after {
    content: "";
    position: relative;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}

#myCarousel .item {
    transition: transform 1s;
}

.main-business {
    padding: 30px 0 0;
}
.m-business-box {
    text-align: center;
}
.m-business-box a {
    display: block;
    position: relative;
    text-align: center;
}
.m-business-box a h4 {
    margin: 20px 0 0;
    color: #222;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.m-business-box a .more {
    display: block;
    margin: 10px auto 0;
    padding: 6px 0;
    width: 100px;
    background: #325db3;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
    border: 2px solid #325db3;
}
.m-business-box a:hover .more {
    background: #fff;
    color: #325db3;
}
.main-content h3,
#main-bbs-bottom h3 {
    position: relative;
    margin: 0 0 32px;
    padding: 12px 0 0;
    color: #222;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}
.main-content h3:after,
#main-bbs-bottom h3:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #325db3;
    position: absolute;
    left: 0;
    top: 0;
}
.main-reference {
    padding: 0 0 60px;
}
.intro-boardbox-10 {
    display: none;
}
.intro-boardbox-11,
.intro-boardbox-12 {
    min-height: 251px;
}
.dh-front-blog > .col-md-4 > .thumbnail {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    min-height: 0;
    height: max-content;
    border: none;
}
.dh-front-blog .blog-row-contents {
    display: none;
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 {
    opacity: 0;
    margin: 0;
    padding: 0 !important;
    line-height: 240px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.04em;
    text-align: center;
    background: rgba(50, 93, 179, 0.8);
}
.dh-front-blog > .col-md-4 > .thumbnail:hover > .caption h5 {
    opacity: 1;
}
.thumbnail .caption {
    padding: 0;
}
.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    display: block;
    height: 240px;
    border: none;
}
.dh-front-blog > .col-md-4 > .thumbnail:hover > a h5 {
    text-decoration: underline;
    color: #325db3;
}
.dh-front-blog > .col-md-4 > .thumbnail .label {
    display: none;
}
@media (min-width: 768px) {
    .m-reference-area .col-sm-6 {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .fill {
        height: 600px;
    }
    .carousel-caption {
        margin: 0;
        width: 95%;
    }
    .carousel-caption h1 {
        font-size: 36px;
        line-height: 1.4;
    }
    .carousel-caption h2 {
        font-size: 25px;
    }
    .carousel-caption p {
        font-size: 14px;
    }
    /* .carousel-caption p br, */
    .carousel-control {
        display: none;
    }
    .carousel-caption p .visible-xs {
        display: inline !important;
    }
    .main-business .container > .row {
        margin: 0;
    }
    .m-business-box {
        margin-bottom: 30px;
    }
}
/* footer setting */
.footer_copy > div {
    border-top: 1px solid #bbb;
    padding: 20px 10px;
    background: #fff;
    color: #888;
    font-size: 12px;
    font-weight: 300;
}

.footer_copy li:last-of-type {
    border-right: none;
}
.footer-list4:after {
    content: "";
    display: block;
    clear: both;
}
.footer-list4 li {
    float: left;
    margin-left: 10px;
}
.footer-list4 .admin {
    display: none;
}
.footer-list4 a {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    background: #999;
    color: #fefefe;
    font-size: 13px;
    font-weight: 500;
}
/* subpage setting */
.subpage .pageheader {
    width: 100%;
    height: 260px;
    padding: 60px 0;
    background: url(/skin/img/sub/subtop-bg.jpg) no-repeat center;
    background-size: cover;
}
.pageheader h2 {
    position: relative;
    margin: 0 0 20px;
    color: #fff;
    font-size: 38px;
    letter-spacing: -0.06em;
}
.pageheader h2:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    bottom: -10px;
}
.pageheader .des {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}
.pageheader .major {
    color: #ddd;
}
.pageheader .major span {
    display: inline-block;
    padding: 3px 10px;
    margin-right: 10px;
    background: #fff;
    border-radius: 5px;
    color: #333;
}
.subpage-content {
    padding-bottom: 80px;
}
.subpage-title {
    padding: 40px 0;
    text-align: center;
}
#reference .subpage-content,
#customer01 .subpage-content,
#customer02 .subpage-content,
#customer03 .subpage-content,
#reference .subpage-title,
#customer01 .subpage-title,
#customer02 .subpage-title,
#customer03 .subpage-title {
    margin-bottom: 0;
    padding-bottom: 0;
}
.subpage-title h3 {
    display: inline-block;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    color: #222;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.06em;
}
.subpage-title h3:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #27498b;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translatex(-50%);
}
.subpage-title .breadcrumb {
    background: none;
    text-align: right;
    margin: 0;
    padding: 0;
    color: #888;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.04em;
}
.subpage-title .breadcrumb > .active {
    color: #27498b;
    font-weight: 500;
}
/* ----- table 설정 ----- */

.table-style {
    width: 100%;
    border-top: 2px solid #325db3;
    border-bottom: 1px solid #4a4a4a;
    margin: 0 0 20px;
}
.table-style th,
.table-style td {
    padding: 10px 20px !important;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    vertical-align: middle !important;
    letter-spacing: -0.5px;
    line-height: 27px !important;
    text-align: center;
}
.table-style th {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    background: #f3f3f3;
    white-space: nowrap;
    padding: 10px 30px !important;
}
.table-style td {
    color: #666;
}
.table-style thead th {
    background: #ddd;
    color: #333;
    border-bottom: none !important;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.table-style thead th:last-child {
    border-right: none;
}
.table-style tbody td {
    border-right: 1px solid #ddd;
}
.table-style tbody td:last-child {
    border-right: none;
}
.table-style .text-left {
    text-align: left;
}
/* ----- 블로그 B타입 게시판 ----- */

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    border: none;
    background-color: #fff;
    width: 25%;
    margin: 0 0 20px;
    padding: 0 10px;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > div {
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
}
.bbs-list-view-layout ~ .row {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px 80px;
}
.dhb-txt-box-type-b-img-layout {
    padding: 0;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
    min-height: 200px;
    max-height: 200px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dhb-txt-box-type-b-text-layout h4 {
    font-size: 14px;
    margin: 15px 0;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
    margin-top: 0;
    float: none;
    text-align: left;
    display: none;
}

.txt-box-footer em {
    display: none;
}

.txt-box-footer em > span.regdate {
    font-style: normal;
    color: #666;
    font-size: 13px;
}

.txt-box-footer em > span:last-child {
    display: none;
}

.txt-box-footer small.hits {
    display: none;
}
.subpage .quote {
    margin: 0 0 40px;
    font-size: 28px;
    color: #27498b;
    font-weight: 400;
    letter-spacing: -0.08em;
    line-height: 1.4;
}
.subpage-content p {
    color: #444;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin: 0 0 14px;
}
.thumb-hidden a img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .bbs-blog2-index-layout .dhb-txt-box-type-b {
        width: 100%;
        margin: 10px 0 20px;
    }
}

/* subpage business */
.business-link-box {
    margin: 40px auto;
    width: 80%;
}
.business-link-box:after {
    content: "";
    display: block;
    clear: both;
}
.business-link-box > div {
    margin-bottom: 10px;
}
.business-link-box a {
    position: relative;
    display: block;
    color: #999;
    text-align: center;
}
.business-link-box a:hover {
    color: #333;
}
.business-link-box .card {
    border-width: 2px;
    transition: all 0.4s ease;
}
.business-link-box .card {
    min-height: 300px;
    padding: 40px 20px;
}
.business-link-box a:hover .card {
    border-color: #325db3;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

.business-link-box .fa {
    margin-bottom: 14px;
    font-size: 50px;
    color: #444;
}
.business-link-box a:hover .fa {
    color: #325db3;
}
.business-link-box .fa-arrow-right {
    margin-bottom: 0;
    font-size: 1em;
    color: inherit;
}
.business-link-box h4 {
    color: #222;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: -0.06em;
}
.business-link-box h4:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #666;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translatex(-50%);
}
.business-link-box a:hover h4:after {
    background: #325db3;
}
#business01 .business-link-box p.des {
    min-height: 44px;
}
.business-link-box p.des {
    font-size: 14px;
    letter-spacing: -0.04em;
    margin: 0 0 16px;
}
.business-link-box p.more {
    font-size: 12px;
    color: #888;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin: 0;
}
#business03 .quote-box,
#business04 .quote-box {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    height: 240px;
    padding: 40px 15px;
    color: #fff;
    background: url(/skin/img/sub/business03-1.jpg) no-repeat center;
    background-size: cover;
}
#business04 .quote-box {
    background: url(/skin/img/sub/business04-1.jpg) no-repeat center;
    background-size: cover;
}
#business03 .quote-box p,
#business04 .quote-box p {
    color: #fff;
    margin-top: 40px;
    margin-left: 40px;
    font-size: 16px;
    line-height: 2;
}
#business03 .business-link-box .card {
    min-height: 240px;
    padding: 40px 20px;
    margin: 0;
}
#business03 .business-link-box h4 {
    color: #222;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: -0.06em;
}
#business03 .business-link-box p.des {
    font-size: 14px;
    letter-spacing: -0.04em;
    margin: 0;
}
#business03 .business-link-box p.more {
    font-size: 12px;
    color: #888;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin: 0;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #fff;
    padding: 100px 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: #003a7f;
    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: #0064b2;
}
.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) {
    .carousel-caption .slide-tel{
        font-size: 23px;
    }
    .carousel-caption .slide-tel span{
        font-size: 25px;
    }
    .subpage .pageheader {
        padding: 20px 0;
    }
    .pageheader h2 {
        font-size: 30px;
    }
    .subpage-title .breadcrumb {
        margin-top: 20px;
        margin-right: 15px;
    }
    .subpage .quote {
        font-size: 24px;
    }
    #business03 .quote-box p,
    #business04 .quote-box p {
        margin-top: 35px;
        margin-left: 32px;
        font-size: 14px;
    }
    .body-layout {
        padding-top: 86px;
    }
}
