@charset "UTF-8";
/*@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*/
/* 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;
}

@-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 370, ../../../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 279, ../../../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 290, ../../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items > div a {
  color: #ffffff;
}
/* line 294, ../../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items > div a img.black_img {
  display: none;
}
/* line 298, ../../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items > div a img.white_img {
  display: block;
}
/* line 306, ../../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items > div.search img.black_img {
  display: none;
}
/* line 310, ../../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-other div.content-other-items > div.search img.white_img {
  display: block;
}
/* line 317, ../../../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 326, ../../../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 345, ../../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-logo img#original_logo_black {
  display: none;
}
/* line 349, ../../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .content-logo img#original_logo_white {
  display: block;
}
/* line 358, ../../../sass/base/_header.scss */
.topBg #header-bar .navbar-header .MobileMenu div#mobile-menu > span {
  background-color: #ffffff;
}
/* line 380, ../../../sass/base/_header.scss */
.topBg #header-bar .container-header {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: initial;
}
/* line 387, ../../../sass/base/_header.scss */
.topBg #header-bar .cnAd {
  top: 0;
  position: absolute;
  right: 23px;
  height: 100%;
  display: table;
}
/* line 394, ../../../sass/base/_header.scss */
.topBg #header-bar .cnAd span {
  display: table-cell;
  vertical-align: middle;
}
/* line 400, ../../../sass/base/_header.scss */
.topBg #header-bar.CoverHeader {
  position: absolute;
}
/* line 406, ../../../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 411, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar div[id^="for-menu-header-"] .menu-slide-background {
  background: #FFFFFF;
}
/* line 416, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header {
  height: 100%;
  position: initial;
}
/* line 420, ../../../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 436, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header #mobileMenuShowBodyBlock {
  display: none;
}
/* line 440, ../../../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 451, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-logo a {
  display: table-cell;
  vertical-align: middle;
}
/* line 455, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-logo a img {
  width: 65%;
  display: block;
}
/* line 463, ../../../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 473, ../../../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 482, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li.menuHeader.menu-header-41 {
  padding-right: 5%;
}
/* line 486, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li.menuHeader.menu-header-45 {
  padding-right: 3%;
}
/* line 490, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li.menuHeader a {
  font-size: 130%;
}
/* line 494, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li.menuHeader > a {
  display: table;
  height: 100%;
  position: relative;
}
/* line 500, ../../../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 527, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li.menuHeader > a span.listStyle {
  display: none;
}
/* line 534, ../../../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 545, ../../../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 554, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li.menuTitle {
  display: none;
}
/* line 558, ../../../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 564, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu li.mobileBtmMenuArea {
  display: none;
}
/* line 571, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header > .content-menu a span.header_arrow {
  display: none;
}
/* line 579, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .HeaderActivity {
  display: none;
}
/* line 583, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .MobileMenu {
  display: none;
}
/* line 587, ../../../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 595, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.content-other-items {
  display: table-row;
}
/* line 600, ../../../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 611, ../../../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 617, ../../../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 624, ../../../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 629, ../../../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 632, ../../../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 641, ../../../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 650, ../../../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 660, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.menuSearchToolTip {
  position: absolute;
  top: 105%;
  z-index: 999999;
}
/* line 665, ../../../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 673, ../../../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 683, ../../../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 697, ../../../sass/base/_header.scss */
.topBg #header-bar.new-header-bar .navbar-header .content-other div.menuSearchToolTip.openMobileSearch {
  left: 13%;
}
/* line 710, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch {
  z-index: 100002;
}
/* line 716, ../../../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 721, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header #recentlySearch {
  width: 100%;
  top: 66px;
  position: fixed;
  z-index: 99998;
}
/* line 728, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header #recentlySearch li.item {
  color: #000000;
}
/* line 743, ../../../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 758, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other {
  display: block;
  width: 90%;
  left: 5%;
  right: 5%;
}
/* line 764, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 769, ../../../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 776, ../../../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 783, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .search > .search_icon {
  display: none !important;
}
/* line 787, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .container-header .navbar-header .content-other .content-other-items .search form {
  height: 100%;
}
/* line 790, ../../../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 796, ../../../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 799, ../../../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 807, ../../../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 815, ../../../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 827, ../../../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 839, ../../../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 843, ../../../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 849, ../../../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 854, ../../../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 861, ../../../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 868, ../../../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 872, ../../../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 882, ../../../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 888, ../../../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 897, ../../../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 917, ../../../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 924, ../../../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 931, ../../../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 939, ../../../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 949, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch.done .container-header .navbar-header #recentlySearch.show li.item:hover {
  background-color: #1E9FF2;
}
/* line 954, ../../../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 963, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch.done .container-header .navbar-header #recentlySearch.show.showAutoComplete {
  display: none;
}
/* line 977, ../../../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 169, ../../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .cnAd span {
  color: #000000;
}
/* line 178, ../../../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 189, ../../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .content-other div.content-other-items > div a {
  color: #000000;
}
/* line 193, ../../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .content-other div.content-other-items > div a img.black_img {
  display: block;
}
/* line 197, ../../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .content-other div.content-other-items > div a img.white_img {
  display: none;
}
/* line 205, ../../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .content-other div.content-other-items > div.search img.black_img {
  display: block;
}
/* line 209, ../../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .content-other div.content-other-items > div.search img.white_img {
  display: none;
}
/* line 216, ../../../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 228, ../../../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 247, ../../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .content-logo img#original_logo_black {
  display: block;
}
/* line 251, ../../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .content-logo img#original_logo_white {
  display: none;
}
/* line 260, ../../../sass/base/_header.scss */
.topBg #header-bar.BlackWord .navbar-header .MobileMenu div#mobile-menu > span {
  background-color: #000000;
  height: 3px !important;
}
/* line 989, ../../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader {
  background: none;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
/* line 169, ../../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .cnAd span {
  color: #000000;
}
/* line 178, ../../../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 189, ../../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .content-other div.content-other-items > div a {
  color: #000000;
}
/* line 193, ../../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .content-other div.content-other-items > div a img.black_img {
  display: block;
}
/* line 197, ../../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .content-other div.content-other-items > div a img.white_img {
  display: none;
}
/* line 205, ../../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .content-other div.content-other-items > div.search img.black_img {
  display: block;
}
/* line 209, ../../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .content-other div.content-other-items > div.search img.white_img {
  display: none;
}
/* line 216, ../../../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 228, ../../../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 247, ../../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .content-logo img#original_logo_black {
  display: block;
}
/* line 251, ../../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .content-logo img#original_logo_white {
  display: none;
}
/* line 260, ../../../sass/base/_header.scss */
.topBg #header-bar.NotCoverHeader .navbar-header .MobileMenu div#mobile-menu > span {
  background-color: #000000;
  height: 3px !important;
}
/* line 999, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu {
  background: none;
  background-color: #000000;
  z-index: 100002;
}
/* line 279, ../../../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 290, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items > div a {
  color: #ffffff;
}
/* line 294, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items > div a img.black_img {
  display: none;
}
/* line 298, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items > div a img.white_img {
  display: block;
}
/* line 306, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items > div.search img.black_img {
  display: none;
}
/* line 310, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-other div.content-other-items > div.search img.white_img {
  display: block;
}
/* line 317, ../../../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 326, ../../../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 345, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-logo img#original_logo_black {
  display: none;
}
/* line 349, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .content-logo img#original_logo_white {
  display: block;
}
/* line 358, ../../../sass/base/_header.scss */
.topBg #header-bar.showPCmenu .navbar-header .MobileMenu div#mobile-menu > span {
  background-color: #ffffff;
}
/* line 1008, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch {
  background: none;
  background-color: #ffffff;
}
/* line 169, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .cnAd span {
  color: #000000;
}
/* line 178, ../../../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 189, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .content-other div.content-other-items > div a {
  color: #000000;
}
/* line 193, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .content-other div.content-other-items > div a img.black_img {
  display: block;
}
/* line 197, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .content-other div.content-other-items > div a img.white_img {
  display: none;
}
/* line 205, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .content-other div.content-other-items > div.search img.black_img {
  display: block;
}
/* line 209, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .content-other div.content-other-items > div.search img.white_img {
  display: none;
}
/* line 216, ../../../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 228, ../../../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 247, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .content-logo img#original_logo_black {
  display: block;
}
/* line 251, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .content-logo img#original_logo_white {
  display: none;
}
/* line 260, ../../../sass/base/_header.scss */
.topBg #header-bar.opensearch .navbar-header .MobileMenu div#mobile-menu > span {
  background-color: #000000;
  height: 3px !important;
}
/* line 1014, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu {
  background-color: #000000;
}
/* line 279, ../../../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 290, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items > div a {
  color: #ffffff;
}
/* line 294, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items > div a img.black_img {
  display: none;
}
/* line 298, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items > div a img.white_img {
  display: block;
}
/* line 306, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items > div.search img.black_img {
  display: none;
}
/* line 310, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-other div.content-other-items > div.search img.white_img {
  display: block;
}
/* line 317, ../../../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 326, ../../../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 345, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-logo img#original_logo_black {
  display: none;
}
/* line 349, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .content-logo img#original_logo_white {
  display: block;
}
/* line 358, ../../../sass/base/_header.scss */
.topBg #header-bar.b2bMenu .navbar-header .MobileMenu div#mobile-menu > span {
  background-color: #ffffff;
}
/* line 1024, ../../../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 1044, ../../../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 1060, ../../../sass/base/_header.scss */
.topBg #mobileMenuShowBlock {
  display: none;
}
/* line 1064, ../../../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 1074, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock.showMenu {
  display: block;
}
/* line 1080, ../../../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 1092, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
/* line 1099, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li {
  text-align: left;
}
/* line 1102, ../../../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 1122, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > a {
  display: table;
  padding: 7% 0;
}
/* line 1127, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > a.noUrlLink {
  cursor: auto;
}
/* line 1132, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > a span.listStyle {
  display: table-cell;
  vertical-align: middle;
}
/* line 1136, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > a span.listStyle img {
  vertical-align: middle;
  height: 20px;
}
/* line 1142, ../../../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 1150, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > a span.listNext {
  display: none;
}
/* line 1158, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > a.hasUrlLink:hover span.text {
  color: #1E9FF2;
}
/* line 1166, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle.menu-title-81 {
  min-width: 11%;
  max-width: 15%;
}
/* line 1171, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle.menu-title-81 > a {
  padding: 9% 0;
}
/* line 1177, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area {
  padding-top: 5%;
  padding-bottom: 10%;
}
/* line 1183, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area li.viewallItem {
  cursor: pointer;
}
/* line 1186, ../../../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 1192, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area li.menuBody {
  padding-bottom: 7%;
}
/* line 1198, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area li.menuBody a span.text {
  color: #666666;
}
/* line 1203, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area li.menuBody a.noUrlLink {
  cursor: auto;
}
/* line 1210, ../../../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 1219, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area li.AorusLogoIcon {
  display: none;
}
/* line 1223, ../../../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 1238, ../../../sass/base/_header.scss */
.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > ul.menu-body-area.GamingMenuTitle li a img {
  width: 50%;
}
/* line 1241, ../../../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 1251, ../../../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 1274, ../../../sass/base/_header.scss */
.topBg.Rwd #pcMenuShowBlock {
  min-width: auto;
}

