@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 B */
.cate-wrap{
    margin-bottom: 35px;
    border: 1px solid #cccccc;
}
.search-wrap{
    padding: 30px 50px;
}
.cate-wrap .title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 500;
}
.cate-wrap .des {
    padding: 20px 0;
    background-color: #f4fcff;
    color: #00aeff;
    text-align: center;
    font-size: 2.2rem;
}
.box-type.checkbox-wrap {
    align-items: stretch;
    gap: 20px;
}
.box-type .checkbox-group{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(20% - 16px);
    padding: 10px;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
}
.box-type .checkbox-group input[type="checkbox"] {
    display: none;
}
.cate-wrap .btn-sch{
    display: block;
    padding: 0 20px;
    padding-right: 60px;
    height: 45px;
    margin: 40px auto 0;
    background-color: #144393;
    background-repeat: no-repeat;
    background-image: url('../image/board/notice/ic_sch.png');
    background-position: center right 20px;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
}

.box-type .cate-type1 {
    background-color: #f8f1f1;
    border-color: #b54b4b;
    color: #b54b4b;
}
.box-type .cate-type1:has(:checked) {
    background-color: #b54b4b;
    border-color: #b54b4b;
    color: #f8f1f1;
}
.box-type .cate-type2 {
    background-color: #fcf4f6;
    border-color: #d3587a;
    color: #d3587a;
}
.box-type .cate-type2:has(:checked) {
    background-color: #d3587a;
    border-color: #d3587a;
    color: #fcf4f6;
}
.box-type .cate-type3 {
    background-color: #faf3ec;
    border-color: #cd8948;
    color: #cd8948;
}
.box-type .cate-type3:has(:checked) {
    background-color: #cd8948;
    border-color: #cd8948;
    color: #faf3ec;
}
.box-type .cate-type4 {
    background-color: #fbf6ec;
    border-color: #d19109;
    color: #d19109;
}
.box-type .cate-type4:has(:checked) {
    background-color: #d19109;
    border-color: #d19109;
    color: #fbf6ec;
}
.box-type .cate-type5 {
    background-color: #f1f8ee;
    border-color: #599d39;
    color: #599d39;
}
.box-type .cate-type5:has(:checked) {
    background-color: #599d39;
    border-color: #599d39;
    color: #f1f8ee;
}
.box-type .cate-type6 {
    background-color: #f1f7fb;
    border-color: #2f97c9;
    color: #2f97c9;
}
.box-type .cate-type6:has(:checked) {
    background-color: #2f97c9;
    border-color: #2f97c9;
    color: #f1f7fb;
}
.box-type .cate-type7 {
    background-color: #f3f6fa;
    border-color: #2d5fa5;
    color: #2d5fa5;
}
.box-type .cate-type7:has(:checked) {
    background-color: #2d5fa5;
    border-color: #2d5fa5;
    color: #f3f6fa;
}
.box-type .cate-type8 {
    background-color: #f1f8f8;
    border-color: #21949b;
    color: #21949b;
}
.box-type .cate-type8:has(:checked) {
    background-color: #21949b;
    border-color: #21949b;
    color: #f1f8f8;
}
.box-type .cate-type9 {
    background-color: #f6f4f9;
    border-color: #7555b1;
    color: #7555b1;
}
.box-type .cate-type9:has(:checked) {
    background-color: #7555b1;
    border-color: #7555b1;
    color: #f6f4f9;
}
.box-type .cate-type10 {
    background-color: #f1f2f4;
    border-color: #39466b;
    color: #39466b;
}
.box-type .cate-type10:has(:checked) {
    background-color: #39466b;
    border-color: #39466b;
    color: #f1f2f4;
}
.box-type .cate-type11 {
    background-color: #f7fcfa;
    border-color: #47bb88;
    color: #47bb88;
}
.box-type .cate-type11:has(:checked) {
    background-color: #47bb88;
    border-color: #47bb88;
    color: #f7fcfa;
}
.box-type .cate-type12 {
    background-color: #fbf1f1;
    border-color: #e8633f;
    color: #e8633f;
}
.box-type .cate-type12:has(:checked) {
    background-color: #e8633f;
    border-color: #e8633f;
    color: #fbf1f1;
}
.box-type .cate-type13 {
    background-color: #fbf1fb;
    border-color: #c04cc1;
    color: #c04cc1;
}
.box-type .cate-type13:has(:checked) {
    background-color: #c04cc1;
    border-color: #c04cc1;
    color: #fbf1fb;
}

/* =====================================

    * Type A

====================================== */

/* board-notice-type */
.board-notice-type1 .board-list{
    width: 100%;
    border-top: 2px solid #144393;
}
.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: #f3fbff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    color: #144393;
    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 .bbs-tit-text{
    margin-bottom: 10px;
}
.board-notice-type1 .bbs-tit .view-info{
    font-size: 15px;
    line-height: 1.2;
}
.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) .bbs-tit-text{
    max-width: calc(100% - 30px);
    vertical-align: top;
}
.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: 40px 20px;
    font-size: 2rem;
    font-weight: 500;
    color: #144393;
}

