@charset "utf-8";
/* =====================================

	* board

    01. list
    02. list::column width
    03. button
    04. list::paging
    05. view
    06. view::comment
    07. view::move
    08. write

====================================== */
/* list */
.sch-wrap {
    margin-bottom: 50px;
}
.sch-wrap.type3 .form-group{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 19px 20px;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
}
.sch-wrap.type3 .form-item{
    height: 30px;
    padding: 0 20px;
    border: 0;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
}
.sch-wrap.type3 .sch-cate{
    width: 150px;
}
.sch-wrap.type3 .sch-key{
    position: relative;
    width: calc(100% - 155px);
    padding-right: 70px;
    border-left: 1px solid #d0d0d0;
}
.sch-wrap.type3 .btn-sch{
    position: absolute;
    top: 0;
    right: 10px;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/board/ic_sch_black.png');
}
.sch-wrap.type3.skin1 .form-group,
.sch-wrap.type3.skin2 .form-group,
.sch-wrap.type3.skin3 .form-group{
    border-radius: 50px;
}
.sch-wrap.type3.skin2 .btn-sch{
    right: 0;
    background-color: #f5f5f5;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
}
.sch-wrap.type3.skin3 .sch-key{
    padding-right: 155px;
}
.sch-wrap.type3.skin3 .btn-sch{
    right: 0;
    width: 155px;
    padding: 0 30px;
    padding-left: 75px;
    border-radius: 50px;
    background-color: #5a6a86;
    background-position: 30px center;
    background-image: url('../image/board/ic_sch_white.png');
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
}
.board-count {
    margin-bottom: 10px;
}

/* button */
.board-wrap .btn-wrap{
    margin-top: 20px;
}
.btn-admin .btn.btn-modify,
.btn-admin .btn.btn-delete{
    width: 27px;
    height: 27px;
    margin: 1px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-admin .btn.btn-modify{
    border-color: #7d7d7d;
    background-color: #fff;
    background-image: url('../image/board/ic_modify.png');
}
.btn-admin .btn.btn-delete{    
    border-color: #565656;
    background-color: #565656;
    background-image: url('../image/board/ic_delete.png');
}
.board-view + .btn-wrap{
    text-align: right;
}
.btn.btn-board{
    display: inline-block;
    min-width: 100px;
    padding: 10px 20px;
    margin: 4px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.045em;
    text-align: center;
}
.btn.btn-list{
    background-color: #525d71;
    border-color: #525d71;
    color: #fff;
}
.btn.btn-modify{
    background-color: #144393;
    border-color: #144393;
    color: #fff;
}
.btn.btn-delete{
    background-color: #12a8aa;
    border-color: #12a8aa;
    color: #fff;
}
.btn.btn-reply{
    background-color: #fff;
    border-color: #18a3a2;
    color: #18a3a2;
}
.btn.btn-cancel{
    background-color: #a7adb0;
    border-color: #a7adb0;
    color: #fff;
}
.btn.btn-write{
    background-color: #ea740c;
    border-color: #ea740c;
    color: #fff;
}

/* list::paging */
.paging-wrap{
    margin-top: 40px;
    text-align: center;
}
.paging{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.paging > li{
    overflow: hidden;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 1px;
    border-radius: 3px;
    border: 1px solid transparent;
    vertical-align: top;
    transition: 0.3s ease;
}
.paging > .num:hover,
.paging > .num.on,
.paging > .num:hover > a,
.paging > .num.on > a{
    font-weight: 700;
    color: #000000;
}
.paging > li > a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 3px 0;
    font-size: 1.8rem;
    font-weight: 500;
    color: #b3b3b3;
    transition: 0.3s ease;
}
.paging > li:not(.num){
    background-repeat: no-repeat;
    background-position: center;
    border-color: #cecece;
    background-color: #fff;
    transition: 0.3s ease;
}
.paging > li:not(.num):hover{
    background-color: #f7f7f7;
}
.paging .first{
    background-image: url('../image/board/ic_first.png');
}
.paging .prev{
    margin-right: 15px;
    background-image: url('../image/board/ic_prev.png');
}
.paging .next{
    margin-left: 15px;
    background-image: url('../image/board/ic_next.png');
}
.paging .last{    
    background-image: url('../image/board/ic_last.png');
}

/* LIST::notice */
.board-list{
    width: 100%;
    border-top: 2px solid #3b3b3b;
}
.board-list > li{
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
}
.board-list > li.active{
    background-color: #eff5ff;
}
.board-list > li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px;
}
.board-list > li > div + div{
    flex: 0 0 auto;
    width: 180px;
}
.list-con{
    width: calc(100% - 180px);
    padding-right: 30px;
}
.bbs-tit{
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
}
.bbs-tit > a{
    vertical-align: top;
}
.ic-new{
    margin: 0 5px;
}
.ic-new{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #eb2457;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.07em;
    text-align: center;
}
.bbs-tit:has(.ic-new) > a{
    max-width: calc(100% - 36px);
}