/* line 1283, ../../../sass/base/_header.scss */
body div#PageMainContentBlock {
  display: none;
  width: 100%;
  height: 200%;
  position: fixed;
  background-color: #000000;
  z-index: 100001;
  top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 1297, ../../../sass/base/_header.scss */
body.showPcMenu div#PageMainContentBlock {
  display: block;
}
/* line 1305, ../../../sass/base/_header.scss */
body.showSearch div#PageMainContentBlock {
  top: 0;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 1315, ../../../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 1329, ../../../sass/base/_header.scss */
body ul.MenuAutocomplete > li {
  padding: 15px 0 !important;
  padding-left: 35px !important;
}
/* line 1334, ../../../sass/base/_header.scss */
body ul.MenuAutocomplete > li.ui-menu-item:hover {
  background: none !important;
  border: none !important;
  background-color: #1E9FF2 !important;
}
/* line 1340, ../../../sass/base/_header.scss */
body ul.MenuAutocomplete > li.ui-menu-item.focus {
  background: none !important;
  border: none !important;
  background-color: #1E9FF2 !important;
}
/* line 1347, ../../../sass/base/_header.scss */
body ul.MenuAutocomplete > li.ui-autocomplete-category {
  background-color: #000000;
  font-weight: bold;
}
/* line 1352, ../../../sass/base/_header.scss */
body ul.MenuAutocomplete > li > div {
  padding: 0 !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
}
/* line 1357, ../../../sass/base/_header.scss */
body ul.MenuAutocomplete > li > div.ui-state-active {
  background: none !important;
  border: none !important;
}
/* line 1361, ../../../sass/base/_header.scss */
body ul.MenuAutocomplete > li > div.ui-state-active:hover {
  background: none !important;
  border: none !important;
}
/* line 1367, ../../../sass/base/_header.scss */
body ul.MenuAutocomplete > li > div:hover {
  background: none !important;
  border: none !important;
}

