@charset "utf-8";

.modal_2_wrap {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	overflow-y: auto;
	z-index: 100;
}

.modal_2_wrap img {
	margin-left: auto;
	margin-right: auto;
}

.btn_close_wrap {
	position: fixed;
	top: 40px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 100%;
	max-width: 1220px;
}

.btn_close {
	position: absolute;
	right: 20px;
	width: 54px;
	cursor: pointer;
}

.btn_close img {
	width: 100%;
}

.modal_2_1 {
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	padding: 4px;
	padding-bottom: 75px;
	width: 988px;
	box-sizing: border-box;
}

.slide_list {
	width: 988px;
}

.slide_item {
	width: 100%;
}

.slide_item img {
	width: 100%;
}

.modal_2_2 {
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	padding: 4px;
	width: 988px;
	height: 2550px;
	box-sizing: border-box;
	background-image: url('../images/modal/img_lmp_back.png');
	background-size: 100% 100%;
}

.modal_2_3 {
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	padding: 4px;
	width: 988px;
	height: 3245px;
	box-sizing: border-box;
	background-image: url('../images/modal/img_commu_back.png');
	background-size: 100% 100%;
}

.modal_2_3 img:nth-child(n+4) {
	margin-top: 30px;
}

.modal_2_4 {
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	padding: 4px;
	width: 988px;
	height: 2992px;
	box-sizing: border-box;
	background-image: url('../images/modal/img_room_back.png');
	background-size: 100% 100%;
}

.modal_2_4 img:nth-child(n+4) {
	margin-top: 30px;
}






