@import url("https  ://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&display=swap");
body {
  padding: 0;
  margin: 0;
}

header {
  background-color: #FFF;
  height: 44px;
  padding: 0 18px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 500;
  height: 110px;
  display: block;
}
@media screen and (max-width: 768px) {
  header {
    height: 65px;
  }
  header .navbar-brand img {
    max-width: 50%;
  }
}
header .box {
  width: 100px;
  height: 100px;
  background-color: #000;
}
header #toggler {
  display: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header #toggler:checked + label .box {
  background-color: #1418ff;
}
header #toggler + label {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 999;
  margin-top: 10px;
  right: 15px;
}
header #toggler:checked + label .hamberger-container span:nth-child(1) {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
}
header #toggler:checked + label .hamberger-container span:nth-child(2) {
  -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.2s;
  transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.2s;
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s;
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
header #toggler:checked + label .hamberger-container span:nth-child(3) {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -8px;
}
header .hamberger-container {
  display: block;
  width: 20px;
  height: 20px;
  position: fixed;
  top: 44px;
  right: 15px;
}
@media screen and (max-width: 960px) {
  header .hamberger-container {
    top: 14px;
  }
}
header .hamberger-container span {
  display: block;
  height: 3px;
  background: #1418ff;
  position: relative;
  -webkit-transition: top 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  top: 0;
  border-radius: 2px;
}
header .hamberger-container span:nth-child(2) {
  margin-top: 7px;
}
header .hamberger-container span:nth-child(3) {
  margin-top: 8px;
}
header .nav-items {
  background-color: rgba(16, 9, 9, 0.9);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  opacity: 0;
  color: #FFF;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .badge {
  display: none;
}
header ul.MAINITEMS {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 0%;
  border: 1px solid rgb(104, 104, 104);
  margin: 5%;
  height: 80vh;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 1;
  border-radius: 30px;
  flex-wrap: wrap;
  padding: 5%;
}
@media screen and (max-width: 768px) {
  header ul.MAINITEMS {
    margin: 12%;
    padding: 0%;
  }
}
@media screen and (max-width: 414px) {
  header ul.MAINITEMS {
    margin: 10%;
    height: 90vh;
  }
}
header ul.MAINITEMS li {
  width: 155px;
  font-size: 1.5em;
  letter-spacing: 2px;
  line-height: 2em;
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header ul.MAINITEMS a {
  color: #313131;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: "Noto Sans TC";
}
header ul.MAINITEMS a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header ul.MAINITEMS a:hover img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  border-radius: 50%;
}
header ul.MAINITEMS a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #FFF;
  text-shadow: 0 0 10px #000;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  header ul.MAINITEMS a {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  header ul.MAINITEMS a {
    font-size: 16px;
  }
}
header ul.MAINITEMS span.badge {
  display: block;
  position: absolute;
  margin-right: -50px;
}
header #toggler:checked ~ .nav-items {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.btn {
  padding: 6px 15px;
  background: #FFF;
  color: #222;
}
.btn:hover {
  background: #1418ff;
  color: #FFF;
  border: 1px solid #b57364;
}
.btn:active {
  background: rgb(229.5, 229.5, 229.5);
  color: #FFF;
  border: 1px solid #b57364;
}

body {
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans TC", sans-serif !important;
}

.modal-body {
  min-height: 125px;
}

.fade.in {
  z-index: 1500;
}

/*----------------------*/
body {
  background: url("../../images/bg-obj01.png");
  background-repeat: no-repeat;
  background-position: 0 100px;
  font-size: 18px;
}

#modal-po {
  z-index: 2001;
}
@media screen and (max-width: 640px) {
  #modal-po {
    margin-top: 13%;
  }
}

.badge {
  position: absolute;
  right: 0;
  opacity: 0;
}

.mainlink {
  margin: 0px 18px 0 0;
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainlink li {
  width: 115px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mainlink li:hover a {
  text-shadow: 0 0 5px #ccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mainlink li img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mainlink li:hover img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.mainlink li a {
  color: #343434;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .mainlink li a {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .mainlink li a {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
.mainlink li .searchfont {
  font-size: 25px;
  margin-top: -10px;
}
@media screen and (max-width: 960px) {
  .mainlink .hidden-960 {
    display: none;
  }
  .mainlink li.search {
    padding-top: 9px;
  }
}

.search a {
  font-size: 26px;
  color: rgba(0, 0, 0, 0.54);
}

#KVEVENT {
  padding: 0 8%;
  margin: auto;
  background: url("../../images/bg01.svg");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
#KVEVENT img {
  border-radius: 10px;
}
@media screen and (min-width: 1680px) {
  #KVEVENT {
    padding: 0 8.43em;
  }
}

article {
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(rgba(255, 235, 235, 0)));
  background: linear-gradient(180deg, #F9F9F9 0%, rgba(255, 235, 235, 0) 100%);
  margin-top: -1px;
  padding-top: 20px;
}
@media (min-width: 1800px) {
  article .container {
    width: 1400px;
  }
}
article h2.text-center,
article .page-header h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}
article h2.text-center::before,
article .page-header h2::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -26px;
  border: 6px solid #5DA5BB;
}

.decbg01,
.decbg03 {
  background: url("../../images/cloudbg.png");
  width: 309px;
  height: 200px;
  background-position: 180% 5%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
}

