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

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

/* 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/global/kc/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/global/kc/image__bs3c7k4nox36_large_2x.png");
    }
}