@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2");
}
/* line 24, ../../../sass/base/_base.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 106, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/* line 14, ../../../sass/base/_common.scss */
html,
body {
  height: 100%;
}

/* line 20, ../../../sass/base/_common.scss */
.topBg {
  min-height: 100%;
  position: relative;
}

/* line 29, ../../../sass/base/_common.scss */
body {
  color: #FFFFFF;
  margin: 0;
  font-family: 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

/* line 35, ../../../sass/base/_common.scss */
a {
  color: #1E5BF6;
  /*#1d6cfe;/*#3399ff;/*#428bca;*/
  text-decoration: none;
}
/* line 40, ../../../sass/base/_common.scss */
a:hover {
  text-decoration: none;
  color: #1E5BF6;
}

/* line 47, ../../../sass/base/_common.scss */
b,
strong {
  font-weight: bold;
}

/* line 52, ../../../sass/base/_common.scss */
.ajax-loading {
  width: 100% !important;
  left: 0 !important;
  text-align: center !important;
}
/* line 57, ../../../sass/base/_common.scss */
.ajax-loading img {
  width: 60px !important;
}

/* line 62, ../../../sass/base/_common.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 70, ../../../sass/base/_common.scss */
sup {
  top: -0.5em;
}

/* line 74, ../../../sass/base/_common.scss */
sub {
  bottom: -0.25em;
}

/* line 78, ../../../sass/base/_common.scss */
.scroll-style {
  height: 100%;
  overflow: auto;
  position: relative;
  display: none;
}

/* line 85, ../../../sass/base/_common.scss */
.main-content-background {
  background-color: #FFFFFF;
  /*color: $blackColor;*/
  color: #434343;
  overflow: hidden;
  position: relative;
}

/* line 93, ../../../sass/base/_common.scss */
.container,
.container-header,
.container-footer {
  /*padding: {
      right: 15px;
      left: 15px;
  }*/
  margin-left: auto;
  margin-right: auto;
  /*max-width: ($maxContentWidth/$maxScreenWidth)*100%;*/
  max-width: 74%;
}
/* line 109, ../../../sass/base/_common.scss */
.container:before, .container:after,
.container-header:before,
.container-header:after,
.container-footer:before,
.container-footer:after {
  display: table;
  content: " ";
}
/* line 115, ../../../sass/base/_common.scss */
.container:after,
.container-header:after,
.container-footer:after {
  clear: both;
}

/* line 120, ../../../sass/base/_common.scss */
#header-bar {
  margin-bottom: 0;
  z-index: 999;
}

/* line 125, ../../../sass/base/_common.scss */
.hide {
  display: none;
}

/* line 129, ../../../sass/base/_common.scss */
.show {
  display: block;
}

/* line 133, ../../../sass/base/_common.scss */
.red {
  color: red;
}

/* line 137, ../../../sass/base/_common.scss */
.clear {
  clear: both;
}

/* line 141, ../../../sass/base/_common.scss */
.float-left {
  float: left;
}

/* line 145, ../../../sass/base/_common.scss */
.float-right {
  float: right;
}

/* line 149, ../../../sass/base/_common.scss */
.SearchAutoComplete {
  max-height: inherit !important;
  background-color: #666 !important;
  color: #fff !important;
  line-height: 123% !important;
  border: initial !important;
  overflow-y: hidden !important;
}
/* line 159, ../../../sass/base/_common.scss */
.SearchAutoComplete li div.ui-state-active {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

/* line 169, ../../../sass/base/_common.scss */
input[type="text"] {
  border: 1px solid #b3b3b3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  width: 160px;
  padding: 5px 5px 5px 5px;
  outline: none;
  font-family: 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

/* line 180, ../../../sass/base/_common.scss */
textarea {
  border: 1px solid #b3b3b3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 5px 5px 5px;
  outline: none;
  font-family: 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

/* line 189, ../../../sass/base/_common.scss */
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #b3b3b3;
  background-image: url(/Images/select_bg.jpg);
  background-size: cover;
  border-radius: 3px;
  min-width: 160px;
  min-height: 30px;
  outline: none;
  background-position: right center;
  padding: 0 10px;
  cursor: pointer;
  padding-right: 30px;
  font-family: 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

/* line 206, ../../../sass/base/_common.scss */
select::-ms-expand {
  display: none;
}

/* line 210, ../../../sass/base/_common.scss */
.mt-customer-selector-layout {
  position: relative;
}
/* line 213, ../../../sass/base/_common.scss */
.mt-customer-selector-layout select {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  min-width: 160px;
  padding-right: 30px;
  position: absolute;
  width: 100%;
}
/* line 222, ../../../sass/base/_common.scss */
.mt-customer-selector-layout .csutomer-select {
  font-size: 95%;
}
/* line 225, ../../../sass/base/_common.scss */
.mt-customer-selector-layout .csutomer-select span {
  color: #000000;
}

/*BTN Page*/
/* line 233, ../../../sass/base/_common.scss */
.btn-group-next, .btn-group-prev {
  text-align: center;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background-size: cover;
}

/* line 245, ../../../sass/base/_common.scss */
.btn-group-next:hover, .btn-group-prev:hover {
  background-color: #2c58c8;
  border: 1px solid #3333cc;
}

/* line 250, ../../../sass/base/_common.scss */
.btn-group-next {
  background-image: url("/Images/next_btn.png");
}

/* line 255, ../../../sass/base/_common.scss */
.btn-group-next:hover {
  background-image: url("/Images/wh_next_btn_hover.png");
}

/* line 260, ../../../sass/base/_common.scss */
.btn-group-prev {
  background-image: url("/Images/pre_btn.png");
}

/* line 266, ../../../sass/base/_common.scss */
.btn-group-prev:hover {
  background-image: url("/Images/wh_pre_btn_hover.png");
}

/* line 271, ../../../sass/base/_common.scss */
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1010;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

/* line 283, ../../../sass/base/_common.scss */
.paging {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}
/* line 288, ../../../sass/base/_common.scss */
.paging a {
  display: inline-block;
}
/* line 297, ../../../sass/base/_common.scss */
.paging .totalItem {
  float: left;
}
/* line 301, ../../../sass/base/_common.scss */
.paging .paging-result {
  float: left;
}
/* line 305, ../../../sass/base/_common.scss */
.paging .paging-nav {
  float: right;
}
/* line 308, ../../../sass/base/_common.scss */
.paging .paging-nav .navpageinp,
.paging .paging-nav #navpageinp {
  width: 36px;
  height: 20px;
  padding: 2px;
}

/* line 318, ../../../sass/base/_common.scss */
.btn {
  display: inline-block;
  padding: 0.2em 1em;
  background-color: #1E5BF6;
  color: #ffffff;
  padding: 0.3em 1.5em;
  min-width: 100px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

/* line 329, ../../../sass/base/_common.scss */
.grey {
  color: #F5F5F5;
}

/*SearchBtn*/
/* line 334, ../../../sass/base/_common.scss */
.SearchBtn {
  vertical-align: middle;
  height: 30px;
  width: 30px;
  display: inline-block;
  border: 1px solid #b3b3b3;
  cursor: pointer;
  border-radius: 5px;
  background: url(/Images/search-128.png) center no-repeat;
  background-size: 70%;
  margin: 0 13px;
  cursor: pointer;
}

/* line 348, ../../../sass/base/_common.scss */
.SearchBtn:hover {
  box-shadow: -1px 0px 8px -2px #ccc;
}

/* line 352, ../../../sass/base/_common.scss */
.SearchBtn:active {
  box-shadow: inset -1px 4px 4px 0px #ccc;
}

/* line 356, ../../../sass/base/_common.scss */
.page-title {
  font-weight: bold;
}

/* line 360, ../../../sass/base/_common.scss */
.ProductFilterItemSetGray {
  background-color: #cccccc;
  cursor: pointer;
}

/* line 370, ../../../sass/base/_common.scss */
#ProductFilterChildSetHover a {
  color: #1d6cfe;
}

/* line 376, ../../../sass/base/_common.scss */
.paging-bottom .totalItem {
  display: none;
}

/* line 385, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .breadcrumb,
.Content-TopArea .breadArea .bread {
  padding: 0.5% 5%;
}
/* line 390, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .bread {
  z-index: 1;
  background-color: #EEEEEE;
  position: relative;
}
/* line 40, ../../../sass/base/_font.scss */
.Content-TopArea .breadArea .bread.google-font.google-font {
  font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}
/* line 401, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .bread .bread-Link, .Content-TopArea .breadArea .bread .bread-Icon {
  display: table-cell;
  vertical-align: middle;
}
/* line 409, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .bread .bread-Link a,
.Content-TopArea .breadArea .bread .bread-Link span {
  display: block;
  word-wrap: unset;
  white-space: nowrap;
  color: #423F3F;
  font-weight: initial;
}
/* line 420, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .bread .bread-Link a:hover,
.Content-TopArea .breadArea .bread .bread-Link span:hover {
  text-decoration: none;
}
/* line 427, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .bread .bread-Link a:hover,
.Content-TopArea .breadArea .bread .bread-Link span:not(.noHover):hover {
  text-decoration: none;
}
/* line 433, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .bread .bread-Icon {
  height: 20px;
  padding: 0px 5px;
}
/* line 437, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .bread .bread-Icon img {
  height: 100%;
  width: auto;
  vertical-align: middle;
}
/* line 447, ../../../sass/base/_common.scss */
.Content-TopArea .breadArea .bread .whiteFont a,
.Content-TopArea .breadArea .bread .whiteFont span {
  color: #FFF;
}

/* line 456, ../../../sass/base/_common.scss */
#PageMainContent {
  min-width: 1007px;
  min-height: 670px;
}

/* line 462, ../../../sass/base/_common.scss */
.Rwd #PageMainContent {
  min-width: 100%;
}

