@media (min-width: 781px) and (max-width: 1180px) {
  :root {
    --wrap: min(100vw - 56px, 920px);
  }

  .hero {
    min-height: 420px;
    padding: 108px 28px;
  }

  .hero-card {
    width: min(560px, 100%);
    margin: 0 auto;
    gap: 22px;
    padding: 32px 40px 30px;
  }

  .hero-card .ci-large {
    width: 170px;
    height: 49px;
  }

  .hero-card .hero-copy p {
    margin-bottom: -6px;
    font-size: 16px;
    line-height: 1.2;
  }

  .hero-card .hero-copy h1 {
    font-size: 52px;
    line-height: 1;
  }

  .hero-card .hero-subcopy {
    gap: 4px;
    font-size: 16px;
  }

  .hero-card .tagline {
    gap: 8px;
  }

  .hero-card .tagline img {
    width: 9px;
    height: 9px;
  }

  .hero-card .actions {
    gap: 6px;
  }

  .hero-card .btn,
  .program .btn.small,
  .community .btn.small,
  .instructor .btn {
    min-height: 36px;
    font-size: 14px;
    line-height: 28px;
  }

  .hero-card .btn-kakao > img:first-child {
    width: 20px;
    height: 20px;
  }

  .hero-card .btn .arrow,
  .program .btn .arrow,
  .community .btn .arrow,
  .instructor .btn .arrow {
    width: 14px;
    height: 14px;
  }

  .program {
    gap: 32px;
    padding-top: 64px;
  }

  .program .section-heading,
  .community .section-heading {
    gap: 16px;
  }

  .program .section-heading h2,
  .community .section-heading h2 {
    font-size: 36px;
  }

  .program .section-heading h2 span,
  .community .section-heading h2 span {
    font-size: 24px;
  }

  .program .section-heading p,
  .community .section-heading p {
    font-size: 16px;
  }

  .program-grid {
    gap: 14px;
  }

  .program-card {
    min-height: 260px;
    padding: 24px;
    border-radius: 14px;
  }

  .program-card h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .program-card p {
    font-size: 14px;
  }

  .program-card-scuba::before {
    right: 6px;
    top: 72px;
    width: 150px;
    height: 150px;
  }

  .program-card-free::before {
    right: 6px;
    top: 14px;
    width: 145px;
    height: 145px;
  }

  .program-card-skill::before {
    right: 6px;
    top: 70px;
    width: 154px;
    height: 154px;
  }

  .instructor {
    margin-top: 64px;
    overflow: hidden;
  }

  .instructor-wrap {
    height: 420px;
  }

  .instructor-photo {
    right: -80px;
    width: min(720px, 72vw);
    height: 420px;
  }

  .instructor-copy {
    min-width: 400px;
    width: 58%;
    padding: 48px 0;
  }

  .instructor .padi-title {
    font-size: 24px;
  }

  .instructor h2 {
    font-size: 36px;
    line-height: 1.1;
  }

  .instructor p {
    margin-top: 14px;
    font-size: 16px;
  }

  .instructor ul {
    font-size: 15px;
    line-height: 26px;
  }

  .community {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .community-copy {
    min-height: 0;
    gap: 18px;
  }

  .tour-grid {
    gap: 14px;
  }

  .tour-card {
    min-height: 168px;
    padding: 24px;
    border-radius: 14px;
  }

  .tour-card span {
    font-size: 13px;
  }

  .tour-card h3 {
    font-size: 24px;
    line-height: 1.1;
  }

  .tour-card p {
    font-size: 14px;
    line-height: 1.35;
  }

  .footer {
    padding: 18px 28px;
  }

  .footer-wrap {
    width: 100%;
    gap: 18px;
    flex-wrap: wrap;
  }

  .footer-ci {
    width: 148px;
    height: 42px;
  }

  .footer-info {
    font-size: 11px;
    line-height: 1.45;
  }

  .footer-info small {
    font-size: 9px;
  }

  .padi-footer-logo {
    width: 84px;
    height: 28px;
  }
}
