/* 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, #ac-globalfooter .ac-gf-icon-after::after, #ac-globalfooter .ac-gf-more::after {
    top: -0.08em;
}

/* br */
br.br-400 {
    display: none;
}

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

/* section-hardware */
@media (min-width: 1069px) {
    .section-hardware .header-break {
        width: 150px;
    }
}

@media (max-width: 1068px) and (min-width: 735px) {
    .section-hardware .header-break {
        width: 130px;
    }
}

.section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-mic {
    top: 119px;
}

@media (max-width:1068px) {
    .section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-mic {
        top: 85px;
    }
}

@media (max-width: 1068px) {
    .section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-display {
        top: 48px;
    }

    .section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-crown {
        top: 66px;
    }

    .section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-optical {
        top: 111px;
    }

    .section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-band-release-lower {
        top: 142px;
    }
}

@media (max-width:734px) {
    .section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-mic {
        top: 91px;
    }

    .section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-display {
        top: 55px;
    }

    .section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-crown {
        top: 73px;
    }

    .section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-optical {
        top: 259px;
    }

    .section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-band-release-lower {
        top: 290px;
    }
}

/* section-environmental-requirements */
.section-environmental-requirements .environment-block {
    display: flex;
    gap: 3px;
}

/* section-kc-cert */
.section-kc-cert ul li {
    margin-top: .4em;
}

@media (max-width:734px) {
    .section-kc-cert .techspecs-kc-cert-second-column {
        margin-top: 30px;
    }
}

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