@charset "UTF-8";
#topnav, #shop_cart_text, #abgne_marquee, #footer .counter, .size_add_cart, .size_add_cart ul.p_color li.ff_c {
  font-size: 13px;
  font-weight: normal;
}

#product .p_img .f_out b a, #menu_out #menu_c div > ol,
#menu_out #menu_c div div ol, #product .p_img .f_out, #product .p_img .f_out p.f1 a {
  font-size: 15px;
  font-weight: normal;
}

#good_link h1, #photo_c h1, .related h2, .ad1 .h1,
.ad2 .h1,
.ad3 .h1, .price_all .np_title {
  font-size: 18px;
  font-weight: normal;
}

#footer_c .design-by {
  font-size: 11px;
  font-weight: normal;
}

#topnav #language a {
  color: #00408e;
  font-family: 'Josefin Sans', '微軟正黑體', sans-serif;
  font-size: 14px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: #00408e solid 1px;
  padding: 2px 15px;
  background: #ffffff;
  height: 29px;
  line-height: 27px;
}
#topnav #language a:hover {
  background: #00408e;
  color: #ffffff;
}

#footer_c a {
  color: #565656;
}
#footer_c a:hover {
  color: #1c1c1c;
  text-decoration: underline;
}

#footer_c .design-by {
  color: #eee;
}
#footer_c .design-by:hover {
  color: #cfcfcf;
}

#product .p_img .f_out {
  color: #8e5517;
}
#product .p_img .f_out:hover {
  color: #ce9a61;
}

a {
  color: #8e5517;
}
a:hover {
  color: #ce9a61;
}

#abgne_marquee {
  color: #8e5517;
}
#abgne_marquee:hover {
  color: #ce9a61;
}

#news li a {
  color: #6e493b;
}
#news li a:hover {
  color: #EC6E1B;
}
#news li p a {
  color: #333;
}
#news li p a:hover {
  color: #EC6E1B;
}

#logo h1 {
  margin: 0px auto;
  font-size: 35px;
  color: #333;
  padding: 0;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 1px;
}
#logo h1 a,
#logo h1 a:hover {
  color: #333;
}

#good_link h1, #photo_c h1, .related h2, .ad1 .h1,
.ad2 .h1,
.ad3 .h1 {
  position: relative;
  color: #222;
  margin: 0 0 5px 0;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: normal;
}
#good_link h1:after, #photo_c h1:after, .related h2:after, .ad1 .h1:after,
.ad2 .h1:after,
.ad3 .h1:after {
  content: "";
  display: inline-block;
  width: 30%;
  height: 2px;
  background: #666;
  margin-bottom: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#product .h1 {
  margin: 15px 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 20px;
  color: #222;
  text-align: center;
}
#product .h1:before, #product .h1:after {
  content: " ";
  display: inline-block;
  width: 40px;
  background: #555;
  height: 2px;
  letter-spacing: -3px;
  margin: 0 10px;
  position: relative;
}
@media (min-width: 768px) {
  #product .h1:before, #product .h1:after {
    width: 100px;
  }
}

#product .p_img .f_out a {
  color: #333;
}
#product .p_img .f_out a:hover {
  color: #EC6E1B;
}

#product .p_img .f_out b {
  color: #E43C54;
  font-weight: normal;
  font-size: 20px;
  padding-left: 3px;
}

#product .p_img .f_out b a:before {
  content: "\f291";
  padding: 0 3px;
}

#product .p_img .f_out em {
  font-style: normal;
  color: #555;
}

.price_all .np_title {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: normal;
  padding: 3px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #888;
  text-shadow: 0px 0px 1px #ddd;
}

.price_all p.price b em {
  color: #555;
  font-size: 18px;
  font-style: normal;
}

.price_all p.price b.red_f {
  color: #E43C54;
  font-size: 18px;
  font-weight: normal;
}

.buy_button .buy,
.buy_button .ask {
  vertical-align: middle;
}
.buy_button .buy a,
.buy_button .ask a {
  padding: 10px 20px;
  font-size: 20px;
  margin: 10px;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff !important;
}
.buy_button .buy a:hover,
.buy_button .ask a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .buy_button .buy a,
  .buy_button .ask a {
    padding: 8px 10px;
    font-size: 15px;
    margin: 5px;
    display: inline-block;
  }
}

.buy_button .buy a {
  background: #9e605b;
}
.buy_button .buy a:hover {
  background: #555;
}

.buy_button .ask a {
  background: #7d6c6c;
}
.buy_button .ask a:hover {
  background: #555;
}

input[type="submit"] {
  padding: 10px 30px;
  background: #555;
  border: none;
  color: #fff;
}
input[type="submit"]:hover {
  background: #111;
}

input[type="reset"] {
  padding: 10px 30px;
  background: #888;
  border: none;
  color: #fff;
}
input[type="reset"]:hover {
  background: #111;
}

.more_h,
.news_more,
.c_list_more {
  font-weight: normal;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.more_h a,
.news_more a,
.c_list_more a {
  color: #1c1c1c;
  font-size: 0;
  display: inline-block;
}
.more_h a:hover,
.news_more a:hover,
.c_list_more a:hover {
  color: #1c1c1c;
  text-decoration: underline;
}
.more_h a:before,
.news_more a:before,
.c_list_more a:before {
  content: "\f0da";
  margin: 0 5px 0 0;
  font-size: 12px;
  color: #e50011;
}
.more_h a:after,
.news_more a:after,
.c_list_more a:after {
  content: "了解更多";
  font-size: 14px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #1c1c1c;
}

a.news_pcc_more {
  display: table;
  font-weight: normal;
  font-size: 13px;
  clear: both;
  margin: 10px auto;
  text-align: center;
  color: #fff;
  padding: 8px 25px;
  background: #555;
  font: 0/0 arial;
}
a.news_pcc_more:hover {
  color: #fff;
  background: #111;
}
a.news_pcc_more:before {
  content: "\f061";
  padding: 0 5px;
}
a.news_pcc_more:after {
  content: "View more";
  font: 18px/1.6 arial;
}
@media (min-width: 768px) {
  a.news_pcc_more {
    width: auto;
    float: right;
    padding: 4px;
    color: #555;
    background: none;
  }
  a.news_pcc_more:hover {
    color: #111;
    background: none;
  }
  a.news_pcc_more:after {
    content: "View more";
    font: 13px/1.6 arial;
  }
}

#search {
  border: 1px solid #888;
  display: table;
}
#search:hover {
  border: 1px solid #ddd;
}
#search .search_in {
  margin: 3px 0 0 0px;
  padding: 7px;
  color: #666;
  width: 80%;
  background: none;
  float: left;
  border: none;
}
#search .search_in:hover {
  border: none;
}
#search .search_in:focus, #search .search_in:focus, #search .search_in:hover, #search .search_in:hover {
  box-shadow: none;
  border: none;
}
#search .search_b {
  position: absolute;
  border: none;
  background: none;
  padding: 0;
  color: #888;
  font: 0/0 arial;
  width: 36px;
  height: 36px;
  display: inline-block;
  z-index: 100;
}
#search:after {
  position: absolute;
  content: "\f002";
  width: 46px;
  height: 100%;
  font-size: 1.2em !important;
  text-align: center;
  color: #555;
  line-height: 36px !important;
  background: #eee;
  right: 0;
}
#search:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#product .p_img .f_out b a:before, .more_h a:before,
.news_more a:before,
.c_list_more a:before, a.news_pcc_more:before, #search:after, #menu_out #menu_c li a:before, #shop_cart_text a:first-child:before, .search_icon:before, #menu_out #menu_c span, .p_download a:before, .p_s .prev,
.p_s .next, .sp-previous-arrow:before, .sp-next-arrow:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

