@charset "utf-8";
/*
ksodesign1@naver.com
http://ksodesign.com/

Copyright 2010 KSODESIGN	 
Contributing author : KSJade
----------------------------------------------------------------*/

/*------------------------------------------------------------
**
** Page (teamserenade)
**
--------------------------------------------------------------*/
#kso-page h1, 
#kso-page h2, 
#kso-page h3,
#kso-page h4, 
#kso-page h5,
#kso-page li {
	color: #fff;
}
#kso-page hr {opacity: 1;}
#kso-page .page-section {
	color: #fff;
	margin-bottom: 4rem;
}
#kso-page .page-title {
	position: relative;
	margin-bottom: 20px;
	font-size: 50px;
	font-weight: 500;
}

#kso-page .summary {
	font-size: 16px;
	line-height: 1.8;
}
#kso-page ul {
	padding-left: 1rem;
	list-style: disc;
	line-height: 2;
}

.bg-up {
	background-color: #fff;
}



#kso-page .pagebg {
	height: 450px;
	min-height: 450px;
}

#kso-page .img-frame {
	position: relative;
}
#kso-page .img-frame:before {
	content: '';
	position: absolute;
	left: 2rem;top: 2rem;
	width: 100%;height: 100%;
	border: 10px solid #eee;
	z-index: -1;
}


/* timeline */
.timeline .timeline-item {display: flex;width: 100%;}
.timeline .timeline-item .activity, 
.timeline .timeline-item .month {display: block;float:left;}
.timeline .timeline-item.close .activity, 
.timeline .timeline-item.close .month {color: #ccc;}
.timeline .timeline-item .month {
    width: 20%;
    font-size: 30px;
    font-weight: bold;
    color: #111;
}
.timeline .timeline-item .activity {
    position: relative;
    width: 100%;width: 80%;
    margin-left: 0;padding: 0 0 40px 35px;   
    font-size: 16px;line-height: 1.8;
    border-left: 1px solid #ddd;
}
.timeline .timeline-item .activity>span {
    margin-right: 1rem;
    font-weight: bold;
    color: #333;
}
.timeline .timeline-item .marker {           
    display: block;float: right;position: relative; 
    margin-right: -7px;margin-top: -30px;
    border-radius: 50%;z-index: 5;    
}
.timeline .timeline-item .marker .dot {
    display: block;float: right;position: relative;    
    height: 13px;width: 13px;    
    background-color: #5392f0;border: 3px solid #eee;border-radius: 50%; 
    z-index: 5;    
}
.timeline .timeline-item.active .activity, 
.timeline .timeline-item:hover .activity {color: #56a0ed;}
.timeline .timeline-item.active .month, 
.timeline .timeline-item:hover .month {color: #56a0ed;}
.timeline .timeline-item.active .marker .dot, 
.timeline .timeline-item:hover .marker .dot {
    background-color: #56a0ed;box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
    .timeline .timeline-item .month {
        max-width: 80px;width: 80px;
        font-size: 24px;
    }
    .timeline .timeline-item .activity {padding-left:20px}
}
@media (max-width: 380px) {
    .timeline .timeline-item .activity {padding-left:20px}
}



#kso-page .nav-pills .nav-link.active, 
#kso-page .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #573f27;
    border: 1px solid #573f27;
}







#kso-page .fa-ul>li {
	margin-bottom: 1rem;
}
#kso-page .fa-ul>li svg {
	margin-right: .5rem;
	color: #3396ff;
}

.text-gray {color: #666;}
.py-100 {padding-top: 30px;padding-bottom: 30px;}

.summary ul li{font-weight: 300;}

.line-wrap{padding: 0 1rem; width: 250px; 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: 18px; }
.room-box h5 .ricon{width: 30px; display: inline-block; text-align: center;}
.room-box h5 .r-etc{font-size: 16px; margin-left: 10px;}

.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: #fff;
	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: #212121;}

.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;}

/*------------------------------------------------------------
**
** Media Query
**
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.py-100 {padding-top: 100px;padding-bottom: 100px;}
	.bg-up {
		transform: translateY(-3rem);
	}
}
@media (max-width: 991px) {
	.line-under.line-white:before {
		border-color: #333;
	}	
}

@media (max-width: 576px) {
	#kso-page .page-title {
		font-size: 36px;
	}
	#kso-page .img-frame:before {
		left: 10px;top: 10px;
	}

}