<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&amp;family=Noto+Sans+KR:wght@100;300;400;500;700;900&amp;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; }
</pre></body></html>