@charset "UTF-8";
.editpage-title {
  position: relative;
  width: 100%;
  padding-left: 56px;
  padding-bottom: 24px;
}
.editpage-title > .icon-wrap {
  position: absolute;
  top: 8px;
  left: 0px;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  background-size: 68px;
  background-position: left center;
  transition: ease 0.5s;
}
.editpage-title > .icon-wrap:hover {
  background-position: -36px center;
}
.editpage-title h2::before {
  content: "";
  position: absolute;
  left: 40px;
  width: 1px;
  height: 64px;
  background-color: var(--G200);
}
.editpage-title strong {
  font-weight: 400;
}

/*Fuction Editor*/
.editpage-from-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 16px;
  transition: ease 0.35s;
}
.editpage-from-wrap.books-info .from-row {
  justify-content: center;
}
.editpage-from-wrap.sales .subfrom {
  align-items: center;
  width: 50%;
  min-height: auto !important;
  padding: 0px 128px !important;
}
.editpage-from-wrap.sales .input-wrap {
  width: 100%;
  justify-content: left !important;
}
.editpage-from-wrap.sales .input-wrap.price {
  width: 100%;
}
.editpage-from-wrap.sales .input-wrap.price label {
  width: 100%;
  max-width: 400px;
}
.editpage-from-wrap.sales .input-wrap.price label::before {
  content: "$";
  position: absolute;
  left: 8px;
  font-weight: 700;
}
.editpage-from-wrap.sales .input-wrap.price input[type=text] {
  padding-left: 24px;
}
.editpage-from-wrap.sales .input-wrap.price strong {
  /*display: none;*/
}
.editpage-from-wrap.sales .input-wrap.non-editor label::after {
  content: "此資料經填寫後，不提供修改，欲修改請洽華藝人員";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  color: var(--HLC);
  font-size: 12px;
}
.editpage-from-wrap.print .from-row {
  position: relative;
  width: 100%;
  max-width: 602px;
  display: flex;
  flex-direction: column;
  margin: 0px auto 64px;
}
.editpage-from-wrap.print .from-row .input-wrap {
  display: block;
}
.editpage-from-wrap.print .from-row .input-wrap.percentage label {
  width: 96px;
}
.editpage-from-wrap.print .from-row .input-wrap.percentage label::after {
  content: "%";
  margin-left: 8px;
}
.editpage-from-wrap.print .from-row .input-wrap.percentage label input {
  padding: 0px 8px;
  text-align: center;
  outline-color: var(--G200);
  outline: none !important;
}
.editpage-from-wrap.print .from-row .input-wrap strong {
  width: -moz-max-content;
  width: max-content;
}
.editpage-from-wrap.print .from-row label {
  position: relative;
  line-height: 40px;
  outline-color: transparent;
}
.editpage-from-wrap.print .from-row label input[type=checkbox] {
  position: relative;
  z-index: 3;
  width: 24px;
  height: 24px;
  opacity: 0;
  cursor: pointer;
}
.editpage-from-wrap.print .from-row label input[type=checkbox]:checked ~ span.btn-check::after {
  opacity: 1;
}
.editpage-from-wrap.print .from-row label span.btn-check::before, .editpage-from-wrap.print .from-row label span.btn-check::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid var(--G400);
}
.editpage-from-wrap.print .from-row label span.btn-check::after {
  border: none;
  z-index: 2;
  background-position: center;
  background-size: contain;
  background-image: url(../images/icon_check_n.png);
  opacity: 0;
}
.editpage-from-wrap.print .from-row .review-view {
  position: absolute;
  top: -72px;
  right: 16px;
  width: 144px;
  height: 192px;
  background-color: var(--G80);
  border: 8px solid var(--G200);
  box-sizing: border-box;
  opacity: 0;
  transition: ease 0.15s;
}
.editpage-from-wrap.print .from-row .review-view .review-img {
  width: 100%;
  height: auto;
  max-width: 65vmin;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--G100);
  background-image: url(../images/pnint_review_a.jpg);
  aspect-ratio: 1/1.41 !important;
  border: 5px solid var(--G200);
  box-sizing: border-box;
}
.editpage-from-wrap.print .from-row .review-view.active {
  opacity: 1;
}
.editpage-from-wrap.print .from-row .review-view.full {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  border: none;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.editpage-from-wrap.print .from-row .review-view .icon-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: ease 0.35s;
}
.editpage-from-wrap.print .from-row .review-view .icon-box:hover > .icon-wrap {
  transform: rotate(180deg);
}
.editpage-from-wrap.print .from-row .check-group1 span {
  display: inline-block;
  margin-right: 8px;
  line-height: 32px;
}
.editpage-from-wrap.print .from-row .check-group1 label {
  height: 32px;
  line-height: 32px;
}
.editpage-from-wrap.print .from-row .check-group1 p {
  color: var(--G400);
}
.editpage-from-wrap.print .from-row .check-group2 {
  position: relative;
  opacity: 0 !important;
  z-index: -1;
  min-height: inherit !important;
  height: 0px !important;
  padding: 0px 24px;
  overflow: hidden;
}
.editpage-from-wrap.print .from-row .check-group2.subfrom::after {
  display: none;
}
.editpage-from-wrap.print .from-row .check-group2.active {
  height: 100% !important;
  opacity: 1 !important;
  z-index: 2;
  overflow: initial;
}
.editpage-from-wrap.print .from-row .check-group2 .input-wrap {
  margin-top: -16px;
}
.editpage-from-wrap.print .from-row .check-group2 .input-wrap:nth-child(1) {
  margin-top: 0px;
}
.editpage-from-wrap.print .from-row .check-group2 .input-wrap.error label::after {
  display: none;
}
.editpage-from-wrap.print .from-row .check-group2 .input-wrap.error small::before {
  content: "請輸入提示文字內容";
  position: absolute;
  right: 10px;
  transform: translateY(-22px);
}
.editpage-from-wrap.print .from-row .check-group2 .input-wrap.warning.error small::before {
  content: "請輸入警示文字內容";
  position: absolute;
  right: 10px;
  transform: translateY(-22px);
}
.editpage-from-wrap.print .from-row .check-group2 strong.title {
  width: -moz-max-content !important;
  width: max-content !important;
}
.editpage-from-wrap.print .from-row .check-group2 label {
  float: left;
  width: 24px;
  height: 40px;
  line-height: 40px;
  margin-right: 4px;
}
.editpage-from-wrap.print .from-row .check-group2 label ~ span {
  display: inline-block;
  color: var(--PFC);
  line-height: 40px;
  cursor: pointer;
}
.editpage-from-wrap.print .from-row .check-group2 label ~ span:hover {
  text-decoration: underline;
}
.editpage-from-wrap.print .from-row .check-group2 textarea {
  width: 100%;
  height: 40px;
  padding: 0px 8px;
  line-height: 32px;
  overflow-y: hidden;
}
.editpage-from-wrap.print .from-row .check-group2 textarea ~ small {
  float: right;
  color: var(--ALC);
}
.editpage-from-wrap.print .from-row .check-group2 textarea ~ small::after {
  content: " / 20 字";
}
.editpage-from-wrap.print .from-row .check-group2 textarea.warning-txt {
  height: 120px;
}
.editpage-from-wrap.print .from-row .check-group2 textarea.warning-txt ~ small::after {
  content: " / 100 字";
}
.editpage-from-wrap .ipt-from {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 64px;
  opacity: 0;
  cursor: pointer;
}
.editpage-from-wrap.review-mode .ipt-from {
  z-index: -1;
}
.editpage-from-wrap .title {
  position: relative;
  width: 100%;
  padding: 8px 0px;
}
.editpage-from-wrap .title h3 {
  position: relative;
  z-index: 1;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-left: 32px;
  padding: 0px 16px;
  line-height: 32px;
  background-color: var(--G00);
}
.editpage-from-wrap .title span.hr {
  position: absolute;
  z-index: 0;
  top: 24px;
  width: 100%;
  height: 1px;
  background-color: var(--G400);
}
.editpage-from-wrap .title span.hr::before, .editpage-from-wrap .title span.hr::after {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 8px;
  background-color: var(--G400);
}
.editpage-from-wrap .title span.hr::after {
  left: auto;
  right: 0px;
}
.editpage-from-wrap .from-row {
  position: relative;
  display: flex;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  padding: 0px 64px;
  z-index: -1;
  overflow-y: hidden;
  transition: ease 0.35s;
}
.editpage-from-wrap .from-row .input-wrap {
  padding: 8px 0px;
}
.editpage-from-wrap .from-row .input-wrap input[type=text] {
  padding: 0px 8px;
}
.editpage-from-wrap .from-row .subfrom {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 33.3%;
  height: 1px;
  margin: 0px;
  padding: 0px 64px;
  border-left: 1px dashed var(--G500);
  border-right: 1px dashed var(--G500);
  opacity: 0;
  overflow: hidden;
  transition: ease 0.35s;
}
.editpage-from-wrap .from-row .subfrom:nth-child(1), .editpage-from-wrap .from-row .subfrom:nth-last-child(1) {
  border: 1px dashed transparent;
}
.editpage-from-wrap .from-row .subfrom > div.input-wrap {
  justify-content: left;
  margin-bottom: 8px;
  /*From Gropup 1*/
}
.editpage-from-wrap .from-row .subfrom > div.input-wrap .title {
  position: initial;
  width: 96px;
  min-width: 96px;
}
.editpage-from-wrap .from-row .subfrom > div.input-wrap.date input {
  z-index: 1;
  mix-blend-mode: multiply;
}
.editpage-from-wrap .from-row .subfrom > div.input-wrap.date .icon-wrap.date {
  display: block;
  z-index: 0;
}
.editpage-from-wrap .from-row .subfrom > div.input-wrap.date .icon-wrap.date::before {
  display: none;
}
.editpage-from-wrap .from-row .subfrom > div.input-wrap.date.error label::before {
  right: 76px;
}
.editpage-from-wrap .from-row .subfrom > div.input-wrap.date.error label::after {
  right: 40px;
}
.editpage-from-wrap .from-row .subfrom > div.input-wrap.show input[type=text] {
  display: none;
}
.editpage-from-wrap .from-row .subfrom > div.input-wrap.show label {
  width: 100%;
}
.editpage-from-wrap .from-row .subfrom > div.input-wrap.show label strong {
  display: block;
  width: 100%;
}
.editpage-from-wrap .from-row .subfrom > div.input-wrap.booktitle .title::before {
  content: "請依照 Meta 表建檔規範填寫";
  position: absolute;
  left: 118px;
  bottom: -8px;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  color: var(--HLC);
}
.editpage-from-wrap .from-row .subfrom > div.input-wrap.keyword .title::after {
  content: "請以全形頓號(、)作為區隔";
  position: absolute;
  left: 118px;
  bottom: -8px;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  color: var(--HLC);
}
.editpage-from-wrap .from-row .subfrom > div.input-wrap.catgory .title::after {
  content: "請以全形頓號(、)作為區隔";
  position: absolute;
  left: 118px;
  bottom: -8px;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  color: var(--HLC);
}
.editpage-from-wrap .from-row .subfrom:nth-child(2) > div.input-wrap {
  margin-bottom: 0px;
}
.editpage-from-wrap .from-row .subfrom:nth-child(2)::after {
  position: absolute;
  content: "以上欄位如有多位作者，請以全形頓號(、)作為區隔";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  color: var(--HLC);
}
.editpage-from-wrap .from-row .subfrom:nth-child(3) .input-wrap strong.title {
  padding: 0px;
}
.editpage-from-wrap .from-row .subfrom:nth-child(3) .input-wrap:nth-child(1) strong.title, .editpage-from-wrap .from-row .subfrom:nth-child(3) .input-wrap:nth-child(2) strong.title {
  margin-top: -8px;
}
.editpage-from-wrap .from-fection {
  display: flex;
  justify-content: center;
  height: -moz-max-content;
  height: max-content;
  transition: ease 0.35s;
  opacity: 0;
}
.editpage-from-wrap .from-fection::after {
  content: "備註：部分欄位不提供修改，若需修改，請聯繫華藝人員。";
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 30px;
}
.editpage-from-wrap .from-fection > div {
  position: relative;
  z-index: 0;
  opacity: 0;
  height: 1px;
}
.editpage-from-wrap .ipt-from:checked ~ .from-row {
  z-index: 1;
  padding: 16px 64px;
}
.editpage-from-wrap .ipt-from:checked ~ .from-row .subfrom {
  min-width: 395px;
  height: 100%;
  min-height: 304px;
  margin: 16px 0px;
  padding-bottom: 16px;
  opacity: 1;
}
.editpage-from-wrap .ipt-from:checked ~ .from-row .subfrom.anthor {
  padding-bottom: 32px;
}
.editpage-from-wrap .ipt-from:checked ~ .from-fection {
  margin: 16px auto 48px;
  opacity: 1;
  /*margin-bottom: -32px;*/
}
.editpage-from-wrap .ipt-from:checked ~ .from-fection > div {
  z-index: 1;
  opacity: 1;
  height: 100%;
  margin: 0px 16px;
  -moz-margin-start: 0px;
  -moz-margin-end: 0;
}
.editpage-from-wrap.disabled .title h3 {
  color: var(--G300);
}
.editpage-from-wrap.disabled .title h3::after {
  content: " ( 未開啟 )";
  font-size: 16px;
}
.editpage-from-wrap.disabled .ipt-from {
  z-index: -1;
}

