
:root {
	--bg-img1: url("https://resource.xp-pen.com/img/active_list/DailyKR/bg1.jpg");
	--bg-img2: url("https://resource.xp-pen.com/img/active_list/DailyKR/bg2.jpg");
	--bg-color: #fff;
	--main-family: "Noto Sans CJK KR";
	--price-family: "Noto Sans CJK KR";
	--title-family: "Montserrat";
	--main-color: #fff;
	--img-wd: 1rem;
	--fz14: 0.14rem;
	--fz16: 0.16rem;
	--fz18: 0.18rem;
	--fz21: 0.21rem;
	--fz24: 0.24rem;
	--fz28: 0.28rem;
	--fz30: 0.30rem;
	--fz35: 0.35rem;
	--fz36: 0.36rem;
	--fz42: 0.42rem;
	--fz48: 0.48rem;
	--goods-item-bg: #FFF;
}

.module_banner {
	--bn-text-t: 10%;
	--bn-text-l: 10%;
	--bn-title-fz: 0.88rem;
	--bn-title-color: #314454;
	--bn-title-stoke-color: #AD2BFF;
	--bn-remark-fz: 0.53rem;
	--bn-remark-color: #314454;
	--bn-date-fz: 0.4rem;
	--bn-free-fz: 0.36rem;
	--bn-date-color: #314454;
	--bn-info-mg: 0.1rem;
	--discount-fz: 0.4rem;
}

.module_w1400 {
	--title-color: #314454;
	--title-stroke-color: #140266;
	--title-transform: translate(-50%, 50%);
	--goods-title-color: #000000;
	--current-price-color: #E1262D;
	--origin-price-color: #666666;
	--buy-btn-color: #314454;
	--discount-xl-img-wd: .9rem;
	--discount-M-img-wd: 1.25rem;
	--discount-S-img-wd: 0.66rem;
}


#module .NY_smallbox .NY_img_box img {
	max-width: 4.04rem;
}



@media screen and (max-width: 768px) {
	html {
		font-size: 100PX;
		font-size: 13.0208vw;
	}

	
	#module .NY_big .NY_big_po2 .NY_big_po2_t {
		font-size: var(--fz30);
		line-height: .23rem;
	}

	#module .NY_big .NY_big_po2 .NY_big_po2_t span {
		font-size: var(--fz24);
	}

	#module .NY_big .NY_goods_list .NY_big_po2 {
		top: 5%;
	}
}

html {
	font-size: 100PX;
	font-size: 3.90625vw;
}

#module div {
	font-size: initial;
}

#module img {
	width: 100%;
	height: auto;
}

#module .pc {
	display: block;
}

#module .mo {
	display: none;
}

#module h1,
#module h2,
#module p,
#module span {
	font-family: var(--main-family) !important;
	color: var(--main-color);
	font-size: var(--fz16);
	text-align: center;
}

#module .flex-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#module .module_w1400 {
	max-width: 14rem;
	margin: 0 auto;

}

#module .module_bg {
	background: var(--bg-img);
	background-size: 100%;
}

#module .module_bg_box1 {
	padding-bottom: 0.6rem;
	background-size: cover;
	background: var(--bg-img1);
}

#module .module_bg_box2 {
	padding-bottom: 0.8rem;
	background-size: cover;
	background: var(--bg-img2);
}

#module .module_banner {
	position: relative;
}

#module .module_banner .pc {
	max-width: 100%;
}

#module .module_title {
	position: relative;
	margin: 0rem 0 0.6rem;
	text-align: center;
	padding-top: 1rem;
}

#module .module_title .BF_text {
	font-size: 0.4rem;
	font-weight: bold;
	color: var(--title-color);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: var(--title-transform);
	z-index: 2;
	width: 100%;
	font-family: var(--title-family)!important;
}

#module .module_title .BF_text span {
	color: #000000;
	font-size: var(--fz18);
	font-weight: 500;
}

