@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Roboto:wght@100;300;400;500;700;900&family=Rubik:wght@100;300;400;500;700;900&display=swap');

* {
  padding: 0;
  box-sizing: border-box;

}

.main-view {
  flex: 1;
  padding-top: 123px;
}

@media (max-width: 1000px) {
  .main-view {
    padding-top: 68px;
  }
}

.search-view {
  width: 95%;
  max-width: 1620px;
  margin: 48px auto 0;
}

iframe {
  max-height: 1000px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  width: 21px;
  height: 21px;
  background: url('../images/Group 20758.png') no-repeat right center;
  background-size: cover;
}
.venuse-select {
  /*移除箭頭樣式*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  outline: none;
  /*改變右邊箭頭樣式*/
  background: url("../images/arrow-down-blue.png") no-repeat right center transparent;
  background-position-x: 95%;
  background-size: 18px 9px;
  padding-right: 44px;
}
@media (max-width: 1000px) {
  input[type="date"]::-webkit-calendar-picker-indicator {
    width: 18px;
    height: 18px;
    background: url('../images/Group 20758.png') no-repeat right center;
    background-size: cover;
  }
}


.auto-fill-view {
  max-width: 1620px;
  width: 95%;
  margin: 0 auto;
}

.page-header {
  background: #fff;
  height: auto;
  padding: 0;
  box-shadow: 0 5px 20px rgba(0,0,0,.15);
}
.no-shadow{
  box-shadow: none !important
}

.header-top {
  background-color: #FFAF06;
  width: 100%;
}

.header-top-nav {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 100%;
  height: 43px;
}
.header-top-nav a{
  text-decoration: none;
  font-size: 18px;
  height: 23px;
  padding: 0 11px;
}
.search-btn{
  padding: 0 !important;
  height: 19px !important;
}

.header-top-nav div {
  /*height: 23px;*/
  color: #fff;
  cursor: pointer;
  /* padding: 0 11px; */
  font-size: 18px;
}

.header-top-nav div:hover {
  opacity: .9;
}

.header-top-nav div:active {
  opacity: .7;
}

#search-bar-lg {
  display: none;
}

#search-bar-sm {
  display: none;
}

.search-top-nav {
  height: 65px;
  background-color: #5a4000;
  padding: 27px 0 42px 0;
  height: 100%;
  font-size: 18px;
    min-height: 250px;
}
.search-top-nav .search-select{
  background-color: #fff !important;
  flex: 1 1 auto;
}
.search-top-nav .search-input{
  background-color: #fff !important;
      flex: 1 1 auto;
}
.top-keyword{
  margin-top: 22px;
  display: flex;
}

.top-keyword p{
  font-size: 20px;
  margin-left: 24px;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.top-keyword p:first-child{
  flex: 1 1 auto;
  margin-left: 0;
  min-width: 120px;
}
.top-keyword a{
  color:#FFAF06;
  border:1px solid #FFAF06;
  margin-left: 5px;
  padding: 5px 14px 2px;
  text-decoration: none;
  display: block;
}
.search-group-top{
  margin-top: 0 !important;
  margin-bottom: 11px !important;
  display: flex;
  gap: 14px;
  justify-content: space-around;

}
@media (max-width: 1000px) {
  
}
.search-group-top-sm{
  display: flex;
  flex-direction: column;
  background-color: #FFFAEE;
  align-items: center;
  padding:0 0;
  width: 95%;
  margin: 0 auto;
}
.search-group-top-sm .search-select{
width: 100%;

}
.search-group-top-sm .search-input{
  width: 100%;
}
.top-search-btn{
  display: block;
  color: #fff !important;
  background-color: #F7AB00;
  width: 177px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  border-radius: 40px;
  text-decoration: none;
    font-size: 22px;
}
.search-top{
  width: 95%;
  max-width: 1620px;
  margin: 0 auto;
  /* display: flex; */
  /* align-items: center; */
}
#close-search-icon{
  display: none;
}
.search-top-nav-sm {
  position: absolute;
  width: 100%;
  left: 0;
  top: 58px;
  justify-content: flex-start;
  background-color: #FFFAEE;
  height: fit-content;

}

.search-top-nav div {
  color: #505050;
}

.search-top-nav .search-box {
  background-color: #FFFFFF;
  border-radius: 10px;
  height: 44px;
  margin: 10px 24px;
  position: relative;
}


.search-top-nav .search-box input {
  border: none;
  height: 44px;
  border-radius: 10px;
  width: 342px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 18px;
}

.search-top-nav-sm .search-box {
  margin: 10px 15px;
}

.search-top-nav-sm .search-box input {
  max-width: 342px;
  width: auto;
  flex: 1;
}

/* input:focus {
  outline: none !important;
} */

.search-top-nav .search-box a {
  position: absolute;
  right: 14px;
  width: 19px;
  top: 12.5px;
}

.search-top-nav .key-word a {
  margin-right: 24px;
  font-size: 18px;
  color: #505050;
  text-decoration: none;
}

@media (max-width: 1500px) {
  .search-top-nav {

    font-size: 17px;
  }

  .search-top-nav .key-word span {
    margin-right: 18px;
    font-size: 17px;
  }

  .search-top-nav .search-box {
    margin: 10px 18px;
  }
}

@media (max-width: 1220px) {
  .search-top-nav .key-word span {
    margin-right: 15px;
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .search-top-nav {
    font-size: 15px;
  }

  .search-top-nav .search-box {
    margin: 10px;
  }
}

.search-top-nav .close-search {
  width: 14px;
  height: 14px;
}

.page-header .logo-img {
  width: 298px;
  position: relative;
  transition-duration: .3s;
  margin-left: 0;
  display: flex;
}

.page-header .header-lg {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  position: relative;
  max-width: 1620px;
  width: 98%;
  justify-content: space-between;
  z-index: 3;
}

@media (min-width: 1620px) {
  .page-header .header-lg {
    width: 1620px;
  }
}

@media (max-width: 1000px) {
  #search-bar-lg {
    display: none !important;
  }
  .header-top {
    display: none;
  }

  .page-header .header-lg {
    display: none;
  }

  .page-header {
    box-shadow: none;
    height: 65px; 
  }
}

.page-header .header-lg .fb-icon-lg {
  margin: calc(50px - 1.5rem) 0 0 0;
}

.page-header .header-lg .home-icon-img {
  width: 25px;
}

.page-header .header-lg .header-content {
  flex: 1 1 auto;
  height: 80px;
}

.page-header .header-lg nav {
  color: #000;
  line-height: 1;
  height: 100%;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: right;
  -webkit-box-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-header .header-lg nav .nav-col {
  text-align: center;
  width: fit-content;
}
.page-header .header-lg nav .nav-col .nav-link span{
  padding: 0 23px;
  cursor: pointer;
}

.page-index .page-header .header-lg nav .nav-col .nav-link span:hover {
  color: #FFB114 !important;
  border-bottom: 3px solid #FFB114;
}
.page-index .page-header .header-lg nav .nav-col .nav-link span:focus {
  color: #FFB114 !important;
  border-bottom: 3px solid #FFB114;
}

.index.page-header .header-lg nav .nav-col .nav-link span:hover {
  color: #fff !important;
  background-color: #FFB114;
  border-radius: 25px;
}
.index.page-header .header-lg nav .nav-col .nav-link span:focus {
  color: #fff !important;
  background-color: #FFB114;
  border-radius: 25px;
}

.page-header .header-lg a,
.page-header .header-lg a:link,
.page-header .header-lg a:visited {
  text-decoration: none;
}

.page-header .header-lg nav .nav-col:hover .header-lg-list {
  flex-direction: column;
  display: flex;
}
.page-header .header-lg nav .nav-col:not(:hover) .header-lg-list {
  
  display: none;
}

.page-header .header-lg nav .home-icon {
  display: flex;
  align-items: center;
  margin-left: 20px;
  min-width: 80px !important;
}

.page-header .header-lg nav .home-icon:hover {
  opacity: .8;
}

.page-header .header-lg nav .home-icon:active {
  opacity: .6;
}

.page-header .header-lg nav .nav-link {
  text-shadow: 0 0 0.6rem rgba(103, 151, 255, 0.2);
  position: relative;
  font-size: 22px;
  letter-spacing: 1px;
  color: #505050;
  padding: 20px 5px;
  font-weight: 600;
  height: 44px;
  line-height: 40px;
  
  display: flex;
  justify-content: center;
  transition-duration: .3s;
  height: 100%;
}



/* .page-header .header-lg nav .nav-col:last-child .nav-link{
    padding-right: 0;
  } */
.page-header .header-lg nav .header-lg-list {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: none;
  position: absolute;
  left: calc((1620px - 100vw) / 2);
  top: 80px;
  width: 100vw;
  box-shadow: 0 10px 10px rgba(0,0,0,.15);
  border-top: 1px solid #E9E9E9;
  z-index: 1;
}

.page-header .header-lg nav .header-lg-list .lg-list-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 30px 50px;
  max-width: 1620px;
  width: 98%;
  margin: 0 auto;
  padding: 35px 0 45px;
}

@media (max-width: 1620px) {
  .page-header .header-lg nav .header-lg-list {
    left: -1%;
  }
}


@media (max-width: 1000px) {
  .page-header .header-lg nav .header-lg-list {
    display: none;
  }

}

.page-header .header-lg nav .nav-list-item {
  text-align: left;
  color: #000;
  font-size: 20px;
}

.page-header .header-lg nav a{
  color: #000;
}

