/*default*/

* {
	box-sizing: border-box;
	/*border: 0;*/
}

body {
	background-color: #f7f7f7;
	color: #333;
	font-family: 'Noto Sans TC', sans-serif, /*Microsoft YaHei, */"Microsoft JhengHei", Arial, Helvetica;
	font-size: 14px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	position: relative;
}

#wrapper {
	background: #FFFFFF;
	/*border-left: 1px solid #c0789c;
	border-right: 1px solid #c0789c;*/
	margin: 0 auto;
	max-width: 880px;
	width: 100%;
	box-shadow: 0px 3px 10px #b3b3b3;
	position: relative;
	overflow: hidden;
}

#content {
	margin: 0 auto;
	padding: 0 40px;
	width: 100%;
	max-width: 900px;
	text-align: left;
	overflow: hidden;
	/*border: 40px solid transparent;*/
	display: flex;
	position: relative;
}

#top {
	width: 100%;
	margin-bottom: 1rem;
}

#left {
	margin-bottom: 2rem;
	width: 80%;
}

#right {
	margin-left: 1rem;
  margin-bottom: 2rem;
	padding-left: 1rem;
	background-color: #fff;
	border-left: 1px dotted #ddd;
  /*padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 5px #e8e8e8;*/
}

#middle {
	width: 100%;
	margin-bottom: 5rem;
}

#disgrid {
	display: grid;
	column-gap: 40px;
	grid-template-columns: auto auto;
	-webkit-box-pack: center;
	
}

#footer {
	height: auto;
	text-align: center;
	border-top: 1px solid #e6e6e6;
	padding: 1rem 0;
	clear: both;
}

#wrapper.inner_page .flexslider {
	margin: 30px 60px 20px
}

.index #left h2, .index #right h2 {
	margin-top: 0;
}

.index #content {
	margin-top: 1.6rem;
}

.inner_page #content {
	padding: 0 60px;
}

p {
	line-height: 1.8em;
	margin: 0;
	padding: 0 0 5px;
	text-align: justify;
	letter-spacing: 0.6px;
}
	
.dl_bottom {
	border-bottom: 0px solid #FFF;
}

a, a:link {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #58064d;
	text-decoration: underline;
}

h2 {
	margin-bottom: 1rem;
	font-size: 1.2rem;
	color: #382d3a;
}

h3 {
	color: #796a77;
	margin-bottom: .7rem;
	font-size: 1.1rem;
}

.indent {
	text-indent: 20px
}

.bar {
	position: relative;
  border-bottom: dotted 1px #cacaca;
  display: block;
	margin: 0.3rem 0;
}

.bar:before {
	content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #4670bb;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}

.pur-t {
	color: #58064d;
}

#wrapper .no-focus:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	#content {
		display: block;
	}
	
	#left {
		width: 100%;
	}
	
	#right {
		width: 100%;
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
	}
	
	#footer {
		padding: 1.5rem;
		height: auto;
	}
}

@media screen and (max-width: 550px) {
	#disgrid {
		column-gap: 0;
		grid-template-columns: auto;
		margin: 0 auto
	}
	
	#wrapper .flexslider, #wrapper.inner_page .flexslider, #wrapper .page_banner {
		margin: 30px 30px 20px
	}

	#content, .inner_page #content {
		padding: 0 30px;
	}
}

/* ==============HEADER=============== */

#header {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	/*margin: 1rem 0;*/
	padding: 16px 20px;
	border-bottom: 2px solid #920b7f;
}

#header_logo {
	float: left;
	/*padding: 10px 0 0 5px;*/
	margin-left: 1.2rem;
}

#header_logo img {
	width: 100%;
	height: auto;
}

#topbar {
	display: block;
	position: absolute;
	right: 32px
}

#topbar > a {
	font-size:12px;
	font-weight: normal;
	margin: 0;
	padding: 0 .5rem;
}