/* line 1391, ../../../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 1396, ../../../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 1421, ../../../sass/base/_header.scss */
.topBg.RTL #header-bar .navbar-header .content-other {
  left: 5%;
  right: unset;
  right: inherit;
  float: left;
}
/* line 1430, ../../../sass/base/_header.scss */
.topBg.RTL #header-bar .navbar-header .content-other div.content-other-items div.search {
  padding: 0 40px 0 0;
}
/* line 1434, ../../../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 1456, ../../../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 1464, ../../../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 1470, ../../../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 1476, ../../../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 1500, ../../../sass/base/_header.scss */
.topBg.RTL #pcMenuShowBlock ul.menu-title-area li.menuTitle {
  margin-left: 1.5%;
  margin-right: 0;
}
/* line 1506, ../../../sass/base/_header.scss */
.topBg.RTL #pcMenuShowBlock ul.menu-title-area li.menuTitle > a span.text {
  padding-left: 0px;
  padding-right: 10px;
}
/* line 1514, ../../../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 1539, ../../../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 1545, ../../../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 1571, ../../../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 1594, ../../../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 1600, ../../../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 1626, ../../../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 1630, ../../../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 1663, ../../../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 1669, ../../../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 1700, ../../../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 1706, ../../../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 1734, ../../../sass/base/_header.scss */
  .Rwd.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle > a {
    padding: 5.5% 0;
  }
  /* line 1739, ../../../sass/base/_header.scss */
  .Rwd.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle.menu-title-81 > a {
    padding: 6% 0;
  }
  /* line 1747, ../../../sass/base/_header.scss */
  .Rwd.topBg #pcMenuShowBlock ul.menu-title-area > li.menuTitle ul.menu-body-area li.menuBody {
    padding-bottom: 3%;
  }
  /* line 1754, ../../../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 1771, ../../../sass/base/_header.scss */
  * {
    -webkit-tap-highlight-color: transparent;
  }

  /* line 1776, ../../../sass/base/_header.scss */
  .Rwd #pcMenuShowBlock {
    display: none !important;
  }
  /* line 1780, ../../../sass/base/_header.scss */
  .Rwd #header-bar {
    z-index: 99999;
  }
  /* line 1785, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar {
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: inherit;
  }
  /* line 1791, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar > .container-header {
    width: 100%;
    max-width: 100%;
  }
  /* line 1796, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .cnAd {
    height: 60px;
    right: 2px;
    width: 17px;
  }
  /* line 1802, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header {
    text-align: center;
    position: relative;
  }
  /* line 1806, ../../../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 1815, ../../../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 1820, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo a img#center_logo {
    display: none;
  }
  /* line 1828, ../../../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 1836, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header ul.content-menu li {
    height: auto;
  }
  /* line 1839, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header ul.content-menu li.menuHeader {
    display: block;
    width: 100%;
  }
  /* line 1844, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header ul.content-menu li.menuTitle {
    display: block;
    width: 100%;
  }
  /* line 1849, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header ul.content-menu li.menuTitle {
    display: block;
    width: 100%;
  }
  /* line 1857, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 1866, ../../../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 1873, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other div.content-other-items div.search {
    font-size: 30px;
  }
  /* line 1880, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other.cn_contentOther {
    right: 15px;
  }
  /* line 1886, ../../../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 1894, ../../../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 1902, ../../../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 1912, ../../../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 1917, ../../../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 1922, ../../../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 1931, ../../../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 1938, ../../../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 1944, ../../../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 1954, ../../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu div#mobile-menu.showClose {
    z-index: 99999;
  }
  /* line 1958, ../../../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 1964, ../../../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 1971, ../../../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 1985, ../../../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 1996, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch {
    padding: 0;
    width: 100%;
    position: fixed;
    height: 100%;
    background: none;
    background-color: #ffffff;
    overflow: auto;
  }
  /* line 2007, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header .MobileMenu {
    display: none;
  }
  /* line 2011, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header .content-other {
    width: 100%;
    left: 0;
    right: 0;
  }
  /* line 2020, ../../../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 2026, ../../../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 2031, ../../../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 2038, ../../../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 2042, ../../../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 2053, ../../../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 2058, ../../../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 2066, ../../../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 2070, ../../../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 2076, ../../../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 2085, ../../../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 2094, ../../../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 2103, ../../../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 2107, ../../../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 2112, ../../../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 2117, ../../../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 2127, ../../../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 2134, ../../../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 2147, ../../../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 2165, ../../../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 2168, ../../../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 2183, ../../../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 2191, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header #recentlySearchWord.show {
    display: block;
  }
  /* line 2196, ../../../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 2206, ../../../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 2214, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header #recentlySearch li.item:hover {
    background-color: transparent !important;
  }
  /* line 2218, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header #recentlySearch li.item.active {
    background-color: #1E9FF2 !important;
  }
  /* line 2223, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header #recentlySearch li.itemRecently {
    display: none !important;
  }
  /* line 2229, ../../../sass/base/_header.scss */
  .Rwd #header-bar.opensearch .container-header .navbar-header #recentlySearch.show li {
    color: #000000 !important;
    font-size: 125%;
  }
  /* line 2234, ../../../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 2247, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling {
    background-image: url(/Images/2017NewFront/headerbackground_black.png);
    position: fixed;
  }
  /* line 2251, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.opensearch {
    background: none;
    background-color: #ffffff;
  }
  /* line 2261, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.new-header-bar .navbar-header .MobileMenu div#mobile-menu span {
    background-color: #ffffff;
  }
  /* line 2275, ../../../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 2279, ../../../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 2292, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.new-header-bar .navbar-header .content-logo img#original_logo_black {
    display: none;
  }
  /* line 2296, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.new-header-bar .navbar-header .content-logo img#original_logo_white {
    display: block;
  }
  /* line 2304, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader {
    background: none;
    background-color: #ffffff;
  }
  /* line 169, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .cnAd span {
    color: #000000;
  }
  /* line 178, ../../../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 189, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header .content-other div.content-other-items > div a {
    color: #000000;
  }
  /* line 193, ../../../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 197, ../../../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 205, ../../../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 209, ../../../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 216, ../../../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 228, ../../../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 247, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header .content-logo img#original_logo_black {
    display: block;
  }
  /* line 251, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header .content-logo img#original_logo_white {
    display: none;
  }
  /* line 260, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.NotCoverHeader .navbar-header .MobileMenu div#mobile-menu > span {
    background-color: #000000;
    height: 3px !important;
  }
  /* line 2310, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu {
    background-color: #000000;
  }
  /* line 279, ../../../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 290, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .content-other div.content-other-items > div a {
    color: #ffffff;
  }
  /* line 294, ../../../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 298, ../../../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 306, ../../../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 310, ../../../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 317, ../../../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 326, ../../../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 345, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .content-logo img#original_logo_black {
    display: none;
  }
  /* line 349, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .content-logo img#original_logo_white {
    display: block;
  }
  /* line 358, ../../../sass/base/_header.scss */
  .Rwd #header-bar.scrolling.b2bMenu .navbar-header .MobileMenu div#mobile-menu > span {
    background-color: #ffffff;
  }
  /* line 2317, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile {
    position: fixed;
    z-index: 100002;
    background: none;
    height: 100%;
    overflow: auto;
    padding: 0;
  }
  /* line 2328, ../../../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 2331, ../../../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 2347, ../../../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 2355, ../../../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 2362, ../../../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 2367, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle > a span.listStyle img {
    height: 20px;
  }
  /* line 2372, ../../../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 2377, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle > a span.listNext {
    display: none;
  }
  /* line 2384, ../../../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 2393, ../../../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 2396, ../../../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 2401, ../../../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 2410, ../../../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 2417, ../../../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 2426, ../../../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 2429, ../../../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 2441, ../../../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 2451, ../../../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 2456, ../../../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 2464, ../../../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 2471, ../../../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 2485, ../../../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 2496, ../../../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 2504, ../../../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 2513, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.backMainPage.show {
    display: block;
  }
  /* line 2520, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock.showAutoComplete {
    background-color: #ffffff;
  }
  /* line 2523, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock.showAutoComplete li {
    display: none;
  }
  /* line 2531, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-logo {
    display: none;
  }
  /* line 2536, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-logo a img#original_logo_white {
    display: none;
  }
  /* line 2540, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-logo a img#original_logo_black {
    display: block;
  }
  /* line 2547, ../../../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 2558, ../../../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 2563, ../../../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 2567, ../../../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 2573, ../../../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 2579, ../../../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 2585, ../../../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 2597, ../../../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 2602, ../../../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 2607, ../../../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 2616, ../../../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 2620, ../../../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 2624, ../../../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 2635, ../../../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 2640, ../../../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 2648, ../../../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 2652, ../../../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 2658, ../../../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 2667, ../../../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 2678, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header div.content-other.cn_contentOther {
    padding-left: 69px;
  }
  /* line 2686, ../../../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 2700, ../../../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 2707, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu.showBody {
    display: none;
  }
  /* line 2711, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li {
    height: auto;
  }
  /* line 2715, ../../../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 2724, ../../../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 2730, ../../../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 2735, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader > a span.listStyle img {
    height: 20px;
  }
  /* line 2740, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuHeader > a span.text {
    font-weight: bold;
  }
  /* line 2762, ../../../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 2773, ../../../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 2780, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuTitle a {
    display: block;
    width: 100%;
  }
  /* line 2785, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuTitle a span.listStyle {
    display: none;
  }
  /* line 2789, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.menuTitle a span.text {
    color: #423F3F;
  }
  /* line 2793, ../../../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 2799, ../../../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 2809, ../../../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 2820, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea > ul {
    display: block;
    width: 100%;
  }
  /* line 2824, ../../../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 2831, ../../../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 2839, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea > ul > a > li {
    display: table-row;
  }
  /* line 2842, ../../../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 2846, ../../../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 2850, ../../../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 2857, ../../../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 2870, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea > ul > a.aorus {
    padding-top: 20px;
  }
  /* line 2875, ../../../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 2880, ../../../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 2889, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu li.mobileBtmMenuArea > ul > a.language {
    padding-bottom: 20px;
  }
  /* line 2897, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu.showAutoComplete {
    background-color: #ffffff;
  }
  /* line 2900, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu.showAutoComplete li {
    display: none;
  }
  /* line 2906, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header ul.content-menu a span {
    color: #000000;
  }
  /* line 2913, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header .MobileMenu {
    left: 15px;
  }
  /* line 2917, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header .MobileMenu i#mobile-menu-open-img {
    color: #000000;
  }
  /* line 2924, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header .MobileMenu div#mobile-menu span {
    background-color: #000000;
  }
  /* line 2934, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile .container-header .navbar-header .MobileSearch i#mobile-search-open-img {
    color: #000000;
  }
  /* line 2943, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile.done {
    background-color: #ffffff;
  }
  /* line 2948, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile.done .container-header .navbar-header .content-other {
    display: table;
  }
  /* line 2955, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile.done .cnAd {
    color: #000000;
  }
  /* line 2960, ../../../sass/base/_header.scss */
  .Rwd #header-bar.openMobile.b2bMenu {
    color: #000000;
  }
  /* line 2974, ../../../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 3000, ../../../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar,
  .Rwd .MobileMenuSubArea.new-mobile-header-bar {
    position: fixed;
    z-index: 99999;
    top: 70px;
  }
  /* line 3007, ../../../sass/base/_header.scss */
  .Rwd #mobileMenuShowBlock {
    display: none;
  }
  /* line 3014, ../../../sass/base/_header.scss */
  .Rwd #mobileMenuShowBlock {
    z-index: 99998;
    width: 100%;
    height: 300%;
    top: 0;
    background-color: #ffffff;
    position: fixed;
  }
  /* line 3022, ../../../sass/base/_header.scss */
  .Rwd #mobileMenuShowBlock.open {
    display: block;
  }

  /* line 3031, ../../../sass/base/_header.scss */
  body.lockscroll {
    overflow: hidden;
  }
  /* line 3035, ../../../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 3042, ../../../sass/base/_header.scss */
  body.lockscroll div#PageMainContentBlock.whiteBg {
    background-color: #ffffff;
  }
  /* line 3051, ../../../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 3070, ../../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd li {
    padding-left: 55px !important;
  }
  /* line 3073, ../../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd li.ui-menu-item {
    color: #000000 !important;
    font-size: 96%;
  }
  /* line 3079, ../../../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 3084, ../../../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 3093, ../../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd li > div {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 90%;
  }
  /* line 3101, ../../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd > li > div {
    padding-left: 5px !important;
    padding-left: 5px !important;
  }
  /* line 3108, ../../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd.openMobile > li {
    padding-left: 59px !important;
  }
  /* line 3111, ../../../sass/base/_header.scss */
  body ul.MenuAutocompleteRwd.openMobile > li > div {
    padding-left: 20px !important;
  }
  /* line 3120, ../../../sass/base/_header.scss */
  body ul.RTL.MenuAutocompleteRwd li {
    padding-left: 0 !important;
    padding-right: 55px !important;
  }
  /* line 3126, ../../../sass/base/_header.scss */
  body ul.RTL.MenuAutocompleteRwd.openMobile > li {
    padding-left: 0 !important;
    padding-right: 59px !important;
  }
  /* line 3130, ../../../sass/base/_header.scss */
  body ul.RTL.MenuAutocompleteRwd.openMobile > li > div {
    padding-left: 0px !important;
    padding-right: 20px !important;
  }

  /* line 3150, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar .container-header .navbar-header .content-other {
    left: 0;
    right: unset;
    right: inherit;
  }
  /* line 3160, ../../../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 3165, ../../../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 3169, ../../../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 3175, ../../../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 3182, ../../../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 3193, ../../../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 3210, ../../../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 3228, ../../../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 3239, ../../../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 3254, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header #mobile-menu-area {
    right: 15px;
    left: unset;
    left: inherit;
  }
  /* line 3264, ../../../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 3268, ../../../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 3283, ../../../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 3287, ../../../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 3292, ../../../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 3300, ../../../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 3304, ../../../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 3320, ../../../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 3324, ../../../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 3334, ../../../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 3349, ../../../sass/base/_header.scss */
  .topBg.Rwd.RTL #header-bar.openMobile .container-header .navbar-header ul#mobileMenuShowBodyBlock li.menuTitle {
    text-align: right;
  }
  /* line 3352, ../../../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 3356, ../../../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 3365, ../../../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 3369, ../../../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 3382, ../../../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 3397, ../../../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 3409, ../../../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 3417, ../../../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 3424, ../../../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 3430, ../../../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 3468, ../../../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 3471, ../../../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 3479, ../../../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 3484, ../../../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 3509, ../../../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: #FFFFFF;
  /*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: 74%;
}
/* 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 293, ../../../sass/base/_Module.scss */
.List-Paging {
  text-align: center;
  display: inline-block;
  width: 100%;
}
/* line 298, ../../../sass/base/_Module.scss */
.List-Paging .hide {
  display: none !important;
}
/* line 302, ../../../sass/base/_Module.scss */
.List-Paging .PreviousNextItem,
.List-Paging .PagingItem {
  display: inline-block;
}
/* line 310, ../../../sass/base/_Module.scss */
.List-Paging .PreviousNextItem .PreviousNextPage a.Button {
  font-size: 75%;
  width: inherit;
  padding: 3% 20%;
  min-width: 100px;
  white-space: nowrap;
  display: block;
}
/* line 322, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer {
  text-align: center;
  display: inline;
  margin: 0 2%;
}
/* line 327, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingAreaMobile {
  display: inline;
  position: relative;
}
/* line 331, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingAreaMobile .PagingAreaSelectMobile {
  opacity: 0;
  min-width: inherit;
  position: absolute;
  left: 0;
  margin-top: 9%;
}
/* line 340, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow {
  display: inline;
}
/* line 344, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea .PagingItem,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem {
  font-size: 75%;
  text-align: center;
  padding: 0.5% 0.8%;
}
/* line 349, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea .PagingItem .Paging,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem .Paging {
  color: rgba(66, 63, 63, 0.5);
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
/* line 356, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea .PagingItem a.noClick,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem a.noClick {
  cursor: default;
}
/* line 359, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea .PagingItem a.noClick:hover,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem a.noClick:hover {
  cursor: default;
}
/* line 364, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea .PagingItem.hidePage,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem.hidePage {
  display: none;
}
/* line 368, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea .PagingItem.thisPage,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem.thisPage {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 371, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea .PagingItem.thisPage .Paging,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem.thisPage .Paging {
  padding: 30% 10px;
  color: #008CD6;
  -moz-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.16), 5px 0 5px -5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.16), 5px 0 5px -5px rgba(0, 0, 0, 0.16);
  box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.16), 5px 0 5px -5px rgba(0, 0, 0, 0.16);
}
/* line 378, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea .PagingItem .thisPageText,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem .thisPageText {
  white-space: nowrap;
}
/* line 384, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem {
  padding: 0.5% 1.8%;
}

@media screen and (max-width: 960px) {
  /* line 392, ../../../sass/base/_Module.scss */
  .Rwd .List-Paging {
    margin: 2% 0;
    position: relative;
  }
  /* line 396, ../../../sass/base/_Module.scss */
  .Rwd .List-Paging .PreviousNextItem {
    position: absolute;
    top: 50%;
  }
  /* line 400, ../../../sass/base/_Module.scss */
  .Rwd .List-Paging .PreviousNextItem.PreviousItem {
    left: 0;
    transform: translate(-50%, -50%);
  }
  /* line 404, ../../../sass/base/_Module.scss */
  .Rwd .List-Paging .PreviousNextItem.PreviousItem .Button {
    padding-left: 60%;
  }
  /* line 409, ../../../sass/base/_Module.scss */
  .Rwd .List-Paging .PreviousNextItem.NextItem {
    right: 0;
    transform: translate(50%, -50%);
  }
  /* line 413, ../../../sass/base/_Module.scss */
  .Rwd .List-Paging .PreviousNextItem.NextItem .Button {
    padding-right: 60%;
  }
}
/* line 192, ../../../sass/base/_Module.scss */
#divGoTop {
  position: fixed;
  right: 5%;
  bottom: 2%;
  z-index: 9999;
  width: 5%;
  cursor: pointer;
  display: none;
  padding-top: 0.1%;
  border-radius: 0.2em;
  border: 2px solid #333;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #333;
  opacity: 0.5;
}
/* line 209, ../../../sass/base/_Module.scss */
#divGoTop > img {
  width: 84%;
}

