﻿/*popup視窗title*/
.popup-title{
    font-family: 微軟正黑體;
    background: #e30000;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    /*padding: 15px;*/
    padding: 10px;
    }

/* 320px - 980px */
/* 2021.07.30 */
@media only screen and (min-width: 320px) and (max-width:1020px) {
    .OverView-big {
      display:none !important;
    }
}