.trainer_detail__wrap {
	margin: 42px auto auto auto;
	width: 100%;
	max-width: 1680px;
}

.trainer_button__back {
	padding: 20px 44px;
	color: white;
	font-size: 20px;
	font-family: "Cygre Medium-Medium";
	font-weight: 500;
	background: linear-gradient(90deg, #D74548 0%, #C83670 25%, #A93890 50%, #7F388C 75%, #523671 100%);
}

.trainer_detail__top-content {
	display: flex;
	flex-wrap: wrap;
	row-gap: 35px;
	column-gap: 72px;
	color: white;
	font-family: "Cygre Medium-Medium";
}

.trainer_detail__title {
	margin-top: 45px;
	width: 100%;
	font-weight: 500;
	font-size: 52px;
	line-height: 100%;
	letter-spacing: -1px;
}

.main_image {
	width: calc(50% - 75px);
	height: 440px;
	object-fit: cover;
}

.trainer_detail__text {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.5px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 50%;
}

/* ---------------------------------- slide ------------------------------ */

.slider_control__right,
.slider_control__left {
	cursor: pointer;
}

.gallery {
	background: #1E1E1E;
	height: 975px;
	padding-top: 120px;
}

.gallery_wrap {
	display: block;
	position: relative;
	max-width: 1680px;
	margin: auto;
}

.gallery_title {
	margin-bottom: 23px;
	height: 181px;
}

.gallery .h2 {
	font-size: 100px;
	color: #FFFFFF;
	font-family: "Cygre Medium-Medium", Helvetica;
}

.gallery_title__description {
	font-family: "Cygre Medium-Medium", Helvetica;
	font-weight: 500;
	font-size: 30px;
	line-height: 48px;
	letter-spacing: -1px;
	color: #D9D9D9;
}

.gallery_title__wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* //---------------------------------- slide ------------------------------ */