body {
  font-family: 'Noto Serif TC', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 25px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 46px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 1px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Serif TC', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 5px;
  font-family: 'Noto Serif TC', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 5px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 20px;
  background-image: url('../images/icon-list.svg');
  background-position: 0% 1px;
  background-size: 14px;
  background-repeat: no-repeat;
  font-family: Cinzel, sans-serif;
  color: #4b4b4b;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

a {
  font-family: 'Noto Serif TC', sans-serif;
  text-decoration: underline;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  height: 60px;
  background-color: transparent;
  background-image: url('../images/bg_header.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 192px;
  height: 28px;
  margin-left: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.logo.w--current {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  margin-left: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.container.sec01 {
  padding-top: 100px;
  background-image: url('../images/topics_bg.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat-y;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.all {
  margin-top: 60px;
}

.line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#a1a1a1), color-stop(50%, #fff), to(#a1a1a1));
  background-image: linear-gradient(90deg, #a1a1a1, #fff 50%, #a1a1a1);
}

.line.footer {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.container-1200 {
  position: relative;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.container-1200.nav-menu {
  position: relative;
  height: 60px;
}

.section-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-content.slider {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}

.section-content.sec01 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: linear-gradient(45deg, #fff 75%, #d3bcc5);
}

.section-content.all-items {
  background-image: -webkit-gradient(linear, left top, right top, from(#f8eff0), color-stop(50%, #fff), to(#f8eff0));
  background-image: linear-gradient(90deg, #f8eff0, #fff 50%, #f8eff0);
}

.home-silider {
  height: 100%;
  background-color: transparent;
}

.home-slide {
  position: relative;
  padding-top: 18%;
  padding-bottom: 18%;
}

.home-slide-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.home-slide-link._01 {
  background-image: url('../images/slide_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-slide-link._02 {
  background-image: url('../images/slide_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hide {
  display: none;
}

.slide-nav {
  margin-bottom: 10px;
}

.heading-b {
  margin-bottom: 50px;
  text-align: center;
}

.new-items-align-b {
  position: relative;
  width: 100%;
}

.new-items-link {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding-top: 11.25%;
  padding-bottom: 11.25%;
  float: left;
  color: #000;
}

.new-items-link:hover {
  opacity: 0.7;
}

.new-items-link.bm {
  background-image: url('../images/new_items_01.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-items-link.pm {
  background-image: url('../images/new_items_02.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-item-heading-b {
  position: absolute;
  top: 30%;
  bottom: auto;
  z-index: 500;
  text-align: center;
}

.news-item-heading-b.left {
  right: 0%;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

.news-item-heading-b.right {
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.news-item-txt-b {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-bottom: 1px solid #000;
  font-family: Cinzel, sans-serif;
  color: #000;
  font-size: 21px;
  text-decoration: none;
}

.news-item-txt-b.left {
  position: absolute;
  left: auto;
  top: 60%;
  right: 0%;
  bottom: auto;
  margin-right: 7%;
}

.news-item-txt-b.right {
  position: absolute;
  left: 0%;
  top: 60%;
  right: auto;
  bottom: auto;
  margin-left: 7%;
}

.topics-slider {
  height: auto;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.topic-slide {
  width: 300px;
  min-height: 350px;
  margin-right: 25px;
  margin-left: 25px;
}

.topics-tag-align-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-small {
  font-size: 12px;
  line-height: 22px;
}

.txt-small.grey {
  color: #4b4b4b;
}

.txt-small.pink {
  color: #e75580;
}

.txt-small.tag {
  margin-right: 15px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #e75580;
  color: #fff;
}

.txt-small.thumb {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 500;
  display: inline-block;
  margin-top: 6px;
  margin-right: 15px;
  margin-left: 6px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #e75580;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
}

.topics-txt {
  margin-bottom: 10px;
}

.arrow-left {
  z-index: 500;
  width: 23px;
  height: 190px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 12.5%;
  background-image: url('../images/arrow_left.png');
  background-position: 50% 50%;
  background-size: auto 50px;
  background-repeat: no-repeat;
}

.arrow-right {
  z-index: 500;
  width: 23px;
  height: 190px;
  margin-top: 0px;
  margin-right: 12.5%;
  margin-bottom: 0px;
  background-image: url('../images/arrow_right.png');
  background-position: 50% 50%;
  background-size: auto 50px;
  background-repeat: no-repeat;
}

.mask-white-l {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 300;
  width: 20%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.8) 50%, hsla(0, 0%, 100%, 0));
}

.mask-white-r {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  width: 20%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 100%, 0.8));
}

.all-items-link {
  position: relative;
  width: 300px;
  height: 300px;
  margin-right: 5px;
  margin-left: 5px;
  font-family: Cinzel, sans-serif;
  color: #000;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
}

.all-items-txt {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 25px;
}

.all-items-img {
  position: relative;
  left: 50%;
  top: 50%;
  width: 294px;
  height: 294px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.all-items-img.bm {
  background-image: url('../images/all_items_bm.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.all-items-img.pm {
  background-image: url('../images/all_items_pm.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.all-items-img.mt {
  background-image: url('../images/all_items_mt.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.all-items-b {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.section-footer {
  position: relative;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.btn-page-top {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 75px;
  height: 61px;
  margin-top: -30px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.btn-page-top:hover {
  opacity: 0.5;
}

.footer-col {
  padding-right: 25px;
  padding-left: 25px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-subtitle {
  font-family: Cinzel, sans-serif;
  font-size: 15px;
}

.footer-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Cinzel, sans-serif;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-title {
  margin-bottom: 50px;
  font-family: Cinzel, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.footer-link-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footer-skincare-b {
  margin-top: 110px;
}

.footer-txt {
  margin-top: 15px;
  font-family: Cinzel, sans-serif;
  font-size: 13px;
  text-align: center;
}

.footer-align-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.all-items-row {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-dropdown {
  font-family: Cinzel, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.dropdown-toggle {
  height: 60px;
  padding-right: 20px;
  color: #000;
}

.dropdown-list {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-list.w--open {
  left: 50%;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

.dropdown-link {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #a1a1a1;
}

.menu-line {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 1px;
  background-color: #000;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.menu-line.grey {
  background-color: #a1a1a1;
}

.dropdown-txt-b {
  position: relative;
  display: inline-block;
}

.nav-link-txt {
  display: inline;
}

.nav-link-b {
  display: inline-block;
  height: 60px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Cinzel, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-txt-b {
  position: relative;
  display: inline;
}

.icon-plus {
  display: none;
}

.icon-arrow {
  display: none;
}

.icon-arrow-black {
  display: none;
}

.dropdown-line {
  display: none;
}

.brand-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 680px;
  height: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.brand-link:hover {
  opacity: 0.5;
}

.topics-slide-link {
  color: #000;
  text-decoration: none;
}

.frame-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
}

.frame-hover:hover {
  border-width: 3px;
  border-color: #000;
}

.new-items-row-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 80px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Cinzel, sans-serif;
  color: #4b4b4b;
  font-size: 21px;
  text-decoration: none;
}

.new-items-row-link.left {
  padding-right: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: 1px solid #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#dfdfdf));
  background-image: linear-gradient(90deg, #fff, #dfdfdf);
}

.new-items-row-link.left:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#bbe5de));
  background-image: linear-gradient(90deg, #fff, #bbe5de);
  color: #316e5e;
}

.new-items-row-link.right {
  padding-left: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f1d3d2), to(#fff));
  background-image: linear-gradient(90deg, #f1d3d2, #fff);
  color: #b73261;
}

.new-items-row-b {
  position: relative;
  padding-bottom: 2px;
}

.line-green {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 1px;
  background-color: #316e5e;
}

.line-pink {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  background-color: #b73261;
}

.all-items-row-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Cinzel, sans-serif;
  color: #4b4b4b;
  font-size: 21px;
  text-decoration: none;
}

.all-items-row-link.left {
  width: 35%;
  padding-right: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#bbe5de));
  background-image: linear-gradient(90deg, #fff, #bbe5de);
  color: #316e5e;
}

.all-items-row-link.left:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#bbe5de));
  background-image: linear-gradient(90deg, #fff, #bbe5de);
  color: #316e5e;
}

.all-items-row-link.right {
  width: 35%;
  padding-left: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#dfdfdf), to(#fff));
  background-image: linear-gradient(90deg, #dfdfdf, #fff);
  color: #4b4b4b;
}

.all-items-row-link.right:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#cabfe5), to(#fff));
  background-image: linear-gradient(90deg, #cabfe5, #fff);
  color: #7d61bc;
}

.all-items-row-link.middle {
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #dfdfdf;
}

.all-items-row-link.middle:hover {
  background-color: #f1d3d2;
  color: #b73261;
}

.foundation-link-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #fff;
  background-color: #f3fdfb;
}

.all-items-link-b {
  margin-right: 20px;
  margin-left: 20px;
  font-family: Cinzel, sans-serif;
  text-decoration: none;
}

.all-items-link-b.bm {
  color: #4b4b4b;
}

.all-items-link-b.bm:hover {
  color: #316e5e;
}

.all-items-link-txt-b {
  position: relative;
  padding-right: 15px;
  padding-bottom: 2px;
  padding-left: 15px;
}

.all-items-link-txt-b.active {
  color: #316e5e;
}

.items-category {
  margin-bottom: 50px;
}

.product-list-img {
  position: relative;
  left: 50%;
  top: 3px;
  margin-bottom: 15px;
  padding-top: 50%;
  padding-bottom: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.product-list-img._02 {
  background-image: url('../images/synchro_fit_pact_img.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-list-img._01 {
  background-image: url('../images/liquid-compact_img.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-list-img.tzone {
  background-image: url('../images/tzone_base_img.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.all-items-list-link {
  position: relative;
  width: 100%;
  padding: 10px 10px 40px;
  color: #000;
  line-height: 23px;
  text-align: center;
  text-decoration: none;
}

.all-items-llist-b {
  width: 25%;
  margin-bottom: 50px;
  padding-right: 0.5%;
  padding-left: 0.5%;
  float: left;
}

.all-items-list-align-b {
  margin-right: -0.5%;
  margin-left: -0.5%;
}

.line-green-active {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  background-color: #316e5e;
}

.product-list-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Cinzel, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.product-list-txt {
  margin-top: 5px;
  padding-right: 15px;
}

.breadcrumb-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -75px;
  margin-left: 40px;
}

.breadcrumb-link {
  float: left;
  font-family: Cinzel, sans-serif;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-txt {
  float: left;
  font-family: Cinzel, sans-serif;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
}

.breadcrumb-txt.next {
  margin-right: 7px;
  margin-left: 7px;
}

.new-items-txt-col {
  width: 55%;
  float: right;
}

.btn-arrow {
  width: 12px;
  height: 25px;
  margin-right: 10px;
  background-image: url('../images/arrow_right.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-txt-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cm-gallery-row-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 80px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Cinzel, sans-serif;
  color: #4b4b4b;
  font-size: 21px;
  text-decoration: none;
}

.cm-gallery-row-link.left {
  padding-right: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: 1px solid #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#e75580));
  background-image: linear-gradient(90deg, #fff, #e75580);
}

.cm-gallery-row-link.right {
  padding-left: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#dfdfdf), to(#fff));
  background-image: linear-gradient(90deg, #dfdfdf, #fff);
}

.cm-gallery-row-link.right:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#e75580), to(#fff));
  background-image: linear-gradient(90deg, #e75580, #fff);
}

.line-black {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 1px;
  background-color: #4b4b4b;
}

.line-black.active {
  display: block;
}

.cm-gallery-b {
  width: 50%;
  padding-right: 25px;
  padding-left: 25px;
}

.video-link {
  position: relative;
  width: 100%;
  margin-top: 25px;
  padding-top: 29%;
  padding-bottom: 29%;
  background-image: url('../images/2020_spring.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-frame {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  border: 3px solid #000;
}

.pop-video-product {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.pop-video-b {
  position: relative;
  left: 50%;
  top: 50%;
  width: 760px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 45px;
  height: 45px;
  margin-top: -55px;
  background-image: url('../images/btn_close.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.btn-close:hover {
  opacity: 0.6;
}

.btn-close.product {
  margin-top: 15px;
  margin-right: 15px;
}

.video-b {
  position: relative;
}

.btn-play-pink {
  position: absolute;
  z-index: 300;
  display: none;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #e75580;
}

.btn-play-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 500;
  display: inline-block;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-play-black {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-play-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 500;
  margin-left: 3px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-product-link {
  width: 100%;
  margin-top: 25px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.video-product-link:hover {
  opacity: 0.5;
}

.video-product-img {
  width: 100%;
}

.pop-video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  overflow: auto;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.pop-video-product-b {
  position: relative;
  left: 50%;
  top: 50%;
  width: 930px;
  padding: 60px 50px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-product-txt-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
}

.txt-sans {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
}

.txt-sans.how-to-use {
  font-size: 13px;
  line-height: 21px;
}

.txt-sans.intro {
  margin-top: 25px;
}

.line-grey {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(25%, #000), color-stop(75%, #000), to(#fff));
  background-image: linear-gradient(90deg, #fff, #000 25%, #000 75%, #fff);
}

.line-grey.new-items {
  margin-top: 100px;
  margin-bottom: 100px;
}

.video-title-b {
  text-align: center;
}

.btn-details-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 45px;
  margin-top: 25px;
  padding-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #80d0b1;
  background-color: #80d0b1;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: 'Noto Sans TC', sans-serif;
  color: #4b4b4b;
  font-size: 16px;
  text-decoration: none;
}

.btn-details-video:hover {
  background-color: #fff;
}

.video-product-link-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-product-link-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.video-product-txt-link {
  margin-bottom: 15px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/arrow_right.png');
  background-position: 0% 50%;
  background-size: auto 19px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: Cinzel, sans-serif;
  color: #000;
  line-height: 19px;
  text-decoration: none;
}

.video-product-txt-link:hover {
  opacity: 0.5;
}

.product-img-col {
  width: 42%;
  margin-right: 3%;
  float: left;
  text-align: center;
}

.product-txt-b {
  width: 55%;
  float: left;
}

.product-title {
  margin-bottom: 30px;
  font-family: Cinzel, sans-serif;
  font-size: 25px;
}

.product-intro-txt {
  font-size: 19px;
  font-weight: 700;
}

.product-intro-b {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  border-left: 1px solid #dfdfdf;
  color: #4b4b4b;
}

.product-spec-b {
  margin-bottom: 30px;
}

.product-img01 {
  max-width: 500px;
}

.product-detail-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-detail {
  width: 100%;
  height: 9px;
  margin-top: 20px;
  margin-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(15%, hsla(0, 0%, 100%, 0)), color-stop(85%, hsla(0, 0%, 100%, 0)), color-stop(100%, hsla(0, 0%, 100%, 0)), to(#fff)), url('../images/line_arrow.png');
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 15%, hsla(0, 0%, 100%, 0) 85%, hsla(0, 0%, 100%, 0) 100%, #fff), url('../images/line_arrow.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.product-detail-img-b {
  width: 800px;
  margin-bottom: -50px;
}

.product-detail-img {
  width: 100%;
  margin-bottom: 50px;
}

.list {
  margin-top: 15px;
  margin-bottom: 50px;
  padding-left: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
}

.list-item {
  margin-bottom: 15px;
  padding-left: 20px;
  background-image: url('../images/icon-list.svg');
  background-position: 0% 5px;
  background-size: 10px;
  background-repeat: no-repeat;
  list-style-type: none;
}

.product-thumb-link {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Cinzel, sans-serif;
  color: #000;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.product-thumb-link.tzone {
  background-image: url('../images/tzone_base_img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-thumb-link.diamond {
  background-image: url('../images/diamond-eye-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-thumb-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -0.5%;
  margin-left: -0.5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-thumb-txt-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-thumb-link-b {
  position: relative;
  width: 20%;
  margin-bottom: 10px;
  padding-right: 0.5%;
  padding-left: 0.5%;
  float: left;
  font-family: Cinzel, sans-serif;
  color: #000;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.make-style-row-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/tab_01_img_pc.png'), -webkit-gradient(linear, left top, right top, from(#fff), color-stop(25%, #d0111a), color-stop(75%, #d0111a), to(#fff));
  background-image: url('../images/tab_01_img_pc.png'), linear-gradient(90deg, #fff, #d0111a 25%, #d0111a 75%, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  font-family: Cinzel, sans-serif;
  color: #4b4b4b;
  font-size: 21px;
  text-decoration: none;
}

.make-style-col {
  width: 50%;
  padding: 120px 50px 100px;
  float: right;
  background-color: #d0111a;
  text-align: center;
}

.make-style-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  background-image: url('../images/pic_tab_01.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.line-white {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(25%, #fff), color-stop(75%, #fff), to(transparent));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 25%, #fff 75%, transparent);
}

.make-style-title-b {
  margin-top: 75px;
  margin-bottom: 50px;
  color: #fff;
}

.make-style-product-b {
  position: relative;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  font-weight: 300;
}

.make-style-product-img {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 35%;
  padding-bottom: 35%;
}

.make-style-product-img._01 {
  background-image: url('../images/make_style_main_item01.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-make-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 45px;
  padding-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #dfdfdf;
  background-color: #dfdfdf;
  font-family: 'Noto Sans TC', sans-serif;
  color: #4b4b4b;
  font-size: 16px;
  text-decoration: none;
}

.btn-make-style:hover {
  background-color: #fff;
}

.make-style-product-txt-link {
  margin-bottom: 15px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/icon_arrow.png');
  background-position: 0% 50%;
  background-size: auto 17px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: Cinzel, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
}

.make-style-product-txt-link:hover {
  opacity: 0.5;
}

.make-style-product-link-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.make-style-b {
  position: relative;
}

.make-style-txt {
  min-height: 95px;
}

.make-style-product-link-align-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-to-use-product-b {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.how-to-use-content-b {
  position: relative;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 30px;
}

.btn-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 45px;
  margin-top: 15px;
  padding-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #edaaa7;
  background-color: #edaaa7;
  font-family: 'Noto Sans TC', sans-serif;
  color: #4b4b4b;
  font-size: 16px;
  text-decoration: none;
}

.btn-detail:hover {
  background-color: #fff;
}

.line-dot {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 2px;
  background-image: url('../images/line_01.png');
  background-position: 0% 50%;
  background-size: 6px;
  background-repeat: repeat-x;
}

.how-to-use-img-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-to-use-img {
  margin-top: 30px;
  margin-right: 25px;
}

.how-to-use-align-b {
  margin-top: -50px;
}

.brand-align-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-img {
  width: 100%;
}

.btn-new-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 45px;
  margin-top: 50px;
  padding-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #f1d3d2;
  background-color: #f1d3d2;
  font-family: 'Noto Sans TC', sans-serif;
  color: #4b4b4b;
  font-size: 16px;
  text-decoration: none;
}

.btn-new-items:hover {
  background-color: #fff;
}

.new-items-date-b {
  height: 53px;
  padding-top: 15px;
  padding-left: 75px;
  background-image: url('../images/bg_date.png');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.new-items-date-txt {
  font-family: 'Noto Sans TC', sans-serif;
  color: #e75580;
}

.product-color-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-bottom: 25px;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
}

.txt-code {
  margin-top: 15px;
}

.div-block {
  margin-right: -2%;
  margin-left: -2%;
}

.txt-colorname {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
}

.product-thumb-img {
  position: relative;
  left: 50%;
  top: 3px;
  margin-bottom: 15px;
  padding-top: 35%;
  padding-bottom: 35%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.product-thumb-img._02 {
  background-image: url('../images/synchro_fit_pact_img.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-thumb-img._01 {
  background-image: url('../images/liquid-compact_img.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-thumb-img.tzone {
  background-image: url('../images/tzone_base_img.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-thumb-img.diamond-eye {
  background-image: url('../images/diamond-eye-img_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-section-title {
  width: 100%;
  height: 60px;
  margin-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(20%, hsla(0, 0%, 100%, 0)), color-stop(80%, hsla(0, 0%, 100%, 0)), to(#fff)), url('../images/section-title2x.jpg');
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 20%, hsla(0, 0%, 100%, 0) 80%, #fff), url('../images/section-title2x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 60px;
  background-repeat: repeat, no-repeat;
}

html.w-mod-js *[data-ix="fade-in-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="opacity-0"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="width-0px"] {
  width: 0px;
}

@media (max-width: 991px) {
  .logo {
    margin-left: 5%;
  }
  .logo.w--current {
    margin-left: 5%;
  }
  .container.sec01 {
    padding-top: 50px;
  }
  .nav-menu {
    margin-right: 0px;
    background-color: transparent;
  }
  .container-1200 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .home-silider {
    height: auto;
  }
  .new-items-link {
    padding-top: 30%;
    padding-bottom: 30%;
  }
  .new-items-link.bm {
    background-image: url('../images/new_items_01_mobile.png');
    background-position: 0% 0%;
  }
  .new-items-link.pm {
    background-image: url('../images/new_items_02_mobile.png');
    background-position: 100% 0%;
    background-size: cover;
  }
  .news-item-heading-b {
    top: 50%;
  }
  .news-item-heading-b.left {
    top: auto;
    bottom: 23%;
  }
  .news-item-heading-b.right {
    top: auto;
    bottom: 23%;
  }
  .news-item-txt-b.left {
    top: auto;
    bottom: 8.5%;
  }
  .news-item-txt-b.right {
    top: auto;
    bottom: 8.5%;
  }
  .arrow-left {
    margin-left: 5%;
  }
  .arrow-right {
    margin-right: 5%;
  }
  .all-items-link {
    width: 45%;
    height: auto;
    margin-right: 2.5%;
    margin-left: 2.5%;
    padding-top: 22%;
    padding-bottom: 22%;
  }
  .all-items-img {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .all-items-b {
    margin-right: -2.5%;
    margin-left: -2.5%;
  }
  .footer-col {
    width: 33.33%;
    padding-right: 2.5%;
    padding-left: 0px;
  }
  .all-items-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 35px;
  }
  .btn-menu {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 60px;
    height: 60px;
    padding: 0px;
    background-image: url('../images/menu_btn.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .menu-btn-close {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    background-image: url('../images/menu_btn_close.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .nav-link-dropdown {
    width: 100%;
    border-bottom: 1px solid #4b4b4b;
    color: #fff;
  }
  .dropdown-toggle {
    width: 100%;
    padding-left: 5%;
    background-color: #000;
    color: #fff;
  }
  .dropdown-toggle.w--open {
    padding-right: 0px;
    padding-left: 5%;
  }
  .dropdown-list {
    z-index: 500;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #dfdfdf;
  }
  .dropdown-list.w--open {
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: auto;
    overflow: hidden;
    width: 100%;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .dropdown-link {
    position: relative;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 10px 0px 10px 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #dfdfdf;
    color: #000;
    text-align: left;
  }
  .dropdown-link:hover {
    color: #000;
  }
  .menu-line {
    display: none;
  }
  .dropdown-txt-b {
    position: static;
  }
  .nav-link-b {
    position: relative;
    width: 100%;
    padding-left: 5%;
    border-bottom: 1px solid #4b4b4b;
    background-color: #000;
    color: #fff;
    text-align: left;
  }
  .icon-plus {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: block;
    width: 60px;
    height: 60px;
    background-image: url('../images/icon_plus.png');
    background-position: 50% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
  }
  .icon-arrow {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: block;
    width: 60px;
    height: 60px;
    background-image: url('../images/icon_arrow.png');
    background-position: 50% 50%;
    background-size: auto 20px;
    background-repeat: no-repeat;
  }
  .icon-arrow-black {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: block;
    width: 60px;
    height: 50px;
    background-image: url('../images/arrow_right.png');
    background-position: 50% 50%;
    background-size: auto 20px;
    background-repeat: no-repeat;
  }
  .dropdown-line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #a1a1a1;
  }
  .all-items-link-b {
    margin-right: 10px;
    margin-left: 10px;
  }
  .all-items-llist-b {
    width: 33.33%;
    margin-bottom: 50px;
  }
  .product-list-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-list-txt {
    line-height: 23px;
  }
  .pop-video-b {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .btn-close {
    margin-right: 5%;
  }
  .pop-video-product-b {
    width: 90%;
    padding: 40px 25px;
  }
  .video-product-link-b {
    padding-right: 0px;
    padding-left: 0px;
  }
  .video-product-link-col {
    padding-right: 10px;
    padding-left: 10px;
  }
  .product-img01 {
    width: 100%;
  }
  .product-detail-img-b {
    width: 100%;
  }
  .product-thumb-row {
    margin-right: -0.5%;
    margin-left: -0.5%;
  }
  .product-thumb-link-b {
    width: 33.33%;
  }
  .make-style-col {
    padding: 50px 2.5%;
  }
  .make-style-title-img {
    width: 70%;
  }
  .make-style-title-b {
    margin-top: 50px;
  }
  .how-to-use-product-b {
    margin-right: 2.5%;
  }
  .how-to-use-content-b {
    width: 100%;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  .how-to-use-img-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .how-to-use-img {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 16px;
  }
  .container-1200.make-style {
    padding-right: 0%;
    padding-left: 0%;
  }
  .section-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-silider {
    padding-bottom: 40px;
    background-color: #fff;
  }
  .home-slide {
    padding-top: 72%;
    padding-bottom: 72%;
  }
  .home-slide-link._01 {
    background-image: url('../images/slide_01_mobile.jpg');
    background-size: cover;
  }
  .home-slide-link._02 {
    background-image: url('../images/slide_02_mobile.jpg'), url('../images/slide_02.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .slide-nav {
    z-index: 500;
    margin-bottom: 0px;
  }
  .heading-b {
    margin-bottom: 25px;
  }
  .new-items-link {
    padding-top: 42%;
    padding-bottom: 42%;
  }
  .news-item-txt-b {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 17px;
  }
  .topics-slider {
    margin-bottom: 50px;
  }
  .topic-slide {
    width: 80%;
    min-height: auto;
    margin-right: 10%;
    margin-left: 10%;
  }
  .txt-small {
    font-size: 11px;
    line-height: 19px;
  }
  .arrow-left {
    background-size: auto 25px;
  }
  .arrow-right {
    background-size: auto 25px;
  }
  .mask-white-l {
    display: none;
  }
  .mask-white-r {
    display: none;
  }
  .all-items-txt {
    margin-bottom: 5px;
    font-size: 17px;
  }
  .all-items-b {
    margin-right: -2.5%;
    margin-left: -2.5%;
  }
  .section-footer {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .btn-page-top {
    width: 60px;
    height: 49px;
  }
  .footer-align-b {
    display: none;
  }
  .all-items-row {
    margin-bottom: 25px;
  }
  .body {
    font-size: 13px;
    line-height: 23px;
  }
  .brand-link {
    height: 200px;
  }
  .topics-slide-link {
    position: relative;
    left: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .new-items-row-link {
    height: 50px;
    font-size: 17px;
  }
  .new-items-row-link.left {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .new-items-row-link.right {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .all-items-row-link {
    height: 50px;
    font-size: 17px;
  }
  .all-items-row-link.left {
    width: 50%;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .all-items-row-link.right {
    width: 100%;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(25%, #dfdfdf), color-stop(75%, #dfdfdf), to(#fff));
    background-image: linear-gradient(90deg, #fff, #dfdfdf 25%, #dfdfdf 75%, #fff);
  }
  .all-items-row-link.right:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#f3f3f3), color-stop(25%, #cabfe5), color-stop(75%, #cabfe5), to(#fff));
    background-image: linear-gradient(90deg, #f3f3f3, #cabfe5 25%, #cabfe5 75%, #fff);
  }
  .all-items-row-link.middle {
    width: 50%;
  }
  .all-items-row-link.middle:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#f1d3d2), to(#fff));
    background-image: linear-gradient(90deg, #f1d3d2, #fff);
  }
  .foundation-link-row {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .all-items-link-b {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 5px;
  }
  .all-items-link-txt-b {
    display: inline-block;
  }
  .all-items-list-link {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
    line-height: 21px;
  }
  .all-items-llist-b {
    width: 50%;
    margin-bottom: 25px;
    padding-right: 1%;
    padding-left: 1%;
  }
  .all-items-list-align-b {
    margin-right: -1%;
    margin-left: -1%;
  }
  .product-list-title {
    min-height: 36px;
    font-size: 16px;
    line-height: 18px;
  }
  .product-list-txt {
    margin-top: 0px;
    font-size: 13px;
    line-height: 21px;
  }
  .breadcrumb-b {
    display: none;
  }
  .new-items-txt-col {
    width: 100%;
    margin-top: 25px;
  }
  .cm-gallery-row-link {
    height: 50px;
    font-size: 17px;
  }
  .cm-gallery-row-link.left {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cm-gallery-b {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .pop-video-product {
    background-color: #fff;
  }
  .btn-close {
    width: 30px;
    height: 30px;
  }
  .pop-video {
    background-color: #fff;
  }
  .pop-video-product-b {
    position: static;
    width: 100%;
    padding-top: 60px;
    padding-right: 5%;
    padding-left: 5%;
    background-color: transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .txt-sans {
    font-size: 13px;
    line-height: 23px;
  }
  .line-grey.new-items {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .video-product-link-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-product-link-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }
  .product-img-col {
    width: 100%;
    margin-right: 0%;
  }
  .product-txt-b {
    width: 100%;
    margin-top: 50px;
  }
  .product-title {
    display: none;
    text-align: center;
  }
  .product-intro-txt {
    font-size: 17px;
    line-height: 23px;
  }
  .product-intro-b {
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .product-spec-b {
    margin-bottom: 30px;
    text-align: center;
  }
  .product-detail-b {
    display: block;
    margin-top: 50px;
  }
  .line-detail {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .product-list-b {
    margin-bottom: 0px;
  }
  .product-thumb-link {
    font-size: 13px;
  }
  .product-thumb-row {
    margin-right: -1%;
    margin-left: -1%;
  }
  .product-thumb-txt-b {
    font-size: 12px;
    line-height: 16px;
  }
  .product-thumb-link-b {
    width: 50%;
    padding-right: 1%;
    padding-left: 1%;
  }
  .make-style-row-link {
    font-size: 17px;
  }
  .make-style-col {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .make-style-img {
    position: static;
    width: 100%;
    padding-top: 94%;
    padding-bottom: 94%;
  }
  .make-style-title-img {
    width: 50%;
  }
  .make-style-product-link-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .make-style-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .how-to-use-product-b {
    position: static;
    margin-top: 25px;
    margin-right: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .how-to-use-content-b {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .how-to-use-img-b {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .how-to-use-b {
    padding-right: 5%;
    padding-left: 5%;
  }
  .btn-new-items {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .new-items-date-b {
    margin-left: -5%;
  }
  .product-color-b {
    width: 25%;
  }
  .product-section-title {
    height: 48px;
    margin-bottom: 25px;
    background-size: auto 48px;
  }
}

@media (max-width: 479px) {
  .arrow-left {
    margin-left: 2.5%;
  }
  .arrow-right {
    margin-right: 2.5%;
  }
  .product-thumb-txt-b {
    height: 45px;
  }
}

