@charset "utf-8";
@import url("/skin/notokr/notokr.css");
@import url(https://use.fontawesome.com/releases/v5.5.0/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.5.0/css/v4-shims.css);

.body-layout {
    background-color: #fff;
    padding-top: 95px;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "NanumBarunGothic", "Malgun Gothic", sans-serif;
}
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;
    border: none;
    margin: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-top: 5px solid #444;
}
.navbar-inverse:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -2px;
    width: 30%;
    max-width: 400px;
    height: 4px;
    background: #e51521;
    transform: skew(-45deg);
}
.navbar-inverse .navbar-brand {
    margin: 20px 0 25px !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        margin: 0 25px;
        padding: 35px 0;
        color: #222;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -0.03em;
        line-height: 1;
        -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li:hover > a,
    .navbar-inverse .navbar-nav > li:focus > a,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        color: #e51521;
    }
}
@media screen and (min-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        right: auto;
        animation-fill-mode: both;
        animation-duration: 0.5s;
        animation-name: fadeInRight;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid #ddd;
        background: #fff;
        box-shadow: none;
        padding: 10px 25px;
    }
}
.navbar-inverse .dropdown-menu > li > a {
    color: #444;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 12px 0;
    border-bottom: 1px solid #e3e3e3;
}
.navbar-inverse .dropdown-menu > li:last-child > a {
    border: none;
}
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus {
    background: none;
    color: #222;
    font-weight: 500;
}
div[id^="download"] .dhb-txt-box {
    float: left;
    border: none;
    height: 250px;
    background: transparent;
}
div[id^="download"] .dhb-txt-box > .dhb-txt-list {
    border: none;
}
div[id^="download"] .dhb-txt-box > .dhb-txt-list,
div[id^="download"] .dhb-txt-box > .dhb-txt-list .row > div {
    width: 100%;
    text-align: center;
}
div[id^="download"] .dhb-txt-box > .dhb-txt-list .row > div h5,
div[id^="download"] .dhb-txt-box > .text-right {
    display: none;
}
div[id^="download"] .dhb-txt-box > .dhb-txt-list h4 {
    margin: 14px 0 0;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div[id^="download"] .dh-margin-top:before {
    content: "";
    display: block;
    clear: both;
}
@media (min-width: 768px) {
    div[id^="download"] .dhb-txt-box {
        width: 25%;
    }
}
.maintenance {
    margin-top: 5px;
    padding: 50px 25px;
    text-align: center;
    background: #eee;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 15px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}
.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #555;
    margin-bottom: 30px;
}
.maintenance .btn {
    border-radius: 0;
    font-size: 15px;
    padding: 10px 50px;
    border-color: #d3d3d3;
}
.maintenance .btn:hover {
    border-color: #aaa;
    background: #fff;
}

/* login */
.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f8f8f8;
    padding: 80px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 450px;
    padding: 0px 15px;
    margin: 0 auto;
    border-radius: 0px;
    border: none;
    background: rgba(0, 0, 0, 0);
}
.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: #e51521;
    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: #222;
}
.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;
    }
}

