
@import url(./default.css);
*,
*::after,
*::before {
	box-sizing: border-box;
}
.inner-wrap{
	width: 100%;
}
.mo_inner{
	display: none;
}
.mo_inner h3{
	color: #474747;
	font-size: 18px;
}
.mo_inner h3 span{
	font-size: 12px;
	color: #878787;
}
.mo_inner .mo-review{
	display: flex;
	align-items:end;
	gap: 1%;
	margin-bottom: 2%;
}
.mo_inner .mo-review img {
	filter: grayscale(1);
}
.mo_inner .mo_review2{
	color: #474747;
	font-size: 13px;
	margin-right: 5px;
}
.mo_inner .mo_review3{
	color: #474747;
	font-size: 13px;
}
.mo_inner a{
	color: #474747;
	font-size: 15px;
	text-decoration:underline;
	margin-bottom: 2%;
}
.mo_inner .mo_price{
	color: #474747;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
.mo_inner .mo_price .mo_percent{
	color: #fff;
	display: inline-block;
	background-color: #CC2E2E;
	padding: 7px 6px 4px;
	border-radius: 16px;
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;

}
.roominfos{
	top: 56% !important;
	position: fixed !important;
	max-height: 75vh;
    overflow-y: scroll;
	/* position: absolute; */
	/* top: 65%; */
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	margin: 0 auto;
	background-color: rgba(255,255,255,1);
	border-radius: 10px;
	border: 1px solid #474747;
	padding: 1% 1%;
	font-size: 16px;
	color: #474747;
	line-height: 22px;
	z-index: 1010101;
}
.roominfos::-webkit-scrollbar-thumb {
    background-color: #ccc; 
    border-radius: 5px;     
}
.roominfos::-webkit-scrollbar-track {
    background-color: #f1f1f1; 
    border-radius: 5px;
}
.room-review, .room-info0, .room-info1, .room-info2, .room-info3{
	display: none;
}
.roominfos .scroll-down {
	width: 65px;
	height: 65px;
	font-size: 11px;
	line-height: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #474747;
	border: 1px dashed #ccc;
	border-radius: 50%;
	position: sticky;
    bottom: 0;
    right: 0;
    margin-left: auto;
	background: rgba(255, 255, 255, 0.8);
}
.roominfos .scroll-down p {
	margin-top: 20px;
}
.roominfos .scroll-down span {
	transform: translateY(0px) rotate(90deg);
	animation: move_updown 3s infinite;
}
@keyframes move_updown {
	0% { transform: translateY(0px) rotate(90deg); }
	50% { transform: translateY(5px) rotate(90deg); }
	100% { transform: translateY(0px) rotate(90deg); }
}
.room-info3 .info_flex{
	margin-bottom: 2%;
}
.roominfos .confirm{
	display: block;
	width: 14%;
	margin: 0 auto;
	background-color: #474747;
	color: #fff;
	font-size: 19px;
	padding: 6px 5px 7px;
	border: none;
	border-radius: 7px;
	cursor: pointer;
	margin-top: 1%;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
}
.roominfos h2{
	text-align: center;
	color: #fff;
	background-color: #474747;
	font-size: 28px;
	line-height: 28px;
	padding: 12px 0 7px;
	border-radius: 33px;
	font-weight: lighter;
	margin-bottom: 3%;
}

.infobuttons{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 3%;
}
.infotext h3{
	font-size: 20px;
	margin-bottom: 0.5%;
}
.infotext{
	border-radius: 13px;
	border: 1px solid #474747;
	padding: 1% 5% 1% 1%;
	margin-bottom: 3%;
	font-size: 16px;
	line-height: 28px;
}
.star{
	color: #474747;
}

.infobuttons a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2%;
	flex-wrap: wrap;
}
.infobuttons a img{
	align-self: baseline;
}
.infobuttons button, .infobuttons a{
	width: 15%;
	border-radius: 9px;
	padding: 15px 5px;
	border: 1px solid #474747;
	font-size: 16px;
	background-color: #fff;
	cursor: pointer;
	color: #474747;
	font-family: 'pret-b';
}
@media(min-width:769px){
	.infobuttons button:hover, .infobuttons a:hover{
		background-color: #D4D4D4;
	}
}

