@charset "utf-8";
/* common style for pc & moilbe both */

/* https://fonts.google.com/?subset=korean&noto.continent=Asia&noto.region=KR */
@import url('https://fonts.googleapis.com/css2?family=Dongle&amp;family=East+Sea+Dokdo&amp;family=Jua&amp;family=Nanum+Gothic&amp;family=Nanum+Myeongjo&amp;family=Nanum+Pen+Script&amp;family=Noto+Sans+KR:wght@100..900&amp;family=Song+Myung&amp;family=Do+Hyeon&amp;family=Kirang+Haerang&amp;family=Open+Sans&amp;family=Roboto&amp;family=Lato&amp;family=Oswald&amp;family=Raleway&amp;family=PT+Sans&amp;family=Ubuntu&amp;family=Bebas+Neue&amp;family=Anton&amp;family=Pacifico&amp;family=Lobster&amp;display=swap');
/* 
font-family: 'Nanum Gothic', sans-serif;
font-family: 'Nanum Myeongjo', serif;
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Dongle', sans-serif;
font-family: 'East Sea Dokdo', cursive;
font-family: 'Jua', sans-serif;
font-family: 'Do Hyeon', sans-serif;
font-family: 'Kirang Haerang', cursive;
font-family: 'Nanum Pen Script', cursive;
font-family: 'Song Myung', serif;
------------------
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Bebas Neue', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Lobster', cursive;
*/
@font-face {
    font-family: 'NEXON Lv1 Gothic OTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:1em;font-family:'Noto Sans KR', 'Malgun Gothic';background:#eee;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Noto Sans KR', sans-serif, 'Malgun Gothic';font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Noto Sans KR', sans-serif, 'Malgun Gothic';font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
a {color:#000;text-decoration:none}

@keyframes blink-effect {50% {opacity: 0;}}
.blink {animation: blink-effect 1s step-end infinite;}
