@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo');
*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: hidden; }
html{ -webkit-text-size-adjust: 100%;text-size-adjust: 100%;}

p, li, td, th, a, span {
  overflow-wrap: anywhere;
  word-break: break-word;
}
body {  
  margin: 0 0; 
  background:#fbfbfb url(../img/bg.png) center bottom;
  background-size: cover; /* 圖片覆蓋整個背景 */
    background-attachment: fixed; /* 背景固定不動 */
  font-size: 1.1em;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-weight: 300;
  overflow-x: hidden;
  font-family: "Arial","Noto Sans TC" , sans-serif;
}
#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 {
   background:#fbfbfb url(../img/bg.png) center bottom;
  background-size: cover; 
    background-attachment: fixed;
}
}
h1,h2,h3,h4,h5,h6,p,ul,ol { margin: 0;padding: 0; }
table {border-collapse: collapse;border-spacing: 0;}
@media (min-width:55em) {.br_d {display: none !important;}}
@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;}

header article {
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.hero{
  position: relative;
  width: 100%;
  height: 95vh;          /* fallback */
  min-height: 95vh;
  overflow: hidden;
  background: #000;
}
@supports (height: 100svh){
  .hero{ height: 95svh; min-height: 95svh; }
}
@supports (height: 100dvh){
  .hero{ height: 95dvh; min-height: 95dvh; }
}
/* Track */
.hero-track{
  height: 100%;
  position: relative;
}
.bg1 { background: #fff url(../img/bg-4.jpg) center bottom; background-size: 100%;}
.bg2 {background: #fff url(../img/bg-2.jpg) center bottom; background-size: 100%;}
.bg3 {background: #fff url(../img/bg-3.png) center bottom; background-size: 100%;}
#landlord,#immovables,#public {
  position: absolute;
  inset: 0;
  z-index:500;
}
#landlord { background: url(../img/b2.png) left 15% bottom  no-repeat;background-size:28%; }
#immovables { background: url(../img/b3.png) right 12% bottom no-repeat;background-size:26%; }
#public { background: url(../img/b4.png) left 15% bottom no-repeat;background-size:28%; }

.hero-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .55s ease, transform .75s ease;
    background-size: cover;
    z-index: 400; 
}
.hero-slide.is-active{
  opacity: 1;
  transform: scale(1);
  z-index:100;
}

/* dark overlay for readable text */
.hero-overlay{
  position: absolute;
  z-index: 200; 
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255,255,255,.15) 68%, rgba(0,0,0,0.36) 100%);
}
.hero-inner{
  position: absolute;
  left: clamp(18px, 5vw, 56px);
  bottom: clamp(18px, 6vh, 56px);
  z-index: 200;
  /* max-width: min(720px, 86vw); */
  color: #fff;
  
}
@media (max-width: 40em){
  .hero-inner{
    left: 18px;
    right: 18px;
    bottom: 22px;  /* 固定像素，最穩 */
  }
}
/* category pill */
.hero-tag{
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: #d7b15a; 
  color: #1a1a1a;
  display: grid;
  place-content: center;
  text-align: center;
  margin-bottom: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.hero-tag-en{ font-weight: 700; letter-spacing: .02em; line-height: 1.68;}
.hero-tag-zh{ font-size: 14px; opacity: .9; margin:0;line-height: 1.2; }

.hero-title{
  margin: 0 0 0px;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.2;
  text-shadow: 0 10px 22px rgba(0,0,0,.35);
  color: #fff;
}

.hero-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(4px);
  background: rgba(0,0,0,.25);
}
.hero-cta:hover{
  background: rgba(255,255,255,.12);
}

/* arrows */
.hero-nav{
  position: absolute;
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(18px, 5vh, 48px);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.6);
  background: rgba(0,0,0,.22);
  color: #fff;
  cursor: pointer;
  z-index: 300;
  display: grid;
  place-items: center;
  font-size: 26px;
  line-height: 1;
}

.hero-prev{ transform: translateX(-54px);z-index: 600; }
.hero-next{ transform: translateX(0);z-index: 600; }
.hero-nav:hover{ background: rgba(255,255,255,.12); }

/* dots */
.hero-dots{
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 300;
}
.hero-dots{ padding-bottom: env(safe-area-inset-bottom); }
.hero-nav { bottom: calc(18px + env(safe-area-inset-bottom)); }

.hero-dot{
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    background: rgba(255,255,255,.45);
    cursor: pointer;
}
.hero-dot.is-active{
    width: 22px;
    background: rgba(255,255,255,.92);
}

/* title  */

header q{
    font-size: 18px;
    font-weight: 400;
    display: block;
     margin: 0 0 15px;
}
header h3 {
    padding: 2vh  1vw;
} 
.landlord {
    color: #000;
    position: absolute;
    top:6vh;
    right: 5vw;
    text-align: right;
}
#landlord h3 {
    font-size:5.2em;
    line-height: 1.12;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -moz-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
    font-style:normal;
    background-color: #fff;
    margin: -5vh 0 5vh 18vw;
    
    
  }
#landlord h3 strong { font-size: 150%;}
#landlord h3 small,#public h3 small,#immovables h3 small{display: block;}
#landlord h3 small { font-size: 30%;line-height: 2;}
#landlord h3 small::after { content: '＼';padding: 1vw;font-size: 60%;}
#landlord h3 small::before { content: '／';padding: 1vw;font-size: 60%;}
.immovables {
   position: absolute;
    color: #000;
    top:8vh;
    left: 5vw;
}
#immovables  h3{ 
    font-size:5.35em;
    padding-top: 5vh;
    line-height: 1.2;
     background-color: #fff;    
 }
