/*
 * w194-10 - changesoft iweb11
 * http://www.changesoft.com.tw/
 *
 * Copyright 2015, Evelyn Wang
 * 
 * 
 * August 2015
 */


/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
        =banner
    +header
        =cis
        =site-func
        =share-func
        =nav
    +content
        +content-main
        +content-sidebar
    +footer
        =footer-link
        =company-info
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

body {
	margin:0;
	color: #3d3d3d;
	font-size: 14px;
}

div, h1, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, img, span, ul, li {
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	word-wrap: normal;
	word-break: normal;
	border-width: 0;
	font-family: "微軟正黑體", "蘋果儷中黑", "Lucida Grande", "Arial", "Arial Narrow";
}

hr {
	noshade:noshade;
}

th {
	font-weight: normal;
}

ul, li {
	list-style: none;
}

/**
*
* =anchor
*
**/

a:link, a:visited {
	color: #c68b85;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: none;
}

/**
*
* =clear,clearfix
*
**/

/* regular clearing apply to column that should drop below previous ones. */
.clear {
    clear: both;
}

/* this needs to be first because FF3 is now supporting this */
.clearfix {
    display: inline-block;
}

/* clearing floats without extra markup */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
}

/* hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* end hide from IE-mac */


/* +wrapper
*----------------------------------------------------------------------------*/
.wrapper {
	width: 100%;
	position: relative;
}

section {
	margin: 0 auto;
	width: 960px;
}


/* +header
*----------------------------------------------------------------------------*/
header {
	height: 115px;
}


/* +content-wrap
*----------------------------------------------------------------------------*/
#content-wrap {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}


/* +footer
*----------------------------------------------------------------------------*/
footer {
	overflow: hidden;
}




/* faq 問與答
*----------------------------------------------------------------------------*/
    .faq-section {
      font-family: "Noto Sans TC", sans-serif;
      background:#fff;
      padding: 2rem;
      border-radius: 12px;
      max-width: 900px;
      margin: 0 auto;
      color:#93665d !important;
      width: auto;
    }
    .faq-section h2 {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 1.5rem;
      color: #93665d !important;
      border-left: 6px solid #f7c873;
      padding-left: 0.75rem;
    }
    .faq-item {
      border-bottom: 1px solid #e1dad4;
      padding: 1rem 0;
    }
    .faq-question {
      font-size: 1.1rem;
      font-weight: 600;
      cursor: pointer;
      position: relative;
      padding-right: 2rem;
    }
    .faq-question::after {
      content: '+';
      position: absolute;
      right: 0;
      font-weight: bold;
    }
    .faq-item.open .faq-question::after {
      content: '-';
    }
    .faq-answer {
      display: none;
      margin-top: 0.5rem;
      color:  #59453c;
      line-height: 1.6;
    }
    .faq-item.open .faq-answer {
      display: block;
    }
    @media (max-width: 768px) {
  .faq-section {
    padding: 1.5rem;
  }
  .faq-section h2 {
    font-size: 1.5rem;
  }
  .faq-question {
    font-size: 1rem;
  }
  .faq-answer {
    font-size: 0.95rem;
  }
}
@media (max-width: 480px) {
  .faq-section {
    padding: 1rem;
  }
  .faq-question {
    padding-right: 1.5rem;
  }
}
@media (max-width: 768px) {
      .faq-section {
        flex-direction: column;
        padding: 30px 15px;
      }
    }
    

/* 容器 */
.reading-box{
  margin:24px 0; padding:16px 18px;
  border:1px solid #e6eef8; border-radius:14px;
  background:linear-gradient(180deg,#f7fbff,#f1f6fd);
  box-shadow:0 6px 18px rgba(6,67,120,.08);
  width: auto;
}
.reading-title{
  margin:0 0 10px; font-size:clamp(16px,2vw,18px);
  color:#064378 !important; font-weight:800;
}
.reading-list{ margin:0; padding-left:18px; }

.hl-link{
  text-decoration: none;
  color:#0e223d !important; font-weight:700; line-height:1.6;
  box-shadow: inset 0 -0.55em 0 #ffeb99; /* 螢光筆底 */
  transition: box-shadow .18s ease, color .18s ease;
}
.hl-link:hover{
  color:#062a55 !important;
  box-shadow: inset 0 -0.9em 0 #ffba00;  /* hover 加深 */
}