/* icon align */
.icon-wrapper .icon-after:after,
.icon-wrapper .icon-before:before,
.icon-wrapper .more:not(.icon-before):after {
    position: relative;
    top: -0.06em
}

.icon-wrapper .icon.icon-after.icon-playcircle::after, 
.icon-wrapper .icon.icon-before.icon-playcircle::before {
    top: 0;
}

.small-hide {
    display: block;
}

.small-custom {
    display: none;
}

@media only screen and (min-width:582px) {
    .small.upto-581 {
        display: none;
    }
}

@media only screen and (max-width: 620px) and (min-width: 486px){
    .small-custom {
        display: block;
    }
}

.section-hero .hero-badge {
    margin-top: 6px;
}

.section-hero .hero-subhead-container .film-link {
    height: 27px;
}

@media only screen and (max-width: 734px){
    .small-hide {
        display: none;
    }
}

.section-privacy .typography-section-headline.section-headline {
    width: 540px;
}

@media only screen and (max-width: 1068px){
    .section-privacy .typography-section-headline.section-headline {
        width: 400px;
    }
}

@media only screen and (max-width:734px) {
    .section-privacy .typography-section-headline.section-headline {
        max-width: 100%;
    }
}


@media only screen and (min-width: 1069px){
    .section-compatibility .compatibility-copy .copy-container {
        max-width: 50ch;
    }    
}

@media only screen and (max-width:734px) {
    .section-privacy .privacy-list li {
        background-position: 0 1px;
    }    
}


.section-sdk .section-content {
    max-width: 560px;   
}


/* kr alt disclaimer copy */
.typography-geo-alt-disclaimer {
    color: #86868b;
    font-weight: 600;
    margin-top: 22px;
}

.section-hero .hero-final-products .typography-geo-alt-disclaimer {
    white-space: nowrap;
    margin: 10% 0 0 146%;
    text-align: center;
}
@media only screen and (max-width: 1068px) {
    .section-hero .hero-final-products .typography-geo-alt-disclaimer {
        margin: 10% 0 0 30%;
    }
}
@media only screen and (max-width: 734px) {
    .section-hero .hero-final-products .typography-geo-alt-disclaimer {
        grid-column: 2/3;
        margin: 5% 0 0 -42%;
        white-space: initial;
        width: 100%;
    }
}
@media only screen and (max-width: 450px) {
    .section-hero .hero-final-products .typography-geo-alt-disclaimer {
        grid-column: 2/3;
        margin: 5% 0 0 -29%;
        white-space: initial;
        width: 75%;
    }
}
@media only screen and (max-width: 360px) {
    .section-hero .hero-final-products .typography-geo-alt-disclaimer {
        grid-column: 2/3;
        margin: 5% 0 0 -17%;
        white-space: initial;
        width: 50%;
    }
}
html.no-js .section-hero .hero-final-products .typography-geo-alt-disclaimer {
    white-space: initial;
    margin: 0;
    grid-column: 2;
    grid-row: 3;
}

.section-images .section-header .typography-geo-alt-disclaimer {
    margin-top: 2%;
    text-align: right;
    width: 93%;
}
@media only screen and (max-width: 1068px) {
    .section-images .section-header .typography-geo-alt-disclaimer {
        margin-top: 2%;
        text-align: center;
        width: 100%;
    }
}
@media only screen and (max-width: 734px) {
    .section-images .section-header .typography-geo-alt-disclaimer {
        width: 87.5vw;
    }
}

/* hero copy */
@media only screen and (min-width: 1069px) and (max-height: 870px) {
    html.hero-enhance-xp .section-hero .hero-final-products .typography-geo-alt-disclaimer {
        margin: 10% 0 0 20%;
        transform: translate(6%, -500px);
        white-space: initial;
        grid-column: 2/3;
    }
}
@media only screen and (max-width: 734px) and (max-height: 700px) {
    html.no-touch.hero-enhance-xp .section-hero .hero-final-products .typography-geo-alt-disclaimer {
        transform: translate(0%,-360px);
    }
}

html.hero-enhance-xp .section-hero #overview-hero-ipad-1 {
    transform: none !important;
}

/* no js fix */
@media only screen and (min-width: 735px) {
    html.no-js .section-hero .hero-final-products {
        margin-inline-start: 0;
    }
    html.no-js .section-hero .hero-final-iphone {
        grid-column: 1/2;
    }
}

@media only screen and (min-width:735px) and (max-width:745px) {
    .section-experience-ai .tile-content {
        padding-right: 22px;
    }
}

/* hands-on section line-height fix */
@media only screen and (min-width: 1069px) {
    .section-hands-on .typography-gallery-headline:lang(ko) {
        line-height: 1.2375;
    }
}
@media only screen and (max-width: 734px) {
    .section-hands-on .typography-gallery-headline:lang(ko) {
        line-height: 1.30952381;
    }
}