.list-con > span{
    display: inline-block;
    font-size: 15px;
    letter-spacing: -0.035em;
}
.list-con > span + span{
    position: relative;
    padding-left: 12px;
    margin-left: 10px;
}
.list-con > span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: 13px;
    background-color: #d0d0d0;
}
.bbs-cate{
    display: inline-block;
    margin-bottom: 5px;
    padding: 8px 18px;
    background-color: #144393;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}
.bbs-cate + a{
    padding-left: 10px;
}

.bbs-admin{
    text-align: right;
}
.bbs-admin .form-item{
    width: 80px;
    height: 30px;
    margin: 2px;
    padding: 0 5px;
    border-color: #cecece;
    background-color: #fff;
    font-size: 1.4rem;
    vertical-align: top;
}
.bbs-admin .btn.btn-modify,
.bbs-admin .btn.btn-delete{
    width: 30px;
    height: 30px;
    margin: 2px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #cecece;
}
.bbs-admin .btn.btn-modify{
    background-image: url('../image/board/ic_modify.png');
}
.bbs-admin .btn.btn-delete{
    background-image: url('../image/board/ic_delete.png');
}

.board-list .no-data{
    display: block;
    padding: 50px 0;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: -0.03em;
}
.board-list .no-data img{
    margin: 0 auto 20px;
}

/* LIST::vod */
.vod-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.vod-list > li{
    position: relative;
    width: calc((100% - 40px)/3);
    border: 1px solid #e2e2e2;
}
.vod-list > li > a{
    display: block;
    position: relative;
    transition: 0.3s ease;
}
.vod-list > li:hover > a{
    box-shadow: 0 20px 24px rgba(149,149,149,0.2);
}
.vod-list > li:hover .gall-tit{
    color: #144393;
}
.gall-img{
    display: block;
    position: relative;
    width: 100%;
    height: 245px;
    border-bottom: 1px solid #e2e2e2; 
    background-color: #fafafa;
}
.gall-img:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    background-color: rgba(0, 0, 0, 0.3);
}
.gall-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gall-text{
    padding: 25px;
    letter-spacing: -0.05em;
}
.gall-tit{
    height: 47px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
}
.gall-con{
    margin-top: 15px;
    font-size: 1.5rem;
    font-weight: 500;
}
.gall-con span{
    display: inline-block;
    position: relative;
    line-height: 1.3;
    vertical-align: top;
}
.gall-con span + span{ 
    padding-left: 10px;
    margin-left: 8px;
}
.gall-con span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 4px;
    left: 0;
    width: 2px;
    height: 11px;
    background-color: #c7d0df;
}
.vod-list .bbs-admin{
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
}
.vod-list .no-data{
    display: block;    
    width: 100% !important;
    padding: 70px 15px;
    border-top: 2px solid #144393;
    border-left: 0;
    border-right: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #144393;
    letter-spacing: -0.05em;
    text-align: center;
}
.vod-list > li:hover .gall-img:before{
    opacity: 0.5;
}

