@charset "utf-8";
/* CSS Document */
header {
	width: 100%;
	height: 100vh;
	background: #f0f0f0;
}
#HeaderForm {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	height: 100vh;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
#PlayForm {
	width: 100%;
	height: calc(100vh - 98px);
	box-sizing: border-box;
	padding-top: 180px;
}
#Logo {
	width: 84px;
	height: 96px;
	margin-top: 60px;
	position: fixed;
}
#LogoLine {
	width: 84px;
	height: calc(100vh - 450px);
	background: url("/en/Assets/Web/Images/About/LogoLine.png") no-repeat center center;
}
#LogoName {
	width: 84px;
	height: 170px;
	font-family: 'Vollkorn', serif;
	writing-mode: vertical-lr;
	text-orientation: mixed;
	color: #b7a393;
	font-style: italic;
	font-weight: bold;
	font-size: 50px;
	letter-spacing: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}
#LogoForm {
	width: 84px;
	height: auto;
	float: left;
}
#YoutobePlay {
	width: calc(100% - 84px - 50px - 30px);
	max-width: 1260px;
	height: calc(100%);
	margin: 0 auto;
	background-size: cover;
	box-shadow: 0px 20px 30px #aaa;
}
#BtnPlayYouTube {
	width: 104px;
	height: 104px;
	margin: 0 auto;
	cursor: pointer;
	position: absolute;
}
#HeaderMenu {
	width: 84px;
	height: 100%;
	float: right;
	position: fixed;
}
.HeaderMenuList {
	width: 20px;
	line-height: 20px;
	font-family: 'Vollkorn', serif;
	writing-mode: vertical-lr;
	text-orientation: mixed;
	color: #b7a393;
	font-weight: bold;
	padding-bottom: 50px;
	padding-top: 15px;
	border-top: 1px solid #b7a393;
	text-decoration: none;
	letter-spacing: 1px;
}
.MenuAct {
	width: 30px;
	line-height: 40px;
	color: #8f3834;
	border-color: #8f3834;
	margin-left: -10px;
}
#HeaderMenuPosition {
	width: 30px;
	padding-top: 200px;
	margin: 0 auto;
}
#About {
	width: 100%;
	max-width: 1260px;
	margin: auto;
	padding-top: 140px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
