@charset "UTF-8";
@media print {
  body {
    padding-top: 75px;
  }
  .pd100{
    padding: 70px 0;
  }
  /* ---------------헤더--------------- */
  .project-header .gnb-dummy {
    display: none !important;
  }
  .project-header .header-popup {
    display: block;
  }
  .project-header .header-popup .header-slider {
    display: none;
  }
  .project-header .header-wrap .header-top {
    display: none;
  }
  .project-header .header-wrap .header-bottom {
    position: unset;
    height: 75px;
  }
  .project-header .header-wrap .header-bottom > .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .project-header .header-wrap .header-bottom > .center .logo {
    width: 120px;
  }
  .project-header .header-wrap .header-bottom > .center .menu-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 500px;
  }
  .project-header .header-wrap .header-bottom > .center .menu-ul > li:hover > a {
    color: #85c6ca;
  }
  .project-header .header-wrap .header-bottom > .center .menu-ul > li.hidden-menu {
    display: none !important;
  }
  .project-header .header-wrap .header-bottom > .center .menu-ul > li > a {
    display: block;
    font-size: 14px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .project-header .header-wrap .header-bottom > .center .menu-ul > li > ul {
    display: none;
  }
  .project-header .header-wrap .header-bottom > .center .mbtn {
    display: none;
  }
  .project-header .header-wrap .header-bottom .gnb {
    display: none;
  }
  /* ---------------헤더 end--------------- */
  /* 
    
    */
  /* ---------------푸터--------------- */
  .project-footer {
    background-color: #e7e8e9;
    border-top: 1px solid #e7e8e9;
    border-bottom: 1px solid #e7e8e9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .project-footer .center .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .project-footer .center .footer-top .textbox {
    font-size: 16px;
  }
  .project-footer .center .footer-top .textbox .footer-terms-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .project-footer .center .footer-top .textbox .footer-copy .footer-href {
    font-size: 14px;
  }
  .project-footer .center .footer-top .textbox .footer-copy .footer-adm {
    display: none;
  }
  .project-footer .center .footer-top .footer-select {
    margin-top: 20px;
    width: 280px;
    padding: 0 25px;
    font-size: 16px;
  }
  .project-footer .center .footer-logo-list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .project-footer .center .footer-logo-list li:not(:nth-of-type(1)) {
    margin-left: 25px;
  }
  .project-footer .center .footer-logo-list li .footer-logo {
    display: block;
    width: 100px;
  }
  .project-footer .center .footer-logo-list li .footer-logo img {
    display: block;
    max-width: 100%;
  }
  /* ---------------푸터 end--------------- */
  /* 
    
    */
  /* ---------------우측 고정 메뉴--------------- */
  .right-fixed-menu {
    display: none;
  }
  /* ---------------우측 고정 메뉴 end--------------- */
  /* 

    */
  /* ---------------서브 배너--------------- */
  .sub-visual {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .sub-visual::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .sub-visual .textbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 500px;
    height: 180px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #FFF;
  }
  .sub-visual .textbox .sub-visual-deco {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #85c6ca;
    margin-bottom: 30px;
  }
  .sub-visual .textbox .sub-visual-title {
    font-size: 40px;
  }
  .sub-visual .textbox .sub-visual-desc {
    margin-top: 20px;
    font-size: 18px;
  }
  /* ---------------서브 배너 end--------------- */
  /* 

    */
  /* ---------------서브 네비--------------- */
  .snb {
    z-index: 1;
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    padding: 10px 0;
  }
  .snb .center {
    height: 100%;
  }
  .snb .center .breadcrumb {
    height: 100%;
  }
  .snb .center .breadcrumb .btn-home, .snb .center .breadcrumb .btn-print, .snb .center .breadcrumb .btn-dep {
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #c2c2c2;
  }
  .snb .center .breadcrumb .btn-home, .snb .center .breadcrumb .btn-dep {
    float: left;
  }
  .snb .center .breadcrumb .btn-home, .snb .center .breadcrumb .btn-print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    border-left: 1px solid #c2c2c2;
  }
  .snb .center .breadcrumb .btn-home .icon, .snb .center .breadcrumb .btn-print .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25px;
    height: 25px;
  }
  .snb .center .breadcrumb .btn-home .icon svg, .snb .center .breadcrumb .btn-print .icon svg {
    display: block;
    max-width: 100%;
  }
  .snb .center .breadcrumb .btn-home .icon svg path, .snb .center .breadcrumb .btn-print .icon svg path {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
  }
  .snb .center .breadcrumb .btn-print {
    float: right;
  }
  .snb .center .breadcrumb .btn-dep {
    position: relative;
    width: 180px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    text-align: left;
  }
  .snb .center .breadcrumb .btn-dep .arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
  }
  .snb .center .breadcrumb .btn-dep.active .arrow {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .snb .center .breadcrumb .btn-dep .text {
    display: block;
    width: 100%;
    pointer-events: none;
    font-size: 17px;
    line-height: 120%;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .snb .center .breadcrumb .btn-dep .text * {
    line-height: inherit;
  }
  .snb .center .breadcrumb .btn-dep .text .menu-ul > li {
    display: none;
  }
  .snb .center .breadcrumb .btn-dep .text .menu-ul > li.active {
    display: block;
  }
  .snb .center .breadcrumb .btn-dep.btn-1dep .text .menu-ul > li > ul {
    display: none !important;
  }
  .snb .center .breadcrumb .btn-dep.btn-1dep .toggle-menu .menu-ul {
    display: none;
  }
  .snb .center .breadcrumb .btn-dep.btn-1dep .toggle-menu .menu-ul > li {
    display: block;
  }
  .snb .center .breadcrumb .btn-dep.btn-1dep .toggle-menu .menu-ul > li > ul {
    display: none !important;
  }
  .snb .center .breadcrumb .btn-dep.btn-2dep .text .menu-ul > li > a {
    display: none !important;
  }
  .snb .center .breadcrumb .btn-dep.btn-2dep .text .menu-ul > li > ul > li > a {
    display: none;
  }
  .snb .center .breadcrumb .btn-dep.btn-2dep .text .menu-ul > li > ul > li > a.active {
    display: block;
  }
  .snb .center .breadcrumb .btn-dep.btn-2dep .toggle-menu .menu-ul > li {
    display: none;
  }
  .snb .center .breadcrumb .btn-dep.btn-2dep .toggle-menu .menu-ul > li.active {
    display: block;
    border-bottom: none;
  }
  .snb .center .breadcrumb .btn-dep.btn-2dep .toggle-menu .menu-ul > li > a {
    display: none !important;
  }
  .snb .center .breadcrumb .btn-dep .toggle-menu {
    display: none;
  }
  /* ---------------서브 네비 end--------------- */
  /* 

    */
  /* ---------------서브 페이지 타이틀--------------- */
  .dft-title {
    margin-bottom: 40px;
  }
  .dft-title .titbar {
    width: 62px;
    height: 4px;
    margin: 0 auto 15px;
    background-color: #85c6ca;
    color: #85c6ca;
  }
  .dft-title h3 {
    font-size: 30px;
  }
  .dft-desc {
    font-size: 23px;
    margin-top: 20px;
  }
  /* ---------------서브 페이지 타이틀 end--------------- */
  /* 

    */
  /* ---------------서브 페이지 생태관광지 지도--------------- */
  .attraction-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .attraction-top img {
    max-width: 100%;
  }
  .ecologic-point {
    cursor: pointer;
  }
  .ecologic-point path {
    stroke-width: 1 !important;
    -webkit-transition: stroke 0.3s, stroke-width 0.3s;
    transition: stroke 0.3s, stroke-width 0.3s;
  }
  .ecologic-item {
    display: none;
  }
  .ecologic-hidden-box {
    display: none;
  }
  /* ---------------서브 페이지 생태관광지 지도 end--------------- */
  /* 

    */
  /* ---------------서브 페이지 리스트--------------- */
  .list-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;    
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-common .list-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #b7b7b7;
    width: calc(33.333% - (30px / 3));
    margin-top: 50px;
  }
  .list-common .list-box:nth-of-type(1),
  .list-common .list-box:nth-of-type(2),
  .list-common .list-box:nth-of-type(3){margin-top: 0;}
  .list-common .list-box:not(:nth-of-type(3n+1)) {
    margin-left: 15px;
  }
  /* .list-common .list-box:nth-last-of-type(1), .list-common .list-box:nth-last-of-type(2), .list-common .list-box:nth-last-of-type(3) {
    margin-bottom: 0;
  } */
  .list-common .list-box .inner .bgbox {
    height: 150px;
  }
  .list-common .list-box .inner .bgbox .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .list-common .list-box .inner .textbox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 10px;
  }
  .list-common .list-box .inner .textbox .text-top {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #CCC;
    padding: 0 10px;
    padding-bottom: 20px;
  }
  .list-common .list-box .inner .textbox .text-bottom {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    padding-top: 20px;
  }
  .list-common .list-box .inner .textbox .tit {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 130%;
    word-break: break-all;
  }
  .list-common .list-box .inner .textbox .info-box {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .list-common .list-box .inner .textbox .info-box .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .list-common .list-box .inner .textbox .info-box .info:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  .list-common .list-box .inner .textbox .info-box .info .icon {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #85c6ca;
  }
  .list-common .list-box .inner .textbox .info-box .info .icon img {
    display: block;
    max-width: 100%;
  }
  .list-common .list-box .inner .textbox .info-box .info .text {
    display: block;
    width: calc(100% - 30px);
    margin-left: 10px;
    word-break: break-all;
    line-height: 130%;
  }
  .list-common .list-box .inner .textbox .info-box .info .text a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .list-common .list-box .inner .textbox .desc {
    line-height: 150%;
    word-break: break-all;
    font-size: 16px;
  }
  .list-common .list-box .inner .textbox .btn-view {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #7d7d7d;
    font-size: 18px;
    overflow: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .list-common .list-box .inner .textbox .btn-view .plus {
    margin-left: 10px;
  }
  .list-common .list-box .inner .textbox .btn-view::before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  /* ---------------서브 페이지 리스트 end--------------- */
  /* 

    */
  /* ---------------서브 페이지 상세--------------- */
  .info-wrap .top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-wrap .top-info .bgbox {
    width: 100vw;
    height: 70vw;
    max-width: 550px;
    max-height: 400px;
    margin: 0 auto;
  }
  .info-wrap .top-info .bgbox .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .info-wrap .top-info .textbox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .info-wrap .top-info .textbox .info-desc {
    line-height: 150%;
    font-size: 19px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c2c2c2;
  }
  .info-wrap .top-info .textbox .info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 18px;
  }
  .info-wrap .top-info .textbox .info-list li:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
  .info-wrap .top-info .textbox .info-list li .tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info-wrap .top-info .textbox .info-list li .tit .icon {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #85c6ca;
  }
  .info-wrap .top-info .textbox .info-list li .tit .icon img {
    display: block;
    max-width: 100%;
  }
  .info-wrap .top-info .textbox .info-list li .tit .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 60px;
    margin-left: 10px;
  }
  .info-wrap .top-info .textbox .info-list li .con {
    width: calc(100% - 95px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 30px;
    line-height: 130%;
    word-break: break-all;
  }
  .info-wrap .top-info .textbox .info-list li .con a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .info-wrap .top-info .textbox .btn-program-apply {
    position: relative;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #CCC;
    font-size: 18px;
    overflow: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .info-wrap .bottom-content .contentbox {
    line-height: 150%;
    font-size: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #CCC;
    padding: 18px;
  }
  .info-wrap .info-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 27px;
    margin-bottom: 20px;
    line-height: 130%;
  }
  .info-wrap .info-title .info-deco {
    display: none;
    margin-right: 15px;
    display: block;
    width: 6px;
    height: 33px;
    background-color: #85c6ca;
  }
  .info-wrap .info-title .info-icon {
    display: none;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    margin-right: 15px;
    background-color: #85c6ca;
  }
  .info-wrap .info-title .info-icon img {
    display: block;
    max-width: 100%;
  }
  .attraction-info-section .info-wrap .top-info .textbox .info-list li .tit .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: 35px;
    margin-left: 10px;
  }
  .attraction-info-section .info-wrap .top-info .textbox .info-list li .con {
    width: calc(100% - 75px);
    padding-left: 7px;
  }
  /* ---------------서브 페이지 상세 end--------------- */
  /* 
    
    */
  /* ---------------일반 게시판--------------- */
  .list-btnwrap {
    display: none;
  }
  .bo_sch_wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
  }
  .bo_sch_wrap .sltbox {
    width: 120px;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 8px;
  }
  .bo_sch_wrap .sch_bar {
    margin-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }
  .dft-listtable .tbl-ul {
    border-top: 2px solid #707070;
  }
  .dft-listtable .thead,
  .dft-listtable .tbody .a-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50px;
  }
  .dft-listtable .tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dft-listtable .thead {
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
  }
  .dft-listtable .tbody {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .dft-listtable .tbody.bo_notice {
    background-color: #e9f4f5;
  }
  .dft-listtable .tbody .dft-tit {
    text-align: left;
    overflow: hidden;
  }
  .dft-listtable .tbody .dft-tit .bo_tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .dft-listtable .tbody .dft-tit .bo_tit .titbox {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.5;
  }
  .dft-listtable .tbody .dft-tit .comment_count {
    color: #999;
  }
  .dft-listtable .tbody .dft-writer {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
  .dft-listtable .chk_box {
    width: 30px;
  }
  .dft-listtable .dft-td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .dft-listtable .dft-num {
    width: 8%;
  }
  .dft-listtable .dft-tit {
    width: 56%;
  }
  .dft-listtable .dft-writer {
    width: 13%;
  }
  .dft-listtable .dft-date {
    width: 15%;
  }
  .dft-listtable .dft-count {
    width: 8%;
  }
  .dft-listtable .mo-tit {
    display: none;
  }
  .dft-listtable .cate-ul .dft-num {
    width: 6%;
  }
  .dft-listtable .cate-ul .dft-category {
    width: 14%;
  }
  .dft-listtable .cate-ul .dft-tit {
    width: 47%;
  }
  .dft-listtable .cate-ul .dft-writer {
    width: 13%;
  }
  .dft-listtable .cate-ul .dft-date {
    width: 13%;
  }
  .dft-listtable .cate-ul .dft-count {
    width: 7%;
  }
  .dft-listtable .cate-ul .mo-tit {
    display: none;
  }
  .list-btnwrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .empty_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 300px;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* ---------------일반 게시판 end--------------- */
  /* 
    
    */
  /* ---------------갤러리 게시판--------------- */
  .gall_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gall_li {
    width: calc(100% / 3 - 30px / 3);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .gall_li:nth-of-type(3n) {
    margin-right: 0;
  }  
  .gall_box {
    position: relative;
    border: 1px solid #ccc;
  }
  .gall_box .gall_chk {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .gall_box .gall_img {
    height: 150px;
  }
  .gall_box .gall_img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gall_box .thmb-btmwrap {
    padding: 15px 10px;
  }
  .gall_box .thmb-btmwrap .catebox {
    color: #666;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .gall_box .thmb-btmwrap .titbox {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .gall_box .thmb-btmwrap .titbox .cnt_cmt {
    color: #999;
  }
  .gall_box .thmb-btmwrap .gall_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #6f6c6c;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
  .gall_box .thmb-btmwrap .gall_info .middle {
    font-size: 13px;
    margin: -2px 5px 0;
  }
  .dft-gallistpage .all_chk {
    margin-bottom: 15px;
  }
  .dft-gallistpage .list-btnwrap {
    padding-top: 10px;
    border-top: 1px solid #ccc;
  }
  .dft-gallistpage .empty_table {
    width: 100%;
    border-top: 2px solid #707070;
  }
  /* ---------------갤러리 게시판 end--------------- */
  /* 
    
    */
  /* ---------------행사 일정--------------- */
  .schedule-wrap {
    width: 95%;
    max-width: 990px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  /* 월 선택 */
  .month-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-bottom: 25px;
  }
  .month-box .select-month {
    font-size: 30px;
    margin: 0 20px;
  }
  .month-box .btn-month {
    color: #7d7d7d;
  }
  .month-box .sub {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
  }
  /* 달력 */
  .calendar_wrap {
    width: 100%;
    table-layout: fixed;
  }
  .calendar_wrap thead {
    border-top: 2px solid #636363;
  }
  .calendar_wrap thead tr {
    border-bottom: 1px solid #ccc;
  }
  .calendar_wrap thead th {
    height: 60px;
    font-weight: 500;
    font-size: 18px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #ccc;
  }
  .calendar_wrap thead th:nth-of-type(1) {
    border-left: 1px solid #ccc;
  }
  .calendar_wrap tbody td {
    width: calc(100% / 7);
    height: 100px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .calendar_wrap tbody td:nth-of-type(1) {
    border-left: 1px solid #ccc;
  }
  .calendar_wrap tbody td .txt {
    display: block;
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 15px;
    line-height: 1.2;
    word-break: break-all;
  }
  .calendar_wrap tbody td.holi .cal-date {
    color: #fc4343;
  }
  .calendar_wrap tbody td.holi .holitit {
    color: #fc4343;
    font-size: 15px;
  }
  /* 일요일, 토요일 빨간글씨 */
  .calendar_wrap tbody td:nth-of-type(1) .cal-date,
  .calendar_wrap tbody td:nth-of-type(7) .cal-date {
    color: #fc4343;
  }
  /* 스케줄리스트 */
  .schedule-board-wrap .schedule-board-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .schedule-board-wrap .schedule-board-table li {
    width: calc(50% - 5px);
  }
  .schedule-board-wrap .schedule-board-table li .selec_chk {
    display: none;
  }
  .schedule-board-table li {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #d7d7d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
  }
  .schedule-board-table li .btn-schedule-modify {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 60px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 500;
    color: #FFF;
    background-color: #85c6ca;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .schedule-board-table li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .schedule-board-table li > div.datebox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .schedule-board-table li.thead {
    border-top: 2px solid #707070;
    font-size: 16px;
  }
  .schedule-board-table li.tbody {
    font-size: 15px;
  }
  .schedule-board-table li div.datebox {
    width: 80px;
  }
  .schedule-board-table li div.titbox {
    width: calc(100% - 80px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 30px;
    padding-right: 70px;
  }
  .schedule-board-table li div.titbox .tit {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  /* 스케줄리스트 end */
  /* ---------------행사 일정 end--------------- */
}
