@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.11.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.11.2/css/v4-shims.css);
@import url('/public/notokr/notokr.css');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

#site {
    padding-top: 0px;
}

/* 폰트 설정 */
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
.subPage,
#site {
    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;
    padding: 0
}

.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;
}

.board_wrapper {
    margin-top: 0;
}

.search_wrap {
    margin-bottom: 0;
}

* {
    word-break: keep-all
}

a:hover {
    text-decoration: none
}

.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: '·';
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

.subContent ul {
    padding: 0
}

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: relative;
    margin-bottom: 0;
    border: 0;
}
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: 0;
    padding: 0
}

.navbar>.container .navbar-brand {
    height: auto;
    padding: 0;
    margin: 30px 0 0 !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #222;
    padding: 40px 30px 35px;
    text-align: center;
    font-size: 17px;
    letter-spacing: -0.01em;
    font-weight: 500;
}
.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav>li>a:focus, 
.navbar-inverse .navbar-nav>li>a:hover {
    background: none;
    color: #1d8347
}

@media (max-width: 767px) {

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        padding: 0;
        border: none;
        box-shadow: none;
        border-radius: 0;
        min-width: 100%;
        background: rgba(0,0,0,0.8);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 10px 20px;
        font-size: 13px;
        letter-spacing: -0.015em;
        color: #ddd;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: #000;
        color: #fff;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
        margin-top:20px;
    }
}

/* 하단 카피라이트 설정 시작*/
#site footer {
    margin-top: 0px;
    color: #888;
    font-size: 13px;
}

#site footer .footer-link {
    padding: 15px 0;
    border-bottom: 1px solid #444
}

#site footer .footer-link ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0
}

#site footer .footer-link ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    line-height: 26px
}

#site footer .footer-link ul li a {
    color: inherit
}

#site footer .footer-info {
    padding: 30px 0
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0
}

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 13px;
    line-height: 23px;
}


/* 슬라이드 공통 */
#mainCarousel {
    padding: 0 100px;
    /* background: url(/public/img/slide/slide_bg.jpg)no-repeat center / cover; */
}

#mainCarousel .carousel-inner .item {
    height: calc(100vh - 280px);
}

.carousel-control {
    background:none !important;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;

    display:none;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.carousel-indicators {
    bottom:40px;
    margin-bottom:0;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: none;
    margin: 0 4px;
    border-radius: 50%;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    width: 15px;
    height: 15px;
    background-color: #92c73d;
    margin: 0 4px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .6);
}
.carousel-caption {
    top: 24%;
    left: 15%;
    text-align: left;
    text-shadow: none;
    padding: 0;
}
.carousel-caption h1 {
    display: inline-block;
    position: relative;
    font-size: 125px;
    font-weight: 700;
    line-height: 1;
    color: #038538;
    letter-spacing: -0.035em;
    font-style: oblique;
    margin: 0;
}
.carousel-caption h1 small {
    color: #111;
    font-weight: 600;
    font-size: 55px;
    letter-spacing: -0.04em;
    margin-left: -5px;
}
.carousel-caption h1 span {
    position: absolute;
    right: 0;
    top: 42px;
    font-size: 17px;
    font-weight: 500;
    color: rgba(0,0,0,0.55);
    letter-spacing: 0.035em;
    font-style: normal;
}
/*sub*/
.subTop {
    width: 100%;
    height: 230px;
    background: url(/public/img/sub/subTop.jpg)no-repeat center / cover;
    position: relative;
}

.subContent > .container > .row > .col-md-3 h2 {
    margin: 0;
    color: #fff;
    background: #09632e url(/public/img/sub/snv_bg.png);
    width: 100%;
    padding: 48px 0;
    font-weight: 600;
    letter-spacing: -0.034em;
    border-bottom: none;
    text-align: center;
    font-size: 24px;
}

.subContent .subnav li {
    margin-bottom: 0 !important;
}

.subContent .subnav li a {
    display: block;
    padding: 13px 15px;
    font-size: 15px;
    color: #777;
    letter-spacing: -0.03em;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e0;
}

.subContent .subnav li a:hover {
    color: #222;
    /* border-bottom: 1px solid #126bdc */
}

.subContent .subnav li.active a {
    background: #f3f3f3;
    color: #0f6c35;
    font-weight: 600;
}

