.section1 {
    position: relative;
}

.pc_banner {
    width: 100%;
    height: auto;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.content pre {
    font-size: 25px;
    color: #fff;
    line-height: 1.3;
    font-family: '6SemiBold' !important;
}
.section2 {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}
.section2 .btn_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.section2 .btn_wrap a{
    width: calc(33% - 15px);
    background-color: #f3efec;
    border-radius: 15px;
    padding: 25px;
    height: 250px;
    font-size: 23px;
    font-family: '7Bold' !important;
    line-height: 1.3;
    position: relative;
}
.btn_wrap a:nth-child(1) {
    background-image: url('../img/mani-btn-1.png');
    background-position: right 25px bottom 25px;
    background-repeat: no-repeat;
    background-size: 30%;
}

.btn_wrap a:nth-child(2) {
    background-image: url('../img/mani-btn-2.png');
    background-position: right 25px bottom 25px;
    background-repeat: no-repeat;
    background-size: 23%;
}

.btn_wrap a:nth-child(3) {
    background-image: url('../img/mani-btn-3.png');
    background-position: right 25px bottom 25px;
    background-repeat: no-repeat;
    background-size: 25%;
}

.btn_wrap a:nth-child(4) {
    background-image: url('../img/mani-btn-4.png');
    background-position: right 25px bottom 25px;
    background-repeat: no-repeat;
    background-size: 25%;
}

.btn_wrap a:nth-child(5) {
    background-image: url('../img/mani-btn-5.png');
    background-position: right 25px bottom 25px;
    background-repeat: no-repeat;
    background-size:20%;
}

.btn_wrap a:nth-child(6) {
    background-image: url('../img/mani-btn-6.png');
    background-position: right 25px bottom 25px;
    background-repeat: no-repeat;
    background-size: 30%;
}
.mo_banner {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .mo_banner {
        width: 100%;
        height: auto;
        display: block !important;
    }
    .pc_banner {
        display: none !important;
    }
    .content pre {
        font-size: 20px;
        text-align: center;
    }
    .content {
        top: 23%;
        padding: 20px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .section2 {
        width: 90%;
        max-width: 100%;
        margin: 30px auto;
    }
    .section2 .btn_wrap {
        gap: 15px;
    }
    .section2 .btn_wrap a {
        width: calc(50% - 8px);
        padding: 15px;
        height: 140px;
        font-size: 17px;
        border-radius: 10px;
    }
    .btn_wrap a:nth-child(1) {
        background-position: right 15px bottom 15px;
        background-size: 40%;
    }
    .btn_wrap a:nth-child(2) {
        background-position: right 15px bottom 15px;
        background-size: 30%;
    }
    .btn_wrap a:nth-child(3) {
        background-position: right 15px bottom 15px;
        background-size: 37%;
    }
    .btn_wrap a:nth-child(4) {
        background-position: right 15px bottom 15px;
        background-size: 38%;
    }
    .btn_wrap a:nth-child(5) {
        background-position: right 15px bottom 15px;
        background-size: 31%;
    }
    .btn_wrap a:nth-child(6) {
        background-position: right 15px bottom 15px;
        background-size: 45%;
    }
}