@charset "utf-8";
/* =====================================

	* board

    CSS CONTENTS : 
    01. list
    02. list::effect
    03. button
    04. list::paging
    05. view
    06. view::comment
    07. view::move
    08. write

====================================== */
/* list */
.sch-wrap {
	margin-bottom: 30px;
}
/* Type C */
.sch-wrap .form-group{
position: relative;
max-width: 1000px;
margin: 0 auto;
padding: 19px 20px;
border: 1px solid #d0d0d0;
border-radius: 10px;
}
.sch-wrap .form-item{
height: 30px;
padding: 0 20px;
border: 0;
font-size: 1.6rem;
letter-spacing: -0.015em;
}
.sch-wrap .sch-cate{
width: 150px;
}
.sch-wrap .sch-key{
position: relative;
width: calc(100% - 155px);
padding-right: 70px;
border-left: 1px solid #d0d0d0;
}
.sch-wrap .btn-sch{
position: absolute;
top: 0;
right: 10px;
width: 70px;
height: 70px;
background-repeat: no-repeat;
background-position: center;
background-image: url('../image/board/ic_sch_black.png');
}
.sch-wrap .form-group{
border-radius: 50px;
}
.sch-wrap.skin3 .sch-key{
padding-right: 155px;
}
.sch-wrap.skin3 .btn-sch{
right: 0;
width: 155px;
padding: 0 30px;
padding-left: 75px;
border-radius: 50px;
background-color: #099fd0;
background-position: 30px center;
background-image: url('../image/board/ic_sch.png');
font-size: 2.2rem;
font-weight: 600;
color: #fff;
}

.bbs-list-top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.bbs-list-top-wrap span {
	font-weight: 500;
}
.board-list{
    width: 100%;
    border-top: 2px solid #4a58b9;
}
.board-list > li{
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    color: #000000;
}
.board-list > li.active{
    background-color: #eff5ff;
}
.board-list > li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px;
}
.board-list > li > div + div{
    flex: 0 0 auto;
    width: 180px;
}
.list-con{
    width: calc(100% - 180px);
    padding-right: 30px;
}
.bbs-tit{
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
}
.bbs-tit > a{
    vertical-align: middle;
}
.ic-new,
.ic-cnt{
    margin: 3px 0;
}
.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;
}
.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;
}
.bbs-tit:has(.ic-new) > a{
    max-width: calc(100% - 30px);
}
.bbs-tit:has(.ic-cnt) > a{
    max-width: calc(100% - 40px);
}
.bbs-tit:has(.ic-new):has(.ic-cnt) > a{
    max-width: calc(100% - 70px);
}
.board-list .reply .bbs-tit{
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('../image/board/ic_reply.png');
}

.list-con > span{
    display: inline-block;
    font-size: 15px;
    letter-spacing: -0.035em;
}
.list-con > span + span{
    position: relative;
    padding-left: 12px;
    margin-left: 10px;
}
.list-con > span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: 13px;
    background-color: #d0d0d0;
}
.bbs-cate{
    display: inline-block;
    margin-bottom: 5px;
    padding: 8px 18px;
    background-color: #4452b6;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}
.bbs-cate + a{
    padding-left: 10px;
}

.view-cnt{
    margin-bottom: 30px;
    letter-spacing: -0.05em;
    text-align: right;
}
.view-cnt button + button{
    margin-left: 25px;
}
.view-cnt .cnt{
    display: inline-block;
    margin-left: 5px;    
    font-size: 14px;
    font-weight: 700;
    color: #474747;
    vertical-align: middle;
}

.bbs-admin{
    text-align: right;
}
.bbs-admin .form-item{
    width: 80px;
    height: 30px;
    margin: 2px;
    padding: 0 5px;
    border-color: #cecece;
    background-color: #fff;
    font-size: 1.4rem;
    vertical-align: top;
}
.bbs-admin .btn.btn-modify,
.bbs-admin .btn.btn-delete{
    width: 30px;
    height: 30px;
    margin: 2px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #cecece;
}
.bbs-admin .btn.btn-modify{
    background-image: url('../image/board/ic_modify.png');
}
.bbs-admin .btn.btn-delete{
    background-image: url('../image/board/ic_delete.png');
}

.board-list .no-data{
    display: block;
    padding: 50px 0;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: -0.03em;
}
.board-list .no-data img{
    margin: 0 auto 20px;
}

/* list::effect */
.ef01,
.ef02,
.ef03,
.ef04{
    position: relative;
		z-index: 0;
}
.ef01{
    overflow: hidden;
}
.ef01:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #eff5ff;
    transition: 0.5s ease;
}
.ef01:hover:before{
    right: 0;
}
.ef02:before,
.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;
}
.ef02:before{
    top: 0;
}
.ef02:after{
    bottom: 0;
}
.ef02:hover:before{
    height: 100%;
}
.ef02:hover:after{
    height: 100%;
}
.ef03{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.ef03 .list-con,
.ef03 > div + div{
    position: relative;
    z-index: 1;
}
.ef03:before,
.ef03:after{
    display: block;
    content: '';
	position: absolute;
}
.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);
}
.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;
}
.ef03 .bg{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.ef03 .bg:after{
    display: block;
    content: '';
    clear: both;
	position: absolute;
}
.ef03 .bg:after{
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s cubic-bezier(0.33, 0.91, 0.42, 1) 0s;
}
.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;
}
.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;
}
.ef03:hover .bg:after{
	transition: color 0.5s cubic-bezier(0.33, 0.91, 0.42, 1) 0.3s;
}
.ef04:before,
.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;
}
.ef04:before{
    top: 0;
    left: 0;
}
.ef04:after{
    bottom: 0;
    right: 0;
}
.ef04:hover:before,
.ef04:hover:after{
    opacity: 1;
}
.ef04:hover:before{
    width: 100%;
    height: 100%;
}
.ef04:hover:after{
    width: 100%;
    height: 100%;
}

