﻿.windowcss {
  content: "20260320下午 含華藝總館  文化部批次借閱視窗";
}

/*20250609*/
.window_bg {
  display: block;
  position: fixed;
  height: auto;
  overflow: visible;
  background: #ffffff;
  border: 1px solid var(--G300);
  width: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  max-height: calc(100% - 1rem);
}

.window_layout {
  padding: 1.5rem 0;
  box-sizing: border-box;

  box-sizing: border-box;
  height: 100%;

  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

h3.window_title {
  font-size: 1.25rem;
  padding-top: 0.5px;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: var(--G900);
  width: calc(100% - 2rem);
}

.windowFrame .window_title {
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.windowHeader + .hr {
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}

.msgHeadTxt + .hr,
.msgSubHeadTxt + .hr {
  margin-top: 1rem;
}

.msgGroup .msgSubHeadTxt + .hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.windowHeader + .hr + .windowFrame {
  padding-top: 0;
}

.window_close {
  position: absolute;
  top: 1.75rem;
  right: 1.5rem;
  cursor: pointer;
}

.window_close_img,
.window_close_img:hover,
.window_close_img:active {
  display: block;
  text-decoration: none;
}

.window_close_img [class^="icon-"] {
  font-size: 1.5rem;
  color: var(--G700);
}

h5.window_title {
  color: var(--G700);
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
  font-weight: 400;
}

.window_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: none;
  background-color: #ffffff;
  z-index: 99999;
}

.window_close .setting_delete_img {
  margin-top: 0px;
}

.windowHeader {
  padding: 0 1.5rem;
}

.u-window,
.u-adWindow {
  display: none;
}

.u-window.-active,
.u-adWindow.-active {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: block;
}

.windowFrame .noticeContent p,
.windowFrame .noticeContent ul,
.windowFrame .noticeContent h6,
.windowFrame .alert p,
.windowFrame .alert ul,
.windowFrame .alert h6 {
  color: var(--G900);
  font-size: 1rem;
}

.windowFrame ul {
  margin-left: 1.5rem;
  list-style-type: disc;
}

.windowContainer {
  height: fit-content;

  box-sizing: border-box;
  padding: 0 1rem;
}

.windowContainer [class$="Content"] {
  width: 100%;
}

.windowHeader ~ .windowFrame {
  margin-top: 0;
}

.windowFrame {
  margin-top: 3rem;
}

.windowFrame.-scroll {
  overflow-y: scroll;
  max-height: 360px;
}

.windowfinalBtn {
  display: flex;

  justify-content: center;
  align-items: stretch;
  row-gap: 0.75rem;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  column-gap: 1rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.windowfinalBtn {
  margin: auto;
  margin: auto;
  width: fit-content;
}

.windowBottom {
  order: 1;
  height: 2.5rem;
}

.windowBottom .windowfinalBtn {
  position: initial;
  transform: none;
}

.windowfinalBtn > * {
  width: 100%;
}

.windowfinalBtn .u-Btn {
  width: 100%;
}

.mi {
  color: var(--danger);
}

.msgHeadTxt {
  font-size: var(--p1FS);
  margin-bottom: 0.5rem;
}

.msgSubHeadTxt {
  font-size: var(--p2FS);
}

.msgGroup .msgSubHead + .hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.msgTitle {
  font-size: var(--p3FS);
}

.msgTipTxt {
  font-size: var(--p14FS);
  margin-top: 0.5rem;
}

.g700 {
  color: var(--G700);
}

.g900 {
  color: var(--G900);
}

.tan {
  color: var(--tan);
}

.seaBlue {
  color: var(--seaBlue);
}

.windowFrame .checkboxName,
.windowFrame .radioName {
  color: var(--G700);
}

.windowFrame .searchFilterGroup {
  width: 100%;
  max-width: 100%;
}

.msgGroup + .msgGroup {
  margin-top: 1.5rem;
}

.msgGroup {
  width: 100%;
  display: flex;
  flex-direction: column;
  column-gap: 1.5rem;
  width: 100%;
  row-gap: 0.5rem;
}

.msgField {
  width: 100%;
  display: flex;
  flex-direction: column;
  column-gap: 1.5rem;
  width: 100%;
  row-gap: 1.5rem;
}

.msgField .msgItem.-nowrap {
  flex-direction: row;
}

.msgField .msgItem.-wrap {
  flex-direction: column;
}

.msgBg {
  background: var(--G100);
  border-radius: 20px;
  padding: 1rem;
}

.msgItem {
  display: flex;
  width: 100%;
  align-items: flex-start;
  font-size: 14px;
  column-gap: 1rem;
  row-gap: 0.5rem;

  flex-direction: column;
}

.msgItem > div {
  width: 100%;
}

.classTitle {
  font-weight: initial;
}

.preTipTxt {
  margin-bottom: 1rem;
}

.noticeContent {
  max-width: 552px;
  height: fit-content;
}

.noticeShow {
  margin-top: 1.5rem;
}

.windowFrame form {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.windowFrame form > div {
  margin-top: 0;
  margin-bottom: 0;
}

.windowFrame form .msgGroup + .msgGroup {
  margin-top: 0;
}

/*全文段落視窗*/
.windowFrame .fullTxtContent p,
.windowFrame .fullTxtContent ul,
.windowFrame .fullTxtContent h6 {
  color: var(--G900);
  font-size: 1rem;
}

.windowFrame .fullTxtContent ul li span.fullTxt {
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.windowFrame .fullTxtContent ul li span.listsymbol {
  border-radius: 100%;
  padding: 2px;
  background: var(--G900);
  position: relative;
  width: 5px;
  height: 5px;
  left: -16px;
  top: 16px;
}

.windowFrame .fullTxtContent ul {
  margin-left: 1.5rem;
  list-style-type: none;
}

/*qrcode*/
.qrcodeShow {
  width: 270px;
  display: flex;
  row-gap: 1rem;
  flex-direction: column;
  margin: 0 auto;
}

.qrcodeShow .pic {
  text-align: center;
  height: fit-content;
  line-height: 0;
}

.qrcodeShow .app-link {
  text-align: center;
}

.qrcodeShow .tip {
  text-align: center;
  color: var(--G900);
  font-size: 0.875rem;
  min-width: 140px;
}

.qrcodeShow .link {
  font-size: 1rem;
  text-align: center;
}

/*模組G*/
.selectdLoginUnit,
.selectdWhatN {
  display: flex;
  margin-bottom: 1rem;
}

.selectdLoginAiriti {
  display: inline-flex;
  width: 100%;
  row-gap: 0.5rem;
  flex-wrap: wrap;
}

.selectdLoginAiriti .selectWithUnit {
  width: 100%;
}

.recomandUserContent .identity .u-sel {
  width: 100%;
}

.recomandUserContent .CAPTCHA {
  display: flex;
  column-gap: 0.5rem;
  width: 100%;
  justify-content: space-between;
  height: fit-content;
  align-items: stretch;
  flex-direction: column;
  row-gap: 1rem;
}

.CAPTCHANumber {
  min-width: max-content;
  display: flex;
  column-gap: 1rem;
}

.enterCAPTCHA {
  flex: 1;
}

.recomandUserContent .CAPTCHA .confirm {
  min-width: 80px;
  padding-top: 1.25rem;
}

.recomandUserContent .CAPTCHA .u-txtInput {
  flex: 1;
}

.windowFrame .recomandUserContent form {
  row-gap: 1rem;
}

@media (min-width: 768px) {
  .windowContainer .recomandUserContent {
    width: 600px;
  }
}

/*模組EFK F-我的書櫃篩選視窗 E-我的書櫃排序視窗*/
.bookcaseFilterContent .resetBookCaseFilterBtn {
  padding-bottom: 1rem;
  text-align: right;
}

.choiceContent .msgTitle,
.bookcaseFilterContent .msgTitle,
.bookcaseSortContent .msgTitle {
  width: 3.85rem;
}

.choiceContent .msgField .msgSubHead,
.bookcaseFilterContent .msgField .msgSubHead,
.bookcaseSortContent .msgField .msgSubHead {
  width: max-content;
  min-width: 60px;
  height: 100%;
}

.msgField .choice {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 1rem;
  row-gap: 1rem;
  flex: 1;
}

.msgField .choice .u-check,
.msgField .choice .u-radio {
  width: 45%;
}

.choiceContent .msgField .choice,
.bookcaseFilterContent .msgField .choice{
  padding-top: 6px;
  min-width: 60px;
}

.bookcaseSortContent .msgField .choice {
  padding-top: 0px;
  min-width: 60px;
}

.choiceContent .msgItem,
.bookcaseFilterContent .msgItem,
.bookcaseSortContent .msgItem {
  flex-direction: column;
}

.bookcaseFilterContent .checkboxName {
  min-width: 60px;
}

.bookcaseSortContent .radioName {
  min-width: 60px;
}

.bookcaseFilterStart .u-Btn {
  width: max-content;
}

/*style?*/
.choiceContent .choice .u-check,
.bookcaseFilterContent .choice .u-check,
.bookcaseSortContent .choice .u-check {
  display: flex;
  flex-wrap: nowrap;
}

@media (min-width: 1260px) {
  .choiceContent .msgItem,
  .bookcaseFilterContent .msgItem,
  .bookcaseSortContent .msgItem {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .msgField .choice .u-check,
  .msgField .choice .u-radio {
    width: auto;
  }

  .windowContainer .unitContent {
    width: calc(600px - 3rem);
  }

  .msgGroup.moreunitArea {
    display: block;
  }

  .windowContainer .unitContent {
    max-height: 550px;
  }
}

/*k colorpicker*/
.msgOption .colorpick {
  width: calc(100% - 5rem);
}

.colorpick {
  display: inline-flex;
  column-gap: 8px;

  border-bottom: 0px;
  float: right;
}

.colorpick > div a.u-colorPickBtn {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0;
}

.colorpick > div a.u-colorPickBtn span {
  /* font-size: 1.3rem; */
  border-radius: 100%;
  border: 1px transparent solid;
  box-sizing: border-box;
}

.u-colorPick .radiobutton {
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  display: inline-block;
  border: 2px transparent solid;
  margin: 0;
  border-radius: 50%;
  transition: 0.2s;
  display: inline-block;
  vertical-align: middle;
}

.u-colorPick.red .radiobutton {
  padding: 2px;
  background-color: #ea8192;
  background-clip: content-box;
}

.u-colorPick.green .radiobutton {
  padding: 2px;
  background-color: #86e7d0;
  background-clip: content-box;
}

.u-colorPick.yellow .radiobutton {
  padding: 2px;
  background-color: #fff500;
  background-clip: content-box;
}

.u-colorPick.purple .radiobutton {
  padding: 2px;
  background-color: #b881e7;
  background-clip: content-box;
}

.u-colorPick input[type="radio"]:checked + .radiobutton {
  border: 2px var(--seaBlue) solid;
}

.u-colorPick.red input[type="radio"]:checked + .radiobutton {
  background-color: #ea8192;
  padding: 2px;
}

.u-colorPick.green input[type="radio"]:checked + .radiobutton {
  background-color: #86e7d0;
  padding: 2px;
}

.u-colorPick.yellow input[type="radio"]:checked + .radiobutton {
  background-color: #fff500;
  padding: 2px;
}

.u-colorPick.purple input[type="radio"]:checked + .radiobutton {
  background-color: #b881e7;
  padding: 2px;
}

.colorpickContent .msgItem {
  align-items: center;
}

.colorpickContent .msgSubHead {
  width: 100px;
}

.colorpickContent .choice .u-radio {
  width: fit-content;
  line-height: 0;
}

/*addTagWindow*/

.searchTagTheme {
  width: 100%;
  text-align: center;
}

.addMySBContent .phrasesTap {
  column-gap: 1rem;
}

.phrasesTap .u-tap {
  min-width: 106px;

  width: max-content;
}

.addMySBContent .phrasesTap .btnName,
.addTagContent .btnName {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.addMySBContent {
  width: 600px;
}

.addMySBContent .phrasesTap label > * {
  width: 100%;
}

.addTagContent .searchFilterGroup {
  margin-bottom: 1.5rem;
}

.addMySBContent .phrasesTap label {
  width: 47%;
}

@media (min-width: 768px) {
  .addMySBContent .phrasesTap label {
    width: max-content;
  }
}

/*ad 廣告 c*/
.u-publicityWindow .window_bg {
  width: calc(100% - 2rem);
  max-width: 1366px;
}

.u-publicityWindow .window_close_img,
.u-adWindow .window_close_img:hover,
.u-publicityWindow .window_close_img:active {
  display: block;
  text-decoration: none;
  background: var(--G900);
  padding: 10px;
}

.u-publicityWindow .window_close_img [class^="icon-"] {
  font-size: 1.5rem;
  color: #ffffff;
}

.u-publicityWindow .window_close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 999999;
}

.publicity {
  width: 100%;
  min-height: 100%;
  position: relative;
}

.u-publicityWindow .publicitynotice {
  display: flex;
}

.u-publicityWindow .windowfinalBtn {
  position: initial;
  transform: none;
}

.publicitynotice {
  display: flex;
  flex-direction: column;
  align-content: center;
  padding: 1rem;
  align-items: center;
  row-gap: 0.5rem;
}

.u-publicityWindow .noticeShow {
  margin-top: 0;
}

.publicityContent {
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: auto;
  box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.15);
}

.publicityContent .publicity img {
  width: 100%;
  height: 100%;
}

.publicity_fixed {
  width: 100%;
  height: 100%;
}

.publicityContent .main-vision-s {
  display: block;
}

.publicityContent .main-vision-m {
  display: none;
}

.publicityContent .main-vision-l {
  display: none;
}

@media (min-width: 768px) {
  .publicityContent .main-vision-m {
    display: block;
  }

  .publicityContent .main-vision-s {
    display: none;
  }

  .publicityContent .main-vision-l {
    display: none;
  }
}

@media (min-width: 1260px) {
  .publicityContent .main-vision-l {
    display: block;
  }

  .publicityContent .main-vision-m {
    display: none;
  }

  .publicityContent .main-vision-s {
    display: none;
  }
}

/*focus 關注 O*/
.focusContent .focusTxt {
  font-size: 1rem;
  color: var(--G900);
  width: calc(100% - 2rem);
  flex: 1;
}

.focusContent .msgItem > div.focus {
  width: fit-content;
}

.focusContent .msgItem {
  flex-direction: row;
  align-items: flex-start;
}

.focusContent .msgItem .u-switch {
  position: relative;
  top: 6px;
}

@media (min-width: 768px) {
  .windowContainer .focusContent {
    width: 600px;
  }
}

@media (min-width: 1260px) {
  .windowFrame.-scroll .windowContainer .focusContent {
    max-height: 400px;
  }
}

/*===cookie===*/

.cookieConsent {
  width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
  background: var(--G300);
  text-align: center;
  position: fixed;
  bottom: 0px;
  z-index: 2147483647;
}

.cookieConsent h2 {
  margin-bottom: 1.5rem;
}

.cookieConsent p {
  color: var(--G900);
}

.cookieConsentfinal_btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: auto;
  flex-direction: column;
  padding-top: 1.5rem;
}

.cookieConsentfinal_btn .agreen {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 100%;
}

.cookieConsentfinal_btn .u-Btn {
  width: 100%;
}

.privacyS {
  font-size: 0.875rem;
  line-height: 3rem;
  margin: auto;
}

.privacyS a,
.privacyS a:link,
.privacyS a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .cookieConsentfinal_btn .agreen {
    width: fit-content;
  }
}

/*===分享網址===*/
.bookFilterShareContent .keywordTxt {
  margin-bottom: 1rem;
}

.bookFilterShareContent .bookFilterSort {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.bookFilterShareContent .filterRange {
  display: inline-flex;
  justify-content: flex-start;
  color: var(--G700);
  max-width: max-content;
  align-items: center;
}

.bookFilterShareContent .filterRange + .filterRange {
  margin-top: 0.5rem;
}

.bookFilterShareContent .bookFilterSort + .bookFilterSort {
  margin-top: 1rem;
}

.bookFilterShareContent .filterSubSort {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  min-width: 16px;
}

/*===會員頭像===*/
.avatarContent {
  border-radius: 8px;
  padding: 1rem 0rem;
}

.avatarContent ul li {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  box-shadow: 0px 0px 0px 5px rgba(102, 203, 159, 0);
  border-radius: 64px;
  text-align: center;
  overflow: hidden;
  background: #e4ecf7;
}

.avatarContent ul li img {
  width: 100%;
}

.avatarContent ul li a,
.avatarContent ul li a:link {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
}

.avatarContent ul li:hover {
  box-shadow: 0px 0px 0px 5px rgba(107, 134, 174, 1);
}

.avatarContent ul li:active {
  box-shadow: 0px 0px 0px 5px rgba(107, 134, 174, 1);
  opacity: 1;
}

.avatarContent ul li.-active {
  box-shadow: 0px 0px 0px 5px rgba(107, 134, 174, 1);
}

.avatarContent ul li.-selected a {
  opacity: 0.5;
  cursor: text;
}

.avatarContent ul li.-selected:hover,
.avatarContent ul li.-selected:active {
  cursor: text;
  box-shadow: none;
}

.avatarContent {
  max-width: 320px;
  margin: auto;
}

.avatarContent ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  row-gap: 2rem;
}

@media (min-width: 768px) {
  .windowContainer .avatarContent {
    width: 480px;
  }
}

/*===▽▽我的書櫃評論視窗*/
.re-editFeedBackGroup .editor {
  border-bottom: 1px solid var(--G300);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  row-gap: 1rem;
  padding-bottom: 1rem;
  column-gap: 1rem;
  align-items: center;
}

.re-editFeedBackGroup .scoreMenu label:before {
  color: var(--seaBlue);
}

.re-editFeedBack textarea {
  border-radius: 8px;
  font-size: 1rem;
  background: var(--G100);
}

.re-editFeedBackGroup .editThis {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1.5rem;
  padding-top: 1.5rem;
}

.re-editFeedBackContent .u-editInput textarea {
  border-color: var(--seaBlue);
  background: var(--G100);
}

/*===▽▽文化部批次借閱視窗===*/
.IsMOCBatchborrowBtn {
  position: relative;
  z-index: 100;
  text-decoration: none;
  background: var(--skyBlue);
  box-shadow: 0px 3px 8px -1px #00000026;
  border-radius: 100px;
  padding: 0.75rem 0;
  box-sizing: border-box;
}

@media (any-hover: hover) {
  .IsMOCBatchborrowBtn:hover {
    border-color: var(--seaBlue);
    background-color: var(--seaBlue);
    color: #ffffff;
    text-decoration: none;
  }
  .IsMOCBatchborrowBtn:hover button {
    text-decoration: none;
  }
}
.IsMOCBatchborrowBtn button {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  width: 3rem;
  height: 4rem;
  border-radius: 100px;
  color: #fff;
  position: relative;
  z-index: 100;
  font-size: 0.875rem;
  text-decoration: none;
}

/*===▽▽文化部批次借閱視窗===*/
.IsMOCBatchborrowBtn {
  position: relative;
  z-index: 100;
  text-decoration: none;
  background: var(--skyBlue);
  box-shadow: 0px 3px 8px -1px #00000026;
  border-radius: 100px;
  padding: 0.75rem 0;
  box-sizing: border-box;
}

@media (any-hover: hover) {
  .IsMOCBatchborrowBtn:hover {
    border-color: var(--seaBlue);
    background-color: var(--seaBlue);
    color: #ffffff;
    text-decoration: none;
  }
  .IsMOCBatchborrowBtn:hover button {
    text-decoration: none;
  }
}
.IsMOCBatchborrowBtn button {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  width: 3rem;
  height: 4rem;
  border-radius: 100px;
  color: #fff;
  position: relative;
  z-index: 100;
  font-size: 0.875rem;
  text-decoration: none;
}

.IsMOCBatchborrowBtn button .btnName{ -webkit-line-clamp: 3;}

#IsMOCBatchborrow .window_bg {
  width: calc(100% - 2rem);
  max-width: 700px;
}
#IsMOCBatchborrow .hr {
  width: 95%;
      margin: 0 auto;
}

