@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* Pretendard 프리텐다드 웹폰트 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

/* 무료이용 웹폰트 */
@font-face {
  font-family: 'AppleSDGothicNeoB';
  src: url('/assets/css/font/AppleSDGothicNeo/AppleSDGothicNeoB.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NEXON Lv1 Gothic OTF';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
	min-width:360px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size:16px !important;
}

.landing-dark-bg {
  background-color: #25282B;
}
.landing-blue-bg {
  background-color: #1b84ff;
}

.landing-gray-bg {
  background-color: #f8f8f8;
}

.landing-gray-separator {
  border-top: 1px solid #444444;
}

.card.card-nobordered {
  box-shadow: none;
  border: 0px;
}