/* 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);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.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;
	font-family: 돋움, Dotum, sans-serif;
}

.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 */

/* 180912 추가 */
.board_secret_main.certification h2 {
	position: relative;
	display: block;
	padding-left: 25px;
	font-size: 18px;
	color: #434343;
}

.board_secret_main.certification h2:before {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 22px;
	background-image: url(../images/certi_icon.png);
}

.board_secret_main.certification p {
	margin-bottom: 20px;
}

.board_secret_main.certification .input_box {
	position: relative;
	margin-top: 10px;
}

.board_secret_main.certification .input_box>label {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #5983bd;
}

.board_secret_main.certification .tf_comm {
	width: 100%;
	height: 35px;
	padding: 0 15px;
	background: #f4f4f4;
	border: 1px solid #E1E1E1;
}

.board_secret_main.certification .input_box.select .tf_comm {
	width: 56%;
	float: right;
}

.board_secret_main.certification .btn_apply,
.board_secret_main.certification .btn_cancel {
	margin-top: 15px;
}

.board_secret_main.certification span.txt_placeholder {
	position: absolute;
	bottom: 0;
	left: 15px;
	display: block;
	font-size: 12px;
	color: #5983bd;
	line-height: 35px;
}

.board_secret_main.certification .input_box.select span.txt_placeholder {
	left: calc(44% + 15px);
}

.ddCombobox {
	position: relative;
	width: 100%;
	height: 35px;
	background: rgb(244, 244, 244);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(225, 225, 225);
	border-image: initial;
}

#verify {
	width: 41% !important;
	float: left;
}

.ddCombobox .ddTitle {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ddCombobox .ddTitle>.ddTitleText {
	overflow: hidden;
	height: 100%;
	font-size: 12px;
	line-height: 35px;
	padding: 0px 35px 0px 15px;
	white-space: nowrap;
	display: block;
	cursor: pointer;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #5983bd;
}

.ddCombobox .ddTitle .arrow {
	width: 35px;
	height: 35px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/dropdown_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.ddCombobox .ddChild {
	width: 100%;
	max-width: 100%;
	max-height: 160px;
	overflow-y: auto;
	overflow-x: hidden !important;
	border: 1px solid rgb(225, 225, 225);
	border-radius: 2px;
	background-color: rgb(244, 244, 244);
	text-align: left;
	margin-left: -1px;
	display: none;
	position: absolute;
	top: 33px;
	z-index: 999;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.ddCombobox .ddChild li {
	padding: 0 15px 0;
	line-height: 35px;
	display: block;
	color: #5983bd;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	font-weight: bold;
}

.ddCombobox .ddChild li:hover {
	color: #fff;
	background-color: #9ec1f1;
}


/* 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 */