/* register */
.join-agree-area {
    margin: 100px auto;
    max-width: 1170px;
}
/* personal setting 0.57v */
@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
    }
}
/* img */
.img-shadow {
    box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered {
    border: 1px solid #ddd;
}
.img-caption {
    margin: 24px 0 14px;
    text-align: center;
    color: #222 !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1;
}
/* 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;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}
/* 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-bold {
    font-weight: bold !important;
}
.numbering {
    margin-right: 10px;
}
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #17288b;
}
/*list style*/
.li-none > li {
    list-style: none !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-disc > li {
    list-style: disc !important;
    margin-left: 20px;
}
.li-dash > li,
.li-dot > li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}
.li-dash > li:before,
.li-dot > li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.li-dot > li:before {
    content: "·";
}
.location-li {
    border-top: 2px solid #e51521;
    margin: 24px 0 0;
}
.location-li li {
    border-bottom: 1px solid #e1e1e1;
    padding: 18px 15px;
    color: #444;
    font-size: 16px;
    letter-spacing: -0.04em;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
.location-li span i {
    margin-right: 8px;
    color: #17288b;
}
.partner-li {
    margin: 20px 0;
}
.partner-li:after {
    content: "";
    display: block;
    clear: both;
}
.partner-li > li {
    float: left;
    width: 20%;
}
.partner-li > li img {
    border: 1px solid #ddd;
}
.category-li {
    display: inline-block;
    margin: 20px auto;
}
.category-li:after {
    content: "";
    display: block;
    clear: both;
}
.category-li > li {
    float: left;
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}
.trait-dl {
    margin: 40px 0;
}
.trait-dl:after {
    content: "";
    display: block;
    clear: both;
}
.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
}
.trait-dl dt {
    border-color: #17288b;
    font-size: 18px;
}
@media (min-width: 768px) {
    .trait-dl dt {
        width: 25%;
    }
    .trait-dl dd {
        width: 75%;
    }
}
@media (max-width: 767px) {
    .partner-li > li {
        width: 50%;
    }
}
/* component */
.card {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-top: 2px solid #17288b;
    min-height: max-content;
}
.card .card-ttl {
    margin: -15px -15px 15px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #555;
}
.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}
.quote-box {
    margin: 20px auto;
    padding: 25px;
}
p.quote {
    margin: 40px 0;
    color: #666 !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    letter-spacing: -0.06em !important;
}
p.quote span {
    color: #222;
    font-weight: 600;
}

p.quote span strong {
    color: #e51521;
}
/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}
ul,
dl,
ol {
    padding: 0;
}
p,
li,
dt,
dd {
    line-height: 1.6;
}
a:hover,
a:focus {
    text-decoration: none;
}
* {
    box-sizing: border-box;
    word-break: keep-all;
}
.table {
    margin: 0;
    border-top: 2px solid #17288b;
}
.table thead tr th,
.table tbody tr th,
.table tbody tr td {
    padding: 18px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}
.table thead tr th,
.table tbody tr th {
    color: #222;
}
.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #e51521;
}
.history-table {
    border-top: none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
    border-bottom: none !important;
    padding: 25px !important;
}

.history-table.table-style tr th {
    position: relative;
    border-right: 1px solid #ccc;
    font-size: 22px;
    color: #e51521;
}
.history-table.table-style tr th:after {
    content: "";
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translatey(-50%);
    width: 10px;
    height: 10px;
    border: 3px solid #e51521;
    border-radius: 50%;
    background: #fff;
}

/* personal setting 0.57v end */
/* navigation setting */
@media (max-width: 767px) {
}
/* mainpage setting */
.container_slide {
    width: 100%;
    margin: 0;
    padding: 0;
}
.container_slide .fill {
    height: 500px;
}
.carousel-inner > .item img {
    display: none;
}
.carousel-inner > .item {
    height: 500px;
}
.carousel-inner > .item1 {
    background: url(/skin/img/slide/slide1.jpg) no-repeat center / cover;
}
.carousel-inner > .item2 {
    background: url(/skin/img/slide/slide2.jpg) no-repeat center / cover;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    top: 45%;
    bottom: auto;
    transform: translateY(-50%);
    text-align: left;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.container_slide .fill {
    height: 500px;
}
.carousel-caption h1 span,
.carousel-caption p span {
    opacity: 1;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    text-shadow: none;
}

.carousel-caption h1 {
    margin: 0 0 40px;
}

.carousel-caption h1 span {
    margin: 0;
    font-size: 16px;
    color: #e51521;
    font-weight: 600;
    letter-spacing: -0.02em;
    border-bottom: 2px solid #e51521;
    padding-bottom: 4px !important;
    display: inline-block;
}

.carousel-caption p span {
    display: block;
    letter-spacing: -0.02em;
    line-height: 1.5;
}

.carousel-caption p .top {
    font-size: 30px;
}

.carousel-caption p .bottom {
    font-size: 40px;
}
.carousel-indicators {
    margin: 0;
    text-align: left;
    left: 20%;
    bottom: 60px;
}
.carousel-indicators li {
    width: 13px !important;
    height: 13px !important;
    margin: 0 20px 0 0;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
}
.carousel-indicators .active {
    margin: 0 20px 0 0;
    background: #fff;
}
.carousel-control {
    display: none;
}
/* main */
.main-business {
    padding: 80px 0;
}

.main-box-content h4 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    text-align: left;
    line-height: 1;
    margin: 0 0 15px;
}

