.more:after, .icon-external:after {
    top: -0.08em;
}
.icon-wrapper .icon, .icon-wrapper .more:not(.icon-before)::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after {
    position: relative;
}
.section-collaborate .tout-headline{
    max-width: 350px;
}

/* Medium Viewport 이하 */
@media screen and (max-width: 1068px) {
    .section-hero .typography-headline-elevated{
        max-width: 570px;
    }
    .section-collaborate .tout-headline{
        max-width: 300px;
    }
    .page-overview .section-routers .tile{
        min-height: unset;
    }
}
/* Small Viewport 이하 */
@media screen and (max-width: 735px) {
    .section-hero .typography-headline-elevated{
        max-width: 470px;
    }
    .section-collaborate .tout-headline{
        max-width: unset;
    }
}

@media screen and (max-width: 340px) {
    .page-overview .section-tools .gallery-item{
        height: 255px;
    }
    .page-overview .section-tools .dotnav{
        bottom: -40px;
    }
}

.whats-new .icon,
#office .icon{
    white-space: nowrap;
}

.icon.typography-body-reduced{
    white-space: unset;
    margin-left: unset;
}

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

.section-hero .more-links a:hover {
	text-decoration: none;
}

#film-chineseopera:hover,
#film-chineseopera:hover .icon-playcircle {
    text-decoration: none;
}

#film-chineseopera:hover .icon-copy,
#film-chineseopera:hover .icon-shim {
    text-decoration: underline;
}



@media only screen and (min-width: 1069px) {    
    .page-keynote .section-tools .image-keynote-crowd {
        margin-bottom: 66px;
    }
    
    .page-keynote .section-tools .image-keynote-know-slides {
        margin-bottom: 45px;
    }    
}

.page-keynote .section-collaborate .image-keynote-pc-keynote {
    margin-top: 0;
}

.page-keynote .section-collaborate .image-keynote-icloud-keynote {
    margin-bottom: 24px;
}

@media only screen and (max-width: 1068px) {
    .page-keynote .section-collaborate .image-keynote-icloud-keynote {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 735px) {
    
    .page-keynote .section-tools .image-keynote-communicate {
        margin-bottom: 33px;
    }

    .page-keynote .section-tools .image-keynote-crowd {
        margin-bottom: 42px;
    }

    .page-keynote .section-tools .image-keynote-know-slides {
        margin-bottom: 35px;
    }

    .page-keynote .section-collaborate .image-keynote-icloud-keynote {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 734px) {
    .page-overview .section-hero .scrollable-content-wrap {
        padding-top: 390px;
    }
}
@media only screen and (max-height: 500px) and (max-width: 896px) {
    .page-overview .section-hero .scrollable-content-wrap {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 734px) {
    .page-overview .section-tools .gallery-container {
    min-height: 345px;
    }
}

@media only screen and (max-width: 734px) {
    .page-overview .section-tools .dotnav {
        bottom: -77px;
    }
}

@media only screen and (max-width: 734px) {
    .page-overview .section-tools {
        padding: 100px 0 96px;
    }
}

.nowrap-m {
    white-space: normal;
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .nowrap-m {
        white-space: nowrap;
    }
}