@charset "utf-8";
/* =====================================

	* board
    
    CSS CONTENTS :
    01. list
    02. list::column width
    03. button
    04. list::paging
    05. view
    06. view::comment
    07. view::move
    08. write

====================================== */

/* =====================================

    * Type A

====================================== */
/* list */
.sch-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.sch-wrap .cnt{
    font-size: 1.7rem;
    letter-spacing: -0.05em;
}
.sch-wrap .form-item{
    height: 40px;
    font-size: 1.5rem;
}
.sch-wrap .sch-cate{
    width: 100px;
}
.sch-wrap .sch-key{
    width: 300px;
    margin-left: 5px;
}
.sch-wrap .btn-sch{
    width: 40px;
    height: 40px;
    margin-left: -4px;
    background-color: #20366f;
    background-repeat: no-repeat;
    background-image: url('/assets/image/board/notice/ic_sch.png');
    background-position: center;
    border-radius: 3px;
}

.board-notice-type1 .board-list{
    width: 100%;
    border-top: 2px solid #20366f;
}
.board-notice-type1 .board-list > li{
    display: table;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
    table-layout: fixed;
}
.board-notice-type1 .board-list > li.active{
    background-color: #fff9ef;
}
.board-notice-type1 .board-list > li > div{
    display: table-cell;
    padding: 10px;
    font-size: 1.7rem;
    text-align: center;
    vertical-align: middle;
}
.board-notice-type1 .board-list .list-head{
    border-color: #bbbbbb;
}
.board-notice-type1 .board-list .list-head > div{
    position: relative;
    padding: 13px 0;
    background-color: #f6f9ff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    color: #20366f;
    text-align: center;
}
.board-notice-type1 .board-list .list-head > div:not(:first-child):before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: #bbbbbb;
}
.board-notice-type1 .ic-notice:not(img){
    display: inline-block;
    padding: 3px 5px;
    min-width: 36px;
    border: 1px solid #367ded;
    border-radius: 50px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #367ded;
    line-height: 1;
}
.board-notice-type1 .ic-reply{
    font-size: 1.7rem;
    font-weight: 700;
    color: #e74c00;
    letter-spacing: -0.05em;
}
.board-notice-type1 .board-list .bbs-tit{
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
.board-notice-type1 .bbs-tit > a{
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
.board-notice-type1 .board-list > li:not(.list-head) .bbs-tit{
    text-align: left;
}
.board-notice-type1 .board-list > li:not(.list-head) > div{
    border-left: 1px solid #e2e2e2;
}
.board-notice-type1 .board-list > li:not(.list-head) > div:first-child{
    border-left: 0;
}
.board-notice-type1 .ic-new{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #f35b33;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.07em;
    vertical-align: middle;
}
.board-notice-type1 .bbs-tit:has(.ic-new) > a{
    max-width: calc(100% - 30px);
}
.board-notice-type1 .ic-cnt{
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    min-width: 30px;
    padding: 3px 5px;
    border: 1px solid #bbbbbb;
    background-color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #7b7b7b;
    line-height: 1;
    letter-spacing: -0.05em;
    text-align: center;
    vertical-align: middle;
}
.board-notice-type1 .bbs-tit:has(.ic-cnt) > a{
    width: calc(100% - 35px);
}
.board-notice-type1 .bbs-tit:has(.ic-new):has(.ic-cnt) > a{
    width: calc(100% - 65px);
}
.board-notice-type1 .bbs-show .form-item{
    width: 65px;
    height: 27px;
    padding: 0 5px;
    font-size: 1.4rem;
}
.board-notice-type1 .board-list .no-data{
    padding: 30px;
    letter-spacing: -0.05em;
}

/* list::column width */
.board-notice-type1 .bbs-col-xs{
    width: 6%;
}
.board-notice-type1 .bbs-col-s{
    width: 8%;
}
.board-notice-type1 .bbs-col-m{
    width: 10%;
}
.board-notice-type1 .bbs-col-l{    
    width: 12%;
}
.board-notice-type1 .bbs-col-xl{

}

/* button */
.board-notice-type1 .btn-wrap{
    margin-top: 20px;
}
.board-notice-type1 .btn-admin .btn.btn-modify,
.board-notice-type1 .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;
}
.board-notice-type1 .btn-admin .btn.btn-modify{
    border-color: #7d7d7d;
    background-color: #fff;
    background-image: url('/assets/image/board/notice/ic_modify.png');
}
.board-notice-type1 .btn-admin .btn.btn-delete{    
    border-color: #565656;
    background-color: #565656;
    background-image: url('/assets/image/board/notice/ic_delete.png');
}
.board-notice-type1 .board-view + .btn-wrap{
    text-align: right;
}
.board-notice-type1 .btn.btn-board{
    display: inline-block;
    min-width: 115px;
    padding: 10px 20px;
    margin: 4px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.07em;
    text-align: center;
}
.board-notice-type1 .btn.btn-list{
    background-color: #fff;
    border-color: #3c568a;
    color: #3c568a;
}
.board-notice-type1 .btn.btn-modify{
    background-color: #20366f;
    border-color: #20366f;
    color: #fff;
}
.board-notice-type1 .btn.btn-delete{
    background-color: #bd466a;
    border-color: #bd466a;
    color: #fff;
}
.board-notice-type1 .btn.btn-reply{
    background-color: #4986ac;
    border-color: #4986ac;
    color: #fff;
}
.board-notice-type1 .btn.btn-cancel{
    background-color: #8e9095;
    border-color: #8e9095;
    color: #fff;
}
.board-notice-type1 .btn.btn-write{
    background-color: #20366f;
    border-color: #20366f;
    color: #fff;
}

/* list::paging */
.board-notice-type1 .paging-wrap{
    margin-top: 40px;
    text-align: center;
}
.board-notice-type1 .paging{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.board-notice-type1 .paging > li{
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 1px;
    border-radius: 50%;
    vertical-align: top;
    transition: 0.3s ease;
}
.board-notice-type1 .paging > .num:hover,
.board-notice-type1 .paging > .num.on,
.board-notice-type1 .paging > .num:hover > a,
.board-notice-type1 .paging > .num.on > a{
    background-color: #f3f3f3;
    font-weight: 600;
    color: #000000;
}
.board-notice-type1 .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;
    color: #b3b3b3;
    transition: 0.3s ease;
}
.board-notice-type1 .paging > li:not(.num){
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease;
}
.board-notice-type1 .paging > li:not(.num):hover{
    background-color: none;
}
.board-notice-type1 .paging .first{
    background-image: url('/assets/image/board/notice/ic_first.png');
}
.board-notice-type1 .paging .first:hover{    
    background-image: url('/assets/image/board/notice/ic_first_on.png');
}
.board-notice-type1 .paging .prev{
    margin-right: 15px;
    background-image: url('/assets/image/board/notice/ic_prev.png');
}
.board-notice-type1 .paging .prev:hover{
    background-image: url('/assets/image/board/notice/ic_prev_on.png');
}
.board-notice-type1 .paging .next{
    margin-left: 15px;
    background-image: url('/assets/image/board/notice/ic_next.png');
}
.board-notice-type1 .paging .next:hover{    
    background-image: url('/assets/image/board/notice/ic_next_on.png');
}
.board-notice-type1 .paging .last{    
    background-image: url('/assets/image/board/notice/ic_last.png');
}
.board-notice-type1 .paging .last:hover{
    background-image: url('/assets/image/board/notice/ic_last_on.png');
}

/* view */
.board-notice-type1 .board-view{
    letter-spacing: -0.05em;
}
.board-notice-type1 .view-contop{
    padding: 20px 25px;
    background-color: #f6f9ff;
    border-top: 2px solid #20366f;
    border-bottom: 1px solid #bbbbbb;
    font-size: 1.5rem;
}
.board-notice-type1 .view-contop + .view-contents{
    border-top: 0;
}
.board-notice-type1 .view-tit{
    font-size: 2.5rem;
    font-weight: 600;
    color: #20366f;
    text-align: center;
    letter-spacing: -0.05em;
}
.board-notice-type1 .view-contop:not(:has(.view-cnt)) .view-tit{
    margin-bottom: 10px;
}
.board-notice-type1 .view-cnt{
    margin-bottom: 10px;
}
.board-notice-type1 .view-cnt button + button{
    margin-left: 10px;
}
.board-notice-type1 .view-cnt .icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
}
.board-notice-type1 .view-cnt .cnt{
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.board-notice-type1 .view-info > span{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.board-notice-type1 .view-info > span + span{
    padding-left: 8px;
    margin-left: 6px;
}
.board-notice-type1 .view-info > span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 3px;
    left: 0;
    width: 1px;
    height: 14px;
    background-color: #e5e2e4;
}
.board-notice-type1 .view-info > span strong{
    font-weight: 600;
}
.board-notice-type1 .view-link{
    padding: 20px 25px 0;
}
.board-notice-type1 .view-link > a{
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url('/assets/image/board/notice/ic_view_link.png');
    font-weight: 500;
    color: #000;
    word-break: break-all;
    vertical-align: top;
}
.board-notice-type1 .view-contents{
    overflow-x: auto;
    min-height: 400px;
    padding: 25px;
}
.board-notice-type1 .view-contents img{
    max-width: 100%;
}

.board-notice-type1 .view-attach{
    padding: 0 25px 40px;
    border-bottom: 1px solid #e2e2e2;
}
.board-notice-type1 .view-attach-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 25px 30px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    background-color: #f8f8f8;
    font-size: 1.5rem;
    letter-spacing: -0.05em;
}
.board-notice-type1 .view-attach-con .con > a{
    display: block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-image: url('/assets/image/board/notice/ic_file2.png');
    transition: 0.3s ease;
    word-break: break-all;
}
.board-notice-type1 .view-attach-con .con > a:hover{
    background-image: url('/assets/image/board/notice/ic_file2_on.png');
}
.board-notice-type1 .view-attach-con .con > a + a{
    margin-top: 5px;
}

/* view::comment */
.board-notice-type1 .comment-wrap{
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: 1.3;
}
.board-notice-type1 .comment-wrap > .tit{
    padding: 0 25px;
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.07em;
}
.board-notice-type1 .comment-write-wrap{
    display: flex;
    gap: 15px;
    padding: 0 25px;
    font-size: 1.6rem;
    line-height: 1.4;
}
.board-notice-type1 .comment-write-wrap .form-item{
    height: 80px;
    padding: 20px;
    border-color: #e7e7e7;
    border-radius: 5px;
}
.board-notice-type1 .comment-write-wrap .btn-submit{
    flex: 0 0 auto;
    width: 135px;
    height: 80px;
    background-color: #20366f;
    border-radius: 5px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}
.board-notice-type1 .comment-list-wrap{
    margin-top: 35px;
    border-top: 1px solid #e2e2e2;
}
.board-notice-type1 .comment-list-wrap ul > li{
    display: flex;
    flex-wrap: wrap;
    padding: 35px 30px;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: -0.05em;
}
.board-notice-type1 .comment-contop{
    width: 100%;
}
.board-notice-type1 .comment-name{
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
}
.board-notice-type1 .comment-date{
    margin-left: 10px;
    font-size: 1.5rem;
    color: #9e9e9e;
}
.board-notice-type1 .comment-contop .view-cnt{
    margin-bottom: 0;
}
.board-notice-type1 .comment-contop .view-cnt .icon{
    border: 1px solid #d9dde4;
}
.board-notice-type1 .comment-contents{
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.6;
}
.board-notice-type1 .comment-contents .btn-wrap{
    flex: 0 0 auto;
    margin: 0;
    padding-left: 20px;
}
.board-notice-type1 .btn.btn-comment{
    display: inline-block;
    min-width: 60px;
    margin: 2px;
    padding: 3px 0;
    border-radius: 3px;     
    border: 1px solid #4986ac;
    background-color: #fff;
    color: #4986ac;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.07em;
    text-align: center;
}
.board-notice-type1 .btn-comment.btn-modify{
    border-color: #20366f;
    color: #20366f;
}
.board-notice-type1 .btn-comment.btn-delete{
    border-color: #bd466a;
    color: #bd466a;
}
.board-notice-type1 .comment-list-wrap li.comment-reply{
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 25px 38px;
    background-image: url('/assets/image/board/notice/ic_comment_reply.png');
}
.board-notice-type1 .comment-reply .comment-write-wrap{
    width: 100%;
    padding: 0;
}
.board-notice-type1 .comment-reply .comment-write-wrap .form-item{    
    height: 80px;
}
.board-notice-type1 .comment-reply .comment-write-wrap .btn{
    flex: 0 0 auto;
    width: 110px;
    height: 80px;
    border-radius: 5px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}

/* view::move */
.board-notice-type1 .view-move{
    display: flex;
    width: 100%;
    margin-top: 70px;
}
.board-notice-type1 .view-move-con{
    display: flex;
    align-items: center;
    padding: 17px 20px;
    font-size: 1.6rem;
    color: #8c8c8c;
    letter-spacing: -0.05em;
}
.board-notice-type1 .view-move-con .tit{
    position: relative;
    width: 80px;
    padding: 0 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    font-weight: 600;
    transition: background 0.3s ease;
}
.board-notice-type1 .view-move-con .tit:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 7px;
    width: 1px;
    height: 11px;
    background-color: #d6d6d6;
    transition: 0.3s ease;
}
.board-notice-type1 .view-move-con .con{
    width: calc(100% - 80px);
    padding: 0 20px;
}
.board-notice-type1 .view-move-con a{
    vertical-align: top;
}
.board-notice-type1 .view-move-con:hover{
    background-color: #f6f9ff;
    color: #000;
}
.board-notice-type1 .view-move-con:hover .tit:after{
    background-color: #000000;
}

