.smg-pms-front-wrap { margin-top: 32px; padding-top: 12px; clear: both; }
.smg-pms-title-main,
.smg-pms-title-sub {
  color: #1f1f1f;
  line-height: 1.2;
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 14px;
  padding-right: 14px;
}
.smg-pms-title-main {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 12px;
}
.smg-pms-title-sub {
  font-size: 22px;
  font-weight: 700;
  margin: 26px 0 12px;
}
.smg-pms-slider { position: relative; background: #fff; padding: 14px 14px 34px; margin-bottom: 14px; }
.smg-pms-slides { position: relative; overflow: hidden; }
.smg-pms-slide { display: none; }
.smg-pms-slide.is-active { display: block; }
.smg-pms-slide img { width: 100%; height: auto; min-height: 300px; max-height: 520px; object-fit: cover; display: block; }
.smg-pms-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; border: none; background: transparent;
  cursor: pointer; font-size: 52px; line-height: 1; text-align: center; color: #111; width: auto; height: auto; padding: 0;
}
.smg-pms-prev { left: 18px; }
.smg-pms-next { right: 18px; }
.smg-pms-dots { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); display: flex; gap: 7px; }
.smg-pms-dot { width: 8px; height: 8px; border-radius: 50%; border: none; padding: 0; background: #c8c8c8; cursor: pointer; }
.smg-pms-dot.is-active { background: #cc8a1f; }
.smg-pms-videos-wrap { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr); gap: 12px; background: #fff; padding: 14px; }
.smg-pms-video-player { background: #000; min-height: 280px; display: flex; align-items: center; justify-content: center; }
.smg-pms-video-player iframe,.smg-pms-html5-video { width: 100%; height: 100%; min-height: 280px; display: block; border: 0; }
.smg-pms-video-list { display: flex; flex-direction: column; gap: 10px; }
.smg-pms-video-item { border: 1px solid #ddd; background: #fff; padding: 8px; display: grid; grid-template-columns: 110px 1fr; gap: 12px; align-items: center; text-align: left; cursor: pointer; }
.smg-pms-video-item.is-active { background: #f2f2f2; }
.smg-pms-video-thumb img { width: 110px; height: 76px; object-fit: cover; display: block; }
.smg-pms-video-text { font-size: 14px; font-weight: 600; color: #222; line-height: 1.35; }
.smg-pms-video-empty { color: #fff; padding: 20px; }
@media (max-width: 767px) {
  .smg-pms-title-main { font-size: 24px; padding-left: 14px; padding-right: 14px; }
  .smg-pms-title-sub { font-size: 18px; padding-left: 14px; padding-right: 14px; }
  .smg-pms-videos-wrap { grid-template-columns: 1fr; }
  .smg-pms-slide img { min-height: 220px; }
  .smg-pms-arrow { font-size: 40px; }
  .smg-pms-video-item { grid-template-columns: 96px 1fr; }
  .smg-pms-video-thumb img { width: 96px; height: 68px; }
}

.smg-pms-banner-wrap { background:#fff; padding:14px; margin:14px 0; }
.smg-pms-banner-link, .smg-pms-banner-link:hover { display:block; text-decoration:none; }
.smg-pms-banner-image { display:block; width:100%; height:auto; max-height:420px; object-fit:cover; }
