/* CSS Document */


.club-logo {
    position: absolute;
    margin: 0 auto !important;
    width: 26% !important;
    top: 30.5%;
    /* 調整這個值來改變圖像的垂直位置 */
    left: 50%;
    /* 調整這個值來改變圖像的水平位置 */
    transform: translate(-50%, -50%);
    /* 這會將圖像的中心點定位到 top 和 left 指定的位置 */
}

.club-name {
    position: absolute;
    margin: 0 auto !important;
    text-align: center;
    width: 42% !important;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.7rem;
    overflow: hidden
}

.club-span {
    position: relative;
    display: inline-block;

}

.Txt img {
    height: auto;
    width: 100%;
}


@media (min-width: 992px) {

    /* 電腦 */
    .Txt img {
        width: 70%;
        margin-left: 15%
    }
}


.Txt img.nostyle {
    width: auto;
    margin-left: 0;

}


.eventslist .owlimg img {
    /*高度 要等比例縮放*/
    width: 100%;
    height: auto;
    max-height: unset;

}

.eventshook>ul .going {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--bg_body) url(../images/content/bg_contbox_b.svg) no-repeat scroll left 75%/100% auto;
    padding: 20px 20px 30px;
    border-radius: 20px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.eventshook>ul .going h3.title {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: var(--font30);
    padding: 0 0 30px;
    color: #fff;
    color: #fff;
    letter-spacing: .1em;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000, 3px 3px 0 var(--bg_sub);
    width: 100%;
}

.eventshook>ul .going h3.title em {
    font-weight: 700;
    transform: rotate(-5deg);
    font-size: var(--font20);
    letter-spacing: normal;
}

.eventshook>ul .going h3.title:before,
.eventshook>ul .going h3.title:after {
    content: '';
    flex: 1;
    height: 10px;
    width: 100%;
    background: url('../images/content/bg_eventsline.svg') repeat-x scroll left center;
    display: block;
}

.eventshook>ul .going .eventscont {
    flex-direction: row !important;
    width: 60%;
    gap: 15px;
}

.eventshook>ul .going .eventscont:before {
    display: none;
}

.eventshook>ul .going .owlimg {
    max-width: 230px;
}

.eventshook>ul .going .owltxt {
    text-align: left;
}

.eventshook>ul .going .owltxt h4.title {
    font-size: var(--font30);
}

.eventshook>ul .going .owltxt .btnbox {
    justify-content: flex-start;
}

.eventshook>ul .going .owltxt .btn_s {
    min-width: 250px;
}