.board-notice-type1 .view-move.type1 .view-move-con{
    width: 50%;
    border: 1px solid #e2e2e2;
    transition: 0.3s ease;
}
.board-notice-type1 .view-move.type1 .view-move-con + .view-move-con{
    border-left: 1px solid transparent;
}
.board-notice-type1 .view-move.type1 .view-prev{
    border-radius: 4px 0 0 4px;
}
.board-notice-type1 .view-move.type1 .view-prev .tit{
    background-image: url('/assets/image/board/notice/ic_arrow_prev.png');
}
.board-notice-type1 .view-move.type1 .view-prev:hover .tit{    
    background-image: url('/assets/image/board/notice/ic_arrow_prev_on.png');
}
.board-notice-type1 .view-move.type1 .view-prev .tit:after{
    right: 0;
}
.board-notice-type1 .view-move.type1 .view-next{
    flex-direction: row-reverse;
    border-radius: 0 4px 4px 0;
    text-align: right;
}
.board-notice-type1 .view-move.type1 .view-next .tit{
    background-position: right center;
    background-image: url('/assets/image/board/notice/ic_arrow_next.png');
}
.board-notice-type1 .view-move.type1 .view-next:hover .tit{    
    background-image: url('/assets/image/board/notice/ic_arrow_next_on.png');
}
.board-notice-type1 .view-move.type1 .view-next .tit:after{
    left: 0;
}
.board-notice-type1 .view-move.type1 .view-move-con:hover{
    border-color: #859cc8;
}

.board-notice-type1 .view-move.type2{
    flex-direction: column;
    border-top: 1px solid #e2e2e2;
}
.board-notice-type1 .view-move.type2 .view-move-con .tit:after{
    right: 0;
}
.board-notice-type1 .view-move.type2 .view-move-con{
    border-bottom: 1px solid #e2e2e2;
}
.board-notice-type1 .view-move.type2 .view-prev .tit{
    background-image: url('/assets/image/board/notice/ic_arrow_top.png');
}
.board-notice-type1 .view-move.type2 .view-prev:hover .tit{
    background-image: url('/assets/image/board/notice/ic_arrow_top_on.png');
}
.board-notice-type1 .view-move.type2 .view-next .tit{
    background-image: url('/assets/image/board/notice/ic_arrow_bottom.png');
}
.board-notice-type1 .view-move.type2 .view-next:hover .tit{
    background-image: url('/assets/image/board/notice/ic_arrow_bottom_on.png');
}

/* write */
.board-notice-type1 .write-contop{
    margin-bottom: 10px;
}
.board-notice-type1 .help-text{
    font-size: 14px;
}
.board-notice-type1 .write-wrap{
    border-top: 2px solid #20366f;
}
.board-notice-type1 .write-wrap > li{
    border-bottom: 1px solid #d2d5e0;
}
.board-notice-type1 .write-wrap > li > div{
    line-height: 1.3;
}
.board-notice-type1 .write-wrap .form-tit{
    background-color: #f6f9ff;
}
.board-notice-type1 .write-wrap .form-con .btn-small{
    display: inline-block;
    padding: 6px 10px;
    margin: 2px;
    background-color: #575e71;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
}

/* =====================================

	* responsive

====================================== */
@media screen and (max-width: 768px){
    /* list */
    .sch-wrap{
        display: block;
        margin-bottom: 15px;
    }
    .sch-wrap .cnt{
        display: none;
    }
    .sch-wrap .form-item{
        height: 36px;
        font-size: 14px;
    }
    .sch-wrap .sch-cate{
        width: 90px;
    }
    .sch-wrap .sch-key{
        width: calc(100% - 137px);
    }
    .sch-wrap .btn-sch{
        width: 36px;
        height: 36px;
        background-size: 15px;
    }

    .board-notice-type1 .board-list .list-head{
        display: none;
    }
    .board-notice-type1 .board-list > li:not(.list-head) > div{
        border-left: 0;
    }
    .board-notice-type1 .board-list > li{
        position: relative;
        padding: 10px 0;
    }
    .board-notice-type1 .board-list > li > div{
        display: inline-block;
        position: relative;
        width: auto;
        padding: 0 10px;
        font-size: 14px;
        vertical-align: top;
    }    
    .board-notice-type1 .board-list > li > div:before{
        display: block;
        content: '';
        clear: both;
        position: absolute;
        top: 5px;
        left: 0;
        width: 1px;
        height: 9px;
        background-color: #bfbfbf;
    }
    .board-notice-type1 .board-list > li .n-bar:before{
        display: none;
    }
    .board-notice-type1 .board-list > li .bbs-no,
    .board-notice-type1 .board-list > li .bbs-show,
    .board-notice-type1 .board-list > li .bbs-admin{
        display: none;
    }
    /* .board-notice-type1 .board-list > li .bbs-file{
        display: none;
    } */
    .board-notice-type1 .board-list > li .bbs-file img{
        width: 12px;
    }
    .board-notice-type1 .board-list .bbs-tit{
        padding: 0 10px;
    }
    .board-notice-type1 .board-list > li .bbs-no:has(.ic-notice){
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        padding: 0;
    }
    .board-notice-type1 .board-list > li:has(.ic-notice){
        padding-left: 45px;
    }
    .board-notice-type1 .ic-notice{
        margin: 0 5px;
    }
    .board-notice-type1 .ic-notice:not(img){
        padding: 3px 0;
        margin: 0;
        min-width: 31px;
        font-size: 12px;
    }
    .board-notice-type1 .board-list > li .bbs-tit{
        display: block;
        width: 100%;
        font-weight: 600;
    }
    .board-notice-type1 .ic-reply{
        padding-left: 20px;
        background-repeat: no-repeat;
        background-position: 0 center;
        background-image: url('/assets/image/board/notice/ic_reply.png');
        background-size: 13px;
    }
    .board-notice-type1 .ic-new{
        width: 20px;
        height: 20px;
        font-size: 10px;
    }    
    .board-notice-type1 .ic-cnt{
        position: static;
        top: auto;
        right: auto;
        transform: none;
        min-width: 28px;
        font-size: 12px;
    }
    .board-notice-type1 .bbs-tit:has(.ic-new):has(.ic-cnt) > a{
        width: calc(100% - 60px);
    }
    .board-notice-type1 .board-list .no-data{
        padding: 25px 15px;
        font-size: 14px;
    }

    /* button */
    .board-notice-type1 .btn.btn-board{
        min-width: initial;
        padding: 7px 20px;
        font-size: 14px;
    }
    .board-notice-type1 .board-view + .btn-wrap{
        text-align: center;
    }
    .board-notice-type1 .btn-board.btn-list{
        float: none !important;
    }
    
    /* list::paging */
    .board-notice-type1 .paging-wrap{
        margin-top: 30px;
    }
    .board-notice-type1 .paging > li{
        width: 25px;
        height: 25px;
    }
    .board-notice-type1 .paging > li > a{
        font-size: 14px;
    }
    .board-notice-type1 .paging > li:not(.num){
        background-size: auto 10px;
    }
    .board-notice-type1 .paging .prev{
        margin-right: 5px;
    }
    .board-notice-type1 .paging .next{
        margin-left: 5px;
    }

    /* view */
    .board-notice-type1 .view-contop{
        padding: 20px 15px;
    }
    .board-notice-type1 .view-tit{
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 1.3;
    }
    .board-notice-type1 .view-cnt{
        margin-bottom: 5px;
        font-size: 12px;
    }
    .board-notice-type1 .view-cnt button + button{
        margin-left: 5px;
    }
    .board-notice-type1 .view-cnt .icon{
        width: 20px;
        height: 20px;
        padding: 5px;
    }
    .board-notice-type1 .view-cnt .icon img{
        max-width: 100%;
    }
    .board-notice-type1 .view-cnt .cnt{
        margin-left: 3px;
    }
    .board-notice-type1 .view-info > span{
        font-size: 14px;
    }
    .board-notice-type1 .view-info > span + span:before{
        top: 6px;
        height: 10px;
    }
    .board-notice-type1 .view-link{
        padding: 10px 10px 0;
    }
    .board-notice-type1 .view-link > a{
        padding-left: 15px;
        background-size: 10px;
        background-position: 0 6px;
        font-size: 13px;
    }

    .board-notice-type1 .view-contents{
        overflow-x: auto;
        min-height: 200px;
        padding: 20px 15px;
        font-size: 14px;
        line-height: 1.5;
    }

    .board-notice-type1 .view-attach{
        padding: 0 0 20px;
    }
    .board-notice-type1 .view-attach-con{
        padding: 15px;
        border-radius: 3px;
        font-size: 14px;
    }
    .board-notice-type1 .view-attach-con .con > a{   
        padding-left: 20px;
        background-size: 10px;
        font-size: 12px;     
        line-height: 1.3;
    }

    /* view::comment */
    .board-notice-type1 .comment-wrap{
        margin-top: 30px;
        font-size: 14px;
    }
    .board-notice-type1 .comment-wrap > .tit{
        padding: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .board-notice-type1 .comment-write-wrap{
        gap: 5px;
        padding: 0;
    }
    .board-notice-type1 .comment-write-wrap .form-item{
        height: 50px;
        padding: 10px;
        border-radius: 3px;
    }
    .board-notice-type1 .comment-write-wrap .btn-submit{
        width: 70px;
        height: 50px;
        border-radius: 3px;
        font-size: 14px;
    }
    .board-notice-type1 .comment-list-wrap{
        margin-top: 15px;
        border-radius: 3px;
    }
    .board-notice-type1 .comment-list-wrap ul > li{
        padding: 15px 0;
    }
    .board-notice-type1 .comment-name{
        font-size: 14px;
    }
    .board-notice-type1 .comment-date{
        margin-left: 5px;
        font-size: 12px;
    }
    .board-notice-type1 .comment-contents{
        flex-direction: column;
        align-items: start;
        width: 100%;
        margin-top: 5px;
        font-size: 14px;
    }
    .board-notice-type1 .comment-contents .btn-wrap{
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        text-align: right;
    }
    .board-notice-type1 .btn.btn-comment{
        min-width: initial;
        padding: 3px 12px;
        font-size: 12px;
    }
    .board-notice-type1 .comment-list-wrap li.comment-reply{
        padding-left: 20px;
        background-size: 13px;
        background-position: 0 17px;
    }
    .board-notice-type1 .comment-reply .comment-write-wrap .form-item{
        height: 50px;
    }
    .board-notice-type1 .comment-reply .comment-write-wrap .btn{
        width: 50px;
        height: 50px;
        border-radius: 3px;
    }

    /* view::move */
    .board-notice-type1 .view-move{
        margin-top: 20px;
    }
    .board-notice-type1 .view-move-con{
        padding: 8px 10px;
        font-size: 14px;
    }
    .board-notice-type1 .view-move-con .tit{
        width: 65px;
        padding: 0 15px;
        background-size: 7px;
    }
    .board-notice-type1 .view-move-con .tit:after{
        top: 6px;
        width: 1px;
        height: 10px;
    }
    .board-notice-type1 .view-move-con .con{
        width: calc(100% - 65px);
        padding: 0;
    }
    .board-notice-type1 .view-move .view-prev .con{
        padding-left: 15px;
    }
    .board-notice-type1 .view-move .view-next .con{
        padding-right: 15px;
    }
    .board-notice-type1 .view-move.type2 .view-move-con .con{
        padding: 0;
        padding-left: 15px;
    }
    
    .board-notice-type1 .view-move.type1 .view-prev{
        border-radius: 3px 0 0 3px;
    }
    .board-notice-type1 .view-move.type1 .view-next{
        border-radius: 0 3px 3px 0;
    }
    .board-notice-type1 .view-move.type2 .view-move-con .tit{
        background-size: 10px;
    }

    /* write */
    .board-notice-type1 .help-text{
        font-size: 12px;
    }
    .board-notice-type1 .write-wrap .form-tit{
        text-align: left;
    }
    .board-notice-type1 .write-wrap .form-con .btn-small{
        padding: 4px 8px;
        font-size: 12px;
    }
}


/* =====================================

    * Type B

====================================== */
.board-notice-type2,
.board-notice-type2 *{
    font-family: 'Freesentation', 'Pretendard Variable', sans-serif;
}
.board-notice-type2 .board-list{
    width: 100%;
    border-top: 2px solid #3b3b3b;
}
.board-notice-type2 .board-list > li{
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    color: #000000;
}
.board-notice-type2 .board-list > li.active{
    background-color: #fff7f4;
}
.board-notice-type2 .board-list > li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px;
}
.board-notice-type2 .board-list > li > div + div{
    flex: 0 0 auto;
    width: 180px;
}
.board-notice-type2 .list-con{
    width: calc(100% - 180px);
    padding-right: 30px;
}
.board-notice-type2 .bbs-tit{
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
}
.board-notice-type2 .bbs-tit > a{
    vertical-align: middle;
}
.board-notice-type2 .ic-new,
.board-notice-type2 .ic-cnt{
    margin: 3px 0;
}
.board-notice-type2 .ic-new{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #eb2457;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.07em;
    vertical-align: top;
}
.board-notice-type2 .ic-cnt{
    display: inline-block;
    min-width: 34px;
    padding: 5px;
    background-color: #f4f4f4;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    color: #7b7b7b;
    line-height: 1;
    letter-spacing: -0.05em;
    text-align: center;
    vertical-align: top;
}
.board-notice-type2 .bbs-tit:has(.ic-new) > a{
    max-width: calc(100% - 30px);
}
.board-notice-type2 .bbs-tit:has(.ic-cnt) > a{
    max-width: calc(100% - 40px);
}
.board-notice-type2 .bbs-tit:has(.ic-new):has(.ic-cnt) > a{
    max-width: calc(100% - 70px);
}
.board-notice-type2 .board-list .reply .bbs-tit{
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('/assets/image/board/notice/ic_reply_typeb.png');
}

