/* 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;
	}
}

.article_01 {
	position: relative;
	background-color: #efeded;
}
.article_02,
.article_03,
.article_04 {
	position: relative;
	background-color: #f8f7f5;
}

.gift_go_btn {
	position: absolute;
	top: 91.9%;
	left: 30%;
	width: 40%;
	height: 2.8%;
	z-index: 2;
}

.gram_chat_cloud {
	position: absolute;
	top: 58.9%;
	left: 26.5%;
	width: 9.7%;
	height: 1.9%;
	z-index: 2;
}

.kakao_wrap {
	position: relative;
	max-width: 1380px;
	margin: 0 auto;
}
.kakao_wrap img {
	max-width: 100%;
}
.kakao_wrap .benefit {
	position: absolute;
	top: 36%;
	width: 72.5%;
	left: 50%;
	transform: translateX(-50%);
	height: 49%;
	background: rgba(255, 0, 0, 0);
	z-index: 3;
}
.kakao_wrap .kakao {
	position: absolute;
	top: 71%;
	width: 35.5%;
	left: 50.7%;
	height: 13%;
	background: rgba(255, 0, 0, 0);
	z-index: 4;
}

@media screen and (max-width: 767px) {
	.event-benefit-template .swiper-wrapper {
		height: auto;
	}

	.article_02 .article__inner {
		padding-left: 0;
		padding-right: 0;
	}

	.article_02 .c-title {
		padding: 0 calc(48 / 720 * 100%);
		margin-bottom: calc(64 / 720 * 100%);
	}

	.ai_chat_slide {
		padding: 0 0 0 calc(48 / 720 * 100vw);
	}

	.ai_chat_slide .swiper-slide {
		width: calc(580 / 720 * 100vw) !important;
	}

	.gift_go_btn {
		position: absolute;
		top: 93.6%;
		left: 12%;
		width: 76%;
		height: 3%;
		z-index: 2;
	}
	.gram_chat_cloud {
		position: absolute;
		top: 57.9%;
		left: 56.5%;
		width: 18.7%;
		height: 1.9%;
		z-index: 2;
	}

	.kakao_wrap {
		max-width: 100%;
	}
	.shinhancard_wrap {
		max-width: 100%;
	}
	.shinhancard_wrap .benefit {
		position: absolute;
		top: 13%;
		width: 90%;
		left: 50%;
		transform: translateX(-50%);
		height: 75%;
		background: rgba(255, 0, 0, 0);
		z-index: 3;
	}
	.kakao_wrap .benefit {
		position: absolute;
		top: 34%;
		width: 90%;
		left: 50%;
		transform: translateX(-50%);
		height: 50%;
		z-index: 3;
	}
	.kakao_wrap .kakao {
		position: absolute;
		top: 64.7%;
		width: 43%;
		left: 51.1%;
		height: 18.3%;
		z-index: 4;
	}

	/* // 튤팁 */
	.toggle_box {
		background-color: transparent;
	}

	.toggle_box .toggle_cont {
		padding: 0 calc(48 / 720 * 100vw);
	}

	.toggle_box .toggle_btn {
		margin-bottom: -3px;
	}
}

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

/* 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: 90px;
	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: #000;
	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: 26px;
	line-height: 140%;
	letter-spacing: -0.02em;
	margin: 0 auto;
	color: #696969;
	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: #1a1a1a;
}

@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: 46px;
	}

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

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

	.event-benefit-template .tab_wrap .tab_inner li a {
		color: #696969;
		text-align: center;
		font-size: calc(28 / 720 * 100vw);
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: calc(-1.12em / 28);
	}
	.article_02_btn01 {
		position: absolute;
		width: 73.6%;
		height: 2.4%;
		top: 48%;
		left: 13.2%;
	}

	.article_02_btn02 {
		position: absolute;
		width: 73.6%;
		height: 2.4%;
		top: 95.1%;
		left: 13.2%;
	}
	.article_03_btn01 {
		position: absolute;
		width: 87.2%;
		height: 6.8%;
		top: 88.8%;
		left: 6.2%;
	}
}
/* // sticky tab */

