@charset "UTF-8";
/* line 5, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2");
}
/* line 19, ../../sass/base/_base.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 106, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/*@mixin base-font-style-non-class() {
	/*font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','微軟正黑體',Microsoft JhengHei,'微軟雅黑體',Microsoft YaHei,SimHei,Arial,Verdana,Helvetica,'sans-serif';*/
			    /*font-family: 'Arial',"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;

}
@mixin useGoogleFont(){
	&.google-font {	
		//font-family: 'Play', sans-serif;
		font-family: 'Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;

	}
}*/
/*Mobile font-size*/
/* line 6, ../../sass/base/_header.scss */
#player {
  position: fixed;
  z-index: 3;
  top: 10%;
  left: 16.5%;
}

/* line 13, ../../sass/base/_header.scss */
.MenuAutocomplete {
  max-height: inherit !important;
  background-color: #666 !important;
  color: #fff !important;
  line-height: 123% !important;
  border: initial !important;
  overflow-y: hidden !important;
}
/* line 22, ../../sass/base/_header.scss */
.MenuAutocomplete li div.ui-state-active {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

/* line 30, ../../sass/base/_header.scss */
.navbar {
  border: 1px solid transparent;
  margin-bottom: 20px;
  min-height: 50px;
  position: relative;
  z-index: 1000;
}
/* line 36, ../../sass/base/_header.scss */
.navbar .cnAd {
  display: table;
  position: absolute;
  right: 5%;
  font-size: 1.25em;
  font-weight: bold;
  top: 20px;
}
/* line 43, ../../sass/base/_header.scss */
.navbar .cnAd span {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.8em;
}
/* line 49, ../../sass/base/_header.scss */
.navbar-inverse {
  background-color: #222;
  background-color: #000000;
  border-color: #080808;
}
/* line 53, ../../sass/base/_header.scss */
.navbar-inverse .navbar-brand {
  color: #999;
}
/* line 57, ../../sass/base/_header.scss */
.navbar-fixed-top {
  /*position: relative;*/
  z-index: 1;
  right: 0;
  left: 0;
  border-width: 0;
  width: 100%;
  /*max-height: 54px;*/
}
/* line 68, ../../sass/base/_header.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
/* line 74, ../../sass/base/_header.scss */
.navbar-header {
  position: relative;
}
/* line 77, ../../sass/base/_header.scss */
.navbar-header .MobileSearch #mobile-search-close {
  display: none;
}
/* line 80, ../../sass/base/_header.scss */
.navbar-header .MobileSearch #mobile-search-open-img {
  display: none;
}
/* line 85, ../../sass/base/_header.scss */
.navbar-header .MobileMenu #mobile-menu-close {
  display: none;
}
/* line 88, ../../sass/base/_header.scss */
.navbar-header .MobileMenu #mobile-menu-open-img {
  display: none;
}
/* line 92, ../../sass/base/_header.scss */
.navbar-header button {
  display: none;
}
/* line 96, ../../sass/base/_header.scss */
.navbar-header > .content-logo, .navbar-header > .content-menu {
  float: left;
  display: inline-block;
}
/* line 101, ../../sass/base/_header.scss */
.navbar-header > .content-logo {
  /*height: 54px;*/
  margin-right: 5%;
  min-width: 150px;
  vertical-align: top;
  width: 12.5%;
}
/* line 107, ../../sass/base/_header.scss */
.navbar-header > .content-logo img {
  /*margin-top: -8px;*/
  display: block;
  width: 100%;
}
/* line 111, ../../sass/base/_header.scss */
.navbar-header > .content-logo img#center_logo {
  display: none;
}
/* line 116, ../../sass/base/_header.scss */
.navbar-header > .content-menu {
  list-style: none;
  font-size: 90%;
  /*margin-bottom: 13px;*/
  padding: 0;
  position: relative;
  vertical-align: bottom;
}
/* line 24, ../../sass/base/_font.scss */
.navbar-header > .content-menu.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 125, ../../sass/base/_header.scss */
.navbar-header > .content-menu li {
  cursor: pointer;
  display: table;
  margin: 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em;
  /*margin-top: 30px;*/
  float: left;
  position: relative;
}
/* line 135, ../../sass/base/_header.scss */
.navbar-header > .content-menu li.community-item-header {
  display: none;
}
/* line 138, ../../sass/base/_header.scss */
.navbar-header > .content-menu li > .active-mark {
  /*display: none;*/
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #ff9600;
  background: -webkit-linear-gradient(90deg, #ff9600, #ff7300);
  background: -o-linear-gradient(90deg, #ff9600, #ff7300);
  background: linear-gradient(90deg, #ff9600, #ff7300);
  bottom: 0;
  height: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  -webkit-transition: all 400ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 400ms ease 0ms;
}
/* line 152, ../../sass/base/_header.scss */
.navbar-header > .content-menu li.active > .active-mark {
  /*display: inline;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 156, ../../sass/base/_header.scss */
.navbar-header > .content-menu li a {
  display: table-row;
  height: 100%;
}
/* line 159, ../../sass/base/_header.scss */
.navbar-header > .content-menu li a span,
.navbar-header > .content-menu li a i {
  display: inline-block;
  vertical-align: middle;
}
/* line 166, ../../sass/base/_header.scss */
.navbar-header > .content-menu li a span.header_arrow {
  display: none;
}
/* line 169, ../../sass/base/_header.scss */
.navbar-header > .content-menu li a span.header_world {
  display: table-cell;
}
/* line 172, ../../sass/base/_header.scss */
.navbar-header > .content-menu li a span.header_world span.text {
  position: initial !important;
}
/* line 178, ../../sass/base/_header.scss */
.navbar-header > .content-menu li a:hover {
  text-decoration: none;
}
/* line 183, ../../sass/base/_header.scss */
.navbar-header > .content-menu a,
.navbar-header > .content-menu i {
  font-size: 1.25em;
  color: #FFFFFF;
  vertical-align: middle;
  border: none;
  outline: none;
}
/* line 192, ../../sass/base/_header.scss */
.navbar-header > .content-menu i {
  font-size: 1em;
  /*vertical-align: bottom;*/
}
/* line 196, ../../sass/base/_header.scss */
.navbar-header > .content-menu > .content-mainmenu-last {
  bottom: 0px;
  font-size: 0.8em;
  position: absolute;
  right: 0;
}
/* line 201, ../../sass/base/_header.scss */
.navbar-header > .content-menu > .content-mainmenu-last i {
  margin: auto 10px;
}
/* line 206, ../../sass/base/_header.scss */
.navbar-header > .content-other::before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
/* line 214, ../../sass/base/_header.scss */
.navbar-header > .content-other {
  float: right;
  right: 0;
  color: #FFFFFF;
  font-size: 0.9em;
  /*margin-bottom: 13px;
  bottom: 0;
  padding: 1.5% 0;
  position: absolute;
  right: 0;*/
}
/* line 219, ../../sass/base/_header.scss */
.navbar-header > .content-other img.search_icon, .navbar-header > .content-other img.buy_icon {
  display: none;
}
/* line 224, ../../sass/base/_header.scss */
.navbar-header > .content-other #buy_child_item {
  display: none;
}
/* line 227, ../../sass/base/_header.scss */
.navbar-header > .content-other .HeaderActivity {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
  margin-right: 5%;
  margin-left: 4%;
}
/* line 233, ../../sass/base/_header.scss */
.navbar-header > .content-other .HeaderActivity.oldver {
  display: none;
  margin-left: initial;
  margin-right: initial;
}
/* line 238, ../../sass/base/_header.scss */
.navbar-header > .content-other .HeaderActivity a {
  font-size: 1.25em;
  color: #0DFD44;
}
/* line 24, ../../sass/base/_font.scss */
.navbar-header > .content-other .HeaderActivity a.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 242, ../../sass/base/_header.scss */
.navbar-header > .content-other .HeaderActivity a:hover {
  color: #fff;
  text-shadow: 2px 1px 6px #0DFD44;
}
/* line 256, ../../sass/base/_header.scss */
.navbar-header > .content-other a {
  color: inherit;
}
/* line 24, ../../sass/base/_font.scss */
.navbar-header > .content-other a.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 260, ../../sass/base/_header.scss */
.navbar-header > .content-other i {
  font-size: 1.2em;
  vertical-align: middle;
}
/* line 263, ../../sass/base/_header.scss */
.navbar-header > .content-other i.full-search-btn {
  cursor: pointer;
}
/* line 267, ../../sass/base/_header.scss */
.navbar-header > .content-other form {
  vertical-align: middle;
  display: inline-block;
  -moz-transition: all 700ms ease 0ms;
  -o-transition: all 700ms ease 0ms;
  -webkit-transition: all 700ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 700ms ease 0ms;
}
/* line 271, ../../sass/base/_header.scss */
.navbar-header > .content-other form .submit_area {
  display: none;
}
/* line 273, ../../sass/base/_header.scss */
.navbar-header > .content-other form .submit_area img {
  opacity: 0;
  display: none;
}
/* line 278, ../../sass/base/_header.scss */
.navbar-header > .content-other form .search_new_item {
  display: none;
}
/* line 282, ../../sass/base/_header.scss */
.navbar-header > .content-other input[type=text] {
  background-color: #555;
  border: initial;
  color: inherit;
  outline: none;
  padding-left: 10px;
  width: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 700ms ease 0ms;
  -o-transition: all 700ms ease 0ms;
  -webkit-transition: all 700ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 700ms ease 0ms;
}
/* line 292, ../../sass/base/_header.scss */
.navbar-header > .content-other input[type=text].search-input-show {
  width: 150px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-position: 100%;
}
/* line 298, ../../sass/base/_header.scss */
.navbar-header > .content-other .ui-autocomplete-loading {
  background: url("/Images/ajax-loader-SerachHelper.gif") #555 no-repeat;
}
/* line 305, ../../sass/base/_header.scss */
.navbar > .navbar-header, .navbar > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
/* line 311, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] {
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
/* line 317, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > .menu-slide-background {
  position: absolute;
  width: 100%;
  background-color: #000000;
  left: 0;
  height: 100%;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  border-bottom: 1px solid #343434;
  border-top: 1px solid #343434;
}
/* line 329, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] .new_menu_slide_area > div[id^="new-menu-image-"] {
  display: none;
}
/* line 332, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] {
  display: none;
}
/* line 335, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-Body-"] {
  display: none;
}
/* line 339, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] {
  display: none;
}
/* line 342, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-Body-"] {
  display: none;
}
/* line 345, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"], .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] {
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 70%;
  z-index: 999;
}
/* line 353, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"].is2ItemStyle, .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"].is2ItemStyle {
  left: 13%;
}
/* line 360, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] .menu-title a, .navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] .menu-bodies a, .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] .menu-title a, .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] .menu-bodies a {
  color: inherit;
}
/* line 362, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] .menu-title a:hover, .navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] .menu-bodies a:hover, .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] .menu-title a:hover, .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] .menu-bodies a:hover {
  color: #FF6400;
  text-decoration: none;
}
/* line 368, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] .menu-title, .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] .menu-title {
  font-size: 1.3em;
  font-weight: bold;
}
/* line 374, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] .menu-bodies, .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] .menu-bodies {
  font-size: 0.95em;
  font-family: 'Arial',"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 378, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] .menu-allSeries, .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] .menu-allSeries {
  font-size: 0.65em;
}
/* line 380, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] .menu-allSeries a, .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] .menu-allSeries a {
  color: #999;
}
/* line 382, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] .menu-allSeries a:hover, .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] .menu-allSeries a:hover {
  color: #999;
}
/* line 388, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] > li, .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] > li {
  display: inline-block;
  vertical-align: top;
  width: 29%;
  margin: auto 2%;
  margin-bottom: 1%;
}
/* line 395, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] > li img, .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] > li img {
  width: 100%;
}
/* line 398, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] > li .menuBodyImg, .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] > li .menuBodyImg {
  float: left;
  width: 30%;
  margin: auto 2.5%;
}
/* line 403, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] > li .menuBodyTopic, .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] > li .menuBodyTopic {
  float: left;
  width: 60%;
  margin: auto 2.5%;
}
/* line 409, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] .is4ItemStyle, .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] .is4ItemStyle {
  width: 14%;
  margin-left: 0;
  margin-right: 0;
}
/* line 413, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] .is4ItemStyle .is4ItemStyle, .navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] .is4ItemStyle .is4ItemStyle {
  width: 100%;
}
/* line 420, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-is4ItemStyle"] li.is4ItemStyle:first-child {
  width: 22%;
  margin-left: 15%;
}
/* line 423, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-is4ItemStyle"] li.is4ItemStyle:first-child .is4ItemStyle {
  width: 60%;
}
/* line 426, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-is4ItemStyle"] li.is4ItemStyle:first-child .is4ItemStyle .menu-title a {
  color: #ff9900;
  font-size: 120%;
  margin-bottom: -1%;
}
/* line 434, ../../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-is4ItemStyle"] li.is4ItemStyle:first-child .menuBodyImg img {
  width: 120%;
  margin: 0 -45%;
  margin-top: -10%;
}
/* line 24, ../../sass/base/_font.scss */
.navbar .li-table-cell.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 447, ../../sass/base/_header.scss */
ul[id^="ui-id-"] {
  z-index: 1000;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 454, ../../sass/base/_header.scss */
#header-bar {
  min-width: 1007px;
}

/* line 459, ../../sass/base/_header.scss */
.Rwd #header-bar {
  min-width: 100%;
}

@media (min-width: 768px) {
  /* line 465, ../../sass/base/_header.scss */
  .navbar-toggle {
    display: none;
  }
}
/*RWD MENU*/
/* line 474, ../../sass/base/_header.scss */
.MobileSearch,
.MobileMenu,
.MobileMenuArea,
.MobileMenuSubArea,
#ChangeWebType,
.MobileHeaderActivity {
  display: none;
}

@media only screen and (max-width: 1400px) {
  /* line 485, ../../sass/base/_header.scss */
  #header-bar .cnAd {
    right: 4%;
    top: 15px;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  /* line 494, ../../sass/base/_header.scss */
  .navbar-header .content-logo {
    margin-right: 1%;
  }
  /* line 497, ../../sass/base/_header.scss */
  .navbar-header .content-menu li {
    margin: 0 7px;
  }
}
@media (min-width: 1101px) and (max-width: 1600px) {
  /* line 505, ../../sass/base/_header.scss */
  .navbar-header .content-menu li {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 960px) {
  /* line 515, ../../sass/base/_header.scss */
  .Rwd .HeaderActivity {
    display: none;
  }
  /* line 518, ../../sass/base/_header.scss */
  .Rwd #header-bar {
    z-index: 1001;
  }
  /* line 522, ../../sass/base/_header.scss */
  .Rwd .navbar .cnAd {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    top: 10px;
    text-align: center;
  }
  /* line 533, ../../sass/base/_header.scss */
  .Rwd .navbar-header .MobileMenu,
  .Rwd .navbar-header .MobileSearch,
  .Rwd .navbar-header .MobileHeaderActivity {
    font-size: 25px;
    height: 59px;
    display: inline-block;
    padding-top: 20px;
    float: right;
    margin-right: 1%;
    cursor: pointer;
  }
  /* line 544, ../../sass/base/_header.scss */
  .Rwd .navbar-header .MobileHeaderActivity {
    width: 24%;
    font-size: inherit;
  }
  /* line 547, ../../sass/base/_header.scss */
  .Rwd .navbar-header .MobileHeaderActivity a {
    color: #0DFD44;
    vertical-align: middle;
    font-size: 1em;
  }
  /* line 551, ../../sass/base/_header.scss */
  .Rwd .navbar-header .MobileHeaderActivity a:hover {
    color: #fff;
    text-shadow: 2px 1px 6px #0DFD44;
  }
  /* line 555, ../../sass/base/_header.scss */
  .Rwd .navbar-header .MobileHeaderActivity a img {
    width: 100%;
  }
  /* line 560, ../../sass/base/_header.scss */
  .Rwd .navbar-header .content-logo {
    margin-right: 1%;
    margin-left: inherit;
  }
  /* line 565, ../../sass/base/_header.scss */
  .Rwd #b2botherHead {
    display: none;
  }
  /* line 568, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #000;
    z-index: 1002;
    color: white;
    border-bottom: 2px solid #2c58c8;
    font-size: 130%;
  }
  /* line 24, ../../sass/base/_font.scss */
  .Rwd .MobileMenuArea .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 580, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea a {
    text-decoration: none;
    color: #ddd;
  }
  /* line 584, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .menu-title {
    margin: 0 30px;
    padding: 0 24px;
  }
  /* line 588, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .menu-title a i {
    float: right;
  }
  /* line 593, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu {
    width: 100%;
    margin: 0px auto;
  }
  /* line 596, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .space {
    display: inline-block;
    width: 15px;
  }
  /* line 600, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .content-menu-item {
    border-bottom: 1px solid #434343;
    padding: 10px 7.5% 10px;
  }
  /* line 603, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .content-menu-item a {
    text-decoration: none;
    color: #ddd;
  }
  /* line 606, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .content-menu-item a img {
    display: none;
  }
  /* line 610, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .content-menu-item.isComunity {
    display: none;
  }
  /* line 613, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .content-menu-item .container {
    max-width: 100%;
  }
  /* line 618, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .active a {
    color: #3399ff;
  }
  /* line 621, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .active .firstSub a {
    color: #ddd;
  }
  /* line 625, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .firstSub {
    display: none;
    font-size: 85%;
  }
  /* line 628, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .firstSub > ul[id^="menu-header-"], .Rwd .MobileMenuArea .Menu .firstSub > ul[id^="new-menu-header-"] {
    width: 100%;
  }
  /* line 633, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .firstSub .container li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 640, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .social-btn {
    display: inline-block;
    width: 33%;
    float: left;
    text-align: center;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 648, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .social-btn a {
    text-decoration: none;
    color: #888888;
  }
  /* line 651, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea .social-btn a img {
    display: none;
  }
  /* line 659, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar {
    border-bottom: inherit;
  }
  /* line 662, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .Menu .content-menu-item {
    border-bottom: inherit;
  }
  /* line 665, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .Menu .content-menu-item a i {
    display: none;
  }
  /* line 669, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .Menu .content-menu-item a span.down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8.5%;
    background: url(/Images/Menu/down-arrow.png) right top no-repeat;
    background-size: cover;
  }
  /* line 676, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .Menu .content-menu-item a span.down-arrow.rtl-down-arrow {
    left: 8.5%;
  }
  /* line 688, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .Menu .content-menu-item ul[id^="menu-header-"] li div.menu-title a span.arrow-menu-right {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8.5%;
    background: url(/Images/Menu/right-arrow.png) 50% 50% no-repeat;
    background-size: 70%;
  }
  /* line 695, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .Menu .content-menu-item ul[id^="menu-header-"] li div.menu-title a span.arrow-menu-right.rtl-arrow-left {
    background: url(/Images/Menu/left-arrow.png) 50% 50% no-repeat;
    background-size: 70%;
    left: 8.5%;
  }
  /* line 710, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .Menu .content-menu-item.active a span.down-arrow {
    background: url(/Images/Menu/up-arrow-blue.png) right top no-repeat;
    background-size: cover;
  }
  /* line 717, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .Menu .content-menu-item.isComunity {
    display: block;
  }
  /* line 720, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .Menu .content-menu-item:last-child {
    border-bottom: 1px solid #434343;
  }
  /* line 726, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .social-btn.social-btn-more {
    display: none;
  }
  /* line 730, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .social-btn a i {
    display: none;
  }
  /* line 733, ../../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .social-btn a img {
    display: inline-block;
    width: 36px;
  }
  /* line 741, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea {
    display: none;
    position: absolute;
    z-index: 1002;
    width: 100%;
    border-bottom: 2px solid #2c58c8;
    background-color: #000;
    font-size: 130%;
  }
  /* line 749, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .fa {
    position: absolute;
  }
  /* line 752, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo {
    display: none;
    border-bottom: 1px solid #434343;
  }
  /* line 24, ../../sass/base/_font.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo.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 756, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo li {
    width: 100%;
    margin: 0px auto;
    padding: 10px 2% 10px;
  }
  /* line 760, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo li.SubItem {
    font-size: 85%;
  }
  /* line 763, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo li span {
    margin: 0 30px;
  }
  /* line 765, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo li span.back-arrow {
    margin: 0;
  }
  /* line 24, ../../sass/base/_font.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo .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 773, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo .backBtn {
    cursor: pointer;
    color: #3399ff;
  }
  /* line 776, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo .backBtn .fa {
    top: 14px;
    left: 16px;
  }
  /* line 781, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo .SubTitle {
    color: #888888;
    border-bottom: 1px solid #434343;
  }
  /* line 786, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo .SubItem a {
    text-decoration: none;
    color: #ddd;
  }
  /* line 792, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .social-btn {
    display: inline-block;
    width: 33%;
    float: left;
    text-align: center;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 800, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .social-btn .fa {
    position: relative;
  }
  /* line 803, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .social-btn a {
    text-decoration: none;
    color: #888888;
  }
  /* line 806, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .social-btn a img {
    display: none;
  }
  /* line 810, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .social-btn.social-btn-more {
    display: none;
  }
  /* line 814, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea.new-mobile-header-bar {
    border-bottom: inherit;
  }
  /* line 817, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea.new-mobile-header-bar .social-btn img {
    display: inline-block;
    width: 36px;
  }
  /* line 821, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea.new-mobile-header-bar .social-btn i {
    display: none;
  }
  /* line 829, ../../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea #buy_child_item {
    display: none;
  }
  /* line 834, ../../sass/base/_header.scss */
  .Rwd .navbar-header .content-other {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
  }
  /* line 838, ../../sass/base/_header.scss */
  .Rwd .navbar-header .content-other.show-area {
    display: block !important;
  }
  /* line 841, ../../sass/base/_header.scss */
  .Rwd .navbar-header .content-other form {
    width: 87%;
    display: inline-block;
  }
  /* line 845, ../../sass/base/_header.scss */
  .Rwd .navbar-header .content-other input[type=text].search-input-show {
    width: 100%;
  }
  /* line 848, ../../sass/base/_header.scss */
  .Rwd .navbar-header .content-other a {
    display: none;
  }
  /* line 851, ../../sass/base/_header.scss */
  .Rwd .navbar-header .content-other .popularArea {
    font-size: 110%;
  }
  /* line 853, ../../sass/base/_header.scss */
  .Rwd .navbar-header .content-other .popularArea a {
    display: initial;
  }
  /* line 858, ../../sass/base/_header.scss */
  .Rwd .navbar-header .navbar-toggle {
    display: none;
  }
  /* line 864, ../../sass/base/_header.scss */
  .Rwd .navbar-header .content-menu,
  .Rwd .content-other {
    display: none;
  }
  /* line 871, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileHeaderActivity {
    display: none;
  }
  /* line 874, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo {
    width: 100%;
    text-align: center;
  }
  /* line 877, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo a {
    width: auto;
    display: inline-block;
  }
  /* line 880, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo a img {
    width: 180px;
    margin: 0px auto;
  }
  /* line 883, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo a img#original_logo {
    display: none;
  }
  /* line 886, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo a img#center_logo {
    display: block;
  }
  /* line 892, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  /* line 897, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu i {
    display: none;
  }
  /* line 901, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu img#mobile-menu-open-img {
    display: block;
    width: 32px;
  }
  /* line 907, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu.alreadyshow #mobile-menu-close {
    display: block;
    width: 32px;
  }
  /* line 911, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu.alreadyshow #mobile-menu-open {
    display: none;
  }
  /* line 915, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu.alreadyshow img#mobile-menu-open-img {
    display: none;
  }
  /* line 921, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileSearch {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  /* line 926, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileSearch i {
    display: none;
  }
  /* line 930, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileSearch img#mobile-search-open-img {
    display: block;
    width: 32px;
  }
  /* line 936, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileSearch.alreadyshow #mobile-search-close {
    display: block;
    width: 32px;
  }
  /* line 940, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileSearch.alreadyshow #mobile-search-open {
    display: none;
    width: 32px;
  }
  /* line 945, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileSearch.alreadyshow img#mobile-search-open-img {
    display: none;
  }
  /* line 954, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .content-other #Top-Menu-Search {
    position: inherit;
    display: block;
    width: 100%;
    top: inherit;
    right: inherit;
    position: absolute;
    width: 100%;
    left: 0%;
  }
  /* line 963, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .content-other #Top-Menu-Search .submit_area {
    top: 25px;
    width: 30px;
    height: 30px;
    background-color: #000;
  }
  /* line 970, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .content-other #Top-Menu-Search div.support-item {
    margin-top: 30px;
  }
  /* line 974, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .content-other #Top-Menu-Search .show-area {
    padding-bottom: 0;
  }
  /* line 979, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .content-other img.search_icon {
    display: none !important;
  }
  /* line 991, ../../sass/base/_header.scss */
  .Rwd .new-mobile-header-bar ul[id^="for-Mobilemenu-sub-"] li.backBtn i {
    display: none;
  }
  /* line 996, ../../sass/base/_header.scss */
  .Rwd .new-mobile-header-bar ul[id^="for-Mobilemenu-sub-"] li.backBtn span.back-arrow {
    width: 18px;
    height: 18px;
    background: url(/Images/Menu/left-arrow-blue.png) right top no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 13px;
  }
  /* line 1004, ../../sass/base/_header.scss */
  .Rwd .new-mobile-header-bar ul[id^="for-Mobilemenu-sub-"] li.backBtn span.back-arrow.trl-back-arrow {
    background: url(/Images/Menu/right-arrow-blue.png) right top no-repeat;
    background-size: cover;
    right: 0;
  }
}
@media (min-width: 961px) and (max-width: 1920px) {
  /* line 1020, ../../sass/base/_header.scss */
  .navbar-header > .content-other input[type=text].search-input-show {
    width: 95px;
  }

  /* line 1025, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header > .content-other input[type=text].search-input-show {
    width: 205px;
    left: 25px;
    position: absolute;
    -moz-transition: all 0ms ease 0ms;
    -o-transition: all 0ms ease 0ms;
    -webkit-transition: all 0ms ease;
    -webkit-transition-delay: 0ms;
    transition: all 0ms ease 0ms;
  }
}
@media (min-width: 800px) and (max-width: 959px) {
  /* line 1040, ../../sass/base/_header.scss */
  .RWD .MobileHeaderActivity {
    float: inherit;
  }
}
/* line 1049, ../../sass/base/_header.scss */
#header-bar.new-header-bar {
  background-color: #0C0C0C;
}
/* line 1053, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu {
  width: 80%;
}
/* line 1055, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu a {
  color: #999999;
}
/* line 1057, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu a span,
#header-bar.new-header-bar .navbar-header > .content-menu a i {
  color: #999999;
}
/* line 1061, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu a i {
  display: none;
}
/* line 1065, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu a span.header_arrow {
  display: inline-block;
}
/* line 1068, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu a span.header_arrow img {
  width: 15px;
  vertical-align: middle;
  margin-top: -5px;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 1077, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu a span.text:hover {
  color: #fff;
}
/* line 1080, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu a span.text:hover .header_arrow img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1107, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu > li.content-menu-item {
  cursor: default;
  min-width: 10%;
  margin-top: 1px;
}
/* line 1112, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu > li.content-menu-item:first-child {
  margin-left: 0px;
}
/* line 1115, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu > li.content-menu-item a {
  cursor: default;
}
/* line 1120, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu > li.content-menu-item a span.header_world span.text {
  font-size: 95%;
  cursor: pointer;
  width: 100%;
}
/* line 1136, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu > li.content-menu-item.text_chinese a span.header_world span.text {
  font-size: 110%;
}
/* line 1145, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu > li.content-menu-item.active a {
  color: #fff;
}
/* line 1150, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu > li.content-menu-item.active a > span.header_world > span.text {
  color: #fff;
}
/* line 1153, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu > li.content-menu-item.active a > span.header_world > span.text .header_arrow img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1164, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu > li.community-item-header {
  display: table;
}
/* line 1169, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu .active-mark {
  display: none;
}
/* line 1175, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other {
  position: absolute;
  right: 0;
}
/* line 1180, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other .HeaderActivity {
  display: none;
  margin-top: 10px;
}
/* line 1183, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other .HeaderActivity a {
  display: initial;
}
/* line 1187, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other #buy_child_item {
  display: none;
  position: absolute;
  white-space: nowrap;
  padding: 25px;
  border: 1px solid #343434;
  background-color: #000;
  top: 100%;
  right: 0%;
  width: 285px;
}
/* line 1197, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other #buy_child_item.show_child_buy {
  display: block;
}
/* line 1200, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other #buy_child_item .child-item {
  line-height: 2em;
  font-size: 1.25em;
}
/* line 1204, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other #buy_child_item .child-item a {
  color: #999999;
}
/* line 1206, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other #buy_child_item .child-item a:hover {
  color: #fff;
}
/* line 1211, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other #buy_child_item .child-item span.word {
  vertical-align: top;
  padding-left: 8px;
}
/* line 1215, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other #buy_child_item .child-item span.word a {
  font-size: 1.25em;
  color: #999999;
}
/* line 1218, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other #buy_child_item .child-item span.word a:hover {
  color: #fff;
}
/* line 1223, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other #buy_child_item .child-item span.img {
  vertical-align: top;
}
/* line 1226, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other #buy_child_item .child-item span.img img {
  width: 66px;
}
/* line 1234, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other img.search_icon, #header-bar.new-header-bar .navbar-header .content-other img.buy_icon {
  display: inline-block;
  width: 24px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
}
/* line 1243, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other i {
  display: none;
}
/* line 1246, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form {
  position: absolute;
  display: none;
  top: 100%;
  width: 285px;
  right: 0%;
  padding: 25px;
  border: 1px solid #343434;
  background-color: #000;
  -moz-transition: all 0ms ease 0ms;
  -o-transition: all 0ms ease 0ms;
  -webkit-transition: all 0ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 0ms ease 0ms;
}
/* line 1255, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form .popularArea {
  font-size: 80%;
  margin-top: 20px;
}
/* line 1259, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form .popularArea div.title {
  font-size: 150%;
  color: #3399ff;
  font-weight: bold;
}
/* line 1270, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form input[type=text] {
  background: #fff;
  color: #000;
  padding-right: 30px;
}
/* line 1276, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form input[type=text].search-input-show {
  width: 100%;
  position: relative;
  left: 0;
}
/* line 1283, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form input.search-input-img-show {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 60px;
  margin: 0;
  z-index: 10;
  padding: 20px 65px 20px 20px;
  color: #2c3e50;
  background-color: #fff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 1301, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form .search_new_item {
  display: block;
  font-size: 1.25em;
  color: #999999;
}
/* line 24, ../../sass/base/_font.scss */
#header-bar.new-header-bar .navbar-header .content-other form .search_new_item.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 1306, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form .search_new_item a {
  display: block;
}
/* line 1308, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form .search_new_item a:hover {
  color: #fff;
}
/* line 1312, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form .search_new_item.title {
  margin-top: 50px;
  color: #AAAAAA;
  display: none;
}
/* line 1317, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form .search_new_item.support-item {
  margin-top: 25px;
  line-height: 2em;
}
/* line 1321, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form .search_new_item.buy-item {
  line-height: 2em;
}
/* line 1325, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form .submit_area {
  position: absolute;
  display: block;
  right: 22px;
  z-index: 998;
  top: 25px;
  width: 30px;
  background-color: #000;
  height: 30px;
}
/* line 1334, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form .submit_area img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  display: block;
}
/* line 1338, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form .submit_area .search-input-img-show,
#header-bar.new-header-bar .navbar-header .content-other form .submit_area .sb-search-submit {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #eee;
}
/* line 1353, ../../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form .submit_area .sb-search-submit {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 1363, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .menu-slide-background {
  background: #000 url(//static.gigabyte.com/Images/Menu/menu-bg.jpg) right top no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 700ms ease 0ms;
  -o-transition: all 700ms ease 0ms;
  -webkit-transition: all 700ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 700ms ease 0ms;
}
/* line 1374, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] {
  display: none;
}
/* line 1377, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area {
  position: relative;
  width: 56%;
  margin-left: 24.5%;
}
/* line 1381, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > div[id^="new-menu-image-"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: none;
}
/* line 1384, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > div[id^="new-menu-image-"].show_image {
  display: inline-block;
  vertical-align: top;
  z-index: 9999;
  position: relative;
  padding: 2% 80px 2% 80px;
  max-width: 480px;
  border-right: 1px solid #343434;
  border-left: 1px solid #343434;
  height: 450px;
  max-width: 480px;
  width: 49%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s;
}
/* line 1410, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > div[id^="new-menu-image-"].show_image a > div.img {
  width: 100%;
  height: 265px;
  position: relative;
}
/* line 1414, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > div[id^="new-menu-image-"].show_image a > div.img img {
  max-width: 290px;
  max-height: 265px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 1425, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > div[id^="new-menu-image-"].show_image a > div.model_name {
  text-align: center;
  color: #3399ff;
  font-size: 120%;
  height: 25px;
  max-width: 100%;
}
/* line 1432, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > div[id^="new-menu-image-"].show_image a > div.model_seo {
  text-align: center;
  font-size: 70%;
  line-height: 1.5em;
  color: #fff;
  height: 110px;
  max-width: 100%;
  overflow: hidden;
  /*hide more text*/
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
}
/* line 1449, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > div[id^="new-menu-image-"].show_image.aorus {
  padding: 1% 0px 1% 0px;
  position: relative;
}
/* line 1454, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > div[id^="new-menu-image-"].show_image.aorus a > div.img {
  width: 450px;
  height: inherit;
  margin: 0% 9.5%;
  position: inherit;
}
/* line 1459, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > div[id^="new-menu-image-"].show_image.aorus a > div.img img {
  width: 80%;
  max-width: inherit;
  max-height: inherit;
  bottom: initial;
}
/* line 1471, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] {
  display: block;
  float: left;
  -moz-transition: all 700ms ease 0ms;
  -o-transition: all 700ms ease 0ms;
  -webkit-transition: all 700ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 700ms ease 0ms;
  width: auto;
  margin-top: inherit;
  border-left: 1px solid #343434;
  border-right: 1px solid #343434;
  max-width: 235px;
  width: 25%;
  position: inherit;
  z-index: 10000;
}
/* line 1489, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"].isComunity {
  width: 100%;
  padding-right: 0;
  border-right: 1px solid #343434;
  padding-bottom: 2%;
  min-height: inherit;
  font-size: 1.25em;
  max-width: 100%;
}
/* line 1497, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"].isComunity li {
  display: block;
  width: 100%;
  margin: 0;
}
/* line 1501, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"].isComunity li.title {
  font-size: 95%;
  margin: 1% 2%;
}
/* line 24, ../../sass/base/_font.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"].isComunity li.title.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 1506, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"].isComunity li.more {
  margin-top: 5px;
}
/* line 24, ../../sass/base/_font.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"].isComunity li.more.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 1510, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"].isComunity li.more a {
  color: #fff;
}
/* line 1513, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"].isComunity li.more a span.btn-more {
  padding: 5px 29px;
  margin-right: 5%;
  float: right;
  background-color: #3399ff;
  color: #fff;
  font-size: 95%;
}
/* line 1524, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"].isComunity li.img {
  text-align: center;
}
/* line 1527, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"].isComunity li.img img {
  width: 90%;
}
/* line 1533, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle {
  display: table;
  width: 100%;
  white-space: inherit;
  margin: 20px 0;
  line-height: 250%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 1541, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle.animate_slide {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1546, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle:hover {
  background-color: #3c3c3c;
  -moz-transition: all 700ms ease 0ms;
  -o-transition: all 700ms ease 0ms;
  -webkit-transition: all 700ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 700ms ease 0ms;
}
/* line 24, ../../sass/base/_font.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 31, ../../sass/base/_font.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle.text_chinese.google-font {
  font-family: 'Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 1557, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle a {
  display: table-row;
}
/* line 1559, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle a > span {
  display: table-cell;
  vertical-align: middle;
}
/* line 1562, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle a > span.title_name {
  font-size: 95%;
  width: 90%;
  padding-left: 22px;
}
/* line 1567, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle a > span.title_arrow {
  width: 10%;
}
/* line 1572, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle a,
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle i {
  color: #999999;
  font-size: 1.25em;
  word-break: keep-all;
}
/* line 1577, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle a:hover,
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle i:hover {
  color: #fff;
}
/* line 1581, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle a img.menu_arrow,
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle i img.menu_arrow {
  width: 20px;
  vertical-align: middle;
  display: none;
}
/* line 1590, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle.Current {
  background-color: #3c3c3c;
  -moz-transition: all 200ms ease 0ms;
  -o-transition: all 200ms ease 0ms;
  -webkit-transition: all 200ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 200ms ease 0ms;
}
/* line 1596, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle.Current a,
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle.Current i {
  color: #fff;
}
/* line 1601, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle.Current img.menu_arrow {
  display: none;
}
/* line 1607, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] > li.MenuTitle i {
  position: absolute;
  right: 24px;
  margin-top: 6px;
}
/* line 1615, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] ul[id^="new-menu-Body-"] {
  z-index: 9999;
  position: relative;
  vertical-align: top;
  padding-top: 0.3em;
  display: none;
  max-width: 320px;
  width: 25%;
}
/* line 1627, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] ul[id^="new-menu-Body-"] > .menuBody-item {
  display: block;
  width: 100%;
  margin: 20px 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 1.25em;
}
/* line 24, ../../sass/base/_font.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] ul[id^="new-menu-Body-"] > .menuBody-item.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 31, ../../sass/base/_font.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] ul[id^="new-menu-Body-"] > .menuBody-item.text_chinese.google-font {
  font-family: 'Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 1640, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] ul[id^="new-menu-Body-"] > .menuBody-item a {
  display: block;
  word-break: keep-all;
  padding-left: 16px;
  width: 100%;
}
/* line 1647, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] ul[id^="new-menu-Body-"] > .menuBody-item a,
#header-bar.new-header-bar > div[id^="for-menu-header-"] ul[id^="new-menu-Body-"] > .menuBody-item i {
  color: #fff;
  font-size: 95%;
}
/* line 1655, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] ul[id^="new-menu-Body-"].showbody > .menuBody-item.animate_slide {
  animation: fadeInRight .3s ease forwards;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1662, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"].noBodyMenu {
  width: initial;
}
/* line 1664, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"].noBodyMenu .menu-slide-background {
  background: initial;
  background-color: #000;
}
/* line 1668, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"].noBodyMenu .new_menu_slide_area {
  width: 100%;
  margin-left: initial;
}
/* line 1671, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"].noBodyMenu .new_menu_slide_area ul[id^="new-menu-header-"] {
  width: 100%;
}
/* line 1674, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"].noBodyMenu .new_menu_slide_area ul[id^="new-menu-header-"] li.MenuTitle {
  min-width: 210px;
}
/* line 1678, ../../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"].noBodyMenu .new_menu_slide_area ul[id^="new-menu-header-"] li.MenuTitle a span.title_name {
  padding-left: 15px;
}

@media (max-width: 1450px) {
  /* line 1698, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .content-logo {
    margin-right: 2%;
  }
  /* line 1711, ../../sass/base/_header.scss */
  #header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area {
    margin-left: 23.5%;
  }
  /* line 1716, ../../sass/base/_header.scss */
  #header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area ul[id^="new-menu-header-"] li.MenuTitle {
    margin: 10px 0;
    line-height: inherit;
  }
  /* line 1721, ../../sass/base/_header.scss */
  #header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area ul[id^="new-menu-header-"] li.MenuTitle a span.title_name {
    font-size: 90%;
  }
  /* line 1731, ../../sass/base/_header.scss */
  #header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area ul[id^="new-menu-Body-"] li.menuBody-item {
    margin: 10px 0;
    line-height: inherit;
  }
  /* line 1734, ../../sass/base/_header.scss */
  #header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area ul[id^="new-menu-Body-"] li.menuBody-item a {
    font-size: 90%;
  }
  /* line 1741, ../../sass/base/_header.scss */
  #header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area div[id^="new-menu-image-"].show_image {
    max-width: 370px;
    padding: 0;
    max-height: 370px;
  }
  /* line 1748, ../../sass/base/_header.scss */
  #header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area div[id^="new-menu-image-"].show_image a div.model_name {
    width: 80%;
    margin: 0px auto;
  }
  /* line 1752, ../../sass/base/_header.scss */
  #header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area div[id^="new-menu-image-"].show_image a div.model_seo {
    width: 80%;
    margin: 0px auto;
    height: 70px;
    /*hide more text*/
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  /* line 1776, ../../sass/base/_header.scss */
  #header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area {
    margin-left: 20%;
    width: 68%;
  }
}
@media (max-width: 1400px) and (min-width: 1211px) {
  /* line 1789, ../../sass/base/_header.scss */
  #header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area {
    margin-left: 17%;
    width: 70%;
  }
}
@media (min-width: 961px) and (max-width: 1210px) {
  /* line 1803, ../../sass/base/_header.scss */
  #header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area {
    margin-left: 15%;
    width: 67%;
  }
}
@media (max-width: 1635px) {
  /* line 1819, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .content-menu li.content-menu-item {
    min-width: initial;
    margin-left: 20px;
  }
  /* line 1822, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .content-menu li.content-menu-item.text_chinese {
    min-width: 10%;
  }
  /* line 1830, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .new_menu_slide_area ul[id^="new-menu-Body-"] {
    width: 270px;
    padding-top: 0;
    min-height: 220px;
  }
  /* line 1837, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .new_menu_slide_area ul[id^="new-menu-Body-"].showbody li.menuBody-item.animate_slide {
    animation: fadeInRightSmallSize .3s ease forwards;
  }
  /* line 1844, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .new_menu_slide_area ul[id^="new-menu-Body-"] li.menuBody-item {
    margin: 10px 0;
  }
  /* line 1846, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .new_menu_slide_area ul[id^="new-menu-Body-"] li.menuBody-item.animate_slide {
    animation: fadeInRightSmallSize .3s ease forwards;
  }
  /* line 1849, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .new_menu_slide_area ul[id^="new-menu-Body-"] li.menuBody-item a {
    font-size: 90%;
  }
  /* line 1857, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .new_menu_slide_area > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] {
    margin-left: 22%;
    width: 210px;
    min-height: 220px;
  }
  /* line 1861, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .new_menu_slide_area > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"].isComunity {
    width: 60%;
    margin: 0px 23%;
  }
  /* line 1866, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .new_menu_slide_area > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] li.MenuTitle {
    margin: 10px 0;
    line-height: 190%;
  }
  /* line 1871, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .new_menu_slide_area > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] li.MenuTitle a span.title_name {
    font-size: 90%;
  }
  /* line 1880, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .new_menu_slide_area > div[id^="for-menu-header-"] > div[id^="new-menu-image-"].show_image {
    padding: 5px;
    max-width: 310px;
    width: 310px;
    height: 370px;
  }
  /* line 1887, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .new_menu_slide_area > div[id^="for-menu-header-"] > div[id^="new-menu-image-"].show_image a > div.img {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    height: 200px;
  }
  /* line 1892, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .new_menu_slide_area > div[id^="for-menu-header-"] > div[id^="new-menu-image-"].show_image a > div.img img {
    max-width: 250px;
    max-height: 200px;
  }
  /* line 1897, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .new_menu_slide_area > div[id^="for-menu-header-"] > div[id^="new-menu-image-"].show_image a > div.model_name {
    max-width: 80%;
    margin: 0px auto;
  }
  /* line 1901, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .new_menu_slide_area > div[id^="for-menu-header-"] > div[id^="new-menu-image-"].show_image a > div.model_seo {
    max-width: 80%;
    margin: 0px auto;
  }
  /* line 1910, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .new_menu_slide_area > div[id^="for-menu-header-"] > div[id^="new-menu-image-"].show_image.aorus a > div.img {
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
  }
  /* line 1914, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .new_menu_slide_area > div[id^="for-menu-header-"] > div[id^="new-menu-image-"].show_image.aorus a > div.img img {
    max-width: 250px;
    max-height: 250px;
  }
}
@media (max-width: 1210px) {
  /* line 1936, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .content-logo {
    margin-right: 0%;
  }
  /* line 1939, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .content-menu {
    width: 78%;
  }
  /* line 1942, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .content-menu li.content-menu-item {
    margin-left: 20px;
  }
  /* line 1951, ../../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .content-menu li.content-menu-item a span.header_world span.text span.header_arrow img {
    width: 10px;
    margin-top: -3px;
  }
  /* line 1970, ../../sass/base/_header.scss */
  #header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] {
    max-width: 235px;
    width: 50%;
  }
  /* line 1974, ../../sass/base/_header.scss */
  #header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"].isComunity {
    width: 90%;
  }
  /* line 1978, ../../sass/base/_header.scss */
  #header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-Body-"] {
    width: 50%;
  }
  /* line 1982, ../../sass/base/_header.scss */
  #header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area > div[id^="new-menu-image-"].show_image {
    display: none;
    height: 0 !important;
  }
}
@media (max-width: 961px) {
  /* line 1999, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other {
    padding: 0;
  }
  /* line 2001, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other #Top-Menu-Search {
    -moz-transition: all 0ms ease 0ms;
    -o-transition: all 0ms ease 0ms;
    -webkit-transition: all 0ms ease;
    -webkit-transition-delay: 0ms;
    transition: all 0ms ease 0ms;
  }
  /* line 2006, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other #Top-Menu-Search #full-search-keyword {
    -moz-transition: all 0ms ease 0ms;
    -o-transition: all 0ms ease 0ms;
    -webkit-transition: all 0ms ease;
    -webkit-transition-delay: 0ms;
    transition: all 0ms ease 0ms;
    left: 0;
  }
  /* line 2014, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other.show-area {
    position: relative;
    top: 100%;
    width: 100%;
    left: 0%;
    height: 125px !important;
  }
  /* line 2021, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other.show-area #Top-Menu-Search {
    border: initial;
    top: 0;
  }
  /* line 2029, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other #Top-Menu-Search {
    padding: 0;
  }
  /* line 2031, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other #Top-Menu-Search #full-search-keyword {
    width: 100%;
    padding-right: 30px;
  }
  /* line 2036, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other #Top-Menu-Search .submit_area {
    top: 0;
    right: 0;
  }
  /* line 2041, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other #Top-Menu-Search div.search_new_item {
    margin-left: 5%;
  }
  /* line 2047, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo {
    margin-right: 0;
  }
}
@media (max-width: 321px) {
  /* line 2068, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu img#mobile-menu-open-img {
    width: 28px;
  }
  /* line 2071, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu img#mobile-menu-close {
    width: 28px;
  }
  /* line 2078, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileSearch img#mobile-search-open-img {
    width: 28px;
  }
  /* line 2081, ../../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileSearch img#mobile-search-close {
    width: 28px;
  }
}
@media (min-width: 361px) and (max-width: 960px) {
  /* line 2096, ../../sass/base/_header.scss */
  .Rwd .navbar-header .MobileHeaderActivity {
    width: 32%;
  }
}
@media (max-width: 361px) {
  /* line 2106, ../../sass/base/_header.scss */
  .Rwd .navbar-header .MobileHeaderActivity {
    width: 30%;
    font-size: 0.8em;
  }
  /* line 2110, ../../sass/base/_header.scss */
  .Rwd .navbar-header .MobileSearch,
  .Rwd .navbar-header .MobileMenu {
    font-size: 14px;
  }
}
@media (min-width: 640px) and (max-width: 960px) {
  /* line 2124, ../../sass/base/_header.scss */
  .Rwd .navbar-header .MobileHeaderActivity a img {
    width: 75%;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    margin-left: 50%;
  }
  to {
    margin-left: 0%;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeInRight {
  from {
    margin-left: 50%;
  }
  to {
    margin-left: 0%;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeInRight {
  from {
    margin-left: 50%;
  }
  to {
    margin-left: 0%;
  }
}
/* Internet Explorer */
@-ms-keyframes fadeInRight {
  from {
    margin-left: 50%;
  }
  to {
    margin-left: 0%;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadeInRight {
  from {
    margin-left: 50%;
  }
  to {
    margin-left: 0%;
  }
}
@keyframes fadeInRightSmallSize {
  from {
    margin-left: 30px;
  }
  to {
    margin-left: 0%;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeInRightSmallSize {
  from {
    margin-left: 30px;
  }
  to {
    margin-left: 0%;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeInRightSmallSize {
  from {
    margin-left: 30px;
  }
  to {
    margin-left: 0%;
  }
}
/* Internet Explorer */
@-ms-keyframes fadeInRightSmallSize {
  from {
    margin-left: 30px;
  }
  to {
    margin-left: 0%;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadeInRightSmallSize {
  from {
    margin-left: 30px;
  }
  to {
    margin-left: 0%;
  }
}
/* line 3, ../../sass/base/_footer.scss */
footer {
  background-color: #000000;
  font-size: 0.9em;
  bottom: 0;
  color: #999999;
    /*margin:{
		bottom: 2em;
	}*/
  width: 100%;
  min-width: 1007px;
  z-index: 999;
}
/* line 15, ../../sass/base/_footer.scss */
footer .container {
  margin: 0 auto;
  width: 80%;
  padding-bottom: 2em;
}
/* line 20, ../../sass/base/_footer.scss */
footer a {
  color: #999999;
}
/* line 22, ../../sass/base/_footer.scss */
footer a:hover {
  color: #FFFFFF;
}
/* line 26, ../../sass/base/_footer.scss */
footer .sns-slider {
  display: none;
}

/* line 31, ../../sass/base/_footer.scss */
.footer-top {
  margin-top: 1.5em;
}
/* line 33, ../../sass/base/_footer.scss */
.footer-top .local_customer {
  font-size: 120%;
}
/* line 36, ../../sass/base/_footer.scss */
.footer-top .footer-info {
  display: inline-block;
  margin: auto 2em;
  vertical-align: top;
}
/* line 40, ../../sass/base/_footer.scss */
.footer-top .footer-info.first-div {
  margin-left: 0;
}
/* line 43, ../../sass/base/_footer.scss */
.footer-top .footer-info-first {
  font-size: 1.1em;
  font-weight: bold;
}
/* line 49, ../../sass/base/_footer.scss */
.footer-top .footer-info-area {
  display: inline-block;
}
/* line 53, ../../sass/base/_footer.scss */
.footer-top .footer-sns {
  float: right;
  margin-right: 2%;
}
/* line 56, ../../sass/base/_footer.scss */
.footer-top .footer-sns .social-btn {
  -moz-border-radius: 99em;
  -webkit-border-radius: 99em;
  border-radius: 99em;
  background-color: #333333;
  width: 30px;
  height: 30px;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.5em;
  display: inline-block;
  margin: 5px;
}
/* line 66, ../../sass/base/_footer.scss */
.footer-top .footer-sns .social-btn .material-icons {
  font-size: 1.4em;
  vertical-align: top;
}
/* line 70, ../../sass/base/_footer.scss */
.footer-top .footer-sns .social-btn img {
  width: 90%;
  opacity: 0.7;
  margin-top: 3%;
}
/* line 77, ../../sass/base/_footer.scss */
.footer-top .footer-sns .social-btn a:hover img {
  opacity: inherit;
}
/* line 81, ../../sass/base/_footer.scss */
.footer-top .footer-sns .social-btn-more {
  display: none;
}
/* line 24, ../../sass/base/_font.scss */
.footer-top.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 88, ../../sass/base/_footer.scss */
.footer-top .old {
  font-family: 'Arial',"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}

/* line 93, ../../sass/base/_footer.scss */
.footer-cn {
  padding-right: 2.5em;
}

/* line 97, ../../sass/base/_footer.scss */
.footer-bottom {
  margin: 0em 2em auto 2em;
}
/* line 99, ../../sass/base/_footer.scss */
.footer-bottom div {
  display: inline-block;
}
/* line 102, ../../sass/base/_footer.scss */
.footer-bottom .language {
  font-weight: bold;
}
/* line 104, ../../sass/base/_footer.scss */
.footer-bottom .language img {
  display: none;
}
/* line 111, ../../sass/base/_footer.scss */
.footer-bottom .language a:hover {
  color: #FFFFFF;
}
/* line 116, ../../sass/base/_footer.scss */
.footer-bottom .footer-cn {
  display: none;
}
/* line 119, ../../sass/base/_footer.scss */
.footer-bottom .copy-right {
  color: #707070;
  float: right;
  font-size: 100%;
}
/* line 123, ../../sass/base/_footer.scss */
.footer-bottom .copy-right span {
  margin: auto 0.2em;
}
/* line 125, ../../sass/base/_footer.scss */
.footer-bottom .copy-right span a {
  text-decoration: underline;
}
/* line 128, ../../sass/base/_footer.scss */
.footer-bottom .copy-right span a:hover {
  color: #FFFFFF;
}

/* line 137, ../../sass/base/_footer.scss */
.Rwd footer {
  min-width: 100%;
}

/* line 143, ../../sass/base/_footer.scss */
#policy-div {
  width: 100%;
  background-color: #333333;
  bottom: 0px;
  position: fixed;
  z-index: 9999;
  display: none;
}
/* line 150, ../../sass/base/_footer.scss */
#policy-div > div {
  width: 80%;
  max-width: 1351px;
  margin: 0px auto;
  padding: 20px 0 10px 0;
  position: relative;
}
/* line 156, ../../sass/base/_footer.scss */
#policy-div > div #policy-close {
  position: absolute;
  right: 0;
  cursor: pointer;
}
/* line 160, ../../sass/base/_footer.scss */
#policy-div > div #policy-close > img {
  width: 70%;
}
/* line 164, ../../sass/base/_footer.scss */
#policy-div > div span {
  color: #FFF;
}
/* line 167, ../../sass/base/_footer.scss */
#policy-div > div a {
  color: #FFF;
  text-decoration: underline;
}

@media (max-width: 770px) {
  /* line 175, ../../sass/base/_footer.scss */
  #policy-close {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
  }
  /* line 180, ../../sass/base/_footer.scss */
  #policy-close > img {
    width: 70%;
  }
}
@media only screen and (max-width: 960px) {
  /* line 191, ../../sass/base/_footer.scss */
  .Rwd footer {
    min-width: 100%;
    margin-top: 0px !important;
  }
  /* line 196, ../../sass/base/_footer.scss */
  .Rwd footer .footer-info-first a {
    color: #3399ff;
  }
  /* line 200, ../../sass/base/_footer.scss */
  .Rwd footer .footer-cn-PC {
    display: none;
  }
  /* line 203, ../../sass/base/_footer.scss */
  .Rwd footer .footer-top {
    text-align: center;
  }
  /* line 205, ../../sass/base/_footer.scss */
  .Rwd footer .footer-top .footer-info {
    width: 48%;
    margin: 0px 0px;
    padding-bottom: 20px;
  }
  /* line 209, ../../sass/base/_footer.scss */
  .Rwd footer .footer-top .footer-info .footer-info-other {
    display: none;
  }
  /* line 216, ../../sass/base/_footer.scss */
  .Rwd footer .footer-top .local_customer {
    display: none;
  }
  /* line 219, ../../sass/base/_footer.scss */
  .Rwd footer .footer-top .footer-sns {
    display: none;
  }
  /* line 223, ../../sass/base/_footer.scss */
  .Rwd footer .footer-bottom {
    margin: 0px 0px;
    text-align: center;
  }
  /* line 226, ../../sass/base/_footer.scss */
  .Rwd footer .footer-bottom #ChangeWebType {
    float: right;
    display: none;
  }
  /* line 229, ../../sass/base/_footer.scss */
  .Rwd footer .footer-bottom #ChangeWebType a {
    text-decoration: underline;
  }
  /* line 233, ../../sass/base/_footer.scss */
  .Rwd footer .footer-bottom .footer-cn {
    width: 100%;
    display: block;
  }
  /* line 236, ../../sass/base/_footer.scss */
  .Rwd footer .footer-bottom .footer-cn > div {
    display: block;
    width: 100%;
  }
  /* line 240, ../../sass/base/_footer.scss */
  .Rwd footer .footer-bottom .footer-cn > div.first img {
    height: 23px;
  }
  /* line 245, ../../sass/base/_footer.scss */
  .Rwd footer .footer-bottom .footer-cn > div.third img {
    max-width: 100px;
  }
  /* line 251, ../../sass/base/_footer.scss */
  .Rwd footer .footer-bottom .copy-right {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  /* line 255, ../../sass/base/_footer.scss */
  .Rwd footer .footer-bottom .copy-right .policy-area {
    display: block;
  }
}
/* line 267, ../../sass/base/_footer.scss */
footer.new-footer {
  background-color: #0C0C0C;
  font-size: 0.9em;
  bottom: 0;
  color: #999999;
  /*margin:{
      bottom: 2em;
  }*/
  width: 100%;
  z-index: 999;
}
/* line 279, ../../sass/base/_footer.scss */
footer.new-footer .container {
  margin: 0 auto;
  width: 68%;
  padding-bottom: 5%;
}
/* line 284, ../../sass/base/_footer.scss */
footer.new-footer a {
  color: #999999;
}
/* line 286, ../../sass/base/_footer.scss */
footer.new-footer a:hover {
  color: #FFFFFF;
}
/* line 293, ../../sass/base/_footer.scss */
footer.new-footer .sns-slider {
  margin: 0 auto;
  width: 68%;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1000;
  display: inherit;
}
/* line 302, ../../sass/base/_footer.scss */
footer.new-footer .sns-slider-Content {
  border: 1px solid #1C1C1C;
  width: 20%;
  background-color: #000;
  position: absolute;
  right: 0;
  padding: 0.1%;
  display: none;
}
/* line 311, ../../sass/base/_footer.scss */
footer.new-footer .sns-slider-Content span {
  margin: 0 3%;
}
/* line 314, ../../sass/base/_footer.scss */
footer.new-footer .sns-slider-Content .sns-Item {
  margin: 4%;
}
/* line 316, ../../sass/base/_footer.scss */
footer.new-footer .sns-slider-Content .sns-Item .social-btn {
  border-radius: 99em;
  border: 2px solid #999;
  width: 30px;
  height: 30px;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
}
/* line 327, ../../sass/base/_footer.scss */
footer.new-footer .sns-slider-Content .sns-Item .social-btn img {
  width: 90%;
  opacity: 0.7;
  margin-top: 3%;
}
/* line 337, ../../sass/base/_footer.scss */
footer.new-footer .sns-slider-Content .Social-Fb a:hover span, footer.new-footer .sns-slider-Content .Social-Youtube a:hover span, footer.new-footer .sns-slider-Content .Social-IG a:hover span {
  color: #FFFFFF;
}
/* line 340, ../../sass/base/_footer.scss */
footer.new-footer .sns-slider-Content .Social-Fb a:hover .social-btn, footer.new-footer .sns-slider-Content .Social-Youtube a:hover .social-btn, footer.new-footer .sns-slider-Content .Social-IG a:hover .social-btn {
  border: 2px solid #FFFFFF;
}
/* line 342, ../../sass/base/_footer.scss */
footer.new-footer .sns-slider-Content .Social-Fb a:hover .social-btn i, footer.new-footer .sns-slider-Content .Social-Youtube a:hover .social-btn i, footer.new-footer .sns-slider-Content .Social-IG a:hover .social-btn i {
  color: #FFFFFF;
}
/* line 345, ../../sass/base/_footer.scss */
footer.new-footer .sns-slider-Content .Social-Fb a:hover .social-btn img, footer.new-footer .sns-slider-Content .Social-Youtube a:hover .social-btn img, footer.new-footer .sns-slider-Content .Social-IG a:hover .social-btn img {
  opacity: inherit;
}
/* line 353, ../../sass/base/_footer.scss */
footer.new-footer .footer-top {
  margin: 2% 0 5% 0;
  /*.footer-info-other {
      @include useGoogleFont();
  }*/
}
/* line 355, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .local_customer {
  font-size: 120%;
}
/* line 358, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-info {
  display: inline-block;
  margin-left: 0;
  margin-right: 7%;
  vertical-align: top;
  padding-top: 2%;
}
/* line 364, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-info.first-div {
  margin-left: 0;
}
/* line 367, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-info-first {
  font-size: 1.1em;
  font-weight: bold;
}
/* line 371, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-info li {
  padding-bottom: 5%;
}
/* line 375, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-info:last-child {
  margin-right: 0;
}
/* line 378, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-info-area {
  width: 75%;
  display: inline-block;
}
/* line 382, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-info-slideer {
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  opacity: 0.2;
}
/* line 389, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-sns {
  margin-right: inherit;
  display: inline-block;
  text-align: right;
  width: 25%;
  /*.social-btn:not(:last-child){
       margin: 10%;
  }*/
}
/* line 395, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-sns .social-btn {
  -moz-border-radius: 99em;
  -webkit-border-radius: 99em;
  border-radius: 99em;
  border: 2px solid #999;
  background: inherit;
  width: 30px;
  height: 30px;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.5em;
  display: inline-block;
  margin: 5%;
}
/* line 409, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-sns .social-btn .material-icons {
  font-size: 1.4em;
  vertical-align: top;
}
/* line 413, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-sns .social-btn i.fa {
  display: none;
}
/* line 416, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-sns .social-btn img {
  width: 90%;
  opacity: 0.7;
  margin-top: 3%;
  display: inherit;
}
/* line 423, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-sns .social-btn:hover {
  border: 2px solid #FFFFFF;
}
/* line 425, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-sns .social-btn:hover i {
  color: #FFFFFF;
}
/* line 428, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-sns .social-btn:hover img {
  opacity: inherit;
}
/* line 433, ../../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-sns .social-btn:last-child {
  margin-right: 0;
}
/* line 24, ../../sass/base/_font.scss */
footer.new-footer .footer-top.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 445, ../../sass/base/_footer.scss */
footer.new-footer .footer-cn {
  padding-right: 0.5em;
}
/* line 448, ../../sass/base/_footer.scss */
footer.new-footer .footer-bottom {
  margin: auto 0;
}
/* line 450, ../../sass/base/_footer.scss */
footer.new-footer .footer-bottom div {
  display: inline-block;
}
/* line 455, ../../sass/base/_footer.scss */
footer.new-footer .footer-bottom .language img::before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #f00;
}
/* line 464, ../../sass/base/_footer.scss */
footer.new-footer .footer-bottom .language img {
  max-width: 24px;
  vertical-align: middle;
  opacity: 0.7;
  display: inherit;
}
/* line 471, ../../sass/base/_footer.scss */
footer.new-footer .footer-bottom .language a {
  vertical-align: middle;
  font-size: 130%;
}
/* line 479, ../../sass/base/_footer.scss */
footer.new-footer .footer-bottom .language:hover img {
  opacity: 1;
}
/* line 482, ../../sass/base/_footer.scss */
footer.new-footer .footer-bottom .language:hover a {
  color: #FFFFFF;
}
/* line 486, ../../sass/base/_footer.scss */
footer.new-footer .footer-bottom .footer-cn {
  display: none;
}
/* line 489, ../../sass/base/_footer.scss */
footer.new-footer .footer-bottom .copy-right {
  color: #707070;
  float: right;
  font-weight: bold;
  font-size: 80%;
}
/* line 494, ../../sass/base/_footer.scss */
footer.new-footer .footer-bottom .copy-right span {
  margin: auto 0.2em;
}
/* line 499, ../../sass/base/_footer.scss */
footer.new-footer .footer-bottom .copy-right span a:hover {
  color: #FFFFFF;
}
/* line 508, ../../sass/base/_footer.scss */
footer.new-footer .Rwd footer {
  min-width: 100%;
}
/* line 514, ../../sass/base/_footer.scss */
footer.new-footer #policy-div {
  width: 100%;
  background-color: #333333;
  bottom: 0px;
  position: fixed;
  z-index: 9999;
  display: none;
}
/* line 521, ../../sass/base/_footer.scss */
footer.new-footer #policy-div > div {
  width: 80%;
  max-width: 1351px;
  margin: 0px auto;
  padding: 20px 0 10px 0;
  position: relative;
}
/* line 527, ../../sass/base/_footer.scss */
footer.new-footer #policy-div > div #policy-close {
  position: absolute;
  right: 0;
  cursor: pointer;
}
/* line 531, ../../sass/base/_footer.scss */
footer.new-footer #policy-div > div #policy-close > img {
  width: 70%;
}
/* line 535, ../../sass/base/_footer.scss */
footer.new-footer #policy-div > div span {
  color: #FFFFFF;
}
/* line 538, ../../sass/base/_footer.scss */
footer.new-footer #policy-div > div a {
  color: #FFFFFF;
  text-decoration: underline;
}

