@charset "utf-8";
/*////////////////////////////////////
movie
////////////////////////////////////*/

@media screen and (min-width: 768px) {
.under_section {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#ojt_section1 {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 160px 0 0 0;
}
#ojt_img1 {
	position: relative;
	width: 80%;
	margin-right: 5%;
	margin-left: auto;
	margin-bottom: 50px;
}
#movie_area {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#movie_place {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.movie_list {
	position: relative;
	width: 20%;
	margin: 2.5%;
}
.movie_list a {
	text-decoration: none;
}
a .movie_image {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	transition: all 0.3s;
}
a:hover .movie_image {
	transform: scale(1.05);
}
a .movie_title {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	color: #333;
	text-align: center;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.under_section {
	position: relative;
	width: 100%;
	padding: 50px 0;
}
#ojt_section1 {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0 0 0;
}
#ojt_img1 {
	position: relative;
	width: 80%;
	margin-right: 5%;
	margin-left: auto;
	margin-bottom: 50px;
}
#movie_area {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#movie_place {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.movie_list {
	position: relative;
	width: 45%;
	margin: 2.5%;
}
.movie_list a {
	text-decoration: none;
}
a .movie_image {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	transition: all 0.3s;
}
a:hover .movie_image {
	transform: scale(1.05);
}
a .movie_title {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	color: #333;
	text-align: center;
}
}
