@charset "utf-8";

/* 새글 스킨 (latest) */
.movie_list {  }
.movie_inr { float: right; display: flex; flex-wrap: wrap; width: 40%; margin-bottom: 20px; }
.movie_inr:first-child { float: left; width: 58%; margin-bottom: 0px; }
.movie_inr:last-child { margin-bottom: 0px; }
.movie_inr .lt_img { overflow: hidden; border-radius: 10px; }
.movie_inr .lt_img img { max-width: 100%; height: auto; }

.movie_inr:first-child .lt_img { margin-bottom: 30px; }
.movie_inr:nth-child(2) .lt_img, .movie_inr:nth-child(3) .lt_img, .movie_inr:nth-child(4) .lt_img, .movie_inr:nth-child(5) .lt_img, .movie_inr:nth-child(6) .lt_img { width: 200px; }

.movie_inr .movie_info { display: flex; flex-wrap: wrap; align-content: center; width: calc(100% - 200px); padding-left: 30px; }
.movie_inr:first-child .movie_info { width: 100%; padding: 0px; }
.movie_inr .lt_title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; margin-bottom: 15px; }
.movie_inr:first-child .lt_title { font-size: 1.3em; font-weight: 600; }
.movie_info .lt_date { display: block; color: rgba(255, 255, 255, 0.7); font-size: 0.95em; }

@media screen and (max-width: 1490px) {
	
	.movie_inr:nth-child(2) .lt_img, .movie_inr:nth-child(3) .lt_img, .movie_inr:nth-child(4) .lt_img, .movie_inr:nth-child(5) .lt_img, .movie_inr:nth-child(6) .lt_img { width: 160px; }
	.movie_inr .movie_info { width: calc(100% - 160px); }
	
}

@media screen and (max-width: 1280px) {
	
	.movie_inr:nth-child(2) .lt_img, .movie_inr:nth-child(3) .lt_img, .movie_inr:nth-child(4) .lt_img, .movie_inr:nth-child(5) .lt_img, .movie_inr:nth-child(6) .lt_img { width: 130px; }
	.movie_inr .movie_info { width: calc(100% - 130px); }
	
}

@media screen and (max-width: 1024px) {
	
	.movie_inr { float: left !important; width: 49%; }
	.movie_inr:first-child { width: 100%; margin-bottom: 20px; }
	.movie_inr:nth-child(2), .movie_inr:nth-child(4), .movie_inr:nth-child(6) { float: left; margin-right: 2%; }

	.movie_inr .movie_info { padding-left: 10px; }
	.movie_inr:first-child .movie_info { padding: 0px; }

}

@media screen and (max-width: 640px) {
	
	.movie_inr:first-child { width: 49%; margin-bottom: 20px; }
	.movie_inr:nth-child(2), .movie_inr:nth-child(4), .movie_inr:nth-child(6) { margin-left: 2%; margin-right: 0%; }
	.movie_inr .lt_img { margin-bottom: 20px; }
	.movie_inr:first-child .lt_img { margin-bottom: 20px; }
	.movie_inr:nth-child(2) .lt_img, .movie_inr:nth-child(3) .lt_img, .movie_inr:nth-child(4) .lt_img, .movie_inr:nth-child(5) .lt_img, .movie_inr:nth-child(6) .lt_img { width: 100%; }
	.movie_inr .movie_info { width: 100%; padding-left: 0px; }
	.movie_inr:first-child .lt_title { font-size: 1em; }

}

@media screen and (max-width: 375px) {
	
	.movie_inr { width: 100% !important; }
	.movie_inr:nth-child(2), .movie_inr:nth-child(4), .movie_inr:nth-child(6) { margin-left: 0%; }
	.movie_inr .movie_info { justify-content: center; text-align: center; }

}