/*Fuction Attachment File*/
.attachment-file-wrap {
  position: relative;
  min-height: 560px;
  /*for Uppy Plugins*/
}
.attachment-file-wrap .editpage-from-wrap {
  width: calc(100% - 704px);
  min-width: 400px;
}
.attachment-file-wrap .from-row {
  justify-content: center;
  align-items: center;
}
.attachment-file-wrap .from-row .custom-uplpader {
  position: relative;
  width: 352px;
  min-height: 40px;
}
.attachment-file-wrap .from-row .custom-uplpader input, .attachment-file-wrap .from-row .custom-uplpader label {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  z-index: 100%;
  opacity: 0;
  cursor: pointer;
}
.attachment-file-wrap .from-row .custom-uplpader label {
  z-index: 0;
  opacity: 1;
  padding: 0px 8px 0px 16px;
  color: var(--G500);
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid var(--G400);
  cursor: auto;
}
.attachment-file-wrap .from-row .custom-uplpader label::before {
  content: "選擇上傳的檔案";
  color: var(--G300);
}
.attachment-file-wrap .from-row .custom-uplpader label::after {
  content: "瀏覽";
  position: absolute;
  top: -1px;
  right: -1px;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 16px;
  line-height: 38px;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid var(--G400);
  background-color: var(--G100);
  box-sizing: border-box;
}
.attachment-file-wrap .from-row .custom-uplpader label .uploader-msg {
  position: absolute;
  left: 0px;
  bottom: -36px;
  width: 100%;
  padding: 0px 8px;
  opacity: 0;
}
.attachment-file-wrap .from-row .custom-uplpader label .uploader-msg span {
  color: var(--ALC);
}
.attachment-file-wrap .from-row .custom-uplpader label .uploader-msg span::before, .attachment-file-wrap .from-row .custom-uplpader label .uploader-msg span::after {
  color: var(--G500);
}
.attachment-file-wrap .from-row .custom-uplpader label .uploader-msg .file-quantity::before {
  content: "選擇了 ";
}
.attachment-file-wrap .from-row .custom-uplpader label .uploader-msg .file-quantity::after {
  content: " 個檔案，";
}
.attachment-file-wrap .from-row .custom-uplpader label .uploader-msg .file-size::before {
  content: "共 ";
}
.attachment-file-wrap .from-row .custom-uplpader label .uploader-msg .file-size::after {
  content: " KiB";
}
.attachment-file-wrap .from-row .custom-uplpader.selected .uploader-msg {
  opacity: 1;
}
.attachment-file-wrap .ipt-from:checked ~ .from-row {
  padding: 64px 64px 32px;
}
.attachment-file-wrap .from-row.uppyplug ~ .from-fection {
  display: none;
}
.attachment-file-wrap #uppy {
  display: none;
  max-height: 40px;
  overflow: hidden;
}
.attachment-file-wrap .uppyplug #uppy {
  display: block;
}
.attachment-file-wrap .uppyplug .custom-uplpader {
  display: none;
}
.attachment-file-wrap .ipt-from:checked ~ .from-row #uppy {
  max-height: none;
}

