/* main KV */
.event-benefit-template .main-kv-video {
	width: 100%;
}
/* // main KV */

.pc {
	display: block;
}
.mo {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.mo {
		display: block;
	}
}
/* sticky tab */
.event-benefit-template .content-wrap .tab_wrap {
	position: sticky;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	backface-visibility: hidden;
	transform: translateZ(0);
	will-change: transform;
}

.event-benefit-template .content-wrap .tab_wrap::before {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.2);
	left: 0;
	bottom: 0;
}

.event-benefit-template .tab_wrap .tab_inner {
	display: flex;
	background-color: #fff;
	justify-content: center;
}

.event-benefit-template .tab_wrap .tab_inner ul {
	display: flex;
	width: 100%;
	height: 56px;
	overflow-x: auto;
}

.event-benefit-template .tab_wrap .tab_inner li {
	position: relative;
	width: 50%;
}

.event-benefit-template .tab_wrap .tab_inner li::before {
	content: ' ';
	width: 100%;
	height: 4px;
	background-color: #2e2e33;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

.event-benefit-template .tab_wrap .tab_inner li a {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	width: max-content;
	text-align: center;
	font-family: 'Pretendard';
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.04em;
	margin: 0 auto;
	color: #505050;
	font-weight: 600;
	min-width: 100%;
	justify-content: center;
}

.event-benefit-template .tab_wrap .tab_inner li.active::before {
	display: block;
}
.event-benefit-template .tab_wrap .tab_inner li.active a {
	font-weight: 700;
	color: #000;
}

@container article-inner-area (max-width: 999px) {
	.event-benefit-template .tab_wrap .tab_inner li a {
		padding: 0 calc(40 / 999 * 100vw);
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.event-benefit-template .content-wrap .tab_wrap {
		top: 56px;
	}

	.header.helloBar ~ .container .event-benefit-template .content-wrap .tab_wrap {
		top: 98px;
	}

	.event-benefit-template .tab_wrap .tab_inner ul {
		height: calc(112 / 720 * 100vw);
	}

	.event-benefit-template .tab_wrap .tab_inner li a {
		padding: 0 calc(32 / 720 * 100vw);
		color: #333;
		text-align: center;
		font-size: calc(28 / 720 * 100vw);
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: calc(-1.12em / 28);
	}
}
/* // sticky tab */

.event-benefit-template .article__inner_full {
	padding: 0;
}

.contents_flex_box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #dbd2c1;
}

.contents_flex_box li {
	width: calc((100% - 40px) / 3);
}

.contents_flex_box li > img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

.house_hold_slide {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}

.house_hold_slide .swiper-pagination {
	position: absolute !important;
	gap: 8px !important;
	top: calc(20 / 720 * 100vw) !important;
	z-index: 2;
	margin: 0 calc(48 / 720 * 100vw) !important;
	width: calc(100% - (96 / 720 * 100vw)) !important;
	padding: 0 !important;
}

.house_hold_slide .swiper-pagination .swiper-pagination-bullet {
	width: calc(100% / 4) !important;
	height: calc(4 / 720 * 100vw) !important;
	margin: 0 !important;
	border-radius: 0 !important;
	background-color: rgba(255, 255, 255, 0.2) !important;
}

.house_hold_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: calc(4 / 100%);
	background-color: rgba(255, 255, 255, 1) !important;
}

/* text switching tab */
.tab_wrap2 [role='tablist'] {
	display: flex;
	column-gap: 32px;
}
.tab_wrap2 [role='tab'] {
	display: flex;
	padding: 0 0 28px 0;
}
.tab_wrap2 [role='tab'] span {
	color: #696969;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.8px;
}
.tab_wrap2 [role='presentation'].active span {
	color: #ff0004;
	font-weight: 600;
}

