@charset "utf-8";
/* CSS Document */

/*回版頭*/
#gotop { display: none; position:fixed; z-index:5; right:20px; bottom:30px;padding:10px 10px 3px 10px; border-radius:50px; font:12px/30px Verdana; text-align:center; color:#000;  background-color:rgba(255,255,255,0.7); cursor:pointer;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;}
#gotop:hover { padding-top:40px; background-color:#fff;} 
#gotop::before { content: ""; position:absolute; top:7px; left:18px; width: 0; height: 0; border: 4px solid #000; border-color: transparent transparent #000; }
	@media screen and (max-width:767px){
		/*回版頭*/
		#gotopBtn { display:none !important;} /*把系統手機版原本的Gotop關掉*/
		#gotop_phone { display: none; position:fixed; z-index:201; right:0; padding:14px 6px 3px 10px; font:12px/30px Verdana; text-align:center; color:#fff; cursor:pointer; transition: 0.2s; transform: translateX(200%);
						bottom:90px;
						bottom: calc(90px + constant(safe-area-inset-bottom)*0.6 );
						bottom: calc(90px + env(safe-area-inset-bottom)*0.6 );}
		#gotop_phone::before { content: ""; position:absolute; top:9px; left:19px; width: 0; height: 0; border: 4px solid #fff; border-color: transparent transparent #fff; }
		#gotop_phone::after  { content: ""; z-index:-1; position:absolute; top:50%; left:50%; border-radius:50px 0 0 50px; transform:translate(-50%,-50%); width:44px; height:44px; background-color:rgba(0,0,0,0.8);}
		#gotop_phone.cate-open { transform: translateX(0%);}
			/*白色*/
			#gotop_phone { color:#000; }
			#gotop_phone::before { border-color: transparent transparent #000;}
			#gotop_phone::after  { background-color: rgba(255,255,255,0.95);  box-shadow:0 1px 0 rgba(242,242,242,1), 0 0 10px rgba(0,0,0,0.2);}
	}

/*活動標*/
.Area_logo   { z-index:3; position:absolute; }
.Area_logo a { display:block;}
.Area_logo img { width:100%; height:auto;}
    @media screen and (max-width:767px){
      .Area_logo {top:20vw; left:2%; width:14vw; -webkit-transform: none; transform: none;/* filter: drop-shadow(0 5px 7px rgba(0,0,0,0.4));*/}
       .Area_logo img {  width: 100%; }
	}
    @media screen and (min-width:768px){
      .Area_logo { top:58px; left:50%; width: 125px; -webkit-transform:translateX(-590px); transform:translateX(-590px); }
    }




