.sub-promotion {
    height: 100vh;
}


.sc1-box-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7rem;
}

.sc1-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.sc1-box p {
    color: #222;
    font-size: 32px;
    font-weight: 700;
}

.sc1-box-number {
    color: var(--main-color);
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.sc1-box-number h5 {
    width: 350px;
    font-size: 85px;
    font-weight: 700;
    text-align: right;
}

.sc1-box-number span {
    font-size: 55px;
    font-weight: 600;
}

.sc1-bottom {
    color: #bbb;
    font-size: 17px;
    width: 100%;
    text-align: right;
    margin-top: 3rem;
}

.sc1-doctor {
    margin-top: 2rem;
}


.sc2 {
    padding: 30px 0;
    background-color: var(--main-color);
}


.sc3 {
    padding-bottom: 0;
    overflow: hidden;
}

.sc3 .swiperBtn-wrapper {
    gap: 1.5rem;
    margin-top: 3rem !important;
}

.sc3 .swiperBtn-wrapper .sbp,
.sc3 .swiperBtn-wrapper .sbn {
    color: #ccc;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: 1px solid #ddd;
    opacity: 1;
}

.sc3 .swiperBtn-wrapper .sbp:hover,
.sc3 .swiperBtn-wrapper .sbn:hover {
    background: #f7f7f7;
}


.sc4 {
    background-color: #f7f7f7;
}

.sc4 .a2-title h5 {
    font-size: 55px;
}

.sc4 .a2-title p {
    margin-top: 1rem;
}

.sc4-box-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}


.sc5 {
    position: relative;
    padding: 200px 0;
    background: url(../images/sc5-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}

.sc5-text {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 20;
}

.sc5-text h5 {
    font-size: 65px;
    line-height: 1.35;
}

.sc5-text p {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 2rem;
}

.particle-network-animation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}


.glow {
    z-index: -1;
    position: fixed;
    top: 50%;
    left: 50%;
    background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.025), transparent);
}

.glow-1 {
    width: 150vw;
    height: 150vh;
    margin-top: -75vh;
    margin-left: -75vw;
    animation: glow-1-move 25s linear infinite both;
}

@keyframes glow-1-move {
    from {
        transform: translate(-100%, 100%);
    }

    to {
        transform: translate(100%, -100%);
    }
}

.glow-2 {
    width: 100vw;
    height: 100vh;
    margin-top: -50vh;
    margin-left: -50vw;
    animation: glow-2-move 25s linear 8.3333333333s infinite both;
}

@keyframes glow-2-move {
    from {
        transform: translate(-100%, 0%);
    }

    to {
        transform: translate(100%, 100%);
    }
}

.glow-3 {
    width: 120vw;
    height: 120vh;
    margin-top: -60vh;
    margin-left: -60vw;
    animation: glow-3-move 25s linear 16.6666666667s infinite both;
}

@keyframes glow-3-move {
    from {
        transform: translate(100%, 100%);
    }

    to {
        transform: translate(0%, -100%);
    }
}


.sc6 {
    background-color: #000;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(5, 14, 36, 1) 100%);
    margin-top: -1px;
}

.sc6 .article-wrapper {
    width: 100%;
}

.sc6-title {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 5rem;
}

.sc6-title h4 {
    width: 40px;
    height: 40px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: var(--main-color);
    margin-bottom: 2rem;
}

.sc6-title h5 {
    font-size: 45px;
}

.sc6-title p {
    width: 800px;
    font-size: 18px;
    line-height: 1.65;
    margin-top: 2rem;
}

.sc6Swiper {
    width: 100%;
    overflow: hidden;
}

.sc6Swiper .swiper-slide {
    transform: scale(.8);
    transition: all .3s;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .15);
    overflow: hidden;
}

.sc6Swiper .swiper-slide-active {
    transform: scale(1);
}

.sc6Swiper .swiper-slide .s-image {
    width: 100%;
    margin-bottom: -5px;
}

.sc6Swiper .swiper-slide .s-image img {
    width: 100%;
}

.sc6Swiper .swiper-slide h5 {
    color: #fff;
    padding: 30px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    background-color: rgba(255, 255, 255, .03);
    white-space: nowrap;
}


.sc7 {
    background-color: #111;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(29, 20, 2, 1) 100%);
}