#module .module_title .BF_text.stroke {
	-webkit-text-stroke: 0.03rem var(--title-stroke-color);
	text-stroke: 0.03rem var(--title-stroke-color);
	z-index: 1;

}

#module .module_title img {
	max-width: var(--img-wd);
}

#module .module-subtitle {
	font-size: var(--fz36);
	margin-bottom: 0.4rem;
	font-weight: bold;
	color: var(--title-color);
}

#module .NY_big,
#module .NY_md,
#module .NY_sb,
#module .NY_fo {
	background-color: var(--goods-item-bg);
	border-radius: .05rem;
	position: relative;
	border: .03rem solid #1C1C59;
	box-shadow: 0rem .08rem 0rem 0rem #1C1C59;
}

#module .NY_big {
	padding: 0rem;
	margin-bottom: 0.36rem;
	position: relative;
	overflow: hidden;
}

#module .NY_md {
	padding: .35rem 0.16rem 0.45rem;
}

#module .NY_sb {
	padding: .4rem 0.16rem 0.45rem;
}

#module .NY_fo {
	padding: 0.2rem 0.16rem 0.36rem;
}

#module .NY_goods_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#module .NY_img_box {
	position: relative;
	text-align: center;
	padding-top: 0.16rem;
}

#module .NY_big .NY_big_img a img {
	max-width: 100%;
}

#module .NY_middlebox .NY_img_box a img {
	max-width: 4.53rem;
}

#module .NY_fo .NY_img_box a img {
	max-width: 2.32rem;
}

#module .NY_big_po2 {
	position: absolute;
	top: -7%;
	left: 2%;
}

#module .NY_big_po2 img {
	width: var(--discount-xl-img-wd);
}

#module .NY_big_po2 .NY_big_po2_t {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	font-size: 0.26rem;
	line-height: 0.23rem;
	font-family: 'Gilroy';
	width: 100%;
	text-align: center;
	font-weight: bold;
}

#module .NY_big_po2 .NY_big_po2_t span {
	font-size: 0.23rem;
}

#module .NY_smallbox .NY_big_po2_t {
	font-size: 0.32rem;
	line-height: 0.27rem;
	
}

#module .NY_smallbox .NY_big_po2_t span {
	font-size: 0.24rem;
}

#module .NY_big .NY_big_po2 {
    top: 10%;
    right: 5%;
    left: inherit;
}

#module .sell-text {
	font-size: var(--fz18);
	font-weight: 600;
	color: #314454;
	line-height: 1.5;
	text-align: center;
	opacity: 0.8;
	margin: 0.1rem 0;
}

#module .sell-text span {
	font-size: var(--fz18);
	font-weight: 600;
	color: #000;
}

#module .NY_big_img {
	width: 53%;
	position: relative;
	text-align: center;
}

#module .NY_big_text {
	width: 45%;
}

#module .NY_big_text p {
	text-align: left;
	overflow: hidden;
	/* text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  box-orient: vertical;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical; */
}


#module .NY_big_text .NY_buy_btn {
	text-align: left;
}

#module .NY_big_title {
	font-size: var(--fz42);
	color: var(--goods-title-color);
	font-family: Montserrat;
	margin-bottom: 0.24rem;
	font-weight: bold;
}

#module .NY_big_title a {
	color: var(--goods-title-color);
}

#module .NY_big_p {
	font-size: var(--fz21);
	color: #314454;
	opacity: 0.9;
	margin: 0.24rem 0 0.2rem;
	line-height: 2;
	font-weight: bold;
	font-family: Montserrat;
}

#module .NY_big_p span {
	color: #000;
	font-size: var(--fz18);
}

#module .NY_price {
	text-align: center;
	margin: 0.1rem 0 0.24rem;
	font-family: var(--price-family) !important;
}

#module .NY_price span {
	font-size: var(--fz42);
	color: var(--current-price-color);
	font-weight: bold;
}

