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

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

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

.section-size-weight .airpods-side-container .caption-bottom{
    margin-left: 49px;
}

@media only screen and (max-width: 734px) {
    .section-size-weight .airpods-side-container .caption-bottom{
        margin-left: 37px;
    }
}

.section-size-weight .airpods-side-container .caption-right {
    margin-top: 18px;
}

@media only screen and (max-width: 734px) {
    .section-size-weight .airpods-side-container .caption-right{
        margin-top: 14px;
    }
}

.typography-body-reduced:lang(ko) {
    line-height: 1.25;
}

/* global nav noscroll fix */
@media only screen and (max-width: 833px) {
    .ac-gn-noscroll body {
        position: relative;
    }
}

/* KC mark */
.techspecs-section.section-kc-cert .techspecs-column.ect {
    width: 75%;
}

.techspecs-section.section-kc-cert .techspecs-column.ect .row {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.techspecs-section.section-kc-cert .techspecs-list-disc {
    flex-basis: 50%;
    max-width: 50%;
}

.techspecs-section.section-kc-cert .techspecs-list-disc a {
    text-decoration: none;
}
.techspecs-section.section-kc-cert .techspecs-list-disc a:hover {
    text-decoration: underline;
}

.techspecs-section.section-kc-cert .techspecs-list-disc:nth-child(2){
    margin-top: 0;
    margin-left: 4%;
}

.techspecs-section.section-kc-cert .techspecs-list-disc li {
    margin-top: .4em;
}

.techspecs-section.section-kc-cert .techspecs-list-disc li:first-child {
    margin-top: 0;
}

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

@media only screen and (max-width: 734px){
    .techspecs-section.section-kc-cert .techspecs-column.ect .row {
        flex-direction: column;
    }

    .techspecs-section.section-kc-cert .techspecs-list-disc:nth-child(2){
        margin-top: .4em;
        margin-left: 1.1764705882em;
    }

    .techspecs-section.section-kc-cert {
        margin-bottom: 48px;
    }

    .techspecs.with-2-columns.with-fullwidthrowheader-small .section-kc-cert .techspecs-column.ect {
        width: 90%;
    }

    .techspecs-section.section-kc-cert .techspecs-list-disc {
        flex-basis: 100%;
        max-width: 100%;
    }
}

br.br-400 {
    display: none;
}

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