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

.electrical-list-row {
    margin-top: 0.4em;
}
@media only screen and (max-width: 734px) {
    .electrical-list-row {
        gap: 0.4em;
    }
}
.electrical-list-row > div > div:nth-child(1) {
    margin-bottom: 0.4em;
}

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