/* 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;
	}
}

.article_01 {
	position: relative;
	background-color: #efeded;
}
.article_02,
.article_03,
.article_04 {
	position: relative;
	background-color: #f8f7f5;
}

.gift_go_btn {
	position: absolute;
	top: 91.9%;
	left: 30%;
	width: 40%;
	height: 2.8%;
	z-index: 2;
}

.gram_chat_cloud {
	position: absolute;
	top: 58.9%;
	left: 26.5%;
	width: 9.7%;
	height: 1.9%;
	z-index: 2;
}

.kakao_wrap {
	position: relative;
	max-width: 1380px;
	margin: 0 auto;
}
.kakao_wrap img {
	max-width: 100%;
}
.kakao_wrap .benefit {
	position: absolute;
	top: 36%;
	width: 72.5%;
	left: 50%;
	transform: translateX(-50%);
	height: 49%;
	background: rgba(255, 0, 0, 0);
	z-index: 3;
}
.kakao_wrap .kakao {
	position: absolute;
	top: 71%;
	width: 35.5%;
	left: 50.7%;
	height: 13%;
	background: rgba(255, 0, 0, 0);
	z-index: 4;
}

@media screen and (max-width: 767px) {
	.event-benefit-template .swiper-wrapper {
		height: auto;
	}

	.article_02 .article__inner {
		padding-left: 0;
		padding-right: 0;
	}

	.article_02 .c-title {
		padding: 0 calc(48 / 720 * 100%);
		margin-bottom: calc(64 / 720 * 100%);
	}

	.ai_chat_slide {
		padding: 0 0 0 calc(48 / 720 * 100vw);
	}

	.ai_chat_slide .swiper-slide {
		width: calc(580 / 720 * 100vw) !important;
	}

	.gift_go_btn {
		position: absolute;
		top: 93.6%;
		left: 12%;
		width: 76%;
		height: 3%;
		z-index: 2;
	}
	.gram_chat_cloud {
		position: absolute;
		top: 57.9%;
		left: 56.5%;
		width: 18.7%;
		height: 1.9%;
		z-index: 2;
	}

	.kakao_wrap {
		max-width: 100%;
	}
	.shinhancard_wrap {
		max-width: 100%;
	}
	.shinhancard_wrap .benefit {
		position: absolute;
		top: 13%;
		width: 90%;
		left: 50%;
		transform: translateX(-50%);
		height: 75%;
		background: rgba(255, 0, 0, 0);
		z-index: 3;
	}
	.kakao_wrap .benefit {
		position: absolute;
		top: 34%;
		width: 90%;
		left: 50%;
		transform: translateX(-50%);
		height: 50%;
		z-index: 3;
	}
	.kakao_wrap .kakao {
		position: absolute;
		top: 64.7%;
		width: 43%;
		left: 51.1%;
		height: 18.3%;
		z-index: 4;
	}

	/* // 튤팁 */
	.toggle_box {
		background-color: transparent;
	}

	.toggle_box .toggle_cont {
		padding: 0 calc(48 / 720 * 100vw);
	}

	.toggle_box .toggle_btn {
		margin-bottom: -3px;
	}
}

.content-section03 .wrap-autoplay-control.ver2 {
	display: none;
}
.product03_wrap_target_bottom {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.kv_video_wrap video {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	body {
		width: 100%;
	}
	.event-benefit-template {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.tab_container {
		top: 45px;
	}
	.tab_container li {
		width: 100%;
	}
	.tab_container li a {
		font-size: calc(28 / 720 * 100vw);
		line-height: 1.35;
	}
	.tab_container li:nth-child(2) a {
		line-height: 1.35;
		padding: 0 calc(45 / 720 * 100vw);
	}
	.tab_container li:nth-child(3) a {
		line-height: 1.35;
		padding: 0 calc(45 / 720 * 100vw);
	}
	.hellobar-wrap .tab_container {
		top: 88px;
	}
	.eventplan_video_box video {
		width: 100%;
	}
	#styler_popup {
		width: 100%;
		height: 100%;
	}
	#styler_popup .pop-conts {
		height: 100%;
		width: 100%;
	}
	#styler_popup img {
		width: 100%;
	}

	.benefit_wrap button:nth-of-type(1) {
		top: 34%;
		left: 7.5%;
		width: 85%;
	}
	.benefit_wrap button:nth-of-type(2) {
		top: 53%;
		left: 7.5%;
		width: 85%;
	}
	.benefit_wrap button:nth-of-type(3) {
		top: 72%;
		left: 7.5%;
		width: 85%;
	}
	#styler_popup button {
		top: 20px;
		right: 20px;
	}

	.product03_wrap_target_bottom {
		position: relative;
	}
}