/* line 467, ../../../sass/base/_common.scss */
#policy-div {
  position: relative;
  z-index: 99999 !important;
}

@media (max-width: 1024px) and (min-width: 961px) {
  /* line 473, ../../../sass/base/_common.scss */
  .container {
    max-width: 80%;
  }
}
@media (max-width: 1600px) and (min-width: 1211px) {
  /* line 479, ../../../sass/base/_common.scss */
  .container {
    max-width: 88%;
    min-width: 88%;
  }
}
@media (min-width: 961px) and (max-width: 1210px) {
  /* line 488, ../../../sass/base/_common.scss */
  .container {
    max-width: 92%;
    min-width: 92%;
  }
}
@media only screen and (max-width: 960px) {
  /* line 499, ../../../sass/base/_common.scss */
  body.lockScroll {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
  }

  /* line 508, ../../../sass/base/_common.scss */
  .Rwd #PageMainContent {
    min-height: 400px;
  }
  /* line 514, ../../../sass/base/_common.scss */
  .Rwd #PageMainContent.header-scrolling.FrontIndex {
    padding-top: 0;
  }
  /* line 519, ../../../sass/base/_common.scss */
  .Rwd #PageMainContent.NotCoverHeader {
    padding-top: 60px;
  }
  /* line 525, ../../../sass/base/_common.scss */
  .Rwd .overlay.active {
    display: block;
  }
  /* line 530, ../../../sass/base/_common.scss */
  .Rwd #policy-div {
    position: relative;
    z-index: 99999 !important;
  }
  /* line 534, ../../../sass/base/_common.scss */
  .Rwd #policy-div.showMobileMenu, .Rwd #policy-div.showSearch {
    display: none;
  }
  /* line 539, ../../../sass/base/_common.scss */
  .Rwd #policy-div.scrolling {
    display: none;
  }
}
/*No rwd start*/
/* line 549, ../../../sass/base/_common.scss */
.topBg.NoRwd {
  min-width: 1280px;
}

@media only screen and (max-width: 960px) {
  /* line 556, ../../../sass/base/_common.scss */
  .topBg.NoRwd {
    min-width: 1280px;
  }
  /* line 563, ../../../sass/base/_common.scss */
  .topBg.NoRwd #header-bar .container .navbar-header ul.content-menu {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
}
/*No rwd end*/
/* line 293, ../../../sass/base/_Module.scss */
.List-Paging {
  text-align: center;
  display: inline-block;
  width: 100%;
}
/* line 298, ../../../sass/base/_Module.scss */
.List-Paging .hide {
  display: none !important;
}
/* line 302, ../../../sass/base/_Module.scss */
.List-Paging .PreviousNextItem,
.List-Paging .PagingItem {
  display: inline-block;
}
/* line 310, ../../../sass/base/_Module.scss */
.List-Paging .PreviousNextItem .PreviousNextPage a.Button {
  font-size: 75%;
  width: inherit;
  padding: 3% 20%;
  min-width: 100px;
  white-space: nowrap;
  display: block;
}
/* line 322, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer {
  text-align: center;
  display: inline;
  margin: 0 2%;
}
/* line 327, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingAreaMobile {
  display: inline;
  position: relative;
}
/* line 331, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingAreaMobile .PagingAreaSelectMobile {
  opacity: 0;
  min-width: inherit;
  position: absolute;
  left: 0;
  margin-top: 9%;
}
/* line 340, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow {
  display: inline;
}
/* line 344, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea .PagingItem,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem {
  font-size: 75%;
  text-align: center;
  padding: 0.5% 0.8%;
}
/* line 349, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea .PagingItem .Paging,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem .Paging {
  color: rgba(66, 63, 63, 0.5);
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
/* line 356, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea .PagingItem a.noClick,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem a.noClick {
  cursor: default;
}
/* line 359, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea .PagingItem a.noClick:hover,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem a.noClick:hover {
  cursor: default;
}
/* line 364, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea .PagingItem.hidePage,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem.hidePage {
  display: none;
}
/* line 368, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea .PagingItem.thisPage,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem.thisPage {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 371, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea .PagingItem.thisPage .Paging,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem.thisPage .Paging {
  padding: 30% 10px;
  color: #008CD6;
  -moz-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.16), 5px 0 5px -5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.16), 5px 0 5px -5px rgba(0, 0, 0, 0.16);
  box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.16), 5px 0 5px -5px rgba(0, 0, 0, 0.16);
}
/* line 378, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingArea .PagingItem .thisPageText,
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem .thisPageText {
  white-space: nowrap;
}
/* line 384, ../../../sass/base/_Module.scss */
.List-Paging .PagingContainer .PagingAreaSelectMobileShow .PagingItem {
  padding: 0.5% 1.8%;
}

@media screen and (max-width: 960px) {
  /* line 392, ../../../sass/base/_Module.scss */
  .Rwd .List-Paging {
    margin: 2% 0;
    position: relative;
  }
  /* line 396, ../../../sass/base/_Module.scss */
  .Rwd .List-Paging .PreviousNextItem {
    position: absolute;
    top: 50%;
  }
  /* line 400, ../../../sass/base/_Module.scss */
  .Rwd .List-Paging .PreviousNextItem.PreviousItem {
    left: 0;
    transform: translate(-50%, -50%);
  }
  /* line 404, ../../../sass/base/_Module.scss */
  .Rwd .List-Paging .PreviousNextItem.PreviousItem .Button {
    padding-left: 60%;
  }
  /* line 409, ../../../sass/base/_Module.scss */
  .Rwd .List-Paging .PreviousNextItem.NextItem {
    right: 0;
    transform: translate(50%, -50%);
  }
  /* line 413, ../../../sass/base/_Module.scss */
  .Rwd .List-Paging .PreviousNextItem.NextItem .Button {
    padding-right: 60%;
  }
}
/* line 192, ../../../sass/base/_Module.scss */
#divGoTop {
  position: fixed;
  right: 5%;
  bottom: 2%;
  z-index: 9999;
  width: 5%;
  cursor: pointer;
  display: none;
  padding-top: 0.1%;
  border-radius: 0.2em;
  border: 2px solid #333;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #333;
  opacity: 0.5;
}
/* line 209, ../../../sass/base/_Module.scss */
#divGoTop > img {
  width: 84%;
}

/* line 5, ../../../sass/base/_Module.scss */
.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear;
}

/* line 11, ../../../sass/base/_Module.scss */
.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

