/* CSS Document */


.p-interview_photo{
	position: relative;
	margin-bottom: 3rem;
}
.p-interview_photo .c-img--radius{
	border-radius: 8px;
}

.swiper-container{
	width: 100%;
	margin: 0px;
	z-index: inherit;
	overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev {
	height: 46px;
	width: 46px;
	margin-top: -23px;
	top: 50%;
	background-color: rgba(255,255,255,1);
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-position: 52% 50%;
	border-radius: 50%;
	z-index: 2;
	border: none;
	outline: none;
	transition: background-color 0.3s, opacity 0.3s, transform 0.3s;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
	opacity: 0;
}
.swiper-button-next.swiper-button-disabled{
	transform: translateX(30px);
}
.swiper-button-prev.swiper-button-disabled{
	transform: translateX(-30px) rotate(180deg);
}
.sp .swiper-button-next,
.sp .swiper-button-prev {
	display: none;
}
.swiper-button-next {
	right: -30px;
	background-image: url("/english/tech/overseas/common/images/arrow_right_s_blue.svg");
}
.swiper-button-prev {
	left: -30px;
	background-image: url(/tech/overseas/common/images/arrow_right_s_blue.svg);
	transform: rotate(180deg);
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -36px;
	z-index: 1;
}
.swiper-pagination-bullet {
	background: #fff;
	border: #c0c0c0 2px solid;
	opacity: 1;
	width: 10px;
	height: 10px;
	transition: all 0.3s;
}
.swiper-pagination-bullet:hover {
	border-color: #1d3994;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #1d3994;
	border-color: #1d3994;
}

