
.index-wrap {
    width: 100%;
    height: 400px;
    background: var(--color-sub) url(/pages/header/images/main-img_01.jpg) no-repeat center / auto ;
    background-size: cover;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
@media (min-width:1060px) {
    .index-wrap {
        height: calc(100vh - 80px);
    }
}
.index-wrap_Inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.index-qlink {
    font-size: 18px;
    padding: 8px 50px;
    /* border: 1px solid var(--color-main); */
    background-color: var(--color-main);
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(120deg, #192547 0%, #57bbeb 100%);
}