@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, #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_primaryColor, .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 #d0d0d0;
  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: #e5e5e5;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.btn:focus {
  background: #e5e5e5;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.btn.active {
  background: #e5e5e5;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  color: #666;
  background-color: rgb(230, 230, 230);
}

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

.btn-blue {
  background: #3e78c0;
  border: 1px solid #386cad;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.btn-blue:hover {
  background: #4980c4;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.btn-blue:focus {
  background: #4980c4;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.btn-blue.active {
  background: #4980c4;
  cursor: pointer;
}

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

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

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

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

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

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

.btn-white {
  background: #fff;
  border: 1px solid #f2f2f2;
  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: #e6e6e6;
}

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

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

.btn_primaryColor {
  background: #005d98;
  border: 1px solid #004d7f;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  border: none;
}
.btn_primaryColor:hover {
  background: #0066a7;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.btn_primaryColor:focus {
  background: #0066a7;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.btn_primaryColor.active {
  background: #0066a7;
  cursor: pointer;
}
.btn_primaryColor:hover, .btn_primaryColor.avtive {
  color: #005d98 !important;
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #005d98;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0 0 0 2px #005d98 inset;
  border: none;
}
.btn_primaryColor:hover:hover, .btn_primaryColor.avtive:hover {
  background: #f6f6f6;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.btn_primaryColor:hover:focus, .btn_primaryColor.avtive:focus {
  background: #f6f6f6;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.btn_primaryColor:hover.active, .btn_primaryColor.avtive.active {
  background: #f6f6f6;
  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 #484848;
  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: #5d5d5d;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button:focus,
input[type=button]:focus {
  background: #5d5d5d;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.active,
input[type=button].active {
  background: #5d5d5d;
  cursor: pointer;
}
button.btn-green,
input[type=button].btn-green {
  background: #107859;
  border: 1px solid #0d6248;
  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: #128663;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-green:focus,
input[type=button].btn-green:focus {
  background: #128663;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-green.active,
input[type=button].btn-green.active {
  background: #128663;
  cursor: pointer;
}
button.btn-blue,
input[type=button].btn-blue {
  background: #3e78c0;
  border: 1px solid #386cad;
  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: #4980c4;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-blue:focus,
input[type=button].btn-blue:focus {
  background: #4980c4;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-blue.active,
input[type=button].btn-blue.active {
  background: #4980c4;
  cursor: pointer;
}
button.btn-yellow,
input[type=button].btn-yellow {
  background: #f1ad00;
  border: 1px solid #d89b00;
  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: #ffb701;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-yellow:focus,
input[type=button].btn-yellow:focus {
  background: #ffb701;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-yellow.active,
input[type=button].btn-yellow.active {
  background: #ffb701;
  cursor: pointer;
}
button.btn-orange,
input[type=button].btn-orange {
  background: #b94b00;
  border: 1px solid #a04100;
  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: #c85100;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-orange:focus,
input[type=button].btn-orange:focus {
  background: #c85100;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-orange.active,
input[type=button].btn-orange.active {
  background: #c85100;
  cursor: pointer;
}
button.btn-red,
input[type=button].btn-red {
  background: #dc0122;
  border: 1px solid #c3011e;
  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: #eb0124;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-red:focus,
input[type=button].btn-red:focus {
  background: #eb0124;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-red.active,
input[type=button].btn-red.active {
  background: #eb0124;
  cursor: pointer;
}
button.btn-purple,
input[type=button].btn-purple {
  background: #aa5ac5;
  border: 1px solid #a047be;
  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: #b065c9;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-purple:focus,
input[type=button].btn-purple:focus {
  background: #b065c9;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-purple.active,
input[type=button].btn-purple.active {
  background: #b065c9;
  cursor: pointer;
}
button.btn-gray,
input[type=button].btn-gray {
  background: #555;
  border: 1px solid #484848;
  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: #5d5d5d;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-gray:focus,
input[type=button].btn-gray:focus {
  background: #5d5d5d;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-gray.active,
input[type=button].btn-gray.active {
  background: #5d5d5d;
  cursor: pointer;
}
button.btn-white,
input[type=button].btn-white {
  background: #fff;
  border: 1px solid #f2f2f2;
  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: #e6e6e6;
}
button.btn-greenline,
input[type=button].btn-greenline {
  background: #06c755;
  border: 1px solid #05ae4a;
  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: #06d65b;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn-greenline:focus,
input[type=button].btn-greenline:focus {
  background: #06d65b;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn-greenline.active,
input[type=button].btn-greenline.active {
  background: #06d65b;
  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 #a04100;
  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: #c85100;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
button.btn_active:focus,
input[type=button].btn_active:focus {
  background: #c85100;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
button.btn_active.active,
input[type=button].btn_active.active {
  background: #c85100;
  cursor: pointer;
}

input[type=submit] {
  background: #005d98;
  border: 1px solid #004d7f;
  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: #0066a7;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
input[type=submit]:focus {
  background: #0066a7;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
input[type=submit].active {
  background: #0066a7;
  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;
}
@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 #484848;
  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: #5d5d5d;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
input[type=reset]:focus {
  background: #5d5d5d;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
input[type=reset].active {
  background: #5d5d5d;
  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: #f9f9f9;
  color: #bababa;
  border-color: #bababa;
}
input[readonly] ~ label,
input[disable] ~ label {
  color: #bababa;
}
input[readonly]:hover, input[readonly]:focus,
input[disable]:hover,
input[disable]:focus {
  border-color: #bababa;
  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 #484848;
  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: #5d5d5d;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.upload_grp .upload_btn:focus {
  background: #5d5d5d;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.upload_grp .upload_btn.active {
  background: #5d5d5d;
  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: #52857a;
}
.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 .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: #78aca0 !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:hover {
  background-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 #52857a;
  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: #629e90;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.child01 input[type=submit]:focus {
  background: #629e90;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.child01 input[type=submit].active {
  background: #629e90;
  cursor: pointer;
}
.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 .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: #52857a;
}
.child01 .AIgptgroup .directions .contentother button.shiny {
  background-color: #5c9588;
  color: #fff;
}
.child01 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: #52857a;
}
.child01 .AIgptgroup .directions .contentother button.shiny:hover, .child01 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: #52857a;
}
.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: #49756b;
  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: #49756b;
}
.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: #52857a;
}
.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: #49756b;
}
.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: #da8609;
}
.child01 .fatfooter .btn-fatfooter {
  background: #da8609;
}
.child01 .fatfooter .btn-fatfooter:hover, .child01 .fatfooter .btn-fatfooter:focus {
  background: #c27708;
}
.child01 footer {
  background-color: #da8609;
}
.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: #68a295;
}
.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;
}
.child01 .btn_primaryColor {
  background: #5c9588;
  border: 1px solid #52857a;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  border: none;
}
.child01 .btn_primaryColor:hover {
  background: #629e90;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.child01 .btn_primaryColor:focus {
  background: #629e90;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.child01 .btn_primaryColor.active {
  background: #629e90;
  cursor: pointer;
}
.child01 .btn_primaryColor:hover, .child01 .btn_primaryColor.avtive {
  color: #5c9588 !important;
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #5c9588;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0 0 0 2px #5c9588 inset;
  border: none;
}
.child01 .btn_primaryColor:hover:hover, .child01 .btn_primaryColor.avtive:hover {
  background: #f6f6f6;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.child01 .btn_primaryColor:hover:focus, .child01 .btn_primaryColor.avtive:focus {
  background: #f6f6f6;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.child01 .btn_primaryColor:hover.active, .child01 .btn_primaryColor.avtive.active {
  background: #f6f6f6;
  cursor: pointer;
}

.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: #52857a;
}
.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 .related_links div a span {
  background-color: #5c9588;
}
.customization01 .related_links div a:hover {
  color: #49756b;
}
.customization01 .related_links div a:hover span {
  background-color: #72a89c;
}
.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: #0d2d2d;
}
.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: #78aca0 !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:hover {
  background-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 #52857a;
  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: #629e90;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization01 input[type=submit]:focus {
  background: #629e90;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization01 input[type=submit].active {
  background: #629e90;
  cursor: pointer;
}
.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 .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: #52857a;
}
.customization01 .AIgptgroup .directions .contentother button.shiny {
  background-color: #5c9588;
  color: #fff;
}
.customization01 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: #52857a;
}
.customization01 .AIgptgroup .directions .contentother button.shiny:hover, .customization01 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: #52857a;
}
.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: #0d2d2d;
}
.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: #52857a;
  color: #fff;
}
.customization01 .devicereservation_block .device_list:hover, .customization01 .devicereservation_block .device_list:focus {
  color: #fff;
  background-color: #3f665d;
}
.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: #49756b;
}
.customization01 .reservation_explain {
  background-color: #49756b;
  color: #fff;
}
.customization01 .device_explain {
  background-color: #49756b;
  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: #52857a;
}
.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: #49756b;
}
.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: #35564e;
}
.customization01 .fatfooter .btn-fatfooter {
  background: #35564e;
}
.customization01 .fatfooter .btn-fatfooter:hover, .customization01 .fatfooter .btn-fatfooter:focus {
  background: #2b4640;
}
.customization01 footer {
  background-color: #35564e;
}
.customization01 .btnstyle.brownbg {
  background-color: #206061;
  border: 2px solid #206061;
  color: #fff;
}
.customization01 .btnstyle.brownbg:hover {
  background-color: #2d8687;
  border: 2px solid #2d8687;
}
.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: #68a295;
}
.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;
<<<<<<< HEAD
}
.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;
}
.customization01 .btn_primaryColor {
  background: #5c9588;
  border: 1px solid #52857a;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  border: none;
}
.customization01 .btn_primaryColor:hover {
  background: #629e90;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization01 .btn_primaryColor:focus {
  background: #629e90;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization01 .btn_primaryColor.active {
  background: #629e90;
  cursor: pointer;
}
.customization01 .btn_primaryColor:hover, .customization01 .btn_primaryColor.avtive {
  color: #5c9588 !important;
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #5c9588;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0 0 0 2px #5c9588 inset;
  border: none;
}
.customization01 .btn_primaryColor:hover:hover, .customization01 .btn_primaryColor.avtive:hover {
  background: #f6f6f6;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization01 .btn_primaryColor:hover:focus, .customization01 .btn_primaryColor.avtive:focus {
  background: #f6f6f6;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization01 .btn_primaryColor:hover.active, .customization01 .btn_primaryColor.avtive.active {
  background: #f6f6f6;
  cursor: pointer;
}

