@charset "UTF-8";
/*==============================================================

	MAIN
	---------------------------------------------
	>> main
	>> main--renewal-2024
	
==============================================================*/

/* ---------------------------------------------
	main
------------------------------------------------ */

/* element */
/*=================================*/
/* slider */
html.v2 main [class^="slider-"] {
	position: relative;
	width: 100%;
	height: auto;
}

html.v2 main [class^="slider-"] img {
	display: block;
	width: 100%;
	height: auto;
}

html.v2 main [class^="slider-"] .swiper-container {
	/* overflow: visible; */
}

html.v2 main [class^="slider-"] .swiper-slide {
	padding: 2px;
}

html.v2 main [class^="slider-"] .swiper-slide a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	/* margin: 2px; */
	margin: 0;
	/* width: calc(100% - 4px);
	height: calc(100% - 4px); */
	width: 100%;
	height: 100%;
	/* z-index: 10; */
	z-index: 10;
}

html.v2 .main-contents section .swiper-pagination {
	width: 100%;
	bottom: 40px;
}

html.v2 .main-contents section .swiper-pagination-bullet {
	position: relative;
	/* margin: 0 6px; */
	margin: 0 8px;
	width: 13px;
	height: 13px;
	background-color: rgba(255, 255, 255, 0.2);
	opacity: 1;
	cursor: pointer;
}

html.v2 .main-contents section .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 1);
}

html.v2 .main-contents section .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: rgba(255, 255, 255, 1);
}

html.v2 .main-contents section .swiper-button-prev,
html.v2 .main-contents section .swiper-button-next {
	overflow: hidden;
	display: inline-block;
	width: 20px;
	height: 40px;
	background-size: 20px 40px;
}



html.v2 .main-contents section .swiper-button-prev {
	left: 100px;
}

html.v2 .main-contents section .swiper-button-next {
	right: 100px;
}

html.v2 .main-contents section .btn-play {
	display: inline-block;
	width: 12px;
	height: 14px;
	/* margin-left: 8px; */
	margin-left: 12px;
}

html.v2 .main-contents section .btn-play .ico-play {
	display: inline-block;
	width: 12px;
	height: 14px;
	background: url("../../v2/images/main/sp_main_slider_control@2x.png") no-repeat;
	background-size: 36px auto;
}

html.v2 .main-contents section .btn-play.pause .ico-play {
	background-position: -24px 0;
}

/* layout */
/*=================================*/
html.v2 main.main-contents section {
	overflow: hidden;
	position: relative;
}

html.v2 main.main-contents section .section-inner {}

html.v2 main.main-contents section h2 {
	font-size: 34px;
	line-height: 49px;
	color: #000000;
	font-weight: 400;
	text-align: center;
	word-break: keep-all;
	word-wrap: break-word;
}

html.v2 .section-mainVisual {}

html.v2 .section-latest {
	padding-top: 70px;
	padding-bottom: 30px;
}

html.v2 .section-attraction {
	padding-top: 70px;
}

html.v2 .section-banner {
	padding-top: 100px;
}

html.v2 .section-recommend {
	padding-top: 70px;
}

html.v2 .section-festival {
	padding-top: 90px;
	padding-bottom: 70px;
}

html.v2 .section-travel {
	/* padding-top: 140px; */
	padding-top: 50px;
}

html.v2 .section-sns {
	margin-top: 100px;
	padding: 70px 0 40px;
	/* background-color: #F8F9FC; */
}

/* common */
html.v2 main.main-contents .deco-text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	/* font-size: 110px; */
	font-size: 100px;
	font-weight: 900;
	/* line-height: 115px; */
	line-height: 1;
	/* color: #EBF5FF; */
	color: #007bc6;
}

/* section-visual */
/*=================================*/
html.v2 .section-mainVisual .slider-mainVisual {
	height: 600px;
}



html.v2 .section-mainVisual .slider-mainVisual .swiper-slide {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
}

html.v2 .section-mainVisual .slider-mainVisual .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	z-index: 1;
	/* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 64.3%); */
	background: linear-gradient(180deg,
	rgba(0, 0, 0, 0) 0%,
	rgba(0, 0, 0, 0.6) 92%);
}

html.v2 .section-mainVisual .slider-mainVisual .swiper-slide .title-cont {
	position: absolute;
	max-width: 1200px;
	height: auto;
	top: 50%;
	left: 50%;
	margin-left: -20%;
	margin-top: 6%;
	z-index: 3;
	transform: translate(-50%, -50%);
}

html.v2.en .section-mainVisual .slider-mainVisual .swiper-slide .title-cont {
	top: auto;
	bottom: 100px;
	left: 100px;
	margin-left: 0;
	margin-top: 0;
	transform: none;
}

html.v2 .section-mainVisual .slider-mainVisual .swiper-slide .title-cont>a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

html.v2 .section-mainVisual .slider-mainVisual .swiper-slide .title-cont h3 {
	font-weight: 700;
	font-size: 50px;
	line-height: 72px;
	color: #ffffff;
}

/*
html.v2.en .section-mainVisual .slider-mainVisual .swiper-slide .title-cont {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	z-index: 5;
	transform: translate(-50%,-50%);
	text-align: center;
	margin: -10px 0 0 0;
}


html.v2.en .section-mainVisual .slider-mainVisual .swiper-slide .title-cont em {
	display: block;
	color: #FFFFFF;
	margin-top: 35px;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.3;
}
*/

html.v2 .section-mainVisual .slider-mainVisual .swiper-slide .title-cont h3 {
	margin-top: -5%;
	line-height: 1.5;
	letter-spacing: 1px;
	/* opacity: 0.8; */
	text-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

html.v2 .section-mainVisual .slider-mainVisual .swiper-slide .title-cont em {
	display: block;
	margin-top: 15px;
	font-weight: 400;
	font-size: 20px;
	line-height: 29px;
	color: #ffffff;
}

html.v2 .section-mainVisual .slider-mainVisual .swiper-button-prev,
html.v2 .section-mainVisual .slider-mainVisual .swiper-button-next {
	/* display: none; */
}

/* .section-mainVisual.video */
html.v2 .section-mainVisual.video .slider-mainVisual .swiper-container,
html.v2 .section-mainVisual.video .slider-mainVisual .swiper-slide {
	height: 100%;
}

html.v2 .section-mainVisual.video .slider-mainVisual .swiper-slide .title-cont {
	margin: 0;
	width: 100%;
	/* max-width: 1550px; */
	max-width: unset;
	height: 100%;
	text-align: left;
}

html.v2 .section-mainVisual.video .slider-mainVisual .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
	/* background: rgba(0, 0, 0, 0.1); */
	background: transparent;
}

html.v2 .section-mainVisual.video .slider-mainVisual .swiper-slide .title-cont>a {
	margin: 2px;
	padding-left: 10%;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	display: flex;
	justify-content: unset;
	align-items: center;
}

html.v2 .section-mainVisual.video .slider-mainVisual .swiper-slide .title-cont h3 {
	display: block;
	margin-top: 0;
	font-family: "ZiTiQuanXinYiGuanHeiTi";
	line-height: 1.3;
	letter-spacing: 0;
	text-shadow: none;
}

@media (max-width: 768px) {
	html.v2 .section-mainVisual.video .slider-mainVisual .swiper-slide .title-cont {
		margin: 0;
		padding: 0 13%;
		top: 50%;
		left: 50%;
		bottom: auto;
		transform: translate(-50%, -50%);
	}

	html.v2 .section-mainVisual.video .slider-mainVisual .swiper-slide .title-cont>a {
		margin: 0;
		padding: 0 0 22px 0;
		justify-content: center;
	}

	html.v2 .section-mainVisual.video .slider-mainVisual .swiper-slide .title-cont h3 {
		margin: 0;
	}
}

/* section-visual--type2 */
/*=================================*/
html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 {
	height: 570px;
	/* overflow:hidden; */
}

html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 .swiper-container {
	/* overflow:visible; */
}

html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 .swiper-slide {
	position: relative;
	overflow: hidden;
	height: 570px;
}

html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 .swiper-slide:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,
	rgba(0, 0, 0, 0) 0%,
	rgba(0, 0, 0, 0.6) 80%);
}

html.v2 .section-mainVisual--type2 .swiper-button-prev,
html.v2 .section-mainVisual--type2 .swiper-button-next {
	display: none;
}

html.v2 .section-mainVisual--type2 .swiper-pagination {
	display: none;
}

html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 .mask-cont {
	/* position:absolute;
	top:2px;
	left:2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	z-index:10; */
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 80%); */
}

html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 .mask-cont::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease;
	opacity: 0;
}

html.v2 main .section-mainVisual--type2 .slider-mainVisual--type2 a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 .swiper-slide {
	position: relative;
	max-width: calc(100% / 4);
}

html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 .swiper-slide .bg-thumb {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
}

html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 a.active--focus+.bg-thumb {
	transform: scale(1.05);
}

html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 a.active--focus+.bg-thumb+.mask-cont::before {
	opacity: 1;
}

html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 .title-cont {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	padding: 40px;
	width: 100%;
	word-break: break-all;
}

html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 .title-cont h3 {
	font-weight: 500;
	/* font-size: 50px; */
	font-size: 40px;
	/* line-height: 64px; */
	line-height: 1.3;
	color: #ffffff;
}

html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 .title-cont p {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	/* margin-top: 16px; */
	margin-top: 14px;
	padding-top: 24px;
	height: 75px;
	word-break: keep-all;
}

html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 .title-cont p::before {
	content: "";
	width: 76px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}

/* section-latest */
/*=================================*/
html.v2 .section-latest .slider-latest {
	height: 278px;
	margin-top: 30px;
}

html.v2 .section-latest .slider-latest .swiper-container {}

html.v2 .section-latest .slider-latest .swiper-slide {
	max-width: 380px;
	height: 278px;
}

html.v2 .section-latest .swiper-button-prev,
html.v2 .section-latest .swiper-button-next {
	display: none;
}

html.v2 .section-latest .swiper-pagination {
	display: none;
}

html.v2 .section-latest .slider-latest .mask-cont {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,
	rgba(0, 0, 0, 0) 0%,
	rgba(0, 0, 0, 0.4) 54.17%,
	rgba(0, 0, 0, 0.8) 100%);
}

html.v2 .section-latest .slider-latest a {
	display: flex;
	height: 100%;
}

html.v2 .section-latest .slider-latest .swiper-slide .bg-thumb {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}

html.v2 .section-latest .slider-latest .title-cont {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	padding: 25px 12px;
}

html.v2 .section-latest .slider-latest .title-cont h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 35px;
	/* identical to box height */
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

