.page {
	background-color: #fff;
}

.page-wrapper {
	position: absolute;
	overflow: hidden;
	perspective: 5000px;
}

.pageBg img{
    -webkit-user-drag: none;
}
.main {
	width: 100%;
	height: 100%;
}

body {
	overflow-y: hidden;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	margin: 0px;
}

.top-bar {
	width: 100%;
	height: 50px;
}

.book-content {
	position: absolute;
	top: 50px;
	left: 0px;
}

.left-bar {
	position: absolute;
	width: 30px;
	top: calc(50% - 35px);
	left: 0px;
	z-index: 99;
    background-color: rgba(0, 0, 0, 0.2);
}

.right-bar {
	position: absolute;
	width: 30px;
	top: calc(50% - 35px);
	right: 0px;
	z-index: 99;
    background-color: rgba(0, 0, 0, 0.2);
}

#message {
	width: 200px;
	color: white;
	position: fixed;
	top: 20%;
	left: calc(50% - 100px);
	display: none;
	z-index: 10000;
	pointer-events: none;
	text-align: center;
	padding: 10px 6px;
	background-color: RGBA(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 15px rgb(40 40 40 / 60%);
	-moz-box-shadow: 0 0 15px rgba(40, 40, 40, 0.6);
	-ms-box-shadow: 0 0 15px rgba(40, 40, 40, 0.6);
	-o-box-shadow: 0 0 15px rgba(40, 40, 40, 0.6);
	box-shadow: 0 0 15px rgb(40 40 40 / 60%);
}

#flipbook{
	cursor: zoom-in;
}
#bookCon .odd .odd-shadow {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-image: -webkit-gradient(linear, right top, left top, color-stop(0.9, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,.2))); */
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0.96, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,.15)));
    pointer-events: none;
    z-index: 99;
}
#depth_left .depth-img {
    float: right;
    width: 50%;
    height: 100%;
    background-image: url(../img/thickness_left.png);
    background-position: right top;
    background-size: cover;
}
#depth_right .depth-img {
    float: left;
    width: 100%;
    height: 100%;
    background-image: url(../img/thickness.png);
    background-size: cover;
}
#depth_right{
    top: 0;
    right: -20px;
    height: 100%;
    z-index: 9;
}
#depth_left{
	top: 0;
    left: -20px;
    height: 100%;
    z-index: 9;
}
.depth {
    width: 20px;
    position: absolute;
}
.search-box{
	padding: 0px;
    position: absolute;
    bottom: 41px;
	height: 100% !important;
    left: 0;
    top: 0;
	width: 262px;
    box-shadow: 0 0 4px rgb(15 15 15 / 70%);
    z-index: 99999;
	color: #fff;
	background-color: #454545;
}
.search-header{
	height: 40px;
    line-height: 40px;
	font-size: 14px;
}
.search-body{
	width: 100%;
    height: calc(100% - 40px);
    left: 0;
    top: 40px;
    background: inherit;
    padding: 0;
	background-color: #343434;
}
.search-body .result{
	overflow: scroll;
	height: calc(100% - 32px);
    padding: 0 10px;
}
.search-body .result>p{
	position: initial;
    background-color: inherit;
    font-size: 14px;
    padding: 0;
    text-align: left;
    width: 100%;
    overflow: auto;
    text-overflow: initial;
    white-space: initial;
    word-wrap: break-word;
    margin-top: 10px;
    line-height: 24px;
	cursor: pointer;
}
.search-input{
	width: 100%;
    position: relative;
	padding-top: 5px;
	padding-left: 5px;
}
.search-input input{
	color: #000;
	font-size: 14px;
	padding: 3px;
}
.theme-box{
	height: 100%;
    margin-bottom: 0px;
    background-color: rgb(69, 69, 69);
    width: 262px;
    box-shadow: 0 0 4px rgb(15 15 15 / 70%);
    z-index: 999999;
    position: absolute;
	display: none;
}
.theme-box-header{
	height: 32px;
    line-height: 40px;
    padding: 0px 0px 0px 5px;
}
.theme-btn{
	background: rgb(54,54,54);
    padding: 5px 8px;
    cursor: pointer;
    border: 1px solid rgb(49,49,49);
    margin-top: 3px;
    position: absolute;
    margin-left: 5px;
}
.theme-btn img{
	content: url(../img/toolbarButton-viewThumbnail.png);
}
.directory-btn{
	background: #454545;
    padding: 5px 8px;
    cursor: pointer;
    border: 1px solid rgb(49,49,49);
    margin-top: 3px;
    position: absolute;
    margin-left: 38px;
}
.directory-btn img{
	content: url(../img/toolbarButton-viewOutline.png);
}
.theme-con{
	width: 100%;
    height: calc(100% - 50px);
    left: 0;
    top: 40px;
    background: inherit;
    padding: 0;
    overflow-y: scroll;
	margin-bottom: 0;
}
.theme-item-con{
	text-align: center;
}
.theme-item-con .theme-item{
	padding: 10 0;
}
.theme-item-con .theme-item p{
	margin: 0;
	position: absolute;
    bottom: 10px;
    width: 100%;
	display: none;
}
.theme-con::-webkit-scrollbar-thumb, .search-body::-webkit-scrollbar-thumb, .contents-list::-webkit-scrollbar-thumb, .search-body .result::-webkit-scrollbar-thumb, .bookmark-body-items::-webkit-scrollbar-thumb{
	border-radius:2px;
	background-color:rgba(224, 224, 224, 0.7);
	height:50px;
}
.theme-con::-webkit-scrollbar, .search-body::-webkit-scrollbar, .contents-list::-webkit-scrollbar, .search-body .result::-webkit-scrollbar, .bookmark-body-items::-webkit-scrollbar{
	width: 6px;
}
.contents-list {
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100%);
    min-height: 100px;
    height: 97%;
    color: black;
}