#module .NY_price em {
	text-decoration: line-through;
	font-style: normal;
	white-space: nowrap;
	color: var(--origin-price-color);
	font-size: 0.23rem;
}

#module .NY_buy_btn {
	text-align: center;
	margin-top: 0.24rem;
}

#module .NY_buy_btn a {
	display: inline-block;
	font-weight: bold;
	font-size: var(--fz28);
	padding: 0.15rem 0.83rem;
	background: #1A6BE2;
box-shadow: .04rem .04rem 0rem 0rem #1C1C59;
border-radius: .38rem;
border: .03rem solid #1C1C59;
	line-height: 1;
	color: #fff;
}


#module .NY_sb .NY_buy_btn a,
#module .NY_fo .NY_buy_btn a {
	font-size: .32rem;
	padding: 0.13rem 1.1rem;
}

#module .NY_middlebox {
	width: 48%;
	margin-bottom: 0.4rem;
}

#module .NY_md .NY_title {
	margin-bottom: .2rem;
}

#module .NY_title {
	display: block;
	text-align: center;
	color: var(--goods-title-color);
	font-size: var(--fz28);
	margin-top: 0.24rem;
	font-weight: bold;
	font-family: Montserrat;
}

#module .NY_smallbox {
	width: 32%;
	margin-bottom: 0.36rem;
}

#module .NY_smallbox .NY_big_po2 img {
	width: var(--discount-M-img-wd);
}

#module .NY_smallbox .NY_title {
	font-size: .32rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#module .NY_sb_price span {
	font-size: .4rem;
}

#module .NY_fourbox {
	width: 24%;
	margin-bottom: 0.4rem;
}

#module .NY_fourbox .NY_title {
	font-size: var(--fz21);
	min-height: 0.58rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

#module .NY_fourbox .NY_big_po2 .NY_big_po2_t {
	font-size: .23rem;
	line-height: 0.2rem;
}

#module .NY_fourbox .NY_big_po2 .NY_big_po2_t span {
	font-size:.20rem;
}

#module .NY_fourbox .NY_big_po2 img {
	width: var(--discount-S-img-wd);
}

#module .NY_More {
	width: 100%;
	height: auto;
	text-align: center;
}

#module .NY_More a {
	min-width: 22%;
	display: inline-block;
	font-size: var(--fz24);
	color: var(--text-color);
	line-height: 1;
	padding: var(--padding);
	background: var(--bg-color);
	border-radius: var(--boder-radius);
	font-weight: bold;
}

#module .footer-banner {
	margin-bottom: 2.0833333333vw;
}

#module .footer-banner img {
	margin: 0 auto;
}

#module .footer-banner.col-md-list {
	display: flex;
	justify-content: space-between;
}

#module .footer-banner .col-md-item {
	width: 49%;
	text-align: center;
}

#module .NY_big_de {
	position: absolute;
	right: 0rem;
	top: 0;
	font-size: .35rem;
	font-weight: bold;
	color: #fff;
	padding: 0rem 0.24rem;
	background: #EC1650;
    border-radius: 0 0 0 .3rem;
    border: .03rem solid #1C1C59;
	border-right: none;
	border-top: none;
	font-family: 'Noto Sans CJK KR';
}

#module .NY_smallbox .NY_big_de {
	font-size: .26rem;
}

#module .NY_fourbox .NY_big_de {
	font-size: .20rem;
}

#module .NY_big.xl2 {
	padding: 0.75rem;
    margin-bottom: 0.36rem;
    position: relative;
}
#module .NY_big.xl2 .NY_big_po2 {
    top: -10%;
    right: 95%;
}
#module .NY_big.xl2 .NY_big_img a img {
	max-width: 5.83rem;
}
#module .NY_big.xl2.reverse .NY_goods_list .NY_big_text{
	padding-left: 0;
}

