/*
reset boostrap
common /共用模組
  common
  RWD table
  icon
  form
  ====Modul==== tab-control
  ====Modul==== gotop
  ====Modul==== 直式卡片 list
  ====Modul==== card-module
  ====Modul==== ...
  ====Modul==== page
  ====Modul==== BUTTON
  ====Modul==== form field
  ====Modul==== swiper
  ====Modul==== modal
  ====Modul==== tag
  ====Modul==== 詳頁左右分布主內容
  ====Modul==== jqTimespace

navbar
footer
layout
  ====Page==== 首頁
  ====Page==== 詳細文章

給html編輯器使用   

*/


:root {
  --color-primary: #000;
  --color-primary-hover: #333;
  --color-gray-hover: #ccc;
  --color-primary-shadow: rgba(0, 0, 0, .20);
  --color-whitebg-shadow: rgba(0, 0, 0, .12)
}


/************************ reset boostrap *************************/

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.fade.in {
  opacity: 1;
}
img{vertical-align: top;}
@media (min-width:376px) {
  .container {
    max-width: 100%
  }
}
@media (min-width:768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width:1650px) {
  .container {
   /* max-width: calc(1650px - 0px);*/
	  margin:0 auto;
	 padding:0 10%;
  }
}


.navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	display: inherit;
}


/*選單*/
@media (min-width: 992px) and (max-width: 1023px) {

  .navbar-expand-lg .navbar-toggler {
    display: block;
  }

  .navbar-expand-lg .collapse:not(.show) {
    display: none !important;
  }

  .navbar-expand-lg .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    display: block !important;
  }

  nav .container {
    padding: 0;
  }


}


/************************ common /共用模組 *************************/

/* ==== common ==== */
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button,
button:focus {
  outline: none;
  outline: 0;
}


html {
  scroll-behavior: smooth;
  /*  scroll-behavior 達成免用 js 的平滑滾動效果 */
}

html,
body {
  font-size: 10px;
  font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Microsoft JhengHei;
  line-height: 1.5;
  color: #262626;
  background-color: #fff;
	
}

::placeholder {
  color: #b5b5b5;
  font-weight: 300;
}

h1 {
  font-size: 4.2rem;
  font-weight: bold;
}

h2 {
  font-size: 3.6rem;
  color: #606060;
  font-weight: 700;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: var(--color-primary-hover);
}


.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

p {
  font-size: 2rem;
  word-break: break-all;
  margin-bottom: 2rem;
  margin-top: 2rem;
  line-height: 1.6;
}
p a {
  color: var(--color-primary);
}
p a:hover {
  text-decoration: underline;
}



.b-radius img {
  border-radius: 8px;
}
figure {
  margin: 15px 0 30px 0;
  font-size: 1.6rem;
}
figure img {
  max-width: 100%;
  width: auto;
}
figcaption {
  color: #878787;
  font-size: 1.6rem;
  margin-top: 10px;
  text-align: left;
}



/* ==== icon ==== */
.icn {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.icn-search {
  background-image: url('../img/icn/ic_search@2x.png');

}
.icn-lang {
  background-image: url('../img/icn/ic_lang@2x.png');
  vertical-align: bottom;
  width: 24px;
  height: 31px;
  background-size: auto 24px;
}
.icn-go {
  position: relative;
  width: 32px;
  height: 7px;
}
.icn-go:before,
.icn-go:after {
  content: '';
  display: inline-block;
  background-color: rgba(252, 255, 255, 1);
  border-radius: 1px;
  height: 1px;
  position: absolute;

}
.icn-go:before {
  transform: rotate(0deg);
  width: 32px;
  bottom: 0px;
  right: 1px;

}
.icn-go:after {
  transform: rotate(45deg);
  top: 1px;
  width: 13px;
  right: 0px;

}
.icn-close {
  position: relative;
  width: 28px;
  height: 28px;
}
.icn-close:before,
.icn-close:after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 13px;
  right: -4px;
}

.icn-close:before {
  transform: rotate(45deg)
}

.icn-close:after {
  transform: rotate(-45deg)
}

.icn-play {
  width: 122px;
  height: 155px;
  background: url('../img/icn/playvideo.svg') no-repeat 0 0 / cover;
}

@media (max-width: 1023px) {
  .icn-play {
    width: 80px;
    height: 101px;
  }

  .icn-close {
    position: relative;
    width: 24px;
    height: 24px;
  }

  .icn-close:before,
  .icn-close:after {
    width: 26px;
    height: 3px;
    top: 10px;
    right: -1px;
  }


}
@media (max-width: 767px) {
  .icn-go {
    position: relative;
    width: 20px;
    height: 6px;
  }

  .icn-go:before {
    width: 20px;
  }

  .icn-go:after {
    width: 11px;

  }

  .icn-play {
    width: 60px;
    height: 76px;
  }

}


/* ==== BUTTON ==== */
.primay-button {
  min-height: 2.8em;
  min-width: 266px;
  border: 1px solid rgba(252, 255, 255, 1);
  color: rgba(252, 255, 255, 1);
  /*line-height: 2.8em;*/
  font-size: 2.2rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 44px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.primay-button:hover,
.primay-button:focus {
  padding: 0 32px;
  background-color: #fff;
  color: #000;
}
.primay-button:hover .icn-go:before,
.primay-button:hover .icn-go:after,
.primay-button:focus .icn-go:before,
.primay-button:focus .icn-go:after {
  background-color: #000;
}

/* black */
.primay-button-black {
  border: 1px solid rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
}
.primay-button-black:hover,
.primay-button-black:focus {
  background-color: #000;
  color: #fff;
}
.primay-button-black:hover .icn-go:before,
.primay-button-black:hover .icn-go:after,
.primay-button-black:focus .icn-go:before,
.primay-button-black:focus .icn-go:after {
  background-color: #fff;
}
.primay-button-black .icn-go:before,
.primay-button-black .icn-go:after {
  content: '';
  display: inline-block;
  background-color: rgba(0, 0, 0, 1);

}

/* black full */
.primay-button-black-full {
  border: 1px solid rgba(0, 0, 0, 1);
  background-color: #000;
  color: rgba(255, 255, 255, 1);
}
.primay-button-black-full:hover,
.primay-button-black-full:focus {
  background-color: #000;
  color: #fff;
}
.primay-button-black-full:hover .icn-go:before,
.primay-button-black-full:hover .icn-go:after,
.primay-button-black-full:focus .icn-go:before,
.primay-button-black-full:focus .icn-go:after {
  background-color: #fff;
}
.primay-button-black-full .icn-go:before,
.primay-button-black-full .icn-go:after {
  content: '';
  display: inline-block;
  background-color: rgba(255, 255, 255, 1);

}


/* back */
.back .primay-button {
  color: #606060;
  min-width: auto;
  padding: 0;
  margin-left: 0px;
}
.back .primay-button:hover,
.back .primay-button:focus {
  padding: 0 0;
  margin-left: -10px;
}
.back .icn-go {
  margin-right: 20px;
}
.back .icn-go:before,
.back .icn-go:after {
  background-color: #606060;
}
.back .icn-go:after {
  transform: rotate(-45deg);
  left: 0px;
  right: auto;
}
.back .icn-go:before {
  left: 1px;
  right: auto;
}
.back .primay-button:hover .icn-go:before,
.back .primay-button:hover .icn-go:after,
.back .primay-button:focus .icn-go:before,
.back .primay-button:focus .icn-go:after {
  background-color: #606060;
}

@media (max-width: 767px) {
  .primay-button {
    min-height: 2em;
    min-width: 176px;
    line-height: 2em;
    padding: 0 28px;
    font-size: 1.8rem;
    font-weight: 400;
  }

}

/* ==== form ==== */
.form-control {
  border: 1px solid #ebebeb;
  min-height: 36px;
  color: #7f7f7f;
  font-size: 1.6rem;
  border-radius: 0;
  padding: 0 8px;
}
.form-control::placeholder {
  color: #a3a3a3;
}
.btn-box {
  text-align: center;
}
.btn {
  cursor: pointer;
  min-height: 40px;
  border: 0;
  line-height: 1;
}


.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--color-primary);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 196, 45, .25);
}

