@charset "utf-8";
.mainImgBlk:after, .subBlk:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* .mainImgBlk{
    display:block;
    position: relative;
} */
.mainImgBlk{
    position: relative;
    height: 200px;
    background-size:cover;
	background-position:right;
    padding-left: 60px;
    display: flex;
    align-items: center;
	background-repeat:no-repeat;
}
@media (max-width:980px) {
    .mainImgBlk{
        height: 130px;
        padding-left: 34px;
		background-position:95%;
    }
}
.mainImgBlk.mb30{ margin-bottom:30px;}
.mainImgBlk img{
	display: block;
	overflow:hidden;
	width:100%;
}
/* .mainImgBlk .product{
	position: absolute;
    left: 5vw;
    top: 44.875%;
    color: white;
    font-size: 4.75vw;
} */
.mainImgBlk .product{
    color: white;
    font-size: 5.56vw;
    line-height: 1;
}
@media (min-width:1440px) {
	.mainImgBlk .product{
		font-size: 80px;
	}
}

@media (max-width:480px) {
	.mainImgBlk .product{
		font-size: 10vw;
	}
}

.tabsBlk { text-align:center; padding-bottom: 20px;}
.tabsBlk ul{ padding: 0 0; display:inline-block;}
.tabsBlk li{display:block; float:left; padding-bottom:0;}
.tabsBlk li a{
	font-size: 16px;
	padding: 0 0.75rem;
	position: relative;
	color: #333333;
	text-decoration: none;
}
.tabsBlk li a:after, .tabsBlk li:nth-child(1) a:before{
	display: block;
    width: 1px;
    height: 18px;
    content: "";
    position: absolute;
    top: 2px;
    background-color: #afafaf;
}
.tabsBlk li a:after{right: 0;}
.tabsBlk li:nth-child(1) a:before{left: 0;}
.tabsBlk li.active a{
	color:#e71e0f;
	cursor:not-allowed;
}
.tabsBlk li a:hover{color:#e71e0f; text-decoration:underline;}



.filterBlk{ position:relative;}
.filterBlk:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.filterBlk .table{ margin: 0 0 0 0;}
.filterBlk .th, .filterBlk .td{
	padding:0 0 20px 0;
	vertical-align:top;
}
.filterBlk label{
	display: inline-block;
    color: #333333;
	margin:0 5px 0.5rem 0;
	height:34px;
	line-height:36px;
	float:left;
}
.filterBlk input[type="text"], .filterBlk input[type="file"], .filterBlk input[type="number"], .filterBlk input[type="password"], .filterBlk select{
	display: block;
    margin-bottom: 0;
    position: relative;
	float:left;
}
.filterBlk select{ width: inherit;}
.filterBlk .search:hover{ background-color: #d90012;border:1px solid #d90012;box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.5);}
.filterBlk .searchBar{ height: 34px;}
.filterBlk .searchBar:focus{ border:1px solid #666666;}
.filterBlk .searchBar .from-txt{ line-height:34px;font-family: Arial, Verdana, Helvetica, "微軟正黑體", "新細明體", "メイリオ", Meiryo, MS Gothic, sans-serif;height: 34px !important;}
.filterBlk .searchBar .search{ 
	width:38px;
	height:32px; 
	border-radius: 0; 
	margin: 0 0; 
	float: right;
	background: transparent url(../images/icon-search.png) no-repeat center top;
    background-size: 105% 105%;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}
.filterBlk .searchBar .from-txt+.search{border-left:1px solid #bfbfbf;}
.filterBlk .searchBlk .search:hover, .filterBlk .searchBlk .search:focus {
    text-decoration: none;
	opacity: 0.75;
    background: #efefef url(../images/icon-search-o.png) no-repeat center top;
    background-size: 105% 105%;
}
.filterBlk .searchBlk .search:hover{ background-color: #efefef;box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0);}
.filterBy{ padding:0 0 8px 0; width:100%;vertical-align:top;}
.filterBy .group{ float:left;}
.filterBy>label{position:relative;}
.filterBy .select, .filterBy .select+input{margin:0 10px 10px 0;}

.filterBlk .buyArea{ width:auto; float:right;}
.filterBlk .buyArea select, .filterBlk .buyArea .btn{ margin-bottom:0.5rem;}

.areaBlk {width:100%;}
.areaBlk ul { padding:0 0;}
.areaBlk ul li { list-style-type:none; padding:0 0;}
.areaBlk>ul>li>a, .areaBlk>ul>li>h3{ 
	display:block; 
	padding:0 0.5rem 0.5rem 0.5rem;
	margin:0 0 0.5rem 0;
	font-size:20px; 
	border-bottom:1px solid #e71e0f;
	font-weight:bold;
	color:#e71e0f;
}
.areaBlk>ul>li>h3{ line-height:inherit; }
.areaBlk>ul>li>ul{ padding: 0 0.5rem 20px 0.5rem;}
.areaBlk>ul>li>ul>li{display:block; float:left; width:16.6666%;padding: 0 0 10px 0;transition: all 0.05s ease-in;}
.areaBlk>ul>li>ul>li>a{
	display: block;
	font-size: 14px;
	padding: 0 0 0 0.75rem;
	position: relative;
	max-height:25px;
	overflow:hidden;
	color:#333333;
}
.areaBlk>ul>li>ul>li>a:after{
	display: block;
    position: absolute;
	left:0;
    top: -3px;
	line-height:1.417;
    font-family: FontAwesome;
    font-size: 0.938rem;
	content: "\f101";
	color:#ff0000;
}
.areaBlk>ul>li>ul>li>a:hover{ text-decoration:underline; color:#e71e0f;}

.containerBlk .btnBlk{
    display:block;
    clear: both;
	text-align:center;
    padding: 0 0 1.5rem 0;
}
.btnBlk li{
    display:block;
	float:left;
    padding: 0 0 0 0;
}
.btnBlk li img{ display: inline-block; }
.btnBlk li img+span{ margin:0 0 0 0.25rem;}
.btnBlk li a{
    display:block;
    border: 1px solid #afafaf;
    color: #464646;
	padding: 0.75rem 1rem 0.75rem 1rem;
	margin: 0 1.5rem 1.5rem 0;
	border-radius: 0;
}
.btnBlk li a:hover{
	border: 1px solid #afafaf;
	color:#999999;
	box-shadow: inset 0 3px 6px rgba(0,0,0,0.25), 0 0 0 rgba(0,0,0,0.25);
}
.containerBlk .btnBlk.package{ text-align:left;}
.containerBlk .btnBlk.package>.btn{ position: relative;margin-right: 1rem;}
.containerBlk .btnBlk.package>.btn:before{
	display: block;
	width: 28px;
	height: 28px;
	content: "";
	position: absolute;
	left: 0.75rem;
	top: 2px;
}
.containerBlk .btnBlk.package .datasheet{ padding-left: 2rem;}
.containerBlk .btnBlk.package .datasheet:before{
	background: transparent url(../images/product/icon-file-text.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.containerBlk .btnBlk.package .buyOnline{ padding-left: 2.5rem;}
.containerBlk .btnBlk.package .modal-body .buyOnline{ padding-left: 0;}
.containerBlk .btnBlk.package .buyOnline:before{
	background: transparent url(../images/product/icon-buy-o.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.matchBlk{
	display:inline-block;
	height:50px;
	line-height:50px;
    font-size: 14px;
}
.matchBlk span{ color:#e60012; padding:0 5px;}
.matchBlk.guide{ height:inherit; line-height:inherit; margin-bottom:1rem;}
.matchBlk.guide .result{ float:none;display:table-cell; vertical-align:middle; height:38px;font-size: 14px;}


.formBlk{ margin:0 auto 0 auto;border-top: 1px solid #dfdfdf;}
.formBlk .required, .loginBlk .required{ color:#e71e0f;}
.formBlk .th span.required, .loginBlk .th span.required{
	display: inline-block;
    width: 16px;
    text-align: center;
}
.formBlk .th, .formBlk .td{
	padding: 0.5rem 0.5rem;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    line-height: 1.5;
    min-width: 10rem;
	vertical-align:middle;
}
.formBlk .th{
	text-align:right;
	/* font-weight:normal; */
	/*background:transparent url(../images/bg-formTh.png) repeat-x left bottom;*/
    width: 180px;
}
.formBlk .tr:last-of-type .th, .formBlk .tr:last-of-type .td{ border-bottom: none;}
input[type="text"], input[type="file"], input[type="password"], select, textarea, input[type="date"], input[type="time"], input[type="url"], input[type="email"], input[type="number"]{margin:0 5px 0 0;}
.formBlk input[type="text"], .formBlk input[type="file"], .formBlk input[type="password"], .formBlk input[type="date"], .formBlk input[type="time"], .formBlk input[type="url"], .formBlk input[type="email"], .formBlk input[type="number"], .formBlk textarea{
	width:96%;
}
.formBlk textarea { min-height:140px;}
.formBlk .td label.error{display: inline-block;margin:0.25rem 0 0 0.35rem;cursor: inherit;}
.formBlk label.error:before{ top:3px;}
.formBlk .td .tooltip{ padding:0.25rem 0 0 0;}
.formBlk .btn-upload{ border: 1px solid #e71e0f;border-radius:0; white-space: nowrap; text-decoration:none;}
.formBlk .file-input-name{ color: #3366ff; word-break: break-all;}
.formBlk .help-block{ display: inline-block; color: #666666;}
.formBlk .vCodeBlk, .formBlk .vCodeBlk a, .formBlk .vCodeBlk input[type="text"], 
.loginBlk .vCodeBlk, .loginBlk .vCodeBlk a, .loginBlk .vCodeBlk input[type="text"]{ display:inline-block; height:34px;}
.formBlk .vCodeBlk a, .formBlk .vCodeBlk input[type="text"], 
.loginBlk .vCodeBlk a, .loginBlk .vCodeBlk input[type="text"]{ float:left;}
.formBlk .vCodeBlk a, .loginBlk .vCodeBlk a { margin:0 0.5rem 0 0; position:relative; width:90px;}
.formBlk .vCodeBlk a img, .loginBlk .vCodeBlk a img{
	position:absolute;
	left:0;
	top:7px;
}
.formBlk .vCodeBlk input[type="text"]{ width:50%;}

ul.list{ padding: 0 0;}
ul.list li{ 
	list-style-type: none;
	font-weight: bold;
    padding: 0 0 0.5rem 1rem;
    position: relative;
     font-size: 1.125rem;
}
ul.list>li:before {
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    background: #e60012;
}
ul.list li a{ color: #e60012;}
ul.list li a:hover{ text-decoration: underline;}
ul.list li p{ font-weight: normal; font-size: 1.0rem;}
ul.list>li>p{ padding: 0.5rem 0 1rem 0;}
ul.list li ul{ padding: 0 0 1rem 0;}
ul.list li ul li{ 
	padding: 0 0 0 1rem;
    position: relative;
    font-weight: normal;
    color: #666666;
    font-size: 1.0rem;
}
ul.list>li>ul>li:before{ 
	color: #cccccc;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 1.25rem;
    line-height: 1.0;
}
ul.list li ul li ul{ padding: 0 0 1.5rem 0;}
ul.list li ul li ul li{ padding: 0 0 0 0;}

ul.search-product{ padding: 0 0 1rem 0;margin:0 0;}
.search-product li{ list-style-type:none;padding: 0 0 1rem 0;}
.search-product li .pNo, .search-product li .pPath{ display:inline-block;}
.search-product li .pNo{ margin-right:0.5rem;}
.search-product li .pNo a{
	display:block;
	padding:0.125rem 0.5rem;
	border:1px solid #bfbfbf;
	color:#000000;
}
.search-product li .pNo a span{ color:#e60012;}
.search-product li .pNo a:hover, .search-product li .pNo a:hover span{ color:#ffffff;}
.search-product li .pNo a:hover{ background-color: #e71e0f; border: 1px solid #e71e0f; text-decoration:none;}
.search-product li .pPath{ color:#4d6bbd;}

.searchAllBlk{ clear: both;}
.searchAllBlk ul { width: 100%; padding: 0 0;}
.searchAllBlk ul li {
    list-style-type:none;
    padding: 0 0 1rem 0;
    margin: 0 0 0 0;
}
.searchAllBlk ul li .title {
    display: block;
    padding: 0 0.5rem 0.25rem 0.5rem;
    font-size: 1.5rem;
    position: relative;
    color: #333333;
    vertical-align: middle;
    line-height: 1.35;
    font-weight: bold;
    word-break: break-all;
}
.searchAllBlk ul li .title:hover {color: #e60012;}
.searchAllBlk .match {color: #e60012;}
.searchAllBlk ul li .summary { padding: 0 1rem 0 0.5rem;color: #4d6bbd;}
.searchAllBlk ul li .link {
    color: #666666;
    padding: 0 1rem 1rem 0.5rem;
    font-size: 0.938rem;
    word-break: break-all;
}

.research{ text-align:center; padding:0 0 1rem 0;}
.research .searchBlk{
	float:none;
	display:inline-block;
	position:relative;
	width:33.333%;
}
.research .searchBar .search {
	float:none;
	position:absolute;
	right:0;
	top:0;
}
.research .searchBar .from-txt, .research .searchBar .from-txt:hover{ width:100%; height:31px; padding: 0 45px 0 5px;}

.sitemapBlk{ clear: both;}
.sitemapBlk ul { padding: 0 0;}
.sitemapBlk ul li { list-style-type:none;}
.sitemapBlk ul li .caret{ display:none;}
.sitemapBlk>ul>li {
	padding:0 2rem 0.5rem 2rem;
	border: 1px solid #e71e0f;
	margin-bottom:1.5rem;
}
.sitemapBlk ul li a{ display:block;color:#000000;}
.sitemapBlk ul li a:hover{ color:#e71e0f;}
.sitemapBlk>ul>li>a{
	padding:0.5rem 0;
	border-bottom:1px solid #bfbfbf;
	font-size:1.25rem;
	font-weight: bold;
}
.sitemapBlk>ul>li>a:hover{ text-decoration:none;}
.sitemapBlk>ul>li>ul{ padding-top:0.25rem;}
.sitemapBlk>ul>li>ul>li{
	float:left;
	width:33.333%;
	padding-bottom:0;
}
.sitemapBlk>ul>li:nth-child(4)>ul>li{ display:block; height:290px;}
.sitemapBlk>ul>li:nth-child(4)>ul>li:nth-child(4), 
.sitemapBlk>ul>li:nth-child(4)>ul>li:nth-child(5), 
.sitemapBlk>ul>li:nth-child(4)>ul>li:nth-child(6){ height:370px;}
.sitemapBlk>ul>li:nth-child(4)>ul>li:nth-child(7), 
.sitemapBlk>ul>li:nth-child(4)>ul>li:nth-child(8){ height:inherit;}
.sitemapBlk>ul>li>ul>li>a{
	padding:0.5rem 0.5rem 0.5rem 1rem;
	font-size:1.125rem;
	position:relative;
}
.sitemapBlk>ul>li>ul>li>a:before{
	display:block;
	width:6px;
	height:6px;
	content:"";
	position:absolute;
	left:0;
	top:0.938rem;
	background-color:#e71e0f;
}
.sitemapBlk>ul>li>ul>li>ul{ padding:0 0 0 1rem;}
.sitemapBlk>ul>li:nth-child(4)>ul>li:nth-child(2)>ul{ height:230px; overflow-y:auto;}
.sitemapBlk>ul>li:nth-child(4)>ul>li:nth-child(6)>ul{ height:300px; overflow-y:auto;}
.sitemapBlk>ul>li>ul>li>ul>li{ padding:0 0;}
.sitemapBlk>ul>li>ul>li>ul>li>a{font-size:0.938rem; padding:0.125rem 0 0.125rem 0.0125rem;}
ul#icons li.icon-phone {
    background-image: url(../images/icon_phone.png);
}
ul#icons li {
    float: left;
    background-image: none;
    margin: 0 15px 0 0;
    padding: 0 0 0 33px;
    height: 27px;
    line-height: 27px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
}

/********201712 start************/
#rightcol p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    text-align: left;
    line-height: 24px;
}

#rightcol ul {
    color: #333;
    font-size: 14px;
    padding: 0 0 0 2.25rem;
}

#rightcol ul li ul {
    margin: 10px 0 0 0;
}


#rightcol li{
    color: #333;
    font-size: 14px;
    padding: 0 0 10px 0;
    line-height: 1;
}

#rightcol #content p {
    width: 99.5%;
    text-align: left !important;
    font-size: 14px;
    clear: both;
}

#rightcol table {
    display: inline-table;
    margin: 0 0 30px 0 !important;
    padding: 0 0 0 0;
    clear: both;
    background-color: #fff;
    border-collapse: collapse;
/*    border-top: 2px solid #e61b14; */
}
#rightcol table th {
    margin: 0 0 0 0;
    padding: 8px 10px 8px 10px;
    background: #d3d3d3 url(../images/ThBg.gif) repeat-x left bottom;
    font-size: 14px;
    color: #464646;
    width: inherit;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #878787;
    /*border-top: 2px solid #d71901;*/
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
#rightcol table td {
    padding: 5px 5px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    vertical-align: middle;
    line-height: 1.35;
    border: 1px solid #ececec;
    text-align: center;
}
/********201712 end**************/

/********202104 start************/
.sendingEmailWaiting {
    display:    none;
    position:   fixed;
    z-index:    1051;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/hq/system/modules/com.thesys.project.winbond/resources/images/Filling-broken-ring.gif') 
                50% 50% 
                no-repeat;
}
.hideSendingVcode { position:absolute; top:-1px; left:-1px; width:1px; height:1px; }
#vCodeFooter ,#doneFooter ,#done ,#vCodeDialog .modal-content, #done .modal-content{text-align: center;}
#vCodeFooter{background-color: white;border-top: none;}
#vCodeDialog .modal-content:hover a, #done .modal-content:hover a{text-decoration:none;}
#resend:hover{text-decoration:underline;color:blue;}
#verifyCode{width: auto;margin-top: 10px;}
#enterCodeArea{flex-direction: column;display: inline-flex;padding: 16px;width:480px;}
#enterCodeArea #verifyCode-error{display:inherit;}
#notReceived{font-size: x-small;}
#expire{font-size: smaller;margin: 15px;}
#vCodeIncorrect{font-size: small;}
#vCodeDialog ,#done{top:20%;}
#doneBody{padding: 80px 15px 80px 15px;}
#verifyEmail{
	display: inline-block;
    margin: 0.25rem 0 0 0.35rem;
    cursor: inherit;
	padding-left: 17px;
    position: relative;
    margin: 0 0 0 5px;
    font-size: 0.875rem;
}
#verifyEmail:before{
	top: 3px;
	content: "\f06a";
    position: absolute;
    left: 0;    
    font-size: 0.875rem;
    font-family: FontAwesome;
    line-height: 1.0;
    color: #e60012;
}
/********202104 end**************/
@media (max-width: 1366px){
}


@media (max-width: 1200px){
.areaBlk>ul>li>ul>li{width:25%;}
}


@media (max-width: 980px){
.filterBlk .searchBlk { clear:both;width: 220px;}
.filterBlk .searchBlk .searchBar{ height:34px; padding: 0 40px 0 0; border: 1px solid #bfbfbf;}
.filterBlk .searchBlk .searchBar .search{ position: absolute;right: 0; top: 0;}
.filterBlk .searchBar .from-txt{ line-height:inherit;}
.areaBlk ul li ul li{ width:33.333%;}
.formBlk{ width:730px;}
.formBlk .help-block { display: block;}
.research .searchBlk{ width: 50%;}
}


@media (max-width: 768px){
.filterBlk { padding: 0.75rem 0;}
.filterBlk .pull-right{ float: none;}
.filterBlk .pull-left+.pull-right{ float: right;}
.filterBlk select{ width: 220px;}
.filterBlk .table.news .tr {border-bottom: none;}
.tableBlk.guide thead th, .tableBlk.guide th, .tableBlk.guide td{ min-width: 80px; white-space: normal; word-break: break-word;}
.areaBlk ul li ul li{width:50%;}
.formBlk{ width:100%;}
.formBlk select+select{ margin-top: 8px;}
}


@media (max-width: 600px){
.filterBlk .buyArea { width: 100%;float: none;}
.videoOnly { min-height:inherit;}
.videoOnly .pull-left{ width:100%; position:static; left:inherit; top:inherit;}
.videoOnly .pull-right{ margin-left:0;}
.formBlk .th, .formBlk .td { display: block;min-width:inherit;}
.formBlk .th{ text-align: left; width: auto; }
.formBlk input[type="text"], .formBlk input[type="file"], .formBlk input[type="password"], .formBlk input[type="date"], .formBlk input[type="time"], .formBlk input[type="url"], .formBlk input[type="email"], .formBlk input[type="number"], .formBlk textarea {
    width: 100%;
}
.search-product li .pPath{ padding-top:0.25rem;}
.research .searchBlk{ width: 100%; padding: 8px 0;}
.research .searchBar .search { right:0;}
.sitemapBlk>ul>li>ul>li { width: 100%;float: none;}
.sitemapBlk>ul>li:nth-child(4)>ul>li, .sitemapBlk>ul>li:nth-child(4)>ul>li:nth-child(4), .sitemapBlk>ul>li:nth-child(4)>ul>li:nth-child(5), .sitemapBlk>ul>li:nth-child(4)>ul>li:nth-child(6){ height:inherit;}

.sitemapBlk>ul>li:nth-child(4)>ul>li:nth-child(2)>ul, 
.sitemapBlk>ul>li:nth-child(4)>ul>li:nth-child(6)>ul{ height:inherit; overflow-y:inherit;}
}


@media (max-width: 540px){
.filterBlk .enews .pull-right select+.searchBlk{ clear: both; margin-top: 10px;}
}


@media (max-width: 480px){
.filterBlk select+select{ margin-top: 10px; }
.filterBlk .searchBar .from-txt, .filterBlk .searchBar .from-txt:hover{ width: 120px;}
.matchBlk.guide .pull-left{ display:block; float:none;}
.matchBlk.guide .result{ height:inherit;}
}


@media (max-width: 414px){
.filterBlk .buyArea .btn{ display:block; clear:both;}
.areaBlk ul li ul li{ width:100%;}
}
