@charset "utf-8";
@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');


html {overflow-x: hidden; overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 100px;letter-spacing: -0.02em;}
#site > .container{width: 100%; padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'Noto Sans KR', 'notokr', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul{
    padding: 0;
    margin: 0;
	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;
}
@media (min-width: 768px){
    .col-sm-20, .col-md-20, .col-lg-20{
        width: 20%;
    }
    .col-sm-40, .col-md-40, .col-lg-40{
        width: 40%;
    }
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.navbar-header .navbar-brand{
    display: block;
    padding: 0;
    font-size: 20px;
    margin-top: 22px;
    margin-left: 0 !important;
    height: auto;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 39px 30px 41px;
    font-size: 18px;
    color: #111;
    font-weight: 500;
    letter-spacing: 0;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li.open > a:focus{
    color: #109131;
    background: none;
}
.nav.navbar-nav li .dropdown-menu{
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0;
    border: 0;
    padding: 0;
    text-align: center;
}
.nav.navbar-nav li .dropdown-menu li a{
    padding: 11px 15px;
    border-top: 1px solid #eee;
    color: #333;
    font-size: 14.5px;
}
.nav.navbar-nav li .dropdown-menu li a:hover {
    background: #109131;
    color: #fff;
}

@media (max-width: 767px){
    #site{
        padding-top: 81px;
    }
    .navbar-header .navbar-brand {
        display: block;
        padding: 0;
        font-size: 20px;
        margin-top: 15px;
        margin-left: 15px !important;
        height: auto;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background: none;
        border: 0;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 0;
        margin: 32px 15px 32px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #0d7711;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 24px;
        height: 2px;
        border-radius: 1px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }
    .nav.navbar-nav > li > a {
        padding: 15px 30px;
        font-size: 16px;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu {
        transform: translateX(0%);
        background: #fafafa;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{
        
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{
        
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{height: calc(100vh - 100px);height: 450px;}
#mainCarousel .carousel-inner .item .carousel-caption{
    padding: 0;
    left: calc((100% - 1140px) / 2);
    right: calc((100% - 1140px) / 2);
    text-shadow: 0 0 12px rgb(0 0 0 / 18%);
    top: 54%;
    text-align: left;
}
#mainCarousel .carousel-inner .item .carousel-caption h1{
    font-size: 62px;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin-bottom: 30px;
    font-family: 'Iropke Batang', 'Noto Sans KR', sans-serif;
}
#mainCarousel .carousel-inner .item .carousel-caption p{
    font-size: 19px;
    line-height: 1.5;
}
#mainCarousel .carousel-control > span{display: none;}
#mainCarousel .carousel-control.left{background: url(/public/img/slide/arrow_prev.png) no-repeat center;}
#mainCarousel .carousel-control.right{background: url(/public/img/slide/arrow_next.png) no-repeat center;}
.carousel-indicators {
    bottom: 40px;
    text-align: left;
    padding-left: 6px;
}
#mainCarousel .carousel-indicators li,
#mainCarousel .carousel-indicators li.active{
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #fff;
    margin: 0 3px;
}
#mainCarousel .carousel-indicators li.active{
    opacity: 1;
    background: #fff;
}

@media (max-width: 767px){
    #mainCarousel .carousel-inner .item{
        height: 350px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{
        top: 45%;
        left: 15px;
        right: 15px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1{
        font-size: 41px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption p {
        font-size: 14px;
    }
    #mainCarousel .carousel-indicators {
        text-align: center;
    }
    #mainCarousel .carousel-control{
        display: none;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: 15%;
        right: 15%;
    }
    #mainCarousel .carousel-inner .item .carousel-caption p{
        font-size: 17px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: 15%;
        right: 15%;
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper > section{
    padding: 70px 0;
}
#main_wrapper > section .board_box_list,
#main_wrapper > section .board_box_blog2{
    padding: 0;
    float: none;
    margin: 0 !important;
}