nav .nav-list-item .list-item-title {
  padding: 7px 0;
  border-bottom: 1px solid #E9E9E9;
  font-size: 20px;
  font-weight: 500;
  color: #4A4A4A;
}
nav .nav-list-item .list-item-title a{
    width: 100%;
    display: block;
}
nav .nav-list-item .list-item-title.click-cursor:hover{
    opacity:1;
       border-bottom: 0px solid #E9E9E9;
    border: 1px solid #ffb115;
    border-radius: 40px;
    padding: 7px 20px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
nav .nav-list-item .list-item-sm {
  margin-top: 14px;
  font-size: 18px;
  cursor: pointer;
  color: #656565;
}

.page-header .header-lg nav .nav-list-item span {
  font-size: 18px;
}

.page-header .header-lg nav .list-item-sm:hover {
  opacity: .8;
}

.page-header .header-lg nav .list-item-sm:active {
  opacity: .6;
}

@media (max-width: 1650px) {
.search-group-1{
  flex-direction: column;
  align-items: flex-start !important;
  position: relative
}
}
@media (max-width: 1500px) {

  
  .se{
    display: flex;
    flex-direction: column;
  }
  .page-header .header-lg nav .header-lg-list .lg-list-box {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px 40px;
  }

  nav .nav-list-item .list-item-title {
    font-size: 17px;
  }

  nav .nav-list-item .list-item-sm {
    font-size: 15px;
  }
}

.page-header .header-sm {
  /* width: calc(100% - 1rem); */
  width: 100%;
  height: 61px;
  display: none;
  padding: 0 0 0 1rem;
  background: rgba(255, 255, 255, .1);
  position: relative;
  z-index: 2;
  border-top: 7px solid #FFB114;
}

@media (max-width: 1000px) {
  .page-header .header-sm {
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .index-keyword {
    display: none !important;
  }
  .search-group .index-img{
    display: none !important;
  }
  
}

@media (max-width: 350px) {
  .page-header .header-sm {
    /* width: calc(100% - 1rem);
    padding: 0 .5rem; */
  }
}

.page-header .header-sm.active {
  background-color: #fff;
}

.page-header .header-sm nav {
  color: #000;
  line-height: 1;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.page-header .header-sm .logo-img-sm {
  flex: 1 1 auto;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}

.page-header .header-sm .logo-img-sm .logo-sm-img {

  width: 213px;
  position: relative;
  transition-duration: .3s;
  margin-left: 0;
}

.page-header .header-sm .fb-icon-sm {
  position: relative;
  z-index: 2;
}

.page-header .header-sm .fb-sm-img {
  height: 1.7rem;
  margin-right: 1.5rem;
}

@media (max-width: 400px) {

  .page-header .header-sm .fb-sm-img {
    margin-right: 1rem;
  }
}

.page-header .header-sm .nav-mobile {
  height: 55px;
  width: 160px;
  position: relative;
  display: flex;
  justify-content: right;
  z-index: 2;
}

.nav-mobile-btn {
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 42px;
}

.nav-mobile-search-button {
  height: 22px;
}

.page-header .header-sm .nav-mobile-open-button {
  text-shadow: 0 0 0.6rem rgba(103, 151, 255, 0.2);
  height: 13px;
  cursor: pointer;
}

.header-wave {
  height: 64px;
  max-height: 75px !important;
  position: absolute;
  right: 0;
  top: -7px;
  z-index: -1;
}

.page-header .nav-mobile-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  /* transition: .3s; */
  z-index: 1;
  max-height: 0;

  overflow: hidden;
}

@media (max-width: 1000px) {
  .page-header .nav-mobile-list {
    display: block;
  }
}

.page-header .nav-mobile-list.active {
  background: #FFB114;
  min-height: 100vh;
  padding-bottom: 100px;
  z-index: 2;
  overflow: auto;
}

.page-header .nav-mobile-list .menu-header {
  width: 100%;
  padding: 10px 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .33);
  height: 65px;
}

.page-header .nav-mobile-list .menu-header .logo {
  min-width: 200px;
  max-width: 200px;
  margin: 0;
}

.page-header .nav-mobile-list .menu-header .sm-menu-on-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 5px;
}

.page-header .nav-mobile-list .menu-header .sm-menu-on-btn a {
  height: 19px;
  width: 18%;
  margin-right: 0;
  margin-left: 20px;
}
.page-header .nav-mobile-list .menu-header .sm-menu-on-btn a{
  width: 100%;
}

.page-header .nav-mobile-list .nav-mobile-list-item {
  position: relative;
  color: #fff;

  font-weight: 500;
  transition: .2s;
  cursor: pointer;
  list-style-type: none;
  text-align: left;
}

.page-header .nav-mobile-list .nav-mobile-list-item a,
.page-header .nav-mobile-list .nav-mobile-list-item a:link,
.page-header .nav-mobile-list .nav-mobile-list-item a:visited {
  color: #fff;
}

.page-header .nav-mobile-list .nav-mobile-list-item .arrow-img-up {
  position: absolute;
  right: 20px;
  width: 29px;
  top: 18px;
  padding: 5px;
  display: none;
}

.page-header .nav-mobile-list .nav-mobile-list-item .arrow-img-down {
  position: absolute;
  right: 20px;
  width: 29px;
  top: 18px;
  padding: 5px;
  display: none;
}


.page-header .nav-mobile-list .nav-mobile-list-item #sm-list-active-arrow-down-1,
.page-header .nav-mobile-list .nav-mobile-list-item #sm-list-active-arrow-down-2,
.page-header .nav-mobile-list .nav-mobile-list-item #sm-list-active-arrow-down-3 {
  display: block;
}

.page-header .nav-mobile-list .nav-mobile-list-item .second-arrow-img-up {
  position: absolute;
  right: 20px;
  width: 21px;
  top: 9px;
  opacity: .7;
  padding: 5px;
  display: none;
}

.page-header .nav-mobile-list .nav-mobile-list-item .second-arrow-img-down {
  position: absolute;
  right: 20px;
  width: 21px;
  top: 9px;
  opacity: .7;
  padding: 5px;
  display: none;
}

.page-header .nav-mobile-list .nav-mobile-list-item #sm-second-list-about-arrow-down {
  display: block;
}

.page-header .nav-mobile-list .nav-mobile-list-item #sm-second-list-active-arrow-down {
  display: block;
}

.page-header .nav-mobile-list .nav-mobile-list-item #sm-list-active-list-1,
.page-header .nav-mobile-list .nav-mobile-list-item #sm-list-active-list-2,
.page-header .nav-mobile-list .nav-mobile-list-item #sm-list-active-list-3 {
  border-bottom: 1px solid rgba(255, 255, 255, .33);
  padding: 10px 0px 10px 20px;
  display: none;
}

.page-header .nav-mobile-list .nav-mobile-list-item .sm-menu-ch {
  letter-spacing: .5px;
  padding: 0rem 1rem .1rem 1rem;
  font-size: 25px;
  font-weight: 400;
  height: 56px;
  line-height: 56px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, .33);
}

.page-header .nav-mobile-list .nav-mobile-list-item a,
.page-header .nav-mobile-list .nav-mobile-list-item a:link,
.page-header .nav-mobile-list .nav-mobile-list-item a:visited {
  text-decoration: none;
}

.page-header .nav-mobile-list .nav-mobile-list-item.active {
  color: #FFFFFF !important;
}

.page-header .nav-mobile-list .nav-mobile-list-item.active a {

  /* color: rgba(255, 255, 255, .7) !important; */
}
.page-header .nav-mobile-list a{
  display: block;
}
.nav-mobile-list-sm-list .nav-list-item {
  line-height: 40px;
  text-align: left;
  padding: 0px 20px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  color: rgba(255, 255, 255, .7) !important;
}

.two-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-mobile-list-sm-list .nav-list-item span {
  color: #22202B;
  font-size: 18px;
}

.nav-mobile-list-sm-list .nav-list-item div {
  line-height: 23px;
}

.nav-mobile-list-sm-list .nav-list-item .nav-list-name {
  line-height: 40px;
}

.nav-second-list-item {
  line-height: 40px !important;
  padding: 0 !important;
  margin-left: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .33);
}

#sm-second-list-active-list {
  margin-bottom: 5px;
  display: none;
}

.nav-mobile-list .sm-header-top-nav {
  margin-bottom: 100px;
  margin-left: 1rem;
}

.nav-mobile-list .sm-header-top-nav .sm-nav-btn {
  height: 23px;
  color: #fff;
  cursor: pointer;
  
  font-size: 17px;
}

.nav-mobile-list .sm-header-top-nav .icon-group,
.nav-mobile-list .sm-header-top-nav .text-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 26px;
}
.nav-mobile-list .sm-header-top-nav .icon-group a,
.nav-mobile-list .sm-header-top-nav .text-group a{
  color: #fff;
  text-decoration: none;
  margin-right: 18px;
}

.nav-mobile-list .sm-header-top-nav .sm-nav-btn:hover {
  opacity: .9;
}

.nav-mobile-list .sm-header-top-nav .sm-nav-btn:active {
  opacity: .7;
}
.nav-mobile-list .sm-header-top-nav .live-btn{
  margin: 21px 0 0 0;
  width: 145px;
}

@media (max-width: 500px) {
  .text-group .sm-nav-btn {
    padding-right: 15px !important;
    font-size: 15px !important;
  }
}


/* footer */
.page-footer {
  position: relative;
  width: 100%;
  background: #FFAF06;
}

.footer-box {
  margin: 0 auto;
  width: 95%;
  max-width: 1620px;
  color: #fff;

  padding-bottom: 11px;
}

.footer-hr {
  border: 0;
  height: 1px;
  width: 100%;
  background-color: #FFCE71;
  margin: 0;
}

.footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 35px 0 0px 0;
}

.footer-top-left {
  padding-bottom: 7px;
}

.footer-logo img {
  width: 324px;
  margin: 0;
}
.footer-logo{
  display: block;
  margin-bottom: 70px;
}

.footer-btn {
  visibility: hidden;
  color: #fff;
  background-color: #F7AB00;
  border: 1px solid #fff;
  width: 109px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 15px;
  margin-top: 16px;
  font-size: 18px;
  display: block;
  text-decoration: none;
}


.footer-top-right {
  width: 270px;
}

.footer-icon-group {
  display: flex;
  align-items: center;
  justify-content: space-around;

}
.footer-icon-group a{
  display: block;
  
}

.footer-top-right img {
  margin-bottom: 5px;
}

.footer-icon-1,
.footer-icon-2 {
  height: 32px;
}

.footer-icon-3 {
  height: 34px;
}

.footer-icon-4 {
  height: 30px;
}

.footer-icon-5 {
  height: 38px;
}

.footer-top-right img:last-child {
  margin-right: 0;
}

.watch-num {
  letter-spacing: 0.3px;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  text-align: right;
  margin: 10px 0 8px 0;
}

.access-img-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* gap: 16px; */
  margin-bottom: 30px;
}

.access-img-box img {
  height: 60px;
  /* margin: 0 16px 0 0; */
}

.access-img-box img:last-child {
  margin-right: 0;
}

.footer-info-box {
  display: flex;
  align-items: flex-end;
  margin-top: 16px;
}

.footer-info-box-l {
  margin-right: 70px;
}

.footer-info-box-l div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  margin-top: 5px;
  letter-spacing: 0.3px;
  font-weight: 400;
}