.board-notice-type2 .list-con > span{
    display: inline-block;
    font-size: 15px;
    letter-spacing: -0.035em;
}
.board-notice-type2 .list-con > span + span{
    position: relative;
    padding-left: 12px;
    margin-left: 10px;
}
.board-notice-type2 .list-con > span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: 13px;
    background-color: #d0d0d0;
}
.board-notice-type2 .bbs-cate{
    display: inline-block;
    margin-bottom: 5px;
    padding: 8px 18px;
    background-color: #e86537;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}
.board-notice-type2 .bbs-cate + a{
    padding-left: 10px;
}

.board-notice-type2 .view-cnt{
    margin-bottom: 30px;
    letter-spacing: -0.05em;
    text-align: right;
}
.board-notice-type2 .view-cnt button + button{
    margin-left: 25px;
}
.board-notice-type2 .view-cnt .cnt{
    display: inline-block;
    margin-left: 5px;    
    font-size: 14px;
    font-weight: 700;
    color: #474747;
    vertical-align: middle;
}

.board-notice-type2 .bbs-admin{
    text-align: right;
}
.board-notice-type2 .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;
}
.board-notice-type2 .bbs-admin .btn.btn-modify,
.board-notice-type2 .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;
}
.board-notice-type2 .bbs-admin .btn.btn-modify{
    background-image: url('/assets/image/board/notice/ic_modify_typeb.png');
}
.board-notice-type2 .bbs-admin .btn.btn-delete{
    background-image: url('/assets/image/board/notice/ic_delete_typeb.png');
}

.board-notice-type2 .board-list .no-data{
    display: block;
    padding: 50px 0;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: -0.03em;
}
.board-notice-type2 .board-list .no-data img{
    margin: 0 auto 20px;
}

/* list::effect */
.board-notice-type2 .ef01,
.board-notice-type2 .ef02,
.board-notice-type2 .ef03,
.board-notice-type2 .ef04{
    position: relative;
}
.board-notice-type2 .ef01{
    overflow: hidden;
}
.board-notice-type2 .ef01:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(232,101,55,0.1);
    transition: 0.5s ease;
}
.board-notice-type2 .ef01:hover:before{
    right: 0;
}
.board-notice-type2 .ef02:before,
.board-notice-type2 .ef02:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    background-color: rgba(232,101,55,0.1);
    transition: 0.5s ease;
}
.board-notice-type2 .ef02:before{
    top: 0;
}
.board-notice-type2 .ef02:after{
    bottom: 0;
}
.board-notice-type2 .ef02:hover:before{
    height: 100%;
}
.board-notice-type2 .ef02:hover:after{
    height: 100%;
}
.board-notice-type2 .ef03{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.board-notice-type2 .ef03 .list-con,
.board-notice-type2 .ef03 > div + div{
    position: relative;
    z-index: 1;
}
.board-notice-type2 .ef03:before,
.board-notice-type2 .ef03:after{
    display: block;
    content: '';
	position: absolute;
}
.board-notice-type2 .ef03:before{    
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(232,101,55,0.1);
	transform-origin: 100% 50%;
	transform: scale(0, 1);
	transition: transform 0.5s cubic-bezier(0.33, 0.91, 0.42, 1);
}
.board-notice-type2 .ef03:after{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
    background-color: rgba(232,101,55,1);
	transform-origin: 0% 50%;
	transition: transform 0.5s cubic-bezier(0.33, 0.91, 0.42, 1) 0.3s;
}
.board-notice-type2 .ef03 .bg{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.board-notice-type2 .ef03 .bg:after{
    display: block;
    content: '';
    clear: both;
	position: absolute;
}
.board-notice-type2 .ef03 .bg:after{
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s cubic-bezier(0.33, 0.91, 0.42, 1) 0s;
}
.board-notice-type2 .ef03:hover:before{
	transform: scale(1);
	transform-origin: 0 50%;
	transition: transform 0.5s cubic-bezier(0.33, 0.91, 0.42, 1) 0.3s;
}
.board-notice-type2 .ef03:hover:after{
	transform: scale(0, 1);
	transform-origin: 100% 50%;
	transition: transform 0.5s cubic-bezier(0.33, 0.91, 0.42, 1) 0s;
}
.board-notice-type2 .ef03:hover .bg:after{
	transition: color 0.5s cubic-bezier(0.33, 0.91, 0.42, 1) 0.3s;
}
.board-notice-type2 .ef04:before,
.board-notice-type2 .ef04:after{
    opacity: 0;
    display: block;
    content: '';
    clear: both;
    position: absolute;
    z-index: -1;
    width: 100px;
    height: 50px;
    background-color: rgba(232,101,55,0.1);
    transition: 0.5s ease;
}
.board-notice-type2 .ef04:before{
    top: 0;
    left: 0;
}
.board-notice-type2 .ef04:after{
    bottom: 0;
    right: 0;
}
.board-notice-type2 .ef04:hover:before,
.board-notice-type2 .ef04:hover:after{
    opacity: 1;
}
.board-notice-type2 .ef04:hover:before{
    width: 100%;
    height: 100%;
}
.board-notice-type2 .ef04:hover:after{
    width: 100%;
    height: 100%;
}

/* button */
.board-notice-type2 .btn-wrap{
    margin-top: 20px;
}
.board-notice-type2 .btn-admin .btn.btn-modify,
.board-notice-type2 .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;
}
.board-notice-type2 .btn-admin .btn.btn-modify{
    border-color: #7d7d7d;
    background-color: #fff;
    background-image: url('/assets/image/board/notice/ic_modify_typeb.png');
}
.board-notice-type2 .btn-admin .btn.btn-delete{    
    border-color: #565656;
    background-color: #565656;
    background-image: url('/assets/image/board/notice/ic_delete_typeb.png');
}
.board-notice-type2 .board-view + .btn-wrap{
    text-align: right;
}
.board-notice-type2 .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;
}
.board-notice-type2 .btn.btn-list{
    background-color: #fff;
    border-color: #434343;
    color: #434343;
}
.board-notice-type2 .btn.btn-modify{
    background-color: #ececec;
    border-color: #9f9f9f;
    color: #3b3b3b;
}
.board-notice-type2 .btn.btn-delete{
    background-color: #fff;
    border-color: #e21a52;
    color: #e21a52;
}
.board-notice-type2 .btn.btn-reply{
    background-color: #fff;
    border-color: #18a3a2;
    color: #18a3a2;
}
.board-notice-type2 .btn.btn-cancel{
    background-color: #8b8b8b;
    border-color: #8b8b8b;
    color: #fff;
}
.board-notice-type2 .btn.btn-write{
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #fff;
}

/* list::paging */
.board-notice-type2 .paging-wrap{
    margin-top: 40px;
    text-align: center;
}
.board-notice-type2 .paging{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.board-notice-type2 .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;
}
.board-notice-type2 .paging > .num:hover,
.board-notice-type2 .paging > .num.on,
.board-notice-type2 .paging > .num:hover > a,
.board-notice-type2 .paging > .num.on > a{
    font-weight: 700;
    color: #000000;
}
.board-notice-type2 .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;
}
.board-notice-type2 .paging > li:not(.num){
    background-repeat: no-repeat;
    background-position: center;
    border-color: #cecece;
    background-color: #fff;
    transition: 0.3s ease;
}
.board-notice-type2 .paging > li:not(.num):hover{
    background-color: #f7f7f7;
}
.board-notice-type2 .paging .first{
    background-image: url('/assets/image/board/notice/ic_first_typeb.png');
}
.board-notice-type2 .paging .prev{
    margin-right: 15px;
    background-image: url('/assets/image/board/notice/ic_prev_typeb.png');
}
.board-notice-type2 .paging .next{
    margin-left: 15px;
    background-image: url('/assets/image/board/notice/ic_next_typeb.png');
}
.board-notice-type2 .paging .last{    
    background-image: url('/assets/image/board/notice/ic_last_typeb.png');
}

/* view */
.board-notice-type2 .board-view{
    letter-spacing: -0.05em;
}
.board-notice-type2 .view-contop{
    padding: 20px 25px;
    background-color: #f7f7f7;
    border-top: 2px solid #3b3b3b;
    border-bottom: 1px solid #bbbbbb;
    font-size: 1.7rem;
}
.board-notice-type2 .view-contop + .view-contents{
    border-top: 0;
}
.board-notice-type2 .view-tit{
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: 500;
    color: #111111;
    letter-spacing: -0.05em;
}
.board-notice-type2 .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;
}
.board-notice-type2 .view-info > span{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.board-notice-type2 .view-info > span + span{
    padding-left: 8px;
    margin-left: 6px;
}
.board-notice-type2 .view-info > span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 6px;
    left: 0;
    width: 1px;
    height: 14px;
    background-color: #d9d1d1;
}
.board-notice-type2 .view-info > span strong{
    font-weight: 600;
}
.board-notice-type2 .view-link{
    padding: 15px 20px 0;
}
.board-notice-type2 .view-contop .view-cnt{
    margin-bottom: 0;
}
.board-notice-type2 .view-link > a{
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url('/assets/image/board/notice/ic_view_link.png');
    color: #000;
    word-break: break-all;
    vertical-align: top;
}
.board-notice-type2 .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-notice-type2 .board-view:has(.view-attach) .view-contents{
    border-bottom: 0;
}
.board-notice-type2 .view-contents *{
    font: inherit;
}
.board-notice-type2 .view-contents img{
    max-width: 100%;
}

.board-notice-type2 .view-attach{
    padding: 0 15px 20px;
    border-bottom: 1px solid #e2e2e2;
}
.board-notice-type2 .view-attach-con{
    font-size: 1.7rem;
    letter-spacing: -0.05em;
}
.board-notice-type2 .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('/assets/image/board/notice/ic_file2_typeb.png');
    line-height: 1.3;
    color: #000;
    transition: 0.3s ease;
    word-break: break-all;
}
.board-notice-type2 .view-attach-con .con > a + a{
    margin-top: 10px;
}
.board-notice-type2 .view-attach-con .con > a:hover{
    border-color: #9f9f9f;
}

/* view::comment */
.board-notice-type2 .comment-wrap{
    margin-top: 50px;
    padding: 40px 50px;
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    font-size: 1.6rem;
    line-height: 1.3;
}
.board-notice-type2 .comment-wrap > .tit{
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.05em;
}
.board-notice-type2 .comment-write-wrap{
    display: flex;
    gap: 15px;
    font-size: 1.6rem;
    line-height: 1.4;
}
.board-notice-type2 .comment-write-wrap .form-item{
    height: 80px;
    padding: 20px;
    border-color: #e7e7e7;
    border-radius: 2px;
    background-color: #fff;
}
.board-notice-type2 .comment-write-wrap .btn-submit{
    flex: 0 0 auto;
    width: 105px;
    height: 80px;
    background-color: #3b3b3b;
    border-radius: 2px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
}
.board-notice-type2 .comment-list-wrap{
    margin-top: 40px;
    border-top: 1px solid #d3d3d3;
}
.board-notice-type2 .comment-list-wrap ul > li{
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    border-bottom: 1px solid #d3d3d3;
    letter-spacing: -0.05em;
}
.board-notice-type2 .comment-contop{
    width: 100%;
}
.board-notice-type2 .comment-name{
    font-size: 2rem;
    font-weight: 600;
    color: #000;
}
.board-notice-type2 .comment-date{
    margin-left: 10px;
    font-size: 1.5rem;
    color: #9e9e9e;
}
.board-notice-type2 .comment-contop .view-cnt{
    margin-bottom: 0;
}
.board-notice-type2 .comment-contents{
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    font-size: 1.7rem;
    line-height: 1.6;
    color: #000;
}
.board-notice-type2 .comment-contents .btn-wrap{
    flex: 0 0 auto;
    margin: 0;
    padding-left: 20px;
}
.board-notice-type2 .btn.btn-comment{
    display: inline-block;
    min-width: 50px;
    margin: 2px;
    padding: 2px 0;
    border-radius: 3px;     
    border: 1px solid #18a3a2;
    background-color: #fff;
    color: #18a3a2;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.045em;
    text-align: center;
}
.board-notice-type2 .btn-comment.btn-modify{
    border-color: #9f9f9f;
    background-color: #ececec;
    color: #3b3b3b;
}
.board-notice-type2 .btn-comment.btn-delete{
    border-color: #e21a52;
    color: #e21a52;
}
.board-notice-type2 .comment-list-wrap li.comment-reply{
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 0 25px;
    background-image: url('/assets/image/board/notice/ic_comment_reply_typeb.png');
}
.board-notice-type2 .comment-reply .comment-write-wrap{
    width: 100%;
    padding: 0;
}
.board-notice-type2 .comment-reply .comment-write-wrap .form-item{    
    height: 80px;
}
.board-notice-type2 .comment-reply .comment-write-wrap .btn{
    flex: 0 0 auto;
    width: 105px;
    height: 80px;
    border-radius: 2px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}

/* view::move */
.board-notice-type2 .view-move{
    display: flex;
    width: 100%;
    margin-top: 70px;
}
.board-notice-type2 .view-move-con{
    display: flex;
    align-items: center;
    padding: 15px 20px;
    font-size: 1.7rem;
    color: #8c8c8c;
    letter-spacing: -0.05em;
}
.board-notice-type2 .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;
}
.board-notice-type2 .view-move-con .tit:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 6px;
    width: 1px;
    height: 15px;
    background-color: #d6d6d6;
}
.board-notice-type2 .view-move-con .con{
    width: calc(100% - 80px);
    padding: 0 10px;
}
.board-notice-type2 .view-move-con a{
    vertical-align: top;
}
.board-notice-type2 .view-move-con:hover{
    background-color: #f9f9f9;
    color: #000;
}
.board-notice-type2 .view-move-con:hover .tit:after{
    background-color: #000000;
}