/* 제품 알아보기 */
.product01_btn {
	position: absolute;
	top: 68.3%;
	left: 24%;
	width: 10%;
	height: 5%;
}
.toggle_btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.toggle_btn::after {
	content: '';
	position: absolute;
	display: block;
	width: 1.3%;
	height: 16%;
	top: 43%;
	right: 42.8%;
	background: url('/kr/event/2025/03/13_styler/images/arrow.png') center/cover no-repeat;
}
.toggle_btn.on::after {
	transform: rotate(180deg);
}
.pd_tab_wrap {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}
.tabs {
	position: relative;
	left: 0;
	width: 100%;
	height: 62px;
	border: 2px solid #e2e0de;
	border-radius: 200px;
	display: flex;
	top: 0;
	justify-content: center;
	align-items: center;
	padding: 8px;
	margin-bottom: 40px;
}
.tabs li {
	width: calc(100% / 3);
	height: 100%;
}
.tabs li div {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	border-radius: 200px;
}
.tabs li:first-of-type div {
	background: url('/kr/event/2025/10/29_new_styler/images/top_slide_tab_off_01.png') center/cover no-repeat;
}
.tabs li:first-of-type.active div {
	background: url('/kr/event/2025/10/29_new_styler/images/top_slide_tab_on_01.png') center/cover no-repeat;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.tabs li:nth-of-type(2) div {
	background: url('/kr/event/2025/10/29_new_styler/images/top_slide_tab_off_02.png') center/cover no-repeat;
}
.tabs li:nth-of-type(2).active div {
	background: url('/kr/event/2025/10/29_new_styler/images/top_slide_tab_on_02.png') center/cover no-repeat;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.tabs li:nth-of-type(3) div {
	background: url('/kr/event/2025/10/29_new_styler/images/top_slide_tab_off_03.png') center/cover no-repeat;
}
.tabs li:nth-of-type(3).active div {
	background: url('/kr/event/2025/10/29_new_styler/images/top_slide_tab_on_03.png') center/cover no-repeat;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
	.tabs {
		position: relative;
		left: 0;
		width: 100%;
		height: calc(106 / 720 * 100vw);
		border: 2px solid #e2e0de;
		border-radius: 200px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: calc(8 / 720 * 100vw);
		margin-bottom: calc(24 / 720 * 100vw);
	}
	.tabs li:first-of-type div {
		background: url('/kr/event/2025/10/29_new_styler/images/top_slide_tab_off_01_m.png') center/cover no-repeat;
	}
	.tabs li:first-of-type.active div {
		background: url('/kr/event/2025/10/29_new_styler/images/top_slide_tab_on_01_m.png') center/cover no-repeat;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	}
	.tabs li:nth-of-type(2) div {
		background: url('/kr/event/2025/10/29_new_styler/images/top_slide_tab_off_02_m.png') center/cover no-repeat;
	}
	.tabs li:nth-of-type(2).active div {
		background: url('/kr/event/2025/10/29_new_styler/images/top_slide_tab_on_02_m.png') center/cover no-repeat;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	}
	.tabs li:nth-of-type(3) div {
		background: url('/kr/event/2025/10/29_new_styler/images/top_slide_tab_off_03_m.png') center/cover no-repeat;
	}
	.tabs li:nth-of-type(3).active div {
		background: url('/kr/event/2025/10/29_new_styler/images/top_slide_tab_on_03_m.png') center/cover no-repeat;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	}
}

/*구매하기*/
.ha_pd_wrap {
	background: #f7f7f7;
	padding-bottom: 85px;
}
.ha_pd_wrap .prdList {
	max-width: 1000px;
}
.ha_pd_wrap .prdList ul {
	grid-template-columns: repeat(3, minmax(calc((100% - 60px) / 4), auto));
	gap: 20px 14px;
}
@media screen and (max-width: 767px) {
	.ha_pd_wrap {
		padding: 0 calc(35 / 720 * 100vw) calc(85 / 720 * 100vw);
	}
	.ha_pd_wrap .prdList ul {
		grid-template-columns: repeat(2, 1fr);
		gap: calc(14 / 720 * 100vw);
		padding: 0px;
	}
}

/*이벤트*/
.event_btn {
	position: absolute;
	width: 35.6%;
	height: 4%;
	bottom: 6.9%;
	left: 32.2%;
}
@media screen and (max-width: 767px) {
	.event_btn {
		width: 87.6%;
		height: 4%;
		bottom: 6.6%;
		left: 6.2%;
	}
}

/*이유있는 선택 리얼 리뷰살펴보기*/
.review01_wrap {
	background-color: #f3f1ed;
}
.event_01_slide {
	background-color: #f3f1ed;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.event_01_slide .swiper-container {
	padding-bottom: 125px;
	background: url('/kr/event/2025/03/13_styler/images/review_bottom.png') no-repeat;
	background-size: contain;
	background-position: 0 93%;
}
.event_01_slide .swiper-container > .swiper-pagination-bullets {
	bottom: 0;
}
.event_01_slide .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: rgba(102, 102, 102, 0.3);
}
.event_01_slide .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 30px;
	background: rgba(0, 0, 0, 1);
	border-radius: 50px;
}
.review01_wrap .swiper-slide {
	opacity: 0.45;
}
.review01_wrap .swiper-slide.swiper-slide-active {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.event_01_slide {
		max-width: 100%;
		margin-top: calc(64 / 720 * 100vw);
	}
	.event_01_slide .swiper-container {
		padding-bottom: calc(110 / 720 * 100vw);
		background: url('/kr/event/2025/03/13_styler/images/review_bottom_m.png') no-repeat;
		background-size: contain;
		background-position: 0 93%;
	}
	.event_01_slide .swiper-container > .swiper-pagination-bullets {
		bottom: 0;
	}
	.event_01_slide .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet {
		width: calc(14 / 720 * 100vw);
		height: calc(14 / 720 * 100vw);
		background: rgba(102, 102, 102, 0.3);
		border-radius: 50%;
	}
	.event_01_slide .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet-active {
		width: calc(30 / 720 * 100vw);
		background: rgba(0, 0, 0, 1);
		border-radius: 14px;
	}
	.event_01_slide .swiper-button-next {
		right: 0;
		border-radius: 50%;
	}
	.event_01_slide .swiper-button-prev {
		left: 0;
		border-radius: 50%;
	}
	.swiper-button-prev,
	.swiper-button-next {
		top: 45%;
	}
}

