@charset "utf-8";
/* CSS Document */
.box-sizing: {
border-box:'' !important;
}
*, *::before, *::after {
    box-sizing: '' !important;
}


/* spec style */    
.style1 {
    font-size: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #201f20;
    padding-right: 10px;
}
.style2 {
    font-size: 1.4em;
    color: #201f20;
    padding-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.spectable tr:nth-child(even) {
    background: #FFF;
}
.spectable tr:nth-child(odd) {
    background: #CCC;
}


/* Icon style */ 
.icontitle1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #201f20;
    padding: 10px 0  15px 0;
}
.icontitle2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #201f20;
    padding: 10px 0  25px 0;
}
.box1 {
    
    padding: 10px 0px;
}

.box2 {
    
    padding: 30px 0px;
}
/* Interchangeable style */ 
.idt-icon {
    display: inline-block;
    overflow-x: auto;
    padding: 0 0 10px 0px;
    margin: 0px;
}


.idt-icon li {
    display: block;
    list-style: none;
    white-space: nowrap;
    float: left;
    padding: 5px;
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
.box1 {
    margin: 10 5px;
    padding: 0 0 15px 0;
    float: left;
    left: -50%;
}
.box2 {
    margin: 5px 0px;
}    
.idt-icon {
    padding: 0px 30px;
}
.idt-icon li ul {
    position: relative;
    display: inline-block;
}
    
.idt-icon li {
    list-style: none;
    float: left;
    left: 0;
    padding: 15 10px;
}
}


/* Quick link button */
.quick-btn {
    padding: 15px 15px;
    border: 2px solid #000;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-11 {
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-11:hover {
    background: #000;
    color: #fff;
}

.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:active {
    box-shadow: 4px 4px 6px 0 rgba(255,255,255,.3), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

 .glow2 {
	 display: inline-block;
	 transition-duration: 0.3s;
	 transition-property: box-shadow;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 transform: translateZ(0);
     border: 1px;
     border-style: solid;
     border-color: #363636;
     border-radius: 0.5em;
     
}


/* Glow */
 .glow {
	 display: inline-block;
	 transition-duration: 0.3s;
	 transition-property: box-shadow;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 transform: translateZ(0);
     box-shadow: 0 0 1px rgba(156, 156, 156, 0);
     border-radius: 0.5em;
}

 .glow:hover {
	 box-shadow: 0 0 8px rgba(156, 156, 156, .7);
}


/* Box Shadow Outset */
 .box-shadow-outset {
	 display: inline-block;
	 transition-duration: 0.3s;
	 transition-property: box-shadow;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 transform: translateZ(0);
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
 .box-shadow-outset:hover {
	 box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
}


/* Sink */
 .sink {
	 display: inline-block;
	 transition-duration: 0.3s;
	 transition-property: transform;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 transform: translateZ(0);
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
 .sink:hover {
	 transform: translateY(5px);
}


/* Hover */
 @keyframes hover {
	 50% {
		 transform: translateY(-3px);
	}
	 100% {
		 transform: translateY(-6px);
	}
}

 .hover {
	 display: inline-block;
	 transition-duration: 0.5s;
	 transition-property: transform;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 transform: translateZ(0);
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

 .hover:hover {
	 transform: translateY(-6px);
	 animation-name: hover;
	 animation-duration: 1.5s;
	 animation-delay: 0.3s;
	 animation-timing-function: linear;
	 animation-iteration-count: infinite;
	 animation-direction: alternate;
}

/* Shadow Radial */
 .shadow-radial {
	 display: inline-block;
	 position: relative;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 transform: translateZ(0);
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

 .shadow-radial:before, .shadow-radial:after {
	 pointer-events: none;
	 position: absolute;
	 content: "";
	 left: 5;
	 width: 90%;
	 box-sizing: border-box;
	 background-repeat: no-repeat;
	 height: 5px;
	 opacity: 0;
	 transition-duration: 0.3s;
	 transition-property: opacity;
}

 .shadow-radial:before {
	 bottom: 100%;
	 background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

 .shadow-radial:after {
	 top: 100%;
	 background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

 .shadow-radial:hover:before, .shadow-radial:hover:after {
	 opacity: 1;
}

.wrapper {
    position: relative;
}


.imgfadein {
    transition: .5s ease-in-out all;
}

.textfadein {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    display: table;
    margin-top: -10px;
    opacity: 0;
    width: 100%;
}

.textfadein {
    text-align: center;
    transition: .5s ease-in-out all;
}
.imgfadein:hover img {
    opacity: .3;
}
.imgfadein:hover .textfadein {
    opacity: 1;
}
/* 手機版隱藏*/
.hide-in-phone {
    display: none
}

@media screen and (min-width: 900px) {
.hide-in-phone {
    display: block;
}
}
/* 電腦版隱藏*/ 
.hide-in-screen {
    display: none
}

@media screen and (max-width: 901px) {
.hide-in-screen {
    display: block;
}
}


/* CP icon style -shake*/ 

.shakebutton1 {
  transition: transform 0.3s ease;
}
.shakebutton1:hover, .shakebutton1:focus, .shakebutton1:active {
  cursor: pointer;
  transform: scale(0.9);
}


/* youtube mobile style */ 
.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Hover change image  */
 .box3{
        width: 100%;
        height: 100%;
        position: relative;
        top:50px;
    }
    .box3 img{
        width: 100%;
        position: absolute;
        top:0px;
        left: 0px;
    }
    .img-top{
        display: none;   /* Hide top Image */
        z-index: 99;
    }

    .box3:hover .img-top{
        display: inline;  /* Show top Image */
    }
.ta02{
    width: 100%;
    padding: 0 5px;
}

.ta02:hover img{
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
}

@media screen and (min-width: 400px) {
.ta02{
  width: 100%;
  padding: 0px 0px;  
}
}
/* note font style */ 
.notestyle01 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #0066FF;
}    
/* note style */ 

.notestyle02 li{
    padding: 5px 0px;
    margin-bottom: 0px;
    list-style: inside;
} 
 
.notestyle03 li{
    padding: 5px 0px;
    margin-bottom: 0px;
}  
.notestyle03 li:before{
   content: '✔';
   font-size: 18px;
   font-weight: bold;
   color: #189A2E;
   padding-right: 15px;    
}

/* Reviews and Related Articles pic style */ 
.img-fluid {
    width: 100%!important;
    height: auto;
}


/* Product Details ul/li style*/
  .f-ul {
    list-style: none; 
    padding-left: 0;
  }

  .f-ul li {
    position: relative;
    padding-left: 1.2em;
    margin: 5px 0;
    color: #000000;
  }

  .f-ul li::before {
    content: "●";        
    position: absolute;
    left: 0;              
    color: #ec6500;       
    font-weight: bold;
  }











