@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
    padding-top: 91px;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

.navbar-inverse {
    background-color: #FFF;
    border-color: #EFEFEF;
    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: 35px 25px;
        font-size: 17px;
        font-weight: 600;
        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: #333;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav>li>.dropdown-menu {
        left: 0;
        right: auto;
        animation-fill-mode: both;
        animation-duration: .5s;
        animation-name: fadeInRight;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        background-color: rgba(0, 0, 0, .85);
    }

    .divider-vertical+li .dropdown-menu {
        left: auto;
        right: 0;
    }
}

.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: #FFF;
    text-decoration: underline;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    padding: 100px 15px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body>div.col-sm-12,
.id-find-layout .panel-body>div.col-sm-12,
.pw-find-layout .panel-body>div.col-sm-12 {
    float: none;
}

.login-layout .panel-body>div.col-sm-12 h2,
.id-find-layout .panel-body>div.col-sm-12 h2,
.pw-find-layout .panel-body>div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #aaa;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #0066AA;
    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: #0066AA;
}

.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;
    }
}

/* ---------- 게시판 타이틀 설정 ---------- */
.intro-board-widget-layout {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.intro-boardbox .page-header {
    padding: 0 0 10px;
    margin: 12px 0 10px;
    border-bottom: 1px solid #6d6d6d;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    color: #333;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    padding: 0;
}

.intro-boardbox .page-header h4 .btn {
    padding: 5px 0 0;
    margin: 0;
    line-height: 1;
}

.intro-boardbox .page-header h4 .btn .fa-plus:before {
    content: url(/skin/img/main/plus_icon.png);
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.intro-boardbox .front-panel>.panel {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
    padding: 5px 0px 5px;
}

.dh-front-list2-words {
    margin: 0 !important;
    padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 0;
}

.dh-front-list2 h6 a:hover span {
    text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
    color: #303030;
}

.dh-front-list2-words:first-child {
    margin: auto;
}

.list-row-subject {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 380px;
    white-space: nowrap;
}

.list-row-subject:before {
    content: "∙";
    color: #1d65a3;
    font-weight: bold;
    padding-right: 11px;
}

.row-separator {
    display: none;
}

.list-row-regdate {
    float: right;
    color: #999 !important;
}

.list-row-contents {
    display: none;
}

.intro-boardbox .label-danger {
    padding: 2px 4px !important;
    position: relative;
    top: 7px;
}

/* //메인 페이지 설정 끝 */
.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout+.row,
.bbs-blog-view-layout+.row,
#mod_type_formForm {
    visibility: hidden;
}

/* mod form */
#inquiry .bbs-area {
    background: #f4f4f4;
    padding: 60px 0 20px;
    margin-left: 15px;
    width: 1140px;
    max-width: 100%;
}

#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: #0066AA;
    text-align: center;
    font-size: 14px;
    padding: 14px 0;
    font-weight: 600;
    border-radius: 80px;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    right: auto !important;
    float: none !important;
}

#mod_type_formForm .btn-primary:hover {
    background: #ff9235;
}

#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 {
    text-align: right;
}

.form-horizontal .checkbox label,
.form-horizontal .radio label {
    font-size: 13px;
    margin-right: 13px;
    padding-left: 20px;
}

.form-horizontal .checkbox label {
    margin-right: 0;
}

.form-horizontal .checkbox label input,
.form-horizontal .radio label input {
    margin-top: 4px;
}

/* 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: 8px;
    margin-bottom: 5px;
    color: #3391d8;
    font-size: 20px;
    font-weight: 300;
}

.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: #0066AA;
}

.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: 17px;
    font-size: 16px;
}

.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: 6px;
    top: 0;
}

.li-dot>li:before {
    content: '·';
}

.location-li {
    border-top: 1px solid #222;
    margin: 50px 0 0;
}

.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 12px 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: 10px;
    color: #555;
}

.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;
    font-size: 16px;
}

.trait-dl dt {
    border-color: #3391d8;
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
    line-height: 25px;
    color: #0066AA;
}

@media(min-width:768px) {
    .trait-dl dt {
        width: 35%;
    }

    .trait-dl dd {
        width: 65%;
    }
}

@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: #0066AA;
}

.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 54px;
}

@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: 40px;
    background: #f5f5f5;
    font-size: 16px;
    letter-spacing: -1px;
}

.quote-box p {
    line-height: 26px;
    margin-bottom: 0;
}

.greet .quote,
p.quote {
    margin: 10px 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 #0066AA;
    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 0 20px;
    border-top: 2px solid #0066AA;
}

.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    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: #0066AA;
}

.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 #0066AA;
    border-radius: 50%;
    background: #fff;
}

/* personal setting 0.62v end */
/* navigation setting */
@media(max-width:767px) {}

