body {
    font-family: sans-serif;
}

.leadertravelLink {
    text-decoration: none;
    color: #405d95;
}

.leaderTravel {
    width: 100%;
    padding: 1px;
    background-color: #405d95;
    color: #ffffff;
    text-align: center;
    margin: auto;
}

/* 商品列抬頭 */
.cardTittle{
    padding: 30px 0px 10px 0px!important;
    background-color: antiquewhite;
}
.cardTittle:hover{
    cursor:auto !important;
    background-color: antiquewhite !important;
}
.priceLittleDate{
    font-size:1.3rem !important;
    font-weight: bold;
}
.priceLittleDiv{
    font-size:1.3rem !important;
    font-weight: bold;
}
.priceLittleTxt{
    font-size:1.3rem !important;
    font-weight: bold;
    justify-content: center !important;
}

@media(max-width:970px){
    .cardTittle{
        display: none;
    }
}
/* 商品列抬頭結束 */

.card {
    width: 100%;
    max-width: 1200px;
    border-bottom: 1px solid #bebebe;
    cursor: pointer;
    margin: auto;
}

.card:hover {
    background-color: #dadada;
    /* border-radius: 20px; */
}

.card-content {
    width: 100%;
    display: flex;
    padding: 0px 2px;
}

@media(max-width:690px){
    .card-content {
        margin-top: 10px;
    }
}

.txtDiv {
    width: 100%;
    padding: 0px 10px;
}

.txtDiv p {
    margin-top: 0px;
    text-align: left;
    color: rgb(104, 104, 104);
}

.txtDiv h3 {
    margin-bottom: 0px;
    text-align: left;
}

.leaderDate {
    width: 15%;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: left;
    color: black;
}

@media(max-width:645px){
    .leaderDate {
    width: 100%;
}
}


.priceDiv {
    width: 25%;
    display: flex;
    justify-content: end;
    align-items: end;
}

.price {
    color: black;
    padding: 0px 10px;
}

.priceNum {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(255, 0, 0);
}

@media(max-width:690px) {
    .leaderTravel {
        padding: 3px;
    }

    .leaderTravel h3 {
        margin: 0px;
    }

    .card-content {
        display: block;
    }

    .txtDiv {
        padding: 0px;
    }

    .txtDiv h3 {
        margin: 0px;
    }

    .txtDiv p {
        margin: 0px;
    }

    .leaderDate {
        display: block;
        padding: 0px;
    }

    .leaderDate p {
        margin: 0px;
    }
    
    .priceDiv {
        width: 100%;
    }
}