#soundbar {
  line-height: 1.6;
  color: #D8D8D8;
  background-color: #000;
}

#soundbar *, #soundbar *::before, #soundbar *::after {
  box-sizing: border-box;
}

#soundbar section {
  position: relative;
}

#soundbar picture, #soundbar img, #soundbar video, #soundbar svg {
  display: block;
  width: 100%;
}

#soundbar svg {
  overflow: visible;
}

#soundbar button {
  border: 0;
  background-color: transparent;
}

#soundbar a, #soundbar a * {
  text-decoration: none;
}

#soundbar [data-footnote] {
  font-size: .6em;
  cursor: pointer;
}

#soundbar .nowrap {
  display: inline-block;
  white-space: nowrap;
}

#soundbar .sticky-content {
  position: sticky;
  top: 0;
}

#soundbar .object-fit {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#soundbar .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#soundbar .cover .coverimg {
  height: 100%;
  object-fit: cover;
}

#soundbar .permalink {
  line-height: inherit;
  color: #1b69fd;
  word-wrap: break-word;
}

#soundbar .permalink span {
  margin-top: -.05em;
  font-size: 1.4em;
  line-height: 0;
}

#soundbar .permalink.global-style-hide {
  display: inline-flex;
  align-items: center;
}

.no-touch #soundbar .permalink.global-style-hide span {
  transition: transform .3s ease-out;
}

.no-touch #soundbar .permalink.global-style-hide:hover span {
  transform: translateX(3px);
}

.no-touch[dir=rtl] #soundbar .permalink.global-style-hide:hover span {
  transform: translateX(-3px);
}

#soundbar .permalink.global-style-forbidden:hover {
  text-decoration: underline;
}

#soundbar .blur-up {
  transition: filter .4s;
  filter: blur(20px);
}

#soundbar .blur-up.lazyloaded {
  filter: blur(0);
}

#soundbar .aspect-ratio {
  position: relative;
}

#soundbar .aspect-ratio::before {
  display: block;
  content: '';
}

#soundbar .aspect-ratio picture, #soundbar .aspect-ratio img, #soundbar .aspect-ratio video, #soundbar .aspect-ratio canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#soundbar br.lg {
  display: block;
}

#soundbar br.xs {
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar br.lg {
    display: none;
  }
  #soundbar br.xs {
    display: block;
  }
}

#soundbar .absolute {
  position: absolute;
}

#soundbar .relative {
  position: relative;
}

#soundbar .sticky {
  position: sticky;
  top: 0;
}

#soundbar .z-1 {
  z-index: 1;
}

#soundbar .z-2 {
  z-index: 2;
}

#soundbar .z-3 {
  z-index: 3;
}

#soundbar .overflow-hidden {
  overflow: hidden;
}

#soundbar .overflow-visible {
  overflow: visible;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .xs\:overflow-hidden {
    overflow: hidden;
  }
  #soundbar .xs\:overflow-visible {
    overflow: visible;
  }
}

#soundbar .block {
  display: block;
}

#soundbar .inline-block {
  display: inline-block;
}

#soundbar .inline {
  display: inline;
}

#soundbar .flex {
  display: flex;
}

#soundbar .inline-flex {
  display: inline-flex;
}

#soundbar .hidden {
  display: none;
}

#soundbar .xs\:block {
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .xs\:block {
    display: block;
  }
  #soundbar .xs\:inline-block {
    display: inline-block;
  }
  #soundbar .xs\:inline {
    display: inline;
  }
  #soundbar .xs\:flex {
    display: flex;
  }
  #soundbar .xs\:inline-flex {
    display: inline-flex;
  }
  #soundbar .xs\:hidden {
    display: none;
  }
}

#soundbar .flex-row {
  flex-direction: row;
}

#soundbar .flex-row-reverse {
  flex-direction: row-reverse;
}

#soundbar .flex-col {
  flex-direction: column;
}

#soundbar .flex-col-reverse {
  flex-direction: column-reverse;
}

#soundbar .flex-wrap {
  flex-wrap: wrap;
}

#soundbar .flex-nowrap {
  flex-wrap: nowrap;
}

#soundbar .justify-start {
  justify-content: flex-start;
}

#soundbar .justify-end {
  justify-content: flex-end;
}

#soundbar .justify-center {
  justify-content: center;
}

#soundbar .justify-between {
  justify-content: space-between;
}

#soundbar .items-start {
  align-items: flex-start;
}

#soundbar .items-end {
  align-items: flex-end;
}

#soundbar .items-center {
  align-items: center;
}

#soundbar .shrink-0 {
  flex-shrink: 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .xs\:flex-row {
    flex-direction: row;
  }
  #soundbar .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  #soundbar .xs\:flex-col {
    flex-direction: column;
  }
  #soundbar .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  #soundbar .xs\:justify-start {
    justify-content: flex-start;
  }
  #soundbar .xs\:justify-end {
    justify-content: flex-end;
  }
  #soundbar .xs\:justify-center {
    justify-content: center;
  }
  #soundbar .xs\:justify-between {
    justify-content: space-between;
  }
  #soundbar .xs\:items-start {
    align-items: flex-start;
  }
  #soundbar .xs\:items-end {
    align-items: flex-end;
  }
  #soundbar .xs\:items-center {
    align-items: center;
  }
}

#soundbar .text-left {
  text-align: left;
}

#soundbar .text-center {
  text-align: center;
}

#soundbar .text-right {
  text-align: right;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .xs\:text-left {
    text-align: left;
  }
  #soundbar .xs\:text-center {
    text-align: center;
  }
  #soundbar .xs\:text-right {
    text-align: right;
  }
}