#menu_out #menu_c li {
  color: #666;
  border-bottom: 1px dashed #d2d2d2;
}
#menu_out #menu_c li:hover,
#menu_out #menu_c li a.menu_on {
  color: #000;
  border-bottom: 1px dashed #000;
}
#menu_out #menu_c li a {
  display: block;
  padding: 8px;
  color: #666;
}
#menu_out #menu_c li a:before {
  content: "\f061";
  padding: 0 5px 0 0;
}
#menu_out #menu_c li a:hover {
  color: #000;
}

#menu_out #menu_c div > ol,
#menu_out #menu_c div div ol {
  position: relative;
  color: #666;
  border: none;
}
#menu_out #menu_c div > ol a.menu_on2,
#menu_out #menu_c div div ol a.menu_on2 {
  color: #569eb6;
}
#menu_out #menu_c div > ol:hover,
#menu_out #menu_c div div ol:hover {
  color: #000;
}
#menu_out #menu_c div > ol a,
#menu_out #menu_c div div ol a {
  position: relative;
  display: block;
  color: #666;
}
#menu_out #menu_c div > ol a:hover,
#menu_out #menu_c div div ol a:hover {
  color: #000;
}

#menu_out #menu_c div > ol {
  margin: 4px 0;
}
#menu_out #menu_c div > ol a {
  padding: 7px 10px;
}
#menu_out #menu_c div > ol a:before {
  content: "▪";
  padding: 0 5px 0 0;
}

#menu_out #menu_c div div ol a {
  border: none;
  padding: 4px 18px 4px 0px;
}
#menu_out #menu_c div div ol a:before {
  content: "▪";
  padding: 0 5px 0 0;
}
#menu_out #menu_c div div ol a:hover {
  border: none;
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#news li *, .buy_button .buy,
.buy_button .ask, #menu_out #menu_c li:hover,
#menu_out #menu_c li a.menu_on, #footer *, #menu2 *, #product * {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#product .p_big * {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 1024px) {
  .menu_top1 {
    -moz-transform: translate(0, -3em);
    -o-transform: translate(0, -3em);
    -ms-transform: translate(0, -3em);
    -webkit-transform: translate(0, -3em);
    transform: translate(0, -3em);
    z-index: 10000;
    left: 0;
    height: auto;
    top: 0 !important;
    height: auto !important;
    width: 100% !important;
    background: #fff !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    display: block;
    position: fixed !important;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #555;
  }
}

@media (min-width: 1024px) {
  .menu_top2 {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

body {
  font: 100%/1.68 "Noto Sans TC", "微軟正黑體", sans-serif;
  background: #fff;
  margin: 0 !important;
  width: 100%;
}

body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background-color: #666;
}

::selection {
  color: #fff;
  text-shadow: none;
  background-color: #666;
}

#google_translate_element {
  display: none;
}
@media (min-width: 1024px) {
  #google_translate_element {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 200px;
    height: 30px;
    z-index: 1000000;
  }
}

#wrap,
header,
#banner,
#footer,
#footer_c,
#abgne_marquee,
#topnav_wrap,
#page_top {
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

#wrap {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  #wrap {
    margin-top: 0;
  }
}

.inner,
#topnav_c {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.inner:after,
#topnav_c:after {
  content: " ";
  display: block;
  clear: both;
}

header {
  z-index: 10000;
}

#topnav_wrap {
  z-index: 10000;
}

#topnav {
  float: right;
  width: auto;
  margin: 15px 15px 0 0;
}
@media (min-width: 1024px) {
  #topnav {
    margin: 24px 0 0 25px;
  }
}
#topnav a {
  color: #666;
}
#topnav a:hover {
  color: #111;
}
#topnav a {
  padding: 0;
  vertical-align: middle;
  display: inline-block;
}
#topnav #language {
  float: right;
  padding: 0;
}
#topnav a.shopping_word a {
  color: #8e5517;
}
#topnav a.shopping_word a:hover {
  color: #aa8a67;
}
@media (min-width: 1024px) {
  #topnav a.shopping_word a {
    color: #8e5517;
  }
  #topnav a.shopping_word a:hover {
    color: #aa8a67;
  }
}

.shopping_word_out {
  display: inline-block;
}

#shop_cart_text {
  text-align: center;
  margin: 2px 0 2px 10px;
  float: right;
  color: #fff;
}
#shop_cart_text a {
  padding: 3px;
  vertical-align: middle;
}
#shop_cart_text a:first-child:before {
  content: "\f07a";
  font-size: 1.2em;
  padding-right: 3px;
}
@media (min-width: 1024px) {
  #shop_cart_text:after {
    content: "|";
    padding-left: 5px;
  }
}

#logo {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  #logo {
    position: relative;
    width: 14.40677966%;
    float: left;
    margin-right: 1.69491525%;
    padding: 20px 0;
    left: auto;
    top: auto;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#logo a {
  display: block;
}
#logo img {
  height: 27px !important;
}
@media (min-width: 1024px) {
  #logo img {
    height: auto !important;
  }
}

.search_icon {
  position: relative;
  display: none;
  margin: 10px 0 0 10px;
  cursor: pointer;
  float: left;
  background: none;
  border: none;
}
@media (min-width: 1024px) {
  .search_icon {
    float: right;
  }
}
.search_icon:before {
  content: "\f002";
  color: #999;
  font-size: 1.6em;
  padding: 3px 6px;
  margin: 0 10px 0 0;
}
@media (min-width: 1024px) {
  .search_icon:before {
    font-size: 1.2em;
    color: #777;
  }
}
.search_icon:hover:before {
  color: #fff;
}
@media (min-width: 1024px) {
  .search_icon:hover:before {
    color: #444;
  }
}

