@charset "utf-8";
@font-face {
    font-family: 'NanumSquareEB';
    font-weight: 700;
    src: url('/public/font/NanumSquare/NanumSquareEB.eot');
    src: url('/public/font/NanumSquare/NanumSquareEB.eot?#iefix') format('embedded-opentype'),
         url('/public/font/NanumSquare/NanumSquareEB.woff') format('woff'),
         url('/public/font/NanumSquare/NanumSquareEB.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumSquareB';
    font-weight: 500;
    src: url('/public/font/NanumSquare/NanumSquareB.eot');
    src: url('/public/font/NanumSquare/NanumSquareB.eot?#iefix') format('embedded-opentype'),
         url('/public/font/NanumSquare/NanumSquareB.woff') format('woff'),
         url('/public/font/NanumSquare/NanumSquareB.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 400;
    src: url('/public/font/NanumSquare/NanumSquareR.eot');
    src: url('/public/font/NanumSquare/NanumSquareR.eot?#iefix') format('embedded-opentype'),
         url('/public/font/NanumSquare/NanumSquareR.woff') format('woff'),
         url('/public/font/NanumSquare/NanumSquareR.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumSquareL';
    font-weight: 300;
    src: url('/public/font/NanumSquare/NanumSquareL.eot');
    src: url('/public/font/NanumSquare/NanumSquareL.eot?#iefix') format('embedded-opentype'),
         url('/public/font/NanumSquare/NanumSquareL.woff') format('woff'),
         url('/public/font/NanumSquare/NanumSquareL.ttf') format('truetype');
}
html{
    overflow-y:overlay;
}
#site {
    padding-top: 0;
    font-size: 16px;
    font-family: 'notokr', sans-serif;
    letter-spacing: -0.65px;
}

a,
button {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -ms-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.6em;
}

a[href^="mailto"] {
    color: inherit;
}
.btn {
    font-size: 15px;
}
.form-control {
    font-size: 15px;
    min-height: 41px;
}
.btn.btn-primary {
    background-color: #299843;
    border-color: #299843;
}
.btn.btn-primary:hover, 
.btn.btn-primary:focus {
    background-color: #1b793a;
    border-color: #1b793a;
}
.btn.btn-dark {
    background-color: #4a4a4a;
    border-color: #4a4a4a;
}
.btn.btn-dark:hover, 
.btn.btn-dark:focus {
    background-color: #353535;
    border-color: #353535;
}
.btn.btn-outline-primary{
    background:none;
    border:1px solid #299843;
    color:#299843
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus{
    background-color:#299843;
    color:#fff
}

h1, h2, h3, h4, h5, h6, p, li, td {
    word-break: keep-all;
}

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

/* 상단 메뉴 */
.navbar-inverse{background:#fff;border-bottom: 1px solid #d6d1ca;position:static;margin-bottom:0;}

.navbar-inverse .navbar-brand {
    position: relative;
    margin-top: 35px;
    margin-left: 0 !important;
    font-size: 26px;
    padding: 0;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.5px;
    white-space: nowrap;
    font-family: 'NanumSquareEB', 'notokr', sans-serif;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #222;
}

.navbar-inverse .navbar-brand img{height:30px;margin-top:-5px;}

.navbar-inverse .navbar-nav > li > a{font-size: 20px;font-weight: 500;color: #333;font-family: 'NanumSquareB', 'notokr', sans-serif;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#299843;}

.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{background:none;color:#299843;}

@media (max-width: 767px) {
 .navbar-inverse .navbar-toggle{border:0;padding:18px 0;}
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#333;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#299843;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#299843;}
 .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);border-radius:0;border:none;padding:0;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);box-shadow:0px 4px 8px rgba(0,0,0,.125);background:#fff;
    animation-fill-mode: both;
    animation-duration: .4s;
    animation-name: fadeIn;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding:12px 20px;text-align:center;border-top: 1px solid #ececec;font-size: 15px;}
 .navbar-inverse .navbar-nav .dropdown-menu>li:first-child>a {border-top:3px solid #299843;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{color:#fff;background:#299843;}
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right: -30px;}
 .navbar-inverse .navbar-nav > li > a{padding: 35px 30px;}
}

/* 슬라이드 공통 */
.carousel-control{display: none;text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all;background: rgba(0,0,0,0) !important;}
.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{
    text-align:left;
    bottom: 35px;
}
.carousel-indicators li{width: 14px;height: 14px;background-color: rgba(94,70,62,0.5);border:none;margin: 0 2px;border-radius:20px;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width:45px;height: 14px;background-color: #5e463e;margin: 0 2px;}

.carousel-caption {top: 47%;padding: 0;text-shadow:none;text-align: left;color: #37251e;}

@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators li{width:8px;height:8px;}
 .carousel-indicators li.active{width:28px;height:8px;}
}

/* 푸터 */
#site footer{margin-top:0px;background-color: #f6f4e9;color: #615551;text-align: center;letter-spacing: -0.4px;}
#site footer .footer-info{padding: 50px 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: 14px;margin-right:15px;line-height: 25px;}
#site footer .footer-info ul li.name {font-weight:600;}
#site footer .footer-info ul li.copy{font-size:13px;color: #5e463e;opacity: 0.6;}

/* 메인 페이지 */
#mainCarousel {
    margin: 0 auto;
}
#mainCarousel .carousel-inner .item{height:450px}
#mainCarousel .carousel-caption h1 {
    font-size: 54px;
    font-weight: 600;
    letter-spacing: -0.055em;
    margin: 0 0 20px;
    font-family: 'NanumSquareEB', 'notokr', sans-serif;
}
#mainCarousel .carousel-caption p {
    font-size: 22px;
    color: #5e4238;
    letter-spacing: -0.055em;
    line-height: 1.5;
    font-family: 'NanumSquare', 'notokr', sans-serif;
}
@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{
    height: 300px;
    background-size: 700px;
    background-position: 75% bottom;
}
 #mainCarousel .carousel-caption h1{font-size:28px}
 #mainCarousel .carousel-caption p{font-size:17px;}
}

.root_daum_roughmap {
  width: 100% !important;
  padding: 0 !important;
}
.root_daum_roughmap .map_border {
  display: none !important;
}

/* 메인 추가 스타일 */
#main_wrapper {
    background: #f6f4e9;
}
/* 바로가기 링크 */
.mainPage .main-link {
    padding: 0;
    margin-bottom: -7px;
}
.mainPage .main-link > a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 35px 30px 40px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #299843;
    overflow: hidden;
}
.mainPage .main-link.link2 > a {background: #7bb90f;}
.mainPage .main-link.link3 > a {background: #5e463e;}
.mainPage .main-link.link4 > a {background: #e8a30e;}
.mainPage .main-link > a::before {
    content: '';
    top: 0;
    right: 100%;
    bottom: 0;
    left: -100%;
    position: absolute;
    background: #000;
    transition: all cubic-bezier(0.17, 0.35, 0.4, 1) 0.35s;
    opacity: 0.1;
}
.mainPage .main-link > a:hover::before {
    left: 0;
    right: 0;
}
.mainPage .main-link .inner {
    position: relative;
}
.mainPage .main-link h4 {
    margin: 17px 0 0;
    font-size: 26px;
    font-weight: 600;
    font-family: 'NanumSquareB', 'notokr', sans-serif;
}

/* 하단 게시판 */
#section_7f39f8 > .container{
    background:#fff;
}
div[class^="board_box_"] .page-header {
    position:relative;
    margin: 50px 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #999;
}

div[class^="board_box_"] .page-header::before {
    content:'';
    position:absolute;
    left:0;
    bottom: -1px;
    width: 38px;
    height: 1px;
}
div[class^="board_box_"] .page-header .pull-right{
    font-size:16px;
    color:#999
}
div[class^="board_box_"] .page-header h4 {
    font-size: 20px;
    font-family: 'NanumSquareEB', 'notokr', sans-serif;
    margin: 0;
}
.board_box_list ul li a {
    font-size: 15px;
}
.board_box_list .info {
    font-size: 14px;
}
.board_box_list .info .hits,
.board_box_list .info .writer {
    display: none;
}
.board_box_blog2 .row {
    margin-left: -3px;
    margin-right: -3px;
}
.board_box_blog2 .row > div[class^="col-"] {
    width: 50%;
    padding-left: 3px;
    padding-right: 3px;
}
.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
    border: 1px solid #d3d3d3;
}
.board_box_blog2 .inner:hover{
    border-color:#299843
}
.board_box_blog2 .inner .top a .thumb {
    height: 117px;
}
.board_box_blog2 .inner .bottom {
    padding: 4px 8px 8px;
    background: #fff;
}
.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
}
.board_box_blog2 .inner .bottom .title a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.8px;
}
.board_box_list ul li a:hover,
.board_box_list ul li a:focus,
.board_box_blog2 .inner .bottom .title a:hover,
.board_box_blog2 .inner .bottom .title a:focus {
    color: #299843;
    transition: none;
}
.board_box_blog2 .inner .bottom .info {
    display: none;
}
@media (min-width: 767px) {
    #section_7f39f8 > .container {
        padding-right: 50px;
        padding-left: 50px;
    }
    #section_7f39f8 div[class^="board_box_"] {
        width: 33.3%;
        padding: 0 20px;
        margin-bottom: 50px !important;
    }
}

