@charset "utf-8";
/* 기본설정 */
@import "default.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@font-face {
	src: url("../css/font/PretendardVariable.ttf");
	font-family: "Pre";
}
@font-face {
    font-family: 'GowunDodum-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunDodum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.room_contents_m{
	display: none;
}
.pagination{
	position: relative;
}
.roombg{
	height: auto;
	padding: 0;
}

.roombg h2, .roombg p{
	text-align: center;
	font-family: 'GowunDodum-Regular';
	font-size: 30px;
	font-weight: 400;
}

.roombg h2{
	padding-top: 120px;
	margin-bottom: 15px;
}

.roombg p{
	margin-bottom: 120px;
	font-family: 'GowunDodum-Regular';
	font-size: 18px;
	color: #969696;
}
.box_all{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.box_wrap{
	width: 48%;
	height: auto;
	position: relative;
	margin: 1%;
}
.box_wrap .text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%,-50%);
	transition:all 1.2s;
}
/* .room-swiper .text{
	width: 100%;
	height: 100%;
	
	display: block;
} */
.box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(70%); 
	transition: all 1.2s;
}

.text p{
	position: absolute; left: 50%;top: 50%;
	transform: translate(-50%,-50%);
	font-size: 22px;
	font-family: 'GowunDodum-Regular';
	color: #000;
}
.text1{
	margin-top: 4%;
}
.text1 p{
	color: #000 !important;
}
.text a{
	display: inline-block;
	width: 100%;
	height: 100%;

}

.box_wrap:hover img{
border-radius: 50%;
overflow: hidden;
filter: brightness(100%);
}

.room_contents_m img{
	object-fit: cover;
	width: 80%;
}
@media (max-width: 768px){
	.room_contents_m img{
		width: 60%;
	}
    .room_contents_pc{
		display: none;
	}
	.room_contents_m{
		display: block;
	}
	.roombg{
		background-image: none !important;
		padding-top: 0 !important;
	}
}
@media (max-width: 500px){
	.roombg{
		margin-bottom: 0;
	}
	.roombg p{
		margin-bottom: 70px;
	}
}
