.marketing {
    background: url(../images/marketing-bg.jpg);
}

.mkt1 {
    position: relative;
    padding: 220px 0 160px 0;
    background-color: #000;
    overflow: hidden;
}

.mkt1-glow {
    position: absolute;
    bottom: -45%; left: 50%;
    transform: translate(-50%, 0);
    width: 40%;
    height: 600px;
    border-radius: 100%;
    filter: blur(80px);
    background-color: var(--sub-color);
    animation: pulse 6s infinite ease;
    opacity: .3;
}

@keyframes pulse {
    25% {
        opacity: 0;
    }
    50% {
        opacity: .3;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: .3;
    }
}

.mkt1-text {
    width: 100%;
    text-align: center;
    z-index: 2;
}

.mkt1-text p {
    color: rgba(255, 255, 255, .5);
    font-size: 36px;
    font-weight: 600;
    line-height: 1.6;
}

.mkt1-text h4 {
    color: #fff;
    font-size: 75px;
    line-height: 1.4;
    margin: 10rem 0;
}

.mkt1-text h5 {
    color: #fff;
    font-size: 65px;
    font-weight: 400;
    line-height: 1.4;
}

.mkt1-text h5 span {
    color: var(--sub-color);
    font-weight: 700;
}

.mkt2 .article-wrapper {
    width: 90%;
}

.mkt2-title {
    width: 100%;
    padding: 0 30px;
}

.mkt2-title h5 {
    color: #222;
    font-size: 65px;
    line-height: 1.3;
}

.mkt2-title h5 span {
    color: var(--sub-color);
    font-weight: 800;
}

.mkt2-title p {
    color: #aaa;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 2rem;
}

.mkt2Swiper {
    position: relative;
    width: 100%;
    padding: 30px;
}

.mkt2Swiper .swiper-button-wrapper {
    position: absolute;
    bottom: 30px; left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    z-index: 100;
}

.mkt2Swiper .swiper-button {
    position: unset !important;
    color: #aaa;
    width: 55px;
    height: 55px;
    font-size: 30px;
    background-color: #eee;
}

.mkt2Swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    background-color: #fff;
}


.ss-left {
    position: relative;
    width: 40%;
    height: 450px;
    padding: 60px 0;
    padding-left: 70px;
    display: flex;
    flex-direction: column;
    background-color: var(--main-color);
    transform: translateY(30px);
    transition: all 1s ease;
    transition-delay: .3s;
    opacity: 0;
    z-index: 2;
}

.mkt2Swiper .swiper-slide-active .ss-left {
    transform: translateY(0);
    opacity: 1;
}

.ss-l-title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 1rem;
}
.ss-l-title:nth-child(2) {
    margin-top: 0;
}

.ss-l-title span {
    color: var(--main-color);
    font-size: 19px;
    font-weight: 800;
    padding: 3px 6px;
    border-radius: 3px;
    background-color: #fff;
}

.ss-l-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 20px;
}

.ss-l-list li {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    list-style: disc;
}

.result-tag {
    position: relative;
    position: absolute;
    bottom: -30px; left: 0;
    color: #aaa;
    font-size: 15px;
}

.ss-right {
    position: absolute;
    bottom: 0; right: 0;
    width: 65%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    z-index: 1;
}

.ss-r-graph-wrapper {
    display: flex;
    gap: 4rem;
    margin-left: 140px;
}

.ss-r-graph-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.ss-r-graph {
    height: 400px;
    padding: 0 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 3rem;
    border-bottom: 1px solid #bbb;
}

.ss-r-bar {
    width: 60px;
    height: 0;
    background-color: #aaa;
    transition: all 1s ease;
    transition-delay: .3s;
}

.mkt2Swiper .swiper-slide-active .ssrb-7 {
    height: 7%;
}
.mkt2Swiper .swiper-slide-active .ssrb-15 {
    height: 15%;
}
.mkt2Swiper .swiper-slide-active .ssrb-18 {
    height: 18%;
}
.mkt2Swiper .swiper-slide-active .ssrb-28 {
    height: 28%;
}
.mkt2Swiper .swiper-slide-active .ssrb-30 {
    height: 30%;
}
.mkt2Swiper .swiper-slide-active .ssrb-36 {
    height: 36%;
}
.mkt2Swiper .swiper-slide-active .ssrb-42 {
    height: 42%;
}
.mkt2Swiper .swiper-slide-active .ssrb-48 {
    height: 48%;
}
.mkt2Swiper .swiper-slide-active .ssrb-50 {
    height: 50%;
}
.mkt2Swiper .swiper-slide-active .ssrb-52 {
    height: 52%;
}
.mkt2Swiper .swiper-slide-active .ssrb-55 {
    height: 55%;
}
.mkt2Swiper .swiper-slide-active .ssrb-70 {
    height: 70%;
}
.mkt2Swiper .swiper-slide-active .ssrb-77 {
    height: 77%;
}
.mkt2Swiper .swiper-slide-active .ssrb-80 {
    height: 80%;
}
.mkt2Swiper .swiper-slide-active .ssrb-82 {
    height: 82%;
}
.mkt2Swiper .swiper-slide-active .ssrb-85 {
    height: 85%;
}
.mkt2Swiper .swiper-slide-active .ssrb-88 {
    height: 88%;
}
.mkt2Swiper .swiper-slide-active .ssrb-95 {
    height: 95%;
}
.mkt2Swiper .swiper-slide-active .ssrb-96 {
    height: 96%;
}


