﻿body {
	width: 100%;
	overflow:overlay;
	margin: 0;
	font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif !important;
	overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.firstRow {
	width: 100%;
	position: fixed;
	z-index: 999;
}

.firstRow_inner {
	width: 100%;
	padding: 20px 0;
}

.firstRow .logo{
	width: 6vw;
	margin: 0 45vw;
}

/* The switch - the box around the slider */
.switch {
  position: absolute;
  display: inline-block;
  width: 3.7vw;
  height: 1.6vw;
  margin: 0;
  top: 3vw;
  right: 8.5vw;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  color: #a33737;
}

label {
  font-size: 0.8vw;
  font-weight: bold;
}

.chi {
  float: left;
  position: relative;
  left: 0.6vw;
  top: 0.2vw;
  cursor:pointer;
}

.eng {
  float: right;
  position: relative;
  right: 0.4vw;
  top: 0.4vw;
  cursor:pointer;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.6vw;
  width: 1.8vw;
  left: 0.1vw;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow:  2px 0px 2px 0px #636363a6;
}

input:checked + .slider {
  background-color: #ccc;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ccc;
}

input:checked + .slider:before {
  -webkit-transform: translateX(1.7vw);
  -ms-transform: translateX(1.7vw);
  transform: translateX(1.7vw);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 34px;
}

.topBanner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 2vw;
  overflow:hidden;
  position: relative;
  z-index: -1;
}

.topBanner #image-reel {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
	margin: 0;
	overflow: hidden;
}

.topBanner .image-reel__item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(1) rotate(0deg);
	transition: opacity 2s linear, transform 12.5s linear;
}

.topBanner img {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:100%;
	height: 100%;
	object-fit: cover;
}

.topBanner .image-reel__item.show_ {
	opacity: 1;
}

.topBanner .image-reel__item.zoom_ {
	transform: scale(1.1) rotate(0.1deg);
}


ul {
	position: relative;
	z-index: -1;
	list-style-type: none;
}

.topBanner_mask {
	width: 83%;
	height: 30vw;
	background: url(../image/topimg03.png) 100% 100% no-repeat;
	background-size: cover;
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
}

.secondBanner {
	width: 72.9%;
	/* height: 34vw; */
	height: 44vw;
	background: url(../image/bg_map.png) no-repeat;
	background-size: 66%;
	background-position: top;
	margin: 0 auto;
}

.logo1 {
	width: 23vw;
	position: absolute;
	left: 12vw;
	top: 28vw;
}

.introduction {
	padding: 3vw 0vw 2vw 0vw;
    font-size: 1.1vw;
    font-weight: bold;
    color: #560303;
}

.logoContainer {
	width: 100%;
	height: 210px;
}

.logoList {
	width: 100%;
	margin:0 auto;
}

.logoBorder {
	float: left;
	padding-left: 2vw;
}

.logoBorder img{
	width: 9.7vw;
}

.hover:hover {
	transition: transform .2s;
	transform: scale(1.3);
}

.information {
	background-color: rgba(238,238,238,0.5);
	padding-top: 70px;
	margin-top: -11vw;
}

.information .information_inner {
	width: 72.9vw;
	height: 4200px;
	margin: 0 auto;
}

.information .information_inner .red1 {
	position: relative;
	z-index: 11;
}

.information .information_inner .red1 .block1 {
	position: absolute;
	top: 0;
	width:0vw; 
	height: 460px;
	border: 0.1vw solid #a33737;
	background-color: #a33737;
	opacity: 0;
}

.information .information_inner .red1 .img1 {
	position:relative; 
	top:3vw; 
	left:5vw; 
	width:37vw; 
	height:460px;
	background: url(../image/img01.png) 100% no-repeat;
	background-size: cover;
}

.information .information_inner .red1 .infoBorder1 {
	width: 33vw;
	position: absolute; 
	top: 40px;
	left: 41vw;
}

.information .information_inner .red1 .infoBorder1 .companyLogo {
	background: url(../image/midlogo01.png) 100% no-repeat; 
	width:14vw; 
	height: 5vw; 
	margin: 0 auto;
	background-size: cover;
}

.information .information_inner .red1 .infoBorder1 .companyIntro p{
	width: 25vw; 
	margin: 0 auto; 
	padding: 40px; 
	font-size: 1vw; 
	color: #560303; 
	font-weight: bold;
	letter-spacing: 0.05vw;
}

