@charset "utf-8";
@import url("/skin/notokr/notokr.css");

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background-color: #fff;
    padding-top: 95px;
}
@media (max-width: 767px) {
    .body-layout {
        padding-top: 0;
    }
}

/* 폰트 설정 */
.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;
}
p,
li,
dd,
dt {
    font-size: 16px;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

.navbar-brand {
    float: left;
    padding: 0;
    margin-left: 0 !important;
    margin-top: 18px;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #ddd;
    margin-bottom: 0;
}

.navbar-inverse .navbar-brand {
    color: #333;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #333;
}
.navbar-brand img {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 38px 25px;
        font-size: 18px;
        font-weight: 500;
        color: #000;
        -webkit-text-shadow: none;
        text-shadow: none;
    }

    .navbar-inverse .navbar-nav > li > a .glyphicon {
        line-height: 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: #246ec7;
    }
    .navbar-nav > li > .dropdown-menu {
        left: 0;
        right: auto;
        animation-fill-mode: both;
        animation-duration: 0.5s;
        animation-name: fadeInRight;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        background-color: rgba(36, 110, 199, 0.9);
        padding: 8px 0;
    }
    .divider-vertical + li .dropdown-menu {
        left: auto;
        right: 0;
    }
}
/* 모바일 */
@media screen and (max-width: 768px) {
    .navbar-header {
        padding: 15px;
        border-bottom: 1px solid #eee;
    }
    .navbar-inverse .navbar-brand {
        margin: 0;
    }
    .navbar-toggle {
        margin: 12px 0 0 0;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle .icon-bar,
    .navbar-inverse .navbar-toggle .icon-bar:hover,
    .navbar-inverse .navbar-toggle .icon-bar:focus {
        background-color: #246ec7;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #222;
    }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: rgba(36, 110, 199, 0.9);
    }
}

