﻿.about01 {
    padding: 100px 0;
}

    .about01 p {
        font-size: 18px;
        text-align: justify;
        line-height: 1.5;
    }

.intro-section {
    padding: 2rem 0;
}

.intro-text {
    font-family: "Quicksand", sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #666666;
    font-weight: 500;
    text-align: justify;
    max-width: 100%;
}

.vision-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    margin-top: 4.5rem;

}

.vision-card {
    position: relative;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

    .vision-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.vision-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    border-radius: 0 0 20px 20px;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.85) 58% );
}

.vision-content {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    padding: 1.5rem;
}

    .vision-content h3 {
        font-family: "Quicksand", sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: white;
        margin-bottom: 1.5rem;
    }

    .vision-content p {
        /* font-family: "Poppins", sans-serif; */
        font-size: 19px;
        line-height: 1.25rem;
        color: white;
        text-align: justify;
        /* white-space: pre-line; */
        max-width: 100%;
    }

.brand-section {
    position: relative;
}

.brand-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}

.brand-content {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 90px 0;
}

.section-title {
    font-family: "Quicksand", sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 2rem;
}

    .section-title.dark {
        color: #000000;
        margin-bottom: 30px;
    }

.brand-intro {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    color: white;
    font-style: italic;
    text-align: justify;
    margin-bottom: 2rem;
    max-width: 100%;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 40px 100px;
}

.brand-item {
    display: flex;
    gap: 1rem;
}

.brand-number {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px 0 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: "Quicksand", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
}

.brand-text {
    flex: 1;
}

    .brand-text h3 {
        font-family: "Quicksand", sans-serif;
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: 700;
        color: white;
        text-align: justify;
        margin-bottom: 1rem;
    }

    .brand-text p {
        font-family: "Quicksand", sans-serif;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 500;
        color: white;
        text-align: justify;
        max-width: 100%;
    }

.brand-conclusion {
font-family: "Be Vietnam Pro", sans-serif;
    font-size: 19px;
    line-height: 1.4;
    color: white;
    font-style: italic;
    text-align: justify;
    margin-top: 1rem;
    max-width: 100%;
}

.team-section {
    max-width: 1920px;
    margin: 0 auto;
    padding: 3rem 1rem;
}

.team-grid {
    display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 3.1875rem;
}

.team-info {
    color: #666666;
}

.subsection-title {
    margin: 0 0 20px;
}

.team-info ul li {
    font-size: 20px;
    letter-spacing: 0;
    margin: 0 0 0px;
    color: #666666;
}

.subsection-title {
    font-family: "Quicksand", sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    color: #666666;
    /* margin-bottom: 1.5rem; */
}

.capability-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.capability-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

    .capability-item img {
        width: 24px;
        height: 24px;
        object-fit: cover;
        flex-shrink: 0;
        margin-top: 0.25rem;
    }

    .capability-item p {
        font-family: "Quicksand", sans-serif;
        font-size: 1rem;
        line-height: 1.75rem;
        font-weight: 500;
        color: #666666;
    }

.team-image {
    display: flex;
    justify-content: center;
}

    .team-image img {
        width: 100%;
        max-width: 630px;
        height: auto;
        object-fit: cover;
        border-radius: 8px;
    }

@media screen and (max-width: 440px) {
	.vision-grid, .brand-grid, .team-grid{ grid-template-columns: repeat(1, 1fr);} 
}
	
@media (min-width: 640px) {
    .intro-text {
        font-size: 1rem;
    }
	
	
	
    .vision-card {
        height: 500px;
    }

    .vision-overlay {
        height: 300px;
    }

    .brand-number {
        width: 96px;
        height: 96px;
        font-size: 1.875rem;
    }

    .brand-text h3 {
        font-size: 1.125rem;
    }

    .brand-text p {
        font-size: 1rem;
    }

    .closing-text {
        font-size: 1.5rem;
    }
}


@media (min-width: 1024px) {
    .intro-section {
    }

    .intro-text {
        font-size: 1.125rem;
    }

    .vision-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.875rem;
        margin-top: 4.5rem;
    }

    .vision-card {
        height: 600px;
    }

    .vision-overlay {
        height: 350px;
    }

    .vision-content {
        padding: 3.125rem;
    }

        .vision-content h3 {
            margin-bottom: 20px;
        }

        .vision-content p {
            font-size: 1.125rem;
            line-height: 1.4;
        }

    .brand-section {
        min-height: 683px;
    }

    .section-title {
        margin-bottom: 4.4375rem;
    }

    .brand-intro {
        max-width: 630px;
        margin-bottom: 3.875rem;
    }

    .brand-grid {
        grid-template-columns: repeat(2, 1fr);
        /* column-gap: 43.1875rem; */
        row-gap: 3.4375rem;
    }

    .brand-item {
        gap: 1.6875rem;
    }

    .brand-number {
        width: 120px;
        height: 120px;
        font-size: 2.1875rem;
    }

    .brand-text h3 {
        margin-bottom: 20px;
    }

    .brand-text p {
        max-width: 450px;
        font-size: 18px;
    }

    .brand-conclusion {
        max-width: 1290px;
        margin-top: 1rem;
    }

    .team-section {
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3.1875rem;
    }

    .subsection-title {
        /* margin-bottom: 3.1875rem; */
    }

    .capability-list {
        gap: 2.875rem;
        margin-bottom: 7.6875rem;
    }

    .capability-item p {
        font-size: 1.25rem;
        line-height: 2.8125rem;
    }

    .team-image {
        justify-content: flex-end;
    }

        .team-image img {
            height: 540px;
        }
}

@media (max-width: 768px) {
    .main-content {
        padding-top: 76px;
    }

    .mv_txt {
        position: relative;
        top: 0;
        color: #000;
        padding-top: 40px;
    }

    .mv_ttl {
        color: #000;
        font-size: 36px;
        margin-bottom: 30px;line-height: 1.4;
    }

    .mv_txt p {
        font-size: 14px;
    }

    .intro-section {
        padding: 0 1rem 2rem;
    }
}

@media (max-width: 480px) {
	.vision-content{bottom:0;top:unset;}
	.vision-content p{font-size: 17px;}
	
}