@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap");
@import url("/skin/notokr/notokr.css");

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    opacity: 0;
    background-color: #fff;
    padding-top: 90px;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Noto Sans", "notokr", "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 3px 5px rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-brand {
    color: #333;
    padding: 0;
    margin-left: 0 !important;
    margin: 25px 0 22px;
}
.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-right {
        margin-top: 15px;
        margin-right: -30px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 20px 30px;
        font-size: 16px;
        font-weight: 500;
        color: #111;
        -webkit-text-shadow: none;
        text-shadow: none;
    }
    .navbar-inverse .navbar-nav > li > a span {
        /* 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: #d81921;
    }
}
@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: 1px solid #eee;
        background-color: #fff;
        padding: 10px 0;
    }

    .divider-vertical + li .dropdown-menu {
        left: auto;
        right: 0;
    }
}

.dropdown-menu > li > a {
    padding: 7px 25px;
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #f8f8f8;
    color: #111;
}
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    margin-top: -30px;
    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: #d81921;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #d81921;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #222;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width: 768px) {
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2 {
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a {
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
/* mod form */
#mod_type_formForm {
    max-width: 850px;
    margin: 20px auto 60px;
    visibility: visible !important;
}
.q_number {
    margin-bottom: 25px;
}
.q_number:after {
    content: "";
    display: block;
    clear: both;
}
.q_number div h3 {
    font-size: 15px;
    color: #333;
    margin: 0 0 8px !important;
    display: block;
    font-weight: 700 !important;
}
.q_number div h3 i {
    display: none;
}
.q_number .form-control {
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: none;
    border: 1px solid #d8d8d8;
    padding: 8px 12px;
    height: auto;
}
.q_number .form-control:focus {
    border-color: #d81921;
}
.q_number textarea.form-control {
    height: 150px;
}
#mod_type_formForm .btn-primary {
    width: 180px;
    margin-left: 10px;
    color: #fff;
    background-color: #d81921;
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
    font-weight: 600;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    right: auto !important;
    float: none !important;
}
#mod_type_formForm .btn-primary:hover {
    background: #111;
}
#mod_type_formForm .btn-wrap {
    float: none !important;
    margin: 10px 0 0;
    padding: 0 !important;
    text-align: left;
}
#mod_type_formForm h3.pull-left {
    width: 100%;
}
#mod_type_formForm h3.pull-left .checkbox {
    float: right;
    text-align: right;
    margin-top: -3px;
}
.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-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout + .row,
.bbs-blog-view-layout + .row,
#mod_type_formForm {
    visibility: hidden;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    box-shadow: none;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: transparent;
    border: 1px solid #ddd;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 15px;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
}
.dhb-txt-box-type-b-text-layout h4 {
    text-align: center;
    font-size: 16px !important;
    margin: 0;
}
.dhb-txt-box-type-b-text-layout h4 strong {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dhb-txt-box-type-b-text-layout h4 a {
    display: block;
    padding: 10px 0 15px;
    width: 100%;
    margin: 0;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b:hover {
    border-color: #d81921;
    z-index: 1;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b:hover h4 strong a {
    color: #d81921;
}

.dhb-txt-box-type-b-text-layout h4 .label {
    vertical-align: text-top;
}
.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}
.filter-items {
    text-align: center;
    padding: 0;
    margin-bottom: 50px;
}
.filter-items > a:first-child {
    display: none;
}
.filter-items .filter-label {
    padding: 0 20px;
    margin: 0;
    min-width: 300px;
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    text-align: center;
    color: #222;
    background: #e8e8e8;
    border: none;
}
.dh-board .filter-items > a > .filter-label:hover {
    background: #d8d8d8;
}
.dh-board .filter-items > a.on > .filter-label,
.dh-board .filter-items > a.on > .filter-label:hover {
    background: #d81921;
    position: relative;
    border-color: #d81921;
    color: #fff;
}
/* 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: #d81921;
}
.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: #d81921;
}
.partner-li {
    margin: 0 -10px;
}
.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;
    padding: 20px 10px;
    transition: 0.3s;
}
.partner-li > li:hover img {
    border: 1px solid #000;
}
.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: #d81921;
    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: #d81921;
}
.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 #d81921;
    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 #444;
}

.table-style tr th,
.table-style tr td {
    padding: 13px 10px !important;
    border-bottom: 1px solid #dedede !important;
    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: #d81921;
}
.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 #d81921;
    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: calc(100vh - 91px);
}
.carousel-caption {
    margin: 0;
    padding: 0;
    /* left: 50%; */
    right: auto;
    top: 15%;
    bottom: auto;
    /* transform: translate(-50%,-50%); */
    width: 85%;
    max-width: 1170px;
    text-align: left;
    padding-left: 40px;
    border-left: 20px solid #d81921;
}
#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: transparent;
    text-shadow: 0px 0px 10px rgba(72, 64, 55, 0.7);
}
.carousel-caption h1 {
    margin: 0;
    font-size: 60px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    line-height: 1;
}
.carousel-caption .text-black {
    color: #111;
}
#myCarousel .carousel-caption .text-black span {
    text-shadow: none;
}

