/* product_list */
#product_list li { padding: 40px 0 50px; border-bottom: 2px var(--secondary) solid; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#product_list li .tit { margin-bottom: 40px; }
#product_list li .tit h3 { margin-right: 25px; font-size: 20px; }
#product_list li .tit p { line-height: 34px; }
#product_list li article { margin-bottom: 20px; height: 160px; line-height: 200%; letter-spacing: .15em; font-weight: 200; -webkit-line-clamp: 5; }
#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 { border-top: 2px var(--secondary) solid; }

/* 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; }
#productinfo .title { margin: 25px 0; line-height: 170%; }
#productinfo .txt { margin-bottom: 15px; align-items: center; }
#productinfo .txt label { margin-right: 15px; width: 50px; }
#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; }

/* 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; }
}
@media screen and (min-width: 1025px){
	#product_list li { padding: 40px 40px 50px; }
	#product_list li .img_cover { height: 450px; }
}
@media screen and (max-width: 980px){
	#product_list li article { height: 64px; -webkit-line-clamp: 2; }
	#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; }
}