.board-notice-type2 .view-move.type1 .view-move-con{
    width: 50%;
    border: 1px solid #e2e2e2;
    transition: 0.3s ease;
}
.board-notice-type2 .view-move.type1 .view-move-con + .view-move-con{
    border-left: 1px solid transparent;
}
.board-notice-type2 .view-move.type1 .tit{
    padding: 0;
}
.board-notice-type2 .view-move.type1 .view-prev{
    border-radius: 4px 0 0 4px;
}
.board-notice-type2 .view-move.type1 .view-prev .tit{
    padding-left: 35px;
    background-image: url('/assets/image/board/notice/ic_arrow_prev_typeb.png');
}
.board-notice-type2 .view-move.type1 .view-prev:hover .tit{    
    background-image: url('/assets/image/board/notice/ic_arrow_prev_on_typeb.png');
}
.board-notice-type2 .view-move.type1 .view-prev .tit:after{
    right: 0;
}
.board-notice-type2 .view-move.type1 .view-next{
    flex-direction: row-reverse;
    border-radius: 0 4px 4px 0;
    text-align: right;
}
.board-notice-type2 .view-move.type1 .view-next .tit{
    padding-right: 35px;
    background-position: right center;
    background-image: url('/assets/image/board/notice/ic_arrow_next_typeb.png');
}
.board-notice-type2 .view-move.type1 .view-next:hover .tit{    
    background-image: url('/assets/image/board/notice/ic_arrow_next_on_typeb.png');
}
.board-notice-type2 .view-move.type1 .view-next .tit:after{
    left: 0;
}
.board-notice-type2 .view-move.type1 .view-move-con:hover{
    border-color: #8b8b8b;
}

.board-notice-type2 .view-move.type2{
    flex-direction: column;
    border-top: 1px solid #e2e2e2;
}
.board-notice-type2 .view-move.type2 .tit{
    width: 90px;
    padding: 0;
    padding-left: 40px;
    background-position: 0 center;
}
.board-notice-type2 .view-move.type2 .con{
    width: calc(100% - 90px);
}
.board-notice-type2 .view-move.type2 .view-move-con .tit:after{
    right: 0;
}
.board-notice-type2 .view-move.type2 .view-move-con{
    border-bottom: 1px solid #e2e2e2;
}
.board-notice-type2 .view-move.type2 .view-prev .tit{
    background-image: url('/assets/image/board/notice/ic_arrow_top_typeb.png');
}
.board-notice-type2 .view-move.type2 .view-prev:hover .tit{
    background-image: url('/assets/image/board/notice/ic_arrow_top_on_typeb.png');
}
.board-notice-type2 .view-move.type2 .view-next .tit{
    background-image: url('/assets/image/board/notice/ic_arrow_bottom_typeb.png');
}
.board-notice-type2 .view-move.type2 .view-next:hover .tit{
    background-image: url('/assets/image/board/notice/ic_arrow_bottom_on_typeb.png');
}

/* write */
.board-notice-type2 .write-contop{
    margin-bottom: 10px;
}
.board-notice-type2 .help-text{
    font-size: 14px;
}
.board-notice-type2 .write-wrap{
    border-top: 2px solid #3b3b3b;
}
.board-notice-type2 .write-wrap > li{
    border-bottom: 1px solid #e2e2e2;
}
.board-notice-type2 .write-wrap > li > div{
    line-height: 1.3;
}
.board-notice-type2 .write-wrap .form-tit{
    background-color: #f7f7f7;
    color: #111;
    text-align: center;
}
.board-notice-type2 .write-wrap .form-con .btn-small{
    display: inline-block;
    padding: 6px 12px;
    margin: 2px;
    background-color: #73767f;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
}

