@charset "utf-8";
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,300,600,800,400);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
/*font-series*/
.droid_serif {font-family:'Droid Serif', serif;}/*400. 700*/
.open_sans {font-family:'Open Sans', sans-serif;}/*300. 400, 600, 700, 800*/
.nanum_gothic {font-family:'Nanum Gothic', sans-serif;}/*400, 700, 800*/
.nanum_myeongjo {font-family:'Nanum Myeongjo', serif;}/*400, 700, 800*/
.noto_sans {font-family:'Noto Sans KR', serif;}/*400. 700*/
/*local_fonts*/
@font-face {
    font-family: "NanumSquare";
    src: url('/fonts/NanumSquare.eot'); /* Àú¹öÀü ÀÍ½ºÇÃ·Î·¯ ÆùÆ® Àû¿ë*/
    src: url('/fonts/NanumSquare.eot?')_format('eot'), /* IE 9 ÆùÆ® Àû¿ë */
         url('/fonts/NanumSquare.woff') format('woff'); /* IE 9, ÆÄÀÌ¾îÆø½º, Å©·Ò ÆùÆ® Àû¿ë */
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    font: inherit;
    font-family:'NanumSquare','Noto Sans KR', "¸¼Àº °íµñ", "³ª´®°íµñ", "µ¸¿ò", sans-serif;
    text-decoration: none;
    word-break: keep-all;
    color: #444;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul, li{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p{word-break: keep-all;}
.blind, caption{font-size: 0; position: absolute; top: -999999px; visibility: hidden;}

input, select, textarea, button {
 border: 1px solid #ccc;
 background-color: #fff;


}
select {
 height: 30px;
 line-height: 30px;
 padding: 0 5px;
 vertical-align: middle;

}

.mask{position:absolute; top:0; left:0; right:0; bottom:0; background-color:rgba(0,0,0,.2);}
.lang_zh{font-family:'Noto Sans KR';}