@font-face {
    font-family: 'Jeongnimsaji-R';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/Jeongnimsaji-R.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
/*모든 기초 요소를 초기화하여 준다.*/
*, ::after, ::before{
    box-sizing: border-box;
}


*{
    margin: 0;
    padding: 0;
    
}

html { 
    font-size:15px; 
    font-family:'Jeongnimsaji-R';
}

body{
	max-width: 1020px;
    padding: 5px;
}

table td{
    padding: 3px;
}

.rating-point{
    color:  blue;
    font-weight: bold;
    
}

.rating-point-total{
    color:  red;
    font-weight: bold;
    font-size: 1.2rem;
}