.title1 form{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.price2-1{
	background-color: #CC2E2E;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	padding: 4px 6px 1px 6px;
	border-radius: 15px;
	align-self: center;
	font-weight: bold;
}
.price2-2{
	color: #474747;
	font-size: 26px;
	font-weight: bold;
}
.active{
	height: 220px !important;
}
.bold{
	font-weight:bold;
	margin-right: 5px;
}
.inner-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 95%;

}
.detail-wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 1%;
}
.swiper{
	border-radius: 15px !important;
	margin-bottom: 2%;
	
}
.swiper-slide{
	width: 100% !important;
}
.wrap_all .swiper{
	margin-bottom: 0;
	border-radius: 15px 15px 0 0 !important;
}
.inner-flex-left{
	display: flex;
	align-items: center;
}
.inner-flex-left img {
	transform: translateY(-2px);
    margin-right: 3px;
	filter: grayscale(1);
}
.inner-flex-left span{
	display: flex;
	align-items: center;
	color: #474747;
	font-size: 17px;
}
.inner-flex-left a{
	display: block;
	margin-left: 5px;
	color: #474747;
	font-weight: bold;
}
.inner_title h3{
	font-size: 24px;
	color: #474747;
	display: flex;
	flex-direction: column;
	gap: 1%;
	margin-bottom: 1%;
	letter-spacing: 0.5px;
}
.inner_title h3 span{
	font-size: 15px;
	color: #878787;
}
.inner_title{
	margin-bottom: 1.5%;
}
.inner-flex-right{
	display: flex;
	align-items: center;
	gap: 1%;
	width: 28%;
	justify-content: end;
}
.inner-flex-right #percent{
	color: #fff;
	background-color: #CC2E2E;
	border-radius: 15px;
	display: inline-block;
	margin-right: 2px;
	padding: 7px 10px 6px;
	font-weight: bold;
}
.inner-flex-right #price{
	color: #474747;
	font-size: 22px;
	font-weight: bold;
}
.inner-flex-right #won{
	color: #474747;
	font-size: 18px;
}
.address{
	color: #6A6A6A;
	font-size: 18px;

}
.like_Button{
	width: 42px;
	height: 39px;
	border: 0;
	outline: 0;
	background-color: transparent;
	background-image: url("/images/common/good1.png");
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	vertical-align: sub;
	margin-left: 1%;
	filter: grayscale(1);
}
.title1{
	display: block;
	text-align: left;
}
:root {
	font-size: 14px;
	--color-text: #131313;
	--color-bg: #fff;
	--color-link: #000;
	--color-link-hover: #131313;
	--padding-sides: 2rem;
	--padding-row: 1rem;
	--color-row-border: #f0f0f0;
	--color-bg-row-hover: #f0f0f0;
	--color-text-alt: #000;
	--image-gap: 1vw;
	--image-gap-large: 2vw;
	--img-size: 12vw;
	--img-size-large: 18vw;
}

body {
	margin: 0;
	color: var(--color-text);
	background-color: var(--color-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	/* font-family: auger-mono, monospace; */
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	background: url('/images/main/themebg.jpg');
	
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 10%;
	
}
main{
	background-color: transparent !important;
}
@media(min-width:769px){
    main {padding-top: 6% !important;}
}
.oh {
	position: relative;
    overflow: hidden;
}  
.cell__title img{
	position: absolute;top: -1%; right: 3%;
}


/* Page Loader */
.js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 1000;
}

.js .loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;

}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
	cursor: pointer;
}

.hover-line {
	overflow: hidden;
	position: relative;
}

.hover-line::before {
	content: '';
	height: 1px;
	width: 100%;
	background: currentColor;
	position: absolute;
	top: 92%;
	transition: transform 0.3s;
	transform-origin: 0% 50%;
}

.hover-line:hover::before {
	transform: scaleX(0);
	transform-origin: 100% 50%;
}

a:hover {
	text-decoration: none;
	outline: none;
}

/* Better focus styles from https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible */
a:focus {
	/* Provide a fallback style for browsers
	 that don't support :focus-visible */
	outline: none;
	background: lightgrey;
}

a:focus:not(:focus-visible) {
	/* Remove the focus indicator on mouse-focus for browsers
	 that do support :focus-visible */
	background: transparent;
}

a:focus-visible {
	/* Draw a very noticeable focus style for
	 keyboard-focus on browsers that do support
	 :focus-visible */
	outline: 2px solid red;
	background: transparent;
}

.unbutton {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	font: inherit;
	cursor: pointer;
}

.unbutton:focus {
	outline: none;
}

.frame{
	margin-left: 3%;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto;
	grid-template-areas: 'title' 'prevdemo' 'sponsor';
	justify-content: center;
	grid-row-gap: 1rem;
	align-items: end;
	justify-items: start;
}
.frame_flex{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 1.5%;
	gap: 5%;
}
.frame__title {
	grid-area: title;
	display: flex;
	line-height: 1;
	width: 100%;
	margin: 0 auto;
	/* border-bottom: 1px solid #474747; */
	margin-bottom: 5%;
}

.frame__title-main {
	font-size: 1.5vw;
	width: 90%;
	margin: 0 auto;
	font-weight: 400;
	text-transform: none;
	position: relative;
	text-align: center;
}

.frame__title-back {
	position: relative;
	display: flex;
	align-items: flex-end;
}

.frame__title-back span {
	display: none;
}

.frame__title-back svg {
	fill: currentColor;
}

.frame__prevdemo {
	grid-area: prevdemo;
}

.intro {
	padding: 1rem var(--padding-sides) 3rem;
}

.intro p {
	max-width: 860px;
}

.cover {
	background: var(--color-bg-row-hover);
	width: 100%;
	height: 0;
	opacity: 0;
	pointer-events: none;
	z-index: 10;
	position: fixed;
	left: 0;
	will-change: height, top;
}

.content {
	position: relative;
	z-index: 9995;
	height: 61vh;
    /* border-bottom: 1px solid var(--color-row-border); */
    /* overflow-y: scroll; */
    overflow-y: auto;
	/* 스크롤바 숨기기 */
    -ms-overflow-style: none; /* IE, Edge */
    scrollbar-width: none;    /* Firefox */
}
/* Chrome, Safari, Opera */
.content::-webkit-scrollbar {
    display: none;
}

