@charset "utf-8";
@import url('/skin/font/notokr/notokr.css');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

.body-layout>br {
    display: none;
}

.body-layout {
    padding-top: 97px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .body-layout {
        padding-top: 80px;
    }
}

/* 폰트 설정 */
.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;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.034em;
}

p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.034em;
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-break: keep-all;
}

/*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-check>li,
.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: '·';
}

.li-check>li:before {
    content: '\f00c';
    left: 0;
    font-family: 'fontawesome';
    color: #ed1c24;
}


/* ---------- 테이블 ---------- */
.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #ed1c24;
}

.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;
}


/* ---------- 게시판 ---------- */

/* 게시판 목록 */
.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: 15px 20px;
    color: #666;
    font-size: 15px;
}

.dh-board .table>thead>tr>th {
    background: #f8f8f8;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.03em;
}

.dh-board .table>tbody>tr>td {
    border-bottom: 1px solid #dedede;
}

.dh-board .table>tbody>tr>td>strong>a {
    color: #666;
    font-size: 17px;
    letter-spacing: -0.034em;
    font-weight: 400;
}

.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: transparent;
}

.dh-board>.table-hover>tbody>tr:hover>td>strong>a {
    color: #000;
    font-size: 17px;
    letter-spacing: -0.034em;
}

.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;
}

.btn.btn-primary {
    background: #316d47;
    border-color: #316d47;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #398856;
    border-color: #398856;
}

@media screen and (max-width: 767px) {
    .dh-board .table>tbody>tr>td>strong>a,
    .dh-board .table>tbody>tr>td>strong>a:hover,
    .dh-board .table>tbody>tr>td>strong>a:focus{
        font-size: 15px;
    }

    .dh-board .table>thead>tr>th.hits,
    .dh-board .table>tbody>tr>td.hits{
        display: none;
    }

    .dh-margin-top{
        margin-top: 0 !important;
        text-align: center;
    }

    .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: #316d47;
}

.label-primary {
    color: #316d47;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #316d47;
    border: 1px solid #316d47 !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: 23px;
    margin: 14px 0;
}

.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 {
    margin: 0 0 0;
    padding: 5px 5px 0;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
    padding: 30px 20px 60px !important;
    min-height: 100px;
}

/* 게시판 상세 */
.dh-view-box {
    margin-top: 0px;
}

.sns-box {
    display: none;
}

.dh-view-box>.row>.page-header h4 {
    padding: 20px 15px;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin: 0;
    letter-spacing: -0.06em;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
    background: #fafafa;
}

.content_wrap .page-header h4:before {
    content: none;
}

.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
    display: none;
}

.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 {
    padding: 15px 20px 0;
}

.dh-view-box .dh-attach h6 {
    margin: 0;
    padding: 0;
}


/* ---------- 메일폼 ---------- */
/* 메일폼 */
.contact-mail-layout>p {
    display: none;
}

#mailForm {
    width: 1170px;
    margin: 0 auto;
    padding: 0 0 100px;
}

#mailForm .form-group {
    margin: 0;
    padding: 25px 35px;
    background: #f8f8f8;
    border-bottom: 1px solid #e1e1e1;
}

#mailForm .form-group::after{
    content:"";
    display: block;
    clear: both;
}

#mailForm .form-group:first-child {
    border-top: 2px solid #316d47;
}

#mailForm .form-group p {
    font-size: 14px;
    margin: 0;
    padding-left: 165px;
    padding-top: 5px;
}

#mailForm .form-group label {
    width: 15%;
    float: left;
    margin: 10px 0 0;
    font-size: 15px;
}

#mailForm .form-group input.form-control,
#mailForm .form-group textarea.form-control {
    font-size: 16px;
    width: 85%;
    max-width: 935px;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#mailForm .form-group input.form-control {
    height: 40px;
    font-size: 16px;
}

