#section_1_gtsp_0806 .padding_ratio:before{
	padding-bottom: 100%;
}
#section_1_gtsp_0806 .img:hover img {
	transform: scale(1.1); transition: .5s
}
#section_1_gtsp_0806 .img img{
	/*border-radius: 100%;*/ 
	transition: .5s;
}
#section_1_gtsp_0806 .img{
	border: 2px solid #d3d3d3;
	border-radius: 100%;
	display: block; overflow: hidden;
}
#section_1_gtsp_0806 .sp_title a{
	color: #000;
	text-decoration: none;
	font-size: 1.3em
}
#section_1_gtsp_0806 .sp_title {
	font-size: 1.2em; margin-bottom: 10px;
	flex-grow: 1
}
#section_1_gtsp_0806 .row .col-4 .col_wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: auto;
}
@media (max-width: 640px){
	#section_1_gtsp_0806 .row .slick-track{
		display: flex;
		flex: auto;
	}
	#section_1_gtsp_0806 .sp_title {
		font-size: .8em;
	}
	#section_1_gtsp_0806 .row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#section_1_gtsp_0806 .col-4 {
		margin-right: 10px;
		flex: 45%;
		max-width: 45%;
	}
	#section_1_gtsp_0806 {
		padding-bottom: 50px;
	}
	#section_1_gtsp_0806 ul.slick-dots {
		bottom: -35px;
	}
}