/* =====================================

	* responsive

====================================== */
@media screen and (max-width: 768px){
    .board-notice-type2 .board-list > li{
        flex-direction: column;
        padding: 15px;
    }
    .board-notice-type2 .list-con{
        width: 100%;
        padding-right: 0;
    }
    .board-notice-type2 .bbs-tit{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .board-notice-type2 .ic-new,
    .board-notice-type2 .ic-cnt{
        margin: 0;
    }
    .board-notice-type2 .ic-new{
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    .board-notice-type2 .ic-cnt{
        min-width: initial;
        padding: 4px 10px;
        font-size: 12px;
    }
    .board-notice-type2 .bbs-tit:has(.ic-new) > a{
        max-width: calc(100% - 25px);
    }
    .board-notice-type2 .bbs-tit:has(.ic-cnt) > a{
        max-width: calc(100% - 40px);
    }
    .board-notice-type2 .bbs-tit:has(.ic-new):has(.ic-cnt) > a{
        max-width: calc(100% - 60px);
    }
    .board-notice-type2 .list-con > span{
        font-size: 14px;
    }
    .board-notice-type2 .list-con > span + span{
        padding-left: 8px;
        margin-left: 6px;
    }
    .board-notice-type2 .list-con > span + span:before{
        top: 7px;
        height: 8px;
    }
    .board-notice-type2 .bbs-cate{
        padding: 3px 10px;
        border-radius: 3px;
        font-size: 12px;
    }
    .board-notice-type2 .board-list .reply .bbs-tit{
        padding-left: 20px;
        background-size: 14px;
    }
    .board-notice-type2 .board-list > li > div + div{
        width: 100%;
        text-align: right;
    }
    .board-notice-type2 .bbs-admin{
        display: none;
    }
    
    .board-notice-type2 .view-cnt{
        float: none !important;
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 12px;
        text-align: right;
    }
    .board-notice-type2 .view-cnt button + button{
        margin-left: 20px;
    }
    .board-notice-type2 .view-cnt .icon > img{
        width: 15px;
    }
    .board-notice-type2 .view-cnt .icon img{
        max-width: 100%;
    }
    .board-notice-type2 .view-cnt .cnt{
        margin-left: 3px;
        font-size: 12px;
    }
    .board-notice-type2 .board-list .no-data{
        padding: 25px 15px;
        font-size: 14px;
    }

    
    .board-notice-type2 .board-list .no-data img{
        width: 26px;
        margin-bottom: 10px;
    }

    /* button */
    .board-notice-type2 .btn.btn-board{
        min-width: initial;
        padding: 7px 20px;
        font-size: 14px;
    }
    .board-notice-type2 .board-view + .btn-wrap{
        text-align: center;
    }
    .board-notice-type2 .btn-board.btn-list{
        float: none !important;
    }
    
    /* paging */
    .board-notice-type2 .paging-wrap{
        margin-top: 30px;
    }
    .board-notice-type2 .paging > li{
        width: 20px;
        height: 20px;
    }
    .board-notice-type2 .paging > li > a{
        font-size: 12px;
    }
    .board-notice-type2 .paging > li:not(.num){
        background-size: auto 6px;
    }
    .board-notice-type2 .paging .prev{
        margin-right: 5px;
    }
    .board-notice-type2 .paging .next{
        margin-left: 5px;
    }

    /* view */
    .board-notice-type2 .view-contop{
        padding: 20px 15px;
    }
    .board-notice-type2 .view-tit{
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 1.3;
    }
    .board-notice-type2 .view-tit strong{
        display: block;
    }
    .board-notice-type2 .view-tit .bbs-cate{
        margin: 0;
        margin-right: 0;
        margin-bottom: 5px;
        padding: 3px 10px;
        border-radius: 3px;
        font-size: 12px;
    }
    .board-notice-type2 .view-info > span{
        font-size: 14px;
    }
    .board-notice-type2 .view-info > span + span:before{
        top: 6px;
        height: 10px;
    }
    .board-notice-type2 .view-link{
        padding: 10px 0 0;
    }
    .board-notice-type2 .view-link > a{
        padding-left: 15px;
        background-size: 10px;
        background-position: 0 5px;
        font-size: 13px;
    }

    .board-notice-type2 .view-contents{
        min-height: 200px;
        padding: 20px 0;
        font-size: 14px;
        line-height: 1.5;
    }

    .board-notice-type2 .view-attach{
        padding: 0 0 20px;
    }
    .board-notice-type2 .view-attach-con .con > a{   
        padding: 10px;
        padding-left: 25px;
        background-size: 10px;
        background-position: 10px 13px;
        font-size: 12px;     
        line-height: 1.3;
    }
    .board-notice-type2 .view-attach-con .con > a + a{
        margin-top: 7px;
    }

    /* view::comment */
    .board-notice-type2 .comment-wrap{
        margin-top: 30px;
        padding: 25px 15px;
        border-radius: 2px;
        font-size: 14px;
    }
    .board-notice-type2 .comment-wrap > .tit{
        padding: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .board-notice-type2 .comment-write-wrap{
        gap: 5px;
        padding: 0;
    }
    .board-notice-type2 .comment-write-wrap .form-item{
        height: 50px;
        padding: 10px;
        border-radius: 1px;
    }
    .board-notice-type2 .comment-write-wrap .btn-submit{
        width: 50px;
        height: 50px;
        border-radius: 1px;
        font-size: 14px;
    }
    .board-notice-type2 .comment-list-wrap{
        margin-top: 15px;
        border-radius: 3px;
    }
    .board-notice-type2 .comment-list-wrap ul > li{
        padding: 15px 0;
    }
    .board-notice-type2 .comment-name{
        font-size: 14px;
    }
    .board-notice-type2 .comment-date{
        margin-left: 5px;
        font-size: 12px;
    }
    .board-notice-type2 .comment-contents{
        flex-direction: column;
        align-items: start;
        width: 100%;
        margin-top: 5px;
        font-size: 14px;
    }
    .board-notice-type2 .comment-contents .btn-wrap{
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        text-align: right;
    }
    .board-notice-type2 .btn.btn-comment{
        min-width: initial;
        padding: 3px 12px;
        font-size: 12px;
    }
    .board-notice-type2 .comment-list-wrap li.comment-reply{
        padding-left: 20px;
        background-size: 12px;
        background-position: 0 17px;
    }
    .board-notice-type2 .comment-reply .comment-write-wrap .form-item{
        height: 50px;
    }
    .board-notice-type2 .comment-reply .comment-write-wrap .btn{
        width: 50px;
        height: 50px;
        border-radius: 1px;
    }

    /* view::move */
    .board-notice-type2 .view-move{
        margin-top: 20px;
    }
    .board-notice-type2 .view-move-con{
        padding: 10px;
        font-size: 14px;
    }
    .board-notice-type2 .view-move-con .tit{
        width: 65px;
        padding: 0 15px;
        background-size: 7px;
    }
    .board-notice-type2 .view-move-con .tit:after{
        width: 1px;
        height: 10px;
    }
    .board-notice-type2 .view-move-con .con{
        width: calc(100% - 65px);
        padding: 0;
    }
    .board-notice-type2 .view-move .view-prev .con{
        padding-left: 10px;
    }
    .board-notice-type2 .view-move .view-next .con{
        padding-right: 10px;
    }
    .board-notice-type2 .view-move.type2 .view-move-con .con{
        padding: 0;
        padding-left: 10px;
    }
    
    .board-notice-type2 .view-move.type1 .tit{
        background-size: 18px;
    }
    .board-notice-type2 .view-move.type1 .view-prev .tit{
        padding-left: 25px;
    }
    .board-notice-type2 .view-move.type1 .view-next .tit{
        padding-right: 25px;
    }
    .board-notice-type2 .view-move.type2 .tit{
        width: 70px;
    }
    .board-notice-type2 .view-move.type2 .con{
        width: calc(100% - 70px);
    }
    .board-notice-type2 .view-move.type2 .view-move-con .tit{
        padding-left: 30px;
        background-size: 14px;
    }

    /* write */
    .board-notice-type2 .help-text{
        font-size: 12px;
    }
    .board-notice-type2 .write-wrap .form-tit{
        text-align: left;
    }
    .board-notice-type2 .write-wrap .form-con .btn-small{
        padding: 4px 8px;
        font-size: 12px;
    }
}


/* =====================================

    * Type C

====================================== */
/* list */
.board-notice-type3,
.board-notice-type3 *{
    font-family: 'SUIT Variable', sans-serif;
}
.board-notice-type3 .board-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.board-notice-type3 .board-list > li{
    width: calc((100% - 40px)/3);
    padding: 25px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    letter-spacing: -0.05em;
    line-height: 1.3;
    transition: 0.3s ease;
}
.board-notice-type3 .board-list li:hover{
    border-color: #e65f0e;
    box-shadow: 0 10px 18px rgba(0,0,0,0.06);
}
.board-notice-type3 .bbs-cate:after{
    display: block;
    content: '';
    clear: both;
}
.board-notice-type3 .bbs-cate > span{
    display: inline-block;
    margin: 2px;
    padding: 8px 12px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
}
.board-notice-type3 .bbs-cate .cate{
    margin-right: 5px;
    background-color: #f6f9ff;
    color: #223d89;
}
.board-notice-type3 .bbs-cate .ic-new,
.board-notice-type3 .bbs-cate .ic-notice{
    color: #fff;
}
.board-notice-type3 .bbs-cate .ic-new{
    background-color: #e65f0e;
}
.board-notice-type3 .bbs-cate .ic-notice{
    background-color: #3690be;
}
.board-notice-type3 .bbs-cate .ic-cnt{
    float: right;
    padding-right: 0;
    padding-left: 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: #4b4b4b;
}
.board-notice-type3 .bbs-cate .ic-cnt > b{
    font-weight: 800;
}
.board-notice-type3 .bbs-tit{
    margin-top: 35px;
    font-size: 2.2rem;
    font-weight: 600;
}
.board-notice-type3 .bbs-con{
    margin-top: 10px;
    font-size: 1.7rem;
    color: #414141;
}
.board-notice-type3 .bbs-info{
    margin-top: 20px;
}
.board-notice-type3 .bbs-info:after{
    display: block;
    content: '';
    clear: both;
}
.board-notice-type3 .bbs-info ul{
    display: inline-block;
    margin-top: 5px;
    margin-left: -10px;
    vertical-align: top;
}
.board-notice-type3 .bbs-info li{
    display: inline-block;
    position: relative;
    padding: 0 10px;
    font-size: 1.5rem;
    color: #414141;
    vertical-align: top;
}
.board-notice-type3 .bbs-info li + li:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: 10px;
    background-color: #afafaf;
}
.board-notice-type3 .bbs-info li > b{
    font-weight: 600;
}
.board-notice-type3 .bbs-admin{
    float: right;
}
.board-notice-type3 .board-list .bbs-admin .form-item{
    width: 65px;
    height: 27px;
    margin: 2px;
    padding: 0 5px;
    border-color: #7d7d7d;
    font-size: 1.4rem;
    vertical-align: top;
}
.board-notice-type3 .board-list .bbs-admin .btn.btn-modify,
.board-notice-type3 .board-list .bbs-admin .btn.btn-delete{
    width: 27px;
    height: 27px;
    margin: 2px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.board-notice-type3 .board-list .bbs-admin .btn.btn-modify{
    background-image: url('/assets/image/board/notice/ic_modify_typec.png');
}
.board-notice-type3 .board-list .bbs-admin .btn.btn-delete{
    background-image: url('/assets/image/board/notice/ic_delete_typec.png');
}
.board-notice-type3 .board-list .no-data{
    width: 100% !important;
    padding: 60px 15px;
    border: 0;
    background-color: #f7f7f7;
    font-size: 2rem;
    color: #8d8d8d;
}
.board-notice-type3 .board-list .no-data:hover{
    border-color: none;
    box-shadow: none;
}

/* list::effect */
.board-notice-type3 .ef01,
.board-notice-type3 .ef02,
.board-notice-type3 .ef03,
.board-notice-type3 .ef04{
    position: relative;
}
.board-notice-type3 .board-list .ef01:hover,
.board-notice-type3 .board-list .ef02:hover,
.board-notice-type3 .board-list .ef03:hover,
.board-notice-type3 .board-list .ef04:hover{
    border-color: #e2e2e2;
}
.board-notice-type3 .ef01{
    overflow: hidden;
}
.board-notice-type3 .ef01:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(232,101,55,0.1);
    transition: 0.5s ease;
}
.board-notice-type3 .ef01:hover:before{
    right: 0;
}
.board-notice-type3 .ef02:before,
.board-notice-type3 .ef02:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: rgba(232,101,55,1);
    transition: 0.5s ease;
}
.board-notice-type3 .ef02:before{
    top: 0;
}
.board-notice-type3 .ef02:after{
    bottom: 0;
}
.board-notice-type3 .ef02:hover:before{
    height: 100%;
    background-color: rgba(232,101,55,0.1);
}
.board-notice-type3 .ef02:hover:after{
    height: 100%;
    background-color: rgba(232,101,55,0.1);
}
.board-notice-type3 .ef03{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.board-notice-type3 .ef03:before,
.board-notice-type3 .ef03:after{
    display: block;
    content: '';
	position: absolute;
}
.board-notice-type3 .ef03:before{    
	top: 0;
	left: 0;
    z-index: -1;
	width: 100%;
	height: 100%;
    background-color: rgba(232,101,55,0.1);
	transform-origin: 100% 50%;
	transform: scale(0, 1);
	transition: transform 0.5s cubic-bezier(0.33, 0.91, 0.42, 1);
}
.board-notice-type3 .ef03:after{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
    background-color: rgba(232,101,55,1);
	transform-origin: 0% 50%;
	transition: transform 0.5s cubic-bezier(0.33, 0.91, 0.42, 1) 0.3s;
}
.board-notice-type3 .ef03:hover:before{
	transform: scale(1);
	transform-origin: 0 50%;
	transition: transform 0.5s cubic-bezier(0.33, 0.91, 0.42, 1) 0.3s;
}
.board-notice-type3 .ef03:hover:after{
	transform: scale(0, 1);
	transform-origin: 100% 50%;
	transition: transform 0.5s cubic-bezier(0.33, 0.91, 0.42, 1) 0s;
}
.board-notice-type3 .ef04:before,
.board-notice-type3 .ef04:after{
    opacity: 0;
    display: block;
    content: '';
    clear: both;
    position: absolute;
    z-index: -1;
    width: 100px;
    height: 50px;
    background-color: rgba(232,101,55,0.1);
    transition: 0.5s ease;
}
.board-notice-type3 .ef04:before{
    top: 0;
    left: 0;
}
.board-notice-type3 .ef04:after{
    bottom: 0;
    right: 0;
}
.board-notice-type3 .ef04:hover:before,
.board-notice-type3 .ef04:hover:after{
    opacity: 1;
}
.board-notice-type3 .ef04:hover:before{
    width: 100%;
    height: 100%;
}
.board-notice-type3 .ef04:hover:after{
    width: 100%;
    height: 100%;
}

/* button */
.board-notice-type3 .btn-wrap{
    margin-top: 30px;
}
.board-notice-type3 .btn-admin .btn.btn-modify,
.board-notice-type3 .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;
}
.board-notice-type3 .btn-admin .btn.btn-modify{
    border-color: #7d7d7d;
    background-color: #fff;
    background-image: url('/assets/image/board/notice/ic_modify_typec.png');
}
.board-notice-type3 .btn-admin .btn.btn-delete{    
    border-color: #565656;
    background-color: #565656;
    background-image: url('/assets/image/board/notice/ic_delete_typec.png');
}
.board-notice-type3 .board-view + .btn-wrap{
    text-align: right;
}
.board-notice-type3 .btn.btn-board{
    display: inline-block;
    min-width: 100px;
    padding: 10px 20px;
    margin: 4px;
    border-radius: 2px;
    border: 1px solid transparent;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.045em;
    text-align: center;
}
.board-notice-type3 .btn.btn-list{
    background-color: #f8f8f8;
    border-color: #686868;
    color: #686868;
}
.board-notice-type3 .btn.btn-modify{
    background-color: #3d5476;
    border-color: #3d5476;
    color: #fff;
}
.board-notice-type3 .btn.btn-delete{
    background-color: #db5a5a;
    border-color: #db5a5a;
    color: #fff;
}
.board-notice-type3 .btn.btn-reply{
    background-color: #fff;
    border-color: #3d5476;
    color: #3d5476;
}
.board-notice-type3 .btn.btn-cancel{
    background-color: #fff;
    border: 1px solid #8e9095;
    color: #8e9095;
}
.board-notice-type3 .btn.btn-write{
    background-color: #3d5476;
    border-color: #3d5476;
    color: #fff;
}

/* list::paging */
.board-notice-type3 .paging-wrap{
    margin-top: 40px;
    text-align: center;
}
.board-notice-type3 .paging{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.board-notice-type3 .paging > li{
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 1px;
    border-radius: 50%;
    vertical-align: top;
    transition: 0.3s ease;
}
.board-notice-type3 .paging > .num:hover,
.board-notice-type3 .paging > .num.on,
.board-notice-type3 .paging > .num:hover > a,
.board-notice-type3 .paging > .num.on > a{
    background-color: #ebf3ff;
    font-weight: 600;
    color: #000000;
}
.board-notice-type3 .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;
    color: #b3b3b3;
    transition: 0.3s ease;
}
.board-notice-type3 .paging > li:not(.num){
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease;
}
.board-notice-type3 .paging > li:not(.num):hover{
    background-color: none;
}
.board-notice-type3 .paging .first{
    background-image: url('/assets/image/board/notice/ic_first_typec.png');
}
.board-notice-type3 .paging .first:hover{
    background-image: url('/assets/image/board/notice/ic_first_on_typec.png');
}
.board-notice-type3 .paging .prev{
    margin-right: 15px;
    background-image: url('/assets/image/board/notice/ic_prev_typec.png');
}
.board-notice-type3 .paging .prev:hover{
    background-image: url('/assets/image/board/notice/ic_prev_on_typec.png');
}
.board-notice-type3 .paging .next{
    margin-left: 15px;
    background-image: url('/assets/image/board/notice/ic_next_typec.png');
}
.board-notice-type3 .paging .next:hover{
    background-image: url('/assets/image/board/notice/ic_next_on_typec.png');
}
.board-notice-type3 .paging .last{
    background-image: url('/assets/image/board/notice/ic_last_typec.png');
}
.board-notice-type3 .paging .last:hover{
    background-image: url('/assets/image/board/notice/ic_last_on_typec.png');
}

/* view */
.board-notice-type3 .view-contop{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 30px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    letter-spacing: -0.05em;
}
.board-notice-type3 .view-tit-wrap{
    display: flex;
    align-items: center;
    gap: 30px;
}
.board-notice-type3 .view-tit{
    font-size: 2.5rem;
    font-weight: 700;
}
.board-notice-type3 .view-info{
    margin-top: 10px;
}
.board-notice-type3 .view-info li{
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
}
.board-notice-type3 .view-info li + li{
    padding-left: 10px;
    margin-left: 8px;
}
.board-notice-type3 .view-info li + li:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 6px;
    left: 0;
    width: 2px;
    height: 10px;
    background-color: #f0eded;
}
.board-notice-type3 .view-cnt{
    margin-top: auto;
    font-size: 1.7rem;
    color: #000000;
}
.board-notice-type3 .view-link{
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}
.board-notice-type3 .view-link > a{
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url('/assets/image/board/notice/ic_link_typec.png');
    font-size: 1.7rem;
    color: #000;
    word-break: break-all;
    vertical-align: top;
}
.board-notice-type3 .view-cnt button + button{
    margin-left: 20px;
}
.board-notice-type3 .view-cnt .icon,
.board-notice-type3 .view-cnt .cnt{
    display: inline-block;
    vertical-align: middle;
}
.board-notice-type3 .view-cnt .cnt{
    margin-left: 5px;
    font-weight: 600;
}
.board-notice-type3 .view-contents{
    overflow-x: auto;
    min-height: 400px;
    padding: 40px 20px;
    border-bottom: 1px solid #d6d6d6
}
.board-notice-type3 .view-contents img{
    max-width: 100%;
}

.board-notice-type3 .view-attach{
    padding: 25px 30px;
    border-bottom: 1px solid #e2e2e2;
}
.board-notice-type3 .view-attach-con{
    font-size: 1.6rem;
    letter-spacing: -0.05em;
}
.board-notice-type3 .view-attach-con .con > a{
    display: block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-image: url('/assets/image/board/notice/ic_file2_typec.png');
    line-height: 1.3;
    color: #3c3c3c;
    transition: 0.3s ease;
    word-break: break-all;
}
.board-notice-type3 .view-attach-con .con > a + a{
    margin-top: 15px;
}
.board-notice-type3 .view-attach-con .con > a:hover{
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}

/* view::comment */
.board-notice-type3 .comment-wrap{
    margin-top: 50px;
    background-color: #f7f7f7;
    border-top: 1px solid #e2e2e2;
    font-size: 1.6rem;
    line-height: 1.3;
}
.board-notice-type3 .comment-wrap > .tit{
    padding: 30px 25px 0;
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.07em;
}
.board-notice-type3 .comment-write-wrap{
    display: flex;
    gap: 15px;
    padding: 0 25px;
    font-size: 1.6rem;
    line-height: 1.4;
}
.board-notice-type3 .comment-write-wrap .form-item{
    height: 80px;
    padding: 20px;
    border-color: #d6d6d6;
    border-radius: 2px;
}
.board-notice-type3 .comment-write-wrap .btn-submit{
    flex: 0 0 auto;
    width: 135px;
    height: 80px;
    background-color: #3d5476;
    border-radius: 2px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}
.board-notice-type3 .comment-list-wrap{
    margin-top: 35px;
    border-top: 1px solid #e2e2e2;
    background-color: #fff;
}
.board-notice-type3 .comment-list-wrap ul > li{
    display: flex;
    flex-wrap: wrap;
    padding: 35px 30px;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: -0.05em;
}
.board-notice-type3 .comment-contop{
    width: 100%;
}
.board-notice-type3 .comment-name{
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
}
.board-notice-type3 .comment-date{
    margin-left: 10px;
    font-size: 1.5rem;
    color: #9e9e9e;
}
.board-notice-type3 .comment-contop .view-cnt{
    margin-bottom: 0;
}
.board-notice-type3 .comment-contents{
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.6;
}
.board-notice-type3 .comment-contents .btn-wrap{
    flex: 0 0 auto;
    margin: 0;
    padding-left: 20px;
}
.board-notice-type3 .btn.btn-comment{
    display: inline-block;
    position: relative;
    padding: 0 10px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.07em;
    color: #3d5476;
    text-align: center;
}
.board-notice-type3 .btn.btn-comment + .btn.btn-comment:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 6px;
    left: 0;
    width: 1px;
    height: 10px;
    background-color: #d6d6d6;
}
.board-notice-type3 .btn-comment.btn-modify{
    background-color: #fff;
    color: #3d5476;
}
.board-notice-type3 .btn-comment.btn-delete{
    background-color: #fff;
    color: #db5a5a;
}
.board-notice-type3 .comment-list-wrap li.comment-reply{
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: 20px 38px;
    background-image: url('/assets/image/board/notice/ic_comment_reply_typec.png');
}
.board-notice-type3 .comment-reply .comment-write-wrap{
    width: 100%;
    padding: 0;
}
.board-notice-type3 .comment-reply .comment-write-wrap .form-item{    
    height: 80px;
}
.board-notice-type3 .comment-reply .comment-write-wrap .btn{
    flex: 0 0 auto;
    width: 110px;
    height: 80px;
    border-radius: 2px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}
