/* ********** ********** ********** */
/*            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;
}

/* 1. 와이드 스크린 (> 1800px): 폰트 확대 */
@media all and (min-width: 1800px) {
  html.o_html {
    font-size: 18px;
  }
}

/* 2. 태블릿 가로 / 큰 노트북 (<= 1280px) */
@media all and (max-width: 1280px) {
  html.o_html {
    font-size: 14px;
  }
}

/* 3. 중소형 태블릿 / 큰 모바일 (<= 991px) */
@media all and (max-width: 991px) {
  html.o_html {
    font-size: 13px;
  }
}

/* 4. 모바일 / 폴더블 펼침 (<= 600px) */
@media all and (max-width: 600px) {
  html.o_html {
    font-size: 14px;
  }
}

/* 5. 모바일 / 폴더블 접힘 (<= 380px) */
@media all and (max-width: 380px) {
  html.o_html {
    font-size: 13px;
  }
}

/* o_text */
.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;
} /* 15px */
.o_h8 {
  font-size: 0.87rem;
  line-height: 1.6;
} /* 13px */

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