/* line 18, ../../../sass/base/_Module.scss */
.MenuHaveRWDSlider {
  padding: 0.5% 0;
  background-color: #000;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
/* line 24, ../../../sass/base/_Module.scss */
.MenuHaveRWDSlider .menu-Item {
  display: inline;
  padding: 0 1%;
  margin-left: 0.1%;
}
/* line 29, ../../../sass/base/_Module.scss */
.MenuHaveRWDSlider .menu-Item a {
  color: #fff;
}
/* line 39, ../../../sass/base/_Module.scss */
.MenuHaveRWDSlider .menu-Item.isSelected a {
  color: #008CD6;
}
/* line 44, ../../../sass/base/_Module.scss */
.MenuHaveRWDSlider .menu-Item:not(:last-child),
.MenuHaveRWDSlider .owl-item:not(:last-child) {
  border-right: 1px solid rgba(126, 126, 126, 0.7);
}
/* line 49, ../../../sass/base/_Module.scss */
.MenuHaveRWDSlider .menu-Icon {
  display: none;
  margin-right: 12%;
  width: 10%;
}

/* line 5, ../../../sass/Areas/Solutions/_solutionBase.scss */
body {
  line-height: 170%;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 30, ../../../sass/Areas/Solutions/_solutionBase.scss */
#PageMainContent {
  min-height: 0;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
/* line 35, ../../../sass/Areas/Solutions/_solutionBase.scss */
#PageMainContent .container {
  max-width: 100%;
}

/* line 40, ../../../sass/Areas/Solutions/_solutionBase.scss */
.showopacity {
  opacity: 1 !important;
}

/* line 44, ../../../sass/Areas/Solutions/_solutionBase.scss */
.Content-TopArea {
    /*.bread {
        z-index: 1;
        padding: 0.5% 5%;
        background-color: #EEEEEE;
        position: relative;

        &-Link {

            a,
            span {
                color: $discoverBlackColor;
            }
        }
    }*/
}
@media screen and (max-width: 960px) {
  /* line 59, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider {
    position: fixed !important;
    bottom: 0;
    background-color: #000;
    padding: inherit;
  }
  /* line 65, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider .menu-Item {
    display: inherit;
    margin-left: inherit;
  }
  /* line 70, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider .menu-Icon {
    display: inline;
    margin-right: 12%;
    width: 25%;
  }
  /* line 77, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider#vue-tags {
    width: 100%;
    z-index: 1000;
  }
  /* line 83, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider#vue-tags span.firstimg {
    position: absolute;
    width: 40px;
    display: block;
    height: 100%;
  }
  /* line 90, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider#vue-tags span.firstimg span.table {
    display: table;
    width: 100%;
    height: 100%;
  }
  /* line 96, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider#vue-tags span.firstimg span.tr {
    display: table-row;
    width: 100%;
    height: 100%;
  }
  /* line 102, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider#vue-tags span.firstimg span.td {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }
  /* line 109, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider#vue-tags span.firstimg span.td img {
    vertical-align: middle;
    width: 16px;
  }
  /* line 119, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider#vue-tags div#itemArea {
    padding-left: 40px;
    width: 100%;
  }
  /* line 127, ../../../sass/base/_Module.scss */
  .Content-TopArea .MenuHaveRWDSlider#vue-tags .menu-Item img.menu-Icon {
    width: 15px;
  }
}
/* line 40, ../../../sass/base/_font.scss */
.Content-TopArea.google-font.google-font {
  font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}
/* line 67, ../../../sass/Areas/Solutions/_solutionBase.scss */
.Content-TopArea .MenuHaveRWDSlider {
  position: relative;
  padding: inherit;
  width: 100%;
  z-index: 2;
  background-color: inherit;
}
/* line 74, ../../../sass/Areas/Solutions/_solutionBase.scss */
.Content-TopArea .MenuHaveRWDSlider #itemArea {
  text-align: center;
  margin: 1% 0;
}
/* line 78, ../../../sass/Areas/Solutions/_solutionBase.scss */
.Content-TopArea .MenuHaveRWDSlider #itemArea .menu-Item {
  margin-left: inherit;
}
/* line 81, ../../../sass/Areas/Solutions/_solutionBase.scss */
.Content-TopArea .MenuHaveRWDSlider #itemArea .menu-Item a {
  font-size: 120%;
}
/* line 84, ../../../sass/Areas/Solutions/_solutionBase.scss */
.Content-TopArea .MenuHaveRWDSlider #itemArea .menu-Item a:hover {
  color: #008CD6;
}

/* line 93, ../../../sass/Areas/Solutions/_solutionBase.scss */
#listPageBtmBorder {
  border-top: 1px solid rgba(112, 112, 112, 0.4);
  margin: 3% auto;
  width: 94%;
  margin-bottom: inherit;
}

@media screen and (max-width: 960px) {
  /* line 218, ../../../sass/base/_Module.scss */
  .Rwd #divGoTop {
    right: 15px;
    bottom: 15%;
  }
}
@media screen and (max-width: 480px) {
  /* line 227, ../../../sass/base/_Module.scss */
  .Rwd #divGoTop {
    bottom: 6%;
  }
}
@media screen and (max-width: 960px) {
  /* line 104, ../../../sass/Areas/Solutions/_solutionBase.scss */
  .Rwd .Content-TopArea .breadArea .bread {
    padding: 1% 15px;
  }
  /* line 109, ../../../sass/Areas/Solutions/_solutionBase.scss */
  .Rwd .Content-TopArea .MenuHaveRWDSlider {
    background-color: #fff;
    -moz-box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.16);
  }
  /* line 113, ../../../sass/Areas/Solutions/_solutionBase.scss */
  .Rwd .Content-TopArea .MenuHaveRWDSlider #itemArea {
    margin: 0;
  }
  /* line 117, ../../../sass/Areas/Solutions/_solutionBase.scss */
  .Rwd .Content-TopArea .MenuHaveRWDSlider #itemArea .menu-Item a {
    color: rgba(66, 63, 63, 0.5);
    font-size: inherit;
  }
  /* line 124, ../../../sass/Areas/Solutions/_solutionBase.scss */
  .Rwd .Content-TopArea .MenuHaveRWDSlider #itemArea .menu-Item.isSelected a {
    color: #008CD6;
  }
}
/* line 48, ../../../sass/base/_font.scss */
input.google-font {
  font-family: 'Open Sans', 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

/* line 7, ../../../sass/base/_eventNotice.scss */
.ajax-loading {
  z-index: 1000001 !important;
}

/* line 11, ../../../sass/base/_eventNotice.scss */
.overflowHidden {
  overflow: hidden;
}

/* line 15, ../../../sass/base/_eventNotice.scss */
.LinkStyle {
  color: #008CD6;
}
/* line 18, ../../../sass/base/_eventNotice.scss */
.LinkStyle:hover {
  color: #008CD6;
}

/* line 23, ../../../sass/base/_eventNotice.scss */
.Center {
  text-align: center !important;
}

/* line 28, ../../../sass/base/_eventNotice.scss */
.inputArea .errMsg {
  color: #FF0000;
  text-align: right;
}
/* line 34, ../../../sass/base/_eventNotice.scss */
.inputArea .inputText {
  padding: 0 5%;
  vertical-align: top;
}
/* line 39, ../../../sass/base/_eventNotice.scss */
.inputArea .inputContent {
  display: inline-block;
  width: 60%;
}
/* line 43, ../../../sass/base/_eventNotice.scss */
.inputArea .inputContent #name,
.inputArea .inputContent #email {
  width: 100%;
  font-weight: bold;
}

/* line 52, ../../../sass/base/_eventNotice.scss */
#GoogleRecaptchaSubmit {
  border: inherit;
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none;
}
/* line 60, ../../../sass/base/_eventNotice.scss */
#GoogleRecaptchaSubmit:hover {
  cursor: pointer;
}

/* line 65, ../../../sass/base/_eventNotice.scss */
.grecaptcha-badge {
  z-index: -1;
}

/* line 69, ../../../sass/base/_eventNotice.scss */
.zIndexFix {
  z-index: 100001;
}

