@charset "utf-8";
@import url("/skin/notokr/notokr.css");

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
    padding-top: 105px;
}

.body-layout.modal-open {
    padding-right: 0 !important;
}

@media (max-width: 768px) {
    .body-layout.kor {
        padding-top: 151px;
        /* padding-top: 102px; */
    }
    .body-layout.eng {
        padding-top: 168px;
    }
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "NanumGothic", "NanumBarunGothic", "Malgun Gothic", sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

.navbar-inverse {
    background-color: #fff;
    border: none;
    margin-bottom: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

.navbar-inverse .navbar-brand {
    padding: 0 15px;
    margin-top: 10px;
    color: #333;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #333;
}

.navbar-brand img {
    margin-top: 0;
    height: 40px;
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 25px 25px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.03em;
        color: #333;
        -webkit-text-shadow: none;
        text-shadow: none;
    }

    .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: #0059aa;
    }
}

@media screen and (min-width: 768px) {
    .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: #fff;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        padding: 8px 0 15px;
    }

    .divider-vertical + li .dropdown-menu {
        left: auto;
        right: 0;
    }
}

.dropdown-menu > li > a {
    padding: 5px 25px;
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #0059aa;
    text-decoration: underline;
}

/* 메뉴 상단 */
.lang-wrap .lang.active {
    font-weight: 600;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    margin-top: -30px;
    background: #f6f6f6;
    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 {
    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: #0059aa;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #0059aa;
    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: #444;
}

.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;
    }
}

/*Formmail*/
#mailForm {
    max-width: 860px;
    margin: 0px auto 0;
    padding: 0 15px;
}

#mailForm label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #333;
    margin: 0 0 10px;
}

#mailForm .form-group:after {
    content: "";
    clear: both;
    display: block;
}

#mailForm .checkbox label {
    font-weight: 400;
    font-size: 14px;
    color: #666;
}

#mailForm .form-control {
    border-radius: 0;
    border-color: #e0e0e0;
    height: auto;
    padding: 8px 12px;
}

#mailForm .form-control:focus {
    border-color: #0059aa;
    box-shadow: none;
}

#mailForm .btn-primary {
    border-radius: 0;
    width: 180px;
    padding: 15px 0;
    font-size: 14px;
    border: none;
    background: #0059aa;
    margin: 40px auto 0;
    float: none;
    transition: all ease 0.3s;
}

#mailForm .btn-primary:hover,
#mailForm .btn-primary:focus {
    background: #444;
}

.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout + .row,
.bbs-blog-view-layout + .row,
#mod_type_formForm {
    visibility: hidden;
}

/* personal setting 0.61v */
/* 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;
}

.mv-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.mv-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.mv-60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
}

.mg-0 {
    margin: 0 !important;
}

.pd-0 {
    padding: 0 !important;
}

@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 #e0e0e0;
}

.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 13px !important;
    color: #444 !important;
    font-weight: 500;
}

/* 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: #0059aa;
}

/*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 #0059aa;
    margin: 30px 0 0;
}

.location-li li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    color: #666;
}

.location-li span {
    display: table-cell;
    margin-right: auto;
    width: 20%;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
    vertical-align: top;
}

.location-li span i {
    margin-right: 8px;
    color: #0059aa;
}

.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: #0059aa;
    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%;
    }

    .location-li li span {
        width: 33%;
    }
}

/* component */
.card {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-top: 2px solid #0059aa;
    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: #0059aa;
}

.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;
    background: #f5f5f5;
}

.greet .quote,
.subpage-content p.quote {
    margin: 30px 0;
    font-size: 26px;
    font-weight: 300;
    color: #555;
    line-height: 1.2;
}

.subpage-content p span.desc {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

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 #333;
    border-bottom: 1px solid #e0e0e0;
}

.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 #e0e0e0;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #333;
    background: #f6f6f6;
    padding: 15px 15px;
}

.dh-board > .table-hover td {
    border-bottom: 1px solid #e0e0e0;
    color: #666;
}

.dh-board > .table-hover th,
.dh-board > .table-hover td {
    padding: 15px;
}

.dh-board > .table-hover .subject a {
    font-weight: 400;
    color: #666;
}

.table-hover > tbody > tr:hover {
    background: #fff;
}

.dh-board .table-hover tbody tr td strong a:hover {
    color: #0059aa;
    text-decoration: underline;
}

.dh-margin-top {
    margin-top: 30px;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 50% !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #666 !important;
    font-size: 16px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 38px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #e0e0e0;
    font-size: 13px;
}

.pagination > li:last-child > a {
    margin-left: 20px;
}

.pagination > li:first-child > a {
    margin-right: 20px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #0059aa;
    background: #0059aa !important;
    font-weight: 600;
    color: #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .btn {
    border-color: #e0e0e0;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #e0e0e0;
}

#insertForm .input-group #btnNew {
    background: #444;
    border: 1px solid #444;
    color: #fff;
}

