@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;
}
@media screen and (max-width:767px) {
	ul.ACCORDION.transit{
		background-color: #fff;
	}
}
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 #505050 #505050 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  #a2a8ab #a2a8abtransparent;*/
	  
}


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: #d82143;
}

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: #505050;
	font-size: 15px;
	/* line-height: 44px;
	height: 44px; */
	font-family: "微軟正黑體", Arial;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.5s;
	padding: 0px 10px 0px 1.8em;
	line-height: 30px;
    height: 30px;
}
.item1 {
	position: relative;
}
.item1:after {
	/* content: '';
	width: 3px;
	height: 14px;
	display: block;
	background-color: #505050;
	position: absolute;
	left: 10px;
	top: 15px; */
}
.item1.ACCORDION-open:after {background-color: #090008;}
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: #e6e6e6;
    color: #090008;
}
ul.ACCORDION.transit li.ACCORDION-open .topic a{ color: #a2a8ab;background-color:#fff !important;}
ul.ACCORDION.transit li li li.topic > a::before {background-color:  #a2a8ab;}

.ACCORDION .ACCORDION-node.ACCORDION-open li.ACCORDION-open>a::after {
 border-color: transparent  #a2a8ab #a2a8ab transparent;
	  
}
.ACCORDION .ACCORDION-node.ACCORDION-open >a::after {
 border-color: transparent #090008 #090008 transparent;
	  
}
.ACCORDION .ACCORDION-node.ACCORDION-open li.ACCORDION-open>a{ color: #a2a8ab; background:#f5f5f5;}

/* rwd1627 style */
ul.ACCORDION.transit a{
	position: relative;
}
ul.ACCORDION.transit a:before{
	transition: all 0.2s ease-in;
	content: '';
	position: absolute;
	width: 0px;
    height: 3px;
    background-color: #d82143;
    top: 12px;
    left: 0.8em;
	opacity: 0;
}
ul.ACCORDION.transit a:hover:before{
	opacity: 1;
	width: 10px;
}
#c148 a,
#c146 a,
#c145 a,
#c173 a,
#c197 a,
#c147 a,
#c170 a,
#c144 a,
#c157 a
{
	pointer-events: none;
}
/* rwd1627 style */