.main-banner {
  background: url(../assets/images/banner-0.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 812px;
  width: 100%;
}

.main-banner1 {
  background-image: url(../assets/images/banner-1.jpg);
}

.main-banner2 {
  background-image: url(../assets/images/banner-2.jpg);
}

.main-banner3 {
  background-image: url(../assets/images/banner-3.jpg);
}

.main-banner4 {
  background-image: url(../assets/images/banner-4.jpg);
}

.main-banner5 {
  background-image: url(../assets/images/banner-5.jpg);
}

.main-banner6 {
  background-image: url(../assets/images/banner-6.jpg);
}



.section1-bg {
  background-color: #f8fafb;
  padding: 30px 0;
}


.block {
  background-color: #0082BE;
  padding: 20px;
  height: 120px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}

.block h3 {
  color: white;
  font-size: 40px;
}

.block-bg-1 {
  background-image: url(../assets/images/NumLoadBg01.svg);
  background-repeat: no-repeat;
  background-position: -50px 50%;
  background-size: 70%;
}

.block-bg-2 {
  background-image: url(../assets/images/NumLoadBg02.svg);
  background-repeat: no-repeat;
  background-position: right -20px bottom -10px;
  background-size: 50%;
}

.block-bg-3 {
  background-image: url(../assets/images/NumLoadBg03.svg);
  background-repeat: no-repeat;
  background-position: right -50% top 3px;
  background-size: 60%;

}

.block-bg-4 {
  background-image: url(../assets/images/NumLoadBg04.svg);
  background-repeat: no-repeat;
  background-position: left 0px bottom 0px;
  background-size: 60%;
}

.medium-fz {
  font-size: 20px;
}




.read-news-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #0082BE;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009E9D;

}

.read-news-btn:hover {
  border: 1px solid #0cc2c8;
  background-color: #0cc2c8;
}



.btnType {
  background-color: #0082BE;
  color: white;
  border-radius: 40px;
  margin-left: 5px;
  padding: 16px 28px;
  border: none;
}

.nav-link {
  color: #393839;
}

.nav-link.active {
  border: none !important;
  /* border-bottom: 2px solid #0082BE !important; */
  color: #000 !important;
}

.nav-link.active .btn-baseline {
  display: block;
}

.newsSectionBG {
  background: url(../assets/images/Information.svg) no-repeat;
  background-size: 50%;
  background-position: left 0px bottom 0px;
  margin-bottom: 50px;
}

.badgeCss {
  color: white;
  background-color: #009E9D;
  border-radius: 15px;
  margin-left: 5px;
}

.newsTabSection {
  border-radius: 25px;
  background-color: transparent;
  min-height: 730px;
}

.newsBlock {
  background-color: transparent;
  padding: 0px 10px;
  display: flex;
}

.newsBlock p {
  margin-bottom: 0.6rem;
}

.ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ellipsis-twoline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-limit-height {
  max-height: 3.6em;
  /* 設定最大高度 */
  line-height: 1.2em;
  /* 設定行高 */
}

.mapSectionBg {
  background-color: #EBF8F8;
  border-radius: 80px;
  padding-top: 40px;
  background: #F8FAFB url(../assets/images/MapBg.svg) no-repeat;
  background-size: 110%;
  background-position: left -100px top -50px;
  /* background-size: 50%; */
  /* background-position: right 0px bottom 0px; */
}

.mapTabSection {
  border-radius: 25px;
  /* background-color: #ffffff; */
  min-height: 80%;
}

.nav-tabs {
  border-bottom: 6px solid #D9EAF3;
}

.nav-tabs .nav-link:hover {
  color: #0082BE !important;
}

