@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body,
input,
select,
textarea,
button {
    font-size: 16px;
	line-height: 1.5;
    color: #000;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    word-break: keep-all;
}

.engPt {font-family: "Playfair Display", sans-serif; line-height: 1.2;}