@keyframes dow_arr1 {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dow_arr2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes large-s {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.ctn_1 {
  width: 100%;
  overflow: hidden;
  margin-top: -10%;
  position: relative;
  z-index: 5;
  padding-bottom: 4rem;
}
.ctn_1 .w1280 {
  background-image: url('/repository/image/61eb3c9e-b1d9-4087-a5e2-f4639b6c0808.jpg?t=1644565176297');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fbfbfb;
}
.ctn_1 .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
.ctn_1 .contact .add {
  width: 40%;
  padding-left: 4%;
}
.ctn_1 .contact .add .tit {
  font-weight: bold;
  color: #000;
}
.ctn_1 .contact .add ul li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 50px;
  margin: 2.5rem 0;
}
.ctn_1 .contact .add ul li p {
  font-weight: bold;
  color: #000;
}
.ctn_1 .contact .add ul li i {
  font-weight: normal;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #75181c;
  text-align: center;
  line-height: 36px;
  color: #75181c;
  font-size: 21px;
  position: absolute;
  top: -7px;
  left: 0;
}
.ctn_1 .contact .add ul li span {
  color: #808080;
}
.ctn_1 .contact .map {
  width: 59%;
  height: 410px;
}
.ctn_1 .contact .map img {
  transition: all 0s;
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 998px) {
  .ctn_1 .contact {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  .ctn_1 .contact .add {
    width: 100%;
  }
  .ctn_1 .contact .map {
    width: 100%;
    height: 200px;
  }
}