#topbar > a:hover {
	color: #400a38;
	text-decoration: underline;
}

#topbar .sharebtn {
	display: inline-block;
	padding: 0 .5rem;
}

#topbar .sharebtn a {
	width: 1.2rem;
  height: 1.2rem;
	display: inline-flex;
	margin: 0 .1rem;
}

#topbar .linebg {
	background-color: #00c300;
	padding: .2rem;
	border-radius: .2rem;
}

#topbar .linebg:hover {
	background-color: #009c00;
}

#topbar .fbbg {
	background-color: #1778f2;
	padding: .2rem;
	border-radius: .2rem;
}

#topbar .fbbg:hover {
	background-color: #0b64d4;
}

#topbar .linkbg {
	background-color: #fda727;
	padding: .2rem;
	border-radius: .2rem;
}

#topbar .linkbg:hover {
	background-color: #e49012;
}

#topbar .sharebtn img {
	height: auto;
	width: 100%;
}

@media screen and (max-width: 767px) {
	
	#header_logo, #topbar {
		width: 100%;
	}
	
	#header_logo img {
		width: 30%;
		margin-right: 1rem;
	}
	
	#topbar {
		text-align: end;
		
	}
}

@media screen and (max-width: 520px) {
	#header_logo img {
		width: 45%;
	}
	
	#topbar {
		width: 40%;
	}
	
	#topbar > a {
		padding: 0 .3rem;
	}
	
	#topbar .sharebtn {
		padding: .5rem;
	}
}

@media screen and (max-width: 375px) {
	#header_logo {
		margin: 0
	}
	
	#header_logo img {
		padding: 30px;
		padding-bottom: 0px;
		width: 100%;
		margin: 0
	}
	
	#topbar {
		width: 100%;
		top: 0;
		right: 0;
		background: rgb(245 245 245 / 76%);
	}
	
	#topbar .sharebtn a {
		margin: 0
	}
}
	
/* ==============NAVBAR=============== */

#navbar {
	margin: 0 ;
	background-color: #920b7f;
}

#navbar .menu {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	clear: both;
	font-size: .98rem;
}

#navbar .item {
	position: relative;
	padding: 0 1rem;
}

#navbar .item a {
	display: inline-block;
	line-height: 1rem;
	font-weight: normal;
	padding: 10px 0;
}

#navbar .item > a, .item > i {
	color: #fff;
}

#navbar .item:hover a {
	text-decoration: unset;
}

#navbar .item:hover >a, .item:hover > i {
	color: #ffeee1;
}

#navbar .menuhidden {
	list-style: none;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	padding: 0;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	min-width: max-content;
	border-radius: 2px;
  text-align: left;
	background-color: #fff;
	box-shadow: 4px 8px 16px rgba(0, 0, 0, .16);
	overflow: hidden;
	z-index: 9;
}

#navbar .item:hover .menuhidden, 
#navbar a:hover .menuhidden,
#navbar .item:focus .menuhidden {
	visibility: visible;
	opacity: 1;
}

#navbar .menuhidden li {
	padding: .1rem 1.2rem;
}

#navbar .menuhidden li:hover {
	background-color: #efefef;
}

#navbar .menuhidden li a {
	width: 100%;
	color: #2d0427;
}

@media screen and (max-width: 414px) {
	#navbar .menuhidden {
		min-width: 125px
	}
	
	#navbar .item a {
		line-height: 1.4rem;
	}
}

/*navbar另一樣式 暫時
#navbar {
	background: #fff;
	position: absolute;
  top: 73px;
  right: 25px;
	z-index: 999
}

#navbar .item > a {
	color: #333;
	font-weight: bold;
}

.item > i {
	color: #920b7f;
	font-weight: bold;
}

#navbar .item:hover >a {
  color: #5d0a53;
}

#navbar .menuhidden {
	left: auto;
	text-align: right;
}

@media screen and (max-width: 767px) {
	#navbar {
		position: relative;
		top: 0;
		right: 0;
	}
}*/

