.boxim-110won-container,
.boxim-110won-container * {
  box-sizing: border-box;
}

.boxim-110won-container button,
.boxim-110won-container input {
  font: inherit;
}
.boxim-110won-container {
      --ink: #172033;
      --muted: #748093;
      --line: #e4e9f1;
      --soft: #f7f9fc;
      --mint: #ff5c00;
      --mint-dark: #d94f00;
      --blue: #4f63ff;
      --violet: #8268f2;
      --panel-shadow: 0 20px 55px rgba(23, 32, 51, 0.09);
      min-height: 100vh;
      background: #fff;
    }

    .boxim-110won-container .landing {
      width: min(100%, 1180px);
      margin: 0 auto;
      padding: 42px 30px 120px;
    }

    .boxim-110won-container .main-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 318px;
      align-items: stretch;
      gap: 72px;
    }

    .boxim-110won-container .detail-column {
      min-width: 0;
      min-height: 2200px;
      padding-bottom: 180px;
    }

    .boxim-110won-container .visual-grid {
      display: block;
      margin-bottom: 30px;
    }

    .boxim-110won-container .banner {
      overflow: hidden;
      border: 1px solid #e5ebf3;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 22px 54px rgba(24, 52, 103, 0.08);
    }

    .boxim-110won-container .banner img {
      display: block;
      width: 100%;
      height: auto;
    }

    .boxim-110won-container .hero-card {
      position: relative;
      min-height: 420px;
      overflow: hidden;
      border: 1px solid #e5ebf3;
      border-radius: 10px;
      background: #f6fbff;
      box-shadow: 0 22px 54px rgba(24, 52, 103, 0.08);
    }

    .boxim-110won-container .hero-card::before {
      position: absolute;
      inset: 0;
      content: "";
      background:
        radial-gradient(circle at 70% 34%, rgba(18, 81, 214, 0.12), transparent 22%),
        radial-gradient(circle at 91% 44%, rgba(24, 184, 167, 0.12), transparent 26%),
        linear-gradient(135deg, #ffffff 0%, #f5faff 54%, #edf8ff 100%);
    }

    .boxim-110won-container .hero-content {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(310px, 1.05fr);
      gap: 34px;
      align-items: center;
      min-height: 420px;
      padding: 38px 34px 28px;
    }

    .boxim-110won-container .hero-copy {
      position: relative;
      z-index: 1;
    }

    .boxim-110won-container .hero-kicker {
      margin: 0 0 10px;
      color: #111827;
      font-weight: 900;
      font-size: 30px;
      line-height: 1.25;
    }

    .boxim-110won-container .hero-main-title {
      margin: 0 0 20px;
      color: #0b4fd3;
      font-size: 56px;
      font-weight: 950;
      line-height: 1.08;
      letter-spacing: 0;
    }

    .boxim-110won-container .hero-main-title strong {
      display: block;
      color: #0b9b9b;
    }

    .boxim-110won-container .hero-copy-line {
      width: min(100%, 310px);
      height: 1px;
      margin: 0 0 18px;
      background: #cfd8e5;
    }

    .boxim-110won-container .hero-subcopy {
      margin: 0 0 20px;
      color: #263243;
      font-size: 18px;
      line-height: 1.65;
    }

    .boxim-110won-container .hero-subcopy strong,
    .boxim-110won-container .hero-note strong {
      color: #0b4fd3;
      font-weight: 950;
    }

    .boxim-110won-container .hero-combo-pill {
      display: flex;
      width: min(100%, 370px);
      min-height: 42px;
      align-items: center;
      justify-content: space-between;
      border-radius: 999px;
      padding: 0 16px 0 18px;
      background: linear-gradient(90deg, #0b4fd3, #0ba69e);
      color: #fff;
      font-size: 17px;
      font-weight: 950;
      line-height: 1.2;
      box-shadow: 0 14px 26px rgba(18, 81, 214, 0.16);
    }

    .boxim-110won-container .hero-combo-plus {
      display: inline-grid;
      width: 36px;
      height: 36px;
      flex: 0 0 auto;
      place-items: center;
      border-radius: 999px;
      background: #fff;
      color: #0b4fd3;
      font-size: 30px;
      line-height: 1;
    }

    .boxim-110won-container .hero-note {
      margin: 14px 0 0;
      color: #222b3a;
      font-size: 17px;
      line-height: 1.45;
    }

    .boxim-110won-container .hero-visual {
      position: relative;
      min-height: 300px;
      z-index: 1;
    }

    .boxim-110won-container .device-circle,
    .boxim-110won-container .rate-circle {
      position: absolute;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.58);
      box-shadow: inset 0 0 0 1px rgba(18, 81, 214, 0.12);
    }

    .boxim-110won-container .device-circle {
      top: 22px;
      left: 0;
      width: 270px;
      height: 270px;
    }

    .boxim-110won-container .rate-circle {
      top: 32px;
      right: 0;
      width: 250px;
      height: 250px;
      background: rgba(232, 252, 252, 0.68);
      box-shadow: inset 0 0 0 1px rgba(11, 166, 158, 0.12);
    }

    .boxim-110won-container .device-copy {
      position: absolute;
      top: 52px;
      left: 40px;
      right: 40px;
      color: #111827;
      font-size: 16px;
      font-weight: 900;
      text-align: center;
    }

    .boxim-110won-container .device-copy span {
      display: block;
      margin-bottom: 6px;
      color: #0b4fd3;
    }

    .boxim-110won-container .phone-row {
      position: absolute;
      left: 48px;
      bottom: 32px;
      display: flex;
      align-items: flex-end;
      gap: 8px;
    }

    .boxim-110won-container .device-phone {
      position: relative;
      width: 58px;
      height: 142px;
      border: 2px solid rgba(15, 23, 42, 0.1);
      border-radius: 14px;
      background: linear-gradient(155deg, #f7f8fb, #cdd3db);
      box-shadow: 0 16px 24px rgba(15, 23, 42, 0.14);
    }

    .boxim-110won-container .device-phone.dark {
      background: linear-gradient(155deg, #191d27, #6b7078);
    }

    .boxim-110won-container .device-phone.blue {
      width: 66px;
      height: 154px;
      background: linear-gradient(155deg, #dceeff, #83b8eb);
    }

    .boxim-110won-container .device-phone::before {
      position: absolute;
      top: 12px;
      left: 10px;
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: #111827;
      box-shadow: 0 18px 0 #111827, 14px 9px 0 #111827;
      content: "";
    }

    .boxim-110won-container .device-phone.blue::before {
      top: 10px;
      left: 50%;
      width: 8px;
      height: 8px;
      box-shadow: none;
      transform: translateX(-50%);
    }

    .boxim-110won-container .visual-plus {
      position: absolute;
      top: 132px;
      left: 260px;
      display: grid;
      width: 56px;
      height: 56px;
      place-items: center;
      border-radius: 999px;
      background: #0b4fd3;
      color: #fff;
      font-size: 44px;
      font-weight: 700;
      line-height: 1;
      box-shadow: 0 12px 24px rgba(18, 81, 214, 0.22);
    }

    .boxim-110won-container .rate-copy {
      position: absolute;
      top: 72px;
      right: 40px;
      color: #111827;
      font-size: 18px;
      font-weight: 900;
      line-height: 1.65;
      text-align: center;
    }

    .boxim-110won-container .rate-copy span {
      display: block;
      color: #0b9b9b;
    }

    .boxim-110won-container .rate-card {
      position: absolute;
      right: 30px;
      bottom: 54px;
      width: 172px;
      min-height: 118px;
      border-radius: 16px;
      padding: 24px 18px 18px;
      background: #fff;
      box-shadow: 0 18px 35px rgba(24, 52, 103, 0.08);
      color: #111827;
      font-size: 16px;
      font-weight: 900;
      text-align: center;
    }

    .boxim-110won-container .rate-card strong {
      display: block;
      margin-top: 6px;
      color: #0b9b9b;
      font-size: 52px;
      line-height: 1;
    }

    .boxim-110won-container .rate-card strong span {
      font-size: 24px;
    }

    .boxim-110won-container .hero-feature-strip {
      position: relative;
      z-index: 1;
      display: grid;
      grid-column: 1 / -1;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0;
      margin-top: 24px;
      border-radius: 14px;
      padding: 18px 16px;
      background: rgba(255, 255, 255, 0.84);
      box-shadow: 0 16px 35px rgba(24, 52, 103, 0.07);
    }

    .boxim-110won-container .hero-feature {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      min-height: 52px;
      color: #111827;
      font-size: 16px;
      font-weight: 850;
      line-height: 1.35;
    }

    .boxim-110won-container .hero-feature + .hero-feature {
      border-left: 1px solid #d6deea;
    }

    .boxim-110won-container .hero-feature-icon {
      display: grid;
      width: 34px;
      height: 34px;
      flex: 0 0 auto;
      place-items: center;
      border: 2px solid #0b4fd3;
      border-radius: 8px;
      color: #0b4fd3;
      font-weight: 950;
    }

    .boxim-110won-container .hero-feature strong {
      display: block;
      color: #0b4fd3;
    }

    .boxim-110won-container .section-title {
      margin: 0 0 14px;
      color: #111827;
      font-size: 17px;
      font-weight: 900;
      line-height: 1.4;
    }

    .boxim-110won-container .benefit-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-bottom: 52px;
    }

    .boxim-110won-container .benefit-card {
      display: flex;
      flex-direction: column;
      min-height: 158px;
      border: 1px solid #e7ebf2;
      border-radius: 6px;
      padding: 28px 18px 22px;
      background: #fff;
      text-align: center;
    }

    .boxim-110won-container .benefit-icon {
      display: inline-grid;
      width: 36px;
      height: 36px;
      margin-bottom: 12px;
      place-items: center;
      border-radius: 10px;
      background: #eef8ff;
      color: var(--blue);
      font-size: 20px;
      font-weight: 900;
    }

    .boxim-110won-container .benefit-card:nth-child(2) .benefit-icon {
      background: #eafaf6;
      color: #16a56f;
    }

    .boxim-110won-container .benefit-card:nth-child(3) .benefit-icon {
      background: #f2efff;
      color: var(--violet);
    }

    .boxim-110won-container .benefit-image {
      display: block;
      width: 112px;
      height: 92px;
      margin: 0 auto 14px;
      object-fit: contain;
    }

    .boxim-110won-container .benefit-card h3 {
      margin: 0 0 8px;
      color: #1c2536;
      font-size: 14px;
      font-weight: 900;
      line-height: 1.45;
    }

    .boxim-110won-container .benefit-card h3 span {
      color: #4f63ff;
    }

    .boxim-110won-container .benefit-card a {
      margin-top: auto;
      color: #9aa3b1;
      font-size: 11px;
      font-weight: 800;
      text-decoration: none;
    }

    .boxim-110won-container .content-block {
      display: grid;
      gap: 18px;
      margin-top: 36px;
    }

    .boxim-110won-container .plans-section {
      margin: 74px 0 0;
      border: 1px solid #e5ebf3;
      border-radius: 12px;
      padding: 30px 24px 26px;
      background: #f7f9fc;
    }

    .boxim-110won-container .plans-section[hidden] {
      display: none;
    }

    .boxim-110won-container .plans-header {
      margin-bottom: 18px;
    }

    .boxim-110won-container .plans-header h2 {
      margin: 0 0 8px;
      color: #111827;
      font-size: 24px;
      font-weight: 950;
      line-height: 1.3;
    }

    .boxim-110won-container .plans-header p {
      margin: 0;
      color: #647084;
      font-size: 14px;
      line-height: 1.6;
    }

    .boxim-110won-container .plans-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }

    .boxim-110won-container .plan-card {
      display: flex;
      min-height: 280px;
      flex-direction: column;
      border: 1px solid #e8edf4;
      border-radius: 8px;
      padding: 22px;
      background: #fff;
      box-shadow: 0 12px 30px rgba(23, 32, 51, 0.07);
    }

    .boxim-110won-container .plan-card h3 {
      margin: 0 0 14px;
      color: #182033;
      font-size: 19px;
      font-weight: 950;
      line-height: 1.35;
    }

    .boxim-110won-container .plan-price {
      margin-bottom: 16px;
    }

    .boxim-110won-container .plan-price del {
      display: block;
      margin-bottom: 6px;
      color: #9aa3b1;
      font-size: 15px;
      font-weight: 800;
    }

    .boxim-110won-container .plan-price strong {
      color: #ed1010;
      font-size: 30px;
      font-weight: 950;
      line-height: 1;
    }

    .boxim-110won-container .plan-price span {
      display: block;
      margin-top: 6px;
      color: #5f6b7b;
      font-size: 13px;
      font-weight: 800;
    }

    .boxim-110won-container .plan-specs {
      display: grid;
      gap: 8px;
      margin: 0 0 18px;
      padding: 0;
      list-style: none;
      color: #344055;
      font-size: 14px;
      font-weight: 800;
      line-height: 1.45;
    }

    .boxim-110won-container .plan-note {
      margin: 0 0 18px;
      color: #647084;
      font-size: 13px;
      line-height: 1.55;
    }

    .boxim-110won-container .plan-apply {
      width: 100%;
      height: 44px;
      margin-top: auto;
      border: 0;
      border-radius: 8px;
      background: #1f2f46;
      color: #fff;
      cursor: pointer;
      font-size: 14px;
      font-weight: 900;
    }

    .boxim-110won-container .detail-panel {
      border: 1px solid #e8edf4;
      border-radius: 8px;
      padding: 28px;
      background: #fff;
    }

    .boxim-110won-container .detail-panel h2 {
      margin: 0 0 12px;
      color: #111827;
      font-size: 22px;
      font-weight: 950;
      line-height: 1.35;
    }

    .boxim-110won-container .detail-panel p {
      margin: 0;
      color: #647084;
      font-size: 15px;
      line-height: 1.7;
    }

    .boxim-110won-container .detail-panel p + p {
      margin-top: 10px;
    }

    .boxim-110won-container .detail-image {
      display: block;
      width: 100%;
      height: auto;
      max-width: 100%;
      margin: 0 auto;
      object-fit: contain;
    }

    .boxim-110won-container .step-grid + p,
    .boxim-110won-container .detail-list + p {
      margin-top: 16px;
    }

    .boxim-110won-container .detail-list {
      display: grid;
      gap: 10px;
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
    }

    .boxim-110won-container .detail-list li {
      display: grid;
      grid-template-columns: minmax(96px, 124px) 1fr;
      gap: 14px;
      border-top: 1px solid #eef2f7;
      padding-top: 12px;
      color: #344055;
      font-size: 14px;
      line-height: 1.6;
    }

    .boxim-110won-container .detail-list strong {
      color: #172033;
      font-weight: 950;
    }

    .boxim-110won-container .step-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 18px;
    }

    .boxim-110won-container .step-card {
      border: 1px solid #e8edf4;
      border-radius: 8px;
      padding: 18px;
      background: #f8fafc;
    }

    .boxim-110won-container .step-image {
      display: block;
      width: 92px;
      height: 82px;
      margin: 0 0 12px;
      object-fit: contain;
    }

    .boxim-110won-container .step-card span {
      display: inline-flex;
      width: 26px;
      height: 26px;
      margin-bottom: 12px;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: #ff5c00;
      color: #fff;
      font-size: 13px;
      font-weight: 950;
    }

    .boxim-110won-container .step-card strong {
      display: block;
      margin-bottom: 6px;
      color: #172033;
      font-size: 15px;
      font-weight: 950;
    }

    .boxim-110won-container .step-card p {
      font-size: 13px;
      line-height: 1.6;
    }

    .boxim-110won-container .step-card-head {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 14px;
    }

    .boxim-110won-container .step-card-head .step-image {
      margin: 0;
      width: 116px;
      height: 104px;
    }

    .boxim-110won-container .step-card-head span {
      margin-bottom: 0;
    }

    .boxim-110won-container .detail-list--icon li {
      grid-template-columns: 36px minmax(72px, 96px) 1fr;
      align-items: center;
      gap: 8px 14px;
    }

    .boxim-110won-container .detail-list-icon {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .boxim-110won-container .form-column {
      position: relative;
      align-self: stretch;
      padding-top: 132px;
    }

    .boxim-110won-container .mobile-form-block,
    .boxim-110won-container .mobile-bottom-cta,
    .boxim-110won-container .bottom-sheet {
      display: none;
    }

    .boxim-110won-container .floating-form {
      position: sticky;
      top: clamp(112px, calc((100vh - 560px) / 2), 220px);
      padding-left: 30px;
    }

    .boxim-110won-container .floating-form .card {
      border: 1px solid #dce4ee;
      border-radius: 10px;
      padding: 26px 22px 24px;
      background: #fff;
      box-shadow: none;
    }

    .boxim-110won-container .floating-form .card-header {
      margin: -26px -22px 22px;
      border-bottom: 1px solid #edf1f6;
      border-radius: 10px 10px 0 0;
      padding: 22px 22px 18px;
      background: linear-gradient(180deg, #fbfcff, #fff);
    }

    .boxim-110won-container .card {
      width: 100%;
      min-height: 486px;
      padding: 30px 0 0;
      background: #fff;
    }

    .boxim-110won-container .card-header {
      margin-bottom: 24px;
    }

    .boxim-110won-container .card-header strong {
      display: block;
      color: #20293a;
      font-size: 23px;
      font-weight: 950;
      line-height: 1.25;
    }

    .boxim-110won-container .field {
      display: block;
      margin: 0 0 14px;
    }

    .boxim-110won-container .field span,
    .boxim-110won-container .carrier-group p {
      display: block;
      margin: 0 0 8px;
      color: #667085;
      font-size: 13px;
      font-weight: 900;
      line-height: 1.35;
    }

    .boxim-110won-container .field input {
      width: 100%;
      height: 43px;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 0 14px;
      background: #fff;
      color: var(--ink);
      outline: none;
      font-size: 14px;
      transition: border-color 0.18s ease, box-shadow 0.18s ease;
    }

    .boxim-110won-container .field input:focus {
      border-color: var(--mint);
      box-shadow: 0 0 0 4px rgba(24, 184, 167, 0.13);
    }

    .boxim-110won-container .field input::placeholder {
      color: #b3bbc8;
    }

    .boxim-110won-container .carrier-group {
      margin-top: 14px;
    }

    .boxim-110won-container .carrier-actions {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 9px;
    }

    .boxim-110won-container .carrier-button {
      min-width: 0;
      height: 42px;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 0 6px;
      background: #fff;
      color: #344055;
      cursor: pointer;
      font-size: 13px;
      font-weight: 900;
      line-height: 1.1;
      transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease;
    }

    .boxim-110won-container .carrier-button:hover {
      border-color: var(--mint);
      transform: translateY(-1px);
    }

    .boxim-110won-container .carrier-button.is-selected {
      border-color: #1f2f46;
      background: #1f2f46;
      color: #fff;
    }

    .boxim-110won-container .carrier-button span {
      display: block;
      font-size: 11px;
    }

    .boxim-110won-container .agreement {
      display: flex;
      align-items: center;
      gap: 9px;
      margin-top: 17px;
    }

    .boxim-110won-container .agreement-check {
      position: relative;
      display: inline-flex;
      flex: 0 0 auto;
      width: 21px;
      height: 21px;
      cursor: pointer;
    }

    .boxim-110won-container .agreement-check input {
      position: absolute;
      inset: 0;
      margin: 0;
      opacity: 0;
      cursor: pointer;
    }

    .boxim-110won-container .checkmark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 21px;
      height: 21px;
      border: 1px solid var(--line);
      border-radius: 5px;
      background: #fff;
      transition: border-color 0.18s ease, background 0.18s ease;
    }

    .boxim-110won-container .checkmark::after {
      width: 5px;
      height: 9px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      content: "";
      opacity: 0;
      transform: rotate(45deg) translate(-1px, -1px);
    }

    .boxim-110won-container .agreement-check input:checked + .checkmark {
      border-color: var(--mint);
      background: var(--mint);
    }

    .boxim-110won-container .agreement-check input:checked + .checkmark::after {
      opacity: 1;
    }

    .boxim-110won-container .terms-open {
      border: 0;
      padding: 0;
      background: transparent;
      color: #344055;
      cursor: pointer;
      font-size: 13px;
      font-weight: 900;
      line-height: 1.45;
      text-align: left;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .boxim-110won-container .submit-button {
      width: 100%;
      height: 52px;
      margin-top: 20px;
      border: 0;
      border-radius: 8px;
      background: var(--mint);
      color: #fff;
      cursor: pointer;
      font-size: 15px;
      font-weight: 950;
      transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    }

    .boxim-110won-container .submit-button:hover {
      background: var(--mint-dark);
      box-shadow: 0 14px 26px rgba(24, 184, 167, 0.22);
      transform: translateY(-1px);
    }

    .boxim-110won-container .form-message {
      min-height: 18px;
      margin: 12px 0 0;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.5;
    }

    .boxim-110won-container .form-message.is-error {
      color: #d04437;
    }

    .boxim-110won-container .form-message.is-success {
      color: #128174;
    }

    .boxim-110won-container .terms-dialog {
      width: min(560px, calc(100% - 32px));
      border: 0;
      border-radius: 8px;
      padding: 0;
      color: var(--ink);
      background: transparent;
    }

    .boxim-110won-container .terms-dialog::backdrop {
      background: rgba(15, 23, 42, 0.52);
    }

    .boxim-110won-container .terms-panel {
      overflow: hidden;
      border-radius: 8px;
      background: #fff;
      box-shadow: var(--panel-shadow);
    }

    .boxim-110won-container .terms-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 20px 22px;
      border-bottom: 1px solid var(--line);
    }

    .boxim-110won-container .terms-head h2 {
      margin: 0;
      font-size: 18px;
      line-height: 1.35;
    }

    .boxim-110won-container .terms-close {
      width: 32px;
      height: 32px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      color: #5f6b7b;
      cursor: pointer;
      font-size: 22px;
      line-height: 1;
    }

    .boxim-110won-container .terms-body {
      max-height: min(52vh, 460px);
      overflow: auto;
      padding: 22px;
    }

    .boxim-110won-container .terms-body p {
      margin: 0 0 14px;
      color: #344055;
      font-size: 14px;
      line-height: 1.65;
    }

    .boxim-110won-container .terms-body dl {
      display: grid;
      gap: 12px;
      margin: 20px 0 0;
    }

    .boxim-110won-container .terms-body dl div {
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 12px 14px;
      background: #f8fafc;
    }

    .boxim-110won-container .terms-body dt {
      margin-bottom: 6px;
      color: var(--ink);
      font-size: 13px;
      font-weight: 900;
    }

    .boxim-110won-container .terms-body dd {
      margin: 0;
      color: #475569;
      font-size: 13px;
      line-height: 1.55;
    }

    .boxim-110won-container .terms-confirm {
      width: calc(100% - 44px);
      height: 48px;
      margin: 0 22px 22px;
      border: 0;
      border-radius: 8px;
      background: #1f2f46;
      color: #fff;
      cursor: pointer;
      font-size: 14px;
      font-weight: 900;
    }

    .boxim-110won-container .bottom-sheet {
      position: fixed;
      inset: 0;
      z-index: 50;
      background: rgba(15, 23, 42, 0.48);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.22s ease;
    }

    .boxim-110won-container .bottom-sheet.is-open {
      opacity: 1;
      pointer-events: auto;
    }

    .boxim-110won-container .bottom-sheet-panel {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      max-height: calc(100vh - 42px);
      overflow: auto;
      border-radius: 18px 18px 0 0;
      background: #fff;
      padding: 10px 16px 18px;
      transform: translateY(100%);
      transition: transform 0.24s ease;
    }

    .boxim-110won-container .bottom-sheet.is-open .bottom-sheet-panel {
      transform: translateY(0);
    }

    .boxim-110won-container .sheet-handle {
      width: 44px;
      height: 4px;
      margin: 0 auto 12px;
      border-radius: 999px;
      background: #d7dde7;
    }

    .boxim-110won-container .sheet-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 4px;
    }

    .boxim-110won-container .sheet-head strong {
      color: #20293a;
      font-size: 18px;
      font-weight: 950;
    }

    .boxim-110won-container .sheet-close {
      width: 34px;
      height: 34px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      color: #5f6b7b;
      cursor: pointer;
      font-size: 20px;
      line-height: 1;
    }



@media (max-width: 1040px) {
      .boxim-110won-container .main-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 38px;
      }
    }

    @media (max-width: 900px) {
      .boxim-110won-container .landing {
        padding: 28px 18px 104px;
      }

      .boxim-110won-container .main-layout {
        display: block;
      }

      .boxim-110won-container .detail-column {
        padding-bottom: 34px;
      }

      .boxim-110won-container .visual-grid,
      .boxim-110won-container .benefit-grid,
      .boxim-110won-container .plans-grid,
      .boxim-110won-container .step-grid {
        grid-template-columns: 1fr;
      }

      .boxim-110won-container .hero-content {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 28px 24px;
      }

      .boxim-110won-container .detail-list li {
        grid-template-columns: 1fr;
        gap: 4px;
      }

      .boxim-110won-container .detail-image {
        width: 100%;
        height: auto;
      }

      .boxim-110won-container .hero-card,
      .boxim-110won-container .hero-content {
        min-height: auto;
      }

      .boxim-110won-container .hero-main-title {
        font-size: 44px;
      }

      .boxim-110won-container .hero-visual {
        min-height: 540px;
      }

      .boxim-110won-container .device-circle {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
      }

      .boxim-110won-container .visual-plus {
        top: 242px;
        left: 50%;
        transform: translateX(-50%);
      }

      .boxim-110won-container .rate-circle {
        top: 288px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
      }

      .boxim-110won-container .hero-feature-strip {
        grid-template-columns: 1fr;
        padding: 8px 16px;
      }

      .boxim-110won-container .hero-feature + .hero-feature {
        border-top: 1px solid #d6deea;
        border-left: 0;
      }

      .boxim-110won-container .form-column {
        display: none;
      }

      .boxim-110won-container .mobile-form-block {
        display: block;
        margin: 0 0 34px;
      }

      .boxim-110won-container .card {
        max-width: 520px;
        min-height: auto;
        margin: 0 auto;
        border: 1px solid #e8edf4;
        border-radius: 8px;
        padding: 28px 24px;
        box-shadow: var(--panel-shadow);
      }

      .boxim-110won-container .bottom-sheet {
        display: block;
      }

      .boxim-110won-container .bottom-sheet .card {
        border: 0;
        box-shadow: none;
        padding: 10px 0 0;
      }

      .boxim-110won-container .mobile-bottom-cta {
        position: fixed;
        right: 16px;
        bottom: 16px;
        left: 16px;
        z-index: 40;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 58px;
        border: 0;
        border-radius: 12px;
        padding: 0 18px;
        background: #ff5c00;
        color: #fff;
        box-shadow: 0 16px 36px rgba(24, 184, 167, 0.34);
        cursor: pointer;
        font-size: 15px;
        font-weight: 950;
        opacity: 0;
        pointer-events: none;
        transform: translateY(12px);
        transition: opacity 0.2s ease, transform 0.2s ease;
      }

      .boxim-110won-container .mobile-bottom-cta.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
      }

      .boxim-110won-container .mobile-bottom-cta span {
        color: rgba(255, 255, 255, 0.82);
        font-size: 12px;
        font-weight: 800;
      }
    }

    @media (max-width: 480px) {
      .boxim-110won-container .landing {
        padding-inline: 14px;
      }

      .boxim-110won-container .hero-kicker {
        font-size: 24px;
      }

      .boxim-110won-container .hero-main-title {
        font-size: 36px;
      }

      .boxim-110won-container .hero-subcopy,
      .boxim-110won-container .hero-note {
        font-size: 15px;
      }

      .boxim-110won-container .hero-combo-pill {
        display: grid;
        gap: 8px;
        justify-items: center;
        padding: 12px;
        text-align: center;
      }

      .boxim-110won-container .hero-visual {
        transform: scale(0.88);
        transform-origin: top center;
        margin-bottom: -62px;
      }

      .boxim-110won-container .carrier-actions {
        gap: 7px;
      }

      .boxim-110won-container .carrier-button {
        height: 40px;
        font-size: 12px;
      }
    }

