@charset "utf-8";
/*********** <홈페이 기본 글씨체> ***********/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800');
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500);
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

*, *:before, *:after { box-sizing: inherit; }
 html { box-sizing: border-box; }


/* ======= 공통 ======= */
body {
  margin: 0 auto;
 font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  background: #fff;
  color: #222;
  text-decoration: none;
  list-style:none;
}
 a{ text-decoration: none; }
img{border-style:none;}

