<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
    font-family: 'Nanum Barun Gothic';
    font-style: normal;
    font-weight: 200;
    src: url(./font/NanumBarunGothicUltraLight.eot);
    src: local('Nanum Barun Gothic UltraLight'),
         local('NanumBarunGothicUltraLight'),
         url(./font/NanumBarunGothicUltraLight.eot?#iefix) format('embedded-opentype'),
         url(./font/NanumBarunGothicUltraLight.woff2) format('woff2'),
         url(./font/NanumBarunGothicUltraLight.woff) format('woff'),
         url(./font/NanumBarunGothicUltraLight.ttf) format('truetype');
  }

  @font-face {
    font-family: 'Nanum Barun Gothic';
    font-style: normal;
    font-weight: 300;
    src: url(./font/NanumBarunGothicLight.eot);
    src: local('Nanum Barun Gothic Light'),
         local('NanumBarunGothicLight'),
         url(./font/NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
         url(./font/NanumBarunGothicLight.woff2) format('woff2'),
         url(./font/NanumBarunGothicLight.woff) format('woff'),
         url(./font/NanumBarunGothicLight.ttf) format('truetype');
  }

  @font-face {
    font-family: 'Nanum Barun Gothic';
    font-style: normal;
    font-weight: 400;
    src: url(./font/NanumBarunGothic.eot);
    src: local('Nanum Barun Gothic'),
         local('NanumBarunGothic'),
         url(./font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
         url(./font/NanumBarunGothic.woff2) format('woff2'),
         url(./font/NanumBarunGothic.woff) format('woff'),
         url(./font/NanumBarunGothic.ttf) format('truetype');
  }

  @font-face {
    font-family: 'Nanum Barun Gothic';
    font-style: normal;
    font-weight: 700;
    src: url(./font/NanumBarunGothicBold.eot);
    src: local('Nanum Barun Gothic Bold'),
         local('NanumBarunGothicBold'),
         url(./font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
         url(./font/NanumBarunGothicBold.woff2) format('woff2'),
         url(./font/NanumBarunGothicBold.woff) format('woff'),
         url(./font/NanumBarunGothicBold.ttf) format('truetype');
  }

* {
  margin: 0;
  padding: 0;
  /*outline: none;*/
}

img {
  border: 0;
  vertical-align: top;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

body {
  color: #333;
  font: 12px 'Nanum Barun Gothic', sans-serif;
}

a {
  text-decoration: none;
  color: #333;
}

button {
  border:none;
  background-color: transparent;
  cursor: pointer;
}

input {
  vertical-align: middle;
}

.hidden {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999em;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}


/* body {font-size:12px;font-family:gulim;} */
/* input,select,textarea {font-size:12px;font-family:gulim;} */
/* select {font-size:12px;font-family:dotum;} */
label {cursor:pointer;}
/* a {text-decoration:none;color:#000;} */
/* a:hover {color:#666;} */
#whole_wrap { position: relative; width: 100%; min-width: 1200px; /* min-width: 1440px; */}
.wrap {width:1200px;margin:auto;}
#header {}
#content {padding:20px 0 0 0;min-height:500px;}
#footer {}
</pre></body></html>