#main_wrapper > section .board_box_list{}
#main_wrapper > section .board_box_list::after{
    content: '';
    display: table;
    clear: both;
}
#main_wrapper > section .board_box_list > * {
    float: left;
}
#main_wrapper > section .board_box_list > .page-header{
    width: 230px;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}
#main_wrapper > section .page-header h4{
    font-size: 38px;
    margin: 0;
    color: #111;
    font-weight: 300;
}
#main_wrapper > section  .page-header a{
    margin-top: 0;
    position: absolute;
    top: 70px;
    transition: all 0.25s ease;
}
#main_wrapper > section .board_box_list > .page-header a i{display: none;}
#main_wrapper > section .page-header a::after{
    content: '+';
    display: block;
    font-size: 28px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    border: 2px solid #d6d6d6;
    font-weight: 400;
    transition: all 0.3s ease;
    color: #bbb;
}
#main_wrapper > section .page-header a:hover{text-decoration: none;}
#main_wrapper > section .page-header a:hover::after{border-color: #1b971c;color: #1b971c;}
#main_wrapper > section .board_box_list > ul{
    width: calc(100% - 230px);
    padding-left: 40px;
}
#main_wrapper > section .board_box_list > ul::after{
    content: '';
    display: table;
    clear: both;
}
#main_wrapper > section .board_box_list > ul > li{
    /* float: left; */
    /* margin-left: 35px; */
    /* width: calc(25% - 35px); */
    /* min-height: 215px; */
    /* position: relative; */
    /* padding: 0; */
    padding: 15px 0;
}
#main_wrapper > section .board_box_list > ul > li + li{
    border-top: 1px solid #e6e6e6
}
#main_wrapper > section .board_box_list > ul > li:first-child {
    padding-top: 8px;
}
#main_wrapper > section .board_box_list > ul > li a:hover{
    text-decoration:underline;
}
#main_wrapper > section .board_box_list > ul > li > a{font-size: 18px;font-weight: 500;letter-spacing: -0.035em;color: #111;/* word-break: keep-all; *//* white-space: normal; *//* height: 3em; *//* text-align: left; *//* word-wrap: break-word; *//* display: -webkit-box; *//* -webkit-line-clamp: 2; *//* -webkit-box-orient: vertical; *//* overflow: hidden; */}
#main_wrapper > section .board_box_list > ul > li > .info{
    /* position: absolute; */
    /* bottom: 30px; */
    /* left: 0; */
    margin-top: 4px;
}

#main_wrapper > section .board_box_list > ul > li > a:hover{
    color: #109131;
    text-decoration: underline;
}
#main_wrapper > section .board_box_list > ul > li > .info .regdate{
    margin: 0;
    opacity: 1;
    color: #727272;
    font-weight: 300;
    font-size: 14px;
}
#main_wrapper > section .board_box_list > ul > li > .info .writer, #main_wrapper > section .board_box_list > ul > li > .info .hits{display: none;}

#main_wrapper > section.main-gallery{
    background: #f7f7f7;
    padding: 85px 0 40px;
}
#main_wrapper > section .board_box_blog2 > * {
    float: left;
}
#main_wrapper > section .board_box_blog2 > .page-header{
    width: 230px;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}
#main_wrapper > section .board_box_blog2 > .page-header h4{border-right: none;}
#main_wrapper > section .board_box_blog2 > .page-header a{
    /* margin-top: 0; */
    /* position: absolute; */
}
#main_wrapper > section .board_box_blog2 > .page-header a i{display: none;}
#main_wrapper > section .board_box_blog2 > .page-header a::after{
    /* content: '갤러리 더보기 +'; */
}