/* list::effect */
.ef01,
.ef02,
.ef03,
.ef04{
    position: relative;
}
.ef01{
    overflow: hidden;
}
.ef01:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #eff5ff;
    transition: 0.5s ease;
}
.ef01:hover:before{
    right: 0;
}
.vod-list .ef03 > a{
    width: 100%;
    height: 100%;
}
.ef03:before,
.ef03:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 3px;
    background-color: #144393;
}
.ef03:before{
    top: 0;
    left: 0;
    transition: 0.2s ease;
}
.ef03:after{
    right: 0;        
    transition: 0.2s ease 0.2s;
}
.ef03 > a:before,
.ef03 > a:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    width: 3px;
    height: 0;
    background-color: #144393;
}
.ef03 > a:before{
    bottom: 0;
    left: 0;
    transition: 0.2s ease 0.3s;
}
.ef03 > a:after{
    top: 0;
    right: 0;    
    transition: 0.2s ease 0.1s;
}
.ef03:hover:before{
    width: 100%;
}
.ef03 > a:hover:after{
    height: 100%;
}
.ef03:hover:after{
    width: 100%;    
}
.ef03 > a:hover:before{
    height: 100%;
}
.ef03:hover .gall-img{
    z-index: -1;
}

/* view */
.board-view{
    letter-spacing: -0.05em;
}
.view-contop{
    padding: 20px 25px;
    background-color: #f3f6fa;
    border-top: 2px solid #33435e;
    border-bottom: 1px solid #e2e2e2;
    font-size: 1.7rem;
}
.view-contop + .view-contents{
    border-top: 0;
}
.view-tit{
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: 500;
    color: #111111;
    letter-spacing: -0.05em;
}
.view-tit .bbs-cate{
    padding: 8px 20px;
    margin-top: -3px;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    vertical-align: middle;
}
.view-info > span{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.view-info > span + span{
    padding-left: 8px;
    margin-left: 6px;
}
.view-info > span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 6px;
    left: 0;
    width: 1px;
    height: 14px;
    background-color: #d9d1d1;
}
.view-info > span strong{
    font-weight: 600;
}
.view-link{
    padding: 15px 20px 0;
}
.view-link > a{
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url('../image/board/ic_view_link.png');
    color: #000;
    word-break: break-all;
    vertical-align: top;
}
.view-contents{
    overflow-x: auto;
    min-height: 400px;
    padding: 30px 15px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 1.7rem;
    letter-spacing: -0.03em;
}
.board-view:has(.view-attach) .view-contents{
    border-bottom: 0;
}
.view-contents *{
    font: inherit;
}
.view-contents img{
    max-width: 100%;
}
.view-contents .video-wrap{
    max-width: 700px;
    margin: 30px auto;
}
.video{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62.5%;
}
.video > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.view-attach{
    padding: 0 15px 20px;
    border-bottom: 1px solid #e2e2e2;
}
.view-attach-con{
    font-size: 1.7rem;
    letter-spacing: -0.05em;
}
.view-attach-con .con > a{
    display: block;
    padding: 13px 20px;
    padding-left: 50px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 20px 15px;
    background-image: url('../image/board/ic_file2.png');
    line-height: 1.3;
    color: #000;
    transition: 0.3s ease;
    word-break: break-all;
}
.view-attach-con .con > a + a{
    margin-top: 10px;
}
.view-attach-con .con > a:hover{
    border-color: #9f9f9f;
}

/* view::갤러리 */
.gall-view-wrap{
    position: relative;
    max-width: 700px;
    margin: 50px auto;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}
