@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@font-face {
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-family: 'Noto Sans TC';
  src:local('Noto Sans TC') url('https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2') format('woff2'),
}
@font-face {
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  font-family: 'Noto Sans TC';
  src:local('Noto Sans TC') url('https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2') format('woff2'),
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-family: 'Noto Sans TC';
  src:local('Noto Sans TC') url('https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2') format('woff2'),
}
@font-face {
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-family: 'Noto Sans TC';
  src:local('Noto Sans TC') url('https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2') format('woff2'),
}
*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
  width: 100%;
	margin: 0 0;
	background:url(img/bg.png);
  background-repeat: repeat;
	background-position: top center;
	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){
  body {
    background-position: top center;
    font-weight:300;
  }
  #gotop {
    font-size:13px;
    padding-top: 5px;
    bottom:65px;
  }
}
#talk{
  text-align: center;
  position:fixed;
  top: 8vh;
  vertical-align: middle;
  left: 0px;
  text-align: left;
  font-size:0.8rem;
  line-height: 1.2;  
  text-align: center;
  z-index: 101;
}
#talk ul li {
  width:3.2em;
  height:3.2em;
  border-radius: 20%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
#talk ul{
  margin: 0px 0px;
  padding: 0px 0px;
  list-style-type: none;
}
#talk ul li{
  margin-top:0.5vh;
  color: #fff;
}
#talk ul li svg{ font-size:1.6em;}
#talk ul li:first-child svg{ font-size: 3.2em;margin-top:-0.1vh;}
#talk ul li:first-child{background-color: rgba(255,255,255,0.85); color:#1dcd00;}
#talk ul li:first-child:hover{ background-color: #1dcd00;  color:rgba(255,255,255,0.9); }
#talk ul li:nth-child(2){font-weight: 400;;margin-top: 3.6vh}
#talk ul li:nth-child(2):hover{color: rgba(0,0,0,0.6);}
#talk ul li:nth-child(3):hover{color: #0033cc;}
#talk ul li:nth-child(4):hover{color: #ff0085;}
#talk ul li:nth-child(5):hover{color: #ff0000;}
#talk ul li:hover{color:#0033cc;}
.share {
  margin-top: 2vh;
  margin-left: 0.15vw;
  opacity: 0.8;
}
@media screen and (max-width:38em){
  #talk{
    width:100%;
    height: 50px;
    background-color: rgba(255,255,255,0.85);
    border-top:1px solid #f0f0f0;
    line-height:1.2;
    font-size:0.95em;
    padding: 3px 0px 0px 0px;
    bottom: 0px;
    left: 0px;
    top: auto;
  }
  #talk ul{   background-color:rgba(83, 210, 250,0.0);}
  #talk ul li{
    margin:0px;
    width: 50px;
    height: 30px;
    display: inline-block;
    color: #aaa;
    border:0px solid #1dcd00;
    border-left:0px solid rgba(255,255,255,0.65);
    border-radius: 0%;
  }
  #talk ul li svg{ font-size:1.6em;}
  #talk ul li:first-child svg{ font-size: 2.6em;line-height: 0.6;}
  #talk ul li:first-child{background-color: rgba(255,255,255,0.0);color: #1dcd00;}
  #talk ul li:first-child:hover{color: #43d82b;}
  #talk ul li:nth-child(2){font-weight: normal;;margin-top:-1.5vh}
  .share{
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    padding: 0px!important;
    opacity: 0.8;
    vertical-align: middle;
  }
  #talk ul li svg{
    font-size: 1.6em;
  }
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  left:1.5em;
  background-color:#fff;
  border: 1px solid #1dcd00;
  border-radius:10px;
  font-size:1.5em;
  color: #1dcd00;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-weight: 400;
}
.dropdown-content a {
  padding: 0.8em;
  border-radius:8px;
  text-decoration: none;
  border-bottom: 1px solid rgba(35,112,22,0.2);
  color: #1dcd00;
  display: block;
}
.dropdown a:hover {background-color: #f1f1f1;}
.show {display:block;}
@media screen and (max-width:38em){
  .dropdown-content {
    left:0;
    top:auto;
    bottom:55px;
  }
.dropdown:hover .dropbtn {
   color:#1dcd00;
   text-shadow: 0px 0px 0px rgba(255,255,255,0.6);
}
.dropbtn,#talk ul,.share{
    display: inline-block;
  }
}
 ul.topnav {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
ul.topnav li {float: left;}
ul.topnav li a {
  font-family: "Arial" , "Noto Sans TC", sans-serif;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 2vh 0.5vw;
  text-decoration: none;
  transition: 0.3s;
  font-size: 0.9em;
}
ul.topnav li a:hover {font-weight: 400;}
ul.topnav li.icon {display: none;}
@media screen and (max-width:50em) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
    border-bottom:1px solid rgba(255,255,255,0.1);
    background-color:rgba(0,0,0,0.8);
    border-radius: 0px;
  }
  ul.topnav li a{
    color: #fff;
  }
}

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;
  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: 400;
  color: #ffff00;
}
footer span{
  background-color: #fff;
  color: rgba(77, 144, 254,1.0);
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: 400;
}
.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;
}
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #ff0000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  padding: 8px 8px 8px 12px;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover, .offcanvas a:focus{
  background-color: #fff;
  color: #ff0000;
  font-weight: 400;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 36px;
  margin-left: 50px;
  border-bottom: 0px solid rgba(0,0,0,0);
}
#main {
  transition: margin-left .5s;
  padding: 0px;
}
@media screen and (max-width:660px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 15px;}
}