.dropdown-menu > li > a {
    padding: 7px 25px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #99ecff;
    text-decoration: underline;
}
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    padding: 170px 15px 100px;
}
.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: #008de0;
    border-radius: 3px;
    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: #246ec7;
}
.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: 110px 15px 20px;
    }
    .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;
    }
}
/* personal setting 0.62v */
/* layout */
.mt-0 {
    margin-top: 0px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mg-0 {
    margin: 0 !important;
}
.pd-0 {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
    }
}
/* img */
.img-bordered {
    border: 1px solid #ddd;
}
.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}
/* align */
.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 */
.numbering {
    margin-right: 10px;
}
.numbering.circle,
.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: #ed1c24;
}
.numbering.circle {
    border-radius: 50%;
}
/*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 #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
@media (max-width: 767px) {
    .location-li span {
        display: block;
    }
}
.location-li span i {
    margin-right: 5px;
    color: #ed1c24;
}
.partner-li {
    margin: 20px 0;
}
.partner-li:after {
    content: "";
    display: block;
    clear: both;
}
.partner-li > li {
    float: left;
    width: 20%;
    padding: 10px;
}
.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: #ed1c24;
    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;
    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: #ed1c24;
}
.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}
@media (max-width: 767px) {
    .column-2 {
        column-count: 1;
    }
}
.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}
.quote-box {
    margin: 20px auto;
    padding: 25px;
    background: #f5f5f5;
}
.greet .quote,
p.quote {
    margin: 30px 0;
    font-size: 26px;
    font-weight: 300;
    color: #555;
    line-height: 1.2;
}
p.quote span {
    font-weight: 500;
}
/* 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;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #ed1c24;
    border-bottom: 1px solid #333;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th,
.dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #222;
    background: #f5f5f5;
    padding: 10px 15px;
}

.table-style {
    margin: 0 auto 20px;
    width: 100%;
    border-top: 2px solid #333;
}

.table-style tr th,
.table-style tr td {
    padding: 13px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    text-align: center;
}

.table-style tr th {
    background: #f8f8f8;
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
}

.table-style tr td {
    color: #666;
}
.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: #ed1c24;
}
.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 #ed1c24;
    border-radius: 50%;
    background: #fff;
}

/* personal setting 0.62v end */
/* navigation setting */
@media (max-width: 767px) {
    .table-style {
        margin-bottom: 0;
    }
}
/* mainpage setting */
.container_slide {
    width: 100%;
    margin: 0;
    padding: 0;
}
.container_slide > .fill,
.carousel-inner .item .fill {
    height: calc(100vh - 95px);
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 1170px;
    text-align: center;
}
#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: transparent;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.carousel-caption h1 {
    margin: 0;
    font-size: 63px;
    color: #fff;
    font-weight: 600;
}
.carousel-caption h1 span {
}
.carousel-caption p {
    margin: 35px 0 0;
    font-size: 19px;
    color: #fff;
    font-weight: 350;
    line-height: 1.8;
}
.carousel-control .glyphicon {
    display: none;
}
.carousel-indicators li,
.carousel-indicators li.active {
    margin: 0 4px;
    width: 11px;
    height: 11px;
}
/* 모바일 */
@media (max-width: 767px) {
    .carousel-caption {
        top: 55%;
    }
    .carousel-caption h1 {
        font-size: 44px;
    }
    .carousel-caption p {
        font-size: 14px;
    }
}
/* footer setting */
.footer_copy > div {
    padding: 40px 0;
    background: #333;
    color: #bbb;
    font-size: 13px;
}
.footer_copy ul:after {
    content: "";
    display: block;
    clear: both;
}
.footer_copy li {
    padding-right: 10px;
    margin-right: 10px;
    text-align: left;
}
.footer_copy li:last-of-type {
    border-right: none;
}
@media (max-width: 767px) {
}
/* subpage setting */
.pageheader {
    height: 250px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container {
    position: relative;
    height: 100%;
}
.pageheader h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    color: #fff;
}
.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #bbb;
}
.breadcrumb .active {
    color: #fff;
}
.subpage-content {
    padding-top: 40px;
    padding-bottom: 80px;
}
.subpage-content .emp {
    font-weight: 500;
    color: #ed1c24;
}
.subpage-content section {
    padding-bottom: 40px;
}
.subpage-content section h4 {
    position: relative;
    margin-bottom: 20px;
    font-size: 26px;
}
.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
}
@media (max-width: 767px) {
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > 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;
}

.contact-mail-layout > p {
    display: none;
}

/* ---------- 메인 ---------- */

main {
    text-align: center;
}
main > div {
    padding: 130px 0;
}
main > div > h1 {
    margin: 0 0 40px;
    font-weight: 600;
    font-size: 44px;
    color: #111;
}
.btn2 {
    display: inline-block;
    margin-top: 80px;
    width: 190px;
    padding: 13px 10px;
    background: #008de0;
    border-radius: 3px;
    font-size: 20px;
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease;
}
.btn2:hover {
    background: #246ec7;
    color: #fff;
}

/* main quick button */
.quick-link a {
    position: fixed;
    right: 5%;
    top: 25%;
    padding-top: 20px;
    width: 120px;
    height: 120px;
    background: #008de0;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    transition: 0.35s ease;
}
.quick-link a:hover {
    background: #0092e8;
}
.quick-link .fas {
    font-size: 35px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #fff;
}
.quick-link h2 {
    margin: 15px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.04em;
}

/* 모바일 */
@media (max-width: 767px) {
    main > div {
        padding: 70px 0;
    }
    .quick-link a {
        display: none;
    }
}