/* ==============BREADCRUMB=============== */

.breadcrumb {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	align-items: center;
}

.breadcrumb.mx_40 {
	margin: 15px 40px 0px;
}

.breadcrumb li {
	padding: 0 .8rem;
}

.breadcrumb li:first-child {
	padding-left: 0;
}

.breadcrumb li.active {
	color: #77266c;
	font-weight: bold;
}

.breadcrumb li a:hover {
	color: #77266c;
	text-decoration: underline;
}

/* ==============flexslider=============== */

ol.flex-control-nav {
	bottom: 0;
}

.flexslider:hover ol.flex-control-nav {
	background: hsl(0deg 0% 100% / 35%);
  height: 28px;
  padding-top: 10px;
}

.inner_page .flexslider:hover ol.flex-control-nav {
	background: unset;
}

ol.flex-control-nav li {
	margin: 0 8px;
}

ol.flex-control-nav li a {
	/*width: 25px;
	height: 3px;*/
}

#wrapper .flexslider {
	margin: 0 0 10px;
}

.flexslider .flex-direction-nav a:before {
	content: "";
  background-image: url(../img/chevron-left.svg);
  height: 50px;
  width: 50px;
  position: relative;
  background-repeat: no-repeat;
}

.flexslider .flex-direction-nav a.flex-next:before {
	content: "";
	background-image: url(../img/chevron-right.svg);
}

#wrapper .flexslider .slides img {
	box-shadow: 0px 2px 6px #cacaca;
}

#wrapper.inner_page .flexslider .slides img {
	box-shadow: 0px 3px 6px #eaeaea;
}

/* ==============NEWS LIST=============== */

dl {
	clear: both;
	margin: 0;
	padding: 3px 0 0;
}
	
dt {
	clear: both;
	color: #c0789c;
	float: left;
	width: 6em;
}
	
dd {
	margin-left: 7.2em;
	margin-bottom: 1.5rem;
	white-space: normal;
	word-break: break-all;
}

/*dd:last-child {
	margin-bottom: 0;
}*/

.news dt { /*資料庫特區*/
	width: 85px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.8px;
	font-size: .8rem;
	padding: 3.5px 8px;
	background-color: #a74399;
	border-radius: 20px;
}

.news dt.dt-ply { /*食尚樂活*/
	background-color: #efa520;
}

.news dt.dt-act { /*活動專欄*/
	background-color: #f0831d;
}

.news dt.dt-rd { /*閱讀。悅讀*/
	background-color: #1e9680;
}

.news dt.dt-lby { /*圖館敲門*/
	background-color: #1d7bf0;
}

.news dd a {
	line-height: 24px;
	font-size: 15px
}

.news dd a:hover {
	color: #65275c;
}

@media screen and (max-width: 767px) {
	.news-title {
		padding-right: 0rem;
	}
	
	.news-content {
		padding: 1rem 0 0;
	}
}

/* ==============edmQA=============== */

.edmQA-content {
	background: #ececec;/*#2c3337*/
	color: #333;
	padding: .8rem;
	display: flex;
	border-radius: 2px;
}

.edmQA img {
	width: 120px;
	float: left;
	display: inline-block;
}

.edmQA .edmQA-Q {
	float: left;
	clear: both;
	display: inline-block;
	margin-left: 1rem;
}

.edmQA .edmQA-Q a {
	width: auto;
  color: #fff;
  text-align: left;
  font-size: .8rem;
  padding: 4px 10px;
  background-color: #a74399;
  border-radius: 20px;
}

.edmQA h3 {
	font-size: 1rem;
	line-height: 1;
	margin-top: 15px;
	color: #2c2a2d;
}

.edmQA a {
	background: #a74399;
	color: #fff;
	padding: .4rem 1rem;
	border-radius: 1rem;
}