.video_wrap {
	max-width: 1000px;
	margin: 85px auto 0;
	width: 100%;
}
.event_04_slide {
	margin-top: 58px;
}
.event_04_slide video {
	width: 100%;
}
.event_04_slide .video-container {
	position: relative;
}
.event_04_slide .video-container .controls {
	position: absolute;
	left: 36px;
	top: 64px;
}
.event_04_slide .video-container .controls .muteBtn {
	margin-right: 8px;
}
.event_04_slide li {
	aspect-ratio: 1 / 0.5645;
}
.event_04_slide .swiper-pagination-fraction,
.event_04_slide .swiper-pagination-custom,
.event_04_slide .swiper-container > .swiper-pagination-bullets {
	top: 40px;
	bottom: auto;
	left: 36px;
	right: 36px;
	display: flex;
	gap: 8px;
	height: 4px;
	width: auto;
}
.event_04_slide .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet {
	flex: 1;
	height: 4px;
	width: auto;
	background: #fff;
	opacity: 0.2;
	margin: 0 4px;
	border-radius: 0;
}
.event_04_slide .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	opacity: 1;
}
.event_04_slide .mobile {
	padding: 0;
}
@media screen and (max-width: 767px) {
	.video_wrap {
		max-width: 100%;
		margin: 0;
	}
	.event_04_slide {
		margin-top: 0px;
	}
	.event_04_slide .video-container .controls {
		left: auto;
		right: calc(33 / 720 * 100vw);
		top: calc(45 / 720 * 100vw);
	}
	.pcArea {
		display: none;
	}
	/* .event_04_slide .swiper-pagination-fraction, 
    .event_04_slide .swiper-pagination-custom, 
    .event_04_slide .swiper-container > .swiper-pagination-bullets {top: calc(40/720*100vw); width: 100%; padding: 0 calc(20/720*100vw); height: calc(4/720*100vw);}
    .event_04_slide .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet {height: calc(4/720*100vw); width: calc(218/720*100vw); margin: 0 calc(4/720*100vw); } */
}