#soundbar .text-align {
  text-align: center;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .text-align {
    text-align: left;
  }
  html[dir=rtl] #soundbar .text-align {
    text-align: right;
  }
}

#soundbar .font-extralight {
  font-weight: 200;
}

#soundbar .font-light {
  font-weight: 300;
}

#soundbar .font-normal {
  font-weight: 400;
}

#soundbar .font-medium {
  font-weight: 500;
}

#soundbar .font-semibold {
  font-weight: 600;
}

#soundbar .font-bold {
  font-weight: 700;
}

#soundbar .font-extrabold {
  font-weight: 800;
}

#soundbar .fadeup, #soundbar .lg-fadeup {
  transition: opacity 0.5s ease-in, transform 0.5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(6.25vw);
  opacity: 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .fadeup, #soundbar .xs-fadeup {
    transform: translateY(16.66667vw);
  }
  #soundbar .lg-fadeup {
    transition: none;
    transform: none;
    opacity: 1;
  }
  #soundbar .xs-fadeup {
    transition: opacity 0.5s ease-in, transform 0.5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    opacity: 0;
  }
}

#soundbar .fadeup.animated, #soundbar .lg-fadeup.animated, #soundbar .xs-fadeup.animated {
  transform: translateY(0);
  opacity: 1;
}

#soundbar .w-1560 {
  width: 81.25vw;
}

#soundbar .w-1300 {
  width: 67.7vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .xs\:w-full {
    width: 100%;
  }
  #soundbar .xs\:w-600 {
    width: 83.333333vw;
  }
}

#soundbar h2, #soundbar h3 {
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}

#soundbar h2 {
  font-size: 3.333333vw;
}

#soundbar h3 {
  font-size: 1.666667vw;
}

#soundbar p {
  font-size: 1.1458vw;
}

#soundbar strong {
  font-weight: 400;
  color: #fff;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar h2 {
    font-size: 8.8888vw;
  }
  #soundbar h3 {
    font-size: 4.444444vw;
  }
  #soundbar p {
    font-size: 3.888vw;
  }
}

#soundbar .note {
  display: flex;
  font-size: .833333vw;
  color: #575757;
}

#soundbar .pt-200, #soundbar .lg\:pt-200 {
  padding-top: 10.416667vw;
}

#soundbar .pb-200, #soundbar .lg\:pb-200 {
  padding-bottom: 10.416667vw;
}

#soundbar .py-260, #soundbar .lg\:py-260 {
  padding-top: 13.5416vw;
  padding-bottom: 13.5416vw;
}

#soundbar .py-200, #soundbar .lg\:py-200 {
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
}

#soundbar .pt-160, #soundbar .lg\:pt-160 {
  padding-top: 8.333333vw;
}

#soundbar .pb-160, #soundbar .lg\:pb-160 {
  padding-bottom: 8.333333vw;
}

#soundbar .py-160, #soundbar .lg\:py-160 {
  padding-top: 8.333333vw;
  padding-bottom: 8.333333vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .pt-200, #soundbar .xs\:pt-200 {
    padding-top: 27.777778vw;
  }
  #soundbar .pb-200, #soundbar .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }
  #soundbar .py-260, #soundbar .lg\:py-260 {
    padding-top: 36.11vw;
    padding-bottom: 36.11vw;
  }
  #soundbar .py-200, #soundbar .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }
  #soundbar .pt-160, #soundbar .xs\:pt-160 {
    padding-top: 22.222222vw;
  }
  #soundbar .pb-160, #soundbar .xs\:pb-160 {
    padding-bottom: 22.222222vw;
  }
  #soundbar .py-160, #soundbar .xs\:py-160 {
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
  }
}

#soundbar .mx-auto {
  margin-right: auto;
  margin-left: auto;
}

#soundbar .mt-20, #soundbar .lg\:mt-20 {
  margin-top: 1.041667vw;
}

#soundbar .mt-30, #soundbar .lg\:mt-30 {
  margin-top: 1.5625vw;
}

#soundbar .mt-40, #soundbar .lg\:mt-40 {
  margin-top: 2.083333vw;
}

#soundbar .mt-60, #soundbar .lg\:mt-60 {
  margin-top: 3.125vw;
}

#soundbar .mt-80, #soundbar .lg\:mt-80 {
  margin-top: 4.166667vw;
}

#soundbar .mt-200, #soundbar .lg\:mt-200 {
  margin-top: 10.416667vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #soundbar .xs\:mt-0 {
    margin-top: 0;
  }
  #soundbar .mt-20, #soundbar .xs\:mt-20 {
    margin-top: 2.777778vw;
  }
  #soundbar .mt-30, #soundbar .xs\:mt-30 {
    margin-top: 4.166667vw;
  }
  #soundbar .mt-40, #soundbar .xs\:mt-40 {
    margin-top: 5.555556vw;
  }
  #soundbar .mt-60, #soundbar .xs\:mt-60 {
    margin-top: 8.333333vw;
  }
  #soundbar .mt-80, #soundbar .xs\:mt-80 {
    margin-top: 11.111111vw;
  }
  #soundbar .mt-200, #soundbar .lg\:mt-200 {
    margin-top: 27.777778vw;
  }
}

#soundbar .txt-white {
  color: #FFFFFF;
}

#soundbar .rounded, #soundbar .lg\:rounded {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 1.5625vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .rounded {
    border-radius: 4.166vw;
  }
  #soundbar .lg\:rounded {
    border-radius: 0;
  }
}

#soundbar section {
  position: relative;
  z-index: 2;
}

