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

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


/*全BOX版面*/
.WRAPPER { position: relative; display: block; margin: 0 auto; padding: 0; width: 100%;  min-width: 1220px; overflow: hidden; font-family: "微軟正黑體","Microsoft JhengHei",Helvetica; background: url(bgrepeat.jpg?t=1782810162124)top center repeat-y;}
.WRAPPER img { border: 0; vertical-align: top;}
.WRAPPER a { text-decoration: none;}
@media screen and (max-width:767px){
  .WRAPPER { min-width: inherit; background: url(bgrepeat_m.jpg?t=1782810162124)top center repeat-y; background-size: 100%;}
  .WRAPPER img {  width: 100%;  height: auto;}
}

/*背景*/
@media screen and (min-width:787px){
.bgsky { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgsky.jpg?t=1782810162124) no-repeat center top;}
.bgflag { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgflag.png?t=1782810162124) no-repeat center top;}
.bgcloud { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgcloud.png?t=1782810162124) no-repeat center top;}
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.png?t=1782810162124) no-repeat center top;}
.bgdeco { z-index: 0; position: absolute; top: 520px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1782810162124) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
}
@media screen and (max-width:767px){
  .bgsky { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgsky_m.jpg?t=1782810162124) no-repeat center 44px; background-size: 100%;}
  .bgflag { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgflag_m.png?t=1782810162124) no-repeat center 44px; background-size: 100%;}
  .bgcloud { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgcloud_m.png?t=1782810162124) no-repeat center 44px; background-size: 100%;}
  .bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgtop_m.png?t=1782810162124) no-repeat center 44px; background-size: 100%;}
}
	
/*區塊_all*/
.Area { position: relative; margin: 0 auto; padding: 0; border-radius: 0; text-align: center; }
.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);}
.Area .go_bt2 {
  -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_bt2:hover { 
  filter: brightness(130%);
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
		  }
.Area1220 { margin: 0 auto; width: 1220px;}
.Area960 { margin: 0 auto; width: 960px;}
@media screen and (max-width:767px){
  .Area .go_bt:hover {  
    -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;}
  .Area .go_bt2:hover { 
    filter: brightness(1);
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
        }
  .Area1220 { width: 100%;}
  .Area960 { width: 100%;}
  /*區塊_切割*/
  .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;}
}

/*間距*/
.Area_bottom { margin-bottom: 50px;}
@media screen and (max-width:767px){
  .Area_bottom { margin-bottom: 10vw;}
}