.dh-view-box {
    margin: 0;
}

.dh-view-box > .row > .page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #e0e0e0;
    background: #f6f6f6;
    margin: 0;
    padding: 15px 20px;
}

.dh-view-box > .row > .page-header > h4 {
    font-size: 22px;
    letter-spacing: -0.03em;
    margin: 0;
}

.dh-view-box > .row > .dh-view-info {
    background: #fff;
    opacity: 0.6;
}

.bbs-list-view-layout + .row {
    margin-bottom: 70px;
}

.bbs-list-view-layout + .row > .col-md-12 {
    max-width: 1170px;
    margin: 0 auto 0;
    float: none;
    padding: 0 15px;
}

.bbs-list-view-layout + .row > .col-md-12 .page-header {
    border-bottom: none;
    margin: 40px 0 15px;
    padding-bottom: 0;
}

.bbs-list-view-layout + .row > .col-md-12 .page-header h4 {
    margin: 0;
    font-size: 16px;
}

.dh-comments {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e0e0e0;
}

.dh-comments div.panel-body {
    color: #666;
    font-size: 14px;
    letter-spacing: -0.03em;
}

.dh-comments .panel-body em {
    color: #aaa;
    font-size: 13px;
}

.dh-comments .btn-group {
    margin: 0;
}

#commentForm .btn-default {
    max-width: 110px;
    margin: 10px 0 0;
    float: right;
    background: #fff;
    border: 1px solid #ddd;
}

#commentForm .btn-default:hover {
    border-color: #bbb;
    background: #fff;
}

.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 100%;
}

.label-default {
    color: #777;
}

.label-danger {
    color: #f15454;
}

.label-primary {
    color: #427afb;
}

.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #0059aa;
}

.table-style tr th,
.table-style tr td {
    padding: 12px 10px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f6f6f6;
    border-bottom: 1px solid #ccc !important;
}

.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: #0059aa;
}

.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 #0059aa;
    border-radius: 50%;
    background: #fff;
}

/* personal setting 0.61v end */
/* navigation setting */
.menu-top {
    padding-top: 10px;
}

.menu-top ul {
    display: inline-block;
    margin: 0;
}

.menu-top ul:after {
    content: "";
    display: block;
    clear: both;
}

.menu-top ul li {
    float: left;
    margin-right: 15px;
    color: #444;
    font-size: 13px;
    letter-spacing: -0.03em;
}

.menu-top ul li a {
    color: #444;
}

.menu-top ul li a:hover,
.menu-top ul li a:focus {
    text-decoration: underline;
}

.menu-top ul li i {
    margin-right: 5px;
}

.menu-top ul li.icon i {
    font-size: 17px;
}

.menu-top ul li.icon i:hover {
    color: #666;
}

.lang-wrap {
    float: right;
}

.lang-wrap .lang {
    padding: 0;
    margin-left: 10px;
    background: #fff;
    border: none;
}
.lang-wrap .lang:first-child{margin-left: 0;}
@media (max-width: 767px) {
    .menu-top {
        padding-top: 40px;
    }
    .menu-top ul li {
        font-size: 11px;
    }
    .menu-top ul .sns {
        top: 7px;
        left: 10px;
        position: absolute;
        z-index: 100;
    }
    /* .menu-top ul .sns li {
        margin-right: 8px;
    } */
    .menu-top ul li.icon i {
        font-size: 14px;
    }
    .lang-wrap {
        top: 0;
        right: 0;
        width: 100%;
        position: absolute;
        padding: 6px 10px;
        font-size: 12px;
        text-align: right;
        background: #eee;
    }
    .lang-wrap .lang {
        background: transparent;
    }
    /* .menu-top ul {
        display: none;
    } */
}

/* mainpage setting */
.container_slide {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
}

#myCarousel {
    /* width: 1537px; */
    width: 100%;
    margin: 0 auto;
}

.container_slide > .fill,
.carousel-inner .item .fill {
    height: 680px;
}

.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: left;
}

#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: 42px;
    color: #fff;
    font-weight: 400;
}

.carousel-caption p {
    margin: 20px 0 0;
    font-size: 20px;
    color: #fff;
}

.carousel-control {
    width: 8%;
    transition: all ease 0.3s;
    opacity: 0;
}

.fill:hover .carousel-control {
    opacity: 0.6;
}

.carousel-control.left {
    background: url(/skin/img/slide/arrow_prev.png) no-repeat center;
}

.carousel-control.right {
    background: url(/skin/img/slide/arrow_next.png) no-repeat center;
}

.carousel-control .glyphicon {
    display: none;
}

.carousel-indicators {
    margin-bottom: 0;
    bottom: 15px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    background: #9ea09f;
    border: none;
    margin: 0 5px;
}

.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #1062b0;
}

.main-link .row {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 120px 0 80px;
    text-align: center;
}

.main-link a {
    display: block;
    color: #555;
    transition: all 0.3s ease;
}

