@charset "utf-8";

.wrap_notice{word-break:break-all;}

/*타이틀*/
.wrap_notice h3{color:#081a28;font-size:80px;font-family:'Noto Black';margin-bottom:100px;text-align:center;line-height:1;}
.wrap_notice h3 strong{}

/*게시판*/
.wrap_notice > ul{height:100%;}
.wrap_notice > ul > li{height:100%;position:relative;}
/*타이틀*/
.wrap_notice .title{display:none;}
.wrap_notice .title a{}
/*목록*/
.wrap_notice .list{}
.wrap_notice .list ul{}
.wrap_notice .list ul li{}
/*noData*/
.wrap_notice .list .nodata{font-size:18px;text-align:center;padding:30px 0;width:100%}
/*링크*/
.wrap_notice a.subject{display:block;padding:10px;}
.wrap_notice .con{background:#FFF;box-shadow:0px 0px 3px #DDD;margin:0 20px;}
/*썸네일*/
.wrap_notice .thumb{display:none;}
.wrap_notice .thumb img{}
/*카테고리*/
.wrap_notice .cate{padding:10px 20px;background:#888;color:#FFF;font-family:'Noto Regular';}
.wrap_notice .catetype_1{background:#f59601;}
.wrap_notice .catetype_2{background:#00bb74;}
.wrap_notice .catetype_3{background:#afe300;}
.wrap_notice .catetype_4{background:#40b3d8;}
.wrap_notice .catetype_5{background:#7e8bdc;}
/*컨텐츠*/
.wrap_notice .inner{height:100%;padding:30px;display:flex;flex-direction:column;justify-content:space-between;}
/*제목*/
.wrap_notice .subjectText{font-size:24px;font-family:'Noto Regular';color:#000;line-height:1.5;height:70px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;word-break:keep-all;}
/*내용*/
.wrap_notice .content{display:none;}
/*날짜*/
.wrap_notice .date{font-size:16px;color:#999;margin-top:100px;}
/*더보기*/
.wrap_notice .more{display:block;text-indent:-9999px;width:60px;height:60px;background:url(../images/plus_1_b.png) no-repeat center;position:absolute;left:50%;bottom:0;margin-left:-30px;}
/*활성화*/
.wrap_notice .list,
.wrap_notice .more{display:none}
.wrap_notice > ul > li.active .list,
.wrap_notice > ul > li.active .more{display:block}
.wrap_notice > ul > li.active .title a{}
/*콘트롤*/
.wrap_notice .control{display:flex;justify-content:center;align-items:center;margin-top:80px;}
.wrap_notice .control button{display:inline-block;width:83px;height:60px;color:#081a28;font-size:12px;font-family:'Noto Black';margin:0 30px;}
.wrap_notice button.play,
.wrap_notice button.stop{display:none;}
.wrap_notice button.prev{background:url(../images/arrow_2.png) left bottom no-repeat;}
.wrap_notice button.next{background:url(../images/arrow_2_2.png) right bottom no-repeat;}

@media only screen and (max-width:1280px){
	.wrap_notice h3{font-size:40px;margin-bottom:30px;text-align:left;}
	.wrap_notice a.subject{padding:0;}
	.wrap_notice .con{margin:0 5px;}
}
@media only screen and (max-width:768px){
	.wrap_notice h3{font-size:30px;}
	.wrap_notice .con{margin:0 5px;box-shadow:0px 0px 0 #DDD;}
	.wrap_notice .subjectText{font-size:22px;}
	.wrap_notice .date{margin-top:30px;}
	.wrap_notice .control{margin-top:30px;}
}


/*HOVER************************************************************/
@media only screen and (min-width:1281px){
	.wrap_notice a.subject:hover .con{box-shadow:0px 0px 10px #888;transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);}
}