@charset "utf-8";
/*******************************************************************************
 * Version 1.0 Release;
 * Copyright 2018
 ******************************************************************************/
/* 首頁 */
.slide-index .carousel__imgbox:after{
	padding-top: 87.5%;/*320x280*/
}
/* content */
.content{
	max-width: 1920px;
	margin: 0 auto;
}
/* section */
/* .wrap-index .section{
	margin-bottom: 33px;
} */
/* product-btn */
.section-product-btn {
	background: #f7f7f7;
	padding: 33px 0;
	margin-bottom: 0;
}
.product-btn {
	display: flex;
	flex-wrap: wrap;
	margin: -.8%;
}
.product-btn__picbox {
	display: inline-block;
	vertical-align: top;
	height: auto;
	margin: .8%;
	width: 48.4%;
	position: relative;
}
.product-btn__pic-link{
	display: block;
}
.product-btn__pic-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0;
	z-index: -1;
	transition: opacity .3s;
}
.product-btn__pic {
	width: 100%;
	max-width: 100%;
	margin:auto;
	display: block;
}
.product-btn__pic-link:hover::before,
.product-btn__pic-link:active::before{
	z-index: 1;
	opacity: .3;
}
/* plusminuszero */
.section-plusminuszero {
	background-color: #232323;
	color: #fff;
	padding: 85px 10px;
	font-weight: 300;
}
.section-plusminuszero__textbox {
	background:url(../../images/index/other/nobby.svg?t=20181001) no-repeat center top;
	background-size:243px 43px;
	padding: 90px 0 0;
}
.section-plusminuszero__p {
	margin-bottom: 35px;
}
.section-plusminuszero__p:last-child {
	margin-bottom: 0;
}
.small-logo{
	float: left;
	margin: 0 5px 5px 0;
	width: 22px;
	height: 19px;
}
/* section 設定 */
.section-box{
	width:100%;
	padding: 0 10px;
	max-width: 1200px;
	margin: auto;
}

.section__block{
	width: 100%;
	margin: auto;
}
/* 推薦產品 */

/* 特別企劃 */
.plan{
	display: block;
}
.plan__item{
	width: 100%;
	background: #f7f7f7;
}
.plan__item--full{
	display: block;
	position: relative;
}
.plan__item--full .plan__item--full-link{
	text-decoration: none;
	color: #fff;
	cursor: default;
}

.plan__item--order1{
	order: 1;
}
.plan__item--order2{
	order: 2;
}
.plan-text{
	padding: 25px;
	line-height: 30px
}
.plan-text__title{
	font-size: 22px;
	margin-bottom: 10px;
}
.plan-text__more{
	margin: 20px 0;
	text-align:center;
	display: none;
}
.plan-img{
	display: block;
}


/* 消息 */
.news__title{
	margin-bottom: 30px;
}
.news{
	width: 100%;
	position: relative;
}
.news__row{
	border-bottom:1px solid #dcdcdc;
	padding: 20px 0 15px 0;
	font-size: 16px;
	text-align: center;
}
.news__row:nth-child(1){
	padding-top: 0;
}
.news__text-link {
	text-decoration: none;
	color: #232323;
	transition: color .2s;
}
.news__set{
	display: block;
	margin-bottom: 10px;
}
.news__text-link:hover{
	color: #c5b29c;
}
.news__set--item{
	position: relative;
	font-weight: 600;
}
.news__set--item:after{
	position: absolute;
	right: -15px;
	top: 5px;
	content: "";
	width: 1px;
	height: 17px;
	background-color: #232323;
	display: none;
}
.news__date {
	color: #999;
}
.news__more{
	margin: 20px 0;
	text-align:center;
}
.btn-news, .btn-plan{
	width: 100%;
	padding: 15px 0;
	-webkit-background-size: auto;
	background: none;
}
.btn-plan{
	z-index: 10;
}

/* section-banner */
.section-banner{
	width:100%;
	margin-bottom: 0;
}
.section-banner__imgbox {
	width: 50%;
	float:left;
	/*position: relative;*/
}
.section-banner__img-link{
	display: block;
}
.section-banner__img{
	display: block;
	width: 100%;
	max-width: 100%;
	z-index: 1;
	transition: opacity .2s;
	-webkit-backface-visibility: hidden;
	object-fit: cover;
}
.section-banner__img-link:hover .section-banner__img, 
.section-banner__img-link:active .section-banner__img{
	opacity: 0.8;
}
.index-product__btn {
	text-align: center;
	padding: 20px 10px 0 10px;
}


