@charset "UTF-8";
@import url("animate.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC&display=swap");
/*黑體*/
@import url("https://use.fontawesome.com/releases/v5.9.0/css/all.css");
@import url("ad_td.css");
@import url("../js/lightbox_highlight/highlight.css");
@import url("../js/table/responsive-tables.css");
@import url("pretty.css");
html {
  font-size: 62.5%;
  height: 100%; }

body {
  color: #000;
  font-size: 1.6rem;
  font-family: Arial, Helvetica, 微軟正黑體, "Noto Sans TC", sans-serif;
  line-height: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::-webkit-scrollbar {
  width: 6px; }

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none; }

::-webkit-scrollbar-track-piece {
  background-color: #eee; }

::-webkit-scrollbar-thumb:vertical {
  background-color: #0075c1; }

.pro_descript ::-webkit-scrollbar {
  width: 20px; }

.pro_descript ::-webkit-scrollbar-button:start:decrement,
.pro_descript ::-webkit-scrollbar-button:end:increment {
  display: initial; }

.pro_descript ::-webkit-scrollbar-thumb:horizontal {
  background-color: #0075c1; }

a {
  color: #0075c1;
  transition: 0.5s;
  text-decoration: none; }
  a:visited {
    color: #808080; }
  a:hover {
    opacity: .7;
    color: #0075c1; }

img {
  max-width: 100%; }

.f10px {
  font-size: 1.0rem; }

.f12pt {
  font-size: 1.2rem; }

.f16px {
  font-size: 1.6rem; }

.f18px {
  font-size: 1.8rem; }

.f20px {
  font-size: 2rem; }

.f24px {
  font-size: 2.4rem; }

.f30px {
  font-size: 3rem; }

.f36px {
  font-size: 3.6rem; }

.c_orang {
  color: #fd7e14; }

.c_gray01 {
  color: #808080; }

.c_gray02 {
  color: #bbb; }

.c_black {
  color: #000; }

.c_red {
  color: #e31e26; }

.c_green {
  color: #198754; }

.float_l {
  float: left; }

h1 {
  font-size: 3rem;
  line-height: 1; }

h1.tit_h2 {
  display: flex;
  align-items: center;
  color: #000;
  line-height: 1.4;
  border-left: 1px solid #e6e6e6;
  padding: 20px 20px 20px 6%; }

p {
  margin-top: 0;
  margin-bottom: 1.6rem; }

.both {
  flex: 0 0 100%;
  clear: both; }

/* -------------------------------- 
but.icon
-------------------------------- */
select,
input,
textarea,
button {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, 微軟正黑體, "Noto Sans TC", sans-serif;
  vertical-align: middle;
  padding: 8px;
  outline: 0;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none;
  /*去除ios語法，但會導致checkbox與radio出問題*/ }
  select:hover,
  input:hover,
  textarea:hover,
  button:hover {
    border-bottom: 1px solid #00568e; }
  select:focus,
  input:focus,
  textarea:focus,
  button:focus {
    outline: 1px solid #00568e;
    box-shadow: 0 0 10px #ddcca6;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

select {
  padding-right: 26px;
  background: #fff url("../images/arrow_dwon.svg") no-repeat right center;
  background-size: 20px; }

select::-ms-expand {
  display: none; }

/* --ie清除--*/
input[type=radio],
input[type=checkbox] {
  border: 1px solid #bbb;
  background-color: #fff;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  /* 用來修正appearance: none; 所帶來的問題 */ }

input {
  cursor: pointer; }

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"],
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0; }
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus,
  input[type="image"]:focus,
  button:focus {
    outline: 0; }

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
  /* Chrome, Safari */ }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
  /* IE 10+ */ }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
  /* Firefox 19+ */ }

input::placeholder,
textarea::placeholder {
  color: #ccc; }

.required {
  color: #e31e26; }

/*   顯示   */
.hid {
  display: none; }

.show {
  display: block; }

.pchidmobshow {
  display: none; }

.back {
  clear: both;
  text-align: center;
  letter-spacing: 6px; }
  .back a,
  .back a:visited {
    display: flex;
    justify-content: center;
    width: 220px;
    color: #000;
    font-size: 1.8rem;
    line-height: 2.5;
    text-align: center;
    margin: 60px auto;
    padding: 8px 30px;
    border-radius: 40px;
    border: 1px solid #ccc; }
    .back a:hover,
    .back a:visited:hover {
      background-color: #ddd; }
  .back img {
    width: 44px;
    margin-right: 10px; }

.send {
  text-align: center; }
  .send input {
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    line-height: 2.5;
    text-align: center;
    margin: 60px 0;
    padding: 0 30px;
    border: 0;
    border-radius: 40px;
    background-color: #0075c1;
    letter-spacing: 10px;
    text-indent: 10px; }
    .send input:hover {
      outline: 0;
      opacity: .7;
      background-color: #aaa; }

/*   btnicon   */
.icon_m {
  width: 24px; }

/*   note   */
.note {
  color: #999;
  font-size: 1.3rem;
  line-height: 1.6; }

/*   table   */
.tdmain_c {
  background-color: #1d75a6;
  padding: 5px;
  color: #FFF;
  background: -moz-linear-gradient(top, #1d75a6 0%, #339ecb 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d75a6), color-stop(99%, #339ecb));
  background: -webkit-linear-gradient(top, #1d75a6 0%, #339ecb 99%);
  background: -o-linear-gradient(top, #1d75a6 0%, #339ecb 99%);
  background: -ms-linear-gradient(top, #1d75a6 0%, #339ecb 99%);
  background: linear-gradient(to bottom, #1d75a6 0%, #339ecb 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d75a6', endColorstr='#339ecb',GradientType=0 ); }

.td01 {
  background-color: #fff;
  padding: 5px;
  border-bottom: 1px solid #e7e7e7; }

.td_title {
  font-weight: bold;
  text-align: right;
  vertical-align: baseline;
  padding-top: 16px !important; }

.tdst_01 td.f_left {
  text-align: left; }

.tdst_01 th {
  line-height: 1.4;
  padding: 8px;
  border-top: 2px solid #666;
  border-bottom: 1px solid #b3b3b3; }
.tdst_01 td {
  line-height: 1.4;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #eee; }
  .tdst_01 td.weaken {
    font-size: 1.3rem;
    color: #999; }
.tdst_01 tr:nth-child(even) td {
  background-color: #fafafa;
  border-bottom: 1px solid #eee; }

.tdst_flex h2 {
  font-size: 1.8rem;
  margin: 0 0 12px; }
.tdst_flex tr {
  display: flex; }
.tdst_flex td {
  flex: 9;
  line-height: 1.4;
  padding: 16px 8px;
  border-bottom: 1px solid #eee; }
  .tdst_flex td .weaken {
    float: right;
    font-size: 1.3rem;
    color: #999;
    text-align: right; }
  .tdst_flex td:first-child {
    flex: 3; }

table.td01 tr th,
table.td01 tr td {
  line-height: 1.4;
  padding: 8px;
  border-bottom: 1px solid #eee; }

table.td01 tr:nth-child(even) th,
table.td01 tr:nth-child(even) td {
  background-color: #f2f2f2;
  border-bottom: 1px solid #eee; }

.car_shoplist .td01 {
  padding: 20px 5px; }

/*  rwd table  */
.rwd-table {
  border-collapse: collapse; }

.rwd-table th,
.rwd-table td {
  line-height: 1.4;
  padding: 8px; }

@media screen and (max-width: 576px) {
  .rwd-table tr {
    border: 1px solid #ddd; }

  .rwd-table th {
    display: none; }

  .rwd-table td {
    display: flex;
    border: none;
    text-align: left; }

  .rwd-table td:before {
    content: attr(data-th) " ";
    min-width: 90px;
    color: #999;
    font-size: 1.4rem;
    font-weight: normal;
    margin-right: 8px; }

  .car_shoplist table.rwd-table .td01 {
    padding: 10px; }

  table.rwd-table tr:nth-child(even) td.td01 {
    border-bottom: 0; }

  table.rwd td {
    display: block; } }
/*RWD Youtube 以及 Vimeo*/
.video-container {
  position: relative;
  height: 0;
  padding: 30px 0 56.25% 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*   內縮   */
.inward {
  border: 1px solid #0075c1;
  padding: 50px; }

/*   分隔線   */
table .divider {
  line-height: 0; }
  table .divider hr {
    height: 1px;
    border: none;
    border-top: 1px dashed #ddd; }

.divider_updown {
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd; }

/*Global Links CSS*/
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 3.6rem; } }
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4rem; }

  .pchidmobshow {
    display: block; }

  .pchshowmobhid {
    display: none; } }
@media screen and (max-width: 576px) {
  /*   btnicon   */
  .icon_m {
    width: 44px; } }
header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff; }

#header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 0 5%; }

.logo {
  line-height: 0;
  margin: 20px 0; }
  .logo img {
    width: 250px;
    animation: logoimglag 0.7s forwards; }

#navigation {
  display: flex;
  flex-wrap: wrap;
  z-index: 9999;
  font-size: 1.8rem;
  letter-spacing: 3px;
  /*#navigation li 這個絕對不可以設display: inline-block;*/ }
  #navigation a {
    display: inline-block;
    color: #000;
    margin: 0 10px;
    padding: 8px 30px;
    transition: 0.3s; }
  #navigation a:hover {
    font-weight: bold; }
  #navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #navigation > ul > li {
    position: relative;
    float: left;
    text-align: center; }
    #navigation > ul > li > div > div > a:hover::before {
      content: '';
      position: absolute;
      width: 70%;
      border-top: 2px solid #0075c1;
      top: -8px;
      left: 50%;
      transform: translateX(-50%); }
  #navigation li .nav01 div {
    color: gray;
    transition: 0.3s; }
  #navigation li.eng a {
    letter-spacing: 1px;
    border: 1px solid #0075c1;
    padding: 10px 30px;
    border-radius: 40px; }
    #navigation li.eng a:hover {
      color: #fff;
      background-color: #0075c1; }
    #navigation li.eng a:hover::before {
      display: none; }

#header.is-hidden {
  position: fixed;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: top 0.3s, opacity 0.3s;
  -moz-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
  height: 80px; }
  #header.is-hidden .logo img {
    animation: logoimg 0.7s forwards; }
  #header.is-hidden.hid {
    opacity: 0;
    animation: show 1s forwards; }
  #header.is-hidden.slide-in {
    opacity: 1; }
  #header.is-hidden #navigation {
    margin-top: 0; }
    #header.is-hidden #navigation li div.nav01 div {
      color: white; }
    #header.is-hidden #navigation li.nav_show div {
      display: block; }
    #header.is-hidden #navigation li:hover::before {
      border-top: 2px solid white; }

#navigation_mobile,
a#pull {
  display: none; }

#navigation_catalog {
  position: absolute;
  min-width: 200px;
  text-align: left;
  line-height: 1.4;
  top: initial;
  left: 50%;
  transform: translateX(-50%); }
  #navigation_catalog a {
    display: block;
    width: 100%;
    padding: 8px 12px;
    border-bottom: 1px solid #cccccc; }
    #navigation_catalog a:hover {
      opacity: 1;
      color: #fff;
      background-color: #0075c1; }
  #navigation_catalog > ul {
    border-top: 2px solid #0075c1; }
    #navigation_catalog > ul::after {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      background-color: #0075c1;
      top: -8px;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg); }
  #navigation_catalog ul {
    display: none;
    height: auto; }
  #navigation_catalog ul li a {
    display: inline-block;
    margin: 0;
    padding: 8px 12px;
    background-color: white; }
  #navigation_catalog ul li ul li a {
    color: #676767;
    font-size: 1.4rem;
    padding-left: 20px;
    background-color: #ebebeb; }
  #navigation_catalog ul li ul li ul li a {
    padding-left: 28px;
    background-color: gainsboro; }
  #navigation_catalog ul li ul li ul li ul li a {
    background-color: white; }

/* -------------------------------- 
social
-------------------------------- */
.social_ico a {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #999;
  font-size: 1.3rem; }
.social_ico::before {
  content: " ";
  position: absolute;
  z-index: -3;
  height: 10px;
  border-right: 1px solid #e1e1e1;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }
.social_ico.car, .social_ico.lan {
  position: relative;
  width: 50px;
  text-align: center;
  padding: 3px 0; }
.social_ico span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: -2px;
  right: -10px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  background-color: #0075c1;
  border-radius: 30px; }

.backtop_scart img {
  width: 90%;
  margin-top: 2px; }

/* -------------------------------- 
Search header
-------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(192, 192, 192, 0) inset;
  /*搜尋自動填塞淡淡的白*/
  box-shadow: 0 0 0px 1000px rgba(192, 192, 192, 0) inset;
  /*搜尋自動填塞淡淡的白*/
  transition: background-color 1000s ease-in-out 0s;
  /*搜尋自動填塞透明*/
  -webkit-text-fill-color: #777;
  /*自動填塞的字*/ }

#nav_show {
  position: relative;
  margin-right: 10px;
  padding: 3px 0; }
  #nav_show form {
    position: relative;
    margin: 0 auto; }

