﻿@charset "utf-8";
/* CSS Document */
/* --------------------------------------
 *                共用元件
 * -------------------------------------- */
/*基本*/

body { 
  margin     : 0; 
  padding    : 0;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Arial, sans-serif ;
} 
.clearfix:before, .clearfix:after {   
    content:"";   
    display:table;   
}   
.clearfix:after{   
    clear:both;   
    overflow:hidden;   
}   
.clearfix{   
    *zoom:1;   
}
/*------共用--區塊_all------*/
.mainKv{max-width: 1240px; margin: 0 auto; position: relative;}
.category{max-width: 1240px; margin: 0 auto; position: relative; background: url("../../images/teamback1_01.png")top center no-repeat;height: 166px;}
.category.text{   
	width: 1200px;
    font-size: 62px;
    display: flex;
	justify-content: center;
	align-items: center;
	
  font-family: "Noto Serif TC", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;

	background: linear-gradient(0deg, rgba(255,255,255,1) 36%, rgba(254,183,11,1) 53%, rgba(255,255,255,1) 60%);
    background: -webkit-linear-gradient(to top, #ffffff, #feb70b, #ffffff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.forWeb{display: block;}
.forPhone {display:none;}
.mobile{ display: none; }

@media screen and (max-width:1200px){ 
	.forWeb{display: none;}
	.forPhone {display: block;}
	.mobile{ display: block; }
	.mainKv img {max-width:100%;height:auto !important;}
	.category {
    width: 120%;
    overflow: hidden;
    margin-left: -10%;
    background-size: contain;
    height: 17vw;
}
	.category img {max-width:100%;height:auto !important;}
	.category.text {
    width: 100%;
    font-size: 7vw;
    margin-left: 1vw;
}

}

	
/* --------------------------------------
 *                背景
 * -------------------------------------- */
/*PC背景*/
.bg1240{ position: relative; background: url() no-repeat top center; }
.rulebg { position: relative; background:url() repeat #63c8e1; padding: 30px 2px;}
.bg01 { position: relative; background:url("../../images/repeat_bg.png") repeat center 50px #2098d1;background-blend-mode: soft-light;/*padding-top: 50px;*/}
/*--- PC版背景---*/
.bg001 {
    position: fixed; /* 固定背景 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../images/bg_01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2; 
	pointer-events: none; /* 禁用背景的點擊事件 */
	background-color: #2098d1;
	/*background-blend-mode: luminosity;*/
	filter: opacity(0.5);
}

#bg_repeat:before {
content: "";
position: absolute;
width: 200%;
height: 200%;
top: -50%;
left: -50%;
z-index: -1;
background: url('../../images/repeat_bg.png') 0 0 repeat;
transform: rotate(-30deg);
	background-blend-mode: soft-light;
	background-color: lavender;
}

/*Phone背景*/
@media screen and (max-width:1240px){ 
	.bg02{ 
		background-image:url(../../images/bgm.jpg) ;
		background-size:100%;
    	background-position: top center;
    	background-color: #fff;
	}
	.bg03{
		background-size: 130%;padding: 7vw 0 0;
	}

	.fin{padding: 0 0 8vw;}
	
	#bg_repeat:before {
    content: "";
    position: absolute;
    width: 250%;
    height: 230%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background: url('../../images/repeat_bg.png') 0 0 repeat;
    transform: rotate(-30deg);
    background-blend-mode: soft-light;
    background-color: lavender;
    background-size: 10%;
}
}


/*內容*/
.pickcontainer {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0;
    background-color: #fbfbfb;
    padding: 8px 20px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header {
    background-color: #007bff;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    font-size: 24px;
}
.steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.5vw 0;
}
.step {
    display: flex;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    margin: 0.2vw;
    width: 30%;
    flex-direction: column;
    padding: 0.5vw 1.2vw 1vw;
    border: 0.2vw solid #007bff;
    border-radius: 2vw;
    background: #faf7f3;
}
		.step .title{color: #007bff;text-align: center;font-size: 20px;}
.step_imgbox {
    padding: 0.5vw;
    width: 85%;
    margin: 0 auto;
}
.step img {
    width: 100%;
}
        .step p {
            margin: 0;
            font-size: 16px;
        }
.step:nth-child(6){border-color: #79b2ff;}
.note {
    padding:16px 26px 16px 0;
    margin: 0 2vw 0 1vw;
    font-size: 14px;
    width: 67%;
}
.goto_section {
    width: 100%;
    padding: 0 9%;
    display: flex;
    justify-content: space-between;
}
button.pick {
    background: #007bff;
    margin: 0.5vw 1vw 1vw;
    padding: 1.5vw 2vw;
    border-radius: 1vw;
    width: 31%;
}
		button.pick a{color: white;font-size: 1.5vw;}
@media screen and (max-width:1240px){
	.pickcontainer{padding: 0vw 0vw 10vw; background: none;}
	.step {
    width: 45%;
    margin: 1vw;
	padding: 1vw 2vw 2vw;
}
	.steps{margin: 2vw 1vw;}
	.step .title{font-size: 4vw;}
	.step p{font-size: 3.5vw;padding: 1.2vw;}
	.note {
    padding: 3vw 6vw;
		width: 100%;
		background-color: #003e8c;
		color: white;
		margin: 0 4vw;
		border-radius: 2vw;
}
	.goto_section {
    width: 100%;
    padding: 1vw 0vw;
    flex-wrap: wrap;
}
	button.pick {
    padding: 4vw 0;
    border-radius: 2vw;
    width: 100%;
    margin: 3vw ;
}
	button.pick a{font-size: 4vw;}

}



/*活動說明*/
.rule_bg{padding: 20px;}
.rule{ width: 1220px; margin: 0 auto; padding:0px 50px 36px ; font-size:15px; line-height:30px; text-align:left;color:#41190d;font-family: '微軟正黑體';background: #fff;border-radius: 12px;font-weight: normal;}
.rule a{color: cornflowerblue;}
.rule a:hover{color: palevioletred;}
.rule ul {
    list-style: none;
    margin: 0 0 0 -10px;
    padding: 0;
    background: none;
}
.rule ul li {
    width: calc(100%/3 - 40px);
    display: inline-block;
    margin: 4px 6px 36px;
    font-size: 16px;
}
.rule li img{width: 100%;}
.rule ol{list-style: none;  border-radius: 20px; padding: 2px 12px;}
.rule p{color: #000;font-size: 22px;line-height: 32px;padding: 10px 0;font-weight: bold;text-align: center;}
.rule h1 {
    font-size: 28px;
    line-height: 38px;
    padding: 34px 0px 0px;
    font-weight: bold;
    margin-left: -5px;
}
.rule h2 {
    font-size: 22px;
    line-height: 24px;
    margin-left: 0px;
    font-weight: bold;
    padding: 30px 0 0;
}
.rule label{color: #fff; font-size: 22px; margin: 35px 30px 10px; padding: 4px 10px;
    background-color: #e02c6d; border-radius: 10px; display: block; width: 216px; text-align: center;}
table.rcoin{width: 100%;margin: 0 auto;}
table td.rcoin_title{background: #ff6f4d; color: #fff;}
table.rcoin td{padding: 10px ;}

@media screen and (max-width:1240px){
	.rule_bg{width: 100%;}
	.rule{ width: 100%; padding:2vw 4vw 5vw; font-size: 3.5vw; line-height:6vw; text-align:left; }
	.rule ul{margin: 0; padding:1vw 0 2vw; background: none;}
	.rule ul li {
    width: calc(100%/2 - 3vw);
    margin: 0 1vw 8vw;
		font-size: 3vw;
		line-height: 4.5vw;
}
	.rule ol{margin: 0; padding:0vw 0vw 2vw; }
	.rule ol li{margin: 1vw;}
	.rule p{font-size: 4vw;line-height: 5vw;}
	.rule h1{font-size: 4vw; line-height: 6vw; }
	.rule h2{font-size: 4vw; line-height: 6vw; margin: 2vw 0 1vw;}
	.rule label{font-size: 3vw; line-height: 5vw; margin:2vw auto; padding: 1vw 10vw;}
}
.rule ol>li>ol{
      display: block;
    }
    input[type=checkbox]{
      display: none;
    }
    ol li input[type=checkbox]:checked+ol{
      display: none;
    }

/*飄-上下*/
.uptodown-play { -webkit-animation:uptodown-play 2.5s ease-in-out infinite alternate;
				         animation:uptodown-play 2.5s ease-in-out infinite alternate;}
	@-webkit-keyframes uptodown-play { 
		0%   { -webkit-transform: translate(0,-10px); } 
		100% { -webkit-transform: translate(0,0);}
	}
	@keyframes uptodown-play { 
		0%   { transform: translate(0,-10px);} 
		100% { transform: translate(0,0);}
	}


/*版頭動畫*/
.rotate-center {
	-webkit-animation: rotate-center 0.3s linear 3 both;
	        animation: rotate-center 0.3s linear 3 both;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-3-21 17:39:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


 /* 遮罩層 */
        #popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
        }

        /* 彈窗樣式 */
        #popup {
            background: white;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
            min-width: 250px;
        }

        /* 關閉按鈕 */
        #close-btn {
            margin-top: 15px;
            padding: 8px 15px;
            background: red;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
        }

        #close-btn:hover {
            background: darkred;
        }

