@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}
a { text-decoration: none; }
table { border-spacing: 0; }
fieldset,
img { border: 0; }
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}
strong { font-weight: bold; }
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
caption,
th { text-align: left; }
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #444;
}
q:before,
q:after { content: ''; }
abbr,
acronym { border: 0; }
/* Custom CSS
 * --------------------------------------- */
body {
	font-family: arial, helvetica;
	color: #fff;
	font-size: 16px;
	background-color: #000;
}
.section {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}
#menu li { float: left; }
#menu li a {
	/*color: transparent;*/
	color: transparent;
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 12px;
	text-align: center;
	min-width: 90px;
	padding: 0 2em;
	/*background-color: rgba(255,255,255,.2);*/
	background-image: url(../images/menu.png);
	background-position: 0 0;
}
#menu li a { background-position-x: 0px; }
#menu li+li a {
	background-position-x: -90px;
	width: 120px;
}
#menu li+li+li a {
	background-position-x: -210px;
	width: 150px;
}
#menu li+li+li+li a {
	background-position-x: -360px;
	width: 178px;
}
#menu li+li+li+li+li a { background-position-x: -538px; }
#menu li+li+li+li+li+li a { background-position-x: -716px; }
#menu li+li+li+li+li+li+li a { background-position-x: -894px; }
#menu li a:hover,
#menu li.active a { background-position-y: bottom }
#menu {
	width: 1072px;
	margin: 0 auto;
}
#menu:after {
	display: table;
	content: "";
	clear: both;
}
.menuArea {
	position: fixed;
	z-index: 70;
	width: 100%;
	height: 80px;
	bottom: 0;
	left: 0;
	background-image: url(../images/menu_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.fullpage-wrapper { position: relative; }
.fp-section {
	position: absolute;
	top: 0;
	left: 0;
}
.bgArea div {
	z-index: 20;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bgArea div.bg0 { background-image: url(../images/bg0.png); }
.section h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -140px 0 0 -300px;
	z-index: 2;
}
.section #btn_play1 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 70px 0 0 -30px;
	z-index: 2;
	background-image: url(../images/btn_play.png);
	width: 60px;
	height: 60px;
	display: block;
	border: none;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
}
.section #btn_play1:hover { filter: brightness(1.75); }
.section h3 {
	position: absolute;
	top: 95px;
	left: 50%;
	margin-left: -250px;
	z-index: 2;
}
.cover {
	width: 100%;
	height: 100%;
	background-image: url(../images/cover.png);
	background-position: center top;
	background-repeat: repeat;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.layerPop {
	display: none;
	z-index: 300;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -312px 0 0 -550px;
	width: 1090px;
	height: 614px;
	border: 0px solid #ccc;
	background: #000;
}
.overlay {
	z-index: 200;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.75);
	display: none;
}
.layerPop .close {
	position: absolute;
	right: -1px;
	top: -50px;
}
.layerPop .close button {
	border: none;
	display: block;
	text-indent: -9999px;
	width: 49px;
	height: 49px;
	background: url(../images/btn_close_movie.jpg) no-repeat;
	cursor: pointer;
	filter: grayscale(50%);
	cursor: pointer;
}
.footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 71;
}
#section0 { background-image: url(../images/section0.jpg); }
#section1 { background-image: url(../images/section1.jpg); }
#section2 { background-image: url(../images/section2.jpg); }
#section3 { background-image: url(../images/section3.jpg); }
#section4 { background-image: url(../images/section4.jpg); }
#section5 { background-image: url(../images/section5.jpg); }
#section6 { background-image: url(../images/section6.jpg); }
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/*background: #fff;*/

  /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: auto;
	left: 116px;
	width: 100%;
	top: 203px;
}
.swiper-pagination-bullet {
	width: 225px;
	height: 47px;
	text-align: center;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: 1;
	border-radius: 0;
	color: transparent;
	background-image: url(../images/pagination_3.png);
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active { filter: brightness(1.75); }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0px -2px 0px 0px; }
.swiper-pagination span:nth-of-type(1) {
	width: 117px;
	background-position-y: 0px;
}
.swiper-pagination span:nth-of-type(2) {
	width: 160px;
	background-position-y: -50px;
}
.swiper-pagination span:nth-of-type(3) {
	width: 225px;
	background-position-y: -100px;
}
.swiper-pagination span:nth-of-type(4) {
	width: 225px;
	background-position-y: -150px;
}
#section4 .swiper-pagination-bullet { background-image: url(../images/pagination_4.png); }
#section5 .swiper-pagination-bullet { background-image: url(../images/pagination_5.png); }
#section6 .swiper-pagination span:nth-of-type(1) {
	background-image: url(../images/pagination_6.png);
	width: 160px;
	background-position-y: 0px;
}
#section6 .swiper-pagination span:nth-of-type(2) {
	background-image: url(../images/pagination_6.png);
	width: 225px;
	background-position-y: -50px;
}
#section6 .swiper-container-horizontal>.swiper-pagination-bullets,
#section6 .swiper-pagination-custom,
#section6 .swiper-pagination-fraction {
	left: 0px;
	top: 170px;
}
.abgne_tab { width: 100%; }
ul.tabs {
	position: absolute;
	text-align: center;
	bottom: 192px;
	width: 100%;
	z-index: 3;
}
ul.tabs li {
	display: inline-block;
	margin: 0 5px;
}
ul.tabs li a {
	display: block;
	width: 14px;
	height: 14px;
	background-color: #4f4d51;
	border-radius: 50%;
}
ul.tabs li a:hover,
ul.tabs li.active a { background-color: #ff0000; }
.tab_content img {
	position: relative;
	z-index: 2;
}
img.illustration {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
 @media screen and (max-device-width: 1024px) {
.section { background-size: cover; }
#bgplayer,
#nav { display: none; }
.swiper-slide img { max-width: 100%; }
ul.tabs li { margin: 0 20px; }
ul.tabs li a {
	width: 40px;
	height: 40px;
}
img.illustration { top: 20%; }
.footer { bottom: 60px; }
#menu {
	transform: scale(.91);
	transform-origin: 10% 0;
}
}
