a { text-decoration: none; color: inherit; margin: 0; padding: 0;  font-family: 'Roboto', 'Noto Sans KR', sans-serif ; } 
html{    overflow-x: hidden;   scroll-behavior: smooth; }

body { width: 100%; margin: 0;/* font-family: 'NanumSquare', sans-serif !important; */
    font-family: 'Roboto', 'Noto Sans KR', sans-serif ; color:  rgb(var(--text-color)); background-color:rgb(var(--bg-color)); overflow:hidden;} 

.row { display: block; clear: both; content: ""; } 

.cell { float: left; } 

a{cursor: pointer;}
#container { max-width: 1400px; height: 100%; padding: 0 80px; margin: 60px auto; box-sizing: border-box;  font-family: 'Roboto', 'Noto Sans KR', sans-serif ;margin-bottom:150px; }
button { font-family: 'Roboto', 'Noto Sans KR', sans-serif ; cursor: pointer;}
@media screen and (max-width: 1250px){
 #container { padding: 0 40px; margin: 60px auto;  overflow: hidden; margin-bottom:150px; } 
 }
@media screen and (max-width: 600px){
 #container { padding: 0 15px; margin: 60px auto; margin-bottom:150px; } 
 }


 @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');


@keyframes img_show_dtu {
  0% {top: 30px; opacity: 0}
  100% {top: 0px; opacity: 1}
}



 :root {
     --bg-color: white; /* bg-color: #001a38 */
    --text-color: 10,10,10; /* text-color: #ffffff */
    --point-color: 38, 77, 123; /* point-color: #de0c7a; */
    --gray-color : 222,222,222; /*--gray-color : #D2D2D2*/
    --prices-color : 207, 162, 59; /*--prices-color : #cfa23b*/
    --darkgray-color:74,74,99; /*  --darkgray-color:#7f7aab*/
    --cell-color:44, 42, 53;/*  --cell-color:#2c2a35*/  }



.bui_list li, .col_subject, .list_navi ul li {background-color: rgb(var(--cell-color))!important;}
.bui_list li .col_name, .bui_list li .col_no, .bui_list li .col_subject, .bui_list li .col_date, .bui_list li .col_hit, .bui_board_view .col_subject .data, .col_subject .color_,.list_navi ul li .title_next, .list_navi ul li .title_prev, .editorOutput p { color:#f9f9f9 !important;}
.bui_form .bui_form_body .col_th { color:#f9f9f9 !important;}