@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url('https://fonts.googleapis.com/css?family=Baloo');
@import url('https://fonts.googleapis.com/css?family=Fredoka+One');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Mukta+Vaani:700|Staatliches');
*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }

body{
  background:#ffe1d3 url(img/bg.png);
  background-size:16%;
  background-position:top center;
  margin: 0 0;
  font-size: 1.1em;
  line-height: 1.8;
  font-weight: 300;
  overflow-x: hidden;
  font-family: "Arial","Noto Sans TC" , sans-serif;
  --color-text: #fff;
  --color-link: #ffcccc;
  --color-link-hover: #fff;
  --color-title: #fff;
   
}


#gotop {
width:3.8em;
height:3.8em;
text-align: center;
border:1px solid #ddd;
position: fixed;
right: 10px;
bottom: 10vh;
border-radius:50%;
padding:6px 0px;
font-size:0.9em;
background: rgba(0,0,0,0.7);
border: 1px;
color: white;
cursor: pointer;
z-index: 300;

}
@media screen and (max-width:46em){
  #gotop {
  font-size:13px;
  padding-top: 5px;
  bottom:65px;
  }
  body {  
    font-weight: 300;
}
}

footer {
  position: relative;
  bottom: 0;
  color: #fff;
  padding: 8vh 8vw;
  background-color: rgba(77, 144, 254,1.0);
}
footer h2{
  font-size:1.1em;
  line-height: 1.8;
  margin: 0 0px;
  text-align: left;
  color: #fff;
}
footer h3 {
  font-size: 1em;
  margin: 0 0;
  padding: 0 0 1vh 0.8vw;
  text-align: left;
}
.win{
  width:38vw;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.add{width:100%;color: #fff;}
.add td{padding: 5px 1px;}

footer nav{
  width: 11vw;  
  /*font-weight: 600;*/
  text-align: right;
  display: inline-block;
  vertical-align: top;
  margin: auto 0 auto 2vw;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover,
footer a:focus {
  color: #fff;
  text-decoration: none;
}
footer a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
footer nav a{
  color: #fff;
  text-decoration: none;
  line-height: 1.8;
  display: block;
  text-align: left;
}
footer nav a:hover{
  font-weight: 600;
  color: #ffff00;
}
footer span{
  background-color: #fff;
  color: rgba(77, 144, 254,1.0);
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: 600;
}
.shere{  
  display: inline-block;
  font-size:2.2em;
}
footer i{
  color: #fff;
  margin: auto 1vw;
}
@media (max-width: 68em){
  .win{
  width:50vw;
  display: inline-block;
  vertical-align: top;
}
footer {
  color: #fff;
  padding: 8vh 5vw;
  background-color: rgba(77, 144, 254,1.0);
}
footer nav{
  margin: auto 0 auto 6vw;
}
.add{font-size: 14px;}
}
@media (max-width: 50em){
 .win{
  width: 100%;
  font-size: 14px;
  display: block;
}
footer {
  font-weight: 300;
  color: #fff;
  font-size:13.5px;
  padding:5vh 3vw 10vh 3vw;
  background-color: rgba(77, 144, 254,1.0);
}
footer nav{
  width: 25vw;  
  margin-top: 3vh;
  margin-left:0vw;
  vertical-align: top;
}
.shere{  
  vertical-align: bottom;
  font-size: 1.6em;
}
}

#message{
  background-color: rgba(255,245,245,0.85);
  color:#333;
  text-align: center;
  padding: 5vh 10vw;
  margin: 0 auto;
}
#message h2{
  font-size: 2.2em;
  line-height: 1.2;
  margin-top:50px;
  margin-bottom: 5px;
  color:#03c;
  font-weight: 600;
  text-align: center;
}
h1,h2,h3,h4,h5,h6,p { font-weight: 300;}
h3{
  font-weight: 400;
  font-size: 1.1em;
}
table {border-collapse: collapse;border-spacing: 0;}
@media (max-width: 767px) {.hidden-xs {display: none !important;}}
@media (min-width: 768px) and (max-width: 991px) {.hidden-sm {display: none !important;}}
@media (min-width: 992px) and (max-width: 1199px) {.hidden-md {display: none !important;}}
@media (min-width: 1200px) {.hidden-lg {display: none !important;}}
a {text-decoration: none;}
.red {color: #F00;font-weight: 600; font-family: "Arial Black" , "Noto Sans TC", sans-serif;}
.r_bg{
  background-color: #f00;color: #fff;padding: 5px 10px;border-radius: 20px;
}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}

/*tossing*/
.linefirend{
  font-size:2.5em;
  animation-name: linefirend;
  -webkit-animation-name: linefirend; 
  animation-duration: 2.5s; 
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes linefirend {
  0% {transform: rotate(-4deg);}
  50% {transform: rotate(4deg);}
  100% {transform: rotate(-4deg);}            
}
@-webkit-keyframes linefirend {
  0% {-webkit-transform: rotate(-4deg);}
  50% {-webkit-transform: rotate(4deg);}
  100% {-webkit-transform: rotate(-4deg);}        
}
@media (max-width: 767px){
  .linefirend{
  font-size:1em;
  animation-name: linefirend;
  -webkit-animation-name: linefirend; 
  animation-duration: 2.5s; 
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
}

/*tossing*/
.floating{
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 5s; 
  -webkit-animation-duration: 5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {transform: translateY(0%);  }
  50% {transform: translateY(8%); } 
  100% {transform: translateY(0%);}     
}

@-webkit-keyframes floating {
  0% {-webkit-transform: translateY(0%);  
  }
  50% {-webkit-transform: translateY(8%); 
  } 
  100% {-webkit-transform: translateY(0%);
  }     
}


 main {
  background:url(img/goodbg.png);
  background-position:top center;
  background-size: 100%;
} 
header {
  text-align: center;
  
  
}
header img {
  width:55vw;
  height: auto;
  margin-top: 0vh;
  padding-bottom: 0vh;
  position: relative;
  z-index: 99;
}

header h1,#double h5,#double h5 {
  color:#fff;
  font-size: 2em;
  line-height: 1.35;
  font-weight: 600;
  text-shadow: 
  0 0.1em 5px #784502,
  0.05em -0.03em 0 #784502,
   0.05em 0.005em 0 #784502,
   0em 0.08em 0 #784502,
   0.05em 0.08em 0 #784502,
   0px -0.03em 0 #784502,
   -0.03em -0.03em 0 #784502,
   -0.03em 0.08em 0 #784502,
   -0.03em 0 0 #784502;
}

#double{
   background:rgba(242, 207, 177, 0.88) url(img/bg3.png);
   background-size: 10%;
   padding: 0 5vw 10vh;
   text-align: center;
   color: rgb(100, 45, 45);
}

#double h2 {
  padding: 1vh;
  letter-spacing: 2px;
  font-size: 1.6em;
  font-weight: 600;
  border-top: solid 1px;
  border-bottom: solid 1px;
  text-shadow: 
  0 0.1em 5px #fff,
  0.05em -0.03em 0 #fff,
   0.05em 0.005em 0 #fff,
   0em 0.08em 0 #fff,
   0.05em 0.08em 0 #fff,
   0px -0.03em 0 #fff,
   -0.03em -0.03em 0 #fff,
   -0.03em 0.08em 0 #fff,
   -0.03em 0 0 #fff;
}
#double h3 {
  font-weight: 600;
  font-size: 1.6em;
  color: #007bff;
  letter-spacing: 2px;
  text-shadow: 
  0 0.1em 5px #fff,
  0.05em -0.03em 0 #fff,
   0.05em 0.005em 0 #fff,
   0em 0.08em 0 #fff,
   0.05em 0.08em 0 #fff,
   0px -0.03em 0 #fff,
   -0.03em -0.03em 0 #fff,
   -0.03em 0.08em 0 #fff,
   -0.03em 0 0 #fff;
  
}
#double h3:nth-child(2) {
  color: #007bff;
}
#double h3 span {
  color: rgb(255, 34, 0);
}
#double h5 {
  padding-top: 8vh;
}
#double ul {
  padding: 0 ;
  margin: 0 ;
  font:1.25rem/2rem 'Noto Sans TC', sans-serif;
  display: flex;
  display: -webkit-flex;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content:space-around;
  padding-top:12px;
  font-weight:600;
  color: #942a01;

}
#double ul li {
  width: 195px;
  height: 195px;
  border: double 3px rgba(242, 207, 177, 0.68);
  border-radius: 50%;
  margin: 3vh 0.6vw;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#double ul li strong{
  font-weight: 800;
  color: #F00;
}
#double ul li span {
  letter-spacing: 5px;
}
#double img{
  width:5vw;
  height: auto;
  
}
#double img:nth-child(2n){
  position: relative;
  bottom:0vh;
  left: 0vw;
  width: 150px;
  height: auto;

}
@media (max-width: 65em) {
  header img {
    width:80vw;
    height: auto;
    padding-bottom: 10vh;
    padding-top:3vh;
    margin-top: 5vh;
  
  }
  header h2{
      font:1.1rem/1rem 'Noto Sans TC', sans-serif;
      margin-top: 2vh;
  }
  #double h2 {
    letter-spacing:0em;
  }
  #double ul li {
    width: 195px;
    height:195px;
    padding-top:10px;
  }
  #double img:nth-child(2n) {
    position: relative;
    bottom:0vh;
    left:0vw;
    width:160px;
    height: auto;
  }
  #double img {
    width:8vw;
    height: auto;
  
  }
  }
