| 1234567891011121314151617 |
- @import "pretendard/dist/web/static/pretendard.css";
- * {
- 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;
- }
- .header--wrap{
- .header--container{
- width: 100%;
- margin: 0 auto;
- background-color: transparent;
-
- .logo--wrap{
- max-width: 138px;
- }
- }
- }
|