/* ************ */
/*  Font Style  */
/* ************ */

/* font-family */
p,
span,
div,
img,
li,
dt,
a,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
body,
input,
textarea,
select {
  font-family: Pretendard, sans-serif;
  word-break: keep-all;
}

.yisd_font {
  font-family: yisunshin_dotum, sans-serif !important;
  letter-spacing: -1px;
}

/* font-size */
html {
  font-size: 15px;
}

@media all and (min-width: 2800px) {
  html {
    font-size: 21px;
  }
}
@media all and (min-width: 1800px) {
  html {
    font-size: 18px;
  }
}
@media all and (max-width: 1300px) {
  html {
    font-size: 13px;
  }
}
@media all and (max-width: 991px) {
  html {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media all and (max-width: 320px) {
  html {
    font-size: 12px;
  }
}

body .o_title {
  font-size: 4rem;
  line-height: 1.2;
}
body .o_h1 {
  font-size: 2.8rem;
  line-height: 1.3;
}
body .o_h2 {
  font-size: 2.4rem;
  line-height: 1.3;
}
body .o_h3 {
  font-size: 2rem;
  line-height: 1.4;
}
body .o_h4 {
  font-size: 1.6rem;
  line-height: 1.4;
}
body .o_h5 {
  font-size: 1.4rem;
  line-height: 1.5;
}
body .o_h6 {
  font-size: 1.2rem;
  line-height: 1.5;
}
body .o_h7 {
  font-size: 1rem;
  line-height: 1.6;
}
body .o_h8 {
  font-size: 0.87rem;
  line-height: 1.6;
}

@media all and (max-width: 767px) {
  body .o_title {
    font-size: 8.4vmin;
  }
  body .o_h1 {
    font-size: 6.9vmin;
  }
  body .o_h2 {
    font-size: 6.1vmin;
  }
  body .o_h3 {
    font-size: 5.3vmin;
  }
  body .o_h4 {
    font-size: 4.8vmin;
  }
  body .o_h5 {
    font-size: 4.3vmin;
  }
  body .o_h6 {
    font-size: 3.8vmin;
  }
  body .o_h7 {
    font-size: 3.3vmin;
  }
  body .o_h8 {
    font-size: 2.8vmin;
  }
}
