   @charset "utf-8"; 
/* CSS Document */
/*-----------------------------------------------  
movie.css  
-----------------------------------------------*/
.banner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background-color: #000000;
}
.title_banner {
	width: 100%;
	float: left;
	line-height: 0;
}
.title_banner img {
	max-width: 100%;
}
.sub_banner {
	/* font-weight: bold; */
	font-family: sans-serif;
	font-size: 40px;
	text-align: center;
	color: #ffffff;
	line-height: 1.7;
	letter-spacing: 9px;
}
.banner .inner .sub_banner {
	padding-top: 18px;
}
.banner .inner .icon_arrow {
	float: left;
	margin-left: 300px;
	margin-top: 100px;
}
.banner .inner .icon_arrow img:hover {
	opacity: 0.8;
}
#content {
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.area_movie {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(../img/movie/area_movie_bg.png) no-repeat center center;
	background-size: cover;
}
.area_movie .inner {
	background-color: #0099CB;
	padding-bottom: 80px;
}
.movie_left {
	float: left;
	//width: 830px;
	width: 70%;
	margin-top: 80px;
	padding-left: 58px;
}
.movie_left p {
	line-height: 0;
}
.movie_right {
	background: url(../img/movie/icon_new.png) no-repeat top right;
	//width: 370px;
	width: 30%;
	float: right;
	padding-left: 45px;
	padding-top: 90px;
	box-sizing: border-box;
	padding-right: 35px;
}