/* line 5, ../../../sass/base/_Module.scss */
.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear;
}

/* line 11, ../../../sass/base/_Module.scss */
.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

/* line 18, ../../../sass/base/_Module.scss */
.MenuHaveRWDSlider {
  padding: 0.5% 0;
  background-color: #000;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
/* line 24, ../../../sass/base/_Module.scss */
.MenuHaveRWDSlider .menu-Item {
  display: inline;
  padding: 0 1%;
  margin-left: 0.1%;
}
/* line 29, ../../../sass/base/_Module.scss */
.MenuHaveRWDSlider .menu-Item a {
  color: #fff;
}
/* line 39, ../../../sass/base/_Module.scss */
.MenuHaveRWDSlider .menu-Item.isSelected a {
  color: #008CD6;
}
/* line 44, ../../../sass/base/_Module.scss */
.MenuHaveRWDSlider .menu-Item:not(:last-child),
.MenuHaveRWDSlider .owl-item:not(:last-child) {
  border-right: 1px solid rgba(126, 126, 126, 0.7);
}
/* line 49, ../../../sass/base/_Module.scss */
.MenuHaveRWDSlider .menu-Icon {
  display: none;
  margin-right: 12%;
  width: 10%;
}

/* line 5, ../../../sass/Areas/Solutions/_solutionBase.scss */
body {
  line-height: 170%;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 30, ../../../sass/Areas/Solutions/_solutionBase.scss */
#PageMainContent {
  min-height: 0;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
/* line 35, ../../../sass/Areas/Solutions/_solutionBase.scss */
#PageMainContent .container {
  max-width: 100%;
}

/* line 40, ../../../sass/Areas/Solutions/_solutionBase.scss */
.showopacity {
  opacity: 1 !important;
}

/* line 44, ../../../sass/Areas/Solutions/_solutionBase.scss */
.Content-TopArea {
    /*.bread {
        z-index: 1;
        padding: 0.5% 5%;
        background-color: #EEEEEE;
        position: relative;

        &-Link {

            a,
            span {
                color: $discoverBlackColor;
            }
        }
    }*/
}
@media screen and (max-width: 960px) {
  /* line 59, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider {
    position: fixed !important;
    bottom: 0;
    background-color: #000;
    padding: inherit;
  }
  /* line 65, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider .menu-Item {
    display: inherit;
    margin-left: inherit;
  }
  /* line 70, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider .menu-Icon {
    display: inline;
    margin-right: 12%;
    width: 25%;
  }
  /* line 77, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider#vue-tags {
    width: 100%;
    z-index: 1000;
  }
  /* line 83, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider#vue-tags span.firstimg {
    position: absolute;
    width: 40px;
    display: block;
    height: 100%;
  }
  /* line 90, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider#vue-tags span.firstimg span.table {
    display: table;
    width: 100%;
    height: 100%;
  }
  /* line 96, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider#vue-tags span.firstimg span.tr {
    display: table-row;
    width: 100%;
    height: 100%;
  }
  /* line 102, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider#vue-tags span.firstimg span.td {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }
  /* line 109, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider#vue-tags span.firstimg span.td img {
    vertical-align: middle;
    width: 16px;
  }
  /* line 119, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider#vue-tags div#itemArea {
    padding-left: 40px;
    width: 100%;
  }
  /* line 127, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider#vue-tags .menu-Item img.menu-Icon {
    width: 15px;
  }
}
/* line 40, ../../../sass/base/_font.scss */
.Content-TopArea.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 67, ../../../sass/Areas/Solutions/_solutionBase.scss */
.Content-TopArea .MenuHaveRWDSlider {
  position: relative;
  padding: inherit;
  width: 100%;
  z-index: 2;
  background-color: inherit;
}
/* line 74, ../../../sass/Areas/Solutions/_solutionBase.scss */
.Content-TopArea .MenuHaveRWDSlider #itemArea {
  text-align: center;
  margin: 1% 0;
}
/* line 78, ../../../sass/Areas/Solutions/_solutionBase.scss */
.Content-TopArea .MenuHaveRWDSlider #itemArea .menu-Item {
  margin-left: inherit;
}
/* line 81, ../../../sass/Areas/Solutions/_solutionBase.scss */
.Content-TopArea .MenuHaveRWDSlider #itemArea .menu-Item a {
  font-size: 120%;
}
/* line 84, ../../../sass/Areas/Solutions/_solutionBase.scss */
.Content-TopArea .MenuHaveRWDSlider #itemArea .menu-Item a:hover {
  color: #008CD6;
}

/* line 93, ../../../sass/Areas/Solutions/_solutionBase.scss */
#listPageBtmBorder {
  border-top: 1px solid rgba(112, 112, 112, 0.4);
  margin: 3% auto;
  width: 94%;
  margin-bottom: inherit;
}

@media screen and (max-width: 960px) {
  /* line 218, ../../../sass/base/_Module.scss */
  .Rwd #divGoTop {
    right: 15px;
    bottom: 15%;
  }
}
@media screen and (max-width: 480px) {
  /* line 227, ../../../sass/base/_Module.scss */
  .Rwd #divGoTop {
    bottom: 6%;
  }
}
@media screen and (max-width: 960px) {
  /* line 104, ../../../sass/Areas/Solutions/_solutionBase.scss */
  .Rwd .Content-TopArea .breadArea .bread {
    padding: 1% 15px;
  }
  /* line 109, ../../../sass/Areas/Solutions/_solutionBase.scss */
  .Rwd .Content-TopArea .MenuHaveRWDSlider {
    background-color: #fff;
    -moz-box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.16);
  }
  /* line 113, ../../../sass/Areas/Solutions/_solutionBase.scss */
  .Rwd .Content-TopArea .MenuHaveRWDSlider #itemArea {
    margin: 0;
  }
  /* line 117, ../../../sass/Areas/Solutions/_solutionBase.scss */
  .Rwd .Content-TopArea .MenuHaveRWDSlider #itemArea .menu-Item a {
    color: rgba(66, 63, 63, 0.5);
    font-size: inherit;
  }
  /* line 124, ../../../sass/Areas/Solutions/_solutionBase.scss */
  .Rwd .Content-TopArea .MenuHaveRWDSlider #itemArea .menu-Item.isSelected a {
    color: #008CD6;
  }
}
/* line 17, ../../../sass/Areas/Solutions/SolutionContent.scss */
.ajax-loading {
  z-index: 1000001 !important;
}

/* line 21, ../../../sass/Areas/Solutions/SolutionContent.scss */
.select2-container {
  z-index: 100000;
}
/* line 24, ../../../sass/Areas/Solutions/SolutionContent.scss */
.select2-container .select2-selection--single {
  color: rgba(66, 63, 63, 0.5);
  border-radius: 0;
  border: 0;
  border: 0 solid rgba(66, 63, 63, 0.4);
  border-bottom-width: 1px;
}
/* line 31, ../../../sass/Areas/Solutions/SolutionContent.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  color: rgba(66, 63, 63, 0.5);
}
/* line 38, ../../../sass/Areas/Solutions/SolutionContent.scss */
.select2-container .select2-dropdown .select2-results .select2-results__options {
  color: #000;
}