/* mainpage setting */
.container_slide {
    width: 100%;
    margin: 0;
    padding: 0;
}

.container_slide>.fill,
.carousel-inner .item .fill {
    height: 500px;
}

.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 1170px;
}

#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: 64px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
}

.carousel-caption p {
    margin: 20px 0 0;
    font-size: 20px;
    color: #fff;
}

.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 li,
.carousel-indicators li.active {
    margin: 0 4px;
    width: 11px;
    height: 11px;
}

.main-product .img-box {
    padding: 20px;
}

.owl-carousel .owl-item img {
    width: 90% !important;
}

.main-product {
    padding: 50px 0;
}

.main-product .owl-item a {
    display: block;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #003873;
}

.main-product .owl-item a:hover {
    border-color: #136dcc;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.main-product .owl-item .txt-box {
    padding: 12px 25px;
    background: #003873;
}

.main-product .owl-item a:hover .txt-box {
    background: #136dcc;
}

.main-product .owl-item .txt-box h5 {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.main-product .owl-item .txt-box h5 .more {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.owl-nav>div {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    font-size: 40px;
    opacity: 0.75;
}

.owl-nav>div:hover {
    opacity: 1;
}

.owl-next {
    right: -50px;
}

.owl-prev {
    left: -50px;
}

.main-inquiry a {
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 20px 50px;
    color: #333;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: 2px solid #ff7621;
    background: #fafafa;
}

.main-inquiry a:before {
    content: '\f245';
    font-family: 'fontawesome';
    position: absolute;
    right: 15px;
    bottom: 15px;
    opacity: 0.2;
    font-size: 120px;
    transition: all .3s ease;
    z-index: 0;
    color: #989898;
}

.main-inquiry a:hover:before {
    opacity: 0.5;
    right: 30px;
    color: #a9a9a9;
}

.main-inquiry a h4 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px;
}

.main-inquiry a h4:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 0 7px;
    background: #fff;
    display: none;
}

.main-inquiry a li {
    margin-bottom: 6px;
    font-size: 16px;
}

.main-inquiry a li i {
    margin-right: 10px;
    color: #8c8c8c;
}

@media(max-width:767px) {}

/* footer setting */
.footer_copy>div {
    padding: 30px 0 20px;
    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-bottom: 10px;
    line-height: 12px;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 0;
}

.footer_copy li:last-of-type {
    border-right: none;
}

.footer_copy .copy {
    font-size: 11px;
}

.footer_copy li strong {
    display: inline-block;
    margin-right: 10px;
}

@media(max-width:767px) {}

/* subpage setting */
.pageheader {
    height: 220px;
    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: 38%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    color: #222;
    letter-spacing: -1px;
}

.breadcrumb {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    background: transparent;
    font-size: 13px;
    color: #555
}

.breadcrumb .active {
    color: #222
}

.breadcrumb>li+li:before {
    content: "\f105 ";
    color: #555;
    font-family: "FontAwesome";
}

.snb-wrap {
    text-align: center;
    background: rgba(8, 41, 105, 0.8);
    width: 1170px;
    max-width: 100%;
    margin: -54px auto 0;
    position: relative;
    z-index: 1000;
}

.snb-wrap ul {
    margin-bottom: 17px;
    margin-top: 17px;
}

.snb-wrap li {
    display: inline-block;
}

.snb-wrap li a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
    font-weight: 500;
    border-right: 1px solid #556da5;
    line-height: 18px;
}

.snb-wrap li:last-child a {
    border-right: none;
}

.snb-wrap li.active a {
    color: #ffca66;
}

.subpage-content {
    padding-top: 60px;
    padding-bottom: 80px;
}

.subpage-content .emp {
    font-weight: 500;
    color: #0066AA;
}

.subpage-content .title {
    margin-bottom: 60px;
    text-align: left;
}

.subpage-content .title h3 {
    margin-top: 0;
    font-size: 38px;
    letter-spacing: -1px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.subpage-content .title h3:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 5px solid #ff9235;
    display: none;
}

.subpage-content section {
    padding-bottom: 60px;
}

.subpage-content section h4 {
    position: relative;
    margin-bottom: 20px;
    font-size: 26px;
}

.subpage-content section h4:before {
    content: '';
    display: block;
    margin: 0 0 10px;
    width: 40px;
    height: 3px;
    background: #0066AA;
}

.subpage-content section h4:after {
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    top: 0;
    width: 10px;
    height: 3px;
    background: #ff9235;
}

.subpage-content section h5 {
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 22px;
}

/*subpage about*/
#about01 .col-sm-7 {
    padding-left: 40px;
}

.business-li {
    padding: 40px 25px;
    text-align: center;
    background: #f4f4f4;
    border-radius: 100px;
}

