.icon-replay::after,
.icon-replay::before {
    top: 0;
}

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

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

.section-built-in-apps .techspecs-app-icon-calendar {
    background-repeat: no-repeat;
    background-image:url(/kr/apple-vision-pro/images/specs/icon_calendar__ccnuc05aunte_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .section-built-in-apps .techspecs-app-icon-calendar {
        background-image:url(/kr/apple-vision-pro/images/specs/icon_calendar__ccnuc05aunte_large_2x.jpg)
    }
}

.specs-itb-power-adapter{
    --p-width: 135px;
    --p-height: 81px;
}

@media only screen and (max-width:1068px){
    .specs-itb-power-adapter{
        --p-width: 139px;
        --p-height: 85px;
    }
}

@media only screen and (max-width:734px){
    .specs-itb-power-adapter{
        --p-width: 103px;
        --p-height: 62px;
    }
}

/* KC mark */
.techspecs.with-2-columns .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;
}

.section-techspecs .techspecs-section.section-kc-cert ul {
    list-style-type: disc;
    margin-left: 1em;
}

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

.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/apple-vision-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/apple-vision-pro/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%;
    }

    .techspecs-section.section-kc-cert .techspecs-column > .row > div:nth-child(2) > ul {
        margin-top: .4em;
    }
}

br.br-400 {
    display: none;
}

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

.techspecs-rowheader.hide{
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    cursor: default;
}