@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");

/*-------------------- 共用樣式 --------------------*/

:root {
    --basic-txt: #000;
    --subtitle-color: #ebc0a8;
    --light-pl: #582369;
    --ez-g:#008F65;
    --brothers-y:#FFCD00;
    --brothers-b:#011D3B;
    --main-pl: #3b0d67;
    --light-gd: #805e09;
    --main-gd: #542d15;
    --b-round: 1rem;
    --content-p: calc(4.5vw + 0px);
    --col-p: clamp(8px, 1vw + 2px, 15px);
    --transition-com: all 0.25s ease;
}

img{max-width: 100%;}

/* 手機板才會折行 */
.br-s {
    display: inline-block;
}
@media screen and (min-width: 768px) {
    .br-s {
        display: none;
    }
}

/*-- 按鈕 --*/
* a{
    text-decoration: none; 
    color: inherit; 

  }
* a:hover{
    text-decoration: none; 
    color: inherit; 
  }
.btn {
    position: relative;
    font-size: max(1.8rem);
    line-height: 1.1;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    font-weight: 800;
    overflow: hidden;
    border-radius: 500px;
    z-index: 999;
    box-shadow: 11px 7px 0 #11d073;
    transition: var(--transition-com);
    z-index: 100;
    color: #000000;
    background: #e4ff00;
}

.btn:hover{
    background-color: var(--ez-g);
    box-shadow: 3px 4px 0 #0c4723;
    color: #ffffff;
    transform: translateY(5px);
}
.btn::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    width: 150%;
    height: 120%;
    /*background-color: var(--ez-g);*/
    transform-origin: 120% bottom;
    transform: rotate(-45deg);
    transition: var(--transition-com);
    color: #ffffff;
}

.btn:hover::before {
    transform: rotate(0deg);
}

.go-btn,
.go-btn:link,
.go-btn:visited,
.go-btn:hover,
.go-btn:active {
    color: #d0ff00;
    background-color: var(--main-red);
    border: 2px solid black;
}

.go-btn:hover {
    box-shadow: 0 0 0 black;
}

.btn > span {
    position: relative;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    z-index: 100;
}

.btn > span::after {
    content: "\eaaa";
    font-family: "Material Symbols Outlined";
    font-size: 120%;
    font-weight: 400;
    margin-left: 0.3rem;
    vertical-align: sub;
    margin-right: 0;
    transition: var(--transition-com);
    font-variation-settings:
        "FILL" 1,
        "wght" 400,
        "GRAD" 0,
        "opsz" 24;
}
.btn:hover > span::after {
    margin-left: 0.8rem;
}

.btn .small::after {
    display: none;
}

.btn-lg {
    font-size: 1.25rem;
    font-weight: 600;
    padding: 0.8rem 1.85rem;
    box-shadow: 4px 6px 0 black;
}

.btn-sec {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
    text-align: center;
    margin: 1rem auto;
}
/*
.btn-sec::after {
    content: "\eaaa";
    font-family: "Material Symbols Outlined";
    font-size: 120%;
    font-weight: 400;
    margin-left: 0.3rem;
    vertical-align: sub;
    margin-right: 0;
    transition: var(--transition-com);
    font-variation-settings:
        "FILL" 1,
        "wght" 400,
        "GRAD" 0,
        "opsz" 24;
}
*/
/*-------------------- 共用樣式 END --------------------*/

/*-------------------- 全頁 --------------------*/

#wrapper {    
    position: relative;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
}

#wrapper > section {
    padding: var(--content-p) var(--col-p);
}
/*
#wrapper > section::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--content-p) + 150px);
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
*/
/*-- 標題字級 --*/

h1 {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 100 !important;
    white-space: nowrap;
    letter-spacing: 0.6rem;
    text-align: center;
    /*margin-bottom: 2rem;*/
    z-index: 100;
    /*border-bottom: 1px solid #fff;*/
    /*padding-bottom: 0.6rem;*/

}
h6{
    color: #ffffff;
    margin: 10px auto;
}


h3 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.1rem;
    /*margin-bottom: 2rem;*/
    z-index: 100;
    font-size: 1.8rem;
}
.c_y{background-color: var(--brothers-y);}

/*-------------------- 全頁 END --------------------*/

/*-------------------- 主視覺 --------------------*/

#main_top > h1 {
    display: block;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 1px;
    padding: 0;
    margin: 0;
}

