.car-enlargedGallery {
  position: relative;
}
.enlargedGallery-sticky {
  background: #393939;
  padding: 9.375vw 3.125vw 6.25vw;
  position: relative;
  overflow: hidden;
}
.enlargedGallery-sticky .title-top {
  position: relative;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.enlargedGallery-sticky .title-top .title {
  font-weight: bold;
  font-size: 2.5vw;
  color: #ffffff;
  line-height: 3.33333vw;
  letter-spacing: 0.10417vw;
  margin-bottom: 0.52083vw;
}
.enlargedGallery-sticky .title-top .desc {
  font-size: 1.25vw;
  color: #ffffff;
  line-height: 1.61458vw;
  letter-spacing: 0.10417vw;
}
.enlargedGallery-sticky .crad-list {
  position: relative;
  margin-top: 4.42708vw;
  z-index: 2;
}
.enlargedGallery-sticky .crad-list .crad-sub-title {
  font-size: 1.04167vw;
  color: #ffffff;
  line-height: 1.5625vw;
  text-align: center;
  margin-bottom: 3.33333vw;
}
.enlargedGallery-sticky .crad-list .crad-item {
  display: flex;
  align-items: center;
  gap: 3.125vw;
  margin-bottom: 3.125vw;
}
.enlargedGallery-sticky .crad-list .crad-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.enlargedGallery-sticky .crad-list .crad-item.noImg {
  justify-content: center;
}
.enlargedGallery-sticky .crad-list .crad-item.noImg .title-body {
  text-align: center;
}
.enlargedGallery-sticky .crad-list .crad-item img {
  width: 46.875vw;
  display: inline-block;
}
.enlargedGallery-sticky .crad-list .crad-item .item-title {
  font-weight: bold;
  font-size: 1.5625vw;
  color: #ffffff;
  line-height: 2.5vw;
  letter-spacing: 1px;
  margin-bottom: 1.04167vw;
}
.enlargedGallery-sticky .crad-list .crad-item .item-desc {
  font-size: 0.9375vw;
  color: #ffffff;
  line-height: 1.5625vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--enlargedGallery-sticky {
    padding: 6rem 1.66667rem;
}
.mob--enlargedGallery-sticky .title-top .title {
    font-size: 2rem;
    color: #ffffff;
    line-height: 2.63333rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.33333rem;
}
.mob--enlargedGallery-sticky .title-top .desc {
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 1.03333rem;
    letter-spacing: 0.06667rem;
}
.mob--enlargedGallery-sticky .crad-list {
    margin-top: 2rem;
    gap: 2rem;
}
.mob--enlargedGallery-sticky .crad-list .crad-sub-title {
    font-size: 0.66667rem;
    color: #ffffff;
    line-height: 1rem;
    text-align: center;
    margin-bottom: 2.13333rem;
}
.mob--enlargedGallery-sticky .crad-list .crad-item {
    gap: 0;
    margin-bottom: 2.66667rem;
    flex-direction: column;
}
.mob--enlargedGallery-sticky .crad-list .crad-item:nth-child(2n) {
    flex-direction: column;
}
.mob--enlargedGallery-sticky .crad-list .crad-item img {
    width: 100%;
    display: inline-block;
    margin-bottom: 1.33333rem;
}
.mob--enlargedGallery-sticky .crad-list .crad-item .title-body {
    width: 100%;
}
.mob--enlargedGallery-sticky .crad-list .crad-item .item-title {
    font-weight: bold;
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.6rem;
    letter-spacing: 0.03333rem;
    margin-bottom: 0.66667rem;
}
.mob--enlargedGallery-sticky .crad-list .crad-item .item-desc {
    font-size: 0.86667rem;
    color: #ffffff;
    line-height: 1.4rem;
}
}