@charset "UTF-8";
/* line 5, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2");
}
/* line 19, ../../sass/base/_base.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 106, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/*@mixin base-font-style-non-class() {
	/*font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','微軟正黑體',Microsoft JhengHei,'微軟雅黑體',Microsoft YaHei,SimHei,Arial,Verdana,Helvetica,'sans-serif';*/
			    /*font-family: 'Arial',"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;

}
@mixin useGoogleFont(){
	&.google-font {	
		//font-family: 'Play', sans-serif;
		font-family: 'Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;

	}
}*/
/*Mobile font-size*/
@-webkit-keyframes menuOpenFirst {
  0% {
    top: 0px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  100% {
    top: 7.3px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@-moz-keyframes menuOpenFirst {
  0% {
    top: 0px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  100% {
    top: 7.3px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@-ms-keyframes menuOpenFirst {
  0% {
    top: 0px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  100% {
    top: 7.3px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@keyframes menuOpenFirst {
  0% {
    top: 0px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  100% {
    top: 7.3px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@-webkit-keyframes menuOpenSecond {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 7.3px;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 7.3px;
  }
  51% {
    top: 7.3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: 7.3px;
  }
}
@-moz-keyframes menuOpenSecond {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 7.3px;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 7.3px;
  }
  51% {
    top: 7.3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: 7.3px;
  }
}
@-ms-keyframes menuOpenSecond {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 7.3px;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 7.3px;
  }
  51% {
    top: 7.3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: 7.3px;
  }
}
@keyframes menuOpenSecond {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 7.3px;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 7.3px;
  }
  51% {
    top: 7.3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: 7.3px;
  }
}
@-webkit-keyframes menuOpenThird {
  0% {
    top: 14px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  100% {
    top: 7.3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@-moz-keyframes menuOpenThird {
  0% {
    top: 14px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  100% {
    top: 7.3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@-ms-keyframes menuOpenThird {
  0% {
    top: 14px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  100% {
    top: 7.3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@keyframes menuOpenThird {
  0% {
    top: 14px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  100% {
    top: 7.3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@-webkit-keyframes menuCloseFirst {
  0% {
    top: 7.3px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  50% {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  100% {
    top: 0px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes menuCloseFirst {
  0% {
    top: 7.3px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  50% {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  100% {
    top: 0px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-ms-keyframes menuCloseFirst {
  0% {
    top: 7.3px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  50% {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  100% {
    top: 0px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes menuCloseFirst {
  0% {
    top: 7.3px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  50% {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  100% {
    top: 0px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes menuCloseSecond {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: 7.3px;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 7.3px;
  }
  51% {
    top: 7.3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 7.3px;
  }
}
@-moz-keyframes menuCloseSecond {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: 7.3px;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 7.3px;
  }
  51% {
    top: 7.3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 7.3px;
  }
}
@-ms-keyframes menuCloseSecond {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: 7.3px;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 7.3px;
  }
  51% {
    top: 7.3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 7.3px;
  }
}
@keyframes menuCloseSecond {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: 7.3px;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 7.3px;
  }
  51% {
    top: 7.3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 7.3px;
  }
}
@-webkit-keyframes menuCloseThird {
  0% {
    top: 7.3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  50% {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  100% {
    top: 14px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes menuCloseThird {
  0% {
    top: 7.3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  50% {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  100% {
    top: 14px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-ms-keyframes menuCloseThird {
  0% {
    top: 7.3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  50% {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  100% {
    top: 14px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes menuCloseThird {
  0% {
    top: 7.3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  50% {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  100% {
    top: 14px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*black word menu start*/
/*black word menu end*/
/*white word menu start*/
/*white word menu end*/
/* line 325, ../../sass/base/_header.scss */
.topBg #header-bar {
  position: relative;
  background-image: url(/Images/2017NewFront/headerbackground_black.png);
  background-size: 1px 101%;
  background-repeat: repeat;
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
}
/* line 242, ../../sass/base/_header.scss */
.topBg #header-bar .navbar-header > .content-menu a span, .topBg #header-bar .navbar-header > .content-menu a i {
  color: #ffffff;
}
/* line 252, ../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items > div a {
  color: #ffffff;
}
/* line 255, ../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items > div a img.black_img {
  display: none;
}
/* line 258, ../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items > div a img.white_img {
  display: block;
}
/* line 266, ../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items > div.search img.black_img {
  display: none;
}
/* line 269, ../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items > div.search img.white_img {
  display: block;
}
/* line 276, ../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search #full-search-keyword {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
/* line 284, ../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search span.close > span.first, .topBg #header-bar .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search span.close > span.second {
  background: #ffffff;
}
/* line 302, ../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-logo img#original_logo_black {
  display: none;
}
/* line 305, ../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-logo img#original_logo_white {
  display: block;
}
/* line 314, ../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .MobileMenu div#mobile-menu > span {
  background-color: #ffffff;
}
/* line 334, ../../sass/base/_header.scss */
.topBg #header-bar .container {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
/* line 339, ../../sass/base/_header.scss */
.topBg #header-bar .cnAd {
  top: 0;
  position: absolute;
  right: 23px;
  height: 100%;
  display: table;
}
/* line 345, ../../sass/base/_header.scss */
.topBg #header-bar .cnAd span {
  display: table-cell;
  vertical-align: middle;
}
/* line 350, ../../sass/base/_header.scss */
.topBg #header-bar.CoverHeader {
  position: absolute;
}
/* line 355, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar div[id^="for-menu-header-"] .new_menu_slide_area {
  margin-left: 16%;
  width: 68%;
}
/* line 359, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar div[id^="for-menu-header-"] .menu-slide-background {
  background: #FFFFFF;
}
/* line 363, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header {
  height: 100%;
}
/* line 365, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header #recentlySearch, .topBg #header-bar.new-header-bar .navbar-header #recentlySearchWord {
  display: none;
}
/* line 24, ../../sass/base/_font.scss */
.topBg #header-bar.new-header-bar .navbar-header #recentlySearch.show li.google-font.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 377, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header #mobileMenuShowBodyBlock {
  display: none;
}
/* line 380, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-logo {
  min-width: 150px;
  width: 12.5%;
  position: absolute;
  display: table;
  height: 100%;
  float: left;
}
/* line 389, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-logo a {
  display: table-cell;
  vertical-align: middle;
}
/* line 392, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-logo a img {
  width: 65%;
  display: block;
}
/* line 399, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu {
  display: inline-block;
  width: 100%;
  text-align: center;
}
/* line 24, ../../sass/base/_font.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu.google-font.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 406, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li {
  margin: 0 1.5%;
  display: inline-block;
  height: 100%;
  float: initial;
  float: unset;
}
/* line 414, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li.menuHeader a {
  font-size: 130%;
}
/* line 417, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li.menuHeader > a {
  display: table;
  height: 100%;
}
/* line 421, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li.menuHeader > a span.text {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 99%;
}
/* line 428, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li.menuHeader > a span.listStyle {
  display: none;
}
/* line 434, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li.menuHeader > a:hover span.text {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 444, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li.menuHeader.active > a span.text {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-weight: bold;
}
/* line 452, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li.menuTitle {
  display: none;
}
/* line 455, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li.menuBody, .topBg #header-bar.new-header-bar .navbar-header > .content-menu li.viewallItem, .topBg #header-bar.new-header-bar .navbar-header > .content-menu li.AorusLogoIcon {
  display: none;
}
/* line 458, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li.mobileBtmMenuArea {
  display: none;
}
/* line 464, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu a span.header_arrow {
  display: none;
}
/* line 471, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .HeaderActivity {
  display: none;
}
/* line 474, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .MobileMenu {
  display: none;
}
/* line 477, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other {
  position: absolute;
  top: 0;
  right: 5%;
  float: right;
  display: table;
}
/* line 484, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items {
  display: table-row;
}
/* line 487, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.language, .topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.member, .topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.search, .topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.businessCenter, .topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.aorus {
  font-size: 150%;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 40px;
}
/* line 493, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.language a, .topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.member a, .topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.search a, .topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.businessCenter a, .topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.aorus a {
  text-align: right;
  display: block;
  position: relative;
}
/* line 498, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.language img, .topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.member img, .topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.search img, .topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.businessCenter img, .topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.aorus img {
  width: 20px;
}
/* line 504, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.search {
  font-size: 150%;
  cursor: pointer;
}
/* line 508, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search {
  display: none;
}
/* line 510, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search .popularArea {
  display: none;
}
/* line 518, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.aorus a img {
  width: auto;
  height: 18px;
}
/* line 526, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.businessCenter a img {
  width: auto;
  height: 20px;
}
/* line 536, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.menuSearchToolTip {
  position: absolute;
  top: 105%;
  z-index: 999999;
}
/* line 540, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.menuSearchToolTip .toolTipArea {
  background-color: #ffffff;
  color: #000000;
  padding: 8px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 547, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.menuSearchToolTip .toolTipArea i.arr {
  position: absolute;
  width: 30px;
  height: 15px;
  left: 30px;
  overflow: hidden;
  top: -15px;
}
/* line 556, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.menuSearchToolTip .toolTipArea i.arr::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #ffffff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
/* line 569, ../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.menuSearchToolTip.openMobileSearch {
  left: 13%;
}
/* line 582, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch {
  z-index: 100002;
}
/* line 586, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-logo, .topBg #header-bar.opensearch .container .navbar-header .content-menu {
  display: none;
}
/* line 589, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header #recentlySearch {
  width: 100%;
  top: 66px;
  position: fixed;
  z-index: 99998;
}
/* line 595, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header #recentlySearch li.item {
  color: #000000;
}
/* line 609, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header #recentlySearchWord span.text {
  color: #423F3F;
  font-size: 13px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: 0.35;
}
/* line 24, ../../sass/base/_font.scss */
.topBg #header-bar.opensearch .container .navbar-header #recentlySearchWord span.google-font.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 622, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other {
  display: block;
  width: 90%;
  left: 5%;
  right: 5%;
}
/* line 627, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 631, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .language, .topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .member, .topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .businessCenter, .topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .aorus {
  display: none;
}
/* line 634, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search {
  width: 100%;
  display: block;
  height: 100%;
  display: table;
  padding: 0;
}
/* line 640, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search > .search_icon {
  display: none !important;
}
/* line 643, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form {
  height: 100%;
}
/* line 645, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form#Top-Menu-Search {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
/* line 650, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content {
  position: relative;
}
/* line 652, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content > input {
  width: 100%;
  text-indent: 30px;
  border: 0;
  background: transparent;
}
/* line 659, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content span.submit_area {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
}
/* line 666, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content span.submit_area > input.sb-search-submit {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
/* line 678, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content span.clear {
  display: none;
  position: absolute;
  z-index: 999999;
  color: #000000;
  font-size: 90%;
  right: 40px;
  top: 3px;
  font-weight: normal;
  cursor: pointer;
}
/* line 689, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content span.clear span.icon {
  display: none;
}
/* line 692, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content span.clear span.text {
  display: block;
  font-size: 97%;
}
/* line 697, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content span.clear.show {
  display: block;
}
/* line 702, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content span.close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}
/* line 708, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content span.close > span {
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 9px;
}
/* line 714, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content span.close > span.first {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 717, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content span.close > span.second {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 726, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form#Top-Menu-Search span.back {
  display: none;
}
/* line 731, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.popularArea {
  display: none;
}
/* line 740, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container .navbar-header .content-other .content-other-items .search form#Top-Menu-Search.animating div.content span.close {
  display: none;
}
/* line 760, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch.done .container .navbar-header #recentlySearch.show {
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
  width: 100%;
}
/* line 766, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch.done .container .navbar-header #recentlySearch.show li {
  color: #FFFFFF;
  font-size: 130%;
  padding: 15px 0;
  padding-left: 35px;
  cursor: pointer;
  display: block;
}
/* line 24, ../../sass/base/_font.scss */
.topBg #header-bar.opensearch.done .container .navbar-header #recentlySearch.show li .google-font.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 776, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch.done .container .navbar-header #recentlySearch.show li:hover {
  background-color: #1E9FF2;
}
/* line 780, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch.done .container .navbar-header #recentlySearch.show li span.text {
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  word-break: break-all;
}
/* line 788, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch.done .container .navbar-header #recentlySearch.show.showAutoComplete {
  display: none;
}
/* line 802, ../../sass/base/_header.scss */
.topBg #header-bar.BlackWord {
  background: none;
  background-image: url(/Images/2017NewFront/headerbackground_white.png);
  background-size: 1px 101%;
  background-repeat: repeat;
}
/* line 144, ../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .cnAd span {
  color: #000000;
}
/* line 151, ../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header > .content-menu a span, .topBg #header-bar.BlackWord .navbar-header > .content-menu a i {
  color: #000000;
}
/* line 161, ../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .content-other div.content-other-items > div a {
  color: #000000;
}
/* line 164, ../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .content-other div.content-other-items > div a img.black_img {
  display: block;
}
/* line 167, ../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .content-other div.content-other-items > div a img.white_img {
  display: none;
}
/* line 175, ../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .content-other div.content-other-items > div.search img.black_img {
  display: block;
}
/* line 178, ../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .content-other div.content-other-items > div.search img.white_img {
  display: none;
}
/* line 185, ../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search #full-search-keyword {
  color: #000000;
  font-size: 86%;
  border: none;
  padding-right: 88px;
}
/* line 196, ../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search span.close > span.first, .topBg #header-bar.BlackWord .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search span.close > span.second {
  background: #000000;
}
/* line 214, ../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .content-logo img#original_logo_black {
  display: block;
}
/* line 217, ../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .content-logo img#original_logo_white {
  display: none;
}
/* line 226, ../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .MobileMenu div#mobile-menu > span {
  background-color: #000000;
}
/* line 813, ../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader {
  background: none;
  background-color: #ffffff;
}
/* line 144, ../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .cnAd span {
  color: #000000;
}
/* line 151, ../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header > .content-menu a span, .topBg #header-bar.NotCoverHeader .navbar-header > .content-menu a i {
  color: #000000;
}
/* line 161, ../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .content-other div.content-other-items > div a {
  color: #000000;
}
/* line 164, ../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .content-other div.content-other-items > div a img.black_img {
  display: block;
}
/* line 167, ../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .content-other div.content-other-items > div a img.white_img {
  display: none;
}
/* line 175, ../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .content-other div.content-other-items > div.search img.black_img {
  display: block;
}
/* line 178, ../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .content-other div.content-other-items > div.search img.white_img {
  display: none;
}
/* line 185, ../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search #full-search-keyword {
  color: #000000;
  font-size: 86%;
  border: none;
  padding-right: 88px;
}
/* line 196, ../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search span.close > span.first, .topBg #header-bar.NotCoverHeader .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search span.close > span.second {
  background: #000000;
}
/* line 214, ../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .content-logo img#original_logo_black {
  display: block;
}
/* line 217, ../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .content-logo img#original_logo_white {
  display: none;
}
/* line 226, ../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .MobileMenu div#mobile-menu > span {
  background-color: #000000;
}
/* line 821, ../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu {
  background: none;
  background-color: #000000;
  z-index: 100002;
}
/* line 242, ../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header > .content-menu a span, .topBg #header-bar.showPCmenu .navbar-header > .content-menu a i {
  color: #ffffff;
}
/* line 252, ../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items > div a {
  color: #ffffff;
}
/* line 255, ../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items > div a img.black_img {
  display: none;
}
/* line 258, ../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items > div a img.white_img {
  display: block;
}
/* line 266, ../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items > div.search img.black_img {
  display: none;
}
/* line 269, ../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items > div.search img.white_img {
  display: block;
}
/* line 276, ../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search #full-search-keyword {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
/* line 284, ../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search span.close > span.first, .topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search span.close > span.second {
  background: #ffffff;
}
/* line 302, ../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-logo img#original_logo_black {
  display: none;
}
/* line 305, ../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-logo img#original_logo_white {
  display: block;
}
/* line 314, ../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .MobileMenu div#mobile-menu > span {
  background-color: #ffffff;
}
/* line 829, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch {
  background: none;
  background-color: #ffffff;
}
/* line 144, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .cnAd span {
  color: #000000;
}
/* line 151, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header > .content-menu a span, .topBg #header-bar.opensearch .navbar-header > .content-menu a i {
  color: #000000;
}
/* line 161, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .content-other div.content-other-items > div a {
  color: #000000;
}
/* line 164, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .content-other div.content-other-items > div a img.black_img {
  display: block;
}
/* line 167, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .content-other div.content-other-items > div a img.white_img {
  display: none;
}
/* line 175, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .content-other div.content-other-items > div.search img.black_img {
  display: block;
}
/* line 178, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .content-other div.content-other-items > div.search img.white_img {
  display: none;
}
/* line 185, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search #full-search-keyword {
  color: #000000;
  font-size: 86%;
  border: none;
  padding-right: 88px;
}
/* line 196, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search span.close > span.first, .topBg #header-bar.opensearch .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search span.close > span.second {
  background: #000000;
}
/* line 214, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .content-logo img#original_logo_black {
  display: block;
}
/* line 217, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .content-logo img#original_logo_white {
  display: none;
}
/* line 226, ../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .MobileMenu div#mobile-menu > span {
  background-color: #000000;
}
/* line 835, ../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu {
  background-color: #000000;
}
/* line 242, ../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header > .content-menu a span, .topBg #header-bar.b2bMenu .navbar-header > .content-menu a i {
  color: #ffffff;
}
/* line 252, ../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items > div a {
  color: #ffffff;
}
/* line 255, ../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items > div a img.black_img {
  display: none;
}
/* line 258, ../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items > div a img.white_img {
  display: block;
}
/* line 266, ../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items > div.search img.black_img {
  display: none;
}
/* line 269, ../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items > div.search img.white_img {
  display: block;
}
/* line 276, ../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search #full-search-keyword {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
/* line 284, ../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search span.close > span.first, .topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search span.close > span.second {
  background: #ffffff;
}
/* line 302, ../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-logo img#original_logo_black {
  display: none;
}
/* line 305, ../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-logo img#original_logo_white {
  display: block;
}
/* line 314, ../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .MobileMenu div#mobile-menu > span {
  background-color: #ffffff;
}
/* line 843, ../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .container .navbar-header div.content-other-items div.language, .topBg #header-bar.b2bMenu .container .navbar-header div.content-other-items div.aorus {
  display: none;
}
/* line 853, ../../sass/base/_header.scss */
.topBg #mobileMenuShowBlock {
  display: none;
}
/* line 856, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 999999;
  background-color: #eeeeee;
  padding: 0px 0 7px 0;
  font-size: 105%;
  min-width: 1007px;
}
/* line 865, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock.showMenu {
  display: block;
}
/* line 870, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock div#divBg {
  z-index: 1;
  position: absolute;
  width: 100%;
  min-height: 50px;
  background-color: #ffffff;
  top: 0;
  left: 0;
}
/* line 881, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
/* line 887, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li {
  text-align: left;
}
/* line 889, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle {
  display: inline-block;
  margin: 0 1.5%;
  vertical-align: top;
  min-width: 220px;
  max-width: 240px;
  margin-left: 0;
}
/* line 904, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle.menu-title-81 {
  min-width: 150px;
}
/* line 907, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > a {
  display: table;
  padding: 15px 0;
}
/* line 910, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > a.noUrlLink {
  cursor: auto;
}
/* line 914, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > a span.listStyle {
  display: table-cell;
  vertical-align: middle;
}
/* line 917, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > a span.listStyle img {
  vertical-align: middle;
  height: 20px;
}
/* line 922, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > a span.text {
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
  color: #000000;
  font-weight: bold;
}
/* line 929, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > a span.listNext {
  display: none;
}
/* line 936, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > a.hasUrlLink:hover span.text {
  color: #1E9FF2;
}
/* line 944, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area {
  padding-top: 5px;
  padding-bottom: 43px;
}
/* line 949, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area li.viewallItem {
  cursor: pointer;
}
/* line 951, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area li.viewallItem > a {
  color: #1E9FF2;
  font-weight: bold;
}
/* line 956, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area li.menuBody {
  padding-bottom: 15px;
}
/* line 960, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area li.menuBody a span.text {
  color: #666666;
}
/* line 964, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area li.menuBody a.noUrlLink {
  cursor: auto;
}
/* line 970, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area li.menuBody a.hasUrlLink:hover span.text {
  color: #1E9FF2;
}
/* line 978, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area li.AorusLogoIcon {
  display: none;
}
/* line 981, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area li.AorusLogoIcon > a img {
  width: 50px;
}
/* line 24, ../../sass/base/_font.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area.google-font.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 993, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area.GamingMenuTitle li a img {
  width: 50%;
}
/* line 995, ../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area.GamingMenuTitle li a img.white_logo {
  display: none;
}
/* line 24, ../../sass/base/_font.scss */
.topBg #pcMenuShowBlock ul.menu-title-area.google-font.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 1018, ../../sass/base/_header.scss */
.topBg.Rwd #pcMenuShowBlock {
  min-width: auto;
}

/* line 1027, ../../sass/base/_header.scss */
body div#PageMainContentBlock {
  display: none;
  width: 100%;
  height: 200%;
  position: fixed;
  background-color: #000000;
  z-index: 100001;
  top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 1040, ../../sass/base/_header.scss */
body.showPcMenu div#PageMainContentBlock {
  display: block;
}
/* line 1047, ../../sass/base/_header.scss */
body.showSearch div#PageMainContentBlock {
  top: 0;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 1057, ../../sass/base/_header.scss */
body ul.MenuAutocomplete {
  z-index: 100002 !important;
  left: 0 !important;
  background: none !important;
  color: #ffffff !important;
  font-size: 130% !important;
  width: 100% !important;
  border: none !important;
}
/* line 24, ../../sass/base/_font.scss */
body ul.MenuAutocomplete.google-font.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 1068, ../../sass/base/_header.scss */
body ul.MenuAutocomplete > li {
  padding: 15px 0 !important;
  padding-left: 35px !important;
}
/* line 1071, ../../sass/base/_header.scss */
body ul.MenuAutocomplete > li:hover {
  background: none !important;
  border: none !important;
  background-color: #1E9FF2 !important;
}
/* line 1076, ../../sass/base/_header.scss */
body ul.MenuAutocomplete > li.focus {
  background: none !important;
  border: none !important;
  background-color: #1E9FF2 !important;
}
/* line 1081, ../../sass/base/_header.scss */
body ul.MenuAutocomplete > li > div {
  padding: 0 !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
}
/* line 1085, ../../sass/base/_header.scss */
body ul.MenuAutocomplete > li > div.ui-state-active {
  background: none !important;
  border: none !important;
}
/* line 1088, ../../sass/base/_header.scss */
body ul.MenuAutocomplete > li > div.ui-state-active:hover {
  background: none !important;
  border: none !important;
}
/* line 1093, ../../sass/base/_header.scss */
body ul.MenuAutocomplete > li > div:hover {
  background: none !important;
  border: none !important;
}

/* line 1112, ../../sass/base/_header.scss */
.topBg.RTL #header-bar .navbar-header .content-other {
  left: 5%;
  right: unset;
  right: inherit;
  float: left;
}
/* line 1120, ../../sass/base/_header.scss */
.topBg.RTL #header-bar .navbar-header .content-other div.content-other-items div.search {
  padding: 0 40px 0 0;
}
/* line 1123, ../../sass/base/_header.scss */
.topBg.RTL #header-bar .navbar-header .content-other div.content-other-items div.language, .topBg.RTL #header-bar .navbar-header .content-other div.content-other-items div.member, .topBg.RTL #header-bar .navbar-header .content-other div.content-other-items div.aorus {
  padding: 0 40px 0 0;
}
/* line 1143, ../../sass/base/_header.scss */
.topBg.RTL #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search input#full-search-keyword {
  padding-left: 88px;
  padding-right: 30px;
  text-indent: 0px;
}
/* line 1150, ../../sass/base/_header.scss */
.topBg.RTL #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search span.submit_area {
  left: unset;
  left: inherit;
  right: 0;
}
/* line 1156, ../../sass/base/_header.scss */
.topBg.RTL #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search span.close {
  right: unset;
  right: inherit;
  left: 0;
}
/* line 1161, ../../sass/base/_header.scss */
.topBg.RTL #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search span.clear {
  left: 40px;
  right: inherit;
  right: unset;
}
/* line 1186, ../../sass/base/_header.scss */
.topBg.RTL #pcMenuShowBlock ul.menu-title-area li.menuTitle {
  margin-left: 1.5%;
  margin-right: 0;
}
/* line 1191, ../../sass/base/_header.scss */
.topBg.RTL #pcMenuShowBlock ul.menu-title-area li.menuTitle > a span.text {
  padding-left: 0px;
  padding-right: 10px;
}
/* line 1198, ../../sass/base/_header.scss */
.topBg.RTL #pcMenuShowBlock ul.menu-title-area li.menuTitle ul.menu-body-area {
  text-align: right;
}

@media (min-width: 1261px) and (max-width: 1440px) {
  /* line 1221, ../../sass/base/_header.scss */
  .topBg #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.aorus, .topBg #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.search, .topBg #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.member, .topBg #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.language {
    padding: 0 0 0 30px;
  }
  /* line 1223, ../../sass/base/_header.scss */
  .topBg #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.aorus img, .topBg #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.search img, .topBg #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.member img, .topBg #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.language img {
    height: 16px;
    width: auto;
  }
}
@media (min-width: 961px) and (max-width: 1260px) {
  /* line 1251, ../../sass/base/_header.scss */
  .topBg #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.aorus, .topBg #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.search, .topBg #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.member, .topBg #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.language {
    padding: 0 0 0 20px;
  }
  /* line 1253, ../../sass/base/_header.scss */
  .topBg #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.aorus img, .topBg #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.search img, .topBg #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.member img, .topBg #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.language img {
    height: 12px;
    width: auto;
  }
}
/*rtl start*/
@media (min-width: 1261px) and (max-width: 1440px) {
  /* line 1283, ../../sass/base/_header.scss */
  .topBg.RTL #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.aorus, .topBg.RTL #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.search, .topBg.RTL #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.member, .topBg.RTL #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.language {
    padding: 0 30px 0 0;
  }
  /* line 1285, ../../sass/base/_header.scss */
  .topBg.RTL #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.aorus img, .topBg.RTL #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.search img, .topBg.RTL #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.member img, .topBg.RTL #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.language img {
    height: 16px;
    width: auto;
  }
}
@media (min-width: 961px) and (max-width: 1260px) {
  /* line 1315, ../../sass/base/_header.scss */
  .topBg.RTL #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.aorus, .topBg.RTL #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.search, .topBg.RTL #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.member, .topBg.RTL #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.language {
    padding: 0 20px 0 0;
  }
  /* line 1317, ../../sass/base/_header.scss */
  .topBg.RTL #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.aorus img, .topBg.RTL #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.search img, .topBg.RTL #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.member img, .topBg.RTL #header-bar.new-header-bar .navbar-header div.content-other div.content-other-items div.language img {
    height: 12px;
    width: auto;
  }
}
/*rtl end*/
@media only screen and (max-width: 960px) {
  /* line 1337, ../../sass/base/_header.scss */
  * {
    -webkit-tap-highlight-color: transparent;
  }

  /* line 1341, ../../sass/base/_header.scss */
  .Rwd #pcMenuShowBlock {
    display: none !important;
  }
  /* line 1344, ../../sass/base/_header.scss */
  .Rwd #header-bar {
    z-index: 99999;
  }
  /* line 1348, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar {
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: inherit;
  }
  /* line 1353, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar > .container {
    width: 100%;
    max-width: 100%;
  }
  /* line 1357, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .cnAd {
    height: 60px;
    right: 2px;
    width: 17px;
  }
  /* line 1362, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header {
    text-align: center;
    position: relative;
  }
  /* line 1365, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo {
    width: 150px;
    float: inherit;
    left: 0;
    position: relative;
    margin: 0 auto;
    height: 60px;
  }
  /* line 1373, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo a img {
    width: 180px;
    margin: 0px auto;
    max-width: 150px;
  }
  /* line 1377, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo a img#center_logo {
    display: none;
  }
  /* line 1384, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header ul.content-menu {
    top: 66px;
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
  }
  /* line 1391, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header ul.content-menu li {
    height: auto;
  }
  /* line 1393, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header ul.content-menu li.menuHeader {
    display: block;
    width: 100%;
  }
  /* line 1397, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header ul.content-menu li.menuTitle {
    display: block;
    width: 100%;
  }
  /* line 1401, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header ul.content-menu li.menuTitle {
    display: block;
    width: 100%;
  }
  /* line 1408, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 1415, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.language, .Rwd #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.member, .Rwd #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.businessCenter, .Rwd #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.aorus {
    display: none;
  }
  /* line 1418, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.search {
    font-size: 30px;
  }
  /* line 1424, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other.cn_contentOther {
    right: 15px;
  }
  /* line 1429, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 21px;
  }
  /* line 1436, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu div#mobile-menu {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 27px;
    height: 17px;
    position: relative;
    cursor: pointer;
  }
  /* line 1443, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu div#mobile-menu span {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    display: block;
    position: absolute;
    height: 2.8px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    left: 0;
  }
  /* line 1452, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu div#mobile-menu span.first {
    top: 0px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
  }
  /* line 1456, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu div#mobile-menu span.second {
    top: 7.3px;
    height: 2.6px;
  }
  /* line 1460, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu div#mobile-menu span.third {
    top: 14px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  /* line 1469, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu div#mobile-menu.useTransition span.first {
    top: 0px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    animation: menuCloseFirst .5s ease forwards;
  }
  /* line 1475, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu div#mobile-menu.useTransition span.second {
    top: 7.3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    animation: menuCloseSecond .5s ease forwards;
  }
  /* line 1480, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu div#mobile-menu.useTransition span.third {
    top: 14px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    animation: menuCloseThird .5s ease forwards;
  }
  /* line 1490, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu div#mobile-menu.showClose {
    z-index: 99999;
  }
  /* line 1493, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu div#mobile-menu.showClose span.second {
    top: 7.3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    animation: menuOpenSecond .5s ease forwards;
  }
  /* line 1498, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu div#mobile-menu.showClose span.first {
    top: 7.3px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    animation: menuOpenFirst .5s ease forwards;
  }
  /* line 1504, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu div#mobile-menu.showClose span.third {
    top: 7.3px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    animation: menuOpenThird .5s ease forwards;
  }
  /* line 1517, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileSearch i#mobile-search-open-img {
    display: inline-block;
    font-size: 25px;
  }
  /* line 1528, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch {
    padding: 0;
    width: 100%;
    position: fixed;
    height: 100%;
    background: none;
    background-color: #ffffff;
    overflow: auto;
  }
  /* line 1538, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .MobileMenu {
    display: none;
  }
  /* line 1541, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other {
    width: 100%;
    left: 0;
    right: 0;
  }
  /* line 1549, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search > img.search_icon {
    display: none;
  }
  /* line 1554, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search {
    position: relative;
    padding-left: 13%;
  }
  /* line 1558, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content {
    margin: 0 25px;
    height: 45px;
    border-bottom: 1px solid #000000;
    border: none;
  }
  /* line 1564, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content span.close {
    display: none;
  }
  /* line 1567, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content span.submit_area {
    display: block;
    width: 20px;
    height: 20px;
    top: 13px;
    right: 0;
    left: unset;
  }
  /* line 1577, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content span.clear span.icon {
    display: none;
    width: 20px;
    height: 20px;
  }
  /* line 1581, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content span.clear span.icon span {
    background-color: #000000;
    height: 1.6px;
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
  }
  /* line 1588, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content span.clear span.icon span.first {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 1591, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content span.clear span.icon span.second {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 1596, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content span.clear span.text {
    padding-left: 10px;
    border-left: 1px solid #000000;
    display: block;
    color: #000000;
    font-size: 70%;
  }
  /* line 1605, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content span.clear.show {
    padding-left: 10px;
    top: 12px;
    right: 30px;
  }
  /* line 1613, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content input#full-search-keyword {
    border: none;
    color: #000000;
    font-size: 80%;
    height: 100%;
    text-indent: 0px;
    padding-right: 96px;
    font-size: 60%;
  }
  /* line 1621, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content input#full-search-keyword::placeholder {
    color: #999999;
    /* Firefox */
  }
  /* line 1626, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content input#full-search-keyword:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
  }
  /* line 1630, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content input#full-search-keyword::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999;
  }
  /* line 1638, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search span.back {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
  }
  /* line 1644, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search span.back img.black_img {
    display: block;
    width: 24px;
  }
  /* line 1655, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search.active div.content span.submit_area, .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search.active div.content span.close {
    top: 13px;
    left: unset;
    right: 0;
  }
  /* line 1669, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search.active div.content span.close {
    right: 30px;
  }
  /* line 1671, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search.active div.content span.close > span {
    background-color: #000000;
  }
  /* line 1685, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header #recentlySearchWord {
    position: absolute;
    top: 55px;
    width: 100%;
    padding-left: 13%;
    left: 30px;
    text-align: left;
  }
  /* line 1692, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header #recentlySearchWord.show {
    display: block;
  }
  /* line 1697, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header #recentlySearch {
    width: 100%;
    top: 60px;
    position: fixed;
    z-index: 99998;
    padding-top: 20px;
  }
  /* line 1706, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header #recentlySearch li.item {
    font-size: 130%;
    color: #423F3F;
    text-align: left;
    padding: 15px 0 15px 13%;
    padding-right: 25px;
    padding-left: 13% !important;
  }
  /* line 1713, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header #recentlySearch li.item:hover {
    background-color: transparent !important;
  }
  /* line 1716, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header #recentlySearch li.item.active {
    background-color: #1E9FF2 !important;
  }
  /* line 1722, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header #recentlySearch.show li {
    color: #000000 !important;
    font-size: 125%;
  }
  /* line 1726, ../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container .navbar-header #recentlySearch.show li span.text {
    padding-left: 30px !important;
    font-size: 96%;
  }
  /* line 1739, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling {
    background-image: url(/Images/2017NewFront/headerbackground_black.png);
    position: fixed;
  }
  /* line 1742, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.opensearch {
    background: none;
    background-color: #ffffff;
  }
  /* line 1751, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.new-header-bar .navbar-header .MobileMenu div#mobile-menu span {
    background-color: #ffffff;
  }
  /* line 1764, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.new-header-bar .navbar-header .content-other div.content-other-items div.search > img.black_img {
    display: none;
  }
  /* line 1767, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.new-header-bar .navbar-header .content-other div.content-other-items div.search > img.white_img {
    display: block;
  }
  /* line 1779, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.new-header-bar .navbar-header .content-logo img#original_logo_black {
    display: none;
  }
  /* line 1782, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.new-header-bar .navbar-header .content-logo img#original_logo_white {
    display: block;
  }
  /* line 1790, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader {
    background: none;
    background-color: #ffffff;
  }
  /* line 144, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .cnAd span {
    color: #000000;
  }
  /* line 151, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header > .content-menu a span, .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header > .content-menu a i {
    color: #000000;
  }
  /* line 161, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header .content-other div.content-other-items > div a {
    color: #000000;
  }
  /* line 164, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header .content-other div.content-other-items > div a img.black_img {
    display: block;
  }
  /* line 167, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header .content-other div.content-other-items > div a img.white_img {
    display: none;
  }
  /* line 175, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header .content-other div.content-other-items > div.search img.black_img {
    display: block;
  }
  /* line 178, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header .content-other div.content-other-items > div.search img.white_img {
    display: none;
  }
  /* line 185, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search #full-search-keyword {
    color: #000000;
    font-size: 86%;
    border: none;
    padding-right: 88px;
  }
  /* line 196, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search span.close > span.first, .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search span.close > span.second {
    background: #000000;
  }
  /* line 214, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header .content-logo img#original_logo_black {
    display: block;
  }
  /* line 217, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header .content-logo img#original_logo_white {
    display: none;
  }
  /* line 226, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header .MobileMenu div#mobile-menu > span {
    background-color: #000000;
  }
  /* line 1796, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu {
    background-color: #000000;
  }
  /* line 242, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header > .content-menu a span, .Rwd #header-bar.scrolling.b2bMenu .navbar-header > .content-menu a i {
    color: #ffffff;
  }
  /* line 252, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .content-other div.content-other-items > div a {
    color: #ffffff;
  }
  /* line 255, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .content-other div.content-other-items > div a img.black_img {
    display: none;
  }
  /* line 258, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .content-other div.content-other-items > div a img.white_img {
    display: block;
  }
  /* line 266, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .content-other div.content-other-items > div.search img.black_img {
    display: none;
  }
  /* line 269, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .content-other div.content-other-items > div.search img.white_img {
    display: block;
  }
  /* line 276, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search #full-search-keyword {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  /* line 284, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search span.close > span.first, .Rwd #header-bar.scrolling.b2bMenu .navbar-header .content-other div.content-other-items > div.search form#Top-Menu-Search span.close > span.second {
    background: #ffffff;
  }
  /* line 302, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .content-logo img#original_logo_black {
    display: none;
  }
  /* line 305, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .content-logo img#original_logo_white {
    display: block;
  }
  /* line 314, ../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .MobileMenu div#mobile-menu > span {
    background-color: #ffffff;
  }
  /* line 1803, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile {
    position: fixed;
    z-index: 100002;
    background: none;
    height: 100%;
    overflow: auto;
    padding: 0;
  }
  /* line 1813, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock {
    background-color: #ffffff;
    font-size: 130%;
    top: 66px;
    width: 100%;
    position: absolute;
  }
  /* line 1815, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock.showBody {
    display: block;
    padding-bottom: 105px;
  }
  /* line 24, ../../sass/base/_font.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock.google-font.google-font {
    font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
  }
  /* line 1827, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 1834, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle > a {
    padding: 15px 19px 15px 60px;
    display: block;
    font-size: 100%;
    position: relative;
  }
  /* line 1840, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle > a span.listStyle {
    display: inline-block;
    position: absolute;
    left: 35px;
  }
  /* line 1844, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle > a span.listStyle img {
    height: 20px;
  }
  /* line 1848, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle > a span.text {
    color: #000000;
    font-weight: bold;
  }
  /* line 1852, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle > a span.listNext {
    display: none;
  }
  /* line 1858, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area {
    padding: 0px 0px 0px 60px;
  }
  /* line 24, ../../sass/base/_font.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area.google-font.google-font {
    font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
  }
  /* line 1864, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area li.viewallItem {
    padding: 15px 0px 15px 0px;
  }
  /* line 1866, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area li.viewallItem > a {
    color: #1E9FF2;
  }
  /* line 1870, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area li.menuBody {
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 0px 15px 0px;
    margin: 0;
  }
  /* line 1878, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area li.menuBody > a span.text {
    color: #423F3F;
  }
  /* line 1884, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area li.AorusLogoIcon {
    display: none;
  }
  /* line 1893, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area.GamingMenuTitle > a li.menuBody img {
    width: 150px;
  }
  /* line 1895, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area.GamingMenuTitle > a li.menuBody img.white_logo {
    display: none;
  }
  /* line 1906, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.mobileBtmMenuArea {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    height: 105px;
    padding: 0 25px;
    display: table;
  }
  /* line 1915, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.mobileBtmMenuArea > ul {
    display: table-row;
    width: 100%;
    height: 100%;
  }
  /* line 1919, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.mobileBtmMenuArea > ul li {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  /* line 1926, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.mobileBtmMenuArea > ul li span.img img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
  }
  /* line 1932, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.mobileBtmMenuArea > ul li span.text {
    margin-left: 10px;
    color: #423F3F;
  }
  /* line 24, ../../sass/base/_font.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.mobileBtmMenuArea > ul li span.text.google-font.google-font {
    font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
  }
  /* line 1943, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.backMainPage {
    display: none;
    position: fixed;
    bottom: 46px;
    width: 100%;
    height: 30px;
  }
  /* line 1953, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.backMainPage div.circle {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
  }
  /* line 1960, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.backMainPage div.circle img {
    width: 20px;
    position: absolute;
    top: 5px;
    left: 4px;
  }
  /* line 1968, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.backMainPage.show {
    display: block;
  }
  /* line 1975, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock.showAutoComplete {
    background-color: #ffffff;
  }
  /* line 1977, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock.showAutoComplete li {
    display: none;
  }
  /* line 1984, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-logo {
    display: none;
  }
  /* line 1988, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-logo a img#original_logo_white {
    display: none;
  }
  /* line 1991, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-logo a img#original_logo_black {
    display: block;
  }
  /* line 1998, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other {
    width: 100%;
    display: none;
    padding-right: 15px;
    padding-left: 59px;
  }
  /* line 2008, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search {
    height: 100%;
    padding: 0;
  }
  /* line 2012, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search > img.black_img {
    display: none;
  }
  /* line 2015, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search > img.white_img {
    display: none;
  }
  /* line 2021, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search {
    display: block;
    height: 41px;
    border-left: 1px solid #999999;
    padding-left: 20px;
  }
  /* line 2026, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search .content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  /* line 2031, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search .content input#full-search-keyword {
    position: absolute;
    left: 0;
    top: 5.5px;
    width: 100%;
    height: 30px;
    font-size: 60%;
    border: none;
    color: #423F3F;
    padding: 0;
    padding-right: 65px;
  }
  /* line 2042, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search .content input#full-search-keyword::placeholder {
    color: #999999;
    /* Firefox */
  }
  /* line 2047, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search .content input#full-search-keyword:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
  }
  /* line 2051, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search .content input#full-search-keyword::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999;
  }
  /* line 2059, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search span.submit_area {
    display: none;
  }
  /* line 2062, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search span.back {
    display: none;
  }
  /* line 2065, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search span.clear {
    display: none;
    position: absolute;
    height: 20px;
    right: 0px;
    top: 8px;
    font-size: 60%;
    padding-left: 10px;
  }
  /* line 2075, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search span.clear span.icon {
    display: none;
    width: 20px;
    height: 20px;
  }
  /* line 2079, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search span.clear span.icon span {
    background-color: #000000;
    height: 1.6px;
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
  }
  /* line 2086, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search span.clear span.icon span.first {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 2089, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search span.clear span.icon span.second {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 2095, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search span.clear span.text {
    display: block;
    color: #000000;
    padding-left: 10px;
    border-left: 1px solid #000000;
    width: auto;
  }
  /* line 2104, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search span.clear.show {
    display: block;
  }
  /* line 2115, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other.cn_contentOther {
    padding-left: 69px;
  }
  /* line 2122, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header div.content-other.cn_contentOther div.content-other-items div.search form#Top-Menu-Search {
    padding-left: 15px;
  }
  /* line 2135, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu {
    display: block;
    -webkit-transition: min-height 0.5s;
    /* Safari */
    transition: min-height 0.5s;
  }
  /* line 2140, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu.showBody {
    display: none;
  }
  /* line 2143, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li {
    height: auto;
  }
  /* line 2146, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.menuHeader {
    display: block;
    width: 100%;
    color: #423F3F;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 2154, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.menuHeader > a {
    display: block;
    padding: 15px 19px 15px 32px;
    position: relative;
  }
  /* line 2159, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.menuHeader > a span.listStyle {
    display: inline-block;
    position: absolute;
    left: 4px;
  }
  /* line 2163, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.menuHeader > a span.listStyle img {
    height: 20px;
  }
  /* line 2167, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.menuHeader > a span.text {
    font-weight: bold;
  }
  /* line 2173, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.menuHeader ul.menu-title-area {
    padding: 0px 0px 10px 32px;
    margin-bottom: 10px;
  }
  /* line 2182, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.menuTitle {
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 0px 15px 0px;
    margin: 0;
  }
  /* line 2188, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.menuTitle a {
    display: block;
    width: 100%;
  }
  /* line 2192, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.menuTitle a span.listStyle {
    display: none;
  }
  /* line 2195, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.menuTitle a span.text {
    color: #423F3F;
  }
  /* line 2198, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.menuTitle a span.listNext {
    position: relative;
    width: 18px;
    height: 30px;
    float: right;
  }
  /* line 2203, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.menuTitle a span.listNext img {
    position: absolute;
    width: 18px;
    top: 4px;
  }
  /* line 2212, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 15px;
  }
  /* line 2222, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea > ul {
    display: block;
    width: 100%;
  }
  /* line 2225, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea > ul > a {
    display: table;
    vertical-align: middle;
    width: 100%;
    float: left;
    padding: 15px 0;
  }
  /* line 2231, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea > ul > a:nth-child(1) {
    border-top: 1px solid #999999;
  }
  /* line 2237, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea > ul > a > li {
    display: table-row;
  }
  /* line 2239, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea > ul > a > li > span {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 2242, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea > ul > a > li > span.img {
    width: 36px;
    text-align: right;
  }
  /* line 2245, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea > ul > a > li > span.img img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
  }
  /* line 2251, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea > ul > a > li > span.text {
    padding: 0 15px;
    text-align: left;
  }
  /* line 24, ../../sass/base/_font.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea > ul > a > li > span.text.google-font.google-font {
    font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
  }
  /* line 2261, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea > ul > a.aorus {
    padding-top: 20px;
  }
  /* line 2265, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea > ul > a.aorus > li > span.img {
    width: auto;
    text-align: left;
    padding: 0 17px;
  }
  /* line 2269, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea > ul > a.aorus > li > span.img img {
    height: 20px;
    width: auto;
  }
  /* line 2277, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea > ul > a.language {
    padding-bottom: 20px;
  }
  /* line 2284, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu.showAutoComplete {
    background-color: #ffffff;
  }
  /* line 2286, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu.showAutoComplete li {
    display: none;
  }
  /* line 2291, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header ul.content-menu a span {
    color: #000000;
  }
  /* line 2297, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header .MobileMenu {
    left: 15px;
  }
  /* line 2300, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header .MobileMenu i#mobile-menu-open-img {
    color: #000000;
  }
  /* line 2306, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header .MobileMenu div#mobile-menu span {
    background-color: #000000;
  }
  /* line 2315, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container .navbar-header .MobileSearch i#mobile-search-open-img {
    color: #000000;
  }
  /* line 2323, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile.done {
    background-color: #ffffff;
  }
  /* line 2327, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile.done .container .navbar-header .content-other {
    display: table;
  }
  /* line 2333, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile.done .cnAd {
    color: #000000;
  }
  /* line 2337, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile.b2bMenu {
    color: #000000;
  }
  /* line 2348, ../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile.b2bMenu .container .navbar-header ul.content-menu li.mobileBtmMenuArea > ul a.language, .Rwd #header-bar.openMobile.b2bMenu .container .navbar-header ul.content-menu li.mobileBtmMenuArea > ul a.aorus {
    display: none;
  }
  /* line 2372, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar, .Rwd .MobileMenuSubArea.new-mobile-header-bar {
    position: fixed;
    z-index: 99999;
    top: 70px;
  }
  /* line 2378, ../../sass/base/_header.scss */
  .Rwd #mobileMenuShowBlock {
    display: none;
  }
  /* line 2385, ../../sass/base/_header.scss */
  .Rwd #mobileMenuShowBlock {
    z-index: 99998;
    width: 100%;
    height: 300%;
    top: 0;
    background-color: #ffffff;
    position: fixed;
  }
  /* line 2392, ../../sass/base/_header.scss */
  .Rwd #mobileMenuShowBlock.open {
    display: block;
  }

  /* line 2399, ../../sass/base/_header.scss */
  body.lockscroll {
    overflow: hidden;
  }
  /* line 2402, ../../sass/base/_header.scss */
  body.lockscroll div#PageMainContentBlock {
    background-color: #eeeeee;
    width: 100%;
    height: 200%;
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 2408, ../../sass/base/_header.scss */
  body.lockscroll div#PageMainContentBlock.whiteBg {
    background-color: #ffffff;
  }
  /* line 2417, ../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd {
    z-index: 999999 !important;
    top: 60px !important;
    left: 0 !important;
    width: 100% !important;
    border: none !important;
    position: fixed !important;
    overflow: auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #ffffff !important;
  }
  /* line 24, ../../sass/base/_font.scss */
  body ul.MenuAutocompleteRwd.google-font.google-font {
    font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
  }
  /* line 2433, ../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd li.ui-menu-item {
    padding: 15px 0 15px 13% !important;
    color: #000000 !important;
    font-size: 96%;
  }
  /* line 2437, ../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd li.ui-menu-item div {
    padding-left: 30px !important;
  }
  /* line 2439, ../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd li.ui-menu-item div.ui-state-active {
    border: none !important;
    background: none !important;
    color: #000000 !important;
  }
  /* line 2443, ../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd li.ui-menu-item div.ui-state-active:hover {
    border: none !important;
    background: none !important;
    color: #000000 !important;
  }
  /* line 2455, ../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd.openMobile li.ui-menu-item {
    padding: 15px 0 15px 59px !important;
  }
  /* line 2457, ../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd.openMobile li.ui-menu-item div {
    padding-left: 20px !important;
  }

  /* line 2476, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container .navbar-header .content-other {
    right: unset;
    right: inherit;
  }
  /* line 2484, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search {
    padding-right: 13%;
    padding-left: 0;
  }
  /* line 2490, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search div.content input#full-search-keyword {
    padding-right: 0;
  }
  /* line 2495, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search div.content span.submit_area {
    left: 0;
    right: unset;
    right: inherit;
    float: left;
  }
  /* line 2502, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search div.content span.clear {
    left: 30px;
    right: unset;
    right: inherit;
    float: left;
  }
  /* line 2512, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search span.back {
    right: 15px;
    left: unset;
    left: inherit;
    float: right;
  }
  /* line 2529, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container .navbar-header .content-other div.menuSearchToolTip div.toolTipArea i.arr {
    left: 0px;
    right: 30px;
  }
  /* line 2545, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container .navbar-header #recentlySearchWord {
    padding-left: 0%;
    padding-right: 13%;
    left: 0;
    right: 25px;
    text-align: right;
  }
  /* line 2555, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container .navbar-header ul#recentlySearch.show li {
    padding-left: 0;
    padding-right: 35px;
    text-align: right;
  }
  /* line 2569, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header #mobile-menu-area {
    right: 15px;
    left: unset;
    left: inherit;
  }
  /* line 2578, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header ul.content-menu li.menuHeader > a {
    padding: 15px 32px 15px 19px;
  }
  /* line 2581, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header ul.content-menu li.menuHeader > a span.listStyle {
    left: unset;
    left: inherit;
    right: 4px;
    float: right;
  }
  /* line 2590, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header ul.content-menu li.menuHeader ul.menu-title-area {
    padding: 0px 32px 10px 0px;
  }
  /* line 2593, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header ul.content-menu li.menuHeader ul.menu-title-area li.menuTitle {
    text-align: right;
  }
  /* line 2597, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header ul.content-menu li.menuHeader ul.menu-title-area li.menuTitle > a span.listNext {
    float: left;
  }
  /* line 2605, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header ul.content-menu li.menuHeader ul.menu-title-area li ul.menu-body-area {
    padding: 0px 60px 0px 0px;
  }
  /* line 2608, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header ul.content-menu li.menuHeader ul.menu-title-area li ul.menu-body-area li.menuBody {
    text-align: right;
  }
  /* line 2624, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea ul > a li span.img {
    text-align: left;
  }
  /* line 2627, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea ul > a li span.text {
    text-align: right;
  }
  /* line 2637, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header ul.content-menu li.mobileBtmMenuArea ul > a.aorus li.aorus span.img {
    text-align: right;
  }
  /* line 2652, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle {
    text-align: right;
  }
  /* line 2654, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle > a {
    padding: 15px 60px 15px 19px;
  }
  /* line 2657, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle > a span.listStyle {
    left: unset;
    left: inherit;
    right: 35px;
  }
  /* line 2665, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area {
    padding: 0px 60px 0px 0px;
  }
  /* line 2668, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area li.menuBody {
    text-align: right;
  }
  /* line 2681, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header ul#mobileMenuShowBodyBlock li.mobileBtmMenuArea ul li.back span.text {
    margin-right: 10px;
  }
  /* line 2695, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header .content-other {
    padding-right: 59px;
    padding-left: 15px;
    right: 0;
    left: unset;
    left: inherit;
  }
  /* line 2706, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search {
    border: none;
    border-right: 1px solid #999999;
    padding-right: 20px;
  }
  /* line 2713, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search div.content input#full-search-keyword {
    padding-left: 65px;
  }
  /* line 2719, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search div.content span.clear.show {
    left: 0;
    padding-right: 10px;
    padding-left: 0;
  }
  /* line 2724, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search div.content span.clear.show span.text {
    padding-left: 0px;
    padding-right: 10px;
    border: none;
    border-right: 1px solid #000000;
  }
  /* line 2761, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.opensearch.done .container .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search input#full-search-keyword {
    padding-left: 98px;
  }
  /* line 2767, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.opensearch.done .container .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search span.clear.show {
    padding-left: 0px;
    padding-right: 10px;
  }
  /* line 2771, ../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.opensearch.done .container .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search span.clear.show span.text {
    padding-left: 0px;
    padding-right: 10px;
    border: none;
    border-right: 1px solid #000000;
  }
}
/* line 4, ../../sass/base/_footer.scss */
footer {
  background-color: #ffffff;
  color: #666666;
  font-size: 0.9em;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
/* line 12, ../../sass/base/_footer.scss */
footer a {
  color: #666666;
}
/* line 14, ../../sass/base/_footer.scss */
footer a:hover {
  color: #010101;
}
/* line 18, ../../sass/base/_footer.scss */
footer .container {
  margin: 0 auto;
  width: 90%;
  padding-bottom: 5%;
}
/* line 23, ../../sass/base/_footer.scss */
footer .footer-top {
  margin: 2% 0 5% 0;
}
/* line 24, ../../sass/base/_font.scss */
footer .footer-top.google-font.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 28, ../../sass/base/_footer.scss */
footer .footer-top .footer-info-area {
  width: 75%;
  display: inline-block;
}
/* line 31, ../../sass/base/_footer.scss */
footer .footer-top .footer-info-area .footer-info {
  display: inline-block;
  vertical-align: top;
  padding-top: 2%;
  margin: auto 2em;
  margin-left: 0;
  margin-right: 7%;
}
/* line 38, ../../sass/base/_footer.scss */
footer .footer-top .footer-info-area .footer-info li {
  padding-bottom: 5%;
}
/* line 40, ../../sass/base/_footer.scss */
footer .footer-top .footer-info-area .footer-info li.footer-info-first {
  font-size: 1.38em;
  font-weight: bold;
}
/* line 45, ../../sass/base/_footer.scss */
footer .footer-top .footer-info-area .footer-info .local_customer_number {
  color: #006ac6;
}
/* line 51, ../../sass/base/_footer.scss */
footer .footer-top .footer-info-area .footer-info.isMainCustomized .footer-info-other font {
  color: #006ac6;
}
/* line 59, ../../sass/base/_footer.scss */
footer .footer-top .local_customer {
  font-size: 120%;
}
/* line 63, ../../sass/base/_footer.scss */
footer .footer-bottom {
  margin: auto 0;
}
/* line 65, ../../sass/base/_footer.scss */
footer .footer-bottom div {
  display: inline-block;
}
/* line 67, ../../sass/base/_footer.scss */
footer .footer-bottom div.language {
  font-weight: bold;
}
/* line 69, ../../sass/base/_footer.scss */
footer .footer-bottom div.language img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  max-width: 24px;
  vertical-align: middle;
  display: inherit;
}
/* line 75, ../../sass/base/_footer.scss */
footer .footer-bottom div.language a {
  vertical-align: middle;
  font-size: 130%;
}
/* line 80, ../../sass/base/_footer.scss */
footer .footer-bottom div.language:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 83, ../../sass/base/_footer.scss */
footer .footer-bottom div.language:hover a {
  color: #010101;
}
/* line 88, ../../sass/base/_footer.scss */
footer .footer-bottom div.copy-right {
  color: #666666;
  float: right;
  font-weight: bold;
  font-size: 80%;
}
/* line 93, ../../sass/base/_footer.scss */
footer .footer-bottom div.copy-right span {
  margin: auto 0.2em;
}
/* line 95, ../../sass/base/_footer.scss */
footer .footer-bottom div.copy-right span a {
  text-decoration: underline;
}
/* line 101, ../../sass/base/_footer.scss */
footer .footer-bottom > .footer-cn {
  display: none;
}
/* line 106, ../../sass/base/_footer.scss */
footer .footer-sns {
  margin-right: inherit;
  display: inline-block;
  text-align: right;
  width: 23%;
  float: right;
}
/* line 112, ../../sass/base/_footer.scss */
footer .footer-sns .social-btn {
  border: 1px solid #666666;
  -moz-border-radius: 99em;
  -webkit-border-radius: 99em;
  border-radius: 99em;
  background: inherit;
  height: 30px;
  width: 30px;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.5em;
  display: inline-block;
  margin: 8px;
}
/* line 124, ../../sass/base/_footer.scss */
footer .footer-sns .social-btn img {
  width: 90%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  margin-top: 3%;
  display: inherit;
}
/* line 130, ../../sass/base/_footer.scss */
footer .footer-sns .social-btn:hover {
  border: 1px solid #111111;
}
/* line 132, ../../sass/base/_footer.scss */
footer .footer-sns .social-btn:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 138, ../../sass/base/_footer.scss */
footer .sns-slider {
  background-color: #f2f2f2;
  margin: 0 auto;
  width: 72%;
  position: relative;
  z-index: 1000;
  display: inherit;
}
/* line 146, ../../sass/base/_footer.scss */
footer .sns-slider-Content {
  border: 1px solid #c6c6c6;
  background-color: #f2f2f2;
  position: absolute;
  right: 0;
  padding: 0.1%;
  display: none;
}
/* line 153, ../../sass/base/_footer.scss */
footer .sns-slider-Content .sns-Item {
  margin: 4%;
}
/* line 155, ../../sass/base/_footer.scss */
footer .sns-slider-Content .sns-Item .social-btn {
  border: 1px solid #666666;
  border-radius: 99em;
  width: 30px;
  height: 30px;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
}
/* line 165, ../../sass/base/_footer.scss */
footer .sns-slider-Content .sns-Item .social-btn img {
  width: 90%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  margin-top: 3%;
}
/* line 174, ../../sass/base/_footer.scss */
footer .sns-slider-Content .sns-Item a:hover .social-btn img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 181, ../../sass/base/_footer.scss */
footer .sns-slider-Content span {
  margin: 0 3%;
}

/* line 189, ../../sass/base/_footer.scss */
.Rwd footer {
  min-width: 100%;
}

/*rtl footer start----*/
/* line 202, ../../sass/base/_footer.scss */
.topBg.RTL footer .container .footer-top .footer-info-area .footer-info {
  margin-left: 7%;
  margin-right: 0;
}
/* line 208, ../../sass/base/_footer.scss */
.topBg.RTL footer .container .footer-top ul.footer-sns {
  margin-right: 0%;
  margin-left: 0%;
  float: left;
}
/* line 212, ../../sass/base/_footer.scss */
.topBg.RTL footer .container .footer-top ul.footer-sns .social-btn {
  float: left;
}
/* line 221, ../../sass/base/_footer.scss */
.topBg.RTL footer .container .footer-bottom div.language {
  float: right;
}
/* line 223, ../../sass/base/_footer.scss */
.topBg.RTL footer .container .footer-bottom div.language img {
  display: inline-block;
}
/* line 227, ../../sass/base/_footer.scss */
.topBg.RTL footer .container .footer-bottom div.copy-right {
  float: left;
}

/*rtl footer end----*/
@media (max-width: 1600px) and (min-width: 961px) {
  /* line 240, ../../sass/base/_footer.scss */
  footer .sns-slider {
    width: 86%;
  }
}
@media only screen and (max-width: 960px) {
  /* line 249, ../../sass/base/_footer.scss */
  .Rwd footer .footer-top {
    text-align: left;
    margin: 10% 0;
  }
  /* line 252, ../../sass/base/_footer.scss */
  .Rwd footer .footer-top .footer-info-area {
    width: 100%;
  }
  /* line 254, ../../sass/base/_footer.scss */
  .Rwd footer .footer-top .footer-info-area .footer-info {
    width: 100%;
    margin: 0px 0px;
    padding-bottom: inherit;
  }
  /* line 258, ../../sass/base/_footer.scss */
  .Rwd footer .footer-top .footer-info-area .footer-info li {
    padding: 0;
    padding-bottom: 7px;
    text-align: center;
  }
  /* line 262, ../../sass/base/_footer.scss */
  .Rwd footer .footer-top .footer-info-area .footer-info li.footer-info-other {
    display: none;
  }
  /* line 267, ../../sass/base/_footer.scss */
  .Rwd footer .footer-top .footer-info-area .footer-info.local_customer {
    display: none;
  }
  /* line 273, ../../sass/base/_footer.scss */
  .Rwd footer .footer-top .footer-info-area .footer-info.isMainCustomized li.footer-info-first {
    display: none;
  }
  /* line 276, ../../sass/base/_footer.scss */
  .Rwd footer .footer-top .footer-info-area .footer-info.isMainCustomized li.footer-info-other {
    display: block;
  }
  /* line 284, ../../sass/base/_footer.scss */
  .Rwd footer .footer-top .footer-sns {
    display: none;
  }
  /* line 289, ../../sass/base/_footer.scss */
  .Rwd footer .footer-cn-PC {
    display: none;
  }
  /* line 292, ../../sass/base/_footer.scss */
  .Rwd footer .footer-bottom {
    margin: 0px 0px;
    text-align: center;
  }
  /* line 295, ../../sass/base/_footer.scss */
  .Rwd footer .footer-bottom > .footer-cn {
    display: block;
  }
  /* line 300, ../../sass/base/_footer.scss */
  .Rwd footer .copy-right {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  /* line 304, ../../sass/base/_footer.scss */
  .Rwd footer .copy-right .policy-area {
    display: block;
  }
  /* line 307, ../../sass/base/_footer.scss */
  .Rwd footer .copy-right .policy-area span.separate {
    display: none;
  }
  /* line 321, ../../sass/base/_footer.scss */
  .Rwd.RTL footer .container div.footer-bottom div.language {
    float: unset;
  }
  /* line 325, ../../sass/base/_footer.scss */
  .Rwd.RTL footer .container div.footer-bottom div.copy-right {
    float: unset;
  }
  /* line 328, ../../sass/base/_footer.scss */
  .Rwd.RTL footer .container div.footer-bottom div.copy-right span.policy-area {
    float: unset;
  }
  /* line 330, ../../sass/base/_footer.scss */
  .Rwd.RTL footer .container div.footer-bottom div.copy-right span.policy-area span {
    float: unset;
  }
}
/* line 12, ../../sass/base/_common.scss */
html, body {
  height: 100%;
}

/* line 16, ../../sass/base/_common.scss */
.topBg {
  min-height: 100%;
  position: relative;
}

/* line 20, ../../sass/base/_common.scss */
.fake-body {
  position: relative;
}

/* line 23, ../../sass/base/_common.scss */
body {
  color: #FFFFFF;
  margin: 0;
  font-family: 'Arial',"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}

/* line 28, ../../sass/base/_common.scss */
a {
  color: #1E5BF6;
  /*#1d6cfe;/*#3399ff;/*#428bca;*/
  text-decoration: none;
}
/* line 31, ../../sass/base/_common.scss */
a:hover {
  text-decoration: none;
  color: #1E5BF6;
}

/* line 37, ../../sass/base/_common.scss */
b, strong {
  font-weight: bold;
}

/* line 40, ../../sass/base/_common.scss */
.ajax-loading {
  width: 100% !important;
  left: 0 !important;
  text-align: center !important;
}
/* line 44, ../../sass/base/_common.scss */
.ajax-loading img {
  width: 60px !important;
}

/* line 48, ../../sass/base/_common.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 54, ../../sass/base/_common.scss */
sup {
  top: -0.5em;
}

/* line 57, ../../sass/base/_common.scss */
sub {
  bottom: -0.25em;
}

/* line 61, ../../sass/base/_common.scss */
.scroll-style {
  height: 100%;
  overflow: auto;
  position: relative;
  display: none;
}

/* line 67, ../../sass/base/_common.scss */
.main-content-background {
  background-color: #FFFFFF;
  /*color: $blackColor;*/
  color: #434343;
  overflow: hidden;
  position: relative;
}

/* line 74, ../../sass/base/_common.scss */
.container {
  /*padding: {
  	right: 15px;
  	left: 15px;
  }*/
  margin-left: auto;
  margin-right: auto;
  /*max-width: ($maxContentWidth/$maxScreenWidth)*100%;*/
  max-width: 74%;
}
/* line 85, ../../sass/base/_common.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}
/* line 89, ../../sass/base/_common.scss */
.container:after {
  clear: both;
}

/* line 93, ../../sass/base/_common.scss */
.navbar {
  margin-bottom: 0;
  z-index: 999;
}

/* line 98, ../../sass/base/_common.scss */
.hide {
  display: none;
}

/* line 101, ../../sass/base/_common.scss */
.show {
  display: block;
}

/* line 104, ../../sass/base/_common.scss */
.red {
  color: red;
}

/* line 107, ../../sass/base/_common.scss */
.clear {
  clear: both;
}

/* line 110, ../../sass/base/_common.scss */
.float-left {
  float: left;
}

/* line 113, ../../sass/base/_common.scss */
.float-right {
  float: right;
}

/* line 116, ../../sass/base/_common.scss */
.SearchAutoComplete {
  max-height: inherit !important;
  background-color: #666 !important;
  color: #fff !important;
  line-height: 123% !important;
  border: initial !important;
  overflow-y: hidden !important;
}
/* line 125, ../../sass/base/_common.scss */
.SearchAutoComplete li div.ui-state-active {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

/* line 134, ../../sass/base/_common.scss */
input[type="text"] {
  border: 1px solid #b3b3b3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  width: 160px;
  padding: 5px 5px 5px 5px;
  outline: none;
  font-family: 'Arial',"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}

/* line 144, ../../sass/base/_common.scss */
textarea {
  border: 1px solid #b3b3b3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 5px 5px 5px;
  outline: none;
  font-family: 'Arial',"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}

/* line 152, ../../sass/base/_common.scss */
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #b3b3b3;
  background-image: url(/Images/select_bg.jpg);
  background-size: cover;
  border-radius: 3px;
  min-width: 160px;
  min-height: 30px;
  outline: none;
  background-position: right center;
  padding: 0 10px;
  cursor: pointer;
  padding-right: 30px;
  font-family: 'Arial',"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}

/* line 168, ../../sass/base/_common.scss */
select::-ms-expand {
  display: none;
}

/* line 171, ../../sass/base/_common.scss */
.mt-customer-selector-layout {
  position: relative;
}
/* line 173, ../../sass/base/_common.scss */
.mt-customer-selector-layout select {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  min-width: 160px;
  padding-right: 30px;
  position: absolute;
  width: 100%;
}
/* line 181, ../../sass/base/_common.scss */
.mt-customer-selector-layout .csutomer-select {
  font-size: 95%;
}
/* line 183, ../../sass/base/_common.scss */
.mt-customer-selector-layout .csutomer-select span {
  color: #000000;
}

/*BTN Page*/
/* line 191, ../../sass/base/_common.scss */
.btn-group-next, .btn-group-prev {
  text-align: center;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background-size: cover;
}

/* line 202, ../../sass/base/_common.scss */
.btn-group-next:hover, .btn-group-prev:hover {
  background-color: #2c58c8;
  border: 1px solid #3333cc;
}

/* line 206, ../../sass/base/_common.scss */
.btn-group-next {
  background-image: url("/Images/next_btn.png");
}

/* line 210, ../../sass/base/_common.scss */
.btn-group-next:hover {
  background-image: url("/Images/wh_next_btn_hover.png");
}

/* line 214, ../../sass/base/_common.scss */
.btn-group-prev {
  background-image: url("/Images/pre_btn.png");
}

/* line 219, ../../sass/base/_common.scss */
.btn-group-prev:hover {
  background-image: url("/Images/wh_pre_btn_hover.png");
}

/* line 223, ../../sass/base/_common.scss */
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1010;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

/* line 234, ../../sass/base/_common.scss */
.paging {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}
/* line 238, ../../sass/base/_common.scss */
.paging a {
  display: inline-block;
}
/* line 245, ../../sass/base/_common.scss */
.paging .totalItem {
  float: left;
}
/* line 248, ../../sass/base/_common.scss */
.paging .paging-result {
  float: left;
}
/* line 251, ../../sass/base/_common.scss */
.paging .paging-nav {
  float: right;
}
/* line 253, ../../sass/base/_common.scss */
.paging .paging-nav .navpageinp, .paging .paging-nav #navpageinp {
  width: 36px;
  height: 20px;
  padding: 2px;
}

/* line 261, ../../sass/base/_common.scss */
.btn {
  display: inline-block;
  padding: 0.2em 1em;
  background-color: #1E5BF6;
  color: #ffffff;
  padding: 0.3em 1.5em;
  min-width: 100px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

/* line 271, ../../sass/base/_common.scss */
.grey {
  color: #F5F5F5;
}

/*SearchBtn*/
/* line 275, ../../sass/base/_common.scss */
.SearchBtn {
  vertical-align: middle;
  height: 30px;
  width: 30px;
  display: inline-block;
  border: 1px solid #b3b3b3;
  cursor: pointer;
  border-radius: 5px;
  background: url(/Images/search-128.png) center no-repeat;
  background-size: 70%;
  margin: 0 13px;
  cursor: pointer;
}

/* line 288, ../../sass/base/_common.scss */
.SearchBtn:hover {
  box-shadow: -1px 0px 8px -2px #ccc;
}

/* line 291, ../../sass/base/_common.scss */
.SearchBtn:active {
  box-shadow: inset -1px 4px 4px 0px #ccc;
}

/* line 294, ../../sass/base/_common.scss */
.page-title {
  font-weight: bold;
}

/* line 298, ../../sass/base/_common.scss */
.ProductFilterItemSetGray {
  background-color: #cccccc;
  cursor: pointer;
}

/* line 306, ../../sass/base/_common.scss */
#ProductFilterChildSetHover a {
  color: #1d6cfe;
}

/* line 311, ../../sass/base/_common.scss */
.paging-bottom .totalItem {
  display: none;
}

/* line 315, ../../sass/base/_common.scss */
#PageMainContent {
  min-width: 1007px;
  min-height: 670px;
}

/* line 320, ../../sass/base/_common.scss */
.Rwd #PageMainContent {
  min-width: 100%;
}

/* line 324, ../../sass/base/_common.scss */
#policy-div {
  position: relative;
  z-index: 99999 !important;
}

@media (max-width: 1024px) and (min-width: 961px) {
  /* line 330, ../../sass/base/_common.scss */
  .container {
    max-width: 80%;
  }
}
@media (max-width: 1600px) and (min-width: 1211px) {
  /* line 335, ../../sass/base/_common.scss */
  .container {
    max-width: 88%;
    min-width: 88%;
  }
}
@media (min-width: 961px) and (max-width: 1210px) {
  /* line 343, ../../sass/base/_common.scss */
  .container {
    max-width: 92%;
    min-width: 92%;
  }
}
@media only screen and (max-width: 960px) {
  /* line 353, ../../sass/base/_common.scss */
  body.lockScroll {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
  }

  /* line 361, ../../sass/base/_common.scss */
  .Rwd #PageMainContent {
    min-height: 400px;
  }
  /* line 365, ../../sass/base/_common.scss */
  .Rwd #PageMainContent.header-scrolling.FrontIndex {
    padding-top: 0;
  }
  /* line 369, ../../sass/base/_common.scss */
  .Rwd #PageMainContent.NotCoverHeader {
    padding-top: 60px;
  }
  /* line 374, ../../sass/base/_common.scss */
  .Rwd .overlay.active {
    display: block;
  }
  /* line 378, ../../sass/base/_common.scss */
  .Rwd #policy-div {
    position: relative;
    z-index: 99999 !important;
  }
  /* line 381, ../../sass/base/_common.scss */
  .Rwd #policy-div.showMobileMenu, .Rwd #policy-div.showSearch {
    display: none;
  }
  /* line 384, ../../sass/base/_common.scss */
  .Rwd #policy-div.scrolling {
    display: none;
  }
}
/*No rwd start*/
/* line 394, ../../sass/base/_common.scss */
.topBg.NoRwd {
  min-width: 1280px;
}

@media only screen and (max-width: 960px) {
  /* line 400, ../../sass/base/_common.scss */
  .topBg.NoRwd {
    min-width: 1280px;
  }
  /* line 406, ../../sass/base/_common.scss */
  .topBg.NoRwd #header-bar .container .navbar-header ul.content-menu {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
}
/*No rwd end*/
/* line 2, ../../sass/base/_divStyle.scss */
div.div-table {
  display: table;
  width: 100%;
}
/* line 5, ../../sass/base/_divStyle.scss */
div.div-table-row {
  display: table-row;
}
/* line 8, ../../sass/base/_divStyle.scss */
div.div-table-cell {
  display: table-cell;
}

/* line 5, ../../sass/base/_b2bShared.scss */
.topBg #header-bar {
  background: #000000;
}
/* line 12, ../../sass/base/_b2bShared.scss */
.topBg #header-bar .container .navbar-header .content-logo-b2b img {
  width: 280px;
}
/* line 15, ../../sass/base/_b2bShared.scss */
.topBg #header-bar .container .navbar-header .content-logo-b2b .b2b-mobile-logo-word {
  display: none;
}
/* line 25, ../../sass/base/_b2bShared.scss */
.topBg #header-bar.opensearch .container .navbar-header .b2b-content-other {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
}
/* line 43, ../../sass/base/_b2bShared.scss */
.topBg.b2bMenu .container .navbar-header .content-other div.content-other-items div.language {
  display: none;
}

/* line 64, ../../sass/base/_b2bShared.scss */
footer.b2bfooter {
  background: #000000;
}
/* line 69, ../../sass/base/_b2bShared.scss */
footer.b2bfooter .container .footer-top ul.footer-info-sns {
  width: 140px;
}
/* line 71, ../../sass/base/_b2bShared.scss */
footer.b2bfooter .container .footer-top ul.footer-info-sns .social-btn {
  border: 1px solid #999999;
}
/* line 73, ../../sass/base/_b2bShared.scss */
footer.b2bfooter .container .footer-top ul.footer-info-sns .social-btn:hover {
  border: 1px solid #ffffff;
}
/* line 78, ../../sass/base/_b2bShared.scss */
footer.b2bfooter .container .footer-top ul.footer-info-sns > .sns_word.hasurl {
  display: none;
}
/* line 81, ../../sass/base/_b2bShared.scss */
footer.b2bfooter .container .footer-top ul.footer-info-sns > .sns_word.nourl {
  display: block;
  width: 100%;
  border: none;
  font-size: 13px;
  margin: 0;
  text-align: left;
  margin-left: 5%;
  color: #999999;
  height: auto;
  font-weight: bold;
}
/* line 93, ../../sass/base/_b2bShared.scss */
footer.b2bfooter .container .footer-top ul.footer-info-sns > .sns_word:hover {
  border: none;
}
/* line 103, ../../sass/base/_b2bShared.scss */
footer a {
  color: #999999;
}
/* line 105, ../../sass/base/_b2bShared.scss */
footer a:hover {
  color: #ffffff;
}

@media only screen and (max-width: 960px) {
  /* line 119, ../../sass/base/_b2bShared.scss */
  .topBg.Rwd #header-bar .container .navbar-header .content-logo-b2b {
    height: 60px;
    position: relative;
  }
  /* line 122, ../../sass/base/_b2bShared.scss */
  .topBg.Rwd #header-bar .container .navbar-header .content-logo-b2b a {
    display: table-cell;
    width: 100%;
    overflow: hidden;
  }
  /* line 126, ../../sass/base/_b2bShared.scss */
  .topBg.Rwd #header-bar .container .navbar-header .content-logo-b2b a img {
    width: 150px;
    left: 0;
    top: 0;
  }
  /* line 135, ../../sass/base/_b2bShared.scss */
  .topBg.Rwd #header-bar .container .navbar-header #MobileMenu {
    margin-top: 16px;
  }
  /* line 203, ../../sass/base/_b2bShared.scss */
  .topBg.Rwd #header-bar.scrolling.b2bMenu.openMobile, .topBg.Rwd #header-bar.scrolling.b2bMenu.opensearch {
    background-color: #ffffff;
  }
}
/* line 50, ../../sass/product/model.scss */
.alertred {
  color: #ff0000;
}

