main {
	background-color:#fbfbfb;
	font-family: "Pretendard", sans-serif;
}
.contents_area {
	display: flex;
	width: 100%;
	max-width: 1512px;
	padding: 80px 24px;
	flex-direction: column;
	align-items: center;
	gap: 80px;
	margin: 0 auto;
	overflow: hidden;
}
.main_sec_tit {
	color: #000;
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -0.56px;
	text-align: left;
	font-family: "vemior", 'pretendard', sans-serif;
	/* text-transform: uppercase; */
}
.main_sec_desc {
	color: #535355;
	font-family: "Pretendard", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 12px 0;
}
.contents_area > div {
	width: 100%;
}

/* ==============⭐️⭐️⭐️ 메인 배너 ⭐️⭐️⭐️==============*/
.main_banenr {
	font-family: "Pretendard", sans-serif;
}
.main_banenr {
	position: relative;
	margin-top: 32px;
}

.main_banenr .swiper-slide {
	width: 442px !important;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.main_banenr .swiper-slide .img {}
.main_swiper .swiper-slide::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.35);
	opacity: 1;
	pointer-events: none;
	border-radius: 20px;
	transition: opacity 0.3s ease;
}
.main_swiper .swiper-slide-active::after,
.main_swiper .swiper-slide-prev::after,
.main_swiper .swiper-slide-next::after {
	opacity: 0;
	transition: opacity 0.3s ease;
}
.main_banenr .swiper-slide .img img {}
.main_banenr .swiper-slide .txt {
	padding: 40px 32px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.main_banenr .swiper-slide .txt span {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.main_banenr .swiper-slide .txt h3 {
	font-family: "Pretendard", sans-serif;
	color: #FFF;
	font-size: 28px;
	font-weight: 600;
	line-height: 36px; 
}
.main_banenr .swiper-slide .txt p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-top: 8px;
}

/* 컨트롤러 */
.main_swiper_controllers {
	display: flex;
	width: 100%;
	max-width: 1080px;
	padding: 24px 0;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0 auto;
}
.main_swiper_controllers .swiper-button-prev,
.main_swiper_controllers .swiper-button-next {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #D4D4D5;
	border-radius: 500px;
}
.main_swiper_controllers .swiper-button-prev::before {
	position: absolute;
	content: "";
	background-image: url("../img/main/main_swiper_prev_pc.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 10px;
	height: 10px;
}
.main_swiper_controllers .swiper-button-next::before {
	position: absolute;
	content: "";
	background-image: url("../img/main/main_swiper_next_pc.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 10px;
	height: 10px;
}
.main_swiper_controllers .swiper-pagination {
	position: static;
	width: max-content;
	display: flex;
	gap: 8px;
	align-items: center;
}
.main_swiper_controllers .swiper-pagination span {
	color: #949495;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.28px;
}
.main_swiper_controllers .swiper-pagination span.swiper-pagination-current {
	color: #000;
}
.main_swiper_controllers .swiper-play-pause {
	position: relative;
	width: 40px;
	height: 40px;
	border: 1px solid #D4D4D5;
	border-radius: 500px;
	cursor: pointer;
}
.main_swiper_controllers .swiper-play-pause::before {
	position: absolute;
	content: "";
	background-image: url("../img/main/main_swiper_pause_pc.svg?ver=1");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.main_swiper_controllers .swiper-play-pause.play::before {
	width: 8px;
	width: 8px;
	background-image: url("../img/main/main_swiper_play_pc.svg?ver=1");
}


/* ==============⭐️⭐️⭐️ section01 ⭐️⭐️⭐️==============*/
.main_sec01 .sec01_tag_list {
	width: 100%;
	display: flex;
	padding: 12px 0;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}
.main_sec01 .sec01_tag_list ul {
	display: flex;
	align-items: center;
	gap: 24px;
}
.main_sec01 .sec01_tag_list > a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	font-family: "Pretendard", sans-serif;
}
.main_sec01 .sec01_tag_list > a img {
	vertical-align: top;
}
.main_sec01 .sec01_tag_list > a::before {
	position: absolute;
	content: "";
	left: -16px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;	
	background: #000;
}
.main_sec01 .sec01_tag_list ul li {
	cursor: pointer;
}
.main_sec01 .sec01_tag_list ul li a {
	color:#535355;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
	display: flex;
	padding-bottom: 6px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	align-self: stretch;
	font-family: "Pretendard", sans-serif;
}
.main_sec01 .sec01_tag_list ul li.active a {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #000;
}
.m_tag_list {
	display: none;
}
.main_sec01 .sec01_event_list {
	padding: 12px 0;
	overflow: hidden;
}
.main_sec01 .sec01_event_list .swiper-slide {
	width: 360px !important;
}
.main_sec01 .sec01_event_list .swiper-slide a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}
.main_sec01 .sec01_event_list .swiper-slide .img {
	position: relative;
}
.main_sec01 .sec01_event_list .swiper-slide .img img {
	width: 100%;
	border-radius: 12px;
}
.main_sec01 .sec01_event_list .swiper-slide .img span {
	z-index: 1;
	position: absolute;
}
.main_sec01 .sec01_event_list .swiper-slide .img span.open {
	display: flex;
	height: 22px;
	padding: 3px 8px 3px 20px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	color: #535355;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	border-radius: 500px;
	text-transform: uppercase;
	background: #FFF;
	left: 16px;
	top: 14px;
}
.main_sec01 .sec01_event_list .swiper-slide .img span.open::before {
	position: absolute;
	content: "";
	display: flex;
	width: 5px;
	height: 5px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	border-radius: 500px;
	background: #FF526F;
	left: 9.5px;
}
.main_sec01 .sec01_event_list .swiper-slide .img span.close {
	display: flex;
	height: 22px;
	padding: 3px 8px 3px 20px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	color: #BFBFC0;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	border-radius: 500px;
	text-transform: uppercase;
	background: rgba(18, 18, 18, 0.50);
	left: 16px;
	bottom: 14px;
}
.main_sec01 .sec01_event_list .swiper-slide .img span.close::before {
	position: absolute;
	content: "";
	display: flex;
	width: 5px;
	height: 5px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	border-radius: 500px;
	background: #7E7E80;
	left: 9.5px;
}
.main_sec01 .sec01_event_list .swiper-slide .txt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	align-self: stretch;
}
.main_sec01 .sec01_event_list .swiper-slide .txt h4 {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.3px;
	font-family: "Pretendard", sans-serif;
}
.main_sec01 .sec01_event_list .swiper-slide .txt span {
	color: #7E7E80;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	font-family: "Pretendard", sans-serif;
}

/* ==============⭐️⭐️⭐️ section02 ⭐️⭐️⭐️==============*/
.main_sec02 .sec02_tag_list {
	width: 100%;
	display: flex;
	padding: 12px 0;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}
.main_sec02 .sec02_tag_list ul {
	display: flex;
	align-items: center;
	gap: 24px;
}
.main_sec02 .sec02_tag_list > a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	font-family: "Pretendard", sans-serif;
}
.main_sec02 .sec02_tag_list > a img {
	vertical-align: top;
}
.main_sec02 .sec02_tag_list > a::before {
	position: absolute;
	content: "";
	left: -16px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;	
	background: #000;
}
.main_sec02 .sec02_tag_list ul li {
	cursor: pointer;
	/* color:color(display-p3 0.68 0.639 0.53); */
}
.main_sec02 .sec02_tag_list ul li a {
	color:#535355;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
	display: flex;
	padding-bottom: 6px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	align-self: stretch;
	font-family: "Pretendard", sans-serif;
}
.main_sec02 .sec02_tag_list ul li.active a {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #000;
}

