#wrap h2.pag_tit { font-size: 30px; }

/* product_list */
#product_list{display:flex;flex-wrap: wrap;margin-bottom: 30px;}
#content_wrap #product_list li{margin: 0 0 30px;width: calc((100%/3) - 20px);}
#content_wrap #product_list li:nth-child(3n-1){margin: 0 30px 30px;}
#content_wrap #product_list li .info_box{display: block;margin-top: 15px;}
#content_wrap #product_list li .info_box >div{padding: 20px 30px;}
#content_wrap #product_list li .info_box >div *{color:#fff;}
#content_wrap #product_list li .info_box >div h3{font-size: 28px;font-family: 'Bakbak One', cursive;height: auto;font-weight: 300;letter-spacing: 1px;margin-bottom: 0;}
#content_wrap #product_list li .info_box >div p{font-size: 18px;font-weight: 400;font-family: var(--font-family), sans-serif;letter-spacing: 4px;}
#product_list li .clip {border: 1px solid #e9e9e9;border-radius: 5px;}
#product_list li h3 { height: 34px; font-size: 20px; }
#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: 50px 0 80px; }

/* imglist */
#imglist .clip { -webkit-clip-path: url(#clip_product_detail); clip-path: url(#clip_product_detail); }

/* productinfo */
#productdetail .slick-dots{bottom:0;}
#productinfo .cate {padding: 2px 15px;max-width: calc(100% - 105px);height: 22px;font-weight: 100;font-size: 13px;z-index: 6;display: none;}
#productinfo h1 {margin: 0 0 20px;font-weight: 400;font-size: 28px;color: var(--info);font-family: 'Roboto', sans-serif;}
#productinfo .txt {margin-bottom: 15px;font-family: 'Bakbak One', cursive;font-size: 22px;}
#productinfo .txt label { margin-right: 15px; width: 50px; }
#productinfo .price font { font-weight: 600; font-size: 25px; }
#productinfo article {margin-bottom: 30px;padding-bottom: 15px;font-weight: 400;font-size: 14px;color: var(--info);line-height: 190%;}
#productinfo article:before {content:'';width: 100%;height: 5px;display: block;margin: 0 0 40px;background: linear-gradient(to right, #dadada, #dadada 2px, transparent 2px, transparent 4px);background-repeat: repeat-x;background-size: 4px 1px;background-position: 50% 50%;border-right: 1px solid #dadada;border-left: 1px solid #dadada;}
#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: 10px 0;border-radius: 50px;width: 30%;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; }

/* 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) {
	#product_list{justify-content: space-between;}
	#content_wrap #product_list li, #content_wrap #product_list li:nth-child(3n-1){width: calc((100%/2) - 15px);margin: 0 0 30px;}
}
@media screen and (max-width: 980px){
	#productinfo { margin-top: 5vw; }
}
@media screen and (min-width: 761px){
}
@media screen and (max-width: 640px){
	#productdetail{margin-top:0;}
	#productinfo .buyBtns a{width:50%;}
	#content_wrap #product_list li, #content_wrap #product_list li:nth-child(3n-1){width: 100%;margin: 0 0 30px;}
	#product_list li { width: 65%; }
}