/* line 54, ../../sass/product/model.scss */
ol {
  list-style-type: decimal;
  margin: 21px auto;
  padding-left: 40px;
}

/* line 62, ../../sass/product/model.scss */
.container {
  width: 80%;
}

/* line 66, ../../sass/product/model.scss */
.black {
  background-color: #000000;
}

/* line 75, ../../sass/product/model.scss */
.simplemodal-close-product-ec {
  position: absolute;
  right: 0;
  top: -50px;
  cursor: pointer;
}

/* line 82, ../../sass/product/model.scss */
.opacity-50 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 86, ../../sass/product/model.scss */
.easyzoom {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

/* line 94, ../../sass/product/model.scss */
.easyzoom img {
  vertical-align: bottom;
  max-width: 100%;
}

/* line 99, ../../sass/product/model.scss */
#divGoTop {
  position: fixed;
  right: 15%;
  bottom: 2%;
  z-index: 9999;
  width: 5%;
  cursor: pointer;
  display: none;
  padding-top: 0.1%;
  border-radius: 0.2em;
  border: 2px solid #333;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #333;
}
/* line 118, ../../sass/product/model.scss */
#divGoTop > img {
  width: 84%;
}

@media screen and (max-width: 960px) {
  /* line 126, ../../sass/product/model.scss */
  .Rwd #divGoTop {
    right: 35%;
    bottom: 4%;
  }
}
/* line 134, ../../sass/product/model.scss */
#scrollBar {
  display: none;
  position: fixed;
  right: 5%;
  top: 50%;
  z-index: 9999;
}
/* line 141, ../../sass/product/model.scss */
#scrollBar #scrollTo .ov-item-Button {
  display: block;
  position: relative;
}
/* line 145, ../../sass/product/model.scss */
#scrollBar #scrollTo .ov-item-Button .ov-item-shortTitle {
  color: #999;
  display: none;
  position: absolute;
  right: 22px;
  margin-top: -50%;
  white-space: nowrap;
}
/* line 154, ../../sass/product/model.scss */
#scrollBar #scrollTo .ov-item-Button .ov-item-Box {
  background-color: #333333;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url(/Images/page_icon_out.png) no-repeat transparent;
  margin: 67.5% auto;
}
/* line 165, ../../sass/product/model.scss */
#scrollBar #scrollTo .ov-item-Button .ov-item-Box:hover {
  background: url(/Images/page_icon_over.png) no-repeat transparent;
}

