@charset "UTF-8";
/* 키프레임 */
@keyframes toShow {
	from {
		transform: translateY(100%);
		opacity: 0;
	}
	to {
		transform: translateY(0%);
		opacity: 1;
	}
}
@keyframes scaleToBack {
	from {
		background-size: 110%;
	}
	to {
		background-size: 100%;
	}
}
/* 베이스 */
i {
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
}

img {
	width: 100%;
}

/* 유틸 */
/* 유틸 - 아이콘 */
.icon-arrow {
	width: 1.6rem;
	height: 1.6rem;
}
.icon-arrow.type01 {
	background-image: url(/static/image/artvillas/ico_arrow_right02.png);
}

.btn {
	display: inline-flex;
	align-items: center;
}
.btn.btn-type01 {
	padding: 1.2rem 2.4rem;
	border: 1px solid #87624C;
	font-size: 1.6rem;
	color: #87624C;
}
.btn.btn-type02 {
	padding: 1.2rem 2.4rem;
	border: 1px solid #87624C;
	font-size: 1.6rem;
	background-color: #87624C;
	color: #FFFFFF;
}
.btn.btn-type03 {
	padding: 1.3rem 13.45rem;
	border: 1px solid #87624C;
	font-size: 1.6rem;
	background-color: #87624C;
	color: #FFFFFF;
	height: 4.8rem;
}

/* 유틸 - 레이아웃 */
.section-lg {
	max-width: 192rem;
	margin: auto;
}

.bg-full {
	background-color: #F4F5F3;
}

.justify-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-end {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.slick-dots[role=tablist] {
	display: flex;
}

.sub-content-wrap .section-desc {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #666666;
}

.mask-wrap {
	overflow: hidden;
	position: relative;
}
.mask-wrap::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1em;
}

.ui-slick-slider.type02 .slick-slide {
	width: 24.3rem;
	height: auto;
}
.ui-slick-slider.type02 .list {
	position: relative;
	padding: 0 0.6rem;
	/* max-width: 24rem; */
}
.ui-slick-slider.type02 .img {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 139.3%;
}
.ui-slick-slider.type02 .img img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
}

/* 유틸 - 효과 관련 */
.ui-split-text {
	display: none;
}
.ui-split-text.ui-split-text-copy {
	display: block;
}
.ui-split-text.ui-split-text-copy .char {
	display: inline-block;
	will-change: transform;
}

.ui-text-trigger {
	position: relative;
	z-index: -1;
}
.ui-text-trigger .ui-text-content {
	transition: opacity 0.3s ease-out;
}

.to-show-text {
	display: block;
	transform: translateY(100%);
	opacity: 0;
}

