/* Terms Page Styles - Based on mypage layout */
.terms-content {
	padding: 20px 0;
	line-height: 1.8;
	color: #333;
	position: relative;
}

.terms-content::after {
	content: "";
	display: block;
	clear: both;
}

/* Terms Navigation */
.terms-left {
	float: left;
	width: 50%;
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.terms-left > li {
	margin-bottom: 5px;
}

.terms-left > li > button.terms-nav-btn,
.terms-right > li > button.terms-nav-btn {
	margin-left: 10px;
	color: #017DC7;
	font-weight: bold;
	text-decoration: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

.terms-left > li > button.terms-nav-btn:hover,
.terms-right > li > button.terms-nav-btn:hover {
	text-decoration: underline;
}

.terms-right {
	float: left;
	width: 50%;
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.terms-right > li {
	margin-bottom: 5px;
}

/* Terms Content Boxes */
.terms-box {
	margin-bottom: 20px;
}

.terms-box h4 {
	margin: 0 0 16px 0;
	font-size: 18px;
	font-weight: 700;
	color: #111;
	line-height: 1.6;
}

.terms-box h4 a {
	color: #111;
	text-decoration: none;
}

.terms-box2 {
	margin-top: 20px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.terms-box2:last-child {
	border-bottom: none;
}

.terms-box2 h4 {
	margin: 0 0 16px 0;
	font-size: 18px;
	font-weight: 700;
	color: #111;
	line-height: 1.6;
}

.terms-box2 h4 a {
	color: #111;
	text-decoration: none;
}

.terms-p {
	margin: 0 0 16px 0;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.8;
	color: #555;
}

/* Top Button */
.t-top {
	position: fixed;
	bottom: 100px;
	right: 100px;
	background: #dadada;
	border: 1px #dadada solid;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	z-index: 999;
}

.t-top:hover {
	background: #B1B1B1;
}

/* Inherit mypage base styles */
.jn {
	max-width: 980px;
	margin: 0 auto;
	padding: 60px 20px;
}

.jn-tt {
	margin: 0 10px 14px 10px;
	text-align: center;
	font-size: 36px;
	font-weight: 800;
	color: #111;
}

.jn-hd {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.tin {
	width: 100%;
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.jn {
		padding: 40px 15px;
	}

	.jn-tt {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.terms-content {
		padding: 15px 0;
	}

	.terms-left,
	.terms-right {
		width: 100%;
		font-size: 1em;
		margin-bottom: 20px;
	}

	.terms-left > li,
	.terms-right > li {
		font-size: 1.2em;
		margin-bottom: 8px;
	}

	.terms-box h4,
	.terms-box2 h4 {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.terms-p {
		font-size: 13px;
		line-height: 1.7;
	}

	.terms-box2 {
		margin-bottom: 30px;
		padding-bottom: 20px;
	}

	.t-top {
		margin: 50% 10% 15% 75%;
		padding: 20px;
		font-size: 1.2em;
	}
}