.footer-info-box-l img {
  margin: 0;
  height: 16px;
  width: 13px;
  object-fit: contain;
  margin-right: 5px;
}

.footer-info-box-r p {
  font-size: 18px;
  margin-top: 5px;
  letter-spacing: 0.3px;
  font-weight: 400;
}

.footer-bottom {
  margin: 0 auto;
  width: 95%;
  max-width: 1620px;
  color: #fff;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-ps {
  display: flex;
  color: rgba(255, 255, 255, .6);
  font-size: 15px;
  font-weight: 400;
}

.footer-ps p {
  margin-right: 15px;
}

.footer-link {
  display: flex;
  align-items: center;
}

.footer-link a {
  font-size: 14px;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
}

.footer-link .link-line {
  width: 1px;
  height: 10px;
  background-color: #fff;
  padding: 0;
}

.footer-link div:last-child {
  padding-right: 0;

}


@media (max-width: 1250px) {
  .footer-ps {
    flex-direction: column;
  }
}

@media (max-width: 1150px) {
  .footer-info-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-info-box-r {
    margin-top: 10px;
  }
}

@media (max-width: 880px) {
  .footer-ps p {
    width: 100%;
    text-align: center;
  }

  .footer-bottom {
    width: 100%;
    padding: 10px 0 10px 0;
    flex-direction: column-reverse;
  }

  .footer-link {
    width: 100%;
    border-bottom: 1px solid #57E2E8;
    justify-content: center;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

}

@media (max-width: 730px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-top-right {
    margin-top: 20px;
  }
    .footer-top-left{
      padding-right: 0;  
    }

  .watch-num {
    margin: 15px 0 8px 0;
    text-align: left;
  }

  .access-img-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .footer-top-right img {
    margin: 0 22px 0 0;
  }

  .footer-logo{
    margin-bottom: 70px;
  }

  .footer-logo img {
    width: 248px;
    margin: 0;
  }

  .footer-btn {
    width: 98px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;

  }

  .footer-info-box-l {
    margin-right: 0;
  }

}

@media (max-width: 400px) {
  .footer-info-box-l div {
    font-size: 15px;
  }

  .footer-info-box-r p {
    font-size: 13px
  }

  .footer-link div {
    font-size: 15px;
    padding: 0 5px;
  }

  .footer-ps {
    display: flex;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }
}


/* 導覽視窗 */
.tour-view {
  width: 100%;
  background-color: #fff;
  /* height: 120px; */
}
.home-view .tour-view {
  width: 100%;
  background-color: #F2F7FB;
}

.tour-btn {
  background-color: #FFAF06;
  color: #fff;
  width: 153px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
}

#tour-open-btn {
  display: block;
}

#tour-close-btn {
  display: none;
}

#tour-view {
  display: none;
}

.tour-list-box {
    width: 100%;
    background-color: #E4EAEF;
    border-top: 1px solid #ffaf06;
}

