@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-jp-dynamic-subset.min.css");

/* ---------------------------------------- */
/* reset */
/* ---------------------------------------- */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #d1d1d1;
}

::-webkit-scrollbar-thumb {
  background: #f6f6f6;
  border-radius: 20px;
}

html {
  font-size: 16px;
  width: 100%;
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
header,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-break: break-all;
}

/* 기본폰트 지정 */
body,
button,
input,
select,
table,
textarea,
pre {
  font-family:
    "Pretendard JP Variable",
    "Pretendard JP",
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    Roboto,
    "Helvetica Neue",
    "Segoe UI",
    "Hiragino Sans",
    "Apple SD Gothic Neo",
    Meiryo,
    "Noto Sans JP",
    "Noto Sans KR",
    "Malgun Gothic",
    Osaka,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}
button,
fieldset,
img {
  border: 0 none;
}
fieldset,
img {
  border: 0;
}
img,
li {
  border: 0;
  vertical-align: top;
}
li,
ol,
ul {
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
address,
em {
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
button {
  border: 0;
  background: 0 0;
  cursor: pointer;
}
table {
  margin: 0;
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
input[type="text"],
textarea {
  resize: none;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
embed,
iframe,
img,
object,
video {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
i.guide-icon {
  display: inline-block;
}

@media screen and (max-width: 690px) {
  html {
    font-size: 10px;
    font-size: 0.625rem;
    -webkit-text-size-adjust: none;
  }
  body,
  button,
  input,
  select,
  table,
  textarea {
    font-size: 1.6rem;
  }
}

/* IE9+IE10 */
@media screen and (min-width: 0\0) {
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden],
  template {
    display: none;
  }
  svg:not(:root) {
    overflow: hidden;
  }
}

/* ---------------------------------------- */
/* general class */
/* ---------------------------------------- */
.pos-relative {
  position: relative;
}
.display_flex_align_center {
  display: flex;
  align-items: center;
}
.justify-center {
  justify-content: center;
}
/* VR */
.content_box {
  width: 100%;
  height: 560px;
  border-radius: 16px;
  overflow: hidden;
}
.iframe-box {
  width: 100%;
  height: 100%;
  touch-action: auto;
  -ms-touch-action: auto;
  overscroll-behavior: contain;
}

.content_box .vr-iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0px;
}

.only_res,
.only_tablet,
.only_mobile {
  display: none !important;
}
.no_bold {
  font-weight: 400 !important;
}
.txt_bold {
  font-weight: 700 !important;
}
.txt_semibold {
  font-weight: 500 !important;
}
.txt_italic {
  font-style: italic;
}
.txt_point {
  font-weight: 700;
  color: #da291c; /* site color */
}
.ir_text,
.blind {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.word_keep {
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .only_res,
  .only_tablet {
    display: flex !important;
  }
  .not_tablet {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .only_pc {
    display: none !important;
  }
  .only_tablet {
    display: none !important;
  }
  .only_mobile,
  .not_tablet {
    display: flex !important;
  }
  .not_mobile {
    display: none !important;
  }
}

/* quick menu */
.is_fixed {
  z-index: 10000;
}

/* content max width */
/* % */
.cont_w100 {
  max-width: 100%;
}
.cont_w80 {
  max-width: 80%;
  margin: 0 auto;
}
.cont_w60 {
  max-width: 60%;
  margin: 0 auto;
}
.cont_w50 {
  max-width: 50%;
  margin: 0 auto;
}
.cont_w33 {
  max-width: 33.3%;
  margin: 0 auto;
}
.cont_w25 {
  max-width: 25%;
  margin: 0 auto;
}
.cont_w20 {
  max-width: 20%;
  margin: 0 auto;
}
/* px */
.cont_wp1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.cont_wp1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.cont_wp800 {
  max-width: 800px;
  margin: 0 auto;
}
.cont_wp600 {
  max-width: 600px;
  margin: 0 auto;
}
.cont_wp400 {
  max-width: 400px;
  margin: 0 auto;
}
.cont_wp300 {
  max-width: 300px;
  margin: 0 auto;
}

/* divider */
.divider_top {
  margin-top: 60px;
}
.divider_top_s {
  margin-top: 30px;
}
.divider_top_l {
  margin-top: 100px;
}
.divider_top_xl {
  margin-top: 140px;
}
.divider_bottom {
  margin-bottom: 60px;
}
.divider_bottom_s {
  margin-bottom: 30px;
}
.divider_bottom_l {
  margin-bottom: 100px;
}
.divider_bottom_xl {
  margin-bottom: 140px;
}
.divider_bg_height .divider {
  height: 496px !important;
}
@media screen and (max-width: 999px) {
  .divider_top {
    margin-top: 40px;
  }
  .divider_top_s {
    margin-top: 20px;
  }
  .divider_top_l {
    margin-top: 60px;
  }
  .divider_top_xl {
    margin-top: 100px;
  }
  .divider_bottom {
    margin-bottom: 30px;
  }
  .divider_bottom_s {
    margin-bottom: 20px;
  }
  .divider_bottom_l {
    margin-bottom: 60px;
  }
  .divider_bottom_xl {
    margin-bottom: 100px;
  }
  .divider_bg_height .divider {
    height: 360px !important;
  }
}
@media screen and (max-width: 690px) {
  .divider_top {
    margin-top: 30px;
  }
  .divider_top_s {
    margin-top: 16px;
  }
  .divider_top_l {
    margin-top: 46px;
  }
  .divider_top_xl {
    margin-top: 60px;
  }
  .divider_bottom {
    margin-bottom: 30px;
  }
  .divider_bottom_s {
    margin-bottom: 16px;
  }
  .divider_bottom_l {
    margin-bottom: 46px;
  }
  .divider_bottom_xl {
    margin-bottom: 60px;
  }
  .divider_bg_height .divider {
    height: 200px !important;
  }
}

.ir_text,
.blind {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.font-sm {
  font-size: 14px;
}
.font-base {
  font-size: 16px;
}
.font-md {
  font-size: 18px;
}
.font-lg {
  font-size: 20px;
}
.font-extra-lg {
  font-size: 24px;
}