.title_video {
	font-size: 32px;
	padding-top: 10px;
	font-weight: bold;
	line-height: 1.1;
}
.date {
	font-size: 16px;
	font-weight: bold;
}
.par {
	max-width: 100%;
	text-align: justify;
	line-height: 1.4;
	font-size: 15px;
	padding-top: 23px;
	word-break: break-all;
}
.link {
	font-size: 14px;
	margin-top: 20px;
}
.link a {
	color: #000;
	text-decoration: none;
	text-align: left;
}
.link a:hover {
	text-decoration: underline;
}
.area1	{
	width: 100%;
	margin:auto;
	background: #000;
	overflow: hidden;
	padding-bottom: 44px;
}
.area1 .inner {
	position: relative;
	overflow: visible;
}
.note {
	position: absolute;
	font-size: 52px;
	/* font-weight: bold; */
}
.pos_area1 {
	top: 63px;
	right: -71px;
}
.area1 .left {
	float: left;
	margin-top: 44px;
	font-size: 41px;
	color: #fff;
	background: url(../img/movie/border.png) no-repeat left center;
	padding-left: 36px;
}
.area1 .right {
	float: right;
	margin-top: 48px;
}
.name_select {
	float: left;
	font-size: 16px;
	padding-right: 20px;
	font-weight: bold;
	padding-top: 8px;
	color: #fff;
}
.right select {
	width: 172px;
	font-size: 16px;
	padding: 7px 0px 7px 15px;
}
.area2 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	
}
.area2 .inner {
	position: relative;
	overflow: visible;

}
.pos_area2 {
	top: 64px;
	right: -154px;
}
.box_item {
	//width: calc(1200px/3);
	width: 33.3%;
	float: left;
	background: #fff;
}
.box_item.new_item {
	background: #fff url(../img/item/new_icon.png) no-repeat top right;
}
.item {
	text-align: center;
	padding: 80px 50px 50px 50px;
}
.row {
	overflow: hidden;
}
.row:nth-child(odd) {
	background: #E5E5E5;
}
.row:nth-child(odd) .inner .box_item:nth-child(even) {
	background: #fff;
}
.row:nth-child(odd) .inner .box_item:nth-child(odd) {
	background: #f2f2f2;
}
.row:nth-child(odd) .inner .box_item.new_item:nth-child(even) {
	background: #fff url(../img/movie/icon_new.png) no-repeat top right ;
}
.row:nth-child(odd) .inner .box_item.new_item:nth-child(odd) {
	background: #f2f2f2 url(../img/movie/icon_new.png) no-repeat top right ;
}
.row:nth-child(even) {
	background: #f2f2f2;
}
.row:nth-child(even) .inner .box_item:nth-child(odd) {
	background: #fff;
}
.row:nth-child(even) .inner .box_item:nth-child(even) {
	background: #f2f2f2;
}
.row:nth-child(even) .inner .box_item.new_item:nth-child(odd) {
	background: #fff url(../img/movie/icon_new.png) no-repeat top right;
}
.row:nth-child(even) .inner .box_item.new_item:nth-child(even) {
	background: #f2f2f2 url(../img/movie/icon_new.png) no-repeat top right;
}
.item a {
	display: block;
	color: #000000;
	text-decoration: none;
}
.name_item {
	margin-top: 35px;
	font-size: 21px;
	font-weight: bold;
}
.detail_item {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	box-sizing: border-box;
	text-align: left;
}
.btn_more {
	margin-top: 27px;
}
.btn_more a {
	background: url(../img/item/arrow.png) no-repeat 71px 5px;
	color: #FF5400;
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	text-decoration: none;
	border-bottom: 4px solid #FF5400;
	padding: 0px 24px 8px 16px;
}
.btn_more a:hover { 
	border-color: transparent;
}
.jam {
	background: url(../img/common/icon_next.png) no-repeat 0px 7px;
}
.box_item:hover {
	opacity: 0.8;
	cursor: pointer;
}
.select {
	float: left;
	padding-left: 25px;
}
.area_page_number {
	width: 100%;
	margin: auto;
	overflow: hidden;
	background: #e5e5e5;
	padding-bottom: 122px;
}
.inner_page {
	width: 90%;
	margin: auto;
	overflow: hidden;
	padding-top: 75px;
	text-align: center;
}
.inner_page ul {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.inner_page ul li {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
	padding: 8px 0px;
}
.inner_page ul li+li {
	margin-left: 10px;
}

.inner_page ul li a {
	display: block;
	padding: 7px 14px;
	border-radius: 100px;
	background: #ffffff;
	text-decoration: none;
	border-radius: 50px;
	font-size: 16px;
	color: #000;
	box-sizing: border-box;
	font-weight: bold;
}
.inner_page ul li a:hover {
	text-decoration: underline;
	opacity: 0.8;
	background: #ff5500;
	color: #fff;
}
.back a {
	display: block;
	text-align: left;
}
.page_number {
	display: inline-block;
	vertical-align: middle;
}
.back {	
	margin-right: 15px;
}
.next {	
	margin-left: 15px;
}
.btn {
	display: inline-block;
	vertical-align: middle;
}
.btn a {
	display: block;
	font-size: 19px;
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
.btn a:hover {
	text-decoration: underline;
}
.inner_page ul li.active a {
	background: url(../img/movie/active_page.png) no-repeat center center;
	color: #fff;
}
.back_tile a {
	color: #000!important;
	font-weight: bold!important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .movie_left {
    width: 60%;
    padding-left: 28px;
  }
  .movie_right {
    width: 40%;
    padding-left: 25px;
  }
}


@media screen and (max-width: 767px) {
	.inner {
		width: 100%;
		float: left;
		padding: 0%;
		box-sizing: border-box;
	}
	#header .inner {
		width: 100%;
		float: left;
		padding: unset;
	}
	.area_movie{
		position: relative;
	}
	.area_movie .inner{
		padding-bottom: 8%;
	}
	.movie_left .img-new{
		position: absolute;
		top: 0;
		right: 0;
		width: 21%;
	}
	.movie_left {
		float: left;
		width: 100%;
		margin-top: 8%;
		padding-left: 0;
	}
	.movie_left iframe {
		height: 75vw;
	}
	.movie_right {
		width: 100%;
		float: right;
		padding-left: unset;
		box-sizing: border-box;
		margin-top: 10%;
		padding-top: 10px;
		padding-right: 0px;
		background: transparent;
	}
	.movie_left p {
		width: 100%;
		line-height: 0;
		float: left;
	}
	.movie_left p img {
		max-width: 100%;
	}
	.title_video {
		font-size: 21px;
		padding-top: 5%;
	}
	.par {
		max-width: 100%;
		text-align: justify;
		line-height: 1.3;
		font-size: 14px;
		padding-top: 5%;
	}
	.link a {
		color: #000;
		text-decoration: none;
		text-align: left;
		font-size: 14px;
	}
/*	.area_movie {
		padding-bottom: 5%;
	}*/
	.area_movie .inner {
		padding: 0 8% 8%;
	}
	.area1 {
		padding-bottom: 4%;
		background: #fff;
	}
	.area1 .left {
		width: 100%;
		float: left;
		margin-top: 5%;
		font-size: 21px;
		color: #fff;
		background: url(../img/item_jam/border.png) no-repeat left center;
		padding-left: 7%;
		box-sizing: border-box;
	}
	.area1 .right {
		width: 100%;
		float: left;
		margin-top: 5%;
	}
	.select {
		width: 100%;
		float: left;
		padding-left: unset;
		margin-top: 5%;
	}
	.movie-list{
		width: 100%;
		text-align: center;
	}
	.movie-list img{
		width: 43%;
	}
	.name_select {
		float: left;
		font-size: 15px;
		width: 30%;
		font-weight: bold;
		padding-top: 2%;
		color: #fff;
	}
	.right select {
		width: 64%;
		float: left;
		font-size: 16px;
		padding: 7px 0px 7px 15px;
		box-sizing: border-box;
	}
	.box_item {
		width: 100%;
		float: left;
		background: #fff;
		padding-bottom: 8%;
	}
	.item {
		width: 100%;
		float: left;
		text-align: center;
		padding: 20% 7% 20% 7%;
		box-sizing: border-box;
	}
	.img_item {
		width: 100%;
		float: left;
		line-height: 0;
	}
	.img_item img {
		max-width: 100%;
	}
	.name_item {
		width: 100%;
		float: left;
		margin-top: 5%;
		font-size: 19px;
		font-weight: bold;
	}
	.detail_item {
		width: 100%;
		float: left;
		font-size: 14px;
		font-weight: bold;
		margin-top: 5%;
		box-sizing: border-box;
		text-align: left;
	}
	.row:nth-child(odd) .inner .box_item.new_item:nth-child(even) {
		background: #fff url(../img/movie/icon_new.png) no-repeat top right ;
		background-size: 25%;
	}
	.row:nth-child(odd) .inner .box_item.new_item:nth-child(odd) {
		background: #f2f2f2 url(../img/movie/icon_new.png) no-repeat top right ;
		background-size: 25%;
	}
	.row:nth-child(even) .inner .box_item.new_item:nth-child(odd) {
		background: #fff url(../img/movie/icon_new.png) no-repeat top right;
		background-size: 25%;
	}
	.row:nth-child(even) .inner .box_item.new_item:nth-child(even) {
		background: #f2f2f2 url(../img/movie/icon_new.png) no-repeat top right;
		background-size: 25%;
	}

	.inner_page {
		width: 100%;
		margin: auto;
		overflow: hidden;
		padding: 15px 0;
	}
	.btn a {
		font-size: 14px;
		font-weight: bold;
		color: #000;
		text-decoration:none;
	}
	.area_page_number{
		background:#fff;
	}
}
@media screen and (max-width: 414px) {
	.item {
		width: 100%;
		float: left;
		text-align: center;
		padding: 20% 7% 20% 7%;
		box-sizing: border-box;
	}
	.img_item {
		width: 100%;
		float: left;
		line-height: 0;
	}
	.img_item img {
		max-width: 100%;
	}
	.name_item {
		width: 100%;
		float: left;
		margin-top: 5%;
		font-size: 19px;
		font-weight: bold;
	}
	.detail_item {
		width: 100%;
		float: left;
		font-size: 14px;
		font-weight: bold;
		margin-top: 5%;
		box-sizing: border-box;
		text-align: left;
	}
	.row:nth-child(odd) .inner .box_item.new_item:nth-child(even) {
		background: #fff url(../img/movie/icon_new.png) no-repeat top right ;
		background-size: 25%;
	}
	.row:nth-child(odd) .inner .box_item.new_item:nth-child(odd) {
		background: #f2f2f2 url(../img/movie/icon_new.png) no-repeat top right ;
		background-size: 25%;
	}
	.row:nth-child(even) .inner .box_item.new_item:nth-child(odd) {
		background: #fff url(../img/movie/icon_new.png) no-repeat top right;
		background-size: 25%;
	}
	.row:nth-child(even) .inner .box_item.new_item:nth-child(even) {
		background: #f2f2f2 url(../img/movie/icon_new.png) no-repeat top right;
		background-size: 25%;
	}
}