@keyframes arrowOutBannerLeft {
  50% {
    opacity: 0;
    bottom: -250%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes arrowOutBannerRight {
  75% {
    opacity: 0;
    bottom: -250%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/* line 142, ../../../sass/base/_eventNotice.scss */
.EventNoticeBanner {
  position: relative;
  z-index: 2;
  display: none;
  background-color: #fff;
}
/* line 48, ../../../sass/base/_font.scss */
.EventNoticeBanner.google-font.google-font {
  font-family: 'Open Sans', 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}
/* line 152, ../../../sass/base/_eventNotice.scss */
.EventNoticeBanner .EventNotice,
.EventNoticeBanner .EventNoticeEventList {
  position: relative;
  z-index: 2;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  overflow: hidden;
}
/* line 160, ../../../sass/base/_eventNotice.scss */
.EventNoticeBanner .EventNotice .FormClose,
.EventNoticeBanner .EventNoticeEventList .FormClose {
  display: none;
}
/* line 164, ../../../sass/base/_eventNotice.scss */
.EventNoticeBanner .EventNotice .Title,
.EventNoticeBanner .EventNoticeEventList .Title {
  text-align: center;
  width: 100%;
  padding: 1.6% 0;
  position: relative;
}
/* line 170, ../../../sass/base/_eventNotice.scss */
.EventNoticeBanner .EventNotice .Title .Desc,
.EventNoticeBanner .EventNoticeEventList .Title .Desc {
  font-size: 1.1vw;
  font-weight: bold;
}
/* line 174, ../../../sass/base/_eventNotice.scss */
.EventNoticeBanner .EventNotice .Title .Desc.EventTitle,
.EventNoticeBanner .EventNoticeEventList .Title .Desc.EventTitle {
  color: #008CD6;
}
/* line 179, ../../../sass/base/_eventNotice.scss */
.EventNoticeBanner .EventNotice .Title .ShowIntro,
.EventNoticeBanner .EventNoticeEventList .Title .ShowIntro {
  color: #000;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #008CD6;
  padding: 0.1% 1%;
  margin: 0 1%;
}
/* line 188, ../../../sass/base/_eventNotice.scss */
.EventNoticeBanner .EventNotice .Background-CES,
.EventNoticeBanner .EventNotice .Background-AirPodsPro,
.EventNoticeBanner .EventNoticeEventList .Background-CES,
.EventNoticeBanner .EventNoticeEventList .Background-AirPodsPro {
  position: absolute;
  display: block;
  opacity: 0;
  bottom: -250%;
}
/* line 196, ../../../sass/base/_eventNotice.scss */
.EventNoticeBanner .EventNotice .Background-CES,
.EventNoticeBanner .EventNoticeEventList .Background-CES {
  left: 0;
  width: 25%;
  animation: arrowOutBannerLeft 0.8s forwards;
}
/* line 203, ../../../sass/base/_eventNotice.scss */
.EventNoticeBanner .EventNotice .Background-AirPodsPro,
.EventNoticeBanner .EventNoticeEventList .Background-AirPodsPro {
  right: 0;
  width: 32%;
  animation: arrowOutBannerRight 1.3s forwards;
}
/* line 212, ../../../sass/base/_eventNotice.scss */
.EventNoticeBanner .EventNoticeEventList .Title .Desc {
  color: #008CD6;
}
/* line 217, ../../../sass/base/_eventNotice.scss */
.EventNoticeBanner .EventNoticeEventList .Background-AirPodsPro {
  width: inherit;
  height: 100%;
}
/* line 223, ../../../sass/base/_eventNotice.scss */
.EventNoticeBanner .EventNoticeCopyRight {
  text-align: right;
  color: #423F3F59;
  padding: 0.8% 2%;
  font-size: 12px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

/* line 234, ../../../sass/base/_eventNotice.scss */
.overLay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100000;
  background-color: black;
  opacity: 0.5;
}
/* line 244, ../../../sass/base/_eventNotice.scss */
.overLay:hover {
  cursor: pointer;
}

/* line 250, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm,
.scrollIconMouse {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 100000;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}
/* line 48, ../../../sass/base/_font.scss */
.CommonNoticeForm.google-font.google-font,
.scrollIconMouse.google-font.google-font {
  font-family: 'Open Sans', 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

/* line 268, ../../../sass/base/_eventNotice.scss */
.FormClose {
  position: relative;
  display: inline-block;
  height: 20px;
  right: 0;
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: 100001;
}
/* line 80, ../../../sass/base/_eventNotice.scss */
.FormClose .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 2%;
  top: 25%;
}
/* line 87, ../../../sass/base/_eventNotice.scss */
.FormClose .close:hover {
  cursor: pointer;
}
/* line 91, ../../../sass/base/_eventNotice.scss */
.FormClose .close > span {
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 9px;
}
/* line 98, ../../../sass/base/_eventNotice.scss */
.FormClose .close > span.first {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 102, ../../../sass/base/_eventNotice.scss */
.FormClose .close > span.second {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 106, ../../../sass/base/_eventNotice.scss */
.FormClose .close > span.first, .FormClose .close > span.second {
  background: #000000;
}
/* line 110, ../../../sass/base/_eventNotice.scss */
.FormClose .close > span.first.whiteStyle, .FormClose .close > span.second.whiteStyle {
  background: #fff;
}

/* line 276, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeFormContainer {
  top: 50%;
  transform: translate(-50%, -52%);
  position: fixed;
  z-index: 100001;
  left: 50%;
  margin: auto;
}
/* line 286, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm {
  /*width: 800px;
  left: 50%;
  margin: 6% 0 1% -400px;
  position: fixed;
  z-index: $overlayZindex + 1;
  top: 5%;*/
  color: #423F3F;
  background-color: #fff;
  margin: auto;
  width: 800px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  /*&::after {
      content: "";
      background-image: url(/Images/Event/2020/CES/PopupBG_CES2020GiveAway.jpg);
      background-size: contain;
      opacity: 0.5;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: -1;
      @include border-radius(10px);
  }*/
}
/* line 315, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea {
  padding: 3% 4%;
  position: relative;
  font-size: 15px;
}
/* line 324, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeBackGroundImage .SSD,
.CommonNoticeForm .NoticeForm .BodyArea .NoticeBackGroundImage .iPadPro {
  position: absolute;
  z-index: 0;
  opacity: 0.5;
}
/* line 331, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeBackGroundImage .SSD {
  left: 0;
  bottom: 14%;
  height: 95%;
  bottom: -10%;
}
/* line 340, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeBackGroundImage .iPadPro {
  right: 0;
  height: 83%;
  bottom: 2%;
}
/* line 347, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .textZindex {
  position: relative;
  z-index: 1;
}
/* line 352, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeTitle {
  font-size: 25px;
  line-height: 120%;
  font-weight: bold;
  padding: 2% 0;
}
/* line 358, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeTitle.LimitWidth {
  width: 65%;
  margin: 0 auto;
}
/* line 364, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeSubTitle {
  padding-bottom: 2%;
}
/* line 368, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeBox {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #B1B1B1;
  padding: 2% 7%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 3;
  position: relative;
}
/* line 376, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeBox .NoticeBoxTitle {
  font-weight: bold;
}
/* line 380, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeBox .NoticeBoxContent {
  text-align: left;
  padding: 4% 0 0 0;
  line-height: 235%;
  position: relative;
}
/* line 387, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeBox.NoticeBoxResult {
  margin-bottom: 10%;
}
/* line 390, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeBox.NoticeBoxResult .NoticeBoxContent {
  padding: inherit;
}
/* line 393, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeBox.NoticeBoxResult .NoticeBoxContent .surprise {
  font-size: 45px;
  padding: 3% 0;
}
/* line 401, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeDrawText {
  padding: 3.5% 0;
  font-size: 14px;
}
/* line 407, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeLawTextTerms {
  z-index: 2;
}
/* line 411, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeLawTextPicture {
  text-align: right;
  color: #423F3F7F;
}
/* line 415, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeLawTextPicture span {
  margin-right: 4%;
}
/* line 420, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BodyArea .NoticeLawTextTerms,
.CommonNoticeForm .NoticeForm .BodyArea .NoticeLawTextPicture {
  font-size: 12px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 433, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BottomArea {
  width: 100%;
  z-index: 1;
  position: relative;
  margin-top: 1%;
}
/* line 442, ../../../sass/base/_eventNotice.scss */
.CommonNoticeForm .NoticeForm .BottomArea .NoticeBottomButton {
  font-size: 20px;
  padding: 3% 0;
  background-color: #008CD6;
  width: 100%;
  display: block;
  color: #fff;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
}

@keyframes arrowOut {
  0% {
    margin-top: 6%;
  }
  50% {
    margin-top: 8%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes handUp {
  0% {
    margin-top: 25%;
    opacity: 1;
  }
  100% {
    margin-top: 0;
    opacity: 0;
  }
}
/* line 488, ../../../sass/base/_eventNotice.scss */
.scrollIconMouse #ScrollIcon {
  position: relative;
  z-index: 100001;
}
/* line 492, ../../../sass/base/_eventNotice.scss */
.scrollIconMouse #ScrollIcon .ScrollImage {
  position: relative;
  margin-top: 25%;
}
/* line 496, ../../../sass/base/_eventNotice.scss */
.scrollIconMouse #ScrollIcon .ScrollImage .IconMouse,
.scrollIconMouse #ScrollIcon .ScrollImage .IconArrow,
.scrollIconMouse #ScrollIcon .ScrollImage .ScrollText {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 507, ../../../sass/base/_eventNotice.scss */
.scrollIconMouse #ScrollIcon .ScrollImage .IconMouse {
  width: 9%;
}
/* line 511, ../../../sass/base/_eventNotice.scss */
.scrollIconMouse #ScrollIcon .ScrollImage .IconArrow {
  width: 4%;
}
/* line 515, ../../../sass/base/_eventNotice.scss */
.scrollIconMouse #ScrollIcon .ScrollImage .ArrowOut {
  animation: arrowOut 2s infinite;
}
/* line 518, ../../../sass/base/_eventNotice.scss */
.scrollIconMouse #ScrollIcon .ScrollImage .ArrowOut.IEFixed {
  margin-top: 8%;
}
/* line 523, ../../../sass/base/_eventNotice.scss */
.scrollIconMouse #ScrollIcon .ScrollImage .ScrollText {
  color: #EEEEEE;
  margin-top: 14%;
  font-size: 350%;
  font-weight: bold;
}
/* line 532, ../../../sass/base/_eventNotice.scss */
.scrollIconMouse .FormClose {
  right: 5%;
  position: absolute;
}
/* line 536, ../../../sass/base/_eventNotice.scss */
.scrollIconMouse .FormClose .close {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 960px) {
  /* line 546, ../../../sass/base/_eventNotice.scss */
  .Rwd .FormClose {
    display: inherit;
    position: relative;
    top: inherit;
    right: 1%;
  }
  /* line 560, ../../../sass/base/_eventNotice.scss */
  .Rwd .scrollIconMouse #ScrollIcon .ScrollImage .IconHand {
    width: 60%;
    animation: handUp 2s infinite;
  }
  /* line 565, ../../../sass/base/_eventNotice.scss */
  .Rwd .scrollIconMouse #ScrollIcon .ScrollImage .IconArrow {
    width: 15%;
    margin-top: 90%;
  }
  /* line 570, ../../../sass/base/_eventNotice.scss */
  .Rwd .scrollIconMouse #ScrollIcon .ScrollImage .ScrollText {
    margin-top: 115%;
  }
  /* line 576, ../../../sass/base/_eventNotice.scss */
  .Rwd .scrollIconMouse .FormClose {
    top: 5%;
    right: 5%;
    position: absolute;
  }
  /* line 584, ../../../sass/base/_eventNotice.scss */
  .Rwd .inputArea .errMsg {
    color: #FF0000;
    text-align: center;
  }
  /* line 589, ../../../sass/base/_eventNotice.scss */
  .Rwd .inputArea .inputContent {
    display: block;
    width: 100%;
  }
  /* line 597, ../../../sass/base/_eventNotice.scss */
  .Rwd .EventNoticeBanner .EventNotice {
    overflow: inherit;
  }
  /* line 600, ../../../sass/base/_eventNotice.scss */
  .Rwd .EventNoticeBanner .EventNotice .FormClose {
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
  }
  /* line 606, ../../../sass/base/_eventNotice.scss */
  .Rwd .EventNoticeBanner .EventNotice .FormClose .close {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    top: 2%;
  }
  /* line 614, ../../../sass/base/_eventNotice.scss */
  .Rwd .EventNoticeBanner .EventNotice .Title {
    top: 20%;
  }
  /* line 617, ../../../sass/base/_eventNotice.scss */
  .Rwd .EventNoticeBanner .EventNotice .Title .ShowIntro {
    display: block;
    width: 30%;
    max-width: 150px;
    margin: auto;
    font-size: 13px;
    padding: 0;
    margin-top: 3%;
  }
  /* line 628, ../../../sass/base/_eventNotice.scss */
  .Rwd .EventNoticeBanner .EventNotice .Background-CES {
    width: 100%;
  }
  /* line 635, ../../../sass/base/_eventNotice.scss */
  .Rwd .EventNoticeBanner .EventNotice .Title,
  .Rwd .EventNoticeBanner .EventNoticeEventList .Title {
    position: absolute;
  }
  /* line 638, ../../../sass/base/_eventNotice.scss */
  .Rwd .EventNoticeBanner .EventNotice .Title .Desc,
  .Rwd .EventNoticeBanner .EventNoticeEventList .Title .Desc {
    font-size: 15px;
  }
  /* line 644, ../../../sass/base/_eventNotice.scss */
  .Rwd .EventNoticeBanner .EventNotice .Background-CES,
  .Rwd .EventNoticeBanner .EventNoticeEventList .Background-CES {
    opacity: 0.3;
    position: inherit;
    animation: inherit;
  }
  /* line 653, ../../../sass/base/_eventNotice.scss */
  .Rwd .EventNoticeBanner .EventNoticeEventList .Background .Background-CES {
    width: inherit;
    max-height: 60px;
  }
  /* line 659, ../../../sass/base/_eventNotice.scss */
  .Rwd .EventNoticeBanner .EventNoticeEventList .Title {
    top: 35%;
    padding: inherit;
  }
  /* line 663, ../../../sass/base/_eventNotice.scss */
  .Rwd .EventNoticeBanner .EventNoticeEventList .Title .Desc {
    color: #423F3F;
  }
  /* line 667, ../../../sass/base/_eventNotice.scss */
  .Rwd .EventNoticeBanner .EventNoticeEventList .Title .ShowIntro {
    margin: 3% 2%;
    padding: 0.5% 4%;
  }
  /* line 674, ../../../sass/base/_eventNotice.scss */
  .Rwd .EventNoticeBanner .EventNoticeCopyRight {
    padding: 2%;
  }
  /* line 680, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer {
    transform: translate(0, -52%);
    left: 0;
    width: 80%;
    margin: auto 10%;
  }
  /* line 688, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm {
    width: 370px;
  }
  /* line 693, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea {
    margin-top: 2%;
    padding: 0 4%;
    font-size: 12px;
    position: initial;
  }
  /* line 701, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea .NoticeBackGroundImage .SSD {
    height: inherit;
    width: 80%;
    bottom: 0;
    opacity: 0.3;
    left: 0;
    right: inherit;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  /* line 712, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea .NoticeBackGroundImage .iPadPro {
    width: 60%;
    height: inherit;
    bottom: inherit;
    top: 10%;
  }
  /* line 720, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea .NoticeTitle {
    font-size: 20px;
  }
  /* line 723, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea .NoticeTitle.NoticeTitleContent {
    padding: 3% 0 7% 0;
  }
  /* line 727, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea .NoticeTitle.LimitWidth {
    width: inherit;
  }
  /* line 732, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea .NoticeBox {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-overflow-scrolling: touch;
  }
  /* line 736, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea .NoticeBox .NoticeBoxTitle {
    line-height: 120%;
    padding: 5% 0 0 0;
  }
  /* line 741, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea .NoticeBox .NoticeBoxContent {
    line-height: 225%;
  }
  /* line 746, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea .NoticeBox.NoticeBoxResult .surprise {
    font-size: 30px;
  }
  /* line 752, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea .NoticeDrawText {
    font-size: 12px;
    margin: 0 8%;
    text-align: left;
    line-height: 170%;
    padding-bottom: 25%;
  }
  /* line 760, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea .NoticeLawTextTerms,
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea .NoticeLawTextPicture {
    position: inherit;
  }
  /* line 765, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea .NoticeLawTextTerms {
    line-height: 100%;
    position: relative;
    z-index: 1;
  }
  /* line 772, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea .NoticeLawTextPicture {
    text-align: inherit;
    margin-bottom: 3%;
  }
  /* line 779, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BottomArea {
    margin-bottom: -1%;
  }
  /* line 785, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BottomArea .NoticeBottomButton {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  /* line 807, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer {
    padding: 0 15px;
    width: 100%;
    margin: inherit;
  }
  /* line 812, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm {
    width: inherit;
  }
  /* line 816, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BottomArea .GoogleRecaptchaSubmit {
    margin-top: -1%;
  }
}
@media screen and (max-width: 320px) {
  /* line 834, ../../../sass/base/_eventNotice.scss */
  .Rwd .EventNoticeBanner .EventNotice .Title .Desc,
  .Rwd .EventNoticeBanner .EventNoticeEventList .Title .Desc {
    font-size: 13px;
  }
  /* line 839, ../../../sass/base/_eventNotice.scss */
  .Rwd .EventNoticeBanner .EventNotice .ShowIntro,
  .Rwd .EventNoticeBanner .EventNoticeEventList .ShowIntro {
    font-size: 12px;
  }
  /* line 847, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm {
                    /*.BodyArea {
                    padding-bottom: 20%;

                    .NoticeLawTextTerms {
                        margin-bottom: 15%;
                    }

                    .NoticeLawTextPicture {
                        margin-bottom: 7%;
                        text-align: inherit;
                    }
                }*/
    /*.BottomArea {
    bottom: -5%;
}*/
  }
  /* line 849, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea .NoticeBox {
    max-height: 100px;
    overflow: auto;
  }
  /* line 854, ../../../sass/base/_eventNotice.scss */
  .Rwd .CommonNoticeForm .NoticeFormContainer .NoticeForm .BodyArea .NoticeDrawText {
    padding-bottom: 18%;
  }
}
/* line 17, ../../../sass/Areas/Solutions/SolutionContent.scss */
.ajax-loading {
  z-index: 1000001 !important;
}

