@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;600&display=swap');
*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }
::selection{background: #ff90e8;}
body {  
  margin: 0 0; 
  background: url(img/bg.png),radial-gradient(ellipse at 0% 48%,var(--color-bg-3) 0,var(--color-bg-2) 62%,var(--color-bg) 90%);
  background-repeat: no-repeat;
  background-position: top center;
  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;
  --color-text: #111;
  --color-number: #999;
  --color-bg: #00fff6;
  --color-bg-2: #1acdff;
  --color-bg-3: #eaf8ff;
  --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;
}
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{
  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:#0033cc;
  font-weight: 600;
  text-align: center;
}
h1,h2,h3,h4,h5,p { margin: 0;padding: 0;font-weight: 400; }
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;
}
}
.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width:100%;
  height: auto;
  object-fit: cover;
  border:solid 1px #2a2921;
}
#ads {
  background-color:#4270ff;
  padding: 5vh 2vw;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
}
.ads,.superbox_sale {
  margin:1vh 1vw;
  width:46%;
  background:#e9e8e8 url(img/toeic_bg.png) no-repeat;
  background-position: bottom center;
  border-radius: 1em;
  padding: 5vh 2vw;  
  text-align: center;
  border:solid #fff 2px;
  display: inline-block;

}
.ads:hover,.superbox_sale:hover {
  cursor: pointer;
}
.superbox_sale {
  background-color: #efe8ff;
}
 .superbox_sale img {
  width: 48%;
  height:auto;
  background-color: rgb(255, 240, 240);
  border:solid #2a2921 1px;
  display: inline-block;
} 
#ads p {
  vertical-align: top;
  font-size: 1.35em;
}
#ads p span {
  font-weight: 600;
  background-color: #f00;
  color: #fff;
  padding: 1vh 1vw;

}
#ads p ins {
  font-size: 60%;
}
#ads h3 {
  /* color: #622f15; */
  font-size: 1.35em;
  line-height: 1.3;
}
#ads h4{
  text-align: center;
}
#ads h4 span {
  color: #1dcd00;
  font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
  font-weight: 800;
  font-size: 2em;
}
#ads nav{
  margin-top: 6vh;
}
#ads nav a{
  background-color: #1dcd00;
  color: #fff;
  padding:6vh 1vw;
  margin: 0 0.5vw;
  border-radius: 50%;

}
@media screen and (max-width: 55em) {

#ads h2 {  font-size: 1.25em; }
#ads h2 span{  font-size: 1.8em;}
#ads p {
  vertical-align: top;
  font-size: 1.1em;
  
}
#ads nav{
  margin-top: 5vh;

}
#ads nav a{
  padding:4vh 2vw;
  margin: 0 0.1vw;
  font-size: 15px;

}

