.tab-big-corp .tab-big-corp-wrapper .swiper-container .swiper-wrapper .swiper-slide {
	width: 132px;
	height: 132px;
}

.tab-big-corp .tab-big-corp-wrapper .swiper-container .swiper-wrapper .swiper-slide.active-slide {
	width: 170px;
	height: 170px;
}

.tab-big-corp .tab-big-corp-wrapper .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-big-header {
	height: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: center;
	margin-bottom: 30px;
}

.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-big-header .title {
	color: white;
	font-weight: 700;
	font-size: 18px;
}

.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-big-body .text-container {
	margin-bottom: 30px;
}

.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-big-body .text-container p {
	color: #2f373f;
	font-weight: var(--font-regular);
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.8px;
}

.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-big-body .text-container p b {
	font-weight: var(--font-bold);
}



.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-big-body .image-container img {
	width: 100%;
	border-radius: 16px;
}

.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-pane {
	margin-top: -20px;
}

.tab-big-corp .tab-big-corp-wrapper .tab-content #slide-5 .tab-big-header {
	background-color: #EE412B;
}

.tab-big-corp .tab-big-corp-wrapper .tab-content #slide-6 .tab-big-header {
	background-color: #29BDE1;
}

.tab-big-corp .tab-big-corp-wrapper .tab-content #slide-7 .tab-big-header {
	background-color: #F9C215;
}

.tab-big-corp .tab-big-corp-wrapper .tab-content #slide-8 .tab-big-header {
	background-color: #A21C43;
}

.tab-big-corp .tab-big-corp-wrapper .tab-content #slide-9 .tab-big-header {
	background-color: #F16A2B;
}

.tab-big-corp .tab-big-corp-wrapper .tab-content #slide-11 .tab-big-header {
	background-color: #F89C27;
}

.tab-big-corp .tab-big-corp-wrapper .tab-content #slide-12 .tab-big-header {
	background-color: #BD8B2C;
}

.tab-big-corp .tab-big-corp-wrapper .tab-content #slide-13 .tab-big-header {
	background-color: #407E44;
}

.tab-big-corp .tab-big-corp-wrapper .tab-content #slide-14 .tab-big-header {
	background-color: #2596D3;
}

@media (min-width: 768px) {
	.tab-big-corp .tab-big-corp-wrapper .swiper-container .swiper-wrapper .swiper-slide {
		width: 135px;
		height: 135px;
	}
	.tab-big-corp .tab-big-corp-wrapper .swiper-container .swiper-wrapper .swiper-slide.active-slide {
		width: 205px;
		height: 205px;
	}
	.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-big-header {
		height: 160px;
		margin-bottom: 46px;
	}
	.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-big-header .title {
		font-size: var(--tp-l-size);
	}
	.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-big-body .text-container {
		margin-bottom: 73px;
	}
	.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-big-body .text-container p {
		font-size: var(--tp-body_l-size);
		line-height: var(--tp-body_l-height);
		letter-spacing: 0.011rem;
	}
	.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-pane {
		margin-top: -40px;
	}
}

@media (min-width: 1360px) {
	.tab-big-corp .tab-big-corp-wrapper .swiper-container .swiper-wrapper .swiper-slide {
		width: 160px;
		height: 160px;
	}
	.tab-big-corp .tab-big-corp-wrapper .swiper-container .swiper-wrapper .swiper-slide.active-slide {
		width: 255px;
		height: 255px;
	}
	.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-big-header {
		height: 200px;
		margin-bottom: 80px;
	}
	.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-big-header .title {
		font-size: var(--tp-l-size);
	}
	.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-big-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-big-body .text-container {
		margin-bottom: 0;
		max-width: 633px;
	}
	.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-big-body .image-container {
		max-width: 445px;
	}
	.tab-big-corp .tab-big-corp-wrapper .tab-content .tab-pane {
		margin-top: -65px;
	}
}

.big-tab { margin: 80px 0 96px; }