@charset "utf-8";

.contents.online header h1 {
	margin: 0 0 2rem 0;
}

.contents.online header p {
	text-align: left;
}

.main_inner {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main_inner ul {
	margin: 0;
	padding: 0;
}

.main_inner ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main_inner .term,
.main_inner .next-term {
	width: 31%;
	height: auto;
	padding: 20px;
	font-family: sans-serif;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 4px;
}

.main_inner .next-term {
	width: 31%;
	height: auto;
}

.main_inner .next-term .next-term-close {
	font-size: 14px;
}

.main_inner .term h2,
.main_inner .next-term h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #4388dc;
	line-height: 1;
	letter-spacing: 1px;
}

.main_inner .term li,
.main_inner .next-term li {
	margin-bottom: 10px;
	line-height: 1;
	font-size: 12px;
	color: #000;
	/* text-shadow: 0px 0px 4px #fff; */
}

.main_inner .term li:last-child,
.main_inner .next-term li:last-child {
	margin-bottom: 0;
}

.main_inner .next-term h3 {
	margin: 0 0 10px;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 16px;
}

#main .inner .tiles h3 {
	margin: 0;
	font-size: 14px;
}

#main .inner .tiles h4 {
	margin: 0;
	font-size: 1.1rem;
}

@media screen and (max-width: 736px) {
	.mainimg p {
		font-size: 1.4rem;
		margin-left: 0;
		padding: 1.4rem 1.6rem;
	}

	.mainimg p span {
		font-size: 1rem;
	}

	.main_inner {
		text-align: center;
	}
}