@media (max-width: 770px) {
  /* line 551, ../../sass/base/_footer.scss */
  footer.new-footer #policy-close {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
  }
  /* line 556, ../../sass/base/_footer.scss */
  footer.new-footer #policy-close > img {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  /* line 571, ../../sass/base/_footer.scss */
  footer.new-footer .footer-top .footer-info {
    margin-right: 5%;
  }
  /* line 575, ../../sass/base/_footer.scss */
  footer.new-footer .sns-slider {
    max-width: 85%;
    width: inherit;
  }
}
@media only screen and (max-width: 960px) {
  /* line 590, ../../sass/base/_footer.scss */
  .Rwd footer .footer-top .isMainCustomized {
    display: none;
  }
  /* line 596, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer {
    min-width: 100%;
    margin-top: 0px !important;
  }
  /* line 600, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-info-first a {
    color: #999999;
  }
  /* line 605, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-cn-PC {
    display: none;
  }
  /* line 608, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top {
    text-align: left;
    margin: 10% 0;
  }
  /* line 611, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .footer-info {
    width: 100%;
    margin: 0px 0px;
    padding-bottom: inherit;
  }
  /* line 615, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .footer-info li {
    padding: 0;
  }
  /* line 618, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .footer-info .footer-info-other {
    display: none;
  }
  /* line 625, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .isMainCustomized {
    display: inherit;
    width: 100%;
    margin: inherit;
  }
  /* line 632, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .isMainCustomized .footer-info-first {
    display: none;
  }
  /* line 636, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .isMainCustomized .footer-info-other {
    padding: inherit;
    display: block;
    font-weight: bold;
  }
  /* line 642, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .isMainCustomized a:hover {
    color: inherit;
  }
  /* line 647, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .local_customer {
    display: none;
  }
  /* line 650, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .footer-sns {
    display: none;
  }
  /* line 654, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom {
    margin: 0px 0px;
    text-align: center;
  }
  /* line 657, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom #ChangeWebType {
    float: right;
    display: none;
  }
  /* line 660, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom #ChangeWebType a {
    text-decoration: underline;
  }
  /* line 664, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom .footer-cn {
    width: 100%;
    display: block;
  }
  /* line 667, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom .footer-cn > div {
    display: block;
    width: 100%;
  }
  /* line 671, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom .footer-cn > div.first img {
    height: 23px;
  }
  /* line 676, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom .footer-cn > div.third img {
    max-width: 100px;
  }
  /* line 682, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom .copy-right {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  /* line 686, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom .copy-right .policy-area {
    display: block;
  }
  /* line 688, ../../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom .copy-right .policy-area .separate {
    display: none;
  }
}
/* line 12, ../../sass/base/_common.scss */
html, body {
  height: 100%;
}

/* line 16, ../../sass/base/_common.scss */
.topBg {
  min-height: 100%;
  position: relative;
}

/* line 20, ../../sass/base/_common.scss */
.fake-body {
  position: relative;
}

/* line 23, ../../sass/base/_common.scss */
body {
  color: #FFFFFF;
  margin: 0;
  font-family: 'Arial',"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}

/* line 28, ../../sass/base/_common.scss */
a {
  color: #1E5BF6;
  /*#1d6cfe;/*#3399ff;/*#428bca;*/
  text-decoration: none;
}
/* line 31, ../../sass/base/_common.scss */
a:hover {
  text-decoration: none;
  color: #1E5BF6;
}

/* line 37, ../../sass/base/_common.scss */
b, strong {
  font-weight: bold;
}

/* line 40, ../../sass/base/_common.scss */
.ajax-loading {
  width: 100% !important;
  left: 0 !important;
  text-align: center !important;
}
/* line 44, ../../sass/base/_common.scss */
.ajax-loading img {
  width: 60px !important;
}

/* line 48, ../../sass/base/_common.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 54, ../../sass/base/_common.scss */
sup {
  top: -0.5em;
}

/* line 57, ../../sass/base/_common.scss */
sub {
  bottom: -0.25em;
}

/* line 61, ../../sass/base/_common.scss */
.scroll-style {
  height: 100%;
  overflow: auto;
  position: relative;
  display: none;
}

/* line 67, ../../sass/base/_common.scss */
.main-content-background {
  background-color: #FFFFFF;
  /*color: $blackColor;*/
  color: #434343;
  overflow: hidden;
  position: relative;
}

/* line 74, ../../sass/base/_common.scss */
.container {
  /*padding: {
  	right: 15px;
  	left: 15px;
  }*/
  margin-left: auto;
  margin-right: auto;
  /*max-width: ($maxContentWidth/$maxScreenWidth)*100%;*/
  max-width: 74%;
}
/* line 85, ../../sass/base/_common.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}
/* line 89, ../../sass/base/_common.scss */
.container:after {
  clear: both;
}

/* line 93, ../../sass/base/_common.scss */
.navbar {
  margin-bottom: 0;
  z-index: 999;
}

/* line 98, ../../sass/base/_common.scss */
.hide {
  display: none;
}

/* line 101, ../../sass/base/_common.scss */
.show {
  display: block;
}

/* line 104, ../../sass/base/_common.scss */
.red {
  color: red;
}

/* line 107, ../../sass/base/_common.scss */
.clear {
  clear: both;
}

/* line 110, ../../sass/base/_common.scss */
.float-left {
  float: left;
}

/* line 113, ../../sass/base/_common.scss */
.float-right {
  float: right;
}

/* line 116, ../../sass/base/_common.scss */
.ui-menu {
  z-index: 2000 !important;
}

/* line 119, ../../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 128, ../../sass/base/_common.scss */
.SearchAutoComplete li div.ui-state-active {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

/* line 137, ../../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 147, ../../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 155, ../../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 171, ../../sass/base/_common.scss */
select::-ms-expand {
  display: none;
}

/* line 174, ../../sass/base/_common.scss */
.mt-customer-selector-layout {
  position: relative;
}
/* line 176, ../../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 184, ../../sass/base/_common.scss */
.mt-customer-selector-layout .csutomer-select {
  font-size: 95%;
}
/* line 186, ../../sass/base/_common.scss */
.mt-customer-selector-layout .csutomer-select span {
  color: #000000;
}

/*BTN Page*/
/* line 194, ../../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 205, ../../sass/base/_common.scss */
.btn-group-next:hover, .btn-group-prev:hover {
  background-color: #2c58c8;
  border: 1px solid #3333cc;
}

/* line 209, ../../sass/base/_common.scss */
.btn-group-next {
  background-image: url("/Images/next_btn.png");
}

/* line 213, ../../sass/base/_common.scss */
.btn-group-next:hover {
  background-image: url("/Images/wh_next_btn_hover.png");
}

/* line 217, ../../sass/base/_common.scss */
.btn-group-prev {
  background-image: url("/Images/pre_btn.png");
}

/* line 222, ../../sass/base/_common.scss */
.btn-group-prev:hover {
  background-image: url("/Images/wh_pre_btn_hover.png");
}

/* line 226, ../../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 237, ../../sass/base/_common.scss */
.paging {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}
/* line 241, ../../sass/base/_common.scss */
.paging a {
  display: inline-block;
}
/* line 248, ../../sass/base/_common.scss */
.paging .totalItem {
  float: left;
}
/* line 251, ../../sass/base/_common.scss */
.paging .paging-result {
  float: left;
}
/* line 254, ../../sass/base/_common.scss */
.paging .paging-nav {
  float: right;
  		/*.pageNav{			
      		
  			
  			a{
  				vertical-align: middle;
  				color:#AAAAAA;
  	    		div{	    			
  		    		text-align: center;
  				    vertical-align: middle;
  				    width: 22px;
  				    height: 22px;
  				    display: inline-block;
  				    cursor: pointer;
  				    position: relative;
  				    border: 1px solid #ddd;
  
  	    		}
  				&:hover{
  					color:#eee;
  					div{
  					background-color: #2c58c8;				  			
  		    		text-align: center;
  				    vertical-align: middle;
  				    width: 22px;
  				    height: 22px;
  				    display: inline-block;
  				    cursor: pointer;
  				    position: relative;
  				    border: 1px solid #3333cc;
  
  	    			}
  				}
  			}
  		}
  		.pageNavCurrent{
  			a{
  				vertical-align: middle;
  				color:#eee;
  				div{
  					background-color: #2c58c8;				  			
  		    		text-align: center;
  				    vertical-align: middle;
  				    width: 22px;
  				    height: 22px;
  				    display: inline-block;
  				    cursor: pointer;
  				    position: relative;
  				    border: 1px solid #3333cc;
  
  	    			}
  			}
  		}*/
}
/* line 256, ../../sass/base/_common.scss */
.paging .paging-nav #navpageinp {
  width: 36px;
  height: 20px;
  padding: 2px;
}

/* line 315, ../../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 325, ../../sass/base/_common.scss */
.grey {
  color: #F5F5F5;
}

/*SearchBtn*/
/* line 329, ../../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 342, ../../sass/base/_common.scss */
.SearchBtn:hover {
  box-shadow: -1px 0px 8px -2px #ccc;
}

/* line 345, ../../sass/base/_common.scss */
.SearchBtn:active {
  box-shadow: inset -1px 4px 4px 0px #ccc;
}

/* line 348, ../../sass/base/_common.scss */
.page-title {
  font-weight: bold;
}

/* line 352, ../../sass/base/_common.scss */
.ProductFilterItemSetGray {
  background-color: #cccccc;
  cursor: pointer;
}

/* line 360, ../../sass/base/_common.scss */
#ProductFilterChildSetHover a {
  color: #1d6cfe;
}

/* line 365, ../../sass/base/_common.scss */
.paging-bottom .totalItem {
  display: none;
}

/* line 369, ../../sass/base/_common.scss */
#PageMainContent {
  min-width: 1007px;
  min-height: 670px;
}

