@charset "utf-8";

/*@import url("https://fonts.googleapis.com/earlyaccess/nanumgothic.css");*/
/*@import url("https://cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css");*/
/*@import url("https://fonts.googleapis.com/css?family=Lato");*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700&subset=korean");

* { margin:0; padding:0; }
html, body { width:100%; /*height:100%;*/ }
body { /*font-family:"Noto Sans KR"*/ /*, "Nanum Barun Gothic",*/; font-size:16px; font-weight:100; word-break:break-all; -ms-word-break:break-all: background-color:#fff; }
img, fieldset, object { border:0; }
ul, ol { list-style:none; }
em, address, dfn { font-style:normal; }
a { text-decoration:none; color:#000; }
a:hover, a:active, a:focus { text-decoration:none; }
img, input { vertical-align:top; }
table { border-collapse:collapse; border-spacing:0; }
textarea:focus, input:focus{ outline: none; }
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* APP style */
* {
    -webkit-tap-highlight-color: rgba(91,182,255,1); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