/* .main-link .col-sm-4:after{
    content:'';
    display:block;
    width:1px;
    height:80px;
    background:#ddd;
    margin-top:-10px;
    position:absolute;
    right:0;
    top:50%;
    transform:translatey(-50%);
} */
.main-link .col-sm-4:last-child:after {
    display: none;
}

.main-link i {
    margin-bottom: 10px;
    font-size: 80px;
}

/* .main-link a:hover{
    transform:translatey(-5px);
    color:#0059aa;
} */

.main-link a p {
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 0;
    letter-spacing: -0.03em;
    display: inline-block;
    position: relative;
}

.main-link a p:after {
    content: "";
    width: 0;
    height: 1px;
    background: #555;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease 0.3s;
}

.main-link a:hover p:after {
    width: 100%;
}

.main-intro {
    padding: 40px 0;
    position: relative;
    text-align: center;
    /* color: #fff; */
    /* background: #000; */
}

/* .main-intro:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url(/skin/img/main/m-intro.jpg) no-repeat center / cover;
    opacity:0.25;
    z-index:0;
} */
.main-intro h4 {
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: -0.03em;
    font-weight: 400;
}

.main-intro p {
    position: relative;
    z-index: 1;
    font-size: 19px;
    letter-spacing: -0.03em;
    line-height: 1.8;
    font-weight: 300;
}

.main-product, .main-video {
    padding: 100px 0;
}

.main-content .title h3 {
    margin-top: 0;
    margin-bottom: 70px;
    text-align: center;
    font-size: 32px;
    letter-spacing: -0.04em;
    color: #0068bf;
}

.main-content .title h3:before,
.main-content .title h3:after {
    content: "[";
    display: inline-block;
    padding: 0 13px;
}

.main-content .title h3:after {
    content: "]";
}

/* .main-content .title h3:before{
    content:'';
    display:block;
    width:80px;
    height:4px;
    background:#0059aa;
    margin:0 auto 10px;
} */
.main-product a {
    display: block;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
    background: #fff;
    padding: 15px;
}

.main-product a:hover {
    box-shadow: 10px 10px 13px rgba(0, 0, 0, 0.13);
}

.main-product a:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 3px solid rgba(0, 0, 0, 0);
    transition: all ease 0.3s;
}

.main-product a:hover:after {
    border-color: #0068bf;
}

.main-product a img {
    transition: all ease 0.3s;
}

/* .main-product a:hover{
    transform:scale(1.1);
    box-shadow:0 0 10px rgba(0,0,0,0.2);
} */
.img-wrap {
    margin: 0 -2px;
}

.img-wrap > div {
    padding: 2px;
}

#export01 section:not(.se6) .img-wrap > div {
    padding-bottom: 15px;
}

.main-buy {
    padding: 60px 0 120px;
}

.main-buy .card {
    padding: 50px 30px 20px;
    min-height: 220px;
    border: none;
    background: #eeefef;
}

.main-buy .card h5 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    padding: 5px 0;
    font-size: 20px;
    width: 250px;
    color: #fff;
    text-align: center;
    background: #0962af;
}

.main-buy ul {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}

.main-buy .card li {
    display: table;
}

.main-buy .card li span {
    /* display:inline-block; */
    display: table-cell;
    width: 80px;
}

.main-global {
    padding-bottom: 100px;
}

.main-refer .img-wrap {
    margin: 0 -1px;
}

.main-refer .img-wrap > div {
    padding: 1px;
}

.img-wrap .img-box {
    position: relative;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*
.main-refer .img-wrap{
    margin:0;
}
.main-refer .img-wrap > div{
    padding:0;
}
*/
div[id^="export"] .se6 .img-box,
div[id^="product"] .se6 .img-box,
.main-refer .img-box {
    cursor: pointer;
}

div[id^="export"] .se6 .img-box:after,
div[id^="product"] .se6 .img-box:after,
.main-refer .img-box:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    transition: all ease 0.3s;
}

div[id^="export"] .se6 .img-box:hover:after,
div[id^="product"] .se6 .img-box:hover:after,
.main-refer .img-box:hover:after {
    background: rgba(0, 0, 0, 0.55);
}

.modal.in .modal-dialog {
    margin: 80px auto 0;
}

.modal-content {
    border: none;
    border-radius: 0;
}

.modal-content .modal-body {
    padding: 55px 55px;
}

.modal-content .close {
    text-shadow: none;
    font-size: 30px;
    opacity: 1;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-content .close span {
    display: block;
    line-height: 1;
    margin-top: -4px;
}

@media (max-width: 767px) {
}

/* footer setting */
.footer_copy > div {
    padding: 40px 0px;
    background: #333;
    color: #bbb;
    font-size: 13px;
}

.footer_copy ul:after {
    content: "";
    display: block;
    clear: both;
}

.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 6px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1;
}

.footer_copy li:last-of-type {
    border-right: none;
}

