@charset "UTF-8";



/* 그레이 색상 팔레트 var(--var-gr-0);*/
:root {
	--var-gr-0: #ffffff;
	/* Background */
	--var-gr-5: #f8f8f8;
	/* Background */
	--var-gr-10: #f0f0f0;
	/* Background */
	--var-gr-20: #e4e4e4;
	/* Disabled */
	--var-gr-30: #d8d8d8;
	/* Border */
	--var-gr-40: #c6c6c6;
	/* Border */
	--var-gr-50: #8e8e8e;
	/* Border */
	/*Text-disabled */
	--var-gr-60: #717171;
	--var-gr-70: #555555;
	/* Text-body */
	--var-gr-80: #2d2d2d;
	--var-gr-90: #1d1d1d;
	/* Text-title */
	--var-gr-100: #000000;
	/* button */


	/* 레드 색상 팔레트 */
	--var-rd-0: #FFFFFF;
	--var-rd-5: #FEE6E6;
	--var-rd-10: #FECECC;
	--var-rd-20: #FD9D99;
	--var-rd-30: #FC6C66;
	--var-rd-40: #FB3B33;
	--var-rd-50: #FA0A00;
	--var-rd-60: #C80800;
	--var-rd-70: #960600;
	--var-rd-80: #640400;
	--var-rd-90: #320200;
	--var-rd-100: #000000;

	/* 블루 색상 팔레트 */
	--var-bl-0: #ffffff;
	--var-bl-5: #EFF6FC;
	--var-bl-10: #DEEEFA;
	--var-bl-20: #BDDCF5;
	--var-bl-30: #9DCBF0;
	--var-bl-40: #7CBAEB;
	--var-bl-50: #5BA9E6;
	--var-bl-60: #4987B8;
	--var-bl-70: #37658A;
	--var-bl-80: #24445C;
	--var-bl-90: #12222E;
	--var-bl-100: #000000;

	/* 기타 브랜드 색상 팔레트 */
	--var-or-50: #FF8800;
	/* 오렌지 */
	--var-grn-50: #00A003;
	/* 그린 */
	--var-br-50: #74582C;
	/* 브라운 */
}


/* 하이라이트컬러 */

/* 레드 키컬러 */
.c-red {
	color: var(--var-rd-50) !important;
}

/* 블루 키컬러 */
.c-blue {
	color: var(--var-bl-50) !important;
}

/* 블루2 다크버전  */
.c-blue2 {
	color: var(--var-bl-60) !important;
}


/* 브랜드컬러 오렌지 */
.c-org {
	color: var(--var-or-50) !important;
}

/* 브랜드컬러 그린 */
.c-grn {
	color: var(--var-grn-50) !important;
}

/* 브랜드컬러 브라운 */
.c-br {
	color: var(--var-br-50) !important;
}





/* 쿠폰 컬러, 배경 컬러 */


/* 레드 키컬러 */
.bg-red {
	background-color: var(--var-rd-50) !important;
}

/* 블루 키컬러 */
.bg-blue {
	background-color: var(--var-bl-50) !important;
}

/* 블루2 다크버전 */
.bg-blue2 {
	background-color: var(--var-bl-60) !important;
}

/* 브랜드컬러 오렌지 */
.bg-org {
	background-color: var(--var-or-50) !important;
}

/* 브랜드컬러 그린 */
.bg-grn {
	background-color: var(--var-grn-50) !important;
}

/* 브랜드컬러 브라운 */
.bg-br {
	background-color: var(--var-br-50) !important;
}







.title-area h1 {
	color: #1d1d1d;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.03125;
}

.title-area p {
	margin-top: 1.25rem;
	margin-bottom: 0.5rem;
	color: #555;
	font-size: 1.1875rem;
	font-weight: 300;
	line-height: 150%;
}


.title-area i {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 7.9375rem;
	height: 7.9375rem;
	background: url(../img/join_us_icon@2x.png) center / cover no-repeat;
}








.new-promotion-page {
	background-color: #f5f5f5;
	text-align: left;
	font-family: "Pretendard Variable", sans-serif;
}

.new-promotion-page .main-section {
	height: 750px;
}



.new-promotion-page .main-section .inner-container {
	margin: 0 auto;
	padding: 2.5rem 1rem;
	max-width: 640px;
	width: 100%;
	box-sizing: border-box;
	color: #f0f0f0;
	display: flex;
	flex-flow: column;
	height: 100%;
	justify-content: space-between;
	padding-top: 1rem;
	padding-bottom: 3.75rem;
}

@media screen and (min-width: 721px) {
	.new-promotion-page .inner-container {
		max-width: 640px;
	}
}

.new-promotion-page .main-section .duration {
	width: 100%;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
	white-space: nowrap;
}

