@charset "utf-8";
/*屬於反詐騙宣傳專區的樣式*/
.p {
	font-size: 16px;
}
.text-indent {
	text-indent: 2em;
}

/*label-bix=文字區塊 bg=色塊 fc=文字*/
.label-box div:nth-of-type(1) {
    width: 40px;
    height: 40px;
    ;
    float: left;
}
.label-box div:nth-of-type(2) {
    font-size: 2.2rem;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.16), 2px 2px 4px 0 rgba(0,0,0,0.12);
    padding: 4px 0px 4px 50px;
}

.box-bg1 {
    background: #25bdb3;
}
.box-fc1 {
    color: #25bdb3;
    max-width: 250px;
}
.box-bg2 {
    background: #1bbae2;
}
.box-fc2 {
    color: #1bbae2;
    max-width: 260px;
}


.box-bg-fraud1 {
    background: #1274d8;
}
.box-fc-fraud1 {
    color: #1274d8;
    max-width: 330px;
}
.box-bg-fraud2 {
/*    background: #dc3381;*/
	background: #1274d8;
}
.box-fc-fraud2 {
/*    color: #dc3381;*/
	color: #1274d8;
    max-width: 430px;
}

.label-title {
    border-left: solid 2px #333;
    padding: .1em 0 .1em .5em;
}
.m-b-10 {margin-bottom: 10px;}

.site-link {
	
}

/*FAQ樣式*/
.accordion {
    width: 98%;
    /*    max-width: 1000px;*/
    margin: 2rem auto;
}
.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}
.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-size: 1.15em;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}
.accordion-item-header.active::after {
    content: "\2212";
}
.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
    font-size: 1.15em;
    padding: 1rem;
    line-height: 25px;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

/* ===============================
   區塊標題共用樣式
================================ */
.section-header {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 12px;
  margin: 45px 0 28px;
  /*border-bottom: 2px solid #e6e6e6;*/
}

/* Icon 主體 */
.section-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  flex-shrink: 0;

  /* ① 光暈＋立體感 */
  box-shadow:
    0 6px 12px rgba(0,0,0,.18),
    0 0 0 6px rgba(255,255,255,.6);
}

/* 標題文字 */
.section-header h3 {
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  color: #0b2c5d;
  letter-spacing: 1px;
}

/* 反詐騙配色 */
.section-header.fraud .section-icon {
  background: linear-gradient(135deg, #e63946, #f28482);
}

/* 地政局配色 */
.section-header.land .section-icon {
  background: linear-gradient(135deg, #0dcaf0, #6ec1e4);
}

/* ===============================
   ③ 手機版調整
================================ */
@media (max-width: 768px) {
  .section-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 12px;
  }

  .section-header h3 {
    font-size: 20px;
    letter-spacing: .5px;
  }

  .section-header {
    gap: 12px;
    margin: 35px 0 22px;
  }
}

/* ===============================
   ④ 錨點定位修正（避免被固定導覽列擋住）
================================ */
.section-header {
  scroll-margin-top: 90px;
}

/* ===============================
   圖片說明文字（caption）
================================ */
.img-caption {
  margin-top: 8px;
  font-size: 14px;
  color: #6c757d;              /* 穩重灰 */
  text-align: center;
  line-height: 1.6;
  letter-spacing: .5px;
  position: relative;
}

/* 小裝飾線（低調、不搶） */
.img-caption::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #e6e6e6;
  margin: 6px auto 6px;
}

/* 手機版微調 */
@media (max-width: 768px) {
  .img-caption {
    font-size: 13px;
  }
}
