#aboutIntro .text-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
}

#aboutIntro .text-box .title {
    flex: 1;
}

#aboutIntro .text-box h2 {
    color: #fff;
    font-weight: 600;
    word-break: keep-all;
}

#aboutIntro .image {
    width: clamp(230px, 19.3vw, 370px);
    height: auto;
    aspect-ratio: 37/50;
    filter: brightness(0) invert(1) saturate(0);
}

#brandMeaning .brand-logo {
    width: clamp(380px, 26vw, 500px);
    margin: 0 auto;
    display: block;
}

#brandMeaning .meaning-diagram {
    width: fit-content;
    margin: 120px auto 0;
    --border-width: 2px;
    --box-width: 400px;
    --overlap: 50px;
    position: relative;
    right: calc(var(--overlap) * -1 / 2);
}

#brandMeaning .meaning-top {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 8px;
    width: fit-content;
    left: calc(var(--overlap) * -1 / 2);
    margin: 0 auto;
}

#brandMeaning .meaning-top::before {
    content: '';
    position: absolute;
    top: calc(var(--border-width) * -1);
    left: calc(var(--overlap) / 2 - var(--border-width));
    width: calc(100% - var(--overlap));
    height: 100%;
    border: var(--border-width) solid rgba(255, 255, 255, 0.18);
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 999px;
}

#brandMeaning .meaning-box {
    position: relative;
    z-index: 2;
    width: var(--box-width);
    height: 180px;
    border-radius: 999px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(12px);
}

#brandMeaning .meaning-box.left {
    background: rgba(0, 0, 0, 0.18);
    right: calc(var(--overlap) * -1 / 2);
}

#brandMeaning .meaning-box.right {
    background: rgba(255, 255, 255, 0.08);
    left: calc(var(--overlap) * -1 / 2);
}

#brandMeaning .meaning-box strong {
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
}

#brandMeaning .meaning-box span {
    display: block;
    margin-top: 10px;
    font-size: var(--f28);
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}

#brandMeaning .meaning-line {
    position: relative;
    top: var(--border-width);
    width: var(--border-width);
    height: 75px;
    background: rgba(255, 255, 255, 0.18);
    margin: 0 auto;
}

#brandMeaning .meaning-center {
    width: fit-content;
    width: calc(100% - var(--overlap));
    height: 80px;
    padding: 0 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    font-size: var(--f28);
    line-height: 1;
    font-weight: 600;
    color: #fff;
}

#brandMeaning .meaning-desc {
    font-size: var(--f28);
    margin-top: 60px;
    text-align: center;
}

#brandMeaning .meaning-desc p {
    font-size: 1em;
    line-height: 1.9;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

#brandMeaning .meaning-desc p strong {
    color: #fff;
    font-weight: 700;
}

#brandMeaning .meaning-desc p.impact-text {
    margin-top: 65px;
    font-size: 1.15em;
    line-height: 1.55;
    font-weight: 700;
    color: #fff;
    word-break: keep-all;
}

#brandIdentity .brand-block {
    background-color: var(--bg-color);
    padding: var(--divider-gap) 0;
}

#brandIdentity .brand-block.divider-bottom {
    padding-top: 0;
}

#brandIdentity .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5vw;
}

#brandIdentity .text h3 {
    font-size: var(--f46);
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-primary);
}

#brandIdentity .text p.desc {
    margin-top: 40px;
    font-size: var(--f18);
    line-height: 1.9;
    color: var(--color-mute);
    word-break: keep-all;
}

#brandIdentity .symbol-img {
    width: 240px;
    margin-right: 5.2vw;
}

#brandIdentity .symbol-img img {
    width: 100%;
    display: block;
}

#brandIdentity .logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 80px;
    margin-top: var(--tit-margin);
}

#brandIdentity .logo-card {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 55px;
    width: 100%;
}

#brandIdentity .logo-card.green {
    background: #246751;
}

#brandIdentity .logo-card.green img {
    filter: brightness(0) invert(1);
}

#brandIdentity .color-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: var(--tit-margin);
}

#brandIdentity .color-group>strong {
    display: block;
    margin-bottom: 15px;
    font-size: var(--f22);
    line-height: 1;
    font-weight: 700;
    padding-left: 10px;
}

