@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans KR",sans-serif;
}

html,body{
    overflow-x: hidden;
}

ul,li{
    list-style: none;
    
}

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

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

