@charset "utf-8";
.main_contents {}
.movie_cont {
		background: #FFF;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
		max-width: 1400px;
		margin: 0 auto;
		padding: 100px 0 200px;
}
.movie_cont_inner {
		max-width: 1090px;
		margin: 0 auto;
}
.movie_cont_inner h4 {
		color: #a11D23;
		font-family: 'Helvetica LT W01 Roman';
		font-weight: normal;
		font-size: 14px;
		color: #a11d23;
		letter-spacing: 1px;
		margin: 0 0 30px;
		line-height: 1;
}
.movie_cont_inner h4 span {
		border-bottom: 1px solid #a11D23;
		padding-bottom: 3px;
}
.youtube_col {
		max-width: 1090px;
		margin: 0 auto 40px;
}
.youtube_col_player {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
}
.youtube_col iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
}
.movie_caption p {
		line-height: 1.8;
}
.movie_tile_main {
		margin-bottom: 80px;
}
.movie_tile_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}
.movie_tile_flex_item {
		width: calc(50% - 20px);
		margin-bottom: 60px;
		position: relative;
}
@media(max-width: 767px) {
		.movie_cont {
				padding: 60px 20px 120px;
		}
		.movie_tile_flex {
				display: block;
		}
		.movie_tile_flex_item {
				width: auto;
				margin-bottom: 40px;
				position: relative;
		}
}
/* ==================== */
#movieOverLay {
		background: rgba(255, 255, 255, 0.96);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		display: none;
}
.movie_close {
		position: absolute;
		right: 50px;
		top: 30px;
		width: 48px;
		height: 48px;
		cursor: pointer;
		border: 1px solid #a11d23;
		border-radius: 50%;
}
.movie_close .movie_close_bar {
		position: absolute;
		width: 20px;
		height: 1px;
		top: 23px;
		left: 14px;
}
.movie_close .movie_close_bar:first-child {
		transform: rotate(-45deg);
}
.movie_close .movie_close_bar:last-child {
		transform: rotate(45deg);
}
.movie_close_bar::after {
		content: '';
		display: block;
		width: 20px;
		height: 1px;
		background: #a11d23;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
		transform-origin: right center;
		transform: scaleX(0);
}
.movie_close .movie_close_bar:first-child::after {
		transition-delay: 0.3s;
}
.movie_close .movie_close_bar:last-child::after {
		transition-delay: 0.45s;
}
.movie_close.isActive .movie_close_bar::after {
		transform: scaleX(1);
}
.movie_popup_player {
		width: 70%;
		margin: auto;
		position: absolute;
		aspect-ratio: 16 / 9;
		object-fit: cover;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10;
}
#player_box {
		width: 100%;
		height: 100%;
}
@media(max-width: 1500px) {
		.movie_close {
				right: 30px;
		}
		.movie_popup_player {
				width: 80%;
		}
}
@media (max-width: 767px) {
		.movie_popup_player {
				width: 100%;
				aspect-ratio: 16 / 9;
				object-fit: cover;
				margin: auto;
		}
		.movie_close {
				right: 20px;
				top: 20px;
		}
}
.movie_tile_item_thumb {
		position: relative;
}
.movie_tile_item_thumb_in {
		position: relative;
}
.movie_tile_item_thumb_in::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		mix-blend-mode: multiply;
		pointer-events: none;
}
.movie_tile_item_thumb img {
		width: 100%;
		height: auto;
}
.movie_tile_item_thumb {
		margin-bottom: 25px;
		position: relative;
		overflow: hidden;
}
.movie_tile_item_thumb::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 35px);
		left: calc(50% - 35px);
		width: 70px;
		height: 70px;
		border-radius: 50%;
		border: 1px solid #fff;
		box-sizing: border-box;
		pointer-events: none;
		z-index: 10;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.movie_tile_item_thumb::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(calc(50% - 35px) + 30px);
		left: calc(calc(50% - 35px) + 30px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 10px;
		border-color: transparent transparent transparent #fff;
		z-index: 10;
		pointer-events: none;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
		.movie_tile_item:hover .movie_tile_item_thumb::before {
				transform: scale(1.3);
		}
}
.movie_tile_item_thumb img {
		width: 100%;
		height: auto;
		transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.movie_tile_item_thumb_in {
		position: relative;
}
.movie_tile_item_thumb_in::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		pointer-events: none;
		z-index: 1;
}
@media (hover: hover) {
		.movie_tile_item_thumb:hover img {
				transform: scale(1.06)
		}
}