.board-notice-type3 .comment-reply .comment-write-wrap .btn-cancel{
    color: #8e9095;
}

/* view::move */
.board-notice-type3 .view-move{
    display: flex;
    width: 100%;
    margin-top: 40px;
}
.board-notice-type3 .view-move-con{
    display: flex;
    align-items: center;
    padding: 16px 20px;
    font-size: 1.7rem;
    color: #8c8c8c;
    letter-spacing: -0.05em;
}
.board-notice-type3 .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;
}
.board-notice-type3 .view-move-con .tit:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 6px;
    width: 1px;
    height: 15px;
    background-color: #8c8c8c;
}
.board-notice-type3 .view-move-con .con{
    width: calc(100% - 80px);
    padding: 0 10px;
}
.board-notice-type3 .view-move-con a{
    vertical-align: top;
}
.board-notice-type3 .view-move-con:hover{
    color: #000;
}
.board-notice-type3 .view-move-con:hover .tit:after{
    background-color: #000000;
}

.board-notice-type3 .view-move.type1{
    background-color: #f6f6f6;
}
.board-notice-type3 .view-move.type1 .view-move-con{
    position: relative;
    width: 50%;
    transition: 0.3s ease;
}
.board-notice-type3 .view-move.type1 .view-move-con + .view-move-con:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 30px;
    background-color: #e2e2e2;
}
.board-notice-type3 .view-move.type1 .tit{
    padding: 0;
}
.board-notice-type3 .view-move.type1 .view-prev{
    border-radius: 4px 0 0 4px;
}
.board-notice-type3 .view-move.type1 .view-prev .tit{
    padding-left: 25px;
    background-image: url('/assets/image/board/notice/ic_arrow_prev_typec.png');
}
.board-notice-type3 .view-move.type1 .view-prev:hover .tit{
    background-image: url('/assets/image/board/notice/ic_arrow_prev_on_typec.png');
}
.board-notice-type3 .view-move.type1 .view-prev .tit:after{
    right: 0;
}
.board-notice-type3 .view-move.type1 .view-next{
    flex-direction: row-reverse;
    border-radius: 0 4px 4px 0;
    text-align: right;
}
.board-notice-type3 .view-move.type1 .view-next .tit{
    padding-right: 25px;
    background-position: right center;
    background-image: url('/assets/image/board/notice/ic_arrow_next_typec.png');
}
.board-notice-type3 .view-move.type1 .view-next:hover .tit{
    background-image: url('/assets/image/board/notice/ic_arrow_next_on_typec.png');
}
.board-notice-type3 .view-move.type1 .view-next .tit:after{
    left: 0;
}
.board-notice-type3 .view-move.type1 .view-move-con:hover{
    border-color: #8b8b8b;
}

.board-notice-type3 .view-move.type2{
    flex-direction: column;
    border-top: 1px solid #e2e2e2;
}
.board-notice-type3 .view-move.type2 .tit{
    width: 90px;
    padding: 0;
    padding-left: 30px;
    background-position: 0 center;
}
.board-notice-type3 .view-move.type2 .con{
    width: calc(100% - 90px);
}
.board-notice-type3 .view-move.type2 .view-move-con .tit:after{
    right: 0;
}
.board-notice-type3 .view-move.type2 .view-move-con{
    padding: 15px 20px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 1.8rem;
    transition: 0.3s ease;
}
.board-notice-type3 .view-move.type2 .view-move-con:hover{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 100%);
}
.board-notice-type3 .view-move.type2 .view-prev .tit{
    background-image: url('/assets/image/board/notice/ic_arrow_top_typec.png');
}
.board-notice-type3 .view-move.type2 .view-prev:hover .tit{
    background-image: url('/assets/image/board/notice/ic_arrow_top_on_typec.png');
}
.board-notice-type3 .view-move.type2 .view-next .tit{
    background-image: url('/assets/image/board/notice/ic_arrow_bottom_typec.png');
}
.board-notice-type3 .view-move.type2 .view-next:hover .tit{
    background-image: url('/assets/image/board/notice/ic_arrow_bottom_on_typec.png');
}

/* write */
.board-notice-type3 .write-contop{
    margin-bottom: 10px;
}
.board-notice-type3 .help-text{
    font-size: 14px;
}
.board-notice-type3 .write-wrap{
    border-top: 2px solid #20366f;
}
.board-notice-type3 .write-wrap > li{
    border-bottom: 1px solid #e2e2e2;
}
.board-notice-type3 .write-wrap > li > div{
    line-height: 1.3;
}
.board-notice-type3 .write-wrap .form-tit{
    background-color: #fafafa;
    color: #111111;
    text-align: center;
}
.board-notice-type3 .write-wrap .form-con .btn-small{
    display: inline-block;
    padding: 6px 10px;
    margin: 2px;
    background-color: #575e71;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
}
.board-notice-type3 .cst .radio-group input[type="radio"]:checked, 
.board-notice-type3 .cst .checkbox-group input[type="checkbox"]:checked{
    border-color: #f86062;
}
.board-notice-type3 .cst .checkbox-group input[type="checkbox"]:checked:before{
    border-color: #f86062;
}
.board-notice-type3 .cst .radio-group input[type="radio"]:checked:before{
    background-color: #f86062;
}

/* ==================================================

    * responsive
    
================================================== */
@media screen and (max-width: 768px){    
    /* list */
    .board-notice-type3 .board-list{
        gap: 15px;
    }
    .board-notice-type3 .board-list > li{
        width: 100%;
        padding: 20px 15px;
    }
    .board-notice-type3 .bbs-cate > span{
        margin: 2px 1px;
        padding: 5px 10px;
        font-size: 12px;
    }
    .board-notice-type3 .bbs-cate .cate{
        margin-right: 1px;
    }
    .board-notice-type3 .bbs-cate .ic-cnt{
        font-size: 13px;
    }
    .board-notice-type3 .bbs-tit{
        margin-top: 15px;
        font-size: 15px;
    }
    .board-notice-type3 .bbs-con{
        margin-top: 5px;
        font-size: 14px;
    }
    .board-notice-type3 .bbs-info{
        margin-top: 10px;
    }
    .board-notice-type3 .bbs-info li{
        font-size: 12px;
    }
    .board-notice-type3 .bbs-info li + li:before{
        top: 3px;
    }
    .board-notice-type3 .bbs-admin{
        display: none;
    }
    .board-notice-type3 .board-list .no-data{
        padding: 30px 15px;
        font-size: 14px;
    }

    .board-notice-type3 .board-list.n2 > li{
        position: relative;
        width: calc((100% - 15px)/2);
    }
    .board-notice-type3 .board-list.n2 > li:has(.ic-cnt){
        padding-bottom: 50px;
    }
    .board-notice-type3 .board-list.n2 .ic-cnt{
        position: absolute;
        right: 15px;
        bottom: 20px;
        display: block;
        padding: 0;
        margin-top: 20px;
        text-align: right;
    }
    .board-notice-type3 .board-list.n2 .bbs-info li:first-child{
        display: block;
        width: 100%;
    }
    .board-notice-type3 .board-list.n2 .bbs-info li:has(strong) + li:before{
        display: none;
    }

    /* button */
    .board-notice-type3 .btn-wrap{
        margin-top: 20px;
    }
    .board-notice-type3 .btn.btn-board{
        min-width: initial;
        padding: 7px 20px;
        font-size: 14px;
    }
    .board-notice-type3 .board-view + .btn-wrap{
        text-align: center;
    }
    .board-notice-type3 .btn-board.btn-list{
        float: none !important;
    }
    
    /* list::paging */
    .board-notice-type3 .paging-wrap{
        margin-top: 30px;
    }
    .board-notice-type3 .paging > li{
        width: 25px;
        height: 25px;
    }
    .board-notice-type3 .paging > li > a{
        font-size: 14px;
    }
    .board-notice-type3 .paging > li:not(.num){
        background-size: auto 10px;
    }
    .board-notice-type3 .paging .prev{
        margin-right: 5px;
    }
    .board-notice-type3 .paging .next{
        margin-left: 5px;
    }

    /* view */
    .board-notice-type3 .view-contop{
        flex-direction: column;
        gap: 10px;
        padding: 20px 15px;
    }
    .board-notice-type3 .view-tit-wrap{
        flex-direction: column;
        gap: 3px;
        align-items: start;
    }
    .board-notice-type3 .view-tit{
        font-size: 17px;
    }
    .board-notice-type3 .view-info{
        margin-top: 5px;
    }
    .board-notice-type3 .view-info li{
        font-size: 13px;
    }
    .board-notice-type3 .view-info li + li{
        padding-left: 8px;
        margin-left: 6px;
    }
    .board-notice-type3 .view-info li + li:before{
        top: 5px;
    }
    .board-notice-type3 .view-cnt{
        margin-top: 0;
        font-size: 13px;
        text-align: right;
    }
    .board-notice-type3 .view-link{
        margin-right: 15px;
    }
    .board-notice-type3 .view-cnt button + button{
        margin-left: 10px;
    }
    .board-notice-type3 .view-cnt .icon > img{
        width: 16px;
    }

    .board-notice-type3 .view-contents{
        overflow-x: auto;
        min-height: 200px;
        padding: 20px 15px;
        font-size: 14px;
        line-height: 1.5;
    }

    .board-notice-type3 .view-attach{
        padding: 15px;
    }
    .board-notice-type3 .view-attach-con .con > a{
        padding-left: 25px;
        background-size: 18px;
        background-position: 0 1px;
        font-size: 12px;     
        line-height: 1.3;
    }
    .board-notice-type3 .view-attach-con .con > a + a{
        margin-top: 7px;
    }

    /* view::comment */
    .board-notice-type3 .comment-wrap{
        margin-top: 30px;
        font-size: 14px;
    }
    .board-notice-type3 .comment-wrap > .tit{
        padding: 25px 10px 0;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .board-notice-type3 .comment-write-wrap{
        gap: 5px;
        padding: 0 10px;
    }
    .board-notice-type3 .comment-write-wrap .form-item{
        height: 50px;
        padding: 10px;
        border-radius: 3px;
    }
    .board-notice-type3 .comment-write-wrap .btn-submit{
        width: 70px;
        height: 50px;
        font-size: 14px;
    }
    .board-notice-type3 .comment-list-wrap{
        margin-top: 25px;
    }
    .board-notice-type3 .comment-list-wrap ul > li{
        padding: 30px 15px;
    }
    .board-notice-type3 .comment-name{
        font-size: 14px;
    }
    .board-notice-type3 .comment-date{
        margin-left: 5px;
        font-size: 12px;
    }
    .board-notice-type3 .comment-contents{
        flex-direction: column;
        align-items: start;
        width: 100%;
        margin-top: 5px;
        font-size: 14px;
    }
    .board-notice-type3 .comment-contents .btn-wrap{
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        text-align: right;
    }
    .board-notice-type3 .btn.btn-comment{
        padding: 0 10px;
        font-size: 12px;
    }
    .board-notice-type3 .btn.btn-comment + .btn.btn-comment:before{
        top: 5px;
    }
    .board-notice-type3 .comment-list-wrap li.comment-reply{
        padding-left: 30px;
        background-size: 15px;
        background-position: 10px 30px;
    }
    .board-notice-type3 .comment-reply .comment-write-wrap .form-item{
        height: 50px;
    }
    .board-notice-type3 .comment-reply .comment-write-wrap .btn{
        width: 50px;
        height: 50px;
    }

    /* view::move */
    .board-notice-type3 .view-move{
        margin-top: 20px;
    }
    .board-notice-type3 .view-move-con{
        padding: 10px;
        font-size: 14px;
    }
    .board-notice-type3 .view-move-con .tit{
        width: 65px;
        padding: 0 15px;
        background-size: 7px;
    }
    .board-notice-type3 .view-move-con .tit:after{
        width: 1px;
        height: 10px;
    }
    .board-notice-type3 .view-move-con .con{
        width: calc(100% - 65px);
        padding: 0;
    }
    .board-notice-type3 .view-move .view-prev .con{
        padding-left: 10px;
    }
    .board-notice-type3 .view-move .view-next .con{
        padding-right: 10px;
    }

    .board-notice-type3 .view-move.type1 .view-move-con + .view-move-con:before{
        height: 20px;
    }
    .board-notice-type3 .view-move.type1 .view-prev .tit{
        padding-left: 20px;
    }
    .board-notice-type3 .view-move.type1 .view-next .tit{
        padding-right: 20px;
    }
    .board-notice-type3 .view-move.type2 .tit{
        width: 70px;
    }
    .board-notice-type3 .view-move.type2 .view-move-con{
        padding: 10px;
    }
    .board-notice-type3 .view-move.type2 .con{
        width: calc(100% - 70px);
    }
    .board-notice-type3 .view-move.type2 .view-move-con .con{
        padding: 0;
        padding-left: 10px;
    }
    .board-notice-type3 .view-move.type2 .view-move-con .tit{
        padding-left: 25px;
        background-size: 12px;
    }
    .board-notice-type3 .view-move.type2 .view-move-con .con{
        padding-left: 10px;
    }

    /* write */
    .board-notice-type3 .help-text{
        font-size: 12px;
    }
    .board-notice-type3 .write-wrap > li{
        display: block;
    }
    .board-notice-type3 .write-wrap .form-tit,
    .board-notice-type3 .write-wrap .form-con{
        text-align: left;
    }
    .board-notice-type3 .write-wrap .form-con .btn-small{
        padding: 4px 8px;
        font-size: 12px;
    }
}


/* =====================================

    * Type D

====================================== */
/* list */
.board-notice-type4
.board-notice-type4 *{
    font-family: 'SUIT Variable', 'Pretendard Variable', sans-serif;
}
.board-notice-type4 select{ 
	-o-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('/assets/image/board/notice/ic_select_arrow_typed.png');
	background-repeat: no-repeat;
	background-position: right 5px center ;
}

.board-notice-type4 .sch-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.board-notice-type4 .sch-wrap .cnt{
    font-size: 1.7rem;
    letter-spacing: -0.05em;
}
.board-notice-type4 .sch-wrap .form-item{
    height: 40px;
    font-size: 1.5rem;
}
.board-notice-type4 .sch-wrap .sch-cate{
    width: 100px;
}
.board-notice-type4 .sch-wrap .sch-key{
    width: 300px;
    margin-left: 5px;
}
.board-notice-type4 .sch-wrap .btn-sch{
    width: 40px;
    height: 40px;
    margin-left: -4px;
    background-color: #20366f;
    background-repeat: no-repeat;
    background-image: url('/assets/image/board/notice/ic_sch.png');
    background-position: center;
    border-radius: 3px;
}

/* list */
.board-notice-type4 .board-list{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 70px 60px;
}
.board-notice-type4 .board-list > li{
    position: relative;
    width: calc((100% - 180px)/4);
    color: #000000;
}
.board-notice-type4 .board-list > li:nth-of-type(4n){
    margin-right: 0;
}
.board-notice-type4 .board-list .list-con{
    height: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}
.board-notice-type4 .board-list .list-con > a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 30px;
}
.board-notice-type4 .board-list .active .list-con,
.board-notice-type4 .board-list .list-con:hover{
    transition: 0.25s;
    border-color: #e65f0e;
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.board-notice-type4 .board-list .bbs-tit{
    margin: 15px 0 20px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    word-break: keep-all;
}
.board-notice-type4 .board-list .bbs-date{
    font-size: 15px;
    letter-spacing: -0.035em;
}
.board-notice-type4 .board-list .bbs-no{
    width: auto;
    margin: 0 auto;
    box-shadow: inset 0 -10px 0 #eeeeee;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 2.5rem;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
}
.board-notice-type4 .board-list .bbs-no.ic-notice{
    width: 47px;
    box-shadow: none;
}
.board-notice-type4 .board-list .bbs-no.ic-notice img{
    width: 100%;
}
.board-notice-type4 .board-list .bbs-admin{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    text-align: right;
}
.board-notice-type4 .board-list .bbs-admin .form-item{
    width: 70px;
    height: 30px;
    margin: 2px;
    padding: 0 5px;
    border-color: #cecece;
    font-size: 1.4rem;
    vertical-align: top;
}
.board-notice-type4 .board-list .bbs-admin .btn.btn-modify,
.board-notice-type4 .board-list .bbs-admin .btn.btn-delete{
    width: 30px;
    height: 30px;
    margin: 2px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.board-notice-type4 .board-list .bbs-admin .btn.btn-modify{
    background-image: url('/assets/image/board/notice/ic_modify_typed.png');
}
.board-notice-type4 .board-list .bbs-admin .btn.btn-delete{
    background-image: url('/assets/image/board/notice/ic_delete_typed.png');
}
.board-notice-type4 .board-list .no-data{
    display: block;
    width: 100%;
    padding: 70px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: -0.03em;
}
.board-notice-type4 .board-list .no-data img{
    margin: 0 auto 35px;
}

/* list:effect */
.board-notice-type4 .ef01,
.board-notice-type4 .ef02,
.board-notice-type4 .ef03,
.board-notice-type4 .ef04{
    position: relative;
}
.board-notice-type4 .ef01 .list-con:hover,
.board-notice-type4 .ef02 .list-con:hover,
.board-notice-type4 .ef03 .list-con:hover,
.board-notice-type4 .ef04 .list-con:hover{
    border-color: #d6d6d6;
}
.board-notice-type4 .ef01:before,
.board-notice-type4 .ef01:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 2px;
    background-color: #e65f0e;
}
.board-notice-type4 .ef01:before{
    top: 0;
    left: 0;
    transition: 0.2s ease;
}
.board-notice-type4 .ef01:after{
    right: 0;        
    transition: 0.2s ease 0.2s;
}
.board-notice-type4 .ef01 .list-con:before,
.board-notice-type4 .ef01 .list-con:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    width: 2px;
    height: 0;
    background-color: #e65f0e;
}
.board-notice-type4 .ef01 .list-con:before{
    top: auto;
    transform: none;
    bottom: 0;
    left: 0;
    transition: 0.2s ease 0.3s;
}
.board-notice-type4 .ef01 .list-con:after{
    top: 0;
    right: 0;    
    transition: 0.2s ease 0.1s;
}
.board-notice-type4 .ef01:hover:before{
    width: 100%;
}
.board-notice-type4 .ef01 .list-con:hover:after{
    height: 100%;
}
.board-notice-type4 .ef01:hover:after{
    width: 100%;    
}
.board-notice-type4 .ef01 .list-con:hover:before{
    height: 100%;
}
.board-notice-type4 .ef01.on:before,
.board-notice-type4 .ef01.on:after,
.board-notice-type4 .ef01.on .list-con:before,
.board-notice-type4 .ef01.on .list-con:after{
    display: none;
}
.board-notice-type4 .ef02:before,
.board-notice-type4 .ef02:after,
.board-notice-type4 .ef02 .list-con:before,
.board-notice-type4 .ef02 .list-con:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    z-index: 1;
    background-color: #e65f0e;
    transition: 0.3s ease;
}
.board-notice-type4 .ef02:before,
.board-notice-type4 .ef02:after{
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
}
.board-notice-type4 .ef02 .list-con:before,
.board-notice-type4 .ef02 .list-con:after{
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 0;
}
.board-notice-type4 .ef02 .list-con:before{
    left: 0;
}
.board-notice-type4 .ef02 .list-con:after{
    right: 0;
}
.board-notice-type4 .ef02:hover:before,
.board-notice-type4 .ef02:hover:after{
    width: 100%;
}
.board-notice-type4 .ef02:hover .list-con:before,
.board-notice-type4 .ef02:hover .list-con:after{
    height: 100%;
}
.board-notice-type4 .ef02.on:before,
.board-notice-type4 .ef02.on:after,
.board-notice-type4 .ef02.on .list-con:before,
.board-notice-type4 .ef02.on .list-con:after{
    display: none;
}

