@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-style: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
* {
  box-sizing: border-box;
}
*[hidden] {
  display: none;
}
body {
  word-break: keep-all;
  /* -webkit-text-size-adjust : 100%; */
  -webkit-font-smoothing: antialiased;
  font: 16px 'Poppins', 'Pretendard', dotum, sans-serif;
  letter-spacing: -0.5px;
  line-height: 1.2;

}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  /* *::before , *::after{box-sizing: border-box;} */
}
ul, li {
  list-style: none;
}
/* reset - E */

/* common - S */
* {
  box-sizing: border-box;
}
a:hover {
  cursor: pointer;
}

.hide {
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  position: absolute;
  left: -9999px;
}
/* .clearfix::after{content: ""; display: block; clear: both;} */
img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  /* display: block; */
}
a {
  text-decoration: none;
  color: inherit;
}

.skip-nav a {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #f90;
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 10000;
}
.skip-nav a:focus {
  top: 0;
}

/* common - E */