<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
}
.maindesign img {
	width: 100%;
	height: auto;
}
.maindesign .insert-container {
	margin: 50px 0;
}
.maindesign .movie-container {
	max-width: 1000px;
	margin: 30px auto 0;
}

.maindesign .gallery-list {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .gallery-list--item {
	width: 49%;
}
.maindesign .gallery-list .gallery-list--item:nth-child(n+3) {
	margin-top: 40px;
}

@media screen and (max-width:767px) {
	.maindesign .insert-container {
		margin: 30px 0;
	}
	.maindesign .movie-container {
		width: 100%;
		margin: 15px auto 0;
	}
	.maindesign .gallery-list {
		margin-top: 15px;
	}
	.maindesign .gallery-list--item {
		width: 100%;
	}
	.maindesign .gallery-list .gallery-list--item:nth-child(n+2) {
		margin-top: 15px;
	}
}</pre></body></html>