@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }
html {height: 100%;}
body {  
	margin: 0 0;
	background: url(img/bg.png);
	background-position: top center;
	background-color: #e94a45;
	font-weight: 200;
	overflow-x: hidden;
	/*font-family: "Arial" ,"微軟正黑體", "Helvetica","sans-serif";*/
	font-family: "Noto Sans TC","Arial" , 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;
z-index: 300;

}
@media screen and (max-width:38em){
  #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;  
  /*background-color: rgba(255,255,255,0.8);*/
}
#talk ul li{
  /*border:0.5px solid rgba(255,255,255,0.3);*/
  /*padding-top: 1.8vh;*/
  margin-top:0.5vh;
  /*color:#3488f5;*/
  color: #fff;

}
#talk ul li i{ font-size:1.6em;}
#talk ul li:first-child i{ 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: bold;;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: rgba(0,0,0,0.5);*/
  color: #aaa;
  border:0px solid #1dcd00;  
  border-left:0px solid rgba(255,255,255,0.65);
  border-radius: 0%;
   /*text-shadow: 1px 1px 1px rgba(255,255,255,0.6);*/
}
#talk ul li i{ font-size:1.6em;}
#talk ul li:first-child i{ 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 i{
  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: bold;
}
.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;
  /*background-color: rgba(0,0,0,0.1);*/
}
ul.topnav li {float: left;}
ul.topnav li a {
  font-family: "Arial" , "微軟正黑體", 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: bold;}
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;  
  /*font-weight: bold;*/
  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: bold;
  color: #ffff00;
}
footer span{
  background-color: #fff;
  color: rgba(77, 144, 254,1.0);
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: bold;
}
.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 {
  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: bold;
}
.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{
  color:#333;
  text-align: center;
  padding: 5vh 10vw;
  margin: 0 auto;
}
#message h2{
  font-size: 60px;
  line-height: 1.2;
  margin-top:50px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: bold;
  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;}}

