@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secIndexRecommend */
.secIndexRecommend{
	margin-top: 90px;
	background: #E8F5FA;
}
.secIndexRecommend .wrapper{
	width: 1040px;
	margin: 0 auto;
}
.secIndexRecommend .boxTit{
	padding: 99px 0;
}
.secIndexRecommend .boxTit .tit{
	font-size: 40px;
	font-weight: bold;
	color: #0070B8;
	text-align: center;
	letter-spacing: 1.75px;
}
.secIndexRecommend .boxTit .txt{
	font-size: 13px;
	font-weight: bold;
	color: #0070B8;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 22px;
}
.secIndexRecommend .boxList{
	font-size: 0;
}
.secIndexRecommend .boxList .item{
	display: inline-block;
	vertical-align: top;
	width: 515px;
	margin: 0 10px 10px 0;
	position: relative;
}
.secIndexRecommend .boxList .item:nth-child(2n){
	margin-right: 0;
}
.secIndexRecommend .boxList .item .img{
	width: 515px;
	height: 379px;
	position: relative;
}
.secIndexRecommend .boxList .item .boxTxt{
	opacity: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 495px;
	height: 359px;
	background: rgba(255,255,255,0.8);
	z-index: 10;
}
.secIndexRecommend .boxList .item a:hover .boxTxt{
	opacity: 1;
	-webkit-transform-property: opacity;
	transform-property: opacity;
	-webkit-transition-duration:0.5s;
	transition-duration: 0.5s;
}
.secIndexRecommend .boxList .item .boxTxt .txt{
	font-size: 10px;
	color: #0071B9;
	font-weight: bold;
	padding: 281px 0 0 44px;
	letter-spacing: 1px;
}
.secIndexRecommend .boxList .item .boxTxt .tit{
	font-weight: 500;
	font-size: 20px;
	color: #000;
	padding: 9px 44px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* .secIndexRecommend .btnMore{
	padding: 90px 0 100px;
} */
.secIndexRecommend .btnMore a{
	display: block;
	width: 300px;
	height: 61px;
	line-height: 65px;
	margin: 0 auto;
	color: #FFF;
	background: #0073BD;
	border-radius: 30.5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.5px;
}
.secIndexRecommend .btnMore a:hover{
	background: #2B9ACD;
}
@media only screen and (min-width:1024px) and (max-width:1100px){
	.secIndexRecommend .boxList .item{
		width: 500px;
		margin: 0 32px 32px 0;
	}
	.secIndexRecommend .boxList .item .img{
		width: 500px;
		height: 332px;
	}
	.secIndexRecommend .boxList .item .boxTxt{
		opacity: 1;
		position: static;
		width: 100%;
		height: auto;
		background: #FFF;
		padding-bottom: 21px;
	}
	.secIndexRecommend .boxList .item a:hover .boxTxt{
		-webkit-transition-duration:0s;
		transition-duration: 0s;
	}
	.secIndexRecommend .boxList .item .boxTxt .txt{
		padding: 30px 0 0 42px;
		letter-spacing: 0.75px;
	}
	.secIndexRecommend .boxList .item .boxTxt .tit{
		font-size: 20px;
		line-height: 1.5;
		height: 60px;
		box-sizing: content-box;
		padding: 1px 26px 0 42px;
		letter-spacing: 1px;
		text-overflow: clip;
		white-space: normal;
	}
}
@media only screen and (max-width:1023px){
	.secIndexRecommend{
		margin-top: 45px;
		padding-bottom: 20px;
	}
	.secIndexRecommend .wrapper{
		width: 100%;
	}
	.secIndexRecommend .boxTit{
		padding: 50px 0 48px;
	}
	.secIndexRecommend .boxTit .tit{
		font-size: 20px;
	}
	.secIndexRecommend .boxTit .txt{
		font-size: 10px;
		margin-top: 10px;
	}
	.secIndexRecommend .boxList{
		width: 86.67%;
		margin: 0 auto;
	}
	.secIndexRecommend .boxList .item{
		display: block;
		width: 100%;
		margin: 0 auto 30px 0;
	}
	.secIndexRecommend .boxList .item .img{
		width: 100%;
		height: 0;
		padding-top: 73.85%;
		position: relative;
	}
	.secIndexRecommend .boxList .item .boxTxt{
		opacity: 1;
		position: static;
		width: 100%;
		height: auto;
		background: #FFF;
		padding-bottom: 21px;
	}
	.secIndexRecommend .boxList .item a:hover .boxTxt{
		-webkit-transition-duration:0s;
		transition-duration: 0s;
	}
	.secIndexRecommend .boxList .item .boxTxt .txt{
		padding: 25px 0 0 21px;
		letter-spacing: 0.75px;
	}
	.secIndexRecommend .boxList .item .boxTxt .tit{
		font-size: 15px;
		line-height: 1.5;
		height: 44px;
		box-sizing: content-box;
		padding: 1px 21px 0 21px;
		letter-spacing: 1px;
		text-overflow: clip;
		white-space: normal;
	}
	/* .secIndexRecommend .btnMore {
		padding: 15px 0 30px;
	} */
	.secIndexRecommend .btnMore a {
		width: 220px;
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
    font-size: 11px;
    letter-spacing: 1px;
	}
}

/* secIndexLineup */
.secIndexLineup .boxTit{
	padding: 99px 0 90px;
}
.secIndexLineup .boxTit .tit{
	font-size: 40px;
	font-weight: bold;
	color: #0070B8;
	text-align: center;
	letter-spacing: 1.75px;
}
.secIndexLineup .boxTit .txt{
	font-size: 13px;
	font-weight: bold;
	color: #0070B8;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 22px;
}
.secIndexLineup .boxList{
	width: 1040px;
	margin: 0 auto;
	text-align: center;
	font-size:0;
}
.secIndexLineup .boxList .item{
	display: inline-block;
	width: 200px;
	margin-right: 80px;
	vertical-align:top;
}
.secIndexLineup .boxList .img img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.secIndexLineup .boxList .item:nth-child(4n){
	margin-right: 0;
}
.secIndexLineup .boxList .item:nth-child(-n+4){
	margin-bottom: 67px;
}
.secIndexLineup .boxList .item .txt{
	margin-top: 10px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.5px;
	font-size:12px;
	line-height:1.2;
	word-break:break-all;
}
/* .secIndexLineup .btnMore{
	padding: 97px 0 100px;
} */
.secIndexLineup .btnMore a{
	display: block;
	width: 300px;
	height: 61px;
	line-height: 65px;
	margin: 0 auto;
	color: #FFF;
	background: #0073BD;
	border-radius: 30.5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.5px;
}
.secIndexLineup .btnMore a:hover{
	background: #2B9ACD;
}
.secIndexLineup .btnLineup{
	display:block;
}
@media only screen and (max-width:1023px){
	.secIndexLineup .boxTit{
		padding: 50px 0 48px;
	}
	.secIndexLineup .boxTit .tit{
		font-size: 20px;
	}
	.secIndexLineup .boxTit .txt{
		font-size: 10px;
		margin-top: 10px;
	}
	.secIndexLineup .boxList{
		width: 70%;
	}
	.secIndexLineup .boxList .item,
	.secIndexLineup .boxList .item:nth-child(-n+4){
		width: 38%;
		margin: 0 22% 31px 0;
	}
	.secIndexLineup .boxList .item:first-child,
	.secIndexLineup .boxList .item:nth-child(2){
		margin-bottom: 41px;
	}
	.secIndexLineup .boxList .item:nth-child(2n){
		margin-right: 0;
	}
	.secIndexLineup .boxList .item .txt{
		margin-top: 17px;
	}
	/* .secIndexLineup .btnMore{
		padding: 18px 0 50px;
	} */
	.secIndexLineup .btnMore a{
		width: 220px;
		height: 45px;
		line-height: 45px;
		border-radius: 22.5px;
		font-size: 11px;
		letter-spacing: 1px;
	}
	.secIndexLineup .btnMore a:hover{
		background: #0073BD;
	}
}

/* secIndexBnr */
.secIndexBnr .boxBnr{
	display: block;
	height: 350px;
	background: url(../img/store/bnrDetailsBnr01_1.jpg?211209) center top / 1280px auto no-repeat #000;
	position: relative;
}
.secIndexBnr .boxBnr .bnr{
	position: absolute;
	bottom: 60px;
	right: calc(50% - 640px + 223px);
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #FFF;
	letter-spacing: 2px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.secIndexBnr .boxBnr .bnr:hover{
	color: #666464;
	border-color: #666464;
}
@media only screen and (max-width:1023px){
	.secIndexBnr .boxBnr{
		height: 0;
		padding-top: 99.73%;
		background: url(../img/store/bnrDetailsBnr01_1sp.jpg?211209) center top / cover no-repeat;
	}
}

/* secIndexMenu */
.secIndexMenu{
	background: #F0F0F0;
	padding: 99px 0 92px;
}
.secIndexMenu .boxList{
	width: 1040px;
	margin: 0 auto;
	font-size: 0;
}
.secIndexMenu .boxList .item{
	display: inline-block;
	vertical-align: top;
	width: 340px;
	background: #FFF;
	margin: 0 10px 10px 0;
	text-align: center;
}
.secIndexMenu .boxList .item:nth-child(-n+4){
	width:252.5px;
}
.secIndexMenu .boxList .item a{
	display: block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	padding: 100px 0 35px;
}
.secIndexMenu .boxList .item a:hover{
	background: #E8F5FA;
}
.secIndexMenu .boxList .item:nth-child(4) a,
.secIndexMenu .boxList .item:nth-child(6) a{
	padding-top: 90px;
}
.secIndexMenu .boxList .item:nth-child(3n){
	/*margin-right: 0;*/
}
.secIndexMenu .boxList .item:nth-child(4),
.secIndexMenu .boxList .item:nth-child(7){
	margin-right:0;
}

.secIndexMenu .boxList .item .txt{
	font-size: 20px;
	line-height: 40px;
	height: 80px;
	letter-spacing: 1.5px;
	font-weight: bold;
	color: #0071B9;
	position: relative;
	margin-top: 36px;
}
.secIndexMenu .boxList .item:nth-child(4) .txt,
.secIndexMenu .boxList .item:nth-child(6) .txt{
	margin-top: 46px;
}
.secIndexMenu .boxList .item .txt .inner{
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
@media only screen and (max-width:1023px){
	.secIndexMenu{
		padding: 50px 0 42px;
	}
	.secIndexMenu .boxList{
		width: 86.67%;
	}
	.secIndexMenu .boxList .item:nth-child(-n+4){
		width:49.23%;
	}
	.secIndexMenu .boxList .item,
	.secIndexMenu .boxList .item:nth-child(3n){
		width: 49.23%;
		margin: 0 1.54% 5px 0;
	}
	.secIndexMenu .boxList .item:nth-child(2n){
		margin-right: 0;
	}
	.secIndexMenu .boxList .item a{
		padding: 50px 0 20px;
	}
	.secIndexMenu .boxList .item:nth-child(4) a,
	.secIndexMenu .boxList .item:nth-child(6) a{
		padding: 46px 0 20px;
	}
	.secIndexMenu .boxList .item a:hover{
		background: #FFF;
	}
	.secIndexMenu .boxList .item .img{
		width: 48px;
		margin: 0 auto;
	}
	/*.secIndexMenu .boxList .item:nth-child(6) .img{
		width:63px;
	}*/
	.secIndexMenu .boxList .item .txt{
		font-size: 11px;
		line-height: 1.5;
		height: 33px;
		letter-spacing: 0.5px;
		margin-top: 18px;
	}
	.secIndexMenu .boxList .item:nth-child(4) .txt,
	.secIndexMenu .boxList .item:nth-child(6) .txt{
		margin-top: 22px;
	}
}
