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

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

.w_week_container article.top {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	background: linear-gradient(to right, #b360ff, #0ccdff);
}

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

.w_week_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);
}

.w_week_container .section_01 .obj_01 {
	top: 77.8%;
	left: 10.3%;
	width: 18.5%;
	height: 17.3%;
}
.w_week_container .section_01 .obj_02 {
	top: 49.3%;
	left: 71.6%;
	width: 25%;
	height: 20.8%;
}
.w_week_container .section_01 .obj_03 {
	top: 50.5%;
	left: 7.8%;
	width: 36.4%;
	height: 27.6%;
}
.w_week_container .section_01 .obj_04 {
	top: 57.6%;
	left: 29.2%;
	width: 51.7%;
	height: 40.1%;
}

.w_week_container .section_01 .obj_05 {
	top: 83.1%;
	left: 17.3%;
	width: 61.8%;
	height: 16.2%;
}

.w_week_container .section_02 .img_coupon_10 {
	top: 52.6%;
	left: 25.7%;
	width: 60.6%;
	height: 31.3%;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transform-origin: center;
	transform: rotate(-20deg);
}

.w_week_container .section_02 .img_coupon_15 {
	top: 33%;
	left: 14.1%;
	width: 60.4%;
	height: 30.9%;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transform-origin: center;
	transform: rotate(15deg);
}

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

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

.w_week_container .section_02 .img_btn {
	top: 78%;
	left: 17.6%;
	width: 65.1%;
	height: 9.5%;
}

.w_week_container .section_03 .img_btn {
	top: 73.3%;
	left: 17.5%;
	width: 65.1%;
	height: 11.2%;
}

.w_week_container .section_03 .img_btn:hover,
.w_week_container .section_03 .img_btn:focus {
	animation: floating 1s infinite;
}

.w_week_container .section_04 .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%);
}

.w_week_container .section_04 .link_box {
	flex: 1;
	width: 50%;
	height: 60%;
	position: relative;
}

.w_week_container .section_04 .link_box.link_03 {
	flex: none;
	width: 100%;
	height: 38%;
}

.w_week_container .section_04 .link_item {
	position: absolute;
	bottom: 3%;
	right: 6%;
	width: 88%;
	height: 11.1%;
	text-indent: -999999px;
}

.w_week_container .section_04 .link_03 .link_item {
	bottom: 7%;
	right: 3.5%;
	width: 43%;
	height: 18%;
}

.w_week_container .section_04 .link_03 .link_item_02 {
	bottom: 28%;
}

.w_week_container .tab_wrapper {
	display: grid;
	border-top: 2px solid #9724f9;
	background-color: #110b20;
	grid-template-columns: repeat(4, 1fr);
}

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

.w_week_container .tab_wrapper button.show {
	background-color: #9724f9;
	font-family: "GmarketSansBold";
	opacity: 1;
}

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

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

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

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

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

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