.chinbar_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.chinbar_content {
  width: 48%;
}
.chinbar_content_title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-bottom: 20px;
}
.chinbar_content_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.chinbar_image {
  width: 40%;
  text-align: center;
}
.chinbar_image img {
  width: 260px;
}
.chinbar_text {
  width: 58%;
}

.peakvisor {
  padding-bottom: 60px;
}
.peakvisor_note {
  font-size: 22px;
  padding-right: 60px;
  margin-top: 30px;
}

.peakvisor_image img {
  margin-top: 0 !important;
  width: 200px;
}
.peakvisor_image img:first-child {
  margin-bottom: 10px;
}

@media all and (min-width: 769px) and (max-width: 1399px) {
  .chinbar_image img {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1399px) and (max-width: 1199px) {
  .chinbar_content {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1399px) and (min-width: 1200px) {
  .main dd {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .chinbar {
    padding-bottom: 40px;
  }
  .chinbar_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .chinbar_content {
    width: 100%;
    margin-bottom: 40px;
    justify-content: space-between;
  }
  .chinbar_content:nth-child(2) .chinbar_content_wrapper {
    flex-direction: row;
  }
  .chinbar_content:last-child {
    margin-bottom: 0;
  }
  .chinbar_content dd:last-child {
    margin-bottom: 0;
  }
  .chinbar_content_title {
    font-size: 20px;
    font-weight: 500;
  }
  .chinbar_image {
    width: 44%;
  }
  .chinbar_image img {
    width: 100%;
  }
  .chinbar_text {
    width: 52%;
  }
  .peakvisor_image {
    width: 34%;
  }
  .peakvisor_note {
    font-size: 16px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 468px) {
  .chinbar {
    padding-bottom: 0;
  }
  .chinbar_content {
    margin-bottom: 11.1111vw;
  }
  .chinbar_image {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
  .chinbar_image img {
    width: initial;
  }
  .chinbar_text {
    width: 100%;
  }
  .peakvisor_image img {
    margin-top: 0 !important;
  }
  .peakvisor_image img:first-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 359px) {
  .chinbar_image {
    margin-bottom: 8.8889vw;
  }
  .chinbar_image img {
    width: 78%;
  }
  .chinbar_content_title {
    font-size: 5.5556vw;
  }
  .peakvisor_image img {
    width: 48%;
  }
  .peakvisor {
    padding-bottom: 16.6667vw;
  }
  .peakvisor_note {
    font-size: 4.4444vw;
    padding-right: 0;
    margin-top: 8.3333vw;
  }
}