/* line 21, ../../../sass/Areas/Solutions/SolutionContent.scss */
.select2-container {
  z-index: 100000;
}
/* line 24, ../../../sass/Areas/Solutions/SolutionContent.scss */
.select2-container .select2-selection--single {
  color: rgba(66, 63, 63, 0.5);
  border-radius: 0;
  border: 0;
  border: 0 solid rgba(66, 63, 63, 0.4);
  border-bottom-width: 1px;
}
/* line 31, ../../../sass/Areas/Solutions/SolutionContent.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  color: rgba(66, 63, 63, 0.5);
}
/* line 38, ../../../sass/Areas/Solutions/SolutionContent.scss */
.select2-container .select2-dropdown .select2-results .select2-results__options {
  color: #000;
}

/* line 53, ../../../sass/Areas/Solutions/SolutionContent.scss */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(66, 63, 63, 0.5);
}

/* line 58, ../../../sass/Areas/Solutions/SolutionContent.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(66, 63, 63, 0.5);
}

/* line 63, ../../../sass/Areas/Solutions/SolutionContent.scss */
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(66, 63, 63, 0.5);
}

/* line 40, ../../../sass/base/_font.scss */
input[type="text"].google-font.google-font,
textarea.google-font.google-font {
  font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

/* line 75, ../../../sass/Areas/Solutions/SolutionContent.scss */
.lazyLoadDefault {
  opacity: 0;
}

/* line 79, ../../../sass/Areas/Solutions/SolutionContent.scss */
.topBg {
  height: 100%;
}

/* line 83, ../../../sass/Areas/Solutions/SolutionContent.scss */
.FixedUp {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* line 88, ../../../sass/Areas/Solutions/SolutionContent.scss */
.FixedDown {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


/* line 955, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContactUs {
  color: #fff;
  position: relative;
  text-align: center;
  padding: 5%;
}
/* line 958, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContactUs .topic {
  font-size: 200%;
  z-index: 1;
  position: relative;
  margin-bottom: 3%;
}
/* line 969, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContactUs .ContactUsLink {
  font-size: 140%;
  width: 10%;
  margin: 0 auto;
  color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 0.5% 3%;
  border: 1px solid #EEEEEE;
  position: relative;
  z-index: 1;
}
/* line 981, ../../../sass/Areas/Solutions/SolutionContent.scss */
.Solutions-Content .ContactUs .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

/* line 992, ../../../sass/Areas/Solutions/SolutionContent.scss */
.contactUsFormPopOut {
  overflow: hidden;
}

/* line 997, ../../../sass/Areas/Solutions/SolutionContent.scss */
.formPopOutMovePadding {
  padding-right: 17px;
}

/* line 1002, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 100000;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 1012, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #overLay {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 100000;
  background-color: black;
  opacity: 0.5;
  min-height: 1200px;
}
/* line 1024, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsSuccess,
#ContactUsFormArea #ContactUsForm {
  background-color: #fff;
  position: absolute;
  padding: 2%;
  z-index: 100001;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1032, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsSuccess .FormTopic,
#ContactUsFormArea #ContactUsForm .FormTopic {
  border-left: 8px solid #1E9FF1;
  padding-left: 2%;
  margin: 2% 0 3% 0;;
  font-weight: bold;
  font-size: 140%;
  position: relative;
  color: #000000;
}
/* line 1042, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsSuccess {
  /*bottom: 40%;
  width: 30%;
  left: 35%;*/
  bottom: 18%;
  width: 30%;
  left: 68%;
}
/* line 1047, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsSuccess .SuccessTxt {
  margin-top: 5%;
  margin-bottom: 7%;
  color: #000000;
}
/* line 1052, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsSuccess .BackButon {
  text-align: right;
}
/* line 1055, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsSuccess .BackButon .wrap-close {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #008CD6;
  color: #fff;
  padding: 1.5% 5%;
}
/* line 1064, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm {
  /*width: 640px;
  min-height: 842px;
  left: 50%;
  margin: 1% 0 1% -320px;
  top: 5%;
  */
  width: 520px;
  min-height: 618px;
  right: 150px;
  top: 13%;
  color: #423F3F;
  background-color: #fff;
  position: absolute;       
}
/* line 1074, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm input[type="text"] {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0 solid rgba(66, 63, 63, 0.4);
  border-bottom-width: 1px;
  width: 100%;
  padding-left: 1%;
}
/* line 1082, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm textarea {
  padding-left: 1%;
  padding-top: 1%;
  width: 570px;
  min-height: 100px;
  max-width: 100%;
  max-height: 500px;
}
/* line 1092, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .errMsg {
  color: #FF0000;
  text-align: right;
  font-size: 12px;
}
/* line 1107, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormClose {
  position: relative;
  display: inline-block;
  height: 20px;
  right: 0;
  position: absolute;
}
/* line 80, ../../../sass/base/_eventNotice.scss */
#ContactUsFormArea #ContactUsForm .FormClose .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 2%;
  top: 25%;
}
/* line 87, ../../../sass/base/_eventNotice.scss */
#ContactUsFormArea #ContactUsForm .FormClose .close:hover {
  cursor: pointer;
}
/* line 91, ../../../sass/base/_eventNotice.scss */
#ContactUsFormArea #ContactUsForm .FormClose .close > span {
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 9px;
}
/* line 98, ../../../sass/base/_eventNotice.scss */
#ContactUsFormArea #ContactUsForm .FormClose .close > span.first {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 102, ../../../sass/base/_eventNotice.scss */
#ContactUsFormArea #ContactUsForm .FormClose .close > span.second {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 106, ../../../sass/base/_eventNotice.scss */
#ContactUsFormArea #ContactUsForm .FormClose .close > span.first, #ContactUsFormArea #ContactUsForm .FormClose .close > span.second {
  background: #000000;
}
/* line 110, ../../../sass/base/_eventNotice.scss */
#ContactUsFormArea #ContactUsForm .FormClose .close > span.first.whiteStyle, #ContactUsFormArea #ContactUsForm .FormClose .close > span.second.whiteStyle {
  background: #fff;
}

