.ultra-one-day-bg {
  background: url(../images/ultra-one-day/bg-1.png) no-repeat scroll center bottom transparent;
  background-size: 100% 100vw;
  padding-bottom: 80px;
  padding-top: 80px;
  text-align: center;
  color: #00343b;
  margin-bottom: 5%;
}

.ultra-one-day-page-header {
  padding: 96px 16px 56px;
  margin-bottom: 48px;
  overflow: hidden;
}

.ultra-one-day-hero-logo {
  width: min(257px, 64vw);
}

.ultra-one-day-hero-products {
  width: min(1040px, 100%);
  margin: 40px auto 0;
  align-items: flex-end;
}

.ultra-one-day-hero-product img {
  width: min(482px, 46vw);
}

.ultra-one-day-hero-product:first-child img {
  transform: translateX(7.5%);
}

.ultra-one-day-hero-product:last-child img {
  transform: translateX(-7.5%);
}

.ultra-one-day-tech-title {
  color: #184276;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 94px;
  text-align: center;
}

.ultra-one-day-tech-title .copy {
  line-height: 42px;
  vertical-align: super;
}

.ultra-one-day-tech-title .number {
  color: #339ca8;
  font-size: 76px;
  line-height: 94px;
}

.ultra-one-day-tech-section {
  position: relative;
  min-height: 720px;
  height: auto;
  padding: 72px 16px;
  color: white;
  overflow: hidden;
  isolation: isolate;
}
.ultra-one-day-tech-section .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: url(../images/ultra-one-day/bg-1.png) no-repeat scroll center bottom transparent;
  background-size: cover;
}
.ultra-one-day-tech-section .tech-img {
  width: min(420px, 43vw);
}
@media screen and (max-width: 768px) {
  .ultra-one-day-tech-section .tech-img {
    max-width: 250px;
  }
}
@media screen and (max-width: 576px) {
  .ultra-one-day-tech-section .tech-img {
    max-width: 150px;
  }
}
@media screen and (max-width: 348px) {
  .ultra-one-day-tech-section .tech-img {
    max-width: 120px;
  }
}
@media screen and (max-width: 250px) {
  .ultra-one-day-tech-section .tech-img {
    max-width: 90px;
  }
}
.ultra-one-day-tech-section .tech-sub-img {
  max-width: 142px;
}
@media screen and (max-width: 925px) {
  .ultra-one-day-tech-section .tech-sub-img {
    max-width: 120px;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .ultra-one-day-tech-section .tech-sub-img {
    max-width: 120px;
    width: 50%;
  }
}
.ultra-one-day-tech-section .tech-sub-img-mh {
  width: min(124px, 36vw);
  height: auto;
}
.ultra-one-day-tech-section .tech-sub-img-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ultra-one-day-tech-section .tech-experience-heading {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 94px;
  text-align: center;
}
.ultra-one-day-tech-section .tech-experience-heading .copy {
  line-height: 42px;
  vertical-align: super;
}
.ultra-one-day-tech-section .tech-experience-heading .hours {
  font-size: 76px;
  line-height: 94px;
}
@media screen and (max-width: 767.98px) {
  .ultra-one-day-tech-section .tech-logos {
    flex-direction: column;
    align-items: center;
    gap: 24px !important;
  }
  .ultra-one-day-tech-section .tech-logos .tech-img {
    width: min(260px, 58vw);
    max-width: min(260px, 58vw);
  }
}

.background-image {
  z-index: -1;
}

.ultra-one-day-detail-section {
  position: relative;
  color: white;
  height: fit-content;
  overflow: hidden;
  isolation: isolate;
}
.ultra-one-day-detail-section .background-image {
  position: absolute;
  width: 355.94px;
  height: 454px;
  right: 0;
  top: 0;
  transform: translate(65px, 0px);
  background: url(../images/ultra-one-day/bg-2.png) no-repeat scroll center bottom transparent;
}
.ultra-one-day-detail-section .filter-container {
  background: white;
  box-shadow: 0px 4px 20px 0px rgba(24, 113, 181, 0.2509803922);
  max-width: 100vw;
  width: 470px;
  height: 70px;
  border-radius: 35px;
  flex-direction: row;
  display: flex;
  color: #184276;
  font-weight: 700;
  font-size: 24px;
  line-height: 34.75px;
  text-align: center;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
}
.ultra-one-day-detail-section .filter-container .filter-selector {
  max-width: 42vw;
  width: 222px;
  transition: ease-in-out;
  transition-duration: 150ms;
  border-radius: 35px;
  padding: 10px;
  font-size: min(24px, 1vw + 1vh);
  text-wrap: nowrap;
}
.ultra-one-day-detail-section .filter-container .filter-selector:not(.active):hover {
  background: #efefef;
  color: #184276;
  cursor: pointer;
}
.ultra-one-day-detail-section .filter-container .left.active {
  background: #184276;
  color: white;
}
.ultra-one-day-detail-section .filter-container .right.active {
  background: #FFF582;
  color: #184276;
  border: solid #184276 3px;
}
.ultra-one-day-detail-section .tab-content:not(.active) {
  display: none;
}
.ultra-one-day-detail-section .tab-content.active {
  display: block;
}
.ultra-one-day-detail-section .divider {
  border-top: 1px solid #2375BC;
}
.ultra-one-day-detail-section .detail-title {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 42px;
}
.ultra-one-day-detail-section .detail-description {
  display: inline-block;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  vertical-align: super;
}
.ultra-one-day-detail-section .detail-subtitle {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.ultra-one-day-detail-section .btn-primary {
  background: #184276;
  width: 100%;
  padding: 24px 32px;
  color: white;
  font-weight: 700;
  font-size: 24px;
  border-radius: 8px;
}

@media screen and (max-width: 992px) {
  .ultra-one-day-page-header {
    padding-top: 88px;
    margin-bottom: 32px;
  }
  .ultra-one-day-hero-products {
    margin-top: 32px;
  }
  .ultra-one-day-detail-section .background-image {
    opacity: 0.45;
    right: -80px;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .ultra-one-day-page-header {
    padding: 82px 12px 36px;
  }
  .ultra-one-day-hero-products {
    margin-top: 24px;
  }
  .ultra-one-day-hero-product {
    padding-left: 4px;
    padding-right: 4px;
  }
  .ultra-one-day-hero-product img {
    width: min(482px, 49vw);
  }
  .ultra-one-day-tech-section {
    min-height: auto;
    padding: 42px 8px;
  }
  .ultra-one-day-tech-section .row {
    margin-left: 0;
    margin-right: 0;
  }
  .ultra-one-day-tech-section .col-12 {
    padding: 16px 8px !important;
  }
  .ultra-one-day-detail-section .filter-container {
    width: min(100%, 420px);
    height: 56px;
    padding: 4px;
    column-gap: 4px;
  }
  .ultra-one-day-detail-section .filter-container .filter-selector {
    width: 50%;
    max-width: none;
    padding: 8px 4px;
    font-size: 16px;
    line-height: 22px;
  }
  .ultra-one-day-detail-section .detail-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .ultra-one-day-detail-section h3 {
    font-size: 1.35rem;
    line-height: 1.45;
  }
  .ultra-one-day-detail-section h4 {
    font-size: 1.1rem;
    line-height: 1.45;
  }
  .ultra-one-day-detail-section .btn-primary {
    padding: 16px 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 420px) {
  .ultra-one-day-page-header {
    padding-top: 76px;
  }
  .ultra-one-day-hero-products {
    width: calc(100% + 12px);
    margin-left: -6px;
  }
  .ultra-one-day-tech-section .tech-img {
    width: 46vw;
    max-width: none;
  }
}
.ultra-one-day-detail-modal .after {
  padding: 8px;
  border: 2px solid #184276;
  background-color: #FFF582;
  font-weight: 700;
  color: #184276;
}

/*# sourceMappingURL=cl-ultra-one-day.css.map */