.gall-view-wrap .btn-img-down{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.gall-view-wrap img{
    max-width: 100%;
}
.gall-rolling-wrap{
    position: relative;
    max-width: 940px;
    margin: 0 auto 40px;
    text-align: center;
}
.gall-view-rolling{
    overflow: hidden;
}
.gall-view-rolling .slick-list,
.gall-view-rolling .slick-track{
    height: 100%;
}
.btn-gall{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    vertical-align: middle;
}
.btn-gall-prev{
    left: 0;
    background-image: url('../image/board/btn_gall_prev.png');
}
.btn-gall-next{
    right: 0;
    background-image: url('../image/board/btn_gall_next.png');
}
.gall-cnt-wrap{
    position: absolute;    
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    vertical-align: middle;
}
.gall-cnt-wrap .current,
.gall-cnt-wrap .total{
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 500;
    color: #9f9f9f;
    letter-spacing: -0.05em;
    vertical-align: top;
}
.gall-cnt-wrap .current{
    font-size: 2.5rem;
    font-weight: 900;
    color: #20366f;
}
.gall-cnt-wrap .total{
    position: relative;
    padding-top: 7px;
}
.gall-cnt-wrap .total:before{
    display: inline-block;
    content: '/';
    clear: both;
    margin: 0 5px;
    font-size: 2rem;
    font-weight: 300;
    color: #9f9f9f;
}
.gall-view-rolling{
    max-width: 700px;
    margin: 0 auto;
}
.gall-view-con {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px;
}
.gall-view-con > a{
    float: left;
    width: calc((100% - 60px)/5);
    height: 90px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}
.gall-view-con > a > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gall-list .view-contents { 
    min-height: auto;
}

/* view::move */
.view-move{
    display: flex;
    width: 100%;
    margin-top: 70px;
}
.view-move-con{
    display: flex;
    align-items: center;
    padding: 15px 20px;
    font-size: 1.7rem;
    color: #8c8c8c;
    letter-spacing: -0.05em;
}
.view-move-con .tit{
    position: relative;
    width: 80px;
    padding: 0 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    font-weight: 400;
    transition: background 0.3s ease;
}
.view-move-con .tit:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 6px;
    width: 1px;
    height: 15px;
    background-color: #d6d6d6;
}
.view-move-con .con{
    width: calc(100% - 80px);
    padding: 0 10px;
}
.view-move-con a{
    vertical-align: top;
}
.view-move-con:hover{
    background-color: #f9f9f9;
    color: #000;
}
.view-move-con:hover .tit:after{
    background-color: #000000;
}

.view-move.type1 .view-move-con{
    width: 50%;
    border: 1px solid #e2e2e2;
    transition: 0.3s ease;
}
.view-move.type1 .view-move-con + .view-move-con{
    border-left: 1px solid transparent;
}
.view-move.type1 .tit{
    padding: 0;
}
.view-move.type1 .view-prev{
    border-radius: 4px 0 0 4px;
}
.view-move.type1 .view-prev .tit{
    padding-left: 35px;
    background-image: url('../image/board/ic_arrow_prev.png');
}
.view-move.type1 .view-prev:hover .tit{    
    background-image: url('../image/board/ic_arrow_prev_on.png');
}
.view-move.type1 .view-prev .tit:after{
    right: 0;
}
.view-move.type1 .view-next{
    flex-direction: row-reverse;
    border-radius: 0 4px 4px 0;
    text-align: right;
}
.view-move.type1 .view-next .tit{
    padding-right: 35px;
    background-position: right center;
    background-image: url('../image/board/ic_arrow_next.png');
}
.view-move.type1 .view-next:hover .tit{    
    background-image: url('../image/board/ic_arrow_next_on.png');
}
.view-move.type1 .view-next .tit:after{
    left: 0;
}
.view-move.type1 .view-move-con:hover{
    border-color: #8b8b8b;
}

.view-move.type2{
    flex-direction: column;
    border-top: 1px solid #e2e2e2;
}
.view-move.type2 .tit{
    width: 90px;
    padding: 0;
    padding-left: 40px;
    background-position: 0 center;
}
.view-move.type2 .con{
    width: calc(100% - 90px);
}
.view-move.type2 .view-move-con .tit:after{
    right: 0;
}
.view-move.type2 .view-move-con{
    border-bottom: 1px solid #e2e2e2;
}
.view-move.type2 .view-prev .tit{
    background-image: url('../image/board/ic_arrow_top.png');
}
.view-move.type2 .view-prev:hover .tit{
    background-image: url('../image/board/ic_arrow_top_on.png');
}
.view-move.type2 .view-next .tit{
    background-image: url('../image/board/ic_arrow_bottom.png');
}
.view-move.type2 .view-next:hover .tit{
    background-image: url('../image/board/ic_arrow_bottom_on.png');
}