/* 추가 */
.title_box.mt80 {
	margin-top: 80px;
}

.title_box.mb40 {
	margin-bottom: 40px;
}

#tab01 {
	background-color: #f6f3eb;
}

#tab02{
	text-align: center;
}

#tab01 .cont_box {
	position: relative;
}

#tab01 .cont_box .swiper-container {
	position: unset !important;
	max-width: 1000px;
	margin: 0 auto;
}

#tab01 .cont_box .swiper-wrapper .swiper-slide:last-child {
	margin: 0;
}

#tab01 .cont_box .swiper-btn {
	position: absolute;
	width: 100%;
	height: auto;
	top: 24.7%;
	left: 0;
	z-index: 9;
}

#tab01 .cont_box .swiper-btn > div {
	position: absolute;
	cursor: pointer;
}

#tab01 .cont_box .swiper-btn > div.swiper-prev {
	left: 60px;
}

#tab01 .cont_box .swiper-btn > div.swiper-next {
	right: 60px;
}

#tab03 {
	background-color: #f6f3eb;
}

#tab03 .tab_container {
	margin-bottom: 100px;
}

#tab03 .bigTabArea .tab_inner ul {
	display: flex;
	margin: 48px auto;
	width: 520px;
	height: 62px;
	padding: 8px;
	background-color: #fff;
	border-radius: 100px;
}

#tab03 .bigTabArea .tab_inner ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	border-radius: 100px;
}

#tab03 .bigTabArea .tab_inner ul li.active {
	background-color: #333333;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

#tab03 .bigTabArea .tab_inner ul li a {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.025em;
	color: #70747c;
}

#tab03 .bigTabArea .tab_inner ul li.active a {
	color: #fff;
}

#tab-container .tab_con {
	display: none;
}

#tab-container .tab_con.tab_con.active {
	display: block;
}

.event-benefit-template .tab-ui-wrap .toggleItem {
	cursor: pointer;
	background-color: #f0f0f0;
	transition: background-color 0.3s;
}

.event-benefit-template .tab-ui-wrap .tab-content {
	box-shadow: 0px 6px 12px rgba(174, 164, 137, 0.2);
	border-radius: 18px;
	overflow: hidden;
}

.event-benefit-template .tab-ui-wrap .tab-content + .tab-content {
	margin-top: 20px;
}

.event-benefit-template .tab-ui-wrap .toggleImage {
	display: none;
}

.event-benefit-template .tab-ui-wrap .toggleImage.active {
	display: block;
}

.event-benefit-template .tab-ui-wrap .toggle-section .toggleItem.active {
	position: relative;
	max-width: 1000px;
	height: 192px;
}

.event-benefit-template .tab-ui-wrap .toggle-section .toggleItem {
	position: relative;
	max-width: 1000px;
	height: 118px;
}