.mapTabSection .nav-link.active {
  border: none !important;
  border-bottom: 2px solid #0082BE !important;
  color: #000 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

.resource-map-select {
  width: 240px;
}

.resource-map-select select {
  padding: 16px 24px;
}

.c {
  margin-left: 52px;
}


.resource-map-block {
  /* width: 100%; */
  min-height: 100px;
  background-color: #dcf3ff;
  color: #0e7db1;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resource-map-block.dark-block {
  padding-left: 28px;
  background-color: #0A93D2;
  color: white;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  text-align: start;
}


/* #mapCheck:hover {
  background: url(../assets/images/MapMainPin.svg) no-repeat;

  background-position: center;
  background-size: contain;
  height: 650px;
} */

.map-tab-content-height {
  min-height: 70vh;
}

.map-company-infotable {
  width: 100%;
  border-radius: 30px;
  background-color: #fff;
}

.map-title {
  font-size: 18px;
  padding: 10px 0;
  border-radius: 30px 30px 0 0;
  color: #fff;
  background-color: #386D79;
  ;
}

.map-company-column {

  padding: 12px 25px;
}

.img-border-radius {
  border-radius: 12px;
  height: 200px;
}

.rounded-circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #009E9D;
  background-image: url(../assets/images/CarretRight.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.card-shadow {
  box-shadow: 0px 4px 24px rgba(195, 195, 195, 0.16);
  border-radius: 20px;
}


.card-shadow:hover .card-body,
.card-shadow:hover .card-title {
  color: #03B1B6 !important;
}

.card-shadow:hover .rounded-circle {
  background-color: #03B1B6;
}

.policy-section-margin-top {
  margin-top: 100px;
}

.policy-section-card {
  cursor: pointer;
  max-width: 400px;
}

.policy-section-card .colorText-green {
  opacity: 0;
  font-weight: 700;
}


.hoverGreen {
  font-size: 20px;
}

.policy-section-card:hover .hoverGreen {
  color: #009E9D;
  font-weight: 700;

}

.policy-section-card:hover .colorText-green {
  opacity: 1;
}

.policy-donut-tip {
  position: absolute;
  bottom: 0;
  left: 0px;
  text-align: start;
  font-size: 12px;
}

.topicSectionBg {
  background-color: #F8FAFB;
  border-radius: 80px;
  background-size: 115%;
  background-image: url(../assets/images/BgCycleArrowAll.svg);
  background-repeat: no-repeat;
  background-position: center;

}

.topic-title {
  margin-top: 10vh;
}

.topic-block {
  border: 1px solid #EAEAEA;
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #ffffff;
  font-size: 18px;
}


.topic-font-color a {
  color: #222;
  font-weight: 300;
}

.letter-spacing {
  letter-spacing: 2px;

}


.exploration-section {
  background: linear-gradient(93.25deg, #0082BE 2.08%, #009E9D 103.85%);
  padding: 20px 33px 32px 40px;
  border-radius: 40px;
  height: 320px;
}

.exploration-title {
  font-size: 120px;
}

.exploration-block {
  height: 365px;
  /* overflow: hidden; */
}

.exploration-block .cursor-pointer:hover {
  font-weight: bold;
}

.exploration-block1 {
  background: url(../assets/images/Video.png) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
}

#carouselExampleIndicators1 .carousel-item {
  position: relative;
}

.linear-block {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 83.39%, rgba(0, 0, 0, 0.2) 91.4%);
  top: 0;
  left: 0;
  z-index: 1;
}

.exploration_carousel_1 {
  background-image: url(../assets/images/exploration_carousel_1.png);
  background-size: cover;
  background-position: right 0px bottom 0px;

}

.exploration_carousel_2 {
  background-image: url(../assets/images/exploration_carousel_2.jpg);
  background-size: cover;
  background-position: right 0px bottom 0px;

}

.exploration_carousel_3 {
  background-image: url(../assets/images/exploration_carousel_3.jpg);
  background-size: cover;
  background-position: right 0px bottom 0px;

}



.search-badge {
  background-color: #2DA4B5;
  padding: 8px 20px 8px 20px;
  border-radius: 20px;
  color: white;
  font-size: 14px;
  margin-bottom: 3px;
  margin-top: 10px;
}

.search-circle {
  min-width: 55px !important;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #0082BE;
  color: #0082BE;
}

.reverse {
  transform: rotate(180deg);
}

.search-pic {
  filter: drop-shadow(0px 4px 24px rgba(195, 195, 195, 0.16));
  min-width: 200px;
}


.search-margin {
  margin-top: 60px;
  margin-bottom: 80px;
}


.small-carousel {
  width: 100%;
  height: 365px;
}

#carouselExampleIndicators1 {
  border-radius: 24px;
}

