/* icons */
.icon-wrapper .icon, .icon-wrapper .icon-after:after, .icon-wrapper .icon-before:before, .icon-wrapper .more:not(.icon-before):after, .plus-icon {
    position: relative;
}

.icon-after:after, .more:after, .plus-icon {
    top: -0.08em;
}

.icon-playcircle:after, .icon-replay:after, .icon-pausecircle:after {
    top: 0em;
}

em{
    transform: skewX(-8deg);
    display: inline-block;
    margin-right: -.08em;
    text-decoration: inherit;
}

.icon-copy:hover em{
    text-decoration: underline;
}

@media only screen and (min-width:1069px) and (max-width:1249px){
    .typography-blockquote-copy:lang(ko){
        line-height:1.1;
    }
}

.br-1082 {
 display:none;   
}

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

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

/* hero screen */
.overview-hero-hero-ios-2024 {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/hero/hero_ios_2024__bok7srtigc5e_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-hero-hero-ios-2024 {
        background-image:url(/kr/ios/ios-18/images/overview/hero/hero_ios_2024__bok7srtigc5e_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-hero-hero-ios-2024 {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/hero/hero_ios_2024__bok7srtigc5e_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-hero-hero-ios-2024 {
        background-image:url(/kr/ios/ios-18/images/overview/hero/hero_ios_2024__bok7srtigc5e_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-hero-hero-ios-2024 {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/hero/hero_ios_2024__bok7srtigc5e_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-hero-hero-ios-2024 {
        background-image:url(/kr/ios/ios-18/images/overview/hero/hero_ios_2024__bok7srtigc5e_small_2x.jpg)
    }
}

.overview-hero-hero-ios-2024.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/hero/hero_ios_2024__bok7srtigc5e_large.jpg);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-hero-hero-ios-2024.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/hero/hero_ios_2024__bok7srtigc5e_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-hero-hero-ios-2024.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/hero/hero_ios_2024__bok7srtigc5e_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-hero-hero-ios-2024.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/hero/hero_ios_2024__bok7srtigc5e_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-hero-hero-ios-2024.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/hero/hero_ios_2024__bok7srtigc5e_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-hero-hero-ios-2024.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/hero/hero_ios_2024__bok7srtigc5e_small_2x.jpg)
    }
}

/* vacuum tile layout */
.section-home .grid-item-vacuum .blockquote-content{
    align-self: center;
}

.section-home .grid-item-vacuum .blockquote-content .typography-blockquote-copy{
    text-align: left;
}

.overview-home-app-support.use-width{
    max-width: 314px;
}

@media only screen and (max-width:734px){
    .section-home .grid-item-vacuum .blockquote-content{
        align-self: end;
    }

    .section-home .grid-item-vacuum .blockquote-content .typography-blockquote-copy{
        text-align: unset;
        font-size: 40px;
    }

    .overview-home-app-support.use-width{
        max-width: 124px;
    }
}

@media only screen and (min-width:1069px){
    .tile-body-blockquote-fullbleed.grid-item-vacuum .tile-blockquote {
        max-width: unset;
    }

    .tile-body-blockquote-fullbleed.grid-item-vacuum .blockquote-content{
        left: 140px;
    }
}

@media only screen and (min-width:735px)and (max-width:1068px){
    .tile-body-blockquote-fullbleed.grid-item-vacuum .blockquote-content{
        left: 50px;
    }
}

@media only screen and (min-width:735px){
    .section-home .grid-item-vacuum .asset-content{
        align-self: center;
    }
    
    .overview-home-app-support.center{
        left: unset;
        margin-left: 0;
    }
}

@media only screen and (max-width:734px){
    .section-home .grid-item-vacuum .grid{
        grid-row-gap: 20px;
        row-gap: 20px;
    }

    .section-home .grid-item-vacuum .asset-content{
        align-self: start;
    }

    .tile-body-blockquote-fullbleed.grid-item-vacuum .blockquote-content{
        padding-bottom: 0;
    }

    .tile-body-blockquote-fullbleed.grid-item-vacuum .tile-body-blockquote{
        max-width: 243px;
        align-self: center;
    }

    .tile-body-blockquote-fullbleed.grid-item-vacuum .tile-body-blockquote .tile-blockquote .typography-blockquote-copy{
        margin-top: 0;
    }

    .section-home .grid-item-vacuum .blockquote-content .typography-blockquote-copy:lang(ko) {
        line-height: 1.2;
        font-family: SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif;
    }
    
    .overview-home-app-support.center{
        left: unset;
        margin-left: unset;
    }
}

.overview-home-app-support {
    width: 314px;
    height: 239px;
    background-size: 314px 239px;
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/home-app/support__f4i73c3rp2my_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-home-app-support {
        background-image:url(/kr/ios/ios-18/images/overview/home-app/support__f4i73c3rp2my_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-home-app-support {
        width: 236px;
        height: 180px;
        background-size: 236px 180px;
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/home-app/support__f4i73c3rp2my_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-home-app-support {
        background-image:url(/kr/ios/ios-18/images/overview/home-app/support__f4i73c3rp2my_medium_2x.jpg)
    }
}

.overview-home-app-support.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/home-app/support__f4i73c3rp2my_large.jpg);
    background-size: cover;
    width: 100%;
    height: auto;
    background-size: contain !important;
    background-position:50%
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-home-app-support.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/home-app/support__f4i73c3rp2my_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-home-app-support.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/home-app/support__f4i73c3rp2my_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-home-app-support.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/home-app/support__f4i73c3rp2my_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-home-app-support {
        width: 124px;
        height: 94px;
        background-size: 124px 94px;
        background-repeat: no-repeat;
        background-size:cover
    }
}

/* watchos */
.router-item.router-watchos{
    height: 700px;
}

@media only screen and (max-width: 1068px) {
    .router-item.router-watchos{
        height: 540px;
    }
}

@media only screen and (max-width: 734px) {
    .router-item.router-watchos{
        height: unset;
    }
}

.overview-router-watchos.use-width{
    max-width: 612px;
    max-height: 370px;
}

@media only screen and (max-width: 1068px) {
    .overview-router-watchos.use-width{
        max-width: 431px;
        max-height: 269px;
    }
}

.overview-router-watchos {
    width: 612px;
    height: 370px;
    background-size: 612px 370px;
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/router/watchos__ccndqiunydde_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-router-watchos {
        background-image:url(/kr/ios/ios-18/images/overview/router/watchos__ccndqiunydde_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-router-watchos {
        width: 431px;
        height: 269px;
        background-size: 431px 269px;
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/router/watchos__ccndqiunydde_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-router-watchos {
        background-image:url(/kr/ios/ios-18/images/overview/router/watchos__ccndqiunydde_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-router-watchos {
        width: 431px;
        height: 269px;
        background-size: 431px 269px;
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/router/watchos__ccndqiunydde_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-router-watchos {
        background-image:url(/kr/ios/ios-18/images/overview/router/watchos__ccndqiunydde_small_2x.jpg)
    }
}

.overview-router-watchos.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/router/watchos__ccndqiunydde_large.jpg);
    background-size: cover;
    width: 100%;
    height: auto;
    background-size: contain !important;
    background-position:50%
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-router-watchos.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/router/watchos__ccndqiunydde_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-router-watchos.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/router/watchos__ccndqiunydde_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-router-watchos.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/router/watchos__ccndqiunydde_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-router-watchos.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/router/watchos__ccndqiunydde_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-router-watchos.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/router/watchos__ccndqiunydde_small_2x.jpg)
    }
}

/* home-screen */
.overview-customization-home-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/customization/home_screen__b4e7w7o4dgs2_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-customization-home-screen {
        background-image:url(/kr/ios/ios-18/images/overview/customization/home_screen__b4e7w7o4dgs2_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-customization-home-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/home_screen__b4e7w7o4dgs2_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-customization-home-screen {
        background-image:url(/kr/ios/ios-18/images/overview/customization/home_screen__b4e7w7o4dgs2_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-customization-home-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/home_screen__b4e7w7o4dgs2_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-customization-home-screen {
        background-image:url(/kr/ios/ios-18/images/overview/customization/home_screen__b4e7w7o4dgs2_small_2x.jpg)
    }
}

.overview-customization-home-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/customization/home_screen__b4e7w7o4dgs2_large.jpg);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-customization-home-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/home_screen__b4e7w7o4dgs2_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-customization-home-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/customization/home_screen__b4e7w7o4dgs2_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-customization-home-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/home_screen__b4e7w7o4dgs2_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-customization-home-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/customization/home_screen__b4e7w7o4dgs2_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-customization-home-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/home_screen__b4e7w7o4dgs2_small_2x.jpg)
    }
}

/* guest-mode */
.overview-home-app-guest-mode-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/home-app/guest_mode_screen__ediooym91qie_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-home-app-guest-mode-screen {
        background-image:url(/kr/ios/ios-18/images/overview/home-app/guest_mode_screen__ediooym91qie_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-home-app-guest-mode-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/home-app/guest_mode_screen__ediooym91qie_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-home-app-guest-mode-screen {
        background-image:url(/kr/ios/ios-18/images/overview/home-app/guest_mode_screen__ediooym91qie_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-home-app-guest-mode-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/home-app/guest_mode_screen__ediooym91qie_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-home-app-guest-mode-screen {
        background-image:url(/kr/ios/ios-18/images/overview/home-app/guest_mode_screen__ediooym91qie_small_2x.jpg)
    }
}

.overview-home-app-guest-mode-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/home-app/guest_mode_screen__ediooym91qie_large.jpg);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-home-app-guest-mode-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/home-app/guest_mode_screen__ediooym91qie_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-home-app-guest-mode-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/home-app/guest_mode_screen__ediooym91qie_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-home-app-guest-mode-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/home-app/guest_mode_screen__ediooym91qie_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-home-app-guest-mode-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/home-app/guest_mode_screen__ediooym91qie_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-home-app-guest-mode-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/home-app/guest_mode_screen__ediooym91qie_small_2x.jpg)
    }
}

.overview-home-app-hands-free-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/home-app/hands_free_screen__d0ctnvzizvue_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-home-app-hands-free-screen {
        background-image:url(/kr/ios/ios-18/images/overview/home-app/hands_free_screen__d0ctnvzizvue_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-home-app-hands-free-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/home-app/hands_free_screen__d0ctnvzizvue_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-home-app-hands-free-screen {
        background-image:url(/kr/ios/ios-18/images/overview/home-app/hands_free_screen__d0ctnvzizvue_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-home-app-hands-free-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/home-app/hands_free_screen__d0ctnvzizvue_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-home-app-hands-free-screen {
        background-image:url(/kr/ios/ios-18/images/overview/home-app/hands_free_screen__d0ctnvzizvue_small_2x.jpg)
    }
}

.overview-home-app-hands-free-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/home-app/hands_free_screen__d0ctnvzizvue_large.jpg);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-home-app-hands-free-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/home-app/hands_free_screen__d0ctnvzizvue_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-home-app-hands-free-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/home-app/hands_free_screen__d0ctnvzizvue_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-home-app-hands-free-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/home-app/hands_free_screen__d0ctnvzizvue_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-home-app-hands-free-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/home-app/hands_free_screen__d0ctnvzizvue_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-home-app-hands-free-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/home-app/hands_free_screen__d0ctnvzizvue_small_2x.jpg)
    }
}

/* section-router */
.section-router .router-item.router-beta .router-headline {
    max-width: 19ch;
}

.section-router .router-item.router-developers .router-headline{
    max-width: 90%;
}

@media only screen and (max-width:1068px){
    .section-router .router-item.router-developers .router-headline{
        max-width: 100%;
    }
}

@media only screen and (max-width:734px){
    .section-router .router-item.router-developers .router-headline{
        max-width: 90%;
    }
}

@media only screen and (max-width:734px){
    .section-router .router-item.router-beta .router-headline{
        max-width: 304px;
    }
}

/* hands free */
@media only screen and (min-width:1126px){
    .tile-body-blockquote-fullbleed.grid-item-gestures .tile-blockquote{
        max-width: unset;
    }
}

/* customize seciton */
.section-customize .grid-item-control-center .inline-video-control-center .end-frame {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .section-customize .grid-item-control-center .inline-video-control-center .end-frame {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .section-customize .grid-item-control-center .inline-video-control-center .end-frame {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_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-customize .grid-item-control-center .inline-video-control-center .end-frame {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .section-customize .grid-item-control-center .inline-video-control-center .end-frame {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_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-customize .grid-item-control-center .inline-video-control-center .end-frame {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_small_2x.jpg)
    }
}

.overview-customization-dark-mode-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/customization/dark_mode_screen__fjqnzs0pdbma_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-customization-dark-mode-screen {
        background-image:url(/kr/ios/ios-18/images/overview/customization/dark_mode_screen__fjqnzs0pdbma_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-customization-dark-mode-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/dark_mode_screen__fjqnzs0pdbma_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-customization-dark-mode-screen {
        background-image:url(/kr/ios/ios-18/images/overview/customization/dark_mode_screen__fjqnzs0pdbma_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-customization-dark-mode-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/dark_mode_screen__fjqnzs0pdbma_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-customization-dark-mode-screen {
        background-image:url(/kr/ios/ios-18/images/overview/customization/dark_mode_screen__fjqnzs0pdbma_small_2x.jpg)
    }
}

.overview-customization-dark-mode-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/customization/dark_mode_screen__fjqnzs0pdbma_large.jpg);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-customization-dark-mode-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/dark_mode_screen__fjqnzs0pdbma_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-customization-dark-mode-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/customization/dark_mode_screen__fjqnzs0pdbma_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-customization-dark-mode-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/dark_mode_screen__fjqnzs0pdbma_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-customization-dark-mode-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/customization/dark_mode_screen__fjqnzs0pdbma_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-customization-dark-mode-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/dark_mode_screen__fjqnzs0pdbma_small_2x.jpg)
    }
}

.overview-customization-locked-apps-ui {
    width: 402px;
    height: 356px;
    background-size: 402px 356px;
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/customization/locked_apps_ui__c520hcapvbau_large.png)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-customization-locked-apps-ui {
        background-image:url(/kr/ios/ios-18/images/overview/customization/locked_apps_ui__c520hcapvbau_large_2x.png)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-customization-locked-apps-ui {
        width: 334px;
        height: 296px;
        background-size: 334px 296px;
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/locked_apps_ui__c520hcapvbau_medium.png)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-customization-locked-apps-ui {
        background-image:url(/kr/ios/ios-18/images/overview/customization/locked_apps_ui__c520hcapvbau_medium_2x.png)
    }
}

@media only screen and (max-width: 734px) {
    .overview-customization-locked-apps-ui {
        width: 286px;
        height: 253px;
        background-size: 286px 253px;
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/locked_apps_ui__c520hcapvbau_small.png)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-customization-locked-apps-ui {
        background-image:url(/kr/ios/ios-18/images/overview/customization/locked_apps_ui__c520hcapvbau_small_2x.png)
    }
}

.overview-customization-locked-apps-ui.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/customization/locked_apps_ui__c520hcapvbau_large.png);
    background-size: contain !important;
    height: 356px;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-customization-locked-apps-ui.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/locked_apps_ui__c520hcapvbau_large_2x.png)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-customization-locked-apps-ui.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/customization/locked_apps_ui__c520hcapvbau_medium.png);
        background-size:cover;
        height: 296px;
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-customization-locked-apps-ui.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/locked_apps_ui__c520hcapvbau_medium_2x.png)
    }
}

