@charset "utf-8";

/*movie list*/
.reelsContainer {}
.reelsContents {display: flex;width: 100%;height: 440px;justify-content: flex-start;padding-bottom: 5%;padding-top:3%;}
.reelsContents > li {border-radius:10px; border: 1px solid #414141; overflow: hidden; height:439px; margin-right:2%;}
.movie-reels {width: 270px;height:391px;}
.movie-reels iframe {width: 100% !important;height:100%;max-width: 100%;min-width: 100% !important;/* min-height: 100%; */}
.movie-reels img {width:270px; aspect-ratio: 9/16; }
.reels-img {position:relative; overflow:hidden; background:#000;}

/*릴스 컨텐츠 제목*/
.reels-title {display: block;text-align:center;font-weight: 600; font-size:1.0em; height:19px; padding:7px 2px 2px 2px;}
.reels-title >a {color: white; }

.reels-title > a:hover {}
.reels-date {display: block; text-align:center; color: white;}
.reels-footer {background-color:#0a2540; position: sticky;} 
.reels-footer:hover {background-color:#0095f6; }
