@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:#fff url(../images/top_bg2.png);
  background-size:3%;
  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;   
}
}

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;}


 main {
  background:url(../images/bg2.png);
  background-position:top center;
  background-size: 100%;
} 
header {
  text-align: center;
}
header img {
  width:52%;
  height: auto;
  margin-top:5vh;
  padding-bottom: 4vh;
  position: relative;
  z-index: 99;
}

header h1,#double h5,#double h5 {
  color:#ff0606;
  font-size: 1.8em;
  line-height: 1.35;
  font-weight: 600;
  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{
   /* background:rgba(255, 206, 206, 0.878) ; */
   /* background: rgba(254, 186, 64, 0.55) url(../images/bg3.png); */
   background-size:2%;
   padding:15vh 5vw 10vh;
   text-align: center;
   margin-top: -20vh;
   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:-0.5vh;
  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) {
header img {
  width:92%;
  height: auto;
  padding-bottom: 5vh;
  padding-top:0vh;

}
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-size:2%;
   padding:3vh 5vw 10vh;
   text-align: center;
   margin-top: -10vh;
}

#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: #fffffe url(../images/top_bg2.png);
}
.good_bg{
  width:100%;  
  margin:-8vh 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(../images/top_bg2.png)#ffe9e0;
  margin-top:0vh;
  padding-top: 2vh;
}

#cpa h3,#cpb h3,#kp h3{
  font-size: 1em;
  color: #b67b32;
  text-align: center;
  font-weight: 800;
  margin: 0;
}
#kp h2,#cpa h2,#cpb h2{
  background-image: url(../images/h2_bg.png);
  background-position: bottom center;
  background-size: 42%;
  
  background-repeat: no-repeat;
  padding:10vh 0 16vh 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: 8vh;
  
}
.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-size: 80%;
  padding: 2vh 0 15vh 0;
  margin-bottom: 5vh;
  line-height: 1.2;
  font-size:2em;
}
  #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:rgba(255, 237, 203, 0.8);
  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(../images/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(../images/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;
  }
}


#cpb ol {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0;
  margin: 0 0 2vh;
  font-family:"Noto Sans TC" , sans-serif;
  font-size: 95%;
}
#cpb ol li {
  width: 28%;
  color: #8e4f10;
}
#cpb ol img{
  width: 15%;
  margin-right: 0.4vw;
}
#cpb ol strong {
  color:#b57b32;
  font-size: 88%;
  padding-right: 0.3vw;

}
@media screen and (max-width:65em){
  #cpb {
    padding: 6vh 0vw 5vh;
    text-align: center;
    font-size: 95%;
  
  }
  #cpb ol li {
    width:47%;
    margin: 1vh 0.2vw;
  }
  #cpb ol img{
    width: 8%;
    margin-right: 0.4vw;
  }
}
@media screen and (max-width:40em){
  #cpa ol {
    font-size: 100%;
  }
  #cpb ol li {
    width:46%;
    margin: 0.5vh 1vw;
  }
  #cpb ol img{
    width: 8%;
    margin-right:1vw;
  }
}
#sale {
  background-color: rgba(255, 207, 195, 0.6);
  text-align: center;
  padding: 8vh 5vw ;
}
#sale h2 {
  font-weight: 500;
  border-top:solid 1px;
  border-bottom:  solid 1px;
  letter-spacing: 1px;
}
#sale h3 {
  font-size: 1.3em;
  margin: 2vh 0;
}
#sale h3 strong {
    color: #5a6bff;
    border-bottom: solid 2px
}
#sale p {
  padding: 0;
  margin: 0;
  text-align: center;
}
#sale>section {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  align-items: stretch;
}
#sale ul {
  width: 45%;
  margin: 0;
  padding: 5vh 5vw;
  list-style: none;
  background: rgba(255,255,255,0.61);
  border-radius: 2em;
  font-size: 1.2em;

  
}
#sale ul li {
  padding: 1vh 0;
  border-bottom: dashed 2px #ffcbb4;
  font-weight: 400;

}
#sale ul li:last-child {
  border-bottom: 0px;
}
#sale ul strong {
  font-weight: 600;
  font-size: 160%;
  color: #f00;
  line-height: 1.5;

}
#sale ul small {
  font-size:68%;
}
@media screen and (max-width:40em) {

  #sale>section {
    flex-wrap: wrap;
  }
  #sale ul {
    width: 100%;
    font-size: 1.1em;
    border-radius: 0;
    margin-bottom: 1vh;
  
    
  }
}


