/* ---------------youtube-section START--------------- */
.youtube-section {
  overflow: hidden;
}
.youtube-section.active .youtube-wrap .text-inner .btn-youtube-more {
  opacity: 1;
}
.youtube-section.active .youtube-wrap .youtube-inner {
  opacity: 1;
  transform: translateY(0);
}
.youtube-section .youtube-wrap .text-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.youtube-section .youtube-wrap .text-inner .btn-youtube-more {
  opacity: 0;
  transition: opacity 1s, color 0.5s;
  transition-delay: 0.6s, 0s;
}
.youtube-section .youtube-wrap .youtube-inner {
  display: flex;
  align-items: stretch;
  gap: 20px;
  height: 618.75px;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s;
  transition-delay: 0.6s;
}
.youtube-section .youtube-wrap .youtube-inner .current-box {
  width: calc(80% - 20px);
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.youtube-section .youtube-wrap .youtube-inner .current-box .current-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(28, 28, 28, 0.5);
}
.youtube-section .youtube-wrap .youtube-inner .current-box iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.youtube-section .youtube-wrap .youtube-inner .youtube-list {
  width: 20%;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  padding-right: 20px;
}
.youtube-section .youtube-wrap .youtube-inner .youtube-list::-webkit-scrollbar {
  width: 5px;
}
.youtube-section .youtube-wrap .youtube-inner .youtube-list::-webkit-scrollbar-thumb {
  background-color: #389311;
  border-radius: 5px;
}
.youtube-section .youtube-wrap .youtube-inner .youtube-list::-webkit-scrollbar-track {
  background-color: rgba(56, 147, 17, 0.25);
  border-radius: 5px;
}
.youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item {
  aspect-ratio: 16/9;
}
.youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item:not(:nth-of-type(1)) {
  margin-top: 15px;
}
.youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item.item-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: rgba(28, 28, 28, 0.5);
}
.youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item .btn-youtube-change {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 30px;
  overflow: hidden;
  transition: border-color 0.3s;
}
.youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item .btn-youtube-change img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 0.3s;
  transition-timing-function: linear;
}

/* ---------------youtube-section END--------------- */
/* ---------------media screen START--------------- */
@media screen and (min-width: 991.1px) {
  /* ---------------youtube-section START--------------- */
  .youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item .btn-youtube-change:hover {
    border-color: #389311;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item .btn-youtube-change:hover img {
    transform: scale(1.05);
  }
  /* ---------------youtube-section END--------------- */
}
@media screen and (max-width: 1550px) {
  /* ---------------youtube-section START--------------- */
  .youtube-section .youtube-wrap .youtube-inner {
    height: calc((72vw - 20px) / 16 * 9);
  }
  /* ---------------youtube-section END--------------- */
}
@media screen and (max-width: 1350px) {
  /* ---------------youtube-section START--------------- */
  .youtube-section .youtube-wrap .youtube-inner {
    gap: 18px;
    height: calc((72vw - 18px) / 16 * 9);
  }
  .youtube-section .youtube-wrap .youtube-inner .current-box {
    width: calc(80% - 18px);
    border-radius: 27px;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list {
    padding-right: 18px;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item:not(:nth-of-type(1)) {
    margin-top: 13.5px;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item .btn-youtube-change {
    border-radius: 27px;
  }
  /* ---------------youtube-section END--------------- */
}
@media screen and (max-width: 1150px) {
  /* ---------------youtube-section START--------------- */
  .youtube-section .youtube-wrap .youtube-inner {
    gap: 16px;
    height: calc((72vw - 16px) / 16 * 9);
  }
  .youtube-section .youtube-wrap .youtube-inner .current-box {
    width: calc(80% - 16px);
    border-radius: 24px;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list {
    padding-right: 16px;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item:not(:nth-of-type(1)) {
    margin-top: 12px;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item .btn-youtube-change {
    border-radius: 24px;
  }
  /* ---------------youtube-section END--------------- */
}
@media screen and (max-width: 991px) {
  /* ---------------youtube-section START--------------- */
  .youtube-section .youtube-wrap .text-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: unset;
  }
  .youtube-section .youtube-wrap .text-inner .btn-youtube-more {
    margin-top: 24px;
  }
  .youtube-section .youtube-wrap .youtube-inner {
    flex-direction: column;
    height: auto;
  }
  .youtube-section .youtube-wrap .youtube-inner .current-box {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list {
    display: flex;
    padding-right: unset;
    padding-bottom: 16px;
    width: 100%;
    height: auto;
    overflow-x: auto;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list::-webkit-scrollbar {
    height: 5px;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list::-webkit-scrollbar-thumb {
    background-color: #389311;
    border-radius: 5px;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list::-webkit-scrollbar-track {
    background-color: rgba(56, 147, 17, 0.25);
    border-radius: 5px;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item {
    flex-shrink: 0;
    width: 33.3333333333%;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item:not(:nth-of-type(1)) {
    margin-top: unset;
    margin-left: 12px;
  }
  /* ---------------youtube-section END--------------- */
}
@media screen and (max-width: 600px) {
  /* ---------------youtube-section START--------------- */
  .youtube-section .youtube-wrap .text-inner .btn-youtube-more {
    margin-top: 21px;
  }
  .youtube-section .youtube-wrap .youtube-inner {
    gap: 14px;
  }
  .youtube-section .youtube-wrap .youtube-inner .current-box {
    border-radius: 21px;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list {
    padding-bottom: 14px;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item:not(:nth-of-type(1)) {
    margin-left: 10.5px;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item .btn-youtube-change {
    border-radius: 21px;
  }
  /* ---------------youtube-section END--------------- */
}
@media screen and (max-width: 450px) {
  /* ---------------youtube-section START--------------- */
  .youtube-section .youtube-wrap .text-inner .btn-youtube-more {
    margin-top: 18px;
  }
  .youtube-section .youtube-wrap .youtube-inner {
    gap: 12px;
  }
  .youtube-section .youtube-wrap .youtube-inner .current-box {
    border-radius: 18px;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list {
    padding-bottom: 12px;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item:not(:nth-of-type(1)) {
    margin-left: 9px;
  }
  .youtube-section .youtube-wrap .youtube-inner .youtube-list .list-item .btn-youtube-change {
    border-radius: 18px;
  }
  /* ---------------youtube-section END--------------- */
}
/* ---------------media screen END--------------- */