#search {
  width: 300px;
  position: relative;
  text-align: center;
  height: auto;
}
@media (min-width: 768px) {
  #search {
    width: 400px;
  }
}

#cboxLoadedContent {
  padding: 20px 40px 15px 40px;
}

#login_top {
  color: #666;
  margin: 20px 0;
  text-align: center;
  width: 100%;
  float: left;
}
#login_top a {
  padding: 3px;
  border: 1px solid #fff;
  color: #666;
  margin: 0 5px 0 0;
  font-size: 15px;
  display: inline-block;
}
#login_top a:hover {
  color: #ce9a61;
  border: 1px solid #ce9a61;
}
@media (min-width: 1024px) {
  #login_top {
    width: auto;
    margin: 8px 40px 8px 0;
  }
}

#banner {
  position: relative;
  z-index: 1;
  top: 0;
  text-align: center;
  overflow: hidden;
}
#banner img {
  max-width: 100%;
  height: auto;
  z-index: 100;
}
#banner .slider-pro img {
  max-width: none;
  height: auto;
}
#banner .sp-buttons {
  bottom: auto;
}
@media (min-width: 640px) {
  #banner {
    margin-bottom: 0;
  }
  #banner .sp-selected-button {
    background-color: #fff;
  }
  #banner .sp-button {
    border: 2px solid #fff;
  }
  #banner .sp-buttons {
    bottom: 10px;
  }
}

#abgne_marquee {
  position: relative;
  float: right;
  margin: 5px 0;
  height: 30px;
  z-index: 10;
  overflow: hidden;
  text-align: right;
  line-height: 30px;
}
#abgne_marquee ul {
  right: 0;
  position: absolute;
}
#abgne_marquee ul,
#abgne_marquee li {
  margin: 0 5px;
  padding: 0;
  list-style: none;
}

#footer {
  position: relative;
  color: #1c1c1c;
}
#footer .counter {
  background: none;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10px;
  color: #fff;
}
#footer .counter:after {
  content: " ";
  display: block;
  clear: both;
}
#footer .counter b {
  color: #fff;
}
@media (min-width: 640px) {
  #footer .counter {
    text-align: right;
  }
}

#footer_c .f_top {
  padding: 15px;
}
@media (min-width: 1024px) {
  #footer_c .f_top {
    padding: 35px 0;
  }
}
#footer_c .f_top .f_logo {
  text-align: center;
  margin: 15px 0 5px 0;
}
@media (min-width: 1024px) {
  #footer_c .f_top .f_logo {
    float: left;
    margin: 12px 0 0 0;
    text-align: left;
  }
}
#footer_c .f_top .f_logo img {
  height: 28px !important;
}
#footer_c .f_top .f_info {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 1024px) {
  #footer_c .f_top .f_info {
    float: left;
    padding: 0 0 0 40px;
    margin: 0 0 0 40px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  #footer_c .f_top .f_info:before {
    content: '';
    display: inline-block;
    background: #f2f2f2;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
  }
}
#footer_c .f_top .f_info em {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  margin: 0 20px 0 0;
}
#footer_c .f_top .f_info span {
  margin: 0 20px 0 0;
}
@media (min-width: 1024px) {
  #footer_c .f_en .f_info {
    padding: 0;
    margin: 0;
    clear: left;
  }
}
@media (min-width: 1280px) {
  #footer_c .f_en .f_info {
    padding: 0 0 0 35px;
    margin: 0 0 0 35px;
    clear: none;
  }
}
#footer_c .f_en .f_info:before {
  display: none;
}
@media (min-width: 1280px) {
  #footer_c .f_en .f_info:before {
    display: inline-block;
  }
}
#footer_c .f_down .inner {
  border-top: #f2f2f2 solid 1px;
  padding: 15px;
}
@media (min-width: 1024px) {
  #footer_c .f_down .inner {
    padding: 15px 0 30px 0;
  }
}
#footer_c .f_down .f_link {
  text-align: center;
  margin: 0 0 10px 0;
}
@media (min-width: 1024px) {
  #footer_c .f_down .f_link {
    float: left;
    text-align: left;
    margin: 0;
  }
}
#footer_c .f_down .f_link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer_c .f_down .f_link li {
  display: inline-block;
  margin: 0 25px 0 0;
}
#footer_c .f_down .f_copy {
  font-size: 14px;
  color: #bcbcbc;
  text-align: center;
}
@media (min-width: 1024px) {
  #footer_c .f_down .f_copy {
    float: right;
    text-align: left;
  }
}
#footer_c .gradient_line {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTFlOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM3MzY4MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(0deg, #00a1e9 0%, #373682 100%);
  background: -webkit-linear-gradient(0deg, #00a1e9 0%, #373682 100%);
  background: linear-gradient(90deg, #00a1e9 0%, #373682 100%);
  height: 3px;
  width: 100%;
}

.clear {
  display: block;
  clear: both;
}

#left_column,
.left_column_c {
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#left_column a img:hover,
.left_column_c a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}

.left_column_c ul,
.left_column_c li {
  margin: 0;
  padding: 0;
}

#abgne_fade_pic {
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

#good_link {
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#good_link ul {
  margin: 10px auto;
  float: left;
  padding: 0;
  width: 100%;
  list-style: none;
}
#good_link a {
  float: left;
  margin: 5px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
#good_link a img {
  vertical-align: middle;
}
@media (min-width: 1024px) {
  #good_link a {
    width: 100%;
    margin: 5px 0;
  }
}

@media (min-width: 0px) {
  #abgne_float_ad {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #abgne_float_ad {
    display: block;
  }
}

@media (min-width: 0px) {
  #slide_right {
    display: none;
  }
}
@media (min-width: 768px) {
  #slide_right {
    top: 240px;
    right: 0;
    display: block;
  }
}

#page_left_no, #page_right_no {
  display: none;
  width: 0;
}

@media (min-width: 0px) {
  #page_left {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #page_left:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1024px) {
  #page_left {
    width: 22.03389831%;
    float: left;
    margin-right: 1.69491525%;
    padding-top: 20px;
  }
}

@media (min-width: 0px) {
  #page_main {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #page_main:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1024px) {
  #page_main {
    width: 49.15254237%;
    float: left;
    margin-right: 1.69491525%;
    padding-top: 20px;
  }
}

@media (min-width: 0px) {
  #page_main_2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #page_main_2:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1024px) {
  #page_main_2 {
    width: 74.57627119%;
    float: right;
    margin-right: 0;
    padding-top: 20px;
  }
}

