<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#quick_m ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#quick_m a {
    color: #6b6464;
    text-decoration: none;
}
#quick_m li {
    float: left;
    font-size: 1.0em;
	font-weight:600;
    line-height: 14px;
    border-right: 1px solid #4a4a4a;
    position: relative;
    text-align: center;
    margin: 12px 10px 10px 0;
    padding-right: 10px;
}
#quick_m li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

/**
* Main Menu
*/
#hd_menu_r ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#hd_menu_r  a {
    color: #fff;
    text-decoration: none;
/*	font-family: 'Nanum Gothic', sans-serif;*/
/*    font-size: 17px;*/
/*	font-weight: 600;*/

	font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px !important;
	font-weight: 400 !important;
}
#hd_menu_r li {
    float: left;
/*	font-family: 'Nanum Gothic', sans-serif;*/
/*    font-size: 1.3em;*/
    line-height: 17px !important;
    border-right: 1px solid #fff;
    position: relative;
    text-align: center;
    margin: 19px 10px 13px 0px;
    padding-right: 10px;
}
#hd_menu_r li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
#hd_menu_r li:first-child {
    padding-left:50px;
}
#hd_menu_r {
	overflow:hidden;
}
#imc2 {  float:right }

#cat_menu { 
/*	font-family: 'Nanum Gothic', sans-serif;*/
/*	font-weight: 600;*/
/*    font-size: 17px;*/

	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
    font-size: 18px;
}</pre></body></html>