.blind:after { display: none; }
#products .pro-list { overflow: hidden; }
#products .pro-list>div {display: flex;width: 100%;flex-direction: column;}
#product #w-particles { overflow: hidden; position: absolute; bottom: 0; left: 0; right: 0; top: 0; }
#product #w-particles canvas { width: 100%; height: 100%; }
#product #w-particles #particles { height: 100%; background: linear-gradient(to left, rgba(0, 0, 0, 0.52) 20%, hsla(0, 0%, 0%, 0) 100%); }

#products-detail{display:flex;flex-direction: column;gap: 20px;}
#products-detail, #products-content {overflow: hidden;padding: 0 30px;}
#products-detail .sub-pro-img {background: #fff;width: 100%;display: flex;flex-direction: column;align-items: center;}
#products-detail .sub-pro-img img { width: 70%; }
#products-detail .sub-pro-img .slick-slider { margin: 0; }
#products-detail .sub-pro-img .slick-slider div, #products-detail .sub-pro-img .slick-slider p, #products-detail .sub-pro-img .slick-slider li, #products-detail .sub-pro-img .slick-slider img { outline: none; }
#products-detail .sub-pro-img .slick-slider p { background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; }
#products-detail .sub-pro-img .slick-dots { bottom: -35px; }
#products-detail .txt-set {width: 100%;}
#products-detail .txt-set .product-txt { padding: 0; }
#products-detail .txt-set .product-txt li {border-bottom: 1px solid #dedede;font-size: 16px;line-height: 150%;}
#products-detail .txt-set .product-txt li.pName {padding: 20px;font-size: 28px;font-weight: 800;}
#products-detail .txt-set .product-txt li:first-child { border-top: 1px solid #dedede; }
#products-detail .txt-set .product-txt li .ma { display: inline-block; vertical-align: top; width: 150px; padding: 10px 20px; margin: 10px 0; color: #2a91c9; font-weight: 700; }
#products-detail .txt-set .product-txt li .bo { display: inline-block; padding: 10px 20px; margin: 10px 0; width: calc(100% - 238px); margin-left: -4px; border-left: 1px solid #dedede; }
#products-detail .txt-set .product-txt .price { margin-top: 30px; }
#products-detail .txt-set .product-txt .price p { margin-top: 5px; }
#products-detail .txt-set .product-txt .price p span { font-size: 13px; }
#products-detail .txt-set .product-txt .price p span b { font-family: 'Josefin Sans', sans-serif; font-size: 24px; margin-left: 15px; }
#products-detail .txt-set .product-txt .price p .money-sale { text-decoration: line-through; color: #a9a9a9; }
#products-detail ul , #products-detail li{list-style: none;}

.orderstyleSet { padding: 30px 0 0; overflow: hidden; }
.orderstyleSet .orderfunction { overflow: hidden; }
.orderstyleSet .orderfunction .aday { float: left; width: 50%; background: #333; height: 60px; text-align: center; }
.orderstyleSet .orderfunction .aday.add { float: right; width: 50%; background: #ff992c; }
.orderstyleSet .ask { background: #4fb6e5; text-align: center; }
.orderstyleSet .ask a { display: block; text-align: center; color: #ffffff; height: 60px; line-height: 60px; font-size: 17px; position: relative; }
.orderstyleSet .ask a b { position: absolute; width: 30px; height: 30px; background: #0374bb; border-radius: 50%; line-height: 30px; top: 15px; text-align: center; font-size: 12px; right: 20px; transition: all linear .3s; color: #fff; }
.orderstyleSet .ask a:hover b { transform: scaleX(-1); background: #0374bb; }

.aday p { color: #fff; display: inline-block; line-height: 60px; text-align: center; font-size: 16px; vertical-align: text-bottom; }
.aday p.bi { color: #706e69; font-size: 12px; width: auto; }
.aday p.bi b { color: #00aebb; font-size: 16px; margin-left: 5px; }
.aday p.bi b input[type="number"] { border: 1px solid #919191; width: 80px; text-align: center; background: #666; color: #fff; border-radius: 10px; padding: 5px 0; outline: none; }
.aday p input[type="button"] { background: #ff992c; color: #fff; font-size: 16px; margin-left: 10px; vertical-align: unset; cursor: pointer; -webkit-appearance: none; }
#pro-article { margin-bottom: 30px; }
#pro-article .tabs { border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; }
#pro-article .tabs li { display: inline-block; }
#pro-article .tabs li a { color: #444343; display: block; padding: 15px 25px; position: relative; }
#pro-article .tabs li a:hover, #pro-article .tabs li.active a { color: #ffa13e; }
#pro-article .tabs li a:after { position: absolute; top: 15px; right: 0; content: '|'; color: #e6e6e6; }
#pro-article .tabs li:last-child a:after { display: none; }
#tabs_container .tab_content { padding: 30px 0; }


@media screen and (max-width: 1280px) {
	#products-detail .sub-pro-img { width: 350px; }
	#products-detail .txt-set { width: calc(100% - 420px); }
}
@media screen and (max-width: 1024px) {

	#products .pro-list>div {width: 100%;}
	#products-detail .sub-pro-img { width: 100%; margin-bottom: 50px; }
	#products-detail .txt-set { width: 100%; }
}

@media screen and (max-width: 640px) {
		#products-detail, #products-content { padding: 0; }
	#products-detail .txt-set .product-txt li .ma { width: 100px; padding: 5px 10px; margin: 2px 0; }
	#products-detail .txt-set .product-txt li .bo { padding: 5px 10px; margin: 2px 0; width: calc(100% - 148px); }
	#products-detail .txt-set .product-txt li.pName { padding: 10px; }
}
@media screen and (max-width: 480px) {}