.list-section {
  margin-bottom: 24px;
  margin-top: 160px;
}
.list-section .imgwrap {
  position: relative;
  overflow: hidden;
}
.list-section .imgwrap img {
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.list-section .imgwrap .hover-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.list-section .imgwrap .content-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list-section .imgwrap .f18-m {
  text-align: center;
  max-height: 50px;
  overflow: hidden;
  line-height: 25.2px;
}
@media (max-width: 1200px) {
  .list-section .imgwrap .f18-m {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .list-section .imgwrap .f18-m {
    font-size: 0.875rem;
  }
}
@media (min-width: 1201px) {
  .list-section .imgwrap .f18-m {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .list-section .imgwrap .f18-m {
    line-height: 19.6px;
  }
}
.list-section .imgwrap .link {
  display: block;
  margin: 16px auto 0;
  width: 44px;
  height: 44px;
  background: url(../../dist/images/about/icn_next_44.png);
}
@media (max-width: 767px) {
  .list-section .imgwrap img {
    height: 136px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .list-section .imgwrap .f18-m {
    max-height: 38px;
  }
  .list-section .imgwrap .link {
    margin: 8px auto 0;
  }
}
@media (min-width: 768px) {
  .list-section .imgwrap:hover img {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  .list-section .imgwrap:hover .hover-content {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
}
.list-section .imgwrap.active .hover-content {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.list-section .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-section .type1 {
  margin-bottom: 16px;
}
.list-section .type1 .wrap {
  width: calc((100% - 16px) / 2);
}
.list-section .type1 .wrap:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.list-section .type1 .wrap:nth-child(2) .imgwrap:first-child {
  width: 100%;
}
.list-section .type1 .wrap:nth-child(2) .imgwrap:nth-child(2),
.list-section .type1 .wrap:nth-child(2) .imgwrap:nth-child(3) {
  width: calc((100% - 16px) / 2);
}
@media (max-width: 767px) {
  .list-section .type1 {
    margin-bottom: 8px;
  }
  .list-section .type1 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-section .type1 .wrap {
    width: 100%;
  }
  .list-section .type1 .wrap:first-child {
    margin-bottom: 8px;
  }
  .list-section .type1 .wrap:first-child img {
    height: 254px;
  }
  .list-section .type1 .wrap:nth-child(2) .imgwrap:first-child {
    width: 100%;
    margin-bottom: 8px;
  }
  .list-section .type1 .wrap:nth-child(2) .imgwrap:nth-child(2),
.list-section .type1 .wrap:nth-child(2) .imgwrap:nth-child(3) {
    width: calc((100% - 8px) / 2);
  }
}
.list-section .type2 {
  margin-bottom: 16px;
}
.list-section .type2 .imgwrap:first-child {
  max-width: 37%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 16px;
}
.list-section .type2 .imgwrap:nth-child(2) {
  width: 62%;
}
@media (max-width: 767px) {
  .list-section .type2 {
    margin-bottom: 8px;
  }
  .list-section .type2 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-section .type2 .imgwrap:first-child {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .list-section .type2 .imgwrap:nth-child(2) {
    width: 100%;
  }
}
.list-section .type3 {
  margin-bottom: 16px;
}
.list-section .type3 .imgwrap {
  width: calc((100% - 48px) / 4);
}
@media (max-width: 767px) {
  .list-section .type3 {
    margin-bottom: 8px;
  }
  .list-section .type3 .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-section .type3 .imgwrap {
    width: calc((100% - 8px) / 2);
  }
  .list-section .type3 .imgwrap:first-child,
.list-section .type3 .imgwrap:nth-child(2) {
    margin-bottom: 8px;
  }
}
.list-section .type4 {
  margin-bottom: 16px;
}
.list-section .type4 .imgwrap:first-child {
  width: 62%;
}
.list-section .type4 .imgwrap:nth-child(2) {
  max-width: 37%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .list-section .type4 {
    margin-bottom: 8px;
  }
  .list-section .type4 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-section .type4 .imgwrap:first-child {
    width: 100%;
    margin-bottom: 8px;
  }
  .list-section .type4 .imgwrap:nth-child(2) {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.list-section .type5 {
  margin-bottom: 16px;
}
.list-section .type5 .imgwrap {
  width: calc((100% - 16px) / 2);
}
@media (max-width: 767px) {
  .list-section .type5 {
    margin-bottom: 8px;
  }
  .list-section .type5 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-section .type5 .imgwrap {
    width: 100%;
  }
  .list-section .type5 .imgwrap:first-child {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .list-section {
    margin-top: 160px;
  }
}