@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css);
@import url("/skin/notokr/notokr.css");

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    opacity: 0;
    background-color: #fff;
}

/* 폰트 설정 */
.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;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
* {
    word-break: keep-all;
}

/* 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: #117b4e;
    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: #11ab69;
}
.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;
    }
}
.li-dash > li,
.li-dot > li,
.li-dash > dd,
.li-dot > dd {
    padding-left: 20px;
    position: relative;
}
.li-dash > li:before,
.li-dot > li:before,
.li-dash > dd:before,
.li-dot > dd:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.li-dot > li:before,
.li-dot > dd:before {
    content: "·";
}
* {
    word-break: keep-all;
}
.subContent ul {
    padding: 0;
}
/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff; /*배경 색*/
    border-color: rgba(0, 0, 0, 0);
    padding: 0px 0px 0px 0px; /*내부 여백*/
    margin: 0px 0px 0px 0px; /*외부 여백*/
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
    padding: 15px 0;
    margin: 0;
    width: 200px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    font-size: 16px;
    padding: 20px 30px;
    font-weight: 600;
    letter-spacing: -0.034em;
    margin: 15px 0 0 0;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #333;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #333;
    background-color: rgba(142, 105, 75, 0);
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/

@media screen and (min-width: 768px) {
    .navbar .navbar-nav > .dropdown > .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        background: #fff;
        border: none;
        padding: 0;
        border-radius: 0;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li {
        border-bottom: 1px solid rgba(190, 190, 190, 0.3);
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li:last-child {
        border-bottom: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        text-align: center;
        color: #333;
        padding: 14px 17px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        text-align: left;
        letter-spacing: -0.02em;
        text-decoration: none;
        transition: all ease 0.25s;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #333;
        background-color: rgba(0, 0, 0, 0.1);
        text-decoration: none;
    }
}
.menu_top {
    background: #dac2be;
    text-align: right;
    height: 20px; /* 원하는 높이로 지정 */
}
 /*.menu_top a {
    text-decoration: none;
    padding: 5px 25px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    background: #c7958a;
}*/
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    background-color: #ededed;
    padding: 40px 0 30px;
    margin: 0;
    text-align: center;
}
.footer_copy .text-center ul {
    color: #666;
    font-size: 13px;
    padding: 0;
    line-height: 22px;
}
.foot-logo {
    opacity: 0.6;
    padding-top: 2px;
}
.footer_copy .col-sm-10 {
    padding-left: 30px;
}
.footer_copy li strong {
    font-size: 16px;
}
.footer_copy .copy {
    clear: both;
    font-size: 11px;
    color: #999;
    padding-top: 6px;
}
.footer_copy li span {
    display: block;
    float: left;
    padding-right: 15px;
}
/* 하단 카피라이트 설정 끝*/

/*slide*/
.container_contents,
.sub-layout {
    padding-top: 28px;
}
.carousel-inner .item {
    width: 100%;
    height: 700px;
}
.carousel-inner .item:nth-of-type(1) {
    background: url(/skin/img/slide/slide01.jpg) no-repeat center / cover;
}
.carousel-inner .item:nth-of-type(2) {
    background: url(/skin/img/slide/slide02.jpg) no-repeat center / cover;
}
.carousel-inner .carousel-caption {
    text-align: left;
    top: 55%;
    bottom: auto;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
}
.carousel-inner .carousel-caption h2 {
    font-size: 72px;
    font-weight: 300;
    letter-spacing: -0.03em;
    margin-bottom: 25px;
    margin-top: 0;
    color: #333;
    text-shadow: none;
}
.carousel-inner .carousel-caption p {
    font-size: 18px;
    text-shadow: none;
    letter-spacing: -0.04em;
    color: #333;
    line-height: 1.6;
}
.carousel-indicators li,
.carousel-indicators .active {
    width: 60px;
    height: 6px;
    background-color: #fff;
    border: 0;
    margin: 3px;
}
.carousel-indicators .active {
    background: #d3a49a;
}

