/* icons */
.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 {
    top: -0.1em;
}

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

@media only screen and (min-width:735px) {   
    .section-accessibility .techspecs-os-features {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

/* section-environment */
.section-kc-cert .techspecs-list li {
    list-style: disc;
    margin-left: 1em;
}

@media only screen and (max-width: 734px) {
    .techspecs.with-2-columns.with-fullwidthrowheader-small .section-kc-cert .techspecs-column, .techspecs.with-2-columns.with-fullwidthrowheader-small .section-kc-cert .techspecs-columnheader {
        width: 100%;
    }

    .section-kc-cert .techspecs-column, .section-kc-cert .techspecs-columnheader {
        margin-left: 0;
        margin-top: .4em;
    }
}

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

br.br-400 {
    display: none;
}

@media only screen and (max-width: 400px) {
    br.br-400 {
        display: block;
    }
}
/* KC mark end */
@media only screen and (max-width:734px){
    .section-environment.section-environment-alt{
        margin-bottom: unset;
    }
}

/* battery */
.section-electrical-operating-req .techspecs-list p{
    margin-top: 0.4em;
}

/* section-chip */
.section-chip .techspecs-column:last-child .copy-group{
    max-width: 301px;
}

@media only screen and (max-width:1068px){
    .section-chip .techspecs-column:last-child .copy-group{
        max-width: 230px;
    }
}