.home .top_section .inner {
  display: flex;
  max-width: none;
  padding-left: 0;
  margin-left: -25px;
}
.home .top_section .txt_wrap {
  margin-left: 32px;
  margin-top: 125px;
}
.home .top_section .txt_wrap > div {
  letter-spacing: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4545454545;
  position: relative;
  white-space: nowrap;
}
.home .top_section .txt_wrap .white {
  color: #fff;
  text-shadow: 0 0 20px #fff;
  position: absolute;
}
.home .top_section .txt_wrap .front {
  color: #031d66;
  position: relative;
  z-index: 1;
}

.front_news_section li {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 12px;
  margin-bottom: 14px;
}
.front_news_section li:last-child {
  margin-bottom: 0;
}
.front_news_section li a {
  font-size: 18px;
  color: #000;
}
.front_news_section li a span {
  display: inline-block;
  min-width: 163px;
  width: 163px;
}
.front_news_section .to_news_list {
  margin-top: 26px;
}
.front_news_section .to_news_list a {
  color: #2a72c1;
}
.front_news_section .to_news_list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #2a72c1;
  margin-left: 10px;
}
.front_news_section .to_news_list span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: center/cover no-repeat url("../image/common/w_arrow.svg");
}

.front_features_section p {
  font-size: 18px;
}
.front_features_section .more_btn_wrap {
  margin-top: 16px;
}

.front_bussiness_section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 28px;
}
.front_bussiness_section li {
  width: 410px;
  position: relative;
}
.front_bussiness_section .wrap {
  display: block;
  background-color: #fff;
  border: #2a72c1 2px solid;
  border-radius: 15px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 14px;
  position: relative;
  z-index: 1;
}
.front_bussiness_section .txt_wrap {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  margin-top: 10px;
}
.front_bussiness_section .shadow_wrap {
  z-index: 0;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: center/cover no-repeat url("../image/home/b_shadow.png");
  height: 44px;
  width: 357px;
}

.front_access_section .name {
  font-weight: 500;
  font-size: 28px;
}
.front_access_section .gmap_wrap {
  margin-top: 40px;
  border-radius: 22px;
  overflow: hidden;
  height: 627px;
  position: relative;
}
.front_access_section .gmap_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}