a,a:hover{text-decoration: none;}
.red {color: #F00;font-weight: bold; font-family: "Arial Black" , "微軟正黑體";}
.yellow{color: #ff0;font-weight: bold;}
.blue{color: #333;font-weight: bold;}
.with{color: #fff;font-weight: bold;}
.c_add{color: #0033cc;font-weight: bold;}
.c_bg{ background-color: #006fff;color: #fff;padding: 1px 5px;margin: 0px 2px;text-shadow: 0px 0px 0px rgba(255,255,255,0.6); font-weight: bold;}
.r_bg{background-color: #ff0000;padding: 1px 5px;color: #fff;font-weight: bold;text-shadow: 0px 0px 0px rgba(255,255,255,0.6);}
.w_bg{text-align: center; background-color: #fff;color: #0033cc;padding: 1px 5px;margin: 0px 2px;text-shadow: 0px 0px 0px rgba(255,255,255,0.6); font-weight: bold;}
.shadow {  text-shadow:1px 1px 1px rgba(255,255,255,0.9);}
.y_bg{background-color: #ffff00;padding: 1px 5px;margin-right:5px; border-radius: 5px;  color: #333;text-shadow: 0px 0px 0px rgba(255,255,255,0.6);}
.w3-spin{animation:w3-spin 6s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.8s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.8s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.8s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.8s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.8s ease-in-out}
.w3-animate-input:focus{width:100%!important}

.top_bg {
    background: url(img/top_bg.png);
  background-repeat: repeat;
  background-position:center;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.8;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.bgimg-1 {
  background-image: url("img/top_bg.png");
  min-height: 100%;
}
.bgimg-2 {
  min-height: 100%;
}
.bgimg-3 {  
  height: auto;
}
.bgimg-5 {
  background-color:rgb(250, 250, 118);
  position: relative;
  opacity: 0.8;
  background-attachment: fixed;
  height: auto;
  text-align: center;

}
.bgimg-1 img {
  width:40vw;
  height: auto;
  text-align: center;
  margin: auto;
}
.caption {
  position: absolute;
  left: 0;
  top: 16%;
  width: 100%;
  text-align: center;
    color: #f9f4c6;
}
.caption2 {
  position: absolute;
  left: 0;
  bottom:-10vh;
  width: 100%;
  text-align: center;
  color: #000;
}
.bgimg-1-left {
  position: relative;
  float: left;
  left: -5vw;
}
.bgimg-1-right {
  position: relative;
  float: right;
  right:-5vw;
}
.border {
  font-family: "Baloo" ,"Noto Sans TC", sans-serif;
  background-color: #0033cc;
  border-radius:0.5em;
  color: #fff;
  padding:1.5vh 1vw;
  font-size:2vw;
  letter-spacing:0.5px;
}

@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
     background-attachment: scroll;
}
}
@media screen and (max-width:50em) {
 .bgimg-1 {
  background-image: url("img/top_bgm.png");
  min-height: 100%;
}
.caption {
  top: 5%;
}
.caption2 {
  position: absolute;
  top:60vh;
  width: 100%;
}
.bgimg-1 img {
  width:78vw;
}
.bgimg-1-left {
  left: 20vw;
}
.bgimg-1-right {
  right:-5vw;
}
}
header {
  position: relative;
  color: #777;
  background-color:rgb(250, 250, 118);
  text-align:center;
  padding:10vh 8vw;
  text-align: center;
  font-family: "Baloo","Noto Sans TC", sans-serif;
}

.h_img {
  position: absolute;
  width: 28vw;
  height: auto;
  left: 5vw;

}
.h_bg,.h_bg2{
  width: 66.5vw;  
  padding: 8vh 3vw;
  margin-right: right;
  margin-left: auto;
  background-color: rgba(255,255,255,0.8);
  border-radius: 3em;
}
.h_bg2{
    margin-top: 5vh;
}
@media screen and (max-width:55em){
  header {
  padding:10vh 5vw;
}
  .h_img {
    position: relative;
  width:82vw;
  height: auto;
  left: auto;

}
.h_bg,.h_bg2{
  width:100%;  
  padding: 8vh 6vw;
  margin-right:auto;
  margin-left: auto;
  margin-top: -10vh;
  border-radius: 3em;
}
.h_bg2{
    margin-top: 5vh;
}
}
#sale,
#song {
  width: 60vw;  
  text-align: left;
  margin-left: 2vw;
  padding: 2vh 3vw;
  font-size: 1em;
  /*border-left: 1px solid rgb(219, 250, 118);*/
/*  background-color: #66ccff;
  border-radius:2em;
  text-align: center;*/
}
#sale h3,
#song h3{
  margin: 0 0;
  padding: 0 0;
  font-size: 2.6vw;
  color:#ff967f;
  font-weight: 200;
}
#sale h3 img,
#song h3 img{
  width: 6vw;
  height: auto;

}
#sale h4,
#song h4{
  margin: 0 0;
  padding: 0 0 0 6vw;
  font-size:1.2em;
  line-height: 1.8;
  color:#1dcd00; 
  font-weight:600;
}
#sale p{
  text-align: right;
}
#sale p a {
  background-color:#1dcd00;
  font-weight: 400;
  font-size: 2em;
  line-height: 1;
  padding: 1vh 1vw;
  border-radius: 1em;
}
#sale p i{
  font-size: 1.5em;
  line-height: 0.2;
}
#sale ul,
#song ul{
  margin: 0 0;
  padding: 0 0;
  list-style-type: none;
}
#sale ul li,
#song ul li{
  display: inline-block;
  margin: 2vh 0.2vw;
  text-align: center;
  vertical-align: top;
}
#sale ul li {width: 25vw;color: #1dcd00;}
#song ul li {width: 12.8vw;text-align: center; margin: 3vh 0.2vw;}
#sale ul img {
  width: 20vw;
  height: auto;
  margin-left:0.8vw;
  margin-top:0.5vh;
}
#sale h4 i {
  font-size: 1.2em;
  padding-right: 0.2vw;
}
#sale h4 span {
  background-color: #7fcef4;
  border-radius: 50%;
  padding: 0px 6px;
  font-weight: bold;
  color: #fff;
}
#song ul img {
  width: 9vw;
  height: auto;
  margin-left:0.8vw;
  margin-top:1vh;
}
#song ul span {
  background-color: #7fcef4;
  border-radius: 50%;
  padding: 2px 6px;
  font-weight: bold;
  color: #fff;
}
#song ul i {
  color:  #7fcef4;
  font-size: 1.6em;
  padding-right: 0.2vw;
}
#song ul li:nth-last-child(1) {
  background-color:#fff;
  border: 2px solid #1dcd00;
  color: #1dcd00;
  font-weight: 400;
  font-size: 0.9em; 
  line-height: auto;
  padding: 3vh 1vw;
  border-radius: 1em;
}
#song ul li a,
#song ul li a:hover {
  color: #1dcd00!important;
}
@media screen and (max-width:50em){
 #sale,
#song {
  width: 100%;  
  margin-left: 0vw;
  text-align: left;
  padding: 0 0;
} 
#sale h3,
#song h3{
  font-size:6.5vw;
}
#sale h3 img,
#song h3 img{
  width: 15vw;
  height: auto;

}
#sale h4,
#song h4{
  padding: 0 0;
  font-size:1.1em;
}
#song h4{
  text-align: center;
}
#sale ul li {
  width: 35vw;
  margin: auto 1vw;
  color: #1dcd00;
}
#sale ul img {
  width: 35vw;
  height: auto;
  margin-left:auto;
}
#sale p{
  text-align: center;
}
#sale h4 i {
  font-size: 1.2em;
  padding-right: 0.2vw;
}
#song ul {
  text-align: center;
}
#song ul li {
  width: 36vw;
  text-align: center; 
  margin: 3vh 0.2vw;
  font-weight: 400;
}

