

html, body {
	height: unset;
}

.job_bigbox {
	width: 80%;
	margin: auto;
/*	padding: 20px;*/
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	margin-bottom: 50px;
	border-bottom-width: 5px;
	border-bottom-color: #ff942a;
}

.job_head {
	background: #ffa64d69;
	border-bottom: 3px dashed #ff8000;
	border-radius: 10px 10px 0px 0px;
	padding: 20px;
}

.name_code_box {
	display: flex;
}

.company_name {
	width: 70%;
}

.job_code {
	width: 30%;
	text-align: right;
	font-size: 14px;
}

.job_box {
	display: flex;
	padding: 20px;
}

.job_info {
	width: 65%;
	margin-right: 30px;
}

.img_box {
	width: 30%;
}

.job_info dl {
	display: flex;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}

.job_info dl dt {
	width: 20%;
	height: 40px;
	font-weight: bold;
	background: #ffa64d69;
	text-align: center;
	position: relative;
	border-bottom: 3px solid #ffaa55;
}

.job_info dl dd {
	width: 80%;
	padding: 0px 0px 0px 10px;
	font-size: 18px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.icon {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 2px;
}

.dt_title {
	display: flex;
	justify-content: center;
	align-items: center;
}

.salary {
	font-size: 28px;
	font-weight: bold;
	color: #009fff;
}

.salary_example {
	color: #616161;
}

.thumbnail {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.job_foot {
	padding: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.search_list_btn {
	width: 40%;
	height: 50px;
	font-weight: bold;
	color: #1F1F1F;
	cursor: pointer;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	box-shadow: 1px 1px;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: unset;
}

.search_list_btn:hover {
	box-shadow: 0px 0px 0px;
}

.entry {
	background: #ff989866;
	border: 2px solid #f94d4d66;
	box-shadow: 3px 2px #0000002e;
}

.detail {
	background: #8ed4ff4d;
	border: 2px solid #4d80f966;
	box-shadow: 3px 2px #0000002e;
}

.entry_icon, .detail_icon {
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.paginationControl {
	width: 50%;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.page_index {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	border: 1px solid #ff8000;
	border-radius: 5px;
	text-decoration: none;
	background: #ffa64d69;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	margin-bottom: 10px;
	color: #0064a9;
}

.page_active {
	background: #FFFFFF;
	color: #d36a00;
}

.search_form {
	border: 2px solid #ff8000;
	border-radius: 10px;
	margin: auto;
	width: 70%;
/*	height: 250px;*/
	padding: 20px;
	margin-top: 100px;
	margin-bottom: 50px;
}

.search_dl {
	display: flex;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.search_title_box {
	width: 25%;
}

.search_title {
	width: 50%;
	font-weight: bold;
	display: inline-block;
	background: #97ceff87;
	text-align: center;
	padding: 5px 0px;
}

.free_box {
	width: 12%;
}

.search_item_box {
	display: flex;
	align-items: center;
	width: 80%;
	padding: 0px 0px 0px 10px;
}

.select_btn {
	border: 1px solid #CCCCCC;
	border-radius: 30px;
	padding: 5px 8px;
	font-size: 12px;
	cursor: pointer;
}

.free_word {
	width: 50%;
}

li {
	list-style: none;
}

label {
	margin-right: 5px;
	margin-bottom: 15px;
	display: inline-block;
}

label input {
	display: none;
}

label span.item_name {
	color: #333333;
	font-size: 14px;
	border: 1px solid #333333;
	border-radius: 10px;
	padding: 5px 20px;
	cursor: pointer;
}

label input:checked + span {
	color: #FFFFFF;
	background: #FBB;
	border: 1px solid #F88;
}

.modal_back {
	display: none;
	opacity: 0;
	transition: all 0.6s;
}

.modal_back.active_window {
	display: block;
	opacity: 1;
}

.modal_window {
	width: 70%;
	margin: auto;
	border: 1px solid #CCCCCC;
	border-radius: 20px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 120;
}

.close {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 20px;
	cursor: pointer;
}

.modal_back {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 110;
}

.modal_header {
/*	width: 100%;*/
	background: #CAE2F9;
	color: #1A60A3;
	padding: 15px 0px 15px 15px;
	border-radius: 20px 20px 0px 0px;
	font-weight: bold;
	display: flex;
}

.modal_header_title {
	width: 80%;
}

.modal_header_close {
	width: 20%;
	text-align: right;
}

.item_divs {
	overflow-y: scroll;
	max-height: 600px;
	padding: 10px;
}

.item_section {
	margin-bottom: 20px;
}

.item_title {
	font-size: 24px;
	border-bottom: 2px dotted #CCCCCC;
	margin-bottom: 20px;
}

.modal_ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.modal_btn_box {
	padding: 15px 0px;
	text-align: center;
}

.change_btn {
	width: 40%;
	height: 50px;
	border: 1px solid #CCCCCC;
	border-radius: 30px;
	cursor: pointer;
}

.change_btn:hover {
	
}

.counter {
	font-size: 16px;
	font-weight: bold;
	color: #e4f000;
}

.search_btn_box {
	text-align: center;
}

.search_btn {
	background: #eb7b7d;
	border: 1px solid #eb7b7d;
	padding: 5px 8px;
	border-radius: 10px;
	color: #FFFFFF;
}

.pref {
	font-size: 28px;
}


/*@media	screen	and	(max-width:	1024px) {*/
@media	screen	and	(max-width:	767px) {
	.job_bigbox {
		width: 95%;
	}
	
	.job_head {
		padding: 10px;
	}
	
	.name_code_box {
		flex-wrap: wrap;
	}
	
	.company_name {
		width: 100%;
		font-size: 12px;
	}
	
	.job_code {
		width: 100%;
		font-size: 12px;
	}
	
	.title {
		font-size: 18px;
	}
	
	.job_box {
		padding: 10px;
		flex-direction: column-reverse;
	}
	
	.job_info {
		width: 100%;
		margin-right: 0px;
	}
	
	.img_box {
		width: 100%;
	}
	
	.job_info dl {
		flex-wrap: wrap;
	}
	
	.job_info dl dt {
		width: 40%;
		border-bottom: 2px dashed #FFa64D69;
		margin-bottom: 5px;
		background: unset;
	}
	
	.dt_title {
		justify-content: flex-start;
		padding: 5px;
	}
	
	.salary {
		font-size: 16px;
	}
	
	.job_content {
		display: none !important;
	}
	
	.job_period {
		display: none !important;
	}
	
	.icon {
		position: unset;
		margin-right: 10px;
	}
	
	.paginationControl {
		width: 95%;
		flex-wrap: wrap;
	}
	
	.search_form {
		width: 80%;
	}
	
	.search_dl {
		display: block;
	}
	
	.search_title_box {
		width: 100%;
		border-bottom: 2px dotted #97CCFF87;
	}
	
	.search_title {
		width: 40%;
		text-align: left;
		margin-bottom: 5px;
		padding-left: 10px;
		background: unset;
/*		border-bottom: 2px dotted #97CCFF87;*/
	}
	
	.free_box {
		width: unset;
	}
	
	.modal_window {
		width: 90%;
	}
	
	.display_items {
		font-size: 12px;
	}
}