.event-benefit-template .tab-ui-wrap #section1 .toggle-section .toggleItem {
	background: url(/kr/event/2025/10/28_cooking/images/card_tit_off_01.png) no-repeat center 100% / 100%;
}
.event-benefit-template .tab-ui-wrap #section2 .toggle-section .toggleItem {
	background: url(/kr/event/2025/10/28_cooking/images/card_tit_off_02.png) no-repeat center 100% / 100%;
}
.event-benefit-template .tab-ui-wrap #section3 .toggle-section .toggleItem {
	background: url(/kr/event/2025/10/28_cooking/images/card_tit_off_03.png) no-repeat center 100% / 100%;
}
.event-benefit-template .tab-ui-wrap #section4 .toggle-section .toggleItem {
	background: url(/kr/event/2025/10/28_cooking/images/card_tit_off_04.png) no-repeat center 100% / 100%;
}
.event-benefit-template .tab-ui-wrap #section5 .toggle-section .toggleItem {
	background: url(/kr/event/2025/10/28_cooking/images/card_tit_off_05.png) no-repeat center 100% / 100%;
}
.event-benefit-template .tab-ui-wrap #section6 .toggle-section .toggleItem {
	background: url(/kr/event/2025/10/28_cooking/images/card_tit_off_06.png) no-repeat center 100% / 100%;
}
.event-benefit-template .tab-ui-wrap #section1 .toggle-section .toggleItem.active {
	background: url(/kr/event/2025/10/28_cooking/images/card_tit_on_01.png) no-repeat center / 100% 100%;
}
.event-benefit-template .tab-ui-wrap #section2 .toggle-section .toggleItem.active {
	background: url(/kr/event/2025/10/28_cooking/images/card_tit_on_02.png) no-repeat center / 100% 100%;
}
.event-benefit-template .tab-ui-wrap #section3 .toggle-section .toggleItem.active {
	background: url(/kr/event/2025/10/28_cooking/images/card_tit_on_03.png) no-repeat center / 100% 100%;
}
.event-benefit-template .tab-ui-wrap #section4 .toggle-section .toggleItem.active {
	background: url(/kr/event/2025/10/28_cooking/images/card_tit_on_04.png) no-repeat center / 100% 100%;
}
.event-benefit-template .tab-ui-wrap #section5 .toggle-section .toggleItem.active {
	background: url(/kr/event/2025/10/28_cooking/images/card_tit_on_05.png) no-repeat center / 100% 100%;
}
.event-benefit-template .tab-ui-wrap #section6 .toggle-section .toggleItem.active {
	background: url(/kr/event/2025/10/28_cooking/images/card_tit_on_06.png) no-repeat center / 100% 100%;
}
@media screen and (max-width: 767px) {
	.event-benefit-template .tab-ui-wrap {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.event-benefit-template .tab-ui-wrap .toggle-section .toggleItem.active {
		position: relative;
		width: 100%;
		height: calc(203 / 720 * 100vw);
	}
	.event-benefit-template .tab-ui-wrap .toggle-section .toggleItem {
		position: relative;
		width: calc(624 / 720 * 100vw);
		height: calc(117 / 720 * 100vw);
	}

	.event-benefit-template .tab-ui-wrap section + section {
		margin-top: calc(24 / 720 * 100vw);
	}

	.event-benefit-template .tab-ui-wrap section {
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
		border-radius: 20px;
		overflow: hidden;
		margin-top: 2%;
	}

	.event-benefit-template .tab-ui-wrap .tabItem {
		width: calc(202 / 720 * 100vw);
		height: calc(92 / 720 * 100vw);
		padding: calc(10 / 720 * 100vw) calc(20 / 720 * 100vw);
		cursor: pointer;
		background-color: #e0e0e0;
		border-radius: 5px;
		transition: background-color 0.3s;
	}

	.title_box.mt80 {
		margin-top: calc(80 / 720 * 100vw);
	}

	.title_box.mb40 {
		margin-bottom: calc(48 / 720 * 100vw);
	}

	#tab01 {
		background-color: #f6f3eb;
	}

	#tab01 .cont_box {
		position: relative;
	}

	#tab01 .cont_box .swiper-container {
		position: unset !important;
		max-width: calc(624 / 720 * 100vw);
	}

	#tab01 .cont_box .swiper-container .swiper-slide img {
		width: calc(624 / 720 * 100vw);
	}

	#tab01 .cont_box .swiper-wrapper .swiper-slide:last-child {
		margin: 0;
	}

	#tab03 .tab_container {
		margin-bottom: calc(80 / 720 * 100vw);
	}

	#tab03 .bigTabArea .tab_inner ul {
		display: flex;
		margin: calc(54 / 720 * 100vw) auto;
		width: calc(624 / 720 * 100vw);
		height: calc(108 / 720 * 100vw);
		padding: calc(8 / 720 * 100vw);
	}

	#tab03 .bigTabArea .tab_inner ul li a {
		font-size: calc(28 / 720 * 100vw);
	}

	.event-benefit-template .tab-ui-wrap .tab-content {
		box-shadow: 0px 6px 12px rgba(174, 164, 137, 0.2);
		border-radius: 18px;
		overflow: hidden;
	}

	.event-benefit-template .tab-ui-wrap .tab-content + .tab-content {
		margin-top: 20px;
	}

	.event-benefit-template .tab-ui-wrap .toggleImage {
		display: none;
	}

	.event-benefit-template .tab-ui-wrap .toggleImage.active {
		display: block;
	}

	.event-benefit-template .tab-ui-wrap .toggle-section .toggleItem.active {
		height: calc(242 / 720 * 100vw);
	}

	.event-benefit-template .tab-ui-wrap .toggle-section .toggleItem {
		position: relative;
		max-width: 1000px;
		height: calc(117 / 720 * 100vw);
	}

	.event-benefit-template .tab-ui-wrap #section1 .toggle-section .toggleItem {
		background: url(/kr/event/2025/10/28_cooking/images/card_tit_off_01_m.png) no-repeat center 100% / 100%;
	}
	.event-benefit-template .tab-ui-wrap #section2 .toggle-section .toggleItem {
		background: url(/kr/event/2025/10/28_cooking/images/card_tit_off_02_m.png) no-repeat center 100% / 100%;
	}
	.event-benefit-template .tab-ui-wrap #section3 .toggle-section .toggleItem {
		background: url(/kr/event/2025/10/28_cooking/images/card_tit_off_03_m.png) no-repeat center 100% / 100%;
	}
	.event-benefit-template .tab-ui-wrap #section4 .toggle-section .toggleItem {
		background: url(/kr/event/2025/10/28_cooking/images/card_tit_off_04_m.png) no-repeat center 100% / 100%;
	}
	.event-benefit-template .tab-ui-wrap #section5 .toggle-section .toggleItem {
		background: url(/kr/event/2025/10/28_cooking/images/card_tit_off_05_m.png) no-repeat center 100% / 100%;
	}
	.event-benefit-template .tab-ui-wrap #section6 .toggle-section .toggleItem {
		background: url(/kr/event/2025/10/28_cooking/images/card_tit_off_06_m.png) no-repeat center 100% / 100%;
	}
	.event-benefit-template .tab-ui-wrap #section1 .toggle-section .toggleItem.active {
		background: url(/kr/event/2025/10/28_cooking/images/card_tit_on_01_m.png) no-repeat center / 100% 100%;
	}
	.event-benefit-template .tab-ui-wrap #section2 .toggle-section .toggleItem.active {
		background: url(/kr/event/2025/10/28_cooking/images/card_tit_on_02_m.png) no-repeat center / 100% 100%;
	}
	.event-benefit-template .tab-ui-wrap #section3 .toggle-section .toggleItem.active {
		background: url(/kr/event/2025/10/28_cooking/images/card_tit_on_03_m.png) no-repeat center / 100% 100%;
	}
	.event-benefit-template .tab-ui-wrap #section4 .toggle-section .toggleItem.active {
		background: url(/kr/event/2025/10/28_cooking/images/card_tit_on_04_m.png) no-repeat center / 100% 100%;
	}
	.event-benefit-template .tab-ui-wrap #section5 .toggle-section .toggleItem.active {
		background: url(/kr/event/2025/10/28_cooking/images/card_tit_on_05_m.png) no-repeat center / 100% 100%;
	}
	.event-benefit-template .tab-ui-wrap #section6 .toggle-section .toggleItem.active {
		background: url(/kr/event/2025/10/28_cooking/images/card_tit_on_06_m.png) no-repeat center / 100% 100%;
	}
}

