#book-modal {
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

#modal-content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal-content-wrapper > div {
  background: white;
  position: relative;
  border: solid 1px #babbbf;
  padding: 20px 0px;
}

#book-info-wrapper {
  width: 500px;
  height: 400px;
}

#book-info-title {
  width: 320px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  max-height: 69px;
}

.book-modal-close {
  float: right;
  font-size: 18px;
  color: gray;
  cursor: pointer;
  padding-right: 20px;
  line-height:16px;
}

#book-info-thumbnail {
  width: 50%;
  float: left;
  height: 200px;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 20px;
}
#book-info-thumbnail > img {
  border: solid 1px #babbbf;
  border-radius: 5px;
  max-width: 100%;
  max-height: 200px;
}

#book-info-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 30px;
  float: right;
  height: 200px;
  font-size: 15px;
  padding-right: 20px;
}

.book-modal-close-btn {
  width: 100%;
  position: absolute;
  border-top: solid 1px #babbbf;
  left: 0px;
  bottom: 25px;
  margin-top: 20px;
  text-align: right;
  padding-right: 20px;
}

.book-modal-close-btn a {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 14px;
  padding: 6px 15px;
}

.book-modal-close-btn .annotation {
  position: relative;
  float: left;
  top: 26px;
  left: 11px;
  color: #788188;
  display: none;
}

#book-class-wrapper {
  width: 400px;
  height: 600px;
}

#book-class-editor {
  margin-top: 20px;
  height: 430px;
}

.book-modal-top {
  font-size: 15px;
  padding-bottom: 20px;
  border-bottom: solid 1px #babbbf;
  padding-left: 20px;
}

#book-cover-wrapper {
  width: 800px;
  height: 600px;
}

#book-cover-editor {
  padding: 5px 5px;
  max-height: 440px;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 20px;
}

#book-cover-editor > .covers-wrapper {
  margin: 10px 7px;
  display: flex;
  align-items: flex-end;
}

#book-cover-editor > .covers-wrapper > .covers {
  position: relative;
  display: flex;
  border: solid 1px #babbbf;
  cursor: pointer;
}

#book-cover-editor > .covers-wrapper > .covers.selected,
#book-cover-editor > .covers-wrapper > .covers:hover {
  border: solid 1px #000;
}

#book-cover-editor > .covers-wrapper > .covers > img {
  max-width: 150px;
  max-height: 150px;
}

#book-cover-editor > .covers-wrapper > .covers > .selected {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 17px;
  font-weight: 400;
  padding-top: 50px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  top: 0px;
  left: 0px;
}

#book-delete-wrapper {
  width: 500px;
  height: 220px;
}

#book-delete-content {
  margin-top: 20px;
  text-align: center;
}

#book-share-wrapper {
  width: 600px;
  height: 350px;
}

#book-share-images {
  padding: 20px 50px;
}

.book-share-icons {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-top: 20px;
  cursor: pointer;
}

.book-share-icons > img,
#book-share-qrcode > img {
  width: 100%;
  height: 100%;
}

#book-share-qrcode {
  width: 90px;
  height: 90px;
  float: right;
}

#book-share-url {
  width: 450px;
  margin: 10px auto;
  text-align: center;
  border: solid 1px #babbbf;
  border-radius: 5px;
}

#share-url {
  background: none;
  border: none;
  box-sizing: border-box;
  width: 400px;
  height: 35px;
  outline: none;
}

#share-copy {
  border: none;
  background: none;
  color: #74c6d6;
  font-weight: 700;
  font-size: 15px;
  outline: none;
}

#book-rawdownload-wrapper {
  width: 500px;
  height: 350px;
}

#book-rawdownload-content {
  margin-top: 20px;
  height: 180px;
  padding: 0px 20px;
}

.file-name {
  max-width: 340px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.file-extension {
  float: left;
}

.download-btn {
  margin-right: 20px;
  font-size: 16px;
  float: right;
  cursor: pointer;
}

#book-modify-wrapper {
  width: 1125px;
  height: 600px;
}

#make-root-wrapper {
  padding: 0px 35px;
}

#book-modify-wrapper .make-row {
  float: left;
  margin-top: 20px;
}

#book-modify-wrapper .make-row .wrapper-subtitle span {
  background: #fff;
}

#modal-stats-wrapper {
  min-width: 1240px;
  height: 720px;
}

#set-icon-wrapper {
  width: 1050px;
  height: 600px;
}

#icon-wrapper {
  width: 100%;
  height: 430px;
  margin-top: 20px;
}

#left-wrapper {
  width: 70%;
  height: 100%;
  float: left;
}
#left-wrapper > div {
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  float: left;
  cursor: pointer;
}

#left-wrapper > div:hover {
  border: solid 1px #b9b9b9;
}

#right-wrapper {
  width: 30%;
  height: 100%;
  float: left;
}

#color-picker {
  width: 100%;
  height: 50%;
}