.subContent>.container>.row>.col-md-3 {
    width: 21.5%;
    margin-top: -60px;
    margin-right: 3%;
}
.subTitle {
    position: relative;
    margin: 62px 0 50px;
    padding: 0 0 12px;
    border-bottom: 1px solid #bbb;
}
.subTitle h3 {
    margin: 0;
    letter-spacing: -0.035em;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 20px;
    display: inline-block;
    padding: 0;
    color: #222;
}
.subTitle .breadcrumb {
    background: rgba(0, 0, 0, 0);
    font-size: 13px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 12px;
}
.subTitle .breadcrumb li {
    font-size: 12px;
    color: #999;
    letter-spacing: -0.01em;
    margin: 0;
}
.subContent {
    padding-bottom: 150px;
}

.subContent .con {
    margin-bottom: 60px;
}

.subContent p,
.subContent dd,
.subContent li {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 15px;
}

.subContent p:last-child,
.subContent dd:last-child,
.subContent li:last-child,
.subContent .con:last-child {
    margin-bottom: 0;
}

.subContent h4 {
    position: relative;
    font-size: 25px;
    letter-spacing: -0.05em;
    color: #222;
    padding-left: 30px;
    margin: 0 0 25px;
    line-height: 1;
}

.subContent h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border: 5px solid #1d8347;
    border-top-color: #9ac12e;
    border-left-color: #9ac12e;
    border-radius: 50%;
}

/*tabel*/
.subContent .table.table-type03 {
    border-top: 2px solid #333;
}

.subContent .table.table-type03 tr th,
.subContent .table.table-type03 tr td {
    padding: 12px 15px !important;
    border: 1px solid #e0e0e0 !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    text-align: center;
    font-size: 13px;
}

.subContent .table.table-type03 tr th {
    color: #333;
}

.subContent .table.table-type03 thead tr th {
    background: #f8f8f8;
}

.subContent .table.table-type03 tr td {
    color: #666;
}

/*about*/
#about01 .con1 p {
    text-align: center;
    padding: 30px 180px;
    font-size: 18px;
    letter-spacing: -0.01em;
    font-weight: 600;
    border-radius: 80px;
    box-shadow: 0 6px 11px rgba(0,0,0,0.13);
    color: #444;
}
#about01 .con1 i {
    font-size: 50px;
    text-align: center;
    display: block;
    margin: 30px 0;
    color: #999;
}

#about01 .con1 dl dt {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    padding: 20px 50px;
    border-radius: 50px;
    background: rgba(13, 108, 53, 0.82);
    text-align: center;
    font-weight: 600;
    width: calc(100% + 60px);
    margin-left: -30px;
}

#about01 .about01_inner .row > div:nth-child(1) dt {
    width: calc(100% + 30px);
    margin-left: 0;
}
#about01 .about01_inner .row > div:nth-child(2) dt {
    background: rgba(128, 195, 65, 0.85);
}
#about01 .about01_inner .row > div:nth-child(3) dt {
    width: calc(100% + 30px);
    background: rgba(153, 153, 153, 0.82);
}
#about01 .con1 dl dd {
    padding: 10px 15px 0;
    font-size:14px;
}

#about01 .con2 .col-md-8 {
    padding-left: 30px;
}
#about01 .con2 dl {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}
#about01 .con2 dl dt {
    font-size: 16px;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    color: #c00c3e;
}
#about01 .con2 dl dd {
    line-height: 1.5;
    color: #666;
}
#about02 .history_table {
    border-top: 2px solid #333;
}
#about02 .history_table tr td, 
#about02 .history_table tr th {
    padding: 48px 50px 40px 0;
    border-bottom: 1px dashed #ddd;
    border-top: none;
}

#about02 .history_table tr th {
    position: relative;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    color: #1d8347;
    letter-spacing: -0.034em;
    text-align: center;
    line-height: 0.9;
    padding-right: 80px;
}
#about02 .history_table tr th::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: -5px;
    top: 40px;
    border-radius: 50%;
    background: #dceac9;
    z-index: -1;
}
#about02 .history_table .month {
    margin: 10px 0 0;
}
#about02 .history_table .month li {
    position: relative;
    padding: 0px 0 20px 40px;
    margin: 0;
    font-size: 15px;
    letter-spacing: -0.015em;
    color: #666;
}
#about02 .history_table .month li span {
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 20px;
    top: -6px;
}

#about04 .con .clearfix {
    margin-bottom: 30px;
}

#about04 .con img {
    padding: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.22);
    border-radius: 3px;
}

