.background .main {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
  padding-bottom: 80px;
  position: relative;
  z-index: 10;
}
.background .main .mainBG {
  background-image: url(../image/05sub_main.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
  transition: transform 2s;
}
.background .main h2 {
  font-size: 80px;
  color: #fefefe;
  z-index: 11;
  text-align: right;
  padding-bottom: 60px;
}
.background .main:hover .mainBG {
  transform: scale(1.1) translateZ(1px);
}

.maintxt {
  height: 40vh;
}
.maintxt h4 {
  padding: 100px 0;
  text-align: center;
}

.location {
  padding-top: 0px;
}
.location section .lo_txt {
  width: 100%;
  margin: 0 auto;
  font-weight: auto;
  font-size: 18px;
  line-height: 40px;
  color: #131313;
}
.location section .lo_txt i {
  color: #6563FF;
  padding-right: 20px;
}
.location section .lo_txt hr {
  background-color: #131313;
  width: 100%;
  height: 1px;
  opacity: 0.25;
}
.location section .lo_txt .lo {
  width: 70%;
  margin: 0 auto;
  padding: 30px 0;
}
.location section .lo_txt .lo br {
  display: none;
}
.location section .lo_txt .ca01 {
  display: flex;
  justify-content: flex-start;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
}
.location section .lo_txt .ca02 {
  display: flex;
  justify-content: space-between;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: wrap;
}
.location section .lo_txt .ca02 .ca {
  width: 50%;
}
.location section .lo_txt .ca03 {
  display: flex;
  justify-content: flex-start;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
}
.location section .lo_txt .ca03 .ca span {
  font-weight: 500;
}
.location section .lo_txt .ca03 .ca br {
  display: block !important;
}
.location section .mapACG {
  margin-top: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .location {
    padding: 0px 0 120px;
  }
  .location section .lo_txt .lo br {
    display: block;
  }
  body .wrap .background .main {
    height: 50vh;
    padding-bottom: 20px;
  }
  body .wrap .background .main h2 {
    font-weight: auto;
    font-size: 60px;
    line-height: 60px;
    color: auto;
  }
  body .wrap .maintxt {
    height: 40vh;
  }
  body .wrap .maintxt h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  body .wrap .background .main {
    height: 50vh;
    padding-bottom: 40px;
  }
  body .wrap .background .main h2 {
    font-weight: auto;
    font-size: 48px;
    line-height: 60px;
    color: auto;
  }
  body .maintxt {
    height: 40vh;
  }
  body .maintxt h4 {
    font-size: 18px;
    padding: 60px 0;
  }
  body .location {
    padding: 0px 0 120px;
  }
  body .location section .lo_txt .lo {
    width: 90%;
  }
  body .location section .lo_txt .lo br {
    display: block;
  }
  body .location section .lo_txt .lo .mobnot {
    display: none;
  }
  body .location section .lo_txt .ca02 {
    flex-direction: column;
  }
  body .location section .lo_txt .ca02 .ca {
    white-space: nowrap;
  }
  body .location section .lo_txt .ca03 .ca span:after {
    content: " \a";
    white-space: pre;
  }
}