@charset "utf-8";


/* ------------------------------------------------------------ KR */
/* Noto Sans KR */
@font-face {
    font-family:'NotoSansKR';
    font-style:normal;
    font-weight:100;
    src:url(../fonts/NotoSansKR/woff/NotoSansKR-Thin.woff) format('woff');
}
@font-face {
    font-family:'NotoSansKR';
    font-style:normal;
    font-weight:200;
    src:url(../fonts/NotoSansKR/woff/NotoSansKR-DemiLight.woff) format('woff');
}
@font-face {
    font-family:'NotoSansKR';
    font-style:normal;
    font-weight:300;
    src:url(../fonts/NotoSansKR/woff/NotoSansKR-Light.woff) format('woff');
}
@font-face {
    font-family:'NotoSansKR';
    font-style:normal;
    font-weight:500;
    src:url(../fonts/NotoSansKR/woff/NotoSansKR-Regular.woff) format('woff');
}
@font-face {
    font-family:'NotoSansKR';
    font-style:normal;
    font-weight:600;
    src:url(../fonts/NotoSansKR/woff/NotoSansKR-Medium.woff) format('woff');
}
@font-face {
    font-family:'NotoSansKR';
    font-style:normal;
    font-weight:800;
    src:url(../fonts/NotoSansKR/woff/NotoSansKR-Bold.woff) format('woff');
}

/* Infinity Sans */
@font-face {
    font-family: "InfinitySans";
    font-style:normal;
    font-weight:500;
    src:url(../fonts/InfinitySans/woff/InfinitySans-Regular.woff) format('woff');
}
@font-face {
    font-family: "InfinitySans";
    font-style:normal;
    font-weight:800;
    src:url(../fonts/InfinitySans/woff/InfinitySans-Bold.woff) format('woff');
}

/* NexonLv2 */
@font-face {
    font-family: "NexonLv2";
    font-style:normal;
    font-weight:300;
    src:url(../fonts/NexonLv2/woff/NexonLv2-Light.woff) format('woff');
}
@font-face {
    font-family: "NexonLv2";
    font-style:normal;
    font-weight:500;
    src:url(../fonts/NexonLv2/woff/NexonLv2-Regular.woff) format('woff');
}
@font-face {
    font-family: "NexonLv2";
    font-style:normal;
    font-weight:800;
    src:url(../fonts/NexonLv2/woff/NexonLv2-Bold.woff) format('woff');
}


/* ------------------------------------------------------------ EN */
/* Montserrat */
@font-face {
	font-family:'Montserrat';
    font-style:normal;
    font-weight:300;
    src:url(../fonts/Montserrat/woff/Montserrat-Light.woff) format('woff');
}
@font-face {
	font-family:'Montserrat';
    font-style:normal;
    font-weight:500;
    src:url(../fonts/Montserrat/woff/Montserrat-Regular.woff) format('woff');
}
@font-face {
	font-family:'Montserrat';
    font-style:normal;
    font-weight:600;
    src:url(../fonts/Montserrat/woff/Montserrat-Medium.woff) format('woff');
}
@font-face {
	font-family:'Montserrat';
    font-style:normal;
    font-weight:800;
    src:url(../fonts/Montserrat/woff/Montserrat-Bold.woff) format('woff');
}

/* Poppins */
@font-face {
    font-family:'Poppins';
    font-style:normal;
    font-weight:300;
    src:url(../fonts/Poppins/woff/Poppins-Light.woff) format('woff');
}
@font-face {
    font-family:'Poppins';
    font-style:normal;
    font-weight:500;
    src:url(../fonts/Poppins/woff/Poppins-Regular.woff) format('woff');
}
@font-face {
    font-family:'Poppins';
    font-style:normal;
    font-weight:700;
    src:url(../fonts/Poppins/woff/Poppins-SemiBold.woff) format('woff');
}
@font-face {
    font-family:'Poppins';
    font-style:normal;
    font-weight:800;
    src:url(../fonts/Poppins/woff/Poppins-Bold.woff) format('woff');
}

/* Roboto */
@font-face {
    font-family:'Roboto';
    font-style:normal;
    font-weight:300;
    src:url(../fonts/Roboto/woff/Roboto-Light.woff) format('woff');
}
@font-face {
    font-family:'Roboto';
    font-style:normal;
    font-weight:500;
    src:url(../fonts/Roboto/woff/Roboto-Regular.woff) format('woff');
}
@font-face {
    font-family:'Roboto';
    font-style:normal;
    font-weight:600;
    src:url(../fonts/Roboto/woff/Roboto-Medium.woff) format('woff');
}
@font-face {
    font-family:'Roboto';
    font-style:normal;
    font-weight:800;
    src:url(../fonts/Roboto/woff/Roboto-Bold.woff) format('woff');
}