.tour-list {
  margin: 0 auto;
  width: 95%;
  max-width: 1620px;
  padding-top: 30px;
    padding-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tour-item-list {
  width: 508px;
  min-width: 170px;
  margin-bottom: 14px;
}

.tour-item-list-itemgroup{
  display:flex;
  flex-wrap: wrap;
}
.tour-item-list li{
  display: flex;
  list-style: none;
}

.tour-item-list span{
  color: #707070;
  font-size: 18px;
  margin-left: 10px;
  line-height: 22px;
}
.tour-item-list-title {
  font-size: 18px;
  color: #000;
  border-left: 4px solid #FFAF07;
  padding-left: 10px;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
    font-weight: 500;
}
.tour-item-list-title:hover {
  opacity: .8;
}

.tour-item-list-title:active {
  opacity: .6;
}

.tour-item-list-text {
  line-height: 24px;
  padding-left: 9px;
  font-size: 16px;
  color: #707070;
  cursor: pointer;
  display: block;
  text-decoration: none;
        margin-bottom: 3px;
}

.tour-item-list-text:hover {
  opacity: .8;
}

.tour-item-list-text:active {
  opacity: .6;
}

@media (max-width: 1450px) {
  .tour-item-list {
    width: 25%;
  }
}
@media (max-width: 750px) {
  .tour-btn {
    background-color: #FFAF06;
    color: #fff;
    width: 153px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto 0 30px;
    border-radius: 10px 10px 0 0;
  }
  .tour-list-box{
    width: 95%;
    margin: 0 auto;
  }
  /* .tour-item-list {
    width: 50%;
  } */
}


* {
  font-family: 'Roboto',  'Noto Sans TC', sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  scroll-behavior: smooth;
}

body,
html {
  box-sizing: border-box;
  font-size: 1rem;
  /* line-height: 1rem; */
  overflow-x: hidden;
  position: relative;
  width: 100%;
  scroll-behavior: smooth;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.click-cursor {
  cursor: pointer;
}

.click-cursor:hover {
  opacity: .8;
}

.click-cursor:active {
  opacity: .6;
}

header,
.header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 0rem;
}

.page-index {
  background: #fff;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

img,
.img {
  display: block;
  border-style: none;
  object-fit: cover;
  margin: auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

button {
  border: none;
}










/* 共用banner */
.banner-view {
  width: 100%;
  height: 250px;
  background-image: url('../images/banner-img.png');
  background-size: cover;

}

.banner-view .banner-content {
  max-width: 1620px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}


.banner-view .view-name {
  margin-right: 75px;
  /*width: 234px;*/
    width: 295px;
  height: 124px;
  text-align: center;
  line-height: 124px;
  background-color: #FFAD00;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 5px 8px rgba(0, 0, 0,.25);
  border-radius: 0 0 15px 0;
    font-weight: 500;
}

.banner-view .view-title {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.banner-view .view-title-text {
  font-size: 55px;
  line-height: 62px;
  font-weight: 500;
  margin-bottom: 10px;
}

.banner-view .view-path {
  color: rgba(0,0,0,.4);
  display: flex;
  font-size: 16px;
  letter-spacing: .5px;
  align-items: center;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

.banner-view .view-path img {
  object-fit: contain;
  margin: 0 5px;
  height: 12.5px;
}
.banner-view .view-path a {
    color: rgba(0, 0, 0, .4);
    text-decoration: none;
}
.banner-view .view-path a:hover{
  opacity: .8;
}

.banner-btn-group {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.banner-btn-group img {
  width: 50px;
  height: 50px;
  margin: 0;
}

@media (max-width: 1100px) {
    .banner-view .view-name {
        width: 234px;
        margin-right: 30px;
    }

    .banner-view .banner-content {
        max-width: 1620px;
        width: 92%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .banner-view .view-title-text {
    font-size: 47px;
    }
}
@media (max-width: 960px) {
  .banner-view .view-title-text {
    font-size: 45px;
    margin-top: 6px;
  }

  .banner-view .view-name {
    margin-right: 20px;
    width: 200px;
    min-height: 124px;
    text-align: center;
    line-height: 124px;
    background-color: #FFAD00;
    color: #fff;
    font-size: 32px;
    border-radius: 0 0 15px 0;
  }

  .banner-view .view-path {
    color: #949494;
    display: flex;
    font-size: 14px;
    letter-spacing: .5px;
    align-items: center;
    padding-bottom: 10px;
  }

  .banner-view .view-path img {
    margin: 0 9px;
  }

  .banner-btn-group img {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 800px) {
    .banner-view .view-name {
        display: none;
    }

    .banner-btn-group {
        display: none;
    }

    .banner-view {
        background-image: none;
        height: auto;
    }

    .banner-view .view-path img {
        margin: 0 2px;
    }
}

.main-content {
  width: 95%;
  max-width: 1620px;
  margin: 0 auto;
  min-height: 45vh;
  display: flex;
  align-items: flex-start;
}

.main-sidebar {
  box-shadow: 0 3px 14px rgba(0, 0, 0, .1);
  width: 234px;
  max-width: 234px;
  padding: 10px 16px 16px 9.5px;
  border-radius: 0 15px 15px 0;
  position: relative;
  bottom: 24px;
  background-color: #fff;
  flex-grow: 1;
}
.main-sidebar a{
  text-decoration: none;
  border-bottom: 1px solid #E9E9E9;
  display: block;
}

.main-sidebar .sidebar-item {
  color: #000000;
  font-size: 19px;
  margin-top: 9.5px;
  padding: 10px 0 10px 13.5px;
}

.main-sidebar a.active .sidebar-item {
  color: #009FAA !important;
}
.main-sidebar a.active{
  border-color: #29C9D4;
}
.main-sidebar a:first-child {
  border-bottom: none;
  width: fit-content;
}
.main-sidebar a:last-child {
  border-bottom: none;
}

.main-content-view {
  width: 75%;
  height: 100%;
  flex: 1;
  margin: 80px 0 20px 75px
}

@media (max-width: 1100px) {
  .main-content {
    flex-direction: column;
    min-height: 0;
  }

  .main-sidebar {
    margin: 20px auto 44px;
    width: calc(97%);
    bottom: 0px;
    padding: 10px 14px 16px 14px;
    max-width: 100%;
    flex-grow: 0;
  }

  .main-sidebar .sidebar-item {
    font-size: 18px;
  }

  .main-content-view {
    margin: 0 auto 20px;
    width: 97%;
  }
}

/* search.html */
.search-group{
  display: flex;
}
.search-group-1{
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}


.search-group .btn{
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: #ECECEC;
  border-radius: 30px;
  padding-left: 30px;
}
.search-group .btn1{
  width: 203px;
  height: 62px;
  margin-right: 5px;
}
.search-group .btn2{
  width: 355px;
  height: 62px;
}

.search-group .btn input{
  font-size: 20px;
  width: 117px;
  height: 28px;
}

.search-group .btn input:focus{
  outline:1px solid #0084EB;
}
.search-group-btn2::placeholder{
  color:#FFB115;
}

.search-group .search-iconc{
  width: 21px;
  height: 12px;
}
.search-group .search-icond{
  width: 24px;
  height: 24px;
  margin: 0 27px 0 0;
}
.search-group input{
  border:none;
  background-color: #ECECEC;
}

.search-text-title{
  font-size: 35px;
  margin-top: 71px;
}

.search-text-content{
  font-size: 20px;
  padding-bottom: 39px;
  margin-bottom: 45px;
  border-bottom: 1px solid #F4F4F4;
}

.search-text-content p{
  font-size: 20px;
  /* margin-left: 24px; */
  color: #505050;
}
.search-text-content span{
  color:#FFAF06;
  line-height: 62px;
  margin-left: 5px;
  padding: 5px 14px 2px;
}
/* .search-text-content p{
  font-size: 20px;
  margin-bottom: 16px;
}

.search-text-content span{
  color: #FFB115;
  margin: 0 2px;
} */

.search-text-content :last-child span{
  border: 1px solid #FFB115;
}

.section-textBtn{
  width: 137px;
  height: 30px;
  font-size:16px ;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  text-align: center;
}

.Btn-1 {
  background: linear-gradient(to bottom, #F7AB00, #F75C00);
}
.Btn-2 {
  background: linear-gradient(to bottom, #2AF1FF, #29C9D4);
}
.Btn-3 {
  background: linear-gradient(to bottom, #1D96FF, #0052CE);
}

.section-group {
  margin: 85px 7px 94px;
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(300, 1fr));
  grid-gap: 20px;
}

.section-item {
  text-align: justify;
  border-bottom: 1px solid #E9E9E9;
  margin-top: 12px;
}


.section-title {
  font-size: 30px;
  line-height: 36px;
  /* margin: 0px 22px 0; */
  font-weight: 700;
  display: flex;
  align-items: center;
}

.section-title a{
  display: block;
  text-decoration: none;
  color: #fff;
}

.section-title img {
  height: 18px;
  width: 18px;
  margin: 0 10px 0 0;
}

.section-content {
  font-size: 18px;
  letter-spacing: .2px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
  margin: 10px 0px 34px;
}

.title_large_size{
  font-size: 34px !important;
}
.title_small_size{
  font-size: 28px !important;
}
.content_large_size{
  font-size: 22px !important;
}
.content_small_size{
  font-size: 16px !important;
}
.a_large_size{
  font-size: 20px !important;
}
.a_small_size{
  font-size: 14px !important;
}


.normal-25{
  font-size: 25px;
}
.lg-25{
  font-size: 29px !important;
}
.sm-25{
  font-size: 23px !important;
}


.normal-18{
  font-size: 18px;
}
.lg-18{
  font-size: 22px !important;
}
.sm-18{
  font-size: 16px !important;
}

.normal-20{
  font-size: 20px;
}
.lg-20{
  font-size: 24px !important;
}
.sm-20{
  font-size: 18px !important;
}

.normal-35{
  font-size: 35px;
}
.lg-35{
  font-size: 39px !important;
}
.sm-35{
  font-size: 33px !important;
}

.normal-30{
  font-size: 30px;
}
.lg-30{
  font-size: 34px !important;
}
.sm-30{
  font-size: 28px !important;
}

.normal-56{
  font-size: 56px;
}
.lg-56{
  font-size: 60px !important;
}
.sm-56{
  font-size: 54px !important;
}

.normal-43 {
    font-size: 43px;
    font-weight: 300;
    line-height: 110%;
}
.lg-43{
  font-size: 47px !important;
}
.sm-43{
  font-size: 41px !important;
}

.normal-22{
  font-size: 22px;
}
.lg-22{
  font-size: 26px !important;
}
.sm-22{
  font-size: 20px !important;
}

.normal-23{
  font-size: 23px;
}
.lg-23{
  font-size: 27px !important;
}
.sm-23{
  font-size: 21px !important;
}

.normal-40{
  font-size: 40px;
}
.lg-40{
  font-size: 44px !important;
}
.sm-40{
  font-size: 38px !important;
}
.normal-34{
  font-size: 34px;
}
.lg-34{
  font-size: 38px !important;
}
.sm-34{
  font-size: 32px !important;
}

@media (max-width: 800px) {
  .search-group{
    margin-top: 17px !important;
    flex-direction: column;
  }
  .search-group-1{
    margin-top: 89px !important;
    flex-direction: column;
  }
  .part-1{
    width: 100%;

    flex-direction: column;
  }
  .search-select{
    margin-bottom: 9px;
    width: 100% !important;
 
  }
  .search-select select{
    width: calc(100% - 70px) !important;
    width: 100%;
  }
  .search-input{
    width: 100% !important;
  }
  .section-group {
    margin: 20px 7px 94px;
    padding-top: 50px;
    border-top: 1px solid #E9E9E9;
  }
  .section-title {
    font-size: 25px;
    align-items: flex-start;
    flex-direction: column;
  }
  .section-title p {
    margin-top: 8px;
  }
  .section-title img {
    height: 28px;
    width: 18px;
    margin: 0 10px 0 0;
    padding-top: 10px;
  }
  .section-item{
    margin-top: 25px;
  }

  .section-content {
    font-size: 16px;
    letter-spacing: .2px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
    margin: 8px 10px 20px 0px;
  }
}

.section-guide {
  font-size: 18px;
  letter-spacing: 1px;
  margin-left: 30px;
  color: #949494;
  margin-top: 10px;
}

.breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: flex-start; */
}

.breadcrumb a {
  color: #949494;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #FE7E00;
}

.breadcrumb li {
  padding: 0 10px;
  list-style: none;
}

.breadcrumb li {
  padding-left: 0;
}

.breadcrumb li+li:before {
  content: '>';
  font-size: 24px;
  margin-right: 5px;
}

.section-date {
  color: #949494;
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .4px;
  margin-top: 3px;
}

.section-more {
  margin: 20px 0px 20px;
}

.more-link{
  text-decoration: underline;
  color: #FF2838;
  font-size: 16px;
}

.section-more a:hover {
  color: #00f;
}


/* index-1.html */

.index-view{
  max-width: 1620px;
  width: 95%;
  margin: 40px auto 0;
}

.index-keyword{
  display: flex;
}

.index-keyword p{
  font-size: 20px;
  margin-left: 24px;
  color: #505050;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.index-keyword p:first-child{
  flex: 1 1 auto;
  margin-left: 0;
  min-width: 120px;
}
.index-keyword a{
  color:#FFAF06;
  border:1px solid #FFAF06;
  margin-left: 0px;
  padding: 5px 14px;
  text-decoration: none;
  display: block;
}
.search-group .index-img{
  margin-right: 0px;
  position: absolute;
  right: 0;
}

.index-content{
  display: flex;
  margin-bottom: 72px;
  gap: 45px;
  align-items: flex-start;

}

.index-content-item1{
  width: 50%;
  border-radius: 15px;
  background: linear-gradient(to bottom, #1D96FF, #0C6DE2);
  position: relative;
}

.hover-content{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
}

.index-content-item:hover .hover-content{
  display: flex;
}
@media (max-width: 700px){
  .index-content-item .hover-content{
    display: none !important;
  }
}
.hover-content a{
  color: #fff;
  text-decoration: none;
}
.hover-content-1{
  background: linear-gradient(to bottom, #1d96ff00, #00159C);
  padding:  49px 30px;
}
.hover-content-2{
  background: linear-gradient(to bottom, #1d96ff00, #29CAD5 60%);
  padding:  20px 30px;
}
.hover-content-3{
  background: linear-gradient(to bottom, #f74e002a, #F74E00 60%);
  padding:  20px 30px;
}
.hover-title{
  font-size: 45px;
  line-height: 42px;
  color: #fff;
  padding-bottom: 10px;
  text-decoration: none;
    font-weight: 700;
}
.hover-text{
  margin-bottom: 10px;
    font-size: 17px;
}
.hover-links{

}

.index-content-item1 img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.indexBanner-info1{
  position: absolute;
  bottom: 49px;
  left: 30px;
  width: calc(100% - 60px );
}
.part-title{
  display: block;
  text-decoration: none;
}
.indexBanner-info1 .part-title{
  width: 100%;
  font-size: 38px;
  line-height: 42px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
    font-weight: 700;
}

.info1-group{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  color: #fff;
  padding-top: 14px;
  line-height:22px;
  gap: 5px;
}
.info1-group p{
  line-height: 22px;
  margin: 0 10px;

}
.info1-group a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
    font-weight: 500;
}
.banner-right{
  width: 50%;
}
.index-content-item2,
.index-content-item3
{
  position: relative;
  /* width: 789px; */
  min-height: 358px;
  margin-bottom: 18px;
  border-radius: 15px;
}

.index-content-item2{
  background: linear-gradient(to bottom, #2AF1FF, #29C9D4);
  position: relative;
}

.index-content-item2 img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
  /* width: 600px;
  height: 343px;
  margin: 3px 32px 11px 156px; */
}
.indexBanner-info2 {
  position: absolute;
  bottom: 21px;
  left: 21px;
}
.indexBanner-info2 .part-title{
  width: 305px;
  font-size: 38px;
  line-height: 44px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
    font-weight: 700;
}


.index-content-item3{
  background: linear-gradient(to bottom, #F7AB00, #F75C00);
  position: relative;
  margin-bottom: 0px;
}

.index-content-item3 img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.indexBanner-info3 {
  position:absolute;
  bottom: 21px;
  left: 21px;
}
.indexBanner-info3 .part-title{
  width: 305px;
  font-size: 38px;
  line-height: 44px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
    font-weight: 700;
}
@media (max-width: 1400px) {
  .index-content{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto 72px;
  }
  .index-content-item1{
    width: 100%;
  }
  .banner-right{
    width: 100%;
  }
}
.index-banner-lg{
  display: block;
}
.index-banner-sm{
  display: none;
}
@media (max-width: 1000px) {
  .index-content{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
.index-banner-lg{
  display: block;
}
.index-banner-sm{
  display: none;
}
@media (max-width: 700px) {
  .index-content{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .part-title {
    font-size: 32px !important;
  }
  .index-banner-lg{
    display: none;
  }
  .index-banner-sm{
    display: block;
  }
}

.info3-group {
  width: 350px;
  display: flex;
  flex-flow: row wrap;
  margin-top: 11px;

}

.info3-group li{
  /*width: 126px;*/
        min-width: 126px;
  height: 28px;
  list-style: none;
  font-size: 18px;
  line-height: 22px;
        font-weight: 500;
}
.info3-group p{
  color: #fff;
  /*margin:0 20px;*/
 font-size: 20px;
  line-height:22px;
  margin: 0 10px;
}
.info3-group a{
  text-decoration: none;
  color: #fff;
}


/* sciencefair_61 */
.sciencefair-area{
  margin-top: 10px;
}
.sciencefair-title{
  display: flex;
  justify-content: flex-start;
  align-content: center;
  margin-bottom: 28px;
}

.sciencefair-title p{
  font-size: 40px;
  line-height: 48px;
    font-weight: 500;
}


.sciencefair-title img{
  width: 11px;
  height: 37px;
  margin: 0 24px 0 0;
}

.scienecfair-banner{
  width: 100%;
}

.sciencefair-info-text{
  display: flex;
    margin-bottom: 3px;
}

.sciencefair-info{
  margin-top:34px;
  margin-bottom: 55px;
}

.sciencefair-info-text p{
  font-size: 20px;
  line-height: 36px;
}

.sciencefair-info .title{
  width: 90px;
  margin-right: 20px;
  color:#FFAF06;
  text-align: justify;
  text-align-last: justify;
}
.sciencefair-info .align-2{
letter-spacing: 10px;}


.summary-movtivation{
  font-size: 30px;
  border-bottom: 1px solid #707070;
  padding-bottom: 11px;
  color: #FFAF06;
}

.article-content{
  padding-top: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid #707070;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}
.article-info{
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  padding-top:24px ;
  margin-bottom: 25px;
        color: #9f7829;
}

.article-file{
  width: 100%;
  background-color: #F6F6F6;
  padding-top: 33px;
  padding-left: 37px;
  padding-right: 37px;
  margin-bottom: 153px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:  20px;
  padding-bottom: 30px;
}

.article-file a{
  text-decoration: none;
  color: #fff;
}

.article-filegroup{
  display: flex;
  width: 197px;
  /*height: 89px;*/
  /*line-height: 89px;*/
  background-color: #FFC139;
  border-radius: 10px;
    padding: 15px;
}

.article-filegroup p{
  margin-left: 21px;
    line-height: 130%;
        margin: 0 20px;
}

/* monthly.html */
.search-group{
  margin-top: 89px;
  margin-bottom: 43px;
}

.part-1{
  display: flex;
}

.monthly-content-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));  
  gap: 44px;
}
@media (max-width: 1000px) {
  .monthly-content-group {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));  
    gap: 31px;
  }
}
.monthly-content-item{
  min-width: 350px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 17px;
  /* border:1px solid #000; */
 box-shadow: 1px 3px 10px rgba(0,0, 0, 0.2);
  padding: 12px 12px 15px 12px;
  cursor: pointer;
  display: block;
  color: #000;
  text-decoration: none;
    border: 2px solid #ffffff;
}
.monthly-content-item:hover{
    box-shadow: 1px 3px 10px rgba(0,0,0,0);
 border: 2px solid #ffb115; 
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transition: all .3s ease;
}
.monthly-content-item:hover p{
  color: #FFB114;
  text-decoration: underline;
}
.monthly-content-item p{
  margin-top: 19px;
  font-size: 25px;
  line-height: 30px;
}
.monthly-content-item img{
  width: 100%;
}


/* monthly61_1.html */
.monthly61_1-title{
  display: flex;
  line-height: 37px;
        margin-bottom: 20px;
}

.monthly61_1-title p {
  font-size: 40px;
  line-height: 42px;
    font-weight: 500;
}
.monthly61_1-title img{
  width: 11px;
  height: 39px;
  margin: 0 24px 0 0;
}

.journal-directory{
  width: 100%;
  /* height: 431px; */
  background-color: #00C9A5;
  color: #fff;
  border-radius: 15px;
  margin-top: 15px;
  position: relative;
    padding: 0 50px;
  
}

.journal-directory-group{
  display: flex;
  justify-content: center;
    align-items:center;
  padding-top: 10px;
}


.journal-directory-item1 p{
  padding-top: 10px;
  font-size: 37px;
        font-weight: 700;
}

.journal-directory-item1 span{
  font-family: Rubik;
  font-size:17px ;
}

.journal-item1-sp{
  letter-spacing: 10px;
} 
.journal-directory-item2{
  padding-top: 10px;
  display: flex;
}
.journal-directory-item2 p{
  font-size: 56px;
  line-height: 67px;
  margin-left:24px;
  margin-bottom: 14px;
  text-align: center;
        font-weight: 700;
    line-height: 110%;
}



.topic-box {
  width: 1554px;
  height: 80px;
  margin: auto;
  background-color: #00A085;
  border-radius: 5px;
  font-size: 43px;
  text-align: center;
  border-top: 1px solid #D5F7F1;
  margin-top: 8px;
  padding-top: 8px;
}

.topic-box p {
font-size: 43px;  
}

.topic-img1{
  width: 140px;
  height: 132px;
  position:absolute;
  top: 43px;
  left: 71px;
  z-index: 1;
}
.topic-img2{
  width: 140px;
  height: 138px;
  position:absolute;
  top: 24px;
  right: 79px;
  z-index: 1;
}
@media (max-width: 1100px) {
  .journal-directory-group{
    flex-direction: column;
    align-items: center;
  }
  .topic-img{
    display: none;
  }
  .journal-line{
    display: none;
  }
}
.thematic-group{
  display:flex;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 500;
  line-height: 50px;
  padding-top:45px ;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.thematic-group ul{
  width: 50%;
  
}
.thematic-group li{
  /*display: flex;*/
    list-style: disc;
  align-items: center;
    margin-bottom: 21px;
    margin-right: 50px;
    list-style: disc;
    line-height: 150%;
    margin-left: 2em;
}
.dot{
  width: 0;
  height: 0;
  padding: 3.5px;
  border-radius: 50%;
  background-color: #FFB114;
  margin-right: 15px;
  display: block;
  margin-left: 0 !important;
}
@media (max-width: 1200px) {
  .thematic-group{
    flex-direction: column;
  }
  .thematic-group ul{
    width: 100%;
  }
}

.thematic-group span{
  font-weight: 200;
  margin-left: 10px;
}

.thematic-department{
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));  
  gap: 33px 45px;
}
@media (max-width: 1000px) {
  .thematic-department {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));  
    gap: 31px;
  }
  .journal-directory-item2 p{
    font-size: 53px;
    margin: 0;
  }
  .journal-directory-item2 span{
   /* display: block ;*/
  }
  .topic-box61-2 span{
    display: block ;
  }
  .topic-box61-3 span{
    display: block ;
    font-size: 80%;
  }
  .topic-box61-2 {
    font-size: 40px !important;
  }
  .topic-box61-3 {
    font-size: 40px !important;
  }
  
}

.thematic-department-4{
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));  
  /*margin-top: 50px;*/
  gap: 33px 45px;
}
@media (max-width: 1000px) {
  .thematic-department-4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));  
    gap: 31px;
  }
}

.thematic-department a,
.department-text_61-2 a,
.thematic-department-61-3part2 a{
  font-size: 22px;
  color: #fff;
}

.tdepartment{
  /* min-width: 400px; */
  /*min-height: 495px;*/
  /*border:1px solid #999;*/
  border-radius: 10px;
  position: relative;
  padding: 0 52px 0 45px;
}
.tdepartment h1{
  font-size: 40px;
  height: 80px;
  line-height: 50px;
  color: #fff;
  padding-top: 27px;
}

.hr1{
  border: 4px solid #FF5450;
  margin-top: 25px;
}
.hr2{
  border: 4px solid #0096E2;
  margin-top: 25px;
}
.hr3{
  border: 4px solid #E79A00;
  margin-top: 25px;
}

.department-text{
  margin: 20px 0;
}

.tdepartment u{
  font-size: 22px;
  color: #fff;
}

.tdepartment span{
  font-size: 22px;
  font-weight: 200;
  color: #fff;
  margin-left: 10px;

}

.tdepartment_1{
  background-color: #FF7876;
}
.tdepartment_2{
  background-color: #1EB8FF;
}
.tdepartment_3{
  background-color: #FFBF43;
}

.tdepartment-img01{
  position: absolute;
  top:37px;
  right: 54px;
}

.tdepartment-img02{
  position: absolute;
  top:23px;
  right: 43px;
}
.tdepartment-img03{
  position: absolute;
  top:16px;
  right: 52px;
}

.thematic-department-part2{
  margin-top: 32px;
  display:flex;
  justify-content: space-between;
}

.hr4{
  border:4px solid #A565FF;
  margin-top: 20px;
}
.hr5{
  border:4px solid #0474FF;
  margin-top: 20px;
}

.tdepartment-p2{
  /* width: 790px; */
  /* height: 273px; */
  border-radius: 15px;
  position: relative;

  padding: 0 37px 0 45px;
}

.tdepartment-p2 h1{
  font-size: 40px;
  height: 80px;
  line-height: 50px;
  color: #fff;
  padding-top: 27px;
}

.department-textp2{
  margin: 20px 0;
}

.department-textp2 u{
  font-size: 22px;
  color: #fff;
}

.department-textp2 span{
  font-size: 22px;
  font-weight: 200;
  color: #fff;
  margin-left: 10px;
}


.tdepartment_4{
  background-color: #BD93F6;
  padding-bottom: 20px
}
.tdepartment_5{
  background-color: #5295FE;
  padding-bottom: 20px
}
.type-4{
  grid-column-start: 1;
  grid-row-start: 2;
  grid-column-end: 3;
  width: 74%;
}
.type-5{
  grid-row-start: 2;
  grid-column-start: 4;
  grid-column-end: 2;
  width: 75%;
  margin-left: 25%;
}
@media (max-width: 1350px) {
  .tdepartment_4{
    background-color: #BD93F6;
    grid-row-start:auto;
    grid-column-start: auto;
    grid-column-end: auto;
    margin: 0;
    width: 100%;
    min-height: 495px;
  }
  .tdepartment_5{
    background-color: #5295FE;
    grid-row-start:auto;
    grid-column-start: auto;
    grid-column-end: auto;
    margin: 0;
    width: 100%;
    min-height: 495px;
  }
}


.tdepartment-img04{
  position: absolute;
  top:13px;
  right: 37px;
}
.tdepartment-img05{
  position: absolute;
  top:23px;
  right: 37px;
}

.important-note{
  max-width: 1620px;
  width: 100%;
  background-color: #F9F9F9;
  border-radius: 15px;
  margin: 20px auto 24px;

}

.important-note h1{
  font-size: 40px;
  color: #00A085;
  text-align: center;
  line-height:48px;
  padding-top: 42px;
}

.note-content{
  max-width: 1200px;
  margin: 20px auto;
}

.note-content p{
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 20px;
}

.signatory{
  max-width: 1200px;
  height: 230px;
  margin: 10px auto;
  position: relative;
}

.editorial-boardname{
  font-size: 22px;
  color: #00C9A5;
  text-align: right !important;
  padding-top: 50px;
  padding-right:20px ;
}


.signatory img{
  width: 220px;
  height: 81px;
  position: absolute;
  top:100;
  right:0;
}



/* monthly-61-2.html */
.journal-directory61-2{
  width: 100%;
  /* height: 431px; */
  background-color: #00ABFF;
  color: #fff;
  border-radius: 15px;
  margin-top: 15px;
  position: relative;
    padding: 0 50px;
}

.topic-box61-2 {
  width: 100%;
  margin: auto;
  background-color: #07A184;
  border-radius: 5px;
  font-size: 43px;
  text-align: center;
  border-top: 1px solid #D5F7F1;
  margin-top: 8px;
  padding: 18px;
}

.thematic-group a,
.thematic-department-61-2part2 a{
  font-size: 22px;
  line-height: 26px;
  color:#fff;
}

.tdepartment_61-2-1{
  background-color: #FF7876;
}
.tdepartment_61-2-2{
  background-color: #1EB8FF;
}

.tdepartment_61-2{
  /* width: 790px; */
  /* height: 449px; */
  /*border:1px solid #999;*/
  border-radius: 10px;
  position: relative;
  padding: 0 52px 20px 45px;
}
.tdepartment_61-2 h1{
  font-size: 40px;
  height: 80px;
  line-height: 50px;
  color: #fff;
  padding-top: 27px;
}

.hr1{
  border: 4px solid #FF5450;
  margin-top: 25px;
}
.hr2{
  border: 4px solid #0096E2;
  margin-top: 25px;
}
.hr3{
  border: 4px solid #E79A00;
  margin-top: 25px;
}

.department-text{
  margin: 20px 0;
}

.tdepartment u{
  font-size: 22px;
  color: #fff;
}

.tdepartment span{
  font-size: 22px;
  font-weight: 200;
  color: #fff;
  margin-left: 10px;

}

.department-text_61-2{
  margin: 20px 0;
}

.tdepartment_61-2 u{
  font-size: 22px;
  color: #fff;
}

.tdepartment_61-2 span{
  font-size: 22px;
  font-weight: 200;
  color: #fff;
  margin-left: 10px;

}

.thematic-department-61-2part2{
  margin-top: 32px;
  display:flex;
  justify-content: space-between;
}

.hr4{
  border:4px solid #A565FF;
  margin-top: 20px;
}
.hr5{
  border:4px solid #0474FF;
  margin-top: 20px;
}

.tdepartment61-2-p2{
  /* width: 790px; */
  /* height: 273px; */
  border-radius: 15px;
  position: relative;

  padding: 0 37px 20px 45px;
}

.tdepartment61-2-p2 h1{
  font-size: 40px;
  height: 80px;
  line-height: 50px;
  color: #fff;
  padding-top: 27px;
}

.department-text61-2p2{
  margin: 20px 0;
}

.department-text61-2p2 u{
  font-size: 22px;
  color: #fff;
}

.department-text61-2p2 span{
  font-size: 22px;
  font-weight: 200;
  color: #fff;
  margin-left: 10px;
}


.tdepartment_4{
  background-color: #BD93F6;
}
.tdepartment_5{
  background-color: #5295FE;
}

.tdepartment-img04{
  position: absolute;
  top:13px;
  right: 37px;
}
.tdepartment-img05{
  position: absolute;
  top:23px;
  right: 37px;
}

.important-note61-2{
  max-width: 1620px;
  width: 100%;
  background-color: #F9F9F9;
  border-radius: 15px;
  margin: 20px auto 24px;

}

.important-note61-2 h1{
  font-size: 40px;
  color: #00ABFF;
  text-align: center;
  line-height:48px;
  padding-top: 42px;
}

.note-content61-2{
  max-width: 1200px;
  margin: 20px auto;
}

.note-content61-2 p{
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 20px;
}

.signatory61-2{
  max-width: 1200px;
  height: 230px;
  margin: 10px auto;
  position: relative;
}

.editorial-board61-2{
  font-size: 22px;
  color: #00ABFF;
  text-align: right !important;
  padding-top: 50px;
  padding-right:20px ;
}


.signatory61-2 img{
  width: 220px;
  height: 81px;
  position: absolute;
  top:100;
  right:0;
}


/* monthly-61-3.html */
.monthly61-3-banner{
  margin-top: 32px;
  margin-bottom: 78px;
  width: 100%;
}
.monthly61-3-banner img{
  width: 100%;
}


.journal-directory61-3 {
    width: 100%;
    background-color: #FF6D6D;
    color: #fff;
    border-radius: 15px;
    margin-top: 15px;
    position: relative;
    padding: 0 50px;
}

.journal-directory61-3 a,
.thematic-department a,
.thematic-department-part2 a{
  font-size: 22px;
  line-height: 150%;
  color: #fff;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-decoration: none;
    border-bottom: 1px solid rgb(255 255 255 / 54%);
}
.journal-directory61-3 a.click-cursor:hover,
.thematic-department a.click-cursor:hover,
.thematic-department-part2 a.click-cursor:hover{
   color: #000;
   opacity: 1;
    border-bottom: 1px solid rgb(0 0 0 / 54%);
}

.topic-box61-3 {
  width: 100%;
  margin: auto;
  background-color: #EE2F2F;
  border-radius: 5px;
  font-size: 43px;
  text-align: center;
  border-top: 1px solid #D5F7F1;
  margin-top: 8px;
  padding: 18px;
}
.topic-box61-3.bb {
  background-color: #0073AE;  
}
.tdepartment_61-3-1{
  background-color: #FF7876;
}
.tdepartment_61-3-2{
  background-color: #1EB8FF;
}
.tdepartment_61-3-3{
  background-color: #FFBF43;
}

.tdepartment_61-3{
  /* width: 512px; */
  min-height: 495px;
  /*border:1px solid #999;*/
  border-radius: 10px;
  position: relative;
  padding: 0 52px 0 45px;
}
.tdepartment_61-3 h1{
  font-size: 40px;
  height: 80px;
  line-height: 50px;
  color: #fff;
  padding-top: 27px;
}

.hr1{
  border: 4px solid #FF5450;
  margin-top: 25px;
}
.hr2{
  border: 4px solid #0096E2;
  margin-top: 25px;
}
.hr3{
  border: 4px solid #E79A00;
  margin-top: 25px;
}

.department-text{
  margin: 20px 0;
}

.tdepartment a{
  font-size: 22px;
  color: #fff;
}

.tdepartment span{
  font-size: 22px;
  font-weight: 200;
  color: #fff;
  margin-left: 10px;

}

.department-text_61-3{
  margin: 20px 0;
}

.tdepartment_61-3 u{
  font-size: 22px;
  color: #fff;
}

.tdepartment_61-3 span{
  font-size: 22px;
  font-weight: 200;
  color: #fff;
  margin-left: 10px;

}

.thematic-department-61-3part2{
  margin-top: 32px;
  display:flex;
  justify-content: space-between;
}

.hr4{
  border:4px solid #A565FF;
  margin-top: 20px;
}
.hr5{
  border:4px solid #0474FF;
  margin-top: 20px;
}

.tdepartment61-3-p2{
  /* width: 512px; */
  min-height: 495px;
  border-radius: 15px;
  position: relative;

  padding: 0 37px 0 45px;
}

.tdepartment61-3-p2 h1{
  font-size: 40px;
  height: 80px;
  line-height: 50px;
  color: #fff;
  padding-top: 27px;
}

.department-text61-3p2{
  margin: 20px 0;
}

.department-text61-3p2 u{
  font-size: 22px;
  color: #fff;
}

.department-text61-3p2 span{
  font-size: 22px;
  font-weight: 200;
  color: #fff;
  margin-left: 10px;
}


.tdepartment_4{
  background-color: #BD93F6;
}
.tdepartment_5{
  background-color: #5295FE;
}
.tdepartment_6{
  background-color: #0BCFA0;
}
.tdepartment_6 hr.hr5{
      border: 4px solid #17BE96;  
}
.tdepartment-img04{
  position: absolute;
  top:13px;
  right: 37px;
}
.tdepartment-img05{
  position: absolute;
  top:23px;
  right: 37px;
}

.important-note61-3{
  max-width: 1620px;
  width: 100%;
  background-color: #F9F9F9;
  border-radius: 15px;
  margin: 20px auto 24px;

}

.important-note61-3 h1{
  font-size: 40px;
  color: #FF6D6A;
  text-align: center;
  line-height:48px;
  padding-top: 42px;
}

.note-content61-3{
  max-width: 1200px;
  margin: 20px auto;
}


.note-content61-3 p{
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 20px;
}

.signatory61-3{
  max-width: 1200px;
  height: 230px;
  margin: 10px auto;
  position: relative;
}
@media (max-width: 1300px) {
  .note-content61-3,   .note-content61-2,   .note-content{
    margin: 20px 30px;
  }
  .signatory61-3{
    margin: 10px 30px;
  }
}


.editorial-board61-3{
  font-size: 22px;
  color: #FF6D6A;
  text-align: right !important;
  padding-top: 50px;
  padding-right:20px ;
}


.signatory61-3 img{
  width: 220px;
  height: 81px;
  position: absolute;
  top:100;
  right:0;
}
@media (max-width: 800px) {
  .tdepartment_61-2, .tdepartment_61-3{
    padding: 0 20px 20px 20px;
  }
  .tdepartment61-2-p2, .tdepartment, .tdepartment-p2{
    padding: 0 20px 20px 20px;
  }
  .signatory61-3{
    text-align: center;
  }
  .editorial-board61-3{
    padding-right: 0px ;
    text-align: center !important;
  }
  .signatory61-3 img{
    position: relative;
    top: 0;
    right: 0;
    margin-top: 9px;
  }
}

.album-title{
  font-size: 34px;
  height: 41px;
  line-height: 41px;
  color:#F7AB00;
  margin: 63px 0 0 27px;
}
.album-group hr{
  border: 1px solid #CBCBCB;
  margin-left: 27px;
}

.album-list{
  width: calc(100% - 27px);
  margin: 24px 0 40px 27px;
  overflow: auto;

  
}
.album-list-over{
  display: flex;
  justify-content: flex-start;
  gap: 59px;
}

.album-list-over img{
  margin: 0;
}

.download-title{
  font-size: 34px;
  height: 41px;
  line-height: 41px;
  color:#F7AB00;
  margin: 63px 27px 0 27px;
}

.file-download hr{
  border: 1px solid #CBCBCB;
  margin-left: 27px;
    margin-right: 27px;
}

.file-download p{
  width: calc(100% - 27px);
  font-size: 18px;
  line-height: 28px;
  /*margin: 24px 0 25px 27px;*/
    
}
.file-download p.normal-18 {
    color: #9f7829;
    margin-bottom: 25px;
        padding-left: 27px;
}
.monthlyBtn-group{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #F6F6F6;
  border-radius: 10px;
  align-items: center;
  gap: 20px;
  margin-bottom:145px;
  padding: 30px 0;
  margin-left: 27px;
    margin-right: 27px;
}

.monthlyBtn-group a{
  text-decoration: none;
}

.monthly-btn1,
.monthly-btn2{
  display: flex;
  justify-content: center;
  width: 302px;
  /*height: 89px;*/
  color: #fff;
  background-color: #FFC950;
  border-radius: 15px;
  margin-left: 27px;
    padding: 20px;
}

.monthly-btn1 p,
.monthly-btn2 p{
  font-size: 20px;
  /*line-height: 40px;*/
    padding-right: 20px;
}

.monthlyBtn-group img{
  margin-right:40px;
}
















/* lessonplan.html */

.lessonplan-content{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));  
  gap: 44px;
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .lessonplan-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));  
    gap: 31px;
  }
}

