@charset "utf-8";

@font-face { /* 카페24 서라운드 폰트 적용 */
  font-family: "cafe24surround";
  src: url("../fonts/Cafe24Ssurround.ttf") format("truetype");
  font-weight: normal;
}

@font-face { /* 나눔스퀘어 폰트 적용 */
  font-family: "nanumsquare";
  src: url("../fonts/NanumSquareL.ttf") format("truetype");
  font-weight: 300;
}

@font-face { /* 나눔스퀘어 폰트 적용 */
  font-family: "nanumsquare";
  src: url("../fonts/NanumSquareR.ttf") format("truetype");
  font-weight: 400;
}

@font-face { /* 나눔스퀘어 폰트 적용 */
  font-family: "nanumsquare";
  src: url("../fonts/NanumSquareB.ttf") format("truetype");
  font-weight: 700;
}

@font-face { /* 나눔스퀘어 폰트 적용 */
  font-family: "nanumsquare";
  src: url("../fonts/NanumSquareEB.ttf") format("truetype");
  font-weight: 800;
}