@media (min-width: 0px) {
  #page_main_2b {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #page_main_2b:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1024px) {
  #page_main_2b {
    width: 74.57627119%;
    float: left;
    margin-right: 1.69491525%;
    padding-top: 20px;
  }
}

@media (min-width: 0px) {
  #page_right {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #page_right:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1024px) {
  #page_right {
    width: 22.03389831%;
    float: right;
    margin-right: 0;
    padding-top: 20px;
  }
}

a.bars_close {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  z-index: 100;
  top: 0;
}
@media (min-width: 1024px) {
  a.bars_close {
    display: none;
  }
}

#navbar_top {
  background: #ffffff;
  width: 100%;
  float: left;
  height: 60px;
  position: fixed;
  z-index: 100000;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  #navbar_top {
    display: none;
  }
}

#pageslide {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 99999;
  width: 100%;
  padding: 20px 0;
}

#rwd_nav {
  width: 28px;
  margin: 0;
  padding-top: 0;
  position: absolute;
  left: 15px;
  top: 18px;
}
#rwd_nav .ico {
  width: 100%;
  height: 18px;
  position: relative;
  padding-top: 11px;
}
#rwd_nav .ico span {
  width: 100%;
  height: 2px;
  position: absolute;
  background: #1c1c1c;
  display: block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#rwd_nav .ico span:before, #rwd_nav .ico span:after {
  content: "";
  left: 0;
  top: -9px;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #1c1c1c;
  display: block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#rwd_nav .ico span:after {
  top: 9px;
}
@media (min-width: 1024px) {
  #rwd_nav {
    display: none;
  }
}

.rwd_active .ico span {
  background: transparent !important;
}
.rwd_active .ico span:before {
  top: 0 !important;
  height: 2px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rwd_active .ico span:after {
  top: 0 !important;
  height: 2px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#m_nav {
  width: 60%;
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  background: #ffffff;
  overflow-y: auto;
  -moz-box-shadow: 0px 10px 10px #555;
  -webkit-box-shadow: 0px 10px 10px #555;
  box-shadow: 0px 10px 10px #555;
}
@media (min-width: 640px) {
  #m_nav {
    width: 330px;
  }
}
@media (min-width: 1024px) {
  #m_nav {
    position: relative;
    display: block;
    width: auto;
    background: none;
    float: right;
    overflow: visible;
    overflow-y: initial;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#m_nav::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(3, 3, 3, 0.3);*/
  background-color: none;
}
#m_nav::-webkit-scrollbar {
  width: 5px;
  background-color: none;
  border-radius: 10px;
}
#m_nav::-webkit-scrollbar-thumb {
  background-color: #444;
}
#m_nav * {
  -moz-transition: all !important;
  -o-transition: all !important;
  -webkit-transition: all !important;
  transition: all !important;
}

#menu {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 60px;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
  width: 100%;
  font-size: 16px;
}
#menu:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1024px) {
  #menu {
    position: relative;
    height: auto;
    top: auto;
    font-size: 16px;
    background: transparent;
  }
}
#menu ul,
#menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.menu {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 100;
  text-align: center;
}
ul.menu:after {
  content: " ";
  display: block;
  clear: both;
}
ul.menu img {
  max-height: 28px;
  vertical-align: middle;
}
ul.menu a {
  position: relative;
  text-align: center;
  white-space: nowrap;
  display: block;
  text-decoration: none;
  width: 100%;
  z-index: 100000;
  padding: 12px;
}
ul.menu li {
  float: none;
  width: 100%;
  border-bottom: 1px solid #dadada;
  background: none;
}
ul.menu li:hover {
  background: #1d2088;
}
ul.menu div {
  visibility: hidden;
  display: none;
  background: none;
  position: relative;
}
ul.menu li:hover > div {
  visibility: visible;
  display: block;
}
ul.menu span {
  color: #1c1c1c;
  line-height: 18px;
}
ul.menu a:hover {
  color: #fff;
}
ul.menu a:hover span {
  color: #fff;
}
ul.menu > ul > li:hover > a span {
  color: #fff;
}
ul.menu li li {
  float: none;
  text-align: center;
  background-image: none;
  display: block;
  background: #ffffff;
  border-bottom: 1px solid #edf3f5;
}
ul.menu li li a {
  position: static;
  display: block;
  padding: 0;
  color: #1c1c1c;
  font-size: 15px;
}
ul.menu li li a span {
  display: block;
  color: #1c1c1c;
  background-image: none;
  background: #ffffff;
  padding: 8px;
}
ul.menu li li a:hover {
  color: #1c1c1c;
  background-image: none;
  background: #f4f4f4;
}
ul.menu li li a:hover span {
  width: 100%;
  color: #1c1c1c;
  background-image: none;
  background: #f4f4f4;
}
ul.menu li li a.parent span {
  background: none;
}
ul.menu li.back {
  width: 10px;
  height: auto;
  z-index: 10000;
  position: absolute;
  margin: 0 !important;
  bottom: 0;
}
ul.menu li.back .left {
  width: auto;
  height: 4px;
  float: none;
  position: relative;
  top: 0;
  left: 0;
  visibility: visible;
}
@media (min-width: 1024px) {
  ul.menu {
    width: auto;
    min-width: 0px;
  }
  ul.menu a {
    padding: 26px 7px;
    width: auto;
  }
  ul.menu li {
    width: auto;
    display: inline-block;
    border-bottom: none;
    background: none;
    margin: 0 15px !important;
  }
  ul.menu li:hover {
    background: none;
  }
  ul.menu li div {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTFlOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM3MzY4MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -moz-linear-gradient(0deg, #00a1e9 0%, #373682 100%);
    background: -webkit-linear-gradient(0deg, #00a1e9 0%, #373682 100%);
    background: linear-gradient(90deg, #00a1e9 0%, #373682 100%);
  }
  ul.menu div {
    position: absolute;
    display: block;
    text-align: left;
    padding: 0;
    background: none;
  }
  ul.menu span {
    color: #1c1c1c;
  }
  ul.menu a:hover {
    color: #1c1c1c;
  }
  ul.menu a:hover span {
    color: #1c1c1c;
  }
  ul.menu > ul > li:hover > a span {
    color: #1c1c1c;
  }
  ul.menu li li {
    background: #ffffff;
    border-bottom: 1px solid #edf3f5;
    margin: 0 !important;
  }
  ul.menu li li a {
    text-align: left;
  }
  ul.menu li li a span {
    color: #1c1c1c;
    background: #ffffff;
    text-transform: none;
    padding: 7px 15px;
    width: auto;
  }
  ul.menu li li a:hover span {
    color: #1c1c1c;
    background: #f4f4f4;
    background-image: none;
  }
}

#menu2 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  height: auto;
  margin-bottom: 28px;
  background: #292929;
  font-size: 15px;
}
@media (min-width: 1024px) {
  #menu2 {
    background: #292929;
    height: 45px;
  }
}
#menu2 ul, #menu2 li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu2 ul.menu2 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  height: auto;
  z-index: 100;
  text-align: center;
}
#menu2 ul.menu2 img {
  max-height: 28px;
  vertical-align: middle;
}
#menu2 ul.menu2 a {
  position: relative;
  text-align: center;
  white-space: nowrap;
  display: block;
  width: 100%;
  float: left;
  z-index: 100000;
  padding: 12px;
}
#menu2 ul.menu2 li {
  position: relative;
  float: none;
  width: 100%;
  border-bottom: 1px solid #3c3c3c;
}
#menu2 ul.menu2 li:hover {
  background: none;
}
#menu2 ul.menu2 div {
  visibility: hidden;
  display: none;
  background: #222;
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#menu2 ul.menu2 li:hover > div {
  visibility: visible;
  display: block;
}
#menu2 ul.menu2 span {
  color: #fff;
  line-height: 18px;
}
#menu2 ul.menu2 a:hover {
  color: #fff;
}
#menu2 ul.menu2 a:hover span {
  color: #fff;
}
#menu2 ul.menu2 > ul > li:hover > a span {
  color: #fff;
}
#menu2 ul.menu2 li li {
  float: left;
  text-align: left;
  background-image: none;
  display: block;
  border-bottom: 1px solid #3c3c3c;
}
#menu2 ul.menu2 li li a {
  position: static;
  display: block;
  padding: 0;
  color: #fff;
}
#menu2 ul.menu2 li li a span {
  display: block;
  color: #fff;
  background-image: none;
  background: #222;
  padding: 10px;
}
#menu2 ul.menu2 li li a:hover {
  color: #fff;
  background: #494949;
}
#menu2 ul.menu2 li li a:hover span {
  width: 100%;
  color: #fff;
  background: #494949;
}
#menu2 ul.menu2 li li a.parent span {
  background: none;
}
@media (min-width: 1024px) {
  #menu2 ul.menu2 a {
    padding: 10px 10px;
    width: auto;
  }
  #menu2 ul.menu2 li {
    width: auto;
    display: inline-block;
    border-bottom: none;
    background: none;
  }
  #menu2 ul.menu2 li:hover {
    background: #494949;
  }
  #menu2 ul.menu2 div {
    position: absolute;
    bottom: 0;
    border: 1px solid #494949;
    width: auto;
  }
  #menu2 ul.menu2 li:hover > div {
    bottom: 45px;
  }
  #menu2 ul.menu2 span {
    color: #fff;
  }
  #menu2 ul.menu2 a:hover {
    background: #494949;
    color: #fff;
  }
  #menu2 ul.menu2 a:hover span {
    color: #fff;
  }
  #menu2 ul.menu2 > ul > li:hover > a span {
    color: #fff;
  }
  #menu2 ul.menu2 li li {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: none;
  }
  #menu2 ul.menu2 li li a {
    text-align: left;
  }
  #menu2 ul.menu2 li li a span {
    color: #333;
    background: #fff;
    text-transform: none;
    padding: 8px;
    width: auto;
    min-width: 120px;
  }
  #menu2 ul.menu2 li li a:hover span {
    color: #333;
    background: #eee;
    background-image: none;
  }
}