.more{
	width: 35px;
	display:block;
	position: relative;
	cursor: pointer;
}
.more img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 80%;
}

.row {
	z-index: 1;
	color: var(--color-text);
	display: flex;
	position: relative;
	cursor: pointer;
	grid-template-rows: var(--img-size);
	grid-template-columns: auto 1fr;
	grid-column-gap: 5vw;
	align-items: center;
	background-color: rgba(255,255,255,0.8);
	border-radius: 15px;
	width: 80%;
	margin: 0 auto;
	border: 1px solid #707070;
	margin-bottom: 2%;
}


.row:hover .oh__inner{
	transform-origin: 0 !important;
	transform: none !important;
}
.row--current {
	z-index: 11;
	transition: border-color 0.3s ease-out;
}

.cell {
	position: relative;
	height: 100%;
	width: auto;
}

.cell__title,
.preview__item-title {
	margin: 0;
	font-size: 34px;
	position: relative;
	font-weight: 400;
	white-space: nowrap;
	color: #fff;
	position: relative;
}

.like{
	background-image: url('/images/common/good2.png');
}

/* .row:hover .cell__title{
	width: 100% !important;
} */

/* 객실, 상세객실 보여주는 부분 */
.cell--text{ 
	width: 26% !important;
}
.roomlist .inner-wrap {
	width: 67.8%;
}
.cell__title {
	display: inline-block;
	background-image: url('/img/6.avif');
	height:290px;
	line-height: 290px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0 0 15px;
}

.cell--images {
	display: grid;
	align-content: center;
	grid-auto-columns: auto;
	grid-auto-flow: column;
	grid-gap: var(--image-gap);
	justify-content: start;
	overflow-x: scroll;
	padding-bottom: 10px;
}

.cell__img {
	width: var(--img-size);
	display: grid;
	position: relative;
	grid-template-columns: 100%;
	grid-template-rows: auto auto;
	will-change: transform, opacity;
	cursor: pointer;
	min-width: 130px;
}

.cell__img-inner{
	background-size: cover;
	background-position: 50% 50%;
	aspect-ratio: 1;
	width: 100%;
	height: 120px;
	border-radius: 15px;
}

.cell__img-title{
	max-width: 100%;
	font-size: 1rem;
	font-weight: 300;
	color: var(--color-text-alt);
	margin: 0;
	height: 0;
	opacity: 0;
	white-space: nowrap;
	will-change: opacity, transform;
}

.preview{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:9996;
	pointer-events: none;
	overflow: auto;

}

.preview__close{
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	font-family: sans-serif;
	color: #474747;
}
.preview__close img {
	width: 145px !important;
}
.close_btn{
	position: absolute;
	top: 12%;
	right: 5%;
	z-index: 9999 !important;
}
.close_btn img {
	filter: grayscale(1);
}
.preview__close--show {
	pointer-events: auto;
}

.preview__item {
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
    justify-items: center;
	align-content: center;
	grid-gap: 10vh;
	height: 0;
	opacity: 0;
	overflow: hidden;
	background-color: rgba(255,255,255,1);
}

.preview__item--current {
	pointer-events: auto;
	height: auto;
	opacity: 1;
}


.preview__item-title{
	color: #474747;
	font-size: 34px;
	margin-bottom: 1%;
	font-family: 'pret-b';
	/* display: inline-block; */
}
.preview__item-title span{
	color: #474747;
	cursor: pointer;
	text-decoration:none !important;
}
.preview__item-title span:last-child{
	display: none;
}
.ps_tag{
	font-size: 20px;
	color: #474747;
	text-align: right;
}
.grid {
	position: relative;
	display: grid;
	background-color:#fff;
	width: 100%;
    grid-gap: var(--image-gap-large);
	justify-content: center;
	justify-items: center;
	--img-size: var(--img-size-large);
	grid-template-columns: repeat(4,var(--img-size));
	margin-bottom: 5%;
	-webkit-overflow-scrolling: touch; /* iOS Safari 스크롤 개선 */
}

.grid .cell__img {
	width: var(--img-size-large);
}

@media screen and (min-width: 61em) {
	.frame {
		grid-template-rows: auto;
		grid-template-areas: 'title prevdemo sponsor';
		/* grid-column-gap: 2rem; */
	}
	:root {
		--padding-sides: 4rem;
		--padding-row: 2rem;
	}
}

.link_btn{
	display: inline-block;
	width: 150px;
	height: 63px;
	font-size: 30px;
	border: 2px solid #ED2B55;
	color: #000;
	border-radius: 50px;
	line-height: 63px;
	text-align: center;
	margin-right: 1%;
}
.link_btn:hover{
	background-color: #ED2B55;
	color: #fff;
}

.link_btn2{
	width: auto;
	/* display: flex; */
	align-items: center;
	padding-left: 10%;
	gap: 3%;
	margin-bottom: 1%;
}