/*main*/
.main-business01 {
    padding: 80px 0 20px;
}
.main-business02 {
    padding: 80px 0 80px;
}
.main-content h3 {
    text-align: left;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    margin-top: 0;
}
.main-business01 a {
    display: block;
    text-decoration: none;
    border: 1px solid #ddd;
    background: #c7b39f;
    transition: all ease 0.3s;
}
.main-business01 a p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    background: #c7958a;
    padding: 5px 0;
    border-top: 1px solid #c7958a;
    transition: all ease 0.3s;
}
.main-business01 a:hover {
    border-color: #dfc9c5;
}
.main-business01 a:hover p {
    background: #dfc9c5;
    border-top: 1px solid #dfc9c5;
    color: #333;
    font-weight: 500;
}
/*nain-bbs*/
.front-panel {
    padding: 0;
}
.main_bbs .page-header {
    display: none;
} /*main-BBS*/
.intro-boardbox-6 .front-panel > .panel {
    border: none;
    border-top: 2px solid;
}
.intro-boardbox-6 .page-header {
    display: none;
}
.intro-boardbox-6 .front-panel > .panel .panel-body {
    padding: 0;
}
.intro-boardbox-6 .dh-front-list2-words {
    padding: 30px 10px;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
}
.intro-boardbox-6 .dh-front-list2 h6 a span.row-separator {
    display: none;
}
.intro-boardbox-6 .dh-front-list2 h6 a span.list-row-regdate {
    float: right;
    color: #888;
    font-size: 15px;
    font-weight: 400;
}
.intro-boardbox-6 .list-row-contents {
    display: none;
}
.intro-boardbox-6 .dh-front-list2 h6 a span.list-row-subject {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.034em;
}
.intro-boardbox-6 .dh-front-list2 h6 a span.list-notice {
    font-weight: 400;
    font-size: 16px;
    color: #b71e1e;
    width: 130px;
    display: inline-block;
}

/*sub*/
.subTop {
    width: 100%;
    height: 280px;
    background: url(/skin/img/sub/subTop.jpg) no-repeat center / cover;
    position: relative;
}
.subTop .container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 70px;
}
.subTop h2 {
    /* position: absolute; */
    /* top: 58%; */
    /* left: 24%; */
    /* transform: translate(-50%, -50%); */
    /* margin-top: 80px; */
    text-transform: uppercase;
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
}
.subContent {
    padding: 60px 0 100px;
}
.subTitle {
    overflow: hidden;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
}
.subTitle h3 {
    font-size: 34px;
    letter-spacing: -0.03em;
    color: #333;
    float: left;
    margin: 0;
}
.subTitle h3 span {
    display: inline-block;
    font-size: 40%;
    color: #bebebe;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding-left: 5px;
}
.subTitle ol {
    float: right;
    margin: 0;
    padding: 0;
    background: none;
    margin-top: 18px;
    vertical-align: bottom;
    font-size: 13px;
}
.breadcrumb > li + li:before {
    content: "\f105 ";
    color: #ccc;
    font-family: "FontAwesome";
    font-size: 15px;
}
.subTitle ol li {
    letter-spacing: -0.034em;
    font-weight: 500;
    color: #777;
}
.subTitle ol li.active {
    color: #444;
}
.subContent h4 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.04em;
    /* padding-left: 15px; */
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
}
.subContent h4:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #e6cba9;
    position: absolute;
    left: 0;
    top: -7px;
    display: none;
}
.subContent .con dd:not(.row),
.subContent .con p,
.subContent .con li {
    font-size: 16px;
    letter-spacing: -0.034em;
    margin-bottom: 5px;
    color: #333;
    line-height: 1.6;
}
.subContent .con {
    margin-bottom: 80px;
}
.subContent .con:last-child {
    margin-bottom: 0;
}
.subContent .con dl dt {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 4px solid #ff9595;
    line-height: 0.9;
}

/*table*/
.subContent .table.table-type03 {
    border-top: 2px solid #333;
}
.subContent .table.table-type03 tr th,
.subContent .table.table-type03 tr td {
    padding: 12px 12px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    text-align: center;
    font-size: 15px;
}
.subContent .table.table-type03 tr th {
    color: #333;
    background: #f8f8f8;
}
.subContent .table.table-type03 tr td {
    color: #333;
}

