.recruit-wrap{
	border-top: 3px solid black; 
	padding: 50px 0px; 
	font-size: 22px; 
	font-family: 'S-CoreDream-3Light';
}
.recruit-wrap label{
	display:inline-block; 
	width: 20%;
}
.recruit{
	margin-bottom: 30px;
}

/* 파일업로드 */
.upload-name{
	border: 1px solid #ccc; 
	width: 40%; 
	height: 50px; 
	box-sizing: border-box; 
	margin-top: 1px;
    padding: 6px;
}
#content input:hover, #content input:focus {
    background-color: #eee;
}
/* .recruit input[type="file"]{
	position: absolute; 
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
} */
label.upload{
	border: 1px solid #ccc; 
	padding: 8px; 
	width: 150px; 
	text-align: center; 
	height: 50px; 
	box-sizing: border-box;
	background-color: #ffd700; 
	cursor: pointer;
	vertical-align: bottom;
}

/* 상세설명 */
.recruit textarea{
	width: 70%; 
	height: 400px; 
	vertical-align: top; 
	padding: 5px; 
	resize: none; 
	border: 1px solid #ccc;
}

.recruit-wrap .recruit-nameBox input{
	border: none; 
	border-bottom: 1px solid black; 
	padding: 0px 5px; 
	width: 40%;
}
.recruit-wrap .recruit-mobileBox input{
	border: none; 
	border-bottom: 1px solid black; 
	width: 40%; 
	padding: 0px 5px;
}

.recruit-wrap .submit-box{
	text-align: center; 
	margin-top: 50px;
}
.recruit-wrap input[type="submit"]{
	width: 250px; 
	height: 60px; 
/* 	border-radius: 5px;  */
	font-size: 18px; 
	background-color: transparent; 
	border: 1px solid black; 
	cursor: pointer; 
	transition: all ease-in-out .4s;
}
.re-etc{
	display: none;
}
#content {
	margin-top: 20px;
}
#content-main div.bm-search {
	margin-bottom: 10px;
}
 #content-main div.bm-view-title span.title {
    font-size: 120%;
    font-weight: 600;
	margin-top: 0;
}
#content-main div.bm-view-title span.content {
    font-weight: normal;
    font-size: 18px;
    padding-left: 20px;
	vertical-align: sub;
}
#content-main div.bm-view div:nth-child(3) {
	padding: 20px;
}
#content-main table.bm-list img {
	width: 100%;
}



@media (max-width: 1200px) {
	#content-main {
		padding: 0 20px;
	}
}
@media (max-width: 750px) {
	.recruit-wrap .recruit-nameBox input,
	.recruit-wrap .recruit-mobileBox input,
	.upload-name {
		width: 70%;
	}
}
@media (max-width: 600px){
	table thead tr th:nth-child(1), 
	table tbody tr td:nth-child(1), 
	table thead tr th:nth-child(5), 
	table tbody tr td:nth-child(5), 
	table thead tr th:nth-child(6), 
	table tbody tr td:nth-child(6) {
		/* display: none; */
		display: table-cell;
	}
}
@media (max-width: 500px) {
	.recruit-wrap label {
		display: block;
	}
	.recruit-wrap .recruit-nameBox input,
	.recruit-wrap .recruit-mobileBox input {
		width: 100%;
	}
	.upload-name {
		width: 100%;
		padding: 9px;
	}
	label.upload { 
		width: 30%;
		display: inline-block;
	}
	div.bm-view-topic-actions a {
		font-size: 14px;
		padding: 10px 30px;
	}
}
@media (max-width: 425px) {
	div.bm-search input {
		width: 8em;
	}
	table.bm-list th {
		font-size: 14px;
	}
	table td {
		font-size: 70%;
	}
}
@media (max-width: 400px) {
	.recruit-wrap {
		font-size: 18px;
	}
	label.upload {
		padding: 11px;
	}
}
@media (max-width: 350px) {
	label.upload {
		padding: 13px 0;
		font-size: 14px;
	}

}