#mailForm .form-group:nth-child(5) {
    background: none;
    border: none;
    padding: 30px 25px;
    /* margin-bottom: 50px; */
}

#mailForm .form-group .checkbox {
    margin: -8px 0 0;
}

#mailForm .form-group .checkbox label {
    width: 100%;
    margin: 0;
    font-size: 14px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 220px;
    margin: 0 auto;
    margin-top: 70px;
    padding: 15px 0;
    border-radius: 0;
    border: 1px solid #316d47;
    background: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #316d47;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

input[type=button].btn-block:hover,
input[type=reset].btn-block:hover,
input[type=submit].btn-block:hover {
    background: #316d47;
    color: #fff;
}

.mail-tit {
    margin: 100px 0 70px;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 767px){
    #mailForm .form-group{
        padding: 25px 15px;
    }

    #mailForm .form-group label{
        width: 20%;
    }

    #mailForm .form-group input.form-control, 
    #mailForm .form-group textarea.form-control{
        width: 80%;
    }

    #mailForm .form-group .checkbox::after{
        content: "";
        display: block;
        clear: both;
    }

    input[type=submit].btn-block{
        margin-top: 30px;
    }
}


/* ---------- 네비게이션 ---------- */
.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 {
    padding: 10px 0;
    color: #333;
}

.navbar-inverse .navbar-brand:after {
    content: "";
    display: block;
    clear: both;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #333;
}

.navbar-brand img,
.navbar-inverse .navbar-brand .nav-logo-txt {
    float: left;
}

.navbar-brand img {
    margin: 0;
}

.navbar-inverse .navbar-brand .nav-logo-txt h1 {
    margin: 17px 0 0 10px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.13rem;
    color: #004c1c;
}

.navbar-inverse .navbar-brand .nav-logo-txt h1 span {
    display: block;
    margin: 7px 0 0 5px;
    font-size: 60%;
    font-weight: 600;
    letter-spacing: 0.15rem;
    color: #555;
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav>li>a {
        padding: 38px 33px;
        font-size: 18px;
        font-weight: 700;
        color: #333;
        -webkit-text-shadow: none;
        text-shadow: none;
    }

    .navbar-inverse .navbar-nav>li>a .glyphicon {
        line-height: 0;
    }

    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li:hover>a,
    .navbar-inverse .navbar-nav>li:focus>a,
    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:hover,
    .navbar-inverse .navbar-nav>.active>a:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        color: #316d47;
    }

    .navbar-nav>li>.dropdown-menu {
        left: 50%;
        right: auto;
        padding: 10px 8px;
        animation-fill-mode: both;
        animation-duration: 0.8s;
        animation-name: fadeInRight;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        background-color: rgba(0, 0, 0, .85);
        text-align: center;
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            transform: translateX(-20%);
        }

        100% {
            opacity: 1;
            transform: translateX(-50%);
        }
    }
}

.dropdown-menu>li>a {
    padding: 7px 15px;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #38da7d;
    /* font-weight: 700; */
    text-decoration: none;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        padding: 15px 0 15px 15px;
    }

    .navbar-brand img {
        max-width: 50px;
    }

    .navbar-inverse .navbar-brand .nav-logo-txt h1 {
        margin: 7px 0 0 10px;
        font-size: 18px
    }

    .navbar-inverse .navbar-toggle,
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        margin: 23px 15px 23px 0 !important;
        background-color: #fff;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #555;
    }

    .navbar-collapse {
        border-top: 1px solid #eee !important;
        border-bottom: 1px solid #eee !important;
    }

    .navbar-inverse .navbar-nav>li>a,
    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover {
        padding: 7px 15px;
        background-color: #fff;
        font-weight: 500;
        color: #555;
    }

    .navbar-nav .open .dropdown-menu {
        background: #fafafa;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        color: #555 !important;
    }
}

/* ---------- 로그인 ---------- */
.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: #316d47;
    border-color: #316d47;
    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: #398856;
    border-color: #398856;
}

