@charset "UTF-8";
@import url(http://cdn.jsdelivr.net/font-nanum/1.0/nanumpenscript/nanumpenscript.css);
.nanumpenscript * {
  font-family: 'Nanum Pen Script', cursive;
}

body {
  font-family: 'Noto Sans KR', 나눔고딕, "Malgun Gothic", "맑은 고딕", Montserrat, sans-serif;
  line-height: 1.3rem;
  padding: 0px;
  margin: 0px;
  -webkit-text-size-adjust: none;
  color: #444;
  letter-spacing: -1px;
  background-color: #fff;
  letter-spacing: 0.06em;
  font-size: 12px;
  font-weight: 400;
}

header {
  padding-top: 30px;
  display: block;
  overflow: hidden;
}

header .logo {
  text-align: left;
  margin: 5px 0px 5px 50px;
}

header .logo img {
  width: 200px;
}

header .toptitle {
  font-size: 52px;
  height: 110px;
  line-height: 50px;
  font-family: 'Nanum Pen Script', cursive;
  margin-bottom: 40px;
}

header .toptitle span {
  color: #f7b708;
}

@media (max-width: 768px) {
  header {
    padding-top: 10px;
  }
  header .logo {
    margin: 20px;
    text-align: center;
  }
  header .toptitle {
    font-size: 38px;
    line-height: 38px;
    height: 80px;
  }
  header .toptitle img {
    width: 80%;
  }
}

.row {
  width: 100%;
  display: block;
  overflow: hidden;
}

.img-hover-zoom {
  overflow: hidden;
}

.img-hover-zoom img {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.img-hover-zoom:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.container {
  max-width: 1000px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container .item-list {
  margin-top: 30px;
  text-align: center;
}

.container .item-list .item {
  float: left;
  display: block;
  position: relative;
  margin-bottom: 20px;
  height: 461px;
}

@media (max-width: 768px) {
  .container .item-list .item {
    float: none;
  }
}

.container .item-list .item .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.container .item-list .item .bg:hover {
  background-color: rgba(255, 255, 255, 0);
}

.container .item-list .item .desc {
  width: 100%;
  display: block;
  position: absolute;
  font-size: 12px;
  bottom: 20px;
  text-align: center;
  color: #fff;
}

.container .item-list .item .desc .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5rem;
  margin: 0px 0px 10px 0px;
  text-shadow: 1px 1px 2px #666;
}

.container .item-list .item .desc .sub {
  font-size: 0.85rem;
  line-height: 1.2rem;
  margin: 0px;
}

footer {
  text-align: left;
  margin-top: 100px;
  display: block;
  overflow: hidden;
  font-size: 0.9rem;
  background-color: #3b4c55;
  color: #bdbdbd;
  min-height: 50px;
  padding: 20px 0px;
}

footer .flogo {
  float: left;
}

footer .flogo img {
  width: 200px;
}

footer .info {
  float: left;
  text-align: left;
  margin-left: 40px;
}

footer .info p {
  padding: 0px;
  margin: 0px;
}

footer .info .copyright {
  color: #9b9999;
}

@media (max-width: 768px) {
  footer {
    margin-top: 30px;
  }
  footer .flogo {
    float: none;
    text-align: center;
  }
  footer .flogo img {
    width: 200px;
  }
  footer .info {
    float: none;
    margin-left: 10px;
  }
}
/*# sourceMappingURL=intro.css.map */