.banner {
  width: 100%;
}
.section {
  padding: 0 1.3125rem 0 0.9375rem;
}
.section .section_header_title {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
  color: #0062b1;
  text-align: center;
}
.section .img-title {
  margin: 0 auto;
}
.section .text {
  font-size: 1rem;
  color: #404040;
  line-height: 1.75rem;
}
#cultrue {
  padding-top: 2rem;
  padding-bottom: 4.125rem;
  background-color: #EFF8FF;
}
#cultrue .img-title {
  width: 17.875rem;
}
#cultrue .cell.mission {
  margin-top: 2rem;
}
#cultrue .cell.mission .cell-title {
  width: 18.9375rem;
}
#cultrue .cell.vision {
  margin-top: 3.25rem;
}
#cultrue .cell.vision .cell-title {
  width: 16.1875rem;
}
#cultrue .cell.value {
  margin-top: 3.625rem;
}
#cultrue .cell.value .cell-title {
  width: 16.125rem;
}
#cultrue .cell .img-wrapper {
  margin-top: 1.5rem;
  width: 100%;
}
#cultrue .cell .text {
  margin-top: 1.125rem;
}
#management {
  margin-top: 4.3125rem;
  padding: 0;
  position: relative;
}
#management .section_header_title {
  margin-bottom: 2rem;
}
#management .swiper {
  overflow: hidden;
}
#management .cell .img-wrapper {
  padding: 0 1.8125rem;
  width: 100%;
  box-sizing: border-box;
}
#management .cell .detail {
  margin-top: -3.375rem;
  padding: 5rem 1.75rem 1.5rem;
  background-color: #0062B1;
  min-height: 25rem;
}
#management .cell .detail .hb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#management .cell .detail .hb .img-wrapper {
  padding: 0;
  width: 10.0625rem;
}
#management .cell .detail .hb .t1 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
}
#management .cell .detail .hb .t2 {
  position: relative;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  color: #ffffff;
  text-align: center;
}
#management .cell .detail .hb .t2::after {
  content: '';
  width: 2.75rem;
  height: 0.1875rem;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1.125rem;
  transform: translateX(-50%);
  background-color: #42C9EB;
}
#management .cell .detail .text {
  margin-top: 2.875rem;
  color: #ffffff;
}
#rule {
  padding: 0;
}
#rule .img-wrapper {
  width: 100%;
}
.masker {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 10;
}
.masker .preViewImg {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}
.masker .preViewImg .img {
  display: block;
  width: 100%;
  height: auto;
}
.masker .masker-section {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.masker .masker-section .tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
}
.masker .masker-section .tip .tip-img {
  display: block;
  width: 100%;
}
.masker .masker-section .swiper-slide .img-wrapper {
  width: 100%;
}
.masker .cancel-img {
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.masker .cancel-img img {
  width: 2.5rem;
}
#footer {
  margin-top: -3rem;
}
@media (min-width: 768px) {
  .masker .preViewImg {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .masker .masker-section {
    width: 70%;
  }
}
