@charset "UTF-8";

/* line 5, C:/Ruby26-x64/lib/ruby/gems/2.6.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:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol,
ul {
  list-style: none;
}

/* line 26, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby26-x64/lib/ruby/gems/2.6.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:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q,
blockquote {
  quotes: none;
}

/* line 103, C:/Ruby26-x64/lib/ruby/gems/2.6.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:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby26-x64/lib/ruby/gems/2.6.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 24, ../../../sass/base/_base.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 106, C:/Ruby26-x64/lib/ruby/gems/2.6.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 326, ../../../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 243, ../../../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 253, ../../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items>div a {
  color: #ffffff;
}

/* line 256, ../../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items>div a img.black_img {
  display: none;
}

/* line 259, ../../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items>div a img.white_img {
  display: block;
}

/* line 267, ../../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items>div.search img.black_img {
  display: none;
}

/* line 270, ../../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items>div.search img.white_img {
  display: block;
}

/* line 277, ../../../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 285, ../../../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 303, ../../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-logo img#original_logo_black {
  display: none;
}

/* line 306, ../../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-logo img#original_logo_white {
  display: block;
}

/* line 315, ../../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .MobileMenu div#mobile-menu>span {
  background-color: #ffffff;
}

/* line 335, ../../../sass/base/_header.scss */
.topBg #header-bar .container-header {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: initial;
}

/* line 341, ../../../sass/base/_header.scss */
.topBg #header-bar .cnAd {
  top: 0;
  position: absolute;
  right: 23px;
  height: 100%;
  display: table;
}

/* line 347, ../../../sass/base/_header.scss */
.topBg #header-bar .cnAd span {
  display: table-cell;
  vertical-align: middle;
}

/* line 352, ../../../sass/base/_header.scss */
.topBg #header-bar.CoverHeader {
  position: absolute;
}

/* line 357, ../../../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 361, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar div[id^="for-menu-header-"] .menu-slide-background {
  background: #FFFFFF;
}

/* line 365, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header {
  height: 100%;
  position: initial;
}

/* line 368, ../../../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 40, ../../../sass/base/_font.scss */
.topBg #header-bar.new-header-bar .navbar-header #recentlySearch.show li.google-font.google-font {
  font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

/* line 381, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header #mobileMenuShowBodyBlock {
  display: none;
}

/* line 384, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header>.content-logo {
  top: 0;
  min-width: 150px;
  width: 12.5%;
  position: absolute;
  display: table;
  height: 100%;
  float: left;
}

/* line 394, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header>.content-logo a {
  display: table-cell;
  vertical-align: middle;
}

/* line 397, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header>.content-logo a img {
  width: 65%;
  display: block;
}

/* line 404, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header>.content-menu {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 40, ../../../sass/base/_font.scss */
.topBg #header-bar.new-header-bar .navbar-header>.content-menu.google-font.google-font {
  font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

/* line 412, ../../../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 420, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header>.content-menu li.menuHeader.menu-header-41 {
  padding-right: 5%;
}

/* line 423, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header>.content-menu li.menuHeader.menu-header-45 {
  padding-right: 3%;
}

/* line 426, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header>.content-menu li.menuHeader a {
  font-size: 130%;
}

/* line 429, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header>.content-menu li.menuHeader>a {
  display: table;
  height: 100%;
  position: relative;
}

/* line 434, ../../../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: 90%;
}

/* line 442, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header>.content-menu li.menuHeader>a span.ces2020 {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

/* line 447, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header>.content-menu li.menuHeader>a span.ces2020 span.inner {
  position: absolute;
  left: 0;
  top: 17%;
}

/* line 454, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header>.content-menu li.menuHeader>a span.listStyle {
  display: none;
}

/* line 460, ../../../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 470, ../../../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 478, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header>.content-menu li.menuTitle {
  display: none;
}

/* line 481, ../../../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 484, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header>.content-menu li.mobileBtmMenuArea {
  display: none;
}

/* line 490, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header>.content-menu a span.header_arrow {
  display: none;
}

/* line 497, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .HeaderActivity {
  display: none;
}

/* line 500, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .MobileMenu {
  display: none;
}

/* line 503, ../../../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 510, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items {
  display: table-row;
}

/* line 513, ../../../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 519, ../../../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 524, ../../../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 530, ../../../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 534, ../../../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 536, ../../../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 544, ../../../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 552, ../../../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 562, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.menuSearchToolTip {
  position: absolute;
  top: 105%;
  z-index: 999999;
}

/* line 566, ../../../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 573, ../../../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 582, ../../../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 595, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.menuSearchToolTip.openMobileSearch {
  left: 13%;
}

/* line 608, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch {
  z-index: 100002;
}

/* line 612, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-logo,
.topBg #header-bar.opensearch .container-header .navbar-header .content-menu {
  display: none;
}

/* line 615, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header #recentlySearch {
  width: 100%;
  top: 66px;
  position: fixed;
  z-index: 99998;
}

/* line 621, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header #recentlySearch li.item {
  color: #000000;
}

/* line 635, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header #recentlySearchWord span.text {
  color: #423F3F;
  font-size: 13px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: 0.35;
}

/* line 40, ../../../sass/base/_font.scss */
.topBg #header-bar.opensearch .container-header .navbar-header #recentlySearchWord span.google-font.google-font {
  font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

/* line 649, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other {
  display: block;
  width: 90%;
  left: 5%;
  right: 5%;
}

/* line 654, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 658, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .language,
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .member,
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .businessCenter,
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .aorus {
  display: none;
}

/* line 661, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .search {
  width: 100%;
  display: block;
  height: 100%;
  display: table;
  padding: 0;
}

/* line 667, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .search>.search_icon {
  display: none !important;
}

/* line 670, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .search form {
  height: 100%;
}

/* line 672, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .search form#Top-Menu-Search {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

/* line 677, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content {
  position: relative;
}

/* line 679, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .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 686, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .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 693, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .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 705, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .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 716, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content span.clear span.icon {
  display: none;
}

/* line 719, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content span.clear span.text {
  display: block;
  font-size: 97%;
}

/* line 724, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content span.clear.show {
  display: block;
}

/* line 729, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .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 735, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .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 741, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .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 744, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .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 753, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .search form#Top-Menu-Search span.back {
  display: none;
}

/* line 758, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.popularArea {
  display: none;
}

/* line 767, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .search form#Top-Menu-Search.animating div.content span.close {
  display: none;
}

/* line 787, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch.done .container-header .navbar-header #recentlySearch.show {
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
  width: 100%;
}

/* line 793, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch.done .container-header .navbar-header #recentlySearch.show li {
  color: #FFFFFF;
  padding: 15px 0;
  padding-left: 35px;
  display: block;
}

/* line 799, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch.done .container-header .navbar-header #recentlySearch.show li span.text {
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  word-break: break-all;
}

/* line 806, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch.done .container-header .navbar-header #recentlySearch.show li.item {
  font-size: 130%;
  cursor: pointer;
}

/* line 40, ../../../sass/base/_font.scss */
.topBg #header-bar.opensearch.done .container-header .navbar-header #recentlySearch.show li.item .google-font.google-font {
  font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

/* line 815, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch.done .container-header .navbar-header #recentlySearch.show li.item:hover {
  background-color: #1E9FF2;
}

/* line 819, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch.done .container-header .navbar-header #recentlySearch.show li.itemRecently {
  font-size: 130%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: 0.35;
}

/* line 827, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch.done .container-header .navbar-header #recentlySearch.show.showAutoComplete {
  display: none;
}

/* line 841, ../../../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;
  height: 3px !important;
}

/* line 852, ../../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader {
  background: none;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

/* 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;
  height: 3px !important;
}

/* line 861, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu {
  background: none;
  background-color: #000000;
  z-index: 100002;
}

/* line 243, ../../../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 253, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items>div a {
  color: #ffffff;
}

/* line 256, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items>div a img.black_img {
  display: none;
}

/* line 259, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items>div a img.white_img {
  display: block;
}

/* line 267, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items>div.search img.black_img {
  display: none;
}

/* line 270, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items>div.search img.white_img {
  display: block;
}

/* line 277, ../../../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 285, ../../../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 303, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-logo img#original_logo_black {
  display: none;
}

/* line 306, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-logo img#original_logo_white {
  display: block;
}

/* line 315, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .MobileMenu div#mobile-menu>span {
  background-color: #ffffff;
}

/* line 869, ../../../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;
  height: 3px !important;
}

/* line 875, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu {
  background-color: #000000;
}

/* line 243, ../../../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 253, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items>div a {
  color: #ffffff;
}

/* line 256, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items>div a img.black_img {
  display: none;
}

/* line 259, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items>div a img.white_img {
  display: block;
}

/* line 267, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items>div.search img.black_img {
  display: none;
}

/* line 270, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items>div.search img.white_img {
  display: block;
}

/* line 277, ../../../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 285, ../../../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 303, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-logo img#original_logo_black {
  display: none;
}

/* line 306, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-logo img#original_logo_white {
  display: block;
}

/* line 315, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .MobileMenu div#mobile-menu>span {
  background-color: #ffffff;
}

/* line 883, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .container-header .navbar-header div.content-other-items div.language,
.topBg #header-bar.b2bMenu .container-header .navbar-header div.content-other-items div.aorus {
  display: none;
}

/* line 902, ../../../sass/base/_header.scss */
.topBg #header-bar.NoHeaderBold.new-header-bar .navbar-header>.content-menu li.menuHeader>a span.text {
  font-weight: inherit;
  font-weight: initial;
}

