.l-breadcrumbBottom__inner {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 768px) {
    .l-breadcrumbBottom__inner {
        margin-top: 1em !important;
	padding-left: calc(15 / 375 * 100%) !important;
	padding-right: calc(15 / 375 * 100%) !important;
    }
}

.l-korerepo__content {
    max-height: 22.5em;
    position: relative;
    overflow: hidden;
}

.l-korerepo__content::after {
    content: "";
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, transparent 10%, white);
}

.l-korerepo__content.no-after::after {
    content: none;
}

.l-korerepo__content h3 {
    margin-top: 7px;
}

.ellipsis {
    width: calc(100% - 15px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    }