._contents{
	padding-top: 124px; padding-bottom: 190px;
}
._contents ._tab{margin-bottom: 100px;}

._contents h3{
	font-size: 48px; font-weight: 700; line-height: calc(67/43); letter-spacing: -0.05em;
}
._contents h3 div{overflow: hidden;}
._contents h3 div p{}
._contents h3 div p{}

section{overflow: hidden;}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	._contents h3{font-size: max(calc(48/1280*100vw),22px);}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:820px) {
	section:not(.s4){margin-bottom: 100px !important;}
}
@media screen and (max-width:500px) {}
@media screen and (max-width:320px) {}


/* s1 */
.s1{margin-bottom: 180px;}
.s1 .wrap{}
.s1 .wrap h3{
	margin-bottom: 70px;
}
.s1 .wrap ul{
	height: 465px;
	display: flex; gap: 16px; justify-content: space-between;
}
.s1 .wrap ul li{
	width: calc(((100% - 670px) / 3) - 23px);
	transition: width 1s,padding 0.8s;
	position: relative; border-radius: 23px; overflow: hidden;
	display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between;
	box-sizing: border-box; padding: 50px 30px;
	cursor: pointer;
}
.s1 .wrap ul li::before {
	content:''; display: block; position: absolute; left: 0; top: 0;
	width: 100%; height: 100%; background-color: #000; opacity: 0.54;
}
.s1 .wrap ul li:nth-child(1){background-image: url(/asset/img/sub/btsoft/recruit/s1_01.jpg);}
.s1 .wrap ul li:nth-child(2){background-image: url(/asset/img/sub/btsoft/recruit/s1_02.jpg);}
.s1 .wrap ul li:nth-child(3){background-image: url(/asset/img/sub/btsoft/recruit/s1_03.jpg);}
.s1 .wrap ul li:nth-child(4){background-image: url(/asset/img/sub/btsoft/recruit/s1_04.jpg);}

.s1 .wrap ul li > *{position: relative;}