/*company*/
.cert-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
}
.timeline .time-box {
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e0e0e0;
}
.timeline .year {
    /* text-align: center; */
    vertical-align: top;
}
.timeline .year span {
    font-size: 40px;
    font-weight: 400;
    color: #ddd;
    line-height: 52px;
    font-style: italic;
}
.timeline .issue li {
    display: grid;
    grid-template-columns: minmax(0, 60px) auto;
    font-size: 16px;
    margin: 7px 0;
    letter-spacing: -0.02em;
    color: #555;
}
.timeline .issue li span {
    display: inline-block;
    width: 65px;
    text-align: left;
    font-weight: 500;
    color: #d47474;
}
.timeline .time-box:first-child {
    margin-top: 0;
}
#company01 .con1 img {
    padding: 10px;
    border: 1px solid #ddd;
}
#company02 .con1 ul {
    margin-top: 20px;
}
#company02 .con1 ul li {
    font-size: 16px;
    margin-bottom: 7px;
    letter-spacing: -0.034em;
}
#company02 .con1 ul li span {
    font-weight: 600;
    margin-right: 10px;
    color: #000;
    display: inline-block;
    width: 80px;
}

/*business*/

#business01 .col-md-5 {
    padding-right: 50px;
}
#business01 .con1 img {
    padding: 10px;
    border: 1px solid #ddd;
}
#business01 .con2 img {
    padding: 10px;
    border: 1px solid #ddd;
}
#business01 .con2 dl:first-child {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}
/* #business01 .con2 dl dt{    font-size: 18px;
    border-top: 2px solid #333;
    padding-top: 10px;}
#business01 .con2 dl dd{    border-top: 2px solid #ddd;
    padding-top: 10px;} */

/*product*/
#product01 .clearfix.gap {
    margin-bottom: 30px;
}
#product01 .col-md-7 .li-dash {
    padding: 50px 0 0 20px;
}
#product01 .con1 {
    margin: 30px 0 60px;
}
/* #product01 .con2 img, */
/* #product02 .con2 .col-md-3 img, */
#product03 .con3 img,
#product03 .con4 img {
    padding: 10px;
    border: 1px solid #ddd;
}
#product03 .con3 img {
    padding: 25px;
}
@media (min-width: 768px) {
    #product01 .con4 .col-md-3 {
        width: 20%;
    }
}

#product01 .con7 p,
#product01 .con6 p,
#product01 .con5 p,
#product01 .con4 p,
#product01 .con3 p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
}
#product01 .con3 p {
    font-size: 15px;
}
#product01 .con4 ul {
    margin-top: 20px;
}
#product02 .col-md-7 {
    padding-left: 30px;
}
#product02 .col-md-12 > img {
    padding: 0 150px 50px;
}
#product02 .con1 p,
#product02 .con3 p {
    margin-bottom: 20px;
}
#product02 .clearfix {
    margin-bottom: 30px;
}
#product02 .con2 .col-md-8 {
    padding-left: 30px;
}
#product02 .con3 p:first-child {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.06em;
    color: #000;
    margin-bottom: 10px;
    margin-top: 20px;
}
#product02 .con2 img,
#product02 .con5 img {
    padding: 10px;
    border: 1px solid #ddd;
}
#product02 img.rs {
    padding: 25px 110px;
}
#product02 .con3 img {
    margin-bottom: 10px;
}
#product02 .con3 img + p {
    text-align: center;
    letter-spacing: -0.06em;
    line-height: 1.45;
}
#product02 .con3 .effect {
    background: #f8f8f8;
    padding: 40px;
}
#product02 .con2 img + p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-top: 5px;
}

