@charset "utf-8";

.video-list {position:relative;display:flex;}
#section08 .first-video {width:100%;height:auto;margin-right:0;}
/* .first-video li {width:100%;height:100%;}
.first-video iframe {width:100%;height:100%;} */
.first-video .swiper-container .swiper-slide .figure img{max-width: 100%;}
.order-video {list-style:none;display:flex;position:relative;top:0.8rem;padding-bottom:0.9rem !important;left:0;width:100%;height:auto;padding:0;overflow-x:scroll;overflow-y:hidden;}
.order-video li {cursor:pointer; position:relative;width:33rem;min-width:33rem;height:100%;margin:0 0.8rem 0 0;}
.order-video li:last-child {padding-bottom:0;margin-right:0;}
.order-video li img {width:100%;height:100%;object-fit:cover;}
.order-video li .youtube-title {display:none;position:absolute;top:0;left:0;width:100%;height:100%;font-size:1.8rem;padding:1.5rem;color:#fff;background:rgba(0, 0, 0, 0.7);}
.order-video::-webkit-scrollbar {cursor:grab;height:0.7rem;background:#fcfaf3;border-radius:100px;}
.order-video::-webkit-scrollbar-thumb {background:#18b7c5;cursor: grab;}

@media (max-width:1023px) {
}