/* ------全域設定------ */
* {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 550;
    font-style: normal;
}

/* ------主題樣式------ */
.bg-footer {
        /* background-color: #D4145A; */
        /* background-color: #ee7752; */
        /* background-color: purple; */
        background-color: rgba(255, 255, 255, 0);

    }

   


.pageBtn {
        width: auto;
        width: 30dvw;
        background-repeat: no-repeat;
        /* border: white 3px solid; */
        margin: 1rem 0.5rem;
        text-align: center;
        color: #000000;
        border-radius: 15px;
        box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.1);
        display:inline-flex;
        justify-content: center;
        align-items: center;
        padding: 1rem;

    }

.bg-btn-top {
        width: auto;
        height: 40dvw;
        background-repeat: no-repeat;
        /* border: white 3px solid; */
        margin: 1rem 0.5rem;
        text-align: center;
        color: #000000;
        border-radius: 15px;
        /* box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.1); */
        display:inline-flex;
        justify-content: center;
        align-items: center;
        padding: 1rem;

    }

.bg-btn-bottom {
        width: auto;
        height: 3dvh;
        background-repeat: no-repeat;
        /* border: white 3px solid; */
        /* margin: 1rem 0.5rem; */
        text-align: center;
        color: #000000;
        border-radius: 15px;
        /* box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.1); */
        display:inline-flex;
        justify-content: center;
        align-items: center;
        /* padding: 1rem; */

    }

     @media (max-width:768px) {
        .bg-btn-top {
        height: 50dvw;
        

    }

     }

    /* ------主視覺------ */
.top-img {
    /* background-color: blanchedalmond; */
    width: 100%;
    /* max-width: max-content; */
    /* min-width: min-content; */
}

.top-img .top-img-box {
    /* border-bottom: red solid 6px; */
    width: 100%;
    /* margin: 0 auto; */
    overflow: hidden;

}

.top-img .top-img-box img {
    width: 100%;
}

.top-img .top-img-box .pc {
    display: inline-block;
}

.top-img .top-img-box .mb {
    display: none;
}

@media (max-width:768px) {
    .top-img {
        margin-top: 0;
    }

    .top-img .top-img-box {
        border-radius: 0px;
    }

    .top-img .top-img-box {
        padding: 0px;
    }

    .top-img .top-img-box .pc {
        display: none;
    }

    .top-img .top-img-box .mb {
        display: inline-block;
    }
}

/* ------主視覺END------ */


/* ------footer------ */
footer {
    /* background-color: brown; */
    width: 100%;
    height: 100%;
    color: rgb(25, 21, 77);

}



.R18-box {
    /* border: 2px solid white; */

    margin-top: 1rem;

}
@media (max-width:768px) {
    .R18-box{
        margin-top: 0rem;
        padding-bottom: 1rem;
    }

}

.R18-logo {
    max-width: 64px;
    display: inline-block;
    /* border: 2px solid white; */
    margin-bottom: 1rem;
}

.R18-text {
    max-height: 64px;
    /* line-height: 60px; */
    padding-left: 2rem;
    display: inline-block;
    /* border: 2px solid white; */
    vertical-align: middle;
    text-align: justify;

}

@media (max-width:768px) {
    .R18-text {
        padding-left: 0rem;
    }

}

.social-icon {
    width: 56px;
    height: 56px;
    margin-left: 1rem;
    /* aspect-ratio: 1/1; */
    /* padding-left: 1rem; */
}

/* ------footer END------ */

/* -------pop------- */
/* pop */
    .pop {
        position: fixed;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        bottom: 10%;
        right: 20px;
        z-index: 2;
        gap: 12px;
    }

    .pageBtn-box {
        /* height: 60px; */
        /* min-height: 10dvh; */
        display: inline-block;
        display: flex;
        justify-content: center;
        gap: 1rem;
        /* border-top: 5px solid #D4145A; */
        /* border-top: 10px solid #e73c7e; */
        /* border-bottom: 3px solid skyblue; */
        /* box-shadow: 2px 2px 10px black; */


    }

    .pageBtn {
        width: auto;
        width: 30dvw;
        background-repeat: no-repeat;
        /* border: white 1px solid; */
        margin: 1rem 1rem;
        text-align: center;
        /* color: #ddd; */
        /* border-radius: 15px; */
        box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        padding-top: 1.5rem;

    }



    .pageBtn a {
        /* color: #ffffff; */

        text-decoration: none;

        /* background-color: #ff1395; */
    }

    .pageBtn a h2 {
        color:rgb(255, 255, 255);
        font-size: 1.5rem;
    }

    @media (max-width:768px) {
        .pageBtn {
            /* width: auto; */
            width: 40dvw;
            /* max-width: 50dvw; */
            height: 15dvw;
           align-items: center;
            margin: 5px;
             /* border-radius: 8px; */
        }

       

        .pageBtn a h2 {
            color: rgb(255, 255, 255);
            font-size: 1.2rem;
        }
    }

    /* .bg-btn-top {
        height: 50dvw;
    }

    .bg-btn-bottom {
        height: 5dvh;
    } */

     .pageBtn:hover {
        /* scale: 1.05; */
        transition: 0.3s;
        /* border: white 1px solid; */
        color:rgb(53, 47, 143);
        background-color: #1cccc3;
        /* background-color: plum; */
        /* background: rgb(172, 133, 213); */
        /* background: linear-gradient(313deg, rgba(172, 133, 213, 1) 0%, rgba(82, 103, 237, 1) 30%, rgba(36, 150, 218, 1) 68%, rgba(0, 69, 255, 1) 100%);
        background: linear-gradient(313deg, rgb(196, 147, 248) 0%, rgb(98, 112, 204) 30%, rgb(167, 73, 204) 68%, rgb(236, 116, 172) 100%);
        background: linear-gradient(313deg, rgb(133, 208, 213) 0%, rgb(82, 237, 152) 30%, rgb(36, 218, 60) 68%, rgb(143, 240, 134) 100%); */
        box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.514);

    }

    .pageBtn a:hover {
        /* color: #ff1395; */
        text-decoration: none;

        /* background-color: #ff1395; */
    }

    .pageBtn span {
        /* padding: 20px; */
        /* border: #ffffff solid 2px; */
    }