@media only screen and (max-width: 1024px) {
	
	img.BANNER
	,img#LOGOtext
	,#backToHome
	,div.menuTitle
	,div.menuTitleEN
	{display:none}
	
	
	
	body {
		width:100vw !important;
		min-width:100vw !important;
		max-width:100vw !important;
		overflow-x: hidden;
	}
	body #MAINVIEW-FRAME{
		width:100vw !important;
		min-width:unset;
		}
	body #HEADER-FRAME{
		width:100vw !important;
		min-width:unset;
		height:unset;
		padding:0.25rem
	}
	
	body #HEADER-FRAME #HEDER_CONTANER{
		width:100vw !important;
		min-width:unset;
		justify-content: space-evenly;
	}
	
	body #HEADER-FRAME #MENU-FRAME-LEFT{
		height:0;
	}
	
	body #BODY-FRAME{
		min-width:100vw !important;
		max-width:100vw !important;
		width: 100vw !important;
		margin:0;
	}
	
	#CONTANER{
		margin:0;
		width: -webkit-fill-available;
		}
	
	#mapSwitchBtnG{
		/* width:max-content; */
		display: flex;
		justify-content: space-around;
	}
	
	#IFRAME{
		max-width:100vw !important;
		width:100vw;
		height:100%;
		position: unset;
		min-width: unset;
		padding:0;
	}
	
	
	iframe{
		aspect-ratio: 1/2;
		
	}
	
	iframe img[usemap*="#"]{
		width:100vw;
		height:auto;
	}
	


	/* * * * * * * * mobilBurger * * * * * * * */
	.mobilBurger {
	  display: inline-block;
	  cursor: pointer;
	}

	.bar1, .bar2, .bar3 {
	  width: 35px;
	  height: 5px;
	  background-color: #333;
	  margin: 6px 0;
	  transition: 0.4s;
	}

	.change .bar1 {
	  transform: translate(0, 11px) rotate(-45deg);
	}

	.change .bar2 {opacity: 0;}

	.change .bar3 {
	  transform: translate(0, -11px) rotate(45deg);
	}
	/* * * * * * * * mobilBurger * * * * * * * */
	/* * * * * * * * mobilMenu * * * * * * * */
	.menuMobil{
		display:initial;
	}
	#MENU-FRAME-LEFT {
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		overflow-x: hidden;
		transition: 1s;
		padding-top: 60px;
		transition: width .5s;
		padding: 0;
	}

	.closebtn.menuMobil{
		position: absolute;
		top: 0;
		right: 2rem;
		padding:3rem;
		font-size: 4rem;
		font-weight: bold;
		color:#000;
		text-decoration: none;
	}
	.closebtn.menuMobil:hover{
		color:#070;
	}

	#map{
		margin: 0.1rem !important;
	}


	#lightbox_content
	{	width: 98vw;
		top:0 !important;
	}

	#lightbox_showchart_title
	{text-align:center !important;}



	.divBtnCloseSec{
		right: 12.5rem !important;
	}
	/* * * * * * * * lightbox_content * * * * * * * */


}
/* END OF MOBIL RWD*/

@media only screen and (max-width: 500px) {
	#lightbox_content div.divBtnClose
	{
		position: absolute;
		right: 6rem;
		bottom: -6rem;
		padding: 1rem;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 0.2rem solid #318500;
		width: 3rem;
		border-radius: 50%;
		height: 3rem;
		background: #fff;
	}
}