@media screen and (max-width:1199px) {

}

@media screen and (max-width:991px) {

	#rap {
		width: 46.875em;
	}

	#content, #side1, .inner_headerhome, #header_top {
		width:100%;
		margin-right:0;
		float:none;
		padding:0;
	}

	.inner_headerhome {
		padding-right:0;
	}

	.inner_header {
		/* display:none; */
		margin-top:10px;
		width: 100%;
	}

	.cont_banner {
		width:48.5%;
		float:left;
		display:inline-block;
	}

	.cont_banner_even {
		clear:left;
	}

	.cont_banner_odd {
		margin-left:3%;
	}

	.cont_banner_1 {
		margin-top:0 !important;
	}
}

@media screen and (max-width:767px) {

	#rap {
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
	}

	#header {
		background: #338DC9;
		padding-top:0;
		height:auto;
		padding-bottom:15px;
	}

	#header .part_flag {
		display:inline-block;
		height:10px;
		width:33.33333333%;
		float:left;
	}

	#header .part_flag.g { background-color:#2ebe4f; }

	#header .part_flag.w { background-color:#ffffff; }

	#header .part_flag.r { background-color:#db3d32; }

	#header_top { display:none; }

	.logo_m {
		display:block;
		width:70%;
		margin:15px 0 0 15px;
	}

	.logo_m img {
		display:block;
		max-width:100%;
		height:auto;
	}

	#button_mobile_menu {
		display:block;
		color:#fff;
		float:right;
		font-size:30px;
		margin:23px 15px 0 0;
	}

	#navmenu {
		background:#338dc9;
		height:0;
		position:absolute;
		left:0;
		top:0;
		padding:0 15px;
		overflow:hidden;
		right:0;
		transition: all 0.6s ease;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
	}

	#navmenu:before, #navmenu:after {
		display:block;
		width:100%;
		height:15px;
		content:" ";
	}

	#navmenu.opened {
		height:auto;
	}

	#navmenu a {
		text-align:right;
		display:inline-block;
		width:100%;
		padding:0 !important;
		border:0;
		padding:0;
		margin-bottom:15px;
		font-size:24px;
	}

	#navmenu a:last-child {
		margin-bottom:0;
	}

	.book {
		display:none;
	}

	.book_m {
		display:block;
		text-align:center;
	}

	.book_m img {
		display:block;
		margin:0 auto;
	}
}