.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;
    }
}


/* ---------- 가로 100% 레이아웃 정의 ---------- */
.container_contents,
.intro-html-layout,
.intro-html-layout>div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout+.row,
#mailForm,
#mod_type_formForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

/* 어드민 */
.join-view-layout {
    background: #e8e8e8;
    padding-top: 20px;
}

.join-view-layout>p {
    display: none;
}

#joinForm {
    margin: 0 auto;
    max-width: 1170px;
}

@media (max-width: 767px){
    .sub-layout > p {
        display: none;
    }
}

/* ---------- 메인페이지 ---------- */

/* 슬라이드 */
.container_slide {
    width: 100%;
    margin: 0;
    padding: 0;
}

.container_slide>.fill,
.carousel-inner .item .fill {
    height: calc(100vh - 97px);
}

.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 45%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 1170px;
    text-align: left;
}

#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: transparent;
    text-shadow: none;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.75);
    letter-spacing: 0;
    font-weight: 700;
}

.carousel-caption h1 {
    margin: 0;
    font-size: 70px;
    color: #222;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.034em;
}

.carousel-caption h1 span b {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.carousel-caption p {
    margin: 30px 0 0;
    font-size: 22px;
    color: #222;
}

.carousel-control {
    display: none;
}

.carousel-indicators {
    bottom: 5%;
}

.carousel-indicators li,
.carousel-indicators li.active {
    margin: 0 7px;
    width: 14px;
    height: 14px;
    border: 3px solid rgba(255, 255, 255, 0.7);
}

.carousel-indicators li.active {
    background: #004c1c;
    border-color: #004c1c;
}

@media (max-width: 767px) {

    .container_slide>.fill,
    .carousel-inner .item .fill {
        height: calc(100vh - 80px);
    }

    .carousel-inner>.item:nth-child(2) .carousel-caption h1 span,
    .carousel-inner>.item:nth-child(2) .carousel-caption p span {
        text-shadow: none !important;
        color: #fff;
    }

    .carousel-caption {
        text-align: center;
    }

    .carousel-caption h1 {
        font-size: 36px;
    }

    .carousel-caption p {
        font-size: 16px;
    }
}

/* 메인 - 컨텐츠 */
.main-content section {
    padding: 80px 0 80px;
}

.main-content section.sec2 {
    padding: 0 0 60px;
}

.main-content .con-box .inner {
    position: relative;
    display: block;
    padding: 40px 30px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 160px;
    border-radius: 7px;
}

.main-content .con-box .inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: 0.35s ease;
    border-radius: 7px;
}

.main-content .con-box .inner.one {
    background-image: url(/skin/img/main/main-01.jpg);
}

.main-content .con-box .inner.two {
    background-image: url(/skin/img/main/main-02.jpg);
}

.main-content .con-box .inner.three {
    background-image: url(/skin/img/main/main-03.jpg);
}

.main-content .con-box .inner:hover::before,
.main-content .con-box .inner:focus::before {
    background: rgba(29, 98, 104, 0.3);
}

.main-content .con-box .inner h4 {
    position: relative;
    z-index: 10;
    margin: 24px 0;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.1rem;
    color: #fff;
}

.main-content .con-box .btn-wrap {
    margin: 30px 0 0;
    text-align: center;
}

.main-content .con-box .btn-wrap>a+a {
    margin-left: 10px;
}

.btn-type-1 {
    display: inline-block;
    padding: 8px 15px;
    background: #555;
    border: 1px solid #555;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    transition: 0.35s ease;
}

.btn-type-1:hover,
.btn-type-1:focus {
    background: transparent;
    color: #555;
}

.main-slider-container {
    background: #eee;
}

#main-slider-wrap {
    padding: 40px 0;
}

#main-slider-wrap .item {
    padding: 0 15px;
}

