.job-content .job-info table tr th:first-child,
.job-content .job-info table tr td:first-child {
	text-align: left;
}

.job-content .job-info table tr th:last-child {
	text-align: center;
}

.job-content .job-info table {
	width: 100%;
}

.job-content .job-info table th {
	background: #e3a400;
	padding: 12px 20px;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

.job-content .job-info table td {
	background-color: #fff;
	padding: 12px 20px;
	color: #000000;
	font-size: 16px;
	text-align: left;
	border-bottom: #dcdcdc solid 1px;
}

.job-content .job-info table tr td a {
	color: #e3a400;
	cursor: pointer;
	font-weight: 500;
}

.job-content .job-info table tr td span {
	color: #e3a400;
}

.job-content .job-info table tr:hover td a,
.job-content .job-info table tr:hover td span {
	color: #666666;
}

.job-content .job-info table td a.more {
	display: block;
	width: 25px;
	height: 25px;
	background: url('../image//career-icon-2.png') center center/contain no-repeat;
	margin: 0 auto;
}

.job-content .job-info table tr:hover a.more {
	background: url('../image//career-icon-1.png') center center/contain no-repeat;
}

.job-detail-box .job-info .job-name {
	font-size: 32px;
	font-weight: 700;
	color: #f7a400;
	padding: 72px 0 20px 0;
	text-align: left;
}

.job-detail-box .job-info .openCareerCont p {
	font-size: 20px;
	padding: 10px 0;
	color: #f7a400;
	text-align: left;
	margin-bottom: 0;
}

.job-info .openCareerCont li,
.job-detail-box .job-info .openCareerCont p.sub-p {
	font-size: 16px;
	line-height: 30px;
	color: white;
	text-align: left;
}

.job-btn-box {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.job-btn-box button:nth-child(1) {
	margin-right: 50px;
}

.job-btn-box a {
	display: block;
	width: 100%;
	height: 100%;

	color: #ffffff;
	/* background: #666666; */
	text-align: center;
	font-size: 1.25rem;

	/* background: url("../image/job-detail-btn2.jpg") center center no-repeat; */
	/* border-radius: 20px; */
}

.job-btn-box button:hover a {
	font-size: 1.5rem !important;
	line-height: 52px;
}