.new-promotion-page .main-section .duration span {
	color: #c6c6c6;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
}

.new-promotion-page .main-section .duration span:nth-of-type(2) {
	width: 100%;
	height: 1px;
	background-color: rgba(198, 198, 198, 0.9);
}

.new-promotion-page .main-section .title {
	font-size: 2.875rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.05rem;
	font-weight: 600;
	margin-bottom: 15px;
}

.new-promotion-page .main-section .subtitle {
	margin-top: 1rem;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.02rem;
}


@media screen and (max-width: 380px) {
	.new-promotion-page .main-section .title {
		font-size: 11.794vw;
	}

	.new-promotion-page .main-section .subtitle {
		font-size: 4.871vw;
	}
}

.new-promotion-page > .inner-container {
	margin: 0 auto;
	padding: 2.5rem 1rem;
	max-width: 640px;
	width: 100%;
	box-sizing: border-box;
}

.new-promotion-page .prd-section {
	padding: 4rem 0 1rem;
}

.new-promotion-page .prd-section .title {
	font-size: 2.625rem; 
	color: #1d1d1d;
	line-height: 150%;
	letter-spacing: -0.05rem;
	font-weight: bold;
}

.new-promotion-page .prd-section .subtitle {
	margin-top: 0.3rem;
	margin-bottom: 1.5rem;
	color: #555;
	font-size: 1.1875rem;
	font-weight: 400;
	line-height: 150%;
	/* 28.5px */
}

.new-promotion-page .prd-swiper {
	position: relative;
	overflow: hidden;
}

.new-promotion-page .prd-swiper .swiper-slide {
	position: relative;
	overflow: hidden;
}

.new-promotion-page .prd-swiper .swiper-pagination {
	bottom: 0.875rem !important;
}

.new-promotion-page .prd-swiper .swiper-pagination .swiper-pagination-bullet {
	width: 0.3125rem !important;
	height: 0.3125rem !important;
	background-color: white;
	border-radius: 0 !important;
}

.new-promotion-page .prd-items {
	margin-top: 0.5rem;
	display: flex;
	flex-flow: column;
	gap: 1.3rem;
}

.new-promotion-page .prd-items li {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.new-promotion-page .prd-items li .prd-thumb {
	position: relative;
	min-width: 5rem;
	height: 5rem;
	overflow: hidden;
}

.new-promotion-page .prd-items li .prd-thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
	background-color: #fff;
}

.new-promotion-page .prd-items li > div:last-of-type {
	padding: 0 0.625rem;
	flex-grow: 1;
	display: flex;
	flex-flow: column;
	justify-content: center;
	font-size: 1rem;
	color: #1d1d1d;
	font-weight: 600;
	line-height: 150%;
}

