@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;
  color: #000000;
}
/* line 44, ../sass/base/_header.scss */
.navbar .cnAd span {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.8em;
}
/* line 50, ../sass/base/_header.scss */
.navbar-inverse {
  background-color: #222;
  background-color: #000000;
  border-color: #080808;
}
/* line 54, ../sass/base/_header.scss */
.navbar-inverse .navbar-brand {
  color: #999;
}
/* line 58, ../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 69, ../sass/base/_header.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
/* line 75, ../sass/base/_header.scss */
.navbar-header {
  position: relative;
}
/* line 78, ../sass/base/_header.scss */
.navbar-header .MobileSearch #mobile-search-close {
  display: none;
}
/* line 81, ../sass/base/_header.scss */
.navbar-header .MobileSearch #mobile-search-open-img {
  display: none;
}
/* line 86, ../sass/base/_header.scss */
.navbar-header .MobileMenu #mobile-menu-close {
  display: none;
}
/* line 89, ../sass/base/_header.scss */
.navbar-header .MobileMenu #mobile-menu-open-img {
  display: none;
}
/* line 93, ../sass/base/_header.scss */
.navbar-header button {
  display: none;
}
/* line 97, ../sass/base/_header.scss */
.navbar-header > .content-logo, .navbar-header > .content-menu {
  float: left;
  display: inline-block;
}
/* line 102, ../sass/base/_header.scss */
.navbar-header > .content-logo {
  /*height: 54px;*/
  margin-right: 5%;
  min-width: 150px;
  vertical-align: top;
  width: 12.5%;
}
/* line 108, ../sass/base/_header.scss */
.navbar-header > .content-logo img {
  /*margin-top: -8px;*/
  display: block;
  width: 100%;
}
/* line 112, ../sass/base/_header.scss */
.navbar-header > .content-logo img#center_logo {
  display: none;
}
/* line 117, ../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 126, ../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 136, ../sass/base/_header.scss */
.navbar-header > .content-menu li.community-item-header {
  display: none;
}
/* line 139, ../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 153, ../sass/base/_header.scss */
.navbar-header > .content-menu li.active > .active-mark {
  /*display: inline;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 157, ../sass/base/_header.scss */
.navbar-header > .content-menu li a {
  display: table-row;
  height: 100%;
}
/* line 160, ../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 167, ../sass/base/_header.scss */
.navbar-header > .content-menu li a span.header_arrow {
  display: none;
}
/* line 170, ../sass/base/_header.scss */
.navbar-header > .content-menu li a span.header_world {
  display: table-cell;
}
/* line 173, ../sass/base/_header.scss */
.navbar-header > .content-menu li a span.header_world span.text {
  position: initial !important;
}
/* line 179, ../sass/base/_header.scss */
.navbar-header > .content-menu li a:hover {
  text-decoration: none;
}
/* line 184, ../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 193, ../sass/base/_header.scss */
.navbar-header > .content-menu i {
  font-size: 1em;
  /*vertical-align: bottom;*/
}
/* line 197, ../sass/base/_header.scss */
.navbar-header > .content-menu > .content-mainmenu-last {
  bottom: 0px;
  font-size: 0.8em;
  position: absolute;
  right: 0;
}
/* line 202, ../sass/base/_header.scss */
.navbar-header > .content-menu > .content-mainmenu-last i {
  margin: auto 10px;
}
/* line 207, ../sass/base/_header.scss */
.navbar-header > .content-other::before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
/* line 215, ../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 220, ../sass/base/_header.scss */
.navbar-header > .content-other img.search_icon, .navbar-header > .content-other img.buy_icon {
  display: none;
}
/* line 225, ../sass/base/_header.scss */
.navbar-header > .content-other #buy_child_item {
  display: none;
}
/* line 228, ../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 234, ../sass/base/_header.scss */
.navbar-header > .content-other .HeaderActivity.oldver {
  display: none;
  margin-left: initial;
  margin-right: initial;
}
/* line 239, ../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 243, ../sass/base/_header.scss */
.navbar-header > .content-other .HeaderActivity a:hover {
  color: #fff;
  text-shadow: 2px 1px 6px #0DFD44;
}
/* line 257, ../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 261, ../sass/base/_header.scss */
.navbar-header > .content-other i {
  font-size: 1.2em;
  vertical-align: middle;
}
/* line 264, ../sass/base/_header.scss */
.navbar-header > .content-other i.full-search-btn {
  cursor: pointer;
}
/* line 268, ../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 272, ../sass/base/_header.scss */
.navbar-header > .content-other form .submit_area {
  display: none;
}
/* line 274, ../sass/base/_header.scss */
.navbar-header > .content-other form .submit_area img {
  opacity: 0;
  display: none;
}
/* line 279, ../sass/base/_header.scss */
.navbar-header > .content-other form .search_new_item {
  display: none;
}
/* line 283, ../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 293, ../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 299, ../sass/base/_header.scss */
.navbar-header > .content-other .ui-autocomplete-loading {
  background: url("/Images/ajax-loader-SerachHelper.gif") #555 no-repeat;
}
/* line 306, ../sass/base/_header.scss */
.navbar > .navbar-header, .navbar > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
/* line 312, ../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] {
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
/* line 318, ../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 330, ../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] .new_menu_slide_area > div[id^="new-menu-image-"] {
  display: none;
}
/* line 333, ../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-header-"] {
  display: none;
}
/* line 336, ../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] .new_menu_slide_area > ul[id^="new-menu-Body-"] {
  display: none;
}
/* line 340, ../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-header-"] {
  display: none;
}
/* line 343, ../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-"] > ul[id^="new-menu-Body-"] {
  display: none;
}
/* line 346, ../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 354, ../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 361, ../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 363, ../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 369, ../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 375, ../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 379, ../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 381, ../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 383, ../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 389, ../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 396, ../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 399, ../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 404, ../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 410, ../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 414, ../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 421, ../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-is4ItemStyle"] li.is4ItemStyle:first-child {
  width: 22%;
  margin-left: 15%;
}
/* line 424, ../sass/base/_header.scss */
.navbar > div[id^="for-menu-header-is4ItemStyle"] li.is4ItemStyle:first-child .is4ItemStyle {
  width: 60%;
}
/* line 427, ../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 435, ../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 448, ../sass/base/_header.scss */
ul[id^="ui-id-"] {
  z-index: 1000;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 455, ../sass/base/_header.scss */
#header-bar {
  min-width: 1007px;
}

/* line 460, ../sass/base/_header.scss */
.Rwd #header-bar {
  min-width: 100%;
}