#icon-preview {
  width: 100%;
  height: 50%;
  padding: 10px 25px;
}

#preview-text {
  font-weight: bold;
  font-size: 15px;
}
#preview {
  height: 150px;
  text-align: center;
  line-height: 170px;
  font-size: 40px;
}
#selectedhexagon {
  position: relative;
  width: 20px;
  height: 21px;
  background-image: url("/html/assets/images/ko/manage/img_selectedcolor.gif");
}

#modal-index-editor {
  margin-top: 20px;
  width: 440px;
  height: 500px;
  margin-bottom: 70px;
  padding: 0px 20px;
}

#modal-index-uploader {
  display: flex;
  align-items: center;
  width: 440px;
  height: 110px;
  margin-bottom: 70px;
  padding: 0px 20px;
}
#modal-index-uploader input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
#modal-index-uploader label {
  display: inline-block;
  padding: 7px;
  margin-right: 5px;
  color: #7E7E7E;
  vertical-align: middle;
  background-color: #fdfdfd;
  cursor: pointer;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  position: relative;
  top: 3px;
}
#modal-index-uploader .filestyle {
  display: inline-block;
  width: 270px;
  height: 35px;
  font-size: 1.3rem;
  color: #7E7E7E;
  padding: 0 10px;
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

#modal-search-book-wrapper {
  width: 960px;
}

#modal-search-content {
  height: 600px;
}

#modal-search-content {
  height: 540px;
  overflow: auto;
}
#modal-search-content ul {
  margin-left: 18px;
}
#modal-search-content li {
  height: 90px;
  margin: 7px 0px;
  border-bottom: 1px solid #f1f1f1;
  list-style: none;
}
#modal-search-content .preview {
  float: left;
  border: 1px solid #e6e6e6;
}
#modal-search-content .preview img {
  max-width: 116px;
  max-height: 80px;
}
#modal-search-content .verbose {
  float: left;
  margin-left: 14px;
  width: 780px;
  height: 80px;
}
#modal-search-content .verbose .page {
  font-weight: bold;
  font-size: 14px;
  color: #ff5500;
}
#modal-search-content .verbose .word {
  letter-spacing: -1px;
  color: #333333;
}
#search-pagination-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}
#user-manage-content {
  width: 400px;
  height: 300px;
  margin-top: 25px;
  text-align: center;
}
#user-manage-content .user-manage-input {
  position: relative;
  margin: 10px 0px;
}
#user-manage-content .user-manage-input input {
  box-sizing: border-box;
  border: none;
  background: none;
  background: white;
  border: solid 1px #a6a6a6;
  border-radius: 10px;
  width: 300px;
  height: 35px;
  outline: none;
  text-align: center;
  margin-top: 10px;
}
#user-manage-content .user-manage-input .manage-label {
  font-size:13px;
  padding: 0px 13px;
  background: white;
  position: absolute;
  top: 0px;
  left: 70px;
  color:gray;
}
#modal-make-wrapper {
  width: 1125px;
  height: 700px;
}

#modal-loading {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#modal-loading > i {
  color: white;
  font-size: 70px;
}
#modal-loading > div {
  color: white;
  font-size: 30px;
}

#modal-mandate-content {
  width: 700px;
  height: 500px;
  padding: 10px 20px;
  margin-bottom: 60px;
}

#mandate-header {
  width: 100%;
  height:40px;
  font-weight:bold;
  background-color: #f7fafa;
  border-top: solid 1px #eaeef1;
  border-right: solid 1px #eaeef1;
  border-left: solid 1px #eaeef1;
}

#mandate-content {
  border: solid 1px #eaeef1;
}

#mandate-header > div {
  height: 35px;
  line-height: 40px;
}

#mandate-content-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

#mandate-header > div,
#mandate-item > div {
  display: inline-block;
  text-align: center;
  font-size: 13px;
}

#mandate-item .radio {
  margin-top: 5px;
  margin-bottom: 5px;
}

#mandate-header > .header-col{
	float:left;
}

#mandate-header .col-1,
#mandate-item .col-1 {
  width: 8%;
}
#mandate-header .col-2,
#mandate-item .col-2 {
  width: 22%;
}
#mandate-header .col-3,
#mandate-item .col-3 {
  width: 20%;
}
#mandate-header .col-4,
#mandate-item .col-4 {
  width: 30%;
  overflow:hidden;
  text-overflow:ellipsis;
}
#mandate-header .col-5,
#mandate-item .col-5 {
  width: 18%;
}

#mandate-item:nth-child(odd) {
  background: #f7fafa;
}

#mandate-item:nth-child(even) {
  background: #fff;
}

#stats-wrapper {
  margin-bottom: 10px;
}

#book-best-wrapper {
  width: 600px;
  height: 260px;
}

#book-best-content {
  margin-top: 20px;
  text-align: center;
}

#btn-set-best-contents,
#btn-mandate-update {
  width: 58px;
}