.new-promotion-page .prd-items li > div:last-of-type .raw-price {
	margin-top: 0.625rem;
	color: #1d1d1d;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

.new-promotion-page .prd-items li.is-sale .raw-price {
	text-decoration: line-through;
	color: #8e8e8e !important;
}

.new-promotion-page .prd-items li.is-sale .sale-percent {
	color: #fa0a00;
}

.new-promotion-page .card-section .card {
	margin-top: 2.5rem;
	padding: 2rem 1rem;
	background-color: white;
	color: #1d1d1d;
}

.new-promotion-page .card-section .card .title {
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.01;
	margin: 0 0;
}

.new-promotion-page .card-section .card .highlight {
	color: var(--var-rd-50);
}

.new-promotion-page .card-section .card .img-area {
	position: relative;
	margin-top: 1.5rem;
	height: 10.5rem;
	background-color: black;
}

.new-promotion-page .card-section .card .img-area .txt1 {
	position: absolute;
	top: 2rem;
	left: 1.25rem;
	color: #f3f3f3;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 150%;
	letter-spacing: 0.009375rem;
}

.new-promotion-page .card-section .card .img-area .txt2 {
	position: absolute;
	bottom: 1.25rem;
	left: 1.25rem;
	color: #f3f3f3;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.0225rem;
}

.new-promotion-page .card-section .card .btn {
	margin-top: 1.5rem;
	width: 100%;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fa0a00;
	color: #f3f3f3;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.011875rem;
}

.new-promotion-page .card-section .card .btn:disabled {
	background-color: #cdcdcd;
	cursor: not-allowed;
}

.new-promotion-page .card-section .card .new-promotion-btn {
	background-color: #fbe300;
	color: #1e1e1e;
}


.new-promotion-page .card-section .card-02-txt{
	text-align: center;
}
.new-promotion-page .card-section .card-02 .sub-tit{
	margin: 0.6rem 0 1rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -0.02rem;
}
.new-promotion-page .card-section .card-02 .title {
	font-weight: 700;
	margin-top: 0.3rem;
}

.new-promotion-page .card-section .card-02 img {
	margin-top: 1.5rem;
	width: 100%;
}

.new-promotion-page .card-section .card-02 .desc {
	margin-top: 0.3rem;
	color: #757575;
	font-size: 1rem;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.02rem;
}

.new-promotion-page .caution-area {
	margin-top: 2rem;
}

.new-promotion-page .caution-area .title {
	color: #5a5a5a;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.09375;
	background: url(https://image.prospecs.com/front/images/common/promo/i_caution_minus.svg) center right/1rem no-repeat;
	cursor: pointer;
}

.new-promotion-page .caution-area ul {
	margin-top: 1rem;
}

.new-promotion-page .caution-area ul li {
	margin-top: 0.4rem;
	color: #757575;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
	margin-left: 1rem;
	text-indent: -0.5rem;
	word-break: auto-phrase;
}

.new-promotion-page .caution-area ul li::before {
	display: inline-block;
	content: "·";
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
	margin-right: 0.5rem;
}

.new-promotion-page .caution-area ul li:first-of-type {
	margin-top: 0;
}

.new-promotion-page .caution-area.closed .title {
	background: url(https://image.prospecs.com/front/images/common/promo/i_caution_plus.svg) center right/1rem no-repeat;
}

.new-promotion-page .float-btn {
	position: fixed;
	padding: 0.9rem 2.8rem;
	font-size: 0.865rem;
	bottom: 1rem;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border: 1px solid #2d2d2d;
	z-index: 90;
	display: none;

}

.new-promotion-page .float-btn > div {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #2d2d2d;
	gap: 0.375rem;
	cursor: pointer;
	white-space: nowrap;
}

.new-promotion-page .float-btn > div i {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url(https://image.prospecs.com/front/images/common/promo/arr_down.svg) center/cover no-repeat;
}

.new-promotion-page .prd-list-section {
	width: 100%;
	max-width: 1760px;
	margin: 0 auto;
	padding: 40px 32px;
	background-color: white;
}

@media screen and (max-width: 720px) {
	.new-promotion-page .prd-list-section {
		padding: 0 1rem 2.5rem;
	}
}

.new-promotion-page .prd-list-section .tabs {
	position: sticky;
	top: 0;
	width: 100%;
	display: flex;
	height: 2.5rem;
	background: white;
	z-index: 9;
}

.new-promotion-page .prd-list-section .tabs li {
	position: relative;
	width: 100%;
	height: 100%;
	flex-grow: 1;
	font-size: 0.9375rem;
	font-weight: 700;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.new-promotion-page .prd-list-section .tabs li.active {
	border-bottom: 2px solid #2d2d2d;
}

.new-promotion-page .ps-prd-list {
	padding-top: 2rem;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2.5rem 1.25rem;
}

@media screen and (max-width: 720px) {
	.new-promotion-page .ps-prd-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.3rem 0.65rem;
	}
}

@media (min-width: 721px) and (max-width: 1024px) {
	.new-promotion-page .ps-prd-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.3rem 0.65rem;
	}
}

@media (min-width: 1025px) and (max-width: 1200px) {
	.new-promotion-page .ps-prd-list {
		grid-template-columns: repeat(4, 1fr);
	}
}

.new-promotion-page .ps-prd-list .thumb-wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
}

.new-promotion-page .ps-prd-list .thumb-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.new-promotion-page .ps-prd-list .thumb-wrap img:last-of-type {
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.new-promotion-page .ps-prd-list .thumb-wrap:active img:last-of-type {
	opacity: 1;
}

.new-promotion-page .ps-prd-list .desc-area {
	margin-top: 1rem;
}

.new-promotion-page .ps-prd-list .desc-area .name {
	font-size: 1rem;
	color: #000;
}

.new-promotion-page .ps-prd-list .desc-area .raw-price {
	margin-top: 0.625rem;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: line-through;
	line-height: 1;
}

.new-promotion-page .ps-prd-list .desc-area .name {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: 500;
}

.new-promotion-page .ps-prd-list .desc-area .discount-price {
	color: rgb(34, 34, 34);
	font-weight: 500;
}

.new-promotion-page .ps-prd-list .desc-area .discount-per {
	color: #fa0a00;
	font-weight: 500;
}

.new-promotion-page .ps-prd-list .is-sale .raw-price {
	color: rgb(186, 186, 186);
}

/*# sourceMappingURL=new-promotion_2025.css.map */


/* 쿠폰다운 */


.new-promotion-page .card-section .card .coupon-box {
	margin: 1.75rem 0 0;
	padding: 4rem 1.25rem;
	background-color: var(--var-rd-50);
	display: flex;
	flex-flow: column;
	gap: 2rem;
}

.new-promotion-page .card-section .card .coupon-box .coupon-name {
	color: #f5f5f5;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
}

.new-promotion-page .card-section .card .coupon-box .coupon-desc {
	color: var(--var-gr-0);
	opacity: 0.8;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
}

.new-promotion-page .card-section .card .coupon-box .coupon-percent {
	color: #f5f5f5;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
}

.new-promotion-page .card-section .card button {
	margin-top: 1rem;
	width: 100%;
	height: 64px;
	line-height: 64px;
	background: var(--var-gr-100);
	color: #fff;
	font-size: 1.1875rem;
	font-weight: 500;
	line-height: 150%;
	border: none;
}





.new-promotion-page .swiper-button-next {
	background: url('https://image.prospecs.com/front/ux/css/images/ps-new/main_arrow_R.png') no-repeat
}

.new-promotion-page .swiper-button-prev {
	background: url('https://image.prospecs.com/front/ux/css/images/ps-new/main_arrow_L.png') no-repeat
}

.new-promotion-page .swiper-container [class*="swiper-button-"] {
	width: 48px;
	height: 48px;
	background-size: 48px auto;
	margin-top: -32px
}

.prd-swiper {
	background-color: #fff;
}

.body-img {
	width: 360px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
}



.mobile-only {
	display: none;
}

.desktop-only {
	display: inline;
}



.txt-area {
	padding: 1.5rem 1rem;
}

.tit-txt {
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 0.425rem;
	color: var(--var-gr-90);
}

.body-text {
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: var(--var-gr-70);
	text-align: left;
	letter-spacing: 0;
}

.noti-txt{
	font-size: 0.845rem;
	line-height: 150%;
	color: var(--var-gr-50);
	letter-spacing: -0.02;
	margin-top:0.8rem;
	padding-bottom: 0.4rem;
}

.title .subtitle {
	word-break: keep-all;
	/* 단어 중간 줄바꿈 방지 (한글에 좋음) */
	white-space: normal;
	/* 텍스트 줄바꿈 허용 */
	overflow-wrap: break-word;
	/* 너무 긴 단어 강제 줄바꿈 */
	line-break: anywhere;
}


.desc-list {
	line-height: 1.5rem;
	letter-spacing: -0.03rem;
	font-size: 0.925rem;
}



.event-gnbwrap {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #000;
}

.event-gnb {
  max-width: 1080px;
  margin: 0 auto;
}

.event-gnb ul {
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

.event-gnb li a {
  display: block;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--var-gr-50);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s, color 0.3s;
}

.event-gnb li a:hover {
  color: #fff;
	font-weight: 600;
}

.event-gnb li a.active {
  color: #fff;
  border-bottom: 2px solid #fff;
	font-weight: 600;
}





/* 모바일 미디어쿼리 */


@media screen and (max-width: 720px) {
	.new-promotion-page .main-section {
		height: 175.89vw;
	}

	.new-promotion-page .prd-items li > div:last-of-type {
		font-size: 0.875rem;
		/* 기본보다 살짝 작게 */
		line-height: 1.4;
	}

	.new-promotion-page .prd-items li > div:last-of-type .raw-price {
		font-size: 0.8125rem;
	}

	.new-promotion-page .prd-items li > div:last-of-type .sale-price {
		font-size: 0.875rem;
	}

	.new-promotion-page .prd-items li .prd-thumb {
		min-width: 4rem;
		height: 4rem;
	}


	.new-promotion-page .swiper-button-next {
		display: none;
	}

	.new-promotion-page .swiper-button-prev {
		display: none;
	}


	.new-promotion-page .card-section .card .coupon-box {
		margin: 2rem 0 0;
		padding: 2rem 1.25rem;
		background-color: var(--var-rd-50);
		display: flex;
		flex-flow: column;
		gap: 2rem;
	}


	.new-promotion-page .card-section .card .coupon-box .coupon-percent {
		color: #f5f5f5;
		font-size: 2.5rem;
		font-weight: 700;
		line-height: 1;
	}

	.new-promotion-page .prd-section .title {
		font-size: 2.625rem 
		color: #1d1d1d;
		line-height: 150%;
		letter-spacing: -0.03rem;
		font-weight: bold;
	}

	.body-img {
		width: 100% !important;
	}

	.title .subtitle {
		word-break: keep-all;
		/* 단어 중간 줄바꿈 방지 (한글에 좋음) */
		white-space: normal;
		/* 텍스트 줄바꿈 허용 */
		overflow-wrap: break-word;
		/* 너무 긴 단어 강제 줄바꿈 */
		line-break: anywhere;
	}

	.body-text {
		font-weight: 400;
		font-size: 1rem 
		line-height: 150%
		text-align: left;
		letter-spacing: -0.03em
		color: var(--var-gr-70);
	}

	.mobile-only {
		display: inline;
	}

	.desktop-only {
		display: none;
	}
}