/*--Uploaded Lists*/
.uploaded-lists-wrap {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
  width: 672px;
  height: -moz-max-content;
  height: max-content;
  min-height: 480px;
  background-color: var(--G00);
  border: 1px solid var(--G400);
  /*for Editor*/
}
.uploaded-lists-wrap .list-item {
  position: relative;
}
.uploaded-lists-wrap .list-item .title {
  display: flex;
  align-items: center;
  padding: 0px 16px;
  line-height: 40px;
  background-color: var(--FTC);
  border-top: 1px solid var(--G200);
  border-bottom: 1px solid var(--G200);
}
.uploaded-lists-wrap .list-item .title h3 {
  min-width: 160px;
}
.uploaded-lists-wrap .list-item .title p {
  height: 18px;
  padding-left: 16px;
  border-left: 1px solid var(--G300);
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px;
}
.uploaded-lists-wrap .list-item .list-content {
  height: -moz-max-content;
  height: max-content;
  min-height: 160px;
  max-height: 224px;
  margin-bottom: 16px;
  overflow-y: auto;
}
.uploaded-lists-wrap .list-item .list-content ul {
  display: flex;
  flex-direction: column;
  padding: 8px 0px 8px 24px;
}
.uploaded-lists-wrap .list-item .list-content ul li {
  display: flex;
  justify-content: space-between;
  margin-top: 1px;
  padding: 0px 16px 0px 12px;
  line-height: 32px;
  background-color: var(--G100);
  border-bottom: 1px solid var(--G200);
  cursor: pointer;
  /*排序拖曳狀態*/
}
.uploaded-lists-wrap .list-item .list-content ul li:nth-child(1) {
  margin-top: 0px;
}
.uploaded-lists-wrap .list-item .list-content ul li > div {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
}
.uploaded-lists-wrap .list-item .list-content ul li label {
  position: relative;
  display: none;
  width: 24px;
  height: 24px;
}
.uploaded-lists-wrap .list-item .list-content ul li label input {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0;
}
.uploaded-lists-wrap .list-item .list-content ul li label span {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--G500);
  background-color: var(--G100);
  border-radius: 2px;
}
.uploaded-lists-wrap .list-item .list-content ul li label input:checked ~ span::before {
  content: "";
  position: absolute;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-position: -1px center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url(../images/icon_check_n.png);
}
.uploaded-lists-wrap .list-item .list-content ul li.item-fst span.icon-wrap {
  background-image: url(../images/icon_format_n.png);
}
.uploaded-lists-wrap .list-item .list-content ul li p.dataneme {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.uploaded-lists-wrap .list-item .list-content ul li .file-size, .uploaded-lists-wrap .list-item .list-content ul li .date-recode {
  width: -moz-max-content;
  width: max-content;
  margin-left: 16px;
}
.uploaded-lists-wrap .list-item .list-content ul li:active {
  background-color: var(--PTC);
  color: var(--G00);
}
.uploaded-lists-wrap .list-item .list-content > ul {
  padding: 8px 16px 0px 16px;
}
.uploaded-lists-wrap .fuction-bar {
  position: absolute;
  top: 0px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 192px;
  height: 40px;
}
.uploaded-lists-wrap .fuction-bar > div {
  display: flex;
  align-items: center;
}
.uploaded-lists-wrap .fuction-bar > div label {
  position: relative;
  display: none;
}
.uploaded-lists-wrap .fuction-bar > div label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.uploaded-lists-wrap .fuction-bar > div label span::before {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border: 1px solid var(--G500);
  background-color: var(--G100);
}
.uploaded-lists-wrap .fuction-bar > div label input[type=checkbox]:checked ~ span::after {
  content: "";
  position: absolute;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-position: 0px center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url(../images/icon_check_n.png);
}
.uploaded-lists-wrap .fuction-bar > div span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  margin-left: 16px;
  line-height: 24px;
  cursor: pointer;
}
.uploaded-lists-wrap .fuction-bar > div span:hover {
  color: var(--PFC);
}
.uploaded-lists-wrap .fuction-bar > div span.editor:hover::before {
  opacity: 1;
}
.uploaded-lists-wrap .fuction-bar > div span.editor::before {
  content: "編輯";
  margin-left: -32px;
  line-height: 32px;
  opacity: 0;
  transition: ease 0.35s;
}
.uploaded-lists-wrap .fuction-bar > div span.delete {
  display: none;
}
.uploaded-lists-wrap .fuction-bar > div span.delete::before {
  content: "";
  display: inline-flex;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center -3px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-image: url(../images/icon_delete_n.png);
}
.uploaded-lists-wrap .fuction-bar > div span.cancel {
  display: none;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid var(--G300);
}
.uploaded-lists-wrap .list-item.editor .fuction-bar .editor {
  display: none;
}
.uploaded-lists-wrap .list-item.editor .fuction-bar .delete, .uploaded-lists-wrap .list-item.editor .fuction-bar .cancel {
  display: block !important;
}
.uploaded-lists-wrap .list-item.editor .fuction-bar > div label {
  display: block;
}
.uploaded-lists-wrap .list-item.editor .list-content label {
  display: inline-block !important;
}