.border-top-left {
	position:absolute; 
	top:5vw; 
	left:3.2vw; 
	width:1vw; 
	height:1vw; 
	border-top:0.1vw solid #a33737; 
	border-left:0.1vw solid #a33737;
}

.border-top-right {
	 position:absolute; 
	 top:5vw; 
	 right:3.2vw; 
	 width:1vw; 
	 height:1vw; 
	 border-top:0.1vw solid #a33737; 
	 border-right:0.1vw solid #a33737;
}

.information .information_inner .bg1 {
	position:relative; 
	background: url(../image/bg_img01.png); 
	width: 100%; 
	height: 400px; 
	background-repeat: no-repeat; 
	background-position: center; 
	z-index: 10;
	background-size: contain;
}

.information .information_inner .red2 {
	position:relative;
	z-index: 11;
}

.information .information_inner .red2 .block2 {
	width: 0vw;
	height: 400px;
	border: 0.1vw solid #a33737; 
	background-color: #a33737;
	opacity: 0;
	margin: 60px -268px 0vw 0vw;
	float: right;
}

.information .information_inner .red2 .img2 {
	 position:relative; 
	 top:-58px; 
	 left:29vw; 
	 width:37vw; 
	 height:460px;
	 background: url(../image/img02.png) 100% no-repeat;
	 background-size: cover;
}

.information .information_inner .red2 .infoBorder2 {
	width: 30vw; 
	position: absolute; 
	top: -4vw;
	left: 0vw;
}

.information .information_inner .red2 .infoBorder2 .companyLogo {
	background: url(../image/midlogo02.png) 100% no-repeat; 
	width:14vw; 
	height: 5vw; 
	margin: 0 auto;
	background-size: cover;
}

.information .information_inner .red2 .infoBorder2 .companyIntro p{
	width: 22vw; 
	margin: 0 auto; 
	padding: 1.5vw; 
	font-size: 1vw; 
	color: #560303; 
	font-weight: bold;
	letter-spacing: 0.05vw;
}

.information .information_inner .red2 .infoBorder2 .companyBusiness .title {
	width: 6vw;
	font-size: 1vw;
	font-weight: bold;
	text-align: center;
	color: #bc5353;
	border-bottom: 0.2vw solid #bc5353;
	margin: 0 auto;
}

.information .information_inner .red2 .infoBorder2 .companyBusiness .work {
	width: 22vw;
  margin: 0 auto;
}

.information .information_inner .red2 .infoBorder2 .companyBusiness .work .button {
	border: 0.1vw solid #d8a3a3;
  width: 6vw;
  padding: 0.2vw;
  font-size: 0.9vw;
  color: #560303;
  font-weight: 600;
  letter-spacing: 0.1vw;
  float: left;
  margin-left: 0.5vw;
  text-align: center;
}

.information .information_inner .bg2 {
	position:relative; 
	left: -6vw;
	top: 4vw;
	background: url(../image/bg_img02.png) ; 
	width: 100%; 
	height: 440px; 
	background-repeat: no-repeat;
	z-index: 10;
	background-size: contain;
}

.information .information_inner .red3 {
	position:relative;
	z-index: 11;
}

.information .information_inner .red3 .block3 {
	position: absolute; 
	top:180px; 
	left:23vw; 
	width:0vw; 
	height: 170px;
	border: 0.1vw solid #a33737; 
	background-color: #a33737;
	opacity: 0;
}

.information .information_inner .red3 .img3 {
	 position:relative; 
	 top:-8.5vw; 
	 left:8vw; 
	 width:37vw; 
	 height:460px;
	 background: url(../image/img03.png) 100% no-repeat;
	 background-size: cover;
}

.information .information_inner .red3 .infoBorder3 {
	width: 33vw; 
	position: absolute; 
	top: -10vw;
	left: 43vw;
}

.information .information_inner .red3 .infoBorder3 .companyLogo {
	background: url(../image/midlogo03.png) 100% no-repeat; 
	width:14vw; 
	height: 5vw; 
	margin: 0 auto;
	background-size: cover;
}