.lessonplan-item {
    min-width: 350px;
    text-decoration: none;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
    border: 2px solid #ffffff;
}

.lessonplan-item:hover {
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0);
    border: 2px solid #ffb115;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transition: all .3s ease;
}
.lessonplan-item.click-cursor:hover{
   opacity: 1; 
}
.lessonplan-item img{
  /* margin: 13px; */
}

.lessonplan-item h2{
  font-size: 28px;
  line-height: 38px;
  margin: 17px 0 10px 13px;

  color: #000;
}
.lessonplan-item p{
  font-size: 18px;
  line-height: 26px;
  margin: 10px 13px 10px 13px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  color: #777777;
  /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
}

/* how.html */
.how-view {
  width: 100%;
}
.how-view .banner-content {
  max-width: 1620px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 200px;
}

.how-view .view-title {
  display: flex;
  flex-direction: row;
  flex: 1;
}

.view-title img{
  width: 20px;
  height: 20px;
  margin: 24px 24px 0 0 ;
  /* padding-top: 2px; */
}

.how-view .view-title-text {
  font-size: 55px;
  line-height: 77px;
}

.how-view .view-path {
  color: #949494;
  display: flex;
  font-size: 16px;
  letter-spacing: .5px;
  align-items: center;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

.how-view-area{
  width: 95%;
  max-width: 1620px;
  margin: auto;
}
.howView-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 37px;
}
.how-item-title{
  display: flex;
}