.logock{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: solid 1px #ffffffe7;
    color: #099587;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 1.5em;
    position: fixed;
    top: 0;
    left: 0;
    padding:3px 0 1px 2vw;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    z-index: 99;
    text-align: left;
}
.logock h6{
    margin: 0;
    padding: 0;
}


footer {
  padding: 50px calc((100% - 1200px) / 2);
  background-color: #666bff;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
footer ul li {
  width: 20%;
  margin: 8px 0;
  list-style: none;
}
footer ul li a {
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  position: relative;
}
footer ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 45%;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.8s;
}
footer ul li a:hover::after {
  left: 0;
  width: 99%;
}


@media screen and (max-width: 1180px) {
  .recommend {
    padding: 60px 5%;
  }
  .recommend h2 {
    font-size: 2.8em;
  }
  .recommend ul {
    margin: 40px 0 0;
  }
  
  .student {
    padding: 60px 5%;
  }

  .experience ul li .experienceWrap {
    flex-direction: column;
  }


  footer {
    padding: 50px 5%;
  }
  footer li {
    text-align: center;
  }
}

@media screen and (max-width: 820px) {

  .recommend ul li .recommendTitle {
    flex-direction: column;
  }
  footer {
    font-size: 16px;
  }

  /* footer */
  footer {
    padding: 30px 4%;
  }
  footer ul li {
    text-align: center;
  }
}
.gotop {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn {
  display: inline-block;
  margin: 5vh 0 0 0;
  padding: 1vh 5vw;
  font-weight: bolder;
  color: #fff;
  background: #000;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 15px;
}
.btn::after {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}
.btn:hover {
  color: #666bff;
  transform: scale(1.1);
}
.btn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn a {
  font-size: 1.5rem;
}

#socail_icon {
    padding: 0;
  }
#socail_icon_box a {
    background-color: #1f8bd9;
      width: 3.5em;
  }
  #socail_icon a::before {
    content:none;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      padding-right: 0;
  }
  
#socail_icon_box a p  {
    text-align: center;
}
  @media screen and (max-width: 575px) {
    #socail_icon_box {height: 8vh;}
    #socail_icon_box a.bg_line {padding: 0.5em 0.1em 0.4em;}
    #socail_icon {margin-top: 0; background-color: rgba(54, 50, 0, 0)}
    #socail_icon_box a.w100 img {
        pointer-events: none;
        display: block ;
        position: absolute; 
        z-index: 10; 
        width: 40px; 
        height: 40px; 
        top: 18px!important;
        left: 10%!important;
    }
    #socail_icon_box a.bg_line {
        padding: 0.2em 0.15em 0.2em !important;
    }
    #socail_icon_box {
         height: 6.5vh !important;
    }
}
#point {
  width: 100%;
  background:#ffd7d700;
  padding: 8vh 6vw 0;
  text-align: center;
  border: solid 0px;
  border-radius: 0;
}

#point>section {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items:stretch;
  padding: 2vh 0 0;
  border: 0;

}
 #point>section div {
  width: 50%;
  background: url(../img/book.png)no-repeat center bottom;
  background-size: 42%;
  padding: 2vh 5vw 28vh 3vw;
  color:#3e2e5b;; 
  position: relative;
  border-radius: 2em;
} 
 #point>section div:nth-child(2) {
  padding: 2vh 3vw 28vh 5vw;
    background: url(../img/book2.png)no-repeat center bottom;
  background-size: 42%;
 
} 
#point .pe {
  width: 54%;
  position: absolute;
  bottom: -12vh;
  left: -2.5vw;
    z-index: 9;
}
#point .pe2 {
  width: 55%;
  position: absolute;
  bottom: -12vh;
  right: -0.5vw;
  z-index: 8;
}
/* #point>section div {
  width: 28%;
  padding: 2vh 2vw;
  margin:0 1vw 1vh;
  background: #fff;
  color:#3e2e5b;; 
  border-radius: 2em;
  border: solid 1px #b6e8ff;

} */

