@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=1755072988918)top center repeat-y;background-color: #000;}
.WRAPPER img { border: 0; vertical-align: top;}
.WRAPPER a { text-decoration: none;}
@media screen and (max-width:767px){
  .WRAPPER { min-width: inherit; padding-bottom: 10vw;background: url(bgdeco_m.jpg?t=1755072988918)top center repeat-y;background-color: #000;}
  .WRAPPER img {  width: 100%;  height: auto;}
}


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

/*Area_txt(有設計的區標PC手機共用)*/
@media screen and (min-width:768px){
	.Area_txt {margin:0 auto 5px!important; }
	.Area_txt img {width: 800px !important; }	  
}
@media screen and (max-width:767px){
		.Area_txt {width:100%!important;margin:0 auto 2vw ; }
	  .Area_txt img {width:100%!important;}
}



/*提醒我按鈕*/
a.mo_remind_btn { z-index:100; position: absolute!important; right: 0; top:44vw; width: 17%;}



/*背景*/
@media screen and (min-width:787px){
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.jpg?t=1755072988918) no-repeat center top;}
.bgdeco { z-index: 0; position: absolute; top: 1700px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1755072988918) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
}
@media screen and (max-width:767px){
  .bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgtop_m.jpg?t=1755072988918) 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_bottom { margin-bottom: 50px;}
@media screen and (max-width:767px){
  .Area_bottom { margin-bottom: 10vw;}
}

/*共用樣式*/
@media screen and (max-width:767px){
}

/*版頭*/
@media screen and (min-width:768px){
.Area_top {height: 566px;}
.Area_top .momologobox { position: relative; width: 65%;}
.Area_top .box { position: relative; width: 65%;top: 40px; right: 234px;}
.Area_top .box .PD_layout ul li { pointer-events: none;}
.Area_top .box .main {z-index: 1;position: absolute; width: 419px;height: 175px;top: 100px;left:690px ;}
.Area_top .date { z-index: 1;position: absolute;padding:0!important ; top:64px; left: 561px; width: 240px;height:auto ;} 
.Area_top .light { position: absolute;padding:0!important ; top: 192px; left: 416px; width: 194px;height:auto ;mix-blend-mode: screen /* normal-預設值 ; screen-濾色 ; multiply-色彩增值 ; overlay-覆蓋 ; darken-變暗 ; lighten-變亮 ;*/ ;} .Area_top .date img {  width: 100%}
}
@media screen and (max-width:767px){
  .Area_top {height:58vw ;}
  .Area_top .box { position: absolute; width: 100%;top: 0vw; right: 0vw;}
  .Area_top .box .main {z-index: 1;position: absolute;width: 55%;left:37vw ; padding-top: 4vw;}
  .Area_top .date { z-index: 1;position: absolute;top: 2vw; left:79vw ; width: 21%;height:auto ;}
  .Area_top .light { position: absolute;top: 0vw; left:0vw ; width: 90%;height:auto ;mix-blend-mode: screen /* normal-預設值 ; screen-濾色 ; multiply-色彩增值 ; overlay-覆蓋 ; darken-變暗 ; lighten-變亮 ;*/ ;}
}


/*輪播特效*/
@media screen and (min-width:768px){
  .Area_top  .box_PD .Area_swiper .swiper-slide .PD_img { opacity: 0; transform: translate(0,0%);  }
  .Area_top  .box_PD .Area_swiper .swiper-slide-active .PD_img { opacity: 1; transition: 1s cubic-bezier(0, 0.63, 0.63, 0.89); transform: translate(0,0);}
  .Area_top  .box_PD .Area_swiper .swiper-slide .PD_logo {display: none;}
      }
      @media screen and (max-width:767px){
         .Area_top  .box_PD .Area_swiper .swiper-slide .PD_logo { opacity: 0; transition: .2s ease-out;transform: translate(0%,0);  }
         .Area_top  .box_PD .Area_swiper .swiper-slide-active .PD_logo { opacity: 1; transition: 1s ease-out; transform: translate(0,0);}
         .Area_top  .box_PD .Area_swiper .swiper-slide .PD_img {display: none;}
      }
  
  /*版頭輪播*/
  .Area_top .topPD { z-index: 10;position: absolute; top: 164px; left:84px; width: 739px; height: 510px; }
  .Area_top .topPD ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
  .Area_top .topPD ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
  .Area_top .topPD ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}
  .Area_top .topPD .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { top:30px  !important;}
  @media screen and (max-width:767px){
    .Area_top .topPD {z-index: 1;position: absolute; width: 57%; height: auto;  top:30vw; left: 0vw;  }
    .Area_top .topPD .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { top:40vw  !important;}
  }
  