.how-item ul{
  margin-left: 15px;
  font-size: 23px;
  list-style: none;
  color: #4F4F4F;
  line-height: 43px;
}
.how-item li a{
  display: block;
  text-decoration: none;
  color: #4F4F4F;
}

.how-item a:hover {
  opacity: .8;
}

.how-item a:active {
  opacity: .6;
}

.how-item .how-s-title{
  font-size: 25px;
  line-height: 56px;
  color: #111111;
  display: block;
  text-decoration: none;
}
.how-item li a{
  font-size: 23px;
  line-height: 43px;
  color: #4F4F4F;
}
.how-item img{
  width: 4px;
  height: 14px;
  margin: 20px 10px 0 0;
}

.how-tiem-listgroup{
  display:flex;
}
@media (max-width: 1200px) {
 
.how-tiem-listgroup{
  flex-direction: column;
}
}
@media (max-width: 900px) {
 
  .howView-content {
    flex-direction: column;
  }
  .how-item ul{
   margin-bottom: 20px;
  }
}

.how-tiem-listgroup ul{
  margin-right: 50px;
}

/* qa-apple.html */

/* qa-content */
.qa-apple-area{
  margin-top: 10px;
}
.qa-apple-title{
  display: flex;
  justify-content: flex-start;
  align-content: center;
  margin-bottom: 40px;
}