@media (min-width: 768px) {
  /* line 466, ../sass/base/_header.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 473, ../sass/base/_header.scss */
#for-menu-header-1 .new-menu-header, #for-menu-header-1 .menuBody {
  min-height: 420px;
}

/*RWD MENU*/
/* line 481, ../sass/base/_header.scss */
.MobileSearch,
.MobileMenu,
.MobileMenuArea,
.MobileMenuSubArea,
#ChangeWebType,
.MobileHeaderActivity {
  display: none;
}

@media only screen and (max-width: 1400px) {
  /* line 492, ../sass/base/_header.scss */
  #header-bar .cnAd {
    right: 2.5%;
    top: 15px;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  /* line 501, ../sass/base/_header.scss */
  .navbar-header .content-logo {
    margin-right: 1%;
  }
  /* line 504, ../sass/base/_header.scss */
  .navbar-header .content-menu li {
    margin: 0 7px;
  }
}
@media (min-width: 1101px) and (max-width: 1600px) {
  /* line 512, ../sass/base/_header.scss */
  .navbar-header .content-menu li {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 960px) {
  /* line 522, ../sass/base/_header.scss */
  .Rwd .HeaderActivity {
    display: none;
  }
  /* line 525, ../sass/base/_header.scss */
  .Rwd #header-bar {
    z-index: 1001;
  }
  /* line 529, ../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 540, ../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 551, ../sass/base/_header.scss */
  .Rwd .navbar-header .MobileHeaderActivity {
    width: 24%;
    font-size: inherit;
  }
  /* line 554, ../sass/base/_header.scss */
  .Rwd .navbar-header .MobileHeaderActivity a {
    color: #0DFD44;
    vertical-align: middle;
    font-size: 1em;
  }
  /* line 558, ../sass/base/_header.scss */
  .Rwd .navbar-header .MobileHeaderActivity a:hover {
    color: #fff;
    text-shadow: 2px 1px 6px #0DFD44;
  }
  /* line 562, ../sass/base/_header.scss */
  .Rwd .navbar-header .MobileHeaderActivity a img {
    width: 100%;
  }
  /* line 567, ../sass/base/_header.scss */
  .Rwd .navbar-header .content-logo {
    margin-right: 1%;
    margin-left: inherit;
  }
  /* line 572, ../sass/base/_header.scss */
  .Rwd #b2botherHead {
    display: none;
  }
  /* line 575, ../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 587, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea a {
    text-decoration: none;
    color: #ddd;
  }
  /* line 591, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea .menu-title {
    margin: 0 30px;
    padding: 0 24px;
  }
  /* line 595, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea .menu-title a i {
    float: right;
  }
  /* line 600, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu {
    width: 100%;
    margin: 0px auto;
  }
  /* line 603, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .space {
    display: inline-block;
    width: 15px;
  }
  /* line 607, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .content-menu-item {
    border-bottom: 1px solid #434343;
    padding: 10px 7.5% 10px;
  }
  /* line 610, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .content-menu-item a {
    text-decoration: none;
    color: #ddd;
  }
  /* line 613, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .content-menu-item a img {
    display: none;
  }
  /* line 617, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .content-menu-item.isComunity {
    display: none;
  }
  /* line 620, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .content-menu-item .container {
    max-width: 100%;
  }
  /* line 625, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .active a {
    color: #3399ff;
  }
  /* line 628, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .active .firstSub a {
    color: #ddd;
  }
  /* line 632, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .firstSub {
    display: none;
    font-size: 85%;
  }
  /* line 635, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .firstSub > ul[id^="menu-header-"], .Rwd .MobileMenuArea .Menu .firstSub > ul[id^="new-menu-header-"] {
    width: 100%;
  }
  /* line 640, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea .Menu .firstSub .container li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 647, ../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 655, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea .social-btn a {
    text-decoration: none;
    color: #888888;
  }
  /* line 658, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea .social-btn a img {
    display: none;
  }
  /* line 666, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar {
    border-bottom: inherit;
  }
  /* line 669, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .Menu .content-menu-item {
    border-bottom: inherit;
  }
  /* line 672, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .Menu .content-menu-item a i {
    display: none;
  }
  /* line 676, ../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 683, ../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 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 {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8.5%;
    background: url(/Images/Menu/right-arrow.png) 50% 50% no-repeat;
    background-size: 70%;
  }
  /* line 702, ../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 717, ../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 724, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .Menu .content-menu-item.isComunity {
    display: block;
  }
  /* line 727, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .Menu .content-menu-item:last-child {
    border-bottom: 1px solid #434343;
  }
  /* line 733, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .social-btn.social-btn-more {
    display: none;
  }
  /* line 737, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .social-btn a i {
    display: none;
  }
  /* line 740, ../sass/base/_header.scss */
  .Rwd .MobileMenuArea.new-mobile-header-bar .social-btn a img {
    display: inline-block;
    width: 36px;
  }
  /* line 748, ../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 756, ../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .fa {
    position: absolute;
  }
  /* line 759, ../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 763, ../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo li {
    width: 100%;
    margin: 0px auto;
    padding: 10px 2% 10px;
  }
  /* line 767, ../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo li.SubItem {
    font-size: 85%;
  }
  /* line 770, ../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo li span {
    margin: 0 30px;
  }
  /* line 772, ../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 780, ../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo .backBtn {
    cursor: pointer;
    color: #3399ff;
  }
  /* line 783, ../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo .backBtn .fa {
    top: 14px;
    left: 16px;
  }
  /* line 788, ../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo .SubTitle {
    color: #888888;
    border-bottom: 1px solid #434343;
  }
  /* line 793, ../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .MobileMenuSubTwo .SubItem a {
    text-decoration: none;
    color: #ddd;
  }
  /* line 799, ../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 807, ../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .social-btn .fa {
    position: relative;
  }
  /* line 810, ../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .social-btn a {
    text-decoration: none;
    color: #888888;
  }
  /* line 813, ../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .social-btn a img {
    display: none;
  }
  /* line 817, ../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea .social-btn.social-btn-more {
    display: none;
  }
  /* line 821, ../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea.new-mobile-header-bar {
    border-bottom: inherit;
  }
  /* line 824, ../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea.new-mobile-header-bar .social-btn img {
    display: inline-block;
    width: 36px;
  }
  /* line 828, ../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea.new-mobile-header-bar .social-btn i {
    display: none;
  }
  /* line 836, ../sass/base/_header.scss */
  .Rwd .MobileMenuSubArea #buy_child_item {
    display: none;
  }
  /* line 841, ../sass/base/_header.scss */
  .Rwd .navbar-header .content-other {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
  }
  /* line 845, ../sass/base/_header.scss */
  .Rwd .navbar-header .content-other.show-area {
    display: block !important;
  }
  /* line 848, ../sass/base/_header.scss */
  .Rwd .navbar-header .content-other form {
    width: 87%;
    display: inline-block;
  }
  /* line 852, ../sass/base/_header.scss */
  .Rwd .navbar-header .content-other input[type=text].search-input-show {
    width: 100%;
  }
  /* line 855, ../sass/base/_header.scss */
  .Rwd .navbar-header .content-other a {
    display: none;
  }
  /* line 858, ../sass/base/_header.scss */
  .Rwd .navbar-header .content-other .popularArea {
    font-size: 110%;
    padding-left: 10px;
  }
  /* line 861, ../sass/base/_header.scss */
  .Rwd .navbar-header .content-other .popularArea a {
    display: initial;
  }
  /* line 866, ../sass/base/_header.scss */
  .Rwd .navbar-header .navbar-toggle {
    display: none;
  }
  /* line 872, ../sass/base/_header.scss */
  .Rwd .navbar-header .content-menu,
  .Rwd .content-other {
    display: none;
  }
  /* line 877, ../sass/base/_header.scss */
  .Rwd #header-bar.show_area_search {
    border-bottom: 1px solid #343434;
  }
  /* line 882, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileHeaderActivity {
    display: none;
  }
  /* line 885, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo {
    width: 100%;
    text-align: center;
  }
  /* line 888, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo a {
    width: auto;
    display: inline-block;
  }
  /* line 891, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo a img {
    width: 180px;
    margin: 0px auto;
  }
  /* line 894, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo a img#original_logo {
    display: none;
  }
  /* line 897, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo a img#center_logo {
    display: block;
  }
  /* line 903, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  /* line 908, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu i {
    display: none;
  }
  /* line 912, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu img#mobile-menu-open-img {
    display: block;
    width: 32px;
  }
  /* line 918, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu.alreadyshow #mobile-menu-close {
    display: block;
    width: 32px;
  }
  /* line 922, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu.alreadyshow #mobile-menu-open {
    display: none;
  }
  /* line 926, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu.alreadyshow img#mobile-menu-open-img {
    display: none;
  }
  /* line 932, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileSearch {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  /* line 937, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileSearch i {
    display: none;
  }
  /* line 941, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileSearch img#mobile-search-open-img {
    display: block;
    width: 32px;
  }
  /* line 947, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileSearch.alreadyshow #mobile-search-close {
    display: block;
    width: 32px;
  }
  /* line 951, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileSearch.alreadyshow #mobile-search-open {
    display: none;
    width: 32px;
  }
  /* line 956, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileSearch.alreadyshow img#mobile-search-open-img {
    display: none;
  }
  /* line 965, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .content-other #Top-Menu-Search {
    position: relative;
    display: block;
    width: 100%;
    top: inherit;
    right: inherit;
    width: 100%;
    left: 0%;
  }
  /* line 973, ../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 980, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .content-other #Top-Menu-Search div.support-item {
    margin-top: 30px;
  }
  /* line 984, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .content-other #Top-Menu-Search .show-area {
    padding-bottom: 0;
  }
  /* line 989, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .content-other img.search_icon {
    display: none !important;
  }
  /* line 1001, ../sass/base/_header.scss */
  .Rwd .new-mobile-header-bar ul[id^="for-Mobilemenu-sub-"] li.backBtn i {
    display: none;
  }
  /* line 1006, ../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 1014, ../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 1030, ../sass/base/_header.scss */
  .navbar-header > .content-other input[type=text].search-input-show {
    width: 95px;
  }

  /* line 1035, ../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 1050, ../sass/base/_header.scss */
  .RWD .MobileHeaderActivity {
    float: inherit;
  }
}
/* line 1059, ../sass/base/_header.scss */
#header-bar.new-header-bar {
  background-color: #0C0C0C;
}
/* line 1063, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu {
  width: 80%;
}
/* line 1065, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu a {
  color: #999999;
}
/* line 1067, ../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 1071, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu a i {
  display: none;
}
/* line 1075, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu a span.header_arrow {
  display: inline-block;
}
/* line 1078, ../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 1087, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu a span.text:hover {
  color: #fff;
}
/* line 1090, ../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 1117, ../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 1122, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu > li.content-menu-item:first-child {
  margin-left: 0px;
}
/* line 1125, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu > li.content-menu-item a {
  cursor: default;
}
/* line 1130, ../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 1146, ../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 1155, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu > li.content-menu-item.active a {
  color: #fff;
}
/* line 1160, ../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 1163, ../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 1174, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu > li.community-item-header {
  display: table;
}
/* line 1179, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header > .content-menu .active-mark {
  display: none;
}
/* line 1185, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other {
  position: absolute;
  right: 0;
}
/* line 1190, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other .HeaderActivity {
  display: none;
  margin-top: 10px;
}
/* line 1193, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other .HeaderActivity a {
  display: initial;
}
/* line 1197, ../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 1207, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other #buy_child_item.show_child_buy {
  display: block;
}
/* line 1210, ../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 1214, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other #buy_child_item .child-item a {
  color: #999999;
}
/* line 1216, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other #buy_child_item .child-item a:hover {
  color: #fff;
}
/* line 1221, ../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 1225, ../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 1228, ../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 1233, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other #buy_child_item .child-item span.img {
  vertical-align: top;
}
/* line 1236, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other #buy_child_item .child-item span.img img {
  width: 66px;
}
/* line 1244, ../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 1253, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other i {
  display: none;
}
/* line 1256, ../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: #0C0C0C;
  -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 1265, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form .popularArea {
  font-size: 80%;
  margin-top: 20px;
}
/* line 1269, ../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 1280, ../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 1286, ../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 1293, ../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 1311, ../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 1316, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form .search_new_item a {
  display: block;
}
/* line 1318, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form .search_new_item a:hover {
  color: #fff;
}
/* line 1322, ../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 1327, ../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 1331, ../sass/base/_header.scss */
#header-bar.new-header-bar .navbar-header .content-other form .search_new_item.buy-item {
  line-height: 2em;
}
/* line 1335, ../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 1344, ../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 1348, ../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 1363, ../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 1373, ../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 1384, ../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"] > ul[id^="menu-header-"] {
  display: none;
}
/* line 1387, ../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 1391, ../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 1394, ../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 1420, ../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 1424, ../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 1435, ../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%;
  max-height: 40px;
  max-width: 100%;
}
/* line 1442, ../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 1457, ../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_ec {
  text-align: center;
  color: #3399ff;
  font-size: 120%;
  height: 25px;
  max-width: 100%;
  margin-top: 8%;
  border: solid 1px;
  width: 50px;
  margin: 10px auto;
}
/* line 1470, ../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 1475, ../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 1480, ../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 1492, ../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 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 {
  width: 100%;
  padding-right: 0;
  border-right: 1px solid #343434;
  padding-bottom: 2%;
  min-height: inherit;
  font-size: 1.25em;
  max-width: 100%;
}
/* line 1518, ../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 1522, ../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 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.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 1531, ../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 1534, ../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 1545, ../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 1548, ../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 1554, ../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 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.animate_slide {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* 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: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 1578, ../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 1580, ../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 1583, ../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 1588, ../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 1593, ../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 1598, ../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 1602, ../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 1611, ../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 1617, ../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 1622, ../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 1628, ../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 1636, ../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 1648, ../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 1661, ../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 1668, ../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 1676, ../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 1683, ../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"].noBodyMenu {
  width: initial;
  width: auto;
}
/* line 1686, ../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"].noBodyMenu .menu-slide-background {
  background: initial;
  background-image: none;
  background-color: #000;
}
/* line 1691, ../sass/base/_header.scss */
#header-bar.new-header-bar > div[id^="for-menu-header-"].noBodyMenu .new_menu_slide_area {
  width: 100%;
  margin-left: initial;
  margin-left: auto;
}
/* line 1695, ../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 1698, ../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 1702, ../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 1722, ../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .content-logo {
    margin-right: 2%;
  }
  /* line 1735, ../sass/base/_header.scss */
  #header-bar.new-header-bar > div[id^="for-menu-header-"] .new_menu_slide_area {
    margin-left: 23.5%;
  }
  /* line 1740, ../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 1745, ../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 1755, ../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 1758, ../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 1765, ../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 1772, ../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 1776, ../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;
  }

  /* line 1795, ../sass/base/_header.scss */
  #for-menu-header-1 .new-menu-header, #for-menu-header-1 .menuBody {
    min-height: 370px;
    min-height: 370px;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  /* line 1806, ../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 1819, ../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 1833, ../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 1849, ../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .content-menu li.content-menu-item {
    min-width: initial;
    margin-left: 20px;
  }
  /* line 1852, ../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .content-menu li.content-menu-item.text_chinese {
    min-width: 10%;
  }
  /* line 1860, ../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 1867, ../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 1874, ../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 1876, ../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 1879, ../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 1887, ../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 1891, ../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 1896, ../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 1901, ../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 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 {
    padding: 5px;
    max-width: 310px;
    width: 310px;
    height: 370px;
  }
  /* line 1917, ../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 1922, ../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 1927, ../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 1931, ../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 1940, ../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 1944, ../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 1966, ../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .content-logo {
    margin-right: 0%;
  }
  /* line 1969, ../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .content-menu {
    width: 78%;
  }
  /* line 1972, ../sass/base/_header.scss */
  #header-bar.new-header-bar .navbar-header .content-menu li.content-menu-item {
    margin-left: 20px;
  }
  /* line 1981, ../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 2000, ../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 2004, ../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 2008, ../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 2012, ../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 2029, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other {
    padding: 0;
  }
  /* line 2031, ../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 2036, ../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 2044, ../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: initial !important;
  }
  /* line 2051, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other.show-area #Top-Menu-Search {
    border: initial;
    top: -24px;
  }
  /* line 2059, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other #Top-Menu-Search {
    padding: 0;
  }
  /* line 2061, ../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 2066, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-other #Top-Menu-Search .submit_area {
    top: 0;
    right: 0;
  }
  /* line 2071, ../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 2077, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .content-logo {
    margin-right: 0;
  }

  /* line 2090, ../sass/base/_header.scss */
  #for-menu-header-1 .new-menu-header, #for-menu-header-1 .menuBody {
    min-height: unset;
    min-height: initial;
  }
}
@media (max-width: 321px) {
  /* line 2104, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu img#mobile-menu-open-img {
    width: 28px;
  }
  /* line 2107, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileMenu img#mobile-menu-close {
    width: 28px;
  }
  /* line 2114, ../sass/base/_header.scss */
  .Rwd #header-bar.new-header-bar .navbar-header .MobileSearch img#mobile-search-open-img {
    width: 28px;
  }
  /* line 2117, ../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 2132, ../sass/base/_header.scss */
  .Rwd .navbar-header .MobileHeaderActivity {
    width: 32%;
  }
}
@media (max-width: 361px) {
  /* line 2142, ../sass/base/_header.scss */
  .Rwd .navbar-header .MobileHeaderActivity {
    width: 30%;
    font-size: 0.8em;
  }
  /* line 2146, ../sass/base/_header.scss */
  .Rwd .navbar-header .MobileSearch,
  .Rwd .navbar-header .MobileMenu {
    font-size: 14px;
  }
}
@media (min-width: 640px) and (max-width: 960px) {
  /* line 2159, ../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;
  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;
  z-index: 9999;
  display: none;
}
/* line 151, ../sass/base/_footer.scss */
#policy-div > div {
  width: 80%;
  max-width: 1351px;
  margin: 0px auto;
  padding: 20px 0 10px 0;
  position: relative;
  max-width: 74%;
}
/* line 159, ../sass/base/_footer.scss */
#policy-div > div #policy-close {
  position: absolute;
  right: 0;
  cursor: pointer;
  margin-right: 10px;
}
/* line 164, ../sass/base/_footer.scss */
#policy-div > div #policy-close > img {
  width: 70%;
}
/* line 168, ../sass/base/_footer.scss */
#policy-div > div span {
  color: #FFF;
}
/* line 171, ../sass/base/_footer.scss */
#policy-div > div a {
  color: #FFF;
  text-decoration: underline;
}

