@charset "utf-8";
/*************************************************************************************************
      [구글폰트, https://fonts.google.com/]
      font-weight
      - 100 (Thin)
      - 300 (Light)
      - 400 (Regular)
      - 500 (Medium)
      - 600 (Semi-bold)
      - 700 (Bold)
      - 900 (Black)
*************************************************************************************************/
/* font Set : Chakra Petch(guide) */
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&display=swap');
/* font Set : Roboto(admin) */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* font Set : Noto Sans KR(admin) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/* font Set : Nanum Brush Script(front-Signature) */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap');
/* font Set : Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

/*************************************************************************************************
      설치형 폰트 정의
      @font-face :
      - 설명폰트 : font-weight:200; (UltraLight)
      - 설명폰트 : font-weight:300; (Light)
      - 기본폰트 : font-weight:400; (Normal)
      - 강조폰트 : font-weight:500; (SemiBold)
      - 강조폰트 : font-weight:700; (Bold)
      - IE 10이상 지원 .eot 폰트
        : .woff (IE9+, firefox, safari, chrome, opera)
*************************************************************************************************/
@font-face {
 font-family:'';
 font-weight: 300;
 src: url(/common/fonts/);
 src: local("☺"),
      url(/common/fonts/?#iefix) format('embedded-opentype'),
      url(/common/fonts/) format('woff2'),
      url(/common/fonts/) format('woff'),
      url(/common/fonts/) format('truetype');
}

@font-face {
 font-family:'';
 font-weight: 400;
 src: url(/common/fonts/);
 src: local("☺"),
      url(/common/fonts/?#iefix) format('embedded-opentype'),
      url(/common/fonts/) format('woff2'),
      url(/common/fonts/) format('woff'),
      url(/common/fonts/) format('truetype');
}

@font-face {
 font-family:'';
 font-weight: 500;
 src: url(/common/fonts/);
 src: local("☺"),
      url(/common/fonts/?#iefix) format('embedded-opentype'),
      url(/common/fonts/) format('woff2'),
      url(/common/fonts/) format('woff'),
      url(/common/fonts/) format('truetype');
}