/* imgBox */
.imgBox img{
	width: 100%;
}

/* visual */
.visual .bgBox img{
	width: 100%;
	transition: all 5s;
}

.visual .slick-active .bgBox img{
	transform: scale(1.1);
}

.visual .slideUl{
	margin-bottom: 0 !important;
}

.visual .slideLi{
	position: relative;
}

.visual .txtBox{
	width: 90%;
	max-width: 1200px;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 1s;
	transition-delay: 0.3s;
	opacity: 0;
	z-index: 1;
}

.visual .slick-active .txtBox{
	opacity: 1;
	top: 45%;
}

.visual .txtBox h2{
	color: #fff;
	font-size: 40px;
	line-height: 1.7;
	font-weight: 600;
	margin-bottom: 50px;
}

.visual .txtBox h2 span{
	display: block;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 0.7em;
}

.visual .slick-dots{
	bottom: 80px;
	left: 50%;
	transform: translate(-50%,0);
	display: flex;
	width: 90%;
	max-width: 1200px;
	/* justify-content: flex-start; */
	align-items: flex-end;
}

.visual .slick-dots::after{
	content: ' 03';
	color: #fff;
	font-weight: 100;
	font-size: 24px;
	font-style: italic;
	display: block;
	padding-bottom: 5px;
}

.visual .slick-dots li{
	position: relative;
	background: transparent;
	opacity: 0.7;
	width: auto;
	height: auto;
	border-radius: 50%;
	padding: 0;
	transition: all 0.4s;
	display: none;
}

.visual .slick-dots li::after{
	color: #fff;
	font-weight: 600;
	font-size: 34px;
	white-space: nowrap;
	font-style: italic;
}

.visual .slick-dots li:nth-child(1)::after{
	content: '01 /';
}

.visual .slick-dots li:nth-child(2)::after{
	content: '02 /';
}

.visual .slick-dots li:nth-child(3)::after{
	content: '03 /';
}

.visual .slick-dots li.slick-active{
	width: auto;
	opacity: 1;
	border-radius: 100px;
	display: block;
}

.visual .slick-dots li button{
	opacity: 0;
	width: auto;
	height: auto;
	position: absolute;
}


/* infoBox */
.infoBox{
	background: url(/include/img/infoBg.png) no-repeat center / cover;
	padding: 150px 0;
}

