/* ********** ********** ********** */
/*            O_FONT CSS            */
/* ********** ********** ********** */

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
tr,
th,
td,
.o_title,
.o_h1,
.o_h2,
.o_h3,
.o_h4,
.o_h5,
.o_h6,
.o_h7,
.o_h8 {
  font-family: Pretendard, "Noto Sans KR", sans-serif;
  word-break: keep-all;
  letter-spacing: -0.03em;
}

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

@media all and (min-width: 1800px) {
  html.o_html {
    font-size: 18px;
  }
}
@media all and (max-width: 1280px) {
  html.o_html {
    font-size: 14px;
  }
}
@media all and (max-width: 1140px) {
  html.o_html {
    font-size: 13px;
  }
}
@media all and (max-width: 991px) {
  html.o_html {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  html.o_html {
    font-size: 14px;
  }
}
@media all and (max-width: 380px) {
  html.o_html {
    font-size: 12px;
  }
}

/* o_text */
.o_h1 {
  font-size: 2.8rem;
  line-height: 1.3;
}
.o_h2 {
  font-size: 2.4rem;
  line-height: 1.3;
}
.o_h3 {
  font-size: 2rem;
  line-height: 1.4;
}
.o_h4 {
  font-size: 1.6rem;
  line-height: 1.4;
}
.o_h5 {
  font-size: 1.4rem;
  line-height: 1.5;
}
.o_h6 {
  font-size: 1.2rem;
  line-height: 1.5;
}
.o_h7 {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.o_h8 {
  font-size: 0.87rem;
  line-height: 1.6;
  font-weight: 400;
}

/* 반응형 */
@media all and (max-width: 767px) {
  .o_h1 {
    font-size: 7.7vmin;
  }
  .o_h2 {
    font-size: 6.2vmin;
  }
  .o_h3 {
    font-size: 5.1vmin;
  }
  .o_h4 {
    font-size: 4.6vmin;
  }
  .o_h5 {
    font-size: 4.1vmin;
  }
  .o_h6 {
    font-size: 3.8vmin;
  }
  .o_h7 {
    font-size: 3.6vmin;
  }
  .o_h8 {
    font-size: 3.1vmin;
  }
}

/* ********** ********** ********** */