#message{
  text-align: center;
  padding: 5vh 10vw;
  margin: 0 auto;
}
#message h2{
  font-size: 2em;
  line-height: 1.2;
  margin-top:50px;
  margin-bottom: 5px;
  color:#fff;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width:720px){
  #message{  padding: 5vh 5vw;}
  #message h3{  font-size: 20px;}
}

@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;}}
h1,h2,h3,h4,h5,h6 {padding: 0 0;margin: 0 0;font-weight: normal;}
table {  border-collapse: collapse;  border-spacing: 0px;}
a,a:hover{text-decoration: none;}
.r_bg{background-color: #ff0000;padding: 1px 5px;color: #fff;font-weight: 400;text-shadow: 0px 0px 0px rgba(255,255,255,0.6);}
header {
  background-image: url(img/top_bg.png);
  background-repeat: no-repeat;
  background-position:center top;
  position:relative;
  text-align: center;
  color: #ff0;

}
header h1 {
  font-size: 3em;
  line-height:1.8;
  font-weight: 600;

}
@media (max-width: 767px) {
  header h1 {
  font-size: 1.8em;

}
}
.offer{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0vh;
  margin-bottom: 0vh;
  text-align: center;
  
}
.imgheader{
  width: 60vw;
  margin: auto auto;
  text-align: center;
}
.offer h3{
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.5;
  color: #FFD900;
  margin: 3vh auto;
}
.offer_bg ul{
  list-style-type: none;
  margin: 2vh auto;
  padding: 0 0;
  text-align: center;
}
.offer_bg ul li {
  width: 35vw;
  border-radius: 100px;
  background-color: #FFD900;
  margin: 0vh 1vw;
  padding: 5vh 0vw;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
 .offer_a{
  font-size: 2em;
  color: #ff0000;
  padding: 0vh 0.5vw;
 }
@media screen and (max-width:45em){
.offer{
  width: 100%;
  margin: 0vh auto;
}
.imgheader{
  width: 100%;
}
  .offer img {
    width: 100%;
    height: auto;
    margin-top: 0vh;
    margin-bottom: 0vh;
  }
  .offer h3{
  font-size: 24px;
  margin: 1vh auto;
  font-weight: 600;
}
.offer_bg ul li {
  width: 90%;
  margin: 5px auto;
  padding: 10px 0px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
 .offer_bg ul li p{
  font-size: 15px;
   }
}

#sale{
  padding: 5vh 0vw;
  text-align: center;
}
#sale h3{
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  margin: 3vh auto 1.5vh;
}
@media screen and (max-width:45em){
  #sale{
    padding: 15px 15px;
  }
  #sale h3{
  font-size: 24px;
  margin: 1vh auto;
  font-weight: 600;
}
}
.sale{
  width: 75vw;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: #000;
  line-height: 1.8;
  border-radius: 3px;
}
.sale th{
  font-size: 2em;
  padding: 1.5vh 0vw;
  color: #fff;
}
.sale th:nth-child(1) {
  background-color: #ff0000;
}
.sale th:nth-child(2) {
  background-color: #182987;
}
.sale td{
  font-size: 1.5em;
  background-color: #fff;
  padding: 1.5vh 0vw;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.sale td:nth-child(1) {
  width: 50%;
}
.sale_b{
  color: #ff0000;
  font-size: 1.5em;
  font-weight: bold;
}
@media (max-width: 920px){
  .sale{
    width: 100%;
    font-weight: normal;
  }
  .sale th{
    font-size: 16px;
    padding:10px 5px;
  }
  .sale td{
    font-size: 14px;
    padding:10px 5px;
  }

  .sale_b{
  font-size: 14px;  
  font-weight: normal;
}
}

.prize {
  width: 75vw;
  height: auto;
  margin: 3vh auto;
  text-align: center;
}

  .prize img{
    width:58vw;
    height: auto;
  }
@media screen and (max-width:45em){
  .prize {
    width: 100%;
  margin: 30px auto 0px;
  text-align: center;
}
  .prize img {
    width: 100%;
    height: auto;
    margin-top: 0vh;
    margin-bottom: 2vh;
  }
}
#six {
  width: 75vw;
  margin: 3vh auto;
  text-align: center;
}
#six h3{
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
  color: #FFD900;
  margin: 3vh auto;
}
#six ul{
  list-style-type: none;
  margin: 2vh auto;
  padding: 0 0;
  text-align: center;
}
#six ul li {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  color: #fff;
  background-color: #f00;
  font-weight: bold;
  margin: 0 10px;
  padding: 35px 5px;
  font-size: 1.5em;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width:45em){
#six {
  width: 90%;
  margin: 0px auto 0px;
}
#six h3{
 font-size: 24px;
  margin: 1vh auto;
  font-weight: 600;
}
#six ul li {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  margin: 5px 5px;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
}

