#tour-detail-container .dorm {
	padding: 0rem 6.25rem 9.5rem 6.25rem;
}
#tour-detail-container .dorm-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5rem;
}
#tour-detail-container .dorm-heading__title {
	color: #103025;
	font-family: "Big Shoulders";
	font-size: 3rem;
	font-style: normal;
	font-weight: 900;
	line-height: 120%; /* 3.6rem */
}
#tour-detail-container .dorm-heading__navigation {
	display: flex;
	align-items: center;
}
#tour-detail-container .dorm .card-hotel__content-PC .btn {
	max-height: 3.5rem;
}
#tour-detail-container .dorm-heading__navigation-btn {
	display: flex;
	padding: 0.68181rem;
	align-items: center;
	justify-content: center;
	border-radius: 0.25rem;
	background: #0B6836;
}
#tour-detail-container .dorm-heading__navigation-btn svg {
	width: 1.63638rem;
	height: 1.63638rem;
}
#tour-detail-container .dorm-navigation__prev {
	margin-right: 0.75rem;
}
#tour-detail-container .dorm .dorm-pagination {
	position: absolute;
	left: 50% !important;
	transform: translateX(-50%) !important;
	bottom: 6.5rem !important;
	display: flex;
	justify-content: center;
	width: max-content;
}
#tour-detail-container .dorm .dorm-pagination .swiper-pagination-bullet {
	width: 0.52275rem;
	height: 0.52275rem;
	background: #2E2E2E;
	opacity: 0.4;
	transition: all 0.75s;
}
#tour-detail-container .dorm .dorm-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 2.61363rem;
	height: 0.52275rem;
	background: #0B6836;
	opacity: 1;
	border-radius: 0.25rem;
}
@media (max-width: 639px) {
/* 	#tour-detail-container .dorm {
		display: none;
	} */
	#tour-detail-container .dorm {
		padding: 0rem;
		padding-bottom:1.5rem;
	}
	#tour-detail-container .dorm-heading__title {
		color: #043620;
		font-family: "Big Shoulders";
		font-size: 2.0625rem;
		font-style: normal;
		font-weight: 900;
		line-height: 120%; /* 2.475rem */
		letter-spacing: -0.01563rem;
		padding:0 1.25rem;
	}
	#tour-detail-container .dorm-heading__navigation {
		display: none;
	}
	#tour-detail-container .dorm-heading {
		margin-bottom: 1.5rem;
	}
	#tour-detail-container .dorm-swiper {
		padding-right:1.25rem;
	}
	#tour-detail-container .dorm-swiper > .swiper-wrapper {
/* 		flex-direction: column; */
		overflow:scroll;
		scrollbar-width: none;
		 --scrollbar-width: none;
    padding: 0 1.25rem;

	}
	#tour-detail-container .dorm-swiper .swiper-wrapper .swiper-slide { 
		margin-right: 0.75rem;
		width: 20.9375rem;
	}
	#tour-detail-container .dorm-swiper .swiper-wrapper .swiper-slide:last-child {
		margin-right: 1.25rem;
	} 
	
	#tour-detail-container .dorm-swiper .card-hotel__gallery-slide {
		height: 12.74456rem;
	}
	
}