* {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Inter", "Noto Sans KR", "Noto Sans JP";
    outline: 0;
}

html,body{
	width: 100%;
  	height: 100%;
}

a {
    text-decoration: none;
    color: #111111;
}

ul {
    list-style-type: none;
}

.wrap {
        width: 100%;
        min-width: 1000px;
        height: auto;
  		min-height: 100vh;
  		padding-bottom: 254px;
        margin: 0 auto;
        overflow: hidden;
        background-color: #f9f9f9;
}
