@charset "UTF-8";
body {
  color: #1E1E1E;
  font-family: "PingFang TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  /* ios5+ */
}

a {
  color: #6DADB3;
}
a:hover {
  color: #5ca4aa;
}

button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}
button:focus {
  outline: 0;
}
button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-color: #D9D9D9;
  border-width: 1px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #B5B5B5 !important;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #B5B5B5 !important;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #B5B5B5 !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: #B5B5B5 !important;
}

.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
  border-color: #888888 !important;
}

.bg-secondary {
  background-color: #E9E9E9 !important;
}

.bg-light {
  background-color: #D9D9D9 !important;
}

.container {
  max-width: 1230px;
}

.feather {
  width: 18px;
  height: 18px;
  position: relative;
  top: -2px;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.text-light {
  color: #D9D9D9 !important;
}

.text-gray,
.text-muted {
  color: #B5B5B5 !important;
}

.text-dark,
.text-body {
  color: #1E1E1E !important;
}

.text-primary {
  color: #6DADB3 !important;
}

.text-danger {
  color: #F21D2E !important;
}

.text-black {
  color: #000000 !important;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

.text-sm {
  font-size: 0.875rem;
}

.alert {
  border: 0;
  border-radius: 0;
}
.alert .btn {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.alert .feather {
  top: -1px;
  margin-right: 0.5rem;
}

.alert-primary {
  color: #1d3537;
  background-color: rgba(109, 173, 179, 0.5);
}

.alert-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.badge-primary {
  background-color: #6DADB3;
}

.badge-secondary {
  background-color: #807573;
}

.badge-light {
  background-color: #D9D9D9;
}

.badge-danger {
  background-color: #F21D2E;
}

.breadcrumb {
  padding: 0;
  background-color: transparent;
}

.breadcrumb-item {
  font-size: 0.75rem;
}
.breadcrumb-item.active {
  color: #B5B5B5;
}
.breadcrumb-item a {
  color: #1E1E1E;
}
.breadcrumb-item a:hover {
  color: #5ca4aa;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: ">";
}

.border {
  border: 1px solid #888888 !important;
}

.btn {
  padding: 0.469rem 2rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 350px) {
  .btn {
    padding: 0.469rem 1rem;
  }
}
.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 1rem;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 0.375rem 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.btn.btn-round {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 50rem;
}

.btn-primary {
  color: #fff !important;
  border: 1px solid #6DADB3;
  background-color: #6DADB3;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #51959c;
  background-color: #51959c;
}
.btn-primary.disabled, .btn-primary:disabled {
  border: 1px solid #6DADB3;
  background-color: #6DADB3;
}

.btn-light {
  color: #1E1E1E !important;
  border: 1px solid #D9D9D9;
  background-color: #D9D9D9;
}
.btn-light:focus, .btn-light:hover, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
  color: #1E1E1E;
  border-color: silver;
  background-color: silver;
}
.btn-light.disabled, .btn-light:disabled {
  border: 1px solid #D9D9D9;
  background-color: #D9D9D9;
}

.btn-dark {
  color: #fff !important;
  border: 1px solid #827572;
  background-color: #827572;
}
.btn-dark:focus, .btn-dark:hover, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  border-color: #675d5a;
  background-color: #675d5a;
}
.btn-dark.disabled, .btn-dark:disabled {
  border: 1px solid #827572;
  background-color: #827572;
}

.btn-outline-primary {
  color: #6DADB3 !important;
  border-color: #6DADB3;
}
.btn-outline-primary:hover {
  color: #fff !important;
  border-color: #6DADB3;
  background-color: #6DADB3;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  border-color: #51959c;
  background-color: #51959c;
}

.btn-outline-light {
  color: #B5B5B5 !important;
  border-color: #B5B5B5;
}
.btn-outline-light:hover {
  color: #fff !important;
  border-color: #B5B5B5;
  background-color: #B5B5B5;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
  border-color: #9c9c9c;
  background-color: #9c9c9c;
}

.btn-outline-dark {
  color: #827572 !important;
  border-color: #827572;
}
.btn-outline-dark:hover {
  color: #fff !important;
  border-color: #827572;
  background-color: #827572;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
  border-color: #675d5a;
  background-color: #675d5a;
}

.share-item, .favorite-toggle {
  padding: 0.25rem 0.5rem;
}
.share-item .feather, .favorite-toggle .feather {
  width: 16px;
  height: 16px;
  margin-right: 0.25rem;
}
.share-item.active, .favorite-toggle.active {
  color: #888 !important;
  background-color: #fff !important;
}

.follow-toggle {
  position: relative;
  margin-left: 0.85rem;
  padding: 0 0.5rem;
}
.follow-toggle:hover:before, .follow-toggle:active:before, .follow-toggle:focus:before {
  border-color: silver transparent transparent transparent;
}
.follow-toggle:before {
  top: 50%;
  left: -13px;
  position: absolute;
  content: "";
  border-color: #D9D9D9 transparent transparent transparent;
  border-style: solid solid solid solid;
  /* 設定邊框依上、下；左右，各為一群組，相同群組須設定為相同尺寸，調整尺寸可拼湊出任意形狀的三角形 */
  border-width: 10px 5px;
  /* 設定 width、height 可更好理解原理 */
  height: 0px;
  width: 0px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: border 0.15s;
  transition: border 0.15s;
}

.card {
  border: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.row-book {
  margin-top: -1.5rem;
}
@media (min-width: 992px) {
  .row-book {
    margin-right: -54px;
    margin-left: -54px;
  }
}
.row-book > .col,
.row-book > [class*=col-] {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .row-book > .col,
.row-book > [class*=col-] {
    padding-left: 54px;
    padding-right: 54px;
  }
}

.card-book {
  width: 100%;
}
.card-book .card-top {
  margin-bottom: 0.75rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  background-color: #6DADB3;
  text-align: center;
}
.card-book .card-top.top1 {
  background-color: #F7DC6C;
}
.card-book .card-top.top2 {
  background-color: #C4D2D3;
}
.card-book .card-top.top3 {
  background-color: #E2AC7E;
}
.card-book .card-top b {
  font-size: 1.25rem;
}
.card-book .card-image {
  position: relative;
  padding-bottom: 126%;
}
.card-book .card-image > img,
.card-book .card-image > a > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-book .card-image .score-label {
  top: 0;
  right: 0;
  position: absolute;
  width: 20px;
  height: 37px;
  padding-top: 2px;
  color: #fff;
  font-size: 0.75rem;
  background: url(../images/icon/score_label.svg) right top no-repeat;
  text-align: center;
}
.card-book .card-image .favorite {
  top: 0;
  right: 0;
  position: absolute;
}
.card-book .card-image .favorite.favorited {
  background-color: transparent !important;
}
.card-book .card-image .favorite.favorited .feather path {
  fill: #F21D2E;
  stroke: #FFFFFF;
}
.card-book .card-image .favorite .feather {
  width: 20px;
  height: 20px;
  margin-right: 0;
}
.card-book .card-image .favorite .feather path {
  stroke: #B5B5B5;
}
.card-book .card-image .badge-read {
  top: 0;
  left: 0;
  position: absolute;
  padding: 0.25em 0.7em;
  font-size: 0.875rem;
}
.card-book .card-image .btn-more {
  top: 0;
  right: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: #B5B5B5;
  border-radius: 100%;
}
.card-book .card-image .btn-more:after {
  display: none;
}
.card-book .card-image .btn-more .feather {
  width: 24px;
  height: 24px;
  top: -1px;
  color: #fff;
}
.card-book .card-type {
  display: block;
  padding: 0.25rem;
  color: #fff;
  font-size: 0.875rem;
  background-color: #6DADB3;
  text-align: center;
}
.card-book .card-type:hover {
  text-decoration: none;
}
.card-book .card-body {
  padding: 0.75rem 0;
}
.card-book .card-body .card-title {
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: break-word;
  height: 2.375rem;
}
.card-book .card-body .card-title a {
  color: #1E1E1E;
}
.card-book .card-body .card-score {
  margin-bottom: 0;
  font-size: 0.75rem;
}
.card-book .card-body .card-writer {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #1E1E1E;
  text-decoration: underline;
}
.card-book .card-body .card-price {
  margin-bottom: 0;
  font-weight: 500;
}
.card-book .card-body .card-price .price-original {
  margin-left: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #B5B5B5;
  text-decoration: line-through;
}

.card-book-order {
  width: 180px;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.card-book-order .card-image {
  position: relative;
  padding-bottom: 86%;
}
.card-book-order .card-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-book-order .card-type {
  padding: 0.25rem;
  font-size: 0.75rem;
  background-color: #FFFFEA;
  text-align: center;
}

.card-my-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
}
.card-my-follow .card-image {
  width: 80px;
  height: 80px;
  position: relative;
  background-color: #F2F2F2;
  border-radius: 100%;
  overflow: hidden;
}
.card-my-follow .card-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-my-follow .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}
.card-my-follow .card-body .follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check-button-group {
  margin-top: -1.25rem;
}
.check-button-group .check-button {
  margin-top: 1.25rem;
  margin-right: 1.25rem;
}

.check-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.check-button .check-button-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.check-button .check-button-input:checked ~ .check-button-label {
  color: #fff;
  border-color: #807573;
  background-color: #807573;
}
.check-button .check-button-label {
  margin-bottom: 0;
  padding: 0.469rem 2rem;
  font-size: 0.875rem;
  border: 1px solid #888888;
  background-color: #fff;
  border-radius: 50rem;
  cursor: pointer;
}

.custom-select {
  color: #1E1E1E;
  border: 1px solid #B5B5B5;
}
.custom-select:focus {
  border: 1px solid #6DADB3;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.custom-select:disabled {
  color: #B5B5B5;
  background-color: #E9E9E9;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #6DADB3;
  background-color: #6DADB3;
}
.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #6DADB3 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-control-input:active ~ .custom-control-label::before {
  background-color: #d2e6e7 !important;
}

