html.on {
	overflow: hidden;
}
.mo-right-wrap {
	display: none;
}
.mo-more-btn {
	display: none;
}
.mo-banner-box {
	display: none;
}
.home-wrapper {
	background: #fbfaf7;
	background: linear-gradient(180deg, #fbfaf7 0%, rgba(251, 250, 247, 0) 100%);
}

#myPopup {
	display: none;
}

.wrapper {
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.main-wrapper {
	display: flex;
	justify-content: space-between;
}
.main-wrapper .mo-left-wrap {
	display: none;
}
.main-wrapper .pc-left-wrap {
	margin-top: 112px;
	margin-left: -6px;
}

.main-wrapper .pc-left-wrap .stikcy-box {
	position: sticky;
	top: 250px;
	z-index: 1;
	padding-bottom: 100px;
}
.main-wrapper .pc-left-wrap .info {
	display: flex;
	width: 100%;
}
.main-wrapper .pc-left-wrap .info .title-jp {
	max-width: 340px;
	width: 100%;
	font-family: Spoqa Han Sans Neo;
	font-size: 34px;
	font-weight: 400;
	line-height: normal;
}

.main-wrapper .pc-left-wrap .info .global-title {
	max-width: 365px;
	width: 100%;
}
.main-wrapper .pc-left-wrap .info .filter-wrapper {
	position: relative;
	white-space: nowrap;
}

.main-wrapper .pc-left-wrap .info .filter-wrapper .filter {
	cursor: pointer;
}

.main-wrapper .pc-left-wrap .info .filter-wrapper .filter-box {
	border-radius: 500px;
	background: #222;
	color: #bbb;
	font-size: 11px;
	font-weight: 400;
	line-height: normal;
	display: inline-block;
	padding: 6px 14px;
	position: absolute;
	top: -25px;
	left: -47px;
	white-space: nowrap;
}
.main-wrapper .pc-left-wrap .info .filter-wrapper .filter-box_jp {
	left: -120px;
}
.main-wrapper .pc-left-wrap .info .filter-wrapper .filter-box_cn {
	left: -33px;
}

.main-wrapper .pc-left-wrap .info .filter-wrapper .filter-box span {
	font-weight: 500;
	color: #fff;
}
.main-wrapper .pc-left-wrap .info .filter-wrapper .filter-box:after {
	position: absolute;
	content: '';
	top: 21px;
	left: 50%;
	transform: translateX(-50%);
	width: 14px;
	height: 10px;
	background-image: url(/images/content/filter-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main-wrapper .pc-left-wrap .info .filter-wrapper .filter-box_jp:after {
	left: 75%;
}

.main-wrapper .pc-left-wrap .info .user {
	width: 58px;
	height: 58px;
	background-image: url(/images/content/user02.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 12px;
	margin-top: 6px;
	margin-right: 20px;
	border-radius: 50%;
}

.main-wrapper .pc-left-wrap .info .user.non-mem {
	background-image: url('/images/content/nonmem_user.png');
}
.main-wrapper .pc-left-wrap .info h1 {
	color: #222;
	font-size: 36px;
	font-weight: 400;
	line-height: normal;
	margin-right: 10px;
	word-break: break-all;
	width: 50%;
}
.main-wrapper .pc-left-wrap .info h1 span {
	font-weight: 700;
}
.main-wrapper .pc-left-wrap .filter {
	border-radius: 40px;
	border: 1px solid #e0e0e0;
	color: #060606;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	height: 24px;
	display: flex;
	gap: 3px;
	align-items: center;
	padding: 4px 10px 4px 7px;
	margin-top: 10px;
	transition: all 0.3s;
}
.main-wrapper .pc-left-wrap .filter:hover {
	border-color: #9c9c9c;
}

.under-wrap {
	margin-top: 62px;
	margin-left: 11px;
	display: flex;
	gap: 28px;
}
.under-wrap .now {
	color: #666;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.26px;
	margin-bottom: 6px;
}
.under-wrap .now-weather {
	color: #979694;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.8px;
	display: flex;
	align-items: center;
}
.under-wrap .now-weather span {
	color: #000;
	font-family: Spoqa Han Sans Neo;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.72px;
	margin-left: 7px;
	margin-right: 3px;
}

.weather-wrap {
	display: flex;
	gap: 20px;
	text-align: center;
}
.weather-wrap .weather p {
	color: #777;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.64px;
	margin-top: 4px;
}

.weather-wrap .weather img {
	width: 24px;
	height: 24px;
}
.artpass-wrap {
	max-width: 660px;
	width: 100%;
	height: 0;
	padding-bottom: 18.5%;
	/* padding-top: 19vw; */
	position: relative;
	left: -130px;
}
.artpass-wrap img {
	width: 100%;
	position: relative;
	z-index: 10;
}
.circle {
	position: absolute;
	top: 580px;
	left: 0;
	max-width: 170px;
	width: 100%;
	height: 340px;
	border-radius: 0 340px 340px 0;
	background: #f8b62d;
}

.pc-right-wrap {
}
.right-wrap {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	display: flex;
	justify-content: end;
	gap: 54px;
	position: relative;
}
.cont1 {
	padding-top: 51px;
	max-width: 322px;
	width: 100%;
	border-right: 1px solid #eee;
	padding-bottom: 183px;
}
.cont1 a {
	display: block;
	cursor: pointer;
}
.cont1 a:hover .banner {
	transform: scale(1.1);
}
.hidden {
	overflow: hidden;
}
.cont1 .cont-list {
	max-width: 426px;
	width: 100%;
	margin-top: 78px;
	margin-left: 24px;
	position: relative;
}

.cont1 .travelcate {
	position: absolute;
	top: 40px;
	left: -72px;
	transform: rotate(-90deg);
	color: #222;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.54px;
	background-color: #fbfaf7;
	padding: 0 10px;
}

.cont1 .travelcate_jp {
	left: -84px;
}
.cont1 .travelcate_cn {
	left: -69px;
}
.cont1 .travelcate_global {
	left: -88px;
}

/* 메인 첫번째 섹션 썸네일 공통 */
.banner {
	width: 100%;
	height: 204px;
	transition: all 0.3s;
	display: flex;
	justify-content: space-between;
}

.banner .banner-left {
	background-color: #fff8e9;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	padding: 33px 0 30px 16px;
}

.banner .banner-left .left-top p {
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	position: relative;
	z-index: 1;
	word-break: break-all;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.banner .banner-left .left-top p::before {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #f8b62d;
	top: -3px;
	left: -5px;
	z-index: -1;
}
.banner .banner-right {
	width: 118px;
	position: relative;
}

.banner .banner-right:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	background-color: #fff8e9;
	top: -20px;
	left: -20px;
	transform: rotate(45deg);
}
.banner .banner-left .left-bottom .icon-wrap {
	display: flex;
	column-gap: 10px;
}

.banner .banner-left .left-bottom .icon-wrap .icon {
	display: flex;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #fcf0da;
	justify-content: center;
	align-items: center;
}
.cont1 .banner .banner-right {
	background: url('/images/content/main01.png') center/cover no-repeat;
}

.cont1 .banner2 .banner-right {
	background-image: url('/images/content/main02.png') center/cover no-repeat;
}
.text-box {
	margin-top: 18px;
}

.text-box .hashtag span {
	color: #1e5486;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -0.04em;
	word-break: break-all;
}
.text-box .hashtag span:not(:last-child) {
	margin-right: 10px;
}
.text-box .cate {
	color: #999;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.28px;
}
.text-box .title {
	color: #222;
	margin-top: 8px;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.32px;
	word-break: keep-all;
	transition: all 0.3s;
}

.text-box .title:hover {
	text-decoration: underline;
}
.text-box .price-box {
	margin-top: 16px;
	display: flex;
	align-items: center;
}
.text-box .price-box .discount {
	color: #f8b62d;
	font-family: Spoqa Han Sans Neo;
	font-size: 16px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: -0.32px;
	margin-right: 4px;
	white-space: nowrap;
}
.text-box .price-box .price {
	color: #bbb;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.32px;
	text-decoration: line-through;
	white-space: nowrap;
}
.text-box .price-box .sale {
	color: #222;
	font-family: Spoqa Han Sans Neo;
	font-size: 20px;
	margin-left: 5px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.4px;
}
.text-box .price-box .sale span {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.32px;
}

.cont2 {
	max-width: 322px;
	width: 100%;
	border-left: 1px solid #eee;
}
.cont2 a {
	display: block;
	cursor: pointer;
}
.cont2 a:hover .banner {
	transform: scale(1.1);
}
.cont2 .cont-list {
	max-width: 426px;
	width: 100%;
	margin-top: 56px;
	margin-left: 24px;
	position: relative;
}
.cont2 .cont-list2 {
	margin-top: 76px;
}

.cont2 .travelcate {
	position: absolute;
	top: 40px;
	left: -72px;
	transform: rotate(-90deg);
	color: #222;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.54px;
	background-color: #fbfaf7;
	padding: 0 10px;
}
.cont2 .travelcate_jp {
	left: -84px;
}
.cont2 .travelcate_cn {
	left: -69px;
}
.cont2 .travelcate_global {
	left: -90px;
}

.cont2 .banner .banner-right {
	background: url('/images/content/main03.png') center/cover no-repeat;
}
.cont2 .banner4 .banner-right {
	background: url('/images/content/main04.png') center/cover no-repeat;
}
.cont2 .text-box {
	margin-top: 18px;
}

.more-btn {
	border-radius: 16px;
	border: 1px solid #bbb;
	background: #fff;
	display: inline-block;
	color: #666;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	padding: 6px 16px;
	position: relative;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	transition: all 0.3s;
}
.more-btn:hover {
	border-color: #444;
}

.title {
	font-size: 28px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.56px;
}
.title span {
	font-weight: 700;
}
.travel-wrap {
	margin-top: 35px;
}
.travel-swiper {
	padding-top: 30px;
	position: relative;
	overflow: hidden;
	padding-bottom: 80px;
}
.travel-swiper a {
	display: block;
	height: 100%;
	overflow: hidden;
}
.travel-swiper .swiper-slide {
	cursor: pointer;
	transition: all 0.3s;
}
.travel-swiper .swiper-slide:hover .travel-banner::before {
	transform: scale(1.1);
}

.travel-swiper .swiper-slide:hover {
	transform: translateY(-13px);
}
.travel-swiper .travel-banner {
	height: 403px;
	background-image: url(/images/content/travel01-1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	transition: all 0.3s;
}
.travel-swiper .swiper-slide .travel-banner::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.69;
	background: linear-gradient(
			0deg,
			rgba(248, 182, 45, 0.05) 0%,
			rgba(248, 182, 45, 0.05) 100%
		),
		rgba(0, 0, 0, 0.6);
}
.travel-swiper .swiper-slide .travel-banner::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: inherit;
	transition: inherit;
}

.travel-swiper .swiper-slide:nth-child(2) .travel-banner {
	background-image: url(/images/content/travel02.png);
}
.travel-swiper .swiper-slide:nth-child(3) .travel-banner {
	background-image: url(/images/content/travel04.png);
}
.travel-swiper .swiper-slide:nth-child(4) .travel-banner {
	background-image: url(/images/content/travel05.png);
}
.travel-swiper .swiper-slide:nth-child(5) .travel-banner {
	background-image: url(/images/content/travel06.png);
}
.travel-swiper .swiper-slide:nth-child(6) .travel-banner {
	background-image: url(/images/content/travel07.png);
}
.travel-swiper .swiper-slide:nth-child(7) .travel-banner {
	background-image: url(/images/content/travel08.png);
}
.travel-swiper .swiper-slide:nth-child(8) .travel-banner {
	background-image: url(/images/content/travel09.png);
}
.travel-swiper .swiper-slide:nth-child(9) .travel-banner {
	background-image: url(/images/content/travel01.png);
}

.travel-swiper .swiper-slide .text-box {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.51px;
	position: absolute;
	bottom: 26px;
	left: 16px;
	z-index: 1;
}
.travel-swiper .swiper-slide .text-box h6 {
	font-family: Hiragino Mincho Pro;
	font-size: 17px;
	letter-spacing: -0.51px;
	font-weight: 300;
	opacity: 0.6;
}
.travel-swiper .swiper-slide .text-box p {
	padding-left: 10px;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -0.03em;
}
.travel-swiper .swiper-scrollbar {
	opacity: 1 !important;
	bottom: 43px;
	height: 2px;
	max-width: 1300px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.swiper-scrollbar-drag {
	background-color: #000;
}
.swiper-scrollbar-drag:after {
	background-color: #fff !important;
}
.color-bg {
	background: #e7dbbd;
	width: 100%;
	height: 360px;
	position: absolute;
	top: 164px;
}

.art-wrap {
	margin-top: 110px;
	position: relative;
}
.art-swiper {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 0 29px;
}

.art-swiper .swiper-wrapper {
	margin-top: 30px;
}

.art-swiper .swiper-slide {
	cursor: pointer;
	overflow: hidden;
	transition: all 0.3s;
}

.art-swiper .swiper-slide:hover .hidden .art-banner {
	overflow: hidden;
}

.art-swiper .swiper-slide:hover {
	transform: translateY(-16px);
}

.art-swiper .swiper-slide:hover .art-banner::before {
	transform: scale(1.1);
}
.art-swiper .art-banner {
	height: 535px;
	background-image: url(/images/content/default-img.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.3s;
}

.art-swiper .swiper-slide .art-banner::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.69;
	background: linear-gradient(
			0deg,
			rgba(248, 182, 45, 0.05) 0%,
			rgba(248, 182, 45, 0.05) 100%
		),
		rgba(0, 0, 0, 0.6);
}
.art-swiper .swiper-slide .art-banner::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: inherit;
	transition: inherit;
}
.art-swiper .swiper-slide:nth-child(2) .art-banner {
	background-image: url(/images/content/art01.png);
}
.art-swiper .swiper-slide:nth-child(3) .art-banner {
	background-image: url(/images/content/art02.png);
}
.art-swiper .swiper-slide:nth-child(4) .art-banner {
	background-image: url(/images/content/art03.png);
}
.art-swiper .swiper-slide .text-box {
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 1;
	font-family: Spoqa Han Sans Neo;
}
.art-swiper .swiper-slide .text-box p {
	color: #917b55;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.48px;
	border-radius: 9px;
	background: #e5e2dd;
	display: inline-block;
	padding: 1px 8px;
}
.art-swiper .swiper-slide .text-box h4 {
	margin-top: 9px;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.54px;
	word-break: break-all;
	padding-right: 20px;
}
.art-swiper .swiper-slide .text-box h6 {
	margin-top: 6px;
	font-size: 15px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.6px;
}

.art-swiper .swiper-button-prev {
	width: 65px;
	height: 65px;
	background-image: url(/images/content/left_btn.svg);
	background-size: cover;
	left: -7px;
	margin-top: -42px;
}
.art-swiper .swiper-button-next {
	width: 65px;
	height: 65px;
	background-image: url(/images/content/right_btn.svg);
	background-size: cover;
	right: -7px;
	margin-top: -42px;
}
.art-swiper .swiper-button-prev:after,
.art-swiper .swiper-button-next:after {
	display: none;
}

#banner-section {
	width: 100%;
	overflow: hidden;
	position: relative;
}
  
.banner-swiper {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 0 20px;
}
.banner-swiper a {
	display: block;
	cursor: pointer;
}

.banner-swiper .swiper-slide:hover .class-banner {
	transform: scale(1.1);
}

.banner-swiper .swiper-slide:hover .text-box h4 {
	text-decoration: underline;
}
.banner-swiper .swiper-slide .class-banner {
	aspect-ratio: 5.28;
	background-image: url(/images/content/class01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	transition: all 0.3s;
}
.banner-swiper .swiper-slide:nth-child(2) .class-banner {
	background-image: url(/images/content/class02.png);
}
.banner-swiper .swiper-slide:nth-child(3) .class-banner {
	background-image: url(/images/content/class03.png);
}

.banner-swiper .swiper-button-prev {
	width: 65px;
	height: 65px;
	background-image: url(/images/content/left_btn.svg);
	background-size: cover;
	left: -7px;
	margin-top: -42px;
}
.banner-swiper .swiper-button-next {
	width: 65px;
	height: 65px;
	background-image: url(/images/content/right_btn.svg);
	background-size: cover;
	right: -7px;
	margin-top: -42px;
}
.banner-swiper .swiper-button-prev:after,
.banner-swiper .swiper-button-next:after {
	display: none;
}

.stay-wrap {

}
.stay-wrap .stay-title {
	padding-top: 50px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.stay-wrap .stay-title p {
	border-radius: 14px;
	border: 1px solid #ddd;
	width: 76px;
	height: 28px;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}
.stay-wrap .stay-title p:hover {
	border-color: #444;
}

.stay-wrap .wrapper {
	padding: 20px 18px 0px 18px;
}
.stay-wrap .title .smry {
	font-weight: 400;
}


.product_thumb-list {
	position: relative;
}
.stay_thumb-card {
	background: url('/images/content/stay001.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 248px;
}
.art_thumb-top-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px;
}

.art_thumb-top-box .cate-wrap {
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.product-text-box {
	margin-top: 16px;
}
.product-text-box h2 {
	color: #222;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	word-break: break-all;
}
.product-text-box .content-txt {
	color: #666;
	font-size: 14px;
	margin-top: 8px;
	font-weight: 400;
	line-height: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.product-text-box .comment {
	margin-top: 12px;
	display: flex;
	align-items: center;
}
.product-text-box .comment .like-total {
	margin-left: 2px;
	margin-right: 4px;
	color: #666;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	white-space: nowrap;
}
.discount-box {
	margin-top: 18px;
	display: flex;
	align-items: center;
}
.discount-box .sale {
	color: #f8b62d;
	font-size: 16px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: -0.32px;
	margin-right: 4px;
}
.discount-box .cost {
	color: #bbb;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.32px;
	text-decoration: line-through;
	margin-right: 5px;
}
.discount-box .discount {
	color: #222;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.4px;
}
.discount-box .discount span {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.32px;
}

/* 아트로 */
.product-card-list {
	width: calc((100% - 28px) / 2);
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
}
.product-card-list::after {
	position: absolute;
	content: '';
	top: -20px;
	left: 51%;
	width: 40px;
	height: 40px;
	transform: rotate(45deg);
	background-color: #fff8e9;
}
.product-card-list .like {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	z-index: 10;
}
.product-card-list.mb-0 {
	margin-bottom: 0;
}
.product-card {
	display: flex;
	justify-content: space-between;
	background-color: #fff8e9;
	position: relative;
}
.product_left {
	padding: 30px 0px 30px 12px;
	height: 269px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 60%;
}

.product_left .left-bottom .icon-wrap {
	display: flex;
	column-gap: 10px;
}

.product_left .left-bottom .icon-wrap .ic-box {
	width: 34px;
	height: 34px;
	background-color: #fcf0da;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-right.active svg path {
	stroke: #f04141;
	fill: #f04141;
	fill-opacity: 0.8;
}
.product-right {
	width: 152px;
	background-image: url(/images/content/attran_ex.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.product-right svg {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
}
.product-text-box .cate-list {
	margin-top: 10px;
	display: flex;
	gap: 10px;
	overflow-x: auto;
	white-space: nowrap;
}
.product-text-box .cate-list::-webkit-scrollbar {
	display: none;
}
.product-text-box .cate-list li {
	color: #1e5486;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -0.48px;
}

.banner-wrap {
	margin-top: 110px;
	transition: all 0.3s;
}
.banner-wrap:hover {
	opacity: 0.9;
}
.banner-wrap .banner {
	background: #326eff;
	height: 180px;
	cursor: pointer;
}

.banner-wrap .banner .wrapper {
	position: relative;
}
.banner-wrap .banner .flex-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	height: 180px;
	overflow: hidden;
}

.banner-wrap .banner .flex-box h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.64px;
}
.banner-wrap .banner .flex-box p {
	margin-top: 8px;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -0.32px;
}
.banner-wrap .banner .flex-box img {
	max-width: 322px;
	width: 100%;
}

.banner-wrap .banner .white-txt {
	position: absolute;
	top: 0;
	right: 220px;
	top: 33px;
	max-width: 464px;
	width: 100%;
}

.banner-wrap .banner .white-txt img {
	width: 100%;
}
.class-wrap {
	padding-top: 110px;
	padding-bottom: 120px;
	background: #fbfbfb;
}

.class-wrap .wrapper .title {
	margin-bottom: 30px;
}
.class-list {
	margin: 30px 0;
	display: flex;
	gap: 40px;
	color: #a4a4a4;
	font-family: Spoqa Han Sans Neo;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	/* overflow-x: auto;
    white-space: nowrap; */
	overflow-x: unset !important;
}
.class-list li {
	cursor: pointer;
	position: relative;
}
.class-list li::after {
	display: none;
	position: absolute;
	content: '';
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #f8b62d;
}
.class-list li.active::after {
	display: block;
}

.class-list li.active {
	font-weight: 700;
}
.class-list li:hover {
	opacity: 0.8;
}
.category-item.active {
	color: #000;
}

.class-swiper {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 0 29px;
}
.class-swiper a {
	display: block;
	cursor: pointer;
}

.class-swiper .swiper-slide:hover .class-banner {
	transform: scale(1.1);
}

.class-swiper .swiper-slide:hover .text-box h4 {
	text-decoration: underline;
}
.class-swiper .swiper-slide .class-banner {
	height: 413px;
	background-image: url(/images/content/class01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	transition: all 0.3s;
}
.class-swiper .swiper-slide:nth-child(2) .class-banner {
	background-image: url(/images/content/class02.png);
}
.class-swiper .swiper-slide:nth-child(3) .class-banner {
	background-image: url(/images/content/class03.png);
}

.class-swiper .swiper-button-prev {
	width: 65px;
	height: 65px;
	background-image: url(/images/content/left_btn.svg);
	background-size: cover;
	left: -7px;
	margin-top: -42px;
}
.class-swiper .swiper-button-next {
	width: 65px;
	height: 65px;
	background-image: url(/images/content/right_btn.svg);
	background-size: cover;
	right: -7px;
	margin-top: -42px;
}
.class-swiper .swiper-button-prev:after,
.class-swiper .swiper-button-next:after {
	display: none;
}

.class-swiper .swiper-slide .text-box {
	margin-top: 12px;
	text-align: center;
}
.class-swiper .swiper-slide .text-box .cate {
	color: #888;
	font-size: 13px;
	font-weight: 500;
	line-height: 160%;
}
.class-swiper .swiper-slide .text-box h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	word-break: break-all;
}
.text-box .flex-box {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-box .flex-box .discount {
	color: #f8b62d;
	font-size: 16px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: -0.32px;
	margin-right: 4px;
}
.text-box .flex-box .price {
	color: #bbb;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.32px;
	text-decoration: line-through;
	margin-right: 5px;
}
.text-box .flex-box .sale {
	color: #222;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.4px;
}

.text-box .flex-box .sale span {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.32px;
	word-break: break-all;
}
.hot-wrap {
	margin-top: 110px;
}
.artpass-list-wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 30px;
}
.artpass-box {
	width: calc((100% - 60px) / 4);
	overflow: hidden;
	cursor: pointer;
}
.artpass-box a:hover .art-banner .flex-banner {
	transform: scale(1.1);
}

.artpass-box a .hidden {
	position: relative;
}
.artpass-box:hover .text-box .sub-title {
	text-decoration: underline;
}

.artpass-box .art-banner {
	max-width: 310px;
	width: 100%;
	/* height: 200px; */
	aspect-ratio: 1.4;
	/* background-image: url(/images/content/artpass01.png); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	transition: all 0.3s;
}
.artpass-box .art-banner::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: inherit;
	transition: inherit;
}

.artpass-box:nth-child(4) .art-banner {
	background-image: url(/images/content/artpass04.png);
}

.artpass-box:nth-child(7) .art-banner {
	background-image: url(/images/content/artpass07.png);
}

.artpass-box p.tip {
	position: absolute;
	opacity: 0.88;
	color: #fff;
	padding: 3px 5px;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.36px;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.artpass-box p.yellow {
	background: #f8b62d;
}

.artpass-box p.white {
	background: #f8f8f8;
	color: #f6ac10;
}
.artpass-box p.green {
	background: #86df7c;
}
.artpass-box p.pink {
	background: #ffb3ba;
}

.artpass-box .art-banner .flex-banner {
	display: flex;
	justify-content: space-between;
	height: 200px;
	background-color: #fff8e9;
	transition: all 0.3s;
}

.artpass-box .art-banner .flex-banner .banner-left {
	/* flex: 1; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 33px 0 30px 16px;
	width: 60%;
}

.artpass-box .art-banner .flex-banner .banner-left .left-top p {
	font-size: 22px;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.artpass-box .art-banner .flex-banner .banner-left .left-top p::before {
	position: absolute;
	content: '';
	top: -3px;
	left: -5px;
	width: 16px;
	height: 16px;
	background-color: #f8b62d;
	border-radius: 50%;
	z-index: -1;
}

.artpass-box .art-banner .flex-banner .banner-left .left-bottom .icon-wrap {
	display: flex;
	column-gap: 10px;
}

.artpass-box
	.art-banner
	.flex-banner
	.banner-left
	.left-bottom
	.icon-wrap
	.icon {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #fcf0da;
	display: flex;
	justify-content: center;
	align-items: center;
}

.artpass-box .art-banner .flex-banner .banner-right {
	width: 112px;
	height: 100%;
	background: url('/images/content/artpass01.png') center/cover no-repeat;
	position: relative;
}

.artpass-box .art-banner .flex-banner .banner-right::after {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	background-color: #fff8e9;
	transform: rotate(-45deg);
	top: -20px;
	left: -20px;
}

.art-banner .stay {
	position: absolute;
	opacity: 0.88;
	color: #fff;
	padding: 3px 5px;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.36px;
	left: 0;
	bottom: 0;
	background: #ffb3ba !important;
}
.art-banner .cate {
	position: absolute;
	opacity: 0.88;
	color: #fff;
	padding: 3px 5px;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.36px;
	left: 0;
	bottom: 0;
	background: #86df7c !important;
}
.artpass-box .sub-title {
	padding-bottom: 6px;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.48px;
	margin-top: 12px;
}
.flex-box2 {
	justify-content: flex-start !important;
}
.artpass-more-btn {
	border-radius: 14px;
	border: 1px solid #ddd;
	background: #fff;
	width: 76px;
	height: 28px;
	margin: 50px auto 120px auto;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}
.artpass-more-btn:hover {
	border-color: #444;
}

.artpass-more-btn a {
	display: block;
}
.class-list {
	overflow-x: auto;
	white-space: nowrap;
	padding-bottom: 10px;
}
.noti-wrap {
	background: #f5f3ed;
}
.noti-wrap .noti-title {
	padding-top: 110px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.noti-wrap .noti-title p {
	border-radius: 14px;
	border: 1px solid #ddd;
	background: #f5f3ed;
	width: 76px;
	height: 28px;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}
.noti-wrap .noti-title p:hover {
	border-color: #444;
}

.noti-swiper, .stay-swiper {
	position: relative;
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	padding-bottom: 122px;
}
.noti-swiper a, .stay-swiper a {
	display: block;
	cursor: pointer;
}
.noti-swiper .swiper-slide:hover .noti-banner, .stay-swiper .swiper-slide:hover .noti-banner {
	transform: scale(1.1);
}

.noti-swiper .swiper-slide:hover .text-box h4 {
	text-decoration: underline;
}
.noti-swiper .swiper-slide .noti-banner {
	height: 0;
	padding-bottom: 68%;
	background-image: url(/images/content/noti01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;
}
.noti-swiper .swiper-slide:nth-child(2) .noti-banner {
	background-image: url(/images/content/noti02.png);
}
.noti-swiper .swiper-slide:nth-child(3) .noti-banner {
	background-image: url(/images/content/noti03.png);
}
.noti-swiper .swiper-slide:nth-child(4) .noti-banner {
	background-image: url(/images/content/noti04.png);
}

.noti-swiper .text-box {
	margin-top: 25px;
	line-height: normal;
}
.noti-swiper .text-box h6 {
	color: #917b55;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: -0.4px;
	border-radius: 7.5px;
	background: #e5e2dd;
	padding: 1px 7px;
	display: inline-block;
}
.noti-swiper .text-box h4 {
	margin-top: 9px;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.51px;
	word-break: break-all;
}
.noti-swiper .text-box p {
	color: #777;
	margin-top: 6px;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.42px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.noti-swiper .swiper-scrollbar, .stay-swiper .swiper-scrollbar {
	opacity: 1 !important;
	display: block !important;
	height: 2px;
	bottom: 89px;
	max-width: 1300px;
	width: calc(100% - 40px);
	left: 50%;
	transform: translateX(-50%);
}
.swiper-scrollbar-drag {
	background-color: #000;
}
.swiper-scrollbar-drag:after {
	background-color: #fff !important;
}
.gwangju-tip {
	padding-top: 100px;
	padding-bottom: 120px;
}

.gwangju-tip .swiper-slide .tip-banner {
	height: 310px;
	position: relative;
	transition: all 0.3s;
}
.gwangju-tip .swiper-slide:hover .tip-banner {
	transform: scale(1.1);
}

.gwangju-tip .class-swiper {
	max-width: 1340px;
	padding: 0 20px;
}
.gwangju-tip .swiper-slide:nth-child(1) .tip-banner {
	background: url('/images/content/main_blog01.png') center/cover no-repeat;
}
.gwangju-tip .swiper-slide:nth-child(2) .tip-banner {
	background: url('/images/content/main_blog02.png') center/cover no-repeat;
}
.gwangju-tip .swiper-slide:nth-child(3) .tip-banner {
	background: url('/images/content/main_blog03.png') center/cover no-repeat;
}
.gwangju-tip .swiper-slide:nth-child(4) .tip-banner {
	background: url('/images/content/main_blog04.png') center/cover no-repeat;
}
.gwangju-tip .swiper-slide:nth-child(5) .tip-banner {
	background: url('/images/content/main_blog01.png') center/cover no-repeat;
}

.gwangju-tip .swiper-slide .tip-banner .gradient {
	height: 104px;
	opacity: 0.6;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.66) 0%,
		rgba(0, 0, 0, 0) 100%
	);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gwangju-tip .swiper-slide .tip-banner + .sns-img.blog {
	position: absolute;
	top: 8px;
	left: 17px;
}

.gwangju-tip .swiper-slide .tip-banner + .sns-img.insta {
	position: absolute;
	top: 18px;
	left: 18px;
}

.gwangju-tip .class-swiper .swiper-slide .text-box {
	margin-top: 20px;
}

.map-wrap {
	position: relative;
}
.map-wrap .map {
	width: 100%;
	height: 100%;
}

.map-wrap .map .wrapper .title {
	border-radius: 10px;
	background: #000;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
	position: absolute;
	z-index: 10;
	color: #fff;
	top: 68px;
	padding: 7px 16px;
}
.map-wrap .map .wrapper .title span {
	opacity: 1;
}

@media screen and (max-width: 1280px) {
	.main-wrapper .pc-left-wrap {
		margin-top: 112px;
		margin-left: 0px;
	}
	.main-wrapper .pc-left-wrap .info {
		padding-right: 30px;
	}
	.main-wrapper .pc-left-wrap .info .filter-wrapper .filter-box {
		border-radius: 500px;
		background: #222;
		color: #bbb;
		font-size: 11px;
		font-weight: 400;
		line-height: normal;
		display: inline-block;
		padding: 6px 14px;
		position: absolute;
		top: -25px;
		left: -47px;
	}

	.main-wrapper .pc-left-wrap .info .filter-wrapper .filter-box_jp {
		left: -120px;
	}

	.main-wrapper .pc-left-wrap .info .filter-wrapper .filter-box span {
		font-weight: 500;
		color: #fff;
	}
	.main-wrapper .pc-left-wrap .info .filter-wrapper .filter-box:after {
		position: absolute;
		content: '';
		top: 21px;
		left: 50%;
		transform: translateX(-50%);
		width: 14px;
		height: 10px;
	}

	.main-wrapper .pc-left-wrap .info .user {
		width: 50px;
		height: 50px;
		margin-right: 16px;
		margin-left: 0;
		margin-top: 0;
	}

	.main-wrapper .pc-left-wrap .info h1 {
		font-size: 2.3vw;
	}
	.main-wrapper .pc-left-wrap .info .title-jp {
		max-width: 26vw;
	}

	.main-wrapper .pc-left-wrap .filter {
		border-radius: 40px;
		border: 1px solid #e0e0e0;
		color: #060606;
		font-size: 12px;
		font-weight: 500;
		line-height: normal;
		height: 24px;
		display: flex;
		gap: 3px;
		align-items: center;
		padding: 4px 10px 4px 7px;
		margin-top: 10px;
		transition: all 0.3s;
		white-space: nowrap;
	}

	.under-wrap {
		margin-top: 57px;
		gap: 15px;
	}
	.under-wrap .now {
		font-size: 11px;
		letter-spacing: -0.22px;
		margin-bottom: 9px;
	}
	.under-wrap .now-weather {
		font-size: 14px;
		letter-spacing: -0.7px;
	}
	.under-wrap .now-weather span {
		font-size: 14px;
		letter-spacing: -0.56px;
		margin-left: 6px;
		margin-right: 6px;
	}

	.weather-wrap {
		gap: 14px;
	}
	.weather-wrap .weather p {
		font-size: 12px;
		letter-spacing: -0.48px;
	}

	.weather-wrap .weather img {
		width: 18px;
		height: 18px;
	}
	.artpass-wrap {
		max-width: 660px;
		width: 100%;
		height: 0;
		padding-bottom: 18.5%;
		padding-top: 19vw;
		position: relative;
		left: -130px;
	}
	.artpass-wrap img {
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.circle {
		position: absolute;
		top: 580px;
		left: 0;
		max-width: 143px;
		height: 286px;
		border-radius: 0 286px 286px 0;
	}

	.right-wrap {
		gap: 54px;
	}
	.cont1 {
		padding-top: 51px;
		max-width: 274px;
		width: 100%;
		padding-bottom: 183px;
	}

	.cont1 .cont-list {
		max-width: 274px;
		width: 100%;
		margin-top: 78px;
		margin-left: 24px;
		position: relative;
	}

	.cont1 .travelcate {
		position: absolute;
		top: 40px;
		left: -72px;
		transform: rotate(-90deg);
		color: #222;
		font-size: 14px;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.54px;
		background-color: #fbfaf7;
		padding: 0 10px;
	}
	.cont1 .travelcate_jp {
		left: -84px;
	}
	.cont1 .travelcate_global {
		left: -88px;
	}
	/* 메인 첫번째 섹션 썸네일 공통 */
	.banner {
		height: 177px;
	}

	.banner .banner-left {
		padding: 28px 0 25px 14px;
	}

	.banner .banner-left .left-top p {
		font-size: 19px;
		line-height: 22.6px;
	}

	.banner .banner-left .left-top p::before {
		width: 14px;
		height: 14px;
		top: -3px;
		left: -5px;
	}
	.banner .banner-right {
		width: 102px;
	}

	.banner .banner-right:after {
		width: 34px;
		height: 34px;
	}

	.banner .banner-left .left-bottom .icon-wrap .icon {
		width: 30px;
		height: 30px;
	}

	.text-box {
		margin-top: 16px;
	}
	.text-box .hashtag span {
		font-size: 11px;
		line-height: 16px;
	}

	.text-box .hashtag span:not(:last-child) {
		margin-right: 9px;
	}

	.text-box .title {
		margin-top: 7px;
		font-size: 14px;
		letter-spacing: -0.28px;
	}

	.text-box .price-box {
		margin-top: 14px;
	}
	.text-box .price-box .discount {
		font-size: 14px;
		line-height: 12px;
		letter-spacing: -0.28px;
		margin-right: 3px;
	}
	.text-box .price-box .price {
		font-size: 14px;
		letter-spacing: -0.28px;
	}
	.text-box .price-box .sale {
		font-size: 18px;
		margin-left: 5px;
		letter-spacing: -0.36px;
	}
	.text-box .price-box .sale span {
		font-size: 14px;
		letter-spacing: -0.28px;
	}

	.cont2 {
		max-width: 274px;
		width: 100%;
	}

	.cont2 .cont-list {
		max-width: 274px;
		margin-top: 56px;
		margin-left: 24px;
		width: 100%;
	}
	.cont2 .cont-list2 {
		margin-top: 76px;
	}

	.cont2 .travelcate {
		position: absolute;
		top: 40px;
		left: -72px;
		transform: rotate(-90deg);
		color: #222;
		font-size: 14px;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.54px;
		background-color: #fbfaf7;
		padding: 0 10px;
	}
	.cont2 .travelcate_jp {
		left: -84px;
	}
	.cont2 .travelcate_global {
		left: -92px;
	}

	.cont2 .text-box {
		margin-top: 18px;
	}
}

@media screen and (max-width: 1100px) {
	.home-wrapper {
		padding-top: 124px;
	}
	.wrapper {
		padding: 20px 0 20px 18px;
	}
	.main-wrapper .pc-left-wrap .info .title-jp {
		max-width: 340px;
	}

	.artpass-box .art-banner {
		max-width: 100%;
	}

	.circle,
	.artpass-wrap {
		display: none;
	}
	.artpass-box {
		width: calc((100% - 20px) / 2);
	}

	.artpass-box .text-box {
		margin-top: 12px;
	}
	.noti-wrap .wrapper {
		padding: 20px 18px 0px 18px;
	}
	.map-wrap .map .wrapper {
		padding: 0px 0 0px 18px;
	}

	.class-list {
		margin: 16px 0;
		overflow-x: auto !important;
		white-space: nowrap;
		padding-bottom: 20px;
		gap: 24px;
		font-size: 15px;
	}
}
@media screen and (max-width: 1000px) {
	.main-wrapper {
		flex-direction: column;
	}
	.main-wrapper .pc-left-wrap {
		width: 100%;
		margin-top: 22px;
	}
	.pc-right-wrap {
		width: 100%;
	}
	.right-wrap {
		width: 100%;
	}

	.cont1 {
		max-width: 100%;
		padding-top: 0;
	}
	.cont2 {
		max-width: 100%;
	}
	.cont1 .cont-list {
		max-width: 100%;
	}
	.cont2 .cont-list {
		max-width: 100%;
		margin-top: 20px;
	}
	.main-wrapper .pc-left-wrap .stikcy-box {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		padding-bottom: 0;
		gap: 47px;
	}
	.under-wrap {
		margin-top: 0;
	}
	.main-wrapper .pc-left-wrap .info h1 {
		font-size: 28px;
	}
}
@media screen and (max-width: 768px) {
	.home-wrapper {
		overflow: hidden;
	}
	.main-wrapper {
		flex-direction: column;
	}

	.right-wrap {
		flex-wrap: wrap;
	}
	.main-wrapper .pc-left-wrap {
		display: none;
	}
	.main-wrapper .mo-left-wrap {
		display: block;
		margin-bottom: 30px;
	}
	.circle {
		display: none;
	}
	.artpass-wrap {
		display: none;
	}
	.main-wrapper .mo-left-wrap .top-wrap {
		margin-top: 22px;
	}
	.main-wrapper .mo-left-wrap .top-wrap {
		margin-top: -8px;
		margin-left: 2px;
	}
	.top-wrap .now {
		color: #666;
		font-size: 11px;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.22px;
		margin-bottom: 4px;
	}
	.weather img {
		width: 18px;
	}
	.top-wrap .weather-flex {
		display: flex;
		gap: 44px;
		align-items: center;
		margin-top: 15px;
		margin-left: -2px;
	}
	.top-wrap .weather-flex .now-weather {
		display: flex;
		align-items: center;
		white-space: nowrap;
		color: #979694;
		font-size: 14px;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.7px;
		display: flex;
		align-items: center;
	}
	.top-wrap .weather-flex .now-weather span {
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: -0.56px;
		margin-left: 6px;
		margin-right: 6px;
	}
	.weather-wrap {
		overflow-x: auto;
		white-space: nowrap;
		padding-bottom: 10px;
		gap: 16px;
		margin-top: 7px;
		margin-left: 13px;
	}

	.weather-wrap::-webkit-scrollbar {
		display: none;
	}

	.weather-wrap .weather p {
		color: #777;
		font-size: 12px;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.48px;
		margin-top: 9px;
	}
	.mo-left-wrap .info-box {
		margin-top: 39px;
		position: relative;
	}
	.mo-left-wrap .info-box .filter-box {
		border-radius: 500px;
		background: #222;
		color: #bbb;
		font-size: 11px;
		font-weight: 400;
		line-height: normal;
		display: inline-block;
		padding: 6px 14px;
		position: absolute;
		top: -37px;
		left: 160px;
	}

	.mo-left-wrap .info-box .filter-box.nonmem {
		left: 188px;
	}
	.mo-left-wrap .info-box .filter-box_cn.nonmem {
		left: 170px;
	}
	.mo-left-wrap .info-box .filter-box_global.nonmem {
		left: 150px;
	}
	.mo-left-wrap .info-box .filter-box:after {
		position: absolute;
		content: '';
		top: 21px;
		left: 50%;
		transform: translateX(-50%);
		width: 14px;
		height: 10px;
		background-image: url(/images/content/filter-icon.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.mo-left-wrap .info-box .filter-box_jp:after {
		left: 85%;
	}
	.mo-left-wrap .info-box .filter-box_global:after {
		left: 71%;
	}
	.mo-left-wrap .info-box .filter-box_jp.nonmem {
		left: 108px;
	}
	.mo-left-wrap .info-box .filter-box span {
		font-weight: 500;
		color: #fff;
	}
	.mo-left-wrap .info {
		display: flex;
		margin-top: 37px;
	}

	.mo-left-wrap .info .user {
		width: 40px;
		height: 40px;
		background-image: url(/images/content/user02.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 50%;
		margin-right: 16px;
	}
	.mo-left-wrap .info h1 {
		color: #222;
		font-size: 20px;
		font-weight: 400;
		line-height: normal;
		margin-top: -2px;
		margin-left: 0;
	}

	.mo-left-wrap .info .title-jp {
		max-width: 174px;
		letter-spacing: -0.72px;
	}
	.mo-left-wrap .info h1 span {
		font-weight: 700;
		white-space: nowrap;
	}
	.mo-left-wrap .filter {
		border-radius: 40px;
		border: 1px solid #e0e0e0;
		color: #060606;
		font-size: 12px;
		font-weight: 500;
		line-height: normal;
		height: 24px;
		display: flex;
		gap: 3px;
		align-items: center;
		padding: 0 10px 0 7px;
		background: #fff;
		position: relative;
		z-index: 10;
		transform: translate(-5px, -2px);
		margin-left: 10px;
	}
	.mo-left-wrap .filter_jp {
		font-size: 11px;
		letter-spacing: -0.33px;
	}
	.mo-left-wrap .filter_global {
		left: -16px;
	}
	.right-wrap {
		display: none;
	}
	.mo-right-wrap {
		display: block;
		position: relative;
		left: 10px;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
		margin-right: 28px;
		padding-bottom: 173px;
	}
	.mo-right-wrap .cont1 {
		padding-top: 0px;
		padding-bottom: 0;
		max-width: 100%;
	}
	.mo-right-wrap .cont1 .cont-list {
		max-width: 100%;
	}
	.mo-right-wrap .cont1 .travelcate {
		position: absolute;
		top: 23px;
		left: -54px;
		transform: rotate(-90deg);
		color: #222;
		font-size: 11px;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.21px;
		background-color: #fbfaf7;
		padding: 0;
	}
	.mo-right-wrap .cont1 .travelcate_jp {
		left: -63px;
		top: 30px;
	}
	.mo-right-wrap .cont1 .travelcate_cn {
		left: -52px;
	}
	.mo-right-wrap .cont1 .travelcate_global {
		left: -66px;
		top: 37px;
	}

	.mo-right-wrap .banner {
		width: 100%;
		height: 224px;
		transform: translateX(19px);
		display: flex;
		justify-content: space-between;
	}
	.mo-right-wrap .hidden {
		overflow: unset;
	}

	.mo-right-wrap .banner .banner-left {
		/* flex: 1; */
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 33px 0 30px 16px;
		background-color: #fff8e9;
	}

	.mo-right-wrap .banner .banner-left .left-top p {
		font-size: 20px;
		font-weight: 700;
		line-height: 26px;
		position: relative;
		z-index: 1;
	}

	.mo-right-wrap .banner .banner-left .left-top p:after {
		position: absolute;
		content: '';
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background-color: #f8b62d;
		top: -3px;
		left: -5px;
		z-index: -1;
	}

	.mo-right-wrap .banner .banner-left .left-bottom .icon-wrap {
		display: flex;
		column-gap: 10px;
	}

	.mo-right-wrap .banner .banner-left .left-bottom .icon-wrap .icon {
		width: 30px;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		background-color: #fcf0da;
	}

	.mo-right-wrap .banner .banner-right {
		width: 118px;
		position: relative;
		overflow: hidden;
	}

	.mo-right-wrap .banner .banner-right:after {
		position: absolute;
		content: '';
		width: 40px;
		height: 40px;
		top: -20px;
		left: -20px;
		transform: rotate(45deg);
		background-color: #fff8e9;
	}

	.mo-right-wrap .cont1 .banner .banner-right {
		background: url('/images/content/main01.png') center/cover no-repeat;
	}
	.cont1 .cont-list {
		margin-top: 0;
	}

	.mo-right-wrap .text-box {
		margin-top: 18px;
		margin-left: 18px;
		max-width: 272px;
		width: 100%;
	}
	.mo-right-wrap .text-box .hashtag {
		color: #1e5486;
	}
	.mo-right-wrap .text-box .cate {
		color: #999;
		font-size: 13px;
		letter-spacing: -0.26px;
		font-weight: 700;
		line-height: normal;
	}
	.mo-right-wrap .text-box .title {
		color: #222;
		margin-top: 6px;
		font-size: 14px;
		font-weight: 700;
		line-height: 150%;
		letter-spacing: -0.28px;
		word-break: keep-all;
	}
	.mo-right-wrap .text-box .price-box {
		margin-top: 10px;
		display: flex;
		align-items: center;
	}
	.mo-right-wrap .text-box .price-box .discount {
		color: #f8b62d;
		font-family: Spoqa Han Sans Neo;
		font-size: 14px;
		font-weight: 700;
		line-height: 14px;
		letter-spacing: -0.32px;
		margin-right: 4px;
	}
	.mo-right-wrap .text-box .price-box .price {
		color: #bbb;
		font-size: 14px;
		letter-spacing: -0.28px;
		font-weight: 400;
		text-decoration: line-through;
		margin-right: 6px;
	}
	.mo-right-wrap .text-box .price-box .sale {
		color: #222;
		font-family: Spoqa Han Sans Neo;
		font-size: 16px;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 0.32px;
	}
	.mo-right-wrap .text-box .price-box .sale span {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0.32px;
	}
	.mo-right-wrap .cont2 .hidden {
		overflow: unset;
	}
	.mo-right-wrap .cont2 {
		max-width: 100%;
	}
	.mo-right-wrap .cont2 .cont-list {
		margin-top: 30px;
		margin-left: -12px;
		position: relative;
		max-width: 100%;
	}
	.mo-right-wrap .cont2 .cont-list2 {
		margin-top: 76px;
	}

	.mo-right-wrap .cont2 .travelcate {
		position: absolute;
		top: 0px;
		left: 95.5%;
		transform: rotate(-360deg);
		color: #222;
		font-size: 11px;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.21px;
		background-color: #fbfaf7;
	}
	.mo-right-wrap .cont2 .travelcate_global {
		writing-mode: vertical-rl;
		position: absolute;
		transform: rotate(180deg);
		left: 98.6%;
	}

	.mo-right-wrap .cont2 .banner {
		width: 100%;
		transform: translateX(-19px);
		margin-right: 18px;
	}
	.mo-right-wrap .cont2 .banner .banner-right {
		background: url(/images/content/main03.png) center/cover no-repeat;
	}
	.mo-right-wrap .cont3 {
		padding-top: 30px;
		position: relative;
		width: 100%;
	}
	.mo-right-wrap .cont3 .travelcate {
		position: absolute;
		top: 53px;
		left: -29px;
		transform: rotate(-90deg);
		color: #222;
		font-size: 11px;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.21px;
		background-color: #fbfaf7;
	}
	.mo-right-wrap .cont3 .travelcate_jp {
		top: 58px;
		left: -39px;
	}
	.mo-right-wrap .cont3 .travelcate_global {
		top: 68px;
		left: -46px;
	}
	.mo-right-wrap .cont3 .banner {
		width: 100%;
		transform: translateX(19px);
	}

	.mo-right-wrap .cont3 .banner .banner-right {
		background: url('/images/content/main02.png') center/cover no-repeat;
	}
	.more-btn {
		display: none;
	}
	.btn-wrap {
		width: 76px;
		margin: 0 auto;
	}
	.mo-btn-wrap {
		width: 76px;
		padding-bottom: 60px;
		margin: -140px auto 0 auto;
		font-size: 14px;
		font-weight: 400;
		line-height: 180%;
		margin-bottom: 53px;
	}
	.mo-more-btn {
		display: block;
		border-radius: 14px;
		border: 1px solid #ddd;
		background: #fff;
		width: 76px;
		height: 28px;
		line-height: 26px;
		text-align: center;
	}
	.title {
		font-size: 20px;
		letter-spacing: -0.4px;
	}

	.color-bg {
		background: #e7dbbd;
		width: 100%;
		height: 360px;
		position: absolute;
		top: 164px;
	}
	.travel-wrap {
		margin-top: -37px;
		margin-left: 0px;
		position: relative;
		z-index: 1;
	}
	.travel-swiper {
		left: 22px;
		overflow: unset;
		padding-top: 25px;
	}
	.travel-swiper .travel-banner {
		height: 330px;
	}
	.travel-swiper .swiper-slide {
		height: 330px;
	}

	.travel-swiper .swiper-slide .text-box h6 {
		font-size: 15px;
	}

	.travel-swiper .swiper-slide .text-box p {
		font-size: 16px;
	}
	.color-bg {
		background: #e7dbbd;
		width: 100vw;
		height: 290px;
		position: absolute;
		top: 104px;
		transform: translateX(-20px);
	}
	.travel-wrap {
		overflow: hidden;
	}
	.travel-swiper .swiper-scrollbar {
		opacity: 1 !important;
		bottom: 60px;
		height: 2px;
		max-width: 320px;
		margin-left: -20px;
	}
	.art-swiper .art-banner {
		/* height: 388px; */
	}

	.art-wrap {
		margin-top: 26px;
		margin-left: 5px;
	}
	.art-swiper .swiper-wrapper {
		margin-top: 25px;
	}
	.art-swiper .swiper-slide {
		height: 388px;
	}
	.art-swiper .swiper-slide .text-box {
		bottom: 21px;
		left: 21px;
	}
	.art-swiper .swiper-slide .text-box h4 {
		margin-top: 8px;
		font-size: 15px;
	}

	.art-swiper .swiper-slide .text-box h6 {
		margin-top: 4px;
		font-size: 12px;
	}

	.art-swiper .swiper-button-prev {
		width: 52px;
		height: 52px;
		background-image: url(/images/content/left_btn.svg);
		background-size: cover;
		left: -1px;
		margin-top: -32px;
	}
	.art-swiper .swiper-button-next {
		width: 52px;
		height: 52px;
		background-image: url(/images/content/right_btn.svg);
		background-size: cover;
		right: -1px;
		margin-top: -32px;
	}
	.banner-wrap {
		margin-top: 60px;
		position: relative;
	}
	.banner-wrap .banner {
		height: 150px;
	}

	.banner-wrap .banner .flex-box {
		padding-left: 0px;
		height: 150px;
		overflow: hidden;
	}

	.banner-wrap .banner .wrapper {
		padding-right: 0;
	}
	.banner-wrap .banner .flex-box img {
		max-width: 276px;
		/* border: 10px solid red; */
	}

	.banner-wrap .banner .flex-box .text-box {
		max-width: 240px;
		width: 100%;
	}

	.banner-wrap .banner .flex-box h1 {
		font-size: 20px;
		letter-spacing: -0.36px;
	}
	.banner-wrap .banner .flex-box p {
		margin-top: 8px;
		font-size: 12px;
		letter-spacing: -0.24px;
	}

	.banner-wrap .banner .flex-box .banner-box {
		width: 50%;
	}

	.banner-wrap .banner .white-txt {
		max-width: 171px;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
		right: 0;
	}
	.banner-box {
		display: none;
	}
	.mo-banner-box {
		display: block;
		width: 131px;
		position: absolute;
		right: 0;
	}
	.mo-banner-box img {
		width: 100%;
		position: relative;
		left: 0 !important;
		margin-top: 20px;
	}
	.class-wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.class-wrap .wrapper {
		padding: 0 0 0 20px;
	}
	.class-list {
		margin: 16px 0;
		overflow-x: auto !important;
		white-space: nowrap;
		padding-bottom: 20px;
		gap: 24px;
		font-size: 15px;
	}

	.class-wrap .class-list {
		margin-bottom: 3px;
	}

	.class-swiper .swiper-slide .class-banner {
		height: 309px;
	}
	.class-swiper .swiper-button-prev {
		width: 52px;
		height: 52px;
		background-image: url(/images/content/left_btn.svg);
		background-size: cover;
		left: -1px;
		margin-top: -32px;
	}
	.class-swiper .swiper-button-next {
		width: 52px;
		height: 52px;
		background-image: url(/images/content/right_btn.svg);
		background-size: cover;
		right: -1px;
		margin-top: -32px;
	}
	
	.banner-swiper .swiper-slide .class-banner {
		aspect-ratio: 2.6;
	}
	.banner-swiper .swiper-button-prev {
		width: 52px;
		height: 52px;
		background-image: url(/images/content/left_btn.svg);
		background-size: cover;
		left: -1px;
		margin-top: -32px;
	}
	.banner-swiper .swiper-button-next {
		width: 52px;
		height: 52px;
		background-image: url(/images/content/right_btn.svg);
		background-size: cover;
		right: -1px;
		margin-top: -32px;
	}

	.class-swiper .swiper-slide .text-box {
		margin-top: 10px;
	}
	.class-swiper .swiper-slide .text-box .cate {
		font-size: 10px;
	}
	.class-swiper .swiper-slide .text-box h4 {
		font-size: 14px;
	}
	.text-box .flex-box {
		margin-top: 7px;
	}
	.text-box .flex-box .discount {
		font-size: 14px;
		letter-spacing: -0.28px;
	}
	.text-box .flex-box .price {
		font-size: 14px;
		letter-spacing: -0.28px;
	}
	.text-box .flex-box .sale {
		font-size: 18px;
		letter-spacing: 0.28px;
	}
	.text-box .flex-box .sale span {
		font-size: 14px;
		letter-spacing: 0.28px;
	}
	.hot-wrap {
		margin-top: 60px;
	}

	.artpass-list-wrap {
		gap: 0px;
	}
	.artpass-box {
		width: 100%;
		margin-top: 22px;
	}
	.artpass-box:first-child {
		margin-top: -18px;
	}
	.artpass-box .art-banner {
		max-width: 100%;
		width: 100%;
		position: relative;
	}
	.artpass-box .sub-title {
		padding-bottom: 0px;
		font-size: 14px;
		letter-spacing: -0.42px;
		margin-top: 0;
	}
	.text-box .flex-box {
		margin-top: 9px;
	}
	.text-box .flex-box .discount {
		font-size: 14px;
		letter-spacing: -0.38px;
		margin-right: 4px;
	}
	.text-box .flex-box .price {
		font-size: 14px;
		letter-spacing: -0.28px;
	}
	.text-box .flex-box .sale {
		font-size: 18px;
		letter-spacing: 0.36px;
	}
	.artpass-more-btn {
		margin: 40px auto 60px auto;
		font-size: 14px;
	}

	.noti-wrap .wrapper {
		padding: 20px 0 0px 18px;
	}
	.noti-wrap .noti-title {
		margin-bottom: 24px;
		padding-top: 40px;
		margin-left: 6px;
	}
	.noti-wrap .noti-title p {
		font-size: 12px;
		width: 69px;
		height: 25px;
		line-height: 23px;
	}
	.stay-swiper, .noti-swiper {
		padding-bottom: 82px;
	}
	.stay-swiper .text-box, .noti-swiper .text-box {
		margin-top: 19px;
	}
	.stay-swiper .text-box h4, noti-swiper .text-box h4 {
		font-size: 16px;
		letter-spacing: -0.48px;
	}
	.stay-swiper .text-box p, .noti-swiper .text-box p {
		font-size: 13px;
		letter-spacing: -0.39px;
	}
	.stay-swiper .swiper-scrollbar, .noti-swiper .swiper-scrollbar {
		bottom: 51px;
	}
	.stay-swiper .swiper-slide .noti-banner, .noti-swiper .swiper-slide .noti-banner {
		height: 0;
		padding-bottom: 73%;
	}

	.gwangju-tip {
		padding: 59px 0 60px 0;
	}
	.gwangju-tip .swiper-slide .tip-banner {
		height: 320px;
	}
	.gwangju-tip .class-swiper .swiper-slide .text-box {
		margin-top: 23px;
	}
	.map-wrap .map iframe {
		height: 400px;
	}
	.home-wrapper .wrapper {
		padding-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.wrap {
		min-width: 360px;
	}
	.stay-wrap .title .smry {
		font-weight: 400;
		font-size: 17px;
	}
	.stay-wrap .stay-title {
		margin-bottom: 14px;
	}
	.stay-wrap .title {
		line-height: 120%;
	}
}

.rgist-box{
	padding: 30px;

}
.rgist-panel{
	position: relative;
	text-align: center;
}
.rgist-cont{
	width: 100%;
    display: flex;
    justify-content: center;
	flex-direction: column;
	align-items: center;

}
.regist-close-btn{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	cursor: pointer;
}
.popup-subtitle{
	font-size: 20px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 600;
}
.popup-title{
	font-size: 24px;
	font-weight: 800;
}
.popup-img{
	width: 50%;
	height: auto;
	margin-bottom: 15px;
}
.rgist-btn{
	border-radius: 10px !important;
	font-size: 18px !important;
}