@charset "utf-8";
body{
	background-color: #eee;
}

body#index .table{
	width: 900px;
}


.container{
	position: relative;
	max-width: 900px;
	height: auto;
	margin: 0px auto;
	background-color: #FFF;
}
.header{
	position: relative;
	height: auto;
}

.header .head{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center; 
}
.header .title{
	position: relative;
	color: #FFF;
}
.header .title h1{
	font-size: 32px;
	letter-spacing: .75;
	font-weight: 500;
	line-height: 45px;
	text-align: center;
	padding: 0px 10px;
}

.section{
	position: relative;
	height: auto;
	margin-top: -50px;
	padding: 6%;

}

.section .author{
	font-size: 16px;
	letter-spacing: .75;
	line-height: 21px;
	color: #595757;
	text-align: right;
	margin-bottom: 45px;
}

.section .content{
	font-size: 18px;
	letter-spacing: .75;
	line-height: 36px;
	color: #000;
}
.section .content .img{
	width:100%;
	text-align: center;
}
.section .content img{
	width: 100%;
	max-width: 644px;
	height: auto;
	padding: 35px 15px;
}


/* Faq */

body#faq .container{
	background-image: url('../images/p4-1.png'); 
	background-repeat: no-repeat;
	background-size: 100%; 
	background-position: bottom left;
	padding-bottom: 50px;
	min-height: 800px;
}
body#faq .header{
	text-align: center;
	padding: 40px 30px;
}
.faq-title{
	width: 100%;
	font-size: 30px;
	letter-spacing: .75;
	line-height: 36px;
	color: #000;
}
.faq-header{
	text-align: center;
	padding: 70px 30px 10px 30px;
}
.faq-section{
	position: relative;
	color: #062B4C;
	padding: 40px 45px;
}
.faq-content{
	position: relative;
	padding: 35px;
	background-color: #FFF;
	box-shadow: 11px 0px 11px #BCD0D6;
	-webkit-box-shadow: 11px 0px 11px #BCD0D6;
	-moz-box-shadow: 11px 0px 11px #BCD0D6;
}

body#faq .title{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .75;
	line-height: 36px;
}
body#faq .content p{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .75;
	line-height: 36px;
	margin: 25px 0px;
}

body#faq .content p.msg{
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .75;
	line-height: 36px;
}
body#faq .content p.msg span{
	color: #24868D;
}
body#faq .content p.url{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .75;
	line-height: 36px;
	text-align: center;
}
body#faq .content p.url a{
	color: #000;
}

@media (max-width: 1600px) {


}

@media (max-width: 1200px) {


}

@media (max-width: 768px) {

	.header img{
		object-position: center bottom;
		object-fit: cover;
		height: 220px;
	}
	.header .head{
		height: 160px;
	}

	.header .title h1{
		font-size: 25px;
		letter-spacing: .75;
		font-weight: 500;
		line-height: 32px;
		text-align: center;
	}

	.section .content img{
		width: 100%;
		max-width: 644px;
		height: auto;
		padding: 15px 0px;
	}

}

@media (max-width: 576px) {

	.header .title h1{
		font-size: 22px;
		letter-spacing: .75;
		font-weight: 500;
		line-height: 28px;
		text-align: center;
	}

	.section{
		margin-top: -30px;
	}

	.section .author{
		font-size: 13px;
		letter-spacing: .75;
		line-height: 21px;
		color: #595757;
		text-align: right;
		margin-bottom: 25px;
	}

	.section .content{
		font-size: 16px;
		letter-spacing: .75;
		line-height: 32px;
		color: #000;
	}

.faq-header{
	padding: 40px 30px 10px 30px;
}
.faq-section{
	padding: 20px 20px;
}
.faq-content{
	padding: 35px 25px;
}
.faq-title{
	width: 100%;
	font-size: 25px;
	letter-spacing: .75;
	line-height: 36px;
	color: #000;
}
body#faq .title{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .75;
	line-height: 32px;
}
body#faq .content p{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .75;
	line-height: 32px;
	margin: 25px 0px;
}

body#faq .content p.msg{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .75;
	line-height: 32px;
}
body#faq .content p.msg span{
	color: #24868D;
}
body#faq .content p.url{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .75;
	line-height: 32px;
	text-align: center;
}







}

@media (max-width: 375px) {


}