#ads {
  padding: 5vh 3vw;
  text-align: center;
  letter-spacing: 0;
}
.ads,.superbox_sale {
  margin:2vh 1vw;
  width:95%;
  border-radius: 1em;
  padding: 5vh 2vw;  

}
 .superbox_sale img {
  width: 88%;
  height:auto;
} 
}
main {
   background: url(img/w-dot.png) repeat; 
  background-position: center bottom;
  background-size:30%;
}
header {
  background: url(img/bg_header2.png) no-repeat;
  background-position: center bottom;
  text-align: center;
  /* padding-bottom:20vh; */
  position: relative;
  letter-spacing: 2px;
}
header h1 {
  font-size: 1.8em;
  color: #000;
  letter-spacing:20px;
 
    
}
header h1 span {
   font-size:6em;
   color:rgba(255, 255, 254,0.88);
   font-weight: 900;
}
header h3 {
  letter-spacing: 3px;
  font-size: 1.8em;
  font-family: 'Roboto Mono', monospace;
  padding-bottom: 3vh;
}
header img{
  background: url(img/bg_header.png) no-repeat;
  background-position: center;
  background-size: 80%;
  width: 50%;
  height: auto;
}
header>div p{
  width:220px;
  height:220px;
  border-radius: 50%;
  border: double 5px;
  position: absolute;
  font-size: 1.6em;
  color: #fff;
  /* background-color: rgba(82, 140, 255, 0.2); */
  font-weight: 400;
  top: 20vh;
  line-height: 1.5;
  left: 5vw;
  padding-top: 42px;
}
header>div p::before {
  position: absolute;
  top: -10px;
  left: -12px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  /* background: url(img/point.png) repeat;
  background-size: 10%; */
  
}
header>div p:nth-child(2){
  left: auto;
  right: 5vw;
}
header>div p img{
  background:none;
  padding: 3vh;
  width:6.8vw;
  height: auto;
}
header>div p span {
  border-bottom: solid 1px;
  padding-bottom: 2vh;
}
@media screen and (max-width: 55em) {
  header,  header h1,  header h3{
    letter-spacing: 1px;
  }
  header h1 {
    font-size: 1.6em;
  }
  header h3 {
    font-size: 1.2em;
  }
  header img{
    background: url(img/bg_header.png) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 68%;
    height: auto;
    padding-top: 5vh;
  }
  header>div p{
    width:45%;
    height:auto;
    border-radius: 0;
    border:0px;
    position: relative;
    font-size: 2em;
    margin: 1vh 1vw;
    top: auto;
    line-height: 1.5;
    left:auto;
    padding-top:0px;
    display: inline-block;
  }
  header>div p:nth-child(2){
    right:auto;
  }
  header>div p img{
    width:15vw;
    height: auto;
    padding: 15px 5px 5px;
  }

}
@media screen and (max-width: 40em) {
  header img{
    background: url(img/bg_header.png) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 95%;
    height: auto;
    padding-top: 5vh;
  }
  header>div p{
    width:42%;
    font-size: 1.2em;
    color: #16161b;
  }
}
article {
  /* padding:0vh 8vw; */
  letter-spacing: 2px;
  background: #ffe96a;
  font-weight: 400;
}
article h1 {
  background-color: #177afe;
  text-align: center;
  padding: 2vh 0;
}
article h2 {
  font-size: 1.8em;
  line-height: 1.8;
  padding-bottom: 1vh;
  font-weight: 300;
}
article h2 span {
  font-family: "Teko", "Noto Sans TC", "Arial", sans-serif;
  font-size: 2.8em;
  line-height: 1.2;
  font-weight: 900;
}

article h3 {
  color: #0051ba;
  font-size: 1em;
}
article>section {
  width: 100%;
  text-align: left;
  padding: 15vh 8vw;
  display: flex;
  display: -webkit-flex;
  align-items:self-start;
  justify-content:space-between;
  border-bottom: solid 3px;
  
}
#exam section>div {
  width: 50%;
}
#exam nav {
  background-color: #fff;
  padding: 3vh 3vw;
  text-align: center;
  border:solid 3px;
  border-left:0 ;
  border-right: 0;
  color: rgb(48, 45, 45);
  font-size: 1.2em;
}
#exam nav a{
  text-align: center;
  color: rgb(48, 45, 45);
  padding-right: 0.9vw;
  width: 25%;
}
#exam nav a::before{
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
	font-weight: 900;
  padding-right: 1vw;

}
@media screen and (max-width: 55em) {
  article>section {
    width: 100%;
    text-align: center;
    padding: 15vh 8vw;
    flex-wrap: wrap;
    
  }
  #exam section>div {
    width: 100%;
  }

}
@media screen and (max-width: 40em) {
  article h2 span {
    font-size: 2em;
  }

  #exam nav {
    width: 100%;
    position: fixed;
    padding: 3vh 0vw;
    font-size: 0.9em;
    bottom: 0;
    left: 0;
  }
  #exam nav a{
    border-right: solid 1px;
    padding: 0 1vw;
    width: 25%;
  }
  #exam nav a:last-child{
    border-right: solid 0px;
  }
  #exam nav a::before{
    content: " ";
    padding-right: 0vw;
  
  }
}
#sp {
  background: #ffc900 url(img/a1.png) no-repeat;
  background-position: bottom -15vh right -1vw;
  background-size: 50%;
} 
#sp h2 span {
    font-family: "Teko", "Noto Sans TC", "Arial", sans-serif;
    font-size: 3em;
    line-height: 1.1;
}
#sp img {
  width: 100%;
}

#sp ul {
  width: 90%;
  border: solid 3px;
  background-color: #fff;
  box-shadow: 5px 5px 0px #157aff,8px 8px 0px #16161b;
  padding:3vh 3vw;
  margin-left: -1vw;
  /* font-size: 1.1em; */
}