.infoBox ul{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.infoBox ul li{
	width: 31%;
}

.infoBox ul li .imgBox{
	margin-bottom: 30px;
}

.infoBox ul li .txtBox{
	height: 120px;
}

.infoBox ul li h5{
	font-size: 18px;
	color: var(--mainCol);
	font-family: 'roman';
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.infoBox ul li p{
	color: var(--mainCol);
	font-size: 17px;
	line-height: 1.7;
}

/* wear */
.wear{
	padding: 150px 0;
	position: relative;
}

.wear::after{
	content: '';
	display: block;
	width: 100%;
	height: 45%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f7f0e9;
}

.wear .inner{
	position: relative;
	z-index: 1;
}

.wear ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wear ul li{
	width: 31%;
	/* max-width: 355px; */
	margin-top: 40px;
	overflow: hidden;
	box-sizing: border-box;
	transition: all 0.4s;
}

.wear ul li:hover{
	box-shadow: rgba(0,0,0,0.4) 3px 3px 7px;
}

.wear ul li img{
	width: 100%;
	transition: all 0.4s;
}

.wear ul li img:hover{
	transform: scale(1.03);
}

/* gallBox */
.gallBox{
	padding: 150px 0;
}

.gallBox .inner{
	position: relative;
}

.gallBox .inner .topBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 32%;
	z-index: 1;
}

.gallBox .inner .topBox .link{
	display: flex;
}

.gallBox .inner .topBox .link a{
	display: block;
	width: 30%;
	margin-right: 2%;
	background: #f2f2f2;
	color: #535353;
	text-align: center;
	font-size: 16px;
	padding: 5px 0;
	border-radius: 100px;
	font-weight: 500;
	opacity: 0.5;
	transition: all 0.4s;
}

.gallBox .inner .topBox .link a.on{
	color: var(--mainCol);
	background: #efe7e0;
	opacity: 1;
}

.gallBox .slideUl{
	animation-delay: 0.6s;
	margin-bottom: 0 !important;
}

.gallBox .slideLi{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.gallBox .slideLi .left{
	width: 32%;
}

.gallBox .slideLi .right{
	width: 62%;
}

.gallBox .slideLi img{
	width: 100%;
}

.gallBox .slick-prev{
	left: -75px;
	background: url(/include/img/ico_prev.png) no-repeat center / contain;
}

.gallBox .slick-next{
	right: -75px;
	background: url(/include/img/ico_next.png) no-repeat center / contain;
}

.gallBox .slick-prev, 
.gallBox .slick-next{
	width: 50px;
	height: 50px;
}

.gallBox .slick-prev::before, 
.gallBox .slick-next::before{
	opacity: 0 !important;
	width: 100%;
	height: 100%;
}

.gallBox .slick-dots{
	display: none !important;
}

.gallBox .moreBox{
	display: flex;
	justify-content: center;
}

.gallBox .moreBox a{
	display: none;
	/* width: 300px; */
	height: 40px;
	margin: 30px auto 0;
	border-radius: 100px;
	/* border: 1px solid #999; */
	padding: 5px 30px;
	background: #f2f2f2;
	transition: all 0.4s;
}

.gallBox .moreBox a:hover{
	background: #efe7e0;
	box-shadow: rgba(0,0,0,0.1) 2px 2px 4px;
}

.gallBox .moreBox a.on{
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallBox .moreBox a *{
	transition: all 0.4s;
}

.gallBox .moreBox a .txt{
	font-size: 16px;
	line-height: 1;
	color: #535353;
	font-weight: 300;
	opacity: 0.5;
}

.gallBox .moreBox a:hover .txt{
	color: var(--mainCol);
	opacity: 1;
}

.gallBox .moreBox a .line{
	width: 50px;
	height: 1px;
	background: #535353;
	opacity: 0.5;
	margin-left: 10px;
}

.gallBox .moreBox a:hover .line{
	opacity: 1;
	background: var(--mainCol);
}

.gallBox .moreBox a .circle{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #535353;
	position: relative;
	opacity: 0.5;
}

.gallBox .moreBox a:hover .circle{
	border-color: var(--mainCol);
	opacity: 1;
}

.gallBox .moreBox a .circle::after{
	content: '';
	display: block;
	width: 30%;
	height: 30%;
	border-radius: 50%;
	background: #535353;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.4s;
}

.gallBox .moreBox a:hover .circle::after{
	background: var(--mainCol);
}

/* customer */
.customer{
	padding: 100px 0;
	background: url(/include/img/customerBg.png) no-repeat center / cover;
}

.customer .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.customer .inner .left{
	width: 40%;
}

.customer .inner .right{
	width: 55%;
}

.customer h3{
	font-size: 18px;
	font-weight: 500;
	color: var(--mainCol);
	margin-bottom: 15px;
}

.customer * + h3{
	margin-top: 40px;
}

.customer .callNum{
	font-weight: 700;
	color: var(--mainCol);
	font-size: 36px;
	display: inline-block;
	margin-bottom: 15px;
}

.customer .left p{
	font-size: 15px;
	color: var(--mainCol);
	line-height: 1.5;
	font-weight: 300;
}

.customer .right h3{
	display: flex;
	justify-content: space-between;
}

.customer .right h3 .copy{
	display: inline-block;
	border: 1px solid #dcc5ae;
	color: #8e857c;
	font-size: 14px;
	padding: 5px 15px;
}

.customer .mapBox iframe{
	width: 100%;
	height: 300px;
}


/* ------------------------------------------------------------1024 */
@media screen and (max-width: 1024px){



}



/* ------------------------------------------------------------720 */
@media screen and (max-width: 720px){

/* visual */
.visual .slick-active .txtBox{
	opacity: 1;
	top: 45%;
}

.visual .txtBox h2{
	font-size: 5vw;
	line-height: 1.3;
	margin-bottom: 7vw;
}

.visual .txtBox h2 span{
	font-size: 0.65em;
	margin-bottom: 3vw;
}

.visual .txtBox > a{
	width: 35%;
	display: block;
}

.visual .txtBox > a img{
	width: 100%;
}

.visual .slick-dots{
	bottom: 5vw;
	width: 90%;
}

.visual .slick-dots li{
	/* width: 8px; */
	/* height: 8px; */
}

.visual .slick-dots li::after{
	font-size: 7vw;
	font-weight: 800;
}

.visual .slick-dots::after{
	font-size: 5.5vw;
	padding-bottom: 1vw;
}

.visual .slick-dots li.slick-active{
	/* width: 20px; */
}

/* infoBox */
.infoBox{
	padding: 15vw 0;
}

.infoBox ul{
	width: 70%;
	margin: 5vw auto 0;
}

.infoBox ul li{
	width: 100%;
	margin-bottom: 5vw;
}

.infoBox ul li:last-child{
	margin-bottom: 0;
}

.infoBox ul li .imgBox{
	margin-bottom: 3vw;
}

.infoBox ul li .txtBox{
	height: auto;
}

.infoBox ul li h5{
	font-size: 3.5vw;
}

.infoBox ul li p{
	font-size: 3vw;
}

/* wear */
.wear{
	padding: 15vw 0;
}

.wear ul{
	margin-top: 5vw;
}

.wear ul li{
	width: 49%;
	margin-top: 2vw;
}

.wear ul li:nth-child(-n+2){
	margin-top: 0;
}

/* gallBox */
.gallBox{
	padding: 15vw 0;
}

.gallBox .inner .topBox{
	position: static;
	top: auto;
	left: auto;
	width: 100%;
	margin-bottom: 5vw;
}

.gallBox .inner .topBox .link{
	width: 80%;
	margin: auto;
	justify-content: center;
}

.gallBox .inner .topBox .link a{
	font-size: 3vw;
}

.gallBox .inner .topBox .link a:last-child{
	margin-right: 0;
}

.gallBox .slideUl{
	width: 80%;
	margin: auto;
}

.gallBox .slideLi .left{
	width: 100%;
}

.gallBox .slideLi .right{
	display: none;
}

.gallBox .slick-prev, .gallBox .slick-next{
	width: 6vw;
	height: 6vw;
}

.gallBox .slick-prev{
	left: -8vw;
}

.gallBox .slick-next{
	right: -8vw;
}

.gallBox .moreBox a{
	height: 8vw;
	padding: 0 5vw;
	margin: 5vw auto 0;
}

.gallBox .moreBox a .txt{
	font-size: 3vw;
}

.gallBox .moreBox a .line{
	width: 10vw;
}

.gallBox .moreBox a .circle{
	width: 4vw;
	height: 4vw;
}

/* customer */
.customer{
	padding: 15vw 0;
}

.customer .inner .left{
	width: 100%;
	order: 2;
}

.customer .inner .right{
	width: 100%;
	order: 1;
	margin-bottom: 5vw;
}

.customer h3{
	font-size: 3vw;
	margin-bottom: 3vw;
}

.customer .right h3 .copy{
	font-size: 3vw;
	padding: 0.3vw 3vw;
}

.customer .mapBox iframe{
	height: 40vw;
}

.customer .callNum{
	font-size: 7vw;
}

.customer .left p{
	font-size: 3vw;
}











}