.section_title {
	width: 100%; height: auto; line-height: 1.5;
	font-size: 30px; color: #000; text-align: center;
	padding: 0px 15px; word-break: keep-all;
	box-sizing: border-box
}

.section_sub {
	width: 100%; height: auto; line-height: 1.5;
	font-size: 24px; color: #000; text-align: center;
	padding: 0px 5px; word-break: keep-all;
	box-sizing: border-box
}

.section_desc {
	width: 100%; height: auto; line-height: 1.5;
	margin-top: 15px;
	font-size: 18px; color: #000; text-align: center;
	padding: 0px 5px; word-break: keep-all;
	box-sizing: border-box
}



.section_contents {
	width: 100%; height: auto;
	text-align: center;
	box-sizing: border-box;
}


.section_contents > img {
	position: relative; display: inline-block;
	width: auto; max-width: 100%; height: auto;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	box-sizing: border-box;
}


#wrap .section_contents > img.floor_b1	{ background-image: url(../images/floor/B1.png); }
#wrap .section_contents > img.floor_b1_01{ background-image: url(../images/floor/B1_1.png); }
#wrap .section_contents > img.floor_b1_02{ background-image: url(../images/floor/B1_2.png); }

#wrap .section_contents > img.floor_1f{ background-size: auto 100%; height: 1116px; background-image: url(../images/floor/1F.png); }
#wrap .section_contents > img.floor_1f_01{ background-size: auto 100%; height: 1116px; background-image: url(../images/floor/1F_1.png); }

#wrap .section_contents > img.floor_2f	{ background-image: url(../images/floor/2f.png); }
#wrap .section_contents > img.floor_2f_01 { background-image: url(../images/floor/2f_1.png); }
#wrap .section_contents > img.floor_2f_02 { background-image: url(../images/floor/2f_2.png); }

#wrap .section_contents > img.floor_3f	{ background-image: url(../images/floor/3f.png); }
#wrap .section_contents > img.floor_3f_01 { background-image: url(../images/floor/3f_1.png); }
#wrap .section_contents > img.floor_3f_02 { background-image: url(../images/floor/3f_2.png); }

#wrap .section_contents > img.floor_4f	{ background-image: url(../images/floor/4f.png); }
#wrap .section_contents > img.floor_4f_01 { background-image: url(../images/floor/4f_1.png); }
#wrap .section_contents > img.floor_4f_02 { background-image: url(../images/floor/4f_2.png); }

#wrap .section_contents > img.floor_5f	{ background-image: url(../images/floor/5f.png); }
#wrap .section_contents > img.floor_5f_01 { background-image: url(../images/floor/5f_1.png); }
#wrap .section_contents > img.floor_5f_02 { background-image: url(../images/floor/5f_2.png); }

#wrap .section_contents > img.floor_6f	{ background-image: url(../images/floor/6f.png); }
#wrap .section_contents > img.floor_6f_01 { background-image: url(../images/floor/6f_1.png); }
#wrap .section_contents > img.floor_6f_02 { background-image: url(../images/floor/6f_2.png); }
#wrap .section_contents > img.floor_6f_03 { background-image: url(../images/floor/6f_3.png); }

#wrap .section_contents > img.floor_7f	{ background-image: url(../images/floor/7f.png); }
#wrap .section_contents > img.floor_7f_01 { background-image: url(../images/floor/7f_1.png); }


#popup {
	top: 60px; left: 4%;
	position: absolute; display: inline-block;
	display: none;
	width: 480px; height: auto;
	padding: 30px;
	border: 1px solid #000;
	z-index: 999;
	background-color: #fff;
	box-sizing: border-box;
}

#popup > div {
	width: 100%; height: auto;
	box-sizing: border-box;
}

#popup .popup_title {
	width: 100%; height: auto; 
	font-size: 20px; color: #000; text-align: center;
	box-sizing: border-box;
}

#popup .popup_title > span {
	padding-bottom: 5px;
	border-bottom: 2px solid #00a0e9;
}
#popup .popup_title > span > span { color: #00a0e9; }

#popup .popup_img {
	width: 100%; height: 270px;
	background-color: #00a0e9;
	border: 1px solid #dddddd;
	margin-top: 20px;
	box-sizing: border-box;
}


#popup .popup_img .popup_img_item,
#popup .popup_img .popup_img_item img {
	width: 100%; height: auto;
	box-sizing: border-box;
}

#popup .slick-slider .slick-track,
#popup .slick-slider .slick-list { width: 100%;  height: 100%; }

#popup .slick-prev, #popup .slick-next { z-index: 99; }
#popup .slick-prev {
	left: 15px;
}

#popup .slick-next {
	right: 15px;
}


#popup .popup_label.top { margin-top: 40px; }
#popup .popup_label {
	width: 100%; height: auto;
	margin-top: 20px;
	border-bottom: 2px solid #00a0e9;
}


#popup .popup_label > div {
	width: auto; height: 25px; line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px; color: #fff; text-align: left;
	background-color: #00a0e9;
	box-sizing: border-box;
}

#popup .popup_label > div::after {
	content: '';
	position: absolute; 
	top: 0px; right: -10px;
	width: 10px; height: 25px;
	background-image: url(../images/popup_label_img.png);
    background-size: 10px 25px;
    background-position: right center;
    background-repeat: no-repeat;
	box-sizing: border-box;
}