.qa-apple-title p{
  font-size:40px;
  line-height: 37px;
    font-weight: 500;
}

.qa-apple-title img{
  width: 11px;
  height: 37px;
  margin: 0 24px 0 0;
}

.question-content{
  margin: 14px 0 57px 0;
}

.question-content p{
  font-size: 18px;
  line-height: 2rem
}

.optons-group{
  display: flex;
  margin: 24px 0;
}

.ans-options{
  display: flex;
  align-items: center;

}
.ans-options  input{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.ans-options img{
  width: 22px;
  height: 22px;
  margin: 0 5px;
}

.ans-btn{
  width: 236px;
  height: 44px;
  background-color: #00D3E0;
  border-radius: 10px;
  margin-bottom: 25px;
  margin-top: 55px;
}

.ans-btn a{
  display: block;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  
}

.qa-ansgroup{
  width: 100%;
  margin: auto;
  background-color: #F6F6F6;
  display: none;
}
#right{
  display: none;
}
#wrong{
  display: none;
}

.qa-apple-group{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  
}

.qa-apple-group img{
  margin: 12px 24px 20px 0px;
}

.qa-ansgroup{
  padding: 0 40px 42px;
    margin-bottom: 100px;
}

.qa-ansgroup h3{
  font-size: 25px;
  color: #FB5451;
  padding-top: 34px;
}

.qa-ansgroup p{
  font-size: 20px;
}

.weights{
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 7px;
}

/* qa.html */
.qa-search-select{
  max-width: 372px;
  background-color: #fff;
  /*margin: 37px 25px 37px 25px;*/
  width: 100%;
  height: 44px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.qa-search-select select{
  width: 100%;
  outline: none;
  background-color: transparent;
  font-size: 18px;
  border: none;
  color: #A5A5A5;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  outline: none;
  /*改變右邊箭頭樣式*/
  background: url("../images/qa-picdown.png") no-repeat right center transparent;
  background-position-x: 95%;
  background-size: 18px 9px;
  padding-right: 44px;
  padding-left: 20px;

}










.qa-area h1{
  font-size: 40px;
  line-height: 42px;
  margin-top: 10px;
  margin-bottom: 38px;
}

.qa-searchbox{
  width: 100%;
  /*height: 118px;*/
  background-color: #FFF1EC;
  display: flex;
  position: relative;
  margin-bottom: 30px;
    padding: 20px;
}


.qa-contnet-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));  
  gap: 42px 20px;
}
@media (max-width: 1000px) {
  .qa-contnet-group {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));  
    gap: 31px;
  }
}

.qa-item{
  display: block;
  text-decoration: none;
  min-width: 350px;
  background-color: #F6F6F6;
  border-radius: 10px;
  padding: 10px 13px 27px;
    border: 2px solid #F6F6F6;
}
.qa-item:hover{
 border: 2px solid #ffb115; 
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transition: all .3s ease;  
}
.qa-item.click-cursor:hover{
   opacity:1; 
}
.qa-contnet-group img{
  width: 100%;
  object-fit: cover;
  height: 276px;
  border-radius: 10px;
}

.qa-contnet-group h3{
  color: #000;
  font-size: 28px;
  line-height: 31px;
  padding-left: 22px;
  margin: 16px 0;
}

.qa-contnet-group p{
  font-size: 18px;
  /* line-height: 26px; */
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
  color: #777777;
  padding: 0 19px 0px 22px; 
}

/* scientcetair_1.html */
.sciencetair01-area h1{
  font-size: 40px;
  line-height: 42px;
  margin-top: 10px;
  margin-bottom: 38px;
}

.sciencetair01-searchbox{
  width: 100%;
  /*height: 118px;*/
  background-color: #FFF1EC;
  display: flex;
  position: relative;
    padding: 20px;
}

.sciencetair01-searchbox img{
  width: 15px;
  height: 8px;
  position: absolute;
  top: 54px;
  left: 360px;
}

.sciencetair01-searchbox select{
  /*margin-top: 37px;*/
  /*margin-left: 25px;*/
  width: 372px;
  height: 44px;
  border-radius: 40px;
  border: none;
  font-size: 18px;
  background: url("../images/qa-picdown.png") no-repeat right center transparent;
  background-position-x: 95%;
  background-size: 18px 9px;
  padding-right: 44px;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  outline: none;
  background-color: #fff;
  color: #666666;
  padding-left: 20px;
}

.sciencetair01-searchbox input::placeholder{
  padding-left: 25px;
}

.scientcetair01-item{
  display: block;
  width: 100%;
  margin: 0 auto 30px;
  border-radius: 10px;
  box-shadow: 1px 3px 10px rgba(0,0,0,.2);
  text-decoration: none;
    background: #ffffff;
}
.scientcetair01-item:hover{
    box-shadow: 1px 3px 10px rgba(0,0,0,0);
        background: #ffaf06;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.scientcetair01-item:hover .scient-item-title{
    color: #ffffff;
    text-decoration: none;
}
.scientcetair01-item:first-child{
  margin-top: 30px;
}

.scientcetair01-item .scient-item-title{
  font-size: 29px;
  line-height: 150%;
  padding: 35px 53px 13px 53px;
  color:#FFB31B;
  text-decoration: underline;
    font-weight: 500;
}

.scientcetair01-item p{
  font-size: 18px;
  line-height: 28px;
  padding: 0 53px 35px 53px;
  text-align: justify;
  color: #000;
}
@media (max-width: 900px) {
  .scientcetair01-item .scient-item-title{
    font-size: 24px !important;
    line-height: 26px;
    padding: 28px 15px 12px 15px;
  }
  .scientcetair01-item p{
    font-size: 18px;
    padding: 0 15px 23px 15px;
    text-align: justify;
    color: #000;
  }
}

/* resource-1.html */
.resource01-view{
  width: 95%;
  max-width: 1620px;
  margin: 0 auto;

}

.resource01-group{
  display: flex;
  margin-top: 89px;
}

.resource01-group .btn{
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: #ECECEC;
  border-radius: 30px;
  padding-left: 30px;
}
.resource01-group .btn1{
  width: 203px;
  height: 62px;
  margin-right: 5px;
}
.resource01-group .btn2{
  width: 355px;
  height: 62px;
}

.resource01-group .btn input{
  font-size: 20px;
  width: 117px;
  height: 28px;
}

.resource01-group .btn input:focus{
  outline:1px solid #0084EB;
}
.resource01-group-btn2::placeholder{
  color:#FFB115;
}

