@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:#0d1a17; 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: 6.5vw;} 
}



/*LOGO CSS*/
.momologo { z-index:9999; position: absolute; top: 15px; left:10px;}
.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:fixed; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;}
.bg_02 { z-index:-43; 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:-45; position:absolute; top:0; 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: -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_02 {z-index: -43;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: -45;position:absolute;top: 10dvw;left:0;width:100%;height:100%;background-repeat:repeat-y;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: 127px; }
.Aear_title .Areatitle_bg {  z-index: -1; position: absolute; top: 0; left: 0;  }
.PD_title  {  font-family: "Century Gothic","Arial","Noto Serif TC","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; }
.PD_title span { float: left; width: 699px; height: 127px; font-size: 55px; margin: 0 0 0 128px; line-height: 125px;   }
.PD_title span:nth-child(1) { color: #FFF; font-weight: 700; }
.PD_title span:nth-child(2) { color: #FFF; font-weight: 700; }
.Aear_title ul.PD_wrapper li img { width: 100%; }
@media screen and (max-width:767px){
  .Aear_title {  background-size: 100%; height: 13.2vw; margin: 0 0 1.5vw 0;  }
  .PD_title  span {  width: 73%;  font-size: 5.5vw; margin: 0 0 0 13vw; line-height: 13.2vw;  }
}

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

  }





/* 關閉主標hover */
.hero .PD_layout[data-pd-li*="BN"] li:hover { box-shadow: none; filter: brightness(100%);}
.hero .sub .PD_layout ul { background-color: transparent;  }
.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: #000; }
/* 送 */.Area_danji .gifts span { color: #fffca2; } 




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


/*日期*/
.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;}
}



.sub {  mix-blend-mode: screen; }


@media screen and (max-width: 767px){
  .mTOPbg {  background: url(m_top.png?t=1769739110937) 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=1769739110937) 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=1769739110937) no-repeat center; position: absolute; width: 100%;  height: 30vw; bottom: -15.6vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
  
}


/*01*/
.Area01 .PD_layout-coupon3 { margin-top: -10px; }
@media screen and (max-width:767px){
  .Area01 .PD_layout-coupon3 { margin-top: -1.5vw; }
}




/*02*/
.Area03 .Area_swiper_box .PD_layout li  { background: url(Area03-bg.jpg?t=1769739110937) center top no-repeat; aspect-ratio: 480 / 635; background-size: 100% 100%;  }
.Area03 .PD_layout-D1_01 .PD_img  { padding: 60px 40px 0 40px;  }
.Area03 .PD_layout-D1_01 .PD_logo   { z-index: 99; margin-top: -12px !important; margin-bottom:-5px !important }
.Area03 .PD_layout-D1_01.PD_layout[data-pd-pdlogo="4"] .PD .PD_logo { height: 2.6em; }
.Area03 .PD_layout-D1_01 .PD_logo img  { height: 85% !important;  }
.Area03 .PD_layout .PD h4  { margin-bottom: 0;  }
.Area03 .PD_layout[data-pd-pd=off] .PD,.Area03 .PD_layout[data-pd-pdimg=off] .PD_img,.Area03 .PD_layout[data-pd-into=off] .PD_into,.Area03 .PD_layout[data-pd-h3=off] .PD h3,.Area03 .PD_layout[data-pd-h4=off] .PD h4,.Area03 .PD_layout[data-pd-p=off] .PD p,.Area03 .PD_layout[data-pd-p=off-del] .PD p del { display: block; }

@media screen and (max-width:767px){
  .Area03 .Area_swiper_box .PD_layout li  {  aspect-ratio: 480 / 735; background-size: 100% 100%;  }
  .Area03 .PD_layout-D1_01 .PD_img  { padding: 8vw 4.5vw 0 4.5vw;  }
  .Area03 .PD_layout-D1_01 .PD_logo   { margin-top: -2vw !important; margin-bottom: 0vw !important }
  .Area03 .PD_layout[data-pd-h4="1"] .PD h4 { max-height:1.3em }
  .Area03 .PD_layout-D1_01.PD_layout[data-pd-pdlogo="4"] .PD .PD_logo { height: 1.8em; }
  .Area03 .PD_layout-D1_01 .PD_logo img  { height: 90% !important;  }
  .Area03 .PD_layout .PD p del { display: none; }
}



/*04*/
.Area04   { z-index: -1; background: url(Area04-bg.jpg?t=1769739110937) center top no-repeat;  padding: 45px 0; }
.Area04 .box  {  overflow: hidden; }
.Area04 .PD_layout {  overflow: hidden; }

@media screen and (max-width:767px){
  .Area04   { background: url(m-Area04-bg.jpg?t=1769739110937) center top no-repeat; width: 100%; background-size: 100%; padding: 5vw 0; }
  .Area04 .PD_layout .PD p del { display: none; }



}

@media screen and (max-width:767px){
  .Area05 .PD_layout .PD p .Price { font-size: 5.5vw; }


}


.Area06 { z-index: -1; background: url(Area06-bg.jpg?t=1769739110937) center top repeat-y;  padding: 45px 0; border-radius: 35px; border: 2px solid #fcd99d; }
.Area06 .title_2 { height: 70px;  }
@media screen and (max-width:767px){
  .Area06 {  background: url(Area06-bg.jpg?t=1769739110937) center top repeat-y; width: 100%; background-size: 100%; padding: 5vw 0; border-radius: 5.5vw; }
  .Area06 .Aear_title { margin-bottom: 0; }
  .Area06 .title_2 { height: 11vw;  }
  .Area06 .PD_layout .PD p .Price { font-size: 5.5vw; }
}




.Area07 { z-index: -1; background: url(Area06-bg.jpg?t=1769739110937) center top repeat-y; padding: 45px 0;  border-radius: 35px; border: 2px solid #fcd99d; }
.Area07 .title_2 { height: 70px;  }
@media screen and (max-width:767px){
  .Area07 {  background: url(Area06-bg.jpg?t=1769739110937) center top repeat-y; width: 100%; background-size: 100%; padding: 5vw 0; border-radius: 5.5vw; }
  .Area07 .Aear_title { margin-bottom: 0; }
  .Area07 .title_2 { height: 11vw;  }
  .Area07 .PD_layout .PD p .Price { font-size: 4.8vw; }
}

.Area08 { z-index: -1; background: url(Area06-bg.jpg?t=1769739110937) center top repeat-y;  padding: 45px 0; border-radius: 35px; border: 2px solid #fcd99d; }
.Area08 .title_2 { height: 70px;  }
@media screen and (max-width:767px){
  .Area08 {  background: url(Area06-bg.jpg?t=1769739110937) center top repeat-y; width: 100%; background-size: 100%; padding: 5vw 0; border-radius: 5.5vw; }
  .Area08 .Aear_title { margin-bottom: 0; }
  .Area08 .title_2 { height: 11vw;  }
  .Area08 .PD_layout .PD p .Price { font-size: 4.8vw; }
}



.repeatbg {  background: url(Areabg_top.png?t=1769739110937) no-repeat center top; padding: 0px 0 0 0; background-position-y: 40px; }
.repeatbg::after { content: ""; z-index: -1; display: block; background: url(Areabg_repeat.png?t=1769739110937) repeat-y center bottom ; width: 1220px;  background-size: 100%;  height: calc(100% - 175px); position: absolute; top: 146px;  }
.repeatbg::before { content: ""; z-index: -1; display: block; background: url(Areabg_bottom.png?t=1769739110937) no-repeat center ; width: 1220px;  background-size: 100%;  height: 66px; position: absolute; bottom: -37px;    }
@media screen and (max-width: 767px){
  .repeatbg {  background: url(Areabg_top_m.png?t=1769739110937) no-repeat center top; padding: 0vw 0 0 0; width: 100%; background-size: 100%; background-position-y: 4vw; }
  .repeatbg::after {   background: url(Areabg_repeat_m.png?t=1769739110937) repeat-y center bottom ; width: 100%;   height: calc(100% - 17vw);  top: 15vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
  .repeatbg::before {  background: url(Areabg_bottom_m.png?t=1769739110937) no-repeat center ; width: 100%;  height: 30vw; bottom: -16vw; left: 0%; transform: translateX(0%); background-size: 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;}

}
	








/* 公版區 */
.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%;}
 }




