.comMenuArea {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .secPhoto .gridArea .detail .comTlWrap {
    padding-bottom: 0;
  }
}
.photoWrap {
  display: grid;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .photoWrap {
    display: grid;
    gap: 30px;
  }
}
.secPhoto {
  background: #fff;
}
.secPhoto .gridArea {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.secPhoto .gridArea .com {
  padding: 100px 130px;
}
.secPhoto .gridArea .content .comTlWrap {
  align-items: flex-start;
  margin: initial;
}
.secPhoto .gridArea .content .photoPost {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 27px;
}
.secPhoto .gridArea .content .photoPost .cases {
  cursor: pointer;
}
.secPhoto .gridArea .content .photoPost .cases .imgArea {
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.secPhoto .gridArea .content .photoPost .cases .imgArea img {
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.6s ease;
}
.secPhoto .gridArea .content .photoPost .cases:hover .imgArea img {
  transform: scale(1.1);
}
.secPhoto .gridArea .content .photoPost .caseBlock .imgArea img {
  max-width: 100%;
  height: auto;
}
.secPhoto .gridArea .content .photoPost .caseBlock .num {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2em;
  padding-top: 10px;
}
.secPhoto .gridArea .detail {
  background: #F5F5F5;
}
.secPhoto .gridArea .detail .arrowWrap {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.secPhoto .gridArea .detail .arrowWrap .arrow {
  cursor: pointer;
}
.secPhoto .gridArea .detail .num {
  padding-top: 50px;
  font-size: 16px;
  padding-bottom: 10px;
}
.secPhoto .gridArea .detail h2 {
  text-transform: uppercase;
}
.secPhoto .gridArea .detail .txWrap {
  padding-bottom: 60px;
}
.secPhoto .gridArea .detail .txWrap .detailTitle {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 0;
}
.secPhoto .gridArea .detail .txWrap .detailText {
  font-weight: 500;
  font-size: 13px;
  line-height: 180%;
  letter-spacing: 0.2em;
}
.secPhoto .gridArea .detail .imgArea {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.secPhoto .gridArea .detail .imgArea img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.secPhoto .gridArea .detail .viewmore {
  text-align: center;
}

@media screen and (min-width: 1600px) {
  .secPhoto .gridArea .content .innerWrap, .secPhoto .gridArea .detail .innerWrap {
    max-width: 800px;
  }
  .secPhoto .gridArea .content .innerWrap {
    margin-left: auto;
  }
  .secPhoto .gridArea .detail .innerWrap {
    margin-right: auto;
  }
}
@media screen and (max-width: 1280px) {
  .secPhoto .gridArea .comTlWrap h2 {
    text-align: left;
  }
  .secPhoto .gridArea .com {
    padding: 100px 10%;
  }
}
@media screen and (min-width: 768px) {
  .secPhoto .gridArea .innerWrap .photoPost .cases .caseBlock.is-active img {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  .secPhoto .gridArea {
    grid-template-columns: minmax(0, 1fr);
  }
  .secPhoto .gridArea .content {
    background: #F5F5F5;
    order: 2;
    padding: 30px clamp(30px, 30px + 15 * (100vw - 375px) / 15, 45px) 100px;
  }
  .secPhoto .gridArea .content .innerWrap {
    width: 100%;
    padding-bottom: 20px;
  }
  .secPhoto .gridArea .content .innerWrap .photoPost {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px;
    width: -moz-max-content;
    width: max-content;
  }
  .secPhoto .gridArea .content .innerWrap .photoPost .cases .caseBlock.is-active .imgArea:after {
    background: rgba(0, 0, 0, 0);
  }
  .secPhoto .gridArea .content .innerWrap .photoPost .cases .caseBlock .imgArea {
    width: 120px;
    height: 120px;
    position: relative;
  }
  .secPhoto .gridArea .content .innerWrap .photoPost .cases .caseBlock .imgArea:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
  }
  .secPhoto .gridArea .content .innerWrap .photoPost .cases:hover .imgArea img {
    transform: initial;
  }
  .secPhoto .gridArea .detail {
    order: 1;
    padding: 50px clamp(30px, 30px + 15 * (100vw - 375px) / 15, 45px) 0;
  }
  .secPhoto .gridArea .detail .comTlWrap {
    margin: initial;
  }
  .secPhoto .gridArea .detail .txWrap {
    padding-bottom: 0px;
  }
  .secPhoto .gridArea .detail .viewmore {
    margin: initial;
  }
}/*# sourceMappingURL=style.css.map */