/* 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%;
}

/* button */
.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('../image/board/notice/ic_modify.png');
}
.board-notice-type1 .btn-admin .btn.btn-delete{    
    border-color: #565656;
    background-color: #565656;
    background-image: url('../image/board/notice/ic_delete.png');
}
.board-notice-type1 .board-view + .btn-wrap{
    text-align: right;
}
.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('../image/board/notice/ic_first.png');
}
.board-notice-type1 .paging .first:hover{    
    background-image: url('../image/board/notice/ic_first_on.png');
}
.board-notice-type1 .paging .prev{
    margin-right: 15px;
    background-image: url('../image/board/notice/ic_prev.png');
}
.board-notice-type1 .paging .prev:hover{
    background-image: url('../image/board/notice/ic_prev_on.png');
}
.board-notice-type1 .paging .next{
    margin-left: 15px;
    background-image: url('../image/board/notice/ic_next.png');
}
.board-notice-type1 .paging .next:hover{    
    background-image: url('../image/board/notice/ic_next_on.png');
}
.board-notice-type1 .paging .last{    
    background-image: url('../image/board/notice/ic_last.png');
}
.board-notice-type1 .paging .last:hover{
    background-image: url('../image/board/notice/ic_last_on.png');
}

/* view */
.board-notice-type1 .view-contop{
    padding: 50px 25px 25px;
    background-color: #f3fbff;
    border-top: 2px solid #144393;
    border-bottom: 1px solid #bbbbbb;
    font-size: 1.6rem;
}
.board-notice-type1 .view-contop + .view-contents{
    border-top: 0;
}
.board-notice-type1 .view-tit{
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    word-break: break-all;
    color: #144393;
}
.board-notice-type1 .view-contop:not(:has(.view-cnt)) .view-tit{
    margin-bottom: 15px;
}
.board-notice-type1 .view-info + .view-info{
    margin-top: 5px;
}
.board-notice-type1 .view-info > span{
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-right: 8px;
    margin-right: 6px;
}
.board-notice-type1 .view-info > span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 12px;
    background-color: #444;
}
.board-notice-type1 .view-info > span:last-child{
    padding-right: 0;
    margin-right: 0;
}
.board-notice-type1 .view-info > span:last-child:before {
    display: none;
}
.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('../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('../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('../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('../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('../image/board/notice/ic_arrow_prev.png');
}
.board-notice-type1 .view-move.type1 .view-prev:hover .tit{    
    background-image: url('../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('../image/board/notice/ic_arrow_next.png');
}
.board-notice-type1 .view-move.type1 .view-next:hover .tit{    
    background-image: url('../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('../image/board/notice/ic_arrow_top.png');
}
.board-notice-type1 .view-move.type2 .view-prev:hover .tit{
    background-image: url('../image/board/notice/ic_arrow_top_on.png');
}
.board-notice-type1 .view-move.type2 .view-next .tit{
    background-image: url('../image/board/notice/ic_arrow_bottom.png');
}
.board-notice-type1 .view-move.type2 .view-next:hover .tit{
    background-image: url('../image/board/notice/ic_arrow_bottom_on.png');
}




/* =====================================

	* responsive

====================================== */
@media screen and (max-width: 1024px){ 
    .box-type .checkbox-group {
        width: calc(33.3333% - 14px);
    }
}

@media screen and (max-width: 768px){
    /* Type B */
    .cate-wrap{
        margin-bottom: 20px;
    }
    .search-wrap {
        padding: 15px 20px;
    }
    .cate-wrap .title {
        font-size: 16px;
    }
    .cate-wrap .btn-sch {
        height: 35px;
        padding-right: 40px;
        margin-top: 20px;
        background-size: auto 14px;
        background-position: center right 15px;
    }
    .cate-wrap .des {
        padding: 10px;
        font-size: 14px;
    }

    .box-type.checkbox-wrap {
        gap: 10px;
    }
    .box-type .checkbox-group {
        width: calc(50% - 5px);
        padding: 5px;
        line-height: 1.2;
    }

    /* =====================================

        * Type A

    ====================================== */
    .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: middle;
    }    
    .board-notice-type1 .board-list > li > div:before{
        display: block;
        content: '';
        clear: both;
        position: absolute;
        top: 7px;
        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-file,
    .board-notice-type1 .board-list > li .bbs-show,
    .board-notice-type1 .board-list > li .bbs-admin{
        display: none;
    }
    .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: 55px;
    }
    .board-notice-type1 .ic-notice{
        width: 20px;
        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('../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 .bbs-tit .view-info {
        font-size: 14px;
    }
    .board-notice-type1 .board-list .no-data{
        padding: 25px 15px;
        font-size: 14px;
    }

    /* button */
    .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:before{
        top: 4px;
        height: 12px;
    }
    .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;
    }
}