.right_menu{
	position: fixed;
    top: 20px;
    right: 50%;
    margin-right: -730px;
	z-index:2;
}
.right_menu_button {
  display: block;
  padding: 0;
  width:45px;
  height:45px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}
.right_menu_button.active .right_menu_text {
  display: none;
}
.right_menu_button.active .right_menu_close {
  display: block;
}
.right_drawer_text {
	width: 100%;
    height: 0px;
    position: absolute;
    /* bottom: -20px; */
    left: 0;
    top: 0px;
    text-align: center;
    font-size: 1.2rem;
}
.right_drawer_text span.icon_box{
	display:block;
	color:#fff;
	width:45px;
	height:45px;
	box-sizing:border-box;
	border-radius:50%;
	background-color:#1A283E;
	font-size:2.0rem;
	text-align:center;
	padding:12px 0px 0px 3px;
}
.right_drawer_text span.icon_box:hover{
	opacity:0.7;
}
.right_menu_close span.icon_box{
	color:#1A283E;
	background-color:#fff;
}
.right_drawer_text span.tex_box{
	display:block;
	height:70px;
	font-size:1.2rem;
	color:#1A283E;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	margin-left:14px;
}
@media all and (-ms-high-contrast: none){
	.right_drawer_text span.tex_box{
		height:200px;
		margin-left:0px;
	}
}
.icon_box:after{
	display:block;
	width:2px;
	height:40px;
	background-color:#1A283E;
	margin:0px 0px 0px 0px;
}
.right_menu_close {
  display: none;
}
.right_menu_button {
  
  z-index: 1001;
  color: #2274a5;
}
.right_menu a {
  color: inherit;
  text-decoration: none;
}
.right_menu a:visited {
  color: inherit;
}
.right_menu .right_menu_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0;
}
.right_menu .right_menu_nav_wrapper {
	width: 100%;
    transition: all 0.2s;
    transform: translate(0px);
    position: fixed;
    top: -120%;
    left: 0;
    z-index: 1000;
    background-image: url(../images/side_bg.gif);
    background-repeat: repeat;
	background-position:0px 0px;
}
.right_menu .right_menu_nav_wrapper.open {
	transform: translate(0);
	 top:0px;
	 padding:50px 0px;
}
.right_menu.left .right_menu_button {
  right: auto;
  left: 32px;
}
.right_menu_nav {
	width:1500px;
	margin:auto;
	padding:0px 0px 0px 0px;
}
#mn_left{
	float:left;
	width:32%;
	padding:0px 0px 0px 0px;
}
#mn_left a.mn_logo {
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
}
#mn_tex {
	margin: 0px 0px 0px 0px;
    padding: 100px 0px 0px 0px;
    text-align: center;
    opacity: 0.3;
}
#mn_nav{
	float:left;
	width:35%;
	padding:0px 0px 0px 50px;
	color:#fff;
}
#mn_nav h2{
	font-size: 2.0rem;
    margin: 15px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
#mn_nav ul{
	margin:15px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	list-style: inside;
}
#mn_nav li{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.6rem;
	line-height:130%;
}
#mn_nav a{
	color:#fff;
}
#mn_nav li span{
	display:block;
	margin:5px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	font-size:1.2rem;
	color:#CE801E;
}
#mn_nav a:hover{
	color:#009F93;
}
#mnn_l{
	float:left;
	width:47%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#mnn_r{
	float:right;
	width:47%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#mn_right{
	float:right;
	width:28%;
	padding:0px 0px 0px 0px;
	position:relative;
}
#mn_right a.entry{
	display: block;
    width: 300px;
    height: 80px;
    box-sizing: border-box;
    background-color: #F2E380;
    font-size: 1.8rem;
    text-align: center;
    vertical-align: middle;
    margin: 40% auto;
    padding: 30px;
    letter-spacing: 1px;
	box-shadow:3px 3px 3px 0px rgba(255, 255, 255, 1);
}
#mn_right a:hover.entry{
    background-color: #009F93;
    color:#fff;
}
#mn_clogo{
	position:absolute;
	bottom:0px;
	right:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#mn_clogo img{
	width:80px;
	filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

@media screen and (max-width:1499px){
	.right_menu{
		top: 20px;
		right:15px;
		margin-right:0px;
	}
	.right_menu_nav {
		width:100%;
	}
	#mn_clogo{
		right:20px;
	}
	#mn_right a.entry{
		margin: 40% auto;
	}
}
@media screen and (max-width:1024px){
	#mn_tex img{
		width:90%;
		height:auto;
	}
	#mn_right a.entry{
		width:85%;
		height: 80px;
		padding: 30px;
	}
}
@media screen and (max-width:912px){
	#mn_left{
		float: none;
		width: 100%;
		padding: 0px 0px 0px 0px;
		text-align: center;
	}
	#mn_tex {
		position: absolute;
		top: 0px;
		width: 400px;
		padding:0px;
	}
	#mn_nav {
		width: 47%;
		margin-top: 30px;
	}
}
@media screen and (max-width:640px){
	.right_drawer_text span.tex_box{
		display:none;
	}
	.right_menu{
		top: 20px;
		right: 10px;
	}
	#mn_right{
		width:40%;
	}
}
@media screen and (max-width:540px){
	#mn_left{
		display:none;
	}
	#mn_nav{
		float: unset;
		width:90%;
		margin: 0px;
		padding: 0px 20px 10px 20px;
	}
	.right_menu .right_menu_nav_wrapper.open {
		padding:20px 0px;
	 }
	 #mn_right {
		float: unset;
		width: 97%;
		padding: 0px auto 0px auto;
		text-align:center;
	}
	#mnn_l,#mnn_r{
		float: unset;
		display:inline-block;
		width: 47%;
		vertical-align:top;
	}
	.right_menu .right_menu_nav_wrapper {
		top: -150%;
	}
	#mn_right a.entry {
		width: 70%;
		height: 80px;
		margin:10px auto;
	}
	#mn_clogo{
		display:none;
	}
}
@media screen and (max-width:428px){
	.right_menu{
		top: 10px;
		right: 7px;
	}
	#mn_nav{
		padding: 0px 10px 10px 10px;
	}
	#mnn_l,#mnn_r{
		width: 49%;
	}
}