@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+Serif&display=swap");

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  word-break: keep-all;
  font-family: "Pretendard", sans-serif !important;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
  display: block;
  border: 0;
  *margin: 0;
  *padding: 0;
  *font-size: 0;
}

html,
body {
  width: 100%;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  color: #1d1d1f;
  font-weight: 500;
  line-height: 1;
  background: #f7f7fa;
  overflow-x: hidden;
}

body {
  -webkit-overflow-scrolling: touch;
  background: #f9fbff;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #21252f;
}

a[href^="tel"] {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  width: auto;
}

input,
select,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Pretendard", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

input::placeholder,
select:invalid {
  color: #b1b1b7;
  font-size: 14px;
  font-weight: 400;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #ff8318;
}

input:read-only {
  outline: none;
  background: #f5f6f7;
}

input:read-only:focus {
  border: 1px solid #dbdbdb;
}

input:disabled {
  background: #f5f6f7;
  color: #b1b1b7;
}

select option[value=""][disabled] {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
iframe {
  border: 0;
}

ul,
ol {
  list-style: none;
}

caption,
legend {
  display: none;
}

em,
i {
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

@media all and (max-width: 800px) {
  html,
  body {
    overflow-x: auto;
  }
}
