
.ts-hide{
	display:none!important;
}
a.apply {
    display: inline-block;
    height: 23px;
    border: 1px solid #dadada;
    background-color: #FFF;
    color: #535353;
    text-align: left;
    line-height: 23px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 10px 0 30px;
    background-repeat: no-repeat;
    background-position: 5px 3px;
    font-size: 12px;
    background-image: url(../images/apply.jpg);
    padding-bottom: 0px;
    width: auto;
	text-decoration:none;
}
a.apply:hover {
    color: #e6290f;
    border: 1px solid #e6290f;
}
.dialog-logo {
    height: 45px;
    background-image: url("/export/system/modules/com.thesys.project.nuvoton/resources/images/cibar2.jpg");
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-left: 20px;
}

label.error{
	color: red;
}
.content .main{
	width:100%;
}
/*左側選單改300*/
.content .aside+.main{
	width:calc(100% - 300px);
}
.content.active .aside.selectionGuide{
	margin-left: -300px;
}
@media screen and (max-width: 1025px){
	.content.active .aside.selectionGuide{
		margin-left: 0px;
	}
}

.content.active .aside+.main{
	width:100%;
}
.content .main > div.centercontainer{
	max-width:none;
}

.content .main > .centercontainer > div > div:not(.org-opencms-gwt-client-ui-css-I_CmsDirectEditCss-optionBar) {
	width: 100%;
	/*max-width: 1200px;*/
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header .nav .sub_nav{
	font-size: x-large;
}
.hiddenBlock {
	display:none;
}
.showBlock {
	display:block;
}

.content .main .form p span {
    color: #e6290f;
}

.content .main .form input[type=password] {
  font-size: 15px;
  margin: 0;
  letter-spacing: 0;
  color: #333333;
  letter-spacing: 0.05em;
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: block;
  background: #fff;
  min-width: 1px;
  padding: 0 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content .main form button.btnRed{
	background: #e6290f;
	color: #fff;
	line-height: 30px;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0 15px;
}
    
.advancedSearch input[type=file]{
	font-size: 15px;
	margin: 0;
	color: #333333;
	letter-spacing: 0.05em;
	height: 50px;
	/*line-height: 50px;*/
	/*width: 100%;*/
	display: block;
	background: #fff;
	min-width: 1px;
	padding: 10px 10px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.w100{
	width: 100%;
}
.w80{
	width: 80%;
}
.w60{
	width: 60%;
}
.w50{
	width: 50%;
}
.w30{
	width: 30%;
}
.w10{
	width:10%;
}
.w90{
	width: 90%;
}
.w8{
	width: 8%;
}

.content .main .form textarea {
	margin-top: 10px;
	width: 90%;
	font-size: 15px;
	line-height: 1.5;
	height: 55px;
	padding: 15px;
	color: #333333;
}

/* 會影響到extjs input radio
.content .main input[type=button]{
  background: #e6290f;
  color: #fff;
  line-height: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 15px;
  margin:0px 10px 15px 45px;
}
*/

.content .main .form .subscribe {
  margin-bottom: 0.5em;
  font-size: 16px;
}
.content .main .form .subscribeList {
  margin-bottom: 0.5em;
  font-size: 16px;
}

.content .main .form .mcuCustmer {
  margin-bottom: 1.5em;
  font-size: 16px;
}

.content .main .form .subscribeForm .privacy {
  margin-bottom: 1.5em;
  font-size: 16px;
}

.content .main .form .subscribeForm {
	margin-top:30px;
	margin-left:150px; 
	width: 100%;
	float: left;
}

.content .main .form .subscribeForm .registerSubmit {
	margin-top:10px;
	margin-left:250px;
	float: left;
}

.content .main .form h3 {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 1em;
}

.content .main .form .subscribe .subscribeItem{
	display: inline-block;
	width:20%
}
.content .main .form .subscribeList .subscribeItem {
    display: inline-block;
    width: 27%;
}
.content .main .form .subscribeList .scribeEn {
    display: inline-block;
    width: 15%;
}
.content .main .form .mcuCustmer .subscribeItem{
	display: inline-block;
	width:65%
}

.content .main .form .divide3 {
  margin-bottom: 1em;
  max-width: 100%;
}

a.pdficon{
	background-image:url("/export/system/modules/com.thesys.project.nuvoton/resources/images/pdficon.gif");
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:18px;

}

.table-list li.li-header{
	background-image:url("/export/system/modules/com.thesys.project.nuvoton/resources/images/parts_thbg.jpg");
	background-position:top left;
	background-repeat:repeat-x;
	font-size:12px;
	color:#252525;
	height:32px;	
	line-height:32px;
	text-align:center;
	
}

div.table-list{
	width:90%;
	margin:auto;
	margin-top:30px;

}

.section #memberTable{
	margin:10px 0px 0px 0px;
}
a.btn-gry {
    background-position: 0 -25px;
}
a.btn-org, a.btn-gry {
	background-image: url("/export/system/modules/com.thesys.project.nuvoton/resources/images/btngrdnt_bg.jpg");
    background-repeat: repeat-x;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-size: 12px;
    height: 25px;
    line-height: 25px!important;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    margin: 2px;
}
a.btnCancel {
    background-repeat: repeat-x;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    margin: 2px;
}

a.btnCancel{
	background-image:none;
	background-color:#bebebe;
	text-decoration:none;
}

.content .main .form .member-detail .registerSubmit {
	text-align: center;
	margin-top: 20px;
}

a.btnSubmit{
	margin-right:60px; 
}

#memberDetail .divide2 .group{
	margin-bottom: 1.2em;
}

#memberDetail .divide2 .group p{
	background-color: #d2e9ff;
}

