/*

//.......................
//.VVVV....VVVVV...1111..
//.VVVV....VVVV...11111..
//.VVVV....VVVV..111111..
//.VVVVV..VVVV..1111111..
//..VVVV..VVVV..1111111..
//..VVVV..VVVV..11.1111..
//..VVVVVVVVV......1111..
//...VVVVVVVV......1111..
//...VVVVVVVV......1111..
//...VVVVVVV.......1111..
//....VVVVVV.......1111..
//....VVVVVV.......1111..
//....VVVVV........1111..
//.......................

V1

	TABLE OF CONTENTS
	--------------------------------
	TABLE OF CONTENTS
	--------------------------------
	*. font .......................
	--------------------------------
*/



@font-face {
  font-family: "Black Han Sans";
  src: url("/css/fonts/BlackHanSans-Regular.ttf");
  src: local("Ã¢ËœÂº"),
    url("/css/fonts/BlackHanSans-Regular.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "asenaru";
  src: url("/css/fonts/asenaru.ttf");
  src: local("Ã¢ËœÂº"), url("/css/fonts/asenaru.ttf") format("truetype");
  font-weight: inherit;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  src: url("/css/fonts/rubik/Rubik-Light.ttf");
  src: local("Ã¢ËœÂº"),
    url("/css/fonts/rubik/Rubik-Light.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  src: url("/css/fonts/rubik/Rubik-Regular.ttf");
  src: local("Ã¢ËœÂº"),
    url("/css/fonts/rubik/Rubik-Regular.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  src: url("/css/fonts/rubik/Rubik-Medium.ttf");
  src: local("Ã¢ËœÂº"),
    url("/css/fonts/rubik/Rubik-Medium.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Korean Fonts */
@font-face {
  font-family: "Koaroo";
  src: url("/font/KOAROO.ttf");
  src: local("Ã¢ËœÂº"), url("/font/KOAROO.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Wemakeprice";
  src: url("/font/wemakeprice-semibold.eot");
  src: url("/font/wemakeprice-semibold.eot?#iefix") format("embedded-opentype"),
    url("/font/wemakeprice-semibold.woff2") format("woff2"),
    url("/font/wemakeprice-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans KR Regular";
  src: url("/font/NotoSansKR-Regular.ttf");
  src: local("Ã¢ËœÂº"), url("/font/NotoSansKR-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans KR Medium";
  src: url("/font/NotoSansKR-Medium.ttf");
  src: local("Ã¢ËœÂº"), url("/font/NotoSansKR-Medium.ttf") format("truetype");
}
