/* product_list */
#product_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#product_list li {padding: 40px 0 50px;-webkit-justify-content: space-between;justify-content: space-between;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;width: calc(50% - 80px);display: flex;flex-direction: row;}
#product_list li .tit {margin-bottom: 40px;display: flex;align-items: center;border-bottom: #3f3f3f45 1px solid;width: calc(100% - 80px);}
#product_list li .tit h3 {margin-right: 25px;font-size: 30px;}
#product_list li .tit p {
    font-size: 80px;
    position: absolute;
    right: 0;
    opacity: 0.8;
    color: #b44033de;
    font-family: fantasy;
    right: 0px;
    z-index: 9;
}
#product_list .g_BAN01{
    position: relative;
    width: 50%;
}

#product_list .g_BAN02{
	 position: relative;
	 width: 50%;
}
#product_list .ab_more{
	position:absolute;
	bottom: 35px;
	right: 15%;
	z-index:3;
	max-width:calc(70% - 100px);
	color: #ffffff;
	transition:all linear .4s;
	opacity:0;
}
#product_list .ab_more a{
	color:white;
	font-size: 17px;
	font-family: 'Noto Sans TC';
	letter-spacing: 0.1em;
	padding: 30px;
	background-color: #cb7a70;
}

#product_list .ab_more:after{
    height:100%;
    content:'';
    background-position:50%;
    background-size:auto;
    opacity:.9;
    position:absolute;
    left: 0%;
    top:0;
    width:100%;
    display:block;
    z-index:-1;
    transition:all linear .4s;
    background-color: rgb(203 122 112);
}


#product_list li article {height: 160px;line-height: 200%;letter-spacing: .15em;font-weight: 200;-webkit-line-clamp: 5;width: 90%;text-align: justify;font-size: 16px;}
#product_list li .price_box { align-items: baseline; }
#product_list li .price_box p { margin-right: 15px; line-height: 100%; }
#product_list li .price_box p.price { padding: 0 5px; border-bottom: 2px var(--secondary) solid; font-size: 22px; }
#product_list li .price_box p:first-letter , #product_list li .price_box p.price:first-letter { margin-right: 4px; font-weight: 300; font-size: 12px; }
#product_list li .img_cover { height: 350px; }
#product_list li:first-child {
}

/* productdetail */
#productdetail { margin-bottom: 60px; }
#productdetail >div { -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; }

/* productinfo */
#productinfo .cate {padding: 2px 15px;max-width: calc(100% - 105px);height: 22px;font-weight: 100;font-size: 13px;z-index: 6;background-color: #b46564;}
#productinfo .title { margin: 25px 0; line-height: 170%; }
#productinfo .txt { margin-bottom: 15px; align-items: center; }
#productinfo .txt label {margin-right: 15px;width: 150px;padding: 10px 0;font-size: 25px;font-weight: 600;color: #4e4e4e;}
#productinfo .txt font.price { font-weight: 600; font-size: 25px; }
#productinfo .txt font.sell:first-letter { margin-right: 4px; font-weight: 300; font-size: 12px; }
#productinfo article { margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px rgba(var(--secondary-rgb), .6) solid; font-weight: 300; font-size: 14px; }
#productinfo .buyBtns { margin-top: 30px; }
#productinfo .buyBtns a {padding: 10px 0;background-color: #d28666;}

/* orderfunction */
#orderfunction a[data-action="plusBtn"] { width: 35px; height: 37px; border: 1px rgba(var(--secondary-rgb), .6) solid; line-height: 37px; font-size: 20px; }
#orderfunction a.limit[data-action="plusBtn"] { line-height: 34px; }
#orderfunction input { padding: 5px 15px; width: 30px; background: none; border: rgba(var(--secondary-rgb), .6) solid; border-width: 1px 0; }

/* productTabs */
#productTabs { margin-bottom: 60px; }
#productTabs .tabs { margin-bottom: 30px; background: rgba(var(--black-rgb), .08); }
#productTabs .tabs li a { padding: 15px 30px; }
#productTabs .tabs li a:before { position: absolute; width: 0; height: 3px; background: var(--primary); display: block; bottom: 0; left: 0; content: ""; }
#productTabs .tabs li.active a:before { width: 100%; }

@media screen and (max-width: 1280px){


	#imglist { margin-bottom: 40px; }
	#imglist img { height: 450px; }
	#product_list .g_BAN01{
    width: 60%;
    }
    #product_list .g_BAN02{
    width: 40%;
    }
    #product_list li .tit h3{
    font-size: 24px;
    }
    #product_list li .tit p{
    font-size: 35px;
    right: 25px;
    }
    #product_list .ab_more a{
    padding: 10px 20px;
}
}
@media screen and (min-width: 1025px){
	#product_list li { padding: 40px 40px 50px; }
	#product_list li .img_cover {height: 286px;}
	#product_list li .g_BAN02:after{
    content:'';
    display:block;
    width:80%;
    height:100%;
    position:absolute;
    right: 50%;
    top:0;
    opacity: 0;
    background: rgb(236 136 38 / 54%);
    z-index: 9;
    transition:all cubic-bezier(0.49,0.01,0,1) .7s;
    }
    #product_list li:hover .g_BAN02:after{width: 10%;right: 0;opacity:1;}
    #product_list li:hover .ab_more{right: 10px;opacity:1;z-index: 98;}

}
@media screen and (max-width: 1024px){
	#product_list li{
    width: 100%;
}
}
@media screen and (max-width: 980px){
	#product_list li article {height: 127px;-webkit-line-clamp: 4;}
	#product_list li .price_box { margin-bottom: 40px; }
}
@media screen and (max-width: 768px){
	#imglist img { height: 70vw; }
}
@media screen and (max-width: 480px){
	#product_list li .img_cover { height: 70vw; }
	#product_list li .tit{
    width: calc(100% - 20px);
}
}