body{
    /* Control over the text inflation algorithm used on some mobile devices. */
    -webkit-text-size-adjust:none; /* Safair & Chrome */
    -ms-text-size-adjust:none; /* IE */
    -moz-text-size-adjust:none; /* Firefox */
    text-size-adjust:none; /*Other browsers*/
}
.linebot_h3{
    font-size: 20px !important; 
}
.linebot_p{
    text-indent: 0em !important;
    font-size: 16px !important; 
    padding-top: 10px !important; 
}
.linebot_ul{
    font-size: 16px !important; 
    padding-top: 10px !important; 
}
.feature_div_all{
    position: relative; 
    width: 960; 
    height: 875; 
    top: 0; 
    /*border:solid black 3px;*/
}
.feature_div_left_top_errorMsg{
    font-family: 微軟正黑體;
    position: absolute; 
    width: 500; 
    height: 100; 
    top: -5;
    left: 0; 
    /*border: solid black 3px;*/
}
.feature_div_left_top{
    font-family: 微軟正黑體;
    position: absolute; 
    width: 500; 
    height: 200; 
    top: 20;
    left: 0; 
    /*border: solid yellow 3px;*/
}
.feature_div_left_bottom{
    font-family: 微軟正黑體;
    position: absolute;
    width: 500; 
    height: 600;
    bottom: 30;
    left: 0; 
    /*border: solid blue 3px;*/
}
.feature_div_right{
    position: absolute; 
    width: 460; 
    height: 870; 
    right: 0; 
    /*border: solid red 3px;*/
}
.feature_video{
    position :absolute; 
    width: 75.8%;
    top: 87; 
    left: 65; 
    z-index: 0;
    border: solid black 3px;
}
.feature_step{
    cursor: pointer;
    font-size: 18;
}