@charset "utf-8";
.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;
}
#movieOverLay {
		background: rgba(255, 255, 255, 0.9);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		display: none;
}
.pswp__bg {
		background: rgba(255, 255, 255, 0.9) !important;
}
.zoomFigure {
		cursor: pointer
}
.movie_close {
		position: absolute;
		right: 50px;
		top: 30px;
		width: 46px;
		height: 46px;
		cursor: pointer;
		border: 2px solid #c68284;
		border-radius: 50%;
		box-sizing: border-box;
}
.movie_close .movie_close_bar {
		position: absolute;
		width: 16px;
		height: 2px;
		top: 20px;
		left: 13px;
}
.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: 16px;
		height: 2px;
		background: #c68284;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
		transform-origin: right center;
		transform: scaleX(1);
}
.movie_close .movie_close_bar:last-child::after {
		transition-delay: 0.15s;
}
.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: 1024px) {
		.movie_close {
				right: 17px;
				top: 17px;
		}
		.movie_popup_player {
				width: 90%;
		}
}
@media (max-width: 767px) {
		.movie_popup_player {
				width: 100%;
				aspect-ratio: 16 / 9;
				object-fit: cover;
				margin: auto;
		}
		.movie_close {
				right: 11px;
				top: 11px;
				width: 38px;
				height: 38px;
		}
		.movie_close .movie_close_bar {
				width: 12px;
				height: 2px;
				top: 16px;
				left: 11px;
		}
		.movie_close_bar::after {
				width: 12px;
				height: 2px;
		}
}
.movie_caption_wrap {
		position: relative;
		margin-top: 15px;
		padding-right: 50px;
}
.movie_main a, .movie_tile a {
		text-decoration: none;
		color: #fff;
}
.movie_caption_wrap .icon_play, .movie_caption_wrap .icon_blank {
		position: absolute;
		top: calc(50% - 15px);
		right: 0;
		width: 30px;
		height: 30px;
}
.icon_play::before, .icon_play::after {
		content: '';
		display: block;
		position: absolute;
}
.icon_play::before {
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
		border: 2px solid #FFF;
		border-radius: 50%;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		box-sizing: border-box;
}
.icon_play::after {
		top: 11px;
		left: 13px;
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 7px solid #fff;
		border-right: 0;
}
@media (hover: hover) {
		.movieItem a:hover .movie_thumb img {
				transform: scale(1.06);
		}
		.movieItem a:hover, .movieItem a:hover .movie_caption {
				color: #009143;
				text-decoration: none;
		}
		a:hover .icon_play::before {
				transform: scale(1.2);
				background: #fff;
		}
		a:hover .icon_play::after {
				border-top: 4px solid transparent;
				border-bottom: 4px solid transparent;
				border-left: 7px solid #E2BAB4;
		}
}
/* ============ */
.pswp__button--close {
		width: 46px;
		height: 46px;
		background: none !important;
		margin: 30px 50px 0 0;
		border-radius: 50%;
		border: 2px solid #c68284;
		box-sizing: border-box;
}

.pswp__button--close::before, .pswp__button--close::after {
		content: '';
		display: block;
		position: absolute;
		top: 20px;
		left: 13px;
		width: 16px;
		height: 2px;
		border-radius: 0;
		background: #c68284;
		transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.pswp__button--close::before {
		transform: rotate(-45deg);
		
}
.pswp__button--close::after {
		transform: rotate(45deg);
}




@media (max-width: 767px) {
		.pswp__button--close {
				margin: 11px 11px 0 0;
				width: 38px;
				height: 38px;
		}
		.pswp__button--close::before, .pswp__button--close::after {
				width: 12px;
				height: 2px;
				top: 16px;
				left: 11px;
		}
}