.series{
    display:flex;
    margin:0 auto;
}

.mlist{
    background-color:white;
border:solid 3px silver;
width:190px;
height:220px;
padding:5px 5px;
margin-left:5px;
}
.new_mlist{
background-color:white;
border:solid 3px silver;
width:640px;
height:250px;
padding:5px 5px;
display:flex;
margin:0 130px;
}
.new_series_back{
max-width:900px;
background-image:url("../../../movie/image/parts/series_back/back1.jpg");
filter:drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
padding:5px 10px 10px 10px;
margin-bottom:20px;
animation:fade_in 2s;
}
.movie_image_space{
    width:170px;
    height:100px;
    margin:10px 10px;
    text-align:center;
    animation:fade_in 3s;
}
.ml_img{
max-width:170px;
max-height:100px;
}
.new_ml_img{
margin:0 auto;
max-width:320px;
max-height:240px;
padding:10px 10px;
}

.new_ml_note{
width:300px;
height:240px;
padding:10px 10px;
}
.ms_img{
max-width:480px;
max-height:320px;
margin:10px 10px;
}

.ms_note{
max-width:500px;
margin:10px 10px;
}

.download_text{
color:black;
font-size:large;
}
.series_back{
max-width:900px;
background-color:Ghostwhite;
filter:drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
padding:5px 10px 10px 10px;
margin-bottom:20px;
opacity:0;
animation:fade_in 2s 3s;
animation-fill-mode: forwards;
}
.new_title{
color:red;
font-weight:900;
}
.image_list{
display:flex;
width:700px;
}
.list_board{
	display:flex;
	flex-wrap:wrap;
    max-width:900px;
	}