<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scroll_info { display : none; margin : 30px 0 }
.scroll_info img { position : relative; display : inline-block; top : -6px; color : #666; margin : 0 10px 0 0  }


.bbs_top_wrap { text-align : right; margin : 30px 0; }
.bbs_top_wrap ul { display : inline-block; overflow : hidden }
.bbs_top_wrap ul li { float : left; margin-left : -1px  }
.bbs_top_wrap ul li &gt; * { display : block; height : 45px; line-height : 45px; font-size : 16px } 
.bbs_top_wrap ul li label { font-size : 17px; padding : 0 20px }
.bbs_top_wrap ul li select { padding : 0 45px 0 10px; border : 1px solid #dfdfdf; }
.bbs_top_wrap ul li button {  border : 1px solid #dfdfdf; width : 90px;}
/*.bbs_top_wrap ul li button { background-color : #777; color : #fff; width : 90px; }*/

.scrollTable { overflow : auto  }
.scrollTable table { float : none }
.scrollTable table th,
.scrollTable table td { padding : 15px 5px; font-size : 18px; border-bottom : 1px solid #dfdfdf; word-break : break-word }
.scrollTable table tr th:first-child { border-right : none }
.scrollTable table td { font-size : 16px }


@media ( max-width : 1300px ){
    .scrollTable table th, .scrollTable table td { font-size : 16px }
    .scrollTable table col { min-width : 100px }
    .scrollTable table col:first-child { min-width : 60px }
    .scrollTable table td { font-size : 14px }
}

@media ( max-width : 1100px ){
    .scroll_info  { display : block }
}
@media ( max-width : 800px ){
    .bbs_top_wrap ul,
    .bbs_top_wrap ul li,
    .bbs_top_wrap ul li label,
    .bbs_top_wrap ul li select,
    .bbs_top_wrap ul li button{ width: 100%; float: left; text-align: center; padding: 0}
    .bbs_top_wrap ul{ margin-bottom: 20px}
    .bbs_top_wrap ul li{ margin-left: 0; margin-bottom: 5px;}
    .bbs_top_wrap ul li label{ font-family: "Noto Sans KR_M"; line-height: +1.5; height: auto; font-size: 1.250rem; text-align: left}
}</pre></body></html>