@charset "utf-8";
.sec_tours {
	padding-top: 50px;
}
.tours_about {
	margin-bottom: 45px;
}
.tours_about .title_sm {
	font-weight: 500;
	text-align: center;
}
.tours_content .mod_wrap {
	width: 92%;
	max-width: 1100px;
	border-color: var(--sub19-color);
	padding: 60px 60px 60px 0;
}
.tours_content .mod_wrap:not(.row_reverse) {
	margin-left: auto;
}
.tours_content .mod_wrap .img_mod {
	width: 58%;
	max-width: 578px;
	margin-top: 0;
	margin-left: -120px;
}
.tours_content .mod_wrap .mod_info {
	width: 47%;
}
.tours_content .title_vertical span {
	color: var(--sub19-color);
}
.tours_content .mod_info ul h5 {
	font-weight: 600;
}
.tours_content .mod_wrap .button_base {
	margin: 40px auto 0;
}
.tours_content .mod_wrap.row_reverse {
	padding: 60px 0 60px 60px;
}
.tours_content .mod_wrap.row_reverse .img_mod {
	margin-left: 40px;
	margin-right: -120px;
}
.tours_content .full-width {
	width: 100%;
	text-align: center;
}

/*Junior Theme*/
.junior_theme .tours_content .mod_wrap {
	border-color: var(--sub21-color);
}
.junior_theme .tours_content .title_vertical span {
	color: var(--sub21-color);
}

/*Dental Theme*/
.dental_theme .tours_content .mod_wrap {
	border-color: var(--sub22-color);
}
.dental_theme .tours_content .title_vertical span {
	color: var(--sub22-color);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.sec_tours {
		padding-top: 4.170vw;
	}
	.tours_about {
		margin-bottom: 3.753vw;
	}
	.tours_content .mod_wrap {
		padding: 5.004vw 5.004vw 5.004vw 0;
	}
	.tours_content .mod_wrap .img_mod {
		margin-left: -10.008vw;
	}
	.tours_content .mod_wrap .button_base {
		margin-top: 3.336vw;
	}
	.tours_content .mod_wrap.row_reverse {
		padding: 5.004vw 0 5.004vw 5.004vw;
	}
	.tours_content .mod_wrap.row_reverse .img_mod {
		margin-left: 3.336vw;
		margin-right: -10.008vw;
	}
}

@media only screen and (max-width: 767px) {
	.sec_tours {
		padding-top: 0.50rem;
	}
	.tours_about {
		margin-bottom: 0.45rem;
	}
	.tours_content .mod_wrap {
		width: 100%;
		max-width: 6.50rem;
		padding: 0.60rem 0.30rem !important;
		margin-left: auto;
		margin-right: auto;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.tours_content .mod_wrap .img_mod {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		order: 3;
		margin: 0.50rem 0 0 !important;
	}
	.tours_content .mod_wrap .mod_info {
		width: 100%;
		order: 1;
		padding-left: 0.30rem;
	}
	.tours_content .mod_wrap .button_base {
		margin-top: 0.40rem;
		order: 2;
	}
	.tours_content .title_vertical {
		width: 1.00rem;
		top: 0.05rem;
		left: -0.17rem !important;
		right: auto;
		-webkit-justify-content: flex-end;
		        justify-content: flex-end;
		transform: rotate(-90deg);
		z-index: -1;
	}
	.tours_content .full-width {
		order: 2;
	}
}