/* line 183, ../../sass/product/model.scss */
.mobile-support-title {
  display: none;
  background: url(/Images/Support/show-list.png) no-repeat 1% center;
  background-size: auto 60%;
  padding-left: 31px;
  cursor: pointer;
  color: #1E5BF6;
  border: 1px solid #1E5BF6;
}

/* line 193, ../../sass/product/model.scss */
.mobile-support-title-open {
  display: none;
  background: url(/Images/Support/hide-list.png) no-repeat 1% center;
  background-size: auto 60%;
  padding-left: 31px;
  cursor: pointer;
  color: #1E5BF6;
  border: 1px solid #1E5BF6;
}

/* line 204, ../../sass/product/model.scss */
.black .mobile-support-title {
  display: none;
  background: url(/Images/Model/w-show-list.png) no-repeat 1% center;
  background-size: auto 60%;
  padding-left: 31px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
}
/* line 213, ../../sass/product/model.scss */
.black .mobile-support-title-open {
  display: none;
  background: url(/Images/Model/w-hide-list.png) no-repeat 1% center;
  background-size: auto 60%;
  padding-left: 31px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
}

/* line 224, ../../sass/product/model.scss */
.mobile-gallery {
  display: none;
  width: 100%;
}
/* line 227, ../../sass/product/model.scss */
.mobile-gallery #gallery-list-mobile {
  width: 100%;
}
/* line 230, ../../sass/product/model.scss */
.mobile-gallery #gallery-list-mobile ul.slides li {
  width: 100%;
  margin-bottom: 10px;
}
/* line 233, ../../sass/product/model.scss */
.mobile-gallery #gallery-list-mobile ul.slides li img {
  width: 100%;
}