.decbg02 {
  background: url("../../images/cloudbg.png");
  width: 309px;
  height: 200px;
  position: absolute;
  right: 0;
  background-position: -180% 0;
  background-repeat: no-repeat;
  z-index: 0;
}

.section01 ul.serviceLinkWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}
.section01 ul.serviceLinkWrap a.serviceLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  background: #DDDBDB;
  width: 180px;
  height: 180px;
  font-size: 20px;
  line-height: 2.5em;
  border-radius: 20px;
  margin: 20px 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #484848;
}
.section01 ul.serviceLinkWrap a.serviceLink:hover {
  background: #D7C4BB;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0px 2px #a77a71;
          box-shadow: 0 0px 2px #a77a71;
  border-radius: 25%;
}
@media screen and (max-width: 640px) {
  .section01 ul.serviceLinkWrap a.serviceLink {
    width: 140px;
    height: 140px;
    font-size: 16px;
    line-height: 2em;
    margin: 10px;
  }
  .section01 ul.serviceLinkWrap a.serviceLink img {
    
  }
}
@media screen and (max-width: 640px) {
  .section01 ul.serviceLinkWrap {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.section01::before {
  content: "";
  position: absolute;
  right: 0;
  background: url("../../images/bg02.png");
  width: 280px;
  height: 560px;
  z-index: 0;
  top: 500px;
}
@media screen and (max-width: 640px) {
  .section01::before {
    top: 200px;
    width: 140px;
    height: 300px;
    background-size: cover;
  }
}

.section02 .B_hot_3 .view.view-third {
  padding-top: 100%;
}
.section02 .B_hot_3 .thumbnail-list img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  display: block;
}
.section02 .B_hot_3 .page-header {
  border-bottom: 0;
}
.section02 .B_hot_3 .page-header h2 {
  text-align: center;
}
.section02 .B_hot_3 .page-header h2 small {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: 25px;
}
.section02 .B_hot_3 .view.view-third {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section02 .B_hot_3 .view.view-third a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section02 .B_hot_3 .view.view-third .mask {
  position: absolute;
  background: rgba(4, 4, 4, 0.7019607843);
  top: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  padding: 8%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.section02 .B_hot_3 .view.view-third:hover .mask {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.section02 .B_hot_3 .view.view-third h2.hot_mask_title {
  display: block;
  white-space: normal !important;
  overflow: auto;
  text-overflow: unset;
  display: none;
}
.section02 .B_hot_3 .view.view-third .hot_mask_intro {
  display: none;
}
.section02 .B_hot_3 a.info {
  color: #ffffff;
  border: 1px solid #dddbdb;
  line-height: 44px;
  text-decoration: none;
  border-radius: 5px;
}
.section02 .B_hot_3 .product-price {
  display: none;
}
.section02 .B_hot_3 .li-item .btn-default {
  display: none;
}
@media screen and (max-width: 768px) {
  .section02 .B_hot_3 .li-item .btn-default {
    display: block;
  }
}
.section02 .B_hot_3 h4.hot_prod_title {
  height: 36px;
  white-space: normal !important;
  font-size: 16px;
  letter-spacing: 1px;
  color: #484848;
  text-align: center;
}
.section02 .B_hot_3 .hot_prod_intro {
  display: none;
}

.section03 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section03 .pic {
  display: none;
}
.section03 #rwdnews_list {
  width: 80%;
  margin: auto;
  padding-top: 30px;
}
.section03 #rwdnews_list .newscontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
  margin-bottom: 15px;
}
.section03 #rwdnews_list .newscontent h4 {
  padding-left: 15px;
  color: #484848;
}
.section03 #rwdnews_list .newscontent h4 a {
  color: #484848;
}
.section03 #rwdnews_list .newscontent p {
  display: none;
}
.section03 #rwdnews_list .card-category {
  margin-right: 15px;
  border:1px solid #000;
  padding: 5px;
  border-radius: 5px;
  font-size: 15px;
  letter-spacing: 1px;
  width: 92px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section03 #rwdnews_list .card-category {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .section03 #rwdnews_list {
    width: 100%;
  }
}

.footerwrap .storeName {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 800;
}
.footerwrap ul.footerbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2em;
  padding-bottom: 15px;
}
.footerwrap ul.footerbtn li {
  -webkit-flex-basis: 200px;
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px;
}
@media screen and (max-width: 820px) {
  .footerwrap ul.footerbtn li {
    -webkit-flex-basis: 110px;
        -ms-flex-preferred-size: 110px;
            flex-basis: 110px;
  }
}
@media screen and (max-width: 640px) {
  .footerwrap {
    padding-bottom: 20%;
  }
}

@media (min-width: 990px) {
  .ITEMTYPE {
    position: -webkit-sticky;
    position: sticky;
    top: 142px;
  }
}
@media screen and (max-width: 990px) {
  h2.aside-title {
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px #ddd;
    box-shadow: 0 2px 5px #ddd;
  }
  aside::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: #fb5f49 transparent transparent transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation: arrow 1s 20 linear;
            animation: arrow 1s 20 linear;
  }
  @-webkit-keyframes arrow {
    0% {
      top: 20px;
    }
    50% {
      top: 24px;
    }
    100% {
      top: 20px;
    }
  }
  @keyframes arrow {
    0% {
      top: 20px;
    }
    50% {
      top: 24px;
    }
    100% {
      top: 20px;
    }
  }
}