#ContactUsFormArea #ContactUsForm .FormField {
  font-size: 14px;
}

/* line 1112, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormField .showTxtLimit {
  text-align: right;
  color: rgba(66, 63, 63, 0.5);
}
/* line 1117, ../../../sass/Areas/Solutions/SolutionContent.scss */
.InputCountry, .InputSolution, .InputInquiry {
  padding-left: 0.5%;
  color: rgba(66, 63, 63, 0.5);
  width: 100%;
  -webkit-appearance: menulist;
  border: 0 solid rgba(66, 63, 63, 0.4);
  border-bottom-width: 1px;
  background: initial;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-family: 'Noto Sans TC', 'Lato', 'Play', sans-serif, "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

/* line 1132, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormField select.fixed-color {
  color: #423F3F;
}
/* line 1136, ../../../sass/Areas/Solutions/SolutionContent.scss */
select option {
  color: #423F3F;
}

/* line 1142, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormName .HalfStyle, #ContactUsFormArea #ContactUsForm .FormInfo .HalfStyle {
  display: inline-block;
  width: 48.5%;
}

/* line 1147, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormName .HalfStyle:first-child {
  margin-right: 2%;
}

.firstField {
  margin-right: 2%;
}
/* line 1151, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormName input[type="text"] {
  padding-left: 2%;
}

#ContactUsFormArea #ContactUsForm .CheckboxSubscription {
  font-size: 12px;
}
/* line 1156, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .SendData {
  text-align: right;
  margin: 2% 0;
}
/* line 1160, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .SendData .ContactUsSubmit,
#ContactUsFormArea #ContactUsForm .SendData .ContactUsCancel {
  display: inline;
}
/* line 1166, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .SendData .ContactUsCancel a {
  color: rgba(66, 63, 63, 0.5);
}
/* line 1172, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .SendData .ContactUsSubmit a.SubmitLink {
  color: #fff;
  background-color: #008CD6;
  width: 100%;
  display: inline;
  text-align: center;
  border-radius: 20px;
  padding: 1% 3%;
  margin-left: 1%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1188, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormBottomText {
  position: absolute;
  bottom: 0;
  padding-bottom: 2%;
  font-size: 13px;
}
/* line 1193, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormBottomText .PrivacyPolicy,
#ContactUsFormArea #ContactUsForm .FormBottomText .FormSubtitle {
  color: rgba(66, 63, 63, 0.5);
}
/* line 1198, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea #ContactUsForm .FormBottomText .PrivacyPolicy a,
#ContactUsFormArea #ContactUsForm .FormBottomText .FormSubtitle a {
  color: #008CD6;
}

/* line 1206, ../../../sass/Areas/Solutions/SolutionContent.scss */
#ContactUsFormArea,
#ContactUsSuccess {
  display: none;
}

