@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;
}
@media screen and (max-width: 900px) {
  #nav {
    width: 100%;
    height: 160px;
    display: block;
    position: fixed;
    background-color: #ffffff;
  }

  #nav .nav-logo {
    height: 90px;
    width: 100%;
    position: relative;
  }

  #nav .logo-img {
    height: 60px;
    padding: 10px 40px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #nav .nav-links {
    max-height: 80px;
    width: 100%;
    text-align: center;
  }

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

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

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

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

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

  #cont .cont-cont {
    text-align: initial;
    margin: 0 50px;
    width: calc(100% - 100px);
  }

  .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;
    text-align: right;
  }

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

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

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

  #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=responsive.css.map */