/* line 374, ../../sass/base/_common.scss */
.Rwd #PageMainContent {
  min-width: 100%;
}

@media (max-width: 1024px) and (min-width: 961px) {
  /* line 379, ../../sass/base/_common.scss */
  .container {
    max-width: 80%;
  }
}
@media (max-width: 1600px) and (min-width: 1211px) {
  /* line 384, ../../sass/base/_common.scss */
  .container {
    max-width: 88%;
    min-width: 88%;
  }
}
@media (min-width: 961px) and (max-width: 1210px) {
  /* line 392, ../../sass/base/_common.scss */
  .container {
    max-width: 92%;
    min-width: 92%;
  }
}
@media only screen and (max-width: 960px) {
  /* line 402, ../../sass/base/_common.scss */
  body.lockScroll {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
  }

  /* line 410, ../../sass/base/_common.scss */
  .Rwd #PageMainContent {
    min-height: 400px;
  }
  /* line 414, ../../sass/base/_common.scss */
  .Rwd .overlay.active {
    display: block;
  }
}
/* line 3, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section .section-title {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0.5em auto;
}
/* line 8, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section .section-group-title {
  font-size: 170%;
}
/* line 11, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section .contact-section {
  width: 49%;
  margin-left: 0%;
  display: inline-block;
  vertical-align: top;
}
/* line 16, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section .contact-section .IndiaPhone-bottom {
  display: none;
}
/* line 21, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section .esupport-btn-container {
  margin-top: 2em;
  text-align: right;
}
/* line 24, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section .esupport-btn-container .esupport-btn {
  display: inline-block;
  padding: 0.2em 1em;
  background-color: #1E5BF6;
  min-width: 100px;
  text-align: center;
  color: #ffffff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 34, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section .phone-call-section {
  margin-top: 3em;
}
/* line 39, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section .warranty-section .section-title {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0.5em auto;
}

/* line 46, ../../sass/Support/_ServiceCustomer.scss */
hr {
  margin-top: 2em;
  margin-bottom: 2em;
  color: #eee;
  size: 1;
}