.tab_wrap2 .tab_inner {
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.tab_wrap2 [role='tablist'] {
		margin: 0 0 calc(30 / 720 * 100vw);
		padding: 0 calc(48 / 720 * 100vw);
		column-gap: calc(32 / 720 * 100vw);
		overflow-x: auto;
	}
	.tab_wrap2 [role='tab'] {
		display: flex;
		padding: 0;
		margin: 0;
	}
	.tab_wrap2 [role='tab'] span {
		font-size: calc(28 / 720 * 100vw);
		white-space: nowrap;
	}
}
/* // text switching tab */

/* small tab */
.tabArea .tab_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 24px;
}
.tabArea .tab_inner ul {
	width: 100%;
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	white-space: nowrap;
	overflow-x: hidden;
}
.tabArea .tab_inner li {
	position: relative;
	height: 48px;
	border: 1px solid #404040;
	border-radius: 32px;
	background-color: transparent;
	transition: background-color 0.3s;
}
.tabArea .tab_inner li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	height: 100%;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: #2e2e33;
	letter-spacing: -0.04em;
}
.tabArea .tab_inner li.active {
	border-color: #2e2e33;
	background-color: #1a1a1a;
}
.tabArea .tab_inner li.active a {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.tabArea .tab_inner {
		padding: 0 0 calc(40 / 720 * 100vw);
	}

	.tabArea .tab_inner ul {
		gap: calc(18 / 720 * 100vw);
		padding: 3px 0;
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.tabArea .tab_inner li {
		height: auto;
	}

	.tabArea .tab_inner li a {
		padding: calc(16 / 720 * 100vw) calc(24 / 720 * 100vw);
		font-size: calc(28 / 720 * 100vw);
		font-weight: 500;
		line-height: 1.1428;
	}
}
.tab_container .tab_con {
	display: none;
	max-width: 1020px;
	margin: 0 auto;
}
.tab_container .tab_con:focus {
	outline: none;
}
.tab_container .tab_con:focus-visible {
	outline-offset: -3px;
}

.tab_container .tab_con.active {
	display: block;
}
/* // small tab */

/* KV */
.main-kv {
	position: relative;
}

.main-kv__img {
	width: 100%;
}
/* // KV */

/* // 튤팁 */
.toggle_box {
	background-color: #fff;
	text-align: center;
}
.toggle_box img {
	display: block;
	margin: 0 auto;
}

.toggle_box .toggle_close {
	display: block;
}

.toggle_box .toggle_open {
	display: none;
}

.toggle_box .toggle_cont {
	display: none;
	background-color: #f4f4f5;
}

.toggle_box .toggle_btn {
	cursor: pointer;
	display: inline-block;
}

.toggle_box.on .toggle_close {
	display: none;
}

.toggle_box.on .toggle_open {
	display: block;
}

.toggle_box.on .toggle_cont {
	display: block;
}

/* 메인컨텐츠 시작 */

.only-pc {
	display: block !important;
}

.only-mo {
	display: none !important;
}
@media screen and (max-width: 767px) {
	.only-pc {
		display: none !important;
	}

	.only-mo {
		display: block !important;
	}
}

/* 탭 메뉴 스타일 */
.tab-menu {
	list-style: none;
	padding: 0 5px;
	display: flex;
	margin-bottom: 4%;
	border-radius: 100px;
	background-color: #fff;
}
.tabItem {
	cursor: pointer;
	width: 345px;
	height: 84px;
	padding: 10px 20px;
	background-color: #e0e0e0;
	border-radius: 5px;
	transition: background-color 0.3s;
}
.tab-menu .tabItem:nth-child(1) {
	background: url(/kr/event/2025/10/01_oled_change/images/tab-02-01.png) no-repeat center;
}
.tab-menu .tabItem:nth-child(2) {
	background: url(/kr/event/2025/10/01_oled_change/images/tab-02-02.png) no-repeat center;
}
.tab-menu .tabItem:nth-child(3) {
	background: url(/kr/event/2025/10/01_oled_change/images/tab-02-03.png) no-repeat center;
}
.tab-menu .tabItem:nth-child(1).active {
	background: url(/kr/event/2025/10/01_oled_change/images/tab-01-01.png) no-repeat center;
}
.tab-menu .tabItem:nth-child(2).active {
	background: url(/kr/event/2025/10/01_oled_change/images/tab-01-02.png) no-repeat center;
}
.tab-menu .tabItem:nth-child(3).active {
	background: url(/kr/event/2025/10/01_oled_change/images/tab-01-03.png) no-repeat center;
}

.tab-ui-wrap .imageContainer .toggleImage img {
	border-radius: 20px 20px 0 0;
	cursor: pointer;
}

/* 토글 섹션 스타일 */
.tab-ui-wrap .toggleItem {
	cursor: pointer;
	padding: 10px 20px;
	background-color: #f0f0f0;
	transition: background-color 0.3s;
}
.tab-ui-wrap .toggleImage {
	display: none;
}
.tab-ui-wrap .toggleImage.active {
	display: block;
}
.tab-ui-wrap section {
	display: none;
}
.tab-ui-wrap section.active {
	display: block;
}

.tab-ui-wrap .imageContainer .toggleImage.active {
	margin-top: 1.7%;
}
.tab-ui-wrap .toggle-section .toggleItem.active {
	position: relative;
	max-width: 1000px;
	height: 159px;
	margin-bottom: 2%;
}
.tab-ui-wrap .toggle-section .toggleItem {
	position: relative;
	max-width: 1000px;
	height: 142px;
}
.tab-ui-wrap #section1 .toggle-section .toggleItem {
	background: url(/kr/event/2025/10/01_oled_change/images/card02-01.png) no-repeat center / 100% 100%;
}
.tab-ui-wrap #section2 .toggle-section .toggleItem {
	background: url(/kr/event/2025/10/01_oled_change/images/card02-02.png) no-repeat center / 100% 100%;
}
.tab-ui-wrap #section3 .toggle-section .toggleItem {
	background: url(/kr/event/2025/10/01_oled_change/images/card02-03.png) no-repeat center / 100% 100%;
}
.tab-ui-wrap #section4 .toggle-section .toggleItem {
	background: url(/kr/event/2025/10/01_oled_change/images/card02-04.png) no-repeat center / 100% 100%;
}
.tab-ui-wrap #section5 .toggle-section .toggleItem {
	background: url(/kr/event/2025/10/01_oled_change/images/card02-05.png) no-repeat center / 100% 100%;
}
.tab-ui-wrap #section6 .toggle-section .toggleItem {
	background: url(/kr/event/2025/10/01_oled_change/images/card02-06.png) no-repeat center / 100% 100%;
}
.tab-ui-wrap #section7 .toggle-section .toggleItem {
	background: url(/kr/event/2025/10/01_oled_change/images/card02-07.png) no-repeat center / 100% 100%;
}
.tab-ui-wrap #section8 .toggle-section .toggleItem {
	background: url(/kr/event/2025/10/01_oled_change/images/card02-08.png) no-repeat center / 100% 100%;
}
.tab-ui-wrap #section1 .toggle-section .toggleItem.active {
	background: url(/kr/event/2025/10/01_oled_change/images/card01-01.png) no-repeat center / 100% 100%;
}
.tab-ui-wrap #section2 .toggle-section .toggleItem.active {
	background: url(/kr/event/2025/10/01_oled_change/images/card01-02.png) no-repeat center / 100% 100%;
}
.tab-ui-wrap #section3 .toggle-section .toggleItem.active {
	background: url(/kr/event/2025/10/01_oled_change/images/card01-03.png) no-repeat center / 100% 100%;
}
.tab-ui-wrap #section4 .toggle-section .toggleItem.active {
	background: url(/kr/event/2025/10/01_oled_change/images/card01-04.png) no-repeat center / 100% 100%;
}
.tab-ui-wrap #section5 .toggle-section .toggleItem.active {
	background: url(/kr/event/2025/10/01_oled_change/images/card01-05.png) no-repeat center / 100% 100%;
}
.tab-ui-wrap #section6 .toggle-section .toggleItem.active {
	background: url(/kr/event/2025/10/01_oled_change/images/card01-06.png) no-repeat center / 100% 100%;
}
.tab-ui-wrap #section7 .toggle-section .toggleItem.active {
	background: url(/kr/event/2025/10/01_oled_change/images/card01-07.png) no-repeat center / 100% 100%;
}
.tab-ui-wrap #section8 .toggle-section .toggleItem.active {
	background: url(/kr/event/2025/10/01_oled_change/images/card01-08.png) no-repeat center / 100% 100%;
}

