#section_7_gtsp_0806 .project_home {
	list-style-type: none;
	padding-left: 0;
}
#section_7_gtsp_0806 .list_project_home .padding_ratio:before {
	padding-bottom: 70%;
}
#section_7_gtsp_0806 .list_project_home img {
	transition: .5s;
}
#section_7_gtsp_0806 .list_project_home .col_wrapper:hover img {
	transition: .5s;
	transform: scale(1.1);
}
#section_7_gtsp_0806 .list_project_home .col_wrapper:hover .news-title a {
	color: var(--title);
}
#section_7_gtsp_0806 .news-title {
	font-size: 1.2em;
	text-align: center;
}
#section_7_gtsp_0806 .news-title a {
	text-decoration: none;
	color: #000;
}
#section_7_gtsp_0806 .list_project_home {
	padding: 10px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: auto;
}
#section_7_gtsp_0806 .list_project_home .col_wrapper {
	border: 1px solid #eae3e3;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100%;
    flex: auto;
}
#section_7_gtsp_0806 .list_project_home .col_wrapper a {
	overflow: hidden;
}
#section_7_gtsp_0806 .content_dmda {
    padding: 10px 10px;
}
#section_7_gtsp_0806 .slick-dots {
	bottom: -30px;
}
#section_7_gtsp_0806 .slick-track {
	display: flex;
	flex: auto;
}

@media (max-width: 641px){
	#section_7_gtsp_0806 .list_project_home {
		padding: 0 5px;
	}
	#section_7_gtsp_0806 .content_dmda {
		padding: 10px 3px;
	}
	#section_7_gtsp_0806 .news-title {
		font-size: 1.1em;
	}
	#section_7_gtsp_0806 .slick-dots {
    	bottom: -40px;
	}
}