@charset "UTF-8";
.li_color{
	color: #333 !important;
}
.top_bg {
    height: 40vh;
    overflow: hidden;
    position: relative;
    background: #fff;
    max-width: 100%;
	display: flex;
    align-items: center;
}
.top_ttl{
	padding: 5px 20px;
	background: #333;
	z-index: 1;
}
.main_content{
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	padding: 0 16px
}
.policy_h1{
	font-size: 2em;
	font-weight: 600;
	margin:60px 0;
	position: relative;
}

.top_txt{
	max-width: 70%;
	line-height: 1.5;
	font-size: ;
	background: #fff;
	padding: 3%;
	margin: 0 auto 60px;
}
/*----------------------------------------- 
facility_sec
----------------------------------------- */
.policy_sec{
	max-width: 1280px;
	width: 100%;
	padding: 0 16px;
	margin: 0 auto 60px;
}
.policy_title{
	font-size: 1.6em;
	font-weight: 600;
}