.footer_copy .text-right li {
    float: none;
    display: inline-block;
    margin: 0;
    width: 60px;
    border: none;
}

.footer_copy .text-right img {
    width: 50px;
}

.copy {
    margin: 0;
    opacity: 0.6;
}

@media (max-width: 767px) {
}

/* subpage setting */
.pageheader {
    height: 300px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}

#about01 .pageheader {
    background: #000 url(/skin/img/sub/greet-top.jpg) no-repeat center / cover;
}

#about02 .pageheader {
    background: #000 url(/skin/img/sub/cert-top.jpg) no-repeat center / cover;
}

#about03 .pageheader {
    background: #000 url(/skin/img/sub/location-top.jpg) no-repeat center / cover;
}

div[id^="product"] .pageheader {
    background: #000 url(/skin/img/sub/product-top.jpg) no-repeat center / cover;
}

#inquiry .pageheader {
    background: #000 url(/skin/img/sub/inquiry-top.jpg) no-repeat center / cover;
}

#notice .pageheader {
    background: #000 url(/skin/img/sub/notice-top.jpg) no-repeat center / cover;
}

#center01 .pageheader {
    background: #000 url(/skin/img/sub/center-top.jpg) no-repeat center / cover;
}

#pr .pageheader {
    background: #000 url(/skin/img/sub/pr-top.jpg) no-repeat center / cover;
}

div[id^="export"] .pageheader {
    background: #000 url(/skin/img/sub/expo-top.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: 52px;
    color: #fff;
    letter-spacing: -0.02em;
}

.breadcrumb {
    margin: 10px 0 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    text-align: right;
    color: #fff;
}

.breadcrumb > li + li:before {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb .active {
    color: #fff;
    font-weight: 600;
}

.subpage-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.subpage-content .emp {
    font-weight: 500;
    color: #0059aa;
}

.subpage-content section {
    padding-bottom: 140px;
}

.subpage-content section h4 {
    position: relative;
    margin-bottom: 20px;
    font-size: 28px;
    color: #333;
    letter-spacing: -0.03em;
}

#about01 .subpage-content section h4 {
    text-align: center;
}

.subpage-content section h4 small {
    font-size: 15px;
    margin-left: 10px;
    display: inline-block;
}

.subpage-content section h5 {
    margin: 0 0 20px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.subpage-content .title h3 {
    margin: 0 0 60px;
    text-align: center;
    color: #222;
    font-size: 40px;
    letter-spacing: -0.02em;
}

.subpage-content p {
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.8;
}

/*subpage about*/
/* .greet h5{
    padding-left:10px;
    border-left:4px solid #0059aa;
} */
.subpage-content p.quote {
    font-weight: 400;
    color: #0059aa;
}

.subpage-content .small-quote {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    letter-spacing: -0.04em;
    line-height: 1.7;
}

#about01 .se1 {
    background: url(/skin/img/sub/about01-bg.png) no-repeat center bottom;
    margin-bottom: 100px;
}

#about01 .greet {
    /*    max-width: 860px;*/
    margin: 0 auto;
    padding: 20px 0 30px;
}

.greet .left-con img {
    margin-top: 0px;
}

.greet h5 {
    padding-top: 8px;
}

.greet p {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1.4;
    word-break: break-all;
    text-align: justify;
}

.greet p.quote {
    margin-top: 0;
    color: #555;
}

.greet p.quote span {
    font-size: 1.3em;
    color: #0059aa;
}

.greet p.name {
    margin-top: 30px;
    font-size: 20px;
    text-align: right;
}

.greet p.name span {
    margin-right: 15px;
    color: #0059aa;
    font-weight: 500;
}

.greet p.name img {
    margin-left: auto;
}

.subpage-content .quote-mark {
    margin: 30px 0;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #0059aa;
}

.subpage-content .quote-mark:before,
.subpage-content .quote-mark:after {
    content: "\f10d";
    font-family: "fontawesome";
    display: inline-block;
    margin: 0 10px;
}

.subpage-content .quote-mark:after {
    content: "\f10e";
}

.subpage-content .policy-des {
    line-height: 2;
    font-size: 18px;
    color: #777;
    text-align: center;
}

.value-wrap {
    text-align: center;
}

.value-wrap .circle {
    position: relative;
    margin-bottom: 20px;
    height: 200px;
}

.value-wrap .circle span {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    font-size: 26px;
    color: #fff;
}

.value-wrap .v1 .circle {
    background: url(/skin/img/sub/value1.png) no-repeat center / contain;
}

.value-wrap .v2 .circle {
    background: url(/skin/img/sub/value2.png) no-repeat center / contain;
}

.value-wrap .v3 .circle {
    background: url(/skin/img/sub/value3.png) no-repeat center / contain;
}

.value-wrap .v4 .circle {
    background: url(/skin/img/sub/value4.png) no-repeat center / contain;
}

.subpage .value-wrap h5 {
    font-size: 26px;
    line-height: 1.2;
}