/* line 916, ../../../sass/base/_header.scss */
.topBg #mobileMenuShowBlock {
  display: none;
}

/* line 919, ../../../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 928, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock.showMenu {
  display: block;
}

/* line 933, ../../../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 944, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* line 950, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li {
  text-align: left;
}

/* line 952, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle {
  display: inline-block;
  margin: 0 1.5%;
  vertical-align: top;
  min-width: 14%;
  max-width: 15%;
  margin-left: 0;
}

/* line 969, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>a {
  display: table;
  padding: 7% 0;
}

/* line 973, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>a.noUrlLink {
  cursor: auto;
}

/* line 977, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>a span.listStyle {
  display: table-cell;
  vertical-align: middle;
}

/* line 980, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>a span.listStyle img {
  vertical-align: middle;
  height: 20px;
}

/* line 985, ../../../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 992, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>a span.listNext {
  display: none;
}

/* line 999, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>a.hasUrlLink:hover span.text {
  color: #1E9FF2;
}

/* line 1006, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle.menu-title-81 {
  min-width: 11%;
  max-width: 15%;
}

/* line 1010, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle.menu-title-81>a {
  padding: 9% 0;
}

/* line 1015, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>ul.menu-body-area {
  padding-top: 5%;
  padding-bottom: 10%;
}

/* line 1020, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>ul.menu-body-area li.viewallItem {
  cursor: pointer;
}

/* line 1022, ../../../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 1027, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>ul.menu-body-area li.menuBody {
  padding-bottom: 7%;
}

/* line 1032, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>ul.menu-body-area li.menuBody a span.text {
  color: #666666;
}

/* line 1036, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>ul.menu-body-area li.menuBody a.noUrlLink {
  cursor: auto;
}

/* line 1042, ../../../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 1050, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>ul.menu-body-area li.AorusLogoIcon {
  display: none;
}

/* line 1053, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>ul.menu-body-area li.AorusLogoIcon>a img {
  width: 50px;
}

/* line 40, ../../../sass/base/_font.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>ul.menu-body-area.google-font.google-font {
  font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

/* line 1067, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>ul.menu-body-area.GamingMenuTitle li a img {
  width: 50%;
}

/* line 1069, ../../../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 1079, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>ul.menu-body-area.menu-body-area-for-title-81 li.menuBody {
  padding-bottom: 9%;
}

/* line 40, ../../../sass/base/_font.scss */
.topBg #pcMenuShowBlock ul.menu-title-area.google-font.google-font {
  font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

/* line 1101, ../../../sass/base/_header.scss */
.topBg.Rwd #pcMenuShowBlock {
  min-width: auto;
}

/* line 1110, ../../../sass/base/_header.scss */
body div#PageMainContentBlock {
  display: none;
  width: 100%;
  height: 200%;
  position: fixed;
  background-color: #222;
  z-index: 100001;
  top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 1123, ../../../sass/base/_header.scss */
body.showPcMenu div#PageMainContentBlock {
  display: block;
}

/* line 1130, ../../../sass/base/_header.scss */
body.showSearch div#PageMainContentBlock {
  top: 0;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 1140, ../../../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 40, ../../../sass/base/_font.scss */
body ul.MenuAutocomplete.google-font.google-font {
  font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

/* line 1152, ../../../sass/base/_header.scss */
body ul.MenuAutocomplete>li {
  padding: 15px 0 !important;
  padding-left: 35px !important;
}

/* line 1156, ../../../sass/base/_header.scss */
body ul.MenuAutocomplete>li.ui-menu-item:hover {
  background: none !important;
  border: none !important;
  background-color: #1E9FF2 !important;
}

/* line 1161, ../../../sass/base/_header.scss */
body ul.MenuAutocomplete>li.ui-menu-item.focus {
  background: none !important;
  border: none !important;
  background-color: #1E9FF2 !important;
}

/* line 1167, ../../../sass/base/_header.scss */
body ul.MenuAutocomplete>li.ui-autocomplete-category {
  background-color: #000000;
  font-weight: bold;
}

/* line 1171, ../../../sass/base/_header.scss */
body ul.MenuAutocomplete>li>div {
  padding: 0 !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
}

/* line 1175, ../../../sass/base/_header.scss */
body ul.MenuAutocomplete>li>div.ui-state-active {
  background: none !important;
  border: none !important;
}

/* line 1178, ../../../sass/base/_header.scss */
body ul.MenuAutocomplete>li>div.ui-state-active:hover {
  background: none !important;
  border: none !important;
}

/* line 1183, ../../../sass/base/_header.scss */
body ul.MenuAutocomplete>li>div:hover {
  background: none !important;
  border: none !important;
}

/* line 1206, ../../../sass/base/_header.scss */
.topBg.RTL #header-bar.new-header-bar .navbar-header>.content-menu li.menuHeader.menu-header-41 {
  padding-right: inherit;
  padding-left: 5%;
}

/* line 1210, ../../../sass/base/_header.scss */
.topBg.RTL #header-bar.new-header-bar .navbar-header>.content-menu li.menuHeader.menu-header-45 {
  padding-right: inherit;
  padding-left: 3%;
}

/* line 1219, ../../../sass/base/_header.scss */
.topBg.RTL #header-bar.new-header-bar .navbar-header>.content-menu li.menuHeader a span.ces2020 span.inner {
  left: inherit;
  left: initial;
  right: 0;
}

/* line 1234, ../../../sass/base/_header.scss */
.topBg.RTL #header-bar .navbar-header .content-other {
  left: 5%;
  right: unset;
  right: inherit;
  float: left;
}

/* line 1242, ../../../sass/base/_header.scss */
.topBg.RTL #header-bar .navbar-header .content-other div.content-other-items div.search {
  padding: 0 40px 0 0;
}

/* line 1245, ../../../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 1265, ../../../sass/base/_header.scss */
.topBg.RTL #header-bar.opensearch .container-header .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 1272, ../../../sass/base/_header.scss */
.topBg.RTL #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search span.submit_area {
  left: unset;
  left: inherit;
  right: 0;
}

/* line 1278, ../../../sass/base/_header.scss */
.topBg.RTL #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search span.close {
  right: unset;
  right: inherit;
  left: 0;
}

/* line 1283, ../../../sass/base/_header.scss */
.topBg.RTL #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search span.clear {
  left: 40px;
  right: inherit;
  right: unset;
}

/* line 1308, ../../../sass/base/_header.scss */
.topBg.RTL #pcMenuShowBlock ul.menu-title-area li.menuTitle {
  margin-left: 1.5%;
  margin-right: 0;
}

/* line 1313, ../../../sass/base/_header.scss */
.topBg.RTL #pcMenuShowBlock ul.menu-title-area li.menuTitle>a span.text {
  padding-left: 0px;
  padding-right: 10px;
}

/* line 1320, ../../../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 1343, ../../../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 1345, ../../../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: 1280px) {

  /* line 1370, ../../../sass/base/_header.scss */
  .topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>ul.menu-body-area {
    padding-top: 3%;
  }
}

@media (min-width: 961px) and (max-width: 1260px) {

  /* line 1391, ../../../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 1393, ../../../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;
  }

  /* line 1419, ../../../sass/base/_header.scss */
  .topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content span.submit_area {
    top: 9px;
  }

  /* line 1422, ../../../sass/base/_header.scss */
  .topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .search form#Top-Menu-Search div.content span.close {
    width: 15px;
    height: 15px;
    top: 6px;
  }
}

/*rtl start*/
@media (min-width: 1261px) and (max-width: 1440px) {

  /* line 1454, ../../../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 1456, ../../../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 1486, ../../../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 1488, ../../../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 (max-width: 1280px) and (min-width: 961px) {

  /* line 1515, ../../../sass/base/_header.scss */
  .Rwd.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle>a {
    padding: 5.5% 0;
  }

  /* line 1519, ../../../sass/base/_header.scss */
  .Rwd.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle.menu-title-81>a {
    padding: 6% 0;
  }

  /* line 1527, ../../../sass/base/_header.scss */
  .Rwd.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle ul.menu-body-area li.menuBody {
    padding-bottom: 3%;
  }

  /* line 1534, ../../../sass/base/_header.scss */
  .Rwd.topBg #pcMenuShowBlock ul.menu-title-area>li.menuTitle ul.menu-body-area.menu-body-area-for-title-81 li.menuBody {
    padding-bottom: 5%;
  }
}