.resource01-group .search-iconc{
  width: 21px;
  height: 12px;
}
.resource01-group .search-icond{
  width: 24px;
  height: 24px;
  margin-right: 27px;
}
.resource01-group input{
  border:none;
  background-color: #ECECEC;
}
.search-icon-top{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
}
.search-icon-top img{
  width: 22px;
}

/*table{
border:none;
border-spacing:0px;
border-collapse:collapse;
}

table:last-child{
  margin-bottom: 167px;
}
tbody {
  border:none;
}

th{
  text-align: left;
  border-bottom:1px solid #9E9E9E;
  font-size: 20px;
  font-weight: 400;
  color: #AEAEAE;
  padding: 10px 0;
}

tr{
  font-size: 20px;
  vertical-align: middle;
}

tr:nth-child(even){
  background-color: #FFFAEE;
}

td{
  border-bottom: 1px solid #9E9E9E;
  height: 103px;
  vertical-align: middle;
  padding: 22.5px 0;
}

td:nth-child(1){
  padding-right: 10px;
  color: #FFB113;
  padding-left: 20px;
  line-height: 22px;
  text-decoration: underline;
}
th:nth-child(1){
  padding-left: 20px;
}*/

.resource01-content-group h1{
  font-size: 30px;
  line-height: 36px;
  margin: 85px 0px 37px 40px ;
  color: #e3960b;
}
@media (max-width: 1024px) {
    .resource01-content-group h1{
        margin: 85px 0px 37px 0px ;
    }
}

/* 頁尾導覽列共用樣式 */
.page-pagination{
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  margin-top: 30px;
}
.page-pagination .page_num{
  display: flex;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid transparent;
  align-items:center;
  justify-content: center;
  margin: 0 3.5px;
  
}
.page-pagination .page_num a{
  text-decoration: none;
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 400;
}

.page-pagination .page_num.active{
  border: 2px solid #4A4A4A !important;
}
.page-pagination .dots{
  width: 33px;
  color: #E9E9E9;
  margin: 0 3.5px;
}
.page-pagination .dots img{
  width: 100%;
}
.page_prev{
  margin: 0 30px;
}
.page_next{
  margin: 0 30px;
}

.page-pagination div a{
  display: block;
}
.page-pagination img{
  margin: 0;
  width: 9.77px;
}


@media (max-width: 700px) {
  .page-pagination .page_num{
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid transparent;
    align-items:center;
    justify-content: center;
    margin: 0 3.5px;
  }
  .page-pagination .page_num a{
    text-decoration: none;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 400;
  }
}

/* 按鈕點擊樣式 */
.click-cursor {
  cursor: pointer;
}

.click-cursor:hover {
  opacity: .8;
}

.click-cursor:active {
  opacity: .6;
}

/* qa-sidebar 共同樣式 */
.qa-search-group{
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 24px;
}
.qa-search-group .search-select{
  height: 39px;
  width: 100%;
}
.qa-search-group .search-input{
  height: 39px;
  width: 100%;
}
.qa-search-group .search-select select{
  font-size: 18px;
  margin-left: 35px;
  width: calc(100% - 35px);
  padding-right: 0;
  background-position-x: 93%;

}
.qa-search-group .btn{
  width: 218px;
  height: 39px;
  background-color: #ECECEC;
  border-radius: 20px;
  margin-bottom: 7px;
  display: flex;
}

.qa-search-group input{
  height: 39px;
  background-color: #ECECEC;
  border: none;
  font-size: 18px !important;
  width: calc( 100% - 80px);
}
.qa-search-group img{
  width: 17px;
  margin-right: 10px;
}

.qa-sibebar-title{
  margin: 23px 13px 13px;
  font-size: 22px;
    font-weight: 500;
}

.qa-sidebar-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 26px;
  background-color: #FFFAEE;
  border-top: 1px solid #E9E9E9;
  text-decoration: none;
  color: #3D3D3D;
    font-weight: 500;
}


.qa-sidebar-title p{
  font-size: 18px;
  line-height: 22px;
  color: #3D3D3D;
  padding: 12px 13px;
}
.qa-sidebar-item.active .qa-sidebar-title p{
  color: #FF9B14;
}
.session-query{
  display: none;
  padding-bottom: 4px;
}
.qa-sidebar-item.active .session-query{
  display: block;
}

.side-up{
  display: block;
}
.side-down{
  display: none;
}
.qa-sidebar-item.active .side-up{
  display: none;
}
.qa-sidebar-item.active .side-down{
  display: block;
}
.qa-sidebar-title img{
  width: 15px;
  height: 7px;
  vertical-align: middle;
  margin: 0 12px 0 0;
}


.main-sidebar a{
  text-decoration: none;
  color: #000;
}

/* sciencefair 共用樣式 */
.sciencefair-main-sidebar {
  box-shadow: 0 3px 14px rgba(0, 0, 0, .1);
  /*width: 234px;
  max-width: 234px;*/
    width: 295px;
  max-width: 295px;
  padding: 10px 9.5px 16px 9.5px;
  border-radius: 0 15px 15px 0;
  position: relative;
  bottom: 24px;
  flex-grow: 1;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .sciencefair-main-sidebar {
    box-shadow: 0 3px 14px rgba(0, 0, 0, .1);
    max-width: 1000px;
    width: 100%;
    padding: 10px;
    border-radius: 0 15px 15px 0;
    position: relative;
    bottom: 0;
    margin-top: 20px;
    flex-grow: 1;
    background-color: #fff;
      margin-bottom: 30px;
  }
  .qa-search-group .search-select{
    height: 50px;
    width: 100%;
  }
  .qa-search-group .search-input{
    height: 50px;
    width: 100%;
  }
  .qa-search-group .search-select select{
    font-size: 18px;
    margin-left: 35px;
    width: calc(100% - 35px);
    padding-right: 0;
    background-position-x: 97%;
  }
    .qa-sibebar-title{
        margin: 0px 13px 0px;
    }
    .sciencetair01-area h1{
          margin-bottom: 20px;  
    }
    .sciencetair01-searchbox{
        padding: 10px 20px;
    }
    .sciencetair01-searchbox select{
           height: 30px; 
            width: 100%;
    }
    .scientcetair01-item{
           margin: 0 auto 20px; 
    }
    .scientcetair01-item:first-child{
        margin-top: 20px;
    }
}
.session-query{
  background-color: #FFFAEE;
  /* padding: 10px 0; */
}

.session-query li{
  margin-left: 0px;
  list-style:disc inside;
  background-color: #FFFAEE;
  color: #9E9E9E;
  list-style-type: none;
  font-size: 16px;
}
.session-query li a{
  color: #a16a42;
  text-decoration: none;
  padding: 7px 12px 8px;
  display: block;
}

.session-query li a.active{
  background-color: #FFE9B9;
}
.session-query li a:hover{
  background-color: #FFE9B9;
}


.search-select{
  background-color: #ECECEC;
  margin-right: 5px;
  width: 203px;
  height: 62px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.search-select select{
  width: calc(100% - 40px);
  padding: 0;
  outline: none;
  background-color: transparent;
  font-size: 20px;
  border: none;
  color: #A5A5A5;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  outline: none;
  /*改變右邊箭頭樣式*/
  background: url("../images/search-iconc.png") no-repeat right center transparent;
  background-position-x: 100%;
  background-size: 18px 9px;
  
}
.search-input{
  background-color: #ECECEC;
  border-radius: 30px;
  width: 355px;
  height: 62px;
  display: flex;
  align-items: center;
}
.search-input input{
  flex: 1;
  color: #FFB114;
  padding: 17px 35px;
  font-size: 20px;
  line-height: 24px;
  background-color: transparent;
  outline: none;
}

/* monthly_61 尾部共同樣式 */
.about-publication{
  /* height: 351px; */
  background-color: #00CAA4;
  margin-top: 37px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 10px;
      padding: 0 50px 52px 50px;

}

.about-publication h1{
  display: block;
  font-size: 40px;
  text-align: center;
  padding: 26px;
}
.about-publication62-2{
  height: 351px;
  background-color: #00A8FF;
  margin-top: 37px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 10px;
        padding: 0 50px 52px 50px;
}

.about-publication62-2 h1{
  display: block;
  font-size: 40px;
  text-align: center;
  padding: 26px;
}
.about-publication62-3{
  background-color: #FF6D6D;
  margin-top: 37px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 10px;
    padding:0 50px 52px 50px;
}
@media (max-width: 768px) {
    .about-publication62-3{
      padding:0 20px 22px 20px;  
    }
    .about-publication62-2{
      padding:0 20px 22px 20px;
        height: auto;
    }
    .about-publication{
        padding: 0 20px 22px 20px;
    }
}
.about-publication62-3 h1{
  display: block;
  font-size: 40px;
  text-align: center;
  padding: 26px;
}

.editorial-board{
  margin-left: 27px;
}

.publisher{
  display: flex;
  gap: 8px 0;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 27px;

}
.publisher p{
  font-size: 18px;
  line-height: 22px;
  font-weight: 200;
  margin: 0 34px  0 27px;
}

.editorial-board-p1,
.editorial-board-p2{
  display: flex;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.editorial-board-p1 h3,
.editorial-board-p2 h3{
  font-weight: 500;
  margin: 0 8px;
}
.editorial-board-p1 span,
.editorial-board-p2 span{
  font-weight: 200;
  margin-left: 15px;
}

.editorial-board-p1 p:first-child{
  font-weight: 200;
  min-width: 112px;
  margin: 0 !important;

}

.editorial-board-p2 h3:first-child{
  font-weight: 500;
  margin-right: 8px !important;
  text-indent:100px;
}  

.editorial-board-p1 p,
.editorial-board-p2 p{
  margin: 0 10px;
}
.editorial-board-p1{
  display: flex;
  align-items: flex-start;
}
.p1-content{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 0;
}

.other-info{
  display: flex;
  align-items: center;
  gap: 8px 0;
  flex-wrap: wrap;
  margin: 27px 0 0 27px;
}

.other-info p{
  font-size: 18px;
  font-weight: 200;
  margin-right: 34px;
}
.how-main-view{
  min-height: 70vh;
}
@media (max-width: 600px) {
  .editorial-board-p1{
    display: flex;
    flex-direction: column;
  }
  .p1-content{
    margin-top: 8px;
  }
  .editorial-board-p1 h3{
    margin-left: 0;
  }
}