@charset "UTF-8";

a{
  text-decoration: none;
}

ul.ACCORDION {
  opacity: 1;
  margin-left: 0;
}
ul.ACCORDION ul {
  margin-left: 1em;
}
ul.ACCORDION li {
  list-style: none;
  border-bottom: 1px solid #ccc;
}
ul.ACCORDION li:last-child{
  border:none;
  border-radius: 0 0 5px 5px;
}

ul.ACCORDION a {
  display: block;
}


ul.ACCORDION a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}




ul.ACCORDION.transit {
 border:1px solid #ccc;
 border-radius:0 0 4px 4px;
 border-top: none;    background: #fff;
    margin-bottom: 20px;padding: 0;
}
ul.ACCORDION.transit ul {
  margin-left: 0;
  padding: 0;
}
ul.ACCORDION.transit ul > li {
  font-size: 17px;
  border-bottom: none;
}
ul.ACCORDION.transit li.ACCORDION-node {
  position: relative;
}
ul.ACCORDION.transit li.ACCORDION-node > a:before {
  color: #aaa;
  font-weight: normal;
  position: absolute;
  right: 20px;    top: 15px;
}
ul.ACCORDION.transit li.ACCORDION-open > a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f068';
}
ul.ACCORDION.transit li.ACCORDION-closed > a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f067';
}
ul.ACCORDION.transit ul > li:first-child {
  margin-top: 1px;
}
.item2{
  position:relative;
}
.item2 a:hover,.item2 a:active{
  background:#d5c99f;
  color:#c04545;
}
.item2:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #f7edd5;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 40px;
    top: 18px;
    display: none;
}
/* ul.ACCORDION.transit li.ACCORDION-open > a {
font-weight: 600;
} */
ul.ACCORDION.transit li > a:hover, ul.ACCORDION.transit li.ACCORDION-active > a {
  background-color: #f5f5f5;
  color: #222;
 /* border-bottom: 1px solid #9f9f9f;*/
}
ul.ACCORDION li:last-child:hover{
  border-radius: 0 0 5px 5px;
}
ul.ACCORDION.transit li:last-child > a:hover{
  border-radius: 0 0 5px 5px;
}
ul.ACCORDION.transit li.ACCORDION-node:last-child > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
ul.ACCORDION.transit a {
  padding: 0px 0px 0px 2.6em;
  color: #444;
  font-size: 15px;
  line-height: 44px;
  /* height: 44px; */
  font-family: "微軟正黑體", Arial;
  letter-spacing: .7px;
}

ul.ACCORDION.transit a:hover, ul.ACCORDION.transit a:focus, ul.ACCORDION.transit a:active{
  text-decoration: none;
}



.item1{
  position:relative;
}
.item1:before{
  content:'';
  border-width:5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #ebc900;
  display:block;
  position:absolute;
  left:25px;
  top:15px;

}
ul.ACCORDION.transit li li > a {
  padding-left: 2.7em;
}
ul.ACCORDION.transit li li li > a {
  padding-left: 4.7em;
}
ul.ACCORDION.transit li li li li > a {
  padding-left: 6.7em;
}
ul.ACCORDION.transit li li li li li > a {
  padding-left: 8.7em;
}



ul.ACCORDION.transit .topic a{
  color: #222;
  background-color: #f5f5f5;
}

aside br{
  display: none;
}

#clickCtyName{display: none;}

.aside-title
{border-radius: 4px 4px 0 0;}

.row #category_descr {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}


@media (max-width: 767px) {
  .row #category_descr {
    margin-left: 15px;
    margin-right: 15px;
}

}
@media (max-width:1000px) {
/* 1. 強制讓表格的寬度不能超出外層容器 */
.row #category_descr table {
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    /* table-layout: fixed !important;  */
    /* 防止表格被長文字或並排小圖硬撐開 */

    
}

/* 2. 圖片核心：平常不放大，寬度不夠時才縮小 */
.row #category_descr img {
    max-width: 100% !important;     /* 關鍵 2：限制最大只能到格子的 100%，螢幕不夠大時就會被迫縮小 */
    height: auto !important;        /* 關鍵 3：高度永遠等比例縮放，保證圖片絕不壓扁 */
    display: inline-block;          /* 讓原本並排的小圖（如 FB/LINE 圖標、療程小圖）保持並排 */
}
}