@charset "utf-8";
@import url(common/style.css);

:root{
	--animTime:0.25s;
	--whiteAlpha:rgba(255, 255, 255, 0.5);
	--txtColor:#DEFAFF;
}

.planInfo{
	display:flex;	
	justify-content:space-between;
	/* align-items:center; */
	border:1px solid #33C0FF;
	padding:40px;
	margin-bottom:100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	max-width:1000px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	gap:4%;
}
/* .planInfo:last-child{
	margin-bottom:0px;
} */

.planInfo > div{
	width: 50%;
	min-height:200px;
	align-self:flex-start;
}
/* .planInfo div:nth-child(2){
	align-self:flex-start;
} */
.slideList{
	display:flex;	
	justify-content:space-between;
	flex-wrap: wrap;
}
.slideList li{
	width:17%;
	margin-top:16px;
}
/* .slideList li:first-child{
	width:100%;
	margin-top:0;
} */
.planInfo .caption{
	color:#DEFAFF;
	margin-top:10px;
}
.pType{
	font-size:35px;
	color:#33C0FF;
	border-bottom:1px solid #33C0FF;
	margin-bottom:20px;
	font-family: 'Kumbh Sans', sans-serif;
	font-weight:200;
	padding-bottom:20px;
}
.pType > span{
	display:inline-block;
}
.pFloor{
	margin-right:40px;
}
.pSize{
	font-size:40px;
	color:#33C0FF;
	border-bottom:1px solid #33C0FF;
	margin-bottom:20px;
	display:flex;
	justify-content:space-between;
	font-family: 'Kumbh Sans', sans-serif;
	font-weight:200;
	padding-bottom:20px;
}
.pSize > span{
	align-self:flex-end;
}
.pSNum{
	font-size:60%;
}
@media only screen and (max-width:750px){
.planInfo{
	flex-direction: column;
	width:90%;
	padding:4.0vw 2%;
	
}
.planInfo > div:first-child{
	margin-bottom:8.0vw;
}
.planInfo > div{
	width:90%;
	align-self:center;
}
.planInfo img:not(.lenz){
	width:100%;
}
.pType{	font-size:7.0vw;}
.pSize{	font-size:8.0vw;}
.pFloor{
	margin-right:8.0vw;
}

}


.planMap{
	position:relative;
	z-index:1;
}
.lenz{
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:2;
	width:10%;
}
#planSlidePop,
#planMapPop{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:none;
	z-index:9999;
	background-color: rgba(1,12,43,0.75);
}

#closeSlidePop,
#closeMapPop{
	position: absolute;
	right: 40px;
	top: 40px;
	width: 40px;
	height: 40px;
	z-index:5;
}

.popCont{
	position:relative;
	width:100%;
	height:100%;
	z-index:2;
	display:flex;	
	justify-content:center;
	align-items:center;
}

#planPopImg{
	max-width:90%;
	max-height:90%;
}

.popSlideCont{
	position:relative;
	width:100%;
	height:100%;
	display:block;
	z-index:1;
	overflow:hidden;
}


.prevSlide {
	position: absolute;
	left: 2%;
	top: 50%;
	width: 20px;
	cursor: pointer;
}
.nextSlide {
	position: absolute;
	right: 2%;
	top: 50%;
	width: 6%;
	width: 20px;
	cursor: pointer;
}
.prevSlide img,
.nextSlide img{
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.listPlan{
	transition:margin-left 1s;
	display:block;
	height:100%;
}
.listPlan li{
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
}

.listPlan li img{
	max-width:90%;
	max-height:90%;
}
.ul12{	width:calc( 100% * 12 );	}
.ul12 li{	width:calc( 100% / 12 );	}
.ul14{	width:calc( 100% * 14 );	}
.ul14 li{	width:calc( 100% / 14 );	}


.tabBox{
	width:90%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.tabBuild{
	width:100%;
	display:flex;
	justify-content:space-around;
	margin-top:80px;
	margin-bottom:90px;
}
.tabBuild li{
	width:46%;
	text-align:center;
	color:#33C0FF;
	border:1px solid #33C0FF;
	font-family: 'Kumbh Sans', sans-serif;
	font-weight:300;
	padding-top:1rem;
	padding-bottom:1rem;
	font-size:22px;
	cursor:pointer
}
.tabBuild li:hover,
.tabBuild li.active{
	background-color:#33C0FF;
	color:#FFF;
}
.tab{
	display:none;
}

.tab.tabActive{
	display:block;
}


@media only screen and (max-width:750px){
.tabBuild{
	margin-top:4.0vw;
	margin-bottom:4.0vw;
}
}