/* line 242, ../../sass/product/model.scss */
#BR-Flag-mda {
  color: #000000;
  font-weight: bold;
  margin-top: -2%;
  float: right;
}
/* line 247, ../../sass/product/model.scss */
#BR-Flag-mda #BR-Flag-text {
  background: url(/Images/flag.gif) no-repeat left center;
  margin-left: 2%;
  padding-left: 2%;
  font-weight: bold;
  color: #ff0000;
}
/* line 253, ../../sass/product/model.scss */
#BR-Flag-mda #BR-Flag-text b {
  margin-left: 10%;
}

/* line 260, ../../sass/product/model.scss */
.main-content-background.black {
  color: #FFFFFF;
}
/* line 262, ../../sass/product/model.scss */
.main-content-background.black .div-table-header {
  background-color: #333333;
}
/* line 267, ../../sass/product/model.scss */
.main-content-background:not(.black) .section-bottom.full {
  background-color: #FFFFFF;
}
/* line 271, ../../sass/product/model.scss */
.main-content-background .div-table-header {
  background-color: #cccccc;
}

/* line 276, ../../sass/product/model.scss */
#hideCompare {
  display: none;
}

/* line 280, ../../sass/product/model.scss */
#BuyIconDropDownUl {
  background-color: #fff;
}