#class01{
  margin: 5vh auto;
  padding: 5vh 0vw;
  text-align: center;
}
#class01 h3{
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
  color: #FFD900;
  margin: 3vh auto 3vh;
}
@media screen and (max-width:45em){
#class01{
    padding: 0px 15px;
  }
#class01 h3{
  font-size: 24px;
  font-weight: 600;
  margin: 30px auto 10px;
}
}
.class01{
  width: 75vw;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  font-size: 1.5em;
  line-height: 1.8;
  border-radius: 3px;
}
.class01 td{
  padding:20px 20px;
  border-left: 1px solid rgba(0,159,232,0.4);
  border-bottom: 1px solid rgba(0,159,232,0.4);
}
.class01 td:nth-child(1) {
  width: 30%;
  color: #FFD900;
}
.class01 td:nth-child(2) {
   text-align: left;
   font-size: 0.8em;
}
.class01_b{
  background-color: #036eb8;
  font-weight: bold;
}
@media (max-width: 920px){
  .class01{
    width: 100%;
    font-weight: normal;
  }
  .class01 td{
  padding: 10px 5px;
}
  .class01 td:nth-child(1) {
  width: 30%;
}
.class01 td:nth-child(2) {
   text-align: left;
   font-size: 12px;
}
  .class01_b{
  font-size: 14px;  
  font-weight: normal;
}
}

#student {
  background-color: rgb(255,255,255,0.5);
  margin-right: auto;
  margin-left: auto;
  font-size: 1.5vw;
  line-height: 1.8;
  text-align: center;
}
#student h2{
  text-align: center;
  font-weight: bold;
  line-height: 2;
  font-size: 2vw;
  padding: 10vh;
  color: #036eb8;
}
#student ul {
  margin: 0px 0px;
  padding: 0 0;  
  list-style-type: none;  
  text-align: justify; 
}
#student ul li {
  margin-bottom: 3vh;
}
#student img {
  border-radius: 50%;
  width:12vw;
  height:12vw; 
  vertical-align: top;
  z-index: 300;
}
#student h3 {
  font-size:1.6em;
  color: #036eb8;
  line-height: 1.5;
  font-weight: bold;
  margin:0px 10px 0px 0px;
  display: inline-block;
}
#student h4 {
  display:inline-block;
  background-color:#e60033;
  color: #fff;
  padding: 1px 5px;
  margin: 0px auto;
  font-weight: bold;
  border-radius: 0.35em;
}
#student p{
  font-size:0.9em;
  margin-top: 5px;
  margin-bottom: 0px;
}
#student a{
  color: #e60033;
  font-weight: bold;
  text-align: center;
 }
