	body {
		background: #f3f3f3;
	}
	#header{
	    background: white;
	}
    a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
	.nav {
		    /*background: url(../images/xxx.svg) no-repeat;*/
    width: 95%;
    margin: 0 auto;
    padding: calc(4vw /15 * 15) 0;
    position: relative;
    overflow: hidden;
    background-position: 0 calc(4vw /15 * 15);
    height: calc(4vw /15 * 33.5);
	}
	
	#nav {
		overflow: hidden;
		background: white;
	}
	
	.btn_box {
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		width: calc(4vw /15 * 60);
		z-index: 9999999;
	}
	
	.nav_btn span {
		display: block;
		width: 100%;
		background: #0e2040;
		height: calc(4vw / 15 * 2);
		margin: calc(4vw / 15 * 5) 0;
	}
	
	.nav_btn span:nth-of-type(1) {
		margin-top: 0;
	}
	
	.nav_btn span:nth-of-type(3) {
		margin-bottom: 0;
	}
	
	.nav_btn {
		position: absolute;
		top: 45%;
		width: calc(4vw /15 * 18);
		transform: translateY(-50%);
		right: 0;
	}
	
	.safe_width {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	
	#footer {
		background: #212c59;
		padding: calc(4vw / 15 * 22) 0;
	}
	
	#footer .foot_info div {
		font-size: calc(4vw / 15 * 11);
		color: white;
		margin-bottom: calc(4vw / 15 * 13);
	}
	
	#footer .foot_info div:nth-last-of-type(1) {
		margin-bottom: 0;
	}
	
	#footer .foot_info div a {
		font-size: inherit;
		color: inherit;
	}
#nav_modBox{
    position: fixed;
    background: rgba(0,0,0,0.3);
    width: 100vw;
    height:100vh;
    z-index: 999999;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition:0.5s all; 
}
#nav_modBox .nav_menu{
    position: absolute;
    right: 0;
    top: 0;
    width: 60vw;
    height:100vh;
    background: white;
    box-shadow: -1px 0 5px #888888;
    transition: 0.5s all;
    transform: translateX(100%);
}
.closebg{
     transition:0.1s all; 
    opacity: 1 !important;
    visibility: visible !important;
}
.closebg .nav_menu{
    transform: translateX(0%) !important;
}
.stop_scroll{
   
    height: 100% ;
    overflow: hidden ;
}
#nav_modBox .bk_btn{
   top: calc(4vw /15 * 15 );
    width: calc(4vw /15 * 18);
    right: 4%;
    transform: translate(0,37%);
}
#header .nav_btn span{
    transition: 0.5s all;
}
#header .nav_btn span:nth-of-type(1){
    transform: translateY(0) rotate(0);
}
#header .nav_btn span:nth-of-type(2){
    transform: translateX(0);
    opacity: 1;
}
#header .nav_btn span:nth-of-type(3){
    transform: translateY(0) rotate(0);
}
#header .close .nav_btn span:nth-of-type(1){
        transform: translateY(calc(4vw / 15 * 7)) rotate(45deg);
}
#header .close .nav_btn span:nth-of-type(2){
    transform: translateX(100%);
    opacity: 0;
}
#header .close .nav_btn span:nth-of-type(3){
        transform: translateY(calc(-4vw / 15 * 7) ) rotate(-45deg);
}
.mob_ul {
       /*overflow: scroll;*/
    position: absolute;
    top: 15%;
    left: 0;
    width: 85%;
    max-height: 90%;
    /*-webkit-overflow-scrolling: touch;*/
}
.mob_ul li {
    margin-bottom: 15%;
    padding-left: 35%;
}
.mob_ul li a{
    font-size: calc(4vw / 15 * 16);
}