@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body.en * {
	font-family: 'Noto Sans', sans-serif !important;
}
body * {
	font-family: 'Noto Sans TC', sans-serif !important;
}
body.jp *{
	font-family: 'Noto Sans JP', sans-serif !important;
}
body.sc *{
	font-family: 'Noto Sans SC', sans-serif !important;
}


@font-face {
	font-family: 'open_sansregular';
	src: url('/hq/system/modules/com.thesys.project.winbond/resources/fonts/opensans-regular-webfont.eot');
	src: url('/hq/system/modules/com.thesys.project.winbond/resources/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/hq/system/modules/com.thesys.project.winbond/resources/fonts/opensans-regular-webfont.woff2') format('woff2'),
		url('/hq/system/modules/com.thesys.project.winbond/resources/fonts/opensans-regular-webfont.woff') format('woff'),
		url('/hq/system/modules/com.thesys.project.winbond/resources/fonts/opensans-regular-webfont.ttf') format('truetype'),
		url('/hq/system/modules/com.thesys.project.winbond/resources/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, td, th, table, caption, tbody, tfoot, thead, tr, th, td, img, ul, li, ol, dl, dt, dd, span, fieldset, form, label, legend, input, textarea, select, button, form {
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

body, td, th, table, caption, tbody, tfoot, thead, tr, th, td, img, ul, li, ol, dl, dt, dd, span, h1, h2, h3, h4, h5, h6, p,
fieldset, form, label, legend, input, textarea, select, button, form {
	font-family: Verdana, Arial, "微軟正黑體", "新細明體", "メイリオ", Meiryo, 'MS Gothic', sans-serif;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	position: relative;
	height: 100%;
}

body {
	background: #ffffff none no-repeat center top;
	font-size: 100%;
}

body.lanja * {
	font-family: Verdana, Arial, "メイリオ", Meiryo, MS Gothic, sans-serif;
}

img {
	border: none;
	max-width: 100%;
	display: block;
}

a:link, a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover, a:focus {
	color: #e71e0f;
}

::-webkit-input-placeholder {
	color: #afafaf;
}

::-moz-placeholder {
	color: #afafaf;
}

:-ms-input-placeholder {
	color: #afafaf !important;
}

input:-moz-placeholder {
	color: #afafaf;
}

input[type="text"]::-ms-clear, input[type="text"]::-ms-reveal {
	display: none;
}

.topBlk li, .linksBlk li, .langBlk li, .navBlk ul li .footerBlk ul li, .footerBlk .socialBlk li, .copyRightBlk ul li,
.visionBlk ul li, .bannerBlk ul li, .productBlk ul li, .visionBlk ul li,
.mainBlk .socialBlk li, .tabAnchorBlk ul li, .docBlk li, .ResourcesBlk .infoBlk ul li, .tableBlk .tabs li, .languageBlk li, .appList ul li, .sliderOnly ul li, .AnnualReportBlk ul li {
	list-style-type: none;
}

.wrapper {
	margin: 0 auto;
	width: 1500px;
	position: relative;
}

.wrapper:after, .topBlk:after, .navBlk:after, .linksBlk:after, .langBlk:after, .linksBlk li ul:after, .searchBlk .searchBar:after, .topBlk nav:after, .indexBlk:after, .footerBlk:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.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: 13px;
	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 {
	color: #ffffff;
	font-size: 14px;
	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);
}

.topBlk {
	/*20171101*/
	position: relative;
	padding: 25px 0 15px 0;
	text-align: center;
	height: 130px;
}

/*.lanja .topBlk{ height: 97px;}OFF*/
.topBlk .wrapper {
	width: auto;
	display: inline-block;
}

.logoBlk {
	float: left;
}

.logoBlk h1 {
	text-indent: -9999px;
}

.logoBlk a {
	display: block;
	width: 250px;
	/*20171101*/
	height: 53px;
	/*20171101*/
	background: transparent url(../images/logo.png) no-repeat 0 0;
	background-size: 100% 100%;
	position: relative;
	transition: all 0.05s ease-in;
	margin: .45rem 1.5rem .45rem 1rem;
}

.topBlk .titleBlk, .toggleBlk, .linksBlk li:last-of-type a:after {
	display: none;
}

.topBlk .pull-right {
	padding: 0 0 26px 0;
}

.linksBlk, .langBlk, .linksBlk li, .langBlk li, .searchBlk, .searchBar .from-txt, .searchBar .from-txt:hover, .navBlk ul, .navBlk ul li, .appList ul li ul li {
	float: left;
}

.linksBlk {
	padding: 0 0 0 8px;
	float: right;
}

.linksBlk li {
	display: block;
}

.linksBlk li a {
	/*20171101*/
	font-size: 14px;
	font-weight: 400;
	color: #333;
	padding: 0 0.7rem;
	position: relative;
}

.linksBlk li a.btnSignin {
	line-height: 25px;
}

.linksBlk li a.register {
	background: url('/hq/system/modules/com.thesys.project.winbond/resources/images/cart.svg') no-repeat center center;
}

.linksBlk li a.register:hover {
	background: url('/hq/system/modules/com.thesys.project.winbond/resources/images/cart_hover.svg') no-repeat center center;
}

.linksBlk li a.register,
.linksBlk li a.register:hover {
	/*20171101*/
	padding: 0;
	margin: 0 0.7rem;
	position: relative;
	background-size: 77%;
	width: 22px;
	height: 20.2px;
	display: inline-block;
	top: 2px;
}

.linksBlk li a:after {
	display: block;
	width: 1px;
	height: 14px;
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
	background-color: #afafaf;
}

.overlay+.pull-right .linksBlk li:last-of-type a {
	padding: 0 0 0 0.7rem;
}

.linksBlk li a:hover {
	color: #e71e0f;
	text-decoration: underline;
}

.langBlk {
	padding: 0 0 0 0;
}

.langBlk>li {
	/*20171101*/
	border: 1px solid #bfbfbf;
	background-color: #efefef;
	position: relative;
	font-size: 14px;
	min-width: 90px;
}

.langBlk>li>a {
	display: block;
	width: 92px;
	padding: 0 0 0 1.65rem;
	line-height: 25px;
	height: 25px;
	color: #666666;
	text-align: left;
}

.langBlk>li>a:before {
	position: absolute;
	top: 0;
	left: 10px;
	content: "\f0d7";
	font-family: FontAwesome;
	font-size: 1.25rem;
	line-height: 25px;
	height: 25px;
}

.langBlk li ul {
	display: none;
	padding: 0.25rem 0 0 1.45rem;
	position: absolute;
	left: -1px;
	top: 25px;
	width: 94px;
	background-color: #fff;
	border: 1px solid #bfbfbf;
	z-index: 2;
}

/* .langBlk li:hover ul{ display: block;} */
.langBlk li ul li {
	float: none;
}

.langBlk li ul li a {
	display: block;
	font-size: 0.875rem;
	color: #626262;
	position: relative;
	padding: 0 0 0.25rem 0;
	text-align: left;
}

.linksBlk li ul li a:hover, .langBlk li ul li a:hover {
	color: #e71e0f;
	text-decoration: underline;
}

.pull-right .searchBlk {
	padding: 0 0.75rem 0 0;
}

.searchBlk {
	display: block;
}

.searchBlk .searchBar {
	background-color: white;
	border: 1px solid #bfbfbf;
	position: relative;
}

.topBlk .searchBlk .search {
	display: block;
	width: 30px;
	height: 27px;
	text-indent: -9999px;
	background: transparent url(../images/icon-search.png) no-repeat center top;
	background-size: 100% 100%;
	float: right;
	position: absolute;
	right: -6px;
	top: -1px;
	border-radius: 0;
}

.searchBar {
	display: block;
}

.searchBar .from-txt, .searchBar .from-txt:hover {
	padding: 0 5px 0 5px;
	width: 150px;
	background-color: transparent;
	border: none;
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	color: #333333;
	margin: 0 0 0 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.searchBlk .search:hover, .searchBlk .search:focus {
	opacity: 0.75;
	background: #efefef url(../images/icon-search-o.png) no-repeat center top;
	background-size: 100% 100%;
}

.topBlk nav {
	height: 72px;
	float: right;
	/*20171101*/
}

.navBlk {
	clear: both;
	margin-right: 2rem;
	float: left;
	height: 37px;
}

.navBlk .pull-right {
	padding: 0 0 0 0;
	float: right;
}

.navBlk+.pull-right .linksBlk {
	/*margin-top:7px;margin-right: 7px;*/
	float: left;
	padding: 0 0;
}

/*.lanch .navBlk>ul>li>a{ padding:7px 1.0rem 13px 1.0rem;}*/
.navBlk .caret {
	display: none;
	border: none;
}

/*********************20171101********************************/
.mainBlk .wrapper, .mainBlk .containerBlk {
	width: 1500px;
}

.navBlk>ul.slimmenu,
ul.slimmenu li {
	display: none;
}

.navBlk>ul.phone {
	display: block;
}

.navBlk ul.phone li {
	position: relative;
	text-align: left;
	transition: all 0.3s ease-in-out 0s;
}

.navBlk>ul.phone>li>a.menu-link {
	/*20171101第一層*/
	-webkit-background-clip: text;
	-o-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	text-fill-color: transparent;
	background-image: -webkit-linear-gradient(left, #e71e0f 50%, #1b1d1c 50%);
	/* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(right, #e71e0f 50%, #1b1d1c 50%);
	/* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(right, #e71e0f 50%, #1b1d1c 50%);
	/* For Firefox 3.6 to 15 */
	background-image: linear-gradient(to right, #e71e0f 50%, #1b1d1c 50%);
	/* Standard syntax (must be last)*/
	background-size: 200% 100%;
	background-position: 100%;
	display: block;
	padding: 0 1rem;
	color: #333;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: bold;
}

.navBlk>ul.phone>li.active>a,
.navBlk>ul.phone>li>a:hover,
.navBlk>ul.phone>li:hover>a {
	/*20171101*/
	text-decoration: none;
}

.navBlk>ul.phone>li>a.menu-link:hover {
	-webkit-transition: all 1s cubic-bezier(0, 0, 0.23, 1);
	transition: all 1s cubic-bezier(0, 0, 0.23, 1);
	background-position: 0;
}

.navBlk>ul.phone>li>ul {
	float: none;
	position: absolute;
	left: 0;
	top: 36px;
	min-width: 280px;
	/*padding:25px 35px;*/
	padding: 25px 25px 10px 10px;

	z-index: 3;
	background-color: #ffffff;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	transform: translateX(-2em);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-top: 3px solid #e71f10;
}

.navBlk>ul.phone>li:hover>ul {
	visibility: visible;
	opacity: 1;
	z-index: 5;
	transform: translateX(0%);
	transition-delay: 0s, 0s, 0.3s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

/*.lanch .navBlk>ul>li>ul{top:36px;}OFF*/
.navBlk>ul.phone>li:hover>ul {
	display: block;
}

.navBlk>ul.phone>li>ul.row-fluid,
.en .navBlk>ul.phone>li>ul.row-fluid,
.lanja .navBlk>ul.phone>li>ul.row-fluid {
	max-width: 1000px;
	min-width: 690px;
	display: flex;
	flex-wrap: wrap;
}

.navBlk>ul.phone>li:nth-child(1)>ul>li {
	float: left;
	width: calc(100% / 3);
}

/*.lanch .navBlk>ul>li:nth-child(1)>ul>li:nth-child(3) { float: none;clear: both;width: 60%;}*/
.navBlk>ul.phone>li.pcHidden {
	display: none;
}

.navBlk>ul.phone>li:nth-child(1)>ul>li:last-of-type {
	float: left;
}

.navBlk>ul.phone>li:nth-child(3):hover>a:after, .navBlk>ul>li:nth-child(4):hover>a:after {
	display: none;
}

.navBlk ul.phone li ul li {
	float: none;
}

.navBlk ul.phone li ul li a {
	/*20171101第二層*/
	display: block;
	padding: .7rem;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	/*white-space: nowrap;*/
	letter-spacing: 1px;
}

.navBlk>ul.phone>li:nth-child(1)>ul>li>a {
	padding: .5rem;
}

.navBlk>ul.phone>li>ul>li.col-md-4 {
	/*20171101*/
	width: 33.33%;
	padding: .7% 1.5%;
	white-space: nowrap;
}

.navBlk>ul.phone>li>ul>li.col-md-4>ul>li {
	/*20171101*/
	white-space: pre-line;
}

.navBlk>ul.phone>li>ul>li.col-md-4>ul {
	/*20171101*/
	padding-bottom: .75rem;
	padding-top: .75rem;
}

.navBlk>ul.phone>li:nth-child(1)>ul>li:last-of-type {
	float: left;
}

.navBlk>ul.phone>li>ul>li.col-md-4>a:hover {
	/*20171101*/
	opacity: .5;
}

.navBlk ul.phone li ul li.col-md-4>ul>li {
	width: 100%;
}

.navBlk>ul.phone>li>ul li a:hover {
	/*20171101*/
	/*background-color:#e71f10;*/
	text-decoration: none;
	opacity: .7;
}

.navBlk>ul.phone>li>ul>li>ul {
	display: none;
	float: none;
	padding: 0 0 0 0;
}

.navBlk>ul.phone>li:nth-child(1)>ul>li>ul, .navBlk>ul>li:nth-child(5)>ul>li>ul {
	display: block;
}

.navBlk ul.phone li ul li ul li, .navBlk>ul>li>ul>li>ul>li {
	float: none;
	clear: both;
	font-size: 14px;
}

.navBlk>ul.phone>li>ul>li>ul>li>a {
	/*padding:0.25rem 0.5rem 0.25rem 0;*/
	padding: 5px 10px;
	color: #333;
	font-weight: normal;
	font-size: 14px;
}

.navBlk>ul.phone>li>ul>li>ul>li>ul {
	display: none;
}

/*****************20171101 article******************/
.articleBlkin {
	width: 100%;
	margin: 0 auto;
	padding: 0 7%;
}

.articleBlkin .list-area {
	width: 96%;
	margin: 0 auto;
	position: relative;
	white-space: nowrap;
}

.articleBlkin .list-area .list-content {
	overflow: hidden;
}

.articleBlkin .list-area .list-content .list {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.articleBlkin .list a {
	display: inline-block;
	width: calc(33.3333% - 30px);
	margin: 0px .7rem;
	/*top:0;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.articleBlkin .list a .img {
	height: 270px;

	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.articleBlkin .list a .img.active {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}

/*.articleBlkin .list a .img img {
    max-width: 100%;
    height: 100%;
	overflow: hidden;
}*/
.articleBlkin .list a .title {
	padding: 1.5rem;
	font-size: 1.1rem;
	width: 100%;
	white-space: normal;
	height: 210px;
	z-index: 2;
	position: relative;
}

.articleBlkin .list-area a .title p {
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 5;*/
	letter-spacing: 0;
	min-height: 150px;
	text-align: left;
	height: 42px;
	font-size: 20px;
	font-weight: bold;
}

.articleBlkin .list a:hover .title:hover p {
	text-decoration: underline;
	color: #e71e0f;
}

.articleBlkin .list a:hover .img {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=60);
}

.articleBlkin .list-area::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.articleBlkin .list-area .prev,
.articleBlkin .list-area .next {
	position: absolute;
	z-index: 5;
	width: 55px;
	height: 55px;
	background: url("../images/a03.png") no-repeat -3px -33px;
	cursor: pointer;
	top: 50%;
	left: -2%;
	margin-top: -15px;
	display: block;
	overflow: hidden;
}

.articleBlkin .list-area .prev:hover {
	background: url("../images/a03.png") no-repeat -123px -33px;
}

.articleBlkin .list-area .next {
	left: auto;
	right: 0;
	background: url("../images/a03.png") no-repeat -63px -33px;
}

.articleBlkin .list-area .next:hover {
	background: url("../images/a03.png") no-repeat -183px -33px;
}

.hint {
	position: absolute;
	z-index: 5;
	left: 50%;
	bottom: -40px;
	margin-left: -40px;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter: alpha(opacity=30);
	pointer-events: none;
	display: none;
}

/*************************footer***********************/
footer {
	width: 100%;
	/*padding-bottom:10px;*/
	/*20171101*/
	background: #535453 url(../images/footer-bg.gif) repeat-x left top;
}

footer .wrapper {
	width: auto;
}

.footerBlk {
	padding: 22px 0 0 0;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.footerBlk ul {
	list-style-type: none;
	padding: 0 10px;
}

.footerBlk>ul {
	display: inline-block;
	padding: 0;
}

.footerBlk>ul>li {
	float: left;
	min-height: 235px;
	vertical-align: top;
	padding: 0 2.725rem 0 0;
	text-align: left;
	position: static;
	left: inherit;
	top: inherit;
}

.footerBlk ul li a {
	display: block;
	margin: 0 0 0.75rem 0;
	color: #ffffff;
	font-size: 16px;
	/* font-weight: bold; */
	white-space: nowrap;
}

.footerBlk>ul>li.map {
	padding: 0 0 0 2rem;
}

.footerBlk .mapBlk {
	display: block;
	width: 295px;
	height: 182px;
	padding: 0 0 0 0;
	margin: 0 0 1rem 0;
	position: relative;
}

.footerBlk ul li.pcHidden>a {
	display: none;
}

.footerBlk ul li ul {
	padding: 0 0 0 0;
}

.footerBlk ul li ul li {
	padding: 0 0 0 0;
	min-height: inherit;
	max-width: 145px;
}

/*.lanja .footerBlk ul li ul li{max-width: 155px;}OFF*/
/*.lanch .footerBlk ul li ul li{max-width: 120px;}OFF*/
.footerBlk ul li ul li a {
	margin: 0 0 0.5rem 0;
	font-size: 13px;
	/*20171101*/
	letter-spacing: 0.0325rem;
	font-weight: 300;
	white-space: normal;
	transition: all 0.3s;
}

.footerBlk>ul>li>ul>li>a:hover {
	text-decoration: underline;
}

.footerBlk ul li.video {
	display: block;
	margin: 175px 0 0 -182px;
}

.footerBlk ul li.video ul li {
	max-width: 100%;
}

.footerBlk .socialBlk {
	padding: 0 0;
	min-height: inherit;
}

.footerBlk .socialBlk ul {
	margin-left: -4.5rem;
}

.footerBlk .socialBlk li, .mainBlk .socialBlk li {
	float: left;
	max-width: none;
	margin-bottom: 5px;
	margin-right: 8px;
}

.footerBlk .socialBlk li:last-of-type {
	margin-right: 0;
}

.footerBlk .socialBlk li a, .mainBlk .socialBlk li a {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	text-align: center;
	color: #e71e0f;
	background-color: #aaaaaa;
	margin: 0 0 0.125rem 0;
	position: relative;
	text-indent: -9999px;
	border-radius: 50%;
	transition: all 0.3s;
}

.footerBlk .socialBlk .fb a {
	background: rgba(49, 74, 126, 1);
}

.footerBlk .socialBlk .twitter a {
	background: rgba(51, 157, 195, 1);
}

.footerBlk .socialBlk .linkedin a {
	background: rgba(0, 89, 131, 1);
}

.footerBlk .socialBlk .google a {
	background: rgba(231, 30, 15, 1);
}

.footerBlk .socialBlk .fb a, .footerBlk .socialBlk .twitter a, .footerBlk .socialBlk .linkedin a {
	color: #ffffff;
}

.footerBlk .socialBlk .fb a:hover {
	background: rgba(49, 74, 126, 0.5);
}

.footerBlk .socialBlk .twitter a:hover {
	background: rgba(51, 157, 195, 0.5);
}

.footerBlk .socialBlk .linkedin a:hover {
	background: rgba(0, 89, 131, 0.5);
}

.footerBlk .socialBlk .google a {
	display: none;
}

.footerBlk .socialBlk li a:after, .mainBlk .socialBlk li a:after {
	font-family: FontAwesome;
	font-size: 1.25rem;
	text-indent: 0;
	display: block;
	width: 31px;
	height: 31px;
	line-height: 33px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	-ms-transition: all 600ms;
	transition: all 600ms;
}

.socialBlk .fb a:after {
	content: "\f09a";
}

.socialBlk .twitter a:after {
	content: "\f099";
}

.socialBlk .linkedin a:after {
	content: "\f0e1";
}

.socialBlk .google a:after {
	content: "\f0d5";
}

.copyRightBlk {
	background-color: #ef3125;
	padding: 6px 0;
	/*20171101*/
	width: 100%;
	position: relative;
}

.copyRightBlk .wrapper {
	width: 96%;
}

.copyRightBlk .group {
	display: inline-block;
}

.copyRightBlk .group p {
	font-size: 0.875rem;
	display: inline-block;
	color: #ffffff;
}

.copyRightBlk ul {
	float: right;
}

.copyRightBlk ul li {
	float: left;
	display: block;
}

.copyRightBlk ul li a {
	font-size:14px;
	color: #ffffff;
	padding: 0 0.5rem;
	position: relative;
}

.copyRightBlk ul li a:after {
	display: block;
	width: 1px;
	height: 14px;
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
	background-color: #ffffff;
}

.copyRightBlk ul li a:hover {
	text-decoration: underline;
}

.copyRightBlk .gotop {
	display: none;
	width: 46px;
	height: 46px;
	background-color: rgba(100, 100, 100, 0.7);
	position: fixed;
	right: 10px;
	bottom: 65px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 14px;
	text-indent: 0;
	text-align: center;
	line-height: 4.0rem;
	z-index: 1;
}

.copyRightBlk .gotop:hover, .copyRightBlk .gotop:focus {
	box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.65);
}

.copyRightBlk .gotop.active {
	display: block;
}

.copyRightBlk .gotop:before {
	display: block;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 0;
	content: "\f102";
	font-family: FontAwesome;
	font-size: 1.5rem;
	width: 46px;
	height: 46px;
	line-height: 1.25;
}

a[href^=tel] {
	color: inherit !important;
	text-decoration: none;
}

/*safari*/
/*.lanja .navBlk>ul>li:nth-child(1)>ul{ min-width: 650px;}OFF*/
/*.lanch .navBlk>ul>li:nth-child(1)>ul{ min-width: 915px;}*/

/****************slider 20171101*********************/

/*.index .owl-carousel.owl-drag .owl-item{
	height: 560px !important;
	width:100%;
}*/
.index .bannerBlk .owl-carousel .owl-item li,
.index .bannerBlk .owl-carousel .owl-item a {
	width: 100%;
	/*overflow: hidden;*/
}

.index .owl-carousel.owl-drag .owl-item img {
	/*object-fit: cover;*/
	width: 100%;
	height: 100%;
	/*max-width: 100%!important;*/
	/*max-height:100%!important;*/
}

.hr .owl-carousel.owl-drag .owl-item {
	height: 440px !important;
}

.hr .bannerBlk .owl-carousel .owl-item li,
.hr .bannerBlk .owl-carousel .owl-item a {
	height: 100% !important;
	position: relative;
}

.hr .owl-carousel.owl-drag .owl-item img {
	max-width: 100% !important;
	/* position: absolute; */
	/* top: 0; */
	height: 440px;
}

@media (min-width:1200px) {

	.index .bannerBlk .owl-carousel .owl-item li,
	.index .bannerBlk .owl-carousel .owl-item a {
		/*min-width: 2400px;*/
		/*height: 560px;*/
	}
}

@media (max-width: 1630px) {
	.jp .navBlk {
		margin-right: 0;
	}

	/* .jp .topBlk .wrapper {
		width: 80%;
	} */

	.jp .navBlk>ul>li>a.menu-link {
		padding: 0 .5rem;
		letter-spacing: 1px;
	}
}

@media (max-width: 1463px) {
	/*.wrapper{ width: 1366px;}*/
	/*.lanja .navBlk>ul>li>a{ padding:7px 0.55rem 13px 0.55rem;}OFF*/

}

@media (max-width: 1450px) {

	/*@media (max-width: 1390px){ 20210318解決特定寬度會蓋到	*/
	.topBlk {
		position: relative;
		padding: 18px 0 15px 0;
		width: 80%;
		margin: 0 auto;
	}

	.jp .topBlk  {
		width: 100%;
	}

	.navBlk {
		margin-right: 0;
	}

	.linksBlk {
		padding: 5px 0 0 8px;
	}

	.footerBlk>ul>li {
		padding: 0 1rem 0 0;
		min-height: 290px;
	}

	.footerBlk>ul>li.socialBlk {
		min-height: inherit;
	}

	.footerBlk ul li.video {
		margin: 175px 0 0 -180px;
	}

	.navBlk>ul>li>a {
		padding: 0 0.875rem 0.45rem;
		height: 45px;
	}

	/*.lanch .navBlk>ul>li>a { height:44px;}OFF*/
	.navBlk>ul>li>ul {
		top: 43px;
	}

	/*.lanch .navBlk>ul>li>ul {top: 40px;}
	.lanja .navBlk>ul>li>ul {top: 41px;}OFF*/
	.jp .navBlk>ul>li>a.menu-link {
		padding: 0 .5rem;
		letter-spacing: 0;
	}

	.jp .topBlk .wrapper {
		width: 90%;
	}

	.jp .mainBlk .wrapper, .jp .mainBlk .containerBlk {
		width: 92%;
	}

	.en .navBlk>ul.phone>li>a.menu-link {
		padding: 0 0.8rem;
	}
}

@media (max-width: 1450px) {

	/*@media (max-width: 1365px){ 20210318解決特定寬度會蓋到*/
	.logoBlk {
		float: none;
		position: absolute;
		left: 0;
		top: 2px;
		z-index: 1;
	}

	.topBlk nav {
		float: left;
		width: 100%;
		min-width: 900px;
		position: relative;
		height: 73px;
	}

	/*20171101*/
	.topBlk .pull-right {
		float: right;
		padding: 0;
		position: absolute;
		right: 0;
		top: 13px;
	}

	.navBlk, .navBlk+.pull-right {
		margin-top: 72px;
	}

	.navBlk>ul.slimmenu {
		display: none;
	}

	.navBlk>ul.phone {
		display: block;
	}

	.navBlk>ul {
		position: absolute;
		left: 0%;
		bottom: -37px;
		margin: 0 0 0 0;
	}

	.logoBlk a {
		background-size: 90% 90%;
		margin: 0 1rem .35rem;
	}

	.navBlk>ul.phone>li>ul.row-fluid, .en .navBlk>ul.phone>li>ul.row-fluid, .lanja .navBlk>ul.phone>li>ul.row-fluid {
		min-width: inherit;
		width: 920px;
	}

	.navBlk+.pull-right {
		position: static;
		top: inherit;
		right: inherit;
		margin-top: 62px;
	}

	/*.lanch .navBlk+.pull-right{ margin-top: 62px;}OFF*/
	/*.lanja .navBlk+.pull-right{ margin-top: 73px;}OFF*/
	.navBlk>ul>li>a {
		font-size: 1.05rem;
	}

	footer .wrapper {
		padding: 0 1rem;
	}

	.articleBlkin .list-area {
		width: 100%;
	}

}

@media (max-width: 1265px) {
	.footerBlk .socialBlk ul {
		margin-left: 0;
	}

	/*.lanja .navBlk>ul>li>a {padding: 9px 0.55rem 5px 0.55rem; height: 44px;}OFF*/
}

@media (max-width: 1220px) {
	.wrapper {
		width: 1000px;
	}

	/*.lanja .topBlk { height: 128px;}OFF*/
	/*.lanch .topBlk { height: 127px;}OFF*/
	.topBlk .wrapper {
		padding: 0 0;
		width: 88%;
	}

	.topBlk nav {
		float: left;
		width: 100%;
	}

	.lanja .navBlk>ul>li>a {
		font-size: 0.938rem;
	}

	.footerBlk>ul>li {
		padding: 0 1rem 0 0;
	}

	/*.lanja .footerBlk>ul>li { padding: 0 2.5rem 0 0;}OFF*/
	/*.lanch .footerBlk>ul>li { padding: 0 2.5rem 0 0;}OFF*/
	.footerBlk>ul>li:nth-child(5) {
		min-height: 20rem;
	}

	.footerBlk ul li.map {
		padding: 0 2.5rem 0 0;
	}

	.footerBlk ul li.video {
		margin: 0 0 0 0;
	}

	.footerBlk>ul>li.socialBlk {
		width: auto;
	}

	.footerBlk .socialBlk ul {
		margin-left: -6.5rem;
	}

	.copyRightBlk .wrapper {
		padding: 0 0;
		width: 96%;
	}

	.topBlk {
		height: 130px;
		width: 100%;
	}

	.mainBlk .wrapper, .mainBlk .containerBlk {
		width: 86%;
	}

	.jp .mainBlk .wrapper, .jp .mainBlk .containerBlk {
		width: 95%;
	}

	.jp .topBlk .wrapper {
		width: 100%;
	}

	.navBlk>ul>li>ul {
		top: 36px;
	}

	.navBlk>ul>li>ul.row-fluid {
		left: 15px;
	}

	.articleBlkin {
		width: 100%;
		padding: 0 7%;
	}

}

@media (max-width: 1030px) {
	.navBlk {
		margin-left: 0;
		margin-right: 0;
	}

	/*.lanja .navBlk>ul>li>a {padding: 7px 0.4rem 8px 0.4rem;}OFF*/
	.topBlk .pull-right, .navBlk+.pull-right {
		padding: 0 0 0 0;
	}

	/*.lanja .navBlk+.pull-right { padding-right: 10px;margin-top: 71px;}OFF*/
	.footerBlk>ul>li {
		width: 25%;
		min-height: 320px;
	}

	.footerBlk>ul>li:nth-child(n+5) {
		width: auto;
	}

	.footerBlk>ul>li:nth-child(5) {
		min-height: 21rem;
	}

	.footerBlk>ul>li.map {
		min-height: inherit;
	}

	.navBlk>ul {
		margin: 0 0 0 0;
	}

	.articleBlkin {
		padding: 0 1%;
	}
}

@media (max-width: 1024px) {
	.wrapper, .topBlk .wrapper {
		width: 100%;
		padding: 0 0;
	}

	.topBlk nav {
		float: none;
	}

	.topBlk .pull-right {
		padding-right: 1rem;
	}

	.logoBlk {
		left: 15px;
	}

	.logoBlk a {
		margin: 0 1rem .35rem 0;
	}

	footer .wrapper {
		width: 100%;
	}

	.footerBlk .mapBlk {
		width: auto;
		height: auto;
	}

	.copyRightBlk .wrapper {
		width: auto;
		padding: 0 1rem;
	}

	.jp .topBlk .wrapper {
		width: 100%;
	}

	.jp .mainBlk .wrapper, .jp .mainBlk .containerBlk {
		width: 97%;
	}

	.jp .topBlk .pull-right {
		padding-right: 0.5rem;
	}

	.jp .pull-right .searchBlk {
		padding: 0 0.3rem 0 0;
	}

	.jp .linksBlk li a.btnSignin {
		padding: 0 0.2rem;
	}

	.linksBlk li a.register {
		margin: 0 0.2rem;
	}
}

@media (max-width: 980px) {

	.linksBlk li a.register,
	.linksBlk li a.register:hover,
	.linksBlk li a.register:active {
		background: url('/hq/system/modules/com.thesys.project.winbond/resources/images/cart_phone.svg') no-repeat center center;
	}

	.linksBlk li a.register,
	.linksBlk li a.register:hover,
	.linksBlk li a.register:active {
		/*20171101*/
		padding: 0;
		margin: 0 0.75rem;
		position: relative;
		background-size: 78%;
		width: 22px;
		height: 40px;
		display: inline-block;
		top: 0;
	}

	.articleBlkin {
		width: 100%;
	}

	.articleBlkin .list-area {
		width: 100%;
		margin: 0 auto;
	}

	.articleBlkin .list-area ::-webkit-scrollbar {
		display: none;
	}

	.articleBlkin .list-area .list-content {
		overflow: auto;
	}

	.articleBlkin .list-area .list-content .list {
		position: static;
	}

	.articleBlkin .list-area a {
		width: calc(100% - 50px);
		margin: 0 10px;
		max-width: 350px;
	}

	.articleBlkin .list-area a .title {
		width: 100%;
		height: 220px;
	}

	.articleBlkin .list-area a .title img {
		margin: 20px 20px 20px 20px;
	}

	.articleBlk .list-area a .title p {
		margin: 20px 20px 20px 20px;
	}

	.articleBlkin .list-area .prev,
	.articleBlkin .list-area .next {
		display: none;
		width: 0;
		height: 0;
		overflow: hidden;
	}

	.hint {
		display: block;
	}

	section.articleBlk {
		margin-bottom: 2rem;
	}

	.index .titleBlk .title-text {
		margin: 4rem 0;
		padding-bottom: 0;
	}

	.index .titleBlk .title-text span {
		color: #e71e0f;
		font-size: 2.215rem;
		letter-spacing: 0.0325rem;
	}

	.wrapper {
		margin: 0 0;
		width: 100%;
	}

	.topBlk .wrapper {
		width: auto;
		display: inherit;
		min-width: inherit;
	}

	.logoBlk {
		left: 0;
	}

	.logoBlk, .logoBlk a {
		width: 282px;
	}

	.logoBlk {
		display: block;
		left: inherit;
		top: inherit;
		margin: 0 auto 0 auto;
		position: static;
		height: 85px;
		padding: 10px 0;
	}

	.logoBlk a {
		margin: 0 auto;
		height: 60px;
	}

	.logoBlk .moon-logo {
		font-size: 3.75rem;
		height: 46px;
		line-height: 46px;
	}

	.linksBlk:nth-child(1) {
		padding-bottom: 0;
		display: none;
	}

	.linksBlk:nth-child(2) {
		position: static;
		top: inherit;
		left: inherit;
		right: inherit;
		float: right;
	}

	.topBlk {
		padding: 0;
		height: 175px !important;
		text-align: left;
		position: relative;
	}

	.topBlk nav {
		width: 100%;
		height: 100%;
		float: none;
		min-width: inherit !important;
		background-color: transparent;
	}

	.topBlk nav.active {
		display: block;
		padding-bottom: 15px;
		transition: all 0.25s ease-in;
	}

	/*.topBlk .pull-right {
			float: none; 
			padding: 0 0 0 0;
			padding-right: 0 !important;
			margin:0 0;
			height:90px;
			background:transparent url(../images/bg-nav.png) repeat-x 0 0;
			position:static;
			right:inherit;
			top:inherit;
		}*/
	.topBlk .pull-right:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.navBlk+.pull-right

	/*, .lanja .navBlk+.pull-right,
		.lanch .navBlk+.pull-right*/
		{
		/*OFF*/
		position: absolute;
		top: 49px;
		left: 0;
		background: transparent none repeat-x 0 0;
		width: 100%;
		height: 40px;
		margin: 0;
	}

	.navBlk+.pull-right .linksBlk {
		display: block;
		float: right;
		margin: -49px 4px 0 0;
		padding: 0 0;
	}

	.linksBlk li a {
		font-size: 1.125rem;
		line-height: 40px;
		padding: 0 0.75rem;
		color: #ffffff;
	}

	.linksBlk li a:after {
		height: 25px;
		top: 0;
		background-color: #ffffff
	}

	.linksBlk li a.btnSignin {
		line-height: 40px;
	}

	.linksBlk li a:hover {
		color: #ffffff;
	}

	.langBlk {
		float: right;
		margin-right: 15px;
	}

	.langBlk>li {
		font-size: 14px;
	}

	.langBlk>li>a {
		width: 113px;
		line-height: 30px;
		height: 30px;
	}

	.langBlk>li>a:before {
		line-height: 30px;
		height: 30px;
	}

	.langBlk li ul {
		padding: 0.25rem 1.235em 0 1.65rem;
		top: 30px;
		width: 115px;
	}

	.langBlk li ul li a {
		font-size: 0.938rem;
		padding: 0.35rem 0 0.35rem 0;
	}

	.pull-right .searchBlk {
		margin-left: 15px;
		width: 48.5%;
		max-width: 240px;
	}

	.pull-right select+.searchBlk {
		margin-left: 0;
	}

	.searchBlk {
		padding: 8px 10px;
	}

	.searchBlk>a {
		display: none;
	}

	.searchBlk .searchBar {
		display: block;
		height: 32px;
		padding: 0 40px 0 0;
		position: relative;
		background-color: white;
		border: 1px solid #cccccc;
	}

	.mainBlk .searchBlk .searchBar {
		padding: 5px 40px 4px 0;
	}

	.searchBlk .searchBar .search {
		border-radius: 0;
		background-position: 0 0;
		width: 32px;
		height: 32px;
	}

	.searchBar .from-txt, .searchBar .from-txt:hover {
		float: none;
		width: 100%;
		height: 30px;
		line-height: inherit;
		border: none;
		font-size: 1.0rem;
		padding-top: 6px;
		padding-bottom: 6px;
		transition: all 0.05s ease-in;
	}

	/******NAVBAR**************/
	.navBlk>div.menu-collapser {
		display: block !important;
	}

	.navBlk>ul.phone {
		display: none;
	}

	.overlay {
		display: block;
		opacity: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		top: -100%;
		left: 0;
		background: rgba(0, 0, 0, 0.65);
		z-index: 2;
		-webkit-transition: all 0.1s ease-in;
		-moz-transition: all 0.1s ease-in;
		-o-transition: all 0.1s ease-in;
		transition: all 0.1s ease-in;
	}

	.overlay.active {
		opacity: 1;
		top: 0;
	}

	.navBlk ul.phone {
		display: none;
	}

	.navBlk ul, .navBlk>div.menu-collapser {
		position: absolute;
		left: 0;
		bottom: inherit;
		margin: 0;
		top: 0;
	}

	ul.slimmenu {
		display: block;
		position: absolute;
		z-index: 1000;
		top: 40px;
	}

	/*******NAVBAR**END************/
	.footerBlk ul li ul li {
		max-width: 120px;
	}

	.index .videoBlk .titleBlk h2 {
		width: auto;
		white-space: nowrap;
	}

	.owl-carousel.owl-drag .owl-item,
	.owl-carousel.owl-drag .owl-item img,
	.index .owl-carousel.owl-drag .owl-item,
	.index .owl-carousel.owl-drag .owl-item img,
	.hr .owl-carousel.owl-drag .owl-item,
	.hr .owl-carousel.owl-drag .owl-item img {
		height: auto !important;
	}

	.hr .owl-carousel.owl-drag .owl-item img {
		position: static;
		top: 0;
	}
}

@media (max-width: 868px) {
	.footerBlk>ul>li {
		width: 25%;
		padding: 0 1.5rem 0 0;
	}

	.footerBlk>ul>li:nth-child(4) {
		min-height: 22rem;
	}

	.footerBlk>ul>li:nth-child(5) {
		min-height: inherit;
	}

	.footerBlk>ul>li:nth-child(5) ul li a {
		white-space: nowrap;
	}

	.articleBlk .list-area a .title p {
		margin: 10px 10px 10px 10px;
	}

	.articleBlkin .list-area a .title p {
		letter-spacing: 0;
	}

	.articleBlkin .list-area a .title {
		max-height: 196px;
	}
}

@media (max-width: 768px) {
	.footerBlk>ul>li {
		padding: 0 0.5rem 0 0;
	}

	.footerBlk ul li a {
		white-space: normal;
	}

	.copyRightBlk .wrapper {
		padding: 0 0;
	}

	.copyRightBlk, .copyRightBlk .group, .copyRightBlk ul {
		text-align: center;
	}

	.copyRightBlk .group {
		display: block;
		margin: 0 0 0.5rem 0;
	}

	.copyRightBlk ul, .copyRightBlk ul li {
		float: none;
		display: inline-block;
	}

	.copyRightBlk ul li:last-of-type a:after {
		display: none;
	}
}


@media (max-width: 600px) {
	.footerBlk>ul>li, .footerBlk>ul>li:nth-child(n+5) {
		width: 50%;
	}

	.footerBlk ul li ul li {
		max-width: inherit;
	}

	.footerBlk>ul>li:nth-child(1), .footerBlk>ul>li:nth-child(2) {
		min-height: 16rem;
	}

	.footerBlk>ul>li:nth-child(odd) {
		padding: 0 5% 0 0;
	}

	.footerBlk>ul>li:nth-child(even) {
		padding: 0 0;
	}

	.footerBlk>ul>li:nth-child(3), .footerBlk>ul>li:nth-child(4) {
		min-height: 20rem;
	}

	.footerBlk>ul>li:nth-child(5) {
		width: 50%;
		min-height: 8rem;
	}

	.footerBlk>ul>li.map {
		padding-bottom: 2rem;
	}

	.footerBlk>ul>li:video, .footerBlk>ul>li.socialBlk {
		width: 50%;
		min-height: 6rem;
	}

	.footerBlk>ul>li:video img {
		width: 100%;
	}

	.footerBlk>ul>li:nth-child(n+5).socialBlk {
		width: inherit;
	}

	.footerBlk .socialBlk ul {
		margin-left: 0;
	}
}

@media (max-width: 480px) {
	.searchBar .from-txt, .topBlk .searchBar .from-txt:hover {
		width: 100px;
	}

	.topBlk .searchBlk .searchBar {
		padding: 5px 40px 4px 0;
	}

	.topBlk .searchBar .from-txt {
		height: inherit;
		padding-top: 0;
		padding-bottom: 0;
	}

	.footerBlk>ul>li, .footerBlk>ul>li:nth-child(n+5) {
		width: 100%;
		padding-bottom: 2rem;
	}

	.footerBlk>ul>li:nth-child(1), .footerBlk>ul>li:nth-child(2) {
		min-height: inherit;
	}

	.footerBlk>ul>li:nth-child(odd) {
		padding: 0 0 2rem 0;
	}

	.footerBlk>ul>li:nth-child(even) {
		padding: 0 0 2rem 0;
	}

	.footerBlk>ul>li:nth-child(3), .footerBlk>ul>li:nth-child(4) {
		min-height: inherit;
	}

	.footerBlk>ul>li:nth-child(5), .footerBlk>ul>li.map {
		width: 100%;
		min-height: inherit;
	}

	.footerBlk>ul>li:video, .footerBlk>ul>li.socialBlk {
		width: 100%;
		min-height: inherit;
	}

	.footerBlk>ul>li.socialBlk {
		padding: 0 0;
	}
}

@media (max-width: 414px) {
	.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 {
		display: block;
		width: 100%;
	}

	.copyRightBlk .wrapper {
		padding: 0 0;
	}
}

@media (max-width: 375px) {
	.productBlk ul {
		padding: 4px 0;
	}
}


/************20171101****************************/
.dataTables_wrapper {
	border-bottom: none !important;
}

/*產品圖區*/
.tableBlk table.table.dataTable {
	width: 70% !important;
	margin-left: 30%;
}

/*產品TABS區*/
.DTFC_ScrollWrapper {
	border-top: 0 !important;
}

@media all and (-ms-high-contrast:none) {
	.navBlk>ul.phone>li>a.menu-link {
		background-image: linear-gradient(transparent, transparent);
	}

	.navBlk>ul.phone>li>a.menu-link:hover {
		color: #e71f10;
	}
}

@media (min-width: 1221px) {
	.topBlk .wrapper {
		width: 100%;
	}

	.mainBlk .wrapper, .mainBlk .containerBlk {
		width: 78%;
	}

	.jp .mainBlk .wrapper, .jp .mainBlk .containerBlk {
		width: 78%;
	}
}

/*
@media (max-width: 1365px) and (min-width: 980px){ 
	.topBlk nav{
		min-width:900px;
	}
	.mainBlk .wrapper, .mainBlk .containerBlk {
		width: 92%;
	}
}
*/

@media (min-width: 1366px) and (-webkit-min-device-pixel-ratio:0) {
	/* .topBlk {
		height: 90px;
	} */

	.navBlk>ul.slimmenu {
		display: none;
	}

	.navBlk>ul.phone {
		display: block;
	}

	/*.lanja .navBlk>ul>li>a {padding: 7px 0.55rem 5px 0.55rem;}OFF*/
}

@media (min-width: 1391px) {
	.topBlk .wrapper {
		width: 79%
	}

	.jp .topBlk .wrapper {
		width: 80%;
	}

	.navBlk {
		margin-right: 1rem;
	}

	.en .navBlk>ul.phone>li>a.menu-link {
		padding: 0 0.8rem;
	}
}

@media (min-width: 1450px) {
	.navBlk {
		margin-right: 2rem;
	}

	/* .jp .topBlk .wrapper {
		width: 100%;
	} */

	.jp .navBlk {
		margin-right: 0;
	}
}

@media (min-width: 1668px) {

	.navBlk>ul.phone>li>a.menu-link,
	.en .navBlk>ul.phone>li>a.menu-link {
		padding: 0 2.5rem;
	}

	.jp .navBlk>ul.phone>li>a.menu-link {
		padding: 0 1.5rem;
	}

	.jp .navBlk {
		margin-right: 3rem;
	}
}

@media (min-width: 2224px) {
	.topBlk .wrapper {
		width: 78%;
		display: inline-block;
	}

	.navBlk {
		margin-right: 10rem;
	}

	.navBlk>ul.phone>li>a.menu-link {
		padding: 0 4rem;
	}

	.en .navBlk>ul.phone>li>a.menu-link {
		padding: 0 4rem;
	}

	.jp .navBlk>ul.phone>li>a.menu-link {
		padding: 0 4rem;
	}
}

.modal-body .ResourcesBlk .blk .contentBlk, .modal-body .ResourcesBlk .blk .contentBlk .th {
	font-weight: normal;
}

.qa span.questionblk {
	font-size: 15px;
	color: #d2827c;
	padding-top: 15px;
	padding-bottom: 2px;
	line-height: 15px;
	display: inline;
}

.qa span.answerblk {
	font-size: 15px;
	color: #339cea;
	padding-top: 15px;
	padding-bottom: 2px;
	display: inline;
}

.qa hr {
	border-top: 1px solid #5B5B5B;
	border-bottom: 0;
	margin: 10px 0;
}

.table-scroll {
	overflow-x:scroll;
}
.footable.table > thead > tr > th span {
	white-space: nowrap;
}
.mainBlk {
    min-height:807px;
}
