




.right_contentBg{
    display: flex;
    flex-direction: column;
    row-gap: clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */
}


/* .share_bg{
  padding-bottom: 0;
} */



/*/////////////////////////////////////////////////////////*/
/*-------網站導覽--------*/
/*/////////////////////////////////////////////////////////*/

.sitemapArea {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: 500;

  column-gap: 0.7813vw; /*15*/
  row-gap:clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */
}

.sitemap {
  margin-bottom: 20px;


  width: calc((100% / 2) - (1 * 0.7813vw / 2)); /* 3欄平均寬度，扣除間距 */
}

/* .sitemap:first-of-type{
		width: 100%;
	}                */
.sitemapTit {
  color: var(--third_color);
  font-weight: 600;
  font-size: 1.0625em;
  padding: 0px 0 15px;
}
.sitemapTit a {
  color: var(--third_color);
  text-decoration: none;
  font-weight: inherit;
}

.sitemaplist {
  color: var(--third_color);
  font-weight: inherit;
  font-size: 1em;
  padding: 0px 0 15px;
}
.sitemaplist a {
  color: var(--dark_color_sec);
  text-decoration: none;
  font-weight: inherit;
}

.sitemapBottom {
  padding: 0px 0 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}

.sitemapList {
  float: left;
  width: 20%;
  box-sizing: border-box;
  /* margin-right:30px; */
  padding: 0px 5px 10px;
}
.sitemapList a {
  color: #424242;
  font-size: 0.9375em;
  display: block;
  text-decoration: none;
}
.sitemapList a:hover {
  opacity: 0.5;
}

@media (max-width: 990px) {
  .sitemapArea {
    display: flex;
    flex-wrap: unset;
    justify-content: unset;
    margin: 15px 0px 0;
    flex-direction: column;
  }
  .sitemap {
    /* border-bottom: 0.0625em #b5b5b5 dashed;
		margin-bottom: 20px; */
    width: 100%;
    padding: 0 0px;
  }
  /* .sitemap:first-of-type{
		width: 100%;
	}  */
}

@media (max-width: 768px) {
  .sitemapList {
    width: 33.3%;
  }
}

@media (max-width: 510px) {
  .sitemapList {
    width: 50%;
  }
}

@media (max-width: 320px) {
  /* .sitemapList{
		float:none;
		width: 100%;
	}	 */
}