#immovables h3 strong { font-size: 135%;}
#immovables h3 small { font-size:38%;}
.public {
     position: absolute;
    color: #000;
    top:9vh;
    right:12vw;
}
#public h3{ 
    font-size:4.5em;
    line-height: 1.2;

     text-align: center;
   
 }
#public h3 strong { font-size: 155%;}
#public h3 small { font-size:38%;}
#public h3 small::after { content: '／';padding: 1vw;font-size: 60%;}
#public h3 small::before { content: '＼';padding: 1vw;font-size: 60%;}

header ul {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1vw;   
    align-items: start;
}
header ul li {
  background: #d7b15a;
  border: double 2px #fff ;
  border-radius: 50%;
  width:125px;
  height:125px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;      
  justify-content: center;   
  text-align: center;       
  padding:10px 6px;            
  box-sizing: border-box;   
  font-size:16px;
  line-height: 1.3;
  color: #fff;
}

header ul li strong {
   font-size: 115%;
   font-weight: 600;
   color: #574312;
}
#public  ul li {
    width:135px;
  height:135px;
}
/* content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/
/* mobile tweak */
@media (max-width: 80em){
  header ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1vw;   
    align-items: start;
}
#landlord h3 {
    font-size:4.5em;
    
    
  }
  .landlord {
    color: #000;
    position: absolute;
    top:6vh;
    right: 15vw;
    text-align: right;
}
    .bg1 { background: #fff url(../img/bg-4.jpg) center bottom;}
.bg2 {background: #fff url(../img/bg-2.jpg) center bottom;}
.bg3 {background: #fff url(../img/bg-3.png) right bottom;}

}

@media (max-width: 75em){

#landlord h3 {margin: auto; margin-bottom: 1vh; }
header ul {display: none;}


}
@media (max-width: 40em){
  .hero{
    border-radius: 0;
  }
  .hero-tag{
    width: 76px;
    height: 76px;
  }
  .hero-prev{ transform: translateX(-50px); }
  .landlord,.public,.immovables{
    position:relative;
    padding: 2vh;
    right: 0;
    left: 0;
    top:5vh;
    text-align:center;
    
}
.bg1 { background: #fff url(../img/bg-4.jpg) center bottom;}
.bg2 {background: #fff url(../img/bg-2.jpg) center bottom;background-size: 100%}
.bg3 {background: #fff url(../img/bg-3.png) no-repeat bottom;}
#landlord,#immovables,#public {
  position: absolute;
  inset: 0;
}
#landlord { background: url(../img/b2.png) left 3% bottom  no-repeat;background-size:0%; }
#immovables { background: url(../img/b3.png) right 2% bottom no-repeat;background-size: 0%; }
#public { background: url(../img/b4.png) right 2% bottom no-repeat;background-size:0%; }

header q{font-size: 15px;}
#landlord h3 {margin: auto; margin-bottom: 1vh; }
#landlord h3,#immovables h3{ font-size:3.3em;}
#public h3{ font-size:2.5em; background-color: #ffffff00;padding-top: 3vh;}
#public h3 strong { font-size: 155%;}
#public h3 small { font-size:38%;}
#public h3 small::after { content: '／';padding: 1vw;font-size: 60%;}
#public h3 small::before { content: '＼';padding: 1vw;font-size: 60%;}

header ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1vw;   
    align-items: start;
}
header ul li {
  width: 100px;
  height:100px;
  padding:10px 6px;            
  box-sizing: border-box;   
  font-size:14px;
  line-height: 1.3;
  color: #fff;
}
.hero-tag{display: none;}
header ul li strong {
   font-size: 115%;
   font-weight: 600;
   color: #574312;
}
#public ul li {
    width:108px;
  height:108px;
}
}


article {
    padding: 8vh 8vw;

}
article h2 {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.8;
  padding-bottom: 1vh;
  color: #000;
  text-align: center;
}
article h2 span {
  font-family: "Teko", "Noto Sans TC", "Arial", sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.2;
  display: block;
  color: #8975d8;
}
article h2 span::before{
    content: '＼';
    font-size:35%;
    padding: 1vw;
}
article h2 span::after{
   content: '／';
   font-size:35%;
   padding: 1vw;
}

article h4 {
   color: #ff9427;
   font-size: 1em;
}
@media screen and (max-width: 55em) {
    article {
    padding: 5vh 5vw;
    /* padding: 5vh 20vw 5vh 5vw; */
}
}
@media screen and (max-width: 40em) {
    article h2 {
  font-size: 1.5em;
  line-height: 1.8;
  padding-bottom: 1vh;
  font-weight: 300;
  text-align: center;
}
  article h2 span {
    font-size: 1.2em;
    text-align: center;
  }
}

#sale {
    background:rgba(246, 246, 246, 0.68);
    background-size: 35%;
    text-align: center;
  }

#sale ol {
    list-style: none;
    margin: 2vh 0 0 0;
    padding: 0;
    font-weight: 500;
    font-size:1.05em;
    line-height: 1.6;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    color:#501729;
  }
  #sale ol li {
    position: relative;
    list-style: none;
    width:30.5%;
    padding:3vh 0 ;
    margin: 1vh auto;
    background-color: #fff;
    border: #767676 solid 1px;
    border-radius: 1em;

  } 

  #sale ol strong {
    font-size: 3em;
    font-family: "Mukta";
    color: #ff3911; 
    line-height: 1.2;
  }
  
  @media screen and (max-width: 55em) {
    #sale {
        padding: 5vh 5vw; 
        letter-spacing: 0;
      }
    #sale ol {
        font-size:1em;
        margin: 0;
        background: #fff;
        border-radius: 1em;
      }
      #sale ol li{
        width:100%;
        padding:2vh 0 ;
        margin: 2vh 0;
        border: 0px;
        border-bottom: dashed 1px #ddd;
      } 

      #sale ol strong { font-size: 3em; }

  }

  /* 師資輪播 */
  .student {
  /* padding: 3vh calc((100% - 80%) / 2) 3vh; */
  text-align: center;
}
.student-swiper-fn {
  position: relative;
  margin: 5vh 0 0 0;
}
.student-swiper-fn .swiper-wrapper {
  height: auto;
}

