/* *{
    letter-spacing: -0.05em !important;
} */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

html,
body {
    letter-spacing: -0.5px;
    font-family: 'Noto Sans SC', sans-serif !important;
}

/* #header .gnb {
    gap: 2.5rem;
} */
#header .gnb>li>span {
    text-align: center;
}

#directions ol .flex p {
    width: auto;
}
#difference .img{
    width:50%;
}
@media (max-width: 990px) {
    #fullMenu .fnb .lnb>li {
        display: inline-block;
        min-width: 100%;
    }

    .direction-box li {
        flex-direction: column;
    }

    .direction-box li:nth-last-child(1) {
        align-items: center;
    }

    .direction-box li ol {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #directions ol .flex p {
        width: 30%;
        margin: 0 auto;
    }

    #directions ol .flex .ls-05 {
        text-align: center;
    }

    #directions ul li h6 {
        width: 50%;
        justify-content: center;
        margin-bottom: 10px;
    }
}