.value-wrap h5 small {
    display: block;
    font-weight: 500;
    color: inherit;
}

.value-wrap .v1 h5 {
    color: #e84618;
}

.value-wrap .v2 h5 {
    color: #f5ab21;
}

.value-wrap .v3 h5 {
    color: #0962af;
}

.value-wrap .v4 h5 {
    color: #4b7434;
}

.subpage .value-wrap p {
    font-size: 16px;
}

#about01 .se2 .quote-box {
    text-align: center;
    background: rgba(0, 0, 0, 0);
    max-width: 860px;
    margin: 0 auto;
    padding: 30px 0 60px;
    position: relative;
}

#about01 .se2 .quote-box p {
    font-size: 18px;
    color: #222;
    line-height: 1.9;
    margin: 0;
}

#about01 .se2 .quote-box:after {
    width: 1px;
    height: 40px;
    background: #0059aa;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
}

#about01 .se2 p.quote {
    line-height: 2;
    text-align: center;
    font-size: 26px;
    letter-spacing: -0.04em;
    color: #222;
    margin: 20px 0 40px;
}

#about01 .se2 p.quote span {
    color: #19994f;
}

#about01 .se2 p.quote span:first-child {
    color: #0059aa;
}

#about01 .se2 p.quote span:last-child {
    color: #f87f0a;
}

#about03 .location-wrap h4 {
    width: 200px;
    margin: 0 auto 70px;
    padding: 5px 0;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: #0059aa;
}

#about03 .location-wrap img {
    margin-bottom: 20px;
}

.policy-li {
    text-align: center;
    margin: 0;
}

.policy-li li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 15px 90px;
    font-size: 20px;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #333;
    background: #f3f3f3;
    border-radius: 50px;
}

/* .policy-li li:after{
    content:'';
    display:block;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#ddd;
    position:absolute;
    right:-40px;
    top:50%;
    transform:translatey(-50%);
}
.policy-li li:last-child:after{
    display:none;
} */
.cert-wrap .img-caption {
    line-height: 1.3;
    min-height: 70px;
}

.cert-wrap > div {
    padding: 0 10px;
}

/*subpage product*/
.subpage-content .title h3.prod-title {
    margin-bottom: 20px;
    /* font-size:50px;
    font-weight:bold;
    text-align:left; */
}

.subpage-content .title h3.prod-title small {
    font-size: 24px;
    display: block;
    margin-top: 15px;
    color: #555;
}

.subpage-content .title p {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #0068bf;
    text-align: center;
}

.prod-view {
    padding: 0px 25px;
    margin: 20px 0;
}

div[id^="product"] .se1 h4 {
    text-align: center;
}

div[id^="product"] .se1 h4:before {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    margin: 0 auto 10px;
    background: #0962af;
}

div[id^="product"] .se3 img {
    border: 1px solid #1c3563;
}
div[id^="product"] .se3 .al-img img{border: 0;padding-bottom: 20px;}

.prod-view .left-con {
    position: relative;
}

.prod-view .left-con:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.2;
    background: url(/skin/img/sub/prod-bg.png) no-repeat center / cover;
}

div[id^="export"] .prod-view .left-con:before {
    opacity: 1;
    background: url(/skin/img/sub/expo-bg.png) no-repeat center / cover;
}

.prod-view .right-con ul {
    margin: 0;
    text-align: center;
}

.prod-view .right-con li {
    display: inline-block;
    width: 120px;
    margin: 0 10px;
}
.prod-view .right-con li.clearfix{
    width: 100%;
    display: block;
}
#export02 .prod-view .right-con li {
    width: 105px;
}

.prod-view .right-con .circle {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ddd;
    overflow: hidden;
}

.prod-view .right-con .circle.on:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0962af;
    opacity: 0.5;
}

/*
.prod-view .right-con li img {
    border: 2px solid rgba(255, 255, 255, 0);
}
.prod-view .right-con li img.on {
    border-color: #0059aa;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
*/
.small-quote {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #777;
}

.li-check li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
}

.li-check li:before {
    content: "\f00c";
    font-family: "fontawesome";
    position: absolute;
    left: 0;
    top: 0;
    color: #0068bf;
}

.prod-menu.mini-menu {
    margin: 0 -3px;
}

.prod-menu.mini-menu > div {
    padding: 3px;
}

.prod-menu a {
    display: block;
    margin-bottom: 30px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    background: #fff;
}

.prod-menu a:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid rgba(0, 0, 0, 0);
    transition: all ease 0.3s;
}

.prod-menu a:hover:after {
    border-color: #0068bf;
}

.prod-menu a img {
    transition: all ease 0.3s;
}

.prod-menu a:hover img {
    opacity: 0.7;
}

div[id^="product"] .se3 .img-caption {
    padding: 0 50px;
    min-height: 50px;
}

@media (max-width: 767px) {
}

/* mod form */
#mod_type_formForm {
    max-width: 850px;
    margin: 0 auto 60px;
}

