section#about_mv{
    width: 100%;
    margin-top: 120px;
}

#about_mv .container {
    max-width: 100%;
    padding: 0px;
    float: right;
}

.container.subpage_title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.subpage_mv_bg {
    height: 480px;
    width: 100vw;
    background-color: var(--lightBG);
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.subpage_mv .subpage_title h3{
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 100px;
    margin: 0px 80px 0px 80px;
}

.subpage_mv_bg .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media(max-width: 960px){

    .mv_bg.mvHeight {
        min-height: 80vh !important;
    }

    section#about_mv {
        width: 100%;
        margin-top: 0px;
    }

    #about_mv .container {
        max-width: 100%;
        padding: 0px;
        float: right;
    }
    .container.subpage_title {
        display: flex;
        align-items: center;
        /* flex-wrap: wrap; */
        justify-content: center;
    }

    .subpage_mv .subpage_title h3 {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 64px;
        margin: 0px 24px 0px 0px;
        white-space: nowrap;
        text-align: center;
    }

    .subpage_mv_bg {
        height: 320px;
        width: 100vw;
    }

    .subpage_mv_bg .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .logo img {
        width: 180px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

}

@media(max-width: 480px){

    .logo img {
        width: 140px;
    }

    .subpage_mv .subpage_title h3 {
        font-size: 56px;
    }

    .mv_bg.mvHeight {
        min-height: 100vh;
    }

}

/* <!-- Start About Intro --> */

#about_intro {
    margin-top: 80px;
    margin-bottom: 260px;
}

.about_wrap {
    display: flex;
    column-gap: 48px;
    align-items: center;
}

.about_txt {
    width: 80%;
}

.about_img {
    display: inline-flex;
    column-gap: 24px;
    align-items: end;
    
}

.about_img img:first-child {
    width: 40%;
    height: 40%;
}

.about_img img:last-child {
    width: 60%;
    height: 60%;
}

.about_img img {
    border-radius: 8px;
}


@media(max-width: 960px){
    #about_intro {
        margin: 0px 24px 160px 24px;
    }

    .about_wrap {
		flex-wrap: wrap;
        justify-content: center;
	}

	.about_txt {
		width: 100%;
	}

    .main_title.about_intro h5{
        margin-top: 0px;
    }

    .about_img {
		justify-content: center;
		margin-top: 40px;
	}

}

@media(max-width: 480px){
    #about_intro {
        margin: 0px 0px 80px 0px
    }

    .about_img img:first-child {
        width: 20%;
        height: 20%;
    }

    .about_img img:last-child {
        width: 40%;
        height: 40%;
    }
    
}



/* <!-- Start Follow Group --> */

#about_follow {
    display: flex;
    margin-bottom: 260px;
}

.follow_wrap {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    column-gap: 40px;
    align-items: self-end;
}

.follow_wrap .follow_txt h3,
.follow_wrap .follow_txt h5{
    color: var(--primary-black);
    transition: all 0.5s;

}

.follow_wrap .follow_txt h3:hover,
.follow_wrap .follow_txt h5:hover{
    color: var(--gray500);

}

.follow_wrap .follow_txt h3 {
    
    font-size: 160px;
    line-height: 100%;
    margin-bottom: 0px;
    
}

.follow_wrap .follow_txt h5 {
    font-size: 24px;
    font-weight: 300;
    margin-top: -24px;
    text-align: left;
    margin-bottom: 0px;
}

/* Top_img Group */

.follow_img_rightTop {
    display: flex;
    align-items: baseline;
    column-gap: 40px;
    height: 100%;
}

.follow_img_rightTop img:first-child {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 16px;
}

.follow_img_rightTop img:last-child {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 16px;
}

/* Mid_img Group */

.follow_img_mid {
    display: inline-flex;
    column-gap: 40px;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    
}

.follow_img_leftMid {
    display: inline-grid;
    height: 100%;
    grid-gap: 40px;
    justify-items: end;
}

.follow_img_rightMid {
    display: inline-grid;
    height: 100%;
    grid-gap: 40px;
}

.follow_img_leftMid img:first-child {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 16px;
}

.follow_img_leftMid img:last-child {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 16px;
}

.follow_img_rightMid img:first-child {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
}

.follow_img_rightMid img:last-child {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 16px;
}


/* Video */

