@media only screen and (min-width: 800px) and (max-width: 1240px) {
	
#top .madein, #top .inspiring, #top .where, #top .selLang {
    display: none;
}
#top {
    z-index: 100;
}
#top .menuToggle {
    display: block;
    right: 24px;
    position: absolute;
    height: 100%;
    top: 0;
    width: 64px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.6s ease;
    right: 4px;
}
#nav {
    display: block;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0 !important;
    width: 100%;
    padding: 16px 24px;
    height: calc(100%);
    transition: all 0.6s ease;
    transform: translateX(-100%);
    opacity: 0;
    z-index: 99;
    padding-top: 80px;
}
.menuopened #nav {
    transform: translateX(0%);
    opacity: 1;
}
body {
    min-width: 740px;
}	
.b_aboutus .ball.ball4, .b_aboutus .ball.ball5, .b_aboutus .ball.ball6 {
    display: none;
}
.con {
    padding-top: 104px;
    max-width: calc(100%);
    margin-left: calc(0px);
}
.timeline .timeline_cont {
    _width: 100%;
}	
	#top .wrap {
    max-width: calc(100% - 32px);
}
	
	
	
	
	
#timeline_cont_svg_visible, #timeline_cont_svg {
    _width: 952px;
    _height: 2730px;
    left: calc( (100% - 952px) / 2);
} 
#timeline_cont_svg_visible, #timeline_cont_svg {
    top: 0;
}
	
	#subPage {
    overflow: hidden;
}
	
	
	
	
	
	
	img#motor {display:none;}
	
.searchPanel {
    right: calc(64px + 16px);
    width: calc(100% - 64px - 16px - 200px - 16px - 48px - 32px);
}	
	
	
	
	
	body.menuopened {
    overflow: hidden;
}
.menuopened #nav {
    z-index: 11;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}