
@media all and (max-width:400px){

.all_title_01 h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.all_title_01 p {
    font-size: 20px;
}

.svg_img {
    width: 250px;
}

.box_01 {
    padding: 50px 0 100px 0;
}

.box_02 p {
    padding-left: 30px;
    position: relative;
    font-size: 15px;
    margin-bottom: 14px;
}

.box_02 p:after {
    width: 16px;
    height: 16px;
}

.box_03 {
    margin: 30px auto;
}



.ul_01 li {
    width: 100%;
    margin: 6px 0;
}

.ul_01 li a{
    font-size: 16px;
    padding: 20px 20px;
}

.box_04 {
    margin: 20px auto 30px auto;
}

.ul_02 li a {
    font-size: 16px;
    padding:  20px 100p 20px 20px;
}

.select_time_ul li a h3 {
    font-size: 75px;
    line-height: 70px;
}


.all_title_01 h5{
    font-size: 18px;
}


    .box_01_btn{
        /*position: absolute;*/
        background-color:#fdca41 ;
        border-radius: 20px;
        /*bottom: 0;*/
        /*left: 29%;*/
        transform: translateX(-50%);
        color: #fff;
        padding: 15px 20px;
        width: 100%;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
    }

    .box_02_btn {
        background-image: unset !important;
        /*left: 76% !important;*/
        width: 100%;
        background-color: #fdca41 !important;
        color: #FFF !important;
        /*background-image: linear-gradient(to top, #fd9541 0%, #fdca41 100%) !important;*/
    }


}




/*手機轉橫向*/
@media all and (max-height:450px){

    .all_title_01 h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .all_box {
        width: 850px;
    }

    .full_box01.mobile{
        display: flex;
    }

    .full_box01.mobile>div:nth-child(1){
        width: 300px;
    }

    .full_box01.mobile>div:nth-child(2){
        width: calc(100% - 300px);
        display: flex;
    }
    .img_box.style02 {
        height: 50vh;
    }




    .full_box02.mobile{
        display: flex;
        align-items: center;
    }

    .full_box02.mobile>div:nth-child(1) {
        width: 350px;
        text-align: left;
        padding-left: 20px;
    }

    .full_box02.mobile>div:nth-child(2) {
        width: calc(100% - 350px);
        display: flex;
        flex-direction: column;
    }

    .img_box.style03 {
        width: 90%;
        height: 35vh;
        position: static;
        left: 50%;
        transform: translateX(0%);
        bottom: 2vh;
    }





    .select_time_ul {
        align-items: center;
        margin: 0vh auto;
    }

    .select_time_ul li a h3 {
        font-size: 80px;
    }






}