.carousel-caption h1 span.emp {
    /* color: #111; */
    display: block;
    font-weight: 600;
    font-size: 88px;
}

.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;
    width: 10%;
    opacity: 0.6;
}
.carousel-control.right {
    background: url(/skin/img/slide/arrow_next.png) no-repeat center;
    width: 10%;
    opacity: 0.6;
}

.carousel-control:hover {
    opacity: 1;
}

.carousel-control .glyphicon {
    display: none;
}
.carousel-indicators {
    bottom: 30px;
    margin-bottom: 0;
}
.carousel-indicators li,
.carousel-indicators li.active {
    margin: 0 4px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0);
}
.carousel-indicators li.active {
    background: #ff111b;
    border: none;
}
#myCarousel:before {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

/* #myCarousel:after{
    content:'';
    display:block;
    width:135px;
    height:57px;
    position:absolute;
    left:50%;
    bottom:30px;
    transform: translatex(-50%);
    background:url(/skin/img/slide/scroll-down.png) no-repeat center / contain;
    cursor: pointer;
    z-index:10;
} */
.main-content > div {
    padding: 110px 0;
}
.main-content > .main-brochure {
    padding: 0;
    border-bottom: 1px solid #ddd;
}
.main-content .title h3 {
    margin: 0 0 40px;
    font-size: 44px;
    font-weight: 600;
    color: #111;
    line-height: 1.25;
}

/* .main-product .title h3 {
    text-align: center;
    margin: 10px 0 50px;
}
.main-product .title h3 small {
    color: #d81921;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.03em;
    display: inline-block;
} */
/* .main-product .title h3:after{
    content:'';
    display:inline-block;
    margin-left:10px;
    width:60px;
    height:1px;
    background:#666;
    vertical-align: baseline;
} */

.main-content .main-product {
    display: none;
    background: #f8f8f8;
    padding-bottom: 90px;
    padding-top: 60px;
}
.main-product a {
    display: block;
    margin-bottom: 30px;
    border: 2px solid #fff;
    transition: all ease 0.3s;
    padding: 22px 0 15px;
    background: #fff;
}
.main-product a .img-caption {
    margin: 0;
    padding: 15px 0 12px;
    font-size: 16px;
    color: #222;
    font-weight: 500;
    /* background: #f5f5f5; */
    /* border-top: 1px solid #ddd; */
    background: #fff;
}
.main-product a:hover {
    border-color: #d81921;
    box-shadow: 0 20px 12px rgba(0, 0, 0, 0.1);
}
.main-product a:hover .img-caption {
    /* border-color:#D81921; */
    /* background:#D81921; */
    color: #d81921;
}
.main-content .main-about {
    position: relative;
    padding: 100px 0;
    color: #fff;
    background: #000;
}
.main-about:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(/skin/img/main/m-about.jpg) no-repeat center / cover fixed;
    opacity: 0.35;
}
.main-about .row > div {
    padding: 0 30px;
    z-index: 10;
}
.main-about h4 {
    margin: 0 0 18px;
    font-size: 26px;
    font-weight: 600;
}
.main-about .left-con {
    /* border-right:1px solid rgba(255,255,255,0.8); */
}
.main-about p {
    color: #ccc;
    min-height: 100px;
    font-size: 15px;
}
.main-about .more {
    position: relative;
    display: inline-block;
    margin: 30px 0 0px;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #ff3840;
    border: 2px solid #d81a22;
    overflow: hidden;
    transition: all 0.3s ease;
}
/* .main-about .more:before{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position: absolute;
    right:100%;
    top:0;
    background:#D81921;
    z-index: -1;
    transition: all .3s ease;
} */
.main-about .more:hover {
    color: #fff;
    background: #d81921;
}