.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;
=======
>>>>>>> master
}
.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;
}
.customization01 .btn_primaryColor {
  background: #5c9588;
  border: 1px solid #52857a;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  border: none;
}
.customization01 .btn_primaryColor:hover {
  background: #629e90;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization01 .btn_primaryColor:focus {
  background: #629e90;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization01 .btn_primaryColor.active {
  background: #629e90;
  cursor: pointer;
}
.customization01 .btn_primaryColor:hover, .customization01 .btn_primaryColor.avtive {
  color: #5c9588 !important;
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #5c9588;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0 0 0 2px #5c9588 inset;
  border: none;
}
.customization01 .btn_primaryColor:hover:hover, .customization01 .btn_primaryColor.avtive:hover {
  background: #f6f6f6;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization01 .btn_primaryColor:hover:focus, .customization01 .btn_primaryColor.avtive:focus {
  background: #f6f6f6;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization01 .btn_primaryColor:hover.active, .customization01 .btn_primaryColor.avtive.active {
  background: #f6f6f6;
  cursor: pointer;
}

.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: #0b503b;
}
.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: #bf8e07;
}
.customization02 .search_block .searchsystem .searchbutton span.primary_btn a {
  background-color: #0e664c;
  border: 1px solid #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: #194469;
}
.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: #bf8e07;
}
.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: #117c5d !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:hover {
  background-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 #0b503b;
  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: #107356;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization02 input[type=submit]:focus {
  background: #107356;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization02 input[type=submit].active {
  background: #107356;
  cursor: pointer;
}
.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 .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: #0b503b;
}
.customization02 .AIgptgroup .directions .contentother button.shiny {
  background-color: #0e664c;
  color: #fff;
}
.customization02 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: #0b503b;
}
.customization02 .AIgptgroup .directions .contentother button.shiny:hover, .customization02 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: #0b503b;
}
.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: #194469;
}
.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: #f4d747;
}
.customization02 .devicereservation_block .device_list:hover, .customization02 .devicereservation_block .device_list:focus {
  color: #000;
  background-color: #f2cd17;
}
.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: #f2cd17;
}
.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: #f4d747;
  color: #000;
  font-weight: 400;
}
.customization02 .meets_box a:hover, .customization02 .meets_box a:focus {
  color: #000;
  background-color: #f2cd17;
}
.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: #0b503b;
}
.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: #e42333 transparent transparent #e42333;
}
.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: #1f7da6 transparent transparent #1f7da6;
}
.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: #bf8e07;
}
.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: #9a6f00 !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: #117c5d;
}
.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 #a04100;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
}
.customization02 .btn-orange:hover {
  background: #c85100;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization02 .btn-orange:focus {
  background: #c85100;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization02 .btn-orange.active {
  background: #c85100;
  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;
}
.customization02 .btn_primaryColor {
  background: #0e664c;
  border: 1px solid #0b503b;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  border: none;
}
.customization02 .btn_primaryColor:hover {
  background: #107356;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization02 .btn_primaryColor:focus {
  background: #107356;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization02 .btn_primaryColor.active {
  background: #107356;
  cursor: pointer;
}
.customization02 .btn_primaryColor:hover, .customization02 .btn_primaryColor.avtive {
  color: #0e664c !important;
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #0e664c;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0 0 0 2px #0e664c inset;
  border: none;
}
.customization02 .btn_primaryColor:hover:hover, .customization02 .btn_primaryColor.avtive:hover {
  background: #f6f6f6;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization02 .btn_primaryColor:hover:focus, .customization02 .btn_primaryColor.avtive:focus {
  background: #f6f6f6;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization02 .btn_primaryColor:hover.active, .customization02 .btn_primaryColor.avtive.active {
  background: #f6f6f6;
  cursor: pointer;
}