/* ===== 히어로 배너 placeholder (이미지 제공 시 교체) ===== */
.boxim-110won-container .banner-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  aspect-ratio: 1319 / 1192; /* 기존 1100won 배너 이미지 비율(1319x1192)과 동일 */
  padding: 40px 44px;
  border-radius: 20px;
  color: #fff;
  text-align: left;
}
.boxim-110won-container .banner-placeholder .banner-eyebrow {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0.92;
}
.boxim-110won-container .banner-placeholder strong {
  font-size: 34px;
  line-height: 1.28;
  font-weight: 800;
}
.boxim-110won-container .banner-placeholder em {
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.9;
}
.boxim-110won-container .banner-ph-1 { background: linear-gradient(135deg, #ff5c00, #ff8a3d); }
.boxim-110won-container .banner-ph-2 { background: linear-gradient(135deg, #ff8636, #ffb26b); }
.boxim-110won-container .banner-ph-3 { background: linear-gradient(135deg, #9e3400, #ff5c00); }

/* ===== 프로모션 영역 (히어로 배너 ↔ 혜택 안내 사이) ===== */
.boxim-110won-container .promo-block { margin: 0 0 30px; }
.boxim-110won-container .promo-block .section-title { margin-bottom: 10px; }
.boxim-110won-container .promo-block a { display: block; }
.boxim-110won-container .promo-image,
.boxim-110won-container .promo-block img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
/* ===== FAQ 아코디언 ===== */
.boxim-110won-container .faq-section { margin-top: 46px; }
.boxim-110won-container .faq-header { margin-bottom: 18px; }
.boxim-110won-container .faq-header h2 { font-size: 26px; font-weight: 800; color: var(--ink); }
.boxim-110won-container .faq-header p { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.boxim-110won-container .faq-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.boxim-110won-container .faq-tab {
  padding: 8px 15px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}
.boxim-110won-container .faq-tab:hover { border-color: var(--mint); color: var(--mint-dark); }
.boxim-110won-container .faq-tab.is-active { background: var(--mint); border-color: var(--mint); color: #fff; }
.boxim-110won-container .faq-list { display: flex; flex-direction: column; gap: 10px; }
.boxim-110won-container .faq-item { border: 1px solid var(--line); border-radius: 14px; background: #fff; overflow: hidden; }
.boxim-110won-container .faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}
.boxim-110won-container .faq-q .faq-icon { flex: 0 0 auto; width: 18px; height: 18px; position: relative; }
.boxim-110won-container .faq-q .faq-icon::before,
.boxim-110won-container .faq-q .faq-icon::after { content: ""; position: absolute; background: var(--mint); border-radius: 2px; }
.boxim-110won-container .faq-q .faq-icon::before { top: 8px; left: 0; width: 18px; height: 2px; }
.boxim-110won-container .faq-q .faq-icon::after { left: 8px; top: 0; width: 2px; height: 18px; transition: opacity 0.2s; }
.boxim-110won-container .faq-q.is-open .faq-icon::after { opacity: 0; }
.boxim-110won-container .faq-q.is-open { color: var(--mint-dark); }
.boxim-110won-container .faq-a { padding: 0 20px 18px; }
.boxim-110won-container .faq-a p { color: var(--muted); line-height: 1.7; margin: 0; }

/* FAQ 페이지네이션 (게시판식) */
.boxim-110won-container .faq-pager { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 6px; margin-top: 24px; }
.boxim-110won-container .faq-page {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}
.boxim-110won-container .faq-page:hover:not(:disabled) { border-color: var(--mint); color: var(--mint-dark); }
.boxim-110won-container .faq-page.is-active { background: var(--mint); border-color: var(--mint); color: #fff; }
.boxim-110won-container .faq-page:disabled { opacity: 0.4; cursor: default; }

@media (max-width: 900px) {
  .boxim-110won-container .banner-placeholder { padding: 30px 26px; }
  .boxim-110won-container .banner-placeholder strong { font-size: 26px; }
  .boxim-110won-container .faq-q { padding: 15px 16px; font-size: 14px; }
  .boxim-110won-container .faq-a { padding: 0 16px 15px; }
}