@media (max-width: 40em) {
  main {
    background:url(img/goodbg.png);
    background-position:top center;
    background-size: 120%;
  } 
header img {
  width:92vw;
  height: auto;
  padding-bottom: 5vh;
  padding-top:5vh;
  margin-top: 5vh;

}
header h1,#double h5 {
  font-size: 1.8em;
}
header h2{
    font:1.1rem/1rem 'Noto Sans TC', sans-serif;
    margin-top: 3vh;
}
header p {
  font-size: 1.1em;
  font-weight: 400;
}
#double{
  background:rgba(242, 207, 177, 0.88) url(img/bg3.png);
  background-size: 10%;
  padding: 0 5vw 10vh;
  text-align: center;
  color: rgb(100, 45, 45);
}

#double h2 {
  letter-spacing: 0px;
  font-size: 1.6em;
  font-weight: 600;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
#double h3 {
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0px;
  
}

#double ul {
  font:1.05rem/1.8rem 'Noto Sans TC', sans-serif;
  font-weight:600;
  color: #942a01;
  margin: 0;

}
#double ul li {
  width: 162px;
  height:162px;
  padding-top:8px;
}
#double img:nth-child(2n){
  position: relative;
  bottom:0vh;
  left: 0vw;
  width: 138px;
  height: auto;
}
#double img {
  width:10vw;
  height: auto;

}
}