@media (max-width: 767px) {
  p {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }

  .btn-primary {
    min-width: 200px;
    height: 42px;
    line-height: 12px;
    padding: 16px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;

  }
}


/* ====Modul==== tab-control*/
.tab-box {
  text-align: center;
}
.tab-control {
  background-color: #e7e7e7;
  border-radius: 30px;
  display: inline-block;
  margin: 0 auto;
}
.tab-control:after {
  content: '';
  display: block;
  clear: both;
}
.tab-control li {
  width: auto;
  flex: 1;
  font-size: 1.8rem;
}
.tab-control li a {
  text-align: center;
  display: block;
  padding: 8px 10px;
  font-size: 1em;
  color: #a2a2a2;
}
.tab-control li a:hover {
  color: #88929b;
}
.tab-control li a.active {
  background-color: #0843c7;
  color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0px 6px rgba(8, 67, 199, .50);
  -moz-box-shadow: 0 0px 6px rgba(8, 67, 199, .50);
  box-shadow: 0 0px 6px rgba(8, 67, 199, .50);
}
.anc-news-box .tab-content {
  text-align: left;
  padding: 40px 0 0 0;
}
.tab-control li a i {
  font-style: normal;
  padding: 0 5px;
  display: inline-block;
}

@media (max-width:767px) {
  .tab-content {
    padding: 18px 0 0 0;
  }
  .tab-control li {
    width: 82px;
    float: left;
    font-size: 1.4rem;
  }
  .tab-control li a {
    font-size: 1.2rem;
    padding: 8px 2px
  }
  .tab-control li a i {
    font-size: 1.2rem;
  }
}


/* ====Modul==== gotop*/
.cd-top {
  border-radius:50%;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  box-shadow: 0 8px 17px 0 var(--color-primary-shadow);
  text-indent: 100%;
  white-space: nowrap;
  background: var(--color-primary) url(../img/icn/ic_gototop.png) no-repeat center 45%;
  background-size: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index:9999;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 0.3;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .8;
}

.no-touch .cd-top:hover {
  opacity: 1;
}


/* ====Modul==== swiper */

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 25px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 25px));
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(255, 255, 255, 1);
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  /*line-height: 1;*/
}


/* .home-banner  */
.home-banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.home-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 11px);
}
.home-banner .swiper-pagination-fraction,
.home-banner .swiper-pagination-custom,
.home-banner .swiper-horizontal>.swiper-pagination-bullets,
.home-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: right;
  max-width: 1630px;
  padding:0 0 50px 0;
  margin:0 auto;
}

/* .home-product */
.home-product .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.home-product .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}

.home-product .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 20px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 20px));
  display: inline-block;
  background: rgba(0, 0, 0, 1);
  opacity: 0.3;
}

.home-product .swiper-pagination-bullet-active {
  opacity: 0.8;
  background: rgba(0, 0, 0, 1);
}
@media (max-width: 1023px) {
  .home-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 7%;
  }
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 11px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px));
  }

  .home-banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .home-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }

  .home-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 14px;
    padding-bottom: 19px;
  }

}