#main_top {
    width: 100%;
    height: 0;
    padding-bottom: calc(408 / 1920 * 100%);
    position: relative;
    background: url(https://event.cdn-gunnarworks.com/events/brothers/20260408_KV_brother_1920x408.jpg) no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    #main_top {
        padding-bottom: calc(400 / 768 * 100%);
        background: url(https://event.cdn-gunnarworks.com/events/brothers/20260408_KV_brother_768x400.jpg) no-repeat center;
        background-size: cover;
    }
}

/*-------------------- 主視覺 END --------------------*/

/*-------------------- NAV --------------------*/

.nav_bar {
    display: block;
    position: relative;
    padding: 0;
    background:var(--ez-g);
    /*background: linear-gradient(to right, rgba(0, 0, 0, 1) 10%, rgba(11, 24, 92, 1) 50%, rgba(0, 0, 0, 1) 90%);*/
    margin: -5px auto 0;
    overflow: hidden;
}

.nav_bar::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    max-width: 1350px;
    height: 30px;
    background-color: #11D073;
    -webkit-filter: blur(8px); /* Safari */
    filter: blur(8px);
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition-com);
}
.nav_bar:hover::before {
    filter: blur(10px);
    width: 85%;
    max-width: 650px;
    background-color: rgba(10, 73, 36, 0.7);
    mix-blend-mode: screen;
}

.nav_bar ul.rowline {
    display: flex;
    justify-content: center;
    padding-inline-start: 0;
    margin-bottom: 0;
}

.nav_bar ul.rowline > li {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0.83rem calc(var(--col-p) * 2);
    margin: 0;
    font-size: 1.125rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    color: #ffffff;
    transition: var(--transition-com);
}

.nav_bar ul.rowline > li > a {    
    display: block;
    color: inherit;
    text-decoration: none;
    transition: var(--transition-com);
    font-size: 1.3rem;
}

.nav_bar ul.rowline > li > a .material-symbols-outlined {
    margin-right: 0.5rem;
    font-size: 1.35em;
    vertical-align: sub;
    color: var(--subtitle-color);
    font-variation-settings:
        "FILL" 0,
        "wght" 100,
        "GRAD" -25,
        "opsz" 24;
}

.nav_bar ul.rowline > li:hover {
    color: var(--brothers-y);
    transform: scale(1.1);
    text-shadow: 0 3px 4px #247951;
}

.nav_bar ul.rowline > li:hover::before {
    color: var(--bs-danger);
    height: 40px;
    transform: scale(1) translateY(-2px);
}

@media screen and (max-width: 767px) {
    .nav_bar {
        /*background: linear-gradient(
            to right,
            rgba(0, 0, 0, 1) 0%,
            rgba(11, 24, 92, 1) 35%,
            rgba(11, 24, 92, 1) 65%,
            rgba(0, 0, 0, 1) 100%
        );*/
        background: var(--ez-g);
    }
    .nav_bar ul.rowline > li {
        padding: 5px;
        display: block;
        /*width: 100%;*/
    }
}

/*-------------------- NAV END --------------------*/

/*----------------------VIPseat-package #尊榮VIP席套票----------------------------*/

/*#VIPseat-package {
    background: url(https://event.cdn-gunnarworks.com/events/brothers/pre_brother_bg_L01.png) no-repeat top center; }*/

#VIPseat-package {
    padding-top: min(calc(480 / 945 * 100vw), 260px);
}

#VIPseat-package::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 462px;
    aspect-ratio: 1 / 1;
    background: url(https://event.cdn-gunnarworks.com/events/brothers/pre_brother_2026CPBL.png) no-repeat left top/contain;
    top: 10px;
    right: 0;
    /*transform: translateY(-20%);*/
}

#VIPseat-package::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 1 / 1;
    background: url(https://event.cdn-gunnarworks.com/events/brothers/pre_brother_bg_R_01.png) no-repeat left top / contain;
    /*top: 0;*/
    bottom: -30%;
    right: 0;
    transform: translateX(52%);
    opacity: 1;
    animation: brightness 5s ease-in-out infinite; 
    z-index: 2;
}