html.has-modal {
  overflow: hidden;
}

html.has-modal body, html.has-modal .main-navigation.nav-v2, html.has-modal #second-navigation-v4 .product-tabs__heading, html.fancybox-margin body, html.fancybox-margin .main-navigation.nav-v2, html.fancybox-margin #second-navigation-v4 .product-tabs__heading {
  padding-inline-end: var(--modal-scrollbar-buffer);
}

html[dir=rtl] .fancybox-close {
  right: auto !important;
}

#soundbar.no-inline-video .section-air .air-content .air-icon {
  opacity: 1;
}

#soundbar.no-inline-video .section-air .air-div-txts {
  transform: translateX(0);
  opacity: 1;
}

#soundbar.no-inline-video .section-air .air-div {
  width: 41.66vw;
  padding-left: 4.1vw;
  background-color: #000;
}

#soundbar.no-inline-video .section-air .air-div .air-img {
  transform: translate(0%, -50%);
  padding-left: 4.1vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar.no-inline-video .section-air .air-div {
    width: 100%;
    padding: 0;
  }
  #soundbar.no-inline-video .section-air .air-div .air-img {
    transform: translate(0%, 0%);
    padding: 0;
  }
}

#soundbar .section-hero {
  width: 100%;
  position: relative;
}

#soundbar .section-hero .hero-picture {
  width: 100%;
}

#soundbar .section-hero .hero-picture::before {
  padding-bottom: calc(100% / (1920 / 960));
}

#soundbar .section-hero .hero-content {
  position: absolute;
  top: 11.4583vw;
  left: 60.5729vw;
  text-align: center;
  width: 33.8541vw;
  color: #FFFFFF;
}

#soundbar .section-hero .hero-logo {
  width: 31.8229vw;
  margin: 0 auto;
}

#soundbar .section-hero .hero-logo::before {
  padding-bottom: calc(100% / ( 611 / 118));
}

#soundbar .section-hero .hero-slogan {
  display: flex;
  justify-content: space-between;
  width: 18.229vw;
  margin: 0.78125vw auto 0;
  font-size: 2.29vw;
}

#soundbar .section-hero .hero-ksp {
  margin-top: 1.5625vw;
  font-size: 1.66vw;
}

#soundbar .section-hero .kv-harmonyos {
  width: 8.28125vw;
  position: absolute;
  bottom: 4.01vw;
  right: 3.125vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .section-hero {
    margin-bottom: 16.66vw;
    padding-top: 5vw;
  }
  #soundbar .section-hero .hero-picture {
    width: 100%;
  }
  #soundbar .section-hero .hero-picture::before {
    padding-bottom: calc(100% / (720 / 1080));
  }
  #soundbar .section-hero .hero-content {
    top: 12.6666vw;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  #soundbar .section-hero .hero-logo {
    width: 62vw;
    margin: 0 auto;
  }
  #soundbar .section-hero .hero-slogan {
    width: 35.4166vw;
    margin-top: 1.3888vw;
    font-size: 4.44vw;
  }
  #soundbar .section-hero .hero-ksp {
    margin-top: 4.166vw;
    font-size: 3.055vw;
    letter-spacing: .11111vw;
  }
  #soundbar .section-hero .kv-harmonyos {
    width: 18.472vw;
    bottom: 6.25vw;
    right: 4.44vw;
  }
}

#soundbar .hero-sku {
  margin-top: 1.5625vw;
  text-align: center;
}

#soundbar .hero-sku .pricing {
  font-size: 1.458333vw;
  line-height: 1.25;
  color: #fff;
}

#soundbar .hero-sku .from {
  font-size: .677083vw;
}

#soundbar .hero-sku [data-footnote] {
  font-size: 1em;
  vertical-align: inherit;
}

#soundbar .hero-sku .buy-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 10px 26px;
  font-size: 13px;
  line-height: 24px;
  transition: .3s ease-out;
  color: #000;
  border: 2px solid #fff;
  border-radius: 6px;
  background-color: #fff;
}

#soundbar .hero-sku .buy-cta:hover {
  opacity: .8;
}

#soundbar .hero-sku.inverted .pricing {
  color: #fff;
}

#soundbar .hero-sku.inverted .buy-cta {
  border-color: #fff;
}

#soundbar .hero-sku.inverted .buy-cta:hover {
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .hero-sku {
    margin-top: 4.166667vw;
  }
  #soundbar .hero-sku .pricing {
    font-size: 5.555556vw;
  }
  #soundbar .hero-sku .from {
    font-size: 3.611111vw;
  }
}

#soundbar .section-video {
  position: relative;
}

#soundbar .section-video .video-icon {
  width: 4.6354vw;
  position: absolute;
  right: 5.2vw;
  bottom: 3.9583vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .section-video .video-icon {
    width: 12.361vw;
    position: absolute;
    right: 8.333vw;
    bottom: 8.333vw;
  }
}

#soundbar .section-bg {
  position: relative;
  width: 100%;
  height: auto;
}

#soundbar .section-bg .section-bg-web {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#soundbar .section-highlights .swiper-slide:not(:nth-last-child(1)) {
  margin-right: 3.125vw;
}

#soundbar .section-highlights .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}

#soundbar .section-highlights .swiper-slide.show-start-frame .start-frame {
  transition: opacity .2s;
  opacity: 1;
}

#soundbar .section-highlights .swiper-slide:nth-child(2) video, #soundbar .section-highlights .swiper-slide:nth-child(4) video, #soundbar .section-highlights .swiper-slide:nth-child(5) picture {
  border: 0.1vw solid #262626;
}

