@charset "utf-8";

.contents {
    padding: 8rem 0 14rem;
    background: #f8f7f2;
}

.listVideo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
}

.listVideo li {
	width: 48%;
}

.listVideo li a {
	display: block;
	transition: 0.2s;
}

.listVideo li a:hover {
	opacity: 0.8;
}

.listVideo li a figure {
	border-radius: 4px;
	overflow: hidden;
}

.listVideo li a .txt {
	font-size: 2rem;
	text-align: center;
	padding-top: 2.5rem;
}

.listVideo li a .txt .en {
	color: #687c60;
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 2px;
	font-family: 'Marcellus', sans-serif;
	margin-bottom: 10px;
}

@media (max-width: 767px){
    .contents {
        padding: 50px 0;
    }

    .listVideo li {
    	text-align: center;
    	width: 100%;
    	margin-bottom: 2rem;
    }

    .listVideo li:last-child {
    	margin-bottom: 0;
    }

    .fancybox-slide {
    	padding: 15px;
    }
}