@charset "utf-8";

/*** 리스트형 게시판 목록 ***/
/* 게시판 공용 */
.wrap.board,
.wrap.board_content {
    margin-bottom: 50px;
}

/* //게시판 공용 */
.section.board {
    max-width: 1300px;
    margin: 0 auto;
    font-family: 'Noto Sans KR';
}

/* board-search */
.board-search-wrap {
    margin-bottom: 30px;
    background-color: #f7f8f9;
    border: 1px solid #dfdfdf;
    padding: 30px 50px;
}

.board-search-wrap .left {
    float: left;
}

.board-search-wrap .left.title {
    width: 50px;
}

.board-search-wrap .left.form {
    width: calc(100% - 50px);
}

.board-search-wrap .board-search-tit {
    color: #333;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
}

.board-search-wrap + .total {
    margin-bottom: 10px;
}

.board-search-wrap + .total span {
    color: #333;
    font-size: 16px;
    line-height: 44px;
    font-weight: 500;
}

.board-search-wrap .right {
    float: right;
}

.board-select {
    float: left;
    margin-right: 5px;
    width: 186px;
}

.board-select select.selectbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.board-select select.selectbox::-ms-expand {
    display: none;
}

.board-select .selectbox {
    width: 186px;
    height: 40px;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    padding-left: 15px;
    background-image: url(/park/images/board/i-select.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.board-select .selectbox option {
    font-size: 14px;
}

.board-search {
    float: left;
}

.board-search {
    float: left;
    width: calc(100% - 191px);
}

form .board-search {
    overflow: hidden;
}

form .board-search div {
    float: left;
    width: calc(100% - 105px);
}

form .board-search div label {}

form .board-search div input {
    width: 100%;
    height: 40px;
    font-size: 15px;
    border: 0;
    /*    line-height: 30px; ie때문에 주석처리 */
    padding-left: 20px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    border-radius: 0;
}

form .board-search .btn-board-search {
    display: block;
    float: left;
    width: 100px;
    height: 40px;
    background-color: #333;
    margin-left: 5px;
}

form .board-search .btn-board-search span {
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
}
/*  검색옵션 추가 : 작성일자(231006) */
.search_option .board-select {width: 120px;}
.search_option .board-select .selectbox {width: 120px;}
.search_option .board-search {width: calc(100% - 500px);}
.search_option .search_time {width: 340px; overflow: hidden;padding: 5px 0; float: left; margin-left: 15px;}
.search_option .search_time span {margin: 0 5px;font-size: 15px;color: #555; font-weight: 500;line-height: 30px;}
.search_option .search_time .calendar.cal-img {width: 90px; border: 1px solid #ccc; height: 28px; text-indent: 5px; color: #333; font-size: 14px;}

/* //board-search */

/* table style */
.scroll1cont {}

table.t1 {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-top: 2px solid #595F6B;
    box-sizing: border-box;
    table-layout: fixed;
    /* table-layout: fixed; 테이블내에서 말줄임 속성을 사용하기위해 테이블에 필요한 속성*/
    letter-spacing: -0.2px;
}

table.t1 > * > tr > th,
table.t1 > * > tr > td {
    padding: 15px 10px;
    border-bottom: 1px solid #DBDBDB;
    border-width: 0 0 1px 1px;
    text-align: center;
    vertical-align: middle;
}

table.t1 > tbody > tr:last-child > th,
table.t1 > tbody > tr:last-child > td {
    border-bottom: 1px solid #595F6B;
}

table.t1 > * > tr > th {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

table.t1 > thead > tr > th {
    border-bottom: 1px solid #595F6B;
}

table.t1 > tbody > tr > th {
    font-weight: 500;
}

table.t1 > tbody > tr.tr_notice > th,
table.t1 > tbody > tr.tr_notice > td {
    background-color: #f7f8f9;
}

table.t1 > tbody > tr > td {
    font-size: 17px;
    color: #333;
    font-weight: 500;
}

table.t1 > tbody > tr > td .icon-lock:after {
    display: inline-block;
    content: '';
    width: 15px;
    height: 20px;
    background-image: url(/park/images/board/icon-lock.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: -3px;
    margin-left: 10px;
}

table.t1 > tbody .tal {
    text-align: left;
}

table.t1 > tbody .reply {
    color: #e06987;
    margin-right: 10px;
    font-weight: 700;
}

table.t1 > tbody .reply:before {
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(/park/images/board/i-reply.png);
    margin-right: 20px;
}

/* table_icon */
.icon_notice {
    background-color: #e06987;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    padding: 7px 8px;
    vertical-align: middle;
    letter-spacing: 0.5px;
}

.icon_new:after {
    content: 'N';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 17px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid #4b50b6;
    border-radius: 100%;
    box-sizing: border-box;
    color: #4b50b6;
    font-size: 12px;
}

.icon_file {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(/park/images/board/i-file.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}

/* //table_icon */
/* //table style */
/*** //리스트형 게시판 목록 ***/

/*** 리스트형 게시판 상세 ***/
/* board_content */
.board_content {
    font-family: 'Noto Sans KR';
}

.board_content .side-info {
    margin-top: 10px;
}

.board_content .side-info ul {}

.board_content .side-info.mb {}

.board_content .side-info li {
    float: left;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.board_content .side-info li:after {
    display: inline-block;
    content: '';
    border-right: 1px solid #999;
    height: 10px;
    padding-right: 30px;
}

.board_content .side-info li:last-child {
    margin-right: 0;
}

.board_content .side-info li:last-child:after {
    display: none;
}

.board_content .content {
    border-top: 2px solid #595F6B;
    box-sizing: border-box;
}

.board_content .content.mt {
    margin-top: 70px;
}

.board_content .content .con {
    padding: 40px 40px;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    line-height: 25px;
    box-sizing: border-box;
    background-color: #fff;
}

.board_content .content .con-reply {
    padding: 0 40px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    color: #333;
    box-sizing: border-box;
    background-color: #fff;
}

.board_content .content .con-reply .reply {
    color: #e24f74;
    font-weight: 700;
}

.board_content .content .con-reply:before {
    display: block;
    content: '';
    border-bottom: 1px dashed #ddd;
    margin-bottom: 40px;
}

.board_content .content .con p,
.board_content .content .con-reply p {
    line-height: 200%;
}

.board_content .content .con p:last-child {}

.board_content .board-title-wrap {
    border-bottom: 1px solid #ccc;
    padding: 30px 40px;
}

.board_content .title {
    font-size: 22px;
    font-weight: 700;
    box-sizing: border-box;
    color: #333;
}

.board_content .title .reply {
    color: #e24f74;
    margin-right: 10px;
}

.board_content .file_info {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    display: table;
    width: 100%;
}

.board_content .file_info .tit {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 15%;
    background-color: #f7f8f9;
    padding-left: 40px;
    font-weight: 500;
}

.board_content .file_info .tit:before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 19px;
    background-image: url(/park/images/board/i-file2.png);
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
}

.board_content .file_info .tit span {
    vertical-align: middle;
}

.board_content .file_info .list {
    display: table-cell;
    padding: 20px 20px;
    background-color: #f7f8f9;
}

.board_content .file_info .list li {
    color: #666;
    margin-bottom: 4px;
}

.board_content .file_info .list span {
    font-size: 15px;
}

.board_content .file_info .list .file-down {
    border: 1px solid #c4c4c4;
    background-color: #fff;
    border-radius: 4px;
    padding: 4px 15px 3px 15px;
    margin-left: 10px;
    font-size: 13px;
    display: inline-block;
}

.board_content .file_info .list .file-down:after {
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(/park/images/board/i-down.png);
    margin-bottom: -1px;
    ;
    margin-left: 5px;
}

/* 답변추가 */
.reply-list-wrap {}

.reply-list-wrap .reply-item {}

.reply-list-wrap .reply-item.mt {
    margin-top: 50px;
}

.reply-item li {
    display: block;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 20px;
}

.reply-item li:last-child {
    margin-bottom: 0;
}

.reply-item p {}

.reply-item .writer {
    font-size: 16px;
    color: #333;
}

.reply-item .datetime {
    font-size: 16px;
    color: #999;
    margin-left: 20px;
}

.reply-item .text-area {
    font-size: 16px;
    color: #999;
}

.reply-item .text-area.mt {
    margin-top: 5px;
}

.reply-area {
    border: 1px solid #CFD5DE;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 20px;
}

.reply-area.mt {
    margin-top: 10px;
}

.reply-area.mb {
    margin-bottom: 50px;
}

.reply-area form {}

.reply-area p {}

.reply-area .writer {
    font-size: 16px;
    color: #333;
}

.content-reply {
    display: block;
    width: 100%;
    height: 160px !important;
    border: 0;
    font-family: 'NotoSansKR';
    font-size: 16px;
    color: #6D7B91;
    resize: none;
}

.content-reply.mt {
    margin-top: 5px;
}

.content-reply.mb {
    margin-bottom: 5px;
}

.reply-area .counter {
    float: left;
    line-height: 40px;
    font-size: 16px;
    color: #78b332;
}

.reply-area .counter + .btn.blue {
    display: block;
    min-width: 90px;
    height: 40px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: -1px;
    background-color: #78b332;
    color: #fff;
}

.reply-area .counter + .btn.blue.right {
    float: right;
}

.reply-item li .counter {
    float: left;
    line-height: 30px;
}

.reply-item li .btns {
    float: right;
}

.reply-item li .btn.blue {
    display: block;
    min-width: 60px;
    height: 30px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: -1px;
    background-color: #0a276d;
    color: #fff;
}

.reply-item li .btn.red {
    display: block;
    min-width: 60px;
    height: 30px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: -1px;
    background-color: #D43300;
    color: #fff;
}

.reply-item li .btn {
    float: left;
}

.reply-item li .btn.right {
    margin-right: 5px;
}

.reply-item li .btn.right:last-child {
    margin-right: 0;
}

/* //답변추가 */

.board_content .page_topbottom {
    border-top: 1px solid #595F6B;
    border-bottom: 1px solid #595F6B;
    box-sizing: border-box;
    font-weight: 500;
}

.board_content .page_topbottom.mt {
    margin-top: 30px;
}

.board_content .arrow_top {
    padding: 18px 0;
    border-bottom: 1px solid #dbdbdb;
    box-sizing: border-box;
    background-color: #fff;
}

.board_content .arrow_bottom {
    padding: 18px 0;
    background-color: #fff;
}

.board_content .arrow_top a,
.board_content .arrow_bottom a {
    display: block;
}

.board_content .icon_top,
.board_content .icon_bottom {
    display: table-cell;
    width: 14%;
    float: left;
    padding-left: 40px;
    font-size: 16px;
}

.board_content .txt_top,
.board_content .txt_bottom {
    display: table-cell;
    /* width: 100%; */
    display: block;
    padding-left: 20px;
    color: #666;
    font-size: 16px;
    padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* //board_content */
/*** //리스트형 게시판 상세 ***/

/*** 포토게시판 리스트 ***/
/* 원래 이미지 비율 + 너무작은 이미지만 min-height로 강제로 높이 늘리기 */
.photo_wrap {
    width: 100%;
    border-top: 2px solid #999;
    padding-top: 50px;
    border-bottom: 2px solid #999;
    padding-bottom: 40px;
    font-family: 'Noto Sans KR';
}

.photo_wrap ul {
    margin-bottom: -44px;
}

.photo_wrap ul li {
    display: block;
    float: left;
    /* width: calc((100% - 90px) / 4); ie에서 감싸는 부모 속성도 %여서 감싸는 속성 계산이 한박자 느림 */
    width: 23.5%;
    /* 계산된 값으로 넣는데 소수점 한자리까진 괜찮음 두세자리 넘어가면 이것도 안됨 */
}

.photo_wrap ul li:nth-child(1n),
.photo_wrap ul li:nth-child(2n),
.photo_wrap ul li:nth-child(3n) {
    /*    margin-right: 30px; ie에서 감싸는 부모 속성도 %여서 감싸는 속성 계산이 한박자 느림 */
    margin-right: 2%;
}

.photo_wrap ul li:nth-child(4n) {
    margin-right: 0;
}

.photo_wrap ul li a {
    display: block;
}

.photo_wrap .img {
    display: block;
    height: 200px;
    /*이미지 비율에 적절한값으로 수정하면됨*/
    overflow: hidden;
}

.photo_wrap .img img {
    min-height: 200px;
    /*이미지 비율에 적절한값으로 수정하면됨*/
}

.photo_wrap .tit {
    display: block;
    text-align: center;
}

.photo_wrap .tit.mt {
    margin-top: 20px;
    margin-bottom: 44px;
}

/* 4x4 */
.photo_wrap.row_4 li:nth-child(13) .tit.mt,
.photo_wrap.row_4 li:nth-child(14) .tit.mt,
.photo_wrap.row_4 li:nth-child(15) .tit.mt,
.photo_wrap.row_4 li:nth-child(16) .tit.mt {
    margin-bottom: 0;
}

/* //4x4 */

/* 4x2 */
.photo_wrap.row_2 li:nth-child(5) .tit.mt,
.photo_wrap.row_2 li:nth-child(6) .tit.mt,
.photo_wrap.row_2 li:nth-child(7) .tit.mt,
.photo_wrap.row_2 li:nth-child(8) .tit.mt {
    margin-bottom: 0;
}

/* //4x2 */

.photo_wrap .tit .title {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.photo_wrap .tit .day {
    display: block;
    font-size: 16px;
    letter-spacing: -0.2px;
}

/*** //포토게시판 리스트 ***/

/* 홍보영상 */
.video_wrap {
    background-color: #eff5fc;
    width: 100%;
    padding: 55px;
}

.video_wrap.mb {
    margin-bottom: 44px;
}

.video_wrap .tit .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
}

.video_wrap .tit .data {
    font-size: 16px;
}

.video_wrap .tit .data span {
    margin-right: 20px;
}

.video_wrap .con.mt {
    margin-top: 44px;
}

.video_wrap .con .box {
    float: left;
}

.video_wrap .con .video {
    width: calc(50% - 50px);
    height: 344px;
    overflow: hidden;
    margin-right: 50px;
    background-color: #000;
}

.video_wrap .con .video iframe {
    width: 100%;
    height: 100%;
}

/* 자체파일 제공시 사용 익스플로러 재생 확인해봐야함
.video_wrap .con .video video {
    width: 100%;
    height: 344px;
    min-height: 344px;
}
*/
/* 오른쪽 자막높이랑 맞추기 위해서 높이값줌 */

.video_wrap .con .subtitles {
    width: 50%;
    height: 344px;
    background-color: #fff;
    overflow-y: auto;
    padding: 40px;
}

.video_wrap .con .subtitles .blind {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.video_wrap .con .subtitles .blind.onshow:focus {
    display: block;
    position: relative;
    left: 0;
    width: auto;
    height: auto;
    padding: 10px;
    background: #0a276d;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    overflow: hidden;
    opacity: 1;
}

/* //홍보영상 */

/* 썸네일 리스트 */
.results-wrap.webzine .con .info .tit {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_info {
    position: relative;
    font-size: 14px;
    color: #888;
}

.write_box span::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    vertical-align: middle;
    background-color: #888;
    margin: 0 12px;
}

.write_box span:last-child::after {
    display: none;
}

.write_box .icon_file {
    vertical-align: middle;
}

.results-wrap.webzine .con .info .txt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    height: 2.8em;
}

.results-wrap.webzine .con .logo {
    max-height: 120px;
    overflow: hidden;
}

.results-wrap.webzine .con .logo img {
    width: 100%;
    min-height: 120px;
}

/* //썸네일 리스트 */

/* 미디어쿼리 */
@media all and (max-width:1200px) {

    .wrap.board,
    .wrap.board_content {
        padding-top: 0;
        /* margin-bottom: 50px; */
    }

    .board-search-wrap {}

    .board_content .page_topbottom.mt {
        margin-top: 30px;
    }
}

@media all and (max-width:900px) {
    .board_content .content.mt {
        margin-top: 40px;
    }

    .board_content .page_topbottom.mt {
        margin-top: 20px;
    }

    .board_content .content .con {
        padding: 20px 20px;
    }

    .board_content .content .con-reply:before {
        margin-bottom: 20px;
    }

    .board_content .content .con-reply {
        padding: 0 20px;
    }

    .board-select {
        width: 100px;
    }

    .board-select .selectbox {
        width: 100px;
    }

    .board-search {
        width: calc(100% - 105px);
    }

    form .board-search div input {}

    form .board-search .btn-board-search {}

    form .board-search .btn-board-search:after {
        margin-left: 2px;
    }

    .board_content .side-info li {
        font-size: 15px;
    }

    .board_content .board-title-wrap {
        padding: 20px 20px;
    }

    .board_content .title {
        font-size: 16px;
    }

    .board_content .file_info {
        display: block;
    }

    .board_content .file_info .tit {
        display: block;
        width: 100%;
        padding: 20px 20px 5px 20px;
    }

    .board_content .file_info .list {
        display: block;
        width: 100%;
        padding: 0 20px 15px 20px;
    }

    .board_content .file_info .list li {}

    .board_content .file_info .list a {
        font-size: 14px;
    }

    .board_content .icon_top,
    .board_content .icon_bottom {
        padding-left: 20px;
    }

    .board_content .icon_top:before {}
}

@media all and (max-width:600px) {

    /* 게시판 공용 */
    .wrap.board,
    .wrap.board_content {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .board_content .content.mt {
        margin-top: 0;
        border-top: 0;
    }

    .board_content .board-title-wrap {
        padding: 8px 0 15px 0;
    }


    /* //게시판 공용 */

    .board-search-wrap {
        margin-bottom: 20px;
        padding: 5px 10px 10px 10px;
    }

    .board-search-wrap .left,
    .board-search-wrap .right {
        float: none;
    }

    .board-search-wrap .left.title {
        width: 100%;
    }

    .board-search-wrap .left.form {
        width: 100%;
    }

    .board-search-wrap + .total {}

    .board-search-wrap + .total span {
        line-height: inherit;
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0;
    }

    .board-select {
        width: 100%;
        margin-right: inherit;
        margin-bottom: 5px;
    }

    .board-select .selectbox {
        width: 100%;
        height: 34px;
        font-size: 15px;
        font-weight: normal;
    }

    .board-search {
        width: 100%;
    }

    form .board-search div {
        width: calc(100% - 34px);
    }

    form .board-search div input {
        width: 100%;
        height: 34px;
        font-size: 15px;
        padding-left: 15px;
    }

    form .board-search .btn-board-search {
        width: 34px;
        height: 34px;
        background-image: url(/park/images/board/btn-search-m.svg);
        background-repeat: no-repeat;
        background-position: center center;
        margin-left: 0;
    }

    form .board-search .btn-board-search:after,
    form .board-search .btn-board-search span {
        display: none;
    }

    /* 답변추가 */
    .reply-item li {
        padding: 10px;
        margin-bottom: 5px;
    }

    .reply-list-wrap .reply-item.mt {
        margin-top: 20px;
    }

    .reply-item .writer,
    .reply-item .datetime,
    .reply-item .text-area,
    .reply-area .writer,
    .content-reply,
    .reply-area .counter {
        font-size: 14px;
    }

    .reply-item .text-area.mt {
        margin-top: 0;
    }

    .content-reply.mt {
        margin-top: 0;
    }

    .reply-area .counter + .btn.blue {
        min-width: 60px;
        height: 30px;
        border-radius: 3px;
        box-sizing: border-box;
        font-size: 14px;
        letter-spacing: -1px;
        padding-bottom: 1px;
    }

    .reply-area {
        padding: 5px 10px;
    }

    .reply-area.mt {
        margin-top: 5px;
    }

    .reply-area.mb {
        margin-bottom: 20px;
    }

    /* //답변추가 */

    /* 쎔네일 리스트 */
    .results-wrap.webzine .con .logo {
        display: flex;
        max-height: 190px;
        justify-content: center;
    }

    .results-wrap.webzine .con .logo img {
        max-width: 100%;
        min-height: 190px;
        height: auto;
    }


    .write_box {
        text-align: center;
    }

    /* //쎔네일 리스트 */

    /* table */
    .t-wrap {
        width: 100%;
    }

    .scroll1cont {
        overflow-y: auto;
    }

    table.t1 > thead > tr > th {
        position: absolute;
        left: -9999px;
        width: 1px;
        height: 1px;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        opacity: 0;
    }

    table.t1 {
        display: block;
        border-width: 1px;
    }

    table.t1 > tbody {
        display: block;
    }

    table.t1 > tbody > tr {
        display: block;
        overflow: hidden;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
        padding: 10px 10px;
    }

    table.t1 > tbody > tr:last-child {
        border-color: #3c3f45;
    }

    table.t1 > tbody > tr:last-child > th,
    table.t1 > tbody > tr:last-child > td {
        border: 0;
    }

    table.t1 > tbody > tr > th,
    table.t1 > tbody > tr > td {
        display: block;
        float: left;
        border: 0;
        padding: 0;
        background-color: transparent;
    }

    table.t1 > tbody > tr.tr_notice > th,
    table.t1 > tbody > tr.tr_notice > td {
        background-color: transparent;
    }

    /*table일경우display: inline-block;보다 공백 안생기고 깔끔하게 보임*/
    table.t1 > tbody > tr > th {
        position: absolute;
        left: -9999px;
        width: 1px;
        height: 1px;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        opacity: 0;
    }

    table.t1 > tbody > tr > td.ellipsis {
        width: 100%;
        font-weight: 400;
        font-size: 15px;
        margin-top: 0;
        border-right: 0;
    }

    table.t1 > tbody > tr > td.ellipsis ~ td {
        margin-top: 4px;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #ddd;
        box-sizing: border-box;
        line-height: 16px;
        font-size: 12px;
    }

    table.t1 > tbody > tr > td:last-child {
        border-right: 0 !important;
    }

    table.t1 > tbody .reply {
        margin-right: 5px;
    }

    table.t1 > tbody .reply:before {
        margin-right: 10px;
    }

    /* table_icon */
    .icon_file {
        background-size: 12px;
        height: 16px;
        width: 13px;
        background-image: url(/park/images/board/i-file-m.svg);
    }

    /* //table_icon */
    /* //table */

    /* board_content */
    .board_content .side-info ul {
        float: none;
        display: table;
        margin: 0;
    }

    .board_content .side-info li:after {
        padding-left: 3px;
        padding-right: 3px;
    }

    .board_content .side-info li {
        margin-right: 10px;
        font-size: 12px;
    }

    .board_content .side-info li .num {
        letter-spacing: 0;
    }

    .board_content .side-info.mb {
        margin-bottom: 10px;
    }

    .board_content .title {
        font-size: 15px;
    }

    .board_content .content .con {
        padding: 10px;
        font-size: 14px;
    }

    .board_content .content .con-reply:before {
        margin-bottom: 10px;
    }

    .board_content .content .con-reply {
        padding: 0 10px;
        font-size: 14px;
    }

    .board_content .content .con p,
    .board_content .content .con-reply p {
        line-height: 150%;
    }

    .board_content .file_info .tit {
        padding: 10px 0 5px 0;
        font-size: 14px;
    }

    .board_content .file_info .list {
        padding: 0 0 5px 0;
        font-size: 14px;
    }

    .board_content .file_info .list li {
        margin-bottom: 3px;
        line-height: 14px;
    }

    .board_content .file_info .list span {
        font-size: 14px;
        margin-right: 4px;
    }

    .board_content .file_info .list .file-down {
        margin-left: 0;
        padding: 3px 5px 0px 5px
    }

    .board_content .file_info .list .file-down:after {
        margin-left: 2px;
        background-size: 11px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .board_content .page_topbottom.mt {
        margin-top: 15px;
    }

    .board_content .arrow_top,
    .board_content .arrow_bottom {
        padding: 10px 0;
    }

    .board_content .icon_top,
    .board_content .icon_bottom {
        width: 23%;
        padding-left: 0;
        font-size: 14px;
    }

    .board_content .icon_top:before,
    .board_content .icon_bottom:before {
        margin-right: 8px;
        width: 10px;
    }

    .board_content .txt_top,
    .board_content .txt_bottom {
        width: 77%;
        padding: 0;
        font-size: 12px;
    }

    /* //board_content */

    /* photo */
    .photo_wrap {
        padding: 0;
        border: 0;
    }

    .photo_wrap ul {
        margin-bottom: -10px;
    }

    .photo_wrap ul li {
        width: calc((100% - 10px) / 2);
    }

    .photo_wrap ul li:nth-child(1n),
    .photo_wrap ul li:nth-child(3n) {
        margin-right: 10px;
    }

    .photo_wrap ul li:nth-child(2n),
    .photo_wrap ul li:nth-child(4n) {
        margin-right: 0;
    }

    .photo_wrap .tit.mt {
        margin-top: 3px;
        margin-bottom: 10px;
    }

    /* 4x4 */
    .photo_wrap.row_4 li:nth-child(13) .tit.mt,
    .photo_wrap.row_4 li:nth-child(14) .tit.mt {
        margin-top: 3px;
        margin-bottom: 10px;
    }

    .photo_wrap.row_4 li:nth-child(15) .tit.mt,
    .photo_wrap.row_4 li:nth-child(16) .tit.mt {
        margin-bottom: 0;
    }

    /* //4x4 */

    /* 4x2 */
    .photo_wrap.row_2 li:nth-child(5) .tit.mt,
    .photo_wrap.row_2 li:nth-child(6) .tit.mt {
        margin-top: 3px;
        margin-bottom: 10px;
    }

    .photo_wrap.row_2 li:nth-child(7) .tit.mt,
    .photo_wrap.row_2 li:nth-child(8) .tit.mt {
        margin-bottom: 0;
    }

    /* //4x2 */
    .photo_wrap .img {
        height: 110px;
        /* 원하는 이미지 비율로 수정 및 세분화 하면됨
        (이미지를 원본비율로 확대축소해서 보이게끔 되어있는 상태에서 overflow:hidden 처리가 되어있어서 일일이 값을 줘서 세분화를 시켜야 깔끔한뷰가 나옴)
        (최소높이값은 잡혀져 있어서 엄청 높이값이 작은사진은 원본비율이 아니고 확대대어서 보여짐)
        현재 pc=iphone5 비율로 맞추어놓았음(다른크기의 화면에서는 높이가 작아보일수 있음) */
    }

    .photo_wrap .img img {
        min-height: 110px;
    }

    .photo_wrap .tit .title {
        font-size: 14px;
        line-height: 20px;
    }

    .photo_wrap .tit .day {
        display: block;
        font-size: 12px;
    }

    /* //photo */

    /* video */
    .video_wrap {
        padding: 20px;
    }

    .video_wrap.mb {
        margin-bottom: 20px;
    }

    .video_wrap .tit .title {
        font-size: 20px;
        line-height: 30px;
    }

    .video_wrap .tit .data {
        font-size: 12px;
    }

    .video_wrap .tit .data span {
        margin-right: 5px;
    }

    .video_wrap .con.mt {
        margin-top: 10px;
    }

    .video_wrap .con .video {
        width: 100%;
        margin-right: 0;
        height: auto;
        /* pc에서는 오른쪽 자막영역의 높이랑 높이값을 맞춘다고 값을줬지만 모바일에선 1줄로 보이기때문에 원래비율의 높이로 보여도 됨 */
        background-color: transparent;
    }

    .video_wrap .con .subtitles {
        width: 100%;
        height: 150px;
        padding: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .video_wrap .con .subtitles.mt {
        margin-top: 10px;
    }

    /* //video */
}

/* ie */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .content-reply.mt {
        margin-top: 10px;
    }

    @media all and (max-width:600px) {
        .content-reply {
            font-size: 10px;
        }

        .content-reply.mt {
            margin-top: 0px;
        }
    }
}

/* //미디어쿼리 */

/* 권한별 버튼 */
.btns-wrap {}

.btns .btn {
    display: block;
    min-width: 90px;
    height: 40px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: -1px;
    padding: 0 10px;
}

.btns.mt {
    margin-top: 40px;
}

.btns.mt.page {
    margin-top: 0;
}

.btns.right {
    float: right;
}

.btn.left {
    float: left;
}

.btn.ml {
    margin-left: 10px;
}

.btns .btn.blue {
    background-color: #78b332;
    color: #fff;
}

.btns .btn.white {
    border: 1px solid #808080;
    box-sizing: border-box;
    color: #474747;
    background-color: #fff;
}

.btns .btn.grey {
    background-color: #474747;
    color: #fff;
}

@media all and (max-width:1300px) {

    .btns.mt.page,
    .btns.mt {
        margin-top: 20px;
    }
}

@media all and (max-width:900px) {
    .btns .btn {
        min-width: 74px;
        height: 36px;
    }
}

@media all and (max-width:600px) {

    /* btn */
    .btns-wrap {
        display: flex;
        justify-content: center;
    }

    .btns.right {
        float: none;
    }

    .btns .btn {
        min-width: 60px;
        height: 30px;
        border-radius: 3px;
        box-sizing: border-box;
        font-size: 14px;
        letter-spacing: -1px;
        padding-bottom: 1px;
    }

    .btns.mt.page,
    .btns.mt {
        margin-top: 20px;
    }

    .btn.ml {
        margin-left: 5px;
    }

    /* //btn */
}

/* //권한별 버튼 */

/* paging */
.paging.mt {
    margin-top: 60px;
}

.pagenav {
    display: table;
    margin: 0 auto;
}

.control,
.pages {
    float: left;
}

.control:first-child {
    margin-right: 20px;
}

.control:last-child {
    margin-left: 20px;
}

.paging a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 39px;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-family: 'Noto Sans KR';
    font-weight: 500;
}

.paging a.on {
    border-color: #333333;
    box-sizing: border-box;
    background-color: #333333;
    color: #fff;
}

.paging .p {
    display: block;
    float: left;
    margin-right: 5px;
    background-color: #fff;
}

.paging .p:last-child {
    margin-right: 0;
}

.paging .first {
    background-image: url(/park/images/board/i-paging-first.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px 11px;
}

.paging .last {
    background-image: url(/park/images/board/i-paging-last.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px 11px;
}

.paging .prev {
    background-image: url(/park/images/board/i-paging-prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 7px 11px;
}

.paging .next {
    background-image: url(/park/images/board/i-paging-next.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 7px 11px;
}

@media all and (max-width:1200px) {
    .paging.mt {
        margin-top: 30px;
    }
}

@media all and (max-width:900px) {
    .scroll1cont {
        overflow-y: auto;
    }
}

@media all and (max-width:600px) {
    .control:first-child {
        margin-right: 10px;
    }

    .control:last-child {
        margin-left: 10px;
    }

    .paging.mt {
        margin-top: 20px;
    }

    .paging a {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 31px;
    }

    .paging .p {
        margin-right: 3px;
    }

    .paging .last {
        margin-right: 0;
    }
}

/* //paging */

/* write */
/* Q&A (글쓰기) */
.write_info {
    color: #333;
    padding: 0 0 20px 0;
}

.form_wrap.gray_bg {
    background-color: #F9FBFC;
    padding: 20px;
}

.form_group {
    padding: 15px 0;
}

.form_group .box25 {
    display: inline-block;
    width: calc(25% - 10px);
}

.form_group .box50 {
    display: inline-block;
    width: calc(50% - 5px);
}

.block_type label {
    display: block;
    color: #333;
    cursor: auto;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.basic_input input {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
    padding: 10px;

}

.basic_textarea textarea {
    display: inline-block;
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
    padding: 10px;
}

.bdbt {
    border-bottom: 1px solid #dbdbdb;
}

@media all and (max-width:700px) {
    .write_info {
        font-size: 14px;
        padding: 0 0 10px 0;
    }
}

@media all and (max-width:600px) {
    .form_wrap.gray_bg {
        background-color: #fff;
        padding: 5px 0 0 0;
        border-top: 1px solid #dbdbdb;
    }

    .form_group {
        padding: 5px 0 10px 0;
    }

    .form_group .box25 {
        width: calc(50% - 10px);
    }

    .form_group .box50 {
        width: 100%;
    }

    .block_type label {
        margin-bottom: 5px;
    }

    .basic_input input {
        padding: 5px 0;
    }
}

/* //write */

/* file */
.upload-btn_wrap {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100px;
}

.upload-btn_wrap button {
    display: block;
    width: 100px;
    height: 39px;
    background: #F9FBFC;
    border: 1px solid #dbdbdb;
    color: #666;
    border-radius: 5px 0 0 5px;
}

.basic_input input.input_file {
    height: 39px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
}

.basic_input input.upload_text2 {
    float: left;
    width: calc(100% - 100px);
    background-color: #fff;
    color: #333;
    text-indent: 10px;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}

@media all and (max-width:600px) {

    .upload-btn_wrap button {
        height: 29px;
    }
}

/* //file */

/* 아코디언 */
.Accordion {
    margin: 0;
    padding: 0;
    border-top: 2px solid #999;
    border-bottom: 1px solid #ccc;
    font-family: 'GmarketSansMedium', 'Noto Sans KR', sans-serif;
}

.Accordion h3 {
    margin: 0;
    padding: 0;
}

.Accordion > * + * {
    border-top: 1px solid hsl(0, 0%, 82%);
}

.Accordion-trigger {
    background: none;
    color: hsl(0, 0%, 13%);
    display: flex;
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    padding: 1em 2em;
    position: relative;
    text-align: left;
    width: 100%;
    outline: none;
    align-items: center;
    word-break: keep-all;
}

.Accordion-trigger:focus-visible {
    border: 2px solid #333;
}

.Accordion-trigger:before {
    display: block;
    content: '';
    width: 36px;
    height: 36px;
    background-image: url(/park/images/board/icon-q.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
}

.Accordion *:first-child .Accordion-trigger {
    border-radius: 5px 5px 0 0;
}

button {
    border-style: none;
}

.Accordion button::-moz-focus-inner {
    border: 0;
}

.Accordion-title {
    display: flex;
    pointer-events: none;
    border: transparent 2px solid;
    border-radius: 5px;
    padding: 0.25em;
    outline: none;
    font-family: 'GmarketSansMedium', 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 20px;
    width: calc(100% - 100px);
}

.Accordion-icon {
    width: 36px;
    height: 36px;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 18px);
    right: 2em;
    background-image: url(/park/images/board/icon+.png);
    background-repeat: no-repeat;
}

.Accordion-trigger[aria-expanded="true"] .Accordion-icon {
    background-image: url(/park/images/board/icon-.png);
}

.Accordion-panel {
    margin: 0;
    padding: 1em 1.5em;
    color: #666;
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    display: flex;
}

.Accordion-panel:before {
    display: block;
    content: '';
    width: 36px;
    height: 36px;
    background-image: url(../images/board/icon-a.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 20px;
}

.Accordion-panel > div {
    width: calc(100% - 65px);
    font-size: 18px;
    word-break: keep-all;
    line-height: 24px;
}

.Accordion-panel > div strong {
    color: #de5a7b;
}

.Accordion-panel[hidden] {
    display: none;
}

.Accordion-panel:not(hidden) {
    background-color: #f7f8f9;
}

@media all and (max-width:900px) {
    .Accordion-title {
        font-size: 18px;
    }

    .Accordion-panel {
        font-size: 16px;
        line-height: 28px;
    }

    .Accordion-panel > div {
        font-size: 17px;
    }
}

@media all and (max-width:600px) {
    .Accordion-trigger {
        padding: 5px 0;
    }

    .Accordion-title {
        font-size: 16px;
        width: calc(100% - 50px);
    }

    .Accordion-trigger:before {
        background-size: 25px;
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

    .Accordion-panel {
        padding: 10px 0;
        font-size: 14px;
        line-height: 22px;
    }

    .Accordion-icon {
        background-size: 25px;
        width: 25px;
        height: 25px;
        right: 0;
        top: calc(50% - 12.5px);
    }

    .Accordion-panel:before {
        background-size: 25px;
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    .Accordion-panel > div {
        width: calc(100% - 44px);
        font-size: 15px;
        line-height: 22px;
    }
}

/* //아코디언 */

/* 모달 */
#dashboard .section-2 > .tit .btns .more {
    border: 0;
    width: 85px;
    height: 30px;
    background-color: #3A3A3A;
    float: left;
    text-align: center;
    cursor: pointer;
}

#dashboard .section-2 > .tit .btns .more span {
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.monitoring-alerts {
    width: 500px;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    display: none;
}

.monitoring-alerts {
    border: 1px solid #444;
}

.monitoring-alerts .title {
    width: 100%;
    height: 42px;
    background-color: #444;
    border-bottom: 1px solid #ddd;
}

.monitoring-alerts .title .tit {
    float: left;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
}

.monitoring-alerts .title .close {
    float: right;
    width: 40px;
    height: 40px;
    border: 0;
    background-color: #444;
    color: #fff;
    cursor: pointer;
}

.monitoring-alerts .title .close:after {
    content: 'x';
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    padding-bottom: 4px;
}

.monitoring-alerts .con {
    overflow-y: auto;
    padding: 20px;
}

.monitoring-alerts .con .tit {
    font-size: 22px;
    color: #333;
    text-align: center;
    margin-top: 20px;
}

.monitoring-alerts .con .txt {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 20px;
}

.monitoring-alerts .con .lock_wrap {
    display: flex;
    justify-content: center;
}

.monitoring-alerts .con .lock {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.monitoring-alerts .con .lock label {
    margin-right: 10px;
}

.monitoring-alerts .con .lock input {
    border-radius: 4px 0 0 4px;
    border-right: 0;
    height: 40px;
}

.monitoring-alerts .con .lock .btn-lock-save {
    font-family: 'Noto Sans KR';
    padding: 9.5px 15px;
    border-radius: 0 4px 4px 0;
    background-color: #78b332;
    color: #fff;
    font-size: 16px;
}

.monitoring-alerts-bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 10000;
    display: none;
}

@media all and (max-width:600px) {
    .monitoring-alerts {
        width: 80%;
    }

    .monitoring-alerts .con .tit {
        margin-top: 0;
        font-size: 18px;
    }

    .monitoring-alerts .con .txt {
        margin-top: 10px;
    }

    .monitoring-alerts .con .txt br {}

    .monitoring-alerts .con .lock {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .monitoring-alerts .con .lock label {
        display: none;
    }

    .monitoring-alerts .con .lock input {
        width: 70%;
    }

    .monitoring-alerts .con .lock .btn-lock-save {
        width: 30%;
        padding: 9.5px 5px;
    }
}

/* //모달 */
                             