@charset "UTF-8";
/**********************************************
note : fonts set
## google fonts cdn이 변경됨. https://fonts.google.com/에 방문하여 폰트를 담아오면 됩니다.
## 예) @import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&subset=korean');
**********************************************/
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800|Noto+Sans+KR:100,300,400,500,700,900|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=korean'); /* Roboto,나눔고딕,본고딕 */
@import url('/css/webFonts/gmarketSans.css');	/* font-family:'Gmarket Sans'; */

/* admin page */
.admin-body,.admin-body th,.admin-body td,.admin-body input,.admin-body select,.admin-body textarea,.admin-body button,
.admin-body h1,.admin-body h2,.admin-body h3,.admin-body h4,.admin-body h5,.admin-body h6 
{font-family:'Roboto','Noto Sans KR','Malgun Gothic','돋움','dotum','Helvetica','Apple SD Gothic Neo',sans-serif}

/* user page */
body,th,td,input,select,textarea,button,h1,h2,h3,h4,h5,h6,
.user-webfont, .user-webfont th,.user-webfont td,.user-webfont input,.user-webfont select,.user-webfont textarea,.user-webfont button,
.user-webfont h1,.user-webfont h2,.user-webfont h3,.user-webfont h4,.user-webfont h5,.user-webfont h6
{font-family:'Roboto','Noto Sans KR','Malgun Gothic','돋움','dotum','Helvetica','Apple SD Gothic Neo',sans-serif}

/* 폰트 */
.font-roboto {font-family: 'Roboto', sans-serif;}
.font-nanum {font-family: 'Nanum Gothic', sans-serif;}
.font-noto {font-family: 'Roboto','Noto Sans KR', sans-serif;}
.font-weight-100 {font-weight:100}
.font-weight-300 {font-weight:300}
.font-weight-400 {font-weight:400}
.font-weight-500 {font-weight:500}
.font-weight-700 {font-weight:700}
.font-weight-800 {font-weight:800}
.font-weight-900 {font-weight:900}