.s1 .wrap ul li.on{width: 670px; padding: 50px;}
.s1 .wrap ul li small{color: #fff;}
.s1 .wrap ul li .txtBx{
	color: #fff; position: relative;;
	transition: padding-bottom 0.8s;
}
.s1 .wrap ul li.on .txtBx{padding-bottom: 120px;}
.s1 .wrap ul li .txtBx h4{
	font-size: 40px; letter-spacing: -0.05em; font-weight: 700; line-height: calc(54/40);
	white-space: nowrap;
}
.s1 .wrap ul li .txtBx h4 br.animation{display: block;}
.s1 .wrap ul li.on .txtBx h4 br.animation{display: none;}
.s1 .wrap ul li .txtBx p{
	font-size: 17px; font-weight: 300; letter-spacing: -0.05em; line-height: calc(30/17);
	position: absolute; left: 0; bottom: 0; white-space: nowrap;
	opacity: 0; transform: translateY(40px); transition: opacity 0.5s,transform 0.5s;
}
.s1 .wrap ul li.on .txtBx p{opacity: 1; transform: translateY(0); transition-delay: 0.2s;}

@media screen and (max-width:1600px) {
	.s1 .wrap ul{gap: 10px;}
	.s1 .wrap ul li{width: calc(((100% - 620px) / 3) - 10px);}
	.s1 .wrap ul li.on{width: 620px;}
	.s1 .wrap ul li .txtBx h4{font-size: 30px;}
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	.s1 .wrap ul{flex-wrap: wrap; gap: 20px; height: auto;}
	.s1 .wrap ul li{width: calc(50% - 10px) !important; padding: 30px !important; gap: 40px;}
	.s1 .wrap ul li .txtBx{padding-bottom: 0 !important;}
	.s1 .wrap ul li .txtBx h4{margin-bottom: 20px;}
	.s1 .wrap ul li .txtBx h4 br.animation{display: none !important;}
	.s1 .wrap ul li .txtBx p{position: unset; opacity: 1 !important; transform: unset !important; max-width: 500px; white-space: unset;}
	.s1 .wrap ul li .txtBx p br{display: none;}
}
@media screen and (max-width:1024px) {
	.s1 .wrap h3{margin-bottom: 40px;}
	.s1 .wrap ul li .txtBx h4{font-size: 26px;}
	.s1 .wrap ul li .txtBx p{font-size: 14px;}
}
@media screen and (max-width:820px) {
	.s1 .wrap ul{gap: 10px;}
	.s1 .wrap ul li{width: calc(50% - 5px) !important; border-radius: 12px; padding: 30px 14px !important;}
	.s1 .wrap ul li small{font-size: 12px;}
	.s1 .wrap ul li .txtBx h4{font-size: 20px;}
	.s1 .wrap ul li .txtBx p{font-size: 12px;}
}
@media screen and (max-width:500px) {
	.s1 .wrap h3{margin-bottom: 20px;}
	.s1 .wrap ul li{width: 100% !important; padding: 20px 14px !important; gap: 30px;}
	.s1 .wrap ul li .txtBx h4{font-size: 18px; margin-bottom: 10px;}
}
@media screen and (max-width:320px) {}





/* s2 */
.s2{margin-bottom: 180px;}
.s2 .wrap{}
.s2 .wrap .tit{margin-bottom: 60px;}
.s2 .wrap .tit h3{margin-bottom: 20px;}
.s2 .wrap .tit small{
	display: block;
	font-size: 17px; letter-spacing: -0.05em; line-height: calc(28/17);
}
.s2 .wrap  .swiper{}
.s2 .wrap  .swiper-wrapper{min-height: 540px; align-items: flex-end;}
.s2 .wrap  .swiper-slide a{
	display: block;
	background-color: #ececec; border-radius: 23px; overflow: hidden;
	padding: 50px 46px; box-sizing: border-box;
	position: relative; min-height: 430px;
	display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between;
	transition: min-height 0.5s,background-color 0.5s,color 0.5s;
}
.s2 .wrap  .swiper-slide-active a{min-height: 540px; background-color: var(--red); color: #fff;}
.s2 .wrap  .swiper-slide a small{
	font-size: 18px; font-family: 'Inter'; font-weight: 700; letter-spacing: -0.05em;
}
.s2 .wrap  .swiper-slide a .imgBx{
	position: absolute; right: 0; top: 0; width: 374px;
	transform: translate(20%,-30%);
	clip-path: circle(0% at 50% 50%);
	will-change: clip-path;
	transition: clip-path 1s;
}
.s2 .wrap  .swiper-slide-active a .imgBx{clip-path: circle(50% at 50% 50%); transition-delay: 0.2s;}
.s2 .wrap  .swiper-slide a .imgBx::before {
	content:''; display: block; padding-bottom: 100%;
}
.s2 .wrap  .swiper-slide a .imgBx img{
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;
}
.s2 .wrap  .swiper-slide a .txtBx{margin-top: 20px;}
.s2 .wrap  .swiper-slide a .txtBx h4{
	font-size: 32px; font-weight: 700; letter-spacing: -0.05em; line-height: calc(44/32);
	margin-bottom: 22px;
}
.s2 .wrap  .swiper-slide a .txtBx p{
	font-size: 17px; letter-spacing: -0.025em; line-height: calc(28/17);
}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {
	.s2 .wrap .swiper-wrapper{min-height: 500px;}
	.s2 .wrap .swiper-slide{min-height: 400px;}
	.s2 .wrap .swiper-slide-active a{min-height: 500px;}
	.s2 .wrap .swiper-slide a .txtBx h4{font-size: 24px;}
	.s2 .wrap .swiper-slide a .txtBx p{font-size: 14px;}
}
@media screen and (max-width:1280px) {
	.s2 .wrap .swiper-wrapper{min-height: unset;}
	.s2 .wrap .swiper-slide a{min-height: unset; padding: 30px;}
	.s2 .wrap .swiper-slide-active a{min-height: unset;}
	.s2 .wrap .swiper-slide a .imgBx{position: relative; transform: unset; clip-path: unset; width: 100%; border-radius: 10px; overflow: hidden; margin-top: 30px;}
	.s2 .wrap .swiper-slide a .imgBx::before {padding-bottom: calc(394/591*100%);}

	.s2 .wrap .swiper-slide .txtBx h4{font-size: 20px; margin-bottom: 10px;}
}
@media screen and (max-width:1024px) {
	.s2 .wrap .swiper{overflow: visible;}
}
@media screen and (max-width:820px) {
	.s2 .wrap .tit{margin-bottom: 40px;}
	.s2 .wrap .tit small{font-size: 14px;}

	.s2 .wrap .swiper-slide a{border-radius: 12px; padding: 30px 14px;}
	.s2 .wrap .swiper-slide a .imgBx{border-radius: 10px;}
	.s2 .wrap .swiper-slide a .txtBx h4{font-size: 18px;}
}
@media screen and (max-width:500px) {
	.s2 .wrap .swiper-slide a .txtBx h4{font-size: 16px;}
	.s2 .wrap .swiper-slide a .txtBx p{font-size: 13px;}
}
@media screen and (max-width:320px) {}






/* s3 */
.s3{
	padding-top: 60px; padding-bottom: 100px;
	position: relative; margin-bottom: 150px;
}
.s3 .bg{
	position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	background-size: cover;
}
.s3 .wrap{}
.s3 .wrap .swiper{max-width: calc(100% - 200px);}
.s3 .wrap .swiper-slide{
	color: #fff; text-align: center;
	opacity: 0; transition: opacity 0.8s;
}
.s3 .wrap .swiper-slide-active{opacity: 1;}
.s3 .wrap .swiper-slide .top{
	font-size: 16px; font-weight: 600; letter-spacing: -0.025em; line-height: 1.3;
	margin-bottom: 30px;
}
.s3 .wrap .swiper-slide .top .imgBx{
	width: 104px; height: 104px; border-radius: 50%; overflow: hidden;
	margin: 0 auto; margin-bottom: 14px;
}
.s3 .wrap .swiper-slide .top .imgBx img{
	width: 100%; height: 100%; object-fit: cover;
}
.s3 .wrap .swiper-slide .top .info{
	padding-bottom: 30px; position: relative;
}
.s3 .wrap .swiper-slide .top .info::before {
	content:''; display: block; position: absolute; bottom: 0;
	left: 50%; transform: translateX(-50%); width: 60px; height: 2px; background-color: #fff;
}
.s3 .wrap .swiper-slide .top .info h5{margin-bottom: 4px;}
.s3 .wrap .swiper-slide .top .info p{
	color: #7c7c7c;
}
.s3 .wrap .swiper-slide .txtBx{
	font-size: 26px; letter-spacing: -0.05em;
	display: inline-block; padding: 0 1.8em; box-sizing: border-box;
	position: relative; line-height: calc(44/26);
}
.s3 .wrap .swiper-slide .txtBx::before,
.s3 .wrap .swiper-slide .txtBx::after {
	content:''; display: block; position: absolute; top: 0.4em;
	opacity: 0.4;
	width: calc(23/26*1em); height: calc(18/26*1em);
	background-size: contain; background-position: center; background-repeat: no-repeat;
}
.s3 .wrap .swiper-slide .txtBx::before{background-image: url(/asset/img/sub/btsoft/recruit/quo_left.png); left: 1px;}
.s3 .wrap .swiper-slide .txtBx::after{background-image: url(/asset/img/sub/btsoft/recruit/quo_right.png); right: 1px;}
.s3 .wrap .swiper-slide .txtBx p{ }
.s3 .wrap .arrow{
	width: calc(55/24*1em); height: calc(55/24*1em); border-radius: 50%;
	display: flex; align-items: center; justify-content: center; color: #fff;
	border: 1px solid #fff; box-sizing: border-box; cursor: pointer;
	transition: background-color 0.2s,color 0.2s;
	font-size: 24px;
	position: absolute; z-index: 10;
	top: 50%; transform: translateY(-50%);
}
.s3 .wrap .arrow.left{left: 0;}
.s3 .wrap .arrow.right{right: 0;}
html.pc .s3 .wrap .arrow:hover{background-color: #fff; color: #000;}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
	.s3 .wrap .swiper-slide .txtBx{font-size: 22px;}
	.s3 .wrap .swiper-slide .txtBx p br{display: none;}
}
@media screen and (max-width:820px) {
	.s3{padding: 80px 0;}
	.s3 .wrap .swiper{max-width: calc(100% - 120px);}
	.s3 .wrap .swiper-slide .txtBx{font-size: 16px; padding: 0 1.5em; max-width: 500px;}
	.s3 .wrap .arrow{font-size: 20px;}
}
@media screen and (max-width:500px) {
	.s3{padding: 60px 0;}
	.s3 .wrap .swiper{max-width: 100%;}
	.s3 .wrap .swiper-slide .top{margin-bottom: 20px;}
	.s3 .wrap .swiper-slide .top .info::before{width: 40px;}
	.s3 .wrap .swiper-slide .top .info{padding-bottom: 20px;}
	.s3 .wrap .swiper-slide .txtBx{font-size: 13px;}
	.s3 .wrap .arrow{display: none;}
}
@media screen and (max-width:320px) {}



/* s4 */
.s4{}
.s4 .wrap{}
.s4 .wrap h3{text-align: center; margin-bottom: 100px;}
.s4 .wrap ul{
	display: flex; flex-wrap: wrap;
	gap: 100px 0;
}
.s4 .wrap ul li{text-align: center; width: calc(100% / 4);}
.s4 .wrap ul li .imgBx{
	margin-bottom: 20px;
	display: flex; align-items: center; justify-content: center;
	min-height: 47px;
}
.s4 .wrap ul li .imgBx img{}
.s4 .wrap ul li h5{
	font-size: 20px; font-weight: 700; letter-spacing: -0.05em;
	line-height: 1.3; padding-bottom: 16px; position: relative;
	margin-bottom: 10px;
}
.s4 .wrap ul li h5::before {
	content:''; display: block; position: absolute; left: 50%; transform: translateX(-50%);
	width: 14px; height: 2px; background-color: var(--red); bottom: 0;
}
.s4 .wrap ul li p{
	font-size: 17px; font-weight: 300; letter-spacing: -0.025em; line-height: calc(27/17);
}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
	.s4 .wrap ul li{width: calc(100% / 3); padding: 0 10px; box-sizing: border-box;}
	.s4 .wrap ul li p{font-size: 14px;}
}
@media screen and (max-width:820px) {
	.s4 .wrap h3{margin-bottom: 60px;}

	.s4 .wrap ul{gap: 40px 0;}
	.s4 .wrap ul li .imgBx{margin-bottom: 10px;}
	.s4 .wrap ul li h5{font-size: 16px; margin-bottom: 8px; padding-bottom: 8px;}
	.s4 .wrap ul li p{font-size: 12px;}
	.s4 .wrap ul li p br{display: none;}
}
@media screen and (max-width:500px) {
	.s4 .wrap h3{margin-bottom: 40px;}

	.s4 .wrap ul li{width: 50%;}
}
@media screen and (max-width:320px) {}