.s1 form {
  height: 26px; }
.s1 input {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  outline: none;
  height: 100%;
  width: 0;
  padding: 0 20px 0 15px;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  transition: 0.4s cubic-bezier(0, 0.8, 0, 1); }
.s1 input:focus {
  width: 150px;
  z-index: -1;
  border: 1px solid #eee;
  border-radius: 50px 0 0 50px; }
.s1 button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  width: 24px;
  padding: 0 0 0 0px;
  border: 1px solid #bbb;
  border-radius: 50px;
  background: #fff; }
.s1 button:before {
  content: "";
  position: inherit;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 16px;
  background-image: url(../images/ico_search.png);
  background-size: 100%; }

.s2:after {
  content: "";
  display: table;
  clear: both; }
.s2 form {
  float: right;
  width: auto; }
.s2 input {
  position: relative;
  outline: none;
  width: 80px;
  padding: 5px 20px 5px 15px;
  border: 1px solid #eee;
  border-radius: 42px;
  background: #fff;
  transition: .3s linear; }
.s2 input:focus {
  width: 150px; }
.s2 button {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: none;
  border: none; }
.s2 button:before {
  content: "";
  position: inherit;
  left: 2px;
  top: 6px;
  width: 20px;
  height: 16px;
  background-image: url(../images/ico_search.png);
  background-size: 100%; }