.information .information_inner .red3 .infoBorder3 .companyIntro p{
	width: 22vw; 
	margin: 0 auto; 
	padding: 2vw; 
	font-size: 1vw; 
	color: #560303;
	font-weight: bold;
	letter-spacing: 0.05vw;
}

.information .information_inner .red3 .infoBorder3 .companyBusiness .title {
	width: 6vw;
	font-size: 1vw;
	font-weight: bold;
	text-align: center;
	color: #bc5353;
	border-bottom: 0.2vw solid #bc5353;
	margin: 0 auto;
}

.information .information_inner .red3 .infoBorder3 .companyBusiness .work {
	width: 19vw;
	margin: 0 auto;
}

.information .information_inner .red3 .infoBorder3 .companyBusiness .work .button {
	border: 0.1vw solid #d8a3a3;
	width: 8vw;
	padding: 0.2vw;
	font-size: 0.9vw;
	color: #560303;
	font-weight: 600;
	letter-spacing: 0.1vw;
	float: left;
	margin-left: 0.5vw;
	text-align: center;
}

.information .information_inner .red4 {
	position: relative;
	top: 4vw;
	left: 0vw;
	width: 24vw;
	height: 9vw;
	border: 0.1vw solid transparent;
	background-color: transparent;
	z-index: 11;
}

.information .information_inner .red4 .img4 {
	 position:relative; 
	 top:-5vw; 
	 left:31vw; 
	 width:37vw; 
	 height:460px;
	 background: url(../image/img04.png) 100% no-repeat;
	 background-size: cover;
}

.information .information_inner .red4 .infoBorder4 {
	width: 33vw; 
	position: relative; 
	top: -537px;
}

.information .information_inner .red4 .infoBorder4 .companyLogo {
	background: url(../image/midlogo04.png) 100% no-repeat; 
	width:14vw; 
	height: 5vw; 
	margin: 0 auto;
	background-size: cover;
}

.information .information_inner .red4 .infoBorder4 .companyIntro p{
	width: 22vw; 
	margin: 0 auto; 
	padding: 2vw; 
	font-size: 1vw; 
	color: #560303;
	font-weight: bold;
	letter-spacing: 0.05vw;
}

.information .information_inner .red4 .infoBorder4 .companyBusiness .title {
	width: 6vw;
	font-size: 1vw;
	font-weight: bold;
	text-align: center;
	color: #bc5353;
	border-bottom: 0.2vw solid #bc5353;
	margin: 0 auto;
}

.information .information_inner .red4 .infoBorder4 .companyBusiness .work {
	width: 22vw;
  margin: 0 auto;
}

.information .information_inner .red4 .infoBorder4 .companyBusiness .work .button {
	border: 0.1vw solid #d8a3a3;
  width: 6vw;
  padding: 0.2vw;
  font-size: 0.9vw;
  color: #560303;
  font-weight: 600;
  letter-spacing: 0.1vw;
  float: left;
  margin-left: 0.5vw;
  text-align: center;
}

.information .information_inner .bg3 {
	position:relative; 
	right: -13vw;
	top: 1vw;
	background: url(../image/bg_img03.png) ; 
	width: 100%; 
	height: 340px; 
	background-repeat: no-repeat;
	z-index: -1;
	background-position: right;
	background-size: contain;
	z-index: 10;
}

.information .information_inner .red5 {
	position:relative;
	z-index: 11;
}

.information .information_inner .red5 .block5 {
	position: absolute;
	top: 3vw;
	left:-14vw; 
	width:0vw; 
	height: 365px;
	border: 0.1vw solid #a33737; 
	background-color: #a33737;
	opacity: 0;
}

.information .information_inner .red5 .img5 {
	position:relative; 
	top:6vw; 
	left:8vw; 
	width:37vw; 
	height:480px;
	background: url(../image/img05.png) 100% no-repeat;
	background-size: cover;
}

.information .information_inner .red5 .infoBorder5 {
	width: 33vw; 
	position: absolute; 
	top: 6vw;
	right: -3vw;
}

.information .information_inner .red5 .infoBorder5 .companyLogo {
	background: url(../image/midlogo05.png) 100% no-repeat; 
	width:14vw; 
	height: 4vw; 
	margin: 0 auto;
	background-size: cover;
}

.information .information_inner .red5 .infoBorder5 .companyIntro p{
	width: 22vw; 
	margin: 0 auto; 
	padding: 1vw; 
	font-size: 1vw; 
	color: #560303;
	font-weight: bold;
	letter-spacing: 0.05vw;
}