.q_number {
    margin-bottom: 25px;
}

.q_number div h3 {
    font-size: 18px;
    color: #333;
    margin: 0 0 5px !important;
    display: block;
    font-weight: 700 !important;
}

.q_number div h3 i {
    display: none;
}

.q_number .form-control {
    border-radius: 2px;
    margin-bottom: 0px;
}

#mod_type_formForm .btn-primary {
    width: 160px;
    margin-left: 10px;
    color: #fff;
    background-color: #0059aa;
    text-align: center;
    font-size: 16px;
    padding: 14px 0;
    font-weight: 600;
    border-radius: 2px;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    right: auto !important;
    float: none !important;
}

#mod_type_formForm .btn-wrap {
    float: none !important;
    margin: 10px 0 0;
    padding: 0 !important;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    padding-top: 0;
}

.form-horizontal .checkbox label,
.form-horizontal .radio label {
    font-size: 13px;
    margin-right: 13px;
    padding-left: 20px;
}

.form-horizontal .checkbox label input,
.form-horizontal .radio label input {
    margin-top: 4px;
}

.dh-popup p.dh-close-btn {
    border-bottom: none;
    letter-spacing: -0.03em;
}

.root_daum_roughmap {
    width: 100% !important;
}

.down-wrap a img {
    display: block;
    border: 4px solid #f5f5f5;
}

.down-wrap a:hover img {
    border: 4px solid #0068bf;
}

.down-wrap a .img-caption {
    margin-bottom: 20px;
    font-size: 16px !important;
}

.down-wrap a:hover .img-caption {
    text-decoration: underline;
    color: #0068bf !important;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        margin-bottom: 20px;
    }

    .navbar-toggle {
        top: 10px;
        border: none !important;
        background: transparent !important;
    }

    .navbar-toggle .icon-bar {
        background: #333 !important;
    }

    .container_slide > .fill,
    .carousel-inner .item .fill {
        height: 50vw;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background: #0059aa;
    }

    .navbar-nav .open .dropdown-menu,
    .navbar-nav > li > .dropdown-menu {
        background: #f5f5f5;
    }

    .carousel-control {
        display: none;
    }

    .main-link .row {
        width: 100%;
        padding: 40px 0;
    }

    .main-link img {
        height: 60px;
    }

    .main-link a p {
        font-size: 15px;
    }

    .main-intro h4 {
        font-size: 24px;
    }

    .main-intro p {
        font-size: 16px;
    }

    .main-product {
        padding: 40px 0;
    }

    .main-content .title h3 {
        font-size: 28px;
    }

    .main-buy .card {
        margin-bottom: 50px;
    }

    .main-buy .card li {
        position: relative;
        padding-left: 80px;
    }

    .main-buy .card li span {
        position: absolute;
        left: 0;
        top: 0;
    }

    .footer_copy li {
        border: none;
    }

    .copy {
        margin-bottom: 10px;
    }

    .pageheader {
        height: 180px;
    }

    .pageheader h2 {
        font-size: 34px;
        white-space: nowrap;
    }

    .subpage-content {
        padding: 50px 0;
    }

    .subpage-content section {
        padding-bottom: 60px;
    }

    .greet .left-con img {
        width: 180px;
        margin-bottom: 30px;
    }

    .greet p.quote {
        font-size: 20px;
    }

    .greet p.name img {
        margin-top: 10px;
    }

    .subpage-content .policy-des {
        font-size: 16px;
    }

    .value-wrap .circle {
        height: 160px;
    }

    .subpage .value-wrap h5 {
        font-size: 22px;
    }

    .subpage .value-wrap p {
        font-size: 14px;
        line-height: 1.3;
    }

    #about03 .location-wrap h4 {
        margin-top: 40px;
    }

    .subpage-content .title h3 {
        font-size: 28px;
    }

    .subpage-content .title h3.prod-title small {
        font-size: 18px;
    }

    .subpage-content .title p {
        font-size: 16px;
    }

    .subpage-content section h4 {
        font-size: 22px;
    }

    div[id^="product"] .se1 h4:before {
        width: 70px;
    }

    .prod-view {
        padding: 0;
    }

    .prod-view .right-con li {
        width: 60px;
    }

    .prod-view .right-con .circle {
        width: 60px;
        height: 60px;
    }

    .greet .quote,
    .subpage-content p.quote {
        font-size: 20px;
    }

    .subpage-content section h4 small {
        display: block;
        margin: 5px 0 0;
    }

    .dh-margin-top {
        text-align: center;
    }
}

div[id^="pr"] .dhb-txt-box {
    float: left;
    border: none;
    height: 250px;
    background: transparent;
}

div[id^="pr"] .dhb-txt-box > .dhb-txt-list {
    border: none;
}

div[id^="pr"] .dhb-txt-box > .dhb-txt-list,
div[id^="pr"] .dhb-txt-box > .dhb-txt-list .row > div {
    width: 100%;
    text-align: center;
}

