@charset "UTF-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Header
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 20000px) {
#topPage header {
	height: auto;
	color: #FFFFFF;
}
#topPage #headerCover {
	height: 80px;
	background: none;
	box-shadow: none;
	margin-top: -90px;
	padding-top: 90px;
}
#topPage #headerInner {
	height: 80px;
}
header h1 {
	margin: 0 0 -5px 0;
	padding: 20px 0 0 0;
}
#topPage header nav ul li a {
	color: #FFFFFF;
}
#topPage header nav ul li a:hover {
	color: #2292d2;
}
#topPage #headerCover.headerAnimation  {
	background: #FFFFFF !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}
#topPage .headerAnimation a {
	color: #333333;
}
}
@media screen and (max-width: 768px) {
#topPage header {
	height: auto;
	color: #FFFFFF;
	margin-top: 10px;
}
#topPage #headerCover {
	height: 80px;
	background: none;
	box-shadow: none;
	margin-top: -90px;
	padding-top: 90px;
}
#topPage #headerInner {
	height: 80px;
	background: none;
}
header h1 {
	margin: 0 auto;
	padding: 0.4rem 0 0 0;
}
#topPage header nav ul li a {
	color: #FFFFFF;
}
#topPage header nav ul li a:hover {
	color: #2292d2;
}
#topPage #headerCover.headerAnimation  {
	background: #FFFFFF !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}
#topPage .headerAnimation a {
	color: #FFFFFF;
}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Contents
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*------------ Top  ------------*/

@media screen and (max-width: 20000px) {
#top {
	position: relative;
	overflow: hidden;
}
#slide {
	width: 100%;
	height: 100vh;
	margin: 0 auto 0;
	min-width: 1040px;
	position: relative;
}
#slide ul li::before {
	content: "";
	width: 100%;
	min-width: 1040px;
	height: 100%;
	background: rgba(0,0,0,.5);
  	position: absolute;
	top: 0;
	left: 0;
  	overflow: hidden;
	z-index: 2;
}
#slide ul li {
	width: 100%;
	min-width: 1040px;
	height: 100%;
	background-size: cover;
  	position: absolute;
	top: 0;
	left: 0;
  	overflow: hidden;
}
#slide ul li h2 {
  	position: absolute;
	top: 36%;
	left: 50px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1.5;
	z-index: 3;
}
#slide ul li h2 em {
	font-size: 80px;
}
#top li:nth-child(1) {
	background: url(../images/top01.png) center top no-repeat;
	background-size: cover;
	animation: fade01 12s ease-in 0s infinite;
}
#top li:nth-child(2) {
	background: url(../images/top02.png) center center no-repeat;
	background-size: cover;
	animation: fade02 12s ease-in 0s infinite;
}
#topic a {
	display: none;
}
}
@media screen and (max-width: 768px) {
#slide {
	margin: 0 auto;
	min-width: 100%;
	z-index: 10;
}
#slide ul li::before {
	min-width: 100%;
}
#slide ul li {
	min-width: 100%;
}
#slide ul li h2 {
	position: absolute;
	top: 32%;
	left: 1rem;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 1.75;
	z-index: 3;
	font-weight: 900;
}
#slide ul li h2 em {
	font-size: 52px;
	line-height: 1.2;
	display: block;
	margin-bottom: 0rem;
}
#topic a {
	position: fixed;
	bottom: 2em;
	right: 1rem;
	padding: 5px 10px;
	display: block;
	background: #FFC045;
	color: #FFffFF;
	font-size: 86%;
	letter-spacing: 0.1rem;
	font-weight: 500;
	z-index: 10;
}
}
@media screen and (max-width: 380px) {
	#slide ul li h2 {
		position: absolute;
		top: 26%;
		left: 1rem;
		color: #FFFFFF;
		font-size: 20px;
		line-height: 1.6;
		z-index: 3;
		font-weight: 900;
	}
	#slide ul li h2 em {
		font-size: 60px;
		line-height: 1.2;
		display: block;
		margin-bottom: -1.7rem;
	}
}
@media screen and (max-width: 320px) {
	#slide ul li h2 {
		position: absolute;
		top: 24%;
		left: 1rem;
		color: #FFFFFF;
		font-size: 18px;
		line-height: 1.7;
		z-index: 3;
		font-weight: 900;
	}
	#slide ul li h2 em {
		font-size: 54px;
		line-height: 1.2;
		display: block;
		margin-bottom: -1.7rem;
	}
	#slide ul li:first-child h2 {
		top: 20%;
	}
}
@keyframes fade01 { 
	0% {opacity: 1;}
	40% {opacity: 1;}
	50% {opacity: 0;}
	90% {opacity: 0;}
	100%  {opacity: 1;}
} 
@keyframes fade02 { 
	0% {opacity:0;}
	40% {opacity:0;}
	50% {opacity:1;}
	90% {opacity:1;}
	100% {opacity:0;}
}
@keyframes wakka {
	0%   { transform: scale(1, 1); opacity: 0; }
	30%   { transform: scale(1, 1); opacity: 1; }
	60%   { transform: scale(1, 1); opacity: 0; }
	90%  {  transform: scale(1, 1); opacity: 1; }
	100% { transform: scale(1.2, 1.2); opacity: 0; }
}

