@charset "utf-8";


* {
    margin: 0;
    padding: 0;
    
}

body {
    font-size: 16px;
    color: #222;
    cursor: default;
    box-sizing: border-box;
    word-break: keep-all;

	font-family: 'Pretendard';

    word-spacing: 1;
    position: relative;
}

ul,li {
    list-style: none;
}

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

img {
    border: 0;
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}