#IsMOCBatchborrow .window_layout {
  row-gap: 0.5rem;
  padding: 1rem 0;
}

#IsMOCBatchborrow .windowBottom {
    order: 1;
    width: fit-content;
    min-height: 4rem;
    width: 100%;
    padding: 1rem 0 0 0;
    height: fit-content;
}
#IsMOCBatchborrow .window_close {
  top: 1.5rem;
}
#IsMOCBatchborrow .windowfinalBtn {
  width: 95%;
}
#IsMOCBatchborrow .windowfinalBtn > * {
  width: 100%;
}
#IsMOCBatchborrow .windowBottom .borrowCancel {
  width: 130px;
}
#IsMOCBatchborrow .windowFrame ul {
  margin: 0;
}
#IsMOCBatchborrow .window_layout .windowContainer {
  padding: 0;
      height: fit-content;
    padding-bottom: 2rem;
}

#IsMOCBatchborrow .windowContainer [class$="Content"],#IsMOCBatchborrow .windowContainer {height:100%;}
#IsMOCBatchborrow .window_layout {height:90vh;}
#IsMOCBatchborrow .window_layout .goToBookcase a,#IsMOCBatchborrow .window_layout .goToBookcase a:link{text-decoration:none;}

.batchBorrowPanelOption{height:100%;padding-bottom:3rem;}