.name_st{
  width:60vw;
  margin-left:2vw;
  display: inline-block;
  text-align: left;
}
.line_3 {
    border-top: solid 1px #036eb8;
    width: 50%;
    margin: 15vh auto;
}
@media (max-width: 38em){
#student {
  width:100%;
  line-height: 1.8;
  margin-right: auto;
  margin-left: auto;
  font-size:15px;
  color: #666;
  padding:5vh 3vw;
  text-align: center;
}
#student h2{
  border-radius: 55px;
  font-weight: bold;
  line-height: 2;
  padding: 0 0 5vh 0;
  font-size: 16px;
  font-weight: normal;
}
#student h3 {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  display: block;
  font-weight: normal;
}
#student h4{
  font-weight: normal;
  background-color:#036eb8;
   display: block;
   font-weight: normal;
}
#student p,
#student h3,
#student h4{
  text-align: left;
}
#student img {
  width:80px;
  height:80px;
  margin-left:0px;
  vertical-align: top;
}
.name_st{
  width: 80%;
  margin-left:-3vw;
  display: inline-block;
  text-align: center;
  padding:0vh 4.2vw;
  border-radius: 2em;
}
.line_3 {
    width: 75%;
    margin: 3vh auto;
}
}
#op{
   background-color: rgba(72,236,227,0.8);
   padding: 10vh 3vw;
   color: #fff;
   font-size: 1.5;
     text-align: center;
}
#op h2{
  font-size: 24px;
  line-height:1.6;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  letter-spacing: 1.2em;
  padding:6px auto;
}
#op h3{
  font-size: 20px;
  line-height: 1.6;
  padding: 0px;
  margin: 20px auto 0px auto;
}
.opp {
  width: 46vw;
  display: inline-block;
}
@media screen and (max-width: 765px){
  .opp {
    width: 100%;
  }
  #op h2{
  font-size:18px;
  letter-spacing: 0.3em;
  padding: auto 5px;
}
#op{
  padding: 30px 15px;
 }
 #op h3{
  font-size: 20px;
}
}
.op{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255,255,255,0.3);
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  /*border: 1px solid #fff;*/
  padding: 3px;
  border-radius: 3px;
  border-collapse: inherit;
}
.op td{
  background-color: rgba(255,255,255,0.8);
  padding:5px 2px;
  border-left: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.op tr:nth-child(5) td{
   border-bottom: 0px solid #ccc;
}
.op tr:nth-child(3) td{
   border-bottom: 2px solid rgba(0,0,0,0.1);
}
.op_b{
   background-color:#0033cc!important;
   border-bottom: 2px solid rgba(0,0,0,0.1);
   color: #fff;
   font-weight: bold;
   width: 25%;
}
.date_op {
  color: #ff355e;
  font-weight: bold;
}
.more_class{
  font-family: "Noto Sans TC";
  background-color: rgba(0,0,0,0);
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  margin: 0px 5px 20px 0px;
  border: 1px solid #fff;
  float: right;
  line-height: 1.2;
  padding:7px 10px;
}
.more_class:hover{
  background-color: #0033cc;
  color: #fff;
 }
 @media (max-width: 920px){
  .op{
  width: 100%;
  background-color:rgba(255,255,255,0.3);
  font-size: 15px;
}
}
#ig {
  text-align: center;

}
#ig ul {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
#ig ul li {
  display: inline-block;
  width: 280px;
  margin: 10px;
}
.ig {
  background: white;
   width: calc(100% - 2px);
   border-radius: 3px;
   border: 1px solid rgb(219, 219, 219);
   box-shadow: none;
   display: block;
   margin: 0px 0px 12px;
   height: 530;
   padding: 0px;
}
@media (max-width:480px){

#ig ul li {
  display: block;
  background-color: #fff;
  width: 90%;
  margin: 20px;
}

}

#good {
    margin: auto auto;
  font-size:2.2em;
  line-height: 1.8;
  font-weight: 600; 
  padding: 0vh 10vw 0vh 10vw;
  position: relative;
  text-align: center;
}
#good ul{
  margin: 0 auto 0 auto;
  padding: 0px 0px;
  text-align: center;
  padding-bottom: 12vh;
}
#good ul li {
  width:26vw;
  text-align:center;
  padding: 5px 0;

  color:#fff;  
  display: inline-block;
}
#good ul li kbd{
  background-color:#bb2828;
  padding: 0.6vh 0.3vw;
  color: #fff;
  font-size: 90%;
  margin-right: 8px;
  border-radius: 5px;
  font-family: "Arial","Noto Sans TC" , sans-serif;
  }

#good img{
  width:4.2vw;
  height: auto;
  margin-bottom: 3px;
}
@media screen and (max-width:38em){
  #good {
     font-size:1.4em;
    line-height: 1.5;
    font-weight: bold; 
    padding: 0 0;
    margin-top: 3vh;
}

#good p{
  padding: 0 0;
  margin: 0 0;
}

#good ul li{
    vertical-align: top;
    margin-right: auto;
    width: 45%;
    letter-spacing: 0px;
}
#good ul li kbd{
  padding: 3px;
 }
 #good img{
  width:6vw;
  height: auto;
  margin-bottom: 3px;
}
}


