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