.main-inquiry {
    display: none;
}
.main-inquiry #mod_type_formForm {
    max-width: none;
    margin: 10px auto 0;
}
.main-inquiry #mod_type_formForm h3 {
    width: 100%;
    font-size: 16px;
    margin: 0 0 10px !important;
}
.main-inquiry #mod_type_formForm .btn-primary {
    margin-left: 15px;
}

.main-content .main-slide {
    padding: 0;
    position: relative;
}

.main-snb {
    position: absolute;
    left: 50%;
    bottom: 120px;
    transform: translatex(-50%);
}
.main-snb > .row {
    margin: 0;
}
.main-snb > .row:nth-child(2) {
    padding: 0 15px;
}
.main-snb .col-sm-3 {
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0);
}
.main-snb a {
    background: rgba(30, 30, 30, 0.75);
    display: inline-block;
    width: 100%;
    padding: 40px 15px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none !important;
}
.main-snb a:hover {
    background: rgba(169, 19, 27, 0.8);
}
.main-snb a i {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    color: #fff;
    font-size: 35px;
    margin: 0 0 12px;
    text-shadow: none;
}
.main-snb a span {
    display: block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .main-snb {
        bottom: 6%;
    }
}
@media (max-width: 767px) {
    .main-snb {
        width: 100%;
        padding: 0 15px;
    }
    .main-snb .col-sm-3 {
        width: 25%;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
    }
    .main-snb a {
        padding: 10px 15px;
        font-size: 13px;
    }
    .main-snb a i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        margin: 0 0 7px;
    }

    .main-snb a span {
        font-size: 13px;
    }
}

@media screen and (max-width: 400px) {
    .main-snb a span {
        font-size: 11px;
    }
}
@media (max-width: 767px) {
}
/* footer setting */
.footer_copy > div {
    padding: 0;
    background: #000;
    color: #999;
    font-size: 14px;
}
.footer_copy ul {
    margin-bottom: 4px;
}
.footer_copy ul:after {
    content: "";
    display: block;
    clear: both;
}
.footer_copy li {
    float: left;
    margin-right: 12px;
}
.footer_copy li strong {
    color: #bbb;
}
.footer_copy li:last-of-type {
    border-right: none;
}
.footer_copy .copy {
    margin: 0;
    opacity: 0.7;
}
.footer_copy .sns {
    margin-bottom: 0;
}
.sns .facebook a:hover {
    color: #1778f2;
}
.sns .instagram a:hover {
    color: #d82667;
}
.footer_copy .sns li {
    float: none;
    display: inline-block;
    line-height: 1;
}
.footer_copy .sns li:last-child {
    margin-right: 0;
}
.footer_copy .sns li a {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 34px;
    transition: transform 0.3s ease;
}
.footer_copy .sns li a:hover {
    /* color:#ff1f28; */
}
.footer-bottom {
    padding: 50px 0;
}
.foot-logo {
    max-width: 140px;
    margin: 0;
    opacity: 0.7;
}
@media (max-width: 767px) {
}
/* subpage setting */
.pageheader {
    height: 330px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
div[id^="product"] .pageheader {
    background: #000 url(/skin/img/sub/prod-top.jpg) no-repeat center / cover;
}
#network01 .pageheader {
    background: #000 url(/skin/img/sub/globe-top.jpg) no-repeat center / cover;
}
#blog .pageheader {
    background: #000 url(/skin/img/sub/blog-top.jpg) no-repeat center / cover;
}
#contact .pageheader {
    background: #000 url(/skin/img/sub/customer-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: 50px;
    color: #fff;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.breadcrumb {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #bbb;
}
.breadcrumb .active {
    color: #fff;
}
.subpage-content {
    padding-top: 80px;
    padding-bottom: 100px;
}
.subpage-content .emp {
    font-weight: 600;
    color: #d81921;
}
.subpage-content section {
    padding-bottom: 80px;
}

