/* icon */
.icon-wrapper .icon,
.icon-wrapper .more::after,
.icon-wrapper .icon-before::before,
.icon-wrapper .icon-after::after {
    position: relative !important;
}

.nowrap {
    display: inline-block;
    text-decoration: inherit;
    white-space:nowrap
}

@media only screen and (max-width: 1068px) and (min-width: 735px){
    .nowrap {
        display: inline-block;
        text-decoration: inherit;
        white-space:normal;
    }
}

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

.more:before,
.more:after,
.icon-chevronright:after,
#ac-globalfooter .ac-gf-more:after,
html:not([dir=rtl]):lang(ko) .more:after {
    top: -0.09em;
}

.icon-arrowdowncircle:after, .icon-arrowdowncircle:before{
    top: 0;
}