/* main-project */
.main-project h4 {
    margin: 0 0 70px;
    line-height: 1.75;
    font-size: 17px;
    font-weight: 350;
    color: #333;
    letter-spacing: -0.01em;
}
.main-project .item {
    padding: 40px 40px;
    background: #f6f6f6;
    text-align: center;
}
.main-project .item h3 {
    margin: 0;
    color: #111;
    font-size: 24px;
    letter-spacing: -0.01em;
}
.main-project .item p {
    margin: 20px 0 32px;
    font-size: 15px;
    color: #444;
    letter-spacing: -0.01em;
}
.main-project .item a {
    display: inline-block;
    padding: 13px 20px;
    min-width: 160px;
    background: #246ec7;
    border-radius: 3px;
    color: #fff;
}
.main-project .item a .fas {
    margin-left: 5px;
}
.main-product {
    background: #e2f3fd url(/skin/img/main/main-product-bg.png) no-repeat center;
    /* background: #dee7f3; */
}
.main-product > h1 {
    margin-bottom: 70px;
}
.main-product a {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 280px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    color: #222;
    transition: 0.36s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 3px solid #fff;
}

.main-product a:hover {
    border: 3px solid #246ec7;
}

.main-product a .icon .fas {
    font-size: 72px;
    color: #246ec7;
}
.main-product a .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.main-product a .icon h4 {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 12px 0 0;
}

.main-contact {
    background: url(/skin/img/main/main4.jpg) no-repeat center center/cover;
    background-attachment: fixed;
}
.main-contact > h1 {
    color: #fff;
    margin-bottom: 40px;
}
.main-contact .contact-wrap {
    margin: 0 auto;
}
.main-contact ul {
    margin: 0;
    color: #fff;
}
.main-contact ul li {
    display: inline-block;
    font-size: 20px;
    padding: 0;
    margin: 0 15px;
}
.main-contact ul li:before {
    content: none;
}
.main-contact .btn2 {
    margin-top: 30px;
}
/* 푸터 */
.footer-wrap * {
    font-size: 13px;
}
.footer_copy li:first-child {
    font-weight: 600;
    color: #ddd;
    margin-bottom: 8px;
}
.footer-wrap ul li span {
    margin-right: 8px;
}
.footer-wrap .copy {
    text-align: left;
    opacity: 0.5;
}

/* 모바일 */
@media (max-width: 767px) {
    .main-project h4 {
        padding: 0 15px;
    }
    .main-product a {
        width: 200px;
        height: 200px;
    }
    .main-product a .icon .fas {
        font-size: 56px;
    }
    .main-product a .icon h4 {
        font-size: 16px;
    }
    .main-product {
        background: #e2f3fd url(/skin/img/main/main-product-bg.png) no-repeat center center/cover;
    }
}

/* ---------- 서브페이지 ---------- */

/* 공통 */
.sub-top {
    position: relative;
    height: 230px;
    background: url(/skin/img/sub/sub-top1.jpg) no-repeat center center/cover;
}
.sub-top .sub-top-tit {
    margin-top: 95px;
    text-align: center;
    color: #fff;
}
.sub-top .sub-top-tit h1 {
    font-size: 39px;
    font-weight: 500;
    margin: 0;
}
.sub-top .breadcrumb {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    padding: 10px 15px;
    width: 100%;
    max-width: 1170px;
    margin: 0;
    border-radius: 0;
    text-align: right;
}
.sub-top .breadcrumb li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.sub-top .breadcrumb li.active {
    color: rgba(255, 255, 255, 0.8);
}
.sub-top .breadcrumb li:first-child:before {
    content: url(/skin/img/sub/sub_route_home.png);
    width: 17px;
    height: 15px;
    vertical-align: -3px;
}
.sub-top .breadcrumb li + li:before {
    content: ">";
    padding: 0 10px;
}
.sub-content {
    padding: 70px 15px 120px;
    text-align: center;
}
.sub-content-tit h2 {
    margin: 0;
    text-align: center;
    font-size: 44px;
    font-weight: 400;
    color: #000;
}
.sub-content-tit hr {
    border-color: #ddd;
    margin: 60px 0 60px;
}
.sec-tit {
    margin: 35px 0;
    text-align: left;
    color: #111;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.sec-tit:before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 15px;
    background: linear-gradient(to right, rgba(31, 83, 172), rgba(144, 181, 40));
}
.sec-info {
    position: relative;
    margin-bottom: 50px;
    padding: 40px 70px;
    line-height: 1.6;
    background: #f6f6f6;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.sec-info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-top: 3px solid #246ec7;
    border-left: 3px solid #246ec7;
    z-index: 1;
}
.sec-info:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-bottom: 3px solid #246ec7;
    border-right: 3px solid #246ec7;
}
section {
    margin-bottom: 100px;
}
section:last-child {
    margin-bottom: 0;
}