.dis_5{max-width: 900px;}
.pro_s2{width: 60%;}
.s2{max-width: 1200px;margin: 0 auto;}
.note{font-size: 1.3rem;margin: 1rem;color: #fff;}
.MVP_txt{}
.MVP_txt span {
    background-color:#e4ff00;
    font-size: 1.3rem;
    font-weight: 800;
    border-radius: 30px;
    color: #2f4ea7;
    padding: 1px 11px 1px 1px;
}
/*.homeRun-txt{}*/
.homeRun-txt span {
    background-color:#e4ff00;
    font-size: 1.3rem;
    font-weight: 800;
    border-radius: 30px;
    color: #2f4ea7;
    padding: 1px 11px 1px 1px;
}
.ClearingVotes{
    font-size: 2.0rem;
    margin: 1rem;
    color: #f7f802;
    font-weight: 800;
}

/*----------------------ctbcbank #中信銀行----------------------------*/
/*
#ctbcbank {
    background: url(https://event.cdn-gunnarworks.com/events/brothers/brothers_bg_pattern_Left.png) no-repeat left center;    
}*/
#ctbcbank::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 768px;
    aspect-ratio: 1 / 1;
    background: url(https://event.cdn-gunnarworks.com/events/brothers/brothers_0611_baseballman_03.png) no-repeat left top / contain;
    top: 0;
    right: 0;
    transform: translateX(32%);
    opacity: 0.5;
    animation: brightness 1s ease-in-out infinite; 
}
#ctbcbank::after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    max-width: 441px;
    aspect-ratio: 1 / 1;
    background: url(https://event.cdn-gunnarworks.com/events/brothers/brothers_CPBL.png) no-repeat left top / contain;
    bottom: 15%;
    right: 0;
    /*transform: translateY(-20%);*/
}


/*----------------------Keep_fighting #尊榮VIP席 獨享福利----------------------------*/

/*#Keep_fighting_01 {
    background: url(https://event.cdn-gunnarworks.com/events/brothers/pre_brother_bg_L01.png) no-repeat top center;}*/
#Keep_fighting::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1420px;
    aspect-ratio: 1 / 1;
    background: url(https://event.cdn-gunnarworks.com/events/brothers/pre_brother_bg_R_01.png) no-repeat left top / contain;
    top: 7px;
    right: 0;
    transform: translateX(54%);
    opacity: 1;
    animation: brightness 3s ease-in-out infinite;
}
#Keep_fighting::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 1 / 1;
    background: url(https://event.cdn-gunnarworks.com/events/brothers/brothers_brother_bg_L_01.png) no-repeat left top / contain;
    top: -227px;
    left: : 0;
    transform: translateX(-55%);
    z-index: 3;
    opacity: 0.6;
}
@media screen and (max-width: 767px) {
    #Keep_fighting::before {transform: translateX(62%);}
    #Keep_fighting::after{opacity: 0.0;}
}
/*
#Keep_fighting::after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    max-width: 441px;
    aspect-ratio: 1 / 1;
    background: url(https://event.cdn-gunnarworks.com/events/brothers/brothers_CPBL.png) no-repeat left top / contain;
    bottom: 15%;
    right: 0;
    /*transform: translateY(-20%);*/
}*/
/* 限定抽獎*/
.serves_limit_title{
    /*font-size: 1.5rem;*/
    font-weight: 900;
    color: #1e2f83;
    text-shadow: 0.1em 0.1em #ecebff;
    line-height: 1.6rem;
}
.serves_limit_txt{
    font-size: 1.3rem;
    font-weight: 700;
    color: #293037;
    text-align: center;
    letter-spacing: 3px;
    line-height: 2.0rem;
    /*text-shadow: 0.1em 0.1em #ffce00;*/
}
.serves_limit_txt span{
    font-size: 1.0rem;
    font-weight: 900;
    font-family: 'Noto Sans TC';
}
.serves_limit_txt_02{
    font-size: 1.3rem;
    font-weight: 700;
    color: #293037;
    text-align: left;
    letter-spacing: 3px;
    line-height: 1.6rem;
    margin-left: 27%;
    /*text-shadow: 0.1em 0.1em #ffce00;*/
}
.serves_limit_txt_02 span{
    font-size: 1.0rem;
    font-weight: 900;
    font-family: 'Noto Sans TC';
}