/*------------ Info ------------*/

@media screen and (max-width: 768px) {
	#topInfo {
		width: 100%;
		height: 100vh;
		margin: 0 auto;
		z-index: 100;
		position: relative;
	}
	#topInfo a {
		width: 80%;
		height: auto;
		border-radius: 5px;
		padding: 1rem 1rem 1.2rem;
		position: absolute;
		bottom: 20vh;
		right: 10%;
		z-index: 1000;
		color: #fff;
		text-decoration: none;
		box-sizing: border-box;
		font-size: 85%;
		text-align: center;
		font-weight: 700;
		background: rgba(200,0,0,.5);
	}
	#topInfo a i {
		display: none;
		margin: 0;
	}
	#topInfo a::before {
		content: ' ';
		width: 100%;
		height: 100%;
		border-radius: 5px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		animation: wakkasp 6s ease-in 0s infinite both;
		-webkit-animation: wakkasp 6s ease-in 0s infinite both;
		background: rgba(200,0,0,1);
	}
}
@keyframes wakkasp {
	0%   { transform: scale(1, 1); opacity: 0; }
	30%   { transform: scale(1, 1); opacity: 1; }
	60%   { transform: scale(1, 1); opacity: 0; }
	90%  {  transform: scale(1, 1); opacity: 1; }
	100% { transform: scale(1.2, 1.5); opacity: 0; }
}

/*------------ Recommend ------------*/

@media screen and (max-width: 20000px) {
#recommend {
	background: #FFFFFF;
}
#recommend ul {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
#recommend li {
	width: 245px;
	height: 170px;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	display: block;
}
#recommend li a {
	width: 245px;
	height: 170px;
	display: block;
	text-decoration: none;
	font-weight: 500;
	font-size: 100%;
}
#recommend p {
	width: 243px;
	height: 120px;
	overflow: hidden;
	background: #000;
}
#recommend img {
	width: 100%;
	height: auto;
}
#recommend a:hover img {
	transform: scale(1.05);
	opacity: .6;
	transition: all .2s ease-in;
}
#recommend span {
	height: 50px;
	color: #000;
	text-decoration: none;
	padding: 0 10px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#recommend span em.en {
	font-size: 75%;
	text-align: right;
	color: #2292d2;
}
#recommend a:hover span {
	color: #2292d2;
	transition: all .2s ease-in;
}
#recommend a:hover span em.en {
	color: rgba(185,185,185,1);
	transition: all .2s ease-in;
}
}
@media screen and (max-width: 768px) {
#recommend {
	float: left;
}
#recommend ul {
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 2rem auto 1rem;
}
#recommend li {
	width: calc(50% - 0.5rem);
	height: auto;
	margin-bottom: 1rem;
}
#recommend li a {
	width: 100%;
	height: auto;
}
#recommend p {
	width: 100%;
	height: auto;
	background: #FFFFFF;
}
#recommend img {
	width: 100%;
	height: auto;
}
#recommend span {
	height: auto;
	padding: 1rem;
	font-size: 80%;
}
}

/*------------ News ------------*/

