.hero .desc-wrapper::before,
.hero .h2::after {
  background-color: #167fa5;
}
.hero .h3,
.hero .h2 {
  color: #167fa5 !important;
}

.swiper-button-prev {
  background-image: url(../image/index/l_arrow.svg);
}
.swiper-button-next {
  background-image: url(../image/index/r_arrow.svg);
}

.pagination_bullet {
  color: #167fa5;
}
.key-box .box-bottom::before {
  height: calc(100% + 3rem + 6vw);
}
.risks.point-list .box-1::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 80%;
  background-color: #deeff5;
  left: 50%;
  transform: translateX(-50%);
}
.risks .img-wrapper,
.risks.point-list .box-1 {
  position: relative;
}
.risks.point-list .box-1 {
  padding-top: 6vh;
}
.risks .box-1 .img-wrapper img {
  width: 100%;
  margin-left: -10%;
}
.risks.point-list .box-1 .row {
  position: relative;
}
.risks.point-list .box-1 .row::before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 0;
  height: 1px;
  background-color: #707070;
  top: -6vh;
}
.risks.point-list .box-1 .row::after {
  content: "";
  position: absolute;
  width: 2vh;
  height: 2vh;
  left: 0;
  background-color: #167fa5;
  top: -7vh;
  border-radius: 50%;
}
.risks.point-list .box-2 .top-climate {
  position: relative;
  width: 90%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.top-climate .top-wrapper {
  border-radius: 50%;
  position: relative;
  width: 85%;
  height: 0;
  padding-bottom: 85%;
}
.top-climate .top-wrapper::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #707070;
}
.top-climate .top-wrapper::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
}
.top-climate .top-wrapper * {
  position: relative;
  z-index: 1;
}
.top-climate .h3 {
  font-family: "Montserrat Alternates";
  color: #000;
  text-align: center;
  position: absolute;
  font-weight: 400;
  text-transform: none;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.top-climate .h3::before {
  content: "";
  position: absolute;
  right: 102%;
  width: 2vh;
  height: 2vh;
  background-color: #167fa5;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
}

.top-climate .h3::after {
  content: "";
  position: absolute;
  right: 102%;
  width: 50vw;
  height: 1px;
  background-color: #707070;
  top: 50%;
  transform: translateY(-50%);
}
.risks.point-list .box-2 .icons {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.3s ease-in-out;
  width: 25%;
  height: 25%;
  cursor: pointer;
}
.risks.point-list .box-2 .icons-1 {
  background-image: url(../image/leading/icon1.svg);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.risks.point-list .box-2 .icons-2 {
  background-image: url(../image/leading/icon2.svg);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.risks.point-list .box-2 .icons-3 {
  background-image: url(../image/leading/icon3.svg);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.risks.point-list .box-2 .icons-1.active {
  background-image: url(../image/leading/icon1_w.svg);
}
.risks.point-list .box-2 .icons-2.active {
  background-image: url(../image/leading/icon2_w.svg);
}
.risks.point-list .box-2 .icons-3.active {
  background-image: url(../image/leading/icon3_w.svg);
}

.box-2 .desc-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  position: absolute;
  padding: 0 15px;
}
.box-2 .desc-box .h5 {
  height: 50%;
  font-weight: 700 !important;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 0;
}
.box-2 .desc-box.active {
  opacity: 1;
}
.key {
  border: 1px solid #167fa5 !important;
  background-color: #167fa5 !important;
}

@media screen and (max-width: 1600px) {
  .top-climate .h3::before {
    width: 1rem;
    height: 1rem;
  }
  .risks.point-list .box-1::before {
    height: 95%;
  }
}

@media screen and (max-width: 991.99px) {
  .box-2 .desc-box {
    position: relative;
    padding: 0;
    display: none;
    margin-bottom: 5rem;
  }
  .box-2 .desc-box.active {
    display: block;
  }
  .box-2 .desc-box .h5 {
    height: auto;
    margin-top: 0;
  }
  .point-list .desc-box {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 567.99px) {
  .key .desc-wrapper {
    border: 1px solid #167fa5 !important;
    background-color: #167fa5 !important;
  }
  .key .img-wrapper {
    border: 1px solid #167fa5 !important;
  }
}
