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

.more:before, .more:after, .icon-chevronright:after, #ac-globalfooter .ac-gf-more:after {
    top: -0.08em;
}
.icon-wrapper .icon, .icon-wrapper .icon-after:after, .icon-wrapper .icon-before:before, .icon-wrapper .more:not(.icon-before):after {
    position: relative;
}

/* br */
br.small {
    display: none;
}
@media only screen and (max-width: 734px) {
    br.small {
        display: block;
    }
}
.xsmall,
.xsmall-2{
    display: none;
}
@media only screen and (max-width: 400px){
    .xsmall-2{
        display: block;
    }
}
@media only screen and (max-width: 350px){
    .xsmall{
        display: block;
    }
}
.msmall{
    display: none;
}
@media only screen and (max-width: 734px) and (min-width: 559px) {
    .msmall{
        display: block;
    }
}
.large{
    display: block;
}
@media only screen and (max-width: 1068px){
    .large{
        display: none;
    }
}
.medium{
    display: none;
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
    .medium{
        display: block;
    }
}

/* buttons and connectors layout */
.section-external .image-external-connectors .diagram-text.diagram-volume{
    left: 407px;
}

.section-external .image-external-connectors .diagram-text.diagram-ring{
    left: 530.5px;
}

.section-external .image-external-connectors .diagram-text.diagram-side{
    left: 414px;
}

.section-external .image-external-connectors .diagram-text.diagram-speaker-mic{
    left: 610px;
}

@media (max-width:1068px){
    .section-external .image-external-connectors .diagram-text.diagram-volume{
        left: 280px;
    }
    
    .section-external .image-external-connectors .diagram-text.diagram-ring{
        left: 390px;
    }
    
    .section-external .image-external-connectors .diagram-text.diagram-side{
        left: 289px;
    }
    
    .section-external .image-external-connectors .diagram-text.diagram-speaker-mic{
        left: 403px;
    }
}

@media (max-width:734px){
    .section-external .image-external-connectors .diagram-text.diagram-volume{
        left: auto;
        top: 108.5px;
    }
    
    .section-external .image-external-connectors .diagram-text.diagram-ring{
        left: auto;
        top: 71px;
    }
    
    .section-external .image-external-connectors .diagram-text.diagram-side{
        left: 182px;
        top: 117px;
    }
    
    .section-external .image-external-connectors .diagram-text.diagram-speaker-mic{
        left: 0px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-speaker{
        width: 92px;
    }
}

/* section display */
.section-display .image-display-iphone {
    background-repeat: no-repeat;
    background-image: url(/kr/iphone-16e/images/specs/display_iphone__ggt5cr3atdiu_large.jpg);
}

@media (min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .section-display .image-display-iphone {
        background-image:url(/kr/iphone-16e/images/specs/display_iphone__ggt5cr3atdiu_large_2x.jpg);
    }
}

@media (max-width: 1068px) {
    .section-display .image-display-iphone {
        background-repeat: no-repeat;
        background-image:url(/kr/iphone-16e/images/specs/display_iphone__ggt5cr3atdiu_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-16e/images/specs/display_iphone__ggt5cr3atdiu_medium_2x.jpg);
    }
}

@media (max-width: 734px) {
    .section-display .image-display-iphone {
        background-repeat: no-repeat;
        background-image:url(/kr/iphone-16e/images/specs/display_iphone__ggt5cr3atdiu_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-16e/images/specs/display_iphone__ggt5cr3atdiu_small_2x.jpg);
    }
}

/* calendar icon */
.section-free-apps .techspecs-app-icon-calendar {
    background-repeat: no-repeat;
    background-image: url(/kr/iphone-16e/images/specs/icon_calendar__ghjg4jzzvw6e_large.png);
}

@media (min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .section-free-apps .techspecs-app-icon-calendar {
        background-image:url(/kr/iphone-16e/images/specs/icon_calendar__ghjg4jzzvw6e_large_2x.png);
    }
}

.section-built-in-apps .techspecs-app-icon-calendar {
    background-repeat: no-repeat;
    background-image: url(/kr/iphone-16e/images/specs/icon_calendar__ghjg4jzzvw6e_large.png);
}

@media (min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .section-built-in-apps .techspecs-app-icon-calendar {
        background-image:url(/kr/iphone-16e/images/specs/icon_calendar__ghjg4jzzvw6e_large_2x.png);
    }
}

/* 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-16e/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-16e/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 */