@font-face {
	font-family: 'Gotham Pro Regular';
	src: url('../fonts/GothamPro.eot');
	src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
	url('../fonts/GothamPro.woff') format('woff'),
	url('../fonts/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro Bold';
	src: url('../fonts/GothamPro-Bold.eot');
	src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/GothamPro-Bold.woff') format('woff'),
	url('../fonts/GothamPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	width: 1024px;
	height: 768px;
	overflow: hidden;
}
.slide {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 2048px;
	height: 1536px;
	padding: 0;
	margin: 0;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}
.slide .footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 2048px;
	height: 162px;
	background: url('../img/footer.png') 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	z-index: 10;
}
.popup {
	width: 2048px !important;
	height: 1536px !important;
	padding: 0;
	margin: 0;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}
.popup.popup .popup-content {
	width: auto !important;
	height: auto !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.popup_component {
	position: absolute;
	top: 50%;
	left: 150%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.popup_lib {
	width: 1400px;
	height: 970px;
	background: #FFF;
	border-radius: 50px;
}
.popup-button-close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 38px;
	height: 40px;
	background: url('../img/close.png') 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.popup-book {
	position: absolute;
	top: 38px;
	left: 38px;
	width: 113px;
	height: 82px;
	background: url('../img/book.png') 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.popup_lib .popup_content {
	position: absolute;
	top: 186px;
	left: 150px;
}
.popup_lib_text {
	opacity: 0;
	visibility: hidden;
}
.popup_lib_text.active {
	opacity: 1;
	visibility: visible;
}
.popup_lib_text ul {
	max-width: 1140px;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: decimal inside;
}
.popup_lib_text {
	color: #53585F;
	font-family: 'Gotham Pro Regular';
	font-size: 24px;
	line-height: 36px;
}
.popup_lib_text ul li {
	padding-bottom: 20px;
}
.book-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 70px;
	width: 113px;
	height: 82px;
	background: url('../img/book-btn.png') 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}