html.v2 .section-latest .slider-latest .title-cont p {
	margin-top: 5px;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

/* section-attraction */
/*=================================*/
html.v2 .section-attraction .attraction-cont {
	position: relative;
	display: flex;
	justify-content: space-between;
	/* margin-top: 50px; */
	margin: 52px 2px 2px 2px;
	height: 532px;
}

html.v2 .section-attraction .attraction-cont .swiper-button-prev,
html.v2 .section-attraction .attraction-cont .swiper-button-next {
	top: auto;
	bottom: 0;
	width: 40px;
	height: 40px;
	background-color: #f8f9fc;
	/* background-color: #000; */
	z-index: 20;
	background-size: 15px 15px;
	background-image: none;
	/* opacity: 0.5; */
}

html.v2 .section-attraction .attraction-cont .swiper-button-prev {
	left: -80px;
}

html.v2 .section-attraction .attraction-cont .swiper-button-next {
	left: -40px;
}

html.v2 .section-attraction .attraction-cont [class^="slider-arrow-"] {
	position: absolute;
	top: 14px;
	left: 10px;
	border: solid #5b5b5b;
	/* border: solid #fff; */
	border-width: 0 2px 2px 0;
	padding: 5px;
	z-index: 0;
	transform: rotate(315deg);
	width: 7px;
}

html.v2 .section-attraction .attraction-cont .slider-arrow-prev {
	left: 17px;
	transform: rotate(135deg);
}

html.v2 .section-attraction .attraction-cont .swiper-button-next.swiper-button-disabled,
html.v2 .section-attraction .attraction-cont .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

html.v2 .section-attraction .attraction-cont .swiper-button-next.swiper-button-disabled .slider-arrow-next,
html.v2 .section-attraction .attraction-cont .swiper-button-prev.swiper-button-disabled .slider-arrow-prev {
	border: solid #dedede;
	border-width: 0 2px 2px 0;
}

html.v2 .section-attraction .attraction-cont [class^="group-"] {
	/* overflow: hidden; */
	position: relative;
	height: 100%;
	height: 530px;
}

html.v2 .section-attraction .attraction-cont .group-01 {
	width: 310px;
}

html.v2 .section-attraction .attraction-cont .group-01 .title-cont {
	position: absolute;
	bottom: 70px;
	left: 0;
	z-index: 10;
	width: 310px;
	padding: 20px;
}

html.v2 .section-attraction .attraction-cont .group-01 .title-cont>a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

html.v2 .section-attraction .attraction-cont .group-01 .title-cont em {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #707070;
}

html.v2 .section-attraction .attraction-cont .group-01 .title-cont h3 {
	display: block;
	margin-top: 9px;
	font-weight: 400;
	font-size: 30px;
	line-height: 43px;
	color: #000000;
}

html.v2 .section-attraction .attraction-cont .group-01 .title-cont p {
	margin-top: 18px;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

html.v2 .section-attraction .attraction-cont .swiper-pagination {
	width: auto;
	bottom: 0;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #707070;
	letter-spacing: -1px;
	left: 20px;
	bottom: 10px;
}

html.v2 .section-attraction .attraction-cont .swiper-pagination .swiper-pagination-current {
	color: #027dc2;
	font-weight: 500;
}

html.v2 .section-attraction .attraction-cont .swiper-pagination .swiper-pagination-total {
	font-weight: 500;
}

html.v2 .section-attraction .attraction-cont .group-02 {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: calc(100% - 310px);
}

html.v2 .section-attraction .attraction-cont .group-02 .swiper-slide {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 530px;
}

/*
html.v2 .section-attraction .attraction-cont .group-02 .swiper-slide::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0.2);
}
*/

html.v2 .section-attraction .attraction-cont .slider-attraction {
	position: relative;
}

/* attraction-cont.case2 */
html.v2 .section-attraction .attraction-cont.case2 .swiper-button-next.swiper-button-disabled,
html.v2 .section-attraction .attraction-cont.case2 .swiper-button-prev.swiper-button-disabled {
	pointer-events: unset;
}

html.v2 .section-attraction .attraction-cont.case2 .swiper-button-prev {
	left: 232px;
}

html.v2 .section-attraction .attraction-cont.case2 .swiper-button-next {
	left: 272px;
}

html.v2 .section-attraction .attraction-cont.case2 .slider-attraction .group-02 {
	width: calc(100% - 310px);
}

html.v2 .section-attraction .attraction-cont.case2 .slider-attraction .group-02 .bg-cont {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}

/* section-banner */
/*=================================*/
html.v2 .section-banner .slider-banner .swiper-button-prev,
html.v2 .section-banner .slider-banner .swiper-button-next {
	width: 46px;
	height: 46px;
	background-color: #f8f9fc;
	z-index: 20;
	background-size: 15px 15px;
	background-image: none;
	border-radius: 50%;
}

html.v2 .section-banner .slider-banner .swiper-button-prev {
	left: -23px;
}

html.v2 .section-banner .slider-banner .swiper-button-next {
	left: auto;
	right: -23px;
}

html.v2 .section-banner .slider-banner [class^="slider-arrow-"] {
	position: absolute;
	top: 17px;
	left: 14px;
	border: solid #5b5b5b;
	border-width: 0 2px 2px 0;
	padding: 5px;
	z-index: 0;
	transform: rotate(315deg);
	width: 7px;
}

html.v2 .section-banner .slider-banner .slider-arrow-prev {
	left: 19px;
	transform: rotate(135deg);
}

html.v2 .section-banner .swiper-button-next.swiper-button-disabled,
html.v2 .section-banner .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

html.v2 .section-banner .swiper-button-next.swiper-button-disabled .slider-arrow-next,
html.v2 .section-banner .swiper-button-prev.swiper-button-disabled .slider-arrow-prev {
	border: solid #dedede;
	border-width: 0 2px 2px 0;
}



/* section-recommend */
/*=================================*/
html.v2 .section-recommend .slider-recommend {
	height: 375px;
	margin-top: 30px;
}

html.v2 .section-recommend .slider-recommend .swiper-container {}

html.v2 .section-recommend .slider-recommend .swiper-slide {
	max-width: 380px;
	height: 339px;
}

html.v2 .section-recommend .swiper-button-prev,
html.v2 .section-recommend .swiper-button-next {
	display: none;
}

html.v2 .section-recommend .swiper-pagination {
	display: none;
}

html.v2 .section-recommend .slider-recommend .thumb-cont {
	position: relative;
	overflow: hidden;
	height: 240px;
	border-radius: 10px;
}

html.v2 .section-recommend .slider-recommend .thumb-cont .mask-cont {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 240px;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease;
	opacity: 0;
}

html.v2 .section-recommend .slider-recommend .thumb-cont.active--focus .mask-cont {
	opacity: 1;
}

html.v2 .section-recommend .slider-recommend .thumb-cont .btn-more {
	display: inline-block;
	width: 93px;
	height: 42px;
	line-height: 40px;
	border-radius: 3px;
	text-align: center;
	background-color: #2c7ece;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}

html.v2 .section-recommend .slider-recommend .thumb-cont .btn-more span {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}

html.v2 .section-recommend .slider-recommend .swiper-slide .bg-thumb {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}

html.v2 .section-recommend .slider-recommend .title-cont {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	padding: 15px 0;
	width: 100%;
	background-color: #fff;
}

html.v2 .section-recommend .slider-recommend .title-cont h3 {
	font-weight: 400;
	font-size: 28px;
	line-height: 41px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

html.v2 .section-recommend .slider-recommend .title-cont p {
	margin-top: 5px;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

/* section-festival */
/*=================================*/
html.v2 .section-festival {
	position: relative;
	width: 100%;
}

html.v2 .section-festival:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 360px;
	left: 0;
	background-color: #f8f9fc;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 20px;
}

html.v2 .section-festival .festival-cont {
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
	max-width: 1903px;
	margin: 50px auto 0;
	height: 438px;
	/* background-color: #F8F9FC; */
}

/*
html.v2 .section-festival .festival-cont::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 360px;
	left: 0;
	background-color: #F8F9FC;
}
*/

html.v2 .section-festival .festival-cont .deco-text {
	position: absolute;
	bottom: 31px;
	left: -10px;
	z-index: 10;
	top: auto;
	pointer-events: none;
	display: none;
	/* 20230918//(Ina)웹접근성 임시 숨김처리 */
}

html.v2 .section-festival .festival-cont .title-cont {
	padding: 50px 50px 0 0;
	/* padding: 30px 50px 0 0; */
	width: 445px;
	height: 360px;
	/* height: 315px; */
	position: absolute;
	left: 50%;
	margin-left: -360px;
	transform: translateX(-50%);
	background-color: #f8f9fc;
	z-index: 9;
}

html.v2 .section-festival .festival-cont .title-cont>a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

html.v2 .section-festival .festival-cont .title-cont em {
	/* font-weight: 300; */
	font-size: 14px;
	line-height: 20px;
	color: #707070;
}

html.v2 .section-festival .festival-cont .title-cont h3 {
	display: block;
	margin-top: 9px;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.3;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

html.v2 .section-festival .festival-cont .title-cont p {
	margin-top: 18px;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

html.v2 .section-festival .festival-cont .title-cont .btn-block {
	position: absolute;
	left: 0;
	bottom: 78px;
	/* bottom: 38px; */
	z-index: 10;
	min-width: 70px;
	height: 30px;
}

html.v2 .section-festival .festival-cont .title-cont .btn-block .btn-more {
	display: inline-block;
	vertical-align: top;
}

html.v2 .section-festival .festival-cont .title-cont .btn-block .btn-more span {
	position: relative;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

html.v2 .section-festival .festival-cont .title-cont .btn-block .btn-more span::before {
	content: "";
	display: inline-block;
	width: 110%;
	border-bottom: 1px solid #000;
	position: absolute;
	bottom: -3px;
	left: -3px;
}

html.v2 .section-festival .slider-festival {
	position: absolute;
	/* background-color: #fff; */
	top: 0;
	/* width: calc(100% - 445px); */
	/* width: calc(100% - 766px); */
	max-width: 1137px;
	width: 59vw;
	/* left: 50%; */
	right: -50px;
	/* margin-left: -137px; */
	padding-right: 50px;
	z-index: 30;
}

html.v2 .section-festival .slider-festival .swiper-slide {
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	/* width:calc(100% / 4); */
	/* margin-right:30px; */
	height: 409px;
	/* height: 315px; */
	transform: scale(0.8);
	transition: all 0.2s linear;
}

html.v2 .section-festival .slider-festival .swiper-slide.swiper-slide-duplicate {
	/* display: none;
	opacity: 0;
	visibility: hidden; */
}

html.v2 .section-festival .slider-festival .swiper-slide.swiper-slide-active {
	transform: scale(1);
}

html.v2 .section-festival .swiper-pagination {
	width: auto;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #707070;
	letter-spacing: -1px;
	left: auto;
	right: 50px;
	bottom: 81px;
	/* bottom: 41px; */
}

html.v2 .section-festival .swiper-pagination .swiper-pagination-current {
	color: #027dc2;
	font-weight: 500;
}

html.v2 .section-festival .swiper-pagination .swiper-pagination-total {
	font-weight: 500;
}

html.v2 .section-festival .swiper-button-prev,
html.v2 .section-festival .swiper-button-next {
	overflow: hidden;
	top: auto;
	bottom: 70px;
	/* bottom: 30px; */
	width: 40px;
	height: 40px;
	background-color: #f8f9fc;
	z-index: 20;
	background-size: 15px 15px;
	background-image: none;
}

html.v2 .section-festival .swiper-button-prev {
	left: auto;
	right: 130px;
}

html.v2 .section-festival .swiper-button-next {
	left: auto;
	right: 90px;
}

html.v2 .section-festival [class^="slider-arrow-"] {
	position: absolute;
	top: 14px;
	left: 10px;
	border: solid #5b5b5b;
	border-width: 0 2px 2px 0;
	padding: 5px;
	z-index: 0;
	transform: rotate(315deg);
	width: 7px;
}

html.v2 .section-festival .slider-arrow-prev {
	left: 17px;
	transform: rotate(135deg);
}

html.v2 .section-festival .swiper-button-next.swiper-button-disabled,
html.v2 .section-festival .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

html.v2 .section-festival .swiper-button-next.swiper-button-disabled .slider-arrow-next,
html.v2 .section-festival .swiper-button-prev.swiper-button-disabled .slider-arrow-prev {
	border: solid #dedede;
	border-width: 0 2px 2px 0;
}

html.v2 .section-festival .swiper-scrollbar {
	height: 5px;
	border-radius: 9px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 1200px;
	z-index: 30;
	background: #f6f6f6;
}

html.v2 .section-festival .swiper-scrollbar .swiper-scrollbar-drag {
	background: #e6e6e6;
}

/* section-travel */
/*=================================*/
html.v2 .section-travel .slider-travel {
	margin-top: 30px;
	/* height: 220px; */
	border: 1px solid #e4e4e4;
	border-radius: 3px;
}

html.v2 .section-travel .slider-travel .swiper-slide {}

html.v2 .section-travel .slider-travel .swiper-slide a {
	padding: 6px 0;
	height: 100%;
}

html.v2 .section-travel .slider-travel .swiper-button-prev,
html.v2 .section-travel .slider-travel .swiper-button-next {
	width: 46px;
	height: 46px;
	background-color: #f8f9fc;
	z-index: 20;
	background-size: 15px 15px;
	background-image: none;
	border-radius: 50%;
}

html.v2 .section-travel .slider-travel .swiper-button-prev {
	left: -23px;
}

html.v2 .section-travel .slider-travel .swiper-button-next {
	left: auto;
	right: -23px;
}

html.v2 .section-travel .slider-travel [class^="slider-arrow-"] {
	position: absolute;
	top: 17px;
	left: 14px;
	border: solid #5b5b5b;
	border-width: 0 2px 2px 0;
	padding: 5px;
	z-index: 0;
	transform: rotate(315deg);
	width: 7px;
}

html.v2 .section-travel .slider-travel .slider-arrow-prev {
	left: 19px;
	transform: rotate(135deg);
}

html.v2 .section-travel .swiper-button-next.swiper-button-disabled,
html.v2 .section-travel .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

html.v2 .section-travel .swiper-button-next.swiper-button-disabled .slider-arrow-next,
html.v2 .section-travel .swiper-button-prev.swiper-button-disabled .slider-arrow-prev {
	border: solid #dedede;
	border-width: 0 2px 2px 0;
}

html.v2 .section-travel .slider-travel [class^="ico-"] {
	display: inline-block;
	vertical-align: middle;
}

html.v2 .section-travel .slider-travel .ico-book {
	width: 90px;
	height: 80px;
	background: url("../../v2/images/main/icn_travel_book.svg") no-repeat center center;
	background-size: 100%;
}

html.v2 .section-travel .slider-travel .ico-bus {
	width: 82px;
	height: 70px;
	background: url("../../v2/images/main/icn_travel_bus.svg") no-repeat center center;
	background-size: 100%;
}

html.v2 .section-travel .slider-travel .ico-foot {
	width: 84px;
	height: 79px;
	background: url("../../v2/images/main/icn_travel_foot.svg") no-repeat center center;
	background-size: 100%;
}

html.v2 .section-travel .slider-travel .ico-safety {
	width: 78px;
	height: 78px;
	background: url("../../v2/images/main/icn_travel_satety.svg") no-repeat center center;
	background-size: 100%;
}

html.v2 .section-travel .slider-travel .ico-info {
	width: 74px;
	height: 74px;
	background: url("../../v2/images/main/icn_travel_info.svg") no-repeat center center;
	background-size: 100%;
}

html.v2 .section-travel .slider-travel .ico-tax {
	width: 83px;
	height: 81px;
	background: url("../../v2/images/main/icn_travel_tax.svg") no-repeat center center;
	background-size: 100%;
}

html.v2 .section-travel .slider-travel .ico-rate {
	width: 76px;
	height: 76px;
	background: url("../../v2/images/main/icn_travel_rate.svg") no-repeat center center;
	background-size: 100%;
}

html.v2 .section-travel .slider-travel .ico-visa {
	width: 76px;
	height: 76px;
	background: url("../../v2/images/main/icn_travel_visa.svg") no-repeat center center;
	background-size: 100%;
}

html.v2 .section-travel .slider-travel .ico-course {
	width: 79px;
	height: 77px;
	background: url("../../v2/images/main/icn_travel_course.svg") no-repeat center center;
	background-size: 100%;
}

html.v2 .section-travel .slider-travel .ico-map {
	width: 82px;
	height: 70px;
	background: url("../../v2/images/main/icn_travel_map.svg") no-repeat center center;
	background-size: 100%;
}

html.v2 .section-travel .slider-travel .swiper-slide+.swiper-slide dl::before {
	content: "";
	border-left: 1px solid #e4e4e4;
	display: inline-block;
	height: 120px;
	position: absolute;
	top:50%;
	left: 1px;
	z-index: 10;
	transform: translateY(-50%);
}

html.v2 .section-travel .slider-travel dl {
	position: relative;
	margin: 42px 0;
	text-align: center;
}

html.v2 .section-travel .slider-travel dl>dt {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}

html.v2 .section-travel .slider-travel dl>dd {
	display: block;
	margin: 13px 0 0;
	padding: 0 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #000000;
}

/* section-sns */
/*=================================*/

html.v2 .section-sns {}

html.v2 .section-sns .section-inner {
	overflow: visible;
}

html.v2 .section-sns .btn-block {
	text-align: center;
	padding: 30px 0 0;
}

html.v2 .section-sns .btn-block [class^="btn-"] {
	display: inline-block;
	overflow: hidden;
	margin: 0 4px;
	width: 35px;
	height: 35px;
}

html.v2 .section-sns .btn-block [class^="btn-"] a {
	display: inline-block;
	width: 35px;
	height: 35px;
}

html.v2 .section-sns .btn-block [class^="ico-"] {
	display: inline-block;
	width: 35px;
	height: 35px;
}

html.v2 .section-sns .btn-block .ico-yt {
	background: url("../../v2/images/main/icn_instar_go_yt@2x.png") no-repeat center center;
	background-size: 100%;
}

html.v2 .section-sns .btn-block .ico-instar {
	background: url("../../v2/images/main/icn_instar_go_instar@2x.png") no-repeat center center;
	background-size: 100%;
}

html.v2 .section-sns .sns-cont {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

html.v2 .section-sns .sns-cont .slider-sns {
	width: calc(50% - 10px);
	height: 370px;
}

html.v2 .section-sns .sns-cont .thumb-list {
	width: calc(50% - 10px);
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide {
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s linear;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide>a {
	position: relative;
	display: inline-block;
	/* position: absolute;
	top: 0;
	left: 0;
	z-index: 100; */
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont {
	position: relative;
	width: 100%;
	height: 100%;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-thumb {
	width: 100%;
	height: 100%;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-thumb>.bg-thumb {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 370px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 248px;
	background: linear-gradient(to bottom, rgba(0, 0, 15, 0), rgba(0, 0, 15, 0)),
	linear-gradient(to top, rgba(0, 0, 15, 1), rgba(0, 0, 15, 0));
	z-index: 20;
	transition: all 0.3s ease;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-text {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	padding: 40px;
	width: 100%;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-text h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 35px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-text .info-cont {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-text .info-cont>.info-title {
	position: relative;
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #ffffff;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-text .info-cont>.info-num {
	position: relative;
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #ffffff;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-text .info-cont>.info-num>span {
	position: relative;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-text .info-cont>.info-num [class^="ico-"] {
	display: inline-block;
	vertical-align: middle;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-text .info-cont>.info-num .ico-view {
	margin-right: 8px;
	width: 12px;
	height: 14px;
	margin-top: -2px;
	background: url(../../v2/images/main/icn_sns_view.svg) 0 0 no-repeat;
	background-size: 100%;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-text .info-cont>.info-num .like-cont {
	margin-left: 20px;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-text .info-cont>.info-num .like-cont::before {
	content: "";
	width: 1px;
	height: 12px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -12px;
	margin-top: 2px;
	transform: translate(0, -50%);
	opacity: 0.3;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-text .info-cont>.info-num .ico-like {
	margin-right: 8px;
	width: 15px;
	height: 15px;
	margin-top: -1px;
	background: url(../../v2/images/main/icn_sns_like.svg) 0 0 no-repeat;
	background-size: 100%;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-pagination {
	bottom: -60px;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-pagination-bullet {
	margin: 0 6px;
	background-color: #c6e0ef;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-pagination-bullet::before {
	display: none;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #017dc3;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-button-prev,
html.v2 .section-sns .sns-cont .slider-sns .swiper-button-next {
	width: 50px;
	height: 50px;
	background-color: #f8f9fc;
	z-index: 20;
	background-size: 15px 15px;
	background-image: none;
	opacity: 0.8;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-button-prev {
	left: 0;
	border-radius: 0 25px 25px 0;
}

html.v2 .section-sns .sns-cont .slider-sns .swiper-button-next {
	right: 0;
	border-radius: 25px 0 0 25px;
}

html.v2 .section-sns .sns-cont .slider-sns [class^="slider-arrow-"] {
	position: absolute;
	top: 19px;
	left: 16px;
	border: solid #5b5b5b;
	border-width: 0 2px 2px 0;
	padding: 5px;
	z-index: 0;
	transform: rotate(315deg);
	width: 7px;
}

html.v2 .section-sns .sns-cont .slider-sns .slider-arrow-prev {
	left: 19px;
	transform: rotate(135deg);
}

html.v2 .section-sns .sns-cont .swiper-button-next.swiper-button-disabled,
html.v2 .section-sns .sns-cont .swiper-button-prev.swiper-button-disabled {
	opacity: 0.8;
}

html.v2 .section-sns .sns-cont .swiper-button-next.swiper-button-disabled .slider-arrow-next,
html.v2 .section-sns .sns-cont .swiper-button-prev.swiper-button-disabled .slider-arrow-prev {
	border: solid #dedede;
	border-width: 0 2px 2px 0;
}

html.v2 .section-sns .sns-cont .thumb-list {}

html.v2 .section-sns .sns-cont .thumb-list ul {
	/* overflow: hidden; */
}

html.v2 .section-sns .sns-cont .thumb-list li {
	/* overflow: hidden; */
	position: relative;
	float: left;
	margin-bottom: 10px;
	width: calc((100% / 3) - 14px);
	height: 175px;
	margin-right: 20px;
	margin-bottom: 20px;
	transition: all 0.2s linear;
	transform: scale(1);
}

html.v2 .section-sns .sns-cont .thumb-list li:nth-child(3n) {
	margin-right: 0;
}

html.v2 .section-sns .sns-cont .thumb-list li:nth-last-child(-n + 3) {
	margin-bottom: 0;
}

/*
html.v2 .section-sns .sns-cont .thumb-list li:nth-child html.v2 .section-sns .sns-cont .thumb-list li .thumb-cont {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
*/

html.v2 .section-sns .sns-cont .thumb-list li .thumb-cont>.bg-thumb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

html.v2 .section-sns .sns-cont .thumb-list li .thumb-cont .thumb-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 15, 0), rgba(0, 0, 15, 0)),
	linear-gradient(to top, rgba(0, 0, 15, 1), rgba(0, 0, 15, 0));
	z-index: 10;
	opacity: 0;
	transition: all 0.3s ease;
}

html.v2 .section-sns .sns-cont .thumb-list li .thumb-cont .thumb-mask>dl {
	padding: 0 15px;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 15px;
	left: 50%;
	z-index: 20;
	color: #fff;
	transform: translate(-50%, 0);
}

html.v2 .section-sns .sns-cont .thumb-list li .thumb-cont .thumb-mask>dl>dt {
	display: block;
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
}

html.v2 .section-sns .sns-cont .thumb-list li .thumb-cont .thumb-mask>dl>dt>strong {
	display: block;
	font-weight: 400;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

html.v2 .section-sns .sns-cont .thumb-list li .thumb-cont .thumb-mask>dl>dt .ico-instar-approval {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 6px;
	width: 20px;
	height: 20px;
	background: url("../../v2/images/main/icn_instar_approval@2x.png") no-repeat center center;
	background-size: 100%;
}

html.v2 .section-sns .sns-cont .thumb-list li .thumb-cont .thumb-mask>dl>dd {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.3;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

html.v2 .section-sns .sns-cont .thumb-list li .thumb-cont>svg {
	position: absolute;
	top: 5px;
	right: 6px;
	z-index: 20;
	width: 15px;
	height: 15px;
}

html.v2 .section-sns .sns-cont .thumb-list li.active--focus {
	transform: scale(1.1);
	z-index: 10;
}

html.v2 .section-sns .sns-cont .thumb-list li.active--focus a {
	box-shadow: rgba(0, 0, 15, 0.2) 0px 8px 10px;
}

html.v2 .section-sns .sns-cont .thumb-list li.active--focus .thumb-cont .thumb-mask {
	opacity: 1;
}

html.v2 .section-sns .sns-cont .thumb-list li.active--focus .thumb-cont,
html.v2 .section-sns .sns-cont .thumb-list li.active--focus .thumb-cont>.bg-thumb {
	width: 100%;
	height: 100%;
}

/* section-tv */
/*=================================*/
html.v2 .section-tv {
	margin-top: 100px;
	padding: 70px 0 40px;
	/* background-color: #F8F9FC; */
}

html.v2 .section-tv .section-inner {
	overflow: visible;
	max-width: 1374px;
}

html.v2 .section-tv .tv-cont {
	position: relative;
	/* padding:0 0 70px; */
}

html.v2 .section-tv .tv-swiper {
	padding: 30px 0;
}

html.v2 .section-tv .tv-swiper .swiper-slide {
	opacity: 0.5;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s linear;
	transform: scale(0.78);
}

html.v2 .section-tv .tv-cont.isPC .tv-swiper .swiper-slide {
	/* width:517px !important; */
}

html.v2 .section-tv .tv-cont.isPC .tv-swiper .swiper-slide .card-cont .card-thumb {
	height: 286px;
}

html.v2 .section-tv .tv-swiper .swiper-slide>a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

html.v2 .section-tv .tv-swiper .swiper-slide .card-cont {
	position: relative;
	width: 100%;
	height: 100%;
}

html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-thumb {
	width: 100%;
	height: 243px;
}

html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-thumb>.bg-thumb {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-text {
	padding: 10px 20px 20px;
	background-color: #fff;
}

html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-text h3 {
	font-size: 20px;
	color: #000;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-text dl {
	position: relative;
	display: flex;
	justify-content: space-between;
}

html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-text dl>dt {
	position: relative;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	height: 30px;
	line-height: 30px;
}



html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-text dl>dd {
	position: relative;
	font-size: 14px;
	font-weight: 300;
	color: #333;
	height: 30px;
	line-height: 30px;
	text-align: right;
}

html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-text dl>dd .view {
	margin-right: 12px;
}

html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-text dl>dd .ico-view {
	display: inline-block;
	vertical-align: top;
	margin: 7px 4px 0 0;
	width: 12px;
	height: 16px;
	background: url(../../images/2020/main/Icon-awesome-play.png) 0 0 no-repeat;
	background-size: 100%;
}

html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-text dl>dd .ico-like {
	display: inline-block;
	vertical-align: top;
	margin: 8px 3px 0 0;
	width: 16px;
	height: 15px;
	background: url(../../images/2020/main/Icon-ionic-ios-heart.png) 0 0 no-repeat;
	background-size: 100%;
}

html.v2 .section-tv .tv-cont [class^="swiper-button-"] {
	display: inline-block;
	margin-top: 0;
	width: 50px;
	height: 50px;
	z-index: 10;
	top: 180px;
}

html.v2 .section-tv .tv-cont .swiper-button-prev {
	left: 0;
	margin-left: -40px;
	background: url("../../v2/images/main/icn_instar_slider_arrow_prev@2x.png") no-repeat;
	background-size: 100%;
}

html.v2 .section-tv .tv-cont .swiper-button-next {
	right: 0;
	margin-right: -40px;
	background: url("../../v2/images/main/icn_instar_slider_arrow_next@2x.png") no-repeat;
	background-size: 100%;
}

html.v2 .section-tv .tv-cont .swiper-button-prev {
	background-position: 0 0;
}

html.v2 .section-tv .tv-cont .swiper-button-next {
	background-position: 0 0;
}

html.v2 .section-tv .tv-cont .swiper-button-next.swiper-button-disabled,
html.v2 .section-tv .tv-cont .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: pointer;
	pointer-events: inherit;
}

html.v2 .section-tv .tv-swiper .swiper-slide.swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	background-color: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px;
}

html.v2 .section-tv .tv-swiper .swiper-slide.swiper-slide-active .card-cont {}

html.v2 .section-tv .tv-swiper .swiper-slide.swiper-slide-active .card-cont .card-text {
	padding: 12px 20px 20px;
}

html.v2 .section-tv .tv-swiper .swiper-slide.swiper-slide-active .card-cont h3 {
	font-size: 26px;
	font-weight: bold;
}

html.v2 .section-tv .tv-swiper .swiper-slide.swiper-slide-active .card-cont .card-text h3 {
	margin-bottom: 8px;
}

html.v2 .section-tv .tv-cont .swiper-pagination {
	bottom: -35px;
}

html.v2 .section-tv .tv-cont .swiper-pagination .swiper-pagination-bullet {
	margin: 0 6px;
	background-color: #c6e0ef;
}

html.v2 .section-tv .tv-cont .swiper-pagination .swiper-pagination-bullet::before {
	display: none;
}

html.v2 .section-tv .tv-cont .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #017dc3;
}

/* 메인 반응형*/
/*=================================*/
@media (max-width: 1600px) {
	html.v2 .section-festival .slider-festival {
		width: 62vw;
	}
}

@media (max-width: 1400px) {
	html.v2 .section-festival .slider-festival {
		width: 63vw;
	}
}

@media (max-width: 1374px) {

	/* section-tv */
	html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-thumb {
		height: 18.52vw;
	}

	html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-thumb>.bg-thumb {
		background-size: cover;
	}

	html.v2 .section-tv .tv-cont [class^="swiper-button-"] {
		display: none;
	}
}

@media (max-width: 1200px) {
	html.v2 .section-mainVisual .slider-mainVisual .swiper-slide .title-cont h3 {
		font-size: 5vw;
	}

	html.v2 .section-festival .festival-cont {
		overflow: visible;
		min-height: 400px;
	}

	html.v2 .section-festival .festival-cont .deco-text {
		bottom: -50px;
		font-size: 90px;
		width: 400px;
		left: 10px;
	}

	html.v2 .section-festival .festival-cont .title-cont {
		left: 0;
		margin-left: 0;
		transform: none;
		padding: 40px 20px;
		width: 39vw;
	}

	html.v2 .section-festival .festival-cont .title-cont .btn-block {
		left: 20px;
	}

	html.v2 .section-festival .slider-festival {
		width: 63vw;
		/* width: 100%;
		margin:0;
		padding: 0;
		right:0; */
	}

	html.v2 .section-festival .slider-festival .swiper-slide {
		height: 360px;
	}

	html.v2 .section-banner .slider-banner .swiper-button-prev {
		left: 0;
	}

	html.v2 .section-banner .slider-banner .swiper-button-next {
		right: 0;
	}

	html.v2 .section-travel .slider-travel .swiper-button-prev {
		left: 0;
	}

	html.v2 .section-travel .slider-travel .swiper-button-right {
		right: 0;
	}
}

@media (max-width: 768px) {

	/* slider */
	html.v2 .main-contents section .swiper-button-prev {
		left: 27px;
		width: 25px;
		height: 25px;
		background-size: 25px 25px;
	}

	html.v2 .main-contents section .swiper-button-next {
		right: 27px;
		width: 25px;
		height: 25px;
		background-size: 25px 25px;
	}

	html.v2 .main-contents section .swiper-pagination {
		bottom: 20px;
	}

	html.v2 .main-contents section .swiper-pagination-bullet {
		margin: 0 4px;
		width: 10px;
		height: 10px;
	}

	html.v2 .main-contents section .swiper-pagination-bullet::before {
		width: 10px;
		height: 10px;
		border: 1px solid rgba(255, 255, 255, 1);
	}

	html.v2 .main-contents section .btn-play {
		margin-top: 2px;
	}

	/* layout */
	html.v2 .section-attraction {
		/* padding-top: 45px; */
		padding-top: 60px;
	}

	html.v2 .section-banner {
		padding-top: 60px;
	}

	html.v2 .section-festival {
		padding-top: 60px;
		padding-bottom: 0;
	}

	html.v2.ko .section-travel {
		padding-top: 0;
	}

	html.v2 .section-travel {
		padding-top: 60px;
	}

	html.v2.ko .section-recommend {
		padding-top: 40px;
	}

	html.v2 .section-recommend {
		padding-top: 0;
	}

	html.v2 .section-sns {
		padding: 30px 0 20px;
		margin-top: 50px;
	}

	html.v2 main.main-contents section h2 {
		font-size: 26px;
		line-height: 28px;
	}

	html.v2 main.main-contents .deco-text {
		font-size: 70px;
		position: relative;
		top: auto;
		left: auto;
	}

	/* section-mainVisual */
	html.v2 .section-mainVisual .slider-mainVisual {
		height: 390px;
	}

	html.v2 .section-mainVisual .slider-mainVisual .swiper-slide {
		height: 390px;
	}

	html.v2 .section-mainVisual .slider-mainVisual .swiper-slide .title-cont {
		top: auto;
		left: 30px;
		right: auto;
		transform: none;
		bottom: 17%;
		width: calc(100% - 60px);
		margin: 0;
	}

	html.v2.en .section-mainVisual .slider-mainVisual .swiper-slide .title-cont {
		position: absolute;
		width: calc(100% - 60px);
		height: auto;
		top: auto;
		left: 30px;
		bottom: 17%;
		right: auto;
		z-index: 5;
		text-align: left;
		margin: 0;
		transform: none;
	}

	html.v2 .section-mainVisual .slider-mainVisual .swiper-slide .title-cont h3 {
		font-size: 30px;
		line-height: 43px;
	}

	html.v2.en .section-mainVisual .slider-mainVisual .swiper-slide .title-cont h3 {
		line-height: 35px;
	}

	html.v2 .section-mainVisual .slider-mainVisual .swiper-slide .title-cont em {
		display: block;
		margin-top: 10px;
		font-size: 16px;
		line-height: 23px;
		font-weight: 300;
	}

	html.v2 .section-mainVisual .slider-mainVisual .swiper-button-prev,
	html.v2 .section-mainVisual .slider-mainVisual .swiper-button-next {
		display: block;
	}

	/* section-mainVisual--type2 */
	html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 {
		height: 390px;
	}

	html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 .swiper-slide {
		max-width: 100%;
		height: 390px;
	}

	html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 .swiper-slide .title-cont h3 {
		font-size: 30px;
		line-height: 43px;
	}

	html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 .swiper-slide .title-cont em {
		display: block;
		margin-top: 10px;
		font-size: 16px;
		line-height: 23px;
		font-weight: 300;
	}

	html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 .swiper-slide .title-cont {
		top: auto;
		left: 0;
		right: auto;
		transform: none;
		bottom: 0;
		margin: 0;
	}

	html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 a.active--focus+.bg-thumb {
		transform: none;
	}

	html.v2 .section-mainVisual--type2 .slider-mainVisual--type2 a.active--focus+.bg-thumb+.mask-cont::before {
		display: none;
	}

	html.v2 .section-mainVisual--type2 .swiper-button-prev,
	html.v2 .section-mainVisual--type2 .swiper-button-next {
		display: block;
	}

	html.v2 .section-mainVisual--type2 .swiper-pagination {
		display: block;
	}

	/* section-latest */
	html.v2 .section-latest .slider-latest {
		margin-right: 20px;
		height: auto;
	}

	html.v2 .section-latest .slider-latest .swiper-slide {
		min-width: 82vw;
	}

	html.v2 .section-latest .slider-latest .swiper-slide:first-of-type {
		/*margin-left: 50px;*/
	}

	html.v2 .section-latest .slider-latest [class^="slider-arrow-"] {
		position: absolute;
		top: 13px;
		left: 11px;
		padding: 4px;
		border: solid #5b5b5b;
		border-width: 0 2px 2px 0;
		z-index: 0;
		transform: rotate(315deg);
		width: 7px;
	}

	html.v2 .section-latest .slider-latest .swiper-button-prev,
	html.v2 .section-latest .slider-latest .swiper-button-next {
		display: block;
		width: 36px;
		height: 36px;
		background-color: #f8f9fc;
		z-index: 20;
		background-size: 15px 15px;
		background-image: none;
		border-radius: 50%;
	}

	html.v2 .section-latest .slider-latest .swiper-button-prev {
		left: 14px;
	}

	html.v2 .section-latest .slider-latest .swiper-button-next {
		right: 23px;
	}

	html.v2 .section-latest .slider-latest [class^="slider-arrow-"] {
		top: 13px;
		left: 11px;
		padding: 4px;
	}

	html.v2 .section-latest .slider-latest .slider-arrow-prev {
		left: 14px;
		transform: rotate(135deg);
	}

	/* section-attraction */
	html.v2 .section-attraction {
		/* margin: 0 20px; */
	}

	html.v2 .section-attraction .attraction-cont {
		display: block;
		margin-top: 35px;
		height: auto;
	}

	html.v2 .section-attraction .attraction-cont [class^="group-"] {
		position: relative;
		width: calc(100% - 40px);
		height: 100%;
		/* height: 530px; */
		margin: 0 20px;
	}

	html.v2 .section-attraction .attraction-cont .group-01 {
		display: flex;
		height: auto;
	}

	html.v2 .section-attraction .attraction-cont .deco-text {
		margin-top: -13px;
		line-height: 1;
	}

	html.v2 .section-attraction .attraction-cont .group-01 .title-cont {
		position: relative;
		width: auto;
		bottom: auto;
		padding: 0 0 0 10px;
		margin: 0;
	}

	html.v2 .section-attraction .attraction-cont .group-01 .title-cont p {
		display: none;
	}

	html.v2 .section-attraction .attraction-cont .group-01 .title-cont h3 {
		margin: 0;
		padding-right: 20px;
		font-size: 22px;
		line-height: 32px;
	}

	html.v2 .section-attraction .attraction-cont .group-02 {
		margin-top: 16px;
	}

	html.v2 .section-attraction .attraction-cont .group-02 {}

	html.v2 .section-attraction .attraction-cont .group-02 .swiper-slide {
		/* height:50vw; */
		height: 60vw;
	}

	html.v2 .section-attraction .attraction-cont .group-01 .swiper-pagination {
		left: auto;
		right: 0;
		bottom: 0;
	}

	html.v2 .section-attraction .attraction-cont .swiper-button-prev,
	html.v2 .section-attraction .attraction-cont .swiper-button-next {
		top: 50%;
		margin-top: 0;
		width: 36px;
		height: 36px;
		transform: translateY(-50%);
		border-radius: 50%;
	}

	html.v2 .section-attraction .attraction-cont .swiper-button-prev {
		left: 0;
		margin-left: -20px;
	}

	html.v2 .section-attraction .attraction-cont .swiper-button-next {
		left: auto;
		right: 0;
		margin-right: -20px;
	}

	html.v2 .section-attraction .attraction-cont [class^="slider-arrow-"] {
		padding: 4px;
		border: solid #5b5b5b !important;
		border-width: 0 2px 2px 0 !important;
		opacity: 1;
	}

	html.v2 .section-attraction .attraction-cont .slider-arrow-prev {
		left: 15px;
	}

	html.v2 .section-attraction .attraction-cont .slider-arrow-next {
		top: 13px;
		left: 11px;
	}

	/* attraction-cont.case2 */
	html.v2 .section-attraction .attraction-cont.case2 .swiper-pagination {
		left: auto;
		right: 20px;
		top: 34px;
		height: 20px;
	}

	html.v2 .section-attraction .attraction-cont.case2 .swiper-button-prev {
		left: 20px;
	}

	html.v2 .section-attraction .attraction-cont.case2 .swiper-button-next {
		left: auto;
		right: 20px;
	}

	html.v2 .section-attraction .attraction-cont.case2 {
		margin: 35px 0 0 0;
	}

	html.v2 .section-attraction .attraction-cont.case2 .swiper-slide .flex-container {
		flex-direction: column;
	}

	html.v2 .section-attraction .attraction-cont.case2 .slider-attraction .group-02 .bg-cont {
		/* height:50vw; */
		height: 60vw;
	}

	html.v2 .section-attraction .attraction-cont.case2 .slider-attraction .group-02 {
		width: calc(100% - 40px);
	}

	html.v2 .section-attraction .attraction-cont.case2 .swiper-button-prev,
	html.v2 .section-attraction .attraction-cont.case2 .swiper-button-next {
		top: 50%;
		margin-top: 36px;
		width: 36px;
		height: 36px;
		transform: translateY(-50%);
		border-radius: 50%;
	}

	/* section-banner */
	html.v2 .section-banner {
		/* margin:0 20px; */
	}

	html.v2 .section-banner .slider-banner .swiper-container {
		margin: 0 20px;
	}

	html.v2 .section-banner .slider-banner .swiper-button-prev,
	html.v2 .section-banner .slider-banner .swiper-button-next {
		width: 36px;
		height: 36px;
	}

	html.v2 .section-banner .slider-banner .swiper-button-prev {
		/* left: 6px; */
		left: 0;
	}

	html.v2 .section-banner .slider-banner .swiper-button-next {
		/* right: 6px; */
		right: 0;
	}

	html.v2 .section-banner .slider-banner [class^="slider-arrow-"] {
		top: 13px;
		left: 11px;
		padding: 4px;
	}

	html.v2 .section-banner .slider-banner .slider-arrow-prev {
		left: 15px;
	}

	/* section-festival */
	html.v2 .section-festival:before {
		display: none;
	}

	html.v2.ko .section-festival .festival-cont {
		/* height: 240px; */
		/* max-width: 450px; */
		margin: 30px auto 0;
		min-height: auto;
		max-height: 360px;
	}

	html.v2 .section-festival .festival-cont {
		height: 380px;
		min-height: auto;
	}

	html.v2 .section-festival .festival-cont .deco-text {
		display: none;
	}

	html.v2 .section-festival .festival-cont .title-cont {
		margin-left: 0;
		transform: none;
		left: 0;
		position: relative;
		width: 100%;
		height: auto;
		padding: 25px;
	}

	html.v2 .section-festival .festival-cont .title-cont p {
		display: none;
	}

	html.v2 .section-festival .slider-festival {
		/* width: 100%;
		margin-left: 0;
		padding-right: 0; */
		left: 260px;
		width: unset;
		padding-right: 0;
	}

	html.v2 .section-festival .festival-cont::before {
		display: none;
	}

	html.v2 .section-festival .festival-cont .title-cont {
		/* width:auto; */
		width: 260px;
		height: 43vw;
	}

	html.v2 .section-festival .festival-cont .title-cont em {
		font-size: 14px;
		line-height: 20px;
	}

	html.v2 .section-festival .festival-cont .title-cont h3 {
		margin-top: 5px;
		font-size: 22px;
		line-height: 32px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	html.v2 .section-festival .festival-cont .title-cont .btn-block {
		bottom: 48px;
		left: 25px;
	}

	html.v2 .section-festival .festival-cont .title-cont .btn-block .btn-more span {
		font-size: 14px;
		line-height: 20px;
	}

	html.v2 .section-festival .festival-cont .title-cont .btn-block .btn-more span::before {
		content: "";
		display: inline-block;
		width: 105%;
		border-bottom: 1px solid #000;
		position: absolute;
		bottom: -1px;
		left: -1px;
	}

	html.v2 .section-festival .slider-festival .swiper-slide {
		height: 45vw;
	}

	html.v2 .section-festival .slider-festival .swiper-slide.swiper-slide-active {}

	html.v2 .section-festival .swiper-pagination {
		right: 30px;
		bottom: 52px;
	}

	html.v2 .section-festival .swiper-button-prev,
	html.v2 .section-festival .swiper-button-next {
		width: 36px;
		height: 36px;
	}

	html.v2 .section-festival [class^="slider-arrow-"] {}

	html.v2 .section-festival .swiper-button-prev {
		right: 105px;
		bottom: 43px;
	}

	html.v2 .section-festival .swiper-button-next {
		right: 69px;
		bottom: 43px;
	}

	html.v2 .section-festival [class^="slider-arrow-"] {
		padding: 4px;
	}

	html.v2 .section-festival .slider-arrow-prev {
		left: 15px;
	}

	html.v2 .section-festival .slider-arrow-next {
		left: 11px;
	}

	/* section-recommend */
	html.v2 .section-recommend .slider-recommend {
		margin-right: 20px;
		height: 340px;
	}

	html.v2 .section-recommend .slider-recommend {
		margin-right: 20px;
		height: auto;
	}

	html.v2 .section-recommend .slider-recommend .swiper-slide {
		min-width: 82vw;
	}

	html.v2 .section-recommend .slider-recommend .swiper-slide:first-of-type {
		/*margin-left: 50px;*/
	}

	html.v2 .section-recommend .slider-recommend [class^="slider-arrow-"] {
		position: absolute;
		top: 13px;
		left: 11px;
		padding: 4px;
		border: solid #5b5b5b;
		border-width: 0 2px 2px 0;
		z-index: 0;
		transform: rotate(315deg);
		width: 7px;
	}

	html.v2 .section-recommend .slider-recommend .swiper-button-prev {
		/* left: 15px; */
		left: -18px;
	}

	html.v2 .section-recommend .slider-recommend .swiper-button-next {
		/* right: 6px; */
		right: 21px;
	}

	html.v2 .section-recommend .slider-recommend .swiper-button-prev,
	html.v2 .section-recommend .slider-recommend .swiper-button-next {
		display: block;
		width: 36px;
		height: 36px;
		background-color: #f8f9fc;
		z-index: 20;
		background-size: 15px 15px;
		background-image: none;
		border-radius: 50%;
		margin-top: -65px;
	}

	html.v2 .section-recommend .slider-recommend .swiper-button-prev {
		left: 14px;
	}

	html.v2 .section-recommend .slider-recommend .swiper-button-next {
		right: 31px;
	}

	html.v2 .section-recommend .slider-recommend [class^="slider-arrow-"] {
		top: 13px;
		left: 11px;
		padding: 4px;
	}

	html.v2 .section-recommend .slider-recommend .slider-arrow-prev {
		left: 14px;
		transform: rotate(135deg);
	}

	html.v2 .section-recommend .slider-recommend .title-cont {
		position: relative;
		padding: 10px 0;
	}

	html.v2 .section-recommend .slider-recommend .title-cont h3 {
		font-size: 22px;
		line-height: 32px;
	}

	html.v2 .section-recommend .slider-recommend .title-cont p {
		display: none;
	}

	html.v2 .section-recommend .slider-recommend .swiper-button-prev {
		left: 14px;
	}

	html.v2 .section-recommend .slider-recommend .swiper-button-next {
		right: 23px;
	}

	html.v2 .section-recommend .slider-recommend .swiper-slide {
		min-width: 77vw;
		width: 77vw;
		height: 68vw;
	}

	html.v2 .section-recommend .slider-recommend .thumb-cont {
		height: 50vw;
	}

	html.v2 .section-recommend .slider-recommend .thumb-cont .mask-cont {
		height: 100%;
	}

	html.v2 .section-recommend .swiper-pagination {
		display: block;
		margin-left: 0;
		bottom: 0;
	}

	html.v2 .section-recommend .swiper-pagination-bullet {
		margin: 0 4px;
		background-color: #c6e0ef;
	}

	html.v2 .section-recommend .swiper-pagination-bullet::before {
		display: none;
	}

	html.v2 .section-recommend .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #017dc3;
	}

	/* section-travel */
	html.v2 .section-travel .slider-travel {
		margin: 25px 20px 0;
		width: auto;
		/* height: 130px; */
	}

	html.v2 .section-travel .slider-travel .swiper-container {
		margin: 0 20px;
	}

	html.v2 .section-travel .slider-travel .swiper-button-prev,
	html.v2 .section-travel .slider-travel .swiper-button-next {
		width: 36px;
		height: 36px;
	}

	html.v2 .section-travel .slider-travel .swiper-button-prev {
		/* left: -16px; */
		left: -20px;
	}

	html.v2 .section-travel .slider-travel .swiper-button-next {
		/* right: -16px; */
		right: -20px;
	}

	html.v2 .section-travel .slider-travel [class^="slider-arrow-"] {
		top: 13px;
		left: 11px;
		padding: 4px;
	}

	html.v2 .section-travel .slider-travel .slider-arrow-prev {
		left: 14px;
	}

	html.v2 .section-travel .slider-travel dl {
		margin: 3px 0 14px;
	}

	html.v2 .section-travel .slider-travel [class^="ico-"] {
		transform: scale(0.7);
	}

	html.v2 .section-travel .slider-travel dl>dd {
		margin: 0;
		font-size: 16px;
		line-height: 1.2;
		padding: 0 10px;
		/* word-break: keep-all; */
		word-break: break-all;
	}

	html.v2 .section-travel .slider-travel .swiper-slide+.swiper-slide dl::before {
		height: 80px;
		/* top: 15px; */
	}

	/* section-sns */
	html.v2 .section-sns {}

	html.v2 .section-sns .btn-block {
		padding: 15px 0 0 0;
	}

	html.v2 .section-sns .sns-cont {
		padding: 20px;
	}

	html.v2 .section-sns .sns-cont .slider-sns {
		width: calc(50% - 5px);
		height: 190px;
	}

	html.v2 .section-sns .slider-sns {}

	html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-thumb>.bg-thumb {
		height: 190px;
	}

	html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-mask {
		height: 190px;
	}

	html.v2 .section-sns .sns-cont .thumb-list {
		width: calc(50% - 5px);
	}

	html.v2 .section-sns .sns-cont .thumb-list li {
		width: 50%;
		margin: 0;
		height: 95px;
	}

	html.v2 .section-sns .sns-cont .thumb-list li:nth-last-child(-n + 2) {
		display: none;
	}

	html.v2 .section-sns .sns-cont .slider-sns .swiper-pagination {
		bottom: -35px;
	}

	html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-text {
		padding: 20px 10px;
	}

	html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-text h3 {
		font-size: 16px;
		line-height: 23px;
	}

	html.v2 .section-sns .sns-cont .slider-sns .swiper-slide .card-cont .card-text .info-cont {
		display: none;
	}

	html.v2 .section-sns .sns-cont .slider-sns .swiper-button-prev,
	html.v2 .section-sns .sns-cont .slider-sns .swiper-button-next {
		width: 36px;
		height: 36px;
	}

	html.v2 .section-sns .sns-cont .slider-sns [class^="slider-arrow-"] {
		top: 13px;
		left: 12px;
		padding: 4px;
	}

	html.v2 .section-sns .sns-cont .slider-sns .slider-arrow-next {
		left: 14px;
	}

	html.v2 .section-sns .sns-cont .thumb-list li .thumb-cont .thumb-mask>dl {
		padding: 0 10px;
		bottom: 10px;
	}

	/* section-tv */
	html.v2 .section-tv {
		padding: 0 0 40px;
	}

	html.v2 .section-tv .tv-cont .swiper-pagination {
		bottom: -5px;
	}

	html.v2 .section-tv .tv-swiper .swiper-slide {
		padding: 10px;
		border: 1px solid #f0f0f0;
		transform: scale(0.9);
	}

	html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-thumb {
		height: 40vw;
	}

	html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-text {
		padding: 0;
	}

	html.v2 .section-tv .tv-swiper .swiper-slide.swiper-slide-active {
		width: 100%;
	}

	html.v2 .section-tv .tv-swiper .swiper-slide.swiper-slide-active .card-cont .card-text {
		padding: 0;
	}

	html.v2 .section-tv .tv-swiper .swiper-slide.swiper-slide-active .card-cont h3 {
		font-size: 20px;
	}

	html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-text dl>dd {
		font-size: 16px;
	}

	html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-text h3 {
		margin-top: 10px;

		font-size: 20px;
		height: 30px;
		line-height: 30px;
	}

	html.v2 .section-tv .tv-swiper .swiper-slide.swiper-slide-active .card-cont .card-text h3 {
		margin-bottom: 0;
	}

	html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-text dl {
		display: block;
	}

	html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-text dl>dt {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
	}

	html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-text dl>dt:after {
		display: none;
	}

	html.v2 .section-tv .tv-swiper .swiper-slide .card-cont .card-text dl>dd {
		border-top: 1px solid #e6e6e6;
		margin-top: 10px;
		padding-top: 2px;
		font-size: 14px;
		text-align: left;
	}
}

@media (max-width: 480px) {
	html.v2 main.main-contents section h2 {
		font-size: 23px;
	}

	html.v2 main.main-contents .section-latest {
		padding-bottom: 0;
	}

	html.v2 .section-latest .slider-latest .swiper-button-next {
		right: 2px;
	}

	html.v2 .section-latest .slider-latest .swiper-slide {
		min-width: 77vw;
		width: 77vw;
		height: 58vw;
	}

	html.v2 main.main-contents .section-recommend {
		padding-bottom: 0;
	}

	html.v2 .section-recommend .slider-recommend .swiper-slide {
		min-width: 80vw;
		max-width: 85vw;
		height: 75vw;
	}

	html.v2 .section-festival .festival-cont {
		max-height: 280px !important;
		min-height: auto;
	}

	html.v2 .section-recommend {
		padding-top: 0;
	}

	html.v2 .section-festival .slider-festival .swiper-slide {
		/* height: 280px; */
		height: 43vw;
	}

	html.v2 .section-festival .festival-cont .title-cont {
		padding: 15px;
		width: 230px;
	}

	html.v2 .section-festival .festival-cont .title-cont .btn-block {
		left: 15px;
		bottom: 30px;
	}

	html.v2 .section-festival .swiper-button-prev,
	html.v2 .section-festival .swiper-button-next {
		bottom: 26px;
	}

	html.v2 .section-festival .swiper-button-prev {
		right: 96px;
	}

	html.v2 .section-festival .swiper-button-next {
		right: 60px;
	}

	html.v2 .section-festival .swiper-pagination {
		right: 20px;
		bottom: 33px;
	}

	html.v2 .section-festival .festival-cont .slider-festival {
		left: 230px;
	}

	html.v2 .section-festival .festival-cont .title-cont h3 {
		font-size: 18px;
		line-height: 1.2;
	}

	html.v2 .section-travel .slider-travel dl>dd {
		font-size: 14px;
	}

	html.v2 .section-recommend .slider-recommend .swiper-slide {
		height: 72vw;
	}

	html.v2 .section-recommend .slider-recommend .swiper-button-next {
		right: 2px;
	}
}

@media (max-width: 400px) {
	html.v2 .section-festival .slider-festival .swiper-slide {
		height: 40vw;
	}
}

/* ---------------------------------------------

	main--renewal-2024
	
------------------------------------------------ */
/* common */
/*=================================*/
html.v2 .wrapper.main--renewal-2024 {
	position: relative;
}

html.v2 .main--renewal-2024 .main-contents section .inner-cont {
	/* overflow: hidden; */
	position: relative;
	width: 100%;
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
	box-sizing: border-box;
}

html.v2 .main--renewal-2024 .main-contents section .change-word-break {
	display: inline !important;
}


html.v2 .main--renewal-2024 .main-contents section .section-title {
	position: relative;
	text-align: center;
}

html.v2 .main--renewal-2024 .main-contents section .section-title em {
	display: block;
	margin-bottom: 8px;
	color: #4A4A4A;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.24px;
}

html.v2 .main--renewal-2024 .main-contents section .section-title h2 {
	color: #0052FF;
	font-size: 36px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.36px;
}


/* button */
html.v2 .main--renewal-2024 .main-contents section .btn-block-bottom {
	position: relative;
	text-align: center;
}
html.v2 .main--renewal-2024 .main-contents section .btn-block-bottom a {
	display: inline-block;
	vertical-align: top;
	padding: 0px 40px;
	height: 58px;
	line-height: 58px;
	border-radius: 50px;
	background-color: #0052FF;
	/* main */
	box-shadow: 0px 4px 10px 0px rgba(34, 47, 75, 0.14);
}
html.v2 .main--renewal-2024 .main-contents section .btn-block-bottom em {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.2px;
}

html.v2 .main--renewal-2024 .main-contents section .btn-block-bottom .ico-more {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	margin-top: 16px;
	width: 24px;
	height:24px;
	background: url(../../v2/images/main/main_renewal_2024/ico_btn_arrow_more.svg) no-repeat center center;
	background-size: 100%;
}


/* slider */
html.v2 .main--renewal-2024 .main-contents section .slider-mask {
	overflow: hidden;
}
html.v2 .main--renewal-2024 .main-contents section .slider-mask .swiper-container {
	overflow: visible;
}

html.v2 .main--renewal-2024 .main-contents section .swiper-button-prev,
html.v2 .main--renewal-2024 .main-contents section .swiper-button-next {
	top: 50%;
	margin: 0;
	width: 55px;
	height: 55px;
	background-color: transparent;
	background-size: 100%;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: all 0.2s ease-out;
	cursor: pointer;
	z-index: 80;
}

html.v2 .main--renewal-2024 .main-contents section .swiper-button-prev {
	left: -27px;
	background: url(../../v2/images/main/main_renewal_2024/ico_slider_arrow_prev.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .main-contents section .swiper-button-prev:hover {
	background: url(../../v2/images/main/main_renewal_2024/ico_slider_arrow_prev_active.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .main-contents section .swiper-button-next {
	left: auto;
	right: -27px;
	background: url(../../v2/images/main/main_renewal_2024/ico_slider_arrow_next.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .main-contents section .swiper-button-next:hover {
	background: url(../../v2/images/main/main_renewal_2024/ico_slider_arrow_next_active.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .main-contents section .swiper-button-prev.swiper-button-disabled,
html.v2 .main--renewal-2024 .main-contents section .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	pointer-events:unset;
	cursor: default;
}

html.v2 .main--renewal-2024 .main-contents section .swiper-button-prev.swiper-button-disabled {
	background: url(../../v2/images/main/main_renewal_2024/ico_slider_arrow_prev_disabled.svg) no-repeat center center;
	background-size: 100%;
}
html.v2 .main--renewal-2024 .main-contents section .swiper-button-next.swiper-button-disabled {
	background: url(../../v2/images/main/main_renewal_2024/ico_slider_arrow_next_disabled.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .main-contents section .swiper-slide {
	padding: 0;
}


html.v2 .main--renewal-2024 .main-contents section .swiper-pagination {
	bottom: -53px;
	left: 0;
}
html.v2 .main--renewal-2024 .main-contents section .swiper-pagination .swiper-pagination-bullet {
	margin:0 6px;
	width: 10px;
	height: 10px;
	background-color: #C5E1EF;
}
html.v2 .main--renewal-2024 .main-contents section .swiper-pagination .swiper-pagination-bullet::before {
	display: none;
}

html.v2 .main--renewal-2024 .main-contents section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0052FF !important;
}


/* keyframes */
@keyframes ani-gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes ani-sparkle {
	0% {
		box-shadow: 0 0 10px 5px rgba(255, 255, 135, 0.5);
	}
	50% {
		box-shadow: 0 0 20px 10px rgba(255, 255, 135, 0.7);
	}
	100% {
		box-shadow: 0 0 30px 15px rgba(255, 255, 135, 1);
	}
}


/* layout */
/*=================================*/
html.v2 .main--renewal-2024 .section-main-visual {}

html.v2 .main--renewal-2024 .section-event {
	padding: 90px 0;
	background-color: #EFF7FF;
}

html.v2 .main--renewal-2024 .section-explore {
	padding: 90px 0 100px;
	width: auto;
	height: auto;
	background: linear-gradient(0deg, #FFF 75.21%, #EEF4FF 100%);
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-explore:after {
	content:'';
	display:inline-block;
	vertical-align:top;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background: url(../../v2/images/main/main_renewal_2024/img_explore_bg.svg) no-repeat center bottom;
	background-size: 100%;
}


html.v2 .main--renewal-2024 .section-editor-pick {
	padding: 90px 0;
	background: linear-gradient(0deg, #FFF 0%, #DBF4FF 100%);
}

html.v2 .main--renewal-2024 .section-banner {
	/* padding: 100px 86px; */
	padding: 100px 0;
}
html.v2.exclude-kr .main--renewal-2024 .section-banner {
	background: #fff;
}

html.v2 .main--renewal-2024 .section-travel {
	padding: 70px 0;
	background: linear-gradient(180deg, rgba(219, 244, 255, 0.00) 9.18%, #DBEEFF 100%);
}

html.v2 .main--renewal-2024 .section-sns {
	margin: 0;
	padding: 70px 0;
	background-color:#F1FBFF;
}
html.v2.exclude-kr .main--renewal-2024 .section-sns {
	background-color:#DDEFFF;
}

html.v2 .main--renewal-2024 .section-recommendations {
	padding: 90px 0;
}


/* section-main-visual */
/*=================================*/
html.v2 .main--renewal-2024 .section-main-visual {
	height: 730px;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual,
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-container {
	height: 100%;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls {
	position: absolute;
	padding: 0 40px;
	max-width: 1280px;
	width: 100%;
	height: auto;
	top: auto;
	bottom: 70px;
	left: 50%;
	z-index: 3;
	text-align: left;
	transform: translateX(-50%);
	width: 100%;
	height: 32px;
}


html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .group-01 {
	position: relative;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .group-01 .progressbar-cont {
	position: relative;
	width: 296px;
	height: 32px;
	z-index: 10;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .progressbar-cont .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	text-align: left;
}
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .progressbar-cont .swiper-pagination .current,
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .progressbar-cont .swiper-pagination .total {
	position: relative;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: normal
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .progressbar-cont .swiper-pagination .current {
	left: 0;
}
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .progressbar-cont .swiper-pagination .total {
	right: 0;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .autoplay-progress {
	position: relative;
	width: 226px;
	height: 1px;
	background-color:#6B6B6B;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .autoplay-progress svg {
	--progress: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	stroke-width: 1px;
	stroke: #fff;
	fill: none;
	stroke-dashoffset: calc(100 * (1 - var(--progress)));
	stroke-dasharray: 100;
}


html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .group-02 {
	position: absolute;
	top: 0;
	left: calc(40px + 296px + 28px);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 87px;
	height: 100%;
	z-index: 100;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-prev,
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-next {
	top: 50%;
	margin: 0;
	width: 32px;
	height: 32px;
	background-color: transparent;
	background-size: 100%;
	border-radius: 50%;
	z-index: 20;
	transform: translateY(-50%);
	transition: all 0.2s ease-out;
	cursor: pointer;
	z-index: 100;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-prev {
	left: 0;
	background: url(../../v2/images/main/main_renewal_2024/ico_main_visual_slider_arrow_prev.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-prev:hover,
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-prev:active,
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-prev:focus {
	left: 0;
	background: url(../../v2/images/main/main_renewal_2024/ico_main_visual_slider_arrow_prev.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-next {
	left: auto;
	right: 0;
	background: url(../../v2/images/main/main_renewal_2024/ico_main_visual_slider_arrow_next.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-next:hover,
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-next:active,
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-next:focus {
	background: url(../../v2/images/main/main_renewal_2024/ico_main_visual_slider_arrow_next.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-prev.swiper-button-disabled,
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-next.swiper-button-disabled {
	opacity: .35;
	pointer-events: none;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-prev.swiper-button-disabled {
	background: url(../../v2/images/main/main_renewal_2024/ico_main_visual_slider_arrow_prev.svg) no-repeat center center;
	background-size: 100%;
}
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-next.swiper-button-disabled {
	background: url(../../v2/images/main/main_renewal_2024/ico_main_visual_slider_arrow_next.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-pagination {
	/* width: auto; */
	height: 100%;
	bottom: auto;
}


html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .btn-autoplay {}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .btn-autoplay .ico-autoplay {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	background: url(../../v2/images/main/main_renewal_2024/ico_main_visual_slider_pause.svg) no-repeat center center;
	background-size: 100%;
}
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .btn-autoplay.pause .ico-autoplay {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;

	background: url(../../v2/images/main/main_renewal_2024/ico_sns_view.svg) no-repeat center 6px; /* 수정필요*/
	/* background-size: 100%;	 */
	background-size: 22px 18px;
	opacity: 0.8;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide {
	overflow: hidden;
	transition: opacity 0.2s ease-out;
	pointer-events: none;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide.swiper-slide-active {
	pointer-events: auto;
}



html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/* padding-top: 364px; */
	background-color: #000;
	transform:	scale(1.2) ;
	/* transition: opacity 3s ease-in-out,transform 4.5s ease-in-out; */
	transition: transform 4s ease-in-out;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide.bg-transform-scale .slide-bg {
	transform: scale(1);
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 730px;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 52.45%, rgba(0, 0, 0, 0.10) 74.51%), linear-gradient(180deg, rgba(0, 0, 0, 0.70) 10.41%, rgba(0, 0, 0, 0.21) 32.81%);
	/* background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 100px, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.3) 100%); */
	/* background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 100px, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.3) 100%); */
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont {
	position: absolute;
	padding: 0 40px;
	max-width: 1280px;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	/* margin-left: -20%;
	margin-top: 6%; */
	z-index: 3;
	text-align: left;
	transform: translate(-50%, -50%);
}


html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont>a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont > a > h2 {
	color: #FFF;
	text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.80);
	font-size: 50px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: left;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont > a > em {
	display: block;
	margin: 25px 0 0 0;
	color: #FFF;
	text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.80);
	font-size: 20px;
	font-weight: 300;
	line-height: 1.45; /* 145% */
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont .btn-block {
	margin-top: 70px;
}
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont .btn-block .btn-learn-more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 138px;
	padding: 9px 0;
	gap: 10px;
	border: 1px solid #F5F5F5;
	background-color: rgba(0, 0, 0, 0.10);
	transition: all 0.2s ease-out;
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont .btn-block .btn-learn-more > em {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8; /* 181.25% */
}

html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont .btn-block .btn-learn-more:hover,
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont .btn-block .btn-learn-more:focus,
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont .btn-block .btn-learn-more:active {
	border: 1px solid #F5F5F5;
	background: rgba(255, 255, 255, 0.90);
}
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont .btn-block .btn-learn-more:hover em,
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont .btn-block .btn-learn-more:focus em,
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont .btn-block .btn-learn-more:active em {
	color: #000;
}



html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-prev,
html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-next {
	/* display: none; */
}


/* section-event */
/*=================================*/
html.v2 .main--renewal-2024 .section-event {}

html.v2 .wrapper.main--renewal-2024 .section-event .inner-cont{
	padding: 0 20px;
}

html.v2 .main--renewal-2024 .section-event .event-cont {
	padding: 60px 0 0;
}

html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-area {
	position: relative;
	padding: 0 20px;

}
html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar {
	display: flex;
	padding: 14px 16px;
	width: 100%;
	gap:32px;
	border-radius: 12px;
	background-color: #FFF;
	box-shadow: 0px 4px 10px 0px rgba(34, 47, 75, 0.14);
}



html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-month {
	min-width: 83px;
	text-align: center;
}
html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-month dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 92px;
}
html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-month dl > dt {
	color: #4A4A4A;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.22;
}
html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-month dl > dd {
	color: #4A4A4A;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
}

html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-date {
	position: relative;
	width: 1053px;
}
html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-date:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: -16px;
	height: 55px;
	border-left: 1px solid #BFBFBF;
	transform: translateY(-50%);
	z-index: 10;
}

/* slider-event-calendar */
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar {
	width: calc(100% - 88px);
	margin: 0 auto;
	display: block;
}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo {
	display: none;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-button-prev,
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-button-next {
	top: 50%;
	margin: 0;
	width: 36px;
	height: 36px;
	background-color: transparent;
	background-size: 100%;
	border-radius: 50%;
	z-index: 20;
	transform: translateY(-50%);
	transition: all 0.2s ease-out;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-button-prev {
	left: -44px;
	background: url(../../v2/images/main/main_renewal_2024/ico_event_calendar_slider_arrow_prev.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-button-prev:hover,
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-button-prev:active,
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-button-prev:focus {
	background: url(../../v2/images/main/main_renewal_2024/ico_event_calendar_slider_arrow_prev_active.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-button-next {
	left: auto;
	right: -44px;
	background: url(../../v2/images/main/main_renewal_2024/ico_event_calendar_slider_arrow_next.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-button-next:hover,
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-button-next:active,
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-button-next:focus {
	background: url(../../v2/images/main/main_renewal_2024/ico_event_calendar_slider_arrow_next_active.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-button-prev.swiper-button-disabled,
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-button-next.swiper-button-disabled {
	opacity: 1;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-button-prev.swiper-button-disabled {
	background: url(../../v2/images/main/main_renewal_2024/ico_event_calendar_slider_arrow_prev_disabled.svg) no-repeat center center;
	background-size: 100%;
}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-button-next.swiper-button-disabled {
	background: url(../../v2/images/main/main_renewal_2024/ico_event_calendar_slider_arrow_next_disabled.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-container {
	/* width: 965px; */
}


html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-slide {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-slide .slide-item {
	width: 56px;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-slide a {}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-slide dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 92px;
	border-bottom: 3px solid transparent;
}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-slide dl > dt {
	color: #727272;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-slide dl > dd {
	height: 34px;
	line-height: 34px;
	color: #A3A3A3;
	font-size: 18px;
	font-weight: 400;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-slide .slide-item.active--focus {}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-slide .slide-item.active--focus dl {
	border-bottom: 3px solid #0052FF;
	background-color: #F7FAFF;
}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-slide .slide-item.active--focus dl > dt {
	color: #0052FF;
	font-size: 20px;
	font-weight: 700;
}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-slide .slide-item.active--focus dl > dd {
	color: #727272;
	font-size: 18px;
	font-weight: 500;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar .swiper-slide dl.today {
	background-color: #F5F5F5;
}




/* slider-event */
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event {
	position: relative;
	padding: 0 10px;

}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-pagination {
	bottom: -17px;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-pagination.swiper-pagination-fraction {
	position: absolute;
	top: auto;
	left: 50%;
	/*width: 33px;*/
	width: auto;
	/*bottom: -34px;*/
	bottom: -25px;
	z-index: 10;
	color: #8BACF0;
	font-weight: 300;
	line-height: 1.87;
	letter-spacing: -0.16px;
	transform: translateX(-50%);
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
	color: #5881D7;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.24px;
}



html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-container {}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-wrapper {}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .slider-mask {
	padding:40px 10px;
	margin-bottom:80px;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-button-prev {
	left: -7px;
}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-button-next {
	right: -7px;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide {
	position: relative;

	/*transform: translate(-75px, 0);*/
	transform: translate(0, 0);
	transition: none;
	padding: 0;
	height: 314px;

}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide a {
	display: flex;
	/* justify-content: right; */
	border-radius: 12px;
}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item {
	position: relative;
	width: 100%;
	height: 100%;
}


html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-front,
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-back {
	overflow: hidden;
	display: flex;
	background-position: center;
	background-size: cover;
	text-align: center;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
	border-radius: 12px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: ease-in-out 600ms;
	/*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;*/
	box-shadow: 0px 4px 4px 0px rgba(34, 47, 75, 0.14);
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-front {
	border: 1px solid #E4E4E4;
}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-front:before {}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-back {
	padding: 20px;
	background-color:#fff;
	transform: rotateY(-180deg);
}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-back:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(-45deg, #00f2b1, #00f2b1, #fff785, #00f2b1);
	background-size: 400% 400%;
	animation: ani-gradient 3s ease-in-out infinite, ani-sparkle 2s ease-in-out infinite alternate;
	z-index: 0;
	opacity: 0.1;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide.active--focus .item-front {
	transform: rotateY(180deg);
}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide.active--focus .item-back {
	transform: rotateY(0deg);
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-front .thumb-cont {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	border-bottom: none;
	background-color: #fff;
}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-front .thumb-cont > img {
	display: block;
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
	object-fit: contain;
	object-position: center center;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-back dl {
	position: relative;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: space-between;
	width: 100%;
	height: 100%;
	background-size: 100%;
	/* border: 1px solid #E4E4E4; */
	/* background-color: #fff; */
	text-align: left;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-back dl > dt {}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-back dl > dt > strong {
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	padding: 0;
	font-size: 22px;
	text-align: left;
	color: #2F2F2F;
	font-weight: 500;
	line-height: normal;
}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-back dl > dt > em {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 8px;
	color: #4A4A4A;
	/* font-size: 16px; */
	font-size: 14px;
	font-weight: 400;
	/*line-height: normal;*/
	letter-spacing: -0.16px;
}

html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-back dl > dd {}
html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-back dl > dd > p {
	color: #3E3E3E;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
html.v2.exclude-kr  .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-back dl > dd > p {
	/*line-height:1.4;*/
}

html.v2 .main--renewal-2024 .section-event .btn-block-bottom {}

html.v2 .main--renewal-2024 .section-event .swiper-pagination .swiper-pagination-bullet {
	background-color: #C5E1EF !important;
}

html.v2 .main--renewal-2024 .section-event .nodata-area {
	position: relative;
	margin-top: 30px;
	margin-bottom:100px;
	padding: 0 20px;
}
html.v2 .main--renewal-2024 .section-event .nodata-cont {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px;
	border-radius: 12px;
	border: 1px solid #DBE6FD;
	background: #E7EEFB;
	min-height: 385px;
}
html.v2 .main--renewal-2024 .section-event .nodata-cont .nodata-pos {
	text-align: center;
}
html.v2 .main--renewal-2024 .section-event .nodata-cont .nodata-pos .ico-calendar {
	display: inline-block;
	vertical-align: top;
	width: 145px;
	height: 150px;
	background: url(../../v2/images/main/main_renewal_2024/ico_calendar.svg) no-repeat center center;
	background-size: 100%;
}
html.v2 .main--renewal-2024 .section-event .nodata-cont .nodata-pos strong {
	display:block;
	margin-top:23px;
	color: #525252;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.18px;
	word-break: keep-all;
	word-wrap: break-word;
}


/* section-explore */
/*=================================*/
html.v2 .main--renewal-2024 .section-explore {}
html.v2 .main--renewal-2024 .section-explore .explore-cont {
	margin-top: 40px;
}
html.v2 .main--renewal-2024 .section-explore .slider-explore {}

html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-button-prev,
html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-button-next {
	display: none;
}

html.v2 .main--renewal-2024 .section-explore .slider-explore .slider-mask {
	overflow: hidden;
	position: relative;
	margin-top: 40px;
	max-width: 1200px;

}
html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-container {
	overflow: visible;
	padding: 20px 0;
}


/* html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-container {
	margin-top: 40px;
	padding: 20px 0;
} */


html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide,
html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide a {
	overflow: hidden;
	border-radius: 12px;
}

html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide {
	transition: transform 0.2s ease-out;
}

html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide.active--focus {
	transform: translateY(-20px);
}
html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide.active--focus .text-cont h4 {
	color: #2F2F2F;
	font-size: 22px;
	font-weight: 700;
	text-decoration-line: underline;
	text-underline-offset: 2px;
}



html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide .thumb-cont {
	position: relative;
	overflow: hidden;
	/* max-width: 285px; */
	height: 210px;
	border-radius: 12px;
	box-shadow: 0px 4px 10px 0px rgba(34, 47, 75, 0.14);
}
html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide .thumb-cont > img {
	display: block;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide .text-cont {
	position: relative;
	margin-top: 14px;
	height: 100px;
}

html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide .text-cont h4 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
	color: #2F2F2F;
	font-size: 22px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.22px;
}
html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide .text-cont p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #4A4A4A;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
}






/* section-editor-pick */
/*=================================*/
html.v2 .main--renewal-2024 .section-editor-pick {}
html.v2 .main--renewal-2024 .section-editor-pick .editor-pick-cont {
	margin-top: 40px;
}
html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick {

}
html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .slider-mask {
	overflow: hidden;
	position: relative;

	/* max-width: 1200px; */
	/* padding:72px 0 10px; */
	/* height: 600px; */
	padding-top: 10px;

}


html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-container {
	overflow: visible;
	padding:0;
}
html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-container .swiper-wrapper {
	/* align-items: flex-end; */
}


html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide,
html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide a {
	/* overflow: hidden; */
	border-radius: 12px;
}



html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide {
	/* opacity:0.5; */
	width:auto;
	display:flex;
	justify-content:center;
	align-items:center;
	transition: all 0.2s linear;
}

html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.active--focus {}
html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.active--focus .text-cont {}
html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.active--focus .text-cont h4 {
	color: #000;
	font-weight: 600;
	text-decoration-line: underline;
	text-underline-offset: 2px;
}


html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide .thumb-cont {
	height: 210px;
}

html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-prev {

}

html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-next {}


html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide .slide-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	/* align-items: flex-end; */
}

html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-prev .slide-item {
	align-items: flex-end;
}
html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-right .slide-item {
	align-items: flex-start;
}

html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide .thumb-pos {
	display: flex;
	flex-direction: column;
	justify-content: end;
	min-height: 308px;
}
html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide .thumb-cont {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0px 4px 10px 0px rgba(34, 47, 75, 0.14);
	width: 322px;
	border-radius: 12px;
}

html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide .thumb-cont > img {
	overflow: hidden;
	border-radius: 12px;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide .text-cont {
	position: relative;
	margin-top: 16px;
	width: 322px;
	height: 54px;
}

html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide .text-cont h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* width: 327px; */
	width: 100%;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.36px;
}



html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-active .thumb-cont,
html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-active .text-cont {
	width: 100%;
}
html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-active {
	transform: scale(1) translate(0, 0);
}


html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-active .thumb-cont {
	width: 100%;
	height: 308px;
	transition: all 0.6s cubic-bezier(.23,1,.32,1);
}





html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-active .thumb-cont {
	max-width: unset;
}
html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-active .thumb-cont img {}

html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-active .text-cont {
	margin-top: 13px;
}
html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-active .text-cont h4 {
	/* font-size: 14px; */
}






/* section-banner */
/*=================================*/
html.v2 .main--renewal-2024 .section-banner {}
html.v2 .main--renewal-2024 .section-banner .slider-banner {

}
html.v2 .main--renewal-2024 .section-banner .slider-banner .swiper-slide,
html.v2 .main--renewal-2024 .section-banner .slider-banner .swiper-slide .slide-item {
	overflow: hidden;
	border-radius: 12px;
}



/* section-travel */
/*=================================*/
html.v2 .main--renewal-2024 .section-travel {}

html.v2 .main--renewal-2024 .section-travel .travel-cont {
	margin: 40px 0 0 0;
}

html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel {
	margin: 0;
	/* padding: 24px 0; */
	border: 1px solid #EFEFEF;
	background-color: #fff;
}

html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide {}

html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide a {
	padding: 0;
}

html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide dl {
	margin: 0;
	padding: 24px 0;

}

html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide dl>dt {
	height:auto;
}

html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide dl>dt i {
	display: inline-block;
	vertical-align: top;
	width: 85px;
	height: 85px;
}

html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide dl>dt .ico-guide {
	background: url(../../v2/images/main/main_renewal_2024/ico_travel_slider_guide.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide dl>dt .ico-ticket {
	background: url(../../v2/images/main/main_renewal_2024/ico_travel_slider_ticket.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide dl>dt .ico-tour {
	background: url(../../v2/images/main/main_renewal_2024/ico_travel_slider_tour.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide dl>dt .ico-info {
	background: url(../../v2/images/main/main_renewal_2024/ico_travel_slider_info.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide dl>dt .ico-curation {
	background: url(../../v2/images/main/main_renewal_2024/ico_travel_slider_curation.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide dl>dd {
	margin:15px 0 0 0;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
}

html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide.active--focus dl > dd {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	text-decoration-line: underline;
	text-underline-offset: 2px;
}

/* exclude-kr */
html.v2.exclude-kr .main--renewal-2024 .section-travel {
	background: #fff;
}
html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group {
	display: flex;
	align-items: center;
	gap: 40px;
}
html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .section-title {
	padding: 40px;
	width: 520px;
	text-align: left;
}
html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .section-title h2 {
	text-align: left;
}

html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .section-title p {
	display: block;
	margin-top: 40px;
	color: #4A4A4A;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.2px;
}

html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont {
	width: calc(100% - 520px);
}
html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	height: 100%;
}

html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li {
	width: 200px;
	height: 200px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 10px 0px rgba(34, 47, 75, 0.14);
}

html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li a {
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	padding: 20px 16px 20px;
	width: 100%;
	height: 100%;
	justify-content: center;
	gap: 16px;
}

html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li i {
	display: block;
	margin:0 auto;
	width: 85px;
	height: 85px;
}

html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li i.ico-travel-guide {
	background: url(../../v2/images/main/main_renewal_2024/ico_travel_list_guide.svg) no-repeat center center;
	background-size: 100%;
}
html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li i.ico-travel-tax {
	background: url(../../v2/images/main/main_renewal_2024/ico_travel_list_tax.svg) no-repeat center center;
	background-size: 100%;
}
html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li i.ico-travel-visa {
	background: url(../../v2/images/main/main_renewal_2024/ico_travel_list_visa.svg) no-repeat center center;
	background-size: 100%;
}
html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li i.ico-travel-transport {
	background: url(../../v2/images/main/main_renewal_2024/ico_travel_list_transport.svg) no-repeat center center;
	background-size: 100%;
}
html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li i.ico-travel-smart {
	background: url(../../v2/images/main/main_renewal_2024/ico_travel_list_smart.svg) no-repeat center center;
	background-size: 100%;
}
html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li i.ico-travel-info {
	background: url(../../v2/images/main/main_renewal_2024/ico_travel_list_info.svg) no-repeat center center;
	background-size: 100%;
}


html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li strong {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	color: #2F2F2F;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	word-break: auto-phrase;
}

html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li.active--focus strong {
	font-size: 18px;
	font-weight: 600;
	text-decoration-line: underline;
	text-underline-offset: 2px;
}


/* section-sns */
/*=================================*/
html.v2 .main--renewal-2024 .section-sns {}
html.v2 .main--renewal-2024 .section-sns .cont-title {
	position: relative;
	padding: 50px 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* gap: 8px; */
	gap: 20px;
}

html.v2 .main--renewal-2024 .section-sns .cont-title > a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
}
html.v2 .main--renewal-2024 .section-sns .cont-title > a:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	width: 32px;
	height: 32px;
}

html.v2 .main--renewal-2024 .section-sns .cont-title h3 {
	color: #1F1F1F;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.2px;
}


html.v2 .main--renewal-2024 .section-sns .sns-yt-cont {}
html.v2 .main--renewal-2024 .section-sns .sns-yt-cont .cont-title > a::before {
	background: url(../../v2/images/main/main_renewal_2024/ico_sns_yt.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .slider-mask {
	overflow: hidden;
	position: relative;
	padding: 0;
}


html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-container {
	overflow: visible;
}
html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-wrapper {
	align-items: center;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide {
	/* width: 285px !important;
	height: 285px; */
	transform:scale(1) translate(100px, 0);
	transition:none;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide.swiper-slide-active {
	/* min-width: 587px; */
	/* height: 357px; */
	/* height: 100%; */
	transform: scale(1.53) translate(67px, 0);
	transition:all 0.3s linear;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide.swiper-slide-active .slide-item {
	width: 100%;
	height: 357px;
}
html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide.swiper-slide-active  .slide-item a {
	border-radius: 8px;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide.swiper-slide-active .thumb-cont {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 231px;
	transform: translateY(-50%);
}
html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide.swiper-slide-active .thumb-cont img {
	height: 100%;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide.swiper-slide-active .thumb-mask {
	transform: translateY(0);
	/* height: 357px; */
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide.swiper-slide-next {
	/* width: 285px !important; */
	transform:translate(201px, 0);
}


html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .slide-item {
	position: relative;
	width: 100%;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .slide-item a {
	overflow: hidden;
	position: relative;
	/* padding: 2px; */
	border-radius: 12px;
}


html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-cont {
	border-radius: 12px;
	width: 285px;
	height: 285px;
	/* height: 357px; */

}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-cont img {
	display: block;
	object-fit: cover;
	/* object-fit: contain; */
	object-position: center center;
	width: 100%;
	height: 100%;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* height: 248px; */
	height: 160px;
	background: linear-gradient(0deg, rgba(0, 0, 15, 0.00) 0%, rgba(0, 0, 15, 0.00) 100%), linear-gradient(0deg, #00000F 0%, rgba(0, 0, 15, 0.00) 100%);
	z-index: 20;
	transition: all 0.6s cubic-bezier(.23,1,.32,1);
	transform: translateY(100%);
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .thumb-text {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	/* padding: 40px; */
	padding: 20px;
	width: 100%;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .thumb-text h3 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
	/* font-size: 24px; */
	font-size: 16px;
	font-weight: 500;
	/* line-height: 1.45; */
	line-height: 1;
	color: #FFFFFF;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .thumb-text .info-cont {
	position: relative;
	display: flex;
	justify-content: space-between;
	/* margin-top: 18px; */
	margin-top: 10px;
}



html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .thumb-text .info-cont>.info-title,
html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .thumb-text .info-cont>.info-num {
	position: relative;
	color: #FFF;
	/* font-size: 16px; */
	font-size: 10px;
	font-weight: 300;
	/* line-height: 1.43; */
	line-height: normal;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .thumb-text .info-cont>.info-num>span {
	position: relative;

}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .thumb-text .info-cont>.info-num [class^='ico-'] {
	display: inline-block;
	vertical-align: middle;
}


html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .info-cont>.info-num .ico-view {
	margin-right: 4px;
	width: 8px;
	height: 10px;
	margin-top: -2px;
	background: url(../../v2/images/main/main_renewal_2024/ico_sns_view.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .thumb-text .info-cont>.info-num>span.like-cont {
	margin-left: 11px;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .thumb-text .info-cont>.info-num>span.like-cont::before {
	content: '';
	width: 1px;
	height: 8px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -7px;
	margin-top: 0px;
	transform: translate(0, -50%);
	opacity: 0.3;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .info-cont>.info-num .ico-like {
	margin-right: 4px;
	width: 9px;
	height: 9px;
	margin-top: -1px;
	background: url(../../v2/images/main/main_renewal_2024/ico_sns_like.svg) no-repeat center center;
	background-size: 100%;
}



/* sns-instar-cont */
html.v2 .main--renewal-2024 .section-sns .sns-instar-cont {
	padding-top: 100px;
}

html.v2 .main--renewal-2024 .section-sns .sns-instar-cont .inner-cont {
	max-width: 1300px;
}

html.v2 .main--renewal-2024 .section-sns .sns-instar-cont .cont-title > a::before {
	background: url(../../v2/images/main/main_renewal_2024/ico_sns_instar.svg) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .slider-mask {
	/*overflow: hidden;*/
	padding: 10px;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .swiper-button-prev {
	left: -17px;
}
html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .swiper-button-next {
	right: -17px;
}


html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .swiper-container {
	overflow: visible;
}
html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .swiper-slide.active--focus {}
html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .swiper-slide.active--focus .text-cont {}
html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .swiper-slide.active--focus .text-cont p {
	color: #000;
	font-weight: 500;
	text-decoration-line: underline;
	text-underline-offset: 2px;
}


html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .slide-item {
	position: relative;
	padding: 24px 24px;
	width: 100%;
	height: 384px;
	border-radius: 8px;
	background: #FFF;
	/*box-shadow: 0px 4px 10px 0px rgba(34, 47, 75, 0.14);*/
	box-shadow: 0px 4px 4px 0px rgba(34, 47, 75, 0.14);
}


html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .slide-item .thumb-cont {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin: 0 auto;
	width: 234px;
	height: 234px;
}
html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .slide-item .thumb-cont > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .slide-item .text-cont {
	position: relative;
	/*margin-top: 24px;*/
	margin-top: 18px;
	text-align: center;
}
html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .slide-item .text-cont h4 {
	position: relative;
	color: #1F1F1F;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.18px;
}
html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .slide-item .text-cont h4:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
	width: 22px;
	height: 22px;
	background: url(../../v2/images/main/main_renewal_2024/ico_instar_approval.png) no-repeat center center;
	background-size: 100%;
}

html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .slide-item .text-cont p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 12px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.16px;
}



/* section-recommendations (영문) */
/*=================================*/
html.v2 .main--renewal-2024 .section-recommendations {
	position: relative;
	/* background: linear-gradient(180deg, rgba(219, 244, 255, 0.00) 9.18%, #DBEEFF 100%); */
	background: linear-gradient(365deg, rgba(219, 238, 255, 0.8) 100px, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 1) 100%);
}



html.v2 .main--renewal-2024 .section-recommendations .cont-title {
	position: relative;
	padding: 50px 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
html.v2 .main--renewal-2024 .section-recommendations .cont-title:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	width: 32px;
	height: 32px;
}

html.v2 .main--renewal-2024 .section-recommendations .cont-title h3 {
	color: #1F1F1F;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.2px;
}


html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations {
	margin-top:40px;
}

html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-controls {
	margin-top: 30px;
}
html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-controls .swiper-button-prev,
html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-controls .swiper-button-next {
	position: relative;
	width: 34px;
	height: 34px;
	left: unset;
	right: unset;
	top: unset;
	bottom: unset;
	transform: unset;
}

html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-controls .swiper-button-prev {


}
html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-controls .swiper-button-next {

}

html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: space-around;
	min-width: 33px;
	bottom: auto;
	position: relative;
	display: block;
	text-align: left;
	margin-bottom: 12px;
	color: #6C7689;
	font-weight: 300;
	line-height: 1.87;
	letter-spacing: -0.16px;
}


html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-pagination .swiper-pagination-current {
	color: #2F2F2F;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.24px;
}


html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-group {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
}
html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-group .slider-info {
	position: relative;
	padding: 20px 20px 20px 0;
	width: 249px;
}
html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-group .slider-info h4 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #2F2F2F;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.2px;
}
html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-group .slider-info p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 8px;
	min-height: 40px;
	color: #4A4A4A;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.16px;

}




html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-mask {
	overflow: hidden;
	position: relative;
	padding: 0;
	width: calc(100% - 249px);
}


html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-container {
	overflow: visible;
}
html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-wrapper {
	align-items: center;
}

html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide {
	transform:translate(117px, 0);
	transition: none;
}

html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide .slide-item {
	position: relative;
	width: 100%;
}

html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide .slide-item a {
	overflow: hidden;
	position: relative;
	/* padding: 2px; */
	border-radius: 12px;
}


html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide .thumb-cont {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	/* width: 189px; */
	height: 149px;
	box-shadow: 0px 4px 14px 0px rgba(34, 47, 75, 0.20);
	/* -webkit-transition:all 0.2s linear;
	transition:all 0.2s linear; */
}

html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide .thumb-cont img {
	display: block;
	object-fit: cover;
	/* object-fit: contain; */
	object-position: center center;
	width: 100%;
	height: 100%;
}

html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide .thumb-mask {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.70);
	backdrop-filter: blur(3.5px);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-out;
}
html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide .thumb-mask strong {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.16px;
	text-decoration-line: underline;
	text-underline-offset: 2px;
}
html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide .thumb-mask .ico-more {
	display: inline-block;
	vertical-align: top;
	margin: 2px 0 0 0;
	width: 20px;
	height: 20px;
	background: url(../../v2/images/main/main_renewal_2024/ico_btn_arrow_more.svg) no-repeat center center;
	background-size: 100%;
}


html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide .text-cont {
	margin-top: 8px;
}
html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide .text-cont h4 {
	display: block;
	margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #3E3E3E;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.16px;
	transition: none;
}
html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide .text-cont p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height:39px;
}

html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-prev {
	/* opacity: 0; */
}
html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active {
	transform: scale(1.61) translate(36px,-6px);
}

html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active .thumb-cont {
	transition: height 0.6s cubic-bezier(.23,1,.32,1);
}

html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active .thumb-mask strong {
	font-size: 11px;
}
html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active .thumb-mask .ico-more {
	margin:4px 0 0 -1px;
	width: 14px;
	height: 14px;
}



html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active .slide-item {
	width: 100%;
	height: 357px;
}
html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active	.slide-item a {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 133px;
	transform: translateY(-50%);
}

html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active .thumb-cont {
	height: 100%;
}
html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active .thumb-cont img {
	height: 100%;
}

html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active .thumb-mask {

}

html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active .text-cont {
	display: none;
}

html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-next {
	/* width: 285px !important; */
	transform:translate(117px, 0);
}


html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.active--focus .thumb-mask {
	opacity: 1;
}




/* 메인_main--renewal-2024 반응형*/
/*=================================*/
@media (max-width: 1350px) {


	html.v2 .main--renewal-2024 .main-contents section .inner-cont{
		padding: 0 40px;
	}

	html.v2 .main--renewal-2024 .main-contents section .swiper-button-prev {
		left: -27px;
	}
	html.v2 .main--renewal-2024 .main-contents section .swiper-button-next {
		right: -27px;
	}


	html.v2 .main--renewal-2024 .section-event .event-cont {
		padding-top: 30px;
	}
	html.v2 .wrapper.main--renewal-2024 .section-event .inner-cont{
		padding: 0 40px;
	}

	/* slider-event-calendar */
	html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-area {
		padding: 0;

	}
	html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-area .event-calendar {
		flex-direction: column;
		background-color: transparent;
		box-shadow: none;
		padding: 0;
		gap: 20px;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-month {}
	html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-month dl {
		height: auto;
		flex-direction: row;
		text-decoration: underline;
		text-underline-offset: 4px;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-month dl > dt,
	html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-month dl > dd {
		color: #4A4A4A;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.2;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-month dl > dd:before {
		content:'.';
		color: #4A4A4A;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.2;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-date {
		padding: 12px 8px 16px;
		width: 100%;
		border-radius: 12px;
		background-color: #FFF;
		box-shadow: 0px 4px 10px 0px rgba(34, 47, 75, 0.14);
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-date:before {
		display: none;
	}


	/* slider-event-calendar */

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar {
		display: none;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo {
		display: block;
		width: calc(100% - 88px);
		margin: 0 auto;
		display: block;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-prev,
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-next {
		width: 36px;
		height: 36px;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-prev {
		left: -44px;
		background: url(../../v2/images/main/main_renewal_2024/ico_event_calendar_slider_arrow_prev.svg) no-repeat center center;
		background-size: 100%;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-prev:hover,
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-prev:active,
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-prev:focus {
		background: url(../../v2/images/main/main_renewal_2024/ico_event_calendar_slider_arrow_prev_active.svg) no-repeat center center;
		background-size: 100%;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-next {
		left: auto;
		right: -44px;
		background: url(../../v2/images/main/main_renewal_2024/ico_event_calendar_slider_arrow_next.svg) no-repeat center center;
		background-size: 100%;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-next:hover,
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-next:active,
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-next:focus {
		background: url(../../v2/images/main/main_renewal_2024/ico_event_calendar_slider_arrow_next_active.svg) no-repeat center center;
		background-size: 100%;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-prev.swiper-button-disabled,
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-next.swiper-button-disabled {
		opacity: 1;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-prev.swiper-button-disabled {
		background: url(../../v2/images/main/main_renewal_2024/ico_event_calendar_slider_arrow_prev_disabled.svg) no-repeat center center;
		background-size: 100%;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-next.swiper-button-disabled {
		background: url(../../v2/images/main/main_renewal_2024/ico_event_calendar_slider_arrow_next_disabled.svg) no-repeat center center;
		background-size: 100%;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-container {
		/* width: 965px; */
	}


	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide {
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide .slide-item {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide a {
		/* max-width: 56px; */
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide dl {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 8px;
		height: 92px;
		border-bottom: 3px solid transparent;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide dl > dt {
		color: #727272;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.1;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide dl > dd {
		height: 34px;
		line-height: 34px;
		color: #A3A3A3;
		font-size: 18px;
		font-weight: 400;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide .slide-item.active--focus {}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide .slide-item.active--focus dl {
		border-bottom: 3px solid #0052FF;
		background-color: #F7FAFF;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide .slide-item.active--focus dl > dt {
		color: #0052FF;
		font-size: 20px;
		font-weight: 700;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide .slide-item.active--focus dl > dd {
		color: #727272;
		font-size: 18px;
		font-weight: 500;
	}


	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide dl.today {
		background-color: #F5F5F5;
	}




	/* slider-event */
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event {
		padding: 0;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .slider-mask {
		/* padding:0 20px; */
		padding: 40px 0;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-button-prev {
		left: -27px;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-button-next {
		right: -27px;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide:first-of-type {
		/* padding-left: 20px; */
		padding: 0;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide:last-of-type {
		/*padding-right: 20px;*/
	}




	/*
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide.swiper-slide-active {

		min-width: unset !important;
		transform: scale(1) translate(0,0);
	}
	*/

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-wrapper {
		/*height: auto !important;*/
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide {
		height: 41vw;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide a {
		display: block;
	}


	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item {}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-front .thumb-cont > img {
		object-fit: cover;
	}	



	html.v2 .main--renewal-2024 .main-contents section .btn-block-bottom {
		/* margin-top: 50px; */
		/* margin-top: 100px; */
	}

	html.v2 .main--renewal-2024 .section-event .nodata-area {
		padding:0;
	}



	/* section-explore */

	html.v2 .main--renewal-2024 .section-explore .explore-cont {
		margin-top: 20px;
	}

	html.v2 .main--renewal-2024 .section-explore .slider-explore .slider-mask {
		overflow: hidden;
		position: relative;
		/* padding:0 20px; */
		margin-top: 0;
	}
	html.v2 .main--renewal-2024 .section-explore .slider-explore {

	}

	html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide:first-of-type {
		/* padding-left: 20px; */
		padding: 0;
	}
	html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide:last-of-type {
		/*padding-right: 20px;*/
	}

	html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide .thumb-cont {
		height: 16vw;
	}

	html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide .text-cont h4 {
		font-size: 18px !important;
	}
	html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide .text-cont p {
		font-size: 16px;
		line-height:1.25;
	}

	/* section-editor-pick */
	html.v2 .main--renewal-2024 .section-editor-pick .inner-cont {
		padding:0 !important;
	}
	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-container {
		/* transform: translateX(-18%); */
	}

	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-container .swiper-wrapper {
		/* margin-left: -50px; */
	}

	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide .thumb-pos {
		min-height: 26vw;
	}



	/* section-banner */
	html.v2 .main--renewal-2024 .section-banner .inner-cont {
		padding:  0;
	}
	html.v2 .main--renewal-2024 .section-banner .slider-banner .swiper-slide {
		border:1px solid #F5F5F5;
	}


	html.v2 .main--renewal-2024 .section-banner .slider-banner .swiper-slide,
	html.v2 .main--renewal-2024 .section-banner .slider-banner .swiper-slide .slide-item {
		border-radius: 0;
	}


	/* section-travel */
	html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-button-prev,
	html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-button-next {
		display: block !important;
	}

	/* exclude-kr */
	html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .section-title {
		width: 50%;
	}
	html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont {
		width: 50%;
	}

	html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group {
		gap: 0;
	}

	html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li {
		width: calc((100% / 3) - 20px);
		height: 14vw;
	}
	html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li a {
		padding: 0 8px;
		gap: 8px;
	}

	html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li i {
		width: 6vw;
		height: 6vw;
	}

	html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li strong {
		min-height: 36px;
		font-size: 14px !important;
	}



	/* section-editor-pick */
	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-button-prev {
		left: 12px;
	}
	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-button-next {
		right: 12px;
	}

	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .slider-mask {
		padding: 0;
	}

	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-container .swiper-wrapper {}
	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide {
		transform: scale(1);
	}

	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide .thumb-cont {
		height: 19vw;
	}

	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-prev {

	}

	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-active {
		min-width: 250px !important;
		transform: scale(1) translateY(0);
	}

	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide .thumb-pos {
		min-height: 26vw;
	}
	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-active .thumb-cont {
		height: 26vw;
	}

	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-next {
		transform: scale(1) translateX(0);

	}
	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide .thumb-cont,
	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide .text-cont {
		width: 280px;
	}



	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-active .thumb-cont,
	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-active .text-cont {
		width: 100%;
	}


	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide .text-cont h4 {
		width: 100%;
		font-size: 16px;
	}
	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-active .text-cont h4 {
		font-size: 16px;
	}

	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-pagination {
		bottom: -40px;
	}


	/* section-travel */
	html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide dl>dt i {
		width: 6vw;
		height: 6vw;
	}
	html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide dl>dd {
		/* margin: 0; */
		padding: 0;
		font-size: 16px !important;
	}

	/* section-sns */
	html.v2 .main--renewal-2024 .section-sns .cont-title {
		padding:30px 0;
		gap: 16px;
	}

	html.v2 .main--renewal-2024 .section-sns .cont-title > a {
		gap:6px;
	}
	html.v2 .main--renewal-2024 .section-sns .cont-title > a:before {
		width:20px;
		height:20px;
	}
	html.v2 .main--renewal-2024 .section-sns .cont-title h3 {
		font-size: 16px;
	}
	html.v2 .main--renewal-2024 .section-sns .sns-yt-cont .cont-title::before {
		width: 20px;
		height: 20px;
	}
	html.v2 .main--renewal-2024 .section-sns .sns-yt-cont .inner-cont {
		padding: 0;
	}


	html.v2 .main--renewal-2024 .section-sns .swiper-button-prev,
	html.v2 .main--renewal-2024 .section-sns .swiper-button-next {
		display: none !important;
	}


	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .slider-mask {
		padding:0 20px;
	}
	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide:first-of-type {
		/*padding-left: 40px;*/
	}
	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide:last-of-type {
		/*padding-right: 20px;*/
	}



	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt{

	}

	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-pagination {
		bottom: -50px;
	}
	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-pagination .swiper-pagination-bullet {
		background-color: #C5E1EF;
	}



	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide {
		width: 100%;
		height: 296px;
		transform:scale(1) translate(0, 0);
	}
	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-cont {
		border-radius: 12px;
		width: 100%;
		height: 296px;
	}

	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide.swiper-slide-active {
		transform: scale(1) translate(0, 0);
	}

	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide.swiper-slide-active .slide-item {
		width: 100%;
		height: auto;
	}
	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide.swiper-slide-active  .slide-item a {
		border-radius: 8px;
	}

	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide.swiper-slide-active .thumb-cont {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: auto;
		transform: translateY(-50%);
	}


	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide.swiper-slide-active .thumb-cont img {
		height: 100%;
	}

	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide.swiper-slide-active .thumb-mask {
		transform: translateY(0);
	}

	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide.swiper-slide-next {
		transform:translate(0, 0);
	}

	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide.swiper-slide-active .thumb-cont {
		position: relative;
		top: unset;
		left: 0;
		width: 100%;
		height: 296px;
		transform: none;
	}

	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .thumb-text h3 {
		font-size: 18px;
	}

	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .thumb-text .info-cont>.info-title,
	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .thumb-text .info-cont>.info-num {
		position: relative;
		color: #FFF;
		/* font-size: 16px; */
		font-size: 14px;
		font-weight: 300;
		/* line-height: 1.43; */
		line-height: normal;
	}

	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .thumb-text .info-cont>.info-num>span {
		position: relative;

	}

	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .thumb-text .info-cont>.info-num [class^='ico-'] {
		display: inline-block;
		vertical-align: middle;
	}


	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .info-cont>.info-num .ico-view {
		margin-top: -3px;
		margin-right: 4px;
		width: 11px;
		height: 14px;
		background: url(../../v2/images/main/main_renewal_2024/ico_sns_view.svg) no-repeat center center;
		background-size: 100%;
	}

	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .thumb-text .info-cont>.info-num>span.like-cont {
		margin-left: 11px;
	}

	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .thumb-text .info-cont>.info-num>span.like-cont::before {
		content: '';
		width: 1px;
		height: 8px;
		background: #fff;
		position: absolute;
		top: 50%;
		left: -7px;
		margin-top: 0px;
		transform: translate(0, -50%);
		opacity: 0.3;
	}

	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide .thumb-mask .info-cont>.info-num .ico-like {
		margin-right: 4px;
		width: 14px;
		height: 14px;
		margin-top: -1px;
		background: url(../../v2/images/main/main_renewal_2024/ico_sns_like.svg) no-repeat center center;
		background-size: 100%;
	}


	/* slider-sns-instar */
	html.v2 .main--renewal-2024 .section-sns .sns-instar-cont .inner-cont {
		padding: 0;
	}
	html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .slider-mask {
		/* padding: 20px 20px 20px 20px; */
		padding: 20px;
	}
	html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .swiper-slide:first-of-type {
		/*padding-left: 40px;*/
	}
	html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .swiper-slide:last-of-type {
		/*padding-right: 20px;*/
	}



	html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .slide-item .thumb-cont {
		width: 100%;
	}

	html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .swiper-pagination {
		bottom: -50px;
	}
	html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .swiper-pagination .swiper-pagination-bullet {
		background-color: #C5E1EF;
	}

	html.v2 .main--renewal-2024 .section-recommendations {
		overflow: visible;
		padding: 50px 0;
	}
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations {
		margin-top: 30px;
		/* padding: 0 20px; */
		padding: 0;
	}


	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-controls .swiper-button-prev,
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-controls .swiper-button-next {
		position: absolute;
		margin-top: 51px;
		width: 55px;
		height: 55px;
	}

	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-controls {
		margin: 0;
	}

	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-controls .swiper-button-prev {
		left: -27px;
	}
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-controls .swiper-button-next {
		left: auto;
		right: -27px;
	}

	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-group {
		/* flex-direction: column-reverse; */
	}
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active {
		transform: scale(1) translate(0, 0);
	}
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active .thumb-mask strong {
		font-size: 16px;
	}
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active .thumb-mask .ico-more {
		margin: 2px 0 0 0;
		width: 20px;
		height: 20px;
	}

	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-next {
		transform: translate(0, 0);
	}
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active .slide-item {
		height: auto;
	}
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide {
		transform: translate(0, 0);
	}
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active .slide-item a {
		position: relative;
		height: auto;
		top: unset;
		transform:none;
	}
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active .text-cont {
		display: block;
	}

	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-group .slider-info {
		position: absolute;
		width: 100%;
		height: 120%;
		padding: 0;
	}
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-group .slider-info .text-cont {
		display: none;
	}
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-mask {
		width: 100%;
	}
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide .thumb-cont,
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-active .thumb-cont {
		height: 190px;
	}

	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide .text-cont {
		text-align: center;
		margin-top: 12px;
	}
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide .text-cont h4 {
		margin-bottom: 8px;
		color: #2F2F2F;
		font-size: 18px;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.18px;
	}
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide .text-cont p {
		color: #4A4A4A;
		font-size: 14px;
		font-weight: 400;
		/*line-height: normal;*/
		letter-spacing: -0.14px;
	}

	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-pagination {
		top: 98%;
		bottom: auto;
		text-align: center;
	}

}


@media (max-width: 768px) {
	html.v2 .main--renewal-2024 .main-contents section .change-word-break {
		display: block !important;
	}

	html.v2 .main--renewal-2024 .section-event {
		padding: 50px 0;
	}
	html.v2 .main--renewal-2024 .section-explore {
		padding: 50px 0 70px;
		background: url(../../v2/images/main/main_renewal_2024/img_explore_bg_mo.svg) no-repeat center bottom;
		background-size: 100%;
	}
	html.v2 .main--renewal-2024 .section-editor-pick {
		padding: 50px 0 70px;
	}
	html.v2 .main--renewal-2024 .section-banner {
		padding: 30px 0 70px;
		background-color: #fff;
	}
	html.v2 .main--renewal-2024 .section-travel {
		padding: 50px 0;
	}
	html.v2 .main--renewal-2024 .section-sns {
		padding: 50px 0;
	}

	html.v2 .main--renewal-2024 .main-contents section .inner-cont {
		padding: 0;
	}


	/**/

	html.v2 .main--renewal-2024 .main-contents section [class^="slider-"] .swiper-slide {
		padding: 0;
	}
	html.v2 .main--renewal-2024 .main-contents section .swiper-pagination {
		bottom: -20px;
	}
	html.v2 .main--renewal-2024 .main-contents section .swiper-button-prev,
	html.v2 .main--renewal-2024 .main-contents section .swiper-button-next {
		width: 34px;
		height: 34px;
	}

	html.v2 .main--renewal-2024 .main-contents section .swiper-button-prev {
		left: 0;
	}
	html.v2 .main--renewal-2024 .main-contents section .swiper-button-next {
		right: 0;
	}


	/**/
	html.v2.exclude-kr .wrapper.main--renewal-2024 section .section-title {
		display: block;
		/* max-width: 210px; */
		margin: 0 auto 8px;
		text-align: center;
		word-break: keep-all;
		word-wrap: break-word;
	}


	html.v2 .main--renewal-2024 .main-contents section .section-title em {
		font-size: 18px;
		font-weight: 500;
		line-height: normal;
		letter-spacing: -0.18px;
	}
	html.v2 .main--renewal-2024 .main-contents section .section-title h2 {
		color: #0052FF;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		letter-spacing: -0.24px;
	}

	html.v2 .main--renewal-2024 .main-contents section .btn-block-bottom a {
		padding: 0 30px;
		height: 48px;
		line-height: 48px;
	}
	html.v2 .main--renewal-2024 .main-contents section .btn-block-bottom em {
		font-size: 16px;
	}
	html.v2 .main--renewal-2024 .main-contents section .btn-block-bottom .ico-more {
		margin-left: 0;
		margin-top: 14px;
		width: 20px;
		height: 20px;
	}


	/* section-main-visual */
	html.v2 .main--renewal-2024 .section-main-visual {
		/* height: 100%; */
		height:518px;
	}
	html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual,
	html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-container,
	html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide {
		height:100%;
	}


	html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont {
		/* margin-top:9%; */
		margin-top: 50px;
		padding: 0 30px;
	}

	html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont .btn-block {
		margin-top:60px;
	}


	html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont > a > h2 {
		font-size: 30px;
		font-weight: 700;
		/*line-height: 2;*/
		letter-spacing: 1px;
		text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.80);
	}
	html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .title-cont > a > em {
		margin: 12px 0 0 0;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.5;
		text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.50);
	}

	html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls {
		padding: 0 20px;
		bottom: 30px;
		width: 100%;
	}
	html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .group-01 .progressbar-cont {
		width: 208px;
	}
	html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .autoplay-progress {
		width: 138px;
	}


	html.v2 .main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .group-02 {
		left: auto;
		right: 20px;
	}


	/* section-event */
	html.v2 .wrapper.main--renewal-2024 .section-event .inner-cont {
		padding: 0;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont {
		padding-top: 30px;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-area {
		padding: 0 20px 20px;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-area .event-calendar {
		padding: 0;
		gap: 16px;
	}


	/* slider-event-calendar--mo */
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-prev {
		left: -39px;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-next {
		right: -39px;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .event-calendar-date {
		padding: 14px 0 14px;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide a {
		/* max-width: 36px; */
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide dl {
		height: 59px;
		gap: 0;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide dl > dt,
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide.swiper-slide-active dl > dt {
		font-size: 16px;
		height: 20px;
		line-height: 26px;
	}


	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide dl > dd,
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide.swiper-slide-active dl > dd {
		font-size: 14px;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide .slide-item.active--focus dl > dt {
		font-size: 16px;
		height: 20px;
		line-height: 26px;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide .slide-item.active--focus dl > dd {
		font-size: 14px;
	}


	/* slider-event */
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event {
		margin-top: 8px;
		padding: 0;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-front,
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-back {
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
	}


	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-button-prev {
		left:0;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-button-next {
		right:0;
	}


	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-pagination.swiper-pagination-fraction {
		bottom: -32px;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .slider-mask {
		margin-bottom:60px;
		padding: 0 20px 20px;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide {
		height: 64vw;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-back dl > dt > h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-back dl > dt > em {
		/*margin-bottom:4px;*/
		font-size: 14px;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide .slide-item .item-back dl > dd > p {
		font-size:12px;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide:last-of-type {
		/*padding-right: 20px;*/
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide.swiper-slide-active .slide-item:before,
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide.swiper-slide-active .slide-item:after {
		width: 16px;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide.swiper-slide-active .slide-item:before {
		left: -16px;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide.swiper-slide-active .slide-item:after {
		right: -16px;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide:first-of-type {
		/*padding-left: 20px;*/
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-pagination {
		bottom: -45px;
	}


	html.v2 .main--renewal-2024 .section-event .nodata-area {
		margin:8px 0 60px;
		padding: 0 20px;
	}
	html.v2 .main--renewal-2024 .section-event .nodata-cont .nodata-pos .ico-calendar {
		width: 97px;
		height: 100px;
	}
	html.v2 .main--renewal-2024 .section-event .nodata-cont .nodata-pos strong {
		font-size: 16px;
		font-weight: 500;
		line-height: normal;
		letter-spacing: -0.16px;
	}


	/* section-explore */

	html.v2 .main--renewal-2024 .section-explore .slider-explore .slider-mask {
		padding: 0 20px;
	}
	html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide:first-of-type {
		/*padding-left: 20px;*/
	}



	/* section-travel */
	html.v2 .section-travel .slider-travel .swiper-container {
		margin: 0;
	}

	html.v2 .main--renewal-2024 .section-travel .section-title {
		/* margin: 0; */
	}
	html.v2 .main--renewal-2024 .section-travel .travel-cont {
		margin: 30px 0 0 0;
		padding: 0 20px;
	}

	html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide dl {
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: 24px 0;
	}

	html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel dl>dt {
		height: auto;
	}
	html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide dl>dt i {
		width: 45px;
		height: 45px;
		transform:none;
	}
	html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-slide dl>dd {
		margin:0;
		font-size: 14px !important;
		text-align: center;
		word-break: keep-all;
		word-wrap: break-word;
	}


	html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-button-prev {
		left: -20px;
	}

	html.v2 .main--renewal-2024 .section-travel .travel-cont .slider-travel .swiper-button-next {
		right: -20px;
	}



	/* exclude-kr */
	html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group {
		flex-direction: column;
		padding: 0 20px;
	}

	html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .section-title {
		padding: 0;
		width: 100%;
	}

	html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .section-title h2 {
		font-size: 24px;
		line-height: normal;
		text-align: center;
	}
	html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .section-title p {
		margin-top: 24px;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.4;
		letter-spacing: -0.16px;
		word-break: keep-all;
		word-wrap: break-word;
	}
	html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont {
		margin:30px 0 0 0;
		padding: 0;
		width: 100%;
	}
	html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li {
		width: calc((100% / 2) - 10px);
		height: 130px;
	}
	html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li a {
		padding: 0 16px;
	}

	html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li i {
		width: 45px;
		height: 45px;
	}
	html.v2.exclude-kr .main--renewal-2024 .section-travel .travel-group .travel-cont .travel-list li strong {
		font-size: 14px !important;
	}


	/* section-explore */
	html.v2 .main--renewal-2024 .section-explore .explore-cont {
		margin-top:10px;
	}

	/* html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide {
		max-width: 183px;
	} */
	html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide {
		transition:none;
	}
	html.v2 .main--renewal-2024 .section-explore .slider-explore .swiper-slide .thumb-cont {
		height: 190px;
	}


	/* section-editor-pick */
	html.v2 .main--renewal-2024 .section-editor-pick .editor-pick-cont {
		margin-top:30px;
	}
	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .slider-mask {
		padding: 0;
	}

	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-button-prev {
		left:0;
	}
	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-button-next {
		right:0;
	}

	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide {
		transform: scale(1);
	}


	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide .thumb-cont {
		height: 170px;
	}

	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-prev {

	}

	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-active {

		min-width: 250px !important;
		transform: scale(1) translateY(0);
	}


	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide .thumb-pos {
		min-height: 200px;
	}
	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-active .thumb-cont {
		height: 200px;
	}

	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-next {
		transform: scale(1) translateX(0);

	}


	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide .text-cont h4 {
		width: 100%;
		font-size: 16px;
	}
	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-slide.swiper-slide-active .text-cont h4 {
		font-size: 16px;
	}

	html.v2 .main--renewal-2024 .section-editor-pick .slider-editor-pick .swiper-pagination {
		bottom: -30px;
	}

	html.v2 .main--renewal-2024 .section-sns .cont-title {
		padding: 20px 0;
	}
	html.v2 .main--renewal-2024 .sns-instar-cont .cont-title {
		padding: 20px 0 0;
	}

	/* section-banner */
	html.v2 .main--renewal-2024 .section-banner .slider-banner .swiper-pagination {
		bottom:-34px;
	}

	/* section-recommendations */
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations {
		padding: 0 20px;
	}


	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-controls .swiper-button-prev,
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-controls .swiper-button-next {
		margin-top: 56px;
		width: 34px;
		height: 34px;

	}
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-controls .swiper-button-prev {
		left: -20px;
	}
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-controls .swiper-button-next {
		right: -20px;
	}

	/* html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .slider-mask {
		overflow: visible;
	} */
	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-slide.swiper-slide-prev {
		opacity: 1;
	}

	html.v2 .main--renewal-2024 .section-sns .slider-sns-yt .swiper-slide:first-of-type,
	html.v2 .main--renewal-2024 .section-sns .slider-sns-instar .swiper-slide:first-of-type {
		/*padding-left: 20px;*/
	}


	html.v2 .main--renewal-2024 .section-recommendations .slider-recommendations .swiper-pagination {
		/*top:90%;*/
	}

}

@media (max-width: 480px) {

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-pagination.swiper-pagination-fraction {
		bottom: -29px;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event .swiper-slide {
		height: 314px;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo {
		padding: 0 12px;
		width: 100%;
	}
	
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide dl > dd,
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide.swiper-slide-active dl > dd,
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-slide .slide-item.active--focus dl > dd {
		font-size: 12px;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-prev,
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-next {
		width: 34px;
		height: 34px;
	}

	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-prev {
		left: -20px;
		background: url(../../v2/images/main/main_renewal_2024/ico_slider_arrow_prev.svg) no-repeat center center;
		background-size: 100%;
	}
	
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-prev:hover {
		background: url(../../v2/images/main/main_renewal_2024/ico_slider_arrow_prev_active.svg) no-repeat center center;
		background-size: 100%;
	}
	
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-next {
		left: auto;
		right: -20px;
		background: url(../../v2/images/main/main_renewal_2024/ico_slider_arrow_next.svg) no-repeat center center;
		background-size: 100%;
	}
	
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-next:hover {
		background: url(../../v2/images/main/main_renewal_2024/ico_slider_arrow_next_active.svg) no-repeat center center;
		background-size: 100%;
	}
	
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-prev.swiper-button-disabled,
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-next.swiper-button-disabled {
		opacity: 1;
		pointer-events:unset;
		cursor: default;
	}
	
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-prev.swiper-button-disabled {
		background: url(../../v2/images/main/main_renewal_2024/ico_slider_arrow_prev_disabled.svg) no-repeat center center;
		background-size: 100%;
	}
	html.v2 .main--renewal-2024 .section-event .event-cont .slider-event-calendar--mo .swiper-button-next.swiper-button-disabled {
		background: url(../../v2/images/main/main_renewal_2024/ico_slider_arrow_next_disabled.svg) no-repeat center center;
		background-size: 100%;
	}

}
