.p-interview__other{
	background-image: none;
	background-color: #f6edd6;
}

.swiper-slide:nth-child(1) .item .above::before {
  background-color: #f7ecce;
}

.swiper-slide:nth-child(2) .item .above::before {
  background-color: #E9872E;
}

.swiper-slide:nth-child(3) .item .above::before {
  background-color: #3E6997;
}

.swiper-slide:nth-child(3n+1) .item .above::before {
  background-color: #f7ecce;
}

.swiper-slide:nth-child(3n+2) .item .above::before {
  background-color: #E9872E;
}

.swiper-slide:nth-child(3n) .item .above::before {
  background-color: #3E6997;
}

.single-information .content .return{
	background-color: #3E6997;
	transition: 0.3s;
}

.single-information .content .return .text{
	color: #fff!important;
	transition: 0.3s;
}

.single-information .content .return .angle{
	border: 1px solid #3E6997!important;
	background-color: white!important;
	color: #3E6997!important;
	transition: 0.3s;
}

.single-information .content .return .angle::before{
	content: '';
	background-color: #3E6997!important;
	transition: 0.3s;
}

.single-information .content .return:hover {
  background-color: white;
}

.single-information .content .return:hover .text {
  color: #3E6997 !important;
}

.single-information .content .return:hover .angle {
  background-color: #2d4d6e !important;
  color: white !important;
}

.single-information .content .return:hover .angle::before {
  background-color: #2d4d6e !important;
}

.faq .content .item{
	width: 100%;
}

.p-contact .btn-style{
	border: 1px solid #3E6997!important;
	transition: 0.3s;
}
.p-contact .btn-style:hover{
	background-color: white!important;
	color: #3E6997!important;
}
.p-contact .btn-style .circle{
	border: 1px solid #3E6997!important;
	transition: 0.3s;
}
.p-contact .btn-style:hover .circle{
	background-color: #3E6997!important;;
}
.p-contact .btn-style:hover .circle i{
	color: white!important;
}

.p-recruit__kind .btn{
	transition: 0.3s;
}
.p-recruit__kind .btn:hover{
	opacity: 0.6;
}

.carerecruit .voice .container{
	position: relative;
	z-index: 10;
}