@media only screen and (max-width: 960px) {

  /* line 1550, ../../../sass/base/_header.scss */
  * {
    -webkit-tap-highlight-color: transparent;
  }

  /* line 1554, ../../../sass/base/_header.scss */
  .Rwd #pcMenuShowBlock {
    display: none !important;
  }

  /* line 1557, ../../../sass/base/_header.scss */
  .Rwd #header-bar {
    z-index: 99999;
  }

  /* line 1561, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar {
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: inherit;
  }

  /* line 1566, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar>.container-header {
    width: 100%;
    max-width: 100%;
  }

  /* line 1570, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .cnAd {
    height: 60px;
    right: 2px;
    width: 17px;
  }

  /* line 1575, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header {
    text-align: center;
    position: relative;
  }

  /* line 1578, ../../../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 1586, ../../../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 1590, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo a img#center_logo {
    display: none;
  }

  /* line 1597, ../../../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 1604, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header ul.content-menu li {
    height: auto;
  }

  /* line 1606, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header ul.content-menu li.menuHeader {
    display: block;
    width: 100%;
  }

  /* line 1610, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header ul.content-menu li.menuTitle {
    display: block;
    width: 100%;
  }

  /* line 1614, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header ul.content-menu li.menuTitle {
    display: block;
    width: 100%;
  }

  /* line 1621, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other {
    position: absolute;
    top: 0;
    right: 0;
  }

  /* line 1628, ../../../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 1631, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.search {
    font-size: 30px;
  }

  /* line 1637, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other.cn_contentOther {
    right: 15px;
  }

  /* line 1642, ../../../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 1649, ../../../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 1656, ../../../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 1665, ../../../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 1669, ../../../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 1673, ../../../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 1682, ../../../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 1688, ../../../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 1693, ../../../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 1703, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu div#mobile-menu.showClose {
    z-index: 99999;
  }

  /* line 1706, ../../../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 1711, ../../../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 1717, ../../../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 1730, ../../../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 1741, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch {
    padding: 0;
    width: 100%;
    position: fixed;
    height: 100%;
    background: none;
    background-color: #ffffff;
    overflow: auto;
  }

  /* line 1751, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header .MobileMenu {
    display: none;
  }

  /* line 1754, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header .content-other {
    width: 100%;
    left: 0;
    right: 0;
  }

  /* line 1762, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items div.search>img.search_icon {
    display: none;
  }

  /* line 1767, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search {
    position: relative;
    padding-left: 55px;
  }

  /* line 1771, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content {
    margin: 0 25px 0 0;
    height: 45px;
    border-bottom: 1px solid #000000;
    border: none;
  }

  /* line 1777, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content span.close {
    display: none;
  }

  /* line 1780, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .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 1790, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .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 1794, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .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 1801, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .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 1804, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .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 1809, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .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 1818, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .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 1826, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .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: 10px;
    font-size: 60%;
  }

  /* line 1834, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content input#full-search-keyword.notEmpty {
    padding-right: 96px;
  }

  /* line 1837, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search div.content input#full-search-keyword::placeholder {
    color: #999999;
    /* Firefox */
  }

  /* line 1842, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .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 1846, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .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 1854, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .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 1860, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search span.back img.black_img {
    display: block;
    width: 24px;
  }

  /* line 1871, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search.active div.content span.submit_area,
  .Rwd #header-bar.opensearch .container-header .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 1885, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search.active div.content span.close {
    right: 30px;
  }

  /* line 1887, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items div.search form#Top-Menu-Search.active div.content span.close>span {
    background-color: #000000;
  }

  /* line 1901, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header #recentlySearchWord {
    position: absolute;
    top: 55px;
    width: 100%;
    padding-left: 30px;
    left: 30px;
    text-align: left;
  }

  /* line 1908, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header #recentlySearchWord.show {
    display: block;
  }

  /* line 1913, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header #recentlySearch {
    width: 100%;
    top: 60px;
    position: fixed;
    z-index: 99998;
    padding-top: 20px;
  }

  /* line 1922, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header #recentlySearch li.item {
    font-size: 130%;
    color: #423F3F;
    text-align: left;
    padding: 15px 0 15px 13%;
    padding-right: 25px;
    padding-left: 33px !important;
  }

  /* line 1929, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header #recentlySearch li.item:hover {
    background-color: transparent !important;
  }

  /* line 1932, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header #recentlySearch li.item.active {
    background-color: #1E9FF2 !important;
  }

  /* line 1936, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header #recentlySearch li.itemRecently {
    display: none !important;
  }

  /* line 1941, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header #recentlySearch.show li {
    color: #000000 !important;
    font-size: 125%;
  }

  /* line 1945, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header #recentlySearch.show li span.text {
    padding-left: 30px !important;
    font-size: 96%;
  }

  /* line 1958, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling {
    background-image: url(/Images/2017NewFront/headerbackground_black.png);
    position: fixed;
  }

  /* line 1961, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.opensearch {
    background: none;
    background-color: #ffffff;
  }

  /* line 1970, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.new-header-bar .navbar-header .MobileMenu div#mobile-menu span {
    background-color: #ffffff;
  }

  /* line 1983, ../../../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 1986, ../../../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 1998, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.new-header-bar .navbar-header .content-logo img#original_logo_black {
    display: none;
  }

  /* line 2001, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.new-header-bar .navbar-header .content-logo img#original_logo_white {
    display: block;
  }

  /* line 2009, ../../../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;
    height: 3px !important;
  }

  /* line 2015, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu {
    background-color: #000000;
  }

  /* line 243, ../../../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 253, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .content-other div.content-other-items>div a {
    color: #ffffff;
  }

  /* line 256, ../../../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 259, ../../../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 267, ../../../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 270, ../../../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 277, ../../../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 285, ../../../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 303, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .content-logo img#original_logo_black {
    display: none;
  }

  /* line 306, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .content-logo img#original_logo_white {
    display: block;
  }

  /* line 315, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .MobileMenu div#mobile-menu>span {
    background-color: #ffffff;
  }

  /* line 2022, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile {
    position: fixed;
    z-index: 100002;
    background: none;
    height: 100%;
    overflow: auto;
    padding: 0;
  }

  /* line 2032, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock {
    background-color: #ffffff;
    font-size: 130%;
    top: 66px;
    width: 100%;
    position: absolute;
  }

  /* line 2034, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock.showBody {
    display: block;
    padding-bottom: 105px;
  }

  /* line 40, ../../../sass/base/_font.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock.google-font.google-font {
    font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
  }

  /* line 2047, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  /* line 2054, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle>a {
    padding: 15px 19px 15px 60px;
    display: block;
    font-size: 100%;
    position: relative;
  }

  /* line 2060, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle>a span.listStyle {
    display: inline-block;
    position: absolute;
    left: 35px;
  }

  /* line 2064, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle>a span.listStyle img {
    height: 20px;
  }

  /* line 2068, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle>a span.text {
    color: #000000;
    font-weight: bold;
  }

  /* line 2072, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle>a span.listNext {
    display: none;
  }

  /* line 2078, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area {
    padding: 0px 0px 0px 60px;
  }

  /* line 40, ../../../sass/base/_font.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area.google-font.google-font {
    font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
  }

  /* line 2085, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area li.viewallItem {
    padding: 15px 0px 15px 0px;
  }

  /* line 2087, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area li.viewallItem>a {
    color: #1E9FF2;
  }

  /* line 2091, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .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 2099, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area li.menuBody>a span.text {
    color: #423F3F;
  }

  /* line 2105, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area li.AorusLogoIcon {
    display: none;
  }

  /* line 2114, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area.GamingMenuTitle>a li.menuBody img {
    width: 150px;
  }

  /* line 2116, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area.GamingMenuTitle>a li.menuBody img.white_logo {
    display: none;
  }

  /* line 2127, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.mobileBtmMenuArea {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    height: 105px;
    padding: 0 25px;
    display: table;
  }

  /* line 2136, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.mobileBtmMenuArea>ul {
    display: table-row;
    width: 100%;
    height: 100%;
  }

  /* line 2140, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.mobileBtmMenuArea>ul li {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }

  /* line 2147, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.mobileBtmMenuArea>ul li span.img img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
  }

  /* line 2153, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.mobileBtmMenuArea>ul li span.text {
    margin-left: 10px;
    color: #423F3F;
  }

  /* line 40, ../../../sass/base/_font.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.mobileBtmMenuArea>ul li span.text.google-font.google-font {
    font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
  }

  /* line 2165, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.backMainPage {
    display: none;
    position: fixed;
    bottom: 46px;
    width: 100%;
    height: 30px;
  }

  /* line 2175, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .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 2182, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.backMainPage div.circle img {
    width: 20px;
    position: absolute;
    top: 5px;
    left: 4px;
  }

  /* line 2190, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.backMainPage.show {
    display: block;
  }

  /* line 2197, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock.showAutoComplete {
    background-color: #ffffff;
  }

  /* line 2199, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock.showAutoComplete li {
    display: none;
  }

  /* line 2206, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-logo {
    display: none;
  }

  /* line 2210, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-logo a img#original_logo_white {
    display: none;
  }

  /* line 2213, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-logo a img#original_logo_black {
    display: block;
  }

  /* line 2220, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-other {
    width: 100%;
    display: none;
    padding-right: 15px;
    padding-left: 59px;
  }

  /* line 2230, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-other .content-other-items div.search {
    height: 100%;
    padding: 0;
  }

  /* line 2234, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-other .content-other-items div.search>img.black_img {
    display: none;
  }

  /* line 2237, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-other .content-other-items div.search>img.white_img {
    display: none;
  }

  /* line 2243, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .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 2248, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search .content {
    width: 100%;
    height: 100%;
    position: relative;
  }

  /* line 2253, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .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 2264, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search .content input#full-search-keyword::placeholder {
    color: #999999;
    /* Firefox */
  }

  /* line 2269, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .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 2273, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .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 2281, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search span.submit_area {
    display: none;
  }

  /* line 2284, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search span.back {
    display: none;
  }

  /* line 2287, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .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 2297, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .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 2301, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .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 2308, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .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 2311, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .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 2317, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .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 2326, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-other .content-other-items div.search form#Top-Menu-Search span.clear.show {
    display: block;
  }

  /* line 2337, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-other.cn_contentOther {
    padding-left: 69px;
  }

  /* line 2344, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-other.cn_contentOther div.content-other-items div.search form#Top-Menu-Search {
    padding-left: 15px;
  }

  /* line 2357, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu {
    display: block;
    -webkit-transition: min-height 0.5s;
    /* Safari */
    transition: min-height 0.5s;
  }

  /* line 2362, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu.showBody {
    display: none;
  }

  /* line 2365, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li {
    height: auto;
  }

  /* line 2368, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader {
    display: block;
    width: 100%;
    color: #423F3F;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  /* line 2376, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader>a {
    display: block;
    padding: 15px 19px 15px 32px;
    position: relative;
  }

  /* line 2381, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader>a span.listStyle {
    display: inline-block;
    position: absolute;
    left: 4px;
  }

  /* line 2385, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader>a span.listStyle img {
    height: 20px;
  }

  /* line 2389, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader>a span.text {
    font-weight: bold;
  }

  /* line 2392, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader>a span.ces2020 {
    padding-left: 8px;
  }

  /* line 2395, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader>a span.ces2020 span.inner {
    position: initial;
  }

  /* line 2397, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader>a span.ces2020 span.inner img {
    vertical-align: middle;
    width: 35px;
  }

  /* line 2407, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader ul.menu-title-area {
    padding: 0px 0px 10px 32px;
    margin-bottom: 10px;
  }

  /* line 2416, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuTitle {
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 0px 15px 0px;
    margin: 0;
  }

  /* line 2422, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuTitle a {
    display: block;
    width: 100%;
  }

  /* line 2426, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuTitle a span.listStyle {
    display: none;
  }

  /* line 2429, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuTitle a span.text {
    color: #423F3F;
  }

  /* line 2432, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuTitle a span.listNext {
    position: relative;
    width: 18px;
    height: 30px;
    float: right;
  }

  /* line 2437, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuTitle a span.listNext img {
    position: absolute;
    width: 18px;
    top: 4px;
  }

  /* line 2446, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 15px;
  }

  /* line 2456, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea>ul {
    display: block;
    width: 100%;
  }

  /* line 2459, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea>ul>a {
    display: table;
    vertical-align: middle;
    width: 100%;
    float: left;
    padding: 15px 0;
  }

  /* line 2465, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea>ul>a:nth-child(1) {
    border-top: 1px solid #999999;
  }

  /* line 2471, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea>ul>a>li {
    display: table-row;
  }

  /* line 2473, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea>ul>a>li>span {
    display: table-cell;
    vertical-align: middle;
  }

  /* line 2476, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea>ul>a>li>span.img {
    width: 36px;
    text-align: right;
  }

  /* line 2479, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea>ul>a>li>span.img img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
  }

  /* line 2485, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea>ul>a>li>span.text {
    padding: 0 15px;
    text-align: left;
  }

  /* line 40, ../../../sass/base/_font.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea>ul>a>li>span.text.google-font.google-font {
    font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
  }

  /* line 2496, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea>ul>a.aorus {
    padding-top: 20px;
  }

  /* line 2500, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea>ul>a.aorus>li>span.img {
    width: auto;
    text-align: left;
    padding: 0 17px;
  }

  /* line 2504, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea>ul>a.aorus>li>span.img img {
    height: 20px;
    width: auto;
  }

  /* line 2512, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea>ul>a.language {
    padding-bottom: 20px;
  }

  /* line 2519, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu.showAutoComplete {
    background-color: #ffffff;
  }

  /* line 2521, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu.showAutoComplete li {
    display: none;
  }

  /* line 2526, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu a span {
    color: #000000;
  }

  /* line 2532, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header .MobileMenu {
    left: 15px;
  }

  /* line 2535, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header .MobileMenu i#mobile-menu-open-img {
    color: #000000;
  }

  /* line 2541, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header .MobileMenu div#mobile-menu span {
    background-color: #000000;
  }

  /* line 2550, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header .MobileSearch i#mobile-search-open-img {
    color: #000000;
  }

  /* line 2558, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile.done {
    background-color: #ffffff;
  }

  /* line 2562, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile.done .container-header .navbar-header .content-other {
    display: table;
  }

  /* line 2568, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile.done .cnAd {
    color: #000000;
  }

  /* line 2572, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile.b2bMenu {
    color: #000000;
  }

  /* line 2583, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile.b2bMenu .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea>ul a.language,
  .Rwd #header-bar.openMobile.b2bMenu .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea>ul a.aorus {
    display: none;
  }

  /* line 2607, ../../../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar,
  .Rwd .MobileMenuSubArea.new-mobile-header-bar {
    position: fixed;
    z-index: 99999;
    top: 70px;
  }

  /* line 2613, ../../../sass/base/_header.scss */
  .Rwd #mobileMenuShowBlock {
    display: none;
  }

  /* line 2620, ../../../sass/base/_header.scss */
  .Rwd #mobileMenuShowBlock {
    z-index: 99998;
    width: 100%;
    height: 300%;
    top: 0;
    background-color: #ffffff;
    position: fixed;
  }

  /* line 2627, ../../../sass/base/_header.scss */
  .Rwd #mobileMenuShowBlock.open {
    display: block;
  }

  /* line 2634, ../../../sass/base/_header.scss */
  body.lockscroll {
    overflow: hidden;
  }

  /* line 2637, ../../../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 2643, ../../../sass/base/_header.scss */
  body.lockscroll div#PageMainContentBlock.whiteBg {
    background-color: #ffffff;
  }

  /* line 2652, ../../../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;
    height: calc(100% - 60px) !important;
  }

  /* line 40, ../../../sass/base/_font.scss */
  body ul.MenuAutocompleteRwd.google-font.google-font {
    font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
  }

  /* line 2669, ../../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd li {
    padding-left: 55px !important;
  }

  /* line 2671, ../../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd li.ui-menu-item {
    color: #000000 !important;
    font-size: 96%;
  }

  /* line 2676, ../../../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 2680, ../../../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 2688, ../../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd li>div {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 90%;
  }

  /* line 2695, ../../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd>li>div {
    padding-left: 5px !important;
    padding-left: 5px !important;
  }

  /* line 2701, ../../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd.openMobile>li {
    padding-left: 59px !important;
  }

  /* line 2703, ../../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd.openMobile>li>div {
    padding-left: 20px !important;
  }

  /* line 2712, ../../../sass/base/_header.scss */
  body ul.RTL.MenuAutocompleteRwd li {
    padding-left: 0 !important;
    padding-right: 55px !important;
  }

  /* line 2717, ../../../sass/base/_header.scss */
  body ul.RTL.MenuAutocompleteRwd.openMobile>li {
    padding-left: 0 !important;
    padding-right: 59px !important;
  }

  /* line 2720, ../../../sass/base/_header.scss */
  body ul.RTL.MenuAutocompleteRwd.openMobile>li>div {
    padding-left: 0px !important;
    padding-right: 20px !important;
  }

  /* line 2740, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container-header .navbar-header .content-other {
    left: 0;
    right: unset;
    right: inherit;
  }

  /* line 2749, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container-header .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search {
    padding-right: 55px;
    padding-left: 0;
  }

  /* line 2753, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container-header .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search div.content {
    margin: 0 0 0 25px;
  }

  /* line 2756, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container-header .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search div.content input#full-search-keyword {
    padding-right: 0;
  }

  /* line 2761, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container-header .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 2768, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container-header .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 2778, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container-header .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search span.back {
    right: 15px;
    left: unset;
    float: right;
  }

  /* line 2795, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container-header .navbar-header .content-other div.menuSearchToolTip div.toolTipArea i.arr {
    left: 0px;
    right: 30px;
  }

  /* line 2811, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container-header .navbar-header #recentlySearchWord {
    padding-left: 0%;
    padding-right: 30px;
    left: 0;
    right: 25px;
    text-align: right;
  }

  /* line 2821, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container-header .navbar-header ul#recentlySearch.show li {
    padding-left: 0;
    padding-right: 35px;
    text-align: right;
  }

  /* line 2835, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header #mobile-menu-area {
    right: 15px;
    left: unset;
    left: inherit;
  }

  /* line 2844, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader>a {
    padding: 15px 32px 15px 19px;
  }

  /* line 2847, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader>a span.listStyle {
    left: unset;
    left: inherit;
    right: 4px;
    float: right;
  }

  /* line 2853, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader>a span.ces2020 {
    padding-left: 0;
    padding-right: 8px;
  }

  /* line 2860, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader ul.menu-title-area {
    padding: 0px 32px 10px 0px;
  }

  /* line 2863, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader ul.menu-title-area li.menuTitle {
    text-align: right;
  }

  /* line 2867, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader ul.menu-title-area li.menuTitle>a span.listNext {
    float: left;
  }

  /* line 2875, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader ul.menu-title-area li ul.menu-body-area {
    padding: 0px 60px 0px 0px;
  }

  /* line 2878, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader ul.menu-title-area li ul.menu-body-area li.menuBody {
    text-align: right;
  }

  /* line 2894, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea ul>a li span.img {
    text-align: left;
  }

  /* line 2897, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea ul>a li span.text {
    text-align: right;
  }

  /* line 2907, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea ul>a.aorus li.aorus span.img {
    text-align: right;
  }

  /* line 2922, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle {
    text-align: right;
  }

  /* line 2924, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle>a {
    padding: 15px 60px 15px 19px;
  }

  /* line 2927, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle>a span.listStyle {
    left: unset;
    left: inherit;
    right: 35px;
  }

  /* line 2935, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area {
    padding: 0px 60px 0px 0px;
  }

  /* line 2938, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle ul.menu-body-area li.menuBody {
    text-align: right;
  }

  /* line 2951, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.mobileBtmMenuArea ul li.back span.text {
    margin-right: 10px;
  }

  /* line 2965, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header .content-other {
    padding-right: 59px;
    padding-left: 15px;
    right: 0;
    left: unset;
    left: inherit;
  }

  /* line 2976, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .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 2983, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search div.content input#full-search-keyword {
    padding-left: 65px;
  }

  /* line 2989, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .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 2994, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .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 3031, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.opensearch.done .container-header .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search input#full-search-keyword {
    padding-left: 10px;
  }

  /* line 3033, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.opensearch.done .container-header .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search input#full-search-keyword.notEmpty {
    padding-left: 98px;
  }

  /* line 3040, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.opensearch.done .container-header .navbar-header .content-other div.content-other-items div.search form#Top-Menu-Search span.clear.show {
    padding-left: 0px;
    padding-right: 10px;
  }

  /* line 3044, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.opensearch.done .container-header .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 3068, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.opensearch .container-header .navbar-header #recentlySearch li.item {
    padding-right: 33px !important;
    padding-left: 25px !important;
  }
}

/* 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-footer {
  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 .footer-top .footer-info-area .footer-info {
  margin-left: 7%;
  margin-right: 0;
}

/* line 208, ../../../sass/base/_footer.scss */
.topBg.RTL footer .container-footer .footer-top ul.footer-sns {
  margin-right: 0%;
  margin-left: 0%;
  float: left;
}