.student-swiper-fn .swiper-slide {
  margin: 0px;
  padding: 0 1vw;
}

.student-swiper-fn .swiper-button-next {
  position: absolute;
  z-index: 57;
  top: calc(100% / 2);
  right: -25px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.student-swiper-fn .swiper-button-next:hover {
  transition: all 0.3s;
}
.student-swiper-fn .swiper-button-prev {
  position: absolute;
  z-index: 57;
  left: -10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}
.student-swiper-fn .swiper-button-prev:hover {
  background: #0071bccc;
  transition: all 0.3s;
}
.student-swiper-fn .swiper-button-next img {
  max-width: 0%;
  position: absolute;
}
.student-swiper-fn .swiper-button-prev img {
  max-width:0%;
  position: absolute;
}
.swiper-button-next {
  background-image: none;
}
.student-swiper-fn .swiper-pagination {
  position: relative;
  z-index: 56;
  width: 100%;
  margin: 20px auto 0px auto;
}
.student-swiper-fn .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: #595757;
  position: relative;
  top: 0px;
  margin: 0px 5px;
}
.student-swiper-fn .swiper-pagination-bullet-active {
  color: #fff;
  background: #4eb376;
}
 /* .student .container .student-swiper-fn .ooba {
  width: 30%;
}  */

#teacher {
    background:#f5f5f5;
    padding: 8vh 3vw;
}
#teacher section {
    padding: 0;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
article h2 img{
   width:250px
}
#teacher ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    list-style: none;
}
#teacher ul li  {
   border-radius: 1em;
   margin: 1vh 0;
   color: #3d3636;
   width: 100%;
   position: relative;
}
#teacher ul li img {
    width: 38%;
    position: absolute;
    bottom: 0;
    left: -1vw;
}
#teacher ul li p{
    background-color:#b98848cc;
    border-radius: 1em;
    color: #fff;
      padding: 5vh 2vw 5vh 8vw;
    margin-left:9vw;
    text-align: left;
    font-size: 1.1em;
    font-weight: 600;
}
#teacher ul li p strong,
#teacher ul li p span,
#teacher ul li p q{
    display: block;
   
}
#teacher ul li p small {
    font-size: 50%;
}
#teacher ul li p strong {
    font-size: 2.8em;
    line-height: 1.35;
    border-bottom: solid 1px;
    padding-bottom: 2vh;
    margin-bottom: 3vh;
}
#teacher ul li p q {
    padding-top: 2vh;
    color: #492b0e;
     font-style: italic;
     font-size: 90%;
     
    
}
.opsp-main .adtext p {
    line-height: 1.68;
    font-size: 1em;
}
@media screen and (max-width: 1028px) {
#teacher ul li img {
    width: 28%;
    position: absolute;
    bottom: 0;
    left: -2vw;
}
#teacher ul li p{
    color: #fff;
    padding: 3vh 3vw 3vh 25vw;
    margin-left:0vw;
}
}

@media screen and (max-width: 45em) {
    article h2 img{
   width:180px
}
#teacher ul li img {
    width: 32%;
    position: absolute;
    bottom: 0;
    left: -5vw;
}
    #teacher ul li p strong {
    font-size: 1.5em;
}
#teacher ul li p{
    color: #fff;
    padding: 3vh 3vw 3vh 12vw;
    margin-left:15vw;
}
#teacher ul li  {
   border-radius: 1em;
   margin: 1vh 0;
   color: #3d3636;
   width: 100%;
   position: relative;
}
 #teacher .two {
    flex-wrap: wrap;
    width: 100%;

}

}


#leam {
    text-align: center;
}
#leam table {
    width: 100%;
    margin:0 auto 8vh;
    text-align: center;
    font-family: "Mukta", "Noto Sans TC", "Arial", sans-serif;
} 
#leam table caption {
      color: #5459D7;
      font-size: 1.85em;
      font-weight: 600;
        line-height: 1.3;
      
}
#leam table td,#leam table th {
    padding: 1vh 1vw;
    font-size: 1.2em;
    position: relative;
}
#leam table td:first-child {
    width: 35%;
}
#leam table tr { 
    border-bottom: solid 1px;
}
#leam table strong{
    font-size: 2em;
    font-weight: 800;
    color: #5459D7;
    line-height: 1;
}
#leam table h6 {
  position: absolute;
  top: -1vh;
  left: 0;
  font-size: 0.8em;
  background: #fb2e1c;
  border-radius: 1em;
  padding:3px 8px;
  font-weight: 600;
  color: #fff;
   -moz-transform:rotate(-2deg);
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
   transform:rotate(-2deg);
}
#leam time {
  font-size: 0.8em;
  line-height: 3;
  padding:3px 8px;
  margin-left: 0.5vw;
  background: #5459D7;
  border-radius: 1em;
   color: #fff;
}
#leam ul {
    margin: 0;
    margin-bottom: 5vh;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;
    align-items: stretch;
    list-style: none;
}
#leam ul li {
    background-color: #eeeaeaa2;
    width: 32%;
    border: solid 1px #d6f7b4; 
    border-radius: 2em;
    padding:  3vh 3vw;
    color:#0b7142;
}
#leam ul li strong {
    font-size: 1.65em;
    font-weight: 600;
    padding: 1vw;
    color:#0b7142;
    
}
#leam ul li mark {
    background-color:#dfa84e;
    border-radius: 1em;
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 3px 8px;
}
#leam ul h6 {
    font-weight: 600;
    font-size: 1em;
    color:#0b7142;
    padding: 1vh 1vw;
    
}
#leam ul p {
    text-align: left;
    color: #000;
    font-size: 98%;
}
#leam ul p i {
    color: #fed365;
    padding-right: 0.5vw;
}
#leam ul img {
    width:68px;
    height:68px;
    border-radius: 50%;
    border: solid 1px #d6f7b400;
    background-color: blanchedalmond;

}

