@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);

  /*  border-color: transparent #48bb46 #48bb46 transparent;*/
}

ul.ACCORDION.transit ul > li:first-child {
  margin-top: 1px;
}

.item2 a:hover,
.item2 a:active {
  background: #f5f5f5;
}

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;
}
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: #636363;
  font-size: 15px;
  line-height: 44px;
  height: 44px;
  font-family: "微軟正黑體", Arial;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
}
.item1 {
  position: relative;
}
.item1:after {
  content: "";
  width: 3px;
  height: 14px;
  display: block;
  background-color: #000;
  position: absolute;
  left: 10px;
  top: 15px;
}
.item1.ACCORDION-open:after {
  background-color: #fff;
}
ul.ACCORDION.transit li li > a {
  padding-left: 2.5em;
  position: relative;
}
ul.ACCORDION.transit li li li > a {
  padding-left: 3.5em;
}
ul.ACCORDION.transit li li li li > a {
  padding-left: 3.2em;
}
ul.ACCORDION.transit li li li li li > a {
  padding-left: 4em;
}
ul.ACCORDION.transit li li li > a::before {
  content: "";
  width: 3px;
  height: 10px;
  display: block;
  background-color: #000;
  position: absolute;
  left: 40px;
  top: 17px;
}
ul.ACCORDION li.item1 {
  position: relative;
  border-top: solid 1px #dedede;
}
ul.ACCORDION li.item1:nth-child(1) {
  border-top: none;
}
ul.ACCORDION li.item1:last-child {
  border-bottom: solid 1px #dedede;
}
ul.ACCORDION.transit li.ACCORDION-open > a {
  background-color: var(--aside-default);
  /*   background: -webkit-linear-gradient(left, #05bbe3 0, #48bb46 100%);*/
  color: #fff;
}
ul.ACCORDION.transit li.ACCORDION-open .topic a {
  color: var(--aside-default);
  background-color: #f3f3f3 !important;
}
ul.ACCORDION.transit li li li.topic > a::before {
  background-color: var(--aside-default);
}

.ACCORDION .ACCORDION-node.ACCORDION-open li.ACCORDION-open > a::after {
  border-color: transparent var(--aside-default) var(--aside-default)
    transparent;
}
.ACCORDION .ACCORDION-node.ACCORDION-open > a::after {
  border-color: transparent #fff #fff transparent;
}
.ACCORDION .ACCORDION-node.ACCORDION-open li.ACCORDION-open > a {
  color: var(--aside-default);
  background: #f5f5f5;
}