#soundbar .section-highlights .start-frame {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#soundbar .section-highlights .title-txt {
  position: absolute;
  z-index: 3;
  top: 3.125vw;
  left: 3.125vw;
  font-size: 1.666667vw;
  color: #D8D8D8;
  will-change: transform;
}

#soundbar .section-highlights .headline {
  margin-bottom: 0.78125vw;
  color: #E2CBA3;
  font-weight: bold;
}

#soundbar .section-highlights .swiper-controls {
  display: flex;
  justify-content: center;
  margin-top: 3.125vw;
}

#soundbar .section-highlights .controls-wrapper {
  position: relative;
  height: 3.333333vw;
  border-radius: 999px;
  padding: 1.04166vw 1.5625vw;
  background-color: #242425;
}

#soundbar .section-highlights .controls {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
}

#soundbar .section-highlights .arrownav-item {
  flex-shrink: 0;
  width: 0.885vw;
  cursor: pointer;
  transition: opacity .3s;
  outline: 0;
  position: relative;
}

#soundbar .section-highlights .arrownav-item .arrownav-hover {
  cursor: pointer;
  opacity: 0;
  transition: opacity .3s;
  width: 0.885vw;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#soundbar .section-highlights .arrownav-item:hover .arrownav-hover {
  opacity: 1;
}

#soundbar .section-highlights .arrownav-disabled {
  cursor: default;
  opacity: 0.3;
}

#soundbar .section-highlights .arrownav-disabled:hover .arrownav-hover {
  opacity: 0;
}

#soundbar .section-highlights .dotnav-list {
  display: flex;
  margin-right: 1.04166vw;
  margin-left: 1.04166vw;
}

#soundbar .section-highlights .dotnav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: .520833vw;
  height: .520833vw;
  margin-right: .260417vw;
  margin-left: .260417vw;
  cursor: pointer;
  transition: opacity .3s;
  opacity: .2;
  border-radius: 100%;
  outline: 0;
  background-color: #c2ac88;
}

#soundbar .section-highlights .dotnav-item::before {
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: .260417vw;
  content: '';
}

#soundbar .section-highlights .dotnav-item.current {
  cursor: default;
  opacity: .8;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .section-highlights .swiper-slide:not(:nth-last-child(1)) {
    margin-right: 4.444444vw;
  }
  #soundbar .section-highlights .swiper-slide .rounded {
    border-radius: 2.22vw;
  }
  #soundbar .section-highlights .swiper-slide:nth-child(2) video, #soundbar .section-highlights .swiper-slide:nth-child(4) video, #soundbar .section-highlights .swiper-slide:nth-child(5) picture {
    border: 0.277vw solid #262626;
  }
  #soundbar .section-highlights .title-txt {
    position: relative;
    top: 0;
    left: 0;
    font-size: 4.444444vw;
    width: 90%;
    margin: 0 auto;
    margin-top: 5.55vw;
    text-align: center;
  }
  #soundbar .section-highlights .title-txt h3 {
    font-size: 5.55vw;
    margin-bottom: 2.083vw;
    color: #E2CBA3;
    font-weight: bold;
  }
  #soundbar .section-highlights .title-txt p {
    color: #D8D8D8;
  }
  #soundbar .section-highlights .swiper-controls {
    margin-top: 8.33vw;
  }
  #soundbar .section-highlights .controls-wrapper {
    height: 13.194444vw;
  }
  #soundbar .section-highlights .controls {
    padding-right: 6.8055vw;
    padding-left: 6.8055vw;
  }
  #soundbar .section-highlights .arrownav-item {
    width: 3.888889vw;
  }
  #soundbar .section-highlights .arrownav-item:hover .arrownav-hover {
    opacity: 0;
  }
  #soundbar .section-highlights .dotnav-list {
    margin-right: 4.444444vw;
    margin-left: 4.444444vw;
  }
  #soundbar .section-highlights .dotnav-item {
    width: 2.222222vw;
    height: 2.222222vw;
    margin-right: 1.666667vw;
    margin-left: 1.666667vw;
  }
  #soundbar .section-highlights .dotnav-item::before {
    padding: 1.111111vw;
  }
}

#soundbar .section-power .power-img {
  width: 100%;
}

#soundbar .section-power .content {
  position: relative;
  width: 65.625vw;
  margin: 0 auto;
  margin-top: 4.1666vw;
}

#soundbar .section-power .content .power-txt1 {
  top: 25.52vw;
  left: 0;
}

#soundbar .section-power .content .power-txt2 {
  top: 38.8vw;
  left: 7.08333vw;
}

#soundbar .section-power .content .power-txt3 {
  top: 19.79vw;
  left: 8.48958vw;
}

#soundbar .section-power .content .power-txt4 {
  top: 13.90625vw;
  left: 26.1458vw;
}

#soundbar .section-power .content .power-txt5 {
  top: 29.53125vw;
  left: 32.39583vw;
}

#soundbar .section-power .content .power-txt6 {
  top: 10.352vw;
  right: 27.96875vw;
}

#soundbar .section-power .content .power-txt7 {
  top: 3.64583vw;
  right: 12.9166vw;
}

#soundbar .section-power .content .power-txt8 {
  top: 15.8333vw;
  right: 2.7vw;
}

#soundbar .section-power .content .power-txt9 {
  top: 0;
  right: 2vw;
}

#soundbar .section-power .content-1 {
  width: 75vw;
  position: relative;
  margin: 0 auto;
  margin-top: 4.1666vw;
}

#soundbar .section-power .content-1 .power-div {
  width: 36.71875vw;
  position: relative;
}