.sc8 {
    background-color: #000;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(3, 28, 21, 1) 100%);
}


.sc9-text h5 {
    color: #222;
    font-size: 65px;
    text-align: center;
}

.sc9-text h5 span {
    color: var(--main-color);
}

.sc9-text p {
    color: #888;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 2rem;
}


.sc10-title {
    text-align: center;
    margin-bottom: 3rem;
}

.sc10-title h5 {
    font-size: 55px;
}

.sc10-title h5 span {
    color: var(--main-color);
}

.sc10-title p {
    color: #aaa;
    font-size: 19px;
    line-height: 1.65;
    margin-top: 1rem;
}


/*==================================================*/
@media (max-width: 1250px) {
    .sc4 .a2-title {
        text-align: center;
    }

    .sc6 .article-wrapper {
        padding: 0;
    }
}


@media (max-width: 1050px) {
    .sc1-box-wrapper {
        flex-direction: column;
        justify-content: center;
    }

    .sc6-title p {
        width: 80%;
    }
}


@media (max-width: 850px) {
    .sc4 .a2-title {
        margin-bottom: 3rem;
    }
    
    .sc4 .a2-title h5 {
        font-size: 45px;
    }
    
    .sc4-box-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .sc5 {
        padding: 0;
        background-attachment: unset;
    }

    .sc5-text {
        width: 100%;
        height: 350px;
    }

    .sc5-text h5 {
        font-size: 45px;
    }
    
    .sc5-text p {
        font-size: 18px;
        margin-top: 1.5rem;
    }

    .sc6Swiper .swiper-slide h5 {
        padding: 20px 0;
    }
}


@media (max-width: 768px) {
    .sc1-box-wrapper {
        gap: 4rem;
    }
    
    .sc1-box {
        gap: 1rem;
    }
    
    .sc1-box p {
        font-size: 24px;
    }

    .sc1-box-number h5 {
        width: 250px;
        font-size: 65px;
    }

    .sc1-box-number span {
        font-size: 45px;
    }

    .sc1-bottom {
        font-size: 15px;
        margin-top: 2rem;
    }

    .sc2 {
        padding: 12px 0;
    }

    .sc3 .swiperBtn-wrapper {
        gap: 1rem;
        margin-top: 2rem !important;
    }

    .sc3 .swiperBtn-wrapper .sbp,
    .sc3 .swiperBtn-wrapper .sbn {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
}


@media (max-width: 550px) {
    .sc1-box-wrapper {
        gap: 2rem;
    }
    
    .sc1-box p {
        font-size: 20px;
    }

    .sc1-box-number h5 {
        width: 190px;
        font-size: 50px;
    }

    .sc1-box-number span {
        font-size: 32px;
    }

    .sc1-bottom {
        font-size: 13px;
        margin-top: 1rem;
    }

    .sc5-text h5 {
        font-size: 36px;
    }
    
    .sc5-text p {
        font-size: 15px;
        margin-top: 1.2rem;
    }

    .sc6-title {
        margin-bottom: 3rem;
    }
    
    .sc6-title h4 {
        width: 30px;
        height: 30px;
        font-size: 15px;
        margin-bottom: 1.5rem;
    }
    
    .sc6-title h5 {
        font-size: 36px;
    }
    
    .sc6-title p {
        width: 90%;
        font-size: 15px;
        line-height: 1.6;
        margin-top: 1rem;
    }

    .sc6Swiper .swiper-slide h5 {
        padding: 16px 0;
        font-size: 16px;
    }
}


@media (max-width: 450px) {
    .sc4 .a2-title {
        margin-bottom: 2rem;
    }

    .sc4 .a2-title h5 {
        font-size: 40px;
    }

    .sc5-text p {
        width: 85%;
        font-size: 14px;
        margin-top: 1rem;
    }

    .sc6-title {
        margin-bottom: 2rem;
    }
    
    .sc6-title h4 {
        width: 24px;
        height: 24px;
        font-size: 13px;
        margin-bottom: 1.2rem;
    }
    
    .sc6-title h5 {
        font-size: 28px;
    }

    .sc6-title p {
        font-size: 13px;
    }

    .sc6Swiper .swiper-slide h5 {
        padding: 14px 0;
        font-size: 14px;
    }
}