.section1 {
  background-color: #FFFFFF;
}

.section1 .wrap {
  padding-top: 80px;
  padding-bottom: 100px;
  width: 1560px;
  margin: 0 auto;
}

.section1 .wrap .text {
  margin-top: 10px;
}

.section1 .wrap .text p {
  color: #666;
  font-size: 18px;
}

.section1 .wrap .list {
  margin-top: 40px;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}

.section1 .wrap .list .item .img {
  height: 460px;
}

.section1 .wrap .list .item .img img {
  height: 100%;
  width: 100%;
}

.section1 .wrap .list .item .content {
  margin-top: 30px;
  width: 640px;
}

.section1 .wrap .list .item .content h5 {
  color: #111;
  font-size: 24px;
  margin-bottom: 10px;
}

.section1 .wrap .list .item .content p {
  color: #666;
  font-size: 19px;
  line-height: 2;
}

.section2 .wrap {
  padding-top: 120px;
  padding-bottom: 60px;
}

.section2 .wrap .top {
  position: relative;
  width: 1560px;
  margin: 0 auto;
}

.section2 .wrap .top .left {
  width: 740px;
  position: relative;
  z-index: 2;
}

.section2 .wrap .top .left .text {
  margin-top: 40px;
}

.section2 .wrap .top .left .text p {
  color: #111;
  font-size: 19px;
  line-height: 40px;
}

.section2 .wrap .top .left .text p:not(:last-child) {
  margin-bottom: 40px;
}

.section2 .wrap .top .map {
  width: 1000px;
  position: absolute;
  left: 640px;
  top: 0;
}

.section2 .wrap .list {
  margin-top: 140px;
}

.section2 .wrap .list .merry {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.section2 .wrap .list .row {
  display: flex;
  width: fit-content;
}

.section2 .wrap .list .row.active {
  animation: walking 0s linear infinite;
}

.section2 .wrap .list .row:nth-child(1) {
  animation-direction: reverse;
}

.section2 .wrap .list .row .trem {
  display: flex;
  justify-content: space-between;
  margin-right: 150px;
  gap: 150px;
}

.section2 .wrap .list .row .trem .item {
  width: max-content;
  height: 60px;
  filter: grayscale(1);
  opacity: 0.9;
  transition: all 0.6s;
  min-width: 54px;
  display: flex;
  align-items: center;
}

.section2 .wrap .list .row .trem .item:hover {
  filter: none;
  opacity: 1;
}

.section2 .wrap .list .row .trem .item img {
  object-fit: contain;
}

@keyframes walking {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1919px) {
  .section1 .wrap {
    padding-top: 4.1666666667vw;
    padding-bottom: 5.2083333333vw;
    width: 81.25vw;
  }

  .section1 .wrap .text {
    margin-top: 0.5208333333vw;
  }

  .section1 .wrap .text p {
    font-size: 0.9375vw;
  }

  .section1 .wrap .list {
    margin-top: 2.0833333333vw;
    gap: 2.0833333333vw;
  }

  .section1 .wrap .list .item .img {
    height: 23.9583333333vw;
  }

  .section1 .wrap .list .item .content {
    margin-top: 1.5625vw;
    width: 33.3333333333vw;
  }

  .section1 .wrap .list .item .content h5 {
    font-size: 1.25vw;
    margin-bottom: 0.5208333333vw;
  }

  .section1 .wrap .list .item .content p {
    font-size: 0.98958333vw;
  }

  .section2 .wrap {
    padding-top: 6.25vw;
    padding-bottom: 3.125vw;
  }

  .section2 .wrap .top {
    width: 81.25vw;
  }

  .section2 .wrap .top .left {
    width: 38.5416666667vw;
  }

  .section2 .wrap .top .left .text {
    margin-top: 2.0833333333vw;
  }

  .section2 .wrap .top .left .text p {
    font-size: 0.989583333vw;
    line-height: 2.0833333333vw;
  }

  .section2 .wrap .top .left .text p:not(:last-child) {
    margin-bottom: 2.08333333vw;
  }

  .section2 .wrap .top .map {
    width: 52.0833333333vw;
    left: 33.3333333333vw;
  }

  .section2 .wrap .list {
    margin-top: 7.2916666667vw;
  }

  .section2 .wrap .list .merry {
    gap: 3.6458333333vw;
  }

  .section2 .wrap .list .row .trem {
    margin-right: 7.8125vw;
    gap: 7.8125vw;
  }

  .section2 .wrap .list .row .trem .item {
    height: 3.125vw;
    min-width: 2.8125vw;
  }
}
@media screen and (max-width: 1024px) {
  .section1 .wrap{
    width: 90%;
    padding: 60px 0;
  }
  .section1 .wrap .text{
    margin-top: 10px;
  }
  .section1 .wrap .text p {
    font-size: 14px;
  }
  .section1 .wrap .list .item .content h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .section1 .wrap .list .item .content{
    width: 100%;
  }
  .section1 .wrap .list .item .content p{
    font-size: 14px;
  }
  .section1 .wrap .list{
    margin-top: 30px;
    gap: 40px;
  }
  .section1 .wrap .list .item .content{
    margin-top: 30px;
  }
  .section2 .wrap{
    padding: 60px 0;
  }
  .section2 .wrap .top{
    width: 90%;
    margin: 0 auto;
  }
  .section2 .wrap .top .left .text{
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .section2 .wrap .top .left .text p:not(:last-child){
    margin-bottom: 20px;
  }
  .section2 .wrap .top .left {
    width: 100%;
  }
  .section2 .wrap .top .map{
    position: static;
  }
  .section2 .wrap .top .left .text p{
    font-size: 14px;
    line-height: 2;
  }
  .section2 .wrap .list .row .trem .item{
    height: 40px;
  }
  .section2 .wrap .top .map{
    width: 100%;
  }
  .section2 .wrap .list .merry{
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap{
    padding: 50px 0;
  }
  .section1 .wrap .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .section1 .wrap .list .item .img{
    height: auto;
  }
  .section2 .wrap{
    padding: 50px 0;
  }
  .section2 .wrap .list .row .trem .item {
    height: 30px;
  }
  .section2 .wrap .list .row{
    animation-duration: 32s !important;
  }
}