/*分會場header*/
.cantantBase { z-index:5; background:url(header_bg.png?t=1751254781450) top center no-repeat; position:absolute; top:0; left:50%; transform:translateX(-50%); width:100%; }
.cantantBase .box { position:relative; margin:0 auto; width:1220px; height:75px;}
.cantantBase .momologo {z-index:2;position: absolute;top: 0;left:0;}
.cantantBase .momologo a {display:block;width: 512px;height:58px;background: url(header_logo.png?t=1751254781450) no-repeat;}
.cantantBase .momologo a:hover {  background: url(header_logoON.png?t=1751254781450) no-repeat;}
.cantantBase ul {display:inline-block;  margin:10px 10px 0 570px; padding:0; list-style:none;  text-align:center; }
.cantantBase li { float:left; display:inline-block; position:relative; margin:0; padding:0 11px; font-size:21px; line-height:50px;}
.cantantBase li:nth-child(2) img { margin-top: 6px  }
.cantantBase li::before { content:""; position:absolute; top:18px; left:-1px; display:block; width:1px; height:15px; background-color:#fff; opacity: 0.3; }
.cantantBase li:first-child::before { display:none;}
.cantantBase li a { display:block; color:#636363; opacity: 1;}
.cantantBase li:hover a{ color:#c19f70; opacity: 1;}
.cantantBase ul .cate-hover a { color:#c19f70; opacity: 1;}



/*PC黏人精-區塊錨點*/
.fixarea_tabbar { z-index:99; position:fixed; right:0; top:60px; border-radius:20px 0 0 20px; width:110px; 
	background-color:rgba(0,0,0,0.5);
	-webkit-backdrop-filter: blur(12px); 
	-moz-backdrop-filter: blur(12px);
	-ms-backdrop-filter: blur(12px);   
	backdrop-filter: blur(12px);	
	text-align: center; font-family:"微軟正黑體", "Microsoft JhengHei", Arial;
      -webkit-transform: rotate3d(0,0,0,0deg) translate3d(150px,0,0); transform: rotate3d(0,0,0,0deg) translate3d(150px,0,0); -webkit-transform-origin:top right; transform-origin:top right;
        -webkit-transition: all 0.2s ease;
         -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
           -o-transition: all 0.2s ease;
            transition: all 0.2s ease;}
.fixarea_tabbar.fixarea_off { -webkit-transform: rotate3d(0,0,0,0deg) translate3d(0,0,0); transform: rotate3d(0,0,0,0deg) translate3d(0,0,0);}
.fixarea_tabbar .go_bt {
            -webkit-transition: all 0.2s ease;
             -moz-transition: all 0.2s ease;
              -ms-transition: all 0.2s ease;
               -o-transition: all 0.2s ease;
                transition: all 0.2s ease;}
.fixarea_tabbar .go_bt:hover { filter: brightness(105%);}
.fixarea_tabbar .fix_box { margin:20px auto 10px; margin-left:10px;}
.fixarea_tabbar ul { margin:0; padding:0; list-style:none;}
.fixarea_tabbar li { position:relative; margin:0; padding:0; font-weight:800; font-size:15px; line-height:20px;}
.fixarea_tabbar a { display:block; text-decoration:none; color:#fff;}
.fixarea_tabbar a:hover{ color:#d1ae81; }
.fixarea_tabbar  .cate-hover a { color:#d1ae81; }
.fixarea_tabbar .fix_other { }
.fixarea_tabbar .fix_other li { padding:10px 0; }
.fixarea_tabbar .fix_other li:before { content: ""; display: block; position: absolute; bottom:0; left:18%; width:64%; height:1px; background-color:#5b0000; background-color:rgba(255,255,255,0.2);}
.fixarea_tabbar .fix_other li:last-child::before { display:none;}
.fixarea_tabbar .fix_other li i { display:none; z-index:-1; position: absolute; top:53%; left:-2px; width:12px; height:12px; -webkit-transform:translate(0%,-50%); transform:translate(0%,-50%); background:url('') no-repeat center center; background-size:100%;}
.fixarea_tabbar .fix_other .cate-hover i { display: block;}
.fixarea_tabbar .fix_footer { position: relative; margin-bottom:10px; margin-left: 10px; font-weight:800; font-size:24px;}
.fixarea_tabbar .fix_footer a { display:block; padding-top:11px;}
.fixarea_tabbar .fix_footer a::before { content: ""; position: absolute; top:6px; left:44%; display:block; width: 0; height: 0; border-width: 0 5px 8px 5px; border-style: solid; border-color:transparent transparent #fff transparent;}
    /*錨點icon--用SVG格式(改顏色搜尋【fill%3A%23】)*/
    .fixarea_tabbar .fix_other li i { background-image: url('data:image/svg+xml,%3Csvg%20id%3D%22navlight_icon%22%20data-name%3D%22navlight%20icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d1ae81%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10%2C0A7.17%2C7.17%2C0%2C0%2C0%2C2.8%2C7.2C2.8%2C12.9%2C10%2C20%2C10%2C20s7.2-7.1%2C7.2-12.8A7.17%2C7.17%2C0%2C0%2C0%2C10%2C0Zm0%2C11a3.8%2C3.8%2C0%2C1%2C1%2C3.8-3.8A3.8%2C3.8%2C0%2C0%2C1%2C10%2C11Z%22%2F%3E%3C%2Fsvg%3E');}
    .fixarea_tabbar .fix_footer:hover a::before { border-color: transparent transparent #d1ae81 transparent;}

/*分享浮層*/
.floatBox { position:relative; margin:2% auto; padding: 2% 0; width: 700px; height:auto; background-color:rgba(0,0,0,0.8); text-align:center; position:relative; border-radius:20px;}
.floatBox img { width:100%; height:auto;}
.floatBox .go_bt {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;}
.floatBox .go_bt:hover { filter: brightness(120%);
  -webkit-transform:translateY(-6px);
     -moz-transform:translateY(-6px);
      -ms-transform:translateY(-6px);
       -o-transform:translateY(-6px);
          transform:translateY(-6px);}
.floatBox .closeButton a { display:block; cursor:pointer; position:absolute; top:-20px; right:-20px; width:40px; height:40px; border-radius:50%; border:solid 2px #999999; font:bold 40px/1em "Century Gothic"; color:#FFF; text-align:center; background-color:rgba(0%,0%,0%,0.5);text-decoration: none; z-index:2}
.floatBox .closeButton:hover {background-color:#666; text-decoration:none;}
.floatBox .title  { display:inline-block; margin:0 0 10px 0; border-bottom:1px solid #ffd800; font:bold 45px/1.4em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;letter-spacing: -0.05em;  color:#ffd800; text-align:center}
.floatBox .box_ { margin:0 auto; width:90%;}
.floatBox .box_:after { content: ""; display:block; clear:both;}
.floatBox .box_btn { margin:20px auto 0; width: 80%;}
.floatBox .box_btn a { display:block; margin:3% 0;}
.floatBox .box_btn img { width:100%;}
.floatBox .box_btn .btn { margin:0 auto; width:60%;}
.floatBox .box_btn2 a { float:left; margin:0 1%; width:48%;}
    @media screen and (max-width:767px){
      .floatBox { padding:5% 0; width:90%; height: auto;}
      .floatBox .closeButton a {display:block; position:absolute; top:-15px; right:-15px; width:30px; height:30px; border-radius:50%; border:solid 2px #999999; font:bold 30px/1em "Century Gothic"; color:#FFF; text-align:center; background-color:rgba(0%,0%,0%,0.5);text-decoration: none; z-index:2}
      .floatBox .closeButton:hover {background-color:#666; text-decoration:none}
      .floatBox .title  { margin:0 5% 3vw; font-size: 6vw; line-height:1.4em;}
      .floatBox .box_btn { margin:2% auto 0;}
      .floatBox .box_btn .btn { margin:0 auto; width:80%;}
    }
    /*適用商品btn*/
    .floatBox .box_buy a { display: block; margin:20px auto 0; padding: 10px 40px; border-radius: 25px; width: 20%; color: #000; font:bold 24px/1em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; background-color: #DABA82;}
        @media screen and (max-width:767px){
          .floatBox .box_buy a { margin: 3vw auto 0; padding: 1.5vw 5vw; width: 35%; font-size: 4.5vw; line-height: 5.5vw}
        }
    /*輸入框*/
    .floatBox .input { margin:0 auto; padding:10px 20px; box-sizing:border-box;  border-radius:20px; background-color:#fff; box-shadow:inset 3px 3px 10px rgba(0,0,0,0.7); }
    .floatBox .input input { margin:0; padding:0; border-radius:0; border: none; width:100%; height:70px; font-size:40px; line-height:70px; font-family:"微軟正黑體","Microsoft JhengHei", Arial, Helvetica; text-align:left; background-color:transparent;}
    /* Safari 和 Chrome，常用於iOS下移除內建樣式 + 取消選取藍框*/
    .floatBox .input input { outline:none;
                              -webkit-appearance: none;
                                 -moz-appearance: none;
                                      appearance: none;}
        @media screen and (max-width:767px){
          .floatBox .input { padding:1vw; width:100%; border-radius:10px; }
          .floatBox .input input { padding:0 2vw; height:12vw; font-size:5.5vw; line-height:12vw;}
        }




/*PC黏人精-分會場*/
.fixarea { z-index:99; position:fixed; left:0; top:80px; width:120px; text-align: center; font-family:"微軟正黑體", "Microsoft JhengHei", Arial;
			-webkit-transform: rotate3d(0,0,0,0deg) translate3d(-150px,0,0); transform: rotate3d(0,0,0,0deg) translate3d(-150px,0,0); -webkit-transform-origin:top left; transform-origin:top left;
			  -webkit-transition: all 0.2s ease;
				 -moz-transition: all 0.2s ease;
				  -ms-transition: all 0.2s ease;
				   -o-transition: all 0.2s ease;
					  transition: all 0.2s ease;}
.fixarea.fixarea_off { -webkit-transform: rotate3d(0,0,0,0deg) translate3d(0,0,0); transform: rotate3d(0,0,0,0deg) translate3d(0,0,0);}
.fixarea .go_bt {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;}
.fixarea .go_bt:hover { filter: brightness(105%);}
.fixarea .title { position:relative; z-index:1}
.fixarea .title img {}
.fixarea .fix_box { margin:0 auto;}
.fixarea ul { margin:0; padding:0; list-style:none;}
.fixarea ul:after { content:""; display:block; clear:both;}
.fixarea li { position:relative; margin:0; padding:0; font-size:15px; line-height:20px; }
.fixarea a { display:block; text-decoration:none; color:#000;}
.fixarea a:hover{ color:#fef2e1;}
.fixarea  .cate-hover a { color:#fef2e1; }
.fixarea *:before,
.fixarea *:after { /*background-color:#ccc; background-color:rgba(255,255,255,0.2);*/}
	/*好康*/
	.fixarea .fix_main { background-color: #c19e70; width:110px; }
	.fixarea .fix_main li { padding:8px 0;}
	.fixarea .fix_main li:before { content: ""; display: block; position: absolute; bottom:0; left:18%; width:64%; height:1px; }
	.fixarea .fix_main li:last-child::before { display:none;}
	/*分會場*/
	.fixarea .fix_other { background-color: #c8ab85; width:109px;}
		/*(1排1個)*/
		.fixarea .fix_other_x1 ul { position:relative; z-index:3; padding:0 5%;}
		.fixarea .fix_other_x1 li { padding:8px 0; border-bottom: 1px solid #e7ccab;}
		.fixarea .fix_other_x1 li:last-child{border-bottom:none;}
		.fixarea .fix_other_x1 li:before { content: ""; display: block; position: absolute; bottom:0; left:18%; width:64%; height:1px;}
		.fixarea .fix_other_x1 li:last-child::before { display:none;}
		/*(1排2個)*/
		.fixarea .fix_other_x2 ul { padding:0 5%; margin-top:-10px;}
		.fixarea .fix_other_x2 li { float:left; width:49%; border-bottom: 1px solid #e7ccab;}
        .fixarea .fix_other_x2 li a{padding:8px 0;}
		.fixarea .fix_other_x2 li:after { content: ""; position: absolute; top:0; right:0%; display: block; width:1px; height:100%;}
.fixarea .fix_other_x2 li:nth-of-type(odd){border-right: 1px solid #e7ccab;}
.fixarea .fix_other_x2 li:nth-last-child(-n+2) {border-bottom: 0;}
	/*主會場BN*/
.fixTitle{ position:relative; width:120px; color: #fff; z-index:2}



/*手機置底黏人精*/
.Fixedfooter { width:100%; height:15vw;  position:fixed; bottom:0; z-index:300;
                padding-bottom: calc(0px + constant(safe-area-inset-bottom)*0.6); 	/* 兼容 iOS < 11.2 */
                padding-bottom: calc(0px + env(safe-area-inset-bottom)*0.6); 
				background-color: rgba(208,173,127,0.65); 	
				-webkit-backdrop-filter: blur(12px); 
				-moz-backdrop-filter: blur(12px);
				-ms-backdrop-filter: blur(12px);   
				backdrop-filter: blur(12px);			 
		}
.Fixedfooter .box { width:96%; margin:0 auto;  }
.Fixedfooter ul { margin:0; padding:0; list-style:none; position:relative;}
.Fixedfooter ul:after { content:""; display:block; clear:both;}
/*.Fixedfooter li { position:relative; width:24%; float:left; margin:0 0.5%; text-align:center; }*/
.Fixedfooter li { position:relative; width:21%; float:left; margin:0 0.5%; text-align:center; }/* 調整按鈕3小1大比例 */
.Fixedfooter li:nth-child(4) { width:31%; ;} /* 改成圖調整高度位置 */
.Fixedfooter li:nth-child(4) img { margin-top: 3vw;} /* 改成圖調整高度位置 */
.Fixedfooter .btn_on a { color:#ffe2ad;}
.Fixedfooter li:after { position: absolute; content: ""; right: 0; top: 30% ; width: 1px; height: 20px; background-color: #fff; opacity: 0.2 }
.Fixedfooter li:last-child::after{display: none;}
.Fixedfooter li a { color:#000005; font-size:4vw; line-height:15vw;}
.Fixedfooter .momocobtn { position:absolute; top:-8vw; right:8vw; z-index:5; width:12%; pointer-events:none;}
.drop-shadow {-webkit-filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5)); filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5))}											 




/*通知浮層*/
.agreeArea { z-index:1; position:relative; top:5%; margin:0 auto 30px; width:94%; max-width:700px; font-family:"Century Gothic", "微軟正黑體", sans-serif; /*text-align:justify; word-break:break-all;*/}
.agreeArea img{ width:100%; height:auto;}
.agreeArea .box { border-radius:10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); background-color:#fff; overflow:hidden;}
.agreeArea .box550 {height:550px;}
.agreeArea .box .txtArea { height:600px; overflow:auto; overflow-y:auto; -webkit-overflow-scrolling:touch;}
.agreeArea .box h3 { margin:0; /*padding: 0 18% 0 0; */height:3rem; font-size:1.25rem; font-weight:800;line-height:3rem; text-align:center; color:#000; background-color:#c29f70;}
.agreeArea .box p { margin:10px auto; margin-top:1rem; padding:0 2%; text-align: left; font-size:1.5em;  line-height:1.2em; color:#000;}
.agreeArea .box p b { display:inline-block; padding-bottom:0px;}
.agreeArea .box p span { }
.agreeArea .box .qrcodeimg { text-align:center; }
.agreeArea .box .qrcodeimg a { color:#006afe;}
.agreeArea .box .qrcodeimg img { width:100%; height:auto;}
.agreeArea .box .agree_table table { margin:20px auto; border-collapse:collapse; width:90%; text-align:center;}
.agreeArea .box .agree_table th { padding:5px; border:1px solid #CCC; width:33%; font-size:0.9em; }
.agreeArea .box .agree_table td { padding:5px; border:1px solid #CCC; font-size:0.9em; }
.agreeArea .box .agree_table th a{ color:#c70026; text-decoration:underline;}
.agreeArea .box .xxx{ display:block; width:80%; height:40px; font-size:1.5em; text-align:center; line-height:40px; color:#FFF; background-color:#7048A0; margin:0 auto; margin-bottom:20px; margin-top:10px; font-weight:bold; border-radius:10px;}
.agreeArea .box > ul,
.agreeArea .box > ol { margin:20px auto;}
.agreeArea .box li { margin:0 20px 10px 0px; line-height: 1.7; text-align: justify;} 
.agreeArea .box table { margin: 0 5% 5%; width:90%;  border-collapse:collapse;}
.agreeArea .box th { padding:5px; border:1px solid #CCC; background:#eee; font-size:0.8em; }
.agreeArea .box td { padding:5px; border:1px solid #CCC; font-size:0.8em; vertical-align:top; }
.agreeArea .box table ul,
.agreeArea .box table ol { padding:0 0 0 20px; vertical-align: middle; }
.agreeArea .box table li { margin:0 0 10px 0px;}
.agreeArea .box ul li ol { padding:0 0 0 20px;}
.agreeArea .box ol li ul { padding:0 0 0 20px;}

	@media screen and (max-width:767px){
        .agreeArea .box p {  padding:0 2%; font-size:1.2em;}
    }



/*可拖移廣告icon*/
.Area_hammerAD { z-index: 300; display: none; position: fixed; bottom: 0; right: 0; transform: translate3d(0,200px,0); /*background-color: rgba(0,0,0,0.5);*/}
.Area_hammerAD .box { position: relative; margin-right: 10px; opacity: 1;}
.Area_hammerAD img { width: 100%; height: auto;}
.Area_hammerAD .closeButton a { display:block; cursor:pointer; position:absolute; width:20px; height:20px; border-radius:50%; font:bold 20px/1em "Century Gothic"; color:#FFF; text-align:center; background-color:rgba(0%,0%,0%,0.5); text-decoration: none; z-index:2}
    @media screen and (min-width:768px){
      .Area_hammerAD { display: block; width: 200px; right: 50%!important; margin-right: -820px; transform: translate3d(0,-20px,0)!important;}
		.Area_hammerAD img { width: 75%; height: auto;}
		.Area_hammerAD .closeButton a { display: none;}
    }
    @media screen and (max-width:767px){
        .Area_hammerAD { display: block; width: 22%;}
        .Area_hammerAD .closeButton a { top: 1vw; right: 1vw;}
    }



/*系統公告*/
.agree_more .box h3 { background-color:#01669e; color:#fff;}
		
/*權益表格浮層*/
.agreeArea .box tr td {  vertical-align: middle;}
.agreeArea .box tr:nth-child(1) td,
.agreeArea .box tr:nth-child(3) td{ text-align: center; }

/*我要試算浮層*/
.agree_more2 .agreeArea .box p { text-align:center;}
.agree_more2 .agreeArea .box .txtArea { padding:0 1%;}
.agree_more2 .agreeArea .box ul { margin:0 auto; padding: 0; list-style: none;}
.agree_more2 .agreeArea .box ul::after { content:""; display:block; clear:both; }
.agree_more2 .agreeArea .box li
.agree_more2 .agreeArea .box li a { display: inline-block;    }

/*按鈕*/

.agree_more2 section {  display: none;  padding:0; margin: 0 auto; width: 92%; }
.agree_more2 section  img{ margin: 0 auto; width: 100%; }
.agree_more2 input { display: none;}
.agree_more2 label { float:left; padding:1% ; margin: 0 1.5% 2%; width: 28%; text-align: center; background:#bfbfbf; border-radius:10px; box-sizing: border-box; color:#fff; font-size: 1.5rem; font-family:"Century Gothic"; }
.agree_more2 .tab_crew label:nth-child(3n-1){margin-left: 5%;}
.agree_more2 .tab_crew label:nth-child(3n){margin-right: 5%;}
.agree_more2 label:hover {  cursor: pointer;}
.agree_more2 input:checked + label{ color: #111; background:#ffe0e3;} 
	@media screen and (max-width:767px){
        .agree_more2 label {  font-size: 1rem; }
    }
#tab1 ~ #content1,
#tab2 ~ #content2,
#tab3 ~ #content3,
#tab4 ~ #content4,
#tab5 ~ #content5, 
#tab6 ~ #content6,
#tab7 ~ #content7,
#tab8 ~ #content8,
#tab9 ~ #content9 {  display: none; margin-top: 2%; }

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5, 
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8,
#tab9:checked ~ #content9 {  display: block; margin-top: 2%; }

.agree_more2 .applybtn{ margin-bottom: 5%}


/*浮層嘿嘿*/
.blackBox_play {}
.blackBox { display:none; z-index:999; position:absolute; top:0px; left:0px; width:100%; height:100%; background-color: rgba(34,34,34,0.75); }
.blackBox * { font-family: "Century Gothic","微軟正黑體","Microsoft JhengHei",Helvetica; box-sizing:border-box;}
.blackBox  a { text-decoration:none;}
/*浮層基本*/
.blackBox .box .button {  border-top:1px solid #d6d6d6; text-align:center; font-size:1.25rem; line-height:3.5rem; font-weight:bold;}
.blackBox .box .but-close { clear:both; width:100%;}
.blackBox .box .but-close a { display:inline-block;  width:100%; height:100%; color:#333;}
.blackBox .box h3 span.close { position:absolute; top:6px; right:5px; display:block; border:2px solid #333; border-radius:5px; width:63px; height:33px; font-size:1rem; line-height:2rem; text-align:center;}
.blackBox .box h3 span.close a { display:inline-block; width:100%; height:100%; color:#333;}
.blackBox .Boxclose { position:absolute; top:0px; left:0px; width:100%; height:100%; background-color: transparent;}
.blackBox .box h4 {height: 3rem; font-size: 0.8rem; font-weight: 100; text-align: center; color: #000;}

.txttxt { padding:0px;}


/*下方各部公版選單*/
.menu { position: relative; display:block; margin: 0 auto; overflow:hidden; width: 96%; text-align:center; z-index:2; padding:6% 0 0;}
.menu ul { margin: 0; padding: 0; list-style: none outside none;}
.menu ul:after { content:""; clear:both; display:block;}
.menu li { float: left; margin: 0 5px 10px !important; padding: 0; width:48%; }
.menu li:first-child { margin-left: 0;}
.menu li a { display: block; color: #FFF; font: 24px/48px "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica; text-decoration: none;}
.menu .label_btn{display: inline-block; width:100%; background: rgba(0,0,0,0.6); text-align: center; border-radius:5px;}
.menu .selected .label_btn { color: #fee2c0; background: #000; transition: background 0.5s linear; }
.tab_content .page{display:none; padding:2% 5% 7%;}
	@media screen and (max-width:767px){
		.menu li { width:49%; margin:0 0.5% 1% !important;}
		.menu li a { font: 4vw/10vw "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica;}
		.tab_content .page{display:none; padding:2% 0 7%;}


	}

/*心跳A*/
.heartbeat-play {-webkit-animation-duration: 1s;  animation-duration: 1s;  -webkit-animation-name: heartbeat-play;  animation-name: heartbeat-play;  -webkit-animation-iteration-count: infinite;    animation-iteration-count:infinite;/* -webkit-animation-direction: alternate;animation-direction: alternate;*/}
	@-webkit-keyframes heartbeat-play {   
		0%   { -webkit-transform: scale(1); transform: scale(1); filter:brightness(120%);} 
		40%  { -webkit-transform: scale(0.95); transform: scale(0.95); filter:brightness(100%);} 
		60%  { -webkit-transform: scale(1); transform: scale(1); filter:brightness(120%);} 
		80%  { -webkit-transform: scale(0.95); transform: scale(0.95); filter:brightness(100%);}
		100% { -webkit-transform: scale(1); transform: scale(1); filter:brightness(120%);} 
		}
	@keyframes heartbeat-play { 
		0%   { -webkit-transform: scale(1); transform: scale(1); filter:brightness(120%);} 
		40%  { -webkit-transform: scale(0.95); transform: scale(0.95); filter:brightness(100%);} 
		60%  { -webkit-transform: scale(1); transform: scale(1); filter:brightness(120%);} 
		80%  { -webkit-transform: scale(0.95); transform: scale(0.95); filter:brightness(100%);}
		100% { -webkit-transform: scale(1); transform: scale(1); filter:brightness(120%);} 
	}


/*
==============================================
floating
==============================================
*/

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(20px);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(20px);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}

/*
==============================================
fadeIn
==============================================
*/

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}