/* line 53, ../../../sass/Areas/Solutions/SolutionContent.scss */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(66, 63, 63, 0.5);
}

/* line 58, ../../../sass/Areas/Solutions/SolutionContent.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(66, 63, 63, 0.5);
}

/* line 63, ../../../sass/Areas/Solutions/SolutionContent.scss */
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(66, 63, 63, 0.5);
}

/* line 40, ../../../sass/base/_font.scss */
input[type="text"].google-font.google-font,
textarea.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 75, ../../../sass/Areas/Solutions/SolutionContent.scss */
.lazyLoadDefault {
  opacity: 0;
}

/* line 79, ../../../sass/Areas/Solutions/SolutionContent.scss */
.topBg {
  height: 100%;
}

/* line 83, ../../../sass/Areas/Solutions/SolutionContent.scss */
.FixedUp {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* line 88, ../../../sass/Areas/Solutions/SolutionContent.scss */
.FixedDown {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* line 93, ../../../sass/Areas/Solutions/SolutionContent.scss */
.youtubeParent {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 100, ../../../sass/Areas/Solutions/SolutionContent.scss */
.youtubeParent .youtubeChild {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 109, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Content-TopArea {
  -moz-transition: width 1s ease 0ms;
  -o-transition: width 1s ease 0ms;
  -webkit-transition: width 1s ease;
  -webkit-transition-delay: 0ms;
  transition: width 1s ease 0ms;
  color: #423F3F;
  height: 94%;
  position: relative;
}
/* line 115, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Content-TopArea .MenuHaveRWDSlider {
  position: absolute;
}
/* line 119, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Content-TopArea .cover {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 127, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Content-TopArea .topic {
  z-index: 1;
  position: absolute;
  padding: 0 5%;
  bottom: 18%;
}
/* line 133, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Content-TopArea .topic .title {
  color: #fff;
  font-size: 400%;
  padding-bottom: 3%;
  line-height: 100%;
}
/* line 140, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Content-TopArea .topic .description {
  color: rgba(255, 255, 255, 0.75);
  font-size: 130%;
  width: 68%;
  line-height: 135%;
}

/* line 150, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .backgroundArea {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
}
/* line 156, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .backgroundArea .mediaContainer {
  height: 100%;
  /*img.backgroundMedia{
      @include single-transition(all, 1s, ease-in-out);
  }*/
}
/* line 159, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .backgroundArea .mediaContainer.youtubeParent {
  height: auto;
}
/* line 162, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .backgroundArea .mediaContainer.youtubeParent.youtube4To3 {
  width: 140%;
  height: 140%;
}
/* line 166, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .backgroundArea .mediaContainer.youtubeParent.youtube4To3 .youtubeChild {
  top: -15%;
}
/* line 172, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .backgroundArea .mediaContainer .backgroundMedia {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
/* line 186, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar,
.Solutions-Content .ContentList {
  color: #423F3F;
  background-color: #fff;
  position: relative;
}
/* line 193, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar {
  background-color: #F5F5F5;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
/* line 40, ../../../sass/base/_font.scss */
.Solutions-Content .NavigationBar.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 204, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .colorBorder {
  position: relative;
}
/* line 207, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .colorBorder img {
  width: 100%;
  display: block;
}
/* line 213, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar-fixed {
  position: fixed;
  top: 0;
  margin-Top: inherit;
  width: 100%;
  z-index: 9999;
}
/* line 221, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .navigationBarBox {
  padding: 0.8% 5%;
}
/* line 226, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .navigationBarBox .navigationBarArea .navigation-Item.havePadding {
  border-right: 1px solid rgba(112, 112, 112, 0.4);
}
/* line 231, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .navigationBarBox .navigationBarArea .navigation-Item .itemContainer .navigation-link {
  font-size: 100%;
  color: #423F3F;
}
/* line 235, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .navigationBarBox .navigationBarArea .navigation-Item .itemContainer .navigation-link:hover {
  color: #008CD6;
}
/* line 242, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .navigationBarBox .navigationBarArea .navigation-Item .imgContainer img {
  max-width: 20px;
  max-height: 20px;
}
/* line 248, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .navigationBarBox .navigationBarArea .navigation-Item.nav-download {
  right: 5%;
  position: absolute;
}
/* line 253, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .navigationBarBox .navigationBarArea .navigation-Item.nav-download .itemContainer .navigation-link {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid rgba(112, 112, 112, 0.4);
  padding: 2% 15%;
  color: #008CD6;
  margin-left: -30%;
}
/* line 260, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .navigationBarBox .navigationBarArea .navigation-Item.nav-download .itemContainer .navigation-link:hover {
  background-color: #008CD6;
  color: #fff;
}
/* line 271, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .navigationBarBoxNoSlider {
  width: 100%;
}
/* line 274, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea {
  display: table;
}
/* line 277, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
/* line 282, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item .imgContainer,
.Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item .itemContainer {
  display: table-cell;
  vertical-align: middle;
}
/* line 288, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item .imgContainer {
  padding-right: 5%;
}
/* line 291, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item .imgContainer img {
  display: table-cell;
  vertical-align: middle;
}
/* line 298, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item:not(.nav-download):not(:first-child) {
  padding-left: 25px;
}
/* line 302, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item:not(.nav-download) {
  padding-right: 25px;
}
/* line 309, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList {
  padding-top: 2.7%;
  z-index: 1;
  text-align: center;
}
/* line 314, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section:nth-child(even) {
  background-color: #F5F5F5;
}
/* line 318, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section {
  padding-top: 1.84%;
  padding-bottom: 3.6%;
}
/* line 319, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section span.fontBoldItem {
  font-size: 130%;
  line-height: 120%;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1%;
}
/* line 327, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .haveHover {
  cursor: pointer;
}
/* line 334, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .section-title,
.Solutions-Content .ContentList .section .section-desc {
  padding-top: 1.84%;
}
/* line 339, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild {
  padding-top: 2.3%;
}
/* line 342, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .sectionChild-typeTitle,
.Solutions-Content .ContentList .section .sectionChild .sectionChild-typeDescription,
.Solutions-Content .ContentList .section .sectionChild .sectionChildItem {
  padding-top: 2.3%;
}
/* line 348, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .sectionChild-title,
.Solutions-Content .ContentList .section .sectionChild .sectionChild-desc {
  padding-top: 4.9%;
}
/* line 357, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem, .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem, .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem {
  padding-top: 0;
}
/* line 363, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .section-title {
  line-height: 120%;
  color: #008CD6;
  font-size: 220%;
  font-weight: bold;
  margin-bottom: inherit;
}
/* line 371, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .section-desc,
.Solutions-Content .ContentList .section .sectionChild-typeDescription {
  font-size: 120%;
  text-align: left;
  margin: 0 18%;
  color: #423F3F;
}
/* line 379, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild-typeDescription {
  margin: 0 10%;
}
/* line 383, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild {
  margin: 0 10%;
}
/* line 386, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .sectionChild-typeTitle {
  font-size: 200%;
  line-height: 120%;
  font-weight: bold;
}
/* line 392, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .sectionChildItem {
  display: inline-block;
  margin: 0 1%;
}
/* line 398, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .sectionChildItem .itemImg {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  opacity: 1;
}
/* line 406, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .sectionChildItem .sectionChild-title {
  line-height: 120%;
  font-weight: bold;
}
/* line 412, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .sectionChild-mediaDesc {
  text-align: center;
  margin: 1% 10%;
  color: rgba(66, 63, 63, 0.7);
}
/* line 413, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .sectionChild-mediaDesc-fixed {
  margin: 0;
  position: absolute;
}
/* line 424, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-stage {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 430, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-nav button {
  display: table-cell;
  vertical-align: middle;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
}
/* line 438, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-nav button.owl-prev, .Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 30%;
}
/* line 440, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-nav button.owl-prev.disabled, .Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-nav button.owl-next.disabled {
  display: none;
}
/* line 447, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-nav button.owl-prev img, .Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-nav button.owl-next img {
  width: 30px;
  display: block;
}
/* line 453, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-nav button.owl-prev {
  left: 0%;
}
/* line 457, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-nav button.owl-next {
  right: 0%;
}
/* line 463, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-dots {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  height: 22px;
}
/* line 470, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-dots button {
  display: inline-block;
  position: relative;
  margin: 0 1%;
  width: 4.5%;
  height: 22px;
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: 1%;
}
/* line 481, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-dots button span {
  background-color: rgba(112, 112, 112, 0.4);
  width: 100%;
  height: 2px;
  display: block;
  margin: 10px 0;
}
/* line 490, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-dots button.active span {
  background-color: #00A1E9;
}
/* line 495, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-dots button:active {
  border: none;
  outline: none;
}
/* line 504, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-PartnerIcon .sectionChildItem {
  width: 15%;
}
/* line 507, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-PartnerIcon .sectionChildItem.childCount-2 {
  margin: 0 11%;
}
/* line 511, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-PartnerIcon .sectionChildItem.childCount-3 {
  margin: 0 9%;
}
/* line 515, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-PartnerIcon .sectionChildItem.childCount-4 {
  margin: 0 4%;
}
/* line 519, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-PartnerIcon .sectionChildItem.childCount-5 {
  margin: 0 8%;
}
/* line 526, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .childContainer-CardPromote {
  position: relative;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 531, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem {
  width: 17%;
  margin: 0 1%;
  position: absolute;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 536, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem a {
  color: #fff;
}
/* line 542, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .lazyLoadDefault {
  opacity: 1;
}
/* line 546, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-icon {
  position: absolute;
  right: 5%;
  top: 3%;
  z-index: 1;
}
/* line 552, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-icon .icon-open,
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-icon .icon-close {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  display: none;
  vertical-align: middle;
}
/* line 559, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-icon .icon-open .icon-image,
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-icon .icon-open .icon-txt,
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-icon .icon-close .icon-image,
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-icon .icon-close .icon-txt {
  display: inline-block;
  vertical-align: middle;
}
/* line 565, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-icon .icon-open .icon-image,
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-icon .icon-close .icon-image {
  width: 40%;
  margin: 0 5%;
}
/* line 571, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-icon .icon-close {
  display: none;
}
/* line 576, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt,
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-link {
  position: absolute;
  width: 100%;
  z-index: 1;
}
/* line 583, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt {
  top: 15%;
}
/* line 586, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-title {
  font-size: 160%;
  color: #fff;
  padding: 0 5%;
  margin: 8% 0;
}
/* line 593, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-desc {
  color: rgba(255, 255, 255, 0.8);
  padding: 0 5%;
  font-size: 125%;
}
/* line 600, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-link {
  bottom: 5%;
  display: block;
  border: 1px solid #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  width: 60%;
  left: 20%;
}
/* line 609, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-img {
  width: 100%;
  display: table;
  position: relative;
}
/* line 614, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-img img {
  width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 619, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-img .sectionChild-cover {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
}
/* line 635, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem .sectionChild-img, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-img, .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-img {
  display: table;
  width: 100%;
}
/* line 639, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem .sectionChild-img .sectionChild-imgContainer, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-img .sectionChild-imgContainer, .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-img .sectionChild-imgContainer {
  display: table-cell;
  vertical-align: middle;
}
/* line 647, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon, .Solutions-Content .ContentList .section .sectionChild.child-Glossary {
  margin: 0 5%;
}
/* line 651, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem {
  width: 47%;
  vertical-align: top;
}
/* line 655, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem a, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem a {
  color: #423F3F;
}
/* line 659, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem .sectionChild-img, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-img {
  height: 100px;
}
/* line 664, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem .sectionChild-txt .sectionChild-title, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-txt .sectionChild-title {
  display: table;
  width: 100%;
}
/* line 668, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem .sectionChild-txt .sectionChild-title .title-container, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-txt .sectionChild-title .title-container {
  line-height: 120%;
  font-size: 125%;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
/* line 678, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem .sectionChild-txt .sectionChild-desc, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-txt .sectionChild-desc {
  font-size: 115%;
}
/* line 685, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem.childCount-1 img, .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem.childCount-2 img, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem.childCount-1 img, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem.childCount-2 img {
  width: 14%;
}
/* line 690, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem.childCount-3, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem.childCount-3 {
  width: 30%;
}
/* line 693, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem.childCount-3 img, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem.childCount-3 img {
  width: 21.5%;
}
/* line 698, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem.childCount-4, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem.childCount-4 {
  width: 22%;
}
/* line 701, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem.childCount-4 img, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem.childCount-4 img {
  width: 30%;
}
/* line 706, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem.childCount-5, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem.childCount-5 {
  width: 17%;
}
/* line 709, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem.childCount-5 img, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem.childCount-5 img {
  width: 40%;
}
/* line 717, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-NormalType .sectionChildItem {
  display: block;
  margin: 0 auto;
  max-width: 1100px;
}
/* line 723, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-NormalType .sectionChildItem .sectionChild-txt .sectionChild-title {
  font-size: 200%;
}
/* line 729, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-NormalType .sectionChildItem .sectionChild-Container .normaltypeMedia {
  max-width: 1000px;
}
/* line 737, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage, .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage {
  margin: 0 5%;
}
/* line 741, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChild-typeTitle, .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChild-typeTitle {
  padding-bottom: 2.3%;
}
/* line 746, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem, .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem {
  padding: 0;
  position: relative;
  margin: 0;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
/* line 753, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-mediaDesc, .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-mediaDesc {
  margin: 0;
  padding: 0.5% 0;
  color: rgba(66, 63, 63, 0.7);
}
/* line 759, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem.childItem-RightTextLeftImage, .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem.childItem-RightTextLeftImage {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* line 764, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-txt,
.Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-Container, .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-txt,
.Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-Container {
  width: 50%;
  vertical-align: middle;
}
/* line 771, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-txt .sectionChild-title, .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-txt .sectionChild-title {
  font-size: 200%;
}
/* line 775, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-txt .sectionChild-desc, .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-txt .sectionChild-desc {
  font-size: 120%;
  text-align: left;
  padding-top: 0;
}
/* line 782, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-Container, .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-Container {
  overflow: hidden;
}
/* line 783, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-Container .itemImg, .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-Container .itemImg {
  width: 100%;
}
/* line 787, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-Container.youtubeParent, .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-Container.youtubeParent {
  padding-bottom: 27%;
}
/* line 793, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-Container .normaltypeMediaFixed, .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-Container .normaltypeMediaFixed {
  height: 100%;
  max-width: inherit;
  min-width: 100%;
}
/* line 804, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-txt {
  padding-right: 2%;
}
/* line 812, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-txt {
  padding-left: 2%;
}
/* line 818, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-Product {
  margin: inherit;
  padding: 0;
}
/* line 822, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-Product .childContainer-Product {
  padding-top: 1.84%;
}
/* line 826, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem {
  background-color: rgba(112, 112, 112, 0.05);
}
/* line 828, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem.childCount-1, .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem.childCount-2, .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem.childCount-3, .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem.childCount-4 {
  width: 21%;
}
/* line 837, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem.childItem-Product {
  vertical-align: top;
}
/* line 841, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-img {
  margin: 2% 0;
}
/* line 844, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-img img {
  padding: 0 4%;
}
/* line 849, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-title {
  color: #008CD6;
  padding-top: 5%;
  font-size: 130%;
}
/* line 855, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-txt {
  background-color: #423F3F;
  text-align: left;
  padding: 4%;
}
/* line 860, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-txt .sectionChild-ProductName {
  font-weight: bold;
  color: #EEEEEE;
}
/* line 864, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-txt .sectionChild-ProductName a {
  color: #fff;
}
/* line 869, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-txt .sectionChild-desc {
  color: rgba(255, 255, 255, 0.6);
}
/* line 874, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-Count {
  display: none;
}
/* line 880, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider {
  margin: inherit;
}
/* line 884, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .childItem-AnimationSlider .sectionChild-Count {
  display: none;
}
/* line 889, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .childItem-AnimationSlider.childCount-1 img {
  width: 70%;
}
/* line 894, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .childItem-AnimationSlider.childCount-2 {
  width: 46%;
}
/* line 897, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .childItem-AnimationSlider.childCount-2 img {
  width: 80%;
}
/* line 903, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .owl-carousel {
  padding-bottom: 2%;
}
/* line 908, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .owl-carousel .sectionChildItem {
  padding-top: 4.66%;
}
/* line 914, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .owl-item:not(.center) .sectionChild-title {
  display: none;
}
/* line 918, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .owl-item:not(.center) img {
  -webkit-filter: blur(3px);
  /* Chrome, Opera */
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
/* line 930, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .imageTopic img {
  width: 100%;
  display: block;
}
/* line 936, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .imageList {
  width: 85%;
  margin: 0 auto;
}
/* line 941, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .imageList ul li {
  width: 24%;
  padding: 0 1%;
}
/* line 945, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContentList .section .imageList ul li img {
  width: 100%;
}
/* line 955, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContactUs {
  color: #fff;
  position: relative;
  text-align: center;
  padding: 5%;
}
/* line 958, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContactUs .topic {
  font-size: 200%;
  z-index: 1;
  position: relative;
  margin-bottom: 3%;
}
/* line 969, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContactUs .ContactUsLink {
  font-size: 140%;
  width: 10%;
  margin: 0 auto;
  color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 0.5% 3%;
  border: 1px solid #EEEEEE;
  position: relative;
  z-index: 1;
}
/* line 981, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContactUs .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

/* line 992, ../../../sass/Areas/Solutions/SolutionContent.scss */
.contactUsFormPopOut {
  overflow: hidden;
}

/* line 997, ../../../sass/Areas/Solutions/SolutionContent.scss */
.formPopOutMovePadding {
  padding-right: 17px;
}

/* line 1002, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 100000;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 1012, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #overLay {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 100000;
  background-color: black;
  opacity: 0.5;
  min-height: 1200px;
}
/* line 1024, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsSuccess,
#ContactUsFormArea #ContactUsForm {
  background-color: #fff;
  position: absolute;
  padding: 2%;
  z-index: 100001;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1032, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsSuccess .FormTopic,
#ContactUsFormArea #ContactUsForm .FormTopic {
  border-left: 8px solid #1E9FF1;
  padding-left: 2%;
  margin: 2% 0;
  font-weight: bold;
  font-size: 170%;
  position: relative;
}
/* line 1042, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsSuccess {
  bottom: 40%;
  width: 30%;
  left: 35%;
}
/* line 1047, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsSuccess .SuccessTxt {
  margin-top: 5%;
  margin-bottom: 7%;
}
/* line 1052, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsSuccess .BackButon {
  text-align: right;
}
/* line 1055, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsSuccess .BackButon .wrap-close {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #008CD6;
  color: #fff;
  padding: 1.5% 5%;
}
/* line 1064, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm {
  width: 640px;
  min-height: 842px;
  left: 50%;
  margin: 1% 0 1% -320px;
  top: 5%;
  color: #423F3F;
  background-color: #fff;
  position: relative;
        /*.FormSubtitle {
            font-size: 125%;
            color: rgba(66, 63, 63, 0.5);
            margin: 2% 0 6% 0;

            a {
                color: $discoverBlueColor;
            }
        }*/
}
/* line 1074, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm input[type="text"] {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0 solid rgba(66, 63, 63, 0.4);
  border-bottom-width: 1px;
  width: 100%;
  padding-left: 1%;
}
/* line 1082, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm textarea {
  padding-left: 1%;
  padding-top: 1%;
  width: 570px;
  min-height: 300px;
  max-width: 100%;
  max-height: 500px;
}
/* line 1092, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .errMsg {
  color: #FF0000;
  text-align: right;
}
/* line 1107, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormClose {
  position: relative;
  display: inline-block;
  height: 20px;
  right: 0;
  position: absolute;
}
/* line 1115, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormClose .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 2%;
  top: 25%;
}
/* line 1122, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormClose .close:hover {
  cursor: pointer;
}
/* line 1126, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormClose .close > span {
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 9px;
}
/* line 1133, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormClose .close > span.first {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 1137, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormClose .close > span.second {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 1141, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormClose .close > span.first, #ContactUsFormArea #ContactUsForm .FormClose .close > span.second {
  background: #000000;
}
/* line 1145, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormClose .close > span.first.whiteStyle, #ContactUsFormArea #ContactUsForm .FormClose .close > span.second.whiteStyle {
  background: #fff;
}
/* line 1154, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormField .showTxtLimit {
  text-align: right;
  color: rgba(66, 63, 63, 0.5);
}
/* line 1159, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormField select.InputCountry {
  padding-left: 0.5%;
  color: rgba(66, 63, 63, 0.5);
  width: 100%;
  -webkit-appearance: menulist;
  border: 0 solid rgba(66, 63, 63, 0.4);
  border-bottom-width: 1px;
  background: initial;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 40, ../../../sass/base/_font.scss */
#ContactUsFormArea #ContactUsForm .FormField select.InputCountry.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 1174, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormField select.fixed-color {
  color: #423F3F;
}
/* line 1178, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormField select.InputCountry option {
  color: #423F3F;
}
/* line 1184, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormName .HalfStyle {
  display: inline-block;
  width: 48.5%;
}
/* line 1189, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormName .HalfStyle:first-child {
  margin-right: 2%;
}
/* line 1193, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormName input[type="text"] {
  padding-left: 2%;
}
/* line 1198, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .SendData {
  text-align: right;
  margin: 2% 0;
}
/* line 1202, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .SendData .ContactUsSubmit,
#ContactUsFormArea #ContactUsForm .SendData .ContactUsCancel {
  display: inline;
}
/* line 1208, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .SendData .ContactUsCancel a {
  color: rgba(66, 63, 63, 0.5);
}
/* line 1214, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .SendData .ContactUsSubmit a.SubmitLink {
  color: #fff;
  background-color: #008CD6;
  width: 100%;
  display: inline;
  text-align: center;
  border-radius: 20px;
  padding: 1% 3%;
  margin-left: 1%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1230, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormBottomText {
  position: absolute;
  bottom: 0;
  padding-bottom: 5%;
}
/* line 1235, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormBottomText .PrivacyPolicy,
#ContactUsFormArea #ContactUsForm .FormBottomText .FormSubtitle {
  color: rgba(66, 63, 63, 0.5);
}
/* line 1240, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormBottomText .PrivacyPolicy a,
#ContactUsFormArea #ContactUsForm .FormBottomText .FormSubtitle a {
  color: #008CD6;
}

/* line 1248, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea,
#ContactUsSuccess {
  display: none;
}

/* line 1253, ../../../sass/Areas/Solutions/SolutionContent.scss */
footer {
  position: relative;
}

@media screen and (max-width: 1600px) {
  /* line 1262, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-CardPromote {
    margin: 0 5%;
  }
  /* line 1267, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-title {
    font-size: 140%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  /* line 1286, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .NavigationBar .navigationBarBox .navigationBarArea .navigation-Item .itemContainer .navigation-link {
    font-size: 115%;
  }
  /* line 1297, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .section-title {
    font-size: 230%;
  }
  /* line 1303, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild .sectionChildItem .sectionChild-title {
    font-size: 120%;
  }
  /* line 1308, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild .sectionChild-typeTitle {
    font-size: 230%;
  }
  /* line 1313, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .section-desc,
  .Solutions-Content .ContentList .section .sectionChild-typeDescription {
    font-size: 135%;
    line-height: 135%;
  }
  /* line 1323, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-title {
    font-size: 130%;
  }
  /* line 1327, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-desc {
    font-size: 113%;
  }
  /* line 1333, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-img .sectionChild-link {
    width: 80%;
    left: 10%;
  }
  /* line 1344, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem.childCount-4 img {
    width: 40% !important;
  }
  /* line 1350, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem.childCount-5 img {
    width: 60% !important;
  }
  /* line 1360, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem img, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem img {
    width: 25% !important;
  }
  /* line 1366, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem .sectionChild-txt .sectionChild-title .title-container, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-txt .sectionChild-title .title-container {
    font-size: 140%;
  }
  /* line 1371, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem .sectionChild-txt .sectionChild-desc, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-txt .sectionChild-desc {
    font-size: 130%;
    line-height: 140%;
  }
  /* line 1383, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-txt .sectionChild-desc, .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-txt .sectionChild-desc {
    line-height: 150%;
  }
  /* line 1387, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-txt .sectionChild-title,
  .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-txt .sectionChild-desc, .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-txt .sectionChild-title,
  .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-txt .sectionChild-desc {
    font-size: 135%;
  }
  /* line 1397, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-title {
    font-size: 150%;
  }
  /* line 1403, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-txt .sectionChild-ProductName,
  .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-txt .sectionChild-desc {
    font-size: 115%;
  }
}
@media screen and (max-width: 1280px) {
  /* line 1421, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-CardPromote {
    margin: 0 2%;
  }
  /* line 1426, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-title {
    font-size: 125%;
  }
  /* line 1430, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-desc {
    font-size: 115%;
  }
}
@media screen and (max-width: 960px) {
  /* line 1446, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #PageMainContent.NotCoverHeader {
    padding-top: inherit;
  }
  /* line 1451, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Content-TopArea {
    height: 100%;
  }
  /* line 1454, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Content-TopArea .breadArea {
    padding-top: 60px;
  }
  /* line 1458, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Content-TopArea .topic {
    padding: 0 15px;
    bottom: 25%;
    text-align: center;
  }
  /* line 1463, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Content-TopArea .topic .title {
    font-size: 250%;
    padding-bottom: 6%;
  }
  /* line 1468, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Content-TopArea .topic .description {
    font-size: 120%;
    width: inherit;
    line-height: 160%;
    text-align: left;
  }
  /* line 1480, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .backgroundArea .mediaContainer .backgroundMedia {
    min-width: inherit;
    min-height: inherit;
  }
  /* line 1488, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar-fixed {
    padding-top: 60px;
  }
  /* line 1493, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .colorBorder img {
    height: 8px;
  }
  /* line 1501, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBox .navigation-Item .imgContainer img {
    width: 16px;
    height: 16px;
  }
  /* line 1508, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBox .navigation-Item .itemContainer .navigation-link {
    color: rgba(66, 63, 63, 0.5);
    font-size: inherit;
  }
  /* line 1517, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxHasSlider .navigation-Item {
    display: inline-block;
    text-align: center;
  }
  /* line 1521, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxHasSlider .navigation-Item .itemContainer,
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxHasSlider .navigation-Item .imgContainer {
    display: inline;
    vertical-align: middle;
  }
  /* line 1528, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxHasSlider .navigation-Item .itemContainer .navigation-link {
    vertical-align: middle;
  }
  /* line 1533, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxHasSlider .navigation-Item .imgContainer {
    margin-right: 5%;
  }
  /* line 1536, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxHasSlider .navigation-Item .imgContainer img {
    display: inline;
    vertical-align: middle;
  }
  /* line 1542, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxHasSlider .navigation-Item.download-fixedPostition {
    position: inherit;
    right: inherit;
  }
  /* line 1546, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxHasSlider .navigation-Item.download-fixedPostition .navigation-link {
    margin-left: 0 !important;
  }
  /* line 1553, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxNoSlider {
    padding: 2% 0;
    padding-left: 15px;
  }
  /* line 1558, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item {
    font-weight: inherit;
  }
  /* line 1561, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item.nav-download {
    right: 15px;
  }
  /* line 1564, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item.nav-download a:hover {
    color: #fff;
  }
  /* line 1570, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item:not(.nav-download):not(:first-child) {
    padding-left: 20px;
  }
  /* line 1574, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item:not(.nav-download) {
    padding-right: 20px;
  }
  /* line 1583, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section span.fontBoldItem {
    margin-bottom: 4.5%;
    font-size: 110%;
  }
  /* line 1588, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .section-title,
  .Rwd .Solutions-Content .ContentList .section .section-desc,
  .Rwd .Solutions-Content .ContentList .section .sectionChild {
    margin: 0 15px;
    padding-top: 5%;
  }
  /* line 1595, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .section-title {
    font-size: 150%;
  }
  /* line 1599, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .section-desc,
  .Rwd .Solutions-Content .ContentList .section .sectionChild-typeDescription,
  .Rwd .Solutions-Content .ContentList .section .sectionChild-desc {
    font-size: 16px !important;
  }
  /* line 1605, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild {
    padding-bottom: 5%;
  }
  /* line 1608, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild .sectionChildItem {
    margin: 0;
  }
  /* line 1612, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild .sectionChild-typeTitle {
    font-size: 130%;
  }
  /* line 1616, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild .sectionChild-typeDescription {
    margin: 2% 0;
  }
  /* line 1622, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-dots button {
    margin: 0 2%;
    width: 10%;
    margin-top: 1%;
  }
  /* line 1630, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild .sectionChild-mediaDesc {
    margin-top: 2%;
  }
  /* line 1636, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-PartnerIcon .sectionChildItem img {
    width: 40%;
  }
  /* line 1644, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-PartnerIcon .sectionChildItem, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem {
    display: block;
    width: 100%;
    margin: inherit;
  }
  /* line 1652, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-NormalType .normaltypeMedia {
    width: 100%;
  }
  /* line 1657, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage {
    margin: 0;
  }
  /* line 1661, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1662, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-mediaDesc, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-mediaDesc {
    padding: inherit;
    color: rgba(66, 63, 63, 0.5);
    background-color: inherit;
    /*&-fixed-Mobile{
        bottom: inherit !important;
        top: inherit !important;
        right: inherit !important;
        left: inherit !important;
    }*/
  }
  /* line 1676, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-txt, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-txt {
    margin-top: 3%;
    padding: 0 15px;
    -webkit-order: 2;
    order: 2;
  }
  /* line 1682, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-Container, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-Container {
    -webkit-order: 1;
    order: 1;
  }
  /* line 1686, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-txt,
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-Container, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-txt,
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-Container {
    width: inherit;
  }
  /* line 1690, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-txt.youtubeParent,
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-Container.youtubeParent, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-txt.youtubeParent,
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-Container.youtubeParent {
    padding-bottom: 56.25%;
    width: 100%;
  }
  /* line 1699, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem {
    width: 100%;
  }
  /* line 1702, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem img {
    width: initial;
  }
  /* line 1706, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-Count {
    margin-top: 5%;
    margin-left: 87%;
  }
  /* line 1714, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Product .owl-carousel .owl-nav,
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Product .owl-carousel .owl-dots {
    display: none;
  }
  /* line 1724, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-Count, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .sectionChildItem .sectionChild-Count {
    display: inherit;
    width: 10%;
    color: #F5F5F5;
    background-color: #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 8%;
    line-height: 150%;
  }
  /* line 1734, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .childItem-AnimationSlider .animationslider-Container {
    border: 1px solid #EEEEEE;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
  }
  /* line 1739, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .childItem-AnimationSlider .animationslider-Container .sectionChild-Count {
    position: absolute;
    top: 5%;
    right: 5%;
  }
  /* line 1745, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .childItem-AnimationSlider .animationslider-Container.childCount-2 {
    width: inherit;
  }
  /* line 1748, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .childItem-AnimationSlider .animationslider-Container.childCount-2 img {
    width: inherit;
  }
  /* line 1757, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .owl-carousel .animationslider-Container .itemImg {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  /* line 1762, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .owl-carousel .owl-nav,
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .owl-carousel .owl-dots {
    display: none;
  }
  /* line 1770, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon img {
    width: initial;
  }
  /* line 1774, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem {
    width: 100%;
  }
  /* line 1779, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .owl-carousel .owl-nav {
    display: none;
  }
  /* line 1783, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .owl-carousel .owl-dots {
    padding-top: 3%;
  }
  /* line 1792, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem .sectionChild-desc, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-desc {
    padding-right: 12%;
    padding-left: 12%;
  }
  /* line 1798, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem .sectionChild-imgContainer img, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-imgContainer img {
    width: 20%;
  }
  /* line 1806, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote img {
    width: initial;
  }
  /* line 1810, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem {
    position: relative;
    width: 100%;
  }
  /* line 1814, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-icon {
    display: none;
  }
  /* line 1818, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt {
    top: 50%;
    transform: translate(0, -50%);
  }
  /* line 1822, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-title {
    font-size: 170%;
  }
  /* line 1827, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-img {
    margin: 0 auto;
    position: relative;
    display: table;
    width: initial;
  }
  /* line 1833, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-img img {
    width: initial;
  }
  /* line 1842, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .owl-carousel .owl-nav {
    display: none;
  }
  /* line 1849, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem {
    padding-top: 5%;
  }
  /* line 1853, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-txt .sectionChild-desc {
    text-align: left;
  }
  /* line 1860, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-HtmlEditor {
    max-width: 100%;
  }
  /* line 1863, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-HtmlEditor .childContainer-HtmlEditor {
    max-width: 100%;
  }
  /* line 1866, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-HtmlEditor .childContainer-HtmlEditor .sectionChildItem {
    max-width: 100%;
  }
  /* line 1869, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-HtmlEditor .childContainer-HtmlEditor .sectionChildItem .htmleditor-Container {
    max-width: 100%;
  }
  /* line 1879, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContactUs {
    padding: 10% 0;
  }
  /* line 1882, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContactUs .topic {
    padding: 0 2%;
    margin-bottom: 7%;
    font-size: 150%;
  }
  /* line 1888, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContactUs .ContactUsLink {
    padding: 0.5% 5%;
    font-size: inherit;
  }
  /* line 1896, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #overLay {
    display: none;
    min-height: inherit;
  }
  /* line 1901, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsForm,
  .Rwd #ContactUsFormArea #ContactUsSuccess {
    margin: 0px;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 5%;
    min-height: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
  }
  /* line 1912, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsForm .FormTopic,
  .Rwd #ContactUsFormArea #ContactUsSuccess .FormTopic {
    padding-left: 5%;
    font-size: 135%;
  }
  /* line 1919, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsSuccess {
    padding-top: 20%;
    text-align: center;
  }
  /* line 1923, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsSuccess .FormTopic {
    padding-left: 0px;
    border-left: inherit;
  }
  /* line 1928, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsSuccess .BackButon {
    text-align: center;
  }
  /* line 1933, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsForm {
    height: inherit;
    /*.FormSubtitle {
        margin: 0;
        padding-bottom: 5%;
        font-size: 100%;
        line-height: 150%
    }*/
  }
  /* line 1936, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsForm textarea {
    width: 100%;
  }
  /* line 1947, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsForm .SendData {
    margin: 4% 0 8% 0;
  }
  /* line 1951, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsForm .SendData .ContactUsSubmit a.SubmitLink {
    padding: 3% 30%;
    margin-left: 3%;
  }
  /* line 1958, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsForm .FormBottomText {
    font-size: 85%;
    line-height: 150%;
    position: inherit;
    bottom: inherit;
  }
  /* line 1966, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsForm .FormName .HalfStyle {
    width: 100%;
    margin-right: inherit;
  }
}
@media screen and (max-width: 480px) {
  /* line 1978, ../../../sass/Areas/Solutions/SolutionContent.scss */
  #ContactUsHide,
  #ContactUsPopOut {
    margin: 5%;
    /*.PrivacyPolicy {
        text-align: left;
    }*/
  }
  /* line 1982, ../../../sass/Areas/Solutions/SolutionContent.scss */
  #ContactUsHide textarea,
  #ContactUsPopOut textarea {
    padding: 5%;
    line-height: 160%;
  }
  /* line 1987, ../../../sass/Areas/Solutions/SolutionContent.scss */
  #ContactUsHide .FormTopic,
  #ContactUsPopOut .FormTopic {
    margin-bottom: 10%;
  }
  /* line 1993, ../../../sass/Areas/Solutions/SolutionContent.scss */
  #ContactUsHide .SendData .ContactUsCancel,
  #ContactUsHide .SendData .ContactUsSubmit,
  #ContactUsPopOut .SendData .ContactUsCancel,
  #ContactUsPopOut .SendData .ContactUsSubmit {
    display: inline-block;
  }
  /* line 1998, ../../../sass/Areas/Solutions/SolutionContent.scss */
  #ContactUsHide .SendData .ContactUsCancel,
  #ContactUsPopOut .SendData .ContactUsCancel {
    text-align: center;
    width: 28%;
  }
  /* line 2003, ../../../sass/Areas/Solutions/SolutionContent.scss */
  #ContactUsHide .SendData .ContactUsSubmit,
  #ContactUsPopOut .SendData .ContactUsSubmit {
    width: 70%;
    margin-left: initial;
  }
  /* line 2007, ../../../sass/Areas/Solutions/SolutionContent.scss */
  #ContactUsHide .SendData .ContactUsSubmit a,
  #ContactUsPopOut .SendData .ContactUsSubmit a {
    display: inline-block;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  /* line 2024, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .colorBorder img {
    height: auto;
  }
  /* line 2033, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBox .navigationBarArea .navigation-Item .itemContainer .navigation-link {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 2048, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-PartnerIcon .sectionChildItem img {
    width: 60%;
  }
  /* line 2056, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-img {
    width: 80%;
  }
  /* line 2064, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-Count {
    margin-left: 80%;
  }
  /* line 2073, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-Count, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .sectionChildItem .sectionChild-Count {
    width: 15%;
  }
  /* line 2083, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem .sectionChild-imgContainer img, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-imgContainer img {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  /* line 2103, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote {
    margin: 0 5%;
  }
  /* line 2107, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-img {
    width: 90%;
  }
  /* line 2112, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-title {
    font-size: 130%;
    margin: 3% 0;
  }
  /* line 2117, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-desc {
    line-height: 160%;
    font-size: 15px !important;
  }
}
@media screen and (max-width: 375px) {
  /* line 2136, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Content-TopArea .topic .description {
    font-size: 95%;
  }
}
@media screen and (max-width: 320px) {
  /* line 2150, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsForm .FormTopic,
  .Rwd #ContactUsSuccess .FormTopic {
    font-size: 120%;
  }
  /* line 2157, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Content-TopArea .topic .title {
    font-size: 200%;
  }
  /* line 2161, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Content-TopArea .topic .description {
    font-size: 90%;
  }
  /* line 2174, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-title {
    font-size: 130%;
    margin: 3% 0;
  }
  /* line 2179, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-desc {
    font-size: 13px !important;
  }
}
