/*-- 공지사항 --*/
div.notice {
	padding:0;
}
ul.boardList {
	width:100%;
}
ul.boardList li {}
div.flipBtn {
	position:relative;
	padding:0 30px;
	width:100%;
	height:100px;
	border-top:1px solid #ddd;
	box-sizing:border-box;
}
ul.boardList li:first-child div.flipBtn {
	border:none;
}
div.flipBtn p {
	display:inline;
	font-size:24px;
	line-height:100px;
}
div.flipBtn span.data {
	margin-left:10px;
	font-size:18px;
	color:#999;
}
div.flipBtn span.arrow {
	position:absolute;
	top:40px;
	right:30px;
	display:block;
	width:16px;
	height:26px;
	background:url('../img/btn/arrow05.png') no-repeat;
	-ms-transform: rotate(90deg); /* IE 9 */
   -webkit-transform: rotate(90deg); /* Safari */
   transform: rotate(90deg);
	transition:.3s;
}
div.flipBtn span.arrow.rot {
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg);
}
div.noticeBox {
	display:none;
	padding:30px;
	width:100%;
	border-top:1px solid #ddd;
	font-size:21px;
	line-height:34px;
	box-sizing:border-box;
}
div.noticeBox > img {width:100%;}

/*-- END 공지사항 --*/
.moreBt {padding: 40px 0; text-align: center;}
.moreBt a {width: 140px; border-radius: 30px; background: #707070; color: #fff; padding: 15px 120px; text-align: center; margin: 20px auto; font-size: 24px;}
.cmmtinputUl li a.sm_bt {font-size: 18px; padding: 2px; display: inline-block; height: 36px; width: 50%; line-height: 26px;}