.header .nav .sub_nav > li span{
	font-size: 16px;
	line-height: 40px;
}
.advancedSearch{
	max-width: 50%;
}
/*.header .nav .main_nav .cd-dropdown-wrapper .cd-dropdown .cd-secondary-dropdown > li.has-children > ul li a.hasNew{
    padding: 5px 10px 5px 5px;
}*/
.header .nav .main_nav .cd-dropdown-wrapper .cd-dropdown .cd-secondary-dropdown a.hasNew,
.header .nav .main_nav .cd-dropdown-wrapper .cd-dropdown .cd-secondary-dropdown h2.hasNew{
	display: inline-block;
    padding: 10px 10px 10px 20px;
}

.header .nav .main_nav .cd-dropdown-wrapper .cd-dropdown a.hasNew + img, .header .nav .main_nav .cd-dropdown-wrapper .cd-dropdown h2.hasNew + img{
    display: inline-block;
    padding-top: 10px;
}

@media screen and (min-width: 1025px){
	.header .nav .main_nav .cd-dropdown-wrapper.prod .cd-dropdown ul.cd-secondary-dropdown > li > a,
	.header .nav .main_nav .cd-dropdown-wrapper.prod .cd-dropdown ul.cd-secondary-dropdown > li > h2{
		color: #e6290f;
	}
}
.collectionThesys {
  display: inline-block;
  width: auto;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  background: #e6290f;
  padding: 13px 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  vertical-align: middle;
}
.collectionThesys:hover {  
	background: #ce0000;
}
.collection2Thesys {
  display: inline-block;
  width: auto;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  background: #d0d0d0;
  padding: 13px 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  vertical-align: middle;
}
.collection2Thesys:hover {
  background: #a9a9a9;
}
.content .main .form .my-ePaper {
    margin-top: 0px;
    margin-left: 120px;
    width: 100%;
    float: left;
}
.footer .follows a.feedback {
    background-image: url("/export/system/modules/com.thesys.project.nuvoton/resources/images/feedback.jpg");
}

/** feedback Form **/
.userFeedback{
	border:1px solid #d1d1d1;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:10px;
	
}
.rate-table{
	table-layout: fixed;
	font-size:12px;
	color:#535353;
	width:560px;
	clear:both;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	height:60px;
	
}
.rate-table th{
	vertical-align:middle;
	background-image:url("/export/system/modules/com.thesys.project.nuvoton/resources/images/btngrdnt_bg_gry.jpg");
	background-repeat:repeat-x;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#252525;
	width: 215px;
}

.rate-table td.dataInfo table {
	width:80%;
    margin-left: auto;
    margin-right: auto;
}

.rate-table td.dataInfo table tr{
    height: 44px;
}