.card-content {
  font-size: 20px;
}

.btn-baseline {
  display: none;
  position: absolute;
  width: 100%;
  bottom: -6px;
  height: 8px;
  transform: translate(0 50%);
  background-color: #0082BE;
  left: 0;
  border-radius: 10px;
  z-index: 5;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent;
}

.nav-tabs .nav-link {
  transition: 0s;
}

.resource-map-title-margin {
  margin-left: 52px;
}

.align-content {
  align-content: center;
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .block h3 {
    font-size: 32px;
  }

  .title-font {
    font-size: 72px;
  }

  .policy-section-card {
    padding: 0 20px;
  }

  .policy-donut-tip {
    left: -20px;
    bottom: -13px;
  }
}

@media screen and (min-width:768px) and (max-width:992px) {
  body {
    font-size: 14px;
  }

  .block {
    padding: 12px;
    height: 100px;
  }

  .block h3 {
    font-size: 28px;
  }

  .main-banner {
    height: 320px;
  }


  .resource-map-title-margin {
    margin-left: 24px;
  }

  .resource-map-select {
    width: 200px;
  }

  .mapSectionBg {
    border-radius: 0;
  }



  .topic-block {
    height: 100px;
  }

  .topic-block img {
    width: 32px;
  }

  .topicSectionBg {
    border-radius: 0;
    background-size: 140%;
    min-height: fit-content !important;
    padding-bottom: 30px;
  }

  .exploration-title {
    font-size: 60px;
  }

  .title-font {
    letter-spacing: 2px;
  }

  .exploration-block {
    height: 185px;
  }

  .search-pic {
    filter: drop-shadow(0px 2px 6px rgba(195, 195, 195, 0.16));
  }

  .newsTabSection {
    min-height: 400px;
  }

  .newsSectionBG {
    margin-bottom: 24px;
  }
}

@media screen and (max-width:768px) {
  body {
    font-size: 14px;
  }

  .main-banner {
    height: 220px;

  }

  .block {
    height: 80px;
    margin-bottom: 20px;
  }

  .block h3 {
    font-size: 24px;
  }

  .newsTabSection {
    min-height: auto
  }

  .mapSectionBg {
    display: none;
  }


  #scrollblock,
  #scrollTopicBlock {
    scroll-behavior: smooth;
  }

  .policy-mobile-block {
    box-shadow: 0px 4px 24px 0px #C3C3C329;
    width: 100%;
    height: 100px;
    border: 1px solid #F4F4F4;
    padding: 12px 16px 12px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;

  }

  .policy-mobile-block-pic {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;

  }

  .policy-mobile-block-pic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
  }

  .policy-mobile-block-pic-num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: white;
    z-index: 10;
  }

  .policy-section-margin-top {
    margin-top: 50px;
  }

  .scroll-buttons button {
    border: 1px solid #0082BE;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    position: relative;
  }

  .scroll-buttons button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .scroll-buttons button img.reverse {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .topicSectionBg {
    border-radius: 0;
    background-size: 140%;
    min-height: fit-content !important;
    padding-bottom: 30px;
  }

  .topic-block img {
    width: 32px;
  }

  .topic-block {
    height: 100px;
    font-size: 16px;
  }

  .exploration-title {
    font-size: 70px;
  }

  .exploration-block {
    height: 200px;
  }

  .exploration-block-mobile-autoHeight {
    height: auto;
    margin-bottom: 16px;
  }

  .search-margin {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .search-pic {
    filter: drop-shadow(0px 2px 5px rgba(195, 195, 195, 0.16));
  }

  .newsSectionBG {
    margin-bottom: 24px;
  }
}