/* ((v2607.1)) */
/* ====(((( 共用開始：重置樣式 ))))===== */
body { margin:0; padding:0;}
img { max-width: 100%; border:0px; vertical-align:top; }
a { text-decoration: none; }
/* ====(((( 共用結束：重置樣式 ))))===== */

/* ====(((( 共用開始：頁面基礎設定 (base.css) ))))===== */
/* ===== 基礎設定 ===== */
html { -webkit-text-size-adjust:none; }
html, body { margin:0; padding:0;}
img { border: 0px; vertical-align: top;}
a { text-decoration:none; }

/* ===== 預載圖片預設隱藏 (圖片元素) ===== */
.articleList img.lazy_off { background-image: none!important;}

/* ===== 預載圖片預設隱藏（容器元素) ===== */
.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;}

/* ===== 平台切換開關 ===== */
.for_phone { display: none !important;}
    @media screen and (max-width:767px){
      .for_pc    { display: none !important;}
      .for_phone { display: inherit !important;}
    }

/* ===== 主容器 區域通用樣式 ===== */
.WRAPPER { font-family: "微軟正黑體", system-ui, Helvetica, Arial; text-align:left;}
.WRAPPER { z-index:0; position: relative; display:block; margin: 0 auto; padding:0; width:100%; overflow: hidden;}
.WRAPPER a { -webkit-tap-highlight-color: transparent; }
    @media screen and (min-width: 768px) {
      .WRAPPER { min-width:1220px; }
    }
    @media screen and (max-width:767px){
      .WRAPPER { min-height:100%; overflow:hidden;}
      .WRAPPER img { width:100%; height:auto;}
    }

/* ===== Area 區域通用樣式 ===== */
.Area { position: relative; margin:0 auto; padding:0; text-align: center; box-sizing: border-box; scroll-margin-top: 50px;}
.Area a { display:block;} 
.Area .go_bt { transition: all 0.2s ease;}
.Area .go_bt:hover { transform:none; filter:brightness(110%);}
  @media screen and (min-width:768px){
    .Area .go_bt:hover { transform:translateY(-6px);}
  }
  @media screen and (max-width: 767px) {
    .Area { padding: 0; }
  }

.Area1220 { margin:0 auto; width:100%;}
.Area960  { margin:0 auto; width:100%;}
.Areapadding-s,
.Areapadding-m,
.Areapadding,
.Areapadding-l,
.Areapadding-xl { box-sizing: border-box;}
  @media screen and (max-width: 767px) {
    .Areabottom-s   { margin-bottom: 6px;}
    .Areabottom-m   { margin-bottom: 12px;}
    .Areabottom     { margin-bottom: 24px;}
    .Areabottom-l   { margin-bottom: 36px;}
    .Areabottom-xl  { margin-bottom: 48px;}
    .Areapadding-s  { padding-inline: 6px; padding-bottom: 6px;}
    .Areapadding-m  { padding-inline: 8px; padding-bottom: 8px;}
    .Areapadding    { padding-inline: 12px; padding-bottom: 12px;}
    .Areapadding-l  { padding-inline: 16px; padding-bottom: 16px;}
    .Areapadding-xl { padding-inline: 24px; padding-bottom: 24px;}
  }
  @media screen and (min-width:768px){
    .Area1220   { width:1220px;}
    .Area960    { width:960px;}
    .Areabottom-s  { margin-bottom: 20px;}
    .Areabottom-m  { margin-bottom: 40px;}
    .Areabottom    { margin-bottom: 80px;}
    .Areabottom-l  { margin-bottom: 120px;}
    .Areabottom-xl { margin-bottom: 160px;}
    .Areapadding-s  { padding-bottom: 5px;}
    .Areapadding-m  { padding-bottom: 10px;}
    .Areapadding    { padding-bottom: 20px;}
    .Areapadding-l  { padding-bottom: 40px;}
    .Areapadding-xl { padding-bottom: 80px;}

  }