.link_btn2 ul{
	display: flex;
	justify-content: space-between;
	gap: 2%;
	width: 100%;
}
.link_btn2 ul li{
	word-break: keep-all;
	width:max-content;
	font-size: 30px;
	color: #fff;
	border-radius: 32px;
	background-color: #ED2B55;
	border: 2px solid #ED2B55;
	padding: 12px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cell__img span{
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 9999;
	width: 90%;
	max-width: 90%;
    word-break: break-all;
	text-shadow: 0px 0px 3px #000000B3;
	 /* 추가 보완 */
    white-space: normal;        /* 줄바꿈 허용 */
    word-wrap: break-word;      /* 긴 단어 강제 줄바꿈 */
    overflow-wrap: break-word;  /* 최신 브라우저용 */
    line-height: 1.4;           /* 줄간격 조금 확보 */
}
#start_date,#end_date{
	vertical-align: bottom;
}





/* price팝업css */
/* price팝업css */

.closebtn{
    position: fixed;
    top: 3%;
    right: 4%;
    z-index: 9999;
    cursor: pointer;
}
.closebtn img {
	filter: grayscale(1);
}
.wrap_all .swiper-wrap{
	padding-top: 0 !important;
} 
.wrap_all{
    border: 2px solid #b1b1b1;
    border-radius: 15px;
    overflow-x: hidden;
	display: none;
	overflow-y: auto;
	max-height: 75vh;
	z-index: 9999;
	-webkit-overflow-scrolling: touch;
}
.wrap_all1{
	width: 35%;
	max-width: 455px;
    height: auto;
    position: fixed;
    top: 55%;left: 50%;
    transform: translate(-50%,-50%);
	z-index: 9999;
}
.wrap_all .price_swiper{
height: auto;
height:255px;
}
.wrap_all .price_swiper img{width: 100%;
    object-fit: cover;
	display: block;
	height: 255px;
}
.swiper-wrap{
    height: 100% !important;
}

.wrap_all .info_wrap{
    padding: 3% 3% 3% 3%;
    background-color: #fff;
}
.info_wrap .flex{
    /* display: flex;
    justify-content: space-between; */
    margin-bottom: 3%;
}
.info_wrap .flex #room_name{
    font-size: 18px;
    color: #474747;
	letter-spacing: 0.3px;
    line-height: 1.5;
}
.info_wrap .flex #room_size {
	display: block;
	font-size: 0.8em;
}
.info_wrap .flex #room_people{
    color: #474747;
}
.info_wrap .room_info{
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 3%;
    margin-bottom: 3%;
    font-size: 16px;
	line-height: 1.5;
    color: #474747;
}
.room_price .date label{
    font-size: 18px;
    color:#2F2F37;
}

input[type="date"]::placeholder{
    /* font-family: "mid"; */
}
.date{
	margin-bottom: 2%;
}
.price p{
    margin-bottom: 1%;
    font-size: 18px;

}
.price p:last-child{
	margin-bottom: 0;
}
.price p span{
    margin-left: 5%;
    font-size: 18px;
}
.price p:last-child span{
color: #474747;
}
input[type="submit"]{
width: 92px;
height: 33px;
background-color:#474747;
color: #fff;
border: none;
border-radius: 4px;
font-size: 14px;
cursor: pointer;
}
input[type="button"]{
	width: 92px;
	height: 33px;
	background-color:#474747;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	}
.reser_btn{
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
	bottom: 2%;
    right: 5%;
    
}
#days{
	display: inline-block;
}

#s_date, #e_date{
	border: none;
	background-color: transparent;
	text-align: center;
	display: inline-block;
	position: relative;
    font-size: 1.3vw;
    min-width: 260px;
    max-width: 260px;
    background: #F3F3F3;
    padding: 12px 10px 9px 50px;
    border-radius: 15px;
	font-family: 'pret-m';
}
#start_date, #end_date{
	border: none;
	background-color: transparent;
	width: 20%;
	text-align: center;
	display: inline-block;
	position: relative;
	font-size: 17px;
    vertical-align: bottom;
    min-width: fit-content;
	font-family: 'pret-m';
}
#start_date {
	margin-left: 4.3%;
}
#start_date::-webkit-calendar-picker-indicator,#end_date::-webkit-calendar-picker-indicator{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: transparent; 
  color: transparent;
}
#s_date::-webkit-calendar-picker-indicator,#e_date::-webkit-calendar-picker-indicator{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: transparent; 
  color: transparent;
}

input[type="date"]::before {
	width: 100%;
	content: attr(data-placeholder);
	position: absolute;
	top: 0;left: 0;
	color: #707070;
	font-size: 24px;
  }
  #start_date::before,#end_date::before{
	font-size: 18px;
  } 
  input[type="date"] {
	/* color: transparent; */
  }
  
  input[type="date"]:focus,
  input[type="date"]:valid {
	color: #444;
  }
  
  input[type="date"]:focus::before,
  input[type="date"]:valid::before {
	content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(/images/common/icon_cal.png) no-repeat center;
    background-size: 100%;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }


#filter{
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.search{
	display: flex;
	justify-content:center;
	gap: 3%;
}
.searchbar{
	border: 2px solid #474747;
	display: flex;
	width: 70%;
	border-radius: 10px;
margin: 1%;
background-color: #fff;
}
.searchbar img{
background-color: #fff;
border-radius: 15px;
}
.search input{
	border: none;
	height: 100%;
	padding: 0;
	border-radius: 15px;
	width: 100%;
	outline: none;
}

