@import url("../fonts/pretendard/pretendard.css");

* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  font-family: 'Pretendard', sans-serif;
  box-sizing: border-box;
  letter-spacing: -1px;
}

*, :after, :before {
  box-sizing: border-box;
}


:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

html {
 -webkit-text-size-adjust: none;
 -moz-text-size-adjust: none;
 -ms-text-size-adjust: none;
 -o-text-size-adjust: none;
 font-size: 10px;
}

html, body {
  height: 100%;
  line-height: 1;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, select {
  border-radius: 0;
  border: 0;
  outline: 0;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
  display: inline-block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style: none;
}


body {
  vertical-align: baseline;
  font-family: "pretendard", sans-serif;
  color: #111;
  font-size: 1.6rem;
}

.inner {
  margin: 0 auto;
  width: 100%;
  padding: 0 3.2rem;
}


#wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 720px;
  padding-bottom: 130px;
}

