/* icon */
.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: -0.08em;
}


.typography-compare-section-cta .icon-after:after,
.more:after {
    top: -0.08em;
}

/* br */

.small-show {
    display: none;
}

@media only screen and (max-width: 340px) {
    .small-show {
        display: block;
    }
}

.small-500-hide {
    display: block;
}
@media only screen and (max-width: 500px) {
    .small-500-hide {
        display: none;
    }
}

/* nav */
@media only screen and (max-width: 540px) {

    #ac-localnav,
    #ac-localnav .ac-ln-title {
        height: 48px;
    }
}

br.br-400 {
    display: none;
}

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

.small-caps {
    font-variant-caps: all-small-caps;
}


.section-dimensions .techspecs-column .airpods-size .width.typography-body-reduced{
left: 10%;
}


.section-dimensions .techspecs-column .airpods-size .height.typography-body-reduced{
top: 41%
}


@media only screen and (max-width: 734px) {
.section-dimensions .right-wrapper .case-depth .height{
    top: 43%
    }
}


/* KC mark */
.techspecs.with-2-columns .techspecs-section.section-kc-cert .techspecs-column.ect {
    width: 46%;
    margin-bottom: 30px;
}

@media screen and (max-width: 734px) {
    .techspecs .techspecs-section .techspecs-row .techspecs-column+.techspecs-column {
        margin-top: 0.4em;
    }
}

@media screen and (min-width: 735px) {
    .techspecs .techspecs-section.section-kc-cert .techspecs-row .techspecs-column {
        width: 36%;
    }
}

.image-kc {
    width: 14px;
    height: 21px;
    background-size: 14px 21px;
    background-repeat: no-repeat;
    background-image: url("/kr/airpods-pro/images/specs/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/airpods-pro/images/specs/image__bs3c7k4nox36_large_2x.png");
    }
}