/* button */
.board-wrap .btn-wrap{
    margin-top: 20px;
}
.btn-admin .btn.btn-modify,
.btn-admin .btn.btn-delete{
    width: 27px;
    height: 27px;
    margin: 1px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-admin .btn.btn-modify{
    border-color: #7d7d7d;
    background-color: #fff;
    background-image: url('../image/board/ic_modify.png');
}
.btn-admin .btn.btn-delete{    
    border-color: #565656;
    background-color: #565656;
    background-image: url('../image/board/ic_delete.png');
}
.board-view + .btn-wrap{
    text-align: right;
}
.btn.btn-board{
    display: inline-block;
    min-width: 100px;
    padding: 10px 40px;
    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;
		background-repeat: no-repeat;
}
.btn.btn-list{
    background-color: #0053a6;
    border-color: #0053a6;
    color: #fff;
}
.btn.btn-modify{
    background-color: #4452b6;
    border-color: #4452b6;
    color: #fff;
}
.btn.btn-delete{
    background-color: #999ea2;
    border-color: #999ea2;
    color: #fff;
}
.btn.btn-reply{
    background-color: #fff;
    border-color: #18a3a2;
    color: #18a3a2;
}
.btn.btn-cancel{
    background-color: #fff;
    border-color: #999999;
    color: #999999;
}
.btn.btn-write{
    background-color: #4452b6;
    border-color: #4452b6;
    color: #fff;
}

/* list::paging */
.paging-wrap{
    margin-top: 40px;
    text-align: center;
}
.paging{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.paging > li{
    overflow: hidden;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 1px;
    border-radius: 3px;
    border: 1px solid transparent;
    vertical-align: top;
    transition: 0.3s ease;
}
.paging > .num:hover,
.paging > .num.on,
.paging > .num:hover > a,
.paging > .num.on > a{
    font-weight: 700;
    color: #000000;
}
.paging > li > a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 3px 0;
    font-size: 1.8rem;
    font-weight: 500;
    color: #b3b3b3;
    transition: 0.3s ease;
}
.paging > li:not(.num){
    background-repeat: no-repeat;
    background-position: center;
    border-color: #cecece;
    background-color: #fff;
    transition: 0.3s ease;
}
.paging > li:not(.num):hover{
    background-color: #f7f7f7;
}
.paging .first{
    background-image: url('../image/board/ic_first.png');
}
.paging .prev{
    margin-right: 15px;
    background-image: url('../image/board/ic_prev.png');
}
.paging .next{
    margin-left: 15px;
    background-image: url('../image/board/ic_next.png');
}
.paging .last{    
    background-image: url('../image/board/ic_last.png');
}

/* view */
.board-view{
    letter-spacing: -0.05em;
}
.view-contop{
    padding: 20px 25px;
		background-color: #f6f9ff;
    border-top: 2px solid #20366f;
    border-bottom: 1px solid #bbbbbb;
    font-size: 1.7rem;
}
.view-contop + .view-contents{
    border-top: 0;
}
.view-tit{
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: 500;
    color: #111111;
    letter-spacing: -0.05em;
}
.view-tit .bbs-cate{
    padding: 8px 20px;
    margin-top: -3px;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    vertical-align: middle;
}
.view-info > span{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.view-info > span + span{
    padding-left: 8px;
    margin-left: 6px;
}
.view-info > span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 6px;
    left: 0;
    width: 1px;
    height: 14px;
    background-color: #d9d1d1;
}
.view-info > span strong{
    font-weight: 600;
}
/* .view-link{
    padding: 15px 20px 0;
} */
.view-contop .view-cnt{
    margin-bottom: 0;
}
.view-link > a{
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url('../image/board/ic_view_link.png');
    color: #000;
    word-break: break-all;
    vertical-align: top;
}
.view-contents{
    overflow-x: auto;
		width: 100%;
    min-height: 400px;
    padding: 30px 15px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 1.7rem;
    letter-spacing: -0.03em;
}
.board-view:has(.view-attach) .view-contents{
    border-bottom: 0;
}
.view-contents *{
    font: inherit;
}
.view-contents img{
    max-width: 100%;
}

.view-attach{
    padding: 0 15px 20px;
    border-bottom: 1px solid #e2e2e2;
}
.view-attach-con{
    font-size: 1.7rem;
    letter-spacing: -0.05em;
}
.view-attach-con .con > a{
    display: block;
    padding: 13px 20px;
    padding-left: 50px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 20px 15px;
    background-image: url('../image/board/ic_file2.png');
    line-height: 1.3;
    color: #000;
    transition: 0.3s ease;
    word-break: break-all;
}
.view-attach-con .con > a + a{
    margin-top: 10px;
}
.view-attach-con .con > a:hover{
    border-color: #9f9f9f;
}

/* view::comment */
.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;
}
.comment-wrap > .tit{
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.05em;
}
.comment-write-wrap{
    display: flex;
    gap: 15px;
    font-size: 1.6rem;
    line-height: 1.4;
}
.comment-write-wrap .form-item{
    height: 80px;
    padding: 20px;
    border-color: #e7e7e7;
    border-radius: 2px;
    background-color: #fff;
}
.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;
}
.comment-list-wrap{
    margin-top: 40px;
    border-top: 1px solid #d3d3d3;
}
.comment-list-wrap ul > li{
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    border-bottom: 1px solid #d3d3d3;
    letter-spacing: -0.05em;
}
.comment-contop{
    width: 100%;
}
.comment-name{
    font-size: 2rem;
    font-weight: 600;
    color: #000;
}
.comment-date{
    margin-left: 10px;
    font-size: 1.5rem;
    color: #9e9e9e;
}
.comment-contop .view-cnt{
    margin-bottom: 0;
}
.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;
}
.comment-contents .btn-wrap{
    flex: 0 0 auto;
    margin: 0;
    padding-left: 20px;
}
.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;
}
.btn-comment.btn-modify{
    border-color: #9f9f9f;
    background-color: #ececec;
    color: #3b3b3b;
}
.btn-comment.btn-delete{
    border-color: #e21a52;
    color: #e21a52;
}
.comment-list-wrap li.comment-reply{
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 0 25px;
    background-image: url('../image/board/ic_comment_reply.png');
}
.comment-reply .comment-write-wrap{
    width: 100%;
    padding: 0;
}
.comment-reply .comment-write-wrap .form-item{    
    height: 80px;
}
.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 */
.view-move{
    display: flex;
    width: 100%;
    margin-top: 70px;
}
.view-move-con{
    display: flex;
    align-items: center;
    padding: 15px 20px;
    font-size: 1.7rem;
    color: #8c8c8c;
    letter-spacing: -0.05em;
}
.view-move-con .tit{
    position: relative;
    width: 80px;
    padding: 0 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    font-weight: 400;
    transition: background 0.3s ease;
}
.view-move-con .tit:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 6px;
    width: 1px;
    height: 15px;
    background-color: #d6d6d6;
}
.view-move-con .con{
    width: calc(100% - 80px);
    padding: 0 10px;
}
.view-move-con a{
    vertical-align: top;
}
.view-move-con:hover{
    background-color: #f9f9f9;
    color: #000;
}
.view-move-con:hover .tit:after{
    background-color: #000000;
}

