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

/*回版頭*/
#gotopBtn { display:none !important;} /*把系統手機版原本的Gotop關掉*/
#gotop { /*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::before { content: ""; position:absolute; top:9px; left:19px; width: 0; height: 0; border: 4px solid #fff; border-color: transparent transparent #fff; }
#gotop::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.cate-open { transform: translateX(0%);}
    /*白色*/
    #gotop { color:#000; }
    #gotop::before { border-color: transparent transparent #000;}
    #gotop::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);}



/*header*/
@media screen and (min-width:768px){
  .cantantBase { z-index:5; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%;}
  .cantantBase .box { position: relative; margin: 0 auto; width: 1220px; height: 50px;}
  .cantantBase ul { display: inline-block;  margin: 10px 10px 0 760px; padding: 0; list-style: none;  text-align: center; transform: scale(.95); transform-origin: center right; display: none;}
  .cantantBase li { float: left; display: inline-block; position: relative; margin: 0; padding: 0 15px; font-size: 21px; line-height: 50px;}
  .cantantBase li:nth-child(3) { padding-right: 0;}
  .cantantBase li:nth-child(3) img { margin-top: 5px;}
  .cantantBase li::before { content:""; position:absolute; top:18px; right:-1px; display:block; width: 1px; height: 15px; background-color:#fff; opacity: 0.3;}
  .cantantBase li:last-child::before { display: none;}
  .cantantBase li a { display: block; color: #baae98; opacity: 1;}
  .cantantBase li:hover a{ color: #fef5e5; opacity: 1;}
  .cantantBase ul .btn_on a { color: #fef5e5; opacity: 1;}  
}


/*LOGO*/
.momologo { z-index:2; position: absolute; top: 15px; left:15px;}
.momologo a { display:block; width:140px; height:21px;}
.momologo a svg { width:140px; height:21px; }
.momologo a path { fill:#EA27C2; }
.momologo-pink  a path { fill:#EA27C2; }/*LOGO 桃紅色*/
.momologo-white a path { fill:#ffffff; }/*LOGO 白色*/
.momologo-white a:hover path { fill:#EA27C2; }
	@media screen and (max-width:767px){
		.momologo { display:none;}
	}


/*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.8); 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:#fcd1a5;}
.fixarea_tabbar .cate-hover a { color:#fcd1a5;}
.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%23fcd1a5%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 #fcd1a5 transparent;}


/*Phone置頂滑動選單*/
.m_fixarea{ z-index:999;  position: fixed; top:0; top:inherit; left:0; margin:0; padding:0; overflow: scroll; overflow-y: hidden; border:0; width: 100%; height: 40px; box-shadow:0 0 10px rgba(0,0,0,0.3);
			-webkit-overflow-scrolling: touch; -moz-overflow-scrolling: touch; -ms-overflow-scrolling: touch; -o-overflow-scrolling: touch; overflow-scrolling: touch;
		    -webkit-animation:fade-in 1.5s; animation:fade-in 1.5s; overflow:hidden;}
.m_fixarea:after  { content: ""; display:block; position:absolute; top:0; left:0; width:100%; height:100%; background-color:#f2f2f2;
    background-color: rgba(255,255,255,0.95);
    -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    -webkit-transition-property: background-color, -webkit-backdrop-filter;
    transition-property: background-color, -webkit-backdrop-filter;
    transition-property: background-color, backdrop-filter;
    transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;}		
	
.m_fixarea ul { margin:0;  padding:0; list-style: none;}
.m_fixarea ul li{ width:80px;}
.m_fixarea ul li:after  { content: ""; position: absolute;  top:12px; /* right:0px; */display:block; width:1px; height:18px; background-color:#f2f2f2;}
.m_fixarea ul li a { display:block; text-decoration:none;}
.m_fixarea ul li .txt{ display:block; padding:0; width: 100%; height:50px; text-align:center; font-size:16px; line-height:40px;  color:#000; font:bold; font-family:"Century Gothic", "微軟正黑體", sans-serif;  background-size: 100% 100%; }
.m_fixarea ul li .txt:hover{color:#F00;}
.m_fixarea .fixbox { margin-left:80px; overflow:hidden;}
.m_fixarea .fixbox_toptext { z-index:1000; position: fixed; top:0; top:inherit; border:0; width:80px; height: 40px; color:#f00; text-align:center; font-size:16px; line-height:40px; font:bold; font-family:"Century Gothic", "微軟正黑體", sans-serif; letter-spacing:-1px;}
.m_fixarea .fixbox_toptext:after  { content: ""; position: absolute;  top:11px;  right:0px; display:block; width:1px; height:18px; background-color:#000;}
.m_fixarea .fixbox_toptext:before { content: ""; display: block; position: absolute; top:0px; right:-16px; width:16px; height:38px;  /*background-image: repeating-linear-gradient(90deg, rgba(0,0,0,0.7) -2%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 120%);*/}


/*手機置底黏人精*/
.Fixedfooter { z-index: 99; position: fixed; bottom:0; width: 100%; /*height:15vw;*/ padding-top: 4.8vw;
               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::before { pointer-events: none; content: ""; display: block; z-index: -1; position: absolute; top: 0; left: 0; width: 100%; height: 25.6vw; background-image: url(Fixedfooter_bg1.png?t=1751274466771); background-position: top center; background-repeat: no-repeat; background-size: 100%;}
.Fixedfooter .box { width: 100%; margin: 0 auto;}
.Fixedfooter ul { margin: 0; padding: 0 5%; list-style: none; position: relative;}
.Fixedfooter ul:after { content: ""; display: block; clear: both;}
.Fixedfooter li { position: relative; float: left; margin: 0 0 .8vw; margin-left: 61.8%; width: 39%;} /* 調整按鈕3小1大比例 margin: 0 0.5%; width: 21% */
.Fixedfooter li a { display: block; padding: 1.9vw 0 3vw; /*color: #000005; font-size: 4vw;*/}
  /*註解文字
  .Fixedfooter li { position: relative; float: left; margin: 0 0 .8vw; width: 100%; text-align: center; font-size: 3.5vw; font-weight: 400; letter-spacing: 0.025em;}*/




/*通知浮層*/
.agreeArea { z-index:1; position:relative; top:5%; margin:0 auto 30px; width:94%; max-width:700px; font-family:"Century Gothic", "微軟正黑體", sans-serif;}
.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;text-align:left;}
.agreeArea .box .txtArea { height:600px; overflow-y:auto;}
.agreeArea .box h3 { margin:0; padding: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 0 0 24px; font-size:1em; text-align:left; line-height:1.2em; color:#000;}
.agreeArea .box p b { display: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:0;}
.agreeArea .box li { margin:0 20px 10px 0px; font-size:0.9em;}
  /*表格*/
  .agreeArea .box_ { padding-bottom: 10px;}
  .agreeArea .box_ table { margin: 0 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: middle; line-height: 1.5;}
  .agreeArea .box_ table ul,
  .agreeArea .box_ table ol { padding: 0 0 0 20px;}
  .agreeArea .box_ table li { margin: 0 0 10px 0px;}
  /*次階*/
  .agreeArea .box ol ul, .agreeArea .box ul ul { list-style: disc; padding-left: 1.5em; padding-top: 6px;}
  .agreeArea .box ol ul li, .agreeArea .box ul ul li { font-size: 1em;}
  .agreeArea li .box_ { padding-top: 6px; padding-bottom: 0;}
  .agreeArea li .box_ table { width: 95%; margin-left: 0;}
    @media screen and (max-width:767px){
      .agreeArea .box ol ul li, .agreeArea .box ul ul li { margin-right: 0;}
      .agreeArea .box li { font-size: .95em;}
      .agreeArea .box_ td { font-size: 0.85em;}
    }
  /*會員服務條款*/
  .agreeArea .box .txtArea .topic { padding: 0 24px 10px; font-size: 0.9em;}
  .agreeArea .box .txtArea .topic1 { text-indent: -.35em; padding-bottom: 0;}
  /*微調欄寬*/
  .agreeArea .box .txtArea .topic b,
  .agreeArea .box table b,
  .agreeArea .box li b { color: red; font-weight: normal;}
  @media screen and (max-width:767px){
    .agreeArea .box_ .colset1 { width: 40px;}
    .agreeArea .box_ .colset2 { width: 115px;}
    .agreeArea .box_ .colset3 { width: 128px;}
  }

  



/*浮層嘿嘿*/
.blackBox_play {}
.blackBox { display:none; z-index: 1001; position:absolute; top:0px; left:0px; width:100%; height:100%; background-color: rgba(34,34,34,0.75); }
.blackBox * { font-family:"微軟正黑體"; 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;}
  /*會員訂閱按鈕*/
  /*.blackBox .box h3 { background-color: #c29f70;}*/
  .blackBox .box .btn_subscribe { line-height: 2.3;}
  .blackBox .box .btn_subscribe .inputBox { margin-top: 1%; font-size: 1rem; font-weight: normal;}
  .blackBox .box .btn_subscribe .btn { width: 50%; margin: 1% auto 5%; border-radius: 20em; background-color: #ffd710;}
  .blackBox .box .btn_subscribe .btn.off { filter: grayscale(1); pointer-events: none;}





/*心跳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(110%);} 
		40%  { -webkit-transform: scale(0.95); transform: scale(0.95); filter:brightness(100%);} 
		60%  { -webkit-transform: scale(1); transform: scale(1); filter:brightness(110%);} 
		80%  { -webkit-transform: scale(0.95); transform: scale(0.95); filter:brightness(100%);}
		100% { -webkit-transform: scale(1); transform: scale(1); filter:brightness(110%);} 
		}
	@keyframes heartbeat-play { 
		0%   { -webkit-transform: scale(1); transform: scale(1); filter:brightness(110%);} 
		40%  { -webkit-transform: scale(0.95); transform: scale(0.95); filter:brightness(100%);} 
		60%  { -webkit-transform: scale(1); transform: scale(1); filter:brightness(110%);} 
		80%  { -webkit-transform: scale(0.95); transform: scale(0.95); filter:brightness(100%);}
		100% { -webkit-transform: scale(1); transform: scale(1); filter:brightness(110%);} 
	}




/*APP限定*/
/*forPhone*/
#for_browser { text-align: center; font-family: "微軟正黑體","Microsoft JhengHei",Helvetica;}
.boxPhone {z-index: 5;position: relative;width: 96%;margin: 0 2% 14%; border-radius: 2vw; overflow: hidden;}
.boxPhone .mbGOapp {position: absolute;top: 63vw;}
.boxPhone .mbGOapp div { display: inline-block; width: 32%; }
.boxPhone .mbGOapp div img { width: 100%; }
.dowloaded {z-index: 10;position: absolute;left: 50%;transform: translateX(-50%);margin: 3vw auto;padding: 1.75em 0;width: 90%;background-color:#ddb17d;border-radius: .8em;}
.dowloaded h3 { margin: 0; padding: 0; color: #000; line-height: 1.3; margin-bottom: 0.5em; font-size: 5.2vw; }
.dowloaded .btn { margin: 0 auto; background-color: #f26f3b; padding: 1.5vw; border-radius: 99em; width: 45%; font-size: 5vw; }
.dowloaded .btn a {display: block;color: #fff;font-weight: bolder;}
  @media screen and (min-width: 768px) { 
    .boxPhone { display: none; }
    .dowloaded { display: none; }
    #for_browser .Area00 { margin-top: 36px;} 
  }