.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-size: #333;
  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 .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: #181818;
}
.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: #4d4d4d;
}
.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: #4b4b4b !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:hover {
  background-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 #242424;
  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: #393939;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization03 input[type=submit]:focus {
  background: #393939;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization03 input[type=submit].active {
  background: #393939;
  cursor: pointer;
}
.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 .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: #242424;
}
.customization03 .AIgptgroup .directions .contentother button.shiny {
  background-color: #313131;
  color: #fff;
}
.customization03 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: #242424;
}
.customization03 .AIgptgroup .directions .contentother button.shiny:hover, .customization03 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: #242424;
}
.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: #4d4d4d;
}
.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: #c4c4c4;
}
.customization03 .devicereservation_block .device_list a {
  color: #000;
}
.customization03 .devicereservation_block .device_list a:hover, .customization03 .devicereservation_block .device_list a:focus {
  background-color: #c4c4c4;
}
.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: #c4c4c4;
}
.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: #ffba0c;
}
.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: #181818;
}
.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: #181818;
}
.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: #181818;
}
.customization03 .btnstyle.brownbg {
  background-color: #313131;
  border: 2px solid #313131;
  color: #fff;
}
.customization03 .btnstyle.brownbg:hover {
  background-color: #242424;
  border: 2px solid #242424;
}
.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: #3e3e3e;
}
.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;
}
.customization03 .btn_primaryColor {
  background: #313131;
  border: 1px solid #242424;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  border: none;
}
.customization03 .btn_primaryColor:hover {
  background: #393939;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization03 .btn_primaryColor:focus {
  background: #393939;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization03 .btn_primaryColor.active {
  background: #393939;
  cursor: pointer;
}
.customization03 .btn_primaryColor:hover, .customization03 .btn_primaryColor.avtive {
  color: #313131 !important;
  background: #fff;
  border: 1px solid #f2f2f2;
  color: #313131;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0 0 0 2px #313131 inset;
  border: none;
}
.customization03 .btn_primaryColor:hover:hover, .customization03 .btn_primaryColor.avtive:hover {
  background: white;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.customization03 .btn_primaryColor:hover:focus, .customization03 .btn_primaryColor.avtive:focus {
  background: white;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.customization03 .btn_primaryColor:hover.active, .customization03 .btn_primaryColor.avtive.active {
  background: white;
  cursor: pointer;
}

.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: #173f6d;
}
.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 .related_links div a span {
  background-color: #1c4b82;
}
.version01 .related_links div a:hover {
  color: #133358;
}
.version01 .related_links div a:hover span {
  background-color: #235ea4;
}
.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: #133358;
}
.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: #2563ac !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:hover {
  background-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 #173f6d;
  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: #1f528f;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version01 input[type=submit]:focus {
  background: #1f528f;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version01 input[type=submit].active {
  background: #1f528f;
  cursor: pointer;
}
.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: #af391a;
}
.version01 .classification span {
  color: #fff;
}
.version01 .AI_block .consent .agreecontent .signblock {
  border-left: 6px solid #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: #173f6d;
}
.version01 .AIgptgroup .directions .contentother button.shiny {
  background-color: #1c4b82;
  color: #fff;
}
.version01 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: #173f6d;
}
.version01 .AIgptgroup .directions .contentother button.shiny:hover, .version01 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: #173f6d;
}
.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: #133358;
}
.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: #e25f3e;
}
.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: #e25f3e;
}
.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: #e25f3e;
}
.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: #173f6d;
}
.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: #133358;
}
.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: #133358;
}
.version01 .fatfooter .btn-fatfooter {
  background: #133358;
}
.version01 .fatfooter .btn-fatfooter:hover, .version01 .fatfooter .btn-fatfooter:focus {
  background: #0a1b2e;
}
.version01 footer {
  background-color: #133358;
}
.version01 .btnstyle.brownbg {
  background-color: #1c4b82;
  border: 2px solid #1c4b82;
  color: #fff;
}
.version01 .btnstyle.brownbg:hover {
  background-color: #2563ac;
  border: 2px solid #2563ac;
}
.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: #215797;
}
.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;
}
.version01 .btn_primaryColor {
  background: #1c4b82;
  border: 1px solid #173f6d;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  border: none;
}
.version01 .btn_primaryColor:hover {
  background: #1f528f;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version01 .btn_primaryColor:focus {
  background: #1f528f;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version01 .btn_primaryColor.active {
  background: #1f528f;
  cursor: pointer;
}
.version01 .btn_primaryColor:hover, .version01 .btn_primaryColor.avtive {
  color: #1c4b82 !important;
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #1c4b82;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0 0 0 2px #1c4b82 inset;
  border: none;
}
.version01 .btn_primaryColor:hover:hover, .version01 .btn_primaryColor.avtive:hover {
  background: #f6f6f6;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version01 .btn_primaryColor:hover:focus, .version01 .btn_primaryColor.avtive:focus {
  background: #f6f6f6;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version01 .btn_primaryColor:hover.active, .version01 .btn_primaryColor.avtive.active {
  background: #f6f6f6;
  cursor: pointer;
}

