<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 62.5%;
}
html, body, ul, figure, h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'NanumBarunGothic', sans-serif;
  background: #000;
}
h1, h2, h3, h4, h5, h6, section, div, p, figure, ul, li, span, input, textarea, th, td {
  position: relative;
  box-sizing: border-box;
}
ul {
  font-size: 0;
}
figure {
  margin: 0;
  padding: 0;
}
button {
  background: transparent;
  border: none;
}
a {
  text-decoration: none;
}
.clearfix::before, .clearfix::after {
  display: block;
  content: '';
  line-height: 0;
}
.clearfix::after {
  clear:both;
}
#header {
  text-align: center;
  padding: 3.2rem 0;
}
#header &gt; a &gt; img {
  width: 20rem;
}
#footer {
  padding: 2.4rem 0 3.2rem;
  text-align: center;
  border-top: 1px solid #5A5A5A;
  color: #FFF;
}
#footer &gt; p {
  font-size: 1.2rem;
  color: #FFF;
  line-height: 1.4rem;
}
#footer &gt; p &gt; a {
  color: #FFF;
}
.for-m {
  display: none;
}
@media screen and (max-width: 430px) {
  .for-pc {
    display: none;
  }
  .for-m {
    display: block;
  }
}
</pre></body></html>