/* =====================================

	* responsive

====================================== */
@media screen and (max-width: 1024px){
    /* list */
    .gall-tit{
        height: 43px;
    }

    /* view */
    .gall-rolling-wrap{
        max-width: 700px;
        text-align: right;
    }
    .gall-view-rolling{
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .gall-cnt-wrap,
    .btn-gall{
        display: inline-block !important;
        position: static;
        top: auto;
        left: auto;
        transform: none;
        vertical-align: middle;
    }
    .gall-cnt-wrap{
        float: left;
    }
    .gall-cnt-wrap .total{
        padding-top: 3px;
    }
    .gall-cnt-wrap, .btn-gall{
        margin: 0 5px;
    }
}
@media screen and (max-width: 768px){ 
    /* list */  
    .sch-wrap {
        margin-bottom: 20px;
    }
    .sch-wrap.type3 .form-group{
        overflow: hidden;
        padding: 7px 0;
        border-radius: 5px;
    }
    .sch-wrap.type3 .form-item{
        padding: 0 10px;
        font-size: 14px;
    }
    .sch-wrap.type3 .sch-cate{
        width: 105px;
    }
    .sch-wrap.type3 .sch-key{
        width: calc(100% - 110px);
        padding-right: 45px;
    }
    .sch-wrap.type3 .btn-sch{
        right: 0;
        width: 45px;
        height: 45px;
        background-size: 16px;
    }
    .sch-wrap.type3.skin3 .sch-key{
        padding-right: 70px;
    }
    .sch-wrap.type3.skin3 .btn-sch{
        width: 70px;
        padding: 0 15px;
        padding-left: 30px;
        background-position: 15px center;
        background-size: 13px;
        font-size: 14px;
    }

    /* button */
    .btn.btn-board{
        min-width: initial;
        padding: 7px 20px;
        font-size: 14px;
    }
    .board-view + .btn-wrap{
        text-align: center;
    }
    .btn-board.btn-list{
        float: none !important;
    }
    
    /* paging */
    .paging-wrap{
        margin-top: 30px;
    }
    .paging > li{
        width: 20px;
        height: 20px;
    }
    .paging > li > a{
        font-size: 12px;
    }
    .paging > li:not(.num){
        background-size: auto 6px;
    }
    .paging .prev{
        margin-right: 5px;
    }
    .paging .next{
        margin-left: 5px;
    }

    /*  */
    .board-list > li{
        flex-direction: column;
        padding: 15px;
    }
    .list-con{
        width: 100%;
        padding-right: 0;
    }
    .bbs-tit{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .ic-new,
    .ic-cnt{
        margin: 0;
    }
    .ic-new {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    .ic-cnt{
        min-width: initial;
        padding: 4px 10px;
        font-size: 12px;
    }
    .bbs-tit:has(.ic-new) > a{
        max-width: calc(100% - 25px);
    }
    .bbs-tit:has(.ic-cnt) > a{
        max-width: calc(100% - 40px);
    }
    .bbs-tit:has(.ic-new):has(.ic-cnt) > a{
        max-width: calc(100% - 60px);
    }
    .list-con > span{
        font-size: 14px;
    }
    .list-con > span + span{
        padding-left: 8px;
        margin-left: 6px;
    }
    .list-con > span + span:before{
        top: 7px;
        height: 8px;
    }
    .bbs-cate{
        padding: 3px 10px;
        border-radius: 3px;
        font-size: 12px;
    }
    .board-list .reply .bbs-tit{
        padding-left: 20px;
        background-size: 14px;
    }
    .board-list > li > div + div{
        width: 100%;
        text-align: right;
    }
    .bbs-admin{
        display: none;
    }
    .board-list .no-data{
        padding: 25px 15px;
        font-size: 14px;
    }   
    .board-list .no-data img{
        width: 26px;
        margin-bottom: 10px;
    }

    /**/
    .vod-list{
        gap: 15px;
    }
    .vod-list > li{
        width: 100%;
    }
    .vod-list > li > a{
        height: auto;
    }
    .vod-list > li:hover .gall-text{
        opacity: 1;
    }
    .gall-img{
        height: 150px;
    }
    .gall-img:after{
        background-size: 40px;
    }
    .gall-text{
        padding: 15px;
    }
    .gall-tit{
        height: auto;
        font-size: 14px;
    }
    .gall-con{
        margin-top: 5px;
        font-size: 12px;
    }
    .gall-con span + span:before{
        top: 3px;
        width: 1px;
        height: 9px;
    }    
    .bbs-admin{
        display: none;
        top: 10px;
        right: 10px;
    }
    .vod-list .no-data{
        padding: 30px 15px;
        font-size: 14px;
    }

    .vod-list.n2 > li{
        width: calc((100% - 15px)/2);
    }
    .vod-list.n2 .gall-name{
        display: block;
        margin-bottom: 3px;
        width: 100%;
    }
    .vod-list.n2 .gall-con span + span{
        margin-left: 0;
        padding: 0 5px;
    }
    .vod-list.n2 .gall-con .gall-name + span{
        margin-left: -5px;
    }
    .vod-list.n2 .gall-name + span:before{
        display: none;
    }

    /* view */
    .view-contop{
        padding: 20px 15px;
    }
    .view-tit{
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 1.3;
    }
    .view-tit strong{
        display: block;
    }
    .view-tit .bbs-cate{
        margin: 0;
        margin-right: 0;
        margin-bottom: 5px;
        padding: 3px 10px;
        border-radius: 3px;
        font-size: 12px;
    }
    .view-info > span{
        font-size: 14px;
    }
    .view-info > span + span:before{
        top: 6px;
        height: 10px;
    }
    .view-link{
        padding: 10px 0 0;
    }
    .view-link > a{
        padding-left: 15px;
        background-size: 10px;
        background-position: 0 6px;
        font-size: 13px;
    }
    .view-contents{
        min-height: 200px;
        padding: 20px 0;
        font-size: 14px;
        line-height: 1.5;
    }
    .view-attach{
        padding: 0 0 20px;
    }
    .view-attach-con .con > a{   
        padding: 10px;
        padding-left: 25px;
        background-size: 10px;
        background-position: 10px 13px;
        font-size: 12px;     
        line-height: 1.3;
    }
    .view-attach-con .con > a + a{
        margin-top: 7px;
    }

    /* view::갤러리 */
    .gall-rolling-wrap{
        padding: 0 15px;
        margin-bottom: 0;
    }
    .gall-view-wrap{
        width: calc(100% - 30px);
        margin: 20px auto;
        border-radius: 2px;
    }
    .gall-view-wrap .btn-img-down{
        right: 15px;
        bottom: 15px;
        width: 20px;
        height: 20px;
    }
    .gall-cnt-wrap .current, 
    .gall-cnt-wrap .total{
        vertical-align: middle;
    }
    .gall-cnt-wrap .current{
        font-size: 22px;
    }
    .gall-cnt-wrap .total{
        padding-top: 0;
        font-size: 20px;
    }
    .btn-gall{
        width: 30px;
        height: 30px;
        margin: 2px;
    }
    .gall-view-rolling{
        margin-top: 10px; 
    }
    .gall-view-con{
        gap: 10px;
    }
    .gall-view-con > a{
        width: calc((100% - 40px)/5);
        height: 45px;
        border-radius: 2px;
    }
    .gall-list .view-contents {
        padding: 20px 15px;
    }

    /* view::move */
    .view-move{
        margin-top: 20px;
    }
    .view-move-con{
        padding: 10px;
        font-size: 14px;
    }
    .view-move-con .tit{
        width: 65px;
        padding: 0 15px;
        background-size: 7px;
    }
    .view-move-con .tit:after{
        width: 1px;
        height: 10px;
    }
    .view-move-con .con{
        width: calc(100% - 65px);
        padding: 0;
    }
    .view-move .view-prev .con{
        padding-left: 10px;
    }
    .view-move .view-next .con{
        padding-right: 10px;
    }
    .view-move.type2 .view-move-con .con{
        padding: 0;
        padding-left: 10px;
    }
    
    .view-move.type1 .tit{
        background-size: 18px;
    }
    .view-move.type1 .view-prev .tit{
        padding-left: 25px;
    }
    .view-move.type1 .view-next .tit{
        padding-right: 25px;
    }
    .view-move.type2 .tit{
        width: 70px;
    }
    .view-move.type2 .con{
        width: calc(100% - 70px);
    }
    .view-move.type2 .view-move-con .tit{
        padding-left: 30px;
        background-size: 14px;
    }

    /* write */
    .help-text{
        font-size: 12px;
    }
    .write-wrap > li{
        display: block;
    }
    .write-wrap > li > div{
        display: block;
        width: 100%;
        min-height: initial;
    }
    .write-wrap .form-tit,
    .write-wrap .form-con{
        width: 100%;
        padding: 8px 10px;
        font-size: 14px;
        text-align: left;
    }
    .write-wrap .form-tit + .form-con{
        border-top: 1px solid #e2e2e2;
    }
    .write-wrap .form-con .btn-small{
        padding: 4px 8px;
        font-size: 12px;
    }
}