@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css);
@import url("/skin/notokr/notokr.css");

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: "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;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
* {
    word-break: keep-all;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    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: #117b4e;
    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;
    }
}
.li-dash > li,
.li-dot > li,
.li-dash > dd,
.li-dot > dd {
    padding-left: 20px;
    position: relative;
}
.li-dash > li:before,
.li-dot > li:before,
.li-dash > dd:before,
.li-dot > dd:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.li-dot > li:before,
.li-dot > dd:before {
    content: "·";
}
* {
    word-break: keep-all;
}
.subContent ul {
    padding: 0;
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}
.navbar-inverse .navbar-brand {
    margin: 34px 0 !important;
    padding: 0;
}
.navbar-brand img {
    margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
    background: none;
    color: #666;
    font-size: 18px;
    font-weight: 500;
    padding: 40px 0;
    margin: 0 24px;
    letter-spacing: -0.06em;
    line-height: 1;
    position: relative;
    height: 96px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > li > a:hover {
    background: none;
    color: #0f6ecd;
}

.navbar-inverse .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    display: inline-block;
    color: #666;
    font-size: 13px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 24px 8px;
        background-color: #222;
        border: none;
        animation-duration: 0.3s;
        animation-fill-mode: both;
        animation-name: fadeIn;
        left: 50%;
        right: auto;
        min-width: 200px;
        transform: translateX(-50%);
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        background: none;
        color: #fff;
        font-size: 15px;
        padding: 16px 20px;
        letter-spacing: -0.04em;
        line-height: 1;
        border-radius: 80px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: #0f6ecd;
    }
}

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    background-color: #222;
    color: #c4c4c4;
    font-size: 14px;
    padding: 32px 0 40px;
    margin: 0;
    text-align: left;
}
.footer_copy ul {
    margin-bottom: 10px;
    padding-left: 0;
}
.footer_copy ul li {
    display: inline-block;
    margin-right: 10px;
}
.footer_copy .copy {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #a4a4a4;
}
/* 하단 카피라이트 설정 끝*/

/*BLOG B*/
/*bbs - b type*/
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    border: none;
    box-shadow: none;
}

.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: none;
    border: none;
    padding: 0 8px;
    margin-bottom: 24px;
    width: 25%;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row {
    margin: 0;
    background: transparent;
    border: 1px solid #fff;
    transition: all ease 0.3s;
    position: relative;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row > div {
    padding: 0;
}
.subContent .dhb-txt-box-type-b-text-layout h4 {
    text-align: center;
    margin: 0;
    padding: 12px;
    font-size: 16px;
    color: #444;
    transition: all ease 0.3s;
    background: #fff;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b .thumb-hidden a {
    transition: all ease 0.3s;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover .thumb-hidden a,
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:focus .thumb-hidden a {
    opacity: 0.64;
}
.dhb-txt-box-type-b-text-layout h4 a {
    transition: all ease 0.3s;
    color: #555;
    text-shadow: none;
    font-weight: 500;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover h4 a,
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:focus h4 a {
    color: #0f6ecd;
}

.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%;
    }
}
/* subpage board */
/* .bbs-area .dh-margin-top {
	display:none;
    margin-top: 40px;
} */
.pagination li:before {
    content: none !important;
}
.pagination li {
    padding: 0 !important;
}
.pagination > li > a,
.pagination > li > span {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #777 !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #fff;
    border: 1px solid #152982;
    color: #152982 !important;
    font-weight: 600;
}

.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 {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #184da3;
    border: 1px solid #184da3;
}
#search_kind_menu li:before {
    content: none;
}

/* subpage board - view */
.dh-view-box {
    margin-top: 0;
}

.dh-view-box > .row > .page-header {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    margin: 0;
    padding: 16px 14px;
}

.dh-view-box > .row > .page-header > h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.dh-view-box > .row > .dh-view-info {
    background: #fff;
    opacity: 0.6;
}
/*slide*/
.container_contents {
    padding-top: 96px;
}
.carousel-inner .item {
    width: 100%;
    height: 520px;
    background: url(/skin/img/slide/slide01_23.png) no-repeat center / cover;
}
.carousel-inner .item:nth-of-type(2) {
    background: url(/skin/img/slide/slide02_23.png) no-repeat center / cover;
}
.carousel-inner .item:nth-of-type(3) {
    background: url(/skin/img/slide/slide03.png) no-repeat center / cover;
}
.carousel-inner .item .carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding: 0;
    text-align: left;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.carousel-inner .item .carousel-caption h2 {
    font-size: 56px;
    margin: 0 0 24px;
    color: #222;
    letter-spacing: -0.06em;
    line-height: 1;
}
.carousel-inner .item .carousel-caption p {
    margin: 0;
    font-size: 18px;
    letter-spacing: -0.06em;
    color: #444;
    line-height: 32px;
}
.carousel-indicators li {
    border-radius: 50px;
    width: 80px;
    height: 8px;
    margin: 0 2px;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    transition: all ease 0.5s;
}
.carousel-indicators .active {
    width: 80px;
    height: 8px;
    background: #fff;
    margin: 0 2px;
}
/* .text-bbs6 .subContent, .text-bbs7 .subContent .text-bbs8 .subContent, .text-bbs10 .subContent, .text-bbs9 .subContent,.contact-mail-layout .subContent{padding-bottom:0}
.text-bbs10,.text-bbs6,.text-bbs7,.text-bbs8,.text-bbs9,.contact-mail-layout{padding-bottom:100px} */

