.section-hero .hero-headline-copy {
    -webkit-background-clip: text;
}

#ac-globalfooter .footnote .ac-gf-block-link{
    color: var(--buystrip-text-color);
}

#ac-globalfooter .footnote .ac-gf-block-link:hover{
    color: var(--sk-blocklink-color);
    text-decoration: unset;
}

.typography-hero-headline{
    line-height: 1.1;
}

/* icon align */
.icon-wrapper .icon, .icon-wrapper .more::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after, .icon-wrapper .more:not(.icon-before):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-compare .span-pipe.append:after,
.section-compare .span-pipe:before {
    transform: translateY(-1px);
}

.br-360 {
    display:none;
}

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

/* br */
.br-1200 {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .br-1200 {
        display: block;
    }
}
.br-390{
    display: none;
}
@media only screen and (max-width: 390px){
    .br-390{
        display: block;
    }
}
@media only screen and (max-width: 340px) {
    .xsmall-hide{
           display: none;
    }
}

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

@media screen and (min-width: 320px) and (max-width: 355px) {
    .custom-br{
          display: none;
    }
}

br.small-custom {
    display: block;
}

@media only screen and (max-width: 414px) {
    br.small-custom {
        display: none;
    }
}

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

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


/* Screen Localization */

/* hero */
.section-hero .hero-container .hero-image {
    background-repeat: no-repeat;
    background-image:url(/kr/iphone/switch/images/overview/hero__coiius911fau_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .section-hero .hero-container .hero-image {
        background-image:url(/kr/iphone/switch/images/overview/hero__coiius911fau_large_2x.jpg);
    }
}

@media only screen and (max-width: 1068px) {
    .section-hero .hero-container .hero-image {
        background-repeat: no-repeat;
        background-image:url(/kr/iphone/switch/images/overview/hero__coiius911fau_medium.jpg);
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-hero .hero-container .hero-image {
        background-image:url(/kr/iphone/switch/images/overview/hero__coiius911fau_medium_2x.jpg);
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .hero-container .hero-image {
        background-repeat: no-repeat;
        background-image:url(/kr/iphone/switch/images/overview/hero__coiius911fau_small.jpg);
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-hero .hero-container .hero-image {
        background-image:url(/kr/iphone/switch/images/overview/hero__coiius911fau_small_2x.jpg);
    }
}

/* appstore */
.section-features .image-appstore {
    background-image: url(/kr/iphone/switch/images/overview/app_store__fy6opyro5maa_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .section-features .image-appstore {
        background-image:url(/kr/iphone/switch/images/overview/app_store__fy6opyro5maa_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .section-features .image-appstore {
        background-image:url(/kr/iphone/switch/images/overview/app_store__fy6opyro5maa_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-features .image-appstore {
        background-image:url(/kr/iphone/switch/images/overview/app_store__fy6opyro5maa_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .section-features .image-appstore {
        background-image:url(/kr/iphone/switch/images/overview/app_store__fy6opyro5maa_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-features .image-appstore {
        background-image:url(/kr/iphone/switch/images/overview/app_store__fy6opyro5maa_small_2x.jpg)
    }
}

/* connectivity */
.section-features .image-connectivity {
    background-image: url(/kr/iphone/switch/images/overview/connectivity__cymv40w2dcwi_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .section-features .image-connectivity {
        background-image:url(/kr/iphone/switch/images/overview/connectivity__cymv40w2dcwi_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .section-features .image-connectivity {
        background-image:url(/kr/iphone/switch/images/overview/connectivity__cymv40w2dcwi_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-features .image-connectivity {
        background-image:url(/kr/iphone/switch/images/overview/connectivity__cymv40w2dcwi_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .section-features .image-connectivity {
        background-image:url(/kr/iphone/switch/images/overview/connectivity__cymv40w2dcwi_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-features .image-connectivity {
        background-image:url(/kr/iphone/switch/images/overview/connectivity__cymv40w2dcwi_small_2x.jpg)
    }
}

/* move to ios */
.section-features .image-move {
    background-image: url(/kr/iphone/switch/images/overview/move_to_ios__ewwa53yg1mie_large.jpg);
}

.section-features .tile-move.panel-show .image-move {
    bottom: 1px;
}

@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) {
    .section-features .image-move {
        background-image:url(/kr/iphone/switch/images/overview/move_to_ios__ewwa53yg1mie_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .section-features .image-move {
        background-image:url(/kr/iphone/switch/images/overview/move_to_ios__ewwa53yg1mie_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-features .image-move {
        background-image:url(/kr/iphone/switch/images/overview/move_to_ios__ewwa53yg1mie_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .section-features .image-move {
        background-image:url(/kr/iphone/switch/images/overview/move_to_ios__ewwa53yg1mie_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-features .image-move {
        background-image:url(/kr/iphone/switch/images/overview/move_to_ios__ewwa53yg1mie_small_2x.jpg)
    }
}

/* seamless */
.section-features .image-seamless {
    background-image:url(/kr/iphone/switch/images/overview/seamless__e38z8yxpidua_large.jpg)
}
@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) {
    .section-features .image-seamless {
        background-image:url(/kr/iphone/switch/images/overview/seamless__e38z8yxpidua_large_2x.jpg)
    }
}
@media only screen and (max-width: 1068px) {
    .section-features .image-seamless {
        background-image:url(/kr/iphone/switch/images/overview/seamless__e38z8yxpidua_medium.jpg)
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-features .image-seamless {
        background-image:url(/kr/iphone/switch/images/overview/seamless__e38z8yxpidua_medium_2x.jpg)
    }
}
@media only screen and (max-width: 734px) {
    .section-features .image-seamless {
        background-image:url(/kr/iphone/switch/images/overview/seamless__e38z8yxpidua_small.jpg)
    }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-features .image-seamless {
        background-image:url(/kr/iphone/switch/images/overview/seamless__e38z8yxpidua_small_2x.jpg)
    }
}

/* apple store */
.section-features .image-apple-store{
    width: 1400px;
    height: 550px;
    background-size: 1400px 550px;
    background-repeat: no-repeat;
    background-image: url(/kr/iphone/switch/images/overview/buy_online__fu1vbt65w56q_large.jpg);
}
@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){
    .section-features .image-apple-store{
        background-image: url(/kr/iphone/switch/images/overview/buy_online__fu1vbt65w56q_large_2x.jpg);
    }
}
@media only screen and (max-width: 1068px){
    .section-features .image-apple-store{
        width: 733px;
        height: 400px;
        background-size: 733px 400px;
        background-repeat: no-repeat;
        background-image: url(/kr/iphone/switch/images/overview/buy_online__fu1vbt65w56q_medium.jpg);
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi){
    .section-features .image-apple-store{
        background-image: url(/kr/iphone/switch/images/overview/buy_online__fu1vbt65w56q_medium_2x.jpg);
    }
}
@media only screen and (max-width: 734px){
    .section-features .image-apple-store{
        width: 414px;
        height: 358px;
        background-size: 414px 358px;
        background-repeat: no-repeat;
        background-image: url(/kr/iphone/switch/images/overview/buy_online__fu1vbt65w56q_small.jpg);
    }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi){
    .section-features .image-apple-store{
        background-image: url(/kr/iphone/switch/images/overview/buy_online__fu1vbt65w56q_small_2x.jpg);
    }
}

/* safety */
.section-features .image-safety {
    width: 1400px;
    height: 550px;
    background-size: 1400px 550px;
    background-repeat: no-repeat;
    background-image:url(/kr/iphone/switch/images/overview/safety__bxliv7ldxziq_large.jpg)
}
@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) {
    .section-features .image-safety {
        background-image:url(/kr/iphone/switch/images/overview/safety__bxliv7ldxziq_large_2x.jpg)
    }
}
@media only screen and (max-width: 1068px) {
    .section-features .image-safety {
        width: 733px;
        height: 400px;
        background-size: 733px 400px;
        background-repeat: no-repeat;
        background-image:url(/kr/iphone/switch/images/overview/safety__bxliv7ldxziq_medium.jpg)
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-features .image-safety {
        background-image:url(/kr/iphone/switch/images/overview/safety__bxliv7ldxziq_medium_2x.jpg)
    }
}
@media only screen and (max-width: 734px) {
    .section-features .image-safety {
        width: 414px;
        height: 358px;
        background-size: 414px 358px;
        background-repeat: no-repeat;
        background-image:url(/kr/iphone/switch/images/overview/safety__bxliv7ldxziq_small.jpg)
    }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-features .image-safety {
        background-image:url(/kr/iphone/switch/images/overview/safety__bxliv7ldxziq_small_2x.jpg)
    }
}

/* personalize */
.section-features .image-personalize {
    background-image:url(/kr/iphone/switch/images/overview/personalize__d1u017c80gmu_large.jpg)
}

@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) {
    .section-features .image-personalize {
        background-image:url(/kr/iphone/switch/images/overview/personalize__d1u017c80gmu_large_2x.jpg)
    }
}
@media only screen and (max-width: 1068px) {
    .section-features .image-personalize {
        background-image:url(/kr/iphone/switch/images/overview/personalize__d1u017c80gmu_medium.jpg)
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-features .image-personalize {
        background-image:url(/kr/iphone/switch/images/overview/personalize__d1u017c80gmu_medium_2x.jpg)
    }
}
@media only screen and (max-width: 734px) {
    .section-features .image-personalize {
        background-image:url(/kr/iphone/switch/images/overview/personalize__d1u017c80gmu_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-features .image-personalize {
        background-image:url(/kr/iphone/switch/images/overview/personalize__d1u017c80gmu_small_2x.jpg)
    }
}
@media only screen and (max-width:734px) {
    .tile-battery .tile-headline {
        max-width: 276px;
        margin-left: auto;
        margin-right: auto
    }
}

.image-apple-intelligence {
    background-image: url(/kr/iphone/switch/images/overview/apple_intelligence__wd56e4hrlv6u_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .image-apple-intelligence {
        background-image:url(/kr/iphone/switch/images/overview/apple_intelligence__wd56e4hrlv6u_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .image-apple-intelligence {
        background-image:url(/kr/iphone/switch/images/overview/apple_intelligence__wd56e4hrlv6u_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .image-apple-intelligence {
        background-image:url(/kr/iphone/switch/images/overview/apple_intelligence__wd56e4hrlv6u_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .image-apple-intelligence {
        background-image:url(/kr/iphone/switch/images/overview/apple_intelligence__wd56e4hrlv6u_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .image-apple-intelligence {
        background-image:url(/kr/iphone/switch/images/overview/apple_intelligence__wd56e4hrlv6u_small_2x.jpg)
    }
}



/* chip */
.section-features .image-chip {
    background-image: url(/kr/iphone/switch/images/overview/chip__dkculpbo8p6q_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .section-features .image-chip {
        background-image:url(/kr/iphone/switch/images/overview/chip__dkculpbo8p6q_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .section-features .image-chip {
        background-image:url(/kr/iphone/switch/images/overview/chip__dkculpbo8p6q_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-features .image-chip {
        background-image:url(/kr/iphone/switch/images/overview/chip__dkculpbo8p6q_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .section-features .image-chip {
        background-image:url(/kr/iphone/switch/images/overview/chip__dkculpbo8p6q_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-features .image-chip {
        background-image:url(/kr/iphone/switch/images/overview/chip__dkculpbo8p6q_small_2x.jpg)
    }
}

/* tile-environment, buystrip */
.section-buystrip-hero .buystrip-hero .help {
    margin-top: 0;
}

@media only screen and (min-width: 735px) {
    .section-buystrip-hero .buystrip-hero .help {
        grid-column: span 6;
    }
}

/* tile move  */
.section-tiles .tile-move .tile-content{
    min-height: 550px;
}

@media only screen and (max-width: 1068px){
    .section-tiles .tile-move .tile-content{
        min-height: 400px;
    }
}

@media only screen and (max-width: 734px){
    .section-tiles .tile-move .tile-content{
        min-height: 373px;
    }
    .tile-move .tile-copyblock .tile-headline{
        max-width:270px;
    }
    .tile-imessage .tile-copyblock{
        padding: 0 23px;
    }
    .tile-move .tile-copyblock{
        margin-bottom: 220px;
    }
}

/* tile durability */
@media only screen and (max-width: 734px){
    .tile-durability .tile-headline{
        max-width: 274px;
    }
}

/* tite chip */
.tile-chip .tile-headline{
    max-width:318px;
}

@media only screen and (max-width: 734px){
    .tile-chip .tile-headline{
        max-width:226px;
    }
}

/* tile trade in */
@media only screen and (min-width: 1068px){
    .tile-trade-in .tile-headline{
        max-width:459px;
    }
}

@media only screen and (min-width: 340px) and (max-width: 735px){
    .tile-trade-in .tile-headline{
        max-width:325px;
    }
}


/* tile camera */
@media only screen and (max-width: 1120px) {
    .tile-camera .tile-headline {
        /* This special media query is needed so that headline would not cover over face;
        when the image changes, it is safe to remove this.
        @since 2024-09 */
        max-width: 364px;
    }
}

/* section-compare */
.section-compare .links-stacked {
	display: flex;
    justify-content: center;
    align-items: baseline;
}

@media only screen and (max-width: 330px) {
	.section-tiles .tile-trade-in .tile-content {
		min-height: 368px;
	}
}

@media only screen and (max-width: 734px) {
    .section-compare .links-stacked {
        display: block;
    }
}

@media only screen and (min-width: 735px) and (max-width: 1068px){
    .grid-wrapper-alt-line-wrap .tile-apple-store .tile-headline {
        max-width: 290px;
    }
}

@media only screen and (max-width: 734px) {
    .section-compare .links-stacked {
        display: block;
    }
}

/* section-features */
@media only screen and (max-width: 734px) {
    .section-features .tile-privacy .tile-cta.typography-tile-copy{
        width:200px;
    }
}

@media only screen and (max-width: 350px) {
    .tile-trade-in .tile-headline {
        max-width: 350px;
    }

    .section-tiles .tile-trade-in .tile-copyblock {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 330px) {
    .section-tiles .tile-trade-in .tile-copyblock {
        padding: 0 20px;
    }
}

/* compare section face id layout */
.section-compare .without-cellular .authentication{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 1068px) {
    .section-compare .without-cellular .authentication{
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 734px) {
    .section-compare .without-cellular .authentication{
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}


/* compare section link margin-top */
.section-compare .links-stacked{
    margin-top: 42px;
}

@media only screen and (max-width: 1068px) {
    .section-compare .links-stacked{
        margin-top: 42px;
    }
}

@media only screen and (max-width: 734px) {
    .section-compare .links-stacked{
        margin-top: 34px;
    }
}

/* apple store card layout */
.tile-apple-store .tile-copyblock{
    text-align: right;
}

.tile-apple-store .tile-headline{
    margin-right: unset;
}

@media only screen and (max-width: 734px) {
    .tile-apple-store .tile-copyblock{
        text-align: left;
    }
    
    .tile-apple-store .tile-headline{
        margin-right: 0;
        margin-left: unset;
    }
}

/* privacy tile copy fix */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .tile-privacy .typography-privacy-headline {
        word-break: break-word;
    }
}
@media only screen and (max-width: 414px) {
    .tile-privacy .typography-privacy-headline {
        word-break: break-word;
    }
}
@media only screen and (min-width: 1069px) {
    .tile-privacy .typography-privacy-headline {
        width: 250px;
    }
}
@media only screen and (max-width: 1068px) {
    .tile-privacy .typography-privacy-headline {
        width: 177px;
    }
    .tile-privacy .tile-image {
        bottom:0;
    }
}
@media only screen and (max-width: 734px) {
    .tile-privacy .typography-privacy-headline {
        width: 177px;
    }
}
@media only screen and (max-width: 414px) {
    .tile-privacy .typography-privacy-headline {
        width: 107px;
    }
}

/* compare camera cell */
.section-compare .feature-null-secondary.two-lines {
    height: 22px;
}
.section-compare .feature-null-secondary.small-two-lines {
    height: 22px;
    margin-top: 0;
}
.section-compare .feature-null-secondary.camera-feature-null {
    top:0;
}
.section-compare .feature-null-secondary.custom-null {
    height: 44px;
}
.section-compare .feature-null-secondary.custom-null::before {
    top:22px;
}
.section-compare .feature-null-secondary.xsmall-two-lines{
    display: none;
}
@media only screen and (max-width: 734px){
    .section-compare .iphone-15.camera .feature-null-secondary.two-lines {
        display: none;
    }
}
@media only screen and (max-width: 372px) {
    .section-compare .feature-null-secondary.xsmall-two-lines{
        display: block;
        height: 22px;
    }
}

/* section-compare Apple Intelligence position Geo-alt(Group 3) */
.section-compare .iphone-16-pro.intelligence {
    grid-area: iphone-16-pro-apple-intelligence;

}
.section-compare .iphone-16.intelligence {
    grid-area: iphone-16-apple-intelligence;

}
.section-compare .iphone-16e.intelligence {
    grid-area: iphone-16e-apple-intelligence;

}
.section-compare .iphone-15.intelligence {
    grid-area: iphone-15-apple-intelligence;

}

.section-compare .compare-table {
    grid-template-areas: "iphone-16-pro-device iphone-16-device iphone-16e-device iphone-15-device" 
    "iphone-16-pro-display iphone-16-display iphone-16e-display iphone-15-display" 
    "iphone-16-pro-design iphone-16-design iphone-16e-design iphone-15-design"  
    "iphone-16-pro-apple-intelligence iphone-16-apple-intelligence iphone-16e-apple-intelligence iphone-15-apple-intelligence"
    "iphone-16-pro-chip iphone-16-chip iphone-16e-chip iphone-15-chip"
    "iphone-16-pro-camera-control iphone-16-camera-control iphone-16e-camera-control iphone-15-camera-control" 
    "iphone-16-pro-camera iphone-16-camera iphone-16e-camera iphone-15-camera" 
    "iphone-16-pro-zoom iphone-16-zoom iphone-16e-zoom iphone-15-zoom" 
    "iphone-16-pro-dynamic-island iphone-16-dynamic-island iphone-16e-dynamic-island iphone-15-dynamic-island" 
    "iphone-16-pro-sos iphone-16-sos iphone-16e-sos iphone-15-sos" 
    "iphone-16-pro-battery iphone-16-battery iphone-16e-battery iphone-15-battery" 
    "iphone-16-pro-connectivity iphone-16-connectivity iphone-16e-connectivity iphone-15-connectivity" 
    "iphone-16-pro-authentication iphone-16-authentication iphone-16e-authentication iphone-15-authentication"
}

@media only screen and (max-width: 1068px) {
    .section-compare .compare-table {
        grid-template-areas: "iphone-16-pro-device iphone-16-device" 
        "iphone-16-pro-display iphone-16-display" 
        "iphone-16-pro-design iphone-16-design"  
        "iphone-16-pro-apple-intelligence iphone-16-apple-intelligence" 
        "iphone-16-pro-chip iphone-16-chip"
        "iphone-16-pro-camera-control iphone-16-camera-control" 
        "iphone-16-pro-camera iphone-16-camera" 
        "iphone-16-pro-zoom iphone-16-zoom" 
        "iphone-16-pro-dynamic-island iphone-16-dynamic-island" 
        "iphone-16-pro-sos iphone-16-sos" 
        "iphone-16-pro-battery iphone-16-battery" 
        "iphone-16-pro-connectivity iphone-16-connectivity" 
        "iphone-16-pro-authentication iphone-16-authentication" 
        "iphone-16e-device iphone-15-device" 
        "iphone-16e-display iphone-15-display" 
        "iphone-16e-design iphone-15-design"  
        "iphone-16e-apple-intelligence iphone-15-apple-intelligence" 
        "iphone-16e-chip iphone-15-chip"
        "iphone-16e-camera-control iphone-15-camera-control" 
        "iphone-16e-camera iphone-15-camera" 
        "iphone-16e-zoom iphone-15-zoom" 
        "iphone-16e-dynamic-island iphone-15-dynamic-island" 
        "iphone-16e-sos iphone-15-sos" 
        "iphone-16e-battery iphone-15-battery" 
        "iphone-16e-connectivity iphone-15-connectivity" 
        "iphone-16e-authentication iphone-15-authentication"
    }
}

html.text-zoom .section-compare .compare-table {
    grid-template-areas: 
    "iphone-16-pro-device iphone-16-device" 
    "iphone-16-pro-display iphone-16-display" 
    "iphone-16-pro-design iphone-16-design"  
    "iphone-16-pro-apple-intelligence iphone-16-apple-intelligence" 
    "iphone-16-pro-chip iphone-16-chip"
    "iphone-16-pro-camera-control iphone-16-camera-control" 
    "iphone-16-pro-camera iphone-16-camera" 
    "iphone-16-pro-zoom iphone-16-zoom" 
    "iphone-16-pro-dynamic-island iphone-16-dynamic-island" 
    "iphone-16-pro-sos iphone-16-sos" 
    "iphone-16-pro-battery iphone-16-battery" 
    "iphone-16-pro-connectivity iphone-16-connectivity" 
    "iphone-16-pro-authentication iphone-16-authentication" 
    "iphone-16e-device iphone-15-device" 
    "iphone-16e-display iphone-15-display" 
    "iphone-16e-design iphone-15-design"  
    "iphone-16e-apple-intelligence iphone-15-apple-intelligence" 
    "iphone-16e-chip iphone-15-chip"
    "iphone-16e-camera-control iphone-15-camera-control" 
    "iphone-16e-camera iphone-15-camera" 
    "iphone-16e-zoom iphone-15-zoom" 
    "iphone-16e-dynamic-island iphone-15-dynamic-island" 
    "iphone-16e-sos iphone-15-sos" 
    "iphone-16e-battery iphone-15-battery" 
    "iphone-16e-connectivity iphone-15-connectivity" 
    "iphone-16e-authentication iphone-15-authentication"
}

/* tile plus button cutting upper fix */
@media only screen and (max-width: 734px) {
    .section-tiles .tile-chip .tile-button .icon {
        margin-top: 1px;
    }
}

/* tile-connectivity layout */
.section-tiles .tile-connectivity .tile-content,
.section-tiles .tile-privacy .tile-content{
    min-height: 580px;
}

@media only screen and (max-width:1068px){
    .section-tiles .tile-connectivity .tile-content,
    .section-tiles .tile-privacy .tile-content{
        min-height: 400px;
    }
}

@media only screen and (max-width: 734px) {
    .section-tiles .tile-connectivity .tile-content {
        min-height: 380px;
    }
}

@media only screen and (max-width: 734px) {
    .tile-environment .tile-content {
          min-height: 358px !important;
     }
     .tile-seamless .tile-content {
         min-height: 358px;
     }
 }

 /* apple pay */
 .image-apple-pay {
    background-image: url(/kr/iphone/switch/images/overview/apple_pay__btshkbhzhlqq_large.jpg);
    width: 722px;
    height: 506px;
    background-size: 722px 506px;
    background-repeat: no-repeat;
}
@media only screen and (min-width:1069px){
     .image-apple-pay{
        max-width: calc(-262.48787px + 82.43666vw);
        right: 0;
        bottom: 0;
    }
}

@media only screen and (max-width:1068px){
    .image-apple-pay{
        max-width: 462px;
        bottom: 0;
        right: 0;
    }
}

@media only screen and (max-width:734px){
    .image-apple-pay{
        height: 182px;
        background-repeat: no-repeat;
    }
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .image-apple-pay {
        background-image:url(/kr/iphone/switch/images/overview/apple_pay__btshkbhzhlqq_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .image-apple-pay {
        width: 481px;
        height: 352px;
        background-size: 481px 352px;
        background-repeat: no-repeat;
        background-image:url(/kr/iphone/switch/images/overview/apple_pay__btshkbhzhlqq_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .image-apple-pay {
        background-image:url(/kr/iphone/switch/images/overview/apple_pay__btshkbhzhlqq_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .image-apple-pay {
        background-size: contain;
        background-position: bottom;
        max-width: 414px;
        width: 100%;
        height: 236px;
        bottom: 0;
        right: 0;
        background-image:url(/kr/iphone/switch/images/overview/apple_pay__btshkbhzhlqq_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .image-apple-pay {
        background-image:url(/kr/iphone/switch/images/overview/apple_pay__btshkbhzhlqq_small_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .section-tiles .tile-apple-pay .tile-content{
        min-height: 400px;
    }
}

@media only screen and (max-width:734px){
    .section-tiles .tile-apple-pay .tile-copyblock{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}