.board-notice-type4 .ef03,
.board-notice-type4 .ef04{
	overflow: hidden;
}
.board-notice-type4 .ef03 .list-con{
	z-index: 1;
}
.board-notice-type4 .ef03 .list-con:after{
	display: block;
	content: '';
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	z-index: -1;
	width: 100%;
	height: 0;
	border-radius: 0 0 75% 75%/0 0 50% 50%;
	background: rgba(255, 188, 150, 0.1);
	transition: 0.5s ease;
}
.board-notice-type4 .ef03 .list-con:hover:after{
	height: 150%;
	transition: height 0.5s ease-in-out;
}
.board-notice-type4 .ef03.on .list-con:after{
    display: none;
}
.board-notice-type4 .ef04 .list-con{
	z-index: 1;
	transition: all 0.3s ease;
}
.board-notice-type4 .ef04 .list-con:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
	background: rgba(255, 188, 150, 0.1);
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.board-notice-type4 .ef04 .list-con:hover:after{
	transform: translate(-50%, -50%) scale(10);
}
.board-notice-type4 .ef04.on .list-con:after{
    display: none;
}

/* button */
.board-notice-type4 .btn-wrap{
    margin-top: 30px;
}
.board-notice-type4 .btn-admin .btn.btn-modify,
.board-notice-type4 .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;
}
.board-notice-type4 .btn-admin .btn.btn-modify{
    border-color: #7d7d7d;
    background-color: #fff;
    background-image: url('/assets/image/board/notice/ic_modify_typed.png');
}
.board-notice-type4 .btn-admin .btn.btn-delete{    
    border-color: #565656;
    background-color: #565656;
    background-image: url('/assets/image/board/notice/ic_delete_typed.png');
}
.board-notice-type4 .board-view + .btn-wrap{
    text-align: right;
}
.board-notice-type4 .btn.btn-board{
    display: inline-block;
    min-width: 100px;
    padding: 10px 20px;
    margin: 4px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.045em;
    text-align: center;
}
.board-notice-type4 .btn.btn-list{
    background-color: #f5f5f5;
    border-color: #e3e3e3;
    color: #636363;
}
.board-notice-type4 .btn.btn-modify{
    background-color: #fff;
    border-color: #e3e3e3;
    color: #636363;
}
.board-notice-type4 .btn.btn-delete{
    background-color: #fff;
    border-color: #efa8a8;
    color: #db5a5a;
}
.board-notice-type4 .btn.btn-reply{
    background-color: #fff;
    border-color: #a7b5ca;
    color: #3d5476;
}
.board-notice-type4 .btn.btn-cancel{
    background-color: #fff;
    border: 1px solid #e2e2e2;
    color: #c5c5c5;
}
.board-notice-type4 .btn.btn-write{
    background-color: #fff;
    border-color: #e3e3e3;
    color: #636363;
}

/* list::paging */
.board-notice-type4 .paging-wrap{
    margin-top: 60px;
    text-align: center;
}
.board-notice-type4 .paging{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.board-notice-type4 .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;
}
.board-notice-type4 .paging > .num:hover,
.board-notice-type4 .paging > .num.on,
.board-notice-type4 .paging > .num:hover > a,
.board-notice-type4 .paging > .num.on > a{
    font-weight: 700;
    color: #000000;
}
.board-notice-type4 .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;
}
.board-notice-type4 .paging > li:not(.num){
    background-repeat: no-repeat;
    background-position: center;
    border-color: #cecece;
    background-color: #fff;
    transition: 0.3s ease;
}
.board-notice-type4 .paging > li:not(.num):hover{
    background-color: #f7f7f7;
}
.board-notice-type4 .paging .first{
    background-image: url('/assets/image/board/notice/ic_first_typed.png');
}
.board-notice-type4 .paging .prev{
    margin-right: 15px;
    background-image: url('/assets/image/board/notice/ic_prev_typed.png');
}
.board-notice-type4 .paging .next{
    margin-left: 15px;
    background-image: url('/assets/image/board/notice/ic_next_typed.png');
}
.board-notice-type4 .paging .last{    
    background-image: url('/assets/image/board/notice/ic_last_typed.png');
}

/* view */
.board-notice-type4 .board-view{
    letter-spacing: -0.05em;
    font-size: 1.7rem;
}
.board-notice-type4 .view-contop{
    border-bottom: 1px solid #d6d6d6;
    font-size: 1.6rem;
}
.board-notice-type4 .view-contop + .view-contents{
    border-top: 0;
}
.board-notice-type4 .view-contop .view-cnt{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 40px;
    margin: 20px auto;
    border-radius: 30px;
    background-color: #f4f4f4;
}
.board-notice-type4 .view-tit{
    font-size: 2.8rem;
    font-weight: 600;
    color: #111111;
    letter-spacing: -0.05em;
}
.board-notice-type4 .view-info{
    margin-bottom: 50px;
}
.board-notice-type4 .view-info > span{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.board-notice-type4 .view-info > span + span{
    padding-left: 10px;
    margin-left: 10px;
}
.board-notice-type4 .view-info > span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 12px;
    transform: translate(0, -50%);
    background-color: #f4f4f4;
}
.board-notice-type4 .view-info > span strong{
    font-weight: 600;
}
.board-notice-type4 .view-cnt{
    margin-bottom: 10px;
}
.board-notice-type4 .view-cnt button + button{
    margin-left: 25px;
}
.board-notice-type4 .view-cnt .icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 19px;
    border-radius: 50%;
    vertical-align: middle;
}
.board-notice-type4 .view-cnt .cnt{
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}
.board-notice-type4 .view-attach{
    border-bottom: 1px solid #d6d6d6;
}
.board-notice-type4 .view-attach-con{
    font-size: 1.7rem;
    letter-spacing: -0.05em;
}
.board-notice-type4 .view-attach-con .con > a{
    position: relative;
    display: block;
    padding: 15px;
    padding-right: 50px;
    line-height: 1.3;
    color: #000;
    transition: 0.3s ease;
    word-break: break-all;
}
.board-notice-type4 .view-attach-con .con > a + a{
    border-top: 1px solid #d6d6d6;
}
.board-notice-type4 .view-attach-con .con > a:after{
    content: '';
    opacity: 0.4;
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 15px;
    height: 15px;
    transform: translate(0, -50%);
    transition: 0.3s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/assets/image/board/notice/ic_file2_typed.png');
}
.board-notice-type4 .view-attach-con .con > a:hover::after{
    opacity: 1;
}
.board-notice-type4 .view-link{
    padding: 15px 0;
}
.board-notice-type4 .view-link > a{
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url('/assets/image/board/notice/ic_view_link_typed.png');
    color: #000;
    word-break: break-all;
    vertical-align: top;
}
.board-notice-type4 .view-contents{
    min-height: 400px;
    padding: 30px 20px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 1.7rem;
    letter-spacing: -0.03em;
}
.board-notice-type4 .board-view:has(.view-attach) .view-contents{
    border-bottom: 0;
}
.board-notice-type4 .view-contents *{
    font: inherit;
}
.board-notice-type4 .view-contents img{
    max-width: 100%;
}

