.main_banner{
	width:100%;
	line-height: 0;
	text-align: center;
}
.main_banner img{
	max-width:100%;
}

/*navgation*/
.navgation_bar{width: 100; max-width: 1280px; padding: 0 15px; margin:8px auto; font-size: 0.9em; text-align: left;}
.navgation_bar img{width: 16px; height: 16px; position: relative; top:3px;}
.navgation_bar a{color: #333; text-decoration: unset;}
.navgation_bar a:hover{color: var(--hover_color);}
.navgation_bar a::after,
.navgation_bar span::after {content: "》";}

/*main_info_column*/
.info_column {
  clear: both;
  width: 100%;
	max-width:1280px;
  margin: 10px auto 50px auto;
  padding: 0 15px;
  overflow: hidden;
}
.share_column{
	text-align: right;
	clear:both;
	width:100%;
	max-width:1280px;
	padding:15px 15px;
	margin:0 auto;
	overflow:hidden;
	font-size: 0.96em;
}
/*left_menu*/
.info_column .left_column{
	float:left;
	width:20%;
	max-width:250px;
}
.left_menu{
	display: block;
	margin:0 0 30px 0;
	overflow:hidden;
}
.left_menu h1{
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	font-size: 1.4em;
	color: var(--master_color);
	border-bottom: 3px solid var(--master_color);
}
.left_menu ul{
	display: block;
	width:100%;
	margin:15px 0;
	padding:0;
	overflow:hidden;
}
.left_menu ul li{
	display: block;
	width:100%;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.left_menu ul li a{
	display:block;
	width:100%;
	color:#000;
	padding:10px;
	text-decoration: unset;
}
.left_menu ul li a:hover{
	color:var(--hover_color);
}
.left_menu ul .sel a{
	display:block;
	width:100%;
	color:var(--master_color);
}
.left_menu ul .sel a:hover{
	color:var(--hover_color);
}
.left_menu ul>ul{
	float:right;
	width:95%;
	margin:0 0 25px 0;
	padding:0;
}
.left_menu ul>ul li{
	float:left;
	width:100%;
	font-size:0.9em;
	border-bottom:none;
	border-bottom:1px dotted #e8e8e8;
}
.info_column .left_custom{
	width: 100%;
	display: block;
}
.info_column .left_custom a{
	width: 100%;
	display: block;
}
.info_column .left_custom img{
	width: 100%;
}
.left_menu ul li.master>a{
	font-weight: bolder;
	font-size: 1.1em;
	padding: 10px 10px 0px 10px;
}
.left_menu ul li ul{
	margin: 0;
	padding: 0 0 0 10px;
}
.left_menu ul li ul li:last-child{
	border-bottom: none;
}
/***************************************************************/
.main_column{
	float:right;
	width:calc(100% - 280px);
}
.main_column_full{
	width: 100%;
}
.main_column .info_label{
	background-color: var(--master_color);
	width: fit-content;
	width: -moz-fit-content;
	clear: both;
	color: #fff;
	font-size: 0.96em;
	margin: 0 0 0 31px;
	padding: 5px 15px;
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
.main_column .info_label.info_label_album{
	background-color: unset;
	color: #555;
	margin: 0 0 0 31px;
	padding: 0;
}
.main_column .info_label .type::before{
	content: "|";
	margin: 0 10px 0 5px;
	font-size: 0.8em;
	position: relative;
	top:-1px;
}
.main_title_column{
	width:100%;
	overflow:hidden;
	margin:0 0 15px 0;
	background:url(../style/xz/icon_title.svg) no-repeat;
	background-size:30px;
	background-position:0px 4px;
}
.main_title_column h2{
	font-size:1.4em;
	margin: 0;
	vertical-align: middle;
}
.main_title_column h2::before{
	content: "";
	background-color: var(--master_color);
	background-image: url('../style/xz/icon_title.svg');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius:50%;
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: middle;
	margin: 0 4px 0 0;
	position: relative;
	top:-2px;
}
.HTML_info{
  margin: 20px 0 30px 0;
  padding: 0 0 30px 30px;
  line-height: 18pt;
  text-align: justify;
  word-break: break-all;
  border-bottom: 1px dashed #ccc;
}
.HTML_info border,
.HTML_info border img,
.HTML_info img,
.HTML_info iframe{
	max-width:100% !important;
}
/********************************/
.column_type{
	width: 100%;
	text-align: center;
}
.column_type .box_type{
	display: inline-block;
	margin: 0 0 5px 0;
	border-radius:3px;
	overflow: hidden;
	background-color: var(--hover_color);
}
.column_type .box_type.type_all{
	background-color: var(--hover_color);
}
.column_type .box_type a.link{
	display: block;
	background-color: unset;
	color: #000;
	background-color: #ddd;
	width: fit-content;
	width: -moz-fit-content;
	text-align:center;
	text-decoration: unset;
	padding: 6px 20px;
	transition: background 0.3s; -webkit-transition: background 0.3s;
}
.column_type .box_type a.link:hover{
	background-color: #aaa;
}
.column_type .box_type.sel a.link{
	background-color: unset;
	color: var(--hover_textcolor);
}
/********************************/
/*PAGE*/
.page_container{
  clear:both;
  width:100%;
  height:auto;
  text-align:center;
  font-size: 0.9em;
  margin:0 0 20px 0;
}
.page_container_top{
  margin:20px 0 0 0;
}
.page_block{
  display:inline-block;
  padding:0;
  text-align:center;
}
.page_block a{
	text-decoration: unset;
  color:#666;
  display:inline-block;
  zoom:1;
  line-height:27px;
  margin:0 0 5px 0;
  padding:0px 10px;
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  border-radius:25px;
  border:1px solid #ccc;
  background: #fff;
}
.page_block a.page_block_see{
  background-color: var(--master_color);
  border:1px solid var(--master_color);
  display:inline-block;
  color:var(--menu_textcolor);
  font-weight:bold;
}
.page_block a:hover{
  color: var(--master_color);
}
.page_block a.page_block_see:hover{
  color:var(--menu_textcolor);
}
.page_block .page_back{
  display:inline-block;
  zoom:1;
  line-height:27px;
  margin:0;
  padding:0px 10px;
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  border-radius:25px;
  border:1px solid #ccc;
  background: #fff;
}
.page_block .page_prev{
  display:inline-block;
  zoom:1;
  line-height:27px;
  margin:0 0 5px 0;
  padding:0px 10px 0 6px;
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  border-radius:25px;
  border:1px solid #ccc;
  background: #fff;
}
.page_block .page_next{
  display:inline-block;
  zoom:1;
  line-height:27px;
  margin:0;
  padding:0px 6px 0 10px;
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  border-radius:25px;
  border:1px solid #ccc;
  background: #fff;
}
.page_select_pc{
  display:inline-block;
}
/********************************/
/*input物件*/
.input_guestbook_search{
	padding: 4px 34px 4px 9px;
	width:100%;
	max-width:160px;
	background-color: #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: #aaa 1px solid;
	color: #444;
	font-size: 15px;
	line-height: 22px;
	margin: 10px 0 5px 0;
	text-shadow: rgba(255,255,255,.6) 0 1px 0;
	font-family: "Microsoft JhengHei", "Times New Roman", Times, serif;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
}
select {
	border-radius: 5px;
	background: url(../style/xz/icon-arrow-dwn.png) center right no-repeat;
	padding: 5px 35px 5px 10px;
	background-color: #eee;
	border: #aaa 1px solid;
	color: #444;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 0 0;
	text-shadow: rgba(255,255,255,.6) 0 1px 0;
	font-family: "Microsoft JhengHei", "Times New Roman", Times, serif;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
}
select::-ms-expand {
    display: none;
}
/************************************************/
/*faq_column*******************************************/
.faq_column {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px
}

.faq_option {
  width: 100%;
  text-align: right;
  font-size: 10pt;
  display: block;
  margin: 15px 0 0 0;
}

.faq_option a {
  color: #fff;
  text-decoration: unset;
  background: #666;
  padding: 2px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear
}

.faq_option a:hover {
  background-color: var(--hover_color);
  color: var(--hover_textcolor);
}

.faq_column ul.faq_list {
  list-style: none;
  margin: 20px 0;
  padding: 0
}

.faq_column ul.faq_list li {
  width: 100%;
  list-style: none;
  margin: 0 0 0 0
}

.faq_column ul.faq_list li .qa_title {
  padding: 18px 2%;
  font-size: 1.1em;
  border-top: 1px dashed #ccc;
  cursor: pointer;
  background-color: #efefef;
}
.faq_column ul.faq_list li .qa_title:hover{
  color: var(--hover_color);
}
.faq_column ul.faq_list li:first-child .qa_title {
  border-top: none;
}
.faq_column ul.faq_list li:nth-child(even) .qa_title{
  background-color: #dcdcdc;
}
.faq_column ul.faq_list li .qa_title span.status {
  float: right;
  display: inline-block;
  background: #fff;
  color: #999;
  width: 21px;
  height: 20px;
  text-align: center;
  margin: 3px 0 0 0;
  line-height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.faq_column ul.faq_list li .qa_title:hover .status {
  color: var(--hover_color);
}

.faq_column ul.faq_list li .qa_content {
  padding: 20px 2%;
  display:none;
}
.faq_column ul.faq_list li .qa_content.defaule_open{
	display: block;
}
.faq_column ul.faq_list li .qa_content .HTML_info{
	padding: 0;
	border-bottom: none;
	margin: 0;
}
.qa_content_close {
  cursor: pointer;
  width: 100%;
  font-size: 0.9em;
  text-align: center;
}

.qa_content_close:hover {
  color: var(--hover_color);
}

.qa_content_close::before {
  content: "｜ 收合 ｜"
}
/************************************************/
.option_column{
	padding:0;
	margin: 0 0 5px 0;
	border-radius:10px;
}
.option_column a{
	text-decoration: unset;
	color: #000;
}
.option_column .option{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.option_column .option.select_cat{
	margin: 0 0 5px 0;
}
.option_column .option.select_cat .button{
	color: #fff;
	display: inline-block;
	background-color: #666;
	border-radius:50px;
	padding: 2px 6px;
	margin: 0 0 2px 0;
	cursor: pointer;
}
.option_column .option.select_cat .button:hover{
	background-color: var(--hover_color);
}
.option_column ul.cat_list{
	text-align: left;
	width: 100%;
	margin: 5px 0;
	padding: 0;
	border-bottom: 1px dashed #ccc;
}
.option_column ul a{
	display: inline-block;
	border-radius:50px;
	border: 1px solid #999;
	padding: 4px 10px;
	margin: 0 0 5px 0;
	background-color: #fff;
	white-space:nowrap;
}
.option_column ul a:hover{
	color: var(--hover_textcolor);
	background-color: var(--hover_color);
	border: 1px solid var(--hover_color);
}
.option_column ul>li{
	display: inline-block;
}
.option_column ul li.master{
	width: 100%;
	display: inline-block;
	padding: 0px;
}
.option_column ul li.master>a{
	background-color: #ccc;
	border: 1px solid #ccc;
}
.option_column ul li.master>a:hover{
	color: var(--hover_textcolor);
	background-color: var(--hover_color);
	border: 1px solid var(--hover_color);
}
.option_column ul li.master>ul{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.option_column ul li.master>ul>li{
	padding: 0;
}
.option_column .option .sort{
	display: block;
}
.option_column .option .sort a{
	display: inline-block;
	color: #000;
	background-color: #fff;
	border-radius:50px;
	margin: 0 0 5px 0;
	padding: 2px 8px;
}
.option_column .option .sort a.sel{
	background-color: #666;
	color: #fff;
}
.option_column .option .sort a:hover{
	background-color: var(--hover_color);
	color: var(--hover_textcolor);
}

/*檔案下載 start*************************************************/
.column_download{
	width: 100%;
	margin: 20px auto 50px auto;
	display: block;
}
.column_download a{
	text-decoration: unset;
	color:  #000;
}
.column_download .box_download{
	width: 100%;
	clear: both;
	margin: 0 ;
}
.column_download .box_download .info{
	display: inline-block;
	width: 100%;
	padding: 6px 0 6px 31px;
	border-bottom: 1px dashed #aaa;
}
.column_download .box_download .info h3{
	margin: 10px 0;
	font-size: 1.3em;
	font-weight: bold;
}
.column_download .box_download .info .text{
	font-size: 1em;
}
.column_download .box_download .info .file_link{
	margin: 5px 0;
}
.column_download .box_download .info .file_link .file_name{
	display: inline-block;
	vertical-align: top;
}
.column_download .box_download .info .file_link .file_size{
	font-size: 0.8em;
	margin: 0 0 0 8px;
}
.column_download .box_download .info .file_link .file_name::before{
	content: "";
	position: relative;
	top: 3px;
	width: 15px;
	height: 15px;
	margin: 0 8px 0 0;
	display: inline-block;
	background: url('../style/xz/icon_download.svg') no-repeat;
	vertical-align: top;
}
.column_download .box_download .info .file_link a{
	display: block;
	background-color: unset;
	color: #000;
	background-color: #ddd;
	width: fit-content;
	width: -moz-fit-content;
	text-align:center;
	text-decoration: unset;
	padding: 6px 10px;
	border-radius:3px;
	transition: background 0.3s; -webkit-transition: background 0.3s;
}
.column_download .box_download .info .file_link a:hover{
	color: var(--hover_textcolor);
	background-color: var(--hover_color);
}
.column_download .box_download .info .file_link a:hover .file_name::before{
	background: url('../style/xz/icon_download_white.svg') no-repeat;
}

/*檔案下載 end*************************************************/

/*相片一覽 start*************************************************/
.column_album_info{
  display: grid;
  grid-gap: 12px;
  margin: 15px auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1280px;
}
.column_album_info_grid_4{grid-template-columns: repeat(4,1fr);}
.column_album_info .pic{
	width: 100%;
	border: 6px solid #fff;
	line-height: 0;
	-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);
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.column_album_info .pic:hover{
	outline: 5px solid #aaa;
}
.column_album_info .pic img{
	width: 100%;
}
/*相片一覽 end*************************************************/

/*留言板 start**********************************************************/
.guest_option_column{
	width:100%;
	margin:0 0 15px 0;
	text-align: center;
}
.guest_box {
	clear:both;
	width: 100%;
	max-width: 1280px;
	margin:0 auto 15px auto;
	line-height:18pt;
}

.guest_title {
	clear:both;
	width: 100%;
	margin:0 auto;
	padding:8px;
	text-align: left;
	font-weight: bold;
	border-top:1px solid #999; 
	border-left:1px solid #999;
	border-right:1px solid #999; 
	border-bottom:1px dotted #aaa; 
}

.guest_content {
	clear:both;
	width: 100%;
	margin:0 auto;
	padding:8px;
	border-left:1px solid #999;
	border-right:1px solid #999; 
	border-bottom:1px solid #999;  
}


.guest_reply {
	color:#333;
	clear:both;
	width: 100%;
	margin:10px auto 0 auto;
	background-color:#eeeeee; 
	padding: 7px;
}
.guest_bottom_search{
	display:inline-block;
	background-color:#555;
	font-size:11pt;
	color:#ffffff;
	border:none;
	padding:8px 20px 7px 20px;
	cursor:pointer;
	width:70px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position: relative;
}
.guest_bottom_search:hover{
	background-color: var(--hover_color);
}
.guest_bottom_post{
	display:inline-block;
	background-color:var(--master_color);
	font-size:11pt;
	color:var(--menu_textcolor);
	border:none;
	padding:8px 20px 7px 20px;
	cursor:pointer;
	width:100px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position: relative;
}
.guest_bottom_post:hover{
	background-color: var(--hover_color);
}
.reply_form{
	color: var(--master_color);
	font-size:11pt;
}
.date1{
	color:#666;
	font-size:11pt;
	font-weight: normal;
	margin: 0 0 0 6px;
}
/*留言板 end*********************************************************/

/*商品詳細頁面 start*************************************/
.product_info_column_left{
	float:left;
	width:45%;
	margin: 10px 0 0 0;
}
.product_info_column_left .product_pic{
	display: block;
	text-align:center;
	width:100%;
	border:1px solid #999;
	line-height: 0;
}
.product_info_column_left .product_pic img{
	max-width:100%;
}
.column_product_pic_preview{
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(6,1fr);
  margin: 5px 0 0 0;
}
.column_product_pic_preview .box_grid{
	border:1px solid #999;
	width: 100%;
  /*display: -webkit-box;*/
  display: -ms-flexbox;
}
.column_product_pic_preview .box_grid.sel{
	border:4px solid #fdd000;
}
.column_product_pic_preview .box_grid img{
	max-width: 100%;
}
.product_info_column_left .viewtime{
	float:left;
	text-align:center;
	width:100%;
	color: #999;
	font-size: 0.86em;
}
.product_info_column_left .column_guarantee{
	width: 100%;
	margin: 8px 0 0 0;
	letter-spacing: -5px;
	display: block;
}
.product_info_column_left .column_guarantee .box_grid{
	width: calc(33.33%);
	text-align: center;
	display: inline-block;
}
.product_info_column_left .column_guarantee .box_grid img{
	max-width: 100%;
}
.product_HTML_info{
	width: 100%;
	overflow: hidden;
	display: block;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
  line-height: 18pt;
  text-align: justify;
  word-break: break-all;
  border-bottom: 1px dashed #ccc;
}
.product_HTML_info border,
.product_HTML_info border img,
.product_HTML_info img,
.product_HTML_info iframe{
	max-width:100% !important;
}
.product_info_column{
	float:right;
	width:52%;
	overflow: hidden;
	margin: 10px 0 20px 0;
}

.product_info_column .product_sn{
	display: block;
	width:100%;
	color:#757575;
	font-size:9pt;
	padding:0 5px;
}
.product_info_column .product_title{
	display: block;
	width:100%;
	color:#333;
	font-size:1.4em;
	padding:5px;
	margin: 0;
}
.product_info_column .product_title .brand{
	display: inline-block;
}
.product_info_column .product_title .brand::after{
	content: " | "
}
.product_info_column .product_option_column{
	display: block;
	width:100%;
}
.product_info_column .option_column_desc {
	width:100%;
	display: block;
  border-bottom: dashed 1px #999;
	padding:5px;
	margin: 5px 0;
}
.product_info_column .option_column_desc img.cert{
	width: 50px;
}
.product_info_column .option_column_desc_price {
	width:100%;
	display: block;
  border-bottom: dashed 1px #999;
	padding:0 5px;
	margin: 5px 0;
}
.product_price_normal{
	width:100%;
	display: block;
  width: 100%;
  margin: 5px 0;
}
.product_price_normal::before{
	content: "售價 NT";
}
.product_price_sale{
	width:100%;
	display: block;
  width: 100%;
  color: #c00;
  margin: 5px 0;
}
.product_price_sale::before{
	content: "特價 NT";
}
.product_price_vip{
	width:100%;
	display: block;
  width: 100%;
  color: #c00;
  margin: 5px 0;
}
.product_price_vip::before{
	content: "會員價 NT";
}
.product_price::before{
	content: "$";
}
.product_price_type2{
	font-size: 1.6em;
	font-weight: bold;
}
.getpoint{
	display: inline-block;
	font-size: 0.9em;
	padding: 0 0 0 10px;
}
.getpoint::before{
	content: "(";
}
.getpoint::after{
	content: ")";
}
table.installment_column{
	display: block;
	width: 100%;
	font-size: 0.86em;
	border-collapse: 0;
	border-spacing: 0;
	color: #666;
}
table.installment_column td{
	vertical-align: top;
}
table.installment_column td ul{
	position: relative;
	margin: 0;
	padding-right: 30px; 
	cursor: pointer;
	overflow: hidden;
}
table.installment_column td ul.ted{
	height: 20px;
}
table.installment_column td ul.ted.open{
	height: unset;
}
table.installment_column td ul li{
	padding-bottom: 5px;
}
table.installment_column td ul.ted::after{
	content: "+";
	color: #fff;
	background: #999;
	border-radius:50%;
	position: absolute;
	top: 2px;
	right: 15px;
	border: 1px solid #999;
	width: 12px;
	height: 12px;
	line-height: 11px;
	text-align: center;
	font-size: 0.8em;
}
table.installment_column td ul.ted.open::after{
	content: "-";
}
.option_column_desc .free_shipping{
	position: relative;
	padding-left: 40px;
}
.option_column_desc .free_shipping::before{
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 20px;
	background: url("../style/icon_free_shipping.svg") no-repeat;
	-moz-background-size: contain; -webkit-background-size: contain; -o-background-size: contain; background-size: contain;
}
.option_column_desc .column_color{
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}
.option_column_desc .column_color .title{
	display: inline-block;
}
.option_column_desc .column_color .box_color{
	display: inline-block;
}
.option_column_desc .column_color .box_color input[type='radio'] {
	display: none;
}
.option_column_desc .column_color .box_color input[type='radio'] + label {
	display: inline-block;
	background-color: #ccc;
	cursor: pointer;
	padding: 5px 10px;
}
.option_column_desc .column_color .box_color input[type='radio']:checked + label {
	background-color: var(--hover_color);
}
/*20181102 update*/
select.product_Qty {font-size: 1.2em;}
.column_Qty{
	display: inline-block;
	letter-spacing: 0px;
	margin: 0 0 0 6px;
}
.column_Qty button{
  font-size: 1.2em;
  text-align: center;
  margin: 0 0 0 -6px;
  width: 30px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
}
.column_Qty input[type='number']{
  font-size: 1.2em;
  width: 80px;
  text-align: center;
  margin: 0 0 0 -6px;
  -moz-appearance: textfield;
}
.column_Qty input[type='number']::-webkit-outer-spin-button,
.column_Qty input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*20181102加購商品*/
.prod_option {
  width: 100%;
  background: #e8e8e8;
  padding: 10px;
  clear: both;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12pt;
}
.prod_option dd{
	margin: 0;
	padding: 0;
}
.prod_option .title {
	color: #666;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 13pt;
}

.prod_option .prod_info {
  display: inline-block;
}

.prod_option .fieldset_box {
  margin: 2px 0 0 26px;
}
.check_box{
	margin: 0;
	padding: 0;
}
.check_box li {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #aaa;
  list-style: none;
}

.check_box li a:hover {
  text-decoration-line: underline;
}

.check_box li input.p_set_checkbox {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 18px;
  height: 18px;
}
.check_box li label{
	text-indent: 0px;
	padding-left: 0px;
	display: inline-block;
	width: calc(100% - 40px);
	font-size: 0.96em;
}
.check_box li .brand{
	display: inline-block;
}
.check_box li .brand::after{
	content: " | "
}
.check_box li .column_pic{
	display: inline-block;
	margin: 5px 0 0 25px;
	vertical-align: top;
}
.check_box li .column_Qty_price{
	display: inline-block;
	margin: 5px 0 0 5px;
	vertical-align: top;
}
.check_box li .column_Qty_price .price {
  color: #c00;
  padding: 0 3px;
  margin: 5px 0 0 0;
  font-size: 0.96em;
}
.check_box li .prod_info {
  width: calc(98% - 30px);
  display: inline-block;
  position: relative;
  vertical-align: top;
}
a.prod_info.showpic{
	display: inline-block;
	color: #000;
	text-decoration: unset;
}
a.prod_info.showpic img{
	width: 80px;
	border:1px solid #999;
}
.check_box li .prod_info .price {
  color: #f06;
  padding: 0 3px;
}
.check_box .HTML_info {

}
.check_box .product_HTML_info{
  width: calc(100% - 60px);
  margin: 0 0 0 26px;
	overflow: hidden;
	display: block;
	padding: 0 0 15px 0;
  line-height: 18pt;
  text-align: justify;
  word-break: break-all;
  border-bottom: none;
}
.check_box .product_HTML_info border,
.check_box .product_HTML_info border img,
.check_box .product_HTML_info img,
.check_box .product_HTML_info iframe{
	max-width:100% !important;
}

.prod_option .alink {
  overflow: hidden;
  display: block;
  width: 100%;
  text-align: right;
  font-size: 11pt;
  color: #9e622d;
  cursor: pointer;
}

.form_button_order{
	display:inline-block;
	background-color: var(--master_color);
	background-repeat: no-repeat;
	background-image:url(../style/xz/icon_cart_white.svg);
	background-position: 10px 50%;
	background-size: 22px;
	font-size:1em;
	font-family: Microsoft JhengHei, simhei, Arial;
	color:var(--menu_textcolor);
	border:none;
	margin:0 0 5px 0;
	padding:6px 15px 6px 41px;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 1px solid var(--master_color);
}
.form_button_order:hover{
	background-color: var(--hover_color);
	border: 1px solid var(--hover_color);
}
.form_button_fav{
	display:inline-block;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-image:url(../style/xz/icon_fav.svg);
	background-position: 10px 50%;
	background-size: 22px;
	font-size:1em;
	font-family: Microsoft JhengHei, simhei, Arial;
	border:none;
	margin:0 0 5px 0;
	padding:6px 15px 6px 41px;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 1px solid #999;
}
.form_button_fav:hover{
	background-color:#fff;
}
.form_button_oth{
	display:inline-block;
	background-color: var(--master_color);
	background-repeat: no-repeat;
	background-image:url(../style/xz/_temp.png);
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 22px;
	font-size:1em;
	font-family: Microsoft JhengHei, simhei, Arial;
	border:none;
	margin:0 0 5px 0;
	padding:6px 15px;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 1px solid #999;
}
.form_button_oth:hover{
	background-color:#fff;
}
.form_button_type2{
	width: calc(50% - 4px);
	display:inline-block;
	background-color: #fff;
	font-size:1em;
	font-family: Microsoft JhengHei, simhei, Arial;
	margin:0 0 5px 0;
	padding:10px 15px;
	cursor:pointer;
	border: 1px solid #872D2F;
	color: #872D2F;
}
.form_button_type2:hover{
	background-color:#eee;
}
.form_button_type3{
	width: calc(50% - 4px);
	display:inline-block;
	background-color: #872D2F;
	font-size:1em;
	font-family: Microsoft JhengHei, simhei, Arial;
	margin:0 0 5px 0;
	padding:10px 15px;
	cursor:pointer;
	border: 1px solid #872D2F;
	color: #fff;
}
.form_button_type3:hover{
	background-color:#b12326;
	border: 1px solid #b12326;
}
/*pruducts_desc_column*/
.pruducts_desc_column{
	clear:both;
	width:100%;
	margin:0 auto 20px auto;
	max-width:1100px;
}
.pruducts_desc_column .title{
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 15px 0;
}
.pruducts_desc_column .HTML_info{
}
.pruducts_desc_column .HTML_info img{
	max-width:100%;
}
/*商品詳細頁面 end***************************************/

/********************************************/
/*member*/
.textprice01 {
  line-height: 130%;
  font-family: Verdana;
  font-size: 200%;
  font-weight: bold;
  color: #FF3568;
}
/*publish*/
.publish_column {
  clear: both;
  width: 100%;
  margin: 0 auto;
  max-width: 1180px;
}
.publish_column.sing_in_mode {
  width: 90%;
}
.publish_column.half_mode{
	width: calc(50% - 50px);
	display: inline-block;
	vertical-align: top;
}
.vline{
	width: 3px;
	background: #aaa;
	min-height: 340px;
	display: inline-block;
	vertical-align: top;
	margin: 0 40px 40px 40px;
}
.vline::after{
	font-size: 12pt;
	content: "或";
	color:#fff;
	background: #aaa;
	width: 16px;
	height: 16px;
	padding: 10px;
	text-align: center;
	line-height: 16px;
	display: block;
	position: relative;
	left:-17px;
	top:30px;
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
}
.form_column .row_social{
	float:left;
	width:100%;
	padding:0 0 10px 0;
	text-align:center;
}
.form_column .row_social .desc{
	width:100%;
	clear:both;
	margin:10px 0;
	font-size:11pt;
	line-height:13pt;
}
.form_column .row_social .social_login{
	display:inline-block;
	font-size:14pt;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	margin:10px 0 5px 0;
	padding:5px 10px 10px 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.form_column .row_social .social_login:hover{
	-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);
}
.form_column .row_social .social_login a{
	color:#FFF;
	display:block;
	padding:0px 5px 5px 0px;
	width:100%;
	text-decoration: unset;
}
.form_column .row_social .social_login img{
	position:relative;
	top:6px;
	width:30px;
	height:30px;
	margin:0 6px 0 0;
}
.form_column .row_social .social_login.login_facebook{
  position: relative;
  width:400px;
	background:rgba(60,90,154,1);
}
.form_column .row_social .social_login.login_google{
  position: relative;
  width:400px;
	background:rgba(217,86,75,1);
}

/*form*/
.form_column {
  clear: both;
  display: block;
  width: 100%;
  vertical-align: top;
}
.form_column.form_column_w50{
	width: calc(50% - 48px);
	margin: 0 40px 0 0;
	display: inline-block;
}
.form_column .form_border {
  clear: both;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.form_column .row {
  display: inline-block;
  width: 100%;
  margin: 0 0 5px 0;
}
.form_column .row_button {
  display: block;
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #ccc;
}
.form_column .row.row_title{
	border-bottom: 2px solid #333;
	margin: 15px 0 8px 0;
	font-size: 1.1em;
}
.form_title {
  display: inline-block;
  min-width: 100px;
  padding: 5px 0; 
  vertical-align: top;
}
.form_input {
	padding: 5px 0; 
	width: calc(100% - 200px);
  display: inline-block;
  vertical-align: top;
}
.form_input .desc {
  display: block;
  width: 100%;
  clear: both;
  font-size: 10pt;
  line-height: 12pt;
  margin: 5px 0 0 0;
}
.form_input img.authcode {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 180px;
}
.form_column .row .inputtext {
  font-size: 1em;
  font-family: Microsoft JhengHei, simhei, Arial;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px; 
  -webkit-appearance: none;
  border: 1px solid #666;
  width: 100%;
  display: block;
  max-width: 300px;
}
.form_column .row .authcodechange{
  display: block;
  clear: both;
  color: #666;
  font-size: 0.96em;
  margin: 0 0 5px 0;
  text-decoration: underline;
  cursor: pointer;
}
.form_message_textarea {
	display: block;
  width: 100%;
  max-width: 600px;
  height: 150px;
  font-size: 16px;
  font-family: Microsoft JhengHei, simhei, Arial;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  border: 1px solid #666;
}
textarea.customer_license{
	display: block;
  width: 100%;
  max-width:100%;
  height: 300px;
  font-size: 16px;
  font-family: Microsoft JhengHei, simhei, Arial;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  border: 1px solid #666;
}
/*表單按鈕*/
.form_button {
  color: var(--menu_textcolor);
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:6px 15px;
  font-size: 1em;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  min-width: 150px;
  border: none;
  -webkit-appearance: none;
  background-color: var(--master_color);
  font-family: Microsoft JhengHei, simhei, Arial;
  cursor: pointer;
  border: 1px solid var(--master_color);
}
.form_button:hover {
  background-color: var(--hover_color);
  border: 1px solid var(--hover_color);
}
/*form_option*/
.form_option_column a{
	color:#333;
	display:inline-block;
	padding:10px 10px 10px 0;
}
.form_option_column a:hover{
	color: var(--hover_color);
}
/*cart*/
.HTML_info{
	font-size:13pt;
	line-height:18pt;
}
table.cart{
	width:100%;
	margin:10px auto 20px auto;
	border-collapse: collapse;

}
table.cart a{
	color: #000;
	text-decoration: unset;
}
table.cart a img{
	height: 40px;
}
table.cart img{
	vertical-align:middle;
}
table.cart input{
	width:90%;
	max-width:100px;
	min-width:60px;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
}
table.cart th{
	padding:2px;
	border:1px solid #CCC;
	background:#E8E8E8;
	text-align:center;
}
table.cart td{
	padding:5px;
	border:1px solid #CCC;
	background:#FFF;
	text-align:center;
}
/*cart 表單捲軸設定*/
.scroll_column,
.scroll_column_x_top{
	display:block;
	overflow-x:auto;
	padding:0;
}
.scroll_column::-webkit-scrollbar,
.scroll_column_x_top::-webkit-scrollbar{
	width:5px;
	height:5px;
	background:#fff;
}
.scroll_column::-webkit-scrollbar-thumb,
.scroll_column_x_top::-webkit-scrollbar-thumb{
	background:#666;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.scroll_column_x_width{ 
	display:block;
	height:1px;
}