/*************** 서브 시작 ***************/
/* 공통 스타일 */
#site > .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 185px;
    color: #fff;
    background: #333 url('/public/img/sub/back_page_top.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.subPage > .pageTop > .container {
    height: 100%;
    position: relative;
}
.subPage > .pageTop h2 {
    margin: 58px 0 0;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -1.5px;
    font-family: 'NanumSquareL', 'notokr', sans-serif;
}
.subPage > .pageTop p {
    margin: 6px 0 0;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.5px;
    opacity: 0.9;
}

/* Breadcrumb */
.subPage .breadcrumb {
    right: 15px;
    bottom: 20px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    background-color: transparent;
    display: none;
}
.subPage .breadcrumb > li:first-child::before {
    content: '\f015';
    top: 1px;
    left: -10px;
    position: absolute;
    font-size: 10px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

/* Sub Menu */
.subMenu {
    border-bottom: 1px solid #ccc;
}
.subMenu ol > li {
    float: left;
    margin: 0;
    border-right: 1px solid #e3e3e3;
}
.subMenu ol > li:first-child {
    background: #5e463e;
    border-right: none;
}
.subMenu ol > li > a:hover,
.subMenu ol > li > a:focus {
    text-decoration: none;
}
.subMenu ol > li:first-child > a {
    color: #fff;
}
.subMenu ol > li.dropdown {
    min-width: 180px;
}
.subMenu ol > li.dropdown::before {
    content: '\f107';
    top: 50%;
    right: 20px;
    position: absolute;
    font-size: 18px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #999;
    line-height: 1em;
    transform: translateY(-50%);
    transition: none;
}
.subMenu ol > li.dropdown:hover::before {
    color: #333;
}
.subMenu ol > li > a {
    position: relative;
    display: block;
    padding: 15px 22px 13px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.7px;
}
.subMenu ol > li.dropdown > a {
    padding-right: 50px;
}
.subMenu ol > li.dropdown .dropdown-menu {
    top: auto;
    left: -1px;
    min-width: 181px;
    margin: 0;
    padding: 0;
    border-top: 0;
    border-color: #e3e3e3;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}
.subMenu ol > li.dropdown .dropdown-menu > li > a {
    padding: 12px 20px;
    font-size: 14px;
    letter-spacing: -0.055em;
    border-bottom: 1px solid #e0e0e0;
    transition: none;
}
.subMenu ol > li.dropdown .dropdown-menu > li.current > a {
    color: #fff;
    background: #299843;
    border-color: #299843;
    font-weight:500;
}
.subMenu ol > li.dropdown .dropdown-menu > li:first-child > a {
    border-top: 1px solid #ddd;
}
.subMenu ol > li.dropdown .dropdown-menu > li:not(.current) > a:hover {
    background: #f5f5f5;
    color:#000
}

.subPage > .contents {
    padding: 75px 0 110px;
}

.space-bottom {
    margin-bottom: 80px;
}

.title-lv-1 {
    margin: 0 0 70px;
    font-size: 42px;
    font-weight: 600;
    color: #252525;
    letter-spacing: -1px;
    line-height: 1;
    text-align: center;
    font-family:'NanumSquareEB', 'notokr', sans-serif;
}
.title-lv-4 {
    position: relative;
    margin: 0 0 35px;
    padding-left: 30px;
    font-size: 24px;
    font-weight: 500;
    font-family: 'NanumSquareB', 'notokr', sans-serif;
    letter-spacing: -1.5px;
}
.title-lv-4::before {
    content: '\f06c';
    top: 3px;
    left: 0px;
    position: absolute;
    font-size: 19px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #8cc32c;
    transform: rotate(-15deg);
}
.list-default {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 5px;
}
.list-dash > li {
    padding-left: 10px;
    line-height: 1.3;
}
.list-dash > li::before {
    content: '-';
    left: 0;
    position: absolute;
}

table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
    padding: 16px;
    font-size: 16px;
    border-color: #e3e3e3;
    border-top: none;
    border-bottom: 1px solid #e3e3e3;
    vertical-align: middle;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th {
    text-align: center;
}
table.tb-style-1 {
    border-top: 2px solid #333;
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th {
    font-weight: 600;
    background-color: #f8f8f8;
    border-color: #d8d8d8;
}
table.tb-style-1 > tbody > tr > td {
    text-align: center;
}

/* 인사말 (페이지) */
#greeting .text {
    padding: 0 150px;
}
#greeting .text .inner {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
#greeting .text h4 {
    margin: 0 0 13px;
    font-size: 20px;
    font-weight: 500;
    color: #5e463e;
    letter-spacing: 3px;
    text-align: center;
    font-family: 'NanumSquareB', 'notokr', sans-serif;
}
#greeting .text p {
    line-height: 1.65;
    margin-bottom: 25px;
}
#greeting .text h4+p {
    position: relative;
    margin: 0 0 50px;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1.3px;
    color: #299843;
    line-height: 1.4;
    text-align: center;
    font-family: 'NanumSquareB', 'notokr', sans-serif;
}
#greeting .text h4+p::before, 
#greeting .text h4+p::after {
    position: absolute;
    top: -16px;
    font-size: 72px;
    font-weight: bold;
    color: #8cc32c;
    opacity: 0.4;
}
#greeting .text h4+p::before{
    content: '“';
    left: -25px;
}
#greeting .text h4+p:after {
    content: '”';
    right: -25px;
}
#greeting .image img{
    float:right;
}
#greeting .text .conatct {
    margin-top: 42px;
}
#greeting .text .conatct > p {
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #666;
}
#greeting .text .conatct > p strong {
    font-size: 18px;
    color: #333;
}
#greeting .text .conatct > p i {
    color: #2eab4b;
    width: 20px;
    text-align: center;
    font-size: 14px;
}