section {
  text-align: center;
  padding: 3vh 8vw;
}

@media (max-width: 55em){
  section {   
  padding: 5vh 3vw;
}

}
#good {
  background: #ffac8f url(img/top_bg2.png);
}
.good_bg{
  width:100%;  
  margin:-12vh auto 10vh auto;
  border-radius: 2.5em;
  padding:10vh 2vw 12vh 2vw;
  background:  rgba(255,255,255,0.61);
  border-radius:2em;
  
}
.bg_c {
  background:url(img/top_bg2.png)#ffe9e0;
  margin-top:0vh;
  padding-top: 2vh;
}

#cpa h3,#kp h3{
  font-size: 1em;
  color: #b67b32;
  text-align: center;
  font-weight: 800;
  margin: 0;
}
#cpa h2,#kp h2,#cpb h2{
  background-image: url(img/h2_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding:10vh 0 22vh 0;
  line-height: 1.3;
  position: relative;
  font-size: 2em;
  color:#6d2515;
  text-align: center;
  font-weight: 800;
}

#cpa,#cpb,#kp{
  margin: auto;
  font-size:2.25vw;
  letter-spacing: 1px;
  line-height: 1.8;
  font-weight: 600; 
  /* position: relative; */
  
}

#cpa ul,#cpb ul,#kp ul,#kp ol{
  margin: 0 auto 0 auto;
  padding: 0px 0px;
  text-align: center;
}
#kp ol li{
  font-family: "Noto Sans TC" , sans-serif;
  font-size: 68%;
  width:45%;
  text-align:center;
  color:#683b04;  
  display: inline-block;
  text-shadow:1px 1px 1px rgba(255,255,255,0.6);
}
#kp ol li span {
  color: #AA640E;
  padding-right: 1vw;
}
#cpa ul li,#cpb ul li,#kp ul li{  
  font-family: "Noto Sans TC" , sans-serif;
  width:25vw;
  text-align:center;
  color:#683b04;  
  display: inline-block;
  /*box-shadow: 3px 3px 3px rgba(159,31,36,0.2);*/
  text-shadow:1px 1px 1px rgba(255,255,255,0.6);
}
 #cpa p, #cpb p,#kp p{
  font-size:2.2vw;
  font-weight:600;
  color: #bf8d80;
  text-align: center;
  padding-top:10vh;
  padding-bottom: 3vh;
 }
 #cpa ul p, #cpb ul p,#kp ul p,#kp ol p{
  display: inline-block;
  font-size: 1.25vw;
  font-weight: 500;
  margin-left: 0.5vw;
  color: #bf8d80;
 }
 #cpa ul li kbd,#cpb ul li kbd,#kp ul li kbd,#kp ol li kbd{
  background-color:#bb2828;
  padding: 0.6vh 0.3vw;
  color: #fff;
  font-size:1.5vw;
  font-weight: 500;
  margin-right: 8px;
  border-radius: 5px;
    font-family: "Arial","Noto Sans TC" , sans-serif;
  text-shadow:0px 0px 0px rgba(5,255,255,0.6);

 }
 #cpa ul li a, #cpb ul li a,#kp ul li a{
  font-size: 1.2vw;
  color: #0033cc;

 }
 #cpa img,#cpb img,#kp img{
  width:4.2vw;
  height: auto;
  margin-bottom: 3px;
}

