﻿
/*for forms*/
/*-- subscribe form styles */
/*#box_order_before {
            height: 1.5em;
            width: 100%;
            margin: 0 auto;
        }*/

#box_order_before {
    /* height: 1.5em; */
    /* width: 100%; */
    margin: 1em auto 0px auto;
    text-align: center;
    font-family: 'Noto Serif TC', serif;
    color: #000;
    font-size: 3.66em;
    font-weight: 700;
    line-height: 1.5;
}

#box_order_before2 {
    margin: 80px auto 0px auto;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    color: #444;
    font-size: 2.0em;
    font-weight: 400;
    line-height: 1.75;
    padding-top: 1.2em;
}

@media screen and (max-width: 992px) {
    #box_order_before {
        margin: 30px auto 0px auto;
    }

    #box_order_before2 {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 634px) {
    #box_order_before {
        margin: 30px auto 0px auto;
        font-size: 1.8em;
    }

    #box_order_before2 {
        font-size: 1.0em;
        margin: 40px auto 0px auto;
        padding-top: 0em;
    }
}

@media screen and (max-width: 386px) {
    #box_order_before {
        margin: 30px auto 0px auto;
        font-size: 1.66em;
    }

    #box_order_before2 {
        margin: 20px auto 0px auto;
        padding-top: 0em;
    }
}


#NetOrderFormInstance2020Oct_SEDCityList,
#NetOrderFormInstance2020Oct_SEDAreaList {
    height: 1.8em;
}

#NetOrderFormInstance2020Oct_TxtHPhone,
#NetOrderFormInstance2020Oct_TxtOPhone,
#NetOrderFormInstance2020Oct_TxtMPhone {
    height: 2em;
}

@media screen and (max-width: 456px) {
    #NetOrderFormInstance2020Oct_TxtHPhone,
    #NetOrderFormInstance2020Oct_TxtOPhone,
    #NetOrderFormInstance2020Oct_TxtMPhone {
        width: 100%;
    }
}

#NetOrderFormInstance2020Oct_Label12,
#NetOrderFormInstance2020Oct_Label16,
#NetOrderFormInstance2020Oct_Label23 {
    flex: 0 0 auto;
}

#NetOrderFormInstance2020Oct_RadCaptcha1_CaptchaTextBox {
    font-size: 1.6em;
    text-align: center;
}

#NetOrderFormInstance2020Oct_RadCaptcha1 {
    width: 40%;
}

@media screen and (max-width: 512px) {
    #NetOrderFormInstance2020Oct_RadCaptcha1 {
        width: 80%;
    }
}


.mydropdownlist {
    border: solid 1px #555;
}


.sdrop-shadow {
    filter: drop-shadow(0px 0px 1vw rgba(55, 55, 55, 1));
}
.xsdrop-shadow {
    filter: drop-shadow(1px 1px 0.5vw rgba(55, 55, 55, 1));
}
.sshadow {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(85,85,85,1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(85,85,85,1);
    box-shadow: 0px 2px 10px 0px rgba(85,85,85,1);
}

.hshadow {
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75);
}

.title-size-652 {
    font-size: 6.52vw;
}
.title-size-480 {
    font-size: 4.8vw;
}
.title-size-550 {
    font-size: 5.5vw;
}
.title-size-450 {
    font-size: 4.5vw;
}