/* 연혁 (페이지) */
.wrap-history {
    width: 100%;
    position: relative;
    display: inline-block;
}
.wrap-history::before {
    content: '';
    top: 10px;
    left: 50%;
    margin-left: -3px;
    height: 97%;
    position: absolute;
    border-left: 6px solid #f1f1f1;
}
.wrap-history ul > li:not(:last-child) {
    margin-bottom: 85px;
}
.wrap-history ul > li .year,
.wrap-history ul > li .detail {
    width: 50%;
    display: inline-block;
}
.wrap-history ul > li .year {
    float: left;
    position: relative;
    margin: -5px 0 20px;
    padding-right: 50px;
    font-size: 38px;
    color: #299843;
    text-align: right;
    line-height: inherit;
    font-family: 'NanumSquareB', 'notokr', sans-serif;
    font-weight: 500;
    line-height: 0.9;
}
.wrap-history ul > li .year::before,
.wrap-history ul > li .year::after {
    content: '';
    position: absolute;
    z-index: 10;
}
.wrap-history ul > li .year::before {
    top: 6px;
    right: -9px;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #8cc32c;
    border-radius: 20px;
}
.wrap-history ul > li .year::after {
    top: 12px;
    right: -3px;
    width: 5px;
    height: 5px;
    background: #8cc32c;
    border-radius: 20px;
}
.wrap-history ul > li .detail {
    position: relative;
    padding: 0 0 0 70px;
}
.wrap-history ul > li .detail::before {
    content: '';
    top: 9px;
    left: 0;
    width: 45px;
    position: absolute;
    border-top: 1px dotted #79b50d;
}
.wrap-history ul > li .detail .date {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'NanumSquareEB', 'notokr', sans-serif;
}
.wrap-history ul > li .detail p {
    margin: 0;
    font-size: 16px;
}
#history .account {
    position: relative;
    padding: 42px 40px 40px 165px;
    text-align: left;
    background: #543f38;
    font-size: 18px;
    font-family: 'NanumSquare';
    color: #fff;
    max-width: 700px;
    margin: 66px auto 0;
}
#history .account > i {
    top: 30px;
    left: 70px;
    position: absolute;
    padding: 15px;
    font-size: 40px;
    background: #299843;
    color: #fff;
    border-radius: 100%;
}

