<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*초기화*/

/*글로벌 스타일 선택버튼*/
#global_style_set{}
#global_style_set .global_css_ul{border-left:1px solid #cccccc;border-right:0px;font-size:0.95em;}
#global_style_set .global_css_ul:after{display:block;visibility:hidden;clear:both;content:"";}
#global_style_set .global_css_ul .global_css_li{float:left;border:1px solid #cccccc;border-left:0px;position:relative;cursor:pointer;}
#global_style_set .global_css_ul .global_css_li .name_style{padding:10px 20px;}
#global_style_set .global_css_ul .global_css_li &gt; ul{position:absolute;left:-1px;top:35px;z-index:40;border:1px solid #cccccc;display:none;width:137.83px;}
#global_style_set .global_css_ul .global_css_li:hover &gt; ul{display:block;}
#global_style_set .global_css_ul .global_css_li &gt; ul &gt; li{border-bottom:1px solid #cccccc;padding:10px 20px;background:#ffffff;font-size:0.95em;}
#global_style_set .global_css_ul .global_css_li &gt; ul &gt; li:hover{background:#dddddd;}

</pre></body></html>