.adList {
  width: 1080px;
  max-width: 90%;
  margin: auto;
}

.kv .logoBox {
  left: 5%;
}
.kv .logoBox .kv .logoBox img {
  width: 10vw;
  height: auto;
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  .kv .logoBox .kv .logoBox img {
    width: 17vw;
    max-width: 100px;
  }
}

.Box {
  height: 37vw !important;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .Box {
    height: 173vw !important;
  }
}

.adList {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  grid-gap: 15px;
}
.adList.adList_gap0 {
  max-width: 100%;
}
.adList .adList_row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.adList .adList_row .items {
  flex: 0 0 50%;
  grid-column-start: unset;
}
.adList .adList_row .videoBox {
  max-width: 50%;
}
.adList .video {
  width: 100%;
  display: block;
}
.adList .items {
  position: relative;
  grid-column-start: span 12;
}
.adList .items .photo,
.adList .items .photo img {
  display: block;
}
.adList .items.order-video1, .adList .items.order-video2 {
  grid-column-start: span 6;
}
@media (max-width: 768px) {
  .adList .items.order-video1, .adList .items.order-video2 {
    grid-column-start: span 12;
  }
}
.adList .items.order-info1, .adList .items.order-info2 {
  grid-column-start: span 12;
}
@media (max-width: 768px) {
  .adList .items.order-info1, .adList .items.order-info2 {
    grid-column-start: span 12;
  }
}
@media (max-width: 768px) {
  .adList .items.order-video1 {
    order: 1;
  }
}
@media (max-width: 768px) {
  .adList .items.order-video2 {
    order: 3;
  }
}
@media (max-width: 768px) {
  .adList .items.order-info1 {
    order: 2;
  }
}
@media (max-width: 768px) {
  .adList .items.order-info2 {
    order: 4;
  }
}
.adList .items .listTextBox .title,
.adList .items .listTextBox .detail {
  font-size: 18px;
  color: black;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .adList .items .listTextBox .title,
  .adList .items .listTextBox .detail {
    font-size: 1.4rem;
  }
}
.adList .items .listTextBox .title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bolder;
}
.adList .items .listTextBox .decoration {
  width: 20px;
  height: 5px;
  margin-top: 20px;
  background: black;
}
@media (min-width: 769px) {
  .adList.grid .items .listTextBox {
    position: absolute;
    padding: 20px 20px;
  }
  .adList.grid .items .listTextBox.leftTop {
    left: 0;
    top: 0;
  }
  .adList.grid .items .listTextBox.leftBottom {
    left: 0;
    bottom: 0;
  }
  .adList.grid .items .listTextBox.rightTop {
    right: 0;
    top: 0;
  }
  .adList.grid .items .listTextBox.rightBottom {
    right: 0;
    bottom: 30px;
  }
  .adList.grid .items .listTextBox .title,
  .adList.grid .items .listTextBox .detail {
    color: white;
  }
  .adList.grid .items .listTextBox .decoration {
    background: white;
  }
}
@media (max-width: 768px) {
  .adList.grid .items .listTextBox {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .adList.grid .items .listTextBox .title,
  .adList.grid .items .listTextBox .detail {
    display: inline;
    vertical-align: top;
    letter-spacing: 0.05rem;
  }
  .adList.grid .items .listTextBox br {
    display: none;
  }
  .adList.grid .items .listTextBox .title {
    margin-bottom: 0;
    padding-right: 10px;
  }
  .adList.grid .items .listTextBox .decoration {
    margin-top: 10px;
  }
}

@media (min-width: 769px) {
  .adList.grid .items {
    grid-column-start: span 6;
  }
}

.Bg {
  background-color: black;
}

.adList .items .listTextBox .title, .adList .items .listTextBox .detail {
  line-height: 1.4;
}
@media (max-width: 768px) {
  .adList .items .listTextBox .title, .adList .items .listTextBox .detail {
    color: #fff;
  }
}

@media (max-width: 768px) {
  .adList .items .listTextBox .decoration {
    background-color: #fff;
  }
}

.btnBox {
  display: flex;
  gap: 1rem;
  width: 1200px;
  max-width: 95%;
  margin: auto;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .btnBox {
    gap: 0.5rem;
    padding: 2rem 0 4rem;
  }
}
.btnBox .btnitem {
  cursor: pointer;
}

.carouse-button-prev.swiper-button-disabled, .carouse-button-prev.swiper-button-disabled, .carouse-button-next.swiper-button-disabled, .carouse-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

@media (max-width: 640px) {
  .carouse-button-prev, .carouse-button-next {
    width: 4rem;
    height: 4rem;
  }
}