@import url('https://webfontworld.github.io/pretendard/Pretendard.css');
@import url('https://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: inherit;
    font-weight: inherit;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    vertical-align: middle;
    /*이미지 4px 정도 뜨는 현상 없애줌 */
    max-width: 100%;
}


body {
    line-height: 1;
    /*기본적으로 1.2잡혀있는 LINE-HEIGHT을 1로 잡아줌*/
    font-family: 'Pretendard';

}
