/* fontweight */
.fw-900 {
    font-weight: 900 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-bold {
    font-weight: bold !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.fw-normal {
    font-weight: normal !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

/* 文字對齊 */
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}


.text-justify {
    text-align: justify;
}
.text-underline {
    text-decoration: underline;
}


/* .text-wrap {
    white-space: normal;
}

.text-nowrap {
    white-space: nowrap;
} */

/* font-size */
.fontSize_92px {
    font-size: 92px;
}

.fontSize_90px {
    font-size: 90px;
}

.fontSize_88px {
    font-size: 88px;
}

.fontSize_86px {
    font-size: 86px;
}

.fontSize_80px {
    font-size: 80px;
}

.fontSize_74px {
    font-size: 74px;
}

.fontSize_72px {
    font-size: 72px;
}

.fontSize_68px {
    font-size: 68px;
}

.fontSize_66px {
    font-size: 66px;
}

.fontSize_64px {
    font-size: 64px;
}

.fontSize_60px {
    font-size: 60px;
}

.fontSize_56px {
    font-size: 56px;
}
.fontSize_52px {
    font-size: 52px;
}

.fontSize_50px {
    font-size: 50px;
}

.fontSize_48px {
    font-size: 48px;
}

.fontSize_46px {
    font-size: 46px;
}

.fontSize_40px {
    font-size: 40px;
}

.fontSize_38px {
    font-size: 38px;
}

.fontSize_36px {
    font-size: 36px;
}

.fontSize_32px {
    font-size: 32px;
}

.fontSize_30px {
    font-size: 30px;
}

.fontSize_28px {
    font-size: 28px;
}

.fontSize_26px {
    font-size: 26px;
}

.fontSize_24px {
    font-size: 24px;
}
.fontSize_22px {
    font-size: 22px;
}

.fontSize_20px {
    font-size: 20px;
}

.fontSize_18px {
    font-size: 18px;
}

.fontSize_16px {
    font-size: 16px;
}

@media (max-width: 1500px) {

    .fontSize_92px {
        font-size: 4.2vw;
    }
    
    .fontSize_90px {
        font-size: 9vw;
    }
    
    .fontSize_88px {
        font-size: 8.8vw;
    }
    
    .fontSize_86px {
        font-size: 4.15vw;
    }
    
    .fontSize_80px {
        font-size: 4.1vw;
    }
    
    .fontSize_74px {
        font-size: 4.05vw;
    }
    
    .fontSize_72px {
        font-size: 3.9vw;
    }
    
    .fontSize_68px {
        font-size: 3.8vw;
    }
    
    .fontSize_66px {
        font-size: 3.6vw;
    }
    
    .fontSize_64px {
        font-size: 3.5vw;
    }
    
    .fontSize_60px {
        font-size: 3.2vw;
    }
    
    .fontSize_56px {
        font-size: 3.1vw;
    }

    .fontSize_52px {
        font-size: 3vw;
    }
    
    .fontSize_50px {
        font-size: 2.8vw;
    }
    
    .fontSize_48px {
        font-size: 2.7vw;
    }
    
    .fontSize_46px {
        font-size: 2.6vw;
    }
    
    .fontSize_40px {
        font-size: 2.5vw;
    }
    
    .fontSize_38px {
        font-size: 2.4vw;
    }
    
    .fontSize_36px {
        font-size: 2.2vw;
    }
    
    .fontSize_32px {
        font-size: 1.8vw;
    }
    
    .fontSize_30px {
        font-size: 1.7vw;
    }
    
    .fontSize_28px {
        font-size: 1.6vw;
    }
    
    .fontSize_26px {
        font-size: 1.5vw;
    }
    
    .fontSize_24px {
        font-size: 1.2vw;
    }
    .fontSize_22px {
        font-size: 1.12vw;
    }
    .fontSize_20px {
        font-size: 1.1vw;
    }
    
    .fontSize_18px {
        font-size: 1vw;
    }
    
    .fontSize_16px {
        font-size: 0.8vw;
    }
    

}

@media (max-width: 800px) {

    .fontSize_92px {
        font-size: 9.2vw;
    }
    
    .fontSize_90px {
        font-size: 9vw;
    }
    
    .fontSize_88px {
        font-size: 8.8vw;
    }
    
    .fontSize_86px {
        font-size: 8.6vw;
    }
    
    .fontSize_80px {
        font-size: 7.6vw;
    }
    
    .fontSize_74px {
        font-size: 7.2vw;
    }
    
    .fontSize_72px {
        font-size: 7vw;
    }
    
    .fontSize_68px {
        font-size: 6.9vw;
    }
    
    .fontSize_66px {
        font-size: 6.8vw;
    }
    
    .fontSize_64px {
        font-size: 6.7vw;
    }
    
    .fontSize_60px {
        font-size: 6.6vw;
    }
    
    .fontSize_56px {
        font-size: 6.5vw;
    }

    .fontSize_52px {
        font-size: 6.3vw;
    }
    
    .fontSize_50px {
        font-size: 6.2vw;
    }
    
    .fontSize_48px {
        font-size: 6.1vw;
    }
    
    .fontSize_46px {
        font-size: 6vw;
    }
    
    .fontSize_40px {
        font-size: 5.4vw;
    }
    
    .fontSize_38px {
        font-size: 3.8vw;
    }
    
    .fontSize_36px {
        font-size: 3.6vw;
    }
    
    .fontSize_32px {
        font-size: 3.4vw;
    }
    
    .fontSize_30px {
        font-size: 3.2vw;
    }
    
    .fontSize_28px {
        font-size: 3vw;
    }
    
    .fontSize_26px {
        font-size: 2.8vw;
    }
    
    .fontSize_24px {
        font-size: 2.6vw;
    }
    .fontSize_22px {
        font-size: 2.5vw;
    }
    .fontSize_20px {
        font-size: 2.4vw;
    }
    
    .fontSize_18px {
        font-size: 2.2vw;
    }
    
    .fontSize_16px {
        font-size: 2vw;
    }
    

}