/* line 285, ../../sass/product/model.scss */
.black #BuyIconDropDownUl {
  background-color: #000;
}
/* line 293, ../../sass/product/model.scss */
.black .main-content .model-header > .header-sub-title > .compare-area {
  color: #fff;
}

/* line 303, ../../sass/product/model.scss */
.compare-region {
  position: absolute;
  z-index: 99999;
}

/* line 308, ../../sass/product/model.scss */
.main-content {
  height: 0;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 700ms ease 0ms;
  -o-transition: all 700ms ease 0ms;
  -webkit-transition: all 700ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 700ms ease 0ms;
}
/* line 22, ../../sass/product/model.scss */
.main-content .breadcrumb {
  /*padding: 8px 0px;*/
  /*margin-bottom: 5px;*/
  list-style: none;
  /*background-color: #f5f5f5;*/
  border-radius: 4px;
}
/* line 29, ../../sass/product/model.scss */
.main-content .breadcrumb > li {
  color: #666666;
  display: inline-block;
}
/* line 33, ../../sass/product/model.scss */
.main-content .breadcrumb > li:not(.active):after {
  padding: 0 5px;
  content: "\003e";
}
/* line 37, ../../sass/product/model.scss */
.main-content .breadcrumb > .active {
  text-decoration: underline;
}
/* line 41, ../../sass/product/model.scss */
.main-content .breadcrumb > li:not(.active) > a {
  color: #666666;
}
/* line 44, ../../sass/product/model.scss */
.main-content .breadcrumb > .active {
  text-decoration: underline;
}
/* line 314, ../../sass/product/model.scss */
.main-content.full {
  overflow: visible;
}
/* line 317, ../../sass/product/model.scss */
.main-content.show {
  height: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 324, ../../sass/product/model.scss */
.main-content .model-header > .header-breadcurmb, .main-content .model-header > .header-sub-title {
  color: #666666;
  margin: 5px;
  font-size: 80%;
}
/* line 329, ../../sass/product/model.scss */
.main-content .model-header > .header-breadcurmb > .compare-area, .main-content .model-header > .header-sub-title > .compare-area {
  display: inline-block;
  float: right;
  color: #000;
  font-size: 136%;
}
/* line 336, ../../sass/product/model.scss */
.main-content .model-header > .header-breadcurmb {
  margin-bottom: 2%;
  margin-top: 2%;
}
/* line 346, ../../sass/product/model.scss */
.main-content .model-header > .header-title > .RWD_selector {
  display: none;
}
/* line 350, ../../sass/product/model.scss */
.main-content .model-header > .header-title > .model-name {
  width: 40%;
  float: left;
  font-size: 220%;
  line-height: 125%;
}
/* line 24, ../../sass/base/_font.scss */
.main-content .model-header > .header-title > .model-name.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 31, ../../sass/base/_font.scss */
.main-content .model-header > .header-title > .model-name.google-font {
  font-family: 'Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 358, ../../sass/product/model.scss */
.main-content .model-header > .header-title > .model-name #model_version {
  display: inline-block;
  font-size: 50%;
}
/* line 362, ../../sass/product/model.scss */
.main-content .model-header > .header-title > .model-name #pnl_version {
  display: inline-block;
  font-size: 50%;
}
/* line 365, ../../sass/product/model.scss */
.main-content .model-header > .header-title > .model-name #pnl_version span {
  margin-right: 10px;
}
/* line 370, ../../sass/product/model.scss */
.main-content .model-header > .header-title > .model-name .hideName {
  display: inline-block;
  font-size: 50%;
  opacity: 0.2;
}
/* line 376, ../../sass/product/model.scss */
.main-content .model-header > .header-title > .model-item {
  float: right;
}
/* line 378, ../../sass/product/model.scss */
.main-content .model-header > .header-title > .model-item > li {
  color: #999999;
  cursor: pointer;
  display: inline-block;
  font-size: 130%;
  margin-top: 16px;
  margin-right: 8px;
  margin-bottom: 0px;
  margin-left: 8px;
}
/* line 379, ../../sass/product/model.scss */
.main-content .model-header > .header-title > .model-item > li.mobile-item {
  display: none;
}
/* line 382, ../../sass/product/model.scss */
.main-content .model-header > .header-title > .model-item > li > i {
  display: none;
}
/* line 385, ../../sass/product/model.scss */
.main-content .model-header > .header-title > .model-item > li:last-child {
  display: none;
}
/* line 401, ../../sass/product/model.scss */
.main-content .model-header > .header-title > .model-item > li.active, .main-content .model-header > .header-title > .model-item > li:hover {
  color: inherit;
}
/* line 406, ../../sass/product/model.scss */
.main-content .model-header > .header-title > .model-item a {
  color: inherit;
}
/* line 407, ../../sass/product/model.scss */
.main-content .model-header > .header-title > .model-item a > i {
  display: none;
}
/* line 416, ../../sass/product/model.scss */
.main-content .model-header-fixed {
  background-color: #eeeeee;
  padding: 0.5% 10.41667%;
  position: fixed;
  left: 0;
  top: -20%;
  width: 100%;
  z-index: 9990;
}
/* line 424, ../../sass/product/model.scss */
.main-content .model-header-fixed.model-header-fixed-show {
  top: 0;
  -moz-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
  -webkit-transition: all 500ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 500ms ease 0ms;
}
/* line 428, ../../sass/product/model.scss */
.main-content .model-header-fixed.black {
  background-color: #000000;
}
/* line 436, ../../sass/product/model.scss */
.main-content .model-content .mobile-childModelsMenu {
  display: none;
}
/* line 440, ../../sass/product/model.scss */
.main-content .model-content > .section-top {
  border-bottom: 1px solid #333333;
  /*margin: 2% 0;*/
  padding: 2% 0;
  margin-top: 0;
  padding-top: 0;
  display: table;
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
/* line 451, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left, .main-content .model-content > .section-top > .section-right {
  display: inline-block;
  margin-bottom: 1%;
  padding: 0 10px;
  vertical-align: middle;
  display: table-cell;
}
/* line 459, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left {
  /*border: 1px solid #999999;*/
  width: 40%;
  vertical-align: top;
}
/* line 463, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left #award-list {
  margin-top: 20px;
  min-height: 70px;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 471, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left #award-list ul li {
  float: left;
  height: 70px;
  width: 70px;
  line-height: 70px;
  overflow: hidden;
  cursor: pointer;
  margin: 0px;
  margin-right: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 482, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left #award-list ul li:hover {
  border: 1px solid #999999;
}
/* line 485, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left #award-list ul li img {
  width: 90%;
}
/* line 491, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left #gallery-list {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 70px;
}
/* line 496, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left #gallery-list li {
  margin: 0;
  margin-right: 10px;
}
/* line 503, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left .gallery {
  /*&-display:before {
  	content: "";
  	display: inline-block;
  	height: 100%;
  	vertical-align: middle;
  }*/
}
/* line 510, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left .gallery-display {
  text-align: center;
}
/* line 514, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left .gallery-display a {
  display: inline-block;
  vertical-align: middle;
}
/* line 519, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left .gallery-list {
  margin-top: 20px;
}
/* line 521, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left .gallery-list-item {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 5px;
  line-height: 70px;
  overflow: hidden;
}
/* line 529, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left .gallery-list-item:not(.product-360-degree) {
  cursor: pointer;
}
/* line 532, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left .gallery-list-item:not(.product-360-degree):hover {
  border: 1px solid #999999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 537, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left .gallery-list-item.product-360-degree {
  cursor: pointer;
}
/* line 540, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-left .gallery-list-item > img {
  width: 100%;
  vertical-align: middle;
}
/* line 548, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-right {
  width: 59%;
}
/* line 550, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-right ul {
  font-size: 120%;
  line-height: 130%;
  list-style: initial;
  padding: 0 20px;
}
/* line 556, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-right .feature-icon {
  margin-top: 5%;
}
/* line 558, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-right .feature-icon > li {
  display: inline-block;
  margin: auto 10px;
  max-width: 100px;
  vertical-align: top;
}
/* line 563, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-right .feature-icon > li img {
  width: 100%;
}
/* line 568, ../../sass/product/model.scss */
.main-content .model-content > .section-top > .section-right #sns_share {
  right: 0;
  bottom: 5px;
  position: absolute;
}
/* line 577, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .MicrositeItem,
.main-content .model-content > .section-bottom .MultimediaItem {
  font-size: 130%;
  margin-top: 2%;
  margin-bottom: 2%;
}
/* line 589, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .MicrositeItem .imgBox,
.main-content .model-content > .section-bottom .MultimediaItem .imgBox {
  margin: 2%;
}
/* line 593, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .ActivityArea {
  width: 100%;
}
/* line 595, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .ActivityArea a {
  width: 100%;
}
/* line 597, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .ActivityArea a img {
  width: 100%;
}
/* line 602, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .kf-section {
  width: 100%;
}
/* line 605, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom.full {
  left: 0;
  right: 0;
  /*margin-top: -2%;*/
  margin: 0;
  position: absolute;
  width: 100%;
}
/* line 612, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom.full .model-page-memo {
  width: 80%;
  margin: 110px auto;
}
/* line 617, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .model-page-memo {
  margin-top: 3%;
  margin-bottom: 110px;
}
/* line 623, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .model-page-RelatedProduct {
  margin-top: 3%;
  display: block;
}
/* line 626, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .model-page-RelatedProduct .RelatedProducttitle {
  margin-top: 3%;
  font-weight: bold;
  font-size: 150%;
}
/* line 632, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .model-page-RelatedProduct .RelatedProductItemArea {
  display: block;
  margin-bottom: 2%;
}
/* line 635, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .model-page-RelatedProduct .RelatedProductItemArea .relateItem::before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  background: #f00;
}
/* line 644, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .model-page-RelatedProduct .RelatedProductItemArea .relateItem {
  text-align: center;
  width: 185px;
  height: 185px;
  display: inline-block;
}
/* line 653, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .model-page-RelatedProduct .RelatedProductItemArea .relateItem .relateImg {
  vertical-align: bottom;
  display: inline-block;
}
/* line 656, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .model-page-RelatedProduct .RelatedProductItemArea .relateItem .relateImg a {
  margin: 0 auto;
}
/* line 663, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .model-page-RelatedProduct .RelatedProductItemArea .relateItem .relateImg a img {
  max-width: 110px;
  max-height: 110px;
}
/* line 669, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .model-page-RelatedProduct .RelatedProductItemArea .relateItem .relateLink {
  vertical-align: bottom;
  display: inline-block;
  text-align: center;
}
/* line 675, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .model-page-RelatedProduct .RelatedProductItemArea .relateItem .relateLink a {
  color: #999999;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}
/* line 680, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom .model-page-RelatedProduct .RelatedProductItemArea .relateItem .relateLink a:hover {
  color: inherit;
}
/* line 690, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .sp-section .display-table {
  font-size: 120%;
  display: table;
  width: 100%;
}
/* line 694, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .sp-section .display-table-row {
  display: table-row;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 300ms ease 0ms;
}
/* line 697, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .sp-section .display-table-row:hover {
  background-color: #eeeeee;
}
/* line 700, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .sp-section .display-table-row.black:hover {
  background-color: #333333;
}
/* line 704, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .sp-section .display-table-cell {
  display: table-cell;
  padding: 7px;
  vertical-align: middle;
  border-bottom: 1px solid #333333;
}
/* line 709, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .sp-section .display-table-cell.item {
  font-weight: bold;
  width: 20%;
}
/* line 713, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .sp-section .display-table-cell .imgBox {
  margin-left: 2%;
  margin-right: 2%;
}
/* line 720, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .sp-section .specTitle {
  display: none;
}
/* line 724, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .useOwlCarousel {
  /*垂直置中*/
}
/* line 726, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .useOwlCarousel .all-Spec, .main-content .model-content > .section-bottom > .useOwlCarousel .all-Products {
  display: inline-block;
  font-size: 120%;
}
/* line 729, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .useOwlCarousel .all-Spec .specRow:before, .main-content .model-content > .section-bottom > .useOwlCarousel .all-Products .specRow:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 736, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .useOwlCarousel .all-Spec .specRow, .main-content .model-content > .section-bottom > .useOwlCarousel .all-Products .specRow {
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 300ms ease 0ms;
}
/* line 739, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .useOwlCarousel .all-Spec .specRow .specText, .main-content .model-content > .section-bottom > .useOwlCarousel .all-Products .specRow .specText {
  display: inline-block;
  padding: 2% 1%;
}
/* line 745, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .useOwlCarousel .all-Spec {
  width: 20%;
  vertical-align: top;
}
/* line 748, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .useOwlCarousel .all-Spec .specRow {
  text-align: left;
  padding: 0 10%;
  font-weight: bold;
}
/* line 754, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .useOwlCarousel .all-Products {
  width: 77%;
}
/* line 761, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .useOwlCarousel .all-Products .childModel .name {
  font-size: 160%;
  text-align: center;
  padding: 2%;
}
/* line 766, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .useOwlCarousel .all-Products .childModel .specRow:nth-child(odd) {
  background-color: #333;
}
/* line 769, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .useOwlCarousel .all-Products .childModel .white:nth-child(odd) {
  background-color: #f2f2f2;
}
/* line 778, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .MicrositeItem-section ul li .display-table-cell.item {
  display: flex;
  width: 100%;
}
/* line 782, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .MicrositeItem-section ul li .display-table-cell.item .imgBox img {
  border-color: #959595;
  border-width: 1px;
  border-style: Solid;
}
/* line 795, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .Multimedia-section ul li .sub-area {
  display: none;
}
/* line 797, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .Multimedia-section ul li .sub-area .title {
  border-bottom: 2px solid #D7D7D7;
  padding-top: 20px;
  margin: 0px 20px 20px;
}
/* line 801, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .Multimedia-section ul li .sub-area .title .nrbar {
  text-align: left;
  color: #000000;
}
/* line 806, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .Multimedia-section ul li .sub-area .picArea {
  margin: 20px auto;
}
/* line 810, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .Multimedia-section ul li .sub-area .text2 {
  margin: 0 auto;
  color: #fff;
  font-size: 70%;
}
/* line 815, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .Multimedia-section ul li .sub-area .resolution {
  margin: 10px auto;
  font-size: 70%;
}
/* line 819, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .Multimedia-section ul li .sub-area .bottom-btn {
  margin: 20px auto;
  width: 290px;
}
/* line 826, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .Multimedia-section ul li .display-table-cell.item .imgBox img {
  border-color: #959595;
  border-width: 1px;
  border-style: Solid;
}
/* line 836, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-sectionRWD {
  display: none;
}
/* line 839, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section {
  display: table;
  width: 100%;
}
/* line 842, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content {
  display: table-row;
}
/* line 844, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .contact, .main-content .model-content > .section-bottom > .support-section > .support-content > .info {
  display: table-cell;
  vertical-align: top;
}
/* line 849, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .contact {
  width: 20%;
  padding: 0 2.5%;
}
/* line 855, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-nav {
  border-bottom: 1px solid #333333;
  font-size: 120%;
  margin: 2% auto;
  padding-bottom: 2%;
}
/* line 860, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-nav > li {
  color: #999999;
  cursor: pointer;
  display: inline-block;
  margin: auto 10px;
}
/* line 865, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-nav > li.active, .main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-nav > li:hover {
  color: inherit;
}
/* line 869, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-nav > li.childModelMenuTab {
  cursor: inherit;
  font-size: 125%;
}
/* line 873, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-nav > li.ModelName {
  cursor: inherit;
  border-left: 1px solid #666;
  padding-left: 20px;
}
/* line 877, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-nav > li.ModelName div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #208FFF;
  color: #fff;
  font-size: 80%;
}
/* line 884, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-nav > li.ModelName div span {
  padding: 0 10px;
}
/* line 889, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-nav > li.BackParentModel {
  color: #208FFF;
}
/* line 894, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-header, .main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content, .main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-footer {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 903, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-header .title {
  font-size: 150%;
  font-weight: bold;
  margin: 1% auto;
}
/* line 911, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-header .childModelsButton li {
  display: inline-block;
  width: 33%;
  padding: 1% 2%;
  text-align: center;
}
/* line 916, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-header .childModelsButton li a {
  border: 1px solid #666;
  display: block;
  color: #fff;
  padding: 1% 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
/* line 925, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-header .childModelsButton li a:hover {
  background-color: #208FFF;
}
/* line 929, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-header .childModelsButton li p {
  padding: 1% 0;
}
/* line 931, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-header .childModelsButton li p.childModelName {
  font-size: 125%;
}
/* line 934, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-header .childModelsButton li p.nbGpuName {
  font-size: 80%;
}
/* line 942, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .mobile-childModelsMenu {
  display: none;
}
/* line 945, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .system-selector {
  margin: 2% auto;
  font-size: 120%;
  vertical-align: top;
}
/* line 949, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .system-selector .os-selector-Area {
  display: inline-block;
  position: relative;
}
/* line 950, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .system-selector .os-selector-Area select {
  color: inherit;
  font-size: 90%;
  outline: none;
  width: 110%;
}
/* line 959, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .system-selector .os-selector-Area .os-selector-dropdownList {
  position: relative;
  z-index: 2;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
/* line 966, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .system-selector .os-selector-Area .customer-select-dropdownList {
  min-height: 30px;
  top: 0;
  position: absolute;
  width: 100%;
  right: 0;
  font-size: 90%;
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 0 2px;
  z-index: 1;
  right: inherit;
}
/* line 978, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .system-selector .os-selector-Area .customer-select-dropdownList span {
  margin: auto 5px;
  vertical-align: middle;
}
/* line 982, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .system-selector .os-selector-Area .customer-select-dropdownList i {
  float: right;
}
/* line 988, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .system-selector-div-Utility,
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content .system-selector-div-BIOS {
  display: none;
}
/* line 995, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info .download-type-toggle > span,
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info .download-info-toggle:not(.active) > span {
  cursor: pointer;
}
/* line 997, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info .download-type-toggle > span:hover:not(.active),
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info .download-info-toggle:not(.active) > span:hover:not(.active) {
  color: #666666;
}
/* line 1003, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info .download-site .mobile-down {
  display: none;
}
/* line 1006, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info .download-site i {
  display: none;
}
/* line 1011, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li {
  font-size: 120%;
  margin-top: 1%;
}
/* line 1015, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul {
  display: none;
}
/* line 1017, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul.active {
  display: block;
}
/* line 1020, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul > li {
  font-size: 80%;
  padding: 5px 0;
}
/* line 1023, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul > li.mark:before {
  content: "+";
}
/* line 1026, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul > li.mark.active:before {
  content: "-";
}
/* line 1029, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul > li .detail-div {
  display: none;
  margin-top: 1%;
  margin-bottom: 2%;
}
/* line 1035, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul > li .detail-div.active {
  display: block;
}
/* line 1040, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul > li .detail-div .div-table-row.hide {
  display: none;
}
/* line 1044, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul > li .detail-div .div-table-cell {
  padding: 1.5% 10px;
  font-size: 120%;
  vertical-align: middle;
  border-bottom: 1px solid #666666;
}
/* line 1049, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul > li .detail-div .div-table-cell.download {
  /*&-date,&-size,&-type, &-description {
  	border-bottom: inherit;
  }*/
}
/* line 1050, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul > li .detail-div .div-table-cell.download-desc {
  width: 30%;
}
/* line 1054, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul > li .detail-div .div-table-cell.download-version {
  width: 20%;
}
/* line 1058, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul > li .detail-div .div-table-cell.download-site {
  width: 30%;
}
/* line 1061, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul > li .detail-div .div-table-cell.download-site a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
  margin: auto 5px;
}
/* line 1075, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul > li .detail-div .div-table-cell:not(:first-child) {
  border-left: 1px solid #666666;
}
/* line 1079, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul > li .detail-div .div-table-header {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
/* line 1084, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul > li .detail-div .div-table-header > .div-table-cell {
  border-bottom: inherit;
}
/* line 1089, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .list-ul > li > .detail-ul > li .detail-div .div-table-body > .div-table-cell {
  border-bottom: 1px solid #666666;
}
/* line 1100, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .faq-div a {
  color: inherit;
}
/* line 1102, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .faq-div a:hover {
  text-decoration: underline;
}
/* line 1106, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .faq-div.hide {
  display: none;
}
/* line 1110, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .faq-div .div-table-cell {
  padding: 0.5% 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}
/* line 1116, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .faq-div .div-table-cell.faq-quest {
  min-width: 70%;
  font-size: 120%;
  font-weight: bold;
  vertical-align: middle;
  padding-right: 5px;
}
/* line 1123, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .faq-div .div-table-cell.faq-spec {
  color: #666666;
}
/* line 1126, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-content > .download-file-info > .faq-div .div-table-cell.faq-spec > .spec-info {
  float: right;
  width: 100%;
  padding-left: 5px;
}
/* line 1138, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-footer {
  font-size: 80%;
  margin-top: 5%;
}
/* line 1143, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .support-section > .support-content > .info > .info-footer .text2memo .seperate-memo .text2b {
  font-weight: bold;
}
/* line 1154, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div {
  margin-bottom: 5%;
  /*&.awards {
  	.award-info {
  		display: inline-block;
  		//Customized
  		max-width: 65%;
  		&.image {
  			margin: auto 5px;
  			max-width: 70px;
  			//width: 70px;
  			vertical-align: top;
  			&>img {
  				display: block;
  				width: 100%;
  			}
  		}
  		&.desc {
  			//Customized
  			.desc-media {
  				word-wrap: break-word;
  				word-break: break-all;
  			}
  		}
  	}
  }*/
}
/* line 1156, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div a {
  color: inherit;
  text-decoration: underline;
}
/* line 1160, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div .section-title {
  font-size: 130%;
  padding: 10px 0;
}
/* line 1165, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.news > ul > li {
  margin: auto 1%;
}
/* line 1168, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.news a {
  text-decoration: none;
}
/* line 1171, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.news .news-info {
  display: inline-block;
  padding: 5px 10px;
}
/* line 1174, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.news .news-info.publish-date {
  width: 10%;
}
/* line 1177, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.news .news-info.title {
  font-weight: bold;
}
/* line 1184, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li, .main-content .model-content > .section-bottom > .na-section .section-div.media > ul > li {
  display: inline-block;
  font-size: 120%;
  margin: 1% 1%;
  width: 30%;
  float: left;
}
/* line 1194, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li {
  width: 25%;
  float: left;
  line-height: 2em;
  margin: 0;
}
/* line 1207, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li a {
  font-weight: bold;
  /*margin: auto 1em;*/
}
/* line 1212, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .line-hr {
  display: none;
}
/* line 1216, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-award {
  max-width: 300px;
  margin: 0 auto;
  padding: 15% 5% 5% 5%;
}
/* line 1221, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-info {
  min-height: 100%;
  display: block;
  margin-bottom: 10%;
  min-height: 150px;
}
/* line 1229, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-date {
  display: table-cell;
  color: #333333;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.5em;
}
/* line 1236, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-img {
  margin-top: 2%;
  margin-bottom: 2%;
  width: 80px;
  height: 80px;
  padding: 5px;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  line-height: 100px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #ccc;
}
/* line 1256, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-img img {
  display: block;
  margin: auto;
  max-height: 70px;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 1271, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-classKeyName {
  text-align: center;
  color: #ccc;
  font-weight: 600;
}
/* line 1276, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-model {
  word-break: break-word;
  text-align: center;
  padding: 2% 0;
  line-height: 1.5em;
}
/* line 1278, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-model-link {
  width: 100%;
  height: 42px;
  display: table;
}
/* line 1291, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-model a {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
/* line 1301, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-title {
  line-height: 1.5em;
  font-size: 80%;
}
/* line 1304, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-title h3 {
  font-weight: bold;
  word-break: break-word;
  font-size: 110%;
  text-align: center;
  margin: 3% 0;
}
/* line 1312, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-title span {
  word-break: break-word;
}
/* line 1316, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-title-More a {
  color: #00a8ff;
}
/* line 1324, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-bottom {
  width: 100%;
  display: block;
  position: relative;
}
/* line 1330, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-bottom-contact {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
}
/* line 1336, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-bottom-mediaInfo {
  position: relative;
  width: 100%;
}
/* line 1350, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-bottom-mediaInfo .mediaInfo-left {
  width: 75%;
  display: inline-block;
  word-break: break-word;
}
/* line 1355, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-bottom-mediaInfo .mediaInfo-right {
  position: absolute;
  right: 0;
}
/* line 1362, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.awards > ul > li .item-Mobile-botom {
  display: none;
}
/* line 1392, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.media {
  margin-top: 5%;
}
/* line 1397, ../../sass/product/model.scss */
.main-content .model-content > .section-bottom > .na-section .section-div.media .media-info.desc .desc-country-date {
  margin: 5px auto;
}

