@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: #fff;}
.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; }
  .WRAPPER img {  width: 100%;  height: auto;}
}
	
/*背景*/
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.png?t=1781161660225) no-repeat center top;}
@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(m_bgtop.jpg?t=1781161660225) 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;}
}

/*間距*/
.Areabottom { margin-bottom: 89px;}
@media screen and (max-width:767px){
  .m96 { width: 96%; margin: 0 auto; }
  .Areabottom { margin-bottom: 8.9vw;} 
}

.PD_layout[data-pd-li*=BN] li:hover{-webkit-box-shadow:none;box-shadow:none;-webkit-filter:brightness(100%);filter:brightness(100%)}

/* 設定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;}


/*共用樣式*/
.pointer-off ul li{ pointer-events: none;}
.titlebg { position: absolute; top: -4px; left: 50%; transform: translateX(-50%); }
@media screen and (max-width:767px){
  .titlebg { width: 70vw;}
}


/* 區標2共用 */
.title_2 { z-index: 5; position: relative; height: 6vw; margin-bottom: 2.1vw; font-family: "Century Gothic","Arial","Noto Sans TC"; text-align: center; }
.title_2 ul { list-style: none; margin: 0; padding: 0; }
.title_2 span {  display: block; width: 50%; margin: 0 auto; font-size: 5.5vw; height: 6vw; line-height: 5.5vw;  color: #ff6900;  overflow: hidden; font-weight: 600; font-family: "Noto Sans CJK TC";  }
.title_2 .Areatitle_bg {  z-index: -1; position: absolute; top: 0vw; left: 0;  }
@media screen and (min-width:768px){
  .title_2 {   height: 55px; margin: 0 auto 21px auto;  }
  .title_2 span { font-size: 55px; height: 55px; line-height: 50px;   }
  .title_2 .Areatitle_bg {   top: 0px;   }

  }


.swiper-pagination-bullet { background: #ff6b01; }

.swiper-scrollbar-orange { background: rgba(255,105,0,.34) }
.swiper-scrollbar-orange .swiper-scrollbar-drag { background: rgba(255,105,0,.89) }



/*logo+選單*/
.Arealogo .logo { z-index: 2; margin: 0 auto; width: 100%; background: #2e3144; padding: 21px 0;}
.Arealogo .logo img {  width: 377px;}
@media screen and (max-width:767px){
  .Arealogo .logo { width: 100%; padding: 2.1vw 0;}
  .Arealogo .logo img {  width: 37.7vw;}
}

/*版頭*/
.Area_top .BN_swiper { z-index: 1;  width: 2000px;  height: 746px;   margin:0 auto 55px auto; overflow: hidden;  }
.Area_top .BN_swiper ul {     }
.Area_top .Area_swiper_box .PD_layout li  { width: 2000px;}
.Area_top .Area_swiper_box .PD_layout li, .Area_swiper_box .PD_layout li .PD_img img { border-radius:0 ; }
.Area_top .swiper-container-horizontal>.swiper-scrollbar { bottom: -16px; }
@media screen and (max-width:767px){
  .Area_top .BN_swiper { width: 100%; height: 41vw; margin-bottom: 6.9vw;}
  .Area_top .Area_swiper_box .PD_layout li  { width: 100vw;}
  .Area_top .swiper-container-horizontal>.swiper-scrollbar { bottom: -3.1vw; }
  .Area_top .momologo { display: none;}
}




.New .box { display: flex;  flex-direction:row; }
.New .box_1 { width: 37.85%; margin-right: 1.3vw; }
.New .box_1 .PD_layout ul { grid-gap:0; }
.New .box_1 .PD_layout ul li { width: 100vw; }
.New .box_2 { width: 61.8%;  }
.New .box_2  ul { padding: 0; grid-gap:1.3vw }
@media screen and (min-width:768px){
  .New .box_1 { width: 37.9%; margin-right:13px; }
  .New .box_1 .PD_layout ul li { width: 364px; }
  .New .box_2 { width: 61.8%;  }
  .New .box_2  ul {  grid-gap:13px; }
}




.main .PD_layout ul { grid-gap:1.3vw  }
.main .PD_layout .PD a::before { content: ""; display: block; background: linear-gradient(to top, #fffbf7, #ffecde); border-radius: 8.9vw; aspect-ratio: 377 / 610; width: 100%; height: 61vw; background-size: 100%; z-index:0; position: absolute; bottom: 0vw;  }
.main .PD_layout .PD a::after { content: ""; display: block;background: url(go.png?t=1781161660226); aspect-ratio: 144 / 144; width: 5.5vw;  background-size: 100%; z-index:0; position: absolute; bottom: 0.8vw; right: 0.8vw;  }
.main .PD_layout .PD .PD_img, .main .PD_layout .PD .PD_into  { z-index: 1;  }
.main .PD_layout .PD .PD_into  { margin-left: 2.1vw; padding-bottom:5.5vw; }
.main .PD_layout .PD h3 { color: #212121; }
.main .PD_layout .PD h4 { color: #363636; }
.main .PD_layout .PD p del { color: #575757; }
.PD_layout .PD p { color: #ff6900; }
@media screen and (min-width:768px){
  .main .PD_layout ul { grid-gap:13px  }
  .main .PD_layout .PD a::before { border-radius: 89px;  height: 350px; bottom: 0;  }
  .main .PD_layout .PD a::after {  width: 34px;  bottom: 8px; right: 8px;  }
  .main .PD_layout .PD .PD_into  { margin-left: 34px; padding-bottom:34px; }

}




.category .PD_layout ul { padding: 0; grid-gap:1.3vw  }
@media screen and (min-width:768px){
  .category .PD_layout ul { padding: 0; grid-gap:13px  }

}





.video .content_swiper { background: #faf6ed; padding: 3.4vw 0; border-radius: 3.4vw;  }
.video .NavArea .Nav_box { background: #f2f2f2; }
.video .box_1 { margin-bottom: 2.1vw; }
.video .PD_layout li { border-top:none; border-right:none; }
.video .PD_layout h3 { color: #ff6900; }
.video .PD_layout[data-pd-btn] .PD .PD_into_PDgo { bottom: 0; }
@media screen and (min-width:768px){
.video .content_swiper {  padding: 34px 0; border-radius: 34px;  }
.video .box { display: flex;  align-items: center; justify-content: center; width: 96%; margin: 0 auto; }
.video .box_1 { width: 61.8%; margin:0 13px 0 0; }
.video .box_2 { width: 38.2%; }
}







.footer { background: #e3e3e3; padding: 0.8vw;  }
@media screen and (min-width:768px){
  .footer { background: #e3e3e3; padding: 8px;  }
  }
  






.Area_page { overflow: hidden;}
/* --------------------------------------
* Page 頁籤_202405291900
* -------------------------------------- */
.NavArea_tabbar_page { margin: 0 auto 3.4vw; width: 94%; }  
.NavArea_tabbar_page .Nav { overflow: visible; transform: translate3d(-30.5%, 0, 0);}  
.NavArea_tabbar_page .Nav_box { border-radius: 8px; overflow: hidden; padding: 0 2%;}
.NavArea_tabbar_page[data-num="2"] .Nav-wrapper { transform: translate3d(55.5%, 0, 0)!important}
.NavArea_tabbar_page[data-num="3"] .Nav-wrapper { transform: translate3d(43.0%, 0, 0)!important}
.NavArea_tabbar_page[data-num="4"] .Nav-wrapper { transform: translate3d(30.5%, 0, 0)!important}
.NavArea_tabbar_page[data-light="box"] .Nav ul { padding: 0 }
.NavArea_tabbar_page .Nav li { overflow: visible; }
@media screen and (min-width:768px){ 
  .NavArea_tabbar_page { display: block; margin: 0 auto 21px; }
}
/*頁籤高亮顏色設定 */  
.NavArea_tabbar_page .Nav .swiper-slide-active a { color:#000;}
.NavArea_tabbar_page .Nav .swiper-slide-active i { display:block; border: 1px solid #fff !important; background-color: #fff !important;}
/*推編輯按鈕 */  
.NavArea_tabbar_page .Nav input { position: fixed; left: 30%}


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