/* 專屬好康*/
.serves_benefits{
    font-size: 3rem;
    font-weight: 900;
    color: var(--light-gd);
    text-shadow: 0.1em 0.1em #efe6c0;
}
.serves_benefits_txt{
    font-size: 1.3rem;
    font-weight: 600;
    color: #293037;
    text-align: left;
    /* letter-spacing: 5px; */
    /*line-height: 2.5rem;*/
    /*text-shadow: 0.1em 0.1em #ffce00;*/
}
.serves_benefits_txt2{
    font-size: 1.0rem;
    font-weight: 500;
    color: var(--brothers-b);
    text-align: left;
    letter-spacing: 2px;
    line-height: 1.5rem;
}
.benefits2_txt {
    font-size: 0.8rem;
    color: #fff700;
    background: var(--ez-g);
    /* padding: 2px 5px; */
    /* margin-right: 5px; */
    border-radius: 31px;
    line-height: 22px;
    text-align: center;
    margin: 5px 0;
    max-width: 150px;
    display: inline-block;
    padding: 8px;
    margin-right: 5px;
}
/* MVP頒獎*/
.MVP_benefits{
    font-size: 3rem;
    font-weight: 900;
    color: var(--light-gd);
    text-shadow: 0.1em 0.1em #efe6c0;
    line-height: 1;
}
/* 全壘打集氣*/
.homerun_benefits{
    font-size: 3rem;
    font-weight: 900;
    color: var(--ez-g);
    text-shadow: 0.1em 0.1em #efe6c0;
    line-height: 1;
    > .small{font-size: 0.6em;font-weight: 700;}
}


.fl_01{animation: float 5s ease-in-out infinite;}
@keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-50px);
    }
    100% {
      transform: translatey(0px);
    }
  }

/*----------------------VIP-MAP #尊榮VIP席座位圖----------------------------*/
/*#VIP-MAP{
    background: url(https://event.cdn-gunnarworks.com/events/brothers/brothers_bg_pattern_Left.png) no-repeat left center;
}*/
#VIP-MAP::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1920px;
    aspect-ratio: 1 / 1;
    background: url(https://event.cdn-gunnarworks.com/events/brothers/brothers_fireworks_bg.png) no-repeat left top / contain;
    /* bottom: 0; */
    right: 0;
    top: 0;
    animation: brightness 1s ease-in-out infinite;    
}
#VIP-MAP::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1920px;
    aspect-ratio: 1 / 1;
    background: url(https://event.cdn-gunnarworks.com/events/brothers/pre_brother_bg_L01.png) no-repeat left bottom / contain;
    left: 0;
    bottom: 0;
    transform: translateY(0%);
}

.bright {animation: brightness 5s ease-in-out infinite; }

@keyframes brightness {
    0% {
        filter: brightness(1.0);;
    }
    50% {
        filter: brightness(1.9);;
    }
    100% {
        filter: brightness(1.0);;
    }
  }

.VIP-MAP-box {
    position: relative;
    margin-bottom: calc(var(--col-p) * 2);
    background: #FFF;
    border-radius: 1rem;
    overflow: hidden;
    max-width: 1200px;
    z-index: 2;
    border: 2px solid #e6ff00;
}

/*----------------------CHANNEL_B #龍角散草本喉糖 CHANNEL_B棒球音樂季----------------------------*/
#CHANNEL_B {overflow: visible;
    /*background: url(https://event.cdn-gunnarworks.com/events/brothers/brothers_bg_pattern.png) no-repeat right center;*/
    /*background: url(https://event.cdn-gunnarworks.com/events/brothers/KV_brothers_BG.jpg) no-repeat bottom center;
    padding-top: 40%;*/
}
#CHANNEL_B::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 768px;
    aspect-ratio: 1 / 1;
    background: url(https://event.cdn-gunnarworks.com/events/brothers/brother_brothers-pre_brother_bg_L_01.png) no-repeat left top / contain;
    top: 0;
    left: : 0;
    transform: translateX(-36%);
    z-index: 3;
    opacity: 1;
}
#CHANNEL_B::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1920px;
    aspect-ratio: 1 / 1;
    background: url(https://event.cdn-gunnarworks.com/events/brothers/pre_brother_bg_L01.png) no-repeat left bottom / contain;
    left: 0;
    bottom: 0;
    transform: translateY(0%);
}