.business-li li {
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
    font-weight: 500;
    color: #0066AA;
    letter-spacing: -1px;
}

.greet p {
    margin-bottom: 20px;
    font-size: 16px;
}

.greet .quote {
    margin-bottom: 20px;
    font-weight: 600;
}

.greet .name {
    margin-top: 40px;
    text-align: right;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -1px;
}

/*subpage product*/
.effect-wrap {
    margin: 20px -15px;
}

.effect-wrap .card {
    min-height: 205px;
}

.trait-dl dt .numbering {
    display: block;
}

.trait-dl dd p {
    margin-bottom: 15px;
    font-size: 15px;
}

.trait-dl .clearfix {
    padding-bottom: 50px;
}

.monitoring-wrap .right-con {
    padding-top: 50px;
}

.monitoring-wrap .clearfix {
    padding-bottom: 50px;
}

.monitoring-wrap li {
    margin-bottom: 10px;
    font-size: 16px;
    margin-left: 0;
    color: #0066aa;
    font-weight: 500;
}

.lena-differrence {
    margin: 30px -15px;
}

.lena-differrence .card {
    min-height: 180px;
}

.trait-wrap .clearfix {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}

.prod03-trait .card {
    padding: 30px 20px 20px;
    text-align: center;
    min-height: 390px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.prod03-trait .card h5 {
    margin-top: 15px;
}

.prod03-dashboard .clearfix {
    padding-bottom: 30px;
}

.prod03-dashboard>div.txt-box:nth-child(5) {
    padding-top: 60px;
}

.prod03-dashboard>div.txt-box:nth-child(5) p {
    margin-top: 20px;
}

p {
    font-size: 16px;
}

#product04 .trait-wrap {
    margin: 20px 0;
    padding: 30px 15px;
    border: 1px solid #ddd;
    text-align: center;
}

#product04 .trait-wrap .card {
    min-height: 300px;
    text-align: left;
}

#product04 .trait-wrap i {
    margin: 10px 0 20px;
    opacity: 0.5;
    font-size: 50px;
    color: #0066AA;
}

#product04 .trait-wrap ul {
    display: inline-block;
}

#product04 .trait-wrap>div:last-child li {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
}

.prod05-effect {
    text-align: center;
}

.prod05-effect .card {
    padding: 30px 20px 20px;
    text-align: center;
    min-height: 340px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: #fbfbfb;
}

.prod05-effect .card h5 {
    margin-top: 20px;
}

#product05 .se2 .img-wrap img {
    border-radius: 4px;
}

#product06 .trait-wrap .card {
    min-height: 180px;
}

.prod06-trait .card {
    padding: 30px 20px 20px;
    text-align: center;
    min-height: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.prod06-trait .card h5 {
    margin-top: 20px;
}

.prod06-trait .card li {
    text-align: left;
}

#mod_type_formForm .q_number:nth-child(6) .checkbox label:last-child {
    display: none;
}

/* 보안 제품 */
[id^=secur0] .subpage-content {
    padding-bottom: 0;
}

.con-tit {
    max-width: 800px;
    margin: 0 auto;
}

.con-tit h6 {
    margin: 0 0 20px 0;
    text-align: center;
    color: #003b91;
    font-weight: 400;
    font-size: 23px;
}

.con-tit p {
    margin: 60px 0 0 0;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    letter-spacing: 0;
}
.con-tit p + p{
    margin: 10px 0 0 0;
}
.con-tit p span {
    color: #0073c0;
    font-weight: 500;
}

.con-tit img {
    height: 80px;
}

.bg-img {
    margin-top: 50px;
}

.bg-img img {}

.secur-wrap {
    padding: 100px 0 150px;
    /* background: #f5f5f5; */
}
#secur04 .secur-wrap{
    padding-top: 0;
}
.secur-wrap .secur-box {}

.secur-wrap .secur-box+.secur-box {
    margin-top: 120px;
}

.secur-wrap .secur-box .se-h6 {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #0073c0;
    margin: 0 0 20px 0;
}

.secur-wrap .secur-box .img-box {}

.secur-wrap .secur-box .img-box img {}

.secur-box .se-h3 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin: 0px 0 55px;
    text-align: center;
}

.secur-wrap .secur-box .img-box+.img-box {
    margin-top: 50px;
}

.secur-wrap .secur-box .img-box p {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    gap: 7px;
}

.secur-wrap .secur-box .img-box p span {
    font-weight: 600;
    color: #0073c0;
    font-size: 22px;
}

.secur-wrap .secur-box .img-box p b {
    font-weight: 700;
}

.fuction-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px 50px;
}

.fuction-wrap .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
}

.fuction-wrap .inner .img-box {
    margin-bottom: 15px;
}

