.card {
    display: flex;
    width: 876px;
    height: 156px;
    /* left: 202px; */
    padding: 34px, 80px, 34px, 60px;
    border-radius: 20px;
    border: 1px;
    border: 1px solid rgba(236, 102, 26, 1);
    padding: 34px 40px 34px 30px;
    margin-top: -78px;
    /* margin-left: -20px; */
    margin-bottom: 130px;
}

.row {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.slide-container {
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.slide {
    width: 100%;
    height: 100%;
    display: none;
}

.social-media {
    display: flex;
    justify-content: end;
    padding-right: 15%;
}

.sm-icons {
    height: 280px;
    width: 64px;
    margin-top: -235px;
    margin-left: 1110px;
    z-index: 122222;
}

.sm-icons img {
    height: 60px;
    width: 60px;
}

@media screen and (min-width: 1440px) {
    .card {
        /* margin-left: 70px; */
    }

    .sm-icons {
        /* margin-left: 1250px; */
    }
}

.slider-dots {
    position: absolute;
    /* transform: translateX(-50%); */
    display: flex;
    justify-content: center;
    /* gap: 10px; */
    /* margin-bottom: 0%; */
    /* z-index: 99; */
    bottom: 105px;
    width: 100%;
    margin-left: calc((565px + 2.5%) / 2); /* 50% of the card size to align it to the center */
}

#toggle-cashback-businesshub .modal-content {
    padding: 16px;
    border-radius: 8px;
    background:#22BCB3;
    border: none;
    width: 440px;
    height: 416px    
}

#toggle-cashback-businesshub .modal-content .modal-body {
    display: flex;
    padding: 0 24px 24px 24px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
    align-self: stretch;    
    border-radius: 4px;
    background: #FFF;    
}

#toggle-cashback-businesshub .modal-content .modal-body .logo-box {
    display: flex;
    padding: 0 16px 6px 16px;
    justify-content: center;
    align-items: center;    
    border-radius: 0 0 12px 12px;
    background: #22BCB3;
}

#toggle-cashback-businesshub .modal-content .modal-body .btn-close {
    display: flex;
    padding: 6px;
    align-items: center;
    gap: 10px;    
    position: absolute;
    right: 20px;
    top: 20px; 
    border-radius: 999999px;
    background: #F2F2F2;    
}

#toggle-cashback-businesshub .modal-content .modal-body .btn-close svg {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;    
}

#toggle-cashback-businesshub .modal-content .modal-body .section-a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

#toggle-cashback-businesshub .modal-content .modal-body .section-a .sub-one {
    color:#373737;
    text-align: center;
    font-family: "NanumHuman OTF";
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;    
}

#toggle-cashback-businesshub .modal-content .modal-body .section-a .sub-two {
    align-self: stretch;
    color: #646464;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}

#toggle-cashback-businesshub .modal-content .modal-body .section-a .sub-two b {
    color:#646464;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

#toggle-cashback-businesshub .modal-content .modal-body .section-b {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

#toggle-cashback-businesshub .modal-content .modal-body .section-b .sub{
    display: flex;
    width: 260px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #373737;
    color: #FFF;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
}
#toggle-cashback-businesshub .modal-content .modal-body .section-b .sub div {
    font-weight: 700 !important;
}

.btn-close {
    color: #000 !important;
    text-decoration: none !important; 
    opacity: 4.75 !important;
}

.modal.modal-static .modal-dialog {
    animation: none !important;
    transform: none !important;
  }
  
  @keyframes shake {
    from, to {
      transform: none !important;
    }
  }

@media only screen and (max-width: 768px){
    #toggle-cashback-businesshub .modal-content .modal-body {
        padding: 0 20px 20px 18px !important;
        gap: 24px !important;
        flex: unset !important;
    }
    #toggle-cashback-businesshub .modal-content {
        width: 335px !important;
        padding: 14px !important;
        height: unset !important;  
    }
    #toggle-cashback-businesshub .modal-content .modal-body .section-a .sub-one {
        font-size: 28px !important;
    }
    #toggle-cashback-businesshub .modal-content .modal-body .section-a .sub-two,
    #toggle-cashback-businesshub .modal-content .modal-body .section-a .sub-two b
    {
        font-size: 12px !important;
    }
    #toggle-cashback-businesshub .modal-content .modal-body .section-b .sub {
        font-size: 16px !important;
    }

    .modal-dialog-centered {
        display: flex !important;
        align-items: center;
        justify-content: center; /* Optional: horizontal centering */
        min-height: 100vh;
        margin: 0 auto;
    }

    .modal-content {
        margin: auto;
    }
    
}