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

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

.section-environment .callout-techspecs-environment .callout-techspecs-environment-content {
    padding-top: 61px;
}
@media only screen and (max-width:1068px) {
    .section-environment .callout-techspecs-environment .callout-techspecs-environment-content {
        padding-top: 55px;
    }
}


.section-dimensions .airpods-size .width {
    transform: translateX(18px);
}
.section-dimensions .airpods-size .height {
    top: 42.5%;
}
.section-dimensions .right-wrapper .case-depth .depth {
    transform: translateX(-59%);
}
@media only screen and (max-width:1068px) {
    .section-dimensions .airpods-size .width {
        transform: translateX(12px);
    }
    .section-dimensions .right-wrapper .case-depth .height {
        top: 42.5%;
    }
    .section-dimensions .right-wrapper .case-depth .depth {
        transform: translateX(-60%);
    }
}
@media only screen and (max-width:734px) {
    .section-dimensions .airpods-size .width {
        transform: translateX(6px);
    }
    .section-dimensions .airpods-size .height {
        top: 41%;
    }
    .section-dimensions .right-wrapper .case-depth .depth {
        transform: translateX(2px);
    }
}


.section-environment .callout-techspecs-environment .callout-techspecs-environment-content {
    padding-top: 0;
}


/* br */
br.small {
  display: none;
}
@media only screen and (max-width: 734px) {
    br.small {
      display: block;
    }
}
br.medium {
  display: none;
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
  br.medium {
    display: block;
  }
}
br.large {
  display: none;
}
@media only screen and (min-width: 1069px) {
    br.large {
      display: block;
    }
}

/* KC mark */
br.br-400 {
  display: none;
}
@media only screen and (max-width: 400px) {
  br.br-400 {
      display: block;
  }
}

.image-kc {
  width: 14px;
  height: 21px;
  background-size: 14px 21px;
  background-repeat: no-repeat;
  background-image: url("/kr/global/kc/image__bs3c7k4nox36_large.png");
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx){
  .image-kc {
      background-image: url("/kr/global/kc/image__bs3c7k4nox36_large_2x.png");
  }
}

.section-kc-cert .techspecs-row .techspecs-column .techspecs-list {
  list-style: disc;
  margin-inline-start: 1.1764705882em;
}