/* view::comment */
.board-notice-type4 .comment-wrap{
    margin-top: 50px;
    border-radius: 3px;
    font-size: 1.6rem;
    line-height: 1.3;
}
.board-notice-type4 .comment-form-wrap{ 
    padding: 30px;
    background-color: #f7f7f7;
}
.board-notice-type4 .comment-form-wrap .tit{
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.05em;
}
.board-notice-type4 .comment-write-wrap{
    display: flex;
    gap: 15px;
    font-size: 1.6rem;
    line-height: 1.4;
}
.board-notice-type4 .comment-write-wrap .form-item{
    height: 80px;
    padding: 20px;
    border-color: #d6d6d6;
    border-radius: 2px;
    background-color: #fff;
}
.board-notice-type4 .comment-write-wrap .btn-submit{
    flex: 0 0 auto;
    width: 135px;
    height: 80px;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    border-radius: 2px;
    font-size: 2rem;
    font-weight: bold;
    color: #111111;
}
.board-notice-type4 .comment-list-wrap{
    border-top: 1px solid #e2e2e2;
}
.board-notice-type4 .comment-list-wrap ul > li{
    display: flex;
    flex-wrap: wrap;
    padding: 40px 25px;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: -0.05em;
}
.board-notice-type4 .comment-contop{
    width: 100%;
}
.board-notice-type4 .comment-name{
    font-size: 2rem;
    font-weight: 600;
    color: #000;
}
.board-notice-type4 .comment-date{
    margin-left: 10px;
    font-size: 1.5rem;
    color: #9e9e9e;
}
.board-notice-type4 .comment-contop .view-cnt{
    margin-bottom: 0;
}
.board-notice-type4 .comment-contents{
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    font-size: 1.7rem;
    line-height: 1.6;
    color: #000;
}
.board-notice-type4 .comment-contents .btn-wrap{
    flex: 0 0 auto;
    margin: 0;
    padding-left: 20px;
}
.board-notice-type4 .btn.btn-comment{
    display: inline-block;
    min-width: 50px;
    margin: 2px;
    padding: 2px 0;
    border-radius: 3px;     
    border: 1px solid #a7b5ca;
    background-color: #fff;
    color: #3d5476;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: -0.045em;
    text-align: center;
}
.board-notice-type4 .btn-comment.btn-modify{
    border-color: #e3e3e3;
    background-color: #fff;
    color: #636363;
}
.board-notice-type4 .btn-comment.btn-delete{
    border-color: #efa8a8;
    color: #db5a5a;
}
.board-notice-type4 .comment-list-wrap li.comment-reply{
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: top 40px left 25px;
    background-image: url('/assets/image/board/notice/ic_comment_reply_typed.png');
}
.board-notice-type4 .comment-list-wrap li.comment-reply.comment-write{
    background-color: #f7f7f7;
}
.board-notice-type4 .comment-reply .comment-write-wrap{
    width: 100%;
    padding: 0;
}
.board-notice-type4 .comment-reply .comment-write-wrap .form-item{  
    margin-left: 10px;  
    height: 80px;
}
.board-notice-type4 .comment-reply .comment-write-wrap .btn{
    flex: 0 0 auto;
    width: 110px;
    height: 80px;
    border-radius: 2px;
    font-size: 2rem;
    font-weight: bold;
}

/* view::move */
.board-notice-type4 .view-move{
    display: flex;
    width: 100%;
    margin-top: 40px;
}
.board-notice-type4 .view-move-con{
    display: flex;
    align-items: center;
    padding: 15px 20px;
    font-size: 1.7rem;
    color: #8c8c8c;
    letter-spacing: -0.05em;
}
.board-notice-type4 .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;
}
.board-notice-type4 .view-move-con .tit:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 6px;
    width: 1px;
    height: 15px;
    background-color: #d6d6d6;
}
.board-notice-type4 .view-move-con .con{
    width: calc(100% - 80px);
    padding: 0 10px;
}
.board-notice-type4 .view-move-con a{
    vertical-align: top;
}
.board-notice-type4 .view-move-con:hover{
    background-color: #f9f9f9;
    color: #000;
}
.board-notice-type4 .view-move-con:hover .tit:after{
    background-color: #000000;
}

.board-notice-type4 .view-move.type4{
    justify-content: space-between;
    align-items: center;
}
.board-notice-type4 .view-move.type4 .view-move-con{
    justify-content: center;
    width: 170px;
    transition: 0.3s ease;
    border-radius: 40px;
    background-color: #f6f6f6;
    font-size: 18px;;
}
.board-notice-type4 .view-move.type4 .view-move-con .tit{
    padding: 0;
}
.board-notice-type4 .view-move.type4 .view-move-con .tit:after{
    display: none;
}
.board-notice-type4 .view-move.type4 .view-prev .tit{
    padding-left: 45px;
    background-image: url('/assets/image/board/notice/ic_arrow_prev_typed.png');
}
.board-notice-type4 .view-move.type4 .view-prev .tit:after{
    right: 0;
}
.board-notice-type4 .view-move.type4 .view-next .tit{
    padding-right: 45px;
    background-position: right center;
    background-image: url('/assets/image/board/notice/ic_arrow_next_typed.png');
}
.board-notice-type4 .view-move.type4 .view-next .tit:after{
    left: 0;
}
.board-notice-type4 .view-move.type4 .view-move-con:hover{
    background-color: #d6d6d6;
}
.board-notice-type4 .view-move.type4 .view-move-con:hover .tit{
    font-weight: 600;
}

/* write */
.board-notice-type4 .write-contop{
    margin-bottom: 10px;
}
.board-notice-type4 .help-text{
    font-size: 14px;
}
.board-notice-type4 .write-wrap{
    border-top: 2px solid #3b3b3b;
}
.board-notice-type4 .write-wrap > li{
    border-bottom: 1px solid #e2e2e2;
}
.board-notice-type4 .write-wrap > li > div{
    line-height: 1.3;
}
.board-notice-type4 .write-wrap .form-tit{
    background-color: #fafafa;
    color: #111;
    font-weight: 500;
    text-align: center;
}
.board-notice-type4 .write-wrap .form-con .btn-small{
    display: inline-block;
    padding: 6px 12px;
    margin: 2px;
    background-color: #73767f;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
}

/* =====================================

	* responsive

====================================== */
@media screen and (max-width: 1024px){ 
    .board-notice-type4 .board-list{
        gap: 70px 30px;
    }
    .board-notice-type4 .board-list > li{
        width: calc((100% - 60px)/3);
    }
}
@media screen and (max-width: 768px){    
    /* list */
    .board-notice-type4 .sch-wrap{
        display: block;
        margin-bottom: 15px;
    }
    .board-notice-type4 .sch-wrap .cnt{
        display: none;
    }
    .board-notice-type4 .sch-wrap .form-item{
        height: 36px;
        font-size: 14px;
    }
    .board-notice-type4 .sch-wrap .sch-cate{
        width: 90px;
    }
    .board-notice-type4 .sch-wrap .sch-key{
        width: calc(100% - 137px);
    }
    .board-notice-type4 .sch-wrap .btn-sch{
        width: 36px;
        height: 36px;
        background-size: 15px;
    }

    /* .board-list */
    .board-notice-type4 .board-list{
        gap: 10px;
    }
    .board-notice-type4 .board-list > li{
        width: calc((100% - 10px)/2);
    }
    .board-notice-type4 .board-list > li:nth-of-type(2n){
        margin-right: 0;
    }
    .board-notice-type4 .board-list .list-con{
        width: 100%;
        padding-right: 0;
    }
    .board-notice-type4 .board-list .active .list-con{
        box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.05);
    }
    .board-notice-type4 .board-list .list-con:hover{
        border-color: #d6d6d6;
        box-shadow:none;
    }
    .board-notice-type4 .board-list .list-con > a{
        padding: 20px 15px 15px;
    }
    .board-notice-type4 .board-list .bbs-tit{
        margin: 10px 0 20px;
        font-size: 14px;
    }
    .board-notice-type4 .board-list .bbs-date{
        font-size: 12px;
    }
    .board-notice-type4 .board-list .bbs-no{
        font-size: 16px;
    }
    .board-notice-type4 .board-list .bbs-no.ic-notice{
        width: 23px;
    }
    .board-notice-type4 .board-list .bbs-admin{
        display: none;
    }
    .board-notice-type4 .board-list .no-data{
        padding: 30px 15px;
        font-size: 14px;
    }
    .board-notice-type4 .board-list .no-data img{
        width: 27px;
        margin-bottom: 10px;
    }

    /* button */
    .board-notice-type4 .btn-wrap{
        margin-top: 20px;
    }
    .board-notice-type4 .btn.btn-board{
        min-width: initial;
        padding: 7px 20px;
        font-size: 14px;
    }
    .board-notice-type4 .board-view + .btn-wrap{
        text-align: center;
    }
    .board-notice-type4 .btn-board.btn-list{
        float: none !important;
    }
    
    /* list::paging */
    .board-notice-type4 .paging-wrap{
        margin-top: 30px;
    }
    .board-notice-type4 .paging > li{
        width: 25px;
        height: 25px;
        border-radius: 2px;
    }
    .board-notice-type4 .paging > li > a{
        font-size: 14px;
    }
    .board-notice-type4 .paging > li:not(.num){
        background-size: auto 10px;
    }
    .board-notice-type4 .paging .prev{
        margin-right: 5px;
    }
    .board-notice-type4 .paging .next{
        margin-left: 5px;
    }

    /* view */
	.board-notice-type4 .board-view{
		font-size: 14px;
	}
    .board-notice-type4 .view-tit{
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 1.3;
    }
    .board-notice-type4 .view-contop .view-cnt{
        width: 135px;
        height: 30px;
        margin: 15px  auto;
    }
    .board-notice-type4 .view-info{
        margin-bottom: 25px;
    }
    .board-notice-type4 .view-info > span{
        font-size: 13px;
    }
    .board-notice-type4 .view-info > span + span:before{
        height: 10px;
    }
    .board-notice-type4 .view-cnt{
        margin-bottom: 5px;
        font-size: 12px;
    }
    .board-notice-type4 .view-cnt button + button{
        margin-left: 15px;
    }
    .board-notice-type4 .view-cnt .icon{
        width: 20px;
        height: 20px;
    }
    .board-notice-type4 .view-cnt .icon img{
        max-width: 100%;
    }
    .board-notice-type4 .view-cnt .cnt{
		font-size: 12px;
        margin-left: 3px;
    }
    .board-notice-type4 .view-attach-con .con > a{
        padding: 10px;
        padding-right: 30px;
        background-size: 10px;
        background-position: 10px center;
        font-size: 12px;
        line-height: 1.3;
    }
    .board-notice-type4 .view-attach-con .con > a:after{
        opacity: 1;
        right: 10px;
    }
    .board-notice-type4 .view-link{
        padding: 10px 0 0;
    }
    .board-notice-type4 .view-link > a{
        padding-left: 15px;
        background-size: 10px;
        background-position: 0 6px;
        font-size: 13px;
    }

    .board-notice-type4 .view-contents{
        min-height: 200px;
        padding: 20px 0;
        font-size: 14px;
        line-height: 1.5;
    }

    /* view::comment */
    .board-notice-type4 .comment-wrap{
        margin-top: 30px;
        border-radius: 2px;
        font-size: 14px;
    }
    .board-notice-type4 .comment-form-wrap{ 
        padding: 25px 10px;
    }
    .board-notice-type4 .comment-form-wrap .tit{
        margin-bottom: 10px;
        font-size: 16px;
    }
    .board-notice-type4 .comment-write-wrap{
        gap: 5px;
        padding: 0;
    }
    .board-notice-type4 .comment-write-wrap .form-item{
        height: 50px;
        padding: 10px;
        border-radius: 1px;
    }
    .board-notice-type4 .comment-write-wrap .btn-submit{
        width: 70px;
        height: 50px;
        border-radius: 1px;
        font-size: 14px;
    }
    .board-notice-type4 .comment-list-wrap ul > li{
        padding: 30px 10px;
    }
    .board-notice-type4 .comment-name{
        font-size: 13px;
    }
    .board-notice-type4 .comment-date{
        margin-left: 5px;
        font-size: 12px;
    }
    .board-notice-type4 .comment-contents{
        flex-direction: column;
        align-items: start;
        width: 100%;
        margin-top: 20px;
        font-size: 12px;
    }
    .board-notice-type4 .comment-contents .btn-wrap{
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        text-align: right;
    }
    .board-notice-type4 .btn.btn-comment{
        min-width: initial;
        padding: 3px 12px;
        font-size: 12px;
    }
    .board-notice-type4 .comment-list-wrap li.comment-reply{
        padding-left: 30px;
        background-size: 14px;
        background-position: top 30px left 10px;
    }
    .board-notice-type4 .comment-reply .comment-write-wrap .form-item{
        height: 50px;
        margin-left: 0;
    }
    .board-notice-type4 .comment-reply .comment-write-wrap .btn{
        width: 50px;
        height: 50px;
        border-radius: 1px;
        font-size: 13px;
    }

    /* view::move */
    .board-notice-type4 .view-move{
        margin-top: 20px;
    }
    .board-notice-type4 .view-move-con{
        padding: 10px 15px;
        font-size: 14px;
    }
    .board-notice-type4 .view-move-con .tit{
        width: 65px;
        padding: 0 15px;
        background-size: 7px;
    }
    .board-notice-type4 .view-move-con .con{
        width: calc(100% - 65px);
        padding: 0 10px;
    }

    .board-notice-type4 .view-move.type4 .view-move-con{
        width: 100px;
        font-size: 14px;
    }
    .board-notice-type4 .view-move.type4 .tit{
        background-size: 7px auto;
    }
    .board-notice-type4 .view-move.type4 .view-prev .tit{
        padding-left: 25px;
    }
    .board-notice-type4 .view-move.type4 .view-next .tit{
        padding-right: 25px;
    }

    /* write */
    .board-notice-type4 .help-text{
        font-size: 12px;
    }
    .board-notice-type4 .write-wrap .form-tit,
    .board-notice-type4 .write-wrap .form-con{
        text-align: left;
    }
    .board-notice-type4 .write-wrap .form-con .btn-small{
        padding: 4px 8px;
        font-size: 12px;
    }
}
