.event_title {
	width: 100%;
	text-align: left;
	padding: 60px 0;
}

.event_title p.tit {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}

.event_title .sub_tit {
	font-size: 16px;
	color: #8f8f9b;
	line-height: 1;
	margin-top: 10px;
	display: block;
	letter-spacing: -0.06rem;
}

@media (min-width: 1200px) {
	.item_qna_top:has(.inquiry_write.on) {
		padding: 0 0 20px;
		overflow: visible;
		visibility: visible;
	}

	.item_qna_top .inquiry_write.on::before,
	.item_qna_top .inquiry_write.on:after {
		content: "";
		position: absolute;
		width: calc((100vw - 1200px) / 2);
		height: 100%;
		background: #f8f8f8;
		top: 0;
		z-index: 0;
	}

	.inquiry_write.on::before {
		left: 0;
		transform: translateX(-100%);
	}
	.inquiry_write.on:after {
		right: 0%;
		transform: translateX(100%);
	}

	.best_contents .item_list .list_area:nth-child(-n + 3) {
		width: calc(100% / 3);
	}
}

@media (max-width: 991px) {
	.featured_contents .list {
		border-radius: 20px 20px 0 0;
	}

	.featured_contents .txt {
		border-radius: 0 0 40px 0;
	}
}

@media (max-width: 767px) {
	.featured_top .featured_select {
		margin: 0 0 50px;
		display: block;
	}

	.event_content img.mobile {
		height: auto;
		width: 100%;
		text-align: center;
	}

	textarea,
	textarea.form-control {
		padding: 15px;
		font-weight: normal;
		line-height: normal;
		letter-spacing: -0.01rem;
		text-align: left;
		color: #000;
		border-radius: 15px;
	}

	textarea.form-control::placeholder {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.event_title {
		padding: 40px 0;
	}

	.event_title p.tit {
		font-size: 18px;
		letter-spacing: -0.06rem;
		font-weight: 600;
		text-align: center;
	}

	.event_title span.sub_tit {
		font-size: 14px;
		margin-top: 6px;
		text-align: center;
	}
}

/* 2025/06/04 */
.featured_detail_contents .event_content {
	padding: 0 0 30px;
}

/* 20250717 */
.season-event-contents .btn_event_coupon_download {
	display: flex;
	justify-content: center;
	align-items: center;
}

.season-event-contents .btn_event_coupon_download span {
	flex: none;
	transform: translateY(5%);
}

.season-event-contents .btn_event_coupon_download.btn_dark .ico {
	background-image: url("/content/images/icon/ico_coupon_get_w.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
