/* icon */
.icon-wrapper .icon,
.icon-wrapper .more::after,
.icon-wrapper .icon-before::before,
.icon-wrapper .icon-after::after {
  position: relative;
  top: -0.04em;
}

#ac-globalfooter .ac-gf-more:after {
  position: relative;
  top: -0.08em;
}

/* br */
.xsmall {
    display: none;
}

/* hero */
@media only screen and (max-width: 734px){
    .section-hero .section-content {
        max-width: 455px;
    }
}

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

/* line-height*/
.typography-custom-copy {
    line-height: 1.4;
}

/* workout alt */

.grid-item.grid-item-workout {
    --tile-header-orientation: center;
    --tile-orientation: row;
}

.grid-item.grid-item-workout .tile-content {
    flex-direction: unset;
}

.grid-item.grid-item-workout .tile-body {
    margin-top: 0px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: var(--tile-padding-right);
    padding-left: var(--tile-padding-left);
}

.grid-item.grid-item-workout .tile-header {
    order: 2;
    padding: 30px;
    justify-content: center;
}

@media only screen and (max-width: 734px) {
    .grid-item.grid-item-workout .tile-content {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 734px) {
    .grid-item.grid-item-workout .tile-body {
        padding: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1068px) {
    .grid-item.grid-item-workout .tile-header {
        justify-content: center;
    }
}

@media only screen and (max-width: 734px) {
    .grid-item.grid-item-workout .tile-header {
        padding-top: 50px;
        padding-bottom: 45px;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 734px) {
    .grid-item.grid-item-workout .tile-header {
        z-index: 1;
        padding: 50px 0 0 30px;
        justify-content: left;
    }
}

@media only screen and (max-width: 734px) {
    .grid-item.grid-item-workout {
        --tile-padding-top: 50px;
        --tile-padding-left: var(--tile-padding);
        --tile-padding-right: var(--tile-padding);
        min-height: 550px;
    }
}

@media only screen and (max-width: 734px) {
    .grid-item.grid-item-workout .tile-content {
        justify-content: center;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 734px) {
    .grid-item.grid-item-workout .tile-position-media-left {
        height: 550px;
    }
}

@media only screen and (max-width: 734px) {
    .grid-item.grid-item-workout .tile-headline {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 734px) {
    .grid-item.grid-item-workout .tile-body {
        margin-top: -190px;
        padding: 0;
    }
}

.grid-item.grid-item-workout .inline-video-container {
    width: 694px;
    height: 580px;
}

@media only screen and (max-width: 1068px) {
    .grid-item.grid-item-workout .inline-video-container {
        width: 415px;
        height: 340px;
        margin-left: 25px;
    }
}

@media only screen and (max-width: 734px) {
    .grid-item.grid-item-workout .inline-video-container {
        width: 346px;
        height: 524px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .grid-item.grid-item-workout .inline-video-container .start-frame {
        width: 415px;
        height: 340px;
        background-size: 415px 340px;
    }
}

@media only screen and (max-width: 734px) {
    .grid-item.grid-item-workout .inline-video-container .start-frame {
        width: 346px;
        height: 524px;
        background-size: 346px 524px;
    }
}

/* trade-in */
@media only screen and (min-width: 1069px) {
    .section-routers .tile-trade-in .copy-container {
        max-width: 479px;
    }
    .section-routers .tile-trade-in.tile-trade-in-full .tile-content {
        grid-template-columns: minmax(470px,680px) 1fr min-content;
    }
}

@media only screen and (max-width: 1068px) {
    .section-routers .tile-trade-in.tile-trade-in-full .copy-container {
        min-width: 305px;
    }
    .section-routers .tile-trade-in.tile-trade-in-full .tile-content{
        grid-template-columns: minmax(15px,68px) minmax(300px,408px) min-content;
    }
}

@media only screen and (max-width: 734px) {
    .section-routers .tile-trade-in.tile-trade-in-full .copy-container {
        min-width: 330px;
    }
}

@media only screen and (max-width: 350px) {
    .section-routers .tile-trade-in.tile-trade-in-full .copy-container {
        min-width: unset;
    }
}

/* environment */
@media only screen and (min-width: 735px) and (max-width: 780px){
    .grid-item-environment .tile-copy {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 1068px) and (min-width: 735px){
    .section-content {
        padding: 0
    }
}

@media only screen and (max-width:1068px) {
    .tile-environment {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width:734px) {
    .tile-environment {
        margin-bottom: 50px;
    }
}

/* compare image*/

.section-shared-compare .compare-item-s8.device .compare-item-image {
    background-image:url(/kr/apple-watch-se/i/images/compare/compare_s8__egedrzcmeree_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-shared-compare .compare-item-s8.device .compare-item-image {
        background-image:url(/kr/apple-watch-se/i/images/compare/compare_s8__egedrzcmeree_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .section-shared-compare .compare-item-s8.device .compare-item-image {
        background-image:url(/kr/apple-watch-se/i/images/compare/compare_s8__egedrzcmeree_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-shared-compare .compare-item-s8.device .compare-item-image {
        background-image:url(/kr/apple-watch-se/i/images/compare/compare_s8__egedrzcmeree_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .section-shared-compare .compare-item-s8.device .compare-item-image {
        background-image:url(/kr/apple-watch-se/i/images/compare/compare_s8__egedrzcmeree_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-shared-compare .compare-item-s8.device .compare-item-image {
        background-image:url(/kr/apple-watch-se/i/images/compare/compare_s8__egedrzcmeree_small_2x.jpg)
    }
}

.section-shared-compare .compare-item-se.device .compare-item-image {
    background-image: url(/kr/apple-watch-se/i/images/compare/compare_se__bi6lhlmo21bm_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-shared-compare .compare-item-se.device .compare-item-image {
        background-image:url(/kr/apple-watch-se/i/images/compare/compare_se__bi6lhlmo21bm_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .section-shared-compare .compare-item-se.device .compare-item-image {
        background-image:url(/kr/apple-watch-se/i/images/compare/compare_se__bi6lhlmo21bm_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-shared-compare .compare-item-se.device .compare-item-image {
        background-image:url(/kr/apple-watch-se/i/images/compare/compare_se__bi6lhlmo21bm_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .section-shared-compare .compare-item-se.device .compare-item-image {
        background-image:url(/kr/apple-watch-se/i/images/compare/compare_se__bi6lhlmo21bm_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-shared-compare .compare-item-se.device .compare-item-image {
        background-image:url(/kr/apple-watch-se/i/images/compare/compare_se__bi6lhlmo21bm_small_2x.jpg)
    }
}

.section-shared-compare .compare-item-ultra.device .compare-item-image {
    background-image: url(/kr/apple-watch-se/i/images/compare/compare_ultra__f40xhcuufpm6_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-shared-compare .compare-item-ultra.device .compare-item-image {
        background-image:url(/kr/apple-watch-se/i/images/compare/compare_ultra__f40xhcuufpm6_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .section-shared-compare .compare-item-ultra.device .compare-item-image {
        background-image:url(/kr/apple-watch-se/i/images/compare/compare_ultra__f40xhcuufpm6_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-shared-compare .compare-item-ultra.device .compare-item-image {
        background-image:url(/kr/apple-watch-se/i/images/compare/compare_ultra__f40xhcuufpm6_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .section-shared-compare .compare-item-ultra.device .compare-item-image {
        background-image:url(/kr/apple-watch-se/i/images/compare/compare_ultra__f40xhcuufpm6_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-shared-compare .compare-item-ultra.device .compare-item-image {
        background-image:url(/kr/apple-watch-se/i/images/compare/compare_ultra__f40xhcuufpm6_small_2x.jpg)
    }
}

.grid-item.grid-item-workout .inline-video-container .start-frame {
    background-image: url(/kr/apple-watch-se/i/images/overview/workout/workouts_startframe__cfdg94b0n7iu_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) {
    .grid-item.grid-item-workout .inline-video-container .start-frame {
        background-image: url(/kr/apple-watch-se/i/images/overview/workout/workouts_startframe__cfdg94b0n7iu_large_2x.jpg);
    }
}

@media only screen and (max-width:1068px) {
    .grid-item.grid-item-workout .inline-video-container .start-frame {
        background-image: url(/kr/apple-watch-se/i/images/overview/workout/workouts_startframe__cfdg94b0n7iu_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) {
    .grid-item.grid-item-workout .inline-video-container .start-frame {
        background-image: url(/kr/apple-watch-se/i/images/overview/workout/workouts_startframe__cfdg94b0n7iu_medium_2x.jpg);
    }
}

@media only screen and (max-width:734px) {
    .grid-item.grid-item-workout .inline-video-container .start-frame {
        background-image: url(/kr/apple-watch-se/i/images/overview/workout/workouts_startframe__cfdg94b0n7iu_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) {
    .grid-item.grid-item-workout .inline-video-container .start-frame {
        background-image: url(/kr/apple-watch-se/i/images/overview/workout/workouts_startframe__cfdg94b0n7iu_small_2x.jpg);
    }
}

.grid-item.grid-item-workout .inline-video-container .end-frame {
    background-image: url(/kr/apple-watch-se/i/images/overview/workout/workouts_endframe__fpeezijokj2a_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) {
    .grid-item.grid-item-workout .inline-video-container .end-frame {
        background-image: url(/kr/apple-watch-se/i/images/overview/workout/workouts_endframe__fpeezijokj2a_large_2x.jpg);
    }
}

@media only screen and (max-width:1068px) {
    .grid-item.grid-item-workout .inline-video-container .end-frame {
        background-image: url(/kr/apple-watch-se/i/images/overview/workout/workouts_endframe__fpeezijokj2a_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) {
    .grid-item.grid-item-workout .inline-video-container .end-frame {
        background-image: url(/kr/apple-watch-se/i/images/overview/workout/workouts_endframe__fpeezijokj2a_medium_2x.jpg);
    }
}

@media only screen and (max-width:734px) {
    .grid-item.grid-item-workout .inline-video-container .end-frame {
        background-image: url(/kr/apple-watch-se/i/images/overview/workout/workouts_endframe__fpeezijokj2a_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) {
    .grid-item.grid-item-workout .inline-video-container .end-frame {
        background-image: url(/kr/apple-watch-se/i/images/overview/workout/workouts_endframe__fpeezijokj2a_small_2x.jpg);
    }
}