.salefesta_container {
	font-family: "Noto Sans KR", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-optical-sizing: auto;
}

.salefesta_container .img_btn:hover,
.salefesta_container .img_btn:focus {
	filter: drop-shadow(0 0 10px #b360ff80);
}

.salefesta_container article.top {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	background: linear-gradient(to right, #d367f0, #863cd7);
}

.salefesta_container article.top p {
	display: block;
	font-size: 26px;
	font-weight: 500;
	line-height: 26px;
	color: white;
	text-align: center;
}

.salefesta_container article.top p strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 6px;
	padding: 0 10px;
	background-color: black;
	line-height: 1.3em;
	text-align: center;
	border-radius: 10px;
	line-height: 1.4em;
	transform-origin: center;
	transform: translateY(1px);
}

.salefesta_container .section_01 .getOpacity {
	animation-iteration-count: infinite;
}
.salefesta_container .section_01 .obj_01 { 
	top: 19.9%; 
	left: 14.4%; 
	width: 2.7%; 
	height: 2.0%;
}
.salefesta_container .section_01 .obj_02 { 
	top: 22.9%; 
	left: 10.9%; 
	width: 4.2%; 
	height: 3.3%;
	animation-delay: 0.3s;
}
.salefesta_container .section_01 .obj_03 { 
	top: 33.2%; 
	left: 85.6%; 
	width: 5.3%; 
	height: 3.3%;
	animation-delay: 0.4s;
}
.salefesta_container .section_01 .obj_04 { 
	top: 49.2%;
	left: 17.1%; 
	width: 1.0%; 
	height: 0.8%;
	animation-delay: 0.3s;
}
.salefesta_container .section_01 .obj_05 { 
	top: 41.4%; 
	left: 82.0%; 
	width: 6.3%; 
	height: 5.0%;
}

.salefesta_container .section_02 .img_coupon {
	top: 43.8%; left: 18.9%; width: 63.9%; height: 40.5%;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transform-origin: center;
	transform: rotate(-20deg);
}

.salefesta_container .section_02 .img_tag {
	top: 46.8%; left: 71.3%; width: 16.8%; height: 14.8%;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transform-origin: center;
	transform: rotate(15deg);
}

.salefesta_container:has(.fixed-tab.fixed) .section_02 .img_coupon {
	transform: rotate(0deg);
}

.salefesta_container .section_02 .img_btn {
	top: 78.0%; 
	left: 17.6%; 
	width: 65.1%; 
	height: 9.5%;
}

.salefesta_container .section_03 {
	position: relative;
}

.salefesta_container .section_03 .link_wrapper {
	position: absolute;
	top: 28.7%;
	left: 50%;
	display: flex;
	gap: 2.1% 2%;
	flex-wrap: wrap;
	width: 80%;
	height: 65.4%;
	transform: translateX(-50%);
}

.salefesta_container .section_03 .obj_01 { 
	top: 35.2%;
	left: 10.0%;
	width: 25.0%;
	height: 36.0%;
}
.salefesta_container .section_03 .obj_02 { 
	top: 35.2%;
	left: 37.5%;
	width: 25.0%;
	height: 36.0%;
}
.salefesta_container .section_03 .obj_03 { 
	top: 35.2%;
	left: 65.0%;
	width: 25.0%;
	height: 36.0%;
}
.salefesta_container .section_03 .img_btn {
	top: 76.4%;
	left: 20.8%;
	width: 58.4%;
	height: 10.0%;
} 


.salefesta_container .section_04 .link_wrapper,
.salefesta_container .section_05 .link_wrapper {
	position: absolute;
	top: 13.4%;
	left: 50%;
	display: flex;
	gap: .3% 1%;
	flex-wrap: wrap;
	width: 80%;
	height: 65.4%;
	transform: translateX(-50%);
}

.salefesta_container .section_04 .link_box, 
.salefesta_container .section_05 .link_box {
	width: 48%;
	height: 42%;
	position: relative;
	font-size: 0;
}
.salefesta_container .section_04 .link_item,
.salefesta_container .section_05 .link_item {
	display: block;
	width: 100%;
	height: 100%;
}
.salefesta_container .section_04 .link_box.link_03 {
	height: 41.5%;
}
.salefesta_container .section_04 .link_box.link_04 {
	height: 37.4%;
}
.salefesta_container .section_04 .link_box.link_05,
.salefesta_container .section_04 .link_box.link_06 {
	height: 37.8%;
}
.salefesta_container .section_05 .link_box {
	flex: none;
	width: 74%;
    top: 104.5%;
    left: 13%;
    height: 11%;
}

@keyframes slideDeg {
	0% {
		transform: rotate(0deg);
	}
	30% {
		transform: rotate(-7deg);
	}
	70% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}


.salefesta_container .tab_wrapper {
	display: flex;
	width: 100%;
	border-top: 2px solid #931dd3;
	background-color: #110b20;
}

.salefesta_container .tab_wrapper button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	height: 10dvh;
	max-height: 124px;
	font-family: "GmarketSansMedium", sans-serif;
	font-size: 28px;
	line-height: 1.15;
	color: #fff;
	opacity: 0.5;
}

.salefesta_container .tab_wrapper button em {
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
}

.salefesta_container .tab_wrapper button.show {
	background: linear-gradient(50deg,rgba(152, 14, 234, 1) 0%, rgba(94, 107, 235, 1) 100%, rgba(94, 107, 235, 1) 100%);
	font-family: "GmarketSansBold";
	opacity: 1;
}

@media (max-width: 991px) {
	.salefesta_container .tab_wrapper button {
		height: 80px;
		font-size: 18px;
	}
	.salefesta_container article.top {
		height: 40px;
	}

	.salefesta_container article.top p {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.salefesta_container .tab_wrapper button {
		height: 56px;
		font-size: 12px;
	}

	.salefesta_container .tab_wrapper button em {
		font-size: 11px;
	}

	.salefesta_container article.top p {
		font-size: 12px;
	}

	.salefesta_container article.top p strong {
		padding: 3px 6px 5px;
		line-height: 1;
		border-radius: 4px;
	}
}

@media (max-width: 480px) {
}