@media screen and (max-width: 1600px) {
  /* line 1220, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-CardPromote {
    margin: 0 5%;
  }
  /* line 1225, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-title {
    font-size: 140%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  /* line 1244, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .NavigationBar .navigationBarBox .navigationBarArea .navigation-Item .itemContainer .navigation-link {
    font-size: 115%;
  }
  /* line 1255, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .section-title {
    font-size: 230%;
  }
  /* line 1261, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild .sectionChildItem .sectionChild-title {
    font-size: 120%;
  }
  /* line 1266, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild .sectionChild-typeTitle {
    font-size: 230%;
  }
  /* line 1271, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .section-desc,
  .Solutions-Content .ContentList .section .sectionChild-typeDescription {
    font-size: 135%;
    line-height: 135%;
  }
  /* line 1281, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-title {
    font-size: 130%;
  }
  /* line 1285, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-desc {
    font-size: 113%;
  }
  /* line 1291, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-img .sectionChild-link {
    width: 80%;
    left: 10%;
  }
  /* line 1302, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem.childCount-4 img {
    width: 40% !important;
  }
  /* line 1308, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem.childCount-5 img {
    width: 60% !important;
  }
  /* line 1318, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem img, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem img {
    width: 25% !important;
  }
  /* line 1324, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem .sectionChild-txt .sectionChild-title .title-container, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-txt .sectionChild-title .title-container {
    font-size: 140%;
  }
  /* line 1329, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem .sectionChild-txt .sectionChild-desc, .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-txt .sectionChild-desc {
    font-size: 130%;
    line-height: 140%;
  }
  /* line 1341, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-txt .sectionChild-desc, .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-txt .sectionChild-desc {
    line-height: 150%;
  }
  /* line 1345, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-txt .sectionChild-title,
  .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-txt .sectionChild-desc, .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-txt .sectionChild-title,
  .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-txt .sectionChild-desc {
    font-size: 135%;
  }
  /* line 1355, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-title {
    font-size: 150%;
  }
  /* line 1361, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-txt .sectionChild-ProductName,
  .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-txt .sectionChild-desc {
    font-size: 115%;
  }
}
@media screen and (max-width: 1280px) {
  /* line 1379, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-CardPromote {
    margin: 0 2%;
  }
  /* line 1384, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-title {
    font-size: 125%;
  }
  /* line 1388, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-desc {
    font-size: 115%;
  }
}
@media screen and (max-width: 960px) {
  /* line 1404, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #PageMainContent.NotCoverHeader {
    padding-top: inherit;
  }
  /* line 1409, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Content-TopArea {
    height: 100%;
  }
  /* line 1412, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Content-TopArea .breadArea {
    padding-top: 60px;
  }
  /* line 1416, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Content-TopArea .topic {
    padding: 0 15px;
    bottom: 25%;
    text-align: center;
  }
  /* line 1421, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Content-TopArea .topic .title {
    font-size: 250%;
    padding-bottom: 6%;
  }
  /* line 1426, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Content-TopArea .topic .description {
    font-size: 120%;
    width: inherit;
    line-height: 160%;
    text-align: left;
  }
  /* line 1438, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .backgroundArea .mediaContainer .backgroundMedia {
    min-width: inherit;
    min-height: inherit;
  }
  /* line 1446, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar-fixed {
    padding-top: 60px;
  }
  /* line 1451, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .colorBorder img {
    height: 8px;
  }
  /* line 1459, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBox .navigation-Item .imgContainer img {
    width: 16px;
    height: 16px;
  }
  /* line 1466, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBox .navigation-Item .itemContainer .navigation-link {
    color: rgba(66, 63, 63, 0.5);
    font-size: inherit;
  }
  /* line 1475, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxHasSlider .navigation-Item {
    display: inline-block;
    text-align: center;
  }
  /* line 1479, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxHasSlider .navigation-Item .itemContainer,
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxHasSlider .navigation-Item .imgContainer {
    display: inline;
    vertical-align: middle;
  }
  /* line 1486, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxHasSlider .navigation-Item .itemContainer .navigation-link {
    vertical-align: middle;
  }
  /* line 1491, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxHasSlider .navigation-Item .imgContainer {
    margin-right: 5%;
  }
  /* line 1494, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxHasSlider .navigation-Item .imgContainer img {
    display: inline;
    vertical-align: middle;
  }
  /* line 1500, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxHasSlider .navigation-Item.download-fixedPostition {
    position: inherit;
    right: inherit;
  }
  /* line 1504, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxHasSlider .navigation-Item.download-fixedPostition .navigation-link {
    margin-left: 0 !important;
  }
  /* line 1511, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxNoSlider {
    padding: 2% 0;
    padding-left: 15px;
  }
  /* line 1516, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item {
    font-weight: inherit;
  }
  /* line 1519, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item.nav-download {
    right: 15px;
  }
  /* line 1522, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item.nav-download a:hover {
    color: #fff;
  }
  /* line 1528, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item:not(.nav-download):not(:first-child) {
    padding-left: 20px;
  }
  /* line 1532, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBoxNoSlider .navigationBarArea .navigation-Item:not(.nav-download) {
    padding-right: 20px;
  }
  /* line 1541, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section span.fontBoldItem {
    margin-bottom: 4.5%;
    font-size: 110%;
  }
  /* line 1546, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .section-title,
  .Rwd .Solutions-Content .ContentList .section .section-desc,
  .Rwd .Solutions-Content .ContentList .section .sectionChild {
    margin: 0 15px;
    padding-top: 5%;
  }
  /* line 1553, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .section-title {
    font-size: 150%;
  }
  /* line 1557, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .section-desc,
  .Rwd .Solutions-Content .ContentList .section .sectionChild-typeDescription,
  .Rwd .Solutions-Content .ContentList .section .sectionChild-desc {
    font-size: 16px !important;
  }
  /* line 1563, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild {
    padding-bottom: 5%;
  }
  /* line 1566, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild .sectionChildItem {
    margin: 0;
  }
  /* line 1570, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild .sectionChild-typeTitle {
    font-size: 130%;
  }
  /* line 1574, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild .sectionChild-typeDescription {
    margin: 2% 0;
  }
  /* line 1580, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild .owl-carousel .owl-dots button {
    margin: 0 2%;
    width: 10%;
    margin-top: 1%;
  }
  /* line 1588, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild .sectionChild-mediaDesc {
    margin-top: 2%;
  }
  /* line 1594, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-PartnerIcon .sectionChildItem img {
    width: 40%;
  }
  /* line 1602, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-PartnerIcon .sectionChildItem, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem {
    display: block;
    width: 100%;
    margin: inherit;
  }
  /* line 1610, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-NormalType .normaltypeMedia {
    width: 100%;
  }
  /* line 1615, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage {
    margin: 0;
  }
  /* line 1619, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1620, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-mediaDesc, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-mediaDesc {
    padding: inherit;
    color: rgba(66, 63, 63, 0.5);
    background-color: inherit;
    /*&-fixed-Mobile{
        bottom: inherit !important;
        top: inherit !important;
        right: inherit !important;
        left: inherit !important;
    }*/
  }
  /* line 1634, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-txt, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-txt {
    margin-top: 3%;
    padding: 0 15px;
    -webkit-order: 2;
    order: 2;
  }
  /* line 1640, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-Container, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-Container {
    -webkit-order: 1;
    order: 1;
  }
  /* line 1644, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-txt,
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-Container, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-txt,
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-Container {
    width: inherit;
  }
  /* line 1648, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-txt.youtubeParent,
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-LeftTextRightImage .sectionChildItem .sectionChild-Container.youtubeParent, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-txt.youtubeParent,
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-RightTextLeftImage .sectionChildItem .sectionChild-Container.youtubeParent {
    padding-bottom: 56.25%;
    width: 100%;
  }
  /* line 1657, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem {
    width: 100%;
  }
  /* line 1660, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem img {
    width: initial;
  }
  /* line 1664, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-Count {
    margin-top: 5%;
    margin-left: 87%;
  }
  /* line 1672, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Product .owl-carousel .owl-nav,
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Product .owl-carousel .owl-dots {
    display: none;
  }
  /* line 1682, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-Count, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .sectionChildItem .sectionChild-Count {
    display: inherit;
    width: 10%;
    color: #F5F5F5;
    background-color: #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 8%;
    line-height: 150%;
  }
  /* line 1692, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .childItem-AnimationSlider .animationslider-Container {
    border: 1px solid #EEEEEE;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
  }
  /* line 1697, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .childItem-AnimationSlider .animationslider-Container .sectionChild-Count {
    position: absolute;
    top: 5%;
    right: 5%;
  }
  /* line 1703, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .childItem-AnimationSlider .animationslider-Container.childCount-2 {
    width: inherit;
  }
  /* line 1706, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .childItem-AnimationSlider .animationslider-Container.childCount-2 img {
    width: inherit;
  }
  /* line 1715, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .owl-carousel .animationslider-Container .itemImg {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  /* line 1720, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .owl-carousel .owl-nav,
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .owl-carousel .owl-dots {
    display: none;
  }
  /* line 1728, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon img {
    width: initial;
  }
  /* line 1732, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem {
    width: 100%;
  }
  /* line 1737, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .owl-carousel .owl-nav {
    display: none;
  }
  /* line 1741, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .owl-carousel .owl-dots {
    padding-top: 3%;
  }
  /* line 1750, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem .sectionChild-desc, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-desc {
    padding-right: 12%;
    padding-left: 12%;
  }
  /* line 1756, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem .sectionChild-imgContainer img, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-imgContainer img {
    width: 20%;
  }
  /* line 1764, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote img {
    width: initial;
  }
  /* line 1768, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem {
    position: relative;
    width: 100%;
  }
  /* line 1772, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-icon {
    display: none;
  }
  /* line 1776, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt {
    top: 50%;
    transform: translate(0, -50%);
  }
  /* line 1780, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-title {
    font-size: 170%;
  }
  /* line 1785, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-img {
    margin: 0 auto;
    position: relative;
    display: table;
    width: initial;
  }
  /* line 1791, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-img img {
    width: initial;
  }
  /* line 1800, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .owl-carousel .owl-nav {
    display: none;
  }
  /* line 1807, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem {
    padding-top: 5%;
  }
  /* line 1811, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-txt .sectionChild-desc {
    text-align: left;
  }
  /* line 1818, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-HtmlEditor {
    max-width: 100%;
  }
  /* line 1821, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-HtmlEditor .childContainer-HtmlEditor {
    max-width: 100%;
  }
  /* line 1824, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-HtmlEditor .childContainer-HtmlEditor .sectionChildItem {
    max-width: 100%;
  }
  /* line 1827, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-HtmlEditor .childContainer-HtmlEditor .sectionChildItem .htmleditor-Container {
    max-width: 100%;
  }
  /* line 1837, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContactUs {
    padding: 10% 0;
  }
  /* line 1840, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContactUs .topic {
    padding: 0 2%;
    margin-bottom: 7%;
    font-size: 150%;
  }
  /* line 1846, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContactUs .ContactUsLink {
    padding: 0.5% 5%;
    font-size: inherit;
  }
  /* line 1854, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #overLay {
    display: none;
    min-height: inherit;
  }
  /* line 1859, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsForm,
  .Rwd #ContactUsFormArea #ContactUsSuccess {
    margin: 0px;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 5%;
    min-height: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
  }
  /* line 1870, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsForm .FormTopic,
  .Rwd #ContactUsFormArea #ContactUsSuccess .FormTopic {
    padding-left: 5%;
    font-size: 135%;
  }
  /* line 1877, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsSuccess {
    padding-top: 20%;
    text-align: center;
  }
  /* line 1881, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsSuccess .FormTopic {
    padding-left: 0px;
    border-left: inherit;
  }
  /* line 1886, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsSuccess .BackButon {
    text-align: center;
  }
  /* line 1891, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsForm {
    height: inherit;
    /*.FormSubtitle {
        margin: 0;
        padding-bottom: 5%;
        font-size: 100%;
        line-height: 150%
    }*/
  }
  /* line 1894, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsForm textarea {
    width: 100%;
  }
  /* line 1905, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsForm .SendData {
    text-align: center;
    margin: 4% 0 8% -4%;
  }
  /* line 1909, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsForm .SendData .ContactUsSubmit a.SubmitLink {
    padding: 3% 40%;
    margin-left: 3%;
  }
  /* line 1916, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsForm .FormBottomText {
    font-size: 85%;
    line-height: 150%;
    position: inherit;
    bottom: inherit;
  }
  /* line 1924, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsFormArea #ContactUsForm .FormName .HalfStyle {
    width: 100%;
    margin-right: inherit;
  }
}
@media screen and (max-width: 480px) {
  /* line 1936, ../../../sass/Areas/Solutions/SolutionContent.scss */
  #ContactUsHide,
  #ContactUsPopOut {
    margin: 5%;
    /*.PrivacyPolicy {
        text-align: left;
    }*/
  }
  /* line 1940, ../../../sass/Areas/Solutions/SolutionContent.scss */
  #ContactUsHide textarea,
  #ContactUsPopOut textarea {
    padding: 5%;
    line-height: 160%;
  }
  /* line 1945, ../../../sass/Areas/Solutions/SolutionContent.scss */
  #ContactUsHide .FormTopic,
  #ContactUsPopOut .FormTopic {
    margin-bottom: 10%;
  }
  /* line 1951, ../../../sass/Areas/Solutions/SolutionContent.scss */
  #ContactUsHide .SendData .ContactUsCancel,
  #ContactUsHide .SendData .ContactUsSubmit,
  #ContactUsPopOut .SendData .ContactUsCancel,
  #ContactUsPopOut .SendData .ContactUsSubmit {
    display: inline-block;
  }
  /* line 1956, ../../../sass/Areas/Solutions/SolutionContent.scss */
  #ContactUsHide .SendData .ContactUsCancel,
  #ContactUsPopOut .SendData .ContactUsCancel {
    text-align: center;
    width: 28%;
  }
  /* line 1961, ../../../sass/Areas/Solutions/SolutionContent.scss */
  #ContactUsHide .SendData .ContactUsSubmit,
  #ContactUsPopOut .SendData .ContactUsSubmit {
    width: 70%;
    margin-left: initial;
  }
  /* line 1965, ../../../sass/Areas/Solutions/SolutionContent.scss */
  #ContactUsHide .SendData .ContactUsSubmit a,
  #ContactUsPopOut .SendData .ContactUsSubmit a {
    display: inline-block;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  /* line 1982, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .colorBorder img {
    height: auto;
  }
  /* line 1991, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .NavigationBar .navigationBarBox .navigationBarArea .navigation-Item .itemContainer .navigation-link {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 2006, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-PartnerIcon .sectionChildItem img {
    width: 60%;
  }
  /* line 2014, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-img {
    width: 80%;
  }
  /* line 2022, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-Count {
    margin-left: 80%;
  }
  /* line 2031, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Product .sectionChildItem .sectionChild-Count, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-AnimationSlider .sectionChildItem .sectionChild-Count {
    width: 15%;
  }
  /* line 2041, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-BenefitIcon .sectionChildItem .sectionChild-imgContainer img, .Rwd .Solutions-Content .ContentList .section .sectionChild.child-Glossary .sectionChildItem .sectionChild-imgContainer img {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  /* line 2061, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote {
    margin: 0 5%;
  }
  /* line 2065, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-img {
    width: 90%;
  }
  /* line 2070, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-title {
    font-size: 130%;
    margin: 3% 0;
  }
  /* line 2075, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-desc {
    line-height: 160%;
    font-size: 15px !important;
  }
}
@media screen and (max-width: 375px) {
  /* line 2094, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Content-TopArea .topic .description {
    font-size: 95%;
  }
}
@media screen and (max-width: 320px) {
  /* line 2108, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd #ContactUsForm .FormTopic,
  .Rwd #ContactUsSuccess .FormTopic {
    font-size: 120%;
  }
  /* line 2115, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Content-TopArea .topic .title {
    font-size: 200%;
  }
  /* line 2119, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Content-TopArea .topic .description {
    font-size: 90%;
  }
  /* line 2132, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-title {
    font-size: 130%;
    margin: 3% 0;
  }
  /* line 2137, ../../../sass/Areas/Solutions/SolutionContent.scss */
  .Rwd .Solutions-Content .ContentList .section .sectionChild.child-CardPromote .sectionChildItem .sectionChild-txt .sectionChild-desc {
    font-size: 13px !important;
  }
}
