@charset "utf-8";
/* CSS Document */
body.lang_tc *,
body.lang_sc *{
	font-family: Microsoft JhengHei, Helvetica, Arial, sans-serif !important;
}
a {
	color: #0055cc;
	text-decoration: none;
	border-bottom: dotted 1px #0055cc;
	padding-bottom:1px;
}
ul.security_index {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height:20px;
}
ul.security_index li {
	padding: 10px 0;
	list-style: none;
	margin-left: 13px;
}
ul.security_index li:before {
	content:"-";
	position:absolute;
	left: 20px;
}
div.terms_passage .security_ttl {
	margin-bottom: 8px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
}
ul.security_list {
	margin: 0 20px;
	padding: 0;
}
ul.security_list li{
	font-size: 14px;
	line-height:20px;
	padding:0 0 10px;
}
ul.security_list ul {
	margin-top: 10px;
}
ul.security_list active {
	display: block;
}
.inner_indent {
	margin-left: 25px;
	margin-top: 10px;
}
	.inner_indent ul {
		padding: 0 17px 0;
	}
	
.security_passage {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}

/**/
.panel-type {
    border: 1px solid #aaa;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
}
.panel-type .panel-heading {
    padding: 15px;
    cursor: pointer;
}
.panel-type .panel-title{
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 20px;
}

.panel-type .panel-heading + .panel-collapse > .panel-body{
	border-top: 0;
}
.panel-type .panel-title[aria-expanded="true"]:before{
	content: '';
	background: url(../images/down-arrow-outline.png);
	width: 15px;
	height: 15px;
	background-size: contain;
	display: inline-block;
	float: left;
	margin-top: 3px;
    margin-right: 12px;
	margin-bottom: 15px;
	position: absolute;
    left: 30px;
}
.panel-type .panel-title[aria-expanded="false"]:before{
	content: '';
	background: url(../images/right-arrow-outline.png);
	width: 15px;
	height: 15px;
	background-size: contain;
	display: inline-block;
	float: left;
	margin-top: 3px;
    margin-right: 12px;
	margin-bottom: 15px;
	position: absolute;
    left: 30px;
}
.panel-group .panel + .panel-type {
    margin-top: 10px;
}
ul.typeList {
    padding-left: 25px;
}
.feature {
    background: #f9f9f9;
    padding-top: 30px;
}
.featureTab{
	margin: 30px 0 0;
}
.featureItem{
	text-align: center;
	padding: 20px 15px 15px;
	cursor: pointer;
	/*border-left: 1px solid #e1e1e1;*/
}
.featureTab .featureItem:first-child{
	border-left: none;
}
.featureTitle{
	font-size: 16px;
    margin: 25px auto;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.featureItem:after{
	content: '';
	background: url(../images/arrow-down@13x13.png);
	width: 13px;
	height: 13px;
	display: inline-block;
}
.featureItem.active{
	background: #F2F2F2;
}
.featureItem.active:after{
	background: url(../images/arrow-up@13x13.png);
}
.featureDes{
	display: none;
	padding: 35px 0;
}
.featureDes.selected{
    display: block;
    background: #F2F2F2;
}
.feature-txt {
    padding: 0 20px;
	box-sizing: border-box;
    max-width: 900px;
}

/* overwrite */
.panel-body {
	padding: 0 15px 10px;
}
/* end - overwrite */