#menu_out #menu_c {
  float: left;
  width: 100%;
  height: auto;
  text-align: left;
  margin-bottom: 15px;
}
#menu_out #menu_c img {
  max-height: 35px;
  width: auto;
  margin: 0 6px 0 0;
  vertical-align: middle;
}
#menu_out #menu_c span {
  position: absolute;
  right: 2px;
  top: 10px;
  z-index: 1000;
  text-align: center;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  cursor: pointer;
}
#menu_out #menu_c span.arrow_class_open:before {
  content: "\f103";
}
#menu_out #menu_c span.arrow_class_close:before {
  content: "\f102";
}
#menu_out #menu_c span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#menu_out #menu_c span img {
  display: none;
}
#menu_out #menu_c * {
  list-style: none;
  border: 0;
  padding: 0;
  margin: 0;
}
#menu_out #menu_c li {
  position: relative;
  margin: 8px 0;
  display: block;
}
#menu_out #menu_c li img {
  max-height: 35px;
  width: auto;
  margin: 0 6px 0 0;
  vertical-align: middle;
}
#menu_out #menu_c div div {
  margin: 4px 0 4px 25px;
}

input, textarea {
  border: 1px solid #ddd;
  padding: 5px;
  -webkit-transition: background .25s ease;
  -moz-transition: background .25s ease;
  transition: background .25s ease;
}

input[type=text]:focus, textarea:focus,
input[type=text]:hover, textarea:hover {
  box-shadow: 0 0 5px #aa8a67;
  border: 1px solid #aa8a67;
}

#product {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#product .p_img {
  width: 48.025%;
  float: left;
  margin-right: 3.84615385%;
  margin-bottom: 15px;
  height: auto;
  padding: 8px;
  float: left;
  border: 1px solid transparent;
  background-color: #fff;
}
#product .p_img:nth-child(2n) {
  float: right;
  margin-right: 0;
}
#product .p_img:hover {
  background-color: none;
  border: 1px solid #ddd;
}
#product .p_img img {
  max-height: 100%;
  vertical-align: middle;
}
#product .p_img p.pp {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  text-align: center;
  font-size: 0;
}
#product .p_img p.pp a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#product .p_img p.pp span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#product .p_img p.pp span:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#product .p_img a {
  display: inline-block;
  vertical-align: middle;
}
#product .p_img .f_out {
  display: block;
  line-height: 1.2;
  margin: 3px;
  padding: 3px;
  text-align: center;
  min-height: 75px;
}
@media (min-width: 768px) {
  #product .p_img .f_out {
    min-height: 50px;
  }
}
#product .p_img .f_out p.f1 {
  display: block;
  padding: 0;
  margin: 3px 0;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 0;
  min-height: 35px;
}
#product .p_img .f_out p.f1:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#product .p_img .f_out p.f1 a {
  display: block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #product .p_2 .p_img {
    width: 48.025%;
    float: left;
    margin-right: 3.84615385%;
  }
  #product .p_2 .p_img:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  #product .p_2 .p_img:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 768px) {
  #product .p_3 .p_img {
    width: 31.61139241%;
    float: left;
    margin-right: 2.53164557%;
  }
  #product .p_3 .p_img:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
  #product .p_3 .p_img:nth-child(3n+4) {
    clear: left;
  }
}
@media (min-width: 768px) {
  #product .p_4 .p_img {
    width: 23.55943396%;
    float: left;
    margin-right: 1.88679245%;
  }
  #product .p_4 .p_img:nth-child(4n) {
    float: right;
    margin-right: 0;
  }
  #product .p_4 .p_img:nth-child(4n+5) {
    clear: left;
  }
}
@media (min-width: 768px) {
  #product .p_5 .p_img {
    width: 18.77669173%;
    float: left;
    margin-right: 1.5037594%;
  }
  #product .p_5 .p_img:nth-child(5n) {
    float: right;
    margin-right: 0;
  }
  #product .p_5 .p_img:nth-child(5n+6) {
    clear: left;
  }
}

