* {
	color:#403120;
}

html, body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-family: Noto Sans TC,sans-serif;
  height: 100%;
}

h1 {
  margin: 0.67em 0;
}

a {
  color: #403120;
  text-decoration: none;
}

a:hover {
  color: #776249;
  text-decoration: none;
}

li {
	list-style:none;
	list-style-type: none; 
}

input.form-control::placeholder, input.form-control-sm::placeholder {
  color: #776249;
}

.wrapper {
  min-height: 100%;
}

.main { 
  padding-bottom: 120px; 
} /* must be same height as the footer */

@media (min-width:992px) {

  .modal-xxl {
      max-width: 900px
  }
}

@media (min-width:1200px) {
  .modal-xxl {
      max-width: 1140px
  }
}

@media (min-width: 1400px) {
  .modal-xxl {
    max-width: 1240px;
  }
}

@media (min-width: 1600px) {
  .modal-xxl {
    max-width: 1440px;
  }
}

@media (min-width: 1900px) {
  .modal-xxl {
    max-width: 1600px;
  }
}


.logo {
  margin: 0;
  padding: 6px 0;
  height: 84px;
}

.nav-right {
  width: 100%;
}

.nav-right .top {
  min-height: 60px;
  width: 100%;
  padding:0 12px;
  margin-left: 12px;
  display: flex;
  align-items: center;
}

.nav-right .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar, .infobar {
  padding: 0;
}
.navbar ul, .infobar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
.navbar li, .infobar {
  position: relative;
}
.navbar > ul > li, .infobar > ul > li {
  white-space: nowrap;
  padding-left: 28px;
  margin-bottom: 6px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-weight: 400;
  color: #403120;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #403120;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #403120;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a, .infobar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbar .dropdown ul a i, .infobar .dropdown ul a i {
  font-size: 14px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #403120;
}
.navbar .dropdown:hover > ul, .infobar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul, .infobar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

.subclass-item:hover {
  background-color: #d1c4b8;
}

.infobar ul {
  justify-content: center;
}

.infobar .dropdown ul li {
  min-width: 120px;
  padding: 6px 6px;
  border-bottom: 1px solid;
}

.infobar .dropdown ul {
  display: block;
  position: absolute;
  right: 10px;
  top: calc(100% + 30px);
  margin: 0;
  padding:0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  text-align: center;
}

.infobar-item:hover {
  background-color: #d1c4b8;
}


.banner-box {
  height: 300px;
  width: 100%;
  background-image: url(../images/searchbar_backgroundImage.png);
  background-position: center center;
  background-size: cover;
  padding: 0;
}

.box  {
    height: 300px !important;
    width: 100% !important;
    filter: brightness(105%);
    display: flex;
    justify-content: center;
}

.box.backdrop-blur {
  backdrop-filter: blur(1px);
}

.banner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-title {
  text-align: center;
  padding: 36px 0;
}

.banner-title h3 {
  color: #FFFFFF;
}

.searchbar-box {
  width: 100%;
  display: flex ;
  flex-wrap:wrap;
}

.searchbar {
  border: 1px solid #dee2e6 !important;
  border-radius: 8px;
  background-color: #FFFFFF;
  margin: 3px;
  padding: 0;
}

.searchbar-sm {
  border: 1px solid #dee2e6 !important;
  border-radius: 8px;
  background-color: #FFFFFF;
  margin: 6px;
  padding: 0;
}

.btn-search i {
  color: #bba898;
}

.btn-search i:hover {
  color: #32271a;
}

.btn.btn-setYears {
  max-width: 140px;
  margin: 3px 6px;
  color: #403120;
  background-color: #ffffff;
  border-color: #54422D;
}

.btn.btn-setYears-sm {
  max-width: 140px;
  margin: 8px;
  color: #403120;
  background-color: #ffffff;
  border-color: #54422D;
}

.btn.btn-filter,.btn.btn-modalSubmit {
	color: #bba898;
  background-color: #32271a;
  border-color: #54422D;						
}

.btn.btn-filter:hover,.btn.btn-modalSubmit:hover{
  color: #bba898;
  background-color: #54422D;
  border-color: #54422D;
}

.btn.btn-source {
  color: #403120;
  background-color: #ffffff;
  border-color: #54422D;
}

.space-width {
  max-width: 140px;
}

.hot-keywords {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 15px;
}

.hot-keywords ul {
  padding-left: 0;
}

.keyword-list li, .info-list li {
  display: inline;
}

.keyword-list span, .keyword-list a {
  color:#FFFFFF;
}

.keyword-list li:first-child span::after {
  content:"\ff1a";
}


.keyword-list li:nth-child(n+2):not(:last-child)::after {
  content:"\3001";
  color:#FFFFFF;
}

.info-block {
  min-height: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 12px;
}

.info-content, .info-tags {
  min-height: 250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items:flex-start;
}

.info-fit-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 12px;
}

.info-fit-content{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  justify-content: center;
}

.info-content {
  justify-content: center;
}
.info-tags {
  justify-content: flex-start;
}

.main-class {
  color: #BB9568;
}

.main-class::after {
  content: "—";
  color: #BB9568;
}

