header {
    position: sticky;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ececf4;
}
header .header {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .header h1 {
    width: 150px;
}
header .header h1 a {
    width: 100%;
}
header .header h1 a img {
    width: 100%;
}
header .header nav {
    display: flex;
    gap: 60px;
    height: 100%;
}
header .header nav a {
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    height: 100%;
    border-bottom: 3px solid #fff;
}

main {
    padding: 40px 0 100px;
    max-width: 1200px;
    margin: 0 auto;
}
main .bnr {
    padding: 60px 80px;
    display: flex;
    background-color: #0c1175;
    justify-content: flex-end;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 80px;
    background-image: url(../img/main-img-1.png);
    background-size: 220px;
    background-position: left 100px center;
    background-repeat: no-repeat;
}
main .mobile {
    display: none;
    height: 35rem;
    align-items: flex-end;
    padding: 3rem 3rem !important;
    background-size: 14rem !important;
    background-position: top 3rem center !important;
}
main .mobile p {
    text-align: center;
    font-size: 1.8rem !important;
    width: 100% !important;
    margin: 0 auto !important;
}
main .bnr img {}
main .bnr p {
    font-size: 24px;
    color: #d6d8ed;
    line-height: 1.4;
}
main .menuWrap {}
main .menuWrap h2 {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'S-CoreDream-6Bold';
}
main .menuWrap h2 span {
    font-size: 24px;
    font-weight: 800;
    color: #0c1175;
    font-family: 'S-CoreDream-6Bold';
}
main .menuWrap .menu {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: space-between;
}
main .menuWrap .menu a {
    width: calc(100% / 3 - 15px);
    display: flex;
    flex-flow: column nowrap;
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
    border: 1px solid #d9d9d9;
}
main .menuWrap .menu a .image {
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c5ebff;
}
main .menuWrap .menu a:nth-of-type(2) .image {
    background: #ffdfea;
}
main .menuWrap .menu a:nth-of-type(3) .image {
    background: #dee9ff;
}
main .menuWrap .menu a:nth-of-type(4) .image {
    background: #c7dbfe;
}
main .menuWrap .menu a:nth-of-type(5) .image {
    background: #e2f7e2;
}
main .menuWrap .menu a:nth-of-type(6) .image {
    background: #ffedd9;
}
main .menuWrap .menu a .image img {
    height: 50%;
}
main .menuWrap .menu a .text {
    height: 50%;
    display: flex;
    text-align: center;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
main .menuWrap .menu a .text h3 {
    font-size: 20px;
    font-weight: 800;
}
main .menuWrap .menu a .text p {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #737374;
}
main .menuWrap .menu a .text p img {
    width: 25px;
}
main > h2 {
    font-size: 24px;
    font-weight: 800;
    padding: 60px 80px;
    border-radius: 20px;
    background: #c5ebff;
    background-image: url(../img/main-img-2.png);
    background-size: auto 80px;
    background-position: right 80px center;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}
main > h3 {
    font-size: 24px;
    font-weight: 800;
    color: #2d3bb0;
    margin-bottom: 20px;
}
main > pre {
    line-height: 1.4;
    font-size: 18px;
    color: #898989;
    margin-bottom: 60px;
}
main > pre em {
    font-size: 18px;
    color: #1b70eb;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.4;
    display: inline-block;
}
main .buttonWrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
main .buttonWrap a {
    width: 50%;
    border-radius: 20px;
    padding: 40px 80px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    gap: 30px;
    background-color: #ffdfea;
    background-image: url(../img/main-img-3.png);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: right 100px center;
}
main .buttonWrap a:nth-of-type(2) {
    background-color: #dee9ff;
    background-image: url(../img/main-img-4.png);
}
main .buttonWrap a h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
}
main .buttonWrap a p {
    font-size: 20px;
    color: #6d6c6c;
    display: flex;
    align-items: center;
    gap: 5px;
}
main .buttonWrap a p img {
    width: 25px;
}
main .buttonWrap .solo {
    width: 100%;
    gap: 20px;
    background-color: #e2f7e2;
    background-image: url(../img/main-img-6.png);
}

@media screen and (max-width: 1200px) {
    header {
        padding: 0 1.5rem;
    }
    main {
        padding: 3rem 1.5rem 10rem;
    }
    main .bnr {
        padding: 4rem 4rem;
        background-position: left 60px center;
    }
    main .bnr p {
        width: 55%;
    }
    main .buttonWrap a {
        padding: 2rem 2rem;
        background-size: 8rem;
        background-position: right 2rem center;
    }
}
@media screen and (max-width: 768px) {
    header {
        height: auto;
    }
    header .header h1 {
        width: 10rem;
    }
    header .header {
        flex-flow: column nowrap;
        gap: 2rem;
        padding-top: 1.5rem;
    }
    header .header nav a {
        font-size: 1.8rem;
        padding-bottom: 1.5rem;
    }
    main .bnr {
        display: none;
    }
    main .mobile {
        display: flex;
        margin-bottom: 6rem !important;
        height: 35rem;
        align-items: flex-end;
        padding: 3rem 3rem;
        background-size: 14rem !important;
        background-position: top 3rem center !important;
    }
    main > h2 {
        font-size: 1.8rem;
        padding: 4rem 2rem;
        background-size: auto 5rem;
        background-position: right 2rem center;
    }
    main > h3 {
        font-size: 2rem;
        line-height: 1.4;
    }
    main .buttonWrap {
        flex-flow: column nowrap;
    }
    main .buttonWrap a {
        width: 100%;
        padding: 4rem 4rem;
        background-size: 10rem;
        background-position: right 4rem center;
    }
    main .menuWrap h2 {
        font-size: 1.8rem;
        margin-bottom: 4rem;
    }
    main .menuWrap h2 span {
        font-size: 1.8rem;
    }
    main .buttonWrap a h3 {
        font-size: 1.8rem;
    }
    main .buttonWrap a p {
        font-size: 1.6rem;
    }
    main .menuWrap .menu {
        gap: 1.5rem;
    }
    main .menuWrap .menu a {
        width: calc(50% - 0.75rem);
        height: 20rem;
    }
    main .menuWrap .menu a .image {
        height: 40%;
    }
    main .menuWrap .menu a .image img {
        height: 60%;
    }
    main .menuWrap .menu a .text {
        height: 60%;
        padding: 0 1.5rem;
    }
    main .menuWrap .menu a .text h3 {
        font-size: 1.8rem;
        line-height: 1.4;
    }
    main .menuWrap .menu a .text p {
        font-size: 1.6rem;
    }
    main .menuWrap .menu a .text p img {
        width: 2rem;
    }
}