.wrapper {
  margin-top: 30px;
}

.listTitle {
  margin: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

#work {
  text-align: left;
}
#work h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
#work h1 span {
  font-size: 12px;
  font-weight: normal;
  color: #868686;
  display: block;
}
#work ul {
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
#work ul li {
  float: left;
  width: 22.4%;
  margin-bottom: 40px;
  margin-right: 3%;
  font-size: 12px;
}
#work ul li:nth-child(4n) {
  margin-right: 0px;
}
#work ul li div {
  margin-bottom: 3px;
}
#work ul li .workImg {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #D0D0D0;
  padding-top: 100%;
  position: relative;
}
#work ul li .workImg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#work ul li .workName {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
#work ul li .workDesc {
  height: 4em;
  overflow: hidden;
}

#oldList {
  font-size: 12px;
  line-height: 2.8;
}
#oldList dl dt {
  font-weight: bold;
  margin-top: 20px;
}
#oldList dl dd {
  margin-left: 1.5em;
  font-size: 11px;
  margin-bottom: 10px;
}
#oldList dl dd a {
  color: #FF6E00;
}
#oldList dl dd a:link {
  color: #FF6E00;
}
#oldList dl dd a:hover {
  color: #FF6E00;
}

@media screen and (max-width: 767px) {
  #work ul li {
    width: 31.5%;
    margin-right: 2.75%;
  }
  #work ul li:nth-child(4n) {
    margin-right: 2.75%;
  }
  #work ul li:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 420px) {
  #work ul li {
    width: 48%;
    margin-right: 4%;
  }
  #work ul li:nth-child(4n) {
    margin-right: 0%;
  }
  #work ul li:nth-child(3n) {
    margin-right: 4%;
  }
  #work ul li:nth-child(2n) {
    margin-right: 0%;
  }
}