/* line 212, ../../../sass/base/_footer.scss */
.topBg.RTL footer .container-footer .footer-top ul.footer-sns .social-btn {
  float: left;
}

/* line 221, ../../../sass/base/_footer.scss */
.topBg.RTL footer .container-footer .footer-bottom div.language {
  float: right;
}

/* line 223, ../../../sass/base/_footer.scss */
.topBg.RTL footer .container-footer .footer-bottom div.language img {
  display: inline-block;
}

/* line 227, ../../../sass/base/_footer.scss */
.topBg.RTL footer .container-footer .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 323, ../../../sass/base/_footer.scss */
  .Rwd.RTL footer .container-footer div.footer-top div.footer-info-area>div.footer-info {
    margin-left: 0;
  }

  /* line 332, ../../../sass/base/_footer.scss */
  .Rwd.RTL footer .container-footer div.footer-bottom div.language {
    float: unset;
  }

  /* line 336, ../../../sass/base/_footer.scss */
  .Rwd.RTL footer .container-footer div.footer-bottom div.copy-right {
    float: unset;
  }

  /* line 339, ../../../sass/base/_footer.scss */
  .Rwd.RTL footer .container-footer div.footer-bottom div.copy-right span.policy-area {
    float: unset;
  }

  /* line 341, ../../../sass/base/_footer.scss */
  .Rwd.RTL footer .container-footer div.footer-bottom div.copy-right span.policy-area span {
    float: unset;
  }
}

