@font-face {
    font-family: 'paybooc-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'paybooc-Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#theme-home ._st-cover {
    box-sizing: border-box;
    height: 400px;
    overflow: hidden;

    position: relative;
}

#theme-home ._st-copy {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);

    width: 100%;
    max-width: 1100px;
}
#theme-home ._st-copy__inner {
    position: absolute;
    right: 20px;

    padding: 20px;
    border-radius: 10px;
}
#theme-home ._st-copy__title {
    font-family: 'paybooc-Bold';
    font-size: 48px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
#theme-home ._st-copy__desc {
    font-family: 'paybooc-Light';
    font-size: 16px;
    margin: 20px 0;
    font-weight: bold;
}
#theme-home ._st-copy__btn {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    padding: 10px 40px;
    border-radius: 15px;

    color: #fff;
    background-color: #1c1d1f;
}

#theme-home ._st-l-bottom {
    position: relative;
    background-color: var(--st-cover-background-color);
}

#theme-home ._st-card-ls {
    display: -ms-flexbox;
    display: flex;

    -ms-justify-content: center;
    justify-content: center;

    max-width: 1600px;
    padding: 20px 0 0 20px;
    margin: 0 auto;
}

#theme-home ._st-card {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;

    display: block;

    box-sizing: border-box;
    padding: 20px 30px;
    margin: 0 20px 20px 0;
    border-radius: 8px;

    position: relative;

    overflow: hidden;
    color: #fff;
}
#theme-home ._st-card > i {
    font-size: 80px;

    position: absolute;
    right: 15px;
    bottom: 15px;

    opacity: .2;
}
#theme-home ._st-card ._st-card__label {
    font-family: 'paybooc-Bold';
    font-size: 20px;

    display: block;
}
#theme-home ._st-card ._st-card__desc {
    font-family: 'paybooc-Light';
    font-size: 14px;

    line-height: 21px;
    min-height: 63px;
    margin-top: 15px;
}
#theme-home ._st-card:nth-child(1) {
    background-color: var(--blue-cool-30);
}
#theme-home ._st-card:nth-child(2) {
    background-color: var(--orange-30);
}
#theme-home ._st-card:nth-child(3) {
    background-color: var(--violet-vivid-30);
}
#theme-home ._st-card:nth-child(4) {
    background-color: var(--gold-vivid-30);
}

@media (max-width: 768px) {
    #theme-home ._st-cover {
        height: 280px;
    }

    #theme-home ._st-cover > img {
        min-width: 1000px;
    }

    #theme-home ._st-copy__inner {
        left: auto;
        right: 20px;
        background-color: rgba(255, 255, 255, .7);
        backdrop-filter: blur(2px);
    }

    #theme-home ._st-copy__title {
        font-size: 16px;
    }
    #theme-home ._st-copy__desc {
        font-family: 'paybooc-Light';
        font-weight: bold;
        font-size: 14px;
        margin: 10px 0;
    }

    #theme-home ._st-card-ls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #theme-home ._st-card {
        -ms-flex: 1 1 calc(50% - 20px);
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 567px) {
    #theme-home ._st-cover {
        height: 120px;
    }

    #theme-home ._st-cover > img {
        width: 100%;
        min-width: auto;
        transform: translate(-50%, -20%);
    }

    #theme-home ._st-copy {
        top: 20px;

        width: 100%;
        max-width: 1600px;
    }

    #theme-home ._st-copy__title {
        font-size: 14px;
    }

    #theme-home ._st-copy__desc {
        display: none;
    }

    #theme-home ._st-copy__btn {
        display: none;
    }

    #theme-home ._st-card-ls {
        padding: 10px 16px 2px 16px;
    }

    #theme-home ._st-card {
        -ms-flex: 1 1 calc(100% - 20px);
        flex: 1 1 calc(100% - 20px);

        padding: 10px 15px;
        margin: 0 0 8px 0;
    }
    #theme-home ._st-card > i {
        font-size: 30px;

        position: absolute;
        right: 15px;
        bottom: 5px;

        opacity: .5;
    }
    #theme-home ._st-card ._st-card__label {
        font-size: 14px;
    }
    #theme-home ._st-card ._st-card__desc {
        display: none;
    }
}