.subpage-content > .container > .row section:last-child {
    padding-bottom: 0;
}

.subpage-content section h4 {
    position: relative;
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 600;
    color: #222;
}
.prod-sample .small-title,
.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #222;
}
/*subpage about*/
.greet .col-sm-8 {
    padding-left: 30px;
}
.network-wrap p,
.greet p {
    margin-bottom: 20px;
    font-size: 15px;
}
.network-wrap .quote,
.greet .quote {
    color: #222;
    line-height: 1.45;
    font-weight: 600;
    text-align: left;
    font-size: 28px;
    letter-spacing: -0.2px;
    margin: 20px 0 30px;
}
.vision-wrap {
    position: relative;
    margin: 0;
    background: #333;
}
.vision-wrap > div {
    padding: 70px 60px 70px;
    z-index: 10;
    color: #fff;
}
.subpage .vision-wrap h5 {
    margin: 0 0 15px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
/* .vision-wrap h5:after{
    content:'';
    display:block;
    margin:20px 0;
    width:30px;
    height:3px;
    background:#000;
} */
.vision-wrap p {
    line-height: 1.7;
    opacity: 0.85;
    margin: 0;
    font-size: 15px;
}
.vision-wrap .right-con {
    background: #d81921;
    color: #fff;
    border-left: 4px solid #fff;
}
.img-wrap {
    margin: 30px -2px;
}
.img-wrap > div {
    padding: 2px;
}
.vision-wrap + .img-wrap {
    margin-top: 4px;
}

/*subpage network*/
/* .network-wrap p {
    font-size: 22px;
    text-align: center;
    color: #222;
    max-width: 1000px;
    margin: 0 auto 50px;
} */
.network-wrap {
    margin-bottom: 80px;
}
#network01 .vision-wrap {
    background: #26338e;
}
#network01 .vision-wrap .right-con {
    min-height: 440px;
}
/*subpage contact*/
.contact-wrap h3 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

/*subpage product*/
.dh-view-box {
    margin-top: 0;
}
.dh-view-box > .row > .page-header {
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc;
    padding: 30px 15px;
    margin: 0px;
}
.dh-view-box .page-header h4 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #222;
    margin: 0;
}
.dh-attach + .col-xs-12 {
    padding: 50px 30px !important;
}
#product01 .dh-view-box > .row > .dh-view-info {
    display: none;
}
.prod-sample .name {
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: 400;
    color: #222;
}
/* .prod-sample .name:after {
    content: '';
    display: block;
    margin: 20px 0;
    width: 30px;
    height: 3px;
    background: #333;
} */
.prod-sample li {
    margin-bottom: 10px;
    font-size: 16px;
}
.prod-sample .table-style tbody th[colspan="2"] {
    background: #f5f5f5;
}
.prod-sample .table-style tbody td p,
.prod-sample .table-style tbody td {
    text-align: center;
}
@media (max-width: 767px) {
}