.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: #a34b02;
}
.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 .related_links div a span {
  background-color: #bc5702;
}
.version02 .related_links div a:hover {
  color: #8a4001;
}
.version02 .related_links div a:hover span {
  background-color: #e46a02;
}
.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: #52351d;
}
.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: #ee6e03 !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:hover {
  background-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 #a34b02;
  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: #cb5e02;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version02 input[type=submit]:focus {
  background: #cb5e02;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version02 input[type=submit].active {
  background: #cb5e02;
  cursor: pointer;
}
.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: #90b054;
}
.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 .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: #a34b02;
}
.version02 .AIgptgroup .directions .contentother button.shiny {
  background-color: #bc5702;
  color: #fff;
}
.version02 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: #a34b02;
}
.version02 .AIgptgroup .directions .contentother button.shiny:hover, .version02 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: #a34b02;
}
.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: #52351d;
}
.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: #90b054;
}
.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: #90b054;
}
.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: #90b054;
}
.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: #a34b02;
}
.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: #a34b02;
}
.version02 .fatfooter .btn-fatfooter {
  background: #a34b02;
}
.version02 .fatfooter .btn-fatfooter:hover, .version02 .fatfooter .btn-fatfooter:focus {
  background: #703401;
}
.version02 footer {
  background-color: #a34b02;
}
.version02 .btnstyle.brownbg {
  background-color: #bc5702;
  border: 2px solid #bc5702;
  color: #fff;
}
.version02 .btnstyle.brownbg:hover {
  background-color: #944402;
  border: 2px solid #944402;
}
.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: #d56302;
}
.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;
}
.version02 .btn_primaryColor {
  background: #bc5702;
  border: 1px solid #a34b02;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  border: none;
}
.version02 .btn_primaryColor:hover {
  background: #cb5e02;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version02 .btn_primaryColor:focus {
  background: #cb5e02;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version02 .btn_primaryColor.active {
  background: #cb5e02;
  cursor: pointer;
}
.version02 .btn_primaryColor:hover, .version02 .btn_primaryColor.avtive {
  color: #bc5702 !important;
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #bc5702;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0 0 0 2px #bc5702 inset;
  border: none;
}
.version02 .btn_primaryColor:hover:hover, .version02 .btn_primaryColor.avtive:hover {
  background: #f6f6f6;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version02 .btn_primaryColor:hover:focus, .version02 .btn_primaryColor.avtive:focus {
  background: #f6f6f6;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version02 .btn_primaryColor:hover.active, .version02 .btn_primaryColor.avtive.active {
  background: #f6f6f6;
  cursor: pointer;
}

