@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
@import url('pretendardvariable.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Pretendard Variable', Pretendard, Roboto, 'Noto Sans KR', 'Segoe UI', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol', 'Noto Sans KR', sans-serif;

  background-color: #fff;
  line-height: 1.3;
}

a {
  text-decoration: none;
  color: #333;
}
ul,
dl,
ol {
  list-style: none;
}

img {
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
textarea,
button {
  font-family: 'Pretendard Variable', 'Noto Sans KR', sans-serif;
}

button {
  cursor: pointer;
  display: block;
  border-radius: 0;
  background-color: transparent;
  border: none;
}
/* Firefox  */
input[type='number'] {
  -moz-appearance: textfield;
}

/* class reset */
.transparent {
  color: transparent;
  font-size: 0;
}

.flex-container {
  display: flex;
}

.img-container img {
  width: 100%;
}
/* class reset */
