﻿.modal-dialog {
    max-width: 400px;
}
/*圖片播放*/
.carousel {
    margin-bottom: 2rem;
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .list_border_s {
        display: block;
        width: 100%;
    }

        .list_border_s a {
            display: block;
        }

            .list_border_s a div {
                /*padding: 10px;*/
            }
}

@media (max-width: 768px) {
    .home_send {
        display: flex;
    }

    .home_send_title_PH {
        display: flex;
        align-items: center;
        /*justify-content: center;*/
        margin-bottom: 0;
        /*width: 80%;*/
    }

        .home_send_title_PH img {
            display: block !important;
            margin: 0px !important;
        }


    .home_send_txt {
        margin-bottom: -20%;
    }
}

.custom-height-60 {
    height: 60px;
}

.custom-height-50 {
    height: 50px;
}