#product03 .con1 p {
    font-size: 17px;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 10px;
    /* border: 1px solid #ddd; */
    line-height: 1.65;
}
#product03 .con1 p span,
#product03 .con2 p span {
    font-weight: 500;
    color: #d47474;
}
#product03 .con2 img + p small,
#product03 .con2 img + p {
    font-weight: 500;
    color: #000;
    display: block;
    line-height: 1.3;
}
#product03 .con2 img {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}
#product03 .clearfix {
    margin-bottom: 40px;
}
#product03 .con3 li {
    font-size: 18px;
    margin-bottom: 8px;
}
#product03 .con3 li span {
    font-weight: 700;
    font-size: 20px;
    margin-right: 10px;
    color: #d47474;
}
#product03 .con4 .col-md-8 p:first-child {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
#product03 .rs {
    padding: 0 100px;
}
#product03 .col-md-7 {
    padding-left: 30px;
}
/*BBS*/
.dh-board .table > thead > tr > th,
.dh-board .table > tbody > tr > th,
.dh-board .table > tfoot > tr > th,
.dh-board .table > thead > tr > td,
.dh-board .table > tbody > tr > td,
.dh-board .table > tfoot > tr > td {
    padding: 16px 20px;
    color: #666;
    font-size: 15px;
}
.dh-board .table > thead > tr > th {
    background: #f8f8f8;
    vertical-align: middle;
    border-bottom: 1px dotted #bdbdbd;
    font-size: 14px;
    padding: 14px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.03em;
}
.dh-board .table > tbody > tr > td {
    border-bottom: 1px dotted #dedede;
}
.dh-board .table > tbody > tr > td > strong > a {
    color: #555;
}
.dh-board > .table-hover {
    border-top: 2px solid #2d2d2d;
    border-bottom: 1px solid #ccc;
    margin: 0px 0 30px;
}
.dh-board > .table-hover > tbody > tr:hover td {
    background-color: #f9f9f9;
}
.dh-board > .table-hover > tbody > tr:hover > td > strong > a {
    color: #000;
}
.dh-margin-top {
    margin-top: 40px;
    display: inline-block;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    border: none;
    background-color: #fff;
    width: 25%;
    margin: 0 0 20px;
    padding: 0 10px;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > div {
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
}
.dhb-txt-box-type-b-img-layout {
    padding: 0;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
    min-height: 200px;
    max-height: 200px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.dhb-txt-box-type-b-text-layout h4 {
    font-size: 14px;
    margin: 15px 0;
}
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    margin-top: 0;
    float: none;
    text-align: left;
    display: none;
}
.txt-box-footer em {
    display: none;
}
.txt-box-footer em > span.regdate {
    font-style: normal;
    color: #666;
    font-size: 13px;
}
.txt-box-footer em > span:last-child {
    display: none;
}
.txt-box-footer small.hits {
    display: none;
}
@media screen and (max-width: 767px) {
    .bbs-blog2-index-layout .dhb-txt-box-type-b {
        width: 100%;
        margin: 10px 0 20px;
    }
}
.label {
    background: rgba(0, 0, 0, 0);
    padding: 0 5px;
    font-size: 90%;
}
.label-danger {
    color: #d83d0f;
}
.label-primary {
    color: #d83d0f;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #c7958a;
    border: 1px solid #c7958a !important;
}
.pagination > li > a,
.pagination > li > span {
    color: #9d8478;
    border: 1px solid #fff !important;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #9d8478;
}
.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}
.btnRead {
    font-weight: 500;
}
.btn-default,
.btn-primary,
.btn-danger {
    background-image: none;
}
.btn-group,
.btn-group-vertical {
    margin: 10px 0 30px;
}
.dh-view-box {
    margin-top: 0px;
}
.sns-box {
    display: none;
}
.dh-view-box > .row > .page-header {
    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    margin: 0;
}
.dh-view-box > .row > .page-header > h4 {
    color: #333;
    font-size: 18px;
    margin: 14px 0;
    font-weight: 500;
    padding-left: 0;
}
.dh-view-box > .row > .page-header > h4:before {
    display: none;
}
.dh-view-box > .row > .dh-view-info {
    border-bottom: 1px solid #ccc;
    background: rgba(0, 0, 0, 0);
    padding: 8px 20px 8px;
    color: #888;
}
.dh-view-box > .row > .dh-view-info > span {
    padding: 0 15px 0 0;
}
.dh-view-box > .row > .dh-view-info > span > strong {
    color: #555;
    padding: 0 5px 0 0;
}
.dh-view-box .dh-attach h6 {
    text-align: center;
    margin-top: 0;
    font-size: 13px;
    padding: 6px;
}
.dh-view-box > .row > .dh-view-info {
    background: #eee;
    margin: 0px;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    float: left;
    font-size: 14px;
    margin-bottom: 5px;
}
.dh-view-box > .row > .dh-view-info > span {
    font-size: 13px;
    padding: 0 0 0 5px;
}
.dh-view-box > .row > .dh-view-info > span > strong {
    color: #000;
    padding: 0 8px 0 0;
}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {
    padding: 30px 20px 60px !important;
    min-height: 100px;
}
.dh-board #btnNew {
    background-color: #c7958a;
    border-color: #c7958a;
}
.dh-board #btnNew:hover {
    background-color: #c7b39f;
    border-color: #c7b39f;
}

