#wrap h2.pag_tit { font-size: 30px; }

/* product_list */
#content_wrap .list_box#product_list li{display: grid;grid-template-columns: 60% 33%;align-items: center;justify-content: space-between;}
#content_wrap .list_box#product_list li .more_btn{margin: 50px 0 0;padding: 15px 50px;max-width: max-content;height: auto;font-size: 16px;font-weight: 400;}
#content_wrap .list_box#product_list li:hover .more_btn{background:var(--black)}
#content_wrap .list_box#product_list li:nth-child(even){grid-template-columns: 33% 60%;}
#content_wrap .list_box#product_list li:nth-child(even) .clip{order:2}
#product_list li .clip img{aspect-ratio: 4 / 3;object-fit: cover;}
#product_list li .info_box{margin:0;}
#content_wrap  #product_list li h3 {height: auto;font-size: 28px;}
#content_wrap  #product_list li article {height: auto;font-size: 17px;-webkit-line-clamp: 3;margin-top: 20px;line-height: 2.5;text-align: justify;}
#product_list li .price_box p { margin: 0 10px; min-height: 28px; }
#product_list li .price_box p:first-letter { margin-right: 3px; font-weight: 300; font-size: 12px; }
#product_list li .price_box p.old { text-decoration: line-through; }

/* productdetail */
#productdetail {margin: 0 0 80px;display: grid;grid-template-columns: 60% 35%;justify-content: space-between;align-items: center;}

/* imglist */
#imglist .clip { -webkit-clip-path: url(#clip_product_detail); clip-path: url(#clip_product_detail); }

/* productinfo */
#productinfo .cate { padding: 2px 15px; max-width: calc(100% - 105px); height: 22px; font-weight: 100; font-size: 13px; z-index: 6; }
#productinfo h1 { margin: 10px 0 20px; }
#productinfo .txt { margin-bottom: 15px; }
#productinfo .txt label { margin-right: 15px; width: 50px; }
#productinfo .price font { font-weight: 600; font-size: 25px; }
#productinfo article {margin-bottom: 30px;padding-bottom: 25px;border-bottom: 1px rgba(var(--primary-rgb), .6) dashed;font-weight: 300;font-size: 16px;color: var(--info);}
#productinfo .sell_box >* { line-height: 100%; font-size: 17px; vertical-align: baseline; }
#productinfo .sell_box span { margin: 0 3px 0 15px; }
#productinfo .sell_box b { font-size: 36px; }
#productinfo .buyBtns { margin-top: 30px; }
#productinfo .buyBtns a {padding: 15px 0;background: var(--primary);}

/* orderfunction */
#orderfunction a[data-action="plusBtn"] { margin: 0 2px; width: 35px; height: 35px; background: rgba(var(--secondary-rgb), .3); border-radius: 5px; line-height: 30px; font-weight: 600; font-size: 28px; }
#orderfunction a.limit[data-action="plusBtn"] { line-height: 27px; font-size: 33px; }
#orderfunction input { margin: 0 5px; width: 30px; border-width: 0 0 1px; }
#orderfunction .addcar { float: right; }

#casephoto{margin-bottom:80px;}
#casephoto{margin-left:-25px;margin-right:-25px;}
#casephoto .clip{margin:0 25px;}

/* productTabs */
#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: 1024px){
	#productdetail{grid-template-columns:1fr;gap: 25px;}
}
@media screen and (max-width: 980px){
	#productinfo { margin-top: 5vw; }
	#content_wrap .list_box#product_list li:nth-child(even) .clip{order:0}
	#content_wrap .list_box#product_list li, #content_wrap .list_box#product_list li:nth-child(even){grid-template-columns:1fr;margin: 0 0 50px;}
}
@media screen and (min-width: 761px){
}
@media screen and (max-width: 640px){
	#casephoto{margin-left:-10px;margin-right:-10px;margin-bottom: 40px;}
	#productdetail{margin-bottom:40px;}
	#casephoto .clip{margin:0 10px;}
	#productinfo .buyBtns a{width:100%;}
	#content_wrap #product_list li h3{font-size:25px;}
	#content_wrap #product_list li article{font-size:15px;line-height: 2;margin-top: 10px;}
}