 @media  only screen and (max-width: 736px) {
    body{
     overflow-x : hidden ;
    }

    
}  

/* 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;
    }
}

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

.large{
    display: block;
}
@media only screen and (max-width: 1068px){
    .large{
        display: none;
    }
}



/* image localization */
.section-display .image-display-iphone {
    background-image: url(/kr/iphone-16/images/specs/display_iphone__fmxtjmn7726a_large.jpg);
}

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

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

.section-display .image-display-iphone-plus {
    background-image: url(/kr/iphone-16/images/specs/display_iphone_plus__d5elocyti4a6_large.jpg);
}

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

@media (max-width: 734px) {
    .section-display .image-display-iphone-plus {
        background-image:url(/kr/iphone-16/images/specs/display_iphone_plus__d5elocyti4a6_small.jpg)
    }
}

@media (max-width: 734px) and (min-resolution: 1.5dppx),(max-width: 734px) and (min-resolution: 144dpi) {
    .section-display .image-display-iphone-plus {
        background-image:url(/kr/iphone-16/images/specs/display_iphone_plus__d5elocyti4a6_small_2x.jpg)
    }
}

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

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


/* button and connector alignment */
@media only screen and (min-width: 1069px) {
    .section-external .image-external-connectors .diagram-text.diagram-speaker-mic {
        left: 615px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-camera-control {
        left: 195px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-side {
        left: 406px;
    }
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .section-external .image-external-connectors .diagram-text.diagram-volume {
        left: 278px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-camera-control {
        left: 121px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-side {
        left: 283px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-speaker-mic {
        left: 402px;
    }
}
@media only screen and (max-width: 734px) {
    .section-external .image-external-connectors .diagram-text.diagram-speaker-mic {
        left: 4px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-lightning {
        left: 8px;
    }
}

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

.section-environment .section-content .copy-block >p:nth-child(2)>a{
    text-decoration-line: underline;
}
