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

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

.icon-playcircle.icon-after:after{
    top: 0;
}

/* line-height */
.typography-all-stories-headline:lang(ko){
    line-height: 1.1;
}

@media only screen and (max-width:1068px){
    .typography-all-stories-headline:lang(ko){
        line-height: 1.1875;
    }
}

@media only screen and (max-width:734px){
    .typography-all-stories-headline:lang(ko){
        line-height: 1.2;
    }
}

.button:lang(ko){
    line-height: normal;
}

@media only screen and (max-width:734px){
    .button:lang(ko),
    .section-router .section-content .button:lang(ko),
    .section-all-stories .button:lang(ko){
        line-height: 1.2857742857;
    }
}

.modal.k12-modal-how-to-buy a.icon-wrapper:link, .modal.k12-modal-how-to-buy a.icon-wrapper:visited {
    text-decoration: none;
}

@media only screen and (max-width:734px) {
    .typography-body-article-content:lang(ko) {
        letter-spacing: -0.022em;
    }
}
