@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* font-family: 'Roboto', sans-serif; */
body, html {
   padding: 0;
   margin: 0;
   width: 100%;
   height: 100%;
   font-family: 'Noto Sans KR', sans-serif;
   position: relative;
   overflow-x: hidden;
   overflow-y: auto;
   -webkit-overflow-scrolling : touch !important;

}
#wrap{
   width:100%;height:auto;
   -webkit-overflow-scrolling : touch !important;
}
.wrap-layer{
   display:none;
   position:fixed;
   top:0;left:0;
   width:100%;
   height:100%;
   text-align:center;
   color:#fff;
   vertical-align: middle;
   font-size:15rem;
   margin:0;padding:0;
   background:rgba(0,0,0, 1);
   z-index:1001;
}
.no-drag{
   -webkit-touch-callout: none;
   user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -webkit-user-select: none;
}
pupple{
   color:#51197e;
}
a{
   text-decoration:none !important;
}