:root {
  --header-height: 80px;
}
@media (max-width: 1199px) {
  :root {
    --header-height: 60px;
  }
}

.tcl-notice-banner {
  position: sticky;
  top: var(--header-height);
  left: 0;
  z-index: 1111;
  width: 100%;
  font-size: 16px;
  line-height: 1;
}
.tcl-notice-banner .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-notice-banner__wrapper {
  background-color: #b29f7e;
  position: relative;
  padding: 15px;
}
@media (max-width: 1199px) {
  .tcl-notice-banner__wrapper {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.tcl-notice-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .tcl-notice-banner__content {
    display: none;
  }
}
.tcl-notice-banner__content-slider {
  display: none;
}
@media (max-width: 1199px) {
  .tcl-notice-banner__content-slider {
    display: block;
  }
}
.tcl-notice-banner__close {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  cursor: pointer;
  z-index: 100;
}
.tcl-notice-banner__close svg {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1199px) {
  .tcl-notice-banner__close {
    bottom: 13px;
    top: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.tcl-notice-banner__link a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  text-decoration: underline;
}
.tcl-notice-banner__link a:hover {
  opacity: 0.7;
}
.tcl-notice-banner__slider {
  margin-bottom: 10px;
}
.tcl-notice-banner__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}
.tcl-notice-banner .tcl-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.tcl-notice-banner .tcl-countdown__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.tcl-notice-banner .tcl-countdown__value {
  font-size: 25px;
  margin-bottom: 10px;
}
.tcl-notice-banner .tcl-countdown__label {
  font-size: 14px;
}