.search-wrap{
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}
.option-wrap{
	color: #ED2B55;
	position: absolute;
	top: 10%;left: 50%;
	transform: translate(-50%,-10%);
	border: 2px solid #ED2B55;
	border-radius: 60px;
	font-size: 20px;
	padding: 2% 2%;
	width:35%;
	z-index: 9999;
	background-color: rgba(255,255,255,0.9);
	display: none;
}
.opt-flex{
	margin-bottom: 3%;
}

.opt-flex ul li{
	display: flex;
	align-items: center;
	gap: 1%;
	margin-bottom: 1%;
}
.opt-flex ul li:nth-child(1) span:last-child{
	border: 1px solid  #ED2B55;
	border-radius: 7px;
	width: 100%;
	text-align: center;
	padding: 2% 0;
}
.opt-flex ul li:nth-child(2) span:last-child{
	border: 1px solid  #ED2B55;
	border-radius: 7px;
	width: 100%;
	text-align: center;
	padding: 2% 0;
}
.opt-flex ul li span:first-child{
	background-color: #ED2B55;
	color: #fff;
	width: 25%;
	display: inline-block;
	text-align: center;
	padding: 2% 0;
	border-radius: 7px;
}
.opt-flex ul li:nth-child(3) button{
	background-color: transparent;
	border: none;
	width: 45%;
	font-size: 22px;
	cursor:pointer;
	text-align: center;
}
.opt-flex ul li:nth-child(3) span:last-child{
	font-size: 22px;
	color: #FF0000;
	border: 1px solid #ED2B55;
	border-radius: 7px;
	width: 100%;
	text-align: center;
}
.opt-flex ul li:nth-child(4) ul{
	display: flex;
	gap: 1%;
}
.opt-flex ul li:nth-child(4) span:last-child{
	width: 100%;
}
.opt-flex ul li:nth-child(4) ul li{
	width: 25%;
	border: 1px solid #ED2B55;
	border-radius: 7px;
	padding: 2%;
	font-size: 20px;
	margin-bottom: 0;
	text-align: center;
	display: inline-block;
}
.opt-flex h3{
	font-size: 28px;
	letter-spacing: 0.56px;
	margin-bottom: 5px;
}
.opt-flex .buttons{
	display: flex;
	flex-wrap: wrap;
	gap: 1%;

}
.opt-flex button{
	font-size: 20px;
	padding: 1%;
	background-color: transparent;
	color: #ED2B55;
	border: 1px solid #ED2B55;
	border-radius: 7px;
	word-break: keep-all;
	cursor: pointer;
	margin-bottom: 1%;
}

.option-wrap .close{
	width: 25%;
	margin: 0 auto;
	border-radius: 7px;
}
.option-wrap #close{
	width: 110px;
	height: 42px;
	line-height: 42px;
	cursor: pointer;
	background-color: #ED2B55;
	color: #fff;
	border: none;
	text-align: center;
	border-radius: 7px;
	font-size: 26px;
}
.days { /* 날짜 선택부분 전체 wrap*/
    margin-top: 50px;
    display: flex;
    align-items: center;
    width: 89%;
}
.days .date_select { /* 날짜선택 텍스트 */
  display: inline-block;
  margin-right: 30px;
  padding: 4.1% 0;
  width: 15%;
  background-color: #474747;
  color: #fff;
  border-radius: 19px;
}
.days_inner { /* 입실일/퇴실일 전체 wrap*/
    background-color: #fff;
    border-radius: 19px;
    padding: 3.1%;
    width: 82%;
}
.days_inner.border_add {
    border: 2px solid #474747;
}
.day1,.day2{
	display: inline-block;
    color: #474747;
}
.days_inner .date_text { /* 입실일/퇴실일 텍스트 */
    display: inline-block;
    margin-right: 20px;
    /* line-height: 2.8; */
    padding: 15px 0px 9px;
}
.days_inner .between { /* ~ 텍스트 */
    margin: 0 2.3vw;
}
.days_inner #days { /* n박 n일 텍스트 */
    margin-left: 2vw;
}
.detail1{
	display: none;
}

/* 공구 진입 후 날짜 컨펌 팝업 */

/* 팝업 전체 배경 */
#confirmPopup.popup-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  display: none; /* 처음엔 숨김 */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* 팝업 박스 */
#confirmPopup .popup-box {
  max-width: 90%;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  width: 470px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
#confirmPopup .popup-box p {
  font-size: 18px;
  line-height: 1.5;
  color: #474747;
}
/* 버튼 스타일 */
#confirmPopup .popup-btns {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

#confirmPopup .btn {
  width: 150px;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

#confirmPopup .btn.yes {
  background: #474747;
  color: #fff;
}

#confirmPopup .btn.no {
  background: #fff;
  color: #474747;
  border: 1px solid #474747;
}