/* line 14, ../../../sass/base/_common.scss */
html,
body {
  height: 100%;
}

/* line 20, ../../../sass/base/_common.scss */
.topBg {
  min-height: 100%;
  position: relative;
}

/* line 25, ../../../sass/base/_common.scss */
.fake-body {
  position: relative;
}

/* line 29, ../../../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 35, ../../../sass/base/_common.scss */
a {
  color: #1E5BF6;
  /*#1d6cfe;/*#3399ff;/*#428bca;*/
  text-decoration: none;
}

/* line 40, ../../../sass/base/_common.scss */
a:hover {
  text-decoration: none;
  color: #1E5BF6;
}

/* line 47, ../../../sass/base/_common.scss */
b,
strong {
  font-weight: bold;
}

/* line 52, ../../../sass/base/_common.scss */
.ajax-loading {
  width: 100% !important;
  left: 0 !important;
  text-align: center !important;
}

/* line 57, ../../../sass/base/_common.scss */
.ajax-loading img {
  width: 60px !important;
}

/* line 62, ../../../sass/base/_common.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 70, ../../../sass/base/_common.scss */
sup {
  top: -0.5em;
}

/* line 74, ../../../sass/base/_common.scss */
sub {
  bottom: -0.25em;
}

/* line 78, ../../../sass/base/_common.scss */
.scroll-style {
  height: 100%;
  overflow: auto;
  position: relative;
  display: none;
}

/* line 85, ../../../sass/base/_common.scss */
.main-content-background {
  background-color: #222;
  /*color: $blackColor;*/
  color: #434343;
  overflow: hidden;
  position: relative;
}

/* line 93, ../../../sass/base/_common.scss */
.container,
.container-header,
.container-footer {
  /*padding: {
      right: 15px;
      left: 15px;
  }*/
  margin-left: auto;
  margin-right: auto;
  /*max-width: ($maxContentWidth/$maxScreenWidth)*100%;*/
  max-width: 1920px;
  width: 100%;
}

/* line 109, ../../../sass/base/_common.scss */
.container:before,
.container:after,
.container-header:before,
.container-header:after,
.container-footer:before,
.container-footer:after {
  display: table;
  content: " ";
}

/* line 115, ../../../sass/base/_common.scss */
.container:after,
.container-header:after,
.container-footer:after {
  clear: both;
}

/* line 120, ../../../sass/base/_common.scss */
#header-bar {
  margin-bottom: 0;
  z-index: 999;
}

/* line 125, ../../../sass/base/_common.scss */
.hide {
  display: none;
}

/* line 129, ../../../sass/base/_common.scss */
.show {
  display: block;
}

/* line 133, ../../../sass/base/_common.scss */
.red {
  color: red;
}

/* line 137, ../../../sass/base/_common.scss */
.clear {
  clear: both;
}

/* line 141, ../../../sass/base/_common.scss */
.float-left {
  float: left;
}

/* line 145, ../../../sass/base/_common.scss */
.float-right {
  float: right;
}

/* line 149, ../../../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 159, ../../../sass/base/_common.scss */
.SearchAutoComplete li div.ui-state-active {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

/* line 169, ../../../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 180, ../../../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 189, ../../../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 206, ../../../sass/base/_common.scss */
select::-ms-expand {
  display: none;
}

/* line 210, ../../../sass/base/_common.scss */
.mt-customer-selector-layout {
  position: relative;
}

/* line 213, ../../../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 222, ../../../sass/base/_common.scss */
.mt-customer-selector-layout .csutomer-select {
  font-size: 95%;
}

/* line 225, ../../../sass/base/_common.scss */
.mt-customer-selector-layout .csutomer-select span {
  color: #000000;
}

/*BTN Page*/
/* line 233, ../../../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 245, ../../../sass/base/_common.scss */
.btn-group-next:hover,
.btn-group-prev:hover {
  background-color: #2c58c8;
  border: 1px solid #3333cc;
}

/* line 250, ../../../sass/base/_common.scss */
.btn-group-next {
  background-image: url("/Images/next_btn.png");
}

/* line 255, ../../../sass/base/_common.scss */
.btn-group-next:hover {
  background-image: url("/Images/wh_next_btn_hover.png");
}

/* line 260, ../../../sass/base/_common.scss */
.btn-group-prev {
  background-image: url("/Images/pre_btn.png");
}

/* line 266, ../../../sass/base/_common.scss */
.btn-group-prev:hover {
  background-image: url("/Images/wh_pre_btn_hover.png");
}

/* line 271, ../../../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 283, ../../../sass/base/_common.scss */
.paging {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}

/* line 288, ../../../sass/base/_common.scss */
.paging a {
  display: inline-block;
}

/* line 297, ../../../sass/base/_common.scss */
.paging .totalItem {
  float: left;
}

/* line 301, ../../../sass/base/_common.scss */
.paging .paging-result {
  float: left;
}

/* line 305, ../../../sass/base/_common.scss */
.paging .paging-nav {
  float: right;
}

/* line 308, ../../../sass/base/_common.scss */
.paging .paging-nav .navpageinp,
.paging .paging-nav #navpageinp {
  width: 36px;
  height: 20px;
  padding: 2px;
}