.information .information_inner .red5 .infoBorder5 .companyIntro .border-top-left {
	top: 4vw;
}

.information .information_inner .red5 .infoBorder5 .companyIntro .border-top-right {
	top: 4vw;
}

.information .information_inner .red5 .infoBorder5 .companyBusiness .title {
	width: 6vw;
	font-size: 1vw;
	font-weight: bold;
	text-align: center;
	color: #bc5353;
	border-bottom: 0.2vw solid #bc5353;
	margin: 0 auto;
}

.information .information_inner .red5 .infoBorder5 .companyBusiness .work {
	width: 21vw;
  margin: 0 auto;
}

.information .information_inner .red5 .infoBorder5 .companyBusiness .work .button {
	border: 0.1vw solid #d8a3a3;
  width: 5.9vw;
  padding: 0.2vw;
  font-size: 0.9vw;
  color: #560303;
  font-weight: 600;
  letter-spacing: 0.1vw;
  float: left;
  margin-left: 0.5vw;
  text-align: center;
}

/*021 maker space*/
.information .information_inner .red6 {
	position:relative;
	z-index: 11;
}

.information .information_inner .red6 .block6 {
	position: absolute;
	top: 18vw;
	right: 0; 
	width:0vw; 
	height: 450px;
	border: 0.1vw solid #a33737; 
	background-color: #a33737;
	opacity: 0;
}

.information .information_inner .red6 .img6 {
	position:relative; 
	top:14vw; 
	left:33vw; 
	width:37vw; 
	height:483px;
	background: url(../image/img6.png) 100% no-repeat;
	background-size: cover;
	background-position: center;
}

.information .information_inner .red6 .infoBorder6 {
	width: 33vw; 
	position: absolute; 
	top: 14vw;
}

.information .information_inner .red6 .infoBorder6 .companyLogo {
	/* background: url(../image/midlogo06.png) 100% no-repeat; */
	background: url(../image/midlogo06.png) 100% no-repeat;
	width: 23vw; 
	height: 4.5vw; 
	margin: 0 auto;
	background-size: cover;
}

.information .information_inner .red6 .infoBorder6 .companyIntro p{
	width: 22vw; 
	margin: 0 auto; 
	padding: 1vw; 
	font-size: 1vw; 
	color: #560303;
	font-weight: bold;
	letter-spacing: 0.05vw;
}

.information .information_inner .red6 .infoBorder6 .companyIntro .border-top-left {
	top: 4vw;
}

.information .information_inner .red6 .infoBorder6 .companyIntro .border-top-right {
	top: 4vw;
}

.information .information_inner .red6 .infoBorder6 .companyBusiness .title {
	width: 6vw;
	font-size: 1vw;
	font-weight: bold;
	text-align: center;
	color: #bc5353;
	border-bottom: 0.2vw solid #bc5353;
	margin: 0 auto;
}

.information .information_inner .red6 .infoBorder6 .companyBusiness .work {
	/* width: 21vw; */
	width: 19vw;
  	margin: 0 auto;
}

.information .information_inner .red6 .infoBorder6 .companyBusiness .work .button {
	border: 0.1vw solid #d8a3a3;
	/* width: 6.9vw; */
	width: 8vw;
	padding: 0.2vw;
	font-size: 0.9vw;
	color: #560303;
	font-weight: 600;
	letter-spacing: 0.1vw;
	/* margin: 0 auto; */
	float: left;
	margin-left: 0.5vw;
	margin-top: 1vw;
	text-align: center;
}

/*021 maker space End*/

.Footer {
	width: 100%;
	/* height: 28vw; */
	background-color: rgba(0,0,0,0.5);
	padding-bottom: 1vw;
}

.Footer .Footer_inner {
	width: 72.9vw;
	margin: 0 auto;
}

.Footer .Footer_inner .contact {
	width: 10vw; 
	margin:0 auto; 
	text-align: center; 
	padding: 2vw;
}

.Footer .Footer_inner .contact p {
	color: #FFF; 
	font-size: 1.5vw; 
	margin: 0;
}

.Footer .Footer_inner .contactList {
	display: flex;
	flex-wrap: wrap;
}