/* 한 번 더 아껴주는 파이널 쿠폰 */
.event-benefit-template .coupon-benefit-title {
	padding: 0 0 calc(40 / 1000 * 100%);
}

.event-benefit-template .limit-coupon {
	position: relative;
	max-width: 488px;
	margin-bottom: calc(80 / 1000 * 100%);
}

.event-benefit-template .limit-coupon .c-timer {
	position: absolute;
	top: 20px;
	left: 32px;
	background-color: rgba(253, 49, 46, 0.08);
	border-radius: 12px;
}

.event-benefit-template .limit-coupon .c-timer__contents {
	padding: 4px 12px;
	font-size: 22px;
	font-weight: 600;
	line-height: 140%;
	color: #fd312e;
	letter-spacing: -0.88px;
}

.event-benefit-template .limit-coupon .limit-coupon__btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 27.9%;
	height: 100%;
}

.event-benefit-template .coupon-benefit .coupon-benefit-swiper {
	max-width: 1000px;
}

.event-benefit-template .coupon-benefit .coupon-benefit-swiper--01 .swiper-wrapper {
	display: grid;
	grid-template-columns: repeat(3, minmax(calc((100% - 48px) / 3), auto));
	gap: 16px 23px;
}

.event-benefit-template .coupon-benefit .coupon-benefit-swiper--02 .swiper-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(calc((100% - 24px) / 2), auto));
	gap: 16px 24px;
}

