@charset "UTF-8";
.clear{clear:both;}
input,textarea{outline:none}
/* load db RWDbanner_plus01 */

/*END*/
/* load file model/lib/RWDbanner_plus01/css/model.css */
@charset "UTF-8";
/*------------ 前台畫面使用 後台請改 newwebadmin.css style ------------*/
.RWDbanner_plus01 {
  position: relative;
  overflow: hidden;
  line-height: initial;
  margin: 0 auto;
}

.RWDbanner_plus01 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ScrollDown */
.RWDbanner_plus01 .page-scroll {
  position: absolute;
  bottom: 80px;
  z-index: 3;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  width: 100px;
}

.RWDbanner_plus01 .page-scroll a {
  display: inline-block;
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}

.RWDbanner_plus01 .page-scroll a:hover {
  opacity: 0.5;
}

.RWDbanner_plus01 .banner-slider {
  animation-name: fadeIn01;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

/* ScrollDown動畫 */
.RWDbanner_plus01 .page-scroll.style01 a {
  padding-top: 70px;
}

.RWDbanner_plus01 .page-scroll.style01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  animation: scroll01 1.5s infinite;
  box-sizing: border-box;
}
@keyframes scroll01 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.RWDbanner_plus01 .page-scroll.style02 a {
  padding-top: 80px;
}

.RWDbanner_plus01 .page-scroll.style02 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  animation: scroll02 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

.RWDbanner_plus01 .page-scroll.style02 a span:nth-of-type(1) {
  animation-delay: 0s;
}

.RWDbanner_plus01 .page-scroll.style02 a span:nth-of-type(2) {
  top: 16px;
  animation-delay: 0.15s;
}

.RWDbanner_plus01 .page-scroll.style02 a span:nth-of-type(3) {
  top: 32px;
  animation-delay: 0.3s;
}
@keyframes scroll02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.RWDbanner_plus01 .page-scroll.style03 a {
  padding-top: 60px;
}

.RWDbanner_plus01 .page-scroll.style03 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}

.RWDbanner_plus01 .page-scroll.style03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.RWDbanner_plus01 .page-scroll.style03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  animation: scroll03 3s infinite;
  box-sizing: border-box;
}
@keyframes scroll03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.RWDbanner_plus01 .page-scroll.style04 a {
  padding-top: 60px;
}

.RWDbanner_plus01 .page-scroll.style04 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

.RWDbanner_plus01 .page-scroll.style04 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  animation: scroll04 2s infinite;
  box-sizing: border-box;
}
@keyframes scroll04 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.RWDbanner_plus01 .page-scroll.style-custom span {
  display: block;
  margin-bottom: 15px;
}

/***************************************************************/
/* 輪播圖-等比 */
.RWDbanner_plus01 .slick-item {
  position: relative;
}

.RWDbanner_plus01.inpage > .RWDbanner_plus01 > .pic img,
.RWDbanner_plus01 .slick-item .pic img {
  width: 100%;
  /*max-width: 1903px;*/
  height: auto !important;
  margin: 0;
  display: block !important;
}

.RWDbanner_plus01 .banner-slider .slick-item .pic {
  position: relative;
}

.RWDbanner_plus01 .img-note,
.RWDbanner_plus01 .img-pad,
.RWDbanner_plus01 .img-phone,
.RWDbanner_plus01 .setheight .note,
.RWDbanner_plus01 .setheight .pad,
.RWDbanner_plus01 .setheight .phone {
  display: none;
}

/* 輪播圖-背景 */
.RWDbanner_plus01 .banner-slider.bg .slick-item {
  height: 900px;
  overflow: hidden;
}

.RWDbanner_plus01 .banner-slider.bg .pic-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.RWDbanner_plus01.inpage .bg .pic {
  background-size: cover;
  background-position: center;
}

.RWDbanner_plus01 .banner-slider.bg .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.RWDbanner_plus01 .banner-slider .slick-item .pic-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background-position: center;
}

.RWDbanner_plus01.full .banner-slider.bg .slick-item {
  max-height: 100vh !important;
  height: 100vh !important;
}

.RWDbanner_plus01 .container .slick-list {
  overflow: visible;
}

.RWDbanner_plus01 .container .banner-slider:before {
  left: -100%;
}

.RWDbanner_plus01 .container .banner-slider:after {
  right: -100%;
}

.RWDbanner_plus01 .container .banner-slider:before,
.RWDbanner_plus01 .container .banner-slider:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(50, 50, 50, 0.8);
  z-index: 10;
}

/* 輪播圖動畫 */
@keyframes picfadeInLeft01 {
  0% {
    transform: translateX(-60px);
  }
  100% {
    transform: translateX(0);
  }
}
.RWDbanner_plus01 .slick-active .pic.fadeInLeft01 {
  animation-name: picfadeInLeft01;
  animation-duration: 2s;
  animation-fill-mode: both;
}

.RWDbanner_plus01 .pic.fadeInLeft01 {
  animation-direction: forwards;
  opacity: 1;
}
@keyframes picfadeInRight01 {
  0% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(0);
  }
}
.RWDbanner_plus01 .slick-active .pic.fadeInRight01 {
  animation-name: fadeInRight01;
  animation-duration: 2s;
  animation-fill-mode: both;
}