#main-slider-wrap .inner {
    display: block;
    position: relative;
    width: 100%;
    min-height: 70px;
    background: #fff;
    border: 1px solid #ddd;
    transition: 0.35s ease;
}

#main-slider-wrap .inner:hover,
#main-slider-wrap .inner:focus {
    border-color: #316d47;
}

#main-slider-wrap .inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 180px;
    max-height: 40px;
}

/* 슬릭 슬라이드 */
.slick-slider {
    margin: 0;
    border: none;
}

.slick-track {
    height: auto !important;
}

@media (max-width: 767px) {
    .main-content section {
        padding: 50px 0 !important;
    }

    .main-content section.sec2 {
        padding: 0 0 50px !important;
    }

    .main-content .sec1 .con-box>div+div {
        margin-top: 15px;
    }

    #main-slider-wrap .slick-dots {
        position: static;
        margin-top: 10px;
    }

    #main-slider-wrap .slick-dots li button:before{
        font-size: 13px;
    }
}

/* 메인 - 게시판 */
/* ---------- 게시판 타이틀 설정 ---------- */
.intro-board-widget-layout {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

.intro-boardbox .page-header {
    padding: 0 0 15px;
    margin: 0 0 10px;
    border-bottom: 1px solid #6d6d6d;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    font-size: 26px;
    letter-spacing: -0.06em;
    color: #333;
}

.intro-boardbox .page-header h4 .btn {
    padding: 5px 5px 0;
    margin: 0;
    line-height: 1;
    font-size: 17px;
    color: #999;
}

.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 {
    margin: 0;
    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: #333;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 0;
    letter-spacing: -0.034em;
}

.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: 7px;
    display: none;
}

.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;
}

.intro-boardbox-type-bbs .label-danger {
    top: 0;
}

@media(min-width:768px) {
    .intro-boardbox {
        width: 50%;
        padding-right: 35px;
    }
}

@media (max-width: 767px) {
    .intro-boardbox:last-child {
        padding-left: 15px !important;
    }

    .intro-boardbox-7 {
        margin-top: 30px;
    }

    .intro-boardbox .page-header h4 {
        font-size: 22px;
    }

    .dh-front-list2 h6 a,
    .dh-front-list2 h6 a span {
        font-size: 15px;
    }
}

/* ---------- 푸터 ---------- */
.footer_copy>div {
    padding: 30px 0;
    background: #fff;
    color: #333;
    font-size: 13px;
    text-align: left;
    border-top: 1px solid #eee;
}

.footer-wrap address {
    display: inline-block;
    margin: 7px 10px 0 0;
    font-size: 14px;
}

.footer-wrap ul li span {
    display: inline-block;
    font-size: 13px;
}

.footer-wrap ul li span+span {
    margin-left: 10px;
}

.footer-wrap .copy {
    margin: 10px 0 0;
    font-size: 11px;
    color: #999;
}


/* ---------- 서브페이지 ---------- */
.sub-top {
    position: relative;
    height: 230px;
    background: url(/skin/img/sub/sub-top-01.jpg) no-repeat center/cover;
}

.sub-top h1 {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 1140px;
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
    letter-spacing: -0.02em;
}

.sub-top .bread-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 53%;
    border-radius: 0;
    text-align: center;
}

.sub-top .breadcrumb {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 1140px;
    background: transparent;
}

.sub-top .breadcrumb li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
}

.sub-top .breadcrumb li.active {
    color: rgba(255, 255, 255, 0.8);
}

.sub-top .breadcrumb li+li:before {
    content: '/';
    padding: 0 7px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
}

.sub-menu {
    display: none;
    border-bottom: 1px solid #ddd;
}

.sub-menu ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.sub-menu ul li {
    width: 100%;
    text-align: center;
}

.sub-menu ul li a {
    padding: 15px;
    display: block;
    font-size: 16px;
    color: #333;
}