.divider {
  width: 190px;
  height: 1px;
  border: 1px solid #403120;
}

.classfilter-open, .classfilter-close {
  cursor: pointer;
}

.class-pool {
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #32271a;
  margin-bottom: 0;
}

.tag-pool {
  margin-top: 0;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #32271a;
  background-color: #eeeeee;
}

.class-tag {
  margin: 6px;
}

.class-tag-item {
  padding: 0px 12px;
  border: 1px solid #bb966800;
  border-radius: 12px;
  color: #858585;
  cursor: pointer;
}

.class-tag-item:hover {
  border: 1px solid #BB9568;
  color: #BB9568;
  
}

.class-tag.active .class-tag-item {
  border: 1px solid #BB9568;
  color: #BB9568 !important;
  background-color: #FFFFFF;
  cursor: pointer;
}

.tag-pool-on {
  margin-top: 12px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.class-tag-on {
  margin: 6px;
}

.class-tag-item-on {
  padding: 0px 12px;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  color: #858585;
  cursor: pointer;
}

.class-tag-item-on:hover {
  border: 1px solid #403120;
  color: #403120;
  
}

.class-tag-on.active .class-tag-item-on {
  border: 1px solid #403120;
  color: #403120 !important;
  background-color: #dfb887;
  cursor: default;
}

.class-tag-on.active .class-tag-item-on {
  color: #403120;
}

.search-keyword {
  color: #BB9568;
}

.text-color-sp {
  color: #BB9568;
}

.order {
  color: #BB9568 !important;
  cursor: pointer;
}

.order:hover {
  color:#776249 !important;
}

.order.active {
  font-weight: 600;
  color: #403120 !important;
  cursor:default;
}

.picture-list {
  min-height: 600px;
}
.picture {
  max-width: 75%;
  max-height: 600px;
}

.basic-info {
  margin: 6px;
  padding: 6px;
}

.basic-info .title, .basic-info .content {
  margin-bottom: 0;
}

.basic-info .title {
  color: #858585;
}

.related-tags {
  margin: 6px;
  padding: 6px;
}

.related-pictures {
  width: 100%;
  margin: 6px;
  padding: 6px;
  display: flex;
  flex-wrap: wrap;
}

.icon-network {
  padding: 3px;
  font-size: 16px;
  cursor: pointer;
}

.icon-grid {
  padding: 3px;
  font-size: 20px;
  cursor: pointer;
}

.icon-network i, .icon-grid i {
  color:#BB9568;
}

.icon-network i:hover, .icon-grid i:hover {
  color:#776249;
}

.icon-network.active i, .icon-grid.active i {
  color: #403120;
  cursor: default;
}

.rp-content {
  width: 100%;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.rp-figure {
  width: 100%;
  min-height: 450px;
  /* display: flex; */
  /* flex-direction: column;
  flex-wrap: wrap; */
  /* flex-direction: unset;
  flex-wrap: nowrap; */
  justify-content: center;
}

.rp-c-list {
  width: 100%;
  margin: 0 6px 36px 6px;
}
.rp-cl-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.rp-cl-item {
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 8px;
  cursor: pointer;
}

.rp-cl-item img {
  height: 80%;
  max-width: 316px;
}

.picInfo-title {
  font-size: 14px;
  margin: 3px;
}

.picInfo-years {
  font-size: 12px;
  margin: 3px;
}

.footer {
  min-height: 120px; /*設定footer本身高度*/
  margin-top: -120px; /*隨footer高度需做調整*/
  background-color: #403120;
  padding: 12px;
}

.footer-content{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
}

.footer-content, .footer-text, .footer-text a {
  font-size: 15px;
  color: #BB9568;
}

.footer-logos {
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
}

.footer-logos .Adviser, .Organizer, .Implementer {
  margin-right: 24px;
}

.footer-infos {
  display: flex;
  flex-direction:column;
  justify-content:space-around;
  align-items: flex-end;
}

.info-list a {
  color: #BB9568;
}

.info-items li:not(:last-child)::after {
  content:"|";
  color:#BB9568;
}

.info-items .info-item a {
  padding-left: 6px;
  padding-right: 6px;
}

.set-years, .set-cities, .set-databases {
  color: #403120;
  margin-bottom: 18px;
}

.set-years .form-check.form-check-inline, .set-cities .form-check.form-check-inline {
  flex-wrap: wrap;
}

[aria-expanded="false"] .menu__icon--open {
  display: inline;
}

[aria-expanded="false"] .menu__icon--close {
  display: none;
}

[aria-expanded="true"] .menu__icon--open {
  display: none;
}

[aria-expanded="true"] .menu__icon--close {
  display: inline;
}

.class-tag .active-xmark {
  display: none;
}
.class-tag.active .active-xmark{
  display: inline;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .25s ease-in;
       -o-transition: height .25s ease-in;
          transition: height .25s ease-in;
}
.text-header {
  text-align: center;
  color: #BB9568;
  margin-top: 32px;
}

.text-content {
  font-size: 18px;
  margin-bottom: 96px;
}

.paragraph-header {
  color: #BB9568;
}

.lh-lg {
  line-height: 42px;
}

.ls-disc {
  list-style: disc;
}

