* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.yn_plate .ct-plate-ftl-v17-images {
  width: 100%;
  max-width: var(--sqs-site-max-width, 1500px);
  margin: 0 auto;
  padding: 40px 0;
}
.ct-plate-ftl-v17-images .con-images {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-x;
}
.ct-plate-ftl-v17-images .con-images::-webkit-scrollbar {
  display: none;
}
.ct-plate-ftl-v17-images .con-images img {
  flex: 1 1 calc(100% / 4 - 6px);
  min-width: 450px;
  max-width: 100%;
  min-height: 351px;
  max-height: 351px;
  height: 351px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
  display: block;
  -webkit-user-drag: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .yn_plate .ct-plate-ftl-v17-images {
    padding: 30px 10px;
    max-width: 100%;
  }
  .ct-plate-ftl-v17-images .con-images {
    gap: 6px;
  }
  .ct-plate-ftl-v17-images .con-images img {
    min-width: 320px;
    min-height: 351px;
    max-height: 351px;
    height: 351px;
    border-radius: 14px;
    flex: 1 1 calc(100% / 2 - 3px);
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .ct-plate-ftl-v17-images .con-images img {
    min-width: 380px;
    min-height: 351px;
    max-height: 351px;
    height: 351px;
    flex: 1 1 calc(100% / 3 - 5px);
  }
}
@media (min-width: 1201px) {
  .ct-plate-ftl-v17-images .con-images img {
    min-width: 500px;
    min-height: 351px;
    max-height: 351px;
    height: 351px;
  }
}
.ct-plate-ftl-v17-images .con-images .con-image {
  user-select: none;
  -webkit-user-select: none;
}
.ct-plate-ftl-v17-images ::-webkit-selection,
.ct-plate-ftl-v17-images ::selection {
  background: transparent !important;
  color: inherit !important;
}
.ct-plate-ftl-v17-images ::-moz-selection {
  background: transparent !important;
  color: inherit !important;
}