div[id^="pr"] .dhb-txt-box > .dhb-txt-list .row > div h5,
div[id^="pr"] .dhb-txt-box > .text-right {
    display: none;
}

div[id^="pr"] .dhb-txt-box > .dhb-txt-list h4 {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div[id^="pr"] .dh-margin-top:before {
    content: "";
    display: block;
    clear: both;
}

.dh-vod-thumb .dhb-thumb {
    display: none;
}

.dh-vod-thumb > .btnRead {
    display: block;
    height: 175px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div[id^="pr"] .dh-board {
    width: 100%;
    margin: 0;
}

.dh-vod-thumb .vod-play-btn img {
    padding: 0;
    border: 0;
}

.myModal14 {
    left: 490px !important;
}

/* .myModal18{
    left: 952px !important;
} */
@media (min-width: 768px) {
    div[id^="pr"] .dhb-txt-box {
        width: 25%;
    }

    .dh-vod-thumb .dhb-thumb {
        display: none;
    }

    .dh-vod-thumb > .btnRead {
        display: block;
        height: 175px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    div[id^="pr"] .dh-board {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .dh-popup {
        left: 25px !important;
    }
}

.down-wrap {
    margin: 0 -4px;
}

/* subpage export */
.export-title {
    text-align: center;
}

.export-title h4:before {
    content: "";
    display: block;
    margin: 0 auto 10px;
    width: 100px;
    height: 4px;
    background: #0068bf;
}

.subpage .export-title h5 {
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
}

.subpage .export-title h5 small {
    font-size: 18px;
    color: #0068bf;
}

.spec-info {
    margin-top: 30px;
}

.myModal13 p:first-child {
    display: none;
}

.myModal17 {
    left: 951.5px !important;
}

/* 준비중 */
.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.6;
    font-size: 14px;
    color: #818181;
    margin-bottom: 30px;
}

.maintenance .btn {
    border-radius: 0;
    padding: 15px 40px;
    font-size: 14px;
    width: 180px;
    border-color: #666;
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

.maintenance .btn:hover {
    color: #fff;
    background: #333;
}

/* product10 */
#product10 .se3 .img-box {
    padding-top: 20px;
}

/* //준비중 */

.img-box {
    position: relative;
}

.img-box .num {
    position: absolute;
    left: 29px;
    top: 0;
    width: 42px;
    height: 35px;
    background: #1f3763;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#product06 .img-box .num {
    left: 35px;
}

/* 팝업 */
@media (min-width: 767px) {
    .myModal20 {
        left: 692px !important;
    }
}

/* //팝업 */

.boarding-wrap {
    border: 1px solid #f2f2f2;
}

.boarding-wrap p {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #1f3763;
}

/* 연혁 */
.history {
    position: relative;
    overflow: hidden;
}

.history::before {
    content: "";
    display: block;
    height: 100%;
    width: 6px;
    background: #c9e3f3;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.year-wrap:nth-child(odd) {
    text-align: right;
}

.year-wrap {
    /* overflow: hidden; */
    position: relative;
    width: 50%;
    float: left;
    padding: 30px 50px;
}

.history .year-wrap .year {
    position: relative;
    margin: 0 0 20px;
    color: #0059aa;
    font-size: 42px;
    letter-spacing: -0.05em;
    font-weight: 300;
    font-style: italic;
}

.year-wrap:nth-child(odd) .year:before {
    left: auto;
    right: -45px;
}

.year:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #0059aa;
    width: 26px;
}

.year-wrap:nth-child(odd) .year:after {
    left: auto;
    right: -66px;
}

.year:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
    display: block;
    width: 16px;
    height: 16px;
    border: 4px solid #0059aa;
    border-radius: 50%;
    background: #fff;
}

.year-wrap:nth-child(even) {
    margin-top: 140px;
}

.year-wrap.height {
    margin-bottom: 200px;
}

.area {
    /* float: left; */
    margin-top: 15px;
}

.year-wrap:nth-child(odd) .area strong {
    float: right;
    margin-left: 20px;
    margin-right: 3px;
}

.area strong {
    margin-left: 7px;
    margin-right: 20px;
    letter-spacing: 0em;
    font-size: 18px;
    float: left;
}

.area p {
    font-size: 16px;
    letter-spacing: -0.034em;
    word-break: keep-all;
}
@media (min-width: 767px) {
    .year-wrap:nth-child(odd) .year + .area p {
        flex-direction: row-reverse;
    }
}

.year + .area p {
    display: flex;
}
.new-intro {
    margin-top: 150px;
    height: 850px;
    background: url("/skin/img/main/new-intro-bg.png") no-repeat center right;
    position: relative;
}

.new-intro-txt {
    text-align: center;
    font-size: 18px;
    margin-bottom: 80px;
    line-height: 2;
}

.intro-title-bg {
    margin-bottom: 50px;
    width: 550px;
}

.new-inner-cont {
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
}

.new-inner {
    width: 25%;
    float: left;
    padding: 0 18px;
}

.new-inner img {
    margin-bottom: 30px;
    padding-left: 15px;
}

.new-inner span {
    background: #fff100;
    color: #0a63af;
    font-size: 18px;
    padding: 0 5px;
}

.new-inner p {
    margin-top: 15px;
    font-size: 14px;
    text-align: left;
}

.new-inner p strong {
    font-size: 20px;
    margin-right: 5px;
    font-weight: 400;
}

/* 5차 안전투자 혁신사업 팝업 */
.dh-popup.myModal38 {
    right: 50px;
    top: 130px;
    left: auto !important;
}
.dh-popup.myModal39 {
    right: 150px;
    left: auto !important;
}

.dh-popup.myModal35 > p:not(.dh-close-btn) {
    display: none;
}

.dh-popup.myModal35 .wrap-img {
    position: relative;
}

.dh-popup.myModal35 .wrap-img a:not(.more) {
    bottom: 20px;
    position: absolute;
}

.dh-popup.myModal35 .wrap-img a.more {
    display: block;
    width: 400px;
    height: 35px;
    position: absolute;
    left: 60px;
    bottom: 225px;
}

.dh-popup.myModal35 .wrap-img a.left {
    left: 68px;
}

.dh-popup.myModal35 .wrap-img a.right {
    right: 68px;
}

/* 지톤그룹 A/S 전화, 전국 영업소 연락처 페이지 바로가기 팝업 */
.dh-popup.myModal41 {
    left: 50% !important;
}

#center01 .center-img-wrap {
    margin: 60px 0;
    padding: 45px 90px 15px;
    border: 6px solid #ddd;
}
#center01 .center-img-wrap .center-img {
}
#center01 .center-img-wrap .center-img img {
    border: 1px solid #ddd;
}
#center01 .center-img-wrap .center-img .caption {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
}