.tree {
    color: #fff;
    width: auto;
    margin: 0px auto;
    cursor: default;
    padding: 0;
	font-size: 14px;
	list-style: none;
	line-height: 1.8;
}
.tree ul{
	padding: 0 0 0 15px;
}
.tree .toggler {
    cursor: pointer;
    float: left;
}
.loading{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.loading .logo{
    width: 175px;
    height: 175px;
    position: absolute;
    left: calc(50% - 87px);
    top: calc(50% - 120px);   
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.loading .slogan-text{
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
    font-size: 16px;
}

.menu-logo{
    width: 90px;
    background-repeat: no-repeat;
    background-size: contain;
}

.inputPSWWin {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0px;
}

.inputPSWWin.z-show {
    opacity: 1;
    display: block;
}

.inputPSWWin.z-hide {
    opacity: 0;
    display: none;
}

.inputPSWWin-con {
    position: absolute;
    top: 50%;
    left: calc((100% - 280px)/2);
    border-radius: 2px;
}

.bookmark-box{
	padding: 0px;
    position: absolute;
    bottom: 41px;
	height: 100% !important;
    left: 0;
    top: 0;
	width: 262px;
    box-shadow: 0 0 4px rgb(15 15 15 / 70%);
    z-index: 99999;
	color: #fff;
	background-color: #454545;
}
.bookmark-header{
	height: 40px;
    line-height: 40px;
	font-size: 14px;
}
.bookmark-body{
	width: 100%;
    height: calc(100% - 40px);
    left: 0;
    top: 40px;
    background: inherit;
    padding: 0;
	background-color: #343434;
}
.bookmark-body-items{
    height: calc(100% - 50px);
    overflow: scroll;
}
.bookmark-body-items .bookmark-item .bookmark-item-img{
    background-repeat: no-repeat;
    background-size: contain;
    width: 80%;
    height: 150px;
    background-position: center;
    margin: auto;
}
.bookmark-body-items .bookmark-item{
    width: 100%;
    margin: auto;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
}
.add-bookmark-btn{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 4px 12px;
    border-radius: 3px;
}
.bookmark-body-header{
    text-align: center;
    padding: 20px;
}
.bookmark-item-pagenum{
    font-size: 14px;
    margin: 5px;
}