@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:#fff; }
  #gotop::before { border-color: transparent transparent #fff;}
  #gotop::after  { background-color: rgba(0,0,0,0.7);  box-shadow:0 1px 0 rgba(0,0,0,1), 0 0 10px rgba(0,0,0,0.2);}


/*PC黏人精-區塊錨點*/
.fixarea_tabbar {z-index:99;position:fixed;right:0;top:200px;border-radius:20px 0 0 20px;width:110px; background-color: rgba(0,0,0,.65); 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 .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:#ffffbe; }
.fixarea_tabbar .cate-hover a { color:#ffffbe; }
.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:#fff; opacity: 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; color: #fff;}
.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;}
.fixarea_tabbar .fix_footer a:hover { color:#ffffbe; }    
    /*錨點icon--用SVG格式*/
    .fixarea_tabbar .fix_other li i { mask-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%23ffffff%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'); background-color: #ffffbe }
    .fixarea_tabbar .fix_footer:hover a::before { border-color: transparent transparent #ffffbe transparent;}


/*折價券*/
.coupon_link { background: #000; color: #fff; display: inline-block; text-align: center; padding: 2% 21%; margin: 2% 5%; width: 90%; border-radius: 60px; font: bold 16px/24px "Century Gothic", "微軟正黑體"; box-sizing: border-box;}
.coupon_link i { position: relative;}
.coupon_link i:after { content: ""; width: 0; height: 0; border-width: 7px; border-style: solid; position: absolute; top: 4px; left: 4px; border-color: rgba(255,200,0,0) rgba(255,200,0,0) rgba(255,200,0,0) rgb(255, 255, 255);}
	@media screen and (max-width:767px){
    .coupon_link { padding: 5% 0; margin: 2% 4%; font: bold 3.8vw/4vw "Century Gothic", "微軟正黑體"; width: 96%;}
    .coupon_link i:after { border-width: 1.5vw; top: 1vw; left: 1vw;}
    }

/*通知浮層*/
.agree_mocard .agreeArea .box table { margin: 0 5% 5%; width:80%;  border-collapse:collapse;}
.agree_mocard .agreeArea .box th { padding:5px; border:1px solid #CCC; background:#eee; font-size:0.8em; }
.agree_mocard .agreeArea .box td { padding:5px; border:1px solid #CCC; font-size:0.8em; vertical-align:top; }
.agree_mocard .agreeArea .box table ul,
.agree_mocard .agreeArea .box table ol { padding:0 0 0 20px; vertical-align: middle; }
.agree_mocard .agreeArea .box table li { margin:0 0 10px 0px;}
.agree_mocard .agreeArea .box ul li ol { padding:0 0 0 20px;}
.agree_mocard .agreeArea .box ol li ul { padding:0 0 0 20px;}

.agree_mocard .box h4 {height: 1.5rem; font-size: 1rem; font-weight: 100; text-align:left; color: #000; margin:0; padding: 20px 0 20px 20px;}
.agree_mocard .txtArea { padding: 0 100px; box-sizing: border-box;}
	@media screen and (max-width:767px){
    .agree_mocard .agreeArea .box table { width:90%;}
    .agree_mocard .txtArea { padding: 0; box-sizing: border-box;}
    }

/*活動紀錄查詢浮層*/
.refArea { width: 700px; position: relative; display: block; margin: 0 auto; padding: 0px; height: auto; background-color: rgba(0, 0, 0, 0.8); border-radius: 20px;}
.refArea .closeBN a { z-index: 2; position: absolute; top: -20px; right: -20px; display: block; 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;}
.refArea .closeBN a:hover { background-color: #666; text-decoration: none;}
.refArea .title { margin: 0 50px 10px; border-bottom: 1px solid #ffd800; font: bold 45px/2em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.05em; color: #ffd800; text-align: center;}
.refArea .title2 { margin: 20px auto 0px; font: bold 28px/1em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0.1em; color: #fff; text-align: center;}
.refArea .title3 { margin-top: 10px; font: bold 18px/1em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0.1em; color: #fff; text-align: center;}
.refArea .box_txt { padding: 10px 40px; font: 18px/1.7rem "微軟正黑體", "Microsoft JhengHei", "Century Gothic"; color: #fff; text-align: left; letter-spacing: 1px;}
.refArea .ref_Date ul { margin: 0 auto; padding: 10px 50px;}
.refArea .ref_Date li { position: relative; display: inline-block; margin: 5px; padding: 0px; width: 70px; height: 70px; border-radius: 50%; text-shadow: rgba(0, 0, 0, 0.15) 1px 1px; color: #333; letter-spacing: -0.05em; text-align: center; background-color: #979797;
                -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.15), 0px 0px 0px 5px rgba(255, 255, 255, 0.1) inset;
                        box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.15), 0px 0px 0px 5px rgba(255, 255, 255, 0.1) inset;}
.refArea .ref_Date li .month { margin: 5px auto 0 auto; border-bottom: #333 solid 1px; width: 80%; margin-top: 8px; font: bold 20px/1.2em "Century Gothic";}
.refArea .ref_Date li .date { margin: 0; margin-top: 0px; font: bold 20px/1em "Century Gothic";}

/*填色
    .refArea .ref_Date li.opendate { background-color:#8D0000; box-shadow: 0px 0px 3px 3px rgba(0%,0%,0%,0.15),0px 0px 0px 5px rgba(100%,100%,100%,0.1) inset;color:#fff;  }*/
/*背景*/
.refArea .ref_Date li { /*background: url(ref_Date_bg.png?t=1763962948619) no-repeat top center; background-size: 100%;*/}
.refArea .ref_Date li i { z-index: 2; position: absolute; top: 0; left: 0; display: none; width: 100%; height: 100%; background: url(ref_Date_on.png?t=1763962948619) no-repeat top center; background-size: 100%;}
.refArea .ref_Date li.opendate i { display: block;}
.refArea .ref_List table { margin: 0 auto; padding: 10px 0;}
.refArea .ref_List .table2 { font: bold 20px/1.2em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.05em; color: #FFF; text-align: center; background-color: #999;}
.refArea .ref_List .table3 { font: bold 20px/1.2em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: 0.0001em; color: #000; text-align: center; background-color: #FFF;}
.refArea .ref_List table td,
.refArea .ref_List table td { border: 1px solid #340d4d; font: bold 20px/1.5em "微軟正黑體", "Microsoft JhengHei", "Century Gothic";}
.refArea .ref_List .txtsmall { padding: 40px; padding-top: 10px; font: 12px/18px "微軟正黑體", "Microsoft JhengHei", "Century Gothic"; color: #fff; text-align: left;}
@media all and (max-width: 767px) {
  .refArea { width: 90%;}
  .refArea .closeBN a { top: -15px; right: -15px; width: 30px; height: 30px; font-size: 30px;}
  .refArea .title { margin: 0 5%; font-size: 30px;}
  .refArea .title2 { margin: 10px auto 0px; font-size: 20px;}
  .refArea .title3 { margin: 10px auto 0px; font-size: 14px;}
  .refArea .box_txt { padding: 10px 20px; font-size: 12px; line-height: 18px; color: #fff; text-align: left;}
  .refArea .ref_Date ul { margin: 0 auto; padding: 10px 20px 20px;}
  .refArea .ref_Date li { margin: 3px; width: 40px; height: 40px;}
  .refArea .ref_Date li .month { font-size: 12px; line-height: 1.3em; margin-top: 4px;}
  .refArea .ref_Date li .date { margin-top: 2px; font-size: 12px;}
  .refArea .ref_List .table2 { font-size: 12px;}
  .refArea .ref_List .table3 { font-size: 12px;}
  .refArea .ref_List .table2 td,
  .refArea .ref_List .table3 td { font-size: 12px; line-height: 1.2em;}
  .refArea .ref_List .txtsmall { padding: 20px; padding-top: 10px; font-size: 12px; line-height: 18px; color: #fff; text-align: left;}
}



/*浮層--加價購商品介紹*/
.agreeArea .box li { text-align: left; margin-bottom: 2%;}
.agreeArea .box { border-radius: 10px; background-color: rgb(255, 255, 255); overflow: hidden; box-shadow: none; }
.agreeArea .box td { vertical-align: middle; line-height: 1.5; padding: 5px 5px 5px 15px; }
.agreeArea .box_title { padding: 5% 5% 0px; font-weight: 800; line-height: 1; text-align: center; }
.agreeArea .box_title b { position: relative; display: block; }
.agreeArea .box_title span { z-index: 1; position: relative; display: inline-block; padding: 0px 0.5em; background-color: rgb(255, 255, 255); }
.agreeArea .box_title b::before { content: ""; position: absolute; bottom: -0.55em; display: block; width: 100%; height: 1px; background-color: rgb(0, 0, 0); }
.agreeArea .box_title img { width: 70%; }
.agreeArea .box_sub { text-align: center; }
.agreeArea .box_derails { padding: 0px 5%; font-weight: 800; }
.agreeArea .box_derails dt { margin: 0.8em 0px 0px; padding: 0.5em 0px; border-top: 1px solid rgb(0, 0, 0); text-align: center; }
.agreeArea .box_derails dd { margin: 0px; padding: 0px; color: rgb(157, 157, 157); line-height: 1.5; }
.agreeArea .box_derails dd ul { margin: 0px; padding: 0px 0px 0px 2em; }
.agreeArea .box_derails .txt_into { color: rgb(90, 89, 88); }
.agreeArea .box_derails .txt_spec ul { padding-left: 1em; list-style: none; }
.agreeArea .box_derails .txt_spec li tl { padding-inline-start: 12%; }
.agreeArea .box_derails .txt_note ul { list-style: decimal; }
    @media screen and (min-width: 768px) {
      .agreeArea .box_title { font-size: 40px; }
      .agreeArea .box_title span { font-size: 34px; }
      .agreeArea .box_sub { font-size: 18px; line-height: 30px; margin: 22px 0px 10px; padding: 0px 5%; }
      .agreeArea .box_derails { font-size: 30px; }
      .agreeArea .box_derails dd { font-size: 20px; }
    }
    @media screen and (max-width: 767px) {
      .agreeArea .box_title { font-size: 1.5rem; }
      .agreeArea .box_title span { font-size: 1.25rem; }
      .agreeArea .box_sub { font-size: 1rem; line-height: 1.5rem; margin: 0.5rem 0px; padding: 0px 10%; }
      .agreeArea .box_derails { font-size: 1.25rem; }
      .agreeArea .box_derails dd { font-size: 1.1rem; }
    }
  /*表格微調*/
  .agreeArea .box_derails dt:first-child { border-top: none; }

/*浮層--我的兌換清單_歸戶時間查詢*/
.time_but { z-index: 1; position: relative; display: inline-block; float: inherit; padding: 0px; font-size: 15px; bottom: 5px; letter-spacing: -1px;}
.time_but a { padding: 5px 10px; text-decoration: none; line-height: 29px; border-radius: 44px; color: rgb(0, 0, 0); background-color: rgb(255, 216, 0);}
.time_but span { position: relative; top: 5px; display: inline-block; width: 26px; height: auto; border: 0px; }
.time_but span img { width: 26px; height: 26px; border: 0px; }



/*LOGO*/
.momologo { z-index:2; position: absolute; top: 22px; left:18px;}
.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 白色*/
	@media screen and (max-width:767px){
		.momologo { display:none;}
	}