.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: #076660;
}
.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 .related_links div a span {
  background-color: #097e76;
}
.version03 .related_links div a:hover {
  color: #064e49;
}
.version03 .related_links div a:hover span {
  background-color: #0b968c;
}
.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: #064e49;
}
.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: #0caea3 !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:hover {
  background-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 #076660;
  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: #0a8c83;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version03 input[type=submit]:focus {
  background: #0a8c83;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version03 input[type=submit].active {
  background: #0a8c83;
  cursor: pointer;
}
.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 .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: #076660;
}
.version03 .AIgptgroup .directions .contentother button.shiny {
  background-color: #097e76;
  color: #fff;
}
.version03 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: #076660;
}
.version03 .AIgptgroup .directions .contentother button.shiny:hover, .version03 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: #076660;
}
.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: #064e49;
}
.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: #f0793f;
}
.version03 .devicereservation_block .device_list a {
  color: #000;
}
.version03 .devicereservation_block .device_list a:hover, .version03 .devicereservation_block .device_list a:focus {
  background-color: #f0793f;
}
.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: #f0793f;
}
.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: #076660;
}
.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: #064e49;
}
.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: #064e49;
}
.version03 .fatfooter .btn-fatfooter {
  background: #064e49;
}
.version03 .fatfooter .btn-fatfooter:hover, .version03 .fatfooter .btn-fatfooter:focus {
  background: #021f1d;
}
.version03 footer {
  background-color: #064e49;
}
.version03 .btnstyle.brownbg {
  background-color: #097e76;
  border: 2px solid #097e76;
  color: #fff;
}
.version03 .btnstyle.brownbg:hover {
  background-color: #076660;
  border: 2px solid #076660;
}
.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: #0b968c;
}
.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;
}
.version03 .btn_primaryColor {
  background: #097e76;
  border: 1px solid #076660;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  border: none;
}
.version03 .btn_primaryColor:hover {
  background: #0a8c83;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version03 .btn_primaryColor:focus {
  background: #0a8c83;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version03 .btn_primaryColor.active {
  background: #0a8c83;
  cursor: pointer;
}
.version03 .btn_primaryColor:hover, .version03 .btn_primaryColor.avtive {
  color: #097e76 !important;
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #097e76;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0 0 0 2px #097e76 inset;
  border: none;
}
.version03 .btn_primaryColor:hover:hover, .version03 .btn_primaryColor.avtive:hover {
  background: #f6f6f6;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version03 .btn_primaryColor:hover:focus, .version03 .btn_primaryColor.avtive:focus {
  background: #f6f6f6;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version03 .btn_primaryColor:hover.active, .version03 .btn_primaryColor.avtive.active {
  background: #f6f6f6;
  cursor: pointer;
}

