
@import url("reset.css");

*{
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-family: Arial,"Microsoft JhengHei","Heiti TC","sans-serif";
}

body {
    margin: 0;
    padding: 0;
}

article,figure, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.seo-h1,.seo-h2,.seo-h3,
.seo-h4,.seo-h5,.seo-h6{
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    transform: scale(0);
} 

/*--kv------------------------------------------------------------*/
.kv{
    width: 100%;
    padding-top: 30px;
}

.kv > img{
    width: 100%;
    margin-top:30px;
}

.kv_pc{
    display: block;
}

.kv_m{
    display: none;
}

h1{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/*--Mobile-----------------------------------------------------------*/
@media screen and (max-width:540px) {
    .kv_pc{
        display: none;
    }
    
    .kv_m{
        display: block;
    }
}
.seo-h1,.seo-h2,.seo-h3,
.seo-h4,.seo-h5,.seo-h6{
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    transform: scale(0);
} 

/*--part1-----------------------------------------------------------*/
.part1_title{
    padding: 100px 20px 20px 20px;
}
.text_center{
    text-align: center;
}
.part1_text{
    padding: 20px 20px 50px 20px;
}
/* component  */
/*--文字樣式 -----------------------------------------------------------*/
.fontstyle01{
    color:#00a19b;
    font-size: 36px;
    font-weight: 700;
}
.fontstyle02{
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 10px;
}
.fontstyle03{
    color: #e66900;
    font-weight: 600;
    font-size: 24px;
}
.fontstyle04{
    color: #00a19b;
    font-size: 24px;
    font-weight: 600;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0.5rem auto ;
    min-height: 82px;
}
/* 預設文字靠左 */
.fontstyle04-01{
    color: #00a19b;
    font-size: 24px;
    font-weight: 600;
    line-height: 82px;
    min-height: 82px;
    text-align: left;
}

.fontstyle05{
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
.fontstyle06{
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto;
}
.fontstyle07{
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
.fontstyle08{
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
@media screen and (max-width: 768px) {
    .fontstyle04 {
        line-height: normal; 
        min-height: auto; 
        padding: 10px 0; 
    }

    .fontstyle04-01 {
        line-height: 1.4; 
        min-height: auto; 
        font-size: 20px; 
        padding: 8px 0; 
    }
}
.highlight {
  position: relative;
  display: inline-block; 
  z-index: 1;
}

.highlight::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.1em;  
  transform: translateX(-50%);
  width: 115%;
  height: 0.6em;
  background-color: #ffe485;
  border-radius: 6px;
  z-index: -1;
}
.red{
    color:#f8524c;
        font-weight: bold;
}
.green{
    color: #00a19b;
        font-weight: bold;
}
.orange{
    color:#ff9900;
    font-weight: bold;
}
em{
    font-style: normal;
}
.groupBtn{
    width: 90%;
    display: flex;
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.groupBtn .btn{
    margin: 0 12px;
    min-width: 140px;
}
.center{
    display: flex; /* 水平置中 */
    justify-content: center; /* 垂直置中 */
    align-content: center;    
}
/*--按鈕-----------------------------------------------------------*/
.btn{
    font-weight: bold;
    width: 100%;
    max-width: 12.5rem;
    height: 4.0625rem;
    border-radius: 4px;
    background: #00a19b;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover{
    color: #fff;
    opacity:0.7;
}
.btn_notice{
    background: #fff;
    margin: 0 10px;
}

.show-popup {
    font-weight: bold;
    width: 100%;
    max-width: 12.5rem;
    height: 4.0625rem;
    border-radius: 4px;
    text-align: center;
    border: solid 1px #00a19b;
    color: #00a19b;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}
.show-popup:hover {
  opacity: 0.7;
}
.show-popup:disabled {
background: #acacac;
color: #ffffff;
border: none;
cursor: not-allowed;
}

.btn{
    font-weight: bold;
    width: 100%;
    max-width: 12.5rem;
    height: 4.0625rem;
    border-radius: 4px;
    background: #00a19b;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.btnLine {
    font-weight: bold;
    width: 100%;
    max-width: 12.5rem;
    height: 4.0625rem;
    border-radius: 4px;
    background: #ffffff;
    color: #00a19b;
     border: solid 1px #00a19b;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
    }
    .btnLine:hover {
    opacity: 0.7;
    }
    .btnLine:disabled {
    background: #acacac;
    color: #ffffff;
    border: none;
    cursor: not-allowed;
    }
                                        

.btn_notice_group{
    width: 100%;
    text-align: center; 
}

/* 讓第三個區塊按鈕固定 */
.part2_group_wide .btn,
.part2_group_wide .show-popup {
    width: 12.5rem;
}


@media (max-width: 768px) {
.show-popup {
    max-width: 8.75rem;
}
}
@media (max-width: 768px) {
.btn {
    max-width: 8.75rem;
}
    .btn_notice_group {
        display: flex;
        flex-direction: column; 
        align-items: center;    
    }

    .btn, .show-popup {
        max-width: 12.5rem; 
        margin: 10px 0;     
    }

    .btn_notice {
        margin: 0; 
    }
}
@media (max-width: 540px){
.part2_group_wide .btn,
.part2_group_wide .show-popup {
    width: 100%;
}
.fontstyle04,
.fontstyle04-01{

}

}

.link01{
    color: #e69900;
    font-weight: 600;
}
.btn_lg{
    font-size: 20px;
    height: 48px;
}
.btn_xl{
    font-size: 20px;
    height: 59px;
    margin-top: 24px;
}
.btn_cardGroup{
    display: flex;
}

@media (max-width: 1024px) {
    .fontstyle01{
        font-size: 28px;
    }
    .fontstyle02{
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .btn {
        max-width: 13.5rem;
    }
    .btn_lg{
        font-size: 16px;
    }
    .btn_xl{
        font-size: 16px;
        height: 52px;
    }
    .fontstyle01{
        font-size: 26px;
        line-height: 1.25em;
    }
}
@media (max-width: 360px) {
    .groupBtn{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .groupBtn .btn:nth-child(2){
        margin-top: 20px;
    }
}
/* part1 */

/* 會員資格圖片 */
.member{
    padding: 20px;
    display: block;      
    max-width: 900px;    
    width: 100%;
    margin: 0 auto;  
  cursor: zoom-in;
  transition: transform 0.3s ease;

}


/* .member:active {
  position: relative;
  z-index: 9999;
  transform: scale(2);
} */


.part1{
    position: relative;
    width: 100%;
    background-color: #fbf8e4;
    /* background-image: url(/img/part1_bg.webp);
    background-size: cover;
    background-position: center; */
    padding-bottom: 100px;
}
.part1_wrapper{
    position: relative;
    width: 100%;
    max-width: 1980px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 50px;
}
.part1_content1{
    max-width: 1280px;
    position: relative;
    margin: 0px auto;
}
.part1_bg1 {
    background: #ffe397;
    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 640px;
    height: 640px;
    margin: 8px auto;
    text-align: center;
    padding: 1rem 3rem;
    overflow: hidden;
}
.part1_bg1 .content_box{
    z-index: 2;
    
}
.part1_bg1 .part1_01_1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation: irregularRotate 10s infinite alternate ease-in-out;
    -webkit-user-drag: none;
    user-select: none;
}

@keyframes irregularRotate {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    75% {
        transform: rotate(7deg);
    }
    100% {
        transform: rotate(-5deg);
    }
}
.part1_bg1 .content_box{
    margin-top: 40px;
}

.part1_content2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: 8px auto 36px;
}
.part1_bg2 {
    background: url(../../img/part1_02.svg) no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 420px;
    height: 420px;
    margin: 8px;
    text-align: center;
    padding: 1rem 1.5rem;
    overflow: hidden;
}
.part1_bg2 img{
transform: rotate(0);

  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto; 
}

.part1_bg2 img:hover{
    animation: rotate 1s linear 1 backwards;
}
@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(-5deg);
    }
    75%{
        transform: rotate(5deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

@media screen and (max-width:700px) {
    .part1_bg1{
        width: 95%;
        height: calc(600px - 10vh);
        padding: 1rem;
    }
    .part1_bg1 .part1_01_1{
        height: calc(600px - 10vh);
        width: 95%;
        left: 2.5%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .part1_bg2{
        background:url(../../img/part1_02.svg) no-repeat center /contain ;
        width: 80%;
        height: auto;
        aspect-ratio: 1 / 1;    
    }
    .part1_bg1 .content_box {
        margin-top: 0;
        max-width: 400px;

    }
    .content_box .fontstyle01{
        padding: 0 13%;
    }
    .fontstyle01{
        margin-top: 0;
    }
    .fontstyle02{
        font-size: 16px;
        line-height: 1.25em;
    }

}

@media screen and (max-width: 590px) {
.part1_bg2{
        width: 70%;
}

}
@media screen and (max-width: 359px) {
    .part1_bg2 img{
        width: 70%;
    }
    .part1_bg1 .part1_01_1{
       display: none;
    }
}
.part1_02{
    position: relative;
    margin: 1rem 8px;
}
.part1_dec1{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 280px;
    -webkit-user-drag: none;
    user-select: none;
}
.part1_dec2{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 280px;
}
/* part2 */
.part2_title{
    padding: 50px 20px 50px 20px;
}
.part2{
    text-align: center;
    margin: 0 auto;
    position: relative;
    background:linear-gradient(360deg, rgb(255 247 232 / 51%), transparent);
    padding: 50px 20px 100px 50px;
    background-color: #e7f5f5;
}


.part2_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.part2_group {
    background: #ffffff;
    border-radius: 20px;
    max-width: 280px;
    padding: 18px 0px;
    margin: 16px 26px;
    min-height: 386px;
    position: relative;
    transform-style: preserve-3d;
}
.part2_group::after{
    content: '';
    width: 100%;
    border-radius: 20px;
    height: 100%;
    background-color: #b0d9d8;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(15px, 10px) rotate(2deg) translateZ(-1px); /* 往 Z 軸後退 */
    z-index: -1;
    
}

.part2_group_wide{
    background: #ffffff;
    border-radius: 20px;
    padding: 18px 0px;
    margin: 16px 26px;
    min-height: auto;
    position: relative;
    width: 100%;
    flex: 0 0 100%;
    max-width: calc(280px * 3 + 52px * 2);
    margin: 40px auto 0;
    z-index: 1;
    transform-style: preserve-3d;
}

.part2_group_wide::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #b0d9d8;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    transform: translate(15px, 10px) rotate(2deg) translateZ(-1px); /* 往 Z 軸後退 */
    z-index: -1;
}

.part2_group_wide .group_component {
    display: flex;
    align-items: center;
    gap:40px;
}



.plus-icon{
    position: absolute;
    top: -20px;
    left: -20px;
    margin: 0;
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 56px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    background-color: #ff9900;
    font-weight: 600;

   
}


.point{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.square{
    width: 97px;
    height: 12px;
    background-color: #C48E7A;
    margin: 0px;
}
.group_component{
    max-width: 76%;
    margin: 0 auto;
}
.group_word{
    min-height: 110px;
}
.group_word_wide{
    min-height: 20px;
}
.part2_dec1{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    opacity: 0.8;
    z-index: -1;

}
@media screen and (max-width:768px){
    .part2_group_wide {
        max-width: 80%;
    }

  .part2_group_wide .group_component {
    flex-direction: column;
    text-align: center;
  }

  .left-con {
    flex: none;
    margin-bottom: 24px;
  }

  .right-con {
    max-width: 100%;
  }

}
/* ---------------- 手機版 ---------------- */
@media screen and (max-width:590px){
    .part2{
        padding: 50px 0px 80px 0px;
    }
    .part2_content{
        margin: 0 auto;
    }
    .part2_group_wide {
        max-width: 65%;
    }
    .part2_group{
    min-height:auto;
    }
    
}
@media screen and (max-width:430px){
    .part2_group_wide {
        max-width: 67%;
    }
}
@media screen and (max-width:375px){
    .part2_group_wide {
        max-width: 77%;
    }
}
/* notice */
.notice{
    width: 90%;
    max-width: 1200px;
    margin: 4rem auto 1.5rem;
}
.notice .container {
    background-color: #fff1da;
}
.notice .container .title_box {
    width: 100%;
    background-color: #fff1da;
}
.p-4 {
    padding: 2.5rem;
}
@media screen and (max-width:540px){
.p-4{
    padding: 1.5rem;
}
}
.notice h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
.notice h3 img {
    width: 24px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.notice__content {
    display: none;
}
.notice .rotate {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.color01{
    color: #AD333B;
    border-bottom: 1px solid #AD333B;
}
.notice__ol{
    line-height: 1.5rem;
}
.notice li{
    margin: 5px;
}
.notice__ol ol{
    list-style: none;
    counter-reset: my-counter;
    padding-inline-start: 8px;
}
.notice__ol ul{
    padding-inline-start: 8px;
    text-indent: -1em;
}
.notice__ol ol li{
    counter-increment: my-counter;
    text-indent: -1em;
}
.notice__ol ol li::before{
    content: "("counter(my-counter) ")";
}
.notice__ol ul li{
    list-style: disc;
    text-indent: -4px;
}
.notice__ol ul li::before{
    content: "";
}
.notice__ol ul ol li{
    counter-increment: my-counter;
    text-indent: -1em;
    list-style-type: none;
}
.notice__ol ul ol li::before{
    content: "("counter(my-counter) ")";
}

.notice span{
    color: #0065A3;
}
.notice a{
    color: #00a19b;
    text-decoration:underline;/* 底線 */
    font-weight: 600;
}
@media screen and (max-width:640px){
    .notice__ol{
        padding-inline-start: 1em;
    }
}
/* bottom */
.bottom_dec{
    margin-bottom: 0 !important;
    width: 100%;
}





 .right-con {
  max-width: 620px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  flex: 1;
  text-align: left;

}


/* ---------------- 左側（圓圈 + logo 區） ---------------- */


.left-con {
  float: left;
  width: 250px;              
  margin-right: 24px;         
  box-sizing: border-box;
  position: relative;        
  text-align: center;
  aspect-ratio: 1 / 1;/* 預設正方形 */
}


/* 圓圈底圖 */
.left-con .circle {
  width: 100%;
  height: auto;
  display: block;
  
}


/* DAZN logo（覆蓋在圓圈內） */
.img-Dazn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;                 /* 用比例，避免 RWD 爆掉 */
  max-width: 140px;
  height: auto;
  display: block;
}


.left-con .circle {
  transform-origin: 50% 50%;
  animation: rotateBob 8s ease-in-out infinite;

}
@keyframes rotateBob {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(0.9) rotate(65deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes bounce {
  50% {
    transform: translateY(-10px);
  }
}
@keyframes scale {
  50% {
    transform: scale(0.9);
  }
}

/* ---------------- 右側內容區 ---------------- */
.right-con {
  display: block;
  overflow: hidden;           /* 關鍵：避免文字跑出 */
  box-sizing: border-box;
  min-height: 1px;
  text-align: left;
}

.circle {
  width: 100%;
  height: 100%;
  display: block;
}


@media (max-width: 768px) {
    
  .part2_group_wide .group_component {
    gap: 0px;
  }


  .left-con {
    float: none;              /* 取消浮動 */
    width: 100%;
    margin: 0 0 16px 0;
    text-align: center;
  transform-origin: 50% 50%;       /* ✅ 從中心縮 */

  }

  .right-con {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .img-Dazn {
    width: 38%;
    max-width: 120px;
    position: absolute;       /* 繼續覆蓋在圓圈中 */
  }


  .fontstyle04-01{
    text-align: center;
  }
}




.activity_time{
  list-style: none;
  font-size:18px;
  color: #00a19b;
  margin-top: 20px;
padding-bottom: 10px;

}
.time{
    font-size: 12px;
    color: #00a19b;
    border-style: solid;
    border-width: 1px;
    display: inline;
    padding: 3px 8px;
}
@media screen and (max-width:540px) {
.time{
        line-height: 2.5;
        font-size: 15px;
    }
}