/* ====Modul==== modal */
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, .7);
}
.modal-custom {
  max-width: 100%;

  width: 1460px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.modal-custom .modal-dialog {
  max-width: 100%;
}
.modal-custom .close {
  width: 130px;
  height: 66px;
  color: #fff;
  font-size: 2.4rem;
  background-color: #000;
  border: 1px solid #fff;
  position: absolute;
  top: -66px;
  right: 0;
  z-index: 2;
  font-weight: normal;
  opacity: 1;
}
.modal-custom .close .icn-close {
  vertical-align: middle;
  margin-left: 10px;
}

@media (max-width: 1023px) {
.modal-custom .close {
    width: 30px;
    height: 30px;
    font-size: 0;
    top: -30px;
  }
.modal-custom .close .icn-close {
    margin-left: 0px;
  }
}
@media (max-width:767px) {
.pop-modal {
    width: 100%;
  }
.pop-modal .modal-dialog {
    margin: 15px;
  }	
}
.mobile-show,.dropdown-item.mobile-show {
  display: none;
}

@media (max-width: 1023px) {
.mobile-hidden {
    display: none;
  }

.mobile-show,
.dropdown-item.mobile-show {
    display: inline-block;
  }
}

/************************ footer *************************/

@media (min-width: 1024px){

.footer-left img {
    width: 200px;
    margin-right: 2%;
  }
footer .container {
  padding: 80px 157.59px 80px 133px;
}

footer .container,
.footer-left,
.footer-right {
  display: flex;
  flex: 1;
}

footer a {
  font-size: 2rem;
  text-align: left;
}	
	
.footer-left .footer-logo {
  margin-right: 96px;
  width: 278px;
}
	.footer-right ul {
  width: 122px;
  text-align: right;
}
	.footer-right .text p:first-of-type {
  margin-top: -7px;		
}
	
	
	.footer-right .text p {
  margin: 0;
 letter-spacing: 1.5px;
  font-size: 2rem;
		 padding: 0 0 30px 0;
}
	
	.copyright {
  border-top: 1px solid #b1b1b1;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 3rem 0;
	letter-spacing: 1px;
	font-weight: lighter;
}

	
}
@media (max-width: 1023px) {

	
footer .container,
.footer-left,
.footer-right {
  display: flex;
  flex: 1;
}
footer .container {
  padding: 80px 56px;
}
	
.footer-right .text p {
  margin: 0;
 letter-spacing: 1.5px;
  font-size: 2rem;
 padding: 0 0 30px 0;
}
 .footer-right .text p:first-of-type {
    margin-top: 0;
  }

  footer a {
    font-size: 1.8rem;    
  }
  .footer-left .footer-logo {
  margin-right: 96px;
  width: 200px;
}
.copyright {
  border-top: 1px solid #b1b1b1;
  text-align: center;
font-size: 1.2rem;
	  font-weight: lighter;		
  line-height: 1.5;
  padding: 3rem 0;
	letter-spacing: 1px;
}	
	

}
@media (max-width:767px){
footer .container {
  padding: 40px 0;
    display: block;
  }
	
  .footer-right .text p:first-of-type {
    margin-top: 0;
  }
  .footer-right .text p {
    font-size: 1.8rem;
    font-weight: 300;
    padding: 0 20px;
	 margin:20px 0;
 letter-spacing: 1.5px; 
	  
  }

  footer a {
    font-size: 1.8rem;
  }

  

  .footer-left,
  .footer-right {
    display: block;
    width: 100%;
    text-align: center;
  }

  .footer-left .footer-logo {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .footer-right .text,
  .footer-left {
    margin-bottom: 40px;
    width: 100%;
  }

  .footer-right ul {
    text-align: center;
    width: 100%;
  }
	
	.copyright {
font-size: 1.2rem;
}
}


/**/
.copyright {
  border-top: 1px solid #b1b1b1;
  text-align: center;
	  font-weight: lighter;		
  line-height: 1.5;
  padding: 3rem 0;
	letter-spacing: 1px;
}

footer .container:last-of-type {
  margin-top: 0;
}
footer {
	font-size: 1.8rem;
  background-color: #000000;
	opacity: 0.89;
  color: #fff;
  line-height: 1;
}
footer a {
  color: #fff;
  text-decoration: none;
  line-height: 1.45;
  text-transform: uppercase;
	font-weight: 300;
}
footer a:hover {
  text-decoration: none;
  color: #ccc;
}
footer ul,
footer-left ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-left ul li {
  margin-bottom: 30px;
	    letter-spacing: 1.5px;
}
.footer-left ul li:nth-child(3)  {
  margin-bottom: 0;
	    letter-spacing: 1.5px;
}
.footer-right .text {
  margin: 0 auto;
}

.footer-right ul li {
  display: inline-block;
}
footer ul li a {
  white-space: nowrap;
}
.footer-right ul li svg {
  margin-left: 34px;
}
.footer-right ul li:first-of-type svg {
  margin-left: 0;
}





/************************ layout *************************/

.breadcrumb {
  background-color: transparent;
  margin: 56px 0;
  font-size: 1.8rem;
}

.breadcrumb,
.breadcrumb a {
  color: #5F6062;
  font-size: 1.8rem;
  line-height: 1.5;
}

.breadcrumb .breadcrumb-item {}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #5F6062;
  content: "/";
}

.breadcrumb-item.active {
  color: #5F6062;
}


/************************ navbar *************************/
/* 網頁利用錨點解決錨點後被 固定的導覽列遮住的問題 */
@media (min-width: 1024px){
/**/
.navbar-top {
  scroll-padding-top: 160px;

}
.ColorLens-box .title,.Makeup-box .title {
  padding-top: 140px;
  margin-top: -140px;
}
.about-box .title{
  margin-top: -140px;
  padding:160px 10% 0 10%;
}
.story-box .title {
  margin-top: -140px;
  padding:140px 10% 0 10%;
}	
/**/
.front-inner-main .container {
  padding: 0;
	margin:0 auto;
}	
			
.front-inner-main .ColorLens-box,.front-inner-main .Makeup-box{
	padding:0 125px;
	margin:140px 0;
}
.page_l{padding:0 128px;}
}
@media (max-width: 1023px) {
	/**/
.navbar-top {
  scroll-padding-top: 80px;
}

.ColorLens-box .title,.Makeup-box .title {
  padding-top: 80px;
  margin-top: -80px;
}
.about-box .title,.story-box .title {
  margin-top: -80px;
  padding:80px 10% 0 10%;
}


  #page-top {
    padding-top: 80px;
  }

.page_l{padding:0 5%;}

.breadcrumb {
    margin: 42px 0;
    font-size: 1.4rem;
  }

  .breadcrumb,
  .breadcrumb a {
    font-size: 1.4rem;
  }
.front-inner-main .ColorLens-box{
	padding:0 56px;
	margin:20px 0;
}
.front-inner-main .Makeup-box{
	padding:0;
	margin:20px 0;
}	
	
}
@media (max-width: 767px) {

.page_l{padding:0 5%;}
  .breadcrumb {
    margin: 5% 0;
  }
.front-inner-main .ColorLens-box,.front-inner-main .Makeup-box{
	padding:0 20px;
	margin:35px 0;
}	
	
}



/************************ 首頁 *************************/
/* ====Page==== 首頁 */
.home .front-inner-main .container {
  margin:0 auto;
}

/* 首頁 swiper */
.home-banner img {
  width: 100%;
}
.home-banner .img {
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  height: 780px;
}

/*pc畫面 banner標題*/
@media (min-width: 1024px){
	
.home-banner .img:before {
  width: 100%;
  content: '';
  display: block;
  padding-top: 40.625%;
}	
	
.home-banner .caption {
  padding: 0 0 0 130px;
  width: 100%;
  position: absolute;
  top: 43%;
  left: 0%;
  transform: translate(0, -50%);
}
.home-banner p {
  font-size: 4em;
  font-weight: 700;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}	
.home-banner p.font1{
  color: #fff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  margin: 0 4em 4em 0;  
}
.home-banner p.font2 {
  color: #333;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  text-align: right;
  margin: 0 4em 4em 0;  	
}
.home-banner p.font3 {
  color: #333;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    margin: 0 4em 4em 0;  	
}	
}
/*平板畫面 banner標題*/
@media (max-width: 1023px){
.home-banner .img:before {
  width: 100%;
  content: '';
  display: block;
  padding-top: 40.625%;
}	
	
.home-banner .caption {
  padding:5%;
  width: 100%;
  position: absolute;
  transform: translate(0, -50%);
}
.home-banner p {
  font-size: 3.5em;
  font-weight: 700;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}	
.home-banner p.font1{
  color: #fff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  width:65%;
}
.home-banner p.font2 {
  color: #333;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  text-align: right;
  margin: 0 0 4em 0;  	
}
.home-banner p.font3 {
  color: #333;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    margin: 0 4em 4em 0;  	
}		
}
/*手機畫面 banner標題*/
@media (max-width: 767px){
.home-banner .img:before {
  width: 100%;
  content: '';
  display: block;
  padding-top: 40.625%;
}	
	
.home-banner .caption {
  padding:5%;
  width: 100%;
  position: absolute;
  top: 43%;
  left: 0%;
  transform: translate(0, -50%);
}
.home-banner p {
  font-size: 4em;
  font-weight: 700;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}	
.home-banner p.font1{
  color: #fff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  margin: 0 4em 4em 0;  
}
.home-banner p.font2 {
  color: #333;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  text-align: right;
  margin: 0 0 8em 4em;  	
}
.home-banner p.font3 {
  color: #333;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    margin: 0 4em 6em 0;  	
}	
}