/* 모바일 */
@media (max-width: 767px) {
    .sub-top {
        margin-top: 87px;
    }
    .breadcrumb {
        right: 0;
    }
    section {
        margin-bottom: 70px;
    }
    .sub-content-tit h2 {
        font-size: 29px;
    }
}

/* about1 */
.about1 .sec-info {
    margin-bottom: 70px;
}
.about1 .sec1 .row > div:last-child {
    padding-left: 40px;
}
.about1 .sec1 .table-style {
    margin: 20px 0 0;
    border-top: none;
}
.about1 .sec1 .table-style tr th {
    width: 25%;
    text-align: left;
    font-size: 16px;
    position: relative;
}
.about1 .sec1 .table-style tr td {
    text-align: left;
}
.about1 .sec1 .table-style tr th,
.about1 .sec1 .table-style tr td {
    background: rgba(0, 0, 0, 0);
    vertical-align: top !important;
    padding: 17px !important;
}
.about1 .sec1 .table-style tr th:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #246ec7;
    position: absolute;
    left: 8px;
    top: 26px;
    border-radius: 50%;
}
.about1 .sec1 .table-style tr:last-child th,
.about1 .sec1 .table-style tr:last-child td {
    border-bottom: none !important;
}

/* 모바일 */
@media (max-width: 767px) {
    .about1 .sec-info {
        padding: 30px;
        font-size: 16px;
    }
    .about1 .sec1 .row > div:last-child {
        padding-left: 15px;
    }
}

/* business1 */
.business1 .sec1 > img {
    width: 85%;
}
.business1 .sec1 dl:after {
    content: "";
    display: block;
    clear: both;
}
.business1 .sec1 dl dt,
.business1 .sec1 dl dd {
    float: left;
    margin-bottom: 5px;
    padding: 20px;
    width: calc(25% - 2.5px);
}
.business1 .sec1 dl dt {
    width: calc(22% - 2.5px);
    float: left;
    padding: 18px 0 0 30px;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: left;
    min-height: 65px;
    background: #f3f3f3;
    border-radius: 5px 0 0 5px;
    color: #397bcb;
    font-weight: 500;
    font-style: italic;
}
.business1 .sec1 dl dd {
    float: left;
    margin-bottom: 5px;
    padding: 20px;
    width: calc(78% - 2.5px);
    text-align: left;
    min-height: 65px;
    margin-right: 5px;
    background: #f3f3f3;
    border-radius: 0 5px 5px 0;
}

/* 모바일 */
@media (max-width: 767px) {
    .business1 .sec1 dl dt {
        width: 100%;
        border-radius: 3px;
    }
    .business1 .sec1 dl dd {
        width: 100%;
    }
}

/* project2 */
.project2 table {
    min-width: 80%;
}

/* project 탭 */
.tab-menu {
    margin-bottom: 70px;
}
.tab-menu ul li {
    float: left;
    width: 33.3333%;
    margin-right: -1px;
}
.tab-menu ul li:nth-child(3) {
    margin-right: 0;
}
.tab-menu ul li.active a {
    background: #246ec7;
    color: #fff;
}
.tab-menu ul li a {
    display: block;
    padding: 15px 0;
    color: #222;
    border: 1px solid #ddd;
    letter-spacing: -0.01em;
    background: #fafafa;
}

/* 모바일 */
@media (max-width: 767px) {
    .tab-menu ul li {
        width: 100%;
    }
}

