/* icons */
.icon-wrapper .icon, .icon-wrapper .icon-after::after, .icon-wrapper .icon-before::before, .icon-wrapper .more:not(.icon-before)::after, #ac-globalfooter .ac-gf-buystrip-info-column .ac-gf-buystrip-info-cta {
    position: relative;
}

html:not([dir=rtl]):lang(ko) .more::after {
    top: -0.1em;
}

#ac-globalfooter:not([dir=rtl]) .ac-gf-more::after {
    top: -0.11em;
}

/* line break */
br.large {
    display: none;
}

@media (min-width: 1069px) {
    br.large {
        display: block;
    }
}

/* section-at-a-glance */
@media (min-width: 1069px) {
    .section-techspecs .section-at-a-glance .grid-item-retina-display .grid-item-headline {
        margin-top: 3px;
    }

    .section-techspecs .section-at-a-glance .grid-item-chip .grid-item-headline {
        margin-top: 21px;
    }

    .section-techspecs .section-at-a-glance .grid-item-apple-intelligence .grid-item-headline {
        margin-top: 18px;
    }

    .section-techspecs .section-at-a-glance .grid-item-camera .grid-item-headline {
        margin-top: 24px;
    }
}

@media (max-width:1068px) and (min-width:735px) {
    .section-techspecs .section-at-a-glance .section-header {
        padding-right: 0px;
    }

    .section-techspecs .section-at-a-glance .grid-container {
        grid-column-gap: 7px
    }

    .section-techspecs .section-at-a-glance .grid-item-retina-display .grid-item-headline {
        margin-top: 5px;
    }

    .section-techspecs .section-at-a-glance .grid-item-camera .caption {
        margin-top: 4px;
    }

    .section-techspecs .section-at-a-glance .grid-item-chip .grid-item-headline {
        margin-top: 22px;
    }
}

/* section-chip */
@media (max-width:1068px) and (min-width:735px)  {
    .section-techspecs .section-chip .grid-item {
        width: 107px;
    }
}

/* section-size-weight */
@media (min-width: 1069px) {
    .section-size-weight .size-weight-picture .caption:nth-of-type(2) {
        right: -45px;
    }

    .section-size-weight .size-weight-picture .caption:nth-of-type(3) {
        right: 42px;
    }
}

@media (max-width: 1068px) and (min-width: 735px) {
    .section-size-weight .size-weight-picture .caption:nth-of-type(2) {
        right: 0;
    }

    .section-size-weight .size-weight-picture .caption:nth-of-type(3) {
        bottom: -22px;
        right: 87px;
    }
}

/* KC mark */
.techspecs-section.section-kc-cert .grid-container{
    grid-template-columns: repeat(2,1fr);
    display: grid;
    width: 100%;
}

@media (max-width:734px){
    .techspecs-section.section-kc-cert .grid-container{
        display: block;
    }

    .grid-item.grid-item-1-port:last-child{
        margin-top: 7px;
    }
}

.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/imac/specs/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/imac/specs/images/specs/image__bs3c7k4nox36_large_2x.png");
    }
}

/* br */
br.medium {
    display: none;
}

@media only screen and (min-width: 734px) and (max-width: 1068px) {
    br.medium {
        display: block;
    }
}

br.br-400 {
    display: none;
}

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

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

@media only screen and (max-width:734px){
    .other-top{
        margin-top: 13.6px;
    }
}