@charset "utf-8";
.cont_col p {
		line-height: 1.8;
}
.grow_grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
		margin-top: 40px;
}
.grow_item img {
		width: 100%;
		height: auto;
		border-radius: 20px;
}
@media(max-width: 600px) {
		.grow_grid {
				display: block;
				gap: 0;
		}
		.grow_item {
				margin-bottom: 10px;
		}
		.grow_item img {
				border-radius: 8px;
				height: 100px;
				object-fit: cover
		}
}
.training_col {
		background-color: #f5f8ff;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
		margin-bottom: 50px;
		padding: 50px 45px;
		overflow: hidden;
		border-radius: 10px;
		position: relative;
}
.training_col::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 8px;
		height: 100%;
		background: #C9E0FD;
		pointer-events: none
}
.training_hd_wrap {
		display: flex;
		margin-bottom: 25px;
}
.training_hd {
		font-size: 17px;
		font-weight: 700;
		background-color: #005be4;
		color: #fff;
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		padding: 0 14px;
}
.training_hd span {
		transform: translateY(-1px)
}
.training_sb {
		font-size: 18px;
		font-weight: 700;
		line-height: 1;
		margin: 0 0 25px;
		color: #005BE4;
}
@media(max-width: 767px) {
		.training_sb {
				font-size: 15px;
				margin: 0 0 20px;
		}
}
hr {
		height: 1px;
		background: #E2E8EE;
		border: none;
		margin: 25px 0;
}
.training_flex {
		display: flex;
}
.training_caption {
		flex: 1;
}
.training_figure {
		width: 240px;
		margin-left: 30px;
		position: relative;
}
.training_figure::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		background-image: url("../images/train_figure_dot.png");
}
.training_figure img {
		width: 100%;
		height: auto;
}
.voice_flex {
		display: flex;
		align-items: center;
		margin-bottom: 25px;
}
.voice_figure {
		margin-right: 20px;
		width: 90px;
}
.voice_figure img {
		width: 100%;
		height: auto;
		border-radius: 50%;
}
.voice_caption {
		flex: 1
}
.voice_name,.voice_caption h6 {
		font-size: 16px;
		font-weight: 700;
		margin: 0 0 10px
}
.voice_name + p,.voice_caption p {
		font-size: 14px;
}
@media(max-width: 1500px) {
		.training_col {
				padding-right: 35px;
		}
		.training_flex {
				display: flex;
				align-items: center;
		}
		.training_figure {
				width: 25%;
				margin-left: 25px;
		}
		.voice_figure {
				margin-right: 20px;
				width: 80px;
		}
}
@media(max-width: 960px) {
		.training_figure {
				display: none
		}
}
@media(max-width: 767px) {
		.training_hd_wrap {
				margin-bottom: 15px;
		}
		.training_hd {
				font-size: 14px;
				border-radius: 8px;
				height: 32px;
				padding: 0 12px;
		}
}
@media(max-width: 600px) {
		.training_col {
				margin-bottom: 30px;
				padding: 30px 25px;
				padding-right: 15px;
		}
		.training_col::before {
				width: 3px;
		}
		.voice_flex {
				display: flex;
				flex-direction: column;
				align-items: flex-start;
				position: relative;
		}
		.voice_caption {
				display: contents
		}
		.voice_figure {
				margin-right: 0;
				margin-bottom: 15px;
				width: 70px;
		}
		.voice_flex .voice_name,.voice_caption h6 {
				position: absolute;
				left: 85px;
				top: 21px;
				font-size: 14px;
		}
}