@charset "utf-8";



/* ========================================본문서체====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');



@font-face {
    font-family: 'Pretendard';
    src: url('/font/Pretendard-Light.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}



/* 포인트서체 */
@font-face {
    font-family: 'Antro';
    src: url('/font/Antro_Vectra.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}



/* 포인트서체 */
@font-face {
    font-family: 'TwiceWriting';
    src: url('/font/TwiceWriting-PKgj2.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'twice';
    src: url('/font/TwiceWriting-L3djG.ttf');
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'EF_jejudoldam';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-EF@1.0/EF_jejudoldam.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}



/* ========================================reset====================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    font-size: 14px;
    font-family: 'Pretendard';
    color: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}

h3 {
    font-family: 'Pretendard-Regular';
    line-height: 1;
}



.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

/*  */



/* =======================================color01===================================== */
:root {
    --main01: #202020;
    --main02: #C80606;
    --main03: #1F2D8A;
    --main04: #FFCC00;
    --main05: #F0F0F0;


    --sub01: #F4F1EA;
    --sub02: #F4F1EA;
    --sub03: #F4F1EA;
    --sub04: #F4F1EA;
    --sub05: #202020;
    --sub06: #F0F0F0;

    --spot01: #2AF457;
    --spot02: #202020;
    --spot03: #FFCC00;
    --spot04: #202020;
    --spot05: #202020;

    --back01: #fff;
    --back02: #fff;
    --back03: #fff;
    --back04: #fff;
    --back05: #fff;

    --font01: #202020;
    --font02: #202020;
    --font03: #1F2D8A;
    --font04: #202020;
    --font05: #202020;
    --font06: #F0F0F0;


    --font-bg01: #fff;
    --font-bg02: #fff;
    --font-bg03: #fff;
    --font-bg04: #fff;
    --font-bg05: #fff;
}