@charset "UTF-8";

/**********************************************
* ## note : fonts set
* ## 주의사항 : 웹폰트 이용시 Google cdn을 기본을 사용합니다. 
* # google fonts cdn이 변경됨. https://fonts.google.com/에 방문하여 폰트를 담아오면 됩니다.
* # 예) @import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&subset=korean');
*
* #'Apple SD Gothic Neo','Helvetica Neue'는 apple기기 서체
*
**********************************************/

/* All page */
body,th,td,input,select,textarea,button,h1,h2,h3,h4,h5,h6 {font-family:'Pretendard','Apple SD Gothic Neo','Helvetica Neue','Roboto','Noto Sans KR','Malgun Gothic','dotum','Arial',sans-serif}

/* 폰트 */
.font-roboto {font-family: 'Roboto', sans-serif}
.font-noto {font-family: 'Noto Sans KR', sans-serif}
.font-poppins {font-family: 'Poppins', sans-serif}
.weight-100 {font-weight:100}
.weight-200 {font-weight:200}
.weight-300 {font-weight:300}
.weight-400 {font-weight:400}
.weight-500 {font-weight:500}
.weight-600 {font-weight:600}
.weight-700 {font-weight:700}
.weight-800 {font-weight:800}
.weight-900 {font-weight:900}