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

/*基本*/
body {
  margin: 0;
  padding: 0;
  background-color: #fcf4c3;
}

/*全BOX版面*/
.WRAPPER {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 1220px;
  max-width: 2000px;
  overflow: hidden;
  font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
.WRAPPER img {
  border: 0px;
  vertical-align: top;
}
.WRAPPER a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .WRAPPER {
    min-width: inherit; /*padding-bottom:150px;*/
    width: 100vw;
  }
  .WRAPPER img {
    width: 100%;
    height: auto;
  }
}


/*PC背景*/
@media screen and (min-width:768px){
  .bg_00 {z-index: -5;position:absolute;top: 0;left: 0;width:100%;height: 100%;background-repeat:repeat-y;background-position: center top;pointer-events:none;}
  .bg_01 {z-index: -3;position:absolute;top: 0;left: 0;width:100%;height: 100%;background-repeat:no-repeat;background-position: center top;pointer-events:none;}
}


/*MB背景*/
@media screen and (max-width:767px){
  .m_bg_00 {z-index: -5;position:absolute;top:11vw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position: center top;pointer-events:none;background-size: 100%;}	
  .m_bg_01 {z-index: -3;position:absolute;top:11vw;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position: center top;pointer-events:none;background-size: 100%;}	
}




/* --------------------------------------
 * 背景
 * -------------------------------------- */

