@charset "utf-8";

.list08 {
	display: flex;
	flex-wrap: wrap;
}
.list08 > li {
	width: 50%;
}
.list08 > li:nth-child(n + 3) {
	margin-top: 20px !important;
}
#ct_bg .copyright {
	margin-top: 40px;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	text-shadow: 2px 2px 1px #000000, -2px 2px 1px #000000, 2px -2px 1px #000000, -2px -2px 1px #000000, 2px 0px 1px #000000, 0px 2px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000;
}

@media screen and (max-width: 639px) {
.list08 > li {
	width: 100%;
}
.list08 > li:nth-child(n + 2) {
	margin-top: 20px !important;
}
#ct_bg .copyright {
	margin-top: 10px;
	text-align: left;
}
}