video {
    width: 400px; /* Set the width */
    height: 400px; /* Set the height */
    object-fit: cover; /* Ensure the video covers the container without distortion */
    border-radius: 16px;
}

/* Btm_img Group */

.follow_img_MidBtm{
    display: inline-flex;
    column-gap: 40px;
    justify-content: center;
    width: 100%;

}

.follow_img_MidBtm img:first-child {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 16px;
}

.follow_img_MidBtm img:last-child {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
}

@media(max-width: 960px){

    #about_follow {
        margin-bottom: 120px;
    }

    .follow_wrap {
        column-gap: 24px;
    }

    .follow_wrap .follow_txt h3 {
        font-size: 120px;
    }

    .follow_img_rightTop {
        column-gap: 24px;
    }

    .follow_img_rightTop img:first-child {
        width: 80px;
        height: 80px;
    }

    .follow_img_rightTop img:last-child {
        width: 120px;
        height: 120px;
    }

    .follow_img_mid {
        column-gap: 24px;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .follow_img_leftMid img:first-child {
        width: 40px;
        height: 40px;
    }

    .follow_img_leftMid img:last-child {
        width: 160px;
        height: 160px;
    }

    video {
        width: 360px;
        height: 360px;
    }

    .follow_img_rightMid {
        grid-gap: 24px;
    }

    .follow_img_leftMid {
        grid-gap: 24px;
    }

    .follow_img_MidBtm {
        column-gap: 24px;
    }

    .follow_img_rightMid img:first-child {
        width: 240px;
        height: 240px;
    }
    
    .follow_img_rightMid img:last-child {
        width: 40px;
        height: 40px;
    }
    

    .follow_img_MidBtm img:first-child {
        width: 120px;
        height: 120px;
    }
    
    .follow_img_MidBtm img:last-child {
        width: 240px;
        height: 240px;
    }

}

@media(max-width: 780px){

    .follow_wrap {
        column-gap: 16px;
    }

    .follow_wrap .follow_txt h3 {
        font-size: 80px;
    }

    .follow_img_rightTop {
        column-gap: 16px;
    }

    .follow_img_rightTop img:last-child {
        width: 80px;
        height: 80px;
    }

    .follow_img_mid {
        column-gap: 16px;
        margin-top: 16px;
        margin-bottom:16px;
    }


    .follow_img_leftMid img:last-child {
        width: 120px;
        height: 120px;
    }

    video {
        width: 320px;
        height: 320px;
    }

    .follow_img_rightMid {
        grid-gap: 16px;
    }

    .follow_img_leftMid {
        grid-gap: 16px;
    }

    .follow_img_MidBtm {
        column-gap: 16px;
    }

    .follow_img_rightMid img:first-child {
        width: 200px;
        height: 200px;
    }
    
    

    .follow_img_MidBtm img:first-child {
        width: 80px;
        height: 80px;
    }
    
    .follow_img_MidBtm img:last-child {
        width: 200px;
        height: 200px;
    }

}

@media(max-width: 576px){

    .follow_img_rightTop img:first-child {
        width: 40px;
        height: 40px;
    }

    .follow_img_rightTop img:last-child {
        width: 80px;
        height: 80px;
    }


    .follow_img_leftMid img:last-child {
        width: 56px;
        height: 56px;
    }

    video {
        width: 280px;
        height: 280px;
    }


    .follow_img_rightMid img:first-child {
        width: 56px;
        height: 56px;
    }
    
    

    .follow_img_MidBtm img:first-child {
        width: 56px;
        height: 56px;
    }
    
    .follow_img_MidBtm img:last-child {
        width: 80px;
        height: 80px;
    }
}


@media(max-width: 480px){
    .follow_wrap {
        column-gap: 24px;
    }

    .follow_img_leftMid {
        display: none;
    }

    video {
        width: 100%;
        height: 280px;
    }

    .follow_img_mid {
        width: auto;
    }

    .follow_img_rightMid {
        display: none;
    }

    .follow_img_MidBtm {
        display: none;
    }
    
}

@media(max-width: 378px){

    .follow_wrap .follow_txt h3 {
        font-size: 56px;
        margin-bottom: 12px;
    }

    .follow_wrap .follow_txt h5 {
        font-size: 16px;
    }

    .follow_img_mid {
        width: auto;
        margin-top: 16px;
    }

}