.pc_view {
  display: block;
}

.mo_view {
  display: none;
}

@media (max-width: 765px) {
  .pc_view {
    display: none;
  }
  .mo_view {
    display: block;
  }
}
.youtube {
  text-align: center;
  position: relative;
}
.youtube .contentWrap {
  text-align: center;
  position: absolute;
  top: 35%;
  width: 100%;
}
@media (max-width: 768px) {
  .youtube .contentWrap {
    top: 34%;
  }
}
.youtube .more_youtube {
  position: absolute;
  left: 38%;
  top: 22%;
}
@media (max-width: 768px) {
  .youtube .more_youtube {
    left: 19.5%;
    top: 25%;
    width: 60%;
  }
}
.youtube .onplantTv {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 768px) {
  .youtube .onplantTv {
    flex-direction: column;
    gap: 20px;
    width: 91.182%;
    margin-bottom: 9%;
  }
}
.youtube .onplantTv .videoArea {
  width: 763px;
  margin-right: 20px;
  max-height: 430px;
}
@media (max-width: 768px) {
  .youtube .onplantTv .videoArea {
    width: 100%;
    height: 60vw;
  }
}
.youtube .onplantTv .videoArea .youTubeVideo {
  width: 100%;
  height: 100%;
  border: 8px solid #ffa21c;
}
.youtube .onplantTv .videoListWrap {
  width: 345px;
  position: relative;
}
.youtube .onplantTv .videoListWrap .videoList {
  border: 8px solid #ffa21c;
}
@media (max-width: 768px) {
  .youtube .onplantTv .videoListWrap .videoList {
    border: 4px solid #ffa21c;
  }
}
.youtube .onplantTv .videoListWrap .swiper-container {
  width: 100%;
  height: 100%;
  max-width: 430px;
}
@media (max-width: 768px) {
  .youtube .onplantTv .videoListWrap {
    width: 75%;
    margin: 0 auto;
  }
}
.youtube .onplantTv .videoListWrap .swiperArrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 10vw;
  max-width: 56px;
  max-height: 56px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .youtube .onplantTv .videoListWrap .swiperArrow {
    transform: translateY(-50%);
    width: 8.883%;
    max-width: 28px;
    max-height: 28px;
  }
}
.youtube .onplantTv .videoListWrap .btnSwiperPrev {
  top: -18%;
}
@media (max-width: 768px) {
  .youtube .onplantTv .videoListWrap .btnSwiperPrev {
    top: 50%;
    left: -12%;
  }
  .youtube .onplantTv .videoListWrap .btnSwiperPrev img {
    transform: rotate(-90deg);
  }
}
.youtube .onplantTv .videoListWrap .btnSwiperNext {
  bottom: -18%;
}
@media (max-width: 768px) {
  .youtube .onplantTv .videoListWrap .btnSwiperNext {
    top: 50%;
    left: 103%;
  }
  .youtube .onplantTv .videoListWrap .btnSwiperNext img {
    transform: rotate(-90deg);
  }
}
.youtube .onplantTv .videoListWrap .swiper-wrapper {
  height: 28.49vw;
  max-height: 430px;
}
@media (max-width: 768px) {
  .youtube .onplantTv .videoListWrap .swiper-wrapper {
    height: 20vw;
    flex-direction: row;
  }
}
.youtube .onplantTv .videoListWrap .swiper-wrapper .swiper-slide {
  cursor: pointer;
  flex-shrink: 0;
}
.youtube .onplantTv .videoListWrap .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  max-width: 350px;
  max-height: 243px;
}