@media (min-width: 0px) {
  .pic3 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .pic3:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 640px) {
  .pic3 {
    width: 50%;
    float: left;
    padding: 0 10px 10px 0;
  }
}

@media (min-width: 0px) {
  .price_all {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .price_all:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 640px) {
  .price_all {
    width: 50%;
    float: left;
    padding-left: 20px;
  }
}

.price_all p.price {
  color: #E43C54;
  margin: 7px 0;
}
.price_all p.price b {
  color: #555;
  font-weight: normal;
  font-size: 15px;
}

.p_download {
  margin: 8px 0;
  display: block;
}
.p_download a {
  display: inline-block;
  padding: 3px 7px;
  color: #555;
  border: 1px solid #555;
}
.p_download a:hover {
  border: 1px solid #222;
  color: #222;
}
.p_download a:before {
  content: "\f103";
  color: #555;
  font-size: 1.5em;
  vertical-align: middle;
  font-weight: normal;
}

.np_cc {
  padding: 8px 0;
}

#product .p_big {
  position: relative;
  background-color: #FFF;
  text-align: center;
  font-size: 0;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
#product .p_big span {
  display: inline-block;
  vertical-align: middle;
}
#product .p_big img {
  max-height: 100%;
  vertical-align: middle;
}
#product .p_big #zoom_show_big,
#product .p_big .zoom_out,
#product .p_big .cboxElement {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#product .p_big #zoom_show_big:before,
#product .p_big .zoom_out:before,
#product .p_big .cboxElement:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#product .p_big .cloud-zoom {
  max-width: 100%;
  max-height: 100%;
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  border: 1px solid #888;
  margin: 0px;
  /* Set this to minus the border thickness. */
  background-color: #fff;
  cursor: move;
}

.cloud-zoom-title {
  display: none;
}

.cloud-zoom-big {
  border: 1px solid #ccc;
  overflow: hidden;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}

.cloud-zoom-loading {
  color: white;
  background: #fff;
  padding: 3px;
  border: 1px solid #000;
}

.p_s {
  float: left;
  clear: left;
  height: 100px;
  width: 100%;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
}
.p_s .scrollable {
  float: left;
  height: 100px;
  position: relative;
  overflow: hidden;
  margin: 0 15px;
}
.p_s .inbox {
  width: 1200px;
  height: 100px;
  position: absolute;
}
.p_s .inbox > div {
  width: 98px;
  height: 98px;
  margin: 0;
  float: left;
  padding: 2px;
}
.p_s .inbox > div a {
  display: table-cell;
  float: none;
  border: none;
  width: 94px;
  height: 94px;
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: center;
}
.p_s .inbox > div a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.p_s .inbox > div img {
  max-width: 94px;
  max-height: 94px;
  height: auto;
  width: auto;
  vertical-align: middle;
  width: expression(this.width >94 ? "94": true);
  height: expression(this.height > 94? "94": true);
  float: none;
  margin: 0;
  padding: 0;
  border: none;
}
.p_s .prev,
.p_s .next {
  width: 15px;
  height: 95px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  z-index: 1000;
}
.p_s .prev:before,
.p_s .next:before {
  top: 40%;
  font-size: 1.5em;
  position: relative;
}
.p_s .prev:hover,
.p_s .next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.p_s .prev {
  left: 0;
}
.p_s .prev:before {
  content: "\f104";
}
.p_s .next {
  right: 0;
}
.p_s .next:before {
  content: "\f105";
}

div[class="prev disabled"], div:hover[class="prev disabled"], div[class="next disabled"], div:hover[class="next disabled"] {
  filter: alpha(opacity=25);
  opacity: 0.25;
  -moz-opacity: 0.25;
}

.size_add_cart ul.p_color {
  margin: 4px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
}
.size_add_cart ul.p_color li {
  float: left;
  margin: 2px;
  cursor: pointer;
  padding: 0;
  border: 1px solid #eee;
  font: 0/0 Arial;
}
.size_add_cart ul.p_color li b {
  border: 1px solid #fff;
  display: block;
  width: 22px;
  height: 22px;
}
.size_add_cart ul.p_color li:hover {
  border: 1px solid #ddd;
}
.size_add_cart ul.p_color li.on {
  border: 1px solid #555;
}
.size_add_cart ul.p_color li.ff_c {
  border: none;
  line-height: 2;
}
.size_add_cart ul.p_color li.ff_c:after {
  content: ":";
}

.p_size {
  margin: 4px 0;
  padding: 0;
  list-style: none;
  text-align: left;
  display: block;
  float: left;
  height: auto;
  width: 100%;
  color: #777;
  font-size: 13px;
  line-height: 1.6;
  clear: left;
}
.p_size li {
  float: left;
  width: auto;
  min-width: 18px;
  _width: 18px;
  white-space: nowrap;
  height: 22px;
  margin: 2px;
  cursor: pointer;
  padding: 0 2px;
  border: 1px solid #eee;
  text-align: center;
}
.p_size li:hover, .p_size li.on {
  border: 1px solid #555;
}
.p_size li.ff_c {
  list-style: none;
  margin: 0px 2px;
  padding: 0;
  border: none;
  text-align: left;
  height: auto;
  width: 35px;
  font-size: 13px;
  line-height: 2;
}
.p_size li.ff_c:after {
  content: ":";
}

.p_color_size {
  margin: 10px 0;
  padding: 0;
  text-align: left;
  display: block;
  height: auto;
  width: 100%;
  font-size: 13px;
  line-height: 1.6;
  width: 100%;
}
.p_color_size td {
  padding: 3px;
  margin: 0;
  border: none;
}

.pcs_t td {
  border-bottom: 1px solid #666;
}

.p_color_size ul {
  margin: 0;
  padding: 0;
}

