.ogs-v2-top-slider {
    border: none;
    left: calc(-50vw + 50%);
    width: 100vw;
    margin-bottom: 32px!important;
}

.ogs-v2-top-slider .flex-control-paging li a {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--COLOR_HAIRLINE);
}

.ogs-v2-top-slider .flex-control-paging li a.flex-active {
    background-color: var(--COLOR_SECONDARY);
}

.ogs-v2-top-slider .flex-control-nav {
    bottom: 0px;
}

.ogs-v2-top-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.ogs-v2-top-list .ogs-v2-top-list-item {
    width: 50%;
    margin-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}

.ogs-v2-top-list img {
    width: 100%;
    height: auto;
}

.ogs-v2-top-list .ogs-v2-top-list-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.ogs-v2-top-list .ogs-v2-top-list-label img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
}

.ogs-v2-top-list .ogs-v2-top-list-thumbnail {}

.ogs-v2-top-list .ogs-v2-top-list-text {
    margin-top: 16px;
}

.ogs-v2-top-information .FREE-TEXT {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--COLOR_HAIRLINE);
    padding-top: 32px;
    padding-bottom: 32px;
}

.ogs-v2-top-information .FREE-TEXT small {
    font-size: 0.8em;
}

.ogs-v2-top-information .FREE-TEXT * {
    margin-bottom: 8px;
}

.ogs-v2-top-information .FREE-TEXT *:last-child {
    margin-bottom: 0px;
}

.ogs-v2-top-information .FREE-TEXT h1,
.ogs-v2-top-information .FREE-TEXT h2,
.ogs-v2-top-information .FREE-TEXT h3,
.ogs-v2-top-information .FREE-TEXT h4,
.ogs-v2-top-information .FREE-TEXT p {
    text-align: center;
}

.ogs-v2-top-bunners {
    display: flex;
    margin: 8px -8px 32px -8px;
    flex-wrap: wrap;
}

.ogs-v2-top-bunners .ogs-v2-top-bunner {
    display: block;
    margin: 8px;
}

.ogs-v2-top-bunners .ogs-v2-top-bunner img {
    width: 100%;
    height: auto;
}

.ogs-v2-top-empty {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px;
}

.ogs-v2-top-empty i {
    font-size: 40px;
    line-height: 40px;
    opacity: 0.3;
}

.ogs-v2-top-list.type-full {
    left: calc(-50vw + 50%);
    width: 100vw;
    margin: 0;
}

.ogs-v2-top-list.type-full .ogs-v2-top-list-text {
    margin-left: 16px;
    margin-right: 16px;
}

.ogs-v2-top-list.type-full .ogs-v2-top-list-item {
    padding: 0;
}

.ogs-v2-top-list .ogs-v2-top-list-item.type-overlay {
    margin-bottom: 0;
}

.ogs-v2-top-list .ogs-v2-top-list-item.type-overlay a {
    display: block;
}

.ogs-v2-top-list .ogs-v2-top-list-item.type-overlay .ogs-v2-top-list-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    padding: 16px;
    margin: 0;
}

@media screen and (min-width:1024px) {
    .ogs-v2-top-list .ogs-v2-top-list-item {
        width: 33.333333%;
    }
    .ogs-v2-top-bunners {
        flex-wrap: nowrap;
    }
}