.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 {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	background: linear-gradient(to right, #f03f8f, #fd95ad);
}

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

/* Source filenames used a 1420px canvas, so section 01 Y values subtract the 70px top banner before conversion. */
.w_week_container .section_01 .obj_01 {
	top: 76.1%;
	left: 10.2%;
	width: 15.5%;
	height: 15.8%;
}

.w_week_container .section_01 .obj_02 {
	top: 55.9%;
	left: 75.2%;
	width: 22.8%;
	height: 20.6%;
}

.w_week_container .section_01 .obj_03 {
	top: 50.5%;
	left: 8.5%;
	width: 32.5%;
	height: 25.4%;
	z-index: 3;
}

.w_week_container .section_01 .obj_04 {
	top: 55.1%;
	left: 29%;
	width: 48.8%;
	height: 34.3%;
	z-index: 2;
}

.w_week_container .section_01 .obj_05 {
	top: 70.8%;
	left: 76.9%;
	width: 16%;
	height: 11%;
	z-index: 4;
}

.w_week_container .section_01 .obj_06 {
	top: -2.6%;
	left: 15.6%;
	width: 13.7%;
	height: 11.3%;
	z-index: 1;
}

.w_week_container .section_01 .img_notice {
	top: 82%;
	left: 17%;
	width: 62.8%;
	height: 16.7%;
	z-index: 5;
}

.w_week_container .section_02 .img_coupon_10 {
	top: 53.5%; 
	left: 25.7%; 
	width: 60.6%; 
	height: 31.2%;
	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.5%; 
	left: 14.1%; 
	width: 60.4%; 
	height: 30.8%;
	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.0%; 
	left: 17.6%; 
	width: 65.1%; 
	height: 9.5%;
}


.w_week_container .section_03 .link_wrapper {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.w_week_container .section_03 .link_box {
	position: absolute;
}

.w_week_container .section_03 .link_box.link_01 {
	top: 24.8%;
	left: 10%;
	width: 39.2%;
	height: 40.8%;
}

.w_week_container .section_03 .link_box.link_02 {
	top: 24.8%;
	left: 50.8%;
	width: 39.2%;
	height: 40.8%;
}

.w_week_container .section_03 .link_box.link_03 {
	top: 66.5%;
	left: 10%;
	width: 80%;
	height: 23.3%;
}

.w_week_container .section_03 .link_item {
	position: absolute;
	inset: 0;
	display: block;
	border-radius: 28px;
	cursor: pointer;
	text-indent: -999999px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.w_week_container .section_03 .link_item {
		border-radius: 16px;
	}
}

.w_week_container .section_04 .img_title { 
	top: 9.8%; 
	left: 14.8%; 
	width: 72.9%; 
	height: 21.2%;
}
.w_week_container .section_04 .img_balloon {
	top: 35.4%; 
	left: 68.0%; 
	width: 20.3%; 
	height: 16.3%; 
}
.w_week_container .section_04 .img_btn {
	top: 79.0%; 
	left: 17.5%; 
	width: 65.1%; 
	height: 9.7%;
}

.w_week_container .section_04 .img_picker {
	top: 28.5%; 
	left: 19.0%; 
	width: 60.3%; 
	height: 46.0%;
	animation: slideDeg 1.5s linear infinite;
	transform-origin: top center;
}

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


.w_week_container .tab_wrapper {
	display: grid;
	border-top: 4px solid #0b3ee8;
	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: #0b3ee8;
	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) {
}
