@charset "utf-8";
#wrapper{ 
	width: 100vw;
	height: 100vh;
	position:relative;
	overflow:hidden;
}
#header {
	background: #FFF;
	text-align: center;
	width: 100%;
	height: 85px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
#header .logo {
	float: left;
	text-align: left;
	margin: 0px 0px 0px 5px;
}
#header .logo img{
	width:160px;
}
#header .lang {
	margin-top:10px;
	margin-right: 20px;
	color: #999;
	text-align: right;
	float: right;
}
#content{
	position: absolute;
	z-index:1;
	color:#000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction:row;
	
	padding: 0px 30px 30px 30px;
	box-sizing: border-box;
	
	width: 100vw;
	height: 100vh;
}

#main {
	color:#FFF;
	background-color: #0090DC;
	margin:0 -100%;
	padding: 90px 100% 100px 100%;
	text-align: center;
}

#footer {
	width: 100%;
	height: 65px;
	padding:20px 0px;
	margin-top:50px;
	text-align:center;
	clear: both;
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
}

#footer .footer_nav{
	padding-top:10px;
	text-align:center;
	font-size:80%;
}
#footer .footer_nav a{
	text-decoration:none;
	color:#000;
	background:url(../../img/icon/link.svg) no-repeat right center;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
	padding:5px 30px 5px 0px;
	display: inline;
}
#footer .footer_nav a:hover{
	text-decoration: underline;
}
#footer .copyright {
	font-size:80%;
	padding-top:10px;
	clear: both;
}

@media screen and (min-width: 414px) and (max-width: 823px) {
	
	#wrapper{
		min-height:530px;
	}
	#header {
		background: #FFF;
		text-align: center;
		width: 100%;
		height: 45px;
		position:absolute;
		top:0;
		left:0;
		z-index:10;
	}
	#header .logo img{
		width:90px;
	}
	#content{
		width: 100vw;
		height: auto;
		min-height: 100vh;
		background-size: auto 130%;
		padding: 30px 30px 30px 30px;
	}
	#main {
		margin:0 -100%;
		padding: 50px 100% 50px 100%;
	}
	#footer {
		background: #FFF;
		width: 100%;
		height: auto;
		padding:10px 0px;
		margin-top:0px;
		text-align:center;
		clear: both;
		position:absolute;
		bottom:0;
		left:0;
		z-index:10;
	}

	#footer .copyright {
		font-size:70%;
	}
}
@media screen and (max-width: 414px) {
	#wrapper{
		min-height:550px;
	}
	#header {
		background: #FFF;
		text-align: center;
		width: 100%;
		height: 45px;
		position:absolute;
		top:0;
		left:0;
		z-index:10;
	}
	#header .logo img{
		width:90px;
	}
	#content{
		width: 100vw;
		height: auto;
		min-height: 100vh;
		padding: 0px 15px;
	}
	#main {
		margin:0 -100%;
		padding: 50px 100% 50px 100%;
	}
	#footer {
		background: #FFF;
		width: 100%;
		height: auto;
		padding:10px 0px;
		margin-top:0px;
		text-align:center;
		clear: both;
		position:absolute;
		bottom:0;
		left:0;
		z-index:10;
	}

	#footer .copyright {
		font-size:70%;
	}
	@media screen and (max-width: 320px) {
		#wrapper{
			min-height:500px;
		}
		#header .lang {
			font-size:70%;
		}
		#main {
			margin:0;
			padding: 20px 10px 30px;
		}
		#content{
			width: 100vw;
			height: auto;
			min-height: 100vh;
			padding: 0px;
		}
		#footer .copyright {
			font-size:50%;
		}
	}
}
