.about-content {
    display: flex;
    flex-direction: row;
     gap: 1rem;
     justify-content: space-around;
     border-top: 1px solid black;
     padding-top: 1rem;
}
.contact-info {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-around;
    border-top: 1px solid black;
     padding-top: 1rem;
}
.contact-item {
    display: block;
    width: 100%;
    text-align: center;
}

.container-full {
    width: 100%;
    /* max-width: 120rem;
    margin: 0 auto; */
    padding: 1rem 1rem;
}

section {
    margin-bottom: 6rem;
}

h3 {
    font-weight: 900;
    font-size: 3.6rem;
    letter-spacing: -0.2rem;
}
h3 .en {
    font-weight: 700;
    font-size: 3.9rem;
}
.submenu {
    display: flex;
    flex-direction: row;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.submenu-item {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 100%;
}
/* 데스크톱에서만 호버 효과 적용 */
@media (min-width: 769px) {
    .submenu-item:hover {
        text-align: center;
        width: 100%;
        color: navy;
        text-shadow: none;
        transition: .6s;
    }
}
.submenu-btn {
    text-align: center;
    width: 100%;
    color: white;
    text-shadow: -1px 0px black, 0px 1px black, 1px 0px black, 0px -1px black;
}
.left{
   border-right: 1px solid black;
}

.active {
    text-align: center;
    width: 100%;
    color: black;
    text-shadow: none;
}

.submenu-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}
.submenu {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.submenu-item {
display: block;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 100%;
}
.submenu-btn {
    text-align: center;
    width: 100%;
    color: white;
    text-shadow: -1px 0px black, 0px 1px black, 1px 0px black, 0px -1px black;
}
.left {
   border-right: 1px solid black;
}
/* 데스크톱에서만 호버 효과 적용 */
@media (min-width: 769px) {
    .submenu-item :hover {
        text-align: center;
        width: 100%;
        color: navy;
        text-shadow: none;
        transition: .6s;
    }
}
.active {
    text-align: center;
    width: 100%;
    color: black;
    text-shadow: none;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;

}
.container-full{
    margin-top: 0;
    padding-top: 0;
}
main {
    margin-top: 0;
    padding-top: 0;
}

@media (max-width: 768px) {
    /* body {
        font-size: 6px;
    } */

    h3 {
        font-size: 2.0rem;
    }
    h3 span.ml-en {
        font-weight: 700;
        font-size: 2.1rem;
    }

    p {
        font-size: 1.2rem
    }
    section {
        margin-bottom: 3rem;
    }
    h3 span.ml-en {
        font-family: "neue-haas-grotesk-display", -apple-system, sans-serif;
        font-weight: 600;
        letter-spacing: -0.1rem;
        font-size: 2.1rem;
        position: relative;
        top: 0.04rem;
    }
    h3 span.ml-ko {
        font-size: 2.0rem;

    }
    .about-content {
        display: flex;
        flex-direction: column;
         gap: 1rem;
         justify-content: space-between;
    }
}