/* ===========================================
 * policy
=========================================== */
#policy{
	    background: #E2E0DC;
    margin-top: 80px;
}

#policy_main{
	padding: 100px 0 0;
}
#policy_main h1{
	font-size: 14px;
	text-align: center;
}
#policy_main h1 span{
	font-size: 40px;
	display: block;
	font-weight: 700;
}
#policy_main h1 span::first-letter{
	color: #B40019;
}
#policy_main hr{
	border: 0;
	background: #4A4A4A;
	width: 100%;
	height: 1px;
	margin-top: 24px;
}


#policy_content{
	width: 100%;
	padding: 100px 0 200px;
}
#policy_contentInner{
	width: 1088px;
	margin: 0 auto;
}
#policy_contentInner hr{
	width: 100%;
	border: none;
	height: 1px;
	background: #D0D0D0;
	margin: 60px 0;
}
.policy_contentInner_box h3{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.policy_contentInner_box h3::first-letter{
	color: #B40019;
}
.policy_contentInner_box h4{
	font-size: 15px;
	margin-bottom: 30px;
}
.policy_contentInner_box h5{
	font-size: 20px;
	margin-bottom: 20px;
}
.policy_contentInner_box p{
	font-size: 14px;
}
.policy_contentInner_box address{
	font-size: 15px;
	font-style: normal;
}
.policy_contentInner_box ol{
	list-style: none;
	counter-reset: count 0;
}
.policy_contentInner_box ol li{
	font-size: 14px;
}
.policy_contentInner_box ol li::before{
  content: counter(count) ". ";

  counter-increment: count 1;
}

@media screen and (max-width:640px){
	#policy{
	    background: #E2E0DC;
		margin-top: 80px;
	}

	#policy_main{
		padding: 70px 0 90px;
	}
	#policy_main h1{
		font-size: 22px;
		text-align: center;
	}
	#policy_main h1 span{
		font-size: 54px;
		display: block;
		font-weight: 700;
	}
	#policy_main h1 span::first-letter{
		color: #B40019;
	}
	#policy_main hr{
		border: 0;
		background: #4A4A4A;
		width: 100%;
		height: 1px;
		margin-top: 24px;
	}
	#policy_content{
		width: 100%;
		padding: 70px 0 90px;
	}
	#policy_contentInner{
		width: 580px;
		box-sizing: border-box;
	}
	.policy_contentInner_box h3{
		font-size: 32px;
		font-weight: 400;
		margin-bottom: 40px;
	}
	.policy_contentInner_box h3::first-letter{
		color: #B40019;
	}
	.policy_contentInner_box h4{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.policy_contentInner_box h5{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.policy_contentInner_box p{
		font-size: 20px;
	}
	.policy_contentInner_box address{
		font-size: 20px;
		font-style: normal;
	}
	.policy_contentInner_box ol{
		list-style: none;
		counter-reset: count 0;
	}
	.policy_contentInner_box ol li{
		font-size: 20px;
	}
	.policy_contentInner_box ol li::before{
	  content: counter(count) ". ";

	  counter-increment: count 1;
	}
	
	
	
}