@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 {
	src: url("../css/font/KCC은영체\(웹\,모바일제작용\).woff");
	font-family: "KCC";
}
@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;
}
/* 바로가기버튼 */
.main_banner {
	position: fixed;
	right: 30px;
	bottom: 50px;
	z-index: 1000;
	text-align: center;
}
.go_img {
	width: 55px;
    margin: 2.5px auto;
}
.go_img a img {
	width: 100%;
}
.go_group {
	text-align: center;
}
.B_btn {
	margin: 0 auto;
}
.learn-more {
	width: 55px;
	height:  55px;
	background: url('/images/common/off_btn.png')no-repeat center center;
	cursor: pointer;
}
.learn-more.active {
	background: url('/images/common/on_btn.png')no-repeat center center;
}
@media (max-width:560px) {
	.main_banner {
		position: fixed;
		right: 20px;
		bottom: 2%;
		z-index: 1000;
		text-align: center;
	}
	.go_img {
		width: 40px;
		margin: 2px auto;
	}
	.learn-more {
		width: 40px;
		height: 40px;
		background-size: cover !important;
	}
}
.mainslide-m{
	display: none;
}
.mainwrap{
    width: 100%;
    height: 100%;
}
.mainslide{
 width: 100%;
 height: 100%;
 max-height:980px;
}

.swiper-wrap{
    height: 100%;
	width: 100%;
	margin: 0 auto;
}