#sp>div ul li:first-child,
#sp>div ul li:nth-child(6) {
  border-bottom: solid 3px;
  color: #157aff;
  margin-bottom: 2vh;
  padding-bottom: 1vh;
}
#sp>div ul li:nth-child(5),
#sp>div ul li:last-child {
  border-bottom: solid 0px;
}

#sp p {
  color: #000;
}
#sp h3,#sp p {
  border-left: solid 3px #000;
  padding-left: 2vw;
}
#sp>div:nth-child(2) {
  width:38%;
}
#sp>div:first-child,
#meet>div:first-child{
  width: 60%;
}
#meet>div:nth-child(2){
  text-align: center;
}

#meet {
  background: #f0f0f0 url(img/top6.png) no-repeat;
  background-size: 16%;
  background-position: bottom 4vh left 36vw;
}

#meet ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items:stretch;
  /* justify-content:space-around; */
  
}
#meet ul li{
  background-color: #fff;
  width: 12vw;
  padding: 2vh 1vw;
  margin: 0vh 1vw 1vh 0;
  border-radius: 3em;
  text-align: center;
}
#meet table {
  width: 100%;
  margin-bottom: 5vh;
  text-align: left;
}
#meet table i {
  float: right;
}
#meet table td {
  border-bottom: solid 2px;
  padding: 1vh 1vw;
}
#meet table tr:last-child td {
  border-bottom: solid 0px;

}
#meet table tr td:first-child {
  width: 25%;
  border-right: solid 2px;
  text-align: center;

}
#meet table th {
  color: #fff714;
  font-size: 150%;
  text-align: center;
}
#meet a,#meet a:hover {
  /* background-color: #4270ff ; */
  color: #4270ff;
 padding: 2vh 1vw;
}
#meet button {
  background-color: #4270ff;
  border: none;
  border-radius: 3em;
  color: #fff;
  padding: 2vh 2vw;
  margin: auto;
  text-align: center;
  font-size: 2em;
  cursor: pointer;
}

@media screen and (max-width: 55em) {
  #sp {
    background: #ffc900 url(img/a1.png) no-repeat;
    background-position: bottom -18vh right -2vw;
    background-size: 62%;
    padding-bottom: 40vh;
  } 

  #sp ul {
    width: 100%;
    padding:3vh 5vw 3vh 8vw;
    margin: auto;
    margin-bottom:5vh;
  }
  
  #sp>div:nth-child(2),
  #sp>div:first-child,
  #meet>div:first-child{
    width: 100%;
    margin-bottom: 2vh;
    text-align: left;
  }
  #meet>div:nth-child(2){
    text-align: center;
  }
  
  #meet {
    background-size: 22%;
    background-position: bottom 2vh right 6vw;
    padding-bottom:20vh;
  }
  #meet h2 {
    text-align: center;
  }
  #meet ul {
    margin: auto;
    justify-content:space-between;
    
  }
  #meet ul li{
    width: 30%;
    padding: 2vh 0vw;
    margin: 0vh 1vw 1vh 1vw;
  }

}

@media screen and (max-width: 40em) {
  #sp {
    background: #ffc900 url(img/a1.png) no-repeat;
    background-position: bottom -15vh right 0vw;
    background-size: 95%;
    padding-bottom: 40vh;
  } 
  #sp h2 span {
      font-size:1.6em;
      line-height: 1.1;
  }

  #sp ul {
    width: 100%;
    padding:3vh 3vw 3vh 8vw;

  }
  #sp h3 {
    border-left: solid 0px #000;
    padding-left: 0vw;
  }
  #meet {
    background: #f0f0f0 url(img/top6.png) no-repeat;
    background-size: 26%;
    background-position: bottom 2vh center;
    padding-bottom:20vh;
  }
  #meet ul li{
    width: 33%;
    padding: 2vh 0vw;
    margin: 0vh 0.1vw 1vh 0.1vw;
    border-radius: 3em;
  }

  #meet button {
    padding: 2vh 8vw;
    margin-bottom: 2vh;
  }
}
#kpsp {
  background: #4270ff url(img/k1.png) no-repeat;
  background-position: bottom -1vh left 8vw;
  background-size: 22%;
  color: #fff;
}

