.modules.exctv {

}

/* ExctvList_btnArea */
.modules.exctv .exctvList_btnArea {
	text-align: right;
	margin-right: 13px;
}
.modules.exctv .exctvList_btnArea span {
	display: inline-block;
	padding: 1px 5px;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	user-select: none;
	background-color: #275b89;
	border-color: #1f496d;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
}

/* custom button */
.board_write .write_btn .right_area > button {
	color:#fff;
	display:inline-block;
	min-width:76px;
	height:31px;
	margin:2px;
	line-height:31px;
	text-align:center;
	vertical-align:top;
	cursor:pointer;
	border-radius:3px;
}
.board_write .write_btn .right_area .btn_del {
	border:1px solid #d3220e;
	background:#d3220e;
}
.board_write .write_btn .right_area .btn_wrt {
	border:1px solid #1f496d;
	background:#275b89;
}