.main-box-content p {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.02em;
    font-weight: 300;
    margin: 0;
}

.main-business a {
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
    background: #353535;
    margin: 0 auto;
    height: 290px;
}
.main-business .right-con a {
    background: #06649a;
}
.main-business a:hover {
    background: #222;
}
.main-business .right-con a:hover {
    background: #004a7d;
}
.main-business a img {
    transition: all 0.3s ease;
    opacity: 0.25;
    width: 100%;
    height: 290px;
}
.main-business a:hover img {
    opacity: 0.15;
}
.main-business a .more {
    margin: 0;
    position: absolute;
    right: 35px;
    bottom: 35px;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 40px;
    border: 2px solid #fff;
    background-color: transparent;
    transition: all ease 0.3s;
}
.main-business a:hover .more {
    border: 2px solid #e51521;
    background-color: #e51521;
}

.main-box-content {
    position: absolute;
    top: 40px;
    left: 55px;
}

@media (max-width: 767px) {
}
/* footer setting */
.footer_copy > div {
    padding: 40px 15px;
    background: #555;
    color: #ccc;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.footer_copy ul {
    margin: 0 0 5px;
}
.footer_copy ul:after {
    content: "";
    display: block;
    clear: both;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1;
}
.footer_copy li:last-of-type {
    border-right: none;
}
.footer_copy .copy {
    color: #aaa;
    font-size: 13px;
    margin: 0;
}
.footer-list4 {
    margin-top: 20px;
}
.footer-list4 li {
    border: none;
    padding: 0;
    margin: 0;
}
.footer-list4 .admin {
    display: none;
}
.footer-list4 a {
    display: inline-block;
    padding: 6px 8px;
    color: #ccc;
    font-size: 12px;
    border: 1px solid #888;
}
@media (max-width: 767px) {
}
/* subpage setting */
.pageheader {
    height: 350px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
    text-align: center;
}

#about01 .pageheader {
    height: 350px;
    background: #000 url(/skin/img/sub/subtop-bg-about.jpg) no-repeat center / cover;
}

#business01 .pageheader {
    height: 350px;
    background: #000 url(/skin/img/sub/subtop-bg-business.jpg) no-repeat center / cover;
}
.pageheader .container {
    position: relative;
    height: 100%;
}
.pageheader h2 {
    margin: 135px 0 0;
    font-size: 46px;
    color: #fff;
    font-weight: 600;
}
.breadcrumb {
    margin: 15px 0 0;
    padding: 0;
    background: transparent;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}
