@media (max-width: 1160px) {
  .custom-select {
    width: 100%;

    border: 1px solid #bbbbbb;
    border-radius: 8px;
    outline: 0;

    padding: 14px 20px;
    box-sizing: border-box;

    display: flex;
    justify-content: space-between;
    align-items: center;

    position: relative;

    .options-list {
      display: none;
      position: absolute;
      top: 110%;
      left: 0;
      width: 100%;

      box-shadow: 0px 0px 4px 0px #0000001f;
      border-radius: 8px;
      background-color: white;
      z-index: 10;
      font-size: 16px;
      font-weight: bold;
      li {
        padding: 5px 10px;
        &:hover {
          background-color: #f6f7f9;
        }
      }
    }
    &.active .options-list {
      display: block;
    }
  }

  .display-on-pc {
    display: none !important;
  }
  .display-on-mobile {
    display: block !important;
  }

  #price_2025 {
    width: 100%;
    padding: 0px 20px !important;
    max-width: unset !important;
    padding-bottom: 100px !important;
  }

  .section-wrapper {
    gap: 100px;
  }

  .title-section {
    padding-bottom: 0;
    h1 {
      font-size: 24px;
    }
    h2 {
      font-size: 20px;
    }
    p {
      font-size: 15px;
      padding: 0;
    }
  }

  .title-separator {
    width: 100%;
    height: 1px;
    background-color: #efefef;
    margin: 40px 0;
  }

  .service-select-p {
    color: #1e85ff;
    font-weight: bold;
    font-size: 15px;
    line-height: 144%;
  }
  .tab-select-wrapper {
    position: relative;

    .select-arrow {
      position: absolute;
      top: 50%;
      right: 16px;
      transform: translate(-50%, -2px) rotate(90deg) !important;
    }

    .tab-select {
      width: 100%;
      height: 48px;
      border-radius: 10px;
      border: 1px solid #ccd1d9;
      padding: 12px 16px;
      color: #515862;
      font-weight: 500;
      font-size: 16px;
      line-height: 148%;
      margin-top: 8px;

      appearance: none;
      background-image: none !important;
    }
  }

  .payment-type {
    flex-direction: column;
    margin-top: 24px;
    .toggle {
      width: 186px;
      height: 50px;
      align-items: center;
      p {
        font-size: 15px;
      }
    }
    .toggle::before {
      content: '';
      position: absolute;
      width: 88px;
      height: 38px;
      border-radius: 40px;
      padding-top: 8px;
      padding-right: 16px;
      padding-bottom: 8px;
      padding-left: 16px;
    }
    .active {
      font-size: 15px !important;
    }
    .monthly {
      margin-left: 7px;
    }
    .yearly {
      margin-left: 10px;
    }
    .info-txt {
      margin-left: 0;
    }
  }
  .payment-plans {
    flex-direction: column;
    align-items: center;
    > div {
      width: 100%;
      flex: 1;
    }
    .plan {
      min-height: 413px;
    }
  }

  .free-features {
    width: 100%;
    margin-top: 0;
    flex-direction: column;
    gap: 40px;
    .feature-groups {
      flex-direction: column;
      .feature-group {
        gap: 0;

        .free-feature {
          align-items: start;
          flex-direction: column;
          gap: 8px;
          > p {
            padding-left: 28px;
          }
        }
      }
    }

    .separator {
      height: 1px;
      width: 100%;
      background-color: #e3e7ec;
      margin: 12px 0px;
    }
  }

  .enterpise {
    margin-top: 0;
    flex-direction: column;
    height: auto;
    padding: 16px 24px 24px 24px !important;

    .enterpise-title {
      width: 100%;
      margin-bottom: 12px;
    }
    p {
      width: 100%;
    }
    .separator {
      height: 1px;
      width: 100%;
      background-color: #0059c3;
      margin: 16px 0px;
    }

    .to-enterprize {
      font-size: 16px;
      margin-right: auto;
      font-weight: 600;
    }
  }
  .additional-service {
    border: none;
    .section-title {
      display: flex;
      align-items: center;
      flex-direction: column;
      text-align: center;
      h3 {
        margin: 0;
        padding-bottom: 8px;
      }
      .section-title-description {
        flex-direction: column;
        p {
          width: 150px;
          font-size: 15px;
          word-break: keep-all;
        }
      }
    }

    .mobile-additional-service {
      display: flex !important;
      gap: 16px;
      .mobile-additional-service-item {
        border: 1px solid #d9dde4;
        border-radius: 16px;
        .service-title-wrapper {
          cursor: pointer;
          height: 82px;
          padding: 16px 24px;
          gap: 12px;
          .service-title {
            display: flex;
            flex-direction: column;
            gap: 4px;
            h3 {
              gap: 8px;
              font-weight: 700;
              font-size: 18px;
              margin: 0;
              color: #1d1f23;
              line-height: 145%;
            }
          }
          p {
            font-size: 13px;
            font-weight: 500;
            line-height: 20px;
            color: #616974;
          }
          svg {
            translate: -2px 0px;
          }
        }
        .expander.expanded {
          margin-top: 8px;
          margin-bottom: 20px;
        }
        .expander .content {
          padding: 0px 24px;
          .separator {
            margin: 12px 0px;
            width: 100%;
            height: 1px;
            background-color: #eceff3;
          }
          .service-detail {
            .detail-label {
              margin: 0;
              padding-left: 10px;
              font-size: 15px;
              font-weight: 500;
              line-height: 144%;
              color: #35383e;
            }
            .info {
              gap: 6px;
              font-weight: 500;
              font-size: 13px;
              line-height: 20px;
              color: #969ca6;
              img {
                width: 12px;
                height: 12px;
              }
            }
            p {
              margin: 0;
              margin-left: auto;
              font-size: 15px;
              font-weight: 700;
              line-height: 144%;
              color: #1d1f23;
            }
          }
          .fees {
            padding-top: 16px;
            .fee-item {
              padding-left: 24px;
              gap: 12px;
              .marker {
                display: inline-block;
                border-radius: 6px;
                width: 6px;
                height: 6px;
                background-color: #bdc2cb;
              }
              .standard {
                font-weight: 700;
                font-size: 14px;
                line-height: 142%;
                color: #1d1f23;
              }
              .price {
                margin-left: auto;
                font-weight: 700;
                font-size: 15px;
                line-height: 144%;
                color: #1d1f23;
              }
            }
            .separator {
              margin: 12px 0px;
              margin-left: auto;
              width: calc(100% - 24px);
              height: 1px;
              background-color: #eceff3;
            }
          }
        }
      }
    }
    .mobile-additional-service-item:has(.expander.expanded) svg {
      transform: rotate(-90deg) !important;
    }
  }

  .faq-item {
    padding: 16px 24px !important;
    > .flex {
      gap: 24px;
    }
    .question {
      flex: 1;
      font-size: 16px !important;
    }

    .answer p {
      font-weight: 400;
      font-size: 13px;
      line-height: 142%;
    }
    .expander.expanded {
      margin-top: 12px;
    }
  }

  .single-payment-card {
    padding: 20px 24px !important;
    flex-direction: column;
    gap: 40px;
    min-height: unset !important;
    .payment-type-badge {
      margin: 0 !important;
    }
  }

  .wms-banner {
    height: auto;
    flex-direction: column;
    padding: 16px 24px 24px 24px;
    margin-top: 16px;

    .description {
      flex-direction: column;
      text-align: center;
      gap: 4px;
    }
    .try-it-out-btn {
      width: 100%;
      height: 41px;
      border-radius: 10px;
      padding-top: 8px;
      padding-right: 10px;
      padding-bottom: 8px;
      padding-left: 16px;
      margin-right: auto;
    }
  }

  .wms-level-plan-wrapper {
    padding-top: 24px;
    :is(h3, h4, p) {
      margin: 0;
    }
    .name-section {
      padding-bottom: 16px;
      text-align: center;
      h3 {
        font-size: 24px;
        line-height: 148%;
        color: #00295f;
        padding-bottom: 8px;
        font-weight: 800;
      }
      p {
        font-weight: 500;
        font-size: 15px;
        line-height: 144%;
        color: #616974;
      }
    }
    .wms-level-plans {
      gap: 16px;
      display: flex;
      flex-direction: column;

      .wms-level-plan {
        min-height: auto;

        .separator {
          width: 100%;
          border: none;
          height: 1px;
          background-color: #e3e7ec;
          margin: 16px 0;
        }

        .plan-name-ko {
          line-height: 144%;
        }
        .plan-name {
          line-height: 148%;
          padding-bottom: 24px;
          gap: 12px;
        }
        .price {
          padding-bottom: 16px;
        }
      }
    }
  }
  .sellx-plan {
    padding-top: 16px;
  }

  .solusmate-plan {
    padding-top: 16px;
    .feature {
      .feature-name {
        line-height: 24px;
      }
      .feature-detail {
        flex-wrap: wrap;
        column-gap: 3px !important;
        row-gap: 4px !important;

        .option {
          width: 100%;
        }
        .price {
          font-size: 14px;
        }
      }

      .separator {
        margin-top: 12px;
        margin-bottom: 0px;
        width: calc(100% - 28px);
        height: 1px;
        background-color: #f0f2f5;
        margin-left: auto;
      }
    }
    .name-section {
      p {
        padding-bottom: 0px;
      }
    }
    .data-section {
      .payment-info {
        flex-wrap: wrap;
        .name {
          width: 100%;
        }
      }
    }
  }

  .faq .section-title {
    h4 {
      font-size: 16px;
      padding-bottom: 8px;
    }
    h3 {
      font-size: 24px;
      line-height: 148%;
    }
  }
}