/*如果使用者之視窗寬度>=768px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 768px) {

	/* 圖片比例 */
	.slide-index .carousel__imgbox:after{
		padding-top: 49.47%;/*1920x950*/
	}
	/* 圖片 */
	.slide-index .carousel__img {
		max-width: initial;
	}

	/* product-btn */
	.section-plusminuszero__textbox{
		background-size: 253px 53px;
	}
	.section-box{
		padding: 0 20px;
	}
	/* 特別企劃 */
	.plan-text{
		padding: 40px;
	}

}
/*如果使用者之視窗寬度>=1024px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 1024px) {
	/* content */
	.content{

	}
	/* section */
	.section{
		margin-bottom: 75px;
	}
	.section-product-btn {
		margin-bottom: 0;
		padding: 75px 0;
	}
	/* product-btn */
	.product-btn{
		flex-wrap: nowrap;
		margin: 0 -3.5px;
	}
	.product-btn__picbox {
		width: calc(25% - 7px);
		margin: 0 3.5px;
	}
	/* plusminuszero */
	.section-plusminuszero{
		padding: 130px 0;
	}
	.section-plusminuszero__textbox{
		padding: 0 0 0 350px;
		background-position:15px 50px;
	}
	.section-plusminuszero__p{
		margin-bottom: 15px;
	}
	.section-banner{
		margin-bottom: 0;
}
	/* 特別企劃 */
	.plan{
		display: flex;
		flex-direction: row;
	}
	.plan__item{
		width: 50%;
	}
	.plan-text{
		padding: 10px;
		line-height: 23px;
	}
	.plan-text--absolute{
		position: absolute;
		top: 50px;
		left: 40px;
		color: #fff;
		width: 50%;
		pointer-events: none;
		z-index: 1;
	}
	.plan-text__block{
		overflow: hidden;
		position: relative;
		line-height: 30px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.plantext1{
		-webkit-line-clamp: 5;
		max-height: 150px;
	}
	.plantext2{
		-webkit-line-clamp: 7;
		max-height: 210px;
	}
	.plan__item--order1{
		order: 2;
	}
	.plan__item--order2{
		order: 1;
	}
	.plan-img {
		-webkit-backface-visibility: hidden;
		transition: opacity .25s;
	}
	.plan-img:hover {
		opacity: 0.5;
	}
	.plan-text__more{
		text-align:left;
		pointer-events: auto;
		display: block;
	}
	.btn-plan{
		border-color: #fff;
		color: #fff;
		width: auto;
		padding: 8px 30px ;
	}
	.btn-plan:hover{
		background: #232323;
		border-color: #232323;
		color: #fff;
	}

	/* 消息 */
	.news__title{
		margin-bottom: 20px
	}
	.news__row{
		padding-bottom: 12px;
		max-width: 900px;
		margin: 0 auto;
	}
	.news__set{
		display: inline-block;
		margin-right: 25px;
		vertical-align: middle;
		text-align: left;
	}
	.news__set2{
		display: inline-block;
		vertical-align: middle;
	}
	
	.news__word{
		width: 471px;
	}
	.news__word a{
		width: 100%;
		display: block;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.news__more{
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
	.btn-news{
		width: auto;
		padding: 0;
		border: none;
	}
	.btn-news:hover,
	.btn-news:focus,
	.btn-news:active {
		color: #c5b29c;
	}
	.news__set--item{
		width: 68px;
		text-align: right;
	}
	.news__set--item:after{
		display: block;
	}
	/* section-banner */
	.section-banner__imgbox {
		width: 25%;
	}
	/*product*/
	.index-product__btn{
		display: none;
	}
}
/*如果使用者之視窗寬度>=1440px，將會再載入裡的 CSS。*/
@media screen and (min-width: 1440px) {
	/* img btn */
	.product-btn {
		max-width: 1200px;
	}
	/* plusminuszero */
	.section-plusminuszero__textbox{
		max-width: 1100px;
		margin: auto;
		background-size: 350px 70px;
		padding: 0 0 0 500px;
	}
	/* section 設定 */
	.section-box{
		max-width: 1200px;
	}
	.plan-text{
		padding: 25px 23px;
		line-height: 30px
	}

}

/*如果使用者之視窗寬度>=1920px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 1920px) {
}
