@import url("./english.css");

/* 한국어 페이지 전용 타이포그래피 */
body.ko-site {
  font-family: "Noto Serif KR", "Apple SD Gothic Neo", "Malgun Gothic", serif;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.ko-site .en-intro p,
.ko-site .en-info,
.ko-site .en-detail-block dt,
.ko-site .en-detail-block dd,
.ko-site .en-detail-block p {
  letter-spacing: .01em;
}

.ko-site .en-detail-block dt {
  word-break: keep-all;
}

@media (max-width: 760px) {
  .ko-site .en-intro p,
  .ko-site .en-info {
    line-height: 1.9;
  }
}