.s_color li {
  float: left;
  width: 22px;
  height: 22px;
  margin: 2px;
  text-indent: 0;
  margin-start: 0px;
  -moz-margin-start: 0px;
  -webkit-margin-start: 0px;
  cursor: pointer;
  padding: 0;
  border: 1px solid #eee;
  font: 0/0 Arial;
}
.s_color li:hover {
  border: 1px solid #ddd;
}

p#vtip {
  display: none;
  position: absolute;
  padding: 5px;
  left: 5px;
  font-size: 0.8em;
  background-color: #FFFFCC;
  border: 1px solid #a6c9e2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 9999;
}

p#vtip #vtipArrow {
  position: absolute;
  top: -10px;
  left: 5px;
}

.buy_button {
  margin: 10px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .buy_button {
    text-align: right;
  }
}

.b_n,
.related {
  width: 100%;
  float: left;
}

.b_n {
  text-align: right;
  font-size: 15px;
}
.b_n a {
  color: #1c1c1c;
}

.p_con {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.p_con .jquery-tabs {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0;
  height: auto;
  text-align: left;
}
.p_con .jquery-tabs p.p {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 30px;
  z-index: 10000;
  border-bottom: 1px solid #555;
}
.p_con .jquery-tabs p.p span {
  position: relative;
  cursor: pointer;
  color: #555;
  border-bottom: 4px solid #555;
  height: 30px;
  padding: 0 10px;
  text-align: center;
  margin: 0 8px 0 0;
  float: left;
}
.p_con .jquery-tabs p.p span.current {
  color: #7d6c6c;
  border-color: #7d6c6c;
}
.p_con .jquery-tabs p.p span:hover {
  border-color: #555;
  color: #555;
}
.p_con .jquery-tabs .tab_c {
  position: relative;
  width: 100%;
  float: left;
  margin: 30px 0 20px 0;
}
.p_con .jquery-tabs .tab_c .ul {
  margin: 0;
  padding: 10px 0;
}
.p_con .jquery-tabs .mhot,
.p_con .jquery-tabs .allhot {
  display: none;
}

.product_av {
  width: 100%;
  float: left;
  margin: 10px 0;
}
.product_av object,
.product_av embed {
  max-width: 100% !important;
}

#social_fa_icon a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0.7em;
  margin: 8px;
}
#social_fa_icon a:hover {
  color: #4f5563;
  background-color: #FFF;
}
#social_fa_icon a .wfa-fb:before {
  content: "\f09a";
}
#social_fa_icon a .wfa-google:before {
  content: "\f0d5";
}
#social_fa_icon a .wfa-youtube:before {
  content: "\f16a";
}
#social_fa_icon a .wfa-pinterest:before {
  content: "\f231";
}
#social_fa_icon a .wfa-twitter:before {
  content: "\f099";
}
#social_fa_icon a .wfa-vimeo:before {
  content: "\f27d";
}
#social_fa_icon a .wfa-weibo:before {
  content: "\f18a";
}
#social_fa_icon a .wfa-instagram:before {
  content: "\f16d";
}

.ad1,
.ad2,
.ad3 {
  padding: 8px 0;
  margin: 10px 0;
  border: 1px solid transparent;
  min-height: 250px;
}

@media (min-width: 0px) {
  .ad1,
  .ad2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .ad1:after,
  .ad2:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 640px) {
  .ad1,
  .ad2 {
    width: 31.62393162%;
    float: left;
    margin-right: 2.56410256%;
  }
}
@media (min-width: 1024px) {
  .ad1,
  .ad2 {
    width: 32.20338983%;
    float: left;
    margin-right: 1.69491525%;
  }
}

@media (min-width: 0px) {
  .ad3 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .ad3:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 640px) {
  .ad3 {
    width: 31.62393162%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .ad3 {
    width: 32.20338983%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 0px) {
  .ad_area_2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .ad_area_2:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 640px) {
  .ad_area_2 {
    width: 48.71794872%;
    float: left;
    margin-right: 2.56410256%;
  }
}
@media (min-width: 1024px) {
  .ad_area_2 {
    width: 49.15254237%;
    float: left;
    margin-right: 1.69491525%;
  }
  .ad_area_2:last-child {
    width: 49.15254237%;
    float: right;
    margin-right: 0;
  }
}

.ad_area_3 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.sp-fade-arrows {
  margin-top: 0 !important;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.sp-arrow {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 640px) {
  .sp-arrow {
    width: 40px;
    height: 40px;
  }
}

.sp-previous-arrow:after,
.sp-next-arrow:after {
  display: none;
}

.sp-previous-arrow:before {
  content: "\f104";
}

.sp-next-arrow:before {
  content: "\f105";
}

.sp-previous-arrow:before,
.sp-next-arrow:before {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  background-color: transparent;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  right: 0;
  width: auto;
  height: auto;
  left: 0;
}
@media (min-width: 640px) {
  .sp-previous-arrow:before,
  .sp-next-arrow:before {
    line-height: 40px;
  }
}

.sp-horizontal .sp-previous-arrow {
  left: 0;
}

.sp-horizontal .sp-next-arrow {
  right: 0;
}

.sp-selected.sp-slide .sp-font {
  position: absolute;
  z-index: 1000;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  padding: 0;
  font-size: 22px;
  line-height: 26px;
  vertical-align: middle;
  text-shadow: 0px 0px 0px transparent;
  color: #fff;
}
@media (min-width: 768px) {
  .sp-selected.sp-slide .sp-font {
    font-size: 30px;
    line-height: 34px;
    top: 50%;
    width: auto;
    right: 10%;
  }
}
.sp-selected.sp-slide .sp-font span {
  display: inline-block;
  padding: 0px;
}
.sp-selected.sp-slide .sp-font .sp-font2 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .sp-selected.sp-slide .sp-font .sp-font2 {
    font-size: 20px;
  }
}

#wrap_c,
section {
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

#news {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #f3f5f9;
  padding: 20px 15px;
}
@media (min-width: 1024px) {
  #news {
    padding: 50px 0;
  }
}
#news .h1 {
  margin: 0 0 15px 0;
  font-family: 'Josefin Sans', sans-serif;
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
#news .h1 span {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8f8f8f;
  display: inline-block;
  margin: 0 0 0 10px;
}
#news ul {
  list-style: none;
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
  width: 100%;
  height: 150px;
  overflow-y: scroll;
}
#news ul::-webkit-scrollbar-track {
  background-color: #d7deed;
}
#news ul::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
  border-radius: 0;
}
#news ul::-webkit-scrollbar-thumb {
  background-color: #1c1f87;
}
#news li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  #news li {
    margin-bottom: 5px;
  }
}
#news li em {
  color: #8f8f8f;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  float: left;
  width: 100px;
}
#news li span {
  color: #1c1c1c;
  margin: 0;
  display: inline-block;
  float: left;
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  font-size: 16px;
  line-height: 22px;
}
#news li a {
  float: left;
  width: 100%;
}
#news li a:hover span {
  text-decoration: underline;
}