/*textBBS*/
.dh-board > .table-hover {
    border-top: 2px solid #222;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
}
.dh-board > .table-hover td,
.dh-board > .table-hover th {
    padding: 16px 12px !important;
    color: #666;
    font-size: 15px;
    font-weight: 400;
}
.dh-board > .table-hover th {
    border-bottom: 2px solid #e4e4e4;
    color: #222;
    font-weight: bold;
}
.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: #1a6494;
    text-decoration: underline !important;
}
.dh-margin-top {
    display: inline-block;
    margin: 64px 0 0;
}

.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;
}

.dh-view-box {
    margin-top: 0px;
}
.dh-view-box .row {
    margin: 0;
}
.sns-box {
    display: none;
}
.dh-view-box > .row > .page-header h4 {
    padding: 10px;
    text-align: center;
    font-size: 30px;
    color: #184fa5;
}
.dh-view-box > .row > .page-header h4:before {
    content: "";
    display: none;
}
.dh-view-box > .row > .page-header {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
}
.content_wrap .page-header h4:before {
    content: none;
}
.dh-view-box > .row > .dh-view-info.dh-view-box > .row > .dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
}
.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: 0 40px 0;
}
.dh-view-box .dh-attach h6 {
    margin: 0;
    padding: 0;
}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {
    padding: 30px 40px 40px !important;
}
/*main*/
.main_inner01 {
    background: url(/skin/img/main/main01.png) no-repeat center / cover;
}
.main_inner02 {
    background: url(/skin/img/main/main02.png) no-repeat center / cover;
}
.main_inner03 {
    background: url(/skin/img/main/main03.png) no-repeat center / cover;
}
.main_inner04 {
    background: url(/skin/img/main/main04.png) no-repeat center / cover;
}
.main_inner {
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.main_inner a {
    display: block;
    position: relative;
    text-decoration: none;
    width: 100%;
    height: 100%;
    border: 1px solid #e4e4e4;
}
.main_inner a p {
    position: absolute;
    left: 0;
    bottom: -40px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background: rgba(15, 110, 205, 0.88);
    margin: 0;
    padding: 16px 8px 20px;
    transition: all ease 0.3s;
    letter-spacing: -0.04em;
}
.main_inner a p span {
    display: block;
    margin-top: 12px;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.8;
}
.main_inner a:hover p,
.main_inner a:active p,
.main_inner a:focus p {
    bottom: 0;
    background: #141873;
}
.main-business {
    padding: 70px 0 100px;
    background: url(/skin/img/main/main_bg.jpg) no-repeat center bottom;
}
.main-business .col-md-12 h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0 0 40px;
    color: #222;
}
.main-business .col-md-12 h3 span {
    color: #181a71;
    display: block;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.24em;
    line-height: 1;
    margin: 0 0 8px;
}

/*sub*/
.sub-layout {
    padding-top: 96px;
}
.subTop {
    width: 100%;
    height: 280px;
    background: url(/skin/img/sub/subTop.jpg) no-repeat center / cover;
    position: relative;
}
.subTop h2 {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0;
}
.bread {
    background-image: linear-gradient(to right, #0f6ecd 0%, #0f6ecd 50%, #141873 100%);
}
.breadcrumb {
    background: none;
    text-align: right;
    margin: 0;
    padding: 16px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.breadcrumb > li + li:before {
    padding: 0 8px;
    color: #fff;
    content: "/\00a0";
}

.breadcrumb > li:last-child {
    font-weight: 600;
}
.subContent {
    padding: 80px 0 104px;
}
.subContent .con {
    margin-bottom: 60px;
}

.subContent .con:last-child {
    margin-bottom: 0;
}

.subTitle {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 64px;
}
.subTitle h3 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.04em;
    color: #222;
    margin: 0;
    padding-bottom: 24px;
    line-height: 1;
    position: relative;
    display: inline-block;
}
.subTitle h3:after {
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.subContent p {
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #444;
    line-height: 30px;
    margin: 0 0 16px;
}
.subContent .con {
    margin-bottom: 60px;
}
.subContent .con:last-child {
    margin-bottom: 0;
}
.subContent h4 {
    color: #222;
    font-size: 32px;
    letter-spacing: -0.06em;
    line-height: 1;
    margin: 0 0 32px;
    padding-left: 24px;
    position: relative;
}
.subContent h4:before {
    content: "";
    background: #0f6ecd;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/*company*/
#greeting .hello {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.04em;
    color: #222;
    margin-bottom: 24px;
    border-bottom: 2px solid;
    display: inline-block;
}
#greeting .ceo_name {
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    color: #222;
    margin: 0;
}
#greeting .greet_area {
    padding: 0 40px 48px;
}
#greeting .con img {
    padding: 10px;
    background: #f3f3f3;
}
.greeting_inner {
    position: relative;
    background: #f8f8f8;
    padding: 32px 32px;
    border: 3px solid #e4e4e4;
    min-height: 200px;
}
.greeting_inner dl {
    margin: 0;
}
.greeting_inner i {
    position: absolute;
    right: 24px;
    bottom: 24px;
    font-size: 56px;
    opacity: 0.24;
}
.greeting_inner dl dt {
    color: #222;
    font-size: 24px;
    letter-spacing: -0.04em;
    margin: 0 0 16px;
}
.greeting_inner dl dd {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.6;
}
#company03 .con dl dd {
    font-size: 16px;
    letter-spacing: -0.08em;
    margin-bottom: 12px;
    color: #444;
}