.breadcrumb .active {
    color: #fff;
}
.subpage-content section {
    padding: 150px 0;
}
.subpage-content .title {
    margin: 0 0px 40px;
    text-align: center;
}
.subpage-content .title h3 {
    display: inline-block;
    margin: 0;
    padding: 0 0 10px;
    color: #222;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
    position: relative;
}
.subpage-content .title h3:after {
    content: "";
    background: #e51521;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.subpage-content .emp {
    font-weight: 500;
    color: #17288b;
}
.subpage-content section h4 {
    position: relative;
    margin: 0 0 60px;
    color: #222;
    font-size: 30px;
    text-align: center;
    letter-spacing: -0.06em;
    line-height: 1;
}
.subpage-content section h4:after {
    content: "";
    display: block;
    width: 1px;
    height: 55px;
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    background: #d1d1d1;
}
.subpage-content section h4 img {
    height: 30px;
    margin-right: 10px;
    vertical-align: baseline;
}
.subpage-content section h5 {
    margin: 24px 0 14px;
    color: #17288b;
    font-size: 24px;
    letter-spacing: -0.06em;
    line-height: 1;
}
.subpage-content section p {
    color: #444;
    font-size: 16px;
    letter-spacing: -0.04em;
}
.subpage-content p.quote {
    margin: 0;
    color: #444 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    letter-spacing: -0.04em !important;
    line-height: 1.75;
}
.subpage-content p.quote_title {
    margin-bottom: 40px;
}
.subpage-content section#se1 {
    background: #f8f8f8;
}
.at1.business_performance,
.at2.business_performance {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.business_performance_txt h3 span {
    color: #007dc6;
}
.business_performance img {
    border: 1px solid #ccc;
}
@media (min-width: 768px) {
    .at2 .business_performance_subimg_wrap img {
        float: left;
    }
}
.business_performance_subimg_list {
    width: 100%;
}
.business_performance_subimg_wrap {
    padding: 20px;
}
.at1 .business_performance_subimg_wrap {
    display: inline-block;
    width: 49%;
}
.business_performance_subimg_wrap p,
.business_performance_mainimg_wrap p {
    text-align: center;
    margin-top: 10px;
}
.img_fl{
    display: flex;
    gap: 10px;
    display: flex;
    gap: 10px;
    margin-top: 50px;
}
.img_fl .business_performance_subimg_wrap{padding: 0;}

/* subpage about */
#about01 #se2 img {
    border: 1px solid #ddd;
    padding: 0;
    box-shadow: 15px 15px 0 #f8f8f8;
}

.table-history {
    width: 100%;
    margin: 40px 0;
}
.table-history th {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    background: #fff;
    vertical-align: top;
    padding: 15px 25px 0 0px;
    position: relative;
    border-bottom: 1px solid #ddd;
    color: #e51521;
}
.table-history td {
    font-size: 15px;
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
    letter-spacing: -0.03em;
}
.table-history .history-month {
    text-align: center;
    font-size: 20px;
    color: #222;
    font-weight: 600;
    position: relative;
}
.table-history .history-month:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background: #aaa;
    z-index: 2;
}
#about01 #se3,
#business01 #se3 {
    background: #f8f8f8;
}
.sub-map-des {
    text-align: center;
    padding: 18px 0px;
    border: 2px solid #ddd;
    margin-top: 15px;
    color: #444;
    font-size: 16px;
    letter-spacing: -0.03em;
    background: #fff;
}
.sub-map-des i {
    color: #e51521;
    margin-right: 7px;
}
/* subpage  business*/
.service-wrap {
    max-width: 100%;
    margin: 0 auto 30px;
    border: 1px solid #ddd;
    padding: 10px 40px 30px;
}
.service-wrap .quote-box {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding: 0;
}
#it01 .at1 .service-wrap .quote-box {
    margin: 20px auto;
    padding: 20px 40px;
}
.service-wrap .quote-box h5 {
    margin-top: 0;
}
.service-wrap .quote-box li {
    color: #444;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1.8;
    list-style: none !important;
    position: relative;
    padding-left: 15px;
    margin-left: 0;
}
.service-wrap .quote-box li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #888;
    position: absolute;
    left: 0;
    top: 13px;
}
.service-wrap.row > div {
    padding: 0 5px;
}

.service-img img {
    max-height: 110px;
    margin-bottom: 20px;
}

.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout + .row,
.bbs-blog-view-layout + .row,
#mod_type_formForm {
    visibility: hidden;
}