@media screen and (max-width:65em){
  #cpa,#cpb,#kp{
    font-size:1.2em;
    line-height: 1.8;
    font-weight: bold; 
    padding: 0 3vw 0 3vw;
    margin-bottom: 25vh;
  
}
.good_bg{
  margin-top: -12vh;
  
}
 #cpa ul p, #cpb ul p,#kp ul p{
  font-size: 1.5vw;
 }
  #cpa ul li,#cpb ul li,#kp ul li{
    width:26.8vw;
    letter-spacing: 1px;
}
  #kp ol li {
    width: 42vw;
  }
  #kp ol li kbd{ 
    font-size:2.6vw; 
  }
  #cpa ul li kbd,#cpb ul li kbd,#kp ul li kbd{ 
   font-size:2vw;
 }

}
@media screen and (max-width:38em){
#cpa h2,#kp h2,#cpb h2{    
  background-image: url(img/h2m.png);
  background-position:bottom center;
  background-repeat: no-repeat;
  padding: 2vh 0 12vh 0;
  line-height: 1.2;
  font-size:9vw;
}
  #cpa,#kp,#cpb{
   font-size:1.4em; 
    line-height: 1.6;
    font-weight: bold; 
    padding: 0 0;
    margin-top: 5vh;
    margin-bottom: 5vh;
}
 #cpa p,#cpb p,#kp p{
  font-size: 5vw;
  color: #ffff00;
 }
 #cpa ul p,#cpb ul p,#kp ul p{
  font-size: 3.2vw;
 }
  #cpa ul li, #cpb ul li,#kp ul li{
    vertical-align: top;
    font-size:4.8vw;
    margin-right: auto;
    width: 46%;
    letter-spacing: 0px;
  text-shadow:1px 1px 1px rgba(255,255,255,0.0);

}
#kp ol li{
  font-family: "Noto Sans TC" , sans-serif;
  width:100%;
  text-align:center;
  color:#683b04;  
  display: inline-block;
  text-shadow:1px 1px 1px rgba(255,255,255,0.6);
}
  #cpa ul li kbd,#cpb ul li kbd,#kp ul li kbd{
  font-size:3.6vw;
  padding: 3px;

 }
  #cpa ul li a,#cpb ul li a,#kp ul li a{
  font-size:3.8vw;
  color: #ffff00;

 }
