@charset "UTF-8";
#headmain {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#headmain h1 {
	width: 50%;
}
#headmain h1 img {
	width: 70%;
	margin-top: 35px;
	margin-bottom: 35px;
}
#headmain #mainMenu {
	text-align: right;
	font-size: 16px;
	width: 50%;
	line-height: 150px;
}
#mainSlide {
/*	background-image: url(../_img/bg.jpg);*/
	background-position: center 0%;
	background-size: cover;
	height: 550px;
	padding-top: 125px;
	position:relative;
}
#mainSlide #innerBG {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../_img/bggra.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#mainSlide #innerBG h2 {
	font-size: 53px;
	letter-spacing: 15px;
}
#mainSlide #innerBG h3 {
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#mainSlide .imgs{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
	overflow:hidden;
}

#mainSlide .img{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	transition:0.8s;
}
#mainSlide .img:nth-child(1){left:-100%;}
#mainSlide .img:nth-child(2){left:   0%;}
#mainSlide .img:nth-child(3){left: 100%;}
#mainSlide .img img{width:100%;height:100%;object-fit:cover;}


.base16 {
	font-size: 16px;
	line-height: 32px;
}
.spaceIN {
	margin-top: 16px;
	margin-bottom: 16px;
}
.wite {
	color: #FFFFFF;
}
.robo {
font-family: 'Roboto Slab', serif;
	}
.gray {
	background-color: #dfe6ea;
	border-top: 1px solid #DFE6EA;
	border-bottom: 1px solid #DFE6EA;
}
.en {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.gray h2 {
	text-align: center;
	font-size: 22px;
	line-height: 44px;
}
.gray h2 strong {
	font-weight: normal;
}
.txtBtn {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 35px;
	border: 1px solid #000000;
}
.imgarea {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.imgarea p {
	margin-right: 10px;
}
footer {
	background-color: #dfe6ea;
	border-top: 1px solid #DFE6EA;
}
#footMain {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	margin-top: 40px;
	padding-bottom: 10px;
}
#footMain .left30 {
	width: 30%;
}
#footMain .left30 h1 {
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 20px;
}
#footMain .left30 h1 span {
	font-size: 18px;
	margin-right: 15px;
	margin-bottom: 20px;
}
#footMain .left30 .add {
	font-size: 16px;
	line-height: 32px;
}
#footMain .right70 {
	width: 70%;
}
#footMain .right70 .FGmenu {
	text-align: right;
	font-size: 16px;
}
#footMain .right70 h6 {
	text-align: right;
	font-size: 12px;
	margin-top: 100px;
}
a:hover .txtBtn {
	background-color: #b9ac67;
}

.sec_banner{
	width:1000px;
	max-width:100%;
	margin: 0 auto 50px;
}
.sec_banner .img:hover{
	opacity:0.7;
}

.sec_banner img{
	width:100%;
}