.title1 h2{
font-size: 40px;
font-family: 'GowunDodum-Regular';
font-weight: 400;
}
.title1{
	margin-top: 120px;
}
.title1 h2:nth-child(2){
display: inline-block;

margin-bottom: 15px;
}
.title1 p{
	margin-bottom: 130px;
	font-family: 'GowunDodum-Regular';
	color: #969696;
	letter-spacing:1px;
}
.contents-wrap{
    background-image: url(/images/main/bg01.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.title1 img{
	margin-left: 15px;
	object-fit: cover;
}
.title1 span{
	display: inline-block;
}
.title1 span:hover img{
	margin-left: 65px;
	transition: all 0.7s;
}
.title1 span a{
	display: inline-block;
	width: 100%;height: 100%;
}
.intro_wrap{
	width: 90%;
	position: relative;
	height: auto;
	float: right;
}

.intro_text{
	position: absolute;
	width: 25%;
	height: 500px;
	background-color: rgba(255,255,255,0.5);
	display: flex;
	justify-content: center;
	flex-direction: column;
	justify-items: center;
	padding: 0 3% 0 3%;
}
.intro_text p{
	font-size: 16px;
	margin-bottom: 50px;
	word-break: keep-all;
	font-family: 'GowunDodum-Regular';
	line-height: 32px;
}
.imgbox{
	width: 74%;
	height: 100%;
}
.imgbox img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.img01_m{
	display: none;
	width: 100%;
}
.right_box{
	width: 26%;
	height: 500px;
	background-color:#696969;
}
.right_box p {
	color: #fff;
	font-size: 16px;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	padding: 10% 10% 40% 10%;
}
.right_box i{
	font-size: 6px;
	vertical-align: sub;
	
}
.intro_text p:last-child{
	margin-bottom: 0;
}
.right_flex{
	display: flex;
	height: 100%;
	margin-bottom: 150px;
}
.photo_wrap{
	display: flex;
	height: auto;
	margin-bottom: 70px;
}
.photo_box img{
	object-fit: cover;
	display: block;
	width: 100%;
}
.photo_box{
	overflow: hidden;
	width: 34%;
	height: 100%;
}
.photo_box:last-child{
	width: 34%;
}
.photo_box img:hover{
	transform:scale(1.1);
	transition: all 1.5s;
}

.room_contents{
	height: auto;
	padding: 0 15% 0 15%;
	margin-bottom: 200px;
}
.room_contents h2, .room_contents p{
	text-align: center;
	font-family: 'GowunDodum-Regular';
	font-size: 40px;
	font-weight: 400;
}

.room_contents h2{
	padding-top: 120px;
	margin-bottom: 30px;
}

.room_contents p{
	margin-bottom: 120px;
	font-family: 'GowunDodum-Regular';
	font-size: 18px;
	color: #969696;
}
.box_all{
	width: 80%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.box_wrap{
	width: 40%;
	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;
}

.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;

}
.text a{
	display: inline-block;
	width: 100%;
	height: 100%;

}

.box_wrap:hover img{
border-radius: 50%;
overflow: hidden;
filter: brightness(100%);

}



.banner{
	width: 100%;
	height: 225vh;
	background-image: url(/images/main/img05.jpg);
	background-repeat: no-repeat;
}
.banner p{
	color: #fff;
	font-size: 40px;
	text-align: center;
	font-family: 'KCC';
	font-weight: 500;
	line-height: 64px;
}

.banner p:first-child{
padding-top: 10%;
}
.icons{
	display: flex;
	justify-content:center;
	margin:30% 0 2% 0;
}
.icon{
	margin: 0 1% 0 1%;
	display: inline-block;
}
.icon_m{
	display: none;
}

@media (max-width: 1500px){
	.special-wrap li:nth-child(1){
		left: 22%;
		top: 32%;
	}
	.special-wrap li:nth-child(2){
		left: 40%;
		top:40%;
	}
	
	.special-wrap li:nth-child(3){
		left: 57%;
		top: 29%;
	}
	.special-wrap li:nth-child(4){
		left: 76%;
		top: 45%;
	}

}
@media (max-width: 1200px){
	
	

	.title1{
		width: 50%;
		margin: 0 auto;
		text-align: center;
		margin-top: 80px;
		height: auto;
	}
	.title1 span{
		display: none;
	}
	

	
	}

	@media (max-width: 991px){
		.mainslide::after{
			content:'';
			display: block;
			width: 24%;
			border-bottom: 5px solid #000;
			margin: 0 auto;
			clear: both;
			margin-top: -4px;
		}
		.contents-wrap{
			margin-top: 1%;
		}
		.intro_wrap{
			width: 100%;
			float: none;
		}
		.title1 p{
			margin-bottom: 100px;
		}
		.right_box{
			display: none;
		}

		.imgbox{
			width: 100%;
		}
		.img01_pc{
			display: none;
		}
		.img01_m{
			display: block;
			height: 450px;
			width: 100%;
		}
		.intro_text{
			height: 450px;
			width: 50%;
		}
		.intro_text p{
			line-height: 40px;
		}
		.intro_text p:first-child{
			display: none;
		}
		.photo_wrap{
			display: block;
			margin: 0;
		}
		.photo_box{
			width: 100%;
		}
		.photo_box img{
			width: 100%;
			display: block;
		}
		.right_flex{
			margin-bottom: 0;
			max-height: 450px;
			display: block;
		}
		.contents-wrap{
			background-image: url(/images/main/m/bg01.png);
		}
		.room_contents{
			background-image: url(/images/main/m/bg01.png);
			margin-bottom: 0;
		}
		.photo_wrap{
			height: auto;
			display: flex;
			flex-direction: column;
		}
		.photo_box:last-child{
			width: 100%;
		}
		.icons{
			flex-wrap: wrap;
			width: 50%;
			margin: 0 auto;
			margin-top: 50%;
			margin-bottom: 10%;
		}
		.photo_box img:hover{
			transform: none;
		}
		.icon{
			margin: 0;
		}
		.banner p:first-child{
			padding-top: 15%;
		}
	}

	@media (max-width: 820px){
		.icons{
			width: 60%;
		}
		.icon{
			margin: 0 auto;

		}
		
	}

	@media (max-width: 768px){
	
		.icon{
			margin: 0 1% 0 1%;
			width: 35%;
			text-align: center;
		}
		.icons{
			width: 100%;
		}
		.mainslide{
			display: none;
		}
		.mainslide-m{
			display: block;
			height: 83vw;
			padding-top: 60px;
		}
		.mainslide-m::after{
			content:'';
			display: block;
			width: 25%;
			border-bottom: 4px solid #000;
			position: absolute;
			left: 50%;
			transform: translate(-50%,0);
		}
		.swiper-wrap{
			height: 100%;
		}
		.mainslide-m .swiper-wrap img{
			height: 100%;
			width: 100%;
			object-fit: cover;
		}
		.mainslide-m .swiper{
			height: 100%;
		}
		.banner p{
			font-size: 40px;
			line-height: 64px;
		}
	}
	@media (max-width: 500px){
		.banner{
	
			background-image: url(/images/main/m/img05.jpg);
			background-size: cover;
			height: 150vh;
		}
		.title1{
			width: 80%;
			margin-top: 50px;
		}
		.title1 h2{
			font-size: 30px;
		}
		.title1 p{
			font-size: 18px;
			margin-bottom: 50px;
		}
		.intro_text p{
			font-size: 18px;
			line-height: 28px;
		}
		.room_contents h2{
			padding-top: 100px;
			font-size: 60px;
		}
		.room_contents p{
			margin-bottom: 90px;
			font-size: 30px;
		}
		.banner p{
			line-height: 40px;
			word-break: keep-all;
			font-size: 30px;
		}
		.icon{
			margin: 0 auto;
			width: 50%;
		}
		.icon_pc{
			display: none;
		}
		.icon_m{
			display: block;
		}

		.imgbox img{
			height: 300px;
		}
		.intro_text{
			display: none;
		}

	}

	@media (max-width: 350px){
		.intro_text p{
		  line-height: 25px;
		}
		.intro_text{
		  height: 300px;
		}
		.imgbox img{
		  height: 300px;
		}
	  
	  }
	  
	