#main_wrapper > section .board_box_blog2 > .row{
    width: calc(100% - 230px);
    margin: 0;
}
#main_wrapper > section .board_box_blog2 > .row > div{
    margin-left: 40px;
    width: calc((100% / 3) - 40px);
    padding: 0;
}
#main_wrapper > section .board_box_blog2 .inner{
    border: 0;
    padding: 0 0 30px;
    margin: 0 0 30px;
    overflow: hidden;
    transition: all .3s ease;
    position: relative;
    top: 0;
}
#main_wrapper > section .board_box_blog2 .inner:hover{
    top: -5px;
    box-shadow: 0 5px 0 #12a346;
}
#main_wrapper > section .board_box_blog2 .inner .top{}
#main_wrapper > section .board_box_blog2 .inner .top a{}
#main_wrapper > section .board_box_blog2 .inner .top a .thumb{
    height: 200px;
}
#main_wrapper > section .board_box_blog2 .inner .bottom{
    padding: 0;
    position: relative;
}
#main_wrapper > section .board_box_blog2 .inner .bottom .title{
    padding: 20px 0 15px;
    margin: 0;
}
#main_wrapper > section .board_box_blog2 .inner .bottom .title a{
    display: block;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #111;
}
#main_wrapper > section .board_box_blog2 .inner .bottom .title a:hover{
    text-decoration: none;
}
#main_wrapper > section .board_box_blog2 .inner .bottom .title a .subject{
}
#main_wrapper > section .board_box_blog2 .inner .bottom .info{
}
#main_wrapper > section .board_box_blog2 .inner .bottom .info .regdate{
    opacity: 1;
    color: #808080;
    font-weight: 300;
    font-size: 13px;
    padding: 0;
    letter-spacing: 0;
}
#main_wrapper > section .board_box_blog2 .inner .bottom .info .writer, 
#main_wrapper > section .board_box_blog2 .inner .bottom .info .hits{display: none}

#main_wrapper > section.main-section{
    padding: 0;
    /* min-height: 225px; */
    /* margin-top: -170px; */
    background: #178734;
    background: linear-gradient(90deg, #0e780c, #036c51);
    z-index: 1;
    position: relative;
}
.main-section .row {margin: 0;}
.main-section .row > div {padding: 0;}
/* .main-section .m_biz i::after {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 5px;
    background: #fbee4e;
    z-index: -1;
    opacity: 0.5;
}
 */
.main-section .m_biz{
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
    transition: all .25s ease;
    text-align: center;
    justify-content: flex-end;
    position: relative;
    padding: 40px 50px 40px 0px;
}
.main-section .m_biz::after {
    content: '';
    width: 1px;
    height: 40%;
    position: absolute;
    right: -1px;
    top: 30%;
    background: rgb(0 0 0 / 20%);
}
.main-section .row > div:last-child > .m_biz::after{
    content: none;
}
.main-section .row > div + div .m_biz {
    padding-left: 50px;
}
.main-section .m_biz:hover{
    text-decoration: none;
}
.main-section .m_biz i{
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-left: 12px;
    text-align: center;
    font-size: 61px;
    border-radius: 50%;
    z-index: 1;
    color: #b9dfa2;
    position: absolute;
    right: 50px;
}
.main-section .m_biz i::after{
    content:'';
    width: 13px;
    height: 13px;
    position: absolute;
    left: 6px;
    top: 3px;
    background: #f5d226;
    background: #f59826;
    border-radius: 50%;
    z-index: -1;
}
.main-section .m_biz .caption{
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    vertical-align: middle;
    letter-spacing: -0.035em;
}
.main-section .m_biz .caption::after {
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: all 0.25s ease;
}
.main-section .m_biz:hover .caption::after {
    width: 100%;
}

