@charset "UTF-8";

/**
 **==============================
 *
 *
 *	[ home ]
 *
 *
 **==============================
 */


/**
 **************************
 *
 *	header
 *
 **************************
 */

header {
	width: 100%;
	height: 100vh;
	padding-bottom: 200px;
	background-color: #F2E4D6;
	box-sizing: content-box;
	position: relative;
	z-index: 80;
}
	header .hInner {
		width: 80%;
		height: 90vh;
		margin: 0 auto;
		position: relative;
	}
		header .hInner .logoWrap {
			padding-top: 80px;
		}
			header .hInner .logoWrap h1 {
				width: 250px;
				margin-bottom: 60px;
			}
			header .hInner .logoWrap p {
				font-size: 14px;
				padding-left: 3px;
				line-height: 1.5;
			}
		header .hInner figure {
			width: 60%;
			position: absolute;
			bottom: 0;
			right: 0;
		}
@media only screen and (min-width: 1025px) {
	header {
		min-height: 900px;
	}
		header .hInner {
			min-height: 800px;
		}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	header .hInner .logoWrap h1 {
		width: 200px;
	}
		header .hInner .logoWrap p {
			font-size: 13px;
		}
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
	header .hInner .logoWrap {
		padding-top: 70px;
	}
		header .hInner .logoWrap h1 {
			width: 40%;
		}
		header .hInner figure {
			width: 50%;
			bottom: 20px;
		}
}
@media only screen and (max-width: 767px) and (orientation: portrait)  {
	header .hInner .logoWrap {
		padding-top: 90px;
	}
		header .hInner .logoWrap h1 {
			max-width: 280px;
			width: 70%;
			margin: 0 auto;
		}
	header .hInner figure {
		max-width: 600px;
		width: 100%;
		bottom: 20px;
	}
}
/**
 **************************
 *
 *	section 01
 *
 **************************
 */
#section01 {
	width: 100%;
	background-color: #3459A5;
	padding-bottom: 800px;
	position: relative;
	box-sizing: content-box;
}
	#section01 .inner {
		width: 80%;
		margin: 0 auto;
	}
		#section01 .inner .contentWrap {
			z-index: 100;
		}
			#section01 .inner .contentWrap article {
				z-index: 100;
				width: 750px;
				height: auto;
				position: relative;
				margin-top: -100px;
				padding-top: 80px; 
				background-color: #fff;
				float: left;
			}
			#section01 .inner .contentWrap article p {
				padding: 0 80px 80px; 
			}
		#section01 .inner .gentoo {
			width: 1240px;
			position: absolute;
			left: 30%;
			bottom: 250px;
		}
			#section01 .inner .gentoo img {
				width: 100%;
				height: auto;
			}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	#section01 {
		padding-bottom: 55%;
	}
		#section01 .inner {
			width: 90%;
		}
			#section01 .inner .contentWrap article {
				width: 60%;
			}
				#section01 .inner .contentWrap article p {
					padding: 0 50px 50px; 
				}
			#section01 .inner .gentoo {
				width: 80%;
				left: 20%;
				bottom: 150px;
			}
}
@media only screen and (max-width: 767px) {
	#section01 {
		padding-bottom: 80%;
	}
		#section01 .inner {
			width: 94%;
		}
			#section01 .inner .contentWrap article {
				width: 100%;
				padding-top: 40px; 
			}
				#section01 .inner .contentWrap article p {
					padding: 0 20px 30px; 
				}
			#section01 .inner .gentoo {
				width: 100%;
				left: 10%;
				bottom: 120px;
			}
		
}
/**
 **************************
 *
 *	section 02
 *
 **************************
 */