/*區塊_all*/
.Area {
  position: relative;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  text-align: center;
  z-index: 0;
}
.Area a {
  display: block;
}
.Area .go_bt {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.Area .go_bt:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.Area1220 {
  margin: 0 auto;
  width: 1220px;
  position: relative;
}
.Area960 {
  margin: 0 auto;
  width: 960px;
}
@media screen and (max-width: 767px) {
  .Area1220 {
    width: 100%;
  }
  .Area960 {
    width: 96%;
  }
  /*區塊_切割*/
  .Area_1bn {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .Area_1bn a {
    float: left;
    margin: 0 0 2% 0;
    padding: 0;
    width: 100%;
    list-style: none;
  }
  .Area_2bn {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .Area_2bn a {
    float: left;
    margin: 0 1% 2%;
    padding: 0;
    width: 48%;
    list-style: none;
  }
  .Area_3bn {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .Area_3bn a {
    float: left;
    margin: 0 1% 2%;
    padding: 0;
    width: 31.3%;
    list-style: none;
  }
  .Area_1bn_nopadding {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .Area_1bn_nopadding a {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
  }
  .Area_2bn_nopadding {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .Area_2bn_nopadding a {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
    list-style: none;
  }
  .Area_3bn_nopadding {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .Area_3bn_nopadding a {
    float: left;
    margin: 0;
    padding: 0;
    width: 33.3%;
    list-style: none;
  }
}

.title {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .title {
    margin-bottom: 3vw;
  }
}

/* --------------------------------------
 * page 輪播微調
 * -------------------------------------- */

/*輪播樣式調整--按鈕/小圓點/進度條*/
/*.Area_boxstyle_pagination .swiper-pagination-bullet { border-radius: 20px; width: 6px; height: 6px;
  -webkit-transition: opacity .3s, background-color .3s, width .3s;
          transition: opacity .3s, background-color .3s, width .3s;
  -webkit-transition-delay: .3s, .3s, 0s;
          transition-delay: .3s, .3s, 0s;}
.Area_boxstyle_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 24px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.Area_boxstyle_pagination .swiper-pagination-bullet { background-color: #fff; opacity: 0.4;}
.Area_boxstyle_pagination .swiper-pagination-bullet-active { background-color: #fff; opacity: 1;}
.Area_boxstyle_pagination-white .swiper-pagination-bullet { background-color: #fff; opacity: 0.4;}
.Area_boxstyle_pagination-white .swiper-pagination-bullet-active { background-color: #fff; opacity: 1;}*/
.Area_boxstyle_button {
  color: #333; /*text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.6);*/
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/*.Area_boxstyle_button:hover { color: #fff; text-shadow: inherit;}*/
.Area_boxstyle_button.swiper-button-next::after,
.Area_boxstyle_button.swiper-button-prev::after {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.Area_boxstyle_button.swiper-button-next::before,
.Area_boxstyle_button.swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: calc(var(--swiper-navigation-size) * 1.5);
  height: calc(var(--swiper-navigation-size) * 1.5);
}
.Area_boxstyle_button.swiper-button-next::before,
.Area_boxstyle_button.swiper-button-prev::before {
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-box-shadow: inset 0 0 1px 1px #fff;
  box-shadow: inset 0 0 1px 1px #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.Area_boxstyle_button.swiper-button-next::before {
  left: 45%;
}
.Area_boxstyle_button.swiper-button-prev::before {
  left: 55%;
}
.is-showhover2.Area_boxstyle_button.swiper-button-next::before,
.is-showhover2.Area_boxstyle_button.swiper-button-prev::before {
  width: calc(var(--swiper-navigation-size) * 2);
  height: calc(var(--swiper-navigation-size) * 2);
}
.is-showhover2.Area_boxstyle_button.swiper-button-next::before {
  border-radius: 50% 0 0 50%;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}
.is-showhover2.Area_boxstyle_button.swiper-button-prev::before {
  border-radius: 0 50% 50% 0;
  -webkit-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}
.is-showhover.Area_boxstyle_button.swiper-button-next:hover::before,
.is-showhover.Area_boxstyle_button.swiper-button-prev:hover::before {
  opacity: 1;
}
/*配色*/
.Area_boxstyle_button.swiper-button-next::before,
.Area_boxstyle_button.swiper-button-prev::before {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0 1px 1px #7bc3f4;
  box-shadow: inset 0 0 1px 1px #7bc3f4;
}

.Area_boxstyle_box
  .is-showhover2.Area_boxstyle_button.swiper-button-next::before,
.Area_boxstyle_box
  .is-showhover2.Area_boxstyle_button.swiper-button-prev::before {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0 1px 1px #7bc3f4;
  box-shadow: inset 0 0 1px 1px #7bc3f4;
}
.Area_boxstyle_box2b
  .is-showhover2.Area_boxstyle_button.swiper-button-next::before,
.Area_boxstyle_box2b
  .is-showhover2.Area_boxstyle_button.swiper-button-prev::before {
  background-color: rgba(11, 81, 146, 0.8);
}
.Area_boxstyle_button-white {
  color: #fff;
}
.Area_boxstyle_button.swiper-button-next:after,
.Area_boxstyle_button.swiper-button-prev:after {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.Area_boxstyle_button-white.swiper-button-next::before,
.Area_boxstyle_button-white.swiper-button-prev::before {
  -webkit-box-shadow: inset 0 0 1px 1px #fff;
  box-shadow: inset 0 0 1px 1px #fff;
}
.Area_boxstyle_button-color2 {
  color: #1a3117;
}
.Area_boxstyle_button-color2.swiper-button-next::before,
.Area_boxstyle_button-color2.swiper-button-prev::before {
  -webkit-box-shadow: inset 0 0 1px 1px #1a3117;
  box-shadow: inset 0 0 1px 1px #1a3117;
}
.Area_boxstyle_scrollbar.swiper-scrollbar {
  left: 2%;
  width: 96%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.2);
}
.Area_boxstyle_scrollbar .swiper-scrollbar-drag {
  background: #fff;
}
.Area_boxstyle_scrollbar-white .swiper-scrollbar-drag {
  background: #fff;
}

/*輪播調整*/
.Area_swiper .PD_layout ul {
  display: flex;
  grid-gap: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .Area_swiper {
    /*margin: 0 5px;*/
    padding: 10px 57px 3px;
  }
  .Area_swiper img {
    width: 100%;
    height: auto;
  }
  /*hover完整圓圈用
    .swiper-button-next { right: 20px;} 
    .swiper-button-prev { left: 20px;}*/
}
@media screen and (max-width: 767px) {
  .Area_swiper {
    margin: 0 auto;
    padding: 0;
    width: 96%;
  }
}

/*版頭*/
.Area_top { height: 536px; /* animation: head 1s ease-in; */}
.Area_top .text { position: relative;z-index: 1;animation-delay:.15s; }
.Area_top .momoco {position: absolute;top: 175px;left: 1154px;z-index: 0;}
.Area_top .coin {position: absolute;top: 36px;left: 620px;z-index: 0;}

@media screen and (max-width: 767px) {
  .Area_top {height: 49vw;}
  .Area_top .text { position: relative; }
  .Area_top .momoco {position: absolute;width: 25%;top: 4vw;left: 21vw;}
  .Area_top .coin {position: absolute;width: 11%;top: 3vw;left: 45vw;}
}


@keyframes head{
from{ opacity: 0; transform: translateY(-20px);}
to{ opacity: 1;  transform: translateY(0);}

}



.Areabottom {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .Areabottom {
    margin-bottom: 5vw;
  }
}
.Areabottom2 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .Areabottom2 {
    margin-bottom: 5vw;
  }
}



/*主活動*/
.Area_BN03 .BN03 ul {
  padding: 0;
}

.Area_BN03 .BN03 li {
  background-color: #ffffff00;
  background-image: url(Area_BN03_bg.png?t=1750063868804);
}
.Area_BN03 .BN03 ul li {
  padding: 0 0 15px 0;
  height: 270px;
  border-radius: 24px;
}
.Area_BN03 .BN03 ul li .PD_img {
  background-color: #00f083;
  width: 80%;
  border-radius: 20px;
  margin: 0 auto;
  display: none;
}
.Area_BN03 .BN03 ul li .PD_into .Price {
  color: #e73771;
}
.Area_BN03 .BN03 ul li .PD h3,
.Area_BN03 .BN03 ul li .PD h4,
.Area_BN03 .BN03 ul li .PD p {
  font-size: 42px;
  position: relative;
  top: unset;
  left: unset;
  text-align: center;
  display: block;
  margin-bottom: .5vw;
}

.Area_BN03 .BN03 .PD h3 span{
 width: 100%;
 background: none;
 color: #fff;
 font-weight: 500;
 font-family: "Noto Sans CJK TC";
}
@media screen and (max-width:767px){
  .Area_BN03 .BN03 li {
    background-color: #ffffff00;
    background-image: url(Area_BN03_bg.png?t=1750063868804);
    background-size: 100%;
  }
.Area_BN03 .BN03 .PD h3 span{ width: 30.7vw; }
}






.Area_BN03 .BN03 ul li .PD p span {
  font-size: 64px;
  line-height: 1rem;
}

@media screen and (min-width: 768px) {
  .Area_BN03 .BN03 {
    margin-top: 0;
  }
  .Area_BN03 .BN03 ul li .PD p {
    top: -10px;
  }
}

@media screen and (max-width: 767px) {
  .Area_BN03 .BN03 ul li {
    padding: 0 ;
    height: 26vw;
    border-radius: 3vw;
  }
  .Area_BN03 .BN03 ul li .PD_img {
    border-radius: 2vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .Area_BN03 .BN03 ul li .PD_into {
  margin-top: 0;
  }
  .Area_BN03 .BN03 ul li .PD h3,
  .Area_BN03 .BN03 ul li .PD h4,
  .Area_BN03 .BN03 ul li .PD p {
    font-size: 4.6vw;
  }
  .Area_BN03 .BN03 ul li .PD p span {
    font-size: 8vw;
    line-height: 1rem;
  }
}



/* 區塊背景 */
.Area02-1 {
  background-image: url(Area02_bg01.png?t=1750063868804);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.Area02-2 {
  background-image: url(Area02_bg02.png?t=1750063868804);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.Area03-1 {
  background-image: url(AreaBank_bg01.png?t=1750063868804);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.Area03-2 {
  background-image: url(AreaBank_bg02.png?t=1750063868804);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
/* .Area_share {background-image: url(AreaShare.png?t=1750063868804); background-position: center top; background-repeat: no-repeat;background-size: contain;} */

/* 入稿公版移除 */
.remove .PD_layout ul {
  display: flex;
}
.remove .PD_layout .PD_slide {
  background: none;
}
.remove .PD_layout .PD_slide:hover {
  box-shadow: none;
}
.remove .PD_layout ul {
  display: flex;
}

/* 輪播調整 */
.swiper-pagination {
  left: 50% !important;
  transform: translateX(-50%);
}
.swiper-pagination-bullet {
  margin: 0 4px;
}

/*品牌回饋bn*/
.BN02 .deco01 {
  position: absolute;
  left: -32px;
}

/*更多好康這裡看*/
.Area_how {}
@media screen and (min-width: 768px) {
  .Area_how .deco02 {
    position: absolute;
    top: 130px;
  }
  .Area_how .Area_swiper {
    padding: 0;
    overflow: visible;
  }
  .Area_how .Area_swiper .PD_layout {
    overflow: hidden;
  }
  .Area_how .button.swiper-button-next,
  .Area_how .button.swiper-button-prev {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .Area_how .button.swiper-button-next {
    right: -30px;
  }
  .Area_how .button.swiper-button-prev {
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .Area_how { }

  .Area_how .box {
    padding-bottom: 1vw;
  }
  .Area_how .Area_swiper .Area_boxstyle_scrollbar.swiper-scrollbar {
    left: 10%;
    width: 80%;
  }
  .Area_how .Area_boxstyle_scrollbar .swiper-scrollbar-drag {
    background: #f9bbbf;
  }
  .Area_how_bg{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
  }

}

/* 分享登記抽 */
.Area_share {
  position: relative;
}
.Area_share a {
  position: absolute;
  bottom: 91px;
  left: 200px;
}

@media screen and (max-width: 767px) {
  .Area_share a {
    width: 31vw;
    bottom: 8vw;
    left: 21vw;
  }
  .Area_share .box {
    width: 96%;
    margin: 0 auto;
  }
}

/*強檔活動*/

/*卡片樣式*/
.Area_get .PD_cards .PD h5,
.Area_get .PD_cards .PD h6 {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.Area_get .PD_cards a {
  color: #1b1b2d;
}
.Area_get .PD_cards .PD_slide {
  overflow: hidden;
}
.Area_get .PD_cards .PD_slide::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 100%;
  background-color: #fe7f9c;
}
.Area_get .PD_cards .PD_slide:hover::before {
  background-color: #72c8ae;
}
.Area_get .PD_cards .PD:hover h4 {
  color: #fe7f9c;
}
/*文案*/
.Area_get .PD_cards .PD h4 b,
.Area_get .PD_cards .PD .moMoney {
  font-family: "Century Gothic", "微軟正黑體", sans-serif;
}
/*按鈕*/
.Area_get .PD_cards .PD .PD_btn {
  width: 12%;
  background-color: #e73771;
  background-image: none;
}
.Area_get .PD_cards .PD_slide:hover .PD .PD_btn {
  background-color: #72c8ae;
}
.Area_get .PD_cards[data-pd-btn] .PD_btn b {
  font-size: 1.875em;
  line-height: 1.8;
  height: 1.8em;
}
.Area_get .PD_cards[data-pd-btn*="box-1"] .PD_btn {
  border-radius: 10px;
}
.Area_get .PD_cards[data-pd-btn] .PD_btn span {
  transform: none;
}
.Area_get .PD_cards[data-pd-btn] .PD_btn i,
.Area_get .PD_cards[data-pd-btn][data-pd-btn-pdgo] .PD .PD_btn b::before {
  display: none;
}
.Area_get .PD_cards[data-pd-btn][data-pd-btn-pdgo] .PD .PD_btn b::after {
  content: "去完成";
  color: #fff;
  font-weight: bold;
}
.Area_get .PD_cards[data-pd-btn][data-pd-btn-pdgo] .PD_slide {
  padding-bottom: 0;
}
.Area_get .PD_cards[data-pd-btn][data-pd-btn-pdgo] .PD .PD_btn {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: 46px;
}
@media screen and (min-width: 768px) {
  .Area_get .PD_cards ul {
    padding-left: 61px;
    padding-right: 61px;
    grid-gap: 24px;
  }
  .Area_get .PD_cards .PD_slide {
    padding-left: 87px;
  }
  .Area_get .PD_cards .PD_img {
    width: 15.5%;
    margin: 4px 50px 4px 0;
    padding-left: 0;
  }
  /*文案*/
  .Area_get .PD_cards .PD h4 {
    font-size: 1.75em;
  }
  .Area_get .PD_cards .PD h4 b {
    font-size: 33px;
  }
  .Area_get .PD_cards .PD .PD_period {
    font-size: 1.24em;
    font-weight: normal;
    letter-spacing: -0.025em;
  }
  .Area_get .PD_cards .PD .moMoney {
    position: absolute;
    left: 790px;
    top: 50%;
    -webkit-transform: translateY(-47%);
    transform: translateY(-47%);
    font-size: 41px;
    letter-spacing: -0.02em;
  }
  .Area_get .PD_cards .PD .moMoney::before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: -44px;
    top: 50%;
    -webkit-transform: translateY(-46%);
    transform: translateY(-46%);
    display: block;
    width: 39px;
    height: 39px;
    background-image: url(Area_get_icon.png?t=1750063868804);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .Area_get {
    padding-bottom: 16vw;
  }
  .Area_get .PD_cards .PD_slide::before {
    width: 2.2%;
  }
  .Area_get .PD_cards ul {
    padding-left: 3%;
    padding-right: 3%;
    grid-gap: 2.5vw;
  }
  .Area_get .PD_cards .PD_slide {
    padding: 1.8vw 0 1.8vw 4%;
  }
  .Area_get .PD_cards .PD_img {
    width: 23vw;
    padding-left: 0;
    display: flex;
    align-items: center;
  }
  /*文案*/
  .Area_get .PD_cards.PD_layout .PD_into {
    width: 55%;
  }
  .Area_get .PD_cards .PD h4 {
    font-size: 1em;
    letter-spacing: -0.02em;
  }
  .Area_get .PD_cards .PD h4 b {
    font-size: 1.2em;
  }
  .Area_get .PD_cards .PD .PD_period {
    font-size: 0.8125em;
    font-weight: normal;
    letter-spacing: -0.025em;
    width: 120%;
    -webkit-transform: scale(0.88);
    transform: scale(0.88);
    transform-origin: top left;
    margin-top: -0.4em;
  }
  .Area_get .PD_cards .PD h6 {
    margin-top: 0.5vw;
  }
  .Area_get .PD_cards .PD .moMoney {
    position: relative;
    padding: 0.2em 0;
    padding-left: 6.6vw;
    font-size: 2em;
    letter-spacing: -0.02em;
    line-height: 2rem;
  }
  .Area_get .PD_cards .PD .moMoney::before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-46%);
    transform: translateY(-46%);
    display: block;
    width: 6vw;
    height: 6vw;
    background-image: url(Area_get_icon.png?t=1750063868804);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  /*按鈕*/
  .Area_get .PD_cards .PD .PD_btn {
    width: 18%;
  }
  .Area_get .PD_cards[data-pd-btn] .PD_btn b {
    font-size: 1em;
    line-height: 2;
    height: 2em;
  }
  .Area_get .PD_cards[data-pd-btn*="box-1"] .PD_btn {
    border-radius: 6px;
  }
  .Area_get .PD_cards[data-pd-btn][data-pd-btn-pdgo] .PD .PD_btn b::after {
    content: "去完成";
  }
  .Area_get .PD_cards[data-pd-btn][data-pd-btn-pdgo] .PD_slide {
    padding-bottom: 1.8vw;
  }
  .Area_get .PD_cards[data-pd-btn][data-pd-btn-pdgo] .PD .PD_btn {
    right: 3%;
  }
}

.Area_bg {
  background-color: #ff49f9;
  border-top-right-radius: 140px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .Area_bg {
    background-color: #ff49f9;
    border-top-right-radius: 12vw;
    padding-bottom: 1vw;
  }
}

/*頁籤*/
.Area_page {
  height: 630px;
  overflow: hidden;
  margin-top: 50px;
}
.Area_page .title {
  margin-top: 26px;
}
.bgtop {
  /*padding: 0 0 10px 0;*/
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 14%,
    #60aeff 14%,
    #60aeff 100%
  );
  border-radius: 1em;
}
@media screen and (max-width: 767px) {
  .Area_page {
    height: auto;
    overflow: hidden;
  }
  .Area_page .title {
    margin-top: 4vw;
    width: 107%;
  }
  .bgtop {
    padding: 0 0 5vw 0;
  }
  .Area_page {
    /*padding:0 0 24vw 0;*/
    margin: 5vw 0 14vw 0;
  }
  .bgtop {
    /*padding: 0 0 10px 0;*/
    background: linear-gradient(
      180deg,
      #fff 0%,
      #fff 13%,
      #60aeff 13%,
      #60aeff 100%
    );
    border-radius: 1em;
  }
}


.Area03-1 .PD_layout ul {
  padding-bottom: 0px!important;
}




/*取消公版白底*/
.QQ .PD_wrapper {
  background-color: rgba(255, 255, 255, 0);
}
.QQ .PD_layout[data-pd-li*="BN"] li {
  border: rgba(255, 255, 255, 0);
}
.QQ .Area_swiper_box .PD_layout li {
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 767px) {
  .QQ .PD_wrapper {
    background-color: rgba(255, 255, 255, 0);
  }
  .QQ .PD_layout[data-pd-li*="BN"] li {
    border: rgba(255, 255, 255, 0);
  }
  .QQ .Area_swiper_box .PD_layout li {
    background-color: rgba(255, 255, 255, 0);
  }
}



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

/*分享浮層*/
.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;
}
.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.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_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: 2rem;
  }
  .floatBox .box_btn {
    margin: 2% auto 0;
  }
  .floatBox .box_btn .btn {
    margin: 0 auto;
    width: 80%;
  }
}




/*3月頁面調整*/
.Area02 .PD_layout ul { margin:0; padding: 0; width: 100%; grid-gap:0;} 
.Area02 .PD_layout ul li{ min-width: 100%!important;} 
.PD_layout .PD_img { padding: 0;}
@media screen and (min-width: 768px) {
  .Area02{ height: 680px;} 
  .Area03{ height: 173px; }
  .Area_BN03 .BN03 ul {  grid-gap: 15px; }
  .Area_BN03 .BN03 ul li .PD p {  padding: 0 30px; }
  .remove .PD_layout ul { padding-bottom: 8px;  }
}
@media screen and (max-width: 767px) {
  .Area02{ margin-bottom: 3vw; height: 70vw;}
  .Area02 ul{ height: 66vw; }
  .PD_layout-PDBN_01 .PD h3{ padding: 0 !important; }
  .Area_BN03{  margin-bottom: 3vw; }
  .Area02 .swiper-pagination { left: 50% !important; bottom: 0; transform: translateX(-50%);  }
  .Area03-1 {margin-bottom: 9vw; height: 18vw;}
}



/*可拖移廣告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; margin-top: 15px; 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: 140px;}
      .Area_hammerAD .closeButton a { top: 0; right: 0;}
    }
    @media screen and (max-width:767px){
      .Area_hammerAD { display: block; width: 22%; bottom: 4vw;}
      .Area_hammerAD .closeButton a { top: 1vw; right: 1vw;}
    }
    @media screen and (min-width:1670px){
      .Area_hammerAD { right: inherit; left: 1500px;}
    }