@media (max-width: 767px){
    .main-section .row > div .m_biz{
        padding: 30px !important;
    }
    .main-section .m_biz i {
        right: 30px;
    }
    .main-section .m_biz .caption{font-size: 20px;}
    .main-section .m_biz::after{display: none;}
    #main_wrapper > section .board_box_list > .page-header, #main_wrapper > section .board_box_blog2 > .page-header {
        width: 100%;
    }
    #main_wrapper > section .page-header a, #main_wrapper > section .board_box_blog2 > .page-header a {
        top: -5px;
        right: 0;
    }
    #main_wrapper > section .board_box_list > ul, #main_wrapper > section .board_box_blog2 > .row {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    #main_wrapper > section .board_box_blog2 > .row > div {
        margin-left: 0;
        width: 100%;
        padding: 0;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .main-section .row > div + div .m_biz {
        padding-left: 20px;
    }
    .main-section .m_biz {
        padding: 40px 20px 40px 0px;
    }
    .main-section .m_biz i {
        font-size: 50px;
        right: 10px;
    }
    .main-section .m_biz .caption {
        font-size: 21px;
    }
    #main_wrapper > section .board_box_list > .page-header, #main_wrapper > section .board_box_blog2 > .page-header {
        width: 190px;
    }
    #main_wrapper > section .board_box_list > ul, #main_wrapper > section .board_box_blog2 > .row{
        width: calc(100% - 190px);
    }
    #main_wrapper > section .board_box_blog2 > .row > div {
        margin-left: 20px;
        width: calc((100% / 3) - 20px);
        padding: 0;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .main-section .m_biz i {
        right: 30px;
    }
}
/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 175px;
    background-image: url(/public/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container{
    height: 100%;
    position: relative;
}
.subHeader .container h2{
    text-align: center;
    color: #fff;
    font-size: 42px;
    margin: 9px 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-weight: 300;
    font-family:
    'Iropke Batang', 'Noto Sans KR', sans-serif;
    letter-spacing: -0.05em;
}

.subHeader .breadcrumb{
    position: absolute;
    top: 25px;
    left: 15px;
    font-size: 13px;
    padding: 0;
    margin: 0;
    background: none;
}
.subHeader .breadcrumb > li > a,
.subHeader .breadcrumb > li.active{
    color: rgb(255 255 255 / 70%);
}
.subHeader .breadcrumb > li.active{color: #fff;}

.subMenu{
    background: #178734;
    background: linear-gradient(90deg, #0e780c, #036c51);
}
.subMenu .nav{
    text-align: center;
    margin-top: 0;
}
.subMenu .nav > li{
    float: none;
    display: inline-block;
    margin: 0 -1px;
}
.subMenu .nav > li > a{
    position: relative;
    font-size: 16px;
    padding: 18px 18px;
    border-radius: 0;
    background: rgba(0,0,0,0);
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 300;
    color: #a2cb8a;
    transition: all 0.25s;
}
.subMenu .nav > li:hover > a, .subMenu .nav > li.active > a:hover{
    background: rgba(0,0,0,0);
    color: #ffffff;
}
.subMenu .nav > li.active > a{
    color: #fff;
    font-weight: 500;
    color: #ffffff;
}

.subMenu .nav > li.active > a::after {
    content: '';
    width: calc(100% - 36px);
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    background: #f59826;
    background: #fff;
}

.subContent{
    padding-top: 80px;
}
.subContent_title{

}
.subContent_title h3{
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 46px;
    color: #111;
    font-weight: 300;
    margin-bottom: 60px;
    letter-spacing: -0.02em;
}
.subContent_title h3::after {
    content: '';
    width: 11px;
    height: 11px;
    background: #f59826;
    position: absolute;
    left: -15px;
    border-radius: 50%;
    top: -3px;
}

.subContent .content{
    padding-bottom: 100px;
}
.subContent .content h4{
    
}
.subContent .content h4::before{
    content: '';
}

.greeting{
    padding-left: 65px;
}
.greeting p{
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.65;
    color: #444;
}
.greeting p:nth-child(1){
    font-size: 34px;
    position: relative;
    color: #109131;
    font-family: 'Iropke Batang', 'Noto Sans KR', sans-serif;
    line-height: 1.6;
    margin-bottom: 40px;
}

.greeting p:last-child{
    font-size: 16px;
    text-align: right;
    margin: 0;
    font-weight: 500;
    color: #333;
}
.greeting p:last-child b{
    color: #111;
    font-size: 28px;
    margin-left: 15px;
    margin-right: 5px;
    font-family: 'Iropke Batang', 'Noto Sans KR', sans-serif;
    letter-spacing: 0.15em;
}
#about01 img{
}

.founded{
    background: #fff;
    padding: 65px 100px;
    width: 80%;
    margin: -70px auto 0;
    position: relative;
    text-align: center;
}
.founded p{
    font-size: 16px;
    margin: 0 0 30px;
    line-height: 1.65;
    color: #444;
}
.founded p:nth-child(1){font-size: 34px;position: relative;color: #109131;font-family: 'Iropke Batang', 'Noto Sans KR', sans-serif;line-height: 1.6;margin-bottom: 50px;}
.founded p:nth-child(1) span{}
.founded p:nth-child(1) b{
    /* color: #000; */
    font-weight: inherit;
}


.li_location{
    padding: 0 0 0 40px;
    margin: 65px 0 0;
}
.li_location > li{
    font-size: 15px;
    padding-left: 49px;
    padding-top: 43px;
    position: relative;
    margin-bottom: 35px;
    color: #444;
}
.li_location > li > span{
    display: flex;
    align-items: flex-end;
    color: #111;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 18px;
}
.li_location span i {
    color: #109131;
    font-size: 32px;
    margin-right: 15px;
}

.li_location .li_bus li::before {
    content: '-';
    margin-right: 5px;
}
.li_location .li_bus {
    margin-top: 8px;
}

.li_location .li_bus li {
    margin-top: 3px;
}
.bbs-section{
    padding-bottom: 80px;
}
.board_wrapper {
    margin-top: 0;
}
.table_default {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
}

.table_default > colgroup > col:nth-child(3),
.table_default > colgroup > col:nth-child(4) {
    width: 120px;
}
.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #d3d3d3;
    padding: 16px 5px;
    font-size: 16px;
    font-weight: 500;
    color: #111;
}
.table.table_default tbody th, 
.table.table_default tbody td {
    font-size: 15px;
    color: #727272;
    border-bottom: none;
    border-top: 1px solid #e8e8e8;
    padding: 16px 0px;
}
.table.table_default tbody th.num {
    font-weight: normal;
}
.table.table_default tbody td.subject {
    color: #333;
    letter-spacing: -0.03em;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
}
.table.table_default tbody .subject a:hover {
    color: #111;
    text-decoration: underline;
}
.board_data_view{
    border-bottom: 1px solid #ccc;
}
.board_data_view .header_wrap {
    padding: 60px 0;
    border-bottom: 1px solid #d3d3d3;
}
.board_data_view .header_wrap .title {
    font-size: 26px;
    letter-spacing: -.06em;
    font-weight: 500;
    color: #111;
}

.board_data_view .header_wrap .info {
    margin-top: 20px;
}
.table_video, 
.table_blog2 {
    margin: 0 -25px;
}
.table_video dd, 
.table_blog2 dd {
    margin-bottom: 55px;
    padding: 0 25px;
}
.table_video dd .inner, 
.table_blog2 dd .inner {
    border: none;
}
.table_video dd .inner .top a .thumb, 
.table_blog2 dd .inner .top a .thumb {
    height: 230px;
}
.table_video dd .inner .bottom, 
.table_blog2 dd .inner .bottom {
    padding: 20px 0px 20px;
}
.table_video dd .inner .bottom .title, 
.table_blog2 dd .inner .bottom .title {
    margin-bottom: 12px;
}
.table_video dd .inner .bottom .title a, 
.table_blog2 dd .inner .bottom .title a {
    font-weight: 500;
}
.table_video dd .inner .bottom .title a:hover, 
.table_blog2 dd .inner .title a:focus, 
.table_blog2 dd .inner .bottom .title a:hover, 
.table_blog2 dd .inner .title a:focus {
    color: #109131;
}
.table_video dd .inner .bottom .info span,
.table_blog2 dd .inner .bottom .info span {
    font-size: 13px;
    font-weight: 300;
}
.table_video dd .inner .top a, 
.table_blog2 dd .inner .top a {
    background: #000;
    transition: all 0.4s ease;
}

.table_video dd .inner .top a:hover, 
.table_blog2 dd .inner .top a:hover .thumb {
    opacity: 0.6;
    transform: scale(1.125);
}

.table_blog2 dd .inner .top a .thumb {
    transition: all 0.3s ease;
}
.btn.btn-primary {
    background: #189517;
    border-color: #189517;
}
.btn.btn-primary:hover, 
.btn.btn-primary:focus {
    background: #0e710c;
    border-color: #0e710c;
}
.btn.btn-dark {
    background: #3f3f3f;
    border-color: #3f3f3f;
}
.btn.btn-dark:hover, 
.btn.btn-dark:focus {
    background: #222;
    border-color: #222;
}
.form-control:not([readonly]):focus {
    border-color: #555;
}
.reply_wrap{display: none;}

#news03 .reply_wrap{display: block;}
@media (max-width: 767px){
    .subMenu .nav > li > a {
        padding: 18px 5px;
        margin: 0 7px;
    }
    .subContent_title {
        text-align: center;
    }
    .greeting {
        padding-left: 0;
        padding-top: 30px;
    }
    .greeting p:nth-child(1) {
        font-size: 27px;
    }
    .founded {
        background: #fff;
        padding: 0;
        width: 100%;
        margin: 20px auto 0;
        position: relative;
        text-align: center;
    }
    .founded p:nth-child(1) {
        font-size: 19px;
    }
    .li_location {
        padding: 0 0 0 0px;
        margin: 40px 0 0;
    }
    .table_video, .table_blog2 {
        margin: 0 -15px;
    }
    .table_video dd, .table_blog2 dd{
        width: 100%;
        padding: 0 15px;
    }
    
    .table.table_default tr .num, .table.table_default tr .regdate, .table.table_default tr .hits, .table.table_default tr .writer{display: none;}
    .board_wrapper .table.board_write_table tbody tr td .btn, .board_wrapper .table.board_write_table tbody tr td .form-control, .board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big{width: 100%;}
    #list_btn{display: none;}
    #write_btn{margin: 0;}
}
@media (min-width: 768px) and  (max-width: 991px){
    .greeting {
        padding-left: 30px;
    }
    .greeting p:nth-child(1) {
        font-size: 21px;
    }
    .greeting p:last-child {
        font-size: 15px;
    }
    .founded {
        background: #fff;
        padding: 65px 20px;
    }
    .founded p:nth-child(1) {
        font-size: 26px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .founded p:nth-child(1) {
        font-size: 32px;
    }
}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 45px 0;
    color: #909090;
    background: #262626;
    font-size: 13px;
}

footer .footer-logo{
    
}
footer .footer-logo h1{
    margin: 0;
}
footer .footer-logo h1 > a{
    display: block;
}
footer .footer-logo h1 > a > img{
    display: block;
}
footer .footer-text p{
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
}
footer .footer-text p strong {
    font-weight: 400;
    color: #ccc;
}
footer .footer-text ul{
    padding-left: 0;
    margin-bottom: 0;
}
footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
footer .footer-text ul li{
    float: left;
    margin-right: 15px;
    line-height: 1.5;
}
footer .footer-text ul li address{
    margin-bottom: 0;
}
footer .footer-text .copyrights{
    display: block;
    font-size: 11px;
    margin-top: 20px;
    letter-spacing: 1px;
    opacity: 0.5;
}
footer .footer-text dl{color: #ccc;float: right;margin-bottom: 0 !important;}
footer .footer-text dl dt{font-size: 14px;font-weight: 500;line-height: 1.5;margin-bottom: 5px;}

footer .footer-text dl dd{font-size: 20px;font-weight: 300;line-height: 1.6;color: #aedd92;letter-spacing: 0.1px;}
footer .footer-text dl dd span {
    display: block;
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    margin-left: 1px;
}
footer .footer-text dl dd.txt{
    font-size: 16px;
    color: #c3c3c3;
}
footer .footer-text .link-area{
    margin-top: 20px;
    margin-left: 3px;
}

footer .footer-text .link-area a{
    display: inline-block;
    padding: 3px 5px;
    background: #fff;
    border-radius: 2px;
    margin-right: 5px;
}
footer .footer-text .link-area a img{

}
@media (max-width: 767px){
    footer .footer-text dl {
        margin-top: 40px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

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

.member_wrapper {
    max-width: 1170px;
}