/*Font: Commissioner*/
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*Font: S-Core*/
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* MiloOT */
@font-face {font-family: "MiloOT-Light"; src: url("//db.onlinewebfonts.com/t/f70c115ac8f44d4298290a295e87f290.eot"); src: url("//db.onlinewebfonts.com/t/f70c115ac8f44d4298290a295e87f290.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/f70c115ac8f44d4298290a295e87f290.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/f70c115ac8f44d4298290a295e87f290.woff") format("woff"), url("//db.onlinewebfonts.com/t/f70c115ac8f44d4298290a295e87f290.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/f70c115ac8f44d4298290a295e87f290.svg#MiloOT-Light") format("svg"); }

/*body*/
body {
	font-family: "Commissioner", 'S-CoreDream', 'malgun gothic', Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
    font-family: inherit;
}
/*font*/
.f_com {
	font-family: 'Commissioner', sans-serif !important;
}
.f_milo {
	font-family: "MiloOT-Light", sans-serif !important;
}

/*dft*/
h1.dft {
    font-size: 48px;
    color: #000;
    line-height: 1em;
    text-transform: none;
}
h2.dft {
    font-size: 35px;
    color: #000;
    line-height: 1.2em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #000;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    color: #000;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 18px;
    color: #000;
    line-height: 1.6em;
    text-transform: none;
}
h6.dft {
    font-size: 14px;
    color: #000;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 16px;
    line-height: 1.6em;
    color: #000;
}
@media (max-width:1200px) and (min-width:768px){
    h1.dft {
        font-size: 35px;
    }
    h2.dft {
        font-size: 25px;
    }
    h3.dft {
        font-size: 24px;
    }
    h4.dft {
        font-size: 21px;
    }
    h5.dft {
        font-size: 18px;
    }
    h6.dft {
        font-size: 14px;
    }
    p.dft {
        font-size: 15px;
    }
}
@media (max-width:768px) and (min-width:500px){
    h1.dft {
        font-size: 30px;
    }
    h2.dft {
        font-size: 23px;
    }
    h3.dft {
        font-size: 21px;
    }
    h4.dft {
        font-size: 18px;
    }
    h5.dft {
        font-size: 16px;
    }
    h6.dft {
        font-size: 13px;
    }
    p.dft {
        font-size: 14px;
    }
}
@media (max-width:500px){
    h1.dft {
        font-size: 24px;
    }
    h2.dft {
        font-size: 18px;
    }
    h3.dft {
        font-size: 17px;
    }
    h4.dft {
        font-size: 15px;
    }
    h5.dft {
        font-size: 14px;
    }
    h6.dft {
        font-size: 11px;
    }
    p.dft {
        font-size: 12px;
    }
}

/* font-weight */
.font-Thin {
    font-weight: 100 !important;
}
.font-ExtraLight {
    font-weight: 200 !important;
}
.font-Light {
    font-weight: 300 !important;
}
.font-Regular {
    font-weight: 400 !important;
}
.font-Medium {
    font-weight: 500 !important;
}
.font-Bold {
    font-weight: 600 !important;
}
.font-ExtraBold {
    font-weight: 700 !important;
}
.font-Heavy {
    font-weight: 800 !important;
}
.font-Black {
    font-weight: 900 !important;
}

/* subP */
.subP {
    font-weight: 300;
    letter-spacing: -0.08em;
}