.good_bg{
  width:100%;  
  margin:0vh auto 10vh auto;
  border:0px solid #fff;
  padding:6vh 1vw 3vh 1vw;
  margin-top: -10vh;
}
  #cpa img,#cpb img,#kp img{
    width:7vw;

 }
}
article{
  /*background-color:rgb(255 140 100 / 72%);*/
  text-align: center;
}
article h1,article h2,article h3,article h4,article h5,article h6,article p { padding: 0 0;margin: 0 0; }
article p{
  text-align: left;
  margin: 2vh auto;
} 
#good {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-evenly;
  padding: 0 1vw;
}
#good>section {
  width: 24%;
  padding: 3vh 1.5vw;
  vertical-align: top;
  display: inline-block;
  background-color: rgb(255,240,214,0.85);
  margin: 1vh 0.1vw;
  color: #683b04;

}
#good img{
  width: 100%;
  height: auto;
  background-color: #ffe3e3;
}
#good h3{
  background-color: #09f; 
  padding: 0.2vh 0.5vw;
  color: #fff;
  margin-top: -5vh; 
  position: absolute;

}
#good a,#good a:hover {
  color: #09f;
}
#good h4{
  text-align: right;
  font-size: 95%;
  font-style: italic;
  font-family: "Noto Sans TC" , sans-serif;
  color: #b14a00;
}
#good h4 span:before,
#good h4 span:after {
   content: '\f068';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  padding:0 0.5vw;
  font-size:12px;
}

@media (max-width:65em){
  #good h4 span:before,
  #good h4 span:after {
  font-size:8px;
}
    #good>section {
  width: 32vw;
  font-size: 15px;
  vertical-align: top;
  display: inline-block;
  margin: 1vh 0.2vw;
  padding: 3vh 1.5vw;


}
#good h4{ 
  font-weight: 400;
}
}
@media (max-width: 50em){
  #good>section {
  width: 48vw;
  padding:1vh 1.5vw;

}
}


#leam {
  width: 100%;
  text-align: center;
  background:url(img/sale_bg.png)  rgba(255,255,255,1);
  background-position: center bottom;
  background-repeat: no-repeat;
  border: solid 10px #ffcbb4;
  color: #000;
  padding-bottom: 12vh;
}
#leam h2 {
  padding: 1vh;
  letter-spacing: 1em;
  background-color: #ffcbb4;
  margin:0;
  font-weight: 500;
}
#leam h3 {
  color: #e29654;
  font-size: 1.2em;
  margin-bottom:0;
}
#leam h3 span:before,
#leam h3 span:after {
   content: '|';
   padding: 0 1vw;

}
#leam ol {
  line-height: 2;
  text-align: left;
   padding: 0vh 8vw 0vh 8vw;
   margin:0;
   font-size: 1.1em;
}
#leam ol li{
  border-bottom: dashed 1px  #ffcbb4;
  padding:1vh;
}
#leam h4 span {
  background-color: #09f;
  color: #fff;
  padding: 2vh 1vw;
  border-radius: 2em;
}
#leam ol li strong {
  font-weight: 600;
  color: #ff355e;
}
@media (max-width: 50em){
  #leam {
  width: 100%;
  text-align: center;
  background:url(img/sale_bg.png) rgba(255,255,255,0.95);
  background-position: center bottom;
  background-repeat: no-repeat;
  border: solid 10px #ffcbb4;
  color:#000;
  padding-bottom: 12vh;
}
#leam h2 {
  letter-spacing:0em;
}
#leam h3 {
  font-size: 1.1em;
}