.dh-margin-top {
    margin-top: 50px;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination > li:last-child > a {
    margin-left: 10px;
}

.pagination > li:first-child > a {
    margin-right: 10px;
}

.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 #d81921;
    background: #d81921 !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-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}
.intro-board-widget-layout {
    display: none;
}
.m-blog-area .page-header {
    display: none;
}
.main-content .title {
    text-align: center;
}
.main-content .title h3 {
    margin-bottom: 20px;
}
.main-content .more {
    position: relative;
    display: inline-block;
    margin: 0px 0 0px;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #ff3840;
    border: 2px solid #d81a22;
    overflow: hidden;
    transition: all 0.3s ease;
}
.main-product2 {
    border-bottom: 1px solid #ddd;
}
.m-product-area .page-header {
    display: none;
}
.main-content .more:hover {
    color: #fff;
    background: #d81921;
}
.m-product-area,
.m-blog-area {
    padding-top: 70px;
}
.main-blog .m-blog-area .dh-front-blog > div:nth-child(1),
.main-blog .m-blog-area .dh-front-blog > div:nth-child(2),
.main-blog .m-blog-area .dh-front-blog > div:nth-child(3),
.main-blog .m-blog-area .dh-front-blog > div:nth-child(4),
.main-product2 .m-blog-area .dh-front-blog > div:nth-child(5),
.main-product2 .m-blog-area .dh-front-blog > div:nth-child(6),
.main-product2 .m-blog-area .dh-front-blog > div:nth-child(7),
.main-product2 .m-blog-area .dh-front-blog > div:nth-child(8) {
    display: none;
}
.dh-front-blog > .col-md-4 > .thumbnail {
    position: relative;
    min-height: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    background: #000;
}
.blog-row-contents {
    display: none;
}
.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    height: 200px;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.5s;
}
.dh-front-blog > .col-md-4 > .thumbnail:hover a.blogthumb,
.dh-front-blog > .col-md-4 > .thumbnail:focus a.blogthumb {
    transform: scale(1.2);
    opacity: 0.5;
}
.dh-front-blog > .col-md-4 > .thumbnail .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    border: none;
    width: 100%;
    padding: 0;
    text-decoration: none !important;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 {
    margin: 0;
    padding: 16px 16px !important;
    font-size: 14px;
    letter-spacing: -0.03em;
    font-weight: 600;
}
.main-product2 .dh-front-blog > .col-md-4 > .thumbnail {
    background: transparent;
}
.main-product2 .dh-front-blog > .col-md-4 > .thumbnail .caption {
    background: transparent;
    position: relative;
    text-align: center;
    color: #555;
}
.main-product2 .dh-front-blog > .col-md-4 > .thumbnail:hover .caption {
    color: #d81921;
}
.main-product2 .dh-front-blog > .col-md-4 > .thumbnail > .caption h5 {
    padding: 10px 0;
    font-size: 18px;
}
.main-product2 .dh-front-blog > .col-md-4 > .thumbnail:hover a.blogthumb,
.main-product2 .dh-front-blog > .col-md-4 > .thumbnail:focus a.blogthumb {
    transform: none;
}
@media (min-width: 768px) {
    .dh-front-blog > .col-md-4 {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .body-layout {
        padding-top: 60px;
    }
    .navbar-inverse .navbar-brand {
        margin: 10px;
        padding: 0 10px;
    }
    .navbar-brand img {
        height: 40px;
    }
    .navbar-toggle {
        top: 7px;
        border: none !important;
        background: transparent !important;
    }
    .navbar-toggle .icon-bar {
        background: #333 !important;
    }
    .carousel-control {
        display: none;
    }
    .container_slide > .fill,
    .carousel-inner .item .fill {
        height: 47.6vw;
        background-position: right bottom;
    }
    #myCarousel:before {
        height: 50px;
    }
    .main-snb {
        display: none;
        bottom: 60px;
    }
    .main-snb a {
        min-height: 100px;
        line-height: 1.2;
    }
    .carousel-caption {
        padding-left: 10px;
        left: 5%;
        border-width: 7px;
    }
    .carousel-caption h1 {
        font-size: 14px;
    }
    .carousel-caption h1 span.emp {
        font-size: 18px;
    }
    .carousel-indicators {
        bottom: 5px;
    }
    .main-content > div {
        padding: 60px 0;
    }
    .m-blog-area {
        padding-top: 50px;
    }
    .dh-front-blog > .col-md-4 > .thumbnail {
        margin-bottom: 10px;
    }
    .main-content .main-about {
        padding: 60px 0 30px;
    }
    .main-about:before {
        background-attachment: scroll;
    }
    .main-about .more {
        margin-bottom: 30px;
    }
    .foot-logo {
        margin-bottom: 10px;
        height: 40px;
    }
    .pageheader {
        height: 200px;
    }
    .pageheader h2 {
        font-size: 36px;
        width: 90%;
        text-align: center;
    }
    .greet .quote {
        font-size: 22px;
    }
    .subpage-content {
        padding: 50px 0 60px;
    }
    .vision-wrap > div {
        padding: 30px 20px;
    }
    .vision-wrap .right-con {
        border: none;
    }
    .dh-margin-top {
        text-align: center;
    }
    .prod-sample .name {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .dh-attach + .col-xs-12 {
        padding: 30px 15px !important;
    }
    .network-wrap p {
        font-size: 18px;
    }
    .contact-wrap h3 br {
        display: none;
    }
    #mod_type_formForm {
        margin: 20px -15px 50px;
    }
    #mod_type_formForm .btn-primary {
        display: block;
        margin-left: auto;
    }
}

