@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: KimjungchulMyungjo;
    src: url(../font/Kimjungchul_Font/otf/KimjungchulMyungjo-Bold.otf);
    font-weight: 800;
}
@font-face {
    font-family: KimjungchulMyungjo;
    src: url(../font/Kimjungchul_Font/otf/KimjungchulMyungjo-Light.otf);
    font-weight: 300;
}
@font-face {
    font-family: KimjungchulMyungjo;
    src: url(../font/Kimjungchul_Font/otf/KimjungchulMyungjo-Regular.otf);
    font-weight: 500;
}
* { margin: 0; padding: 0; }
ol,ul,li { list-style: none; }
img { width: 100%; height: 100%; display: block;}
a { text-decoration: none; }
body { font-family:'KimjungchulMyungjo', 'Noto Sans KR', sans-serif; color:#fff; line-height:auto; font-weight:500; letter-spacing:0em; word-break:keep-all;}