.custom-control-label {
  cursor: pointer;
}
.custom-control-label:before, .custom-control-label:after {
  width: 1.1875rem;
  height: 1.1875rem;
  top: 3px;
  left: -1.6rem;
}
.custom-control-label:before {
  border-color: #888888;
  border-radius: 0;
}

.custom-checkbox, .custom-radio {
  padding-left: 1.6rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 0.6875rem;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 0.5625rem;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1.1rem);
          transform: translateX(1.1rem);
}
.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 2.3125rem;
  border-radius: 1rem;
}
.custom-switch .custom-control-label:after {
  top: calc(0.12rem + 2px);
  left: calc(-2.15rem + 2px);
  width: calc(1rem - 3px);
  height: calc(1rem - 3px);
  background-color: #9b9b9b;
}

.dropdown-toggle:after {
  width: 13px;
  height: 13px;
  border: 0;
  background: url(../images/icon/arrow_carrot-down.svg) 50% 50% no-repeat;
  background-size: 22px auto;
  margin-left: 0em;
  vertical-align: 0em;
}

.dropdown-menu {
  border-radius: 1rem;
  border: 1px solid #D9D9D9;
}

.dropdown-item {
  position: relative;
  padding: 0.5rem 1.75rem;
  color: #1E1E1E;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .dropdown-item {
    font-size: 0.875rem;
  }
}
.dropdown-item:after {
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  border-bottom: 1px solid #D9D9D9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dropdown-item:last-child:after {
  display: none;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
  color: #1E1E1E;
  background-color: rgba(217, 217, 217, 0.3);
}

.bookshelf-menu .dropdown-item {
  white-space: unset;
}

.filter-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.75rem 0;
  border-top: 2px solid #B5B5B5;
  border-bottom: 2px solid #B5B5B5;
}
.filter-text a {
  font-size: 0.875rem;
  color: #888888;
}
.filter-text a.active {
  color: #1E1E1E;
}
.filter-text .separate {
  margin: 0 0.75rem;
}

.form-group label span {
  color: #F21D2E;
}

.form-control {
  color: #1E1E1E;
  border: 1px solid #B5B5B5;
}
.form-control:focus {
  color: #1E1E1E;
  border-color: #6DADB3;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #E9E9E9;
}

.help-block.error {
  display: block;
  margin-top: 0.25rem;
  color: #F21D2E;
  font-size: 0.75rem;
  font-style: normal;
}

.custom-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.custom-control .error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
  width: 100%;
}

.search-bar {
  width: 100%;
  max-width: 500px;
  padding: 0.5rem;
  border: 1px solid #1E1E1E;
  border-radius: 50rem;
}
.search-bar.search-bar-sm {
  max-width: 327px;
  padding: 0.375rem;
  border: 1px solid #707070;
}
.search-bar .custom-select {
  width: 80px;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  background-color: transparent;
}
.search-bar .form-control {
  margin-left: 1rem;
  padding-left: 1.5rem;
  border: 0;
  background: url(../images/icon/search.svg) left center no-repeat;
}
.search-bar .btn {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 50rem !important;
}

