.centen-img_blue {
    right: 35%;
    transform: translateY(-480%);
}

@media screen and (min-width:1280px) {
    .centen-img_blue {
        transform: translateY(-530%);
    }
}

@media screen and (min-width:1440px) {
    .centen-img_blue {
        transform: translateY(-580%);
    }
}

.section-wish1 {
    margin-top: 1rem;
}

.title-circle {
    width: 30px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
}
@media screen and (min-width:576px) {
    .title-circle {
        margin-right: 0.5rem;
    }
}
@media screen and (min-width:768px) {
    .title-circle {
        width: 40px;
        line-height: 40px;
        margin-left: 1rem;
        margin-right: 1rem;
    }
}
@media screen and (min-width:1024px) {
    .section-wish1 {
        padding-top: 1rem;
    }
}
.bigT {
    color: #303255;
}
@media screen and (max-width: 576px) {
    .bigT {
        font-size: 1.5rem;
    }
}

/*=====================col-sch-2
==========================*/
.section-wish2 {
    margin-top: 1rem;
    margin-bottom: var(--sectionpd);
}
@media screen and (min-width:576px) {
    .section-wish2 {
        margin-top: 2rem;
    }
}
@media screen and (min-width:768px) {
    .section-wish2 {
        margin-top: 3rem;
    }
}
@media screen and (min-width:1024px) {
    .section-wish2 {
        margin-top: 4rem;
    }
}
.box-pic {
    margin-left: 1rem;
    position: relative;
    z-index: 1;
    width: 80%;
    padding-bottom: 70px;
}
@media screen and (min-width:1600px) {
    .box-pic {
        margin-left: 5rem;
        transform: translateX(10%);
    }
    .box-pic2 {
        transform: translateX(-5%);
    }
}
.box-pic__in {
    max-width: 70%;
    z-index: 1;
    border-radius: 30px;
}

