/* br */
.xsmall-hide {
    display: block;
}
@media only screen and (max-width: 414px) {
    .xsmall-hide {
        display: none;
    }
}

.small-hide{
    display: block;
}

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

/* sosumi vertical align */
.footnote-supglyph, sup.footnote-number {
    top: -.1em;
}

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

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

/* video button arrow cutting top fix */
@media only screen and (min-width: 1069px) {
    .featured-games-gallery .paddlenav .paddlenav-arrow:after {
        padding-top: 0.05em;
    }
}

/* line-height 1.1x */
.typography-apple-one-router-headline:lang(ko) {
    line-height: 1.1;
}
@media only screen and (max-width: 734px) {
    .typography-apple-one-router-headline:lang(ko) {
        line-height: 1.28333333;
    }
}

/* hero section */
.section-hero .cta-wrapper {
    margin-top: 28px;
}

@media only screen and (max-width:734px){
    .section-hero .video-wrapper{
        top: 148px;
        height: calc(100vh - 148px);
    }
}

@media only screen and (max-width:534px){
    .section-hero .video-wrapper{
        top: 167px;
        height: calc(100vh - 167px);
    }
}

/* symbol margin fix */
.section-value-props .symbol.symbol-arcade {
    margin-right: initial;
}

/* collection copy font weight */
@media only screen and (min-width: 1068px) {
    .section-value-props .symbol {
        Top: 13px;
    }
}

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

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

/* Change style */
.content-wrapper .modal-notify-content {
    padding-top: 77px;
}

.typography-value-prop {
    line-height: 1.1649;
}

.typography-section-copy {
    line-height: 1.558337;
}

.typography-section-headline {
    line-height: 1.149324;
}

@media only screen and (max-width: 1068px) {
    .typography-section-headline {
        line-height: 1.17337;
    }
}
@media only screen and (max-width: 734px) {
    .typography-section-headline {
        line-height: 1.1275;
    }
}
.section-games .cta-wrapper .button:lang(ko) {
    line-height: 1.17648;
}

.section-hero .logo {
    width: 558px;
    height: 201px;
    background-size: 558px 201px;
    background-image: url("/kr/apple-arcade/images/overview/arcade_is_open__fxdywxogv4ya_xlarge.png")
}

@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx) {
    .section-hero .logo {
        background-image: url("/kr/apple-arcade/images/overview/arcade_is_open__fxdywxogv4ya_xlarge_2x.png")
    }
}

@media only screen and (max-width: 1068px) {
    .section-hero .logo {
        width: 356px;
        height: 128px;
        background-size: 356px 128px;
        background-image: url("/kr/apple-arcade/images/overview/arcade_is_open__fxdywxogv4ya_medium_2x.png");
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-hero .logo {
        background-image: url("/kr/apple-arcade/images/overview/arcade_is_open__fxdywxogv4ya_medium_2x.png")
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .logo {
        width: 299px;
        height: 107px;
        background-size: 299px 107px;
        background-image: url("/kr/apple-arcade/images/overview/arcade_is_open__fxdywxogv4ya_small.png")
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-hero .logo {
        background-image: url("/kr/apple-arcade/images/overview/arcade_is_open__fxdywxogv4ya_small_2x.png")
    }
}

.section-hero .logo{
    margin-left: -279px;
}

@media only screen and (max-width:1068px) and (max-width:1068px){
    .section-hero .logo {
        left: 50%;
        margin-left: -178px;
    }
}

@media only screen and (max-width:1068px) and (max-width:734px){
    .section-hero .logo {
        left: 50%;
        margin-left: -149.5px;
    }
}