.contact-wrap {
  padding: 95px 0 50px;
}
@media screen and (max-width: 991px) {
  .contact-wrap {
    padding: 50px 30px 30px;
  }
}
@media screen and (max-width: 576px) {
  .contact-wrap {
    padding: 40px 0 50px;
  }
}
.contact-wrap .from-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.contact-wrap .from-title .title {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.contact-wrap .from-title .link {
  color: #000000;
  text-decoration: underline;
  font-size: 1.125rem;
  margin-left: 10px;
}
.contact-wrap .form-group {
  margin-bottom: 38px;
}
.contact-wrap .form-control {
  font-size: 1.125rem;
  border: 1px solid #707070;
}
.contact-wrap .form-control:active, .contact-wrap .form-control:focus {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
}
.contact-wrap label {
  margin-bottom: 14px;
  font-size: 1.125rem;
}
.contact-wrap .btn {
  border-radius: 50rem !important;
}
.contact-wrap .notice {
  font-size: 1.125rem;
  margin: 20px 0 30px;
}
@media screen and (max-width: 576px) {
  .contact-wrap .notice {
    margin: 20px 0 0;
  }
}

.modal-form {
  padding: 15px 0;
}
.modal-form .form-header .title {
  font-size: 1.5rem;
}
.modal-form .form-body .form-group.group-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .modal-form .form-body .form-group.group-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal-form .form-body .form-group.group-col .title {
  margin-right: 96px;
}
.modal-form .form-body .form-group .title {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.modal-form .form-body .form-group select {
  max-width: 400px;
}
.modal-form .form-body .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal-form .form-body .btn-wrap .btn {
  min-width: unset;
}
.modal-form.review-from .list-book {
  margin: 30px 0 40px;
}
.modal-form.review-from .list-book .list-book-row {
  border: unset;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .modal-form.review-from .list-book .list-book-row .list-book-col .card-book {
    min-width: 30vw;
  }
}
.modal-form.review-from .rank-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-form.review-from .rank-wrap .notice {
  font-size: 0.875rem;
}
.modal-form.review-from .rank-wrap .star-score {
  display: none;
}
.modal-form.review-from .star-rank-wrap {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 11px;
}
.modal-form.review-from .star-rank-wrap .star-btn {
  margin: 0;
  cursor: pointer;
}
.modal-form.review-from .star-rank-wrap .star-btn::before {
  content: "★";
  color: #F21D2E;
  font-size: 30px;
  line-height: 1;
}
.modal-form.review-from .star-rank-wrap .star-btn .score {
  display: none;
}
.modal-form.review-from .star-rank-wrap[data-score="1"] .star-1 ~ .star-btn::before {
  color: #888888;
}
.modal-form.review-from .star-rank-wrap[data-score="2"] .star-2 ~ .star-btn::before {
  color: #888888;
}
.modal-form.review-from .star-rank-wrap[data-score="3"] .star-3 ~ .star-btn::before {
  color: #888888;
}
.modal-form.review-from .star-rank-wrap[data-score="4"] .star-4 ~ .star-btn::before {
  color: #888888;
}
.modal-form.review-from .star-rank-wrap[data-score="5"] .star-5 ~ .star-btn::before {
  color: #888888;
}
.modal-form.report-from .user-info {
  margin: 20px 0;
  font-size: 0.75rem;
}
.modal-form.report-from .user-info .info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-form.report-from .user-info .info-body {
  margin: 12px 0;
  min-height: 40px;
}
.modal-form.report-from .user-info .score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.modal-form.more-form .form-nav {
  margin-top: 20px;
  padding-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-form.more-form .sort-wrap .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
}
.modal-form.more-form .sort-wrap .dropdown-toggle::after {
  margin-left: 11px;
  background-image: url("../images/icon/icon_caret_down.svg");
  background-size: unset;
}
.modal-form.more-form .sort-wrap .dropdown-menu {
  border-radius: 0.3125rem;
  min-width: 100%;
  padding: 3px 0;
  margin: 5px 0 0 5px;
}
.modal-form.more-form .sort-wrap .dropdown-menu .dropdown-item {
  padding: 5px 10px;
  font-size: 0.75rem;
  text-align: center;
}

.contact-wrap textarea,
.modal-form textarea {
  min-height: 320px;
}
@media screen and (max-width: 576px) {
  .contact-wrap textarea,
.modal-form textarea {
    min-height: 200px;
  }
}
.contact-wrap select,
.modal-form select {
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/icon/icon_caret_down.svg");
  background-repeat: no-repeat;
  background-position: 98%;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .bookshelf-modal-form {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .bookshelf-modal-form .modal-form-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bookshelf-modal-form .modal-form-header .des {
    margin-left: 0 !important;
  }
  .bookshelf-modal-form .edit-bookshelf-list .row {
    row-gap: 15px;
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (max-width: 576px) {
  .qa-modal-form {
    padding: 0;
  }
}

.input-group .form-control {
  padding-right: 2rem;
}
.input-group .input-group-append {
  position: relative;
  z-index: 4;
  margin-left: -1rem;
}

.list-group {
  margin-bottom: 1.5rem;
}

.list-group-item {
  border-color: #888888;
}

@media screen and (max-width: 576px) {
  .mobile-product-list .row {
    row-gap: 0.5rem;
  }
  .mobile-product-list .row .list-info-wrap {
    border-bottom: 1px solid #D9D9D9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.25rem;
  }
  .mobile-product-list .row .list-info-wrap p {
    margin-bottom: 0.5rem;
  }
  .mobile-product-list .row .list-info-wrap p:first-child {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
  .mobile-product-list .row .list-info-wrap .btn {
    margin: 0.5rem 0 0.75rem;
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .mobile-product-list .row .card-book-order {
    width: 100%;
  }
}

.qa-wrap .date {
  text-align: right;
}
@media screen and (max-width: 576px) {
  .qa-wrap {
    font-size: 1.125rem;
  }
  .qa-wrap .qa-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .qa-wrap .qa-row .date {
    text-align: left;
  }
}

.faq-wrap .list-group {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.faq-wrap .list-group-item + .list-group-item {
  border-top: 1px solid #D9D9D9;
}
.faq-wrap .list-group-item {
  border: unset;
}
@media screen and (max-width: 576px) {
  .faq-wrap .list-group-item {
    padding: 0.75rem 0.85rem;
  }
}
.faq-wrap .list-group-item:hover {
  z-index: unset;
}
.faq-wrap .list-group-item p {
  padding-left: 12px;
}

.media {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.media a {
  color: #1E1E1E;
}
.media a:hover {
  color: #6DADB3;
  text-decoration: none;
}
.media-list {
  list-style: none;
  padding-left: 0;
}
.media-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.media-image {
  width: 100px;
  height: 100px;
  display: block;
  margin-right: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-body {
  height: 100px;
  border-bottom: 1px solid #888888;
  font-size: 0.9375rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 650px;
  }
}

.modal-header {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 0;
}
@media screen and (max-width: 576px) {
  .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-header span {
    margin-left: 0 !important;
  }
}
.modal-header .close {
  top: 0.75rem;
  right: 1.25rem;
  position: absolute;
  font-size: 2rem;
}

.modal-footer {
  padding-bottom: 1.75rem;
  border-top: 0;
}

.modal-header,
.modal-body,
.modal-footer {
  padding-left: 2rem;
  padding-right: 2rem;
}

.nav-tabs {
  border-bottom: 2px solid #807573;
}
.nav-tabs.nav-tabs-primary {
  border-bottom: 2px solid #6DADB3;
}
.nav-tabs.nav-tabs-primary .nav-link:hover, .nav-tabs.nav-tabs-primary .nav-link:focus, .nav-tabs.nav-tabs-primary .nav-link.active {
  color: #fff;
  background-color: #6DADB3;
}
.nav-tabs .nav-link {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  border: 0;
  border-radius: 0;
  color: #B5B5B5;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #807573;
}

@media screen and (max-width: 767px) {
  .mobile-scroll-tabs {
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .mobile-scroll-tabs .nav-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.nav-shadows {
  margin-bottom: 1.5rem;
}
.nav-shadows .nav-link {
  padding: 1.5rem 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1E1E1E;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 576px) {
  .nav-shadows .nav-link {
    font-size: 1rem;
    padding: 1.5rem 1rem;
  }
}
.nav-shadows .nav-link.active {
  -webkit-box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.nav-category {
  border-top: 2px solid #888888;
}
@media screen and (max-width: 576px) {
  .nav-category {
    padding: 1.25rem 0;
    row-gap: 15px;
  }
}
.nav-category .nav-link {
  position: relative;
  padding: 1.25rem 1.375rem 0.75rem;
  font-size: 0.875rem;
  color: #B5B5B5;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
@media screen and (max-width: 576px) {
  .nav-category .nav-link {
    padding: 0 1rem;
  }
  .nav-category .nav-link:first-child {
    margin-right: 1rem;
  }
  .nav-category .nav-link:nth-child(2), .nav-category .nav-link:nth-child(3) {
    padding-left: 0;
    margin-right: 1rem;
  }
  .nav-category .nav-link:last-child {
    padding-left: 0;
  }
}
.nav-category .nav-link:first-child {
  padding-left: 0;
}
.nav-category .nav-link:last-child:after {
  display: none;
}
.nav-category .nav-link:after {
  right: 0;
  position: absolute;
  height: 20px;
  content: "";
  border-right: 2px solid #888888;
}
.nav-category .nav-link:hover {
  color: #1E1E1E;
}
.nav-category .nav-link.active {
  color: #1E1E1E;
}

.nav-group-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.nav-group-wrap.publisher-nav .nav-sort {
  border-top: 2px solid #888888;
}

.nav-sort {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 2px solid #888888;
}
.nav-sort .nav-link {
  position: relative;
  padding: 0.75rem 1.375rem;
  font-size: 0.875rem;
  color: #B5B5B5;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
@media screen and (max-width: 576px) {
  .nav-sort .nav-link {
    padding: 0.75rem 1rem;
  }
}
.nav-sort .nav-link:first-child {
  padding-left: 0;
}
.nav-sort .nav-link:last-child:after {
  display: none;
}
.nav-sort .nav-link:after {
  right: 0;
  position: absolute;
  height: 20px;
  content: "";
  border-right: 2px solid #888888;
}
.nav-sort .nav-link:hover {
  color: #1E1E1E;
}
.nav-sort .nav-link.active {
  color: #1E1E1E;
}

.nav-layout {
  border-top: 2px solid #888888;
  border-left: 2px solid #888888;
}
.nav-layout .nav-link.active .feather {
  color: #707070;
}
.nav-layout .nav-link .feather {
  top: -1px;
  color: #B5B5B5;
}
.nav-layout .nav-link .feather.active {
  color: #1E1E1E;
}

.bookshelf-wrap {
  border-bottom: 2px solid #6DADB3;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .bookshelf-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: unset;
    margin-bottom: 0;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.bookshelf-wrap .nav-tabs {
  border: unset;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .bookshelf-wrap .nav-tabs {
    min-width: 100%;
    border-bottom: 2px solid #6DADB3;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .bookshelf-wrap .nav-tabs .nav-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.bookshelf-wrap .nav-tabs .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bookshelf-wrap .nav-tabs .nav-item::after {
  content: "";
  display: inline-block;
  background-color: #B5B5B5;
  width: 2px;
  height: 20px;
}
.bookshelf-wrap .nav-tabs .nav-item:last-child::after {
  content: unset;
}
.bookshelf-wrap .nav-tabs .nav-item .nav-link.active {
  margin: 0 -2px;
}
.bookshelf-wrap .btn-wrap {
  margin-bottom: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .bookshelf-wrap .btn-wrap {
    margin: 10px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.pagination .page-item.active .page-link {
  color: #1E1E1E;
  border-bottom: 6px solid #6DADB3;
  background-color: transparent;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.25rem 1rem;
  color: #1E1E1E;
  border: 3px solid #1E1E1E;
  border-radius: 100%;
  font-weight: bold;
  line-height: 0;
}
.pagination .page-item:first-child .page-link:hover, .pagination .page-item:last-child .page-link:hover {
  border-color: #1E1E1E;
}
.pagination .page-item.disabled:first-child .page-link, .pagination .page-item.disabled:last-child .page-link {
  color: #B5B5B5;
  border-color: #B5B5B5;
}
.pagination .page-link {
  color: #B5B5B5;
  border: 0;
}
.pagination .page-link:hover {
  color: #1E1E1E;
  background-color: transparent;
}

.process {
  list-style: none;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.process li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  opacity: 0.5;
}
.process li.active {
  opacity: 1;
}
.process li:last-child:after {
  display: none;
}
.process li:before {
  width: 28px;
  height: 28px;
  margin-right: 0.75rem;
  content: "";
  background-color: #B1A8A5;
  border-radius: 100%;
}
.process li:after {
  top: 50%;
  left: 13px;
  position: absolute;
  height: 30px;
  content: "";
  border-left: 2px solid #B1A8A5;
}

.share__link {
  display: inline-block;
  margin-right: 1rem;
  font-size: 0.9375rem;
  color: #1E1E1E;
}
.share__link:last-child {
  margin-right: 0;
}
.share__link:hover {
  color: #1E1E1E;
  text-decoration: none;
}
.share__link i {
  top: 3px;
  font-size: 1.25rem;
  margin-right: 0.125rem;
}
.share__link img {
  position: relative;
  top: -1.5px;
  width: 20px;
  margin-right: 0.375rem;
}
@media (min-width: 768px) {
  .share__link img {
    width: 21px;
  }
}
.share__link b {
  text-decoration: underline;
}

.table {
  margin-bottom: 1.5rem;
}

.table-bordered thead td, .table-bordered thead th {
  font-weight: 400;
  border-bottom: 1px solid #888888;
}
.table-bordered td, .table-bordered th {
  border: 1px solid #888888;
  vertical-align: middle;
}

.table-text-list td {
  padding: 0.5rem 3rem;
  vertical-align: top;
}
.table-text-list td:first-child {
  padding-left: 0;
}
.table-text-list td:last-child {
  padding-right: 0;
}
@media screen and (max-width: 576px) {
  .table-text-list.mobile-table-text-list {
    width: 100%;
  }
  .table-text-list.mobile-table-text-list tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-text-list.mobile-table-text-list tr td {
    padding: 0.5rem 0;
  }
  .table-text-list.mobile-table-text-list tr td:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0;
  }
  .table-text-list.mobile-table-text-list tr + tr td:first-of-type {
    border-top: 1px solid #D9D9D9;
    margin-top: 5px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-table-list {
    text-align: left !important;
  }
  .mobile-table-list thead tr {
    display: none;
  }
  .mobile-table-list tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #888888;
    padding: 0.5rem 0;
  }
  .mobile-table-list tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem 0.75rem;
    border: unset;
    word-break: break-all;
  }
  .mobile-table-list tbody tr td.btn-td-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .mobile-table-list tbody tr td.btn-td-wrap::before {
    content: unset;
  }
  .mobile-table-list tbody tr td::before {
    content: attr(data-title);
    min-width: 100px;
    display: inline-block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1174px) {
  .btn-td-wrap .btn + .btn {
    margin-top: 10px;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-title:empty {
  margin: 0;
}
.page-title.my-favorite {
  padding-bottom: 10px;
  border-bottom: 2px solid #888888;
}

.section {
  position: relative;
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .section {
    padding: 2rem 0;
  }
}
.section .section {
  padding: 1rem 0;
}

.section-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.section-empty .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-empty .feather {
  width: 50px;
  height: 50px;
  margin-bottom: 0.5rem;
  color: #d4d4d4;
}
@media (min-width: 768px) {
  .section-empty .feather {
    width: 60px;
    height: 60px;
  }
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 2rem;
}
.title-bar h4 {
  margin-bottom: 0;
  color: #6DADB3;
}
.title-bar a {
  color: #1E1E1E;
}
.title-bar a:after {
  width: 14px;
  height: 12px;
  display: inline-block;
  content: "";
  margin-left: 0.25rem;
  background: url(../images/icon/arrow_right.svg) 0 center no-repeat;
}

.page-title {
  margin-bottom: 1.25rem;
}

footer.footer {
  margin-top: 6rem;
  padding: 1.5rem 0;
  color: #fff;
  font-size: 0.875rem;
  background-color: #6DADB3;
}
footer.footer a {
  color: #fff;
}
footer.footer .links {
  margin-right: 0.25rem;
}
footer.footer .links a {
  display: block;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  footer.footer .links .collapse:not(.show) {
    display: block;
  }
  footer.footer .links .footer-mobile-btn {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  footer.footer .links .title {
    display: none;
  }
  footer.footer .links .footer-mobile-btn {
    width: 100%;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 15px;
  }
  footer.footer .links .footer-mobile-btn h6 {
    margin: 0;
  }
  footer.footer .links .footer-mobile-btn .feather {
    top: 0;
  }
  footer.footer .links .footer-mobile-btn:not(.collapsed) .feather {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  footer.footer .links .links-list {
    padding: 0 15px 15px;
  }
}
footer.footer .logo {
  font-size: 0.75rem;
  text-align: right;
}
footer.footer .logo a {
  padding: 1rem;
}
@media screen and (max-width: 991px) {
  footer.footer {
    margin-top: 3rem;
    padding: 0;
  }
  footer.footer .row-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer.footer .row-footer .col-footer {
    border-top: 2px solid #FFFFFF;
  }
  footer.footer .row-footer .col-footer:first-child {
    border-top: unset;
  }
  footer.footer .row-footer .col-footer.links {
    margin: 0;
  }
  footer.footer .row-footer .col-footer.twitter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 30px;
  }
  footer.footer .row-footer .col-footer.twitter h6 {
    margin: 0 30px 0 0;
  }
  footer.footer .row-footer .col-footer.logo {
    padding: 20px 0;
    text-align: center;
  }
}

header.header {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 991px) {
  .navbar-brand img {
    max-width: 70px;
  }
}

.navbar {
  padding-left: 0;
  padding-right: 0;
}
.navbar .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navbar .navbar-nav .nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  color: #1E1E1E;
}
@media screen and (max-width: 330px) {
  .navbar .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.navbar .navbar-nav .nav-link .badge {
  top: 0.25rem;
  right: 0.25rem;
  position: absolute;
  min-width: 18px;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 50rem;
  background-color: #F21D2E;
  text-align: center;
}
.navbar .navbar-nav .nav-link img {
  width: 30px !important;
  height: 30px !important;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-link img {
    width: 25px !important;
    height: 25px !important;
  }
}
.navbar .navbar-toggler {
  border: unset;
  padding: 0;
  margin: 0 12px 0 -9px;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  width: 35px;
  height: 35px;
}
.navbar .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("../images/icon/brown_menu.svg");
}
.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("../images/icon/brown_closed.svg");
}

.navbar-category {
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 991px) {
  .navbar-category {
    overflow-x: auto;
    padding: 10px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-category .navbar-nav {
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
    margin: 0 -15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.navbar-category .navbar-nav .nav-item {
  position: relative;
}
@media (min-width: 992px) {
  .navbar-category .navbar-nav .nav-item:after {
    top: 50%;
    right: 0;
    position: absolute;
    content: "";
    height: 30px;
    border-right: 2px solid #D9D9D9;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navbar-category .navbar-nav .nav-item:last-child:after {
    display: none;
  }
}
.navbar-category .navbar-nav .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #B5B5B5;
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
@media screen and (max-width: 991px) {
  .navbar-category .navbar-nav .nav-link {
    border: 1px solid #B5B5B5;
    border-radius: 0.3125rem;
    font-size: 0.75rem;
    max-width: 105px;
    height: 40px;
    padding: 0 0.75rem 2px;
  }
}
.navbar-category .navbar-nav .nav-link:hover {
  color: #1E1E1E;
}
@media screen and (max-width: 991px) {
  .navbar-category .navbar-nav .nav-link:active, .navbar-category .navbar-nav .nav-link:focus {
    background-color: #6DADB3;
    color: #FFFFFF;
  }
}

@media screen and (max-width: 991px) {
  .mobile-home-menu.show {
    display: block !important;
    background-color: #FFFFFF;
    position: fixed;
    top: 77.52px;
    left: 0;
    z-index: 1010;
    height: calc(100vh - 77.52px);
    padding-top: 20px;
    overflow-y: auto;
  }
  .mobile-home-menu.show .side-title {
    margin-bottom: 12px;
    font-size: 1.125rem;
    color: #6DADB3;
  }
  .mobile-home-menu.show .side-title:not(:first-of-type) {
    border-top: 2px solid #888888;
    padding-top: 20px;
  }
  .mobile-home-menu.show .side-menu a {
    font-size: 0.875rem;
  }
  .mobile-home-menu.show .side-menu a:hover, .mobile-home-menu.show .side-menu a:active, .mobile-home-menu.show .side-menu a:focus, .mobile-home-menu.show .side-menu a.actives {
    text-decoration: none;
    background-color: #F2F2F2;
    border-radius: 0.3125rem;
    padding-left: 10px;
  }
  .mobile-home-menu.show .side-menu a + a {
    margin-top: 4px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-search-bar {
    background-color: #FFFFFF;
    position: fixed;
    top: 77.52px;
    left: 0;
    z-index: 1010;
    padding-top: 15px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 991px) {
  .mobile-search-bar .search-bar {
    max-width: unset;
  }
}

@media screen and (max-width: 991px) {
  .banner {
    width: 100vw;
    margin-left: -15px;
  }
}
.banner .banner-item {
  position: relative;
  padding-bottom: 41.7%;
}
.banner .banner-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.side-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side-title img {
  margin-right: 0.5rem;
}

.side-menu {
  list-style: none;
  margin: 0;
  margin-bottom: 0.75rem;
  padding: 0;
}
.side-menu a {
  display: block;
  padding: 0.5rem 0;
  color: #1E1E1E;
  font-size: 0.875rem;
}
.side-menu a:before {
  content: "・";
}
.side-menu a.actives {
  text-decoration: underline;
}

.side-banner {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 64%;
}
.side-banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.3125rem;
}

.book-carousel {
  margin-bottom: 1.75rem;
}

@media screen and (max-width: 991px) {
  .book-carousel-wrap .title-bar {
    padding: 0 22px;
    margin-bottom: 1.375rem;
  }
  .book-carousel-wrap .title-bar a {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .section-shop {
    position: static;
  }
}

.shop-header__figure {
  margin-bottom: 0;
}
.shop-header__image {
  height: 12.5rem;
  background-color: #D9D9D9;
}
@media (min-width: 992px) {
  .shop-header__image {
    height: 23.75rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
  }
}
.shop-header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-header__status {
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  .shop-header__status {
    border-radius: 1rem;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .shop-header__row {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
.shop-header__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1.5rem 20px 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .shop-header__content {
    position: relative;
    padding: 1.5rem 2rem 0;
  }
}
@media (min-width: 992px) {
  .shop-header__content {
    height: calc(100% - 3.375rem);
    padding: 2rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.shop-header__heading {
  margin-bottom: 0.5rem;
}
.shop-header__favorite {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  cursor: pointer;
}
.shop-header__favorite .feather {
  width: 1.875rem;
  height: 1.875rem;
}
.shop-header__favorite.is-favorite .feather {
  stroke: #6DADB3;
  fill: #6DADB3;
}
.shop-header__name {
  margin-bottom: 0;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .shop-header__name {
    font-size: 2.25rem;
  }
}
.shop-header__category {
  list-style: none;
  padding: 0;
}
.shop-header__category li {
  display: inline-block;
  color: #B5B5B5;
}
.shop-header__category li:after {
  content: "·";
  margin-left: 0.25rem;
}
.shop-header__category li:last-child:after {
  content: "";
}
.shop-header__info {
  list-style: none;
  padding: 0;
}
.shop-header__info li {
  padding: 0.25rem 0;
}
.shop-header__info li .feather {
  margin-right: 0.25rem;
}
.shop-header__share {
  position: absolute;
  top: 1rem;
  right: 68px;
}
@media (min-width: 768px) {
  .shop-header__share {
    position: absolute;
    top: -14.6rem;
    right: 0;
  }
}
@media (min-width: 992px) {
  .shop-header__share {
    top: -2.5rem;
    right: 2rem;
  }
}
@media (min-width: 1600px) {
  .shop-header__share {
    right: 2.9rem;
  }
}
@media (min-width: 768px) {
  .shop-header__share .share {
    text-align: right;
  }
}
.shop-header__btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
  padding-bottom: 1px;
  overflow-x: auto;
  overflow-y: hidden;
}
.shop-header__btn-row .btn {
  white-space: nowrap;
}
@media (max-width: 1299px) {
  .shop-header__btn-row .btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1599px) {
  .shop-header__btn-row .btn .feather {
    display: none;
  }
}

.shop-tabs {
  position: sticky;
  top: 0;
  z-index: 1020;
  margin-bottom: 2rem;
  background-color: #fff;
}
@media (max-width: 991px) {
  .shop-tabs {
    top: -1px;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
  }
}
@media (min-width: 992px) {
  .shop-tabs {
    margin-top: -0.5rem;
  }
}
.shop-tabs .nav-tabs {
  position: relative;
  bottom: -1px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .shop-tabs .nav-tabs {
    border-bottom: 0;
  }
}
.shop-tabs .nav-link {
  padding: 1.21875rem 0;
}

.shop-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px solid #888888;
  -webkit-transition: border 0.15s;
  transition: border 0.15s;
}
@media (min-width: 992px) {
  .shop-list__item {
    min-height: 150px;
    margin-bottom: 2rem;
    padding: 0;
    border: 1px solid #D9D9D9;
    border-radius: 0.3125rem;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .shop-list__item.open-cart-form {
    border: 1px solid #888888;
    cursor: pointer;
  }
  .shop-list__item.open-cart-form:hover {
    border: 1px solid #1E1E1E;
  }
}
.shop-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 0.75rem;
}
@media (min-width: 992px) {
  .shop-list__content {
    padding: 1rem;
  }
}
.shop-list__name {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
.shop-list__desc {
  margin-bottom: 0.5rem;
  color: #B5B5B5;
}
@media (min-width: 992px) {
  .shop-list__desc {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: break-word;
    margin-bottom: 1rem;
    font-size: 0.875rem;
  }
}
.shop-list__price {
  margin-top: auto;
  font-weight: 500;
}
.shop-list__image {
  width: 88px;
  height: 88px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  .shop-list__image {
    width: 148px;
    height: 148px;
  }
}
.shop-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-list__status {
  top: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.load-more {
  cursor: pointer;
}
.load-more__icon {
  display: block;
  width: 60px;
  margin-left: -2%;
}
@media (min-width: 768px) {
  .load-more__icon {
    width: 80px;
    margin-left: -0.6%;
  }
}

.product-image {
  position: relative;
  padding-bottom: 92%;
}
.product-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}

.thumb-image {
  position: relative;
  padding-bottom: 159%;
}
.thumb-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-info p {
  margin-bottom: 0.5rem;
}
.product-info .category {
  min-width: 102px;
  color: #fff;
  font-size: 0.875rem;
  background-color: #6DADB3;
  text-align: center;
}
.product-info .favorite-toggle.active path {
  fill: #fff;
}
.product-info .hashtag .badge {
  margin: 0.375rem 0.375rem 0 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
}
.product-info .follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-info .version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-info .version .btn {
  margin: 0 0.5rem;
}
@media screen and (max-width: 576px) {
  .product-info .version .btn {
    padding: 0.469rem 1rem;
  }
}
.product-info .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.3;
}
.product-info .price .price-original {
  margin-left: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #B5B5B5;
  text-decoration: line-through;
}
.product-info .price .price-discount {
  font-size: 1.5rem;
  font-weight: bold;
  color: #F21D2E;
}

.product-banner {
  position: relative;
  padding-bottom: 17%;
}
.product-banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.3125rem;
}

.review-scroe.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.75rem;
  margin-bottom: 0.375rem;
}
.review-scroe.info .scroe {
  position: relative;
  top: 2px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.4;
}
.review-scroe.info .star {
  margin: 0 0.5rem;
}
.review-scroe.info-bottom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-scroe .scroe {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.review-scroe .count {
  font-size: 0.875rem;
}

@media screen and (max-width: 461px) {
  .review-btn {
    margin-top: 10px;
  }
}

.review-list {
  list-style: none;
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0;
  border-top: 2px solid #D9D9D9;
}
.review-list .review-list-item {
  padding: 1.25rem 0.75rem;
  font-size: 0.875rem;
  border-bottom: 1px solid #D9D9D9;
}
.review-list .review-list-item .header [class*=col], .review-list .review-list-item .footer [class*=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-list .review-list-item .body {
  padding: 1rem 0;
  color: #707070;
}
.review-list .review-list-item .footer .btn {
  margin: -0.25rem 0;
}
.review-list .review-list-item .avatar {
  width: 30px;
  height: 30px;
  position: relative;
}
.review-list .review-list-item .avatar img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.list-book .list-book-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  border-bottom: 2px solid #D9D9D9;
}
.list-book .list-book-row:first-child {
  padding-top: 0;
}
.list-book .list-book-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.list-book .list-book-col:first-child {
  margin-right: 1.25rem;
  width: auto;
}
.list-book .card-book {
  min-width: 168px;
}
@media screen and (max-width: 576px) {
  .list-book .card-book {
    min-width: 128px;
  }
}
.list-book p {
  margin-bottom: 0.6rem;
  font-size: 0.75rem;
}
.list-book .name {
  margin-top: 2.7rem;
  font-size: 0.875rem;
  font-weight: 500;
  word-break: break-all;
}
.list-book .name.no-rank {
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .list-book .name {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
}
.list-book .discount-event {
  color: #B5B5B5;
}
.list-book .price {
  font-size: 0.875rem;
  font-weight: 500;
}
.list-book .price .discount {
  color: #F21D2E;
}
.list-book .price .original {
  margin-left: 0.375rem;
  font-size: 0.75rem;
  color: #B5B5B5;
}
.list-book .description {
  word-break: break-all;
  -webkit-line-clamp: 5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
@media screen and (max-width: 576px) {
  .list-book .description {
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
}
.list-book .action-wrap {
  margin-top: auto;
  text-align: right;
}
.list-book .action-wrap .btn {
  margin-left: 1rem;
  padding: 0.375rem 0.55rem;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .list-book .action-wrap .btn {
    margin-top: 0.75rem;
    margin-left: calc(0.75rem - 4px);
    padding: 0.375rem 0.55rem !important;
  }
}
.list-book .action-wrap .btn.favorited .feather path {
  fill: #F21D2E;
  stroke: #F21D2E;
}
.list-book .action-wrap .btn .feather {
  width: 19px;
  height: 19px;
  margin-right: 0;
  top: -1px;
}

.review_star {
  position: relative;
  display: inline-block;
  font-size: 10px;
}
.review_star::before, .review_star::after {
  content: "★★★★★";
  display: inline-block;
}
.review_star::before {
  color: #888888;
}
.review_star::after {
  color: #D82100;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.review_star[class*=star0]::after {
  width: 0px;
}
.review_star[class*=star1]::after {
  width: 20%;
}
.review_star[class*=star2]::after {
  width: 40%;
}
.review_star[class*=star3]::after {
  width: 60%;
}
.review_star[class*=star4]::after {
  width: 80%;
}
.review_star[class*=star5]::after {
  width: 100%;
}

.product-item, .writer-item, .publisher-item {
  cursor: pointer;
}

.cart-list {
  margin-bottom: 3rem;
}
.cart-list .cart-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-list .cart-list-header .badge {
  margin: auto 0;
  margin-right: 1rem;
}
.cart-list .cart-list-header h5 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cart-list .cart-list-product {
    padding: 1.25rem 0.75rem;
  }
}
.cart-list .cart-list-product .row {
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .cart-list .cart-list-product .row {
    row-gap: 10px;
  }
}
.cart-list .cart-list-product .row:before {
  content: "";
  width: 100%;
  margin: 0 -5px 0.75rem;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .cart-list .cart-list-product .row:before {
    width: 95%;
    margin: 0.3rem 0 0.3rem 5px;
  }
}
.cart-list .cart-list-product .row:first-child:before {
  display: none;
}
.cart-list .cart-list-product .row:last-child {
  padding-bottom: 0;
}
.cart-list .cart-list-product [class*=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.cart-list .cart-list-product .card-book {
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.cart-list .cart-list-product .card-book .card-image {
  padding-bottom: 100%;
}
.cart-list .cart-list-product .card-book .card-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cart-list .cart-list-product .price .price-original {
  margin-left: 0.5rem;
  color: #B5B5B5;
  text-decoration: line-through;
}
@media screen and (max-width: 767px) {
  .cart-list .cart-list-product .one-quantity::before {
    content: "x";
  }
}
.cart-list .cart-list-product .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-list .cart-list-product .quantity .btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #888888;
  border-radius: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cart-list .cart-list-product .quantity .btn {
    width: 24px;
    height: 24px;
  }
}
.cart-list .cart-list-product .quantity .btn .feather {
  margin: 0;
}
.cart-list .cart-list-product .quantity .form-control {
  width: 4rem;
  margin: 0 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cart-list .cart-list-product .quantity .form-control {
    padding: 0;
    height: 24px;
    width: 3rem;
    margin: 0 0.25rem;
  }
}
.cart-list .cart-list-product .remove-cart-product {
  word-break: keep-all;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cart-list .cart-list-product .list-info-wrap {
    padding-right: 0;
    border-bottom: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 992px) {
  .cart-list .cart-list-product .list-info-wrap p:first-child {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 576px) {
  .cart-list .cart-list-product .list-info-wrap p:first-child {
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 992px) {
  .cart-list .cart-list-product .list-info-wrap p {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cart-list .cart-list-product .remove-btn-wrap {
    padding: 0;
  }
}
.cart-list .cart-list-body [class*=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.375rem 0;
}
.cart-list .cart-list-body [class*=col] label {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cart-list .cart-list-body .list-title {
    border-top: 1px solid #D9D9D9;
    padding-top: 15px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .cart-list .cart-list-body .list-title .address-title {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .cart-list .cart-list-body .list-title .address-title {
    padding: 0 !important;
  }
}
.cart-list .cart-list-footer {
  text-align: right;
}
.cart-list .cart-list-footer .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .cart-list .cart-list-footer .row {
    row-gap: 10px;
  }
}
.cart-list .cart-list-footer [class*=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-list .cart-list-footer .btn {
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: bold;
}
.cart-list .cart-list-total [class*=col] {
  margin: 0.25rem 0;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: right;
}

.ebook-loading {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff url(../images/logo.svg) 50% 50% no-repeat;
}

.ebook-reader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ebook-reader .ebook-header {
  padding: 0.75rem;
  color: #888888;
  border-bottom: 1px solid #888888;
  text-align: center;
}
.ebook-reader .ebook-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ebook-reader .ebook-body .page-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .ebook-reader .ebook-body .page-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 50%;
    margin: 0;
  }
}
.ebook-reader .ebook-body .page-column canvas {
  width: 100%;
  max-height: calc(100vh - 102px);
}
@media (min-width: 768px) {
  .ebook-reader .ebook-body .page-column canvas {
    width: auto;
    max-height: calc(100vh - 114px);
  }
}
.ebook-reader .ebook-body .page-control {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.ebook-reader .ebook-body .page-control .page-prev,
.ebook-reader .ebook-body .page-control .page-next {
  top: 0;
  position: absolute;
  width: 50%;
  height: 100%;
}
.ebook-reader .ebook-body .page-control .page-prev:disabled,
.ebook-reader .ebook-body .page-control .page-next:disabled {
  display: none;
}
.ebook-reader .ebook-body .page-control .page-prev {
  left: 0;
  cursor: url(../images/icon/page_prev.svg) 20 20, pointer;
}
.ebook-reader .ebook-body .page-control .page-next {
  right: 0;
  cursor: url(../images/icon/page_next.svg) 20 20, pointer;
}
.ebook-reader .ebook-footer {
  padding: 0.625rem;
  border-top: 1px solid #888888;
}
@media (min-width: 768px) {
  .ebook-reader .ebook-footer {
    padding: 1rem;
  }
}
.ebook-reader .ebook-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ebook-reader .page-count {
  color: #888888;
}
.ebook-reader .btn-prev,
.ebook-reader .btn-next {
  width: 1.875rem;
  height: 1.875rem;
  margin: 0;
  color: #fff;
  border-radius: 50%;
  background-color: #827572;
}
.ebook-reader .btn-prev:hover,
.ebook-reader .btn-next:hover {
  color: #fff;
}
.ebook-reader .btn-prev:hover:not(:disabled),
.ebook-reader .btn-next:hover:not(:disabled) {
  background-color: #675d5a;
}
.ebook-reader .btn-prev:disabled,
.ebook-reader .btn-next:disabled {
  opacity: 0.5;
  cursor: default;
}
.ebook-reader .btn-prev .feather,
.ebook-reader .btn-next .feather {
  width: 20px;
  height: 20px;
  top: -2px;
}
.ebook-reader .btn-prev .feather {
  left: -1px;
}
.ebook-reader .btn-next .feather {
  right: -1px;
}

.auth-form {
  max-width: 540px;
  margin: 0 auto;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .auth-form {
    border: unset;
  }
}
.auth-form__body {
  padding: 2rem;
}
@media (min-width: 768px) {
  .auth-form__body {
    padding: 2rem 4.375rem;
  }
}
.auth-form__logo {
  margin-bottom: 2.25rem;
  text-align: center;
}
.auth-form__logo img {
  width: 168px;
}
.auth-form__title {
  margin: 2.5rem 0;
  text-align: center;
}
.auth-form__subtitle {
  margin: 2.5rem 0;
  font-size: 1.125rem;
  text-align: center;
}
.auth-form__text {
  text-align: center;
}
.auth-form__captcha {
  margin-top: 1.5rem;
}
.auth-form__action {
  margin-top: 2rem;
  text-align: center;
}
.auth-form__action .btn {
  min-width: 186px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 50rem;
}
.auth-form .btn-twitter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  border: 1px solid #B5B5B5;
  border-radius: 0.25rem;
  text-align: left;
}
.auth-form .btn-twitter img {
  margin-right: 0.5rem;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 0;
  border-top: 2px solid #888888;
}
.news-list li:last-child {
  border-bottom: 2px solid #888888;
}
.news-list li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1E1E1E;
  font-size: 0.875rem;
  font-weight: 500;
  word-break: break-all;
}
.news-list li .date {
  font-size: 0.875rem;
  margin-left: 10px;
}

.news-show {
  padding: 1.25rem 0;
  border-top: 2px solid #888888;
}
@media screen and (max-width: 767px) {
  .news-show .date {
    display: inline-block;
  }
}

@media screen and (max-width: 576px) {
  .user-info-table {
    width: 100%;
  }
  .user-info-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #888888;
    padding: 10px 0;
  }
  .user-info-table tr td {
    padding: 5px 10px;
  }
}
.user-info-table td {
  padding: 1.5rem 0.75rem;
}
.user-info-table td:first-child {
  padding-left: 0;
  word-break: keep-all;
}
.user-info-table td:last-child {
  padding-right: 0;
  word-break: break-all;
}
.user-info-table tr:first-child td {
  padding-top: 0;
}
.user-info-table tr:last-child td {
  padding-bottom: 0;
}

.user-service {
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
}
.user-service [class*=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #000;
}
.user-service [class*=col]:first-child {
  padding-left: 0;
}
.user-service [class*=col]:last-child {
  padding-right: 0;
}
.user-service .service-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.user-email {
  word-break: break-all;
}
@media screen and (max-width: 575px) {
  .user-email {
    margin: 5px 0;
  }
}

@media screen and (max-width: 575px) {
  .user-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .user-point .btn {
    margin: 8px auto 0 !important;
  }
}

.banner-wrap {
  width: 100%;
  height: 400px;
  border: 1px solid #707070;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banner-wrap {
    width: 100vw;
    height: 160px;
    margin: 0 -15px;
    border: unset;
    border-bottom: 1px solid #707070;
  }
}
.banner-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.writer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .writer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.writer-wrap .avatar-wrap {
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
  height: 180px;
  border-radius: 180px;
  border: 1px solid #707070;
  overflow: hidden;
  margin: -90px 33px 0;
}
@media screen and (max-width: 991px) {
  .writer-wrap .avatar-wrap {
    margin: -90px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .writer-wrap .avatar-wrap {
    width: 120px;
    height: 120px;
    margin: -80px auto 0;
  }
}
.writer-wrap .avatar-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.writer-wrap .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .writer-wrap .info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.writer-wrap .info-wrap .info-text {
  min-width: 300px;
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .writer-wrap .info-wrap .info-text {
    min-width: 40vw;
  }
}
.writer-wrap .info-wrap .info-text .text-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .writer-wrap .info-wrap .info-text .text-name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.writer-wrap .info-wrap .info-text .text-name {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 11px;
}
.writer-wrap .info-wrap .info-text .text-name .name {
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.5;
}
.writer-wrap .info-wrap .info-text .text-belongs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .writer-wrap .info-wrap .info-text .text-belongs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.writer-wrap .info-wrap .info-text .text-belongs .belongs-club,
.writer-wrap .info-wrap .info-text .text-belongs .belongs-publisher {
  margin-top: 9px;
}
.writer-wrap .info-wrap .info-text .text-belongs .belongs-publisher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.writer-wrap .info-wrap .info-text .text-belongs .title {
  font-size: 0.875rem;
  line-height: 1.4285;
  margin: 0;
}
.writer-wrap .info-wrap .info-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .writer-wrap .info-wrap .info-social {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.writer-wrap .info-wrap .info-social .social-btn {
  width: 30px;
  height: 30px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .writer-wrap .info-wrap .info-social .social-btn {
    margin-top: 20px;
  }
}
.writer-wrap .info-wrap .info-social .social-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.intro-wrap {
  margin-top: 27px;
}
.intro-wrap.closed .intro-inner {
  max-height: var(--limit-height);
  overflow-y: hidden;
  position: relative;
}
.intro-wrap.closed .intro-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 79px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(37%, rgba(255, 255, 255, 0.7803921569)), to(#FFFFFF));
  background-image: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.7803921569) 37%, #FFFFFF 100%);
  position: absolute;
  left: 0;
  bottom: -10px;
}
.intro-wrap.closed .intro-more-btn {
  margin-top: 0;
}
.intro-wrap.closed .intro-more-btn .more-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.intro-wrap.closed .intro-more-btn .more-text::before {
  content: attr(data-more);
}
.intro-wrap .intro-inner {
  font-size: 0.875rem;
  --limit-height: 206px;
}
@media screen and (max-width: 767px) {
  .intro-wrap .intro-inner {
    --limit-height: 120px;
  }
}
.intro-wrap .intro-more-btn {
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
}
.intro-wrap .intro-more-btn.hide {
  display: none;
}
.intro-wrap .intro-more-btn .more-icon {
  margin-left: 9.4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.intro-wrap .intro-more-btn .more-text {
  font-size: 0.875rem;
}
.intro-wrap .intro-more-btn .more-text::before {
  content: attr(data-less);
}

.works-wrap {
  margin-top: 75px;
}
.works-wrap .title {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.publisher-wrap {
  margin: 55px 0 30px;
}
@media screen and (max-width: 576px) {
  .publisher-wrap {
    margin: 35px 0 30px;
  }
}
.publisher-wrap .info-wrap {
  display: inline-block;
}
.publisher-wrap .info-wrap .info-text .text-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding: 0 38px 11px 19px;
}
.publisher-wrap .info-wrap .info-text .text-name .name {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
}
.publisher-wrap .info-wrap .info-text .text-name .follow-toggle {
  margin-left: 18px;
}
.publisher-wrap .info-wrap .info-social {
  padding: 5px 19px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.publisher-wrap .info-wrap .info-social .social-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  border-radius: 8px;
  padding: 8px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.publisher-wrap .info-wrap .info-social .social-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.publisher-wrap .info-wrap .info-social .social-link {
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  border: 1px solid #707070;
  border-radius: 8px;
  color: #707070;
}
.publisher-wrap .info-wrap .info-social .social-link:hover {
  text-decoration: none;
}

.banner-wall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}
@media screen and (max-width: 991px) {
  .banner-wall {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-wall {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .banner-wall {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
  }
}
.banner-wall .banner-item {
  border: 1px solid #707070;
  width: calc((100% - 6.25rem) / 3);
  padding-bottom: 16.67%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .banner-wall .banner-item {
    width: calc((100% - 3rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .banner-wall .banner-item {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 576px) {
  .banner-wall .banner-item {
    width: 90vw;
    height: 54vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.banner-wall .banner-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.publisher-works .works-wrap {
  margin-top: 50px;
  padding: 0 40px;
}
.publisher-works .works-wrap + .works-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .publisher-works .works-wrap {
    padding: 0;
  }
}
.publisher-works .works-wrap .title-bar h4 {
  color: #1E1E1E;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .publisher-works .works-wrap .carousel-wrap {
    width: calc(100% - 30px);
  }
}
.publisher-works .works-wrap .col-6, .publisher-works .works-wrap .col-md-3 {
  max-width: unset;
  padding: 0;
}

.publisher-top-works .works-wrap {
  margin-top: 30px;
}
.publisher-top-works .works-wrap .title-bar h4 {
  font-size: 1.5rem;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media (min-width: 992px) {
  .hamburger {
    position: relative;
    top: -2px;
  }
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 18px;
  height: 12px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -5px;
}
.hamburger-inner::after {
  bottom: -5px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  /*opacity: 0.8;*/
  opacity: 0.5;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  /*font-size: 28px;*/
  font-size: 2rem;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  /*font-size: 12px;*/
  font-size: 0.75rem;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  /*top: -40px;*/
  top: -44px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  /*font-size: 12px;*/
  font-size: 0.75rem;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFFFFF;
  font-size: 0.875rem;
  margin: 5px;
  padding: 4px 7px;
  background: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #FFFFFF;
  color: #6DADB3;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 0.625rem;
  height: 0.625rem;
  margin: 5px 7px;
  background: #d4d4d4;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #B5B5B5;
}

.owl-theme button:focus {
  outline: 0;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
  top: 50%;
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0;
  margin-top: -0.375rem;
  color: #fff;
  border-radius: 50%;
  background-color: #827572;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
  color: #fff;
  background-color: #827572;
}
.owl-theme .owl-nav button.owl-prev .feather,
.owl-theme .owl-nav button.owl-next .feather {
  width: 20px;
  height: 20px;
  top: 0;
}
.owl-theme .owl-nav button.owl-prev {
  left: -2.625rem;
}
.owl-theme .owl-nav button.owl-prev .feather {
  top: -2px;
  left: -1px;
}
.owl-theme .owl-nav button.owl-next {
  right: -2.625rem;
}
.owl-theme .owl-nav button.owl-next .feather {
  top: -2px;
  right: -1px;
}
.owl-theme .owl-dots {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 1;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 991px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
  }
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #FFFFEA;
}

.product-carousel {
  border: 1px solid #888888;
}
.product-carousel::before {
  content: attr(data-item);
  display: inline-block;
  padding: 10px 22px;
  background-color: #F2F2F2;
  font-size: 0.875rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.thumbs-carousel {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .thumbs-carousel {
    margin-bottom: 10px;
  }
}
.thumbs-carousel .owl-item {
  cursor: pointer;
}
.thumbs-carousel .owl-item.current {
  border: 2px solid #888888;
}
.thumbs-carousel .owl-nav.disabled {
  display: block;
}
.thumbs-carousel .owl-nav button.owl-prev,
.thumbs-carousel .owl-nav button.owl-next {
  height: 100%;
  width: 50px;
  border-radius: unset;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.thumbs-carousel .owl-nav button.owl-prev, .thumbs-carousel .owl-nav button.owl-prev:hover,
.thumbs-carousel .owl-nav button.owl-next,
.thumbs-carousel .owl-nav button.owl-next:hover {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}
@media screen and (max-width: 576px) {
  .thumbs-carousel .owl-nav button.owl-prev, .thumbs-carousel .owl-nav button.owl-prev:hover,
.thumbs-carousel .owl-nav button.owl-next,
.thumbs-carousel .owl-nav button.owl-next:hover {
    background-size: 20px;
  }
}
.thumbs-carousel .owl-nav button.owl-prev.disabled,
.thumbs-carousel .owl-nav button.owl-next.disabled {
  display: none;
}
.thumbs-carousel .owl-nav button.owl-prev .feather,
.thumbs-carousel .owl-nav button.owl-next .feather {
  top: -2px;
  display: none;
}
.thumbs-carousel .owl-nav button.owl-prev {
  left: 0;
}
.thumbs-carousel .owl-nav button.owl-prev, .thumbs-carousel .owl-nav button.owl-prev:hover {
  background-image: url("../images/icon/page_prev.svg");
}
.thumbs-carousel .owl-nav button.owl-next {
  right: 0;
}
.thumbs-carousel .owl-nav button.owl-next, .thumbs-carousel .owl-nav button.owl-next:hover {
  background-image: url("../images/icon/page_next.svg");
}

.book-carousel-wrap {
  padding-left: 3rem;
}
@media screen and (max-width: 991px) {
  .book-carousel-wrap {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .book-carousel-wrap {
    padding-left: 0;
    margin-top: -15px;
    margin-left: -15px;
    width: 100vw;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .book-carousel-wrap .home-book-carousel .owl-item,
.book-carousel-wrap .book-carousel .owl-item {
    width: calc((100vw - 75px) / 3.2) !important;
  }
}
@media screen and (max-width: 576px) {
  .book-carousel-wrap .home-book-carousel .owl-item,
.book-carousel-wrap .book-carousel .owl-item {
    width: calc((100vw - 75px) / 2.1) !important;
  }
}

.home-book-carousel {
  margin-bottom: 1.75rem;
}

.book-carousel {
  margin-bottom: 1.25rem;
}

.home-book-carousel .owl-nav button.owl-prev.disabled,
.home-book-carousel .owl-nav button.owl-next.disabled,
.book-carousel .owl-nav button.owl-prev.disabled,
.book-carousel .owl-nav button.owl-next.disabled {
  display: none;
}

.fancybox-wrap .fancybox-skin {
  background-color: #FFFFFF;
}
.fancybox-wrap .fancybox-close {
  top: 24px;
  right: 40px;
  width: 18px;
  height: 18px;
  background-image: url("../images/icon/closed.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .fancybox-wrap .fancybox-close {
    right: 20px;
  }
}
/*# sourceMappingURL=style.css.map */