#brandIdentity .color-card {
    position: relative;
    height: 220px;
    border-radius: 20px;
    padding: 30px;
    color: #444;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#brandIdentity .color-card .color-name {
    font-family: 'Poppins', 'Pretendard', sans-serif;
    font-size: var(--f22);
    line-height: 1;
    font-weight: 500;
}

#brandIdentity .color-card .color-code {
    align-self: flex-end;
    font-size: var(--f18);
    font-style: normal;
    font-weight: 500;
}

#brandIdentity .color-card.green {
    background: #246751;
    color: #fff;
}

#brandIdentity .color-card.gold {
    background: #f9cc8b;
    color: #333;
}

#brandIdentity .color-card.white {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width: 1024px) {}

/* Laptop ( 1024px ~ 1440px)*/
@media all and (min-width: 1024px) and (max-width: 1440px) {}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width: 768px) and (max-width: 1023px) {
    #aboutIntro .inner-divider {
        padding-top: var(--top-tit-margin);
    }

    #brandMeaning .meaning-diagram {
        margin: 100px auto 0;
        --box-width: 350px;
    }

    #brandMeaning .meaning-box strong {
        font-size: 36px;
    }

    #brandMeaning .meaning-line {
        height: 70px;
    }

    #brandMeaning .meaning-desc {
        margin-top: 50px;
    }

    #brandMeaning .meaning-desc p.impact-text {
        margin-top: 50px;
    }

    #brandIdentity .flex {
        flex-direction: column;
        row-gap: var(--tit-margin);
        align-items: flex-start;
    }

    #brandIdentity div.text+div {
        margin-left: auto;
        margin-right: auto;
    }

    #brandIdentity .text p.desc {
        margin-top: 30px;
    }

    #brandIdentity .symbol-img {
        width: 240px;
        margin-right: 0;
    }

    #brandIdentity .logo-grid {
        gap: 40px 30px;
    }

    #brandIdentity .color-card {
        height: 180px;
    }
}

/* Mobile ( ~ 767px)*/
@media all and (max-width: 767px) {
    #aboutIntro .inner-divider {
        padding-top: var(--top-tit-margin);
    }

    #aboutIntro .text-box {
        flex-direction: column;
        row-gap: var(--tit-margin);
    }

    #aboutIntro .image {
        width: clamp(160px, 46.66vw, 230px);
    }

    #brandMeaning .brand-logo {
        width: clamp(240px, 64vw, 380px);
    }

    #brandMeaning .meaning-diagram {
        margin: 60px auto 0;
        --box-width: 160px;
        --overlap: 15px;
    }

    #brandMeaning .meaning-top {
        padding: 5px;
    }

    #brandMeaning .meaning-box {
        height: 90px;
    }

    #brandMeaning .meaning-box strong {
        font-size: 20px;
    }

    #brandMeaning .meaning-box span {
        margin-top: 5px;
        font-size: 13px;
    }

    #brandMeaning .meaning-line {
        height: 40px;
    }

    #brandMeaning .meaning-center {
        height: 65px;
        padding: 0 15px;
        font-size: 15px;
    }

    #brandMeaning .meaning-desc {
        font-size: 18px;
        margin-top: 40px;
    }

    #brandMeaning .meaning-desc p.impact-text {
        margin-top: 45px;
    }

    #brandIdentity .flex {
        flex-direction: column;
        row-gap: var(--tit-margin);
        align-items: center;
        text-align: center;
    }

    #brandIdentity .text p.desc {
        margin-top: 25px;
    }

    #brandIdentity .symbol-img {
        width: clamp(180px, 50vw, 240px);
        margin-right: 0;
    }

    #brandIdentity .logo-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    #brandIdentity .logo-card {
        height: 180px;
        padding: 35px;
    }

    #brandIdentity .logo-card img {
        max-width: 220px;
        max-height: 100px;
    }

    #brandIdentity .color-list {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
    }

    #brandIdentity .color-card {
        height: 180px;
        padding: 25px;
    }

    #brandIdentity .color-card .color-name {
        font-size: 18px;
    }
}