
.work-list .work-item {
  position: relative;
  border-top: 1px solid #D0D0D0;
  padding:8px 0;
}
.work-list .work-item:after {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/common/arrow-cc-right.svg);
  width: 27px;
  height: 27px;
}
.work-list .work-item:last-child {
  border-bottom: 1px solid #D0D0D0;
}
.work-item .row-wi {
  text-decoration: none;
}
.work-item .row-wi:hover {
  text-decoration: none;
}
.work-item .thumb {
  width: 255px;
  height: 168px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.work-item .w-dt {
  margin-left: 80px;
  flex: 1;
}
.work-item .w-dt .inn {
  height: 100%;
  display: flex;
  align-items: center;
}


.works-cont .area {
  font-size: 18px;
  line-height: 28px;
}
.works-cont .n-tt {
  border-left: 10px solid #DDD;
  margin-bottom: 45px;
  padding-left: 20px;
}
.n-tt h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
}
.works-cont .post-thumb {
  margin-bottom: 60px;
  text-align: center;
}
.works-cont .w-items {
  margin-bottom: 80px;
}
.w-items dl {
  flex-wrap: wrap;
  border-top: 1px solid #D0D0D0;
}
.w-items dl dt,
.w-items dl dd {
  border-bottom: 1px solid #D0D0D0;
  margin: 0;
  padding:5px 0;
  font-weight: normal;
}
.w-items dl dt {
  width: 30%;
}
.w-items dl dd {
  width: 70%;
}

.works-cont .w-gallery {
  margin-top: 80px;
}
.w-gallery .row {
  margin:0 -10px -25px;
}
.w-gallery .row>div {
  padding:0 10px;
  margin-bottom:25px;
}
.w-gallery .g-thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
}

.paginate-row  {
  margin-top: 50px;
}
.paginate-row .data-pagination {
  text-align: center;
  vertical-align: middle;
}
.data-pagination .page-numbers {
  display: inline-block;
  margin-left: 8px;
  height: 32px;
  width: 32px;
  line-height: 30px;
  vertical-align: middle;
  color:#000;
  font-size: 18px;
}
.paginate-row .data-pagination>.page-numbers:hover,
.paginate-row .data-pagination>a:hover,
.data-pagination .current {
  color:#fff;
  background: #707070;
  text-decoration: none;
}
.data-pagination .btn-prev {
  margin-left: 0;
}
.paginate-row .data-pagination>.next.page-numbers:hover,
.paginate-row .data-pagination>.prev.page-numbers:hover {
  background: transparent;
}
.data-pagination .btp {
  position: relative;
  display: block;
  width: 30px;
  height: 32px;
}
.data-pagination .btp:before {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:0;
  right: 0;
  margin:auto;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
}
.data-pagination .btp.btn-next:before {
  background-image: url(../img/common/btn-arrow-right.svg);
}
.data-pagination .btp.btn-prev:before {
  background-image: url(../img/common/btn-arrow-left.svg);
}

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
  .work-item .thumb {
    width: 240px;
    height: 140px;
  }
  .work-item .w-dt {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .work-list .work-item:first-child {
    border-top: none;
  }
  .work-list .work-item {
    padding:15px 0;
  }
  .work-item .row-wi {
    display: block!important;
  }
  .work-item .row-wi>div {
    width: 100%;
  }
  .work-item .thumb {
    height: 220px;
    margin-bottom: 8px;
  }
  .work-item .w-dt {
    margin-left: 0;
  }
  .work-list .work-item:after {
    content:none;
  }


  .works-cont .n-tt {
    border-left: 6px solid #DDD;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .works-cont .area {
    font-size: 16px;
    line-height: 26px;
  }
  .n-tt h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
  }
  .works-cont .post-thumb {
    margin:0 -12px;
  }

  .w-items dl dt {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .w-items dl dd {
    padding-top: 0;
  }
  .w-items dl dt,
  .w-items dl dd {
    width: 100%;
  }

  .w-gallery .row {
    margin:0 -6px -15px;
  }
  .w-gallery .row>div {
    padding:0 6px;
    margin-bottom:15px;
  }
  .w-gallery .g-thumb {
    height: 120px;
  }
}