@charset "utf-8";
/* CSS Document */
a{
	text-decoration: none;
}
header {
	width: 100%;
	max-width: 1920px;
	height: 400px;
	margin: 0 auto;
	background: url("/en/Assets/Web/Images/Privacy/banner.png") no-repeat top center;
}
#HeaderForm {
	width: 100%;
	height: 200px;
	max-width: 1600px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
#Logo {
	width: 84px;
	height: 96px;
	margin-top: 60px;
	position: fixed;
}
#HeaderBox {
	width: 100%;
	max-width: 1320px;
	height: 215px;
	margin: 0 auto;
}
#BannerText {
	width: 440px;
	height: 215px;
	font-size: 50px;
	font-family: 'Vollkorn', serif;
	background: #b7a393;
	color: #FFF;
	box-sizing: border-box;
	padding: 50px;
	line-height: 60px;
	letter-spacing: 3px;
	float: left;
}
#Line {
	width: 40px;
	height: 80px;
	float: left;
	border-bottom: 2px solid #FFF;
	margin-left: 30px;
	margin-right: 30px;
}
#BannerText2 {
	width: 100px;
	height: 100px;
	padding-top: 63px;
	float: left;
	color: #FFF;
	font-size: 34px;
	font-family: 'Vollkorn', serif;
	letter-spacing: 1px;
	font-style: italic;
}
#TextForm1 {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	margin-top: 100px;
	padding-bottom: 80px;
}
#Left1 {
	width: calc(100% - 260px);
	color: #6e6e6e;
	padding-left: 50px;
	display: inline-block;
}
#Right1 {
	width: 200px;
	height: 60px;
	padding-: 00px;
	display: inline-block;
}
#Text1 {
	width: 100%;
	line-height: 50px;
	color: #6e6e6e;
	font-size: 26px;
	font-weight: 500;
}
#Text2 {
	width: 100%;
	text-align: right;
	letter-spacing: 1px;
	padding-right: 20
}
#TextForm2 {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	margin-top: 100px;
	padding-bottom: 60px;
	color: #b7a393;
	padding-left: 50px;
	box-sizing: border-box;
	font-size: 26px;
}
#Text3 {
	width: 100%;
	max-width: 900px;
	line-height: 50px;
}
#TextForm3 {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 150px;
	box-sizing: border-box;
}
#TextForm3:after {
	content: '';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
