body {
	background: #f1f2f3;
}
.policyWrap {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	position: relative;
}

.policyWrap .guide-sectionWrap {
	width: 100%;
}

.guide-sectionWrap .guide-section {
	width: 100%;
	padding: 0px 0px 16px;
	box-sizing: border-box;
	background: #fff;
	min-height: 100vh;
}

.guide-sectionWrap .guide-section .section-inner {
	padding: 20px;
	box-sizing: border-box;
}

.guide-sectionWrap .guide-section h1 {
	font-size: 1.25rem;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding:20px;
	box-sizing:border-box;
}

/* ================== 개인정보처리방침 ================== */


.policy-content {
	word-break: keep-all;
	font-size: 1rem;
	color: #333;
	line-height: 1.6;
	margin: 15px 0 60px;
}

.policy-content a:hover {
	text-decoration:underline;
}

.policy-content.top__ {
	background:#F8F9FB;
	padding:20px;
	box-sizing:border-box;
}

.policy-content h2.policy-title {
	font-size: 1.125rem;
	color: #454848;
	margin: 20px 0;
	font-weight: 600;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 15px;
}

.policy-content h3 {
	margin:10px 0;
	font-size: 1rem;
}

.policy-content .policy-notice {
	margin-top:20px;
}

.policy-content strong {
	display:block;
	font-weight: 700;
	margin:20px 0 12px;
}

.policy-content .bold-txt {
	font-weight:600;
}

.policy-content .indent-box {
	padding:0 20px;
	box-sizing:border-box;
	font-size:0.95rem;
}

.policy-content .point-box {
	background:#F8F9FB;
	padding:12px;
	box-sizing:border-box;
	font-size:0.95rem;
}

.policy-content .point-box em {
	font-weight:600;
}

.policy-content .policyTbl-wrap .policyTbl {
	width:100%;
	border:1px solid #e1e1e1;
	border-top:2px solid #c7cfdf;
}

.policy-content .policyTbl-wrap .policyTbl th,
.policy-content .policyTbl-wrap .policyTbl td {
	border:1px solid #e1e1e1;
	padding:8px 10px;
	box-sizing:border-box;
	font-size:0.95rem;
}

.policy-content .policyTbl-wrap .policyTbl th{
	background:#F8F9FB;
	font-weight:600;
}




/* 태블릿 */
@media screen and (min-width: 769px) and (max-width: 1199px) {
	.policy-content {
		margin-left: 10px;
	}

	.policy-content .policy-title {
		margin-left: 10px;
	}
}

@media screen and (max-width: 768px) {
	.policy-content {
		width: 95%;
		margin: 15px auto 60px;
	}

	.policy-content .policy-title {
		width: 95%;
		margin: 20px auto;
		word-break: keep-all;
	}
}

@media screen and (max-width: 640px) {
	.guide-sectionWrap .guide-section .section-inner {
		padding:20px 12px;
	}

	.policy-content.top__ {
		text-align:center;
		padding:20px 12px;
	}

	.policy-content .indent-box{
		padding:0 12px;
	}
}