.home-banner .primary-btn {
  display: inline-block;
}

/*pc*/
@media (min-width: 1024px){
/* 首頁 home-kv-box */
.home-kv-box {
  position: relative;
  background: url('../img/dummy/home-kv.webp') no-repeat 50% 50% / cover;
  height: 592px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 113px 135px 100px 135px;
}
.home-kv-box .logo-w {
  display: block;
  margin: 0 auto 27px auto;
  width: 372px;
}
.home-product-box {
    margin-bottom: 100px;
	padding:0 8.2%;
  }		
}
.home-kv-box .caption {
  font-size: 3rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding: 0 100px;
}	
/*tab*/
@media (max-width: 1023px) {
  .home-kv-box {
    margin: 60px auto;
	position: relative;
  	background: url('../img/dummy/home-kv.webp') no-repeat 50% 50% / cover;
	height: 592px;  
	display: flex;
	align-items: center;
	justify-content: center; 
  }
	.home-product-box {
    margin-bottom: 100px;
	padding:0 2.5%;
  }	
	 .home-product-box h1 {
    font-size: 3.2rem;
		 color:#606060;
  }
}
/*ce*/
@media (max-width: 767px) {
.home-kv-box {
    height: 400px;
    margin: 20px 0 60px 0;
	position: relative;
  	background: url('../img/dummy/home-kv.webp') no-repeat 50% 50% / cover;
	display: flex;
	align-items: center;
	justify-content: center; 
  }
.home-kv-box .caption {
    font-size: 1.4rem;
    padding: 0 30px;
    font-weight: 300;
  }

.home-kv-box .logo-w {
    width: 250px;
  }

.home .front-inner-main .container {
    padding: 0;
  }
	
}


.home-product-box h1 {
  text-align: center;
  margin-bottom: 40px;
	 color:#606060;
}
.row-custom-item {
  display: flex;
}
.row-custom-item .col {
  width: calc(100% / 3);
  padding: 0;
}
.home-product .swiper-wrapper {
  padding-bottom: 70px;
}
.home-product .swiper-slide {
  text-align: center;
}
.home-product .swiper-slide a>img {
  width: 100%;
  background-color: #fff;
}

/*首頁產品輪播區*/
@media (max-width: 767px) {
  .home-banner .img {
    height: 400px;
  }

  .home-banner .caption {
    top: auto;
    bottom: 5%;
    transform: translate(0, 0%);
  }

  .home-banner p {
    font-size: 2.4rem;
    width: 70%;
    word-break: break-word;
  }


  .row-custom-item {
    display: flex;
    flex-wrap: wrap;
  }

  .row-custom-item .col {
    width: 100%;
  }

  .home-product-box {
    padding: 0 10%;
  }

  .home-product-box h1 {
    font-size: 3rem;
    margin-bottom: 1em;
	   color:#606060;
  }

  .home-product-box .col {
    margin-bottom: 40px;
  }

  .home-product h2 {
    margin-top: 20px;
  }

  .home-product .swiper-pagination {
    bottom: 40px;
  }

  .home-product .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
  }

  .home-product .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .home-product .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
  }


}



/* ====Page==== 產品詳頁 product-details.html   */

@media (min-width: 1024px){
.back {
  margin: 52px 9%;
}
/*  product-main-box */
.product-main-box {
  overflow-y: auto;
  margin-top: 112px;
  padding: 0 10.5%;
  padding-bottom: 130px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.TAB-box{
	    padding: 0 135px;
}
.TAB-box .tab-content {
  padding:84px 20% 107px 20%;
  border-bottom: 1px solid #8b8b8b;
}		
	
}
@media (max-width: 1023px){
.back {
  margin: 40px 56px;	
}
/*  product-main-box */
.product-main-box {
  overflow-y: auto;
  margin-top: 80px;
  padding: 0 3%;
  padding-bottom: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}	
.TAB-box{
	    margin:0 56px;
}
	.swiper-wrapper{
		
		padding:0 20px 0 0;
	}		
}
@media (max-width: 767px){
.back {
  margin: 40px 20px;
}
.TAB-box{
	    margin:0 21.5px;
}	
}

.product-main-box .photo-kv {
  width: 47.5%;
}
.product-main-box .text {
  width: calc(100% - 47.5% - 10%);
}
.product-main-box .text .title {
  font-size: 4.5rem;
  line-height: 1.47;
  font-weight: bold;
}
.product-main-box .text .spec {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
}
.product-main-box .text .desc,
.product-main-box .text .color-text,
.color-tool .swiper-color-text {
  font-size: 2rem;
  line-height: 1.5;
}
.product-main-box .text .primay-button {
  height: 7rem;
  margin-top: 46px;
}
.product-main-box .text .title,
.product-main-box .text .spec,
.product-main-box .text .desc,
.product-main-box .text .color-tool {
  margin-bottom: 30px;
}
.product-main-box .text .primay-button {
  margin-top: 30px;
  min-width: 378px;
}
.photo-kv .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.photo-kv .swiper-slide {
  background-size: cover;
  background-position: center;
}
.photo-kv .swiper-slide:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.photo-kv .product-kv2 {
  height: 80%;
  width: 100%;
}
.photo-kv .product-kv {
  height: 20%;
  box-sizing: border-box;
  padding: 30px 0;


}
.product-kv .swiper-wrapper {
  justify-content: center;
}
.product-kv .swiper-slide {
  width: 100px !important;
  height: 100%;
  opacity: 1;
  border: 1px solid #E5E5E5;
  cursor: pointer;
}
.product-kv .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #000;
}
.photo-kv .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ====Page==== 產品詳頁 color swiper   */
.color-tool .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.color-tool .swiper-slide {
  background-size: cover;
  background-position: center;
}
.color-tool .swiper-color-text {
  height: 80%;
  width: 100%;
  background-color: #fff;
}
.color-tool .swiper-color-text .swiper-slide {
  opacity: 0 !important;
}
.color-tool .swiper-color-text .swiper-slide-active {
  opacity: 1 !important;
}
.color-tool .swiper-color {
  height: 20%;
  box-sizing: border-box;
  padding: 30px 0 0 0;
}
.color-tool .swiper-color .swiper-slide {
  width: 64px !important;
  height: 100%;
  opacity: 1;
  border: 1px solid transparent;
  padding: 7px;
  cursor: pointer;
}
.color-tool .swiper-color .swiper-slide>span {
  display: block;
}
.color-tool .swiper-color .swiper-slide>span:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.color-tool .swiper-color .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #707070;

}
.color-tool .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.color-tool .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ====Page==== 產品詳頁 TAB-box   */
.TAB-box .nav-tabs {
  border-bottom: 1px solid #8b8b8b;
}
.TAB-box .nav-tabs .nav-item {
  margin-bottom: 0;
}
.TAB-box .nav {
  display: flex;
  justify-content: center;
}
.TAB-box .nav .nav-item .nav-link {
  font-size: 2.8rem;
  font-weight: 700;
  border: 0;
  text-align: center;
  color: #606060;
  letter-spacing: 1px;
  padding: 0 45px 19px 45px;
  border-radius: 0;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.TAB-box .nav .nav-item .active {
  color: #000;
}
.TAB-box .nav .nav-item .active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 21px 0 21px;
  border-color: rgba(0, 0, 0) transparent transparent transparent;

  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: -22px;
  /*width: 42px;*/
}

