.job-info {
	width: 100%;
	overflow-x: hidden;
}

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

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

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

.job-content .job-info table th {
	background: #e3a400;
	padding: 0 5px;
	color: #ffffff;
	font-size: 0.75rem;
	text-align: center;
	font-weight: bold;
}

.job-content .job-info table td {
	background-color: #fff;
	padding: 5px;
	color: #000000;
	font-size: 0.75rem;
	text-align: center;
	border-bottom: #dcdcdc solid 1px;
}

tr > td:nth-child(1) {
	width: 100px;
}

.job-content .job-info table tr td a {
	display: inline-block;
	width: 100%;
	color: #e3a400;
	cursor: pointer;
	font-weight: 500;
	word-wrap: break-word;
	hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
}

.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: 1.25rem;
	font-weight: 700;
	color: #f7a400;
	padding: 20px 0 10px 0;
	text-align: left;
}

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

.job-info .openCareerCont ul {
	padding-left: 1.25rem;
}

.job-info .openCareerCont li,
.job-detail-box .job-info .openCareerCont p.sub-p {
	font-size: 0.875rem;
	line-height: 1.75rem;
	color: #fff;
	text-align: left;
	list-style: none;
	hyphens: auto;
}

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

.job-btn-box button a {
	font-size: 0.875rem !important;
	height: 0.875rem !important;
	line-height: 0.875rem !important;
}

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