@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;
} */


/* =====================================

    * 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 20px;
}
.board-notice-type4 .board-list > li{
    position: relative;
    width: calc((100% - 40px)/3);
}
.board-notice-type4 .board-list > li:nth-of-type(3n){
    margin-right: 0;
}
.board-notice-type4 .board-list .list-con{
    height: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 30px 0 30px 0;
}
.board-notice-type4 .board-list .list-con > a{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 25px;
}
/* .board-notice-type4 .board-list .active .list-con,
.board-notice-type4 .board-list .list-con:hover{
    transition: 0.25s;
		border-width: 2px;
    border-color: #573590;
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.05);
} */
.board-notice-type4 .board-list .list-con::after {
	opacity: 0;
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	display: block;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 30px 0 30px 0;
	border: 2px solid #573590;
	transition: ease .3s;
	z-index: 0;
}
.board-notice-type4 .board-list .list-con:hover:after {
	opacity: 1;
}
.board-notice-type4 .board-list .bbs-tit{
    font-size: 1.8rem;
    line-height: 1.3;
		text-align: left;
    word-break: keep-all;
}
.board-notice-type4 .board-list > li:hover .bbs-tit{
  color: #573590;
	text-decoration: underline;
}
.board-notice-type4 .board-list .bbs-more {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
	margin-top: 14px;
	color: #573590;
	text-align: right;
}
.board-notice-type4 .board-list .bbs-more .icon {
	position: relative;
	display: inline-block;
}
.board-notice-type4 .board-list .bbs-more .icon::before {
	content: '';
	position: absolute;
	left: -8px;
	top: -10px;
	display: block;
	width: 0;
	height: 0;
	background-color: #ddd7e9;
	border-radius: 50%;
	z-index: -1;
}
.board-notice-type4 .board-list > li:hover .bbs-more .icon::before {
	width: 46px;
	height: 46px;
}
.board-notice-type4 .board-list .bbs-more .icon img {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin-top: -5px;
	vertical-align: -webkit-baseline-middle;
}
.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{
	border: 1px solid #7d7d7d;
    background-color: #fff;
    background-image: url('/assets/image/sub/ic_modify.png');
}
.board-notice-type4 .board-list .bbs-admin .btn.btn-delete{
	background-color: #565656;
    border-color: #565656;
    background-image: url('/assets/image/sub/ic_delete.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;
}


/* button */
.board-notice-type4 .btn-wrap{
    margin-bottom: 50px;
}
.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: 120px;
    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: #7c7786;
    border-color: #7c7786;
    color: #fff;
}
.board-notice-type4 .btn.btn-modify{
    background-color: #573590;
    border-color: #573590;
    color: #fff;
}
.board-notice-type4 .btn.btn-cancel{
    background-color: #7c7786;
    border: 1px solid #7c7786;
    color: #fff;
}
.board-notice-type4 .btn.btn-write{
    background-color: #573590;
    border-color: #573590;
    color: #fff;
}




/* =====================================

	* responsive

====================================== */
@media screen and (max-width: 1024px){ 
    /* Type D */
		.board-notice-type4 .btn-wrap {
			margin-bottom: 30px;
		}
    .board-notice-type4 .board-list > li{
        width: calc((100% - 20px)/2);
    }
}

@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% - 187px);
    }
    .sch-wrap .btn-sch{
        width: 96px;
        height: 36px;
        background-size: 15px;
    } */

    /* Type D */
    /* 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: 100%;
				margin-right: 0;
    }
    .board-notice-type4 .board-list .list-con{
        width: 100%;
        padding-right: 0;
				border-radius: 15px 0 15px 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 .list-con:hover:after {
			opacity: 0;
		} 
    .board-notice-type4 .board-list .bbs-tit{
        font-size: 14px;
    }
		.board-notice-type4 .board-list > li:hover .list-con {
			border: 1px solid #d6d6d6;
		}
		.board-notice-type4 .board-list > li:hover .bbs-tit {
			color: #191919;
			text-decoration: none;
		}
    .board-notice-type4 .board-list .bbs-more {
        font-size: 12px;
				gap: 5px;
    }
    .board-notice-type4 .board-list .bbs-more .icon{
        width: 20px;
    }
		.board-notice-type4 .board-list > li:hover .bbs-more .icon::before {
			display: none;
		}
    .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-bottom: 15px;
    }
    .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;
    }

}	