#popup .popup_desc {
	width: 100%; height: auto;
	margin-top: 20px;
	box-sizing: border-box;
}

#popup .popup_desc .popup_desc_item:first-child { margin-top: 0px; } 
#popup .popup_desc .popup_desc_item {
	width: 100%; height: auto; line-height: 1.5;
	font-size: 16px; color: #000; text-align: left;
	padding-left: 12px;
    word-break: keep-all;
	margin-top: 10px;
	box-sizing: border-box;
}

#popup .popup_desc .popup_desc_item::before {
	content: '';
	position: absolute; top: 10px; left: 0px;
	width: 5px; height: 5px; 
	border-radius: 100%;
	background-color: #00a0e9;
	box-sizing: border-box;
}

#popup .popup_desc .popup_desc_item_area {
	width: 100%; height: auto;
	font-size: 12px; color: #000; text-align: left;
	padding: 15px 10px;
	margin-top: 10px;
	background-color: #efefef;
	box-sizing: border-box;
}



#popup .popup_btn {
	width: 100%; height: auto;
	margin-top: 40px;
	box-sizing: border-box;
}

#popup .popup_btn > button:hover {
	color: #fff;
	background-color: #00a0e9;
}
#popup .popup_btn > button {
	left: 50%;
	width: 100px; height: 40px; line-height: 38px;
	border: 1px solid #00a0e9;
	font-size: 16px; color: #00a0e9; text-align: center;
	background-color: #fff;
	cursor: pointer;

    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);

	box-sizing: border-box;
}

#mo_wrap{  display: none; }                
#wrap	{  display: inline-block; }        



#mo_wrap .slick-prev, #mo_wrap .slick-next { z-index: 99; }
#mo_wrap .slick-prev {
	left: 15px;
}

#mo_wrap .slick-next {
	right: 15px;
}

.detail {
	left: 50%; 
	width: 100%; max-width: 450px; height: auto;
	margin-top: 30px;
	padding: 0px 15px;

    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);

	box-sizing: border-box;
}

.detail .detail_item:first-child { margin-top: 0px; }
.detail .detail_item {
	width: 100%; height: auto;
	margin-top: 30px;
	box-sizing: border-box;
}

.detail .detail_item .detail_title {
	width: 100%; height: auto; line-height: 1.5;
	font-size: 16px; color: #000; text-align: left;
	box-sizing: border-box;
}

.detail .detail_item .detail_img {
	width: 100%; height: auto;
	margin-top: 10px;
	box-sizing: border-box;
}

.detail .detail_item .detail_img > img  {
	width: 100%; height: auto;
	box-sizing: border-box;
}

.detail .detail_item .detail_desc {
	width: 100%; height: auto;
	margin-top: 10px;
	box-sizing: border-box;
}


.detail .detail_item .detail_desc .detail_desc_item:first-child { margin-top: 0px; }
.detail .detail_item .detail_desc .detail_desc_item_box {
	width: 100%; height: auto; line-height: 1.5;
	font-size: 12px; color: #000; text-align: left;
	padding: 10px 15px;
	margin-top: 10px;
	background-color: #efefef;
	box-sizing: border-box;
}

.detail .detail_item .detail_desc .detail_desc_item {
	width: 100%; height: auto; line-height: 1.5;
	padding-left: 10px;
	margin-top: 10px;
	word-break: keep-all;
	box-sizing: border-box;
}

.detail .detail_item .detail_desc .detail_desc_item::before {
	content: '';
	position: absolute; top: 8px; left: 0px;
	width: 5px; height: 5px;
	border-radius: 100%;
	background-color: #00a0e9;
	box-sizing: border-box;
}





@media (max-width: 479px){ 
	#mo_wrap{ display: inline-block; }
	#wrap	{ display: none; }
	.section_contents { margin-top: 30px; }

	.section_title { font-size: 24px; }
	.section_sub { font-size: 18px; }
	.section_desc { font-size: 16px; }


	#sub_nav.floor > div > a { width: 25%; border-left: 1px solid #dedede; }
	#sub_nav.floor > div > a:nth-child(4n+1){ border-left: 0px; }
	#sub_nav.floor > div > a:nth-child(n+5){ border-top: 1px solid #dedede;  }

}

@media (max-width: 749px) and (min-width: 480px) { 
	#mo_wrap{ display: inline-block; }
	#wrap	{ display: none; }
	.section_contents { margin-top: 30px; }

	.section_title { font-size: 24px; }
	.section_sub { font-size: 18px; }
	.section_desc { font-size: 16px; }


}

@media (max-width: 1023px) and (min-width: 750px) { 
	#mo_wrap{ display: inline-block; }
	#wrap	{ display: none; }
	.section_contents { margin-top: 30px; }

	.section_title { font-size: 26px; }
	.section_sub { font-size: 20px; }
	.section_desc { font-size: 16px; }

}


@media (max-width: 1279px) and (min-width: 1024px) { 
	.section_title { font-size: 28px; }
	.section_sub { font-size: 22px; }
}




@media (max-width: 749px) { 
	#popup  { display: none !important; }
}



/*
	@media (max-width: 479px){ 

	}

	@media (max-width: 749px) and (min-width: 480px) { 

	}

	@media (max-width: 1023px) and (min-width: 750px) { 

	}


	@media (max-width: 1279px) and (min-width: 1024px) { 

	}
*/