@media screen and (max-width: 20000px) {
#news {
	background: #F4F4F4;
	padding: 40px 0 50px;
}
#newsTable {
	width: 1040px;
	height: auto;
	margin: 40px auto 0;
	font-size: 12px;
	border-top: 1px solid rgba(0,0,0,.04);
}
.tableRow {
	width: 1040px;
	height: auto;
	border-bottom: 1px solid rgba(0,0,0,.04);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 0 35px;
}
.newsTime {
	width: 90px;
	padding: 5px 0;
}
.newsCategory {
	border-radius: 13px;
	background: #4C4C4C;
	color: #FFFFFF;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 10px;
}
.newsContent {
	width: 850px;
	height: auto;
	font-size: 14px;
	display: flex;
	padding: 5px 0 0;
}
.fa-paper-plane {
	padding: 4px 10px 0 0;
}
}
@media screen and (max-width: 768px) {
#news {
	padding: 2rem 0 2.5rem;
	float: left;
}
#newsTable {
	width: 100%;
	height: auto;
	margin: 2rem auto 0;
}
.tableRow {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 2rem 0;
	flex-wrap: wrap;
}
.newsTime {
	width: auto;
	padding: 0;
	order: 2;
	margin: 0 1rem;
}
.newsCategory {
	width: auto;
	border-radius: 2px;
	background: #4C4C4C;
	color: #FFFFFF;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	padding: 0.25rem 1rem;
	box-sizing: border-box;
	order: 1;
}
.newsContent {
	width: 100%;
	height: auto;
	font-size: 100%;
	display: flex;
	padding: 1rem 0 0;
	order: 3;
	line-height: 1.5;
}
.fa-paper-plane {
	padding: 4px 0.5rem 0 0;
}
}

/*------------ Blog ------------*/

@media screen and (max-width: 20000px) {
#blog {
	padding: 40px 0 50px;
}
.blogCardHolder {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.blogCard {
	width: 246px;
	height: 348px;
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #E8E8E8;
}
.bloglink {
	width: 248px;
	height: 350px;
	position: absolute;
	top: 0;
	left: 0;
}
.blogCard:hover {
	transform: translateY(-3px);
	transition: all .2s ease-in;
	box-shadow: 0 10px 5px -5px rgba(0,0,0,.075);
}
.blogImg {
	height: 175px;
	display: block;
	position: relative;
	overflow: hidden;
}
.blogImg img {
	width: 100%;
    height: auto;
	position: absolute;
  	top: 50%;
 	left: 50%; 
  	transform: translate(-50%, -50%);
	box-sizing: border-box;
}
.blogTag {
	width: 100%;
	padding: 10px;
	font-size: 13px;
	color: #2292d2;
	font-family: 'Squada One', cursive;
}
.blogTitle {
	height: 45px;
	font-size: 13px;
	color: #333333;
	padding: 0 9px 10px;
	font-weight: 500;
}
.blogContent {
	padding: 0 9px 10px;
	font-size: 12px;
	color: #888;
}
.blogContent::after{
	content: 'READ MORE';
	width: 224px;
	padding: 9px 9px 10px;
	font-size: 11px;
	color: #333;
	border-top: 1px solid #EFEFEF;
	position: absolute;
	left: 0;
	bottom: 0;
}
}
@media screen and (max-width: 768px) {
#blog {
	padding: 2rem 0 2.5rem;
	float: left;
}
.blogCardHolder {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 2rem 0 1rem;
}
.blogCard {
	width: calc(50% - 0.5rem);
	height: 28rem;
	margin-top: 0;
	margin-bottom: 1rem;
	position: relative;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	align-content: space-between;
}
.bloglink {
	width: 100%;
	height: 28rem;
	position: absolute;
	top: 0;
	left: 0;
}
.blogCard:hover {
	transform: translateY(-3px);
	transition: all .2s ease-in;
	box-shadow: 0 10px 5px -5px rgba(0,0,0,.075);
}
.blogImg {
	height: 10rem;
	display: block;
	position: relative;
	overflow: hidden;
}
.blogImg img {
	width: 100%;
    height: auto;
	position: absolute;
  	top: 50%;
 	left: 50%; 
  	transform: translate(-50%, -50%);
	box-sizing: border-box;
	display: block;
}
.blogTag {
	width: 100%;
	padding: 0.5rem;
	font-size: 13px;
	color: #2292d2;
	font-family: 'Squada One', cursive;
	height: auto;
	box-sizing: border-box;
}
.blogTitle {
	height: auto;
	font-size: 13px;
	color: #333333;
	padding: 0.5rem;
	font-weight: 500;
	box-sizing: border-box;
}
.blogContent {
	padding: 0.5rem;
	font-size: 12px;
	color: #888;
	height: auto;
	display: block;
}
.blogContent::after {
	content: 'READ MORE';
	width: 100%;
	padding: 0.5rem;
	font-size: 11px;
	color: #333;
	border-top: 1px solid #EFEFEF;
	position: absolute;
	left: 0;
	bottom: 0;
	height: auto;
	display: block;
	box-sizing: border-box;
}
}