.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: #673870;
}
.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 .related_links div a span {
  background-color: #48274e;
}
.version04 .related_links div a:hover {
  color: #58305f;
}
.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: #58305f;
}
.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: #9652a3 !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:hover {
  background-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 #673870;
  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: #80468b;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version04 input[type=submit]:focus {
  background: #80468b;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version04 input[type=submit].active {
  background: #80468b;
  cursor: pointer;
}
.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: #da8caa;
}
.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 .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: #673870;
}
.version04 .AIgptgroup .directions .contentother button.shiny {
  background-color: #774181;
  color: #fff;
}
.version04 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: #673870;
}
.version04 .AIgptgroup .directions .contentother button.shiny:hover, .version04 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: #673870;
}
.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: #58305f;
}
.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: #da8caa;
}
.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: #da8caa;
}
.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: #da8caa;
}
.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: #673870;
}
.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: #58305f;
}
.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: #58305f;
}
.version04 .fatfooter .btn-fatfooter {
  background: #58305f;
}
.version04 .fatfooter .btn-fatfooter:hover, .version04 .fatfooter .btn-fatfooter:focus {
  background: #381f3d;
}
.version04 footer {
  background-color: #58305f;
}
.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: #874a92;
}
.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;
}
.version04 .btn_primaryColor {
  background: #774181;
  border: 1px solid #673870;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  border: none;
}
.version04 .btn_primaryColor:hover {
  background: #80468b;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version04 .btn_primaryColor:focus {
  background: #80468b;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version04 .btn_primaryColor.active {
  background: #80468b;
  cursor: pointer;
}
.version04 .btn_primaryColor:hover, .version04 .btn_primaryColor.avtive {
  color: #774181 !important;
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #774181;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0 0 0 2px #774181 inset;
  border: none;
}
.version04 .btn_primaryColor:hover:hover, .version04 .btn_primaryColor.avtive:hover {
  background: #f6f6f6;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version04 .btn_primaryColor:hover:focus, .version04 .btn_primaryColor.avtive:focus {
  background: #f6f6f6;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version04 .btn_primaryColor:hover.active, .version04 .btn_primaryColor.avtive.active {
  background: #f6f6f6;
  cursor: pointer;
}