/* ====Page==== 產品詳頁 video  */
.video-here {
  position: relative;
}
.video-here:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.video-here iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.video-box {
  position: relative;
  display: block;
	margin:60px 0 0 0;
}
.video-box video {
  width: 100%;
	display: block;
}
.play-mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  font-size: 4.8rem;
  font-weight: bold;
  color: #fff;
}
.play-mask .icn-play {
  display: block;
  margin: 0 auto;
}
.play-mask>span:hover,
.play-mask>span:focus {
  opacity: .9;
}

/* ====Page==== 產品詳頁 YOU MAY ALSO LOVE swiper   */

@media (min-width: 1024px){
.love-box {
	margin: 0 15% 148px 15%; 
	text-align: center;
  }	
.love-box h2 {
  color: #000;
  margin: 90px 0 85px 0;
}
.alsoLove-swiper .swiper-slide {
 padding: 0;
    width: 30% !important;
    margin: 0 2%;
  }
.alsoLove-swiper .title {
  font-size: 2.4rem;
  min-height: 80px;
  margin-top: 32px;
}	
}
@media (max-width: 1023px){
.alsoLove-swiper-box {
  position: relative;
  padding:0;
}	
.love-box h2 {
  color: #000;
  margin: 85px 0;
	font-size:3em;
}
  .love-box {
	margin: 0 0 100px 0; 
	  border-top: 1px solid #8b8b8b;
	  text-align: center;
  }
	
.alsoLove-swiper .title {
  font-size: 2rem;
  min-height: 80px;
  margin-top: 32px;
}
	
  .alsoLove-swiper .swiper-slide {
    width: 39.3% !important;
    margin: 0 30px 0 0;
  }
  .alsoLove-swiper-box .costom-swiper-button-next,
  .alsoLove-swiper-box .costom-swiper-button-prev {
    display: none;
  }
  .TAB-box .tab-content {
    padding: 63px 0%;
  }
  .product-kv .swiper-slide {
    width: 60px !important;
    margin-right: 15px !important;
  }
  .product-main-box .photo-kv {
    width: 45%;
  }
  .product-main-box .text {
    width: calc(100% - 50% - 5%);
  }
  .product-main-box .text .title {
    font-size: 3rem;
  }
  .product-main-box .text .spec {
    font-size: 2rem;
  }
  .product-main-box .text .desc,
  .product-main-box .text .color-text,
  .color-tool .swiper-color-text {
    font-size: 1.6rem;
  }
  .product-main-box .text .primay-button {
    min-width: 263px;
  }
  .color-tool .swiper-backface-hidden .swiper-slide {}
  .play-mask {
    font-size: 3rem;
  }
}
@media (max-width: 767px){
	.TAB-box .nav {
    justify-content: space-around;
  }
  .TAB-box .nav .nav-item .nav-link {
    font-size: 2rem;
    padding: 8px;
  }
  .TAB-box .tab-content {
    padding: 63px 0%;
  }
.love-box {
  text-align: center;
margin: 0 22px 100px 22px;
    border-top: 1px solid #8b8b8b;	
}	
	
.love-box h2 {
  color: #000;
  margin: 40px 0;
	font-size:3em;
}
.alsoLove-swiper-box {
  position: relative;		
}		
  .alsoLove-swiper .title {
    font-size: 1.6rem;
    margin-top: 15px;
    min-height: 46px;
  }
.alsoLove-swiper .swiper-slide {
  	padding: 0 2%;
    width: 50% !important;
    margin: 0;
  }		
  .alsoLove-swiper a.primay-button-black {
    height: 4rem;
    margin: 25px auto 0 auto;
    max-width: 142px;
    font-size: 1.5rem;
  }
  .product-main-box {
    display: block;
    margin-top: 0;
  }
  .product-main-box .photo-kv,
  .product-main-box .text {
    width: 100%;
  }
  .product-main-box .text {
	  margin:10% 0 0 0;
  }
  .product-main-box .text .spec {
    font-size: 1.6rem;
  }
  .product-main-box .text .title .product-main-box .text .spec,
  .product-main-box .text .desc,
  .product-main-box .text .color-tool {
    margin-bottom: 20px;
  }
  .product-main-box .text .primay-button {
    margin-top: 20px;
  }
  .product-kv .swiper-slide {
    width: 54px !important;
  }
  .color-tool .swiper-color .swiper-slide {
    width: 40px !important;
    padding: 4px;
    margin-right: 5px !important;
  }
  .play-mask {
    font-size: 2rem;
  }
}


.alsoLove-swiper .swiper-slide {
  text-align: center;
}
.alsoLove-swiper .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
}
.alsoLove-swiper .swiper-slide a:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.alsoLove-swiper .swiper-slide img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  height: 100%;
  transform: translate(-50%, -50%);
  object-position: center;
}

.alsoLove-swiper .title {
  line-height: 1.5;
  font-weight: bold;
  display: block;
}

.alsoLove-swiper .title>div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.alsoLove-swiper a.primay-button-black {

  height: 6.3rem;
  margin: 50px auto 0 auto;
  display: flex;
  min-width: auto;
  max-width: 233px;
  width: 100%;
}
.alsoLove-swiper .primay-button {
  padding: 0 32px;
}
.alsoLove-swiper .primay-button:hover,
.alsoLove-swiper .primay-button:focus {
  padding: 0 24px;
}


