@charset "utf-8";

/*------------------------------------------------------------
**
** Page
**
--------------------------------------------------------------*/



.room-box{
	background-color: #fff;
}

.line-wrap{padding: 0 1rem; width: 150px; overflow: hidden;}

.lineani-p{
	width: 100%;
	height: 1px;
	background-color: #4f4f4f;
	margin: 0.7rem auto;
	transition: all 1s;
	position: relative;
}

.room-area{display: flex;}

.room-box h5{margin-bottom: 0; font-size: 16px; font-weight: bold;}
.room-box h5 span{width: 30px; display: inline-block; text-align: center;}

.room-structure{margin-bottom: 1.5rem;}
.room-structure:last-child{margin-bottom: 0;}


.struct{
	padding: .5rem 0;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
	width: 100%;
	height: 100%;
	z-index: 1;
	font-size: 16px; 
}
.struct::before{
	content: "";
	z-index: -1;
	position: absolute;
	background: #212121;
	transition: all .8s;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}
.struct:hover::before{height: 200%;}
.struct:hover{color: #fff;}

.struct-wrap .row .col-6.col-lg-2{margin-bottom: 1.5rem;}

.room-img{margin-bottom: 1.5rem;}
.room-img:last-child{margin-bottom: 0;}


/* .white-box{background-color: #fff; padding: 3rem 2rem;} */

.flex-end{align-items: flex-end !important;}

.po-about{position: absolute; bottom: 0; right: 0; z-index: 3;}
.pt-13r{padding-top: 3rem;}

.white-box.positon-relative{min-height: 500px;}

.about-tit > h2{font-weight: bold;}
.about-tit > h2 > span{font-weight: 400;}

.about-tit > p{margin-bottom: 0;}
.about-tit > p >span{font-weight: bold;}

.about-list h5{font-weight: 600; font-size: 18px; margin-bottom: 1rem;}
.about-list > ul{margin-bottom: 0; padding-left: 1.5rem;}
.about-list > ul > li{list-style: square;  font-size: 16px; margin-bottom: 5px; color: #000;}

.about-list > ul > li ul{padding-left: 0; margin-bottom: 0; padding-top: 5px;}
.about-list > ul > li ul li{margin-bottom: 3px; font-size: 14px;}

.map-tit h2{font-size: 20px; font-weight: 600; }
.map-cont h5{font-size: 16px; }
.map-cont h5 > span{margin-right: 5px;}

.map-link{padding: 1rem 2rem; text-align: center; border: 1px solid #ddd; transition: all .5s;}
.map-link > a{color: #888; transition: all .5s;}
.map-link:hover{background-color: #fff; border: 1px solid #1c1c1c;}

.loca-wrap > h5{margin-bottom: 1rem;}
.loca-wrap > h5 > span{font-weight: 600;}

.f-tit{font-size: 16px !important; font-weight: 700;}
.txt-box{border-bottom: 1px solid #777;}

.lo-btn{
    display: inline-block;
    color: #212121;
    background-color: #dfd8c4;
    padding: 0.5rem 1rem;
    cursor: pointer;
    text-align: center;
    font-size: 13px !important;
}
.lo-btn > a {
    color: #212121 !important;
}
.tree{color: #6d8432 !important;}

.about-cont > h5{font-size: 1.1rem; color: #1c1c1c; font-weight: 600; margin-bottom: 1.5rem;}
.about-cont > h5:last-child{margin-bottom: 0;}

.page-section.mb-10{margin-bottom: 10rem;}

.about-tit{font-size: 1.1rem; line-height: 1.8;}
.book-tit > h5{font-size: 1.1rem;}
.tree-tit > h5{font-size: 1.1rem; line-height: 1.8;}

/*------------------------------------------------------------
**
** Media Query
**
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.page-section{margin-bottom: 4rem;}
}

@media (max-width: 1400px) {
	.page-video > iframe{width: 100%;}
	
}
@media (max-width: 1200px) {
	
}
@media (max-width: 991px) {
	.line-wrap{width: 130px;}
	.room-box{padding: 2rem .75rem;}

	.lineani-p.invisible{ visibility: visible !important;}
	.lineani-p.invisible::after{left: 100%;}
	.message-txt-p.invisible{opacity: 1; visibility: visible !important;}

	.struct{font-size: 14px;}

	.loca-wrap > h5{font-size: 12px; line-height: 1.5;}
	.loca-wrap > h5 > span{font-size: 14px;}

	.map-link{padding: .7rem;}
	.map-link > a{font-size: 14px;}

	.pt-13r{padding-top: 3rem;}
	.white-box{padding: 2rem .75rem;}

	.about-cont > h5{font-size: 14px;}

	.about-tit{font-size: 14px; line-height: 1.5;}
	.book-tit > h5{font-size: 14px;}
	.tree-tit > h5{font-size: 14px; line-height: 1.5;}

	.mx-auto-m{margin-left: auto !important; margin-right: auto !important;}

	.last-tit > h5{font-size: 1rem; line-height: 1.5;}
}

@media (max-width: 576px) {
	.page-video > iframe{width: 100%; height: 280px;}

	.about-tit > p{font-size: 14px;}

	.about-list > ul > li{font-size: 12px;}
	.about-list > ul > li ul li{font-size: 12px;}

	.f-tit{font-size: 14px !important;}

}