/* line 1413, ../../sass/product/model.scss */
.wtb-ec-container .ec-ul-tabs {
  padding: 0;
}
/* line 1416, ../../sass/product/model.scss */
.wtb-ec-container > .ui-widget {
  font-family: none !important;
  font-size: none;
}
/* line 1420, ../../sass/product/model.scss */
.wtb-ec-container > .ui-widget-header {
  border: none;
  border-bottom: 1px solid #dddddd;
}
/* line 1424, ../../sass/product/model.scss */
.wtb-ec-container > .ui-state-active {
  border: 1px solid #007fff;
}
/* line 1427, ../../sass/product/model.scss */
.wtb-ec-container > .ui-widget-content {
  border: none;
}
/* line 1430, ../../sass/product/model.scss */
.wtb-ec-container ul:first-child {
  text-align: center;
}
/* line 1434, ../../sass/product/model.scss */
.wtb-ec-container .ec-item-list {
  margin-bottom: 2%;
}
/* line 1436, ../../sass/product/model.scss */
.wtb-ec-container .ec-item-list li {
  display: inline-block;
  margin: 0.5%;
}
/* line 1439, ../../sass/product/model.scss */
.wtb-ec-container .ec-item-list li .ec-item-info {
  width: 219px;
  height: 86px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(1, 48, 42, 0.2);
}
/* line 1444, ../../sass/product/model.scss */
.wtb-ec-container .ec-item-list li .ec-item-info .wtb-ec-logo {
  margin: 0;
  border: 0;
  padding: 0;
  max-width: 200px;
  vertical-align: middle;
}
/* line 1463, ../../sass/product/model.scss */
.wtb-ec-container .ec-item-list li .ec-link-item {
  display: none;
  width: 219px;
  height: 86px;
  background-color: #535353;
  opacity: 0.9;
  vertical-align: middle;
  line-height: 1em;
  position: absolute;
  -WEBKIT-TRANSFORM: TRANSLATEY(-100%);
  RANSFORM: TRANSLATEY(-100%);
}
/* line 1476, ../../sass/product/model.scss */
.wtb-ec-container .ec-item-list li .ec-link-item .ec-link-info {
  margin-top: 8%;
}
/* line 1478, ../../sass/product/model.scss */
.wtb-ec-container .ec-item-list li .ec-link-item .ec-link-info .ec-link-div {
  width: 70%;
  float: right;
  text-align: left;
}
/* line 1482, ../../sass/product/model.scss */
.wtb-ec-container .ec-item-list li .ec-link-item .ec-link-info .ec-link-div .ec-link-title {
  font-size: 85%;
  font-weight: normal;
  color: #ffffff;
  max-width: 140px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* line 1501, ../../sass/product/model.scss */
.ec-hint {
  height: 14px;
}
/* line 1503, ../../sass/product/model.scss */
.ec-hint span {
  font-size: 78%;
  line-height: 5.44;
  letter-spacing: -0.3px;
  text-align: center;
  color: #5b5b5b;
}

/* line 1512, ../../sass/product/model.scss */
.ec-item-group {
  padding-top: 25px;
}

/* line 1516, ../../sass/product/model.scss */
.ov-item {
  padding-bottom: 10px;
  padding-top: 10px;
  list-style-type: none;
}
/* line 1522, ../../sass/product/model.scss */
.ov-item-title {
  color: #1d6cfe;
  font-size: 130%;
  font-weight: bold;
  padding: 5px 0;
}
/* line 1531, ../../sass/product/model.scss */
.ov-item-content div {
  display: block;
}
/* line 1533, ../../sass/product/model.scss */
.ov-item-content div.ov-item-content-img {
  display: inline-block;
}
/* line 1536, ../../sass/product/model.scss */
.ov-item-content div.ov-item-with-img-desc {
  width: 85%;
  display: inline-block;
}
/* line 1541, ../../sass/product/model.scss */
.ov-item-content-img {
  width: 14%;
}
/* line 1546, ../../sass/product/model.scss */
.ov-item-content-desc {
  width: 100%;
}
/* line 1549, ../../sass/product/model.scss */
.ov-item-content .ov-item-short-title {
  display: none;
}

/* line 1555, ../../sass/product/model.scss */
.subModel-menu {
  width: 100%;
}
/* line 1557, ../../sass/product/model.scss */
.subModel-menu ul {
  color: white;
  line-height: 50px;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}
/* line 1564, ../../sass/product/model.scss */
.subModel-menu-title {
  background: #000000;
  border-radius: 10px 10px 0 0;
  border-top: none;
  font-weight: bold;
  text-align: center;
  padding-left: 0%;
}
/* line 1573, ../../sass/product/model.scss */
.subModel-menu-list {
  background: #000000;
  border-top: 0.5px groove white;
  padding-left: 8%;
  height: 51px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* line 1583, ../../sass/product/model.scss */
.subModel-menu-list.active {
  background: #00A1E9;
}
/* line 1588, ../../sass/product/model.scss */
.subModel-menu-ok {
  background: #707070;
  border-top: 0.5px groove white;
  font-size: 110%;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
}
/* line 1595, ../../sass/product/model.scss */
.subModel-menu-ok.active {
  background: #00A1E9;
}

/* line 1601, ../../sass/product/model.scss */
.cancelPadding {
  padding-bottom: 0px;
  padding-top: 0px;
}

/* line 1608, ../../sass/product/model.scss */
.blockUI {
  max-height: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 1614, ../../sass/product/model.scss */
.BlockArea {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: auto;
  height: 100%;
  color: #888888;
}
/* line 1621, ../../sass/product/model.scss */
.BlockArea .div-table {
  display: table;
  width: 17%;
  margin: 0px auto;
  margin-bottom: 20px;
}
/* line 1626, ../../sass/product/model.scss */
.BlockArea .div-table .div-tr {
  display: table-row;
}
/* line 1628, ../../sass/product/model.scss */
.BlockArea .div-table .div-tr .div-td {
  display: table-cell;
  vertical-align: middle;
}
/* line 1631, ../../sass/product/model.scss */
.BlockArea .div-table .div-tr .div-td:first-child {
  width: 35px;
}
/* line 1637, ../../sass/product/model.scss */
.BlockArea .img_memo {
  width: 90%;
  margin: 0px auto;
  text-align: center;
}
/* line 1642, ../../sass/product/model.scss */
.BlockArea span {
  font-size: 11px;
}
/* line 1645, ../../sass/product/model.scss */
.BlockArea a {
  color: #888888;
}

/* line 1650, ../../sass/product/model.scss */
.blockMsg {
  max-width: 850px;
  max-height: 90%;
}

/* line 1655, ../../sass/product/model.scss */
#NowShowPic {
  width: 70%;
  margin: 50px auto;
  overflow: hidden;
  cursor: zoom-in;
}

/* line 1663, ../../sass/product/model.scss */
#NowShowPic img {
  width: 100%;
}

/* line 1667, ../../sass/product/model.scss */
.CancelBlock {
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 20px;
}

/* line 1674, ../../sass/product/model.scss */
.CancelBlock img {
  width: 30px;
  vertical-align: middle;
}

/* line 1679, ../../sass/product/model.scss */
.gallery-list-blockUI {
  width: 100%;
  min-height: 100px;
}

/* line 1684, ../../sass/product/model.scss */
.DownloadArea {
  width: 100%;
  padding: 5px 5px 5px 5px;
  text-align: left;
}

/* line 1690, ../../sass/product/model.scss */
.gallery-list-blockUI-item {
  border: 1px solid #999999;
  float: left;
  width: 70px;
  height: 70px;
  margin: 5px;
  line-height: 70px;
  overflow: hidden;
  cursor: pointer;
}

/* line 1701, ../../sass/product/model.scss */
.redColor {
  color: #ff0000;
}

/* line 1705, ../../sass/product/model.scss */
.zoomImg {
  background-color: #000;
}

/* line 1711, ../../sass/product/model.scss */
.main-content-background #CpuList table {
  border-collapse: collapse;
}
/* line 1714, ../../sass/product/model.scss */
.main-content-background #CpuList th,
.main-content-background #CpuList td {
  border: 1px solid black;
  text-align: center;
}
/* line 1719, ../../sass/product/model.scss */
.main-content-background #CpuList th.title {
  text-align: left;
}
/* line 1722, ../../sass/product/model.scss */
.main-content-background #CpuList th.space,
.main-content-background #CpuList tr.space {
  border: none;
  height: 40px;
}

