﻿@charset "utf-8";
.module0140{
	width:73vw;
	width: var(--mainwidth);
	height: auto;
	margin:0px auto;
}

.module0140_tit{
	width:100%;
	text-align: center;
}
.module0140_come{
	text-align: center;
	margin-top: 1.25rem;
}
.module0140_list{
	width:90%;
	margin: 0 auto;
	margin-top: 1rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.module0140_img{
	width:15%;
	height: calc(73vw * 0.135 * 83 / 158);
	height: calc(var(--mainwidth) * 0.135 * 83 / 158);
	font-size: 0px;
	overflow: hidden;
	margin-right: 2%;
	margin-top: calc(73vw * 0.018);
	margin-top: calc(var(--mainwidth) * 0.018);
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
	z-index: 100;
}
.module0140_img:nth-child(6n){ margin-right: 0px;}
.module0140_img:hover{border: 1px solid var(--OneColor);}
.module0140_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}




@media screen and (max-width:1023px)and (min-width:300px){

.module0140{
	width:96vw;
}


.module0140_img{
	width:32%;
	height: calc(73vw * 0.288 * 83 / 158);
	
	margin-right: 2%;
	margin-top: calc(96vw * 0.02);
}
.module0140_img:nth-child(6n){ margin-right: 2%;}	
.module0140_img:nth-child(3n){ margin-right: 0px;}
	.module0140_img img{transform: scale(0.8);}	
}
