@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;
}

ul.ACCORDION li:last-child {
  border: none;
}

ul.ACCORDION a {
  display: block;
}

ul.ACCORDION li.ACCORDION-node>a {}

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-top   : none;
  background   : #fff;
  margin-bottom: 20px;
  padding      : 0;
  border       : 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;
}

.ACCORDION a {
  position       : relative;
  display        : block;
  font-size      : 15px;
  color          : #000;
  text-decoration: none;
  padding        : 10px 15px;
  padding-left   : 35px;
  transition     : all 300ms ease-out;
}

.ACCORDION .ACCORDION-node>a {
  padding-right: 30px;
}

.ACCORDION .ACCORDION-node>a::after {
  content         : '';
  width           : 10px;
  height          : 10px;
  border          : 1px solid;
  border-color    : transparent #6c6c6c #6c6c6c transparent;
  background-color: transparent;
  position        : absolute;
  top             : 50%;
  right           : 15px;
  transform       : translateY(-50%) rotate(-45deg);
  font-size       : 18px;
  color           : #bfbfbf;
  transition      : all 300ms ease-out;
}

.ACCORDION .ACCORDION-node.ACCORDION-open>a::after {
  transform: translate(3px, -74%) rotate(45deg);
}

ul.ACCORDION.transit ul>li:first-child {
  margin-top: 1px;
}

.item2 a:hover,
.item2 a:active {
  background: #ffd4a6;

}


ul.ACCORDION.transit li.ACCORDION-open>a {

  color: #000;
}

ul.ACCORDION.transit li>a:hover,
ul.ACCORDION.transit li.ACCORDION-active>a {
  /* background: #f5f5f5; */
  color        : #000;
  /* border-top: 2px solid #CCC; */
}

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 20px 0px 2.6em;
  color        : #000;
  font-size    : 15px;
  line-height  : 44px;
  height       : 44px;
  font-family  : "微軟正黑體", Apple LiGothic, Arial;
  overflow     : hidden;
  text-overflow: ellipsis;
  white-space  : nowrap;
  transition   : 0.5s;
}

.item1 {
  position: relative;
}

.item1:after {
  content         : '';
  width           : 3px;
  height          : 16px;
  display         : block;
  background-color: #f28f26;
  position        : absolute;
  left            : 10px;
  top             : 13px;
}

ul.ACCORDION.transit li li>a {
  padding-left: 3.4em;
}

ul.ACCORDION.transit li li li>a {
  /* padding-left: 2.4em;*/
  color     : #000;
  background: #fff0e7;
}

ul.ACCORDION.transit li li li li>a {
  padding-left: 3.2em;
}

ul.ACCORDION.transit li li li li li>a {
  padding-left: 4em;
}


.topic {
  background   : #e2cbb9;
  font-weight  : 600;
  border-radius: 4px;
}

.ACCORDION .item1.ACCORDION-open>a,
.ACCORDION .item2.ACCORDION-open>a {
  border-bottom: 1px solid #ffd4a6;

}

/* .ACCORDION-active {
  background: #fff0e7;
} */

.ACCORDION li.topic a {
  background: #e2cbb9;
}

.ACCORDION-node .ACCORDION-open {
  background: #e2cbb9;
}