@charset "UTF-8";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* @include transition(all,2s,ease-out); */
.row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
  zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row > div {
  box-sizing: border-box;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  zoom: 1;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}

.cp {
  font-size: 1.0666666em;
  line-height: 1.65em;
}
@media screen and (max-width: 575px) {
  .cp {
    font-size: 1.2em;
  }
}
.cp h1 {
  font-size: 2em;
}
.cp h2 {
  font-size: 1.75em;
  margin-bottom: 1.25em;
}
.cp h3 {
  font-size: 1.5em;
}
.cp h4 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp h5 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp h6 {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 1em;
}
.cp p {
  font-size: 1em;
  line-height: 1.85em;
  margin-top: 0;
}
.cp ul,
.cp ol {
  font-size: 1em;
  margin-bottom: 1em;
}
.cp ul li,
.cp ol li {
  margin-bottom: 0.5em;
}
.cp dd,
.cp th,
.cp td figure {
  font-size: 1em;
}
.cp blockquote {
  background: #f1f1f1;
  font-style: normal;
  display: block;
  font-size: 1em;
  border-left: 5px solid #005d98, #5c9588, #5c9588, #0e664c, #313131, #5c656c, #1c4b82, #bc5702, #097e76, #774181, #088c6f, #0078c6;
  padding: 2em;
  box-sizing: border-box;
  margin: 0 0em 2em;
}
.cp img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .cp img {
    max-width: 100%;
    width: auto;
    clear: both;
  }
}

body {
  font-size: 1em;
  font-weight: normal;
  color: #666;
  line-height: 1.45em;
  font-family: Lato, "PingFang TC", "Helvetica Neue", Helvetica, 微軟正黑體, 新細明體, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  color: #333;
}
@media print {
  body {
    font-size: 0.75em;
  }
}

a {
  color: #666;
  text-decoration: none;
}
a:hover, a:focus {
  color: #dd1f03;
  cursor: pointer;
}