#index_pro {
  position: relative;
  z-index: 0;
}
@media (min-width: 1024px) {
  #index_pro {
    height: 435px;
  }
}
#index_pro .left {
  top: 0;
  left: 0;
  background: url(https://x.webdo.cc/webdox_style/style_753/images/index_pro_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  z-index: -1;
  height: 100%;
  overflow: hidden;
  border-top: 3px solid #00408e;
  position: relative;
  width: 100%;
  padding-bottom: 40%;
  height: 0;
}
@media (min-width: 1024px) {
  #index_pro .left {
    position: absolute;
    width: -moz-calc(50% + 10px);
    width: -webkit-calc(50% + 10px);
    width: calc(50% + 10px);
    border-top: none;
    padding-bottom: 0;
    height: 100%;
  }
}
#index_pro .right {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 1024px) {
  #index_pro .right {
    float: right;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #index_pro .right:after {
    content: "";
    display: block;
    position: absolute;
    top: 90px;
    left: -10px;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: -1;
  }
}
#index_pro .right .ttl {
  color: #00408e;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ccd9e8;
  background: url(https://x.webdo.cc/webdox_style/style_753/images/bg-clip-title-right.png) 0 50% no-repeat;
  background-size: 10px 90px;
  margin: 0;
  padding: 15px;
  height: auto;
}
@media (min-width: 1024px) {
  #index_pro .right .ttl {
    border-top: 3px solid #00408e;
    padding: 0 0 0 30px;
    height: 90px;
    line-height: 90px;
  }
}
#index_pro .right .ttl span {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 37px;
  background: url(https://x.webdo.cc/webdox_style/style_753/images/ico_pro.png) 0 50% no-repeat;
  background-size: 28px 30px;
}
#index_pro .right .inner {
  position: relative;
  margin: 0;
  padding: 20px 25px;
}
@media (min-width: 1024px) {
  #index_pro .right .inner {
    max-width: 600px;
    min-width: 540px;
    height: 350px;
    height: -moz-calc(100% - 140px);
    height: -webkit-calc(100% - 140px);
    height: calc(100% - 140px);
    padding: 37px 43px;
  }
}
#index_pro .right .inner .point_list {
  list-style: none;
}
#index_pro .right .inner .point_list li {
  position: relative;
  color: #1c1c1c;
  margin-bottom: 5px;
  display: inline-block;
  width: -moz-calc(100% / 2);
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  float: left;
  padding: 0 0 0 15px;
}
@media (min-width: 1024px) {
  #index_pro .right .inner .point_list li {
    margin-bottom: 10px;
  }
}
#index_pro .right .inner .point_list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  bottom: auto;
  right: auto;
  margin: auto;
  width: 5px;
  height: 5px;
  background: #009943;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#index_pro .right .inner .point_list a {
  color: #1c1c1c;
}
#index_pro .right .inner .point_list a:hover {
  text-decoration: underline;
}

#index_link {
  position: relative;
  z-index: 0;
}
@media (min-width: 1024px) {
  #index_link {
    height: 435px;
  }
}
#index_link .left {
  position: absolute;
  top: 0;
  right: 0;
  background: url(https://x.webdo.cc/webdox_style/style_753/images/index_link_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  z-index: -1;
  overflow: hidden;
  border-top: 3px solid #00408e;
  position: relative;
  width: 100%;
  padding-bottom: 40%;
  height: 0;
}
@media (min-width: 1024px) {
  #index_link .left {
    position: absolute;
    width: -moz-calc(50% + 10px);
    width: -webkit-calc(50% + 10px);
    width: calc(50% + 10px);
    border-top: none;
    padding-bottom: 0;
    height: 100%;
  }
}
#index_link .right {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 1024px) {
  #index_link .right {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #index_link .right:after {
    content: "";
    display: block;
    position: absolute;
    top: 90px;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: -1;
    right: -10px;
  }
}
#index_link .right .ttl {
  color: #00408e;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ccd9e8;
  background: url(https://x.webdo.cc/webdox_style/style_753/images/bg-clip-title-left.png) 100% 50% no-repeat;
  background-size: 10px 90px;
  margin: 0;
  padding: 15px;
  height: auto;
}
@media (min-width: 1024px) {
  #index_link .right .ttl {
    border-top: 3px solid #00408e;
    padding: 0 0 0 30px;
    height: 90px;
    line-height: 90px;
  }
}
#index_link .right .ttl span {
  width: 100%;
  height: 100%;
  padding-left: 37px;
  background: url(https://x.webdo.cc/webdox_style/style_753/images/ico_link.png) 0 50% no-repeat;
  background-size: 25px 23px;
  display: block;
}
@media (min-width: 1024px) {
  #index_link .right .ttl span {
    float: right;
    max-width: 565px;
  }
}
#index_link .right .inner {
  position: relative;
  margin: 0;
  padding: 20px 25px;
}
@media (min-width: 1024px) {
  #index_link .right .inner {
    max-width: 600px;
    min-width: 540px;
    height: 350px;
    height: -moz-calc(100% - 140px);
    height: -webkit-calc(100% - 140px);
    height: calc(100% - 140px);
    padding: 37px 43px;
    float: right;
  }
}
#index_link .right .inner .point_list {
  list-style: none;
}
#index_link .right .inner .point_list li {
  position: relative;
  color: #1c1c1c;
  margin-bottom: 5px;
  float: left;
  padding: 0 0 0 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  #index_link .right .inner .point_list li {
    margin-bottom: 10px;
  }
}
#index_link .right .inner .point_list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  bottom: auto;
  right: auto;
  margin: auto;
  width: 5px;
  height: 5px;
  background: #009943;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#index_link .right .inner .point_list a {
  color: #1c1c1c;
}
#index_link .right .inner .point_list a:hover {
  text-decoration: underline;
}

.id5535 .h1,
.id5536 .h1,
.id5537 .h1,
.id6064 .h1,
.id6065 .h1,
.id6066 .h1 {
  display: none;
}

#index_vendor {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTFlOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM3MzY4MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(0deg, #00a1e9 0%, #373682 100%);
  background: -webkit-linear-gradient(0deg, #00a1e9 0%, #373682 100%);
  background: linear-gradient(90deg, #00a1e9 0%, #373682 100%);
  padding: 30px;
}
@media (min-width: 1024px) {
  #index_vendor {
    padding: 50px 0;
  }
}
#index_vendor .ttl {
  margin: 0 0 25px 0;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
#index_vendor .ttl span {
  display: block;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
