/* br */
br.xsmall {
  display: none;
}
@media only screen and (max-width: 480px) {
    br.xsmall {
      display: block;
    }
}
/* br end */

/* avail msg */
@media only screen and (max-width: 734px) {
  .section-welcome .marquee-header {
    min-width: 100%;
  }
}
/* avail msg end */

/* line-height */
/* VP */
@media only screen and (min-width: 1069px) {
  .typography-section-header-headline:lang(ko) {
    line-height: 1.17857142854;
  }
  .typography-modal-header-headline:lang(ko) {
    line-height: 1.17857142854;
  }
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
  .typography-section-header-headline:lang(ko) {
    line-height: 1.19184266663;
  }
  .typography-modal-header-headline:lang(ko) {
    line-height: 1.19184266663;
  }
}

/* VP symbol footnote style */
.ric-modal-overlay-container .icon-card-modal-content .footnote {
  color: inherit;
}
/* VP end */

/* gradient text fix */
.subsection-battery-magical .siri .gallery-item-copy span {
  -webkit-background-clip: text;
}
/* gradient text fix end */