.font_size {
  display: flex;
  padding: 0;
  margin-right: 5px;
}
.font_size span {
  font-size: 0;
  color: #222;
  padding-top: 0;
}
.font_size ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex: 0 0 6em;
}
.font_size ul li {
  font-size: 1em;
  flex: 0 0 auto;
  margin: 0 2px !important;
  align-items: center;
}
.font_size ul li a {
  display: block;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: #fff;
  width: 32px;
  height: 32px;
  color: #000 !important;
  border: none;
  font-size: 0;
  background-image: url("../images/fontsize_middle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  transition: 0.5s;
}
.font_size ul li a:hover, .font_size ul li a:focus {
  background: #666;
  color: #fff;
  background-image: url("../images/fontsize_middle_hover.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
}
.font_size ul li a:hover.small, .font_size ul li a:focus.small {
  background-image: url("../images/fontsize_small_hover.svg");
}
.font_size ul li a:hover.large, .font_size ul li a:focus.large {
  background-image: url("../images/fontsize_big_hover.svg");
}
.font_size ul li a.active {
  background: #666;
  color: #fff;
  background-image: url("../images/fontsize_middle_hover.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
}
.font_size ul li a.active.small {
  background-image: url("../images/fontsize_small_hover.svg");
}
.font_size ul li a.active.large {
  background-image: url("../images/fontsize_big_hover.svg");
}
.font_size ul li a.active:hover, .font_size ul li a.active:focus {
  background: #666;
  color: #fff;
  background-image: url("../images/fontsize_middle_hover.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
}
.font_size ul li a.active:hover.small, .font_size ul li a.active:focus.small {
  background-image: url("../images/fontsize_small_hover.svg");
}
.font_size ul li a.active:hover.large, .font_size ul li a.active:focus.large {
  background-image: url("../images/fontsize_big_hover.svg");
}
.font_size ul li a.small {
  background-image: url("../images/fontsize_small.svg");
}
.font_size ul li a.large {
  background-image: url("../images/fontsize_big.svg");
}
@media screen and (max-width: 767px) {
  .font_size {
    display: none;
  }
}

.btn_grp {
  text-align: center;
  padding: 1em 0;
  clear: both;
}

.upload_grp .upload_btn, input[type=reset], input[type=submit], button,
input[type=button], .btn_active, .btn-greenline, .btn-white, .btn-black, .btn-gray, .btn-purple, .btn-red, .btn-yellow, .btn-blue, .btn-green, .btn {
  font-size: 1em;
  background-image: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  width: auto;
  min-width: 5em;
  margin: 0.25em 0.1em;
}

.btn {
  padding: 0.5em 2em !important;
  touch-action: manipulation;
  box-sizing: border-box;
  background: #ddd;
  border: 1px solid rgb(208.25, 208.25, 208.25);
  color: #666;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  text-shadow: RGBA(0, 0, 0, 0.3) 0px 0px 0px;
  background-color: rgb(247, 247, 247);
}
.btn:hover {
  background: rgb(228.65, 228.65, 228.65);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.btn:focus {
  background: rgb(228.65, 228.65, 228.65);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.btn.active {
  background: rgb(228.65, 228.65, 228.65);
  cursor: pointer;
}
.btn:hover, .btn:focus {
  color: #666;
  background-color: rgb(230, 230, 230);
}

.btn-green {
  background: #107859;
  border: 1px solid rgb(13, 97.5, 72.3125);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.btn-green:hover {
  background: rgb(17.8, 133.5, 99.0125);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.btn-green:focus {
  background: rgb(17.8, 133.5, 99.0125);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.btn-green.active {
  background: rgb(17.8, 133.5, 99.0125);
  cursor: pointer;
}

.btn-blue {
  background: #3e78c0;
  border: 1px solid rgb(55.7755905512, 107.9527559055, 172.7244094488);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.btn-blue:hover {
  background: rgb(73.0535433071, 128.0165354331, 196.2464566929);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.btn-blue:focus {
  background: rgb(73.0535433071, 128.0165354331, 196.2464566929);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.btn-blue.active {
  background: rgb(73.0535433071, 128.0165354331, 196.2464566929);
  cursor: pointer;
}

.btn-yellow {
  background: #f1ad00;
  border: 1px solid rgb(215.5, 154.6950207469, 0);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.btn-yellow:hover {
  background: rgb(255, 183.4165975104, 1.3);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.btn-yellow:focus {
  background: rgb(255, 183.4165975104, 1.3);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.btn-yellow.active {
  background: rgb(255, 183.4165975104, 1.3);
  cursor: pointer;
}

.btn-orange {
  background: #b94b00;
  border: 1px solid rgb(159.5, 64.6621621622, 0);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.btn-orange:hover {
  background: rgb(200.3, 81.2027027027, 0);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.btn-orange:focus {
  background: rgb(200.3, 81.2027027027, 0);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.btn-orange.active {
  background: rgb(200.3, 81.2027027027, 0);
  cursor: pointer;
}

.btn-red {
  background: #dc0122;
  border: 1px solid rgb(194.6153846154, 0.8846153846, 30.0769230769);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.btn-red:hover {
  background: rgb(235.2307692308, 1.0692307692, 36.3538461538);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.btn-red:focus {
  background: rgb(235.2307692308, 1.0692307692, 36.3538461538);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.btn-red.active {
  background: rgb(235.2307692308, 1.0692307692, 36.3538461538);
  cursor: pointer;
}

.btn-purple {
  background: #aa5ac5;
  border: 1px solid rgb(160.2802690583, 71.1322869955, 190.3677130045);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.btn-purple:hover {
  background: rgb(175.831838565, 101.3206278027, 200.9793721973);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.btn-purple:focus {
  background: rgb(175.831838565, 101.3206278027, 200.9793721973);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.btn-purple.active {
  background: rgb(175.831838565, 101.3206278027, 200.9793721973);
  cursor: pointer;
}

.btn-gray {
  background: #555;
  border: 1px solid rgb(72.25, 72.25, 72.25);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.btn-gray:hover {
  background: rgb(92.65, 92.65, 92.65);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.btn-gray:focus {
  background: rgb(92.65, 92.65, 92.65);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.btn-gray.active {
  background: rgb(92.65, 92.65, 92.65);
  cursor: pointer;
}

.btn-black {
  background: #333;
  border: 1px solid rgb(38.25, 38.25, 38.25);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.btn-black:hover {
  background: rgb(58.65, 58.65, 58.65);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.btn-black:focus {
  background: rgb(58.65, 58.65, 58.65);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.btn-black.active {
  background: rgb(58.65, 58.65, 58.65);
  cursor: pointer;
}

.btn-white {
  background: #fff;
  border: 1px solid rgb(242.25, 242.25, 242.25);
  color: #333;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.btn-white:hover {
  background: white;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.btn-white:focus {
  background: white;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.btn-white.active {
  background: white;
  cursor: pointer;
}
.btn-white:hover, .btn-white:focus {
  color: #333;
  background: rgb(230.35, 230.35, 230.35);
}

.btn-greenline {
  background: #06c755;
  border: 1px solid rgb(5.2536585366, 174.2463414634, 74.4268292683);
  color: #333;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.btn-greenline:hover {
  background: rgb(6.447804878, 213.852195122, 91.343902439);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.btn-greenline:focus {
  background: rgb(6.447804878, 213.852195122, 91.343902439);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.btn-greenline.active {
  background: rgb(6.447804878, 213.852195122, 91.343902439);
  cursor: pointer;
}
.btn-greenline:hover {
  color: #333;
}

.btn_active {
  background: #b94b00;
  border: 1px solid rgb(159.5, 64.6621621622, 0);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.btn_active:hover {
  background: rgb(200.3, 81.2027027027, 0);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.btn_active:focus {
  background: rgb(200.3, 81.2027027027, 0);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.btn_active.active {
  background: rgb(200.3, 81.2027027027, 0);
  cursor: pointer;
}

.btn-xl {
  font-size: 1.5em;
}

.btn-lg {
  font-size: 1.25em;
}

.btn-sm {
  font-size: 0.938em;
}

.btn-xs {
  font-size: 0.75em;
}

.disabled {
  pointer-events: none;
  opacity: 1;
  box-shadow: none;
  cursor: not-allowed;
  display: inline-block;
  -webkit-filter: grayscale(1);
}

.pointer-events {
  pointer-events: none;
}

.disabled_hidebtn {
  opacity: 0.8;
  box-shadow: none;
  cursor: not-allowed;
  display: inline-block;
  -webkit-filter: grayscale(1);
}
.disabled_hidebtn:hover {
  cursor: not-allowed;
  display: inline-block;
  -webkit-filter: grayscale(1);
}

.reflashbtn {
  font-size: 0;
  background-image: url("../images/icon/icon_reflash.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  font-size: 0;
  background-image: url(../images/icon/icon_reflash.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  padding: 0.5em 1em !important;
  height: 38px;
  width: 50px;
}
.reflashbtn:hover, .reflashbtn:focus {
  background-image: url(../images/icon/icon_reflash.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  padding: 0.5em 1em !important;
  height: 40px;
  width: 50px;
}

.readbtn {
  padding: 0.5em 1em !important;
}

.form_grid {
  margin: 0em;
}
.form_grid .form_grp {
  border-bottom: 1px solid #ddd;
  padding: 0.4em 0;
  display: flex;
  flex-wrap: wrap;
}
.form_grid .form_title {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  padding-top: 0.5em;
  padding-left: 20px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .form_grid .form_title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .form_grid .form_title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .form_grid .form_title {
    float: left;
    width: 25%;
  }
}
.form_grid .form_title.hidden + .form_content {
  width: 100%;
}
.form_grid .form_content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  padding-top: 0.5em;
}
@media (min-width: 768px) {
  .form_grid .form_content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .form_grid .form_content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .form_grid .form_content {
    float: left;
    width: 75%;
  }
}

form .form_grp,
form .check_grp,
form .radio_grp,
form .btn_grp,
form .upload_grp {
  margin-bottom: 0.2em;
}
form .check_grp label,
form .radio_grp label {
  display: block;
}
form .check_grp.form_inline label,
form .radio_grp.form_inline label {
  display: inline-block;
  margin: 0.2em 0.5em 0 0;
}
form .form_grp.form_inline,
form .upload_grp.form_inline {
  position: relative;
}
form .form_grp.form_inline label,
form .upload_grp.form_inline label {
  display: inline-block;
  margin-right: 0.5em;
}
form .form_grp.form_inline input,
form .form_grp.form_inline textarea,
form .form_grp.form_inline select,
form .upload_grp.form_inline input,
form .upload_grp.form_inline textarea,
form .upload_grp.form_inline select {
  width: auto;
}
form.form_inline label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
form.form_inline label ~ input, form.form_inline label ~ textarea {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
form.form_inline input[type=text],
form.form_inline input[type=password],
form.form_inline select,
form.form_inline textarea {
  width: auto;
  display: inline-block;
}
form.form_inline .form_grp,
form.form_inline .check_grp,
form.form_inline .radio_grp,
form.form_inline .btn_grp,
form.form_inline .upload_grp {
  display: inline-block;
  margin-right: 0.5em;
}
form.form_inline .btn_grp .btn,
form.form_inline .btn_grp input[type=submit],
form.form_inline .btn_grp input[type=reset],
form.form_inline .btn_grp input[type=button],
form.form_inline .btn_grp input[type=search] {
  margin-top: -3px;
  padding: 0.45em 1em;
}
form.form_inline select,
form.form_inline textarea {
  width: auto;
}

label,
legend {
  display: inline-block;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 575px) {
  label,
  legend {
    display: inline-block;
  }
}
label.inline input,
label.inline select,
label.inline textarea,
legend.inline input,
legend.inline select,
legend.inline textarea {
  width: auto;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

input,
textarea,
select,
button {
  color: #666;
  font-size: 1em;
  border: 1px solid #d3d3d3;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin-bottom: 0.3em;
  box-sizing: border-box;
  border-radius: 5px;
  transition: border, 0.2s, ease-out;
  transition: box-shadow, 0.2s, ease-out;
  border-radius: 4px;
}

input,
select,
textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
  /*IE*/
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=mail]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=mail]::-moz-placeholder,
input[type=number]::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=mail]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=mail]:-moz-placeholder,
input[type=number]:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}

button,
input[type=button] {
  background: #555;
  border: 1px solid rgb(72.25, 72.25, 72.25);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  width: auto;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
}
button:hover,
input[type=button]:hover {
  background: rgb(92.65, 92.65, 92.65);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button:focus,
input[type=button]:focus {
  background: rgb(92.65, 92.65, 92.65);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.active,
input[type=button].active {
  background: rgb(92.65, 92.65, 92.65);
  cursor: pointer;
}
button.btn-green,
input[type=button].btn-green {
  background: #107859;
  border: 1px solid rgb(13, 97.5, 72.3125);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
button.btn-green:hover,
input[type=button].btn-green:hover {
  background: rgb(17.8, 133.5, 99.0125);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-green:focus,
input[type=button].btn-green:focus {
  background: rgb(17.8, 133.5, 99.0125);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-green.active,
input[type=button].btn-green.active {
  background: rgb(17.8, 133.5, 99.0125);
  cursor: pointer;
}
button.btn-blue,
input[type=button].btn-blue {
  background: #3e78c0;
  border: 1px solid rgb(55.7755905512, 107.9527559055, 172.7244094488);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
button.btn-blue:hover,
input[type=button].btn-blue:hover {
  background: rgb(73.0535433071, 128.0165354331, 196.2464566929);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-blue:focus,
input[type=button].btn-blue:focus {
  background: rgb(73.0535433071, 128.0165354331, 196.2464566929);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-blue.active,
input[type=button].btn-blue.active {
  background: rgb(73.0535433071, 128.0165354331, 196.2464566929);
  cursor: pointer;
}
button.btn-yellow,
input[type=button].btn-yellow {
  background: #f1ad00;
  border: 1px solid rgb(215.5, 154.6950207469, 0);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
button.btn-yellow:hover,
input[type=button].btn-yellow:hover {
  background: rgb(255, 183.4165975104, 1.3);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-yellow:focus,
input[type=button].btn-yellow:focus {
  background: rgb(255, 183.4165975104, 1.3);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-yellow.active,
input[type=button].btn-yellow.active {
  background: rgb(255, 183.4165975104, 1.3);
  cursor: pointer;
}
button.btn-orange,
input[type=button].btn-orange {
  background: #b94b00;
  border: 1px solid rgb(159.5, 64.6621621622, 0);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
button.btn-orange:hover,
input[type=button].btn-orange:hover {
  background: rgb(200.3, 81.2027027027, 0);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-orange:focus,
input[type=button].btn-orange:focus {
  background: rgb(200.3, 81.2027027027, 0);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-orange.active,
input[type=button].btn-orange.active {
  background: rgb(200.3, 81.2027027027, 0);
  cursor: pointer;
}
button.btn-red,
input[type=button].btn-red {
  background: #dc0122;
  border: 1px solid rgb(194.6153846154, 0.8846153846, 30.0769230769);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
button.btn-red:hover,
input[type=button].btn-red:hover {
  background: rgb(235.2307692308, 1.0692307692, 36.3538461538);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-red:focus,
input[type=button].btn-red:focus {
  background: rgb(235.2307692308, 1.0692307692, 36.3538461538);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-red.active,
input[type=button].btn-red.active {
  background: rgb(235.2307692308, 1.0692307692, 36.3538461538);
  cursor: pointer;
}
button.btn-purple,
input[type=button].btn-purple {
  background: #aa5ac5;
  border: 1px solid rgb(160.2802690583, 71.1322869955, 190.3677130045);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
button.btn-purple:hover,
input[type=button].btn-purple:hover {
  background: rgb(175.831838565, 101.3206278027, 200.9793721973);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-purple:focus,
input[type=button].btn-purple:focus {
  background: rgb(175.831838565, 101.3206278027, 200.9793721973);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-purple.active,
input[type=button].btn-purple.active {
  background: rgb(175.831838565, 101.3206278027, 200.9793721973);
  cursor: pointer;
}
button.btn-gray,
input[type=button].btn-gray {
  background: #555;
  border: 1px solid rgb(72.25, 72.25, 72.25);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
button.btn-gray:hover,
input[type=button].btn-gray:hover {
  background: rgb(92.65, 92.65, 92.65);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-gray:focus,
input[type=button].btn-gray:focus {
  background: rgb(92.65, 92.65, 92.65);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-gray.active,
input[type=button].btn-gray.active {
  background: rgb(92.65, 92.65, 92.65);
  cursor: pointer;
}
button.btn-white,
input[type=button].btn-white {
  background: #fff;
  border: 1px solid rgb(242.25, 242.25, 242.25);
  color: #333;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
button.btn-white:hover,
input[type=button].btn-white:hover {
  background: white;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-white:focus,
input[type=button].btn-white:focus {
  background: white;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-white.active,
input[type=button].btn-white.active {
  background: white;
  cursor: pointer;
}
button.btn-white:hover, button.btn-white:focus,
input[type=button].btn-white:hover,
input[type=button].btn-white:focus {
  color: #333;
  background: rgb(230.35, 230.35, 230.35);
}
button.btn-greenline,
input[type=button].btn-greenline {
  background: #06c755;
  border: 1px solid rgb(5.2536585366, 174.2463414634, 74.4268292683);
  color: #333;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
button.btn-greenline:hover,
input[type=button].btn-greenline:hover {
  background: rgb(6.447804878, 213.852195122, 91.343902439);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-greenline:focus,
input[type=button].btn-greenline:focus {
  background: rgb(6.447804878, 213.852195122, 91.343902439);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-greenline.active,
input[type=button].btn-greenline.active {
  background: rgb(6.447804878, 213.852195122, 91.343902439);
  cursor: pointer;
}
button.btn-greenline:hover,
input[type=button].btn-greenline:hover {
  color: #333;
}
button.btn_active,
input[type=button].btn_active {
  background: #b94b00;
  border: 1px solid rgb(159.5, 64.6621621622, 0);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
button.btn_active:hover,
input[type=button].btn_active:hover {
  background: rgb(200.3, 81.2027027027, 0);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn_active:focus,
input[type=button].btn_active:focus {
  background: rgb(200.3, 81.2027027027, 0);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn_active.active,
input[type=button].btn_active.active {
  background: rgb(200.3, 81.2027027027, 0);
  cursor: pointer;
}

input[type=submit] {
  background: #005d98;
  border: 1px solid rgb(0, 77.3980263158, 126.5);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
}
input[type=submit]:hover {
  background: rgb(0, 102.3611842105, 167.3);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
input[type=submit]:focus {
  background: rgb(0, 102.3611842105, 167.3);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
input[type=submit].active {
  background: rgb(0, 102.3611842105, 167.3);
  cursor: pointer;
}

textarea {
  color: #666;
  font-size: 1em;
  border: 1px solid #d3d3d3;
  padding: 0.5em;
  background: #fff;
  vertical-align: middle;
  margin-bottom: 0.3em;
  box-sizing: border-box;
  border-radius: 5px;
  transition: border, 0.2s, ease-out;
  transition: box-shadow, 0.2s, ease-out;
  height: 5em;
  overflow-y: scroll;
  resize: none;
}
@media screen and (max-width: 575px) {
  textarea {
    width: 100%;
  }
}

button:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=text]:focus,
input[type=reset]:focus,
input[type=file]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0px 0px 2px #f1ad00;
  outline: none;
}

select {
  line-height: 2.4em;
  height: 2.4em;
  padding: 0 24px 0 0.5em;
  border: 1px solid #d3d3d3 !important;
  background: #fff url("../images/basic/icon_select_arrow.svg") no-repeat right center;
  background-size: 25px;
  margin-right: 2px;
  display: inline-block;
  box-shadow: none;
}
select option {
  outline: none;
  border: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=reset] {
  background: #555;
  border: 1px solid rgb(72.25, 72.25, 72.25);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  text-shadow: none;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
}
input[type=reset]:hover {
  background: rgb(92.65, 92.65, 92.65);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
input[type=reset]:focus {
  background: rgb(92.65, 92.65, 92.65);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
input[type=reset].active {
  background: rgb(92.65, 92.65, 92.65);
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  font-size: 1em;
  margin: -3px 0.4em 0 0;
  width: 1em;
  height: 1em;
  background-color: #f7f6ee;
  border: 1px solid #999;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=checkbox]:focus,
input[type=radio]:checked,
input[type=radio]:focus {
  border-color: #f1ad00;
  background-color: #f1ad00;
  outline: none;
}

input[type=checkbox]:checked {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAg0lEQVRYhe3VQQrAIAxEUY/sTTzydNNuBEliklFK5gC+Dy3aWq1GGoAOoJ/Ev3EjJpwbscA5EQIOAONO3Pu3RuDb3ygSN0dk4OoIF/4eMIQDlhFu3BMRhu9EhOOWiDTcEJGHOyNir1djRM7drozIe1gUEbm4EMHBFxFcfIo4g9dqv9wDlueWlO5nssIAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98%;
  box-shadow: #b94b00 0 0 0 1px;
  border-radius: 3px;
}

input[type=radio]:checked {
  box-shadow: #fff 0 0 0 3px inset, #f1ad00 0 0 0 2px;
}

input[type=radio]:focus {
  border-color: #f1ad00;
  background-color: #f1ad00;
  box-shadow: #fff 0 0 0 3px inset, #f1ad00 0 0 0 2px;
}

input[type=checkbox]:focus {
  border-color: #f1ad00;
  background-color: #f1ad00;
  box-shadow: #f1ad00 0 0 0 2px;
}

input[readonly],
input[disable] {
  background: rgb(249.25, 249.25, 249.25);
  color: rgb(185.5, 185.5, 185.5);
  border-color: rgb(185.5, 185.5, 185.5);
}
input[readonly] ~ label,
input[disable] ~ label {
  color: rgb(185.5, 185.5, 185.5);
}
input[readonly]:hover, input[readonly]:focus,
input[disable]:hover,
input[disable]:focus {
  border-color: rgb(185.5, 185.5, 185.5);
  box-shadow: none;
}

.upload_grp {
  position: relative;
}
.upload_grp input[readonly],
.upload_grp input[disable] {
  background: transparent;
  color: #666;
}
.upload_grp .upload_btn {
  position: absolute;
  overflow: hidden;
  top: 1px;
  right: 3px;
  background: #555;
  border: 1px solid rgb(72.25, 72.25, 72.25);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  padding: 0.2em 1em !important;
  border-radius: 4px;
}
.upload_grp .upload_btn:hover {
  background: rgb(92.65, 92.65, 92.65);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.upload_grp .upload_btn:focus {
  background: rgb(92.65, 92.65, 92.65);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.upload_grp .upload_btn.active {
  background: rgb(92.65, 92.65, 92.65);
  cursor: pointer;
}
.upload_grp .upload_btn:hover, .upload_grp .upload_btn:focus {
  cursor: pointer !important;
}
.upload_grp .upload_btn:focus {
  box-shadow: 0 0px 0px 2px #f1ad00;
  background-color: #000;
}

input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

img.captcha {
  display: inline-block;
  vertical-align: middle;
  max-height: 2.4em;
  margin-bottom: 0;
}
img.captcha + input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
img.captcha ~ img {
  display: inline-block;
  vertical-align: middle;
  max-height: 2.4em;
  margin-bottom: 0.5em;
}

abbr {
  color: #ff0000 !important;
  margin: 0px 5px 0 -18px;
  font-size: 1.25em;
  font-weight: bold;
  vertical-align: middle;
  line-height: 110%;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.select_date {
  float: left;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0.3em;
  width: 100%;
}
.select_date input {
  margin-bottom: 0;
  border: none;
  padding: 0.4em;
  width: 75%;
  z-index: 8;
}
.select_date .image {
  float: right;
  margin-top: 5px;
}
.select_date .image img {
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
  /*IE*/
}

.any_width {
  width: auto !important;
  margin-right: 10px;
}
@media (max-width: 400px) {
  .any_width {
    width: 100% !important;
    margin-right: 0;
  }
}

.password_toggle {
  position: relative;
}
.password_toggle button.btn-icon {
  font-size: 0;
  right: 0.5em;
  top: 3px;
  height: 30px;
  background: none;
  border: transparent;
  position: absolute;
  padding: 0 !important;
  min-width: 3em;
  box-shadow: none;
  margin-right: 22px;
}
.password_toggle button.btn-icon:focus {
  box-shadow: 0 0px 0px 2px #f1ad00;
}
.password_toggle button.btn_icon_hide {
  background-image: url("../images/icon/icon_hide.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 20px;
}
.password_toggle button.btn_icon_show {
  background-image: url("../images/icon/icon_show.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 20px;
}
@media screen and (max-width: 991px) {
  .password_toggle button {
    top: 1.7em;
  }
}

.form-group {
  margin-left: 20%;
}
@media screen and (max-width: 991px) {
  .form-group {
    margin-left: 0;
  }
}
.form-group img {
  vertical-align: center;
  margin-bottom: 0;
}
@media (max-width: 400px) {
  .form-group img {
    margin-bottom: 6px;
  }
}

.container {
  padding: 0;
  margin: 0 auto;
  max-width: 1400px;
}

.child01 .header {
  box-shadow: none !important;
  background: #f8b551;
}
.child01 .header > .container .sidebarCtrl {
  background-image: url("../images/sidebarCtrl_white.png");
}
.child01 .header > .container .accesskey {
  color: #f8b551;
}
.child01 .header .login .btn {
  background-image: none;
  box-shadow: none;
  border: none !important;
}
.child01 table td a {
  color: #774e2b;
}
.child01 table td a:hover {
  color: #dd1f03;
}
.child01 .search_block {
  background-image: url("../images/search_blockbg02_child.jpg");
  height: 630px;
}
@media (max-width: 380px) {
  .child01 .search_block {
    min-height: 630px;
    height: auto;
  }
}
.child01 .search_block .searchsystem .recent_searches .title {
  color: #5c9588;
}
.child01 .search_block .searchsystem .searchall a.addfield {
  background-color: #5c9588;
}
.child01 .search_block .searchsystem .searchall a.addfield:hover {
  background-color: rgb(82.265560166, 133.234439834, 121.6099585062);
}
.child01 .search_block .searchsystem .searchall a:hover {
  color: #fff;
}
.child01 .search_block .searchsystem .searchbutton span.primary_btn a {
  background-color: #5c9588;
  border: 1px solid #5c9588;
}
.child01 .search_block .query_system_block .AI_situational_btn {
  color: #5c9588;
  box-shadow: 0 0 0 2px #5c9588 inset;
}
.child01 .search_block .query_system_block .AI_situational_btn:hover, .child01 .search_block .query_system_block .AI_situational_btn:focus {
  background-color: #5c9588;
}
.child01 .search_block .query_system_block .titlename {
  background-color: #5c9588;
}
.child01 .privacy_consent {
  background-color: #5c9588;
}
.child01 .limit h2 {
  color: #774e2b;
}
.child01 .sort_block .sortlist_block h2 a {
  color: #774e2b;
}
.child01 .search_blockin .searchsystem .btn_grp a.addfield {
  background-color: #5c9588;
}
.child01 .search_blockin2,
.child01 .search_blockin,
.child01 .mystudyname,
.child01 .general_block {
  background-image: url("../images/search_blockbg02_child.jpg");
  background-position: center -80px;
}
.child01 .login_lightbox h2,
.child01 .choose_librarycard_lightbox h2,
.child01 .qrcode_lightbox h2,
.child01 .recommendbook_lightbox h2,
.child01 .search_field_lightbox h2,
.child01 .related_lightbox h2,
.child01 .lightboxstyle h2,
.child01 .lightboxstyle_block h2,
.child01 .lightboxstyle_block2 h2 {
  border-bottom: 2px solid #5c9588;
  color: #5c9588 !important;
}
.child01 .logintab ul li a {
  color: #5c9588 !important;
  border: 2px solid #5c9588 !important;
}
.child01 .logintab ul li a:hover, .child01 .logintab ul li a.active {
  background-color: #5c9588 !important;
  color: #fff !important;
}
.child01 .qrcode_btn a {
  background-color: #5c9588 !important;
}
.child01 .qrcode_btn a:hover {
  background-color: rgb(120.2199170124, 171.7800829876, 160.020746888) !important;
}
.child01 .relatedlist ul li a:before {
  background-color: #5c9588;
}
.child01 .relatedlist ul li a:hover {
  background-color: #5c9588;
}
.child01 .lightbox_data table th a {
  color: #5c9588;
}
.child01 .bookname {
  color: #5c9588;
}
.child01 .super_business_data .data_content .title {
  color: #774e2b;
}
.child01 .AIGPT_information .AIGPT_group .content .booktitle {
  color: #5c9588;
}
.child01 .exclusive_book .booktitle {
  color: #5c9588;
}
.child01 .sharedreading_lightbox .content .booktitle {
  color: #5c9588;
}
.child01 .sharedreading_lightbox .discuss_list ul li {
  background-color: #774e2b;
}
.child01 .lightboxAI_situational:before {
  background-color: #5c9588;
}
.child01 .lightboxAI_situational .title {
  color: #5c9588;
  border: 1px solid #5c9588;
  border-width: 0px 8px;
}
.child01 .lightboxAI_situational .title a {
  color: #5c9588;
}
.child01 .lightboxAI_situational .title a:hover {
  color: #dc0122;
}
.child01 .lightboxAI_situational .content .example_list ul li a:hover {
  border: 1px solid #5c9588;
  color: #5c9588;
  border-left-width: 14px;
}
.child01 .lightboxAI_situational .content .query_records_group .query_records_list .query_function .time {
  color: #5c9588;
}
.child01 .lightboxAI_situational .content .query_records_group .query_records_list ul li a:hover {
  background-color: #5c9588;
}
.child01 .lightboxAI_situational .content .query_records_group .query_records_list .more a:before {
  border: 6px solid #5c9588;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.child01 .lightboxAI_situational .content .query_records_group .query_records_list .more a:hover {
  color: #5c9588;
}
.child01 .lightboxAI_situational .content .extend_list ul li button.btn:hover {
  background-color: #5c9588;
}
.child01 .lightboxAI_situational .content .Keyelements_list ul li a:hover, .child01 .lightboxAI_situational .content .Keyelements_list ul li a:focus, .child01 .lightboxAI_situational .content .Keyelements_list ul li a.active {
  background-color: #5c9588;
  color: #fff;
}
.child01 input[type=submit] {
  background: #5c9588;
  border: 1px solid rgb(82.265560166, 133.234439834, 121.6099585062);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.child01 input[type=submit]:hover {
  background: rgb(98.1481327801, 158.1518672199, 144.4668049793);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.child01 input[type=submit]:focus {
  background: rgb(98.1481327801, 158.1518672199, 144.4668049793);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.child01 input[type=submit].active {
  background: rgb(98.1481327801, 158.1518672199, 144.4668049793);
  cursor: pointer;
}
.child01 .featuredTopics_list ul li a:hover span {
  color: #5c9588;
}
.child01 .featured_blockin {
  background-color: #5c9588;
}
.child01 .featured_blockin h2 {
  color: #fff;
}
.child01 .featured_blocklist {
  background-color: #5c9588;
}
.child01 .featured_blocklist h3,
.child01 .featured_blocklist .datalist,
.child01 .featured_blocklist .explain {
  color: #fff;
}
.child01 .classification {
  background-color: #5c9588;
}
.child01 .AI_block .consent .agreecontent .signblock {
  border-left: 6px solid #5c9588;
}
.child01 .featured_area_block .featured_area_sort div a:hover, .child01 .featured_area_block .featured_area_sort div a.here {
  color: #5c9588;
}
.child01 .AIgptgroup .directions .content .directions {
  color: #774e2b;
}
.child01 .AIgptgroup .directions .contentother button.btn {
  background-color: #5c9588;
  color: #fff;
}
.child01 .AIgptgroup .directions .contentother button.btn:hover, .child01 .AIgptgroup .directions .contentother button.btn:focus {
  background-color: rgb(82.265560166, 133.234439834, 121.6099585062);
}
.child01 .AIgptgroup .directions .contentother button.shiny {
  background-color: #5c9588;
  color: #fff;
}
.child01 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: rgb(82.265560166, 133.234439834, 121.6099585062);
}
.child01 .AIgptgroup .directions .contentother button.shiny:hover, .child01 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: rgb(82.265560166, 133.234439834, 121.6099585062);
}
.child01 .AIgptgroup .directions .reading_needs_block .needs_group .needs_content .needs_directions:before {
  background-color: #5c9588;
}
.child01 .AIgptgroup .describe .title {
  color: #774e2b;
}
.child01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
  background: #5c9588;
  background: linear-gradient(180deg, #5c9588 0%, #5c9588 50%, rgb(236, 236, 236) 50%, rgb(236, 236, 236) 100%);
}
@media (max-width: 992px) {
  .child01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
    background: rgb(187, 187, 187);
  }
}
.child01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div {
  background-color: #5c9588;
}
@media (max-width: 992px) {
  .child01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div:before {
    background-color: #5c9588;
  }
}
.child01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:before {
  border: 6px solid #5c9588;
  background-color: #5c9588;
  background-image: url("https://i.postimg.cc/m2D0BtTR/icon-tick.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
}
.child01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
  background: #5c9588;
  background: linear-gradient(180deg, #5c9588 0%, #5c9588 50%, rgb(187, 187, 187) 50%, rgb(187, 187, 187) 100%);
}
@media (max-width: 992px) {
  .child01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
    background: rgb(187, 187, 187);
  }
}
.child01 .AIgptgroup .AIgptstep .Features_block .featureslist .title {
  color: #5c9588;
}
.child01 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle {
  color: #5c9588;
}
.child01 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle a {
  color: #5c9588;
}
.child01 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle {
  color: #5c9588;
}
.child01 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle a {
  color: #5c9588;
}
.child01 .AIgptgroup .AI_explain span:before {
  border: 8px solid #5c9588;
  border-color: transparent transparent transparent #5c9588;
}
.child01 .AIgptgroup .query_context_block .title {
  background-color: #5c9588;
}
.child01 .AIgptgroup .query_context_block .title:after {
  border: 8px solid #5c9588;
  border-color: transparent transparent transparent #5c9588;
}
.child01 .AIgptgroup .query_context_block .contextbtn_group ul li a:hover, .child01 .AIgptgroup .query_context_block .contextbtn_group ul li a:focus, .child01 .AIgptgroup .query_context_block .contextbtn_group ul li a.active {
  background-color: #5c9588;
}
@media screen and (max-width: 575px) {
  .child01 .AIgptgroup .query_context_block .title:after {
    border: 8px solid #5c9588;
    border-color: #5c9588 transparent transparent transparent;
  }
}
.child01 .AIgptgroup .continue_search_group .contextext button.btn:hover {
  background-color: #5c9588;
}
.child01 .AIgptgroup .continue_search_group .expand_block button.expandbtn {
  background-color: #5c9588 !important;
}
.child01 .modify_data .title,
.child01 .write_data .title,
.child01 .forget_password .title,
.child01 .mystudysearch_data .title,
.child01 .stored_value_group .title,
.child01 .reader_form_group .title,
.child01 .delivery_method_block .title {
  color: #5c9588;
}
.child01 .modify_data p a,
.child01 .write_data p a,
.child01 .forget_password p a,
.child01 .mystudysearch_data p a,
.child01 .stored_value_group p a,
.child01 .reader_form_group p a,
.child01 .delivery_method_block p a {
  color: #774e2b;
}
.child01 .modify_data p a:hover,
.child01 .write_data p a:hover,
.child01 .forget_password p a:hover,
.child01 .mystudysearch_data p a:hover,
.child01 .stored_value_group p a:hover,
.child01 .reader_form_group p a:hover,
.child01 .delivery_method_block p a:hover {
  color: #dd1f03;
}
.child01 .security_deposit_block .title {
  color: #5c9588;
}
.child01 .service_list .explain_block a {
  color: #5c9588;
}
.child01 .pagination .page li.active a {
  background: #5c9588;
  border: #5c9588 solid 1px;
}
.child01 .contact_person_block .contact_person_group .data_list .title {
  color: #5c9588;
}
.child01 .contact_person_block .contact_person_group .data_list .title span {
  border-bottom: 2px solid #5c9588;
}
.child01 .send_block_title {
  background-color: #5c9588;
}
.child01 .myorder_block .order_number {
  background-color: #5c9588;
}
.child01 .filter_data_block .title {
  color: #5c9588;
}
.child01 .filter_data_block .title {
  color: #5c9588;
}
.child01 .hotqa_list h2 {
  background-color: #5c9588;
}
.child01 .devicereservation_block .device_list {
  background-color: #5c9588;
  color: #fff;
}
.child01 .devicereservation_block .device_list:hover, .child01 .devicereservation_block .device_list:focus {
  background-color: rgb(72.531120332, 117.468879668, 107.2199170124);
  color: #fff;
}
.child01 .devicereservation_block .device_list a {
  color: #fff;
}
.child01 .devicereservation_block .device_list a:hover, .child01 .devicereservation_block .device_list a:focus {
  color: #fff;
}
.child01 .devicereservation_block .device_list h3 {
  color: #fff;
  font-weight: 400;
}
.child01 .devicereservation_block .device_list .content ul li {
  color: #fff;
}
.child01 .devicereservation_block .device_list .content ul li:before {
  border: 5px solid #fff;
  border-color: transparent transparent transparent #fff;
}
.child01 .devicereservation_block .device_list .content .quantity span em {
  color: #f1ad00;
}
.child01 .meets_box a {
  background-color: #5c9588;
  color: #fff;
  font-weight: 400;
}
.child01 .meets_box a:hover, .child01 .meets_box a:focus {
  color: #fff;
  background-color: rgb(72.531120332, 117.468879668, 107.2199170124);
}
.child01 .reservation_explain {
  background-color: #5c9588;
  color: #fff;
}
.child01 .device_explain {
  background-color: #5c9588;
  color: #fff;
}
.child01 .device_explain h3 {
  font-weight: 400;
}
.child01 .booklist .bookmidblock h2 a {
  color: #774e2b;
}
.child01 .booklist .bookmidblock ul li.word_title a {
  color: #774e2b;
}
.child01 .booklist_block .booklist .bookmidblock .data_type_block {
  background-color: #5c9588;
}
.child01 .no_result .related_words h2 {
  color: #5c9588;
}
.child01 .devicefiltering_block .filtersearch button.searchbtn {
  background-color: #5c9588;
}
.child01 .viewdata_block .viewmode_group .viewmode_parallel a:hover, .child01 .viewdata_block .viewmode_group .viewmode_parallel a:focus, .child01 .viewdata_block .viewmode_group .viewmode_parallel a.active,
.child01 .viewdata_block .viewmode_group .viewmode_vertical a:hover,
.child01 .viewdata_block .viewmode_group .viewmode_vertical a:focus,
.child01 .viewdata_block .viewmode_group .viewmode_vertical a.active {
  border: 1px solid #5c9588;
  background-color: #5c9588;
}
.child01 .itemselect_block .itemselect_group {
  background-color: #5c9588;
}
.child01 .itemselect_block .itemselect_group .image {
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  border-radius: 5px;
  border-right: none;
}
.child01 .itemselect_block .itemselect_group .spacecontent {
  color: #fff;
}
.child01 .reminder_window_block {
  background-color: #774e2b;
}
.child01 .prize_category ul li a.here {
  background-color: #5c9588;
}
.child01 .prize_category ul li a.here:hover {
  color: #fff;
  background-color: rgb(82.265560166, 133.234439834, 121.6099585062);
}
.child01 .prize_category ul li a:hover {
  color: #5c9588;
}
.child01 .book_detail .book_cover_source a {
  color: #774e2b;
}
.child01 .mainrightblock .book_detaildata .bookdata2 h3,
.child01 .mainrightblock2 .book_detaildata .bookdata2 h3 {
  color: #5c9588;
}
.child01 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a:hover, .child01 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a.here,
.child01 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a:hover,
.child01 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a.here {
  background-color: #5c9588;
}
.child01 .mainrightblock .book_detaildata .bookdata .data_type_block,
.child01 .mainrightblock2 .book_detaildata .bookdata .data_type_block {
  background-color: #5c9588;
}
.child01 .mainrightblock .book_detaildata .bookdata .listdata ul li a,
.child01 .mainrightblock2 .book_detaildata .bookdata .listdata ul li a {
  color: #774e2b;
}
.child01 .switch_btn a {
  background-color: #5c9588 !important;
}
.child01 .cp_content h3 {
  color: rgb(72.531120332, 117.468879668, 107.2199170124);
}
.child01 .bookselection_group .rightblock .content_analysis .title {
  background-color: #5c9588;
}
.child01 .classification_group {
  background-color: #5c9588;
}
.child01 .AI_explain:before {
  border: 8px solid #5c9588;
  border-color: transparent transparent transparent #5c9588;
}
.child01 .fatfooter {
  background-color: rgb(218.2209944751, 134.1933701657, 8.7790055249);
}
.child01 .fatfooter .btn-fatfooter {
  background: rgb(218.2209944751, 134.1933701657, 8.7790055249);
}
.child01 .fatfooter .btn-fatfooter:hover, .child01 .fatfooter .btn-fatfooter:focus {
  background: rgb(193.7071823204, 119.1187845304, 7.7928176796);
}
.child01 footer {
  background-color: rgb(218.2209944751, 134.1933701657, 8.7790055249);
}
.child01 .childsort_block .childsort {
  margin: 0 10px;
}
.child01 .childsort_block .childsort ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.child01 .childsort_block .childsort ul li {
  width: 18%;
  margin: 0 1% 2%;
  float: left;
}
@media screen and (max-width: 991px) {
  .child01 .childsort_block .childsort ul li {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  .child01 .childsort_block .childsort ul li {
    width: 48%;
  }
}
.child01 .childsort_block .childsort ul li a {
  display: block;
  background-color: #5c9588;
  border-radius: 30px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 24px 12px 5px;
  font-size: 1.313em;
  transition: 0.5s;
  height: 180px;
}
.child01 .childsort_block .childsort ul li a img {
  display: block;
  width: 62px;
  margin: 0 auto 15px;
}
.child01 .childsort_block .childsort ul li a:hover {
  background-color: #f8b551;
}
.child01 .btnstyle.whitebg2 {
  border: 1px solid #5c9588;
  background-color: #fff;
  color: #5c9588 !important;
  transition: 0.2s;
  box-shadow: none;
}
.child01 .btnstyle.whitebg2:hover, .child01 .btnstyle.whitebg2:focus {
  background-color: #eee;
  border: 1px solid #5c9588;
  color: #5c9588 !important;
}
.child01 .linecontent.mobile-card .main-title {
  color: #5c9588;
}
.child01 .linecontent.mobile-card .main-title span {
  color: #5c9588;
}
.child01 .linecontent.mobile-card .main-title:before {
  background: #5c9588;
}
.child01 .linecontent.mobile-card .card-step span {
  background: #5c9588;
}
.child01 .linecontent.mobile-card .card-step span.active {
  color: #fff;
  background: #dc0122;
}
.child01 .linecontent.mobile-card .card-step em {
  border: 8px solid #5c9588;
  border-left: none;
  border-bottom: none;
}
@media screen and (max-device-width: 320px) {
  .child01 .linecontent.mobile-card .card-step em {
    border: 5px solid #5c9588;
    border-left: none;
    border-bottom: none;
  }
}
.child01 .linecontent.mobile-card .card-login .id {
  color: #5c9588;
}
.child01 .linecontent.mobile-card .card-ok span {
  color: #5c9588;
}
.child01 .linecontent.library .main-title {
  color: #5c9588;
}
.child01 .linecontent.library .main-title:before {
  background: #5c9588;
}
.child01 .scanning_button {
  background-color: #5c9588;
}
.child01 .scanning_button:hover {
  background-color: rgb(104.4543568465, 162.0456431535, 148.9107883817);
}
.child01 .cascading li a {
  border-bottom: 2px solid #5c9588;
}
.child01 .cascading li a:hover, .child01 .cascading li a:focus {
  color: #5c9588 !important;
}
.child01 .cascading li ul li a {
  border-bottom: 1px dotted #ccc;
}
.child01 .tabSet .modeBBtn.active,
.child01 .tabSet .tabBtn.active {
  background: #5c9588;
}
.child01 .tabSet .modeBBtn.active:before,
.child01 .tabSet .tabBtn.active:before {
  content: "";
  border: 11px solid #5c9588;
  border-color: #5c9588 transparent transparent transparent;
}
.child01 .tabSet .tabContent .content {
  background: #5c9588;
}
.child01 .tabSet .tabContent .content ul li a:hover {
  color: #5c9588;
}
.child01 .tabSet .tabContent .content ul li a.active {
  color: #5c9588;
}
.child01 .tabSet.modeB .tabContent .content {
  background-color: #5c9588;
}
.child01 .tabSet.modeB .tabContent .content ul li a {
  color: #5c9588;
}
.child01 .tabSet.modeB .tabContent .content ul li a.active {
  background-color: #5c9588;
}
.child01 .segmented-control {
  background-color: #5c9588;
}
.child01 .segmented-control .segment.active {
  color: #5c9588;
}

.customization01 .header {
  background: #7ee2e3;
  background: linear-gradient(to bottom, #7ee2e3, #54c5c6);
}
.customization01 .header > .container .sidebarCtrl {
  background-image: url("../images/sidebarCtrl_white.png");
}
.customization01 .header > .container .accesskey {
  color: #7ee2e3;
}
.customization01 table td a {
  color: #185554;
}
.customization01 table td a:hover {
  color: #dd1f03;
}
.customization01 .search_block {
  background-image: url("../images/search_blockbg02_customization01.jpg");
}
.customization01 .search_block .searchsystem .recent_searches .title {
  color: #5c9588;
}
.customization01 .search_block .searchsystem .searchall a.addfield {
  background-color: #5c9588;
}
.customization01 .search_block .searchsystem .searchall a.addfield:hover {
  background-color: rgb(82.265560166, 133.234439834, 121.6099585062);
}
.customization01 .search_block .searchsystem .searchall a:hover {
  color: #fff;
}
.customization01 .search_block .searchsystem .searchbutton span.primary_btn a {
  background-color: #5c9588;
  border: 1px solid #5c9588;
}
.customization01 .search_block .query_system_block .AI_situational_btn {
  color: #5c9588;
  box-shadow: 0 0 0 2px #5c9588 inset;
}
.customization01 .search_block .query_system_block .AI_situational_btn:hover, .customization01 .search_block .query_system_block .AI_situational_btn:focus {
  background-color: #5c9588;
}
.customization01 .search_block .query_system_block .titlename {
  background-color: #5c9588;
}
.customization01 .related_links div a span {
  background-color: #5c9588;
}
.customization01 .related_links div a:hover {
  color: rgb(72.531120332, 117.468879668, 107.2199170124);
}
.customization01 .related_links div a:hover span {
  background-color: rgb(113.9136929461, 167.8863070539, 155.5767634855);
}
.customization01 .featured_block {
  background-color: #5c9588;
}
.customization01 .featured_block h2 {
  color: #fff;
}
.customization01 .privacy_consent {
  background-color: #5c9588;
}
.customization01 .limit h2 {
  color: #185554;
}
.customization01 .sort_block .sortlist_block h2 a {
  color: rgb(12.7706422018, 45.2293577982, 44.6972477064);
}
.customization01 .search_blockin .searchsystem .btn_grp a.addfield {
  background-color: #5c9588;
}
.customization01 .search_blockin2,
.customization01 .search_blockin,
.customization01 .mystudyname,
.customization01 .general_block {
  background-image: url("../images/search_blockbg02_customization01.jpg");
  background-position: center -140px;
}
.customization01 .login_lightbox h2,
.customization01 .choose_librarycard_lightbox h2,
.customization01 .qrcode_lightbox h2,
.customization01 .recommendbook_lightbox h2,
.customization01 .search_field_lightbox h2,
.customization01 .related_lightbox h2,
.customization01 .lightboxstyle h2,
.customization01 .lightboxstyle_block h2,
.customization01 .lightboxstyle_block2 h2 {
  border-bottom: 2px solid #5c9588;
  color: #5c9588 !important;
}
.customization01 .logintab ul li a {
  color: #5c9588 !important;
  border: 2px solid #5c9588 !important;
}
.customization01 .logintab ul li a:hover, .customization01 .logintab ul li a.active {
  background-color: #5c9588 !important;
  color: #fff !important;
}
.customization01 .qrcode_btn a {
  background-color: #5c9588 !important;
}
.customization01 .qrcode_btn a:hover {
  background-color: rgb(120.2199170124, 171.7800829876, 160.020746888) !important;
}
.customization01 .relatedlist ul li a:before {
  background-color: #5c9588;
}
.customization01 .relatedlist ul li a:hover {
  background-color: #5c9588;
}
.customization01 .lightbox_data table th a {
  color: #5c9588;
}
.customization01 .bookname {
  color: #5c9588;
}
.customization01 .super_business_data .data_content .title {
  color: #185554;
}
.customization01 .AIGPT_information .AIGPT_group .content .booktitle {
  color: #5c9588;
}
.customization01 .exclusive_book .booktitle {
  color: #5c9588;
}
.customization01 .sharedreading_lightbox .content .booktitle {
  color: #5c9588;
}
.customization01 .sharedreading_lightbox .discuss_list ul li {
  background-color: #185554;
}
.customization01 .lightboxAI_situational:before {
  background-color: #5c9588;
}
.customization01 .lightboxAI_situational .title {
  color: #5c9588;
  border: 1px solid #5c9588;
  border-width: 0px 8px;
}
.customization01 .lightboxAI_situational .title a {
  color: #5c9588;
}
.customization01 .lightboxAI_situational .title a:hover {
  color: #dc0122;
}
.customization01 .lightboxAI_situational .content .example_list ul li a:hover {
  border: 1px solid #5c9588;
  color: #5c9588;
  border-left-width: 14px;
}
.customization01 .lightboxAI_situational .content .query_records_group .query_records_list .query_function .time {
  color: #5c9588;
}
.customization01 .lightboxAI_situational .content .query_records_group .query_records_list ul li a:hover {
  background-color: #5c9588;
}
.customization01 .lightboxAI_situational .content .query_records_group .query_records_list .more a:before {
  border: 6px solid #5c9588;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.customization01 .lightboxAI_situational .content .query_records_group .query_records_list .more a:hover {
  color: #5c9588;
}
.customization01 .lightboxAI_situational .content .extend_list ul li button.btn:hover {
  background-color: #5c9588;
}
.customization01 .lightboxAI_situational .content .Keyelements_list ul li a:hover, .customization01 .lightboxAI_situational .content .Keyelements_list ul li a:focus, .customization01 .lightboxAI_situational .content .Keyelements_list ul li a.active {
  background-color: #5c9588;
  color: #fff;
}
.customization01 input[type=submit] {
  background: #5c9588;
  border: 1px solid rgb(82.265560166, 133.234439834, 121.6099585062);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.customization01 input[type=submit]:hover {
  background: rgb(98.1481327801, 158.1518672199, 144.4668049793);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization01 input[type=submit]:focus {
  background: rgb(98.1481327801, 158.1518672199, 144.4668049793);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization01 input[type=submit].active {
  background: rgb(98.1481327801, 158.1518672199, 144.4668049793);
  cursor: pointer;
}
.customization01 .featuredTopics_list ul li a:hover span {
  color: #5c9588;
}
.customization01 .featured_blockin {
  background-color: #5c9588;
}
.customization01 .featured_blockin h2 {
  color: #333;
}
.customization01 .featured_blocklist {
  background-color: #5c9588;
}
.customization01 .featured_blocklist h3,
.customization01 .featured_blocklist .datalist,
.customization01 .featured_blocklist .explain {
  color: #fff;
}
.customization01 .classification {
  background-color: #5c9588;
}
.customization01 .classification span {
  color: #fff;
}
.customization01 .AI_block .consent .agreecontent .signblock {
  border-left: 6px solid #5c9588;
}
.customization01 .featured_area_block .featured_area_sort div a:hover, .customization01 .featured_area_block .featured_area_sort div a.here {
  color: #5c9588;
}
.customization01 .AIgptgroup .directions .content .directions {
  color: #185554;
}
.customization01 .AIgptgroup .directions .contentother button.btn {
  background-color: #5c9588;
  color: #fff;
}
.customization01 .AIgptgroup .directions .contentother button.btn:hover, .customization01 .AIgptgroup .directions .contentother button.btn:focus {
  background-color: rgb(82.265560166, 133.234439834, 121.6099585062);
}
.customization01 .AIgptgroup .directions .contentother button.shiny {
  background-color: #5c9588;
  color: #fff;
}
.customization01 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: rgb(82.265560166, 133.234439834, 121.6099585062);
}
.customization01 .AIgptgroup .directions .contentother button.shiny:hover, .customization01 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: rgb(82.265560166, 133.234439834, 121.6099585062);
}
.customization01 .AIgptgroup .directions .reading_needs_block .needs_group .needs_content .needs_directions:before {
  background-color: #5c9588;
}
.customization01 .AIgptgroup .describe .title {
  color: #185554;
}
.customization01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
  background: #5c9588;
  background: linear-gradient(180deg, #5c9588 0%, #5c9588 50%, rgb(236, 236, 236) 50%, rgb(236, 236, 236) 100%);
}
@media (max-width: 992px) {
  .customization01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
    background: rgb(187, 187, 187);
  }
}
.customization01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div {
  background-color: #5c9588;
}
@media (max-width: 992px) {
  .customization01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div:before {
    background-color: #5c9588;
  }
}
.customization01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:before {
  border: 6px solid #5c9588;
  background-color: #5c9588;
  background-image: url("https://i.postimg.cc/m2D0BtTR/icon-tick.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
}
.customization01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
  background: #5c9588;
  background: linear-gradient(180deg, #5c9588 0%, #5c9588 50%, rgb(187, 187, 187) 50%, rgb(187, 187, 187) 100%);
}
@media (max-width: 992px) {
  .customization01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
    background: rgb(187, 187, 187);
  }
}
.customization01 .AIgptgroup .AIgptstep .Features_block .featureslist .title {
  color: #5c9588;
}
.customization01 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle {
  color: #5c9588;
}
.customization01 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle a {
  color: #5c9588;
}
.customization01 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle {
  color: #5c9588;
}
.customization01 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle a {
  color: #5c9588;
}
.customization01 .AIgptgroup .AI_explain span:before {
  border: 8px solid #5c9588;
  border-color: transparent transparent transparent #5c9588;
}
.customization01 .AIgptgroup .query_context_block .title {
  background-color: #5c9588;
}
.customization01 .AIgptgroup .query_context_block .title:after {
  border: 8px solid #5c9588;
  border-color: transparent transparent transparent #5c9588;
}
.customization01 .AIgptgroup .query_context_block .contextbtn_group ul li a:hover, .customization01 .AIgptgroup .query_context_block .contextbtn_group ul li a:focus, .customization01 .AIgptgroup .query_context_block .contextbtn_group ul li a.active {
  background-color: #5c9588;
}
@media screen and (max-width: 575px) {
  .customization01 .AIgptgroup .query_context_block .title:after {
    border: 8px solid #5c9588;
    border-color: #5c9588 transparent transparent transparent;
  }
}
.customization01 .AIgptgroup .continue_search_group .contextext button.btn:hover {
  background-color: #5c9588;
}
.customization01 .AIgptgroup .continue_search_group .expand_block button.expandbtn {
  background-color: #5c9588 !important;
}
.customization01 .modify_data .title,
.customization01 .write_data .title,
.customization01 .forget_password .title,
.customization01 .mystudysearch_data .title,
.customization01 .stored_value_group .title,
.customization01 .reader_form_group .title,
.customization01 .delivery_method_block .title {
  color: #5c9588;
}
.customization01 .modify_data p a,
.customization01 .write_data p a,
.customization01 .forget_password p a,
.customization01 .mystudysearch_data p a,
.customization01 .stored_value_group p a,
.customization01 .reader_form_group p a,
.customization01 .delivery_method_block p a {
  color: #185554;
}
.customization01 .modify_data p a:hover,
.customization01 .write_data p a:hover,
.customization01 .forget_password p a:hover,
.customization01 .mystudysearch_data p a:hover,
.customization01 .stored_value_group p a:hover,
.customization01 .reader_form_group p a:hover,
.customization01 .delivery_method_block p a:hover {
  color: #dd1f03;
}
.customization01 .mystudymenu > ul > li > a {
  color: rgb(12.7706422018, 45.2293577982, 44.6972477064);
}
.customization01 .security_deposit_block .title {
  color: #5c9588;
}
.customization01 .service_list .explain_block a {
  color: #5c9588;
}
.customization01 .pagination .page li.active a {
  background: #5c9588;
  border: #5c9588 solid 1px;
}
.customization01 .contact_person_block .contact_person_group .data_list .title {
  color: #5c9588;
}
.customization01 .contact_person_block .contact_person_group .data_list .title span {
  border-bottom: 2px solid #5c9588;
}
.customization01 .send_block_title {
  background-color: #5c9588;
}
.customization01 .myorder_block .order_number {
  background-color: #5c9588;
}
.customization01 .filter_data_block .title {
  color: #5c9588;
}
.customization01 .hotqa_list h2 {
  background-color: #5c9588;
}
.customization01 .devicereservation_block .device_list {
  background-color: rgb(82.265560166, 133.234439834, 121.6099585062);
  color: #fff;
}
.customization01 .devicereservation_block .device_list:hover, .customization01 .devicereservation_block .device_list:focus {
  color: #fff;
  background-color: rgb(62.7966804979, 101.7033195021, 92.8298755187);
}
.customization01 .devicereservation_block .device_list a {
  color: #fff;
}
.customization01 .devicereservation_block .device_list a:hover, .customization01 .devicereservation_block .device_list a:focus {
  color: #fff;
}
.customization01 .devicereservation_block .device_list h3 {
  color: #fff;
  font-weight: 400;
}
.customization01 .devicereservation_block .device_list .content ul li {
  color: #fff;
}
.customization01 .devicereservation_block .device_list .content ul li:before {
  border: 5px solid #fff;
  border-color: transparent transparent transparent #fff;
}
.customization01 .devicereservation_block .device_list .content .quantity span em {
  color: #f1ad00;
}
.customization01 .meets_box a {
  background-color: #5c9588;
  color: #fff;
  font-weight: 400;
}
.customization01 .meets_box a:hover, .customization01 .meets_box a:focus {
  color: #fff;
  background-color: rgb(72.531120332, 117.468879668, 107.2199170124);
}
.customization01 .reservation_explain {
  background-color: rgb(72.531120332, 117.468879668, 107.2199170124);
  color: #fff;
}
.customization01 .device_explain {
  background-color: rgb(72.531120332, 117.468879668, 107.2199170124);
  color: #fff;
}
.customization01 .device_explain h3 {
  font-weight: 400;
}
.customization01 .booklist .bookmidblock h2 a {
  color: #185554;
}
.customization01 .booklist .bookmidblock ul li.word_title a {
  color: #185554;
}
.customization01 .booklist_block .booklist .bookmidblock .data_type_block {
  background-color: #5c9588;
}
.customization01 .no_result .related_words h2 {
  color: #5c9588;
}
.customization01 .devicefiltering_block .filtersearch button.searchbtn {
  background-color: #5c9588;
}
.customization01 .viewdata_block .viewmode_group .viewmode_parallel a:hover, .customization01 .viewdata_block .viewmode_group .viewmode_parallel a:focus, .customization01 .viewdata_block .viewmode_group .viewmode_parallel a.active,
.customization01 .viewdata_block .viewmode_group .viewmode_vertical a:hover,
.customization01 .viewdata_block .viewmode_group .viewmode_vertical a:focus,
.customization01 .viewdata_block .viewmode_group .viewmode_vertical a.active {
  border: 1px solid #5c9588;
  background-color: #5c9588;
}
.customization01 .itemselect_block .itemselect_group {
  background-color: #5c9588;
}
.customization01 .itemselect_block .itemselect_group .image {
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  border-radius: 5px;
  border-right: none;
}
.customization01 .itemselect_block .itemselect_group .spacecontent {
  color: #fff;
}
.customization01 .reminder_window_block {
  background-color: #185554;
}
.customization01 .prize_category ul li a.here {
  background-color: #5c9588;
}
.customization01 .prize_category ul li a.here:hover {
  color: #fff;
  background-color: rgb(82.265560166, 133.234439834, 121.6099585062);
}
.customization01 .prize_category ul li a:hover {
  color: #5c9588;
}
.customization01 .book_detail .book_cover_source a {
  color: #185554;
}
.customization01 .mainrightblock .book_detaildata .bookdata2 h3,
.customization01 .mainrightblock2 .book_detaildata .bookdata2 h3 {
  color: #5c9588;
}
.customization01 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a:hover, .customization01 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a.here,
.customization01 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a:hover,
.customization01 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a.here {
  background-color: #5c9588;
}
.customization01 .mainrightblock .book_detaildata .bookdata .data_type_block,
.customization01 .mainrightblock2 .book_detaildata .bookdata .data_type_block {
  background-color: #5c9588;
}
.customization01 .mainrightblock .book_detaildata .bookdata .listdata ul li a,
.customization01 .mainrightblock2 .book_detaildata .bookdata .listdata ul li a {
  color: #185554;
}
.customization01 .switch_btn a {
  background-color: #5c9588 !important;
}
.customization01 .cp_content h3 {
  color: rgb(72.531120332, 117.468879668, 107.2199170124);
}
.customization01 .bookselection_group .rightblock .content_analysis .title {
  background-color: #5c9588;
}
.customization01 .classification_group {
  background-color: #5c9588;
}
.customization01 .AI_explain:before {
  border: 8px solid #5c9588;
  border-color: transparent transparent transparent #5c9588;
}
.customization01 .fatfooter {
  background-color: rgb(53.0622406639, 85.9377593361, 78.4398340249);
}
.customization01 .fatfooter .btn-fatfooter {
  background: rgb(53.0622406639, 85.9377593361, 78.4398340249);
}
.customization01 .fatfooter .btn-fatfooter:hover, .customization01 .fatfooter .btn-fatfooter:focus {
  background: rgb(43.3278008299, 70.1721991701, 64.0497925311);
}
.customization01 footer {
  background-color: rgb(53.0622406639, 85.9377593361, 78.4398340249);
}
.customization01 .btnstyle.brownbg {
  background-color: #206061;
  border: 2px solid #206061;
  color: #fff;
}
.customization01 .btnstyle.brownbg:hover {
  background-color: rgb(44.6511627907, 133.9534883721, 135.3488372093);
  border: 2px solid rgb(44.6511627907, 133.9534883721, 135.3488372093);
}
.customization01 .btnstyle.whitebg2 {
  border: 1px solid #5c9588;
  background-color: #fff;
  color: #5c9588 !important;
  transition: 0.2s;
  box-shadow: none;
}
.customization01 .btnstyle.whitebg2:hover, .customization01 .btnstyle.whitebg2:focus {
  background-color: #eee;
  border: 1px solid #5c9588;
  color: #5c9588 !important;
}
.customization01 .linecontent.mobile-card .main-title {
  color: #5c9588;
}
.customization01 .linecontent.mobile-card .main-title span {
  color: #5c9588;
}
.customization01 .linecontent.mobile-card .main-title:before {
  background: #5c9588;
}
.customization01 .linecontent.mobile-card .card-step span {
  background: #5c9588;
}
.customization01 .linecontent.mobile-card .card-step span.active {
  color: #fff;
  background: #dc0122;
}
.customization01 .linecontent.mobile-card .card-step em {
  border: 8px solid #5c9588;
  border-left: none;
  border-bottom: none;
}
@media screen and (max-device-width: 320px) {
  .customization01 .linecontent.mobile-card .card-step em {
    border: 5px solid #5c9588;
    border-left: none;
    border-bottom: none;
  }
}
.customization01 .linecontent.mobile-card .card-login .id {
  color: #5c9588;
}
.customization01 .linecontent.mobile-card .card-ok span {
  color: #5c9588;
}
.customization01 .linecontent.library .main-title {
  color: #5c9588;
}
.customization01 .linecontent.library .main-title:before {
  background: #5c9588;
}
.customization01 .scanning_button {
  background-color: #5c9588;
}
.customization01 .scanning_button:hover {
  background-color: rgb(104.4543568465, 162.0456431535, 148.9107883817);
}
.customization01 .cascading li a {
  border-bottom: 2px solid #5c9588;
}
.customization01 .cascading li a:hover, .customization01 .cascading li a:focus {
  color: #5c9588 !important;
}
.customization01 .cascading li ul li a {
  border-bottom: 1px dotted #ccc;
}
.customization01 .tabSet .modeBBtn.active,
.customization01 .tabSet .tabBtn.active {
  background: #5c9588;
}
.customization01 .tabSet .modeBBtn.active:before,
.customization01 .tabSet .tabBtn.active:before {
  content: "";
  border: 11px solid #5c9588;
  border-color: #5c9588 transparent transparent transparent;
}
.customization01 .tabSet .tabContent .content {
  background: #5c9588;
}
.customization01 .tabSet .tabContent .content ul li a:hover {
  color: #5c9588;
}
.customization01 .tabSet .tabContent .content ul li a.active {
  color: #5c9588;
}
.customization01 .tabSet.modeB .tabContent .content {
  background-color: #5c9588;
}
.customization01 .tabSet.modeB .tabContent .content ul li a {
  color: #5c9588;
}
.customization01 .tabSet.modeB .tabContent .content ul li a.active {
  background-color: #5c9588;
}
.customization01 .segmented-control {
  background-color: #5c9588;
}
.customization01 .segmented-control .segment.active {
  color: #5c9588;
}

.customization02 .header {
  background: #1b1b1b;
}
.customization02 .header > .container .sidebarCtrl {
  background-image: url("../images/sidebarCtrl_white.png");
}
.customization02 .header > .container .accesskey {
  color: #1b1b1b;
}
.customization02 .header > .container .accesskey:hover, .customization02 .header > .container .accesskey:focus {
  color: #e52104;
}
.customization02 .header h1 {
  flex-basis: 213px;
  width: 213px;
  height: 42px;
}
.customization02 .header h1 img {
  display: block;
  max-width: 213px;
  max-height: 42px;
}
.customization02 .header .language > a {
  background-color: #0e664c;
  color: #fff;
  background-image: none;
  position: relative;
}
.customization02 .header .language > a:after {
  content: "";
  border: 5px solid #fff;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 12px;
  top: 14px;
}
.customization02 .header .language > a:hover {
  color: #fff !important;
}
.customization02 .header .language ul li a {
  background-color: #0e664c;
  color: #fff;
}
.customization02 .header .language ul li a:hover {
  background-color: #ddd;
  color: #000 !important;
}
.customization02 table td a {
  color: #235f92;
}
.customization02 table td a:hover {
  color: #dd1f03;
}
.customization02 .search_block {
  background-image: url("../images/search_blockbg02_customization02.png");
}
.customization02 .search_block .searchsystem .recent_searches .title {
  color: #0e664c;
}
.customization02 .search_block .searchsystem .searchall a.addfield {
  background-color: #0e664c;
}
.customization02 .search_block .searchsystem .searchall a.addfield:hover {
  background-color: rgb(10.9224137931, 79.5775862069, 59.2931034483);
}
.customization02 .search_block .searchsystem .searchall a:hover {
  color: #fff;
}
.customization02 .search_block .searchsystem .form_search input[type=submit] {
  background-color: #f0b209;
}
.customization02 .search_block .searchsystem .form_search input[type=submit]:focus {
  background-color: rgb(190.843373494, 141.5421686747, 7.156626506);
}
.customization02 .search_block .searchsystem .searchbutton span.primary_btn a {
  background-color: #0e664c;
  border: 1px solid #0e664c;
}
.customization02 .search_block .query_system_block .AI_situational_btn {
  color: #0e664c;
  box-shadow: 0 0 0 2px #0e664c inset;
}
.customization02 .search_block .query_system_block .AI_situational_btn:hover, .customization02 .search_block .query_system_block .AI_situational_btn:focus {
  background-color: #0e664c;
}
.customization02 .search_block .query_system_block .titlename {
  background-color: #0e664c;
}
.customization02 .related_links div a span {
  background-color: #7fbe25;
  border-radius: 5px;
}
.customization02 .related_links div a:hover {
  color: #0e664c;
}
.customization02 .related_links div a:hover span {
  background-color: #7fbe25;
}
.customization02 .featured_block {
  background-color: #f3d22f;
}
.customization02 .hotrankings_block {
  background-color: #f3d22f;
}
.customization02 .hotrankings .sort a {
  background: #fff;
}
.customization02 .hotrankings .sort a:hover {
  background-color: #f18700;
  color: #333;
}
.customization02 .hotrankings .sort a.here {
  background: #f18700;
  color: #333;
}
.customization02 .hotbook_column .hotbook_title,
.customization02 .hotbook_column .bookno01,
.customization02 .hotbook_column .hotbooklist {
  border: none;
}
.customization02 .privacy_consent {
  background-color: #0e664c;
}
.customization02 .limit h2 {
  color: #235f92;
}
.customization02 .sort_block .sortlist_block h2 a {
  color: rgb(25.138121547, 68.2320441989, 104.861878453);
}
.customization02 .sort_block .sortlist_block .sortlist label span {
  color: #b94b00;
}
.customization02 .search_blockin .searchsystem .btn_grp a.addfield {
  background-color: #0e664c;
}
.customization02 .search_blockin .form_search input[type=submit] {
  background-color: #f0b209;
}
.customization02 .search_blockin .form_search input[type=submit]:focus {
  background-color: rgb(190.843373494, 141.5421686747, 7.156626506);
}
.customization02 .search_blockin2,
.customization02 .search_blockin,
.customization02 .mystudyname,
.customization02 .general_block {
  background-image: url("../images/search_blockbg02_customization02.png");
  background-position: center -140px;
}
.customization02 .login_lightbox h2,
.customization02 .choose_librarycard_lightbox h2,
.customization02 .qrcode_lightbox h2,
.customization02 .recommendbook_lightbox h2,
.customization02 .search_field_lightbox h2,
.customization02 .related_lightbox h2,
.customization02 .lightboxstyle h2,
.customization02 .lightboxstyle_block h2,
.customization02 .lightboxstyle_block2 h2 {
  border-bottom: 2px solid #0e664c;
  color: #0e664c !important;
}
.customization02 .logintab ul li a {
  color: #0e664c !important;
  border: 2px solid #0e664c !important;
}
.customization02 .logintab ul li a:hover, .customization02 .logintab ul li a.active {
  background-color: #0e664c !important;
  color: #fff !important;
}
.customization02 .qrcode_btn a {
  background-color: #0e664c !important;
}
.customization02 .qrcode_btn a:hover {
  background-color: rgb(17.0775862069, 124.4224137931, 92.7068965517) !important;
}
.customization02 .relatedlist ul li a:before {
  background-color: #0e664c;
}
.customization02 .relatedlist ul li a:hover {
  background-color: #f3d22f;
}
.customization02 .lightbox_data table th a {
  color: #0e664c;
}
.customization02 .bookname {
  color: #0e664c;
}
.customization02 .super_business_data .data_content .title {
  color: #235f92;
}
.customization02 .AIGPT_information .AIGPT_group .content .booktitle {
  color: #0e664c;
}
.customization02 .exclusive_book .booktitle {
  color: #0e664c;
}
.customization02 .sharedreading_lightbox .content .booktitle {
  color: #0e664c;
}
.customization02 .sharedreading_lightbox .discuss_list ul li {
  background-color: #235f92;
}
.customization02 .lightboxAI_situational:before {
  background-color: #0e664c;
}
.customization02 .lightboxAI_situational .title {
  color: #0e664c;
  border: 1px solid #0e664c;
  border-width: 0px 8px;
}
.customization02 .lightboxAI_situational .title a {
  color: #0e664c;
}
.customization02 .lightboxAI_situational .title a:hover {
  color: #dc0122;
}
.customization02 .lightboxAI_situational .content .example_list ul li a:hover {
  border: 1px solid #0e664c;
  color: #0e664c;
  border-left-width: 14px;
}
.customization02 .lightboxAI_situational .content .query_records_group .query_records_list .query_function .time {
  color: #0e664c;
}
.customization02 .lightboxAI_situational .content .query_records_group .query_records_list ul li a:hover {
  background-color: #0e664c;
}
.customization02 .lightboxAI_situational .content .query_records_group .query_records_list .more a:before {
  border: 6px solid #0e664c;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.customization02 .lightboxAI_situational .content .query_records_group .query_records_list .more a:hover {
  color: #0e664c;
}
.customization02 .lightboxAI_situational .content .extend_list ul li button.btn:hover {
  background-color: #0e664c;
}
.customization02 .lightboxAI_situational .content .Keyelements_list ul li a:hover, .customization02 .lightboxAI_situational .content .Keyelements_list ul li a:focus, .customization02 .lightboxAI_situational .content .Keyelements_list ul li a.active {
  background-color: #0e664c;
  color: #fff;
}
.customization02 input[type=submit] {
  background: #0e664c;
  border: 1px solid rgb(10.9224137931, 79.5775862069, 59.2931034483);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.customization02 input[type=submit]:hover {
  background: rgb(15.8465517241, 115.4534482759, 86.024137931);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization02 input[type=submit]:focus {
  background: rgb(15.8465517241, 115.4534482759, 86.024137931);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization02 input[type=submit].active {
  background: rgb(15.8465517241, 115.4534482759, 86.024137931);
  cursor: pointer;
}
.customization02 .featuredTopics_list ul li a:hover span {
  color: #0e664c;
}
.customization02 .featured_blockin {
  background-color: #f3d22f;
}
.customization02 .featured_blockin h2 {
  color: #333;
}
.customization02 .featured_blocklist {
  background-color: #f3d22f;
}
.customization02 .featured_blocklist h3,
.customization02 .featured_blocklist .datalist,
.customization02 .featured_blocklist .explain {
  color: #333;
}
.customization02 .classification {
  background-color: #7fbe25;
}
.customization02 .classification span {
  color: #000;
}
.customization02 input[readonly] ~ label,
.customization02 input[disable] ~ label {
  color: #555;
}
.customization02 .AI_block .consent .agreecontent .signblock {
  border-left: 6px solid #0e664c;
}
.customization02 .featured_area_block .featured_area_sort div a:hover, .customization02 .featured_area_block .featured_area_sort div a.here {
  color: #0e664c;
}
.customization02 .AIgptgroup .directions .content .directions {
  color: #235f92;
}
.customization02 .AIgptgroup .directions .contentother button.btn {
  background-color: #0e664c;
  color: #fff;
}
.customization02 .AIgptgroup .directions .contentother button.btn:hover, .customization02 .AIgptgroup .directions .contentother button.btn:focus {
  background-color: rgb(10.9224137931, 79.5775862069, 59.2931034483);
}
.customization02 .AIgptgroup .directions .contentother button.shiny {
  background-color: #0e664c;
  color: #fff;
}
.customization02 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: rgb(10.9224137931, 79.5775862069, 59.2931034483);
}
.customization02 .AIgptgroup .directions .contentother button.shiny:hover, .customization02 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: rgb(10.9224137931, 79.5775862069, 59.2931034483);
}
.customization02 .AIgptgroup .directions .reading_needs_block .needs_group .needs_content .needs_directions:before {
  background-color: #0e664c;
}
.customization02 .AIgptgroup .describe .title {
  color: #235f92;
}
.customization02 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
  background: #0e664c;
  background: linear-gradient(180deg, #0e664c 0%, #0e664c 50%, rgb(236, 236, 236) 50%, rgb(236, 236, 236) 100%);
}
@media (max-width: 992px) {
  .customization02 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
    background: rgb(187, 187, 187);
  }
}
.customization02 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div {
  background-color: #0e664c;
}
@media (max-width: 992px) {
  .customization02 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div:before {
    background-color: #0e664c;
  }
}
.customization02 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:before {
  border: 6px solid #0e664c;
  background-color: #0e664c;
  background-image: url("https://i.postimg.cc/m2D0BtTR/icon-tick.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
}
.customization02 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
  background: #0e664c;
  background: linear-gradient(180deg, #0e664c 0%, #0e664c 50%, rgb(187, 187, 187) 50%, rgb(187, 187, 187) 100%);
}
@media (max-width: 992px) {
  .customization02 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
    background: rgb(187, 187, 187);
  }
}
.customization02 .AIgptgroup .AIgptstep .Features_block .featureslist .title {
  color: #0e664c;
}
.customization02 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle {
  color: #0e664c;
}
.customization02 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle a {
  color: #0e664c;
}
.customization02 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle {
  color: #0e664c;
}
.customization02 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle a {
  color: #0e664c;
}
.customization02 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle {
  color: #0e664c;
}
.customization02 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle a {
  color: #0e664c;
}
.customization02 .AIgptgroup .AI_explain span:before {
  border: 8px solid #0e664c;
  border-color: transparent transparent transparent #0e664c;
}
.customization02 .AIgptgroup .query_context_block .title {
  background-color: #0e664c;
}
.customization02 .AIgptgroup .query_context_block .title:after {
  border: 8px solid #0e664c;
  border-color: transparent transparent transparent #0e664c;
}
.customization02 .AIgptgroup .query_context_block .contextbtn_group ul li a:hover, .customization02 .AIgptgroup .query_context_block .contextbtn_group ul li a:focus, .customization02 .AIgptgroup .query_context_block .contextbtn_group ul li a.active {
  background-color: #0e664c;
}
@media screen and (max-width: 575px) {
  .customization02 .AIgptgroup .query_context_block .title:after {
    border: 8px solid #0e664c;
    border-color: #0e664c transparent transparent transparent;
  }
}
.customization02 .AIgptgroup .continue_search_group .contextext button.btn:hover {
  background-color: #0e664c;
}
.customization02 .AIgptgroup .continue_search_group .expand_block button.expandbtn {
  background-color: #0e664c !important;
}
.customization02 .onlinesearch_block .onlinesearch .result_no {
  color: #666;
}
.customization02 .modify_data .title,
.customization02 .write_data .title,
.customization02 .forget_password .title,
.customization02 .mystudysearch_data .title,
.customization02 .stored_value_group .title,
.customization02 .reader_form_group .title,
.customization02 .delivery_method_block .title {
  color: #0e664c;
}
.customization02 .modify_data p a,
.customization02 .write_data p a,
.customization02 .forget_password p a,
.customization02 .mystudysearch_data p a,
.customization02 .stored_value_group p a,
.customization02 .reader_form_group p a,
.customization02 .delivery_method_block p a {
  color: #235f92;
}
.customization02 .modify_data p a:hover,
.customization02 .write_data p a:hover,
.customization02 .forget_password p a:hover,
.customization02 .mystudysearch_data p a:hover,
.customization02 .stored_value_group p a:hover,
.customization02 .reader_form_group p a:hover,
.customization02 .delivery_method_block p a:hover {
  color: #dd1f03;
}
.customization02 .modify_data .form_title span,
.customization02 .write_data .form_title span,
.customization02 .forget_password .form_title span,
.customization02 .mystudysearch_data .form_title span,
.customization02 .stored_value_group .form_title span,
.customization02 .reader_form_group .form_title span,
.customization02 .delivery_method_block .form_title span {
  color: #666;
}
.customization02 .mystudyname .member_pic > span {
  background-color: #dc0122;
}
.customization02 .mystudymenu > ul > li > a {
  color: rgb(25.138121547, 68.2320441989, 104.861878453);
}
.customization02 .security_deposit_block .title {
  color: #0e664c;
}
.customization02 .security_deposit_group .content .money span em {
  color: #b94b00;
}
.customization02 .authority_group .content .state {
  color: #b94b00;
}
.customization02 .service_list .explain_block a {
  color: #0e664c;
}
.customization02 .super_business_block .super_business_group ul li span {
  background-color: #b94b00;
}
.customization02 .pagination span {
  color: #b94b00;
}
.customization02 .pagination .page li.active a {
  background: #0e664c;
  border: #0e664c solid 1px;
}
.customization02 .contact_person_block .contact_person_group .data_list .title {
  color: #0e664c;
}
.customization02 .contact_person_block .contact_person_group .data_list .title span {
  border-bottom: 2px solid #0e664c;
}
.customization02 .send_block_title {
  background-color: #0e664c;
}
.customization02 .myorder_block .order_number {
  background-color: #0e664c;
}
.customization02 .filter_data_block .title {
  color: #0e664c;
}
.customization02 .hotqa_list h2 {
  background-color: #f3d22f;
  color: #333;
}
.customization02 .devicereservation_block .device_list {
  background-color: rgb(244.3909090909, 215.2159090909, 71.1090909091);
}
.customization02 .devicereservation_block .device_list:hover, .customization02 .devicereservation_block .device_list:focus {
  color: #000;
  background-color: rgb(241.6090909091, 204.7840909091, 22.8909090909);
}
.customization02 .devicereservation_block .device_list a {
  color: #000;
}
.customization02 .devicereservation_block .device_list a:hover, .customization02 .devicereservation_block .device_list a:focus {
  color: #000;
  background-color: rgb(241.6090909091, 204.7840909091, 22.8909090909);
}
.customization02 .devicereservation_block .device_list h3 {
  color: #000;
  font-weight: 400;
}
.customization02 .devicereservation_block .device_list .content ul li {
  color: #000;
}
.customization02 .devicereservation_block .device_list .content ul li:before {
  border: 5px solid #000;
  border-color: transparent transparent transparent #000;
}
.customization02 .meets_box a {
  background-color: rgb(244.3909090909, 215.2159090909, 71.1090909091);
  color: #000;
  font-weight: 400;
}
.customization02 .meets_box a:hover, .customization02 .meets_box a:focus {
  color: #000;
  background-color: rgb(241.6090909091, 204.7840909091, 22.8909090909);
}
.customization02 .reservation_explain {
  background-color: #f3d22f;
  color: #000;
}
.customization02 .device_explain {
  background-color: #f3d22f;
  color: #000;
}
.customization02 .device_explain h3 {
  font-weight: 400;
}
.customization02 .booklist .bookmidblock h2 a {
  color: #235f92;
}
.customization02 .booklist .bookmidblock ul li.word_title a {
  color: #235f92;
}
.customization02 .booklist .then {
  color: #666;
}
.customization02 .data_quantity2 em {
  color: #b94b00;
}
.customization02 .no_result .explain {
  padding: 20px 25px;
  background-color: #fff;
  border-radius: 5px;
  color: #c41e06;
  font-size: 1.125em;
  border: 2px solid #c41e06;
}
.customization02 .no_result .explain span {
  font-size: 1.25em;
  color: #fff;
  background-color: #c41e06;
  padding: 5px 10px;
  margin: 0 10px;
  border-radius: 5px;
}
.customization02 .hotqa_block .hotqa .question {
  background-color: #b94b00;
}
.customization02 .device_borrow .title {
  color: #b94b00;
}
.customization02 .device_borrow_time .title {
  color: #b94b00;
}
.customization02 .booklist_block .booklist .bookmidblock .data_type_block {
  background-color: #f3d22f;
}
.customization02 .no_result .related_words h2 {
  color: #0e664c;
}
.customization02 .devicefiltering_block .filtersearch button.searchbtn {
  background-color: #0e664c;
}
.customization02 .viewdata_block .viewmode_group .viewmode_parallel a:hover, .customization02 .viewdata_block .viewmode_group .viewmode_parallel a:focus, .customization02 .viewdata_block .viewmode_group .viewmode_parallel a.active,
.customization02 .viewdata_block .viewmode_group .viewmode_vertical a:hover,
.customization02 .viewdata_block .viewmode_group .viewmode_vertical a:focus,
.customization02 .viewdata_block .viewmode_group .viewmode_vertical a.active {
  border: 1px solid #0e664c;
  background-color: #0e664c;
}
.customization02 .itemselect_block .itemselect_group {
  background-color: #f3d22f;
}
.customization02 .reminder_window_block {
  background-color: #235f92;
}
.customization02 .prize_category ul li a.here {
  background-color: #0e664c;
}
.customization02 .prize_category ul li a.here:hover {
  color: #fff;
  background-color: rgb(10.9224137931, 79.5775862069, 59.2931034483);
}
.customization02 .prize_category ul li a:hover {
  color: #0e664c;
}
.customization02 .book_detail .book_cover_source a {
  color: #235f92;
}
.customization02 .mainrightblock .book_detaildata .bookdata h2 a,
.customization02 .mainrightblock2 .book_detaildata .bookdata h2 a {
  color: #235f92;
}
.customization02 .mainrightblock .book_detaildata .bookdata .data_type_block,
.customization02 .mainrightblock2 .book_detaildata .bookdata .data_type_block {
  background-color: #f3d22f;
}
.customization02 .mainrightblock .book_detaildata .bookdata .listdata ul li a,
.customization02 .mainrightblock2 .book_detaildata .bookdata .listdata ul li a {
  color: #235f92;
}
.customization02 .mainrightblock .book_detaildata .bookdata2 h3,
.customization02 .mainrightblock2 .book_detaildata .bookdata2 h3 {
  color: #0e664c;
}
.customization02 .mainrightblock .book_detaildata .bookdata2 .librarylist ul li h4,
.customization02 .mainrightblock2 .book_detaildata .bookdata2 .librarylist ul li h4 {
  color: #b94b00;
}
.customization02 .mainrightblock .book_detaildata .bookdata2 .library_materials h4,
.customization02 .mainrightblock2 .book_detaildata .bookdata2 .library_materials h4 {
  color: #b94b00;
}
.customization02 .mainrightblock .book_detaildata .bookdata2 .collectionplace .number,
.customization02 .mainrightblock2 .book_detaildata .bookdata2 .collectionplace .number {
  background-color: #b94b00;
}
.customization02 .mainrightblock .book_detaildata .bookdata2 .publishing_year_block .title.addyear,
.customization02 .mainrightblock2 .book_detaildata .bookdata2 .publishing_year_block .title.addyear {
  color: #b94b00;
}
.customization02 .mainrightblock .book_detaildata .bookdata2 .publishing_year_block .title.addyear span,
.customization02 .mainrightblock2 .book_detaildata .bookdata2 .publishing_year_block .title.addyear span {
  background-color: #b94b00;
}
.customization02 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a:hover, .customization02 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a.here,
.customization02 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a:hover,
.customization02 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a.here {
  background-color: #0e664c;
}
.customization02 .mainrightblock .book_detaildata .bookdata2 .borrow_appointment span em,
.customization02 .mainrightblock2 .book_detaildata .bookdata2 .borrow_appointment span em {
  color: #b94b00;
}
.customization02 .switch_btn a {
  background-color: #0e664c !important;
}
.customization02 .cp_content h3 {
  color: #0e664c;
}
.customization02 .bookselection_group .rightblock .content_analysis .title {
  background-color: #0e664c;
}
.customization02 .classification .path li {
  color: #000;
}
.customization02 .classification .path li:before {
  color: #333;
}
.customization02 .classification .path li a {
  color: #000;
  text-decoration: underline;
}
.customization02 .classification .path li a:hover {
  color: #333;
}
.customization02 .mypoints .title span {
  background-color: #b94b00;
}
.customization02 .mypoints .title span:before {
  content: "";
  border: 21.5px solid #b94b00;
  border-color: transparent transparent transparent #b94b00;
}
.customization02 .mypoints .content .subtitle.bluebg {
  background-color: #3e78c0;
}
.customization02 .mypoints .content .subtitle.bluebg:before {
  border-color: #3e78c0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.customization02 .mypoints .content .subtitle.greenbg {
  background-color: #107859;
}
.customization02 .mypoints .content .subtitle.greenbg:before {
  border-color: #107859;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.customization02 .mypoints .content .data .date {
  color: #107859;
}
.customization02 .reward_btn a:hover, .customization02 .reward_btn a:focus {
  background-color: #b94b00;
}
.customization02 .classification_projectblock .classification_list_right .classification_list_box .content:before {
  border-color: rgb(228.248, 35.352, 50.84) transparent transparent rgb(228.248, 35.352, 50.84);
}
.customization02 .classification_projectblock .classification_list_right .classification_list_box:nth-child(2n) .content:before {
  border-color: #ebb100 transparent transparent #ebb100;
}
.customization02 .classification_projectblock .classification_list_right .classification_list_box:nth-child(3n) .content:before {
  border-color: #107859 transparent transparent #107859;
}
.customization02 .classification_projectblock .classification_list_right .classification_list_box:nth-child(5n) .content:before {
  border-color: rgb(31.4292307692, 124.7030769231, 166.2707692308) transparent transparent rgb(31.4292307692, 124.7030769231, 166.2707692308);
}
.customization02 .theme_recommend2 .themerecommend_box a .content:before {
  border-color: #0e664c transparent transparent #0e664c;
}
.customization02 .theme_recommend2 .themerecommend_box a .content:hover {
  background-color: #0e664c;
}
.customization02 .themetour_block .themetour:nth-child(2n-1) .content:before {
  border-color: #0e664c transparent transparent #0e664c;
}
.customization02 .theme_recommend .themerecommend_box a .content:before {
  border-color: #0e664c transparent transparent #0e664c;
}
.customization02 .theme_recommend .themerecommend_box a .content:hover {
  background-color: #0e664c;
}
.customization02 .bookrecommend_block .bookrecommend_search .form_search input[type=submit] {
  background-color: #f0b209;
}
.customization02 .bookrecommend_block .bookrecommend_search .form_search input[type=submit]:focus {
  background-color: rgb(190.843373494, 141.5421686747, 7.156626506);
}
.customization02 .classification_group {
  background-color: #0e664c;
}
.customization02 .AI_explain:before {
  border: 8px solid #0e664c;
  border-color: transparent transparent transparent #0e664c;
}
.customization02 .fatfooter {
  background-color: #313131;
}
.customization02 .fatfooter .btn-fatfooter {
  background: #fff;
}
.customization02 .fatfooter .btn-fatfooter:before {
  background-image: url("../images/fatfooter_icon02.png");
}
.customization02 .fatfooter .btn-fatfooter:hover, .customization02 .fatfooter .btn-fatfooter:focus {
  background: #000;
}
.customization02 footer {
  background-color: #313131;
}
.customization02 .word_blue {
  color: #3e78c0 !important;
}
.customization02 .word_green {
  color: #107859 !important;
}
.customization02 .word_orange {
  color: #b94b00 !important;
}
.customization02 .word_yellow {
  color: rgb(154.3, 110.7630705394, 0) !important;
}
.customization02 .word_gray {
  color: #555 !important;
}
.customization02 .btnstyle.border_bluebg {
  border: 1px solid #0d5cbe !important;
  color: #0d5cbe !important;
}
.customization02 .btnstyle.border_bluebg:hover {
  background-color: #3e78c0 !important;
  border: 1px solid #3e78c0 !important;
}
.customization02 .btnstyle.border_greenbg {
  border: 1px solid #496809 !important;
  color: #496809 !important;
}
.customization02 .btnstyle.border_greenbg:hover {
  background-color: #59800b !important;
  border: 1px solid #59800b !important;
}
.customization02 .btnstyle.whitebg2 {
  border: 1px solid #0e664c;
  background-color: #fff;
  color: #0e664c !important;
  transition: 0.2s;
  box-shadow: none;
}
.customization02 .btnstyle.whitebg2:hover, .customization02 .btnstyle.whitebg2:focus {
  background-color: #eee;
  border: 1px solid #0e664c;
  color: #0e664c !important;
}
.customization02 .linecontent.mobile-card .main-title {
  color: #0e664c;
}
.customization02 .linecontent.mobile-card .main-title span {
  color: #0e664c;
}
.customization02 .linecontent.mobile-card .main-title:before {
  background: #0e664c;
}
.customization02 .linecontent.mobile-card .card-step span {
  background: #0e664c;
}
.customization02 .linecontent.mobile-card .card-step span.active {
  color: #fff;
  background: #dc0122;
}
.customization02 .linecontent.mobile-card .card-step em {
  border: 8px solid #0e664c;
  border-left: none;
  border-bottom: none;
}
@media screen and (max-device-width: 320px) {
  .customization02 .linecontent.mobile-card .card-step em {
    border: 5px solid #0e664c;
    border-left: none;
    border-bottom: none;
  }
}
.customization02 .linecontent.mobile-card .card-login .id {
  color: #0e664c;
}
.customization02 .linecontent.mobile-card .card-ok span {
  color: #0e664c;
}
.customization02 .linecontent.library .main-title {
  color: #0e664c;
}
.customization02 .linecontent.library .main-title:before {
  background: #0e664c;
}
.customization02 .scanning_button {
  background-color: #0e664c;
}
.customization02 .scanning_button:hover {
  background-color: rgb(17.0775862069, 124.4224137931, 92.7068965517);
}
.customization02 .slick-prev {
  background: url("../vendor/slick/icon_arrow_left2.png") center center no-repeat RGBA(255, 255, 255, 0.5);
  background-size: 30px 44px;
}
.customization02 .slick-next {
  background: url("../vendor/slick/icon_arrow_right2.png") center center no-repeat RGBA(255, 255, 255, 0.5);
  background-size: 30px 44px;
}
.customization02 .btn-orange {
  background: #b94b00;
  border: 1px solid rgb(159.5, 64.6621621622, 0);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.customization02 .btn-orange:hover {
  background: rgb(200.3, 81.2027027027, 0);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization02 .btn-orange:focus {
  background: rgb(200.3, 81.2027027027, 0);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization02 .btn-orange.active {
  background: rgb(200.3, 81.2027027027, 0);
  cursor: pointer;
}
.customization02 .linecontent .year-slide .year .book-bg .book-number {
  color: #b94b00;
}
.customization02 .cascading li a {
  border-bottom: 2px solid #0e664c;
}
.customization02 .cascading li a:hover, .customization02 .cascading li a:focus {
  color: #0e664c !important;
}
.customization02 .cascading li ul li a {
  border-bottom: 1px dotted #ccc;
}
.customization02 .tabSet .modeBBtn.active,
.customization02 .tabSet .tabBtn.active {
  background: #0e664c;
}
.customization02 .tabSet .modeBBtn.active:before,
.customization02 .tabSet .tabBtn.active:before {
  content: "";
  border: 11px solid #0e664c;
  border-color: #0e664c transparent transparent transparent;
}
.customization02 .tabSet .tabContent .content {
  background: #0e664c;
}
.customization02 .tabSet .tabContent .content ul li a:hover {
  color: #0e664c;
}
.customization02 .tabSet .tabContent .content ul li a.active {
  color: #0e664c;
}
.customization02 .tabSet.modeB .tabContent .content {
  background-color: #0e664c;
}
.customization02 .tabSet.modeB .tabContent .content ul li a {
  color: #0e664c;
}
.customization02 .tabSet.modeB .tabContent .content ul li a.active {
  background-color: #0e664c;
}
.customization02 .segmented-control {
  background-color: #0e664c;
}
.customization02 .segmented-control .segment.active {
  color: #0e664c;
}

.customization03 .header {
  background: #3a3a3a;
  background: linear-gradient(to bottom, #3a3a3a, #3a3a3a);
}
.customization03 .header > .container .sidebarCtrl {
  background-image: url("../images/sidebarCtrl_white.png");
}
.customization03 .header > .container .accesskey {
  color: #313131;
}
.customization03 .header h1 {
  margin: -3px 0 0 20px;
}
.customization03 .header .language a {
  background-color: #fff;
}
.customization03 table td a {
  color: #666;
}
.customization03 table td a:hover {
  color: #dd1f03;
}
.customization03 .search_block {
  background-image: url("../images/search_blockbg02_customization03.jpg");
}
.customization03 .search_block:before {
  content: "";
  background-image: url("../images/search_customization03_before.png");
  bottom: -29px;
  height: 134px;
}
.customization03 .search_block .searchsystem {
  background: rgb(230, 230, 230);
  background: linear-gradient(90deg, rgba(230, 230, 230, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px 60px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.5em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  margin: 70px auto 50px;
}
@media (max-width: 992px) {
  .customization03 .search_block .searchsystem {
    padding: 30px 55px;
    width: 85%;
  }
}
@media (max-width: 767px) {
  .customization03 .search_block .searchsystem {
    padding: 30px 40px;
    width: 90%;
  }
}
@media (max-width: 520px) {
  .customization03 .search_block .searchsystem {
    padding: 30px 40px;
    width: 95%;
    margin: 50px auto 0;
  }
}
@media (max-width: 470px) {
  .customization03 .search_block .searchsystem {
    padding: 30px 35px;
    width: 95%;
  }
}
@media (max-width: 400px) {
  .customization03 .search_block .searchsystem {
    padding: 30px;
    width: 100%;
  }
}
.customization03 .search_block .searchsystem h2 {
  color: #3a3a3a;
}
.customization03 .search_block .searchsystem .form_search {
  border: 1px solid #989899 !important;
}
.customization03 .search_block .searchsystem .recent_searches .title {
  color: #313131;
}
.customization03 .search_block .searchsystem .searchall a {
  color: #333;
}
.customization03 .search_block .searchsystem .searchall a:before {
  content: "";
  position: absolute;
  border: 5px solid #333;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  top: 12px;
  left: 0px;
  display: block;
}
.customization03 .search_block .searchsystem .searchall a:hover {
  color: #333;
}
.customization03 .search_block .searchsystem .searchall a.addfield {
  color: #fff;
  background-color: #666;
  transition: 0.2s;
}
.customization03 .search_block .searchsystem .searchall a.addfield:before {
  border: 5px solid #fff;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 8px;
}
.customization03 .search_block .searchsystem .searchall a.addfield:hover {
  background-color: #313131;
}
.customization03 .search_block .searchsystem .onlysearch {
  color: #333;
}
.customization03 .search_block .searchsystem .keywordHot {
  color: #333;
  margin-bottom: 10px;
}
.customization03 .search_block .searchsystem .keywordHot span {
  font-weight: bold;
}
.customization03 .search_block .searchsystem .keywordHot ul {
  height: auto;
}
.customization03 .search_block .searchsystem .keywordHot ul li {
  margin: 0 5px 8px 0;
}
.customization03 .search_block .searchsystem .keywordHot ul li:after {
  display: none;
}
.customization03 .search_block .searchsystem .keywordHot ul li a {
  color: #333;
  border-radius: 50px;
  border: 1px solid #989899;
  padding: 2px 12px;
  display: block;
  transition: 0.2s;
}
.customization03 .search_block .searchsystem .keywordHot ul li a:hover {
  text-decoration: none;
  color: #333;
  background-color: #fff;
}
.customization03 .search_block .searchsystem .newsblcok {
  border-top: 1px solid #878787;
}
.customization03 .search_block .searchsystem .newsblcok .newslist {
  flex-basis: calc(100% - 160px);
  max-width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
  .customization03 .search_block .searchsystem .newsblcok .newslist {
    flex-basis: 100%;
    max-width: 100%;
    order: 2;
  }
}
.customization03 .search_block .searchsystem .newsblcok .newslist .title {
  background-color: transparent;
  font-weight: bold;
  filter: invert(80%);
}
.customization03 .search_block .searchsystem .newsblcok .newslist ul li a {
  color: #333;
}
.customization03 .search_block .searchsystem .newsblcok .newslist ul li a:hover {
  color: #b94b00;
  text-decoration: underline;
}
.customization03 .search_block .searchsystem .newsblcok .rightblock {
  flex-basis: 150px;
  max-width: 150px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .customization03 .search_block .searchsystem .newsblcok .rightblock {
    flex-basis: 100%;
    max-width: 100%;
    order: 1;
    position: absolute;
    right: 0;
    top: 10px;
  }
}
.customization03 .search_block .searchsystem .newsblcok .rightblock .openclosebtn:before {
  border: 5px solid #333;
  border-top-color: transparent;
  border-left-color: transparent;
  width: auto;
  height: auto;
  top: 5px;
}
.customization03 .search_block .searchsystem .newsblcok .rightblock .newsmore:before {
  background-color: #333;
}
.customization03 .search_block .searchsystem .newsblcok .rightblock .newsmore a {
  color: #333;
}
.customization03 .search_block .searchsystem .searchbutton span.primary_btn a {
  background-color: #313131;
  border: 1px solid #313131;
}
.customization03 .search_block .searchsystem .searchbutton span.white_btn a {
  border: 1px solid #313131;
}
.customization03 .search_block .search_fieldtype select {
  color: #333 !important;
  border-bottom: 1px solid #989899 !important;
  background: transparent url(../images/basic/icon_select_arrow_2.svg) no-repeat right center;
  background-size: 22px;
}
.customization03 .search_block .query_system_block .AI_situational_btn {
  color: #313131;
  box-shadow: 0 0 0 2px #313131 inset;
}
.customization03 .search_block .query_system_block .AI_situational_btn:hover, .customization03 .search_block .query_system_block .AI_situational_btn:focus {
  background-color: #313131;
}
.customization03 .search_block .query_system_block .titlename {
  background-color: #313131;
}
.customization03 .related_block {
  padding-top: 2em;
}
.customization03 .related_block h2 {
  color: #313131;
  text-align: center;
  margin: 0;
  margin-bottom: 50px;
  font-size: 1.75em;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.customization03 .related_block h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #bcbcbc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  z-index: 1;
}
.customization03 .related_block h2:after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #676459;
  position: absolute;
  left: auto;
  right: 0;
  bottom: -16px;
  z-index: 2;
}
.customization03 .related_links {
  margin: 0 auto 4em;
}
.customization03 .related_links div a {
  font-weight: bold;
}
.customization03 .related_links div a span {
  background-color: transparent;
  background-image: url("../images/related_links_blackbg.svg");
}
.customization03 .related_links div a:hover {
  color: rgb(23.5, 23.5, 23.5);
}
.customization03 .related_links div a:hover span {
  background-color: transparent;
}
.customization03 .related_links div a.new span {
  background-color: transparent;
  background-image: url("../images/related_links_newbg.svg");
}
.customization03 .featured_block {
  background-color: #dddddd;
  text-align: center;
  padding: 0;
  background-image: url("../images/featured_block_bg.gif");
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
}
.customization03 .featured_block:before {
  content: "";
  background-image: url("../images/featured_block_bg.gif");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 422px 195px;
  width: 422px;
  height: 195px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(-1);
}
.customization03 .featured_block h2 {
  color: #313131;
  text-align: center;
  margin: 0;
  margin-bottom: 50px;
  font-size: 1.75em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: auto;
}
.customization03 .featured_block h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #bcbcbc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  z-index: 1;
}
.customization03 .featured_block h2:after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #676459;
  position: absolute;
  left: auto;
  right: 0;
  bottom: -16px;
  z-index: 2;
}
.customization03 .featured_block .featured_data {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.customization03 .featured_block .featured_data a .datablock_top {
  padding: 0;
}
.customization03 .featured_block .more a {
  padding: 10px 45px 10px 35px !important;
  background-image: url("../images/more_icon04.png");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 16px 15px;
}
.customization03 .newbooks_block h2 {
  color: #313131;
  text-align: center;
  margin: 0;
  margin-bottom: 50px;
  font-size: 1.75em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: auto;
}
.customization03 .newbooks_block h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #bcbcbc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  z-index: 1;
}
.customization03 .newbooks_block h2:after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #676459;
  position: absolute;
  left: auto;
  right: 0;
  bottom: -16px;
  z-index: 2;
}
.customization03 .newbooks_block .more a {
  padding: 10px 45px 10px 35px !important;
  background-image: url("../images/more_icon04.png");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 16px 15px;
}
.customization03 .hotrankings_block {
  text-align: center;
}
.customization03 .hotrankings_block h2 {
  color: #313131;
  text-align: center;
  margin: 0;
  margin-bottom: 50px;
  font-size: 1.75em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: auto;
}
.customization03 .hotrankings_block h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #bcbcbc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  z-index: 1;
}
.customization03 .hotrankings_block h2:after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #676459;
  position: absolute;
  left: auto;
  right: 0;
  bottom: -16px;
  z-index: 2;
}
.customization03 .hotrankings_block .hotbook_title h2:before, .customization03 .hotrankings_block .hotbook_title h2:after {
  display: none;
}
.customization03 .hotrankings_block .more a {
  padding: 10px 45px 10px 35px !important;
  background-image: url("../images/more_icon04.png");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 16px 15px;
}
.customization03 .privacy_consent {
  background-color: #313131;
}
.customization03 .limit h2 {
  color: #666;
}
.customization03 .sort_block .sortlist_block h2 a {
  color: rgb(76.5, 76.5, 76.5);
}
.customization03 .search_blockin .searchsystem.searchblackbg {
  background: rgb(230, 230, 230);
  background: linear-gradient(90deg, rgba(230, 230, 230, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.5em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.customization03 .search_blockin .searchsystem.diminutive .diminutive_link a {
  color: #333;
  border: 1px solid #333;
}
.customization03 .search_blockin .searchsystem.diminutive .diminutive_link a:before {
  border: 6px solid #333;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.customization03 .search_blockin .searchsystem.diminutive .diminutive_link a:hover {
  background-color: #000;
  color: #ffffff;
}
.customization03 .search_blockin .searchsystem.diminutive .diminutive_link a:hover:before {
  border: 6px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.customization03 .search_blockin .searchsystem .searchtitle {
  color: #333;
}
.customization03 .search_blockin .searchsystem .onlysearch {
  color: #333;
}
.customization03 .search_blockin .searchsystem .onlysearch input {
  margin-top: -5px;
}
.customization03 .search_blockin .searchsystem .form_advanced .onlysearchin {
  color: #333;
}
.customization03 .search_blockin .searchsystem .btn_grp a {
  color: #333;
}
.customization03 .search_blockin .searchsystem .btn_grp a:before {
  border: 5px solid #333;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  top: 12px;
  left: 0px;
  display: block;
}
.customization03 .search_blockin .searchsystem .btn_grp a.addfield {
  background-color: #666;
  color: #fff;
}
.customization03 .search_blockin .searchsystem .btn_grp a.addfield:before {
  border: 5px solid #fff;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 8px;
}
.customization03 .search_blockin .searchsystem .btn_grp a.addfield:hover {
  background-color: #313131;
  text-decoration: none;
}
.customization03 .search_blockin .searchsystem .query_word {
  border-top: 1px solid #878787;
  color: #333;
}
.customization03 .search_blockin2,
.customization03 .search_blockin,
.customization03 .mystudyname,
.customization03 .general_block {
  background-image: url("../images/search_blockbg02_customization03.jpg");
  background-position: center -220px;
}
.customization03 .login_lightbox h2,
.customization03 .choose_librarycard_lightbox h2,
.customization03 .qrcode_lightbox h2,
.customization03 .recommendbook_lightbox h2,
.customization03 .search_field_lightbox h2,
.customization03 .related_lightbox h2,
.customization03 .lightboxstyle h2,
.customization03 .lightboxstyle_block h2,
.customization03 .lightboxstyle_block2 h2 {
  border-bottom: 2px solid #313131;
  color: #313131 !important;
}
.customization03 .logintab ul li a {
  color: #313131 !important;
  border: 2px solid #313131 !important;
}
.customization03 .logintab ul li a:hover, .customization03 .logintab ul li a.active {
  background-color: #313131 !important;
  color: #fff !important;
}
.customization03 .qrcode_btn a {
  background-color: #313131 !important;
}
.customization03 .qrcode_btn a:hover {
  background-color: rgb(74.5, 74.5, 74.5) !important;
}
.customization03 .relatedlist ul li a:before {
  background-color: #313131;
}
.customization03 .relatedlist ul li a:hover {
  background-color: #dddddd;
}
.customization03 .lightbox_data table th a {
  color: #313131;
}
.customization03 .bookname {
  color: #313131;
}
.customization03 .super_business_data .data_content .title {
  color: #666;
}
.customization03 .AIGPT_information .AIGPT_group .content .booktitle {
  color: #313131;
}
.customization03 .exclusive_book .booktitle {
  color: #313131;
}
.customization03 .sharedreading_lightbox .content .booktitle {
  color: #313131;
}
.customization03 .sharedreading_lightbox .discuss_list ul li {
  background-color: #666;
}
.customization03 .lightboxAI_situational:before {
  background-color: #313131;
}
.customization03 .lightboxAI_situational .title {
  color: #313131;
  border: 1px solid #313131;
  border-width: 0px 8px;
}
.customization03 .lightboxAI_situational .title a {
  color: #313131;
}
.customization03 .lightboxAI_situational .title a:hover {
  color: #dc0122;
}
.customization03 .lightboxAI_situational .content .example_list ul li a:hover {
  border: 1px solid #313131;
  color: #313131;
  border-left-width: 14px;
}
.customization03 .lightboxAI_situational .content .query_records_group .query_records_list .query_function .time {
  color: #313131;
}
.customization03 .lightboxAI_situational .content .query_records_group .query_records_list ul li a:hover {
  background-color: #313131;
}
.customization03 .lightboxAI_situational .content .query_records_group .query_records_list .more a:before {
  border: 6px solid #313131;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.customization03 .lightboxAI_situational .content .query_records_group .query_records_list .more a:hover {
  color: #313131;
}
.customization03 .lightboxAI_situational .content .extend_list ul li button.btn:hover {
  background-color: #313131;
}
.customization03 .lightboxAI_situational .content .Keyelements_list ul li a:hover, .customization03 .lightboxAI_situational .content .Keyelements_list ul li a:focus, .customization03 .lightboxAI_situational .content .Keyelements_list ul li a.active {
  background-color: #313131;
  color: #fff;
}
.customization03 input[type=submit] {
  background: #313131;
  border: 1px solid rgb(36.25, 36.25, 36.25);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.customization03 input[type=submit]:hover {
  background: rgb(56.65, 56.65, 56.65);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization03 input[type=submit]:focus {
  background: rgb(56.65, 56.65, 56.65);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization03 input[type=submit].active {
  background: rgb(56.65, 56.65, 56.65);
  cursor: pointer;
}
.customization03 .featuredTopics_list ul li a:hover span {
  color: #313131;
}
.customization03 .featured_blockin {
  background-color: #dddddd;
}
.customization03 .featured_blockin h2 {
  color: #333;
}
.customization03 .featured_blocklist {
  background-color: #dddddd;
}
.customization03 .featured_blocklist h3,
.customization03 .featured_blocklist .datalist,
.customization03 .featured_blocklist .explain {
  color: #333;
}
.customization03 .classification {
  background-color: #dddddd;
}
.customization03 .classification span {
  color: #000;
}
.customization03 .classification .path li {
  color: #000;
}
.customization03 .classification .path li:before {
  color: #000;
}
.customization03 .classification .path li a {
  color: #000;
}
.customization03 .theme_recommend2 {
  background-image: linear-gradient(135deg, #ffffff 10%, #eeeeee 100%);
}
.customization03 .AI_block .consent .agreecontent .signblock {
  border-left: 6px solid #313131;
}
.customization03 .featured_area_block .featured_area_sort div a:hover, .customization03 .featured_area_block .featured_area_sort div a.here {
  color: #313131;
}
.customization03 .AIgptgroup .directions .content .directions {
  color: #666;
}
.customization03 .AIgptgroup .directions .contentother button.btn {
  background-color: #313131;
  color: #fff;
}
.customization03 .AIgptgroup .directions .contentother button.btn:hover, .customization03 .AIgptgroup .directions .contentother button.btn:focus {
  background-color: rgb(36.25, 36.25, 36.25);
}
.customization03 .AIgptgroup .directions .contentother button.shiny {
  background-color: #313131;
  color: #fff;
}
.customization03 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: rgb(36.25, 36.25, 36.25);
}
.customization03 .AIgptgroup .directions .contentother button.shiny:hover, .customization03 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: rgb(36.25, 36.25, 36.25);
}
.customization03 .AIgptgroup .directions .reading_needs_block .needs_group .needs_content .needs_directions:before {
  background-color: #313131;
}
.customization03 .AIgptgroup .describe .title {
  color: #666;
}
.customization03 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
  background: #313131;
  background: linear-gradient(180deg, #313131 0%, #313131 50%, rgb(236, 236, 236) 50%, rgb(236, 236, 236) 100%);
}
@media (max-width: 992px) {
  .customization03 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
    background: rgb(187, 187, 187);
  }
}
.customization03 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div {
  background-color: #313131;
}
@media (max-width: 992px) {
  .customization03 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div:before {
    background-color: #313131;
  }
}
.customization03 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:before {
  border: 6px solid #313131;
  background-color: #313131;
  background-image: url("https://i.postimg.cc/m2D0BtTR/icon-tick.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
}
.customization03 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
  background: #313131;
  background: linear-gradient(180deg, #313131 0%, #313131 50%, rgb(187, 187, 187) 50%, rgb(187, 187, 187) 100%);
}
@media (max-width: 992px) {
  .customization03 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
    background: rgb(187, 187, 187);
  }
}
.customization03 .AIgptgroup .AIgptstep .Features_block .featureslist .title {
  color: #313131;
}
.customization03 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle {
  color: #313131;
}
.customization03 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle a {
  color: #313131;
}
.customization03 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle {
  color: #313131;
}
.customization03 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle a {
  color: #313131;
}
.customization03 .AIgptgroup .AI_explain span:before {
  border: 8px solid #313131;
  border-color: transparent transparent transparent #313131;
}
.customization03 .AIgptgroup .query_context_block .title {
  background-color: #313131;
}
.customization03 .AIgptgroup .query_context_block .title:after {
  border: 8px solid #313131;
  border-color: transparent transparent transparent #313131;
}
.customization03 .AIgptgroup .query_context_block .contextbtn_group ul li a:hover, .customization03 .AIgptgroup .query_context_block .contextbtn_group ul li a:focus, .customization03 .AIgptgroup .query_context_block .contextbtn_group ul li a.active {
  background-color: #313131;
}
@media screen and (max-width: 575px) {
  .customization03 .AIgptgroup .query_context_block .title:after {
    border: 8px solid #313131;
    border-color: #313131 transparent transparent transparent;
  }
}
.customization03 .AIgptgroup .continue_search_group .contextext button.btn:hover {
  background-color: #313131;
}
.customization03 .AIgptgroup .continue_search_group .expand_block button.expandbtn {
  background-color: #313131 !important;
}
.customization03 .modify_data .title,
.customization03 .write_data .title,
.customization03 .forget_password .title,
.customization03 .mystudysearch_data .title,
.customization03 .stored_value_group .title,
.customization03 .reader_form_group .title,
.customization03 .delivery_method_block .title {
  color: #313131;
}
.customization03 .modify_data p a,
.customization03 .write_data p a,
.customization03 .forget_password p a,
.customization03 .mystudysearch_data p a,
.customization03 .stored_value_group p a,
.customization03 .reader_form_group p a,
.customization03 .delivery_method_block p a {
  color: #666;
}
.customization03 .modify_data p a:hover,
.customization03 .write_data p a:hover,
.customization03 .forget_password p a:hover,
.customization03 .mystudysearch_data p a:hover,
.customization03 .stored_value_group p a:hover,
.customization03 .reader_form_group p a:hover,
.customization03 .delivery_method_block p a:hover {
  color: #dd1f03;
}
.customization03 .mystudymenu > ul > li > a {
  color: rgb(76.5, 76.5, 76.5);
}
.customization03 .security_deposit_block .title {
  color: #313131;
}
.customization03 .service_list .explain_block a {
  color: #313131;
}
.customization03 .pagination .page li.active a {
  background: #313131;
  border: #313131 solid 1px;
}
.customization03 .contact_person_block .contact_person_group .data_list .title {
  color: #313131;
}
.customization03 .contact_person_block .contact_person_group .data_list .title span {
  border-bottom: 2px solid #313131;
}
.customization03 .send_block_title {
  background-color: #313131;
}
.customization03 .myorder_block .order_number {
  background-color: #313131;
}
.customization03 .filter_data_block .title {
  color: #313131;
}
.customization03 .hotqa_list h2 {
  background-color: #dddddd;
  color: #333;
}
.customization03 .devicereservation_block .device_list {
  background-color: #dddddd;
  color: #000;
}
.customization03 .devicereservation_block .device_list:hover, .customization03 .devicereservation_block .device_list:focus {
  color: #000;
  background-color: rgb(195.5, 195.5, 195.5);
}
.customization03 .devicereservation_block .device_list a {
  color: #000;
}
.customization03 .devicereservation_block .device_list a:hover, .customization03 .devicereservation_block .device_list a:focus {
  background-color: rgb(195.5, 195.5, 195.5);
}
.customization03 .devicereservation_block .device_list h3 {
  font-weight: 400;
  color: #000;
}
.customization03 .devicereservation_block .device_list .content .quantity span em {
  color: #810d0e;
}
.customization03 .meets_box a {
  background-color: #dddddd;
  color: #000;
  font-weight: 400;
}
.customization03 .meets_box a:hover, .customization03 .meets_box a:focus {
  color: #000;
  background-color: rgb(195.5, 195.5, 195.5);
}
.customization03 .reservation_explain {
  background-color: #dddddd;
}
.customization03 .device_explain {
  background-color: #dddddd;
}
.customization03 .device_explain h3 {
  font-weight: 400;
}
.customization03 .booklist .bookmidblock h2 a {
  color: #666;
}
.customization03 .booklist .bookmidblock ul li.word_title a {
  color: #666;
}
.customization03 .booklist_block .booklist .bookmidblock .data_type_block {
  background-color: #dddddd;
}
.customization03 .no_result .related_words h2 {
  color: #313131;
}
.customization03 .devicefiltering_block .filtersearch button.searchbtn {
  background-color: #313131;
}
.customization03 .viewdata_block .viewmode_group .viewmode_parallel a:hover, .customization03 .viewdata_block .viewmode_group .viewmode_parallel a:focus, .customization03 .viewdata_block .viewmode_group .viewmode_parallel a.active,
.customization03 .viewdata_block .viewmode_group .viewmode_vertical a:hover,
.customization03 .viewdata_block .viewmode_group .viewmode_vertical a:focus,
.customization03 .viewdata_block .viewmode_group .viewmode_vertical a.active {
  border: 1px solid #313131;
  background-color: #313131;
}
.customization03 .itemselect_block .itemselect_group {
  background-color: #dddddd;
}
.customization03 .reminder_window_block {
  background-color: #666;
}
.customization03 .prize_category ul li a.here {
  color: #333;
  background-color: #f1ad00;
}
.customization03 .prize_category ul li a.here:hover {
  color: #333;
  background-color: rgb(255, 186.2946058091, 11.5);
}
.customization03 .prize_category ul li a:hover {
  color: #313131;
}
.customization03 .book_detail .book_cover_source a {
  color: #666;
}
.customization03 .mainrightblock .book_detaildata .bookdata2 h3,
.customization03 .mainrightblock2 .book_detaildata .bookdata2 h3 {
  color: #313131;
}
.customization03 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a:hover, .customization03 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a.here,
.customization03 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a:hover,
.customization03 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a.here {
  background-color: #313131;
}
.customization03 .mainrightblock .book_detaildata .bookdata .data_type_block,
.customization03 .mainrightblock2 .book_detaildata .bookdata .data_type_block {
  background-color: #dddddd;
}
.customization03 .mainrightblock .book_detaildata .bookdata .listdata ul li a,
.customization03 .mainrightblock2 .book_detaildata .bookdata .listdata ul li a {
  color: #666;
}
.customization03 .switch_btn a {
  background-color: #313131 !important;
}
.customization03 .cp_content h3 {
  color: rgb(23.5, 23.5, 23.5);
}
.customization03 .bookselection_group .rightblock .content_analysis .title {
  background-color: #313131;
}
.customization03 .classification_group {
  background-color: #313131;
}
.customization03 .AI_explain:before {
  border: 8px solid #313131;
  border-color: transparent transparent transparent #313131;
}
.customization03 .fatfooter {
  background-color: rgb(23.5, 23.5, 23.5);
}
.customization03 .fatfooter .btn-fatfooter {
  background: #fff;
}
.customization03 .fatfooter .btn-fatfooter:before {
  filter: invert(100%);
}
.customization03 .fatfooter .btn-fatfooter:hover, .customization03 .fatfooter .btn-fatfooter:focus {
  background: #fff;
}
.customization03 footer {
  background-color: rgb(23.5, 23.5, 23.5);
}
.customization03 .btnstyle.brownbg {
  background-color: #313131;
  border: 2px solid #313131;
  color: #fff;
}
.customization03 .btnstyle.brownbg:hover {
  background-color: rgb(36.25, 36.25, 36.25);
  border: 2px solid rgb(36.25, 36.25, 36.25);
}
.customization03 .btnstyle.whitebg2 {
  border: 1px solid #313131;
  background-color: #fff;
  color: #313131 !important;
  transition: 0.2s;
  box-shadow: none;
}
.customization03 .btnstyle.whitebg2:hover, .customization03 .btnstyle.whitebg2:focus {
  background-color: #eee;
  border: 1px solid #313131;
  color: #313131 !important;
}
.customization03 .linecontent.mobile-card .main-title {
  color: #313131;
}
.customization03 .linecontent.mobile-card .main-title span {
  color: #313131;
}
.customization03 .linecontent.mobile-card .main-title:before {
  background: #313131;
}
.customization03 .linecontent.mobile-card .card-step span {
  background: #313131;
}
.customization03 .linecontent.mobile-card .card-step span.active {
  color: #fff;
  background: #dc0122;
}
.customization03 .linecontent.mobile-card .card-step em {
  border: 8px solid #313131;
  border-left: none;
  border-bottom: none;
}
@media screen and (max-device-width: 320px) {
  .customization03 .linecontent.mobile-card .card-step em {
    border: 5px solid #313131;
    border-left: none;
    border-bottom: none;
  }
}
.customization03 .linecontent.mobile-card .card-login .id {
  color: #313131;
}
.customization03 .linecontent.mobile-card .card-ok span {
  color: #313131;
}
.customization03 .linecontent.library .main-title {
  color: #313131;
}
.customization03 .linecontent.library .main-title:before {
  background: #313131;
}
.customization03 .scanning_button {
  background-color: #313131;
}
.customization03 .scanning_button:hover {
  background-color: rgb(61.75, 61.75, 61.75);
}
.customization03 .cascading li a {
  border-bottom: 2px solid #313131;
}
.customization03 .cascading li a:hover, .customization03 .cascading li a:focus {
  color: #313131 !important;
}
.customization03 .cascading li ul li a {
  border-bottom: 1px dotted #ccc;
}
.customization03 .slick-prev {
  background: url("../vendor/slick/icon_arrow_left4.png") center center no-repeat RGBA(255, 255, 255, 0.5);
  background-size: 30px 47px;
}
.customization03 .slick-next {
  background: url("../vendor/slick/icon_arrow_right4.png") center center no-repeat RGBA(255, 255, 255, 0.5);
  background-size: 30px 47px;
}
.customization03 .tabSet .modeBBtn.active,
.customization03 .tabSet .tabBtn.active {
  background: #313131;
}
.customization03 .tabSet .modeBBtn.active:before,
.customization03 .tabSet .tabBtn.active:before {
  content: "";
  border: 11px solid #313131;
  border-color: #313131 transparent transparent transparent;
}
.customization03 .tabSet .tabContent .content {
  background: #313131;
}
.customization03 .tabSet .tabContent .content ul li a:hover {
  color: #313131;
}
.customization03 .tabSet .tabContent .content ul li a.active {
  color: #313131;
}
.customization03 .tabSet.modeB .tabContent .content {
  background-color: #313131;
}
.customization03 .tabSet.modeB .tabContent .content ul li a {
  color: #313131;
}
.customization03 .tabSet.modeB .tabContent .content ul li a.active {
  background-color: #313131;
}
.customization03 .segmented-control {
  background-color: #313131;
}
.customization03 .segmented-control .segment.active {
  color: #313131;
}

.customization04 .header {
  background: #fff;
  background: linear-gradient(to bottom, #fff, #fff);
  border-bottom: 3px solid #baa38e;
  box-shadow: none;
}
.customization04 .header > .container .sidebarCtrl {
  background-image: url("../images/sidebarCtrl_white.png");
}
.customization04 .header > .container .accesskey {
  color: #fff;
}
.customization04 .header h1 {
  margin: 0 0 0 20px;
}
.customization04 .header .navigation ul li a {
  color: #333;
}
.customization04 .header .navigation .language > a {
  background-color: #5c656c;
  color: #fff;
  background-image: none;
  position: relative;
}
.customization04 .header .navigation .language > a:after {
  content: "";
  border: 5px solid #fff;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 12px;
  top: 14px;
}
.customization04 .header .navigation .language > a:hover {
  color: #fff !important;
}
.customization04 .header .navigation .language ul li a {
  background-color: #5c656c;
  color: #fff;
}
.customization04 .header .navigation .language ul li a:hover {
  background-color: #ddd;
  color: #333 !important;
}
.customization04 .header .navigation .login .btn {
  background-color: #5c656c;
  color: #fff;
  box-shadow: none;
  border: 1px solid #5c656c;
}
.customization04 .header .navigation .login .btn:hover, .customization04 .header .navigation .login .btn:focus {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.customization04 .header .member_record .member_name {
  color: #5c656c;
}
.customization04 .font_size ul li a {
  background-color: #5c656c;
  color: #fff;
  background-image: url("../images/fontsize_middle_hover.svg");
}
.customization04 .font_size ul li a:hover, .customization04 .font_size ul li a:focus {
  background-color: #000;
  color: #fff;
}
.customization04 .font_size ul li a.active {
  background-color: #000;
}
.customization04 .font_size ul li a.active:hover, .customization04 .font_size ul li a.active:focus {
  color: #fff;
}
.customization04 .font_size ul li a.small {
  background-image: url("../images/fontsize_small_hover.svg");
}
.customization04 .font_size ul li a.large {
  background-image: url("../images/fontsize_big_hover.svg");
}
.customization04 table td a {
  color: #5c656c;
}
.customization04 table td a:hover {
  color: #dd1f03;
}
.customization04 .search_block {
  width: 100%;
  height: 584px;
  position: relative;
  background-image: none;
  z-index: 2;
}
.customization04 .search_block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/search_blockbg02_customization04.jpg");
  background-position: center top;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0%, 100% 70%, 50% 100%, 0 70%);
}
.customization04 .search_block .searchsystem {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); /* Safari 需要加前綴 */
  border-radius: 5px;
  padding: 30px 60px;
  margin: 70px auto 50px;
  position: relative;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 1em;
}
@media (max-width: 992px) {
  .customization04 .search_block .searchsystem {
    padding: 30px 55px;
    width: 85%;
  }
}
@media (max-width: 767px) {
  .customization04 .search_block .searchsystem {
    padding: 30px 40px;
    width: 90%;
  }
}
@media (max-width: 520px) {
  .customization04 .search_block .searchsystem {
    padding: 30px 40px;
    width: 95%;
    margin: 50px auto 0;
  }
}
@media (max-width: 470px) {
  .customization04 .search_block .searchsystem {
    padding: 30px 35px;
    width: 95%;
  }
}
@media (max-width: 400px) {
  .customization04 .search_block .searchsystem {
    padding: 30px;
    width: 100%;
  }
}
.customization04 .search_block .searchsystem h2 {
  color: #4e5255;
}
.customization04 .search_block .searchsystem .form_search {
  border: 1px solid #a6a6a6 !important;
  border-radius: 5px;
}
.customization04 .search_block .searchsystem .form_search input[type=text] {
  border-radius: 5px 0 0 5px;
}
.customization04 .search_block .searchsystem .form_search input[type=submit] {
  background-color: #ac7e54;
  border-radius: 0 5px 5px 0;
}
.customization04 .search_block .searchsystem .recent_searches .title {
  color: #5c656c;
}
.customization04 .search_block .searchsystem .searchall a {
  color: #333;
}
.customization04 .search_block .searchsystem .searchall a:before {
  content: "";
  position: absolute;
  border: 5px solid #333;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  top: 12px;
  left: 0px;
  display: block;
}
.customization04 .search_block .searchsystem .searchall a:hover {
  color: #333;
}
.customization04 .search_block .searchsystem .searchall a.addfield {
  color: #fff;
  background-color: #5c656c;
  transition: 0.2s;
}
.customization04 .search_block .searchsystem .searchall a.addfield:before {
  border: 5px solid #fff;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 8px;
}
.customization04 .search_block .searchsystem .searchall a.addfield:hover {
  background-color: #000;
}
.customization04 .search_block .searchsystem .onlysearch {
  color: #333;
}
.customization04 .search_block .searchsystem .keywordHot {
  color: #333;
  margin-bottom: 10px;
}
.customization04 .search_block .searchsystem .keywordHot span {
  font-weight: bold;
}
.customization04 .search_block .searchsystem .keywordHot ul {
  height: auto;
}
.customization04 .search_block .searchsystem .keywordHot ul li {
  margin: 0 20px 5px 0;
}
.customization04 .search_block .searchsystem .keywordHot ul li:last-child:after {
  content: "";
}
.customization04 .search_block .searchsystem .keywordHot ul li a {
  color: #333;
}
.customization04 .search_block .searchsystem .newsblcok {
  border-top: 1px solid #878787;
}
.customization04 .search_block .searchsystem .newsblcok .newslist {
  flex-basis: calc(100% - 150px);
  max-width: calc(100% - 150px);
}
.customization04 .search_block .searchsystem .newsblcok .newslist .title {
  background-color: #b14e1a;
  padding: 6px 10px 6px 40px;
  border-radius: 0;
  background-image: url("../images/news3.svg");
  font-size: 1.125em;
  background-size: 28px 23px;
  background-position: 4px 5px;
}
.customization04 .search_block .searchsystem .newsblcok .newslist ul li a {
  color: #333;
}
.customization04 .search_block .searchsystem .newsblcok .newslist ul li a:hover {
  color: #b94b00;
  text-decoration: underline;
}
.customization04 .search_block .searchsystem .newsblcok .rightblock {
  flex-basis: 150px;
  max-width: 150px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .customization04 .search_block .searchsystem .newsblcok .rightblock {
    flex-basis: 100%;
    max-width: 100%;
    order: 1;
    position: absolute;
    right: 0;
    top: 10px;
  }
}
.customization04 .search_block .searchsystem .newsblcok .rightblock .openclosebtn:before {
  display: none;
}
.customization04 .search_block .searchsystem .newsblcok .rightblock .openclosebtn a {
  width: 34px;
  height: 34px;
  border-radius: 50%; /* 變圓形 */
  position: relative;
  display: block;
  background-color: #ac7e54;
}
.customization04 .search_block .searchsystem .newsblcok .rightblock .openclosebtn a:before, .customization04 .search_block .searchsystem .newsblcok .rightblock .openclosebtn a:after {
  content: "";
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(0deg);
  border: 0;
  z-index: 9;
  transition: 0.5s;
}
.customization04 .search_block .searchsystem .newsblcok .rightblock .openclosebtn a:before {
  width: 16px;
  height: 2px;
}
.customization04 .search_block .searchsystem .newsblcok .rightblock .openclosebtn a:after {
  width: 2px;
  height: 16px;
}
.customization04 .search_block .searchsystem .newsblcok .rightblock .openclosebtn.open a:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.customization04 .search_block .searchsystem .newsblcok .rightblock .newsmore {
  padding-left: none;
}
.customization04 .search_block .searchsystem .newsblcok .rightblock .newsmore:before {
  display: none;
}
.customization04 .search_block .searchsystem .newsblcok .rightblock .newsmore a {
  color: #333;
  background-color: #fff;
  padding: 5px 35px 5px 15px;
  border-radius: 50px;
  border: 1px solid #d2cbc5;
  display: block;
  position: relative;
  transition: 0.5s;
}
.customization04 .search_block .searchsystem .newsblcok .rightblock .newsmore a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
  top: 13px;
  right: 15px;
  transform: rotate(45deg);
  z-index: 9;
}
.customization04 .search_block .searchsystem .newsblcok .rightblock .newsmore a:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #5c656c;
  position: absolute;
  top: 7px;
  right: 8px;
  z-index: 8;
}
.customization04 .search_block .searchsystem .newsblcok .rightblock .newsmore a:hover {
  text-decoration: none;
  background-color: #ddd;
}
.customization04 .search_block .searchsystem .searchbutton span.primary_btn a {
  background-color: #5c656c;
  border: 1px solid #5c656c;
}
.customization04 .search_block .searchsystem .searchbutton span.white_btn a {
  border: 1px solid #313131;
}
.customization04 .search_block .search_fieldtype select {
  color: #333 !important;
  border-bottom: 1px solid #989899 !important;
  background: transparent url(../images/basic/icon_select_arrow_2.svg) no-repeat right center;
  background-size: 22px;
}
.customization04 .search_block .query_system_block {
  border-radius: 5px;
}
.customization04 .search_block .query_system_block .AI_situational_btn {
  color: #5c656c;
  box-shadow: 0 0 0 2px #5c656c inset;
}
.customization04 .search_block .query_system_block .AI_situational_btn:hover, .customization04 .search_block .query_system_block .AI_situational_btn:focus {
  background-color: #5c656c;
}
.customization04 .search_block .query_system_block .titlename {
  background-color: #5c656c;
}
.customization04 .related_block {
  background-color: #f3efe8;
}
.customization04 .related_block .related_links div a span {
  background-color: #5c656c;
}
.customization04 .related_block .related_links div a:hover {
  color: rgb(68.54, 75.245, 80.46);
}
.customization04 .related_block .related_links div a:hover span {
  background-color: rgb(56.81, 62.3675, 66.69);
}
.customization04 .related_block .related_links div a.new span {
  background-color: #b94b00;
}
.customization04 .slick-prev,
.customization04 .slick-next {
  background-color: RGBA(255, 255, 255, 0);
}
.customization04 .main_mp .newbooks_block h2 {
  color: #5c656c;
  margin: 0 auto 60px;
  position: relative;
}
.customization04 .main_mp .newbooks_block h2:before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #bda259;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.customization04 .newbooks_block .more {
  display: flex;
  justify-content: flex-end;
}
.customization04 .newbooks_block .more a {
  color: #5c656c;
  background-color: transparent;
  border-radius: 50px;
  padding: 5px 45px 5px 20px !important;
  display: block;
  position: relative;
  transition: 0.5s;
  font-weight: bold;
}
.customization04 .newbooks_block .more a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
  top: 13px;
  right: 15px;
  transform: rotate(45deg);
  z-index: 9;
}
.customization04 .newbooks_block .more a:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #baa38e;
  position: absolute;
  top: 7px;
  right: 8px;
  z-index: 8;
}
.customization04 .newbooks_block .more a:hover {
  text-decoration: none;
  background-color: #fff;
  padding: 5px 35px 5px 20px !important;
}
.customization04 .featured_block {
  background-color: #dfd7c3;
  background-image: url("../images/featured_block_bg_tainan.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  position: relative;
  z-index: 3;
}
.customization04 .featured_block h2 {
  color: #3d444a;
  margin: 0 auto 60px;
  position: relative;
}
.customization04 .featured_block h2:before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #bda259;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.customization04 .featured_block .more {
  display: flex;
  justify-content: flex-end;
}
.customization04 .featured_block .more a {
  color: #5c656c;
  background-color: transparent;
  border-radius: 50px;
  padding: 5px 45px 5px 20px !important;
  display: block;
  position: relative;
  transition: 0.5s;
  font-weight: bold;
}
.customization04 .featured_block .more a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
  top: 13px;
  right: 15px;
  transform: rotate(45deg);
  z-index: 9;
}
.customization04 .featured_block .more a:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #5c656c;
  position: absolute;
  top: 7px;
  right: 8px;
  z-index: 8;
}
.customization04 .featured_block .more a:hover {
  text-decoration: none;
  background-color: #fff;
  padding: 5px 35px 5px 20px !important;
}
.customization04 .hotrankings_block h2 {
  color: #3d444a;
  margin: 0 auto 60px;
  position: relative;
}
.customization04 .hotrankings_block h2:before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #bda259;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.customization04 .hotrankings_block .hotrankings .sort a {
  background: #fff;
  background: linear-gradient(to bottom, #fff, #fff);
  color: #92721c;
}
.customization04 .hotrankings_block .hotrankings .sort a:hover, .customization04 .hotrankings_block .hotrankings .sort a.here {
  background: #5c656c;
  background: linear-gradient(to bottom, #5c656c, #5c656c);
  color: #fff;
}
.customization04 .hotrankings_block .hotrankings .sort a.here:hover, .customization04 .hotrankings_block .hotrankings .sort a.here:focus {
  background: #474f55;
  background: linear-gradient(to bottom, #474f55, #474f55);
}
.customization04 .hotrankings_block .hotbook_column .hotbook_block01 .hotbook_title h2 {
  margin-bottom: 20px;
}
.customization04 .hotrankings_block .hotbook_column .hotbook_block01 .hotbook_title h2:before {
  display: none;
}
.customization04 .hotrankings_block .clickblock .ranking {
  background-color: #b14e1a;
}
.customization04 .hotrankings_block .more {
  display: flex;
  justify-content: flex-end;
}
.customization04 .hotrankings_block .more a {
  color: #5c656c;
  background-color: transparent;
  border-radius: 50px;
  padding: 5px 45px 5px 20px !important;
  display: block;
  position: relative;
  transition: 0.5s;
  font-weight: bold;
}
.customization04 .hotrankings_block .more a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
  top: 13px;
  right: 15px;
  transform: rotate(45deg);
  z-index: 9;
}
.customization04 .hotrankings_block .more a:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #baa38e;
  position: absolute;
  top: 7px;
  right: 8px;
  z-index: 8;
}
.customization04 .hotrankings_block .more a:hover {
  text-decoration: none;
  background-color: #fff;
  padding: 5px 35px 5px 20px !important;
}
.customization04 .newbooks_block h2,
.customization04 .recommendbooks_block h2,
.customization04 .recommendbooks_block2 h2,
.customization04 .theme_recommend h2 {
  color: #916945;
}
.customization04 .privacy_consent {
  background-color: #5c656c;
}
.customization04 .limit h2 {
  color: #5c656c;
}
.customization04 .sort_block .sortlist_block h2 a {
  color: rgb(68.54, 75.245, 80.46);
}
.customization04 .search_blockin .searchsystem.searchblackbg {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); /* Safari 需要加前綴 */
  border-radius: 5px;
  border-radius: 10px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 1em;
}
.customization04 .search_blockin .searchsystem.diminutive .diminutive_link a {
  color: #333;
  border: 1px solid #333;
}
.customization04 .search_blockin .searchsystem.diminutive .diminutive_link a:before {
  border: 6px solid #333;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.customization04 .search_blockin .searchsystem.diminutive .diminutive_link a:hover {
  background-color: #000;
  color: #ffffff;
}
.customization04 .search_blockin .searchsystem.diminutive .diminutive_link a:hover:before {
  border: 6px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.customization04 .search_blockin .searchsystem .form_search input[type=submit] {
  background-color: #916945;
}
.customization04 .search_blockin .searchsystem .searchtitle {
  color: #333;
}
.customization04 .search_blockin .searchsystem .onlysearch {
  color: #333;
}
.customization04 .search_blockin .searchsystem .onlysearch input {
  margin-top: -5px;
}
.customization04 .search_blockin .searchsystem .form_advanced .onlysearchin {
  color: #333;
}
.customization04 .search_blockin .searchsystem .form_advanced .btn_grp input[type=submit] {
  background: #916945;
  border: 1px solid #916945;
}
.customization04 .search_blockin .searchsystem .form_advanced .btn_grp input[type=submit]:hover {
  background: rgb(127.7219626168, 92.488317757, 60.7780373832);
  border: 1px solid rgb(127.7219626168, 92.488317757, 60.7780373832);
}
.customization04 .search_blockin .searchsystem .btn_grp a {
  color: #333;
}
.customization04 .search_blockin .searchsystem .btn_grp a:before {
  border: 5px solid #333;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  top: 12px;
  left: 0px;
  display: block;
}
.customization04 .search_blockin .searchsystem .btn_grp a.addfield {
  background-color: #666;
  color: #fff;
}
.customization04 .search_blockin .searchsystem .btn_grp a.addfield:before {
  border: 5px solid #fff;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 8px;
}
.customization04 .search_blockin .searchsystem .btn_grp a.addfield:hover {
  background-color: #313131;
  text-decoration: none;
}
.customization04 .search_blockin .searchsystem .query_word {
  border-top: 1px solid #878787;
  color: #333;
}
.customization04 .advanced_search .advanced_block h2 {
  color: #5c656c;
}
.customization04 .advanced_search .advanced_block .btn_grp input[type=submit] {
  background: #916945;
  border: 1px solid #916945;
}
.customization04 .search_blockin2,
.customization04 .search_blockin,
.customization04 .mystudyname,
.customization04 .general_block {
  background-image: url("../images/search_blockbg02_customization04.jpg");
  background-position: center top;
  position: relative;
  background-size: 100%;
}
.customization04 .mystudyname {
  background-position: center top -200px;
}
.customization04 .general_block {
  background-position: center top -227px;
}
.customization04 .login_lightbox h2,
.customization04 .choose_librarycard_lightbox h2,
.customization04 .qrcode_lightbox h2,
.customization04 .recommendbook_lightbox h2,
.customization04 .search_field_lightbox h2,
.customization04 .related_lightbox h2,
.customization04 .lightboxstyle h2,
.customization04 .lightboxstyle_block h2,
.customization04 .lightboxstyle_block2 h2 {
  border-bottom: 2px solid #5c656c;
  color: #5c656c !important;
}
.customization04 .logintab ul li a {
  color: #5c656c !important;
  border: 2px solid #5c656c !important;
}
.customization04 .logintab ul li a:hover, .customization04 .logintab ul li a.active {
  background-color: #5c656c !important;
  color: #fff !important;
}
.customization04 .qrcode_btn a {
  background-color: #5c656c !important;
}
.customization04 .qrcode_btn a:hover {
  background-color: rgb(115.46, 126.755, 135.54) !important;
}
.customization04 .relatedlist ul li a:before {
  background-color: #5c656c;
}
.customization04 .relatedlist ul li a:hover {
  background-color: #dfd7c3;
}
.customization04 .lightbox_data table th a {
  color: #5c656c;
}
.customization04 .bookname {
  color: #5c656c;
}
.customization04 .super_business_data .data_content .title {
  color: #5c656c;
}
.customization04 .AIGPT_information .AIGPT_group .content .booktitle {
  color: #5c656c;
}
.customization04 .exclusive_book .booktitle {
  color: #5c656c;
}
.customization04 .sharedreading_lightbox .content .booktitle {
  color: #5c656c;
}
.customization04 .sharedreading_lightbox .discuss_list ul li {
  background-color: #5c656c;
}
.customization04 .lightboxAI_situational:before {
  background-color: #5c656c;
}
.customization04 .lightboxAI_situational .title {
  color: #5c656c;
  border: 1px solid #5c656c;
  border-width: 0px 8px;
}
.customization04 .lightboxAI_situational .title a {
  color: #5c656c;
}
.customization04 .lightboxAI_situational .title a:hover {
  color: #dc0122;
}
.customization04 .lightboxAI_situational .content .example_list ul li a:hover {
  border: 1px solid #5c656c;
  color: #5c656c;
  border-left-width: 14px;
}
.customization04 .lightboxAI_situational .content .query_records_group .query_records_list .query_function .time {
  color: #5c656c;
}
.customization04 .lightboxAI_situational .content .query_records_group .query_records_list ul li a:hover {
  background-color: #5c656c;
}
.customization04 .lightboxAI_situational .content .query_records_group .query_records_list .more a:before {
  border: 6px solid #5c656c;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.customization04 .lightboxAI_situational .content .query_records_group .query_records_list .more a:hover {
  color: #5c656c;
}
.customization04 .lightboxAI_situational .content .extend_list ul li button.btn:hover {
  background-color: #5c656c;
}
.customization04 .lightboxAI_situational .content .Keyelements_list ul li a:hover, .customization04 .lightboxAI_situational .content .Keyelements_list ul li a:focus, .customization04 .lightboxAI_situational .content .Keyelements_list ul li a.active {
  background-color: #5c656c;
  color: #fff;
}
.customization04 input[type=submit] {
  background: #916945;
  border: 1px solid rgb(127.7219626168, 92.488317757, 60.7780373832);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  border: 1px solid #916945;
}
.customization04 input[type=submit]:hover {
  background: rgb(155.3668224299, 112.5070093458, 73.9331775701);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization04 input[type=submit]:focus {
  background: rgb(155.3668224299, 112.5070093458, 73.9331775701);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization04 input[type=submit].active {
  background: rgb(155.3668224299, 112.5070093458, 73.9331775701);
  cursor: pointer;
}
.customization04 .block01_h2 {
  color: #3d444a;
  margin: 0 auto 60px;
  position: relative;
}
.customization04 .block01_h2:before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #bda259;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.customization04 .featuredTopics_list ul li a:hover span {
  color: #5c656c;
}
.customization04 .featured_blockin {
  background-color: #dfd7c3;
}
.customization04 .featured_blockin h2 {
  color: #333;
}
.customization04 .featured_blocklist {
  background-color: #dfd7c3;
}
.customization04 .featured_blocklist h3,
.customization04 .featured_blocklist .datalist,
.customization04 .featured_blocklist .explain {
  color: #333;
}
.customization04 .classification {
  background-color: rgb(205.2608695652, 192.8260869565, 161.7391304348);
}
.customization04 .classification span {
  color: #000;
}
.customization04 .classification .path li {
  color: #000;
}
.customization04 .classification .path li:before {
  color: #000;
}
.customization04 .classification .path li a {
  color: #000;
}
.customization04 .AI_block .consent .agreecontent .signblock {
  border-left: 6px solid #5c656c;
}
.customization04 .featured_area_block .featured_area_sort div a:hover, .customization04 .featured_area_block .featured_area_sort div a.here {
  color: #5c656c;
}
.customization04 .block01_h2,
.customization04 .featuredTopics_block h2,
.customization04 .SDG_targetdata .title,
.customization04 .SDG_block h2,
.customization04 .diversified_block h2,
.customization04 .onlinesearch_block h2,
.customization04 .forgetpassword_block h2,
.customization04 .network_certificate h2,
.customization04 .devicereservation_block h2,
.customization04 .reservation_block h2,
.customization04 .lp_content h2,
.customization04 .send_illustrate_group .title,
.customization04 .cp_content h2,
.customization04 .sitemap h2,
.customization04 .mystudy_sdg_reading .title {
  color: #916945;
}
.customization04 .diversified_block .diversified_content .data_all a.prompt3 {
  background-color: #5c656c;
  border: 1px solid #5c656c;
  color: #fff;
}
.customization04 .diversified_block .diversified_content .data_all a.prompt3:hover {
  background-color: rgb(80.27, 88.1225, 94.23);
  border: 1px solid rgb(80.27, 88.1225, 94.23);
}
.customization04 .diversified_block .diversified_content .data_all .prompt_block3 {
  background-color: #5c656c;
}
.customization04 .diversified_block .diversified_content .data_all .prompt_block3:before {
  border: 12px solid #5c656c;
  border-color: #5c656c transparent transparent transparent;
}
.customization04 .AIgptgroup .directions .content .directions {
  color: #5c656c;
}
.customization04 .AIgptgroup .directions .contentother button.btn {
  background-color: #5c656c;
  color: #fff;
}
.customization04 .AIgptgroup .directions .contentother button.btn:hover, .customization04 .AIgptgroup .directions .contentother button.btn:focus {
  background-color: rgb(80.27, 88.1225, 94.23);
}
.customization04 .AIgptgroup .directions .contentother button.shiny {
  background-color: #5c656c;
  color: #fff;
}
.customization04 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: rgb(80.27, 88.1225, 94.23);
}
.customization04 .AIgptgroup .directions .contentother button.shiny:hover, .customization04 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: rgb(80.27, 88.1225, 94.23);
}
.customization04 .AIgptgroup .directions .reading_needs_block .needs_group .needs_content .needs_directions:before {
  background-color: #5c656c;
}
.customization04 .AIgptgroup .describe .title {
  color: #5c656c;
}
.customization04 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
  background: #5c656c;
  background: linear-gradient(180deg, #5c656c 0%, #5c656c 50%, rgb(236, 236, 236) 50%, rgb(236, 236, 236) 100%);
}
@media (max-width: 992px) {
  .customization04 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
    background: rgb(187, 187, 187);
  }
}
.customization04 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div {
  background-color: #5c656c;
}
@media (max-width: 992px) {
  .customization04 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div:before {
    background-color: #5c656c;
  }
}
.customization04 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:before {
  border: 6px solid #5c656c;
  background-color: #5c656c;
  background-image: url("https://i.postimg.cc/m2D0BtTR/icon-tick.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
}
.customization04 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
  background: #5c656c;
  background: linear-gradient(180deg, #5c656c 0%, #5c656c 50%, rgb(187, 187, 187) 50%, rgb(187, 187, 187) 100%);
}
@media (max-width: 992px) {
  .customization04 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
    background: rgb(187, 187, 187);
  }
}
.customization04 .AIgptgroup .AIgptstep .Features_block .featureslist .title {
  color: #5c656c;
}
.customization04 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle {
  color: #5c656c;
}
.customization04 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle a {
  color: #5c656c;
}
.customization04 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle {
  color: #5c656c;
}
.customization04 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle a {
  color: #5c656c;
}
.customization04 .AIgptgroup .AI_explain span:before {
  border: 8px solid #5c656c;
  border-color: transparent transparent transparent #5c656c;
}
.customization04 .AIgptgroup .query_context_block .title {
  background-color: #5c656c;
  color: #fff;
}
.customization04 .AIgptgroup .query_context_block .title:after {
  border: 8px solid #5c656c;
  border-color: transparent transparent transparent #5c656c;
}
.customization04 .AIgptgroup .query_context_block .contextbtn_group ul li a:hover, .customization04 .AIgptgroup .query_context_block .contextbtn_group ul li a:focus, .customization04 .AIgptgroup .query_context_block .contextbtn_group ul li a.active {
  background-color: #5c656c;
}
@media screen and (max-width: 575px) {
  .customization04 .AIgptgroup .query_context_block .title:after {
    border: 8px solid #5c656c;
    border-color: #5c656c transparent transparent transparent;
  }
}
.customization04 .AIgptgroup .continue_search_group .contextext button.btn:hover {
  background-color: #5c656c;
}
.customization04 .AIgptgroup .continue_search_group .expand_block button.expandbtn {
  background-color: #5c656c !important;
}
.customization04 .theme_recommend2,
.customization04 .themetour_block {
  background-image: linear-gradient(135deg, #ffffff 10%, #eeeeee 100%);
}
.customization04 .bookrecommend_block .bookrecommend_search .form_search input[type=submit],
.customization04 .onlinesearch_block .onlinesearch .form_search input[type=submit] {
  background-color: #916945;
}
.customization04 .classification .leftblock {
  color: #333;
}
.customization04 .switchOnOff.on,
.customization04 .switchOnOff2.on {
  background: #916945;
}
.customization04 .analysis_statistics_block .analysis_statistics_group .title,
.customization04 .recommended_setting_block .recommendedform .title,
.customization04 .AIgptgroup .title,
.customization04 .sharedreadingbox_block .title {
  color: #916945;
}
.customization04 .modify_data .title,
.customization04 .write_data .title,
.customization04 .forget_password .title,
.customization04 .mystudysearch_data .title,
.customization04 .stored_value_group .title,
.customization04 .reader_form_group .title,
.customization04 .delivery_method_block .title {
  color: #5c656c;
}
.customization04 .modify_data p a,
.customization04 .write_data p a,
.customization04 .forget_password p a,
.customization04 .mystudysearch_data p a,
.customization04 .stored_value_group p a,
.customization04 .reader_form_group p a,
.customization04 .delivery_method_block p a {
  color: #5c656c;
}
.customization04 .modify_data p a:hover,
.customization04 .write_data p a:hover,
.customization04 .forget_password p a:hover,
.customization04 .mystudysearch_data p a:hover,
.customization04 .stored_value_group p a:hover,
.customization04 .reader_form_group p a:hover,
.customization04 .delivery_method_block p a:hover {
  color: #dd1f03;
}
.customization04 .mystudyname .nameblock .name {
  background-color: #eee;
}
.customization04 .mystudymenu > ul > li > a {
  color: rgb(68.54, 75.245, 80.46);
}
.customization04 .mystudycontent h2 {
  color: #916945;
}
.customization04 .mystudycontent .newbooks_block .more {
  display: flex;
  justify-content: flex-end;
}
.customization04 .mystudycontent .newbooks_block .more a {
  color: #5c656c;
  background-color: transparent;
  border-radius: 50px;
  padding: 5px 45px 5px 20px !important;
  display: block;
  position: relative;
  transition: 0.5s;
  font-weight: bold;
}
.customization04 .mystudycontent .newbooks_block .more a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
  top: 13px;
  right: 15px;
  transform: rotate(45deg);
  z-index: 9;
}
.customization04 .mystudycontent .newbooks_block .more a:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #baa38e;
  position: absolute;
  top: 7px;
  right: 8px;
  z-index: 8;
}
.customization04 .mystudycontent .newbooks_block .more a:hover {
  text-decoration: none;
  background-color: #dcdcdc;
  padding: 5px 35px 5px 20px !important;
}
.customization04 .security_deposit_block .title {
  color: #5c656c;
}
.customization04 .service_list .explain_block a {
  color: #5c656c;
}
.customization04 .pagination .page li.active a {
  background: #5c656c;
  border: #5c656c solid 1px;
}
.customization04 .contact_person_block .contact_person_group .data_list .title {
  color: #5c656c;
}
.customization04 .contact_person_block .contact_person_group .data_list .title span {
  border-bottom: 2px solid #5c656c;
}
.customization04 .send_block_title {
  background-color: #5c656c;
}
.customization04 .myorder_block .order_number {
  background-color: #5c656c;
}
.customization04 .filter_data_block .title {
  color: #5c656c;
}
.customization04 .hotqa_list h2 {
  background-color: #dfd7c3;
  color: #000;
}
.customization04 .devicereservation_block .device_list {
  background-color: #dfd7c3;
  color: #000;
}
.customization04 .devicereservation_block .device_list:hover, .customization04 .devicereservation_block .device_list:focus {
  color: #000;
  background-color: rgb(205.2608695652, 192.8260869565, 161.7391304348);
}
.customization04 .devicereservation_block .device_list a {
  color: #000;
}
.customization04 .devicereservation_block .device_list a:hover, .customization04 .devicereservation_block .device_list a:focus {
  color: #000;
  background-color: rgb(205.2608695652, 192.8260869565, 161.7391304348);
}
.customization04 .devicereservation_block .device_list h3 {
  color: #000;
  font-weight: 400;
}
.customization04 .devicereservation_block .device_list .content ul li {
  color: #000;
}
.customization04 .devicereservation_block .device_list .content ul li:before {
  border: 5px solid #000;
  border-color: transparent transparent transparent #000;
}
.customization04 .devicereservation_block .device_list .content .quantity span em {
  color: #93191a;
}
.customization04 .meets_box a {
  background-color: #dfd7c3;
  color: #000;
  font-weight: 400;
}
.customization04 .meets_box a:hover, .customization04 .meets_box a:focus {
  color: #000;
  background-color: rgb(205.2608695652, 192.8260869565, 161.7391304348);
}
.customization04 .reservation_explain {
  background-color: #dfd7c3;
  color: #333;
}
.customization04 .device_explain {
  background-color: #dfd7c3;
  color: #333;
}
.customization04 .device_explain h3 {
  font-weight: 400;
}
.customization04 .booklist .bookmidblock h2 a {
  color: #5c656c;
}
.customization04 .booklist .bookmidblock ul li.word_title a {
  color: #5c656c;
}
.customization04 .booklist_block .booklist .bookmidblock .data_type_block {
  background-color: #dfd7c3;
}
.customization04 .no_result .related_words h2 {
  color: #5c656c;
}
.customization04 .devicefiltering_block .filtersearch button.searchbtn {
  background-color: #5c656c;
}
.customization04 .viewdata_block .viewmode_group .viewmode_parallel a:hover, .customization04 .viewdata_block .viewmode_group .viewmode_parallel a:focus, .customization04 .viewdata_block .viewmode_group .viewmode_parallel a.active,
.customization04 .viewdata_block .viewmode_group .viewmode_vertical a:hover,
.customization04 .viewdata_block .viewmode_group .viewmode_vertical a:focus,
.customization04 .viewdata_block .viewmode_group .viewmode_vertical a.active {
  border: 1px solid #5c656c;
  background-color: #5c656c;
}
.customization04 .itemselect_block .itemselect_group {
  background-color: #dfd7c3;
}
.customization04 .reminder_window_block {
  background-color: #5c656c;
}
.customization04 .prize_category ul li a.here {
  background-color: #5c656c;
}
.customization04 .prize_category ul li a.here:hover {
  color: #fff;
  background-color: rgb(80.27, 88.1225, 94.23);
}
.customization04 .prize_category ul li a:hover {
  color: #5c656c;
}
.customization04 .book_detail .book_cover_source a {
  color: #5c656c;
}
.customization04 .mainrightblock .book_detaildata .bookdata2 h3,
.customization04 .mainrightblock2 .book_detaildata .bookdata2 h3 {
  color: #5c656c;
}
.customization04 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a:hover, .customization04 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a.here,
.customization04 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a:hover,
.customization04 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a.here {
  background-color: #5c656c;
}
.customization04 .mainrightblock .book_detaildata .bookdata .data_type_block,
.customization04 .mainrightblock2 .book_detaildata .bookdata .data_type_block {
  background-color: #dfd7c3;
}
.customization04 .mainrightblock .book_detaildata .bookdata .listdata ul li a,
.customization04 .mainrightblock2 .book_detaildata .bookdata .listdata ul li a {
  color: #5c656c;
}
.customization04 .switch_btn a {
  background-color: #5c656c !important;
}
.customization04 .cp_content h3 {
  color: rgb(68.54, 75.245, 80.46);
}
.customization04 .bookselection_group .rightblock .content_analysis .title {
  background-color: #5c656c;
}
.customization04 .classification_group {
  background-color: #5c656c;
}
.customization04 .AI_explain:before {
  border: 8px solid #5c656c;
  border-color: transparent transparent transparent #5c656c;
}
.customization04 .fatfooter {
  background-color: rgb(68.54, 75.245, 80.46);
}
.customization04 .fatfooter .btn-fatfooter {
  background: rgb(68.54, 75.245, 80.46);
}
.customization04 .fatfooter .btn-fatfooter:hover, .customization04 .fatfooter .btn-fatfooter:focus {
  background: rgb(45.08, 49.49, 52.92);
}
.customization04 .fatfooter .accesskey {
  color: rgb(68.54, 75.245, 80.46);
}
.customization04 footer {
  background-color: rgb(68.54, 75.245, 80.46);
}
.customization04 .main_mp {
  background-color: #f3efe8;
  position: relative;
}
.customization04 .main_mp:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d6c9bb;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 2;
  box-shadow: 5px 0 0 0 #d6c9bb, 10px 0 0 0 #d6c9bb, 15px 0 0 0 #d6c9bb, 20px 0 0 0 #d6c9bb, 25px 0 0 0 #d6c9bb;
}
.customization04 .btnstyle.brownbg {
  background-color: #5c656c;
  border: 2px solid #5c656c;
  color: #5c656c !important;
  border: none;
  box-shadow: none;
}
.customization04 .btnstyle.brownbg:hover {
  background-color: #5c656c;
  border: none;
}
.customization04 .btnstyle.whitebg2 {
  border: 1px solid #5c656c;
  background-color: #fff;
  color: #5c656c !important;
  transition: 0.2s;
  box-shadow: none;
}
.customization04 .btnstyle.whitebg2:hover, .customization04 .btnstyle.whitebg2:focus {
  background-color: #eee;
  border: 1px solid #5c656c;
  color: #5c656c !important;
}
.customization04 .linecontent.mobile-card .main-title {
  color: #5c656c;
}
.customization04 .linecontent.mobile-card .main-title span {
  color: #5c656c;
}
.customization04 .linecontent.mobile-card .main-title:before {
  background: #5c656c;
}
.customization04 .linecontent.mobile-card .card-step span {
  background: #5c656c;
}
.customization04 .linecontent.mobile-card .card-step span.active {
  color: #fff;
  background: #dc0122;
}
.customization04 .linecontent.mobile-card .card-step em {
  border: 8px solid #5c656c;
  border-left: none;
  border-bottom: none;
}
@media screen and (max-device-width: 320px) {
  .customization04 .linecontent.mobile-card .card-step em {
    border: 5px solid #5c656c;
    border-left: none;
    border-bottom: none;
  }
}
.customization04 .linecontent.mobile-card .card-login .id {
  color: #5c656c;
}
.customization04 .linecontent.mobile-card .card-ok span {
  color: #5c656c;
}
.customization04 .linecontent.library .main-title {
  color: #5c656c;
}
.customization04 .linecontent.library .main-title:before {
  background: #5c656c;
}
.customization04 .scanning_button {
  background-color: #5c656c;
}
.customization04 .scanning_button:hover {
  background-color: rgb(103.73, 113.8775, 121.77);
}
.customization04 .cascading li a {
  border-bottom: 2px solid #5c656c;
}
.customization04 .cascading li a:hover, .customization04 .cascading li a:focus {
  color: #5c656c !important;
}
.customization04 .cascading li ul li a {
  border-bottom: 1px dotted #ccc;
}
.customization04 .tabSet .modeBBtn.active,
.customization04 .tabSet .tabBtn.active {
  background: #5c656c;
}
.customization04 .tabSet .modeBBtn.active:before,
.customization04 .tabSet .tabBtn.active:before {
  content: "";
  border: 11px solid #5c656c;
  border-color: #5c656c transparent transparent transparent;
}
.customization04 .tabSet .tabContent .content {
  background: #5c656c;
}
.customization04 .tabSet .tabContent .content ul li a:hover {
  color: #5c656c;
}
.customization04 .tabSet .tabContent .content ul li a.active {
  color: #5c656c;
}
.customization04 .tabSet.modeB .tabContent .content {
  background-color: #5c656c;
}
.customization04 .tabSet.modeB .tabContent .content ul li a {
  color: #5c656c;
}
.customization04 .tabSet.modeB .tabContent .content ul li a.active {
  background-color: #5c656c;
}
.customization04 .segmented-control {
  background-color: #5c656c;
}
.customization04 .segmented-control .segment.active {
  color: #5c656c;
}

.version01 .header {
  background: #32649f;
  background: linear-gradient(to bottom, #32649f, #1c4b82);
}
.version01 .header > .container .sidebarCtrl {
  background-image: url("../images/sidebarCtrl_white.png");
}
.version01 .header > .container .accesskey {
  color: #1c4b82;
}
.version01 .header h1 {
  margin: -3px 0 0 20px;
}
.version01 table td a {
  color: #1c4b82;
}
.version01 table td a:hover {
  color: #dd1f03;
}
.version01 .search_block {
  background-image: url("../images/search_blockbg02_version01.jpg");
}
.version01 .search_block .searchsystem .recent_searches .title {
  color: #1c4b82;
}
.version01 .search_block .searchsystem .searchall a.addfield {
  background-color: #1c4b82;
}
.version01 .search_block .searchsystem .searchall a.addfield:hover {
  background-color: rgb(23.4810126582, 62.8955696203, 109.0189873418);
}
.version01 .search_block .searchsystem .searchall a:hover {
  color: #fff;
}
.version01 .search_block .searchsystem .searchbutton span.primary_btn a {
  background-color: #1c4b82;
  border: 1px solid #1c4b82;
}
.version01 .search_block .query_system_block .AI_situational_btn {
  color: #1c4b82;
  box-shadow: 0 0 0 2px #1c4b82 inset;
}
.version01 .search_block .query_system_block .AI_situational_btn:hover, .version01 .search_block .query_system_block .AI_situational_btn:focus {
  background-color: #1c4b82;
}
.version01 .search_block .query_system_block .titlename {
  background-color: #1c4b82;
}
.version01 .related_links div a span {
  background-color: #1c4b82;
}
.version01 .related_links div a:hover {
  color: rgb(18.9620253165, 50.7911392405, 88.0379746835);
}
.version01 .related_links div a:hover span {
  background-color: rgb(35.2303797468, 94.3670886076, 163.5696202532);
}
.version01 .featured_block {
  background-color: #e9846a;
}
.version01 .privacy_consent {
  background-color: #1c4b82;
}
.version01 .limit h2 {
  color: #1c4b82;
}
.version01 .sort_block .sortlist_block h2 a {
  color: rgb(18.9620253165, 50.7911392405, 88.0379746835);
}
.version01 .search_blockin .searchsystem .btn_grp a.addfield {
  background-color: #1c4b82;
}
.version01 .search_blockin2,
.version01 .search_blockin,
.version01 .mystudyname,
.version01 .general_block {
  background-image: url("../images/search_blockbg02_version01.jpg");
  background-position: center -260px;
}
.version01 .login_lightbox h2,
.version01 .choose_librarycard_lightbox h2,
.version01 .qrcode_lightbox h2,
.version01 .recommendbook_lightbox h2,
.version01 .search_field_lightbox h2,
.version01 .related_lightbox h2,
.version01 .lightboxstyle h2,
.version01 .lightboxstyle_block h2,
.version01 .lightboxstyle_block2 h2 {
  border-bottom: 2px solid #1c4b82;
  color: #1c4b82 !important;
}
.version01 .logintab ul li a {
  color: #1c4b82 !important;
  border: 2px solid #1c4b82 !important;
}
.version01 .logintab ul li a:hover, .version01 .logintab ul li a.active {
  background-color: #1c4b82 !important;
  color: #fff !important;
}
.version01 .qrcode_btn a {
  background-color: #1c4b82 !important;
}
.version01 .qrcode_btn a:hover {
  background-color: rgb(37.0379746835, 99.2088607595, 171.9620253165) !important;
}
.version01 .relatedlist ul li a:before {
  background-color: #1c4b82;
}
.version01 .relatedlist ul li a:hover {
  background-color: #e9846a;
}
.version01 .lightbox_data table th a {
  color: #1c4b82;
}
.version01 .bookname {
  color: #1c4b82;
}
.version01 .super_business_data .data_content .title {
  color: #1c4b82;
}
.version01 .AIGPT_information .AIGPT_group .content .booktitle {
  color: #1c4b82;
}
.version01 .exclusive_book .booktitle {
  color: #1c4b82;
}
.version01 .sharedreading_lightbox .content .booktitle {
  color: #1c4b82;
}
.version01 .sharedreading_lightbox .discuss_list ul li {
  background-color: #1c4b82;
}
.version01 .lightboxAI_situational:before {
  background-color: #1c4b82;
}
.version01 .lightboxAI_situational .title {
  color: #1c4b82;
  border: 1px solid #1c4b82;
  border-width: 0px 8px;
}
.version01 .lightboxAI_situational .title a {
  color: #1c4b82;
}
.version01 .lightboxAI_situational .title a:hover {
  color: #dc0122;
}
.version01 .lightboxAI_situational .content .example_list ul li a:hover {
  border: 1px solid #1c4b82;
  color: #1c4b82;
  border-left-width: 14px;
}
.version01 .lightboxAI_situational .content .query_records_group .query_records_list .query_function .time {
  color: #1c4b82;
}
.version01 .lightboxAI_situational .content .query_records_group .query_records_list ul li a:hover {
  background-color: #1c4b82;
}
.version01 .lightboxAI_situational .content .query_records_group .query_records_list .more a:before {
  border: 6px solid #1c4b82;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.version01 .lightboxAI_situational .content .query_records_group .query_records_list .more a:hover {
  color: #1c4b82;
}
.version01 .lightboxAI_situational .content .extend_list ul li button.btn:hover {
  background-color: #1c4b82;
}
.version01 .lightboxAI_situational .content .Keyelements_list ul li a:hover, .version01 .lightboxAI_situational .content .Keyelements_list ul li a:focus, .version01 .lightboxAI_situational .content .Keyelements_list ul li a.active {
  background-color: #1c4b82;
  color: #fff;
}
.version01 input[type=submit] {
  background: #1c4b82;
  border: 1px solid rgb(23.4810126582, 62.8955696203, 109.0189873418);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.version01 input[type=submit]:hover {
  background: rgb(30.7113924051, 82.2626582278, 142.5886075949);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version01 input[type=submit]:focus {
  background: rgb(30.7113924051, 82.2626582278, 142.5886075949);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version01 input[type=submit].active {
  background: rgb(30.7113924051, 82.2626582278, 142.5886075949);
  cursor: pointer;
}
.version01 .featuredTopics_list ul li a:hover span {
  color: #1c4b82;
}
.version01 .featured_blockin {
  background-color: #e9846a;
}
.version01 .featured_blockin h2 {
  color: #333;
}
.version01 .featured_blocklist {
  background-color: #e9846a;
}
.version01 .featured_blocklist h3,
.version01 .featured_blocklist .datalist,
.version01 .featured_blocklist .explain {
  color: #333;
}
.version01 .classification {
  background-color: rgb(175.401754386, 56.5052631579, 25.898245614);
}
.version01 .classification span {
  color: #fff;
}
.version01 .AI_block .consent .agreecontent .signblock {
  border-left: 6px solid #1c4b82;
}
.version01 .featured_area_block .featured_area_sort div a:hover, .version01 .featured_area_block .featured_area_sort div a.here {
  color: #1c4b82;
}
.version01 .AIgptgroup .directions .content .directions {
  color: #1c4b82;
}
.version01 .AIgptgroup .directions .contentother button.btn {
  background-color: #1c4b82;
  color: #fff;
}
.version01 .AIgptgroup .directions .contentother button.btn:hover, .version01 .AIgptgroup .directions .contentother button.btn:focus {
  background-color: rgb(23.4810126582, 62.8955696203, 109.0189873418);
}
.version01 .AIgptgroup .directions .contentother button.shiny {
  background-color: #1c4b82;
  color: #fff;
}
.version01 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: rgb(23.4810126582, 62.8955696203, 109.0189873418);
}
.version01 .AIgptgroup .directions .contentother button.shiny:hover, .version01 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: rgb(23.4810126582, 62.8955696203, 109.0189873418);
}
.version01 .AIgptgroup .directions .reading_needs_block .needs_group .needs_content .needs_directions:before {
  background-color: #1c4b82;
}
.version01 .AIgptgroup .describe .title {
  color: #1c4b82;
}
.version01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
  background: #1c4b82;
  background: linear-gradient(180deg, #1c4b82 0%, #1c4b82 50%, rgb(236, 236, 236) 50%, rgb(236, 236, 236) 100%);
}
@media (max-width: 992px) {
  .version01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
    background: rgb(187, 187, 187);
  }
}
.version01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div {
  background-color: #1c4b82;
}
@media (max-width: 992px) {
  .version01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div:before {
    background-color: #1c4b82;
  }
}
.version01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:before {
  border: 6px solid #1c4b82;
  background-color: #1c4b82;
  background-image: url("https://i.postimg.cc/m2D0BtTR/icon-tick.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
}
.version01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
  background: #1c4b82;
  background: linear-gradient(180deg, #1c4b82 0%, #1c4b82 50%, rgb(187, 187, 187) 50%, rgb(187, 187, 187) 100%);
}
@media (max-width: 992px) {
  .version01 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
    background: rgb(187, 187, 187);
  }
}
.version01 .AIgptgroup .AIgptstep .Features_block .featureslist .title {
  color: #1c4b82;
}
.version01 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle {
  color: #1c4b82;
}
.version01 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle a {
  color: #1c4b82;
}
.version01 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle {
  color: #1c4b82;
}
.version01 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle a {
  color: #1c4b82;
}
.version01 .AIgptgroup .AI_explain span:before {
  border: 8px solid #1c4b82;
  border-color: transparent transparent transparent #1c4b82;
}
.version01 .AIgptgroup .query_context_block .title {
  background-color: #1c4b82;
}
.version01 .AIgptgroup .query_context_block .title:after {
  border: 8px solid #1c4b82;
  border-color: transparent transparent transparent #1c4b82;
}
.version01 .AIgptgroup .query_context_block .contextbtn_group ul li a:hover, .version01 .AIgptgroup .query_context_block .contextbtn_group ul li a:focus, .version01 .AIgptgroup .query_context_block .contextbtn_group ul li a.active {
  background-color: #1c4b82;
}
@media screen and (max-width: 575px) {
  .version01 .AIgptgroup .query_context_block .title:after {
    border: 8px solid #1c4b82;
    border-color: #1c4b82 transparent transparent transparent;
  }
}
.version01 .AIgptgroup .continue_search_group .contextext button.btn:hover {
  background-color: #1c4b82;
}
.version01 .AIgptgroup .continue_search_group .expand_block button.expandbtn {
  background-color: #1c4b82 !important;
}
.version01 .modify_data .title,
.version01 .write_data .title,
.version01 .forget_password .title,
.version01 .mystudysearch_data .title,
.version01 .stored_value_group .title,
.version01 .reader_form_group .title,
.version01 .delivery_method_block .title {
  color: #1c4b82;
}
.version01 .modify_data p a,
.version01 .write_data p a,
.version01 .forget_password p a,
.version01 .mystudysearch_data p a,
.version01 .stored_value_group p a,
.version01 .reader_form_group p a,
.version01 .delivery_method_block p a {
  color: #1c4b82;
}
.version01 .modify_data p a:hover,
.version01 .write_data p a:hover,
.version01 .forget_password p a:hover,
.version01 .mystudysearch_data p a:hover,
.version01 .stored_value_group p a:hover,
.version01 .reader_form_group p a:hover,
.version01 .delivery_method_block p a:hover {
  color: #dd1f03;
}
.version01 .mystudymenu > ul > li > a {
  color: rgb(18.9620253165, 50.7911392405, 88.0379746835);
}
.version01 .security_deposit_block .title {
  color: #1c4b82;
}
.version01 .service_list .explain_block a {
  color: #1c4b82;
}
.version01 .pagination .page li.active a {
  background: #1c4b82;
  border: #1c4b82 solid 1px;
}
.version01 .contact_person_block .contact_person_group .data_list .title {
  color: #1c4b82;
}
.version01 .contact_person_block .contact_person_group .data_list .title span {
  border-bottom: 2px solid #1c4b82;
}
.version01 .send_block_title {
  background-color: #1c4b82;
}
.version01 .myorder_block .order_number {
  background-color: #1c4b82;
}
.version01 .filter_data_block .title {
  color: #1c4b82;
}
.version01 .hotqa_list h2 {
  background-color: #e9846a;
  color: #333;
}
.version01 .devicereservation_block .device_list {
  background-color: #e9846a;
  color: #000;
}
.version01 .devicereservation_block .device_list:hover, .version01 .devicereservation_block .device_list:focus {
  color: #000;
  background-color: rgb(226.4385964912, 95.3157894737, 61.5614035088);
}
.version01 .devicereservation_block .device_list a {
  color: #000;
}
.version01 .devicereservation_block .device_list a:hover, .version01 .devicereservation_block .device_list a:focus {
  color: #000;
  background-color: rgb(226.4385964912, 95.3157894737, 61.5614035088);
}
.version01 .devicereservation_block .device_list h3 {
  color: #000;
  font-weight: 400;
}
.version01 .devicereservation_block .device_list .content ul li {
  color: #000;
}
.version01 .devicereservation_block .device_list .content ul li:before {
  border: 5px solid #000;
  border-color: transparent transparent transparent #000;
}
.version01 .devicereservation_block .device_list .content .quantity span em {
  color: #400597;
}
.version01 .meets_box a {
  background-color: #e9846a;
  color: #000;
  font-weight: 400;
}
.version01 .meets_box a:hover, .version01 .meets_box a:focus {
  color: #000;
  background-color: rgb(226.4385964912, 95.3157894737, 61.5614035088);
}
.version01 .reservation_explain {
  background-color: #e9846a;
  color: #fff;
}
.version01 .device_explain {
  background-color: #e9846a;
  color: #fff;
}
.version01 .device_explain h3 {
  font-weight: 400;
}
.version01 .booklist .bookmidblock h2 a {
  color: #1c4b82;
}
.version01 .booklist .bookmidblock ul li.word_title a {
  color: #1c4b82;
}
.version01 .booklist_block .booklist .bookmidblock .data_type_block {
  background-color: #e9846a;
}
.version01 .no_result .related_words h2 {
  color: #1c4b82;
}
.version01 .devicefiltering_block .filtersearch button.searchbtn {
  background-color: #1c4b82;
}
.version01 .viewdata_block .viewmode_group .viewmode_parallel a:hover, .version01 .viewdata_block .viewmode_group .viewmode_parallel a:focus, .version01 .viewdata_block .viewmode_group .viewmode_parallel a.active,
.version01 .viewdata_block .viewmode_group .viewmode_vertical a:hover,
.version01 .viewdata_block .viewmode_group .viewmode_vertical a:focus,
.version01 .viewdata_block .viewmode_group .viewmode_vertical a.active {
  border: 1px solid #1c4b82;
  background-color: #1c4b82;
}
.version01 .itemselect_block .itemselect_group {
  background-color: #e9846a;
}
.version01 .reminder_window_block {
  background-color: #1c4b82;
}
.version01 .prize_category ul li a.here {
  background-color: #1c4b82;
}
.version01 .prize_category ul li a.here:hover {
  color: #fff;
  background-color: rgb(23.4810126582, 62.8955696203, 109.0189873418);
}
.version01 .prize_category ul li a:hover {
  color: #1c4b82;
}
.version01 .book_detail .book_cover_source a {
  color: #1c4b82;
}
.version01 .mainrightblock .book_detaildata .bookdata2 h3,
.version01 .mainrightblock2 .book_detaildata .bookdata2 h3 {
  color: #1c4b82;
}
.version01 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a:hover, .version01 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a.here,
.version01 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a:hover,
.version01 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a.here {
  background-color: #1c4b82;
}
.version01 .mainrightblock .book_detaildata .bookdata .data_type_block,
.version01 .mainrightblock2 .book_detaildata .bookdata .data_type_block {
  background-color: #e9846a;
}
.version01 .mainrightblock .book_detaildata .bookdata .listdata ul li a,
.version01 .mainrightblock2 .book_detaildata .bookdata .listdata ul li a {
  color: #1c4b82;
}
.version01 .switch_btn a {
  background-color: #1c4b82 !important;
}
.version01 .cp_content h3 {
  color: rgb(18.9620253165, 50.7911392405, 88.0379746835);
}
.version01 .bookselection_group .rightblock .content_analysis .title {
  background-color: #1c4b82;
}
.version01 .classification_group {
  background-color: #1c4b82;
}
.version01 .AI_explain:before {
  border: 8px solid #1c4b82;
  border-color: transparent transparent transparent #1c4b82;
}
.version01 .fatfooter {
  background-color: rgb(18.9620253165, 50.7911392405, 88.0379746835);
}
.version01 .fatfooter .btn-fatfooter {
  background: rgb(18.9620253165, 50.7911392405, 88.0379746835);
}
.version01 .fatfooter .btn-fatfooter:hover, .version01 .fatfooter .btn-fatfooter:focus {
  background: rgb(9.9240506329, 26.582278481, 46.0759493671);
}
.version01 footer {
  background-color: rgb(18.9620253165, 50.7911392405, 88.0379746835);
}
.version01 .btnstyle.brownbg {
  background-color: #1c4b82;
  border: 2px solid #1c4b82;
  color: #fff;
}
.version01 .btnstyle.brownbg:hover {
  background-color: rgb(37.0379746835, 99.2088607595, 171.9620253165);
  border: 2px solid rgb(37.0379746835, 99.2088607595, 171.9620253165);
}
.version01 .btnstyle.whitebg2 {
  border: 1px solid #1c4b82;
  background-color: #fff;
  color: #1c4b82 !important;
  transition: 0.2s;
  box-shadow: none;
}
.version01 .btnstyle.whitebg2:hover, .version01 .btnstyle.whitebg2:focus {
  background-color: #eee;
  border: 1px solid #1c4b82;
  color: #1c4b82 !important;
}
.version01 .linecontent.mobile-card .main-title {
  color: #1c4b82;
}
.version01 .linecontent.mobile-card .main-title span {
  color: #1c4b82;
}
.version01 .linecontent.mobile-card .main-title:before {
  background: #1c4b82;
}
.version01 .linecontent.mobile-card .card-step span {
  background: #1c4b82;
}
.version01 .linecontent.mobile-card .card-step span.active {
  color: #fff;
  background: #dc0122;
}
.version01 .linecontent.mobile-card .card-step em {
  border: 8px solid #1c4b82;
  border-left: none;
  border-bottom: none;
}
@media screen and (max-device-width: 320px) {
  .version01 .linecontent.mobile-card .card-step em {
    border: 5px solid #1c4b82;
    border-left: none;
    border-bottom: none;
  }
}
.version01 .linecontent.mobile-card .card-login .id {
  color: #1c4b82;
}
.version01 .linecontent.mobile-card .card-ok span {
  color: #1c4b82;
}
.version01 .linecontent.library .main-title {
  color: #1c4b82;
}
.version01 .linecontent.library .main-title:before {
  background: #1c4b82;
}
.version01 .scanning_button {
  background-color: #1c4b82;
}
.version01 .scanning_button:hover {
  background-color: rgb(32.5189873418, 87.1044303797, 150.9810126582);
}
.version01 .cascading li a {
  border-bottom: 2px solid #1c4b82;
}
.version01 .cascading li a:hover, .version01 .cascading li a:focus {
  color: #1c4b82 !important;
}
.version01 .cascading li ul li a {
  border-bottom: 1px dotted #ccc;
}
.version01 .tabSet .modeBBtn.active,
.version01 .tabSet .tabBtn.active {
  background: #1c4b82;
}
.version01 .tabSet .modeBBtn.active:before,
.version01 .tabSet .tabBtn.active:before {
  content: "";
  border: 11px solid #1c4b82;
  border-color: #1c4b82 transparent transparent transparent;
}
.version01 .tabSet .tabContent .content {
  background: #1c4b82;
}
.version01 .tabSet .tabContent .content ul li a:hover {
  color: #1c4b82;
}
.version01 .tabSet .tabContent .content ul li a.active {
  color: #1c4b82;
}
.version01 .tabSet.modeB .tabContent .content {
  background-color: #1c4b82;
}
.version01 .tabSet.modeB .tabContent .content ul li a {
  color: #1c4b82;
}
.version01 .tabSet.modeB .tabContent .content ul li a.active {
  background-color: #1c4b82;
}
.version01 .segmented-control {
  background-color: #1c4b82;
}
.version01 .segmented-control .segment.active {
  color: #1c4b82;
}

.version02 .header {
  background: #bc5702;
  background: linear-gradient(to bottom, #bc5702, #bc5702);
}
.version02 .header > .container .sidebarCtrl {
  background-image: url("../images/sidebarCtrl_white.png");
}
.version02 .header > .container .accesskey {
  color: #bc5702;
}
.version02 .header h1 {
  margin: -3px 0 0 20px;
}
.version02 table td a {
  color: #774e2b;
}
.version02 table td a:hover {
  color: #dd1f03;
}
.version02 .search_block {
  background-image: url("../images/search_blockbg02_version02.jpg");
}
.version02 .search_block .searchsystem .recent_searches .title {
  color: #bc5702;
}
.version02 .search_block .searchsystem .searchall a.addfield {
  background-color: #bc5702;
}
.version02 .search_block .searchsystem .searchall a.addfield:hover {
  background-color: rgb(162.7684210526, 75.3236842105, 1.7315789474);
}
.version02 .search_block .searchsystem .searchall a:hover {
  color: #fff;
}
.version02 .search_block .searchsystem .searchbutton span.primary_btn a {
  background-color: #bc5702;
  border: 1px solid #bc5702;
}
.version02 .search_block .query_system_block .AI_situational_btn {
  color: #bc5702;
  box-shadow: 0 0 0 2px #bc5702 inset;
}
.version02 .search_block .query_system_block .AI_situational_btn:hover, .version02 .search_block .query_system_block .AI_situational_btn:focus {
  background-color: #bc5702;
}
.version02 .search_block .query_system_block .titlename {
  background-color: #bc5702;
}
.version02 .related_links div a span {
  background-color: #bc5702;
}
.version02 .related_links div a:hover {
  color: rgb(137.5368421053, 63.6473684211, 1.4631578947);
}
.version02 .related_links div a:hover span {
  background-color: rgb(228.3705263158, 105.6821052632, 2.4294736842);
}
.version02 .featured_block {
  background-color: #a7c077;
}
.version02 .related_block .related_links div a.new span {
  background-color: #a7c077;
}
.version02 .privacy_consent {
  background-color: #bc5702;
}
.version02 .limit h2 {
  color: #774e2b;
}
.version02 .sort_block .sortlist_block h2 a {
  color: rgb(81.537037037, 53.4444444444, 29.462962963);
}
.version02 .search_blockin .searchsystem .btn_grp a.addfield {
  background-color: #bc5702;
}
.version02 .search_blockin2,
.version02 .search_blockin,
.version02 .mystudyname,
.version02 .general_block {
  background-image: url("../images/search_blockbg02_version02.jpg");
  background-position: center -160px;
}
.version02 .login_lightbox h2,
.version02 .choose_librarycard_lightbox h2,
.version02 .qrcode_lightbox h2,
.version02 .recommendbook_lightbox h2,
.version02 .search_field_lightbox h2,
.version02 .related_lightbox h2,
.version02 .lightboxstyle h2,
.version02 .lightboxstyle_block h2,
.version02 .lightboxstyle_block2 h2 {
  border-bottom: 2px solid #bc5702;
  color: #bc5702 !important;
}
.version02 .logintab ul li a {
  color: #bc5702 !important;
  border: 2px solid #bc5702 !important;
}
.version02 .logintab ul li a:hover, .version02 .logintab ul li a.active {
  background-color: #bc5702 !important;
  color: #fff !important;
}
.version02 .qrcode_btn a {
  background-color: #bc5702 !important;
}
.version02 .qrcode_btn a:hover {
  background-color: rgb(238.4631578947, 110.3526315789, 2.5368421053) !important;
}
.version02 .relatedlist ul li a:before {
  background-color: #bc5702;
}
.version02 .relatedlist ul li a:hover {
  background-color: #a7c077;
}
.version02 .lightbox_data table th a {
  color: #bc5702;
}
.version02 .bookname {
  color: #bc5702;
}
.version02 .super_business_data .data_content .title {
  color: #774e2b;
}
.version02 .AIGPT_information .AIGPT_group .content .booktitle {
  color: #bc5702;
}
.version02 .exclusive_book .booktitle {
  color: #bc5702;
}
.version02 .sharedreading_lightbox .content .booktitle {
  color: #bc5702;
}
.version02 .sharedreading_lightbox .discuss_list ul li {
  background-color: #774e2b;
}
.version02 .lightboxAI_situational:before {
  background-color: #bc5702;
}
.version02 .lightboxAI_situational .title {
  color: #bc5702;
  border: 1px solid #bc5702;
  border-width: 0px 8px;
}
.version02 .lightboxAI_situational .title a {
  color: #bc5702;
}
.version02 .lightboxAI_situational .title a:hover {
  color: #dc0122;
}
.version02 .lightboxAI_situational .content .example_list ul li a:hover {
  border: 1px solid #bc5702;
  color: #bc5702;
  border-left-width: 14px;
}
.version02 .lightboxAI_situational .content .query_records_group .query_records_list .query_function .time {
  color: #bc5702;
}
.version02 .lightboxAI_situational .content .query_records_group .query_records_list ul li a:hover {
  background-color: #bc5702;
}
.version02 .lightboxAI_situational .content .query_records_group .query_records_list .more a:before {
  border: 6px solid #bc5702;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.version02 .lightboxAI_situational .content .query_records_group .query_records_list .more a:hover {
  color: #bc5702;
}
.version02 .lightboxAI_situational .content .extend_list ul li button.btn:hover {
  background-color: #bc5702;
}
.version02 .lightboxAI_situational .content .Keyelements_list ul li a:hover, .version02 .lightboxAI_situational .content .Keyelements_list ul li a:focus, .version02 .lightboxAI_situational .content .Keyelements_list ul li a.active {
  background-color: #bc5702;
  color: #fff;
}
.version02 input[type=submit] {
  background: #bc5702;
  border: 1px solid rgb(162.7684210526, 75.3236842105, 1.7315789474);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.version02 input[type=submit]:hover {
  background: rgb(203.1389473684, 94.0057894737, 2.1610526316);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version02 input[type=submit]:focus {
  background: rgb(203.1389473684, 94.0057894737, 2.1610526316);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version02 input[type=submit].active {
  background: rgb(203.1389473684, 94.0057894737, 2.1610526316);
  cursor: pointer;
}
.version02 .featuredTopics_list ul li a:hover span {
  color: #bc5702;
}
.version02 .featured_blockin {
  background-color: #a7c077;
}
.version02 .featured_blockin h2 {
  color: #333;
}
.version02 .featured_blocklist {
  background-color: #a7c077;
}
.version02 .featured_blocklist h3,
.version02 .featured_blocklist .datalist,
.version02 .featured_blocklist .explain {
  color: #333;
}
.version02 .classification {
  background-color: rgb(144.4472361809, 175.8542713568, 84.1457286432);
}
.version02 .classification span {
  color: #000;
}
.version02 .classification .path li {
  color: #000;
}
.version02 .classification .path li:before {
  color: #000;
}
.version02 .classification .path li a {
  color: #000;
}
.version02 .AI_block .consent .agreecontent .signblock {
  border-left: 6px solid #bc5702;
}
.version02 .featured_area_block .featured_area_sort div a:hover, .version02 .featured_area_block .featured_area_sort div a.here {
  color: #bc5702;
}
.version02 .AIgptgroup .directions .content .directions {
  color: #774e2b;
}
.version02 .AIgptgroup .directions .contentother button.btn {
  background-color: #bc5702;
  color: #fff;
}
.version02 .AIgptgroup .directions .contentother button.btn:hover, .version02 .AIgptgroup .directions .contentother button.btn:focus {
  background-color: rgb(162.7684210526, 75.3236842105, 1.7315789474);
}
.version02 .AIgptgroup .directions .contentother button.shiny {
  background-color: #bc5702;
  color: #fff;
}
.version02 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: rgb(162.7684210526, 75.3236842105, 1.7315789474);
}
.version02 .AIgptgroup .directions .contentother button.shiny:hover, .version02 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: rgb(162.7684210526, 75.3236842105, 1.7315789474);
}
.version02 .AIgptgroup .directions .reading_needs_block .needs_group .needs_content .needs_directions:before {
  background-color: #bc5702;
}
.version02 .AIgptgroup .describe .title {
  color: #774e2b;
}
.version02 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
  background: #bc5702;
  background: linear-gradient(180deg, #bc5702 0%, #bc5702 50%, rgb(236, 236, 236) 50%, rgb(236, 236, 236) 100%);
}
@media (max-width: 992px) {
  .version02 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
    background: rgb(187, 187, 187);
  }
}
.version02 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div {
  background-color: #bc5702;
}
@media (max-width: 992px) {
  .version02 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div:before {
    background-color: #bc5702;
  }
}
.version02 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:before {
  border: 6px solid #bc5702;
  background-color: #bc5702;
  background-image: url("https://i.postimg.cc/m2D0BtTR/icon-tick.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
}
.version02 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
  background: #bc5702;
  background: linear-gradient(180deg, #bc5702 0%, #bc5702 50%, rgb(187, 187, 187) 50%, rgb(187, 187, 187) 100%);
}
@media (max-width: 992px) {
  .version02 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
    background: rgb(187, 187, 187);
  }
}
.version02 .AIgptgroup .AIgptstep .Features_block .featureslist .title {
  color: #bc5702;
}
.version02 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle {
  color: #bc5702;
}
.version02 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle a {
  color: #bc5702;
}
.version02 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle {
  color: #bc5702;
}
.version02 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle a {
  color: #bc5702;
}
.version02 .AIgptgroup .AI_explain span:before {
  border: 8px solid #bc5702;
  border-color: transparent transparent transparent #bc5702;
}
.version02 .AIgptgroup .query_context_block .title {
  background-color: #bc5702;
}
.version02 .AIgptgroup .query_context_block .title:after {
  border: 8px solid #bc5702;
  border-color: transparent transparent transparent #bc5702;
}
.version02 .AIgptgroup .query_context_block .contextbtn_group ul li a:hover, .version02 .AIgptgroup .query_context_block .contextbtn_group ul li a:focus, .version02 .AIgptgroup .query_context_block .contextbtn_group ul li a.active {
  background-color: #bc5702;
}
@media screen and (max-width: 575px) {
  .version02 .AIgptgroup .query_context_block .title:after {
    border: 8px solid #bc5702;
    border-color: #bc5702 transparent transparent transparent;
  }
}
.version02 .AIgptgroup .continue_search_group .contextext button.btn:hover {
  background-color: #bc5702;
}
.version02 .AIgptgroup .continue_search_group .expand_block button.expandbtn {
  background-color: #bc5702 !important;
}
.version02 .modify_data .title,
.version02 .write_data .title,
.version02 .forget_password .title,
.version02 .mystudysearch_data .title,
.version02 .stored_value_group .title,
.version02 .reader_form_group .title,
.version02 .delivery_method_block .title {
  color: #bc5702;
}
.version02 .modify_data p a,
.version02 .write_data p a,
.version02 .forget_password p a,
.version02 .mystudysearch_data p a,
.version02 .stored_value_group p a,
.version02 .reader_form_group p a,
.version02 .delivery_method_block p a {
  color: #774e2b;
}
.version02 .modify_data p a:hover,
.version02 .write_data p a:hover,
.version02 .forget_password p a:hover,
.version02 .mystudysearch_data p a:hover,
.version02 .stored_value_group p a:hover,
.version02 .reader_form_group p a:hover,
.version02 .delivery_method_block p a:hover {
  color: #dd1f03;
}
.version02 .mystudymenu > ul > li > a {
  color: rgb(81.537037037, 53.4444444444, 29.462962963);
}
.version02 .security_deposit_block .title {
  color: #bc5702;
}
.version02 .service_list .explain_block a {
  color: #bc5702;
}
.version02 .pagination .page li.active a {
  background: #bc5702;
  border: #bc5702 solid 1px;
}
.version02 .contact_person_block .contact_person_group .data_list .title {
  color: #bc5702;
}
.version02 .contact_person_block .contact_person_group .data_list .title span {
  border-bottom: 2px solid #bc5702;
}
.version02 .send_block_title {
  background-color: #bc5702;
}
.version02 .myorder_block .order_number {
  background-color: #bc5702;
}
.version02 .filter_data_block .title {
  color: #bc5702;
}
.version02 .hotqa_list h2 {
  background-color: #a7c077;
  color: #333;
}
.version02 .devicereservation_block .device_list {
  background-color: #a7c077;
  color: #000;
}
.version02 .devicereservation_block .device_list:hover, .version02 .devicereservation_block .device_list:focus {
  color: #000;
  background-color: rgb(144.4472361809, 175.8542713568, 84.1457286432);
}
.version02 .devicereservation_block .device_list a {
  color: #000;
}
.version02 .devicereservation_block .device_list a:hover, .version02 .devicereservation_block .device_list a:focus {
  color: #000;
  background-color: rgb(144.4472361809, 175.8542713568, 84.1457286432);
}
.version02 .devicereservation_block .device_list h3 {
  color: #000;
  font-weight: 400;
}
.version02 .devicereservation_block .device_list .content ul li {
  color: #000;
}
.version02 .devicereservation_block .device_list .content ul li:before {
  border: 5px solid #000;
  border-color: transparent transparent transparent #000;
}
.version02 .meets_box a {
  background-color: #a7c077;
  color: #000;
  font-weight: 400;
}
.version02 .meets_box a:hover, .version02 .meets_box a:focus {
  color: #000;
  background-color: rgb(144.4472361809, 175.8542713568, 84.1457286432);
}
.version02 .reservation_explain {
  background-color: #a7c077;
  color: #000;
}
.version02 .device_explain {
  background-color: #a7c077;
  color: #000;
}
.version02 .device_explain h3 {
  font-weight: 400;
}
.version02 .booklist .bookmidblock h2 a {
  color: #774e2b;
}
.version02 .booklist .bookmidblock ul li.word_title a {
  color: #774e2b;
}
.version02 .booklist_block .booklist .bookmidblock .data_type_block {
  background-color: #a7c077;
}
.version02 .no_result .related_words h2 {
  color: #bc5702;
}
.version02 .devicefiltering_block .filtersearch button.searchbtn {
  background-color: #bc5702;
}
.version02 .viewdata_block .viewmode_group .viewmode_parallel a:hover, .version02 .viewdata_block .viewmode_group .viewmode_parallel a:focus, .version02 .viewdata_block .viewmode_group .viewmode_parallel a.active,
.version02 .viewdata_block .viewmode_group .viewmode_vertical a:hover,
.version02 .viewdata_block .viewmode_group .viewmode_vertical a:focus,
.version02 .viewdata_block .viewmode_group .viewmode_vertical a.active {
  border: 1px solid #bc5702;
  background-color: #bc5702;
}
.version02 .itemselect_block .itemselect_group {
  background-color: #a7c077;
}
.version02 .reminder_window_block {
  background-color: #774e2b;
}
.version02 .prize_category ul li a.here {
  background-color: #bc5702;
}
.version02 .prize_category ul li a.here:hover {
  color: #fff;
  background-color: rgb(162.7684210526, 75.3236842105, 1.7315789474);
}
.version02 .prize_category ul li a:hover {
  color: #bc5702;
}
.version02 .book_detail .book_cover_source a {
  color: #774e2b;
}
.version02 .mainrightblock .book_detaildata .bookdata2 h3,
.version02 .mainrightblock2 .book_detaildata .bookdata2 h3 {
  color: #bc5702;
}
.version02 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a:hover, .version02 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a.here,
.version02 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a:hover,
.version02 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a.here {
  background-color: #bc5702;
}
.version02 .mainrightblock .bookdata .data_type_block,
.version02 .mainrightblock2 .bookdata .data_type_block {
  background-color: #a7c077;
}
.version02 .mainrightblock .bookdata .listdata ul li a,
.version02 .mainrightblock2 .bookdata .listdata ul li a {
  color: #774e2b;
}
.version02 .switch_btn a {
  background-color: #bc5702 !important;
}
.version02 .cp_content h3 {
  color: #bc5702;
}
.version02 .bookselection_group .rightblock .content_analysis .title {
  background-color: #bc5702;
}
.version02 .classification_group {
  background-color: #bc5702;
}
.version02 .AI_explain:before {
  border: 8px solid #bc5702;
  border-color: transparent transparent transparent #bc5702;
}
.version02 .fatfooter {
  background-color: rgb(162.7684210526, 75.3236842105, 1.7315789474);
}
.version02 .fatfooter .btn-fatfooter {
  background: rgb(162.7684210526, 75.3236842105, 1.7315789474);
}
.version02 .fatfooter .btn-fatfooter:hover, .version02 .fatfooter .btn-fatfooter:focus {
  background: rgb(112.3052631579, 51.9710526316, 1.1947368421);
}
.version02 footer {
  background-color: rgb(162.7684210526, 75.3236842105, 1.7315789474);
}
.version02 .btnstyle.brownbg {
  background-color: #bc5702;
  border: 2px solid #bc5702;
  color: #fff;
}
.version02 .btnstyle.brownbg:hover {
  background-color: rgb(147.6294736842, 68.3178947368, 1.5705263158);
  border: 2px solid rgb(147.6294736842, 68.3178947368, 1.5705263158);
}
.version02 .btnstyle.whitebg2 {
  border: 1px solid #bc5702;
  background-color: #fff;
  color: #bc5702 !important;
  transition: 0.2s;
  box-shadow: none;
}
.version02 .btnstyle.whitebg2:hover, .version02 .btnstyle.whitebg2:focus {
  background-color: #eee;
  border: 1px solid #bc5702;
  color: #bc5702 !important;
}
.version02 .linecontent.mobile-card .main-title {
  color: #bc5702;
}
.version02 .linecontent.mobile-card .main-title span {
  color: #bc5702;
}
.version02 .linecontent.mobile-card .main-title:before {
  background: #bc5702;
}
.version02 .linecontent.mobile-card .card-step span {
  background: #bc5702;
}
.version02 .linecontent.mobile-card .card-step span.active {
  color: #fff;
  background: #dc0122;
}
.version02 .linecontent.mobile-card .card-step em {
  border: 8px solid #bc5702;
  border-left: none;
  border-bottom: none;
}
@media screen and (max-device-width: 320px) {
  .version02 .linecontent.mobile-card .card-step em {
    border: 5px solid #bc5702;
    border-left: none;
    border-bottom: none;
  }
}
.version02 .linecontent.mobile-card .card-login .id {
  color: #bc5702;
}
.version02 .linecontent.mobile-card .card-ok span {
  color: #bc5702;
}
.version02 .linecontent.library .main-title {
  color: #bc5702;
}
.version02 .linecontent.library .main-title:before {
  background: #bc5702;
}
.version02 .scanning_button {
  background-color: #bc5702;
}
.version02 .scanning_button:hover {
  background-color: rgb(213.2315789474, 98.6763157895, 2.2684210526);
}
.version02 .cascading li a {
  border-bottom: 2px solid #bc5702;
}
.version02 .cascading li a:hover, .version02 .cascading li a:focus {
  color: #bc5702 !important;
}
.version02 .cascading li ul li a {
  border-bottom: 1px dotted #ccc;
}
.version02 .tabSet .modeBBtn.active,
.version02 .tabSet .tabBtn.active {
  background: #bc5702;
}
.version02 .tabSet .modeBBtn.active:before,
.version02 .tabSet .tabBtn.active:before {
  content: "";
  border: 11px solid #bc5702;
  border-color: #bc5702 transparent transparent transparent;
}
.version02 .tabSet .tabContent .content {
  background: #bc5702;
}
.version02 .tabSet .tabContent .content ul li a:hover {
  color: #bc5702;
}
.version02 .tabSet .tabContent .content ul li a.active {
  color: #bc5702;
}
.version02 .tabSet.modeB .tabContent .content {
  background-color: #bc5702;
}
.version02 .tabSet.modeB .tabContent .content ul li a {
  color: #bc5702;
}
.version02 .tabSet.modeB .tabContent .content ul li a.active {
  background-color: #bc5702;
}
.version02 .segmented-control {
  background-color: #bc5702;
}
.version02 .segmented-control .segment.active {
  color: #bc5702;
}

.version03 .header {
  background: #0b857d;
  background: linear-gradient(to bottom, #0b857d, #0b857d);
}
.version03 .header > .container .sidebarCtrl {
  background-image: url("../images/sidebarCtrl_white.png");
}
.version03 .header > .container .accesskey {
  color: #097e76;
}
.version03 .header h1 {
  margin: -3px 0 0 20px;
}
.version03 table td a {
  color: #097e76;
}
.version03 table td a:hover {
  color: #dd1f03;
}
.version03 .search_block {
  background-image: url("../images/search_blockbg02_version03.jpg");
}
.version03 .search_block .searchsystem .recent_searches .title {
  color: #097e76;
}
.version03 .search_block .searchsystem .searchall a.addfield {
  background-color: #097e76;
}
.version03 .search_block .searchsystem .searchall a.addfield:hover {
  background-color: rgb(7.3, 102.2, 95.7111111111);
}
.version03 .search_block .searchsystem .searchall a:hover {
  color: #fff;
}
.version03 .search_block .searchsystem .searchbutton span.primary_btn a {
  background-color: #097e76;
  border: 1px solid #097e76;
}
.version03 .search_block .query_system_block .AI_situational_btn {
  color: #097e76;
  box-shadow: 0 0 0 2px #097e76 inset;
}
.version03 .search_block .query_system_block .AI_situational_btn:hover, .version03 .search_block .query_system_block .AI_situational_btn:focus {
  background-color: #097e76;
}
.version03 .search_block .query_system_block .titlename {
  background-color: #097e76;
}
.version03 .related_links div a span {
  background-color: #097e76;
}
.version03 .related_links div a:hover {
  color: rgb(5.6, 78.4, 73.4222222222);
}
.version03 .related_links div a:hover span {
  background-color: rgb(10.7, 149.8, 140.2888888889);
}
.version03 .featured_block {
  background-color: #f49a6e;
}
.version03 .featured_block h2 {
  color: #850f0f;
}
.version03 .privacy_consent {
  background-color: #097e76;
}
.version03 .limit h2 {
  color: #097e76;
}
.version03 .sort_block .sortlist_block h2 a {
  color: rgb(5.6, 78.4, 73.4222222222);
}
.version03 .search_blockin .searchsystem .btn_grp a.addfield {
  background-color: #097e76;
}
.version03 .search_blockin2,
.version03 .search_blockin,
.version03 .mystudyname,
.version03 .general_block {
  background-image: url("../images/search_blockbg02_version03.jpg");
  background-position: center -155px;
}
.version03 .login_lightbox h2,
.version03 .choose_librarycard_lightbox h2,
.version03 .qrcode_lightbox h2,
.version03 .recommendbook_lightbox h2,
.version03 .search_field_lightbox h2,
.version03 .related_lightbox h2,
.version03 .lightboxstyle h2,
.version03 .lightboxstyle_block h2,
.version03 .lightboxstyle_block2 h2 {
  border-bottom: 2px solid #097e76;
  color: #097e76 !important;
}
.version03 .logintab ul li a {
  color: #097e76 !important;
  border: 2px solid #097e76 !important;
}
.version03 .logintab ul li a:hover, .version03 .logintab ul li a.active {
  background-color: #097e76 !important;
  color: #fff !important;
}
.version03 .qrcode_btn a {
  background-color: #097e76 !important;
}
.version03 .qrcode_btn a:hover {
  background-color: rgb(12.4, 173.6, 162.5777777778) !important;
}
.version03 .relatedlist ul li a:before {
  background-color: #097e76;
}
.version03 .relatedlist ul li a:hover {
  background-color: #f49a6e;
}
.version03 .lightbox_data table th a {
  color: #097e76;
}
.version03 .bookname {
  color: #097e76;
}
.version03 .super_business_data .data_content .title {
  color: #097e76;
}
.version03 .AIGPT_information .AIGPT_group .content .booktitle {
  color: #097e76;
}
.version03 .exclusive_book .booktitle {
  color: #097e76;
}
.version03 .sharedreading_lightbox .content .booktitle {
  color: #097e76;
}
.version03 .sharedreading_lightbox .discuss_list ul li {
  background-color: #097e76;
}
.version03 .lightboxAI_situational:before {
  background-color: #097e76;
}
.version03 .lightboxAI_situational .title {
  color: #097e76;
  border: 1px solid #097e76;
  border-width: 0px 8px;
}
.version03 .lightboxAI_situational .title a {
  color: #097e76;
}
.version03 .lightboxAI_situational .title a:hover {
  color: #dc0122;
}
.version03 .lightboxAI_situational .content .example_list ul li a:hover {
  border: 1px solid #097e76;
  color: #097e76;
  border-left-width: 14px;
}
.version03 .lightboxAI_situational .content .query_records_group .query_records_list .query_function .time {
  color: #097e76;
}
.version03 .lightboxAI_situational .content .query_records_group .query_records_list ul li a:hover {
  background-color: #097e76;
}
.version03 .lightboxAI_situational .content .query_records_group .query_records_list .more a:before {
  border: 6px solid #097e76;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.version03 .lightboxAI_situational .content .query_records_group .query_records_list .more a:hover {
  color: #097e76;
}
.version03 .lightboxAI_situational .content .extend_list ul li button.btn:hover {
  background-color: #097e76;
}
.version03 .lightboxAI_situational .content .Keyelements_list ul li a:hover, .version03 .lightboxAI_situational .content .Keyelements_list ul li a:focus, .version03 .lightboxAI_situational .content .Keyelements_list ul li a.active {
  background-color: #097e76;
  color: #fff;
}
.version03 input[type=submit] {
  background: #097e76;
  border: 1px solid rgb(7.3, 102.2, 95.7111111111);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.version03 input[type=submit]:hover {
  background: rgb(10.02, 140.28, 131.3733333333);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version03 input[type=submit]:focus {
  background: rgb(10.02, 140.28, 131.3733333333);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version03 input[type=submit].active {
  background: rgb(10.02, 140.28, 131.3733333333);
  cursor: pointer;
}
.version03 .featuredTopics_list ul li a:hover span {
  color: #097e76;
}
.version03 .featured_blockin {
  background-color: #f49a6e;
}
.version03 .featured_blockin h2 {
  color: #333;
}
.version03 .featured_blocklist {
  background-color: #f49a6e;
}
.version03 .featured_blocklist h3,
.version03 .featured_blocklist .datalist,
.version03 .featured_blocklist .explain {
  color: #333;
}
.version03 .classification {
  background-color: #f49a6e;
}
.version03 .classification span {
  color: #000;
}
.version03 .classification .path li {
  color: #000;
}
.version03 .classification .path li:before {
  color: #000;
}
.version03 .classification .path li a {
  color: #000;
}
.version03 .AI_block .consent .agreecontent .signblock {
  border-left: 6px solid #097e76;
}
.version03 .featured_area_block .featured_area_sort div a:hover, .version03 .featured_area_block .featured_area_sort div a.here {
  color: #097e76;
}
.version03 .AIgptgroup .directions .content .directions {
  color: #097e76;
}
.version03 .AIgptgroup .directions .contentother button.btn {
  background-color: #097e76;
  color: #fff;
}
.version03 .AIgptgroup .directions .contentother button.btn:hover, .version03 .AIgptgroup .directions .contentother button.btn:focus {
  background-color: rgb(7.3, 102.2, 95.7111111111);
}
.version03 .AIgptgroup .directions .contentother button.shiny {
  background-color: #097e76;
  color: #fff;
}
.version03 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: rgb(7.3, 102.2, 95.7111111111);
}
.version03 .AIgptgroup .directions .contentother button.shiny:hover, .version03 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: rgb(7.3, 102.2, 95.7111111111);
}
.version03 .AIgptgroup .directions .reading_needs_block .needs_group .needs_content .needs_directions:before {
  background-color: #097e76;
}
.version03 .AIgptgroup .describe .title {
  color: #097e76;
}
.version03 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
  background: #097e76;
  background: linear-gradient(180deg, #097e76 0%, #097e76 50%, rgb(236, 236, 236) 50%, rgb(236, 236, 236) 100%);
}
@media (max-width: 992px) {
  .version03 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
    background: rgb(187, 187, 187);
  }
}
.version03 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div {
  background-color: #097e76;
}
@media (max-width: 992px) {
  .version03 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div:before {
    background-color: #097e76;
  }
}
.version03 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:before {
  border: 6px solid #097e76;
  background-color: #097e76;
  background-image: url("https://i.postimg.cc/m2D0BtTR/icon-tick.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
}
.version03 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
  background: #097e76;
  background: linear-gradient(180deg, #097e76 0%, #097e76 50%, rgb(187, 187, 187) 50%, rgb(187, 187, 187) 100%);
}
@media (max-width: 992px) {
  .version03 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
    background: rgb(187, 187, 187);
  }
}
.version03 .AIgptgroup .AIgptstep .Features_block .featureslist .title {
  color: #097e76;
}
.version03 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle {
  color: #097e76;
}
.version03 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle a {
  color: #097e76;
}
.version03 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle {
  color: #097e76;
}
.version03 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle a {
  color: #097e76;
}
.version03 .AIgptgroup .AI_explain span:before {
  border: 8px solid #097e76;
  border-color: transparent transparent transparent #097e76;
}
.version03 .AIgptgroup .query_context_block .title {
  background-color: #097e76;
}
.version03 .AIgptgroup .query_context_block .title:after {
  border: 8px solid #097e76;
  border-color: transparent transparent transparent #097e76;
}
.version03 .AIgptgroup .query_context_block .contextbtn_group ul li a:hover, .version03 .AIgptgroup .query_context_block .contextbtn_group ul li a:focus, .version03 .AIgptgroup .query_context_block .contextbtn_group ul li a.active {
  background-color: #097e76;
}
@media screen and (max-width: 575px) {
  .version03 .AIgptgroup .query_context_block .title:after {
    border: 8px solid #097e76;
    border-color: #097e76 transparent transparent transparent;
  }
}
.version03 .AIgptgroup .continue_search_group .contextext button.btn:hover {
  background-color: #097e76;
}
.version03 .AIgptgroup .continue_search_group .expand_block button.expandbtn {
  background-color: #097e76 !important;
}
.version03 .modify_data .title,
.version03 .write_data .title,
.version03 .forget_password .title,
.version03 .mystudysearch_data .title,
.version03 .stored_value_group .title,
.version03 .reader_form_group .title,
.version03 .delivery_method_block .title {
  color: #097e76;
}
.version03 .modify_data p a,
.version03 .write_data p a,
.version03 .forget_password p a,
.version03 .mystudysearch_data p a,
.version03 .stored_value_group p a,
.version03 .reader_form_group p a,
.version03 .delivery_method_block p a {
  color: #097e76;
}
.version03 .modify_data p a:hover,
.version03 .write_data p a:hover,
.version03 .forget_password p a:hover,
.version03 .mystudysearch_data p a:hover,
.version03 .stored_value_group p a:hover,
.version03 .reader_form_group p a:hover,
.version03 .delivery_method_block p a:hover {
  color: #dd1f03;
}
.version03 .mystudymenu > ul > li > a {
  color: rgb(5.6, 78.4, 73.4222222222);
}
.version03 .security_deposit_block .title {
  color: #097e76;
}
.version03 .service_list .explain_block a {
  color: #097e76;
}
.version03 .pagination .page li.active a {
  background: #097e76;
  border: #097e76 solid 1px;
}
.version03 .contact_person_block .contact_person_group .data_list .title {
  color: #097e76;
}
.version03 .contact_person_block .contact_person_group .data_list .title span {
  border-bottom: 2px solid #097e76;
}
.version03 .send_block_title {
  background-color: #097e76;
}
.version03 .myorder_block .order_number {
  background-color: #097e76;
}
.version03 .filter_data_block .title {
  color: #097e76;
}
.version03 .hotqa_list h2 {
  background-color: #f49a6e;
  color: #333;
}
.version03 .devicereservation_block .device_list {
  background-color: #f49a6e;
  color: #000;
}
.version03 .devicereservation_block .device_list:hover, .version03 .devicereservation_block .device_list:focus {
  color: #000;
  background-color: rgb(240.4038461538, 120.9807692308, 62.5961538462);
}
.version03 .devicereservation_block .device_list a {
  color: #000;
}
.version03 .devicereservation_block .device_list a:hover, .version03 .devicereservation_block .device_list a:focus {
  background-color: rgb(240.4038461538, 120.9807692308, 62.5961538462);
}
.version03 .devicereservation_block .device_list h3 {
  font-weight: 400;
  color: #000;
}
.version03 .devicereservation_block .device_list .content .quantity span em {
  color: #810d0e;
}
.version03 .meets_box a {
  background-color: #f49a6e;
  color: #000;
  font-weight: 400;
}
.version03 .meets_box a:hover, .version03 .meets_box a:focus {
  color: #000;
  background-color: rgb(240.4038461538, 120.9807692308, 62.5961538462);
}
.version03 .reservation_explain {
  background-color: #f49a6e;
}
.version03 .device_explain {
  background-color: #f49a6e;
}
.version03 .device_explain h3 {
  font-weight: 400;
}
.version03 .booklist .bookmidblock h2 a {
  color: #097e76;
}
.version03 .booklist .bookmidblock ul li.word_title a {
  color: #097e76;
}
.version03 .booklist_block .booklist .bookmidblock .data_type_block {
  background-color: #f49a6e;
}
.version03 .no_result .related_words h2 {
  color: #097e76;
}
.version03 .devicefiltering_block .filtersearch button.searchbtn {
  background-color: #097e76;
}
.version03 .viewdata_block .viewmode_group .viewmode_parallel a:hover, .version03 .viewdata_block .viewmode_group .viewmode_parallel a:focus, .version03 .viewdata_block .viewmode_group .viewmode_parallel a.active,
.version03 .viewdata_block .viewmode_group .viewmode_vertical a:hover,
.version03 .viewdata_block .viewmode_group .viewmode_vertical a:focus,
.version03 .viewdata_block .viewmode_group .viewmode_vertical a.active {
  border: 1px solid #097e76;
  background-color: #097e76;
}
.version03 .itemselect_block .itemselect_group {
  background-color: #f49a6e;
}
.version03 .reminder_window_block {
  background-color: #097e76;
}
.version03 .prize_category ul li a.here {
  background-color: #097e76;
}
.version03 .prize_category ul li a.here:hover {
  color: #fff;
  background-color: rgb(7.3, 102.2, 95.7111111111);
}
.version03 .prize_category ul li a:hover {
  color: #097e76;
}
.version03 .book_detail .book_cover_source a {
  color: #097e76;
}
.version03 .mainrightblock .book_detaildata .bookdata2 h3,
.version03 .mainrightblock2 .book_detaildata .bookdata2 h3 {
  color: #097e76;
}
.version03 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a:hover, .version03 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a.here,
.version03 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a:hover,
.version03 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a.here {
  background-color: #097e76;
}
.version03 .mainrightblock .book_detaildata .bookdata .data_type_block,
.version03 .mainrightblock2 .book_detaildata .bookdata .data_type_block {
  background-color: #f49a6e;
}
.version03 .mainrightblock .book_detaildata .bookdata .listdata ul li a,
.version03 .mainrightblock2 .book_detaildata .bookdata .listdata ul li a {
  color: #097e76;
}
.version03 .switch_btn a {
  background-color: #097e76 !important;
}
.version03 .cp_content h3 {
  color: rgb(5.6, 78.4, 73.4222222222);
}
.version03 .bookselection_group .rightblock .content_analysis .title {
  background-color: #097e76;
}
.version03 .classification_group {
  background-color: #097e76;
}
.version03 .AI_explain:before {
  border: 8px solid #097e76;
  border-color: transparent transparent transparent #097e76;
}
.version03 .fatfooter {
  background-color: rgb(5.6, 78.4, 73.4222222222);
}
.version03 .fatfooter .btn-fatfooter {
  background: rgb(5.6, 78.4, 73.4222222222);
}
.version03 .fatfooter .btn-fatfooter:hover, .version03 .fatfooter .btn-fatfooter:focus {
  background: rgb(2.2, 30.8, 28.8444444444);
}
.version03 footer {
  background-color: rgb(5.6, 78.4, 73.4222222222);
}
.version03 .btnstyle.brownbg {
  background-color: #097e76;
  border: 2px solid #097e76;
  color: #fff;
}
.version03 .btnstyle.brownbg:hover {
  background-color: rgb(7.3, 102.2, 95.7111111111);
  border: 2px solid rgb(7.3, 102.2, 95.7111111111);
}
.version03 .btnstyle.whitebg2 {
  border: 1px solid #097e76;
  background-color: #fff;
  color: #097e76 !important;
  transition: 0.2s;
  box-shadow: none;
}
.version03 .btnstyle.whitebg2:hover, .version03 .btnstyle.whitebg2:focus {
  background-color: #eee;
  border: 1px solid #097e76;
  color: #097e76 !important;
}
.version03 .linecontent.mobile-card .main-title {
  color: #097e76;
}
.version03 .linecontent.mobile-card .main-title span {
  color: #097e76;
}
.version03 .linecontent.mobile-card .main-title:before {
  background: #097e76;
}
.version03 .linecontent.mobile-card .card-step span {
  background: #097e76;
}
.version03 .linecontent.mobile-card .card-step span.active {
  color: #fff;
  background: #dc0122;
}
.version03 .linecontent.mobile-card .card-step em {
  border: 8px solid #097e76;
  border-left: none;
  border-bottom: none;
}
@media screen and (max-device-width: 320px) {
  .version03 .linecontent.mobile-card .card-step em {
    border: 5px solid #097e76;
    border-left: none;
    border-bottom: none;
  }
}
.version03 .linecontent.mobile-card .card-login .id {
  color: #097e76;
}
.version03 .linecontent.mobile-card .card-ok span {
  color: #097e76;
}
.version03 .linecontent.library .main-title {
  color: #097e76;
}
.version03 .linecontent.library .main-title:before {
  background: #097e76;
}
.version03 .scanning_button {
  background-color: #097e76;
}
.version03 .scanning_button:hover {
  background-color: rgb(10.7, 149.8, 140.2888888889);
}
.version03 .cascading li a {
  border-bottom: 2px solid #097e76;
}
.version03 .cascading li a:hover, .version03 .cascading li a:focus {
  color: #097e76 !important;
}
.version03 .cascading li ul li a {
  border-bottom: 1px dotted #ccc;
}
.version03 .tabSet .modeBBtn.active,
.version03 .tabSet .tabBtn.active {
  background: #097e76;
}
.version03 .tabSet .modeBBtn.active:before,
.version03 .tabSet .tabBtn.active:before {
  content: "";
  border: 11px solid #097e76;
  border-color: #097e76 transparent transparent transparent;
}
.version03 .tabSet .tabContent .content {
  background: #097e76;
}
.version03 .tabSet .tabContent .content ul li a:hover {
  color: #097e76;
}
.version03 .tabSet .tabContent .content ul li a.active {
  color: #097e76;
}
.version03 .tabSet.modeB .tabContent .content {
  background-color: #097e76;
}
.version03 .tabSet.modeB .tabContent .content ul li a {
  color: #097e76;
}
.version03 .tabSet.modeB .tabContent .content ul li a.active {
  background-color: #097e76;
}
.version03 .segmented-control {
  background-color: #097e76;
}
.version03 .segmented-control .segment.active {
  color: #097e76;
}

.version04 .header {
  background: #774181;
  background: linear-gradient(to bottom, #774181, #5e3366);
}
.version04 .header > .container .sidebarCtrl {
  background-image: url("../images/sidebarCtrl_white.png");
}
.version04 .header > .container .accesskey {
  color: #774181;
}
.version04 .header h1 {
  margin: -3px 0 0 20px;
}
.version04 table td a {
  color: #774181;
}
.version04 table td a:hover {
  color: #dd1f03;
}
.version04 .search_block {
  background-image: url("../images/search_blockbg02_version04.jpg");
  background-position: right top;
}
@media (max-width: 1200px) {
  .version04 .search_block {
    background-position: -400px top;
  }
}
@media screen and (max-width: 991px) {
  .version04 .search_block {
    background-position: center top;
  }
}
@media screen and (max-width: 575px) {
  .version04 .search_block {
    background-position: left top;
  }
}
.version04 .search_block .searchsystem .recent_searches .title {
  color: #774181;
}
.version04 .search_block .searchsystem .searchall a.addfield {
  background-color: #774181;
}
.version04 .search_block .searchsystem .searchall a.addfield:hover {
  background-color: rgb(103.3582474227, 56.456185567, 112.043814433);
}
.version04 .search_block .searchsystem .searchall a:hover {
  color: #fff;
}
.version04 .search_block .searchsystem .searchbutton span.primary_btn a {
  background-color: #774181;
  border: 1px solid #774181;
}
.version04 .search_block .query_system_block .AI_situational_btn {
  color: #774181;
  box-shadow: 0 0 0 2px #774181 inset;
}
.version04 .search_block .query_system_block .AI_situational_btn:hover, .version04 .search_block .query_system_block .AI_situational_btn:focus {
  background-color: #774181;
}
.version04 .search_block .query_system_block .titlename {
  background-color: #774181;
}
.version04 .related_links div a span {
  background-color: rgb(72.074742268, 39.368556701, 78.131443299);
}
.version04 .related_links div a:hover {
  color: rgb(87.7164948454, 47.912371134, 95.087628866);
}
.version04 .related_links div a:hover span {
  background-color: #774181;
}
.version04 .featured_block {
  background-color: #e6b2c6;
}
.version04 .privacy_consent {
  background-color: #774181;
}
.version04 .limit h2 {
  color: #774181;
}
.version04 .sort_block .sortlist_block h2 a {
  color: rgb(87.7164948454, 47.912371134, 95.087628866);
}
.version04 .search_blockin .searchsystem .btn_grp a.addfield {
  background-color: #774181;
}
.version04 .search_blockin2,
.version04 .search_blockin,
.version04 .mystudyname,
.version04 .general_block {
  background-image: url("../images/search_blockbg02_version04.jpg");
  background-position: center center;
}
.version04 .login_lightbox h2,
.version04 .choose_librarycard_lightbox h2,
.version04 .qrcode_lightbox h2,
.version04 .recommendbook_lightbox h2,
.version04 .search_field_lightbox h2,
.version04 .related_lightbox h2,
.version04 .lightboxstyle h2,
.version04 .lightboxstyle_block h2,
.version04 .lightboxstyle_block2 h2 {
  border-bottom: 2px solid #774181;
  color: #774181 !important;
}
.version04 .logintab ul li a {
  color: #774181 !important;
  border: 2px solid #774181 !important;
}
.version04 .logintab ul li a:hover, .version04 .logintab ul li a.active {
  background-color: #774181 !important;
  color: #fff !important;
}
.version04 .qrcode_btn a {
  background-color: #774181 !important;
}
.version04 .qrcode_btn a:hover {
  background-color: rgb(150.2835051546, 82.087628866, 162.912371134) !important;
}
.version04 .relatedlist ul li a:before {
  background-color: #774181;
}
.version04 .relatedlist ul li a:hover {
  background-color: #e6b2c6;
}
.version04 .lightbox_data table th a {
  color: #774181;
}
.version04 .bookname {
  color: #774181;
}
.version04 .super_business_data .data_content .title {
  color: #774181;
}
.version04 .AIGPT_information .AIGPT_group .content .booktitle {
  color: #774181;
}
.version04 .exclusive_book .booktitle {
  color: #774181;
}
.version04 .sharedreading_lightbox .content .booktitle {
  color: #774181;
}
.version04 .sharedreading_lightbox .discuss_list ul li {
  background-color: #774181;
}
.version04 .lightboxAI_situational:before {
  background-color: #774181;
}
.version04 .lightboxAI_situational .title {
  color: #774181;
  border: 1px solid #774181;
  border-width: 0px 8px;
}
.version04 .lightboxAI_situational .title a {
  color: #774181;
}
.version04 .lightboxAI_situational .title a:hover {
  color: #dc0122;
}
.version04 .lightboxAI_situational .content .example_list ul li a:hover {
  border: 1px solid #774181;
  color: #774181;
  border-left-width: 14px;
}
.version04 .lightboxAI_situational .content .query_records_group .query_records_list .query_function .time {
  color: #774181;
}
.version04 .lightboxAI_situational .content .query_records_group .query_records_list ul li a:hover {
  background-color: #774181;
}
.version04 .lightboxAI_situational .content .query_records_group .query_records_list .more a:before {
  border: 6px solid #774181;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.version04 .lightboxAI_situational .content .query_records_group .query_records_list .more a:hover {
  color: #774181;
}
.version04 .lightboxAI_situational .content .extend_list ul li button.btn:hover {
  background-color: #774181;
}
.version04 .lightboxAI_situational .content .Keyelements_list ul li a:hover, .version04 .lightboxAI_situational .content .Keyelements_list ul li a:focus, .version04 .lightboxAI_situational .content .Keyelements_list ul li a.active {
  background-color: #774181;
  color: #fff;
}
.version04 input[type=submit] {
  background: #774181;
  border: 1px solid rgb(103.3582474227, 56.456185567, 112.043814433);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.version04 input[type=submit]:hover {
  background: rgb(128.3850515464, 70.1262886598, 139.1737113402);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version04 input[type=submit]:focus {
  background: rgb(128.3850515464, 70.1262886598, 139.1737113402);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version04 input[type=submit].active {
  background: rgb(128.3850515464, 70.1262886598, 139.1737113402);
  cursor: pointer;
}
.version04 .featuredTopics_list ul li a:hover span {
  color: #774181;
}
.version04 .featured_blockin {
  background-color: #e6b2c6;
}
.version04 .featured_blockin h2 {
  color: #333;
}
.version04 .featured_blocklist {
  background-color: #e6b2c6;
}
.version04 .featured_blocklist h3,
.version04 .featured_blocklist .datalist,
.version04 .featured_blocklist .explain {
  color: #333;
}
.version04 .classification {
  background-color: rgb(217.5, 139.5, 169.5);
}
.version04 .classification span {
  color: #000;
}
.version04 .classification .path li {
  color: #000;
}
.version04 .classification .path li:before {
  color: #000;
}
.version04 .classification .path li a {
  color: #000;
}
.version04 .AI_block .consent .agreecontent .signblock {
  border-left: 6px solid #774181;
}
.version04 .featured_area_block .featured_area_sort div a:hover, .version04 .featured_area_block .featured_area_sort div a.here {
  color: #774181;
}
.version04 .AIgptgroup .directions .content .directions {
  color: #774181;
}
.version04 .AIgptgroup .directions .contentother button.btn {
  background-color: #774181;
  color: #fff;
}
.version04 .AIgptgroup .directions .contentother button.btn:hover, .version04 .AIgptgroup .directions .contentother button.btn:focus {
  background-color: rgb(103.3582474227, 56.456185567, 112.043814433);
}
.version04 .AIgptgroup .directions .contentother button.shiny {
  background-color: #774181;
  color: #fff;
}
.version04 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: rgb(103.3582474227, 56.456185567, 112.043814433);
}
.version04 .AIgptgroup .directions .contentother button.shiny:hover, .version04 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: rgb(103.3582474227, 56.456185567, 112.043814433);
}
.version04 .AIgptgroup .directions .reading_needs_block .needs_group .needs_content .needs_directions:before {
  background-color: #774181;
}
.version04 .AIgptgroup .describe .title {
  color: #774181;
}
.version04 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
  background: #774181;
  background: linear-gradient(180deg, #774181 0%, #774181 50%, rgb(236, 236, 236) 50%, rgb(236, 236, 236) 100%);
}
@media (max-width: 992px) {
  .version04 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
    background: rgb(187, 187, 187);
  }
}
.version04 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div {
  background-color: #774181;
}
@media (max-width: 992px) {
  .version04 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div:before {
    background-color: #774181;
  }
}
.version04 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:before {
  border: 6px solid #774181;
  background-color: #774181;
  background-image: url("https://i.postimg.cc/m2D0BtTR/icon-tick.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
}
.version04 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
  background: #774181;
  background: linear-gradient(180deg, #774181 0%, #774181 50%, rgb(187, 187, 187) 50%, rgb(187, 187, 187) 100%);
}
@media (max-width: 992px) {
  .version04 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
    background: rgb(187, 187, 187);
  }
}
.version04 .AIgptgroup .AIgptstep .Features_block .featureslist .title {
  color: #774181;
}
.version04 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle {
  color: #774181;
}
.version04 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle a {
  color: #774181;
}
.version04 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle {
  color: #774181;
}
.version04 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle a {
  color: #774181;
}
.version04 .AIgptgroup .AI_explain span:before {
  border: 8px solid #774181;
  border-color: transparent transparent transparent #774181;
}
.version04 .AIgptgroup .query_context_block .title {
  background-color: #774181;
}
.version04 .AIgptgroup .query_context_block .title:after {
  border: 8px solid #774181;
  border-color: transparent transparent transparent #774181;
}
.version04 .AIgptgroup .query_context_block .contextbtn_group ul li a:hover, .version04 .AIgptgroup .query_context_block .contextbtn_group ul li a:focus, .version04 .AIgptgroup .query_context_block .contextbtn_group ul li a.active {
  background-color: #774181;
}
@media screen and (max-width: 575px) {
  .version04 .AIgptgroup .query_context_block .title:after {
    border: 8px solid #774181;
    border-color: #774181 transparent transparent transparent;
  }
}
.version04 .AIgptgroup .continue_search_group .contextext button.btn:hover {
  background-color: #774181;
}
.version04 .AIgptgroup .continue_search_group .expand_block button.expandbtn {
  background-color: #774181 !important;
}
.version04 .modify_data .title,
.version04 .write_data .title,
.version04 .forget_password .title,
.version04 .mystudysearch_data .title,
.version04 .stored_value_group .title,
.version04 .reader_form_group .title,
.version04 .delivery_method_block .title {
  color: #774181;
}
.version04 .modify_data p a,
.version04 .write_data p a,
.version04 .forget_password p a,
.version04 .mystudysearch_data p a,
.version04 .stored_value_group p a,
.version04 .reader_form_group p a,
.version04 .delivery_method_block p a {
  color: #774181;
}
.version04 .modify_data p a:hover,
.version04 .write_data p a:hover,
.version04 .forget_password p a:hover,
.version04 .mystudysearch_data p a:hover,
.version04 .stored_value_group p a:hover,
.version04 .reader_form_group p a:hover,
.version04 .delivery_method_block p a:hover {
  color: #dd1f03;
}
.version04 .mystudymenu > ul > li > a {
  color: rgb(87.7164948454, 47.912371134, 95.087628866);
}
.version04 .security_deposit_block .title {
  color: #774181;
}
.version04 .service_list .explain_block a {
  color: #774181;
}
.version04 .pagination .page li.active a {
  background: #774181;
  border: #774181 solid 1px;
}
.version04 .contact_person_block .contact_person_group .data_list .title {
  color: #774181;
}
.version04 .contact_person_block .contact_person_group .data_list .title span {
  border-bottom: 2px solid #774181;
}
.version04 .send_block_title {
  background-color: #774181;
}
.version04 .myorder_block .order_number {
  background-color: #774181;
}
.version04 .filter_data_block .title {
  color: #774181;
}
.version04 .hotqa_list h2 {
  background-color: #e6b2c6;
  color: #000;
}
.version04 .devicereservation_block .device_list {
  background-color: #e6b2c6;
  color: #000;
}
.version04 .devicereservation_block .device_list:hover, .version04 .devicereservation_block .device_list:focus {
  color: #000;
  background-color: rgb(217.5, 139.5, 169.5);
}
.version04 .devicereservation_block .device_list a {
  color: #000;
}
.version04 .devicereservation_block .device_list a:hover, .version04 .devicereservation_block .device_list a:focus {
  color: #000;
  background-color: rgb(217.5, 139.5, 169.5);
}
.version04 .devicereservation_block .device_list h3 {
  color: #000;
  font-weight: 400;
}
.version04 .devicereservation_block .device_list .content ul li {
  color: #000;
}
.version04 .devicereservation_block .device_list .content ul li:before {
  border: 5px solid #000;
  border-color: transparent transparent transparent #000;
}
.version04 .devicereservation_block .device_list .content .quantity span em {
  color: #93191a;
}
.version04 .meets_box a {
  background-color: #e6b2c6;
  color: #000;
  font-weight: 400;
}
.version04 .meets_box a:hover, .version04 .meets_box a:focus {
  color: #000;
  background-color: rgb(217.5, 139.5, 169.5);
}
.version04 .reservation_explain {
  background-color: #e6b2c6;
  color: #333;
}
.version04 .device_explain {
  background-color: #e6b2c6;
  color: #333;
}
.version04 .device_explain h3 {
  font-weight: 400;
}
.version04 .booklist .bookmidblock h2 a {
  color: #774181;
}
.version04 .booklist .bookmidblock ul li.word_title a {
  color: #774181;
}
.version04 .booklist_block .booklist .bookmidblock .data_type_block {
  background-color: #e6b2c6;
}
.version04 .no_result .related_words h2 {
  color: #774181;
}
.version04 .devicefiltering_block .filtersearch button.searchbtn {
  background-color: #774181;
}
.version04 .viewdata_block .viewmode_group .viewmode_parallel a:hover, .version04 .viewdata_block .viewmode_group .viewmode_parallel a:focus, .version04 .viewdata_block .viewmode_group .viewmode_parallel a.active,
.version04 .viewdata_block .viewmode_group .viewmode_vertical a:hover,
.version04 .viewdata_block .viewmode_group .viewmode_vertical a:focus,
.version04 .viewdata_block .viewmode_group .viewmode_vertical a.active {
  border: 1px solid #774181;
  background-color: #774181;
}
.version04 .itemselect_block .itemselect_group {
  background-color: #e6b2c6;
}
.version04 .reminder_window_block {
  background-color: #774181;
}
.version04 .prize_category ul li a.here {
  background-color: #774181;
}
.version04 .prize_category ul li a.here:hover {
  color: #fff;
  background-color: rgb(103.3582474227, 56.456185567, 112.043814433);
}
.version04 .prize_category ul li a:hover {
  color: #774181;
}
.version04 .book_detail .book_cover_source a {
  color: #774181;
}
.version04 .mainrightblock .book_detaildata .bookdata2 h3,
.version04 .mainrightblock2 .book_detaildata .bookdata2 h3 {
  color: #774181;
}
.version04 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a:hover, .version04 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a.here,
.version04 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a:hover,
.version04 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a.here {
  background-color: #774181;
}
.version04 .mainrightblock .book_detaildata .bookdata .data_type_block,
.version04 .mainrightblock2 .book_detaildata .bookdata .data_type_block {
  background-color: #e6b2c6;
}
.version04 .mainrightblock .book_detaildata .bookdata .listdata ul li a,
.version04 .mainrightblock2 .book_detaildata .bookdata .listdata ul li a {
  color: #774181;
}
.version04 .switch_btn a {
  background-color: #774181 !important;
}
.version04 .cp_content h3 {
  color: rgb(87.7164948454, 47.912371134, 95.087628866);
}
.version04 .bookselection_group .rightblock .content_analysis .title {
  background-color: #774181;
}
.version04 .classification_group {
  background-color: #774181;
}
.version04 .AI_explain:before {
  border: 8px solid #774181;
  border-color: transparent transparent transparent #774181;
}
.version04 .fatfooter {
  background-color: rgb(87.7164948454, 47.912371134, 95.087628866);
}
.version04 .fatfooter .btn-fatfooter {
  background: rgb(87.7164948454, 47.912371134, 95.087628866);
}
.version04 .fatfooter .btn-fatfooter:hover, .version04 .fatfooter .btn-fatfooter:focus {
  background: rgb(56.4329896907, 30.824742268, 61.175257732);
}
.version04 footer {
  background-color: rgb(87.7164948454, 47.912371134, 95.087628866);
}
.version04 .btnstyle.brownbg {
  background-color: #774181;
  border: 2px solid #774181;
  color: #fff;
}
.version04 .btnstyle.brownbg:hover {
  background-color: #774181;
  border: 2px solid #774181;
}
.version04 .btnstyle.whitebg2 {
  border: 1px solid #774181;
  background-color: #fff;
  color: #774181 !important;
  transition: 0.2s;
  box-shadow: none;
}
.version04 .btnstyle.whitebg2:hover, .version04 .btnstyle.whitebg2:focus {
  background-color: #eee;
  border: 1px solid #774181;
  color: #774181 !important;
}
.version04 .linecontent.mobile-card .main-title {
  color: #774181;
}
.version04 .linecontent.mobile-card .main-title span {
  color: #774181;
}
.version04 .linecontent.mobile-card .main-title:before {
  background: #774181;
}
.version04 .linecontent.mobile-card .card-step span {
  background: #774181;
}
.version04 .linecontent.mobile-card .card-step span.active {
  color: #fff;
  background: #dc0122;
}
.version04 .linecontent.mobile-card .card-step em {
  border: 8px solid #774181;
  border-left: none;
  border-bottom: none;
}
@media screen and (max-device-width: 320px) {
  .version04 .linecontent.mobile-card .card-step em {
    border: 5px solid #774181;
    border-left: none;
    border-bottom: none;
  }
}
.version04 .linecontent.mobile-card .card-login .id {
  color: #774181;
}
.version04 .linecontent.mobile-card .card-ok span {
  color: #774181;
}
.version04 .linecontent.library .main-title {
  color: #774181;
}
.version04 .linecontent.library .main-title:before {
  background: #774181;
}
.version04 .scanning_button {
  background-color: #774181;
}
.version04 .scanning_button:hover {
  background-color: rgb(134.6417525773, 73.543814433, 145.956185567);
}
.version04 .cascading li a {
  border-bottom: 2px solid #774181;
}
.version04 .cascading li a:hover, .version04 .cascading li a:focus {
  color: #774181 !important;
}
.version04 .cascading li ul li a {
  border-bottom: 1px dotted #ccc;
}
.version04 .tabSet .modeBBtn.active,
.version04 .tabSet .tabBtn.active {
  background: #774181;
}
.version04 .tabSet .modeBBtn.active:before,
.version04 .tabSet .tabBtn.active:before {
  content: "";
  border: 11px solid #774181;
  border-color: #774181 transparent transparent transparent;
}
.version04 .tabSet .tabContent .content {
  background: #774181;
}
.version04 .tabSet .tabContent .content ul li a:hover {
  color: #774181;
}
.version04 .tabSet .tabContent .content ul li a.active {
  color: #774181;
}
.version04 .tabSet.modeB .tabContent .content {
  background-color: #774181;
}
.version04 .tabSet.modeB .tabContent .content ul li a {
  color: #774181;
}
.version04 .tabSet.modeB .tabContent .content ul li a.active {
  background-color: #774181;
}
.version04 .segmented-control {
  background-color: #774181;
}
.version04 .segmented-control .segment.active {
  color: #774181;
}

.version05 .header {
  background: #088c6f;
  background: linear-gradient(to bottom, #088c6f, #055c49);
}
.version05 .header > .container .sidebarCtrl {
  background-image: url("../images/sidebarCtrl_white.png");
}
.version05 .header > .container .accesskey {
  color: #088c6f;
}
.version05 .header h1 {
  margin: -3px 0 0 20px;
}
.version05 table td a {
  color: #07785f;
}
.version05 table td a:hover {
  color: #dd1f03;
}
.version05 .search_block {
  background-image: url("../images/search_blockbg02_version05.jpg");
}
.version05 .search_block .searchsystem .recent_searches .title {
  color: #088c6f;
}
.version05 .search_block .searchsystem .searchall a.addfield {
  background-color: #088c6f;
}
.version05 .search_block .searchsystem .searchall a.addfield:hover {
  background-color: rgb(6.6216216216, 115.8783783784, 91.875);
}
.version05 .search_block .searchsystem .searchall a:hover {
  color: #fff;
}
.version05 .search_block .searchsystem .searchbutton span.primary_btn a {
  background-color: #088c6f;
  border: 1px solid #088c6f;
}
.version05 .search_block .query_system_block .AI_situational_btn {
  color: #088c6f;
  box-shadow: 0 0 0 2px #088c6f inset;
}
.version05 .search_block .query_system_block .AI_situational_btn:hover, .version05 .search_block .query_system_block .AI_situational_btn:focus {
  background-color: #088c6f;
}
.version05 .search_block .query_system_block .titlename {
  background-color: #088c6f;
}
.version05 .related_links div a span {
  background-color: rgb(3.8648648649, 67.6351351351, 53.625);
}
.version05 .related_links div a:hover {
  color: rgb(5.2432432432, 91.7567567568, 72.75);
}
.version05 .related_links div a:hover span {
  background-color: #088c6f;
}
.version05 .featured_block {
  background-color: #f3d394;
}
.version05 .privacy_consent {
  background-color: #088c6f;
}
.version05 .limit h2 {
  color: #07785f;
}
.version05 .sort_block .sortlist_block h2 a {
  color: rgb(4.188976378, 71.811023622, 56.8503937008);
}
.version05 .search_blockin .searchsystem .btn_grp a.addfield {
  background-color: #088c6f;
}
.version05 .search_blockin2,
.version05 .search_blockin,
.version05 .mystudyname,
.version05 .general_block {
  background-image: url("../images/search_blockbg02_version05.jpg");
  background-position: center -150px;
}
.version05 .login_lightbox h2,
.version05 .choose_librarycard_lightbox h2,
.version05 .qrcode_lightbox h2,
.version05 .recommendbook_lightbox h2,
.version05 .search_field_lightbox h2,
.version05 .related_lightbox h2,
.version05 .lightboxstyle h2,
.version05 .lightboxstyle_block h2,
.version05 .lightboxstyle_block2 h2 {
  border-bottom: 2px solid #088c6f;
  color: #088c6f !important;
}
.version05 .logintab ul li a {
  color: #088c6f !important;
  border: 2px solid #088c6f !important;
}
.version05 .logintab ul li a:hover, .version05 .logintab ul li a.active {
  background-color: #088c6f !important;
  color: #fff !important;
}
.version05 .qrcode_btn a {
  background-color: #088c6f !important;
}
.version05 .qrcode_btn a:hover {
  background-color: rgb(10.7567567568, 188.2432432432, 149.25) !important;
}
.version05 .relatedlist ul li a:before {
  background-color: #088c6f;
}
.version05 .relatedlist ul li a:hover {
  background-color: #f3d394;
}
.version05 .lightbox_data table th a {
  color: #088c6f;
}
.version05 .bookname {
  color: #088c6f;
}
.version05 .super_business_data .data_content .title {
  color: #07785f;
}
.version05 .AIGPT_information .AIGPT_group .content .booktitle {
  color: #088c6f;
}
.version05 .exclusive_book .booktitle {
  color: #088c6f;
}
.version05 .sharedreading_lightbox .content .booktitle {
  color: #088c6f;
}
.version05 .sharedreading_lightbox .discuss_list ul li {
  background-color: #07785f;
}
.version05 .lightboxAI_situational:before {
  background-color: #088c6f;
}
.version05 .lightboxAI_situational .title {
  color: #088c6f;
  border: 1px solid #088c6f;
  border-width: 0px 8px;
}
.version05 .lightboxAI_situational .title a {
  color: #088c6f;
}
.version05 .lightboxAI_situational .title a:hover {
  color: #dc0122;
}
.version05 .lightboxAI_situational .content .example_list ul li a:hover {
  border: 1px solid #088c6f;
  color: #088c6f;
  border-left-width: 14px;
}
.version05 .lightboxAI_situational .content .query_records_group .query_records_list .query_function .time {
  color: #088c6f;
}
.version05 .lightboxAI_situational .content .query_records_group .query_records_list ul li a:hover {
  background-color: #088c6f;
}
.version05 .lightboxAI_situational .content .query_records_group .query_records_list .more a:before {
  border: 6px solid #088c6f;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.version05 .lightboxAI_situational .content .query_records_group .query_records_list .more a:hover {
  color: #088c6f;
}
.version05 .lightboxAI_situational .content .extend_list ul li button.btn:hover {
  background-color: #088c6f;
}
.version05 .lightboxAI_situational .content .Keyelements_list ul li a:hover, .version05 .lightboxAI_situational .content .Keyelements_list ul li a:focus, .version05 .lightboxAI_situational .content .Keyelements_list ul li a.active {
  background-color: #088c6f;
  color: #fff;
}
.version05 input[type=submit] {
  background: #088c6f;
  border: 1px solid rgb(6.6216216216, 115.8783783784, 91.875);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.version05 input[type=submit]:hover {
  background: rgb(8.827027027, 154.472972973, 122.475);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version05 input[type=submit]:focus {
  background: rgb(8.827027027, 154.472972973, 122.475);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version05 input[type=submit].active {
  background: rgb(8.827027027, 154.472972973, 122.475);
  cursor: pointer;
}
.version05 .featuredTopics_list ul li a:hover span {
  color: #088c6f;
}
.version05 .featured_blockin {
  background-color: #f3d394;
}
.version05 .featured_blockin h2 {
  color: #333;
}
.version05 .featured_blocklist {
  background-color: #f3d394;
}
.version05 .featured_blocklist h3,
.version05 .featured_blocklist .datalist,
.version05 .featured_blocklist .explain {
  color: #333;
}
.version05 .classification {
  background-color: rgb(237.8571428571, 192.1428571429, 102.1428571429);
}
.version05 .classification span {
  color: #000;
}
.version05 .classification .path li {
  color: #000;
}
.version05 .classification .path li:before {
  color: #000;
}
.version05 .classification .path li a {
  color: #000;
}
.version05 .AI_block .consent .agreecontent .signblock {
  border-left: 6px solid #088c6f;
}
.version05 .featured_area_block .featured_area_sort div a:hover, .version05 .featured_area_block .featured_area_sort div a.here {
  color: #088c6f;
}
.version05 .AIgptgroup .directions .content .directions {
  color: #07785f;
}
.version05 .AIgptgroup .directions .contentother button.btn {
  background-color: #088c6f;
  color: #fff;
}
.version05 .AIgptgroup .directions .contentother button.btn:hover, .version05 .AIgptgroup .directions .contentother button.btn:focus {
  background-color: rgb(6.6216216216, 115.8783783784, 91.875);
}
.version05 .AIgptgroup .directions .contentother button.shiny {
  background-color: #088c6f;
  color: #fff;
}
.version05 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: rgb(6.6216216216, 115.8783783784, 91.875);
}
.version05 .AIgptgroup .directions .contentother button.shiny:hover, .version05 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: rgb(6.6216216216, 115.8783783784, 91.875);
}
.version05 .AIgptgroup .directions .reading_needs_block .needs_group .needs_content .needs_directions:before {
  background-color: #088c6f;
}
.version05 .AIgptgroup .describe .title {
  color: #07785f;
}
.version05 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
  background: #088c6f;
  background: linear-gradient(180deg, #088c6f 0%, #088c6f 50%, rgb(236, 236, 236) 50%, rgb(236, 236, 236) 100%);
}
@media (max-width: 992px) {
  .version05 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
    background: rgb(187, 187, 187);
  }
}
.version05 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div {
  background-color: #088c6f;
}
@media (max-width: 992px) {
  .version05 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div:before {
    background-color: #088c6f;
  }
}
.version05 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:before {
  border: 6px solid #088c6f;
  background-color: #088c6f;
  background-image: url("https://i.postimg.cc/m2D0BtTR/icon-tick.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
}
.version05 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
  background: #088c6f;
  background: linear-gradient(180deg, #088c6f 0%, #088c6f 50%, rgb(187, 187, 187) 50%, rgb(187, 187, 187) 100%);
}
@media (max-width: 992px) {
  .version05 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
    background: rgb(187, 187, 187);
  }
}
.version05 .AIgptgroup .AIgptstep .Features_block .featureslist .title {
  color: #088c6f;
}
.version05 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle {
  color: #088c6f;
}
.version05 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle a {
  color: #088c6f;
}
.version05 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle {
  color: #088c6f;
}
.version05 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle a {
  color: #088c6f;
}
.version05 .AIgptgroup .AI_explain span:before {
  border: 8px solid #088c6f;
  border-color: transparent transparent transparent #088c6f;
}
.version05 .AIgptgroup .query_context_block .title {
  background-color: #088c6f;
}
.version05 .AIgptgroup .query_context_block .title:after {
  border: 8px solid #088c6f;
  border-color: transparent transparent transparent #088c6f;
}
.version05 .AIgptgroup .query_context_block .contextbtn_group ul li a:hover, .version05 .AIgptgroup .query_context_block .contextbtn_group ul li a:focus, .version05 .AIgptgroup .query_context_block .contextbtn_group ul li a.active {
  background-color: #088c6f;
}
@media screen and (max-width: 575px) {
  .version05 .AIgptgroup .query_context_block .title:after {
    border: 8px solid #088c6f;
    border-color: #088c6f transparent transparent transparent;
  }
}
.version05 .AIgptgroup .continue_search_group .contextext button.btn:hover {
  background-color: #088c6f;
}
.version05 .AIgptgroup .continue_search_group .expand_block button.expandbtn {
  background-color: #088c6f !important;
}
.version05 .modify_data .title,
.version05 .write_data .title,
.version05 .forget_password .title,
.version05 .mystudysearch_data .title,
.version05 .stored_value_group .title,
.version05 .reader_form_group .title,
.version05 .delivery_method_block .title {
  color: #088c6f;
}
.version05 .modify_data p a,
.version05 .write_data p a,
.version05 .forget_password p a,
.version05 .mystudysearch_data p a,
.version05 .stored_value_group p a,
.version05 .reader_form_group p a,
.version05 .delivery_method_block p a {
  color: #07785f;
}
.version05 .modify_data p a:hover,
.version05 .write_data p a:hover,
.version05 .forget_password p a:hover,
.version05 .mystudysearch_data p a:hover,
.version05 .stored_value_group p a:hover,
.version05 .reader_form_group p a:hover,
.version05 .delivery_method_block p a:hover {
  color: #dd1f03;
}
.version05 .mystudymenu > ul > li > a {
  color: rgb(4.188976378, 71.811023622, 56.8503937008);
}
.version05 .security_deposit_block .title {
  color: #088c6f;
}
.version05 .service_list .explain_block a {
  color: #088c6f;
}
.version05 .pagination .page li.active a {
  background: #088c6f;
  border: #088c6f solid 1px;
}
.version05 .contact_person_block .contact_person_group .data_list .title {
  color: #088c6f;
}
.version05 .contact_person_block .contact_person_group .data_list .title span {
  border-bottom: 2px solid #088c6f;
}
.version05 .send_block_title {
  background-color: #088c6f;
}
.version05 .myorder_block .order_number {
  background-color: #088c6f;
}
.version05 .filter_data_block .title {
  color: #088c6f;
}
.version05 .hotqa_list h2 {
  background-color: #f3d394;
  color: #000;
}
.version05 .devicereservation_block .device_list {
  background-color: #f3d394;
  color: #000;
}
.version05 .devicereservation_block .device_list:hover, .version05 .devicereservation_block .device_list:focus {
  color: #000;
  background-color: rgb(237.8571428571, 192.1428571429, 102.1428571429);
}
.version05 .devicereservation_block .device_list a {
  color: #000;
}
.version05 .devicereservation_block .device_list a:hover, .version05 .devicereservation_block .device_list a:focus {
  color: #000;
  background-color: rgb(237.8571428571, 192.1428571429, 102.1428571429);
}
.version05 .devicereservation_block .device_list h3 {
  color: #000;
  font-weight: 400;
}
.version05 .devicereservation_block .device_list .content ul li {
  color: #000;
}
.version05 .devicereservation_block .device_list .content ul li:before {
  border: 5px solid #000;
  border-color: transparent transparent transparent #000;
}
.version05 .meets_box a {
  background-color: #f3d394;
  color: #000;
  font-weight: 400;
}
.version05 .meets_box a:hover, .version05 .meets_box a:focus {
  color: #000;
  background-color: rgb(237.8571428571, 192.1428571429, 102.1428571429);
}
.version05 .reservation_explain {
  background-color: #f3d394;
  color: #000;
}
.version05 .device_explain {
  background-color: #f3d394;
  color: #000;
}
.version05 .device_explain h3 {
  font-weight: 400;
}
.version05 .booklist .bookmidblock h2 a {
  color: #07785f;
}
.version05 .booklist .bookmidblock ul li.word_title a {
  color: #07785f;
}
.version05 .booklist_block .booklist .bookmidblock .data_type_block {
  background-color: #f3d394;
}
.version05 .no_result .related_words h2 {
  color: #088c6f;
}
.version05 .devicefiltering_block .filtersearch button.searchbtn {
  background-color: #088c6f;
}
.version05 .viewdata_block .viewmode_group .viewmode_parallel a:hover, .version05 .viewdata_block .viewmode_group .viewmode_parallel a:focus, .version05 .viewdata_block .viewmode_group .viewmode_parallel a.active,
.version05 .viewdata_block .viewmode_group .viewmode_vertical a:hover,
.version05 .viewdata_block .viewmode_group .viewmode_vertical a:focus,
.version05 .viewdata_block .viewmode_group .viewmode_vertical a.active {
  border: 1px solid #088c6f;
  background-color: #088c6f;
}
.version05 .itemselect_block .itemselect_group {
  background-color: #f3d394;
}
.version05 .reminder_window_block {
  background-color: #07785f;
}
.version05 .prize_category ul li a.here {
  background-color: #088c6f;
}
.version05 .prize_category ul li a.here:hover {
  color: #fff;
  background-color: rgb(6.6216216216, 115.8783783784, 91.875);
}
.version05 .prize_category ul li a:hover {
  color: #088c6f;
}
.version05 .book_detail .book_cover_source a {
  color: #07785f;
}
.version05 .mainrightblock .book_detaildata .bookdata2 h3,
.version05 .mainrightblock2 .book_detaildata .bookdata2 h3 {
  color: #088c6f;
}
.version05 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a:hover, .version05 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a.here,
.version05 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a:hover,
.version05 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a.here {
  background-color: #088c6f;
}
.version05 .mainrightblock .book_detaildata .bookdata .data_type_block,
.version05 .mainrightblock2 .book_detaildata .bookdata .data_type_block {
  background-color: #f3d394;
}
.version05 .mainrightblock .book_detaildata .bookdata .listdata ul li a,
.version05 .mainrightblock2 .book_detaildata .bookdata .listdata ul li a {
  color: #07785f;
}
.version05 .switch_btn a {
  background-color: #088c6f !important;
}
.version05 .cp_content h3 {
  color: rgb(5.2432432432, 91.7567567568, 72.75);
}
.version05 .bookselection_group .rightblock .content_analysis .title {
  background-color: #088c6f;
}
.version05 .classification_group {
  background-color: #088c6f;
}
.version05 .AI_explain:before {
  border: 8px solid #088c6f;
  border-color: transparent transparent transparent #088c6f;
}
.version05 .fatfooter {
  background-color: rgb(5.2432432432, 91.7567567568, 72.75);
}
.version05 .fatfooter .btn-fatfooter {
  background: rgb(5.2432432432, 91.7567567568, 72.75);
}
.version05 .fatfooter .btn-fatfooter:hover, .version05 .fatfooter .btn-fatfooter:focus {
  background: rgb(2.4864864865, 43.5135135135, 34.5);
}
.version05 footer {
  background-color: rgb(5.2432432432, 91.7567567568, 72.75);
}
.version05 .btnstyle.brownbg {
  background-color: #088c6f;
  border: 2px solid #088c6f;
  color: #fff;
}
.version05 .btnstyle.brownbg:hover {
  background-color: #088c6f;
  border: 2px solid #088c6f;
}
.version05 .btnstyle.whitebg2 {
  border: 1px solid #088c6f;
  background-color: #fff;
  color: #088c6f !important;
  transition: 0.2s;
  box-shadow: none;
}
.version05 .btnstyle.whitebg2:hover, .version05 .btnstyle.whitebg2:focus {
  background-color: #eee;
  border: 1px solid #088c6f;
  color: #088c6f !important;
}
.version05 .linecontent.mobile-card .main-title {
  color: #088c6f;
}
.version05 .linecontent.mobile-card .main-title span {
  color: #088c6f;
}
.version05 .linecontent.mobile-card .main-title:before {
  background: #088c6f;
}
.version05 .linecontent.mobile-card .card-step span {
  background: #088c6f;
}
.version05 .linecontent.mobile-card .card-step span.active {
  color: #fff;
  background: #dc0122;
}
.version05 .linecontent.mobile-card .card-step em {
  border: 8px solid #088c6f;
  border-left: none;
  border-bottom: none;
}
@media screen and (max-device-width: 320px) {
  .version05 .linecontent.mobile-card .card-step em {
    border: 5px solid #088c6f;
    border-left: none;
    border-bottom: none;
  }
}
.version05 .linecontent.mobile-card .card-login .id {
  color: #088c6f;
}
.version05 .linecontent.mobile-card .card-ok span {
  color: #088c6f;
}
.version05 .linecontent.library .main-title {
  color: #088c6f;
}
.version05 .linecontent.library .main-title:before {
  background: #088c6f;
}
.version05 .scanning_button {
  background-color: #088c6f;
}
.version05 .scanning_button:hover {
  background-color: rgb(9.3783783784, 164.1216216216, 130.125);
}
.version05 .cascading li a {
  border-bottom: 2px solid #088c6f;
}
.version05 .cascading li a:hover, .version05 .cascading li a:focus {
  color: #088c6f !important;
}
.version05 .cascading li ul li a {
  border-bottom: 1px dotted #ccc;
}
.version05 .tabSet .modeBBtn.active,
.version05 .tabSet .tabBtn.active {
  background: #088c6f;
}
.version05 .tabSet .modeBBtn.active:before,
.version05 .tabSet .tabBtn.active:before {
  content: "";
  border: 11px solid #088c6f;
  border-color: #088c6f transparent transparent transparent;
}
.version05 .tabSet .tabContent .content {
  background: #088c6f;
}
.version05 .tabSet .tabContent .content ul li a:hover {
  color: #088c6f;
}
.version05 .tabSet .tabContent .content ul li a.active {
  color: #088c6f;
}
.version05 .tabSet.modeB .tabContent .content {
  background-color: #088c6f;
}
.version05 .tabSet.modeB .tabContent .content ul li a {
  color: #088c6f;
}
.version05 .tabSet.modeB .tabContent .content ul li a.active {
  background-color: #088c6f;
}
.version05 .segmented-control {
  background-color: #088c6f;
}
.version05 .segmented-control .segment.active {
  color: #088c6f;
}

.version06 .header {
  background: #0078c6;
  background: linear-gradient(to bottom, #0078c6, #0078c6);
  box-shadow: none;
}
.version06 .header > .container .sidebarCtrl {
  background-image: url("../images/sidebarCtrl_white.png");
}
.version06 .header > .container .accesskey {
  color: #0078c6;
}
.version06 .header h1 {
  margin: -3px 0 0 20px;
}
.version06 table td a {
  color: #0078c6;
}
.version06 table td a:hover {
  color: #dd1f03;
}
.version06 .search_block {
  background-image: url("../images/search_blockbg02_version06.jpg");
}
.version06 .search_block .searchsystem .recent_searches .title {
  color: #0078c6;
}
.version06 .search_block .searchsystem .searchall a.addfield {
  background-color: #0078c6;
}
.version06 .search_block .searchsystem .searchall a.addfield:hover {
  background-color: rgb(0, 104.5454545455, 172.5);
}
.version06 .search_block .searchsystem .searchall a:hover {
  color: #fff;
}
.version06 .search_block .searchsystem .searchbutton span.primary_btn a {
  background-color: #0078c6;
  border: 1px solid #0078c6;
}
.version06 .search_block .query_system_block .AI_situational_btn {
  color: #0078c6;
  box-shadow: 0 0 0 2px #0078c6 inset;
}
.version06 .search_block .query_system_block .AI_situational_btn:hover, .version06 .search_block .query_system_block .AI_situational_btn:focus {
  background-color: #0078c6;
}
.version06 .search_block .query_system_block .titlename {
  background-color: #0078c6;
}
.version06 .related_links div a span {
  background-color: #0078c6;
}
.version06 .related_links div a:hover {
  color: rgb(0, 104.5454545455, 172.5);
}
.version06 .related_links div a:hover span {
  background-color: rgb(0, 89.0909090909, 147);
}
.version06 .featured_block {
  background-color: #fbe8d3;
}
.version06 .privacy_consent {
  background-color: #0078c6;
}
.version06 .limit h2 {
  color: #0078c6;
}
.version06 .sort_block .sortlist_block h2 a {
  color: rgb(0, 89.0909090909, 147);
}
.version06 .search_blockin .searchsystem .btn_grp a.addfield {
  background-color: #0078c6;
}
.version06 .search_blockin2,
.version06 .search_blockin,
.version06 .mystudyname,
.version06 .general_block {
  background-image: url("../images/search_blockbg02_version06.jpg");
  background-position: center -210px;
}
.version06 .login_lightbox h2,
.version06 .choose_librarycard_lightbox h2,
.version06 .qrcode_lightbox h2,
.version06 .recommendbook_lightbox h2,
.version06 .search_field_lightbox h2,
.version06 .related_lightbox h2,
.version06 .lightboxstyle h2,
.version06 .lightboxstyle_block h2,
.version06 .lightboxstyle_block2 h2 {
  border-bottom: 2px solid #0078c6;
  color: #0078c6 !important;
}
.version06 .logintab ul li a {
  color: #0078c6 !important;
  border: 2px solid #0078c6 !important;
}
.version06 .logintab ul li a:hover, .version06 .logintab ul li a.active {
  background-color: #0078c6 !important;
  color: #fff !important;
}
.version06 .qrcode_btn a {
  background-color: #0078c6 !important;
}
.version06 .qrcode_btn a:hover {
  background-color: rgb(0, 150.9090909091, 249) !important;
}
.version06 .relatedlist ul li a:before {
  background-color: #0078c6;
}
.version06 .relatedlist ul li a:hover {
  background-color: #fbe8d3;
}
.version06 .lightbox_data table th a {
  color: #0078c6;
}
.version06 .bookname {
  color: #0078c6;
}
.version06 .super_business_data .data_content .title {
  color: #0078c6;
}
.version06 .AIGPT_information .AIGPT_group .content .booktitle {
  color: #0078c6;
}
.version06 .exclusive_book .booktitle {
  color: #0078c6;
}
.version06 .sharedreading_lightbox .content .booktitle {
  color: #0078c6;
}
.version06 .sharedreading_lightbox .discuss_list ul li {
  background-color: #0078c6;
}
.version06 .lightboxAI_situational:before {
  background-color: #0078c6;
}
.version06 .lightboxAI_situational .title {
  color: #0078c6;
  border: 1px solid #0078c6;
  border-width: 0px 8px;
}
.version06 .lightboxAI_situational .title a {
  color: #0078c6;
}
.version06 .lightboxAI_situational .title a:hover {
  color: #dc0122;
}
.version06 .lightboxAI_situational .content .example_list ul li a:hover {
  border: 1px solid #0078c6;
  color: #0078c6;
  border-left-width: 14px;
}
.version06 .lightboxAI_situational .content .query_records_group .query_records_list .query_function .time {
  color: #0078c6;
}
.version06 .lightboxAI_situational .content .query_records_group .query_records_list ul li a:hover {
  background-color: #0078c6;
}
.version06 .lightboxAI_situational .content .query_records_group .query_records_list .more a:before {
  border: 6px solid #0078c6;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.version06 .lightboxAI_situational .content .query_records_group .query_records_list .more a:hover {
  color: #0078c6;
}
.version06 .lightboxAI_situational .content .extend_list ul li button.btn:hover {
  background-color: #0078c6;
}
.version06 .lightboxAI_situational .content .Keyelements_list ul li a:hover, .version06 .lightboxAI_situational .content .Keyelements_list ul li a:focus, .version06 .lightboxAI_situational .content .Keyelements_list ul li a.active {
  background-color: #0078c6;
  color: #fff;
}
.version06 input[type=submit] {
  background: #0078c6;
  border: 1px solid rgb(0, 104.5454545455, 172.5);
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.version06 input[type=submit]:hover {
  background: rgb(0, 129.2727272727, 213.3);
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version06 input[type=submit]:focus {
  background: rgb(0, 129.2727272727, 213.3);
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version06 input[type=submit].active {
  background: rgb(0, 129.2727272727, 213.3);
  cursor: pointer;
}
.version06 .featuredTopics_list ul li a:hover span {
  color: #0078c6;
}
.version06 .featured_blockin {
  background-color: #fbe8d3;
}
.version06 .featured_blockin h2 {
  color: #333;
}
.version06 .featured_blocklist {
  background-color: #fbe8d3;
}
.version06 .featured_blocklist h3,
.version06 .featured_blocklist .datalist,
.version06 .featured_blocklist .explain {
  color: #333;
}
.version06 .classification {
  background-color: rgb(0, 73.6363636364, 121.5);
  background-color: span;
  background-color-color: #fff;
}
.version06 .AI_block .consent .agreecontent .signblock {
  border-left: 6px solid #0078c6;
}
.version06 .featured_area_block .featured_area_sort div a:hover, .version06 .featured_area_block .featured_area_sort div a.here {
  color: #0078c6;
}
.version06 .AIgptgroup .directions .content .directions {
  color: #0078c6;
}
.version06 .AIgptgroup .directions .contentother button.btn {
  background-color: #0078c6;
  color: #fff;
}
.version06 .AIgptgroup .directions .contentother button.btn:hover, .version06 .AIgptgroup .directions .contentother button.btn:focus {
  background-color: rgb(0, 104.5454545455, 172.5);
}
.version06 .AIgptgroup .directions .contentother button.shiny {
  background-color: #0078c6;
  color: #fff;
}
.version06 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: rgb(0, 104.5454545455, 172.5);
}
.version06 .AIgptgroup .directions .contentother button.shiny:hover, .version06 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: rgb(0, 104.5454545455, 172.5);
}
.version06 .AIgptgroup .directions .reading_needs_block .needs_group .needs_content .needs_directions:before {
  background-color: #0078c6;
}
.version06 .AIgptgroup .describe .title {
  color: #0078c6;
}
.version06 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
  background: #0078c6;
  background: linear-gradient(180deg, #0078c6 0%, #0078c6 50%, rgb(236, 236, 236) 50%, rgb(236, 236, 236) 100%);
}
@media (max-width: 992px) {
  .version06 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li:last-child.active:after {
    background: rgb(187, 187, 187);
  }
}
.version06 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div {
  background-color: #0078c6;
}
@media (max-width: 992px) {
  .version06 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active div:before {
    background-color: #0078c6;
  }
}
.version06 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:before {
  border: 6px solid #0078c6;
  background-color: #0078c6;
  background-image: url("https://i.postimg.cc/m2D0BtTR/icon-tick.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
}
.version06 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
  background: #0078c6;
  background: linear-gradient(180deg, #0078c6 0%, #0078c6 50%, rgb(187, 187, 187) 50%, rgb(187, 187, 187) 100%);
}
@media (max-width: 992px) {
  .version06 .AIgptgroup .AIgptstep .Step_block .online_stepblock ul li.active:after {
    background: rgb(187, 187, 187);
  }
}
.version06 .AIgptgroup .AIgptstep .Features_block .featureslist .title {
  color: #0078c6;
}
.version06 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle {
  color: #0078c6;
}
.version06 .AIgptgroup .AIrecommendbook .recommendbook_list .content .booktitle a {
  color: #0078c6;
}
.version06 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle {
  color: #0078c6;
}
.version06 .AIgptgroup .AIrecommendbook_sidebyside .recommendbook_list .content .booktitle a {
  color: #0078c6;
}
.version06 .AIgptgroup .AI_explain span:before {
  border: 8px solid #0078c6;
  border-color: transparent transparent transparent #0078c6;
}
.version06 .AIgptgroup .query_context_block .title {
  background-color: #0078c6;
}
.version06 .AIgptgroup .query_context_block .title:after {
  border: 8px solid #0078c6;
  border-color: transparent transparent transparent #0078c6;
}
.version06 .AIgptgroup .query_context_block .contextbtn_group ul li a:hover, .version06 .AIgptgroup .query_context_block .contextbtn_group ul li a:focus, .version06 .AIgptgroup .query_context_block .contextbtn_group ul li a.active {
  background-color: #0078c6;
}
@media screen and (max-width: 575px) {
  .version06 .AIgptgroup .query_context_block .title:after {
    border: 8px solid #0078c6;
    border-color: #0078c6 transparent transparent transparent;
  }
}
.version06 .AIgptgroup .continue_search_group .contextext button.btn:hover {
  background-color: #0078c6;
}
.version06 .AIgptgroup .continue_search_group .expand_block button.expandbtn {
  background-color: #0078c6 !important;
}
.version06 .modify_data .title,
.version06 .write_data .title,
.version06 .forget_password .title,
.version06 .mystudysearch_data .title,
.version06 .stored_value_group .title,
.version06 .reader_form_group .title,
.version06 .delivery_method_block .title {
  color: #0078c6;
}
.version06 .modify_data p a,
.version06 .write_data p a,
.version06 .forget_password p a,
.version06 .mystudysearch_data p a,
.version06 .stored_value_group p a,
.version06 .reader_form_group p a,
.version06 .delivery_method_block p a {
  color: #0078c6;
}
.version06 .modify_data p a:hover,
.version06 .write_data p a:hover,
.version06 .forget_password p a:hover,
.version06 .mystudysearch_data p a:hover,
.version06 .stored_value_group p a:hover,
.version06 .reader_form_group p a:hover,
.version06 .delivery_method_block p a:hover {
  color: #dd1f03;
}
.version06 .mystudymenu > ul > li > a {
  color: rgb(0, 89.0909090909, 147);
}
.version06 .security_deposit_block .title {
  color: #0078c6;
}
.version06 .service_list .explain_block a {
  color: #0078c6;
}
.version06 .pagination .page li.active a {
  background: #0078c6;
  border: #0078c6 solid 1px;
}
.version06 .contact_person_block .contact_person_group .data_list .title {
  color: #0078c6;
}
.version06 .contact_person_block .contact_person_group .data_list .title span {
  border-bottom: 2px solid #0078c6;
}
.version06 .send_block_title {
  background-color: #0078c6;
}
.version06 .myorder_block .order_number {
  background-color: #0078c6;
}
.version06 .filter_data_block .title {
  color: #0078c6;
}
.version06 .hotqa_list h2 {
  background-color: #0078c6;
}
.version06 .devicereservation_block .device_list {
  background-color: rgb(248.875, 219.78125, 187.625);
}
.version06 .devicereservation_block .device_list:hover, .version06 .devicereservation_block .device_list:focus {
  color: #000;
  background-color: rgb(244.625, 195.34375, 140.875);
}
.version06 .devicereservation_block .device_list a {
  color: #000;
}
.version06 .devicereservation_block .device_list a:hover, .version06 .devicereservation_block .device_list a:focus {
  color: #000;
  background-color: rgb(244.625, 195.34375, 140.875);
}
.version06 .devicereservation_block .device_list h3 {
  color: #000;
  font-weight: 400;
}
.version06 .devicereservation_block .device_list .content ul li {
  color: #000;
}
.version06 .devicereservation_block .device_list .content ul li:before {
  border: 5px solid #000;
  border-color: transparent transparent transparent #000;
}
.version06 .meets_box a {
  background-color: #fbe8d3;
  color: #000;
  font-weight: 400;
}
.version06 .meets_box a:hover, .version06 .meets_box a:focus {
  color: #000;
  background-color: rgb(246.75, 207.5625, 164.25);
}
.version06 .reservation_explain {
  background-color: #fbe8d3;
  color: #000;
}
.version06 .device_explain {
  background-color: #fbe8d3;
  color: #000;
}
.version06 .device_explain h3 {
  font-weight: 400;
}
.version06 .booklist .bookmidblock h2 a {
  color: #0078c6;
}
.version06 .booklist .bookmidblock ul li.word_title a {
  color: #0078c6;
}
.version06 .booklist_block .booklist .bookmidblock .data_type_block {
  background-color: #fbe8d3;
}
.version06 .no_result .related_words h2 {
  color: #0078c6;
}
.version06 .devicefiltering_block .filtersearch button.searchbtn {
  background-color: #0078c6;
}
.version06 .viewdata_block .viewmode_group .viewmode_parallel a:hover, .version06 .viewdata_block .viewmode_group .viewmode_parallel a:focus, .version06 .viewdata_block .viewmode_group .viewmode_parallel a.active,
.version06 .viewdata_block .viewmode_group .viewmode_vertical a:hover,
.version06 .viewdata_block .viewmode_group .viewmode_vertical a:focus,
.version06 .viewdata_block .viewmode_group .viewmode_vertical a.active {
  border: 1px solid #0078c6;
  background-color: #0078c6;
}
.version06 .itemselect_block .itemselect_group {
  background-color: #fbe8d3;
}
.version06 .reminder_window_block {
  background-color: #0078c6;
}
.version06 .prize_category ul li a.here {
  background-color: #0078c6;
}
.version06 .prize_category ul li a.here:hover {
  color: #fff;
  background-color: rgb(0, 104.5454545455, 172.5);
}
.version06 .prize_category ul li a:hover {
  color: #0078c6;
}
.version06 .book_detail .book_cover_source a {
  color: #0078c6;
}
.version06 .mainrightblock .book_detaildata .bookdata2 h3,
.version06 .mainrightblock2 .book_detaildata .bookdata2 h3 {
  color: #0078c6;
}
.version06 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a:hover, .version06 .mainrightblock .book_detaildata .bookdata2 .journal_tab ul li a.here,
.version06 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a:hover,
.version06 .mainrightblock2 .book_detaildata .bookdata2 .journal_tab ul li a.here {
  background-color: #0078c6;
}
.version06 .mainrightblock .book_detaildata .bookdata .data_type_block,
.version06 .mainrightblock2 .book_detaildata .bookdata .data_type_block {
  background-color: #fbe8d3;
}
.version06 .mainrightblock .book_detaildata .bookdata .listdata ul li a,
.version06 .mainrightblock2 .book_detaildata .bookdata .listdata ul li a {
  color: #0078c6;
}
.version06 .switch_btn a {
  background-color: #0078c6 !important;
}
.version06 .cp_content h3 {
  color: rgb(0, 89.0909090909, 147);
}
.version06 .bookselection_group .rightblock .content_analysis .title {
  background-color: #0078c6;
}
.version06 .classification_group {
  background-color: #0078c6;
}
.version06 .AI_explain:before {
  border: 8px solid #0078c6;
  border-color: transparent transparent transparent #0078c6;
}
.version06 .fatfooter {
  background-color: rgb(0, 89.0909090909, 147);
}
.version06 .fatfooter .btn-fatfooter {
  background: rgb(0, 89.0909090909, 147);
}
.version06 .fatfooter .btn-fatfooter:hover, .version06 .fatfooter .btn-fatfooter:focus {
  background: rgb(0, 58.1818181818, 96);
}
.version06 footer {
  background-color: rgb(0, 89.0909090909, 147);
}
.version06 .btnstyle.brownbg {
  background-color: #0078c6;
  border: 2px solid #0078c6;
  color: #fff;
}
.version06 .btnstyle.brownbg:hover {
  background-color: #0078c6;
  border: 2px solid #0078c6;
}
.version06 .btnstyle.whitebg2 {
  border: 1px solid #0078c6;
  background-color: #fff;
  color: #0078c6 !important;
  transition: 0.2s;
  box-shadow: none;
}
.version06 .btnstyle.whitebg2:hover, .version06 .btnstyle.whitebg2:focus {
  background-color: #eee;
  border: 1px solid #0078c6;
  color: #0078c6 !important;
}
.version06 .linecontent.mobile-card .main-title {
  color: #0078c6;
}
.version06 .linecontent.mobile-card .main-title span {
  color: #0078c6;
}
.version06 .linecontent.mobile-card .main-title:before {
  background: #0078c6;
}
.version06 .linecontent.mobile-card .card-step span {
  background: #0078c6;
}
.version06 .linecontent.mobile-card .card-step span.active {
  color: #fff;
  background: #dc0122;
}
.version06 .linecontent.mobile-card .card-step em {
  border: 8px solid #0078c6;
  border-left: none;
  border-bottom: none;
}
@media screen and (max-device-width: 320px) {
  .version06 .linecontent.mobile-card .card-step em {
    border: 5px solid #0078c6;
    border-left: none;
    border-bottom: none;
  }
}
.version06 .linecontent.mobile-card .card-login .id {
  color: #0078c6;
}
.version06 .linecontent.mobile-card .card-ok span {
  color: #0078c6;
}
.version06 .linecontent.library .main-title {
  color: #0078c6;
}
.version06 .linecontent.library .main-title:before {
  background: #0078c6;
}
.version06 .scanning_button {
  background-color: #0078c6;
}
.version06 .scanning_button:hover {
  background-color: rgb(0, 135.4545454545, 223.5);
}
.version06 .cascading li a {
  border-bottom: 2px solid #0078c6;
}
.version06 .cascading li a:hover, .version06 .cascading li a:focus {
  color: #0078c6 !important;
}
.version06 .cascading li ul li a {
  border-bottom: 1px dotted #ccc;
}
.version06 .tabSet .modeBBtn.active,
.version06 .tabSet .tabBtn.active {
  background: #0078c6;
}
.version06 .tabSet .modeBBtn.active:before,
.version06 .tabSet .tabBtn.active:before {
  content: "";
  border: 11px solid #0078c6;
  border-color: #0078c6 transparent transparent transparent;
}
.version06 .tabSet .tabContent .content {
  background: #0078c6;
}
.version06 .tabSet .tabContent .content ul li a:hover {
  color: #0078c6;
}
.version06 .tabSet .tabContent .content ul li a.active {
  color: #0078c6;
}
.version06 .tabSet.modeB .tabContent .content {
  background-color: #0078c6;
}
.version06 .tabSet.modeB .tabContent .content ul li a {
  color: #0078c6;
}
.version06 .tabSet.modeB .tabContent .content ul li a.active {
  background-color: #0078c6;
}
.version06 .segmented-control {
  background-color: #0078c6;
}
.version06 .segmented-control .segment.active {
  color: #0078c6;
}/*# sourceMappingURL=style.css.map */