.subpage .t_line img{width: 600px;}
@media (max-width: 767px) {.subpage .t_line img{width: inherit;}}

/* 하계휴가 */
.dh-popup.myModal45 {
    left: 170px !important;
}
.dh-popup.myModal45 img {
    height: 640px;
}

@media (max-width: 767px) {
    .history::before {
        display: none;
    }

    .year-wrap {
        width: 100%;
        float: none;
        padding: 30px 0;
    }

    .year-wrap:nth-child(odd) {
        text-align: left;
    }

    .year:before {
        display: none;
    }

    .year:after {
        display: none;
    }

    .year-wrap:nth-child(even) {
        margin-top: 0;
    }

    .year-wrap:nth-child(odd) .area strong {
        float: none;
        margin-left: 7px;
        margin-right: 20px;
    }

    .area p {
        font-size: 13px;
    }

    .area strong {
        font-size: 14px;
    }

    .dh-popup.myModal35 .wrap-img a {
        bottom: 8px;
    }

    .dh-popup.myModal35 .wrap-img a.left {
        left: 40px;
    }

    .dh-popup.myModal35 .wrap-img a.right {
        right: 40px;
    }

    .dh-popup.myModal35 .wrap-img a.more {
        width: 200px;
        height: 20px;
        left: 40px;
        bottom: 130px;
    }

    .dh-popup.myModal35 .wrap-img a img {
        width: 120px;
    }

    .dh-popup.myModal38 {
        right: auto;
        top: auto;
        left: 22px !important;
    }
    .dh-popup.myModal39 {
        right: 150px;
        left: 22px !important;
    }
    .dh-popup.myModal41 {
        left: 0 !important;
        right: 0;
    }

    .dh-popup.myModal45 {
        transform: translateX(-50%);
        left: 50% !important;
    }
    .dh-popup.myModal45 img {
        height: 100%;
    }
}

/* 
.myModal28{
    left: 431.5px !important;
} */

.myModal43 {
    transform: translateX(-50%);
    left: 50% !important;
}
body.eng #m-14 {
    order: 3;
    display: none;
}
body.eng .main-product {
    display: none;
}
body.eng #m-13 {
    order: 1;
}
body.eng #m-17 {
    order: 2;
}
body.eng #m-16 {
    order: 4;
}
body.eng #m-15 {
    order: 5;
}
body.eng .divider-vertical {
    order: 7;
}
body.eng .divider-vertical + .dropdown {
    order: 8;
}
body.eng .divider-vertical + .dropdown + li {
    order: 9;
}
body.eng .divider-vertical + li:not(.dropdown) {
    order: 50;
}
.navbar-right {
    display: flex;
}
@media (max-width: 767px) {
    .navbar-right {
        flex-direction: column;
    }
}
/* product16 */
#product16 .box_i{display: flex; gap: 5px;}
#product16 .se3 .txt-img{border: 0;margin-top: 30px;}
@media (max-width: 767px) {
    #product16 .box_i{flex-direction: column;}
}