@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Noto+Serif+TC:wght@200;400;600;700;900&family=Raleway:wght@300;400;600&display=swap');
* {
  margin: 0;
  padding: 0;
}
::selection {
  background: #f09845;
  color: #fff;
}
::-moz-selection {
  background: #f09845;
  color: #fff;
}
:root {
  scroll-padding-top: 90px;
}
@media (max-width: 465px) {
  :root {
    scroll-padding-top: 30px;
  }
}
body {
  font-family: 'Noto Sans TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  font-size: 20px;
  line-height: 180%;
  background-color: #132647;
  color: #fff;
  background-image: url("../../img/bg.jpg");
  background-position: center top;
}
h1 {
  font-family: 'Noto Serif TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  color: #803b55;
  font-size: 40px;
  font-weight: 600;
  line-height: 160%;
}
h3 {
  color: #484a7e;
  font-size: 36px;
}
@media (min-width: 466px) and (max-width: 991.98px) {
  h1 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 465px) {
  h1 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 465px) {
  body {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Navbar ***/
.navbar {
  background-color: #384e95;
}
.navbar-dark .navbar-nav .nav-link {
  font-family: 'Lato', 'Noto Serif TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  color: rgba(255, 255, 255, 1.00);
  font-size: 27px;
  letter-spacing: 6px;
  font-weight: 400;
  margin: 0 10px;
}
.navbar-nav img {
  height: 60px;
  width: auto;
}
#logo {
  height: 60px;
}
@media (max-width: 465px) {
  #logo {
    height: 40px;
  }
}
/*** Footer ***/
#footer {
  margin: 0 auto;
  padding: 16px 0;
  font-size: 0.8rem;
  text-align: center;
  color: #ffffff;
  line-height: 160%;
  background-color: #333;
}
#footer a {
  color: #fff;
}
#footer a:hover, a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  color: #fff000;
}
@media (max-width: 465px) {
  #footer {
    padding: 16px 4px;
  }
}
.title {
  margin-bottom: 40px;
}
@media (max-width: 465px) {
  .title {
    margin-bottom: 30px;
  }
}
#poetry {
  font-size: 27px;
  line-height: 180%;
  font-weight: 300;
}
#movie {
  font-size: 30px;
  line-height: 180%;
  font-weight: 300;
}
.highlight {
  font-size: 38px;
  color: #fce4ce;
  font-weight: 500;
}
.highlight02 {
  font-size: 27px;
  color: #fce4ce;
  font-weight: 500;
}
.movieinfo {
  font-size: 18px;
  line-height: 160%;
}
#roald {
  font-size: 30px;
  line-height: 180%;
  font-weight: 300;
}
@media (min-width: 466px) and (max-width: 991.98px) {
  #poetry {
    font-size: 21px;
  }
  #movie {
    font-size: 21px;
    font-weight: 400;
  }
  #roald {
    font-size: 21px;
    font-weight: 400;
  }
  .highlight {
    font-size: 24px;
  }
  .highlight02 {
    font-size: 21px;
  }
}
@media (max-width: 465px) {
  #poetry {
    font-size: 18px;
  }
  #movie {
    font-size: 18px;
    line-height: 160%;
  }
  #roald {
    font-size: 16px;
  }
  .highlight {
    font-size: 21px;
  }
  .highlight02 {
    font-size: 16px;
  }
}
/*** info ***/
#info {
  font-size: 16px;
  line-height: 180%;
	background-image: url("../../img/bgpic02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#info a{
	color: #FFDC00;
	text-decoration:none;
}
.infotitle {
  font-family: 'Lato', 'Noto Serif TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  color: #FFCE00;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.infotext {
  margin-bottom: 30px;
}
@media (min-width: 466px) and (max-width: 991.98px) {
	#info { background-image: none;}
}
@media (max-width: 465px) {
  #info {
  
    font-size: 16px;
    background-image: none;
   
  }
}
ol, ul {
  padding-left: 1.5rem;
}
/*** qa ***/
#qaarea {
  color: #000;
  font-size: 20px;
  background-image: url("../../img/bgpic01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #FFFFFF;
}
.accordion-item {
  border-color: #D0E3E1 !important;
  background-color: transparent !important;
}
.accordion-body {
  background-color: hsla(0, 0%, 100%, 0.80) !important;
}
.accordion-button {
  background-color: hsla(0, 0%, 100%, 0.80) !important;
  color: #3a9e95 !important;
  box-shadow: none !important;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 1px;
}
.accordion-button:active, .accordion-button:focus {
  border: none !important;
}
.accordion-button:hover {
  background-color: hsla(171, 45%, 91%, 0.80) !important;
}
.accordion-button::after {
  content: " ";
  background-image: url("../../img/arrow.png") !important;
}
@media (max-width: 465px) {
  #qaarea {
    color: #000;
    font-size: 16px;
    background-image: none;
    background-color: #FFFFFF;
  }
  .accordion-button {
    font-size: 18px;
  }
}
/*** bg color ***/
.bg-purple {
  background-color: #7d4b78;
}
.bg_blue2 {
  background-color: #484a7e;
}
.bg_orange {
  background-color: #fce4ce;
}
#brand img {
  margin: 10px 20px;
}
.line {
  height: 70px;
  border-right: 2px solid #CCCCCC;
}
@media (min-width: 466px) and (max-width: 991.98px) {
	 #brand img {
    height: 50px;
    width: auto;
    margin: 10px 10px;
  }
}
@media (max-width: 465px) {
  #brand img {
    height: 42px;
    width: auto;
    margin: 10px 10px;
  }
  .line {
    height: 40px;
    border-right: 2px solid #CCCCCC;
  }
}
#action {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 99;
  text-align: center;
}
#action img {
  height: 140px;
  width: auto;
}

@media (max-width: 465px) {
  #action {
    position: fixed;
    right: 10px;
    bottom: 20px;
  }
  #action img {
    height: 90px;
    width: auto;
  }
}