@charset "utf-8";
/*=============================================
=                   ##CONTENT                 =
=============================================*/
@media (min-width:1260px) {
	
	/* 개인정보처리방침 */
	.agreement {padding:14px; font-size:14px; color:#666; line-height:20px}
	.agreement h2 {margin-top:20px; font-size:12px; color:#111; font-weight:400}
	.agreement h2:first-child {margin-top:0}
	.agreement .type_number{display:block;margin-top:25px}
	.agreement .type_number li{line-height:30px;font-size:14px;font-weight:500;color:#333}
	
	.agreement_content {margin-top:50px}
	.agreement_content h3 {margin:0 0 18px 0; font-size:18px; font-weight:500}
	
	.agreement_content table {width:100%; margin-top:20px; border-top:2px solid #111; border-collapse:collapse}
	.agreement_content table th,
	.agreement_content table td {padding:10px; word-break:break-all; background-color:#fff}
	.agreement_content table th {border-bottom:1px solid #111}
	.agreement_content table td {border-bottom:1px solid #ccc}
	
	.agreement_content ul li {padding:5px 0; word-break:keep-all}
	.agreement_content ul li > ul {padding:5px 20px 0 20px}
	.agreement_content ul li > ul li {padding:3px 0}
	.agreement_content ul li .type_dash li:before {width:5px; height:1px; margin:-2px 3px 0 0; vertical-align:middle; background-color:#111; display:inline-block; content:''}
	
	.agreement_box {padding:20px; border:1px solid #ccc; background-color:#f9f9f9}

}
@media (max-width:1259px) and (min-width:748px) {	
}
@media (max-width:747px) {
}


