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

/*基本*/
body{ margin:0; padding:0; }


/*全BOX版面*/
.WRAPPER { z-index:0; position: relative; display:block; margin: 0 auto; padding:0; overflow:hidden;background-color:#362926; width:100%; min-width:1220px; text-align:left; font-family:"Century Gothic","微軟正黑體","Microsoft JhengHei",Helvetica; }
.WRAPPER img { border:0px; vertical-align:top;}
.WRAPPER a { text-decoration:none; -webkit-tap-highlight-color: transparent}
	@media screen and (max-width:767px){
		.WRAPPER { padding-bottom:30px; min-width: inherit; min-height:100vh; overflow: hidden;}
		.WRAPPER img {  width:100%;  height:auto;}
	}

/*區塊_all*/
.Area2000 {margin:0 auto;width:2000px;height: 0; }
.Area1220 {margin:0 auto;width:1220px;}
.Area960 {margin:0 auto;width:960px;}
.Area {position: relative;margin:0 auto;padding:0;border-radius:0;text-align:center; }
.Areaa {position:relative;display:block;} 
.Area .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;}
.Area .go_bt:hover { filter: brightness(100%);
  -webkit-transform:translateY(-6px);
     -moz-transform:translateY(-6px);
      -ms-transform:translateY(-6px);
       -o-transform:translateY(-6px);
          transform:translateY(-6px);}
.Area_bottom { margin-bottom: 60px;}

 @media screen and (max-width:767px){
	.Area1220 { width:100%;}
	.Area960 {width:100%;}
	.Area .go_bt:hover {  
	-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;}
  .m96 { width: 96%; margin: 0 auto; }
  .Area_bottom { margin-bottom: 8.5vw;} 
}



/*LOGO CSS*/
.momologo { z-index:9999; position: absolute; top: 15px; left:152px;}
.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;}
  }

 

/*隱鑶*/
.for_pc {}
.for_phone {display:none !important;}
 @media screen and (max-width:767px){
  .for_pc { display:none !important;}
  .for_phone {display: inherit !important;}
 }
 


/*PC背景*/
.bg_01 { z-index:-47; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;}
.bg_02 { z-index:-46; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;}
.bg_03 { z-index:-46; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;}
.bg_04 { z-index:-46; position:absolute; top:808px; left:0; width:100%; height:100%; background-repeat:repeat-y; background-position: center top; pointer-events:none;}


/* .bg_06 { z-index: 20; position:absolute; top:1991px; left:0; width:10665px; height:30px; transform: rotate(0.5deg); background-repeat:repeat-x; background-position: center top; pointer-events:none;}
.bg_07 { z-index: 21; position:absolute; top:1600px; left:0; width:10665px; height:30px; transform: rotate(-5deg); background-repeat:repeat-x; background-position: center top; pointer-events:none;}
.bg_08 { z-index: 20; position:absolute; top:3879px; left:0; width:10665px; height:30px; transform: rotate(0.5deg); background-repeat:repeat-x; background-position: center top; pointer-events:none;}
.bg_09 { z-index: 21; position:absolute; top:3467px; left:0; width:10665px; height:30px; transform: rotate(-5deg); background-repeat:repeat-x; background-position: center top; pointer-events:none;} */


    @media screen and (max-width: 767px){
    .bg_01 {z-index: -48;position:absolute;top: 10dvw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;pointer-events:none;background-size:100%;}
    .bg_02 {z-index: -47;position:absolute;top: 10dvw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;pointer-events:none;background-size:100%;}
    .bg_03 {z-index: -47;position:absolute;top: 10dvw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center top;pointer-events:none;background-size:100%;}

  
    }


/*輸送帶*/
.bgtop_l-play { -webkit-animation:bgtop_l-play 45s linear infinite; animation:bgtop_l-play 45s linear infinite ;}
@-webkit-keyframes bgtop_l-play {
  0%   { background-position:0 0;}
  100% { background-position:-2310px 0;}
}
@keyframes bgtop_l-play {
  0%   { background-position:0 0;}
  100% { background-position:2310px 0;}
}
.bgtop_r-play { -webkit-animation:bgtop_r-play 20s linear infinite; animation:bgtop_r-play 20s linear infinite ;}
@-webkit-keyframes bgtop_r-play {
  0%   { background-position:0 0;}
  100% { background-position:-2310px 0;}
}
@keyframes bgtop_r-play {
  0%   { background-position:0 0;}
  100% { background-position:-2310px 0;}
}
.bgtop_r-play2 { -webkit-animation:bgtop_r-play 50s linear infinite; animation:bgtop_r-play 50s linear infinite ;}
.bgtop_r-play3 { -webkit-animation:bgtop_r-play 30s linear infinite; animation:bgtop_r-play 30s linear infinite ;}
.bgtop_r-play4 { -webkit-animation:bgtop_r-play 5s linear infinite; animation:bgtop_r-play 5s linear infinite ;}