#leam ol {
   padding: 0 0 0 10vw;
   margin:0;
}
#leam ol li{
  padding: 2vh 5vw 0 0;
}
#leam h4 span {
  padding: 2vh 3vw;
}
}
#wrapper{
  position: relative;
  margin: 5vh 0vw;
  padding:1vh 2vw 3vh 2vw;
  background-color: rgb(254 204 123); 
}
.carousels .test{
    padding: 0 5vw;
}
.carousels .slide-item{
    margin: 0 5vw;
}

.carousels{
    text-align: center;
 }

.carousels .slick-slide{
  margin: 0 0.5vw;
  padding: 0.5vh 0.3vw;
    border-radius: 0 0 15px 15px;
    background-color: #ffcccc;
}

#wrapper iframe{
 /* width: 250px;
  height: 141px;*/
  width: 560px;
  height: 315px;

}
@media screen and (max-width: 768px){
  
  #wrapper iframe{
    width: 250px;
    height: 141px;
  }
}



.carousels .slick-track{
  margin-bottom: 2vh;
}
.carousels .slick-dots li.slick-active button:before{
  color: #510707;
  content:'\f57d';
   font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  transform: scale(2);
}
.carousels .slick-dots li button:before{
  color: #510707;
  content:'\f57d';
   font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  transform: scale(1.8);
}


.slide-arrow{
  position: absolute;
  top: 100.5%;
  font-size: 1.5em;
  z-index: 99;
  color: #510707;
}


.pre{
  left: 38%;
}
.nex{
  right: 38%;
}
@media screen and (max-width: 425px){
  .pre{
    left: 30px;
  }
  .nex{
    right: 30px;
  }
}
@media screen and (max-width: 550px) and (min-width: 425px){
  .pre{
    left: 80px;
  }
  .nex{
    right: 80px;
  }
}
@media screen and (max-width: 768px) and (min-width: 550px){
  .pre{
    left:  140px;
  }
  .nex{
    right:  140px;
  }
}
@media screen and (max-width:1024px) and (min-width: 769px){
  .pre{
    left:  30%;
  }
  .nex{
    right:  30%;
  }
}
@media screen and (max-width:1440px) and (min-width: 1024px){
  .pre{
    left:  35%;
  }
  .nex{
    right:  35%;
  }
}




/*select*/
@media screen and (max-width:800px){
    #wrapper {
        margin: 5vh 2vw;
    }
}
@media screen and (max-width:1100px) and (min-width:801px){
    #wrapper {
        margin: 5vh 0.5vw;
    }
}
#gt {
  padding: 6vh 3vw 5vh;
  text-align: center;
  margin-bottom: 12vh;
  margin-top: -8vh;
  background-color: rgba(255, 225, 189, 0.78);

}
#gt ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  font-family:"Noto Sans TC" , sans-serif;
}
#gt ul li {
  width: 31%;
  margin: 1vh 1vw;
  text-align: left;
  color: #8e4f10;
}
#gt ul img{
  width: 12%;
  margin-right: 0.4vw;
}
#gt ul span {
  color:#91513e ;
  font-weight: 600;
  padding-left:3px ;
}
@media screen and (max-width:65em){
  #gt {
    padding: 6vh 0vw 5vh;
    text-align: center;
    font-size: 95%;
  
  }
  #gt ul li {
    width:47%;
    margin: 1vh 0.2vw;
  }
  #gt ul img{
    width: 8%;
    margin-right: 0.4vw;
  }
}
@media screen and (max-width:40em){
  #gt {
    padding: 6vh 5vw 5vh;
    text-align: center;
    margin-bottom: 0vh;
    margin-top: -8vh;
    background-color: rgba(255, 225, 189, 0.78);
 
  
  }
  #gt ul li {
    width:100%;
    margin: 0.5vh 1vw;
  }
  #gt ul img{
    width: 8%;
    margin-right:1vw;
  }
}
