.article2 {
    position: relative;
}

.article2 .article-wrapper {
    width: 80%;
}

.a2-glow {
    position: absolute;
    top: 450px; left: 40%;
    transform: translate(-50%, 0);
    box-shadow: var(--main-color) 0 0 250px 100px;
    z-index: 1;
}

.a2-title {
    width: 100%;
    color: #fff;
    font-size: 65px;
    line-height: 1.3;
    text-align: center;
    margin: 12rem 0 24rem 0;
    z-index: 2;
}

.a2-title span {
    color: var(--main-color);
}

.a2-contents-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20rem;
}

.a2-contents {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5rem;
}

.a2-video {
    position: relative;
    width: 50%;
}

.a2-c-text {
    margin-top: 2rem;
}

.a2-c-text h5 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.3;
}

.a2-c-text h5 span {
    color: var(--main-color);
    font-weight: 600;
}

.a2-c-text p {
    color: rgba(255, 255, 255, .7);
    font-size: 19px;
    font-weight: 200;
    line-height: 1.8;
    margin-top: 2rem;
}

.a2-box-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.a2-polygon {
    position: absolute;
    top: 60px;
    opacity: .15;
    z-index: 1;
}

.a2-box-group {
    width: 700px;
    display: flex;
    justify-content: space-between;
}

.a2-box-group:nth-child(4) {
    width: 500px;
    margin-top: 7rem;
}

.a2-box {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
}

.a2-box-image {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    backdrop-filter: blur(2px);
    border: 1px solid var(--main-color);
    background-color: rgba(255, 255, 255, .05);
    animation: pulse .7s infinite;
    z-index: 2;
}

.a2-box-image img {
    width: 55px;
    filter: invert(100%) sepia(0%) saturate(7490%) hue-rotate(316deg) brightness(110%) contrast(102%);
    user-select: none;
    transition: all .2s;
}

.a2-box-text {
    color: #fafafa;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.05em;
}

@keyframes pulse {
    100% {
        transform: scale(1.1)
    }
}


.a2Swiper {
    width: 50%;
}

.a2Swiper .swiper-slide img {
    padding: 0 4rem;
    filter: invert(100%);
}


/* NEW */
.a2-contents.new {
    flex-direction: column;
}

.a2-contents.new .a2-c-text.center {
    text-align: center;
}

.new .a2-c-text {
    z-index: 3;
}

.new .a2-c-text h5 span {
    position: relative;
}
.new .a2-c-text h5 span .underline {
    position: absolute;
    bottom: 0; left: 0;
    width: 0%;
    height: 3px;
    background-color: var(--main-color);
    animation: underline 1s .5s forwards;
    z-index: 1;
}

@keyframes underline {
    100% {
        width: 100%;
    }
}


/* NEW1 */
.new1 {
    position: relative;
}

.n1-glow {
    top: 20%; left: 5%;
    box-shadow: var(--main-color) 0 0 550px 130px;
    opacity: .7;
}

.a2-c-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.a2-c-logo img {
    height: 40px;
}

.new1 .a2-c-text {
    position: relative;
}

.new1 .a2-c-text .swiperBtn-wrapper {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.swiperBtn-wrapper .swiper-button-prev,
.swiperBtn-wrapper .swiper-button-next {
    width: 30px;
}

.new1Swiper {
    width: 100%;
}

.new1Swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 15px;
    overflow: hidden;
}

.n1ss-profile {
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: rgba(255, 255, 255, .07);
}

.n1ss-profile img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.n1ss-text {
    color: #fff;
    text-align: center;
}

.n1ss-text h5 {
    font-size: 20px;
}

.n1ss-text p {
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 5px;
    opacity: .6;
}

.n1ss-insight {
    padding: 20px;
    background-color: #000;
}

.n1ss-insight img {
    filter: invert(100%);
}


/* NEW2 */
.new2 {
    position: relative;
}

.n2-glow {
    top: 5%; left: 30%;
}

.n2-box-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    z-index: 2;
}