.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: #07745c;
}
.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 .related_links div a span {
  background-color: #044436;
}
.version05 .related_links div a:hover {
  color: #055c49;
}
.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: #044839;
}
.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: #0bbc95 !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:hover {
  background-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 #07745c;
  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: #099a7a;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version05 input[type=submit]:focus {
  background: #099a7a;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version05 input[type=submit].active {
  background: #099a7a;
  cursor: pointer;
}
.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: #eec066;
}
.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 .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: #07745c;
}
.version05 .AIgptgroup .directions .contentother button.shiny {
  background-color: #088c6f;
  color: #fff;
}
.version05 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: #07745c;
}
.version05 .AIgptgroup .directions .contentother button.shiny:hover, .version05 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: #07745c;
}
.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: #044839;
}
.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: #eec066;
}
.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: #eec066;
}
.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: #eec066;
}
.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: #07745c;
}
.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: #055c49;
}
.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: #055c49;
}
.version05 .fatfooter .btn-fatfooter {
  background: #055c49;
}
.version05 .fatfooter .btn-fatfooter:hover, .version05 .fatfooter .btn-fatfooter:focus {
  background: #022c23;
}
.version05 footer {
  background-color: #055c49;
}
.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: #09a482;
}
.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;
}
.version05 .btn_primaryColor {
  background: #088c6f;
  border: 1px solid #07745c;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  border: none;
}
.version05 .btn_primaryColor:hover {
  background: #099a7a;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version05 .btn_primaryColor:focus {
  background: #099a7a;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version05 .btn_primaryColor.active {
  background: #099a7a;
  cursor: pointer;
}
.version05 .btn_primaryColor:hover, .version05 .btn_primaryColor.avtive {
  color: #088c6f !important;
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #088c6f;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0 0 0 2px #088c6f inset;
  border: none;
}
.version05 .btn_primaryColor:hover:hover, .version05 .btn_primaryColor.avtive:hover {
  background: #f6f6f6;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version05 .btn_primaryColor:hover:focus, .version05 .btn_primaryColor.avtive:focus {
  background: #f6f6f6;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version05 .btn_primaryColor:hover.active, .version05 .btn_primaryColor.avtive.active {
  background: #f6f6f6;
  cursor: pointer;
}