@media only screen and (max-width: 734px) {
    .overview-customization-locked-apps-ui.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/customization/locked_apps_ui__c520hcapvbau_small.png);
        background-size:cover;
        height: 253px;
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-customization-locked-apps-ui.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/locked_apps_ui__c520hcapvbau_small_2x.png)
    }
}

/* control center section */
.overview-customization-control-center-endframe {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-customization-control-center-endframe {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-customization-control-center-endframe {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-customization-control-center-endframe {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-customization-control-center-endframe {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-customization-control-center-endframe {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_small_2x.jpg)
    }
}

.overview-customization-control-center-endframe.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_large.jpg);
    background-size: cover;
    background-size: contain !important;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-customization-control-center-endframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-customization-control-center-endframe.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-customization-control-center-endframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-customization-control-center-endframe.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-customization-control-center-endframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_endframe__b3fmftmwlimu_small_2x.jpg)
    }
}

.overview-customization-control-center-startframe {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-customization-control-center-startframe {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-customization-control-center-startframe {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-customization-control-center-startframe {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-customization-control-center-startframe {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-customization-control-center-startframe {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_small_2x.jpg)
    }
}

.overview-customization-control-center-startframe.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_large.jpg);
    background-size: cover;
    background-size: contain !important;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-customization-control-center-startframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-customization-control-center-startframe.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-customization-control-center-startframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-customization-control-center-startframe.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-customization-control-center-startframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_small_2x.jpg)
    }
}

