
/*** Mall Detail Headimg ***/
.swiper-deHeadimg {
	width: 100%;
	height: 100%;
}
.swiper-deHeadimg .swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/*** END-Mall Detail Headimg ***/


/*************************** Main Visual *****/
.swiper-mainvisual {
	width: 100%;
	height: 100%;
}
.swiper-mainvisual .swiper-slide {
	background-position: center;
	background-size: cover;
}
.swiper-mainvisual .swiper-slide a {
	display:block;
	width:100%;
	height:100%;
}
.swiper-mainvisual .swiper-slide img {
	width:100%;
}
.swiper-mainvisual .swiper-pagination {
	bottom:18px;
}
.swiper-mainvisual .swiper-pagination-bullet {
	width:11px;
	height:11px;
}
@media (max-width:1200px) {
.swiper-mainvisual .swiper-pagination-bullet {
	width:8px;
	height:8px;
}
}
@media (max-width:767px) {
.swiper-mainvisual .swiper-button-prev, .swiper-mainvisual .swiper-button-next {
	height:22px;
}
}

.swiper-tsuirts, .swiper-vest, .swiper-jacket, .swiper-ETC {
	width: 100%;
	height: 100%;
}
.swiper-tsuirts .swiper-slide,
.swiper-vest .swiper-slide,
.swiper-jacket .swiper-slide,
.swiper-ETC .swiper-slide {
	text-align: center;
	font-size: 18px;
	color:#000;
	background-position:50% 0% !important;
	background-color: #8f8f8f;
	background-size:cover !important;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-ETC .swiper-slide img {
	width:100%;
	max-width:100%;
	max-height:100%;
}
@media (max-width:1200px) {
.swiper-main2 {
	width: 100%;
}
}
/*** END - Main Visual ***/