#soundbar .section-power .content-1 .power-div .power-div-img {
  width: 100%;
}

#soundbar .section-power .content-1 .power-div-txt1 {
  top: 2.3vw;
  left: 20.609375vw;
}

#soundbar .section-power .content-1 .power-div-txt2 {
  top: 22.34375vw;
  left: 11.6510416vw;
}

#soundbar .section-power .content-1 .power-div-txt3 {
  top: 7.835416vw;
  left: 3.203125vw;
}

#soundbar .section-power .content-1 .power-div-txt4 {
  top: 10.9333vw;
  left: 26.69791vw;
}

#soundbar .section-power .content-1 .power-div-txt5 {
  top: 15.534375vw;
  left: 26.69791vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .section-power .swiper-power {
    padding-top: 8.333vw;
  }
  #soundbar .section-power .content {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
  }
  #soundbar .section-power .content p {
    font-size: 2.777vw;
    line-height: 1.6;
  }
  #soundbar .section-power .content .power-txt1 {
    top: 51.75vw;
    left: 3.4722vw;
  }
  #soundbar .section-power .content .power-txt2 {
    top: 78vw;
    left: 12.083vw;
  }
  #soundbar .section-power .content .power-txt3 {
    top: 41.88vw;
    left: 13vw;
  }
  #soundbar .section-power .content .power-txt4 {
    top: 36.33vw;
    left: 40vw;
  }
  #soundbar .section-power .content .power-txt5 {
    top: 30.53125vw;
    left: 46.39583vw;
  }
  #soundbar .section-power .content .power-txt6 {
    top: 65.052vw;
    right: 37.96875vw;
  }
  #soundbar .section-power .content .power-txt7 {
    top: 21.94583vw;
    right: 18.9166vw;
  }
  #soundbar .section-power .content .power-txt8 {
    top: 50.8333vw;
    right: 5.7vw;
  }
  #soundbar .section-power .content .power-txt9 {
    top: 15.25vw;
    right: 4.1111vw;
  }
  #soundbar .section-power .power-div {
    width: 83.33vw;
    margin: 0 auto;
    position: relative;
  }
  #soundbar .section-power .power-div .power-div-img {
    width: 100%;
  }
  #soundbar .section-power .power-div-txt1 {
    top: 11.33333vw;
    left: 50.354vw;
  }
  #soundbar .section-power .power-div-txt2 {
    top: 81.625vw;
    left: 24.938125vw;
  }
  #soundbar .section-power .power-div-txt3 {
    top: 7.80625vw;
    left: 39.6458vw;
  }
  #soundbar .section-power .power-div-txt4 {
    top: 73.92vw;
    left: 63.6875vw;
  }
  #soundbar .section-power .power-div-txt5 {
    top: 85.3125vw;
    left: 30.4875vw;
  }
  #soundbar .section-power .power-div-txt1, #soundbar .section-power .power-div-txt2, #soundbar .section-power .power-div-txt3, #soundbar .section-power .power-div-txt4, #soundbar .section-power .power-div-txt5 {
    font-size: 2.777vw;
  }
}

#soundbar .section-star .title-txt {
  width: 75vw;
}

#soundbar .section-star .theatre-flex {
  width: 75vw;
  margin: 0 auto;
  margin-top: 5.2vw;
}

#soundbar .section-star .star-img {
  width: 75vw;
  margin: 0 auto;
}

#soundbar .section-star .star-div {
  width: 36.71875vw;
}

#soundbar .section-star .star-title {
  width: 88%;
  margin: 0 auto;
  margin-top: 3.333vw;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

#soundbar .section-star .star-title h3 {
  margin-bottom: 0.833vw;
  color: #E2CBA3;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .section-star .title-txt {
    width: 83.33vw;
  }
  #soundbar .section-star .swiper-star {
    padding-top: 11.11vw;
  }
  #soundbar .section-star .theatre-flex {
    width: 88.88%;
    margin: 0 auto;
    margin-top: 8.333vw;
  }
  #soundbar .section-star .star-img {
    width: 100%;
    margin-top: 8.33vw;
  }
  #soundbar .section-star .star-div {
    width: 100%;
  }
  #soundbar .section-star .star-div .star-div-img {
    width: 83.333vw;
    margin: 0 auto;
  }
  #soundbar .section-star .star-title {
    margin-top: 13.055vw;
  }
  #soundbar .section-star .star-title h3 {
    margin-bottom: 2.083vw;
    color: #E2CBA3;
  }
}

#soundbar .section-bipolar .xs-inline-block {
  display: none;
}

#soundbar .section-bipolar .bipolar-title {
  width: 75vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6.25vw;
}

#soundbar .section-bipolar .bipolar-title h2 {
  margin-left: 0;
}

#soundbar .section-bipolar .bipolar-title .p-mr {
  margin-right: 9.7916vw;
}

#soundbar .section-bipolar .mb-80 {
  margin-bottom: 4.166667vw;
}

#soundbar .section-bipolar .mb-25 {
  margin-bottom: 1.3vw;
}

#soundbar .section-bipolar .theatre-flex {
  width: 75vw;
  margin: 0 auto;
}

#soundbar .section-bipolar .bipolar-div {
  width: 40.1041vw;
}

#soundbar .section-bipolar .bipolar-div:last-child {
  width: 33.33vw;
  position: relative;
}

#soundbar .section-bipolar .bipolar-div:last-child .bipolar-div-title {
  position: absolute;
  top: 3.4375vw;
  left: 50%;
  transform: translateX(-50%);
  width: 88.88%;
  text-align: center;
  z-index: 3;
}

