/* board_title:Start */
/*input, textarea {
-webkit-appearance: none;
border-radius: 0;
}*/

#sub_contents {
	margin-bottom: 100px;
}

.board_page .btn_comm {
	background-color: #5983bd;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	font-size: 14px;
}

.board_page .board_secret_header {
	display: none;
}

.board_page .board_title {
	padding: 100px 0 30px 3%;
	text-align: left;
	background: url(../images/title_line.png) center bottom no-repeat;
}

.board_page .board_title h1 {
	font-size: 38px;
}

.board_page .board_title p {
	margin-top: 10px;
	font-size: 20px;
	color: #7b7b7b;
}

.board_page .board_read_contents {
	margin-bottom: 20px;
}

/* board_title:End */


/* layer_delete : start */
.board_page .board_secret_contents {
	/*border-top: 4px solid #8F8F8F;*/
	border-bottom: 1px solid #8F8F8F;
	width: 100%;
}

.board_page .board_secret_main {
	width: 275px;
	margin: 30px auto;
}

.board_page .board_secret_main h4 {
	font-size: 18px;
	color: #FB6E61;
}

.board_page .board_secret_main p {
	margin-top: 5px;
	line-height: 1.8;
	font-size: 12px;
	margin-bottom: 5px;
}

#tf_pwd {
	width: 100%;
	height: 35px;
	background: #f4f4f4;
	border: 1px solid #E1E1E1;
}

.board_page .btn_apply {
	/*background:#FB6E61;*/
	width: 49%;
	height: 35px;
	font-size: 16px;
	margin: 10px 4px 0 0;
}

.board_page .btn_cancel {
	background: #7E7E7E;
	width: 48%;
	height: 35px;
	font-size: 16px;
	margin-top: 10px;
}

/* layer_delete : end */


/* Tablet:Start */
@media screen and (min-width:768px) and (max-width:991px) {}

/* Tablet:End */


/* Mobile:Start */
@media screen and (max-width:768px) {
	.board_page .board_secret_header {
		margin: 20px 0;
	}

	.board_page .board_title p {
		font-size: 15px;
	}
}

/* Mobile_board_수정 :Start */
.board_page .btn_write {
	position: relative !important;
}

.box_select .selectBox span {
	display: none;
}

.selectBox-dropdown {
	border: none !important;
}

.board_page .box_search {
	margin-top: -15px;
}

.opt_search_type {
	display: none;
}

/* Mobile_board_수정 :End */


/* Mobile:End */