@font-face {
  font-family: "SeogeUi";
  src: url(../../fonts/seogeui/segoeui.ttf);
}
@font-face {
  font-family: "SeogeUi";
  src: url(../../fonts/seogeui/seguisb.ttf);
  font-weight: bold;
}
body, html {
  margin: 0;
  font-family: "SeogeUi";
  color: #707070;
}

@media screen and (min-width: 900px) {
  #nav {
    width: 100%;
    height: 80px;
    display: block;
    position: fixed;
    background-color: #ffffff;
  }

  #nav .nav-logo {
    height: auto;
    width: auto;
    position: absolute;
  }

  #nav .logo-img {
    height: 60px;
    padding: 10px 40px;
    display: block;
  }

  #nav .nav-links {
    height: auto;
    width: auto;
    padding: 0 40px;
    right: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #cont {
    text-align: center;
    padding: 150px 0 50px 0;
    padding-bottom: 100px;
  }

  #cont .cont-text {
    padding-bottom: 50px;
  }

  #cont .cont-title {
    padding-bottom: 50px;
  }

  #cont .cont-img {
    margin: auto;
    width: 700px;
    text-align: center;
  }

  #cont .cont-img span {
    line-height: 30px;
  }

  #cont .cont-cont {
    text-align: initial;
    margin: auto;
    width: 1000px;
  }

  .cont-item {
    padding-bottom: 50px;
  }

  .item-title {
    padding-left: 20px;
    line-height: 50px;
  }

  .item-cont {
    padding-left: 20px;
  }

  .item-author {
    padding-top: 10px;
    color: #707070;
    width: 100%;
    text-align: right;
  }

  #cont .form {
    text-align: center;
  }

  #cont .form-cont {
    display: inline-block;
  }

  #cont .input-box {
    padding-bottom: 10px;
  }

  #foot {
    height: 80px;
    width: 100%;
    text-align: center;
    bottom: 0;
    display: block;
    background-color: #ffffff;
  }

  #foot .foot-in {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/*# sourceMappingURL=main.css.map */
