/* main job-indroduce */
.job-indroduce {
	margin-top: 20px;
	padding-top: 0.9em;
	padding-bottom: 2em;
	color: #fff;
	background-color: #1357A4;
	position: relative;
}

.job-indroduce::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 180px 0 0 900px;
	border-color: transparent transparent transparent #1357A4;
	position: absolute;
	top: -10em;
	left: 0;

}

.job-main {
	margin-bottom: 6em;
}

.job-indroduce .job-indroduce-main {
	margin-top: 0.5em;
}

.sales-position-image-wrapper {
	position: relative;
}

.sales-position-image {
	width: 506px;
	height: 392px;
	object-fit: contain;
	/* position: relative; */
}

.sales-position-image-wrapper::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 519.21px 65px 0;
	border-color: transparent #1357a4 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #1357a4 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	position: absolute;
	top: 26.5px;
	left: -13px;
}

.sales-position-image-wrapper::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 48.98px 0 0 269.9px;
	border-color: transparent transparent transparent #1357a4;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #1357a4;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	position: absolute;
	left: 0;
	bottom: 1.5em;
}

.sales-simple-discription {
	position: absolute;
	left: -40px;
	bottom: 10px;
	z-index: 1;
}

.office-position-image-wrapper {
	position: relative;
}

.office-position-image-wrapper::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 73.34px 316.92px 0 0;
	border-color: #1357a4 transparent transparent transparent;
	position: absolute;
	top: 27px;
}

.office-position-image-wrapper::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 69.83px 528.89px;
	border-color: transparent transparent #1357a4 transparent;
	position: absolute;
	bottom: 27px;
	right: 34px;
}

.office-position-image {
	width: 506px;
	height: 392px;
	object-fit: contain;
}

.job-title {
	display: inline-block;
	padding-bottom: 0.2em;
	font-size: 3em;
	border-bottom: 5px solid #fff;
	font-weight: bold;
}

.job-simple-discription-text {
	width: 13em;
	margin-top: 0.5em;
	font-size: 1.1em;
}

.to-schedule-btn-wrapper {
	margin-top: 1em;
	text-align: center;
}

.to-schedule-btn {
	width: 9.7em;
	padding: 0.1em auto;
	font-size: 1.8em;
	background-color: #1357a4;
	color: #fff;
	border: 3px solid #fff;
	transition: 0.5s;
}

.to-schedule-btn:hover {
	background-color: #fff;
	color: #1357A4;
}

.office-simple-discription {
	position: absolute;
	bottom: 90px;
	right: 10px;
}
/* main job-indroduce */
