/* Header
-------------------------------------------------*/
.h_box {
  border-bottom: 1px solid #909090;
}

.h_box_inner {
  width: 100%;
  max-width: 1340px;
  height: 117px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 45px;
}

.banner {
  padding-top: 80px;
  position: relative;
}

.banner_inner {
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

.banner_img {
  text-align: center;
}

.banner_img img {
  width: 100%;
  max-width: 1340px;
}

.banner_map {
  position: absolute;
  top: -40px;
  right: 50px;
}

.banner_txt {
  position: absolute;
  top: -30px;
  left: 40px;
}

.banner_link {
  width: 100%;
  position: absolute;
  bottom: 25px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* a {
			width: 310px;
			height: 310px;
			border-radius: 100%;
			background-color: #ec3c3c;
			border: 8px solid #fff;
			background-image: url(../img/top/i-link.png);
			background-repeat: no-repeat;
			background-position: top 20px center;
			position: relative;
			p {
				text-align: center;
				color: #fff;
				&:nth-of-type(1) {
					font-size: 33px;
					line-height: 140%;
					font-family: 'aoz-Bold';
					position: absolute;
					bottom: 115px;
					left: 0;
					width: 100%;
					span {
						display: inline-block;
						text-align: center;
						font-size: 23px;
						line-height: 120%;
						font-family: 'aoz-Medium';
					}
					&:after {
						content: '';
						display: block;
						margin: 0 auto;
						width: 100%;
						max-width: 275px;
						height: 4px;
						background-color: #fff;
					}
				}
				&:nth-of-type(2) {
					font-size: 14px;
					font-family: 'aoz-Medium';
					position: absolute;
					top: 185px;
					left: 0;
					width: 100%;
				}
			}
		} */
}

.banner_link a {
  width: 24%;
  max-width: 310px;
}

.banner_link a img {
  width: 100%;
}

.banner:after {
  content: '';
  display: block;
  width: 100%;
  height: 760px;
  background-color: #ffa200;
  position: absolute;
  top: 120px;
  z-index: -1;
}

/* Footer
-------------------------------------------------*/
#footer {
  background-color: #274072;
}

#footer .copyright {
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-family: 'MS PGothic';
  padding: 15px 0 73px;
}