@media screen and (max-width: 767px) {
    .MVP_txt span {
        padding: 1px 11px 1px 8px;
    }
    .homeRun-txt span {
        padding: 1px 11px 1px 8px;
    }
    .serves_limit_txt_02{
        margin-left: 0%;
        /*text-shadow: 0.1em 0.1em #ffce00;*/
    }
    .serves_benefits_txt{
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .serves_limit_title{
        font-size: 2.5rem;
        line-height: 2rem;

    }
    #VIPseat-package::after {
        opacity: 0;
    }
    #VIPseat-package::before {
        opacity: 0;
    }



    .t_1{max-width: 70%;}
   /* #VIPseat-package {
        background: url(https://event.cdn-gunnarworks.com/events/mayday/bg-jx-airplane.png) no-repeat center 12% / 100%;
    }*/
    #VIPseat-package .tickits-sec {
        padding-top: min(calc(480 / 1500 * 100vw), 260px);
    }
}

/*-------------------- 星宇航空-機票+演唱會門票 #mayday-airticket --------------------*/

#mayday-airticket {
    background: url(https://event.cdn-gunnarworks.com/events/mayday/bg-jx-airplane.png) no-repeat center 35% / min(90%, 945px);
}

#mayday-airticket .airticket-sec {
    padding-top: min(calc(480 / 945 * 100vw), 260px);
}

@media screen and (max-width: 767px) {
   /* #mayday-airticket {
        background: url(https://event.cdn-gunnarworks.com/events/mayday/bg-jx-airplane.png) no-repeat center 12% / 100%;
    }*/
    #mayday-airticket .airticket-sec {
        padding-top: min(calc(480 / 1500 * 100vw), 260px);
    }
}
.MVP_probox{
    padding: 1.5rem;
    margin-top: calc(var(--col-p) * 2);
    margin-bottom: calc(var(--col-p) * 2);
    background: #FFF;
    border-radius: 1rem;
    overflow: hidden;
    max-width: 1000px;
    z-index: 2;
    border: 2px solid var(--brothers-y);
    .probox-sec{
        border-radius: 0.5rem;
        border: 3px solid #f3d1be;
        margin-top: 0.75rem;
    }
    h3{
        color: #e89300;
        margin-top: 0.25rem;
    }
    h6{margin-bottom: 0.5rem;}
    
}