@media screen and (max-width: 767px) {
	.tab_container li a {
		border-bottom: calc(8 / 720 * 100vw) solid #fff;
	}
	.tab_container li a.active {
		border-bottom: calc(8 / 720 * 100vw) solid #000000;
	}

	.tab-ui-wrap {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		max-width: calc(624 / 720 * 100vw);
	}
	.tab-ui-wrap .toggle-section .toggleItem.active {
		position: relative;
		width: 100%;
		height: calc(206 / 720 * 100vw);
		margin-bottom: 3%;
	}
	.tab-ui-wrap .toggle-section .toggleItem {
		position: relative;
		width: calc(624 / 720 * 100vw);
		height: calc(135 / 720 * 100vw);
	}
	.tab-ui-wrap #section1 .toggle-section .toggleItem {
		background: url(/kr/event/2025/10/01_oled_change/images/card02-01-mo.png) no-repeat center / 100% 100%;
	}
	.tab-ui-wrap #section2 .toggle-section .toggleItem {
		background: url(/kr/event/2025/10/01_oled_change/images/card02-02-mo.png) no-repeat center / 100% 100%;
	}
	.tab-ui-wrap #section3 .toggle-section .toggleItem {
		background: url(/kr/event/2025/10/01_oled_change/images/card02-03-mo.png) no-repeat center / 100% 100%;
	}
	.tab-ui-wrap #section4 .toggle-section .toggleItem {
		background: url(/kr/event/2025/10/01_oled_change/images/card02-04-mo.png) no-repeat center / 100% 100%;
	}
	.tab-ui-wrap #section5 .toggle-section .toggleItem {
		background: url(/kr/event/2025/10/01_oled_change/images/card02-05-mo.png) no-repeat center / 100% 100%;
	}
	.tab-ui-wrap #section6 .toggle-section .toggleItem {
		background: url(/kr/event/2025/10/01_oled_change/images/card02-06-mo.png) no-repeat center / 100% 100%;
	}
	.tab-ui-wrap #section7 .toggle-section .toggleItem {
		background: url(/kr/event/2025/10/01_oled_change/images/card02-07-mo.png) no-repeat center / 100% 100%;
	}
	.tab-ui-wrap #section8 .toggle-section .toggleItem {
		background: url(/kr/event/2025/10/01_oled_change/images/card02-08-mo.png) no-repeat center / 100% 100%;
	}
	.tab-ui-wrap #section1 .toggle-section .toggleItem.active {
		background: url(/kr/event/2025/10/01_oled_change/images/card01-01-mo.png) no-repeat center / 100% 100%;
	}
	.tab-ui-wrap #section2 .toggle-section .toggleItem.active {
		background: url(/kr/event/2025/10/01_oled_change/images/card01-02-mo.png) no-repeat center / 100% 100%;
	}
	.tab-ui-wrap #section3 .toggle-section .toggleItem.active {
		background: url(/kr/event/2025/10/01_oled_change/images/card01-03-mo.png) no-repeat center / 100% 100%;
	}
	.tab-ui-wrap #section4 .toggle-section .toggleItem.active {
		background: url(/kr/event/2025/10/01_oled_change/images/card01-04-mo.png) no-repeat center / 100% 100%;
	}
	.tab-ui-wrap #section5 .toggle-section .toggleItem.active {
		background: url(/kr/event/2025/10/01_oled_change/images/card01-05-mo.png) no-repeat center / 100% 100%;
	}
	.tab-ui-wrap #section6 .toggle-section .toggleItem.active {
		background: url(/kr/event/2025/10/01_oled_change/images/card01-06-mo.png) no-repeat center / 100% 100%;
	}
	.tab-ui-wrap #section7 .toggle-section .toggleItem.active {
		background: url(/kr/event/2025/10/01_oled_change/images/card01-07-mo.png) no-repeat center / 100% 100%;
	}
	.tab-ui-wrap #section8 .toggle-section .toggleItem.active {
		background: url(/kr/event/2025/10/01_oled_change/images/card01-08-mo.png) no-repeat center / 100% 100%;
	}

	.tab-menu {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		max-width: calc(624 / 720 * 100vw);
		max-height: calc(108 / 720 * 100vw);
		list-style: none;
		padding: calc(8 / 720 * 100vw);
		display: flex;
		margin-bottom: calc(36 / 720 * 100vw);
		border-radius: 100px;
		background-color: #fff;
	}
	.tabItem {
		cursor: pointer;
		width: calc(202 / 720 * 100vw);
		height: calc(92 / 720 * 100vw);
		padding: calc(10 / 720 * 100vw) calc(20 / 720 * 100vw);
		background-color: #e0e0e0;
		border-radius: 5px;
		transition: background-color 0.3s;
	}
	.tab-menu .tabItem:nth-child(1) {
		background: url(/kr/event/2025/10/01_oled_change/images/tab-02-01-mo.png) no-repeat center / 100% 100%;
	}
	.tab-menu .tabItem:nth-child(2) {
		background: url(/kr/event/2025/10/01_oled_change/images/tab-02-02-mo.png) no-repeat center / 100% 100%;
	}
	.tab-menu .tabItem:nth-child(3) {
		background: url(/kr/event/2025/10/01_oled_change/images/tab-02-03-mo.png) no-repeat center / 100% 100%;
	}
	.tab-menu .tabItem:nth-child(1).active {
		background: url(/kr/event/2025/10/01_oled_change/images/tab-01-01-mo.png) no-repeat center / 100% 100%;
	}
	.tab-menu .tabItem:nth-child(2).active {
		background: url(/kr/event/2025/10/01_oled_change/images/tab-01-02-mo.png) no-repeat center / 100% 100%;
	}
	.tab-menu .tabItem:nth-child(3).active {
		background: url(/kr/event/2025/10/01_oled_change/images/tab-01-03-mo.png) no-repeat center / 100% 100%;
	}

	.tab-ui-wrap .imageContainer .toggleImage img {
		max-width: calc(624 / 720 * 100vw) !important;
		border-radius: 20px 20px 0 0;
	}

	.content-section05 {
		background: #eee8e5;
		padding-bottom: 7%;
	}
}