@media screen and (max-width:65em) {
    #leam table caption {font-size: 1.35em;}
    #leam table strong{font-size: 1.25em;}
    #leam ul li strong {font-size: 1.35em;}
    #leam table td,#leam table th {
        padding: 2vh 0.5vw;
        font-size: 0.95em;
    }
    #leam  ul {
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 5vh;
  }
#leam ul li {
    background-color: #eeeaeaa2;
    width: 100%;
    margin-bottom: 2vh;
}
}

#license {
    text-align: center;

}
#license section {
      display: grid;
    gap: 3vh 2vw;
    grid-template-columns: 1fr 2fr;
    align-items: self-start;
}
#license table {
    width: 100%;
    margin:5vh auto 5vh;
    text-align: center;
    font-family: "Mukta", "Noto Sans TC", "Arial", sans-serif;
    background-color: #fff;
    table-layout: fixed;
    border: solid 1px;
} 
#license table caption {
      color: #5e380d;
    
}
#license table thead {
    background-color:#5e380d;
}

#license table td,#license table th {
    padding: 0.6vh 0.5vw;
        color: #dfa84e;
    /* font-size: 1.15em; */
     border-bottom: solid 1px #d5b171;
    border-right: solid 1px  #d5b171;
}
#license table thead td,
#license table thead th {
    color: #fff;
    font-weight: 500;
    border-bottom: solid 1px;
    border-right: solid 1px;
    
}
#license table thead td{
    background-color:#efefef;
    color: #814c10;
}
#license table th:first-child { 
    width: 28%;
    font-weight: 500;

   
}
#license table tbody tr:nth-child(2n) td, #license table tbody tr:nth-child(2n) th{
    background-color: #fffbf0;
}
#license table tbody th:first-child {
    color: #5e380d;
}
#license table small{
    display: block;
    color: #5e380d;
    font-weight: 600;
}
#license table thead th {
    position: relative;
}
#license table thead th h4 {
    position: relative;
    margin-top: -2vh;
    font-weight: 900;
    font-size:2em;
    line-height: 1.35;
    color: #fff;
}
#license ul {
  margin-top: 8vh;
  display: grid;
  gap: 2vh 0;
  grid-template-columns: 1fr;
   color: #3d3636;
   list-style: none;
   align-items: start;
}
#license ul li  {
   border: solid 1px #ffc53f;
   background-color: #fff;
   border-radius: 1em;
   padding: 3vh 1vw;
}
#license ul li strong {
   display: block;
   font-size: 1.35em;
   font-weight: 300;
   line-height: 1.35;
   color: #ff903c;
   padding-bottom: 3vh;
}

#license .two {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: stretch;
  margin: auto;
  width: 100%;
      margin-top: 3vh;
    margin-bottom: 1vh;
}
#license .two li {

  list-style: none;
  text-align: left;
  margin-bottom: 3vh;
  width: 22%;
  

}
#license .two strong {
  background-color:#8975d8;
  border-radius: 1em;
  padding: 0.5vh 1vw;
  margin-right: 1vw;
  font-size: 1.2em;
  color: #fff; 
    text-align: center;
}
#license .two span {
  color:#8975d8;
}
@media screen and (max-width:75em) {
  #license section {
     display: grid;
    gap: 3vh 0vw;
    grid-template-columns: 1fr;
}
#license ul {
  margin-top: 3vh;
  display: grid;
  gap: 2vh 1vw;
  grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
}
}
@media screen and (max-width:65em) {
  #license ul {
  margin-top: 3vh;
  display: grid;
  gap: 2vh 0vw;
  grid-template-columns: 1fr;
}
  
    #license table td,#leam table th {
        padding: 1vh 0.5vw;
        font-size: 0.85em;
    }
#license table thead th h4 {
    font-size:1.25em;
    line-height: 1.35;
   

}

#license table th:first-child { 
    width: 38%;
    font-weight: 500;
    font-size: 90%;
    
   
}

#license .two {
    flex-wrap: wrap;
    width: 100%;
}
#license .two li {
  width: 45%;
  margin: 2vh 0;
}
#license .two strong {
  padding: 0.5vh 2.5vw;
  font-size: 1.1em;
}
}
/* 購物車 */
.cart{
  text-align: center;
  font-size: 1.5em;
  margin-top: 5vh;
  font-weight: 600;
  
}
.cart a {
  margin: 1vw;
}
.cart a span {
  padding: 2vh 2vw;
  background:linear-gradient(145deg, #f9db81 35%, #fff1c6 65%,  #fff 100%);
  border:double 2px #ffb078;
  border-radius: 0.5em;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}
.cart a:nth-child(2) span{ 
  background:#2ec802;
  text-shadow: 1px 1px 2px rgba(10, 61, 23, 0.3);
}
.cart a span:hover, .cart a {color: #fff;  transform: translateY(-2px);}
.cart a:first-child span:hover, .cart a:first-child {color: #ac5b14;}
.cart a:first-child span::before {
  content: '\f07a';
   font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 8px ;
 
  }
  /* .cart a:nth-child(2) span::before {
  content: '\f590';
   font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 8px ;
  
  } */
   @media (max-width: 55em){
    .cart {
    margin-top:0vh;
    font-weight: 600;
    }
    .cart a {
      margin: 3vh 0.5vw;
    }
    .cart a span {
      display: block;
    }
   }

#give_class {
  /* background:#ffd4a2; */
  border-radius: 1em;
  margin: auto;
  text-align: center;
  letter-spacing: 0.5px;
}


#give_class ul {
  list-style: none;
  padding: 0;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  font-size: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#give_class ul strong {
  display: block;
  font-size:1.25em;
  line-height: 1.6;
  color:#8975d8;
  padding: 1vh 0;

}
#give_class ul li {
  width:22%;
  border-radius: 2em;
  margin: 1vh 0.2vw;
  text-align: center;
  padding: 3vh 1vw;
}
#give_class ul li img {
  width: 100%;
  border:solid 1px #ffe1e1;
  border-radius: 50%;
}

@media screen and (max-width: 40em) {
  
#give_class {
  padding: 5vh 2vw;
}
#give_class ul {
  list-style: none;
  padding: 0;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  font-size: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#give_class ul strong {
  display: block;
  font-size:1.5em;
  line-height: 1.2;
  color:#ff9970;
  padding: 1vh 0;

}
#give_class ul li {
  width:46%;
  font-size: 95%;

}
#give_class ul li img {
  width: 100%;
  border:solid 1px #f3f3f3;
}

#give_class ul i {
  font-size: 2.2em;
  color: #ffffff;
  display: block;
  padding-bottom: 1vh;
}
}
#good {
    margin: 3vh 0;
    border-radius: 3em;
      background-color:rgba(255, 255, 255, 1.0);
  }
  #good ul {
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    
  }
 #good ul li {
    width: 48%;
    margin: 2vh 0;
    display: flex;
    display: -webkit-flex;
    list-style: none;
    justify-content: space-between;
    align-items:flex-start ;
    position: relative;
  }
 #good img {
    width: 18%;
    height: auto;
    border-radius:50%;
    border: solid 1px #3f3997;
    box-shadow: 5px 8px 0 #e8d4d5;
      position: absolute;
  right: 3vw;
  top: -2vh;
  background-color: #dff5ff;
  }
 
 #good p {
    width: 100%;
    padding: 3vh 2vw;
    line-height: 1.8;
  }
   #good strong {
     font-weight: 500;
     color:#8975d8;
   }
 #good span{
    font-size: 1.35em;
    color:#8975d8;
    padding-bottom: 3vh;
  }
  #good kbd {
    padding: 1vh 1vw;
    background:#ff4542 ;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
    border-radius: 1em;
  }

  @media (min-width: 50em) {#good .br {display: none;}}

  @media (max-width: 50em){
    
    #good {
        margin: 1vh 0;
        border-radius: 0em;
        background-color:rgba(255, 243, 243, 0.0);
      }
 #good ul,#good ul li {flex-wrap: wrap;    font-size: 100%;}
 #good ul li {width: 100%; margin: 3vh 0;position: relative;}
 #good strong {
    font-size:1em;
  }
   #good span{
    font-size: 1.25em;
    font-weight: 400;
    color:#6c6ed9;
    padding: 2vh 0 0;
    display: block;
     line-height: 1.35;
    
  }
 #good img { 
  width: 30%;

}
 #good p {
    padding: 3vh 5vw; 
    border-radius: 1em ;
    background-color: #fff;
    border: solid 1px #e9e9e9; 
    font-size: 92%;
  }
}


#faq {
    text-align:center ;
    position: relative;
    font-weight: 400;
    padding-bottom: 20vh;
}

#faq section {
  position: relative;
}
#faq details {
  background: url(https://www.easywin.com.tw/ad/113/0308/img/bg_3.png)  #fffce9 repeat;
    background-size: 1%;
    border-bottom: #86d135 3px dashed;
    border-left: #86d135 12px solid;
    padding: 3vh 8vw;
    margin: auto;
    text-align: left;
}

#faq summary {
    position: relative;
    
}
#faq details summary::marker {
    font-size: 0;
}
#faq details summary::after {
    content:"+ more";
    font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
    position: absolute;
    right: -2vw;
   
    color: #86d135;
}
#faq details[open] summary::after {
    content:"-close";
    font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
    position: absolute;
    right: -2vw;

}
#faq details[open] {
  border:dashed 5px #86d135;
  border-radius: 1em;
  background: rgba(255, 255, 255, 0.68);
  background-size: 100%;
  margin: 3vh 0;
  padding-bottom: 5vh;
}
#faq details[open] summary {
  margin-bottom:1vh;
  border-radius: 0.5em 0.5em 0 0;
  border-bottom: solid 1px #d6f7b4;
  padding-bottom: 1vh;
  color:  #0c6252;
  font-weight: 600;
}
#faq details p span {
    font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
    font-size: 1.5em;
    line-height: 1.35;
    color: #ffb5a2;
    display: block;

}
#faq details p span::after {
    content: ':';
    padding: 0 1vw;
}
#faq details p small {
    font-size: 15px;
}
#faq summary h5 span {
    font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
    position: absolute;
    background-color: #0c6252;
    border-radius: 50%;
    font-size: 1.5em;
    color: #fff;
    padding: 0 12px;
    left: -3.8vw;
    top:2vh;
}
#faq h4 {
    font-size: 1.5em;
    margin-top:5vh;
}
#faq h6{
    font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
    position: absolute;
    top:-6vh;
    left:5vw;
    font-size:6em;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 0.15em 0px #0c6252, 0.01em -0.03em 0 #0c6252, 0.08em 0.005em 0 #0c6252, 0em 0.08em 0 #0c6252, 0.05em 0.08em 0 #0c6252, 0px -0.05em 0 #0c6252, -0.06em -0.05em 0 #0c6252, -0.08em 0.08em 0 #0c6252, -0.09em 0 0 #0c6252;
    -moz-transform:rotate(-2deg);
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
   transform:rotate(-2deg);
  }
  #faq h6 span {
    font-size: 0.35em;
    text-shadow:
    0 0.15em 0px #0c6252, 
    0.01em -0.03em 0 #0c6252, 
    0.08em 0.005em 0 #0c6252, 
    0em 0.08em 0 #0c6252, 
    0.05em 0.08em 0 #0c6252, 
    0px -0.05em 0 #0c6252,
     -0.06em -0.05em 0 #0c6252,
     -0.08em 0.08em 0 #0c6252,
     -0.09em 0 0 #0c6252;
}
#faq mark {
    background-color: #d6f7b4;
}
#faq p ins {
    color: #5f9f1e;
    font-weight: 600;
}
#faq em {
    font-size: 90%;
    line-height: 1.35;
    color: #999;
}
#faq ol{
    padding: 0 0 0 21px;

}
@media screen and (max-width:65em) {
    #faq {
        padding:5vh 2vw;
    }

    #faq details {
      background: url(https://www.easywin.com.tw/ad/113/0308/img/bg_3.png)  #fffce9 repeat;
        background-size: 2%;
        padding: 3vh 6vw;
    }

    #faq details p span {
        font-size: 1.35em;
        line-height: 1.35;
        color: #ffb5a2;
        display: block;
    
    }
    #faq summary h5 span {
        font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
        position: absolute;
        background-color: #0c6252;
        border-radius: 50%;
        font-size: 1.5em;
        color: #fff;
        padding: 0 10px;
        left: -3.8vw;
        top:-1vh;
    }
    #faq h6{
        font-size:3.5em;
        text-shadow: 0 0.15em 0px #0c6252, 0.01em -0.03em 0 #0c6252, 0.08em 0.005em 0 #0c6252, 0em 0.08em 0 #0c6252, 0.05em 0.08em 0 #0c6252, 0px -0.05em 0 #0c6252, -0.06em -0.05em 0 #0c6252, -0.08em 0.08em 0 #0c6252, -0.09em 0 0 #0c6252;
        -moz-transform:rotate(-2deg);
        -webkit-transform:rotate(-2deg);
        -o-transform:rotate(-2deg);
        -ms-transform:rotate(-2deg);
       transform:rotate(-2deg);
      }
      #faq h6 span {
        font-size: 0.4em;
        text-shadow:
        0 0.15em 0px #0c6252, 
        0.01em -0.03em 0 #0c6252, 
        0.08em 0.005em 0 #0c6252, 
        0em 0.08em 0 #0c6252, 
        0.05em 0.08em 0 #0c6252, 
        0px -0.05em 0 #0c6252,
         -0.06em -0.05em 0 #0c6252,
         -0.08em 0.08em 0 #0c6252,
         -0.09em 0 0 #0c6252;
    }

}

  #sp {
    text-align: center;
    padding:2vh 0vw ;
  }
 
  #sp .sp{
    width: 100%;
    margin: auto;
  }

  #sp ul {
    display: flex;
    display: -webkit-flex;
    margin: 0;
    margin-bottom: 5vh;
    align-items: stretch;
    justify-content: space-around;
    list-style: none;
  }
   #sp ul li {
    width: 48%;
    border-radius: 2em;
      padding: 2vh 0vw 3vh;
   }
  #sp ul span {
  font-weight: 600;
  color:  #5459cd;
  font-size: 90%;
   display: block;
  line-height: 1.5;
  padding: 1vh 0 1vh;
}
#sp ul strong {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffb100;
  border-bottom:solid 8px ;
  padding-bottom: 1vh;
}
#sp ul small{
  font-size: 12px;
 
  
}

  #sp a, #sp a:hover {
    background:#15a305;
    color: #fff;
    font-weight: 600;
    border-radius: 1em;
    padding: 2vh 2vw;
    margin-top: 3vh;
    font-size: 1.8em;
    /* #5459cd */
}
@media (max-width: 40em){
  #sp .sp{
    width: 100%;
    margin: auto;
  }
  #sp ul {
    flex-wrap: wrap;
  }
   #sp ul li {
    width: 100%;
    padding: 3vh 3vw 2vh;
    margin-bottom: 2vh;
   }
  #sp ul span {
  font-size: 125%;
 
}
#sp ul strong {
  font-size: 2em;
   margin-bottom: 2vh;
  
}

}


@media screen and (max-width: 75em) {
  .student {
    padding: 5vh 8vw;
  }
}


#exam {
  margin-top: -12vh;
  position: relative;
    /* background:  linear-gradient(168deg, #f7d774 3%, #fff1c6 15%, #fff 45%, #fff 100%); */

}
#exam section {
  padding: 2vh 1vw;
  background:#fff url(../img/bg-px.png);
  background-size: 1%;
  border:solid 1px #8975d894 ;
}
#exam .flex {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content:space-between;
  padding: 2vh 0;
	
}
#exam table span {
    font-size:90%;
    color: #f00;
    text-decoration: underline;
}
#exam  small {
	line-height: 1.5;
	letter-spacing: 0;
}
#exam ol kbd {
	font-family:"Noto Sans TC" , sans-serif;
	font-size:85%;
	font-weight: 900;
	color: #3b3d4a;
}
#exam ul {
    list-style: none;
}
#exam ul h4 {margin-top: 3vh;}
#exam table {
    width: 100%;
    text-align: center;
    border: 1px solid #6b6a6a;
    background: #fff;
}

#exam .flex table {
  width:55%;
	margin: 0;
	border: #6b6a6a solid 1px;
  background-color: #fff;
  text-align: left;
}
#exam .flex table ol {
  text-align: left;
}
#exam .flex table ol {list-style:trad-chinese-informal;padding:0 0 0 42px ;}
#exam .flex table ol ol {list-style-type:decimal;padding:0;}
#exam .flex table ol ol ol {list-style-type:disc;padding:0;}

#exam table td,#exam table th {
	border: 1px solid #6b6a6a;
	border-top-width: 0;
	border-left-width: 0;
    padding: 8px;
}
#exam table th {
    background-color: #ffe7e8;
    text-align: center;
}
#exam  table td:first-child{
	width:25% ;
	text-align: center;
	background-color: #ffe7e8;
} 
#exam table td:nth-child(2){
  text-align: center;
}
.kp-exam-s {
	background: rgba(245, 245, 245, 0.55);
	padding: 3vh 1vw; 
}
#exam details {
    color: #3c3c3c;
    font-weight: 400;
    border-bottom: #8975d8 1px dashed;
    padding: 5vh 2vw;
    text-align: left;
}
#exam details:last-child {
   border-bottom: #ffe7e8 0px solid;
}
#exam summary {
    position: relative;
    cursor: pointer;
    font-size: 1.25em;
}
#exam summary span {
  padding-right: 0.2vw;
}

#exam details summary::after {
    content:"+ more";
    font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
    font-size: 1.2em;
    position: absolute;
    right: 1vw;
    color: #e7bd3e ;
}
#exam details[open] summary::after {
    content:"-close";
    font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
    font-size: 1.2em;
    position: absolute;
    right: 1vw;

}
#exam details[open] {
  border-radius: 1em;
  background:#fbfbfb;
  background-size: 100%; 
  padding-bottom: 5vh;
  border-bottom: #a8a8a8 0px dashed;
  margin-bottom: 2vh;
}
#exam details[open] summary {
  margin-bottom:1vh;
  border-radius: 0.5em 0.5em 0 0;
  border-bottom: solid 1px #ece9e9;
  padding-bottom: 2vh;
  color:#8975d8;
  font-weight: 600;
}
#exam details p span {
    font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
    font-size: 1.5em;
    line-height: 1.35;
    color: #ecd9a1;
    display: block;
}
#exam details p span::after {
    content: ':';
    padding: 0 1vw;
}
#exam details p small {
    font-size: 15px;
}

#exam ol{
    padding: 0 0 0 21px;
}

@media screen and (max-width: 40em) {
#exam {
  width: 100%;
  margin-top: -3vh;
  margin-bottom: 0vh;
  font-size: 90%;

}
#exam .flex {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content:space-between;
  padding: 2vh 0;
	
}
#exam table span {
    font-size:90%;
    color: #f00;
    text-decoration: underline;
}
#exam .flex ol {
	width:100%;
}
#exam .flex table {
  width:100%;
}

#exam .flex table td:first-child{
	width:20% ;
	text-align: center;
	background-color: #ffe7e8;
} 
#exam summary {
    font-size: 1em;
}

}
.shop {
  position: fixed;
  bottom: 22vh;
  right: 1vw;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  border: double 8px ;
  background-color: #f74c22;
  padding: 20px 10px;
  color: #fff;
  font-size:1.25em;
  text-align: center;
  line-height: 1.2;
  font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
  z-index: 99;

}

.shop span {
  font-size: 16px;
}
.shop small{
  font-size: 60%;
    display: block;

}
.shop strong {
  color: #ffdd00;
  font-weight:900;
  font-size: 2.2em;
  line-height: 0.8;
  display: block;
  animation: shineText 1.8s infinite ease-in-out;
}

.shop strong span {
  animation: shineText 1.8s infinite ease-in-out;
}

@keyframes shineText {
  0%   { color: #ffdd00; filter: brightness(100%); }
  50%  { color: #ffffff; filter: brightness(130%); }
  100% { color: #ffdd00; filter: brightness(100%); }
}
@media screen and (max-width:45em){
.shop {
  position: fixed;
  top: auto;
  right: 1vw;
  bottom: 18vh;
  width: 108px;
  height: 108px;
  
}
    .shop strong {
  color: #ffdd00;
  font-weight:900;
  font-size:1.8em;
  line-height: 0.8;
  display: block;
  animation: shineText 1.8s infinite ease-in-out;
}
}
#navbar ul {
  padding:0 0;
  margin: 0 0;
  list-style: none;
  margin-top: 2vh;
  position: fixed;
  right: 0;
  top: 10vh;
  z-index: 800;
}
#navbar ul li{
  background-color:#fff;
  color:  #ffb2ad;
  border: solid #ffe6e4 2px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.35;
  font-size: 1.15em;
  font-weight:400;
  padding-top: 12px;
  margin:0.5vw;
}
#navbar ul a, #navbar ul a:hover {
  color: #ffb2ad;
}

@media (max-width:55em) {
    
  #navbar ul {
    width: 100%;
    margin-top:0vh;
    right: 0;
    top: auto;
    bottom: 6.5vh;
    background-color: #ffe07b;
    z-index: 199;
    
  }
  #navbar ul li{
    width: 22%;
    height:60px;
    border-radius:0%;
    border:solid 0px;
    border-right: solid 1px rgba(255,255,255,0.8);
    background-color: rgba(255,255,255,0);
    display: inline-block;
    text-align: center;
    line-height: 1.35;
    font-size:16px;
    padding:8px 0px;
    margin:0vw;
  }
  #navbar ul li:nth-last-child(1){
    border-right: solid 0px #fff;
  }
  #navbar ul a, #navbar ul a:hover {
    color: #008280;
  }
}

