@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

body {
  font-family: 'Pretendard', sans-serif;
  color: var(--Font-02_black, #111);
}

html {
    -webkit-font-smoothing: antialiased; /* macOS 브라우저용 */
    -moz-osx-font-smoothing: grayscale; /* Firefox용 */
    text-rendering: optimizeLegibility; /* 텍스트 가독성 향상 */
}

.mt6 {
	margin-top: 6px !important;
}

.mt8 {
	margin-top: 8px !important;
}

.mt12 {
	margin-top:12px !important;
}
.mt16 {
	margin-top:16px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt24 {
	margin-top:24px !important;
}
.mt32 {
	margin-top:32px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt48 {
	margin-top:48px !important;
}
.mt50 {
	margin-top:50px !important;
}

.m2 {
	margin: 0 2px;
}
.m4 {
	margin: 0 4px;
}
.pt50 {
    padding-top: 50px !important;
}