/* line 318, ../../../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 329, ../../../sass/base/_common.scss */
.grey {
  color: #F5F5F5;
}

/*SearchBtn*/
/* line 334, ../../../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 348, ../../../sass/base/_common.scss */
.SearchBtn:hover {
  box-shadow: -1px 0px 8px -2px #ccc;
}

/* line 352, ../../../sass/base/_common.scss */
.SearchBtn:active {
  box-shadow: inset -1px 4px 4px 0px #ccc;
}

/* line 356, ../../../sass/base/_common.scss */
.page-title {
  font-weight: bold;
}

/* line 360, ../../../sass/base/_common.scss */
.ProductFilterItemSetGray {
  background-color: #cccccc;
  cursor: pointer;
}

/* line 370, ../../../sass/base/_common.scss */
#ProductFilterChildSetHover a {
  color: #1d6cfe;
}

/* line 376, ../../../sass/base/_common.scss */
.paging-bottom .totalItem {
  display: none;
}

/* line 385, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .breadcrumb,
.Content-TopArea .breadArea .bread {
  padding: 0.5% 5%;
}

/* line 390, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .bread {
  z-index: 1;
  background-color: #EEEEEE;
  position: relative;
}

/* line 40, ../../../sass/base/_font.scss */
.Content-TopArea .breadArea .bread.google-font.google-font {
  font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

/* line 401, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .bread .bread-Link,
.Content-TopArea .breadArea .bread .bread-Icon {
  display: table-cell;
  vertical-align: middle;
}

/* line 409, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .bread .bread-Link a,
.Content-TopArea .breadArea .bread .bread-Link span {
  display: block;
  word-wrap: unset;
  white-space: nowrap;
  color: #423F3F;
  font-weight: initial;
}

/* line 420, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .bread .bread-Link a:hover,
.Content-TopArea .breadArea .bread .bread-Link span:hover {
  text-decoration: none;
}

/* line 427, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .bread .bread-Link a:hover,
.Content-TopArea .breadArea .bread .bread-Link span:not(.noHover):hover {
  text-decoration: none;
}

/* line 433, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .bread .bread-Icon {
  height: 20px;
  padding: 0px 5px;
}

/* line 437, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .bread .bread-Icon img {
  height: 100%;
  width: auto;
  vertical-align: middle;
}

/* line 447, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .bread .whiteFont a,
.Content-TopArea .breadArea .bread .whiteFont span {
  color: #FFF;
}

/* line 456, ../../../sass/base/_common.scss */
#PageMainContent {
  min-width: 1007px;
  min-height: 670px;
}

/* line 462, ../../../sass/base/_common.scss */
.Rwd #PageMainContent {
  min-width: 100%;
}

/* line 467, ../../../sass/base/_common.scss */
#policy-div {
  position: relative;
  z-index: 99999 !important;
}

@media (max-width: 1024px) and (min-width: 961px) {

  /* line 473, ../../../sass/base/_common.scss */
  .container {
    max-width: 80%;
  }
}

@media (max-width: 1600px) and (min-width: 1211px) {

  /* line 479, ../../../sass/base/_common.scss */
  .container {
    max-width: 88%;
    min-width: 88%;
  }
}

@media (min-width: 961px) and (max-width: 1210px) {

  /* line 488, ../../../sass/base/_common.scss */
  .container {
    max-width: 92%;
    min-width: 92%;
  }
}

@media only screen and (max-width: 960px) {

  /* line 499, ../../../sass/base/_common.scss */
  body.lockScroll {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
  }

  /* line 508, ../../../sass/base/_common.scss */
  .Rwd #PageMainContent {
    min-height: 400px;
  }

  /* line 514, ../../../sass/base/_common.scss */
  .Rwd #PageMainContent.header-scrolling.FrontIndex {
    padding-top: 0;
  }

  /* line 519, ../../../sass/base/_common.scss */
  .Rwd #PageMainContent.NotCoverHeader {
    padding-top: 60px;
  }

  /* line 525, ../../../sass/base/_common.scss */
  .Rwd .overlay.active {
    display: block;
  }

  /* line 530, ../../../sass/base/_common.scss */
  .Rwd #policy-div {
    position: relative;
    z-index: 99999 !important;
  }

  /* line 534, ../../../sass/base/_common.scss */
  .Rwd #policy-div.showMobileMenu,
  .Rwd #policy-div.showSearch {
    display: none;
  }

  /* line 539, ../../../sass/base/_common.scss */
  .Rwd #policy-div.scrolling {
    display: none;
  }
}

/*No rwd start*/
/* line 549, ../../../sass/base/_common.scss */
.topBg.NoRwd {
  min-width: 1280px;
}

@media only screen and (max-width: 960px) {

  /* line 556, ../../../sass/base/_common.scss */
  .topBg.NoRwd {
    min-width: 1280px;
  }

  /* line 563, ../../../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 1, ../../../sass/product/_baseListPage.scss */
.SideMenuSub,
.side-menu-sub {
  line-height: 90%;
  font-size: 80%;
  font-weight: normal;
}

/* line 7, ../../../sass/product/_baseListPage.scss */
.model-info-section {
  padding: 0 0 5% 0;
  margin: 0;
}

/* line 12, ../../../sass/product/_baseListPage.scss */
.model-info-section .ModelTitle {
  font-size: 100%;
  font-weight: bold;
}

/* line 17, ../../../sass/product/_baseListPage.scss */
.model-info-section .ModelTitle .model-name {
  word-break: break-word;
}

/* line 20, ../../../sass/product/_baseListPage.scss */
.model-info-section .ModelTitle .model-version {
  word-break: break-word;
}

/* line 24, ../../../sass/base/_font.scss */
.model-info-section .ModelTitle.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 25, ../../../sass/product/_baseListPage.scss */
.model-info-section .ModelTitle .LaptopScreenSize {
  position: relative;
  color: #FFF;
  background: #666;
  font-size: 11px;
  padding: 1px 4px;
  bottom: 2px;
  border-radius: 3px;
  margin-left: 5px;
}

/* line 39, ../../../sass/product/_baseListPage.scss */
.list-area .model-info-section {
  text-align: center;
  width: 100%;
}

.list-area.glassList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

/* line 12, ../../../sass/product/laptop/LaptopList.scss */
input {
  outline: none;
}

/* line 16, ../../../sass/product/laptop/LaptopList.scss */
#normalSort.active,
#gridSort.active {
  border: 1px solid #999999;
}

/* line 20, ../../../sass/product/laptop/LaptopList.scss */
#normalSort img,
#gridSort img {
  width: 100%;
  display: block;
}

/* line 25, ../../../sass/product/laptop/LaptopList.scss */
.paging {
  display: none;
  float: right;
  line-height: 30px;
}

/* line 29, ../../../sass/product/laptop/LaptopList.scss */
.paging>.paging-result,
.paging>.paging-nav {
  display: inline-block;
}

/* line 48, ../../../sass/base/_gridWall.scss */
.b4-container>ul {
  position: relative;
  height: 300px;
}

/* line 51, ../../../sass/base/_gridWall.scss */
.b4-container>ul>li {
  border: 0.5em solid transparent;
  cursor: pointer;
  float: left;
  max-height: 300px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 25%;
  vertical-align: top;
  line-height: 1.3em;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  -webkit-transition: all 400ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 400ms ease 0ms;
}