.batchBorrowPanelOption .cusCheck {
  display: flex;
  width: 56px;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.batchBorrowPanelOption .checkboxbutton {
  margin: 0;
}
.batchBorrowNoticeTxt p {
  text-align: center;
}

/*===頁籤swiper滑動 start===*/
.topicOPTabCarousel .carousel-control.prev {
  left: 0;
  position: absolute;
  top: 0rem;
  z-index: 300;
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  box-sizing: border-box;
  background: #ffffff;
}

.topicOPTabCarousel .carousel-control.next {
  right: 0;
  position: absolute;
  top: 0rem;
  z-index: 300;
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  box-sizing: border-box;
  background: #ffffff;
}

@media (any-hover: hover) {
  .topicOPTabCarousel .carousel-control.prev:hover,
  .topicOPTabCarousel .carousel-control.next:hover {
    border-color: var(--seaBlue);
    background-color: var(--seaBlue);
    color: #ffffff;
    text-decoration: none;
  }
  
  .batchBorrowPanelOption li:hover {
    background: #f4f4f4;
  }
  
  #IsMOCBatchborrow .window_layout .goToBookcase a:hover{text-decoration:none;}
}

#IsMOCBatchborrow .topicOPTabCarousel .carousel-control.prev,
#IsMOCBatchborrow .topicOPTabCarousel .carousel-control.next {
  display: none;
}