/* -------------------------------- 
Secondary Fixed Navigation
-------------------------------- */
.cd-secondary-nav {
  z-index: 99;
  height: 0;
  background-color: rgba(3, 13, 24, 0);
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s; }
  .cd-secondary-nav.is-fixed {
    position: fixed;
    left: 0;
    top: 0;
    height: 80px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8); }

/*Global Links CSS*/
@media print {
  header {
    position: relative; }

  #header.is-hidden.slide-in {
    top: 0; }

  #header.is-hidden {
    position: relative; } }
@media screen and (max-width: 1280px) {
  .logo img {
    width: 160px; }

  #navigation li .nav01 div {
    margin: 0 12px; }

  #navigation a {
    margin: 0;
    padding: 8px 0; }

  #navigation li.eng a {
    padding: 10px 16px; } }
@media screen and (max-width: 992px) {
  #header {
    padding: 0 2%; } }
@media screen and (max-width: 767px) {
  header {
    position: relative;
    height: 44px; }

  #header {
    padding: 0; }

  .logo {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    background-color: #fff;
    height: 44px;
    margin: 0; }
    .logo img {
      width: 110px; }

  #h_submenu {
    display: none; }

  #navigation a#pull span::before, #navigation a#pull span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s; }

  nav {
    width: 100%; }

  #navigation::-webkit-scrollbar {
    width: 0; }

  #navigation {
    display: inline-block;
    top: 0;
    left: 0;
    right: initial;
    z-index: 9999;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    margin: 0;
    padding-top: 44px; }
    #navigation > ul {
      display: none;
      height: auto;
      width: 100%;
      padding: 0px; }
    #navigation > ul > li {
      float: none;
      padding-top: 0;
      background-color: #fff;
      border-bottom: 1px solid #eee; }
      #navigation > ul > li a:hover::before {
        display: none; }
      #navigation > ul > li div {
        margin: 0; }
      #navigation > ul > li div.nav01 div {
        color: #999;
        margin: 0;
        padding: 0; }
    #navigation a {
      display: block;
      width: 100%;
      color: gray;
      margin: 0;
      padding: 10px;
      background-color: #fff; }
      #navigation a:hover {
        color: #fff;
        margin-top: 0;
        background-color: #0075c1; }
    #navigation a#pull {
      position: fixed;
      top: 0;
      right: 0;
      width: 46px;
      display: inline-block;
      z-index: 1000;
      color: #fff;
      font-size: 13px;
      text-align: left;
      background-color: #1E1E1E;
      padding: 9px 3%;
      text-transform: uppercase; }
      #navigation a#pull span {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -1px;
        height: 2px;
        width: 20px;
        margin-left: -10px;
        background-color: #fff;
        -webkit-transition: background-color 0.3s 0.3s;
        -moz-transition: background-color 0.3s 0.3s;
        transition: background-color 0.3s 0.3s; }
        #navigation a#pull span::before {
          -webkit-transform: translateY(-6px);
          -moz-transform: translateY(-6px);
          -ms-transform: translateY(-6px);
          -o-transform: translateY(-6px);
          transform: translateY(-6px); }
        #navigation a#pull span::after {
          -webkit-transform: translateY(6px);
          -moz-transform: translateY(6px);
          -ms-transform: translateY(6px);
          -o-transform: translateY(6px);
          transform: translateY(6px); }
    #navigation.nav-visible {
      height: 94vh;
      overflow-y: auto; }
      #navigation.nav-visible #navigation_mobile {
        display: block;
        width: 100%;
        background-color: #fff; }
      #navigation.nav-visible a#pull span {
        background-color: rgba(255, 255, 255, 0); }
        #navigation.nav-visible a#pull span::before {
          -webkit-transform: translateY(0) rotate(-45deg);
          -moz-transform: translateY(0) rotate(-45deg);
          -ms-transform: translateY(0) rotate(-45deg);
          -o-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg); }
        #navigation.nav-visible a#pull span::after {
          -webkit-transform: translateY(0) rotate(45deg);
          -moz-transform: translateY(0) rotate(45deg);
          -ms-transform: translateY(0) rotate(45deg);
          -o-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg); }

  #header.is-hidden {
    height: initial; }
    #header.is-hidden #navigation a#pull {
      position: fixed; }
    #header.is-hidden #navigation li div.nav01 div {
      color: gray; }
    #header.is-hidden #navigation li div.nav01 div .mu_newpro {
      color: white; }

  #navigation_catalog {
    position: inherit;
    display: block;
    float: none;
    top: 0;
    left: 0;
    transform: translateX(0); }
    #navigation_catalog li a {
      text-align: center;
      border-bottom: 1px solid #cdcdcd; }
    #navigation_catalog ul li a {
      padding: 8px;
      background-color: whitesmoke; }
    #navigation_catalog ul li ul li a,
    #navigation_catalog ul li ul li ul li a,
    #navigation_catalog ul li ul li ul li ul li a {
      padding: 8px; }
    #navigation_catalog ul li ul li {
      border-left: 2px solid #e31e26; }

  #navigation_mobile ul {
    display: none; }
    #navigation_mobile ul li {
      border-bottom: 1px solid #eee; }

  .cd-secondary-nav {
    display: none; } }