.sub-menu ul li.active a {
    border-bottom: 2px solid #316d47;
    color: #316d47;
}

.sub-content {
    padding: 100px 0 150px;
}

.sub-content section {
    margin-bottom: 100px;
}

.sub-content section article {
    margin-bottom: 70px;
}

.sub-content section:last-child,
.sub-content section article:last-child {
    margin-bottom: 0;
}

.sub-sec-tit {
    position: relative;
    margin: 0 0 150px;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.06em;
}

.sub-sec-tit:before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    width: 1px;
    height: 30px;
    /* transform: translateX(-50%); */
    background: #999;
}

.sub-con-tit {
    position: relative;
    margin: 0 0 30px;
    padding-left: 12px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.034em;
    font-size: 27px;
}

.sub-con-tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 4px;
    height: 26px;
    background: #109440;
}

.sub-con-tit .en {
    display: inline-block;
    padding-left: 8px;
    font-size: 17px;
    font-weight: 500;
    color: #004c1c;
}

/* about */
.greeting-wrap .slogan {
    margin: 0 0 30px;
    padding: 30px;
    background: #eee;
}

.greeting-wrap .slogan h5 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 600;
    color: #316d47;
}

.greeting-wrap .slogan p {
    margin: 0;
}

.greeting-wrap .desc {
    padding-left: 80px;
}

.greeting-wrap p b {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.greeting-wrap p.name {
    margin: 30px 0 0;
    text-align: right;
    font-weight: 600;
    font-size: 16px !important;
}

.root_daum_roughmap{
    width: 100% !important;
}

.location-table {
    margin: 50px 0 0;
    width: 100%;
    border-top: 1px solid #999;
}

.location-table tr th,
.location-table tr td {
    padding: 20px 15px;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}

.location-table tr th {
    color: #222;
    background: #f8f8f8;
    text-align: center;
    font-weight: 500;
}

.client-wrap .inner {
    position: relative;
    width: 100%;
    margin: 0 0 30px;
    min-height: 100px;
    border: 1px solid #ddd;
}

.client-wrap .inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 70px;
    max-height: 58px;
}

/* business */
.business-service {
    margin-top: 120px;
    margin-right: 50px;
    margin-left: 50px;
}

.business-service .icon {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 220px;
    height: 220px;
    padding-top: 70px;
    background: #59a876;
    border-radius: 50%;
    text-align: center;
    font-size: 48px;
    color: #fff;
    /* box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1); */
}

.business-service h5 {
    font-size: 20px;
    margin: 30px auto 20px;
    padding: 0;
    text-align: center;
    color: #333;
    letter-spacing: -0.06em;
    width: 180px;
    position: relative;
    font-weight: 700;
}

.business-service ul {
    margin: 0;
}

.business-service ul li {
    position: relative;
    padding: 2px 0;
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
}

.business-info {
    margin: 0 0 50px;
    padding: 45px 45px 35px;
    background: #f4f4f4;
    /* border: 1px solid #eee; */
}

.business-info h5 {
    margin: 0 0 15px;
    font-size: 18px;
    letter-spacing: -0.034em;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}

.business-info p:last-child {
    margin: 0;
}

.list-style li {
    position: relative;
    padding-left: 13px;
}

.list-style li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 1px;
    background: #555;
}

#business02 .sub-content section {
    padding-bottom: 100px;
    border-bottom: 1px dashed #ddd;
}

#business02 .sub-content section:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

/* consulting */
.consulting-wrap p {
    position: relative;
    padding: 20px 15px;
    min-height: 90px;
    background: #509a67;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    font-size: 17px;
    line-height: 1.45em;
}

.consulting-wrap p span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

/* .consulting-wrap p:before{
    display: inline-block;
    margin-right: 10px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 20px;
} */

.footer-wrap h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    color: #666;
}

.intro-boardbox:last-child {
    padding-right: 15px;
    padding-left: 35px;
}