@media(max-width:1500px){
	.link_btn2 ul li{
		font-size: 24px;
	}
    /* 날짜선택 부분 */
	.frame__title-main{
		padding-top: 3%;
	}
    .days {
        flex-direction: column;
        align-items: flex-start;  
    }
    .days .date_select {
        margin-right: 0;
        padding: 2% 0;
        border-radius: 10px;
    }
    .days_inner { 
        width: 100%;
        border-radius: 10px;
    }
	#filter img{
		display: block;
		width: 80%;
	}
	.searchbar img{
		display: block;
		max-width: 30px;
	}
	.search input{
		font-size: 20px;
	}
	.cell__title, .preview__item-title{
		font-size: 26px;
	}
	.percent{
		font-size: 32px;
	}
	.cell__img span{
		font-size: 16px;
	}
	/* 객실 이미지, 상세객실 이미지 부분 */
	.cell--text{ 
		width: 34% !important;
	}
	.roomlist .inner-wrap {
		width: 66%;
	}
}
@media(max-width:1200px){
	.wrap_all1{
		width: 50%;
	}
	.infobuttons button, .infobuttons a{
		width: 20%;
	}
	/* 뒤로가기 버튼 */
	.preview__close img {
		width: 115px !important;
	}
	/* 객실 상세 타이틀*/
	.title1 form {
		display: block;
	}
	.ps_tag { 
		text-align: left;
		font-size: 15px;
	}

    /* 날짜 선택 부분 */
    .days { width: 100%;}

	.roominfos{
		width: 65%;
	}

	.disa{
		display: none;
	}
	.search-wrap{
		position: absolute;
		top: 50%;
		right: 5%;
		transform: translateY(-50%);
	}

	.search-wrap{
		width: 30%;
	}

	.detail1{
		display: block;
		font-size: 19px;
		color: #000;
	}
	.cell{
		gap: 3%;
	}

	.cell--images{
		justify-content: start;
	}

	.cell__title--switch{
		width: auto;
	}
	/* .row:hover .cell__title{
		width: 50% !important;
	} */
	.option-wrap{
		width: 50%;
	}
	.row{
		width: 90%;
		grid-column-gap: 3vw;
	}
	.inner-wrap{
		width: 60%;
	}
	.cell--text{
		width: 30% !important;
	}
	.inner-flex-right{
		width: 25%;
	}
	.frame_flex{
		justify-content: space-between;
		align-items: center;
	}
}