/* 設定css背景與偽元素的css背景，讓首屏以外的css背景先被隱藏 */
/* css寫法--1104修正 (1)空格異常重KEY、(2)新增第四行*-全部元素背景 */
.articleList .lazy[data-bg=""][data-was-processed="false"],
.articleList .lazy[data-bg=""][data-was-processed="false"]::before,
.articleList .lazy[data-bg=""][data-was-processed="false"]::after,
.articleList .lazy[data-bg=""][data-was-processed="false"] *,
.articleList .lazy[data-bg=""][data-was-processed="false"] *::before,
.articleList .lazy[data-bg=""][data-was-processed="false"] *::after {background-image: none !important;}







/*共用設定*/
.PD_layout li:hover { box-shadow: none!important; }
.PD_layout[data-pd-li=BN] ul, .PD_layout[data-pd-li=BN-AWD] ul, .PD_layout[data-pd-li=PDBN] ul { padding: 0;}



/* 區標1共用 */
 .Aear_title  { margin: 0px auto 30px auto; height: 122px; }
 .Aear_title .Areatitle_bg {  z-index: -1; position: absolute; top: 0; left: 0;  }
 .PD_title  {  font-family: "Century Gothic","Arial","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; }
 .PD_title span { float: left; width: 686px; height: 79px; font-size: 55px; margin: 0 0 0 30px; line-height: 79px; text-align: left; }
 .PD_title span:nth-child(1) { color: #6e4644; font-weight: 700; }
 .PD_title span:nth-child(2) { color: #6e4644; font-weight: 700; }
 .Aear_title ul.PD_wrapper li img { width: 100%; }
@media screen and (max-width:767px){
   .Aear_title {  background-size: 100%; height: 14vw; margin: 0 0 2vw 0;  }
   .PD_title  span {  width: 71%; height: 8.5vw; font-size: 5.5vw; margin: 0 0 0 15vw; line-height: 8.5vw; }
}


/* 區標2共用 */
 .title_2 {   height: 87px;   }
 .title_2  { margin: 50px auto 20px auto; }
 .title_2 .PD_title_2  {  font-size: 43px; font-family: "Arial","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; }
 .title_2 .PD_title_2 span { color: #fff; font-weight: 800; width: 960px; margin: 0 auto; text-align: center; float: left; }
 .title_2 .bg {  position: absolute; top: -20px; }
@media screen and (max-width:767px){
 .title_2 {  height: 13vw; margin: 0 ;  }
 .title_2 .PD_title_2  {  font-size: 4.8vw;  }
  .title_2 .PD_title_2 span {  width: 100%; line-height: 11.5vw; }
  .title_2 .bg {  position: absolute; top: 0vw; }
  

  }


  .repeatbg {  background: url(Areabg01_top.png?t=1764327817677) no-repeat center top; padding: 270px 0 0 0;  }
  .repeatbg::after { content: ""; z-index: -1; display: block; background: url(Areabg01_repeat.png?t=1764327817677) repeat-y center bottom ; width: 2000px;  background-size: 100%;  height: calc(100% - 542px); position: absolute; top: 496px; left: 50%; transform: translateX(-50%);  }
  .repeatbg::before { content: ""; z-index: -1; display: block; background: url(Areabg01_bottom.png?t=1764327817677) no-repeat center ; width: 2000px;  background-size: 100%;  height: 142px; position: absolute; bottom: -89px; left: 50%; transform: translateX(-50%);   }
  @media screen and (max-width: 767px){
    .repeatbg {  background: url(Areabg01_top_m.png?t=1764327817677) no-repeat center top; padding: 28vw 0 0 0; width: 100%; background-size: 100%;  }
    .repeatbg::after {   background: url(Areabg01_repeat_m.png?t=1764327817677) repeat-y center bottom ; width: 100%;   height: calc(100% - 34vw);  top: 30vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
    .repeatbg::before {  background: url(Areabg01_bottom_m.png?t=1764327817677) no-repeat center ; width: 100%;  height: 30vw; bottom: -16vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
    
  }
  




/* 關閉主標hover */
.hero .PD_layout[data-pd-li*="BN"] li:hover { box-shadow: none; filter: brightness(100%);}
.hero .sub .PD_layout ul { background-color: transparent; padding: 0 0 25px 0; }
.hero .sub .PD_layout ul li { border-top:transparent; border-right:transparent;  }
@media screen and (max-width: 767px){
  .hero .sub .PD_layout .PD_img { padding: 0; }
  .hero .PD_layout .PD p .Price { font-size: 24px; }
  }
  


/* 登記高亮字改色 */
/* 文案 */.Area_danji .btn_reg .activityText p,.Area_danji .btn_reg .activityText .Tip,.Area_danji .btn_reg .content p { color: #FFF; }
/* 送 */.Area_danji .gifts span { color: #fad598; } 


/* 文案 */.Area_danji2 .btn_reg .activityText p,.Area_danji2 .btn_reg .activityText .Tip,.Area_danji2 .btn_reg .content p { color: #000; }
/* 送 */.Area_danji2 .gifts span { color: #a8722c; } 


/* 折價券改色 */
.PD_layout.PD_layout-coupon3 .PD .divine_coupon { color: #FFF; }
.PD_layout.PD_layout-coupon3 .PD .threshold { color: #FFF; }


/*日期*/
.hero .date_box { position: absolute; top: 141px; right: 634px; box-sizing: border-box; width: 170px;}
.TIMER_DAY {  font-size: 41px; font-family: 'Noto Serif TC', serif; font-weight: 700; font-style: italic; color: #FFF;}
.TIMER_DAY #sendToday { width: 53px; display: inline-block;}
@media screen and (max-width: 736px){ 
  .hero .date_box { top: 6.5vw; right: 19.5vw;  width: 20%;}
	.TIMER_DAY {  width: 15.6vw; font-size: 5.5vw; line-height: 2; height: 8vw; }
	.TIMER_DAY #sendToday { width: 5.3vw;}
}






@media screen and (max-width: 767px){
  .mTOPbg {  background: url(m_top.png?t=1764327817677) no-repeat center top; padding: 19vw 0 0 0; width: 100%; background-size: 100%;  }
  .mTOPbg::after { content: ""; z-index: -1; display: block;  background: url(m_repeat.png?t=1764327817677) repeat-y center bottom ; position: absolute; width: 100%;   height: calc(100% - 26vw);  top: 24vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
  .mTOPbg::before { content: ""; z-index: -1; display: block; background: url(m_bottom.png?t=1764327817677) no-repeat center; position: absolute; width: 100%;  height: 30vw; bottom: -15.6vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
  
}


/*01*/
.Area01 .PD_layout { width: 85%; }
@media screen and (max-width:767px){
  .Area01 .PD_layout { width: 100%; }
  .Area01 .PD_layout li { margin-bottom: 2.5vw; }

}



/*02*/
.Area02 .PD_layout_1 { width: 90%;  }
.Area02 .PD_layout_1 li {  margin-bottom: 20px;  }
@media screen and (max-width:767px){
  .Area02 .PD_layout_1 { width: 98%;  }
  .Area02 .PD_layout_1 li {  margin-bottom: 3vw;  }
  }


/*03*/
.Area03  {   }
@media screen and (max-width: 767px){

}
 

/* 04*/
.Area04 .bg { z-index: -1; position: absolute; top: 80px; left: 50%; transform: translateX(-50%); }
@media screen and (max-width:767px){

  }


/*05*/
.Area05  {  }
.Area05 .bg { z-index: -1; position: absolute;  }
.Area05 .PD_layout_1 { width: 82%; padding-top: 131px; margin-bottom: 25px; }
.Area05 .PD_layout_2 { width: 96%;  }
@media screen and (max-width:767px){
  .Area05 .PD_layout_1 { width: 82%; padding-top: 14vw; margin-bottom: 3vw; }
  .Area05 .PD_layout_2 { width: 95.5%;  }
}



/* 06*/
.Area06  {  background: #e9dbcf; border: 5px solid #e3790f; border-radius: 50px; padding: 30px 0 ; }
.Area06 .box { padding: 15px 35px; }
.Area06 .PD_layout_1 { margin-bottom: 30px; }
.Area06 .PD_layout .PD img { border-radius: 25px;}
@media screen and (max-width:767px){
  .Area06  {   border: 1vw solid #e3790f; border-radius: 6vw; padding: 3vw 0; width: 98%; }
  .Area06 .box { padding: 2vw; }
  .Area06 .PD_layout_1 { margin-bottom: 3.5vw; }
  .Area06 .PD_layout .PD img { border-radius: 3vw;}
}


/* 07*/
.Area07  {  background: #f4f4f4; border: 5px solid #0080cb; border-radius: 50px; padding: 30px 0 ; }
.Area07 .box { padding: 15px 35px; }
.Area07 .PD_layout_1 { margin-bottom: 30px; }
.Area07 .PD_layout .PD img { border-radius: 25px;}
@media screen and (max-width:767px){
  .Area07  {   border: 1vw solid #0080cb; border-radius: 6vw; padding: 3vw 0; width: 98%; }
  .Area07 .box { padding: 2vw; }
  .Area07 .PD_layout_1 { margin-bottom: 3.5vw; }
  .Area07 .PD_layout .PD img { border-radius: 3vw;}
}


.Areaflag .PD_layout { width: 85%; }
@media screen and (max-width:767px){
  .Areaflag .PD_layout { width: 100%; }
}





/* 浮層調整 */
.agree_more01 .agreeArea .txtArea .PD_wrapper { padding: 50px 100px; }
.agree_more01 .pic { margin-bottom: 20px; }
.agree_more01 .agreeArea .txtArea h2,.agree_more01 .agreeArea .txtArea h4,.agree_more01 .agreeArea .txtArea p { font-size: 24px }  


/*輪播LOGO(線上入搞)*/
.Area_markup_01 {height:auto;margin: 0 auto 0px;}
.Area_markup_01 .box { padding:0px ;margin: 0 auto;  box-sizing: content-box;}
.Area_markup_01 .box .PD_layout ul {display: flex;  margin: 10px auto;  padding:0 0 0 0; grid-gap: inherit;}
.Area_markup_01 .box .PD_layout ul img{ width: 100%;}
.Area_markup_01 .box .lbtclass {width: 960px;height: 330px;overflow: hidden;margin:0 auto;padding:0;border-radius:0px;}
.Area_markup_01 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { top:280px  !important;height: 30px;}

.Area_markup_01 .PD_layout[data-pd-pdlogo="2"] .PD .PD_logo {height: 13em;}
.Area_markup_01 .PD_layout[data-pd-pdlogo="2"] .PD .PD_logo img {padding: 0em;}
.Area_markup_01 .PD_layout[data-pd-pdlogo="2"] .PD .PD_logo img {border-radius: 0em; background-color: #0000; }
.Area_markup_01 .PD_layout[data-pd-pdlogo="2"] .PD .PD_logo img, .PD_layout[data-pd-pdlogo="3"] .PD .PD_logo img, .PD_layout[data-pd-pdlogo="4"] .PD .PD_logo img {width: auto;height: 100%;-webkit-box-shadow: 0 .1em .5em 0 rgba(0, 0, 0, .1);box-shadow: 0 .1em .5em 0 rgba(0, 0, 0, 0);}


.Area_markup_01  .PD_box ul li .PD_img { padding: 0.5em;}
.Area_markup_01  .PD_box ul li .PD_into .PD_logo { margin-top: 0.5em!important;}
.Area_markup_01  .PD_box ul li .PD_into h4 {color: #000000;margin-bottom: .35em;font-size: 20px;}
@media screen and (max-width:767px){
.Area_markup {}
.Area_markup_01 {height: auto;margin-bottom: 0vw!important;background-size:100%;}
.Area_markup_01 .box {width: 100%; padding:0vw; margin: 0 auto;}
.Area_markup_01 .box .PD_layout ul {display: flex; margin: 1vw auto; padding:0 0 0 0; grid-gap: inherit;}
.Area_markup_01 .box .lbtclass { width: 100%;height: 50vw; margin: 0 auto;border-radius:0em; }
.Area_markup_01 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {top: 42vw  !important;}

.Area_markup_01 .PD_layout[data-pd-pdlogo="2"] .PD .PD_logo {height: 7.5em;}
.Area_markup_01 .PD_layout[data-pd-pdlogo="2"] .PD .PD_logo img {padding: 0em;}
.Area_markup_01 .PD_layout[data-pd-pdlogo="2"] .PD .PD_logo img {border-radius: 0em; background-color: #0000; }

.Area_markup_01  .PD_box ul li .PD_img { padding: 0em;}
.Area_markup_01  .PD_box ul li .PD_into .PD_logo { margin-top: 0em!important;}
.Area_markup_01  .PD_box ul li .PD_into h4 {color: #000000;margin-bottom: .35em;font-size: 16px;}

}
	





.Area12 .bg { z-index: -1; position: absolute; top: 0; left: 50%; transform: translateX(-50%);  }
.Area12 .box { padding: 75px 0;  }
.Area12 .PD_layout_1 { margin-bottom: 25px; }
.Area12 .PD_layout_2 { width: 15%; }
@media screen and (max-width:767px){
  .Area12 .bg {  top: 0; left: 0%; transform: translateX(0%);  }
  .Area12 .box { padding: 6vw 0;  }
  .Area12 .PD_layout_1 { margin-bottom: 3.8vw; }
  .Area12 .PD_layout_2 { width: 28%; }
}



.Area13 .PD_layout .PD img { border-radius: 25px; }
@media screen and (max-width:767px){
  .Area13 .PD_layout .PD img { border-radius: 3vw; }
}





/* 公版區 */
.Area_PDz {     }
.Area_PDz .title_2 {   height: 73px;   }
.Area_PDz .box { margin: -30px 0 0 0 ;  }
.Area_PDz .title_2  { margin: 50px auto 15px auto; }
.Area_PDz .title_2 .PD_title_2  {  font-size: 50px; font-family: "Arial","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; }
.Area_PDz .title_2 .PD_title_2 span { color: #fff; font-weight: 800; width: 960px; margin: 0 auto; text-align: center; float: left; }

.Area_PDz .box_1 {  background: #ff0000; z-index: -1; padding:  0 0 30px 0; }
.Area_PDz .box_2 {  background: #436fcc; z-index: -1; padding:  0 0 30px 0; margin: -50px 0 0 0 ; }
.Area_PDz .box_3 {  background: #3cb74d; z-index: -1; padding:  0 0 30px 0; margin: -50px 0 0 0 ; }

@media screen and (max-width:767px){
  .Area_PDz {   margin: 4.5vw auto ;  }
  .Area_PDz .title_2 {  height: 9vw; margin: 0 ;  }
  .Area_PDz .box { margin:  0;   }
  .Area_PDz .title_2 .PD_title_2  {  font-size: 5.5vw;  }
  .Area_PDz .title_2 .PD_title_2 span {  width: 100%;  }
  .Area_PDz .box_1 { padding:  3vw 0 6vw 0; }
  .Area_PDz .box_2 { padding:  3vw 0 6vw 0; margin: 0 0 0 0 ; }
  .Area_PDz .box_3 { padding:  3vw 0 6vw 0; margin: 0 0 0 0 ; }

  }





/*黏人精*/
.Area_hammerAD { z-index: 9999; position: fixed; bottom: 0; right: 0;}
.Area_hammerAD .box { position: relative; margin-right: 10px; opacity: 1;}
.Area_hammerAD img { width: 100%; height: auto; position: absolute; top: 0; left: 0;}
.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;}
.Area_hammerAD .Ahammer_text { position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center; width: 90%; color: #000; font-family: "Century Gothic","Noto Sans CJK TC"; font-weight: 700;}
.Area_hammerAD .Ahammer_black .img_0, .Area_hammerAD .img_1 { filter: brightness(0%);}
.Area_hammerAD .Ahammer_black .img_1 { filter: none;}
.Area_hammerAD .Ahammer_black .Ahammer_text { color: #fff;}
@media screen and (min-width:768px){
  .Area_hammerAD { position: fixed; z-index: 300; left: 50%; right: auto; bottom: 300px; display: block; width: 210px; height: 200px; transform: translateX(618px) translate3d(0,200px,0);}
  .Area_hammerAD .closeButton a { top: 0; right: 0;}
  .Area_hammerAD .Ahammer_text { font-size: 2.3em; line-height: 1em; height: 1em; top: 40px;}
}
@media screen and (max-width:767px){
  .Area_hammerAD { display: block; width: 26%; transform: translate3d(0px, -215px, 0px) !important;}
  .Area_hammerAD .closeButton a { top: 1vw; right: 1vw;}
  .Area_hammerAD .Ahammer_text { font-size: 1.5em; line-height: 1.5em; height: 1.5em; top: 3.6vw;}
}



	  
/*分享浮層*/
.floatBox {position:relative;margin:2% auto;padding: 2% 0;width: 700px;height:auto;background-color:rgba(0,0,0,0.8);text-align:center;border-radius:20px;}
.floatBoximg {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 .closeButtona {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.5em "微軟正黑體","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_btna {display:block;margin:3% 0;}
.floatBox .box_btnimg {width:100%;}


.floatBox .box_btn .btn {margin:0 auto;width:60%;}
.floatBox .box_btn2a {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:2rem;}
  .floatBox .box_btn {margin:2% auto 0;}
  .floatBox .box_btn .btn {margin:0 auto;width:80%;}
 }