.ss-r-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.ss-r-info p {
    color: #222;
    font-size: 22px;
    font-weight: 700;
}

.ss-r-info h5 {
    font-size: 30px;
}

.ss-r-info h5 span {
    font-size: 55px;
    font-weight: 800;
}


.mkt3 {
    background-color: #f1f1f1;
}

.mkt3-title {
    width: 100%;
    margin-bottom: 4rem;
}

.mkt3-title p {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.mkt3-title h5 {
    color: #222;
    font-size: 55px;
    line-height: 1.3;
}

.mkt3-title h5 span {
    color: var(--main-color);
    font-weight: 800;
}

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

.mkt3-box-group {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.mkt3-box {
    position: relative;
    padding: 60px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgb(0 0 0 / 3%);
    cursor: pointer;
}

.mkt3-box-plus {
    position: absolute;
    bottom: 60px; right: 60px;
    color: #aaa;
    font-size: 24px;
    transition: all .3s;
}

.mkt3-box-plus.on {
    transform: rotate(45deg);
}

.mkt3-box h5 {
    font-size: 32px;
}

.mkt3-box p {
    color: #788;
    font-size: 19px;
    line-height: 1.65;
    margin-top: 2rem;
    display: none;
}

.mkt3-box p.on {
    display: flex;
}


.mkt4 {
    padding: 0;
}

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

.mkt4-wrapper {
    width: 100%;
    display: flex;
}

.mkt4-image {
    width: 100%;
    overflow: hidden;
}

.mkt4-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mkt4-text {
    position: relative;
    width: 50%;
    min-width: 50%;
    padding: 160px 80px;
    background-color: var(--main-color);
    overflow: hidden;
}

.mkt4-sb {
    position: absolute;
    bottom: -7%; right: 0;
    width: 66%;
    filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(222deg) brightness(115%) contrast(100%);
    opacity: .03;
}

.mkt4-text h5 {
    color: #fff;
    font-size: 55px;
    line-height: 1.3;
}

.mkt4-text p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.65;
    margin-top: 2rem;
}



/*==================================================*/
@media (min-width: 2250px) {
    .sub-promotion {
        align-items: flex-end;
    }
    
    .mkt2 .article-wrapper {
        width: 70%;
    }
    
    .mkt2Swiper {
        padding-left: 150px;
    }

    .mkt2Swiper .swiper-button-wrapper {
        left: 150px;
    }

    .ss-r-graph-wrapper {
        gap: 6rem;
        margin-left: 80px;
    }
}


@media (max-width: 1450px) {
    .mkt4 .article-wrapper {
        padding: 0;
    }
}


@media (max-width: 1250px) {
    .mkt2 .article-wrapper {
        width: 100%;
    }
    
    .mkt2Swiper .swiper-slide {
        width: 100%;
        height: 1000px;
        padding: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .mkt2Swiper .swiper-button-wrapper {
        bottom: unset;
        top: 33%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 90%;
    }

    .mkt2Swiper .swiper-button {
        border-radius: 100%;
        border: 1px solid #eee;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    }

    .ss-left {
        width: 100%;
        margin: 0;
        transform: translateY(0);
        opacity: 1;
    }
    
    .ss-right {
        position: unset;
        width: 100%;
        justify-content: center;
    }

    .ss-r-title {
        right: unset;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .ss-r-graph-wrapper {
        margin-left: 0;
    }
}


@media (max-width: 1050px) {
    .mkt3-box-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .mkt4-wrapper {
        flex-direction: column;
    }

    .mkt4-image {
        height: 300px;
        margin-bottom: -5px;
    }
    
    .mkt4-text {
        width: 100%;
        padding: 80px;
    }
}


@media (max-width: 768px) {
    .mkt1 {
        padding: 160px 0;
    }
    
    .mkt1-text p {
        font-size: 30px;
    }
    
    .mkt1-text h4 {
        font-size: 65px;
        margin: 6rem 0;
    }

    .mkt1-text h5 {
        font-size: 45px;
    }
    
    .mkt2 {
        padding-bottom: 0;
    }
    
    .mkt2 .article-wrapper {
        padding: 0;
    }
    
    .mkt2-title {
        padding: 0;
        padding-left: 20px;
        margin-bottom: 3rem;
    }

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

    .mkt2-title p {
        margin-top: 1rem;
    }
    
    .mkt2Swiper {
        padding: 0;
    }
    
    .mkt2Swiper .swiper-button-wrapper {
        top: 28%;
        width: 95%;
    }
    
    .mkt2Swiper .swiper-button {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .ss-r-title {
        font-size: 22px;
    }

    .ss-r-graph-wrapper {
        gap: 1rem;
    }

    .ss-r-graph-group {
        gap: 1.5rem;
    }

    .ss-r-graph {
        height: 300px;
    }
    
    .ss-r-bar {
        width: 45px;
    }

    .ss-r-info {
        gap: 7px;
    }

    .ss-r-info h5 {
        font-size: 18px;
    }

    .ss-r-info h5 span {
        font-size: 28px;
    }

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

    .mkt3-box-wrapper,
    .mkt3-box-group {
        gap: 1rem;
    }
}


@media (max-width: 650px) {
    .mkt4-text {
        padding: 60px;
    }

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


@media (max-width: 550px) {
    .marketing {
        background-position: left;
    }
    
    .mkt1 {
        padding: 120px 0;
    }
    
    .mkt1-glow {
        bottom: -50%;
    }
    
    .mkt1-text p {
        font-size: 22px;
    }
    
    .mkt1-text h4 {
        font-size: 55px;
    }

    .mkt1-text h5 {
        font-size: 32px;
    }
    
    .mkt2-title {
        margin-bottom: 1rem;
    }
    
    .mkt2-title h5 {
        font-size: 36px;
    }

    .mkt2-title p {
        font-size: 16px;
    }
    
    .mkt2Swiper .swiper-slide {
        height: auto;
    }
    
    .mkt2Swiper .swiper-button-wrapper {
        top: 37%;
    }
    
    .mkt2Swiper .swiper-button {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .ss-left {
        height: auto;
        padding: 35px;
    }
    
    .ss-l-title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .ss-l-title span {
        font-size: 13px;
    }
    
    .ss-l-list {
        gap: 12px;
        padding-left: 15px;
    }
    
    .ss-l-list li {
        font-size: 13px;
    }

    .ss-right {
        height: 300px;
    }

    .ss-r-graph {
        height: 150px;
        padding: 0 30px;
        gap: 1rem;
    }

    .ss-r-bar {
        width: 35px;
    }

    .ss-r-info p {
        font-size: 14px;
    }

    .ss-r-info h5 {
        font-size: 18px;
    }

    .ss-r-info h5 span {
        font-size: 22px;
    }

    .mkt3-title {
        margin-bottom: 2rem;
    }

    .mkt3-title p {
        font-size: 16px;
        margin-bottom: 1rem;
    }
    
    .mkt3-title h5 {
        font-size: 36px;
    }
    
    .mkt3-title h5 br {
        display: none;
    }
    
    .mkt3-box {
        padding: 25px 30px;
        border-radius: 12px;
    }

    .mkt3-box-plus {
        bottom: 25px; right: 25px;
        font-size: 20px;
    }

    .mkt3-box h5 {
        font-size: 20px;
    }

    .mkt3-box p {
        font-size: 14px;
        margin-top: 1rem;
    }

    .mkt4-text {
        padding: 60px 40px;
    }
    
    .mkt4-text h5 {
        font-size: 40px;
    }
}


@media (max-width: 450px) {
    .mkt1 {
        padding: 80px 0;
    }
    
    .mkt1-glow {
        bottom: -50%;
        width: 70%;
        height: 400px;
    }
    
    .mkt1-text p {
        font-size: 18px;
    }
    
    .mkt1-text h4 {
        font-size: 46px;
    }

    .mkt1-text h5 {
        font-size: 26px;
    }
    
    .ss-r-graph {
        padding: 0 15px;
    }

    .ss-r-bar {
        width: 30px;
    }

    .mkt4-image {
        height: 200px;
    }
    
    .mkt4-text h5 {
        font-size: 32px;
    }
    
    .mkt4-text p {
        font-size: 13px;
        margin-top: 1.2rem;
    }
}