@charset "utf-8";

/*==============================================

	our_jobs 

==============================================*/
/*================================
	Layout, Elements
================================*/

.caption {
	margin: 100px auto 120px;
}
.caption h2 {
	text-align: center;
	font-size: 2.5rem;
	color: var(--dark-green);
	margin-bottom: 10px;
	letter-spacing: 2px;
	line-height: 2em;
}
.caption .text {
	text-align: center
}

.case_list {
	gap: 80px;
	display: flex;
	flex-direction: column;
	margin: 0 auto 120px;
	padding-left: calc((100% - 1240px) / 2 + 20px);
}
.case_list > li {
	width: 100%;
	display: flex;
}
.case_list > li .img {
	width: 403px;
}
.case_list > li .img img {
	border-radius: 5px;
	display: block;
}
.case_list > li .content {
	width: calc(100% - 403px);
	padding-left: 70px;
}

.case_list > li .content .case_num {
	color: var(--dark-green);
	margin-bottom: 10px;
}
.case_list > li .content .status {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.case_list > li .content .case_num span {
	font-size: 5rem;
	color: inherit;
	margin-left: 10px;
}
.case_list > li .content .status span {
	border: 1px solid;
	border-radius: 20px;
	padding: 5px 20px;
	font-size: 1.4rem;
	/* margin-right: 10px; */
	color: var(--dark-green);
}
.case_list > li .content h2 {
	font-size: 2rem;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	color: var(--dark-green);
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
	line-height: 2em;
}
.case_list > li .content h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #CABFB0;
}
.case_list > li .content .career_list > li {
	margin-bottom: 60px;
}
.case_list > li .content .career_list {
	margin-bottom: 40px;
}
.case_list > li .content .career_list > li {
	display: flex;
	gap: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CABFB0;
	padding-bottom: 15px;
}
.case_list > li .content .career_list > li h3 {
	font-size: 1.3rem;
	line-height: 2.1em;
	font-weight: 700;
	white-space: nowrap;
}
.case_list > li .content .career_list > li .text {
	font-size: 1.3rem;
	margin: 0;
}
.case_list > li .content .general_info {
	max-width: 595px;
	margin: 30px 0 30px;
}
.case_list > li .content .btns {
	display: flex;
	gap: 20px;
	margin-top: 30px;
}
.case_list > li .content .btns .btn a {
	border: 1px solid;
}
.case_list > li .content .btns .btn.btn_video a {
	background-image: none;
	position: relative;
	background-color: transparent;
}
.case_list > li .content .btns .btn.btn_video a i{
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	font-size: 1.8rem;
	color: inherit;
	margin: auto;
	height: 18px;
}


.compensation {
	margin-bottom: 150px;
	margin-top: 100px;
}
.compensation .inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
.compensation .inner .heading {
	margin-bottom: 40px;
}
.compensation .inner .heading h2 {
	font-size: 1.4rem;
	color: var(--dark-green);
}
.c_table {
	width: 100%;
}
.c_table tr th {
	padding: 10px 20px;
	text-align: center;
	background-color: var(--green);
}
.c_table tr th span {
	text-align: center;
	font-weight: 400;
	color: var(--dark-green);
	font-size: 1.4rem;
	background-color: var(--owt);
	display: inline-block;
	border-radius: 30px;
	padding: 7px 20px;
	width: 137px;
}
.c_table td {
	text-align: center;
	padding: 15px 20px;
	color: var(--dark-green);
	font-size: 1.4rem;
}
.c_table td span {
	font-size: 2rem;
	color: inherit;
	letter-spacing: 3px;
	margin-right: 20px;
}
.c_table,
.c_table th,
.c_table td{
  border: 1px solid var(--line-gray);
  border-collapse: collapse;
}
.c_table th.year_income {
	width: 50%;
}

.lg-container {
	z-index: 9999999;
}
.lg-backdrop.in {
	background-color: var(--dark-green);
	opacity: 0.9;
}
.lg-outer .lg-video-object {
	margin: auto;
    width: 409px;
    aspect-ratio: 409 / 613;
    height: auto;
    object-fit: cover;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
.lg-outer.jobs_video_gallery-list .lg-video-cont {
	width: min(409px, calc(100vw - 160px)) !important;
	height: auto !important;
	max-width: 409px;
	margin: 0 auto;

	aspect-ratio: var(--lg-video-aspect, 16 / 9);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	overflow: hidden;
}
.lg-outer.jobs_video_gallery-list .lg-video-object {
	object-fit: cover;
	object-position: center center;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
.lg-relative-caption-item {
	max-width: 409px;
	margin: 0 auto;
}
.lg-sub-html h4 {
	color: var(--wt);
	font-weight: normal;
	text-align: center;
}
.lg-next {
	padding: 0;
	background-color: transparent;
	right: 10%;
}
.lg-next:before {
	content: '';
	background-color: transparent;
	background-image: url(../../common/img/arrow_w.svg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}

.lg-prev {
	padding: 0;
	background-color: transparent;
	left: 10%;
}
.lg-prev:after {
	content: '';
	background-color: transparent;
	background-image: url(../../common/img/arrow_w.svg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	transform: rotate(180deg);
}
.lg-toolbar .lg-close {
	position: absolute;
	top: 40px;
	right: 40px;
	color: var(--wt);
}
.lg-relative-caption .lg-outer .lg-sub-html {
	opacity: 1!important;
}


@media only screen and (max-width: 768px) {

	.caption {
		margin: 30px auto 40px;
		padding: 0 20px;
	}
	.caption h2{
		text-align: left;
		font-size: 2rem;
	}
	.caption .text {
		text-align: left;
	}

	.case_list > li {
		flex-direction: column;
		padding: 0 20px;
	}
	.case_list > li .img {
		width: 100%;
	}
	.case_list > li .content {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.case_list > li .content h2 br {
		display: none;
	}
	.case_list > li .content .career_list {
		width: calc(100% + 20px);
	}
	.case_list > li .content .career_list > li .text {
		padding-right: 20px;
	}
	.case_list > li .content .btns {
		flex-direction: column;
		gap: 10px;
	}


	.compensation {
		margin: 60px auto 70px;
	}
	.c_table td {
		padding: 5px 5px;
		font-size: 1.2rem;
	}
	.c_table tr th {
		padding: 10px 10px;
	}
	.c_table tr th span {
		width: unset;
		padding: 5px 15px;
	}
	.c_table th.year_income {
		width: auto;
	}
	.c_table td span {
		display: block;
		margin: 0 auto 0px;
	}
	.c_table td span {
		font-size: 1.5rem;
		letter-spacing: 1px;
	}


	.lg-outer .lg-video-object  {
		width: calc(100% - 96px);
		aspect-ratio: 290 / 441;
		height: auto;
	}
	.lg-relative-caption .lg-outer .lg-relative-caption-item {
		padding: 0px 30px 0;
	}
	.lg-next {
		right: 10px;
	}
	.lg-prev {
		left: 10px;
	}

	.jobs_list > li .title {
		font-size: 1.6rem;
	}
	.lg-toolbar .lg-close {
		top: 17px;
		right: 15px;
	}
	.lg-video-cont {
		height: 100%!important;
	}
	.lg-sub-html {
		position: absolute;
		bottom: 16%!important;
	}
}

