@media (min-width: 768px) {
  .bnpl__kv {
    border-radius: 1.25rem;
    width: 100%;
    margin-top: 110px;
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .bnpl__bg {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bnpl__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    padding: 0px 120px;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bnpl__content-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 28px;
    font-weight: 600;
  }
  .bnpl__content-title {
    font-size: 50px;
    font-weight: bold;
    line-height: 80px;
    margin-bottom: 8px;
  }
  .bnpl__content-tag {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 48px;
  }
  .bnpl__content-btn {
    display: block;
    background-color: #FF6700;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: white;
    width: 460px;
    z-index: 10;
    position: relative;
  }
  .bnpl__content-btn:hover {
    background-color: #FF6700;
    color: white;
  }
}
@media (max-width: 767px) {
  .bnpl__kv {
    margin-top: 80px;
    border-radius: 1.25rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 60px;
  }
  .bnpl__bg {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bnpl__content {
    color: white;
    padding: 1.25rem 1.5rem;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bnpl__content-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
  }
  .bnpl__content-title {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 0.5rem;
  }
  .bnpl__content-tag {
    font-size: 14px;
    line-height: 20px;
  }
  .bnpl__content-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .bnpl__intro {
    margin-bottom: 100px;
  }
  .bnpl__intro-tag {
    color: #ff6700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .bnpl__intro-title {
    color: #111111;
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 42px;
  }
  .bnpl__intro-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    max-width: 1048px;
    gap: 2rem;
  }
  .bnpl__intro-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border: 1px solid #cbcac9;
    border-radius: 20px;
    padding: 38px 28px;
  }
  .bnpl__intro-content-item-img {
    max-width: 107px;
    margin-bottom: 12px;
  }
  .bnpl__intro-content-item-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .bnpl__intro-content-item-description {
    color: #6e6e6e;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .bnpl__intro {
    margin-bottom: 60px;
  }
  .bnpl__intro-tag {
    color: #ff6700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 12px;
  }
  .bnpl__intro-title {
    color: #111111;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .bnpl__intro-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    padding: 0 1rem;
    gap: 2rem;
  }
  .bnpl__intro-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border: 1px solid #cbcac9;
    border-radius: 20px;
    padding: 32px 28px;
  }
  .bnpl__intro-content-item-img {
    max-width: 80px;
    margin-bottom: 12px;
  }
  .bnpl__intro-content-item-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .bnpl__intro-content-item-description {
    color: #6e6e6e;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .bnpl__tab {
    margin-bottom: 100px;
  }
  .bnpl__tab-tag {
    color: #ff6700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .bnpl__tab-title {
    color: #111111;
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 42px;
  }
  .bnpl__tab-group {
    gap: 20px;
    padding: 24px;
    width: 100%;
    max-width: 1048px;
  }
  .bnpl__tab-group-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 12px;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
  }
  .bnpl__tab-group-item.active {
    background-color: #fff3e6;
  }
  .bnpl__tab-group-item:hover {
    background-color: transparent;
    color: #ff6700;
  }
  .bnpl__tab-content {
    background: #ececec;
    border-radius: 20px;
    width: 100%;
    padding: 32px 90px;
  }
  .bnpl__tab-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 20px;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    display: none;
  }
  .bnpl__tab-content-item.active {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .bnpl__tab-content-item-title {
    font-size: 35px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 32px;
    text-align: left;
    width: 100%;
  }
  .bnpl__tab-content-item-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bnpl__tab-content-item-inner-img {
    margin-bottom: 0.5rem;
  }
  .bnpl__tab-content-item-inner-description {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .bnpl__tab {
    margin-bottom: 60px;
  }
  .bnpl__tab-tag {
    color: #ff6700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 12px;
  }
  .bnpl__tab-title {
    color: #111111;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 2rem;
  }
  .bnpl__tab-group {
    gap: 20px;
    padding: 24px;
  }
  .bnpl__tab-group-item {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 12px;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
  }
  .bnpl__tab-group-item.active {
    background-color: #fff3e6;
  }
  .bnpl__tab-group-item:hover {
    background-color: transparent;
    color: #ff6700;
  }
  .bnpl__tab-content {
    background: #ececec;
    border-radius: 20px;
    width: 100%;
    padding: 32px 28px;
  }
  .bnpl__tab-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    display: none;
  }
  .bnpl__tab-content-item.active {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .bnpl__tab-content-item-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 32px;
  }
  .bnpl__tab-content-item-inner-img {
    margin-bottom: 0.5rem;
  }
  .bnpl__tab-content-item-inner-description {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .bnpl__plan {
    background: url(../../assets/img/oppay/plan_bg_web.png) no-repeat top center;
    background-size: cover;
    padding: 72px 0;
    margin-bottom: 100px;
  }
  .bnpl__plan-tag {
    color: #ff6700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 4px;
    text-align: center;
  }
  .bnpl__plan-title {
    color: #111111;
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: center;
  }
  .bnpl__plan-description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 36px;
  }
  .bnpl__plan-group {
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%;
    max-width: 1048px;
  }
  .bnpl__plan-group-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 1px solid #cbcac9;
    background: white;
    padding: 28px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .bnpl__plan-group-item-icon {
    margin-bottom: 12px;
    width: 50px;
  }
  .bnpl__plan-group-item-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
  }
  .bnpl__plan-group-item-content {
    list-style: disc;
    padding-left: 16px;
  }
  .bnpl__plan-group-item-content li {
    font-size: 14px;
    line-height: 24px;
  }
  .bnpl__plan-group-item-price {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
  }
  .bnpl__plan-group-item-cta {
    margin-top: auto;
    line-height: 32px;
    font-size: 20px;
    font-weight: 600;
    color: #ff6700;
    text-decoration: underline;
  }
  .bnpl__plan-group-item-cta:hover {
    color: #ff6700;
  }
}
@media (max-width: 767px) {
  .bnpl__plan {
    background: url(../../assets/img/oppay/plan_bg_mb.png) no-repeat top center;
    background-size: cover;
    padding: 72px 28px;
    margin-bottom: 60px;
  }
  .bnpl__plan-tag {
    color: #ff6700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 12px;
    text-align: center;
  }
  .bnpl__plan-title {
    color: #111111;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: center;
    padding: 0 2rem;
  }
  .bnpl__plan-description {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 36px;
  }
  .bnpl__plan-group {
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    width: 100%;
    max-width: 1048px;
  }
  .bnpl__plan-group-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 1px solid #cbcac9;
    background: white;
    padding: 28px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .bnpl__plan-group-item-icon {
    margin-bottom: 12px;
    width: 50px;
  }
  .bnpl__plan-group-item-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
  }
  .bnpl__plan-group-item-content {
    list-style: disc;
    padding-left: 16px;
  }
  .bnpl__plan-group-item-content li {
    font-size: 13px;
    line-height: 18px;
  }
  .bnpl__plan-group-item-price {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
  }
  .bnpl__plan-group-item-cta {
    margin-top: auto;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #ff6700;
    text-decoration: underline;
  }
  .bnpl__plan-group-item-cta:hover {
    color: #ff6700;
  }
}
@media (min-width: 768px) {
  .bnpl__cta {
    border-radius: 1.25rem;
    width: 100%;
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 100px;
  }
  .bnpl__cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    padding: 0px 120px;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bnpl__cta-content-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 12px;
    font-weight: 600;
  }
  .bnpl__cta-content-title {
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 50px;
  }
  .bnpl__cta-content-tag {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 62px;
  }
  .bnpl__cta-content-tag-item {
    background-color: rgba(255, 255, 255, 0.3019607843);
    border-radius: 10px;
    color: white;
    padding: 8px 12px;
  }
  .bnpl__cta-content-btn {
    display: block;
    background-color: #FF6700;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: white;
    width: 460px;
    z-index: 10;
    position: relative;
  }
  .bnpl__cta-content-btn:hover {
    background-color: #FF6700;
    color: white;
  }
  .bnpl__bg {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
}
@media (max-width: 767px) {
  .bnpl__cta {
    margin-top: 50px;
    border-radius: 1.25rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 60px;
  }
  .bnpl__cta-content {
    color: white;
    padding: 1.25rem 1.5rem;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bnpl__cta-content-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    font-weight: 600;
  }
  .bnpl__cta-content-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .bnpl__cta-content-tag {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 62px;
  }
  .bnpl__cta-content-tag-item {
    background-color: rgba(255, 255, 255, 0.3019607843);
    border-radius: 10px;
    color: white;
    padding: 8px 12px;
  }
  .bnpl__cta-content-btn {
    display: none;
  }
  .bnpl__bg {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (min-width: 768px) {
  .bnpl__feature {
    position: relative;
    margin-bottom: 100px;
  }
  .bnpl__feature-tag {
    color: #ff6700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 4px;
    text-align: center;
  }
  .bnpl__feature-title {
    color: #111111;
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 42px;
    text-align: center;
  }
  .bnpl__feature-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
  }
  .bnpl__feature-block:nth-child(odd) {
    padding: 0 48px;
  }
  .bnpl__feature-block:nth-child(odd) > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bnpl__feature-block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 120px;
  }
  .bnpl__feature-block:not(:last-child) {
    margin-bottom: 100px;
  }
  .bnpl__feature-content-title {
    font-weight: bold;
    line-height: 48px;
    font-size: 35px;
    margin-bottom: 16px;
  }
  .bnpl__feature-content-description {
    font-size: 20px;
    line-height: 32px;
  }
  .bnpl__feature-content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
    list-style: decimal;
    padding-left: 16px;
  }
  .bnpl__feature-content-list li {
    font-size: 20px;
    line-height: 32px;
    color: #6e6e6e;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .bnpl__feature-content-list li.active {
    color: #FF6700;
  }
  .bnpl__feature-content-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .bnpl__feature-content-btn-item {
    width: 56px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .bnpl__feature-content-btn-item.swiper-button-disabled {
    opacity: 0.3;
  }
  .bnpl__feature-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
  }
  .bnpl__feature .trans_flow_swiper {
    width: 600px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .bnpl__feature {
    padding: 0px;
    margin-bottom: 60px;
  }
  .bnpl__feature-tag {
    color: #ff6700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 4px;
    text-align: center;
  }
  .bnpl__feature-title {
    color: #111111;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
  }
  .bnpl__feature-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  .bnpl__feature-block:not(:last-child) {
    margin-bottom: 60px;
  }
  .bnpl__feature-content-title {
    font-weight: bold;
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
  }
  .bnpl__feature-content-description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .bnpl__feature-content-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .bnpl__feature-content-list li {
    grid-column: 1/-1;
    grid-row: 1/-1;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 16px;
    line-height: 24px;
    color: #FF6700;
  }
  .bnpl__feature-content-list li.active {
    opacity: 1;
  }
  .bnpl__feature .feature_swiper {
    overflow: hidden;
    gap: 40px;
  }
  .bnpl__feature .swiper-wrapper {
    margin-bottom: 24px;
  }
  .bnpl__feature .swiper-pagination {
    position: relative;
  }
  .bnpl__feature .bnpl__feature-block-2 .swiper-pagination {
    margin-bottom: 30px;
  }
  .bnpl__feature .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 10px;
    opacity: 0.2;
    background: black;
    width: 19px;
    height: 19px;
  }
  .bnpl__feature .swiper-pagination-bullet-active {
    background: #FF6700;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .bnpl__cooperate {
    position: relative;
    margin-bottom: 100px;
  }
  .bnpl__cooperate-tag {
    color: #ff6700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .bnpl__cooperate-title {
    color: #111111;
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 42px;
  }
  .bnpl__cooperate-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bnpl__cooperate-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bnpl__cooperate-content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
    list-style: disc;
    padding-left: 16px;
  }
  .bnpl__cooperate-content-list li {
    font-size: 24px;
    line-height: 36px;
    color: #6e6e6e;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .bnpl__cooperate-content-list li.active {
    color: #FF6700;
  }
  .bnpl__cooperate-content-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .bnpl__cooperate-content-btn-item {
    width: 56px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .bnpl__cooperate-content-btn-item.swiper-button-disabled {
    opacity: 0.3;
  }
  .bnpl__cooperate .bnpl__cooperate-swiper {
    max-width: 460px;
  }
}
@media (max-width: 767px) {
  .bnpl__cooperate {
    padding: 0px;
    max-width: 100dvw;
    overflow: hidden;
    margin-bottom: 60px;
  }
  .bnpl__cooperate-tag {
    color: #ff6700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 4px;
    text-align: center;
  }
  .bnpl__cooperate-title {
    color: #111111;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
  }
  .bnpl__cooperate-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .bnpl__cooperate-block:not(:last-child) {
    margin-bottom: 60px;
  }
  .bnpl__cooperate-content-title {
    font-weight: bold;
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
  }
  .bnpl__cooperate-content-description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .bnpl__cooperate-content-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .bnpl__cooperate-content-list li {
    grid-column: 1/-1;
    grid-row: 1/-1;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 16px;
    line-height: 24px;
    color: #FF6700;
  }
  .bnpl__cooperate-content-list li.active {
    opacity: 1;
  }
  .bnpl__cooperate .swiper-wrapper {
    margin-bottom: 24px;
  }
  .bnpl__cooperate .swiper-pagination {
    position: relative;
    margin: 24px 0;
  }
  .bnpl__cooperate .bnpl__feature-block-2 .swiper-pagination {
    margin-bottom: 30px;
  }
  .bnpl__cooperate .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 10px;
    opacity: 0.2;
    background: black;
    width: 19px;
    height: 19px;
  }
  .bnpl__cooperate .swiper-pagination-bullet-active {
    background: #FF6700;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .bnpl__logo {
    position: relative;
    background: url("../../assets/img/oppay/bg_logo_web.png") no-repeat top center;
    background-size: cover;
    padding: 72px 0;
    margin-bottom: 100px;
  }
  .bnpl__logo-tag {
    color: #ff6700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 4px;
    text-align: center;
  }
  .bnpl__logo-title {
    color: #111111;
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
  }
  .bnpl__logo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 64px;
  }
  .bnpl__logo-cta {
    display: block;
    background-color: #FF6700;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: white;
    width: 460px;
    z-index: 10;
    position: relative;
    margin: 0 auto;
  }
  .bnpl__logo-cta:hover {
    background-color: #FF6700;
    color: white;
  }
  .bnpl__logo .swiper-slide {
    max-width: 140px;
    margin-right: 18px;
  }
}
@media (max-width: 767px) {
  .bnpl__logo {
    padding: 0px;
    max-width: 100dvw;
    overflow: hidden;
    background: url("../../assets/img/oppay/bg_logo_mb.png") no-repeat top center;
    background-size: cover;
    padding: 50px 0;
    margin-bottom: 60px;
  }
  .bnpl__logo-tag {
    color: #ff6700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 4px;
    text-align: center;
  }
  .bnpl__logo-title {
    color: #111111;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
  }
  .bnpl__logo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 0px;
  }
  .bnpl__logo .swiper-slide {
    max-width: 100px;
    margin-right: 18px;
  }
}
@media (min-width: 768px) {
  .bnpl__faq {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    padding: 60px 0;
    margin-bottom: 100px;
  }
  .bnpl__faq-tag {
    color: #ff6700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .bnpl__faq-title {
    color: #111111;
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 42px;
  }
  .bnpl__faq-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bnpl__faq-content .qa__title-icon {
    color: black;
  }
  .bnpl__faq-content .qa__icon::before, .bnpl__faq-content .qa__icon::after {
    background-color: #ff6700;
  }
}
@media (max-width: 767px) {
  .bnpl__faq {
    margin-bottom: 60px;
  }
  .bnpl__faq-tag {
    color: #ff6700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 4px;
    text-align: center;
  }
  .bnpl__faq-title {
    color: #111111;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
  }
  .bnpl__faq-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .bnpl__faq-content-title {
    font-weight: bold;
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
  }
  .bnpl__faq-content-description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .bnpl__faq-content-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .bnpl__faq-content-list li {
    grid-column: 1/-1;
    grid-row: 1/-1;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 16px;
    line-height: 24px;
    color: #FF6700;
  }
  .bnpl__faq-content-list li.active {
    opacity: 1;
  }
  .bnpl__faq .swiper-wrapper {
    margin-bottom: 24px;
  }
  .bnpl__faq .swiper-pagination {
    position: relative;
    margin: 24px 0;
  }
  .bnpl__faq .bnpl__feature-block-2 .swiper-pagination {
    margin-bottom: 30px;
  }
  .bnpl__faq .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 10px;
    opacity: 0.2;
    background: black;
    width: 19px;
    height: 19px;
  }
  .bnpl__faq .swiper-pagination-bullet-active {
    background: #FF6700;
    opacity: 1;
  }
}