/* project3-1 */
.project3 .sec1 img {
    display: inline-block;
}
.project3 .sec1 ul li {
    text-align: left;
    margin: 9px 0;
    font-size: 15px;
    letter-spacing: -0.01em;
    color: #666;
    position: relative;
    padding-left: 18px;
}
.project3 .sec1 ul li:before {
    content: "\f058";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 2px;
    color: #246ec7;
}
.project3 .sec1 ul li b {
    display: block;
    letter-spacing: -0.02em;
    color: #111;
    font-weight: 600;
    font-size: 16px;
}
.project3 .sec2 {
    padding: 40px;
    border: 1px solid #ddd;
}
.project3 .sec2 .item:first-child {
    margin-bottom: 70px;
}
.project3 .sec2 h5 {
    margin: 8px 0 20px;
    padding: 12px 0;
    background: #888;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
}
.project3 .sec2 ul li {
    text-align: left;
    font-size: 15px;
    letter-spacing: -0.015em;
    color: #666;
    position: relative;
    list-style: none !important;
    margin-left: 0;
    padding-left: 15px;
}
.project3 .sec2 ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 10px;
}
.project3 .sec2 dl dt {
    letter-spacing: -0.03em;
    color: #0eae54;
    font-weight: 500;
}
.project3 .sec2 dl dd {
    font-size: 15px;
}

/* 모바일 */
@media (max-width: 767px) {
    .project3 .sec1 img {
        width: 40%;
    }
    .project3 .sec2 {
        padding: 15px;
    }
}

/* product1 */
.product .sec1 .item + .item {
    margin-top: 110px;
}
.product .sec1 .item h4 {
    padding: 10px;
    margin: 0 0 40px 0;
    background: #ebebeb;
}
.product .sec1 .item > img {
    max-width: 80%;
}
.product .sec1 dl {
    height: 470px;
}
.product .sec1 dl dt {
    padding: 10px;
    background: #65676b;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-weight: 500;
}
.product .sec1 dl dd {
    padding: 7px;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    font-size: 15px;
    letter-spacing: -0.01em;
    color: #555;
}
.product .sec1 dl dd:last-child {
    border-bottom: 1px solid #d8d8d8;
}

/* product2 */
.product2 .table-style tr td {
    text-align: left;
    padding-left: 30px !important;
}

/* 모바일 */
@media (max-width: 767px) {
    .product .sec1 dl {
        height: auto;
    }
}

