html,
body {
  color: #666;
  font-size: 16px;
  font-family: Helvetica, Arial, Sans-Serif;
}
a,
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
select::-ms-expand {
  display: none;
}
/* bui-pagination-01 */
.bui-pagination-01 {
  margin: 15px auto;
  width: 100%;
  color: #666666;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.bui-pagination-01.center {
  justify-content: center;
}
.bui-pagination-01.right {
  justify-content: flex-end;
}
.bui-pagination-01.bg {
  padding: 10px;
  background-color: #f2f2f2;
}
.bui-pagination-01 .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bui-pagination-01 .number {
  margin-right: 10px;
  color: #666666;
}
.bui-pagination-01 .number em {
  padding: 0 2px;
}
.bui-pagination-01 .page {
  display: inline-block;
  padding: 0;
  counter-reset: num 0;
}
.bui-pagination-01 .page li {
  display: inline;
  text-align: center;
  counter-increment: num;
}
.bui-pagination-01 .page li a::before {
  content: counter(num);
}
.bui-pagination-01 .prev i::before,
.bui-pagination-01 .next i::before {
  width: 13px;
  height: 13px;
  line-height: 0;
  font-family: "icon_01";
}
.bui-pagination-01 .prev i::before {
  content: '\e80e';
  margin-right: 5px;
}
.bui-pagination-01 .next i::before {
  content: '\e80d';
  margin-left: 5px;
}
.bui-pagination-01 .prev,
.bui-pagination-01 .next,
.bui-pagination-01 .page a {
  float: left;
  display: block;
  font-size: 13px;
  text-decoration: none;
  padding: 5px 12px;
  color: #666666;
  margin-left: -1px;
  border: 1px solid #e4e4e4;
  line-height: 1.5;
  background-color: #fff;
}
.bui-pagination-01 a:hover {
  background-color: #eee;
}
.bui-pagination-01 .page li.active a {
  border-color: transparent;
  background-color: #868686;
  color: #fff;
  font-weight: bold;
  cursor: default;
}
.bui-pagination-01 .page a:active {
  font-weight: normal;
}
.bui-pagination-01 .prev,
.bui-pagination-01 .next,
.bui-pagination-01 .selectPage {
  flex-grow: 0;
  flex-shrink: 0;
}
.bui-pagination-01 .selectPage label {
  display: none;
  margin-left: 20px;
}
.bui-pagination-01 select {
  margin-left: 10px;
  padding: 5px 20px 5px 12px;
  line-height: 1.5;
  font-size: 13px;
  color: #666666;
  border: 1px solid #e4e4e4;
  display: inline-block;
  border-radius: 0;
  background-color: #fff;
  background: #fff url(//jci.book.com.tw/img/bui/icon-angle-down-01.svg) no-repeat right 6px center;
  background-size: 10px;
}
/* bui-pagination-02 */
.bui-pagination-02 {
  margin: 15px auto;
  width: 100%;
  color: #7d7d7c;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.bui-pagination-02.center {
  justify-content: center;
}
.bui-pagination-02.right {
  justify-content: flex-end;
}
.bui-pagination-02 .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bui-pagination-02 .number {
  margin-right: 10px;
  color: #7d7d7c;
}
.bui-pagination-02 .number em {
  padding: 0 2px;
}
.bui-pagination-02 .page {
  display: inline-block;
  padding: 0 32px;
  counter-reset: num 0;
  border-radius: 18.5px;
  background-color: #f2f3f4;
}
.bui-pagination-02 .page li {
  display: inline;
  text-align: center;
  counter-increment: num;
}
.bui-pagination-02 .page li a::after {
  content: counter(num);
}
.bui-pagination-02 .prev {
  display: flex;
  margin-right: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.bui-pagination-02 .next {
  display: flex;
  margin-left: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.bui-pagination-02 .prev span,
.bui-pagination-02 .next span {
  display: none;
}
.bui-pagination-02 .prev i::before,
.bui-pagination-02 .next i::before {
  width: 32px;
  height: 32px;
  color: #7d7d7c;
  font-family: "icon_01";
  font-size: 20px;
  background-color: #f2f3f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bui-pagination-02 .prev i::before {
  content: '\f104';
}
.bui-pagination-02 .next i::before {
  content: '\f105';
}
.bui-pagination-02 .page a {
  float: left;
  display: block;
  font-size: 13px;
  text-decoration: none;
  color: #7d7d7c;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 0.7em 1em;
}
.bui-pagination-02 a:hover {
  background-color: transparent;
}
.bui-pagination-02 .page li.active a {
  color: #73c717;
  font-weight: bold;
  cursor: default;
}
.bui-pagination-02 .page a:active {
  font-weight: normal;
}
.bui-pagination-02 .selectPage {
  flex-grow: 0;
  flex-shrink: 0;
}
.bui-pagination-02 .selectPage label {
  margin: 0 8px 0 70px;
}
.bui-pagination-02 select {
  height: 32px;
  padding: 0 30px 0 20px;
  -moz-padding-end: 20px;
  color: #7d7d7c;
  border: none;
  display: inline-block;
  border-radius: 18.5px;
  background-color: #f2f3f4;
  background: #f2f3f4 url("//jci.book.com.tw/img/bui/icon-angle-down-01.svg") no-repeat right 15px center;
  background-size: 10px;
}
/* bui-pagination-03 */
.bui-pagination-03 {
  margin: 15px auto;
  width: 100%;
  color: #7d7d7c;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.bui-pagination-03.center {
  justify-content: center;
}
.bui-pagination-03.right {
  justify-content: flex-end;
}
.bui-pagination-03 .content {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.bui-pagination-03.right {
  justify-content: flex-end;
}
.bui-pagination-03 .number {
  margin-right: 10px;
  color: #000;
}
.bui-pagination-03 .number em {
  padding: 0 2px;
}
.bui-pagination-03 .page {
  display: inline-block;
  padding: 0 0;
  counter-reset: num 0;
  border-radius: 18.5px;
  background-color: transparent;
}
.bui-pagination-03 .page li {
  display: inline;
  text-align: center;
  counter-increment: num;
}
.bui-pagination-03 .page li a::after {
  content: counter(num);
}
.bui-pagination-03 .prev {
  display: flex;
  margin-right: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.bui-pagination-03 .next {
  display: flex;
  margin-left: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.bui-pagination-03 .prev span,
.bui-pagination-03 .next span {
  display: none;
}
.bui-pagination-03 .prev i::before,
.bui-pagination-03 .next i::before {
  width: 32px;
  height: 32px;
  color: #7d7d7c;
  font-family: "icon_01";
  font-size: 20px;
  background-color: #f2f3f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bui-pagination-03 .prev i::before {
  content: '\f104';
}
.bui-pagination-03 .next i::before {
  content: '\f105';
}
.bui-pagination-03 .page a {
  float: left;
  display: block;
  font-size: 13px;
  text-decoration: none;
  color: #7d7d7c;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 0.7em 1em;
}
.bui-pagination-03 a:hover {
  background-color: transparent;
}
.bui-pagination-03 .page li.active a {
  color: #6f9b10;
  font-weight: bold;
  cursor: default;
}
.bui-pagination-03 .page a:active {
  font-weight: normal;
}
.bui-pagination-03 .selectPage {
  width: 160px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.bui-pagination-03 .selectPage label {
  margin: 0 5px;
}
.bui-pagination-03 select {
  height: 32px;
  padding: 0 30px 0 20px;
  -moz-padding-end: 20px;
  color: #7d7d7c;
  border: none;
  display: inline-block;
  border-radius: 18.5px;
  background-color: #f2f3f4;
  background: #f2f3f4 url("//jci.book.com.tw/img/bui/icon-angle-down-01.svg") no-repeat right 15px center;
  background-size: 10px;
}
/* bui-pagination-04 */
.bui-pagination-04 {
  margin: 15px auto;
  width: 100%;
  color: #7d7d7c;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.bui-pagination-04.center {
  justify-content: center;
}
.bui-pagination-04.right {
  justify-content: flex-end;
}
.bui-pagination-04 .content {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.bui-pagination-04.right {
  justify-content: flex-end;
}
.bui-pagination-04 .number {
  margin-right: 10px;
  color: #000;
}
.bui-pagination-04 .number em {
  padding: 0 2px;
}
.bui-pagination-04 .page {
  display: inline-block;
  padding: 0 0;
  counter-reset: num 0;
  border-radius: 18.5px;
  background-color: transparent;
}
.bui-pagination-04 .page li {
  display: inline;
  text-align: center;
  counter-increment: num;
}
.bui-pagination-04 .page li a::after {
  content: counter(num);
}
.bui-pagination-04 .page li.active a::after {
  color: #6f9b10;
  border: 1px solid #8fc31f;
  padding: 2px 5px;
  border-radius: 6px;
}
.bui-pagination-04 .prev {
  display: flex;
  margin-right: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.bui-pagination-04 .next {
  display: flex;
  margin-left: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.bui-pagination-04 .prev span,
.bui-pagination-04 .next span {
  display: none;
}
.bui-pagination-04 .prev i::before,
.bui-pagination-04 .next i::before {
  width: 32px;
  height: 32px;
  color: #7d7d7c;
  font-family: "icon_01";
  font-size: 20px;
  background-color: #f2f3f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bui-pagination-04 .prev i::before {
  content: '\f104';
}
.bui-pagination-04 .next i::before {
  content: '\f105';
}
.bui-pagination-04 .page a {
  float: left;
  display: block;
  font-size: 13px;
  text-decoration: none;
  color: #7d7d7c;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 0.7em 1em;
}
.bui-pagination-04 a:hover {
  background-color: transparent;
}
.bui-pagination-04 .page li.active a {
  color: #6f9b10;
  font-weight: bold;
  cursor: default;
}
.bui-pagination-04 .page a:active {
  font-weight: normal;
}
.bui-pagination-04 .selectPage {
  width: 160px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.bui-pagination-04 .selectPage label {
  margin: 0 5px;
}
.bui-pagination-04 select {
  height: 32px;
  padding: 0 30px 0 20px;
  -moz-padding-end: 20px;
  color: #7d7d7c;
  border: none;
  display: inline-block;
  border-radius: 18.5px;
  background-color: #f2f3f4;
  background: #f2f3f4 url("//jci.book.com.tw/img/bui/icon-angle-down-03.svg") no-repeat right 15px center;
  background-size: 10px;
}
.bui-pagination-04.type-orange .page li.active a::after {
  color: #BF8000;
  border: 1px solid #BF8000;
}
.bui-pagination-04.type-orange select {
  border: 1px solid #D8DAD8;
  padding: 3px 27px 3px 12px;
}
/* bui-btn-01 */
.bui-btn-01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  user-select: none;
  background-color: #f3f3f5;
  border: 1px solid transparent;
  padding: 0.45em 0.75em;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.25em;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
/* btn-01 */
.bui-btn-01.btn-01 {
  border-radius: 6px;
  /* color: #5A5A5A; */
  color: #000;
  font-size: 13px;
  text-decoration: none;
}
.bui-btn-01.btn-01:hover {
  /* color: #5A5A5A; */
  color: #000;
  text-decoration: none;
}
/* btn-02 */
.bui-btn-01.btn-02 {
  padding: 0.66em 0.625em;
  border-radius: 8px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  background-color: #f7f8f9;
}
.bui-btn-01.btn-02:hover {
  color: #000;
  text-decoration: none;
}
.bui-btn-01 i {
  margin-right: 5px;
}
.bui-btn-01 i::before {
  margin: 0;
  padding: 0;
  color: #000;
}
.bui-btn-01 i.icon-shopping-cart::before {
  font-size: 14px;
}
.bui-btn-01 i.icon-play-circled2-1::before {
  font-size: 18px;
}
button.bui-btn-01:disabled,
.bui-btn-01.disabled,
a.bui-btn-01.disabled {
  /* background-color: #fff; */
  /*   border: 1px solid #d8d8d8;   */
  /* color: #bbb; */
  color: #000;
  cursor: default;
}
button.bui-btn-01:disabled i::before,
.bui-btn-01.disabled i::before,
a.bui-btn-01.disabled i::before {
  /* opacity: 0.5; */
}
.bui-btn-01:last-child {
  margin-right: 0;
}
.bui-btn-01:hover,
a.bui-btn-01:hover {
  text-decoration: none;
}
.bui-btn-01.line {
  border: 1px solid #d8d8d8;
}
.bui-btn-01.color-1 {
  background-color: #fff;
}
.bui-btn-01.color-1.line {
  border: 1px solid #d8d8d8;
}
.bui-btn-01.color-2 {
  background-color: #fce046;
}
.bui-btn-01.color-2.line {
  border: 1px solid #f8d413;
}
.bui-btn-01.color-3 {
  color: #fff;
  background-color: #88bb1e;
}
.bui-btn-01.color-3:hover {
  color: #fff;
}
.bui-btn-01.color-3.line {
  border: 1px solid #88b61d;
}
.bui-btn-01.color-3 i::before {
  color: #fff;
}
.bui-btn-01.color-4 {
  color: #fff;
  background-color: #f3563d;
}
.bui-btn-01.color-4:hover {
  color: #fff;
}
.bui-btn-01.color-4.line {
  border: 1px solid #f23e1b;
}
.bui-btn-01.color-4 i::before {
  color: #fff;
}
/* btn-03 */
.bui-btn-01.btn-03 {
  border-radius: 8px;
  color: #000;
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.bui-btn-01.btn-03 i::before {
  color: #000;
  margin-right: 10px;
}
.bui-btn-01.btn-03 div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bui-btn-01.btn-03 strong {
  font-size: 18px;
  font-weight: bold;
}
/* bui-btn-02 */
.bui-btn-02,
.bui-btn-02:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  user-select: none;
  color: #000;
  background-color: #fafafa;
  border: 1px solid #f5ae38;
  border-radius: 8px;
  padding: 1em 0.75em;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.25em;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
.bui-btn-02:last-child {
  margin-right: 0;
}
.bui-btn-02 em {
  font-size: 13px;
}
.bui-btn-02 strong {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}
button.bui-btn-02:disabled,
.bui-btn-02.disabled,
a.bui-btn-02.disabled {
  border: 1px solid #d8d8d8;
  color: #7d7d7d;
  cursor: default;
}
/* bui-btn-03 */
.bui-btn-03 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: #333;
  font-size: 15px;
  font-weight: normal;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  padding: 0.45em 0.75em;
  text-decoration: none;
  background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
  background-color: #f9f9f9;
  -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
  box-shadow: inset 1px 1px 0px 0px #ffffff;
}
button.bui-btn-03:disabled,
.bui-btn-03.disabled,
a.bui-btn-03.disabled {
  border: 1px solid #d8d8d8;
  color: #7d7d7d;
  cursor: default;
}
/* bui-btn-04 */
.bui-btn-04 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  user-select: none;
  background-color: #fce046;
  border-radius: 8px;
  border: 1px solid transparent;
  color: #000;
  padding: 0.64em 0.75em;
  font-size: 15px;
  font-weight: bold;
  line-height: initial;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
button.bui-btn-04:disabled,
.bui-btn-04.disabled,
a.bui-btn-04.disabled {
  background-color: #F0F0F0;
  color: #aaa;
  cursor: default;
}
.bui-btn-04 i.icon-shoppingcart {
  margin-right: 4px;
}
.bui-btn-04:last-child {
  margin-right: 0;
}
.bui-btn-04.btn-info {
  color: #d0021b;
  border: 1px solid #d8d8d8;
  background-color: #f7f8f9;
}
/* bui-btn-05 */
.bui-btn-05 {
  font-size: 15px;
  line-height: 22px;
  border: none;
  border-radius: 8px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  column-gap: 4px;
}
.bui-btn-05.w-full {
  width: 100%;
}
.bui-btn-05.disabled,
.bui-btn-05[disabled="true"] {
  cursor: not-allowed;
}
.bui-btn-05.fw-700 {
  font-weight: 700;
}
.bui-btn-05.btn-01 {
  color: #aaaaaa;
  background: #f0f0f0;
  text-decoration: none;
}
.bui-btn-05.line {
  border: 1px solid #d8d8d8;
}
.bui-btn-05.line-transparent {
  border: 1px solid transparent;
}
.bui-btn-05.color-01 {
  color: #D99000;
  background-color: #fff;
}
.bui-btn-05.color-01.line {
  border: 1px solid #D99000;
}
.bui-btn-05.color-02 {
  color: #fff;
  background-color: #F2AA18;
}
.bui-btn-05.color-02.line {
  border: 1px solid #F2AA18;
}
.bui-btn-05.color-03 {
  color: #fff;
  background-color: #D99000;
}
.bui-btn-05.color-03:hover {
  background-color: #F2AA18;
  text-decoration: none;
}
.bui-btn-05.color-03.line {
  border: 1px solid #D99000;
}
.bui-btn-05.color-04 {
  color: #000000;
}
.bui-btn-05.color-06 {
  color: #000000;
  background-color: #FCE046;
}
.bui-btn-05.color-06:hover {
  background-color: #FCE046;
  text-decoration: none;
}
.bui-btn-05.color-06.line {
  border: 1px solid #F8D413;
}
.bui-btn-05.btn-02 {
  color: #000000;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}
.bui-btn-05.btn-02.gold {
  color: #BF8000;
}
.bui-btn-05.btn-02.disabled,
.bui-btn-05.btn-02[disabled="true"] {
  color: #aaaaaa;
}
.bui-btn-05 i.extend-description::before {
  width: 12px;
  height: 14px;
  background: transparent url(//jci.book.com.tw/css/books/module/images/icon-extend-arrow.svg) no-repeat center center / 12px;
}
.bui-btn-05 i.red-tag::before {
  background: transparent url(//jci.book.com.tw/css/books/module/images/icon-triangle-alert.svg) no-repeat center center / 16px;
}
.bui-btn-05 i.btn-thumbs-up:before {
  background: transparent url(//jci.book.com.tw/css/books/module/images/icon-thumbs-up.svg) no-repeat center center / 24px;
}
.bui-btn-05 i.btn-thumbs-up:focus:before,
.bui-btn-05 i.btn-thumbs-up.gold:before {
  background: transparent url(//jci.book.com.tw/css/books/module/images/icon-thumbs-up-gold.svg) no-repeat center center / 24px;
}
.bui-btn-05.btn-01.color-01.line:hover {
  background: #F2AA18;
  color: #ffffff;
  border: 1px solid #F2AA18;
}
/* bui-btn-06 */
.bui-btn-06 {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F0F0F0;
  border-radius: 12px;
}
.bui-btn-06 i {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  flex-shrink: 0;
  flex-grow: 0;
}
.bui-btn-06 i.icon-compile {
  background: transparent url(//jci.book.com.tw/css/books/module/images/icon-compile.png) no-repeat center center / 24px;
}
.bui-btn-06 i.icon-rate {
  background: transparent url(//jci.book.com.tw/css/books/module/images/icon-rate.png) no-repeat center center / 24px;
}
.bui-btn-06 i.icon-like {
  background: transparent url(//jci.book.com.tw/css/books/module/images/icon-like.png) no-repeat center center / 24px;
}
.bui-btn-06 i.icon-follower {
  background: transparent url(//jci.book.com.tw/css/books/module/images/icon-follower.png) no-repeat center center / 24px;
}
/* bui-btn-group-01 */
.bui-btn-group-01 {
  padding: 2px;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  color: #252624;
  border-radius: 14px;
  border: 1px solid #d8d8d8;
  background-color: #f2f3f4;
}
.bui-btn-group-01 .btn {
  position: relative;
  width: 34px;
  height: 30px;
  margin-right: 7px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a4d49;
  cursor: pointer;
  user-select: none;
}
.bui-btn-group-01 .btn:last-child {
  margin-right: 0;
}
.bui-btn-group-01 .grid-control i::before,
.bui-btn-group-01 .list-control i::before {
  font-family: "icon_01";
  font-size: 15px;
  line-height: 0;
  color: #000;
  transition: all 220ms ease-in-out;
}
.bui-btn-group-01 .grid-control i::before {
  content: '\ea1e';
}
.bui-btn-group-01 .list-control i::before {
  content: '\ea1d';
}
.bui-btn-group-01 .btn.active i::before {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bui-btn-group-01 .btn.active i::before {
  width: 34px;
  height: 30px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(216, 218, 216, 0.3);
  transition: transform .3s ease-in;
}
/* bui-search-01 */
.bui-search-01 {
  position: relative;
  display: flex;
}
.bui-search-01 input[type=text]::-ms-clear,
.bui-search-01 input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.bui-search-01 input[type=text]::-webkit-search-cancel-button,
.bui-search-01 input[type=search]::-webkit-search-cancel-button {
  display: none
}
.bui-search-01 input[type=search]:-ms-input-placeholder,
.bui-search-01 input[type=text]:-ms-input-placeholder {
  color: #a0a5a0;
}
.bui-search-01 input[type=text]::placeholder,
.bui-search-01 input[type=search]::placeholder {
  color: #a0a5a0;
  opacity: 1;
}
.bui-search-01 input[type=text],
.bui-search-01 input[type=search] {
  width: 100%;
  padding: 10px 38px 10px 40px;
  font-size: 14px;
  line-height: 1em;
  color: #242624;
  border: solid 1px rgba(152, 152, 152, 0.25);
  border-radius: 14px;
  background: #f2f3f4 url("//jci.book.com.tw/img/bui/icon-search-01.svg") no-repeat 11px center;
  background-size: 17px;
  /* transition: all .3s;   */
}
.bui-search-01.active input[type=text],
.bui-search-01.active input[type=search] {
  background-color: #fff;
  border: solid 1px #20b200;
}
.bui-search-01 .search-clear {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
  opacity: 0;
  transition: all .3s;
}
.bui-search-01 .search-clear i {
  width: 36px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bui-search-01 .search-clear i::before {
  font-family: "icon_01";
  font-size: 15px;
  line-height: 0;
  transition: all 220ms ease-in-out;
}
.bui-search-01 .search-clear i::before {
  content: '\e80a';
  color: #4a4a4a;
}
/* bui-search-02 */
.bui-search-02 {
  position: relative;
  display: flex;
}
.bui-search-02 .search {
  position: relative;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.bui-search-02 input[type=text]::-ms-clear,
.bui-search-02 input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.bui-search-02 input[type=text]::-webkit-search-cancel-button,
.bui-search-02 input[type=search]::-webkit-search-cancel-button {
  display: none
}
.bui-search-02 input[type=search]:-ms-input-placeholder,
.bui-search-02 input[type=text]:-ms-input-placeholder {
  color: #969696;
}
.bui-search-02 input[type=text]::placeholder,
.bui-search-02 input[type=search]::placeholder {
  color: #969696;
  opacity: 1;
}
.bui-search-02 input[type=text],
.bui-search-02 input[type=search] {
  width: 100%;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1em;
  color: #000;
  border: solid 1px #e5e5e5;
  background-color: #fafafa;
  border-radius: 14px;
  /* transition: all .3s;   */
}
.bui-search-02.active input[type=text],
.bui-search-02.active input[type=search] {
  background-color: #fff;
  border: solid 1px #20b200;
}
.bui-search-02 .search-clear {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
  opacity: 0;
  transition: all .3s;
}
.bui-search-02 .search-clear i {
  width: 44px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bui-search-02 .search-clear i::before {
  font-family: "icon_01";
  font-size: 20px;
  line-height: 0;
  transition: all 220ms ease-in-out;
}
.bui-search-02 .search-clear i::before {
  content: '\e80a';
  color: #4a4a4a;
}
.bui-search-02 .btn-search {
  width: 40px;
  height: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.bui-search-02 .btn-search i::before {
  font-family: "icon_01";
  font-size: 20px;
  line-height: 0;
  content: '\ea2e';
  color: #969696;
}
/* bui-list-group-01 */
.bui-list-group-01 {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #5a5a5a;
  font-size: 15px;
}
.bui-list-group-01 a:hover {
  text-decoration: underline;
}
.bui-list-group-01>li {
  position: relative;
  padding: 0;
  line-height: 1.5;
  margin-bottom: 10px;
}
.bui-list-group-01.icon>li {
  padding: 0 0 0 20px;
}
.bui-list-group-01.icon>li::before {
  font-family: "icon_01";
  font-style: normal;
  font-weight: normal;
  color: #8F8E8D;
  vertical-align: inherit;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.bui-list-group-01.icon[data-icon=icon-01]>li::before {
  content: '\e82e';
  top: -4px;
}
.bui-list-group-01.icon[data-icon=icon-02]>li::before {
  content: '\ea24';
  font-size: 10px;
  top: 1px;
  left: 3px;
}
.bui-list-group-01.icon[data-icon=icon-03]>li::before {
  content: '\e804';
  font-size: 15px;
  left: 7px;
}
.bui-list-group-01.icon[data-icon=icon-04]>li::before {
  content: '\f006';
  font-size: 15px;
  left: 7px;
}
/* bui-dropdown-01 */
.bui-dropdown-01 {
  width: 100%;
  min-width: 180px;
  margin: 0;
  padding: 0;
}
.bui-dropdown-01 dt a {
  display: block;
  height: 2.5em;
  width: 100%;
  text-decoration: none;
  border: 1px solid #d8dad8;
  border-radius: 14px;
  background-color: #f2f3f4;
}
.bui-dropdown-01 dt a:hover,
.dropdown dt a:active {
  border-color: #bdc3c7;
}
.bui-dropdown-01 dt span {
  display: block;
  padding: 0 1em;
  line-height: 2.5em;
  cursor: pointer;
  background: url(//jci.book.com.tw/img/bui/icon-angle-down-03.svg) no-repeat right 15px center;
  background-size: 10px;
}
.bui-dropdown-01 dd {
  position: relative;
}
.bui-dropdown-01 dd ul {
  display: none;
  position: absolute;
  left: 0;
  top: -2.5em;
  width: 100%;
  list-style: none;
  background: #fff none repeat scroll 0 0;
  border-radius: 14px;
  border: 1px solid #d8dad8;
  border-radius: 14px;
  background-color: #f2f3f4;
}
.bui-dropdown-01 dd ul li:first-child a:hover {
  border-radius: 14px 14px 0 0;
}
.bui-dropdown-01 dd ul li:last-child a:hover {
  border-radius: 0 0 14px 14px;
}
.bui-dropdown-01 dd li a {
  display: block;
  padding: 0 1em;
  line-height: 2.5em;
  text-decoration: none;
}
.bui-dropdown-01 dd li a:hover {
  background-color: #2ecc71;
  color: #fff;
  cursor: pointer;
}
/* bui-dropdown-02 */
.bui-dropdown-02 {
  padding: 8px 35px 8px 12px;
  color: #000;
  border: none;
  display: inline-block;
  border-radius: 14px;
  background: #f7f8f9 url(//jci.book.com.tw/img/bui/icon-angle-down-03.svg) no-repeat right 15px center;
  background-size: 10px;
  border: 1px solid #d8d8d8;
}
/* bui-badge-top */
.bui-badge-top {
  counter-reset: item-counter;
}
.bui-badge-top .badge::after {
  position: absolute;
  top: 90px;
  right: -2px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  width: 54px;
  height: 24px;
  border-radius: 2px;
  box-shadow: 0 0 35px 2px rgba(42, 42, 42, 0.07);
  background-color: #049bd2;
  counter-increment: item-counter 1;
  content: "Top "counter(item-counter);
}
.bui-badge-top .badge.bg-01::after {
  background-color: #cc6576;
}
.bui-badge-top .badge.bg-02::after {
  background-color: #73c717;
}
.bui-badge-top .badge-rank {
  position: absolute;
  top: 90px;
  right: -2px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  width: 54px;
  height: 24px;
  border-radius: 2px;
  box-shadow: 0 0 35px 2px rgba(42, 42, 42, 0.07);
  background-color: #049bd2;
}
.bui-badge-top .badge-rank .rank-no {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
}
.bui-badge-top .badge-rank.bg-01 {
  background-color: #cc6576;
}
.bui-badge-top .badge-rank.bg-02 {
  background-color: #73c717;
}
.bui-badge-top .badge-top {
  position: relative;
  padding: 0 0 5px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.bui-badge-top .badge-top em {
  font-size: 15px;
  color: #969696;
  font-weight: bold;
}
.bui-badge-top .badge-top strong {
  position: relative;
}
.bui-badge-top .badge-top i::before {
  color: #6f9b10;
}
.bui-badge-top .badge-top img {
  display: inline-block;
  margin-right: 3px;
  width: 20px;
}
.bui-badge-top .badge-top .number::after {
  display: inline-block;
  margin: 0 3px;
  font-size: 20px;
  color: #ef7a31;
  text-align: center;
  font-weight: normal;
  counter-increment: item-counter;
  content: counter(item-counter);
}
.bui-badge-top .rank-no {
  display: inline-block;
  margin: 0 3px;
  font-size: 20px;
  color: #ef7a31;
  text-align: center;
  font-weight: normal;
}
.bui-badge-top .badge-num {}
.bui-badge-top .badge-num::before {
  content: "";
  position: absolute;
  top: 40px;
  left: -6px;
  display: block;
  border-style: solid;
  border-color: #ad4201 transparent transparent transparent;
  border-width: 6px 0 0 6px;
}
.bui-badge-top .badge-num::after {
  position: absolute;
  top: 16px;
  left: -6px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  width: 32px;
  height: 24px;
  border-radius: 0px 18px 18px 0px;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
  background-color: #ff6101;
  background: linear-gradient(90deg, #ff6101 0%, #fdc241 100%);
  counter-increment: item-counter 1;
  content: counter(item-counter);
}
/* bui-badge-text */
.bui-badge-text {
  display: block;
  margin: 0 auto 8px;
  font-size: 13px;
  color: #969696;
  text-align: center;
  line-height: 1.5em;
  max-height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.bui-badge-text a,
.bui-badge-text a:link {
  color: #969696;
}
.bui-badge-text a:hover {
  color: #ef7a31;
}
/* bui-badge-icon */
.bui-badge-icon {
  position: absolute;
  top: 4px;
  left: 4px;
}
.bui-badge-icon .badge-01 {
  width: 24px;
  height: 24px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.bui-badge-icon .badge-01.sign-01 {
  background-size: 20px 16px;
  border: 1px solid #d8dad8;
  background-color: #fff;
  background-image: url("//jci.book.com.tw/img/bui/icon-headphones-01.svg");
}
.bui-badge-icon .badge-01.sign-02 {
  background-size: 30px 30px;
  border: 1px solid #9e0c0d;
  background-color: #D0021B;
  background-image: url("//jci.book.com.tw/img/bui/icon-18x-01.svg");
}
.bui-badge-icon .badge-01.sign-03 {
  background-size: 18px 18px;
  border: 1px solid #d8dad8;
  background-color: #fff;
  background-image: url("//jci.book.com.tw/img/bui/icon-play-circled-01.svg");
}
.bui-badge-icon .badge-01.sign-04 {
  background-size: 18px 18px;
  border: 1px solid #d8dad8;
  background-color: #fff;
  background-image: url("//jci.book.com.tw/img/bui/icon-doc-text-01.svg");
  background-position: 2px center;
}
/* bui-category-icon */
.bui-category-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.bui-category-icon .sign-ebook {
  width: 180px;
  height: 34px;
  background: url("//jci.book.com.tw/img/bui/sign-ebook.svg") no-repeat right bottom;
  /* background-size: cover; */
  display: block;
  text-indent: -9999px;
}
.bui-category-icon .sign-emag {
  width: 180px;
  height: 34px;
  background: url("//jci.book.com.tw/img/bui/sign-emag.svg") no-repeat right bottom;
  /* background-size: cover; */
  display: block;
  text-indent: -9999px;
}
/* bui-prd-tag */
.bui-prd-tag-01,
.bui-prod-tag-01 {
  position: absolute;
  min-width: 87px;
  height: 24px;
  padding: 0 8px;
  bottom: 26px;
  left: -6px;
  font-size: 13px;
  font-weight: bold;
  color: #12AE57;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  background-color: #fff;
  border-radius: 0 18px 18px 0;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  font-family: "Microsoft JhengHei", sans-serif;
  z-index: 1;
}
.bui-prd-tag-01::before,
.bui-prod-tag-01::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  display: block;
  border-style: solid;
  border-color: #17692F transparent transparent transparent;
  border-width: 6px 0 0 6px;
}
/* bui-prod-label */
.bui-prd-label,
.bui-prod-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: "Microsoft JhengHei", sans-serif;
}
/* .bui-prd-label::before,
.bui-prod-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 6px solid #F57461;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 14px;
} */
.bui-prd-label img,
.bui-prod-label img {
  border: 5px solid #ad0000;
}
.bui-prd-label .label-discount,
.bui-prod-label .label-discount {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  top: -33px;
  left: -5px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #F4563D;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  box-sizing: border-box;
}
.bui-prd-label .label-discount b,
.bui-prod-label .label-discount b {
  font-size: 20px;
}
.bui-prd-label .label-text,
.bui-prod-label .label-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #F57461;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.2px;
  overflow: hidden;
  box-sizing: border-box;
}
.bui-prd-label .label-text em,
.bui-prod-label .label-text em {
  width: 100%;
  display: block;
  padding-right: 5px;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  text-align: right;
}
.bui-prd-label .label-price,
.bui-prod-label .label-price {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  bottom: 0;
  left: 0;
  right: 0;
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background-color: #F57461;
}
.bui-prd-label .label-price.no-bg,
.bui-prod-label .label-price.no-bg {
  background-color: transparent;
}
.bui-prd-label .label-price .text,
.bui-prod-label .label-price .text {
  display: block;
  padding: 0 3px;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
  font-weight: bold;
}
.bui-prd-label .label-price .sticker,
.bui-prod-label .label-price .sticker {
  position: relative;
  display: block;
  min-width: 60px;
  height: 35px;
  margin-left: 5px;
  padding: 0 3px 0 0;
  font-weight: normal;
  background: #F4563D;
  text-align: center;
  font-family: "Microsoft JhengHei", sans-serif;
}
.bui-prd-label .label-price .sticker::before,
.bui-prod-label .label-price .sticker::before {
  position: absolute;
  content: "";
  border-bottom: 38px solid #F4563D;
  border-left: 10px solid transparent;
  height: 0;
  width: 10px;
  top: 0;
  left: -10px;
}
.bui-prd-label .label-price .sticker-price,
.bui-prod-label .label-price .sticker-price {
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  font-weight: bold;
}
/* bui-overlay-image */
.bui-overlay-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
/* bui-item-num */
.bui-item-num {
  counter-reset: item-counter;
}
.bui-item-num .num::after {
  font-size: 15px;
  color: #ef7a31;
  text-align: center;
  font-weight: normal;
  counter-increment: item-counter;
  content: counter(item-counter);
}
/* bui-badge-rating */
.bui-badge-rating {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background-color: #D99000;
  background: linear-gradient(90deg, #D99000 0%, #D9AD57 100%);
  border-radius: 0 0 18px 18px;
}
.bui-badge-rating i {
  margin: 0 auto 2px;
}
.bui-badge-rating i::before {
  font-family: "icon_01";
  content: "\e808";
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: initial;
}
.bui-badge-rating .score {
  font-size: 15px;
  font-weight: bold;
  font-family: 'Microsoft JhengHei';
}
/* bui-stars */
.bui-stars {
  position: relative;
}
.bui-stars.star-s .bui-star::before,
.bui-stars.star-s .bui-star::after {
  font-size: 18px;
}
.bui-star::before,
.bui-star::after {
  font-family: "icon_01";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  font-size: 23px;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.25em;
}
.bui-star::after {
  color: #ffac00;
}
.bui-star::before {
  color: #d3d3d3;
  content: '\e808\e808\e808\e808\e808';
}
.bui-star.s0::after {
  content: '';
}
.bui-star.s1::after {
  content: '\e84d';
}
.bui-star.s2::after {
  content: '\e808';
}
.bui-star.s3::after {
  content: '\e808\e84d';
}
.bui-star.s4::after {
  content: '\e808\e808';
}
.bui-star.s5::after {
  content: '\e808\e808\e84d';
}
.bui-star.s6::after {
  content: '\e808\e808\e808';
}
.bui-star.s7::after {
  content: '\e808\e808\e808\e84d';
}
.bui-star.s8::after {
  content: '\e808\e808\e808\e808';
}
.bui-star.s9::after {
  content: '\e808\e808\e808\e808\e84d';
}
.bui-star.s10::after {
  content: '\e808\e808\e808\e808\e808';
}
/* bui-nav-01 */
.bui-nav-01 .nav {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.bui-nav-01 .nav-item {
  position: relative;
}
.bui-nav-01 .nav-link {
  display: block;
  padding: 0.5em 1.5em;
  font-size: 17px;
  font-weight: bold;
  color: #a0a5a0;
}
.bui-nav-01 .nav-link.active {
  color: #000;
}
.bui-nav-01 .nav-link.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  border-bottom: 2px solid #8fc31f;
}
.bui-nav-01 .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.bui-nav-01 .nav-msg {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5em;
  max-height: 1.5em;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-size: 15px;
  color: #595959;
}
.bui-nav-01 .nav-content {
  position: relative;
  width: 100%;
  min-height: 35px;
  margin: -5px auto 10px;
  padding: 10px 10px;
  line-height: 1.5em;
  align-items: center;
  background: #f2f3f4;
  display: none;
  z-index: 0;
}
.bui-nav-01 .nav-content.show {
  display: block;
}
.bui-nav-01 .nav-item.expanded .nav-sub {
  display: flex;
}
.bui-nav-01 .nav-sub {
  position: absolute;
  bottom: -40px;
  left: -30%;
  width: max-content;
  height: 35px;
  font-size: 15px;
  font-weight: bold;
  z-index: 1;
  display: none;
}
.bui-nav-01 .nav-item:first-child .nav-sub {
  left: 10px;
}
.bui-nav-01 .nav-sub .item {
  margin: 0 25px 0 0;
  display: block;
  line-height: 35px;
}
.bui-nav-01 .nav-sub .item:last-child {
  margin: 0;
}
.bui-nav-01 .nav-sub .item a {
  color: #969696;
}
.bui-nav-01 .nav-sub .item.active a {
  color: #6F9B10;
}
/* bui-nav-02 */
.bui-nav-02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.bui-nav-02 .nav {
  width: calc(100% - 80px);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.bui-nav-02 .btn {
  cursor: pointer;
  font-size: 17px;
  color: #424242;
  border-radius: 99px;
  height: 30px;
  width: 30px;
  display: none;
  align-items: center;
  justify-content: center;
}
.bui-nav-02 .btn:hover {
  background: rgba(54, 54, 54, 0.2);
}
.bui-nav-02 .nav-item {
  position: relative;
  white-space: nowrap;
}
.bui-nav-02 .nav-link {
  display: block;
  padding: .5em 1.5em;
  font-size: 17px;
  font-weight: bold;
  color: #a0a5a0;
  text-align: center;
}
.bui-nav-02 .nav.num .nav-link {
  padding: .5em 1.5em .3em;
}
.bui-nav-02 .nav-link span {
  font-family: '微軟正黑體';
  font-weight: 400;
  color: #969696;
  font-size: 13px;
}
.bui-nav-02 .nav-link.active {
  color: #000;
}
.bui-nav-02 .nav-link.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  border-bottom: 2px solid #8fc31f;
}
.bui-nav-02 .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.bui-nav-02 .slick-disabled {
  display: none !important;
}
/* bui-nav-03 */
.bui-nav-03 {
  position: relative;
  width: 100%;
  margin: 0 auto 16px;
  display: flex;
  flex-wrap: wrap;
}
.bui-nav-03 li {
  position: relative;
  padding: 8px 16px 0;
  display: flex;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  color: #000;
  letter-spacing: normal;
  align-items: center;
}
.bui-nav-03 li:first-child {
 /*padding: 8px 16px 8px 0;*/
}
.bui-nav-03 li:not(:last-child)::before {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  content: "";
  width: 1px;
  height: 8px;
  overflow: hidden;
  color: #bdbdbd;
  border-right: 1px solid #bdbdbd;
}
.bui-nav-03 li a {
  display: inline-flex;
  padding: 5px 12px;
  align-items: center;
  color: #000;
  border-radius: 8px;
}
.bui-nav-03 li.active {
  color: #12AE57;
}
.bui-nav-03 li.active a {
  color: #12AE57;
  font-weight: bold;
  background: #D1FAE3;
}
/* bui-nav-04 */
.bui-nav-04 {
  position: relative;
  width: 100%;
  margin: 0 auto 16px;
  display: flex;
  flex-wrap: wrap;
}
.bui-nav-04 li {
  position: relative;
  margin: 0px;
  display: flex;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  color: #000;
  letter-spacing: normal;
  align-items: center;
}
.bui-nav-04 li:not(:last-child)::after {
  content: "|";
  margin: 0px 8px;
  padding: 0;
  overflow: hidden;
  color: #bdbdbd;
  font-size: 12px;
}
.bui-nav-04 li a {
  display: inline-flex;
  padding: 5px 12px;
  align-items: center;
  color: #000;
  border-radius: 8px;
}
.bui-nav-04 li:hover,
.bui-nav-04 li.active {
  color: #BF8000;
}
.bui-nav-04 li:hover a,
.bui-nav-04 li.active a {
  color: #BF8000;
  font-weight: bold;
  background: #FFF6E5;
}
/* checkbox-01 */
.bui-checkbox-01 {
  box-sizing: border-box;
}
.bui-checkbox-01 label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}
.bui-checkbox-01 [type="checkbox"]:not(:checked),
.bui-checkbox-01 [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.bui-checkbox-01 .u-checkbox {
  position: relative;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
  border: 2px solid #BCBCBC;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
.bui-checkbox-01 [type="checkbox"]:checked~.u-checkbox {
  border: 2px solid #666;
  background-color: #666;
}
.bui-checkbox-01 [type="checkbox"]:not(:checked)~.u-checkbox::after,
.bui-checkbox-01 [type="checkbox"]:checked~.u-checkbox::after,
.bui-checkbox-01 .checked~.u-checkbox::after {
  content: '\e841';
  display: flex;
  font-family: "icon_01";
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #fff;
  transition: all .2s;
}
/* checked changes */
.bui-checkbox-01 [type="checkbox"]:not(:checked)~.u-checkbox::after {
  opacity: 0;
  transform: scale(0);
}
.bui-checkbox-01 [type="checkbox"]:checked~.u-checkbox::after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.bui-checkbox-01 [type="checkbox"]:disabled:not(:checked)~.u-checkbox {
  box-shadow: none;
  border-color: #BCBCBC;
  background-color: #DADADA;
  cursor: default;
}
.bui-checkbox-01 [type="checkbox"]:disabled:checked~.u-checkbox::after {
  color: #fff;
}
/* bui-tag-02 */
.bui-tag-02 {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bui-tag-02 .title.fw-700 {
  font-weight: 700;
}
.bui-tag-02 .title.color-01 {
  color: #626364;
}
.bui-tag-02 .title.color-02 {
  color: #ffffff;
}
.bui-tag-02.bg-01 {
  background: #f0f0f0;
}
.bui-tag-02.bg-02 {
  background: #CD3D35;
}
.bui-tag-02>i:before {
  content: '';
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bui-tag-02>i.alert:before {
  background: transparent url(//jci.book.com.tw/css/books/module/images/icon-triangle-alert.svg) no-repeat center center / 16px;
}
.bui-tag-02 i.btn-thumbs-up:before {
  background: transparent url(//jci.book.com.tw/css/books/module/images/icon-thumbs-up.svg) no-repeat center center / 16px;
}