.fashionPage .sec003 {
	padding: 50px 0 200px;
}

.fashionPage .sec001 {
	width: 100%;
	margin-bottom: 200px;
}

.fashionPage .sec001 .iluLogo {
	width: 100%;
}

.slick-slide img {
	height: 650px;
}

@media screen and (max-width: 480px) {
	.slick-slide img {
		height: 300px;
	}
	.slick-dots{
		display: none!important;
	}
	
	.contentPage .sec001 h1{
		margin-bottom: 0;
	}

}