/* 시설안내 (페이지) */
.box-facility > .wrap-img {
    position: relative;
    padding: 6px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
    overflow: hidden;
}
.box-facility > .wrap-img:hover,
.box-facility > .wrap-img:focus {
    cursor: pointer;
    border-color: #8cc32c;
}
.box-facility > .wrap-img::before {
    content: '+';
    right: 18px;
    bottom: 18px;
    width: 22px;
    height: 22px;
    position: absolute;
    font-size: 32px;
    font-weight: 600;
    color: #8cc32c;
    line-height: 0.5em;
    border-radius: 20px;
    z-index: 100;
    opacity: 0;
}
.box-facility > .wrap-img:hover::before,
.box-facility > .wrap-img:focus::before {
    opacity: 1;
}
.box-facility > .wrap-img img {
    transition: all ease-in-out .2s;
}
.box-facility > .wrap-img:hover img {
    transform: scale(1.05);
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 806px;
        margin: 60px auto 0;
    }
}
.modal.facility .modal-header {
    top: 15px;
    right: 15px;
    position: absolute;
    padding: 0;
    border-bottom: none;
    z-index: 100;
}
.modal.facility .modal-header button {
    margin-top: -4px;
    font-size: 30px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}
.modal.facility .modal-header button:hover {
    opacity: 0.8;
}
.modal.facility .modal-body {
    padding: 0;
}
.modal.facility .modal-body > img {
    border: 4px solid #fff;
    box-shadow: 1px 6px 6px rgba(0,0,0,0.1);
}
#facility .box-location > .info {
    padding: 25px;
    background: #f8f8f8;
    border-top: 3px solid #299843;
}
#facility .box-location > .info p {
    display: inline-block;
    margin: 0;
    font-size: 19px;
}
#facility .box-location > .info p.addr {
    font-weight: 500;
}
#facility .box-location > .info p.tel {
    float: right;
}
#facility .box-location > .info p span {
    padding-right: 6px;
    font-size: 17px;
    font-weight: 700;
    color: #299843;
}
#facility .box-location > .info i {
    padding-right: 4px;
    color: #299843;
}
#facility .box-location > .info p.tel i {
    transform: rotate(-45deg);
}

