﻿
/*

	0) index

*/

/*! scroll
------------------------------*/
.mainScroll {
	width: 50px;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 150px;
	padding-bottom: 50px;
	margin: auto;
	position: absolute;
	z-index: 100;
	font-size: 1.2rem;
	color: #fff;
	overflow: hidden;
	-webkit-animation: move01 4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: move01 4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.mainScroll a {
	color: #fff;
}

.mainScroll:before {
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.mainScroll:before {
	bottom: 0;
	height: 40px;
	background: #fff;
}

@-webkit-keyframes move01 {
  0% { bottom: 150px; opacity: 0; }
  20% { opacity: 1; bottom: 90px; }
  80% { opacity: 1; bottom: 90px; }
  100% { bottom: 30px; opacity: 0; }
}

@keyframes move01 {
  0% { bottom: 150px; opacity: 0; }
  20% { opacity: 1; bottom: 90px; }
  80% { opacity: 1; bottom: 90px; }
  100% { bottom: 30px; opacity: 0; }
}


/*! #mainimg
================================================ */

html,
body,
#mainimg {
	width: 100%;
	height: 100%;
}

#mainimg {
	overflow: hidden;
	position: relative;
}

.mvSlider,
.mvSlider .slick-list,
.mvSlider .slick-track {
	height: 100%;
}


/*! #topics
================================================ */

#topics {
	color: #fff;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 15px 0;
	position: absolute;
	background: rgba(31,54,77,.8);
}

#topics .tit {
	font-size: 21px;
	float: left;
	line-height: 1;
	font-weight: normal;
	padding-right: 35px;
	margin: 7px 30px 0 0;
	border-right: 1px solid #fff;
}

.topicsList {
	float: left;
	margin-top: 4px;
}

.topicsList > * {
	display: inline-block;
}

.topicsList dt {
	font-size: 1.6rem;
	margin-right: 10px;
}

#topics .btn {
	width: 100px;
	color: #fff;
	float: right;
	font-size: 1.4rem;
}

#topics .btn a {
	padding: 4px 0;
}

#topics .btn a:after {
	right: 10px;
	top: 42%;
}

#topics .btn a:hover:after {
  right: 5px;
}


@media all and (-ms-high-contrast:none) {
	.topicsList dt {
		padding-bottom: 2px;
	}
	#topics .btn a {
		padding: 7px 0 2px;
	}
}

_:-ms-lang(x), _::-webkit-meter-bar,body {
	#topics .btn a {
		padding: 7px 0 2px;
	}
}


/*! #homeSec01
================================================ */

#homeSec01 {
	padding: 155px 0;
	background: #f5f9fc;
	position: relative;
}

#homeSec01 .imgFitBox {
	height: 630px;
	width: 50%;
	margin: 0 0 0 auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

#homeSec01 .txtBox {
	width: 710px;
	padding: 40px 60px 60px;
	margin-left: -60px;
	background: #fff;
	position: relative;
	z-index: 2;
}

#homeSec01 .txtBox .mainTit {
	color: #e5e5e5;
	font-weight: normal;
	font-size: 6rem;
	line-height: 1.5;
}

#homeSec01 .txtBox .subTxt {
	color: #1f364d;
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

#homeSec01 .txtBox .txt span {
	color: #231815;
}

#homeSec01 .txtBox .btn {
	margin-top: 35px;
}


/*! #homeSec02
================================================ */

#homeSec02 {
	color: #fff;
	padding: 90px 0 120px;
	background: #1f364d;
}

.homeSec02Hd {
	text-align: center;
	margin-bottom: 35px;
}

.homeSec02Hd .mainTit {
	text-align: center;
	font-size: 6rem;
	font-weight: normal;
	line-height: 1.7;
}

.homeSecBox {
	width: 48%;
	float: left;
	position: relative;
	margin-bottom: 45px;
}

.homeSecBox:nth-of-type(even) {
	float: right;
}

.homeSecBox:nth-of-type(2) {
	margin-top: 30px;
}

.homeSecBox .txt {
	position: absolute;
	left: -30px;
	bottom: 33px;
}

.homeSecBox .txt > * {
	display: inline;
	background: #1f364d;
}

.homeSecBox .txt span {
	font-size: 3.6rem;
	line-height: 1;
	font-weight: bold;
	padding: 5px;
}

.homeSecBox .txt em {
	font-size: 2.1rem;
	font-style: normal;
	display: block;
	padding: 0 5px;
}

#homeSec02 .btn {
	margin: 0 auto;
}