/* costom-swiper-button-prev & costom-swiper-button-next*/
.costom-swiper-button-prev:before,
.costom-swiper-button-prev:after,
.costom-swiper-button-next:before,
.costom-swiper-button-next:after {
  content: '';
  display: block;
  width: 3px;
  height: 29px;
  background-color: #000;
  position: absolute;
  left: 8px;
}
.costom-swiper-button-next:before,
.costom-swiper-button-next:after {
  left: auto;
  right: 8px;

}
.costom-swiper-button-prev:before,
.costom-swiper-button-next:before {
  transform: rotate(37deg);
  top: 0;
}
.costom-swiper-button-prev:after,
.costom-swiper-button-next:after {
  transform: rotate(-37deg);
  bottom: 0;
}
.costom-swiper-button-prev,
.costom-swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 19px;
  height: 50px;
  z-index: 3;
}
.costom-swiper-button-prev {
  left: 0%;
}
.costom-swiper-button-next {
  right: 0%;
  transform: rotateY(180deg);
}
.costom-swiper-button-prev.swiper-button-disabled:after,
.costom-swiper-button-prev.swiper-button-disabled:before,
.costom-swiper-button-next.swiper-button-disabled:after,
.costom-swiper-button-next.swiper-button-disabled:before {
  background-color: #adadad;
}



/* ====Page==== Brand Story BrandStory.html  */