/* line 1732, ../../sass/product/model.scss */
.black #CpuList table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
/* line 1737, ../../sass/product/model.scss */
.black #CpuList th,
.black #CpuList td {
  border: 1px solid white;
  text-align: center;
}

/* line 1745, ../../sass/product/model.scss */
.linkStyle {
  cursor: pointer;
}

/* line 1749, ../../sass/product/model.scss */
.linkStyle:hover {
  color: #666666;
}

/* line 1754, ../../sass/product/model.scss */
.blockUI .sub-area {
  display: none;
}
/* line 1756, ../../sass/product/model.scss */
.blockUI .sub-area .title {
  border-bottom: 2px solid #D7D7D7;
  padding-top: 20px;
  margin: 0px 20px 20px;
}
/* line 1760, ../../sass/product/model.scss */
.blockUI .sub-area .title .nrbar {
  text-align: left;
  color: #000000;
}
/* line 1765, ../../sass/product/model.scss */
.blockUI .sub-area .picArea {
  margin: 20px auto;
}
/* line 1769, ../../sass/product/model.scss */
.blockUI .sub-area .text2 {
  margin: 0 auto;
  color: #fff;
  font-size: 70%;
}
/* line 1774, ../../sass/product/model.scss */
.blockUI .sub-area .resolution {
  margin: 10px auto;
  font-size: 70%;
}
/* line 1778, ../../sass/product/model.scss */
.blockUI .sub-area .bottom-btn {
  margin: 20px auto;
  width: 290px;
}

/* line 1786, ../../sass/product/model.scss */
.blockUI .Download_Area {
  padding: 5%;
}
/* line 1788, ../../sass/product/model.scss */
.blockUI .Download_Area .mobile-down {
  display: none;
}

/* line 1795, ../../sass/product/model.scss */
.icds-popover {
  position: fixed;
  top: inherit;
  left: inherit;
  left: inherit;
  margin: 10px 0 0 -150px;
}