/* 오시는길 (페이지) */
#location .box-contact {
    width: 100%;
    display: inline-block;
    margin-top: 45px;
    padding: 0 100px;
}
#location .box-contact > .contact {
    float: left;
    width: 25%;
}
#location .box-contact > .contact .inner {
    text-align: center;
    border-left: none;
}
#location .contact .tit {
    display: block;
    margin: 0 0 18px;
    font-size: 20px;
    font-weight: 600;
}
#location .contact i {
    font-size: 45px;
    background: #299843;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
}
#location .contact .text {
    min-height: 44px;
    margin-top: 20px;
}
#location .contact.tel .text,
#location .contact.fax .text {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .1px;
}
#location .contact.email .text {
    font-size: 18px;
}
#location .contact.tel i {
    transform: rotate(-45deg);
}

/* 아름드리프로그램 (페이지) */
#program01 .con-wrap {
    padding: 0;
}
#program01 .con-wrap+.con-wrap {
    margin-top: 35px;
}
#program01 .con-left > .inner {
    padding-top: 25px;
    border-top: 2px solid #8cc32c;
}
#program01 .con-right {
    padding-left: 0;
}
#program01 .con-right > .inner {
    padding-top: 28px;
    border-top: 1px solid #ddd;
}
#program01 .con-right h5 {
    margin: 25px 0 13px;
    font-size: 16px;
    font-weight: 600;
}
#program01 .con-wrap.con3 .con-right ul {
    padding-left: 25px;
}
#program01 .con-right .box-text {
    padding: 45px 45px 30px;
    margin-top: 30px;
    background: #faf9f4;
    border: 1px solid #e4dcc6;
}
#program01 .con-right .box-text h5 {
    margin: 0px 0 20px;
    font-size: 18px;
    color: #5e463e;
}
#program01 .con-right .box-text p {
    font-size: 15px;
    line-height: 1.75;
    /*margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px dotted  #d6ceb7;*/
}
/*#program01 .con-right .box-text ul > li {
    padding-left: 55px;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: -0.4px;
    color: #535353;
}
#program01 .con-right .box-text ul > li::before{
    content:'';
    width:4px;
    height:13px;
    background:#eda917;
    position:absolute;
    left:0;
    top:5px;
}
#program01 .con-right .box-text ul > li+li {
    margin-top: 10px;
}
#program01 .con-right .box-text ul > li span {
    left: 10px;
    position: absolute;
    font-weight: 600;
}
*/