/* line 52, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section {
  position: relative;
  min-height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
}
/* line 59, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section .identy-top {
  position: absolute;
  top: 2.5em;
  right: 0;
  font-size: 0.9em;
}
/* line 64, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section .identy-top div {
  display: inline-block;
}
/* line 67, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section .identy-top div a .fa-question-circle {
  color: #878787;
}
/* line 75, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section .identy-bottom {
  display: none;
}
/* line 78, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section .service-ares {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
/* line 83, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section .service-ares ul li {
  float: left;
  width: 30%;
  margin: 1em 3% 1em 0;
}
/* line 91, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section .IndiaPhone {
  width: 50%;
  display: inline-block;
}
/* line 96, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section a {
  font-weight: bold;
}
/* line 102, ../../sass/Support/_ServiceCustomer.scss */
.customer-service-section .contact-section .esupport-section .section-group-title {
  font-size: 170%;
}

@media (min-width: 961px) and (max-width: 1400px) {
  /* line 113, ../../sass/Support/_ServiceCustomer.scss */
  .customer-service-section .service-ares ul li {
    width: 46%;
  }
}
@media (min-width: 961px) and (max-width: 1024px) {
  /* line 122, ../../sass/Support/_ServiceCustomer.scss */
  .customer-service-section .section-title {
    font-size: 1.6em;
  }
  /* line 126, ../../sass/Support/_ServiceCustomer.scss */
  .customer-service-section .service-ares .section-group-title {
    font-size: 150%;
  }
  /* line 131, ../../sass/Support/_ServiceCustomer.scss */
  .customer-service-section .contact-section .section-group-title {
    font-size: 150%;
  }
}
@media only screen and (max-width: 960px) {
  /* line 141, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .IndiaPhone {
    display: none;
  }
  /* line 144, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .section-title {
    font-size: 140%;
  }
  /* line 147, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .identy-top {
    display: none;
  }
  /* line 150, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .identy-bottom {
    display: block;
    padding: 1.5em;
    width: 100%;
    margin: 0 auto;
    font-size: 90%;
  }
  /* line 157, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .service-ares {
    background-color: #eeeeee;
    padding: 1.5em 1.5em;
    width: 100%;
    float: normal;
  }
  /* line 162, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .service-ares .section-group-title {
    font-size: 120%;
  }
  /* line 165, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .service-ares .local-h3 {
    font-size: 105%;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
  /* line 170, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .service-ares ul {
    display: block;
  }
  /* line 175, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .service-ares ul li {
    width: 48%;
    margin-top: 1%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding-right: 3%;
    float: left;
    font-size: 90%;
  }
  /* line 187, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .contact-section {
    width: 100%;
    display: block;
  }
  /* line 190, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .contact-section .esupport-section {
    padding: 1em 1.5em;
  }
  /* line 192, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .contact-section .esupport-section .section-group-title {
    font-size: 120%;
  }
  /* line 195, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .contact-section .esupport-section .section-group-title, .Rwd #PageMainContent .customer-service-section .contact-section .esupport-section .section-sub-title {
    width: 100%;
    margin: 0px auto;
  }
  /* line 199, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .contact-section .esupport-section .section-sub-title {
    font-size: 90%;
    margin-top: 0.5em;
  }
  /* line 204, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .contact-section .esupport-section .esupport-btn-container .esupport-btn {
    width: 100%;
  }
  /* line 209, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .contact-section .IndiaPhone-bottom {
    display: block;
  }
  /* line 212, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .contact-section .phone-call-section {
    background-color: #eeeeee;
    padding: 1em 1.5em;
    margin-top: 0;
  }
  /* line 216, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .contact-section .phone-call-section .section-group-title {
    margin-bottom: 0.5em;
    font-size: 120%;
  }
  /* line 220, ../../sass/Support/_ServiceCustomer.scss */
  .Rwd #PageMainContent .customer-service-section .contact-section .phone-call-section .content-section {
    font-size: 90%;
  }
}
/* line 11, ../../sass/Support/Support.scss */
.body-content {
  padding-bottom: 2em;
}

