@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;
  padding: 4rem 0;
  background-position: top center;
  background-size: cover;
}
.ctn_1 .tit {
  color: #222;
  text-align: center;
  width: 100%;
}
.ctn_1 .tab {
  display: flex;
  justify-content: space-around;
  margin-top: 3rem;
}
.ctn_1 .tab a {
  display: block;
  width: 25%;
  border-radius: 100px;
  padding: 15px;
  text-align: center;
  background-color: rgba(177, 152, 127, 0.3);
  color: #23232c;
  transition: all 0.3s;
}
.ctn_1 .tab a.on {
  color: #fff;
  background-color: #b1987f;
}
.ctn_1 ul {
  margin-top: 4rem;
}
.ctn_1 ul li {
  background-color: #f6ece0;
  margin-bottom: 0.9rem;
}
.ctn_1 ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 110px;
}
.ctn_1 ul li a .trapezoid {
  background-image: url(/repository/image/a5c75939-e07a-4147-b54f-2d2b1e6a4a00.png?t=1642575223363);
  width: 15%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  padding-left: 3%;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}
.ctn_1 ul li a .trapezoid p {
  line-height: 1;
  margin-bottom: 5px;
}
.ctn_1 ul li a .trapezoid span {
  line-height: 1;
}
.ctn_1 ul li a .txt {
  width: 60%;
  color: #333;
  margin-left: 3%;
  margin-right: 3%;
}
.ctn_1 ul li a .bt {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ede2d5;
  color: #666;
  height: 50px;
  border-radius: 100px;
  transition: all 0.3s;
}
.ctn_1 ul li a .bt i {
  margin-left: 10px;
  font-size: 20px;
}
.ctn_1 ul li a:hover .bt {
  background-color: #b1987f;
  color: #fff;
}
@media screen and (max-width: 998px) {
  .ctn_1 ul li a .bt {
    width: 18%;
  }
}
@media screen and (max-width: 768px) {
  .ctn_1 .tab a {
    font-size: 12px;
    width: 26%;
    padding: 10px 0;
  }
  .ctn_1 .tab a:nth-last-child(1) {
    width: 43%;
  }
  .ctn_1 ul li a {
    flex-wrap: wrap;
  }
  .ctn_1 ul li a .trapezoid {
    width: 25%;
  }
  .ctn_1 ul li a .txt {
    width: 49%;
  }
  .ctn_1 ul li a .bt {
    height: 33px;
    margin-right: 2%;
  }
}
@media screen and (max-width: 330px) {
  .ctn_1 ul li a .trapezoid p {
    font-size: 20px;
  }
  .ctn_1 ul li a .trapezoid span {
    font-size: 14px;
  }
}