
body{
    font-family: 'pretendard',sans-serif;
    font-weight: 400;
    color: black;
}

a{
    text-decoration: none;
    color: inherit
}

.site-header{
    padding: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.container{
    max-width: 1440px;
    margin: 0 auto;
    padding : 0 20px


}

.logo img{

    display: block;
    width: 200px;
    height: auto;

}

.gnb-list{

    align-items: center;
}

.gnb-link {
    color: black;
    text-decoration: none;
}

.header-inner{
    gap: 24px;
}