
.d-flex {
display: flex;
}

.f18 {
    font-size: 1.15em;
    line-height: 1.6em;
}

.B-50 {
width: 50%;
}

.B-50-mg {
    width: calc(50% - 40px);
    margin-right: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-30- {
    margin-top: -30px
}


.mt-80- {
    margin-top: -80px
}

.mt-90- {
    margin-top: -90px
}

.mt-100- {
    margin-top: -100px
}




.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}





/* 要置中的文字外層 */
.GoCayinBanner {
    display: flex;
    /* 水平置中 */
    justify-content: center;    
    /* 垂直置中 */
    align-items: center;  
}
/* 要置中的文字 */
.GoCayinBanner p{
 position: absolute;
z-index: 100;
color: white;
font-size: 72px;
}
/* 要置中的文字下方的圖 */
.GoCayinBanner img {
    position: relative;
    
}