@media (max-width: 767px) {
    .body-layout {
        padding-top: 80px;
    }
    .navbar-brand img {
        height: 60px;
    }
    .navbar-inverse .navbar-brand {
        padding: 0 10px;
    }
    .navbar-toggle {
        right: 10px;
        top: 15px;
        background: transparent !important;
        border: none !important;
    }
    .navbar-toggle .icon-bar {
        background: #333 !important;
    }
    .navbar-inverse .navbar-right {
        margin: 0 -15px;
        border-top: 1px solid #ddd;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #555;
        border-bottom: 1px solid #ddd;
    }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background: #45b035;
    }
    .navbar-nav .open .dropdown-menu {
        padding: 0;
        background: #f5f5f5;
    }

    .carousel-inner > .item {
        height: 400px;
    }

    .carousel-control {
        display: none;
    }
    .carousel-caption {
        width: 95%;
        left: 50%;
        padding: 10px 0;
        transform: translate(-50%, -50%);
    }
    .carousel-caption h1 {
        font-size: 42px;
    }
    .carousel-caption h1 span {
        font-size: 30px;
    }
    .carousel-indicators {
        left: 10px;
        bottom: 30px;
    }
    .main-business {
        padding: 20px 0;
    }
    .main-business h4 {
        margin-top: 30px;
    }
    .main-link {
        padding: 30px 0;
        text-align: center;
    }
    .main-link a.inner {
        float: none;
    }
    .main-location {
        padding: 30px 0;
    }
    .main-location h4 {
        margin-top: 20px;
        font-size: 24px;
    }
    .main-location li {
        line-height: 1.3;
    }
    .main-location li span {
        display: block;
    }
    .footer_copy > div {
        padding: 20px 0;
    }
    .foot-logo {
        margin-bottom: 10px;
    }
    .footer_copy li {
        margin-bottom: 5px;
    }
    .pageheader {
        height: 180px;
    }
    .pageheader h2 {
        margin-top: 60px;
        font-size: 36px;
    }
    .subpage-content section {
        padding: 50px 0;
    }
    .subpage-content .title h3 {
        font-size: 32px;
    }
    .subpage-content section h4 img {
        display: block;
        margin: 5px auto;
    }
    div[id^="download"] .dhb-txt-box {
        float: none;
        height: auto;
    }
    .pagination {
        margin-top: 40px;
        position: relative;
        left: 50%;
        transform: translatex(-50%);
    }
    .location-li span {
        min-width: 70px;
    }
}

/*2019-03-13*/
.at3 .col-sm-6 p {
    text-align: center;
    margin-top: 10px;
}
.at3.business_performance img {
    border: none;
}

.plat-wrap {
    margin: 0 auto;
    position: relative;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, minmax(0, max-content));
    gap: 5px;
}

.plat-wrap .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #f8f8f8;
}
.plat-wrap .item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.plat-wrap .item.i01 {
    background-color: #9fe752;
}
.plat-wrap .item.i02 {
    background-color: #ffc71f;
}
.plat-wrap .item.i03 {
    background-color: #5f90e6;
}
.plat-wrap .item.i04 {
    background-color: #95c6f3;
}
.plat-wrap .item.center {
    background-color: #c10000;
    padding: 20px 50px;
}
.plat-wrap .item:not(.center) {
    aspect-ratio: 5/3;
    width: 300px;
}
section .plat-wrap p {
    font-size: 24px;
    text-align: center;
    margin: 0;
    font-weight: 700;
    color: #000;
}
section .plat-wrap .center p {
    color: #fff;
}
@media (max-width: 767px) {
    .plat-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3px;
    }
    .plat-wrap .item:not(.center) {
        aspect-ratio: 1;
        width: 100%;
    }
    .plat-wrap .center {
        border-width: 3px;
    }
    section .plat-wrap p {
        font-size: 16px;
        text-align: center;
        margin: 0;
        font-weight: 700;
        color: #000;
    }
}