@media(max-width:991px){
    /* 날짜선택부분 */
    .frame__title-main, #s_date, #e_date { font-size: 2vw;}
    .days_inner {
        text-align: left;
    }
    .days_inner #days, .days_inner .between {
        padding: 15px 0px 9px;
    }
    .day2 {
        display: block;
        margin-top: 12px;
    }
    .day1, .day2 {  
        display: flex;
        align-items: center;
    }
	.closebtn img{
		width: 50%;
	}
	.closebtn{
		right: 1%;
	}
	.wrap_all1{
		width: 70%;
		max-width: 350px;
	}
	.link_btn2 ul li{
		font-size: 16px;
		padding: 8px;
		margin-bottom: 2%;
		width: 20%;
	}
	.infobuttons button, .infobuttons a{
		width: 20%;
		padding: 12px 5px;
		font-size: 13px;
	}
	.infobuttons a{
		gap: 0;
	}
	.inner_title h3{
		font-size: 20px;
	}
	.inner_title h3 span{
		font-size: 13px;
	}
	.inner-flex-left span{
		font-size: 14px;
	}
	.inner-flex-right #percent{
		font-size: 13px;
	}
	.inner-flex-right #price{
		font-size: 18px;
	}
	.inner-flex-right{
		width: 30%;
	}
	.wrap_all .price_swiper{
		height:196px;
		}
		.wrap_all .price_swiper img{
			height:196px;
		}
		.active{
			height: 180px !important;
		}
}
@media(max-width:768px){
	.roominfos h2{
		font-size: 22px;
		padding: 8px 0 4px;
	}
	.roominfos{
		font-size: 13px;
		padding: 3% 4% 2%;
		top: 50% !important;
	}
	.cell__title, .preview__item-title{
		font-size: 22px;
	}
	/* 객실 상세 주소 */
	.address{
		font-size: 13px;
	}
	/* 객실 상세 가격 */
	.price2 { text-align: right;}
	.pc_inner{
		display: none;
	}
	.mo_inner{
		display: block;
		padding-right: 3%;
		margin-bottom: 0;
	}
	.cell--images{
		display: none;
	}
	.days{
		width: 100%;
	}
	.frame_flex{
		width: 100%;
		margin-bottom: 0;
	}
	#s_date, #e_date{ /* 입실일, 퇴실일 옆 날짜 선택영역 */
		outline: none;
        padding-left: 45px;
		height: 37px;
		line-height: 37px;
	}
    .frame__title-main, #s_date, #e_date { font-size: 2.5vw;}
    .days .date_select { 
		margin-bottom: 6px;
		padding: 14px 0 8px;
		width: 100%;
	}
    .days_inner { padding-left: 6%;}
    /* 날짜 선택 확인 팝업 */
    #confirmPopup .popup-box p {
        font-size: 13px;
    }
	/* 뒤로가기 버튼*/
	.close_btn {
		top: 116px;
        right: 11%;
	}
	.preview__close img {
		width: 90px !important;
	}
	.row{
		width: 95%;
		padding: 0 !important;
	}
	.cell__title{
		width: 100% !important;
		height: 220px;
		line-height: 220px;
	}
	.cell--text{
		width: 35% !important;
	}
	#start_date, #end_date{
		width: 30%;
	}
	.wrap_all .price_swiper img{
		max-height: 255px;
	}
	.wrap_all .price_swiper{
		max-height:255px;
	}
	.swiper-flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.title1{
		width: 100%;
		padding: 0 8px;
	}
	.like_Button{
		width: 30px;
		height: 30px;
		background-size:cover;
	}
	.grid .cell__img{
		width: 100%;
	}
	.grid{
		grid-template-columns: repeat(3,var(--img-size));
		grid-template-rows:auto;
		--img-size:30%;
		margin-bottom: 10%;
	}
	.preview__close{
		font-size: 1.3rem;
	}
	.searchbar {
		width: 65%;
	}
	.search{
		justify-content: center;
	}
	.search-wrap{
		position: static;
		width: 40%;
		transform: none !important;
	}

	body{
		background-position: top;
	}
	.link_btn2{
		width: 100%;
		margin-bottom: 5%;
		margin-top: 3%;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
	}

	.link_btn2 ul{
		width: 80%;
		margin: 0 auto;
		justify-content: start;
		flex-wrap: wrap;
	}
	.link_btn2 ul li{
		width: calc(100%/4.35);
		font-size: 17px;
		display: block;
		text-align: center;
		margin-bottom: 1%;
	}
	.frame__title{
		margin-left: 0;
	}
	.frame__title-main {
        width: 95%;
	}
	main{
		padding-top: 0;
	}
	.search input{
		font-size: 16px;
	}
	.option-wrap{
		width: 80%;
		font-size: 18px;
		border-radius: 30px;
	}
	.opt-flex button{
		font-size: 16px;
	}
	.opt-flex h3{
		font-size: 24px;
	}
	.option-wrap #close{
		width: 85px;
		height: 34px;
		line-height: 34px;
		font-size: 18px;
	}
	.price2-1{
		font-size: 16px;
	}
	.price2-2{
		font-size: 22px;
	}
	.active{
		height: 200px !important;
	}
	.infotext{
		padding: 2%;
	}
	.detail-wrap{
		align-items: center;
		margin-top: 15px;
	}
	.infobuttons{
		width: 100%;
		padding: 0 5px;
	}
	.infobuttons button, .infobuttons a{
		width: 24%;
		padding: 9px 0 6px;
	}
	.infobuttons a{
		font-size: 13px;
		flex-direction: column;
		line-height: 1.2;
	}
	.roominfos .confirm{
		width: 23%;
		font-size: 16px;
	}
	
}
@media(max-width:500px){
	#start_date::before,#end_date::before{
		font-size: 14px;
	  } 
	#start_date {
		margin-left: 12px;
	}
	.wrap_all .price_swiper{
		height: 196px !important;
	}
	.wrap_all1{
		width: 90%;
	}
	.infobuttons button {
		font-size: 13px;
	}
	.infobuttons a {
		font-size: 10px;
	}
	.preview__item{
		/* margin-left: 2%; */
		justify-items: center;
		grid-gap: 0;
	}
	/* 뒤로가기 버튼*/
	.close_btn {
		top: 115px;
		right: 10px;
	}
	.roominfos{
		width: 90%;
		top: 50%;
	}
	.mo_inner h3{
		font-size: 3.7vw;
	}
	.cell__title{
		height: 140px;
		line-height: 140px;
	}
	.cell--text{
		width: 45% !important;
	}
	.wrap_all .price_swiper img{
		max-height: 200px;
	}
	#end_date::before{
		font-size: 12px;
	}
	
	#start_date::before{
		font-size: 12px;
	}

	#start_date, #end_date{
		font-size: 12px;
	}
	.price p span{
		font-size: 14px;
	}
	input[type="submit"]{
		width: 70px;
		height: 24px;
		font-size: 12px;
		line-height: 24px;
	}
	.price p{
		font-size: 14px;
	}
	.room_price .date label{
		font-size: 14px;
	}
	.info_wrap .flex #room_name{
		font-size: 16px;
	}
	.info_wrap .flex #room_people{
		font-size: 0.9em;
	}
	.info_wrap .room_info{
		font-size: 12px;
	}

	main{
		padding-top: 0;
	}
	.searchbar{
		width: 65%;
		border-radius: 10px;
	}

    /* 날짜선택 부분 */
    .days .date_select {
        /* width: 23%; */
    }
    .frame__title-main, #s_date, #e_date {
        font-size: 4vw;
    }
    #s_date, #e_date {
        min-width: 50vw;
		width: 50vw;
    }
    
    /* 날짜선택 달력 아이콘 */
    input[type="date"]:focus::before, input[type="date"]:valid::before {
        width: 20px;
        height: 20px;
    }
    .days_inner .between { margin: 0 3.3vw;}
    .days_inner #days {
        margin-left: 3vw;
    }

	.cell{
		gap: 0;
	}

	.percent{
		font-size: 18px;
		margin-left: 2%;
	}
	.detail1{
		font-size: 16px;
		margin-left: 4%;
	}
	.link_btn2 ul{
		width: 90%;
	}
	.link_btn2 ul li{
		font-size: 14px;
	}
	.search input{
		height: auto;
	}
	#filter{
		width: 29px;
		height: 29px;
	}
	.search{
		align-items: center;
		gap: 2%;
	}
	.row{
		padding: 3%;
	}
	.opt-flex ul li:nth-child(3) span:last-child{
		font-size: 16px;
	}
	.opt-flex h3{
		font-size: 20px;
	}
	.option-wrap{
		width: 90%;
	}
	.option-wrap .close{
		width: 35%;
	}

	.ps_tag{
		font-size: 14px;
	}
	.grid{
		grid-template-columns: repeat(2,var(--img-size));
		grid-template-rows:auto;
		--img-size:45%;
		grid-gap:2%;
		/* overflow: auto; */
		
		justify-content: start;
		width: 100%;
		margin: 2% auto 36%;
        padding: 3% 0 5.3%;
		margin-left: 4%;
	}
	.inner_title h3{
		margin-bottom: 3%;
	}
	.mo_inner .mo-review{
		margin-bottom: 3%;
	}
	.mo_inner .mo_price{
		margin-top: 8%;
	}
	.cell__title img{
		width: 30%;
	}
	.search input::placeholder{
		font-size: 12px;
	}
	.cell__title, .preview__item-title{
		font-size: 20px;
	}
	.price2-2{
		font-size: 20px;
	}
	.active{
		height: 110px !important;
	}
	/* .preview{
		transform: translateX(3%);
	} */

}