.n2-box {
    width: 100%;
    display: flex;
    gap: 20px;
}

.n2-box-video {
    position: relative;
    width: 35%;
    padding-bottom: 20%;
    border-radius: 45px;
    overflow: hidden;
}

.n2-mockup {
    position: relative;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.n2-video {
    position: relative;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
}

.n2-video video {
    position: absolute;
    top: 0; left: 50%;
    transform: translate(-50%, 0) !important;
    height: 100%;
    z-index: 1;
}

.n2-box-info {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.n2-box-text {
    display: flex;
    gap: 15px;
}

.n2-box-text li {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, .15);
}

.n2-box-text li span {
    font-size: 26px;
    font-weight: 600;
}

.n2-box-image {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.n2-box-image img {
    object-fit: cover;
}



/* NEW3 */
.new3 {
    position: relative;
}

.n3-glow {
    top: 15%;
}

.new3 .a2-contents {
    align-items: center;
}

.new3 .a2-c-text.noline {
    padding: 80px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .15);
    background-color: rgba(255, 255, 255, .05);
    margin-top: 0;
}

.new3 .a2-c-text.noline h5 {
    font-size: 36px;
}

.new3 .a2-c-text.noline p {
    color: #eee;
}

.new3 .a2-c-text.noline h5 span::before {
    display: none;
}

.new3 .a2Swiper {
    min-width: 50%;
}

.new3 .a2Swiper .swiper-slide img {
    filter: invert(0);
}



/* NEW4 */
.new4 {
    position: relative;
}

.n4-glow {
    top: 10%; left: 10%;
    box-shadow: var(--main-color) 0 0 550px 130px;
    opacity: .7;
}

.n4-box-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.n4-box-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.n4-box-title h5 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}

.new4Swiper {
    position: relative;
    width: 100%;
}

.new4Swiper .swiperBtn-wrapper {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    z-index: 10;
}

.new4Swiper .swiper-slide {
    border: 1px solid rgba(255, 255, 255, .15);
    pointer-events: auto !important;
}

.new4Swiper .swiper-slide video {
    width: 100%;
}



/*==================================================*/
@media (max-width: 1650px) {
    .article2 .article-wrapper {
        width: 100%;
        padding: 0 20px;
    }

    .a2-c-text {
        width: 40%;
    }

    .a2-contents.new .a2-c-text {
        width: 100% !important;
    }
}


@media (max-width: 1250px) {
    .a2-contents-wrapper {
        gap: 15rem;
    }
    
    .a2-contents {
        flex-direction: column;
        gap: 2rem;
    }

    .a2-c-text {
        width: 100%;
    }

    .a2-video {
        width: 100%;
    }

    .a2-c-text {
        margin-top: 0;
    }
    
    .a2Swiper {
        width: 100%;
    }

    .new2 .a2-c-text,
    .new4 .a2-c-text {
        margin-bottom: 50px;
    }
    
    .n2-box-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }


}


@media (max-width: 950px) {
    .a2-title {
        font-size: 55px;
    }

    .new1Swiper {
        margin-top: 30px;
    }

    .new1 .a2-c-text .swiperBtn-wrapper {
        bottom: -30px;
    }

    .swiperBtn-wrapper .swiper-button-prev, .swiperBtn-wrapper .swiper-button-next {
        width: 50px;
    }

    .n4-box-title .swiperBtn-wrapper {
        right: 45px;
    }
}


@media (max-width: 768px) {
    .a2-glow {
        top: 500px;
        box-shadow: var(--main-color) 0 0 150px 80px;
        opacity: .7;
    }
    
    .a2-contents-wrapper {
        gap: 10rem;
    }
    
    .a2-c-text h5 {
        font-size: 40px;
    }

    .a2-c-text p {
        font-size: 17px;
        font-weight: 300;
    }
    
    .a2-box-group {
        width: 105%;
    }

    .a2-box-group:nth-child(4) {
        width: 70%;
    }

    .n2-box-video {
        border-radius: 10%;
    }

    .n2-box-text li {
        font-size: 16px;
    }

    .n2-box-text li span {
        font-size: 22px;
    }

    .n1-glow {
        top: 10%;
    }

    .n3-glow,
    .n4-glow {
        top: 5%;
    }

    .n1-glow,
    .n2-glow,
    .n3-glow,
    .n4-glow {
        opacity: .5;
    }
}


