@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300&display=swap');

/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
/*address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}*/
ol, ul {
	list-style:none;
}
ul{	list-style-position:outside;}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
  
a {
  text-decoration: none;
  color: #000;
}
body{    
  background: #3a302e;
  font-family: 'Noto Sans TC', sans-serif;
}
#Game{
  margin: 0 auto;
  position: relative;
}
.game_result{
  background: url('../images/Answer/bg.jpg') top left;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.conatiner{
  margin: 0 auto;
}
.content{
  overflow-y: scroll;
  height: 100vh;
}
.content::-webkit-scrollbar {
  width: 1em;
} 
.content::-webkit-scrollbar-thumb {
  background-color: transparent ;
  border: 1px solid transparent ;
}
.title_img{
  width:100%;
  text-align: center;
}
.title_img img{
  max-width: 100%;
}
.title_img2{
  text-align: center;
  height: 2.1em;
}
.title_img2 img{
  max-height: 100%;
}
.actor{
  padding: 10px 10px 0 10px;
  display: flex;
}
.actor_img{
  width: 45%;
  padding: 2%;
  text-align: right;
}
.actor_txt{
  width: 55%;
}
.actor img{
  max-width: 100%;
}
.word{
  padding: 0 8% 8% 8%;
  color: #fff;
  font-size: 1.2em;
  line-height: 2em;
  text-align: justify;
}
.content2{
  padding-bottom: 60px;
}
.footer_box{
  position: absolute;
  bottom: 0;
  background: url('../images/Answer/bar.png');
  width: 100%;
  display: flex;
  padding: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.footer_box >div{
  position: relative;
  width: 33%;
}
.footer_box img{
  max-width: 100%;
}
@media screen and (max-width: 650px){
  .word{
    font-size: 1em;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 376px) and (max-width: 600px){
  .footer_box img {
    max-width: 110%;
  }
}
@media screen and (max-width: 375px){
  .footer_box img {
    max-width: 120%;
  }
}