.edmQA a:hover {
	background: #803175;
	box-shadow: 0 0 6px #b99cb5;
	text-decoration: none;
	
}

/* ==============Imgbtn=============== */
.imgbtn {
	width: 200px;
	display: block;
	border-bottom: 1px dotted #ddd;
}

.imgbtn:last-child {
	border: 0
}

.imgbtn .imgbtn-title {
	padding: 1rem 0;
	margin-top: 0;
}

.imgbtn .imgbtn-title i {
	float: right;
	color: #910b80;
	font-size: 18px;
	line-height: 29px;
}

.imgbtn-img {
	width: auto;
	height: auto;
	overflow: hidden;
	display: block;
	margin: 1rem 0;
	position: relative;
}

.imgbtn-img::before {
	content: "";
	display: block;
  border-width: 6px 6px 6px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #920b7f;
	position: absolute;
	left: 2.5%;
	top: 18%;
}

.imgbtn-img img {
	width: 100%;
	height: auto;
	display: block;
}

.imgbtn-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0.8
}

@media screen and (max-width: 767px) {
	.imgbtn{
		width: 100%;
	}
	
	.imgbtn-img {
		width: 100%;
		height: auto;
	}
}

/* ==============Rightbtn=============== */
.page_share {
	display: none;
}

/*.page_share a {
	position: fixed;
	bottom: 50px;
	margin-left: 880px;
	padding: .8rem;
	color: #fff;
	background: #920b7f;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 40px;
	width: auto;
	box-shadow: 0 2px 5px #ddd;
	transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.page_share a, .page_share a:link {
	color: #fff;
}

.page_share.back_tohome a {
	bottom: 100px;
}

.back_tohome a {
	line-height: 17px;
}

.page_share .mini_btn {
	display: inline-block;
	position: relative;
	transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.page_share .mini_btn::after {
	content: '複製本頁連結';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.page_share.back_tohome .mini_btn::after {
	content: '返回首頁';
}

.page_share:hover .mini_btn{
	padding-right: 90px;
}

.page_share.back_tohome:hover .mini_btn{
	padding-right: 65px;
}

.page_share:hover .mini_btn:after {
	opacity: 1;
	right: 0
}

@media screen and (max-width: 880px) {
	.page_share a {
		margin-left: 90%;
		border-radius: 50%;
	}
}*/

/* ==============Pagebanner=============== */
.page_banner {
	height: 200px;
	overflow: hidden;
	/*border: 40px solid transparent;*/
	margin: 40px 40px 10px;
	position: relative;
}

.page_banner img {
	width: 100%;
}

.banner_title {
	position: absolute;
	bottom: 5%;
	right: 15%;
	display: block;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1rem;
  border-radius: 4%;
  color: #443b43;
	width: auto;
	text-shadow: 2px 2px #fff;
}

.contribution span {
	left: 10%;
}

.DatabaseQA span {
	left: 25%;
	top: 25%;
}

.TrainingSite span {
	top: 5%;
	left: 1.5%;
}

.CafeTea span {
	left: 18%;
	top: 22%;
}

.CTEditor span {
	bottom: 25%;
}

.DBActivity span {
	right: 12%;
}

.DBNews span {
	right: 5%;
}

.EDMNews span {
	right: 20%;
}

.BookShare span {
	left: 5%
}

.PublishingVision span {
	left: 5%;
}

.AboutLibrary span {
	left: 5%;
  top: 15%;
}

.Interview span {
	left: 5%;
	top: 22%;
}

@media screen and (max-width: 879px) {
	.page_banner img {
		height: 100%;
		width: auto;
		float: right;
		clear: both;
	}
	
	.banner_title {
		background: rgb(255 255 255 / 50%);
		width: fit-content;
		height: fit-content;
	}
}

