.hw-space {
    height: 320px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.hw-space img {
    max-height: 100%;
}

.ods-ps5 {
    top: 11px;
    right: 45px;
}

.ods-tv {
    top: 11px;
    right: 14px;
}

.lc-wrap {
    padding: 24px;
    border-radius: 16px;
}

.custom-visual {
    padding: 24px 16px;
    border-radius: 16px;
    min-height: 590px;
    overflow: hidden;
}

.custom-visual-v1 {
    padding: 44px 24px;
    min-height: 613px;
}

.mwc-custom {
    padding-bottom: 20px;
}

.custom-modal-visual {
    position: relative;
}

.custom-visual .media {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.custom-visual .media-cnt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1);
    background-size: cover;
    transition: ease .5s;
}

.custom-mode-v1 .media {
    height: 230px;
}

@media screen and (max-width: 767.98px) {
    .omb-custom .media {
        padding-bottom: 75.5%;
    }

    .omb-custom .content {
        padding-top: 40px;
    }

    .btn-custom-xs {
        font-size: 20px;
        line-height: 62px;
        display: block;
    }

    .media.custom-mode-xs {
        padding-bottom: 75.5%;
    }

    .btn-small-xs {
        font-size: 16px;
        line-height: 38px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 992px) {
    .custom-mode-v1 {
        border-radius: 32px;
    }

    .custom-mode-v1 .media {
        height: 322px;
    }

    .lc-wrap {
        padding: 40px;
        border-radius: 32px;
    }

    .custom-visual {
        padding: 60px;
        border-radius: 48px;
        min-height: 476px;
        overflow: hidden;
    }

    .custom-visual-v1 {
        min-height: 641px;
    }

    .custom-visual:hover .media-cnt {
        transform: scale(1.1);
    }

    .custom-modal-visual {
        height: 337px;
        margin-top: -32px;
        margin-bottom: -32px;
    }

    .hw-space {
        height: 368px;
        border-radius: 32px;
    }

    .summary-card-custom {
        border-radius: 32px;
    }
}