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

.icon-after::after, .more::after {
    top: -.1em;
}

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

.section-size-weight .tilt .caption-wrapper.caption-width, .section-size-weight .tilt-height .caption-wrapper.caption-width,
.section-size-weight .vesa .caption-wrapper.caption-width{
    top: -30px;

}

.section-size-weight .tilt .caption-wrapper.caption-depth, .section-size-weight .vesa .caption-wrapper.caption-depth{
    bottom: -30px;
    
}

.section-size-weight .vesa .caption-wrapper.caption-depth{
    left: 18px;
}


.custom-wraping{
    white-space: nowrap;
}


.image-specs-kc {
    width: 60px;
    height: 90px;
    background-size: 60px 90px;
    background-repeat: no-repeat;
    background-image: url("/kr/studio-display/a/images/specs/kc_icon_large.jpg");
    float: left;
    margin-right: 42px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and(min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    .image-specs-kc {
        background-image: url("/kr/studio-display/a/images/specs/kc_icon_large_2x.jpg");
    }
}

@media only screen and (max-width: 400px) {
    .image-specs-kc {
        margin-bottom: 25px;
    }
}