.listtitle {
  position: relative;
}

.listtitle img {
  width: 100%;
}

.listtitle h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: Spoqa Han Sans Neo;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #232323;
}

.moreco {
  width: 215px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Spoqa Han Sans Neo;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  margin: 40px auto;
  -webkit-box-shadow: 2px 2px 10px #ddd;
          box-shadow: 2px 2px 10px #ddd;
}

.moreco img {
  margin-left: 20px;
}
/*# sourceMappingURL=list.css.map */