.topicOPTabCarousel .carousel-control.prev.-disabled,
.topicOPTabCarousel .carousel-control.next.-disabled {
  display: none;
}

.topicOPTabCarousel .carouselItem {
    width: 100%;
}

.topicOPTabCarousel {
  width: 100%;
  position: relative;/*20260320*/
  left: 0;
  /*padding: 0 1rem;20260320*/
}

.topicOPTabCarousel .topicOPTab {
  flex: auto;
  min-width: fit-content;
  max-width: initial;
  width: initial;
}
.topicOPTabCarousel .topicOPTab > .u-Btn {
  flex: auto;
  min-width: 100%;
  max-width: initial;
  width: initial;
}

.topicOPTabCarousel .swiper-slide {
    width: max-content !important;
}

.topicOPTabCarousel .swiper-slide-active .carouselItem .topicOPTab button.-active {
    border: 1px solid var(--seaBlue);
    background-color: var(--seaBlue);
    color: #ffffff;
}
/*===頁籤swiper滑動 end===*/

.batchBorrowFilterBar + .windowFrame.-scroll {
    max-height: calc(100vh - 200px);
    max-width: 800px;
    height: fit-content;    
	flex: 1;
}

.borrowMonthRecord {
  margin-left: 1.5rem;
  margin-top: -0.5rem;
}

