.icon-wrapper .icon-after:after, .icon-wrapper .more:after {
    position: relative;
    top: -0.08em;
}

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

.page-specs .section-size-weight .appletv-dimensions .caption-height {
    bottom: 52px;
}

@media only screen and (max-width: 734px) {
    .page-specs .section-size-weight .appletv-dimensions .caption-height {
    bottom: 34px;
    }
}

.page-specs .section-siri-remote .hardware-diagram .caption-microphone {
    top: 22px;
}

@media only screen and (max-width: 734px) {
    .page-specs .section-siri-remote .hardware-diagram .caption-microphone {
        top: auto;
    }
}

.page-specs .section-siri-remote .hardware-diagram .caption-touch {
    width: 80px;
}

.page-specs .section-ports-interfaces .hardware-diagram .caption-power {
    left: 186px;
}

@media only screen and (max-width: 1068px) {
    .page-specs .section-ports-interfaces .hardware-diagram .caption-power {
        left: 64px;
    }
}

@media only screen and (max-width: 734px) {
    .page-specs .section-ports-interfaces .hardware-diagram .caption-power {
        left: 35px;
    }
}

.section-environment {
    margin-top: 0;
}

.page-specs .section-connectivity .copy {
    padding-right: 0;
}

.page-specs .section-siri-remote .siri-remote-description p {
    max-width: 280px;
}
@media only screen and (max-width: 1068px) {
    .page-specs .section-siri-remote .siri-remote-description p {
        max-width: 260px;
    }
}
@media only screen and (max-width: 734px) {
    .page-specs .section-siri-remote .siri-remote-description p {
        max-width: unset;
    }
}

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

.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-tv-4k/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-tv-4k/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;
    }
}

/* section-electrical-and-environmental-requirements */
.section-electrical-and-environmental-requirements .specs-content .specs-content{
    padding-top: 0;
}

@media only screen and (min-width:1069px){
    .section-electrical-and-environmental-requirements .specs-content .specs-content .large-7{
        flex-basis:60%;
        max-width: 60%;
    }
}

.section-electrical-and-environmental-requirements .specs-content .specs-content p:last-child{
    margin-top: 0.5em;
}

@media only screen and (max-width:734px){
    .section-electrical-and-environmental-requirements .specs-content .specs-content .column:last-child{
        margin-top: 0.8em;
    }
}