/* line 69, ../../../sass/base/_gridWall.scss */
.b4-container>ul>li:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 73, ../../../sass/base/_gridWall.scss */
.b4-container>ul>li:hover .wording-background {
  background-color: #FF9963;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 77, ../../../sass/base/_gridWall.scss */
.b4-container>ul>li:hover .wording-text {
  color: #FFFFFF;
}

/* line 82, ../../../sass/base/_gridWall.scss */
.b4-container>ul>li img {
  display: block;
  width: 100%;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  -webkit-transition: all 400ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 400ms ease 0ms;
}

/* line 87, ../../../sass/base/_gridWall.scss */
.b4-container>ul>li a {
  color: inherit;
}

/* line 91, ../../../sass/base/_gridWall.scss */
.b4-container>ul>li .wording-background,
.b4-container>ul>li .wording-text {
  bottom: 0;
  padding: 1em;
  position: absolute;
  width: 100%;
}

/* line 98, ../../../sass/base/_gridWall.scss */
.b4-container>ul>li .wording-background {
  background-color: #000000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  -webkit-transition: all 400ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 400ms ease 0ms;
}

/* line 103, ../../../sass/base/_gridWall.scss */
.b4-container>ul>li .wording-text {
  text-align: left;
  font-size: 120%;
}

/* line 24, ../../../sass/base/_font.scss */
.b4-container>ul>li .wording-text.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 110, ../../../sass/base/_gridWall.scss */
.b4-container>ul>li[data-row="1"] {
  top: 0;
}

/* line 121, ../../../sass/base/_gridWall.scss */
.b4-container>ul>li[data-col="1"] {
  left: 0%;
}

/* line 121, ../../../sass/base/_gridWall.scss */
.b4-container>ul>li[data-col="2"] {
  left: 25%;
}

/* line 121, ../../../sass/base/_gridWall.scss */
.b4-container>ul>li[data-col="3"] {
  left: 50%;
}

/* line 121, ../../../sass/base/_gridWall.scss */
.b4-container>ul>li[data-col="4"] {
  left: 75%;
}

/* line 125, ../../../sass/base/_gridWall.scss */
.b4-container>ul>li[data-combo="2"] {
  width: 50%;
}

/* line 128, ../../../sass/base/_gridWall.scss */
.b4-container>ul>li[data-combo="4"] {
  max-height: 600px;
  width: 50%;
}

/* line 36, ../../../sass/product/laptop/LaptopList.scss */
.b4-container {
  background-color: #333333;
  padding: 1% 0;
}

/*
.b4-container {
	background-color: #333333;
	&>ul {
		padding: 1% 0;
		&>li {
			cursor: pointer;
			float: left;
			margin: 5px;
			max: {
				width: 760px;
				height: 300px;
			}
			overflow: hidden;
			width: 24.2%;
			height: 300px;
			&[data-col="2"] {
				width: 24.2%*2;
			}
			img {
				width: 100%;
				@include single-transition(all,400ms,ease,0ms);
				&:hover {						
					@include scale(1.1);
				}
			}
		}
	}
}
*/
/* line 71, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content {
  position: relative;
}

/* line 73, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content {}

/* line 76, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-left,
.main-content>.content>.main-page-content>.section-right {
  float: left;
  margin: 0 auto;
}

/* line 80, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-left {
  background-color: #222;
  width: 100%;
}

/* line 82, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-left .mobile-close {
  display: none;
}

/* line 86, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-left .side-menu .disabled {
  color: #999999;
}

.main-content>.content>.main-page-content>.section-left .side-menu-find {
  border-radius: 35px;
  border: 1px gray solid;
  text-align: center;
  width: 80px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: gray;
  cursor: pointer;
}

.main-content>.content>.main-page-content>.section-left .side-menu-find:hover {
  color: #ff6400;
  border: 1px #ff6400 solid;
}

/* line 90, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-left .side-menu>li {
  color: #000000;
  font-size: 140%;
  margin-bottom: 2%;
}

/* line 94, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-left .side-menu>li>div {
  text-align: left;
  padding: 2% 0;
  font-size: 110%;
}

/* line 24, ../../../sass/base/_font.scss */
.main-content>.content>.main-page-content>.section-left .side-menu>li>div.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 100, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-left .side-menu>li a {
  color: #000000;
}

/* line 103, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-left .side-menu>li .side-menu-sub {
  text-align: left;
  margin: 0;
}

/* line 105, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-left .side-menu>li .side-menu-sub li {
  padding: 8px 0;
}

/* line 107, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-left .side-menu>li .side-menu-sub li.leaf {
  margin-left: 25px;
  text-indent: -25px;
}

/* line 111, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-left .side-menu>li .side-menu-sub li ul {
  margin-top: 5px;
}

/* line 117, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-left .side-menu li.active {
  background-color: #cccccc;
}

.sort-item {
  display: none;
}

/* line 122, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  overflow: hidden scroll;
  padding: 120px 14% 0;
  margin-top: 0;
}

.main-content>.content>.main-page-content>.section-right::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.main-content>.content>.main-page-content>.section-right::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}

.main-content>.content>.main-page-content>.section-right::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #2f2f2f;
}

/* line 124, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .section-mobile-top {
  display: none;
}

/* line 127, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .page-title {
  display: none;
  font-size: 200%;
  margin: 0 auto 2% auto;
}

/* line 24, ../../../sass/base/_font.scss */
.main-content>.content>.main-page-content>.section-right .page-title.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 132, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .product-filter-container {
  font-size: 130%;
  margin: 1% auto;
  padding: 0 0 1% 0;
}

/* line 136, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .product-filter-container ul {
  width: 100%;
}

/* line 138, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .product-filter-container ul li {
  display: inline-block;
}

/* line 141, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .product-filter-container ul li.filter-checkbox {
  margin: auto 10px;
}

/* line 144, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .product-filter-container ul li.filter-chipset {
  margin: auto 20px;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  -webkit-transition: all 400ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 400ms ease 0ms;
}

/* line 147, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .product-filter-container ul li.filter-chipset.ng-hide {
  line-height: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 153, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .product-filter-container ul li:first-child {
  margin-left: 5%;
}

/* line 156, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .product-filter-container ul li input,
.main-content>.content>.main-page-content>.section-right .product-filter-container ul li select {
  outline: none;
}

/* line 165, ../../../sass/product/laptop/LaptopList.scss */

.main-content>.content>.main-page-content>.section-right .model-list-info .list-area li {
  box-shadow: 0 0 11px rgba(0, 0, 0, .8);
  background-color: rgba(40, 40, 40, 0.95);
  width: 100%;
  vertical-align: top;
  position: relative;
  margin: 0;
  padding: 4%;
}

.main-content>.content>.main-page-content>.section-right .model-list-info .list-area li:hover {
  background-color: rgba(100, 100, 100, 0.9);
}

/* line 171, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .model-list-info .list-area li .model-image-section {
  padding: 0 2%;
}

/* line 174, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .model-list-info .list-area li .model-image-section img {
  width: 100%;
}

/* line 178, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .model-list-info .list-area li .compare-section {
  bottom: -10px;
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
  color: #888888;
  position: absolute;
}

/* line 189, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .model-list-info .model-List-Item {
  border-bottom: 1px solid #cccccc;
}

/* line 194, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .model-list-info .model-image-section label {
  color: #888888;
}

/* line 199, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .model-list-info .model-info-section a {
  color: inherit;
}

/* line 24, ../../../sass/base/_font.scss */
.main-content>.content>.main-page-content>.section-right .model-list-info .model-info-section a.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 202, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .model-list-info .model-info-section a:hover {
  color: #999999;
}

/* line 207, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .model-list-info .model-name {
  font-size: 130%;
}

/* line 210, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .model-list-info .model-summary {
  margin-top: 1%;
}

/* line 212, ../../../sass/product/laptop/LaptopList.scss */
.main-content>.content>.main-page-content>.section-right .model-list-info .model-summary>ul {
  font-size: 120%;
  line-height: 130%;
  list-style: initial;
  padding: 0 20px;
  margin: auto 20px;
}

.FINDYOURMONITORtitle {
  width: 100%;
  height: 90px;
  display: block;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}

#MainPageBanner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

#rwd-MainPageBanner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: none;
}

#rwd-FindYourMonitor {
  width: 500px;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0 0 90px 0;
  display: none;
}

#rwd-FindYourMonitor>div {
  display: flex;
  justify-content: center;
}

#rwd-FindYourMonitor a {
  display: flex;
  width: 150px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border: solid 1px #cccccc;
  color: #cccccc;
  border-radius: 5px;
  margin: 0 8%;
}

#rwd-FindYourMonitor a>div {
  width: 150px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 150%;
}

#rwd-ALLMONITORS {
  display: none;
}

