.common__container {
  width: 100%;
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .common__container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .common__container {
    max-width: 990px;
  }
}
@media (min-width: 1300px) {
  .common__container {
    max-width: 1280px;
  }
}

@-webkit-keyframes textIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes textIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.promax {
  font-family: "CND-PRO", var(--MSIBodyFont);
  line-height: 1.6;
}
@media (min-width: 1600px) {
  .promax {
    font-size: 18px;
  }
}
@media (min-width: 1930px) {
  .promax {
    font-size: 20px;
  }
}
.promax h1, .promax h2, .promax h3, .promax h4, .promax h5, .promax h6 {
  font-weight: normal;
  padding: 7.5px 0 2rem 0;
}
.promax h1 {
  font-size: 4rem;
  padding-bottom: 0;
}
@media (min-width: 1600px) {
  .promax h1 {
    font-size: 6rem;
  }
}
.promax h2 {
  font-size: 2rem;
  color: #445a72;
}
@media (min-width: 1930px) {
  .promax h2 {
    font-size: 3rem;
  }
}
.promax button {
  cursor: pointer;
  font-family: "CND-PRO", var(--MSIBodyFont);
  font-weight: 700;
}
.promax section {
  padding: 5% 0;
}
@media (min-width: 996px) {
  .promax section {
    padding: 100px 0;
  }
}
.promax img, .promax picture {
  display: block;
  max-width: 100%;
}
.promax .swiper-button-next:after, .promax .swiper-button-prev:after {
  background: #ffffff;
  border-radius: 50px;
  font-size: 15px;
  padding: 8px 12px;
  color: #445a72;
  font-weight: 900;
}
.promax .container {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 1300px) {
  .promax .container {
    max-width: 90%;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .promax .container {
    max-width: 80%;
    padding: 0;
  }
}
@media (min-width: 1930px) {
  .promax .container {
    max-width: 70%;
    padding: 0;
  }
}
.promax .describeBox {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 3rem 15px;
}
.promax .describeBox p {
  font-size: 1.2rem;
}
@media (min-width: 996px) {
  .promax .describeBox p {
    font-size: 1.6rem;
  }
}
.promax .fixedSideMenu {
  display: none;
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 505;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  padding: 15px 7.5px;
  border-radius: 15px 0 0 15px;
  font-size: 0.8rem;
}
@media (min-width: 996px) {
  .promax .fixedSideMenu {
    display: block;
  }
}
.promax .fixedSideMenu__item {
  margin: 15px 0;
  color: #445a72;
  border-radius: 10px;
}
.promax .fixedSideMenu__item:hover:not([data-target=".banner"]):not([data-target=".giveaway"]) {
  color: #445a72;
  background: #e4e4e4;
}
.promax .fixedSideMenu__item[data-target=".banner"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: difference;
}
.promax .fixedSideMenu__item[data-target=".banner"] img, .promax .fixedSideMenu__item[data-target=".banner"] picture {
  max-width: 80px;
}
.promax .fixedSideMenu__item[data-target=".giveaway"] {
  font-weight: 700;
  background: #445a72;
  color: white;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px;
}
.promax .fixedSideMenu__item[data-target=".giveaway"]:hover {
  background: #b1b7c7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.promax .visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.promax .topNav {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(68, 90, 114, 0.2);
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px 0;
  min-height: 70px;
}
.promax .topNav__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promax .topNav__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.promax .topNav__hamburger span {
  width: 25px;
  height: 3px;
  background: white;
  margin: 4px 0;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 996px) {
  .promax .topNav__hamburger {
    display: none;
  }
}
.promax .topNav__logoBox .logo img {
  width: auto;
  height: 50px;
  max-height: 50px;
}
.promax .topNav .open span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.promax .topNav .open span:nth-child(2) {
  opacity: 0;
}
.promax .topNav .open span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
.promax .topNav__mobileMenu {
  width: 100%;
  height: calc(100vh - 70px);
  position: fixed;
  top: 70px;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transform: translateX(110%);
      -ms-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 15px;
  overflow: auto;
  text-align: center;
  font-size: 1.6rem;
}
@media (min-width: 996px) {
  .promax .topNav__mobileMenu {
    display: none;
  }
}
.promax .topNav__mobileMenu .fixedSideMenu__item[data-target=".banner"] {
  mix-blend-mode: inherit;
}
.promax .topNav .open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.promax .banner {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../images/banner_m.jpg") no-repeat center top/contain;
  background-color: #5c6167;
  color: white;
}
.promax .banner h2 {
  color: white;
}
@media (min-width: 996px) {
  .promax .banner {
    background: url("../images/banner_m.jpg") no-repeat center center/cover;
  }
}
@media (min-width: 1300px) {
  .promax .banner {
    width: 100%;
    height: 80vh;
    background: url("../images/banner.jpg") no-repeat center center/cover;
  }
}
.promax .banner__contentBox {
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: var(--title-md);
  position: absolute;
  bottom: 10%;
  padding: 0 15px;
}
@media (min-width: 1300px) {
  .promax .banner__contentBox {
    width: 80%;
    height: auto;
    margin: auto;
    text-align: left;
    top: 15%;
    left: 5%;
  }
}
@media (min-width: 1600px) {
  .promax .banner__contentBox {
    left: 5%;
    top: 25%;
  }
}
.promax .banner__contentBox * {
  opacity: 0;
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-animation: textIn 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
          animation: textIn 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.promax .banner__contentBox h2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.promax .banner__contentBox p {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.promax .whypromax {
  width: 100%;
  height: auto;
  position: relative;
}
.promax .whypromax__contentBox {
  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;
  padding: 15px 0;
}
@media (min-width: 1300px) {
  .promax .whypromax__contentBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .promax .whypromax__contentBox h2 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
}
.promax .whypromax__img {
  overflow: hidden;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 1300px) {
  .promax .whypromax__describe {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.promax .coreValue {
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  color: #4e4e4e;
}
.promax .coreValue__contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
}
.promax .coreValue__contentBox:nth-child(3) h2 {
  color: white;
}
.promax .coreValue__contentBox ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin: auto;
  padding: 2rem 0;
}
.promax .coreValue__contentBox ul li {
  margin: auto;
}
.promax .coreValue__contentBox ul li img, .promax .coreValue__contentBox ul li picture {
  max-width: 100px;
  margin: auto;
}
@media (min-width: 1300px) {
  .promax .coreValue__contentBox ul {
    width: 33.3333333333%;
    height: auto;
  }
}
.promax #proSliderSection {
  background: url("../images/proSliderSection-bg.jpg") no-repeat center center/cover;
}
.promax #maxSliderSection {
  background: url("../images/maxSliderSection-bg.jpg") no-repeat center center/cover;
}
.promax #promaxSliderSection {
  background: url("../images/promaxSliderSection-bg.jpg") no-repeat center center/cover;
  color: white;
}
.promax .proSliderInfoBox {
  width: 100%;
  height: auto;
  position: relative;
  padding: 100px 0 50px;
}
@media (min-width: 996px) {
  .promax .proSliderInfoBox {
    padding: 200px 0 100px;
  }
}
.promax .proSliderInfoBox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promax .proSliderInfoBox__content {
  width: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 996px) {
  .promax .proSliderInfoBox__content {
    margin-left: calc((100% - 990px) / 2);
  }
}
@media (min-width: 1300px) {
  .promax .proSliderInfoBox__content {
    margin-left: calc((100% - 1280px) / 2);
  }
}
@media (min-width: 1930px) {
  .promax .proSliderInfoBox__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.promax .proSliderInfoBox .proText {
  max-width: 100%;
}
@media (min-width: 996px) {
  .promax .proSliderInfoBox .proText {
    margin-top: 50px;
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .promax .proSliderInfoBox .proText {
    padding-right: 6%;
  }
}
.promax .proSliderInfoBox .proText h2 {
  margin-bottom: 20px;
}
.promax .proSliderInfoBox .proText p {
  line-height: 1.8;
}
.promax .proSliderInfoBox .proTabs {
  width: 100%;
}
.promax .proSliderInfoBox .proTabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 20px;
}
@media (min-width: 1300px) {
  .promax .proSliderInfoBox .proTabs__list {
    padding-right: 5%;
  }
}
@media (min-width: 1600px) {
  .promax .proSliderInfoBox .proTabs__list {
    padding-right: 10%;
  }
}
.promax .proSliderInfoBox .proTabs__list .proTabsItem {
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-right: 10px;
  width: 20%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  overflow: hidden;
  font-weight: 400;
  color: var(--body-text-color);
}
.promax .proSliderInfoBox .proTabs__list .proTabsItem h3 {
  padding: 0;
  font-weight: 700;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .promax .proSliderInfoBox .proTabs__list .proTabsItem h3 {
    font-size: 1.17em;
  }
}
.promax .proSliderInfoBox .proTabs__list .proTabsItem:hover {
  -webkit-filter: drop-shadow(0 0 10px rgba(115, 116, 121, 0.7058823529));
          filter: drop-shadow(0 0 10px rgba(115, 116, 121, 0.7058823529));
}
@media (min-width: 996px) {
  .promax .proSliderInfoBox .proTabs__list .proTabsItem {
    width: 25%;
  }
}
.promax .proSliderInfoBox .proTabs__list .proTabsItem p {
  font-size: 17px;
}
.promax .proSliderInfoBox .proTabs__list .proTabsItem__figure {
  position: relative;
  width: 100%;
  height: 230px;
}
.promax .proSliderInfoBox .proTabs__list .proTabsItem__figure img, .promax .proSliderInfoBox .proTabs__list .proTabsItem__figure picture {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promax .proSliderInfoBox .proTabs__list .proTabsItem__figure-text {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
}
@media (min-width: 996px) {
  .promax .proSliderInfoBox .proTabs__list .proTabsItem__figure-text {
    font-size: 30px;
  }
}
.promax .proSliderInfoBox .proTabs__describeBox {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 10px;
  opacity: 0;
  display: none;
  padding: 0 5px;
}
@media (min-width: 996px) {
  .promax .proSliderInfoBox .proTabs__describeBox {
    height: 80px;
    overflow: hidden;
    width: 0;
    opacity: 0;
  }
}
.promax .proSliderInfoBox .proTabs__describeBox--active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  display: block;
}
.promax .proSliderInfoBox .proTabs__describeBox-toDisplayText {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.promax .proSliderInfoBox .proTabs__describeBox--displayActive {
  display: block;
}
.promax .proSliderInfoBox .proTabs .proTabsItem--active {
  width: 100%;
}
.promax .proSliderInfoBox .proTabs .proTabsItem--active .proTabsItem__figure-text {
  opacity: 0;
}
.promax .proSliderInfoBox .sliderImageBox {
  display: none;
  max-width: 45%;
}
@media (min-width: 1300px) {
  .promax .proSliderInfoBox .sliderImageBox {
    display: block;
  }
}
.promax .proSliderInfoBox .sliderImageBox__swiper {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  line-height: 0;
}
.promax .proSliderInfoBox .sliderImageBox .swiper-button-next {
  left: 12%;
  top: 10%;
}
.promax .proSliderInfoBox .sliderImageBox .swiper-button-prev {
  left: 6%;
  top: 10%;
}
.promax .design {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0 15px;
  padding: 0;
}
.promax .design__imgBox {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (min-width: 1600px) {
  .promax .design__imgBox {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(10, 1fr);
  }
  .promax .design__imgBox .design__img {
    overflow: hidden;
  }
  @imclude rounded-lg {
    .promax .design__imgBox .design__img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-filter: drop-shadow(0 0 4px rgba(115, 116, 121, 0.2392156863));
              filter: drop-shadow(0 0 4px rgba(115, 116, 121, 0.2392156863));
    }
  }
  .promax .design__imgBox .design__img:nth-child(1) {
    grid-column: 3/10;
    grid-row: 1/9;
    z-index: 501;
  }
  .promax .design__imgBox .design__img:nth-child(2) {
    grid-column: 1/6;
    grid-row: 5/10;
    z-index: 502;
  }
  .promax .design__imgBox .design__img:nth-child(3) {
    grid-column: 5/9;
    grid-row: 6/11;
    z-index: 503;
  }
  .promax .design__imgBox .design__img:nth-child(4) {
    grid-column: 7/12;
    grid-row: 6/12;
    z-index: 502;
    padding-top: 5%;
  }
  .promax .design__imgBox .design__describe {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-column: 1/5;
    grid-row: 10/12;
    text-align: left;
    padding: 0 30px;
  }
}
@media (min-width: 1300px) {
  .promax .design__imgBox {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(9, 1fr);
  }
  .promax .design__imgBox .design__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-filter: drop-shadow(0 0 4px rgba(115, 116, 121, 0.2392156863));
            filter: drop-shadow(0 0 4px rgba(115, 116, 121, 0.2392156863));
  }
  .promax .design__imgBox .design__img:nth-child(1) {
    grid-column: 3/10;
    grid-row: 1/9;
    z-index: 501;
  }
  .promax .design__imgBox .design__img:nth-child(2) {
    grid-column: 1/6;
    grid-row: 4/10;
    z-index: 502;
  }
  .promax .design__imgBox .design__img:nth-child(3) {
    grid-column: 5/9;
    grid-row: 5/11;
    z-index: 503;
  }
  .promax .design__imgBox .design__img:nth-child(4) {
    grid-column: 7/12;
    grid-row: 6/12;
    z-index: 502;
  }
  .promax .design__imgBox .design__describe {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-column: 1/5;
    grid-row: 7/9;
    text-align: left;
    padding: 0 30px;
  }
}
.promax .design__describe {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 30px;
}
.promax .design__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.promax .space {
  width: 100%;
  height: auto;
}
.promax .space__tabs {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #445a72;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.promax .space__tabs::-webkit-scrollbar {
  display: none;
}
.promax .space__tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  scroll-snap-align: start;
  white-space: nowrap;
  padding: 15px 0;
  border-bottom: 4px solid white;
  font-family: "CND-PRO", var(--MSIBodyFont);
  font-weight: 700;
  color: var(--body-text-color);
}
@media (min-width: 1300px) {
  .promax .space__tab {
    width: 100%;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.promax .space .active {
  border-bottom: 4px solid #445a72;
}
.promax .space .swiper-slide-active .space__img img, .promax .space .swiper-slide-active .space__img picture {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 2s;
  transition: 2s;
}
.promax .space__img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
}
.promax .space__img img, .promax .space__img picture {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: 2s;
  transition: 2s;
}
.promax .space__caption {
  width: 100%;
  height: auto;
  padding: 15px 0;
  margin: auto;
  text-align: left;
}
@media (min-width: 1300px) {
  .promax .space__caption {
    width: 80%;
    height: auto;
  }
}
.promax .ta {
  width: 100%;
  height: auto;
}
.promax .ta__contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 0;
}
@media (min-width: 1300px) {
  .promax .ta__contentBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    padding: 30px 0;
  }
}
.promax .ta__item {
  width: 100%;
  height: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  will-change: transform;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #e4e4e4;
          box-shadow: 0 0 10px #e4e4e4;
  padding: 15px;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 1300px) {
  .promax .ta__item {
    width: calc(33.3333333333% - 30px);
    height: auto;
  }
}
.promax .ta__item:hover {
  -webkit-box-shadow: 0 0 20px #b1b7c7;
          box-shadow: 0 0 20px #b1b7c7;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.promax .ta__item:hover img, .promax .ta__item:hover picture {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s;
  transition: 1s;
}
.promax .ta__img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  overflow: hidden;
}
.promax .ta__img img, .promax .ta__img picture {
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
}
.promax .ta__img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255) 90%);
}
.promax .ta__describe {
  width: 100%;
  height: auto;
  padding: 15px 0;
}
.promax .ta__describe h3 {
  font-weight: 700;
  text-align: center;
}
.promax .productCarousel__swiper {
  overflow: hidden;
  padding: 0 0;
}
.promax .productCarousel__swiper .swiper-slide {
  width: 66.6666666667%;
  height: auto;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.promax .productCarousel__swiper .swiper-slide .productCard {
  position: relative;
  z-index: 502;
  pointer-events: auto;
}
.promax .productCarousel__swiper .swiper-slide::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 503;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.promax .productCarousel__swiper .swiper-slide-active::after {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 501;
}
@media (min-width: 1300px) {
  .promax .productCarousel__swiper {
    padding: 0 14vw;
  }
  .promax .productCarousel__swiper .swiper-slide {
    width: 33.3333333333%;
    height: auto;
  }
  .promax .productCarousel__swiper .swiper-button-next {
    right: 35%;
  }
  .promax .productCarousel__swiper .swiper-button-prev {
    left: 35%;
  }
}
.promax .info {
  width: 100%;
  height: auto;
  text-align: center;
  background: rgba(68, 90, 114, 0.2);
}
.promax .info a {
  color: #445a72;
}
.promax .info__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto;
  border: 1px solid #445a72;
  border-radius: 30px;
  overflow: hidden;
  max-width: 700px;
  padding: 5px;
}
.promax .info__filter {
  width: 100%;
  height: auto;
  cursor: pointer;
  color: #445a72;
  margin: 0 0;
  text-align: center;
  padding: 7.5px 30px;
  border-radius: 30px;
  overflow: hidden;
  max-width: 140px;
}
.promax .info button {
  font-weight: 400;
}
.promax .info .active {
  color: #fff;
  background: #445a72;
}
.promax .info__tags {
  width: 100%;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  padding: 15px 0;
}
.promax .info__tags .tag {
  padding: 7.5px 15px;
  background: #b1b7c7;
  color: white;
  border-radius: 30px;
  overflow: hidden;
}
.promax .info__img {
  border-radius: 30px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 0 1px #e4e4e4);
          filter: drop-shadow(0 0 1px #e4e4e4);
  position: relative;
}
.promax .info__img iframe {
  width: 101%;
  height: 101%;
  position: absolute;
  left: -0.5%;
  top: 0;
  text-align: left;
}
.promax .info h3 {
  font-weight: 700;
  font-size: 1.4rem;
  padding-bottom: 15px;
}
.promax .info p {
  font-size: 1.2rem;
}
.promax .info .infoCard {
  text-align: left;
}
.promax .info .swiper-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.promax .faq {
  padding-bottom: 5%;
}
.promax .faq button {
  font-size: 1.2rem;
  cursor: pointer;
}
@media (min-width: 1300px) {
  .promax .faq button {
    font-size: 1.6rem;
  }
}
.promax .faq h2 {
  text-align: center;
  margin-bottom: 5%;
}
.promax .faq__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 5%;
}
.promax .faq__controls button {
  font-size: 1rem;
  padding: 6px 14px;
  border-radius: 4px;
  border: 1px solid #445a72;
  background: #b1b7c7;
  color: white;
}
@media (min-width: 1300px) {
  .promax .faq__controls button {
    font-size: 1.2rem;
  }
}
.promax .faq__controls .active {
  background: #445a72;
  color: white;
  border-color: #b1b7c7;
}
.promax .faq__item {
  border-bottom: 1px solid #e4e4e4;
  padding: 15px;
  background: rgba(68, 90, 114, 0.2);
  margin: 15px 0;
  border-radius: 8px;
  font-size: 1.2rem;
}
.promax .faq__question {
  width: 100%;
  height: auto;
  padding: 15px 15px 15px 30px;
  background: none;
  border: 0;
  outline: none;
  color: #445a72;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
.promax .faq__question::before {
  content: "Q: ";
  position: absolute;
  left: 0;
  top: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 15px 0;
  font-size: 1.2rem;
}
@media (min-width: 1300px) {
  .promax .faq__question::before {
    top: 50%;
    font-size: 1.6rem;
  }
}
.promax .faq__icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-left: 16px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background: #b1b7c7;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promax .faq__answer {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  font-size: 1.2rem;
  padding-left: 30px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #445a72;
  -webkit-transition: max-height 0.25s ease, padding-top 0.25s ease, padding-bottom 0.25s ease;
  transition: max-height 0.25s ease, padding-top 0.25s ease, padding-bottom 0.25s ease;
  position: relative;
}
.promax .faq__answer p {
  padding-bottom: 15px;
}
.promax .faq__answer::before {
  content: "A: ";
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  font-size: 1.2rem;
}
.promax .faq .open .faq__answer {
  max-height: 500px;
  padding: 0 30px;
}
.promax .faq .open .faq__question .faq__icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.promax .giveaway {
  position: relative;
  padding: 5% 0;
  background: url("../images/promaxSliderSection-bg.jpg") no-repeat center center/cover;
}
.promax .giveaway h2 {
  text-align: center;
  color: white;
}
@media (min-width: 1300px) {
  .promax .giveaway .container {
    width: 70vw;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .promax .giveaway .container {
    width: 40vw;
    height: auto;
  }
}
.promax .giveaway iframe {
  max-height: 80vh;
}