@charset "UTF-8";
/* 拷貝範例
opacity: 0;
transform: translateY(40px);
transition: all 0.3s, opacity $ani_duration $ani_function, transform $ani_duration $ani_function;
*/
.module_desc {
  color: #393939;
  line-height: 1.8;
  text-align: justify;
}
.module_desc.white {
  color: #fff;
}

.button_set {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 40px !important;
}
@media (max-width: 1200px) {
  .button_set {
    margin-top: 35px !important;
  }
}
.button_set.center {
  justify-content: center;
}
.button_set.no_middle [class^=button].middle {
  display: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

*,
*:focus,
*:active,
*:hover {
  outline: none;
}

body {
  color: #393939;
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.5;
  margin: 0;
  background: #fff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
body.no_overflow {
  overflow: hidden;
}

ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.editor ol {
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 40px;
}

.editor ul:not(.slick-dots) {
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}

.editor h2 {
  font-family: "Poppins", sans-serif;
}
.editor h3 {
  font-family: "Noto Sans TC", sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.editor img {
  display: inline;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1.seo,
h2.seo {
  position: fixed;
  top: -100%;
  left: -100%;
  visibility: hidden;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #000;
}

button {
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  border: 0;
  background: unset;
  appearance: none;
  cursor: pointer;
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

form {
  width: 100%;
  margin: 0 auto;
}

input:not([type=radio]):not([type=checkbox]), textarea, select {
  color: #393939;
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #ccc;
  appearance: none;
}
input:not([type=radio]):not([type=checkbox])::placeholder, textarea::placeholder, select::placeholder {
  color: #bbb;
}

input[type=file] {
  padding: 4.5px 10px !important;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  display: block;
  max-width: 100%;
}

select {
  max-width: 100%;
  padding: 7px 25px 7px 15px;
  background: #fff url("../img/select_arrow.png") calc(100% - 8px) center no-repeat;
  cursor: pointer;
}
select option {
  color: #393939;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.underline {
  text-decoration: underline;
}

.del {
  text-decoration: line-through;
}

.break_all {
  word-break: break-all;
}

.swal2-popup {
  width: 20em !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid #fff !important;
  border-radius: 35px !important;
}
.swal2-popup .swal2-close {
  width: 35px;
  height: 35px;
  color: #000 !important;
  font-size: 28px;
  padding: 0 0 2px;
  background: #fff !important;
  margin: 15px 15px -35px 0;
  border-radius: 50% !important;
  box-shadow: 3px 3px 10px 0 rgba(0, 158, 247, 0.25) !important;
}
.swal2-popup .swal2-icon {
  display: none !important;
}
.swal2-popup .swal2-title {
  color: #000;
  font-size: 22px;
  padding: 3em 1em 0;
}
.swal2-popup .swal2-title strong {
  font-weight: 400;
}
.swal2-popup .swal2-html-container {
  color: #009ef7;
  font-size: 18px;
  margin: 0;
  padding: 15px 15px 40px;
}
.swal2-popup .swal2-html-container > div:not(#captcha) {
  margin-top: 15px !important;
}
.swal2-popup .swal2-html-container > div:not(#captcha) a {
  display: block;
  width: fit-content;
  color: #009ef7;
  font-size: 17px;
  text-decoration: none !important;
  padding: 8px 23px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #009ef7;
  border-radius: 20px !important;
}

.container,
.wider_container {
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .container,
  .wider_container {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .container,
  .wider_container {
    padding: 0 25px;
  }
}

.container {
  max-width: 1600px;
  padding: 0px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 25px;
  }
}

.wider_container {
  max-width: 1720px;
}
@media (max-width: 768px) {
  .wider_container {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .wider_container {
    padding: 0 25px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row:not(.no_gutter) {
  margin: 0 -15px;
  transition: all 0.3s;
}
.row:not(.no_gutter) > * {
  padding: 0 15px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .row:not(.no_gutter) {
    margin: 0 -10px;
  }
  .row:not(.no_gutter) > * {
    padding: 0 10px;
  }
}

.row_by_gap {
  display: flex;
  flex-wrap: wrap;
}
.row_by_gap:not(.no_gutter) {
  gap: 15px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .row_by_gap:not(.no_gutter) {
    gap: 10px;
  }
}

@media (min-width: 1201px) {
  .pc-hide {
    display: none !important;
  }
}

.price--del {
  color: #939598;
}
.price--origin {
  color: #000;
}
.price--primary {
  color: #e64d4d;
}

.tag--default, .tag--primary, .tag--dark {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  color: #ffffff;
}
.tag--default {
  background-color: #939598;
}
.tag--primary {
  background-color: #e64d4d;
}
.tag--dark {
  background-color: #414042;
}

.tab {
  flex: 1;
}
.tab-box {
  display: flex;
}
.tab-content__item {
  display: none;
}
.tab-content__item.active {
  display: block;
}

.dropdown-box {
  border-top: 1px solid #414042;
}
.dropdown-box.active .dropdown-box__title::after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.dropdown-box__title {
  position: relative;
  padding: 5px 25px 5px 0;
  cursor: pointer;
}
.dropdown-box__title::before, .dropdown-box__title::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 12px;
  height: 1px;
  background-color: rgba(65, 64, 66, 0.5);
}
.dropdown-box__title::after {
  top: 10px;
  right: 6px;
  width: 1px;
  height: 12px;
}
.dropdown-box__content {
  padding: 15px 0;
  display: none;
}

.btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
@media (max-width: 640px) {
  .btn-box {
    gap: 10px 5px;
  }
}
.btn-box.box--full .btn {
  flex-grow: 1;
}
.btn {
  display: block;
  padding: 0 20px;
  line-height: 38px;
  border: 1px solid #414042;
  font-size: 14px;
  color: #414042;
  background-color: #ffffff;
  text-align: center;
  transition: all 0.4s ease;
}
.btn:hover, .btn:focus {
  color: #ffffff;
  background-color: #040000;
}
.btn--primary {
  border-color: #040000;
  color: #ffffff;
  background-color: #040000;
}
.btn--primary:focus {
  color: #ffffff;
  background-color: #040000;
}
.btn--primary:hover {
  color: #040000;
  background-color: #ffffff;
}
.btn--secondary {
  border-color: #939598;
  color: #ffffff;
  background-color: #939598;
}
.btn--secondary:focus {
  color: #ffffff;
  background-color: #939598;
}
.btn--secondary:hover {
  color: #939598;
  background-color: #ffffff;
}
.btn--warn {
  border-color: #e64d4d;
  color: #ffffff;
  background-color: #e64d4d;
}
.btn--warn:focus {
  color: #ffffff;
  background-color: #e64d4d;
}
.btn--warn:hover {
  color: #e64d4d;
  background-color: #ffffff;
}
.btn--line {
  border-color: #06C755;
  color: #ffffff;
  background-color: #06C755;
}
.btn--line:focus {
  color: #ffffff;
  background-color: #06C755;
}
.btn--line:hover {
  color: #06C755;
  background-color: #ffffff;
}
.btn--white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.btn--white:hover {
  color: #414042;
  background-color: #ffffff;
}
.btn--secondary-outline {
  border-color: #939598;
  color: #939598;
  background-color: #ffffff;
}
.btn--secondary-outline:hover {
  color: #ffffff;
  background-color: #939598;
}
.btn--small {
  padding: 0 5px;
  font-size: 12px;
  line-height: 30px;
}

.text-btn {
  display: flex;
  align-items: center;
  gap: 0 5px;
  color: #414042;
}
.text-btn--inline {
  display: inline-block;
}
.text-btn--underline {
  text-decoration: underline;
  transition: all 0.4s ease;
}
.text-btn--underline:hover {
  text-decoration-color: transparent;
}
.text-btn--blue {
  color: #1C75BC;
}
.text-btn .adshop-heart-f {
  color: #e64d4d;
}

.select-box,
.input-box,
.textarea-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}
@media (max-width: 640px) {
  .select-box,
  .input-box,
  .textarea-box {
    gap: 5px;
  }
}
.select-box.box--full .select,
.select-box.box--full .input:not([type=radio]):not([type=checkbox]),
.select-box.box--full .textarea,
.input-box.box--full .select,
.input-box.box--full .input:not([type=radio]):not([type=checkbox]),
.input-box.box--full .textarea,
.textarea-box.box--full .select,
.textarea-box.box--full .input:not([type=radio]):not([type=checkbox]),
.textarea-box.box--full .textarea {
  flex-grow: 1;
}
.select--error,
.input--error,
.textarea--error {
  box-shadow: 0 0 10px #e64d4d;
}

.select,
.input:not([type=radio]):not([type=checkbox]),
.textarea {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 38px;
  border: 1px solid #414042;
  font-size: 14px;
  color: #414042;
  background-color: #ffffff;
}

.textarea {
  line-height: 1.6;
  height: 200px;
  padding: 10px;
  resize: none;
}
.textarea::-webkit-scrollbar {
  -webkit-appearance: none;
}
.textarea::-webkit-scrollbar:vertical {
  width: 5px;
}
.textarea::-webkit-scrollbar:horizontal {
  height: 10px;
}
.textarea::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 3px;
  border: 0;
}
.textarea::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #e0e0e0;
}

.select option[disabled] {
  color: #b2b2b2;
}

.radio {
  width: 10px;
  height: 10px;
  border: 1px solid #414042;
  border-radius: 50%;
  appearance: none;
}
.radio:checked {
  background-color: #414042;
}

.checkbox {
  position: relative;
  width: 10px;
  height: 10px;
  border: 1px solid #414042;
  appearance: none;
}
.checkbox:not([type=checkbox]) {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.active > .checkbox::before, .checkbox:checked::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.color-picker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #b2b2b2;
}
.color-picker__text {
  opacity: 0;
}
.color-picker__btn {
  order: 2;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 5px;
  padding: 0;
  border: 1px solid #b2b2b2;
  background-color: var(--color);
  cursor: pointer;
  appearance: none;
}
.color-picker__btn::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  border: 1px solid #b2b2b2;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  opacity: 0;
}
.color-picker__btn:checked::before,
.color-picker__btn:checked + .color-picker__text {
  opacity: 1;
}

.type-picker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #b2b2b2;
}
.type-picker__text {
  opacity: 0;
}
.type-picker__btn {
  order: 2;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 5px;
  padding: 0;
  border: 1px solid #b2b2b2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  appearance: none;
}
.type-picker__btn::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  border: 1px solid #b2b2b2;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  opacity: 0;
}
.type-picker__btn:checked::before,
.type-picker__btn:checked + .type-picker__text {
  opacity: 1;
}

.class-link {
  display: flex;
  border: 1px solid #b2b2b2;
}
.class-link__btn {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 1;
  padding: 10px;
  color: #414042;
  transition: all 0.4s ease;
}
.class-link__btn.active, .class-link__btn:hover {
  color: #ffffff;
  background-color: #040000;
}
.class-link__btn:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #b2b2b2;
}

.title-box.box--center {
  text-align: center;
}
.title-box__title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  text-indent: 2px;
}
.title-box__sub-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-indent: 3px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes goUp {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes goDown {
  0% {
    opacity: 0;
    transform: translate(0, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes goLeft {
  0% {
    opacity: 0;
    transform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes goLeft_cc {
  0% {
    opacity: 0;
    transform: translate(calc(-50% + 20px), -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes goRight {
  0% {
    opacity: 0;
    transform: translate(-20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes goRight_cc {
  0% {
    opacity: 0;
    transform: translate(calc(-50% - 20px), -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes goRightTop {
  0% {
    opacity: 0;
    transform: translate(-20px, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes drawing_circle {
  0% {
    stroke-dashoffset: 360;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.slick-slider .slick-arrow.slick-hidden {
  display: none !important;
}
.slick-slider .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.1;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  float: left;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.1s;
}
.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  color: transparent;
  font-size: 0;
  background: #c9caca;
  border-radius: 50%;
  transition: background 0.1s;
}
@media (max-width: 768px) {
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li.slick-active button {
  background: #000;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 9999;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
}
.slick-lightbox .slick-prev::before,
.slick-lightbox .slick-next::before {
  color: #fff;
  font-size: 20px;
  font-family: FontAwesome;
  line-height: 20px;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-prev::before {
  content: "\f053";
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox .slick-next::before {
  content: "\f054";
}

.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}

.slick-lightbox-slick-img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
}

.slick-lightbox-slick-caption {
  color: white;
  margin: 10px 0 0;
}

.slick-lightbox-close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.slick-lightbox-close::before {
  content: "×";
  color: white;
  font-size: 20px;
  font-family: "slick";
  line-height: 1;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-lightbox-close::focus {
  outline: none;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: rgba(4, 0, 0, 0.15);
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #040000;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .no_yijin {
  margin-left: 8px;
  font-size: 13px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 3px 6px;
  background: #fff;
  border: 1px solid #ccc;
  transition: all 0.1s;
}
.daterangepicker .drp-buttons .no_yijin:hover {
  color: #fff;
  background: #040000;
  border: 1px solid #040000;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/* Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.header01 {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  color: #6d6e71;
  background-color: #ffffff;
}
.header01 a {
  color: #393939;
}
.header01 .top-box {
  font-size: 12px;
  color: #ffffff;
  background-color: #393939;
}
@media (max-width: 1200px) {
  .header01 .top-box {
    display: none !important;
  }
}
.header01 .top-box .container {
  display: flex;
  align-items: center;
  height: 26px;
}
@media (max-width: 1580px) {
  .header01 .top-box .container {
    padding: 0 30px;
  }
}
.header01 .top-box .top-box__msg {
  margin: 0 auto;
  padding-left: 300px;
  padding-right: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header01 .top-box .top-box__msg img {
  width: 18px;
  height: 11px;
  margin-right: 13px;
}
.header01 .top-box .top-box__text-btns {
  display: flex;
  flex-shrink: 0;
  gap: 0 24px;
}
.header01 .top-box .top-box__text-btns .text-btn {
  color: #ffffff;
}
.header01 .main-box__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
@media (max-width: 1580px) {
  .header01 .main-box__container {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .header01 .main-box__container {
    padding: 0 12px;
  }
}
@media (max-width: 1200px) {
  .header01 .main-box__container .main-box__logo {
    margin-left: 0;
    padding-left: 0;
  }
}
.header01 .main-box__container .main-box__logo .logo-link {
  display: block;
  width: auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .header01 .main-box__container .main-box__logo .logo-link {
    width: auto;
  }
}
.header01 .main-box__container .main-box__logo .logo-link .logo_txt_box {
  width: auto;
  height: auto;
}
.header01 .main-box__container .main-box__logo .logo-link .logo_txt_box .logo_txt_cht {
  font-size: clamp(20px, 1.3020833333vw, 25px);
  line-height: clamp(20px, 1.3020833333vw, 25px);
  font-weight: 900;
  color: #000;
  margin-left: 10px;
  margin-top: 7px;
}
.header01 .main-box__container .main-box__logo .logo-link .logo_txt_box .logo_txt_en {
  font-size: clamp(13px, 0.8333333333vw, 16px);
  line-height: clamp(13px, 0.8333333333vw, 16px);
  font-weight: 900;
  color: #000;
  font-style: italic;
  margin-top: 7px;
  margin-left: 10px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.header01 .main-box__container .main-box__logo .logo-link img {
  width: 56px;
  height: 56px;
}
.header01 .main-box__container .main-box__text-btns {
  flex-shrink: 0;
  display: flex;
  gap: 0 20px;
}
@media (max-width: 1200px) {
  .header01 .main-box__container .main-box__text-btns {
    gap: 0 15px;
  }
}
.header01 .main-box__container .main-box__text-btns .text-btn {
  font-size: 26px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .header01 .main-box__container .main-box__text-btns .text-btn {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .header01 .main-box__container .main-box__text-btns .text-btn.mobile-hide {
    display: none;
  }
}
.header01 .main-box__container .main-box__text-btns .text-btn[data-num] {
  position: relative;
}
.header01 .main-box__container .main-box__text-btns .text-btn[data-num]::after {
  content: attr(data-num);
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 12px;
  height: 12px;
  font-size: 11px;
  line-height: 11px;
  padding: 0 3px;
  color: #ffffff;
  background-color: #e4151c;
  border-radius: 6px;
  text-align: center;
  transition: all 0.3s;
}
.header01 .main-box__container .main-box__text-btns .text-btn[data-num]:hover::after {
  background-color: #000;
}
.header01 .main-box__container .main-box__text-btns .text-btn .menu-bar {
  position: relative;
  display: block;
  width: 28px;
  height: 20px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.header01 .main-box__container .main-box__text-btns .text-btn .menu-bar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.header01 .main-box__container .menu-box {
  border-bottom: 1px solid rgba(57, 57, 57, 0.5);
}
@media (max-width: 1200px) {
  .header01 .main-box__container .menu-box {
    display: none !important;
  }
}
.header01 .main-box__container .menu-box__navbar {
  display: flex;
  gap: 0 40px;
  padding: 0 40px;
}
@media (max-width: 1300px) {
  .header01 .main-box__container .menu-box__navbar {
    gap: 0 30px;
  }
}
@media (max-width: 1200px) {
  .header01 .main-box__container .menu-box__navbar {
    display: none;
  }
}
.header01 .main-box__container .menu-box__navbar .navbar-nav {
  position: relative;
}
.header01 .main-box__container .menu-box__navbar .navbar-nav:hover .navbar-nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header01 .main-box__container .menu-box__navbar .navbar-nav:hover .navbar-nav__link {
  color: #000;
}
.header01 .main-box__container .menu-box__navbar .navbar-nav__link {
  position: relative;
  display: block;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  color: #000;
}
.header01 .main-box__container .menu-box__navbar .navbar-nav__dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 60px);
  width: 120px;
  border: 1px solid rgba(65, 64, 66, 0.5);
  background-color: #ffffff;
  text-align: center;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header01 .main-box__container .menu-box__navbar .navbar-nav__dropdown__link {
  display: block;
  padding: 8px 4px;
  transition: all 0.3s;
}
.header01 .main-box__container .menu-box__navbar .navbar-nav__dropdown__link:hover {
  color: #000;
}
.header01 .menu-box {
  border-bottom: 1px solid rgba(57, 57, 57, 0.5);
}
@media (max-width: 1200px) {
  .header01 .menu-box {
    display: none !important;
  }
}
.header01 .menu-box .container {
  display: flex;
  align-items: center;
  height: 50px;
}
.header01 .menu-box .menu-box__toggler {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: 50px;
  padding-left: 60px;
  color: #414042;
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1580px) {
  .header01 .menu-box .menu-box__toggler {
    margin-left: 0;
  }
}
.header01 .menu-box .menu-box__toggler::before, .header01 .menu-box .menu-box__toggler::after {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: currentColor;
  transform-origin: center;
  transition: all 0.4s ease;
}
.header01 .menu-box .menu-box__toggler::before {
  bottom: calc(50% + 3px);
}
.header01 .menu-box .menu-box__toggler::after {
  top: calc(50% + 3px);
}
.header01 .menu-box .menu-box__toggler:hover::before, .header01 .menu-box .menu-box__toggler.active::before {
  bottom: 50%;
  transform: rotate(20deg);
}
.header01 .menu-box .menu-box__toggler:hover::after, .header01 .menu-box .menu-box__toggler.active::after {
  top: 50%;
  transform: rotate(-20deg);
}
.header01 .menu-box .menu-box__navbar {
  display: flex;
  gap: 0 40px;
  padding: 0 40px;
}
@media (max-width: 1300px) {
  .header01 .menu-box .menu-box__navbar {
    gap: 0 30px;
  }
}
.header01 .menu-box .menu-box__navbar .navbar-nav {
  position: relative;
}
.header01 .menu-box .menu-box__navbar .navbar-nav:hover .navbar-nav__link::before {
  opacity: 1;
}
.header01 .menu-box .menu-box__navbar .navbar-nav:hover .navbar-nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header01 .menu-box .menu-box__navbar .navbar-nav:hover .navbar-nav__link {
  color: #000;
}
.header01 .menu-box .menu-box__navbar .navbar-nav__link {
  position: relative;
  display: block;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
}
.header01 .menu-box .menu-box__navbar .navbar-nav__link::before {
  content: "";
  position: absolute;
  bottom: -0.5px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 1px;
  background-color: rgba(65, 64, 66, 0.5);
  opacity: 0;
}
.header01 .menu-box .menu-box__navbar .navbar-nav__dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 60px);
  width: 120px;
  border: 1px solid rgba(65, 64, 66, 0.5);
  background-color: #ffffff;
  text-align: center;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header01 .menu-box .menu-box__navbar .navbar-nav__dropdown__link {
  display: block;
  padding: 8px 4px;
  transition: all 0.3s;
}
.header01 .menu-box .menu-box__navbar .navbar-nav__dropdown__link:hover {
  color: #000;
}
.header01 .menu-box .menu-box__search {
  flex-shrink: 0;
  display: flex;
  width: 130px;
  height: 30px;
  padding: 0 10px;
  margin-left: auto;
  border-radius: 15px;
  border: 1px solid #b2b2b2;
}
.header01 .menu-box .menu-box__search .search__input {
  width: 80px;
  border: 0;
  padding: 0;
  margin-right: auto;
  line-height: 30px;
  color: #414042;
  background-color: transparent;
}
.header01 .menu-accordion {
  display: none;
  padding: 50px 0;
  border-bottom: 1px solid rgba(57, 57, 57, 0.5);
}
@media (max-width: 1200px) {
  .header01 .menu-accordion {
    display: none !important;
  }
}
@media (max-width: 1580px) {
  .header01 .menu-accordion {
    padding: 30px 0;
  }
}
.header01 .menu-accordion__scroll {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
  padding: 0 25px;
  max-height: 50vh;
  overflow-y: auto;
}
@media (max-width: 1580px) {
  .header01 .menu-accordion__scroll {
    padding: 0;
    margin: 0 -15px;
  }
}
.header01 .menu-accordion__scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}
.header01 .menu-accordion__scroll::-webkit-scrollbar:vertical {
  width: 5px;
}
.header01 .menu-accordion__scroll::-webkit-scrollbar:horizontal {
  height: 10px;
}
.header01 .menu-accordion__scroll::-webkit-scrollbar-thumb {
  background-color: rgba(65, 64, 66, 0.5);
  border-radius: 3px;
  border: 0;
}
.header01 .menu-accordion__scroll::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #ffffff;
}
.header01 .menu-accordion__nav {
  width: 20%;
  padding: 0 25px;
}
@media (max-width: 1580px) {
  .header01 .menu-accordion__nav {
    padding: 0 15px;
  }
}
.header01 .menu-accordion__nav__title {
  color: #e4151c;
  padding: 0 15px 15px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid rgba(57, 57, 57, 0.5);
}
.header01 .menu-accordion__nav__link {
  display: block;
  margin-top: 20px;
  padding: 0 20px;
  font-weight: 700;
}
.header01 .menu-accordion__nav__link:hover {
  color: #db9b8f;
}

.header02 {
  position: sticky;
  top: 0;
  letter-spacing: 1px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.header02 .header_marquee {
  padding: 0 4.1667vw;
  background: #003c5c;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header02 .header_marquee {
    padding: 0 2.5vw;
  }
}
@media (max-width: 1200px) {
  .header02 .header_marquee {
    display: none;
  }
}
.header02 .header_marquee .row_by_gap {
  height: 25px;
  align-items: center;
  justify-content: space-between;
}
.header02 .header_marquee .left_tools,
.header02 .header_marquee .right_tools {
  display: flex;
  flex-shrink: 0;
  gap: 40px;
  width: 320px;
}
.header02 .header_marquee .left_tools a,
.header02 .header_marquee .right_tools a {
  color: #fff;
  font-size: 14px;
}
.header02 .header_marquee .msg {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.header02 .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 4.1667vw;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header02 .navbar {
    padding: 0 2.5vw;
  }
}
@media (max-width: 1200px) {
  .header02 .navbar {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .header02 .navbar {
    padding: 0 15px;
  }
}
@media (min-width: 1367px) {
  .header02 .navbar .logo {
    min-width: 250px;
  }
}
.header02 .navbar .logo img {
  max-height: 60px;
}
.header02 .navbar .navmenu {
  display: flex;
  gap: 60px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header02 .navbar .navmenu {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .header02 .navbar .navmenu {
    display: none;
  }
}
.header02 .navbar .navmenu > li {
  position: relative;
}
.header02 .navbar .navmenu > li > a {
  display: block;
  color: #393939;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 23px 0;
  transition: all 0.3s;
}
.header02 .navbar .navmenu > li:hover > a, .header02 .navbar .navmenu > li.active > a {
  color: #e4151c;
}
.header02 .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 142px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header02 .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header02 .navbar .navmenu > li ul li {
  position: relative;
}
.header02 .navbar .navmenu > li ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header02 .navbar .navmenu > li ul li a {
  display: block;
  color: #393939;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header02 .navbar .navmenu > li ul li:hover > a, .header02 .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: #e4151c;
}
.header02 .navbar .navmenu li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header02 .navbar .navtool {
  display: flex;
  flex-shrink: 0;
  gap: 20px;
}
@media (max-width: 1366px) {
  .header02 .navbar .navtool {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .header02 .navbar .navtool {
    gap: 15px;
  }
}
.header02 .navbar .navtool > div,
.header02 .navbar .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  cursor: pointer;
  transition: all 0.3s;
}
.header02 .navbar .navtool > div > i,
.header02 .navbar .navtool > a > i {
  color: #393939;
  font-size: 25px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .header02 .navbar .navtool > div > i,
  .header02 .navbar .navtool > a > i {
    font-size: 20px;
  }
}
.header02 .navbar .navtool > div > svg,
.header02 .navbar .navtool > a > svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #393939;
  transition: all 0.3s;
}
.header02 .navbar .navtool > div form,
.header02 .navbar .navtool > a form {
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  width: fit-content;
  padding: 15px;
  background: #003c5c;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .header02 .navbar .navtool > div form,
  .header02 .navbar .navtool > a form {
    right: 50%;
    transform: translate(50%);
  }
  .header02 .navbar .navtool > div form input,
  .header02 .navbar .navtool > a form input {
    width: 180px;
  }
}
.header02 .navbar .navtool > div form button,
.header02 .navbar .navtool > a form button {
  color: #fff;
  font-size: 20px;
  margin-left: 13px;
  transition: all 0.3s;
}
.header02 .navbar .navtool > div form button:hover,
.header02 .navbar .navtool > a form button:hover {
  color: #e4151c;
}
.header02 .navbar .navtool > div ul,
.header02 .navbar .navtool > a ul {
  position: absolute;
  top: 100%;
  right: 50%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 0);
  transition: all 0.3s;
}
.header02 .navbar .navtool > div ul li + li,
.header02 .navbar .navtool > a ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header02 .navbar .navtool > div ul li a,
.header02 .navbar .navtool > a ul li a {
  display: block;
  color: #393939;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header02 .navbar .navtool > div ul li:hover > a, .header02 .navbar .navtool > div ul li.active > a,
.header02 .navbar .navtool > a ul li:hover > a,
.header02 .navbar .navtool > a ul li.active > a {
  color: #fff;
  background: #e4151c;
}
.header02 .navbar .navtool > div:hover > i,
.header02 .navbar .navtool > a:hover > i {
  color: #e4151c;
}
.header02 .navbar .navtool > div:hover > svg,
.header02 .navbar .navtool > a:hover > svg {
  fill: #e4151c;
}
.header02 .navbar .navtool > div:hover form,
.header02 .navbar .navtool > div:hover ul,
.header02 .navbar .navtool > a:hover form,
.header02 .navbar .navtool > a:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header02 .navbar .navtool #google_translate_element .skiptranslate {
  font-size: 0;
}
.header02 .navbar .navtool #google_translate_element .skiptranslate > div select {
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 1px 25px 1px 10px;
  margin: 0;
}
.header02 .navbar .navtool #google_translate_element .skiptranslate > span {
  display: none;
}
.header02 .navbar .navtool .member_btn p,
.header02 .navbar .navtool .cart_btn p,
.header02 .navbar .navtool .bell_btn p,
.header02 .navbar .navtool .heart_btn p {
  position: absolute;
  top: 17px;
  right: -9px;
  width: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  background: #c30d23;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .header02 .navbar .navtool .member_btn,
  .header02 .navbar .navtool .bell_btn {
    display: none;
  }
}
@media (min-width: 1201px) {
  .header02 .navbar .navtool .mbPanel_btn {
    display: none;
  }
}
.header02 .navbar .navtool .mbPanel_btn .bars {
  position: relative;
  width: 30px;
  height: 2px;
}
.header02 .navbar .navtool .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e4151c;
  border-radius: 10px;
}
.header02 .navbar .navtool .mbPanel_btn .bars .bar.bar1 {
  top: -8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header02 .navbar .navtool .mbPanel_btn .bars .bar.bar2 {
  opacity: 1;
  transition: opacity 0s 0.3s;
}
.header02 .navbar .navtool .mbPanel_btn .bars .bar.bar3 {
  top: 8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header02 .navbar .navtool .mbPanel_btn.active .bars .bar.bar1 {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header02 .navbar .navtool .mbPanel_btn.active .bars .bar.bar2 {
  opacity: 0;
}
.header02 .navbar .navtool .mbPanel_btn.active .bars .bar.bar3 {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header02.active {
  display: none;
}

.search01 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 120;
  transition: all 0.3s;
}
.search01 .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.search01 .popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 60px;
  background: #fff;
  border-radius: 15px;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .search01 .popup_content {
    padding: 40px 15px;
    border-radius: 20px;
  }
}
.search01 .popup_content .close_btn {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background: #e4151c;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .search01 .popup_content .close_btn {
    width: 30px;
    height: 30px;
    background: #e4151c;
  }
}
.search01 .popup_content .close_btn::before, .search01 .popup_content .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .search01 .popup_content .close_btn::before, .search01 .popup_content .close_btn::after {
    width: 15px;
  }
}
.search01 .popup_content .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search01 .popup_content .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search01 .popup_content .popup_title {
  color: #393939;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.search01 .popup_content form {
  display: flex;
  width: fit-content;
}
.search01 .popup_content form button {
  color: #393939;
  font-size: 22px;
  margin-left: 13px;
  transition: all 0.3s;
}
.search01 .popup_content form button:hover {
  color: #e4151c;
}
.search01.show {
  opacity: 1;
  pointer-events: auto;
}
.search01.show .popup_content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.search02 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 120;
  transition: all 0.3s;
}
.search02 .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.search02 .search_form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 560px;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 45px 50px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: all 0.3s, opacity 1s ease, transform 1s ease;
}
@media (max-width: 440px) {
  .search02 .search_form {
    padding: 30px 35px;
  }
}
.search02 .search_form .close_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}
.search02 .search_form .close_btn::before, .search02 .search_form .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #000;
}
.search02 .search_form .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search02 .search_form .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search02 .search_form .search_form_title {
  color: #393939;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 19px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .search02 .search_form .search_form_title {
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .search02 .search_form .search_form_title {
    font-size: 34px;
  }
}
.search02 .search_form .search_form_title span {
  color: #e4151c;
}
.search02 .search_form .search_form_slogan {
  color: #393939;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 28px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .search02 .search_form .search_form_slogan {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .search02 .search_form .search_form_slogan {
    font-size: 18px;
  }
}
.search02 .search_form form {
  position: relative;
}
.search02 .search_form form input {
  width: 100%;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid #000;
}
.search02 .search_form form input::placeholder {
  color: #a7a9ac;
  font-size: 12px;
  font-weight: 700;
}
.search02 .search_form form button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.search02 .search_form form button svg {
  fill: #e4151c;
}
.search02.show {
  opacity: 1;
  pointer-events: auto;
}
.search02.show .search_form {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.search_all02 {
  padding-bottom: 60px;
}
.search_all02 .top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 50px;
}
.search_all02 .top > div {
  width: 50%;
}
@media (max-width: 840px) {
  .search_all02 .top > div {
    width: 100%;
  }
}
.search_all02 .top > div.left {
  padding-right: 4.1666666667vw;
}
@media (max-width: 840px) {
  .search_all02 .top > div.left {
    padding-right: unset;
  }
}
.search_all02 .top > div.left > p:nth-child(1) {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
  .search_all02 .top > div.left > p:nth-child(1) {
    font-size: 26px;
  }
}
@media (max-width: 720px) {
  .search_all02 .top > div.left > p:nth-child(1) {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .search_all02 .top > div.left > p:nth-child(1) {
    font-size: 22px;
  }
}
.search_all02 .top > div.left > p:nth-child(2) {
  color: #9e9e9e;
  margin-bottom: 18px;
}
.search_all02 .top > div.left form {
  display: flex;
  max-width: 465px;
  margin: unset;
}
.search_all02 .top > div.left form input {
  width: 400px;
}
.search_all02 .top > div.left form button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 65px;
  height: 65px;
  color: #fff;
  font-size: 20px;
  background: #000;
}
@media (max-width: 640px) {
  .search_all02 .top > div.left form button {
    width: 50px;
    height: 50px;
  }
}
.search_all02 .top > div.right > p {
  color: #9e9e9e;
  margin-bottom: 11px;
}
.search_all02 .top > div.right .keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2.8645833333vw;
  padding: 10px 20px;
  background: #ededed;
}
@media (max-width: 840px) {
  .search_all02 .top > div.right .keywords {
    gap: 10px 25px;
  }
}
.search_all02 .top > div.right .keywords a {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #393939;
  font-weight: 700;
  padding: 8px 0 12px;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.search_all02 .top > div.right .keywords a span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1px 5px 2px;
  background: #393939;
  border-radius: 5px;
  transition: all 0.3s;
}
.search_all02 .top > div.right .keywords a:hover, .search_all02 .top > div.right .keywords a.active {
  color: #000;
  background-size: 100% 1px;
}
.search_all02 .top > div.right .keywords a:hover span, .search_all02 .top > div.right .keywords a.active span {
  background: #000;
}
.search_all02 .bottom > p:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.search_all02 .bottom > p:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 17px;
}
@media (max-width: 640px) {
  .search_all02 .bottom > p:nth-child(2) {
    font-size: 15px;
  }
}
.search_all02 .bottom ul {
  border-top: 1px solid #e8e8e8;
}
.search_all02 .bottom ul li {
  border-bottom: 1px solid #e8e8e8;
}
.search_all02 .bottom ul li a {
  display: block;
  padding: 18px 0;
}
.search_all02 .bottom ul li a > p:nth-child(1) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #393939;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .search_all02 .bottom ul li a > p:nth-child(1) {
    font-size: 17px;
  }
}
.search_all02 .bottom ul li a > p:nth-child(2) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #393939;
  margin-top: 10px;
}
.search_all02 .bottom ul li a:hover > p:nth-child(1) {
  color: #000;
}

.banner15 {
  position: relative;
}
.banner15 .index_banner .slick-slide > div:nth-child(1) {
  position: relative;
  background: #dfe5ef;
}
.banner15 .index_banner .slick-slide > div:nth-child(1) img {
  width: 100%;
  opacity: 0;
  filter: blur(10px);
}
@keyframes banner15_img {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt {
  position: absolute;
  top: 50%;
  left: 7.94791vw;
  left: calc(4.94791vw + 120px);
  width: max-content;
  max-width: calc(100% - 9.89582vw);
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt {
    left: 30px;
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 720px) {
  .banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt {
    top: 20vw;
    bottom: 10%;
    transform: translate(0, 0);
  }
}
.banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt .sub-text {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt .sub-text {
    font-size: 12px;
  }
}
.banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt .banner-title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  margin: 15px 0;
}
@media (max-width: 480px) {
  .banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt .banner-title {
    font-size: 28px;
  }
}
.banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt .banner-sub-title {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt .banner-sub-title {
    font-size: 18px;
  }
}
.banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt p {
  color: #000;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt p:nth-child(1) {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: calc(1.5625rem + 1.0416666667vw);
}
.banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt p:nth-child(2) {
  font-weight: 700;
  font-size: calc(1.59375rem + 0.546875vw);
}
.banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt p:nth-child(3) {
  margin-top: 25px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt p:nth-child(3) {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt p:nth-child(3) {
    font-size: 16px;
  }
}
@media (max-width: 720px) {
  .banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt p br {
    display: none;
  }
}
.banner15 .index_banner .slick-slide > div:nth-child(1) .cover_txt .button_set {
  opacity: 0;
}
.banner15 .index_banner .slick-slide.slick-current > div:nth-child(1) img {
  animation: banner15_img 1.6s 0.3s forwards;
}
.banner15 .index_banner .slick-slide.slick-current > div:nth-child(1) .cover_txt p:nth-child(1) {
  animation: goRight 1.6s 1s forwards;
}
.banner15 .index_banner .slick-slide.slick-current > div:nth-child(1) .cover_txt p:nth-child(2) {
  animation: goRight 1.6s 1.2s forwards;
}
.banner15 .index_banner .slick-slide.slick-current > div:nth-child(1) .cover_txt p:nth-child(3) {
  animation: goRight 1.6s 1.4s forwards;
}
.banner15 .index_banner .slick-slide.slick-current > div:nth-child(1) .cover_txt p:nth-child(4) {
  animation: goRight 1.6s 1.6s forwards;
}
.banner15 .index_banner .slick-slide.slick-current > div:nth-child(1) .cover_txt .button_set {
  animation: goRight 1.6s 1.8s forwards;
}
.banner15 .index_banner .slick-dots {
  bottom: 25px;
}
@media (max-width: 440px) {
  .banner15 .index_banner .slick-dots {
    bottom: 10px;
  }
}
.banner15 .banner_video {
  position: absolute;
  bottom: 7.8125vw;
  right: 8.3333vw;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner15 .banner_video {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 1200px) {
  .banner15 .banner_video {
    right: 5.5vw;
  }
}
@media (max-width: 840px) {
  .banner15 .banner_video {
    display: none;
  }
}
.banner15 .banner_video::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #000;
  border-radius: 50%;
}
.banner15 .banner_video img:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s;
}
.banner15 .banner_video img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  animation: banner15_video 10s linear infinite;
}
@keyframes banner15_video {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.banner15 .banner_video:hover img:nth-child(1) {
  transform: translate(-50%, -50%) scale(1.2);
}
.banner15 .tool_btn {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 2.34375vw;
  right: 7.8125vw;
}
@media (max-width: 1200px) {
  .banner15 .tool_btn {
    right: 3vw;
  }
}
@media (max-width: 720px) {
  .banner15 .tool_btn {
    display: none;
  }
}
.banner15 .tool_btn .tool_page {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  margin-right: 30px;
}
.banner15 .tool_btn .tool_page > span:nth-child(2) {
  display: block;
  position: relative;
  width: 300px;
  height: 2px;
  margin: 0 10px;
  background: #000;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner15 .tool_btn .tool_page > span:nth-child(2) {
    width: 240px;
  }
}
@media (max-width: 1200px) {
  .banner15 .tool_btn .tool_page > span:nth-child(2) {
    width: 160px;
  }
}
@media (max-width: 1024px) {
  .banner15 .tool_btn .tool_page > span:nth-child(2) {
    width: 100px;
  }
}
.banner15 .tool_btn .tool_page > span:nth-child(2) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transition: all 1s;
}
.banner15 .tool_btn .prev {
  margin: 0 15px 0 0;
}
.banner15:not(.sp) .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner15:not(.sp) .page_banner .slick-slide a picture {
  display: block;
}
.banner15:not(.sp) .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner15:not(.sp) .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner15:not(.sp) .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner15:not(.sp) .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner15:not(.sp) .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner15:not(.sp) .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}
.banner15.sp .page_banner .slick-slide a {
  display: flex;
  position: relative;
}
.banner15.sp .page_banner .slick-slide a picture {
  display: block;
  width: 50%;
}
@media (max-width: 768px) {
  .banner15.sp .page_banner .slick-slide a picture {
    width: 100%;
  }
  .banner15.sp .page_banner .slick-slide a picture:nth-child(2) {
    display: none;
  }
}
.banner15.sp .page_banner .slick-slide a picture img {
  width: 100%;
}
@media (max-width: 768px) {
  .banner15.sp .page_banner .slick-slide a picture img {
    min-height: 350px;
    object-fit: cover;
  }
}
.banner15.sp .page_title {
  position: absolute;
  top: 53%;
  left: 8%;
  width: max-content;
  max-width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner15.sp .page_title {
    top: 45%;
    left: 60px;
  }
}
@media (max-width: 960px) {
  .banner15.sp .page_title {
    top: 35%;
  }
}
@media (max-width: 768px) {
  .banner15.sp .page_title {
    top: 50%;
    left: 15.625vw;
  }
}
@media (max-width: 480px) {
  .banner15.sp .page_title {
    left: 0;
    width: 100%;
    padding: 0 25px;
  }
}
.banner15.sp .page_title h2 {
  color: #fff;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-size: calc(2.125rem + 0.8333333333vw);
}
.banner15.sp .page_title p {
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .banner15.sp .page_title p {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .banner15.sp .page_title p {
    font-size: 16px;
  }
}
.banner15.sp .breadcrumb {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 40px;
  right: 60px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner15.sp .breadcrumb {
    bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .banner15.sp .breadcrumb {
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .banner15.sp .breadcrumb {
    display: none;
  }
}
.banner15.sp .breadcrumb li {
  padding: 0 15px;
}
.banner15.sp .breadcrumb li + li {
  background-image: linear-gradient(to bottom, #bbb 0%, #bbb 100%);
  background-size: 1px 12px;
  background-position: left center;
  background-repeat: no-repeat;
}
.banner15.sp .breadcrumb li:last-child {
  padding-right: 0;
}
.banner15.sp .breadcrumb li a {
  display: block;
  color: #bbb;
  font-size: 13px;
}
.banner15.sp .breadcrumb li:first-child a {
  font-size: 16px;
}
.banner15.sp .breadcrumb li:first-child a i {
  display: block;
}

/* ================================
   banner21 文字 – 模糊 → 清晰動畫
   ================================ */
@keyframes banner21_blur_in {
  0% {
    opacity: 0;
    filter: blur(12px);
    transform: translate(40px, 0);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translate(0, 0);
  }
}
@media (max-width: 640px) {
  @keyframes banner21_blur_in {
    0% {
      opacity: 0;
      filter: blur(12px);
      transform: translate(0, 40px);
    }
    100% {
      opacity: 1;
      filter: blur(0px);
      transform: translate(0, 0);
    }
  }
}
/* ==================================
   Banner 21 主要內容
   ================================== */
.banner21 {
  position: relative;
}
@media (max-width: 480px) {
  .banner21 {
    margin-top: 70px;
  }
}
.banner21 .index_banner .slick-slide {
  position: relative;
}
.banner21 .index_banner .slick-slide > picture {
  display: block;
  overflow: hidden;
}
.banner21 .index_banner .slick-slide > picture img {
  width: 100%;
  transform: scale(1.03);
}
.banner21 .index_banner .slick-slide::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
}
.banner21 .index_banner .slick-slide .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: translateY(-50%);
}
.banner21 .index_banner .slick-slide .content .info > p {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translate(40px, 0);
}
@media (max-width: 640px) {
  .banner21 .index_banner .slick-slide .content .info > p {
    transform: translate(0, 40px);
  }
}
@media (min-width: 641px) {
  .banner21 .index_banner .slick-slide .content .info > p.mb {
    display: none;
  }
}
.banner21 .index_banner .slick-slide .content .info > p:nth-child(1) {
  font-weight: 900;
  font-size: clamp(50px, 3.6458333333vw, 70px);
  line-height: clamp(50px, 3.6458333333vw, 70px);
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  color: #000;
}
.banner21 .index_banner .slick-slide .content .info > p:nth-child(2) {
  font-size: clamp(30px, 2.0833333333vw, 40px);
  line-height: clamp(30px, 2.0833333333vw, 40px);
  font-weight: 700;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  color: #e4151c;
}
.banner21 .index_banner .slick-slide .content .info > p:nth-child(3) {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  letter-spacing: 0.075em;
  font-weight: 500;
  line-height: 20px;
}
.banner21 .index_banner .slick-slide .content .info .cus_txt {
  position: relative;
  dominant-baseline: text-before-edge;
  opacity: 0;
  transform: translate(40px, 0);
}
@media (max-width: 640px) {
  .banner21 .index_banner .slick-slide .content .info .cus_txt {
    display: none;
    transform: translate(0, 40px);
  }
}
.banner21 .index_banner .slick-slide .content .info .cus_txt text {
  font-size: calc(1.3125rem + 3.28125vw);
  font-weight: 900;
  text-transform: uppercase;
}
.banner21 .index_banner .slick-slide .content .info .cus_txt text.fill {
  fill: #fff;
}
.banner21 .index_banner .slick-slide .content .info .paragraph {
  color: #fff;
  opacity: 0;
  transform: translate(40px, 0);
  font-size: 18px;
}
@media (max-width: 1024px) {
  .banner21 .index_banner .slick-slide .content .info .paragraph {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .banner21 .index_banner .slick-slide .content .info .paragraph {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .banner21 .index_banner .slick-slide .content .info .paragraph {
    display: none;
    text-align: center;
    transform: translate(0, 40px);
  }
}
.banner21 .index_banner .slick-slide .content .info .button_set {
  opacity: 0;
  transform: translate(40px, 0);
}
@media (max-width: 640px) {
  .banner21 .index_banner .slick-slide .content .info .button_set {
    justify-content: flex-start;
    transform: translate(0, 40px);
  }
}
.banner21 .index_banner .slick-slide .content_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .banner21 .index_banner .slick-slide .content_video {
    display: none;
  }
}
.banner21 .index_banner .slick-slide {
  /* ================
     進場動畫（含模糊）
     ================ */
}
.banner21 .index_banner .slick-slide.slick-current > picture img {
  animation: banner21_zoom 6s linear forwards;
}
@keyframes banner21_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
.banner21 .index_banner .slick-slide.slick-current .content .info > p:nth-child(1) {
  animation: banner21_blur_in 1s 1s forwards;
}
.banner21 .index_banner .slick-slide.slick-current .content .info > p:nth-child(2) {
  animation: banner21_blur_in 1s 1.1s forwards;
}
.banner21 .index_banner .slick-slide.slick-current .content .info > p:nth-child(3) {
  animation: banner21_blur_in 1s 1.1s forwards;
}
.banner21 .index_banner .slick-slide.slick-current .content .info .cus_txt {
  animation: banner21_blur_in 1s 1.2s forwards;
}
.banner21 .index_banner .slick-slide.slick-current .content .info .paragraph {
  animation: banner21_blur_in 1s 1.3s forwards;
}
.banner21 .index_banner .slick-slide.slick-current .content .info .button_set {
  animation: banner21_blur_in 1s 1.4s forwards;
}
.banner21 .index_banner .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .banner21 .index_banner .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .banner21 .index_banner .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.banner21 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .banner21 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .banner21 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .banner21 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .banner21 .index_banner .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.banner21 .index_banner .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .banner21 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .banner21 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .banner21 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .banner21 .index_banner .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.banner21 .index_banner .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.banner21 .index_banner .slick-arrow:hover svg {
  fill: #000;
}
.banner21 .index_banner .slick-arrow.white svg {
  fill: #fff;
}
.banner21 .index_banner .slick-arrow.white:hover svg {
  fill: #000;
}
@media (max-width: 1024px) {
  .banner21 .index_banner .slick-arrow {
    display: none !important;
  }
}
.banner21 {
  /* ===================
     dots – 保留你的設定
     =================== */
}
.banner21 .dots_box {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner21 .dots_box {
    bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .banner21 .dots_box {
    bottom: 20px;
  }
}
.banner21 .dots_box .slick-dots {
  gap: 5px;
}
@media (min-width: 721px) {
  .banner21 .dots_box .slick-dots {
    position: unset;
    transform: unset;
  }
}
.banner21 .dots_box .slick-dots li {
  transition: all 0.3s linear;
}
.banner21 .dots_box .slick-dots li button {
  border-radius: 50px;
  transition: width 0.3s linear, background 0.3s linear;
}
.banner21 .dots_box .slick-dots li.slick-active {
  width: 50px;
}
.banner21 .dots_box .slick-dots li.slick-active button {
  width: 40px;
}
.banner21 {
  /* ===================
     dots_cus – 你的版本
     =================== */
}
.banner21 .dots_cus {
  position: absolute;
  top: 50%;
  right: 4.4270833333vw;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .banner21 .dots_cus {
    display: none;
  }
}
.banner21 .dots_cus > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  cursor: pointer;
}
.banner21 .dots_cus > div + div {
  margin-top: 18px;
}
.banner21 .dots_cus > div p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.banner21 .dots_cus > div .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner21 .dots_cus > div .circle::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #fff;
  border-radius: 50%;
}
.banner21 .dots_cus > div .circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.banner21 .dots_cus > div .circle svg circle {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-dashoffset: 360;
  stroke-dasharray: 360;
}
.banner21 .dots_cus > div.active .circle svg circle {
  animation: banner21_draw 18s linear;
}
@keyframes banner21_draw {
  0% {
    stroke-dashoffset: 360;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.banner21 {
  /* ===================
     Page Banner
     =================== */
}
.banner21 .page_banner {
  padding-top: 96px;
}
@media (max-width: 1200px) {
  .banner21 .page_banner {
    padding-top: 0px;
  }
}
.banner21 .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner21 .page_banner .slick-slide a picture {
  display: block;
}
.banner21 .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner21 .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner21 .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.banner21 .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.banner21 .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-weight: 700;
  font-size: calc(1.625rem + 1.25vw);
}
@media (min-width: 1201px) {
  .banner21 .page_banner .slick-slide a .page_title p:nth-child(1) {
    letter-spacing: 2px;
  }
}
.banner21 .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-weight: 700;
  margin-top: 5px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .banner21 .page_banner .slick-slide a .page_title p:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .banner21 .page_banner .slick-slide a .page_title p:nth-child(2) {
    font-size: 16px;
  }
}

.line_link_box {
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 334px;
  right: 25px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  z-index: 888;
}
.line_link_box img {
  width: 43px;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 480px) {
  .line_link_box {
    width: 50px;
    height: 50px;
    right: 0px;
    bottom: 300px;
  }
  .line_link_box img {
    width: 33px;
    height: 30px;
  }
}

.scroll_down02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  cursor: pointer;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .scroll_down02 {
    display: none;
  }
}
.scroll_down02 p {
  color: #000;
  font-size: 13px;
  margin-bottom: 5px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .scroll_down02 p {
    font-size: 12px;
  }
}
.scroll_down02 div {
  position: relative;
  width: 1px;
  height: 48px;
  margin: 0 auto;
  background: #a8a8a8;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .scroll_down02 div {
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .scroll_down02 div {
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .scroll_down02 div {
    height: 20px;
  }
}
.scroll_down02 div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 40%;
  background: #5e5e5e;
  animation: scroll_down02 1.5s linear infinite;
  transform: translateY(-100%);
}
@keyframes scroll_down02 {
  0% {
    top: 0;
    transform: translateY(-100%);
  }
  100% {
    top: 100%;
    transform: translateY(0%);
  }
}

.news_jymoto {
  width: 100%;
  height: auto;
  padding-top: 7.03125vw;
  padding-bottom: 5.7291666667vw;
}
@media (max-width: 480px) {
  .news_jymoto {
    height: 480px;
    padding: 0 30px;
    padding-top: 7.03125vw;
    padding-bottom: 5.7291666667vw;
  }
}
.news_jymoto .news_top_bar {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .news_jymoto .news_top_bar {
    flex-direction: column;
    align-items: center;
  }
}
.news_jymoto .news_top_bar .news_title_box {
  margin-left: 10vw;
}
.news_jymoto .news_top_bar .news_title_box .news_title_en {
  font-size: clamp(30px, 2.34375vw, 45px);
  font-weight: 700;
  font-style: italic;
  color: #e4151c;
}
.news_jymoto .news_top_bar .news_title_box .news_title_cht {
  font-size: clamp(20px, 1.9791666667vw, 38px);
  line-height: clamp(20px, 1.9791666667vw, 38px);
  font-weight: 700;
  margin-top: 10px;
  margin-left: 75px;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 480px) {
  .news_jymoto .news_top_bar .news_title_box .news_title_cht {
    margin-left: 45px;
    margin-top: 0px;
  }
}
.news_jymoto .news_top_bar .news_title_box .news_title_cht::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
}
.news_jymoto .news_top_bar .news_type_button_box {
  display: flex;
  align-items: flex-end;
  margin-right: 161px;
}
@media (max-width: 480px) {
  .news_jymoto .news_top_bar .news_type_button_box {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
  }
}
.news_jymoto .news_top_bar .news_type_button_box .item_button {
  width: 192px;
  height: 53px;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .news_jymoto .news_top_bar .news_type_button_box .item_button {
    width: 50%;
    height: 45px;
  }
}
.news_jymoto .news_top_bar .news_type_button_box .item_button:hover, .news_jymoto .news_top_bar .news_type_button_box .item_button.active {
  background: #000;
  color: #fff;
}
.news_jymoto {
  /* 輪播區域 */
}
.news_jymoto .news_bonner_area {
  width: 100%;
  height: 35.4166666667vw;
  margin-top: 3.6458333333vw;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 480px) {
  .news_jymoto .news_bonner_area {
    height: auto;
  }
}
.news_jymoto .news_bonner_area .news_bonner_box_all01 {
  width: 49.4791666667vw;
  height: 31.6145833333vw;
  position: absolute;
  display: none; /* ⭐ 必須，加強 slick 初始化 */
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transform: translateY(-150px);
  transition: all 100s ease-out;
}
@media (max-width: 480px) {
  .news_jymoto .news_bonner_area .news_bonner_box_all01 {
    width: 100%;
    height: auto;
    position: relative;
  }
}
.news_jymoto .news_bonner_area .news_bonner_box_all01.active {
  display: block; /* ⭐ slick 要能量到寬度 */
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: all 100s ease-out;
}
.news_jymoto .news_bonner_area .news_bonner_box_all01 .news_bonner_box {
  width: 49.4791666667vw;
  position: absolute;
}
@media (max-width: 480px) {
  .news_jymoto .news_bonner_area .news_bonner_box_all01 .news_bonner_box {
    width: 100%;
    position: relative;
  }
}
.news_jymoto .news_bonner_area .news_bonner_box_all01 .news_bonner_box .slick-list {
  overflow: visible !important; /* ⭐ 移動時不裁切 */
}
@media (max-width: 480px) {
  .news_jymoto .news_bonner_area .news_bonner_box_all01 .news_bonner_box .slick-list {
    overflow: hidden !important;
  }
}
.news_jymoto .news_bonner_area .news_bonner_box_all01 .news_bonner_box .slick-slide {
  margin: 0 15px; /* ⭐ 間距 30px */
}
@media (max-width: 480px) {
  .news_jymoto .news_bonner_area .news_bonner_box_all01 .news_bonner_box .slick-slide {
    margin: 0px;
  }
}
.news_jymoto .news_bonner_area .news_bonner_box_all01 .news_bonner_box .news_bonner_item {
  outline: none;
}
.news_jymoto .news_bonner_area .news_bonner_box_all01 .news_bonner_box .news_bonner_item:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}
.news_jymoto .news_bonner_area .news_bonner_box_all01 .news_bonner_box .news_bonner_item a {
  color: #000;
}
.news_jymoto .news_bonner_area .news_bonner_box_all01 .news_bonner_box .news_bonner_item a .item_photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.news_jymoto .news_bonner_area .news_bonner_box_all01 .news_bonner_box .news_bonner_item a .item_photo_txt {
  padding: 40px 20px 70px;
  font-size: clamp(20px, 1.8229166667vw, 35px);
  text-align: center;
  font-weight: 600;
  color: #000;
}
@media (max-width: 480px) {
  .news_jymoto .news_bonner_area .news_bonner_box_all01 .news_bonner_box .news_bonner_item a .item_photo_txt {
    padding: 15px 20px 50px;
  }
}
.news_jymoto .news_bonner_area .news_bonner_box_all01 .button_lsbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px;
  pointer-events: none;
  z-index: 6;
}
@media (max-width: 480px) {
  .news_jymoto .news_bonner_area .news_bonner_box_all01 .button_lsbox {
    display: none;
  }
}
.news_jymoto .news_bonner_area .news_bonner_box_all01 .button_lsbox .button06 {
  pointer-events: auto;
}
.news_jymoto .news_bonner_area .news_bonner_box_all01 .button_set {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.news_jymoto .news_bonner_area .news_bonner_box_all01 .button_set .button06.mobel {
  display: none !important;
}
@media (max-width: 480px) {
  .news_jymoto .news_bonner_area .news_bonner_box_all01 .button_set .button06.mobel {
    display: flex !important;
  }
}
@media (max-width: 480px) {
  .news_jymoto .news_bonner_area .news_bonner_box_all01 .button_set {
    position: relative;
    bottom: 0px;
    margin-top: 0px !important;
  }
}
.news_jymoto .news_bonner_area .news_bonner_box_all02 {
  width: 49.4791666667vw;
  height: 31.6145833333vw;
  position: absolute;
  display: none; /* ⭐ 必須，加強 slick 初始化 */
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transform: translateY(-150px);
  transition: all 100s ease-out;
}
@media (max-width: 480px) {
  .news_jymoto .news_bonner_area .news_bonner_box_all02 {
    width: 100%;
    height: auto;
    position: relative;
  }
}
.news_jymoto .news_bonner_area .news_bonner_box_all02.active {
  display: block; /* ⭐ slick 要能量到寬度 */
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: all 100s ease-out;
}
.news_jymoto .news_bonner_area .news_bonner_box_all02 .news_bonner_box {
  width: 49.4791666667vw;
  position: absolute;
}
.news_jymoto .news_bonner_area .news_bonner_box_all02 .news_bonner_box .slick-list {
  overflow: visible !important; /* ⭐ 移動時不裁切 */
}
.news_jymoto .news_bonner_area .news_bonner_box_all02 .news_bonner_box .slick-slide {
  margin: 0 15px; /* ⭐ 間距 30px */
}
.news_jymoto .news_bonner_area .news_bonner_box_all02 .news_bonner_box .news_bonner_item {
  outline: none;
}
.news_jymoto .news_bonner_area .news_bonner_box_all02 .news_bonner_box .news_bonner_item:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}
.news_jymoto .news_bonner_area .news_bonner_box_all02 .news_bonner_box .news_bonner_item a {
  color: #000;
}
.news_jymoto .news_bonner_area .news_bonner_box_all02 .news_bonner_box .news_bonner_item a .item_photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.news_jymoto .news_bonner_area .news_bonner_box_all02 .news_bonner_box .news_bonner_item a .item_photo_txt {
  padding: 40px 20px 70px;
  font-size: clamp(26px, 1.8229166667vw, 35px);
  text-align: center;
  font-weight: 600;
  color: #000;
}
.news_jymoto .news_bonner_area .news_bonner_box_all02 .button_lsbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px;
  pointer-events: none;
  z-index: 6;
}
@media (max-width: 480px) {
  .news_jymoto .news_bonner_area .news_bonner_box_all02 .button_lsbox {
    display: none;
  }
}
.news_jymoto .news_bonner_area .news_bonner_box_all02 .button_lsbox .button06 {
  pointer-events: auto;
}
.news_jymoto .news_bonner_area .news_bonner_box_all02 .button_set {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.news_jymoto .news_bonner_area .news_bonner_box_all02 .button_set .button06.mobel {
  display: none !important;
}
@media (max-width: 480px) {
  .news_jymoto .news_bonner_area .news_bonner_box_all02 .button_set .button06.mobel {
    display: inline-block;
  }
}

.page_title_box {
  margin-left: 10vw;
}
.page_title_box .page_title_en {
  font-size: clamp(30px, 2.34375vw, 45px);
  font-weight: 900;
  font-style: italic;
  color: #e4151c;
  text-transform: uppercase;
}
.page_title_box .page_title_cht {
  font-size: clamp(20px, 1.9791666667vw, 38px);
  line-height: clamp(20px, 1.9791666667vw, 38px);
  font-weight: 800;
  margin-top: 10px;
  margin-left: 75px;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 480px) {
  .page_title_box .page_title_cht {
    margin-top: 0px;
  }
}
.page_title_box .page_title_cht::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
}

.product_jymoto {
  width: 100%;
  height: auto;
  padding-top: 7.2916666667vw;
  padding-bottom: 6.25vw;
}
@media (max-width: 480px) {
  .product_jymoto {
    padding-top: 0px;
    padding-bottom: 84px;
  }
}
.product_jymoto .product_jymoto_content {
  width: 100%;
  max-width: 86.4583333333vw;
  margin: 0 auto;
}
.product_jymoto .product_jymoto_content .product_top_bar {
  display: flex;
  justify-content: center;
}
.product_jymoto .product_jymoto_content .product_top_bar .page_title_box {
  margin-left: 0;
}
.product_jymoto .product_jymoto_content .product_top_bar .page_title_box .page_title_cht {
  margin-left: 124px;
}
@media (max-width: 480px) {
  .product_jymoto .product_jymoto_content .product_top_bar .page_title_box .page_title_cht {
    margin-left: 92px;
  }
}
.product_jymoto .product_jymoto_content .product_potos_box {
  width: 100%;
  padding-top: 5.0520833333vw;
  padding-bottom: 2.96875vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5.3125vw 2.0833333333vw;
}
@media (max-width: 480px) {
  .product_jymoto .product_jymoto_content .product_potos_box {
    padding-top: 54px;
    padding-bottom: 0px;
    gap: 50px;
  }
}
.product_jymoto .product_jymoto_content .product_potos_box .photo_item {
  width: calc(33.3333333333% - 40px);
  height: 19.3229166667vw;
  position: relative;
}
@media (max-width: 480px) {
  .product_jymoto .product_jymoto_content .product_potos_box .photo_item {
    width: 100%;
    height: 65.8333333333vw;
  }
}
.product_jymoto .product_jymoto_content .product_potos_box .photo_item .phpoto_img_box {
  width: 23.9583333333vw;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 5;
}
.product_jymoto .product_jymoto_content .product_potos_box .photo_item .phpoto_img_box img {
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .product_jymoto .product_jymoto_content .product_potos_box .photo_item .phpoto_img_box {
    width: calc(100% - 30px);
  }
}
.product_jymoto .product_jymoto_content .product_potos_box .photo_item .item_txt_box {
  width: 24.84375vw;
  height: 17.03125vw;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background: #6c6c6c;
  padding: 0.8854166667vw 1.6666666667vw;
  opacity: 0;
}
@media (max-width: 480px) {
  .product_jymoto .product_jymoto_content .product_potos_box .photo_item .item_txt_box {
    width: calc(100% - 30px);
    height: 53.6111111111vw;
    padding: 15px 20px;
  }
}
.product_jymoto .product_jymoto_content .product_potos_box .photo_item .item_txt_box .item_tx_number {
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: clamp(16px, 1.25vw, 24px);
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  padding-right: 26px;
  display: flex;
  align-items: center;
}
.product_jymoto .product_jymoto_content .product_potos_box .photo_item .item_txt_box .item_tx_number::after {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  margin-left: 18px;
  transition: all 0.3s ease-in-out;
}
.product_jymoto .product_jymoto_content .product_potos_box .photo_item .item_txt_box .item_txt {
  width: auto;
  height: auto;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: clamp(16px, 1.25vw, 24px);
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fff;
  white-space: nowrap;
}
.product_jymoto .product_jymoto_content .product_potos_box .photo_item .phpoto_img_box,
.product_jymoto .product_jymoto_content .product_potos_box .photo_item .item_txt_box {
  transition: opacity 0.5s ease-in-out;
}
.product_jymoto .product_jymoto_content .product_potos_box .photo_item.in .phpoto_img_box {
  top: 0;
  left: 0;
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.product_jymoto .product_jymoto_content .product_potos_box .photo_item.in .item_txt_box {
  bottom: 0;
  right: 0;
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.product_jymoto .product_jymoto_content .product_potos_box .photo_item.in:hover .item_txt_box {
  background: #e4151c;
  transition: all 1s ease-in-out;
}
.product_jymoto .product_jymoto_content .product_potos_box .photo_item:hover .item_tx_number::after {
  width: 78px;
  transition: all 1s ease-in-out;
}
.product_jymoto .product_jymoto_content .product_potos_box .photo_item:hover .item_txt {
  margin-left: 100px;
  transition: all 1s ease-in-out;
}
@media (max-width: 480px) {
  .product_jymoto .product_jymoto_content .product_potos_box .photo_item:hover .item_txt {
    margin-left: 0px;
  }
}

.product10 {
  background: #f8f8f8;
  overflow: hidden;
}
.product10 .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .product10 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product10 .module_title {
    margin-bottom: 30px;
  }
}
.product10 .module_title p:nth-child(1) {
  color: #303030;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: calc(1.59375rem + 0.546875vw);
}
.product10 .module_title p:nth-child(2) {
  color: #303030;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .product10 .module_title p:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .product10 .module_title p:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .product10 .module_title p:nth-child(2) {
    font-size: 15px;
  }
}
.product10 .module_title.white p:nth-child(1) {
  color: #fff;
}
.product10 .module_title.white p:nth-child(2) {
  color: #fff;
}
.product10 .pro_content {
  max-width: 91.2243825539%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .product10 .pro_content {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .product10 .pro_content {
    padding: 0 25px;
  }
}
.product10 .pro_content .pro_slick {
  margin: 0 -20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .product10 .pro_content .pro_slick {
    margin: 0 -10px;
  }
}
.product10 .pro_content .pro_slick .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .product10 .pro_content .pro_slick .slick-slide {
    padding: 0 10px;
  }
}
.product10 .pro_content .pro_slick .slick-slide a {
  display: block;
}
.product10 .pro_content .pro_slick .slick-slide a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.product10 .pro_content .pro_slick .slick-slide a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product10 .pro_content .pro_slick .slick-slide a .pro_img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.product10 .pro_content .pro_slick .slick-slide a .pro_info {
  margin-top: 20px;
}
.product10 .pro_content .pro_slick .slick-slide a .pro_info p {
  transition: all 0.3s;
}
.product10 .pro_content .pro_slick .slick-slide a .pro_info p:nth-child(1) {
  color: #393939;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 960px) {
  .product10 .pro_content .pro_slick .slick-slide a .pro_info p:nth-child(1) {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .product10 .pro_content .pro_slick .slick-slide a .pro_info p:nth-child(1) {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.product10 .pro_content .pro_slick .slick-slide a .pro_info p:nth-child(2) {
  color: #393939;
  line-height: 1.5;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  .product10 .pro_content .pro_slick .slick-slide a .pro_info p:nth-child(2) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .product10 .pro_content .pro_slick .slick-slide a:hover .pro_img::before {
    opacity: 1;
  }
  .product10 .pro_content .pro_slick .slick-slide a:hover .pro_info p:nth-child(1) {
    color: #000;
  }
}
.product10 .pro_content .pro_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product10 .pro_content .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product10 .pro_content .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product10 .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product10 .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product10 .pro_content .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product10 .pro_content .pro_slick .slick-arrow:hover svg {
  fill: #000;
}
.product10 .pro_content .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product10 .pro_content .pro_slick .slick-arrow.white:hover svg {
  fill: #000;
}
@media (max-width: 1200px) {
  .product10 .pro_content .pro_slick .slick-arrow {
    display: none !important;
  }
}
.product10 .pro_content .pro_slick .slick-arrow.slick-prev.keep_default {
  left: 15.4vw;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-prev.keep_default {
    left: 18.7vw;
  }
}
.product10 .pro_content .pro_slick .slick-arrow.slick-next.keep_default {
  right: 15.4vw;
  transform: translate(50%, -50%);
}
@media (max-width: 1440px) {
  .product10 .pro_content .pro_slick .slick-arrow.slick-next.keep_default {
    right: 18.7vw;
  }
}
.product10 .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.product10.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product10.in .pro_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product10.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.product10_shop_mode {
  background: #f8f8f8;
  overflow: hidden;
  padding-top: 98px;
  padding-bottom: 102px;
}
.product10_shop_mode .product_top_bar {
  display: flex;
  justify-content: center;
}
.product10_shop_mode .product_top_bar .page_title_box {
  margin-left: 0;
}
.product10_shop_mode .product_top_bar .page_title_box .page_title_cht {
  margin-left: 124px;
}
.product10_shop_mode .pro_content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 6.09375vw;
  margin-bottom: 6.875vw;
}
@media (max-width: 1560px) {
  .product10_shop_mode .pro_content {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .product10_shop_mode .pro_content {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .product10_shop_mode .pro_content {
    padding: 0 25px;
  }
}
.product10_shop_mode .pro_content .pro_slick {
  margin: 0 -20px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .product10_shop_mode .pro_content .pro_slick {
    margin: 0 -10px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide {
    padding: 0 10px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info {
    padding: 0 10px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > p {
  color: #393939;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 960px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > p {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div {
  display: flex;
  gap: 0 15px;
  margin-top: 20px;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div > p {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #e4151c;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div > p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div > p.on_sale {
  color: #e4151c;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div > p.on_sale span {
  font-size: 16px;
  font-weight: 500;
  color: #939598;
  margin-left: 20px;
}
@media (max-width: 1366px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div > p.on_sale span {
    margin-left: 15px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  width: max-content;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action a i {
  display: block;
  color: #393939;
  font-size: 21px;
  transition: all 0.1s;
}
@media (max-width: 1024px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action a i {
    font-size: 18px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action a svg {
  display: block;
  width: auto;
  height: 29px;
  fill: #000;
  transition: all 0.1s;
}
@media (max-width: 1024px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action a svg {
    height: 18px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action a:hover i {
  color: #e4151c;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action a:hover svg {
  fill: #e4151c;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action .add_favorite:not(.active) {
  display: none;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action .add_favorite:nth-child(2) svg {
  fill: #e4151c;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item .pro_info > div .pro_action .add_favorite.active svg {
  fill: #e4151c;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item.soldout .pro_img::before {
  display: none;
}
.product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item.soldout .pro_img::after {
  content: "Sold out";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 640px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item.soldout .pro_img::after {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item:hover .pro_img::before {
    opacity: 1;
  }
  .product10_shop_mode .pro_content .pro_slick .slick-slide .pro_item:hover .pro_info > p {
    color: #000;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow {
  background: #fff;
  border-radius: 50%;
  display: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow:hover svg {
  fill: #000;
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow.white:hover svg {
  fill: #000;
}
@media (min-width: 1441px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow {
    width: 80px;
    height: 80px;
    display: none;
  }
}
@media (max-width: 1200px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow {
    display: none !important;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow svg {
  height: 50%;
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow:hover {
  background: #000;
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow:hover svg {
  fill: #fff;
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-prev.keep_default {
  left: 20.2vw;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-prev.keep_default {
    left: 20.5vw;
  }
}
@media (max-width: 1366px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-prev.keep_default {
    left: 25.7vw;
  }
}
.product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-next.keep_default {
  right: 20.2vw;
  transform: translate(50%, -50%);
}
@media (max-width: 1440px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-next.keep_default {
    right: 20.5vw;
  }
}
@media (max-width: 1366px) {
  .product10_shop_mode .pro_content .pro_slick .slick-arrow.slick-next.keep_default {
    right: 25.7vw;
  }
}
.product10_shop_mode .button_set {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.product10_shop_mode.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.product10_shop_mode.in .pro_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.product10_shop_mode.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.client05 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .client05 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .client05 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .client05 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.client05 .client_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.client05 .client_content .left {
  width: 34.375%;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .client05 .client_content .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.client05 .client_content .left .client_top_bar {
  display: flex;
  justify-content: flex-start;
}
.client05 .client_content .left .client_top_bar .page_title_box {
  margin-left: 0;
}
.client05 .client_content .left .client_top_bar .page_title_box .page_title_cht {
  margin-left: 0px;
}
.client05 .client_content .right {
  width: 65.625%;
}
@media (max-width: 1024px) {
  .client05 .client_content .right {
    width: 100%;
  }
}
.client05 .client_content .right .logo_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 540px) {
  .client05 .client_content .right .logo_slick {
    padding-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .client05 .client_content .right .logo_slick {
    margin: 0 -25px;
  }
}
.client05 .client_content .right .logo_slick .slick-slide {
  padding: 0 calc(0.84375rem + 1.0416666667vw);
}
@media (max-width: 1024px) {
  .client05 .client_content .right .logo_slick .slick-slide {
    padding: 0 calc(0.8125rem + 1.26953125vw);
  }
}
@media (max-width: 540px) {
  .client05 .client_content .right .logo_slick .slick-slide {
    padding: 0 3.7037037037vw;
  }
}
.client05 .client_content .right .logo_slick .slick-slide a {
  display: block;
}
.client05 .client_content .right .logo_slick .slick-slide a p {
  position: relative;
  height: 0;
  padding-bottom: 44%;
  overflow: hidden;
}
.client05 .client_content .right .logo_slick .slick-slide a p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client05 .client_content .right .logo_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .client05 .client_content .right .logo_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .client05 .client_content .right .logo_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.client05 .client_content .right .logo_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .client05 .client_content .right .logo_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .client05 .client_content .right .logo_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .client05 .client_content .right .logo_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .client05 .client_content .right .logo_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.client05 .client_content .right .logo_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .client05 .client_content .right .logo_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .client05 .client_content .right .logo_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .client05 .client_content .right .logo_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .client05 .client_content .right .logo_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.client05 .client_content .right .logo_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.client05 .client_content .right .logo_slick .slick-arrow:hover svg {
  fill: #000;
}
.client05 .client_content .right .logo_slick .slick-arrow.white svg {
  fill: #fff;
}
.client05 .client_content .right .logo_slick .slick-arrow.white:hover svg {
  fill: #000;
}
@media (max-width: 540px) {
  .client05 .client_content .right .logo_slick .slick-arrow {
    display: none !important;
  }
}
.client05.in .client_content .left .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.client05.in .client_content .left .module_desc {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.client05.in .client_content .right .logo_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.group_information {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.group_information .group_information_item {
  width: 33.3333333333%;
  height: 464px;
  display: flex;
  position: relative;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: transparent;
  overflow: hidden;
}
@media (max-width: 480px) {
  .group_information .group_information_item {
    width: 100%;
    height: 351px;
  }
}
.group_information .group_information_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(242, 35, 0, 0);
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
.group_information .group_information_item:hover::after {
  background-color: rgba(242, 35, 0, 0.6);
  transition: all 0.3s ease-in-out;
}
.group_information .group_information_item .item_info_box {
  width: 100%;
  max-width: 368px;
  height: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  z-index: 5;
}
.group_information .group_information_item .item_info_box .item_info_icon {
  width: 138px;
  height: 138px;
}
@media (max-width: 480px) {
  .group_information .group_information_item .item_info_box .item_info_icon {
    width: 104px;
    height: 104px;
  }
}
.group_information .group_information_item .item_info_box .item_info_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.group_information .group_information_item .item_info_box .item_info_text {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.group_information .group_information_item .item_info_box .item_info_text p:nth-child(1) {
  font-size: clamp(27px, 1.875vw, 36px);
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
.group_information .group_information_item .item_info_box .item_info_text p:nth-child(2) {
  font-size: clamp(13px, 0.9375vw, 18px);
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  margin-top: 28px;
}
.group_information .group_information_item .item_info_box .item_info_text p:nth-child(3) {
  font-size: clamp(13px, 0.9375vw, 18px);
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}
.group_information .group_information_item .group_information_bg {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.group_information .group_information_item .group_information_bg img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.broadcast {
  width: 100%;
  height: auto;
  padding: 7.65625vw 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.broadcast .broadcast_content {
  width: 100%;
  max-width: 83.3333333333vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.broadcast .broadcast_content .broadcast_slider {
  width: 100%;
  height: auto;
}
.broadcast .broadcast_content .broadcast_slider .slider_item {
  width: 100%;
  height: auto;
  position: relative;
}
.broadcast .broadcast_content .broadcast_slider .slider_item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.broadcast .broadcast_content .broadcast_slider .slider_item .broadcast_tbox {
  width: 100%;
  max-width: 590px;
  height: auto;
  position: absolute;
  left: 9.375vw;
  top: 5.8333333333vw;
}
@media (max-width: 480px) {
  .broadcast .broadcast_content .broadcast_slider .slider_item .broadcast_tbox {
    width: calc(100% - 44px);
    left: 22px;
    top: 38px;
  }
}
.broadcast .broadcast_content .broadcast_slider .slider_item .broadcast_tbox .txt_box {
  width: 100%;
  height: auto;
}
.broadcast .broadcast_content .broadcast_slider .slider_item .broadcast_tbox .txt_box p {
  opacity: 0;
  transform: translateX(80px);
  filter: blur(10px);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.broadcast .broadcast_content .broadcast_slider .slider_item .broadcast_tbox .txt_box p.show {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}
.broadcast .broadcast_content .broadcast_slider .slider_item .broadcast_tbox .txt_box p:nth-child(1) {
  font-size: clamp(36px, 2.6041666667vw, 50px);
  line-height: 1;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
}
.broadcast .broadcast_content .broadcast_slider .slider_item .broadcast_tbox .txt_box p:nth-child(2) {
  font-size: clamp(20px, 1.875vw, 36px);
  line-height: 1;
  letter-spacing: 0.025em;
  color: #000;
  font-weight: 600;
  margin-top: 1.0416666667vw;
}
@media (max-width: 480px) {
  .broadcast .broadcast_content .broadcast_slider .slider_item .broadcast_tbox .txt_box p:nth-child(2) {
    margin-top: 10px;
  }
}
.broadcast .broadcast_content .broadcast_slider .slider_item .broadcast_tbox .txt_box p:nth-child(3) {
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1;
  letter-spacing: 0.075em;
  color: #000;
  font-weight: 600;
  margin-top: 0.8333333333vw;
}
@media (max-width: 480px) {
  .broadcast .broadcast_content .broadcast_slider .slider_item .broadcast_tbox .txt_box p:nth-child(3) {
    margin-top: 10px;
  }
}
.broadcast .broadcast_content .broadcast_slider .slider_item .broadcast_tbox .txt_box p:nth-child(1).show {
  transition-delay: 0s;
}
.broadcast .broadcast_content .broadcast_slider .slider_item .broadcast_tbox .txt_box p:nth-child(2).show {
  transition-delay: 0.15s;
}
.broadcast .broadcast_content .broadcast_slider .slider_item .broadcast_tbox .txt_box p:nth-child(3).show {
  transition-delay: 0.3s;
}
.broadcast .broadcast_content .broadcast_slider .slick-dots {
  bottom: -45px;
}

.footer01 {
  position: relative;
}
.footer01 {
  padding-top: 89px;
  padding-bottom: 58px;
  color: #fff;
  background-color: #000000;
}
.footer01 a {
  color: #fff;
}
@media (max-width: 1200px) {
  .footer01 {
    padding-top: 40px;
    padding-bottom: 52px;
  }
}
.footer01 .wider_container {
  display: flex;
  flex-wrap: wrap;
}
.footer01 .logo {
  width: 99px;
  height: 99px;
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .footer01 .logo {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .footer01 .logo {
    width: 100%;
  }
}
.footer01 .logo img {
  width: 99px;
  height: 99px;
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .footer01 .logo img {
    margin: 0 auto;
  }
}
.footer01 .contact-info {
  display: flex;
  justify-content: flex-start;
  gap: 1.5625vw 3.125vw;
  padding-left: 3.125vw;
  padding-top: 25px;
  width: calc(76% - 109px);
  padding-right: 0px;
}
@media (max-width: 1580px) {
  .footer01 .contact-info {
    width: 64%;
    flex-wrap: wrap;
    gap: 30px 0;
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .footer01 .contact-info {
    width: 100%;
    padding-right: 0;
    order: 3;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
    margin-top: 40px;
    padding-left: 0;
  }
}
@media (max-width: 1580px) {
  .footer01 .contact-info .contact-info__item {
    width: 50%;
    padding-left: 3.125vw;
  }
}
@media (max-width: 1440px) {
  .footer01 .contact-info .contact-info__item {
    width: 50%;
    padding-left: 3.125vw;
  }
}
@media (max-width: 1200px) {
  .footer01 .contact-info .contact-info__item {
    width: 100%;
    padding-left: 0;
    text-align: left;
  }
}
.footer01 .contact-info .contact-info__item__title {
  margin-bottom: 6px;
  font-weight: 500;
  color: #e4151c;
}
.footer01 .contact-info .contact-info__item__content {
  color: #fff;
  letter-spacing: 1.8px;
  font-weight: 600;
}
.footer01 .contact-info .contact-info__item__content:hover {
  color: #fff;
  text-decoration: underline;
}
.footer01 .link-box {
  position: relative;
  width: 24%;
  padding-left: 8.125vw;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1580px) {
  .footer01 .link-box {
    width: 18%;
    margin-left: auto;
    padding-left: initial;
  }
}
@media (max-width: 1200px) {
  .footer01 .link-box {
    width: 100%;
    order: 3;
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.footer01 .link-box .link-box__title {
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .footer01 .link-box .link-box__title {
    order: 2;
    margin-top: 60px;
  }
}
.footer01 .link-box .link-box__pic {
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .footer01 .link-box .link-box__pic {
    order: 3;
    max-width: 260px;
  }
}
.footer01 .link-box .link-box__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .footer01 .link-box .link-box__item {
    display: block;
    margin-top: 25px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.footer01 .link-box .link-box__item:nth-child(2n) {
  width: 54%;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .footer01 .link-box .link-box__item:nth-child(2n) {
    width: 75%;
  }
}
.footer01 .link-box .link-box__item:hover:hover {
  color: #fff;
  text-decoration: none;
}
.footer01 .link-box form.subscribe {
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .footer01 .link-box form.subscribe {
    width: 260px;
    max-width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .footer01 .link-box form.subscribe .link-box__item {
    text-align: center;
    margin-bottom: 5px;
  }
}
.footer01 .link-box form.subscribe .subscribe_mail {
  display: flex;
}
.footer01 .link-box form.subscribe .subscribe_mail input {
  width: calc(100% - 70px);
  padding: 2px 5px;
}
.footer01 .link-box form.subscribe .subscribe_mail button {
  width: 70px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
  background: #414042;
  transition: all 0.3s;
}
.footer01 .link-box form.subscribe .subscribe_mail button:hover {
  background: #000;
}
.footer01 .copyright {
  color: #b2b2b2;
  font-size: 13px;
  align-self: flex-end;
  margin-top: 30px;
  width: 76%;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .footer01 .copyright {
    width: 100%;
    padding-right: 0;
    order: 5;
    align-self: unset;
    text-align: left;
  }
}
.footer01 .copyright br {
  display: none;
}
.footer01 .copyright a {
  color: #b2b2b2;
}
.footer01 .copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer01 .social-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding-top: 90px;
  position: relative;
  width: 24%;
  padding-left: 8.125vw;
}
@media (max-width: 1580px) {
  .footer01 .social-link {
    width: 18%;
    margin-left: auto;
    padding-left: initial;
    padding-top: 60px;
  }
}
@media (max-width: 1200px) {
  .footer01 .social-link {
    width: 100%;
    justify-content: flex-start;
    padding-top: 0;
    margin-top: 40px;
    order: 4;
  }
}
.footer01 .social-link a svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
}
.footer01 .social-link a:hover svg {
  fill: #db9b8f;
}
.footer01 .social-link .social-link__title {
  display: flex;
  flex-shrink: 0;
  font-size: 20px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 4px;
}
@media (max-width: 1580px) and (min-width: 1201px) {
  .footer01 .social-link .social-link__title {
    width: auto;
  }
}
.footer01 .social-link .social-link__title::after {
  content: "";
  align-self: flex-end;
  width: 14px;
  height: 1px;
  margin-left: 4px;
  margin-bottom: 6px;
  background-color: rgba(178, 178, 178, 0.5);
}
.footer01 .social-link .social-link__item {
  font-size: 16px;
  color: #ffffff;
}
.footer01 .social-link .social-link__item:hover {
  color: #b2b2b2;
}
.footer01 .social-link .social-link__item .adshop-line {
  position: relative;
  top: 2px;
}

.pro_list02_filter {
  margin-bottom: 40px;
}
.pro_list02_filter .filter_btn {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0 0 0 auto;
}
.pro_list02_filter .filter_btn p {
  width: max-content;
  color: #393939;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  padding: 5px 10px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
}
.pro_list02_filter .filter_btn p:nth-child(1) {
  min-width: 120px;
}
.pro_list02_filter .filter_btn p:nth-child(2) {
  background: #000;
  border: 1px solid #000;
}
.pro_list02_filter .filter_btn p svg {
  display: block;
  width: auto;
  height: 28px;
  fill: #fff;
  transition: all 0.3s;
}
.pro_list02_filter .filter_btn p:hover, .pro_list02_filter .filter_btn p.active {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.pro_list02_filter .filter_window {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 101;
  transition: all 0.3s;
}
.pro_list02_filter .filter_window .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.pro_list02_filter .filter_window .filter_form {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 90px 100px;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: all 0.3s, opacity 1s ease, transform 1s ease;
}
@media (max-width: 1024px) {
  .pro_list02_filter .filter_window .filter_form {
    padding: 70px;
  }
}
@media (max-width: 768px) {
  .pro_list02_filter .filter_window .filter_form {
    padding: 50px 40px;
  }
}
@media (max-width: 400px) {
  .pro_list02_filter .filter_window .filter_form {
    padding: 40px 25px;
  }
}
.pro_list02_filter .filter_window .filter_form .close_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #393939;
  cursor: pointer;
  transition: all 0.3s;
}
.pro_list02_filter .filter_window .filter_form .close_btn::before, .pro_list02_filter .filter_window .filter_form .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
}
.pro_list02_filter .filter_window .filter_form .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pro_list02_filter .filter_window .filter_form .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pro_list02_filter .filter_window .filter_form .close_btn:hover {
  background: #000;
}
.pro_list02_filter .filter_window .filter_form .filter_form_title {
  color: #000;
  font-size: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
  transition: all 0.3s;
}
.pro_list02_filter .filter_window .filter_form form {
  width: 760px;
  max-width: 100%;
  letter-spacing: 1px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .pro_list02_filter .filter_window .filter_form form {
    width: 560px;
  }
}
.pro_list02_filter .filter_window .filter_form form .form_item {
  padding-block: 30px;
}
@media (min-width: 769px) {
  .pro_list02_filter .filter_window .filter_form form .form_item:not(:last-child) {
    display: flex;
    align-items: flex-start;
  }
}
.pro_list02_filter .filter_window .filter_form form .form_item:last-child {
  padding-bottom: 0;
}
.pro_list02_filter .filter_window .filter_form form .form_item .label {
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .pro_list02_filter .filter_window .filter_form form .form_item .label {
    width: 100px;
  }
}
.pro_list02_filter .filter_window .filter_form form .form_item .label label {
  color: #000;
  font-size: 16px;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .pro_list02_filter .filter_window .filter_form form .form_item .check {
    width: calc(100% - 100px);
  }
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  height: 28.8px;
  color: #000;
  font-size: 14px;
  margin: 0 25px 0 0;
  cursor: pointer;
  transition: all 0.2s;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label input {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  opacity: 0;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.2s;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: #ececec;
  z-index: 1;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label::after {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 2px;
  color: transparent;
  font-size: 12px;
  font-family: "FontAwesome";
  z-index: 1;
  transform: translateY(-50%);
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label:hover {
  color: #000;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label:hover::before {
  background: #000;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label.checked {
  color: #000;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label.checked::before {
  background: #000;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label.checked::after {
  color: #fff;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label.btn_style {
  height: 37px;
  padding: 8px 20px 6px;
  margin: 5px 5px 0 0;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label.btn_style input {
  position: absolute;
  margin: 0;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label.btn_style p {
  border: 1px solid #ececec;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label.btn_style::before, .pro_list02_filter .filter_window .filter_form form .form_item .check label.btn_style::after {
  opacity: 0;
}
.pro_list02_filter .filter_window .filter_form form .form_item .check label.btn_style:hover p, .pro_list02_filter .filter_window .filter_form form .form_item .check label.btn_style.checked p {
  border: 1px solid #000;
}
.pro_list02_filter .filter_window .filter_form form .form_item input[type=submit] {
  display: none;
}
.pro_list02_filter .filter_window.show {
  opacity: 1;
  pointer-events: auto;
}
.pro_list02_filter .filter_window.show .filter_form {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.pro_list02 {
  padding-bottom: 60px;
}
.pro_list02 .pro_shelves[data-box="2"] .row {
  margin: 0 -25px;
}
.pro_list02 .pro_shelves[data-box="2"] .row > * {
  padding: 0 25px;
}
@media (max-width: 1024px) {
  .pro_list02 .pro_shelves[data-box="2"] .row {
    margin: 0 -15px;
  }
  .pro_list02 .pro_shelves[data-box="2"] .row > * {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .pro_list02 .pro_shelves[data-box="2"] .row {
    margin: 0 -10px;
  }
  .pro_list02 .pro_shelves[data-box="2"] .row > * {
    padding: 0 10px;
  }
}
.pro_list02 .pro_shelves[data-box="2"] .pro_item {
  width: 50%;
}
@media (max-width: 480px) {
  .pro_list02 .pro_shelves[data-box="2"] .pro_item {
    width: 100%;
  }
}
.pro_list02 .pro_shelves[data-box="3"] .pro_item {
  width: 33.3333333333%;
}
@media (max-width: 960px) {
  .pro_list02 .pro_shelves[data-box="3"] .pro_item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .pro_list02 .pro_shelves[data-box="3"] .pro_item {
    width: 100%;
  }
}
.pro_list02 .pro_shelves[data-box="4"] .pro_item {
  width: 25%;
}
@media (max-width: 1200px) {
  .pro_list02 .pro_shelves[data-box="4"] .pro_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .pro_list02 .pro_shelves[data-box="4"] .pro_item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .pro_list02 .pro_shelves[data-box="4"] .pro_item {
    width: 100%;
  }
}
.pro_list02 .pro_shelves .pro_item {
  margin-bottom: 3.8vw;
  transition: all 0.3s;
}
@media (max-width: 790px) {
  .pro_list02 .pro_shelves .pro_item {
    margin-bottom: 30px;
  }
}
.pro_list02 .pro_shelves .pro_item .pro_info a {
  display: block;
}
.pro_list02 .pro_shelves .pro_item .pro_info a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_list02 .pro_shelves .pro_item .pro_info a .pro_img {
    margin-bottom: 15px;
  }
}
.pro_list02 .pro_shelves .pro_item .pro_info a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.5s;
}
.pro_list02 .pro_shelves .pro_item .pro_info a .pro_title {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #393939;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list02 .pro_shelves .pro_item .pro_info a .pro_title {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .pro_list02 .pro_shelves .pro_item .pro_info a .pro_title {
    margin-bottom: 0;
  }
}
@media (max-width: 840px) {
  .pro_list02 .pro_shelves .pro_item .pro_info a .pro_title {
    font-size: 18px;
  }
}
@media (max-width: 720px) {
  .pro_list02 .pro_shelves .pro_item .pro_info a .pro_title {
    font-size: 16px;
  }
}
.pro_list02 .pro_shelves .pro_item .pro_info a .pro_cate {
  color: #393939;
  font-size: 15px;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .pro_list02 .pro_shelves .pro_item .pro_info a .pro_cate {
    font-size: 14px;
  }
}
@media (max-width: 720px) {
  .pro_list02 .pro_shelves .pro_item .pro_info a .pro_cate {
    font-size: 13px;
  }
}
.pro_list02 .pro_shelves .pro_item .pro_info:hover a .pro_img img {
  transform: scale(1.05);
}
.pro_list02 .pro_shelves .pro_item .pro_info:hover a .pro_title {
  color: #000;
}
.pro_list02 .pro_shelves .pro_item .pro_info:hover a .pro_cate {
  color: #e4151c;
}
.pro_list02 .pro_shelves .pro_item.video_type .pro_info, .pro_list02 .pro_shelves .pro_item.album_type .pro_info {
  position: relative;
}
.pro_list02 .pro_shelves .pro_item.video_type .pro_info::before, .pro_list02 .pro_shelves .pro_item.album_type .pro_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.pro_list02 .pro_shelves .pro_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.pro_list02 [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_list02 [class^=pagination] {
    margin-top: 40px;
  }
}

.pro_detail02 {
  padding-bottom: 60px;
}
.pro_detail02 .container {
  max-width: 1207px;
}
.pro_detail02 .pro_name_big {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 27px;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail02 .pro_name_big {
    margin-bottom: 20px;
  }
}
.pro_detail02 .pro_name_big p {
  color: #393939;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
  padding-right: 30px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail02 .pro_name_big p {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .pro_detail02 .pro_name_big p {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  .pro_detail02 .pro_name_big p {
    font-size: 24px;
  }
}
@media (max-width: 720px) {
  .pro_detail02 .pro_name_big p {
    font-size: 22px;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .pro_name_big p {
    font-size: 20px;
  }
}
.pro_detail02 .pro_name_big a {
  display: block;
  min-width: max-content;
  color: #393939;
  font-size: 13px;
  padding: 10px 0;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail02 .pro_name_big a {
    padding: 6px 0;
  }
}
@media (max-width: 720px) {
  .pro_detail02 .pro_name_big a {
    display: none;
  }
}
.pro_detail02 .pro_name_big a i {
  color: #393939;
  font-size: 17px;
  margin-right: 5px;
  transition: all 0.3s;
}
.pro_detail02 .pro_name_big a:hover {
  color: #000;
}
.pro_detail02 .pro_name_big a:hover i {
  color: #000;
}
.pro_detail02 .pro_slick {
  max-width: 750px;
  margin: 0 auto;
}
.pro_detail02 .pro_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 678px;
  overflow: hidden;
}
.pro_detail02 .pro_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail02 .pro_thumbnail {
  max-width: 750px;
  margin: 30px auto 0;
  padding: 0 50px;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail02 .pro_thumbnail {
    margin: 20px auto 0;
    padding: 0 45px;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .pro_thumbnail {
    padding: 0 25px;
  }
}
.pro_detail02 .pro_thumbnail .slick-slide {
  padding: 0 7px;
}
.pro_detail02 .pro_thumbnail .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 678px;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: all 0.3s;
}
.pro_detail02 .pro_thumbnail .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_detail02 .pro_thumbnail .slick-slide:hover a {
  border: 1px solid #000;
}
.pro_detail02 .pro_thumbnail .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .pro_detail02 .pro_thumbnail .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail02 .pro_thumbnail .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail02 .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail02 .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail02 .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail02 .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail02 .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail02 .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail02 .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail02 .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail02 .pro_thumbnail .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail02 .pro_thumbnail .slick-arrow:hover svg {
  fill: #000;
}
.pro_detail02 .pro_thumbnail .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail02 .pro_thumbnail .slick-arrow.white:hover svg {
  fill: #000;
}
@media (max-width: 480px) {
  .pro_detail02 .pro_thumbnail .slick-arrow {
    width: 20px;
    height: 20px;
  }
}
.pro_detail02 .pro_name_small {
  padding-bottom: 13px;
  margin: 50px 0 16px;
}
@media (max-width: 960px) {
  .pro_detail02 .pro_name_small {
    margin: 40px 0 16px;
  }
}
.pro_detail02 .pro_name_small.get_line {
  background-image: linear-gradient(to right, rgba(147, 149, 152, 0.2), rgba(147, 149, 152, 0.2)), linear-gradient(to right, rgba(147, 149, 152, 0.2), rgba(147, 149, 152, 0.2));
  background-position: 0 bottom, 20px bottom;
  background-size: 20px 1px, calc(100% - 20px) 1px;
  background-repeat: no-repeat;
}
.pro_detail02 .pro_name_small p {
  color: #393939;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail02 .pro_name_small p {
    font-size: 22px;
  }
}
@media (max-width: 720px) {
  .pro_detail02 .pro_name_small p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .pro_name_small p {
    font-size: 18px;
  }
}
.pro_detail02 .pro_intro_content,
.pro_detail02 .pro_detail_content {
  margin-bottom: 40px;
}
.pro_detail02 .pro_tags_btn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .pro_detail02 .pro_tags_btn {
    flex-direction: column;
  }
}
.pro_detail02 .pro_tags_btn .pro_tags {
  display: flex;
  align-items: flex-start;
  margin-right: 30px;
}
@media (max-width: 720px) {
  .pro_detail02 .pro_tags_btn .pro_tags {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.pro_detail02 .pro_tags_btn .pro_tags img {
  min-width: 28px;
  padding: 4px 0;
  margin-right: 28px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .pro_detail02 .pro_tags_btn .pro_tags img {
    padding: 2px 0;
    margin-right: 20px;
  }
}
.pro_detail02 .pro_tags_btn .pro_tags p {
  display: flex;
  flex-wrap: wrap;
}
.pro_detail02 .pro_tags_btn .pro_tags p a {
  display: block;
  color: #393939;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 15px;
  margin-bottom: 5px;
  border-left: 1px solid #393939;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .pro_detail02 .pro_tags_btn .pro_tags p a {
    font-size: 16px;
    padding: 0 12px;
  }
}
@media (max-width: 720px) {
  .pro_detail02 .pro_tags_btn .pro_tags p a {
    font-size: 14px;
    padding: 0 10px;
  }
}
.pro_detail02 .pro_tags_btn .pro_tags p a:last-child {
  border-right: 1px solid #393939;
}
.pro_detail02 .pro_tags_btn .pro_tags p a:hover {
  color: #000;
}
.pro_detail02 .pro_tags_btn [class^=button] {
  flex-shrink: 0;
}
.pro_detail02 .pro_share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(147, 149, 152, 0.2);
}
.pro_detail02 .pro_share > p {
  color: #393939;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.pro_detail02 .pro_share div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pro_detail02 .pro_share div a {
  display: block;
  color: #BCBEC0;
  font-size: 22px;
  transition: all 0.3s;
}
.pro_detail02 .pro_share div a i {
  display: block;
}
.pro_detail02 .pro_share div a svg {
  display: block;
  width: auto;
  height: 22px;
  fill: #BCBEC0;
  transition: all 0.3s;
}
.pro_detail02 .pro_share div a:hover {
  color: #000;
}
.pro_detail02 .pro_share div a:hover svg {
  fill: #000;
}
.pro_detail02 .related {
  margin: 60px 0 0;
}
.pro_detail02 .related .module_title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .pro_detail02 .related .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .related .module_title {
    margin-bottom: 30px;
  }
}
.pro_detail02 .related .module_title p:nth-child(1) {
  color: #303030;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: calc(1.59375rem + 0.546875vw);
}
.pro_detail02 .related .module_title p:nth-child(2) {
  color: #303030;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .pro_detail02 .related .module_title p:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .related .module_title p:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .pro_detail02 .related .module_title p:nth-child(2) {
    font-size: 15px;
  }
}
.pro_detail02 .related .module_title.white p:nth-child(1) {
  color: #fff;
}
.pro_detail02 .related .module_title.white p:nth-child(2) {
  color: #fff;
}
.pro_detail02 .related .related_slick {
  margin: 0 -15px;
}
@media (max-width: 1024px) {
  .pro_detail02 .related .related_slick {
    padding-bottom: 30px;
  }
}
.pro_detail02 .related .related_slick .slick-slide {
  padding: 0 15px;
}
.pro_detail02 .related .related_slick .slick-slide .pro_info {
  position: relative;
  height: 100%;
}
.pro_detail02 .related .related_slick .slick-slide .pro_info a {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
}
.pro_detail02 .related .related_slick .slick-slide .pro_info a .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  margin: 0 0 30px;
  overflow: hidden;
}
.pro_detail02 .related .related_slick .slick-slide .pro_info a .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.pro_detail02 .related .related_slick .slick-slide .pro_info a .pro_label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #000;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .pro_detail02 .related .related_slick .slick-slide .pro_info a .pro_label {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 600px) {
  .pro_detail02 .related .related_slick .slick-slide .pro_info a .pro_label {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
.pro_detail02 .related .related_slick .slick-slide .pro_info a .pro_cate {
  display: none;
  color: #939598;
  font-size: 14px;
  text-align: center;
  margin-bottom: 3px;
}
.pro_detail02 .related .related_slick .slick-slide .pro_info a .pro_title {
  color: #393939;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.5px;
  text-align: center;
  margin-bottom: 3px;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pro_detail02 .related .related_slick .slick-slide .pro_info a .pro_model {
  color: #939598;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pro_detail02 .related .related_slick .slick-slide .pro_info:hover a .pro_title {
  color: #000;
}
.pro_detail02 .related .related_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .pro_detail02 .related .related_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .pro_detail02 .related .related_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.pro_detail02 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .pro_detail02 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail02 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail02 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .related .related_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.pro_detail02 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .pro_detail02 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .pro_detail02 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .pro_detail02 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .pro_detail02 .related .related_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.pro_detail02 .related .related_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.pro_detail02 .related .related_slick .slick-arrow:hover svg {
  fill: #000;
}
.pro_detail02 .related .related_slick .slick-arrow.white svg {
  fill: #fff;
}
.pro_detail02 .related .related_slick .slick-arrow.white:hover svg {
  fill: #000;
}
@media (max-width: 1024px) {
  .pro_detail02 .related .related_slick .slick-arrow {
    display: none !important;
  }
}

.product_list02 .container {
  max-width: 1700px;
}
.product_list02 .product-list01 {
  padding-top: 0;
}
.product_list02 .product-list01 .container {
  padding: 0;
}
.product_list02 .product-list01 .card-list__item__text-box {
  gap: 8px;
}
.product_list02 .product-list01 .card-list__item__text-box .text-box__size {
  margin: 0;
}
@media (max-width: 640px) {
  .product_list02 .product-list01 .card-list__item__text-box .text-box__text-btns {
    margin-top: 0;
  }
}
.product_list02 .pro_left {
  width: 280px;
  margin-right: 50px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .product_list02 .pro_left {
    width: 100%;
    margin-right: unset;
    margin-bottom: 40px;
  }
}
.product_list02 .pro_left > div {
  position: sticky;
  top: 110px;
}
.product_list02 .pro_left > div > p {
  color: #393939;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
}
.product_list02 .pro_left > div > p span {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .product_list02 .pro_left .catalog_type {
    display: none;
  }
}
.product_list02 .pro_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.product_list02 .pro_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #393939;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 10px 0;
  transition: all 0.3s;
}
.product_list02 .pro_left .catalog_type .catalog_menu > li > a:hover, .product_list02 .pro_left .catalog_type .catalog_menu > li > a.active {
  color: #000;
}
.product_list02 .pro_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.product_list02 .pro_left .catalog_type .catalog_menu > li.moremenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.product_list02 .pro_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.product_list02 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before, .product_list02 .pro_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.product_list02 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.product_list02 .pro_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.product_list02 .pro_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.product_list02 .pro_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #393939;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 10px 0 10px 10px;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.product_list02 .pro_left .catalog_type .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.product_list02 .pro_left .catalog_type .catalog_menu > li ul li a:hover, .product_list02 .pro_left .catalog_type .catalog_menu > li ul li a.active {
  color: #000;
}
.product_list02 .pro_left .catalog_type .catalog_menu > li ul li:first-child a {
  border-top: 1px solid #e7e7e7;
}
.product_list02 .pro_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 10px 0 10px 25px;
}
@media (min-width: 1025px) {
  .product_list02 .pro_left .catalog_type_mb {
    display: none;
  }
}
.product_list02 .pro_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000;
}
.product_list02 .pro_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.product_list02 .pro_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.product_list02 .pro_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.product_list02 .pro_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #393939;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.product_list02 .pro_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.product_list02 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.product_list02 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .product_list02 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.product_list02 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.product_list02 .pro_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.product_list02 .pro_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.product_list02 .pro_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #393939;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.product_list02 .pro_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.product_list02 .pro_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.product_list02 .pro_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.product_list02 .pro_right {
  width: calc(100% - 330px);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .product_list02 .pro_right {
    width: 100%;
  }
}

/* 下面是宜瑾的原始內容 */
.product_list02 .card-list {
  margin: 0 -10px;
}
@media (max-width: 640px) {
  .product_list02 .card-list {
    margin: 0 -5px;
  }
}
.product_list02 .card-list:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.product_list02 .card-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.product_list02 .card-list__item {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1440px) {
  .product_list02 .card-list__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 1200px) {
  .product_list02 .card-list__item {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .product_list02 .card-list__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .product_list02 .card-list__item {
    width: 50%;
    padding: 0 5px;
  }
}
.product_list02 .card-list__item__img-box {
  position: relative;
  display: block;
}
.product_list02 .card-list__item__img-box.box--soldout {
  position: relative;
}
.product_list02 .card-list__item__img-box.box--soldout::after {
  content: "Sold out";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  font-size: 20px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: rgba(4, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .product_list02 .card-list__item__img-box.box--soldout::after {
    font-size: 16px;
  }
}
.product_list02 .card-list__item__img-box[data-top]::before {
  content: "top " attr(data-top);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  line-height: 20px;
  padding: 0 8px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #939598;
}
@media (max-width: 640px) {
  .product_list02 .card-list__item__img-box[data-top]::before {
    top: 10px;
    right: 10px;
    font-size: 12px;
    line-height: 18px;
  }
}
.product_list02 .card-list__item__img-box a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.product_list02 .card-list__item__img-box a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_list02 .card-list__item__img-box a.multi img {
  transition: all 0.8s;
}
.product_list02 .card-list__item__img-box a.multi img:nth-child(1) {
  opacity: 1;
}
.product_list02 .card-list__item__img-box a.multi img:nth-child(2) {
  opacity: 0;
}
.product_list02 .card-list__item__img-box a.multi:hover img:nth-child(1) {
  opacity: 0;
}
.product_list02 .card-list__item__img-box a.multi:hover img:nth-child(2) {
  opacity: 1;
}
.product_list02 .card-list__item__text-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.product_list02 .card-list__item .text-box__title {
  width: 50%;
  flex-grow: 1;
  color: #414042;
}
@media (max-width: 540px) {
  .product_list02 .card-list__item .text-box__title {
    width: 100%;
    order: 2;
  }
}
.product_list02 .card-list__item .text-box__tag {
  max-width: 50%;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 2px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .product_list02 .card-list__item .text-box__tag {
    line-height: 18px;
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  .product_list02 .card-list__item .text-box__tag {
    order: 1;
  }
}
.product_list02 .card-list__item .text-box__size {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  width: 100%;
  margin: 14px 0 0;
}
@media (max-width: 1200px) {
  .product_list02 .card-list__item .text-box__size {
    margin: 10px 0 0;
  }
}
@media (max-width: 540px) {
  .product_list02 .card-list__item .text-box__size {
    order: 3;
  }
}
.product_list02 .card-list__item .text-box__size.text-btns .text-btn:not(.active) {
  color: #b2b2b2;
  cursor: auto;
}
.product_list02 .card-list__item .text-box__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 20px;
  flex-grow: 1;
  width: calc(100% - 80px);
}
@media (max-width: 540px) {
  .product_list02 .card-list__item .text-box__price {
    order: 4;
  }
}
.product_list02 .card-list__item .text-box__text-btns {
  display: flex;
  gap: 4px 12px;
  flex-shrink: 0;
  max-width: 70px;
  margin-left: auto;
}
@media (max-width: 540px) {
  .product_list02 .card-list__item .text-box__text-btns {
    order: 4;
  }
}
.product_list02 .card-list__item .text-box__text-btns .text-btn {
  font-size: 20px;
}
@media (max-width: 640px) {
  .product_list02 .card-list__item .text-box__text-btns .text-btn {
    font-size: 16px;
  }
}
.product_list02 .card-list__item .text-box__text-btns .text-btn:hover .adshop-heart-h {
  color: #e64d4d;
}
.product_list02 .card-list__item .text-box__text-btns .text-btn .adshop-heart-f {
  color: #e64d4d;
}
.product_list02 .card-list__item .text-box__text-btns .addto-favorite:not(.active),
.product_list02 .card-list__item .text-box__text-btns .remove-favorite:not(.active) {
  display: none;
}
.product_list02 .best-item {
  margin-bottom: 40px;
}
.product_list02 .best-item__title {
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid rgba(65, 64, 66, 0.25);
  border-bottom: 1px solid rgba(65, 64, 66, 0.25);
}
.product_list02 .best-item__list {
  margin-top: 55px;
}
@media (max-width: 640px) {
  .product_list02 .best-item__list {
    margin-top: 30px;
  }
}
.product_list02 .filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  .product_list02 .filter {
    margin-bottom: 20px;
  }
}
.product_list02 .filter-more__btn {
  font-weight: 500;
  color: #414042;
  margin-right: 45px;
}
@media (max-width: 640px) {
  .product_list02 .filter-more__btn {
    margin-right: 20px;
  }
}
.product_list02 .filter-order {
  position: relative;
  z-index: 10;
}
.product_list02 .filter-order:hover .filter-order__drowdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.product_list02 .filter-order__toggler {
  display: flex;
  align-items: center;
  min-width: 170px;
  border-bottom: 1px solid #414042;
  font-weight: 500;
  color: #414042;
}
@media (max-width: 1200px) {
  .product_list02 .filter-order__toggler {
    justify-content: center;
    border: 1px solid #414042;
    padding: 8px 24px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .product_list02 .filter-order__toggler {
    min-width: auto;
    padding: 0 20px;
    line-height: 20px;
  }
}
.product_list02 .filter-order__toggler__text {
  padding: 8px 24px;
}
@media (max-width: 1200px) {
  .product_list02 .filter-order__toggler__text {
    padding: 0;
  }
}
.product_list02 .filter-order__toggler__icon {
  margin-left: auto;
}
@media (max-width: 1200px) {
  .product_list02 .filter-order__toggler__icon {
    display: none;
  }
}
.product_list02 .filter-order__drowdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.product_list02 .filter-order__drowdown-item {
  padding: 8px 22px;
  color: #939598;
  transition: all 0.4s ease;
}
.product_list02 .filter-order__drowdown-item:not(:last-child) {
  border-bottom: 1px solid rgba(147, 149, 152, 0.25);
}
.product_list02 .filter-order__drowdown-item:hover {
  color: #414042;
  border-bottom-color: #b2b2b2;
  background-color: #b2b2b2;
}

@media (max-width: 480px) {
  .product_detail02 {
    margin-top: -60px;
  }
}
.product_detail02 .container {
  max-width: 1700px;
}
.product_detail02 .pro_left {
  width: 280px;
  margin-right: 50px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .product_detail02 .pro_left {
    display: none;
    width: 100%;
    margin-right: unset;
    margin-bottom: 40px;
  }
}
.product_detail02 .pro_left > div {
  position: sticky;
  top: 110px;
}
.product_detail02 .pro_left > div > p {
  color: #393939;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
}
.product_detail02 .pro_left > div > p span {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .product_detail02 .pro_left .catalog_type {
    display: none;
  }
}
.product_detail02 .pro_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.product_detail02 .pro_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #393939;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 10px 0;
  transition: all 0.3s;
}
.product_detail02 .pro_left .catalog_type .catalog_menu > li > a:hover, .product_detail02 .pro_left .catalog_type .catalog_menu > li > a.active {
  color: #000;
}
.product_detail02 .pro_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.product_detail02 .pro_left .catalog_type .catalog_menu > li.moremenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.product_detail02 .pro_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.product_detail02 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before, .product_detail02 .pro_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.product_detail02 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.product_detail02 .pro_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.product_detail02 .pro_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.product_detail02 .pro_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #393939;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 10px 0 10px 10px;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.product_detail02 .pro_left .catalog_type .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.product_detail02 .pro_left .catalog_type .catalog_menu > li ul li a:hover, .product_detail02 .pro_left .catalog_type .catalog_menu > li ul li a.active {
  color: #000;
}
.product_detail02 .pro_left .catalog_type .catalog_menu > li ul li:first-child a {
  border-top: 1px solid #e7e7e7;
}
.product_detail02 .pro_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 10px 0 10px 25px;
}
@media (min-width: 1025px) {
  .product_detail02 .pro_left .catalog_type_mb {
    display: none;
  }
}
.product_detail02 .pro_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000;
}
.product_detail02 .pro_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.product_detail02 .pro_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.product_detail02 .pro_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.product_detail02 .pro_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #393939;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.product_detail02 .pro_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.product_detail02 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.product_detail02 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .product_detail02 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.product_detail02 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.product_detail02 .pro_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.product_detail02 .pro_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.product_detail02 .pro_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #393939;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.product_detail02 .pro_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.product_detail02 .pro_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.product_detail02 .pro_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.product_detail02 .pro_right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(100% - 330px);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .product_detail02 .pro_right {
    width: 100%;
  }
}
.product_detail02 .pro_right .content_left {
  display: flex;
  flex-wrap: wrap;
  width: 62.4%;
}
@media (max-width: 840px) {
  .product_detail02 .pro_right .content_left {
    width: 100%;
  }
}
.product_detail02 .pro_right .content_left .pro_slick {
  width: 89.7435897436%;
}
@media (max-width: 840px) {
  .product_detail02 .pro_right .content_left .pro_slick {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product_detail02 .pro_right .content_left .pro_slick .slick-list {
    margin: 0 -25px;
  }
}
.product_detail02 .pro_right .content_left .pro_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 678px;
  overflow: hidden;
}
.product_detail02 .pro_right .content_left .pro_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_detail02 .pro_right .content_left .pro_slick .slick-arrow {
  width: 20px !important;
  height: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product_detail02 .pro_right .content_left .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product_detail02 .pro_right .content_left .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product_detail02 .pro_right .content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -50px;
}
@media (max-width: 1200px) {
  .product_detail02 .pro_right .content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -48px;
  }
}
@media (max-width: 840px) {
  .product_detail02 .pro_right .content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -45px;
  }
}
@media (max-width: 768px) {
  .product_detail02 .pro_right .content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -30px;
  }
}
@media (max-width: 480px) {
  .product_detail02 .pro_right .content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -28px;
  }
}
.product_detail02 .pro_right .content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -50px;
}
@media (max-width: 1200px) {
  .product_detail02 .pro_right .content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -48px;
  }
}
@media (max-width: 840px) {
  .product_detail02 .pro_right .content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -45px;
  }
}
@media (max-width: 768px) {
  .product_detail02 .pro_right .content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -30px;
  }
}
@media (max-width: 480px) {
  .product_detail02 .pro_right .content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -28px;
  }
}
.product_detail02 .pro_right .content_left .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product_detail02 .pro_right .content_left .pro_slick .slick-arrow:hover svg {
  fill: #000;
}
.product_detail02 .pro_right .content_left .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.product_detail02 .pro_right .content_left .pro_slick .slick-arrow.white:hover svg {
  fill: #000;
}
@media (max-width: 840px) {
  .product_detail02 .pro_right .content_left .pro_slick .slick-arrow {
    display: none !important;
  }
}
.product_detail02 .pro_right .content_left .pro_slick .slick-dots {
  flex-direction: column;
  bottom: 10px;
  left: unset;
  right: 10px;
  transform: unset;
}
.product_detail02 .pro_right .content_left .pro_slick .slick-dots li button {
  width: 4px;
  height: 4px;
  background: #fff;
}
.product_detail02 .pro_right .content_left .pro_slick .slick-dots li.slick-active button {
  background: #000;
}
.product_detail02 .pro_right .content_left .pro_thumbnail {
  width: 7.0512820513%;
  margin: -3px 0 -3px 3.2051282051%;
}
@media (max-width: 840px) {
  .product_detail02 .pro_right .content_left .pro_thumbnail {
    display: none;
    width: 100%;
    margin: 15px 0 0;
  }
}
.product_detail02 .pro_right .content_left .pro_thumbnail .slick-slide {
  padding: 3px 0;
}
@media (max-width: 840px) {
  .product_detail02 .pro_right .content_left .pro_thumbnail .slick-slide {
    padding: 0 5px;
  }
}
.product_detail02 .pro_right .content_left .pro_thumbnail .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  border: 1px solid transparent;
  overflow: hidden;
}
.product_detail02 .pro_right .content_left .pro_thumbnail .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .product_detail02 .pro_right .content_left .pro_thumbnail .slick-slide a:hover {
    border: 1px solid #999;
  }
}
.product_detail02 .pro_right .content_left .pro_thumbnail .slick-slide.slick-current a {
  border: 1px solid #999;
}
.product_detail02 .pro_right .content_left .pro_nav {
  margin-top: 40px;
}
.product_detail02 .pro_right .content_left .pro_nav,
.product_detail02 .pro_right .content_left .pro_name,
.product_detail02 .pro_right .content_left .pro_price {
  width: 100%;
}
@media (min-width: 841px) {
  .product_detail02 .pro_right .content_left .pro_nav,
  .product_detail02 .pro_right .content_left .pro_name,
  .product_detail02 .pro_right .content_left .pro_price {
    display: none;
  }
}
.product_detail02 .pro_right .content_left .pro_content {
  width: 100%;
  margin-top: 5.2083333333vw;
}
@media (max-width: 840px) {
  .product_detail02 .pro_right .content_left .pro_content {
    margin-top: 40px;
  }
}
.product_detail02 .pro_right .content_left .pro_content .pro_tab {
  display: flex;
  background-image: linear-gradient(to right, #dcdcdc, #dcdcdc);
  background-size: 100% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.product_detail02 .pro_right .content_left .pro_content .pro_tab div {
  color: #7b7b7b;
  padding: 5px 15px;
  cursor: pointer;
}
.product_detail02 .pro_right .content_left .pro_content .pro_tab div.active {
  color: #393939;
  background-image: linear-gradient(to right, #dcdcdc, #dcdcdc), linear-gradient(to bottom, #dcdcdc, #dcdcdc), linear-gradient(to right, #fff, #fff), linear-gradient(to bottom, #dcdcdc, #dcdcdc);
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: left top, right top, left bottom, left top;
  background-repeat: no-repeat;
}
.product_detail02 .pro_right .content_left .pro_content .pro_tab_content_all .pro_tab_content:not(.active) {
  display: none;
}
.product_detail02 .pro_right .content_right {
  width: 33.6%;
  margin-left: 4%;
}
@media (max-width: 840px) {
  .product_detail02 .pro_right .content_right {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}
.product_detail02 .pro_right .content_right > div {
  position: sticky;
  top: 160px;
}
@media (min-width: 841px) {
  .product_detail02 .pro_right .content_right > div {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
  }
}
@media (min-width: 1025px) {
  .product_detail02 .pro_right .content_right > div {
    padding-right: 20px;
  }
  .product_detail02 .pro_right .content_right > div::-webkit-scrollbar {
    width: 5px;
  }
  .product_detail02 .pro_right .content_right > div::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
  }
  .product_detail02 .pro_right .content_right > div::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 20px;
  }
  .product_detail02 .pro_right .content_right > div::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }
}
@media (max-width: 1200px) {
  .product_detail02 .pro_right .content_right > div {
    top: 70px;
  }
}
@media (max-width: 840px) {
  .product_detail02 .pro_right .content_right > div .pro_nav,
  .product_detail02 .pro_right .content_right > div .pro_name,
  .product_detail02 .pro_right .content_right > div .pro_price {
    display: none;
  }
}
@media (min-width: 841px) {
  .product_detail02 .pro_right .content_right > div .pro_promotional {
    margin-top: 50px;
  }
}
.product_detail02 .pro_right .content_right > div .pro_promotional p:nth-child(1) {
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
}
.product_detail02 .pro_right .content_right > div .pro_promotional p:nth-child(n+2) {
  display: flex;
  align-items: center;
  gap: 5px 15px;
}
@media (max-width: 840px) {
  .product_detail02 .pro_right .content_right > div .pro_promotional p:nth-child(n+2) {
    flex-wrap: wrap;
  }
}
.product_detail02 .pro_right .content_right > div .pro_promotional p:nth-child(n+2) + p {
  margin-top: 5px;
}
.product_detail02 .pro_right .content_right > div .pro_promotional p:nth-child(n+2) span {
  display: block;
}
.product_detail02 .pro_right .content_right > div .pro_promotional p:nth-child(n+2) span:nth-child(1) {
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  background: #e64d4d;
}
.product_detail02 .pro_right .content_right > div .pro_promotional p:nth-child(n+2) span:nth-child(2) {
  color: gray;
  font-size: 14px;
}
.product_detail02 .pro_right .content_right > div form.pro_pick {
  margin-top: 20px;
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item:not(:first-child) {
  margin-top: 15px;
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item select {
  width: 100%;
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item .color_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item .color_cards p {
  width: 100%;
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item .color_cards .color_pick {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 35px;
  height: 35px;
  padding: 3px;
  border: 1px solid transparent;
  cursor: pointer;
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item .color_cards .color_pick::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: var(--color);
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item .color_cards .color_pick input {
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item .color_cards .color_pick.active {
  border: 1px solid #999;
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item .pattern_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item .pattern_cards p {
  width: 100%;
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item .pattern_cards .pattern_pick {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 35px;
  height: 35px;
  padding: 3px;
  border: 1px solid transparent;
  cursor: pointer;
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item .pattern_cards .pattern_pick::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: var(--pattern);
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item .pattern_cards .pattern_pick input {
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item .pattern_cards .pattern_pick.active {
  border: 1px solid #999;
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item .button_set {
  margin-top: 30px !important;
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item .button_set .middle {
  width: 50%;
}
.product_detail02 .pro_right .content_right > div form.pro_pick .form_item .button_set .productArrivalNoticeBtn {
  width: 100%;
}
.product_detail02 .pro_right .content_right > div ul.pro_tips {
  margin-top: 50px;
}
.product_detail02 .pro_right .content_right > div ul.pro_tips li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.product_detail02 .pro_right .content_right > div ul.pro_tips li > a {
  display: block;
  position: relative;
  color: #010101;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 6.5px 20px 6.5px 0;
}
.product_detail02 .pro_right .content_right > div ul.pro_tips li > a::before, .product_detail02 .pro_right .content_right > div ul.pro_tips li > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 2px;
  background: #a7a9ac;
}
.product_detail02 .pro_right .content_right > div ul.pro_tips li > a::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.product_detail02 .pro_right .content_right > div ul.pro_tips li .module_desc {
  display: none;
  padding-bottom: 6.5px;
}
.product_detail02 .pro_right .content_right > div ul.pro_tips li.active > a::after {
  transform: rotate(0);
}
.product_detail02 .pro_right .content_right > div .pro_share {
  display: flex;
  gap: 10px 20px;
  margin-top: 25px;
}
.product_detail02 .pro_right .content_right > div .pro_share > p {
  flex-shrink: 0;
  color: #010101;
  font-size: 15px;
}
.product_detail02 .pro_right .content_right > div .pro_share div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product_detail02 .pro_right .content_right > div .pro_share div a {
  display: block;
  font-size: 22px;
  transition: all 0.3s;
}
.product_detail02 .pro_right .content_right > div .pro_share div a i {
  display: block;
}
.product_detail02 .pro_right .content_right > div .pro_share div a svg {
  display: block;
  width: auto;
  height: 22px;
}
.product_detail02 .pro_right .content_right > div .pro_share div a.fb {
  color: #0866FF;
  fill: #0866FF;
}
.product_detail02 .pro_right .content_right > div .pro_share div a.line {
  color: #07BE5B;
  fill: #07BE5B;
}
.product_detail02 .pro_right .content_right > div .pro_share div a.tt {
  color: #5DA9DD;
  fill: #5DA9DD;
}
.product_detail02 .pro_right .content_right > div .pro_share div a.in {
  color: #0A66C2;
  fill: #0A66C2;
}
.product_detail02 .pro_right .content_right > div .pro_share div a.link {
  color: #1575f0;
  fill: #1575f0;
}
.product_detail02 .pro_right .content_right > div .pro_view_record {
  margin-top: 25px;
}
@media (min-width: 841px) {
  .product_detail02 .pro_right .content_right > div .pro_view_record {
    margin-bottom: 40px;
  }
}
.product_detail02 .pro_right .content_right > div .pro_view_record > p {
  color: #010101;
  font-size: 15px;
  margin-bottom: 10px;
}
.product_detail02 .pro_right .content_right > div .pro_view_record ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
  margin: 0 -7.5px;
}
.product_detail02 .pro_right .content_right > div .pro_view_record ul li {
  width: 25%;
  padding: 0 7.5px;
}
.product_detail02 .pro_right .content_right > div .pro_view_record ul li a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  border: 1px solid transparent;
  overflow: hidden;
  transition: all 0.1s;
}
.product_detail02 .pro_right .content_right > div .pro_view_record ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .product_detail02 .pro_right .content_right > div .pro_view_record ul li a:hover {
    border: 1px solid #999;
  }
}
.product_detail02 .pro_right .pro_nav {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 10px;
}
.product_detail02 .pro_right .pro_nav .pro_cate {
  width: 100%;
  color: #939598;
  font-size: 14px;
}
.product_detail02 .pro_right .pro_nav .favorite_io {
  flex-shrink: 0;
}
.product_detail02 .pro_right .pro_nav .favorite_io button {
  display: block;
  color: #e64d4d;
  font-size: 25px;
}
.product_detail02 .pro_right .pro_nav .favorite_io button i {
  display: block;
}
.product_detail02 .pro_right .pro_nav .favorite_io button:not(.active) {
  display: none;
}
.product_detail02 .pro_right .pro_name {
  color: #393939;
  font-size: 20px;
}
.product_detail02 .pro_right .pro_price {
  margin-top: 5px;
}
.product_detail02 .pro_right .pro_price span {
  font-size: 20px;
}
.product_detail02 .pro_right .pro_price span:nth-child(1) {
  color: #939598;
  text-decoration: line-through;
}
.product_detail02 .pro_right .pro_price span:nth-child(2) {
  color: #e64d4d;
  padding-left: 15px;
}
.product_detail02 .pro_right .pro_price:not(.on_sale) span:nth-child(1) {
  text-decoration: none;
}
.product_detail02 .pro_right .pro_price:not(.on_sale) span:nth-child(2) {
  display: none;
}
.product_detail02 .pro_more {
  margin-top: calc(2.8125rem + 2.34375vw);
}
.product_detail02 .pro_more > p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .product_detail02 .pro_more > p {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product_detail02 .pro_more > p {
    margin-bottom: 30px;
  }
}
.product_detail02 .pro_rank {
  margin-top: calc(2.8125rem + 2.34375vw);
}
.product_detail02 .pro_rank .rank_tabs {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .product_detail02 .pro_rank .rank_tabs {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .product_detail02 .pro_rank .rank_tabs {
    margin-bottom: 30px;
  }
}
.product_detail02 .pro_rank .rank_tabs a {
  color: #999;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 2px;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.product_detail02 .pro_rank .rank_tabs a.active {
  color: #000;
  background-size: 100% 2px;
}
.product_detail02 .pro_rank .rank_slick {
  position: relative;
}
.product_detail02 .pro_rank .rank_slick .pro_more_slick {
  transition: all 0.3s;
}
.product_detail02 .pro_rank .rank_slick .pro_more_slick:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.product_detail02 .pro_rank .rank_slick .pro_more_slick:not(.active) {
  opacity: 0;
  pointer-events: none;
}
.product_detail02 .pro_more .button_set .middle,
.product_detail02 .pro_rank .button_set .middle {
  width: 80px;
}
.product_detail02 .pro_more_slick {
  margin: 0 -10px;
}
.product_detail02 .pro_more_slick .slick-slide {
  padding: 0 10px;
}
.product_detail02 .pro_more_slick .slick-slide .pro_img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  margin-bottom: 12px;
  overflow: hidden;
}
.product_detail02 .pro_more_slick .slick-slide .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_detail02 .pro_more_slick .slick-slide .pro_img.multi img {
  transition: all 0.8s;
}
.product_detail02 .pro_more_slick .slick-slide .pro_img.multi img:nth-child(2) {
  opacity: 0;
}
.product_detail02 .pro_more_slick .slick-slide .pro_img.multi:hover img:nth-child(1) {
  opacity: 0;
}
.product_detail02 .pro_more_slick .slick-slide .pro_img.multi:hover img:nth-child(2) {
  opacity: 1;
}
.product_detail02 .pro_more_slick .slick-slide .pro_title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}
@media (max-width: 540px) {
  .product_detail02 .pro_more_slick .slick-slide .pro_title {
    align-items: flex-start;
    flex-direction: column;
  }
}
.product_detail02 .pro_more_slick .slick-slide .pro_title p {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}
.product_detail02 .pro_more_slick .slick-slide .pro_title p span {
  flex-shrink: 0;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 8px;
  background: #393939;
}
@media (max-width: 1200px) {
  .product_detail02 .pro_more_slick .slick-slide .pro_title p span {
    font-size: 12px;
    line-height: 18px;
  }
}
.product_detail02 .pro_more_slick .slick-slide .pro_title a {
  width: 100%;
  color: #393939;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .product_detail02 .pro_more_slick .slick-slide .pro_title a {
    font-size: 13px;
  }
}
.product_detail02 .pro_more_slick .slick-slide .pro_size {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-top: 8px;
}
.product_detail02 .pro_more_slick .slick-slide .pro_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
}
.product_detail02 .pro_more_slick .slick-slide .pro_price > p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 15px;
}
.product_detail02 .pro_more_slick .slick-slide .pro_price > p span {
  font-size: 14px;
}
.product_detail02 .pro_more_slick .slick-slide .pro_price > p span:nth-child(1) {
  color: #e64d4d;
}
.product_detail02 .pro_more_slick .slick-slide .pro_price > p span:nth-child(2) {
  color: #939598;
  text-decoration: line-through;
}
.product_detail02 .pro_more_slick .slick-slide .pro_price > p:not(.on_sale) span:nth-child(2) {
  display: none;
}
.product_detail02 .pro_more_slick .slick-slide .pro_price .pro_btn {
  display: flex;
  flex-shrink: 0;
  gap: 4px 12px;
}
.product_detail02 .pro_more_slick .slick-slide .pro_price .pro_btn .favorite_io {
  display: flex;
  flex-shrink: 0;
}
.product_detail02 .pro_more_slick .slick-slide .pro_price .pro_btn .favorite_io button:not(.active) {
  display: none;
}
.product_detail02 .pro_more_slick .slick-slide .pro_price .pro_btn .favorite_io button.off:hover, .product_detail02 .pro_more_slick .slick-slide .pro_price .pro_btn .favorite_io button.on.active {
  color: #e64d4d;
}
.product_detail02 .pro_more_slick .slick-slide .pro_price .pro_btn button {
  display: block;
  color: #393939;
  font-size: 20px;
}
.product_detail02 .pro_more_slick .slick-slide .pro_price .pro_btn button i {
  display: block;
}
.product_detail02 .pro_more_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .product_detail02 .pro_more_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .product_detail02 .pro_more_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.product_detail02 .pro_more_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .product_detail02 .pro_more_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .product_detail02 .pro_more_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .product_detail02 .pro_more_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .product_detail02 .pro_more_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.product_detail02 .pro_more_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .product_detail02 .pro_more_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .product_detail02 .pro_more_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .product_detail02 .pro_more_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .product_detail02 .pro_more_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.product_detail02 .pro_more_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.product_detail02 .pro_more_slick .slick-arrow:hover svg {
  fill: #000;
}
.product_detail02 .pro_more_slick .slick-arrow.white svg {
  fill: #fff;
}
.product_detail02 .pro_more_slick .slick-arrow.white:hover svg {
  fill: #000;
}

.rental-list01 .container {
  max-width: 1700px;
}
.rental-list01 {
  padding: 60px 0 70px;
}
@media (max-width: 640px) {
  .rental-list01 {
    padding: 50px 0 60px;
  }
}
.rental-list01:not(:first-child) {
  padding-top: 0;
}
.rental-list01:not(:last-child) {
  padding-bottom: 0;
}
.rental-list01 .card-list {
  margin: 0 -10px;
}
@media (max-width: 640px) {
  .rental-list01 .card-list {
    margin: 0 -5px;
  }
}
.rental-list01 .card-list:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.rental-list01 .card-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.rental-list01 .card-list__item {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .rental-list01 .card-list__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .rental-list01 .card-list__item {
    width: 50%;
    padding: 0 5px;
  }
}
.rental-list01 .card-list__item__img-box {
  position: relative;
  display: block;
}
.rental-list01 .card-list__item__img-box.box--soldout {
  position: relative;
}
.rental-list01 .card-list__item__img-box.box--soldout::after {
  content: "Sold out";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  font-size: 20px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: rgba(4, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .rental-list01 .card-list__item__img-box.box--soldout::after {
    font-size: 16px;
  }
}
.rental-list01 .card-list__item__img-box[data-top]::before {
  content: "top " attr(data-top);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  line-height: 20px;
  padding: 0 8px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #939598;
}
@media (max-width: 640px) {
  .rental-list01 .card-list__item__img-box[data-top]::before {
    top: 10px;
    right: 10px;
    font-size: 12px;
    line-height: 18px;
  }
}
.rental-list01 .card-list__item__img-box a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.rental-list01 .card-list__item__img-box a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rental-list01 .card-list__item__img-box a.multi img {
  transition: all 0.8s;
}
.rental-list01 .card-list__item__img-box a.multi img:nth-child(1) {
  opacity: 1;
}
.rental-list01 .card-list__item__img-box a.multi img:nth-child(2) {
  opacity: 0;
}
.rental-list01 .card-list__item__img-box a.multi:hover img:nth-child(1) {
  opacity: 0;
}
.rental-list01 .card-list__item__img-box a.multi:hover img:nth-child(2) {
  opacity: 1;
}
.rental-list01 .card-list__item__text-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  margin-top: 12px;
}
.rental-list01 .card-list__item .text-box__title {
  width: 50%;
  flex-grow: 1;
  color: #414042;
}
.rental-list01 .card-list__item .text-box__tag {
  max-width: 50%;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 2px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .rental-list01 .card-list__item .text-box__tag {
    line-height: 18px;
    font-size: 12px;
  }
}
.rental-list01 .card-list__item .text-box__size {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  width: 100%;
  margin: 14px 0;
}
@media (max-width: 1200px) {
  .rental-list01 .card-list__item .text-box__size {
    margin: 10px 0;
  }
}
.rental-list01 .card-list__item .text-box__size.text-btns .text-btn:not(.active) {
  color: #b2b2b2;
  cursor: auto;
}
.rental-list01 .card-list__item .text-box__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 20px;
  flex-grow: 1;
  width: calc(100% - 80px);
}
@media (max-width: 640px) {
  .rental-list01 .card-list__item .text-box__price {
    width: 100%;
  }
}
.rental-list01 .card-list__item .text-box__text-btns {
  display: flex;
  gap: 4px 12px;
  flex-shrink: 0;
  max-width: 70px;
  margin-left: auto;
}
@media (max-width: 640px) {
  .rental-list01 .card-list__item .text-box__text-btns {
    margin-top: 10px;
  }
}
.rental-list01 .card-list__item .text-box__text-btns .text-btn {
  font-size: 20px;
}
@media (max-width: 640px) {
  .rental-list01 .card-list__item .text-box__text-btns .text-btn {
    font-size: 16px;
  }
}
.rental-list01 .card-list__item .text-box__text-btns .text-btn:hover .adshop-heart-h {
  color: #e64d4d;
}
.rental-list01 .card-list__item .text-box__text-btns .text-btn .adshop-heart-f {
  color: #e64d4d;
}
.rental-list01 .card-list__item .text-box__text-btns .addto-favorite:not(.active),
.rental-list01 .card-list__item .text-box__text-btns .remove-favorite:not(.active) {
  display: none;
}
.rental-list01 .best-item {
  margin-bottom: 40px;
}
.rental-list01 .best-item__title {
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid rgba(65, 64, 66, 0.25);
  border-bottom: 1px solid rgba(65, 64, 66, 0.25);
}
.rental-list01 .best-item__list {
  margin-top: 55px;
}
@media (max-width: 640px) {
  .rental-list01 .best-item__list {
    margin-top: 30px;
  }
}
.rental-list01 .filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  .rental-list01 .filter {
    margin-bottom: 20px;
  }
}
.rental-list01 .filter-more__btn {
  font-weight: 500;
  color: #414042;
  margin-right: 45px;
}
@media (max-width: 640px) {
  .rental-list01 .filter-more__btn {
    margin-right: 20px;
  }
}
.rental-list01 .filter-order {
  position: relative;
  z-index: 10;
}
.rental-list01 .filter-order:hover .filter-order__drowdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.rental-list01 .filter-order__toggler {
  display: flex;
  align-items: center;
  min-width: 170px;
  border-bottom: 1px solid #414042;
  font-weight: 500;
  color: #414042;
}
@media (max-width: 1200px) {
  .rental-list01 .filter-order__toggler {
    justify-content: center;
    border: 1px solid #414042;
    padding: 8px 24px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .rental-list01 .filter-order__toggler {
    min-width: auto;
    padding: 0 20px;
    line-height: 20px;
  }
}
.rental-list01 .filter-order__toggler__text {
  padding: 8px 24px;
}
@media (max-width: 1200px) {
  .rental-list01 .filter-order__toggler__text {
    padding: 0;
  }
}
.rental-list01 .filter-order__toggler__icon {
  margin-left: auto;
}
@media (max-width: 1200px) {
  .rental-list01 .filter-order__toggler__icon {
    display: none;
  }
}
.rental-list01 .filter-order__drowdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.rental-list01 .filter-order__drowdown-item {
  padding: 8px 22px;
  color: #939598;
  transition: all 0.4s ease;
}
.rental-list01 .filter-order__drowdown-item:not(:last-child) {
  border-bottom: 1px solid rgba(147, 149, 152, 0.25);
}
.rental-list01 .filter-order__drowdown-item:hover {
  color: #414042;
  border-bottom-color: #b2b2b2;
  background-color: #b2b2b2;
}

.rental_list02 .container {
  max-width: 1700px;
}
.rental_list02 .rental-list01 {
  padding-top: 0;
}
.rental_list02 .rental-list01 .container {
  padding: 0;
}
.rental_list02 .rental-list01 .card-list__item__text-box {
  gap: 8px;
}
.rental_list02 .rental-list01 .card-list__item__text-box .text-box__size {
  margin: 0;
}
@media (max-width: 640px) {
  .rental_list02 .rental-list01 .card-list__item__text-box .text-box__text-btns {
    margin-top: 0;
  }
}
.rental_list02 .pro_left {
  width: 280px;
  margin-right: 50px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .rental_list02 .pro_left {
    width: 100%;
    margin-right: unset;
    margin-bottom: 40px;
  }
}
.rental_list02 .pro_left > div {
  position: sticky;
  top: 110px;
}
.rental_list02 .pro_left > div > p {
  color: #393939;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rental_list02 .pro_left > div > p span {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .rental_list02 .pro_left .catalog_type {
    display: none;
  }
}
.rental_list02 .pro_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.rental_list02 .pro_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #393939;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 10px 0;
  transition: all 0.3s;
}
.rental_list02 .pro_left .catalog_type .catalog_menu > li > a:hover, .rental_list02 .pro_left .catalog_type .catalog_menu > li > a.active {
  color: #000;
}
.rental_list02 .pro_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.rental_list02 .pro_left .catalog_type .catalog_menu > li.moremenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.rental_list02 .pro_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.rental_list02 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before, .rental_list02 .pro_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.rental_list02 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.rental_list02 .pro_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.rental_list02 .pro_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.rental_list02 .pro_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #393939;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 10px 0 10px 10px;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.rental_list02 .pro_left .catalog_type .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.rental_list02 .pro_left .catalog_type .catalog_menu > li ul li a:hover, .rental_list02 .pro_left .catalog_type .catalog_menu > li ul li a.active {
  color: #000;
}
.rental_list02 .pro_left .catalog_type .catalog_menu > li ul li:first-child a {
  border-top: 1px solid #e7e7e7;
}
.rental_list02 .pro_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 10px 0 10px 25px;
}
@media (min-width: 1025px) {
  .rental_list02 .pro_left .catalog_type_mb {
    display: none;
  }
}
.rental_list02 .pro_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000;
}
.rental_list02 .pro_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.rental_list02 .pro_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.rental_list02 .pro_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.rental_list02 .pro_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #393939;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.rental_list02 .pro_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.rental_list02 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.rental_list02 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .rental_list02 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.rental_list02 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.rental_list02 .pro_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.rental_list02 .pro_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.rental_list02 .pro_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #393939;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.rental_list02 .pro_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.rental_list02 .pro_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.rental_list02 .pro_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.rental_list02 .pro_right {
  width: calc(100% - 330px);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .rental_list02 .pro_right {
    width: 100%;
  }
}

/* 下面是宜瑾的原始內容 */
.rental_list02 .card-list {
  margin: 0 -10px;
}
@media (max-width: 640px) {
  .rental_list02 .card-list {
    margin: 0 -5px;
  }
}
.rental_list02 .card-list:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.rental_list02 .card-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.rental_list02 .card-list__item {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1440px) {
  .rental_list02 .card-list__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 1200px) {
  .rental_list02 .card-list__item {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .rental_list02 .card-list__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .rental_list02 .card-list__item {
    width: 50%;
    padding: 0 5px;
  }
}
.rental_list02 .card-list__item__img-box {
  position: relative;
  display: block;
}
.rental_list02 .card-list__item__img-box.box--soldout {
  position: relative;
}
.rental_list02 .card-list__item__img-box.box--soldout::after {
  content: "Sold out";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  font-size: 20px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: rgba(4, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .rental_list02 .card-list__item__img-box.box--soldout::after {
    font-size: 16px;
  }
}
.rental_list02 .card-list__item__img-box[data-top]::before {
  content: "top " attr(data-top);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  line-height: 20px;
  padding: 0 8px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #939598;
}
@media (max-width: 640px) {
  .rental_list02 .card-list__item__img-box[data-top]::before {
    top: 10px;
    right: 10px;
    font-size: 12px;
    line-height: 18px;
  }
}
.rental_list02 .card-list__item__img-box a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.rental_list02 .card-list__item__img-box a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rental_list02 .card-list__item__img-box a.multi img {
  transition: all 0.8s;
}
.rental_list02 .card-list__item__img-box a.multi img:nth-child(1) {
  opacity: 1;
}
.rental_list02 .card-list__item__img-box a.multi img:nth-child(2) {
  opacity: 0;
}
.rental_list02 .card-list__item__img-box a.multi:hover img:nth-child(1) {
  opacity: 0;
}
.rental_list02 .card-list__item__img-box a.multi:hover img:nth-child(2) {
  opacity: 1;
}
.rental_list02 .card-list__item__text-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.rental_list02 .card-list__item .text-box__title {
  width: 50%;
  flex-grow: 1;
  color: #414042;
}
@media (max-width: 540px) {
  .rental_list02 .card-list__item .text-box__title {
    width: 100%;
    order: 2;
  }
}
.rental_list02 .card-list__item .text-box__tag {
  max-width: 50%;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 2px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .rental_list02 .card-list__item .text-box__tag {
    line-height: 18px;
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  .rental_list02 .card-list__item .text-box__tag {
    order: 1;
  }
}
.rental_list02 .card-list__item .text-box__size {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  width: 100%;
  margin: 14px 0 0;
}
@media (max-width: 1200px) {
  .rental_list02 .card-list__item .text-box__size {
    margin: 10px 0 0;
  }
}
@media (max-width: 540px) {
  .rental_list02 .card-list__item .text-box__size {
    order: 3;
  }
}
.rental_list02 .card-list__item .text-box__size.text-btns .text-btn:not(.active) {
  color: #b2b2b2;
  cursor: auto;
}
.rental_list02 .card-list__item .text-box__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 20px;
  flex-grow: 1;
  width: calc(100% - 80px);
}
@media (max-width: 540px) {
  .rental_list02 .card-list__item .text-box__price {
    order: 4;
  }
}
.rental_list02 .card-list__item .text-box__text-btns {
  display: flex;
  gap: 4px 12px;
  flex-shrink: 0;
  max-width: 70px;
  margin-left: auto;
}
@media (max-width: 540px) {
  .rental_list02 .card-list__item .text-box__text-btns {
    order: 4;
  }
}
.rental_list02 .card-list__item .text-box__text-btns .text-btn {
  font-size: 20px;
}
@media (max-width: 640px) {
  .rental_list02 .card-list__item .text-box__text-btns .text-btn {
    font-size: 16px;
  }
}
.rental_list02 .card-list__item .text-box__text-btns .text-btn:hover .adshop-heart-h {
  color: #e64d4d;
}
.rental_list02 .card-list__item .text-box__text-btns .text-btn .adshop-heart-f {
  color: #e64d4d;
}
.rental_list02 .card-list__item .text-box__text-btns .addto-favorite:not(.active),
.rental_list02 .card-list__item .text-box__text-btns .remove-favorite:not(.active) {
  display: none;
}
.rental_list02 .best-item {
  margin-bottom: 40px;
}
.rental_list02 .best-item__title {
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid rgba(65, 64, 66, 0.25);
  border-bottom: 1px solid rgba(65, 64, 66, 0.25);
}
.rental_list02 .best-item__list {
  margin-top: 55px;
}
@media (max-width: 640px) {
  .rental_list02 .best-item__list {
    margin-top: 30px;
  }
}
.rental_list02 .filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  .rental_list02 .filter {
    margin-bottom: 20px;
  }
}
.rental_list02 .filter-more__btn {
  font-weight: 500;
  color: #414042;
  margin-right: 45px;
}
@media (max-width: 640px) {
  .rental_list02 .filter-more__btn {
    margin-right: 20px;
  }
}
.rental_list02 .filter-order {
  position: relative;
  z-index: 10;
}
.rental_list02 .filter-order:hover .filter-order__drowdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.rental_list02 .filter-order__toggler {
  display: flex;
  align-items: center;
  min-width: 170px;
  border-bottom: 1px solid #414042;
  font-weight: 500;
  color: #414042;
}
@media (max-width: 1200px) {
  .rental_list02 .filter-order__toggler {
    justify-content: center;
    border: 1px solid #414042;
    padding: 8px 24px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .rental_list02 .filter-order__toggler {
    min-width: auto;
    padding: 0 20px;
    line-height: 20px;
  }
}
.rental_list02 .filter-order__toggler__text {
  padding: 8px 24px;
}
@media (max-width: 1200px) {
  .rental_list02 .filter-order__toggler__text {
    padding: 0;
  }
}
.rental_list02 .filter-order__toggler__icon {
  margin-left: auto;
}
@media (max-width: 1200px) {
  .rental_list02 .filter-order__toggler__icon {
    display: none;
  }
}
.rental_list02 .filter-order__drowdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.rental_list02 .filter-order__drowdown-item {
  padding: 8px 22px;
  color: #939598;
  transition: all 0.4s ease;
}
.rental_list02 .filter-order__drowdown-item:not(:last-child) {
  border-bottom: 1px solid rgba(147, 149, 152, 0.25);
}
.rental_list02 .filter-order__drowdown-item:hover {
  color: #414042;
  border-bottom-color: #b2b2b2;
  background-color: #b2b2b2;
}

.product-suggestion01 {
  padding: 60px 0 70px;
}
@media (max-width: 640px) {
  .product-suggestion01 {
    padding: 50px 0;
  }
}
.product-suggestion01:not(:first-child) {
  padding-top: 0;
}
.product-suggestion01:not(:last-child) {
  padding-bottom: 0;
}
.product-suggestion01 .card-list {
  margin: 0 -10px;
}
@media (max-width: 640px) {
  .product-suggestion01 .card-list {
    margin: 0 -5px;
  }
}
.product-suggestion01 .card-list:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.product-suggestion01 .card-list__item {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .product-suggestion01 .card-list__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .product-suggestion01 .card-list__item {
    width: 50%;
    padding: 0 5px;
  }
}
.product-suggestion01 .card-list__item__img-box {
  position: relative;
  display: block;
}
.product-suggestion01 .card-list__item__img-box__pic {
  width: 100%;
}
.product-suggestion01 .card-list__item__img-box.box--soldout {
  position: relative;
}
.product-suggestion01 .card-list__item__img-box.box--soldout::after {
  content: "Sold out";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background-color: rgba(4, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .product-suggestion01 .card-list__item__img-box.box--soldout::after {
    font-size: 16px;
  }
}
.product-suggestion01 .card-list__item__img-box a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.product-suggestion01 .card-list__item__img-box a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-suggestion01 .card-list__item__img-box a.multi img {
  transition: all 0.8s;
}
.product-suggestion01 .card-list__item__img-box a.multi img:nth-child(1) {
  opacity: 1;
}
.product-suggestion01 .card-list__item__img-box a.multi img:nth-child(2) {
  opacity: 0;
}
.product-suggestion01 .card-list__item__img-box a.multi:hover img:nth-child(1) {
  opacity: 0;
}
.product-suggestion01 .card-list__item__img-box a.multi:hover img:nth-child(2) {
  opacity: 1;
}
.product-suggestion01 .card-list__item__text-box {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.product-suggestion01 .card-list__item .text-box__title {
  color: #414042;
  font-size: 16px;
}
.product-suggestion01 .card-list__item .text-box__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 20px;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .product-suggestion01 .card-list__item .text-box__price {
    margin-top: 10px;
  }
}
.product-suggestion01 .product-suggestion {
  margin-bottom: 40px;
}
.product-suggestion01 .product-suggestion__title {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 641px) {
  .product-suggestion01 .product-suggestion__title {
    text-align: center;
  }
}
.product-suggestion01 .product-suggestion__list {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .product-suggestion01 .product-suggestion__list {
    margin-top: 15px;
  }
}
.product-suggestion01 .product-suggestion__btns {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px 24px;
}
.product-suggestion01 .product-suggestion__btns-link {
  text-transform: uppercase;
}
.product-suggestion01 .product-suggestion__btns-prev, .product-suggestion01 .product-suggestion__btns-next {
  position: relative;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.product-suggestion01 .product-suggestion__btns-prev::before, .product-suggestion01 .product-suggestion__btns-next::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 1px solid #939598;
  border-left: 1px solid #939598;
  transform: rotate(-45deg);
}
.product-suggestion01 .product-suggestion__btns-prev.slick-hidden, .product-suggestion01 .product-suggestion__btns-next.slick-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.product-suggestion01 .product-suggestion__btns-next::before {
  transform: rotate(135deg);
}

@media (max-width: 480px) {
  .rental_detail01 {
    margin-top: -60px;
  }
}
.rental_detail01 .wider_container {
  max-width: 100%;
}
.rental_detail01 .container {
  max-width: 1700px;
}
.rental_detail01 .pro_left {
  display: none;
  width: 280px;
  margin-right: 50px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_left {
    display: none;
    width: 100%;
    margin-right: unset;
    margin-bottom: 40px;
  }
}
.rental_detail01 .pro_left > div {
  position: sticky;
  top: 110px;
}
.rental_detail01 .pro_left > div > p {
  color: #393939;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rental_detail01 .pro_left > div > p span {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_left .catalog_type {
    display: none;
  }
}
.rental_detail01 .pro_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.rental_detail01 .pro_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #393939;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 10px 0;
  transition: all 0.3s;
}
.rental_detail01 .pro_left .catalog_type .catalog_menu > li > a:hover, .rental_detail01 .pro_left .catalog_type .catalog_menu > li > a.active {
  color: #000;
}
.rental_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.rental_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.rental_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.rental_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before, .rental_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.rental_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.rental_detail01 .pro_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.rental_detail01 .pro_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.rental_detail01 .pro_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #393939;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 10px 0 10px 10px;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.rental_detail01 .pro_left .catalog_type .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.rental_detail01 .pro_left .catalog_type .catalog_menu > li ul li a:hover, .rental_detail01 .pro_left .catalog_type .catalog_menu > li ul li a.active {
  color: #000;
}
.rental_detail01 .pro_left .catalog_type .catalog_menu > li ul li:first-child a {
  border-top: 1px solid #e7e7e7;
}
.rental_detail01 .pro_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 10px 0 10px 25px;
}
@media (min-width: 1025px) {
  .rental_detail01 .pro_left .catalog_type_mb {
    display: none;
  }
}
.rental_detail01 .pro_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #000;
}
.rental_detail01 .pro_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.rental_detail01 .pro_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.rental_detail01 .pro_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.rental_detail01 .pro_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #393939;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.rental_detail01 .pro_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.rental_detail01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.rental_detail01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .rental_detail01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.rental_detail01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.rental_detail01 .pro_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.rental_detail01 .pro_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.rental_detail01 .pro_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #393939;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.rental_detail01 .pro_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.rental_detail01 .pro_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.rental_detail01 .pro_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.rental_detail01 .pro_right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.rental_detail01 .pro_right .content_left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 62.4%;
}
@media (max-width: 840px) {
  .rental_detail01 .pro_right .content_left {
    width: 100%;
  }
}
.rental_detail01 .pro_right .content_left .pro_slick {
  width: 84.2625899281%;
}
@media (max-width: 840px) {
  .rental_detail01 .pro_right .content_left .pro_slick {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .rental_detail01 .pro_right .content_left .pro_slick .slick-list {
    margin: 0 -25px;
  }
}
.rental_detail01 .pro_right .content_left .pro_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.rental_detail01 .pro_right .content_left .pro_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rental_detail01 .pro_right .content_left .pro_slick .slick-arrow {
  width: 20px !important;
  height: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_right .content_left .pro_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .rental_detail01 .pro_right .content_left .pro_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.rental_detail01 .pro_right .content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -50px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_right .content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -48px;
  }
}
@media (max-width: 840px) {
  .rental_detail01 .pro_right .content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -45px;
  }
}
@media (max-width: 768px) {
  .rental_detail01 .pro_right .content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -30px;
  }
}
@media (max-width: 480px) {
  .rental_detail01 .pro_right .content_left .pro_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -28px;
  }
}
.rental_detail01 .pro_right .content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -50px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_right .content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -48px;
  }
}
@media (max-width: 840px) {
  .rental_detail01 .pro_right .content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -45px;
  }
}
@media (max-width: 768px) {
  .rental_detail01 .pro_right .content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -30px;
  }
}
@media (max-width: 480px) {
  .rental_detail01 .pro_right .content_left .pro_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -28px;
  }
}
.rental_detail01 .pro_right .content_left .pro_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.rental_detail01 .pro_right .content_left .pro_slick .slick-arrow:hover svg {
  fill: #000;
}
.rental_detail01 .pro_right .content_left .pro_slick .slick-arrow.white svg {
  fill: #fff;
}
.rental_detail01 .pro_right .content_left .pro_slick .slick-arrow.white:hover svg {
  fill: #000;
}
@media (max-width: 840px) {
  .rental_detail01 .pro_right .content_left .pro_slick .slick-arrow {
    display: none !important;
  }
}
.rental_detail01 .pro_right .content_left .pro_slick .slick-dots {
  flex-direction: column;
  bottom: 10px;
  left: unset;
  right: 10px;
  transform: unset;
}
.rental_detail01 .pro_right .content_left .pro_slick .slick-dots li button {
  width: 4px;
  height: 4px;
  background: #fff;
}
.rental_detail01 .pro_right .content_left .pro_slick .slick-dots li.slick-active button {
  background: #000;
}
.rental_detail01 .pro_right .content_left .pro_thumbnail {
  width: 11.2410071942%;
  margin: 0 0 0 4.4964028777%;
}
@media (max-width: 840px) {
  .rental_detail01 .pro_right .content_left .pro_thumbnail {
    display: none;
    width: 100%;
    margin: 15px 0 0;
  }
}
.rental_detail01 .pro_right .content_left .pro_thumbnail .slick-slide {
  padding: 10px 0;
}
@media (max-width: 1440px) {
  .rental_detail01 .pro_right .content_left .pro_thumbnail .slick-slide {
    padding: 5px 0;
  }
}
@media (max-width: 840px) {
  .rental_detail01 .pro_right .content_left .pro_thumbnail .slick-slide {
    padding: 0 5px;
  }
}
.rental_detail01 .pro_right .content_left .pro_thumbnail .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  border: 1px solid transparent;
  overflow: hidden;
}
.rental_detail01 .pro_right .content_left .pro_thumbnail .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .rental_detail01 .pro_right .content_left .pro_thumbnail .slick-slide a:hover {
    border: 1px solid #999;
  }
}
.rental_detail01 .pro_right .content_left .pro_thumbnail .slick-slide.slick-current a {
  border: 1px solid #999;
}
.rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow {
  width: 20px !important;
  height: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
  left: -50px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -48px;
  }
}
@media (max-width: 840px) {
  .rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -45px;
  }
}
@media (max-width: 768px) {
  .rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -30px;
  }
}
@media (max-width: 480px) {
  .rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -28px;
  }
}
.rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
  right: -50px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -48px;
  }
}
@media (max-width: 840px) {
  .rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -45px;
  }
}
@media (max-width: 768px) {
  .rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -30px;
  }
}
@media (max-width: 480px) {
  .rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -28px;
  }
}
.rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow:hover svg {
  fill: #000;
}
.rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow.white svg {
  fill: #fff;
}
.rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow.white:hover svg {
  fill: #000;
}
.rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow.slick-prev {
  left: -25px;
}
.rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow.slick-next {
  right: -25px;
}
@media (min-width: 841px) {
  .rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow {
    transform: translateX(-50%) rotate(90deg);
  }
  .rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow.slick-prev {
    top: -30px;
    left: 50%;
  }
  .rental_detail01 .pro_right .content_left .pro_thumbnail .slick-arrow.slick-next {
    top: unset;
    bottom: -30px;
    left: 50%;
  }
}
@media (max-width: 840px) {
  .rental_detail01 .pro_right .content_left .pro_content {
    display: none;
  }
}
.rental_detail01 .pro_right .content_right {
  width: 33.6%;
  margin-left: 4%;
}
@media (max-width: 840px) {
  .rental_detail01 .pro_right .content_right {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}
.rental_detail01 .pro_right .content_right .pro_nav {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 10px;
}
.rental_detail01 .pro_right .content_right .pro_nav .pro_cate {
  width: 100%;
  color: #939598;
  font-size: 14px;
}
.rental_detail01 .pro_right .content_right .pro_nav .favorite_io {
  flex-shrink: 0;
}
.rental_detail01 .pro_right .content_right .pro_nav .favorite_io button {
  display: block;
  color: #e64d4d;
  font-size: 25px;
}
.rental_detail01 .pro_right .content_right .pro_nav .favorite_io button i {
  display: block;
}
.rental_detail01 .pro_right .content_right .pro_nav .favorite_io button:not(.active) {
  display: none;
}
.rental_detail01 .pro_right .content_right .pro_name {
  color: #393939;
  font-size: 22px;
  font-weight: 500;
}
.rental_detail01 .pro_right .content_right .pro_desc {
  color: #393939;
  font-size: 14px;
  margin-top: 5px;
}
.rental_detail01 .pro_right .content_right .pro_divider {
  height: 1px;
  margin: 15px 0;
  background: #cecece;
}
.rental_detail01 .pro_right .content_right .pro_hownew {
  display: flex;
  align-items: center;
}
.rental_detail01 .pro_right .content_right .pro_hownew span {
  color: #939598;
  font-size: 12px;
  margin-right: 10px;
}
.rental_detail01 .pro_right .content_right .pro_hownew i {
  color: #393939;
  font-size: 14px;
  margin-right: 3px;
  cursor: pointer;
}
.rental_detail01 .pro_right .content_right .pro_hownew p {
  color: #393939;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.rental_detail01 .pro_right .content_right .pro_price {
  margin-top: 20px;
}
.rental_detail01 .pro_right .content_right .pro_price p + p {
  margin-top: 5px;
}
.rental_detail01 .pro_right .content_right .pro_price p:nth-child(1) {
  color: #e64d4d;
  font-size: 14px;
}
.rental_detail01 .pro_right .content_right .pro_price p:nth-child(2) {
  color: #000;
  font-size: 12px;
}
.rental_detail01 .pro_right .content_right .pro_price p:nth-child(3) {
  color: #a5a5a5;
  font-size: 12px;
  text-decoration: line-through;
}
.rental_detail01 .pro_right .content_right .pro_more_desc > p {
  color: #000;
  font-size: 20px;
}
.rental_detail01 .pro_right .content_right .pro_more_desc > p span {
  font-size: 14px;
}
.rental_detail01 .pro_right .content_right .pro_more_desc div {
  margin-top: 10px;
}
.rental_detail01 .pro_right .content_right form.pro_pick .form_item:not(:first-child) {
  margin-top: 30px;
}
.rental_detail01 .pro_right .content_right form.pro_pick .form_item label {
  display: block;
  color: #000;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_right .content_right form.pro_pick .form_item label {
    margin-bottom: 10px;
  }
}
.rental_detail01 .pro_right .content_right form.pro_pick .form_item label span {
  font-size: 14px;
}
.rental_detail01 .pro_right .content_right form.pro_pick .form_item .price_plans {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.3020833333vw;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .rental_detail01 .pro_right .content_right form.pro_pick .form_item .price_plans {
    gap: 20px;
  }
}
.rental_detail01 .pro_right .content_right form.pro_pick .form_item .price_plans p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25% - 0.9765625vw);
  height: 70px;
  color: #040000;
  font-size: 14px;
  padding: 5px;
  background: transparent;
  border: 1px solid #040000;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .rental_detail01 .pro_right .content_right form.pro_pick .form_item .price_plans p {
    width: calc(50% - 10px);
  }
}
.rental_detail01 .pro_right .content_right form.pro_pick .form_item .price_plans p:hover, .rental_detail01 .pro_right .content_right form.pro_pick .form_item .price_plans p.active {
  color: #fff;
  background: #040000;
}
.rental_detail01 .pro_right .content_right form.pro_pick .form_item > p {
  color: #000;
  font-size: 14px;
}
.rental_detail01 .pro_right .content_right form.pro_pick .form_item > input {
  width: 100%;
  max-width: 210px;
}
.rental_detail01 .pro_right .content_right form.pro_pick .form_item > a {
  line-height: 68px;
}
.rental_detail01 .pro_right .content_right form.pro_pick .form_item .button_set {
  margin-top: 30px !important;
}
.rental_detail01 .pro_right .content_right form.pro_pick .form_item .button_set .middle {
  width: 50%;
}
@media (min-width: 1201px) {
  .rental_detail01 .pro_right .content_right form.pro_pick .form_item.one_line {
    display: flex;
    gap: 0 20px;
  }
  .rental_detail01 .pro_right .content_right form.pro_pick .form_item.one_line label {
    flex-shrink: 0;
  }
}
.rental_detail01 .pro_right .content_right ul.pro_tips {
  margin-top: 30px;
}
.rental_detail01 .pro_right .content_right ul.pro_tips li {
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
.rental_detail01 .pro_right .content_right ul.pro_tips li > a {
  display: block;
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.rental_detail01 .pro_right .content_right ul.pro_tips li .pro_size_guide {
  text-decoration: underline;
  cursor: pointer;
}
.rental_detail01 .pro_right .content_right .pro_share {
  display: flex;
  gap: 10px 20px;
  margin-top: 40px;
}
.rental_detail01 .pro_right .content_right .pro_share > p {
  flex-shrink: 0;
  color: #010101;
  font-size: 15px;
}
.rental_detail01 .pro_right .content_right .pro_share div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rental_detail01 .pro_right .content_right .pro_share div a {
  display: block;
  font-size: 22px;
  transition: all 0.3s;
}
.rental_detail01 .pro_right .content_right .pro_share div a i {
  display: block;
}
.rental_detail01 .pro_right .content_right .pro_share div a svg {
  display: block;
  width: auto;
  height: 22px;
}
.rental_detail01 .pro_right .content_right .pro_share div a.fb {
  color: #0866FF;
  fill: #0866FF;
}
.rental_detail01 .pro_right .content_right .pro_share div a.line {
  color: #07BE5B;
  fill: #07BE5B;
}
.rental_detail01 .pro_right .content_right .pro_share div a.tt {
  color: #5DA9DD;
  fill: #5DA9DD;
}
.rental_detail01 .pro_right .content_right .pro_share div a.in {
  color: #0A66C2;
  fill: #0A66C2;
}
.rental_detail01 .pro_right .content_right .pro_share div a.link {
  color: #1575f0;
  fill: #1575f0;
}
.rental_detail01 .pro_right .content_right .pro_view_record {
  margin-top: 25px;
}
@media (min-width: 841px) {
  .rental_detail01 .pro_right .content_right .pro_view_record {
    margin-bottom: 40px;
  }
}
.rental_detail01 .pro_right .content_right .pro_view_record > p {
  color: #010101;
  font-size: 15px;
  margin-bottom: 10px;
}
.rental_detail01 .pro_right .content_right .pro_view_record ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
  margin: 0 -7.5px;
}
.rental_detail01 .pro_right .content_right .pro_view_record ul li {
  width: 25%;
  padding: 0 7.5px;
}
.rental_detail01 .pro_right .content_right .pro_view_record ul li a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  border: 1px solid transparent;
  overflow: hidden;
  transition: all 0.1s;
}
.rental_detail01 .pro_right .content_right .pro_view_record ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .rental_detail01 .pro_right .content_right .pro_view_record ul li a:hover {
    border: 1px solid #999;
  }
}
@media (min-width: 841px) {
  .rental_detail01 .pro_right .content_right .pro_content {
    display: none;
  }
}
.rental_detail01 .pro_right .pro_content {
  width: 100%;
  margin-top: 5.2083333333vw;
}
@media (max-width: 840px) {
  .rental_detail01 .pro_right .pro_content {
    margin-top: 40px;
  }
}
.rental_detail01 .pro_right .pro_content .pro_tab {
  display: flex;
  background-image: linear-gradient(to right, #dcdcdc, #dcdcdc);
  background-size: 100% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.rental_detail01 .pro_right .pro_content .pro_tab div {
  color: #7b7b7b;
  padding: 5px 15px;
  cursor: pointer;
}
.rental_detail01 .pro_right .pro_content .pro_tab div.active {
  color: #393939;
  background-image: linear-gradient(to right, #dcdcdc, #dcdcdc), linear-gradient(to bottom, #dcdcdc, #dcdcdc), linear-gradient(to right, #fff, #fff), linear-gradient(to bottom, #dcdcdc, #dcdcdc);
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: left top, right top, left bottom, left top;
  background-repeat: no-repeat;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content:not(.active) {
  display: none;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item {
  display: flex;
  gap: 0 20px;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item:not(:last-child) {
  margin-bottom: 35px;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_img {
  width: 110px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_img {
    display: none;
  }
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_img p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  isolation: isolate;
  overflow: hidden;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_img p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info {
  width: calc(100% - 130px);
  padding-bottom: 25px;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info {
    width: 100%;
  }
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .acc_stars {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 13px;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .acc_stars > div:nth-child(1) {
  flex-shrink: 0;
  width: 70px;
}
@media (min-width: 1201px) {
  .rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .acc_stars > div:nth-child(1) {
    display: none;
  }
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .acc_stars > div:nth-child(1) p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  isolation: isolate;
  overflow: hidden;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .acc_stars > div:nth-child(1) p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .acc_stars > div:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 5px 30px;
  width: 100%;
}
@media (max-width: 540px) {
  .rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .acc_stars > div:nth-child(2) {
    align-items: flex-start;
    flex-direction: column;
  }
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .acc_stars > div:nth-child(2) > span:nth-child(1) {
  color: #393939;
  font-size: 20px;
}
@media (max-width: 540px) {
  .rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .acc_stars > div:nth-child(2) > span:nth-child(1) {
    font-size: 18px;
  }
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .acc_stars > div:nth-child(2) > span:nth-child(2) i {
  display: inline-block;
  color: #ffdd22;
  font-size: 20px;
}
@media (max-width: 540px) {
  .rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .acc_stars > div:nth-child(2) > span:nth-child(2) i {
    font-size: 18px;
  }
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .cus_said {
  color: #393939;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 540px) {
  .rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .cus_said {
    font-size: 16px;
  }
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .cus_upload {
  width: 120px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .cus_upload {
    width: 110px;
  }
}
@media (max-width: 540px) {
  .rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .cus_upload {
    width: 100px;
  }
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .cus_upload p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border: 1px solid #bbb;
  overflow: hidden;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments .item .cus_info .cus_upload p img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login {
  display: flex;
  gap: 0 20px;
  margin-top: 50px;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_img {
  width: 110px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_img {
    display: none;
  }
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_img p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  isolation: isolate;
  overflow: hidden;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_img p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info {
  width: calc(100% - 130px);
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info {
    width: 100%;
  }
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info .acc_stars {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 13px;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info .acc_stars > div:nth-child(1) {
  flex-shrink: 0;
  width: 70px;
}
@media (min-width: 1201px) {
  .rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info .acc_stars > div:nth-child(1) {
    display: none;
  }
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info .acc_stars > div:nth-child(1) p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  isolation: isolate;
  overflow: hidden;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info .acc_stars > div:nth-child(1) p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info .acc_stars > div:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 5px 30px;
  width: 100%;
}
@media (max-width: 540px) {
  .rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info .acc_stars > div:nth-child(2) {
    align-items: flex-start;
    flex-direction: column;
  }
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info .acc_stars > div:nth-child(2) > span:nth-child(1) {
  color: #393939;
  font-size: 20px;
}
@media (max-width: 540px) {
  .rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info .acc_stars > div:nth-child(2) > span:nth-child(1) {
    font-size: 18px;
  }
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info .acc_stars > div:nth-child(2) > span:nth-child(2) i {
  display: inline-block;
  color: #ffdd22;
  font-size: 20px;
}
@media (max-width: 540px) {
  .rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info .acc_stars > div:nth-child(2) > span:nth-child(2) i {
    font-size: 18px;
  }
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info .acc_stars > div:nth-child(2) > span:nth-child(2) span {
  cursor: pointer;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info .acc_stars > div:nth-child(2) > span:nth-child(2) span i:last-child {
  display: none;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info .acc_stars > div:nth-child(2) > span:nth-child(2) span.active i:first-child {
  display: none;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info .acc_stars > div:nth-child(2) > span:nth-child(2) span.active i:last-child {
  display: inline-block;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info form textarea {
  display: block;
  width: 100%;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info form .button_set {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px !important;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info form .button_set p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
}
.rental_detail01 .pro_right .pro_content .pro_tab_content_all .pro_tab_content .pro_comments_login .cus_info form .button_set p input[type=file] {
  width: 100%;
  max-width: 299px;
  padding: unset !important;
  border: unset;
}
.rental_detail01 .pro_more {
  margin-top: calc(2.8125rem + 2.34375vw);
}
.rental_detail01 .pro_more > p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_more > p {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .rental_detail01 .pro_more > p {
    margin-bottom: 30px;
  }
}
.rental_detail01 .pro_rank {
  margin-top: calc(2.8125rem + 2.34375vw);
}
.rental_detail01 .pro_rank .rank_tabs {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_rank .rank_tabs {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .rental_detail01 .pro_rank .rank_tabs {
    margin-bottom: 30px;
  }
}
.rental_detail01 .pro_rank .rank_tabs a {
  color: #999;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 2px;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.rental_detail01 .pro_rank .rank_tabs a.active {
  color: #000;
  background-size: 100% 2px;
}
.rental_detail01 .pro_rank .rank_slick {
  position: relative;
}
.rental_detail01 .pro_rank .rank_slick .pro_more_slick {
  transition: all 0.3s;
}
.rental_detail01 .pro_rank .rank_slick .pro_more_slick:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.rental_detail01 .pro_rank .rank_slick .pro_more_slick:not(.active) {
  opacity: 0;
  pointer-events: none;
}
.rental_detail01 .pro_more .button_set .middle,
.rental_detail01 .pro_rank .button_set .middle {
  width: 80px;
}
.rental_detail01 .pro_more_slick {
  margin: 0 -10px;
}
.rental_detail01 .pro_more_slick .slick-slide {
  padding: 0 10px;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  margin-bottom: 12px;
  overflow: hidden;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_img.multi img {
  transition: all 0.8s;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_img.multi img:nth-child(2) {
  opacity: 0;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_img.multi:hover img:nth-child(1) {
  opacity: 0;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_img.multi:hover img:nth-child(2) {
  opacity: 1;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}
@media (max-width: 540px) {
  .rental_detail01 .pro_more_slick .slick-slide .pro_title {
    align-items: flex-start;
    flex-direction: column;
  }
}
.rental_detail01 .pro_more_slick .slick-slide .pro_title p {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_title p span {
  flex-shrink: 0;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 8px;
  background: #393939;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_more_slick .slick-slide .pro_title p span {
    font-size: 12px;
    line-height: 18px;
  }
}
.rental_detail01 .pro_more_slick .slick-slide .pro_title a {
  width: 100%;
  color: #393939;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_more_slick .slick-slide .pro_title a {
    font-size: 13px;
  }
}
.rental_detail01 .pro_more_slick .slick-slide .pro_size {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-top: 8px;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_price > p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 15px;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_price > p span {
  font-size: 14px;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_price > p span:nth-child(1) {
  color: #e64d4d;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_price > p span:nth-child(2) {
  color: #939598;
  text-decoration: line-through;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_price > p:not(.on_sale) span:nth-child(2) {
  display: none;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_price .pro_btn {
  display: flex;
  flex-shrink: 0;
  gap: 4px 12px;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_price .pro_btn .favorite_io {
  display: flex;
  flex-shrink: 0;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_price .pro_btn .favorite_io button:not(.active) {
  display: none;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_price .pro_btn .favorite_io button.off:hover, .rental_detail01 .pro_more_slick .slick-slide .pro_price .pro_btn .favorite_io button.on.active {
  color: #e64d4d;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_price .pro_btn button {
  display: block;
  color: #393939;
  font-size: 20px;
}
.rental_detail01 .pro_more_slick .slick-slide .pro_price .pro_btn button i {
  display: block;
}
.rental_detail01 .pro_more_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_more_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .rental_detail01 .pro_more_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.rental_detail01 .pro_more_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_more_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .rental_detail01 .pro_more_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .rental_detail01 .pro_more_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .rental_detail01 .pro_more_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.rental_detail01 .pro_more_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .rental_detail01 .pro_more_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .rental_detail01 .pro_more_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .rental_detail01 .pro_more_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .rental_detail01 .pro_more_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.rental_detail01 .pro_more_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.rental_detail01 .pro_more_slick .slick-arrow:hover svg {
  fill: #000;
}
.rental_detail01 .pro_more_slick .slick-arrow.white svg {
  fill: #fff;
}
.rental_detail01 .pro_more_slick .slick-arrow.white:hover svg {
  fill: #000;
}

.rental_detail01_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 120;
  transition: all 0.3s;
}
.rental_detail01_popup .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.rental_detail01_popup .popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 10px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.rental_detail01_popup .popup_content .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .rental_detail01_popup .popup_content .close_btn {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
}
.rental_detail01_popup .popup_content .close_btn::before, .rental_detail01_popup .popup_content .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .rental_detail01_popup .popup_content .close_btn::before, .rental_detail01_popup .popup_content .close_btn::after {
    width: 15px;
  }
}
.rental_detail01_popup .popup_content .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.rental_detail01_popup .popup_content .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.rental_detail01_popup .popup_content .editor {
  max-height: calc(100vh - 60px);
  overflow: auto;
}
.rental_detail01_popup.show {
  opacity: 1;
  pointer-events: auto;
}
.rental_detail01_popup.show .popup_content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.news_list06 {
  padding-bottom: 60px;
}
.news_list06 .news_item:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #979797;
}
@media (max-width: 640px) {
  .news_list06 .news_item:not(:last-child) {
    padding-bottom: 25px;
  }
}
.news_list06 .news_item.video_type .news_info, .news_list06 .news_item.album_type .news_info {
  position: relative;
}
.news_list06 .news_item.video_type .news_info::before, .news_list06 .news_item.album_type .news_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.news_list06 .news_item .news_info a {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 641px) {
  .news_list06 .news_item .news_info a {
    flex-direction: row-reverse;
  }
}
.news_list06 .news_item .news_info a .left {
  width: 377px;
}
@media (max-width: 1200px) {
  .news_list06 .news_item .news_info a .left {
    width: 325px;
  }
}
@media (max-width: 840px) {
  .news_list06 .news_item .news_info a .left {
    width: 280px;
  }
}
@media (max-width: 640px) {
  .news_list06 .news_item .news_info a .left {
    width: 100%;
    margin-bottom: 15px;
  }
}
.news_list06 .news_item .news_info a .left div {
  position: relative;
  height: 0;
  min-height: 100%;
  padding-bottom: 57.9268292683%;
  overflow: hidden;
}
.news_list06 .news_item .news_info a .left div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .news_list06 .news_item .news_info a .left div img {
    transform: scale(1.001);
    transition: all 0.6s;
  }
}
.news_list06 .news_item .news_info a .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 377px);
}
@media (min-width: 641px) {
  .news_list06 .news_item .news_info a .right {
    padding: 0 3.75vw 0 0.9375vw;
  }
}
@media (max-width: 1200px) {
  .news_list06 .news_item .news_info a .right {
    width: calc(100% - 325px);
  }
}
@media (max-width: 840px) {
  .news_list06 .news_item .news_info a .right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 640px) {
  .news_list06 .news_item .news_info a .right {
    width: 100%;
  }
}
.news_list06 .news_item .news_info a .right .news_cate {
  color: #393939;
  margin-bottom: 8px;
}
@media (min-width: 1441px) {
  .news_list06 .news_item .news_info a .right .news_cate {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .news_list06 .news_item .news_info a .right .news_cate {
    margin-bottom: 10px;
  }
}
.news_list06 .news_item .news_info a .right .news_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #393939;
  font-size: calc(0.8125rem + 0.9895833333vw);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  transition: color 0.3s;
}
@media (max-width: 1200px) {
  .news_list06 .news_item .news_info a .right .news_title {
    margin-bottom: 10px;
  }
}
@media (max-width: 840px) {
  .news_list06 .news_item .news_info a .right .news_title {
    margin-bottom: 5px;
  }
}
@media (max-width: 640px) {
  .news_list06 .news_item .news_info a .right .news_title {
    line-height: 1.5;
  }
}
.news_list06 .news_item .news_info a .right .module_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 15px;
}
@media (min-width: 1201px) {
  .news_list06 .news_item .news_info a .right .module_desc {
    font-size: 16px;
  }
}
@media (min-width: 1367px) {
  .news_list06 .news_item .news_info a .right .module_desc {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (min-width: 1441px) {
  .news_list06 .news_item .news_info a .right .module_desc {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .news_list06 .news_item .news_info a .right .module_desc {
    margin-top: 10px;
  }
}
@media (max-width: 840px) {
  .news_list06 .news_item .news_info a .right .module_desc {
    margin-top: 5px;
  }
}
.news_list06 .news_item .news_info a .right .news_date {
  color: #393939;
  margin-top: 15px;
}
@media (min-width: 1441px) {
  .news_list06 .news_item .news_info a .right .news_date {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .news_list06 .news_item .news_info a .right .news_date {
    margin-top: 7px;
  }
}
@media (min-width: 1025px) {
  .news_list06 .news_item .news_info:hover a .left div img {
    transform: scale(1.05);
  }
}
.news_list06 .news_item .news_info:hover a .right .news_title {
  color: #000;
}
.news_list06 .news_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.news_list06 [class^=pagination] {
  margin-top: 60px;
}

.news_detail06 .news_top {
  display: flex;
  margin-bottom: 3.90625vw;
}
@media (max-width: 1024px) {
  .news_detail06 .news_top {
    margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .news_detail06 .news_top {
    flex-direction: column-reverse;
  }
}
.news_detail06 .news_top .news_info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 36.4285714286%;
}
@media (max-width: 960px) {
  .news_detail06 .news_top .news_info {
    width: 100%;
  }
}
.news_detail06 .news_top .news_info .news_useless {
  color: #393939;
  font-size: 4.0625vw;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .news_detail06 .news_top .news_info .news_useless {
    display: none;
  }
}
.news_detail06 .news_top .news_info .news_title {
  color: #393939;
  font-size: calc(1.25rem + 0.8333333333vw);
  font-weight: 700;
}
@media (min-width: 1201px) {
  .news_detail06 .news_top .news_info .news_title {
    margin-top: auto;
  }
}
@media (max-width: 1200px) {
  .news_detail06 .news_top .news_info .news_title {
    margin-bottom: auto;
  }
}
@media (max-width: 960px) {
  .news_detail06 .news_top .news_info .news_title {
    padding-right: 30px;
  }
}
.news_detail06 .news_top .news_info .news_date {
  display: flex;
  align-items: flex-end;
  gap: 0 30px;
  margin-top: 46px;
}
@media (max-width: 960px) {
  .news_detail06 .news_top .news_info .news_date {
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 0 20px;
    margin-top: -38px;
  }
}
.news_detail06 .news_top .news_info .news_date .m_d {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px 0;
}
.news_detail06 .news_top .news_info .news_date .m_d span:nth-child(odd) {
  color: #393939;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}
.news_detail06 .news_top .news_info .news_date .m_d span:nth-child(even) {
  width: 1px;
  height: 40px;
  background: #393939;
}
.news_detail06 .news_top .news_info .news_date .y {
  color: #393939;
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 481px) {
  .news_detail06 .news_top .news_info .news_date .y {
    font-size: calc(0.625rem + 1.0416666667vw);
  }
}
.news_detail06 .news_top .news_pic {
  width: 63.5714285714%;
  padding-left: 20px;
}
@media (max-width: 960px) {
  .news_detail06 .news_top .news_pic {
    width: 100%;
    padding-left: 0;
    margin-bottom: 25px;
  }
}
@media (min-width: 961px) {
  .news_detail06 .news_top .news_pic p {
    position: relative;
    height: 0;
    min-height: 100%;
    padding-bottom: 57.9268292683%;
    overflow: hidden;
  }
  .news_detail06 .news_top .news_pic p img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.news_detail06 .back_to_list {
  margin-top: 60px;
}
.news_detail06 .news_switcher {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.news_detail06 .news_switcher a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
  width: 50%;
  height: 120px;
  padding: 15px 25px;
  border-top: 1px solid #000;
  transition: background 0.3s;
}
@media (min-width: 769px) {
  .news_detail06 .news_switcher a + a {
    border-left: 1px solid #000;
  }
}
@media (max-width: 960px) {
  .news_detail06 .news_switcher a {
    gap: 0 15px;
    height: 90px;
  }
}
@media (max-width: 768px) {
  .news_detail06 .news_switcher a {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .news_detail06 .news_switcher a {
    height: 80px;
  }
}
.news_detail06 .news_switcher a span {
  flex-shrink: 0;
  position: relative;
  width: 5.0520833333vw;
  height: 1px;
  margin-top: 4px;
  background: #000;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .news_detail06 .news_switcher a span {
    width: 40px;
  }
}
.news_detail06 .news_switcher a span::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  transition: border-color 0.3s;
}
.news_detail06 .news_switcher a span:first-child::before {
  left: 0;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #000 transparent;
}
.news_detail06 .news_switcher a span:last-child::before {
  right: 0;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #000;
}
.news_detail06 .news_switcher a p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .news_detail06 .news_switcher a p {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .news_detail06 .news_switcher a p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .news_detail06 .news_switcher a p {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .news_detail06 .news_switcher a:hover {
    background: #000;
  }
  .news_detail06 .news_switcher a:hover span {
    background: #fff;
  }
  .news_detail06 .news_switcher a:hover span:first-child::before {
    border-color: transparent transparent #fff transparent;
  }
  .news_detail06 .news_switcher a:hover span:last-child::before {
    border-color: transparent transparent transparent #fff;
  }
  .news_detail06 .news_switcher a:hover p {
    color: #fff;
  }
}

.faq01 {
  padding-bottom: 60px;
}
.faq01 .faq_list .faq_item {
  border: 1px solid #ccc;
}
.faq01 .faq_list .faq_item:not(:last-child) {
  margin-bottom: 15px;
}
.faq01 .faq_list .faq_item .faq_title {
  display: flex;
  padding-left: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .faq01 .faq_list .faq_item .faq_title {
    padding-left: 10px;
  }
}
.faq01 .faq_list .faq_item .faq_title > *:first-child {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  color: #393939;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  padding-top: 18px;
  transition: all 0.3s;
}
.faq01 .faq_list .faq_item .faq_title > *:first-child i {
  display: block;
}
.faq01 .faq_list .faq_item .faq_title > p {
  display: flex;
  align-items: center;
  width: calc(100% - 110px);
  color: #393939;
  font-size: 16px;
  padding: 10px 15px 10px 0;
  transition: all 0.3s;
}
.faq01 .faq_list .faq_item .faq_title > *:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  color: #fff;
  font-size: 16px;
  background: #000;
  transition: all 0.3s;
}
.faq01 .faq_list .faq_item .faq_title > *:last-child i {
  display: block;
  transition: all 0.3s;
}
.faq01 .faq_list .faq_item .faq_title.active {
  background: #000 !important;
}
.faq01 .faq_list .faq_item .faq_title.active > *:first-child {
  color: #fff;
}
.faq01 .faq_list .faq_item .faq_title.active > p {
  color: #fff;
}
.faq01 .faq_list .faq_item .faq_title.active > *:last-child {
  color: #393939;
}
.faq01 .faq_list .faq_item .faq_title.active > *:last-child i {
  transform: rotate(45deg);
}
.faq01 .faq_list .faq_item:nth-child(odd) .faq_title {
  background: #E6E7E9;
}
.faq01 .faq_list .faq_item:nth-child(odd) .faq_title.active > *:last-child {
  background: #E6E7E9;
}
.faq01 .faq_list .faq_item:nth-child(even) .faq_title {
  background: #FBFBFB;
}
.faq01 .faq_list .faq_item:nth-child(even) .faq_title.active > *:last-child {
  background: #FBFBFB;
}
.faq01 .faq_list .faq_item .faq_answer {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #ccc;
}
.faq01 .faq_list .faq_item .faq_answer > div {
  display: flex;
  align-items: flex-start;
  padding: 30px 60px 30px 20px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .faq01 .faq_list .faq_item .faq_answer > div {
    padding: 25px 30px 25px 10px;
  }
}
.faq01 .faq_list .faq_item .faq_answer > div > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  color: #393939;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  text-align: center;
}
.faq01 .faq_list .faq_item .faq_answer > div > div:nth-child(1) i {
  display: block;
}
.faq01 .faq_list .faq_item .faq_answer > div > div:nth-child(2) {
  width: calc(100% - 50px);
}
.faq01 [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .faq01 [class^=pagination] {
    margin-top: 40px;
  }
}

.contact01 {
  padding-bottom: 60px;
}
.contact01 .contact_left {
  width: 65%;
  padding-right: 65px;
}
@media (max-width: 1024px) {
  .contact01 .contact_left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.contact01 .contact_left .hello {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6c6c6;
}
.contact01 .contact_left form .form_item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .contact01 .contact_left form .form_item.w50 {
    width: 50%;
  }
}
.contact01 .contact_left form .form_item .label {
  margin-bottom: 5px;
}
.contact01 .contact_left form .form_item.one_line .label {
  display: inline-block;
}
.contact01 .contact_left form .form_item label {
  color: #393939;
  font-size: 16px;
  margin-right: 7px;
}
.contact01 .contact_left form .form_item label.must::after {
  content: "*";
  color: #d20014;
}
.contact01 .contact_left form .form_item label.radio {
  cursor: pointer;
  border: unset;
  border-radius: unset;
}
.contact01 .contact_left form .form_item input:not([type=radio]) {
  display: block;
  width: 100%;
}
.contact01 .contact_left form .form_item textarea {
  display: block;
  width: 100%;
}
.contact01 .contact_left form .form_item .submit {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .contact01 .contact_left form .form_item .submit {
    margin-top: 20px;
  }
  .contact01 .contact_left form .form_item .submit > * {
    margin: 0 auto;
  }
}
.contact01 .contact_left form .form_item input[type=submit] {
  display: none;
}
.contact01 .contact_right {
  width: 35%;
}
@media (max-width: 1024px) {
  .contact01 .contact_right {
    width: 100%;
  }
}
.contact01 .contact_right .snazzy {
  margin-bottom: 30px;
}
.contact01 .contact_right .snazzy #map {
  height: 0;
  padding-bottom: 78%;
}
@media (max-width: 1024px) {
  .contact01 .contact_right .snazzy #map {
    padding-bottom: 300px;
  }
}
.contact01 .contact_right .google_map {
  margin-bottom: 30px;
}
.contact01 .contact_right .google_map iframe {
  max-width: 100%;
}
@media (min-width: 1025px) {
  .contact01 .contact_right .google_map {
    position: relative;
    height: 0;
    padding-bottom: 78%;
    overflow: hidden;
  }
  .contact01 .contact_right .google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.contact01 .contact_right .contact_info a {
  display: flex;
  align-items: center;
}
.contact01 .contact_right .contact_info a:not(:last-child) {
  margin-bottom: 10px;
}
.contact01 .contact_right .contact_info a p {
  transition: all 0.3s;
}
.contact01 .contact_right .contact_info a p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  color: #a5a5a5;
  font-size: 20px;
  margin-right: 10px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
}
.contact01 .contact_right .contact_info a p:nth-child(1) i {
  display: block;
}
.contact01 .contact_right .contact_info a p:nth-child(2) {
  display: flex;
  align-items: center;
  color: #393939;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  word-break: break-all;
}
.contact01 .contact_right .contact_info a p:nth-child(2) span {
  padding-right: 10px;
  word-break: keep-all;
}
.contact01 .contact_right .contact_info a:hover p:nth-child(1) {
  color: #000;
  border: 2px solid #000;
}
.contact01 .contact_right .contact_info a:hover p:nth-child(2) {
  color: #000;
}

.add-purchase01 {
  padding: 40px 0 50px;
}
.add-purchase01 .card-list {
  margin: 0 -10px;
}
@media (max-width: 640px) {
  .add-purchase01 .card-list {
    margin: 0 -5px;
  }
}
.add-purchase01 .card-list:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.add-purchase01 .card-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.add-purchase01 .card-list__item {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .add-purchase01 .card-list__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .add-purchase01 .card-list__item {
    width: 50%;
    padding: 0 5px;
  }
}
.add-purchase01 .card-list__item__img-box__pic {
  width: 100%;
}
.add-purchase01 .card-list__item__img-box a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.add-purchase01 .card-list__item__img-box a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.add-purchase01 .card-list__item__img-box a.multi img {
  transition: all 0.8s;
}
.add-purchase01 .card-list__item__img-box a.multi img:nth-child(1) {
  opacity: 1;
}
.add-purchase01 .card-list__item__img-box a.multi img:nth-child(2) {
  opacity: 0;
}
.add-purchase01 .card-list__item__img-box a.multi:hover img:nth-child(1) {
  opacity: 0;
}
.add-purchase01 .card-list__item__img-box a.multi:hover img:nth-child(2) {
  opacity: 1;
}
.add-purchase01 .card-list__item__text-box {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.add-purchase01 .card-list__item .text-box__title {
  color: #414042;
  font-size: 16px;
}
.add-purchase01 .card-list__item .text-box__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 20px;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .add-purchase01 .card-list__item .text-box__price {
    margin-top: 10px;
  }
}
.add-purchase01 .add-purchase {
  margin-bottom: 40px;
}
.add-purchase01 .add-purchase__title {
  font-size: 16px;
  font-weight: 400;
}
.add-purchase01 .add-purchase__list {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .add-purchase01 .add-purchase__list {
    margin-top: 15px;
  }
}

@media (min-width: 1201px) {
  .pay01 .container {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1201px) {
  .pay01 .pay-info {
    width: calc(100% - 380px);
    padding-right: 100px;
  }
}
@media (max-width: 1200px) {
  .pay01 .pay-info {
    display: flex;
    flex-direction: column;
  }
}
.pay01 .pay-info__progress-bar {
  display: flex;
  gap: 3px;
  padding: 25px 0;
}
.pay01 .pay-info__progress-bar__item {
  flex: 1;
  text-align: center;
}
.pay01 .pay-info__progress-bar__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid #000;
}
.pay01 .pay-info__progress-bar__item.active::after {
  background-color: #000;
}
.pay01 .pay-info__progress-bar__item:first-child::after {
  border-radius: 24px 0 0 24px;
}
.pay01 .pay-info__progress-bar__item:last-child::after {
  border-radius: 0 24px 24px 0;
}
.pay01 .pay-info__login {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 25px;
  background-color: #BF1E2E;
}
@media (max-width: 1200px) {
  .pay01 .pay-info__login {
    order: -1;
    margin-bottom: 0;
    color: #ffffff;
  }
}
.pay01 .pay-info__login-text {
  color: #fff;
}
.pay01 .pay-info__login .btn {
  flex-shrink: 0;
  width: 50px;
  line-height: 20px;
  margin-left: 30px;
  color: #414042;
  background-color: #ffffff;
  border-color: #ffffff;
}
.pay01 .pay-info__login .btn:hover {
  color: #ffffff;
  background-color: #BF1E2E;
  border-color: #ffffff;
}
@media (max-width: 1200px) {
  .pay01 .pay-info__login .btn {
    margin-left: 10px;
    border-color: #ffffff;
    color: #414042;
    background-color: #ffffff;
  }
}
.pay01 .pay-info__cart:last-child {
  padding-bottom: 50px;
}
.pay01 .pay-info__cart-description .description--highlight {
  color: #e64d4d;
}
.pay01 .pay-info__cart-list {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .pay01 .pay-info__cart-list {
    border-top: 1px solid #ededed;
  }
}
.pay01 .pay-info__cart-list .cart-list__thead {
  display: flex;
  line-height: 50px;
}
.pay01 .pay-info__cart-list .cart-list__thead__title {
  flex-grow: 1;
  padding-left: 20px;
}
.pay01 .pay-info__cart-list .cart-list__thead__price, .pay01 .pay-info__cart-list .cart-list__thead__num, .pay01 .pay-info__cart-list .cart-list__thead__subtotal, .pay01 .pay-info__cart-list .cart-list__thead__del {
  flex-shrink: 0;
  text-align: center;
  padding: 0 10px;
}
.pay01 .pay-info__cart-list .cart-list__thead__price {
  width: 15%;
}
.pay01 .pay-info__cart-list .cart-list__thead__num {
  width: 17%;
}
.pay01 .pay-info__cart-list .cart-list__thead__subtotal {
  width: 14%;
}
.pay01 .pay-info__cart-list .cart-list__thead__del {
  width: 12%;
}
.pay01 .pay-info__cart-list .cart-list__tbody {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #ededed;
}
@media (max-width: 1500px) {
  .pay01 .pay-info__cart-list .cart-list__tbody {
    padding: 15px 0;
  }
}
.pay01 .pay-info__cart-list .cart-list__tbody__pic {
  flex-shrink: 0;
  width: 17%;
  padding: 0 20px;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__pic {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__pic {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__pic {
    width: 100px;
    padding: 0;
  }
}
@media (max-width: 540px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__pic {
    width: 80px;
  }
}
.pay01 .pay-info__cart-list .cart-list__tbody__info {
  flex-grow: 1;
  padding-top: 40px;
}
@media (min-width: 1201px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__info {
    display: flex;
  }
  .pay01 .pay-info__cart-list .cart-list__tbody__info-title {
    flex-grow: 1;
  }
  .pay01 .pay-info__cart-list .cart-list__tbody__info-price, .pay01 .pay-info__cart-list .cart-list__tbody__info-num, .pay01 .pay-info__cart-list .cart-list__tbody__info-subtotal {
    flex-shrink: 0;
    padding: 0 10px;
    text-align: center;
  }
  .pay01 .pay-info__cart-list .cart-list__tbody__info-price {
    width: 22%;
  }
  .pay01 .pay-info__cart-list .cart-list__tbody__info-num {
    width: 23%;
  }
  .pay01 .pay-info__cart-list .cart-list__tbody__info-subtotal {
    width: 19%;
  }
}
@media (max-width: 1500px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__info {
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__info {
    padding-top: 10px;
    padding-left: 15px;
  }
  .pay01 .pay-info__cart-list .cart-list__tbody__info [data-title]::before {
    content: attr(data-title);
    margin-right: 10px;
  }
}
@media (max-width: 540px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__info {
    padding-top: 0;
  }
}
.pay01 .pay-info__cart-list .cart-list__tbody__info-title__type {
  color: #939598;
}
@media (max-width: 1200px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__info-title {
    margin-bottom: 5px;
  }
}
@media (max-width: 1200px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__info-price {
    display: none;
  }
}
@media (max-width: 1200px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__info-num {
    margin: 10px 0;
  }
}
@media (max-width: 540px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__info-num {
    float: left;
    margin: 10px 0 0;
  }
}
.pay01 .pay-info__cart-list .cart-list__tbody__info-num__select {
  width: 100%;
  max-width: 180px;
  line-height: 30px;
  padding-left: 10px;
  border-color: #b2b2b2;
}
@media (max-width: 1200px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__info-subtotal {
    color: #e64d4d;
  }
}
@media (max-width: 540px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__info-subtotal {
    float: right;
    margin-top: 15px;
  }
  .pay01 .pay-info__cart-list .cart-list__tbody__info-subtotal::before {
    display: none;
  }
}
.pay01 .pay-info__cart-list .cart-list__tbody__del {
  flex-shrink: 0;
  padding-top: 40px;
  text-align: center;
}
@media (min-width: 1201px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__del {
    width: 12%;
  }
}
@media (max-width: 1500px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__del {
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__del {
    width: 50px;
    padding-top: 0;
    align-self: center;
  }
}
@media (max-width: 540px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__del {
    width: 25px;
    align-self: flex-start;
  }
}
.pay01 .pay-info__cart-list .cart-list__tbody__del-btn {
  color: #b2b2b2;
  font-size: 26px;
  font-weight: 700;
  font-family: "Gruppo", cursive;
}
@media (max-width: 540px) {
  .pay01 .pay-info__cart-list .cart-list__tbody__del-btn {
    font-size: 15px;
    padding: 3px 7px;
  }
}
.pay01 .pay-info__cart-btns {
  max-width: 200px;
  margin-top: 25px;
}
.pay01 .pay-info__form-title {
  font-size: 16px;
  font-weight: 700;
}
.pay01 .pay-info__form-list {
  padding-bottom: 60px;
}
@media (min-width: 641px) {
  .pay01 .pay-info__form .form-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
  }
}
@media (min-width: 641px) {
  .pay01 .pay-info__form .form-list__box {
    width: 50%;
    padding: 15px 7px;
  }
  .pay01 .pay-info__form .form-list__box.box--full {
    width: 100%;
  }
  .pay01 .pay-info__form .form-list__box.box--small {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .pay01 .pay-info__form .form-list__box {
    margin-top: 15px;
  }
}
.pay01 .pay-info__form .form-list__box.box--require .form-list__box__title::after {
  content: "*";
  color: #e64d4d;
}
.pay01 .pay-info__form .form-list__box.box--end {
  align-self: flex-end;
}
.pay01 .pay-info__form .form-list__box.address-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}
@media (min-width: 641px) {
  .pay01 .pay-info__form .form-list__box .address-box__city, .pay01 .pay-info__form .form-list__box .address-box__town, .pay01 .pay-info__form .form-list__box .address-box__post-code {
    width: 150px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .pay01 .pay-info__form .form-list__box .address-box__city, .pay01 .pay-info__form .form-list__box .address-box__town, .pay01 .pay-info__form .form-list__box .address-box__post-code {
    flex-grow: 1;
  }
}
@media (min-width: 961px) {
  .pay01 .pay-info__form .form-list__box .address-box__address {
    width: auto;
    flex-grow: 1;
  }
}
.pay01 .pay-info__form .form-list__box.invoice-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 35px;
}
@media (max-width: 1200px) {
  .pay01 .pay-info__form .form-list__box.invoice-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pay01 .pay-info__form .form-list__box .invoice-box__input {
  margin: 0 5px 0 0;
}
.pay01 .pay-info__form .form-list__box .invoice-box__select {
  line-height: normal;
}
.pay01 .pay-info__form .form-list__box .input,
.pay01 .pay-info__form .form-list__box .select,
.pay01 .pay-info__form .form-list__box .textarea,
.pay01 .pay-info__form .form-list__box .checkbox,
.pay01 .pay-info__form .form-list__box .radio {
  border-color: #b2b2b2;
}
.pay01 .pay-info__form .form-list__box__title {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.pay01 .pay-info__form .form-list__box__title#same-as-shopper {
  width: fit-content;
}
.pay01 .pay-info__form .form-list__box__input {
  width: 100%;
}
.pay01 .pay-info__form .form-list__box__input-box {
  display: flex;
  gap: 5px 7px;
}
.pay01 .pay-info__form .form-list__box__description {
  width: 100%;
  color: #b2b2b2;
}
.pay01 .pay-info__form .form-list__box__description:not(:first-child) {
  margin-top: 15px;
}
.pay01 .pay-info__form .form-list__box__text-btn {
  display: inline-block;
  font-size: 12px;
}
@media (min-width: 641px) {
  .pay01 .pay-info__form .form-list__box__text-btn {
    line-height: 40px;
  }
}
.pay01 .pay-info__cart-info {
  margin-top: 40px;
}
.pay01 .pay-info__cart-info .cart-info__box {
  display: flex;
}
.pay01 .pay-info__cart-info .cart-info__box__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  padding: 25px;
}
@media (max-width: 960px) {
  .pay01 .pay-info__cart-info .cart-info__box__title {
    width: 160px;
    padding: 20px 10px;
  }
}
@media (max-width: 400px) {
  .pay01 .pay-info__cart-info .cart-info__box__title {
    width: 120px;
  }
}
.pay01 .pay-info__cart-info .cart-info__box__info {
  padding: 25px 35px;
}
@media (max-width: 960px) {
  .pay01 .pay-info__cart-info .cart-info__box__info {
    padding: 20px 30px;
  }
}
.pay01 .pay-info__cart-info .cart-info__box__info .info--highlight {
  color: #e64d4d;
}
.pay01 .pay-info__cart-info .cart-info__box__info .info--down {
  color: #b2b2b2;
}
.pay01 .pay-info__btns {
  margin: 70px auto 100px;
  width: 100%;
  max-width: 620px;
}
@media (max-width: 1200px) {
  .pay01 .pay-info__btns {
    margin: 40px auto;
  }
}
@media (max-width: 640px) {
  .pay01 .pay-info__btns {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .pay01 .pay-info__btns .btn--line {
    width: 100%;
  }
}
.pay01 .pay-info__btns .btn .adshop-line {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  font-size: 26px;
}
.pay01 .pay-summary {
  position: sticky;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1201px) {
  .pay01 .pay-summary {
    width: 380px;
    top: 150px;
    padding: 50px 0;
  }
}
@media (max-width: 1200px) {
  .pay01 .pay-summary {
    bottom: 0;
    padding: 20px 30px;
    margin-left: -30px;
    margin-right: -30px;
    background-color: #ffffff;
  }
}
@media (max-width: 640px) {
  .pay01 .pay-summary {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.pay01 .pay-summary__title {
  width: 50%;
  flex-grow: 1;
  padding-bottom: 5px;
  border-bottom: 1px solid #939598;
}
@media (min-width: 1201px) {
  .pay01 .pay-summary__title {
    font-size: 20px;
  }
}
.pay01 .pay-summary__toggle {
  flex-shrink: 0;
  padding-left: 10px;
  border-bottom: 1px solid #939598;
  color: #b2b2b2;
  cursor: pointer;
}
.pay01 .pay-summary__toggle.active .fa-caret-up {
  transform: rotate(180deg);
}
.pay01 .pay-summary__toggle-box {
  width: 100%;
}
@media (min-width: 1201px) {
  .pay01 .pay-summary__toggle-box {
    display: block !important;
  }
}
@media (max-width: 1200px) {
  .pay01 .pay-summary__toggle-box {
    display: none;
  }
}
.pay01 .pay-summary__shipping {
  padding: 15px 0;
  border-bottom: 1px solid #939598;
}
.pay01 .pay-summary__discount {
  padding: 15px 0 20px;
  border-bottom: 1px solid #939598;
}
.pay01 .pay-summary__discount-title {
  font-size: 16px;
}
.pay01 .pay-summary__discount-tags {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-top: 10px;
  color: #e64d4d;
}
.pay01 .pay-summary__discount-tags .tag {
  flex-shrink: 0;
}
.pay01 .pay-summary__discount-tags .tag-text {
  flex-grow: 1;
}
.pay01 .pay-summary__discount-tags .text-price {
  flex-shrink: 0;
}
.pay01 .pay-summary__coupon {
  display: flex;
  align-items: flex-start;
  gap: 5px 15px;
  padding: 15px 0;
  border-bottom: 1px solid #939598;
}
.pay01 .pay-summary__coupon-title {
  flex-shrink: 0;
}
.pay01 .pay-summary__coupon-item {
  flex-grow: 1;
}
.pay01 .pay-summary__coupon-item__input {
  width: 100%;
  padding: 0 10px !important;
  line-height: 30px;
  font-size: 12px;
}
.pay01 .pay-summary__coupon-item__description {
  color: #939598;
}
.pay01 .pay-summary__coupon-btns {
  flex-shrink: 0;
  gap: 5px;
  width: 80px;
}
.pay01 .pay-summary__subtotal {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #939598;
}
.pay01 .pay-summary__subtotal-title {
  width: 50%;
  flex-grow: 1;
  padding: 5px 10px 5px 0;
}
.pay01 .pay-summary__subtotal-title:not(:nth-last-child(2)) {
  border-bottom: 1px solid #b2b2b2;
}
.pay01 .pay-summary__subtotal-price {
  flex-shrink: 0;
  padding: 5px 0;
}
.pay01 .pay-summary__subtotal-price:not(:last-child) {
  border-bottom: 1px solid #b2b2b2;
}
.pay01 .pay-summary__total {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 15px;
  color: #e64d4d;
}
@media (max-width: 1200px) {
  .pay01 .pay-summary__total {
    width: 50%;
    padding-top: 30px;
  }
}
.pay01 .pay-summary__total-title {
  width: 50%;
  flex-grow: 1;
  padding-right: 10px;
}
@media (max-width: 1200px) {
  .pay01 .pay-summary__total-title {
    width: auto;
    flex-grow: unset;
  }
}
.pay01 .pay-summary__total-price {
  flex-shrink: 0;
}
.pay01 .pay-summary__btns {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .pay01 .pay-summary__btns {
    width: auto;
    margin-top: 20px;
    margin-left: auto;
  }
}
.pay01 .pay-thank {
  position: sticky;
  z-index: 9;
  text-align: center;
  padding: 50px;
}
@media (min-width: 1201px) {
  .pay01 .pay-thank {
    width: 380px;
    top: 200px;
    order: 2;
  }
}
@media (max-width: 1200px) {
  .pay01 .pay-thank {
    padding: 10px;
    margin-bottom: 20px;
  }
  .pay01 .pay-thank br {
    display: none;
  }
}

.login01 {
  padding: 150px 0 90px;
}
@media (max-width: 1200px) {
  .login01 {
    padding: 50px 0 60px;
  }
}
@media (max-width: 640px) {
  .login01 {
    padding: 20px 0 40px;
  }
}
.login01 .container {
  max-width: 1160px;
}
@media (min-width: 1201px) {
  .login01 .container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) and (min-width: 401px) {
  .login01 .container {
    padding: 0 50px;
  }
}
@media (min-width: 1201px) {
  .login01 .login__quick-pay {
    width: 50%;
    order: 2;
  }
  .login01 .login__quick-register {
    width: 50%;
    order: 4;
  }
  .login01 .login__form {
    width: 50%;
    padding-right: 80px;
    order: 1;
  }
  .login01 .login__form:first-child:last-child {
    width: 445px;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .login01 .login__forgot-pwd {
    width: 50%;
    padding-right: 80px;
    order: 3;
  }
}
@media (max-width: 1200px) {
  .login01 .login__form {
    margin: 50px auto 0;
    max-width: 640px;
  }
  .login01 .login__form:first-child:last-child {
    margin-top: 0;
  }
}
.login01 .register__title {
  font-size: 26px;
  text-align: center;
}
.login01 .register__title-icon {
  margin-right: 5px;
  transform: rotateY(180deg);
}
.login01 .recertification__title,
.login01 .reset-password__title {
  font-size: 20px;
  color: #939598;
}
@media (max-width: 1200px) {
  .login01 .recertification__title,
  .login01 .reset-password__title {
    font-size: 16px;
    text-align: center;
  }
}
.login01 .quick-pay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px;
  border: 1px solid #939598;
  text-align: center;
}
.login01 .quick-pay__title {
  font-size: 26px;
}
@media (max-width: 640px) {
  .login01 .quick-pay__title {
    font-size: 20px;
  }
}
@media (min-width: 641px) {
  .login01 .quick-pay__description {
    max-width: 240px;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .login01 .quick-pay__description {
    margin-top: 15px;
    font-size: 12px;
  }
}
.login01 .quick-pay__btn {
  width: 100%;
  max-width: 280px;
  margin-top: 20px;
}
.login01 .quick-login {
  padding-bottom: 20px;
  border-bottom: 1px solid #939598;
  text-align: center;
}
.login01 .quick-login__title {
  font-size: 26px;
}
.login01 .quick-login__title-icon {
  margin-right: 5px;
  transform: rotateY(180deg);
}
.login01 .quick-login__btns {
  margin-top: 20px;
}
.login01 .quick-login__btns .btn-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 20px;
}
.login01 .login-form__title {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.login01 .login-form__input {
  width: 100%;
  margin-top: 15px;
  border-color: #939598 !important;
}
.login01 .login-form__checkbox {
  display: inline-block;
  vertical-align: middle;
}
.login01 .login-form__description {
  margin-top: 15px;
  color: #b2b2b2;
}
.login01 .login-form__btn {
  margin-top: 25px;
}
.login01 .login__quick-register,
.login01 .login__forgot-pwd {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 1201px) {
  .login01 .login__forgot-pwd .text-btn--underline {
    text-decoration-color: transparent;
  }
  .login01 .login__forgot-pwd .text-btn--underline:hover {
    text-decoration-color: currentColor;
  }
}

.member01 {
  padding: 40px 0 50px;
}
@media (max-width: 1200px) {
  .member01 {
    padding: 0 0 50px;
  }
}
.member01:first-child:not(:last-child) {
  padding-bottom: 0;
}
.member01:not(:first-child) {
  padding-top: 0;
}
.member01 .member__info-bar {
  display: flex;
  flex-wrap: wrap;
  padding: 45px 0;
}
@media (max-width: 1200px) {
  .member01 .member__info-bar {
    padding: 15px 0;
  }
}
.member01 .member__info-bar:nth-child(n+2) {
  padding-top: 0;
}
.member01 .member__info-bar .info-bar__base {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1201px) {
  .member01 .member__info-bar .info-bar__base {
    flex: 2;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .member01 .member__info-bar .info-bar__base {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .member01 .member__info-bar .info-bar__base {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
.member01 .member__info-bar .info-bar__base__item {
  width: calc(50% - 15px);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  color: #414042;
}
.member01 .member__info-bar .info-bar__base__item:not(:last-child) {
  position: relative;
}
.member01 .member__info-bar .info-bar__base__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background-color: #b2b2b2;
}
.member01 .member__info-bar .info-bar__base__item-icon {
  margin-right: 10px;
}
.member01 .member__info-bar .info-bar__base__item-text {
  color: #b2b2b2;
}
.member01 .member__info-bar .info-bar__base__item-text .item-text__title {
  display: block;
  color: #414042;
  font-size: 18px;
}
@media (max-width: 640px) {
  .member01 .member__info-bar .info-bar__base__item-text .item-text__title {
    font-size: 16px;
  }
}
.member01 .member__info-bar .info-bar__base__item-text .item-text__price {
  display: block;
  margin-top: 5px;
  color: #e64d4d;
  font-size: 18px;
}
@media (max-width: 640px) {
  .member01 .member__info-bar .info-bar__base__item-text .item-text__price {
    font-size: 16px;
  }
}
.member01 .member__info-bar .info-bar__base__item-text .item-text__price::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  transform: rotate(45deg);
}
.member01 .member__info-bar .info-bar__base__item-text .item-text__price.no_after::after {
  display: none;
}
@media (min-width: 961px) {
  .member01 .member__info-bar .info-bar__base__item-text .item-text__price br {
    display: none;
  }
}
.member01 .member__info-bar .info-bar__news {
  display: flex;
}
@media (min-width: 1201px) {
  .member01 .member__info-bar .info-bar__news {
    flex: 4;
    border-left: 1px solid #b2b2b2;
  }
}
@media (max-width: 1200px) {
  .member01 .member__info-bar .info-bar__news {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .member01 .member__info-bar .info-bar__news {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
.member01 .member__info-bar .info-bar__news__item, .member01 .member__info-bar .info-bar__news__info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  font-size: 18px;
  color: #414042;
}
.member01 .member__info-bar .info-bar__news__item::before, .member01 .member__info-bar .info-bar__news__info::before {
  content: "";
  position: absolute;
  bottom: calc(50% - 30px);
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #b2b2b2;
}
.member01 .member__info-bar .info-bar__news__item:first-child::before, .member01 .member__info-bar .info-bar__news__info:first-child::before {
  display: none;
}
@media (min-width: 1201px) {
  .member01 .member__info-bar .info-bar__news__item, .member01 .member__info-bar .info-bar__news__info {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .member01 .member__info-bar .info-bar__news__item, .member01 .member__info-bar .info-bar__news__info {
    flex: 1;
  }
}
@media (max-width: 480px) {
  .member01 .member__info-bar .info-bar__news__item, .member01 .member__info-bar .info-bar__news__info {
    font-size: 14px;
  }
}
.member01 .member__info-bar .info-bar__news__item-num, .member01 .member__info-bar .info-bar__news__item-icon, .member01 .member__info-bar .info-bar__news__info-num, .member01 .member__info-bar .info-bar__news__info-icon {
  font-size: 26px;
  line-height: 40px;
}
.member01 .member__info-bar .info-bar__news__item-icon[data-num], .member01 .member__info-bar .info-bar__news__info-icon[data-num] {
  position: relative;
}
.member01 .member__info-bar .info-bar__news__item-icon[data-num]::after, .member01 .member__info-bar .info-bar__news__info-icon[data-num]::after {
  content: attr(data-num);
  position: absolute;
  top: -1px;
  right: -12px;
  min-width: 15px;
  height: 15px;
  line-height: 15px;
  padding: 0 3px;
  color: #ffffff;
  background-color: #e64d4d;
  border-radius: 8px;
  text-align: center;
}
.member01 .member__info-bar .info-bar__news__item.no_font_size, .member01 .member__info-bar .info-bar__news__info.no_font_size {
  font-size: unset;
}
@media (min-width: 1201px) {
  .member01 .member__info-bar .info-bar__news__item::before {
    content: "";
    bottom: 15%;
    height: 70%;
  }
  .member01 .member__info-bar .info-bar__news__item:first-child {
    width: calc(25% - 15px);
    margin-left: auto;
  }
  .member01 .member__info-bar .info-bar__news__item:nth-last-child(2) {
    width: calc(25% - 15px);
    margin-right: auto;
  }
}
@media (min-width: 1201px) {
  .member01 .member__info-bar .info-bar__news__info {
    width: calc(25% - 15px);
    margin-left: auto;
  }
  .member01 .member__info-bar .info-bar__news__info::before {
    content: "";
    bottom: 0;
    left: -15px;
    height: 100%;
  }
}
.member01 .member__info-list {
  margin-top: 15px;
  border: 1px solid;
}
.member01 .member__info-list .info-list__box {
  display: flex;
}
.member01 .member__info-list .info-list__box:not(:last-child) {
  border-bottom: 1px solid;
}
.member01 .member__info-list .info-list__box__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  padding: 20px;
}
@media (max-width: 960px) {
  .member01 .member__info-list .info-list__box__title {
    width: 160px;
    padding: 10px;
  }
}
@media (max-width: 400px) {
  .member01 .member__info-list .info-list__box__title {
    width: 120px;
  }
}
.member01 .member__info-list .info-list__box__info {
  flex-grow: 1;
  padding: 20px 35px;
}
@media (max-width: 960px) {
  .member01 .member__info-list .info-list__box__info {
    padding: 10px 30px;
  }
}
@media (max-width: 400px) {
  .member01 .member__info-list .info-list__box__info {
    padding: 10px 20px;
  }
}
.member01 .member__info-list .info-list__box__info.btn-box {
  align-items: center;
}
.member01 .member__info-list .info-list__box__info.btn-box .btn {
  font-size: 12px;
  line-height: 16px;
}
.member01 .member__info-list .info-list__box__info .info--highlight {
  color: #e64d4d;
}
.member01 .member__info-list .info-list__box__info .info--down {
  color: #b2b2b2;
}
@media (max-width: 960px) {
  .member01 .member__info-list .info-list__box__info .input,
  .member01 .member__info-list .info-list__box__info .select,
  .member01 .member__info-list .info-list__box__info .textarea {
    width: 100%;
  }
}
.member01 .member__info-list .info-list__box__info .input,
.member01 .member__info-list .info-list__box__info .select {
  line-height: 30px;
}
.member01 .member__info-list .info-list__box__info-title {
  margin: 0 20px;
}
.member01 .member__info-list .info-list__box__info.adderss-box {
  display: flex;
  gap: 5px 15px;
}
@media (max-width: 960px) {
  .member01 .member__info-list .info-list__box__info.adderss-box {
    flex-direction: column;
  }
}
@media (min-width: 961px) {
  .member01 .member__info-list .info-list__box__info .adderss-box__city, .member01 .member__info-list .info-list__box__info .adderss-box__town, .member01 .member__info-list .info-list__box__info .adderss-box__post-code {
    width: 16%;
  }
  .member01 .member__info-list .info-list__box__info .adderss-box__address {
    flex-grow: 1;
  }
}
.member01 .member__verification-code {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px 25px;
  margin-top: 25px;
}
@media (max-width: 640px) {
  .member01 .member__verification-code {
    gap: 5px;
  }
}
.member01 .member__verification-code .verification-code__input {
  width: 300px;
  line-height: 30px;
}
.member01 .member__btns {
  max-width: 400px;
  margin: 40px auto 0;
}
@media (min-width: 1201px) {
  .member01 .member__coupon-list {
    margin-top: 15px;
  }
}
.member01 .member__coupon-list .coupon-list__thead__title, .member01 .member__coupon-list .coupon-list__thead__date, .member01 .member__coupon-list .coupon-list__thead__price, .member01 .member__coupon-list .coupon-list__thead__state, .member01 .member__coupon-list .coupon-list__thead__note, .member01 .member__coupon-list .coupon-list__tbody__title, .member01 .member__coupon-list .coupon-list__tbody__date, .member01 .member__coupon-list .coupon-list__tbody__price, .member01 .member__coupon-list .coupon-list__tbody__state, .member01 .member__coupon-list .coupon-list__tbody__note {
  padding: 0 25px;
}
.member01 .member__coupon-list .coupon-list__thead__title, .member01 .member__coupon-list .coupon-list__thead__date, .member01 .member__coupon-list .coupon-list__tbody__title, .member01 .member__coupon-list .coupon-list__tbody__date {
  width: 18%;
}
.member01 .member__coupon-list .coupon-list__thead__price, .member01 .member__coupon-list .coupon-list__thead__state, .member01 .member__coupon-list .coupon-list__tbody__price, .member01 .member__coupon-list .coupon-list__tbody__state {
  width: 12%;
}
.member01 .member__coupon-list .coupon-list__thead__note, .member01 .member__coupon-list .coupon-list__tbody__note {
  width: 22%;
}
.member01 .member__coupon-list .coupon-list__thead {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1201px) {
  .member01 .member__coupon-list .coupon-list__thead {
    padding: 20px 55px;
  }
}
.member01 .member__coupon-list .coupon-list__tbody:hover {
  background-color: rgba(178, 178, 178, 0.05);
}
@media (min-width: 1201px) {
  .member01 .member__coupon-list .coupon-list__tbody {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 55px;
    color: #939598;
  }
}
@media (max-width: 1200px) {
  .member01 .member__coupon-list .coupon-list__tbody {
    margin-top: 50px;
  }
  .member01 .member__coupon-list .coupon-list__tbody__title, .member01 .member__coupon-list .coupon-list__tbody__date, .member01 .member__coupon-list .coupon-list__tbody__price, .member01 .member__coupon-list .coupon-list__tbody__state, .member01 .member__coupon-list .coupon-list__tbody__note {
    display: flex;
    padding: 10px 25px 10px 0;
    width: 100%;
  }
  .member01 .member__coupon-list .coupon-list__tbody__title[data-title], .member01 .member__coupon-list .coupon-list__tbody__date[data-title], .member01 .member__coupon-list .coupon-list__tbody__price[data-title], .member01 .member__coupon-list .coupon-list__tbody__state[data-title], .member01 .member__coupon-list .coupon-list__tbody__note[data-title] {
    position: relative;
    align-items: center;
  }
  .member01 .member__coupon-list .coupon-list__tbody__title[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__title[data-title]::after, .member01 .member__coupon-list .coupon-list__tbody__date[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__date[data-title]::after, .member01 .member__coupon-list .coupon-list__tbody__price[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__price[data-title]::after, .member01 .member__coupon-list .coupon-list__tbody__state[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__state[data-title]::after, .member01 .member__coupon-list .coupon-list__tbody__note[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__note[data-title]::after {
    width: 200px;
  }
}
@media (max-width: 1200px) and (max-width: 960px) {
  .member01 .member__coupon-list .coupon-list__tbody__title[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__title[data-title]::after, .member01 .member__coupon-list .coupon-list__tbody__date[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__date[data-title]::after, .member01 .member__coupon-list .coupon-list__tbody__price[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__price[data-title]::after, .member01 .member__coupon-list .coupon-list__tbody__state[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__state[data-title]::after, .member01 .member__coupon-list .coupon-list__tbody__note[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__note[data-title]::after {
    width: 160px;
  }
}
@media (max-width: 1200px) and (max-width: 400px) {
  .member01 .member__coupon-list .coupon-list__tbody__title[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__title[data-title]::after, .member01 .member__coupon-list .coupon-list__tbody__date[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__date[data-title]::after, .member01 .member__coupon-list .coupon-list__tbody__price[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__price[data-title]::after, .member01 .member__coupon-list .coupon-list__tbody__state[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__state[data-title]::after, .member01 .member__coupon-list .coupon-list__tbody__note[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__note[data-title]::after {
    width: 120px;
  }
}
@media (max-width: 1200px) {
  .member01 .member__coupon-list .coupon-list__tbody__title[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__date[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__price[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__state[data-title]::before, .member01 .member__coupon-list .coupon-list__tbody__note[data-title]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .member01 .member__coupon-list .coupon-list__tbody__title[data-title]::after, .member01 .member__coupon-list .coupon-list__tbody__date[data-title]::after, .member01 .member__coupon-list .coupon-list__tbody__price[data-title]::after, .member01 .member__coupon-list .coupon-list__tbody__state[data-title]::after, .member01 .member__coupon-list .coupon-list__tbody__note[data-title]::after {
    content: attr(data-title);
    position: relative;
    order: -1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 10px;
    margin-right: 25px;
    z-index: 1;
  }
}
@media (min-width: 1201px) {
  .member01 .member__order-list {
    margin-top: 15px;
  }
}
@media (min-width: 1201px) {
  .member01 .member__order-list .order-list__thead, .member01 .member__order-list .order-list__tbody {
    display: flex;
    padding: 20px;
    gap: 0 20px;
    text-align: center;
  }
  .member01 .member__order-list .order-list__thead__date, .member01 .member__order-list .order-list__thead__no, .member01 .member__order-list .order-list__tbody__date, .member01 .member__order-list .order-list__tbody__no {
    flex-shrink: 0;
    width: 10%;
  }
  .member01 .member__order-list .order-list__thead__price, .member01 .member__order-list .order-list__thead__info, .member01 .member__order-list .order-list__tbody__price, .member01 .member__order-list .order-list__tbody__info {
    flex-shrink: 0;
    width: 7%;
  }
  .member01 .member__order-list .order-list__thead__btns, .member01 .member__order-list .order-list__tbody__btns {
    flex-grow: 1;
  }
}
.member01 .member__order-list .order-list__tbody:hover {
  background-color: rgba(178, 178, 178, 0.05);
}
@media (min-width: 1201px) {
  .member01 .member__order-list .order-list__tbody {
    color: #939598;
  }
}
@media (max-width: 1200px) {
  .member01 .member__order-list .order-list__tbody {
    margin-top: 50px;
  }
  .member01 .member__order-list .order-list__tbody__date, .member01 .member__order-list .order-list__tbody__no, .member01 .member__order-list .order-list__tbody__price, .member01 .member__order-list .order-list__tbody__info, .member01 .member__order-list .order-list__tbody__btns {
    padding: 10px 25px 10px 0;
  }
  .member01 .member__order-list .order-list__tbody [data-title] {
    position: relative;
    display: flex;
    align-items: center;
  }
  .member01 .member__order-list .order-list__tbody [data-title]::before, .member01 .member__order-list .order-list__tbody [data-title]::after {
    width: 200px;
  }
}
@media (max-width: 1200px) and (max-width: 960px) {
  .member01 .member__order-list .order-list__tbody [data-title]::before, .member01 .member__order-list .order-list__tbody [data-title]::after {
    width: 160px;
  }
}
@media (max-width: 1200px) and (max-width: 400px) {
  .member01 .member__order-list .order-list__tbody [data-title]::before, .member01 .member__order-list .order-list__tbody [data-title]::after {
    width: 120px;
  }
}
@media (max-width: 1200px) {
  .member01 .member__order-list .order-list__tbody [data-title]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .member01 .member__order-list .order-list__tbody [data-title]::after {
    content: attr(data-title);
    position: relative;
    order: -1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 10px;
    margin-right: 25px;
  }
}
.member01 .member__order-list .order-list__tbody__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.member01 .member__order-list .order-list__tbody__btns .text-btn {
  color: #939598;
}
.member01 .member__order-list .order-list__tbody__btns .text-btn:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  margin: 0 6px;
  background-color: #939598;
}
.member01 .member__favorite-list {
  margin-top: 15px;
}
.member01 .member__favorite-list .favorite-list__thead {
  display: flex;
  padding: 20px 0;
}
.member01 .member__favorite-list .favorite-list__thead__title {
  width: 50%;
  padding-left: 80px;
}
.member01 .member__favorite-list .favorite-list__thead__del {
  width: 50%;
  text-align: center;
}
.member01 .member__favorite-list .favorite-list__tbody {
  display: flex;
  color: #939598;
}
@media (min-width: 1201px) {
  .member01 .member__favorite-list .favorite-list__tbody {
    align-items: center;
    padding: 20px 0;
  }
  .member01 .member__favorite-list .favorite-list__tbody__pic {
    width: 180px;
    padding-left: 80px;
  }
  .member01 .member__favorite-list .favorite-list__tbody__info {
    width: calc(50% - 180px);
    display: flex;
  }
  .member01 .member__favorite-list .favorite-list__tbody__info-title {
    padding-left: 50px;
    padding-right: 20px;
  }
  .member01 .member__favorite-list .favorite-list__tbody__btns {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .member01 .member__favorite-list .favorite-list__tbody {
    gap: 0 20px;
    padding: 10px 20px;
  }
  .member01 .member__favorite-list .favorite-list__tbody__pic {
    width: 90px;
    align-self: flex-start;
  }
  .member01 .member__favorite-list .favorite-list__tbody__info {
    flex-grow: 1;
    padding-top: 10px;
  }
  .member01 .member__favorite-list .favorite-list__tbody__info-price {
    margin-top: 15px;
  }
  .member01 .member__favorite-list .favorite-list__tbody__btns {
    width: 100px;
  }
  .member01 .member__favorite-list .favorite-list__tbody [data-title]::before {
    content: attr(data-title);
    margin-right: 20px;
  }
}
.member01 .member__favorite-list .favorite-list__tbody__btns {
  display: flex;
}
@media (min-width: 1201px) {
  .member01 .member__favorite-list .favorite-list__tbody__btns {
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .member01 .member__favorite-list .favorite-list__tbody__btns {
    flex-direction: column;
    align-items: flex-end;
    padding-top: 20px;
  }
}
.member01 .member__favorite-list .favorite-list__tbody__btns .text-btn {
  font-size: 26px;
  color: #b2b2b2;
}
@media (min-width: 1201px) {
  .member01 .member__inquiry-list {
    margin-top: 15px;
  }
}
@media (min-width: 1201px) {
  .member01 .member__inquiry-list .inquiry-list__thead, .member01 .member__inquiry-list .inquiry-list__tbody {
    display: flex;
    padding: 20px 80px;
    gap: 0 20px;
  }
  .member01 .member__inquiry-list .inquiry-list__thead__date, .member01 .member__inquiry-list .inquiry-list__thead__title, .member01 .member__inquiry-list .inquiry-list__tbody__date, .member01 .member__inquiry-list .inquiry-list__tbody__title {
    width: 15%;
  }
  .member01 .member__inquiry-list .inquiry-list__thead__info, .member01 .member__inquiry-list .inquiry-list__tbody__info {
    width: 70%;
  }
}
.member01 .member__inquiry-list .inquiry-list__tbody:hover {
  background-color: rgba(178, 178, 178, 0.05);
}
@media (min-width: 1201px) {
  .member01 .member__inquiry-list .inquiry-list__tbody {
    color: #939598;
  }
}
@media (max-width: 1200px) {
  .member01 .member__inquiry-list .inquiry-list__tbody {
    margin-top: 50px;
  }
  .member01 .member__inquiry-list .inquiry-list__tbody__date, .member01 .member__inquiry-list .inquiry-list__tbody__title, .member01 .member__inquiry-list .inquiry-list__tbody__info {
    padding: 10px 25px 10px 0;
  }
  .member01 .member__inquiry-list .inquiry-list__tbody [data-title] {
    position: relative;
    display: flex;
    align-items: center;
  }
  .member01 .member__inquiry-list .inquiry-list__tbody [data-title]::before, .member01 .member__inquiry-list .inquiry-list__tbody [data-title]::after {
    width: 200px;
  }
}
@media (max-width: 1200px) and (max-width: 960px) {
  .member01 .member__inquiry-list .inquiry-list__tbody [data-title]::before, .member01 .member__inquiry-list .inquiry-list__tbody [data-title]::after {
    width: 160px;
  }
}
@media (max-width: 1200px) and (max-width: 400px) {
  .member01 .member__inquiry-list .inquiry-list__tbody [data-title]::before, .member01 .member__inquiry-list .inquiry-list__tbody [data-title]::after {
    width: 120px;
  }
}
@media (max-width: 1200px) {
  .member01 .member__inquiry-list .inquiry-list__tbody [data-title]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .member01 .member__inquiry-list .inquiry-list__tbody [data-title]::after {
    content: attr(data-title);
    position: relative;
    order: -1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 10px;
    margin-right: 25px;
  }
}
.member01 .member-terms__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.member01 .member-terms__content {
  margin-top: 30px;
}
.member01 .member-terms__checkbox {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.member01 .member-terms__btns {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .member01 .class-link {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .member01 .m-class-link {
    display: none !important;
  }
}
.member01 .m-class-link__toggler {
  position: relative;
  padding: 8px 40px 8px 12px;
  font-size: 16px;
  color: #ffffff;
  background-color: #040000;
  cursor: pointer;
}
.member01 .m-class-link__toggler::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}
.member01 .m-class-link__dropdown {
  display: none;
  border: 1px solid #b2b2b2;
  background-color: #ffffff;
}
.member01 .m-class-link__dropdown-item {
  display: block;
  padding: 5px 12px;
  color: #414042;
}
.member01 .m-class-link__dropdown-item:not(:last-child) {
  border-bottom: 1px solid #b2b2b2;
}
.member_point01 {
  padding-bottom: 50px;
}
.member_point01 .member_point {
  margin-top: 15px;
}
.member_point01 .member_point .point_tab {
  display: flex;
  border-bottom: 1px solid #dedede;
}
.member_point01 .member_point .point_tab a {
  color: #393939;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 15px calc(1.5625rem + 1.5625vw);
  background-image: linear-gradient(to right, #dedede, #dedede);
  background-size: 0 2px;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 540px) {
  .member_point01 .member_point .point_tab a {
    width: 50%;
  }
}
.member_point01 .member_point .point_tab a + a {
  position: relative;
}
.member_point01 .member_point .point_tab a + a::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 1px;
  height: calc(100% - 30px);
  background: #dedede;
}
.member_point01 .member_point .point_tab a.active {
  background-size: 92px 2px;
}
.member_point01 .member_point .point_list {
  max-height: 679px;
  overflow-y: auto;
}
.member_point01 .member_point .point_list:not(.active) {
  display: none;
}
.member_point01 .member_point .point_list .point_record {
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
}
.member_point01 .member_point .point_list .point_record > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 500px;
}
.member_point01 .member_point .point_list .point_record > div .point_info p:nth-child(1) {
  color: #393939;
  font-size: 15px;
  margin-bottom: 5px;
}
.member_point01 .member_point .point_list .point_record > div .point_info p:nth-child(2) {
  color: #393939;
  font-size: 15px;
}
.member_point01 .member_point .point_list .point_record > div .point_info p:nth-child(3) {
  color: #939598;
  font-size: 14px;
  font-weight: 500;
}
.member_point01 .member_point .point_list .point_record > div .point_state {
  color: #e64d4d;
  font-size: 20px;
  font-family: "Poppings", sans-serif;
}

.profit_distribution01 {
  padding-bottom: 50px;
}
.profit_distribution01 .profit_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 3.125vw;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .profit_distribution01 .profit_bar {
    align-items: flex-end;
  }
}
@media (max-width: 640px) {
  .profit_distribution01 .profit_bar {
    align-items: center;
    flex-direction: column;
  }
}
.profit_distribution01 .profit_bar .left {
  display: flex;
  align-items: center;
  gap: 15px 3.125vw;
  width: 100%;
}
@media (max-width: 991px) {
  .profit_distribution01 .profit_bar .left {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .profit_distribution01 .profit_bar .left {
    align-items: center;
  }
}
.profit_distribution01 .profit_bar .left .profit_btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0 18px;
  width: 230px;
}
.profit_distribution01 .profit_bar .left form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
  width: 100%;
}
@media (max-width: 991px) {
  .profit_distribution01 .profit_bar .left form {
    gap: 10px 15px;
  }
}
@media (max-width: 640px) {
  .profit_distribution01 .profit_bar .left form {
    justify-content: center;
  }
}
.profit_distribution01 .profit_bar .left form .form_item {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.profit_distribution01 .profit_bar .left form .form_item label {
  color: #393939;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .profit_distribution01 .profit_bar .left form .form_item label {
    display: none;
  }
}
.profit_distribution01 .profit_bar .left form .form_item input {
  width: calc(10.375rem + 4.375vw);
}
.profit_distribution01 .profit_bar .left form .form_item a {
  padding: 0 10px;
  border-radius: 10px;
}
.profit_distribution01 .profit_bar .left form .form_item a i {
  font-size: 13px;
  font-weight: 700;
  margin-right: 5px;
}
.profit_distribution01 .profit_bar .right {
  flex-shrink: 0;
}
.profit_distribution01 .profit_content {
  margin-top: 35px;
}

.profit_rule01 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 120;
  transition: all 0.3s;
}
.profit_rule01 .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.profit_rule01 .profit_rule_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 10px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.profit_rule01 .profit_rule_content .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .profit_rule01 .profit_rule_content .close_btn {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
}
.profit_rule01 .profit_rule_content .close_btn::before, .profit_rule01 .profit_rule_content .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .profit_rule01 .profit_rule_content .close_btn::before, .profit_rule01 .profit_rule_content .close_btn::after {
    width: 15px;
  }
}
.profit_rule01 .profit_rule_content .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.profit_rule01 .profit_rule_content .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.profit_rule01 .profit_rule_content .editor {
  max-height: calc(100vh - 60px);
  overflow: auto;
}
.profit_rule01.show {
  opacity: 1;
  pointer-events: auto;
}
.profit_rule01.show .profit_rule_content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.profit_withdraw01 {
  padding-bottom: 50px;
}
.profit_withdraw01 .profit_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 3.125vw;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .profit_withdraw01 .profit_bar {
    align-items: flex-end;
  }
}
@media (max-width: 640px) {
  .profit_withdraw01 .profit_bar {
    align-items: center;
    flex-direction: column;
  }
}
.profit_withdraw01 .profit_bar .left {
  display: flex;
  align-items: center;
  gap: 15px 3.125vw;
  width: 100%;
}
@media (max-width: 991px) {
  .profit_withdraw01 .profit_bar .left {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .profit_withdraw01 .profit_bar .left {
    align-items: center;
  }
}
.profit_withdraw01 .profit_bar .left .profit_btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0 18px;
  width: 140px;
}
.profit_withdraw01 .profit_bar .right {
  flex-shrink: 0;
}
.profit_withdraw01 .profit_content {
  margin-top: 35px;
}
.profit_withdraw01 .profit_content .member__coupon-list {
  margin-top: 0;
}
.profit_withdraw01 .profit_content .member__coupon-list + .member__coupon-list {
  margin-top: 50px;
}

.profit_cash_request01 {
  padding-bottom: 50px;
}
.profit_cash_request01 .profit_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 3.125vw;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .profit_cash_request01 .profit_bar {
    align-items: flex-end;
  }
}
@media (max-width: 640px) {
  .profit_cash_request01 .profit_bar {
    align-items: center;
    flex-direction: column;
  }
}
.profit_cash_request01 .profit_bar .left {
  display: flex;
  align-items: center;
  gap: 15px 3.125vw;
  width: 100%;
}
@media (max-width: 991px) {
  .profit_cash_request01 .profit_bar .left {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .profit_cash_request01 .profit_bar .left {
    align-items: center;
  }
}
.profit_cash_request01 .profit_bar .left .profit_btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0 18px;
  width: 140px;
}
.profit_cash_request01 .profit_bar .right {
  flex-shrink: 0;
}
.profit_cash_request01 .profit_content {
  margin-top: 35px;
}
.profit_cash_request01 .profit_content form .form_item {
  display: flex;
  align-items: center;
  gap: 5px 20px;
}
@media (max-width: 640px) {
  .profit_cash_request01 .profit_content form .form_item {
    flex-direction: column;
  }
}
.profit_cash_request01 .profit_content form .form_item + .form_item {
  margin-top: 20px;
}
.profit_cash_request01 .profit_content form .form_item:last-child {
  margin-top: 40px;
}
@media (min-width: 641px) {
  .profit_cash_request01 .profit_content form .form_item.sp {
    align-items: flex-start;
  }
}
.profit_cash_request01 .profit_content form .form_item label {
  width: 85px;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 640px) {
  .profit_cash_request01 .profit_content form .form_item label {
    width: unset;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .profit_cash_request01 .profit_content form .form_item .able {
    text-align: center;
  }
}
.profit_cash_request01 .profit_content form .form_item .able p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
@media (max-width: 640px) {
  .profit_cash_request01 .profit_content form .form_item .able p:nth-child(1) {
    justify-content: center;
  }
}
.profit_cash_request01 .profit_content form .form_item .able p:nth-child(1) span {
  color: #e64d4d;
  font-size: 24px;
  font-family: "Poppings", sans-serif;
  line-height: 1;
}
.profit_cash_request01 .profit_content form .form_item .able p:nth-child(2) {
  color: #e64d4d;
  font-size: 15px;
  margin-top: 5px;
}
.profit_cash_request01 .profit_content form .form_item input {
  width: 300px;
  max-width: 100%;
}
.profit_cash_request01 .profit_content form .form_item select {
  width: 300px;
  max-width: 100%;
}
.profit_cash_request01 .profit_content form .form_item .profit_btn {
  display: flex;
  align-items: center;
  gap: 0 calc(0.625rem + 1.5625vw);
}
.profit_cash_request01 .profit_content form .form_item .profit_btn a {
  width: 126px;
}

.topmenu01 {
  margin-bottom: 40px;
}
.topmenu01 ul.pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}
@media (max-width: 1024px) {
  .topmenu01 ul.pc {
    display: none;
  }
}
.topmenu01 ul.pc li a {
  display: block;
  min-width: 120px;
  color: #393939;
  font-size: 16px;
  text-align: center;
  padding: 5px 10px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
}
.topmenu01 ul.pc li a:hover, .topmenu01 ul.pc li a.active {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.topmenu01 .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #000;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .topmenu01 .selector {
    display: none;
  }
}
.topmenu01 .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu01 ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .topmenu01 ul.mb {
    display: none !important;
  }
}
.topmenu01 ul.mb li + li {
  border-top: 1px solid #ededed;
}
.topmenu01 ul.mb li a {
  display: block;
  color: #393939;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.topmenu01 ul.mb li a.active {
  background: #ededed;
}

.pagination01 {
  padding: 75px 0;
}
@media (max-width: 1200px) {
  .pagination01 {
    padding: 60px 0 50px;
  }
}
.pagination01 .pagination-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 20px;
}
@media (max-width: 1200px) {
  .pagination01 .pagination-box {
    column-gap: 30px;
  }
}
@media (max-width: 480px) {
  .pagination01 .pagination-box {
    column-gap: 16px;
  }
}
.pagination01 .pagination-box__prev::before {
  content: "< ";
}
.pagination01 .pagination-box__next::after {
  content: " >";
}
.pagination01 .pagination-box__links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  padding: 0 20px;
}
.pagination01 .pagination-box__links a {
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .pagination01 .pagination-box__links {
    width: 100%;
    order: -1;
    padding: 0 0 5px;
    margin-bottom: 5px;
  }
  .pagination01 .pagination-box__links a.active {
    font-size: 18px;
  }
}
@media (min-width: 1201px) {
  .pagination01 .text-btns .text-btn {
    font-size: 18px;
  }
}
.pagination01 .text-btns .text-btn:not(.active):not(:hover) {
  color: #939598;
}

.not-found01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: url(./../img/sample/404.png) no-repeat center;
}
@media (max-width: 960px) {
  .not-found01 {
    background-image: url(./../img/sample/mobile_404.png);
    background-size: cover;
  }
}
.not-found01 .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.not-found01 .not-found__title {
  font-size: 175px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1200px) {
  .not-found01 .not-found__title {
    font-size: 115px;
  }
}
.not-found01 .not-found__description {
  margin-top: 30px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1201px) {
  .not-found01 .not-found__description {
    font-size: 18px;
  }
}
.not-found01 .not-found__btn-box {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding: 50px 0;
}
@media (max-width: 1200px) {
  .not-found01 .not-found__btn-box {
    padding: 25px 0;
  }
}
.not-found01 .not-found__btn-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
  width: 100vw;
  height: 100%;
  box-shadow: 4px 4px 7px rgba(4, 0, 0, 0.15);
}
.not-found01 .not-found__btn-box__title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1200px) {
  .not-found01 .not-found__btn-box__title {
    font-size: 16px;
  }
}
.not-found01 .not-found__btn-box__btns {
  max-width: 360px;
  margin: 40px auto 0;
}
@media (max-width: 1200px) {
  .not-found01 .not-found__btn-box__btns {
    margin-top: 30px;
  }
}

/* 宜瑾原本的float版 */
.gotop01 {
  position: fixed;
  top: 65px;
  right: 35px;
  z-index: 30;
  padding-top: 70px;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.4s ease;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1750px) {
  .gotop01 {
    bottom: 90px;
    right: 15px;
  }
}
@media (max-width: 640px) {
  .gotop01 {
    bottom: 200px;
  }
}
.gotop01.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.gotop01:not(.show) {
  transform: translateY(-20px);
}
.gotop01:hover {
  transform: translateY(10px);
}
.gotop01.active {
  color: #939598;
}
.gotop01::before {
  content: "";
  position: absolute;
  top: 10px;
  left: calc(50% - 10px);
  width: 10px;
  height: 60px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: skewY(-45deg);
}

/* 後來要釘在footer的版本 */
.gotop01_footer {
  position: absolute;
  top: 65px;
  right: 40px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 70px;
  cursor: pointer;
  z-index: 30;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .gotop01_footer {
    display: none;
  }
}
.gotop01_footer::before {
  content: "";
  position: absolute;
  top: 5px;
  left: calc(50% - 23px);
  width: 23px;
  height: 60px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: skewY(-45deg);
}
.gotop01_footer div {
  writing-mode: vertical-rl;
}

.config_popup01 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.config_popup01.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.config_popup01__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(4, 0, 0, 0.4);
  backdrop-filter: blur(5px);
}
.config_popup01__box {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 600px;
  background-color: #ffffff;
  display: none;
}
@media (min-width: 1201px) {
  .config_popup01__box#addto-cart-popup01 {
    max-width: 800px;
  }
}
.config_popup01__box#addto-cart-check-popup01 {
  max-width: 360px;
}
.config_popup01__box#addto-cart-check-popup01 .popup-box__title {
  font-size: 20px;
}
@media (min-width: 1201px) {
  .config_popup01__box#member-join-popup01 {
    max-width: 1200px;
  }
}
.config_popup01__box#order-tracking-popup01 .popup-box__title {
  font-size: 20px;
}
@media (min-width: 1201px) {
  .config_popup01__box#service-query-popup01, .config_popup01__box#return-apply-popup01, .config_popup01__box#remit-popup01, .config_popup01__box#order-detail-popup01 {
    max-width: 930px;
  }
}
.config_popup01__box#return-apply-popup01 .return-process__box {
  display: none;
}
.config_popup01__box#size-tryon-popup01 .popup-box__content {
  padding: 0;
}
.config_popup01 .popup-box__close {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(4, 0, 0, 0.8);
  cursor: pointer;
}
.config_popup01 .popup-box__close::before, .config_popup01 .popup-box__close::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
@media (max-width: 640px) {
  .config_popup01 .popup-box__close::before, .config_popup01 .popup-box__close::after {
    width: 53%;
  }
}
.config_popup01 .popup-box__close::after {
  transform: rotate(-45deg);
}
@media (max-width: 640px) {
  .config_popup01 .popup-box__close {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
}
.config_popup01 .popup-box__title {
  padding: 40px 40px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #414042;
  text-align: center;
}
@media (max-width: 1200px) {
  .config_popup01 .popup-box__title {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .config_popup01 .popup-box__title {
    padding: 30px 20px 20px;
  }
}
.config_popup01 .popup-box__title.title--underline {
  padding-bottom: 15px;
  text-align: left;
}
.config_popup01 .popup-box__title.title--underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-color: #414042;
  opacity: 0.25;
}
.config_popup01 .popup-box__content {
  padding: 0 40px 40px;
  max-height: 50vh;
  overflow-y: auto;
}
.config_popup01 .popup-box__content::-webkit-scrollbar {
  -webkit-appearance: none;
}
.config_popup01 .popup-box__content::-webkit-scrollbar:vertical {
  width: 5px;
}
.config_popup01 .popup-box__content::-webkit-scrollbar:horizontal {
  height: 10px;
}
.config_popup01 .popup-box__content::-webkit-scrollbar-thumb {
  background-color: rgba(147, 149, 152, 0.5);
  border-radius: 3px;
  border: 0;
}
.config_popup01 .popup-box__content::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #ffffff;
}
@media (max-width: 640px) {
  .config_popup01 .popup-box__content {
    padding: 0 20px 30px;
  }
}
.config_popup01 .popup-box--right {
  max-width: 400px;
  height: 100%;
  margin-left: auto;
}
.config_popup01 .popup-box--right .popup-box__close {
  top: 38px;
  right: 25px;
  height: 20px;
  border-radius: 0;
  background-color: transparent;
}
.config_popup01 .popup-box--right .popup-box__close::before {
  background-color: #414042;
  transform: rotate(0);
}
.config_popup01 .popup-box--right .popup-box__close::after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.config_popup01 .popup-box--right .popup-box__title {
  padding: 35px 35px 25px;
  font-size: 18px;
  font-weight: 700;
  text-align-last: left;
  background: #f2f2f2;
}
.config_popup01 .popup-box--right .popup-box__title-icon {
  font-weight: 700;
  margin-right: 15px;
}
.config_popup01 .popup-box--right .popup-box__content {
  padding: 0;
  max-height: none;
}
.config_popup01 .popup-box--primary {
  color: #ffffff;
  background-color: #040000;
}
.config_popup01 .popup-box--primary .popup-box__title {
  color: #ffffff;
}
.config_popup01 .popup-box .filter-more__title {
  margin-bottom: 10px;
  font-size: 12px;
  color: #939598;
  text-align: center;
}
.config_popup01 .popup-box .filter-more__range__bar {
  position: relative;
  width: calc(100% - 70px);
  max-width: 300px;
  height: 5px;
  margin: 30px auto;
  border-radius: 5px;
  border: 0;
  box-shadow: unset;
  background: #e6e7e8;
}
.config_popup01 .popup-box .filter-more__range__bar::before, .config_popup01 .popup-box .filter-more__range__bar::after {
  position: absolute;
  top: calc(100% + 10px);
  width: 70px;
  font-size: 12px;
  color: #939598;
  text-align: center;
}
.config_popup01 .popup-box .filter-more__range__bar::before {
  content: "$" attr(data-min);
  left: -35px;
}
.config_popup01 .popup-box .filter-more__range__bar::after {
  content: "$" attr(data-max);
  right: -35px;
}
.config_popup01 .popup-box .filter-more__range__bar .noUi-handle {
  width: 10px;
  height: 10px;
  right: -5px;
  top: -3px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(4, 0, 0, 0.3);
  cursor: pointer;
}
.config_popup01 .popup-box .filter-more__range__bar .noUi-handle::before {
  content: attr(data-value);
  position: absolute;
  top: auto;
  bottom: calc(100% + 5px);
  left: calc(50% - 35px);
  width: 70px;
  height: auto;
  font-size: 12px;
  color: #939598;
  text-align: center;
  background: transparent;
}
.config_popup01 .popup-box .filter-more__range__bar .noUi-handle::after {
  display: none;
}
.config_popup01 .popup-box .filter-more__range__bar .noUi-connect {
  background: #414042;
}
.config_popup01 .popup-box .filter-more__size {
  margin-top: 60px;
}
.config_popup01 .popup-box .filter-more__size__text-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 15px;
  margin-top: 5px;
}
.config_popup01 .popup-box .filter-more__size__text-btns .text-btn:not(.active) {
  color: #939598;
}
.config_popup01 .popup-box .filter-more__btns {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 390px;
}
.config_popup01 .popup-box .filter-order {
  text-align: center;
}
.config_popup01 .popup-box .filter-order__item {
  display: block;
  color: #939598;
}
.config_popup01 .popup-box .filter-order__item.active {
  color: #414042;
}
.config_popup01 .popup-box .filter-order__item:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .config_popup01 .popup-box .filter-order__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.config_popup01 .popup-box .addto-cart {
  padding: 0;
  max-height: 70vh;
}
@media (min-width: 1201px) {
  .config_popup01 .popup-box .addto-cart {
    display: flex;
    max-height: 450px;
  }
}
@media (min-width: 1201px) {
  .config_popup01 .popup-box .addto-cart__img-box {
    width: 42%;
    position: sticky;
    top: 0;
  }
}
@media (max-width: 1200px) {
  .config_popup01 .popup-box .addto-cart__img-box {
    display: none;
  }
}
.config_popup01 .popup-box .addto-cart__img-box__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1201px) {
  .config_popup01 .popup-box .addto-cart__text-box {
    width: 58%;
    padding: 40px 50px;
    align-self: flex-start;
  }
}
@media (max-width: 1200px) {
  .config_popup01 .popup-box .addto-cart__text-box {
    padding: 40px;
  }
}
@media (max-width: 640px) {
  .config_popup01 .popup-box .addto-cart__text-box {
    padding: 30px 20px;
  }
}
.config_popup01 .popup-box .addto-cart__text-box__class {
  margin-bottom: 8px;
  color: #939598;
}
.config_popup01 .popup-box .addto-cart__text-box__title {
  font-size: 20px;
  font-weight: 500;
}
.config_popup01 .popup-box .addto-cart__text-box__price {
  margin-top: 10px;
}
.config_popup01 .popup-box .addto-cart__text-box__price .price--origin {
  font-size: 12px;
}
.config_popup01 .popup-box .addto-cart__text-box__price .price--primary {
  font-size: 20px;
}
.config_popup01 .popup-box .addto-cart__text-box__tag {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #939598;
}
.config_popup01 .popup-box .addto-cart__text-box__tag .tag:not(:first-child) {
  margin-top: 10px;
}
.config_popup01 .popup-box .addto-cart__text-box__colors, .config_popup01 .popup-box .addto-cart__text-box__type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.config_popup01 .popup-box .addto-cart__text-box__selects {
  margin-top: 15px;
}
.config_popup01 .popup-box .addto-cart__text-box__text-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
  margin-top: 5px;
}
.config_popup01 .popup-box .addto-cart__text-box__text-btns .addto-favorite:not(.active),
.config_popup01 .popup-box .addto-cart__text-box__text-btns .remove-favorite:not(.active) {
  display: none;
}
.config_popup01 .popup-box .addto-cart__text-box__btns {
  margin-top: 20px;
}
.config_popup01 .popup-box .addto-cart-check__btns {
  flex-direction: column;
  max-width: 230px;
  margin: 0 auto;
}
.config_popup01 .popup-box .shopping-cart__list {
  min-height: 30vh;
  max-height: calc(100vh - 200px);
  padding: 0 35px 25px;
  background: #f2f2f2;
  overflow-y: auto;
}
.config_popup01 .popup-box .shopping-cart__list::-webkit-scrollbar {
  -webkit-appearance: none;
}
.config_popup01 .popup-box .shopping-cart__list::-webkit-scrollbar:vertical {
  width: 5px;
}
.config_popup01 .popup-box .shopping-cart__list::-webkit-scrollbar:horizontal {
  height: 10px;
}
.config_popup01 .popup-box .shopping-cart__list::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 3px;
  border: 0;
}
.config_popup01 .popup-box .shopping-cart__list::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #e0e0e0;
}
.config_popup01 .popup-box .shopping-cart__list-item {
  display: flex;
  align-items: flex-start;
  gap: 5px 12px;
  padding: 10px 0;
}
.config_popup01 .popup-box .shopping-cart__list-item:nth-child(n+2) {
  border-top: 1px solid #dbdbdb;
}
.config_popup01 .popup-box .shopping-cart__list-item__pic {
  width: 70px;
  height: 90px;
  flex-shrink: 0;
  object-fit: cover;
}
.config_popup01 .popup-box .shopping-cart__list-item__text {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
}
.config_popup01 .popup-box .shopping-cart__list-item__text-num {
  margin-top: 10px;
}
.config_popup01 .popup-box .shopping-cart__list-item__del {
  position: relative;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  cursor: pointer;
}
.config_popup01 .popup-box .shopping-cart__list-item__del::before, .config_popup01 .popup-box .shopping-cart__list-item__del::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #939598;
  transform: rotate(45deg);
}
.config_popup01 .popup-box .shopping-cart__list-item__del::after {
  transform: rotate(-45deg);
}
.config_popup01 .popup-box .shopping-cart__price {
  display: flex;
  flex: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 35px 35px 15px;
  font-size: 16px;
  font-weight: 700;
}
.config_popup01 .popup-box .shopping-cart__btns {
  padding: 0 35px;
  margin-top: 15px;
}
.config_popup01 .popup-box .terms-content {
  border: 1px solid rgba(65, 64, 66, 0.25);
  max-height: 30vh;
  padding: 15px 40px 15px 15px;
  overflow-y: auto;
}
.config_popup01 .popup-box .terms-content::-webkit-scrollbar {
  -webkit-appearance: none;
}
.config_popup01 .popup-box .terms-content::-webkit-scrollbar:vertical {
  width: 5px;
}
.config_popup01 .popup-box .terms-content::-webkit-scrollbar:horizontal {
  height: 10px;
}
.config_popup01 .popup-box .terms-content::-webkit-scrollbar-thumb {
  background-color: rgba(147, 149, 152, 0.5);
  border-radius: 3px;
  border: 0;
}
.config_popup01 .popup-box .terms-content::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #ffffff;
}
.config_popup01 .popup-box .terms-checkbox {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.config_popup01 .popup-box .terms-checkbox .checkbox {
  flex-shrink: 0;
}
.config_popup01 .popup-box .terms-btns {
  max-width: 250px;
  margin: 10px auto 0;
}
.config_popup01 .popup-box .process-list {
  display: flex;
}
.config_popup01 .popup-box .process-list__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
  text-align: center;
}
@media (max-width: 640px) {
  .config_popup01 .popup-box .process-list__item {
    gap: 10px 0;
  }
}
.config_popup01 .popup-box .process-list__item__pic {
  padding: 0 15px;
}
.config_popup01 .popup-box .process-list__item__description {
  position: relative;
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 640px) {
  .config_popup01 .popup-box .process-list__item__description {
    padding-top: 25px;
  }
}
.config_popup01 .popup-box .process-list__item__description::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-color: #939598;
  box-shadow: 0 0 0 1px #939598;
}
@media (max-width: 640px) {
  .config_popup01 .popup-box .process-list__item__description::after {
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
  }
}
.config_popup01 .popup-box .process-list__item__description::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #939598;
}
@media (max-width: 640px) {
  .config_popup01 .popup-box .process-list__item__description::before {
    top: 9px;
  }
}
.config_popup01 .popup-box .process-list__item__description .description--highlight {
  color: #e64d4d;
}
.config_popup01 .popup-box .process-list__item:first-child .process-list__item__description::before {
  left: 50%;
  width: 50%;
}
.config_popup01 .popup-box .process-list__item:last-child .process-list__item__description::before {
  width: 50%;
}
.config_popup01 .popup-box .process-description {
  margin-top: 35px;
}
@media (min-width: 1201px) {
  .config_popup01 .popup-box .process-description {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .config_popup01 .popup-box .process-description {
    margin-top: 20px;
  }
}
.config_popup01 .popup-box .process-btns {
  max-width: 250px;
  margin: 40px auto 0;
}
@media (max-width: 640px) {
  .config_popup01 .popup-box .process-btns {
    margin-top: 20px;
  }
}
.config_popup01 .popup-box .order-tracking__input {
  width: 100%;
  margin-bottom: 25px;
  border-color: rgba(65, 64, 66, 0.25);
}
.config_popup01 .popup-box .order-tracking__btns {
  max-width: 250px;
  margin: 25px auto 0;
}
@media (max-width: 640px) {
  .config_popup01 .popup-box .order-tracking__btns {
    margin-top: 0;
  }
}
.config_popup01 .popup-box .query-form {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1201px) {
  .config_popup01 .popup-box .query-form:has(.box--half:last-child) .box--half:nth-last-child(2) {
    border-bottom: 0;
  }
}
.config_popup01 .popup-box .query-form__box {
  display: flex;
  width: 100%;
}
@media (min-width: 1201px) {
  .config_popup01 .popup-box .query-form__box.box--half {
    width: 50%;
  }
}
.config_popup01 .popup-box .query-form__box__title {
  width: 120px;
  flex-shrink: 0;
  padding: 20px;
  text-align: center;
}
@media (max-width: 640px) {
  .config_popup01 .popup-box .query-form__box__title {
    width: 80px;
    padding: 15px 10px;
  }
}
.config_popup01 .popup-box .query-form__box__content {
  padding: 20px;
  flex-grow: 1;
}
@media (max-width: 640px) {
  .config_popup01 .popup-box .query-form__box__content {
    padding: 15px 10px;
  }
}
.config_popup01 .popup-box .query-form__box__content .input,
.config_popup01 .popup-box .query-form__box__content .select,
.config_popup01 .popup-box .query-form__box__content .textarea {
  width: 100%;
  border-color: rgba(65, 64, 66, 0.25);
}
.config_popup01 .popup-box .query-form__box__content .textarea {
  height: 150px;
}
.config_popup01 .popup-box .query-form__box__content .content--highlight {
  color: #e64d4d;
}
.config_popup01 .popup-box .query-btns {
  max-width: 250px;
  margin: 25px auto 0;
}
.config_popup01 .popup-box .apply-list {
  margin-top: 40px;
}
.config_popup01 .popup-box .apply-list__thead, .config_popup01 .popup-box .apply-list__tbody {
  display: flex;
  gap: 0 20px;
  padding: 20px;
}
@media (max-width: 1200px) {
  .config_popup01 .popup-box .apply-list__thead, .config_popup01 .popup-box .apply-list__tbody {
    gap: 0;
  }
}
@media (max-width: 640px) {
  .config_popup01 .popup-box .apply-list__thead, .config_popup01 .popup-box .apply-list__tbody {
    padding: 15px 20px;
  }
}
.config_popup01 .popup-box .apply-list__thead__title, .config_popup01 .popup-box .apply-list__tbody__title {
  flex-grow: 1;
}
.config_popup01 .popup-box .apply-list__thead__note, .config_popup01 .popup-box .apply-list__tbody__note {
  flex-shrink: 0;
  width: 45%;
}
@media (max-width: 1200px) {
  .config_popup01 .popup-box .apply-list__tbody {
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .config_popup01 .popup-box .apply-list__tbody__note {
    width: 100%;
  }
  .config_popup01 .popup-box .apply-list__tbody__note[data-title]::before {
    content: attr(data-title) ":";
    display: block;
    margin-bottom: 5px;
  }
}
.config_popup01 .popup-box .apply-list__tbody .textarea {
  width: 100%;
  height: 120px;
}
.config_popup01 .popup-box .apply-checkbox {
  display: flex;
  gap: 0 15px;
  margin-top: 20px;
}
@media (min-width: 1201px) {
  .config_popup01 .popup-box .apply-checkbox {
    padding-left: 40px;
  }
}
.config_popup01 .popup-box .apply-checkbox .checkbox {
  flex-shrink: 0;
}
.config_popup01 .popup-box .apply-checkbox__description .description--highlight {
  color: #e64d4d;
}
.config_popup01 .popup-box .apply-btns {
  margin-top: 30px;
}
@media (min-width: 641px) {
  .config_popup01 .popup-box .apply-btns {
    padding-left: 100px;
  }
}
@media (max-width: 640px) {
  .config_popup01 .popup-box .apply-btns {
    flex-direction: column;
    align-items: center;
  }
}
.config_popup01 .popup-box .apply-btns .btn {
  width: 250px;
  max-width: 100%;
}
@media (min-width: 641px) {
  .config_popup01 .popup-box .apply-btns .btn {
    margin-left: auto;
  }
}
@media (min-width: 641px) {
  .config_popup01 .popup-box .apply-btns .text-btn {
    margin-left: auto;
  }
}
.config_popup01 .popup-box .remit-content {
  border: 1px solid rgba(65, 64, 66, 0.25);
  max-height: 30vh;
  padding: 15px 40px 15px 15px;
  overflow-y: auto;
}
.config_popup01 .popup-box .remit-content::-webkit-scrollbar {
  -webkit-appearance: none;
}
.config_popup01 .popup-box .remit-content::-webkit-scrollbar:vertical {
  width: 5px;
}
.config_popup01 .popup-box .remit-content::-webkit-scrollbar:horizontal {
  height: 10px;
}
.config_popup01 .popup-box .remit-content::-webkit-scrollbar-thumb {
  background-color: rgba(147, 149, 152, 0.5);
  border-radius: 3px;
  border: 0;
}
.config_popup01 .popup-box .remit-content::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #ffffff;
}
.config_popup01 .popup-box .remit-checkbox {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.config_popup01 .popup-box .remit-checkbox .checkbox {
  flex-shrink: 0;
}
.config_popup01 .popup-box .remit-btns {
  max-width: 520px;
  margin: 20px auto 0;
}
.config_popup01 .popup-box .order-detail__title {
  position: sticky;
  top: 0;
  z-index: 9;
  padding: 20px 0;
  background-color: #ffffff;
}
.config_popup01 .popup-box .order-detail__title:not(:first-child) {
  margin-top: 25px;
}
.config_popup01 .popup-box .order-detail__list__thead, .config_popup01 .popup-box .order-detail__list__tbody, .config_popup01 .popup-box .order-detail__list__tfoot {
  display: flex;
  padding: 20px;
}
@media (min-width: 1201px) {
  .config_popup01 .popup-box .order-detail__list__thead, .config_popup01 .popup-box .order-detail__list__tbody, .config_popup01 .popup-box .order-detail__list__tfoot {
    gap: 0 20px;
  }
}
@media (max-width: 640px) {
  .config_popup01 .popup-box .order-detail__list__thead, .config_popup01 .popup-box .order-detail__list__tbody, .config_popup01 .popup-box .order-detail__list__tfoot {
    padding: 15px 20px;
  }
}
.config_popup01 .popup-box .order-detail__list__thead__title, .config_popup01 .popup-box .order-detail__list__tbody__title, .config_popup01 .popup-box .order-detail__list__tfoot__title {
  flex-grow: 1;
}
.config_popup01 .popup-box .order-detail__list__thead__spec, .config_popup01 .popup-box .order-detail__list__thead__num, .config_popup01 .popup-box .order-detail__list__thead__price, .config_popup01 .popup-box .order-detail__list__thead__subtotal, .config_popup01 .popup-box .order-detail__list__tbody__spec, .config_popup01 .popup-box .order-detail__list__tbody__num, .config_popup01 .popup-box .order-detail__list__tbody__price, .config_popup01 .popup-box .order-detail__list__tbody__subtotal, .config_popup01 .popup-box .order-detail__list__tfoot__spec, .config_popup01 .popup-box .order-detail__list__tfoot__num, .config_popup01 .popup-box .order-detail__list__tfoot__price, .config_popup01 .popup-box .order-detail__list__tfoot__subtotal {
  flex-shrink: 0;
  width: 12%;
}
@media (min-width: 1201px) {
  .config_popup01 .popup-box .order-detail__list__thead__spec, .config_popup01 .popup-box .order-detail__list__thead__num, .config_popup01 .popup-box .order-detail__list__thead__price, .config_popup01 .popup-box .order-detail__list__thead__subtotal, .config_popup01 .popup-box .order-detail__list__tbody__spec, .config_popup01 .popup-box .order-detail__list__tbody__num, .config_popup01 .popup-box .order-detail__list__tbody__price, .config_popup01 .popup-box .order-detail__list__tbody__subtotal, .config_popup01 .popup-box .order-detail__list__tfoot__spec, .config_popup01 .popup-box .order-detail__list__tfoot__num, .config_popup01 .popup-box .order-detail__list__tfoot__price, .config_popup01 .popup-box .order-detail__list__tfoot__subtotal {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .config_popup01 .popup-box .order-detail__list__tbody {
    flex-wrap: wrap;
  }
}
.config_popup01 .popup-box .order-detail__list__tbody__title {
  width: 100%;
}
@media (max-width: 1200px) {
  .config_popup01 .popup-box .order-detail__list__tbody__spec, .config_popup01 .popup-box .order-detail__list__tbody__num, .config_popup01 .popup-box .order-detail__list__tbody__price, .config_popup01 .popup-box .order-detail__list__tbody__subtotal {
    width: auto;
  }
  .config_popup01 .popup-box .order-detail__list__tbody__spec[data-title]::before, .config_popup01 .popup-box .order-detail__list__tbody__num[data-title]::before, .config_popup01 .popup-box .order-detail__list__tbody__price[data-title]::before, .config_popup01 .popup-box .order-detail__list__tbody__subtotal[data-title]::before {
    content: attr(data-title) ":";
  }
  .config_popup01 .popup-box .order-detail__list__tbody__spec:not(:last-child)::after, .config_popup01 .popup-box .order-detail__list__tbody__num:not(:last-child)::after, .config_popup01 .popup-box .order-detail__list__tbody__price:not(:last-child)::after, .config_popup01 .popup-box .order-detail__list__tbody__subtotal:not(:last-child)::after {
    content: "、";
  }
}
.config_popup01 .popup-box .order-detail__list__tfoot {
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
}
.config_popup01 .popup-box .order-detail__list__tfoot__title, .config_popup01 .popup-box .order-detail__list__tfoot__price {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1200px) {
  .config_popup01 .popup-box .order-detail__list__tfoot__title, .config_popup01 .popup-box .order-detail__list__tfoot__price {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.config_popup01 .popup-box .order-detail__list__tfoot__title {
  width: calc(100% - (12% + 40px));
}
@media (min-width: 1201px) {
  .config_popup01 .popup-box .order-detail__list__tfoot__title {
    text-align: right;
  }
}
@media (max-width: 1200px) {
  .config_popup01 .popup-box .order-detail__list__tfoot__title {
    width: 120px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .config_popup01 .popup-box .order-detail__list__tfoot__title {
    flex-grow: unset;
    width: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.config_popup01 .popup-box .order-detail__list__tfoot__price {
  width: calc(12% + 40px);
  padding-left: 20px;
  padding-right: 20px;
  color: #939598;
}
@media (max-width: 1200px) {
  .config_popup01 .popup-box .order-detail__list__tfoot__price {
    width: calc(100% - 120px);
    flex-grow: 1;
  }
}

.popup01 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 150;
  transition: all 0.3s;
}
.popup01 .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup01 .popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 10px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.popup01 .popup_content .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .popup01 .popup_content .close_btn {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
}
.popup01 .popup_content .close_btn::before, .popup01 .popup_content .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .popup01 .popup_content .close_btn::before, .popup01 .popup_content .close_btn::after {
    width: 15px;
  }
}
.popup01 .popup_content .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup01 .popup_content .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup01 .popup_content .editor {
  max-height: calc(100vh - 60px);
  overflow: auto;
}
.popup01.show {
  opacity: 1;
  pointer-events: auto;
}
.popup01.show .popup_content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.mobile_menu01 {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  width: 100%;
  height: 100vh;
  display: flex;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.mobile_menu01.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile_menu01:not(.active) {
  transform: translateX(350px);
}
.mobile_menu01 .container {
  flex-shrink: 0;
  width: calc(100% - 60px);
  max-width: 280px;
  height: 100vh;
  padding: 0;
  margin: 0 0 0 auto;
  background-color: #ffffff;
  box-shadow: -7px 0 5px rgba(4, 0, 0, 0.15);
  overflow-y: auto;
}
.mobile_menu01 .container::-webkit-scrollbar {
  -webkit-appearance: none;
}
.mobile_menu01 .container::-webkit-scrollbar:vertical {
  width: 5px;
}
.mobile_menu01 .container::-webkit-scrollbar:horizontal {
  height: 10px;
}
.mobile_menu01 .container::-webkit-scrollbar-thumb {
  background-color: rgba(65, 64, 66, 0.5);
  border-radius: 3px;
  border: 0;
}
.mobile_menu01 .container::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #ffffff;
}
.mobile_menu01 .mobile-menu__close {
  order: -1;
  flex-grow: 1;
}
.mobile_menu01 .mobile-menu__logo {
  width: 80px;
  margin: 15px auto 0;
}
.mobile_menu01 .mobile-menu__btns {
  margin-top: 15px;
  padding: 0 18px;
  column-gap: 15px;
}
.mobile_menu01 .mobile-menu__btns .btn {
  font-size: 14px;
  line-height: 33px;
}
.mobile_menu01 .mobile-menu__text-btns {
  display: flex;
  margin-top: 25px;
}
.mobile_menu01 .mobile-menu__text-btns .text-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 5px;
  flex: 1;
}
.mobile_menu01 .mobile-menu__text-btns .text-btn:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 25px;
  background-color: rgba(65, 64, 66, 0.25);
}
.mobile_menu01 .mobile-menu__text-btns .text-btn__icon {
  font-size: 20px;
}
.mobile_menu01 .mobile-menu__nav {
  margin-top: 30px;
  padding-bottom: 30px;
}
.mobile_menu01 .mobile-menu__nav__title {
  padding: 0 20px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
.mobile_menu01 .mobile-menu__nav__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px auto 0;
  background-color: rgba(65, 64, 66, 0.15);
}
.mobile_menu01 .mobile-menu__nav__link {
  display: block;
  width: 100%;
  padding: 5px 22px;
  margin-top: 10px;
  font-size: 16px;
  color: #414042;
  text-align: left;
}
.mobile_menu01 .mobile-menu__nav__link.dropdown {
  display: flex;
  align-items: center;
}
.mobile_menu01 .mobile-menu__nav__link.dropdown::after {
  content: "";
  position: relative;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(65, 64, 66, 0.5);
  border-left: 1px solid rgba(65, 64, 66, 0.5);
  margin-left: auto;
  transform-origin: center;
  transform: rotate(-135deg);
}
.mobile_menu01 .mobile-menu__nav__link.dropdown.active::after {
  top: 2px;
  transform: rotate(45deg);
}
.mobile_menu01 .mobile-menu__nav__dropdown {
  display: none;
}
.mobile_menu01 .mobile-menu__nav__dropdown__link {
  display: block;
  padding: 15px 22px;
  font-size: 16px;
  color: #414042;
}
.mobile_menu01 .mobile-menu__nav__dropdown > div .mobile-menu__nav__link {
  margin-top: 0;
  padding: 15px 22px;
}
.mobile_menu01 .mobile-menu__nav__dropdown > div .mobile-menu__nav__link.dropdown {
  position: relative;
}
.mobile_menu01 .mobile-menu__nav__dropdown > div .mobile-menu__nav__link.dropdown::before, .mobile_menu01 .mobile-menu__nav__dropdown > div .mobile-menu__nav__link.dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 2px;
  border-top: unset;
  border-bottom: unset;
  background: rgba(65, 64, 66, 0.5);
}
.mobile_menu01 .mobile-menu__nav__dropdown > div .mobile-menu__nav__link.dropdown::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.mobile_menu01 .mobile-menu__nav__dropdown > div .mobile-menu__nav__link.dropdown.active::after {
  transform: rotate(0deg);
}
.mobile_menu01 .mobile-menu__nav__dropdown > div .mobile-menu__nav__dropdown__link {
  padding: 15px 22px 15px 38px;
}
.mobile_menu01 .mobile-menu__close-btn {
  position: relative;
  width: 70px;
  margin: 0 0 0 auto;
  padding: 35px 0 10px;
  background: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.mobile_menu01 .mobile-menu__close-btn::before, .mobile_menu01 .mobile-menu__close-btn::after {
  content: "";
  position: absolute;
  top: 20px;
  left: calc(50% - 15px);
  width: 30px;
  height: 1px;
  background-color: currentColor;
  transform-origin: center;
  transform: rotate(40deg);
  opacity: 0.8;
}
.mobile_menu01 .mobile-menu__close-btn::after {
  transform: rotate(-40deg);
}

.quick-link01 {
  position: sticky;
  bottom: 0;
  z-index: 90;
  border-top: 1px solid rgba(65, 64, 66, 0.25);
  background-color: #ffffff;
}
.quick-link01 .quick-link__box {
  display: flex;
  height: 50px;
  padding: 0;
}
.quick-link01 .quick-link__box .text-btn {
  position: relative;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
}
.quick-link01 .quick-link__box .text-btn:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: calc(100% - 10px);
  background-color: rgba(65, 64, 66, 0.25);
}
.quick-link01 .quick-link__box .text-btn__icon {
  font-size: 18px;
}

.gdpr01 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px 30px;
  background: rgba(34, 34, 34, 0.85);
  opacity: 0;
  z-index: 200;
  transform: translateY(100%);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .gdpr01 {
    padding: 15px;
  }
}
.gdpr01.show {
  opacity: 1;
  transform: translateY(0%);
}
.gdpr01 div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .gdpr01 div {
    flex-direction: column;
  }
}
.gdpr01 div .gdpr_txt {
  width: calc(100% - 150px);
  color: #fff;
  font-size: 14px;
  text-align: justify;
  padding: 0 15px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .gdpr01 div .gdpr_txt {
    width: 100%;
    padding: 0 0 15px;
  }
}
.gdpr01 div .gdpr_txt a {
  color: #fff;
  text-decoration: underline;
}
.gdpr01 div .gdpr_btn {
  display: block;
  width: 200px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 11px 0;
  margin: 0 15px;
  background: #db9b8f;
  border-width: 1px;
  border-style: solid;
  border-color: #db9b8f;
  border-radius: 50px;
  transition: all 0.3s;
}
.gdpr01 div .gdpr_btn:hover {
  background: transparent;
}

.gdpr02 {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 760px;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
  z-index: 200;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s;
}
.gdpr02.show {
  opacity: 1;
  transform: translateY(0%);
}
.gdpr02 div .module_desc {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.gdpr02 div .module_desc a {
  color: #db9b8f;
  font-weight: 700;
}

.gdpr02_mng {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.gdpr02_mng .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.gdpr02_mng .mng_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 30px 20px;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .gdpr02_mng .mng_content {
    padding: 30px 15px;
  }
}
.gdpr02_mng .mng_content .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #000;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .gdpr02_mng .mng_content .close_btn {
    width: 35px;
    height: 35px;
  }
}
.gdpr02_mng .mng_content .close_btn::before, .gdpr02_mng .mng_content .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .gdpr02_mng .mng_content .close_btn::before, .gdpr02_mng .mng_content .close_btn::after {
    width: 20px;
  }
}
.gdpr02_mng .mng_content .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.gdpr02_mng .mng_content .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.gdpr02_mng .mng_content .mng_title {
  color: #393939;
  font-size: calc(1.25rem + 0.3645833333vw);
  font-weight: 700;
  margin-bottom: 20px;
}
.gdpr02_mng .mng_content .module_desc {
  line-height: 1.5;
  margin-bottom: 20px;
}
.gdpr02_mng .mng_content .other_link {
  display: block;
  color: #393939;
  font-weight: 700;
}
.gdpr02_mng .mng_content .other_link + .other_link {
  margin-top: 10px;
}
.gdpr02_mng .mng_content .other_link:hover {
  color: #000;
}
@media (max-width: 400px) {
  .gdpr02_mng .mng_content .button_set a span span {
    display: none;
  }
}
.gdpr02_mng.show {
  opacity: 1;
  pointer-events: auto;
}
.gdpr02_mng.show .mng_content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.loading00 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
}

.loading01 {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 80%);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading01 div img {
  width: 220px;
  height: auto;
  /* 動畫時間改成 3s */
  animation: logoZoomFade 3s ease-out forwards;
}

/* 外層淡出 1s，配合 JS 的 overlayFadeTime */
.loading01.is-hide {
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}

@keyframes logoZoomFade {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.02);
    opacity: 1;
  }
  85% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1.15);
    opacity: 0;
  }
}
.button01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  cursor: pointer;
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button01 {
    width: 160px;
    height: 40px;
  }
}
.button01.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button01.arrowtype {
    width: 40px;
  }
}
.button01 span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button01 span {
    font-size: 13px;
  }
}
.button01 i {
  font-size: 13px;
}
.button01.center {
  margin: 0 auto;
}
.button01.arrowtype {
  padding: 0;
}
.button01 span {
  color: #000;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s;
}
.button01 svg {
  width: auto;
  height: 50%;
  fill: #000;
  transition: all 0.3s;
}
.button01:not(.arrowtype) svg {
  margin: 0 0 0 32px;
}
@media (max-width: 1200px) {
  .button01:not(.arrowtype) svg {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 400px) {
  .button01:not(.arrowtype) svg {
    margin: 0 0 0 10px;
  }
}
.button01.mirror {
  flex-direction: row-reverse;
}
.button01.mirror svg {
  transform: scale(-1, 1);
}
.button01.mirror:not(.arrowtype) svg {
  margin: 0 32px 0 0;
}
@media (max-width: 1200px) {
  .button01.mirror:not(.arrowtype) svg {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 400px) {
  .button01.mirror:not(.arrowtype) svg {
    margin: 0 10px 0 0;
  }
}
.button01:hover span, .button01.active span {
  color: #000;
}
.button01:hover svg, .button01.active svg {
  fill: #000;
}
.button01.white span {
  color: #fff;
}
.button01.white svg {
  fill: #fff;
}
.button01.white:hover span, .button01.white.active span {
  color: #000;
}
.button01.white:hover svg, .button01.white.active svg {
  fill: #000;
}

.button06 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: #000;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button06 {
    width: 160px;
    height: 40px;
  }
}
.button06.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button06.arrowtype {
    width: 40px;
  }
}
.button06 span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button06 span {
    font-size: 13px;
  }
}
.button06 i {
  font-size: 13px;
}
.button06.center {
  margin: 0 auto;
}
.button06.arrowtype {
  padding: 0;
}
.button06 span {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s;
}
.button06 svg {
  width: auto;
  height: 50%;
  fill: #fff;
  transition: all 0.3s;
}
.button06 i {
  position: relative;
  top: 1px;
  color: #fff;
  transition: all 0.3s;
}
.button06:not(.arrowtype) svg {
  margin: 0 0 0 32px;
}
@media (max-width: 1200px) {
  .button06:not(.arrowtype) svg {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 400px) {
  .button06:not(.arrowtype) svg {
    margin: 0 0 0 10px;
  }
}
.button06:not(.arrowtype) i {
  margin: 0 0 0 7px;
}
.button06.mirror {
  flex-direction: row-reverse;
}
.button06.mirror svg, .button06.mirror i {
  transform: scale(-1, 1);
}
.button06.mirror:not(.arrowtype) svg {
  margin: 0 32px 0 0;
}
@media (max-width: 1200px) {
  .button06.mirror:not(.arrowtype) svg {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 400px) {
  .button06.mirror:not(.arrowtype) svg {
    margin: 0 10px 0 0;
  }
}
.button06.mirror:not(.arrowtype) i {
  margin: 0 7px 0 0;
}
.button06:hover, .button06.active {
  background: #e4151c;
  border: 1px solid #e4151c;
}
.button06:hover span, .button06:hover i, .button06.active span, .button06.active i {
  color: #fff;
}
.button06:hover svg, .button06.active svg {
  fill: #fff;
}
.button06.white {
  background: transparent;
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
  .button06.white {
    background: #fff;
  }
  .button06.white span, .button06.white i {
    color: #fff;
  }
  .button06.white svg {
    fill: #000;
  }
}
.button06.white:hover, .button06.white.active {
  background: #fff;
}
.button06.white:hover span, .button06.white:hover i, .button06.white.active span, .button06.white.active i {
  color: #000;
}
.button06.white:hover svg, .button06.white.active svg {
  fill: #000;
}

.cb_module {
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.cb_module.cb_margin_bottom {
  margin: 0 0 95px;
}
@media (max-width: 1440px) {
  .cb_module.cb_margin_bottom {
    margin: 0 0 70px;
  }
}
@media (max-width: 960px) {
  .cb_module.cb_margin_bottom {
    margin: 0 0 50px;
  }
}
@media (max-width: 480px) {
  .cb_module.cb_margin_bottom {
    margin: 0 0 40px;
  }
}
.cb_module * {
  box-sizing: border-box;
}
.cb_module p {
  line-height: 1.8;
  margin: 0;
}
.cb_module img {
  display: block;
  height: auto !important;
}
.cb_module .cb_title h2 {
  font-size: 23px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 0;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .cb_module .cb_title h2 {
    font-size: 21px;
  }
}
.cb_module .cb_title h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  margin: 0;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .cb_module .cb_title h3 {
    font-size: 16px;
  }
}

a {
  color: #e4151c;
}

.cb_text02 .comma_box {
  position: relative;
  padding: 50px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cb_text02 .comma_box {
    padding: 40px;
  }
}
.cb_text02 .comma_box::before {
  content: "“";
  position: absolute;
  top: 15px;
  left: -20px;
  color: #000;
  font-size: 62px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cb_text02 .comma_box::before {
    top: 10px;
    left: -25px;
  }
}
.cb_text02 .comma_box::after {
  content: "”";
  position: absolute;
  bottom: -20px;
  right: -20px;
  color: #000;
  font-size: 62px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cb_text02 .comma_box::after {
    bottom: -25px;
    right: -25px;
  }
}

.cb_text03.cb_margin_bottom {
  margin: 0 0 20px !important;
}
.cb_text03 blockquote {
  padding: 10px 20px;
  margin: 0;
  border-left: 5px solid #000;
}
.cb_text03 blockquote p {
  font-weight: 500;
}

.cb_text04 .frame_box {
  padding: 0 7.5px;
}
.cb_text04 .frame_box > div {
  position: relative;
  padding: 40px 16px;
  margin-top: 15.5px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cb_text04 .frame_box > div {
    padding: 30px 16px;
  }
}
.cb_text04 .frame_box > div .frame_name {
  position: absolute;
  top: 0;
  left: 50%;
  width: max-content;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 12px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.cb_text05 .cb_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .cb_text05 .cb_content {
    gap: 20px 0;
    margin: 0 -10px;
  }
}
.cb_text05 .cb_content > div {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cb_text05 .cb_content > div {
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .cb_text05 .cb_content > div {
    width: 100%;
  }
}
.cb_text05 .cb_content > div .cb_title {
  margin-bottom: 10px;
}

.cb_text06 .cb_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .cb_text06 .cb_content {
    gap: 20px 0;
    margin: 0 -10px;
  }
}
.cb_text06 .cb_content > div {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cb_text06 .cb_content > div {
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .cb_text06 .cb_content > div {
    width: 100%;
  }
}
.cb_text06 .cb_content > div > div {
  padding: 30px;
}
@media (max-width: 480px) {
  .cb_text06 .cb_content > div > div {
    padding: 25px;
  }
}
.cb_text06 .cb_content > div > div .cb_title {
  margin-bottom: 10px;
}

.cb_text07 .cb_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .cb_text07 .cb_content {
    gap: 20px 0;
    margin: 0 -10px;
  }
}
.cb_text07 .cb_content > div {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cb_text07 .cb_content > div {
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .cb_text07 .cb_content > div {
    width: 100%;
  }
}
.cb_text07 .cb_content > div .cb_title {
  padding-bottom: 15px;
  margin-bottom: 14px;
}

.cb_text08 .cb_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .cb_text08 .cb_content {
    gap: 20px 0;
    margin: 0 -10px;
  }
}
.cb_text08 .cb_content > div {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cb_text08 .cb_content > div {
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .cb_text08 .cb_content > div {
    width: 100%;
  }
}
.cb_text08 .cb_content > div > div {
  padding: 30px;
}
@media (max-width: 480px) {
  .cb_text08 .cb_content > div > div {
    padding: 25px;
  }
}
.cb_text08 .cb_content > div > div .cb_title {
  padding-bottom: 15px;
  margin-bottom: 14px;
}

.cb_text09 p {
  display: flex;
  padding: 10px 0;
}
.cb_text09 p > span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  top: -4px;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  border-radius: 50%;
}

.cb_text10 .cb_content {
  display: flex;
  align-items: center;
  gap: 0 60px;
}
@media (max-width: 720px) {
  .cb_text10 .cb_content {
    flex-wrap: wrap;
  }
}
.cb_text10 .cb_content > div:nth-child(1) {
  width: 100%;
}
.cb_text10 .cb_content > div:nth-child(2) {
  flex-shrink: 0;
}

.cb_photo01 {
  width: 100%;
}
.cb_photo01 img {
  width: 100%;
  margin: 0 auto;
}

.cb_photo02 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cb_photo02 .cb_wrap > div:nth-child(1) {
  width: calc(50% + 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo02 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cb_photo02 .cb_wrap > div:nth-child(1) img {
  width: 100%;
}
.cb_photo02 .cb_wrap > div:nth-child(2) {
  width: calc(50% - 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo02 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}
.cb_photo02 .cb_wrap div div a {
  color: #e4151c;
}

.cb_photo03 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (max-width: 960px) {
  .cb_photo03 .cb_wrap {
    flex-direction: column-reverse;
  }
}
.cb_photo03 .cb_wrap > div:nth-child(1) {
  width: calc(50% - 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo03 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
.cb_photo03 .cb_wrap > div:nth-child(2) {
  width: calc(50% + 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo03 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.cb_photo03 .cb_wrap > div:nth-child(2) img {
  width: 100%;
}

.cb_photo04 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_photo04 .cb_wrap > div {
  width: 50%;
}
@media (max-width: 960px) {
  .cb_photo04 .cb_wrap > div {
    width: 100%;
  }
}
.cb_photo04 .cb_wrap > div:nth-child(1) img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo04 .cb_wrap > div:nth-child(2) {
  padding: 3.5% 10% 3.5% 5%;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .cb_photo04 .cb_wrap > div:nth-child(2) {
    padding: 3.5% 5%;
  }
}

.cb_photo05 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .cb_photo05 .cb_wrap {
    flex-direction: column-reverse;
  }
}
.cb_photo05 .cb_wrap > div {
  width: 50%;
}
@media (max-width: 960px) {
  .cb_photo05 .cb_wrap > div {
    width: 100%;
  }
}
.cb_photo05 .cb_wrap > div:nth-child(1) {
  padding: 3.5% 5% 3.5% 10%;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .cb_photo05 .cb_wrap > div:nth-child(1) {
    padding: 3.5% 5%;
  }
}
.cb_photo05 .cb_wrap > div:nth-child(2) img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_photo06 {
  position: relative;
  padding: 5.8% 30px;
}
@media (max-width: 960px) {
  .cb_photo06 {
    padding: 10% 30px;
  }
}
.cb_photo06 .cb_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cb_photo06 .cb_background img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo06 .cb_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cb_photo06 .cb_wrap > div {
  width: 100%;
  max-width: 780px;
}

.cb_photo07 {
  position: relative;
  padding: 5.8% 30px;
}
@media (max-width: 960px) {
  .cb_photo07 {
    padding: 10% 30px;
  }
}
.cb_photo07 .cb_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cb_photo07 .cb_background img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo07 .cb_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cb_photo07 .cb_wrap > div {
  width: 100%;
  max-width: calc(100% - 10.416vw);
  transition: all 0.3s;
}
@media (max-width: 840px) {
  .cb_photo07 .cb_wrap > div {
    max-width: 100%;
  }
}
.cb_photo07 .cb_wrap > div > div {
  width: 100%;
  max-width: 545px;
}
.cb_photo07 .cb_wrap div div a {
  color: #e4151c;
}

.cb_photo08 {
  position: relative;
  padding: 5.8% 30px;
}
@media (max-width: 960px) {
  .cb_photo08 {
    padding: 10% 30px;
  }
}
.cb_photo08 .cb_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cb_photo08 .cb_background img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo08 .cb_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cb_photo08 .cb_wrap > div {
  width: 100%;
  max-width: calc(100% - 10.416vw);
  transition: all 0.3s;
}
@media (max-width: 840px) {
  .cb_photo08 .cb_wrap > div {
    max-width: 100%;
  }
}
.cb_photo08 .cb_wrap > div > div {
  width: 100%;
  max-width: 545px;
  margin: 0 0 0 auto;
}
.cb_photo08 .cb_wrap div div a {
  color: #e4151c;
}

.cb_photo09 {
  position: relative;
  padding: 5.8% 30px;
}
@media (max-width: 960px) {
  .cb_photo09 {
    padding: 10% 30px;
  }
}
.cb_photo09 .cb_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cb_photo09 .cb_background img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo09 .cb_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cb_photo09 .cb_wrap > div {
  width: 100%;
  max-width: 900px;
  padding: 3.125vw;
}
.cb_photo09 .cb_wrap div div a {
  color: #e4151c;
}

.cb_photo10 .cb_wrap {
  display: flex;
}
.cb_photo10 .cb_wrap .cb_marquee {
  position: relative;
  width: 17.34%;
  overflow: hidden;
}
@media (max-width: 840px) {
  .cb_photo10 .cb_wrap .cb_marquee {
    display: none;
  }
}
.cb_photo10 .cb_wrap .cb_marquee p {
  position: absolute;
  top: 100%;
  left: 50%;
  color: transparent;
  font-size: calc(3.64583vw + 3rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  white-space: nowrap;
  transform: translate(-50%, 0%);
  animation: cb_marquee 15s linear infinite;
}
@keyframes cb_marquee {
  0% {
    top: 100%;
    transform: translate(-50%, 0%);
  }
  100% {
    top: 0%;
    transform: translate(-50%, -100%);
  }
}
.cb_photo10 .cb_wrap .cb_marquee p:hover {
  animation-play-state: paused;
}
.cb_photo10 .cb_wrap .cb_content {
  display: flex;
  flex-wrap: wrap;
  width: 82.66%;
  padding: 40px 0 40px 40px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .cb_photo10 .cb_wrap .cb_content {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 840px) {
  .cb_photo10 .cb_wrap .cb_content {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .cb_photo10 .cb_wrap .cb_content {
    padding: 20px;
  }
}
.cb_photo10 .cb_wrap .cb_content > div:nth-child(1) {
  width: 36.917%;
}
@media (max-width: 720px) {
  .cb_photo10 .cb_wrap .cb_content > div:nth-child(1) {
    width: 100%;
  }
}
.cb_photo10 .cb_wrap .cb_content > div:nth-child(1) img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo10 .cb_wrap .cb_content > div:nth-child(2) {
  display: flex;
  align-items: center;
  width: 63.083%;
  padding: 5.2083vw;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_photo10 .cb_wrap .cb_content > div:nth-child(2) {
    padding: 3vw;
  }
}
@media (max-width: 720px) {
  .cb_photo10 .cb_wrap .cb_content > div:nth-child(2) {
    width: 100%;
  }
}
.cb_photo10 .cb_wrap .cb_content > div:nth-child(2) > div {
  width: 100%;
  max-width: 572px;
}
.cb_photo10.mirror .cb_wrap {
  transform: scale(-1, 1);
}
.cb_photo10.mirror .cb_wrap .cb_marquee {
  transform: scale(-1, 1);
}
.cb_photo10.mirror .cb_wrap .cb_content > div:nth-child(1) img {
  transform: scale(-1, 1);
}
.cb_photo10.mirror .cb_wrap .cb_content > div:nth-child(2) > div {
  transform: scale(-1, 1);
}

.cb_photo11 {
  background: linear-gradient(to bottom, transparent 0%, transparent 246px, var(--bg-color) 246px, var(--bg-color) 100%);
}
@media (max-width: 1300px) {
  .cb_photo11 {
    background: var(--bg-color);
  }
}
.cb_photo11 .cb_content {
  width: calc(100% - 60px);
  max-width: 1300px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .cb_photo11 .cb_content {
    width: 100%;
  }
}
.cb_photo11 .cb_content > div:nth-child(1) img {
  width: 100%;
}
.cb_photo11 .cb_content > div:nth-child(2) {
  padding: 40px 15px 60px;
}

.cb_photo12 .cb_wrap {
  position: relative;
  padding: 3.90625vw 0;
}
@media (max-width: 840px) {
  .cb_photo12 .cb_wrap {
    padding: 0;
  }
}
.cb_photo12 .cb_wrap .bg_color {
  position: absolute;
  top: 0;
  right: 0;
  width: 86.98%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 840px) {
  .cb_photo12 .cb_wrap .bg_color {
    width: 100%;
  }
}
.cb_photo12 .cb_wrap .cb_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cb_photo12 .cb_wrap .cb_content > div:nth-child(1) {
  width: 43.75%;
}
@media (max-width: 840px) {
  .cb_photo12 .cb_wrap .cb_content > div:nth-child(1) {
    width: 100%;
  }
}
.cb_photo12 .cb_wrap .cb_content > div:nth-child(1) div {
  position: relative;
  height: 0;
  padding-bottom: 71.43%;
  overflow: hidden;
}
.cb_photo12 .cb_wrap .cb_content > div:nth-child(1) div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo12 .cb_wrap .cb_content > div:nth-child(2) {
  width: 56.25%;
  padding: 0 7.0312vw 0 3.5156vw;
}
@media (max-width: 840px) {
  .cb_photo12 .cb_wrap .cb_content > div:nth-child(2) {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .cb_photo12 .cb_wrap .cb_content > div:nth-child(2) {
    padding: 15px;
  }
}

.cb_photo13 .cb_wrap {
  position: relative;
  padding: 3.90625vw 0;
}
@media (max-width: 840px) {
  .cb_photo13 .cb_wrap {
    padding: 0;
  }
}
.cb_photo13 .cb_wrap .bg_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 86.98%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 840px) {
  .cb_photo13 .cb_wrap .bg_color {
    width: 100%;
  }
}
.cb_photo13 .cb_wrap .cb_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 840px) {
  .cb_photo13 .cb_wrap .cb_content {
    flex-direction: column-reverse;
  }
}
.cb_photo13 .cb_wrap .cb_content > div:nth-child(1) {
  width: 56.25%;
  padding: 0 3.5156vw 0 7.0312vw;
}
@media (max-width: 840px) {
  .cb_photo13 .cb_wrap .cb_content > div:nth-child(1) {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .cb_photo13 .cb_wrap .cb_content > div:nth-child(1) {
    padding: 15px;
  }
}
.cb_photo13 .cb_wrap .cb_content > div:nth-child(2) {
  width: 43.75%;
}
@media (max-width: 840px) {
  .cb_photo13 .cb_wrap .cb_content > div:nth-child(2) {
    width: 100%;
  }
}
.cb_photo13 .cb_wrap .cb_content > div:nth-child(2) div {
  position: relative;
  height: 0;
  padding-bottom: 71.43%;
  overflow: hidden;
}
.cb_photo13 .cb_wrap .cb_content > div:nth-child(2) div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_photo14 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cb_photo14 .cb_wrap > div:nth-child(1) {
  flex-shrink: 0;
  width: calc(25% + 25px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo14 .cb_wrap > div:nth-child(1) {
    width: 100%;
    max-width: 350px;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cb_photo14 .cb_wrap > div:nth-child(1) img {
  width: 100%;
}
.cb_photo14 .cb_wrap > div:nth-child(2) {
  width: calc(75% - 25px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo14 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.cb_photo15 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (max-width: 960px) {
  .cb_photo15 .cb_wrap {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.cb_photo15 .cb_wrap > div:nth-child(1) {
  width: calc(75% - 25px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo15 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
.cb_photo15 .cb_wrap > div:nth-child(2) {
  flex-shrink: 0;
  width: calc(25% + 25px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo15 .cb_wrap > div:nth-child(2) {
    width: 100%;
    max-width: 350px;
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.cb_photo15 .cb_wrap > div:nth-child(2) img {
  width: 100%;
}

.cb_photo16 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cb_photo16 .cb_wrap > div:nth-child(1) {
  flex-shrink: 0;
  width: calc(25% + 25px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo16 .cb_wrap > div:nth-child(1) {
    width: 100%;
    max-width: 350px;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cb_photo16 .cb_wrap > div:nth-child(1) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_photo16 .cb_wrap > div:nth-child(1) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo16 .cb_wrap > div:nth-child(2) {
  width: calc(75% - 25px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo16 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.cb_photo17 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (max-width: 960px) {
  .cb_photo17 .cb_wrap {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.cb_photo17 .cb_wrap > div:nth-child(1) {
  width: calc(75% - 25px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo17 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
.cb_photo17 .cb_wrap > div:nth-child(2) {
  flex-shrink: 0;
  width: calc(25% + 25px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo17 .cb_wrap > div:nth-child(2) {
    width: 100%;
    max-width: 350px;
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.cb_photo17 .cb_wrap > div:nth-child(2) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_photo17 .cb_wrap > div:nth-child(2) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_card01 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card01 .cards > div {
  width: 50%;
  padding: 15px;
}
@media (max-width: 720px) {
  .cb_card01 .cards > div {
    width: 100%;
  }
}
.cb_card01 .cards > div img {
  width: 100%;
}

.cb_card02 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card02 .cards > div {
  width: 33.3333333333%;
  padding: 15px;
}
@media (max-width: 960px) {
  .cb_card02 .cards > div {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .cb_card02 .cards > div {
    width: 100%;
  }
}
.cb_card02 .cards > div img {
  width: 100%;
}

.cb_card03 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card03 .cards > div {
  width: 25%;
  padding: 15px;
}
@media (max-width: 1200px) {
  .cb_card03 .cards > div {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .cb_card03 .cards > div {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .cb_card03 .cards > div {
    width: 100%;
  }
}
.cb_card03 .cards > div img {
  width: 100%;
}

.cb_card04 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card04 .cb_slick:not(.slick-slider) > div {
  width: 33.3333333333%;
  padding: 15px;
}
.cb_card04 .cb_slick:not(.slick-slider) > div > img {
  width: 100%;
}
.cb_card04 .cb_slick:not(.slick-slider) > div > div {
  padding: 25px 15px 30px;
}
.cb_card04 .cb_slick.slick-slider {
  margin: 0 -15px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .cb_card04 .cb_slick.slick-slider {
    margin: 0 -5px;
  }
}
.cb_card04 .cb_slick.slick-slider .slick-slide {
  padding: 0 15px;
}
@media (max-width: 720px) {
  .cb_card04 .cb_slick.slick-slider .slick-slide {
    padding: 0 5px;
  }
}
.cb_card04 .cb_slick.slick-slider .slick-slide > img {
  width: 100%;
}
.cb_card04 .cb_slick.slick-slider .slick-slide > div {
  padding: 25px 15px 30px;
}

.cb_card05 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cb_card05 .cb_slick:not(.slick-slider) > div {
  width: 25%;
  padding: 10px;
}
.cb_card05 .cb_slick:not(.slick-slider) > div > img {
  width: 100%;
}
.cb_card05 .cb_slick:not(.slick-slider) > div > div {
  padding: 25px 15px 30px;
  transition: all 0.3s;
}
.cb_card05 .cb_slick:not(.slick-slider) > div > div p {
  transition: all 0.3s;
}
.cb_card05 .cb_slick:not(.slick-slider) > div:hover > div {
  background: #000 !important;
}
.cb_card05 .cb_slick:not(.slick-slider) > div:hover > div h3 {
  color: #fff;
}
.cb_card05 .cb_slick:not(.slick-slider) > div:hover > div p {
  color: #fff;
}
.cb_card05 .cb_slick:not(.slick-slider) > div:hover > div .cb_button01.reverse {
  color: #393939;
  background: #e6e7e8 !important;
}
.cb_card05 .cb_slick.slick-slider {
  margin: 0 -10px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .cb_card05 .cb_slick.slick-slider {
    margin: 0 -5px;
  }
}
.cb_card05 .cb_slick.slick-slider .slick-slide {
  padding: 0 10px;
}
@media (max-width: 720px) {
  .cb_card05 .cb_slick.slick-slider .slick-slide {
    padding: 0 5px;
  }
}
.cb_card05 .cb_slick.slick-slider .slick-slide > img {
  width: 100%;
}
.cb_card05 .cb_slick.slick-slider .slick-slide > div {
  padding: 25px 15px 30px;
  transition: all 0.3s;
}
.cb_card05 .cb_slick.slick-slider .slick-slide > div p {
  transition: all 0.3s;
}
.cb_card05 .cb_slick.slick-slider .slick-slide:hover > div {
  background: #000 !important;
}
.cb_card05 .cb_slick.slick-slider .slick-slide:hover > div h3 {
  color: #fff;
}
.cb_card05 .cb_slick.slick-slider .slick-slide:hover > div p {
  color: #fff;
}
.cb_card05 .cb_slick.slick-slider .slick-slide:hover > div .cb_button01.reverse {
  color: #393939;
  background: #e6e7e8 !important;
}

.cb_card06 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card06 .cards > div {
  width: 50%;
  padding: 15px;
}
@media (max-width: 720px) {
  .cb_card06 .cards > div {
    width: 100%;
  }
}
.cb_card06 .cards > div .image {
  max-width: 52.5547445255%;
  margin: 0 auto;
}
.cb_card06 .cards > div .image > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card06 .cards > div .image > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_card07 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card07 .cards > div {
  width: 33.3333333333%;
  padding: 15px;
}
@media (max-width: 960px) {
  .cb_card07 .cards > div {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .cb_card07 .cards > div {
    width: 100%;
  }
}
.cb_card07 .cards > div .image {
  max-width: 77.1812080537%;
  margin: 0 auto;
}
.cb_card07 .cards > div .image > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card07 .cards > div .image > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_card08 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card08 .cards > div {
  width: 25%;
  padding: 15px;
}
@media (max-width: 1200px) {
  .cb_card08 .cards > div {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .cb_card08 .cards > div {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .cb_card08 .cards > div {
    width: 100%;
  }
}
.cb_card08 .cards > div .image {
  max-width: 72.5373134328%;
  margin: 0 auto;
}
.cb_card08 .cards > div .image > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card08 .cards > div .image > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_card09 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card09 .cb_slick:not(.slick-slider) > div {
  width: 33.3333333333%;
  padding: 15px;
}
.cb_card09 .cb_slick:not(.slick-slider) > div > div:nth-child(1) {
  max-width: 77.1812080537%;
  margin: 0 auto 20px;
}
.cb_card09 .cb_slick:not(.slick-slider) > div > div:nth-child(1) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card09 .cb_slick:not(.slick-slider) > div > div:nth-child(1) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_card09 .cb_slick:not(.slick-slider) > div > div:nth-child(2) {
  padding: 15px 15px 20px;
}
.cb_card09 .cb_slick.slick-slider {
  margin: 0 -15px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .cb_card09 .cb_slick.slick-slider {
    margin: 0 -5px;
  }
}
.cb_card09 .cb_slick.slick-slider .slick-slide {
  padding: 0 15px;
}
@media (max-width: 720px) {
  .cb_card09 .cb_slick.slick-slider .slick-slide {
    padding: 0 5px;
  }
}
.cb_card09 .cb_slick.slick-slider .slick-slide > div:nth-child(1) {
  max-width: 77.1812080537%;
  margin: 0 auto 20px;
}
.cb_card09 .cb_slick.slick-slider .slick-slide > div:nth-child(1) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card09 .cb_slick.slick-slider .slick-slide > div:nth-child(1) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_card09 .cb_slick.slick-slider .slick-slide > div:nth-child(2) {
  padding: 15px 15px 20px;
}

.cb_card10 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cb_card10 .cb_slick:not(.slick-slider) > div {
  width: 25%;
  padding: 10px;
}
.cb_card10 .cb_slick:not(.slick-slider) > div > div:nth-child(1) {
  max-width: 72.5373134328%;
  margin: 0 auto 20px;
}
.cb_card10 .cb_slick:not(.slick-slider) > div > div:nth-child(1) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card10 .cb_slick:not(.slick-slider) > div > div:nth-child(1) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_card10 .cb_slick:not(.slick-slider) > div > div:nth-child(2) {
  padding: 15px 15px 20px;
  transition: all 0.3s;
}
.cb_card10 .cb_slick:not(.slick-slider) > div > div:nth-child(2) p {
  transition: all 0.3s;
}
.cb_card10 .cb_slick:not(.slick-slider) > div:hover > div:nth-child(2) {
  background: #000 !important;
}
.cb_card10 .cb_slick:not(.slick-slider) > div:hover > div:nth-child(2) h3 {
  color: #fff;
}
.cb_card10 .cb_slick:not(.slick-slider) > div:hover > div:nth-child(2) p {
  color: #fff;
}
.cb_card10 .cb_slick:not(.slick-slider) > div:hover > div:nth-child(2) .cb_button01.reverse {
  color: #393939;
  background: #e6e7e8 !important;
}
.cb_card10 .cb_slick.slick-slider {
  margin: 0 -10px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .cb_card10 .cb_slick.slick-slider {
    margin: 0 -5px;
  }
}
.cb_card10 .cb_slick.slick-slider .slick-slide {
  padding: 0 10px;
}
@media (max-width: 720px) {
  .cb_card10 .cb_slick.slick-slider .slick-slide {
    padding: 0 5px;
  }
}
.cb_card10 .cb_slick.slick-slider .slick-slide > div:nth-child(1) {
  max-width: 72.5373134328%;
  margin: 0 auto 20px;
}
.cb_card10 .cb_slick.slick-slider .slick-slide > div:nth-child(1) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card10 .cb_slick.slick-slider .slick-slide > div:nth-child(1) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_card10 .cb_slick.slick-slider .slick-slide > div:nth-child(2) {
  padding: 15px 15px 20px;
  transition: all 0.3s;
}
.cb_card10 .cb_slick.slick-slider .slick-slide > div:nth-child(2) p {
  transition: all 0.3s;
}
.cb_card10 .cb_slick.slick-slider .slick-slide:hover > div:nth-child(2) {
  background: #000 !important;
}
.cb_card10 .cb_slick.slick-slider .slick-slide:hover > div:nth-child(2) h3 {
  color: #fff;
}
.cb_card10 .cb_slick.slick-slider .slick-slide:hover > div:nth-child(2) p {
  color: #fff;
}
.cb_card10 .cb_slick.slick-slider .slick-slide:hover > div:nth-child(2) .cb_button01.reverse {
  color: #393939;
  background: #e6e7e8 !important;
}

.cb_box01 {
  overflow: hidden;
}
.cb_box01 .cb_slick {
  margin: 0 -15px;
}
.cb_box01 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
}
.cb_box01 .cb_slick:not(.slick-slider) .box {
  width: 25%;
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box01 .cb_slick:not(.slick-slider) .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box01 .cb_slick:not(.slick-slider) .box {
    padding: 30px 15px;
  }
}
@media (max-width: 960px) {
  .cb_box01 .cb_slick:not(.slick-slider) .box {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .cb_box01 .cb_slick:not(.slick-slider) .box {
    width: 50%;
  }
}
.cb_box01 .cb_slick:not(.slick-slider) .box img {
  margin: 0 auto 15px;
}
.cb_box01 .cb_slick:not(.slick-slider) .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box01 .cb_slick:not(.slick-slider) .box h4 {
  font-weight: 400;
  margin: 0;
}
.cb_box01 .cb_slick.slick-slider .slick-slide .box {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box01 .cb_slick.slick-slider .slick-slide .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box01 .cb_slick.slick-slider .slick-slide .box {
    padding: 30px 15px;
  }
}
.cb_box01 .cb_slick.slick-slider .slick-slide .box img {
  margin: 0 auto 15px;
}
.cb_box01 .cb_slick.slick-slider .slick-slide .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box01 .cb_slick.slick-slider .slick-slide .box h4 {
  font-weight: 400;
  margin: 0;
}

.cb_box02 {
  overflow: hidden;
}
.cb_box02 .cb_slick {
  margin: 0 -15px;
}
.cb_box02 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
}
.cb_box02 .cb_slick:not(.slick-slider) .box {
  width: 20%;
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box02 .cb_slick:not(.slick-slider) .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box02 .cb_slick:not(.slick-slider) .box {
    width: 25%;
    padding: 30px 15px;
  }
}
@media (max-width: 960px) {
  .cb_box02 .cb_slick:not(.slick-slider) .box {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .cb_box02 .cb_slick:not(.slick-slider) .box {
    width: 50%;
  }
}
.cb_box02 .cb_slick:not(.slick-slider) .box img {
  margin: 0 auto 15px;
}
.cb_box02 .cb_slick:not(.slick-slider) .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box02 .cb_slick:not(.slick-slider) .box h4 {
  font-weight: 400;
  margin: 0;
}
.cb_box02 .cb_slick.slick-slider .slick-slide .box {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box02 .cb_slick.slick-slider .slick-slide .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box02 .cb_slick.slick-slider .slick-slide .box {
    padding: 30px 15px;
  }
}
.cb_box02 .cb_slick.slick-slider .slick-slide .box img {
  margin: 0 auto 15px;
}
.cb_box02 .cb_slick.slick-slider .slick-slide .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box02 .cb_slick.slick-slider .slick-slide .box h4 {
  font-weight: 400;
  margin: 0;
}

.cb_box03 {
  overflow: hidden;
}
.cb_box03 .cb_slick {
  margin: 0 -15px;
}
.cb_box03 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
}
.cb_box03 .cb_slick:not(.slick-slider) .box {
  width: 16.6666666667%;
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box03 .cb_slick:not(.slick-slider) .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1366px) {
  .cb_box03 .cb_slick:not(.slick-slider) .box {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  .cb_box03 .cb_slick:not(.slick-slider) .box {
    width: 25%;
    padding: 30px 15px;
  }
}
@media (max-width: 960px) {
  .cb_box03 .cb_slick:not(.slick-slider) .box {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .cb_box03 .cb_slick:not(.slick-slider) .box {
    width: 50%;
  }
}
.cb_box03 .cb_slick:not(.slick-slider) .box img {
  margin: 0 auto 15px;
}
.cb_box03 .cb_slick:not(.slick-slider) .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box03 .cb_slick:not(.slick-slider) .box h4 {
  font-weight: 400;
  margin: 0;
}
.cb_box03 .cb_slick.slick-slider .slick-slide .box {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box03 .cb_slick.slick-slider .slick-slide .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box03 .cb_slick.slick-slider .slick-slide .box {
    padding: 30px 15px;
  }
}
.cb_box03 .cb_slick.slick-slider .slick-slide .box img {
  margin: 0 auto 15px;
}
.cb_box03 .cb_slick.slick-slider .slick-slide .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box03 .cb_slick.slick-slider .slick-slide .box h4 {
  font-weight: 400;
  margin: 0;
}

.cb_box04 .boxes {
  display: flex;
  flex-wrap: wrap;
}
.cb_box04 .boxes .box {
  width: 50%;
  padding: 7.5px;
}
.cb_box04 .boxes .box > div {
  padding: 50px 15px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box04 .boxes .box > div {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box04 .boxes .box > div {
    padding: 30px 15px;
  }
}
.cb_box04 .boxes .box > div img {
  margin: 0 auto 15px;
}
.cb_box04 .boxes .box > div h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box04 .boxes .box > div h4 {
  font-weight: 400;
  margin: 0;
}

.cb_box05 .boxes {
  display: flex;
  flex-wrap: wrap;
}
.cb_box05 .boxes .box {
  width: 33.3333333333%;
  padding: 7.5px;
}
@media (max-width: 720px) {
  .cb_box05 .boxes .box {
    width: 50%;
  }
}
.cb_box05 .boxes .box > div {
  padding: 50px 15px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box05 .boxes .box > div {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box05 .boxes .box > div {
    padding: 30px 15px;
  }
}
.cb_box05 .boxes .box > div img {
  margin: 0 auto 15px;
}
.cb_box05 .boxes .box > div h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box05 .boxes .box > div h4 {
  font-weight: 400;
  margin: 0;
}

.cb_box06 .boxes {
  display: flex;
  flex-wrap: wrap;
}
.cb_box06 .boxes .box {
  width: 50%;
  padding: 7.5px;
}
@media (max-width: 540px) {
  .cb_box06 .boxes .box {
    width: 100%;
  }
}
.cb_box06 .boxes .box > div {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box06 .boxes .box > div {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box06 .boxes .box > div {
    padding: 30px 15px;
  }
}

.cb_box07 .boxes {
  display: flex;
  flex-wrap: wrap;
}
.cb_box07 .boxes .box {
  width: 33.3333333333%;
  padding: 7.5px;
}
@media (max-width: 720px) {
  .cb_box07 .boxes .box {
    width: 100%;
  }
}
.cb_box07 .boxes .box > div {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box07 .boxes .box > div {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box07 .boxes .box > div {
    padding: 30px 15px;
  }
}

.cb_box08 .boxes {
  display: flex;
  flex-wrap: wrap;
}
.cb_box08 .boxes .box {
  width: 25%;
  padding: 7.5px;
}
@media (max-width: 1200px) {
  .cb_box08 .boxes .box {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .cb_box08 .boxes .box {
    width: 100%;
  }
}
.cb_box08 .boxes .box > div {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box08 .boxes .box > div {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box08 .boxes .box > div {
    padding: 30px 15px;
  }
}

.cb_box09 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box09 .cb_wrap .box {
  position: relative;
  width: 33.3333333333%;
  background: #000;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cb_box09 .cb_wrap .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cb_box09 .cb_wrap .box:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1200px) {
  .cb_box09 .cb_wrap .box > div:nth-child(1) {
    width: 55%;
  }
}
@media (max-width: 540px) {
  .cb_box09 .cb_wrap .box > div:nth-child(1) {
    width: 100%;
  }
}
.cb_box09 .cb_wrap .box > div:nth-child(1) div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box09 .cb_wrap .box > div:nth-child(1) div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_box09 .cb_wrap .box > div:nth-child(1) div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s;
}
@media (max-width: 1200px) {
  .cb_box09 .cb_wrap .box > div:nth-child(1) div::after {
    display: none;
  }
}
.cb_box09 .cb_wrap .box > div:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 5vw);
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .cb_box09 .cb_wrap .box > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: unset;
    left: unset;
    width: 45%;
    opacity: 1;
    pointer-events: auto;
    transform: unset;
  }
}
@media (max-width: 540px) {
  .cb_box09 .cb_wrap .box > div:nth-child(2) {
    width: 100%;
    padding: 30px 15px;
  }
}
.cb_box09 .cb_wrap .box:hover > div:nth-child(1) div::after {
  opacity: 1;
}
.cb_box09 .cb_wrap .box:hover > div:nth-child(2) {
  opacity: 1;
  pointer-events: auto;
}

.cb_box10 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box10 .cb_wrap .box {
  position: relative;
  width: 25%;
  background: #000;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cb_box10 .cb_wrap .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cb_box10 .cb_wrap .box:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1200px) {
  .cb_box10 .cb_wrap .box > div:nth-child(1) {
    width: 55%;
  }
}
@media (max-width: 540px) {
  .cb_box10 .cb_wrap .box > div:nth-child(1) {
    width: 100%;
  }
}
.cb_box10 .cb_wrap .box > div:nth-child(1) div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box10 .cb_wrap .box > div:nth-child(1) div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_box10 .cb_wrap .box > div:nth-child(1) div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s;
}
@media (max-width: 1200px) {
  .cb_box10 .cb_wrap .box > div:nth-child(1) div::after {
    display: none;
  }
}
.cb_box10 .cb_wrap .box > div:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .cb_box10 .cb_wrap .box > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: unset;
    left: unset;
    width: 45%;
    opacity: 1;
    pointer-events: auto;
    transform: unset;
  }
}
@media (max-width: 540px) {
  .cb_box10 .cb_wrap .box > div:nth-child(2) {
    width: 100%;
    padding: 30px 15px;
  }
}
.cb_box10 .cb_wrap .box:hover > div:nth-child(1) div::after {
  opacity: 1;
}
.cb_box10 .cb_wrap .box:hover > div:nth-child(2) {
  opacity: 1;
  pointer-events: auto;
}

.cb_box11 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box11 .cb_wrap .box {
  width: 33.3333333333%;
}
@media (max-width: 720px) {
  .cb_box11 .cb_wrap .box {
    width: 50%;
  }
}
.cb_box11 .cb_wrap .box div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box11 .cb_wrap .box div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_box12 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box12 .cb_wrap .box {
  width: 25%;
}
@media (max-width: 720px) {
  .cb_box12 .cb_wrap .box {
    width: 50%;
  }
}
.cb_box12 .cb_wrap .box div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box12 .cb_wrap .box div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_box13 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box13 .cb_wrap .box {
  width: 20%;
}
@media (max-width: 1200px) {
  .cb_box13 .cb_wrap .box {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .cb_box13 .cb_wrap .box {
    width: 50%;
  }
}
.cb_box13 .cb_wrap .box div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box13 .cb_wrap .box div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_box14 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box14 .cb_wrap .box {
  width: 16.6666666667%;
}
@media (max-width: 1200px) {
  .cb_box14 .cb_wrap .box {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .cb_box14 .cb_wrap .box {
    width: 50%;
  }
}
.cb_box14 .cb_wrap .box div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box14 .cb_wrap .box div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_video01 .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 34.23%;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cb_video01 .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_video01 .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cb_video02 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cb_video02 .cb_wrap > div:nth-child(1) {
  width: calc(50% + 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_video02 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cb_video02 .cb_wrap > div:nth-child(1) .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 63.77%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .cb_video02 .cb_wrap > div:nth-child(1) .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_video02 .cb_wrap > div:nth-child(1) .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.cb_video02 .cb_wrap > div:nth-child(2) {
  width: calc(50% - 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_video02 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.cb_video03 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 960px) {
  .cb_video03 .cb_wrap {
    flex-direction: column-reverse;
  }
}
.cb_video03 .cb_wrap > div:nth-child(1) {
  width: calc(50% - 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_video03 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
.cb_video03 .cb_wrap > div:nth-child(2) {
  width: calc(50% + 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_video03 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.cb_video03 .cb_wrap > div:nth-child(2) .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 63.77%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .cb_video03 .cb_wrap > div:nth-child(2) .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_video03 .cb_wrap > div:nth-child(2) .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cb_map01 .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 34.23%;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cb_map01 .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_map01 .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cb_map02 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cb_map02 .cb_wrap > div:nth-child(1) {
  width: calc(50% + 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_map02 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cb_map02 .cb_wrap > div:nth-child(1) .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 63.77%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .cb_map02 .cb_wrap > div:nth-child(1) .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_map02 .cb_wrap > div:nth-child(1) .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.cb_map02 .cb_wrap > div:nth-child(2) {
  width: calc(50% - 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_map02 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.cb_map03 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 960px) {
  .cb_map03 .cb_wrap {
    flex-direction: column-reverse;
  }
}
.cb_map03 .cb_wrap > div:nth-child(1) {
  width: calc(50% - 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_map03 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
.cb_map03 .cb_wrap > div:nth-child(2) {
  width: calc(50% + 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_map03 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.cb_map03 .cb_wrap > div:nth-child(2) .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 63.77%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .cb_map03 .cb_wrap > div:nth-child(2) .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_map03 .cb_wrap > div:nth-child(2) .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cb_map04 .cb_content {
  position: relative;
}
.cb_map04 .cb_content .cb_map_txt {
  padding: 30px;
}
@media (min-width: 961px) {
  .cb_map04 .cb_content .cb_map_txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 60%;
    width: 400px;
    max-width: 30%;
    padding: calc(0.625rem + 1.0416666667vw);
    overflow-y: auto;
    z-index: 2;
  }
}
.cb_map04 .cb_content .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 500px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .cb_map04 .cb_content .rwd_frame {
    padding-bottom: 56.25%;
  }
}
@media (max-width: 640px) {
  .cb_map04 .cb_content .rwd_frame {
    padding-bottom: 325px;
  }
}
.cb_map04 .cb_content .rwd_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cb_history01 .cb_wrap > div {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 540px) {
  .cb_history01 .cb_wrap > div {
    width: 100% !important;
    padding-bottom: 30px;
  }
}
.cb_history01 .cb_wrap > div::before {
  content: "";
  position: absolute;
  top: calc(1.125rem + 0.5208333333vw);
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.cb_history01 .cb_wrap > div::after {
  content: "";
  position: absolute;
  top: calc(1.125rem + 0.5208333333vw);
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
}
.cb_history01:not(.reverse) .cb_wrap > div {
  width: calc(50% + 0.5px);
  text-align: right;
  padding-right: 45px;
  border-right: 1px solid var(--border-color);
}
@media (max-width: 540px) {
  .cb_history01:not(.reverse) .cb_wrap > div {
    text-align: left;
    padding-right: unset;
    padding-left: 30px;
    border-right: unset;
    border-left: 1px solid var(--border-color);
  }
}
.cb_history01:not(.reverse) .cb_wrap > div::before, .cb_history01:not(.reverse) .cb_wrap > div::after {
  left: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 540px) {
  .cb_history01:not(.reverse) .cb_wrap > div::before, .cb_history01:not(.reverse) .cb_wrap > div::after {
    left: unset;
    right: 100%;
    transform: translate(calc(50% - 1px), -50%);
  }
}
.cb_history01:not(.reverse) .cb_wrap > div img {
  margin: 0 0 0 auto;
}
@media (max-width: 540px) {
  .cb_history01:not(.reverse) .cb_wrap > div img {
    margin: unset;
  }
}
.cb_history01.reverse .cb_wrap > div {
  width: calc(50% + 0.5px);
  padding-left: 45px;
  margin: 0 0 0 auto;
  border-left: 1px solid var(--border-color);
}
@media (max-width: 540px) {
  .cb_history01.reverse .cb_wrap > div {
    padding-left: 30px;
  }
}
.cb_history01.reverse .cb_wrap > div::before, .cb_history01.reverse .cb_wrap > div::after {
  right: 100%;
  transform: translate(calc(50% - 1px), -50%);
}

.cb_history02 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_history02 .cb_wrap .time {
  flex-shrink: 0;
  position: relative;
  width: 147px;
  text-align: right;
  padding: 5px 20px 20px 0;
  border-right: 3px solid var(--border-color);
}
@media (max-width: 1024px) {
  .cb_history02 .cb_wrap .time {
    width: 107px;
  }
}
@media (max-width: 540px) {
  .cb_history02 .cb_wrap .time {
    display: flex;
    align-items: center;
    gap: 0 10px;
    width: 100%;
    text-align: left;
    padding: 0 0 5px 0;
    border-right: unset;
    border-bottom: 3px solid var(--border-color);
  }
}
.cb_history02 .cb_wrap .time::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 100%;
  width: 16px;
  height: 16px;
  background: #fff url("../img/arrow/arrow19.svg") no-repeat center center;
  border: 2px solid #000;
  border-radius: 50%;
  transform: translateX(calc(-50% + 1px));
  transition: background 0.2s;
}
@media (max-width: 1024px) {
  .cb_history02 .cb_wrap .time::before {
    background: #000 url("../img/arrow/arrow19.svg") no-repeat center center;
  }
}
@media (max-width: 540px) {
  .cb_history02 .cb_wrap .time::before {
    flex-shrink: 0;
    position: unset;
    transform: unset;
  }
}
.cb_history02 .cb_wrap .note {
  width: calc(100% - 150px);
  padding: 14px 0 20px 20px;
}
@media (max-width: 1024px) {
  .cb_history02 .cb_wrap .note {
    width: calc(100% - 110px);
  }
}
@media (max-width: 540px) {
  .cb_history02 .cb_wrap .note {
    width: 100%;
    padding: 10px 0 30px;
  }
}
.cb_history02 .cb_wrap:hover .time::before {
  background: #000 url("../img/arrow/arrow19.svg") no-repeat center center;
}

.cb_button01 {
  display: block;
  width: 200px;
  max-width: 100%;
  color: #393939;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  padding: 13px 10px;
  background: #e6e7e8 !important;
  transition: all 0.3s;
}
.cb_button01.center {
  margin: 0 auto;
}
.cb_button01.right {
  margin: 0 0 0 auto;
}
.cb_button01 span {
  display: inline-block;
  padding-left: 7px;
  transform: scale(0.7);
}
.cb_button01:hover {
  color: #fff;
  background: #000 !important;
}
.cb_button01.reverse {
  color: #fff;
  background: #000 !important;
}
.cb_button01.reverse:hover {
  color: #393939;
  background: #e6e7e8 !important;
}

.cb_button02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  max-width: 100%;
  color: #393939;
  font-size: 12px;
  text-decoration: none;
  padding: 13px 10px;
  background: #fff !important;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  transition: all 0.3s;
}
.cb_button02.center {
  margin: 0 auto;
}
.cb_button02.right {
  margin: 0 0 0 auto;
}
.cb_button02 span {
  display: inline-block;
  padding-left: 30px;
}
.cb_button02 span svg {
  display: block;
}
.cb_button02 span svg polyline {
  stroke: #393939;
  transition: all 0.3s;
}
.cb_button02:hover {
  color: #fff;
  background: #000 !important;
}
.cb_button02:hover span svg polyline {
  stroke: #fff;
}
.cb_button02.reverse {
  color: #fff;
  background: #000 !important;
}
.cb_button02.reverse span svg polyline {
  stroke: #fff;
}
.cb_button02.reverse:hover {
  color: #393939;
  background: #fff !important;
}
.cb_button02.reverse:hover span svg polyline {
  stroke: #393939;
}

.cb_button03 {
  display: block;
  position: relative;
  width: 200px;
  max-width: 100%;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  padding: 13px 40px;
  background: #e6e7e8 !important;
}
.cb_button03.center {
  margin: 0 auto;
}
.cb_button03.right {
  margin: 0 0 0 auto;
}
.cb_button03::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #000;
  transition: all 0.3s;
}
.cb_button03 svg {
  position: absolute;
  bottom: 15px;
  left: 15px;
  opacity: 1;
  transform: translate(-50%, 50%);
  transition: all 0.3s;
}
.cb_button03 svg line {
  stroke: #fff;
}
.cb_button03 svg polygon {
  stroke: #fff;
}
.cb_button03 svg rect {
  fill: #fff;
}
.cb_button03 span {
  position: relative;
  color: #393939;
  transition: all 0.3s;
}
.cb_button03:hover::before {
  width: 100%;
  height: 100%;
}
.cb_button03:hover svg {
  opacity: 0;
}
.cb_button03:hover span {
  color: #fff;
}
.cb_button03.reverse {
  background: #000 !important;
}
.cb_button03.reverse::before {
  background: #e6e7e8;
}
.cb_button03.reverse svg line {
  stroke: #231F20;
}
.cb_button03.reverse svg polygon {
  stroke: #231F20;
}
.cb_button03.reverse svg rect {
  fill: #231F20;
}
.cb_button03.reverse span {
  color: #fff;
}
.cb_button03.reverse:hover span {
  color: #393939;
}

.cb_button04 {
  display: block;
  position: relative;
  width: 200px;
  max-width: 100%;
  font-size: 12px;
  text-decoration: none;
  padding: 13px 10px;
  background: #000 !important;
}
.cb_button04.center {
  margin: 0 auto;
}
.cb_button04.right {
  margin: 0 0 0 auto;
}
.cb_button04::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #e6e7e8;
  transition: all 0.3s;
}
.cb_button04 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #393939;
  transition: all 0.3s;
}
.cb_button04 > span span {
  display: inline-block;
  padding-left: 40px;
}
.cb_button04 > span span svg {
  display: block;
}
.cb_button04 > span span svg line {
  stroke: #393939;
  transition: all 0.3s;
}
.cb_button04 > span span svg circle {
  stroke: #393939;
  transition: all 0.3s;
}
.cb_button04 > span span svg polygon {
  fill: #393939;
  transition: all 0.3s;
}
.cb_button04:hover::before {
  width: 0%;
  background: #ababab;
}
.cb_button04:hover > span {
  color: #fff;
}
.cb_button04:hover > span span svg line {
  stroke: #fff;
}
.cb_button04:hover > span span svg circle {
  stroke: #fff;
}
.cb_button04:hover > span span svg polygon {
  fill: #fff;
}
.cb_button04.reverse {
  background: #e6e7e8 !important;
}
.cb_button04.reverse::before {
  background: #000;
}
.cb_button04.reverse > span {
  color: #fff;
}
.cb_button04.reverse > span span svg line {
  stroke: #fff;
}
.cb_button04.reverse > span span svg circle {
  stroke: #fff;
}
.cb_button04.reverse > span span svg polygon {
  fill: #fff;
}
.cb_button04.reverse:hover > span {
  color: #393939;
}
.cb_button04.reverse:hover > span span svg line {
  stroke: #393939;
}
.cb_button04.reverse:hover > span span svg circle {
  stroke: #393939;
}
.cb_button04.reverse:hover > span span svg polygon {
  fill: #393939;
}

.cb_button05 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  max-width: 100%;
  color: #393939;
  font-size: 12px;
  text-decoration: none;
  padding: 13px 10px;
  background: #fff !important;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.3s;
}
.cb_button05.center {
  margin: 0 auto;
}
.cb_button05.right {
  margin: 0 0 0 auto;
}
.cb_button05 span {
  display: inline-block;
  padding-left: 30px;
}
.cb_button05 span svg {
  display: block;
}
.cb_button05 span svg path {
  fill: #393939;
  transition: all 0.3s;
}
.cb_button05:hover {
  color: #fff;
  background: #000 !important;
}
.cb_button05:hover span svg path {
  fill: #fff;
}
.cb_button05.reverse {
  color: #fff;
  background: #000 !important;
}
.cb_button05.reverse span svg path {
  fill: #fff;
}
.cb_button05.reverse:hover {
  color: #393939;
  background: #fff !important;
}
.cb_button05.reverse:hover span svg path {
  fill: #393939;
}

.cb_button06 {
  display: block;
  position: relative;
  width: 200px;
  max-width: 100%;
  color: #393939;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  padding: 13px 35px;
  background: #fff !important;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  transition: all 0.3s;
}
.cb_button06.center {
  margin: 0 auto;
}
.cb_button06.right {
  margin: 0 0 0 auto;
}
.cb_button06::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  width: 5px;
  height: 5px;
  background: #393939;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cb_button06:hover {
  color: #fff;
  background: #000 !important;
}
.cb_button06:hover::before {
  background: #fff;
}
.cb_button06.reverse {
  color: #fff;
  background: #000 !important;
}
.cb_button06.reverse::before {
  background: #fff;
}
.cb_button06.reverse:hover {
  color: #393939;
  background: #fff !important;
}
.cb_button06.reverse:hover::before {
  background: #393939;
}

/*# sourceMappingURL=style.css.map */