/* ===== Area_{slug}--bg 區域背景通用樣式 ===== */
[class*="Area_"][class*="--bg"] {
  --top: 0px;
  position: absolute;
  z-index: -1;
  top: var(--top);
  left: 0;
  width: 100%;
  height: calc(100% - var(--top));
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  [class*="Area_"][class*="--bg"] {
    left: 50%;
    width: 2000px;
    transform: translateX(-50%);
  }
}

/* ===== 標籤錨點（tag_anchor） ===== */
.tag { position: relative; display:block; width:0; height:0;}
    @media screen and (max-width:767px){
      .tag { scroll-margin-top: 50px;}
    }

/* ===== 回版頭 ===== */
#gotopBtn { display:none !important;} /*把系統手機版原本的Gotop關掉*/
#gotop { display: none; position:fixed; z-index:201; right:0; padding:14px 6px 3px 10px; font:12px/30px Verdana; text-align:center; color:#fff; cursor:pointer; transition: 0.2s; transform: translateX(200%);
          bottom:90px;
          bottom: calc(90px + constant(safe-area-inset-bottom)*0.6 );
          bottom: calc(90px + env(safe-area-inset-bottom)*0.6 );}
#gotop::before { content: ""; position:absolute; top:9px; left:19px; width: 0; height: 0; border: 4px solid #fff; border-color: transparent transparent #fff; }
#gotop::after  { content: ""; z-index:-1; position:absolute; top:50%; left:50%; border-radius:50px 0 0 50px; transform:translate(-50%,-50%); width:44px; height:44px; background-color:rgba(0,0,0,0.8);}
#gotop.cate-open { transform: translateX(0%);}
/*區塊色*/
#gotop { color: #000;}
#gotop::before { border-color: transparent transparent #000;}
#gotop::after { background-color: rgba(255, 255, 255, 0.95); -webkit-box-shadow: 0 1px 0 #f2f2f2, 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 0 #f2f2f2, 0 0 10px rgba(0, 0, 0, 0.2);}

/* ===== 輪播UI配色設定 ===== */
:root {
  --swiper-pagination-color: #000;
  --swiper-scrollbar-color: 0, 0, 0;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active { background-color: var(--swiper-pagination-color);}
.swiper-scrollbar { background: rgba(var(--swiper-scrollbar-color), .1);}
.swiper-scrollbar-drag { background: rgba(var(--swiper-scrollbar-color), .5);}

/* ===== PD_Layout 公版CSS修正 移除漸變效果【待總檔更新後即可刪除】 ===== */
.PD_layout li { transition: none;}
/* ====(((( 共用結束：頁面基礎設定 (base.css) ))))===== */

/* ====(((( 共用開始：頁面背景樣式 ))))===== */
.WRAPPER.Template_bg {
  background-color: #DDCFC2;
}
/* ====(((( 共用結束：頁面背景樣式 ))))===== */

/* ====(((( 模板開始：PC左上角 LOGO (副本) (comp_basic_20260302001__pc-momologo) ))))===== */
/*PCmomoLOGO*/
.momologo { position: absolute; top: 15px; left:15px;}
.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;}
}
/* ====(((( 模板結束：PC左上角 LOGO (副本) (comp_basic_20260302001__pc-momologo) ))))===== */

/* ====(((( 模板開始：【輪播BN】版頭 (comp_header_20260528001__hero-banner) ))))===== */
.Area_hero-banner .Area_swiper_box .PD_layout li,
.Area_hero-banner .Area_swiper_box .PD_layout li .PD_img img{
  border-radius: 0;
}
/* ====(((( 模板結束：【輪播BN】版頭 (comp_header_20260528001__hero-banner) ))))===== */