/* 슬라이드 부분 */
.slide-style .col-sm-6,
.product .sec2 .col-sm-6 {
    margin-bottom: 60px;
}
.slide-style .col-sm-6 h4,
.product .sec2 .col-sm-6 h4 {
    margin: 0;
    padding: 15px 15px 0px;
    letter-spacing: -0.01em;
    color: #111;
}
.slide-style .carousel-caption,
.product .sec2 .carousel-caption {
    transform: none;
    text-shadow: none;
    text-align: center;
    width: 100%;
    left: 0 !important;
    right: auto;
    top: 0;
    bottom: auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 6px;
}
.slide-style .carousel-caption p,
.product .sec2 .carousel-caption p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
}
.slide-style .slide,
.product .sec2 .slide {
    background: #eee;
}
.slide-style .slide .item,
.product .sec2 .slide .item {
    padding: 70px 30px 50px;
}
.slide-style .slide .carousel-indicators,
.product .sec2 .slide .carousel-indicators {
    bottom: 15px !important;
    margin-bottom: 0;
}
.slide-style .carousel-indicators li,
.product2 .sec3 .carousel-indicators li,
.product .sec2 .carousel-indicators li {
    background: rgba(0, 0, 0, 0.3);
    border: none;
    width: 10px;
    height: 10px;
    margin: 0 3px;
}
.slide-style .carousel-indicators li.active,
.product2 .sec3 .carousel-indicators li.active,
.product .sec2 .carousel-indicators li.active {
    background: #246ec7;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* 모바일 */
@media (max-width: 767px) {
    .slide-style .col-sm-6:last-child,
    .product .sec2 .col-sm-6:last-child {
        margin-bottom: 0;
    }
    .slide-style .carousel-indicators li,
    .product2 .sec3 .carousel-indicators li,
    .product .sec2 .carousel-indicators li {
        width: 13px;
        height: 13px;
        margin: 0 5px;
    }
}

/* product2 */
.product2 .sec1 table {
    width: 100%;
}
.product2 .sec1 table th {
    font-size: 16px;
}
.product2 .sec1 table dt,
.product2 .sec1 table dd {
    font-size: 14px;
}
.product2 .sec1 table dd:before {
    content: "- ";
}

.product2 .sec3 .slide {
    background: #eee;
}
.product2 .sec3 .carousel-indicators {
    bottom: 5px;
}
.product2 .sec3 .carousel-caption {
    left: 0;
    bottom: auto;
    top: 0;
    text-align: left;
    transform: none;
    width: 100%;
}
.product2 .sec3 .carousel-caption p {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 1.4;
    padding: 17px;
    font-size: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0;
    text-shadow: none;
    font-weight: 400;
}
.product2 .sec3 .slide .item {
    padding: 90px 0 60px;
}
.product2 .sec3 .carousel-inner .item img {
    height: 550px;
}

/* 모바일 */
@media (max-width: 767px) {
    .product2 .sec3 .carousel-inner .item img {
        height: auto;
    }
}

/* 슬릭 슬라이드 */
.product2 .sec4 .slick-slider {
    background: #eee;
    padding: 10px 0px;
}
.slick-slider {
    border: none;
}
.product2 .slick-track,
.product2 .slick-slide {
    height: 330px !important;
}
.product2 .slick-slide {
    padding: 10px;
}
.slick-prev {
    left: -45px;
}
.slick-prev::before,
.slick-next::before {
    color: #777 !important;
    font-size: 40px;
}

/* 모바일 */
@media (max-width: 767px) {
    .product2 .sec4 .slick-slider {
        height: 32vh;
    }
    .product2 .sec4 .slick-slider .slick-prev {
        width: 40px;
        height: 40px;
        left: 0;
        z-index: 100;
    }
    .product2 .sec4 .slick-slider .slick-next {
        width: 40px;
        height: 40px;
        right: 0;
        z-index: 100;
    }
}

/* 탭 */
.nav-tabs {
    margin-bottom: 40px;
    border-bottom: 2px solid #246ec7;
}
.nav-tabs > li > a {
    font-size: 16px;
    letter-spacing: -0.02em;
    padding: 15px 32px;
    background: #fafafa;
    margin: 0;
    border: 1px solid #d8d8d8;
    border-bottom: 2px solid #246ec7;
    color: #666;
    margin-bottom: -1px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-radius: 0;
    border: 2px solid #246ec7;
    border-bottom: 1px solid #fff;
    color: #246ec7;
    font-weight: 500;
}
.nav-tabs > li > a:hover {
    border: 1px solid #d8d8d8;
    border-bottom: 2px solid #246ec7;
}

/* 모바일 */
@media (max-width: 767px) {
    .nav-tabs {
        border-bottom: none;
    }
    .nav-tabs > li {
        width: 100%;
    }
    .nav-tabs > li > a {
        margin-bottom: 1px;
        border-bottom: 1px solid #d8d8d8;
    }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        border-bottom: 2px solid #246ec7;
    }
    .tab-pane > .row > div {
        float: left;
        width: 50%;
    }
    .tab-pane > .row > div:after {
        content: "";
        clear: both;
        display: block;
    }
}

/* 온라인 문의 */
#contact-mail {
    padding-bottom: 0;
}
#mailForm {
    margin: 0px auto 60px;
    padding: 0 15px 70px;
}
#mailForm .form-group {
    margin: 0;
    padding: 25px 35px;
    background: #f8f8f8;
    border-bottom: 1px solid #e1e1e1;
}
#mailForm .form-group:first-child {
    border-top: 2px solid #333;
}