.sub-content-wrap.ui-isLoaded .to-show-text {
	animation: toShow 1s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.sub-content-wrap.ui-isLoaded .room-visual-wrap {
	animation: scaleToBack 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.sub-content-wrap.ui-isLoaded .page-sub-title.to-show-text {
	animation-delay: 0.4s;
}

/* 레이아웃 */
/* 비주얼 영역 */
.room-visual-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 36.45vw;
	max-height: 70rem;
	background-attachment: fixed;
	background-position: center center;
	background-size: 110%;
	background-repeat: no-repeat;
}
.room-visual-wrap .visual-desc {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
}
.room-visual-wrap .visual-desc .desc-title {
	font-size: 2.4rem;
	line-height: 1.5;
	color: #FFFFFF;
}
.room-visual-wrap .visual-desc .desc-caption {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #FFFFFF;
}

/* 건축가 소개 */
.room-architect-wrap {
	position: relative;
	z-index: 2;
	padding: 14rem 0 6rem;
}
.room-architect-wrap .architect-flex-wrap {
	max-width: 128rem;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 0 8.5%;
}
.room-architect-wrap .architect-flex-wrap .outer-container {
	display: flex;
	gap: 6rem 0;
	width: 68.5%;
	flex-direction: column;
}
.room-architect-wrap .architect-flex-wrap .inner-container {
	display: flex;
	gap: 4.5%;
}
.room-architect-wrap .architect-flex-wrap .architect-info-desc {
	word-wrap: break-word;
	word-break: keep-all;
	width: 82%;
	font-size: 1.8rem;
	color: #111;
	opacity: 0;
	transform: translateY(20rem);
	transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.room-architect-wrap .architect-flex-wrap .col1 {
	width: 32.95%;
	display: flex;
	flex-direction: column;
	gap: 8% 0;
	align-items: flex-end;
}
.room-architect-wrap .architect-flex-wrap .col1 .col1-1 {
	width: 100%;
	height: 46%;
	overflow: hidden;
	opacity: 0;
	transform: translateX(-20%);
	transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.room-architect-wrap .architect-flex-wrap .col1 .col1-1 > img {
	width: 100%;
}
.room-architect-wrap .architect-flex-wrap .col1 .col1-2 {
	width: 62%;
	height: 46%;
	overflow: hidden;
	opacity: 0;
	transform: translateY(60%);
	transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.room-architect-wrap .architect-flex-wrap .col1 .col1-2 > img {
	width: 100%;
}
.room-architect-wrap .architect-flex-wrap .col2 {
	transform: translateY(-15%);
	width: 62.5%;
}
.room-architect-wrap .architect-flex-wrap .col2 .col2-1 {
	width: 100%;
	height: 99.6%;
	overflow: hidden;
	opacity: 0;
	transform: translateX(15rem);
	transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.room-architect-wrap .architect-flex-wrap .col2 .col2-1 > img {
	width: 100%;
}
.room-architect-wrap .architect-flex-wrap .col3 {
	align-items: flex-start;
	width: 23%;
	display: flex;
	flex-direction: column;
	gap: 5% 0;
	word-wrap: break-word;
	word-break: keep-all;
	opacity: 0;
	transform: translateX(25rem);
	transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.room-architect-wrap .architect-flex-wrap .col3 .col3-1 .tit {
	font-size: 3rem;
	color: #111;
	font-weight: 600;
}
.room-architect-wrap .architect-flex-wrap .col3 .col3-1 .sub-tit {
	margin-top: 0.4rem;
	display: flex;
	gap: 1.7rem;
}
.room-architect-wrap .architect-flex-wrap .col3 .col3-1 .sub-tit li {
	position: relative;
	font-size: 1.3rem;
	color: #666;
}
.room-architect-wrap .architect-flex-wrap .col3 .col3-1 .sub-tit li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -0.8rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 1.1rem;
	background-color: #ddd;
}
.room-architect-wrap .architect-flex-wrap .col3 .col3-1 .sub-tit li:first-child:before {
	display: none;
}
.room-architect-wrap .architect-flex-wrap .col3 .col3-1 .sub-tit > span {
	display: inline-block;
}
.room-architect-wrap .architect-flex-wrap .col3 .col3-1 .desc {
	margin-top: 1.7rem;
	font-size: 1.4rem;
	color: #666;
}
.room-architect-wrap .architect-flex-wrap .col3 .col3-2 > dl {
	margin-top: 0.8rem;
	font-size: 1.4rem;
}
.room-architect-wrap .architect-flex-wrap .col3 .col3-2 > dl:first-child {
	margin-top: 0;
}
.room-architect-wrap .architect-flex-wrap .col3 .col3-2 > dl dt {
	color: #111;
	font-weight: 500;
}
.room-architect-wrap .architect-flex-wrap .col3 .col3-2 > dl dd {
	color: #666;
	font-weight: 400;
}
.room-architect-wrap .architect-flex-wrap .col3 .col3-3 {
	width: 62%;
	transform: translateY(6%);
}
.room-architect-wrap .architect-flex-wrap .col3 .col3-3 > img {
	width: 100%;
}
.room-architect-wrap.ui-isActive .architect-flex-wrap .col1 .col1-1, .room-architect-wrap.ui-isActive .architect-flex-wrap .col1 .col1-2 {
	transform: translate(0);
	opacity: 1;
}
.room-architect-wrap.ui-isActive .architect-flex-wrap .col2-1 {
	transform: translateX(0);
	opacity: 1;
}
.room-architect-wrap.ui-isActive .architect-flex-wrap .col3 {
	transform: translateY(0);
	opacity: 1;
}
.room-architect-wrap.ui-isActive .architect-info-desc {
	transform: translateY(0);
	opacity: 1;
}

/* infinite img */
.room-img-wrap .img {
	width: 30.1vw;
	max-height: 43.2rem;
}
.room-img-wrap img {
	display: block;
}
.room-img-wrap .infinite-line {
	gap: 1.6rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	overflow: hidden;
}
.room-img-wrap .infinite-line + .infinite-line {
	margin-top: 1.6rem;
}
.room-img-wrap .infinite-line:nth-of-type(even) {
	justify-content: flex-end;
}
.room-img-wrap .infinite-line .ui-infinite-item {
	transition: transform 0.5s ease-out;
}
.room-img-wrap .infinite-line .img-group {
	display: flex;
	justify-content: center;
	gap: 1.6rem;
	width: 247rem;
}

/* 객실 상세 탭 */
.room-detail-wrap {
	max-width: 128rem;
	margin: 0 auto;
}
.room-detail-wrap .tab-body .sns-share {
	position: absolute;
	top: 0;
	right: 0;
}
.room-detail-wrap .room-view-area {
	margin-top: 4.8rem;
}
.room-detail-wrap .room-view-area .room-infomation {
	margin: 0;
	padding: 0;
	margin-bottom: 10rem;
}
.room-detail-wrap .room-view-area .room-infomation .all-information {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	margin-top: 2.4rem;
}
.room-detail-wrap .room-view-area .room-infomation .room-count {
	align-self: flex-end;
	font-size: 1.8rem;
	color: #111;
	font-weight: 500;
	display: none;
}
.room-detail-wrap .room-view-area .room-infomation .room-count .num {
	font-weight: 400;
	color: #666;
	margin-left: 1.6rem;
}
.room-detail-wrap .room-view-area .room-infomation .flex-col {
	margin-top: 0;
}
.room-detail-wrap .room-view-area .room-infomation .section-tit {
	width: 65%;
	font-size: 1.8rem;
	word-break: keep-all;
	font-weight: 500;
}
.room-detail-wrap .room-view-area .room-infomation .cell {
	width: calc((100% - 12rem) / 4);
}
.room-detail-wrap .room-view-area .room-infomation .cell.col-3 {
	width: calc(100% - (100% - 12rem) / 4 - 4rem);
}
.room-detail-wrap .room-view-area .room-service .cell {
	flex: 1;
}

.room-detail-wrap .room-view-area .room-service + .room-reservation {
	margin-top: 6.4rem;
}

.room-detail-wrap .room-view-area .room-reservation {
	position: relative;
	display: flex;
	justify-content: center;
}

.room-detail-wrap .icon {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.room-detail-wrap .icon:before {
	content: "";
	display: block;
	width: 4.8rem;
	height: 4.8rem;
	background-size: contain;
	background-repeat: no-repeat;
}
.room-detail-wrap .icon span {
	font-size: 1.4rem;
}
.room-detail-wrap .icon.livingroom:before {
	background-image: url(/static/image/artvillas/rooms/ico_livingroom.png);
}
.room-detail-wrap .icon.kitchen:before {
	background-image: url(/static/image/artvillas/rooms/ico_kitchen.png);
}
.room-detail-wrap .icon.bathroom:before {
	background-image: url(/static/image/artvillas/rooms/ico_bathroom.png);
}
.room-detail-wrap .icon.pool:before {
	background-image: url(/static/image/artvillas/rooms/ico_pool.png);
}
.room-detail-wrap .icon.singlebed:before {
	background-image: url(/static/image/artvillas/rooms/ico_singlebed.png);
}
.room-detail-wrap .icon.doublebed:before {
	background-image: url(/static/image/artvillas/rooms/ico_doublebed.png);
}
.room-detail-wrap .icon.temper:before {
	background-image: url(/static/image/artvillas/rooms/ico_temper.png);
}
.room-detail-wrap .icon.golf:before {
	background-image: url(/static/image/artvillas/rooms/ico_golf.png);
}
.room-detail-wrap .icon.outdoor-jacuzzi:before {
	background-image: url(/static/image/artvillas/rooms/ico_outdoor-jacuzzi.png);
}
.room-detail-wrap .icon.indoor-jacuzzi:before {
	background-image: url(/static/image/artvillas/rooms/ico_indoor-jacuzzi.png);
}
.room-detail-wrap .icon.tearoom:before {
	background-image: url(/static/image/artvillas/rooms/ico_tearoom.png);
}
.room-detail-wrap .icon.pet-room:before {
	background-image: url(/static/image/artvillas/rooms/ico_pet-room.png);
}
.room-detail-wrap .icon.sauna:before {
	background-image: url(/static/image/artvillas/rooms/ico_sauna.png);
}
.room-detail-wrap .flex-col {
	display: flex;
	flex-direction: column;
	margin-top: 4rem;
	border-top: 1px solid #111111;
}
.room-detail-wrap .flex-row {
	display: flex;
	gap: 4rem;
	padding: 4rem 0;
	border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 1280px) {
  .room-detail-wrap .flex-row.artpet {
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    height: 205px;
    gap: 0rem;
    max-height: 240px;
  }
  .room-detail-wrap  .room-view-area .room-infomation .flex-row.artpet .cell {
    width: calc(100% / 3);
    flex-direction: row;
    padding: 10px;
  }

  .room-detail-wrap .flex-row.artpet .cell .cell-tit-wrap {
    min-width: 85px;
  }

  .room-detail-wrap .flex-row.artpet .cell-desc {
    padding-left: 20px;
  }

  .room-detail-wrap .room-view-area .room-infomation .flex-row.col-2.artpet + .flex-row .cell.col-3 {
    width: calc(100% - (100% / 3 + 3rem));
  }

}

.room-detail-wrap .cell-tit {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #111111;
	font-weight: 500;
}
.room-detail-wrap .cell-desc {
	font-size: 1.6rem;
	line-height: 1.5;
	word-break: keep-all;
	color: #666666;
}
.room-detail-wrap .cell {
	display: inline-flex;
	flex-direction: column;
}
.room-detail-wrap .cell .cell-tit-wrap {
	display: flex;
	margin-bottom: 0.8rem;
}
.room-detail-wrap .inner-flex-col {
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
}
.room-detail-wrap .inner-flex-col .col {
	display: flex;
	width: 100%;
	gap: 0 2.4rem;
}
.room-detail-wrap .inner-flex-col .col .col-tit {
	width: 6.4rem;
	text-align: center;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #87624C;
	font-weight: 500;
}
.room-detail-wrap .inner-flex-col .col-cont {
	flex: 1;
}
.room-detail-wrap .inner-flex-row {
	display: flex;
	flex-direction: column;
	gap: 4rem 0;
	flex: 1;
}
.room-detail-wrap .inner-flex-row .cell-tit-wrap {
	margin-bottom: 0.8rem;
}
.room-detail-wrap .room-list {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.6rem 2.4rem;
	text-align: center;
	align-items: flex-start;
}
.room-detail-wrap .room-list > li {
	width: 9.6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #111;
}
.room-detail-wrap .special-room-list {
	display: flex;
	flex-direction: column;
	gap: 2.4rem 0;
	color: #111;
}
.room-detail-wrap .special-room-list .icon {
	position: relative;
	padding-left: 6.4rem;
	justify-content: flex-start;
	align-items: flex-start;
}
.room-detail-wrap .special-room-list .icon::before {
	position: absolute;
	left: 0;
}
.room-detail-wrap .special-room-list .icon > span {
	font-size: 1.4rem;
}
.room-detail-wrap .special-room-list .go-link {
	margin-top: 0.2rem;
}
.room-detail-wrap .special-room-list .go-link > span {
	font-size: 1.3rem;
	color: #9A6F2F;
	text-decoration: underline;
}
.room-detail-wrap .slick-slide {
	height: auto;
}
.room-detail-wrap .slide-paging {
	display: flex;
	align-items: center;
	margin-top: 2.4rem;
	height: 4rem;
}
.room-detail-wrap .slide-paging .page-num {
	display: none;
}
.room-detail-wrap .slick-next-custom {
	margin-left: auto;
}
.room-detail-wrap .slick-prev-custom {
	margin-right: auto;
}
.room-detail-wrap .room-view-slide {
	margin-bottom: 10rem;
}
.room-detail-wrap .list .img {
	overflow: hidden;
	padding-bottom: 49.9%;
}
.room-detail-wrap .slick-dots {
	position: absolute;
	bottom: -6.4rem;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 4rem;
}
.room-detail-wrap .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}
.room-detail-wrap .slick-dots li + li {
	margin-left: 1.2rem;
}
.room-detail-wrap .slick-dots li button {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background-color: #D9D9D9;
}
.room-detail-wrap .slick-dots li button::before {
	content: none;
}
.room-detail-wrap .slick-dots li.slick-active button {
	background-color: #9C846C;
}

/* 이용안내 */
.use-info-wrap {
	padding: 10rem 0;
}
.use-info-wrap .section-tit {
	margin-bottom: 4rem;
}
.use-info-wrap .use-menu {
	margin-top: 4rem;
	border: 0;
	padding: 3.2rem 0.8rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ddd;
}
.use-info-wrap .use-menu .desc {
	font-size: 1.4rem;
}
.use-info-wrap .use-menu .desc .tit {
	margin-bottom: 0.4rem;
	color: #111;
	font-weight: 600;
	font-size: 1.6rem;
}
.use-info-wrap .use-menu li {
	width: 25%;
	display: flex;
	gap: 0 1.6rem;
	align-items: flex-start;
	padding: 0 3.2rem;
	min-height: 6.4rem;
}
.use-info-wrap .use-menu li ~ li {
	border-left: 1px solid #ddd;
}
.use-info-wrap .use-menu li .desc {
	flex: 1;
}
.use-info-wrap .use-menu li .ico {
	width: 4.8rem;
	height: 4.8rem;
	margin: 0;
}
.use-info-wrap .use-menu li .ico.list-01 {
	background: url(/static/image/artvillas/rooms/icon_list_01.png) no-repeat 0 0/contain;
}
.use-info-wrap .use-menu li .ico.list-02 {
	background: url(/static/image/artvillas/rooms/icon_list_02.png) no-repeat 0 0/contain;
}
.use-info-wrap .use-menu li .ico.list-03 {
	background: url(/static/image/artvillas/rooms/icon_list_03.png) no-repeat 0 0/contain;
}
.use-info-wrap .use-menu li .ico.list-04 {
	background: url(/static/image/artvillas/rooms/icon_list_04.png) no-repeat 0 0/contain;
}
.use-info-wrap .text-list > li,
.use-info-wrap .text-list dd,
.use-info-wrap .text-list > p {
	font-size: 1.6rem;
	line-height: 1.5;
}
.use-info-wrap .btn-inline {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 1.6rem;
	color: #111;
}

.other-rooms-wrap .slick-dots[role=tablist] {
	display: none;
}
.other-rooms-wrap .page-num {
	display: none;
}
.other-rooms-wrap .section-tit {
	margin-bottom: 4rem;
	text-align: center;
}
.other-rooms-wrap .desc {
	margin-top: 2.4rem;
}
.other-rooms-wrap .desc .tit {
	font-size: 1.8rem;
	color: #111111;
	font-weight: 500;
}
.other-rooms-wrap .desc .info {
	font-size: 1.3rem;
	color: #666;
	font-weight: 400;
	margin-top: 0.4rem;
}
.other-rooms-wrap .room-list .slide-paging {
	display: none;
}

@media (max-width: 1024px) {
	.room-visual-wrap {
		background-attachment: scroll;
	}
	.room-visual-wrap .visual-desc {
		padding: 0 10%;
	}
	.room-visual-wrap .visual-desc .desc-title {
		font-size: 1.8rem;
		font-weight: 500;
	}
	.room-visual-wrap .visual-desc .desc-caption {
		font-size: 1.4rem;
		font-weight: 400;
	}
	.room-architect-wrap {
		position: relative;
		padding-top: 5.6rem;
	}
	.room-architect-wrap .architect-flex-wrap {
		flex-direction: column;
		max-width: 100%;
		gap: 8.2rem;
	}
	.room-architect-wrap .architect-flex-wrap .outer-container {
		width: 100%;
		gap: 4rem 0;
	}
	.room-architect-wrap .architect-flex-wrap .architect-info-desc {
		width: 100%;
		text-align: left;
		margin: 0 auto;
		font-size: 1.6rem;
	}
	.room-architect-wrap .architect-flex-wrap .col3 {
		position: relative;
		align-items: flex-start;
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 5% 0;
		word-wrap: break-word;
		word-break: keep-all;
		opacity: 0;
		transform: translate(0, 20rem);
		transition: transform 0.8s 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.1s linear;
	}
	.room-architect-wrap .architect-flex-wrap .col3 .col3-1 .tit {
		font-size: 2rem;
		color: #111;
		font-weight: 600;
	}
	.room-architect-wrap .architect-flex-wrap .col3 .col3-1 .sub-tit {
		margin-top: 1.2rem;
		display: block;
	}
	.room-architect-wrap .architect-flex-wrap .col3 .col3-1 .sub-tit li {
		font-size: 1.3rem;
		color: #666;
	}
	.room-architect-wrap .architect-flex-wrap .col3 .col3-1 .sub-tit li:before {
		display: none;
	}
	.room-architect-wrap .architect-flex-wrap .col3 .col3-1 .desc {
		margin-top: 2.4rem;
		font-size: 1.3rem;
		color: #666;
	}
	.room-architect-wrap .architect-flex-wrap .col3 .col3-2 > dl {
		margin-top: 0.8rem;
		font-size: 1.3rem;
	}
	.room-architect-wrap .architect-flex-wrap .col3 .col3-2 > dl:first-child {
		margin-top: 1.25rem;
	}
	.room-architect-wrap .architect-flex-wrap .col3 .col3-2 > dl dt {
		color: #111;
		font-weight: 500;
	}
	.room-architect-wrap .architect-flex-wrap .col3 .col3-2 > dl dd {
		color: #666;
		font-weight: 400;
	}
	.room-architect-wrap .architect-flex-wrap .col3 .col3-3 {
		position: absolute;
		right: 0;
		top: -4.4rem;
		width: 11.6rem;
		height: 12.6rem;
	}
	.room-architect-wrap .architect-flex-wrap .col3 .col3-3 > img {
		width: 100%;
	}
	.room-img-wrap .img {
		width: 15.6rem;
		max-height: 24.8rem;
	}
	.room-img-wrap .infinite-line {
		gap: 0.8rem;
	}
	.room-img-wrap .infinite-line + .infinite-line {
		margin-top: 0.8rem;
	}
	.room-img-wrap .infinite-line .img-group {
		gap: 0.8rem;
	}
	/* 객실 상세 탭 */
	.room-detail-wrap {
		max-width: 100%;
	}
	.room-detail-wrap .tab-head {
		padding: 0 2rem;
	}
	.room-detail-wrap .tab-body .sns-share {
		right: 2rem;
		width: 3.5rem;
		height: 3.5rem;
	}
	.room-detail-wrap .room-view-area {
		margin-top: 3rem;
	}
	.room-detail-wrap .room-view-area .room-view-slide {
		margin-bottom: 4.8rem;
	}
	.room-detail-wrap .room-view-area .room-view-slide .list .img {
		width: 100%;
		aspect-ratio: 65/43;
		overflow: hidden;
		padding-bottom: 49.9%;
	}
	.room-detail-wrap .room-view-area .room-view-slide .list .img > img {
		width: 100%;
	}
	.room-detail-wrap .room-view-area .room-view-slide .slide-paging {
		padding: 0 2rem;
	}
	.room-detail-wrap .room-view-area .room-infomation {
		width: 100%;
		padding: 0 2rem;
	}
	.room-detail-wrap .room-view-area .room-infomation .all-information {
		gap: 1.6rem;
	}
	.room-detail-wrap .room-view-area .room-infomation .room-count {
		font-size: 1.5rem;
	}
	.room-detail-wrap .room-view-area .room-infomation .room-count .num {
		margin-left: 1.2rem;
	}
	.room-detail-wrap .room-view-area .room-infomation .cell.col-3 {
		width: 100%;
		padding: 2.4rem 0;
	}
	.room-detail-wrap .room-view-area .room-infomation .justify-between {
		display: flex;
		flex-direction: column;
		gap: 4rem;
	}
	.room-detail-wrap .room-view-area .room-infomation .section-tit {
		width: 100%;
		text-align: left;
		font-size: 1.6rem;
	}
	.room-detail-wrap .room-view-area .room-infomation .btn-wrap {
		flex: 1;
		width: 100%;
		gap: 0 2rem;
	}
	.room-detail-wrap .room-view-area .room-infomation .btn-wrap .btn {
		width: 100%;
		justify-content: center;
	}
	.room-detail-wrap .room-view-area .room-service {
		width: 100%;
		padding: 0 2rem;
	}
	.room-detail-wrap .room-view-area .room-service .flex-col {
		margin-top: 2.4rem;
	}
	.room-detail-wrap .room-view-area .room-service .cell {
		padding: 2.4rem 0;
	}
	.room-detail-wrap .room-view-area .room-service + .room-reservation {
		margin-top: 4.3rem;
	}

	.room-detail-wrap .room-view-area .room-reservation {
		width: 100%;
		padding: 0 2rem;
	}

	.room-detail-wrap .room-view-area .room-reservation .btn.btn-type03 {
		width: 100%;
		justify-content: center;
		padding: 1.4rem 13.45rem;
	}
	.room-detail-wrap .flex-row {
		flex-direction: column;
		border: 0;
		padding: 0;
		gap: 0;
	}
	.room-detail-wrap .flex-row .cell {
		padding: 2.4rem;
		border-bottom: 1px solid #ddd;
	}
	.room-detail-wrap .flex-row .cell-tit {
		font-size: 1.5rem;
	}
	.room-detail-wrap .flex-row .cell-desc {
		font-size: 1.5rem;
	}
	.room-detail-wrap .flex-row.col-2 {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0 1.6rem;
	}
	.room-detail-wrap .flex-row.col-2 .cell {
		flex: 1 1 calc(50% - 0.8rem);
		display: flex;
		flex-direction: row;
		gap: 0.8rem;
		padding: 2.4rem 0;
		align-items: center;
	}
	.room-detail-wrap .flex-row.col-2 .cell .cell-tit-wrap {
		margin: 0;
		width: 8rem;
	}
	.room-detail-wrap .flex-row.col-2 .cell .cell-desc {
		flex: 1;
	}
	.room-detail-wrap .inner-flex-col {
		gap: 3.2rem;
	}
	.room-detail-wrap .inner-flex-col .col {
		display: flex;
		width: 100%;
		gap: 0 0.8rem;
		position: relative;
	}
	.room-detail-wrap .inner-flex-col .col ~ .col .room-list {
		position: relative;
	}
	.room-detail-wrap .inner-flex-col .col ~ .col .room-list::before {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #ddd;
		position: absolute;
		right: 0;
		top: -1.6rem;
	}
	.room-detail-wrap .inner-flex-col .col .col-tit {
		width: 5.4rem;
		text-align: center;
		font-size: 1.5rem;
	}
	.room-detail-wrap .inner-flex-col .col-cont {
		flex: 1;
	}
	.room-detail-wrap .inner-flex-row {
		display: flex;
		flex-direction: column;
		gap: 0;
		width: 100%;
	}
	.room-detail-wrap .inner-flex-row .row {
		display: flex;
		flex-direction: row;
		gap: 0 0.8rem;
		padding: 2.4rem 0;
		border-bottom: 1px solid #ddd;
	}
	.room-detail-wrap .inner-flex-row .row.w-100 {
		flex-direction: column;
		gap: 0 0.8rem;
		width: 100%;
	}
	.room-detail-wrap .inner-flex-row .row .cell-tit-wrap {
		width: 8rem;
		margin-bottom: 0;
	}
	.room-detail-wrap .inner-flex-row .row .cell-desc {
		flex: 1;
	}
	.room-detail-wrap .inner-flex-row .row .col-cont {
		width: 100%;
		margin-top: 0.8rem;
	}
	.room-detail-wrap .room-list {
		width: 100% !important;
		gap: 1.6rem 0;
	}
	.room-detail-wrap .room-list > li {
		font-size: 1.4rem;
	}
	.room-detail-wrap .special-room-list {
		display: flex;
		flex-direction: column;
		gap: 1.6rem 0;
		color: #111;
	}
	.room-detail-wrap .special-room-list .icon {
		position: relative;
		padding-left: 6.4rem;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.room-detail-wrap .special-room-list .icon::before {
		position: absolute;
		left: 0;
	}
	.room-detail-wrap .special-room-list .icon > span {
		font-size: 1.4rem;
	}
	.room-detail-wrap .special-room-list .go-link > span {
		font-size: 1.3rem;
		color: #9A6F2F;
	}
	.flex-end {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.use-info-wrap {
		padding: 5.6rem 0;
	}
	.use-info-wrap .section-tit {
		margin-bottom: 2.4rem;
	}
	.use-info-wrap .text-list {
		display: flex;
		flex-direction: column;
		gap: 0.2rem 0;
	}
	.use-info-wrap .btn-inline {
		margin-top: 2.4rem;
		align-self: flex-end;
	}
	.use-info-wrap .use-menu {
		margin-top: 3.2rem;
		flex-direction: column;
		border: 1px solid #ddd;
		padding: 0 2rem;
	}
	.use-info-wrap .use-menu .desc .tit {
		font-size: 1.5rem;
	}
	.use-info-wrap .use-menu li {
		width: 100%;
		padding: 2.4rem;
	}
	.use-info-wrap .use-menu li:first-child {
		border-bottom: 1px solid #ddd;
	}
	.use-info-wrap .use-menu li:last-child {
		border-bottom: 0;
	}
	.use-info-wrap .use-menu li ~ li {
		border: 0;
		border-bottom: 1px solid #ddd;
	}
	.other-rooms-wrap .slide-paging {
		display: none;
	}
}
@media (max-width: 750px) {
	.room-visual-wrap {
		height: 100svh;
		max-height: none;
		background-size: cover;
	}
	.sub-content-wrap.ui-isLoaded .room-visual-wrap {
		animation: none;
	}
}
.floating-txt .main-txt i {
	display: inline;
}/*# sourceMappingURL=rooms.css.map */