#soundbar .section-bipolar .bipolar-div:last-child .bipolar-div-title h3 {
  color: #E2CBA3;
  margin-bottom: 0.833333vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .section-bipolar .xs-inline-block {
    display: inline-block;
  }
  #soundbar .section-bipolar .bipolar-title {
    width: 90%;
    display: block;
    margin-bottom: 8.33vw;
  }
  #soundbar .section-bipolar .mb-25 {
    margin-bottom: 3.4722vw;
  }
  #soundbar .section-bipolar .mb-80 {
    margin-bottom: 11.11vw;
  }
  #soundbar .section-bipolar .theatre-flex {
    width: 83.33vw;
  }
  #soundbar .section-bipolar .bipolar-div {
    width: 100%;
  }
  #soundbar .section-bipolar .bipolar-div:last-child {
    width: 100%;
    margin-top: 5.55vw;
    position: relative;
  }
  #soundbar .section-bipolar .bipolar-div:last-child .bipolar-div-title {
    top: 12.08333vw;
  }
  #soundbar .section-bipolar .bipolar-div:last-child .bipolar-div-title h3 {
    margin-bottom: 2.083vw;
  }
}

#soundbar .section-air .air-content {
  width: 75vw;
  margin: 0 auto;
  margin-top: 4.166vw;
  overflow: hidden;
  height: 40.3125vw;
  position: relative;
}

#soundbar .section-air .air-content .air-icon {
  position: absolute;
  z-index: 4;
  opacity: 0;
}

#soundbar .section-air .air-content .air-icon1 {
  width: 10.489vw;
  top: 16.6vw;
  left: 32.7645vw;
}

#soundbar .section-air .air-content .air-icon2 {
  width: 26.66vw;
  top: 23.416vw;
  left: 16.583vw;
}

#soundbar .section-air .air-div {
  width: 75vw;
  height: 100%;
  position: relative;
}

#soundbar .section-air .air-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

#soundbar .section-air .air-img img {
  height: 100%;
  width: auto;
}

#soundbar .section-air .air-div-txts {
  width: 31.77vw;
  position: absolute;
  top: 0;
  left: 43.2291vw;
  transform: translateX(100%);
  opacity: 0;
}

#soundbar .section-air .air-div-txt-img {
  position: relative;
  top: 0;
  left: 0;
}

#soundbar .section-air .air-div-txt {
  width: 83.6065%;
  position: absolute;
  top: 2.6vw;
  left: 2.6vw;
  z-index: 5;
}

#soundbar .section-air .air-div-txt .air-div-title {
  margin-bottom: 5.2vw;
}

#soundbar .section-air .air-div-txt .air-div-title .air-p-txt {
  width: fit-content;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #FFDA89 10%, #FDDB91 70%, #FFF2D5 100%);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 1.66vw;
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 1.0416vw;
}

#soundbar .section-air .air-div-txt .air-div-title p {
  color: #D8D8D8;
}

#soundbar .section-air .air-div-txt .air-div-title .air-p {
  font-size: 0.833vw;
  color: #FFF2D5;
  margin-top: 0.52vw;
  margin-bottom: 1.0416vw;
}

#soundbar .section-air .air-div-txt .air-title1 {
  width: fit-content;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #FFDA89 10%, #FDDB91 70%, #FFF2D5 100%);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 3.125vw;
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
}

#soundbar .section-air .air-div-txt .air-title1 span {
  font-size: 0.833vw;
}

#soundbar .section-air.animation .air-icon {
  opacity: 1;
  transition: opacity 1s;
}

#soundbar .section-air.animation .air-div-txts {
  transform: translateX(0);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

#soundbar .section-air.animation .air-div {
  width: 41.66vw;
  transition: width 1s;
  padding-left: 2vw;
  background: #000;
}

#soundbar .section-air.animation .air-div .air-img {
  transform: translate(5%, -50%);
  transition: transform 1s;
}

@media (max-width: 1400px) {
  #soundbar .section-air .air-div-txt .air-div-title .air-p {
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  #soundbar .section-air .air-div-txt .air-div-title .air-p {
    font-size: 0.833vw;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .section-air .air-content {
    width: 83.33vw;
    margin: 0 auto;
    margin-top: 11.11vw;
    height: auto;
  }
  #soundbar .section-air .air-content .air-icon {
    position: absolute;
    z-index: 4;
  }
  #soundbar .section-air .air-content .air-icon1 {
    width: 0.2777vw;
    top: 41.95vw;
    left: 63.245vw;
  }
  #soundbar .section-air .air-content .air-icon2 {
    width: 0.2777vw;
    top: 99.2vw;
    left: 32.2vw;
  }
  #soundbar .section-air .air-div {
    width: 83.33vw;
    height: 100%;
    position: relative;
  }
  #soundbar .section-air .air-img {
    height: 90.6vw;
    position: relative;
    left: 0;
    transform: translate(0%, 0%);
  }
  #soundbar .section-air .air-img img {
    height: auto;
    width: 100%;
  }
  #soundbar .section-air .air-div-txts {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 5.55vw;
    flex-direction: row-reverse;
    opacity: 1;
    transform: translateX(0%);
  }
  #soundbar .section-air .air-div-txt {
    position: relative;
    top: 0;
    left: 0;
    width: 83.33vw;
    padding: 5.55vw;
    background-color: #000;
    border-radius: 4.166vw;
  }
  #soundbar .section-air .air-div-txt .air-div-title {
    margin-bottom: 0;
  }
  #soundbar .section-air .air-div-txt .air-div-title p {
    font-size: 3.888vw;
  }
  #soundbar .section-air .air-div-txt .air-div-title .air-p {
    font-size: 2.7777vw;
    margin-top: 2.08333vw;
    margin-bottom: 2.7777vw;
  }
  #soundbar .section-air .air-div-txt .air-title1 {
    font-size: 8.888vw;
    line-height: 1.25;
  }
  #soundbar .section-air .air-div-txt .air-title1 span {
    font-size: 2.638vw;
  }
  #soundbar .section-air .air-div-txts-mob {
    width: 83.33vw;
    padding: 5.55vw;
    background-color: #000;
    border-radius: 4.166vw;
    margin-bottom: 5.55vw;
  }
  #soundbar .section-air .air-div-txts-mob .air-p-txt {
    width: fit-content;
    margin: 0 auto;
    background-image: linear-gradient(to bottom, #FFDA89 10%, #FDDB91 70%, #FFF2D5 100%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    font-size: 6.66vw;
    display: inline-flex;
    align-items: baseline;
    line-height: 1.25;
    margin-bottom: 4.1666666vw;
  }
  #soundbar .section-air.animation .air-icon {
    opacity: 1;
    transition: opacity 1s;
  }
  #soundbar .section-air.animation .air-div {
    width: 100%;
    padding-left: 0;
  }
  #soundbar .section-air.animation .air-div .air-img {
    transform: translate(0%, 0%);
  }
}

