@charset "utf-8";
@import url('https://webfontworld.github.io/pretendard/Pretendard.css');



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Pretendard';
}
body{
    font-family: 'Noto Sans KR', sans-serif;
}

ol,ul,li{
    list-style: none;
}

a{
    text-decoration: none;
    color: inherit;
    display: block;
}

img,svg,video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
html,body{
    font-size: 100%;
}