.main_sec02 .sec02_sisul_list {
	margin-top: 12px;
}
.main_sec02 .sec02_sisul_list ul {
	display: flex;
	padding: 12px 0;
	align-items: flex-start;
	align-content: flex-start;
	gap: 24px;
	align-self: stretch;
	flex-wrap: wrap;
}
.main_sec02 .sec02_sisul_list ul li {
	width: calc(100% / 2 - 12px);
}
.main_sec02 .sec02_sisul_list ul li a {
	
	display: flex;
	align-items: stretch;
	gap: 8px;
}
.main_sec02 .sec02_sisul_list ul li .img {
	width: 200px;
	height: 200px;
	border-radius: 8px;
	overflow: hidden;
}
.main_sec02 .sec02_sisul_list ul li .img img {
	width: 100%;
}
.main_sec02 .sec02_sisul_list ul li .con {
	display: flex;
	flex: 1;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 8px;
	background: #FFF;
	font-family: "Pretendard", sans-serif;
	width: 100%;
}
.main_sec02 .sec02_sisul_list ul li .txt {
	width: 100%;
}
.main_sec02 .sec02_sisul_list ul li .txt .title {
	width: 100%;
	font-family: "Pretendard", sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8px;
	flex: 1 0 0;
	align-self: stretch;
}
.main_sec02 .sec02_sisul_list ul li .txt .title span {
	color: #535355;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.39px;
	display: flex;
	width: 74px;
	height: 26px;
	padding: 3px 6px 3px 24px;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
	background: #FFF7D6;
	position: relative;
}
.main_sec02 .sec02_sisul_list ul li .txt .title span::before {
	position: absolute;
	content: "";
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background-image: url("../img/main/sec02_plus_icon.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main_sec02 .sec02_sisul_list ul li .txt .kr_title {
	font-family: "Pretendard", sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.main_sec02 .sec02_sisul_list ul li .desc {
	color: #6C6C6C;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;   /* 최대 2줄 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: calc(1.4em * 2);
}
.main_sec02 .sec02_sisul_list ul li .cost {
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 12px;
}
.main_sec02 .sec02_sisul_list ul li .cost .price {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -0.4px;
	display: flex;
	align-items: center;
	gap: 2px;
}
.main_sec02 .sec02_sisul_list ul li .cost .price em {
	color: #000;
	font-family: "Pretendard", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.28px;
}
.main_sec02 .sec02_sisul_list ul li .cost .sale {
	color: var(--primary-active-color);
	font-size: 12px;
	font-weight: 400;
	line-height: 100%; /* 12px */
	letter-spacing: -0.12px;
	border-radius: 2px;
	border: 1px solid var(--primary-active-color);
	display: flex;
	padding: 4px 8px;
	justify-content: center;
	align-items: center;
}

/* ==============⭐️⭐️⭐️ section03 ⭐️⭐️⭐️==============*/
.main_sec03 {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
	overflow: hidden;
}
.main_sec03 .sec03_info {
	width: 476px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 32px;
	flex-shrink: 0;
	align-self: stretch;
	padding-right: 94px;
}
.main_sec03 .sec03_info .channel_list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}
.main_sec03 .sec03_info .channel_list li {
	display: flex;
	padding: 20px;
	align-items: center;
	align-self: stretch;
	border-radius: 12px;
	background: #FFF;
	gap: 10px;
}
.main_sec03 .sec03_info .channel_list li .img {}
.main_sec03 .sec03_info .channel_list li h5 {
	color: #000;
	font-family: "Pretendard", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.32px;
}
.main_sec03 .sec03_info .channel_list li a {
	margin-left: auto;
	color: #FFF;
	font-family: "Pretendard", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	border-radius: 4px;
	background: #547095;
	display: flex;
	width: 130px;
	height: 36px;
	padding: 0 12px;
	justify-content: center;
	align-items: center;
}
.main_sec03 .sec03_info .channel_list li:last-child a {
	background: #60B9B7;
}
.main_sec03 .sec03_shorts .shorts_swiper {
	overflow: hidden;
}
.main_sec03 .sec03_shorts .shorts_swiper .swiper-slide {
	width: fit-content;
	margin-right: 16px;
	cursor: pointer;
	border-radius: 8px;
	overflow: hidden;
}
.main_sec03 .sec03_shorts .shorts_swiper .swiper-slide img {
	width: 240px;
}
.shorts_popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}