/*mail*/
#mailForm {
    width: 100%;
    /* max-width: 1010px; */
    margin: 0 auto;
}
.form-control {
    background: none;
    color: #444;
    font-size: 16px;
}
#mailForm .form-control {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    background: #f9f9f9;
    border: none;
    border-radius: 0;
    padding: 0 10px;
    border-bottom: 1px solid rgb(154, 165, 175);
    width: 85%;
    color: #333;
    height: 44px;
}
#mailForm textarea.form-control {
    height: 150px;
    padding-top: 16px;
}
#mailForm .btn-primary {
    background: #c7958a;
    color: #fff;
    font-size: 16px;
    border: 1px solid #c7958a;
    max-width: 200px;
    margin: 0 auto;
    padding: 16px 0;
    border-radius: 0;
    opacity: 1;
}
#mailForm .btn-primary:hover,
#mailForm .btn-primary:focus {
    background: #fff;
    color: #c7958a;
}
#mailForm input::-webkit-input-placeholder {
    color: #999;
    font-weight: 300;
}
#mailForm input:-ms-input-placeholder {
    color: #999;
    font-weight: 300;
}
#mailForm textarea::-webkit-input-placeholder {
    color: #999;
    font-weight: 300;
}
#mailForm textarea:-ms-input-placeholder {
    color: #999;
    font-weight: 300;
}
#mailForm label {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.04em;
    margin: 0 0 4px;
    float: left;
    width: 15%;
    color: #222;
    /* height: 41px; */
    margin-top: 10px;
}
#mailForm label[for="mail_agree"] {
    width: 85%;
    float: right;
    font-size: 13px;
    letter-spacing: -0.02em;
    font-weight: 400;
    margin-bottom: 20px;
    color: #333;
}
#mailForm .form-group p.error {
    font-size: 14px;
    color: #006cc7;
    padding: 6px 0 0 172px;
}
.contact-mail-layout > p {
    display: none;
}
#product02 .con5 p {
    background: #f8f8f8;
    padding: 10px;
    font-weight: 600;
    border: 1px solid #ddd;
    border-top: none;
}
.owl-carousel .owl-prev {
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav > div > i {
    font-size: 30px;
    background: #999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.owl-carousel .owl-next {
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
}
.owl_box {
    max-width: 1000px;
    margin: 0 auto;
}

/*2019-07-19*/
.cert-img {
    cursor: pointer;
}
.modal-dialog {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    max-width: 1000px;
}
.body-layout {
    padding-right: 0 !important;
}
#product02 .video {
    max-width: 1000px;
    margin: 0 auto;
}

