body {
	margin: 0;
	background-color: rgb(255, 255, 255);
}

.header-btn-join {
	background-image: url("../../assets/imgs/header/join_1.png");
	cursor: unset;
}

.banner-container {
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.banner-box {
	position: absolute;
	display: inline-block;
	height: 600px;
	width: 1200px;
	overflow: hidden;
}

.banner-txt {
	position: absolute;
	top: 160px;
	left: 50px;
}

.page-body-container {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.page-body-box {
	margin-top: 48px;
	display: inline-block;
	width: 1200px
}

.body-card-top {
	position: relative;
}

.card-title-bg {
	position: absolute;
	left: 0;
	top: 6px;
	z-index: -1;
}

.card-title {
	font-size: 32px;
	color: #000000;
	font-weight: bold;
}

.card-en {
	font-size: 20px;
	color: #000000;
}

.hiring-body {
	margin-top: 20px;
}

.hiring-table {
	display: inline-block;
	width: 1192px;
	background-color: #F4F4F4;
	border-radius: 20px;
}

.table-title {
	padding: 0 46px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	background-color: #C03B3B;
	font-size: 28px;
	font-weight: bold;
	height: 85px;
	border-radius: 20px 20px 0 0;
}

.table-row {
	margin: 0 46px;
	border-top: 1px solid rgba(112,112,112,0.3);
}

.table-row-hd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 75px;
}

.table-column {
	display: inline-block;
	width: 300px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #232323;
}

.table-column-2 {
	margin-left: 190px;
}

.table-column-3 {
	text-align: right;
}

.table-row-bd {
	margin-top: 20px;
}

.table-row-bd-top {
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #525252;
}

.table-row-bd-top-value {
	font-size: 20px;
	font-weight: bold;
	color: #505050;
}

.table-row-bd-content {
	margin-top: 20px;
}

.table-row-title {
	font-size: 20px;
	font-weight: bold;
	color: #505050; 
}

.table-row-desc {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #505050;
}

.table-row-bd-bottom {
	margin: 30px 0;
}

.apply-btn {
	display: inline-block;
	width: 160px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-weight: bold;
	background-color: #C03B3B;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}

.apply-btn:hover {
	color: #fff;
	background-color: #881B20;
}

.arrow-up {
	transform: rotate(180deg);
}