/*------------ Access ------------*/

@media screen and (max-width: 20000px) {
#access {
	background: #F4F4F4;
	padding: 40px 0 50px;
	float: left;
}
#map {
	width: 1040px;
	height: 580px;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .1);
	background-color: rgba(0, 0, 0, .06);
	float: left;
	box-sizing: border-box;
	margin: 40px auto;
}
#accessCaption {
	width: 1040px;
	height: auto;
	margin: 0 auto;
}
#accessCaption h3 ul {
	width: 1040px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
#accessCaption h3 ul li {
	font-size: 90%;
	height: auto;
	align-items: center;
	display: flex;
}
#accessCaption h3 ul li:nth-child(1)::before {
	content: "";
	width: 24px;
	height: 34px;
	margin: 0 20px 0 0;
	background-size: 24px 34px;
	background: url(../images/mappin.svg) center center no-repeat;
	display: inline-block;
}
#accessCaption a {
	text-align: center;
	height: 34px;
	margin: 20px auto 0;
	color: #FFFFFF;
	background: #2292d2;
	border-radius: 2px;
	padding: 0 40px;
	text-decoration: none;
	font-size: 90%;
	display: flex;
	align-items: center;
}
#accessCaption a:hover {
	background: #00c4c4;
	transition: .3s;
}
}
@media screen and (max-width: 768px) {
#access {
	background: #F4F4F4;
	padding: 2rem 0 2.5rem;
	float: left;
}
#map {
	width: 100%;
	height: 50vh;
	box-shadow: none;
	background-color: #F4F4F4;
	float: left;
	box-sizing: border-box;
	margin: 2rem auto;
	display: block;
}
#accessCaption {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#accessCaption h3 ul {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
#accessCaption h3 ul li {
	font-size: 90%;
	height: auto;
	align-items: center;
	display: flex;
}
#accessCaption h3 ul li:nth-child(1)::before {
	content: "";
	width: 24px;
	height: 34px;
	margin: 0 20px 0 0;
	background-size: 24px 34px;
	background: url(../images/mappin.svg) center center no-repeat;
	display: inline-block;
}
#accessCaption a {
	text-align: center;
	height: 34px;
	margin: 20px auto 0;
	color: #FFFFFF;
	background: #2292d2;
	border-radius: 2px;
	padding: 0 40px;
	text-decoration: none;
	font-size: 90%;
	display: flex;
	align-items: center;
}
#accessCaption a:hover {
	background: #00c4c4;
	transition: .3s;
}
}

/*------------ Banner ------------*/

@media screen and (max-width: 20000px) {
#banner {
	background: #FFFFFF;
	padding: 40px 0 50px;
	float: left;
}
#banner ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
#banner li {
	width: 320px;
	height: auto;
	overflow: hidden;
}
#banner li h4 {
	padding: 10px 0 0 0;
}
#banner li img {
	width: 320px;
	height: auto;
	display: block;
}
#banner li a {
	font-size: 90%;
	color: #333;
	background: #FFFFFF;
}
#banner a:hover h4 {
	color: #2292d2;
	transition: all .3s ease-in-out;
}
#banner a:hover img {
	transform: scale(0.98);
	border-radius: 20px;
	transition: all .3s ease-in-out;
}
}
@media screen and (max-width: 768px) {
#banner {
	background: #FFFFFF;
	padding: 2rem 0 2.5rem;
	float: left;
}
#banner ul {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	flex-direction: column;
}
#banner li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 1rem;
}
#banner li:last-child {
	margin-bottom: 0;
}
#banner li h4 {
	padding: 0.5rem 0 0 0;
}
#banner li img {
	width: 100%;
	height: auto;
}
#banner li a {
	font-size: 90%;
}
}
.map {
	margin: 32px 0 16px;
}