#song ul img {
  width: 18vw;
  height: auto;
  margin-left:auto;
  margin-top:1vh;
}
}
#super {
    font-family: "Baloo","Noto Sans TC", sans-serif;
}
#super h2{
  font-weight: 600;
  color: #f9f4c6;
  font-size: 2.6em;
  margin: 0 0;
  padding: 0 0;

}
#super h3{
  font-size: 2em;
  margin: 0 0;
  padding: 0 0;
   line-height: 1;

}
#super img {
  width: 30vw;
}
#super h3 span {
  font-size: 5em;
  margin: 0 0;
  padding: 0 0;
  line-height: 1;

}
@media screen and (max-width:50em){
#super p{
  font-size: 1.2em;
  font-weight: 600;
}

#super img {
  width:60vw;
}
}
#movie {
  background-color: #7fcef4;
  color: #fff;
  padding: 15vh 0.2vw;
  text-align: center;

}
#movie h2,#op h2 {
  color: #fff;
  margin: 0 0;
  padding:0 0;
  line-height: 1.6;
  font-weight: 200
}
.live {
    width:23vw;
    margin: 2vh 0.5vw;
    display: inline-block;
}
.movie_ans {
    width:22vw;
    height: 36vh;
    border: 1px solid rgba(255,255,255,0.3);
  }
#movie p {
  color: #fff;
  display: inline-block;
  margin: 1vh 0.2vw;
}
#movie p i {
  color:#ff355e;
  margin-right: 0.3vw;
}
  @media (max-width: 65em){
#movie {
  color: #fff;
  padding: 2vh 1vw;
  text-align: center;
}
#movie h3 {
   margin: 0 0;
 }
.live {
   width:45vw;
   margin: 0.5vh auto;
}
.movie_ans {
  width:45vw;
  height: 26vh;
  margin: 15px auto;
  }
#movie p {
  color: #fff;
  display: block;
}
#movie p i {
  color:#ff355e;
  margin-right: 2vw;
}
}