@media (max-width: 650px) {
    .a2-c-text p br {
        display: none;
    }
    
    .a2-polygon {
        top: 5%;
        width: 85%;
    }
    
    .a2-box-wrapper {
        gap: 1.5rem;
    }

    .a2-box-group {
        width: 95%;
    }

    .a2-box-group:nth-child(4) {
        margin-top: 7rem;
    }
    
    .a2-box {
        width: unset;
    }

    .a2-box-image {
        width: 80px;
        height: 80px;
    }

    .a2-box-image img {
        width: 35px;
    }

    .a2-box-text {
        font-size: 15px;
    }

    .new3 .a2-c-text.noline {
        padding: 50px;
        border-radius: 15px;
    }

    .new3 .a2-c-text.noline h5 {
        font-size: 28px;
    }
}


@media (max-width: 550px) {    
    .a2-glow {
        top: 200px;
    }
    
    .a2-title {
        font-size: 45px;
        margin: 7rem 0 14rem 0;
    }

    .a2-c-text h5 {
        font-size: 32px;
    }

    .a2-c-text p {
        font-size: 15px;
        margin-top: 1rem;
    }
    
    .a2-polygon {
        width: 95%;
        min-height: 400px;
    }

    .a2-box-wrapper {
        gap: 1rem;
    }

    .a2-box-group {
        margin-top: 1rem;
    }
    
    .a2-box-image {
        width: 70px;
        height: 70px;
    }

    .a2-box-image img {
        width: 25px;
    }

    .a2-box-text {
        font-size: 13px;
    }

    .a2Swiper .swiper-slide img {
        padding: 0 1rem;
    }

    .n1ss-profile {
        padding: 22px 0;
        gap: 10px;
    }

    .n1ss-profile img {
        width: 46px;
        height: 46px;
    }

    .n1ss-insight {
        padding: 5px;
    }
    
    .new2 .a2-c-text {
        margin-bottom: 0;
    }
    
    .n2-glow {
        top: 1%; left: 50%;
    }

    .n2-box-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 10px;
    }

    .n2-box {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .n2-box-video {
        width: 100%;
        padding-bottom: 190%;
        border-radius: 12%;
    }
    
    .n2-box-info {
        color: #fff;
        width: 100%;
    }

    .n2-box-text {
        padding: 10px 0;
        flex-direction: column;
        gap: 10px;
        overflow: hidden;
    }
    
    .n2-box-text li {
        padding: 0 15px;
        font-size: 16px;
        flex-direction: row;
        gap: 10px;
        border-radius: 0;
        background-color: transparent;
    }

    .n2-box-text li span {
        font-size: 18px;
    }
    
    .n2-box-image {
        display: none;
    }

    .n3-glow {
        top: 3%;
    }

    .new3 .a2-c-text.noline {
        padding: 30px;
        border-radius: 10px;
    }

    .new3 .a2-c-text.noline h5 {
        font-size: 22px;
    }
    .new3 .a2-c-text.noline p {
        font-size: 14px;
    }

    .n4-glow {
        top: 2%;
    }

    .new4 .a2-c-text {
        margin-bottom: 20px;
    }
}


@media (max-width: 450px) {
    .a2-polygon {
        width: 100%;
        min-height: 320px;
    }

    .a2-box-wrapper {
        gap: 10px;
    }

    .a2-box-group {
        width: 105%;
    }

    .a2-box-group:nth-child(4) {
        width: 75%;
        margin-top: 5rem;
    }
    
    .a2-box-image {
        width: 60px;
        height: 60px;
    }

    .n4-box-title h5 {
        font-size: 24px;
    }
}