.innder-banner {
  background-position: center;
  background-size: cover;
  height: 780px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.innder-banner .text {
  font-size: 5.4rem;
  font-weight: bold;
  color: #fff;
}

.innder-banner .text embed {
  width: 375px;
  vertical-align: middle;
}

.innder-banner .text .title:before {
  content: '';
  display: inline-block;
  height: 82px;
  width: 2px;
  background-color: #fff;
  margin: 0 80px 0 60px;
  vertical-align: middle;
}

.innder-banner-black {
  height: 450px
}

.innder-banner-black .text .title:before {
  display: none
}

.innder-banner-black .text {
  color: #FFF;
}


@media (min-width: 1024px){
.about-box .title {
  color: #000;
  
  text-align: right;
  font-weight: bold;
  margin-bottom: 2.5%;
  margin-top:-160px;
}
	.about-box .title h1{
		font-size: 5.5rem;
  line-height: 1.5;
	}
	
	.front-inner-main,.about-box,.story-box{
	position: relative;
    clear: both;
    /*margin: 160px 0;*/
}
	.story-box .title {
  font-size: 5.5rem;
  line-height: 1.5;
  font-weight: bold;
  margin:0 0 140px 0;
}	
.about-box .cont {
  background: #EDEDED;
	padding:0 10%;
}
	
}
@media (max-width: 1023px){
	.about-box .title {
  color: #000;
  
  text-align: right;
  font-weight: bold;
		margin:0 0 5% 0;
}
	.about-box .title h1{
		font-size: 3.2rem;
  line-height: 1.5;
	}
	
	 .story-box .title {
    margin: 0 0 50px 0;
    font-size: 3.2rem;
 line-height: 1.5;
  font-weight: bold;
  }
	.about-box .cont {
  background: #EDEDED;
	padding:0 5%;
}		
}
@media (max-width: 767px){
	.about-box .title {
  color: #000;
 
  text-align: center;
  font-weight: bold;
  margin:20px 0 50px 0;
		
}
	.about-box .title h1{
		 font-size: 3.2rem;
  line-height: 1.5;
	}
	
.about-box .cont {
  background: #EDEDED;
	padding:0 5%;
}

	
}

.about-box .cont .container {
  display: flex;	
}
.about-box .title .container {
  padding-right: 7%;
}
.about-box .img-group {
  flex: 1;
  position: relative;
  text-align: right;
	padding: 6.5% 0;
}
.about-box .img1 {
  width: 100%;
  /*margin-top: -22%;*/
}
.about-box .img2 {
  width: 54.33%;
  margin-top: -48%;
  margin-right: calc(-54.33% * 0.5);
  /*position: absolute; top:54%; right: calc(-54.33% * 0.5); float: left;*/
}
.about-box .text {
  flex: 1.5;
  padding: 6.5% 0;
}
.about-box .text p:first-of-type {
  margin-bottom: 14%;
}
.about-box .text p {
  color: #606060;
  font-size: 2.4rem;
  line-height: 2;
}
.about-box .text p,
.about-box .text strong {
  margin-left: 14%;
}
.about-box .text strong {
  font-size: 3rem;
  color: #000;
}
.story-box {
  text-align: center;
}
.story-box .cont .container {
  padding:0 134px;
}
.story-box p {
  color: #606060;
  font-size: 2.4rem;
  line-height: 2;
  margin: 3rem 0;
}
.story-box strong {
  font-size: 3rem;
  color: #000;
}
.img-grid {
  display: flex;
}
.img-grid2 {
  margin: 156px auto 208px auto;
}
.container>.img-grid {
  width: 88%;
  margin: 0 auto;
}
.img-grid .img-item {}

/*.img-grid .img-item+.img-item {
  flex: 0 0 51.23%;
}*/

.img-grid.reverse {
  position: relative;
  left: 80px;
}
.img-grid.reverse .img-item+.img-item {
  flex: 0 0 40%;
}
.img-grid .img-item img {
  width: 100%;
  height: 100%;
}
.mallLink-box {
  display: flex;
  /*margin-bottom: -40px;*/
  background-color: #D1D1D1;
}
.mallLink-box>div {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  /*align-items: center;*/
  justify-content: center;
  font-size: 4.1rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
}
.mallLink-box>div img {
  width: 100%;
}
.mallLink-box>div .text {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
	    margin: 0 0 0 80px;
}
.mallLink-box .primay-button {
  margin-top: 50px;
}


@media (max-width: 1023px) {
  .innder-banner .text {
    font-size: 4.6rem;
  }

  .innder-banner .text img {
    width: 280px;
  }

  .innder-banner .text .title:before {
    margin: 0 60px 0 40px;
  }

 

  .about-box .img1 {
    width: 100%;
    /*margin-top: -30%;*/
  }

  .about-box .text p:first-of-type {
    margin-bottom: 10%;
  }

  .about-box .text p {
    font-size: 1.6rem;
  }

  .about-box .text strong {
    font-size: 2rem;
  }

  .story-box .cont .container {
    padding-right: 55px;
    padding-left: 55px;
  }



  .story-box p {
    font-size: 1.6rem;
  }

  .story-box strong {
    font-size: 2rem;
  }

  .img-grid2 {
    margin: 40px auto;
  }

  .container>.img-grid {
    margin: 0 auto;
  }

  .img-grid.reverse {
    left: 40px;
  }

  .mallLink-box>div {
    font-size: 3rem;
  }

  .mallLink-box .primay-button {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about-box .title .container {
    padding-right: 0;
    text-align: center;
  }
  .about-box .cont .container {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
  .about-box .cont {
    padding-bottom: 20px;
  }
  .about-box .img-group {
	margin:0 auto;  
	padding:10% 0 0 0; 
  }

  .about-box .text p,
  .about-box .text strong {
    margin-left: 0%;
  }

  .innder-banner .text img {
    width: 182px;
  }

  .innder-banner .text {
    font-size: 3rem;
    text-align: center;
  }

  .innder-banner .text .title {
    display: block;
  }

  .innder-banner .text .title:before {
    content: '';
    display: block;
    height: 2px;
    width: 44px;
    background-color: #fff;
    margin: 30px auto;
  }

  .innder-banner {
    height: 400px;
  }

  .innder-banner-black {
    height: 200px
  }

  .innder-banner-black .text .title:before {
    display: none;
  }

  .story-box .cont .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .story-box p {
    margin: 20px 0;
  }


  .container>.img-grid {
    margin: auto;
  }

  .img-grid.reverse {
    left: 20px;
  }

  .mallLink-box>div {
    font-size: 2rem;
    align-items: flex-start;
  }

  .mallLink-box>div:nth-of-type(2) {
    padding: 35px 30px;
  }

  .mallLink-box {
    flex-direction: column;
  }

  .mallLink-box .text {
    display: block;
  }

  .mallLink-box .primay-button {
    margin-top: 15px;
  }

  .innder-banner .text embed {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}


/* ====Page==== ColorLens.html  */

@media (min-width: 1024px){
.ColorLens-box .container>.title h1,.Makeup-box .container>.title h1{
  font-size: 5.5rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 60px;
}	
.ColorLens-list .photo,.Makeup-list .photo {
  width: 30%;
  flex: 1;
}
.ColorLens-swiper .title,.Makeup-swiper .title {
  font-size: 2.4rem;
    font-weight: bold;
    display: block;
    width: 100%;
	 margin-bottom: 50px;
	 min-height: 50px;
	height: 220px;
}	
/*ColorLens*/	
.ColorLens-list .ColorLens-swiper-box {
    padding: 0 2%;
    width: 72%;
  }
.ColorLens-list,.Makeup-list  {
  display: flex;
  margin-bottom: 60px;
  align-items: flex-end;
    justify-content: space-between;
	
}
.Makeup-list .Makeup-swiper-box {
    padding: 0 2%;
    width: 72%;
  }	
	

}
@media (max-width: 1023px) {
	
.ColorLens-box .container>.title {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
}
.Makeup-box .container>.title {
  font-size: 5.5rem;
  line-height: 1.5;
  font-weight: bold;
  margin:0 5% 40px 5%;
}	
 .ColorLens-list,.Makeup-list  {
  display: flex;
  margin-bottom: 40px;
    align-items: flex-end;
    justify-content: space-between;
}
/*ColorLens*/
.ColorLens-list .photo {
    width: 24%;
    margin-bottom: 20px;
  }
 .ColorLens-list .ColorLens-swiper-box {
   /* padding: 0 2%;*/
    width: 73.6%;
	 margin:0 0 20px 0;
  }

  .ColorLens-swiper .title,.Makeup-swiper .title {
    font-size: 2rem;
    margin-bottom: 0px;
    display: block;
    min-height: 50px;
	  font-weight: bold;
  }

 
  .ColorLens-swiper .primay-button {
    padding: 0 24px;
  }


/*Makeup*/
  .Makeup-box .ColorLens-swiper-box {
    width: 100%;
  }

/*.Makeup-box .Makeup-list  {
    margin-right: -55px;
    margin-left: -55px;
  }*/

  .Makeup-box .swiper-slide:first-of-type {
    margin-left: 55px;
  }

  .Makeup-box .ColorLens-swiper-box {
    padding-right: 0;
  }

  .Makeup-box .costom-swiper-button-prev,  .Makeup-box .costom-swiper-button-next {
    display: none;
  }
}
@media (max-width: 767px) {

  .ColorLens-swiper .swiper-slide,.Makeup-swiper .swiper-slide {
    padding: 0 5px;
  }

  .ColorLens-box .container>.title {
    font-size: 3rem;
    margin-bottom: 15px;
  }

	.Makeup-box .container>.title {
  line-height: 1.5;
  font-weight: bold;
		font-size: 3rem;
    margin-bottom: 15px;

}
  .ColorLens-list,.Makeup-list {
    display: block;
    margin-bottom: 30px;
  }

  .ColorLens-list .photo, .ColorLens-list .ColorLens-swiper-box,  
.Makeup-list .photo,  .Makeup-list .Makeup-swiper-box {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .ColorLens-swiper,.Makeup-swiper {
    padding-bottom: 60px;
  }

  
/*頁碼*/	
.ColorLens-box .swiper-pagination,.Makeup-box .swiper-pagination {
    height: 35px;
    min-height: 35px;
    width: calc(100% - 40px);
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .ColorLens-box .swiper-pagination-bullet,.Makeup-box .swiper-pagination-bullet {
    font-size: 1.8rem;
    color: #adadad;
    font-weight: normal;
    background-color: transparent;
  }

  .ColorLens-box .swiper-pagination-bullet-active, .Makeup-box .swiper-pagination-bullet-active {
    color: #000;
  }

  .ColorLens-box .costom-swiper-button-prev,  .ColorLens-box .costom-swiper-button-next,
  .Makeup-box .costom-swiper-button-prev,  .Makeup-box .costom-swiper-button-next {
    top: 100%;
    margin-top: -35px;
    width: 12px;
    height: 35px;
    z-index: 3
  }

  .ColorLens-box .costom-swiper-button-prev:before,  .ColorLens-box .costom-swiper-button-prev:after,
  .ColorLens-box .costom-swiper-button-next:before,  .ColorLens-box .costom-swiper-button-next:after,
	.Makeup-box .costom-swiper-button-prev:before,  .Makeup-box .costom-swiper-button-prev:after,
  .Makeup-box .costom-swiper-button-next:before,  .Makeup-box .costom-swiper-button-next:after{
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #000;
    position: absolute;
    left: 5px;
  }

  .ColorLens-box .costom-swiper-button-prev.swiper-button-disabled:after,  .ColorLens-box .costom-swiper-button-prev.swiper-button-disabled:before,
  .ColorLens-box .costom-swiper-button-next.swiper-button-disabled:after,  .ColorLens-box .costom-swiper-button-next.swiper-button-disabled:before,
.Makeup-box .costom-swiper-button-prev.swiper-button-disabled:after,  .Makeup-box .costom-swiper-button-prev.swiper-button-disabled:before,
  .Makeup-box .costom-swiper-button-next.swiper-button-disabled:after,  .Makeup-box .costom-swiper-button-next.swiper-button-disabled:before{
    background-color: #adadad;
  }

  .Makeup-box .Makeup-list {
    margin-right: 0px;
    margin-left: 0px;
  }

  .Makeup-box .swiper-slide:first-of-type {
    margin-left: 0px;
  }

  .Makeup-box .costom-swiper-button-prev,
  .Makeup-box .costom-swiper-button-next {
    display: inline-block;
  }

  .Makeup-box .swiper-slide .color {
    height: 22px;
    margin-top: 20px;
  }

  .Makeup-box .swiper-slide .color-item {
    width: 22px;
    height: 22px;
    margin-right: 3px;
  }

  .Makeup-box .swiper-slide .color-text {
    height: 15px;
    font-size: 1.4rem;
  }

  .Makeup-box .swiper-slide .color-item .num {
    color: #606060;
    font-size: 1.4rem;
  }

  .Makeup-box .ColorLens-swiper a.primay-button-black {
    margin-top: 20px;
  }

}



.ColorLens-list .photo img,.Makeup-list .photo img {
  width: 100%;
  box-shadow: 0px 8px 10px rgb(0 0 0 / 16%);
}

.ColorLens-swiper-box ,.Makeup-swiper-box {
  position: relative;
}
.ColorLens-swiper .swiper-slide,.Makeup-swiper .swiper-slide {
  text-align: center;
  padding: 0 17px;

}
.ColorLens-swiper .swiper-slide a,.Makeup-swiper .swiper-slide a {
  display: block;
}
.ColorLens-swiper .swiper-slide img,.Makeup-swiper .swiper-slide img {
  width: 100%;
}

.ColorLens-swiper .title>div,.Makeup-swiper .title>div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


@media (min-width: 1024px){
/*商品列表*/	
.ColorLens-swiper a.primay-button-black,.Makeup-swiper a.primay-button-black  {
  min-height: 6.3rem;
  margin: 50px auto 0 auto;
  display: flex;
  min-width: auto;
  max-width: 223px;
  width: 100%;
}
.Makeup-box .Makeup-swiper-box {
  width: 100%;
  margin-left: 0px;
  padding: 0 20px 0 0;
}
/*頁碼*/	
.ColorLens-swiper .swiper-pagination,.Makeup-swiper .swiper-pagination {
  display: none;
}	
}
@media (max-width: 1023px){
/*商品列表*/		
.ColorLens-swiper a.primay-button-black,.Makeup-swiper a.primay-button-black {
	min-height: 4rem;
  font-size: 1.6rem;
  margin: 50px auto 0 auto;
  display: flex;
  min-width: auto;
  max-width: 233px;
  width: 100%;
}
.Makeup-box .Makeup-swiper-box {
  width: 100%;
  margin-left: 0px;
}
/*頁碼*/
.ColorLens-swiper .swiper-pagination,.Makeup-swiper .swiper-pagination {
  display: none;
}		
}
@media (max-width: 767px){

.Makeup-box .Makeup-swiper-box {
  width: 100%;
  margin-left: 0px;
  padding: 0 20px 0 0;
}	
	
/*頁碼*/
.ColorLens-swiper .swiper-pagination,.Makeup-swiper .swiper-pagination {
  display: block;
}		
.ColorLens-swiper a.primay-button-black,.Makeup-swiper a.primay-button-black {
	min-height: 4rem;
  font-size: 1.6rem;
  margin: 50px auto 0 auto;
  display: flex;
  min-width: auto;
  max-width: 233px;
  width: 100%;
}

}

.ColorLens-swiper .primay-button,.Makeup-swiper .primay-button {
  padding: 0 32px;
}

.ColorLens-swiper .primay-button:hover,.ColorLens-swiper .primay-button:focus,
.Makeup-swiper .primay-button:hover,.Makeup-swiper .primay-button:focus  {
  padding: 0 24px;
}

.ColorLens-swiper-box .costom-swiper-button-prev,.Makeup-swiper-box .costom-swiper-button-prev {
  left: 0;
}
.ColorLens-swiper-box .costom-swiper-button-next,.Makeup-swiper-box .costom-swiper-button-next {
  right: 0;
}

.Makeup-box {
  display: block;
}

.Makeup-box .Makeup-swiper .swiper-slide {
  text-align: left;
  padding: 0;

}
.Makeup-box .swiper-slide .color {
  margin-top: 47px;
  height: 35px;
}

.Makeup-box .swiper-slide .color-item {
  display: inline-flex;
  width: 35px;
  height: 35px;
  align-items: stretch;
  justify-content: space-between;
  margin-right: 10px;
  vertical-align: middle;
}

.Makeup-box .swiper-slide .color-item span {
  flex: 1;
}

.Makeup-box .swiper-slide .color-item .num {
  color: #606060;
  font-size: 2.4rem;
}

/*Makeup color*/
.Makeup-box .swiper-slide .color-text {
  height: 36px;
  color: #606060;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 25px;
}

.Makeup-box .Makeup-swiper a.primay-button-black {
  margin: 45px auto 0 0;
}

.Makeup-box .costom-swiper-button-prev {
  display: none;
}



/****************************
        給html編輯器使用 
****************************/

.editor_wrapper {
  color: #000000;
	text-align: center;
}

.editor_wrapper img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.editor_wrapper ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 30px;
}

.editor_wrapper ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 30px;
}

.editor_wrapper li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.editor_wrapper table,
.editor_wrapper td,
.editor_wrapper th {
  border: 1px solid black;
}

.editor_wrapper td {
  display: table-cell;
  vertical-align: inherit;
}

.editor_wrapper tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.editor_wrapper th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: -internal-center;
}

.editor_wrapper thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.htmleditor tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.editor_wrapper,
.editor_wrapper p {
  font-size: 2rem;
  line-height: 1.67;
}

.editor_wrapper p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.editor_wrapper b,
.heditor_wrappertml strong {
  font-weight: bold;
}

.editor_wrapper h1,
.editor_wrapper h2,
.editor_wrapper h3,
.editor_wrapper h4,
.editor_wrapper h5 {
  color: #000;
  line-height: 1.67;
}

.editor_wrapper h1 {
  display: block;
  font-size: 3rem;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.editor_wrapper h2 {
  display: block;
  font-size: 2.8rem;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.editor_wrapper h3 {
  display: block;
  font-size: 2.4rem;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.editor_wrapper h4 {
  display: block;
  font-size: 2rem;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.editor_wrapper h5 {
  display: block;
  font-size: 1.8rem;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.editor_wrapper h6 {
  display: block;
  font-size: 1.6rem;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

@media (max-width: 767px) {

  .editor_wrapper h1 {
    font-size: 2rem;
  }

  .editor_wrapper h2 {
    font-size: 1.8rem;
  }

  .editor_wrapper h3,
  .editor_wrapper h4,
  .editor_wrapper h5,
  .editor_wrapper h6 {
    font-size: 1.6rem;
  }

  .editor_wrapper,
  .editor_wrapper p {
    font-size: 1.6rem;
  }
	.editor_wrapper .video{height:300px;}
}