.fuction-wrap .inner .img-box img {
    height: 130px;
    object-fit: contain;
}

.fuction-wrap .inner p {
    margin: 0;
    font-size: 17px;
    color: #111;
}

.fuction-wrap .inner:nth-child(even) {
    align-items: flex-start;
    text-align: left;
}

.fuction-wrap .inner:nth-child(even) img {}

.fuction-wrap .inner:nth-child(even) p {}

#secur03 .con-tit p span,
#secur03 .secur-wrap .secur-box .se-h6 {
    color: #7d3b91;
}
#secur03 .secur-wrap .secur-box .img-box p span{
    display: block;
    width: 100%;
    text-align: center;
    color: #7d3b91;
}
@media(min-width:768px) {

    #product04 .trait-dl dt,
    #product02 .trait-dl dt {
        width: 25%;
    }

    #product04 .trait-dl dd,
    #product02 .trait-dl dd {
        width: 75%;
    }
}

@media(max-width:767px) {
    .body-layout {
        padding-top: 80px;
    }

    .navbar-brand img {
        height: 50px;
    }

    .navbar-toggle {
        top: 15px;
        border: none !important;
        background: transparent !important;
    }

    .navbar-toggle .icon-bar {
        background: #333 !important;
    }

    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover {
        background: #003873;
    }

    .navbar-nav .open .dropdown-menu {
        background: #f5f5f5;
    }

    .container_slide>.fill,
    .carousel-inner .item .fill {
        height: 360px;
    }

    .carousel-control {
        display: none;
    }

    .carousel-caption h1 {
        font-size: 36px;
    }

    .owl-nav>div {
        display: none;
    }

    .main-inquiry a {
        margin-bottom: 40px;
        padding: 20px 30px;
    }

    .list-row-subject {
        max-width: 220px;
    }

    .foot-logo {
        margin: 0 auto 15px;
    }

    .footer_copy li {
        float: none;
        margin: 0 0 5px;
        padding: 0;
        border: none;
    }

    .footer_copy li strong {
        display: block;
        margin-bottom: 5px;
    }

    .pageheader h2 {
        top: 34%;
        font-size: 34px;
    }

    .breadcrumb {
        white-space: nowrap;
    }

    .business-li {
        text-align: left;
        border-radius: 0;
        padding: 25px;
    }

    .business-li li {
        font-size: 17px;
    }

    #about01 .col-sm-7 {
        padding-left: 15px;
        padding-top: 15px;
    }

    .subpage-content .title {
        margin-bottom: 40px;
    }

    .subpage-content .title h3 {
        font-size: 30px;
    }

    .snb-wrap li a {
        padding: 0 10px;
        font-size: 14px;
    }

    .quote-box {
        padding: 25px;
    }

    .snb-wrap .container {
        padding: 0;
    }

    .card {
        min-height: 0 !important;
    }

    .trait-dl dt,
    .trait-dl dd {
        padding: 10px 20px;
        width: 100%;
    }

    .trait-dl dt {
        margin-bottom: 0;
    }

    .monitoring-wrap li {
        position: relative;
        padding-left: 40px;
    }

    .monitoring-wrap li span {
        position: absolute;
        left: 0;
        top: 4px;
    }

    .subpage-content section h4 {
        font-size: 22px;
    }

    .subpage-content section h5 {
        font-size: 18px;
    }

    .trait-dl dt .numbering {
        display: inline-block;
        margin-right: 10px;
    }

    #inquiry .bbs-area {
        padding: 15px;
        margin: 0;
    }

    .dh-margin-top {
        text-align: center;
    }
}
@media (max-width:576px) {
    .con-tit img {
        height: 45px;
    }
    .con-tit {
        max-width: 400px;
        margin: 0 auto;
    }
    .con-tit p {
        margin: 30px 0 0 0;
        font-size: 15px;
    }
    .secur-wrap .secur-box .se-h6 {
        font-size: 18px;
        margin: 0px 0 15px 0;
    }
    .secur-box .se-h3 {
        font-size: 22px;
        margin: 0px 0 25px;
    }
    .secur-wrap .secur-box .img-box p {
        font-size: 11px;
        margin-bottom: 10px;
        gap: 5px;
        display: block;
    }
    .secur-wrap .secur-box .img-box p span {
        font-size: 15px;
    }
    .fuction-wrap .inner p {
        margin: 0;
        font-size: 14px;
        color: #111;
    }
    .fuction-wrap .inner .img-box img {
        height: 85px;
        object-fit: contain;
    }
    .con-tit h6 {
        font-size: 17px;
    }
    .secur-wrap .secur-box+.secur-box {
        margin-top: 50px;
    }
    .fuction-wrap {
        gap: 30px 50px;
    }
}