/* ignore button line-height */
.button:lang(ko) {
  line-height: initial;
}

/* icon alignment */
.icon-after:after, .more:after {
  top: -0.08em;
}

#ac-globalfooter .ac-gf-icon-after::after, #ac-globalfooter .ac-gf-more::after {
  top: -0.08em;
}

.icon-wrapper .icon, .icon-wrapper .icon-after:after, .icon-wrapper .icon-before:before, .icon-wrapper .more:not(.icon-before):after {
  position: relative;
  top: -0.045em;
}

/* line-height 1.1x */
.typography-hero-headline:lang(ko) {
  line-height: 1.16111111116;
}
@media only screen and (max-width: 1068px) {
  .typography-hero-headline:lang(ko) {
    line-height: 1.16875;
  }
}
@media only screen and (max-width: 734px) {
  .typography-hero-headline:lang(ko) {
    line-height: 1.21;
  }
}

@media only screen and (min-width: 1069px) {
  .typography-hero-copy:lang(ko) {
    line-height: 1.5191026191;
  }
}

.typography-product-name-headline:lang(ko) {
  line-height: 1.16875;
}
@media only screen and (max-width: 1068px) {
  .typography-product-name-headline:lang(ko) {
    line-height: 1.19184266663;
  }
}
@media only screen and (max-width: 734px) {
  .typography-product-name-headline:lang(ko) {
    line-height: 1.2375;
  }
}

.typography-feature-grid-headline:lang(ko) {
  line-height: 1.17857142854;
}
@media only screen and (max-width: 1068px) {
  .typography-feature-grid-headline:lang(ko) {
    line-height: 1.19184266663;
  }
}
@media only screen and (max-width: 734px) {
  .typography-feature-grid-headline:lang(ko) {
    line-height: 1.2375;
  }
}

.typography-feature-copy:lang(ko) {
  line-height: 1.57145057146;
}
@media only screen and (max-width: 734px) {
  .typography-feature-copy:lang(ko) {
    line-height: 1.46671066663;
  }
}

.typography-feature-name:lang(ko) {
  line-height: 1.29412864702;
}
@media only screen and (max-width: 734px) {
  .typography-feature-name:lang(ko) {
    line-height: 1.25714285719;
  }
}

/* image localization */
.section-features .image-features-engraving {
  background-image: url(/kr/apple-pencil/images/overview/features/engraving__td8xa0hywiqi_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .section-features .image-features-engraving {
      background-image:url(/kr/apple-pencil/images/overview/features/engraving__td8xa0hywiqi_large_2x.jpg)
  }
}

@media only screen and (max-width: 1068px) {
  .section-features .image-features-engraving {
      background-image:url(/kr/apple-pencil/images/overview/features/engraving__td8xa0hywiqi_medium.jpg)
  }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .section-features .image-features-engraving {
      background-image:url(/kr/apple-pencil/images/overview/features/engraving__td8xa0hywiqi_medium_2x.jpg)
  }
}

@media only screen and (max-width: 734px) {
  .section-features .image-features-engraving {
      background-image:url(/kr/apple-pencil/images/overview/features/engraving__td8xa0hywiqi_small.jpg)
  }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  .section-features .image-features-engraving {
      background-image:url(/kr/apple-pencil/images/overview/features/engraving__td8xa0hywiqi_small_2x.jpg)
  }
}

/* compatibility copy block arrow alignment */
section.section.section-compatibility .copy-blocks span {
  position: relative;
  top: -0.04em;
}

/* compatibility cta alignment */
@media only screen and (max-width: 734px) {
  .compatibility-product-selector .products-wrapper .product-copy {
    width: 81%;
  }
}