.mo_br {
	display: none;
}

.article_01,
.article_02,
.article_03,
.article_03_01,
.article_04 {
	background-color: #f4f4f5;
}

.article_01 .event_tit_01 {
	padding-bottom: 80px;
}
.article_01 .event_tit_02 {
	padding-bottom: 48px;
}

.article_03 .article__inner, 
.article_03_01 .article__inner {
	padding-top: 0;
}

.article_02 .event_cont_box,
.article_03 .event_cont_box,
.article_03 .event_cont_box,
.article_03_01 .event_cont_box {
	margin-top: 32px;
}

.article_04 .event_tit_01 {
	padding-bottom: 48px;
}

.article_04 .event_tit_02 {
	padding-bottom: 48px;
	margin-top: 100px;
}

@media screen and (max-width: 767px) {
	.mo_br {
		display: block;
	}
	.article_01 .event_tit_01,
	.article_01 .event_tit_02 {
		padding-bottom: calc(64 / 720 * 100vw);
	}

	.article_02 .event_cont_box,
	.article_03 .event_cont_box,
	.article_03_01 .event_cont_box {
		margin-top: calc(32 / 720 * 100vw);
	}

	.article_04 .event_tit_02 {
		padding-bottom: calc(32 / 720 * 100vw);
		margin-top: calc(80 / 720 * 100vw);
	}
}