/*Creat Link*/
.creat-link-wrap {
  position: relative;
}
.creat-link-wrap .from-row {
  display: flex;
  flex-direction: column;
  /*Menu Buttin*/
}
.creat-link-wrap .from-row ul {
  min-height: 280px;
  height: -moz-max-content;
  height: max-content;
  padding: 0px 0px 16px;
  overflow: hidden;
}
.creat-link-wrap .from-row .link-menu {
  width: 100%;
  max-width: 1088px;
  min-height: 384px;
  padding: 32px 28px 92px;
  border: 1px solid var(--G300);
  /*Batch Delected Status*/
}
.creat-link-wrap .from-row .link-menu ul li.link-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed var(--G300);
  /*Editor Status*/
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 100%;
  max-width: calc(100% - 488px);
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content.title {
  max-width: 288px;
  margin-right: 8px;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content.title a {
  max-width: -moz-max-content;
  max-width: max-content;
  max-width: 100%;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content.title.error::after {
  content: "請填寫資料";
  position: absolute;
  position: absolute;
  right: 7px;
  color: var(--ALC);
  font-size: 14px;
  background-color: var(--G00);
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content.title.error .cleartxt {
  display: none !important;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content.weblink {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content.weblink.error::after {
  content: "請填寫正確的網址";
  position: absolute;
  position: absolute;
  right: 7px;
  color: var(--ALC);
  font-size: 14px;
  background-color: var(--G00);
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content.weblink.error .cleartxt {
  display: none !important;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content label {
  position: absolute;
  left: 0px;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content label input[type=checkbox] {
  opacity: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content label span {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content label span::before {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border: 1px solid var(--G500);
  background-color: var(--G100);
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content label input[type=checkbox]:checked ~ span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-position: 0px center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url(../images/icon_check_n.png);
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content a {
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 40px);
  padding-left: 0px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  transition: ease 0.35s;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content input[type=text] {
  width: 100%;
  padding: 0px 32px 0px 8px;
  line-height: 32px;
  border: 1px solid var(--G400);
  display: none;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content input[type=text]:hover, .creat-link-wrap .from-row .link-menu ul li.link-item .text-content input[type=text]:focus {
  border: 1px solid var(--G500);
  outline-style: solid;
  outline-color: var(--G200);
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content span.cleartxt {
  position: absolute;
  right: 0px;
  z-index: -1;
  cursor: pointer;
  opacity: 0;
  transition: ease 0.35s;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content span.cleartxt.show {
  opacity: 1;
  z-index: 1;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content span.hover-view {
  position: absolute;
  top: 38px;
  opacity: 0;
  z-index: -1;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 16px;
  border-radius: 6px;
  background-color: var(--G00);
  box-shadow: 1px 0px 2px 0px rgba(80, 80, 80, 0.25);
}
.creat-link-wrap .from-row .link-menu ul li.link-item .text-content:hover span.hover-view {
  top: 42px;
  z-index: 1;
  max-width: 640px;
  opacity: 1;
  transition: ease 0.45s;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .fuction-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 268px;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .fuction-bar span {
  display: inline-flex;
  height: 42px;
  margin-left: 12px;
  line-height: 42px;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .fuction-bar span.P3 {
  width: -moz-max-content;
  width: max-content;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .fuction-bar span.delete {
  margin-left: 0px;
  margin-right: 8px;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .fuction-bar span.back {
  display: none;
  margin-left: 0px;
  margin-right: 8px;
}
.creat-link-wrap .from-row .link-menu ul li.link-item .fuction-bar span.save {
  display: none;
}
.creat-link-wrap .from-row .link-menu ul li.link-item.editor, .creat-link-wrap .from-row .link-menu ul li.link-item.creat {
  padding-left: 4px;
  background-color: var(--G100);
}
.creat-link-wrap .from-row .link-menu ul li.link-item.editor .text-content a, .creat-link-wrap .from-row .link-menu ul li.link-item.creat .text-content a {
  display: none;
}
.creat-link-wrap .from-row .link-menu ul li.link-item.editor .text-content input[type=text], .creat-link-wrap .from-row .link-menu ul li.link-item.creat .text-content input[type=text] {
  display: block;
}
.creat-link-wrap .from-row .link-menu ul li.link-item.editor .text-content span.link, .creat-link-wrap .from-row .link-menu ul li.link-item.creat .text-content span.link {
  display: none;
}
.creat-link-wrap .from-row .link-menu ul li.link-item.editor .text-content span.hover-view, .creat-link-wrap .from-row .link-menu ul li.link-item.creat .text-content span.hover-view {
  opacity: 0 !important;
  z-index: -1 !important;
}
.creat-link-wrap .from-row .link-menu ul li.link-item.editor .text-content.title::before, .creat-link-wrap .from-row .link-menu ul li.link-item.editor .text-content.weblink::before, .creat-link-wrap .from-row .link-menu ul li.link-item.creat .text-content.title::before, .creat-link-wrap .from-row .link-menu ul li.link-item.creat .text-content.weblink::before {
  content: "名稱";
  width: -moz-max-content;
  width: max-content;
  margin-right: 8px;
}
.creat-link-wrap .from-row .link-menu ul li.link-item.editor .text-content.title input, .creat-link-wrap .from-row .link-menu ul li.link-item.editor .text-content.weblink input, .creat-link-wrap .from-row .link-menu ul li.link-item.creat .text-content.title input, .creat-link-wrap .from-row .link-menu ul li.link-item.creat .text-content.weblink input {
  width: calc(100% - 40px);
}
.creat-link-wrap .from-row .link-menu ul li.link-item.editor .text-content.title span.cleartxt, .creat-link-wrap .from-row .link-menu ul li.link-item.editor .text-content.weblink span.cleartxt, .creat-link-wrap .from-row .link-menu ul li.link-item.creat .text-content.title span.cleartxt, .creat-link-wrap .from-row .link-menu ul li.link-item.creat .text-content.weblink span.cleartxt {
  right: 0px;
}
.creat-link-wrap .from-row .link-menu ul li.link-item.editor .text-content.weblink, .creat-link-wrap .from-row .link-menu ul li.link-item.creat .text-content.weblink {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.creat-link-wrap .from-row .link-menu ul li.link-item.editor .text-content.weblink::before, .creat-link-wrap .from-row .link-menu ul li.link-item.creat .text-content.weblink::before {
  content: "網址";
}
.creat-link-wrap .from-row .link-menu ul li.link-item.editor .fuction-bar span.editor, .creat-link-wrap .from-row .link-menu ul li.link-item.editor .fuction-bar span.delete, .creat-link-wrap .from-row .link-menu ul li.link-item.creat .fuction-bar span.editor, .creat-link-wrap .from-row .link-menu ul li.link-item.creat .fuction-bar span.delete {
  display: none;
}
.creat-link-wrap .from-row .link-menu ul li.link-item.editor .fuction-bar span.back, .creat-link-wrap .from-row .link-menu ul li.link-item.editor .fuction-bar span.save, .creat-link-wrap .from-row .link-menu ul li.link-item.creat .fuction-bar span.back, .creat-link-wrap .from-row .link-menu ul li.link-item.creat .fuction-bar span.save {
  display: block;
}
.creat-link-wrap .from-row .link-menu.batch-del > ul::before {
  content: "批次刪除";
  font-size: 20px;
  font-weight: 500;
}
.creat-link-wrap .from-row .link-menu.batch-del li.link-item {
  /*Checked*/
}
.creat-link-wrap .from-row .link-menu.batch-del li.link-item :nth-child(1) {
  margin-top: 8px;
}
.creat-link-wrap .from-row .link-menu.batch-del li.link-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
  width: calc(100% - 20px);
  height: 100%;
  background-color: var(--G00);
  opacity: 0.5;
}
.creat-link-wrap .from-row .link-menu.batch-del li.link-item .text-content label {
  opacity: 1 !important;
  z-index: 1 !important;
}
.creat-link-wrap .from-row .link-menu.batch-del li.link-item .text-content a {
  padding-left: 32px !important;
}
.creat-link-wrap .from-row .link-menu.batch-del li.link-item .text-content span.hover-view {
  display: none !important;
}
.creat-link-wrap .from-row .link-menu.batch-del li.link-item .text-content span.link {
  filter: brightness(0.2);
  opacity: 0.3;
}
.creat-link-wrap .from-row .link-menu.batch-del li.link-item .fuction-bar span {
  color: var(--G400);
}
.creat-link-wrap .from-row .link-menu.batch-del li.link-item .fuction-bar span.editor, .creat-link-wrap .from-row .link-menu.batch-del li.link-item .fuction-bar span.delete {
  filter: brightness(0.2);
  opacity: 0.3;
}
.creat-link-wrap .from-row .link-menu.batch-del li.link-item.checked::before {
  opacity: 0;
}
.creat-link-wrap .from-row .link-menu.batch-del ~ .menu-btn-wrap .remove, .creat-link-wrap .from-row .link-menu.batch-del ~ .menu-btn-wrap .creat {
  display: none;
}
.creat-link-wrap .from-row .link-menu.batch-del ~ .menu-btn-wrap .cancel, .creat-link-wrap .from-row .link-menu.batch-del ~ .menu-btn-wrap .submit {
  display: flex;
  margin: 0 -16px;
}
.creat-link-wrap .from-row .menu-btn-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 1088px;
  margin: -64px 0 0 24px;
  padding: 0 0 32px;
}
.creat-link-wrap .from-row .menu-btn-wrap .btn-wrap {
  margin: 0px 16px !important;
  -moz-margin-start: 0px !important;
  -moz-margin-end: 0 !important;
}
.creat-link-wrap .from-row .menu-btn-wrap .remove p:before {
  content: "批次刪除";
}
.creat-link-wrap .from-row .menu-btn-wrap .creat p:before {
  content: "新增網址";
}
.creat-link-wrap .from-row .menu-btn-wrap .cancel, .creat-link-wrap .from-row .menu-btn-wrap .submit {
  display: none;
}

@media (max-width: 960px) {
  .content-module .editpage-from-wrap .from-row {
    flex-direction: column;
  }
  .content-module .editpage-from-wrap .from-row .subfrom .input-wrap {
    /*From Gropup 1*/
  }
  .content-module .editpage-from-wrap .from-row .subfrom .input-wrap.booktitle .title::after {
    left: 248px;
    opacity: 0;
    transition: ease 0.35s;
  }
  .content-module .editpage-from-wrap .from-row .subfrom .input-wrap.booktitle:hover .title::after {
    opacity: 1;
  }
  .content-module .editpage-from-wrap .from-row .subfrom .input-wrap.keyword .title::after {
    left: 248px;
    opacity: 0;
    transition: ease 0.35s;
  }
  .content-module .editpage-from-wrap .from-row .subfrom .input-wrap.keyword:hover .title::after {
    opacity: 1;
  }
  .content-module .editpage-from-wrap .from-row .subfrom .input-wrap.catgory .title::after {
    left: 248px;
    opacity: 0;
    transition: ease 0.35s;
  }
  .content-module .editpage-from-wrap .from-row .subfrom .input-wrap.catgory:hover .title::after {
    opacity: 1;
  }
  .content-module .editpage-from-wrap .ipt-from:checked ~ .from-row .subfrom {
    min-height: inherit;
    margin: 0px;
    border: 1px transparent;
  }
  .content-module .editpage-from-wrap .ipt-from:checked ~ .from-row .subfrom:nth-child(2) > div.input-wrap {
    margin-bottom: 8px;
  }
  .content-module .editpage-from-wrap .ipt-from:checked ~ .from-row .subfrom:nth-child(2)::after {
    display: none;
  }
  .content-module .editpage-from-wrap .ipt-from:checked ~ .from-row .subfrom.anthor {
    padding-bottom: 0px;
  }
  .content-module .editpage-from-wrap .ipt-from:checked ~ .from-row .subfrom.anthor .input-wrap {
    position: relative;
  }
  .content-module .editpage-from-wrap .ipt-from:checked ~ .from-row .subfrom.anthor .input-wrap > label::after {
    position: absolute;
    content: "以上欄位如有多位作者，請以全形頓號(、)作為區隔";
    bottom: -18px;
    left: 0;
    transform: translateX(0);
    width: -moz-max-content;
    width: max-content;
    font-size: 12px;
    color: var(--HLC);
    opacity: 0;
    transition: ease 0.35s;
  }
  .content-module .editpage-from-wrap .ipt-from:checked ~ .from-row .subfrom.anthor .input-wrap > label:hover::after {
    opacity: 1;
  }
}/*# sourceMappingURL=second_page.css.map */