.rate-table td.dataInfo table tr td input[type=text] {
    font-size: 15px;
    margin: 0;
    letter-spacing: 0;
    color: #333333;
    letter-spacing: 0.05em;
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    background: #fff;
    min-width: 1px;
    padding: 0 10px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rate-table td.dataInfo table tr td:first-of-type {
	width:35%;
    vertical-align: middle;
}

.rate-table td.dataInfo table td.validate-code img {
	width:35%;
	height:40px;
    display: inline-block;
}

.rate-table td.dataInfo table td.validate-code img + input[type=text]{
	width:60%;
    display: inline-block;
    float: right;
}

.rate-table td.btn-line{
    text-align: center;
    vertical-align: bottom;
    /*height: 50px;*/
}

.rate-text{
	width:388px;
	height:60px;
}
.rate-text textarea{
	/*margin-top: 10px;*/
	width: 99%;
    margin-left: 0px;
	height:60px;	
}
.rate{
	width:193px;
	/*background-color:#fff;*/
	vertical-align:top;
	height: 65px;
}
.rate ul{	
	width:165px;
	list-style:none;
	list-style-position:outside;
	margin:10px auto 0 auto;
}
.rate ul li{
	float:left;
}
.rate ul li a{
	display:block;
	width:30px;
	font-size:12px;
	text-align:center;
	color:#999;
	margin-right:3px;
	background-image:url("/export/system/modules/com.thesys.project.nuvoton/resources/images/ratestar.png");
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:32px;
	position:relative;
}
.rate ul li a:hover{
	text-decoration:none;
	background-image:url("/export/system/modules/com.thesys.project.nuvoton/resources/images/ratestar_o.png");
	background-position:center top;
	background-repeat:no-repeat;	
}
.rate ul li a{
	border:none;
}
.rate ul li a:focus{
	text-decoration:none;
	background-image:url("/export/system/modules/com.thesys.project.nuvoton/resources/images/ratestar_f.png");
	background-position:center top;
	background-repeat:no-repeat;
	/*background-color:#fff;*/
}
.rate ul li a.curnt{
	text-decoration:none;
	background-image:url("/export/system/modules/com.thesys.project.nuvoton/resources/images/ratestar_f.png");
	background-position:center top;
	background-repeat:no-repeat;
	/*background-color:#fff;*/
	color:#e6290f;
}
.rate input[type="radio"] {
	display:none;
	position:absolute;
	left:9px;
	top:9px;
}

.css_table .css_tr .td1{
	width:10%;
	text-align: center;
}
.css_table .css_tr .td2{
	width:20%;
	text-align: center;
}
.css_table .css_tr .td3{
	text-align: center;
}
.content .main .form .second-half {
    width: 70%;
}
.manager-table th{
	 text-align: right;
	 border-left: 1px solid #D1D1D1; 
	 border-bottom: 1px solid #D1D1D1; 
}
.manager-table th {
    padding: 6px 5px;
    background-color: #f7f7f7;
    color: #252525;
    min-width: 100px;
	max-width: 100px;
}
.manager-table td{
	 text-align: left;
	 border-right: 1px solid #D1D1D1; 
	 border-bottom: 1px solid #D1D1D1; 
	 min-width: 100px;
     max-width: 175px;
}

.manager-table .top1{
	border-top: 1px solid #D1D1D1; 
}

.manager-table th, .manager-table td {
	padding-top:5px;
    margin-top: 2px;
    padding-bottom: 5px;
    padding-left: 5px;
	line-height:28px;
}
.form-table {
    margin: 10px auto;
    padding: 0px;
}
.table-the-one{
	width:100%;
	text-align:left;
}
.table-three-to-one{
	float:left;
	width:25%;
	padding-bottom: 10px
}
.width-100{
	width:100%;
}
.keyword-bar {
    font-size: 13px;
    color: #252525;
    background-image: url("/export/system/modules/com.thesys.project.nuvoton/resources/images/subject_bg.jpg");
    background-repeat: repeat-x;
    background-position: left top;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
}

.content .main .section_title.green {
    border-left: 8px solid #00A600;
    border-bottom: 1px solid #00A600;
}

.content .main .section_title {
    font-size: 18px;
    color: #333;
    line-height: 40px;
    letter-spacing: 0.1em;
    padding-left: 12px;
    width: auto;
    margin: 0 auto 25px;
    position: relative;
    border-left: 8px solid #e6290f;
    border-bottom: 1px solid #e6290f;
    text-align: left;
}
.red {
    color: #e61b14;
}

.search-list a {
    color: #EE7748;
    text-decoration: none;
}
.search-list .link {
    font-size: 12px;
    color: #999999;
}
.content .main .section {
    position: relative;
    margin: 0px auto 10px;
    padding: 30px 40px 0px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search-list {
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
	word-break: break-word;
}
.moreBtn {
    color: #EE7748;
    text-decoration: none;
}
.resourceTypeUl li.active{
	color:red;
}
.worldAnchorTab {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.worldAnchorTab ul {
	/*20200721 Jack新增 個國家均分寬度*/
	display: table;
	width: 100%;
  white-space: nowrap; 
}
.worldAnchorTab ul li{
	//display: inline-block;
	////display: table-cell;
    //vertical-align: middle;
	//width: 20%;
	//height: 60px;
	
	/*20200721 Jack調整 個國家均分寬度*/
	height: 60px;
    display: table-cell;
    text-align: center;
	vertical-align: middle;
}
.worldAnchorTab ul li a{
display: inline-block;
	vertical-align: middle;
	line-height:300%;
	width:100%;
	font-size:20px;
	color:darkgray;
	text-decoration:none;
	height:100%
}
.html-content h1 {
    font-size: 20px;
    color: #535353;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
.content .main .joinMember {
    display: flex;
    justify-content: center;
}
.content .main h3 span {
    color: #e6290f;
}
.content .main .html-content .second-half {
    width: 70%;
}
.leftGuideLink.en,.leftGuideLink.de{
	writing-mode: vertical-lr;
	-ms-writing-mode: tb-rl;
	text-orientation: mixed;
}
.manager{
	background-color:aliceblue;
}
.guest{
	background-color:antiquewhite;
}
@media screen and (max-width: 1025px){
	.content .aside+.main{
		width:100%;
	}
	.rate-table{
		width:100%;
	}
	.rate-table td.dataInfo table {
		width:100%;
	}
	.css_table .css_tr .td1{
		width:100%;
		text-align: center;
	}
	.css_table .css_tr .td2{
		width:100%;
		text-align: center;
	}
	.css_table .css_tr .td3{
		width:100%;
		text-align: center;
	}
	/*.header .nav .main_nav .cd-dropdown-wrapper .cd-dropdown .cd-secondary-dropdown a.hasNew,
	.header .nav .main_nav .cd-dropdown-wrapper .cd-dropdown .cd-secondary-dropdown h2.hasNew {
		display: none;
	}*/
}

.inputInLine{
	display:inline;
	width:30%
}
.content .main .form input[type=button]{
    background: #e6290f;
    color: #fff;
    line-height: 30px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 15px;
}
#uploadForm.advancedSearch input[type=submit]{
    display: inline-block;
    width: 70px;
    height: 30px;
   
}

.tsAnchor{
	color: #000;
	
	margin: 10px 0;
	font-size: 18px;
}
.tsAnchor a{
	color: #000;
	font-weight: bold;
}
.tsDownload{
	color:#e6290f;
	background:bottom;
}
.second-half .inputTypeBtn{
	background: #e6290f;
	color: #fff;
	line-height: 30px;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0 15px;
}
/** show buy online list start */ 
ul.btnBlk.buyOnline{
	padding-top:20px;
	display: block;
	clear: both;
	text-align: center;
}

ul.btnBlk.buyOnline li {
	display: inline-block;
	float: none;
	padding: 0 0 0 0;
}
    
ul.btnBlk.buyOnline li a {
	min-width: 100px;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	display: block;
	border: 1px solid #afafaf;
	color: #464646;
	margin: 0 1.5rem 1.5rem 0;
	border-radius: 0;
}
@media screen and (max-width: 1025px){
	ul.btnBlk.buyOnline li {
		width: 60%;
	}
}
/** show buy online list end */ 
/*nuvoton human resource content text*/
.dialog h4{
	margin:21.28px;
	color : #e6290f;
	font-size:16px;
	font-weight:600;
}
.minh250 p{
	font-size:12px;
	font-family:Arial,Verdana,"微軟正黑體","新細明體",serif;
}
/* 日文 */
@font-face {
  font-family:Japanese;
  unicode-range: U+3040-30FF,U+4E00-9FAF;
  src: url('/system/modules/com.thesys.project.nuvoton/resources/resources/fonts/meiryo.ttc');
}
[lang=ja] .minh250 p{
	font-family:Japanese;
}
.mzero-w90 .btn-line{
	margin:15px;
	text-align:center;
}
.noData{
	padding:10px;
}
@media screen and (max-width: 1200px){
	.content .main .list ul.type_column h3 {
		margin-left: 100px;
		margin-bottom: 10px;
		width: 60%;
	}
	.content .main .list ul li h3 {
		color: #e6290f;
		line-height: 1;
		font-size: 18px;
		padding: 0 20px;
		margin: 8px 0;
		display: contents;
		/*display: -webkit-box;*/
		max-height: 36px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		text-overflow: ellipsis;
	}

}
@media screen and (max-width: 1400px){
	.header .nav .sub_nav{
		white-space: nowrap;
		width: 80%;
	}
}
@media screen and (max-width: 1025px){
	.header .nav .sub_nav{
		white-space: nowrap;
		width: 100%;
	}
	.lang.has-children ul{
		height:300px;
	}
	.content.active .aside {
		margin-left: 0px;
	}
}
@media screen and (max-width: 800px){
	.table-three-to-one{
		width:100%;
		text-align:left;
	}
	.img100 img{
		width:100%!important;
		height:auto;
	}
	.advancedSearch select, .advancedSearch option {
		width:100%;
	}
	.header .nav .collection {
		top: 62%;
	}
	.header .nav .btn_search {
		top: 73%;
	}
	.txtC{
		text-align: center;
	}
	.overLong{
		overflow: auto;
		white-space: nowrap;
	}
	.worldAnchorTab ul li{
		display: block;
		vertical-align: middle;
		width: auto;
		height: 60px;
	}
	.advancedSearch{
		max-width: 100%;
	}

	.hideIcon::after{
		content:"";
	}
	.advancedSearch select, .advancedSearch option {
		width:30%;
	}
	.hint{
	text-align:center;
		width:100%;
	}
	/*.hint:after{
		content: url('/images/hint_slide.gif');
	}*/
}
.txtC{
	text-align: center;
}
.buyIcon{
  font-size: 20px;
  content: "\f07a";
  font-family: "Font Awesome\ 5 Free";font-weight: 900;
}
.header .nav .nav_search{
	z-index : 0;
}
.header .nav .sub_nav > li > ul {
	top:35px;
}
a.pdf.btnDownload{
	color:rgb(89,87,87);
	text-decoration:none;
}
a.pdf.btnDownload:hover{
	text-decoration:underline!important;
}
a.pdf.btnDownload:hover{
	color:rgb(230,41,15)
}
.btn-close span{
	color : #FFFFFF!important;
}
.html_content ul{
	padding-left:3%;
}
.iconMiddle span img{
	vertical-align:middle;
}
.col2 ul{
	padding-left:20px!important;
}
.dsList{
	background: #fff;
	display: flex;
	flex-direction: column;
	list-style-type: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
	border: 0;
	border-radius: 0 0 24px 24px;
	box-shadow: 0 4px 6px 0 rgba(32,33,36,0.28);
	padding-bottom: 4px;
	overflow: hidden;
}
.dsList li{
	padding-left:10px;
}
.dsList a{
	/*padding-left:10px;*/
	display: flex;
	flex: auto;
	flex-direction: column;
	min-width: 0;
	padding: 6px 0;
}
.cpc ul li a{
	margin 0px;
}
.txtL{
	text-align: left;
}
.noBorder li{
	border:1px solid #FFFFFF!important;
}
/*-----*/
.faq-list .question a:hover {
	text-decoration: underline;
}
.answer-table{
	width:100%;
}
.faq-list .answer-table a {
	color: #EE7748;
	text-decoration: none;
}
.faq-list .answer-table a:hover {
	text-decoration: underline;
}
.faq-list h2 {
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
/** faq **/
.faq-list{
	clear:both;
	padding-bottom:10px;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:10px;
	font-size:12px;
}

.faq-list .faq-no,.faq-detail .faq-no{
	margin:0px;
	height:20px;
}
.faq-list .question,.faq-detail .question{	
	padding-top:3px;
	font-size:13px;
	color:#e6290f;				
	font-weight:normal;
	line-height:20px;
}
.faq-detail .question{
	background-image:url(../images/qstn.jpg);
	background-position:0 4px;
	background-repeat:no-repeat;
	padding-left:21px;				
	margin-bottom:10px;				
}
.faq-list .question a{
	font-size:13px;
	color:#e6290f;	
	text-decoration: none;
}
.faq-list .question a:hover{
	font-size:13px;
	color:#e6290f;	
	text-decoration: underline;
}
.faq-list .answer,.faq-detail .answer{
	padding-top:3px;
	line-height:18px;
	color:#535353;
	word-break: break-all;
}
.faq-detail .answer{
	background-image:url(../images/ans.jpg);
	background-position:0 4px;
	background-repeat:no-repeat;
	padding-left:21px;
}
.faq-list .answer-table ,.faq-detail .answer-table{
	line-height:18px;
	margin-top:10px;
	color:#535353;
	word-break: break-all;
}
.faq-detail .answer-table{
	margin-left:21px;
}
.faq-list .answer-table th,.faq-detail .answer-table th{
	font-weight:normal;
	width:15%;
	vertical-align:top;
	padding-bottom:5px;				
}
.faq-list .answer-table td,.faq-detail .answer-table td{
	font-weight:normal;
	width:90%;
	vertical-align:top;
	padding-bottom:5px;
}
.content .main .list .tabList ul li{
	background: unset;
	border: 0;
	box-sizing: unset;
	padding-bottom: 0;
}
.tabList ul li:first-child a{
	margin-left:0;
}
/*.searchTab{
text-decoration:underline;
	font-size: 12px;
	padding: 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
	margin-right: 10px;
	margin-left: 10px;
}
.queryfirst{
	margin-right: 10px;
	margin-left: 10px;
}
a.contentTab{
	display: inline-block;
	width: auto;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 5px 5px;
	letter-spacing: 0.1em;
	text-decoration: none;
	vertical-align: middle;
	margin-left: 10px;
}*/
.tabList ul{
	display:-webkit-inline-box;
	width:auto;
	height:auto;
	overflow-x: auto
}
.tabList ul li{
	width:auto;
	height:auto;
}
.cpc ul li a {
  font-size: 12px!important;
  line-height: 18px!important;
  color: #535353;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  margin: 0 25px;
  margin-left: 35px;
}
.tsDownloadB{
	display: inline-block;
	font-size: 14px;
	color: #008000;
	text-decoration: none;
	padding: 0 15px;
	line-height: 28px;
	border: 1px solid #008000;
	margin-bottom :10px;
	border-radius:5px;
}
.no-children-R{
	float:right!important;
	width:49%!important;
}
.no-children-L{
	float:left!important;
	width:51%!important;
}

.no-children{
	float:none!important;
	width:51%!important;
}
.group .login_p1,.group .login_p2,.group .login_p3{
	padding : 0px 10px 5px 10px;
}
.group .login_p1,.group .login_p2{
	font-size:100%;
}
.group .login_p3_title{
	font-size:18px;
	text-align:center;
	color:#AAAAAA;
}
.group .login_p3{
	text-align:center;
	margin-top:20px;
	margin-bottom:40px;
}
.group .login_p3 a{
	background : #AAAAAA;
	color : #FFFFFF;
	text-decoration : none;
	padding : 10px 40px 10px 40px;
}
.login_p3_title {
    display: flex;
    align-items: center;
    text-align: center;
}
.login_p3_title::before, .login_p3_title::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #AAAAAA;
}
.login_p3_title::before {
    margin-right: .25em;
}
.login_p3_title::after {
    margin-left: .25em;
}
.login_p3_content{
	padding:0 20px 0 20px;
}
.x-grid-cell-inner .gridColumn a{
		text-decoration:none;
}
.x-grid-cell-inner .gridColumn a:hover{
		text-decoration:underline;
}
.mem_out a{
	color:black!important;
}
.mem_in a{
	color:#e6290f!important;
}
.tsLink{
	word-break:break-all;
}
.otProductList{
	color:#EE7748;
	text-decoration:none;
}
.otProductList:hover{
	text-decoration:underline!important;
}
.ot_ProduckLink{
	font-size:14px;
	break-word: break-all;
	padding:5px 20px 0 20px;
}
.type_column .ot_ProduckLink{
	font-size:14px;
	break-word: break-all;
	padding:5px 20px 0 20px;
	margin-left:100px;margin-bottom10px;
}
.noReset ol,.noReset ul{
	list-style:decimal;
	padding-left:30px;
}
.noReset ol li,.noReset ul li{
	padding-left:0;
}
.featured .swiper-slide{
	width:31.5%;
	margin-right:30px;
}
@media screen and (max-width: 800px){
	.featured .swiper-slide{
		width:100%;
	}
}
.cookieBlk{ 
	position:fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
	padding:1rem 1rem 1rem 1rem;
	background-color: rgba(0,0,0,0.85);
	display: table;
	width: 100%;
	text-align: center;
}
.cookieBlk .message{ 
	font-size: 0.875rem;
	color: #ffffff;
	display: table-cell;
	text-align: center;
}
.cookieBlk .message a{ 
	color: #ffffff;
	text-decoration: underline;
}
.cookieBlk .btnBlk{ 
	display: table-cell;
	padding-left: 1rem;
}
.cookieBlk .btnBlk a{
	height: 1rem;
	margin-right:3rem;
    color: #ffffff;
    font-size: 0.875rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0;
    background: #e71e0f;
    background: -moz-linear-gradient(top, #e71e0f 0%, #e71e0f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e71e0f), color-stop(100%, #e71e0f));
    background: -webkit-linear-gradient(top, #e71e0f 0%, #e71e0f 100%);
    background: -o-linear-gradient(top, #e71e0f 0%, #e71e0f 100%);
    background: -ms-linear-gradient(top, #e71e0f 0%, #e71e0f 100%);
    background: linear-gradient(to bottom, #e71e0f 0%, #e71e0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e71e0f', endColorstr='#e71e0f', GradientType=0 );
}
.cookieBlk .btnBlk a:hover, .cookieBlk .btnBlk a:focus {
    text-decoration: none;
    text-shadow: 0 0 0 rgba(50, 50, 50, 0);
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.25), 0 0 0 rgba(0,0,0,0.25);
}
.ts-selection-item{
	border:#FFFFFF 1px solid!important;
	background-color : #FFFFFF!important;
	
}
.ts-selection-item a{
	color:#000000 !important;
	text-decoration:none;
	font-size:16px;
}
.ts-window-btnBlock a.rightBtn{
	margin-right:30px;
	display: inline-block;
	width: 60px;
	height: 25px;
	background: #e6290f;
	flex: 0 0 50px;
	outline: none;
	cursor: pointer;
	border : #e6290f 1px solid;
	color:#FFFFFF!important;
	text-align: center;
	text-decoration:none;
	font-size:14px;
}
.ts-window-btnBlock a.resetBtn{
	width: 60px;
	height: 25px;
	margin-right:30px;
	color:gray!important;
	text-decoration:none;
	font-size:14px;
}
@media (max-width: 1116px) {
 
 .cookieBlk{
 /* width:initial;*/
 }
   
 .cookieBlk .message{
  display: inline-block;
  text-align: center;
 }
 .cookieBlk .btnBlk.cnBtn{ 
  display: block;
  text-align: center;
  padding-top: 1rem;
  padding-left: 0;
  right: inherit;
  top: inherit;
 }
 .cookieBlk .btnBlk.cnBtn a{ 
  	display: inline-block;
  	/*width: 100%;*/
  	margin:0;
 }
}
@media (max-width: 414px) {
	.cookieBlk{
		width:initial;
	}
	.cookieBlk .message{
		display: inline-block;
		text-align: center;
	}
	.cookieBlk .btnBlk{ 
		display: block;
		text-align: center;
		padding-top: 1rem;
		padding-left: 0;
		right: inherit;
		top: inherit;
	}
	.cookieBlk .btnBlk a,.cookieBlk .btnBlk.cnBtn a{ 
		display: block;
		/*	width: 100%;*/
		margin: 0 0 0.2rem 0;
	}
}
/*2021/12/02 footer epaper subsrcibe*/
#footerCountry{
	display: block;
	width: 8rem;
	margin: 0;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
	letter-spacing: 0.05em;
	color: #333333;
	outline: none;
	height: 40px;
	line-height: 40px;
	background: #fff url(../images/btn_dropdown.png) no-repeat center right 10px;
	background-size: 10px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	padding: 0 15px;
	font-size: 15px;
	position: relative;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

/*2021/12/23 investor-conference-detail*/
	.investorConference .css_td{
	text-align:center;
	}
	.yearSelect ul{
	display:flex;
	border-bottom: #f8f8f8;
	border-bottom-style: solid;
	margin-bottom: 1rem;

	}
	.selectedYear:hover {
	background: #e6290f;
	color: white;
	cursor: pointer;
	}
	.selectedYear{
	padding: 0.5rem;
	text-decoration:none;
	color:#e6290f;
	font-size: large;
	}
	.yearSelect .active {
	background: #e6290f;
	color: white;
	}
	
	.ts-enable{
		background-color:#e6290f!important;
	}
	.ts-notenable{
		border:black 1px solid !important;
		background-color:#3F3F3F !important;
	}
/*2022/05/03 TPM Certificates selection*/
.certificates{
	display: block;
	width: 100%;
	margin: 0;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: initial;
	letter-spacing: 0.05em;
	color: #333333;
	outline: none;
	height: 40px;
	line-height: 40px;
	background: #fff url(../images/btn_dropdown.png) no-repeat center right 10px;
	background-size: 10px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	padding: 0 15px;
	font-size: 15px;
	position: relative;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.cerFile{
	text-decoration: none;
    color: #333333;
    padding-left: 0.5rem;
}
.formLoading{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.formLoading img{
    position: relative;
    margin-top: 10%;
    left: 45%;
}
/*2022/05/03 TPM Certificates selection*/

/*2022/07/04 old chat block*/
#chat-widget-container{
	display:none;
}
/*2022/07/04*/
/*2022/08/09 html area*/
.htmlImg{
	width:100% !important;
}
/*20220906 volcano form*/
.privacyLink{
	text-decoration: none;
    color: #333333;
}

.privacyLink:hover{
	text-decoration: underline;
}

/*2022/10/26 social login*/
.social-login-blk .blk{
	margin-bottom: 1.5rem;
}
.social-login-blk span{
	display: block;
	text-align: center;
}
.social-login-blk ul{
	display: flex;
    flex-wrap: wrap;
	margin: auto;
    width: fit-content;
}
.social-login-blk ul li{
	margin: 0.5rem;
}
.social-login-blk a img{
	opacity: 0.9;
}
.social-login-blk a img:hover{
	opacity: 1;
}

/*TSNuvotonTab goTop*/
.goTop{
	/*position: fixed;*/
	cursor: pointer;
	display: block;
	margin-left:auto;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;   
    text-align: center;
    cursor: pointer;   
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
    color: #e6290f;   
    font-family: "Font Awesome\ 5 Free";   
}
.goTop:hover{
	color: #0092d8;
}

#adMenuBtn{
	cursor: pointer;
    bottom: -500px;
    position: fixed;
    margin-left: 0;
    margin-bottom: 4.5rem;
    border: 2px #1754bb none;
    transition: bottom 1s;
    transition-timing-function: ease;
    z-index: 2;
	width: 280px;
	background: #e6290f;
}
@media screen and (max-width: 1025px){
	#adMenuBtn,#adMenuBtn.active{ /*not show btn*/
		display:none !important;
	}
}
#adMenuBtn:hover{   
    background: #f8f8f8;
	/*border: 1px dotted;*/
}

#adMenuBtn.active {
  bottom: 0;
  display: block;
}

.adMenuIcon{
	color: white;
}

/*login-updat-20230508*/

/*login capcha reload button*/
.captchaBlock .reloadBtn{
	border: none;
    cursor: pointer;
	height: 2.5rem;
    width: 2rem;
	background-color: #cdcdcd;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	
}
/*.captchaBlock .reloadBtn:hover{
	background-color: #999;
    color: #fff;
}*/
.captchaBlock .reloadBtn .reloadIcon{
	margin: 0 !important;
    line-height: initial !important;
    width: initial !important;
    color: #fff;
}

:root{
	--red:#e6290f;
}
.signin-box{
	max-width: 1200px;
	margin: 0 auto;
}
.content .main .form .signin-box .col{
	width: 48%;
	margin-right: 0%;;
	padding: 1rem;
	box-sizing: border-box;
}
.signin-box .col-line{
	width: 4%;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.signin-box .col-line .line{
	height: 49%;
	display: block;
	width: 1px;
	background-color: #ddd;
}
.signin-box .col-line span:not(.line){
	padding: .5rem;
}
.group-tilte{
	display: flex;
	justify-content: space-between;
}
.signin-box .group.captchaBlock .recaptcha-frame .recaptcha-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recaptcha-info img.validate-image.captchaImage{
	width:50%;
}
.recaptcha-info button.reloadBtn{
	width: 12%;
	padding: .5rem .5rem;
	background-color: rgba(0,0,0,0);
}
.recaptcha-info button.reloadBtn>svg{
	height: 100%;
}
.recaptcha-info input.required.captcha{
	width: 40%;
}
.captchaBlock .recaptcha-info .reloadBtn .reloadIcon {
    color: #AAA;
}
.captchaBlock .recaptcha-info .reloadBtn:hover{
	background-color: #999;
}

.group.send{
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.group.send>*{
	margin: 0 .5rem;
}
.content .main .form .group.send input[type=submit]{
	line-height: 40px;
	width: 30%;
	font-size: 1rem;
}

.login-new{
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.section .login-new p{
	text-align: center;
	font-size: 20px;
	color: var(--red);
}
.login-new .login-new-btn{
	width:100%;
	margin-bottom: .75rem;
}
.login-new .login-new-btn a{
	display: flex;
    width: 100%;
    background-color: var(--red);
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
	max-width: 300px;
	justify-content: center;
	align-items: center;
}

.login-other{
	display: flex;
	flex-flow: column;
	/*height: 100%;*/
}
.login-new .social-login-blk ul{
	flex-wrap: nowrap;
}
.login-new .social-login-blk ul li{
	margin: 0;
	padding:.5rem;
}
.social-login-blk .blk ul li a img{
	width:100%;
	max-width: 60px;
	height: auto;
}
@media (max-width:1025px) {
	.content .main .form .signin-box .col{
		width: 100%;
	}
	.signin-box .col-line .line{
		width: 49%;
		height: 1px;
	}
	.signin-box .col-line{
		width: 100%;
		height: 40px;
		flex-flow: inherit;
		align-items: center;
	}
	/* .recaptcha-info button.reloadBtn{
		width: 20%;
	} */
}
@media (max-width:991px) {
	.content .main .form .signin-box .col{
		padding: 0;
	}
	.group.send{
		flex-wrap: wrap;
	}
	.group.send>*{
		margin: 0;
	}
	.group.send>a{
		display: flex;
		width: 50%;
		justify-content: center;
		padding: 1rem 0 0;
		order: 2;
	}
	.content .main .form .group.send input[type=submit]{
		width: 100%;
	}
	.login-new .login-new-btn a{
		max-width: inherit;
	}
	.login-new{
		padding: 1rem 0 ;
	}
	.login-new:last-child{
		border-top: 1px solid #ddd;
		padding: 1rem 0 0 ;
	}
}
@media (max-width:640px) {

}
@media (max-width:414px) {
	.login-new .social-login-blk ul li{
		padding:.25rem;
	}
}

/*圖片滑動驗證*/
.verifyImgBlock .puzzleBigImage{
	cursor: pointer;
}
.verifyImgBlock h3{
	width: 95%;
}
.verifyImgBlock .handle {
	display: flex;
	flex: 70%;
	align-items: center;
	position: relative;
	height: 30px;
	border-radius: 20px;
	margin: 20px 0;
	padding: 4px 0 4px 70px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2) inset;
	background: #f5f5f5;
	user-select: none;
}
.verifyImgBlock .slideArea{
	display: flex;
}
.verifyImgBlock .slideArea .refreshBtn{
	flex: 10%;
    border: none;
    cursor: pointer;    
    background-color: #cdcdcd;
    background: none;
    transition: color 0.15s;
}
.verifyImgBlock .slideArea .refreshBtn .reloadIcon{
	font-size: xx-large;
	color: #AAA;
}
.verifyImgBlock .slideArea .refreshBtn .reloadIcon:hover{
	color: #ed5f37;
}
.verifyImgBlock .swiper {
	position: absolute;
	z-index: 1;
	cursor: move;
	top: -10px !important;
	top: -10px;
	left: 0px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background-color: #AAA;
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
	opacity: 0.7;
}
.verifyImgBlock .handle .text {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	color: #aaa;
}
.loginForm input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

.loginForm input::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.loginForm label.error{
	display:none !important;
}
.loginForm .verifyImgBlock label.error{
	display:inline !important;
}

/*20230704 主選單改為 click --> 隱藏 applicatio & softwareTool*/
.header .nav .main_nav .cd-dropdown-wrapper .cd-dropdown .cd-dropdown-content > li > .firstLevel::after{
	display:none;
}

#ai{
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-decoration: none;
    padding : 0 30px;
    letter-spacing: 0.1em;
    cursor: pointer;
    display: inline-block;
}
/*社群登入同意按鈕*/
#agreeModal .modal-header{/*上方標題*/
	background: rgb(246, 176, 166);
}
#socialAgreeBtn{
	margin: auto;
	cursor: auto !important;
}
#socialAgreeBtn:hover{
	background-color: rgba(236, 31, 37, 1);
    border-color: rgba(202, 10, 17, 1);
}
#exampleModalLabel{
	color: white;
}
#socialAgreeCloseBtn{ 
	opacity: 0.85;
}
#socialAgreeCloseBtn:hover{ 
	opacity: 1;
}
#socialAgreeCloseBtn span{
	display: block;
    background-color: #fff;
    border-radius: 50%;
}
/*電子報訂閱按鈕*/
.btn-subscribe .x-btn-inner-default-small{
	color: white !important;
}
[v-cloak] {
  display: none;
}