@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;
}

.landing-footer-logo img {
  /* filter: grayscale(1); */
  filter: invert(20%);
  /* vertical-align: bottom; */
}

.card.card-nobordered {
  box-shadow: none;
  border: 0px;
}

/* text-indent를 사용하기 위한 여백 설정 */
.textstyle{
  border: 1px solid black;
  padding-left: 15px; /* text-indent 값이 음수일 경우 대비 */
}

/* 들여쓰기 30px */
.textindent{
  text-indent: 15px;
  padding-left: 0px !important; /* 우선 순위 적용을 위해 */
}

/* 내어쓰기 30px */
.textindentout{ text-indent: -15px; }
