@charset "utf-8";
.inteview_nav {
		display: flex;
		justify-content: space-between;
		margin: 0 0 110px;
}
.interview_nav_item {
		width: calc(calc(100% - 90px) * 0.25);
}
.interview_nav_item a {
		display: flex;
		align-items: center;
		color: #282828;
		text-decoration: none;
		transition: color 0.3s;
		position: relative;
}
.interview_nav_item a::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -22px;
		left: calc(50% - 7px);
		width: 10px;
		height: 10px;
		border-right: 2px solid #aaa;
		border-bottom: 2px solid #aaa;
		transform: rotate(45deg);
		transition: bottom 0.5s cubic-bezier(0.16, 1, 0.3, 1), border 0.3s;
}
.interview_nav_thumb {
		width: 82px;
		margin-right: 13px;
		background: #fff;
		position: relative;
}
.interview_nav_thumb::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 1px solid #e6e6e6;
		border-radius: 6px;
		pointer-events: none;
}
.interview_nav_thumb img {
		width: 100%;
		height: auto;
		transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
		border-radius: 6px;
}
@media (hover: hover) {
		.interview_nav_item a:hover {
				color: #14b46e;
		}
		.interview_nav_item a:hover .interview_nav_thumb img {
				transform: scale(1.1);
		}
		.interview_nav_item a:hover::after {
				bottom: -30px;
				border-right: 2px solid #14b46e;
				border-bottom: 2px solid #14b46e;
		}
}
.interview_nav_caption {
		flex: 1;
}
.interview_name {
		font-size: 17px;
		font-weight: 500;
		margin: 0 0 5px;
}
.interview_department {
		font-size: 13px;
}
.interview_section {
		padding: 110px 125px 175px;
		border-bottom: 1px solid #dcdcdc;
}
.interview_section.last {
		padding-bottom: 0;
		border-bottom: none;
}
.interview_hdr_item {
		display: flex;
		margin: 0 0 75px
}
.interview_hdr_thumb {
		width: 232px;
		margin-right: 30px;
}
.interview_hdr_thumb img {
		width: 100%;
		height: auto;
		border-radius: 10px;
		border: 1px solid #e6e6e6;
}
.interview_hdr_caption {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
}
.interview_hdr_caption h5 {
		font-size: 38px;
		font-weight: 600;
		line-height: 1.6;
}
.interview_hdr_caption .interview_name {
		font-size: 24px;
		font-weight: 500;
		margin: 0 0 5px;
}
.interview_hdr_caption .interview_department {
		font-size: 14px;
		line-height: 1.8;
}
.interview_section dl {
		display: flex;
		margin: 0 0 65px
}
.interview_section dl:last-child {
		margin-bottom: 0;
}
.interview_section dl dt {
		width: 50px;
		color: #14b46e;
		font-family: "Manrope", sans-serif;
		font-size: 18px;
		font-weight: 500;
		transform: translateY(8px)
}
.interview_section dl h4 {
		font-size: 24px;
		font-weight: 600;
		margin: 0 0 35px
}
.interview_section dl dd {
		flex: 1;
}
.interview_section dl dd p {
		line-height: 1.8;
}
@media(max-width: 1200px) {
		.second_wrap {
				padding: 0 40px;
		}
		.interview_section {
				padding: 110px 0px 175px;
		}
		.inteview_nav {
				flex-wrap: wrap;
				max-width: 610px;
				margin: 0 auto;
		}
		.interview_nav_item {
				width: calc(50% - 20px);
				margin: 0 0 40px;
		}
		.interview_nav_thumb {
				width: 100px;
				margin-right: 13px;
		}
		.interview_hdr_thumb {
				width: 210px;
				margin-right: 30px;
		}
		.interview_hdr_caption h5 {
				font-size: 30px;
		}
		.interview_nav_item a::after {
				bottom: -4px;
				left: 120px;
				width: 10px;
				height: 10px;
		}
}
@media(max-width: 840px) {
		.interview_section {
				padding: 60px 0px 80px;
		}
}
@media(max-width: 767px) {
		.second_wrap {
				padding: 0 20px;
		}
		.interview_nav_item {
				width: calc(50% - 5px);
				margin: 0 0 40px;
		}
		.interview_nav_thumb {
				width: 80px;
				margin-right: 10px;
		}
		.interview_name {
				font-size: 14px;
				margin: 0 0 3px;
		}
		.interview_department {
				font-size: 11px;
		}
		.interview_nav_item a::after {
				bottom: -18px;
				left: 90px;
		}
		.interview_hdr_item {
				margin: 0 0 50px;
		}
		.interview_hdr_thumb {
				width: 130px;
				margin-right: 15px;
		}
		.interview_hdr_caption h5 {
				font-size: 18px;
		}
		.interview_hdr_caption .interview_name {
				font-size: 14px;
		}
		.interview_hdr_caption .interview_department {
				font-size: 12px;
		}
		.interview_section dl {
				display: block;
		}
		.interview_section dl dt {
				width: auto;
				margin: 0 0 15px;
				transform: translateY(0);
		}
}
@media(max-width: 375px) {
		.interview_nav_thumb {
				width: 70px;
				margin-right: 10px;
		}
		.interview_nav_item a::after {
				left: 80px;
		}
}