@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Sans+KR|Open+Sans');
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family: 'Noto Sans KR', sans-serif;}
html{-webkit-text-size-adjust:none;-webkit-tap-highlight-color:transparent;background-color: #f8f8f8;}
body{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;padding:0;}
ul,li{margin:0px;padding:0px;list-style:none;}
a{text-decoration:none;outline:none;outline-style:none;color:inherit;}
img{border:none;}

*:not(input):not(textarea) {
    -webkit-user-select: none; /* disable selection/Copy of UIWebView */
    -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */

}