
body {font-family: 'pretendard'; overflow-x: hidden;}
:root {
    --primary-color: #573cfa;
    --sub1-color: #BFC3FF;
    --sub2-color: #CCFC06;
    --font-primary1: "NanumSquareNeoBold";
    --font-primary2: "NanumSquareNeoExtraBold";
    --font-primary3: "NanumSquareNeoHeavy";
}
* {color: #222; word-break: keep-all; line-height: 1.4;}
img {display: block;height: 100%; width: 100%; object-fit: cover;}
span, em {display: inline-block;}


.bd {padding: 0 16px;}
.pd-t1 {padding-top: 55px;}
/* .pd-b1 {padding-bottom: 83px;} */
.pd-left {padding-left: 16px !important;}
.pb-0 {padding-bottom: 0;}
.pd-b1 {padding-bottom: 76px;}
/* .pd-b1 {padding-bottom: 83px;} */
.pd-b2 {padding-bottom: 100px;}
.pd-b3 {padding-bottom: 40px !important;}
.pd-left {padding-left: 16px !important;}
.de-margin {margin: 20px 0;}
.de-margin2 {margin: 20px 0;}
.de-pad {padding-left: 20px;}
.mt-1 {margin-top: 55px;}
.mt-2 {margin-top: 85px;}
.mt-s {margin-top: 15px;}
.hd-bt .mo-header {border-bottom: none;}
.hd-bt .homebtn-header {border-bottom: 1px solid #eee;}
.mb2 {margin-bottom: 20px;}
.pd2 {padding: 20px;}
.pd3 {padding: 25px 20px;}
.wd {height: 100%;}
.bg-con {padding: 35px 16px; background-color: #fafafa;}
.bg-con2 {padding: 20px 0px; background-color: #fafafa;}
.tit {display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 20px;}
.tit h3 {font-family: var(--font-primary2); font-size: 16px; display: flex; align-items: center; gap: 5px;}
.tit h3 span {color: var(--primary-color); font-family: var(--font-primary3);}
.tit h3 em {width: 20px; height: 20px;}
.tit i {display: inline-block; background: url(../img/angle.png) no-repeat center/cover; width: 35px; height: 20px; background-size:10px 15px;background-position: right;padding-left:25px;}
.tit h3 em img {object-fit: contain;}
.tit p {font-size: 14px; color: var(--primary-color); font-weight: 600;}

.bt-fixed {position: fixed; bottom: 0; left: 0; width: 100%; padding: 12px 20px; background-color: #fff; z-index: 10;}
.bt-fixed button {width: 100%;}

.flex-col {display: flex; flex-direction: column; gap: 8px; align-items: center;}
.flex-row {display: flex; align-items: center; gap: 10px;}
.sub-btn {font-size: 15px; text-decoration: underline; margin-bottom: 10px;}
p.col1 {color: #222;}
p.col2 {color: #aaa;}

/* 탭 공통 */
.tab1 {margin-bottom: 20px; width: 100%; overflow: hidden;}
.tab1 ul {display: flex; align-items: center; gap: 10px; overflow-y: auto;}
.tab1 ul li {padding: 8px 14px; border-radius: 6px; background-color: #f5f5f5; font-size: 14px; color: #555; cursor: pointer;}
.tab1 ul li.on {background-color: var(--primary-color); color: #fff; font-weight: 500;}

.loading {position: fixed; width: 200px; height: 200px; z-index: 100; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none;}


/* ======== 공통 ======== */
/* 버튼 */
button {font-family: inherit; font-size: 16px; line-height: 1; height: 50px; border-radius: 6px !important; text-align: center; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent;  font-weight: 500; outline: none !important;}
button.sm {height: 45px; font-size: 14px;}


button.col1 {background:var(--primary-color); color: #fff; border-color: var(--primary-color);}
button.col2 {background: #EBEBEB; color: #444;}
button.col3 {background: #f5f5f5; color: #444;}
button.col4 {background: #f2f0ff; color: var(--primary-color); font-weight: 600;}
button.line1 {border-color: var(--primary-color); color: var(--primary-color);}
button.line2 {border-color: #eee; color: #525252;}

button.xs {font-size: 14px; padding: 12px; height: fit-content;}
button.round {border-radius: 50px !important;}
.fixed-btn {position: fixed; width: 100%; bottom: 0; left: 0; padding: 15px 16px;}

/* 인풋 */
input[type="text"], input[type="id"], input[type="password"], input[type="number"], input[type="email"]  {padding: 15px; border-radius: 6px; border: 1px solid #ddd; background-color: #fff !important; font-size: 15px; color: #222; font-family: inherit; outline: none; display: flex; align-items: center; width: 100%; height: 50px;}
input[type="text"]:read-only:focus {border-color: #ddd;}
input:focus {border-color: var(--primary-color);}
input::placeholder {font-size: 14px; color: #a7a7a7;}

input[class="join"] {border: none; border-bottom: 2px solid #ddd; border-radius: 0; padding: 16px 0;}
input[class="join"]::placeholder {font-weight: 600; font-size: 20px; color: #bbb;}
input[class="join"]:focus {border-color: var(--primary-color);}
input[class="join"]:read-only:focus {border-color: #ddd;}

select {padding: 15px; border-radius: 6px; border: 1px solid #ddd; background-color: #fff !important; font-size: 15px; color: #222;outline: none; display: flex; align-items: center; width: 100%; background: url(../img/sel-angle.png) no-repeat; background-position: 96% 50%; background-size: 12px 12px;font-family: inherit;}

input[type="search"] {font-size: 15px; padding: 0; width: 100%; outline: none;}
input[type="search"]::placeholder {font-size: 15px;}


/* 체크박스, 라디오 */
input[type="radio"] {display: none;}
input[type="checkbox"] {display: none;}

/* ======== 홈 화면 ======== */

/* 홈 - 배너영역 */
.main-banner {position: relative;}
.main-banner .bg {height: 90px;}
.main-banner h2 {font-family: var(--font-primary1); padding: 68px 0 38px 20px; font-size: 18px; font-weight: 500; position: absolute; top: 0; left: 0; width: 100%;}
.main-banner h2 b {font-family: var(--font-primary2);}

.main-con {position: relative;}
.main-con::after {content: ""; display: block; position: absolute; width: 100%; height: 35px; border-radius: 25px 25px 0 0; top: -11px; left: 0; background-color: #fff;}

.main-con .search-bar input::placeholder {color:#555;}

/* 검색바 */
.search-box {margin-top: -18px;}
.search-bar {position: relative; z-index: 10; border-radius: 50px; border: 2px solid transparent; background-color: #fafafa; background-image: linear-gradient(#fafafa, #fafafa), linear-gradient(to right, #573cfa 0%,  #2fa1ff 50%, #06fc3b 100%); background-origin: border-box; border-image-slice: 1; background-clip: content-box, border-box; display: flex; align-items: center;}
.search-bar em {background: url(../img/all2.png) no-repeat center/cover; width: 21px; height: 12px; margin-left: 15px; margin-right: 5px; flex-shrink: 0;}
.search-bar input {background: transparent; padding: 10px 7px 10px 0px; outline: none; width: 80%;}
.search-bar input::placeholder {color: #222; font-family: inherit; font-size: 14px;}
.search-bar .sr-btn {width: 32px; height: 32px; border-radius: 50%; background:linear-gradient(to right, #ccfc06 0%, #9efc06 100%); display: flex; align-items: center; justify-content: center; margin-right: 10px; flex-shrink: 0; margin-right: 15px;}
.search-bar .sr-btn i {display: inline-block; width: 15px; height: 15px; background: url(../img/search.png) no-repeat center/cover;}

/* IE의 경우 */
input::-ms-clear,
input::-ms-reveal{
    display:none;
}
/* 크롬의 경우 */
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{
    display:none;
}

/* 카테고리 */

.cate {margin-top: 25px;}
.cate ul {display: flex; flex-wrap: wrap; row-gap: 12px;}
.cate ul li {width: 20%; display: flex; flex-direction: column; align-items: center; gap: 7px; cursor: pointer;}
.cate ul li em {width: 80%;}
.cate ul li em img {object-fit: contain;}
.cate ul li p {font-size: 11px; text-align: center; white-space: nowrap;}

/* 배너 */
.swiper {
	width: 100%;
	height: 100%;
  }

  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
  }

  .bg-con2 .swiper-slide {background:unset;}

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }


.banner {padding: 0 16px; margin: 20px 0;}
.banner-img { border-radius: 6px; overflow: hidden;}
.banner-img img {width: 100%; object-position: center; }
.main-con .banner-img img {aspect-ratio: 1 / .45;}
.swiper-button-next, .swiper-button-prev {display: none !important;}
.swiper-pagination-bullet {width: 5px !important; height: 5px !important; background: rgba(255, 255, 255, .45) !important; opacity: 1 !important;}
.swiper-pagination-bullet-active {background-color: #fff !important; width: 18px !important; height: 5px !important; border-radius: 50px !important;}
.swiper-pagination {bottom: 7px !important; top: auto !important; left: 0; width: 100%; gap: 5px; display: flex; justify-content: center;}

/* 내여행 */
.my-con {border-radius: 6px; overflow: hidden; border: 1px solid #eee;}
.my-travel-img {height: 150px;}
.my-travel-con {padding: 12px; background-color: #fff;}
.my-travel-con .tag {padding: 4px 8px; border-radius: 6px; background-color: #e8e9ff; color: var(--primary-color); width: fit-content; font-size: 12px; font-weight: 500; margin-bottom: 8px;}
.my-travel-con .tag.on {background-color: #ffe8ec; color: #fa3c3c;}
.my-travel-con h4 {font-size: 16px; font-weight: 600; margin-bottom: 5px; width: fit-content;}
.my-travel-con ul {display: flex; flex-direction: column; gap: 1px;}
.my-travel-con ul li {display: flex; align-items: center; gap: 5px; color: #777; font-size: 13px;}
.my-travel-con ul li p {display: flex; align-items: center; font-size: 13px; color: #777;}
.my-travel-con ul li p.stay {padding-left: 10px; position: relative; margin-left: 3px;}
.my-travel-con ul li p.stay::after {content: ""; display: block; position: absolute; width: 1px; height: 60%; background-color: #ddd; top: 50%; left: 0; transform: translateY(-50%);}
.my-travel-con ul li span {font-size: 13px; color: #777;}

/* 이벤트배너 */
.sub-banner-wrap { margin: 20px 0; height: 40px;}
.sub-banner {border-radius: 6px; overflow: hidden;}

/* 최근 본 상품 — 카드는 이번달 핫한 숙소(.top-con)와 동일 마크업·비율 사용 */
.recent-wrap .recent-slide em {width: 100%; height: 100%; border-radius: 6px; overflow: hidden;}
/* 앱 메인 .recent-con — JS와 동일하게 slidesPerView:3.6 · spaceBetween:7, 카드 장식 없이 썸네일만 정사각 크롭 */
.recentSwiper .swiper-slide.recent-con {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	min-height: 0;
	box-sizing: border-box;
	padding: 0;
	background: transparent;
}
.recent-wrap .recent-con em {
	display: block;
	width: 100%;
	flex-shrink: 0;
	aspect-ratio: 1 / 1;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	min-height: 0;
	background: #f0f0f0;
}
.recent-wrap .recent-con em img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.recent-wrap .recent-meta {
	width: 100%;
	margin-top: 6px;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}
.recent-wrap .recent-region {
	font-size: 11px;
	font-weight: 600;
	color: #9a9797;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: -0.02em;
}
.recent-wrap .recent-name {
	font-size: 13px;
	font-weight: 700;
	color: #222;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}
.recent-wrap .recent-line {
	font-size: 11px;
	font-weight: 500;
	color: #777;
	margin: 0;
	padding: 0;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recent-wrap .recent-sale {
	display: none;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 2px;
}
.recent-wrap .recent-sale .recent-dis {
	font-size: 12px;
	font-weight: 800;
	color: var(--primary-color);
}
.recent-wrap .recent-sale .recent-price {
	font-size: 12px;
	font-weight: 700;
	color: #333;
}
.an-tag {font-size: 10px; color: var(--sub2-color); padding: 4px 7px; position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, .6); border-radius: 0 6px 0 0; text-align: center;}
.de-con .an-tag {font-size: 12px; padding: 5px; width: 100%;}
.p-tag {font-size: 10px; padding: 2px 5px; border-radius: 2px;  position: absolute;  font-weight: 600; }
.recent-con .an-tag {bottom: 0px; left: 0px;width: 100%;}
.p-tag.prom {background-color: var(--primary-color); color: #fff;}
.p-tag.eve {background-color:#ff9800; color: #fff;}


/* 이번달 숙소 */
.top-con {position: relative; border-radius: 6px; overflow: hidden; aspect-ratio: 1 / 1;padding-top:4px;background:unset;}
.top-con::after {content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 95%); z-index: 1;}

.top-con em {width:100%;height: 100%;border-radius: 6px;overflow: hidden;}
.top-con .rank {position: absolute; top: 0; left: 13px; background: url(../img/img-label.png) no-repeat center/cover; width: 45px; height: 60px; border-radius: 6px 0 6px 0; display: flex; align-items: center; justify-content: center; color: #fff; font-family: var(--font-primary3); font-size: 18px;padding-bottom:13px;}
.rank-txt {position: absolute;left: 0; bottom: 0; z-index: 2; width: 100%; text-align: left; padding: 15px;}
.rank-txt span {padding: 3px 10px; border-radius: 40px; background: rgba(0, 0, 0, .6); color: #fff; font-size: 12px; margin-bottom: 3px;}
.rank-txt ul li.ho-tit {color: #fff; font-size: 16px;}
.rank-txt ul li.sub-info {display: flex; align-items: center; gap: 7px;}
.rank-txt ul li.sub-info p {font-size: 12px; color: rgba(255, 255, 255, .9); position: relative;}
.rank-txt ul li.sub-info p:last-child {padding-left: 7px;}
.rank-txt ul li.sub-info p:last-child::after {content: ""; display: block; position: absolute; width: 1px; height: 50%; background: rgba(255, 255, 255, .9); top: 50%; left: 0; transform: translateY(-50%);}

.price-wrap {display: flex; align-items: center; gap: 3px; margin-top: 5px;}
.price-wrap .dis {font-size: 18px; color: var(--sub2-color); font-weight: 700;}
.price-wrap .price {font-size: 18px; color: #fff; font-weight: 600;}

/* 놀러와 매거진 */
.hot-con-wrap {padding:20px 20px 0;}
.hot-con-wrap .swi-btn {display: none;}
.hot-con {position: relative; aspect-ratio: 4 / 1; position: relative; border-radius: 6px; overflow: hidden;}
.hot-con::after {content: ""; display: block; position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, .3); top: 0; left: 0;}
.hot-con em {width: 100%; height: 100%;}
.hot-con p {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; z-index: 5; font-size: 14px; text-wrap: nowrap;}

/* 상품 공통 css */
.de-con {display: flex !important; flex-direction: column; align-items: flex-start; cursor: pointer;}
.de-con .pro-img {aspect-ratio: 1 / 1; border-radius: 6px; overflow: hidden; position: relative; flex-shrink: 0;width:100%;}

.de-con .tag-box {display:flex;gap:5px;position: absolute; top: 7px; left: 7px;}
/* .de-con .tag-box div {box-shadow: 1px 1px 3px #aaa;} */
.de-con .tag-box .new-tag {padding: 4px 6px; background-color: #fa3c3c; color: #fff; font-size: 11px; border-radius: 5px;font-weight:700;}
.de-con .tag-box .promo-tag {padding: 4px 6px; background-color: #c4db45; color: var(--primary-color); font-size: 11px; border-radius: 5px;font-weight:700;}
.hot-wrap .de-con .tag-box {display:flex;gap:5px;position: absolute; top: 10px; right: 10px;left:unset;}
.hot-wrap .de-con .pro-img .new-tag {padding: 4px 6px; background-color: #fa3c3c; color: #fff; font-size: 11px; border-radius: 5px;font-weight:700;}

.like {position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background: url(../img/de_like.png) no-repeat center/cover;}
.like.on {background: url(../img/on_like2.png) no-repeat center/cover;}
/* .de-con .pro-info.st-info {justify-content: flex-start; gap: 7px;} */
.de-con .pro-info {display: flex; flex-direction: column; gap: 4px; text-align: left; justify-content: space-between; flex-grow: 1; padding: 10px 0;}
/* .de-con .pro-info {display: flex; flex-direction: column; gap: 4px; text-align: left;} */
.pro-name span {font-size: 12px; color: #9a9797; display: none;}
.pro-name p {font-size: 15px; font-weight: 600; margin-bottom: -3px;word-break:break-all;}
.pro-price {display: flex; flex-direction: column; margin-top: 3px;}
.pro-price span {font-size: 14px; color: #999; text-decoration: line-through; display: none;}
.pro-price div {display: flex; align-items: center; gap: 3px;}
.pro-price div .sale {font-size: 16px; color: var(--primary-color); font-weight: 800;}
.pro-price div p {font-size: 17px; font-weight: 700; color: #333;}
.pro-review ul {display: flex; align-items: center; gap: 8px; margin-top: -3px;}
.pro-review ul li {display: flex; align-items: center; gap: 2px;}
.pro-review ul li em {width: 12px; padding-bottom: 2px;}
.pro-review ul li p {font-size: 12px; color: #9b9b9b; font-weight: 600;}


/* 인기 여행지 */
.popSwiper .swiper-slide {display: flex; flex-direction: column; gap: 10px; align-items: flex-start;justify-content: flex-start;}
.pop-con {display: flex; align-items: center; gap: 10px; border: 1px solid #eee; padding:10px; border-radius:6px; background:#fdfdfd; width:100%;}
.pop-con em {width: 70px; height: 70px; border-radius: 6px; overflow: hidden; flex-shrink: 0;}
.pop-con .pop-txt p {display: flex; gap: 5px; align-items: center; font-size: 15px; margin-bottom: 3px; font-weight: 500;}
.pop-con .pop-txt p i {background: url(../img/angle.png) no-repeat center/cover; width: 10px; height: 15px; margin-bottom: 1px;}
.pop-con .pop-txt span {font-size: 14px; color: #555; text-align: left;}
.pop-con .pop-txt span br {display: none;}







/* 플레이존 */
.col-wrap .de-con {display: flex; align-items: center; gap: 15px;}
.col-wrap .de-con .pro-img {width: 130px; height: 130px;}
.col-wrap .swiper-slide {display: flex; flex-direction: column; gap: 12px; align-items: flex-start;}

/* 푸터 */
footer {background: #f7f7f7; padding: 40px 20px; border-top: 1px solid #fff;}
.footer-inner {display: flex; flex-direction: column; gap: 15px;}
footer .footer-inner > ul {display: flex; align-items: center;}
footer .footer-inner > ul li {font-size: 13px; color: #555; padding: 0 8px; position: relative;}
footer .footer-inner > ul li:first-child {padding-left: 0;}
footer .footer-inner > ul li::after {content: ""; display: block; width: 1px; height: 40%; background-color: #ddd; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
footer .footer-inner > ul li:first-child::after {content: none;}
footer .footer-inner > ul li.master {display: none;}

footer .foot-inq ul {display: flex; gap: 10px;flex-wrap: wrap;}
footer .foot-inq ul li {font-size: 11px; padding: 7px 8px; border: 1px solid #e2e2e2; border-radius: 6px;width:fit-content}
footer .com-info .info-tit {display: flex; align-items: center; justify-content: space-between;padding-bottom:10px;}
footer .com-info .info-tit p {font-size: 12px; font-weight: 600; color: #b7b7b7;}
footer .com-info .info-tit span {font-size: 12px; display: flex; align-items: center; gap: 3px;cursor: pointer;}
footer .com-info .info-tit span i {background: url(../img/angle2.png) no-repeat center/cover; width: 8px; height: 5px; transform: rotate(0);}
footer .com-info .info-tit span i.on {transform: rotate(180deg);}
footer .com-info ul {display: flex; column-gap: 15px; row-gap: 5px; flex-wrap: wrap; display: none;}
footer .com-info ul.on {display: flex;flex-direction: column;}
footer .com-info ul li {font-size: 12px; color: #b7b7b7;}
footer > .footer-inner p {font-size: 12px; color: #b7b7b7;}


footer .play-footer ,footer .hotel-footer {display: none;}
.hotel-detail-wrap footer .hotel-footer {display: block;}
.hotel-detail-wrap footer .default-footer {display:none;}
.play-detail-wrap footer .play-footer {display:block;}
.play-detail-wrap footer .default-footer {display: none;}
footer .mobile-ft-none {display:none;}
footer .mobile-ft-none-flex {display:none !important;}

.main-index-wrap .mobile-ft-none {display: block;}
.main-index-wrap footer .mobile-ft-none-flex {display: flex !important; }

.foot-inq {flex-direction: column;}
.foot-inq div {margin-top:15px;}

.foot-inq>div {display: flex;gap:5px;}
.foot-inq>div>a {background:#ccc;border-radius:100px;width:30px;height:30px;display: flex;align-items: center;justify-content: center;}
.foot-inq>div>a img {width:30px;height:auto;}
.foot-inq>div>a i {font-size:18px;color:#fff;}

.my-tr-btn {display: none;}
.pc-sub {display: none;}
.cate ul li.all {display: none;}

.ft-only-room {display: none;}
.ft-room-visible .ft-only-room {display:block;}

.footer-text-wrap {flex-direction: column !important;}

/* 플레이존2 */
.zone .swiper {overflow: inherit;}
.zone {padding: 20px 0 60px 0; background: linear-gradient(45deg, #d2d2ff 0%, #d8eaff 50%, #eeffa9 100%); overflow: hidden; margin-top: 5px;}
.zone-con {position: relative; border-radius: 6px; overflow: hidden; aspect-ratio: 1 / 1.2;}
.zone-con::after {content: ""; display: block; width: 100%; height: 80%; position: absolute; bottom: 0; left: 0; background: linear-gradient(rgb(0 0 0 / 0%) 20%,  rgb(0 0 0 / 54%) 68%, rgb(0 0 0 / 54%) 100%); z-index: 1;}


.zone-con .tag-box {display:flex;align-items: center;gap:5px;position: absolute; top: 8px; left: 8px;}
/* .de-con .tag-box div {box-shadow: 1px 1px 3px #aaa;} */
.zone-con .tag-box .new-tag {padding: 5px 7px 4px; background-color: #fa3c3c; color: #fff; font-size: 11px; border-radius: 5px;font-weight:700;}
.zone-con .tag-box .promo-tag {padding: 5px 7px 4px; background-color: #c4db45; color: var(--primary-color); font-size: 11px; border-radius: 5px;font-weight:700;}
.zone-con .tag-box .zone-tag {padding: 6px 42px 4px 12px; background-color: var(--primary-color); color: #fff; font-size: 14px; border-radius: 6px;font-weight:700;position: relative;}
.zone-con .tag-box .zone-tag::after {display: block;content:"";width:80%;height:80%;background: url(../img/zone-tag-bg.png) no-repeat center right/contain;position:absolute;bottom:0;right:1px;}

/* .zone-con .zone-tag {position: absolute; top: 0; left: 0; padding: 7px 12px; border-radius: 8px 0 8px 0; background: var(--primary-color); color: #fff; font-family: var(--font-primary2); font-size: 14px;} */
.zone-con  .zone-info {position: absolute; bottom: 20px; left: 15px; display: flex; flex-direction: column; gap: 10px; z-index: 2; color: #fff; text-align: left;}
.zone-con  .zone-info p {color: #fff ; font-weight: 500; font-size: 20px;}
.zone-con  .zone-info > span {color: #fff; font-size: 17px; font-weight: 700;}
.zone-con  .zone-info span b {color: #fff; font-size: 15px;}
.zone-page {bottom: -40px !important; display: flex; align-items: center; justify-content: center; gap: 5px;}
.zone-page span {font-size: 14px; font-weight: 600;}
/* .zone .swiper-slide-active {box-shadow: 9px 9px 0 #573cfa;} */
.zone-con {position: relative; transform: scale(0.94) !important;}
.zone-con::before {content: ""; display: block; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, .5); width: 100%; height: 100%; z-index: 3;}
.zone .h-sub-info {margin-top: 3px;}
.zone .h-sub-info p {font-size: 14px !important; font-weight: 400; color: rgba(255, 255, 255, .8) !important;}
.zone .h-sub-info p span {color: rgba(255, 255, 255, .8) !important;}
.zo-info-tit {padding-right: 15px;}
.zone .swiper-pagination-total {color: #555;}
.zone .h-sub-info ul li {font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, .8);}
.swiper-slide-active {transform: scale(1) !important;}
.swiper-slide-active::before {content: none;}

.no-hd .mo-header {display: none;}


.app-download {
	width:100%;
	height:80px;
	background:#fff;
	display: flex;
	align-items: center;
	border-top: 1px solid #eee;
	cursor: pointer;
}

.app-download figure {
	width:35px;
	border-radius: 6px;
	overflow:hidden;
	box-shadow: 2px 2px 8px #33333370;
}

.app-download figure img {
	width:100%;
}

.app-download span {
	color:#111;
	font-size:12px;
	font-weight: 300;
}

.app-download p {
	color:#111;
	font-size:16px;
	font-weight:600;
}

.app-download-wrap {
	width: 1280px;
	margin:0 auto;
	display:flex;
	/* justify-content: space-between; */
	justify-content: center;
	gap:20px;
	align-items: center;
}

.app-download-text {
	display:flex;
	align-items: center;
	gap:10px;
}

.app-download-btn {
	display:flex;
	gap:5px;
}
.app-download-btn div {
	display:flex;
	gap:3px;
	justify-content: center;
	background:#111; 
	color:#e3e3e3;
	padding:6px 10px;
	border-radius:6px;
	font-size:12px;
}

.app-download-btn div i {
	color:#e3e3e3;
	font-size:16px;
}

.app-download-btn .download-btn {font-size:20px;}
.app-download-btn .download-btn i {color:#666;}

.app-download-text>div {display:flex;flex-direction: column;align-items: flex-start;gap:0px;}

.banner2, .banner3 {aspect-ratio: 6/1; width:100%;height:unset;}


.my-con-none .none-txt h4 {font-size: 18px; font-weight: 600;}
.my-con-none .none-txt span {font-size: 14px; color: #777; }


#line_banner_wrap .wd {cursor: pointer;}



/* -------- 320px -------- */
@media screen and (min-width: 320px) {
	.index-pd-l {padding-left:20px;padding-right:20px;}

	/* .banner-img img {height: 158px;} */

	.tit h3 {font-size: 18px;}
	.bg-con {padding: 20px 20px;}
	.pd-left {padding-left: 20px !important;}
	.bd {padding: 0 20px;}
	.search-bar input {padding: 12px 7px;}
	.search-bar em {margin-left: 20px; margin-right: 7px;}
	.search-bar input::placeholder {font-size: 15px;}

	.banner {padding: 0 20px;}

	.cate ul li em {width: 45px;}

	.pro-price div .sale {font-size: 17px;}
	.pro-price div p {font-size: 17px;}
}

/* index에서 적용 */

@media screen and (min-width: 480px) {
	.index-pd-l {padding-left:20px;padding-right:20px;}
	/* 중형 모바일 스타일 */
	.cate ul li em {width: 52px;}

	
.app-download {
	width:100%;
	height:80px;
	background:#fff;
	display: flex;
	align-items: center;
}

.app-download figure {
	width:40px;
	border-radius: 6px;
	overflow:hidden;
	box-shadow: 2px 2px 8px #33333370;
}

.app-download figure img {
	width:100%;
}

.app-download span {
	color:#111;
	font-size:14px;
	font-weight: 300;
}

.app-download p {
	color:#111;
	font-size:20px;
	font-weight:600;
}

.app-download-wrap {
	width: 1280px;
	margin:0 auto;
	display:flex;
	/* justify-content: space-between; */
	justify-content: center;
	gap:40px;
	align-items: center;
}

.app-download-text {
	display:flex;
	align-items: center;
	gap:15px;
}

.app-download-btn {
	display:flex;
	gap:20px;
}
.app-download-btn div {
	display:flex;
	gap:6px;
	justify-content: center;
	background:#111; 
	color:#e3e3e3;
	padding:6px 12px;
	border-radius:6px;
	font-size:12px;
}

.app-download-btn div i {
	color:#e3e3e3;
	font-size:16px;
}


.app-download-text>div {display:flex;flex-direction: column; align-items: flex-start;gap:0px;}

}

@media screen and (min-width: 640px) {
	.index-pd-l {padding-left:20px;padding-right:20px;}
/* 대형 모바일 스타일 */

	.cate {width: 500px;}
	.cate ul li {gap: 5px;}
	.cate ul li p {font-size: 13px;}
	.search-bar input {width: 86%;}

	.hot-con p {font-size: 18px;}
}

@media screen and (min-width: 680px) {
	.app-download figure {
	width:40px;
	border-radius: 6px;
	overflow:hidden;
	box-shadow: 2px 2px 8px #3922bd;
}

.app-download figure img {
	width:100%;
}

.app-download span {
	color:#111;
	font-size:16px;
	font-weight: 300;
}

.app-download p {
	color:#111;
	font-size:22px;
	font-weight:600;
}

.app-download-wrap {
	width: 1280px;
	margin:0 auto;
	display:flex;
	/* justify-content: space-between; */
	justify-content: center;
	gap:40px;
	align-items: center;
}

.app-download-text {
	display:flex;
	align-items: center;
	gap:15px;
}

.app-download-btn {
	display:flex;
	gap:20px;
}
.app-download-btn div {
	display:flex;
	gap:6px;
	justify-content: center;
	background:#111; 
	color:#e3e3e3;
	padding:8px 16px;
	border-radius:6px;
	font-size:14px;
}

.app-download-btn div i {
	color:#e3e3e3;
	font-size:16px;
}

.app-download-text>div {display:flex; flex-direction: row;align-items: center;gap:12px;}

}

@media screen and (min-width: 768px) {

	
	.de-con .tag-box .new-tag {padding: 6px 8px; background-color: #fa3c3c; color: #fff; font-size: 12px; border-radius: 6px;font-weight:700;}
	.de-con .tag-box .promo-tag {padding: 6px 8px; background-color: #c4db45; color: var(--primary-color); font-size: 12px; border-radius: 6px;font-weight:700;}
	.de-con .pro-img .new-tag {padding: 6px 8px; background-color: #fa3c3c; color: #fff; font-size: 12px; border-radius: 6px;font-weight:700;}

	
	.zone-con .tag-box .new-tag {padding: 6px 8px; background-color: #fa3c3c; color: #fff; font-size: 12px; border-radius: 6px;font-weight:700;}
	.zone-con .tag-box .promo-tag {padding: 6px 8px; background-color: #c4db45; color: var(--primary-color); font-size: 12px; border-radius: 6px;font-weight:700;}

	.zone-con .tag-box .zone-tag {padding: 8px 66px 8px 15px; background-color: var(--primary-color); color: #fff; font-size: 16px; border-radius: 6px;font-weight:700;position: relative;}
	.zone-con .tag-box .zone-tag::after {display: block;content:"";width:100%;height:100%;background: url(../img/zone-tag-bg.png) no-repeat center right/contain;position:absolute;top:0;right:0;}

	footer .com-info ul.on {flex-direction: row;}

	.footer-text-wrap ul li {position: relative;}
	.footer-text-wrap ul li::after {position: absolute;display: block;content: "";width:1px;height:9px;background:#ccc;top:48%;right:-8px;transform: translateY(-50%);}
	
	.footer-text-wrap ul li:last-child::after {display: none;}


	.index-pd-l {padding-left:20px;padding-right:20px;}
	/* 태블릿 전용 스타일 */

	.my-trv {display: flex !important; padding: 15px 20px; background-color: #fff; justify-content: space-between; gap: 5px;}
	.my-travel-img {border-radius: 6px; overflow: hidden; width: 165px;}
	.my-tr-btn {display: flex; flex-direction: column; gap: 5px; padding-left: 35px; border-left: 1px solid #eee;}
	.my-tr-btn button {font-size: 14px; width: 150px; height: 40px; border-radius: 6px !important;}
	.my-tr-wrap {display: flex; align-items: center; justify-content: space-between; flex: 1;}

	.h-sub-info p, .h-sub-info ul li {font-size: 14px !important; font-weight: 400 !important;}
	.h-sub-info p span {font-size: 14px; font-weight: 400 !important;}
}


@media screen and (min-width: 860px) {

	.top-con .rank {position: absolute; top: 0; left: 13px; background: url(../img/img-label.png) no-repeat center/cover; width: 50px; height: 66px; border-radius: 6px 0 6px 0; display: flex; align-items: center; justify-content: center; color: #fff; font-family: var(--font-primary3); font-size: 20px;padding-bottom:14px;}

	footer .mobile-ft-none {display:block;}

	footer .mobile-ft-none-flex {display: flex !important;}
	.mobile-ft-none-flex li {cursor: pointer;}
	
	.best-place-wrap .swiper-slide {
		width:fit-content !important;
		max-width: 846px;
	}

	.best-place-wrap .swiper-slide .pop-con {
		width:268px;
	}

	.mt-1 {margin-top: 120px;}

	.index-pd-l {padding-left:20px;padding-right:20px;}

	.de-margin2 {margin: 65px 0;}
	.wd2 {width: 860px; margin: 135px auto 0; min-height: calc(100vh - 135px); background-color: #fff;}
	.wd3 {width: 480px; margin: 135px auto 0; min-height: calc(100vh - 135px); background-color: #fff;}
	.indx .wd3 {margin-top: 95px;}
	.main-rec {display: none;}

	.main-con::after {content: none;}
	.search-bar input {width: 90%;}
	.banner .swiper-pagination {display: none;}

	
    .main-banner h2 {padding: 110px 0 38px 20px; font-size: 22px;}
	.main-banner .bg {height: 155px;}

	.cate {width: 100%; margin-top: 35px;}
	.cate ul {flex-wrap: nowrap;}

	.banner {margin: 50px 0;}
	/* .banner-img img {max-height: 215px;} */

	.my-trv {width: 80% !important;}

	/* 인기여행지 */

	.popSwiper .swiper-slide {flex-direction: row; gap: 15px;}
	.pop-con {flex-direction: column; width: calc((100% - 15px) / 3);padding:15px;}
	.pop-con em {width: 100%; height: auto; aspect-ratio: 1 / 1;}
	.pop-con .pop-txt {display: flex; flex-direction: column; align-items: center;}
	.pop-con .pop-txt span {text-align: center;}
	.pop-con .pop-txt span br {display: block;}
	.pop-con .pop-txt p i {display: none;}

	/* 플레이존 */

	/* .col-wrap .swiper-slide {flex-direction: row;} */
	/* .col-wrap .de-con {flex-direction: column; width: calc((100% - 15px / 3)); align-items: flex-start; gap: 0;} */
	.col-wrap .de-con {align-items: flex-start; gap: 15px;}
	.col-wrap .de-con .pro-img {width: 100%; height: auto; width: 168px; aspect-ratio: 1 / 1 !important;}

	.pro-name p {font-size: 17px;}

	.zone-inner {position: relative;}
	.zone-inner .swi-btn {top: -51px;}

	.my-travel-con ul {gap: 3px;}
	.my-travel-con ul li {font-size: 13px;}
  }
 
@media screen and (min-width: 1024px) { 
.foot-inq {display:flex;justify-content: space-between;align-items: center;flex-direction: row;}

.foot-inq>div>a {background:#ccc;border-radius:100px;width:45px;height:45px;display: flex;align-items: center;justify-content: center;}
.foot-inq>div>a img {width:30px;height:auto;}
.foot-inq>div>a i {font-size:25px;color:#fff;}
.foot-inq div {
    margin-top: 0px;}

	.index-pd-l {padding-left:0px;padding-right:0px;}
	.hot-con-wrap {padding:0;}
	.my-trv {width: 70% !important;}
	.tit {margin-bottom: 40px;}
	.tit h3 {font-size: 22px;}
	.tit i {display: none;}
	.main-rec {display: none;}
	.de-margin2 {margin: 110px 0; position: relative;overflow: hidden;}
	.bg-con {padding: 50px 20px; position: relative;}
	.bg-con2 {padding: 60px 0; position: relative;}
	/* .top-con {aspect-ratio: 1 / 0.9;} */
	.rank-txt {padding: 15px;}
	.like {width: 28px; height: 28px;}
	.rank-txt ul li.ho-tit {font-size: 17px;}
	.rank-txt ul li.sub-info p {font-size: 14px; font-weight: 300;}
	.pro-name p {font-size: 18px;}
	.hot-con p {font-size: 22px;}
	.pro-review ul li p {font-size: 14px; font-weight: 400;}
	.pop-con .pop-txt p {font-size: 18px;}
	.pop-con .pop-txt span {font-size: 16px;}
	.popSwiper .swiper-slide {gap: 20px;}
	.col-wrap .swiper-slide {gap: 18px;}
	.tab1 ul {gap: 14px;}
	.tab1 ul li {font-size: 16px;}
	.mo-sub {display: block;}
	/* .pc-sub {display: block !important;} */
	.side-flex2 .sub-banner-wrap {width: 100%;}
	.sub-banner-wrap {margin-top: -35px; margin-bottom: 60px; padding: 0 20px;}
	.sub-banner-wrap .bd {padding: 0;}
	.sub-banner {border-radius: 6px;}
	.search-box {width:100%;}
	/* .main-banner h2 {width: 1024px; padding: 110px 0 0 0; left: 50%; transform: translateX(-50%);}	 */
	.wd {height: 100%; padding-right: 20px; padding-left: 20px;position:relative;}

	.swiper-button-next, .swiper-button-prev {display: block !important;}
	.swiper-button-next {background: url(../img/next.png) no-repeat center/cover #fff; background-size: 10px 15px;width: 40px !important; height: 40px !important; border-radius: 6px; border: 1px solid #eee; box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);}
	.swiper-button-prev {background: url(../img/prev.png) no-repeat center/cover #fff; background-size: 10px 15px;width: 40px !important; height: 40px !important; border-radius: 6px; border: 1px solid #eee; box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);}
	.swiper-button-next::after,
	.swiper-button-prev::after {
	display: none;
	}
	.my-con-wrap .swiper {position: relative !important;}
	.my-con-wrap .swiper-slide {cursor: unset;}
	.banner .swiper {position: relative !important;}
	.swiper {overflow: inherit !important; position: static !important;}
	.banner .swiper-button-next {right: -10px !important;}
	.banner .swiper-button-prev {left: -10px !important;}

	
	.swi-btn {position: absolute; display: flex; flex-direction: row-reverse; align-items: center; gap: 10px; right: 20px; top: 25px;}
	.swi-btn .swiper-button-next, .swi-btn .swiper-button-prev {position: static;}
	

	footer .foot-inq ul li {font-size: 13px;}
	footer .footer-inner > ul li.master {display: block; color: #bdbdbd;}




	/* 이달의 숙소 */
	.bg-con2 {padding: 0; margin-top: 110px; margin-bottom:110px; background-color: #fff;}
	/* .de-margin2 {margin: 110px 0;} */
	.top-con-wrap .swi-btn {top: 12px}

	.col-wrap .de-con .pro-img {width: 190px;}

	/* .de-con .pro-info {margin-top: 5px;} */
	.de-con .an-tag {font-size: 14px;}

	.zone {padding: 110px 0 130px 0;}
	.zone-con .zone-info {left: 25px; bottom: 30px;}
	.zone-page {bottom: -50px !important;}
	.zone-page span {font-size: 18px;}

	
	.app-download {
		width:100%;
		height:80px;
		background:#fff;
		display: flex;
		align-items: center;
	}

	.app-download figure {
		width:50px;
		border-radius: 6px;
		overflow:hidden;
		box-shadow: 2px 2px 8px #33333370;
	}

	.app-download figure img {
		width:100%;
	}

	.app-download span {
		color:#111;
		font-size:18px;
		font-weight: 300;
	}

	.app-download p {
		color:#111;
		font-size:28px;
		font-weight:600;
	}

	.app-download-wrap {
		width: 1280px;
		margin:0 auto;
		display:flex;
		/* justify-content: space-between; */
		justify-content: center;
		gap:50px;
		align-items: center;
	}

	.app-download-text {
		display:flex;
		align-items: center;
		gap:20px;
	}

	.app-download-btn {
		display:flex;
		gap:20px;
	}
	.app-download-btn div {
		display:flex;
		gap:10px;
		justify-content: center;
		background:#111; 
		color:#e3e3e3;
		padding:10px 20px;
		border-radius:6px;
		font-size:14px;
	}

	.app-download-btn div i {
		color:#e3e3e3;
		font-size:20px;
	}


} 

@media screen and (min-width: 1280px) {
	/* 데스크탑 전용 스타일 */
	/* .wrap {width: 1280px; margin: 0 auto;} */

	.wd-02 {
		width: 1280px;
        margin: 0 auto;
        height: 100%;
        position: relative;
	}

	.my-trv {width: calc((100% - 10px) / 2) !important;}
	/* .search-bar em {display: none;} */
	.search-bar input {width: 100%; padding: 16px 20px;}
	.search-bar .sr-btn {width: 40px; height: 40px;}
	.search-bar .sr-btn i {width: 18px; height: 18px;}

	.cate ul {justify-content: center; gap: 22px; align-items: center;}
	.cate ul li {width: 71px;}
	.cate ul li em {width: 60px; height: 60px;}
	.cate ul li.all {border: 1px solid #eee; width: 50px; height: 50px; border-radius: 6px; display: flex;}
	.cate ul li.all em {width: 20px;}
	.cate ul li p {font-size: 15px;}

	.wd {width: 1280px; margin: 0 auto; height: 100%; position: relative; overflow: hidden;}
	/* .top-con-wrap .wd {overflow: inherit;} */
	/* .zone .wd {overflow: visible;} */
	/* .wd-hide .swiper-wrapper {overflow: hidden;} */
    .tit h3 {font-size: 24px;}
    .de-con .pro-img {border-radius: 6px;width:100%;}
	.top-con-wrap .pd-left,
	.recent-wrap .pd-left {padding-left: 0 !important;}
    /* .my-con {width: 50%;} */

	.banner .swiper-button-prev {left: 10px !important;}
	.banner .swiper-button-next {right: 10px !important;}
	.top-con-wrap .swi-btn {top: 23px;}
	.swi-btn {top: 22px;}
	.banner2 {height: 195px;aspect-ratio: unset;}
	.banner3 {height: 115px;aspect-ratio: unset;}
	.swiper-container {overflow: visible;}

	.footer-inner {width: 1280px; margin: 0 auto;}

	.price-wrap .price {font-size: 20px;}
	.price-wrap .dis {font-size: 20px;}
	.rank-txt ul li.ho-tit {font-size: 19px;}
	.pro-name span {font-size: 14px;}
	.pro-name p {font-size: 19px;}
	.pro-price {margin-top: 3px;}
	.pro-price span {font-size: 18px;}
	.pro-price div p {font-size: 20px;}
	.pro-price div .sale {font-size: 20px;}

	.col-wrap .de-con {gap: 20px;}
	.col-wrap .de-con .pro-img {width: 235px;}
	.col-wrap .de-con .pro-info {margin-top: 10px;}

	.bg-con {padding: 50px 20px;}

	.zone-con .zone-info {gap: 15px;}
	.zone-con .zone-info > span {font-size: 19px;}

	.rank-txt {padding: 20px;}

	.main-banner h2 {width: 1280px; padding: 110px 0 0 0; left: 50%; transform: translateX(-50%);}	
	.search-box {width: 1280px;}
	.search-box.bd {padding: 0;}
	.banner {padding: 0;}
	.main-con .wd {padding: 0;}
	.sub-banner-wrap {width: 1280px; margin: 30px auto 0;}
	.cate {width: 1280px;}
	.cate ul {justify-content: space-between;}
  }

@media screen and (min-width: 1600px) {
	/* 4K 화면 대응 */
  }