.melJS_modal_th_body{
	position: fixed;
	z-index: 1001;
	outline-width: 0;
	margin-top: 0;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
}
.melJS_modal_th_Imgcol{
	background-color: #eee6ed;
	background-image: url(/en/img/modal/bg_modal.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 100vw;
	height: 100vh;
}
.melJS_modal_th_Imgcol img{
	max-width: 100vw;
	max-height: 100vh;
}
/*.melJS_modal_th_open*/
.melJS_modal_th_open .gs24-Header,
.melJS_modal_th_open .gs24-GoTop{
	position: relative;
	z-index: 1;
}
html.melJS_modal_th_open{
	overflow: hidden;
}