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

/* 200, 300, 400, 500, 600*/

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, sans-serif;
  word-break: keep-all;
  font-style: normal;
}

/* ********** ********** ********** */
/* 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: 15px;
  }
}
@media all and (max-width: 767px) {
  html.o_html {
    font-size: 14px;
  }
}
@media all and (max-width: 380px) {
  html.o_html {
    font-size: 13px;
  }
}

/* o_text */
.o_title {
  font-size: 4rem;
  letter-spacing: -2.3px;
  line-height: 1.2;
} /* 60px */
.o_h1 {
  font-size: 2.8rem;
  line-height: 1.3;
} /* 42px */
.o_h2 {
  font-size: 2.4rem;
  line-height: 1.3;
} /* 36px */
.o_h3 {
  font-size: 2rem;
  line-height: 1.4;
} /* 30px */
.o_h4 {
  font-size: 1.6rem;
  line-height: 1.4;
} /* 24px */
.o_h5 {
  font-size: 1.4rem;
  line-height: 1.5;
} /* 21px */
.o_h6 {
  font-size: 1.2rem;
  line-height: 1.5;
} /* 18px */
.o_h7 {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
} /* 15px */
.o_h8 {
  font-size: 0.87rem;
  line-height: 1.6;
  font-weight: 400;
} /* 13px */

/* 반응형 */
@media all and (max-width: 767px) {
  .o_title {
    font-size: 8.4vmin;
  } /* 33px */
  .o_h1 {
    font-size: 6.9vmin;
  } /* 27px */
  .o_h2 {
    font-size: 6.1vmin;
  } /* 24px */
  .o_h3 {
    font-size: 5.3vmin;
  } /* 21px */
  .o_h4 {
    font-size: 4.8vmin;
  } /* 19px */
  .o_h5 {
    font-size: 4.3vmin;
  } /* 17px */
  .o_h6 {
    font-size: 3.8vmin;
  } /* 15px */
  .o_h7 {
    font-size: 3.3vmin;
  } /* 13px */
  .o_h8 {
    font-size: 2.8vmin;
  } /* 11px */
}
