/* Flexible Slide-to-top Accordion Style*/

.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto 0px auto;
}
.st-accordion ul { padding: 0;}
.st-accordion ul li{ margin-bottom: 0px; 
    border-bottom: 1px solid #efefef;
	height: auto !important;
    border-top:0px solid #fff;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.icon-q {font-size: 18px; color: #222; font-weight: 400; display: inline-block; margin-right: 10px; position: absolute; top: 18px; left: 15px;}
.icon-a {font-size: 18px; color: #222; font-weight: 400; display: inline-block; margin-right: 10px; position: absolute; top: 25px; left: 15px;}
.st-accordion ul li > a{
    font-family: 'Noto Sans TC', serif; color: #222; padding: 20px 50px 20px 50px; line-height: 170%;
    font-size: 18px;
    display: block;
	position: relative;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a:after { position: absolute; width: 100%; height: 1px; background: #e9e9e4; left: 0; bottom: 0;}
.st-accordion ul li > a span{ position: absolute; right: 10px; top: 10px; display: block; text-indent: -9999px;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a span:before,.st-accordion ul li > a span:after  { content: ""; position: absolute; width: 2px; height: 12px; background: #484848; top:20px; right: 15px; transform-origin: 50% 100%;}
.st-accordion ul li > a span:before { transform: rotate(-45deg); right: 14px;}
.st-accordion ul li > a span:after { transform: rotate(45deg);}
.st-accordion ul li > a:hover{
    color: #007078;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #fff; background: #007078; 
}
.st-accordion ul li.st-open > a .icon-q{color: #fff; }
.st-accordion ul li.st-open > a span:before, .st-accordion ul li.st-open > a span:after{
	height: 24px;transform-origin: 50% 50%; top:13px; background: #fff; right: 17px;
}
.st-content{
    padding: 25px 25px 25px 50px;  color: #222; font-size: 16px; line-height: 30px; position: relative;
}
.st-content:before { position: absolute; width: 20px; height: 20px; border-width: 1px 1px 0 0; border-style: solid; border-color: #2660ad; background: #fff; transform: rotate(-45deg); left: 55px; top:-11px;}
.st-content p{
}
.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		
	}
}