@media screen and (max-width: 960px) {
  #MainPageBanner {
    display: none;
  }

  #rwd-MainPageBanner {
    display: block;
  }

  #rwd-FindYourMonitor {
    display: flex;
  }

  #rwd-ALLMONITORS {
    display: block;
  }

  /* line 232, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent {
    overflow-x: hidden;
  }

  /* line 234, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .b4-container {
    display: none;
  }

  /* line 240, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .content .main-page-content {
    width: 100%;
    margin-top: 0;
  }

  /* line 248, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-mobile-top {
    display: block;
    margin-bottom: 20px;
  }

  /* line 252, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-mobile-top .productLine {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 220%;
    font-weight: bold;
    line-height: 1em;
  }

  /* line 24, ../../../sass/base/_font.scss */
  .Rwd #PageMainContent .section-mobile-top .productLine.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 261, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-mobile-top .FilterIcon {
    display: table;
    border: 1px solid #1E5BF6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 80px;
    cursor: pointer;
  }

  /* line 267, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-mobile-top .FilterIcon span {
    display: table-cell;
    vertical-align: middle;
    font-size: 111%;
    font-weight: bold;
    color: #1E5BF6;
    padding: 1px;
  }

  /* line 274, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-mobile-top .FilterIcon span img {
    width: 25px;
    vertical-align: middle;
  }

  /* line 281, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-left {
    width: 70%;
    float: none;
    position: fixed;
    top: 0;
    left: -71%;
    height: 100%;
    background-color: #404040;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 80%;
    z-index: 997;
    overflow-y: auto;
    background: black;
    /* Old browsers */
    background: -moz-linear-gradient(left, black 0%, #45484d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, black 0%, #45484d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000000 0%, #45484d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#45484d', GradientType=1);
    /* IE6-9 */
    border-right: 2px solid #1E5BF6;
    z-index: 99999;
    line-height: 1.5em;
  }

  /* line 25, ../../../sass/base/_productMobileFilter.scss */
  .Rwd #PageMainContent .section-left ul.side-menu {
    margin-left: 2.5%;
    padding-bottom: 30px;
  }

  /* line 31, ../../../sass/base/_productMobileFilter.scss */
  .Rwd #PageMainContent .section-left .mobile-logo {
    width: 180px;
    height: 70px;
    background: url(/Images/logo.png) no-repeat;
    background-position: center;
    background-size: 90%;
  }

  /* line 38, ../../../sass/base/_productMobileFilter.scss */
  .Rwd #PageMainContent .section-left .mobile-close {
    display: block;
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
  }

  /* line 45, ../../../sass/base/_productMobileFilter.scss */
  .Rwd #PageMainContent .section-left .mobile-close .close {
    float: right;
    display: table;
    cursor: pointer;
  }

  /* line 51, ../../../sass/base/_productMobileFilter.scss */
  .Rwd #PageMainContent .section-left .mobile-close .close span {
    display: table-cell;
    vertical-align: middle;
    padding: 3px 3px;
    color: #fff;
    font-size: 150%;
  }

  /* line 57, ../../../sass/base/_productMobileFilter.scss */
  .Rwd #PageMainContent .section-left .mobile-close .close span img {
    vertical-align: middle;
    width: 20px;
  }

  /* line 66, ../../../sass/base/_productMobileFilter.scss */
  .Rwd #PageMainContent .section-left .side-menu .side-menu-name {
    color: #888;
    font-size: 120%;
  }

  /* line 70, ../../../sass/base/_productMobileFilter.scss */
  .Rwd #PageMainContent .section-left .side-menu .disabled {
    color: #888;
  }

  /* line 73, ../../../sass/base/_productMobileFilter.scss */
  .Rwd #PageMainContent .section-left .side-menu .SideMenuSub {
    font-size: 90%;
  }

  /* line 76, ../../../sass/base/_productMobileFilter.scss */
  .Rwd #PageMainContent .section-left .side-menu .side-menu-sub {
    font-size: 106%;
  }

  /* line 80, ../../../sass/base/_productMobileFilter.scss */
  .Rwd #PageMainContent .section-left .side-menu li {
    color: #fff;
    line-height: 1.5em;
  }

  /* line 84, ../../../sass/base/_productMobileFilter.scss */
  .Rwd #PageMainContent .section-left .side-menu a {
    color: #fff;
  }

  /* line 87, ../../../sass/base/_productMobileFilter.scss */
  .Rwd #PageMainContent .section-left .side-menu i {
    color: #fff;
  }

  /* line 91, ../../../sass/base/_productMobileFilter.scss */
  .Rwd #PageMainContent .section-left .side-menu-img {
    display: none;
  }

  /* line 94, ../../../sass/base/_productMobileFilter.scss */
  .Rwd #PageMainContent .section-left .side-menu-sn {
    display: none;
  }

  /* line 98, ../../../sass/base/_productMobileFilter.scss */
  .Rwd #PageMainContent .section-left .ProductFilterItemSetGray {
    background-color: #1E5BF6;
    cursor: pointer;
  }

  /* line 285, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-left .side-menu>li.side-menu-item {
    color: #fff;
  }

  /* line 287, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-left .side-menu>li.side-menu-item div {
    color: #fff;
  }

  /* line 289, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-left .side-menu>li.side-menu-item div.choosen {
    background-color: #1E5BF6 !important;
  }

  /* line 298, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-left .side-menu>li>.side-menu-sub li.disabled .side-menu-name {
    color: #888;
  }

  /* line 309, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-middle {
    display: none;
  }

  /* line 312, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-right {
    width: 100%;
    margin: 0;
  }

  /* line 316, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-right .model-list-info .sort-item {
    display: none;
  }

  /* line 319, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-right .model-list-info .text-area {
    display: none;
  }

  /* line 322, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-right .model-list-info .list-area {
    display: block;
  }

  /* line 324, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-right .model-list-info .list-area li {
    width: 50%;
  }

  /* line 328, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-right .model-list-info .list-area li .model-info-section .ModelTitle a {
    color: #3399ff;
  }

  /* line 336, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-right .page-title {
    font-size: 180%;
    line-height: 1em;
  }

  /* line 340, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-right .product-filter-container {
    background: none;
  }

  /* line 342, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-right .product-filter-container .left-tag {
    display: none;
  }

  /* line 345, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-right .product-filter-container .right-tag {
    display: none;
  }

  /* line 348, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-right .product-filter-container ul {
    margin: 0;
  }

  /* line 351, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-right .product-filter-container ul li.select-area {
    display: block;
    width: 100%;
    margin: 10px 0;
  }

  /* line 355, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-right .product-filter-container ul li.select-area .mt-customer-selector-layout {
    width: 72%;
    font-size: 70%;
  }

  /* line 359, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-right .product-filter-container ul li.select-area select {
    width: 100%;
    font-size: 100%;
  }
}

@media (min-width: 750px) and (max-width: 960px) {

  /* line 380, ../../../sass/product/laptop/LaptopList.scss */
  .Rwd #PageMainContent .section-right .model-list-info .list-area li {
    width: 33%;
  }
}

/* line 393, ../../../sass/product/laptop/LaptopList.scss */
.main-content-background {
  background-color: #222;
  color: #cccccc;
}

/* line 397, ../../../sass/product/laptop/LaptopList.scss */
.main-content .ProductFilterItemSetGray {
  background-color: inherit;
}

/* line 404, ../../../sass/product/laptop/LaptopList.scss */
.main-content .content .main-page-content .section-left .side-menu>li {
  padding-left: 5%;
  width: 25%;
  float: left;
  color: #999999;
}

/* line 406, ../../../sass/product/laptop/LaptopList.scss */
.main-content .content .main-page-content .section-left .side-menu>li.side-menu-img img {
  width: 100%;
}

/* line 413, ../../../sass/product/laptop/LaptopList.scss */
.main-content .content .main-page-content .section-left .side-menu>li:hover {
  color: inherit;
}

/* line 417, ../../../sass/product/laptop/LaptopList.scss */
.main-content .content .main-page-content .section-left .side-menu>li a {
  /*color: $blackColor;
  &:hover {
  	color: $garyColor;
  }*/
  color: #999999;
}

/* line 423, ../../../sass/product/laptop/LaptopList.scss */
.main-content .content .main-page-content .section-left .side-menu>li a:hover {
  color: inherit;
}

#basic-modal-content {
  display: none;
}

.ALLMONITORS {
  width: 100vw;
  color: #ff6400;
  background-color: #222;
  border-top: #222 solid 10px;
  display: table-cell;
}

.ALLMONITORS>a {
  background-color: #2f2f2f;
  max-width: 1920px;
  color: #ff6400;
  margin: 0 auto;
  display: block;
  height: 100px;
  text-align: center;
  line-height: 100px;
}

.ALLMONITORS>a:hover {
  filter: brightness(1.1);
}

.ALLMONITORSicon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 1%;
}

.ALLMONITORStext {
  vertical-align: middle;
  display: inline-block;
  font-size: 150%;
}

div.newArrivalTitle {
  width: 100%;
  height: 180px;
  display: block;
  font-size: 50px;
  text-align: center;
  line-height: 180px;
  font-weight: 900;
  margin-top: 2%;
}



ul.newArrivalList {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}

ul.newArrivalList>li {
  background-color: #2f2f2f;
  width: 25%;
  padding: 0 1%;
  margin: 0 6px;
}

ul.newArrivalList>li:first-child {
  margin: 0 6px 0 0;
}

ul.newArrivalList>li:last-child {
  margin: 0 0 0 6px;
}

ul.newArrivalList>li:hover {
  filter: brightness(1.1);
}

li>.model-image-section {
  padding: 3%;
}

ul.newArrivalList>li>div.model-info-section>div>a>span {
  color: rgb(204, 204, 204);
}

div.WallpaperTitle {
  width: 100%;
  height: 180px;
  display: block;
  font-size: 40px;
  text-align: center;
  line-height: 180px;
  font-weight: 700;
  margin-top: 2%;
}

div.WallpaperWrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 180px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

div.WallpaperThumb {
  min-height: 300px;
  max-width: 300px;
  max-height: 300px;
  width: 25%;
  overflow: hidden;
  height: 100%;
  position: relative;
}

div.WallpaperThumb>img {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

div.WallpaperThumb>img:hover {
  filter: brightness(1.1);
}

div.WallpaperGlass {
  backdrop-filter: blur(10px);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 150px;
  display: none;
  z-index: 3;
}

#expandedImg {
  box-shadow: 0 0 20px black;
  max-width: 1200px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

@media (min-width:1921px) and (max-width: 3840px) {
  .main-content>.content>.main-page-content>.section-right .model-list-info .model-name {
    font-size: 110%;
  }
}