.view-move.type1 .view-move-con{
    width: 50%;
    border: 1px solid #e2e2e2;
    transition: 0.3s ease;
}
.view-move.type1 .view-move-con + .view-move-con{
    border-left: 1px solid transparent;
}
.view-move.type1 .tit{
    padding: 0;
}
.view-move.type1 .view-prev{
    border-radius: 4px 0 0 4px;
}
.view-move.type1 .view-prev .tit{
    padding-left: 35px;
    background-image: url('../image/board/ic_arrow_prev.png');
}
.view-move.type1 .view-prev:hover .tit{    
    background-image: url('../image/board/ic_arrow_prev_on.png');
}
.view-move.type1 .view-prev .tit:after{
    right: 0;
}
.view-move.type1 .view-next{
    flex-direction: row-reverse;
    border-radius: 0 4px 4px 0;
    text-align: right;
}
.view-move.type1 .view-next .tit{
    padding-right: 35px;
    background-position: right center;
    background-image: url('../image/board/ic_arrow_next.png');
}
.view-move.type1 .view-next:hover .tit{    
    background-image: url('../image/board/ic_arrow_next_on.png');
}
.view-move.type1 .view-next .tit:after{
    left: 0;
}
.view-move.type1 .view-move-con:hover{
    border-color: #8b8b8b;
}