@media screen and (max-width: 414px) {
	.page_banner img {
		position: absolute;
	}
	
	.DatabaseUse span {
		left: 5%;
	}
	
	.DatabaseUse img {
		right: 0
	}
	
	.DatabaseQA img {
		right: -55%;
	}
	
	.DatabaseQA span {
		left: 5%;
		width: 70%
	}
	
	.TrainingSite img {
		right: -20%;
	}
	
	.TrainingSite span {
		top: 15%;
		width: 80%;
	}
	
	.CafeTea img {
		left: -25%;
	}
	
	.CafeTea span {
		width: 100%;
	}
	
	.CTEditor img {
		right: -60%;
	}
	
	.CTEditor span {
		right: 0;
    top: 20%;
	}
	
	.DBActivity img {
		right: -20%;
	}
	
	.DBActivity span {
		right: 0;
	}
	
	.DBNews img {
		right: -13%;
	}
	
	.EDMNews img {
		right: -25%;
	}
	
	.BookShare img {
		left: -70%;
	}
	
	.BookShare span {
		top: 5%;
	}
	
	.PublishingVision img {
		left: -50%;
	}
}


/* ==============Q&A=============== */

.databaseQA {
	list-style: none;
	margin-top: 0;
}

.databaseQA li {
	margin-bottom: 0;
}

.flip {
	margin: 0;
	padding: 5px;
	border-bottom: 1px dotted #adadad;
}

.flip:hover {
	cursor: pointer;
}

.flip i {
	float: right;
	clear: both;
}

.flip.close i {
	transform: rotate(180deg);
}

.panel {
	margin: 0;
	padding: 5px 10px;
	background: #f7f7f7;
	color: #444;
	display: none;
	border-bottom: 1px solid #929292;
}

.close {
	content: "-";
	display: block;
}

.panel a {
	color: #996633;
}

.panel a:hover {
	color: #920b7f;
	text-decoration: underline;
}

/* ==============PAGETOP=============== */

.page-top {
	position: absolute;
	bottom: 1rem;
	right: 40px;
}

.page-top:hover {
	text-decoration: underline;
}

.page-top i {
	padding-right: .2rem;
	font-size: 1px;
	color: #949494;
}

.page-top a {
	padding-top: 1px;
	color: #757575;
}

.inner_page .page-top {
	right: 60px;
}

@media screen and (max-width: 550px) {
	.inner_page .page-top {
		right: 30px;
	}
}

/* ==============data-bef_article 往期文章=============== */

.bef_article {
	width: 100%;
}

.bef_article tr {
	
}

.bef_article td {
	padding: 5px;
}

.bef_article .no {
	padding-left: 0;
	text-align: center;
	vertical-align: text-top;
	width: 15%;
	position: relative;
}

.bef_article .no span {
	padding: 3.5px 8px;
  background-color: #a74399;
  border-radius: 20px;
	color: #fff;
	font-size: 14px;
	width: 76px;
  display: inline-block;
}

.bef_article .no span::before {
	content: "";
	position: absolute;
	top: 17px;
	right: 0;
	height: 1px;
	width: 30px;
	background-color: #a74399;
}

@media screen and (max-width: 520px) {
	.bef_article .no {
		width: 28%;
	}
}

@media screen and (max-width: 320px) {
	.bef_article .no {
		width: 30%;
	}
}

/* ==============HUBSMAIN=============== */

.hubsmain {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 30px;
	width: 100%;
	max-width: 530px;
	height: max-content;
}

.hubsmain.hubsmain_3 {
	grid-template-columns: auto auto auto;
	max-width: unset;
}

.hubsmain .post {
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
	max-width: 250px;
}

.hubsmain .post div {
	height: 140px;/*20210823 145change 140*/
	width: 100%;
	overflow: hidden;
	box-shadow: 2px 2px 8px #ddd;
	border-radius: 2px
}

.hubsmain .post img {
	height: 100%;
	width: 100%;
	filter: opacity(.9);
}

