.column-mainContents.look {
  padding: 213px 0 50px;
  margin: 0;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .column-mainContents.look {
    padding: 214px 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .column-mainContents.look {
    padding: 196px 0 50px;
  }
}

.look-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 0 185px 0;
}
@media screen and (min-width: 926px) and (max-width: 1280px) {
  .look-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 910px;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 925px) {
  .look-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    padding: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .look-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 23px 11px;
    padding: 0 30px 0;
  }
}
.look-list > li:nth-child(1), .look-list > li:nth-child(2), .look-list > li:nth-child(3) {
  opacity: 0;
}
@media only screen and (max-width: 925px) {
  .look-list > li:nth-child(4) {
    opacity: 0;
  }
}
.look-item {
  cursor: pointer;
}
.look-item video {
  width: 100%;
  border-radius: 4px;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .look-item video {
    width: 290px;
  }
}
.look-item img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .look-item img {
    width: 290px;
  }
}
.look-item__title {
  padding: 5px 0 14px;
  color: var(--blk);
  font-family: var(--poppins);
  font-weight: var(--font-regular);
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .look-item__title {
    padding: 15px 0 0 0;
  }
}

.detail-modal .fadein-2 {
  animation-delay: 0.3s;
  animation-duration: 1s;
}
.detail-modal .button-block {
  position: fixed;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 70px;
  padding: 0 40px;
  mix-blend-mode: difference;
  color: var(--black_complementary);
  background-color: transparent;
}
.detail-modal .button-block svg path {
  stroke: var(--black_complementary);
}
@media only screen and (max-width: 768px) {
  .detail-modal .button-block {
    height: 40px;
    padding: 0 30px;
  }
}
.detail-modal .button--back {
  color: var(--black_complementary);
  background-color: transparent;
  opacity: 1;
  transition: opacity 0.5s ease;
  letter-spacing: 0.08em;
}
.detail-modal .button--back:hover {
  color: inherit;
  background-color: transparent;
  opacity: 0.5;
}
.detail-modal .column-mainContents.look-detail {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .detail-modal .column-mainContents.look-detail {
    padding: 40px 30px;
  }
}
.detail-modal .detail-block {
  display: flex;
  padding: 50px;
}
.detail-modal .detail-block .credit-block {
  display: grid;
  align-content: center;
  justify-items: center;
  width: 55%;
  font-family: var(--poppins);
  font-weight: var(--font-regular);
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .detail-modal .detail-block .credit-block {
    width: 100%;
    padding: 20px 0 0;
  }
}
.detail-modal .detail-block .credit-block .item-name {
  margin-bottom: 3px;
  text-align: center;
}
.detail-modal .detail-block .credit-block .item-name a:hover {
  opacity: 0.7;
}
.detail-modal .detail-block .credit-number {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .detail-modal .detail-block .credit-number {
    margin-bottom: 7px;
  }
}
.detail-modal .detail-block > img {
  width: 45%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .detail-modal .detail-block > img {
    width: 100%;
    padding-top: 36px;
  }
}
.detail-modal .detail-block > video {
  width: 45%;
  height: 100%;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .detail-modal .detail-block > video {
    width: 100%;
    padding-top: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .detail-modal .detail-block {
    flex-direction: column-reverse;
    padding: 0;
  }
}

/*# sourceMappingURL=look.css.map */