#list {
    padding:8vh 5vw 10vh;
    text-align: center;
    font-weight: 600;
    color: #533506;
   background: #fffcfc  url(../img/bg_3.png);
   background-size: 1%;

}
#list ul {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 1vw;  
    align-items: start;
    justify-content: space-around;
    font-family:"Noto Sans TC" , sans-serif;
    list-style-type: none;
    border-radius: 3em;
    margin-top: 3vh;
    font-size:1.25em;
     line-height:1.5;


}
#list ul kbd {
      background-color:#ff4542;
  padding: 6px;
  color:#ffffff;
  /* color:#ff9d9d; */
  font-weight: 500;
  margin-right: 8px;
  border-radius: 2em;
  font-size: 95%;
 
}
#list ul:nth-child(2n) kbd {
  font-size: 78%;

}
/* #list ul li:nth-child(2n) kbd {
      background-color:rgb(255, 102, 0);
} */
#list ul img{
  width:0%;
  height: auto;
  margin-bottom: 3px;
}
.list-photos{
  display:grid;
  grid-template-columns: repeat(6, 1fr);
  gap:1vw;
  margin: 24px 0 16px;
}
.list-photos figure{
  margin:0;
  border-radius: 14px;
  overflow:hidden;
  background:#fff;
  border:3px solid #ffe0a9;
}
.list-photos img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius: 6;
}
@media (max-width:75em){
    #list ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1vw;  


}

}
@media (max-width:60em){
    #list ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1vw;  
    margin-top: 3vh;
    font-size:1.5em;


}
}
@media (max-width:40em){
  .list-photos{
    display:flex;
    overflow-x:auto;
    gap:12px;
    padding-bottom:8px;
  }
  .list-photos figure{
    min-width: 60%;
  }
  #list ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1vw;  
    margin-top: 3vh;
    font-size:1em;


}
}
footer {
 background:rgba(255, 218, 171, 0.8);
 border-top: solid 1px rgba(214, 143, 51, 0.8);
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 188;
  display: flex;
  justify-content:flex-end;
}
footer h6 {
  padding:1svh 2vw;
  color: #703b06;
  font-size:1.25em;

}
footer h6 span {
  font-size:60%;
  font-weight: 400;
}
footer i {
  text-align:center;
  -moz-transform:rotate(-5deg);
  -webkit-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  transform:rotate(-5deg);
}
footer a,footer a:hover{
  padding: 1.2vh 1.5vw;
  border-radius:2em;
  border: solid rgba(245, 165, 96, 0.785) 1px ;
  background-color: #fff;
  color: #ac5b14;
}
@media (max-width:40em) {
  footer {
    border-bottom: solid 1px rgba(214, 143, 51, 0.8);
  bottom: 60px;
  z-index: 188;
  display: flex;
  justify-content: center;
}
footer h6 {
  padding:1.5svh 2vw 1.8svh;
  font-size:1em;

}

}
#career {
background-color:rgb(245, 245, 245);
text-align: center;
}
#career ul  {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1vw;   
    align-items: start;
    list-style: none;
    margin-top: 2vh;
}
#career ul li {
  align-items: center;      
  justify-content: center;   
  text-align: center;       
  box-sizing: border-box;  
  font-size: 16px;
  border-right:dotted 1px;

}
#career ul li:last-child {
   border-right:dotted 0px;

}
#career ul li strong {
  display: block;
  color: #8975d8;
  font-size: 120%;
  font-weight: 600;

}
.career-tag {
  display: inline-block;
  padding: 6px 14px;
  background: #e8f0ff;
  color: #2457a6;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
}

#vs {
  text-align: center;
}
#vs>section{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
 

}
#vs table {
  width: 48%;
  margin: 3vh 0;
  border: solid 1px #ddd;
  background: #fff;
  letter-spacing: 0;
      font-family: "Mukta", "Noto Sans TC", "Arial", sans-serif;

}
#vs table td,
#vs table th {
  border: solid 1px #ddd;
  border-bottom-width:0 ;
  border-right-width: 0;
  padding: 6px 0;
}

#vs table th {
   background-color:#ffa98a;
   color: #fff;
   font-weight: 600;
}
#vs table:nth-child(2) th { background-color:#5464d8; }
#vs table:last-child th { background-color:#5464d8; }
#vs table tr:nth-child(2n-1) td{ background-color: #f4f4f4; }
#vs table td:last-child {
  color: #5464d8;
  font-weight: 800;
  font-size: 108%;
}
#vs nav {
  margin: 5vh 0;
}
#vs a, #vs a:hover {
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 2em;
  padding: 2vh 2vw;
  background-color: #5365d8;
  color: #fff;
  margin: 2vh 1vw;
}

@media (max-width: 55em){
  #career ul  {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
  #career ul li:last-child{
    display: none;
}
  #career ul li {
    margin-bottom: 2vh;
    border-right: 0px;
  }
  #career ul li strong {
    font-size: 100%;
  }
  #vs {
    padding: 5vh 0vw;
  }
  #vs>section{
    flex-wrap: wrap;
   
  
  }
  #vs table {
    width: 90%;
  }
  #vs table td,
  #vs table th {
    padding: 6px 3px;
  }

  #vs nav {
    margin: 5vh 0;
  }
  #vs a, #vs a:hover {
    font-size: 1em;
    font-weight: 600;
    border-radius: 2em;
    padding: 2vh 2vw;
    background-color: #5365d8;
    color: #fff;
    margin: 2vh 1vw;
  }
}
#socail_icon {
    padding: 0;
  }
  #socail_icon_box a {
    background-color: #1f8bd9;
  }
  #socail_icon a::before {
    content:none;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      padding-right: 0;
  }
  @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;
    }
}

.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: 1em;
    position: fixed;
    top: 0;
    left: 0;
    padding:3px 0 1px 2vw;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    z-index: 999;
}
