/* icon align */
.localnav-container .content-expand-wrap .product-options .option-cta.link.disabled .icon::after {
  top: -0.08em;
}

/* localnav cta align fix */
.localnav-container .content-expand-wrap .product-action .product-cta .buy:lang(ko) {
    line-height: 1.3333733333;
    --line-height-collapsed: 1.3333733333;
    vertical-align: 2px;
}
.localnav-container .content-collapsed-wrap .cta.buy, .localnav-container .content-collapsed-wrap .product-name {
    line-height: 1.3333733333;
}

/* image localization */
.section-display .image-display-iphone {
    background-image: url(/kr/iphone-17e/images/specs/display_iphone__d54ur8bxbsya_large.jpg);
}
@media (min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .section-display .image-display-iphone {
        background-image:url(/kr/iphone-17e/images/specs/display_iphone__d54ur8bxbsya_large_2x.jpg)
    }
}
@media (max-width: 1068px) {
    .section-display .image-display-iphone {
        background-image:url(/kr/iphone-17e/images/specs/display_iphone__d54ur8bxbsya_medium.jpg)
    }
}
@media (max-width: 1068px) and (min-resolution: 1.5dppx),(max-width: 1068px) and (min-resolution: 144dpi) {
    .section-display .image-display-iphone {
        background-image:url(/kr/iphone-17e/images/specs/display_iphone__d54ur8bxbsya_medium_2x.jpg)
    }
}
@media (max-width: 734px) {
    .section-display .image-display-iphone {
        background-image:url(/kr/iphone-17e/images/specs/display_iphone__d54ur8bxbsya_small.jpg)
    }
}
@media (max-width: 734px) and (min-resolution: 1.5dppx),(max-width: 734px) and (min-resolution: 144dpi) {
    .section-display .image-display-iphone {
        background-image:url(/kr/iphone-17e/images/specs/display_iphone__d54ur8bxbsya_small_2x.jpg)
    }
}

.section-built-in-apps .techspecs-app-icon-calendar {
  background-size: 52px 52px;
  background-repeat: no-repeat;
  background-image: url("/kr/iphone-17e/images/specs/icon_calendar__gd1ndwpybrqu_large.png");
  width: 52px;
  height: 52px;
}
@media (min-resolution: 1.5dppx),
(min-resolution: 144dpi) {
  .section-built-in-apps .techspecs-app-icon-calendar {
    background-image: url("/kr/iphone-17e/images/specs/icon_calendar__gd1ndwpybrqu_large_2x.png");
  }
}


/* section external diagram alignment */
@media only screen and (min-width: 1069px) {
    .section-external .image-external-connectors .diagram-text.diagram-volume {
        left: 412px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-ring {
        left: 531px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-side {
        left: 415px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-lightning {
        left: 95px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-mic {
        left: 129px;
    }
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .section-external .image-external-connectors .diagram-text.diagram-volume {
        left: 285px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-ring {
        left: 391px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-side {
        left: 289px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-lightning {
        left: 45px;
    }
}
@media only screen and (max-width: 734px) {
    .section-external .image-external-connectors .diagram-text.diagram-ring {
        top: 71px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-volume {
        top: 108px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-side {
        top: 116px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-speaker-mic {
        left: 7px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-lightning {
        left: 8px;
    }
}

/* ac gf more icon align */
#ac-globalfooter .ac-gf-icon-after::after, #ac-globalfooter .ac-gf-more::after {
    top: -0.08em;
}

/* KC mark */
.rowgroup-configure {
    border-bottom: none;
}

.techspecs-section.section-kc-cert .techspecs-column.ect {
    width: 75%;
}

@media only screen and (max-width: 734px) {
    .techspecs-section.section-kc-cert .techspecs-column.ect {
        width: 100%;
    }
}

.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:first-child {
    margin-left: 1em;
}

.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 {
    list-style: disc;
    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/iphone-17e/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/iphone-17e/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: 1em;
    }

    .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;
    }
}
/* KC mark end */
