/*
XET CSS v2.0.2 2024-02-20 for supported in all modern browsers
By xetemplate(https://xetemplate.com)
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  height: 100%;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: 100%;
}

html,
body,
table,
th,
td,
button,
select,
input,
textarea {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, system-ui, "Noto Sans KR", Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

html,
body,
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre fieldset,
legend,
textarea,
form {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ol,
ul,
menu,
summary {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

:focus {
  outline: 0;
}

fieldset {
  border: 0;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

embed,
object,
video {
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}