.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: #0069ad;
}
.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 .related_links div a span {
  background-color: #0078c6;
}
.version06 .related_links div a:hover {
  color: #0069ad;
}
.version06 .related_links div a:hover span {
  background-color: #005993;
}
.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: #005993;
}
.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: #0097f9 !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:hover {
  background-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 #0069ad;
  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: #0081d5;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version06 input[type=submit]:focus {
  background: #0081d5;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version06 input[type=submit].active {
  background: #0081d5;
  cursor: pointer;
}
.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: #004a7a;
  background-color: span;
  background-color-color: #fff;
}
.version06 .AI_block .consent .agreecontent .signblock {
  border-left: 6px solid #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: #0069ad;
}
.version06 .AIgptgroup .directions .contentother button.shiny {
  background-color: #0078c6;
  color: #fff;
}
.version06 .AIgptgroup .directions .contentother button.shiny:after {
  background-color: #0069ad;
}
.version06 .AIgptgroup .directions .contentother button.shiny:hover, .version06 .AIgptgroup .directions .contentother button.shiny:focus {
  background-color: #0069ad;
}
.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: #005993;
}
.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: #f9dcbc;
}
.version06 .devicereservation_block .device_list:hover, .version06 .devicereservation_block .device_list:focus {
  color: #000;
  background-color: #f5c38d;
}
.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: #f5c38d;
}
.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: #f7d0a4;
}
.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: #0069ad;
}
.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: #005993;
}
.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: #005993;
}
.version06 .fatfooter .btn-fatfooter {
  background: #005993;
}
.version06 .fatfooter .btn-fatfooter:hover, .version06 .fatfooter .btn-fatfooter:focus {
  background: #003a60;
}
.version06 footer {
  background-color: #005993;
}
.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: #0087e0;
}
.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;
}
.version06 .btn_primaryColor {
  background: #0078c6;
  border: 1px solid #0069ad;
  color: #fff;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  border: none;
}
.version06 .btn_primaryColor:hover {
  background: #0081d5;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version06 .btn_primaryColor:focus {
  background: #0081d5;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version06 .btn_primaryColor.active {
  background: #0081d5;
  cursor: pointer;
}
.version06 .btn_primaryColor:hover, .version06 .btn_primaryColor.avtive {
  color: #0078c6 !important;
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #0078c6;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0 0 0 2px #0078c6 inset;
  border: none;
}
.version06 .btn_primaryColor:hover:hover, .version06 .btn_primaryColor.avtive:hover {
  background: #f6f6f6;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.version06 .btn_primaryColor:hover:focus, .version06 .btn_primaryColor.avtive:focus {
  background: #f6f6f6;
  box-shadow: 0 0px 0px 2px #f1ad00;
  cursor: pointer;
  color: #fff;
}
.version06 .btn_primaryColor:hover.active, .version06 .btn_primaryColor.avtive.active {
  background: #f6f6f6;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */