@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');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Brygada+1918:ital,wght@0,400..700;1,400..700&display=swap');
*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }

  table {border-collapse: collapse;border-spacing: 0;margin: auto; text-align: center;}
  
  @media (max-width:55em) {.br_d {display: none;}}
  @media (min-width:55em) {.br_s {display: none;}}
  @media (min-width: 768px) and (max-width: 991px) {.hidden-sm {display: none;}}
  @media (min-width: 992px) and (max-width: 1199px) {.hidden-md {display: none;}}
  @media (min-width: 1200px) {.hidden-lg {display: none !important;}}
  @media screen and (max-width:38em) {article {padding: 5vh 0vw;} }
   
  article a, article a:hover {text-decoration: none; }
  article h3, article h4, article h5, article h6, article ol,article ul {margin: 0;padding: 0;}
  article table ol,article table ul {padding: 0 0 0 22px;}
  article ol,article ul,article ol li,article ul li {list-style: none;list-style-type: none;}
article {
    font-size: 1.1em;padding: 5vh 0;
}
article h3 {
    position: relative;
    text-align: center;
    width: 100%;
    color: #2a97a6;
   
    font-weight: 700;
     font-family: "Arial","Noto Sans TC" , sans-serif;
    
}

article h3 strong {
    font-size: 2.5em;
    display: block;
}
article h3 strong::before {
   content: "＼";
   font-size: 60%;
}
article h3 strong::after {
   content: "／";
   font-size: 60%;
}
.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#title {
    text-align: center;
    font-size: 2em;
}
#title span {
    font-size: 2em;
}
#title h3 {
    margin: 0 0 1vh 0;
}
#title mark {
    font-weight: 600;
}
#examtn {
      background-color: #fff7eb;
        padding: 3vh 5vw;
        color: #000;
    
        
        
      }
      #examtn>section {
        padding: 0;
        margin: 0;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items:flex-start ;
      }
      #examtn>section div {
        width: 48%;
        margin: 0 1vw 1vh;
      }
   
      #examtn .sale img {
        width: 100%;
        height: auto;
        border-radius:25px;
        border: solid 1px #3f3997;
        box-shadow: 5px 8px 0 #e8d4d5;
      }
      #examtn h3 {
        text-align: left;
       
        line-height: 1.5;
        font-size: 2em;
      }
      #examtn h3 span {
         font-weight: 900;
        font-size: 2.2em;
      }
      #examtn .she ul {
        margin: 0;
        padding: 0;
        display: flex;
        display: -webkit-flex;
        list-style: none;
      }
      #examtn .she ul li {
        width: 50%;
        font-size: 1.1em;
         display: flex;
        display: -webkit-flex;
        list-style: none;
        justify-content: space-between;
        align-items:flex-start ;
      }
      #examtn .she img {
        width: 16%;
        height: auto;
        border-radius:50%;
        border: solid 1px #2fb1c2;
        box-shadow: 5px 8px 0 #e8d4d5;
      }
     
      #examtn .she p {
        width: 80%;
        padding: 3vh 2vw;
      }
      #examtn .she strong {
        font-size: 1.65em;
        color:#3f3997;;
      }
      #examtn .she {
        margin: 3vh 0;
        border-top: 1px salmon;
        background-color: #fff;
        border-radius: 3em;
      }
      #examtn h5{
        position: relative;
        margin-top: 0vh;
        background-color:#ffa55c;
        font-size: 2em;
        line-height: 1.5;
        color:  #fff;
        text-align: center;
      }
      #examtn  h5::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
        top: 95%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid  #ffa55c;
        clear: both;
      }
       #examtn .sale  {
        background: url(https://www.easywin.com.tw/AD/114/ck/img/1.png) no-repeat bottom right ;
        background-size:32%;
        padding-bottom: 3vh;
        line-height: 1.8;
        
       }
        #examtn .sale ul {
            font-size: 1.2em;
        }
      @media (min-width: 50em) { #examtn .br {display: none;}}
      @media (max-width: 50em){
      #examtn>section {flex-wrap: wrap;}
      #examtn>section div {width: 100%;margin: 0 ;}
      #examtn h3 { font-size:1.5em; }
      #examtn h3 span {font-size: 4em;}
      #examtn h5{ font-size: 1.2em;}
    
       #examtn .sale  {
        background: url(https://www.easywin.com.tw/AD/114/ck/img/1.png) no-repeat bottom right 5vw ;
        background-size:62%;
        padding-bottom: 18vh;
        line-height: 1.8;
        
       }
         #examtn .sale ul {
            font-size: 1em;
        }
       #title {
         text-align: center;
         font-size: 1.5em;
        }
        #title mark {
            font-size:1em;
        }
      }


      #examtn table {
    width: 49%;
    text-align: center;
    table-layout: fixed;
     border: solid 3px #1e919a;;
     color: #00858c;
     background-color: #ffdba4;
     

}
#examtn table caption {
    color: #1e919a ;
    font-size: 1.35em;
    font-weight: 800;
    padding: 1vh;
}
#examtn table td,#examtn table th {
    padding: 1vh 0.5vw;
    border-left: solid 1px #fffdfb;
    border-bottom: solid 1px  #fffbf4;

}
#examtn .pe td:nth-child(3) {
background-color: #fff;
border-bottom: solid 0px;
border-left: solid 5px #ffa825;
border-right: solid 5px #ffa825;
border-bottom: solid 1px #ffdba4;
color: #ffa55c;

font-weight: 800;
font-size:1.2em;
}
#examtn .pe th:nth-child(3) {
    border-left: solid 5px #ffa825;
border-right: solid 5px #ffa825;
border-top: solid 5px #ffa825;
}
#examtn table tbody tr:last-child td:nth-child(3) {
border-bottom: solid 5px #ffa825;

}
#examtn table tbody tr:first-child th {
    background-color: #fff;
    border-left: solid 1px #ffdba4;
    border-bottom: solid 1px #ffdba4;
    color:  #1e919a;
}

#examtn table th {
    background-color: #1e919a;
    color: #fff;
}
.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
}
#examtn .good {
    background-color:#fff0da;
    border-radius: 1em;
    border:solid 0px;
    
}
#examtn .good td {
    padding: 1.5vh 2vw;
    border-left:solid 0px;
    border-bottom:dashed 1px #c7e4ff;
    text-align: left;
}
#examtn .good tr:last-child td {
    border-bottom:dashed 0px #c7e4ff;

}
#examtn .good strong {
    color:  #1e919a;
    font-size: 1.2em;
}
#examtn .good strong::after {
    content:'▸';
    padding: 0.5vw;
}
@media (max-width: 50em){

#examtn table {
    width: 100%;
    margin: auto;
    margin-bottom: 2vh;
  
}
#examtn .pe  tr:last-child td {
font-size:100%;
letter-spacing: 0;
}
#examtn table td,#examtn table th {
    padding: 1vh 0.2vw;
}
#examtn .good td {
    padding: 2vh 5vw;
}
}

 
#sale  h4 {
    margin: 1vh 0;
    font-size: 1.85em;
    color: #00858c;
    text-align: center;
}

#sale section  {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
    
}
#sale section>div {
    width: 45%;
    padding: 3vh 3vw;
    border-radius: 1em;
    background-color: blanchedalmond;
}
#sale ul {
    text-align: left;
}
#sale ul li {
    font-size: 1.2em;
  line-height: 1.8;
  font-weight: 500;
  padding-bottom: 1vh;
  border-bottom: dashed 1px #ffdba4;
}
#sale ul span{
  border-radius: 15px;
  font-weight: 600;
  line-height: 1.8;
  padding:0.2vh 1vw;
  margin-bottom: 0px;
  margin-right: 0.5vw;
  font-size:118%;
  background-color: #ff7b9f;
  color: #fff;

}
#sale ul span:nth-last-child(3){background-color: #3575ff;}
#sale ul span:nth-last-child(3){background-color: #1ed3ab;}
#sale ul span:nth-last-child(1){background-color: #b89dec;}
#sale div strong {
    font-size: 2em;
    font-weight: 800;
    color: #ff472f;
    margin: 0 0.3vw;
}

@media (max-width: 50em){
    #sale section  {
        flex-wrap: wrap;
    
}
#sale section>div {
    width: 100%;
    padding: 3vh 5vw;
    margin-bottom: 2vh;
    border-radius: 1em;
    background-color: blanchedalmond;
    font-size: 0.9em;
}
 #sale .br_s {
    display: none;
 }
}

#st {
    color: #000;
    line-height: 1.8;
  }
  #st>section {
    padding: 0;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items:flex-start ;
  }
  #st>section div:last-child {
    width:55%;
    margin: 0 1vw 1vh;
  }

  #st .sale img {
    width: 48%;
    height: auto;
    border-radius:25px;
    border: solid 1px #2d9596;
    box-shadow: 5px 8px 0 #e8d4d5;
    margin: 1vh 0.2vw;
  }
  #st h3 {
    text-align: left;
    font-weight: 900;
    line-height: 1.5;
    font-size: 2em;
  }
  #st h3 span {
    font-size: 1.8em;
    line-height: 1.3;
    color: #2d9596;
  }
  #st .she ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    list-style: none;
    justify-content: space-between;
  }
  #st .she ul li {
    width:32%;
    font-size: 1.1em;
     display: flex;
    display: -webkit-flex;
    list-style: none;
    justify-content: space-between;
    align-items:flex-start ;
    border: solid 3px #00858c; 
    box-shadow: 5px 8px 0 #e8d4d5;
    border-radius: 1em;
    padding-bottom: 3vh;
    margin: 1vh 0;
    
  }
  #st .she img {
    width: 12%;
    height: auto;
    padding-top: 2vh;
    
  }
 
  #st .she p {
    padding: 3vh 1vw 0 1vw;
    font-size: 1em;
    line-height: 1.8;

  }
  #st .she p kbd {
    background-color: #fff7c8;
  }
  #st .she strong,
  #st .she span {
    font-size: 1.15em;
    color:#00858c;
    display: block;
    font-weight: 500;
  }
  #st .she span {
     border-bottom: 1px dotted #00858c;
     padding-bottom: 1vh;
     margin-bottom: 1vh;
  }
  #st .she {
    margin: 3vh 0;
    border-top: 1px salmon;
    background-color: #fff;
    border-radius: 3em;
  }
  #st h5{
    position: relative;
    margin-top: 5vh;
    background-color: #8683d3;
    font-size: 2em;
    line-height: 1.5;
    color:  #fff;
  }
  #st  h5::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: 95%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid  #8683d3;
    clear: both;
  }
  @media (min-width: 50em) { #st .br {display: none;}}

  @media (max-width: 50em){
    #st .sale img {
    width: 80%;
    height: auto;
    margin: auto;
    text-align: center;
    border-radius:25px;
    border: solid 1px #3f3997;
    box-shadow: 5px 8px 0 #e8d4d5;
 
  }
  #st>section {flex-wrap: wrap;}
  #st>section div {width: 100%;margin: 0 ; text-align: center;}
  #st>section div:last-child {width: 100%;margin: 0 ;}
  #st h3 { font-size:1.5em; }
  #st h3 span {font-size: 1.6em;}
  #st .she ul {flex-wrap: wrap;}
  #st .she ul li {width: 100%;font-size: 1em; }
  #st .she img { width: 15%;}
  #st .she p {padding: 3vh 3vw; }
  #st .she {margin: 5vh 0;}
  #st h5{ font-size: 1.52em;}

  }
  #teacher {
    text-align: center;
  }
  #teacher img {
    width: 100%;
  }
  .carousel {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 100%;
  overflow: hidden;
  display: flex;
}

.card {
  width: 500px;
  color: #494a4f;
  border-radius: 25px;
  padding:3vh 1vw;
  /* font-size: xx-large; */
  justify-content: center;
  align-items: center;
  
  & span {
      color: #6136b2;
      display: block;
      font-size: 1.1em;
      font-weight: 300;
      padding-left: 1vw;
    }
    

}  
.carousel {
  /* ... */
  > * {
    flex: 0 0 100%;
  }
}

/* æ›´å¥½åœ°çµ„ç¹”å¡ç‰‡ã€‚ */
.group {
  display: flex;
  gap: 1vw;
  /* å‘å³æ·»åŠ å¡«å……ä»¥åœ¨æœ€å¾Œä¸€å¼µå¡ç‰‡å’Œç¬¬ä¸€å¼µå¡ç‰‡ä¹‹é–“å‰µå»ºé–“éš™ã€‚ */
  padding-right:1vw;
}

.group {
  will-change: transform; /* æˆ‘å€‘æ‡‰è©²å°ç€è¦½å™¨å‹å¥½â€”â€”è®“å®ƒçŸ¥é“æˆ‘å€‘å°‡è¦å‹•ç•«åŒ–ã€‚ */
  animation: scrolling 25s linear infinite;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.carousel {
  &:hover .group {
    animation-play-state: paused;
  }
}
@media (max-width:55em){
  .carousel {
      background-color: #fff;
    }
    .group {
      display: flex;
      gap: 5px;
      padding-right:5px;
    }

  
    .card {
      padding:3vh 1.3vw;
      font-size: 0.9em;
      
      & span {
          font-size:1em;
      }
  
    .carousel {
      /* ... */
      > * {
        flex: 0 0 100%;
      }
    }
  }}