.\!all-revert {
    all: revert !important;
}

.\!basis-140px-to-auto {
    flex-basis: 140px !important;
}

.border-top-0 {
    border-top: 0;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex-col {
    flex-direction: column;
}

.gap-20px {
    gap: 20px;
}

.grow {
    flex-grow: 1;
}

.hidden {
    display: none;
}

.\!hidden {
    display: none !important;
}

.items-center {
    align-items: center;
}

.overflow-scroll {
    overflow: scroll !important;
}

.red {
    color: red;
}

.w-30px {
    width: 30px;
}

/* 讓按鈕顯示手的圖示 */
a.btn.btn01:hover {
    cursor: pointer;
}

@media(max-width:650px) {
    .\!basis-140px-to-auto {
        flex-basis: auto !important;
    }
}

@media(max-width:780px) {
    .\!width100PercentSmallWeb {
        width : 100% !important;
    }
}

/* tab選項小網滿版自動折行 */
@media(max-width:780px) {
    .tab_hd>ul.ulli {
        display : ruby !important;
    }
}
