/* 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 */

/* compare layout fix */
.product-tile .tout-group {
  margin-top: 0;
}
/* compare layout fix end */

/* 24m-footnote */
.bts-2025-footnote {
position: relative;
vertical-align: initial;
text-decoration: underline;
text-underline-offset: -0.28em;
font-feature-settings: "numr";
font-size: 1em;
}

.bts-2025-footnote a{
color:black;
}