@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    color: #171D21;
    font-family: 'Pretendard';
}
ol,ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
}
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}