html,
body {
  font-size: 12px;
  font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

b {
  font-weight: 700 !important;
}

/* iamport 라이브러리의 레이어가 전체화면을 차지함. 팝업을 사용하고 있어서 레이어를 아예 안보이게 처리함 */
.imp-dialog {
  position: relative;
  z-index: 9999;
  display: none;
}

.imp-frame {
  position: relative;
  z-index: 9999;
}

.imp-frame-mobile {
  position: relative;
  z-index: 9999;
}

#tocplusWindow {
  display: none;
}

@media (min-width: 600px) {
  html {
    font-size: 13px;
  }
}

@media (min-width: 960px) {
  html {
    font-size: 15px;
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }

  #tocplusWindow {
    display: block;
  }
}
