@charset 'utf-8';

* {
	padding:0;
	margin:0;
	box-sizing: border-box;
	font-family:'Youandi_Modern';
	font-size:12px;
}

ol, ul, dl {
	list-style:none;
	padding:0;
	margin:0;
}

html {
    width:100%;
    height:100%;
}
body{
    font-family: "NEXON Lv2 Gothic","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size:1rem;
    font-weight:400;
    line-height:1.45; color:#6e6b7b; background:#dcdcdc;
    width:100%;
    height:100%;
    min-width:100%;
    min-height:100%;
}

a:hover{
    color:#5e50ee;
    text-decoration:none
}

a:not([href]):not([class]),a:not([href]):not([class]):hover{
    color:inherit;
    text-decoration:none
}

main {
    width:100%;
    height:100%;
}

#player-wrapper {
    width:100%;
    height:100%;
}
