@charset "utf-8";

/* font */
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
	font-weight: 200;
  src:
  url('fonts/Pretendard/Pretendard-Thin.otf') format('opentype'),
  url('fonts/Pretendard/Pretendard-Thin.ttf') format('truetype'),
  url('fonts/Pretendard/Pretendard-Thin.woff') format('woff'),
  url('fonts/Pretendard/Pretendard-Thin.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
	font-weight: 300;
  src:
  url('fonts/Pretendard/Pretendard-ExtraLight.otf') format('opentype'),
  url('fonts/Pretendard/Pretendard-ExtraLight.ttf') format('truetype'),
  url('fonts/Pretendard/Pretendard-ExtraLight.woff') format('woff'),
  url('fonts/Pretendard/Pretendard-ExtraLight.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
	font-weight: 400;
  src:
  url('fonts/Pretendard/Pretendard-Light.otf') format('opentype'),
  url('fonts/Pretendard/Pretendard-Light.ttf') format('truetype'),
  url('fonts/Pretendard/Pretendard-Light.woff') format('woff'),
  url('fonts/Pretendard/Pretendard-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
	font-weight: 500;
  src:
  url('fonts/Pretendard/Pretendard-Regular.otf') format('opentype'),
  url('fonts/Pretendard/Pretendard-Regular.ttf') format('truetype'),
  url('fonts/Pretendard/Pretendard-Regular.woff') format('woff'),
  url('fonts/Pretendard/Pretendard-Regular.woff2') format('woff2');
}
/*
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
	font-weight: 500;
  src:
  url('fonts/Pretendard/Pretendard-Medium.otf') format('opentype'),
  url('fonts/Pretendard/Pretendard-Medium.ttf') format('truetype'),
  url('fonts/Pretendard/Pretendard-Medium.woff') format('woff'),
  url('fonts/Pretendard/Pretendard-Medium.woff2') format('woff2');
}
*/

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
	font-weight: 700;
  src:
  url('fonts/Pretendard/Pretendard-Bold.otf') format('opentype'),
  url('fonts/Pretendard/Pretendard-Bold.ttf') format('truetype'),
  url('fonts/Pretendard/Pretendard-Bold.woff') format('woff'),
  url('fonts/Pretendard/Pretendard-Bold.woff') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
	font-weight: 800;
  src:
  url('fonts/Pretendard/Pretendard-ExtraBold.otf') format('opentype'),
  url('fonts/Pretendard/Pretendard-ExtraBold.ttf') format('truetype'),
  url('fonts/Pretendard/Pretendard-ExtraBold.woff') format('woff'),
  url('fonts/Pretendard/Pretendard-ExtraBold.woff') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
	font-weight: 900;
  src:
  url('fonts/Pretendard/Pretendard-Black.otf') format('opentype'),
  url('fonts/Pretendard/Pretendard-Black.ttf') format('truetype'),
  url('fonts/Pretendard/Pretendard-Black.woff') format('woff'),
  url('fonts/Pretendard/Pretendard-Black.woff2') format('woff2');
}

@font-face {
  font-family: 'russoOne';
  font-style: normal;
	font-weight: 400;
  src:
  url('fonts/russoOne/russoOne.ttf') format('truetype');
}