.section-customize .grid-item-control-center .inline-video-control-center .start-frame {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .section-customize .grid-item-control-center .inline-video-control-center .start-frame {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .section-customize .grid-item-control-center .inline-video-control-center .start-frame {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_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-customize .grid-item-control-center .inline-video-control-center .start-frame {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .section-customize .grid-item-control-center .inline-video-control-center .start-frame {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_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-customize .grid-item-control-center .inline-video-control-center .start-frame {
        background-image:url(/kr/ios/ios-18/images/overview/customization/control_center_startframe__d83m8d9mn0k2_small_2x.jpg)
    }
}

.overview-customization-controls-gallery-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/customization/controls_gallery_screen__ec9jdxddm5oy_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-customization-controls-gallery-screen {
        background-image:url(/kr/ios/ios-18/images/overview/customization/controls_gallery_screen__ec9jdxddm5oy_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-customization-controls-gallery-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/controls_gallery_screen__ec9jdxddm5oy_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-customization-controls-gallery-screen {
        background-image:url(/kr/ios/ios-18/images/overview/customization/controls_gallery_screen__ec9jdxddm5oy_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-customization-controls-gallery-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/controls_gallery_screen__ec9jdxddm5oy_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-customization-controls-gallery-screen {
        background-image:url(/kr/ios/ios-18/images/overview/customization/controls_gallery_screen__ec9jdxddm5oy_small_2x.jpg)
    }
}

.overview-customization-controls-gallery-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/customization/controls_gallery_screen__ec9jdxddm5oy_large.jpg);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-customization-controls-gallery-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/controls_gallery_screen__ec9jdxddm5oy_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-customization-controls-gallery-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/customization/controls_gallery_screen__ec9jdxddm5oy_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-customization-controls-gallery-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/controls_gallery_screen__ec9jdxddm5oy_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-customization-controls-gallery-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/customization/controls_gallery_screen__ec9jdxddm5oy_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-customization-controls-gallery-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/controls_gallery_screen__ec9jdxddm5oy_small_2x.jpg)
    }
}

.section-customize .grid-item-rearrange .inline-video-container .end-frame {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .section-customize .grid-item-rearrange .inline-video-container .end-frame {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .section-customize .grid-item-rearrange .inline-video-container .end-frame {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_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-customize .grid-item-rearrange .inline-video-container .end-frame {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .section-customize .grid-item-rearrange .inline-video-container .end-frame {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_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-customize .grid-item-rearrange .inline-video-container .end-frame {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_small_2x.jpg)
    }
}

.overview-customization-rearrange-controls-endframe {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-customization-rearrange-controls-endframe {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-customization-rearrange-controls-endframe {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-customization-rearrange-controls-endframe {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-customization-rearrange-controls-endframe {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-customization-rearrange-controls-endframe {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_small_2x.jpg)
    }
}

.overview-customization-rearrange-controls-endframe.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_large.jpg);
    background-size: contain !important;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-customization-rearrange-controls-endframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-customization-rearrange-controls-endframe.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-customization-rearrange-controls-endframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-customization-rearrange-controls-endframe.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-customization-rearrange-controls-endframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_endframe__dwr20qh1anue_small_2x.jpg)
    }
}

.section-customize .grid-item-rearrange .inline-video-container .start-frame {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .section-customize .grid-item-rearrange .inline-video-container .start-frame {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .section-customize .grid-item-rearrange .inline-video-container .start-frame {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_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-customize .grid-item-rearrange .inline-video-container .start-frame {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .section-customize .grid-item-rearrange .inline-video-container .start-frame {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_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-customize .grid-item-rearrange .inline-video-container .start-frame {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_small_2x.jpg)
    }
}

.section-customize .grid-item-rearrange .static-frame {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_large.jpg);
    background-size:cover
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .section-customize .grid-item-rearrange .static-frame {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .section-customize .grid-item-rearrange .static-frame {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_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-customize .grid-item-rearrange .static-frame {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .section-customize .grid-item-rearrange .static-frame {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_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-customize .grid-item-rearrange .static-frame {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_small_2x.jpg)
    }
}

.overview-customization-rearrange-controls-startframe {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-customization-rearrange-controls-startframe {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-customization-rearrange-controls-startframe {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-customization-rearrange-controls-startframe {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-customization-rearrange-controls-startframe {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-customization-rearrange-controls-startframe {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_small_2x.jpg)
    }
}

.overview-customization-rearrange-controls-startframe.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_large.jpg);
    background-size: contain !important;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-customization-rearrange-controls-startframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-customization-rearrange-controls-startframe.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-customization-rearrange-controls-startframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-customization-rearrange-controls-startframe.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-customization-rearrange-controls-startframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/customization/rearrange_controls_startframe__gcvyk8n070qe_small_2x.jpg)
    }
}

/* section-notes highlight */
.highlight:before{
    height: 1.05em;
}

.offset-down .highlight:before{
    top: calc(50% + -0.5px);
}

/* footnote */
.section-airpods .grid-item-spatial .footnote a:hover{
    text-decoration: none;
}

.section-mail .grid-item-categorize sup.footnote-number,
.section-maps .grid-item-topographic sup.footnote-number{
    top: -4px;
}

@media only screen and (min-width:1069px) and (max-width:1249px){
    .section-mail .grid-item-categorize sup.footnote-number,
    .section-maps .grid-item-topographic sup.footnote-number{
        top: -3.5px;
    }
}

@media only screen and (max-width: 1068px) {
    .section-mail .grid-item-categorize sup.footnote-number,
    .section-maps .grid-item-topographic sup.footnote-number{
        top: -3px;
    }
}

@media only screen and (max-width: 734px) {
    .section-mail .grid-item-categorize sup.footnote-number,
    .section-maps .grid-item-topographic sup.footnote-number{
        top: auto;
    }
}
/* apple-tv section */
.overview-apple-tv-insight-2024-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/apple-tv/insight_2024_screen__fptce199ueye_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-apple-tv-insight-2024-screen {
        background-image:url(/kr/ios/ios-18/images/overview/apple-tv/insight_2024_screen__fptce199ueye_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-apple-tv-insight-2024-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/apple-tv/insight_2024_screen__fptce199ueye_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-apple-tv-insight-2024-screen {
        background-image:url(/kr/ios/ios-18/images/overview/apple-tv/insight_2024_screen__fptce199ueye_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-apple-tv-insight-2024-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/apple-tv/insight_2024_screen__fptce199ueye_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-apple-tv-insight-2024-screen {
        background-image:url(/kr/ios/ios-18/images/overview/apple-tv/insight_2024_screen__fptce199ueye_small_2x.jpg)
    }
}

.overview-apple-tv-insight-2024-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/apple-tv/insight_2024_screen__fptce199ueye_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-apple-tv-insight-2024-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/apple-tv/insight_2024_screen__fptce199ueye_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-apple-tv-insight-2024-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/apple-tv/insight_2024_screen__fptce199ueye_medium.jpg);
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-apple-tv-insight-2024-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/apple-tv/insight_2024_screen__fptce199ueye_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-apple-tv-insight-2024-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/apple-tv/insight_2024_screen__fptce199ueye_small.jpg);
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-apple-tv-insight-2024-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/apple-tv/insight_2024_screen__fptce199ueye_small_2x.jpg)
    }
}

/* icon calendar */
.section-even-more .image-overview-even-more-icon-calendar {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/even-more/icon_calendar__hkjagj6p6ne6_large.png)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .section-even-more .image-overview-even-more-icon-calendar {
        background-image:url(/kr/ios/ios-18/images/overview/even-more/icon_calendar__hkjagj6p6ne6_large_2x.png)
    }
}

@media only screen and (max-width: 1068px) {
    .section-even-more .image-overview-even-more-icon-calendar {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/even-more/icon_calendar__hkjagj6p6ne6_medium.png)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-even-more .image-overview-even-more-icon-calendar {
        background-image:url(/kr/ios/ios-18/images/overview/even-more/icon_calendar__hkjagj6p6ne6_medium_2x.png)
    }
}

.overview-even-more-icon-calendar {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/even-more/icon_calendar__hkjagj6p6ne6_large.png)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-even-more-icon-calendar {
        background-image:url(/kr/ios/ios-18/images/overview/even-more/icon_calendar__hkjagj6p6ne6_large_2x.png)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-even-more-icon-calendar {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/even-more/icon_calendar__hkjagj6p6ne6_medium.png)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-even-more-icon-calendar {
        background-image:url(/kr/ios/ios-18/images/overview/even-more/icon_calendar__hkjagj6p6ne6_medium_2x.png)
    }
}

.overview-even-more-icon-calendar.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/even-more/icon_calendar__hkjagj6p6ne6_large.png);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-even-more-icon-calendar.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/even-more/icon_calendar__hkjagj6p6ne6_large_2x.png)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-even-more-icon-calendar.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/even-more/icon_calendar__hkjagj6p6ne6_medium.png);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-even-more-icon-calendar.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/even-more/icon_calendar__hkjagj6p6ne6_medium_2x.png)
    }
}

/* journal section*/
.overview-journal-wellbeing {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/journal/wellbeing__esvczwcuh8mu_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-journal-wellbeing {
        background-image:url(/kr/ios/ios-18/images/overview/journal/wellbeing__esvczwcuh8mu_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-journal-wellbeing {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/journal/wellbeing__esvczwcuh8mu_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-journal-wellbeing {
        background-image:url(/kr/ios/ios-18/images/overview/journal/wellbeing__esvczwcuh8mu_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-journal-wellbeing {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/journal/wellbeing__esvczwcuh8mu_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-journal-wellbeing {
        background-image:url(/kr/ios/ios-18/images/overview/journal/wellbeing__esvczwcuh8mu_small_2x.jpg)
    }
}

.overview-journal-wellbeing.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/journal/wellbeing__esvczwcuh8mu_large.jpg);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-journal-wellbeing.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/journal/wellbeing__esvczwcuh8mu_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-journal-wellbeing.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/journal/wellbeing__esvczwcuh8mu_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-journal-wellbeing.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/journal/wellbeing__esvczwcuh8mu_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-journal-wellbeing.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/journal/wellbeing__esvczwcuh8mu_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-journal-wellbeing.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/journal/wellbeing__esvczwcuh8mu_small_2x.jpg)
    }
}

.overview-journal-insights-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/journal/insights_screen__c0g3bqwokw2u_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-journal-insights-screen {
        background-image:url(/kr/ios/ios-18/images/overview/journal/insights_screen__c0g3bqwokw2u_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-journal-insights-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/journal/insights_screen__c0g3bqwokw2u_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-journal-insights-screen {
        background-image:url(/kr/ios/ios-18/images/overview/journal/insights_screen__c0g3bqwokw2u_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-journal-insights-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/journal/insights_screen__c0g3bqwokw2u_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-journal-insights-screen {
        background-image:url(/kr/ios/ios-18/images/overview/journal/insights_screen__c0g3bqwokw2u_small_2x.jpg)
    }
}

.overview-journal-insights-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/journal/insights_screen__c0g3bqwokw2u_large.jpg);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-journal-insights-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/journal/insights_screen__c0g3bqwokw2u_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-journal-insights-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/journal/insights_screen__c0g3bqwokw2u_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-journal-insights-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/journal/insights_screen__c0g3bqwokw2u_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-journal-insights-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/journal/insights_screen__c0g3bqwokw2u_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-journal-insights-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/journal/insights_screen__c0g3bqwokw2u_small_2x.jpg)
    }
}

.overview-journal-past-entries-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/journal/past_entries_screen__ftqvht1k2smm_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-journal-past-entries-screen {
        background-image:url(/kr/ios/ios-18/images/overview/journal/past_entries_screen__ftqvht1k2smm_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-journal-past-entries-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/journal/past_entries_screen__ftqvht1k2smm_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-journal-past-entries-screen {
        background-image:url(/kr/ios/ios-18/images/overview/journal/past_entries_screen__ftqvht1k2smm_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-journal-past-entries-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/journal/past_entries_screen__ftqvht1k2smm_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-journal-past-entries-screen {
        background-image:url(/kr/ios/ios-18/images/overview/journal/past_entries_screen__ftqvht1k2smm_small_2x.jpg)
    }
}

.overview-journal-past-entries-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/journal/past_entries_screen__ftqvht1k2smm_large.jpg);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-journal-past-entries-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/journal/past_entries_screen__ftqvht1k2smm_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-journal-past-entries-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/journal/past_entries_screen__ftqvht1k2smm_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-journal-past-entries-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/journal/past_entries_screen__ftqvht1k2smm_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-journal-past-entries-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/journal/past_entries_screen__ftqvht1k2smm_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-journal-past-entries-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/journal/past_entries_screen__ftqvht1k2smm_small_2x.jpg)
    }
}

/* messages section */
.overview-messages-rcs-messaging-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/messages/rcs_messaging_screen__fccl2gz6vbyy_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-messages-rcs-messaging-screen {
        background-image:url(/kr/ios/ios-18/images/overview/messages/rcs_messaging_screen__fccl2gz6vbyy_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-messages-rcs-messaging-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/messages/rcs_messaging_screen__fccl2gz6vbyy_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-messages-rcs-messaging-screen {
        background-image:url(/kr/ios/ios-18/images/overview/messages/rcs_messaging_screen__fccl2gz6vbyy_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-messages-rcs-messaging-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/messages/rcs_messaging_screen__fccl2gz6vbyy_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-messages-rcs-messaging-screen {
        background-image:url(/kr/ios/ios-18/images/overview/messages/rcs_messaging_screen__fccl2gz6vbyy_small_2x.jpg)
    }
}

.overview-messages-rcs-messaging-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/messages/rcs_messaging_screen__fccl2gz6vbyy_large.jpg);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-messages-rcs-messaging-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/messages/rcs_messaging_screen__fccl2gz6vbyy_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-messages-rcs-messaging-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/messages/rcs_messaging_screen__fccl2gz6vbyy_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-messages-rcs-messaging-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/messages/rcs_messaging_screen__fccl2gz6vbyy_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-messages-rcs-messaging-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/messages/rcs_messaging_screen__fccl2gz6vbyy_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-messages-rcs-messaging-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/messages/rcs_messaging_screen__fccl2gz6vbyy_small_2x.jpg)
    }
}

.overview-messages-send-later-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/messages/send_later_screen__pfvgjagk2cyu_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-messages-send-later-screen {
        background-image:url(/kr/ios/ios-18/images/overview/messages/send_later_screen__pfvgjagk2cyu_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-messages-send-later-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/messages/send_later_screen__pfvgjagk2cyu_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-messages-send-later-screen {
        background-image:url(/kr/ios/ios-18/images/overview/messages/send_later_screen__pfvgjagk2cyu_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-messages-send-later-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/messages/send_later_screen__pfvgjagk2cyu_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-messages-send-later-screen {
        background-image:url(/kr/ios/ios-18/images/overview/messages/send_later_screen__pfvgjagk2cyu_small_2x.jpg)
    }
}

.overview-messages-send-later-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/messages/send_later_screen__pfvgjagk2cyu_large.jpg);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-messages-send-later-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/messages/send_later_screen__pfvgjagk2cyu_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-messages-send-later-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/messages/send_later_screen__pfvgjagk2cyu_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-messages-send-later-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/messages/send_later_screen__pfvgjagk2cyu_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-messages-send-later-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/messages/send_later_screen__pfvgjagk2cyu_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-messages-send-later-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/messages/send_later_screen__pfvgjagk2cyu_small_2x.jpg)
    }
}

.overview-messages-tapback-endframe {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_large.png)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-messages-tapback-endframe {
        background-image:url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_large_2x.png)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-messages-tapback-endframe {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_medium.png)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-messages-tapback-endframe {
        background-image:url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_medium_2x.png)
    }
}

@media only screen and (max-width: 734px) {
    .overview-messages-tapback-endframe {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_small.png)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-messages-tapback-endframe {
        background-image:url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_small_2x.png)
    }
}

.overview-messages-tapback-endframe.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_large.png);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-messages-tapback-endframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_large_2x.png)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-messages-tapback-endframe.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_medium.png);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-messages-tapback-endframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_medium_2x.png)
    }
}

@media only screen and (max-width: 734px) {
    .overview-messages-tapback-endframe.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_small.png);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-messages-tapback-endframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_small_2x.png)
    }
}

.section-messages .grid-item-tapback .inline-video-container .end-frame {
    opacity: 1 !important;
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_large.png)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .section-messages .grid-item-tapback .inline-video-container .end-frame {
        background-image:url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_large_2x.png)
    }
}

@media only screen and (max-width: 1068px) {
    .section-messages .grid-item-tapback .inline-video-container .end-frame {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_medium.png)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-messages .grid-item-tapback .inline-video-container .end-frame {
        background-image:url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_medium_2x.png)
    }
}

@media only screen and (max-width: 734px) {
    .section-messages .grid-item-tapback .inline-video-container .end-frame {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_small.png)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-messages .grid-item-tapback .inline-video-container .end-frame {
        background-image:url(/kr/ios/ios-18/images/overview/messages/tapback_endframe__bnj0lo07o1f6_small_2x.png)
    }
}

.overview-messages-text-effects-endframe {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-messages-text-effects-endframe {
        background-image:url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-messages-text-effects-endframe {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-messages-text-effects-endframe {
        background-image:url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-messages-text-effects-endframe {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-messages-text-effects-endframe {
        background-image:url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_small_2x.jpg)
    }
}

.overview-messages-text-effects-endframe.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_large.jpg);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-messages-text-effects-endframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-messages-text-effects-endframe.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-messages-text-effects-endframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-messages-text-effects-endframe.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-messages-text-effects-endframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_small_2x.jpg)
    }
}

.section-messages .grid-item-text-effects .inline-video-container .end-frame {
    opacity: 1 !important;
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .section-messages .grid-item-text-effects .inline-video-container .end-frame {
        background-image:url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .section-messages .grid-item-text-effects .inline-video-container .end-frame {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_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-messages .grid-item-text-effects .inline-video-container .end-frame {
        background-image:url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .section-messages .grid-item-text-effects .inline-video-container .end-frame {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_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-messages .grid-item-text-effects .inline-video-container .end-frame {
        background-image:url(/kr/ios/ios-18/images/overview/messages/text_effects_endframe__xg94bjug7syy_small_2x.jpg)
    }
}

/* notes section */
.overview-notes-collapsible-sections-ui {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/notes/collapsible_sections_ui__cdtef5g2jrau_large.png)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-notes-collapsible-sections-ui {
        background-image:url(/kr/ios/ios-18/images/overview/notes/collapsible_sections_ui__cdtef5g2jrau_large_2x.png)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-notes-collapsible-sections-ui {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/notes/collapsible_sections_ui__cdtef5g2jrau_medium.png)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-notes-collapsible-sections-ui {
        background-image:url(/kr/ios/ios-18/images/overview/notes/collapsible_sections_ui__cdtef5g2jrau_medium_2x.png)
    }
}

@media only screen and (max-width: 734px) {
    .overview-notes-collapsible-sections-ui {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/notes/collapsible_sections_ui__cdtef5g2jrau_small.png)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-notes-collapsible-sections-ui {
        background-image:url(/kr/ios/ios-18/images/overview/notes/collapsible_sections_ui__cdtef5g2jrau_small_2x.png)
    }
}

.overview-notes-collapsible-sections-ui.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/notes/collapsible_sections_ui__cdtef5g2jrau_large.png);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-notes-collapsible-sections-ui.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/notes/collapsible_sections_ui__cdtef5g2jrau_large_2x.png)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-notes-collapsible-sections-ui.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/notes/collapsible_sections_ui__cdtef5g2jrau_medium.png);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-notes-collapsible-sections-ui.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/notes/collapsible_sections_ui__cdtef5g2jrau_medium_2x.png)
    }
}

@media only screen and (max-width: 734px) {
    .overview-notes-collapsible-sections-ui.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/notes/collapsible_sections_ui__cdtef5g2jrau_small.png);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-notes-collapsible-sections-ui.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/notes/collapsible_sections_ui__cdtef5g2jrau_small_2x.png)
    }
}

.overview-notes-live-audio-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/notes/live_audio_screen__dp9axgg6iwsy_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-notes-live-audio-screen {
        background-image:url(/kr/ios/ios-18/images/overview/notes/live_audio_screen__dp9axgg6iwsy_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-notes-live-audio-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/notes/live_audio_screen__dp9axgg6iwsy_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-notes-live-audio-screen {
        background-image:url(/kr/ios/ios-18/images/overview/notes/live_audio_screen__dp9axgg6iwsy_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-notes-live-audio-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/notes/live_audio_screen__dp9axgg6iwsy_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-notes-live-audio-screen {
        background-image:url(/kr/ios/ios-18/images/overview/notes/live_audio_screen__dp9axgg6iwsy_small_2x.jpg)
    }
}

.overview-notes-live-audio-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/notes/live_audio_screen__dp9axgg6iwsy_large.jpg);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-notes-live-audio-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/notes/live_audio_screen__dp9axgg6iwsy_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-notes-live-audio-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/notes/live_audio_screen__dp9axgg6iwsy_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-notes-live-audio-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/notes/live_audio_screen__dp9axgg6iwsy_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-notes-live-audio-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/notes/live_audio_screen__dp9axgg6iwsy_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-notes-live-audio-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/notes/live_audio_screen__dp9axgg6iwsy_small_2x.jpg)
    }
}

.overview-notes-math-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/notes/math_screen__4lgcc63se4ia_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-notes-math-screen {
        background-image:url(/kr/ios/ios-18/images/overview/notes/math_screen__4lgcc63se4ia_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-notes-math-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/notes/math_screen__4lgcc63se4ia_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-notes-math-screen {
        background-image:url(/kr/ios/ios-18/images/overview/notes/math_screen__4lgcc63se4ia_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-notes-math-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/notes/math_screen__4lgcc63se4ia_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-notes-math-screen {
        background-image:url(/kr/ios/ios-18/images/overview/notes/math_screen__4lgcc63se4ia_small_2x.jpg)
    }
}

.overview-notes-math-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/notes/math_screen__4lgcc63se4ia_large.jpg);
    background-size: cover;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-notes-math-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/notes/math_screen__4lgcc63se4ia_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-notes-math-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/notes/math_screen__4lgcc63se4ia_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-notes-math-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/notes/math_screen__4lgcc63se4ia_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-notes-math-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/notes/math_screen__4lgcc63se4ia_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-notes-math-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/notes/math_screen__4lgcc63se4ia_small_2x.jpg)
    }
}

/* passwords section */
.overview-passwords-credentials-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/passwords/credentials_screen__b1ca7wah98mu_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-passwords-credentials-screen {
        background-image:url(/kr/ios/ios-18/images/overview/passwords/credentials_screen__b1ca7wah98mu_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-passwords-credentials-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/passwords/credentials_screen__b1ca7wah98mu_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-passwords-credentials-screen {
        background-image:url(/kr/ios/ios-18/images/overview/passwords/credentials_screen__b1ca7wah98mu_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-passwords-credentials-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/passwords/credentials_screen__b1ca7wah98mu_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-passwords-credentials-screen {
        background-image:url(/kr/ios/ios-18/images/overview/passwords/credentials_screen__b1ca7wah98mu_small_2x.jpg)
    }
}

.overview-passwords-credentials-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/passwords/credentials_screen__b1ca7wah98mu_large.jpg);
    background-size: contain !important;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-passwords-credentials-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/passwords/credentials_screen__b1ca7wah98mu_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-passwords-credentials-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/passwords/credentials_screen__b1ca7wah98mu_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-passwords-credentials-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/passwords/credentials_screen__b1ca7wah98mu_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-passwords-credentials-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/passwords/credentials_screen__b1ca7wah98mu_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-passwords-credentials-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/passwords/credentials_screen__b1ca7wah98mu_small_2x.jpg)
    }
}

/* photos section */
.overview-photos-organize-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/photos/organize_screen__eio51ylshfwy_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-photos-organize-screen {
        background-image:url(/kr/ios/ios-18/images/overview/photos/organize_screen__eio51ylshfwy_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-photos-organize-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/photos/organize_screen__eio51ylshfwy_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-photos-organize-screen {
        background-image:url(/kr/ios/ios-18/images/overview/photos/organize_screen__eio51ylshfwy_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-photos-organize-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/photos/organize_screen__eio51ylshfwy_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-photos-organize-screen {
        background-image:url(/kr/ios/ios-18/images/overview/photos/organize_screen__eio51ylshfwy_small_2x.jpg)
    }
}

.overview-photos-organize-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/photos/organize_screen__eio51ylshfwy_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-photos-organize-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/photos/organize_screen__eio51ylshfwy_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-photos-organize-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/photos/organize_screen__eio51ylshfwy_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-photos-organize-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/photos/organize_screen__eio51ylshfwy_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-photos-organize-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/photos/organize_screen__eio51ylshfwy_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-photos-organize-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/photos/organize_screen__eio51ylshfwy_small_2x.jpg)
    }
}

.overview-photos-redesign-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/photos/redesign_screen__gey52ig92sya_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-photos-redesign-screen {
        background-image:url(/kr/ios/ios-18/images/overview/photos/redesign_screen__gey52ig92sya_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-photos-redesign-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/photos/redesign_screen__gey52ig92sya_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-photos-redesign-screen {
        background-image:url(/kr/ios/ios-18/images/overview/photos/redesign_screen__gey52ig92sya_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-photos-redesign-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/photos/redesign_screen__gey52ig92sya_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-photos-redesign-screen {
        background-image:url(/kr/ios/ios-18/images/overview/photos/redesign_screen__gey52ig92sya_small_2x.jpg)
    }
}

.overview-photos-redesign-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/photos/redesign_screen__gey52ig92sya_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-photos-redesign-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/photos/redesign_screen__gey52ig92sya_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-photos-redesign-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/photos/redesign_screen__gey52ig92sya_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-photos-redesign-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/photos/redesign_screen__gey52ig92sya_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-photos-redesign-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/photos/redesign_screen__gey52ig92sya_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-photos-redesign-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/photos/redesign_screen__gey52ig92sya_small_2x.jpg)
    }
}

.overview-photos-topics-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/photos/topics_screen__b0c7klco3nf6_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-photos-topics-screen {
        background-image:url(/kr/ios/ios-18/images/overview/photos/topics_screen__b0c7klco3nf6_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-photos-topics-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/photos/topics_screen__b0c7klco3nf6_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-photos-topics-screen {
        background-image:url(/kr/ios/ios-18/images/overview/photos/topics_screen__b0c7klco3nf6_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-photos-topics-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/photos/topics_screen__b0c7klco3nf6_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-photos-topics-screen {
        background-image:url(/kr/ios/ios-18/images/overview/photos/topics_screen__b0c7klco3nf6_small_2x.jpg)
    }
}

.overview-photos-topics-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/photos/topics_screen__b0c7klco3nf6_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-photos-topics-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/photos/topics_screen__b0c7klco3nf6_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-photos-topics-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/photos/topics_screen__b0c7klco3nf6_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-photos-topics-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/photos/topics_screen__b0c7klco3nf6_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-photos-topics-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/photos/topics_screen__b0c7klco3nf6_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-photos-topics-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/photos/topics_screen__b0c7klco3nf6_small_2x.jpg)
    }
}

/* privacy-security section */
.overview-privacy-security-bluetooth-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-privacy-security-bluetooth-screen {
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-privacy-security-bluetooth-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-privacy-security-bluetooth-screen {
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-privacy-security-bluetooth-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-privacy-security-bluetooth-screen {
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_small_2x.jpg)
    }
}

.overview-privacy-security-bluetooth-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-privacy-security-bluetooth-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-privacy-security-bluetooth-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-privacy-security-bluetooth-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-privacy-security-bluetooth-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-privacy-security-bluetooth-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_small_2x.jpg)
    }
}

@media only screen and (min-width: 1069px) {
    .section-privacy-security .grid-item-bluetooth .glass-hardware glass-screen {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_large.jpg);
    }
}

@media only screen and (min-width: 1069px) and (min-resolution: 1.5dppx), only screen and (min-width: 1069px) and (min-resolution: 144dpi) {
    .section-privacy-security .grid-item-bluetooth .glass-hardware glass-screen {
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_large_2x.jpg)
    }
}

@media only screen and (min-width: 1069px) and (max-width: 1068px) {
    .section-privacy-security .grid-item-bluetooth .glass-hardware glass-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_medium.jpg)
    }
}

@media only screen and (min-width: 1069px) and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (min-width: 1069px) and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-privacy-security .grid-item-bluetooth .glass-hardware glass-screen {
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_medium_2x.jpg)
    }
}

@media only screen and (min-width: 1069px) and (max-width: 734px) {
    .section-privacy-security .grid-item-bluetooth .glass-hardware glass-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_small.jpg)
    }
}

@media only screen and (min-width: 1069px) and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (min-width: 1069px) and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-privacy-security .grid-item-bluetooth .glass-hardware glass-screen {
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/bluetooth_screen__fz2gtptmloq6_small_2x.jpg)
    }
}

.overview-privacy-security-settings-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/privacy-security/settings_screen__6g3i5zhzvg2u_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-privacy-security-settings-screen {
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/settings_screen__6g3i5zhzvg2u_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-privacy-security-settings-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/settings_screen__6g3i5zhzvg2u_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-privacy-security-settings-screen {
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/settings_screen__6g3i5zhzvg2u_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-privacy-security-settings-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/settings_screen__6g3i5zhzvg2u_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-privacy-security-settings-screen {
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/settings_screen__6g3i5zhzvg2u_small_2x.jpg)
    }
}

.overview-privacy-security-settings-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/privacy-security/settings_screen__6g3i5zhzvg2u_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-privacy-security-settings-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/settings_screen__6g3i5zhzvg2u_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-privacy-security-settings-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/privacy-security/settings_screen__6g3i5zhzvg2u_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-privacy-security-settings-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/settings_screen__6g3i5zhzvg2u_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-privacy-security-settings-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/privacy-security/settings_screen__6g3i5zhzvg2u_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-privacy-security-settings-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/privacy-security/settings_screen__6g3i5zhzvg2u_small_2x.jpg)
    }
}

/* safari section */
.overview-safari-magic-menu-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/safari/magic_menu_screen__fi8wtnvihsyi_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-safari-magic-menu-screen {
        background-image:url(/kr/ios/ios-18/images/overview/safari/magic_menu_screen__fi8wtnvihsyi_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-safari-magic-menu-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/safari/magic_menu_screen__fi8wtnvihsyi_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-safari-magic-menu-screen {
        background-image:url(/kr/ios/ios-18/images/overview/safari/magic_menu_screen__fi8wtnvihsyi_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-safari-magic-menu-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/safari/magic_menu_screen__fi8wtnvihsyi_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-safari-magic-menu-screen {
        background-image:url(/kr/ios/ios-18/images/overview/safari/magic_menu_screen__fi8wtnvihsyi_small_2x.jpg)
    }
}

.overview-safari-magic-menu-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/safari/magic_menu_screen__fi8wtnvihsyi_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-safari-magic-menu-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/safari/magic_menu_screen__fi8wtnvihsyi_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-safari-magic-menu-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/safari/magic_menu_screen__fi8wtnvihsyi_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-safari-magic-menu-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/safari/magic_menu_screen__fi8wtnvihsyi_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-safari-magic-menu-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/safari/magic_menu_screen__fi8wtnvihsyi_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-safari-magic-menu-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/safari/magic_menu_screen__fi8wtnvihsyi_small_2x.jpg)
    }
}

/* wallet */
.section-wallet .grid-item-events .tile-body{
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-wallet .grid-item-events .inline-video-events{
    width: 605px;
    height: 192px;
    display: block;
}

@media only screen and (max-width:1068px){
    .section-wallet .grid-item-events .inline-video-events{
        width: 452px;
        height: 142px;
        display: block;
    }
}

@media only screen and (max-width:734px){
    .section-wallet .grid-item-events .inline-video-events{
        width: 142px;
        height: 449px;
        display: block;
    }
}

.section-wallet .grid-item-events .inline-video-events .end-frame {
    opacity: 1;
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_large.png)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .section-wallet .grid-item-events .inline-video-events .end-frame {
        background-image:url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_large_2x.png)
    }
}

@media only screen and (max-width: 1068px) {
    .section-wallet .grid-item-events .inline-video-events .end-frame {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_medium.png)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-wallet .grid-item-events .inline-video-events .end-frame {
        background-image:url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_medium_2x.png)
    }
}

@media only screen and (max-width: 734px) {
    .section-wallet .grid-item-events .inline-video-events .end-frame {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_small.png)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-wallet .grid-item-events .inline-video-events .end-frame {
        background-image:url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_small_2x.png)
    }
}

.overview-wallet-event-tickets-endframe {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_large.png)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-wallet-event-tickets-endframe {
        background-image:url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_large_2x.png)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-wallet-event-tickets-endframe {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_medium.png)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-wallet-event-tickets-endframe {
        background-image:url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_medium_2x.png)
    }
}

@media only screen and (max-width: 734px) {
    .overview-wallet-event-tickets-endframe {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_small.png)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-wallet-event-tickets-endframe {
        background-image:url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_small_2x.png)
    }
}

.overview-wallet-event-tickets-endframe.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_large.png);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-wallet-event-tickets-endframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_large_2x.png)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-wallet-event-tickets-endframe.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_medium.png);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-wallet-event-tickets-endframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_medium_2x.png)
    }
}

@media only screen and (max-width: 734px) {
    .overview-wallet-event-tickets-endframe.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_small.png);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-wallet-event-tickets-endframe.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/wallet/event_tickets_endframe__d06pdm5suf0i_small_2x.png)
    }
}

/* game mode section */
.overview-game-mode-performance-screen {
    background-repeat: no-repeat;
    background-image:url(/kr/ios/ios-18/images/overview/game-mode/performance_screen__dfaex7krhgq6_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-game-mode-performance-screen {
        background-image:url(/kr/ios/ios-18/images/overview/game-mode/performance_screen__dfaex7krhgq6_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-game-mode-performance-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/game-mode/performance_screen__dfaex7krhgq6_medium.jpg)
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-game-mode-performance-screen {
        background-image:url(/kr/ios/ios-18/images/overview/game-mode/performance_screen__dfaex7krhgq6_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-game-mode-performance-screen {
        background-repeat: no-repeat;
        background-image:url(/kr/ios/ios-18/images/overview/game-mode/performance_screen__dfaex7krhgq6_small.jpg)
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-game-mode-performance-screen {
        background-image:url(/kr/ios/ios-18/images/overview/game-mode/performance_screen__dfaex7krhgq6_small_2x.jpg)
    }
}

.overview-game-mode-performance-screen.scalable {
    background-repeat: no-repeat;
    background-image: url(/kr/ios/ios-18/images/overview/game-mode/performance_screen__dfaex7krhgq6_large.jpg);
    background-size: contain !important;
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-game-mode-performance-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/game-mode/performance_screen__dfaex7krhgq6_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-game-mode-performance-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/game-mode/performance_screen__dfaex7krhgq6_medium.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-game-mode-performance-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/game-mode/performance_screen__dfaex7krhgq6_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-game-mode-performance-screen.scalable {
        background-repeat: no-repeat;
        background-image: url(/kr/ios/ios-18/images/overview/game-mode/performance_screen__dfaex7krhgq6_small.jpg);
        background-size:cover
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-game-mode-performance-screen.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/game-mode/performance_screen__dfaex7krhgq6_small_2x.jpg)
    }
}

.overview-apple-intelligence-ideas {
    background-image:url(/kr/ios/ios-18/images/overview/apple-intelligence/ideas__0u3q2l3w9bmu_large.jpg)
}

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

@media only screen and (max-width: 1068px) {
    .overview-apple-intelligence-ideas {
        background-image:url(/kr/ios/ios-18/images/overview/apple-intelligence/ideas__0u3q2l3w9bmu_medium.jpg)
    }
}

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

@media only screen and (max-width: 734px) {
    .overview-apple-intelligence-ideas {
        background-image:url(/kr/ios/ios-18/images/overview/apple-intelligence/ideas__0u3q2l3w9bmu_small.jpg)
    }
}

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

.overview-apple-intelligence-ideas.scalable {
    background-image: url(/kr/ios/ios-18/images/overview/apple-intelligence/ideas__0u3q2l3w9bmu_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-apple-intelligence-ideas.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/apple-intelligence/ideas__0u3q2l3w9bmu_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-apple-intelligence-ideas.scalable {
        background-image: url(/kr/ios/ios-18/images/overview/apple-intelligence/ideas__0u3q2l3w9bmu_medium.jpg);
    }
}

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

@media only screen and (max-width: 734px) {
    .overview-apple-intelligence-ideas.scalable {
        background-image: url(/kr/ios/ios-18/images/overview/apple-intelligence/ideas__0u3q2l3w9bmu_small.jpg);
    }
}

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

.overview-apple-intelligence-siri {
    background-image:url(/kr/ios/ios-18/images/overview/apple-intelligence/siri__tm47izg4n7ma_large.jpg)
}

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

@media only screen and (max-width: 1068px) {
    .overview-apple-intelligence-siri {
        background-image:url(/kr/ios/ios-18/images/overview/apple-intelligence/siri__tm47izg4n7ma_medium.jpg)
    }
}

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

@media only screen and (max-width: 734px) {
    .overview-apple-intelligence-siri {
        background-image:url(/kr/ios/ios-18/images/overview/apple-intelligence/siri__tm47izg4n7ma_small.jpg)
    }
}

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

.overview-apple-intelligence-siri.scalable {
    background-image: url(/kr/ios/ios-18/images/overview/apple-intelligence/siri__tm47izg4n7ma_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-apple-intelligence-siri.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/apple-intelligence/siri__tm47izg4n7ma_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-apple-intelligence-siri.scalable {
        background-image: url(/kr/ios/ios-18/images/overview/apple-intelligence/siri__tm47izg4n7ma_medium.jpg);
    }
}

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

@media only screen and (max-width: 734px) {
    .overview-apple-intelligence-siri.scalable {
        background-image: url(/kr/ios/ios-18/images/overview/apple-intelligence/siri__tm47izg4n7ma_small.jpg);
    }
}

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

.overview-apple-intelligence-writing-tools {
    background-image:url(/kr/ios/ios-18/images/overview/apple-intelligence/writing_tools__fh2zds1fi9ay_large.jpg)
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-apple-intelligence-writing-tools {
        background-image:url(/kr/ios/ios-18/images/overview/apple-intelligence/writing_tools__fh2zds1fi9ay_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-apple-intelligence-writing-tools {
        background-image:url(/kr/ios/ios-18/images/overview/apple-intelligence/writing_tools__fh2zds1fi9ay_medium.jpg)
    }
}

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

@media only screen and (max-width: 734px) {
    .overview-apple-intelligence-writing-tools {
        background-image:url(/kr/ios/ios-18/images/overview/apple-intelligence/writing_tools__fh2zds1fi9ay_small.jpg)
    }
}

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

.overview-apple-intelligence-writing-tools.scalable {
    background-image: url(/kr/ios/ios-18/images/overview/apple-intelligence/writing_tools__fh2zds1fi9ay_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .overview-apple-intelligence-writing-tools.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/apple-intelligence/writing_tools__fh2zds1fi9ay_large_2x.jpg)
    }
}

@media only screen and (max-width: 1068px) {
    .overview-apple-intelligence-writing-tools.scalable {
        background-image: url(/kr/ios/ios-18/images/overview/apple-intelligence/writing_tools__fh2zds1fi9ay_medium.jpg);
    }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .overview-apple-intelligence-writing-tools.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/apple-intelligence/writing_tools__fh2zds1fi9ay_medium_2x.jpg)
    }
}

@media only screen and (max-width: 734px) {
    .overview-apple-intelligence-writing-tools.scalable {
        background-image: url(/kr/ios/ios-18/images/overview/apple-intelligence/writing_tools__fh2zds1fi9ay_small.jpg);
    }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .overview-apple-intelligence-writing-tools.scalable {
        background-image:url(/kr/ios/ios-18/images/overview/apple-intelligence/writing_tools__fh2zds1fi9ay_small_2x.jpg)
    }
}