#point span {
  display: block;
  font-size: 150%;
}
#point span::before {
  content: '＼';
  padding: 0.6vw;
  font-size: 60%;
}
#point span::after {
  content: '／';
  padding: 0.6vw;
  font-size: 60%;
}
#point i{
  font-size:3em;
  color: #3e2e5b;
}
#point img {
  width:20%;
  height:auto;
  border-radius: 2em 2em 0 0;
  border-bottom: solid 1px #b6e8ff;
}
#point a:hover,#point a {
  font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
  font-size: 2em;
}
#point ul {
  text-align: left;
  border: solid 3px #2c2c2c;
   border-radius: 1em;
  background: #fff url(https://www.public.com.tw/ad/un-activity/20240409/img/bg.png);
  background-size: 3%;
  padding: 5vh 3vw;
  list-style: none;
  
}
#point ul li {
  margin-bottom: 2vh;
  border-bottom: solid 2px;
  padding-bottom: 2vh;
}
#point ul li:first-child {
  text-align: center;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 2;

}
#point ul li:first-child,#point ul li:last-child {border: 0px;}
#point ul li strong {
  padding: 1vh 1vw;
  margin-right: 1vw;
  background: #81a6ff;
  border-radius: 1em;
  color: #fff;
  font-weight: 400;
  font-size: 90%;

}
#point>section div:first-child ul strong{
  background: #ff8b76;

}
@media screen and (max-width: 65em) {

  #point {
    background:#ffd7d7;
    padding: 15vh 1vw;
    text-align: center;
    border: solid 3px;
    border-right: solid 0px;
    border-left: solid 0px;
  }
  
  #point>section div {
    width: 25%;
    margin:0 0.5vw 1vh;
  
  }
  #point  h2 {
    letter-spacing:1px;
  }
  #point p{
    padding: 2vh 2vw 5vh;
  }

  
}
@media screen and (max-width: 55em) {
  #point {
    background:#ffd7d7;
    padding: 8vh 0vw 0;
  }
  #point>section {
    flex-wrap: wrap;
  }
  #point>section div {
    width:95%;
    margin:0 0vw 5vh;
    font-size: 95%;
  
  }

   #point>section div {
  background: url(../img/book.png)no-repeat left 5vw bottom;
  background-size: 42%;
} 
 #point>section div:nth-child(2) {
  padding: 2vh 3vw 28vh 5vw;
    background: url(../img/book2.png)no-repeat right 5vw bottom;
  background-size: 42%;
 
} 
  #point .pe {
  width: 54%;
  position: absolute;
  bottom: 2vh;
  left:2vw;
    z-index: 9;
}
#point .pe2 {
  width: 55%;
  position: absolute;
  bottom:3vh;
  right: -0.5vw;
  z-index: 8;
}
}
#point {
  margin-top: 5vh;
}
#point h2 {
     letter-spacing:2vw;
  font-size: 1.5em;
}
#point h2 small {
  display: block;
  font-size: 95%;
    letter-spacing:1px;
}
#point h2 mark {
  letter-spacing:1px;
  background: #089197;
  border-radius: 1em;
  font-size: 90%;
  color: #fff;
  padding: 0.8vh 1vw;
  margin: 0 0.3vw;
}
#point  table,#faq table {
	width: 100%;
	margin: auto;
	margin-bottom: 5vh;
	border-spacing: 0;
	border: solid 2px #2c2c2c;
	background-color: #fff;
  text-align: center;
  }
  #point  table td,  #point  table th ,
  #faq table td,  #faq table th {
	padding:1vh 1vw;
  }
  #point table td, #faq table td{
	border: 1px solid #424242;
	border-top-width: 0;
	border-left-width: 0;
  }
  #point table th,  #faq table th {
  background-color: #cad0ff;
	border: 1px solid #424242;
	font-weight: 500;
	border-top-width: 0;
	border-left-width: 0;
  }

  #point  table th:nth-child(1){
	  width:20%;
	  text-align: center;
  }

/* #point a,#point a:hover{
    background-color: #fff;
    padding: 1vh 2vw;
    font-size: 1.25em;
    border-radius: 0.5em;
  } */
#point a:hover {
    opacity: 0.85;
  }
#point a::before{
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
padding-right: 0.2vw;
   
}

@media screen and (max-width: 40em) {
  #point {
    margin-top: 0vh;
  }
  #point  table th:nth-child(1){
      width:20%;
      text-align: center;
  }
  #point h2 {
     letter-spacing:0.1vw;
  font-size: 1.25em;
}
}
#cpa_class {
  background: #ffe7d3;
  margin: auto;
  text-align: center;
  letter-spacing: 0.5px;
  padding: 18vh 8vw;
}
#cpa_class img {
    border-radius: 3em;
    margin-top: 1vh;
    width: 100%;
}
@media screen and (max-width: 40em) {
  
#cpa_class {
  padding: 5vh 5vw;
}
}