* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.yn_plate.ct-plate-ftl-v9-right {
  width: 100%;
  background: #ffffff;
  padding: 80px 100px;
}

.yn_plate.ct-plate-ftl-v9-right .plate-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  gap: 80px;
  flex-direction: row-reverse;
}

.yn_plate.ct-plate-ftl-v9-right .text-content {
  flex: 1;
  min-width: 380px;
}

.yn_plate.ct-plate-ftl-v9-right .text-content h1 {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  line-height: 1.15;
  margin-bottom: 24px;
}

.yn_plate.ct-plate-ftl-v9-right .text-content p {
  font-size: 24px;
  color: #64748b;
  line-height: 1.6;
  max-width: 420px;
}

.yn_plate.ct-plate-ftl-v9-right .img-content {
  flex: 1;
  min-width: 500px;
}

.yn_plate.ct-plate-ftl-v9-right .content-name {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.yn_plate.ct-plate-ftl-v9-right .content-name img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1200px) {
  .yn_plate.ct-plate-ftl-v9-right .plate-wrap {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .yn_plate.ct-plate-ftl-v9-right .text-content {
    width: 100%;
  }

  .yn_plate.ct-plate-ftl-v9-right .text-content p {
    max-width: 100%;
    margin: 0 auto;
  }

  .yn_plate.ct-plate-ftl-v9-right .img-content {
    width: 100%;
    min-width: auto;
  }

  .yn_plate.ct-plate-ftl-v9-right .content-name {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    overflow: hidden;
  }

  .yn_plate.ct-plate-ftl-v9-right .content-name img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .yn_plate.ct-plate-ftl-v9-right {
    padding: 60px 30px;
  }
}