<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-kr";
/*CSS Document*/

:root {
  --m-color: #EE1C25;
  --m-color2: #333949;
  --m-color3: #223A92;
  --txt-c0: #999;
  --txt-c1: #666;
  --txt-c2: #000;
}

body, html {min-width: 1200px; margin: 0 auto;}
.container {width: 100%; margin: 0 auto; max-width: 1200px; min-width: 1200px;}
select {
  appearance: none; box-sizing: border-box; border: 1px inset #bbb; font-size: 13px; padding: 0 34px 0 12px; background: #f9f9f9 url(/img/sub/sel_ico.png) calc(100% - 12px) 50% no-repeat;}


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