@media (max-width: 1600px) and (min-width: 1211px) {
  /* line 181, ../sass/base/_footer.scss */
  #policy-div > div {
    width: 88%;
    max-width: inherit;
  }
}
@media (max-width: 1210px) and (min-width: 961px) {
  /* line 191, ../sass/base/_footer.scss */
  #policy-div > div {
    width: 92%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 960px) {
  /* line 203, ../sass/base/_footer.scss */
  .Rwd #policy-div > div #policy-close {
    margin-right: inherit;
  }
  /* line 206, ../sass/base/_footer.scss */
  .Rwd #policy-div > div .policy-div-txt {
    display: block;
    width: 90%;
  }
}
@media (max-width: 770px) {
  /* line 216, ../sass/base/_footer.scss */
  #policy-close {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
  }
  /* line 221, ../sass/base/_footer.scss */
  #policy-close > img {
    width: 70%;
  }
}
@media only screen and (max-width: 960px) {
  /* line 232, ../sass/base/_footer.scss */
  .Rwd footer {
    min-width: 100%;
    margin-top: 0px !important;
  }
  /* line 237, ../sass/base/_footer.scss */
  .Rwd footer .footer-info-first a {
    color: #3399ff;
  }
  /* line 241, ../sass/base/_footer.scss */
  .Rwd footer .footer-cn-PC {
    display: none;
  }
  /* line 244, ../sass/base/_footer.scss */
  .Rwd footer .footer-top {
    text-align: center;
  }
  /* line 246, ../sass/base/_footer.scss */
  .Rwd footer .footer-top .footer-info {
    width: 48%;
    margin: 0px 0px;
    padding-bottom: 20px;
  }
  /* line 250, ../sass/base/_footer.scss */
  .Rwd footer .footer-top .footer-info .footer-info-other {
    display: none;
  }
  /* line 257, ../sass/base/_footer.scss */
  .Rwd footer .footer-top .local_customer {
    display: none;
  }
  /* line 260, ../sass/base/_footer.scss */
  .Rwd footer .footer-top .footer-sns {
    display: none;
  }
  /* line 264, ../sass/base/_footer.scss */
  .Rwd footer .footer-bottom {
    margin: 0px 0px;
    text-align: center;
  }
  /* line 267, ../sass/base/_footer.scss */
  .Rwd footer .footer-bottom #ChangeWebType {
    float: right;
    display: none;
  }
  /* line 270, ../sass/base/_footer.scss */
  .Rwd footer .footer-bottom #ChangeWebType a {
    text-decoration: underline;
  }
  /* line 274, ../sass/base/_footer.scss */
  .Rwd footer .footer-bottom .footer-cn {
    width: 100%;
    display: block;
  }
  /* line 277, ../sass/base/_footer.scss */
  .Rwd footer .footer-bottom .footer-cn > div {
    display: block;
    width: 100%;
  }
  /* line 281, ../sass/base/_footer.scss */
  .Rwd footer .footer-bottom .footer-cn > div.first img {
    height: 23px;
  }
  /* line 286, ../sass/base/_footer.scss */
  .Rwd footer .footer-bottom .footer-cn > div.third img {
    max-width: 100px;
  }
  /* line 292, ../sass/base/_footer.scss */
  .Rwd footer .footer-bottom .copy-right {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  /* line 296, ../sass/base/_footer.scss */
  .Rwd footer .footer-bottom .copy-right .policy-area {
    display: block;
  }
}
/* line 308, ../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 320, ../sass/base/_footer.scss */
footer.new-footer .container {
  margin: 0 auto;
  width: 68%;
  padding-bottom: 5%;
}
/* line 325, ../sass/base/_footer.scss */
footer.new-footer a {
  color: #999999;
}
/* line 327, ../sass/base/_footer.scss */
footer.new-footer a:hover {
  color: #FFFFFF;
}
/* line 334, ../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 343, ../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 352, ../sass/base/_footer.scss */
footer.new-footer .sns-slider-Content span {
  margin: 0 3%;
}
/* line 355, ../sass/base/_footer.scss */
footer.new-footer .sns-slider-Content .sns-Item {
  margin: 4%;
}
/* line 357, ../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 368, ../sass/base/_footer.scss */
footer.new-footer .sns-slider-Content .sns-Item .social-btn img {
  width: 90%;
  opacity: 0.7;
  margin-top: 3%;
}
/* line 378, ../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 381, ../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 383, ../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 386, ../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 394, ../sass/base/_footer.scss */
footer.new-footer .footer-top {
  margin: 2% 0 5% 0;
  /*.footer-info-other {
      @include useGoogleFont();
  }*/
}
/* line 396, ../sass/base/_footer.scss */
footer.new-footer .footer-top .local_customer {
  font-size: 120%;
}
/* line 399, ../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 405, ../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-info.first-div {
  margin-left: 0;
}
/* line 408, ../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-info-first {
  font-size: 1.1em;
  font-weight: bold;
}
/* line 412, ../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-info li {
  padding-bottom: 5%;
}
/* line 416, ../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-info:last-child {
  margin-right: 0;
}
/* line 419, ../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-info-area {
  width: 75%;
  display: inline-block;
}
/* line 423, ../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-info-slideer {
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  opacity: 0.2;
}
/* line 430, ../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 436, ../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 450, ../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-sns .social-btn .material-icons {
  font-size: 1.4em;
  vertical-align: top;
}
/* line 454, ../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-sns .social-btn i.fa {
  display: none;
}
/* line 457, ../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 464, ../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-sns .social-btn:hover {
  border: 2px solid #FFFFFF;
}
/* line 466, ../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-sns .social-btn:hover i {
  color: #FFFFFF;
}
/* line 469, ../sass/base/_footer.scss */
footer.new-footer .footer-top .footer-sns .social-btn:hover img {
  opacity: inherit;
}
/* line 474, ../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 486, ../sass/base/_footer.scss */
footer.new-footer .footer-cn {
  padding-right: 0.5em;
}
/* line 489, ../sass/base/_footer.scss */
footer.new-footer .footer-bottom {
  margin: auto 0;
}
/* line 491, ../sass/base/_footer.scss */
footer.new-footer .footer-bottom div {
  display: inline-block;
}
/* line 496, ../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 505, ../sass/base/_footer.scss */
footer.new-footer .footer-bottom .language img {
  max-width: 24px;
  vertical-align: middle;
  opacity: 0.7;
  display: inherit;
}
/* line 512, ../sass/base/_footer.scss */
footer.new-footer .footer-bottom .language a {
  vertical-align: middle;
  font-size: 130%;
}
/* line 520, ../sass/base/_footer.scss */
footer.new-footer .footer-bottom .language:hover img {
  opacity: 1;
}
/* line 523, ../sass/base/_footer.scss */
footer.new-footer .footer-bottom .language:hover a {
  color: #FFFFFF;
}
/* line 527, ../sass/base/_footer.scss */
footer.new-footer .footer-bottom .footer-cn {
  display: none;
}
/* line 530, ../sass/base/_footer.scss */
footer.new-footer .footer-bottom .copy-right {
  color: #707070;
  float: right;
  font-weight: bold;
  font-size: 80%;
}
/* line 535, ../sass/base/_footer.scss */
footer.new-footer .footer-bottom .copy-right span {
  margin: auto 0.2em;
}
/* line 540, ../sass/base/_footer.scss */
footer.new-footer .footer-bottom .copy-right span a:hover {
  color: #FFFFFF;
}
/* line 549, ../sass/base/_footer.scss */
footer.new-footer .Rwd footer {
  min-width: 100%;
}
/* line 555, ../sass/base/_footer.scss */
footer.new-footer #policy-div {
  width: 100%;
  background-color: #333333;
  bottom: 0px;
  position: fixed;
  z-index: 9999;
  display: none;
}
/* line 562, ../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 568, ../sass/base/_footer.scss */
footer.new-footer #policy-div > div #policy-close {
  position: absolute;
  right: 0;
  cursor: pointer;
}
/* line 572, ../sass/base/_footer.scss */
footer.new-footer #policy-div > div #policy-close > img {
  width: 70%;
}
/* line 576, ../sass/base/_footer.scss */
footer.new-footer #policy-div > div span {
  color: #FFFFFF;
}
/* line 579, ../sass/base/_footer.scss */
footer.new-footer #policy-div > div a {
  color: #FFFFFF;
  text-decoration: underline;
}

@media (max-width: 770px) {
  /* line 592, ../sass/base/_footer.scss */
  footer.new-footer #policy-close {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
  }
  /* line 597, ../sass/base/_footer.scss */
  footer.new-footer #policy-close > img {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  /* line 612, ../sass/base/_footer.scss */
  footer.new-footer .footer-top .footer-info {
    margin-right: 5%;
  }
  /* line 616, ../sass/base/_footer.scss */
  footer.new-footer .sns-slider {
    max-width: 85%;
    width: inherit;
  }
}
@media only screen and (max-width: 960px) {
  /* line 631, ../sass/base/_footer.scss */
  .Rwd footer .footer-top .isMainCustomized {
    display: none;
  }
  /* line 637, ../sass/base/_footer.scss */
  .Rwd footer.new-footer {
    min-width: 100%;
    margin-top: 0px !important;
  }
  /* line 641, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-info-first a {
    color: #999999;
  }
  /* line 646, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-cn-PC {
    display: none;
  }
  /* line 649, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top {
    text-align: left;
    margin: 10% 0;
  }
  /* line 652, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .footer-info {
    width: 100%;
    margin: 0px 0px;
    padding-bottom: inherit;
  }
  /* line 656, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .footer-info li {
    padding: 0;
  }
  /* line 659, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .footer-info .footer-info-other {
    display: none;
  }
  /* line 666, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .isMainCustomized {
    display: inherit;
    width: 100%;
    margin: inherit;
  }
  /* line 673, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .isMainCustomized .footer-info-first {
    display: none;
  }
  /* line 677, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .isMainCustomized .footer-info-other {
    padding: inherit;
    display: block;
    font-weight: bold;
  }
  /* line 683, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .isMainCustomized a:hover {
    color: inherit;
  }
  /* line 688, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .local_customer {
    display: none;
  }
  /* line 691, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-top .footer-sns {
    display: none;
  }
  /* line 695, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom {
    margin: 0px 0px;
    text-align: center;
  }
  /* line 698, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom #ChangeWebType {
    float: right;
    display: none;
  }
  /* line 701, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom #ChangeWebType a {
    text-decoration: underline;
  }
  /* line 705, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom .footer-cn {
    width: 100%;
    display: block;
  }
  /* line 708, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom .footer-cn > div {
    display: block;
    width: 100%;
  }
  /* line 712, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom .footer-cn > div.first img {
    height: 23px;
  }
  /* line 717, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom .footer-cn > div.third img {
    max-width: 100px;
  }
  /* line 723, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom .copy-right {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  /* line 727, ../sass/base/_footer.scss */
  .Rwd footer.new-footer .footer-bottom .copy-right .policy-area {
    display: block;
  }
  /* line 729, ../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, .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 16, ../sass/Index.scss */
.main-content-background {
  /*height: 100%;*/
}

/* line 20, ../sass/Index.scss */
.container.body-content {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  max-width: 100%;
  z-index: 0;
}

/* line 30, ../sass/Index.scss */
.spinner {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  margin: 0px auto;
  left: 49%;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

/* line 40, ../sass/Index.scss */
img.Mobile-Youtube {
  width: 100%;
}

/* line 43, ../sass/Index.scss */
.youtube_href_cover_is_video {
  background-image: url(/Images/2017/overlay-bg.png);
  background-size: cover;
}

/* line 48, ../sass/Index.scss */
.youtube_href_cover img {
  position: absolute;
}
/* line 51, ../sass/Index.scss */
.youtube_href_cover div.backimg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  position: relative;
}
/* line 61, ../sass/Index.scss */
.youtube_href_cover div.backimg.already {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* line 95, ../sass/Index.scss */
.animateBig {
  position: absolute;
  -moz-animation: mymove 0.5s;
  -webkit-animation: mymove 0.5s;
  animation: mymove 0.5s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: initial;
}

/* Safari 4.0 - 8.0 */
/* line 103, ../sass/Index.scss */
.visin {
  -moz-animation: vanishIn 1s;
  -webkit-animation: vanishIn 1s;
  animation: vanishIn 1s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes mymove {
  0% {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
  10% {
    -moz-transform: rotateX(240deg);
    -webkit-transform: rotateX(240deg);
    transform: rotateX(240deg);
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5);
  }
  20% {
    -moz-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    box-shadow: 0 0 8px 8px rgba(255, 255, 255, 0.5);
  }
  30% {
    -moz-transform: rotateX(720deg);
    -webkit-transform: rotateX(720deg);
    transform: rotateX(720deg);
  }
  40% {
    -moz-transform: rotateX(1080deg);
    -webkit-transform: rotateX(1080deg);
    transform: rotateX(1080deg);
    -moz-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: none;
  }
}
@keyframes mymove {
  0% {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
  10% {
    -moz-transform: rotateX(240deg);
    -webkit-transform: rotateX(240deg);
    transform: rotateX(240deg);
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5);
  }
  20% {
    -moz-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    box-shadow: 0 0 8px 8px rgba(255, 255, 255, 0.5);
  }
  30% {
    -moz-transform: rotateX(720deg);
    -webkit-transform: rotateX(720deg);
    transform: rotateX(720deg);
  }
  40% {
    -moz-transform: rotateX(1080deg);
    -webkit-transform: rotateX(1080deg);
    transform: rotateX(1080deg);
    -moz-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: none;
  }
}
@keyframes vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    filter: blur(0px);
  }
}
/* line 162, ../sass/Index.scss */
.explode .bg_pic {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 163, ../sass/Index.scss */
.explode .bg_pic1, .explode .bg_pic6, .explode .bg_pic12 {
  -moz-animation: division-rotateplane 0.3s;
  -webkit-animation: division-rotateplane 0.3s;
  animation: division-rotateplane 0.3s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 169, ../sass/Index.scss */
.explode .bg_pic3, .explode .bg_pic5, .explode .bg_pic11 {
  -moz-animation: division-rotateplane 0.3s;
  -webkit-animation: division-rotateplane 0.3s;
  animation: division-rotateplane 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 176, ../sass/Index.scss */
.explode .bg_pic2, .explode .bg_pic8, .explode .bg_pic9 {
  -moz-animation: division-rotateplane 0.3s;
  -webkit-animation: division-rotateplane 0.3s;
  animation: division-rotateplane 0.3s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 183, ../sass/Index.scss */
.explode .bg_pic4, .explode .bg_pic7, .explode .bg_pic10 {
  -moz-animation: division-rotateplane 0.3s;
  -webkit-animation: division-rotateplane 0.3s;
  animation: division-rotateplane 0.3s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes division-rotateplane {
  0% {
    border: 1px solid black;
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
  100% {
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: none;
  }
}
@keyframes division-rotateplane {
  0% {
    border: 1px solid black;
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
  100% {
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: none;
  }
}
/* line 233, ../sass/Index.scss */
.index-background {
  background: url("/Images/mainbg.jpg") 0 0 no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #000;
}
/* line 242, ../sass/Index.scss */
.index-content {
  height: 100%;
  overflow: hidden;
  	/*.main-page-banner {
  	overflow: hidden;
  }*/
}
/* line 249, ../sass/Index.scss */
.index-content #bottom-banner-shadow {
  left: 0.5%;
  width: 99%;
  height: 99.9%;
}
/* line 254, ../sass/Index.scss */
.index-content .bottom-banner {
  width: 80%;
  max-width: 1351px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 2em;
}
/* line 263, ../sass/Index.scss */
.index-content .bottom-banner .A2-area {
  width: 66.5%;
}
/* line 266, ../sass/Index.scss */
.index-content .bottom-banner .A3-area {
  width: 33.25%;
}
/* line 269, ../sass/Index.scss */
.index-content .bottom-banner > ul {
  /*display: inline-block;*/
  float: left;
  margin-top: -2em;
}
/* line 274, ../sass/Index.scss */
.index-content .bottom-banner > ul > li {
  max-width: 450px;
  max-height: 450px;
  float: left;
  padding: .45em .2em;
  overflow: hidden;
  position: relative;
}
/* line 282, ../sass/Index.scss */
.index-content .bottom-banner > ul > li .wording-background {
  	/*background: {
  	color: #000;
  	//image:url("/Images/Index/DefaultBanner/arrow_B.png") 95% 50% no-repeat;
  }*/
  background: url("/Images/Index/DefaultBanner/arrow_B.png") 95% 50% no-repeat;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #FFF;
  background-color: #000000 \9;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 300ms ease 0ms;
}
/* line 296, ../sass/Index.scss */
.index-content .bottom-banner > ul > li .wording-content {
  padding: 2% 3%;
  font-size: 120%;
  margin-right: 11%;
}
/* line 303, ../sass/Index.scss */
.index-content .bottom-banner > ul > li .youtube_icon {
  background: url("/Images/Index/DefaultBanner/youtube.png") 95% 50% no-repeat;
}
/* line 306, ../sass/Index.scss */
.index-content .bottom-banner > ul > li .fb_icon {
  background: url("/Images/Index/DefaultBanner/fb.png") 95% 50% no-repeat;
}
/* line 309, ../sass/Index.scss */
.index-content .bottom-banner > ul > li .IG_icon {
  background: url("/Images/Index/DefaultBanner/ig.png") 95% 50% no-repeat;
}
/* line 312, ../sass/Index.scss */
.index-content .bottom-banner > ul > li .Weibo_icon {
  background: url("/Images/Index/DefaultBanner/weibo.png") 95% 50% no-repeat;
}
/* line 315, ../sass/Index.scss */
.index-content .bottom-banner > ul > li .Youku_icon {
  background: url("/Images/Index/DefaultBanner/youku.png") 95% 50% no-repeat;
}
/* line 318, ../sass/Index.scss */
.index-content .bottom-banner > ul > li .youtube_icon,
.index-content .bottom-banner > ul > li .fb_icon,
.index-content .bottom-banner > ul > li .IG_icon,
.index-content .bottom-banner > ul > li .Weibo_icon,
.index-content .bottom-banner > ul > li .Youku_icon,
.index-content .bottom-banner > ul > li .wording-background {
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 326, ../sass/Index.scss */
.index-content .bottom-banner > ul > li[data-combo="1"] {
  width: 25%;
  max-height: 225px;
}
/* line 330, ../sass/Index.scss */
.index-content .bottom-banner > ul > li[data-combo="2"], .index-content .bottom-banner > ul > li[data-combo="4"] {
  width: 50%;
  max-height: 225px;
}
/* line 334, ../sass/Index.scss */
.index-content .bottom-banner > ul > li[data-combo="2"] .wording-background, .index-content .bottom-banner > ul > li[data-combo="4"] .wording-background {
  height: 33%;
}
/* line 24, ../sass/base/_font.scss */
.index-content .bottom-banner > ul > li[data-combo="2"] .wording-background.google-font, .index-content .bottom-banner > ul > li[data-combo="4"] .wording-background.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 339, ../sass/Index.scss */
.index-content .bottom-banner > ul > li[data-combo="4"] {
  max-height: 450px;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 345, ../sass/Index.scss */
.index-content .bottom-banner > ul > li[data-combo="4"] .wording-background {
  height: 16.5%;
}
/* line 349, ../sass/Index.scss */
.index-content .bottom-banner > ul > li[data-combo="2"][data-index="3"] {
  width: 100%;
}
/* line 352, ../sass/Index.scss */
.index-content .bottom-banner > ul > li[data-combo="1"] {
  max-width: 225px;
  max-height: 225px;
}
/* line 355, ../sass/Index.scss */
.index-content .bottom-banner > ul > li[data-combo="1"][data-index="4"], .index-content .bottom-banner > ul > li[data-combo="1"][data-index="5"] {
  width: 50%;
}
/* line 359, ../sass/Index.scss */
.index-content .bottom-banner > ul > li[data-combo="1"] .wording-background {
  height: 33%;
}
/* line 24, ../sass/base/_font.scss */
.index-content .bottom-banner > ul > li[data-combo="1"] .wording-background.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 364, ../sass/Index.scss */
.index-content .bottom-banner > ul > li[data-index="1"], .index-content .bottom-banner > ul > li[data-index="3"] {
  padding-top: 0;
  padding-bottom: .15em;
}
/* line 371, ../sass/Index.scss */
.index-content .bottom-banner > ul > li[data-index="2"], .index-content .bottom-banner > ul > li[data-index="4"], .index-content .bottom-banner > ul > li[data-index="5"] {
  padding-top: .15em;
  padding-bottom: 0;
}
/* line 381, ../sass/Index.scss */
.index-content .bottom-banner > ul > li[data-index="4"] .wording-content, .index-content .bottom-banner > ul > li[data-index="5"] .wording-content {
  margin-right: 16%;
}
/* line 385, ../sass/Index.scss */
.index-content .bottom-banner > ul > li > div {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
/* line 391, ../sass/Index.scss */
.index-content .bottom-banner > ul > li > div.div-layout {
  position: absolute;
  z-index: 2;
}
/* line 398, ../sass/Index.scss */
.index-content .bottom-banner > ul > li a:hover .div-layout {
  -moz-box-shadow: inset 0px 3px 30px 5px rgba(30, 144, 255, 0.6);
  -webkit-box-shadow: inset 0px 3px 30px 5px rgba(30, 144, 255, 0.6);
  box-shadow: inset 0px 3px 30px 5px rgba(30, 144, 255, 0.6);
  border: 1px solid #1E90FF;
  border-style: inset;
}
/* line 411, ../sass/Index.scss */
.index-content .bottom-banner > ul > li a:hover .wording-background {
  background: url("/Images/Index/DefaultBanner/arrow_w.png") 95% 50% no-repeat;
}
/* line 414, ../sass/Index.scss */
.index-content .bottom-banner > ul > li a:hover .youtube_icon {
  background: url("/Images/Index/DefaultBanner/youtube_w.png") 95% 50% no-repeat;
}
/* line 417, ../sass/Index.scss */
.index-content .bottom-banner > ul > li a:hover .fb_icon {
  background: url("/Images/Index/DefaultBanner/fb_w.png") 95% 50% no-repeat;
}
/* line 420, ../sass/Index.scss */
.index-content .bottom-banner > ul > li a:hover .IG_icon {
  background: url("/Images/Index/DefaultBanner/ig_w.png") 95% 50% no-repeat;
}
/* line 423, ../sass/Index.scss */
.index-content .bottom-banner > ul > li a:hover .Weibo_icon {
  background: url("/Images/Index/DefaultBanner/weibo_w.png") 95% 50% no-repeat;
}
/* line 426, ../sass/Index.scss */
.index-content .bottom-banner > ul > li a:hover .Youku_icon {
  background: url("/Images/Index/DefaultBanner/youku_w.png") 95% 50% no-repeat;
}
/* line 429, ../sass/Index.scss */
.index-content .bottom-banner > ul > li a:hover .youtube_icon,
.index-content .bottom-banner > ul > li a:hover .fb_icon,
.index-content .bottom-banner > ul > li a:hover .IG_icon,
.index-content .bottom-banner > ul > li a:hover .Weibo_icon,
.index-content .bottom-banner > ul > li a:hover .Youku_icon,
.index-content .bottom-banner > ul > li a:hover .wording-background {
  background-color: dodgerblue;
  background-color: #1E90FF9;
}
/* line 439, ../sass/Index.scss */
.index-content .bottom-banner > ul > li a .div-layout {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 300ms ease 0ms;
}
/* line 447, ../sass/Index.scss */
.index-content .bottom-banner > ul > li img {
  display: block;
}

/* line 455, ../sass/Index.scss */
.block_content-hide {
  display: none;
}

@media (max-width: 1366px) {
  /* line 462, ../sass/Index.scss */
  .index-content .top-banner {
    background-color: #000;
  }
  /* line 465, ../sass/Index.scss */
  .index-content .bottom-banner {
    max-width: 900px;
  }
  /* line 467, ../sass/Index.scss */
  .index-content .bottom-banner .A2-area,
  .index-content .bottom-banner .A3-area {
    width: 100%;
  }
  /* line 471, ../sass/Index.scss */
  .index-content .bottom-banner .A3-area {
    margin-top: 0.3em;
  }
  /* line 476, ../sass/Index.scss */
  .index-content .bottom-banner ul > li[data-combo="2"][data-index="3"] {
    width: 50%;
  }
  /* line 479, ../sass/Index.scss */
  .index-content .bottom-banner ul > li[data-combo="1"][data-index="4"], .index-content .bottom-banner ul > li[data-combo="1"][data-index="5"] {
    width: 25%;
  }
  /* line 483, ../sass/Index.scss */
  .index-content .bottom-banner ul > li[data-index="3"] {
    padding-bottom: 0;
    padding-top: .15em;
  }
}
@media only screen and (max-width: 770px) {
  /* line 502, ../sass/Index.scss */
  .Rwd .index-content .top-banner .mtSlider-direction img {
    width: 50%;
  }
  /* line 507, ../sass/Index.scss */
  .Rwd .index-content .bottom-banner {
    width: 90%;
  }
  /* line 509, ../sass/Index.scss */
  .Rwd .index-content .bottom-banner > ul {
    margin-top: 0px;
  }
  /* line 512, ../sass/Index.scss */
  .Rwd .index-content .bottom-banner > ul li[data-combo="2"], .Rwd .index-content .bottom-banner > ul li[data-combo="4"] {
    width: 100%;
    max-width: none;
    max-height: none;
  }
  /* line 517, ../sass/Index.scss */
  .Rwd .index-content .bottom-banner > ul li[data-combo="2"] .wording-background, .Rwd .index-content .bottom-banner > ul li[data-combo="4"] .wording-background {
    height: auto;
    min-height: 45px;
  }
  /* line 24, ../sass/base/_font.scss */
  .Rwd .index-content .bottom-banner > ul li[data-combo="2"] .wording-background.google-font, .Rwd .index-content .bottom-banner > ul li[data-combo="4"] .wording-background.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 523, ../sass/Index.scss */
  .Rwd .index-content .bottom-banner > ul li[data-combo="2"][data-index="3"] {
    width: 100%;
  }
  /* line 526, ../sass/Index.scss */
  .Rwd .index-content .bottom-banner > ul li[data-combo="1"][data-index="4"], .Rwd .index-content .bottom-banner > ul li[data-combo="1"][data-index="5"] {
    width: 50%;
    max-width: none;
    max-height: none;
  }
  /* line 536, ../sass/Index.scss */
  .Rwd .index-background {
    background: none;
    background-color: #000;
  }
  /* line 544, ../sass/Index.scss */
  .Rwd #div_A1 {
    width: 90%;
    margin: 0px auto;
  }
}