.event-benefit-template .coupon-benefit .coupon-benefit-swiper .swiper-slide {
	background-color: transparent;
}

.event-benefit-template .coupon-benefit .btn-wrap {
	position: relative;
	width: fit-content;
	margin: calc(32 / 1000 * 100%) auto calc(40 / 1000 * 100%);
}

.event-benefit-template .coupon-benefit .coupon-pack-btn {
	position: absolute;
	top: 0;
	left: 16%;
	width: 32.9%;
	height: 100%;
}
.event-benefit-template .coupon-benefit .app-only-btn {
	position: absolute;
	top: 0;
	right: 15.8%;
	width: 33.3%;
	height: 100%;
}

.event-benefit-template .coupon-benefit .must-have-coupon-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 28.4%;
	height: 100%;
}

.event-benefit-template .coupon-benefit .coupon-notice {
	position: relative;
	margin: calc(20 / 1000 * 100%) 0 0;
}
@media screen and (max-width: 767px) {
	.event-benefit-template .coupon-benefit .c-title {
	}

	.event-benefit-template .coupon-benefit-title {
		padding: 0 calc(48 / 780 * 100vw) calc(30 / 780 * 100vw);
	}

	.event-benefit-template .limit-coupon .c-timer {
		top: calc(32 / 720 * 100vw);
		left: calc(32 / 720 * 100vw);
		background-color: rgba(253, 49, 46, 0.08);
		border-radius: calc(12 / 720 * 100vw);
	}

	.event-benefit-template .limit-coupon .c-timer__contents {
		padding: calc(4 / 720 * 100vw) calc(12 / 720 * 100vw);
		font-size: calc(28 / 720 * 100vw);
		font-weight: 700;
		line-height: 140%;
		letter-spacing: calc(-1.12em / 28);
	}

	.event-benefit-template .limit-coupon .limit-coupon__btn {
		top: 0;
		right: 0;
		width: 23.9%;
		height: 100%;
	}

	.event-benefit-template .coupon-benefit .coupon-benefit-swiper {
	}

	.event-benefit-template .coupon-benefit .limit-coupon {
		width: calc(684 / 780 * 100vw);
		max-width: 100%;
		margin: 0 calc(48 / 780 * 100%) calc(80 / 780 * 100%);
	}

	.event-benefit-template .coupon-benefit .coupon-benefit-swiper .swiper-wrapper {
		display: flex;
		gap: initial;
	}
      
    .event-benefit-wrap .swiper .swiper-pagination{
    	bottom: calc(-8/720*100vw);
    }

	.event-benefit-template .coupon-benefit .coupon-benefit-swiper .swiper-slide {
		width: calc(460 / 780 * 100vw);
		margin-left: calc(24 / 780 * 100vw);
	}

	.event-benefit-template .coupon-benefit .coupon-benefit-swiper--02 .swiper-slide {
		width: calc(574 / 780 * 100vw);
	}

	.event-benefit-template .coupon-benefit .coupon-benefit-swiper .swiper-slide:first-child {
		margin-left: 0;
	}

	.event-benefit-template .coupon-benefit .btn-wrap {
		margin: calc(48 / 780 * 100vw) 0 0;
	}

	.event-benefit-template .coupon-benefit .coupon-pack-btn {
		top: 0;
		left: 0;
		width: 48.7%;
		height: 100%;
	}
	.event-benefit-template .coupon-benefit .app-only-btn {
		top: 0;
		right: 0;
		width: 48.7%;
		height: 100%;
	}

	.event-benefit-template .coupon-benefit .must-have-coupon-btn {
		top: 0;
		right: 0;
		width: 26.9%;
		height: 100%;
	}

	.event-benefit-template .coupon-benefit .coupon-notice {
		margin: calc(12 / 780 * 100vw) calc(48 / 780 * 100vw) 0;
	}
}
/* // 한 번 더 아껴주는 파이널 쿠폰 */