/*副標輪播*/
@media screen and (min-width:768px){
.Area_top .topPD2 {position: absolute;top: 316px;left: 683px;width: 419px;height: 118px;overflow: hidden;z-index: 20;}
.Area_top .topPD2 ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
.Area_top .topPD2 ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
.Area_top .topPD2 ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}
.Area_top .topPD2 .PD_layout .PD img {width: 100%!important;}
}
@media screen and (max-width:767px){
  .Area_top .topPD2 {position: absolute;width: 50%;height: 14.2vw;top: 35vw;left: 43vw;overflow: hidden;}
  .Area_top .topPD2 ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
  .Area_top .topPD2 ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
  .Area_top .topPD2 ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}
  .Area_top .topPD2 .PD_layout .PD img {}
}


/*版頭品*/
.top_pdx3 {height: 100%;}
.top_pdx3 .PD_layout ul {width:95%!important;margin:0 auto!important;padding:0!important;border-radius: 10px 10px 10px 10px;border: solid 5px #31508a;outline: 4px solid #ffd248;}
@media screen and (max-width:767px){
	.top_pdx3 {height: 100%;}
	.top_pdx3 .PD_layout{width: 97%;}
	.top_pdx3 .PD_layout ul {margin:0 auto!important;padding:0!important;border-radius: 10px 10px 10px 10px;border: solid 2px #31508a;outline: 2px solid #ffd248;}
}









  @media screen and ( min-width:768px) {
    .Area_btn {margin:10px auto 70px;}
    .Area_btn .btn { width: 90%;}
    }
    @media screen and (max-width:767px){
      .Area_btn {margin:0vw auto 5vw;}
      .Area_btn .btn { margin:0vw auto 0vw;width: 100%;}
      .Area_btn .btn ul { width: 100%;padding:0 ;}
    }
    




/*
    .item .PD_layout ul li:nth-child(even) a{animation-name:horizon-play;animation-duration:1.5s;animation-iteration-count: infinite;animation-direction: alternate;}	
    .item .PD_layout ul li:nth-child(odd) a{animation-name:horizon-play2;animation-duration:1.5s;animation-iteration-count: infinite;animation-direction: alternate;}	
    .item .PD_layout ul a {flex-direction: column-reverse;}
    .item .PD_layout ul .PD h3{background-color: inherit!important;}
    .item .PD_layout ul .PD h4{color: #fff;}
    .item .PD_layout ul .PD h4 b{display: none;}
    .item .PD_layout ul .PD p{color: #00fcff;}
    .item .PD_layout ul li {border: none;}	
    .item .PD_layout ul li a{background-image: url(PD4_bg.png?t=1755072988918) ;background-repeat: no-repeat;background-size: 100%;}	
    .item .PD_layout ul li .PD_into{padding-bottom: 0;}
    .item .PD_layout .PD p del{color: #929292}
    @media screen and (min-width:768px){
    .item {margin-bottom: 170px;}
    .item .PD_layout ul {background-color: inherit;padding-top:40px;padding-left:70px;padding-right:80px;grid-gap:25px;}
    .item .PD_layout ul li {height: 442px;}	
    .item .PD_layout ul li:nth-child(even) {margin:20% auto 0;}
    .item .PD_layout ul li .PD_img{padding:0 2em 3em;}
    .item .PD_layout ul .PD h3{margin:38px 0 0 0;font-size: 24px;text-shadow: 1px 0px 13px #000000;}
    .item .PD_layout ul .PD h4{font-size: 20px;}
    .item .PD_layout ul .PD .Price{font-size: 38px;}

    }
    
    @media screen and (max-width:767px){
    .item {margin-bottom: 10vw;}
    .item .Area_title{width: 120%;transform: translateX(-6vw);margin-top: 5vw;margin-bottom: 3vw;}	
    .item .PD_layout ul li {height: 56vw;}	
    .item .PD_layout ul li:nth-child(even) {margin:15% auto 0;}
    .item .PD_layout ul{background-color: inherit;padding:3vw 3vw 0;grid-gap:2vw;}
    .item .PD_layout ul li .PD_img{padding:0 2.1em;margin-bottom: 10vw;}
    .item .PD_layout ul .PD h3{text-shadow: 0 0 2vw #010630;margin-bottom: 0;margin-top:3vw;font-size:5vw;height: 8vw;}
    .item .PD_layout ul .PD h4{margin:0;}
    .item  .PD_layout ul .PD::after {content: '';position: absolute;width: 49vw;height: 17vw;background-image: url(PD4_deco.png?t=1755072988918);top: 47vw;left: -2vw;z-index: -1;background-size: 100%;background-repeat: no-repeat;}


    }*/

  .item .PD_layout ul li:nth-child(even) a{animation-name:horizon-play;animation-duration:1.5s;animation-iteration-count: infinite;animation-direction: alternate;}	
  .item .PD_layout ul li:nth-child(odd) a{animation-name:horizon-play2;animation-duration:1.5s;animation-iteration-count: infinite;animation-direction: alternate;}	
  .item .PD_layout ul a {flex-direction: column-reverse;}
  .item .PD_layout ul .PD h3{background-color: inherit!important;}
  .item .PD_layout ul .PD h4{color: #fff;}
  .item .PD_layout ul .PD h4 b{display: none;}
  .item .PD_layout ul .PD p{color: #00fcff;}
  .item .PD_layout ul li {border: none;}	
  .item .PD_layout ul li a{background-image: url(PD4_bg.png?t=1755072988919) ;background-repeat: no-repeat;background-size: 100%;}	
  .item .PD_layout ul li .PD_into{padding-bottom: 0;}
  .item .PD_layout .PD p del{color: #929292}
  @media screen and (min-width:768px){
  .item {margin-bottom: 170px;}
  .item .PD_layout ul{background-color: inherit;padding-top:40px;padding-left:70px;padding-right:80px;grid-gap:25px;}
  .item .PD_layout ul li {height: 442px;}	
  .item .PD_layout ul li:nth-child(even) {margin:20% auto 0;}
  .item .PD_layout ul li .PD_img{padding:0 2em 3em;}
  .item .PD_layout ul .PD h3{margin:38px 0 0 0;font-size: 24px;text-shadow: 1px 0px 13px #000000;}
  .item .PD_layout ul .PD h4{font-size: 20px;}
  .item .PD_layout ul .PD .Price{font-size: 38px;}
  .item .PD_layout ul .PD::after {content: '';position: absolute;width: 410px;height: 170px;background-image: url(PD4_deco.png?t=1755072988919);top:390px;left: -5px;z-index: -1;}
  }
  
  @media screen and (max-width:767px){
  .item {margin-bottom: 10vw;}
  .item .Area_title{width: 120%;transform: translateX(-6vw);margin-top: 5vw;margin-bottom: 3vw;}	
  /*.item .PD_layout ul li {height: 56vw;}*/
  .item .PD_layout ul li:nth-child(even) {margin:15% auto 0;}
  .item .PD_layout ul{background-color: inherit;padding:3vw 3vw 0;grid-gap:2vw;}
  .item .PD_layout ul li .PD_img{padding:0 2.1em;margin-bottom: 10vw;}
  .item .PD_layout ul .PD h3{text-shadow: 0 0 2vw #010630;margin-bottom: 0;margin-top:3vw;font-size:5vw;height: 8vw;}
  .item .PD_layout ul .PD h4{margin:0;}
  .item .PD_layout ul .PD::after {content: '';position: absolute;width: 49vw;height: 17vw;background-image: url(PD4_deco.png?t=1755072988919);top: 47vw;left: -2vw;z-index: -1;background-size: 100%;background-repeat: no-repeat;}
  
  }




    
    .danji .txt ul li h5 {color: #00fcff;}
    @media screen and (min-width:768px){
      .danji .txt ul {position: relative;padding: 0;margin: 0;list-style: none;height: 60px;top:0;}
      .danji .txt ul li { background-color: transparent; pointer-events: none;padding: 0;}
      .danji .txt .PD_into {padding: 0;}
      .danji .txt ul li h5 {position: relative;top:0px;margin: 0;padding: 0;width: 100%;font: 48px/58px "Noto Sans CJK SC";font-weight: 700;text-align: center;overflow: hidden;letter-spacing:0px;}
      }
      @media screen and (max-width:767px){
        .danji .txt ul {padding: 0;margin: 0;list-style: none;height: 8vw;}
        .danji .txt ul li { background-color: transparent; pointer-events: none;padding-top: 0;}
        .danji .txt .PD_into {padding: 0;}
        .danji .txt ul li h5 {position: relative;top:0vw;margin: 0;padding: 0;width: 100%;font: 6.5vw/7vw "Noto Sans CJK SC";font-weight: 700;text-align: center;letter-spacing: 0vw;overflow: hidden;}
      }






	.Area_pdx5 .box_txt.Area_pdx5_box_txt_bg{width: 100%;}
	.Area_pdx5 .box_txt.Area_pdx5_box_txt_bg .PD_layout ul{background-color: inherit;}
	.Area_pdx5 .box_txt.Area_pdx5_box_txt_bg .PD_layout ul li{border:none;}
	.Area_pdx5 .box_txt.Area_pdx5_box_txt_bg .PD_layout ul li .PD_into{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;width: 100%;}

	.Area_pdx5 .PD_03.PD_layout ul {width: 97%;border:2px solid #00fcff;box-shadow: 0 0 15px #00fcff;}


	.Area_pdx5 .box_bg{position: absolute;width:100% ;margin:0 auto ;}

	@media screen and (min-width:768px){
		.Area_pdx5 {margin-top:150px;}	
		.Area_pdx5 .box_txt.Area_pdx5_box_txt_bg .PD_layout ul li .PD_into h3{height:87px ;color: #fff;font-size:58px;width: 50%;text-align: center;margin:-10px auto 15px ;}
		.Area_pdx5 .box_txt.Area_pdx5_box_txt_bg .PD_layout ul li .PD_into h4{color: #fff;font-size:44px;margin: 49px 0 0 40px;width: 42%;text-align: left;}
		.Area_pdx5 .PD_box{margin:30px auto 90px;}
	}

	@media screen and (max-width:767px){
		.Area_pdx5 .Area_title{width: 100%;transform: translateX(-6vw);}		
		.Area_pdx5 {margin-top:10vw;}	
		.Area_pdx5 .box_txt.Area_pdx5_box_txt_bg .PD_layout ul li .PD_into h3{color: #fff;font-size:7vw;margin-top:0vw ;max-width: 100%;min-width: 50%;}
		.Area_pdx5 .box_txt.Area_pdx5_box_txt_bg .PD_layout ul li .PD_into h4{color: #fff;font-size:6vw;margin:6vw 0 0 -5vw;max-width: 100%;min-width: 50%;}	
		.Area_pdx5 .box_txt.Area_pdx5_box_txt_bg .PD_layout ul{padding:0;}	
		.Area_pdx5 .PD_box{margin:0vw auto 10vw;}			
	}



  /*區塊-LOGO連結-Area_logo*/

@media screen and ( min-width:768px) {
.Area_logo{padding: 0; margin: 0px auto 60px !important;width: 700px;height: auto;}
.Area_logo .PD_layout {top: 20px;width: 100%;}
.Area_logo .PD_layout .PD_slide {border-radius:0.5em;}
.Area_logo .PD_layout li{margin: 0px ;}
.Area_logo .PD_layout .PD_img{width: 100%;}
}
@media screen and (max-width:767px){
	  .Area_logo {height:auto; margin:0 auto 10vw!important;width: 88%;}
    .Area_logo .PD_layout li{margin: 0;}
    .Area_logo .PD_layout {top: 0vw;margin: 0vw auto;width: 100%}	
    .Area_logo .PD_layout .PD_img{width: 100%;}	
}