/*   ad   */
.ad_isd {
  position: absolute;
  left: 0;
  z-index: -1;
  overflow: hidden; }

@media screen and (max-width: 992px) {
  .ad_isd img {
    max-width: 120%;
    margin-left: -20%; } }
@media screen and (max-width: 576px) {
  .ad_isd img {
    max-width: 140%;
    margin-left: -14%; } }
@media screen and (max-width: 320px) {
  .ad_isd img {
    max-width: 200%; } }
#wrap, #wrap_80p, #wrap_60p, #wrap_full {
  position: relative;
  width: 100%;
  margin: auto; }

#wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1920px;
  padding: 40px 5%; }

#wrap_80p {
  padding: 40px 10%; }

#wrap_60p {
  padding: 40px 20%; }

#wrap_full {
  padding: 40px 0; }

#wrap_full .aside, #wrap_80p .aside {
  display: none; }

.w_60p {
  width: 60%;
  min-width: 340px;
  margin: 0 auto; }

.aside {
  position: relative;
  width: 20%; }
  .aside::before {
    content: '';
    position: absolute;
    border-top: 3px solid #bba164;
    animation: widthto100 2s forwards 1s; }
  .aside .search form {
    display: flex;
    width: 100%;
    margin: 20px 0; }
    .aside .search form .searchbox {
      flex: 11;
      width: inherit; }
    .aside .search form .search_go {
      flex: 1;
      border: 0; }

.aside_tit {
  margin-bottom: 30px; }
  .aside_tit span {
    display: none; }

.menu ul li div.currMenu a, .menu a:hover, .menu .menu_sub01 a:hover, .menu .menu_sub02 a:hover {
  color: #0075c1;
  background-position: -360px top; }

.menu ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.4; }
  .menu ul li {
    width: 100%; }