.RWDbanner_plus01 .pic.fadeInRight01 {
  animation-direction: forwards;
  opacity: 1;
}
@keyframes zoomOut01 {
  from {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.RWDbanner_plus01 .banner-slider.bg .slick-active .pic.zoomOut01 {
  animation-name: zoomOut01;
  animation-duration: 7s;
  animation-fill-mode: both;
}

.RWDbanner_plus01 .pic.zoomOut01 {
  animation-direction: forwards;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
@keyframes zoomIn01 {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
  to {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
}
.RWDbanner_plus01 .banner-slider.bg .slick-active .pic.zoomIn01 {
  animation-name: zoomIn01;
  animation-duration: 7s;
  animation-fill-mode: both;
}

.RWDbanner_plus01 .pic.zoomIn01 {
  animation-direction: forwards;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

/***************************************************************/
/* 文字區 */
.RWDbanner_plus01 .slick-active .slick-caption {
  animation-name: fadeIn01;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

.RWDbanner_plus01 .slick-caption {
  position: absolute;
  z-index: 1;
  letter-spacing: 1px;
  z-index: 99;
  top: 20%;
  width: 100%;
}

.RWDbanner_plus01 > .slick-caption .txt1,
.RWDbanner_plus01 > .slick-caption .txt2,
.RWDbanner_plus01 > .slick-caption .txt3,
.RWDbanner_plus01 > .slick-caption .txt4,
.RWDbanner_plus01 > .slick-caption .txt5,
.RWDbanner_plus01 > .slick-caption .txt6 {
  pointer-events: none;
}

.RWDbanner_plus01 .slick-caption .txt2,
.RWDbanner_plus01 .slick-caption .txt3,
.RWDbanner_plus01 .slick-caption .txt4,
.RWDbanner_plus01 .slick-caption .txt5,
.RWDbanner_plus01 .slick-caption .txt6 {
  margin-top: 15px;
}

.RWDbanner_plus01 .slick-caption.txt-left {
  text-align: left;
}

.RWDbanner_plus01 .slick-caption.txt-center {
  text-align: center;
}

.RWDbanner_plus01 .slick-caption.txt-right {
  text-align: right;
}

.RWDbanner_plus01 .device_note,
.RWDbanner_plus01 .device_pad,
.RWDbanner_plus01 .device_phone {
  display: none;
}

/*LOGO 樣式*/
.RWDbanner_plus01 .logo {
  display: inline-block;
}

.RWDbanner_plus01 .logo img {
  width: 100%;
  color: #fff;
  height: auto !important;
  margin-bottom: 30px;
}

/*more 按鈕樣式*/
.link-btn {
  margin-top: 50px;
}

.link-btn a,
.RWDbanner_plus01 > .slick-caption .link-btn a {
  /*border: 1px solid #fff;*/
  padding: 13px 20px;
  border-radius: 25px;
  letter-spacing: 1px;
  background-color: #333;
  font-size: 13px;
}

.link-btn a,
.RWDbanner_plus01 > .slick-caption .link-btn a span {
  color: #fff;
}

.link-btn a:hover,
.RWDbanner_plus01 > .slick-caption .link-btn a:hover {
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  background-color: #555;
}

/*文字樣式*/
@keyframes fadeIn01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.RWDbanner_plus01 > .slick-caption .fadeIn01,
.RWDbanner_plus01 .slick-active .fadeIn01 {
  animation-name: fadeIn01;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.RWDbanner_plus01 .fadeIn01 {
  animation-direction: forwards;
  opacity: 0;
}

/*因為輪播圖fadeIn01會閃一下，所以移除此動畫，怕影響舊客戶先隱藏*/
/* .RWDbanner_plus01 .slick-active .pic.fadeIn01{
  -webkit-animation-name: none;
  animation-name: none;
  opacity: 1;
}
.RWDbanner_plus01 .pic.fadeIn01{
  opacity: 1;
} */
/*因為輪播圖fadeIn01會閃一下，所以移除此動畫，怕影響舊客戶先隱藏**/
@keyframes fadeInLeft01 {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* .RWDbanner_plus01 .slick-active .pic.fadeInLeft01, */
.RWDbanner_plus01 > .slick-caption .fadeInLeft01,
.RWDbanner_plus01 .slick-active .fadeInLeft01 {
  animation-name: fadeInLeft01;
  animation-duration: 2s;
  animation-fill-mode: both;
}

.RWDbanner_plus01 .fadeInLeft01 {
  animation-direction: forwards;
  opacity: 0;
}
@keyframes fadeInRight01 {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* .RWDbanner_plus01 .slick-active .pic.fadeInRight01, */
.RWDbanner_plus01 > .slick-caption .fadeInRight01,
.RWDbanner_plus01 .slick-active .fadeInRight01 {
  animation-name: fadeInRight01;
  animation-duration: 2s;
  animation-fill-mode: both;
}

.RWDbanner_plus01 .fadeInRight01 {
  animation-direction: forwards;
  opacity: 0;
}
@keyframes fadeInUp01 {
  from {
    top: 50px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.RWDbanner_plus01 > .slick-caption .fadeInUp01,
.RWDbanner_plus01 .slick-active .fadeInUp01 {
  animation-name: fadeInUp01;
  animation-duration: 1.8s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
}

.RWDbanner_plus01 .fadeInUp01 {
  animation-direction: forwards;
  opacity: 0;
}
@keyframes txt-spacing-in01 {
  0% {
    letter-spacing: 8px;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: 2px;
    opacity: 1;
  }
}
.RWDbanner_plus01 .txt-spacing-in01 {
  animation-direction: forwards;
  opacity: 0;
}

.RWDbanner_plus01 > .slick-caption .txt-spacing-in01,
.slick-active .txt-spacing-in01 {
  /*opacity: 0;*/
  animation: txt-spacing-in01 2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-delay: 0.5s;
}
@keyframes txt-big-in01 {
  0% {
    letter-spacing: 1em;
    transform: translateZ(300px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    transform: translateZ(12px);
    filter: blur(0);
    opacity: 1;
  }
}
.RWDbanner_plus01 .txt-big-in01 {
  animation-direction: forwards;
  opacity: 0;
}

.RWDbanner_plus01 > .slick-caption .txt-big-in01,
.slick-active .txt-big-in01 {
  animation: txt-big-in01 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.3s;
}

/* 產品圖片 */
.RWDbanner_plus01 .product_pic {
  position: absolute;
  right: 50%;
  margin-right: -300px;
  top: 50%;
  width: 600px;
  height: 600px;
}

.RWDbanner_plus01 .product_pic img {
  width: 100%;
  height: auto !important;
}

/***************************************************************/
/* 控制器 .bar 進度條*/
.RWDbanner_plus01 .bar {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  height: 5px;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.RWDbanner_plus01 .bar span {
  width: 0%;
  background-color: #d2d2d2;
  position: absolute;
  height: 5px;
  transition: all 0s linear;
}

.RWDbanner_plus01 .bar.run span {
  width: 100%;
  transition: width 7.3s linear;
}

/***************************************************************/
/* 控制器 .style-control */
.RWDbanner_plus01 *:focus {
  outline: 0;
}

@media (min-width: 415px) {
  @keyframes CfadeInUp {
    0% {
      opacity: 0;
      transform: translateY(30px) scale(1);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  .RWDbanner_plus01.style-control .control-box {
    animation-name: CfadeInUp;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    opacity: 0;
  }
}
@keyframes CfadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.RWDbanner_plus01.style-control .control-box .indicator {
  animation-name: CfadeInLeft;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  opacity: 0;
}

.RWDbanner_plus01.style-control .control-box {
  position: absolute;
  bottom: 0;
  background: #fff;
  border: 2px solid #eee;
  padding: 8px 8px 8px 35px;
  z-index: 98;
  width: 261px;
}

.RWDbanner_plus01.style-control.control-left .control-box {
  left: 10%;
}

.RWDbanner_plus01.style-control.control-right .control-box {
  right: 10%;
}

.RWDbanner_plus01.style-control.control-center .control-box {
  left: 50%;
  margin-left: -135px;
}

.RWDbanner_plus01.style-control .control-box .control,
.RWDbanner_plus01.style-control .control-box .indicator,
.RWDbanner_plus01.style-control .control-box .items {
  display: inline-block;
}

@keyframes Cprev {
  0% {
    opacity: 0;
    right: -8px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.RWDbanner_plus01.style-control .slick-prev {
  animation-name: Cprev;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

@keyframes Cnext {
  0% {
    opacity: 0;
    left: -8px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.RWDbanner_plus01.style-control .slick-next {
  animation-name: Cnext;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

.RWDbanner_plus01.style-control .control-box .indicator {
  margin-right: 45px;
  line-height: 50px;
  font-size: 13px;
}

.RWDbanner_plus01.style-control .slick-arrow {
  width: 60px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWcluWxpF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjMwcHgiIGhlaWdodD0iMzBweCIgdmlld0JveD0iMCAwIDMwIDMwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cG9seWdvbiBmaWxsPSIjNjY2NjY2IiBwb2ludHM9IjEyLjY4OCwxMy42NDkgMTcuMzEzLDkuMDI1IDE4LjY2MywxMC4zNzYgMTQuMDM5LDE1IDE4LjY2MywxOS42MjQgMTcuMzEzLDIwLjk3NSAxMi42ODgsMTYuMzUxIA0KCQkxMS4zMzgsMTUgCSIvPg0KCTxyZWN0IGZpbGw9Im5vbmUiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIvPg0KPC9nPg0KPC9zdmc+DQo=");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  border: none;
  color: transparent;
  position: relative;
  padding: 0;
}

.RWDbanner_plus01.style-control .slick-next {
  filter: FlipH;
  -ms-filter: "FlipH";
  transform: scaleX(-1);
  position: relative;
}

.RWDbanner_plus01.style-control .control {
  position: relative;
  width: 120px;
}

@keyframes Cline {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.RWDbanner_plus01.style-control .control:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d6d6d6;
  position: absolute;
  left: 50%;
  top: 0;
  animation-name: Cline;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

.RWDbanner_plus01.style-control .slick-dots button {
  border: none;
  background: transparent;
  cursor: text;
  padding: 0;
}

.RWDbanner_plus01.style-control .slick-dots li {
  display: none;
  color: #666;
  font-size: 13px;
  font-weight: bold;
}

.RWDbanner_plus01.style-control .control-box .separator,
.RWDbanner_plus01.style-control .slick-dots li.slick-active,
.RWDbanner_plus01.style-control .control-box .total {
  display: inline;
  vertical-align: middle;
}

.RWDbanner_plus01.style-control .control-box .separator {
  font-size: 14px;
  margin: 0 6px;
  color: #666;
}

.RWDbanner_plus01.style-control .slick-dots li.slick-active {
  color: #111;
}

/*筆電 1366*/
@media (max-width: 1366px) {
  .RWDbanner_plus01 .img-note,
  .RWDbanner_plus01 .setheight .note,
  .RWDbanner_plus01 .device_note {
    display: block;
  }
  .RWDbanner_plus01 .img-pc,
  .RWDbanner_plus01 .setheight .pc,
  .RWDbanner_plus01 .device_pc {
    display: none;
  }
}
/*平板橫 1024*/
@media (max-width: 1024px) {
  /*  .RWDbanner_plus01 .img-note,
  .RWDbanner_plus01 .setheight .note{
    display: block;
  }
  .RWDbanner_plus01 .img-pc,
  .RWDbanner_plus01 .setheight .pc{
    display: none;
  }*/
}
/*平板直 768*/
@media (max-width: 768px) {
  .RWDbanner_plus01 .img-pad,
  .RWDbanner_plus01 .setheight .pad,
  .RWDbanner_plus01 .device_pad {
    display: block;
  }
  .RWDbanner_plus01 .img-note,
  .RWDbanner_plus01 .setheight .note,
  .RWDbanner_plus01 .device_note {
    display: none;
  }
  .RWDbanner_plus01 .banner-slider.bg .slick-item {
    height: 1024px;
  }
  .RWDbanner_plus01.style-control.control-left .control-box {
    left: 0;
  }
  .RWDbanner_plus01.style-control.control-right .control-box {
    right: 0;
  }
}
/*i6plus 414*/
@media (max-width: 414px) {
  .RWDbanner_plus01 .img-phone,
  .RWDbanner_plus01 .setheight .phone,
  .RWDbanner_plus01 .device_phone {
    display: block;
  }
  .RWDbanner_plus01 .img-pad,
  .RWDbanner_plus01 .setheight .pad,
  .RWDbanner_plus01 .device_pad {
    display: none;
  }
  .RWDbanner_plus01 .page-scroll.style02 {
    bottom: 35px;
  }
  .RWDbanner_plus01 .page-scroll.style04 {
    bottom: 20px;
  }
  .RWDbanner_plus01 .banner-slider.bg .slick-item {
    height: 736px;
  }
  .RWDbanner_plus01.style-control .control-box {
    width: 100%;
    position: static;
    padding: 14px 5px 14px 30px;
  }
  .RWDbanner_plus01.style-control .slick-arrow {
    height: 30px;
  }
  .RWDbanner_plus01.style-control.control-center .control-box {
    left: initial;
    margin-left: initial;
  }
  .RWDbanner_plus01.style-control .control-box .control {
    float: right;
  }
  .RWDbanner_plus01.style-control .control-box .indicator {
    line-height: 30px;
  }
  .RWDbanner_plus01 .slick-caption {
    top: 15%;
  }
  .RWDbanner_plus01 .slick-caption.txt-left,
  .RWDbanner_plus01 .slick-caption.txt-right {
    text-align: center;
    width: initial;
  }
}
/***************************************************************/
/* 控制器 .style-dotnav 箭頭 */
.RWDbanner_plus01.style-dotnav.control-left .control-box,
.RWDbanner_plus01.style-dotnav.control-right .control-box {
  position: absolute;
  top: 0;
  display: table;
  /* z-index: 200; */
}

.RWDbanner_plus01.style-dotnav.control-right .plus-banner-container,
.RWDbanner_plus01.style-dotnav.control-left .plus-banner-container {
  position: absolute;
  bottom: 2%;
  display: block;
  top: 0;
  z-index: 200;
}

.RWDbanner_plus01.style-dotnav.control-left .plus-banner-container {
  left: 1.5%;
}

.RWDbanner_plus01.style-dotnav.control-right .plus-banner-container {
  right: 1.5%;
}

.RWDbanner_plus01.style-dotnav.control-left .control-box {
  left: 0;
}

.RWDbanner_plus01.style-dotnav.control-right .control-box {
  right: 0;
}

.RWDbanner_plus01.style-dotnav.control-left .control-box .control,
.RWDbanner_plus01.style-dotnav.control-right .control-box .control {
  animation-name: CfadeInRight;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

.RWDbanner_plus01.style-dotnav.control-center .control-box .control {
  animation-name: CfadeInUp;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

.RWDbanner_plus01.style-dotnav .control-box .control {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.RWDbanner_plus01.style-dotnav .slick-arrow {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWcluWxpF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMwIDMwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIxMi42ODgsMTMuNjQ5IDE3LjMxMyw5LjAyNSAxOC42NjMsMTAuMzc2IDE0LjAzOSwxNSAxOC42NjMsMTkuNjI0IDE3LjMxMywyMC45NzUgMTIuNjg4LDE2LjM1MiAKCTExLjMzOCwxNSAiLz4KPC9zdmc+Cg==) center no-repeat;
  color: transparent;
  display: block;
  width: 35px;
  height: 35px;
  border: none;
}

.RWDbanner_plus01.style-dotnav.control-left .control-box .slick-arrow,
.RWDbanner_plus01.style-dotnav.control-right .control-box .slick-arrow {
  transform: rotateZ(90deg);
}

@media (min-width: 415px) {
  @keyframes align-prev {
    0% {
      opacity: 0;
      top: 10px;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
  @keyframes align-next {
    0% {
      opacity: 0;
      bottom: 10px;
    }
    100% {
      opacity: 1;
      bottom: 0;
    }
  }
}
.RWDbanner_plus01.style-dotnav.control-left .control-box .slick-align-prev,
.RWDbanner_plus01.style-dotnav.control-right .control-box .slick-align-prev {
  animation-name: align-prev;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.8s;
  position: relative;
}

.RWDbanner_plus01.style-dotnav.control-left .control-box .slick-align-next,
.RWDbanner_plus01.style-dotnav.control-right .control-box .slick-align-next {
  animation-name: align-next;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.8s;
  position: relative;
}

.RWDbanner_plus01.style-dotnav.control-left .control-box .slick-align-next,
.RWDbanner_plus01.style-dotnav.control-right .control-box .slick-align-next {
  transform: rotateZ(270deg);
}

.RWDbanner_plus01.style-dotnav.control-left > .banner-slider .slick-arrow,
.RWDbanner_plus01.style-dotnav.control-right > .banner-slider .slick-arrow {
  top: initial;
  bottom: 30px;
}

.RWDbanner_plus01.style-dotnav.control-left > .banner-slider .slick-prev,
.RWDbanner_plus01.style-dotnav.control-right > .banner-slider .slick-prev {
  left: 50%;
  margin-left: -56px;
}

.RWDbanner_plus01.style-dotnav.control-left > .banner-slider .slick-next,
.RWDbanner_plus01.style-dotnav.control-right > .banner-slider .slick-next {
  right: 50%;
  margin-right: -56px;
}

@media (min-width: 415px) {
  @keyframes Cbprev {
    0% {
      opacity: 0;
      margin-left: -25px;
    }
    100% {
      opacity: 1;
      margin-left: -56px;
    }
  }
  @keyframes Cbnext {
    0% {
      opacity: 0;
      margin-right: -25px;
    }
    100% {
      opacity: 1;
      margin-right: -56px;
    }
  }
}
.RWDbanner_plus01.style-dotnav.control-left > .banner-slider .slick-prev,
.RWDbanner_plus01.style-dotnav.control-right > .banner-slider .slick-prev {
  animation-name: Cbprev;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

.RWDbanner_plus01.style-dotnav.control-left > .banner-slider .slick-next,
.RWDbanner_plus01.style-dotnav.control-right > .banner-slider .slick-next {
  animation-name: Cbnext;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

.RWDbanner_plus01.style-dotnav.control-center .slick-arrow,
.RWDbanner_plus01.style-dotnav.control-center .items {
  display: inline-block;
  vertical-align: middle;
}

.RWDbanner_plus01.style-dotnav > .banner-slider .slick-arrow {
  width: 50px;
  height: 50px;
  border-left: none;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 15px;
  z-index: 444;
  background-color: #333;
  transition: all 0.15s ease-in-out;
  border-radius: 100%;
}

.RWDbanner_plus01.style-dotnav > .banner-slider .slick-arrow:hover {
  background-color: #444;
}

.RWDbanner_plus01.style-dotnav > .banner-slider .slick-next,
.RWDbanner_plus01.style-dotnav.control-center .slick-align-next {
  left: initial;
  right: 15px;
  filter: FlipH;
  -ms-filter: "FlipH";
  transform: scaleX(-1);
}

@keyframes balign-prev {
  0% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 15px;
  }
}
@keyframes balign-next {
  0% {
    opacity: 0;
    right: 0;
  }
  100% {
    opacity: 1;
    right: 15px;
  }
}
.RWDbanner_plus01.style-dotnav > .banner-slider .slick-prev,
.RWDbanner_plus01.style-dotnav.control-center .slick-align-prev {
  animation-name: balign-prev;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

.RWDbanner_plus01.style-dotnav > .banner-slider .slick-next,
.RWDbanner_plus01.style-dotnav.control-center .slick-align-next {
  animation-name: balign-next;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

.RWDbanner_plus01.style-dotnav.control-center .control-box {
  position: absolute;
  bottom: 2%;
  display: block;
  width: 100%;
}

.RWDbanner_plus01.style-dotnav.control-center .control-box .control {
  display: block;
}

.RWDbanner_plus01.style-dotnav.control-center .slick-dots li {
  display: inline-block;
}

/* 控制器 .style-dotnav 數字 */
.RWDbanner_plus01.style-dotnav .slick-dots li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.RWDbanner_plus01.style-dotnav .slick-dots li button {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  position: relative;
  background: transparent;
  z-index: 1;
  padding: 0;
  font-size: 12px;
}

.RWDbanner_plus01.style-dotnav .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.RWDbanner_plus01.style-dotnav .slick-dots .slick-active button {
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.RWDbanner_plus01.style-dotnav .slick-dots .slick-active button:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background: rgba(0, 0, 0, 0.8);
}

/* 控制器 .style-dotnav.dot 點 */
.RWDbanner_plus01.style-dotnav.dot .slick-dots li {
  width: 30px;
  line-height: 30px;
  margin: 0 auto;
}

.RWDbanner_plus01.style-dotnav.dot .slick-dots button {
  width: 12px;
  height: 12px;
  line-height: 12px;
  color: transparent;
  background: #6b6b6b;
  border: none;
  border-radius: 100%;
  opacity: 0.7;
}

.RWDbanner_plus01.style-dotnav.dot .slick-dots li.slick-active button {
  background: #000;
  opacity: 1;
}

.RWDbanner_plus01.style-dotnav.dot .slick-dots li button:before {
  display: none;
}

/*i6plus 414 → 2024/12 改為 600*/
@media (max-width: 600px) {
  .RWDbanner_plus01.style-dotnav.control-left .plus-banner-container,
  .RWDbanner_plus01.style-dotnav.control-right .plus-banner-container {
    position: relative;
    top: inherit;
    left: 0;
    right: 0;
  }
  .RWDbanner_plus01.style-dotnav.control-left .control-box,
  .RWDbanner_plus01.style-dotnav.control-right .control-box {
    top: initial;
    position: absolute;
    bottom: 1.5%;
    width: 100%;
    height: inherit !important;
  }
  .RWDbanner_plus01.style-dotnav .control-box .items,
  .RWDbanner_plus01.style-dotnav .control-box .items li,
  .RWDbanner_plus01.style-dotnav .slick-arrow {
    display: inline-block;
    vertical-align: middle;
  }
  .RWDbanner_plus01.style-dotnav.control-left .control-box .slick-arrow,
  .RWDbanner_plus01.style-dotnav.control-right .control-box .slick-arrow {
    transform: rotateZ(0deg);
  }
  .RWDbanner_plus01.style-dotnav.control-left .control-box .slick-align-next,
  .RWDbanner_plus01.style-dotnav.control-right .control-box .slick-align-next {
    filter: FlipH;
    -ms-filter: "FlipH";
    transform: scaleX(-1);
  }
  .RWDbanner_plus01.style-dotnav.control-left > .banner-slider .slick-prev,
  .RWDbanner_plus01.style-dotnav.control-right > .banner-slider .slick-prev {
    left: 15px;
    top: 50%;
    margin-left: 0;
    bottom: initial;
  }
  .RWDbanner_plus01.style-dotnav.control-left > .banner-slider .slick-next,
  .RWDbanner_plus01.style-dotnav.control-right > .banner-slider .slick-next {
    right: 15px;
    top: 50%;
    margin-right: 0;
    bottom: initial;
  }
  .RWDbanner_plus01.style-dotnav > .banner-slider .slick-arrow {
    width: 35px;
    height: 35px;
  }
  /*center*/
  .RWDbanner_plus01.style-dotnav.control-center .control-box .slick-arrow {
    display: inline-block;
  }
  @keyframes Cbprev {
    0% {
      opacity: 0;
      margin-left: -25px;
    }
    100% {
      opacity: 1;
      margin-left: 0;
    }
  }
  @keyframes Cbnext {
    0% {
      opacity: 0;
      margin-right: -25px;
    }
    100% {
      opacity: 1;
      margin-right: 0;
    }
  }
  @keyframes txt-spacing-in01 {
    0% {
      letter-spacing: 6px;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      letter-spacing: 2px;
      opacity: 1;
    }
  }
}
.plus-banner-container {
  position: relative;
}

@media (min-width: 992px) {
  .PC_hidden {
    display: none;
    height: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .PAD_hidden {
    display: none;
    height: 0px;
  }
}
@media (max-width: 767px) {
  .MOBILE_hidden {
    display: none;
    height: 0px;
  }
}/*# sourceMappingURL=model.css.map */
/*END*/
/* load db RWDedictor002 */

/*END*/
/* load file model/lib/RWDedictor002/css/model.css */
.RWDedictor002 .section-subject{text-align:center;margin-bottom:50px}.RWDedictor002 .main-title{font-size:48px;margin:0px;color:#222;font-weight:300}.RWDedictor002 .sub-title{font-size:22px;margin:18px 0 0;color:#222;font-weight:300}.RWDedictor002 .section-line{background-color:#222;display:inline-block;height:1px;width:100px;margin-top:50px}.RWDedictor002{color:#222}.RWDedictor002 .carousel-container{padding-bottom:40px}@media(min-width: 1024px){.RWDedictor002 .carousel-container{padding-bottom:0px}}.RWDedictor002 .RWDedictor002-text{text-align:center}@media(min-width: 1024px){.RWDedictor002 .RWDedictor002-text{text-align:left}}.RWDedictor002 .RWDedictor002-text>h4{font-size:25px;text-transform:uppercase}.RWDedictor002 .RWDedictor002-text>p{font-size:18px}.RWDedictor002 .RWDedictor002-text>.page-scroll{padding-top:10px}.RWDedictor002 .section-content{padding-top:70px;padding-bottom:80px}.RWDedictor002 .btn.btn-rj{background-color:var(--wt-BtnEmptyColor, #1abc9c);border-color:var(--wt-BtnEmptyColor, #1dd2af);color:#fff;text-transform:uppercase;-webkit-transition:all .3s;transition:all .3s}.RWDedictor002 .btn.btn-rj:hover,.RWDedictor002 .btn.btn-rj:focus{background-color:var(--wt-HoverColor, #17a689);border-color:var(--wt-HoverColor, #1dd2af);color:#fff}
/*END*/
/* load db RWDproduct002_v2 */

/*END*/
/* load file model/lib/RWDproduct002_v2/model.css */
.RWDproduct002_v2{position:relative;padding:50px 0}.RWDproduct002_v2 .section-subject{text-align:center;margin:0 0 50px}.RWDproduct002_v2 h1.main-title{font-size:48px;margin:0;color:#222;font-weight:lighter}.RWDproduct002_v2 h2.sub-title{font-size:22px;margin:18px 0 0;color:#222;font-weight:lighter}.RWDproduct002_v2 .section-line{background-color:#222;display:inline-block;height:1px;width:100px;margin-top:50px}.RWDproduct002_v2 .btn.btn-rj{background-color:#eee;color:#555;border:1px solid transparent;font-size:14px}.RWDproduct002_v2 .active .btn.btn-rj{background-color:#555;color:#fff;opacity:1;font-weight:400}.RWDproduct002_v2 .btn:active:focus,.RWDproduct002_v2 .btn:focus{outline:0}.RWDproduct002_v2 .filter-portfolio ul{padding:0;margin:0 0 30px;text-align:center;font-size:0}.RWDproduct002_v2 .filter-portfolio ul>li{display:inline-block;margin:0 3px 10px}.RWDproduct002_v2 .popup-portfolio{margin:0 auto 30px}.RWDproduct002_v2 .popup-portfolio .portfolio-item{padding:0 7px}.RWDproduct002_v2 .portfolio-item{margin-bottom:15px}.RWDproduct002_v2 .portfolio-item>.inner-content{position:relative;display:block;overflow:hidden}.RWDproduct002_v2 .portfolio-item>.inner-content:hover{cursor:pointer}.RWDproduct002_v2 .portfolio-item>.inner-content:hover>.portfolio-content{display:block}.RWDproduct002_v2 .portfolio-item>.inner-content>.portfolio-content{display:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background-color:#000;opacity:.7;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0)}.RWDproduct002_v2 .portfolio-item>.inner-content>.portfolio-content>.portfolio-detail{width:100%;height:100%}.RWDproduct002_v2 .portfolio-item>.inner-content>.portfolio-content>.portfolio-detail a{text-align:center;display:table;width:100%;height:100%}.RWDproduct002_v2 .portfolio-item>.inner-content>.portfolio-content>.portfolio-detail a>.portfolio-text{display:table-cell;vertical-align:middle;padding:0 15px;color:#fff;letter-spacing:.2em}.RWDproduct002_v2 .portfolio-item>.inner-content>.portfolio-content>.portfolio-detail a>.portfolio-text .pd02_tit,.RWDproduct002_v2 .portfolio-item>.inner-content>.portfolio-content>.portfolio-detail a>.portfolio-text h4{text-transform:uppercase;font-size:20px;margin-bottom:10px}.RWDproduct002_v2 .portfolio-item>.inner-content>.portfolio-content>.portfolio-detail a>.portfolio-text p{text-transform:uppercase;font-size:14px;margin-bottom:0}.RWDproduct002_v2 .portfolio-item>.inner-content>img{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0)}.RWDproduct002_v2 .portfolio-item.grow>.inner-content:hover>img,.RWDproduct002_v2 .showbottom:hover .inner-content>img{-webkit-transform:scale(1.05);transform:scale(1.05)}.RWDproduct002_v2 .showbottom a{text-decoration:none;color:inherit;text-align:center}.RWDproduct002_v2 .showbottom a:hover{text-decoration:none}.RWDproduct002_v2 .showbottom .portfolio-content{display:none!important}.RWDproduct002_v2 .showbottom:hover .portfolio-bottom .pd02_tit,.RWDproduct002_v2 .showbottom:hover .portfolio-bottom h4{-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;color:#19509d}.RWDproduct002_v2 .btn-box,.RWDproduct002_v2 .showbottom .btn_area{text-align:center}.RWDproduct002_v2 .showbottom .btn_add2car{background-color:transparent;color:#333;padding:5px 40px;display:inline-block;width:auto;border-radius:5px;border:1px solid #bababa;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out}.RWDproduct002_v2 .showbottom:hover .portfolio-bottom .btn_add2car{background-color:#1d5377;color:#fff;border:1px solid #1d5377}.RWDproduct002_v2 .select_col{position:relative;width:100%;float:left}.RWDproduct002_v2 .select_col:before{content:"\e94d";font-family:iicon!important;font-size:24px;position:absolute;right:1px;top:1px;pointer-events:none;line-height:32px;background:#fff;z-index:1}.RWDproduct002_v2 .pd-info .form-control{width:100%}.RWDproduct002_v2 .btn-box .qtybox,.RWDproduct002_v2 .btn-box .shop,.RWDproduct002_v2 .pd-info.select2 .select_col{width:48%;float:left;margin-top:10px}.RWDproduct002_v2 .btn-box .shop,.RWDproduct002_v2 .pd-info.select2 .select_col:nth-child(2){margin-left:4%}.RWDproduct002_v2 .price{list-style:none;padding:0;margin:0 0 10px;font-size:15px;text-align:center}.RWDproduct002_v2 .price:after{content:'';display:block;clear:both}.RWDproduct002_v2 .price li{display:inline-block;padding:0 5px}.RWDproduct002_v2 .price .delline{text-decoration:line-through;color:#999}.RWDproduct002_v2 input.form-control,.RWDproduct002_v2 select.form-control,.RWDproduct002_v2 select.form-control:not([size]):not([multiple]){padding:0 15px 0 8px;font-size:14px;color:#333;letter-spacing:1px;border:1px solid #ddd;border-radius:0;box-shadow:inset 0 0 0 rgba(0%,0%,0%,0);-webkit-appearance:none}.RWDproduct002_v2 select.form-control{box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.RWDproduct002_v2 select::-ms-expand{display:none}.RWDproduct002_v2 .btn-box .qtybox,.RWDproduct002_v2 .btn-box .shop{text-align:center;position:relative}.RWDproduct002_v2 .btn-box .shop{background:#555;color:#fff;padding:0 3%;font-size:14px;display:inline-block;vertical-align:middle;border:none;line-height:34px}.RWDproduct002_v2 .qtybox .form-control{padding-left:32px;padding-right:32px;text-align:center}.RWDproduct002_v2 .qtybox .ibtn{width:30%;min-width:26px;max-width:32px;line-height:27px;border:none;border-radius:0;position:absolute;top:1px;text-align:center;font-size:18px;transition:.15s ease-in-out;left:1px;bottom:1px;background-color:#eee;padding:0}.RWDproduct002_v2 .qtybox1 .add{left:inherit;right:1px}.RWDproduct002_v2 .btn-box .btn{background:#eee;color:#555;padding:0 3%;font-size:14px;border:none;line-height:40px;max-width:200px;width:100%}@media (min-width:1200px){.RWDproduct002_v2 .btn.btn-rj:hover{background-color:#555;color:#fff;opacity:1;font-weight:400}}@media (max-width:414px){.RWDproduct002_v2 .price{font-size:14px}.RWDproduct002_v2 .price li{display:block}.RWDproduct002_v2 .btn-box .qtybox,.RWDproduct002_v2 .btn-box .shop,.RWDproduct002_v2 .pd-info.select2 .select_col{width:100%}.RWDproduct002_v2 .btn-box .shop,.RWDproduct002_v2 .pd-info.select2 .select_col:nth-child(2){margin-left:0}}
/*END*/
/* load db RWDmenu_plus04 */

/*END*/
/* load file model/lib/RWDmenu_plus04/model.css */
.RWDmenu_plus04{z-index:202}body.other-open .RWDmenu_plus04,body.menu-open .RWDmenu_plus04{z-index:16000161}body.other-open .fancybox-overlay,body.menu-open .fancybox-overlay{z-index:16000162}body.other-open .fancybox-opened,body.menu-open .fancybox-opened{z-index:16000163}.RWDmenu_plus04 *:focus{outline:0}.menu-open #RWDfullscreen01,.other-open #RWDfullscreen01{overflow:hidden}.RWDmenu_plus04 .header{padding:0 3%;display:table;width:100%;background:#fff;position:fixed;top:0;z-index:1;border-bottom:0}.RWDmenu_plus04 .header-in{position:relative;display:table-row}.RWDmenu_plus04 .logo,.RWDmenu_plus04 .site-nav,.RWDmenu_plus04 .ml-stack-nav-toggle,.RWDmenu_plus04 .features{display:table-cell;vertical-align:middle}.RWDmenu_plus04 .list-inline>li{display:inline-block}.RWDmenu_plus04 a:hover{text-decoration:none}.RWDmenu_plus04 .ml-stack-nav-toggle:hover{color:#333}.RWDmenu_plus04 ul{padding-left:0;list-style:none;margin-bottom:0}.RWDmenu_plus04 .dropdown-menu,.RWDmenu_plus04 .menu ul{-webkit-box-shadow:3px 3px 2px rgba(51,51,102,0);box-shadow:3px 3px 2px rgba(51,51,102,0);border-radius:0}.RWDmenu_plus04 .dropdown-menu,.RWDmenu_plus04 .site-nav .menu ul{-webkit-box-shadow:0 5px 5px rgba(0,0,0,.175);box-shadow:0 3px 5px rgba(0,0,0,.175)}.RWDmenu_plus04 .site-nav{position:relative;z-index:20}.RWDmenu_plus04 .site-nav .menu{text-align:center;width:100%}.RWDmenu_plus04 .menu>li{position:relative;z-index:15;display:inline-block}.RWDmenu_plus04 .menu li a{display:block;color:#666}.RWDmenu_plus04 .site-nav .menu>li>a{font-size:15px;padding:25px 15px;text-align:center;cursor:pointer}.RWDmenu_plus04 .site-nav .menu>li>a:hover,.RWDmenu_plus04 .site-nav .menu>li.active>a,.RWDmenu_plus04 .lang-select:hover .lang-select-label{background:#525252;color:#fff}.RWDmenu_plus04 .site-nav .menu li{position:relative}.RWDmenu_plus04 .site-nav .menu ul{position:absolute;top:0;left:100%;z-index:10;background:#fff;width:150px;visibility:hidden;opacity:0;transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease}.RWDmenu_plus04 .site-nav .menu ul.is-open{visibility:visible;opacity:1}.RWDmenu_plus04 .site-nav .menu>li>ul{left:50%;margin-left:-75px;top:100%;padding:5px 0 5px}.RWDmenu_plus04 .site-nav .menu ul li a{font-size:14px}.RWDmenu_plus04 .menu ul li a{padding:10px 10px}.RWDmenu_plus04 .site-nav .menu>li>ul>li.active>a,.RWDmenu_plus04 .site-nav .menu>li>ul>li>ul>li.active>a,.RWDmenu_plus04 .site-nav .menu ul li a:hover,.RWDmenu_plus04 .site-nav .manu-item:hover>a{text-decoration:underline;font-weight:bold}.RWDmenu_plus04 .site-nav.is-touch{overflow:inherit}.RWDmenu_plus04 .site-nav.is-touch .menu li.has-child>a{pointer-events:none}.RWDmenu_plus04 .dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;z-index:10;font-size:15px;display:block;border:0;padding:0;line-height:26px;z-index:14;max-width:1170px;margin:0 auto 0 auto;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .05s ease,background-color .3s ease;-o-transition:opacity .3s ease,visibility .05s ease,background-color .3s ease;-moz-transition:opacity .3s ease,visibility .05s ease,background-color .3s ease;-webkit-transition:opacity .3s ease,visibility .05s ease,background-color .3s ease}.RWDmenu_plus04 .dropdown-menu::-webkit-scrollbar{width:10px}.RWDmenu_plus04 .dropdown-menu::-webkit-scrollbar-track{background-color:#eaeaea}.RWDmenu_plus04 .dropdown-menu::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}.RWDmenu_plus04 .dropdown-menu::-webkit-scrollbar-thumb:hover{background-color:#aaa}.RWDmenu_plus04 .dropdown-menu.is-open{visibility:visible;opacity:1}.RWDmenu_plus04 .dropdown-menu .container{position:relative;padding:0 30px 30px;overflow:inherit}.RWDmenu_plus04 .dropdown-menu.haspic .container{padding:0 230px 30px 30px}.RWDmenu_plus04 .dropdown-menu .manu-item-box{margin:0 -1%}.RWDmenu_plus04 .dropdown-menu .manu-item-box li{float:left;padding:0 1%;width:16.5%}.RWDmenu_plus04 .dropdown-menu .manu-item{margin-top:20px}.RWDmenu_plus04 .dropdown-menu .manu-item-box li:nth-child(6n+1){clear:left}.RWDmenu_plus04 .dropdown-menu .manu-item-box li a{display:block;padding-bottom:10px;font-size:13px;color:#666}.RWDmenu_plus04 .dropdown-menu .container .manu-item-box>li>a{border-bottom:1px solid #ddd;color:#000;font-size:14px;font-weight:bold}.RWDmenu_plus04 .dropdown-menu .manu-item-box>li>ul{padding-top:10px}.RWDmenu_plus04 .dropdown-menu .manu-item-box ul li{float:none;width:auto;position:relative}.RWDmenu_plus04 .dropdown-menu .manu-item-box ul li a{padding:5px 0;line-height:normal}.RWDmenu_plus04 .dropdown-menu .manu-item-box>li>ul>li>a:hover,.RWDmenu_plus04 .dropdown-menu .manu-item-box>li>ul>li.active>a{background:#525252;color:#fff;padding-left:8px}.RWDmenu_plus04 .dropdown-menu .manu-item-box ul li.has-child>a{padding-right:10px}.RWDmenu_plus04 .site-nav .menu ul li>a{padding-right:20px}.RWDmenu_plus04 .site-nav .menu li.has-child>a:after,.RWDmenu_plus04 .site-nav .menu li.dropdown>a:after,.RWDmenu_plus04 .dropdown-menu .manu-item-box ul li.has-child>a:after,.RWDmenu_plus04 .lang-select-label:after{content:"";width:6px;height:6px;border:1px solid #888;border-width:1px 1px 0 0;display:inline-block;-webkit-transform:rotate(45deg);transform:rotate(45deg);vertical-align:middle;position:absolute;top:50%;right:0;margin-top:-3px;transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease}.RWDmenu_plus04 .site-nav .menu>li.has-child>a:after,.RWDmenu_plus04 .site-nav .menu>li.dropdown>a:after,.RWDmenu_plus04 .lang-select-label:after{margin-left:10px;-webkit-transform:rotate(136deg);transform:rotate(136deg);position:static;transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease}.RWDmenu_plus04 .site-nav .menu>li.has-child>a:hover:after,.RWDmenu_plus04 .site-nav .menu>li.dropdown>a:hover:after,.RWDmenu_plus04 .lang-select-label:hover:after,.RWDmenu_plus04 .site-nav .menu>li.active>a:after,.RWDmenu_plus04 .site-nav .menu>li.is-active>a:after{border-color:#fff}.RWDmenu_plus04 .site-nav .menu ul li.has-child>a:after{right:10px}.RWDmenu_plus04 .dropdown-menu .manu-item-box ul li.has-child:hover>a:after{-webkit-transform:rotate(-135deg);transform:rotate(-135deg);width:10px;height:10px;background:#f2f2f2;border-color:rgba(0,0,0,0);margin-top:-5px;right:-5px}.RWDmenu_plus04 .dropdown-menu .manu-item-box ul ul{position:absolute;left:100%;width:100%;background:#f2f2f2;background:#525252;z-index:1;top:0;opacity:0;padding:5px 10px;visibility:hidden;transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease}.RWDmenu_plus04 .dropdown-menu .manu-item-box ul li.active>ul,.RWDmenu_plus04 .dropdown-menu .manu-item-box ul li:hover>ul{top:0;opacity:1;visibility:visible;-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.RWDmenu_plus04 .dropdown-menu .manu-item-box ul ul a{color:#ddd}.RWDmenu_plus04 .dropdown-menu .manu-item-box ul ul a:hover{color:#fff}.RWDmenu_plus04 .dropdown-menu .pic-box{position:absolute;right:30px;top:30px;padding:6px;width:200px}.RWDmenu_plus04 .dropdown-menu .pic-box .pic{width:188px;height:188px;background-size:contain;background-repeat:no-repeat;background-position:top right}.RWDmenu_plus04 .dropdown-menu .pic-box .slick-dots{padding-left:0;line-height:0;display:none}.RWDmenu_plus04 .dropdown-menu .pic-box .slick-dots li{display:inline-block;margin:0 5px}.RWDmenu_plus04 .dropdown-menu .pic-box .slick-dots button{padding:0;border:none;background:none}.RWDmenu_plus04 .dropdown-menu .pic-box .slick-dots{list-style:none;padding:0;position:absolute;width:100%;text-align:center;bottom:16px}.RWDmenu_plus04 .dropdown-menu .pic-box .slick-dots button{width:10px;height:10px;color:rgba(0,0,0,0);background:#eee;border-radius:100%}.RWDmenu_plus04 .dropdown-menu .pic-box .slick-active button{background:#666}.RWDmenu_plus04 .toggle-menu,.RWDmenu_plus04 .ml-stack-nav-toggle,.RWDmenu_plus04 #mobile-menu,.RWDmenu_plus04 .toggle-mmenu-cover{display:none}.RWDmenu_plus04 .dropdown-menu.full{max-width:100%}.RWDmenu_plus04 .dropdown-menu .manu-item .pic{margin-bottom:10px}.RWDmenu_plus04 .dropdown-menu .manu-item .pic img{max-width:100%}.RWDmenu_plus04 #mobile-menu{position:fixed;top:0px;right:0;bottom:0;left:auto;width:66%;max-width:500px;font-size:16px;z-index:900;background-color:#fff;transform:translate3d(100%, 0, 0);-o-transform:translate3d(100%, 0, 0);-webkit-transform:translate3d(100%, 0, 0);-moz-transform:translate3d(100%, 0, 0);transition:all .5s ease;-o-transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-webkit-box-shadow:-2px 0px 13px rgba(128,128,128,0);box-shadow:-2px 0px 13px rgba(128,128,128,0)}.menu-open .RWDmenu_plus04 #mobile-menu{transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-webkit-box-shadow:-2px 0px 13px rgba(128,128,128,.2);box-shadow:-2px 0px 13px rgba(128,128,128,.2)}.RWDmenu_plus04 #mobile-menu .main-menu{overflow-x:hidden;overflow-y:auto;position:absolute;width:100%;top:120px;bottom:0}.RWDmenu_plus04 #mobile-menu .menu a{padding:13px;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.RWDmenu_plus04 .mCSB_scrollTools{z-index:999;right:3px}.RWDmenu_plus04 .main-menu .mCSB_inside>.mCSB_container{margin-right:0}.RWDmenu_plus04 .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#c8c8c8}.RWDmenu_plus04 #mobile-menu .toggle-submenu{position:absolute;width:100%;height:50px;display:block;top:0;right:0;z-index:1}.RWDmenu_plus04 #mobile-menu .toggle-submenu:after{content:"";position:absolute;right:25px;top:50%;-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);color:#666;font-size:13px;font-family:"iicon" !important;font-weight:normal;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.RWDmenu_plus04 #mobile-menu .menu>li.active>.toggle-submenu:after,.RWDmenu_plus04 #mobile-menu .menu>li>ul>li.active>.toggle-submenu:after,.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>ul>li.active>.toggle-submenu:after,.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>ul>li>ul>li.active>.toggle-submenu:after,.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>ul>li>ul>li>ul>li.active>.toggle-submenu:after{-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}.RWDmenu_plus04 #mobile-menu .menu>li.active>.toggle-submenu:after,.RWDmenu_plus04 #mobile-menu .menu>li>ul>li.active>.toggle-submenu:after{color:#ddd}.RWDmenu_plus04 #mobile-menu .menu li{position:relative}.RWDmenu_plus04 #mobile-menu .menu>li{display:block;border-bottom:1px solid #eee}.RWDmenu_plus04 #mobile-menu .menu>li>a{font-size:15px;letter-spacing:2px;margin-left:30px}.RWDmenu_plus04 #mobile-menu .menu li a{position:relative;display:block}.RWDmenu_plus04 #mobile-menu .menu>li.active{background-color:#444}.RWDmenu_plus04 #mobile-menu .menu>li.active>a{background-color:#444;color:#fff}.RWDmenu_plus04 #mobile-menu .menu>li.social-select>a{pointer-events:none;cursor:pointer}.RWDmenu_plus04 #mobile-menu .menu li.has-child>a{margin-right:13%}.RWDmenu_plus04 #mobile-menu .menu>li>ul{background-color:#efefef}.RWDmenu_plus04 #mobile-menu .menu ul{display:none}.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>a{padding-left:50px}.RWDmenu_plus04 #mobile-menu .menu>li>ul>li.active{background-color:#aaa}.RWDmenu_plus04 #mobile-menu .menu>li>ul>li.active>a{color:#fff}.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>ul{background-color:#f8f8f8}.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>ul>li>a{padding-left:70px}.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>ul>li.active>a{font-weight:bold}.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>ul>li>ul>li a{padding:13px 5%;padding-left:90px;font-size:15px}.RWDmenu_plus04 #mobile-menu .menu>li>ul>li>ul>li>ul{background-color:#fff}@media(min-width: 1025px){.RWDmenu_plus04 .site-nav .menu li .m_stitle,.RWDmenu_plus04 .site-nav .menu li:hover .m_title,.RWDmenu_plus04 .site-nav .menu li.active .m_title,.RWDmenu_plus04 .site-nav .menu li.is-active .m_title{display:none}.RWDmenu_plus04 .site-nav .menu li .m_title,.RWDmenu_plus04 .site-nav .menu li:hover .m_stitle,.RWDmenu_plus04 .site-nav .menu li.active .m_stitle,.RWDmenu_plus04 .site-nav .menu li.is-active .m_stitle{display:inline}}@media(max-width: 1024px){.RWDmenu_plus04 #mobile-menu .menu li .m_stitle,.RWDmenu_plus04 #mobile-menu .menu li.active .m_title,.RWDmenu_plus04 #mobile-menu .menu li.is-active .m_title{display:none}.RWDmenu_plus04 #mobile-menu .menu li .m_title,.RWDmenu_plus04 #mobile-menu .menu li.active .m_stitle,.RWDmenu_plus04 #mobile-menu .menu li.is-active .m_stitle{display:inline}}@media(min-width: 768px){.RWDmenu_plus04 .container{max-width:750px;width:100%}}@media(min-width: 992px){.RWDmenu_plus04 .container{max-width:970px;width:100%}}@media(min-width: 1200px){.RWDmenu_plus04 .container{max-width:1170px;width:100%}}@media(max-width: 1024px){.RWDmenu_plus04 .toggle-menu,.RWDmenu_plus04 .ml-stack-nav-toggle,.RWDmenu_plus04 #mobile-menu{display:block}.RWDmenu_plus04 .ml-stack-nav-toggle{font-size:14px}.RWDmenu_plus04 .site-nav{display:none;float:none;clear:both;overflow:auto;position:static;margin:0}.RWDmenu_plus04 .dropdown-menu,.RWDmenu_plus04 .features .lang-select,.RWDmenu_plus04 .features .language-block{display:none}}@media(max-width: 1366px){.RWDmenu_plus04 .dropdown-menu .manu-item-box li{width:25%}.RWDmenu_plus04 .dropdown-menu .manu-item{margin-top:20px}.RWDmenu_plus04 .dropdown-menu .manu-item-box li:nth-child(4n+1){clear:left}.RWDmenu_plus04 .dropdown-menu .manu-item-box li:nth-child(6n+1){clear:none}}@media(max-width: 480px){.RWDmenu_plus04 .header{padding:0 5%}.RWDmenu_plus04 #mobile-menu{width:100%}.RWDmenu_plus04 .logo{width:100px}}.member-block .login-headline{margin-left:0px;font-size:16px;letter-spacing:2px;color:#333;text-align:right;margin-top:20px;margin-bottom:0;border-bottom:1px solid #000;padding:20px 0;font-weight:300}.RWDmenu_plus04 .features .edit{float:left}.RWDmenu_plus04 .features .share-group.main_share{float:right;padding:25px 5px}.RWDmenu_plus04 .features .share-group a{display:inline-block;padding:0 4px;margin:0 4px;border:none;text-decoration:none}.RWDmenu_plus04 .features .share-group a:first-child{margin-left:0}.RWDmenu_plus04 .features .share-group a:last-child{margin-right:0}.RWDmenu_plus04 .features .share-group i{font-size:16px;font-style:normal;transition:all .3s;-o-transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s}@font-face{font-family:"iicon";src:url("/syslib/public/css/iicon/fonts/iicon.eot?7b2dsl");src:url("/syslib/public/css/iicon/fonts/iicon.eot?7b2dsl#iefix") format("embedded-opentype"),url("/syslib/public/css/iicon/fonts/iicon.ttf?7b2dsl") format("truetype"),url("/syslib/public/css/iicon/fonts/iicon.woff?7b2dsl") format("woff"),url("/syslib/public/css/iicon/fonts/iicon.svg?7b2dsl#iicon") format("svg");font-weight:normal;font-style:normal}[class^=ii-],[class*=" ii-"]{font-family:"iicon" !important;font-weight:normal;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ii-fb1:before{content:""}.ii-line3:before{content:""}.ii-google1:before{content:""}.ii-ig1:before{content:""}.ii-youtube1:before{content:""}.ii-query1:before{content:""}.ii-bag2:before{content:""}.RWDmenu_plus04 .cart-btn .ii-bag2{font-size:17px}.ii-people2:before{content:""}.RWDmenu_plus04 .member-btn .ii-people2{font-size:17px}.RWDmenu_plus04 .features .share-group span{font-size:14px}.RWDmenu_plus04 .share-group *~span{margin-left:5px}.RWDmenu_plus04 .can-link.social-select .share-group *~span{margin-left:10px}.RWDmenu_plus04 .logo{width:200px;float:left}@media(max-width: 480px){.RWDmenu_plus04 .logo{width:130px}}.RWDmenu_plus04 .phone-menubelow{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:30px}.RWDmenu_plus04 .phone-group{text-align:left;transition:all .5s;-o-transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;transform:translateX(0);-o-transform:translateX(0);-webkit-transform:translateX(0);-o-transform:translateX(0);-moz-transform:translateX(0)}.RWDmenu_plus04 .phone-group a{display:inline-block;border:none;padding:13px;color:#666}.RWDmenu_plus04 .phone-group i{font-size:20px;transition:all .3s;-o-transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;vertical-align:middle}.RWDmenu_plus04 .phone-group img{vertical-align:middle}.RWDmenu_plus04 .phone-group span{font-size:13px;vertical-align:middle}.RWDmenu_plus04 .phone-group *~span{margin-left:3px}#mobile-menu .phone-lang{display:block;float:right;text-align:center}#mobile-menu .phone-lang::before{content:"";display:inline-block;vertical-align:middle;height:100%}#mobile-menu .phone-lang-label{position:relative;display:inline-block;vertical-align:top;text-align:center;font-size:11px;color:#666;border:0;padding:10px;cursor:pointer}#mobile-menu .phone-lang-label i.fa{display:block;line-height:initial;font-size:20px}#mobile-menu .phone-lang-label span{display:block;font-size:11px}#mobile-menu .phone-lang-label .lang-select-symbol+i.flag-icon{display:inline-block}#mobile-menu .phone-lang-label .lang-select-symbol~span{display:inline-block}.phone-lang .cd-secondary-nav{text-align:left}.phone-lang li.go-back a{margin-top:0}#mobile-menu .phone-lang .cd-secondary-nav{position:fixed;top:0;right:0;width:100%;height:100%;padding-top:30px;background:#fff;z-index:20;overflow:auto;list-style:none;font-size:15px;letter-spacing:2px}#mobile-menu .phone-lang .cd-secondary-nav li{border-bottom:1px solid #ececec}#mobile-menu .phone-lang .cd-secondary-nav a{display:inline-block;vertical-align:top;padding:13px;margin-left:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;cursor:pointer}#mobile-menu .phone-lang .cd-secondary-nav .go-back a:before{content:"";display:inline-block;margin-right:30px;-webkit-transform:rotate(180deg);transform:rotate(180deg);font-size:13px;font-family:"iicon" !important;font-weight:normal;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.RWDmenu_plus04 .copyright{position:relative;z-index:16;font-size:12px;letter-spacing:1px;color:#777;margin:50px 0;padding:0 30px}@media(max-width: 480px){.RWDmenu_plus04 .copyright{width:100%}}.RWDmenu_plus04 .copyright a{color:#000}.RWDmenu_plus04 .menu-icon{width:60px;height:60px;cursor:pointer;position:relative;-webkit-transition:all 200ms ease-out;transition:all 200ms ease-out;z-index:18;float:right;line-height:105px;text-align:center;font-size:12px;margin-right:22px;margin-top:23px}.RWDmenu_plus04 .menu-icon:after,.menu-icon:before{background-color:#333;content:"";height:1px;left:50%;top:50%;-webkit-transform:translate3d(-50%, -50%, 0) rotate(45deg);transform:translate3d(-50%, -50%, 0) rotate(45deg);-webkit-transition:all 400ms cubic-bezier(0.25, 0.6, 0.36, 1);transition:all 400ms cubic-bezier(0.25, 0.6, 0.36, 1);position:absolute;top:50%;width:25px}.RWDmenu_plus04 .menu-icon>.line{background:#333;height:1px;position:absolute;-webkit-transition:all .1s cubic-bezier(0.46, 0.03, 0.52, 0.96);transition:all .1s cubic-bezier(0.46, 0.03, 0.52, 0.96);width:0%}.RWDmenu_plus04 .menu-icon>.line.top{left:0;top:0;-webkit-transition-delay:.3s;transition-delay:.3s}.RWDmenu_plus04 .menu-icon>.line.bottom{bottom:0;right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition-delay:.1s;transition-delay:.1s}.RWDmenu_plus04 .menu-icon>.line.left{left:0;top:0;-webkit-transform:translate3d(0, 40px, 0) rotate(-90deg);transform:translate3d(0, 40px, 0) rotate(-90deg);-webkit-transform-origin:0;transform-origin:0;-webkit-transition-delay:0s;transition-delay:0s}.RWDmenu_plus04 .menu-icon>.line.right{left:0;top:0;-webkit-transform:translate3d(40px, 0, 0) rotate(90deg);transform:translate3d(40px, 0, 0) rotate(90deg);-webkit-transform-origin:0;transform-origin:0;-webkit-transition-delay:.2s;transition-delay:.2s}.RWDmenu_plus04 .menu-icon:before{-webkit-transform:translate3d(-50%, -50%, 0) rotate(-45deg);transform:translate3d(-50%, -50%, 0) rotate(-45deg);-webkit-transition-delay:65ms;transition-delay:65ms}.RWDmenu_plus04 .menu-icon:hover .line{width:100%}.RWDmenu_plus04 .menu-icon:hover .line.top{-webkit-transition-delay:0ms;transition-delay:0ms}.RWDmenu_plus04 .menu-icon:hover .line.right{-webkit-transition-delay:.1s;transition-delay:.1s}.RWDmenu_plus04 .menu-icon:hover .line.bottom{-webkit-transition-delay:.2s;transition-delay:.2s}.RWDmenu_plus04 .menu-icon:hover .line.left{-webkit-transition-delay:.3s;transition-delay:.3s}.RWDmenu_plus04 .menu-icon:hover:after{-webkit-transform:translate3d(-50%, -50%, 0) rotate(225deg);transform:translate3d(-50%, -50%, 0) rotate(225deg)}.RWDmenu_plus04 .menu-icon:hover:before{-webkit-transform:translate3d(-50%, -50%, 0) rotate(135deg);transform:translate3d(-50%, -50%, 0) rotate(135deg)}.RWDmenu_plus04 .menu-icon:active{opacity:.8;-webkit-transition:none;transition:none}.RWDmenu_plus04 .menu-icon:active{opacity:.8;-webkit-transition:none;transition:none}.RWDmenu_plus04 .features{font-size:13px;line-height:24px}@media(max-width: 1024px){.RWDmenu_plus04 .features{position:relative;float:right;margin-right:10px;padding-right:10px}.RWDmenu_plus04 .features:after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background-color:#333}.RWDmenu_plus04 .features .edit,.RWDmenu_plus04 .features .lang-block{display:none}}@media(max-width: 480px){.RWDmenu_plus04 .features{line-height:22px}}.RWDmenu_plus04 .features .cart-btn,.RWDmenu_plus04 .features .querycar-btn{cursor:pointer;float:right;padding:25px 10px}.RWDmenu_plus04 .features .lang-select{float:right}.RWDmenu_plus04 .features .language-block{float:right}.RWDmenu_plus04 .features .lang-block{float:right;margin-top:0;padding:25px 10px}.RWDmenu_plus04 .features .search-btn{float:right;cursor:pointer;position:relative;padding:25px 10px}.RWDmenu_plus04 .features .member-btn{float:right;cursor:pointer;padding:25px 10px}.RWDmenu_plus04 .features .member-btn img{width:100%}.RWDmenu_plus04 .features .member-btn span{vertical-align:2px;line-height:1;margin:0 0 0 2px}.RWDmenu_plus04 .features .search-btn img{width:100%}.RWDmenu_plus04 #search-box{position:absolute;width:auto;right:0;top:100%;margin-right:90px;opacity:0;visibility:hidden;transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease}@media(max-width: 480px){.RWDmenu_plus04 #search-box{margin-right:0;width:100%}}.RWDmenu_plus04 #search-box.is-open{opacity:1;visibility:visible}.RWDmenu_plus04 #search-box input{width:250px;height:40px;padding-left:15px;-webkit-box-shadow:none;box-shadow:none;border-radius:0px;-o-border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px}@media(max-width: 480px){.RWDmenu_plus04 #search-box input{width:100%}}.RWDmenu_plus04 #search-box input:focus{outline:none}.RWDmenu_plus04 .features i,.RWDmenu_plus04 .features .share-group a,.RWDmenu_plus04 .features .cart-btn,.RWDmenu_plus04 .lang-select,.RWDmenu_plus04 .features .querycar-btn{color:#525252}.RWDmenu_plus04 .features i,.RWDmenu_plus04 .features .share-group a{font-size:16px}.RWDmenu_plus04 #search-box .form-control{width:250px;height:40px;padding-left:15px;-webkit-box-shadow:none;box-shadow:none;padding-right:70px;color:#333;border:1px solid #aaa;border-radius:0px;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.RWDmenu_plus04 #search-box .search,.RWDmenu_plus04 #search-box .close-btn{background:rgba(0,0,0,0);padding:0 15px;border:none;position:absolute;right:0;height:100%;border-radius:0px;width:auto}@media(max-width: 480px){.RWDmenu_plus04 #search-box .form-control{width:100%}}.RWDmenu_plus04 #search-box .form-control:focus{outline:none}.RWDmenu_plus04 #search-box.full{position:fixed;top:0;right:0;bottom:0;left:0;margin:0;padding:0 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99}.RWDmenu_plus04 #search-box.full .search-in{max-width:1170px;width:100%;position:relative}.RWDmenu_plus04 #search-box.full .form-control{border-width:0 0 1px 0;border-color:initial;height:auto;color:#fff;background:0 0;width:100%;font-size:40px;padding:0 220px 30px 40px;letter-spacing:3px}.RWDmenu_plus04 #search-box.full .form-control::-webkit-input-placeholder{color:#fff}.RWDmenu_plus04 #search-box.full .form-control::-moz-placeholder{color:#fff}.RWDmenu_plus04 #search-box.full .form-control:-ms-input-placeholder{color:#fff}.RWDmenu_plus04 #search-box.full .form-control:-moz-placeholder{color:#fff}.RWDmenu_plus04 #search-box.full .form-control,.RWDmenu_plus04 #search-box.full .ibtn{line-height:1.5em}.RWDmenu_plus04 #search-box.full .btn-box{position:absolute;top:0;right:20px}.RWDmenu_plus04 #search-box.full .ibtn{font-size:45px;position:static;padding:0 20px;color:#fff}.RWDmenu_plus04 #search-box.full .ibtn:focus{outline:0}.RWDmenu_plus04 #search-box.full .ii-search1:before{content:"";font-family:iicon !important}.RWDmenu_plus04 #search-box.full .ii-close1:before{content:"";font-family:iicon !important}.RWDmenu_plus04 #search-box.full .search-close-full{position:absolute;top:0;bottom:0;left:0;padding:0;border:none;background:rgba(0,0,0,0);width:100%}@media(max-width: 992px){.RWDmenu_plus04 #search-box.full .btn-box{top:5px}.RWDmenu_plus04 #search-box.full .ibtn{font-size:30px;padding:0 15px}.RWDmenu_plus04 #search-box.full .form-control{font-size:35px;padding:0 144px 30px 40px}}@media(max-width: 767px){.RWDmenu_plus04 #search-box.full{padding:0 30px}.RWDmenu_plus04 #search-box.full .btn-box{top:2px;right:0}.RWDmenu_plus04 #search-box.full .ibtn{font-size:20px;padding:0 10px}.RWDmenu_plus04 #search-box.full .form-control{font-size:21px;letter-spacing:0;padding:0 94px 20px 10px}.lang_en .RWDmenu_plus04 #search-box.full .form-control{font-size:21px}.lang_tw .RWDmenu_plus04 #search-box.full .form-control,.lang_cn .RWDmenu_plus04 #search-box.full .form-control,.lang_sg-cn .RWDmenu_plus04 #search-box.full .form-control{font-size:23px}}@media(max-width: 320px){.RWDmenu_plus04 #search-box.full .form-control{font-size:15px}}.RWDmenu_plus04 .overlay{position:fixed;width:100vw;height:100vh;background-color:#000;opacity:0;visibility:hidden;z-index:9;transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease}.RWDmenu_plus04 .overlay.is-open{opacity:.5;visibility:visible}.RWDmenu_plus04 .cart-block-headline,.RWDmenu_plus04 .querycar-block-headline{float:left;width:200px;margin-left:30px;font-size:16px;letter-spacing:2px;margin-top:58px;color:#333}.RWDmenu_plus04 .cart-block.notFullScreen .cart-block-headline,.RWDmenu_plus04 .querycar-block.notFullScreen .querycar-block-headline{margin-top:21px;width:calc(100% - 120px)}.RWDmenu_plus04 .cart-block,.RWDmenu_plus04 .querycar-block{position:fixed;width:360px;background-color:#fff;right:0;top:0;bottom:0;transform:translate3d(100%, 0, 0);-o-transform:translate3d(100%, 0, 0);-webkit-transform:translate3d(100%, 0, 0);-moz-transform:translate3d(100%, 0, 0);transition:all .7s ease;-o-transition:all .7s ease;-moz-transition:all .7s ease;-webkit-transition:all .7s ease;z-index:99}@media(max-width: 480px){.RWDmenu_plus04 .cart-block,.RWDmenu_plus04 .querycar-block{width:100%}.RWDmenu_plus04 .cart-block.notFullScreen,.RWDmenu_plus04 .querycar-block.notFullScreen{width:360px;max-width:78%}}.RWDmenu_plus04 .cart-block.is-open,.RWDmenu_plus04 .querycar-block.is-open{transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0)}.RWDmenu_plus04 .cart-block .close,.RWDmenu_plus04 .querycar-block .close{width:60px;height:60px;cursor:pointer;position:relative;-webkit-transition:all 200ms ease-out;transition:all 200ms ease-out;float:right;opacity:1;font-size:12px;line-height:105px;font-weight:300;text-align:center;margin-right:37px;margin-top:23px;color:#777}.RWDmenu_plus04 .cart-block.notFullScreen .close,.RWDmenu_plus04 .querycar-block.notFullScreen .close{margin:0}@media(max-width: 480px){.RWDmenu_plus04 .cart-block .close,.RWDmenu_plus04 .querycar-block .close{margin-right:30px}}.RWDmenu_plus04 .cart-block .close:before,.RWDmenu_plus04 .cart-block .close:after,.RWDmenu_plus04 .querycar-block .close:before,.RWDmenu_plus04 .querycar-block .close:after{background-color:#333;content:"";height:1px;left:50%;top:50%;-webkit-transform:translate3d(-50%, -50%, 0) rotate(45deg);transform:translate3d(-50%, -50%, 0) rotate(45deg);-webkit-transition:all 400ms cubic-bezier(0.25, 0.6, 0.36, 1);transition:all 400ms cubic-bezier(0.25, 0.6, 0.36, 1);position:absolute;top:50%;width:25px}.RWDmenu_plus04 .cart-block .close:before,.RWDmenu_plus04 .querycar-block .close:before{-webkit-transform:translate3d(-50%, -50%, 0) rotate(-45deg);transform:translate3d(-50%, -50%, 0) rotate(-45deg);-webkit-transition-delay:65ms;transition-delay:65ms}.RWDmenu_plus04 .cart-block .title,.RWDmenu_plus04 .querycar-block .title{margin:30px 0 30px 30px;letter-spacing:1px;font-size:18px;float:left;font-weight:bold}.RWDmenu_plus04 .cart-block .title img,.RWDmenu_plus04 .querycar-block .title img{margin-top:-5px;margin-right:5px}.RWDmenu_plus04 .cart-block ul,.RWDmenu_plus04 .querycar-block ul{list-style:none;padding:0 30px;overflow-x:hidden;overflow-y:auto;height:100%;padding-bottom:140px;padding-top:40px}.RWDmenu_plus04 .cart-block.notFullScreen ul,.RWDmenu_plus04 .querycar-block.notFullScreen ul{padding:10px 5px 220px 30px}.RWDmenu_plus04 .cart-block ul li.list,.RWDmenu_plus04 .querycar-block ul li.list{padding:15px 0;border-bottom:1px solid #e8e8e8}.RWDmenu_plus04 .cart-block .pic,.RWDmenu_plus04 .querycar-block .pic{width:80px;height:80px;background-color:#ccc;float:left;text-align:center}.RWDmenu_plus04 .cart-block .text-box,.RWDmenu_plus04 .querycar-block .text-box{float:right;width:calc(100% - 95px)}.RWDmenu_plus04 .cart-block .name,.RWDmenu_plus04 .querycar-block .name{color:#333;font-size:13px}.RWDmenu_plus04 .cart-block .plusbuytag,.RWDmenu_plus04 .querycar-block .plusbuytag{color:#2f80ed}.RWDmenu_plus04 .cart-block .spe-box,.RWDmenu_plus04 .querycar-block .spe-box{font-size:12px;margin-top:5px}.RWDmenu_plus04 .cart-block .qty-box,.RWDmenu_plus04 .querycar-block .qty-box{float:left;width:80px;margin-top:10px}.RWDmenu_plus04 .choice_num_typea select{width:100%;height:30px;padding:0 0 0 12px;border:1px solid #ccc}.RWDmenu_plus04 .cart-block .qty-box .qtyminus,.RWDmenu_plus04 .cart-block .qty-box .qtyplus,.RWDmenu_plus04 .querycar-block .qty-box .qtyminus,.RWDmenu_plus04 .querycar-block .qty-box .qtyplus{width:24px;height:26px;border-radius:1px;float:left;border:none;background-color:#797979;color:#fff;padding:0;line-height:26px;border-radius:0px}.RWDmenu_plus04 .cart-block .qty-box .qtyminus:focus,.RWDmenu_plus04 .cart-block .qty-box .qtyplus:focus,.RWDmenu_plus04 .querycar-block .qty-box .qtyminus:focus,.RWDmenu_plus04 .querycar-block .qty-box .qtyplus:focus{outline:none}.RWDmenu_plus04 .cart-block .qty-box .qtyminus,.RWDmenu_plus04 .querycar-block .qty-box .qtyminus{border-right:none}.RWDmenu_plus04 .cart-block .qty-box .qtyplus,.RWDmenu_plus04 .querycar-block .qty-box .qtyplus{border-left:none}.RWDmenu_plus04 .cart-block .choice_num_typeb .qty,.RWDmenu_plus04 .querycar-block .choice_num_typeb .qty{width:calc(100% - 48px);height:26px;margin:0;float:left;text-align:center;border:none}.RWDmenu_plus04 .choice_num_typec input{width:100%;height:30px;border:1px solid #ccc;padding:0px 12px;text-align:center}.RWDmenu_plus04 .cart-block .choice_num_typeb .qty.disabled{width:100%;cursor:not-allowed;background-color:#f1f1f1}.RWDmenu_plus04 .cart-block .control .price,.RWDmenu_plus04 .querycar-block .control .price{float:left;margin-top:14px;margin-left:15px}.RWDmenu_plus04 .cart-block .control .price .unit{margin-left:3px}.RWDmenu_plus04 .cart-block .control .delete,.RWDmenu_plus04 .querycar-block .control .delete{float:right;margin-top:6px;cursor:pointer}.RWDmenu_plus04 .cart-block .control .delete img,.RWDmenu_plus04 .querycar-block .control .delete img{width:30px}.RWDmenu_plus04 .cart-block .bottom-box,.RWDmenu_plus04 .querycar-block .bottom-box{position:absolute;bottom:0;width:100%;background-color:#fff}.RWDmenu_plus04 .cart-block .bottom-box .total,.RWDmenu_plus04 .querycar-block .bottom-box .total{float:left;width:calc(100% - 180px);padding:13px;text-align:center;border-top:1px solid #cecece;font-size:14px}.RWDmenu_plus04 .cart-block.notFullScreen .bottom-box .total,.RWDmenu_plus04 .querycar-block.notFullScreen .bottom-box .total{width:100%;border:0}.RWDmenu_plus04 .cart-block .bottom-box .pay-btn,.RWDmenu_plus04 .querycar-block .bottom-box .pay-btn{padding:15px;background-color:var(--wt-MainColor,#313131);color:#fff;text-align:center;transition: background-color 0.3s ease;}.RWDmenu_plus04 .cart-block .bottom-box .pay-btn{float:right;width:180px}.RWDmenu_plus04 .cart-block.notFullScreen .bottom-box .pay-btn{width:100%}.RWDmenu_plus04 .querycar-block .bottom-box .pay-btn{float:none;width:100%;display:block}@media(max-width: 320px){.RWDmenu_plus04 .cart-block .bottom-box .total,.RWDmenu_plus04 .cart-block .bottom-box .pay-btn{width:50%}}.RWDmenu_plus04 .member-block{position:fixed;width:360px;height:100vh;background-color:#fff;right:0;top:0;text-align:center;overflow-y:auto;transform:translate3d(100%, 0, 0);-o-transform:translate3d(100%, 0, 0);-webkit-transform:translate3d(100%, 0, 0);-moz-transform:translate3d(100%, 0, 0);transition:all .7s ease;-o-transition:all .7s ease;-moz-transition:all .7s ease;-webkit-transition:all .7s ease;z-index:99}.RWDmenu_plus04 .member-block.is-open{transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0)}.RWDmenu_plus04 .member-block .login-is-on{padding:0 30px}.RWDmenu_plus04 .member-block .login-is-on .item{list-style:none;padding-left:0}.RWDmenu_plus04 .member-block .login-is-on .item a{padding:20px 0;color:#333;display:block;border-bottom:1px solid #e4e4e4;text-align:left;cursor:pointer;font-size:15px}.RWDmenu_plus04 .member-block .login-is-on .item a:hover{text-decoration:none;color:#000}@media(max-width: 480px){.RWDmenu_plus04 .member-block{width:100%}}.RWDmenu_plus04 #login_form_menu{padding:0 50px;font-size:14px}@media(max-width: 480px){.RWDmenu_plus04 #login_form_menu{padding:0 30px}}.RWDmenu_plus04 .member-block .form-area{margin-top:30px}.RWDmenu_plus04 .member-block .form-area .group{text-align:left;margin-bottom:15px;border-bottom:1px solid #e4e4e4;padding-bottom:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.RWDmenu_plus04 .member-block .form-area .group.v-code{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.RWDmenu_plus04 .member-block .form-area .group label{-webkit-box-flex:0;-ms-flex:0 1 55px;flex:0 1 55px;display:block;margin-top:9px;letter-spacing:3px;font-weight:500;white-space:nowrap}.lang_en .RWDmenu_plus04 .member-block .form-area .group label{-webkit-box-flex:0;-ms-flex:0 1 75px;flex:0 1 75px;letter-spacing:1px}.RWDmenu_plus04 .member-block .form-area .group input{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:block;border:none;height:40px;min-width:50%;background-color:#fff !important}.refreshPrevImg{background:rgba(0,0,0,0);outline:none;border:none;color:dimgray}.RWDmenu_plus04 .member-block .form-area .group input{padding-left:10px;padding-right:10px}.RWDmenu_plus04 .member-block .form-area .group.v-code input{-webkit-box-flex:1;-ms-flex:1 0 5em;flex:1 0 5em;min-width:5em;margin:0 auto 0 0}.RWDmenu_plus04 .member-block .form-area .group.v-code .refreshPrevImg{height:36px}.RWDmenu_plus04 .member-block a.login,.RWDmenu_plus04 .member-block a.signin,.RWDmenu_plus04 .member-block button.login,.RWDmenu_plus04 .member-block button.signin{display:block;padding:10px;border:1px solid #e4e4e4;margin:0 auto;margin-bottom:8px;cursor:pointer;text-decoration:none;color:#333;letter-spacing:1px;transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease}.RWDmenu_plus04 .member-block button.login,.RWDmenu_plus04 .member-block button.signin{width:100%}.RWDmenu_plus04 .member-block a.login.is-on,.RWDmenu_plus04 .member-block button.login.is-on{background-color:var(--wt-MainColor,#313131);color:#fff;border:none}.RWDmenu_plus04 .member-block .other{margin-top:40px;letter-spacing:1px}.RWDmenu_plus04 .member-block .other a{display:inline-block;color:dimgray;letter-spacing:1px;cursor:pointer}.RWDmenu_plus04 .member-block .other a.fogot{margin-right:10px}.RWDmenu_plus04 .member-block .other a.resend{margin-left:10px}.RWDmenu_plus04 .member-block .other+.login-with{margin-top:30px}.RWDmenu_plus04 .member-block .login-with{position:relative;padding:10px 6px;letter-spacing:1px;display:block;background:rgba(0,0,0,0);border:0;outline:none;font-family:inherit;cursor:pointer;border-radius:3px}.btnfb{color:#395590}.btngoogle{color:#d72324}.btnline{color:#00b900}.RWDmenu_plus04 .member-block .login-with span:first-child{margin-right:5px}.go_shopping_view{display:block;margin:30px 0 0}.go_shopping_view_a{display:block;padding:.5em 0;font-size:14px;color:dimgray}.no-touch .go_shopping_view_a:hover{color:#000}#div_forget_area *{-webkit-box-sizing:border-box;box-sizing:border-box}#div_forget_content{width:100%;max-width:280px;padding:10px}#forget_table{width:100%}#forget_table .th{display:table-cell;vertical-align:middle;width:60px;padding:14px 0px;color:#666;font-size:14px;font-weight:bold}#div_forget_content .subject{position:relative;font-size:18px;font-weight:700;text-align:center;letter-spacing:3px;left:3px;padding:0 0 20px;color:#000}.div-table{display:table}.div-table .tr{display:table-row}.div-table .td{display:table-cell;vertical-align:middle;position:relative}#forget_table input{width:100%;height:32px;padding:0 10px;font-size:inherit;color:#666;border:1px solid #ddd;border-radius:3px;outline:none}#forget_table .forget_verifycode{width:90%}#forget_table .verifyimg{max-width:100%}#div_forget_content #forget_table_btn{width:100%;padding:10px;margin:10px 0 0;font-size:14px;color:#fff;border:0;border-radius:3px;text-align:center;cursor:pointer;background-color:var(--wt-MainColor,#5b5b5b);transition:background-color 0.3s ease;}.RWDmenu_plus04 .member-block a.lognout{display:block;width:250px;padding:10px;border:1px solid dimgray;margin:0 auto;cursor:pointer;margin-top:40px;color:dimgray;transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease}.RWDmenu_plus04 .member-block a.lognout:hover{background-color:dimgray;color:#fff;text-decoration:none}.RWDmenu_plus04 .member-block .member-close-btn{width:60px;height:60px;cursor:pointer;position:relative;-webkit-transition:all 200ms ease-out;transition:all 200ms ease-out;float:right;opacity:1;font-size:12px;line-height:105px;font-weight:300;text-align:center;margin-right:37px;margin-top:23px;color:#777}.RWDmenu_plus04 .member-block .member-close-btn:before,.RWDmenu_plus04 .member-block .member-close-btn:after{background-color:#333;content:"";height:1px;left:50%;top:50%;-webkit-transform:translate3d(-50%, -50%, 0) rotate(45deg);transform:translate3d(-50%, -50%, 0) rotate(45deg);-webkit-transition:all 400ms cubic-bezier(0.25, 0.6, 0.36, 1);transition:all 400ms cubic-bezier(0.25, 0.6, 0.36, 1);position:absolute;top:50%;width:25px}.RWDmenu_plus04 .member-block .member-close-btn:before{-webkit-transform:translate3d(-50%, -50%, 0) rotate(-45deg);transform:translate3d(-50%, -50%, 0) rotate(-45deg);-webkit-transition-delay:65ms;transition-delay:65ms}.RWDmenu_plus04 .lang-block{width:130px;float:left;margin-left:30px;margin-top:21px;position:relative}.RWDmenu_plus04 .lang-block select,.RWDmenu_plus04 .lang-block select:not([size]):not([multiple]){width:100%;border:none;padding-bottom:5px;border-bottom:1px solid #000;background-color:rgba(0,0,0,0);border-radius:0px;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff}.RWDmenu_plus04 .lang-block:after{content:"";width:0;height:0;border-style:solid;border-width:6px 5px 0 5px;border-color:#000 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);display:block;position:absolute;top:50%;right:10px;margin-top:-6px}.RWDmenu_plus04 .language-block{font-size:13px;padding:0 7px}.RWDmenu_plus04 #mobile-menu .language-block{float:left;margin-left:37px;max-width:calc(100% - 120px);padding:0;position:absolute;top:57px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.RWDmenu_plus04 .language-block a{color:#525252;cursor:pointer;display:inline-block;padding:8px}.RWDmenu_plus04 .features .language-block a{padding:25px 8px}.RWDmenu_plus04 i.ic_separation{font-size:inherit}.RWDmenu_plus04 .ic_separation:after{content:" "}.RWDmenu_plus04 .lang-select{position:relative;color:#525252}.can-link.lang-select>a{pointer-events:none;cursor:pointer}.lang-select-label{font-size:13px;padding:25px 15px;cursor:pointer}.lang-select-label>*+*{margin-left:3px}.lang-select-symbol{margin-left:0;font-style:normal}.RWDmenu_plus04 .features i.lang-select-symbol{font-size:inherit}.no-symbol .lang-select-symbol{display:none}.lang-select-label:not(.no-symbol) .lang-select-symbol+*{margin-left:0}.RWDmenu_plus04 .features .lang-select:hover .lang-select-label i,.RWDmenu_plus04 .lang-select:hover .lang-select-label{color:#fff}.lang-select-options{display:none;position:absolute;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);top:100%;z-index:11;background-color:#fff;-webkit-box-shadow:inset 0 1px 0 #e2e3df,0 3px 6px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 #e2e3df,0 3px 6px rgba(0,0,0,.05)}.lang-select-options>li{float:left;border-bottom:1px solid #efefef;border-right:1px solid #efefef}.lang-select-options a{display:block;width:169px;font-size:14px;text-align:center;padding:8px 15px;color:#2b2b2b}.lang-select-options a:hover,.lang-select-options a:hover *{font-weight:bold;color:#2b2b2b}.fa.ic_lang-select{font-size:16px}.ic_lang-select:before{content:""}.lang-select-options .flag-icon+span{display:inline-block;text-align:left}.flag-icon+span{margin-left:4px}.RWDmenu_plus04 .features i.flag-icon{font-size:inherit}.flag-icon{background-size:contain;background-position:50%;background-repeat:no-repeat;position:relative;display:inline-block;width:1.33333333em;height:1em;vertical-align:middle}.flag-icon:before{content:""}.flag-icon-cn{background-image:url(/public/img/flag/cn.svg)}.flag-icon-de{background-image:url(/public/img/flag/de.svg)}.flag-icon-es{background-image:url(/public/img/flag/es.svg)}.flag-icon-french{background-image:url(/public/img/flag/fr.svg)}.flag-icon-hk-cn{background-image:url(/public/img/flag/hk.svg)}.flag-icon-idn{background-image:url(/public/img/flag/id.svg)}.flag-icon-italian{background-image:url(/public/img/flag/it.svg)}.flag-icon-jp{background-image:url(/public/img/flag/jp.svg)}.flag-icon-kh{background-image:url(/public/img/flag/kh.svg)}.flag-icon-kr{background-image:url(/public/img/flag/kr.svg)}.flag-icon-my{background-image:url(/public/img/flag/mm.svg)}.flag-icon-my-en,.flag-icon-my-cn{background-image:url(/public/img/flag/my.svg)}.flag-icon-ru{background-image:url(/public/img/flag/ru.svg)}.flag-icon-sg-cn,.flag-icon-sg-en{background-image:url(/public/img/flag/sg.svg)}.flag-icon-thai{background-image:url(/public/img/flag/th.svg)}.flag-icon-tw{background-image:url(/public/img/flag/tw.svg)}.flag-icon-en{background-image:url(/public/img/flag/us.svg)}.flag-icon-vn{background-image:url(/public/img/flag/vn.svg)}.RWDmenu_plus04 input::-webkit-outer-spin-button,.RWDmenu_plus04 input::-webkit-inner-spin-button{-webkit-appearance:none !important;margin:0}.RWDmenu_plus04 input[type=number]{-moz-appearance:textfield}.ml-stack-nav-toggle{position:relative;display:block;overflow:hidden;padding:25px 45px 25px 15px;border:0;background:none;color:#525261;float:right;line-height:24px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ml-stack-nav-toggle i{font-style:normal}.ml-stack-nav-toggle__line{position:absolute;top:50%;right:10px;display:block;width:28px;height:2px;margin-top:-2px;background:#525261;opacity:1;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ml-stack-nav-toggle__line:nth-child(2){margin-top:-10px}.ml-stack-nav-toggle__line:nth-child(4){margin-top:7px}@media(max-width: 480px){.ml-stack-nav-toggle i{display:none}.ml-stack-nav-toggle{width:28px;padding:35px 14px}.ml-stack-nav-toggle__line{right:0;width:100%}}.ml-stack-nav-toggle.is-active .ml-stack-nav-toggle__line:nth-child(1){top:9px;left:50%;width:0}.ml-stack-nav-toggle.is-active .ml-stack-nav-toggle__line:nth-child(2){-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ml-stack-nav-toggle.is-active .ml-stack-nav-toggle__line:nth-child(3){top:9px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.ml-stack-nav__menu{position:absolute;top:0;right:0;bottom:0;left:20px;z-index:900;visibility:hidden;margin:0;padding:0;background-color:#fff;list-style-position:inside;-webkit-transition:visibility .3s,-webkit-transform .3s;transition:visibility .3s,-webkit-transform .3s;transition:transform .3s,visibility .3s;transition:transform .3s,visibility .3s,-webkit-transform .3s;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.ml-stack-nav>.ml-stack-nav__menu{left:30px}.ml-stack-nav--slide-left .ml-stack-nav__menu{right:20px;left:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.ml-stack-nav--slide-left>.ml-stack-nav__menu{right:0}.no-js .ml-stack-nav:target{position:static;visibility:visible;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.no-js .ml-stack-nav:target .ml-stack-nav__menu{position:static;visibility:visible;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.no-js .ml-stack-nav .ml-stack-nav__next,.no-js .ml-stack-nav .ml-stack-nav__back{display:none}.ml-stack-nav__next:focus,.ml-stack-nav__back:hover{outline:none}.ml-stack-nav__back:focus,.ml-stack-nav__back:hover{outline:none}.is-open>.ml-stack-nav__menu{visibility:visible;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.is-active>.ml-stack-nav__menu{overflow-x:hidden;overflow-y:auto}@media(hover:hover){.RWDmenu_plus04 .cart-block .bottom-box .pay-btn:hover,.RWDmenu_plus04 .querycar-block .bottom-box .pay-btn:hover{background:var(--wt-HoverColor,#313131)}.RWDmenu_plus04 .member-block a.login.is-on:hover,.RWDmenu_plus04 .member-block button.login.is-on:hover{background-color:var(--wt-HoverColor,#313131)}#div_forget_content #forget_table_btn:hover{background-color:var(--wt-HoverColor,#5b5b5b)}}

/*END*/
/* load db RWDfakeloader */

/*END*/
/* load db RWDService001 */
/*subject area*/
.RWDService001 .section-subject{text-align:center;margin-bottom:50px;}
.RWDService001 h1.main-title{font-size:48px;margin:0px;color:#777;font-weight: 300;}
.RWDService001 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#888;font-weight: 300;}
.RWDService001 .section-line {background-color: #888;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

.RWDService001 i{
    margin-bottom: 22px;
    display: block;
}
.RWDService001 p{
    margin-top: 0;
    margin-bottom: 12px;
font-size: 12px;
  text-align: center;
}
.RWDService001 i img{
    margin: 0 auto;
}
/*END*/
/* load db RWDvideo002 */
.RWDvideo002{position:relative;}
.RWDvideo002.section-inner{padding:50px 0px}
.RWDvideo002 .section-subject{text-align:center;margin-bottom:50px;}
.RWDvideo002 h1.main-title{font-size:48px;margin:0px;color:#222;font-weight: 300;}
.RWDvideo002 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#222;font-weight: 300;}
.RWDvideo002 .section-line {background-color: #222;display: inline-block;height: 1px;width: 100px;margin-top:50px;}


.RWDvideo002 .videoitem{margin:8px 0px;overflow:hidden;}
.RWDvideo002 figure {
    width:100%;
    background: #3085a3 none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
}

.RWDvideo002 figure figcaption {
    backface-visibility: hidden;
    color: #646464;
    padding: 22px;
}
.RWDvideo002 figure.effect-sarah {
    background: #ffffff none repeat scroll 0 0;
}
.RWDvideo002 figure.effect-sarah img ,.RWDvideo002 figure.effect-sarah .iframe{
    backface-visibility: hidden;
    -webkit-transform: translate(-10px,0);
    transform: translate(-10px,0);

    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: calc(100% + 20px);
}
.RWDvideo002 figure.effect-sarah:hover img ,.RWDvideo002 figure.effect-sarah:hover .iframe{
    opacity: 0.4;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.RWDvideo002 figure.effect-sarah figcaption {
    text-align: left;
}
.RWDvideo002 figure.effect-sarah h2 {
    opacity: 0;
    overflow: hidden;
    padding: 0.5em 0;
    position: relative;
    font-size:22px;
}
.RWDvideo002 figure.effect-sarah:hover h2 {
    opacity: 1;
}
.RWDvideo002 figure.effect-sarah h2::after {
    background: #646464 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);

    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    width: 100%;
}
.RWDvideo002 figure.effect-sarah:hover h2::after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.RWDvideo002 figure.effect-sarah p {
    opacity: 0;
    padding: 5px 0;
    margin:0px;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);

    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    font-size:13px;
}
.RWDvideo002 figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.RWDvideo002 figure figcaption, .RWDvideo002 figure a {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70%;
    text-align: left;
    top: auto;
}
.mfp-iframe-holder .mfp-content {
width: 95%;
}

.RWDvideo002.istouch figure.effect-sarah img ,.RWDvideo002.istouch figure.effect-sarah .iframe{
    opacity: 0.7;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.RWDvideo002.istouch figure.effect-sarah h2 {
    opacity: 1;
}

.RWDvideo002.istouch  figure.effect-sarah h2::after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.RWDvideo002.istouch figure.effect-sarah p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.figcaption_bottom h2{ color:#FFFFFF;font-size:18px}
.figcaption_bottom .h2_line {
    background: #ffffff none repeat scroll 0 0;
    height: 1px;
    width: 100%;
    font-size:1px;line-height:1px;
    margin-bottom:5px;
}
.figcaption_bottom p{color:#FFFFFF;font-size:14px;line-height:28px;letter-spacing:1px}
/*END*/
/* load db RWDedictor001 */
/*subject area*/
.RWDedictor001 .section-subject{text-align:center;margin-bottom:50px;}
.RWDedictor001 h1.main-title{font-size:48px;margin:0px;color:#777;font-weight: 300;}
.RWDedictor001 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#888;font-weight: 300;}
.RWDedictor001 .section-line {background-color: #43B6B1;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

.RWDedictor001 h3 {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    color: #222;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: -0.06em;    
}

.RWDedictor001 .mt30 {
    margin-top: 3em;
}

/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db RWDsocial002 */
.RWDsocial002 .iconRounded{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	padding-top: 11px;
  margin-right:5px;
	
}

.RWDsocial002 .cusimg{
  margin-top:0px;
  padding:0px;
}
.RWDsocial002 .iconRounded:before{margin: auto;text-align: center;}
.RWDsocial002 .iconBig{
	font-size: 50px;
}
.RWDsocial002 .iconBig.iconRounded{
	width: 112px;
	height: 112px;
	padding-top:29px;
	border-width: 4px;
}

.RWDsocial002 .iconRounded {border:2px solid #43B6B1;color:#43B6B1;background-color:#fff;}
.RWDsocial002 .iconRounded:hover, .color1 .iconRounded:hover{background-color:#43B6B1;color:#fff;}
.color1 .RWDsocial002 .iconRounded {color:#43B6B1;}
.color4 .RWDsocial002 .iconRounded {background-color:#FFF;color:#43B6B1;}

.RWDsocial002 ul.socialNetwork {padding:0; display: block;}
.RWDsocial002 ul.socialNetwork li {float: left; list-style-type: none;}
.RWDsocial002 .pull-right{ float:none !important; }
@media(min-width:1025px){
	.RWDsocial002 .pull-right {
		float:right !important;
	}
}

@media(min-width:768px){.RWDsocial002 .footerWidget{float:right;}}
/*END*/
/* load db RWDssl01 */
@font-face{font-family:"iicon";src:url("/public/css/iicon/fonts/iicon.eot?1p8eln");src:url("/public/css/iicon/fonts/iicon.eot?1p8eln#iefix") format("embedded-opentype"),url("/public/css/iicon/fonts/iicon.ttf?1p8eln") format("truetype"),url("/public/css/iicon/fonts/iicon.woff?1p8eln") format("woff"),url("/public/css/iicon/fonts/iicon.svg?1p8eln#iicon") format("svg");font-weight:normal;font-style:normal}[class^="ii-"],[class*=" ii-"]{font-family:"iicon" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ii-https:before{content:"\e945"}
.RWDssl01{position: relative; font-size: inherit;}.RWDssl01 .ii-https{line-height: inherit; color:#49b314;vertical-align:-.08em;margin-right:.1em;}

/*END*/
/* load db copyright */
.copyright_desc,.copyright_desc a,.copyright_desc a:hover{
	color:#fff;
	line-height: 22px;
}
/*END*/
/* load db scrollTop002 */
@font-face {
    font-family: 'iicon';
    src: url('/public/css/iicon/fonts/iicon.eot?mpc8e8');
    src: url('/public/css/iicon/fonts/iicon.eot?mpc8e8#iefix') format('embedded-opentype'),
        url('/public/css/iicon/fonts/iicon.ttf?mpc8e8') format('truetype'),
        url('/public/css/iicon/fonts/iicon.woff?mpc8e8') format('woff'),
        url('/public/css/iicon/fonts/iicon.svg?mpc8e8#iicon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="ii-"],
[class*=" ii-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iicon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.scrollTop002 .ii-arrow_b3:before {
  content: "\e94d";
}
.scrollTop002{
	transition: bottom 0.5s ease 0s;
	position: fixed;
	bottom: 10%;
	right: 25px;
	opacity: 0;
	text-align: center;
	cursor:pointer;
	/*z-index: 75;*/
	z-index: 21;
}
.scrollTop002 .ii{
    font-size: 30px;
    display: inline-block;
    background: #bbb;
    color: #fff;
    border-radius: 100%;
    margin: 0 auto;
    transform:rotate(180deg);
}
.scrollTop002 .txt{
    display: block;
}
/*END*/