@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
*{
    margin: 0;
    padding: 0;
}

html,body{
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

ul,li{
    list-style: none;
}

a{
    text-decoration: none;
    color: #343434;
}   
a.link-light{
    text-decoration: none;
}

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