.menu a {
  display: block;
  width: 100%;
  color: #4d4d4d;
  background: url(../upload/userfiles/image/system/mu_01.gif) no-repeat 0px top;
  padding: 8px 6px 8px 20px; }
  .menu a:visited {
    color: #9a9a9a; }
.menu .menu_sub01 a {
  color: #5a5a5a;
  font-size: 1.3rem;
  background: url(../upload/userfiles/image/system/mus_02.gif) no-repeat 0px top;
  border-bottom: 1px dotted #ccc; }
  .menu .menu_sub01 a:hover {
    color: #0075c1; }
.menu .menu_sub02 {
  margin-left: 20px; }
  .menu .menu_sub02 a {
    color: #8d8d8d;
    background: url(../upload/userfiles/image/system/mus_03.gif) no-repeat 0px top; }
    .menu .menu_sub02 a:hover {
      color: #0075c1; }
.menu .menu_sub03 {
  margin-left: 10px; }
  .menu .menu_sub03 a {
    color: #949494; }
    .menu .menu_sub03 a:hover {
      color: #0075c1; }

.content {
  width: 100%;
  -ms-text-justify: inter-ideograph;
  /*IE9*/
  text-justify: inter-ideograph;
  text-align: justify; }

#wrap_80p .content,
#wrap_60p .content,
#wrap_full .content {
  width: 100%;
  margin: 0; }

.title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .title .h1 {
    display: flex;
    align-items: center; }
    .title .h1 h1 {
      margin-right: 20px; }

.titline {
  display: inline-block;
  border-top: 2px solid #ff0000;
  width: 60px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px; }

.breadcrumbs ul {
  color: #cdcdcd;
  font-size: 1.1rem;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0; }
.breadcrumbs li {
  display: inline-flex; }
  .breadcrumbs li a {
    color: #b3b3b3; }
  .breadcrumbs li::after {
    content: "›";
    color: #cdcdcd;
    padding: 0 5px; }
.breadcrumbs li:last-child::after {
  content: ""; }

/* -------------------------------- 
Products
-------------------------------- */
.proli_case {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0px;
  overflow: hidden; }

.proli {
  position: relative;
  width: calc(100%/4 - 2%);
  margin: 0 1%;
  background-color: #fff;
  animation: mov_path 1 .5s forwards;
  animation-delay: 0s;
  clip-path: polygon(100% 0%, 100% 0, 100% 0%, 0% 0%, 0 0%, 0 0);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
  .proli:nth-child(odd) {
    animation-delay: 1.4s; }
    .proli:nth-child(odd) .proliimg img {
      animation-delay: 1.7s; }
  .proli:nth-child(even) {
    animation-delay: 1.2s; }
    .proli:nth-child(even) .proliimg img {
      animation-delay: 1.9s; }

.proliimg {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .proliimg a:hover {
    opacity: 1; }
  .proliimg img {
    width: 100%;
    vertical-align: middle;
    opacity: 0;
    animation: mov_opt 1 1s ease-out forwards;
    animation-delay: .5s; }
  .proliimg::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8EA88A;
    opacity: 0;
    transition: 1s; }
  .proliimg span {
    position: absolute;
    z-index: 6;
    color: #fff;
    font-size: 1.6rem;
    opacity: 0;
    transition: 0.5s;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .proliimg figcaption::before, .proliimg figcaption::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    opacity: 1;
    z-index: 6;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s; }
  .proliimg figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  .proliimg figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); }
  .proliimg:hover::after {
    opacity: .6; }
  .proliimg:hover figcaption::before, .proliimg:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .proliimg:hover span {
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.proli_des {
  position: relative;
  bottom: 0;
  width: 80%;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: left;
  padding: 24px;
  background-color: #fff; }
  .proli_des h1 {
    margin-top: 0; }
  .proli_des a {
    color: #010101; }
    .proli_des a .listprice {
      color: #cdcdcd;
      text-decoration: line-through;
      margin-right: 12px; }
    .proli_des a .proli_price {
      color: gray; }
    .proli_des a:active .proli_name, .proli_des a:hover .proli_name {
      color: #0075c1;
      text-decoration: underline; }
    .proli_des a:active .txt, .proli_des a:hover .txt {
      color: #9a9a9a; }
    .proli_des a:active .listprice, .proli_des a:hover .listprice {
      text-decoration: line-through;
      margin-right: 12px; }
  .proli_des .txt {
    max-height: 40px;
    color: #b3b3b3;
    overflow: hidden;
    margin-bottom: 20px; }

.proli_name {
  max-height: 46px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden; }

.proli_price .disprice {
  color: #0075c1;
  font-size: 1.8rem; }

.proli_send {
  width: 100%; }
  .proli_send input {
    padding: 8px 16px;
    border: 1px solid #e31e26;
    border-radius: 40px;
    background-color: #fff;
    color: #666;
    font-size: 1.4rem; }

.pro_detailimg {
  position: relative;
  display: block;
  float: left;
  width: 35%; }
  .pro_detailimg .pro_midimg {
    min-height: 300px;
    background: url(../images/pro_nopicture.jpg) top no-repeat;
    background-size: contain; }
    .pro_detailimg .pro_midimg img {
      width: 100%; }
    .pro_detailimg .pro_midimg a {
      opacity: 1; }
  .pro_detailimg .pro_midimg_s img {
    display: inline-block;
    width: 44px;
    margin: 6px 6px 0px 0px;
    border: 1px solid #d3d3d3; }

.pro_detail {
  float: right;
  width: 60%;
  margin-left: 5%; }

.pro_name {
  font-weight: bold;
  line-height: 1.4;
  text-align: left; }
  .pro_name h1 {
    font-size: 4.4rem; }

.pro_id {
  font-size: 1.3rem;
  color: #999; }
  .pro_id .idnumber {
    color: #b3b3b3;
    margin-right: 10px; }

.pro_price {
  display: none;
  color: #9a9a9a;
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 20px 0;
  padding-bottom: 10px; }
  .pro_price .listprice {
    color: #cdcdcd;
    text-decoration: line-through; }
  .pro_price .disprice {
    color: #ff8487;
    font-size: 3.2rem; }

.but_inquiry {
  margin: 30px 0; }
  .but_inquiry a {
    display: flex;
    justify-content: center;
    width: 220px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 5px;
    border: 0;
    padding: 8px;
    background-color: #e31e26; }
    .but_inquiry a:hover {
      background-color: #616161; }
    .but_inquiry a img {
      width: 44px; }

.pro_qty {
  line-height: 3;
  margin-top: 30px;
  padding: 10px;
  background-color: whitesmoke; }
  .pro_qty img {
    margin: 0px 5px;
    border: 1px solid #ccc; }
  .pro_qty input.form03 {
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    width: 30%; }

input.but_minus,
input.but_add {
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 6px 14px;
  background-color: #666;
  border: 0; }
  input.but_minus:hover,
  input.but_add:hover {
    background-color: #666666; }

.pro_share {
  text-align: right;
  margin: 20px 0; }

.pro_descript {
  margin-top: 30px; }
  .pro_descript img {
    width: initial !important;
    height: initial !important; }

.art_point01 {
  position: absolute;
  bottom: 0;
  left: -60%;
  background: url(../upload/userfiles/image/system/art_point02.svg) top no-repeat;
  width: 300px;
  height: 160px;
  z-index: -1; }

.art_point02 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../upload/userfiles/image/system/art_point01.svg) top no-repeat;
  width: 300px;
  height: 160px;
  z-index: -1;
  opacity: .3; }

/* -------------------------------- 
contact
-------------------------------- */
.contact_td {
  float: left;
  width: 65%; }
  .contact_td td {
    border-bottom: 1px solid #ddd; }
    .contact_td td:first-child {
      position: relative;
      text-align: right; }
      .contact_td td:first-child::after {
        content: "";
        position: absolute;
        right: 0;
        height: 24px;
        border-right: 1px solid #ddd; }
    .contact_td td input {
      border: 0; }

.contact_info {
  float: right;
  color: #999;
  width: 30%; }
  .contact_info ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .contact_info li {
    padding-left: 30px; }

.con_add {
  background: url(../upload/userfiles/image/system/contact_ico_add.png) no-repeat;
  background-position-y: 4px;
  background-size: 30px; }

.con_phone {
  background: url(../upload/userfiles/image/system/contact_ico_phone.png) no-repeat;
  background-position-y: 4px;
  background-size: 30px; }

.con_fax {
  background: url(../upload/userfiles/image/system/contact_ico_fax.png) no-repeat;
  background-position-y: 4px;
  background-size: 30px; }

.con_mail {
  background: url(../upload/userfiles/image/system/contact_ico_mail.png) no-repeat;
  background-position-y: 4px;
  background-size: 30px; }

.contact_ok {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  color: #198754;
  font-size: 2rem; }

.about.container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px; }
  .about.container .title .h1 h1 {
    width: 120px; }
  .about.container .col .title img {
    width: inherit; }
  .about.container .col {
    flex: 6; }
    .about.container .col.img {
      text-align: center; }
    .about.container .col img {
      width: 80%;
      margin: auto; }

.about02 {
  flex-direction: row-reverse; }
  .about02 table .f20px {
    color: #0075c1; }
  .about02 table tr td:last-child {
    padding-bottom: 12px; }

/*index*/
.ind_a {
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 82px auto; }
  .ind_a .col {
    flex: 6;
    padding-left: 10px;
    padding-bottom: 24px; }
  .ind_a .col:last-child {
    text-align: right; }
  .ind_a .tit {
    display: flex;
    align-items: center;
    font-size: 3rem; }
  .ind_a .txt {
    font-size: 7rem;
    line-height: 1; }
    .ind_a .txt:first-letter {
      font-weight: bold;
      color: #e31e26; }

.ind_b {
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 82px auto; }
  .ind_b .proli {
    width: calc(100%/3 - 4%);
    margin: 0 2%; }
  .ind_b .pic {
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    margin-bottom: 32px;
    padding-top: 4px; }
    .ind_b .pic img {
      width: 34px; }

.indproli {
  width: calc(100%/3 - 4%);
  margin: 0 2%;
  padding: 48px;
  background-color: #e31e26; }
  .indproli .tit {
    color: #fff;
    font-size: 3rem;
    line-height: 1.4; }
  .indproli .art {
    position: relative;
    top: 30%; }

/*Global Links CSS*/
@media print {
  #wrap {
    padding: 10px 0;
    margin: auto; }

  #wrap_80p {
    padding: 10px 10%;
    margin: auto; }

  #wrap_60p {
    padding: 10px 10%;
    margin: auto; }

  #wrap_full {
    padding: 10px 0; } }
@media screen and (max-width: 1440px) {
  #wrap {
    padding: 72px 5%; }

  #wrap_full {
    padding: 72px 0; }

  .breadcrumbs {
    padding: 16px 5%; }

  .aside_tit span {
    font-size: 3rem; } }
@media screen and (max-width: 1280px) {
  #wrap_80p,
  #wrap_60p {
    padding: 72px 10%; } }
@media screen and (max-width: 767px) {
  #wrap, #wrap_80p, #wrap_60p, #wrap_full {
    padding: 10px 10px; }

  #wrap_full {
    padding: 10px 0; }

  #wrap .aside {
    display: none; }

  .title {
    display: block; }

  .content {
    width: 100%;
    margin: 0; }

  .proli_name,
  .new_list h2 {
    font-size: 1.6216216216rem; }

  .proli figcaption {
    display: none; }
  .proli .proliimg::after {
    display: none; }

  .contact_td,
  .contact_info {
    float: none;
    width: 100%;
    margin-top: 20px; } }
@media screen and (max-width: 576px) {
  .proli {
    width: calc(100%/2 - 2%); }

  .proli_price .listprice {
    display: block;
    margin-right: 0; }

  .proli_des {
    position: relative; }

  .pro_detailimg {
    float: none;
    width: 100%; }

  .pro_detail {
    float: none;
    width: 100%;
    margin: 20px 0 0; }

  .pro_detailimg .pro_midimg {
    width: 80%;
    min-height: initial;
    margin: auto; }

  .but_inquiry {
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px;
    border-top: 1px solid #ddd;
    background-color: #fff; }
    .but_inquiry a {
      margin: auto; }

  .pro_descript {
    background-size: 200%; }

  .art_point02 {
    display: none; }

  .new_case {
    margin-bottom: 12px;
    padding-bottom: 12px; }

  .new_date {
    flex-direction: row;
    justify-content: flex-end;
    flex: 100%;
    width: initial;
    height: initial;
    border: 0; }
    .new_date.new_date_m {
      margin: 0 0 8px; }
    .new_date .day {
      font-size: 2.8rem;
      width: 30px;
      margin: 0 10px; }

  .new_list {
    max-height: 100px;
    overflow: hidden; }

  .new_des_title {
    display: block;
    padding: 20px 0; }
    .new_des_title .new_date {
      margin: 0 0 10px; }
    .new_des_title h1 {
      border-left: 0;
      margin: 0;
      padding: 0; }

  .company .content > .title .h1 {
    display: none; }

  .about.container {
    display: block; }
    .about.container .col {
      flex: 12; }
    .about.container .title {
      display: flex;
      justify-content: flex-start; }
      .about.container .title .h1 h1 {
        width: initial; }

  .ind_a,
  .ind_b {
    display: block;
    margin: 24px auto; }
    .ind_a .col,
    .ind_b .col {
      margin: 24px 2%; }
    .ind_a .proli,
    .ind_a .indproli,
    .ind_b .proli,
    .ind_b .indproli {
      width: 96%;
      margin: 0 2% 32px; } }
/*   form   */
.form_full {
  width: 100%; }

.form_30p {
  width: 30%; }

.w_s {
  width: 8%; }

.w_ms {
  width: 10%; }

.w_m {
  width: 14%; }

.w_mb {
  width: 16%; }

.w_b {
  width: 24%; }

.form_bg01 {
  background-color: #f3f1e8; }

.form_bgw {
  background-color: #fff; }

/*Global Links CSS*/
/*   shop   */
.orderlist th {
  line-height: 1.4;
  padding: 8px;
  border-top: 2px solid #666;
  border-bottom: 1px solid #b3b3b3; }
.orderlist td {
  line-height: 1.4;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5; }
  .orderlist td.txt_left {
    text-align: left; }

.member .orderlist tr:nth-child(even) td {
  background-color: #eaeaea; }

.orderlist_data td.spacing {
  display: none; }

.orderlist_data th {
  font-weight: normal; }
.orderlist_data td {
  font-weight: bold; }

.orderlist .form_30p {
  text-align: center; }

.car_totalprice {
  display: block;
  float: right;
  margin: 20px 0 40px;
  padding: 10px;
  border: 4px solid #bba164; }

.ico_checkbut a {
  display: inline-block;
  background-color: white;
  padding: 5px 10px;
  border-radius: 50px; }

.stress {
  color: #ff8487;
  font-size: 3.6rem; }

.btn_checkout_member,
.btn_checkout_notmember {
  display: inline-block;
  font-size: 2rem; }

.btn_checkout_member a {
  color: #fff;
  background-color: #0075c1;
  margin-right: 10px;
  padding: 12px 20px;
  border-radius: 5px; }

.btn_checkout_notmember a {
  color: #fff;
  background-color: #999;
  padding: 12px 20px;
  border-radius: 5px; }

.car_shoplist .form_bg01 td {
  padding: 8px; }
  .car_shoplist .form_bg01 td:first-child {
    padding-left: 20px; }
  .car_shoplist .form_bg01 td:last-child {
    padding-right: 20px; }
.car_shoplist .form_bg01 .rwd td:first-child {
  padding-left: 0; }
.car_shoplist .form_bg01 .rwd td:last-child {
  padding-right: 0; }

.form_bg01 .float_l {
  float: left; }

.car_payway {
  color: #fff;
  background-color: #0a73b7; }

/*   member   */
.member #wrap_80p,
.member #wrap, .member.login #wrap_80p {
  background-color: #f2f2f2;
  padding-top: 20vh; }

.member.login #wrap_80p {
  padding: 20vh 16%; }
.member.login .content_main {
  display: flex;
  flex-wrap: wrap; }
.member.login .title {
  display: none; }
.member.login .note {
  margin-top: 30px; }
.member table td {
  line-height: 1.4;
  padding: 8px 2px; }

.login_l {
  flex: 1;
  padding: 6%;
  background-color: #fff;
  border-top: 1px solid #0075c1; }
  .login_l .btn_login {
    width: 84px;
    height: 84px;
    text-indent: -999em;
    background: url(../upload/userfiles/image/system/ico_login.jpg);
    background-size: cover; }
    .login_l .btn_login:hover {
      background: url("../upload/userfiles/image/system/ico_login_over.jpg");
      background-size: cover; }

.login_r {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-height: 216px;
  text-align: center;
  border-top: 1px solid #0075c1;
  background: url(../images/member_login.jpg);
  background-size: cover; }
  .login_r a {
    color: #fff; }

.member_policy {
  height: 250px;
  overflow: scroll;
  line-height: 1.6;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px; }

.member .toolbar ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .member .toolbar ul li {
    margin: 10px 4px 20px 0; }
    .member .toolbar ul li a {
      font-size: 1.5rem;
      padding: 5px;
      border: 1px solid #0075c1; }

/*Global Links CSS*/
@media screen and (max-width: 767px) {
  .member.login #wrap_80p {
    padding: 20vh 6%; } }
@media screen and (max-width: 576px) {
  .orderlist td {
    text-align: left;
    padding: 5px 2px;
    border-bottom: 0;
    background-color: rgba(255, 255, 255, 0.8); }
    .orderlist td:first-child {
      padding-top: 20px; }
    .orderlist td:last-child {
      padding-bottom: 20px; }

  .orderlist_data tr {
    border: 0; }
  .orderlist_data td {
    display: flex;
    padding: 5px 2px;
    border-bottom: 0;
    background-color: rgba(255, 255, 255, 0.8); }
    .orderlist_data td:before {
      content: attr(data-th) " ";
      display: table;
      width: 90px; }

  .ico_checkbut a {
    padding: 8px 20px;
    border: 1px solid #ccc; }

  .car_shoplist table.rwd td {
    width: 100%; }

  .car_shoplist .form_bg01 .rwd td:last-child {
    padding: 8px 0; }

  .member #wrap_80p,
  .member #wrap, .member.login #wrap_80p {
    padding-top: 2vh; }

  .member.login #wrap_80p {
    padding: 2vh 3%; }
  .member .content_main {
    display: block; } }
/*   member   */
/*Global Links CSS*/
/*   footer   */
#footer {
  display: flex;
  flex-wrap: wrap;
  color: #b3b3b3;
  line-height: 1.4;
  width: 100%;
  margin: auto;
  padding: 40px 10% 24px;
  background: #000; }
  #footer .cor.fotlogo {
    flex: 2;
    padding-right: 5%; }
  #footer .cor.fotnav {
    flex: 6;
    padding-top: 20px; }
  #footer .cor.fotadd {
    flex: 4;
    color: #fff;
    text-align: left;
    margin-left: 5%;
    padding-top: 20px; }
    #footer .cor.fotadd ul {
      margin: 0;
      padding: 0;
      padding-left: 20px;
      border-left: 3px solid #f00; }
    #footer .cor.fotadd li {
      list-style: none; }

#footer a {
  display: inline-block;
  color: #fff;
  margin: 0 6% 0 0; }
  #footer a:visited {
    color: #b3b3b3; }
  #footer a:active, #footer a:hover {
    opacity: 1;
    color: #0075c1;
    text-decoration: underline; }

.copyright {
  color: #cccccc;
  text-align: center;
  padding: 8px 0;
  border-top: 1px solid #555;
  background: #000; }

/*  share   */
#post_share {
  width: 100%;
  text-align: center;
  margin-top: 20px; }
  #post_share ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #post_share li {
    display: inline-block;
    margin: 3px; }
    #post_share li a {
      display: block;
      width: 34px;
      height: 34px;
      margin: 0;
      background-image: url(../upload/userfiles/image/system/ico_share_b.svg);
      background-repeat: no-repeat;
      background-size: 170px;
      transition: 0.3s; }
      #post_share li a:hover {
        text-decoration: none; }

#post_share #mail {
  background-position: 0px 0px; }
  #post_share #mail:hover {
    background-position: 0px -34px; }
#post_share #facebook {
  background-position: -44px 0px; }
  #post_share #facebook:hover {
    background-position: -44px -34px; }