/* 일과표 (페이지) */
#living01 table > thead > tr > th:first-child {
    width: 16%;
}
#living01 table > thead > tr > th {
    width: 14%;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.board_wrapper .table.table_default {
    border-top: 2px solid #333;
}
.table.table_default tr th, .table.table_default tr td{
    font-size: 16px;
    border-color: #e3e3e3;
}
.table.table_default tbody .subject a{
    color:#333
}
.board_wrapper .table.table_default thead th {
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    background-color: #f8f8f8;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
    color: #299843;
}
.table.table_default tbody .subject .badge {
    margin-right: 8px;
    padding: 6px 7px 5px;
    font-weight: 500;
    border-radius: 3px;
}
.table.table_default tbody .subject .badge.badge-primary{
    background: #ec600e;
}
.table.table_default tr td.writer,
.table.table_default tr td.regdate,
.table.table_default tr td.hits {
    color: #888;
    letter-spacing:-0.4px;
    font-size:15px
}
.board_data_view {
    border-top: 2px solid #333;
}
.board_data_view .header_wrap {
    padding: 42px 10px;
    background: #f8f8f8;
    border-bottom: 1px solid #ccc;
}
.board_data_view .header_wrap .title {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 7px;
}
.board_data_view .header_wrap .info {
    margin-top: 8px;
}
/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 15px;
    letter-spacing: -0.033em;
    border-color: #e6e6e6;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    background: #f8f8f8;
}
/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}
.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: red;
    font-weight: 600;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
    font-size: 14px;
}
.board_wrapper .table.board_write_table .checkbox a {
    color: #1e7fc5;
    text-decoration: underline;
}
.form-control:not([readonly]):focus {
    border-color: #555;
}