/* line 14, ../../sass/Support/Support.scss */
.main-content {
  /*.contact-section {
  	width: 49%;
  	margin-left: 0%;
  	display: inline-block;
  	vertical-align: top;
  	.esupport {
  		&-btn {
  			display: inline-block;
  			padding: 0.2em 1em;
  			background-color: #1E5BF6;
  			color: #ffffff;
  			padding: 0.3em 1.5em;
  			min-width: 100px;
  			@include border-radius(2px);
  			&-container {
  				margin-top: 2em;
  				text-align: right;
  			}
  		}
  	}
  	.phone-call-section {
  		margin-top: 3em;
  	}
  }*/
}
/* line 5, ../../sass/base/_videoBanner.scss */
.main-content .banner {
  max-height: 760px;
  position: absolute;
  left: 0;
  width: 100%;
}
/* line 13, ../../sass/base/_videoBanner.scss */
.main-content .banner .content ul {
  margin-top: -17%;
}
/* line 15, ../../sass/base/_videoBanner.scss */
.main-content .banner .content ul > li {
  position: absolute;
  width: 100%;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 700ms ease 0ms;
  -o-transition: all 700ms ease 0ms;
  -webkit-transition: all 700ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 700ms ease 0ms;
}
/* line 22, ../../sass/base/_videoBanner.scss */
.main-content .banner .content ul > li.current {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 0;
}
/* line 27, ../../sass/base/_videoBanner.scss */
.main-content .banner .content ul > li > img {
  display: block;
  width: 100%;
}
/* line 34, ../../sass/base/_videoBanner.scss */
.main-content .banner .nav {
  position: absolute;
  width: 100%;
  margin-top: 11%;
}
/* line 39, ../../sass/base/_videoBanner.scss */
.main-content .banner .nav .prev, .main-content .banner .nav .next {
  position: absolute;
  vertical-align: middle;
  -moz-transition: all 150ms ease-in 0ms;
  -o-transition: all 150ms ease-in 0ms;
  -webkit-transition: all 150ms ease-in;
  -webkit-transition-delay: 0ms;
  transition: all 150ms ease-in 0ms;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 44, ../../sass/base/_videoBanner.scss */
.main-content .banner .nav .prev:hover, .main-content .banner .nav .next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 47, ../../sass/base/_videoBanner.scss */
.main-content .banner .nav .prev i, .main-content .banner .nav .next i {
  color: #eeeeee;
  cursor: pointer;
  font-size: 6.5em;
}
/* line 53, ../../sass/base/_videoBanner.scss */
.main-content .banner .nav .prev {
  left: 1%;
}
/* line 55, ../../sass/base/_videoBanner.scss */
.main-content .banner .nav .prev > img {
  cursor: pointer;
}
/* line 60, ../../sass/base/_videoBanner.scss */
.main-content .banner .nav .next {
  right: 1%;
}
/* line 62, ../../sass/base/_videoBanner.scss */
.main-content .banner .nav .next > img {
  cursor: pointer;
}
@media (min-width: 961px) and (max-width: 1400px) {
  /* line 71, ../../sass/base/_videoBanner.scss */
  .main-content .banner .content ul {
    margin-top: -19.7%;
  }
}
/* line 17, ../../sass/Support/Support.scss */
.main-content .banner {
  color: #ffffff;
  overflow: hidden;
  max-height: 400px;
}
/* line 22, ../../sass/Support/Support.scss */
.main-content .banner .content .header-area {
  position: absolute;
  color: #ffffff;
  width: 100%;
}
/* line 27, ../../sass/Support/Support.scss */
.main-content .banner .content .top-contanin {
  width: 25%;
  margin: 0px auto;
  line-height: 150%;
  text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.8);
}
/* line 32, ../../sass/Support/Support.scss */
.main-content .banner .content .top-contanin .title {
  text-align: center;
  font-size: 320%;
  font-weight: bold;
  margin-bottom: 7%;
  text-shadow: 1px 6px 6px #000;
  line-height: 0.9em;
}
/* line 40, ../../sass/Support/Support.scss */
.main-content .banner .content .top-contanin .subtitle {
  text-align: left;
  font-size: 100%;
  margin-bottom: 0.5%;
  text-shadow: 1px 6px 6px #000;
}
/* line 47, ../../sass/Support/Support.scss */
.main-content .banner .content .top-contanin .SearchArea .float-left {
  width: 78%;
}
/* line 49, ../../sass/Support/Support.scss */
.main-content .banner .content .top-contanin .SearchArea .float-left input {
  width: 100%;
}
/* line 54, ../../sass/Support/Support.scss */
.main-content .banner .content .top-contanin .SearchArea .SearchBtn {
  background-color: #fff;
}
/* line 58, ../../sass/Support/Support.scss */
.main-content .banner .content .top-contanin .subDirection {
  text-align: left;
  font-size: 90%;
  margin-top: 3%;
}
/* line 62, ../../sass/Support/Support.scss */
.main-content .banner .content .top-contanin .subDirection > a {
  text-shadow: 1px 1px 4px #000;
}
/* line 68, ../../sass/Support/Support.scss */
.main-content .banner a {
  color: white;
  font-weight: normal;
}
/* line 72, ../../sass/Support/Support.scss */
.main-content .banner .fa-question-circle {
  color: white;
  font-size: 15px;
  margin-right: 5px;
}
/* line 77, ../../sass/Support/Support.scss */
.main-content .banner img {
  width: 100%;
}
/* line 81, ../../sass/Support/Support.scss */
.main-content > .content {
  padding-top: 30%;
  width: 80%;
  margin: 0 auto;
}
/* line 85, ../../sass/Support/Support.scss */
.main-content > .content #titleIcon {
  font-size: 120%;
}
/* line 87, ../../sass/Support/Support.scss */
.main-content > .content #titleIcon a {
  color: #434343;
}
/* line 89, ../../sass/Support/Support.scss */
.main-content > .content #titleIcon a:hover {
  color: #1E5BF6;
}
/* line 94, ../../sass/Support/Support.scss */
.main-content > .content .side-menu-area {
  display: none;
}
/* line 97, ../../sass/Support/Support.scss */
.main-content > .content hr {
  margin-top: 2em;
  margin-bottom: 2em;
  color: #eee;
  size: 1;
}
/* line 106, ../../sass/Support/Support.scss */
.main-content .nav {
  height: 30%;
}
/* line 111, ../../sass/Support/Support.scss */
.main-content .nav .non-hover-animate .nav-icons-wording #productLineSub {
  letter-spacing: 0;
  width: 80%;
  word-break: break-word;
  margin: 0 auto;
  font-size: 0.8em;
  margin-top: 1.5em;
}
/* line 128, ../../sass/Support/Support.scss */
.main-content .nav > li {
  cursor: pointer;
  float: left;
  font-weight: bold;
  width: 25%;
  text-align: center;
}
/* line 135, ../../sass/Support/Support.scss */
.main-content .nav > li:hover:not(.non-hover-animate) {
  color: #1e5bf6;
}
/* line 137, ../../sass/Support/Support.scss */
.main-content .nav > li:hover:not(.non-hover-animate) .nav-icons-main {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 142, ../../sass/Support/Support.scss */
.main-content .nav-icons {
  width: 20%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
/* line 147, ../../sass/Support/Support.scss */
.main-content .nav-icons-main, .main-content .nav-icons-sub {
  width: 100%;
}
/* line 150, ../../sass/Support/Support.scss */
.main-content .nav-icons-main {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 157, ../../sass/Support/Support.scss */
.main-content .nav.product-line {
  /*&.bottom {
  	&>li {
  		border-top: 0px;
  		&:first-child {
  			margin-left: 0px;
  			@include border-bottom-left-radius(8px);
  			.nav-icons-hover {
  				top: auto;
  				bottom: 0;
  				@include border-bottom-left-radius(8px);
  			}
  		}
  		
  		&+li+li+li {
  			@include border-bottom-right-radius(8px);	
  		}
  	}
  }*/
}
/* line 158, ../../sass/Support/Support.scss */
.main-content .nav.product-line > li {
  border: 1px solid #999999;
  overflow: hidden;
  margin-left: -1px;
  margin-top: -1px;
}
/* line 164, ../../sass/Support/Support.scss */
.main-content .nav.product-line > li:hover .nav-icons-main, .main-content .nav.product-line > li:hover .nav-icons-hover, .main-content .nav.product-line > li:hover .nav-icons-wording {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 168, ../../sass/Support/Support.scss */
.main-content .nav.product-line > li .nav-icons-hover, .main-content .nav.product-line > li .nav-icons-wording {
  width: 100%;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 174, ../../sass/Support/Support.scss */
.main-content .nav.product-line > li .nav-icons-hover {
  top: 0;
  left: 0;
}
/* line 178, ../../sass/Support/Support.scss */
.main-content .nav.product-line > li .nav-icons-wording {
  color: #ffffff;
  top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.08em;
}
/* line 186, ../../sass/Support/Support.scss */
.main-content .nav.product-line > li .nav-icons-wording .productLineSub {
  font-size: 0.8em;
  width: 80%;
  margin: 2% auto;
}
/* line 194, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top {
  margin-top: 2em;
}
/* line 196, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top > li {
  /*&:first-child {
  	margin-left: 0px;
  	@include border-top-left-radius(8px);
  	.nav-icons-hover {
  		@include border-top-left-radius(8px);
  	}
  }
  &+li+li+li {
  	@include border-top-right-radius(8px);
  	.nav-icons-hover {
  		right: 0px;
  		left: auto;
  		@include border-top-right-radius(8px);
  	}
  }*/
}
/* line 197, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top > li.li-1 {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}
/* line 199, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top > li.li-1 .nav-icons-hover {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}
/* line 204, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top > li.li-2 .nav-icons-main {
  margin-left: -100%;
}
/* line 209, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top > li.li-3 .nav-icons-main {
  margin-left: -200%;
}
/* line 213, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top > li.li-4 {
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
/* line 215, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top > li.li-4 .nav-icons-main {
  margin-left: -300%;
}
/* line 218, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top > li.li-4 .nav-icons-hover {
  right: 0px;
  left: auto;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
/* line 224, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top > li.li-5 {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-left: 0px;
}
/* line 227, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top > li.li-5 .nav-icons-main {
  margin-left: -400%;
}
/* line 230, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top > li.li-5 .nav-icons-hover {
  top: auto;
  bottom: 0;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
/* line 237, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top > li.li-6 .nav-icons-main {
  margin-left: -500%;
}
/* line 242, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top > li.li-7 .nav-icons-main {
  margin-left: -600%;
}
/* line 246, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top > li.li-8 {
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-left: -1px;
  cursor: auto;
}
/* line 250, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top > li.li-8 .nav-icons-main {
  margin-left: -700%;
}
/* line 254, ../../sass/Support/Support.scss */
.main-content .nav.product-line.top > li.li-8 .nav-icons .nav-icons-wording {
  position: absolute;
  color: inherit;
  opacity: 1;
}
/* line 298, ../../sass/Support/Support.scss */
.main-content .nav.product-line .nav-icons {
  width: 101%;
}
/* line 300, ../../sass/Support/Support.scss */
.main-content .nav.product-line .nav-icons-main {
  width: 700%;
  position: relative;
  display: block;
}
/* line 306, ../../sass/Support/Support.scss */
.main-content .nav.product-line .mt-customer-selector-layout {
  text-align: left;
}
/* line 310, ../../sass/Support/Support.scss */
.main-content .nav.product-line .mt-customer-selector-layout .csutomer-select > span {
  font-size: 0.9em;
  vertical-align: top;
}
/* line 318, ../../sass/Support/Support.scss */
.main-content .nav.other-support {
  margin-top: 5em;
}
/* line 320, ../../sass/Support/Support.scss */
.main-content .nav.other-support a {
  color: inherit;
}
/* line 323, ../../sass/Support/Support.scss */
.main-content .nav.other-support > li {
  border: 1px solid #999999;
  margin-left: -1px;
  margin-top: -1px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #eeeeee));
  background: -moz-linear-gradient(top, #ffffff 5%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #ffffff 5%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 5%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 5%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 5%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0);
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  font-weight: bold;
  padding: 0px 0px;
  text-decoration: none;
}
/* line 342, ../../sass/Support/Support.scss */
.main-content .nav.other-support > li .pic {
  display: none;
}
/* line 345, ../../sass/Support/Support.scss */
.main-content .nav.other-support > li:first-child {
  /*margin-left: 0px;*/
}
/* line 348, ../../sass/Support/Support.scss */
.main-content .nav.other-support > li:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #ffffff));
  background: -moz-linear-gradient(top, #eeeeee 5%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eeeeee 5%, #ffffff 100%);
  background: -o-linear-gradient(top, #eeeeee 5%, #ffffff 100%);
  background: -ms-linear-gradient(top, #eeeeee 5%, #ffffff 100%);
  background: linear-gradient(to bottom, #eeeeee 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0);
  background-color: #eeeeee;
}
/* line 359, ../../sass/Support/Support.scss */
.main-content .nav.other-support > li:active {
  position: relative;
  top: 1px;
}
/* line 365, ../../sass/Support/Support.scss */
.main-content .nav.other-support .nav-icons {
  width: 100%;
  line-height: 2.5em;
}
/* line 373, ../../sass/Support/Support.scss */
.main-content .section-title {
  font-size: 185%;
  font-weight: bold;
  margin: 0.5em auto;
}
/* line 381, ../../sass/Support/Support.scss */
.main-content .other-source {
  font-size: 0.9em;
  margin-top: 2em;
  padding-bottom: 20px;
}
/* line 385, ../../sass/Support/Support.scss */
.main-content .other-source > ul > li {
  float: left;
  margin-right: 4%;
  font-size: 118%;
}
/* line 392, ../../sass/Support/Support.scss */
.main-content .faq-section > ul {
  line-height: 2em;
}
/* line 395, ../../sass/Support/Support.scss */
.main-content .faq-section > ul.faq-list .faq-product-line {
  display: inline-block;
  width: 20%;
  padding: 0 1.5em;
  vertical-align: top;
}
/* line 401, ../../sass/Support/Support.scss */
.main-content .faq-section > ul.faq-list .faq-question {
  line-height: 1.8em;
  display: inline-block;
  vertical-align: top;
  width: 79%;
}
/* line 407, ../../sass/Support/Support.scss */
.main-content .faq-section > ul.faq-list > li:nth-child(odd) {
  background-color: #eeeeee;
}
/* line 410, ../../sass/Support/Support.scss */
.main-content .faq-section > ul.faq-list > li {
  padding-top: 1%;
  padding-bottom: 1%;
}
/* line 442, ../../sass/Support/Support.scss */
.main-content .product-category {
  letter-spacing: 0.00em;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
  color: #1E5BF6;
  word-spacing: 5px;
}
/* line 451, ../../sass/Support/Support.scss */
.main-content #productLineSub {
  margin-top: 0.5em;
}

/* line 456, ../../sass/Support/Support.scss */
.faq-section {
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
}

/* line 462, ../../sass/Support/Support.scss */
.warranty-section {
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  min-height: 230px;
  max-height: 260px;
}
/* line 468, ../../sass/Support/Support.scss */
.warranty-section .WarrantyTitle {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
/* line 474, ../../sass/Support/Support.scss */
.warranty-section .more {
  text-align: right;
}
/* line 477, ../../sass/Support/Support.scss */
.warranty-section .WarrantyBKParent {
  min-width: 49%;
  display: inline-block;
  vertical-align: top;
}
/* line 481, ../../sass/Support/Support.scss */
.warranty-section .WarrantyBKParent .WarrantyBK {
  text-align: center;
  position: relative;
}
/* line 484, ../../sass/Support/Support.scss */
.warranty-section .WarrantyBKParent .WarrantyBK img {
  width: 30%;
  max-width: 150px;
  min-width: 80px;
}

/* line 493, ../../sass/Support/Support.scss */
.fa-question-circle {
  color: #878787;
}

/* line 497, ../../sass/Support/Support.scss */
#PageMainContent a {
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  /* line 504, ../../sass/Support/Support.scss */
  #PageMainContent .main-content .banner {
    min-width: 1100px;
  }
  /* line 507, ../../sass/Support/Support.scss */
  #PageMainContent .main-content .content {
    width: 100%;
  }
  /* line 509, ../../sass/Support/Support.scss */
  #PageMainContent .main-content .content .top-contanin {
    width: 32%;
  }
  /* line 511, ../../sass/Support/Support.scss */
  #PageMainContent .main-content .content .top-contanin .title {
    margin-bottom: 8.5%;
  }

  /* line 521, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .banner {
    min-width: 100%;
  }
}
@media only screen and (max-width: 1670px) {
  /* line 534, ../../sass/Support/Support.scss */
  #PageMainContent .product-line .li-8 .nav-icons-wording #productLineSub {
    margin-top: 2%;
  }
}
@media only screen and (min-width: 961px) {
  /* line 546, ../../sass/Support/Support.scss */
  .main-content .nav.other-support li {
    height: inherit !important;
  }
}
@media only screen and (min-width: 1590px) {
  /* line 560, ../../sass/Support/Support.scss */
  #PageMainContent .product-line li.non-hover-animate .nav-icons .nav-icons-wording #all-product-line {
    width: 90%;
  }
}
@media only screen and (max-width: 1590px) {
  /* line 576, ../../sass/Support/Support.scss */
  #PageMainContent .product-line li.li-6 {
    display: none;
  }
  /* line 579, ../../sass/Support/Support.scss */
  #PageMainContent .product-line li.non-hover-animate {
    width: 50%;
    margin-left: -3px;
    margin-top: -2px;
  }
  /* line 585, ../../sass/Support/Support.scss */
  #PageMainContent .product-line li.non-hover-animate .nav-icons-wording #productLineSub {
    margin-top: 2%;
  }
  /* line 589, ../../sass/Support/Support.scss */
  #PageMainContent .product-line li.non-hover-animate .nav-icons-main {
    width: 350%;
  }
}
@media only screen and (max-width: 960px) {
  /* line 602, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content {
    padding-top: 0;
  }
  /* line 604, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content #titleIcon {
    display: none;
  }
  /* line 606, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content #titleIcon li {
    width: 48%;
    border: 1px solid #eee;
    margin-top: 1%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  /* line 614, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content .product-line {
    display: none;
  }
  /* line 617, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content .other-support {
    margin-top: 0;
  }
  /* line 619, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content .other-support li {
    background: none;
    width: 48%;
    border: 1px solid #eee;
    margin-top: 1%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  /* line 627, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content .other-support li.other-support-item .pic {
    display: block;
    margin: 10px auto;
    width: 64px;
  }
  /* line 631, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content .other-support li.other-support-item .pic img {
    width: 100%;
  }
  /* line 636, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content .other-support li.side-menu-item {
    display: table;
  }
  /* line 638, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content .other-support li.side-menu-item a {
    display: table-row;
  }
  /* line 640, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content .other-support li.side-menu-item a .nav-icons {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 650, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content .other-source div {
    font-size: 120%;
  }
  /* line 653, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content .other-source ul {
    display: block;
    margin-top: 0.5em;
  }
  /* line 659, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content .other-source ul li {
    width: 100%;
    padding-left: 1.5em;
    font-size: 90%;
    /*margin-top:1%;
    margin-left:0.5%;  
    margin-right:0.5%;
    padding-right:3%;*/
    float: left;
  }
  /* line 673, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content .faq-section .section-title {
    font-size: 140%;
  }
  /* line 678, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content .faq-section .faq-list li {
    padding: 1em 1.5em;
  }
  /* line 680, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content .faq-section .faq-list li .faq-product-line {
    font-size: 105%;
    width: 100%;
    padding: 0;
  }
  /* line 685, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .content .faq-section .faq-list li .faq-question {
    font-size: 90%;
    width: 100%;
  }
  /* line 694, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .banner {
    position: relative;
  }
  /* line 697, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .banner .content .header-area {
    position: relative;
    color: #434343;
  }
  /* line 701, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .banner .content .top-contanin {
    text-align: left;
    width: 100%;
    text-shadow: none;
  }
  /* line 702, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .banner .content .top-contanin .title {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 220%;
    text-shadow: initial;
  }
  /* line 709, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .banner .content .top-contanin .subtitle {
    display: none;
  }
  /* line 712, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .banner .content .top-contanin .subDirection {
    display: none;
  }
  /* line 720, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .banner .content img {
    display: none;
  }
  /* line 726, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .warranty-section .section-title {
    margin-bottom: 0.5em;
    font-size: 140%;
  }
  /* line 730, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .warranty-section .WarrantyBKParent {
    display: none;
  }
  /* line 733, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .warranty-section .WarrantyTitle {
    width: 90%;
    margin: 0px auto;
    display: block;
  }
  /* line 738, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .warranty-section .WarrantyTitle ul {
    list-style: inherit;
  }
  /* line 740, ../../sass/Support/Support.scss */
  .Rwd #PageMainContent .main-content .warranty-section .WarrantyTitle ul li {
    width: 50%;
    padding-right: 20px;
    margin-top: 0.5em;
    float: left;
    font-size: 90%;
  }
}
/* line 757, ../../sass/Support/Support.scss */
#ClassGroupModal {
  display: none;
}
/* line 760, ../../sass/Support/Support.scss */
#ClassGroupModal .modal-dialog {
  margin: 0 auto;
}
/* line 763, ../../sass/Support/Support.scss */
#ClassGroupModal .modal-dialog .modal-content {
  background-image: url(/Images/Support/productsupport-bg.jpg);
  margin: 0 auto;
  border-radius: 0;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 770, ../../sass/Support/Support.scss */