.serves-pro-box {
    position: relative;
    margin-bottom: calc(var(--col-p) * 2);
    background: #FFF;
    border-radius: 1rem;
    overflow: hidden;
    max-width: 1200px;
    z-index: 2;
    border: 2px solid var(--brothers-y);
}
.Limited_lottery_pic {
    background: url(https://event.cdn-gunnarworks.com/events/brothers/pro_04.jpg) no-repeat center/cover;
    min-height: 250px;
    border: 2px solid #FFF;
    border-radius: 1rem;
}

.benefits_pic {
    background: url(https://event.cdn-gunnarworks.com/events/brothers/pro_03.jpg) no-repeat center/cover;
    min-height: 300px;
    border: 2px solid #FFF;
    border-radius: 1rem;
}

.MVP_pic {
    background: url(https://event.cdn-gunnarworks.com/events/brothers/gift_03.jpg) no-repeat center/cover;
    min-height: 250px;
    border: 2px solid #FFF;
    border-radius: 1rem;
}
.JP_pic {
    background: url(https://event.cdn-gunnarworks.com/events/brothers/brothers__900x620.jpg) no-repeat center/cover;
    min-height: 250px;
    border: 2px solid #FFF;
    border-radius: 1rem;
}


.tickets-pro-box {
    position: relative;
    margin-bottom: calc(var(--col-p) * 2);
}
/*
.tickets-pro-box::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    transform: translate(26%, -3%);
    width: calc(100 / 76* 100%);
    aspect-ratio: 10 / 10;
    background: url(https://event.cdn-gunnarworks.com/events/brothers/sunrays.png) no-repeat center / contain;
    mix-blend-mode: screen;
    opacity: 0.2;
    z-index: 1;
    transition: var(--transition-com);
    transition: 0.1s;
    filter: brightness(0.5);
}
*/
.tickets-pro-box .tickets-box .pro-info {
    position: relative;
    padding: 0.25rem 0.75rem calc(var(--btn-h) + 0.5rem);
    background: linear-gradient(135deg, #fae7dd 5%, #ffffff 60%, #ffffff 100%);
}
.tickets-pro-box .tickets-box .pro-info::after {
    content: "";
    display: block;
    max-height: 0;
    line-height: 0;
    width: 100%;
    clear: both;
}

#mayday-airticket .tickets-pro-box:nth-of-type(-n + 2) .tickets-box {
    --box-border: var(--main-gd);
    --price-color: var(--light-gd);
}

a.tickets-box,
a.tickets-box:hover,
a.tickets-box:active,
a.tickets-box:link,


/* .tickets-pro-box .tickets-box::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #fae7dd 5%, #ffffff 60%, #ffffff 100%);
    z-index: 0;
} */

.tickets-pro-box .tickets-box .pro-pic{
    max-width: 100%;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 100;
}
.pro-pic2 {
    max-width: 295px;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 100;
}

.tickets-pro-box .tickets-box h3 {
    position: relative;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--box-border);
    z-index: 1;
}
.tickets-pro-box .tickets-box h3 > span {
    display: inline-block;
    letter-spacing: 0.02em;
    border-radius: 0.2rem;
    border: 1px solid var(--box-border);
    margin: 0;
    margin-left: 0.5rem;
    padding: 0 0.3rem;
    vertical-align: middle;
    white-space: nowrap;
}

.focus {
    /* margin-bottom: 0.25rem; */
    margin-bottom: 0;
}

.focus > li {
    margin-bottom: 0.1rem;
    font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
#mayday-airticket .focus > li{display: inline-block; margin-right: 1rem;}}

@media screen and (max-width: 767px) {
    #mayday-airticket .focus > li {
    /* text-align: center; */
}
}

.flight::before {
    content: "\e6ca";
    font-family: "Material Symbols Outlined";
    font-size: 120%;
    margin-right: 0.2rem;
    vertical-align: middle;
    transform: rotate(90deg);
    font-variation-settings:
        "FILL" 0,
        "wght" 100,
        "GRAD" -25,
        "opsz" 24;
}
.hotel::before {
    content: "\efdf";
    font-family: "Material Symbols Outlined";
    font-size: 120%;
    margin-right: 0.2rem;
    vertical-align: middle;
    font-variation-settings:
        "FILL" 0,
        "wght" 300,
        "GRAD" 0,
        "opsz" 24;
}

.ticket::before {
    content: "\e638";
    font-family: "Material Symbols Outlined";
    font-size: 120%;
    margin-right: 0.2rem;
    vertical-align: middle;
    font-variation-settings:
        "FILL" 0,
        "wght" 300,
        "GRAD" 0,
        "opsz" 24;
}

.vip-ticket::before {
    content: "\e53f";
    font-family: "Material Symbols Outlined";
    font-size: 120%;
    margin-right: 0.2rem;
    vertical-align: middle;
    font-variation-settings:
        "FILL" 0,
        "wght" 300,
        "GRAD" 0,
        "opsz" 24;
}

.price {
    position: relative;
    color: var(--price-color);
    font-weight: 700;
    float: right;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    #mayday-airticket .tickets-pro-box .tickets-box {
        /* text-align: center; */
    }
    #mayday-airticket .tickets-pro-box .tickets-box .price {
        /* float: none; */
    }
}

.price > b {
    font-weight: 900;
    letter-spacing: -0.015em;
    margin-right: 0.15rem;
    white-space: nowrap;
}

.tickets-pro-box .tickets-box > .pro-btn {
    position: absolute;
    display: block;
    color: var(--subtitle-color);
    font-weight: 600;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: var(--btn-h);
    background: linear-gradient(
        135deg,
        var(--box-border) 0%,
        var(--price-color) 40%,
        var(--price-color) 60%,
        var(--box-border) 100%
    );
    border: none;
    line-height: var(--btn-h);
    transition: var(--transition-com);
    z-index: 20;
}

.tickets-pro-box .tickets-box > .pro-btn::after {
    content: "\e855";
    font-family: "Material Symbols Outlined";
    font-size: 150%;
    margin-left: 0.2rem;
    vertical-align: sub;
    transition: var(--transition-com);
    font-variation-settings:
        "FILL" 0,
        "wght" 200,
        "GRAD" -25,
        "opsz" 24;
}

.tickets-pro-box:hover {
    transition: 0.3s; 
    filter: brightness(1.5);
    transform: translateY(-5px);
    z-index: 99;
}
.tickets-pro-box:hover::after {    
    opacity: 1;
}

.tickets-pro-box:hover .tickets-box {
    box-shadow: 0 0 2rem var(--subtitle-color);
}

.tickets-pro-box:hover .tickets-box > .pro-btn {
    color: #fff;
    background: linear-gradient(135deg, var(--box-border) 20%, var(--price-color) 100%);
}

/*-------------------- 星宇航空-機票+演唱會門票 #mayday-airticket END --------------------*/

/*-------------------- 雙人遊-機票+飯店+演唱會門票 #mayday-package --------------------*/

#mayday-package {
    background: url(https://event.cdn-gunnarworks.com/events/mayday/bg-fireworks.png) no-repeat center bottom/100%;
}

#mayday-package::after {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    max-width: 1562px;
    aspect-ratio: 1562 / 538;
    background: url(https://event.cdn-gunnarworks.com/events/mayday/bg-25th.png) no-repeat right top/contain;
    top: 0;
    right: 0;
    transform: translateY(-20%);
}

@media screen and (max-width: 767px) {
    #mayday-package {
        background: url(https://event.cdn-gunnarworks.com/events/mayday/bg-fireworks-m.png) no-repeat center bottom/100%;
    }
    #mayday-package::after {
        width: 90%;
        max-width: 843px;
        aspect-ratio: 843 / 292;
        background: url(https://event.cdn-gunnarworks.com/events/mayday/bg-25th-m.png) no-repeat right top/contain;
    }
}

@media screen and (min-width: 992px) {
    .package-wrapper .serves-sec:nth-of-type(odd) {
        margin-left: auto;
        margin-right: 30%;
    }
    .package-wrapper .serves-sec:nth-of-type(even) {
        margin-left: 30%;
        margin-right: auto;
    }
}


#VIP-MAP .VipMap-sec {
    border: 2px solid var(--brothers-y);
    border-radius: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.VipMap-sec {
    position: relative;
    color: var(--brothers-y);
    /*padding:calc(var(--content-p) / 2);*/
    background-color: var(--brothers-b);
    font-weight: 400;
}
.VipMap-sec .rowline{justify-content: center;}
.VipMap-sec img{max-width: 100%; width: 100%;}
.VipMap-sec img[src*='pic-seat']{max-width: 900px; }
.VipMap-sec img + figcaption{font-weight: 200; margin-bottom: 1rem;}

/*.VipMap-sec .vip-info-sec{max-width: 1100px; margin:calc(var(--content-p) / 2) auto 0; padding-top: calc(var(--content-p)/2); border-top: 1px solid var(--light-gd);}*/
.VipMap-sec h3{color: var(--subtitle-color);}

.VipMap-sec .vip-info-sec>.vip-info-txt{display: flex; flex-direction: column; justify-content: center; align-items: center;}

/*---- 進化 ------*/
#CHANNEL_B .CHANNEL_B-sec {
    border: 0px solid var(--brothers-y);
    border-radius: 1rem;
    max-width: 1000px;
    margin: 1rem auto 0;
    padding: 2rem;
}