/* 블로그B/비디오 게시판 */
.table_video dd .inner, 
.table_blog2 dd .inner {
    border: none;
}
.table_video dd .inner .top a, 
.table_blog2 dd .inner .top a {
    background: #000;
}
.table_video dd .inner .top a .thumb, 
.table_blog2 dd .inner .top a .thumb {
    height: 250px;
    transition: all cubic-bezier(0.2, 0.4, 0.54, 1) 0.3s;
}
.table_video dd .inner a:hover .thumb, 
.table_blog2 dd .inner a:hover .thumb {
    transform: scale(1.1);
    opacity: 0.75;
}
.table_video dd .inner .bottom, 
.table_blog2 dd .inner .bottom {
    padding: 20px 0;
}
.table_video dd .inner .bottom .title, 
.table_blog2 dd .inner .bottom .title {
    padding: 0;
    margin-bottom: 6px;
}
.table_video dd .inner .bottom .title a, 
.table_blog2 dd .inner .bottom .title a {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
}
.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: #299843;
}
.table_video dd .inner .bottom .info span, 
.table_blog2 dd .inner .bottom .info span {
    padding: 0 6px 0 0;
    letter-spacing: -0.5px;
    font-size: 12px;
}
/*********** 서브 끝 ***********/
/****** 모바일 최적화 시작 ******/
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site{padding-top:67px;font-size:15px}
    .navbar-inverse{position:fixed;border-bottom:1px solid #ddd    }
    .navbar-inverse .navbar-brand{height:auto;margin-top:25px;margin-left:15px !important;font-size:20px}

    .navbar-inverse .navbar-nav{margin:0 -15px}
    .navbar-inverse .navbar-nav > .open{background-color:#f6f6f6}
    .navbar-inverse .navbar-nav > li > a{padding:10px 15px;font-size:18px}
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus{color:#299843}
    .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{color:#fff;background:#299843}
    .navbar-inverse .navbar-nav > .open .dropdown-menu{padding:10px 0}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a{padding:5px 25px;font-size:15px;color:#111}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus{font-weight:600;color:#111}

    .carousel-indicators{bottom:-5px;text-align:center}
    .carousel-caption{top:18%;right:auto;left:50%;width:100%;text-align:center;transform:translate(-50%, -18%)}
    .mainPage .main-link > a{padding:25px 20px 30px}
    .mainPage .main-link img{width:75px}
    .mainPage .main-link h4{font-size:22px}
    div[class^="board_box_"] .page-header h4{font-size:18px}

    #site footer .footer-info{padding:30px 0}
    #site footer .footer-info ul li{margin-right:10px;font-size:11px;line-height:21px}
    #site footer .footer-info ul li.copy{font-size:10px}

    .subMenu > .container{padding:0}
    .subMenu ol > li.dropdown{min-width:140px}
    .subMenu ol > li > a{padding:12px 18px 10px;font-size:13px}
    .subMenu ol > li.dropdown > a{padding-right:30px}
    .subMenu ol > li.dropdown::before{right:15px;font-size:16px}
    .subMenu ol > li.dropdown .dropdown-menu{min-width:141px}
    .subMenu ol > li.dropdown .dropdown-menu > li > a{padding:10px 18px;font-size:12px}
    .subPage > .pageTop{height:155px}
    .subPage > .pageTop h2{margin:38px 0 0;font-size:32px}
    .subPage > .pageTop p{padding-right:80px;font-size:14px}
    .subPage > .contents{padding:50px 0 60px}
    .title-lv-1{margin:0 0 45px;font-size:36px}
    .title-lv-4{margin:0 0 30px;padding-left:26px;font-size:22px}
    .title-lv-4::before{font-size:17px}
    .space-bottom{margin-bottom:50px}
    table.tb-default > thead > tr > th,
    table.tb-default > tbody > tr > th,
    table.tb-default > tbody > tr > td{padding:14px;font-size:14px}

    #greeting .text{padding:0 15px}
    #greeting .text h4{font-size:17px}
    #greeting .text h4+p{margin:0 18px 30px;font-size:21px}
    .wrap-history::before{left:7px}
    .wrap-history ul > li .year,
    .wrap-history ul > li .detail{width:100%}
    .wrap-history ul > li .year{float:none;font-size:30px;padding-right:0;padding-left:40px;text-align:left}
    .wrap-history ul > li .year::before{top:5px;right:auto;left:0;width:14px;height:14px}
    .wrap-history ul > li .year::after{top:10px;right:auto;left:5px;width:4px;height:4px}
    .wrap-history ul > li .detail{padding-left:45px}
    .wrap-history ul > li .detail::before{top:7px;left:10px;width:25px}
    .wrap-history ul > li:not(:last-child){margin-bottom:55px}
    #history .account{margin-top:35px;padding:105px 30px 30px;text-align:center;background:#543f38;font-size:17px}
    #history .account > i{top:25px;left:50%;font-size:35px;transform:translateX(-50%)}
    .modal.facility+.box-facility{margin-top:15px}
    #facility .root_daum_roughmap .wrap_map{height:280px !important}
    #facility .box-location > .info{padding:15px 8px}
    #facility .box-location > .info p{font-size:16px}
    #facility .box-location > .info p.tel{float:none;margin-top:5px}
    #facility .box-location > .info p span{padding-right:4px;font-size:15px}
    #location #row1 iframe{height:280px}
    #location .box-contact{margin-top:30px;padding:0}
    #location .box-contact > .contact{width:50%}
    #location .contact .tit{margin:0 0 15px;font-size:18px}
    #location .contact i{width:85px;height:85px;font-size:38px;line-height:85px}
    #location .contact .text{margin-top:15px;word-break:keep-all}
    #location .box-contact > .contact.fax,
    #location .box-contact > .contact.email{margin-top:30px}
    #location .contact.tel .text,
    #location .contact.fax .text{font-size:21px}
    #location .contact.email .text{font-size:16px}
    #program01 .con-left > .inner{padding-top:20px}
    #program01 .con-left h4{margin-bottom:20px}
    #program01 .con-right{padding-left:15px}
    #program01 .con-right > .inner{padding-top:20px}
    #program01 .con-wrap+.con-wrap{margin-top:20px}
    #program01 .con-right .box-text{padding:25px 20px 15px;margin-top:20px}
    #program01 .con-right .box-text h5{margin:0 0 18px;font-size:17px}
    #program01 .con-right .box-text p{font-size:14px}
    #program02{font-size:13px}

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits{display:none}
    .board_wrapper .table .subject{width:55%}
    .board_wrapper .table .writer{width:20%}
    .board_wrapper .table .regdate{width:25%}
    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td{padding:10px;font-size:13px}
    .table.table_default tbody .subject .badge{margin-right:5px;font-size:11px}
    .table.table_default tbody .subject a{font-size:13px}
    .board_data_view .header_wrap{padding:30px 10px}
    .board_data_view .header_wrap .title{font-size:24px}
    .board_data_view .header_wrap .info{margin-top:5px}
    .board_data_view .header_wrap .info span{font-size:12px}
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big{width:100%}
    .board_wrapper .table.board_write_table .files .fileInput .file_add{width:100%;margin:0 0 15px;padding:6px 12px}
    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg{width:100%;margin:0;padding:9px}
    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn,
    .board_wrapper .text-center .btn#list_btn{margin-top:20px}
    [id^='form_history'] {padding-top:40px;padding-bottom:80px}
    .member_wrapper{padding-top:60px;padding-bottom:100px}

    .table_video dd,
    .table_blog2 dd{margin-bottom:15px}
    .table_video dd:nth-child(odd),
    .table_blog2 dd:nth-child(odd){padding-right:8px}
    .table_video dd:nth-child(even),
    .table_blog2 dd:nth-child(even){padding-left:8px}
    .table_video dd .inner .top a .thumb,
    .table_blog2 dd .inner .top a .thumb{height:120px}
    .table_video dd .inner .bottom,
    .table_blog2 dd .inner .bottom{padding:15px 0}
    .table_video dd .inner .bottom .title,
    .table_blog2 dd .inner .bottom .title{margin-bottom:2px}
    .table_video dd .inner .bottom .title a,
    .table_blog2 dd .inner .bottom .title a{font-size:16px}
    .table_video dd .inner .bottom .info span,
    .table_blog2 dd .inner .bottom .info span{font-size:11px}
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .carousel-indicators{left:33%}
    .carousel-caption{right:3%;left:3%}
    #greeting .text{padding:0 70px}
}
/******* 모바일 최적화 끝 *******/