.hubsmain .post:hover img {
	filter: opacity(1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hubsmain .post p {
	text-align: left;
	font-weight: bold;
	margin-top: 8px;
}

#disgrid.circle {
	grid-template-columns: auto;
}

.circle .hubsmain {
	grid-template-columns: auto auto auto auto;
	column-gap: 60px;
	max-width: 780px;
}

.circle .hubsmain div {
	border-radius: 50%;
}

.circle .hubsmain .post p {
	text-align: center;
}

.hubssidebar {
	width: 100%;
	max-width: 250px;
	margin-bottom: 30px;
}

.hubssidebar h2 {
	margin-top: 0;
}

.hubssidebar ul {
	list-style: none;
	padding: 0;
	counter-reset: section; /*for before*/
}

.hubssidebar li {
	margin-bottom: 1rem;
	position: relative;
	padding-left: 35px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}

.hubssidebar li::before {
	counter-increment: section;  
	content: counter(section);
	color: #666;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 3.5px;
	left: 0;
  background: rgba(0,0,0,0.075);
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

@media screen and (max-width: 900px) {
	
	.hubsmain .post {
		max-width: none;
	}
	
	.circle .hubsmain .post {
		max-width: 250px;
	}
}

@media screen and (max-width: 767px) {
	
	.hubsmain .post div {
		height: 200px;
	}
	
	.hubsmain {
		grid-template-columns: auto;
	}
	
	.hubsmain.hubsmain_3, .circle .hubsmain {
		grid-template-columns: auto auto;
	}
	
	.circle .hubsmain {
		column-gap: 100px;
	}
}

@media screen and (max-width: 550px) {
	
	.hubssidebar {
		max-width: none;
	}
	
	.hubsmain.hubsmain_3, .circle .hubsmain {
		grid-template-columns: auto;
	}
	
	.hubsmain .post {
		margin: 0 auto;
    margin-bottom: 30px;
	}
	
	.hubsmain .post div {
		height: 260px;
	}
}

@media screen and (max-width: 414px) {
	
	.hubsmain .post div {
		height: auto;
	}
}

/* ==============PERSON=============== */

.person {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 30px;
	padding: 0;
	
}

.person-img {
	width: 35%;
	height: 160px;
	text-align: center;
	overflow: hidden;
}

.person-img img {
	width: auto;
	height: 100%;
}

.person-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0.8
}

.person-talk {
	width: 62%;
	padding: .2rem 0;
	box-sizing: border-box;
}

.person-talk h3 {
	margin-top: 0;
}

.person-talk p {
	/*font-size: 1rem;*/
	font-weight: bold;
	text-align: justify;
	margin-bottom: 10px;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
	
}

.person.p-right .person-talk,
.person.p-right .person-talk p {
	text-align: right;
}

@media screen and (max-width: 840px) {
	.person-talk p {
		-webkit-line-clamp: 2;
	}
}


@media screen and (max-width: 767px) {
	.person-img {
		width: 42%;
	}
	
	.person-talk {
		width: 55%;
	}
}

@media screen and (max-width: 520px) {
	.person-img {
		width: 100%;
		height: auto;
		margin-bottom: 1rem
	}
	
	.person-talk {
		width: 100%;
	}
}

/* ==============SECTION=============== */
.inner_page .section {
	font-size: 16px;
  line-height: 2em;
	font-weight: bold;
}

.section {
	font-size: 15px;
}

.section p {
	font-weight: normal;
	word-break: break-word;
	margin-bottom: 10px;
}

.section p.subtitle {
	margin-bottom: 0
}

.section img {
	width: 100%;
}

/* ==============more_article 近期文章(內頁)=============== */
.more_article {
	background: #f7f7f7;
  padding: 1rem 1.5rem;
	position: relative;
}

.more_article p::before {
	content: "✦";
	position: absolute;
	left: 20px;
	width: 5px;
	height: 5px;
}

.more_article p a{
	padding-left: 15px;
	display: block;
}