.CHANNEL_B-sec {
    position: relative;
    color: #fff;
    /*padding:calc(var(--content-p) / 2);*/
    /*background-color: #011d3b9c;*/
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    #CHANNEL_B .CHANNEL_B-sec {
        padding: 0.5rem;

    }
}

#btn_app {
    position: fixed;
    right: 5px;
    bottom: calc(60px + 95px + 5px);
    z-index: 999;
}

#btn_top {
    position: fixed;
    right: 5px;
    z-index: 999;
}

@media screen and (max-width: 767px) {
    #note .contentbox > ul {
        width: 95%;
    }

    #btn_top,
    #btn_app {
        right: 0;
    }
}

/* 20250123新增 暫滿 */

.tickets-pro-box.sold-out .tickets-box .pro-info::before{
    content: '售罄';
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    letter-spacing: 0.25rem;
    color: #fff;
    font-weight: 600;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding-bottom: calc(var(--btn-h) + 0.5rem);
    z-index: 10;
}

.tickets-pro-box.sold-out:hover .tickets-box {
    box-shadow: none;
}

.tickets-pro-box.sold-out::after {
    display: none;
}

/*  表格  */

.h-writting-table {
    border: 1px solid var(--brothers-y);
    border-radius: 20px;
    /*border-collapse: separate;*/
    border-spacing: 0;
    max-width: 900px;
    margin: 0 auto;
}

.h-writting-table th {
    background-color: var(--tableHeadColor);
    text-align: center;
    border: 2px solid var(--brothers-y);
    /* background-color: #fff; */
    border-top: none;
    border-left: none; 
    /*border-right: none;*/
    text-align: center;
    vertical-align: middle;
}
.h-writting-table th:first-child {
    border-radius: 18px 0 0 0 ;
}
.h-writting-table th:last-child {
    border-radius: 0 18px 0 0 ;
}
.h-writting-table tr:last-child td:first-child {
    border-radius: 0 0 0 18px;
}
.h-writting-table tr:last-child td:last-child {
    border-radius: 0 0 18px 0 ;
}
.h-writting-table tr:first-child td:last-child {
    border-radius: 0 18px 0 0 ;
}