.box-pic__in1 img {
    border: solid 8px transparent;
    border-radius: 30px;
    background-image: linear-gradient(#fff, #fff),
        linear-gradient(135deg, rgb(254, 250, 218), rgb(254, 250, 218));
    background-origin: border-box;
    background-clip: content-box, border-box;
}


.box-pic__in2 img {
    border: solid 8px transparent;
    border-radius: 30px;
    background-image: linear-gradient(#fff, #fff),
        linear-gradient(135deg, rgb(249, 230, 232), rgb(249, 230, 232));
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.btn-wish {
    width: 300px;
    height: 70px;
    background-color: #FEFADA;
    border-radius: 15px;
    line-height: normal;
    text-align: center;
    color: #EE7632;
    border: solid 2px #303255;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
    z-index: -1;
    cursor: pointer;
    box-shadow: 3px 3px 0px #303255;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-image: url(../img/wish/arrow.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 50px;
}
@media screen and (min-width:576px) {
    .btn-wish {
        width: 420px;
        background-size: 75px;
    }
}
@media screen and (min-width:768px) {
    .btn-wish {
        width: 300px;
    }
}
@media screen and (min-width:1024px) {
    .btn-wish {
        width: 380px;
    }
}
@media screen and (min-width:1280px) {
    .btn-wish {
        width: 420px;
        height: 90px;
        bottom:-3%;
    }
}
@media screen and (min-width:1440px) {
    .btn-wish {
        width: 460px;
        background-size: 100px;
    }
}
@media screen and (min-width:1600px) {
    .btn-wish {
        width: 500px;
    }
}
@media screen and (min-width:1800px) {
    .btn-wish {
        width: 540px;
    }
}
.btn-wish2 {
    background-color:#F9E6E8;
}

.btn-wish:hover {
    filter: saturate(150%);
    transform: translate(-48%, 2px);
    box-shadow: 0px 0px 0px #303255;
}

.btn-text {
    font-size: 1rem;
    padding-left: 2rem;
}
@media screen and (min-width:576px) {
    .btn-text {
        font-size: 1.5rem;
        padding-left: 2.5rem;
    }
}
@media screen and (min-width:768px) {
    .btn-text {
        font-size: 1rem;
    }
}
@media screen and (min-width:1024px) {
    .btn-text {
        font-size: 1.5rem;
    }
}
@media screen and (min-width:1280px) {
    .btn-text {
        font-size: 1.75rem;
    }
}
@media screen and (min-width:1440px) {
    .btn-text {
        font-size: 2rem;
        padding-left: 4rem;
    }
}
/*------------------------------------------waylist
-----------------------------------------------*/
.way {
    margin-top: 5rem;
    background: url(../img/wish/bg.svg);
    padding-right: 3rem;
    padding-left: 3rem;
    background-size:30px auto
}
@media screen and (min-width:768px) {
    .way {
        margin-top: 7.5rem;
        background-size:80px auto
    }
}

.page-item {
    color: #303255;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    padding-top: 1rem;
}

.adopt_R {
    width: 30%;
    position: absolute;
    right: -24%;
    top: 27%;
}

.adopt_L {
    width: 30%;
    position: absolute;
    left: -14%;
    top: 7%;
}

@media screen and (min-width: 576px) {
    .adopt_R {
        right: -23.5%;
        top: 30%;
    }

    .adopt_L {
        left:-14%;
        top: 7%;
    }
}

@media screen and (min-width: 768px) {
    .adopt_R {
        right: -24%;
        top: 34%;
    }

    .adopt_L {
        left: -13.5%;
        top: 7.5%;
    }
}

.wishlist {
    list-style-type: none;
    padding: 0;
}

.card {
    background-color: #BED2B7;
    border: 2px solid #303255;
    border-radius: 50px;
    padding: 1rem;
    height: 100%;
    box-shadow: none;
}

.card-top {
    border-radius: 50%;
    background-color: #ffffff;
    padding: 30px;
    width: 50%;
    margin: 0 auto;
}
@media screen and (min-width: 576px) {
    .card-top {
        width: 60%;
    }
}
.cord-top2 {
    position: relative;
    width: 150px;
    height: 150px;
}

.card-img-top2 {
    position: absolute;
    margin: 20px 20px;
}

@media screen and (min-width: 480px) {
    .cord-top2 {
        position: relative;
        width: 200px;
        height: 200px;
    }
}

.card-body {
    color: #303255;
    background-color: #BED2B7;
    flex-grow: 1;
}

.card-title {
    color: #303255;
    font-size: 1.625rem;
    margin-top: 1rem;
}

.card-text {
    color: #303255;
    font-size: 1.125rem;
    flex-grow: 1;
    overflow: hidden;

}

@media screen and (min-width: 576px) {
    .cord-top2 {
        width: 110px;
        height: 110px;
    }

    .box-way__p {
        display: flex;
    }

    .waylist li {
        background-position: calc(200px + 1rem) center;
    }

}

@media screen and (min-width: 680px) {
    .cord-top2 {
        width: 140px;
        height: 140px;
    }

}

@media screen and (min-width: 768px) {
    .cord-top2 {
        width: 170px;
        height: 170px;
    }


    .dec-bird {
        width: 200px;
        margin-left: -10%;
        margin-top: -5%;
        z-index: 0;
    }

    .waylist li:not(:last-child) .box-way__num:after {
        height: 50px;
    }

}

@media screen and (min-width: 890px) {
    .cord-top2 {
        width: 200px;
        height: 200px;
    }
}
@media screen and (min-width: 1024px) {
    .cord-top2 {
        width: 100px;
        height: 100px;
    }
}
@media screen and (min-width: 1140px) {
    .cord-top2 {
        width: 120px;
        height: 120px;
    }

}
@media screen and (min-width: 1280px) {
    .cord-top2 {
        width: 140px;
        height: 140px;
    }

}
@media screen and (min-width: 1400px) {
    .cord-top2 {
        width: 160px;
        height: 160px;
    }
}
/*------------------------------------------------note
---------------------------------------------------*/
.note {
    margin-top: 3rem;
    margin-bottom: 7rem;
    padding-bottom: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.notelist dt {
    color: #303255;
    font-family: "NotoSansTC";
    background-color: #CEE8FF;
    border-radius: 50px;
    border: 1px solid #303255;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    clear: both;
    font-size: 1.2rem;
}

.notelist dd {
    background-image: url(../img/wish/dotway.svg);
    background-size: 10px;
    background-position: left 10px;
    background-repeat: no-repeat;
    color: #303255;
    padding-left: 20px;
    clear: both;
}

.wish-ddfb {
    border-bottom: 1px solid #303255;
    padding-bottom: 1px;
}

@media screen and (min-width: 576px) {
    .note {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media screen and (min-width: 576px) {
    .note {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.Notice {
    position: absolute;

}

.Notice_R1 {
    width: 21%;
    right: -19.5%;
    top: 52.5%;
}

.Notice_R2 {
    width: 38%;
    right: -31%;
    top: 14.5%;
}

.Notice_L1 {
    width: 38%;
    left: -29%;
    z-index: 2;
    top: -2.5%;
}

.Notice_L2 {
    width: 35%;
    left: -27%;
    z-index: 1;
    top: 15.5%;
}

@media screen and (min-width: 576px) {
    .Notice_R1 {
        width: 24%;
        right: -21.5%;
        top: 48%;
    }

    .Notice_R2 {
        width: 42%;
        right: -34%;
        top: 7%;
    }

    .Notice_L1 {
        width: 42%;
        left: -33%;
        top: -10.5%;
    }

    .Notice_L2 {
        width: 42%;
        left: -35%;
        top: 2.5%;
    }
}