.dh-front-list2 .list-row-regdate {
    font-size: 14px;
}

.slick-prev::before,
.slick-next::before {
    color: #999 !important;
}

.dh-front-list2 .list-row-regdate {
    font-size: 14px;
}

.slick-prev::before,
.slick-next::before {
    color: #999 !important;
}

.intro-boardbox:last-child {
    padding-right: 15px;
    padding-left: 35px;
}

.dh-front-list2 .list-row-regdate {
    font-size: 14px;
}

.slick-prev::before,
.slick-next::before {
    color: #999 !important;
}

.dh-front-list2 .list-row-regdate {
    font-size: 14px;
}

.slick-prev::before,
.slick-next::before {
    color: #999 !important;
}

.table-hover>tbody>tr:hover {
    background: transparent;
}

.bbs-area #insertForm h2 {
    letter-spacing: -0.08em;
    text-align: center;
    margin-bottom: 50px;
}

.text-danger {
    font-size: 14px;
    margin-top: 10px;
}

.sec2>h3+.business-info {
    margin-bottom: 0;
    padding-bottom: 0;
}

.business-service h5::before,
.business-service h5::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #333;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

.business-service h5::after {
    right: 0;
}

.business-service .icon::after {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background: transparent;
    border: 2px dashed rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    top: 10px;
    left: 10px;
    position: absolute;
}

.business-service h5::before,
.business-service h5::after {
    width: 5px;
    height: 5px;
    background: #333;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

.business-service h5::after {
    right: 0;
}

.business-service .icon::after {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    top: 10px;
    left: 10px;
    position: absolute;
}

#consulting01 .sec2 .consulting-wrap p {
    background: #417c8b;
}

#consulting01 .sec3 .consulting-wrap p {
    background: #42648b;
}

.business-service>div:nth-child(2) .icon {
    background: #417c8b;
}

.business-service>div:nth-child(3) .icon {
    background: #42648b;
}

.greeting-wrap .desc p {
    font-size: 18px;
    margin-bottom: 30px;
}

.greeting-wrap .desc p span {
    display: block;
    font-size: 27px;
    letter-spacing: -0.06em;
    margin-bottom: 20px;
}

#about01 img {
    padding-top: 50px;
}

#myCarousel .carousel-caption p span {
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 1em !important;
}

/* ---------- 서브페이지 - 반응형 ---------- */
@media (max-width: 767px) {
    .sub-top {
        height: 160px;
    }

    .sub-top h1 {
        width: 100%;
        font-size: 30px;
    }

    .sub-content {
        padding: 50px 0;
    }

    .sub-sec-tit {
        margin: 0px 0 90px;
        font-size: 26px;
    }

    .sub-con-tit {
        font-size: 22px;
    }

    .sub-con-tit:before {
        height: 21px;
    }

    .sub-con-tit .en{
        padding-left: 0;
    }

    #about01 img {
        padding-top: 0;
    }

    .greeting-wrap .desc {
        margin-top: 40px;
        padding-left: 15px;
    }

    .greeting-wrap .desc p {
        margin-bottom: 15px;
        font-size: 16px;
    }

    #daumRoughmapContainer1587529447282 {
        height: 340px !important;
    }

    .business-service {
        margin-top: 30px;
        margin-right: 0;
        margin-left: 0;
    }

    .business-service>div+div {
        margin-top: 50px;
    }

    .business-service .icon {
        padding-top: 52px;
        width: 160px;
        height: 160px;
        font-size: 36px;
    }

    .business-service .icon::after {
        width: auto;
        height: auto;
        top: 10px;
        bottom: 10px;
        right: 10px;
        left: 10px;
    }

    .business-service h5 {
        margin: 20px auto 10px;
    }

    .business-info {
        padding: 30px 15px;
    }

    .business-info>.col-xs-12 {
        padding: 0;
    }

    .list-style li {
        font-size: 15px;
    }
}