.h-writting-table td {
    border: 1px solid var(--brothers-y);
    /* background-color: #fff; */
   /*border-top: none;
    border-left: none;*/
    text-align: center;
    vertical-align: middle;
    color: var(--brothers-y);
}


.h-writting-table tr td:last-child {
    border-right: none;
}
.h-writting-table tr:last-child td {
    border-bottom: none;
}


/* ---fragment__time--- */

.fragment__time .h-writting-table {
    background-color: #fff;
    margin-bottom: initial;
}

.fragment__time .h-writting-table tr:not(:last-child) td:first-child {
    background-color: #ffc4c4;
}
.fragment__time .h-writting-table tr:first-child td:first-child {
    border-radius: 18px 0 0 0 ;
}
.fragment__time .h-writting-table td[rowspan="2"] {
    border-radius: 0 0 0 18px ;
    border-bottom: none;
}
.h-writting-table strong {
    font-size: 1.0rem;
}
.p20{
    padding: 20px;
}
.m20{
    margin-top: 20px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    /* left: var(--swiper-navigation-sides-offset, 10px); */
    right: auto !important;
    left: auto !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 1rem !important;
}
.mobile2{
    display: none;
}
.pc{
    display: inline;
}
.limit{
    font-size: 0.8rem;padding-left: 20px;
}

@media screen and (max-width: 576px) {
.limit{
    padding-left: 0px;
}
.mobile2{        
    display: inline;
}
.pc{
    display: none;

}
 .m20{
     margin-top: 0px;
    }
}

/* 20251008新增 台灣大賽 */
.tickets-sec{
    justify-content: center;
}


/* 20260401 預告頁 */
.VIP_txt{color: #fff;font-size: 1.8rem;}
.fighting_txt{color: #fff;font-size: 1.5rem;}
.fighting_sec{max-width: 1150px;margin: 20px auto;}
.fighting_sec img { transition: transform 0.25s ease; }
.fighting_link:hover img { transform: scale(1.01); }
.Coming_soon .more-title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 0.5rem;
}
.Coming_soon .more-title > b {
	width: auto;
	padding-inline-start: 0.6rem;
	padding-inline-end: 0.6rem;
	align-items: center;
	letter-spacing: 0.05rem;
	line-height: 100%;
}
.Coming_soon .more-title > i {
	position: relative;
	display: block;
	flex: 1 0 0%;
	height: min(1px, 1px);
	background: linear-gradient(to right, #fff 60%);
}
.Coming_soon .more-title > i:last-of-type {
	background: linear-gradient(to left, #fff 60%);
}
.Coming_soon .btn::after,
.Coming_soon .btn::before {
	font-family: 'Material Symbols Outlined';
	content: '\f2b2';
	font-size: 1.2em;
	vertical-align: middle;
	font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.Coming_soon .btn::after  { margin-left: 0.25rem; }
.Coming_soon .btn::before { margin-right: 0.25rem; }

#brothers_KV::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1920px;
    aspect-ratio: 38 / 1;
    background: url(https://event.cdn-gunnarworks.com/events/brothers/pre_brother_bar.png) no-repeat left bottom / contain;
    top: 0;
    right: 0;
    transform: translateY(-103%);
    opacity: 1;
}
.rf{margin-left: 23px;}

#VIPseat-serves::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 1 / 1;
    background: url(https://event.cdn-gunnarworks.com/events/brothers/brothers_brother_bg_R_01.png) no-repeat left top / contain;
    /*top: 0;*/
    right: 0;
    transform: translateX(20%);
    opacity: 1;
    animation: brightness 5s ease-in-out infinite; 
}

@media screen and (max-width: 767px) {
    .rf{margin-left: 17px;}
    .VIP_txt{font-size: 1.3rem;}
    .fighting_txt{font-size: 1.3rem;}
    #brothers_KV::before {
    aspect-ratio: 7 / 1;
    background: url(https://event.cdn-gunnarworks.com/events/brothers/pre_brother_bar_m.png) no-repeat left bottom / contain;
    }
}