#Left3 {
	width: 442px;
	min-height: 50px;
	background: url("/en/Assets/Web/Images/Privacy/Line1.jpg") no-repeat top left;
	float: left;
	color: #8f3834;
	box-sizing: border-box;
	padding-left: 50px;
	padding-top: 50px;
}
#LeftMenu{
	width: 442px;
	min-height: 50px;
}
.ListName {
	width: calc(100% - 50px);
	min-height: 30px;
	line-height: 30px;
	font-family: 'Vollkorn', serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	padding-right: 50px;
	padding-bottom: 10px;
}
.ListName a {
	text-decoration: none;
	color: #8f3834;
}
#Right3 {
	width: calc(100% - 472px);
	border-top: 2px solid #b7a393;
	float: right;
}
.RightList {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 2px solid #b7a393;
}
.ListTile {
	font-size: 24px;
	color: #6e6e6e;
	letter-spacing: 1px;
	padding-bottom: 50px;
	font-weight: 500;
}
.ListContent {
	line-height: 30px;
	font-size: 16px;
	font-size: 300;
	letter-spacing: 1px;
}
#BtnForm {
	width: 100%;
	height: 250px;
	text-align: center;
	padding-top: 130px;
	box-sizing: border-box;
	background: url("/en/Assets/Web/Images/News/BtnTopBg.png") no-repeat top center;
	background-size: 100%;
	background-color: #f0f0f0;
}
#FooterTopLine {
	background: url("/en/Assets/Web/Images/News/footerBg.png") no-repeat center top;
	background-size: 100%;
}
@media screen and (max-width:991px) {
	header {
		width: 100%;
		height: 300px;
		background: url("/en/Assets/Web/Images/Privacy/banner.png") no-repeat top center;
		background-size: auto 320px;
		background-position: 72%;
		overflow: hidden;
	}
	#Logo {
		width: 58px;
		height: 65px;
		margin-top: 30px;
		left: 35px;
		position: absolute;
	}
	#Logo img {
		width: 58px;
	}
	#HeaderText {
		width: 100%;
		text-align: center;
		font-size: 30px;
		line-height: 40px;
		color: #FFF;
		position: absolute;
		top: 120px;
		font-family: 'Vollkorn', serif;
		letter-spacing: 1px;
	}
	#TextForm1 {
		width: calc(100% - 60px);
		max-width: 1320px;
		margin: 0 auto;
		margin-top: 30px;
		padding-bottom: 40px;
	}
	#Left1 {
		width: 100%;
		float: none;
		padding-left: 20px;
		padding-right: 20px;
		display: block;
		box-sizing: border-box;
	}
	#Text1 {
		font-size: 16px;
		line-height: 30px;
	}
	#Right1 {
		width: 100%;
		height: 60px;
		padding-top: 20px;
		display: block;
		box-sizing: border-box;
	}
	#Text2 {
		width: 100%;
		text-align: right;
		letter-spacing: 1px;
		padding-right: 20px;
		box-sizing: border-box;
		font-size: 14px;
	}
	#Right3 {
		width: 100%;
		border-top: 2px solid #b7a393;
		float: none;
	}
	#TextForm2 {
		width: calc(100% - 60px);
		max-width: 1320px;
		margin: 0 auto;
		margin-top: 50px;
		padding-bottom: 20px;
		color: #b7a393;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		font-size: 20px;
	}
	#Text3 {
		width: 100%;
		max-width: 900px;
		line-height: 40px;
	}
	#TextForm3 {
		width: calc(100% - 60px);
		max-width: 1320px;
		margin: 0 auto;
		margin-top: 30px;
		padding-bottom: 80px;
		box-sizing: border-box;
	}
	.RightList {
		width: 100%;
		padding-top: 45px;
		padding-bottom: 45px;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		border-bottom: 2px solid #b7a393;
	}
	.ListTile {
		line-height: 40px;
		font-size: 18px;
		color: #6e6e6e;
		letter-spacing: 1px;
		padding-bottom: 10px;
		font-weight: 500;
		padding-right: 50px;
	}
	.BtnDown {
		width: 30px;
		height: 30px;
		background: url("/en/Assets/Web/Images/Faqs/BtnDown.png") no-repeat center center;
		background-size: 30px;
		position: absolute;
		right: 40px;
		margin-top: 10px;
		cursor: pointer;
		transition: all .3s;
	}
	.BtnDownAct {
		transform: rotate(180deg);
	}
	.ListContent {
		line-height: 30px;
		font-size: 16px;
		font-size: 300;
		letter-spacing: 1px;
		display: none;
		font-size: 14px;
	}
	#BtnForm {
		width: 100%;
		height: 150px;
		text-align: center;
		padding-top: 60px;
		box-sizing: border-box;
		background: url("/en/Assets/Web/Images/News/BtnTopBg.png") no-repeat top center;
		background-size: 100%;
		background-color: #f0f0f0;
	}
	#FooterTopLine {
		background: url("/en/Assets/Web/Images/News/footerBg.png") no-repeat center top;
		background-size: 100%;
	}
	#BtnGoto img {
		width: 200px;
	}
	#ItemMenu {
		width: 100%;
		height: 60px;
		text-align: center;
		padding-top: 50px;
	}
	#BtnP {
		font-family: 'Vollkorn', serif;
		color: #8f3834;
		display: inline-block;
		margin-right: 40px;
		text-align: left;
		border-left: 1px solid #8f3834;
		padding-left: 10px;
		text-decoration: none;
		padding-bottom: 10px;
	}
	#BtnT {
		font-family: 'Vollkorn', serif;
		color: #b7a393;
		display: inline-block;
		text-align: left;
		border-left: 1px solid #b7a393;
		padding-left: 10px;
		text-decoration: none;
	}
}