/* ====(((( 模板開始：EDM置底資訊 (comp_basic_20260224001__edm-notice) ))))===== */
/*注意事項區*/
.edm_notice { text-align:center; padding:10px 10px 65px 10px; color:#000000; font:12px/18px Helvetica; }/*文字顏色依視覺調整*/
.edm_notice .apple_notice { padding:10px 0px 10px 0px; }
@media screen and (min-width: 768px) {
  .edm_notice .for_phone { display: none;}
}
/* ====(((( 模板結束：EDM置底資訊 (comp_basic_20260224001__edm-notice) ))))===== */

/* ====(((( 共用開始：欄位樣式覆寫 ))))===== */
.Area_title_lbtclass #js-PD_val_1{color:#333333}
.Area_edm-notice[org="1"]:is(div.edm_notice), .Area_edm-notice[org="1"] div.edm_notice{color:#000000}
/* ====(((( 共用結束：欄位樣式覆寫 ))))===== */

/*不要點*/
.nopoint{ pointer-events: none;}

/*注意事項*/
.footer_top {position: relative;  width: 2000px; height:0px; }
@media screen and (max-width:767px){
.footer_top {width:100%; height: 100%;}
	}

.footer {position: relative; height: 900px;  margin:0 auto; padding:0;  font-family:"Century Gothic", "微軟正黑體", sans-serif; text-align:center; color:#fff; position:relative; z-index:2;  background:#5e4713; }

.footer img{ width:100%; height:auto;}
.footer a { display:inline-block; color:#ffea00}
.footer .box {margin: 0 auto; width: 960px; padding:0;}
.footer .txtArea { height:auto;font-size: 27px; overflow:auto; overflow-y:auto; -webkit-overflow-scrolling:touch; text-align:justify; margin-bottom:50px;}
.footer .txtArea:last-child { margin-bottom:0;}
.footer h3 { margin:0 0 20px; padding:10px 20px; font-size:2.25em; font-weight:800; background:#fff; color:#5e4713; border-radius:60px; display:inline-block; }
.footer p { margin:0 auto 20px; padding:0 20px; text-align:left; font-size:1em; line-height: 1.5em; font-weight:normal; box-sizing:border-box;}
.footer p b { display:block; padding-bottom:0px;}
.footer p span { }
.footer .qrcodeimg { text-align:center; }
.footer .qrcodeimg a { color:#006afe;}
.footer .qrcodeimg img { width:100%; height:auto;}
.footer .agree_table table { margin:20px auto; border-collapse:collapse; width:90%; text-align:center;}
.footer .agree_table th { padding:5px; border:1px solid #CCC; width:33%; font-size:0.9em; }
.footer .agree_table td { padding:5px; border:1px solid #CCC; font-size:0.9em; }
.footer .agree_table th a{ color:#c70026; text-decoration:underline;}
.footer .xxx{ display:block; width:80%; height:40px; font-size:1.5em; text-align:center; line-height:40px; color:#FFF; background-color:#7048A0; margin:0 auto; margin-bottom:20px; margin-top:10px; font-weight:bold; border-radius:10px;}
.footer ul,
.footer ol { margin:0; padding:0 20px 0 40px; box-sizing:border-box;}
.footer li { margin:0 0 20px 0px; font-size:1em; line-height: 1.5em; font-weight:normal;}
.footer ol li a{color: #fffcdb;}

	@media screen and (max-width:767px){
		.footer .box {margin: 0 auto; width:100%; padding:0;}
		.footer { height: 100%;  margin:0; padding:0;}
		.footer p {  font-size:0.9em; line-height: 1.5em; padding:0 4%;}
		.footer .txtArea { margin-bottom:8vw;}
		.footer ul,
		.footer ol { padding:0 0 0 8vw!important;}
		.footer h3 { margin:0 0 3%; padding:1% 3%; font-size:5.5vw; font-weight:800;}
		.footer li { margin:0 4% 5% 0; font-size:0.9em; line-height: 1.5em; font-weight:normal; text-align:justify}
		
	}
	

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