.borrowedRecord {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
  position: relative;/*20260320*/
  width: 100%;/*20260320*/
  bottom: 0;
}

.topicOPTabCarousel+.borrowedRecord{padding-top:1rem;}/*20260320*/

.batchBorrowTip {
  color: var(--G900);
  font-size: 0.875rem;
  width: fit-content;
  margin: 8px auto 0 auto;
}

.batchBorrowFilterBar {
  border-bottom: 1px solid var(--G300);
}

.borrowMonthRecord .selectedCount {
  color: var(--G900);
  font-size: 0.875rem;
}

.borrowedRecord .selectedCount {
  color: var(--G900);
  font-size: 0.875rem;
}

.borrowedRecord .selectedCount .sum {
  font-size: 1.25rem;
  color: var(--seaBlue);
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  width: 20px;
  margin-right: 4px;
}

.borrowedRecord .bookTotal {
  color: var(--G900);
  font-size: 0.875rem;
}

.borrowedRecord .bookTotal .sum {
  display: inline-flex;
  justify-content: center;
  width: 1.5rem;
}

.batchBorrowNoticeGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
        padding: 4rem 1rem;
    height: 100%;
    justify-content: center;
}

.borrowingRecord {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.window_layout .batchBorrowFilterBar {
    height: fit-content;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    height: max-content;
    overflow: hidden;
    width: 95%;
    margin: auto;
}


.batchBorrowPanelOption ul li {
  display: flex;
  padding: 0.5rem 0;
}

.batchBorrowPanelOption .topicBookSelectList {
  display: flex;
 flex-wrap: nowrap;
  column-gap: 1.5rem;
  -ms-flex-direction: row;
  width: 100%;
  margin: auto;
  row-gap: 1.5rem;padding-right: 1rem;
}

.batchBorrowPanelOption .topicBookSelectList .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.topicBookSelectList .productBook .bookPic {
  height: 100%;
}
.topicBookSelectList .productBook {
  width: 60px;
  height: 72px;
}
.topicBookSelectList .pubBriefGroup > div {
  padding-bottom: 0rem;
}
.topicBookSelectList .pubBriefList {
  display: flex;
  width: 100%;
  align-items: baseline;
  color: var(--G700);
  font-size: 0.875rem;
}

.batchBorrowPanelOption li:active {
  background: #f4f4f4;
}
.batchBorrowPanelOption li.-borrowed .pubBriefGroup * {
  color: #e0e0e0;
}
.batchBorrowPanelOption li.-disabled .pubBriefGroup * {
  color: #e0e0e0;
}
.batchBorrowPanelOption li.-active {
  background: #f4f4f4;
}

.icon-check:before {
    content: "\e975";
}
.batchBorrowPanelOption li.-disabled .productBook .coverImg img {
  opacity: 0.5;
}

@media (min-width: 768px) {
  #IsMOCBatchborrow .topicOPTabCarousel .carousel-control.prev,
  #IsMOCBatchborrow .topicOPTabCarousel .carousel-control.next {
    display: none;
  }
  
  .borrowMonthRecord {
    position: absolute;
    top: 1.5rem;
    right: 4rem;
    margin: 0;
  }
}