/*business*/
.subContent .con .busi_first_p {
    margin: 13px 0 15px !important;
    font-size: 24px;
    color: #109041;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.3;
}
.business .subContent .con .clearfix {
    margin-bottom: 50px;
}
.business .con1 .col-md-8 {
    padding-left:30px;
}
.business .con1 .col-md-8 p {
    margin: 20px 0 0;
}
.business .con1 img{
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
#business01 .busi01_inner {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 60px 100px;
    margin-top: 10px;
}
#business01 .con .col-md-4 div {
    width: 150px;
    height: 150px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.15);
}
#business01 .con .col-md-4 div.bg {
    background: #2c7a4a;
    color: #fff;
}
#business01 .con .col-md-4 p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.33;
    font-size: 15px;
    font-weight: 500;
    width: 85%;
}

#business01 .con .col-md-4 .arrow01:before {
    content: "\f337";
    font-size: 50px;
    color: #999;
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#business01 .con .col-md-4 .arrow02:before {
    content: "\f30a";
    font-size: 50px;
    color: #999;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* performance */
#performance01 .table.table-type03{
    margin-top:10px;
}
/*location*/
#location .con ul {
    border-top: 2px solid;
    margin: 25px 0 0;
}

#location .con ul li {
    margin: 0;
    padding: 12px 20px 12px 60px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    color: #666;
}
#location .con ul li span {
    font-weight: 700;
    position: absolute;
    left: 20px;
    color:#333
}

/* button */

.btn.btn-primary{
    background:#1d8347;
    border-color:#1d8347
}
.btn.btn-primary:hover, 
.btn.btn-primary:focus{
    background:#166b39;
    border-color:#166b39;

}

/*mobile*/
@media(max-width:767px){
    #mainCarousel{    padding: 0;}
    #mainCarousel .carousel-inner .item {
        height: calc(100vh - 265px);
    }
    .carousel-caption{left: 5%;
        right: 5%;
        text-align: center;top: 20%;}
    .carousel-caption h1{    font-size: 80px;}
    .carousel-caption h1 small{    font-size: 30px;
        margin-left: 0;}
    .carousel-caption h1 span{position: static;
        display: block;
        color: #fff;
        margin-top: 11px;
        text-shadow: 1px 1px 8px rgba(0,0,0,0.5);}
    .navbar>.container .navbar-brand{    padding: 15px;
        margin: 0 !important;}
    .navbar-inverse .navbar-toggle{    padding: 28px 0;}
    .navbar-inverse .navbar-nav>li>a{    padding: 30px 30px 10px;
        text-align: left;}
    .navbar-nav .open .dropdown-menu>li>a{    padding: 5px 30px;}
    .subContent > .container > .row > .col-md-3 h2{    font-size: 34px;
        width: 70%;
        margin: 0 auto;
        padding: 35px 0;}
    .subContent>.container>.row>.col-md-3{width:100%}
    .subContent ul.subnav, .subTitle .breadcrumb{display: none;}
    .subTitle h3{    font-size: 34px;}
    #about01 .con1 p{padding: 30px;
        font-size: 16px;
        font-weight: 500;}
    #about01 .about01_inner .row > div:nth-child(1) dt, #about01 .con1 dl dt, #about01 .about01_inner .row > div:nth-child(3) dt{    width: 100%;    margin-left: 0;
        margin-right: 0;}
    #site footer{border-top: 1px solid #ddd;}
    .subContent {padding-bottom: 80px;}
    #about01 .con2 img{    margin-bottom: 40px;}
    #about02 .history_table tr td, #about02 .history_table tr th{    width: 100%;
        display: block;
        text-align: left;}
    #about02 .history_table tr td{padding:20px 0}
    #about02 .history_table tr th{border-bottom: none;
        padding-bottom: 0;
        padding: 20px 0 0;}
    #about02 .history_table tr th::before{    top: 15px;}
    #about04 .con .clearfix {margin-bottom: 0;    }
    #about04 .con img{margin-bottom: 20px;}
    .business .con1 .col-md-8{padding-left: 15px;}
    .subContent .con .busi_first_p{    margin: 20px 0 0px !important;
        font-size: 20px;}
    #business01 .busi01_inner{    padding: 30px 15px;}
    #business01 .con .col-md-4 div{    width: 110px;
        height: 110px;
        margin: 0;}
    #business01 .con .col-md-4 .arrow01:before{    font-size: 25px;
        right: -38px;}
    #business01 .con .col-md-4 p{    font-size: 12px;}
    #business01 .con .col-md-4 .arrow02:before{content:"\f30b";font-size: 25px;
        left: -38px;}
    #performance01 .table.table-type03 {margin-top: 0;}
    #performance01 .subContent>.container>.row>.col-md-3{margin-top: -75px;}
    #performance01 .subContent>.container>.row>.col-md-3 h2{ font-size: 28px;}
    #location .con iframe{height: 250px;}
}