#op{
  font-family: "Baloo" ,"Noto Sans TC", sans-serif;
   background-color:rgb(197, 250, 190);
   padding:10vh 3vw;
   color:#387d0f;
   font-size: 15px;
   text-align: center;
}
#op h2 {
  color: #1dcd00;
}
#op h3{
  font-size:1.2em;
  line-height: 2;
  padding: 0px;
  margin: 5vh auto 0 auto;
  background-color:rgba(197, 250, 190,0.8);
}
.opp {
  width: 46vw;
  display: inline-block;
}
@media screen and (max-width: 765px){
  .opp {
    width: 100%;
  }

#op{
  padding: 30px 15px;
 }
 #op h3{
  font-size: 20px;
}
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
.op{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255,255,255,0.3);
  color: #2e6306;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
   border: 3px solid #fafa76;
}
.op td{
  background-color: rgba(255,255,255,0.8);
  padding:5px 2px;
  border-left: 1px solid #fafa76;
  border-bottom: 1px solid #fafa76;
}
.op_b{
   background-color:#fafa76!important;
   border-bottom:1px solid #fff!important;
   color: #387d0f;
   font-weight: bold;
   width: 25%;
}
.date_op {
  color: #ff355e;
  font-weight: bold;
}
.more_class{
  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;
}
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0px;
}
#good{
  font-family: "Noto Sans TC","Arial" , sans-serif;
  font-size:0.9em;
  line-height: 1.8;
  padding: 10vh 2vw;
  color: #2b3033;
}
#good ul{
  width:28.5vw;
  display: inline-block;  
  text-align: left;
  background-color:rgb(250, 250, 165);
  color: #000;
  margin:2vh 0.5vw;
  padding:2vh 2vw 3vh 2vw;
  list-style-type: none;
  border-radius: 2em;
  
}
#good h2 {
  margin: 5vh auto;
  color:#fff;
  font-weight: 800;
  font-size: 3vw;
}
#good h3{
  font-weight: 600;
  color: #340a02;
  font-size: 1em; 
  line-height: 1.6;
   /*margin-left: 25px;*/
   margin-bottom: 0px
}
#good img {
  width: 8vw;

}
#good strong {
  color: #0066cc;
}
#good ul li:nth-child(1){
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#good ul li:nth-child(2){
  padding-left:6vw;
}
#good ul img {
  width:68px;
  height: 68px;
  margin-top: -60px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(255,186,189,0.8);
}
#good p{ 
  font-size: 12px;
  /*margin: 0px 0px;*/
  /*padding-top: 10px;*/
}
#good kbd{
  font-family: "Noto Sans TC","Arial" , sans-serif;

}
.super_name{
  display: inline-block;
  font-size:1em;
  text-align: center;
  margin-left: 10px;

}
@media screen and (max-width: 50em){
#good ul{
  width:100%;
   padding:3vh 5vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#good{
  width: 100%;
  border-radius: 55px;
  font-size:1.2em;
  line-height: 1.8;
  font-weight: 400;
  padding:10vh 5vw;
}
#good ul li:nth-child(2){
  padding-left: 100px;
}
.super_name{
  margin-left: 30px;

}
}
@media screen and (max-width: 680px){
  #good{
  font-size:1.1em;
  line-height: 1.8;
}
#good ul li:nth-child(2){
  padding-left:100px;
}
.super_name{
  margin-left: 20px;
}
#good p {
  margin: 0px 0px;
}
#good h2{
  margin: 0px 0px;
}
}
#line{
  font-family: "Baloo" ,"Noto Sans TC", sans-serif;
   padding:10vh 3vw;
   text-align: center;
   font-weight: 400;
}
#line ul {
  list-style-type: none; 
  padding:20px 0px 20px 0px;
  letter-spacing:1px;
  margin: 0px auto;
  text-align: center;
display: inline-block;
border-bottom: 1px dashed #00cbd1;
 /*text-shadow: 1px 1px 1px rgba(0,0,0,0.6);*/

}
#line ul li{
  display: inline-block;
  width: 95px;
  height: 95px;
  line-height: 1.3;
  font-size:15px;
  /*font-weight: bold;*/
  border-radius:50%;
  margin-left:26px;
  padding-top:17px;  
  text-align: center; 
  cursor: pointer;
  background-color: #1dcd00;
  color:#fff;
  border: 2px solid #fff;  
  letter-spacing: -0.2px;
  /*background-color:rgba(0,51,204,0.8);*/
}
#line ul li:nth-child(1){
  margin-left:0px;
   /*border-left: 0px solid rgb(77, 210, 255);  */
}
#line ul li:hover{
  color:#fff;
  background-color: #1dcd00;
  text-align: center; 
  /*background-color:#fff;*/
   transform: translateY(-20px);
}
#line img{
  width:30vw;
  padding-bottom: 5px;
}

#line h2{
  font-size: 13px;
  padding-right: 30px;
  display: inline-block;
  line-height: 1.5;
}
#line kbd{
  font-size: 16px;
  font-family: "Baloo" ,"Noto Sans TC", sans-serif;
}
.line_bg{
  width: 75%;
  padding:10vh 5vw;
  margin-top: -10vh;
  margin-left: auto;
  margin-right: auto;
}
.line_sa{
  width: 75%;
  background-color: #00ba1c;
  padding:30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1.6;
}
#line ol{
   text-align: left;
   font-size: 13px;
   line-height: 1.6;
   list-style-type: cjk-ideographic
}
#line strong{
  color: #ffff00;
}
@media screen and (max-width:880px){
  #line ul {
  padding: 0px 0px 20px 0px;
  display: inline-block;
  
}
#line ul li{
  font-size:12px;
  width: 68px;
  height: 68px;
  padding-top:10px;
   margin-left:0px;
   margin-top: 10px;
   margin-left:0px;
}
#line{
  display: inline-block;
  text-align: center;
  margin: auto auto;
  padding:10vh 1vw;
}
#line ol{
   text-align: left;
   font-size: 13px;
   line-height: 1.6;
   list-style-type: cjk-ideographic;
   padding:0 0 0 20px;
}
#line img{
  width:80vw;
}
#line h1 {
  font-size: 16px;
  display: inline-block;
}
.line_sa{
  width: 100%;
  padding:20px;
  border-radius: 25px;
}
.line_bg{
  width: 100%;
  padding:3px;
  margin-top: 0;
}
}