#section02 {
	width: 100%;
	background-color: #566E90;
	padding-bottom: 500px;
	position: relative;
	box-sizing: content-box;
}
	#section02 .inner {
		width: 80%;
		margin: 0 auto;
	}
		#section02 .inner .contentWrap article {
			z-index: 100;
			width: 750px;
			position: relative;
			margin-top: -100px;
			padding-top: 80px; 
			background-color: #fff;
			float: right;
		}
			#section02 .inner .contentWrap article p {
				padding: 0 80px 60px; 
			}
			#section02 .inner .contentWrap article a {
				width: 300px;
				text-decoration: none;
				display: block;
				padding-bottom: 20px;
				margin: 0 auto 60px;
				position: relative;
				transition: 0.3s;
			}
				#section02 .inner .contentWrap article a:hover {
					transition: 0.3;
				}
					#section02 .inner .contentWrap article a span {
						font-size: 32px;
						padding: 5px 10px;
						color: #3459A5;
						position: relative;
						transition: 0.3s;
						z-index: 120;
					}
						#section02 .inner .contentWrap article a:hover span {
							color: #fff;
							transition: 0.3s;
						}
					#section02 .inner .contentWrap article a span:after {
						content: '';
						position: absolute;
						display: block;
						width: 0%;
						height: 100%;
						top: 0;
						left: 0;
						background-color: #3459A5;
						transition: 0.3s;
						z-index: -1;
					}
						#section02 .inner .contentWrap article a:hover span:after {
							width: 100%;
						}
					#section02 .inner .contentWrap article a img {
						width: 236px;
						position: absolute;
						right: 30px;
						bottom: 0;
						transition: 0.3s;
					}
						#section02 .inner .contentWrap article a:hover img {
							right: 0;
							transition: 0.3s;
						}
				#section02 .inner .contentWrap article figure {
					position: relative;
				}
					#section02 .inner .contentWrap article figure figcaption {
						position: absolute;
						display: block;
						right: 0;
						bottom: 0;
						color: #fff;
						font-size: 12px;
					}
		#section02 .inner .emperor {
			width: 1200px;
			position: absolute;
			left: 5%;
			bottom: 250px;
		}
			#section02 .inner .emperor img {
				width: 100%;
				height: auto;
			}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	#section02 {
		padding-bottom: 40%;
	}
		#section02 .inner {
			width: 90%;
		}
			#section02 .inner .contentWrap article {
				width: 60%;
			}
				#section02 .inner article p {
					padding: 0 50px 50px; 
				}
				#section02 .inner .contentWrap article a span {
					color: #fff;
				}
					#section02 .inner .contentWrap article a span:after {
						width: 100%;
					}
			#section02 .inner .emperor {
				width: 100%;
				bottom: 150px;
			}
}
@media only screen and (max-width: 767px) {
	#section02 {
		padding-bottom: 60%;
	}
		#section02 .inner {
			width: 94%;
		}
			#section02 .inner .contentWrap article {
				width: 100%;
				padding-top: 40px; 
			}
				#section02 .inner .contentWrap article p {
					padding: 0 20px 30px; 
				}
				#section02 .inner .contentWrap article a span {
					color: #fff;
				}
					#section02 .inner .contentWrap article a span:after {
						width: 100%;
					}
			#section02 .inner .emperor {
				width: 100%;
				bottom: 70px;
			}
}
/**
 **************************
 *
 *	footer
 *
 **************************
 */
footer {
	background-color: #303030;
}
	footer .fInner {
		width: 80%;
		margin: 0 auto;
	}
		footer .fInner article {
			z-index: 100;
			width: 100%;
			margin-top: -50px;
			position: relative;
			background-color: #fff;
		}
			footer .fInner article .ftLogo {
				position: relative;
				-webkit-flex: 1;
				flex: 1;
				background-image: url(../../images/global/sea.jpg);
				background-size: cover;
			}
				footer .fInner article .ftLogo:after {
					content: '';
					display: block;
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					background-color: rgba(0,0,0,0.4); 
					background-size: cover;
				}
				footer .fInner article .ftLogo h2 {
					width: 200px;
					height: 161px;
					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					margin: auto;
					z-index: 110;
				}
			footer .fInner article .ftProfile {
				width: 580px;
				padding: 50px;
			}
				footer .fInner article .ftProfile h2 {
					font-size: 13px
				}
					footer .fInner article .ftProfile h2 span {
						font-size: 18px;
					}
					footer .fInner article .ftProfile h2:after {
						content: '';
						display: block;
						width: 36px;
						height: 1px;
						background-color: #373838;
						margin: 20px 0 40px 0;
					}
					footer .fInner article .ftProfile ul {
						font-size: 0;
						margin-top: 20px;
					}
						footer .fInner article .ftProfile ul li {
							width: 20px;
							height: 20px;
							display: inline-block;
							margin-right: 8px;
						}
							footer .fInner article .ftProfile ul li img {
								width: auto;
								height: 20px;
							}
		footer .fInner .ftCopy {
			color: #fff;
			text-align: center;
			padding: 10px 0 20px;
		}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	footer .fInner article .ftProfile {
		width: 40%;
	}
}
@media only screen and (max-width: 767px) {
	footer .fInner {
		width: 94%;
	}
		footer .fInner article {
			width: 100%;
			flex-direction: column;
		}
			footer .fInner article .ftLogo {
				width: 100%;
				height: 100%;
				padding: 50px 0;
				position: relative;
			}
				footer .fInner article .ftLogo h2 {
					width: 60%;
					height: auto;
					position: relative;
				}
			footer .fInner article .ftProfile {
				width: 100%;
			}
}