@media screen and (max-width: 768px) {
	html {
		font-size: 100PX;
		font-size: 13.0208vw;
	}

	#module .pc {
		display: none;
	}

	#module .mo {
		display: block;
	}
	
	#module .module_NavFixed {
		display: none !important;
	}
	#module .NY_big ,
	#module .NY_big.xl2{
		padding-bottom: 0.4rem;
	}
	
	#module .NY_big_img {
		width: 100%;
		text-align: center;
		margin-bottom: 0.4rem;
	}

	#module .NY_big_text {
		width: 100%;
	}

	#module .NY_big_text p {
		text-align: center;
	}

	#module .NY_big_text .NY_buy_btn {
		text-align: center;
	}

	#module .NY_buy_btn {
		margin-top: 0.25rem;
	}

	#module .NY_big_p {
		font-size: var(--fz24);
		line-height: 1.5;
	}

	#module .NY_big_p span {
		font-size: var(--fz24);
	}

	#module .NY_price {
		margin: 0.3rem 0 0.2rem;
	}

	#module .NY_price span {
		font-size: var(--fz48);
	}

	#module .NY_price em {
		font-size: var(--fz30);
	}

	#module .NY_md,
	#module .NY_sb,
	#module .NY_fo {
		padding: 0.2rem 0.15rem 0.3rem;
	}

	#module .NY_price {
		margin: 0.1rem 0 0;
	}

	#module .NY_price span {
		font-size: var(--fz30);
	}

	#module .NY_price em {
		font-size: var(--fz16);
	}

	#module .NY_smallbox,
	#module .NY_fourbox {
		width: 48%;
	}

	#module .NY_smallbox .NY_big_po2 img,
	#module .NY_middlebox .NY_big_po2 img,
	#module .NY_fourbox .NY_big_po2 img {
		width: var(--discount-S-img-wd);
	}

	#module .NY_smallbox .NY_big_po2 .NY_big_po2_t,
	#module .NY_middlebox .NY_big_po2 .NY_big_po2_t,
	#module .NY_fourbox .NY_big_po2 .NY_big_po2_t {
		font-size: 0.24rem;
		line-height: 0.18rem;
	}

	#module .NY_smallbox .NY_big_po2 .NY_big_po2_t span,
	#module .NY_middlebox .NY_big_po2 .NY_big_po2_t span,
	#module .NY_fourbox .NY_big_po2 .NY_big_po2_t span {
		font-size: 0.18rem;
	}

	#module .NY_big_po2 {
		left: 0;
		top: 1%;
	}


	#module .NY_fourbox .NY_title {
		font-size: .24rem;
		min-height: .62rem;
	}


	#module .NY_md .NY_title {
		margin-bottom: 0;
	}

	#module .NY_big.reverse .NY_goods_list .NY_big_img {
		order: 1;
	}

	#module .NY_big.reverse .NY_goods_list .NY_big_text {
		order: 2;
		padding: 0;
	}


	#module .NY_big_de {
		font-size: .28rem;
	}

	#module .module_w1400 {
		padding: 0 0.2rem;
	}

	#module .module_title .BF_text {
		font-size: .25rem;
		transform: translate(-50%, 115%);
	}

	#module .NY_sb .NY_buy_btn a,
	#module .NY_fo .NY_buy_btn a,
	#module .NY_buy_btn a {
		font-size: var(--fz24);
		padding: 0.11rem 0.43rem;
	}
	
	#module .NY_big_text .NY_big_title{
		font-size: .36rem;
	
	}
	#module .NY_big_text p{
		font-size: .24rem;
	
	}
	#module .NY_smallbox .NY_title,#module .NY_md .NY_title {
		font-size: .24rem;
		margin-top: .14rem;
	}

	#module .NY_fo .NY_img_box a img {
		max-width: 3.24rem;
	}
	#module .NY_big_po2 .NY_big_po2_t{
		transform: translate(-50%, -35%);
	}
	
}

/*# sourceMappingURL=module.css.map */