@media (min-width: 1260px) {
  .window_layout .batchBorrowFilterBar {
    padding: 0 1.5rem;
  }
}

/*===▽▽檢索說明視窗=======================================*/
.searchGuideTxt {
  color: var(--G900);
  display: flex;
  gap: 1rem;
  flex-direction: column;
  max-width: 600px;
}
.searchGuideTxt img {
  vertical-align: middle;
  margin: -2px 2px 4px 2px;
}
.searchGuideTxt ol {
  list-style: none;
  /*  命名自訂標號變數  */
  counter-reset: my-counter;
  margin-left: 1.5rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.searchGuideTxt ol li {
  /*  使用自訂標號  */
  counter-increment: my-counter;
  /* 段落首行縮排 */
  text-indent: -1rem;
  line-height: 2;
}
/* 以偽元素自訂標號樣式 */
.searchGuideTxt ol li::before {
  content: counter(my-counter) ". ";
  min-width: 16px;
  display: inline-block;
  text-align: center;
}
.searchGuideTxt .tip {
  display: flex;
  align-items: baseline;
}
.annotate {
  min-width: fit-content;
}
.searchGuideTxt .tip .annotate + span {
  min-width: 12px;
  text-align: center;
  display: inline-block;
}

/*===window===*/
@media (min-width: 768px) {
  .windowfinalBtn > * {
    width: max-content;
  }

  .window_bg {
    width: fit-content;
  }

  .alert {
    /*width: 640px;*/
    height: fit-content;
  }

  .msgField,
  .recomandUserContent .CAPTCHA {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .windowfinalBtn > * {
    width: max-content;
  }

  .window_bg {
    width: fit-content;
  }

  .alert {
    min-width: 600px;
    height: fit-content;
  }

  .msgField,
  .recomandUserContent .CAPTCHA {
    flex-direction: row;
  }
}

@media (min-width: 1260px) {
  .window_bg {
    /*max-height: max-content;*/
    width: fit-content;
    max-height: 100vh;
    min-width: 400px;
  }

  .windowContainer [class$="Content"] {
    width: 100%;
    max-height: 600px;
  }

  .msgItem {
    align-items: center;
  }

  .alert {
    /*width: 640px;*/
    height: fit-content;
  }

  .windowHeader {
    padding: 0 1.5rem;
  }

  .window_layout .windowContainer {
    padding: 0 1.5rem;
  }

  .windowHeader + .hr {
    width: calc(100% - 3rem);
  }

  .windowFrame.-scroll {
    max-height: calc(100vh - 200px);
  }
}