/*共用樣式*/
.bgdarkblue { background-color: #0055b0;}
.bgpink { background-color: #ff2f7f;}
.bggreen { background-color: #dfd839; border-radius: 20px; padding: 20px 0 10px;}
.bgyellow { background-color: #fffcba;}
.PD_box { width: 96%; margin: 0 auto;}
.Area .logo { width: 100%; position: relative; z-index: 0;}
.Area .logo .Area_swiper_box .PD_layout li { background-color: transparent;}
.Area .logo .Area_swiper_box .PD_layout li .PD_into { padding: 0;}
.Area .logo .Area_swiper_box .PD_layout li .PD_logo { background-color: #fff; border-radius: 50%; overflow: hidden; padding: 2em; box-sizing: border-box;}
.Area .logo .Area_swiper_box .PD_layout li .PD_into h3 { color: #fff; font-size: 30px; max-height: 1.5em; line-height: 1.5em;}
@media screen and (max-width:767px){
  .bggreen { border-radius: 15px; padding: 2vw 0 1vw;}
  .Area .logo .Area_swiper_box .PD_layout li .PD_logo { padding: 1.2em;}
  .Area .logo .Area_swiper_box .PD_layout li .PD_into h3 { font-size: 18px;}
}

/*公版樣式*/
.PD_layout[data-pd-li=BN] ul,
.PD_layout[data-pd-li=BN-AWD] ul { padding: 0; grid-gap: 0;}
@media screen and (max-width:767px){
  .PD_layout ul { width: 100%;}
}

/*折價券*/
.Area .Area_coupon { width: 96%; margin: 0 auto;}
.Area .Area_coupon ul { grid-gap: 0;}
.Area .Area_coupon ul li .PD_img { padding: 0;}
@media screen and (max-width:767px){
}

/*登記*/
.Area .Area_danji .danji_box { margin-bottom: 0;}
.Area .Area_danji .danji_box .box_1 { width: 96%;}
.Area .warningTxt h3 { padding: 0;}
.Area .Area_danji .danji_box ul li .activityText .gifts span { color: #fef768;}
@media screen and (max-width:767px){
}

/*3P折價券*/
.Area_coupon_ppp2 .Area_swiper,
.Area_coupon_ppp .Area_swiper { width: 100%;}
.Area_coupon_ppp { padding-bottom: 0;}
.Area_coupon_ppp .PD_coupon ul { padding: 20px 0 0;}
@media screen and (max-width:767px){
  .Area_coupon_ppp { padding-bottom: 0;}
  .Area_coupon_ppp .PD_coupon ul { padding: 2.3vw 0 0;}
}

/*版頭*/
.Area_top { position: relative; z-index: 1;}
.Area_top .main_box { position: relative;}
.Area_top .main_box img { width: 100%;}
.Area_top .main_box .PD_layout ul li { pointer-events: none;}
.Area_top .arrow { position: absolute; top: 254px; left: 324px; width: 47.8%; animation: mask_lefttoright 1.2s 1.5s infinite ease-in; opacity: 0;}
.Area_top .main ul li:nth-child(2) { position: absolute; top: 0; left: 0;}
.Area_top .date { position: absolute; top: 69px; right: 223px; width: 18%;}
.Area_top .mainsubtitle { position: absolute; top: 325px; left: 0; width: 100%; z-index: 0;}
.Area_top .mainsubtitle .Area_swiper_box { padding-bottom: 0;}
.Area_top .mainsubtitle .Area_swiper_box .PD_layout ul { height: 115px;}
.Area_top .mainsubtitle .Area_swiper_box .PD_layout li { background-color: transparent; pointer-events: none;}
.Area_top .topPD { margin-top: -7px;}
.Area_top .topPD .Area_swiper_box { padding-bottom: 0;}
.Area_top .topPD .Area_swiper_box .PD_layout ul { height: 621px;}
.Area_top .topPD .Area_swiper_box .PD_layout ul li { position: relative; background-color: transparent; opacity: 0; transform: translate(5%,0); pointer-events: none;}
.Area_top .topPD .Area_swiper_box .PD_layout ul li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}
.Area_top .act_box { position: relative;}
.Area_top .act_bg { position: absolute; top: 0; left: 0; pointer-events: none;}
.Area_top .people { position: absolute; top: 0; left: 0; pointer-events: none;}
.Area_top .act ul { padding: 0 100px;}
@media screen and (max-width:767px){
  .Area_top {}
  .Area_top .arrow { top: 27vw; left: 32vw; width: 47.8%;}
  .Area_top .date { top: 7vw; right: 23vw; width: 18%;}
  .Area_top .mainsubtitle { top: 33.8vw;}
  .Area_top .mainsubtitle .Area_swiper_box .PD_layout ul { height: 12vw;}
  .Area_top .topPD { margin-top: -0.7vw;}
  .Area_top .topPD .Area_swiper_box .PD_layout ul { height: 65vw;}
  .Area_top .act ul { padding: 0 2.8em;}
}

/*title側邊輪播公版*/
.Area01 { }
.Area01 .title { padding: 50px 0 320px; margin: 0; position: absolute; top: 0; left: 0; width: 8.2%;}
.Area01.A1_01 .title { background: url(Area01_titlebg01.png?t=1782810162124)top center no-repeat; background-size: 100%;}
.Area01.A1_02 .title { background: url(Area01_titlebg02.png?t=1782810162124)top center no-repeat; background-size: 100%;}
.Area01 .title ul li h5 { color: #fff;}
.Area01 .bgdarkblue { border-radius: 40px 0 0 40px; margin-left: 7%; width: 93%; padding: 20px 0 10px;}
.Area01 .Area_swiper { position: relative; margin-left: 1.3%; width: 98.7%; z-index: 1;}
@media screen and (max-width:767px){
  .Area01 {}
  .Area01 .title { padding: 4vw 0 34vw;}
  .Area01 .bgdarkblue { border-radius: 25px 0 0 25px; padding: 2vw 0 1vw;}
}

/*桃輪播公版*/
.Area02 {}
.Area02 .A2_box { width: 98%; margin: 0 auto;}
.Area02 .A2_box_box { margin-bottom: 20px;}
.Area02 .A2_box_box:last-child { margin-bottom: 0;}
.Area02 .title { padding: 25px 20px 30px 460px; margin: 0 auto;}
.Area02.A2_01 .title { background: url(Area02_titlebg01.png?t=1782810162124)top center no-repeat; background-size: 100%;}
.Area02.A2_02 .title { background: url(Area02_titlebg02.png?t=1782810162124)top center no-repeat; background-size: 100%;}
.Area02.A2_03 .title { background: url(Area02_titlebg03.png?t=1782810162124)top center no-repeat; background-size: 100%;}
.Area02.A2_04 .title { background: url(Area02_titlebg04.png?t=1782810162124)top center no-repeat; background-size: 100%;}
.Area02.A2_05 .title { background: url(Area02_titlebg05.png?t=1782810162124)top center no-repeat; background-size: 100%;}
.Area02 .title ul li h5 { color: #fff;}
.Area02 .bgpink { border-radius: 0 0 30px 30px; padding-bottom: 10px;}
.A2_05 .title ul li .PD_into { position: relative ; z-index: 4;}
@media screen and (min-width:768px){
.Area02 .title_focus4 {margin-bottom: -114px ; z-index: 3; width: 44.5% ; margin-left: 0px;}
}
@media screen and (max-width:767px){
  .Area02 {}
  .Area02 .A2_box_box { margin-bottom: 3vw;}
  .Area02 .title { padding: 2.3vw 3vw 3vw 48vw;}
  .Area02 .bgpink { border-radius: 0 0 15px 15px; padding-bottom: 1vw;}
  .Area02 .title_focus4 { margin-bottom: -12vw; z-index: 3; width: 45% ; margin-left: 0vw;}
}

/*BN*/
@media screen and (min-width:768px) {
  .Area_BN {padding-bottom: 51px;}
}
@media screen and (max-width:767px) {
  .Area_BN {width: 96%;padding-bottom: 6vw;}
}



/*本月直播最強檔*/
.Area03 {}
.Area03 .A3_box { margin-bottom: 20px;}
.Area03 .A3_box:last-child { margin-bottom: 0;}
.Area03 .video_box ul li { position: relative; background-color: transparent;}
.Area03 .video_box ul li .PD_img { padding: 0;}
.Area03 .video_box ul li .PD_into { position: absolute; top: 420px; left: 0; padding: 0 1.5em;}
.Area03 .video_box ul li .PD_into .js-PD_val { position: absolute; top: -175px; right: 0; width: 30%; text-align: center;}
.Area03 .video_box ul li .PD_into h5 { color: #005ab4; font-size: 38px; font-family: Arial, Helvetica;}
.Area03 .video_box ul li .PD_into h3,
.Area03 .video_box ul li .PD_into h4 { color: #fff; font-size: 24px;}
@media screen and (max-width:767px){
  .Area03 {}
  .Area03 .A3_box { margin-bottom: 3vw;}
  .Area03 .video_box ul li .PD_into { top: 41.2vw; padding: 0 0.5em;}
  .Area03 .video_box ul li .PD_into .js-PD_val { top: -17.5vw;}
  .Area03 .video_box ul li .PD_into h5 { font-size: 18px;}
  .Area03 .video_box ul li .PD_into h3,
  .Area03 .video_box ul li .PD_into h4 { font-size: 15px;}
}

/*激省回饋全攻略*/
.Area04 {}
.Area04 .A4_box { margin-bottom: 50px;}
.Area04 .A4_box:last-child { margin-bottom: 0;}
.Area04 .title { padding: 77px 0 38px; margin: 0 auto; background: url(Area04_titlebg.png?t=1782810162124)top center no-repeat; background-size: 100%;}
.Area04 .event { width: 96%; margin: 0 auto;}
@media screen and (max-width:767px){
  .Area04 {}
  .Area04 .A4_box { margin-bottom: 7vw;}
  .Area04 .title { padding: 8vw 0 4vw;}
}

/*優惠活動*/
.Area05 {}
.Area05 .A5_box { position: relative; margin-bottom: 50px;}
.Area05 .A5_box:last-child { margin-bottom: 0;}
.Area05 .bg { position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.Area05 .btn { width: 95%; margin: 0 auto; padding: 32px 0;}
.Area05 .btn ul { grid-gap: 10px 20px;}
.Area05 .Area_coupon { width: 100%;}
@media screen and (max-width:767px){
  .Area05 {}
  .Area05 .A5_box { margin-bottom: 7vw;}
  .Area05 .bg { width: 100%;}
  .Area05 .btn { padding: 3.8vw 0;}
  .Area05 .btn ul { grid-gap: 0.1em 0.2em;}
  .Area05 .Area_swiper_box .PD_layout-coupon3 { padding-bottom: 0;}
}

/*超強夯品熱搜*/
.Area06 {}
.Area06 .A6_box { position: relative; margin-bottom: 50px;}
.Area06 .A6_box:last-child { margin-bottom: 0;}
.Area06 .boxtop { width: 98%; padding: 5px 0 15px; background: url(Area06_boxtop.png?t=1782810162124)top center no-repeat; background-size: 100%;}
.Area06 .boxtop ul li .PD_into { flex-direction: row; padding: 2px 70px 5px;}
.Area06 .boxtop ul li .PD_into h3 { width: 31%; font-size: 60px; color: #ff2c76; font-weight: bold; max-height: 1.5em; line-height: 1.5em; text-align: center;}
.Area06 .boxtop ul li .PD_into h4 { width: 69%; font-size: 50px; color: #fff; font-weight: bold; max-height: 1.5em; line-height: 2em; text-align: center; margin-bottom: 0;}
.Area06 .PD_box { width: 98%; margin: 0 auto; background-color: #ff2f7f; padding: 0 15px 15px; border-radius: 0 0 30px 30px;}
.Area06 .PD_layout[data-pd-btn] .PD_btn { background-color: #ff2f7f; background-image: repeating-linear-gradient(45deg, #ff2f7f 0%, #ff2f7f 100%);}
.Area06 .hand { position: absolute; top: 25px; right: 0; width: 9%;}
.Area06 .hand img { width: 100%;}
@media screen and (max-width:767px){
  .Area06 {}
  .Area06 .A6_box { margin-bottom: 10vw;}
  .Area06 .boxtop { padding: 0.5vw 0 2vw;}
  .Area06 .boxtop ul li .PD_into { padding: 0.5vw 10vw 0;}
  .Area06 .boxtop ul li .PD_into h3 { font-size: 21px; max-height: 1.5em; line-height: 1.5em;}
  .Area06 .boxtop ul li .PD_into h4 { font-size: 22px; max-height: 1.5em; line-height: 1.7em;}
  .Area06 .PD_box { padding: 0 0.5em 0.5em; border-radius: 0 0 15px 15px;}
  .Area06 .hand { top: 2.5vw; width: 9.5%;}
}

/*嚴選推薦最大牌*/
.Area07 {}
.Area07 .PD_box ul { background-color: transparent; padding: 0; grid-gap: 10px;}
.Area07 .PD_box ul li { background: #fff; border-radius: 20px; border: none; overflow: hidden;}
.Area07 .PD_box ul li .PD_img { background: #fff; padding: 0;}
.Area07 .PD_box ul li .PD_into .PD_logo img { background: #fff; border-radius: 15px; padding: 7px;}
.Area07 .PD_box ul li .PD_into h3 { color: #005bb7;}
@media screen and (max-width:767px){
  .Area07 {}
  .Area07 .PD_box ul { grid-gap: 0.5em;}
  .Area07 .PD_box ul li { border-radius: 15px;}
  .Area07 .PD_box ul li .PD_into .PD_logo img { padding: 2vw;}
}

/*輪播BN*/
.Area08 {}
@media screen and (max-width:767px){
  .Area08 {}
}

/*館長私心超推薦*/
.Area09 {}
.Area09 .A9_box { margin-bottom: 20px;}
.Area09 .A9_box:last-child { margin-bottom: 0;}
@media screen and (max-width:767px){
  .Area09 {}
  .Area09 .A9_box { margin-bottom: 3vw;}

}

/*下方公版*/
.Area10 { position: relative;}
.Area10 .A10_box { position: relative; margin-bottom: 50px;}
.Area10 .A10_box:last-child { margin-bottom: 0;}
.Area10 .A10_box:first-child { margin-top: -130px;}
.Area10 .title { padding: 16px 0 19px; background: url(Area10_titlebg.png?t=1782810162124)top center no-repeat; background-size: 100%;}
.Area10 .PD_layout-D1_03 ul { grid-template-columns: repeat(3, 1fr);}
.Area10 .PD_layout-D1_03 ul::before { display: none;}
.Area10 .PD_layout-D1_03 .PD_slide { background: #fef875;}
.Area10 .PD_layout-D1_03 .PD h3 { color: #0055b0; max-height: 2.5em; line-height: 2.5em; font-size: 24px;}
@media screen and (max-width:767px){
  .Area10 {}
  .Area10 .A10_box { margin-bottom: 10vw;}
  .Area10 .A10_box:first-child { margin-top: -13vw;}
  .Area10 .title { padding: 1.5vw 0 2vw;}
  .Area10 .PD_layout-D1_03 { margin-bottom: 1vw;}
  .Area10 .PD_layout-D1_03 .PD h3 { max-height: 2em; line-height: 2em; font-size: 17px;}
}

/*注意事項區*/
.edm_notice { text-align: center; padding: 10px 10px 15px 10px; color: #000; font: 12px/18px Helvetica;}
.edm_notice .apple_notice { padding: 10px 0;}

/*裝飾底*/
.bgbottom { margin-top: -140px; pointer-events: none;}
@media screen and (max-width:767px){
  .bgbottom { margin-top: -8vw;}
}

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