@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: #00417D;
  color: #fff;
}
::-moz-selection {
  background: #00417D;
  color: #fff;
}
:root {
  scroll-padding-top: 4rem;
}
body {
  font-family: 'Raleway', 'Noto Sans TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  font-size: 18px;
  line-height: 180%;
  background-color: #fffcf6;
  background-image: linear-gradient(135deg, #fffcf6 0%, #e2d1c3 100%);
  color: #333;
}
.bg-light {
  background-color: #fffcf6 !important;
}
.bg-purple {
  background-color: #0596D8;
}
.bg-brown {
  background-color: rgba(203, 147, 0, 0.20);
}
.text-brown {
  color: #CB6300 !important;
}
.fw-medium {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 600 !important;
}
.fw-black {
  font-weight: 700 !important;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
#action {
  position: fixed;
  right: 20px;
  bottom: 130px;
  z-index: 99;
  text-align: center;
}
#action img {
  height: 140px;
  width: auto;
}
@media (max-width: 465px) {
  #action {
    position: fixed;
    right: 10px;
    bottom: 90px;
  }
  #action img {
    height: 90px;
    width: auto;
  }
}
/*** 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;
}
/*** Button ***/
.btn {
  font-weight: 500;
  transition: .5s;
}
.btn.btn-primary {
  color: #FFFFFF;
  background: linear-gradient(45deg, #0596D8, #0E8EB1);
  border-color: #95CEE1 !important;
}
.btn.btn-primary:hover {
  box-shadow: 0 0 3px 3px rgba(91, 119, 214, 0.30);
  transition: all 0.3s ease 0s;
}
.btn-square {
  width: 38px;
  height: 38px;
}
.btn-sm-square {
  width: 32px;
  height: 32px;
}
.btn-lg-square {
  width: 48px;
  height: 48px;
}
.btn-square, .btn-sm-square, .btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
/*** Navbar ***/
.navbar {
  background-color: #20BEE9;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd000+0,fff4a8+22,e9bf20+44,fff4a8+83,ffd000+100 */
  background: #ffd000; /* Old browsers */
  background: -moz-linear-gradient(45deg, #0596D8 0%, #20BEE9 22%, #0596D8 44%, #20BEE9 83%, #0596D8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #0596D8 0%, #20BEE9 22%, #0596D8 44%, #20BEE9 83%, #0596D8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #0596D8 0%, #20BEE9 22%, #0596D8 44%, #20BEE9 83%, #0596D8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0596D8', endColorstr='#20BEE9', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  box-shadow: 0 0 4px 4px #000000;
}
.navbar.sticky-top {
  top: -100px;
  transition: .5s;
}
.navbar .navbar-brand {
  height: 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-brand {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-brand {
    height: 50px;
  }
}
.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 10px 0;
  color: var(--dark);
  font-weight: 500;
  outline: none;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\ff7c50";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
  .navbar .navbar-nav {
    border-top: 0;
  }
}
.nav-item img {
  max-height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-item {
    border-bottom: 1px solid #7CDFF4;
  }
  .nav-item:last-child {
    border: 0;
  }
  .nav-item img {
    max-height: 70px;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 767px) {
  .nav-item {
    border-bottom: 1px solid #7CDFF4;
  }
  .nav-item:last-child {
    border: 0;
  }
  .nav-item img {
    max-height: 80px;
    margin: 10px auto;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}
.navbar .btn:hover {
  color: #FFFFFF !important;
  background: var(--primary) !important;
}
h1 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  font-size: 27px;
  line-height: 140%;
}
h2 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  font-size: 1.8em;
  line-height: 120%;
  color: #0596D8;
}
h3 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  font-size: 1.6em;
  line-height: 130%;
  color: #0059AC;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.2em;
  }
  h3 {
    font-size: 1em;
  }
}
.title {
  width: 85%;
  padding-bottom: 10px;
  border-bottom: 3px solid #BB8A00;
}
@media only screen and (max-width: 767px) {
  .title {
    width: 100%;
  }
}
#hero {
  background-image: url("../img/header_bg.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #081430;
  color: #fff;
}
#hero h1 {
  font-size: 6em;
  color: #FFDA27;
  letter-spacing: 2px;
}
#hero h2 {
  font-size: 1.8em;
  color: #fff;
  letter-spacing: 16px;
  margin-left: -16px;
}
#hero .time {
  font-size: 1.4em;
  line-height: 160%;
  color: #FFDA27;
  margin: 0 auto;
}
#hero small {
  font-size: 0.6em;
}
#hero p {
  font-size: 1.2em;
  line-height: 180%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero h1 {
    font-size: 3em;
    letter-spacing: 0;
  }
  #hero h2 {
    font-size: 1.3em;
    letter-spacing: 4px;
    margin-left: -4px;
  }
  #hero .time {
    font-size: 1em;
    line-height: 130%;
  }
  #hero small {
    font-size: 0.6em;
  }
  #hero p {
    font-size: 0.8em;
    line-height: 160%;
  }
}
@media only screen and (max-width: 767px) {
  #hero h1 {
    font-size: 3em;
    letter-spacing: 0;
  }
  #hero h2 {
    font-size: 1.3em;
    letter-spacing: 4px;
  }
  #hero .time {
    font-size: 1em;
    line-height: 130%;
  }
  #hero small {
    font-size: 0.6em;
  }
  #hero p {
    font-size: 0.8em;
    line-height: 160%;
  }
}
#read {
  background-color: #E9BF20;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd000+0,fff4a8+22,e9bf20+44,fff4a8+83,ffd000+100 */
  background: #ffd000; /* Old browsers */
  background: -moz-linear-gradient(45deg, #ffd000 0%, #fff4a8 22%, #e9bf20 44%, #fff4a8 83%, #ffd000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ffd000 0%, #fff4a8 22%, #e9bf20 44%, #fff4a8 83%, #ffd000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ffd000 0%, #fff4a8 22%, #e9bf20 44%, #fff4a8 83%, #ffd000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd000', endColorstr='#ffd000', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
#read h1 {
  font-size: 42px;
  color: #0596D8;
  text-align: center;
}
#read h2 {
  font-size: 32px;
  color: #333;
  text-align: center;
}
@media only screen and (max-width: 820px) {
	 #read h1 {
    font-size: 36px;
  }
	#read h2 {
    font-size: 24px;
  }
}
@media (max-width: 465px) {
  #read h1 {
    font-size: 24px;
  }
  #read h2 {
    font-size: 18px;
  }
}
.book {
  cursor: pointer;
  display: block;
  width: 160px;
  height: 216px;
  position: relative;
  background: white;
  z-index: 1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 9px 20px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: box-shadow 0.3s linear;
}
#story {
  background-color: #E9BF20;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd000+0,fff4a8+22,e9bf20+44,fff4a8+83,ffd000+100 */
  background: #ffd000; /* Old browsers */
  background: -moz-linear-gradient(45deg, #ffd000 0%, #fff4a8 22%, #e9bf20 44%, #fff4a8 83%, #ffd000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ffd000 0%, #fff4a8 22%, #e9bf20 44%, #fff4a8 83%, #ffd000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ffd000 0%, #fff4a8 22%, #e9bf20 44%, #fff4a8 83%, #ffd000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd000', endColorstr='#ffd000', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
@media (max-width: 320px) {
  .book {
    width: 120px;
    height: 160px;
  }
}
.book::after, .book::before, .book img, .book {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.book img {
  width: inherit;
  height: inherit;
  transform-origin: 100% 0%;
  transform: rotateY(0);
  transition: all 0.45s ease;
}
.book:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 9px 20px 0 rgba(0, 0, 0, 0.45);
}
.book:hover img {
  transform: rotateY(25deg);
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.2);
}
.book::after, .book::before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  z-index: -1;
  top: 0;
  background: white;
  border: 1px solid #d9d9d9;
}
.book::before {
  left: 3px;
}
.book::after {
  left: 6px;
}
.about-text {
  margin-top: 20px;
  border-top: solid 3px #0596D8;
  color: #333;
}
.about-text02 {
  margin-top: 20px;
  border-top: solid 3px #8C6800;
  color: #333;
}
.hor {
  cursor: pointer;
}
/* 主辦單位 合作夥伴 */
#logos {
  padding: 30px 0;
  background-color: #fff;
}
#logos img {
  margin: 20px 8px;
  height: 60px;
  width: auto;
}
#logos .img02 {
  margin: 20px 8px;
  height: 80px;
  width: auto;
}
#logos h3 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  font-size: 27px;
  line-height: 140%;
  color: #000;
}
@media (max-width: 465px) {
  #logos img {
    margin: 20px 8px;
    height: 40px;
    width: auto;
  }
  #logos .img02 {
    margin: 20px 8px;
    height: 60px;
    width: auto;
  }
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #20BEE9;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30%;
  border-bottom: 2px solid #0596D8;
}
/*相簿*/
.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0
}
.view {
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  overflow: hidden;
  position: relative;
}
.view img {
  width: 100%;
  height: 100%
}
.view .overlay {
  background: rgba(22, 69, 182, 0.30);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s
}
.view .overlay-caption {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.view h5, .view p, .view img {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s
}
.view h5, .view p {
  color: #fff;
  margin: 0;
  opacity: 0;
  font-size: 1.5em;
  line-height: 200%;
  font-weight: bold;
}
.view span {
  font-size: 45px
}
.view h5 {
  margin-bottom: 5px;
  -moz-transform: translate3d(0, -200%, 0);
  -ms-transform: translate3d(0, -200%, 0);
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0)
}
.view p {
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0)
}
.view-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}
.view-box:hover .overlay {
  opacity: 1
}
.view-box:hover .overlay h5, .view-box:hover .overlay p {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.view-box:hover .overlay h5 {
  font-size: 4em;
}
/*** 2023羅德達爾星光電影院 ***/
#about {
  background: url("../img/bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
#about h1 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  font-size: 2.4em;
  line-height: 120%;
  color: #FF7000;
  letter-spacing: 4px;
  padding: 4px 32px;
  border-radius: 44px;
  border: 2px solid #FF7000;
  display: inline-block;
}
#about h2 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 120%;
  color: #7D5400;
}
#about h3 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  font-size: 1.2em;
  background-color: #00417D;
  padding: 4px 18px;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
}
#about h4 {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  font-size: 1.2em;
  color: #00417D;
  text-align: left;
}
#about ul li {
  margin: 0 0.5em;
  line-height: 160%;
  padding: 10px 20px;
}
#about ol li {
  margin: 0.6em 1em;
}
#about .time {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  font-size: 2em;
  line-height: 120%;
  color: #7D5400;
}
#about .money {
  font-size: 0.9em;
}
#about .bestbook{
	height: 240px;
	width: auto;
	padding: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about h1 {
    font-size: 1.6em;
  }
  #about h2 {
    font-size: 1.4em;
  }
  #about h3 {
    font-size: 1.2em;
  }
  #about h4 {
    font-size: 1.1em;
  }
  #about .time {
    font-size: 1.4em;
  }
	
}
@media only screen and (max-width: 767px) {
  #about h1 {
    font-size: 1.6em;
  }
  #about h2 {
    font-size: 1.4em;
  }
  #about h3 {
    font-size: 1.1em;
  }
  #about h4 {
    font-size: 1.1em;
  }
  #about .time {
    font-size: 1.2em;
  }
  #about .money {
    font-size: 0.8em;
  }
  #about ul li {
    margin: 0.2em 0.4em;
    padding: 10px;
    line-height: 160%;
  }
	#about .bestbook{
	height: 180px;
	width: auto;
	padding: 2px;
}
}
/*** Footer ***/
#footer {
  margin: 0 auto;
  padding: 16px 0;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  line-height: 140%;
  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 0 16px 0;
  }
}
/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: var(--secondary);
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}
.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}