@media(max-width:420px){
    .like_Button{
		width: 22px;
		height: 22px;
	}
	/* .ps_tag{
		font-size: 14px;
	} */
	.searchbar{
		width: 80%;
	}
	.price2-1{
		font-size: 14px;
	}
	.price2-2{
        font-size: 14px;
    }
	   
	.price2{
		width: 65%;
	}
}
@media(max-width:320px){
	.close_btn{
		top: 5%;
		right: 5%;
	}
	.frame__title-main{
		font-size: 12px;
	}
	#s_date, #e_date{
		font-size: 12px;
	}

	#s_date, #e_date{
		max-width: 125px;
	}
	.link_btn2 ul li{
		font-size: 12px;
	}
	#s_date::before, #e_date::before{
		font-size: 12px;
	}
	.option-wrap{
		font-size: 14px;
	}
	.opt-flex button{
		font-size: 14px;
	}

	.info_wrap .flex #room_name{
		font-size: 10px;
	}
	.info_wrap .flex #room_people{
		font-size: 10px;
	}
	.info_wrap .room_info{
		font-size: 11px;
	}
	.price p{
        font-size: 12px;
    }
    .room_price .date label{
        font-size: 12px;
    }
    .mo_inner a{
        font-size: 16px;
    }
    .mo_inner .mo_review2{
        font-size: 13px;
    }
    .mo_inner a{
        font-size: 16px;
    }
    .mo_inner .mo_price .mo_percent{
        font-size: 11px;
    }
    .mo_inner .mo_price{
        font-size: 16px;
    }
    .cell__title, .preview__item-title{
        font-size: 16px;
    }
    .price2-1{
        font-size: 14px;
    }




	.container {
		width: 50%;
		margin: 0 auto;
		background-color: #fff;
		padding: 20px;
		border: 1px solid #ddd;
		border-radius: 10px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
	h2 {
		text-align: center;
	}
	.form-group {
		margin-bottom: 15px;
	}
	.form-group label {
		display: block;
		margin-bottom: 5px;
	}
	.form-group input[type="text"],
	.form-group input[type="tel"],
	.form-group input[type="date"] {
		width: calc(100% - 12px);
		padding: 5px;
		font-size: 16px;
	}
	.form-group input[type="checkbox"] {
		margin-right: 10px;
	}
	.form-group .total {
		font-weight: bold;
	}
	.form-actions {
		text-align: center;
	}
	.form-actions button,
	.form-actions input[type="button"] {
		background-color: #6a0dad;
		color: #fff;
		border: none;
		padding: 10px 20px;
		font-size: 16px;
		cursor: pointer;
		border-radius: 5px;
	}
	.form-actions button:hover,
	.form-actions input[type="button"]:hover {
		background-color: #5a00bd;
	}
	.modal {
		display: none; 
		position: fixed; 
		z-index: 1; 
		padding-top: 60px; 
		left: 0;
		top: 0;
		width: 100%; 
		height: 100%; 
		overflow: auto; 
		background-color: rgb(0,0,0); 
		background-color: rgba(0,0,0,0.4); 
	}
	.modal-content {
		background-color: #fefefe;
		margin: 5% auto; 
		padding: 20px;
		border: 1px solid #888;
		width: 80%; 
		border-radius: 10px;
	}
	.close {
		color: #aaa;
		float: right;
		font-size: 28px;
		font-weight: bold;
	}
	.close:hover,
	.close:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	}	

}

input[type="checkbox"] {
	display: none;
}

.link_btn2 label {
	align-items: baseline;
	font-size: 20px;
	color: #ED2B55;
	margin-left: 7px;
}

input[type="checkbox"]+label {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #ED2B55;
	background-color: #fff;
	position: relative;
	margin-right: 1px;
}

input[type="checkbox"]:checked+label::after {
	display: block;
	content: '✔';
	color: #ED2B55;
	font-size: 16px;
	font-weight: bold;
	width: auto;
	height: 12px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 10%;
	transform: translateY(-50%);
}

@media(max-width:500px){
	
.link_btn2 label {
	font-size: 16px;
}
input[type="checkbox"]+label {
	width: 12px;
	height: 12px;
}
input[type="checkbox"]:checked+label::after {
	width: 10px;
	height: 10px;
	top: -2%;
}
}

@media(max-width:355px){
	#start_date {
		margin-left: 1px;
	}
}