.view-move.type2{
    flex-direction: column;
    border-top: 1px solid #e2e2e2;
}
.view-move.type2 .tit{
    width: 90px;
    padding: 0;
    padding-left: 40px;
    background-position: 0 center;
}
.view-move.type2 .con{
    width: calc(100% - 90px);
}
.view-move.type2 .view-move-con .tit:after{
    right: 0;
}
.view-move.type2 .view-move-con{
    border-bottom: 1px solid #e2e2e2;
}
.view-move.type2 .view-prev .tit{
    background-image: url('../image/board/ic_arrow_top.png');
}
.view-move.type2 .view-prev:hover .tit{
    background-image: url('../image/board/ic_arrow_top_on.png');
}
.view-move.type2 .view-next .tit{
    background-image: url('../image/board/ic_arrow_bottom.png');
}
.view-move.type2 .view-next:hover .tit{
    background-image: url('../image/board/ic_arrow_bottom_on.png');
}

/* write */
.write-contop{
    margin-bottom: 10px;
}
.help-text{
    font-size: 14px;
}
.write-wrap{
    /* border-top: 2px solid #3b3b3b; */
}
.write-wrap > li{
    display: table;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    table-layout: fixed;
}
.write-wrap > li > div{
    display: table-cell;
    min-height: 50px;
    padding: 10px 25px;
    line-height: 1.3;
    vertical-align: middle;
}
.write-wrap .form-tit{
    width: 20%;
    height: 100%;
    /* background-color: #f7f7f7; */
    font-size: 1.8rem;
    font-weight: 500;
    /* color: #111; */
    text-align: center;
}
.write-wrap .form-con{
    width: 80%;
    font-size: 1.6rem;
    background-color: #fff;
}
.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;
}
.write-wrap > li:not(:has(.form-tit)) .form-con{
    width: 100%;
}
.write-wrap .cst .radio-group input[type="radio"], 
.write-wrap .cst .checkbox-group input[type="checkbox"]{
    margin-top: -4px;
}


