.fileDragDrop {
    position: relative;
    height: 10em;
    text-align: center;
    border-radius: 4px;
    border: 1px dashed #d7dfdd;
    margin-bottom: .4em;
    padding: 10px 0;
}

.fileDragDrop input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100% !important;
    padding: 0;
    margin: 0 auto;
    border: none;
    cursor: pointer;
}

.fileDragDrop p {
    margin: 1em auto .8em !important;
}

.fileDragDrop p, .fileDragDrop button {
    position: relative;
}

.fileDragDrop em {
    display: inline-block;
    font-weight: bold;
    font-size: 1.2em;
}

.fileDragDrop::after {
    content: '從本機上傳';
    display: inline-block;
    padding: 0 .8em;
    height: 2.4em;
    line-height: 2.4;
    background: #7d979e;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    margin-left: 3px;
}

.fileDragDrop:hover::after {
    background: #436672;
    -webkit-box-shadow: #436672 0 0 0 2px;
    box-shadow: #436672 0 0 0 2px;
}

.hint, .tips {
    font-size: .92em;
    line-height: 1.5;
    max-width: 95% !important;
    margin-bottom: 15px !important;
}
/*增加月曆style*/
.year_month_block {
    font-size: 2em;
    text-align: center;
    margin: 40px 0;
    font-weight: 500;
}
.year_month_block .prev_btn, .year_month_block .next_btn {
    display: inline-block;
    vertical-align: middle;
}
.year_month_block .prev_btn a, .year_month_block .next_btn a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #666;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
}
.year_month_block .year_month {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.calendar_Tb table {
    word-break: break-all;
    table-layout: fixed;
}
.calendar_Tb table thead {
    margin-bottom: 5px;
}
.calendar_Tb table tr {
    background-color: #fff;
}
.calendar_Tb table th {
    background-color: #d3d3d3 !important;
    border: 1px solid #999;
    /* border: 5px solid #f8f3e4; */
    color: #333;
    padding: 0.5em 1em;
    width: 14.28%;
    font-size: 1.25em;
    font-weight: 400;
}
.calendar_Tb table td {
    position: relative;
    border: 1px solid #999;
    padding: 0.5em;
    vertical-align: top;
}
.calendar_Tb table th.weekend {
    background-color: #f66f62 !important;
    color: #fff;
}
.calendar_Tb table ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
/* .calendar_Tb table .num_date {
    position: absolute;
    top: 0px;
    right: 5px;
    text-align: right;
    color: #7a7a7a;
    font-size: 1.063em;
    font-weight: bolder;
} */
.calendar_Tb table td.othermonth {
    background-color: #d5d5d5;
}
.calendar_Tb table td.othermonth .num_date {
    color: #b4b4b4;
}

/*修正Tabs暫用*/
.tabBtn_block .tab_items {
    justify-content: initial;
}
.tabBtn_block .tab_items .btn {
    flex: none;
    min-width: 20%;
    margin-right: 10px;
}