#ClassGroupModal .modal-dialog .modal-content .modal-header {
  font-weight: bold;
  border-bottom: 0px;
  padding: 15px 30px 0 30px;
}
/* line 775, ../../sass/Support/Support.scss */
#ClassGroupModal .modal-dialog .modal-content .modal-header .cg-close {
  float: right;
  cursor: pointer;
}
/* line 780, ../../sass/Support/Support.scss */
#ClassGroupModal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 20px;
  margin: 5px;
}
/* line 786, ../../sass/Support/Support.scss */
#ClassGroupModal .modal-dialog .modal-content .modal-body {
  padding: 70px 30px 70px 30px;
  display: grid;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  /* line 786, ../../sass/Support/Support.scss */
  #ClassGroupModal .modal-dialog .modal-content .modal-body {
    padding: 70px 10px 70px 10px;
  }
}
/* line 795, ../../sass/Support/Support.scss */
#ClassGroupModal .modal-dialog .modal-content .modal-body .classgroup-below {
  margin-top: 3%;
}
/* line 799, ../../sass/Support/Support.scss */
#ClassGroupModal .modal-dialog .modal-content .modal-body .group-div, #ClassGroupModal .modal-dialog .modal-content .modal-body .ent-div {
  width: 17%;
  float: left;
  margin-right: 1%;
  margin-left: 1%;
}
/* line 805, ../../sass/Support/Support.scss */
#ClassGroupModal .modal-dialog .modal-content .modal-body .group-div .cg-par, #ClassGroupModal .modal-dialog .modal-content .modal-body .ent-div .cg-par {
  font-weight: bold;
}
/* line 809, ../../sass/Support/Support.scss */
#ClassGroupModal .modal-dialog .modal-content .modal-body .group-div .cg-sub, #ClassGroupModal .modal-dialog .modal-content .modal-body .ent-div .cg-sub {
  padding-left: 15px;
  font-weight: bold;
  color: #0066FF;
  margin: 3px;
}
@media only screen and (max-width: 1280px) {
  /* line 817, ../../sass/Support/Support.scss */
  #ClassGroupModal .modal-dialog .modal-content .modal-body .group-div .cg-sub, #ClassGroupModal .modal-dialog .modal-content .modal-body .ent-div .cg-sub {
    padding-left: initial;
  }
}
/* line 822, ../../sass/Support/Support.scss */
#ClassGroupModal .modal-dialog .modal-content .modal-body .group-div .cg-sub span:hover, #ClassGroupModal .modal-dialog .modal-content .modal-body .ent-div .cg-sub span:hover {
  color: #33CCFF;
  cursor: pointer;
}
/* line 828, ../../sass/Support/Support.scss */
#ClassGroupModal .modal-dialog .modal-content .modal-body .ent-div {
  width: 40%;
  float: left;
}