.Footer .Footer_inner .contactList .list {
	/* float: left; */
	/* width: 16%; */
	width: calc(100% / 6);
}

.Footer .Footer_inner .contactList .list p{
	margin: 0;
}

.Footer .Footer_inner .contactList img {
	width: 11vw;
	padding-bottom: 1vw;
}

.Footer .Footer_inner .contactList .list .text{
	height: 2vw;
	/* padding: 0.1vw 0 0 3vw; */
	padding: 0.1vw 0 0 2vw;
	color: #FFF;
	font-weight: bold;
	font-size: 0.8vw;
}

@media screen and (max-width: 768px) {
	.firstRow_inner {
		display: flex;
		justify-content: center;
	}
	.firstRow .logo {
	    width: 25vw;
	    /* margin: 0 45vw; */
		margin: 0 auto;
	}
	.switch {
	    width: calc(3.7vw * 4);
	    height: calc(1.6vw * 4);
		right: 5vw;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.slider.round:before {
	    border-radius: 34px;
	}
	.slider:before {
	    height: calc(1.6vw * 4);
	    width: calc(1.8vw * 4);
	    left: calc(0.1vw * 4);
	    bottom: 0;
	    box-shadow: 4px 0 4px 0 #636363a6;
		box-sizing: border-box;
	}
	.slider label {
		font-size: calc(0.8vw * 4);
	}
	.chi {
	    left: calc(0.6vw * 4);
	    top: calc(0.2vw * 4);
	}
	.eng {
	    right: calc(0.4vw * 4);
	    top: calc(0.4vw * 4);
	}
	input:checked + .slider:before {
		transform: translateX(calc(1.7vw * 4));
	}
	.topBanner_mask {
	    width: calc(100% - 10vw);
	    height: 40vw;
	    margin-bottom: 40px;
	}
	.logo1 {
	    width: 27vw;
	    position: absolute;
	    left: 12vw;
	    top: 58.3vw;
	}
	.Container {
		display: flex;
		flex-direction: column;
	}
	.logoContainer {
		width: 100%;
		height: auto;
	}
	.secondBanner {
	    width: calc(100% - 10vw);
	    height: auto;
	    background-size: 66%;
	    margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding-bottom: 5vw;
	}
	.introduction {
	    padding: 0;
	    font-size: 3.5vw;
	}
	.logoBorder {
		width: calc(100% / 4);
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		padding-left: 0;
		margin-top: 3vw;
	}
	.logoBorder a {
		display: flex;
		justify-content: center;
	}
	.logoBorder img {
	    width: 83%;
	}
	.information {
	    padding-top: 30px;
	    margin-top: 0;
	}
	.information .information_inner {
	    width: calc(100% - 10vw);
	    /* height: 4200px; */
		height: auto;
	    margin: 0 auto;
	}
	.information .information_inner .red1 {
	    display: flex;
		flex-direction: column;
		margin-bottom: -8vw;
	}
	.information .information_inner .red1 .block1 {
	    position: absolute;
	    top: 0;
		width: calc(100% - 8vw) !important;
		height: 300px;
	}
	.information .information_inner .red1 .img1 {
	    position: relative;
	    top: 5vw;
	    left: 8vw;
		width: calc(100% - 8vw);
		height: 300px;
	    background: url(../image/img01.png) 100% no-repeat;
	    background-size: cover;
	}
	.information .information_inner .red1 .infoBorder1 {
		width: 100%;
	    position: static;
		padding-left: 0;
		box-sizing: border-box;
		margin-top: 13vw;
	}
	.information .information_inner .red1 .infoBorder1 .companyLogo {
	    width: calc(14vw * 2.5);
	    height: calc(5vw * 2.5);
	    margin: 0;
	}
	.information .information_inner .red1 .infoBorder1 .companyIntro p {
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    font-size: 3.5vw;
	    color: #560303;
	    letter-spacing: 0.05vw;
	}
	.information .information_inner .red1 .infoBorder1 .companyIntro {
		margin-top: 6vw;
	}
	.information .information_inner .bg1 {
	    width: 100%;
	    height: 180px;
	    background-size: cover;
	}
	.information .information_inner .red2 {
	    display: flex;
		flex-direction: column-reverse;
		margin-top: -8vw;
		/* margin-bottom: -8vw; */
	}
	.information .information_inner .red2 .infoBorder2 {
	    width: 100%;
	    position: static;
		margin-bottom: 8vw;;
	}
	.information .information_inner .red2 .infoBorder2 .companyLogo {
	    width: calc(14vw * 2.5);
	    height: calc(5vw * 2.5);
	}
	.information .information_inner .red2 .infoBorder2 .companyIntro p {
	    width: 100%;
	    margin: 0 auto;
	    padding: 0;
	    font-size: 3.5vw;
	    letter-spacing: 0.05vw;
	}
	.information .information_inner .red2 .infoBorder2 .companyIntro {
		margin-top: 6vw;
	}
	.information .information_inner .red2 .infoBorder2 .companyBusiness .title {
	    width: calc(6vw * 3.5);
	    font-size: calc(1vw * 3.5);
	    border-bottom: calc(0.2vw * 3.5) solid #bc5353;
	}
	.information .information_inner .red2 .infoBorder2 .companyBusiness {
		margin-top: 6vw;
	}
	.information .information_inner .red2 .infoBorder2 .companyBusiness .work {
	    width: 100%;
		margin-top: 0.5vw;
	}
	.information .information_inner .red2 .infoBorder2 .companyBusiness .work .button {
	    border: 0.3vw solid #d8a3a3;
		/* width: calc((100% - (3vw * 3)) / 4) !important; */
		width: auto !important;
		margin: 3vw 3vw 0 0;
	    padding: 1vw;
	    font-size: 3vw;
	    letter-spacing: 0.1vw;
	    margin-left: 0 !important;
	    text-align: center;
		box-sizing: border-box;
	}
	.information .information_inner .red2 .img2 {
	    position: relative;
	    top: 0;
	    left: 0;
		width: calc(100% - 20vw) !important;
	    height: 262px;
	    background-size: cover;
		float: left;
	}
	.information .information_inner .red2 .block2 {
	    width: calc(100% - 20vw) !important;
	    height: 240px;
	    opacity: 0;
	    margin: 0;
		margin-left: 20vw;
		margin-top: -53vw;
	}
	.information .information_inner .bg2 {
	    left: 0;
	    height: 338px;
	}
	.information .information_inner .red3 {
	    display: flex;
		flex-direction: column;
		margin-bottom: 30vw;
		margin-top: -40vw;
	}
	.information .information_inner .red3 .infoBorder3 {
	    width: 100%;
	    position: static;
	    top: -10vw;
	    left: 43vw;
		margin-top: 8vw;
	}
	.information .information_inner .red3 .infoBorder3 .companyLogo {
	    width: calc(14vw * 2.5);
	    height: calc(5vw * 2.5);
	    background-size: cover;
	}
	.information .information_inner .red3 .infoBorder3 .companyIntro p {
	    color: #560303;
	    font-weight: bold;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		font-size: 3.5vw;
		letter-spacing: 0.05vw;
	}
	.information .information_inner .red3 .infoBorder3 .companyIntro {
		margin-top: 5vw;
	}
	.information .information_inner .red3 .infoBorder3 .companyBusiness {
		margin-top: 6vw;
	}
	.information .information_inner .red3 .infoBorder3 .companyBusiness .title {
	    width: calc(6vw* 3.5);
	    font-size: calc(1vw* 3.5);
	    border-bottom: calc(0.2vw* 3.5) solid #bc5353;
	}
	.information .information_inner .red3 .infoBorder3 .companyBusiness .work {
	    width: 100%;
	    margin-top: 0.5vw;
	}
	.information .information_inner .red3 .infoBorder3 .companyBusiness .work .button {
	    border: 0.3vw solid #d8a3a3;
	    width: auto !important;
	    margin: 3vw 3vw 0 0;
	    padding: 1vw;
	    font-size: 3vw;
	    letter-spacing: 0.1vw;
	    margin-left: 0 !important;
	    text-align: center;
	    box-sizing: border-box;
	}
	.information .information_inner .red3 .img3 {
	    position: relative;
	    top: 0;
	    left: 0;
	    width: calc(100% - 5vw);
	    height: 315px;
	    background-size: cover;
	}
	.information .information_inner .red3 .block3 {
	    position: absolute;
	    top: 198px;
	    left: calc(100% - 50vw);
	    width: 50vw !important;
	    height: 113px;
	    border: 0.1vw solid #a33737;
	    background-color: #a33737;
	    opacity: 0;
	}
	
	.information .information_inner .red4 {
		width: 100%;
		position: static;
		height: auto !important;
	}
	.information .information_inner .red4 .infoBorder4 {
	    width: 100%;
	    position: static;
	    margin-top: 8vw;
		display: flex;
		flex-direction: column;
	}
	.information .information_inner .red4 .img4 {
	    position: relative;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 335px;
	    background: url(../image/img04.png) 100% no-repeat;
	    background-size: cover;
		z-index: 3;
	}
	.information .information_inner .bg3 {
	    position: absolute;
	    right: -13vw;
	    top: 1vw;
	    width: 100%;
	    height: 340px;
		display: none;
	}
	.information .information_inner .red4 .infoBorder4 .companyLogo {
	    width: calc(14vw * 2.5);
	    height: calc(5vw * 2.5);
	    background-size: cover;
	}
	.information .information_inner .red4 .infoBorder4 .companyIntro p {
	    color: #560303;
	    font-weight: bold;
	    width: 100%;
	    margin: 0 auto;
	    padding: 0;
	    font-size: 3.5vw;
	    letter-spacing: 0.05vw;
	}
	.information .information_inner .red4 .infoBorder4 .companyIntro {
	    margin-top: 6vw;
	}
	.information .information_inner .red4 .infoBorder4 .companyBusiness {
	    margin-top: 6vw;
	}
	.information .information_inner .red4 .infoBorder4 .companyBusiness .title {
	    width: calc(6vw* 3.5);
	    font-size: calc(1vw* 3.5);
	    border-bottom: calc(0.2vw* 3.5) solid #bc5353;
	}
	.information .information_inner .red4 .infoBorder4 .companyBusiness .work {
	    width: 100%;
	    margin-top: 0.5vw;
	}
	.information .information_inner .red4 .infoBorder4 .companyBusiness .work .button {
	    border: 0.3vw solid #d8a3a3;
	    width: auto !important;
	    margin: 3vw 3vw 0 0;
	    padding: 1vw;
	    font-size: 3vw;
	    letter-spacing: 0.1vw;
	    margin-left: 0 !important;
	    text-align: center;
	    box-sizing: border-box;
	}
	.information .information_inner .red5 {
		width: 100%;
	    position: relative;
	    z-index: 11;
		margin-top: 35vw;
	}
	.information .information_inner .red5 .infoBorder5 {
	    width: 100%;
	    position: static;
	}
	.information .information_inner .red5 .img5 {
	    position: relative;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 335px;
	}
	.information .information_inner .red5 .block5 {
	    position: absolute;
	    top: -5vw;
	    left: -5vw;
	    width: 48vw !important;
	    height: 258px;
	}
	.information .information_inner .red5 .infoBorder5 .companyLogo {
	    width: calc(14vw* 2.5);
	    height: calc(5vw* 2.5);
	    background-size: cover;
	}
	.information .information_inner .red5 .infoBorder5 {
	    width: 100%;
	    position: static;
	    margin-top: 8vw;
	    display: flex;
	    flex-direction: column;
	}
	.information .information_inner .red5 .infoBorder5 .companyIntro p {
	    color: #560303;
	    font-weight: bold;
	    width: 100%;
	    margin: 0 auto;
	    padding: 0;
	    font-size: 3.5vw;
	    letter-spacing: 0.05vw;
	}
	.information .information_inner .red5 .infoBorder5 .companyIntro {
	    margin-top: 6vw;
	}
	.information .information_inner .red5 .infoBorder5 .companyBusiness .title {
	    width: calc(6vw* 3.5);
	    font-size: calc(1vw* 3.5);
	    border-bottom: calc(0.2vw* 3.5) solid #bc5353;
	}
	.information .information_inner .red5 .infoBorder5 .companyBusiness {
	    margin-top: 6vw;
	}
	.information .information_inner .red5 .infoBorder5 .companyBusiness .work {
	    width: 100%;
	}
	.information .information_inner .red5 .infoBorder5 .companyBusiness .work .button {
	    border: 0.3vw solid #d8a3a3;
	    width: auto !important;
	    margin: 3vw 3vw 0 0;
	    padding: 1vw;
	    font-size: 3vw;
	    letter-spacing: 0.1vw;
	    margin-left: 0 !important;
	    text-align: center;
	    box-sizing: border-box;
	}
	
	.information .information_inner .red6 {
		width: 100%;
		margin-bottom: 15vw;
		margin-top: 30vw;
	}
	.information .information_inner .red6 .infoBorder6 {
	    width: 100%;
	    position: static;
		height: auto;
		display: flex;
		flex-direction: column;
		margin-top: 11vw;
	}
	.information .information_inner .red6 .infoBorder6 .companyLogo {
	    width: calc(23vw * 2.5);
	    height: calc(4.5vw * 2.5);
	}
	.information .information_inner .red6 .infoBorder6 .companyIntro p {
	    color: #560303;
	    font-weight: bold;
	    width: 100%;
	    margin: 0 auto;
	    padding: 0;
	    font-size: 3.5vw;
	    letter-spacing: 0.05vw;
	}
	.information .information_inner .red6 .infoBorder6 .companyIntro {
	    margin-top: 6vw;
	}
	.information .information_inner .red6 .infoBorder6 .companyBusiness .title {
		width: calc(6vw* 3.5);
	    font-size: calc(1vw* 3.5);
	    border-bottom: calc(0.2vw* 3.5) solid #bc5353;
	}
	.information .information_inner .red6 .infoBorder6 .companyBusiness {
	    margin-top: 6vw;
	}
	.information .information_inner .red6 .infoBorder6 .companyBusiness .work {
	    width: 100%;
	}
	.information .information_inner .red6 .infoBorder6 .companyBusiness .work .button {
	    border: 0.3vw solid #d8a3a3;
	    width: auto !important;
	    margin: 3vw 3vw 0 0;
	    padding: 1vw;
	    font-size: 3vw;
	    letter-spacing: 0.1vw;
	    margin-left: 0 !important;
	    text-align: center;
	    box-sizing: border-box;
	}
	.information .information_inner .red6 .img6 {
	    top: 0;
	    left: 0;
	    width: calc(100% - 8vw);
	    height: 310px;
	}
	.information .information_inner .red6 .block6 {
	    position: absolute;
	    top: 11vw;
	    width: calc(100% - 8vw) !important;
	    height: 285px;
	}
	
	.Footer {
	    height: auto;
	    padding-bottom: 6vw;
	}
	.Footer .Footer_inner {
	    width: calc(100% - 10vw);
	    margin: 0 auto;
	}
	.Footer .Footer_inner .contact {
	    width: 100%;
	    margin: 0 auto;
	    padding: 10vw 0 6vw 0;
	}
	.Footer .Footer_inner .contact img {
		width: 60%;
		height: auto;
	}
	.Footer .Footer_inner .contact p {
	    color: #FFF;
	    font-size: 5vw;
	    margin: 3vw 0 0;
	}
	.Footer .Footer_inner .contactList .list {
	    width: calc(100% / 1);
		margin-top: 6vw;
	}
	.Footer .Footer_inner .contactList .list a {
		width: 100% !important;
		display: block;
		text-align: center;
	}
	.Footer .Footer_inner .contactList img {
	    width: 60%;
	    padding-bottom: 1vw;
	}
	.Footer .Footer_inner .contactList .list .text {
	    height: calc(2vw * 5) !important;
	    padding: 0 0 0 25vw !important;
	    font-size: 3.6vw !important;
		line-height: 5vw !important;
	}
	.material-icons {
	    font-size: calc(1vw * 5) !important;
	    padding-left: 17vw !important;
	}
	
	.information .information_inner .companyLogo {
	    margin: 0 auto !important;
	}
	.border-top-left {
	    top: calc(5vw * 2.5) !important;
	    left: 0 !important;
	    width: 3vw !important;
	    height: 3vw !important;
	    border-top: 0.3vw solid #a33737 !important;
	    border-left: 0.3vw solid #a33737 !important;
	}
	.border-top-right {
	    top: calc(5vw * 2.5) !important;
	    right: 0 !important;
	    width: 3vw !important;
	    height: 3vw !important;
	    border-top: 0.3vw solid #a33737 !important;
	    border-right: 0.3vw solid #a33737 !important;
	}
	.red6 .border-top-left, .red6 .border-top-right {
		top: calc(4.5vw * 2.5) !important;
	}
}