.shorts_popup.active {
	display: block;
}

.shorts_popup_dim {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.7);
}

.shorts_popup_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 360px;
	max-width: 90vw;
	aspect-ratio: 9 / 16;
}

.shorts_iframe_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.shorts_iframe_wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

.shorts_close {
	position: absolute;
	top: -40px;
	right: 0;
	background: none;
	border: none;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}


/* ==============⭐️⭐️⭐️ section04 ⭐️⭐️⭐️==============*/
.main_sec04 {
	width: 100%;
	display: flex;
	gap: 24px;
	align-self: stretch;
}
.main_sec04 h4 {
	color: var(--primary-active-color);
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
}
.main_sec04 .sec04_location_con {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding-right: 20px;
}
.main_sec04 .sec04_location_con .address {
	display: flex;
	word-break: keep-all;
	padding: 12px 0;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 5px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.main_sec04 .sec04_location_con .address p {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}
.main_sec04 .sec04_location_con .address p span {
	color: var(--primary-active-color);
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	border-radius: 500px;
	border: 1px solid var(--primary-active-color);
	display: flex;
	padding: 2px 8px;
	justify-content: center;
	align-items: center;
}
.main_sec04 .sec04_location_con .address p b {
	font-weight: 600;
}
.main_sec04 .sec04_location_con a {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.32px;
	display: flex;
	height: 50px;
	padding: 20px 0;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	border-radius: 8px;
	background: var(--primary-active-color);
	margin-top: auto;
}
.main_sec04 .sec04_location_con a img {
	margin-right: 2px;
}
.main_sec04 .sec04_map_con {
	width: 714px;
	aspect-ratio: 714 / 214;
}
.main_sec04 .sec04_map_con iframe {
	width: 100%;
	height: 100%;
}
.main_sec04 .sec04_info_con {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding-left: 20px;
}
.main_sec04 .sec04_info_con .num {
	color: #000;
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	padding: 8px 0;
}
.main_sec04 .sec04_info_con .time {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 6px;
}
.main_sec04 .sec04_info_con .time li {
	display: flex;
	align-items: flex-start;
	gap: 4px;
	align-self: stretch;
}
.main_sec04 .sec04_info_con .time li span {
	color: #7E7E80;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	display: flex;
	width: 80px;
	align-items: center;
}
.main_sec04 .sec04_info_con .time li p {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.main_sec04 .sec04_info_con .sns_list {
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}
.main_sec04 .sec04_info_con .sns_list li {}
.main_sec04 .sec04_info_con .sns_list li a {}