/* icon alignment */
.icon-wrapper .icon, .icon-wrapper .icon-after::after, .icon-wrapper .icon-before::before, .icon-wrapper .more:not(.icon-before)::after {
  position: relative;
  top: -0.04em;
}
#ac-globalfooter .ac-gf-icon-after::after, #ac-globalfooter .ac-gf-more::after {
  position: relative;
  top: -0.08em;
}


/* line-height */
/* section feature feature-headlines */
.typography-overview-features-headline:lang(ko) {
  line-height: 1.203125;
}
@media only screen and (max-width: 1068px) {
  .typography-overview-features-headline:lang(ko) {
      line-height: 1.14583333337;
  }
}
@media only screen and (max-width: 734px) {
  .typography-overview-features-headline:lang(ko) {
      line-height: 1.2375;
  }
}


/* snipe */
.section-create .overview-create-draw-snipe {
  --p-width: 115px;
  --p-height:55px
}
@media only screen and (max-width: 1068px) {
  .section-create .overview-create-draw-snipe {
      --p-width: 95px;
      --p-height:47px
  }
}
@media only screen and (max-width: 734px) {
  .section-create .overview-create-draw-snipe {
      --p-width: 172px;
      --p-height:22px
  }
}

@media only screen and (min-width: 1069px) {
  .section-create .section-content-block-apple-pencil .hardware-draw .overview-create-draw-snipe, .section-create .section-content-block-apple-pencil .hardware-draw .snipe-1 {
    transform: translate(1265px,68px);
  }
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
  .section-create .section-content-block-apple-pencil .hardware-draw .overview-create-draw-snipe, .section-create .section-content-block-apple-pencil .hardware-draw .snipe-1 {
    transform: translate(542px,269px);
  }
}
@media only screen and (max-width: 734px) {
  .section-create .section-content-block-apple-pencil .hardware-draw .overview-create-draw-snipe, .section-create .section-content-block-apple-pencil .hardware-draw .snipe-1 {
    transform: translate(-14px,-39px);
  }
}

@media only screen and (max-width: 1068px) {
  .section-watch-learn-play .section-content-block-ar .column-right .hardware .overview-watch-learn-play-ar-snipe {
    transform: translate(-35px,30px);
  }
}
@media only screen and (max-width: 734px) {
  .section-watch-learn-play .section-content-block-ar .column-right .hardware .overview-watch-learn-play-ar-snipe {
    transform: translate(-18px,-15px);
  }
}

@media only screen and (max-width: 734px) {
  .section-ipad-accessories .overview-ipad-accessories-folio-snipe {
    --p-width: 75px;
    --p-height: 44px;
  }
}

/* section-education-savings */
@media only screen and (max-width: 1068px) {
  .section-education-savings .tile-content{
    padding-left: 0;
  }

  .section-education-savings .education-savings-content-text{
    padding-left: 0;
  }

  .section-education-savings .education-savings-content-image{
    padding-left: clamp(1px, calc((100vw - 734px) * 0.356), 120px);
  }
}

@media only screen and (max-width: 734px) {
  .section-education-savings .education-savings-content-text{
    padding-left: 30px;
  }

  .section-education-savings .education-savings-content-image{
    padding-left: 0px;
  }
}