<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#wrap {
  width: 100%;
  min-width: 320px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  visibility: hidden;
}
#header {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
#container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 149px;
}
.inner {
  max-width: 1300px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#footer {
  width: 100%;
  clear: both;
  position: relative;
  margin: 0 auto;
}

@font-face {
  font-family: 'nexon-light';
  src: url('/font/NEXON\ Lv1\ Gothic\ OTF\ Light.otf') format('truetype');
}

@font-face {
  font-family: 'nexon';
  src: url('/font/NEXON\ Lv1\ Gothic\ OTF.otf') format('truetype');
}

@font-face {
  font-family: 'nexon-bold';
  src: url('/font/NEXON\ Lv1\ Gothic\ OTF\ Bold.otf') format('truetype');
}

/* 반응형 */
@media all and (max-width: 1300px) {
  .inner {
    width: auto;
    margin-left: 3.90625%;
    margin-right: 3.90625%;
  }
}
</pre></body></html>