#post_share #line {
  background-position: -92px 0px; }
  #post_share #line:hover {
    background-position: -92px -34px; }
#post_share #google-plus {
  background-position: -139px 0px; }
  #post_share #google-plus:hover {
    background-position: -139px -34px; }

#backtotop {
  position: relative;
  z-index: 99;
  text-align: center;
  width: 60px;
  margin-left: -1px; }
  #backtotop .ico_shop {
    max-width: 24px;
    opacity: .5; }

.backtop_shop {
  font-size: 11px;
  padding-bottom: 15px; }
  .backtop_shop a:link,
  .backtop_shop a:visited {
    color: #0075c1; }

/*   other   */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
/*Global Links CSS*/
@media screen and (max-width: 1440px) {
  #footer {
    padding: 40px 3% 24px; } }
@media screen and (max-width: 1280px) {
  #footer {
    display: block;
    text-align: center; }
    #footer .cor {
      margin-top: 20px; }
    #footer .cor.fotnav {
      line-height: 3; }
    #footer .cor.fotadd {
      width: 100%;
      max-width: 360px;
      margin: 20px auto; } }
@media screen and (max-width: 576px) {
  .copyright {
    display: inline-block;
    width: 100%; }

  .prodes .copyright {
    margin-bottom: 85px; } }
