@charset "utf-8";
body {font-family: 'Noto Sans SC', sans-serif; word-break: normal !important;}

:root {
  --font-primary: "Noto Sans SC", "맑은 고딕", sans-serif;
  --font-secondary: 'Noto Sans SC', var(--font-primary);
}

.step-ls .item .box .num {flex-shrink: 0;}
.tech-partner .item .desc {word-break: normal !important;}
.step-ls .item .box .desc {word-break: normal !important;}

@media screen and (min-width: 1400px) {

}
@media screen and (max-width: 1399px) {

}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 399px) {

}