@charset "utf-8";
/* CSS Document */
 
@font-face {
  font-family: 'Suit';
  font-style: normal;
  font-weight: 100;
  src: local(※), url("../../fonts/Suit-Thin.woff") format('woff');
}
@font-face {
  font-family: 'Suit';
  font-style: normal;
  font-weight: 200;
  src: local(※), url("../../fonts/Suit-Extralight.woff") format('woff');
}
@font-face {
  font-family: 'Suit';
  font-style: normal;
  font-weight: 300;
  src: local(※), url("../../fonts/Suit-Light.woff") format('woff');
}
@font-face {
  font-family: 'Suit';
  font-style: normal;
  font-weight: 400;
  src: local(※), url("../../fonts/Suit-Regular.woff") format('woff');
}
@font-face {
  font-family: 'Suit';
  font-style: normal;
  font-weight: 500;
  src: local(※), url("../../fonts/Suit-Medium.woff") format('woff');
}
@font-face {
  font-family: 'Suit';
  font-style: normal;
  font-weight: 600;
  src: local(※), url("../../fonts/Suit-SemiBold.woff") format('woff');
}
@font-face {
  font-family: 'Suit';
  font-style: normal;
  font-weight: 700;
  src: local(※), url("../../fonts/Suit-Bold.woff") format('woff');
}
@font-face {
  font-family: 'Suit';
  font-style: normal;
  font-weight: 800;
  src: local(※), url("../../fonts/Suit-ExtraBold.woff") format('woff');
}
@font-face {
  font-family: 'Suit';
  font-style: normal;
  font-weight: 900;
  src: local(※), url("../../fonts/Suit-Black.woff") format('woff');
}

/* 영문 및 숫자 */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: local(※), url("../../fonts/Montesrrat-Thin.woff") format('woff');
	unicode-range: U+0041-007A, U+0030-0039;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: local(※), url("../../fonts/Montserrat-Extralight.woff") format('woff');
	unicode-range: U+0041-007A, U+0030-0039;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/Montserrat-Light.woff") format('woff');
	unicode-range: U+0041-007A, U+0030-0039;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Montserrat-Regular.woff") format('woff');
	unicode-range: U+0041-007A, U+0030-0039;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Montserrat-Medium.woff") format('woff');
	unicode-range: U+0041-007A, U+0030-0039;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/Montserrat-SemiBold.woff") format('woff');
	unicode-range: U+0041-007A, U+0030-0039;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Montserrat-Bold.woff") format('woff');
	unicode-range: U+0041-007A, U+0030-0039;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/Montserrat-ExtraBold.woff") format('woff');
	unicode-range: U+0041-007A, U+0030-0039;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/Montserrat-Black.woff") format('woff');
	unicode-range: U+0041-007A, U+0030-0039;
}