@media screen and (max-width: 576px) {
  #footer .container {
    display: block; }
    #footer .container .fotlogo {
      width: 100px;
      margin: auto;
      margin-bottom: 20px; }

  #backtotop {
    display: none; } }
@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transition: opacity 3s; } }
@keyframes widthto30 {
  0% {
    width: 0; }
  100% {
    width: 30%; } }
@keyframes widthto60 {
  0% {
    width: 0; }
  100% {
    width: 60%; } }
@keyframes widthto100 {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes logoimg {
  0% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7); } }
@keyframes logoimglag {
  0% {
    -webkit-transform: scale(0.7, 0.7);
    /*為Chrome/Safari*/
    -moz-transform: scale(0.7, 0.7);
    /*為Firefox*/
    -ms-transform: scale(0.7, 0.7);
    /*為IE*/
    -o-transform: scale(0.7, 0.7);
    /*為Opera*/
    transform: scale(0.7, 0.7); }
  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes mov_path {
  from {
    background-color: #cfcfcf;
    clip-path: polygon(100% 0%, 100% 0, 100% 0%, 0% 0%, 0 0%, 0 0); }
  to {
    background-color: #fff;
    clip-path: polygon(100% 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0); } }
@keyframes mov_opt {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*   footer   */
#pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  margin: 60px 0; }
  #pagination .page {
    display: flex;
    flex-wrap: wrap; }
  #pagination .prev a,
  #pagination .next a {
    width: 100px;
    border: 0;
    background-color: transparent; }
    #pagination .prev a:hover,
    #pagination .next a:hover {
      border: 0;
      background-color: #fff;
      opacity: .5; }
  #pagination .prev {
    text-indent: -999em;
    background: url(../images/ico_prve.jpg) no-repeat center; }
  #pagination .next {
    text-indent: -999em;
    background: url(../images/ico_next.jpg) no-repeat center; }
  #pagination .hotkey input {
    margin: 0 5px;
    padding: 3px; }
    #pagination .hotkey input[type="image"] {
      border: 0; }
  #pagination span {
    color: #666; }
  #pagination .onthis {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b3b3b3;
    font-weight: bold;
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background-color: whitesmoke; }
  #pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: -1px;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 44px;
    height: 44px; }
    #pagination a:hover {
      color: #fff;
      border: 1px solid #0075c1;
      background-color: #4d4d4d; }

/*Global Links CSS*/
@media screen and (max-width: 576px) {
  #pagination {
    margin: 120px 0 60px; }
    #pagination .prev {
      position: absolute;
      top: -64px;
      left: 12%; }
    #pagination .next {
      position: absolute;
      top: -64px;
      right: 12%; }
    #pagination .hotkey {
      margin-top: 10px; } }
/*Global Links CSS*/
/*   layout   */
/*Global Links CSS*/

/*# sourceMappingURL=css.css.map */