@media screen and (max-width: 1500px) {
  /* line 1806, ../../sass/product/model.scss */
  #goToWTB #BuyIconDropDown {
    right: 1%;
  }
}
@media screen and (min-width: 960px) {
  /* line 1815, ../../sass/product/model.scss */
  #goToWTB #BuyIconDropDown {
    position: absolute;
    padding-top: 5px;
    display: none;
    min-width: 236px;
    min-height: 63px;
    z-index: 5;
  }
  /* line 1822, ../../sass/product/model.scss */
  #goToWTB #BuyIconDropDown #BuyIconDropDownUl {
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0px 4px 9px -1px rgba(0, 0, 0, 0.5);
    padding: 5px;
  }
  /* line 1828, ../../sass/product/model.scss */
  #goToWTB #BuyIconDropDown #BuyIconDropDownUl li a {
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  /* line 1839, ../../sass/product/model.scss */
  .icds-popover {
    position: inherit;
    left: 50%;
  }

  /* line 1845, ../../sass/product/model.scss */
  .Rwd #PageMainContent .container {
    width: 100%;
    max-width: 100%;
  }
  /* line 1849, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-header-fixed {
    position: relative;
    padding: 0;
  }
  /* line 1854, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .header-breadcurmb {
    display: none;
  }
  /* line 1857, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .header-sub-title {
    display: none;
  }
  /* line 1861, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .header-title .model-name {
    background-color: #000;
    color: #fff;
    width: 100%;
  }
  /* line 1865, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .header-title .model-name .model-name-container {
    width: 85%;
    padding-bottom: 10px;
    margin: 0px auto;
  }
  /* line 1872, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .model-item {
    display: none;
    width: 100%;
    font-size: 130%;
  }
  /* line 1876, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .model-item li:not(.li_whereToBuy):not(.li_onLineStore) {
    width: 100%;
    color: #ffffff;
    padding: 10px 0 10px 0;
    margin: 0;
    border-bottom: 1px solid #404040;
    font-size: 100%;
    background-color: #000;
  }
  /* line 1884, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .model-item li:not(.li_whereToBuy):not(.li_onLineStore) a {
    width: 85%;
    margin: 0px auto;
    display: block;
  }
  /* line 1889, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .model-item li:not(.li_whereToBuy):not(.li_onLineStore).mobile-item {
    display: block;
  }
  /* line 1891, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .model-item li:not(.li_whereToBuy):not(.li_onLineStore).mobile-item[data-type="back"] {
    font-size: 80%;
  }
  /* line 1895, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .model-item li:not(.li_whereToBuy):not(.li_onLineStore).active {
    display: none;
  }
  /* line 1898, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .model-item li:not(.li_whereToBuy):not(.li_onLineStore) i {
    display: inline-block;
  }
  /* line 1902, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .model-item #model-page-back {
    background-color: #272727;
  }
  /* line 1906, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .RWD_selector {
    border-bottom: 1px solid #404040;
    border-top: 1px solid #404040;
    display: block;
    float: left;
    min-width: 100%;
    padding: 2% 1% 2% 1%;
    cursor: pointer;
    background-color: #272727;
    font-size: 130%;
  }
  /* line 1916, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .RWD_selector .RWD_selector-container {
    display: block;
    width: 87%;
    margin: 0px auto;
  }
  /* line 1920, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .RWD_selector .RWD_selector-container .RWD_selector-item {
    display: inline;
    color: #fff;
  }
  /* line 1924, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .RWD_selector .RWD_selector-container i {
    float: right;
    color: #fff;
  }
  /* line 1931, ../../sass/product/model.scss */
  .Rwd #PageMainContent #model-header .show-submenu .RWD_selector-item,
  .Rwd #PageMainContent #model-header .show-submenu i {
    color: #fff;
  }
  /* line 1939, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content > .mobile-switchChildModel > .mobile-cover {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1001;
    position: fixed;
    background-color: #fff;
    top: 0;
    opacity: 0.6;
  }
  /* line 1949, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content > .mobile-switchChildModel > .mobile-childModelsMenu {
    display: none;
    position: fixed;
    background-color: #000;
    bottom: 0;
    width: 100%;
    z-index: 1002;
    -moz-border-top-left-radius: 15px;
    -moz-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  /* line 1963, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content > .mobile-switchChildModel > .mobile-childModelsMenu ul li {
    font-size: 120%;
  }
  /* line 1965, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content > .mobile-switchChildModel > .mobile-childModelsMenu ul li.mobile-childModelMenuTab {
    padding: 2% 10%;
    text-align: center;
  }
  /* line 1969, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content > .mobile-switchChildModel > .mobile-childModelsMenu ul li a {
    color: #fff;
    display: block;
    padding: 2% 8%;
  }
  /* line 1974, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content > .mobile-switchChildModel > .mobile-childModelsMenu ul li a:hover {
    background-color: #208FFF;
  }
  /* line 1981, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content > .mobile-ModelName {
    border-bottom: 1px solid #404040;
    display: block;
    min-width: 100%;
    padding: 2% 1% 2% 1%;
    cursor: pointer;
    font-size: 130%;
    background-color: #208FFF;
  }
  /* line 1989, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content > .mobile-ModelName .RWD_ModelName-container {
    display: block;
    width: 87%;
    margin: 0px auto;
  }
  /* line 1993, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content > .mobile-ModelName .RWD_ModelName-container .RWD_ModelName-item {
    display: inline;
    color: #fff;
  }
  /* line 1997, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content > .mobile-ModelName .RWD_ModelName-container i {
    float: right;
    color: #fff;
  }
  /* line 2003, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-top {
    width: 85%;
    margin: 0px auto;
    display: block;
  }
  /* line 2007, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-top .section-left {
    width: 100%;
    display: block;
  }
  /* line 2010, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-top .section-left #gallery-display {
    min-height: auto;
    height: inherit !important;
    width: 100%;
  }
  /* line 2015, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-top .section-left #gallery-list {
    display: none;
  }
  /* line 2018, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-top .section-left .award-list {
    margin: 0;
  }
  /* line 2022, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-top .section-right {
    width: 100%;
    display: block;
  }
  /* line 2025, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-top .section-right .feature-icon {
    width: 100%;
    padding: 0;
  }
  /* line 2028, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-top .section-right .feature-icon li {
    width: 22%;
    margin: 0;
  }
  /* line 2035, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom {
    width: 85%;
    margin: 0px auto;
    position: inherit;
  }
  /* line 2039, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom.full {
    width: 100%;
  }
  /* line 2042, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .model-page-memo {
    width: 85%;
  }
  /* line 2047, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .contact {
    display: none;
  }
  /* line 2050, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info {
    display: block;
    width: 100%;
  }
  /* line 2053, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-nav {
    display: none;
  }
  /* line 2056, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-header {
    display: none;
  }
  /* line 2059, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-footer {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 2063, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-footer .text2memo div {
    padding: 0;
  }
  /* line 2068, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content {
    margin-left: 0;
    margin-right: 0;
    font-size: 76%;
  }
  /* line 2072, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content > .mobile-support-title {
    font-size: 160%;
  }
  /* line 2075, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .system-selector {
    font-size: 175%;
    margin: 20px auto;
  }
  /* line 2079, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .title {
    padding: 5px;
    margin-top: 1%;
    padding-left: 31px;
    display: block;
  }
  /* line 2090, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info {
    font-size: 145%;
  }
  /* line 2092, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info #CpuList {
    display: none;
  }
  /* line 2095, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .div-table {
    font-size: 80%;
  }
  /* line 2098, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .mobile-support-title {
    font-size: 120%;
  }
  /* line 2100, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .mobile-support-title[data-type="mobile-faq"] {
    font-size: 150%;
  }
  /* line 2106, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .download-info-toggle .detail-div.active {
    margin-top: 20px;
  }
  /* line 2111, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .hide {
    display: block;
  }
  /* line 2114, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .mobile-dl {
    padding: 5px;
  }
  /* line 2118, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .mobile-manual {
    display: none;
    padding: 5px;
  }
  /* line 2122, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .mobile-support-list {
    display: none;
    padding: 5px;
  }
  /* line 2126, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .mobile-faq {
    display: none;
    padding: 5px;
  }
  /* line 2129, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .mobile-faq .div-table-row {
    display: block;
  }
  /* line 2131, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .mobile-faq .div-table-row .faq-quest {
    border-bottom: 1px solid #434343;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: block;
  }
  /* line 2138, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .mobile-faq .div-table-row .faq-spec {
    display: none;
  }
  /* line 2143, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .div-table {
    word-break: break-word;
  }
  /* line 2146, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .div-table .div-table-cell {
    padding: 0.1em;
  }
  /* line 2150, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .div-table .download-size {
    display: none;
  }
  /* line 2157, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .div-table .download-site i {
    display: none;
  }
  /* line 2165, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .div-table .download-site .hq-site {
    display: none;
  }
  /* line 2168, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .div-table .download-site .ru-site {
    display: none;
  }
  /* line 2171, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .div-table .download-site .mobile-down {
    display: block;
    text-align: center;
    cursor: pointer;
  }
  /* line 2175, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .div-table .download-site .mobile-down i {
    display: block;
  }
  /* line 2181, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .div-table .download-desc ol {
    list-style-position: inside;
    padding: 0;
    margin: 0;
  }
  /* line 2187, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .div-table .hide {
    display: none;
  }
  /* line 2197, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .Specification-section ul.display-table {
    display: block;
    width: 100%;
  }
  /* line 2200, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .Specification-section ul.display-table li.display-table-row {
    display: block;
    width: 100%;
    border-bottom: 1px solid #404040;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 2206, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .Specification-section ul.display-table li.display-table-row div.display-table-cell {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: initial;
  }
  /* line 2211, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .Specification-section ul.display-table li.display-table-row div.display-table-cell ol {
    padding-left: 0px;
    list-style-position: inside;
  }
  /* line 2214, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .Specification-section ul.display-table li.display-table-row div.display-table-cell ol li {
    margin-bottom: 10px;
  }
  /* line 2221, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .Specification-section .all-Spec {
    display: none;
  }
  /* line 2226, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .Specification-section .all-Products .childModel .name {
    padding: 12% 0;
  }
  /* line 2229, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .Specification-section .all-Products .childModel .specTitle {
    display: inherit;
  }
  /* line 2238, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .MicrositeItem-section li .display-table-cell.item .imgBox {
    margin: 0;
  }
  /* line 2241, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .MicrositeItem-section li .display-table-cell.item .text2 {
    padding-left: 10px;
  }
  /* line 2243, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .MicrositeItem-section li .display-table-cell.item .text2 .Itemdescription {
    display: none;
  }
  /* line 2252, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .Multimedia-section li .display-table-cell.item {
    display: block;
    width: 100%;
  }
  /* line 2255, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .Multimedia-section li .display-table-cell.item .imgBox {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 2258, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .Multimedia-section li .display-table-cell.item .imgBox img {
    max-width: 100px;
  }
  /* line 2262, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .Multimedia-section li .display-table-cell.item .text2 {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
  }
  /* line 2271, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .na-section .news {
    width: 100%;
    border-bottom: 1px solid #404040;
  }
  /* line 2275, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .na-section .news ul li {
    margin: 0;
    padding: 10px 0;
  }
  /* line 2278, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .na-section .news ul li .news-info {
    display: block;
  }
  /* line 2281, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .na-section .news ul li .publish-date {
    width: 100%;
    padding: 0;
  }
  /* line 2285, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .na-section .news ul li .title {
    width: 100%;
    padding: 0;
  }
  /* line 2288, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .na-section .news ul li .title a {
    color: #3399ff;
  }
  /* line 2295, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .na-section .awards {
    /*ul {
    	display: table;
    	li {
    		display: table-row;
    		width: 100%;
    		margin: 0;
    		.image {
    			display: table-cell;
    			padding: 10px 0;
    			vertical-align: middle;
    			img {
    				max-width: 50px;
    			}
    		}
    		.desc {
    			display: table-cell;
    			vertical-align: middle;
    			padding: 10px 0;
    			padding-left: 20px;
    			&-title {
    				color: #3399ff;
    			}
    		}
    	}
    }*/
  }
  /* line 2322, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .na-section .awards ul hr {
    display: none;
  }
  /* line 2325, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .na-section .awards ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  /* line 2329, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .na-section .awards ul li .item-award {
    max-width: inherit;
  }
  /* line 2338, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .na-section .media ul > li {
    width: 100%;
    display: block;
    padding: 10px 0;
    margin: 0;
  }
  /* line 2345, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .na-section .media ul > li .media-info .desc-title a {
    color: #3399ff;
  }
  /* line 2355, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .mobile-gallery {
    display: block;
    width: 85%;
    margin: 0px auto;
  }
  /* line 2359, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .mobile-gallery #gallery-list-mobile {
    width: 100%;
  }
  /* line 2362, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .mobile-gallery #gallery-list-mobile ul.slides li {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #404040;
  }
  /* line 2367, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .mobile-gallery #gallery-list-mobile ul.slides li img {
    width: 100%;
  }

  /* line 2378, ../../sass/product/model.scss */
  .black .info-footer {
    background-color: #272727;
  }
}
/* line 2391, ../../sass/product/model.scss */
.cpuListProductName {
  display: none;
}

/* line 2404, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .filterFaq {
  display: none;
}
/* line 2411, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.div-table-row div.div-table-cell {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
/* line 2415, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.div-table-row div.div-table-cell a {
  font-weight: normal;
}
/* line 2417, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.div-table-row div.div-table-cell a:hover {
  text-decoration: none;
  color: #1e58f6;
}
/* line 2425, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.searchFaq {
  position: relative;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #efefef;
}
/* line 2431, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.searchFaq span, #PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.searchFaq input {
  position: absolute;
}
/* line 2434, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.searchFaq span {
  width: 30px;
  height: 30px;
  z-index: 10;
}
/* line 2438, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.searchFaq span.search_icon {
  background: url(/Images/search-128.png) center no-repeat;
  background-size: 100%;
}
/* line 2443, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.searchFaq input[type=text] {
  width: 100%;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  z-index: 2;
  text-indent: 30px;
}
/* line 2452, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.searchFaq input[type=text]:focus {
  background-color: #eeeeee;
}
/* line 2458, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.faq-quest a {
  margin-right: 20px;
}
/* line 2462, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.mobile-screen {
  display: none;
}
/* line 2466, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.mobile-screen div.faq-typeGroup .typeFaqList {
  display: none;
}
/* line 2469, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.mobile-screen div.faq-typeGroup .typeName {
  padding: 5px 0px;
  border-bottom: 1px solid #333333;
}
/* line 2472, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.mobile-screen div.faq-typeGroup .typeName:after {
  content: "+";
  float: right;
  font-size: 200%;
}
/* line 2478, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.mobile-screen div.faq-typeGroup .typeName span.word {
  font-size: 170%;
  font-weight: bold;
}
/* line 2486, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.mobile-screen div.faq-typeGroup.active .typeName:after {
  content: "-";
}
/* line 2490, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.mobile-screen div.faq-typeGroup.active .typeFaqList {
  display: block;
}
/* line 2497, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.faq-model {
  display: inline-block;
  color: #0072ff;
  border: 1px solid #d8d8d8;
  padding: 1px 5px;
  font-size: 65%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 2513, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content.faq .contact {
  display: none;
}
/* line 2516, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content.faq .filterFaq {
  width: 20%;
  padding: 0;
  display: table-cell;
  padding-right: 2.5%;
  padding-top: 2%;
}
/* line 2522, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content.faq .filterFaq > div {
  padding-bottom: 10px;
}
/* line 2526, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content.faq .filterFaq > div label input {
  float: right;
}
/* line 2530, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content.faq .filterFaq > div:nth-child(2) {
  margin-top: 40px;
}
/* line 2533, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content.faq .filterFaq > div.title {
  font-size: 140%;
  padding-bottom: 6.5%;
  border-bottom: 1px solid #333333;
}
/* line 2541, ../../sass/product/model.scss */
#PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content.faq .info .info-footer {
  margin-bottom: 5%;
}
/* line 2566, ../../sass/product/model.scss */
#PageMainContent.black .main-content .model-content > .section-bottom > .support-section.useVue .support-content.faq .faq-list div.div-table-row div.div-table-cell {
  border-bottom: 1px solid #1b1b1b;
}
/* line 2569, ../../sass/product/model.scss */
#PageMainContent.black .main-content .model-content > .section-bottom > .support-section.useVue .support-content.faq .faq-list div.div-table-row div.div-table-cell a:hover {
  color: #ff6400;
}
/* line 2576, ../../sass/product/model.scss */
#PageMainContent.black .main-content .model-content > .section-bottom > .support-section.useVue .support-content.faq .faq-list div.searchFaq {
  border-bottom: 1px solid #1b1b1b;
}
/* line 2578, ../../sass/product/model.scss */
#PageMainContent.black .main-content .model-content > .section-bottom > .support-section.useVue .support-content.faq .faq-list div.searchFaq input[type=text] {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 2581, ../../sass/product/model.scss */
#PageMainContent.black .main-content .model-content > .section-bottom > .support-section.useVue .support-content.faq .faq-list div.searchFaq input[type=text]:focus {
  background-color: #333333;
}
/* line 2586, ../../sass/product/model.scss */
#PageMainContent.black .main-content .model-content > .section-bottom > .support-section.useVue .support-content.faq .faq-list div.searchFaq span.search_icon {
  background: url(/Images/Menu/search_icon.png) center no-repeat;
  background-size: 100%;
}
/* line 2593, ../../sass/product/model.scss */
#PageMainContent.black .main-content .model-content > .section-bottom > .support-section.useVue .support-content.faq .faq-list div.mobile-screen .typeName {
  border-bottom: 1px solid #434343;
}
/* line 2597, ../../sass/product/model.scss */
#PageMainContent.black .main-content .model-content > .section-bottom > .support-section.useVue .support-content.faq .faq-list div.faq-model {
  color: #ff6400;
  border: 1px solid #484848;
}

@media screen and (max-width: 960px) {
  /* line 2623, ../../sass/product/model.scss */
  .Rwd #PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .filterFaq {
    display: none;
  }
  /* line 2628, ../../sass/product/model.scss */
  .Rwd #PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.pc-screen {
    display: none;
  }
  /* line 2631, ../../sass/product/model.scss */
  .Rwd #PageMainContent .main-content .model-content > .section-bottom > .support-section.useVue .support-content .faq-list div.mobile-screen {
    display: block;
  }
}
/* line 2648, ../../sass/product/model.scss */
#PageMainContent {
  padding-bottom: 100px;
}

@media screen and (max-width: 960px) {
  /* line 2662, ../../sass/product/model.scss */
  .Rwd #PageMainContent .model-content .section-bottom .support-section .support-content .info-content .download-file-info .mobile-dl.hide {
    display: none;
  }
}