/* =====================================

	* responsive

====================================== */
@media screen and (max-width: 1024px){
    html,
    body{
        font-size: 9px;
    }
}
@media screen and (max-width: 768px){
    html,
    body{
        font-size: 8px;
    }
    
    /* base */
    /* form */
    .form-item{
        height: 30px;
        margin: 1px;
        padding: 0 10px;
    }
    .form-item.w-10p{
        min-width: 50px;
    }
    .form-item.w-20p{
        min-width: 120px;
    }
    .write-wrap .help-text{
        font-size: 13px;
    }
    .form-group-text .text{
        width: 80px;
    }
    .form-group-text .form-item{
        width: calc(100% - 85px);
    }
    .form-group.n2 .form-item{
        width: 100%;
    }
    .form-group.n2 .form-item + .form-item{
        margin-top: 10px;
    }
    .form-group-text.n2 .form-item{
        width: calc((100% - 32px) / 2);
    }
    .form-item + .form-group{
        margin: 0;
        margin-top: 10px;
        width: 100%;
    }    
    .form-group.has-btn .form-item{
        width: calc(100% - 107px);
    }
    
    /* radio, checkbox */
    .radio-wrap,
    .checkbox-wrap{
        gap: 5px 15px;
    }
    .radio-group, 
    .checkbox-group{
        padding-left: 25px;
    }
    .cst .radio-group input[type="radio"], 
    .cst .checkbox-group input[type="checkbox"]{
        margin-top: -4px;
        margin-left: -25px;
    }
    .cst .radio-group input[type="radio"], 
    .cst .checkbox-group input[type="checkbox"]{
        margin-right: 7px;
    }

    /* input file custom */
    .filebox label{
        width: 85px;
        padding: 7px 0;
        font-size: 14px;
    }
    .filebox .upload-name{
        width: calc(100% - 90px);
    }

    /* list */
		.sch-wrap {
			margin-bottom: 20px;
		}
		.sch-wrap .form-group{
			overflow: hidden;
			padding: 7px 0;
		}
		.sch-wrap .form-item{
			padding: 0 10px;
			font-size: 14px;
		}
		.sch-wrap .sch-cate{
			width: 105px;
		}
		.sch-wrap .sch-key{
			width: calc(100% - 115px);
			padding-right: 45px;
		}
		.sch-wrap .btn-sch{
			right: 0;
			width: 45px;
			height: 48px;
			background-size: 16px;
		}
		.sch-wrap.skin3 .sch-key{
			padding-right: 70px;
		}
		.sch-wrap.skin3 .btn-sch{
			width: 75px;
			padding: 0 15px;
			padding-left: 30px;
			background-position: 15px center;
			background-size: 13px;
			font-size: 14px;
		}

		.bbs-list-top-wrap {
			margin-bottom: 20px;
		}
    .board-list > li{
        flex-direction: column;
        padding: 15px;
    }
    .list-con{
        width: 100%;
        padding-right: 0;
    }
    .bbs-tit{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .ic-new,
    .ic-cnt{
        margin: 0;
    }
    .ic-new {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    .ic-cnt{
        min-width: initial;
        padding: 4px 10px;
        font-size: 12px;
    }
    .bbs-tit:has(.ic-new) > a{
        max-width: calc(100% - 25px);
    }
    .bbs-tit:has(.ic-cnt) > a{
        max-width: calc(100% - 40px);
    }
    .bbs-tit:has(.ic-new):has(.ic-cnt) > a{
        max-width: calc(100% - 60px);
    }
    .list-con > span{
        font-size: 14px;
    }
    .list-con > span + span{
        padding-left: 8px;
        margin-left: 6px;
    }
    .list-con > span + span:before{
        top: 7px;
        height: 8px;
    }
    .bbs-cate{
        padding: 3px 10px;
        border-radius: 3px;
        font-size: 12px;
    }
    .board-list .reply .bbs-tit{
        padding-left: 20px;
        background-size: 14px;
    }
    .board-list > li > div + div{
        width: 100%;
        text-align: right;
    }
    .bbs-admin{
        display: none;
    }
    
    .view-cnt{
        float: none !important;
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 12px;
        text-align: right;
    }
    .view-cnt button + button{
        margin-left: 20px;
    }
    .view-cnt .icon > img{
        width: 15px;
    }
    .view-cnt .icon img{
        max-width: 100%;
    }
    .view-cnt .cnt{
        margin-left: 3px;
        font-size: 12px;
    }
    .board-list .no-data{
        padding: 25px 15px;
        font-size: 14px;
    }

    
    .board-list .no-data img{
        width: 26px;
        margin-bottom: 10px;
    }

    /* button */
    .btn.btn-board{
        min-width: initial;
        padding: 7px 20px;
        font-size: 14px;
    }
    .board-view + .btn-wrap{
        text-align: center;
    }
    .btn-board.btn-list{
        float: none !important;
    }
    
    /* paging */
    .paging-wrap{
        margin-top: 30px;
    }
    .paging > li{
        width: 20px;
        height: 20px;
    }
    .paging > li > a{
        font-size: 12px;
    }
    .paging > li:not(.num){
        background-size: auto 6px;
    }
    .paging .prev{
        margin-right: 5px;
    }
    .paging .next{
        margin-left: 5px;
    }

    /* view */
    .view-contop{
        padding: 20px 15px;
    }
    .view-tit{
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 1.3;
    }
    .view-tit strong{
        display: block;
    }
    .view-tit .bbs-cate{
        margin: 0;
        margin-right: 0;
        margin-bottom: 5px;
        padding: 3px 10px;
        border-radius: 3px;
        font-size: 12px;
    }
    .view-info > span{
        font-size: 14px;
    }
    .view-info > span + span:before{
        top: 6px;
        height: 10px;
    }
    .view-link{
        padding: 10px 0 0;
    }
    .view-link.full-right{
      float: none;
    }
    .view-link > a{
        padding-left: 15px;
        background-size: 10px;
        background-position: 0 6px;
        font-size: 13px;
    }

    .view-contents{
        min-height: 200px;
        padding: 20px 0;
        font-size: 14px;
        line-height: 1.5;
    }

    .view-attach{
        padding: 0 0 20px;
    }
    .view-attach-con .con > a{   
        padding: 10px;
        padding-left: 25px;
        background-size: 10px;
        background-position: 10px 13px;
        font-size: 12px;     
        line-height: 1.3;
    }
    .view-attach-con .con > a + a{
        margin-top: 7px;
    }

    /* view::comment */
    .comment-wrap{
        margin-top: 30px;
        padding: 25px 15px;
        border-radius: 2px;
        font-size: 14px;
    }
    .comment-wrap > .tit{
        padding: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .comment-write-wrap{
        gap: 5px;
        padding: 0;
    }
    .comment-write-wrap .form-item{
        height: 50px;
        padding: 10px;
        border-radius: 1px;
    }
    .comment-write-wrap .btn-submit{
        width: 50px;
        height: 50px;
        border-radius: 1px;
        font-size: 14px;
    }
    .comment-list-wrap{
        margin-top: 15px;
        border-radius: 3px;
    }
    .comment-list-wrap ul > li{
        padding: 15px 0;
    }
    .comment-name{
        font-size: 14px;
    }
    .comment-date{
        margin-left: 5px;
        font-size: 12px;
    }
    .comment-contents{
        flex-direction: column;
        align-items: start;
        width: 100%;
        margin-top: 5px;
        font-size: 14px;
    }
    .comment-contents .btn-wrap{
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        text-align: right;
    }
    .btn.btn-comment{
        min-width: initial;
        padding: 3px 12px;
        font-size: 12px;
    }
    .comment-list-wrap li.comment-reply{
        padding-left: 20px;
        background-size: 12px;
        background-position: 0 17px;
    }
    .comment-reply .comment-write-wrap .form-item{
        height: 50px;
    }
    .comment-reply .comment-write-wrap .btn{
        width: 50px;
        height: 50px;
        border-radius: 1px;
    }

    /* view::move */
    .view-move{
        margin-top: 20px;
    }
    .view-move-con{
        padding: 10px;
        font-size: 14px;
    }
    .view-move-con .tit{
        width: 65px;
        padding: 0 15px;
        background-size: 7px;
    }
    .view-move-con .tit:after{
        width: 1px;
        height: 10px;
    }
    .view-move-con .con{
        width: calc(100% - 65px);
        padding: 0;
    }
    .view-move .view-prev .con{
        padding-left: 10px;
    }
    .view-move .view-next .con{
        padding-right: 10px;
    }
    .view-move.type2 .view-move-con .con{
        padding: 0;
        padding-left: 10px;
    }
    
    .view-move.type1 .tit{
        background-size: 18px;
    }
    .view-move.type1 .view-prev .tit{
        padding-left: 25px;
    }
    .view-move.type1 .view-next .tit{
        padding-right: 25px;
    }
    .view-move.type2 .tit{
        width: 70px;
    }
    .view-move.type2 .con{
        width: calc(100% - 70px);
    }
    .view-move.type2 .view-move-con .tit{
        padding-left: 30px;
        background-size: 14px;
    }

    /* write */
    .help-text{
        font-size: 12px;
    }
    .write-wrap > li{
        display: block;
    }
    .write-wrap > li > div{
        display: block;
        width: 100%;
        min-height: initial;
    }
    .write-wrap .form-tit,
    .write-wrap .form-con{
        width: 100%;
        padding: 8px 10px;
        font-size: 14px;
        text-align: left;
    }
    .write-wrap .form-tit + .form-con{
        border-top: 1px solid #e2e2e2;
    }
    .write-wrap .form-con .btn-small{
        padding: 4px 8px;
        font-size: 12px;
    }
}