/*2019-08-02*/
@media (max-width: 767px) {
    .container_contents,
    .sub-layout {
        padding-top: 85px;
    }
    .subTop {
        height: 200px;
    }
    .subTop h2 {
        top: 50%;
        margin: 0;
    }
    .carousel-inner .item {
        height: 500px;
    }
    .carousel-inner .carousel-caption {
        left: 10%;
    }
    .carousel-inner .carousel-caption h2 {
        font-size: 55px;
        color: #fff;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    }
    .carousel-inner .carousel-caption p {
        color: #fff;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    }
    .mainbusi01 {
        margin-bottom: 20px;
    }
    .intro-boardbox-6 .dh-front-list2 h6 a span.list-notice {
        width: 80px;
    }
    .intro-boardbox-6 .dh-front-list2 h6 a span.list-row-subject {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -0.034em;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        width: 100px;
        overflow: hidden;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background: #333;
    }
    .navbar-inverse .navbar-toggle {
        margin-top: 12px;
    }
    .navbar-inverse .navbar-toggle:hover {
        background: #fff;
    }
    .navbar-brand img {
        padding: 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        margin: 0;
        padding: 30px 30px 10px;
        font-size: 18px;
        font-weight: 500;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 30px;
        font-size: 17px;
    }
    .navbar-inverse {
        border-color: #ddd;
    }
    #company01 .con1 .col-md-5 {
        margin-bottom: 60px;
    }
    #company02 .con1 ul li span {
        position: absolute;
        left: 15px;
    }
    #company02 .con1 ul li {
        padding-left: 90px;
    }
    #business01 .con img {
        margin-bottom: 20px;
    }
    #business01 .col-md-5 {
        padding-right: 15px;
    }
    #product01 .con1 img {
        margin-bottom: 20px;
    }
    #product01 .con4 .col-md-3,
    #product01 .con3 .col-md-3 {
        margin-bottom: 20px;
    }
    #product01 .col-md-7 .li-dash {
        padding: 20px 0 0 0;
    }
    #product02 .col-md-5 img {
        margin-bottom: 20px;
    }
    #product02 .col-md-7 {
        padding-left: 15px;
    }
    #product02 .col-md-12 > img {
        padding: 0;
    }
    #product02 .con2 .col-md-5 {
        margin-bottom: 20px;
    }
    .video .col-md-6:first-child {
        margin-bottom: 20px;
    }
    .owl-dots {
        overflow: hidden;
        text-align: center;
        display: inline-block;
    }
    .owl-dot {
        width: 8px;
        height: 8px;
        background: #ddd;
        float: left;
        border-radius: 50%;
        margin: 0 3px;
    }
    .owl-dot.active {
        background: #999;
    }
    .owl_box {
        text-align: center;
    }
    #product02 .con3 .effect {
        padding: 40px 20px;
    }
    #product03 .con1 p {
        letter-spacing: -0.034em;
        padding: 30px 13px;
    }
    #product03 .con2 .col-xs-offset-3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #product03 .con2 > .col-xs-6 {
        margin-bottom: 20px;
    }
    #product03 .con3 img {
        margin-bottom: 20px;
    }
    #product03 .col-md-7 {
        padding-left: 15px;
        margin-top: 20px;
    }
    #product03 .rs {
        padding: 0;
    }
    .foot-logo {
        width: 150px;
        margin-bottom: 20px;
    }
    .footer_copy .col-sm-10 {
        padding-left: 15px;
    }

    #product01 .clearfix.gap {
        display: none;
    }
    #product01 dl.li-dash {
        margin-top: 30px;
    }
}

/* 2024-06-27 다국어  */
.lang-change-btn {
    display: flex;
}
.li-top {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}
.li-top :is(a, button) {
    height: 28px;
    justify-content: center;
    align-items: center;
}

.menu_top a {
    text-decoration: none;
    padding: 0px 15px;
    color: #fff;
    display: flex;
    font-size: 13px;
    background: #c7958a;
    width: 120px;
}

.li-top {
    float: inherit;
    position: static;
    padding: 0 0 2px 10px;
    min-width: auto;
    display: flex;
    align-items: center;
    transform: none;
    box-shadow: none;
    border: 0;
    margin-left: auto;
    margin-right: -8px;
}
.li-top li.mail {
    margin-left: 10px;
}
.li-top li.lang {
    margin-top: 1px;
    padding-inline: 10px;
    line-height: 0.9;
}
.li-top li.lang + li.lang {
    border-left: 1px solid rgba(112, 112, 112, 0.5);
}
.li-top button {
    all: unset;
    font-size: 12px;
    letter-spacing: -0.025em;
    cursor: pointer;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.65);
}
.li-top button[disabled] {
    font-weight: 700;
    color: #9e4b3a;
}
.li-top button:not([disabled]):hover {
    color: rgba(0, 0, 0, 1);
}

.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
    border-radius: 20px;
}
.maintenance :is(i, span.material-symbols-outlined) {
    display: inline-block;
    line-height: 1;
    font-size: 54px;
    margin-bottom: 20px;
}
.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.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
