@charset "utf-8";
/* 새글 스킨 (latest) */
.youtube_latest {position: relative;width: 100%; padding-left:calc((100% - 1200px) / 2);}
.youtube_latest ul {display:flex;    padding-bottom: 6rem;}
.youtube_latest ul li {}
.youtube_latest .youtube_box {}
.youtube_latest .youtube_box .img_box{cursor: pointer;}
.youtube_latest .youtube_box .img_box img {width: 100%;}
.youtube_latest .youtube_box p{font-size: 1.125em;margin-top: 2rem; line-height: 130%;}

.youtube_latest .swiper-pagination {bottom:0;}
.youtube_latest .swiper-pagination .swiper-pagination-bullet {width: 1.5rem; height: 1.5rem; border:none; background: #000; opacity:.2;;margin: 0 .8rem;	}
.youtube_latest .swiper-pagination .swiper-pagination-bullet-active {background: var(--main-color1); opacity:1;}

@media screen and (max-width: 768px) { 
	.modal-video-movie-wrap {width: 80% !important; position: absolute !important; left: 50%; top: 50%; transform: translate(-50%, -50%) !important;}
}
@media screen and (max-width: 568px) { 
	.youtube_latest .swiper-pagination .swiper-pagination-bullet {width: 1rem; height: 1rem}


}
