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

.section-hero .typography-intro{
    margin-bottom: 24px;
}

/* Medium Viewport 이하 */
@media screen and (max-width: 1068px) {
    .section-hero .typography-intro{
        margin-bottom: 33px;
    }
}
/* Small Viewport 이하 */
@media screen and (max-width: 735px) {
    .section-hero .typography-intro{
        margin-bottom: 47px;
    }
    .small-hide{
        display: none;
    }

} 

.icon{
    white-space: nowrap;
    margin-left: -4.55px;
}