/* ThreadsReplyTool 合規頁面（隱私政策/服務條款/資料刪除說明）專用樣式。
   這三頁是純文字的公用事務頁面，不套用其他頁面慣用的「英雄橫幅背景圖」，
   改用簡單的標題列，但沿用相同的 .container 版面（navbar 淨空高度）規則。 */

.container {
	width: 100%;
	min-width: 1300px;
	max-width: 2560px;
	position: relative;
	margin: 170px auto 0;
}

.container .mainContent {
	width: 100%;
	position: relative;
}

.container .mainContent .mainTitle {
	width: 100%;
	padding: 50px 0;
	text-align: center;
	background-color: #f7f7f7;
}

.container .mainContent .mainTitle .mt__info__title {
	display: block;
	font-size: 32px;
	color: #333;
}

.container .mainContent .mainInfo {
	width: 100%;
	max-width: 860px;
	margin: 30px auto 120px;
}

.container .mainContent .mainInfo h1 {
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 30px;
	margin-top: 40px;
}

.container .mainContent .mainInfo .mi__rich_text:first-child h1:first-child {
	margin-top: 0px;
}

.container .mainContent .mainInfo .mi__rich_text p {
	margin-bottom: 16px;
	line-height: 1.7;
	font-size: 16px;
}

.container .mainContent .mainInfo .mi__rich_text ul {
	margin: 0 0 16px 24px;
	padding: 0;
}

.container .mainContent .mainInfo .mi__rich_text li {
	list-style-type: disc;
	margin-bottom: 8px;
	line-height: 1.7;
	font-size: 16px;
}

.container .mainContent .mainInfo .mi__rich_text a {
	color: #dc7e7e;
	text-decoration: underline;
}

/* Tablet */
@media all and (max-width: 1300px) and (min-width: 769px) {
	.container {
		min-width: 769px;
		max-width: 1300px;
		margin-top: 100px;
	}
}

/* Mobile */
@media all and (max-width: 768px) and (min-width: 0px) {
	.container {
		margin-top: 80px;
		width: 100%;
		max-width: 768px;
		min-width: 0px;
	}

	.container .mainContent .mainTitle .mt__info__title {
		font-size: 24px;
	}

	.container .mainContent .mainInfo {
		max-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
}
