  @font-face {
    font-family: 'NanumSquareNeoBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
}

div {font-family:'NanumSquareNeo';}
	
	
	.wrapper4 {
      width: 100%;
      background: #ffffff;
      overflow: hidden;
    }

    .container4 {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px 0px 50px 0px;
    }

    .section-head {
      text-align: center;
      margin-bottom: 42px;
      padding: 0 20px;
    }

    .section-kicker {
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1px;
      color: #111111;
      background: #f3f3f3;
      border: 1px solid #e5e5e5;
      padding: 8px 16px;
      border-radius: 999px;
      margin-bottom: 16px;
    }

    .section-title {
      margin: 0;
      font-size: 34px;
      line-height: 1.25;
      font-weight: 800;
      letter-spacing: -0.5px;
      color: #111111;
    }

    .section-desc {
      margin: 14px auto 0;
      max-width: 760px;
      font-size: 16px;
      line-height: 1.7;
      color: #666666;
      word-break: keep-all;
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
      padding: 0 20px;
    }

    .price-card {
      position: relative;
      background: #ffffff;
      border: 1px solid #e5e5e5;
      border-radius: 22px;
      overflow: hidden;
      padding: 28px 24px 26px;
      min-height: 100%;
      transform: translateY(34px);
      opacity: 0;
      transition: transform 0.75s ease, opacity 0.75s ease, box-shadow 0.35s ease, border-color 0.35s ease;
      will-change: transform, opacity;
    }

    .price-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 5px;
      background: #111111;
    }

    .price-card.is-visible {
      transform: translateY(0);
      opacity: 1;
    }

    .price-card:hover {
      box-shadow: 0 15px 15px rgba(0, 0, 0, 0.10);
      border-color: #d9d9d9;
    }

    .card-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 18px;
    }

    .card-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 82px;
      height: 30px;
      padding: 0 12px;
      border-radius: 999px;
      background: #f3f3f3;
      color: #111111;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: -0.2px;
      border: 1px solid #e5e5e5;
      white-space: nowrap;
    }

    .card-number {
      font-size: 44px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: -2px;
      color: rgba(17, 17, 17, 0.10);
      user-select: none;
    }

    .card-title {
      margin: 0;
      font-size: 24px;
      line-height: 1.35;
      font-weight: 800;
      letter-spacing: -0.5px;
      color: #111111;
      word-break: keep-all;
    }

    .card-price-row {
      display: flex;
      align-items: baseline;
      gap: 8px;
      margin-top: 12px;
      margin-bottom: 18px;
    }

    .card-price-label {
      font-size: 14px;
      font-weight: 700;
      color: #666666;
    }

    .card-price {
      font-size: 30px;
      font-weight: 900;
      color: #111111;
      letter-spacing: -1px;
    }

    .card-price-unit {
      font-size: 16px;
      font-weight: 700;
      color: #111111;
    }

    .highlight-box {
      background: #fafafa;
      border: 1px solid #e7e7e7;
      border-radius: 18px;
      padding: 16px 16px 14px;
      margin-bottom: 18px;
    }

    .highlight-title {
      font-size: 14px;
      font-weight: 800;
      color: #111111;
      margin-bottom: 10px;
      letter-spacing: -0.2px;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .mini-tag {
      display: inline-flex;
      align-items: center;
      height: 30px;
      padding: 0 12px;
      border-radius: 999px;
      background: #ffffff;
      border: 1px solid #dddddd;
      font-size: 13px;
      line-height: 1;
      color: #444444;
      white-space: nowrap;
    }

    .feature-list {
      list-style: none;
      margin: 0;
      padding: 0;
      border-top: 1px solid #f0f0f0;
    }

    .feature-list li {
      position: relative;
      padding: 14px 0 14px 22px;
      border-bottom: 1px solid #f0f0f0;
      font-size: 15px;
      line-height: 1.65;
      color: #333333;
      word-break: keep-all;
    }

    .feature-list li::before {
      content: "กค";
      position: absolute;
      left: 0;
      top: 11px;
      width: auto;
      height: auto;
      color: #111111;
      font-size: 22px;
      line-height: 1;
      font-weight: 700;
    }

    .option-box {
      margin-top: 18px;
      background: #fafafa;
      border: 1px solid #e7e7e7;
      border-radius: 18px;
      padding: 16px 16px 14px;
    }

    .option-title {
      font-size: 18px;
      font-weight: 800;
      color: #111111;
      margin-bottom: 10px;
      letter-spacing: -0.2px;
    }

    .option-text {
      font-size: 14px;
      line-height: 1.7;
      color: #444444;
      word-break: keep-all;
    }

    .option-list div {
      display: block;
      margin-bottom: 6px;
    }

    .option-list div:last-child {
      margin-bottom: 0;
    }

.big-option{
  font-size: 14px !important;  
  color: #333;
}

    .card-footer-note {
      margin-top: 16px;
      font-size: 13px;
      line-height: 1.7;
      color: #999999;
      word-break: keep-all;
    }

    .accent-line {
      width: 56px;
      height: 3px;
      border-radius: 999px;
      background: #111111;
      margin: 0 0 18px;
    }

    .price-card:nth-child(1) {
      transition-delay: 0.05s;
    }

    .price-card:nth-child(2) {
      transition-delay: 0.18s;
    }

    .price-card:nth-child(3) {
      transition-delay: 0.31s;
    }

    @media (max-width: 1024px) {
      .container4 {
      padding: 20px 0px 50px 0px;
      }

      .section-head {
        padding: 0 10px;
        margin-bottom: 34px;
      }

      .pricing-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 10px;
      }

      .price-card {
        padding: 24px 18px 22px;
        border-radius: 20px;
      }

      .section-title {
        font-size: 28px;
      }

      .section-desc {
        font-size: 15px;
        line-height: 1.65;
      }

      .card-title {
        font-size: 22px;
      }

      .card-price {
        font-size: 28px;
      }

      .feature-list li,
      .option-text {
        font-size: 14px;
      }
    }

    @media (max-width: 767px) {
      .container4 {
      padding: 20px 0px 50px 0px;
      }

      .section-head {
        margin-bottom: 28px;
        padding: 0 10px;
      }

      .section-kicker {
        font-size: 12px;
        padding: 7px 12px;
      }

      .section-title {
        font-size: 24px;
      }

      .section-desc {
        font-size: 14px;
      }

      .pricing-grid {
        padding: 0 10px;
      }

      .price-card {
        padding: 22px 16px 20px;
      }

      .card-number {
        font-size: 38px;
      }

      .card-title {
        font-size: 20px;
      }

      .card-price-row {
        margin-bottom: 14px;
      }

      .card-price {
        font-size: 26px;
      }

      .card-price-unit {
        font-size: 15px;
      }

      .highlight-box,
      .option-box {
        border-radius: 16px;
      }

      .feature-list li {
        padding: 12px 0 12px 20px;
        font-size: 13px;
      }

      .feature-list li::before {
        top: 9px;
        font-size: 20px;
      }

      .option-title,
      .highlight-title {
        font-size: 14px;
      }

      .mini-tag {
        font-size: 12px;
        height: 28px;
      }

.big-option{
  font-size: 13px !important;
}
    }

    }

    @media (prefers-reduced-motion: reduce) {
      .price-card {
        transition: none;
        transform: none;
        opacity: 1;
      }
    }