#AboutTitle {
	width: 100%;
	height: 75px;
	line-height: 43px;
	color: #8f3834;
	border-left: 5px solid #8f3834;
	font-size: 28px;
	padding-left: 30px;
	letter-spacing: 1px;
	font-weight: 500;
	overflow: hidden;
	margin-bottom: 50px;
}
#AboutTitleText {
	float: left;
	margin-top: -8px;
}
#AboutContent {
	width: 100%;
}
#AboutContent:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
#AboutText1 {
	width: calc(50% - 30px);
	line-height: 30px;
	float: left;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
}
#AboutText1:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
#AboutText2 {
	width: calc(50% - 10px);
	float: right;
	text-align: right;
}
#AboutText1:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
#AboutText2 img {
	max-width: 100%;
}
#AboutText3 {
	width: 100%;
}
#AboutText3 img {
	width: 100%;
	margin-top: 90px;
	margin-bottom: 70px;
}
#AboutText4 {
	width: calc(50% - 30px);
	line-height: 30px;
	float: left;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
}
#AboutText4:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
#AboutText5 {
	width: calc(50% - 40px);
	line-height: 30px;
	float: right;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
}
#AboutText15:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
#Line1 {
	width: 100%;
	height: 10px;
	border-bottom: 1px solid #c8c8c8;
	margin-top: 110px;
	margin-bottom: 130px;
}
#AboutImg {
	width: 100%;
	height: 250px;
}
.AboutIcon {
	width: calc((100% / 3) - 3px);
	height: 250px;
	display: inline-block;
	text-align: center;
}
.AboutImgHover {
	background: url("/en/Assets/Web/Images/About/HoverIcon.png") no-repeat bottom center;
}
#AboutImgText {
	width: 100%;
	padding: 100px;
	background: #f0f0f0;
	box-sizing: border-box;
}
#AboutTab1, #AboutTab3 {
	display: none;
}
.AboutTable {
	line-height: 30px;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
}
.AboutTable:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.AboutTabLeft {
	width: calc(50% - 50px);
	float: left;
}
.AboutTabRight {
	width: calc(50% - 50px);
	float: right;
}
#AboutLine2 {
	wdith: 100%;
	max-width: 1640px;
	height: 20px;
	margin: 0 auto;
	margin-top: 160px;
}
#AboutLine2 img {
	width: 100%;
}
#BtnForm {
	width: 100%;
	height: 100px;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
	header {
		height: auto;
		padding-bottom: 70px;
	}
	#HeaderForm {
		padding: 30px;
		height: auto;
	}
	#HeaderForm {
		padding: 0px;
	}
	#Logo {
		width: 58px;
		height: 65px;
		margin-top: 30px;
		left: 35px;
		position: absolute;
	}
	#Logo img {
		width: 58px;
	}
	#PlayForm {
		padding-top: 130px;
		height: auto;
	}
	#LogoForm {
		width: 100%;
		float: none;
	}
	#LogoName {
		width: 100%;
		height: 100px;
		font-family: 'Vollkorn', serif;
		writing-mode: horizontal-tb;
		text-orientation: mixed;
		color: #b7a393;
		font-style: italic;
		font-weight: bold;
		font-size: 34px;
		letter-spacing: 2px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		background: url("/en/Assets/Web/Images/About/TitleLine-Mb.png") bottom center no-repeat;
	}
	#HeaderMenu {
		width: 100%;
		height: 110px;
		float: none !important;
		box-sizing: border-box;
		padding-left: 30px;
		position:relative;
	}
	#HeaderMenuPosition {
		width: 100%;
		padding-top: 30px;
		margin: 0 auto;
		text-align: center;
	}
	.HeaderMenuList {
		width: auto;
		line-height: 30px;
		font-family: 'Vollkorn', serif;
		writing-mode: horizontal-tb;
		text-orientation: mixed;
		color: #b7a393;
		font-style: italic;
		font-weight: bold;
		padding: 0px;
		padding-left: 15px;
		padding-right: 30px;
		border-left: 1px solid #b7a393;
		border-top: none;
		text-decoration: none;
		transition: all .3s;
		letter-spacing: 1px;
	}
	.MenuAct {
		width: 30px;
		line-height: 30px;
		color: #8f3834;
		border-color: #8f3834;
		margin-left: -10px;
		padding-bottom: 10px;
	}
	#YoutobePlay {
		width: calc(100% - 60px);
		max-width: 100%;
		height: 200px;
		margin: 0 auto;
		background: url("/en/Assets/Web/Images/About/AboutBg.png") no-repeat;
		background-size: cover;
		box-shadow: none;
		margin-left: 30px;
		margin-right: 30px;
	}
	#BtnPlayYouTube-Mb {
		width: calc(100% - 60px);
		height: 200px;
		margin: 0 auto;
		cursor: pointer;
		background: url("/en/Assets/Web/Images/About/YouTubePlay-Mb.png") no-repeat center center;
	}
	/* About */
	#About {
		width: 100%;
		max-width: 1260px;
		margin: auto;
		padding-top: 60px;
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
	}
	#AboutTitle {
		width: 100%;
		height: 50px;
		line-height: 30px;
		color: #8f3834;
		border-left: 3px solid #8f3834;
		font-size: 20px;
		padding-left: 15px;
		letter-spacing: 0px;
		font-weight: 500;
		overflow: hidden;
		margin-bottom: 50px;
	}
	#AboutTitleText {
		float: left;
		margin-top: -5px;
	}
	#AboutText2 {
		width: 100%;
		float: none;
		text-align: center;
	}
	#AboutText1 {
		width: 100%;
		line-height: 20px;
		float: none;
		font-size: 12px;
		font-weight: 300;
		letter-spacing: 0.7px;
		padding-top: 15px;
	}
	#AboutText3-Mb {
		width: 100%;
		height: 120px;
		background: #b7a393;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#AboutText3Text-Mb {
		width: 135px;
		height: 120px;
		line-height: 20px;
		text-align: right;
		float: right;
		color: #FFF;
		font-size: 12px;
		letter-spacing: 1px;
		padding-right: 20px;
		padding-top: 30px;
		box-sizing: border-box;
	}
	#AboutText3Img-Mb {
		width: calc(100% - 135px);
		height: 120px;
		float: left;
		background: url("/en/Assets/Web/Images/About/Img2-Mb.png") no-repeat left;
		background-size: cover;
	}
	#AboutText4 {
		width: 100%;
		line-height: 20px;
		float: none;
		font-size: 12px;
		font-weight: 300;
		letter-spacing: 0.7px;
		padding-top: 15px;
	}
	#AboutText5 {
		width: 100%;
		line-height: 20px;
		float: none;
		font-size: 12px;
		font-weight: 300;
		letter-spacing: 0.7px;
		padding-top: 15px;
	}
	#Line1 {
		margin-top: 60px;
		margin-bottom: 70px;
	}
	#AboutSlick {
		width: 100%;
	}
	.SlickList {
		width: 100%;
	}
	.ListTitle {
		width: 100%;
		height: 150px;
		text-align: center;
		background: url("/en/Assets/Web/Images/About/HoverIcon.png") no-repeat bottom center;
	}
	.ListTitle img {
		width: 150px;
		margin: 0 auto;
	}
	.ListContent {
		width: 100%;
		padding: 30px;
		background: #f0f0f0;
		box-sizing: border-box;
		margin-top: -5px;
		font-size: 12px;
		font-weight: 300;
		letter-spacing: 1px;
		line-height: 20px;
	}
	.slick-next {
		width: 30px;
		height: 44px;
		background: url("/en/Assets/Web/Images/index/BtnNext.png") center center no-repeat;
		border: none;
		position: absolute;
		right: 10px;
		top: 30px;
		cursor: pointer;
		z-index: 1000;
	}
	.slick-prev {
		width: 30px;
		height: 44px;
		background: url("/en/Assets/Web/Images/index/BtnPrev.png") center center no-repeat;
		border: none;
		position: absolute;
		left: 10px;
		top: 30px;
		cursor: pointer;
		z-index: 1000;
	}
	#AboutLine2 {
		wdith: 100%;
		margin-top: 50px;
	}
	#AboutLine2 img {
		width: 100%;
	}
	#BtnForm {
		width: 100%;
		height: 100px;
		text-align: center;
		margin-top: 70px;
		margin-bottom: 30px;
	}
	#BtnForm img {
		width: 100px;
	}
}
@media screen and (min-width: 992px) and (max-width:1360px) {
	#YoutobePlay {
		width: calc(100% - 300px);
		max-width: 1260px;
		height: calc(100%);
		margin: 0 auto;
		background-size: cover;
		box-shadow: 0px 20px 30px #aaa;
	}
	#Logo {
		width: 84px;
		height: 96px;
		margin-top: 60px;
		left: 30px;
		position: fixed;
	}
	#LogoForm {
		width: 84px;
		height: auto;
		float: left;
		margin-left: 20px;
	}
	#About {
		width: 100%;
		max-width: auto;
		margin: auto;
		padding-top: 160px;
		padding-left: 80px;
		padding-right: 80px;
		box-sizing: border-box;
	}
	#LogoLine {
		width: 84px;
		height: calc(100vh - 500px);
		margin-bottom: 50px;
	}
}