#soundbar .section-three .three-img {
  width: 75vw;
  margin: 0 auto;
  margin-top: 4.166vw;
}

#soundbar .section-three .three-icons {
  width: fit-content;
  margin: 0 auto;
  margin-top: 2.0833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

#soundbar .section-three .three-icons img {
  width: 4.6354vw;
  margin-right: 1.5625vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .section-three .three-img {
    width: 100%;
    margin: 0 auto;
    margin-top: 11.11vw;
  }
  #soundbar .section-three .three-icons {
    width: 83.33%;
    margin: 0 auto;
    margin-top: 8.33vw;
    flex-wrap: wrap-reverse;
    text-align: center;
  }
  #soundbar .section-three .three-icons img {
    width: 12.361vw;
    margin-right: 0;
    margin-top: 4.861vw;
  }
}

#soundbar .title-txt {
  width: 88.88%;
  margin: 0 auto;
}

#soundbar .title-txt h2 {
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  background-image: linear-gradient(110deg, #F2E3C8 0%, #8B7D64 55%, #8B7D64 60%, #F2E3C8 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-position-x: 100%;
}

#soundbar .title-txt .txt-samll-title {
  font-size: 1.25vw;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  background-image: linear-gradient(110deg, #F2E3C8 0%, #8B7D64 55%, #8B7D64 60%, #F2E3C8 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-position-x: 100%;
}

#soundbar .title-txt.animation h2 {
  transition: background-position-x 1s ease-in-out;
  background-position-x: 0;
}

#soundbar .title-txt.animation .txt-samll-title {
  transition: background-position-x 1s ease-in-out;
  background-position-x: 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .title-txt .txt-samll-title {
    font-size: 4.44vw;
    line-height: 1.25;
  }
}

#soundbar .section-eye {
  width: 75vw;
  margin: 0 auto;
}

#soundbar .section-eye .swiper-slide1 {
  margin-bottom: 1.5625vw;
}

#soundbar .section-eye .swiper-slide1 .eye-div:nth-child(1) {
  width: 39.583vw;
}

#soundbar .section-eye .swiper-slide1 .eye-div:nth-child(2) {
  width: 33.854vw;
}

#soundbar .section-eye .swiper-slide2 .eye-div:nth-child(1) {
  width: 32.6vw;
}

#soundbar .section-eye .swiper-slide2 .eye-div:nth-child(2) {
  width: 40.833vw;
}

#soundbar .section-eye .theatre-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

#soundbar .section-eye .theatre-flex .eye-div {
  position: relative;
}

#soundbar .section-eye .theatre-flex .eye-txt {
  color: #E2CBA3;
  z-index: 4;
}

#soundbar .section-eye .theatre-flex .eye-txt1 {
  top: 4.1458vw;
  left: 17.575vw;
}

#soundbar .section-eye .theatre-flex .eye-txt2 {
  top: 4.1458vw;
  left: 5.46875vw;
}

#soundbar .section-eye .theatre-flex .eye-txt3 {
  top: 4.791vw;
  left: 16.3vw;
}

#soundbar .section-eye .theatre-flex .eye-txt4 {
  top: 4.635vw;
  left: 2.6vw;
}

#soundbar .section-eye .theatre-flex .eye-txt5 {
  top: 12.4479vw;
  left: 8.177vw;
}

#soundbar .section-eye .theatre-flex .eye-txt6 {
  top: 19.375vw;
  right: 3.54166vw;
}

#soundbar .section-eye .theatre-flex .eye-txt7 {
  top: 22.395vw;
  right: 3.54166vw;
}

#soundbar .section-eye .theatre-flex .eye-txt8 {
  top: 25.52vw;
  right: 3.54166vw;
}

#soundbar .section-eye .swiper-slide {
  flex-shrink: inherit;
}

#soundbar .section-eye .swiper-wrapper {
  flex-wrap: wrap;
}

