#wrap h2.pag_tit { font-size: 30px; }

/* product_list */
#product_list li .clip { margin: 0 auto 10px; -webkit-clip-path: url(#clip_product); clip-path: url(#clip_product); }
#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 */
#productinfo .cate {padding: 2px 15px;max-width: calc(100% - 105px);height: 22px;font-weight: 100;font-size: 13px;z-index: 6;margin-bottom: 20px;}
#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: 15px;font-weight: 400;font-size: 15px;color: #000;}
#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 {width: auto;padding: 20px 30px;border-radius: 50px;background-color: #12b508;}
#productinfo .buyBtns a:hover{background: var(--primary);}
#productinfo .buyBtns a svg{fill:#fff;width: 22px;height: 22px;margin-right: 10px;}

/* 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%; }

.insideImg{
    margin-bottom: 40px;
}
#product_area{padding:0vw 0 2vw}
#product_area .otherTit{
    text-align: center;
    width: 100%;
    letter-spacing: 0;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin: 40px 0 40px;
    font-size: 28px;
    padding: 5px 0 20px 0;
    word-break: break-all;
    color: #003ca6;
    font-weight: 600;
}
#product_area .otherTit p{
    text-align: center;
    text-align: center;
    padding: 0;
    font-size: 26px;
    letter-spacing: 0;
    font-weight: 600;
    color: #333 !important;
    line-height: 1;
    margin-bottom: 0;
}
#product_area .title_box p,#product_area .title_box .page_title{text-align:center;padding-left:0}
#product_area .title_box .page_title::before{display:none}
#product_area ul{display:flex;flex-wrap:wrap}
#product_area ul li{margin-bottom: 30px;background:#ffffff;padding: 25px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.09);background-color:#fff;width: calc((100% / 3) - 20px);margin-left:10px;margin-right: 10px;border: 1px var(--primary) solid;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
#product_area ul li:hover .info_box h3{color: var(--primary);}
#product_area ul li .info_box{height:auto;width:100%;margin:0 auto}
#product_area .row .img_box{}
#product_area img{background:#ffffff;height:250px;width: 100%;}
#product_area .row .info_box >div{margin:auto;width:calc(100% - 0px)}
#product_area .row .info_box h3{position:relative}
#product_area .row .info_box h3:hover::before{width:100%}
#product_area .row .info_box h3{color:var(--info);padding:15px 0  0;text-align:initial;display:block;font-size:20px;line-height:150%;font-weight:500;border-top:1px solid rgba(0,0,0,0.2);height:30px;letter-spacing:0.5px}
#product_area .row .info_box .line{margin:10px 0 20px;width:50px;height:4px;background:#333333;opacity:.7}
#product_area .row .info_box article{height: 43px;font-weight:400;font-size:16px;-webkit-line-clamp: 2;color:#707070;margin-bottom:5px;letter-spacing:0.5px}
#product_area .row .info_box .price{margin-top:15px;min-height:30px}
#product_area .row .info_box .price font{margin-left:20px;font-weight:300}

@media screen and (max-width: 1024px){
	#product_area ul li{
    width: calc((100% / 2) - 20px);
    padding: 0;
}
}

@media screen and (max-width: 980px) and (min-width: 551px){
	#imglist .clip { -webkit-clip-path: url(#clip_product_detail_m); clip-path: url(#clip_product_detail_m); }
	#imglist .clip svg { width: 45vw; }
}
@media screen and (max-width: 980px){
	#productinfo { margin-top: 5vw; }
}
@media screen and (min-width: 761px){
	#product_list li .clip { width: 80%; }
}
@media screen and (max-width: 640px){
	#product_list li { width: 65%; }
	#product_area ul li{
    width: calc((100% / 1) - 20px);
}
}