/*mail*/
#mailForm {
    max-width: 880px;
    margin: 0 auto;
}
#mailForm .form-control {
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    line-height: 1.6;
    height: 40px;
}
#mailForm textarea.form-control {
    height: auto;
    max-width: 880px;
}
#mailForm input[type="submit"] {
    display: block;
    color: #fff;
    border: none;
    background: #0f6ecd;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all ease 0.3s;
    border-radius: 0;
    max-width: 200px;
    margin: 40px 0 0;
    float: right;
}
#mailForm input[type="submit"]:hover {
    background: #15257f;
}
.dh-view-info,
.dh-attach {
    display: none;
}
/* .contact-mail-layout {
    margin-bottom: 104px;
}
 */
/*준비중*/
.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;
}

/*company02*/
.history-table {
    /* border-top: 2px solid #323c52; */
}
.history-table.table-style tr th,
.history-table.table-style tr td {
    padding: 30px 20px !important;
    border-bottom: 1px dotted #e0e0e0 !important;
}
.history-table.table-style tr th {
    position: relative;
    font-size: 30px;
    color: #222;
    text-align: left;
    font-weight: 400;
    letter-spacing: -0.03em;
    vertical-align: top;
}
/* .history-table.table-style tr th:after {
    content: '';
    display: block;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translatey(-50%);
    width: 6px;
    height: 6px;
    background: #b71c1c;
    border-radius: 50%;
} */
.history-table td ul {
    margin: 0;
    padding-left: 0;
}
.history-table td li {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: -0.03em;
    color: #666;
    padding-left: 30px;
}
.history-table td li span {
    font-size: 1.1em;
    margin-right: 15px;
    font-weight: 500;
    color: #105ebc;
}
.history-table td li:before {
    content: none;
}
#company01 .con img {
    box-shadow: 7px 7px 0 rgba(190, 190, 190, 0.4);
}

/*2019-	06-12*/
@media (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        margin: 15px !important;
    }
    .navbar-brand img {
        width: 245px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #555;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #555;
    }
    .container_contents,
    .sub-layout {
        padding-top: 50px;
    }
    .carousel-inner .item {
        height: 420px;
    }
    .carousel-inner .item .carousel-caption p {
        line-height: 24px;
        font-size: 16px;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    }
    .carousel-caption {
        left: 5%;
        right: 5%;
    }
    .carousel-inner .item .carousel-caption h2 {
        font-size: 47px;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    }
    .carousel-inner .item {
        background-position: right !important;
    }
    .carousel-indicators {
        bottom: 5px;
        width: 100%;
        transform: translateX(-50%);
        margin-left: 0;
    }
    .main_inner {
        margin-bottom: 30px;
    }
    .navbar-inverse .navbar-collapse {
        border-top: 1px solid #ddd;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 40px 0 10px;
        height: auto;
    }
    .subTop {
        height: 220px;
    }
    .subTop h2 {
        font-size: 44px;
        font-weight: 500;
    }
    #greeting .greet_area {
        padding: 0;
        margin-top: 30px;
    }
    .subContent .con {
        margin-bottom: 80px;
    }
    .greeting_inner {
        min-height: 220px;
        margin-bottom: 20px;
    }
    #company01 .con img {
        margin-bottom: 40px;
        height: 450px;
    }
    #company03 .con1 .col-md-6:nth-of-type(2) {
        margin-top: 30px;
    }
    .bbs-blog2-index-layout .dhb-txt-box-type-b {
        width: 100%;
    }
    .subTitle h3 {
        font-size: 34px;
    }
    #mailForm .form-group {
        overflow: hidden;
    }
    #mailForm input[type="submit"] {
        margin: 40px auto 0;
        float: none;
    }
    .dh-view-box .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .dh-view-box > .row > .page-header h4 {
        font-size: 22px;
    }
}