#kpsp table {
  width: 100% ;
}
#kpsp table i {
  float: right;
}
#kpsp table td {
  border-bottom: solid 2px;
  padding: 1vh 1vw;
}
#kpsp table tr td:first-child {
  width: 8%;
}
#kpsp table th {
  color: #fff714;
  font-size: 180%;
  text-align: center;
}
#kpsp i {
  font-size: 2em;
}
#kpsp h2 {
 line-height: 1.8;
}
#kpsp h3 {
  font-size: 1.5em;
  color: #fff800;
}
#kpsp a, #kpsp a:hover {
  color: 2em;
}
#kpsp button {
  background-color: #fff;
  border: none;
  border-radius: 3em;
  color: #4270ff;
  padding: 2vh 2vw;
  margin: 3vh 0;
  text-align: center;
  font-size: 2em;
  cursor: pointer;
}
#kpsp button i {
  font-size: 100%;
}
@media screen and (max-width: 55em) {
  #kpsp {
  background: #4270ff url(img/k1.png) no-repeat;
  background-position: bottom -1vh center;
  background-size: 32%;
  padding-bottom:40vh;
}
#kpsp table th {
  padding-top: 8vh;
}
}
@media screen and (max-width: 40em) {
  #kpsp {
    background: #4270ff url(img/k1.png) no-repeat;
    background-position: bottom -1vh center;
    background-size: 32%;
    padding-bottom: 30vh;
}
#kpsp h3 {
  font-size: 1em;
  color: #fff800;
}
}
#kp {
  background-color:#ffcc00;
  padding:0vh 0vw;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
  justify-content: space-between;
}
#kp>div {
  width: 50%;
  padding: 15vh 8vw;
}
#kp>div:first-child {
  background-color:#f1f333;
  border-right: solid 3px;
}
#kp>div:nth-child(2){
  background: url(img/point.png);
  background-size: 5%;
}
#kp nav {
  width: 100%;
  border: solid 3px;
  background-color: #fff;
  box-shadow: 5px 5px 0px #157aff,8px 8px 0px #16161b;
  padding:3vh 2vw;
  text-align: left;
}
#kp nav a,#kp nav a:hover{
  padding:3vh 1vw;
  font-size:1.5em;
  display: block;
  color: #16161b;
  border-bottom:dashed 3px #ffcccc;
}
#kp nav a:last-child {
  border-bottom:dashed 0px #ffcccc;
}
#kp nav a:hoever{
  opacity: 0.8;
  font-size: 120%;
}
#kp img {
  padding: 3vh 1vw;
  width:32%;
}
#kp nav i {
  font-size: 150%;
  padding-left: 1vw;
}
.no:hover, .no{
  cursor: no-drop;
  color: #ddd;
}

#point {
  background:#ffd7d7;
  padding: 15vh 5vw;
  text-align: center;
  border: solid 3px;
  border-right: solid 0px;
  border-left: solid 0px;
}

#point>section {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 0;
  border: 0;

}
#point>section div {
  width: 25%;
  margin:0 1vw 1vh;
  background: #fff;
  color:#3e2e5b;; 
  border-radius: 2em;
  border: solid 1px #b6e8ff;

}
#point  h2 {
  letter-spacing:2vw;
  font-size: 1.5em;
}
#point p{
  padding: 2vh 2vw 5vh;
}
#point p::after {
  content: '\f144';
  font-weight: 900;
  color: #f00;
  font-family: 'Font Awesome 5 Free';
  font-size: 150%;
  line-height: 0.8;
  padding-left: 0.5vw;
}
#point i{
  font-size:3em;
  color: #3e2e5b;
}
#point img {
  width:100%;
  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;
}
@media screen and (max-width: 65em) {
  #kp>div {
    width: 100%;
    padding: 15vh 5vw;
  }
  #kp nav a,#kp nav a:hover{
    padding:3vh 0vw;
    font-size:1.5em;
    display: block;
  }
  #kp img {
    padding: 3vh 2vw;
    width:28%;
  }
  #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) {
  #kp {
    flex-wrap: wrap;
  }
  #kp>div {
    width: 100%;
    padding: 15vh 8vw;
  }
  #kp nav a,#kp nav a:hover{
    font-size:1.3em;
  }
 #kp img {
    padding: 3vh 2vw;
    width:18%;
  }
  #kp nav i {
    font-size: 150%;
    padding-left: 1vw;
  
  }
  .no:hover, .no{
    cursor: no-drop;
    color: #ddd;
  }
  #point {
    background:#ffd7d7;
    padding: 15vh 5vw;
  }
  #point>section {
    flex-wrap: wrap;
  }
  #point>section div {
    width:45%;
    margin:0 1vw 5vh;
  
  }
}
