@charset "utf-8";
/* CSS Document */

/*---上方圖片--*/
	
.img-focus {
  width: 100%;
  aspect-ratio: 1920 / 130;
  background-image: url(../pic/focus/banner_focus.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 平板尺寸 */
@media (max-width: 768px) {
  .img-focus {
    background-image: url(../pic/focus/banner_focus_768.png);
    aspect-ratio: 768 / 52;
  }
}




/*---減重文章表頭---*/

.title_fous_purple {
	color: #fff;
	font-size: 1.2em;
	border-radius: 10px;
	display: inline-block;
	background: #A10082;
	padding: 5px 20px;
		
	}

.title_fous_purple_02 {
	color: #8564A9;
	font-size: 1.2em;
	display: inline-block;
	padding: 5px 0 5px 10px;
		
	}


.line_purple{
	border: 1px solid #9D77B2;
	margin: 10px auto;
	
}



/*-------減重文章列表_設定_start-_需在此位置_讓網頁先讀_不跑位--------*/

.news_focus {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 1em;
}

.news_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 10px 0;
  color: #595757;
}

.news_row:hover {
  background-color: #EFEFEF;
  color: #884798;
}

/* 標題樣式 */

.fous_title {
  font-size: 1em;
  flex: 1;
  padding-right: 1em;
}

/* 日期樣式 */
.fous_date {
  font-size: 1em;
  flex: 0 0 20%;
  text-align: right;
}



/*---內文標題樣式---*/


.article_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}



.article_title {
  font-size: 1.5em;
  color:#9E4093;
  flex: 1;
  padding-right: 1em;
}

/* 日期樣式 */
.article_date {
  font-size: 1em;
  color:#9E4093;
  flex: 0 0 20%;
  text-align: right;
}


@media (max-width: 768px) {
  .news_row {
    flex-direction: column;
    align-items: flex-start;
  }

  .fous_date {
    width: 100%;
    text-align: left;
    font-size: 18px;
    padding-top: 0.3em;
  }

  .fous_title {
    width: 100%;
    font-size: 18px;
  }
}


@media (max-width: 768px) {
  .article_row {
    flex-direction: column;
    align-items: flex-start;
  }

    .article_title {
    width: 100%;
	display: block;
  }
	
  .article_date {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 0.5em;
  }
}


/*---內文--*/
	
.article_Content h4 {
  color:#9A85BD; 
}

.article_Content p {
  color:#595757;
  line-height: 2;
  font-size: 1em;
}


@media (max-width: 768px) {
  .article_Content p {
    font-size: 18px;
}
}


/*--文章內容_start--css放在這個位置_--*/


/*-------減重文章列表_設定_end---------*/





/*-------頁碼_start---------*/

.page{
	color: #A66AAA;
	font-size: 1.5em;
	line-height: 1.5;
	text-decoration-line: none;
	height: auto;
	background: #EFEFEF;
	text-align: center;
	margin: 50px auto;
	
}


/* 平板尺寸 */
@media (max-width: 768px) {
 .page{
	color: #A66AAA;
	font-size: 20px;
	line-height: 1.2;
	text-decoration-line: none;
	height: auto;
	background: #EFEFEF;
	text-align: center;
	margin: 50px auto;
	padding: 0 30px;
	
}
}



.page_number{
    color: #A66AAA;
	text-decoration-line: none;
	border-radius: 10px;
	transition: background-color 0.3s;
	padding: 0 15px;		
}

.page_number:hover{
   	color: #fff;
/*	font-size: 1em;*/
	background: #A66AAA;	
}

.page_arrow{
	color: #A66AAA;
	font-size: 1em;	
	line-height: 1.5;
	text-decoration-line: none;
    transition: background-color 0.3s;
	
}

.page_arrow:hover{
	color: #854FAA;
	/*font-size: 1em;	*/
}

/*-------頁碼_end---------*/


/*---以下是漸層區塊設定---*/
.list_space_shadow{
	background-image: url(../pic/focus/list_bg_grey.png);
	/*box-shadow: inset 0 -10px 30px #dddddd; */
	height: 30px; 
	display: block;
	
}


/*-------新聞vs公告_設定_end---------*/


/*--搜尋列--*/
.custom_wrap {
  max-width: 85%;
  margin: 3px auto;
  height:50px;
}
.search {
  position: relative;
  width: 220px;
  float: right;
  margin: 10px 0;
}
.search-bar {
  width: 100%;
  height: 32px;
  font-size: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.search-btn {
  width: 80px;
  height: 32px;
  background-color: #9FA0A0;
  color: #fff;
  outline: none;
  border: 1px solid #9FA0A0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}




/*--健康新知各項項目按鈕-start--*/


.link_content {
  color: #AC78B2;
  font-size: 1.2em;
  text-align: center;
  width: 100%;
  padding: 20px 0 0 0;
  display: flex;
  justify-content: center;
}



/* 平板尺寸 */
@media (max-width: 768px) {
  .link_content {
  color: #AC78B2;
  font-size: 18px;
  padding: 10px 0 0 0;
}
}
	

.link_group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
}

.link_item_focus {
  color: #AC78B2;
  font-size: 1em;
  text-decoration: none;
  padding: 5px 12px;
  position: relative;
  border-left: 1px solid #AC78B2;
  margin: 0;
/*  line-height: 2.2;*/
  display: inline-block;
  border-radius: 10px;
  transition: background-color 0.3s, color 0.3s;
}

/* 平板尺寸 */
@media (max-width: 768px) {
 .link_item_focus {
  color: #AC78B2;
  font-size: 18px;
  text-decoration: none;
  padding: 3px 10px;
  position: relative;
  border-left: 1px solid #AC78B2;
  margin: 0;
  display: inline-block;
  border-radius: 10px;
  transition: background-color 0.3s, color 0.3s;
}
}


.link_item_focus:first-child {
  border-left: none;
}

.link_item_focus:hover {
  color: #fff;
  background: #9D4F9B;
/*  border-radius: 10px;*/
	
}

/* Focus Dropdown 容器 */
.focus-dropdown {
  position: relative;
  display: inline-block;
  border-left: 1px solid #AC78B2;
  padding: 0 0 0 10px;
}

/* Focus Dropdown 容器 */
.focus-dropdown_end {
  position: relative;
  display: inline-block;
  border-left: 1px solid #AC78B2;
	border-right: 1px solid #AC78B2;
  padding: 0 10px;
}



/* Dropdown 選單 */
.focus-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  min-width: 150px;
  z-index: 999;
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;
}

.focus-dropdown .dropdown-menu li a {
  font-size: 1.2em;
  display: block;
  padding: 10px 15px;
  color: #9B68A9;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.focus-dropdown .dropdown-menu li a:hover {
  background-color: #9B68A9;
  color: #fff;
}

.focus-dropdown:hover .dropdown-menu {
  display: block;
}

/* 平板尺寸 */
@media (max-width: 768px) {
 .focus-dropdown .dropdown-menu li a {
  font-size: 18px;
  display: block;
  padding: 8px 13px;
  color: #9B68A9;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
}





/* 響應式調整 */
@media (max-width: 768px) {
  .link_group {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

	
/*--健康新知各項項目按鈕-end--*/
