#mailForm .form-group:nth-child(5) {
    background: none;
    border: none;
    padding: 30px 25px;
}
#mailForm .form-group label {
    width: 15%;
    float: left;
    margin: 10px 0 0;
}
#mailForm .form-group input.form-control,
#mailForm .form-group textarea.form-control {
    width: 85%;
    max-width: 935px;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#mailForm .form-group input.form-control {
    height: 40px;
}
#mailForm .form-group p.error,
#mailForm .form-group ~ p.error {
    margin: 0;
    color: #1b2c54;
    font-size: 12px;
}
#mailForm .form-group ~ p.error {
    padding-left: 35px;
    margin: -15px 0 0;
}
#mailForm .form-group .checkbox {
    margin: -8px 0 0;
}
#mailForm .form-group .checkbox label {
    width: 100%;
    margin: 0;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 190px;
    height: 54px;
    margin: 20px auto 0;
    padding: 13px 0;
    background: #008de0;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease;
    border: none;
}

input[type="button"].btn-block:hover,
input[type="reset"].btn-block:hover,
input[type="submit"].btn-block:hover {
    background: #246ec7;
}

@media screen and (max-width: 991px) {
    #mailForm .form-group input.form-control,
    #mailForm .form-group textarea.form-control {
        max-width: 567px;
    }
}
@media screen and (max-width: 767px) {
    #mailForm .form-group {
        padding: 20px 15px;
    }
    #mailForm .form-group label {
        width: 19%;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: -0.05em;
    }
    #mailForm .form-group input.form-control,
    #mailForm .form-group textarea.form-control {
        width: 80%;
    }
    #mailForm .form-group ~ p.error {
        padding-left: 15px;
        margin: 0;
    }
    input[type="button"].btn-block,
    input[type="reset"].btn-block,
    input[type="submit"].btn-block {
        margin-top: 80px;
    }
}

#mod_type_formForm .q_number:first-child {
    border-top: 2px solid #333;
}
#mod_type_formForm .fa-square {
    display: none;
}
#mod_type_formForm .q_number {
    all: unset;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 10fr);
    margin: 0px;
    padding: 25px 35px;
    background: rgb(248, 248, 248);
    border-bottom: 1px solid rgb(225, 225, 225);
}
#mod_type_formForm .q_number div h3 {
    margin-top: 10px;
    font-size: 14px;
}
#mod_type_formForm .q_number div h3 .text-danger {
    display: none;
}
#mod_type_formForm .q_number input {
    margin-bottom: 0;
}
#mod_type_formForm .q_number:nth-child(3) {
    display: none;
}
#mod_type_formForm .q_number:nth-child(4) .col-sm-12:nth-child(2),
#mod_type_formForm .q_number:nth-child(5) .col-sm-12:nth-child(2),
#mod_type_formForm .q_number:nth-child(6) .col-sm-12:nth-child(2) {
    display: none;
}
#mod_type_formForm .btn {
    float: unset !important;
    display: block;
    width: 190px;
    height: 54px;
    margin: 20px auto 0;
    padding: 13px 0;
    background: #008de0;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease;
    border: none;
}
#mod_type_formForm .btn .fa-check {
    display: none;
}
#mod_type_formForm .q_number textarea {
    height: 200px;
}
/* 오시는 길 */
.contact1 {
    text-align: left;
}
.location-li {
    border-top: 2px solid #444;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
    font-size: 15px;
    color: #666;
}
.location-li span {
    position: relative;
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #000;
}
.location-li span:before {
    content: "";
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
    transform: translateY(-50%);
    left: -10px;
}
@media (max-width: 767px) {
    .location-li span {
        display: block;
    }
}
.location-li span i {
    margin-right: 5px;
    color: #ed1c24;
}
