/*廣告欄位 start*************************************************/
.column_grid{
  display: grid;
  grid-gap: 10px;
  margin: 10px 0;
  padding: 0;
}
.column_grid_2{grid-template-columns: repeat(2,1fr);}
.column_grid_3{grid-template-columns: repeat(3,1fr);}
.column_grid_4{grid-template-columns: repeat(4,1fr);}
.column_grid .box_grid{
  background: #fff;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.column_grid .box_grid a{
	width: 100%;
	display: block;
}
.column_grid .box_grid img{
	width: 100%;
	display: block;
}
/*廣告欄位 end*************************************************/

/*宣告文 標語 start*************************************************/
.slogan{
	width: 100%;
	margin: 15px 0;
	display: block;
	text-align: center;
	padding:60px 30px;
	-moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.slogan p{
	width: 80%;
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 auto;
	padding: 50px;
	background-color: rgba(255,255,255,0.8);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4); box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
/*宣告文 標語 end*************************************************/

/*左右圖文欄位 start*************************************************/
.recommend_box{
	clear:both;
	width:100%;
	max-width: 1400px;
	margin:15px auto 45px auto;
	text-align:center;
	display: block;
	overflow: hidden;
}
.recommend_box .pic{
	width:46%;
	max-width:700px;
	vertical-align:top;
	text-align: center;
	margin:0 2%;
}
.recommend_box .pic img{
	width:100%;
}
.recommend_box .info{
	width:46%;
	max-width:700px;
	text-align:left;
	vertical-align:top;
	margin:0 2%;
}
.recommend_box .info h2{
	font-size: 1.8em;
	line-height:24pt;
	margin:4% 0 5% 0;
}
.recommend_box .info p{
	line-height:22pt;
	margin:0 0 15px 0;
	text-align: justify;
	text-justify:inter-ideograph; 
}
.recommend_box .info a.link{
	display: block;
	background-color: unset;
	color: #000;
	border: 1px solid #000;
	width: fit-content;
	width: -moz-fit-content;
	text-align:center;
	text-decoration: unset;
	padding: 10px 20px;
	border-radius:3px;
	transition: background 0.3s; -webkit-transition: background 0.3s;
}
.recommend_box .info a.link:hover{
	color: var(--hover_textcolor);
	background-color: var(--hover_color);
	border: 1px solid var(--hover_color);
}
.recommend_box_type_left .pic{float: left;}
.recommend_box_type_left .info{float: right;}
.recommend_box_type_right .pic{float: right;}
.recommend_box_type_right .info{float: left; text-align: right;}
.recommend_box_type_right .info p{text-align: right;}
.recommend_box_type_right .info a{float: right;}
/*左右圖文欄位 end*********************************/

/*形象圖 start*************************************************/
.imagebar{
  width: 100%;
  padding:8% 10px;
  text-align: center;
  background-position: center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.imagebar h2{
	font-size: 1.8em;
	width: 100%;
	text-align: center;
}
.imagebar p{
	width: 100%;
	text-align: center;
}
.imagebar a.link{
	display: block;
	background-color: unset;
	color: #000;
	border: 1px solid #000;
	width: fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
	text-align:center;
	text-decoration: unset;
	padding: 10px 20px;
	border-radius:3px;
	transition: background-color 0.3s; -webkit-transition: background-color 0.3s;
}
.imagebar a.link:hover{
	color: var(--hover_textcolor);
	background-color: var(--hover_color);
	border: 1px solid var(--hover_color);
}
/*形象圖 end*********************************/

/*news start*************************************************/
.column_news{
	width: 100%;
	max-width: 1200px;
	margin: 40px auto 50px auto;
	padding: 0 20px;
	display: block;
}
.column_news a{
	text-decoration: unset;
	color:  #000;
}
.column_news .box_news{
	width: 100%;
	clear: both;
	margin: 0 0 30px 0;
	padding: 10px;
	background-color: rgba(0,0,0,0);
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
	transition: background-color 0.3s; -webkit-transition: background-color 0.3s;
}
.column_news.column_news_type_textonly .box_news{
	margin: 0 0 10px 0;
}
.column_news .box_news:hover{
	background-color: rgba(0,0,0,0.05);
}
.column_news .box_news .pic{
	display: inline-block;
	width: 300px;
	height: 200px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4); box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	vertical-align: top;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;	background-size: cover;
}
.column_news .box_news .info{
	display: inline-block;
	width: calc(100% - 338px);
	margin: 0 0 0 30px;
	padding: 6px 0; 
	min-height: 200px;
	border-bottom: 1px dashed #aaa;
}
.column_news.column_news_type_textonly .box_news .info{
	width: 100%;
	min-height: unset;
	margin: 0;
}
.column_news .box_news .info .label{
	background-color: #888;
	width: fit-content;
	width: -moz-fit-content;
	clear: both;
	color: #fff;
	font-size: 0.96em;
	padding: 5px 15px;
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
.column_news.column_news_type_textonly .box_news .info .label{
	display: inline-block;
	vertical-align: middle;
}
.column_news .box_news .info .label .type::before{
	content: "|";
	margin: 0 10px 0 5px;
	font-size: 0.8em;
	position: relative;
	top:-1px;
}
.column_news .box_news .info h3{
	margin: 10px 0;
	font-size: 1.3em;
	cursor: pointer;
	font-weight: bold;
}
.column_news.column_news_type_textonly .box_news .info h3{
	display: inline-block;
	vertical-align: middle;
}
.column_news .box_news .info .text{
	font-size: 1em;
}
.column_news .box_news .info .text::after{
	content: "...[ 詳細內容 ]";
}

.column_news.column_news_type_column_2{
  text-align: center;
}
.column_news.column_news_type_column_2 .box_news{
	display: inline-block;
	width: calc(50% - 35px);
	margin: 0 12px;
}
.column_news.column_news_type_column_2 .box_news .pic{
	width: 100%;
	height: unset;
	padding-bottom: 64.9%;
}
.column_news.column_news_type_column_2 .box_news .info{
	width: 100%;
	margin: 0;
	min-height: unset;
}
.column_news.column_news_type_column_2 .box_news .info h3{
	margin: 5px 0;
}
.column_news.column_news_type_column_2 .box_news .info .label{
	margin: 0 auto;
	color: #666;
	background-color: unset;
	padding: 0;
}

.column_news.column_news_type_column_3{
  text-align: center;
  max-width: 1440px;
}
.column_news.column_news_type_column_3 .box_news{
	display: inline-block;
	width: calc(33% - 24px);
	margin: 0 8px;
}
.column_news.column_news_type_column_3 .box_news .pic{
	width: 100%;
	height: unset;
	padding-bottom: 64.9%;
}
.column_news.column_news_type_column_3 .box_news .info{
	width: 100%;
	margin: 0;
	min-height: unset;
}
.column_news.column_news_type_column_3 .box_news .info h3{
	margin: 5px 0;
}
.column_news.column_news_type_column_3 .box_news .info .label{
	margin: 0 auto;
	color: #666;
	background-color: unset;
	padding: 0;
}
/*news end*************************************************/

/*products_list start**************************************************/
.column_products{
	width: 100%;
	max-width: 1920px;
	margin: 40px auto 50px auto;
	display: block;
}
.products_list{
  display: grid;
  grid-gap: 30px 20px;
  padding: 0 10px;
  margin: 0 auto 40px auto;
  width: 100%;
}
.products_list_type_6{grid-template-columns: repeat(6,1fr);}
.products_list_type_4{grid-template-columns: repeat(4,1fr); max-width: 1280px;}
.products_list_type_3{grid-template-columns: repeat(3,1fr); max-width: 1280px;}
.products_list_main{grid-template-columns: repeat(3,1fr); padding: 0;}

.products_list .box_product{
  background: #fff;
  border: 1px solid #ececec;
  text-align: center;
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  /*-webkit-box-pack: center;*/
  /*-ms-flex-pack: center;*/
}
.products_list .box_product:hover{
	background-color: #ececec;
	outline:5px solid #ececec;
}
.products_list .box_product .info{
	display: block;
	clear: both;
	width:100%;
}
.products_list .box_product .info .pic{
	position: relative;
	width:100%;
	padding-bottom:100%;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: contain; -webkit-background-size: contain; -o-background-size: contain; background-size: contain;
}
.products_list .box_product .info .title{
	width:100%;
	padding: 0 3px;
	color: #000;
	font-weight: 600;
	font-size: 1em;
}
.products_list .box_product .info .title .brand{
	display: inline-block;
}
.products_list .box_product .info .title .brand::after{
	content: " | "
}
.products_list .box_product .info .desc{
	width:100%;
	padding: 0 3px;
	margin:0 0 3px 0;
	color: #4a4a4a;
	font-size: 0.96em;
}
.products_list .box_product .info .title_sec{
	width:100%;
	font-size:11pt;
	line-height:15pt;
	/*word-break:break-all;*/
	margin:0 0 15px 0;
	color: #555;
}
.products_list .box_product .info .price{
	width:100%;
	margin:0 0 10px 0;
	font-size: 0.96em;
}
.products_list .box_product .info .price .type{
	padding: 0 2px;
}
.products_list .box_product .info .price .type:last-child{
	border-right:none;
	padding: 0;
}
.products_list .box_product .info .price .normal{display: inline-block;}
.products_list .box_product .info .price .normal::before{
	content: "售價 $";
}
.products_list .box_product .info .price .sale{color: #f06;display: inline-block;}
.products_list .box_product .info .price .sale::before{
	content: "特價 $";
}
.products_list .box_product .info .price .vip{color: #f06;display: inline-block;}
.products_list .box_product .info .price .vip::before{
	content: "會員價 $";
}
.products_list .box_product .info .button{
	display: inline-block;
	width:inherit;
	height:35px;
	line-height:35px;
	text-align:center;
  background: #ddd;
	margin:0 auto;
	cursor:pointer;
	transition: background 0.3s; -webkit-transition: background 0.3s;
}
.products_list .box_product .info .button:hover{
	background: var(--hover_color);
	color: var(--hover_textcolor);
}
/*products_list end**************************************************/

/*feature_column start*/
.feature_column {
  display: grid;
  grid-gap: 12px;
  margin: 30px auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1280px;
}
.feature_column_grid_2{grid-template-columns: repeat(2,1fr);}
.feature_column_grid_3{grid-template-columns: repeat(3,1fr);}
.feature_column .box {
  padding-bottom: 59.5%;
  background-color: #fff;
  -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.feature_column .box .box_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  background-position: center;
}
.feature_column .box:hover .box_bg {
  -moz-background-size: 120%;
  -webkit-background-size: 120%;
  -o-background-size: 120%;
  background-size: 120%;
}
.feature_column .box h2{
  margin: 0 auto;
  color: #fff;
  position: absolute;
  font-size: 1.2em;
  width: 100%;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  cursor: pointer;
}
.feature_column .box:hover h2.title {
  background: rgba(0, 0, 0, 0.85);
}
/*feature_column end*/

/*區塊標題共用設定 start**************************************************/
.block_title{
	text-align: center;
	display: block;
	margin: 10px 0 20px 0;
}
.block_title h2{
	text-align: center;
	font-size: 1.8em;
	margin: 6px 0;
}
.block_title::after{
	content: " ";
	display: block;
	width: 60px;
	height: 3px;
	margin: 10px auto;
	background-color: #000;
}
.block_title p{
	width: 100%;
	margin: 6px 0;
	color: #999;
	text-align: center;
}
.block_title img{
	margin: 0 auto;
	max-width: 100%;
}
/*區塊標題共用設定 end**************************************************/

/*看更多 共用設定 start**************************************************/
.block_more{
	display: block;
	margin: 10px 0 20px 0;
	text-align: center;
	width: 100%;
}
.block_more a.link{
	display: inline-block;
	background-color: unset;
	color: #000;
	border: 1px solid #000;
	width: fit-content;
	width: -moz-fit-content;
	text-align:center;
	text-decoration: unset;
	padding: 10px 20px;
	border-radius:3px;
	transition: background-color 0.3s; -webkit-transition: background-color 0.3s;
}
.block_more a.link:hover{
	color: var(--hover_textcolor);
	background-color: var(--hover_color);
	border: 1px solid var(--hover_color);
}
.block_more span.text{
	display: inline-block;
	vertical-align:middle;
}
.block_more img{
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align:middle;
}
/*看更多 共用設定 end**************************************************/

/*album start*************************************************/
.column_album{
  display: grid;
  grid-gap: 4px;
  margin: 15px auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1280px;
}
.column_album_grid_4{grid-template-columns: repeat(4,1fr);}

.column_album .pic{
	width: 100%;
	line-height: 0;
}
.column_album .pic img{
	width: 100%;
}
.column_album .pic a{
	display: block;
	text-decoration: unset;
}
.column_album .box_album{
	width: 100%;
	clear: both;
	padding: 10px;
	background-color: rgba(0,0,0,0);
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
	transition: background-color 0.3s; -webkit-transition: background-color 0.3s;
}
.column_album .box_album:hover{
	background-color: rgba(0,0,0,0.05);
}
.column_album .box_album .pic{
	display: inline-block;
	width: 100%;
	padding-bottom: 63.3%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4); box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	vertical-align: top;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;	background-size: cover;
}
.column_album .box_album .info{
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 6px 5px;
	border-bottom: 1px dashed #aaa;
}
.column_album .box_album .info .label{
	width: 100%;
	text-align: center;
	clear: both;
	font-size: 0.8em;
}
.column_album .box_album .info .label .type::before{
	content: "|";
	margin: 0 5px 0 3px;
	font-size: 0.8em;
	position: relative;
	top:-1px;
}
.column_album .box_album .info h3{
	margin: 0;
	font-size: 0.96em;
	font-weight: bold;
}
/*album end*************************************************/