#soundbar .section-eye .swiper-eye {
  margin-top: 6.25vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .section-eye {
    width: 90%;
    margin: 0 auto;
    margin-top: 0;
  }
  #soundbar .section-eye .title-txt {
    width: 100%;
  }
  #soundbar .section-eye .swiper-slide {
    flex-shrink: 0;
  }
  #soundbar .section-eye .swiper-wrapper {
    flex-wrap: nowrap;
  }
  #soundbar .section-eye .swiper-slide1 {
    margin-bottom: 0;
  }
  #soundbar .section-eye .swiper-slide1 .eye-div:nth-child(1) {
    width: 100%;
    margin-bottom: 4.16666vw;
  }
  #soundbar .section-eye .swiper-slide1 .eye-div:nth-child(2) {
    width: 100%;
  }
  #soundbar .section-eye .swiper-slide2 .eye-div:nth-child(1) {
    width: 100%;
  }
  #soundbar .section-eye .swiper-slide2 .eye-div:nth-child(2) {
    width: 100%;
    margin-bottom: 4.16666vw;
  }
  #soundbar .section-eye .swiper-slide2 .theatre-flex {
    display: flex;
  }
  #soundbar .section-eye .theatre-flex .eye-txt1 {
    top: 13.2458vw;
    left: 40.0375vw;
  }
  #soundbar .section-eye .theatre-flex .eye-txt2 {
    top: 24.2458vw;
    left: 7.346875vw;
  }
  #soundbar .section-eye .theatre-flex .eye-txt3 {
    top: 8.791vw;
    left: 46.3vw;
  }
  #soundbar .section-eye .theatre-flex .eye-txt4 {
    top: 15.635vw;
    left: 2.6vw;
  }
  #soundbar .section-eye .theatre-flex .eye-txt5 {
    top: 35.4479vw;
    left: 8.177vw;
  }
  #soundbar .section-eye .theatre-flex .eye-txt6 {
    top: 53.375vw;
    right: 5.54166vw;
  }
  #soundbar .section-eye .theatre-flex .eye-txt7 {
    top: 61.395vw;
    right: 5.54166vw;
  }
  #soundbar .section-eye .theatre-flex .eye-txt8 {
    top: 69.52vw;
    right: 5.54166vw;
  }
  #soundbar .section-eye .theatre-flex-xs {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  #soundbar .section-eye .swiper-eye {
    margin-top: 16.666vw;
  }
}

#soundbar .theatre .theatre-txt {
  position: relative;
  z-index: 3;
}

#soundbar .theatre .power-txt {
  width: fit-content;
  background-image: linear-gradient(to bottom, #FFFFFF, #808080);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  z-index: 5;
}

#soundbar .theatre .theatre-flex {
  display: flex;
  justify-content: space-between;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .theatre .theatre-flex {
    display: block;
  }
}

#soundbar .swiper-wallpapper-btn {
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .swiper-wallpapper-btn {
    display: flex;
    align-items: center;
    width: 41.66vw;
    margin: 0 auto;
    margin-top: 5.55vw;
    justify-content: space-between;
  }
  #soundbar .swiper-wallpapper-btn .swiper-button-prev, #soundbar .swiper-wallpapper-btn .swiper-button-next {
    width: 11.11vw;
    height: 11.11vw;
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
  }
  #soundbar .swiper-wallpapper-btn .swiper-button-next:after, #soundbar .swiper-wallpapper-btn .swiper-button-prev:after {
    font-size: 0;
  }
  #soundbar .swiper-wallpapper-btn .swiper-wallpapper-nums {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.44vw;
    color: #E2CBA3;
    line-height: 1.6;
  }
  #soundbar .swiper-wallpapper-btn .swiper-wallpapper-nums .num-one {
    position: relative;
  }
  #soundbar .swiper-wallpapper-btn .swiper-wallpapper-nums .num-one .num-one-txt {
    position: absolute;
    top: 0;
    opacity: 0;
    transform: translateY(-2vw);
    transition: transform .25s, opacity .5s;
  }
  #soundbar .swiper-wallpapper-btn .swiper-wallpapper-nums .num-one .num-one-txt:last-child {
    position: relative;
  }
  #soundbar .swiper-wallpapper-btn .swiper-wallpapper-nums[data-index="0"] .num-one-txt0 {
    transform: translateY(0);
    opacity: 1;
  }
  #soundbar .swiper-wallpapper-btn .swiper-wallpapper-nums[data-index="1"] .num-one-txt1 {
    transform: translateY(0);
    opacity: 1;
  }
  #soundbar .swiper-wallpapper-btn .swiper-wallpapper-nums[data-index="2"] .num-one-txt2 {
    transform: translateY(0);
    opacity: 1;
  }
  #soundbar .swiper-wallpapper-btn .swiper-wallpapper-nums[data-index="3"] .num-one-txt3 {
    transform: translateY(0);
    opacity: 1;
  }
}

#soundbar .section-footnote .footnote-list {
  width: 75vw;
  padding-left: 1.5em;
  font-size: .625vw;
}

@media (max-width: 1920px) {
  #soundbar .section-footnote .footnote-list {
    font-size: 12px;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #soundbar .section-footnote .footnote-list {
    width: 83.33vw;
    font-size: 3.333333vw;
  }
}

html[dir=rtl] #soundbar .section-footnote .footnote-list {
  padding-right: 1.5em;
  padding-left: 0;
}

#soundbar .section-footnote li {
  font-size: inherit;
  list-style-type: decimal;
  color: #88888B;
}

#soundbar .section-footnote li.current {
  color: #fff;
}

#soundbar .section-footnote li.asterisk {
  list-style-type: '*';
}

#soundbar .section-footnote li.asterisk-one {
  list-style-type: '**';
}

#soundbar .section-footnote li.asterisk-two {
  list-style-type: '***';
}

#soundbar .section-footnote li.asterisk-three {
  list-style-type: '****';
}