.main-video {
    background: #f5f5f5;
}
.prod-video {
    padding: 70px 15px;
}

/* 250414 */
:root {
    /* google-material-symbols */
    --gms: "Material Symbols Outlined";
    --gms-grad-low: "GRAD" -25;
    --gms-grad-zero: "GRAD" 0;
    --gms-grad-high: "GRAD" 200;
    --gms-opsz: "opsz" 48;
    /* fill icon */
    --gms-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
    --gms-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
    --gms-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
    --gms-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
    --gms-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
    --gms-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
    --gms-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
    /* outlined icon */
    --gms-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
    --gms-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
    --gms-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
    --gms-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
    --gms-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
    --gms-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
    --gms-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}
/* material-symbols */
.material-symbols-outlined {
    font-family: var(--gms) !important;
    overflow: hidden;
    display: inline-flex;
    line-height: 1;
    font-variation-settings: var(--gms-300-out), var(--gms-grad-zero);
    user-select: none;
}
/* [ navbar-top ] */
.nav-top {
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 22px;
    /* desktop */
}
@media (width >= 1520px) {
    /* mobile */
    .nav-top {
        position: absolute;
        top: 30px;
        /* align-self: center; */
        padding: 0;
        /* margin-top: 32px; */
        right: 50px;
    }
}
@media (width <= 767.98px) {
    .nav-top {
        position: absolute;
        /* width: fit-content; */
        top: 13px;
        right: 50px;
        z-index: 100;
        padding-top: 0;
        scale: 0.8;
    }
}
.li-login {
    display: flex;
    align-items: center;
}
.li-login li {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
}
.li-login li a {
    color: var(--navbar-scroll-color);
}
.li-login li + li {
    padding-left: 7px;
    margin-left: 7px;
    border-left: 1px solid #ccc;
}
@media (width <= 767.98px) {
    .li-login {
        display: none !important;
    }
}
.li-lang {
    /* pointer-events: none; */
    position: relative;
    display: flex;
    align-items: center;
    margin-right: -5px;
}
.li-lang .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 9px 10px 9px 15px;
    border: 1px solid rgb(129 129 129 / 61%);
    border-radius: 500px;
    height: 35px;
    color: var(--navbar-scroll-color);
    text-shadow: unset;
}
.li-lang .dropdown-toggle::before {
    all: unset;
    /* content: "\e894"; */
    font-family: var(--gms);
    font-variation-settings: var(--gms-400-out);
    line-height: 1;
    margin-right: 4px;
    font-size: 18px;
}
.li-lang .dropdown-toggle::after {
    all: unset;
    content: "\e5cf" !important;
    font-family: var(--gms);
    line-height: 1;
    margin-left: 5px;
    font-size: 18px;
    font-variation-settings: var(--gms-700-out);
}
.li-lang.open .li-lang .dropdown-toggle::after {
    content: "\e5ce" !important;
}
.li-lang .dropdown-toggle p {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin: 0;
    color: inherit;
}
.li-lang .dropdown-menu {
    display: none;
}
.li-lang.open .dropdown-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    min-width: auto;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding: 5px 17px;
    margin-top: 5px !important;
    opacity: 1;
    background-color: #fff;
    gap: 0;
    border-radius: 6px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
}
.li-lang .lang-change-btn {
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    padding: 10px 0;
    justify-content: center;
    text-align: center;
}
.li-lang .lang-change-btn.active + .lang-change-btn {
    border-top: 0;
}
.li-lang .lang-change-btn + .lang-change-btn {
    border-top: 1px solid #ccc;
}
.li-lang button[disabled] {
    display: none;
}

html[lang="am-ET"] {
    #myCarousel {
        .slide3 .fill {
            background-image: url("/skin/img/slide/slide05-am.png") !important;
        }
    }
}
