/* ======================= */
/* -------------------------
**	內頁  自訂  麵包屑
**	內頁 - 單層 左邊選單
**	內頁 - 單層 上邊選單
**	內頁  標準  第三層 MEN
**	內頁  H1~H6
**	內頁  HR
**	內頁  分頁按鍵
**	內頁  按鍵
**	內頁  公告日期+系統管理員 ICON / 文字設定
**	內頁  下載檔案表格_按鈕(WORD/EXCEL/PDF...)設定
**  內頁  標準相簿 PHOTO ( photo_standardbox ) 
**  內頁  標準  教師 Members
**  內頁  組織編制 / 師資
**  內頁  組織編制 / 師資 ( Cara 版 )
-------------------------- */
/* ======================= */


/* ================================================================== */
/* ==  內頁  自訂  麵包屑 ( Breadcrumb ) ============================== */
/* ================================================================== */
.custom_breadcrumb {
    display: block;
	margin-top: 35px;
	margin-bottom: 35px;
}

.custom_breadcrumb ol.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    
    border-radius: 0; /*.25rem*/
	background-color: transparent;
	border-bottom: 1px solid #6c757d;
	align-items: center;
}

.custom_breadcrumb .breadcrumb-item a {
	font-size: 95%;
    color: #6c757d;
	font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}

.custom_breadcrumb .breadcrumb-item a:hover {
	color: #333333;
	color: #028053; /* JESS重要 - 變更顏色*/
}
.custom_breadcrumb .breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.custom_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}

.custom_breadcrumb .breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.custom_breadcrumb .breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.custom_breadcrumb .breadcrumb-item.active {
	font-size: 95%;
	font-weight: bold;
	/*color: #333333;*/
	color: #028053; /* JESS重要 - 變更顏色*/
}

.custom_breadcrumb .breadcrumb-item a i {
	position: relative;
	font-size: 125%;
	top: 1px;
	margin-right: 3px;
    /*color: #6c757d;*/
}

.custom_breadcrumb a .return-box {
	font-size: 95%;
    color: #6c757d;
	font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}
.custom_breadcrumb a:hover .return-box,
.custom_breadcrumb a:focus .return-box,
.custom_breadcrumb a:active .return-box {
    color: #028053;
}
/* ================================================================== */
/* ==  內頁  自訂  麵包屑 ( Breadcrumb ) ============================== */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁 - 單層 左邊選單 ( 以下 ) ================================== */
/* ================================================================== */
.page-leftmenu {
	position: relative;
    display: block;
}

.page-leftmenu .list-group {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 100%;
}

.page-leftmenu ul.list-group li {
    position: relative;
    list-style: none;
    z-index: 1;
    float: left;
    margin: 0;
	width: 100%;
	margin-bottom: 5px;
}

@media (min-width: 320px) and (max-width: 992px) {
	.page-leftmenu ul.list-group li {
		width: 50%;
	}
}

.page-leftmenu .list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.page-leftmenu .list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.page-leftmenu .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.page-leftmenu a.list-group-item,button.list-group-item {
	color: #555
}

.page-leftmenu a.list-group-item .list-group-item-heading,
.page-leftmenu button.list-group-item .list-group-item-heading {
	color: #333
}

.page-leftmenu a.list-group-item:focus,
.page-leftmenu a.list-group-item:hover,
.page-leftmenu button.list-group-item:focus,
.page-leftmenu button.list-group-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #46451f; /*#343a40*/
	border-color: #46451f; /*#343a40*/
}

.page-leftmenu .list-group-item.active,
.page-leftmenu .list-group-item.active:focus,
.page-leftmenu .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #46451f; /*#343a40*/
	border-color: #46451f; /*#343a40*/
}

.page-leftmenu .list-group-item a.active,
.page-leftmenu .list-group-item a.active:focus,
.page-leftmenu .list-group-item a.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #46451f; /*#343a40*/
	border-color: #46451f; /*#343a40*/
}

.page-leftmenu button.list-group-item {
	width: 100%;
	text-align: left
}

.page-leftmenu .list-group-item.disabled,
.page-leftmenu .list-group-item.disabled:focus,
.page-leftmenu .list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.page-leftmenu .list-group-item.disabled .list-group-item-heading,
.page-leftmenu .list-group-item.disabled:focus .list-group-item-heading,
.page-leftmenu .list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.page-leftmenu .list-group-item.disabled .list-group-item-text,
.page-leftmenu .list-group-item.disabled:focus .list-group-item-text,
.page-leftmenu .list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.page-leftmenu .list-group-item.active .list-group-item-heading,
.page-leftmenu .list-group-item.active .list-group-item-heading > .small,
.page-leftmenu .list-group-item.active .list-group-item-heading > small,
.page-leftmenu .list-group-item.active:focus .list-group-item-heading,
.page-leftmenu .list-group-item.active:focus .list-group-item-heading > .small,
.page-leftmenu .list-group-item.active:focus .list-group-item-heading > small,
.page-leftmenu .list-group-item.active:hover .list-group-item-heading,
.page-leftmenu .list-group-item.active:hover .list-group-item-heading > .small,
.page-leftmenu .list-group-item.active:hover .list-group-item-heading > small {
	color: inherit
}

.page-leftmenu .list-group-item.active .list-group-item-text,
.page-leftmenu .list-group-item.active:focus .list-group-item-text,
.page-leftmenu .list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}
/* ================================================================== */
/* ==  內頁 - 單層 左邊選單 (  以上 ) ================================== */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁 - 單層 上邊選單 (  以下 ) ================================== */
/* ================================================================== */
.page-topmenu {
	position: relative;
    display: block;
}

.page-topmenu .list-group {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 20px
}

.page-topmenu ul.list-group li {
    position: relative;
    list-style: none;
    z-index: 1;
    float: left;
    margin: 0;
	width: auto;
	margin-bottom: 5px;
}

@media (min-width: 320px) and (max-width: 992px) {
	.page-topmenu ul.list-group li {
		width: auto;
	}
}

.page-topmenu .list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	width: 100%;
}

.page-topmenu .list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.page-topmenu .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.page-topmenu a.list-group-item,button.list-group-item {
	color: #555
}

.page-topmenu a.list-group-item .list-group-item-heading,
.page-topmenu button.list-group-item .list-group-item-heading {
	color: #333
}

.page-topmenu a.list-group-item:focus,
.page-topmenu a.list-group-item:hover,
.page-topmenu button.list-group-item:focus,
.page-topmenu button.list-group-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #36494f; /*#343a40*/
	border-color: #36494f; /*#343a40*/
}

.page-topmenu .list-group-item.active,
.page-topmenu .list-group-item.active:focus,
.page-topmenu .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #36494f; /*#343a40*/
	border-color: #36494f; /*#343a40*/
}

.page-topmenu .list-group-item a.active,
.page-topmenu .list-group-item a.active:focus,
.page-topmenu .list-group-item a.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #36494f; /*#343a40*/
	border-color: #36494f; /*#343a40*/
}

.page-topmenu button.list-group-item {
	width: 100%;
	text-align: left
}

.page-topmenu .list-group-item.disabled,
.page-topmenu .list-group-item.disabled:focus,
.page-topmenu .list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.page-topmenu .list-group-item.disabled .list-group-item-heading,
.page-topmenu .list-group-item.disabled:focus .list-group-item-heading,
.page-topmenu .list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.page-topmenu .list-group-item.disabled .list-group-item-text,
.page-topmenu .list-group-item.disabled:focus .list-group-item-text,
.page-topmenu .list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.page-topmenu .list-group-item.active .list-group-item-heading,
.page-topmenu .list-group-item.active .list-group-item-heading > .small,
.page-topmenu .list-group-item.active .list-group-item-heading > small,
.page-topmenu .list-group-item.active:focus .list-group-item-heading,
.page-topmenu .list-group-item.active:focus .list-group-item-heading > .small,
.page-topmenu .list-group-item.active:focus .list-group-item-heading > small,
.page-topmenu .list-group-item.active:hover .list-group-item-heading,
.page-topmenu .list-group-item.active:hover .list-group-item-heading > .small,
.page-topmenu .list-group-item.active:hover .list-group-item-heading > small {
	color: inherit
}

.page-topmenu .list-group-item.active .list-group-item-text,
.page-topmenu .list-group-item.active:focus .list-group-item-text,
.page-topmenu .list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}
/* ================================================================== */
/* ==  內頁 - 單層 上邊選單 (  以上 ) ================================== */
/* ================================================================== */

/* ======================================================================= */
/* ==  內頁  標準  第三層 MEN  ///// ContentPlaceContent_ContentThirdMenu  = */
/* ======================================================================= */
#ContentPlaceContent_ContentThirdMenu ul.third-list-group {
	display: inline-block;
	width: 100%;    
	list-style: none;	
	padding-left: 0;
	margin-top: 0;
    margin-bottom: 1rem;
}

#ContentPlaceContent_ContentThirdMenu ul.third-list-group li {
	float: left;
	width: 33.333333%;
	border-radius: 4px;
	margin-bottom: 5px;
}

#ContentPlaceContent_ContentThirdMenu ul.third-list-group li a {
	color: #555;
}

#ContentPlaceContent_ContentThirdMenu ul.third-list-group li .list-group-item.active, 
#ContentPlaceContent_ContentThirdMenu ul.third-list-group li .list-group-item:focus, 
#ContentPlaceContent_ContentThirdMenu ul.third-list-group li .list-group-item:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #46451f;
    border-color: #46451f;
}

@media (min-width: 320px) and (max-width: 992px) {
	#ContentPlaceContent_ContentThirdMenu ul.third-list-group li {
		display: flex;
		align-content: center;
		width: 50%;
		min-height: 75px;
	}
	
	#ContentPlaceContent_ContentThirdMenu ul.third-list-group li a {
		display: flex;
		align-content: center;
		width: 100%;
		min-height: 75px;
	}
}
/* ======================================================================= */
/* ==  內頁  標準  第三層 MEN  ///// ContentPlaceContent_ContentThirdMenu  = */
/* ======================================================================= */


/* ================================================================== */
/* ==  內頁  H1~H6 ================================================== */
/* ================================================================== */

#ContentPlaceContent_ContentConentA .page-content *{
	font-family: "open sans","微軟正黑體",sans-serif !important;
}


#ContentPlaceContent_ContentSubMenu .h1,
#ContentPlaceContent_ContentSubMenu .h2,
#ContentPlaceContent_ContentSubMenu .h3,
#ContentPlaceContent_ContentSubMenu .h4,
#ContentPlaceContent_ContentSubMenu .h5,
#ContentPlaceContent_ContentSubMenu .h6,
#ContentPlaceContent_ContentSubMenu h1,
#ContentPlaceContent_ContentSubMenu h2,
#ContentPlaceContent_ContentSubMenu h3,
#ContentPlaceContent_ContentSubMenu h4,
#ContentPlaceContent_ContentSubMenu h5,
#ContentPlaceContent_ContentSubMenu h6,

#ContentPlaceContent_ContentConentA .h1,
#ContentPlaceContent_ContentConentA .h2,
#ContentPlaceContent_ContentConentA .h3,
#ContentPlaceContent_ContentConentA .h4,
#ContentPlaceContent_ContentConentA .h5,
#ContentPlaceContent_ContentConentA .h6,
#ContentPlaceContent_ContentConentA h1,
#ContentPlaceContent_ContentConentA h2,
#ContentPlaceContent_ContentConentA h3,
#ContentPlaceContent_ContentConentA h4,
#ContentPlaceContent_ContentConentA h5,
#ContentPlaceContent_ContentConentA h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: #333333;
}

/*#ContentPlaceContent_ContentConentA .h1:hover,
#ContentPlaceContent_ContentConentA .h2:hover,
#ContentPlaceContent_ContentConentA .h3:hover,
#ContentPlaceContent_ContentConentA .h4:hover,
#ContentPlaceContent_ContentConentA .h5:hover,
#ContentPlaceContent_ContentConentA .h6:hover,
#ContentPlaceContent_ContentConentA h1:hover,
#ContentPlaceContent_ContentConentA h2:hover,
#ContentPlaceContent_ContentConentA h3:hover,
#ContentPlaceContent_ContentConentA h4:hover,
#ContentPlaceContent_ContentConentA h5:hover,
#ContentPlaceContent_ContentConentA h6:hover {
	color: #aa210f;
}*/

#ContentPlaceContent_ContentSubMenu .h1,
#ContentPlaceContent_ContentSubMenu h1,
#ContentPlaceContent_ContentConentA .h1,
#ContentPlaceContent_ContentConentA h1 {
	font-size: 200%; /*2em*/
}

#ContentPlaceContent_ContentSubMenu .h2,
#ContentPlaceContent_ContentSubMenu h2,
#ContentPlaceContent_ContentConentA .h2,
#ContentPlaceContent_ContentConentA h2 {
	font-size: 175%; /*1.755em*/
}

#ContentPlaceContent_ContentSubMenu .h3,
#ContentPlaceContent_ContentSubMenu h3,
#ContentPlaceContent_ContentConentA .h3,
#ContentPlaceContent_ContentConentA h3 {
	font-size: 150%; /*1.5em*/
}

#ContentPlaceContent_ContentSubMenu .h4,
#ContentPlaceContent_ContentSubMenu h4,
#ContentPlaceContent_ContentConentA .h4,
#ContentPlaceContent_ContentConentA h4 {
	font-size: 125%; /*1.25em*/
}

#ContentPlaceContent_ContentSubMenu .h5,
#ContentPlaceContent_ContentSubMenu h5,
#ContentPlaceContent_ContentConentA .h5,
#ContentPlaceContent_ContentConentA h5 {
	font-size: 100%; /*1.0em*/
}

#ContentPlaceContent_ContentSubMenu .h6,
#ContentPlaceContent_ContentSubMenu h6,
#ContentPlaceContent_ContentConentA .h6,
#ContentPlaceContent_ContentConentA h6 {
	font-size: 93.75%; /*0.9375em*/
}

#ContentPlaceContent_ContentConentA .member_box_txt a {
	color: #333333;
}
#ContentPlaceContent_ContentConentA .member_box_txt a:hover {
	color: #aa210f;
}
/*------------------------------------*/
/* == 活動花絮用 ======================*/
#ContentPlaceContent_ContentSubMenu .h3.title,
#ContentPlaceContent_ContentSubMenu h3.title,
#ContentPlaceContent_ContentConentA .h3.title,
#ContentPlaceContent_ContentConentA h3.title {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 10px 0;	
}

#ContentPlaceContent_ContentSubMenu .h3.title,
#ContentPlaceContent_ContentSubMenu h3.title,
#ContentPlaceContent_ContentConentA .h3.title,
#ContentPlaceContent_ContentConentA h3.title {
	font-size: 100%; /*1.0em*/
}

#ContentPlaceContent_ContentSubMenu a .h3.title,
#ContentPlaceContent_ContentSubMenu a h3.title,
#ContentPlaceContent_ContentConentA a .h3.title,
#ContentPlaceContent_ContentConentA a h3.title {
	color: #333333;
}

#ContentPlaceContent_ContentSubMenu a:hover .h3.title,
#ContentPlaceContent_ContentSubMenu a:hover h3.title,
#ContentPlaceContent_ContentConentA a:hover .h3.title,
#ContentPlaceContent_ContentConentA a:hover h3.title {
	/*color: #aa210f;*/
}
/* == 活動花絮用 ======================*/
/*------------------------------------*/
/* ================================================================== */
/* ==  內頁  H1~H6 ================================================== */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁  HR ===================================================== */
/* ================================================================== */
#ContentPlaceContent_ContentConentA.col-sm-12.col-12 hr.hr-Css {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	
	margin-top: 1rem;
	margin-bottom: 2rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}
/* ================================================================== */
/* ==  內頁  HR ===================================================== */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁  分頁按鍵 ================================================ */
/* ================================================================== */
#ContentPlaceContent_ContentConentA .pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#ContentPlaceContent_ContentConentA .pagination > li {
	display: inline
}

#ContentPlaceContent_ContentConentA .pagination > li > a,
#ContentPlaceContent_ContentConentA .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #555555;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	height: 36.8px;
}

#ContentPlaceContent_ContentConentA .pagination > li:first-child > a,
#ContentPlaceContent_ContentConentA .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

#ContentPlaceContent_ContentConentA .pagination > li:last-child > a,
#ContentPlaceContent_ContentConentA .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

#ContentPlaceContent_ContentConentA .pagination>li > a:focus,
#ContentPlaceContent_ContentConentA .pagination>li > a:hover,
#ContentPlaceContent_ContentConentA .pagination>li > span:focus,
#ContentPlaceContent_ContentConentA .pagination>li > span:hover {
	z-index: 2;
	color: #FFFFFF;
	background-color: #46451f;
	border-color: #46451f;
}

#ContentPlaceContent_ContentConentA .pagination > .active > a,
#ContentPlaceContent_ContentConentA .pagination > .active > a:focus,
#ContentPlaceContent_ContentConentA .pagination > .active > a:hover,
#ContentPlaceContent_ContentConentA .pagination > .active > span,
#ContentPlaceContent_ContentConentA .pagination > .active > span:focus,
#ContentPlaceContent_ContentConentA .pagination > .active > span:hover {
	z-index: 3;
	color: #FFFFFF;
	cursor: default;
	background-color: #46451f;
	border-color: #46451f;
}

#ContentPlaceContent_ContentConentA .pagination > .disabled > a,
#ContentPlaceContent_ContentConentA .pagination > .disabled > a:focus,
#ContentPlaceContent_ContentConentA .pagination > .disabled > a:hover,
#ContentPlaceContent_ContentConentA .pagination > .disabled > span,
#ContentPlaceContent_ContentConentA .pagination > .disabled > span:focus,
#ContentPlaceContent_ContentConentA .pagination > .disabled > span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

#ContentPlaceContent_ContentConentA .pagination-lg > li > a,
#ContentPlaceContent_ContentConentA .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 112.5%; /*1.125em*/ /*18*/
	line-height: 1.3333333
}

#ContentPlaceContent_ContentConentA .pagination-lg > li:first-child > a,
#ContentPlaceContent_ContentConentA .pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

#ContentPlaceContent_ContentConentA .pagination-lg > li:last-child > a,
#ContentPlaceContent_ContentConentA .pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

#ContentPlaceContent_ContentConentA .pagination-sm > li > a,
#ContentPlaceContent_ContentConentA .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 75%; /*0.75rem*/ /*12*/
	line-height: 1.5
}

#ContentPlaceContent_ContentConentA .pagination-sm > li:first-child > a,
#ContentPlaceContent_ContentConentA .pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

#ContentPlaceContent_ContentConentA .pagination-sm > li:last-child > a,
#ContentPlaceContent_ContentConentA .pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}  

/* ------------------------------------------------------------*/
/* ===// ｜＜ //=== */
#ContentPlaceContent_ContentConentA .pagination > li > a .icon_stop-angle-left::before {
	content: url("../images/pagination/icon_stop-angle-left_9x23.svg");
}
#ContentPlaceContent_ContentConentA .pagination > li > a:hover .icon_stop-angle-left::before {
	content: url("../images/pagination/icon_stop-angle-left_W_9x23.svg");
}
/* ------------------------------------------------------------*/
/* ===// ＜ //=== */
#ContentPlaceContent_ContentConentA .pagination > li > a .icon_angle-left::before {
	content: url("../images/pagination/icon_angle-left_9x23.svg");
}
#ContentPlaceContent_ContentConentA .pagination > li > a:hover .icon_angle-left::before {
	content: url("../images/pagination/icon_angle-left_W_9x23.svg");
}
#ContentPlaceContent_ContentConentA .pagination > .disabled > a:hover .icon_angle-left::before {
	content: url("../images/pagination/icon_angle-left_9x23.svg");
}
/* ------------------------------------------------------------*/
/* ===// ＞ //=== */
#ContentPlaceContent_ContentConentA .pagination > li > a .icon_angle-right::before {
	content: url("../images/pagination/icon_angle-right_9x23.svg");
}
#ContentPlaceContent_ContentConentA .pagination > li > a:hover .icon_angle-right::before {
	content: url("../images/pagination/icon_angle-right_W_9x23.svg");
}
#ContentPlaceContent_ContentConentA .pagination > .disabled > a:hover .icon_angle-right::before {
	content: url("../images/pagination/icon_angle-right_9x23.svg");
}
/* ------------------------------------------------------------*/
/* ===// ＞｜ //=== */
#ContentPlaceContent_ContentConentA .pagination > li > a .icon_stop-angle-right::before {
	content: url("../images/pagination/icon_stop-angle-right_9x23.svg");
}
#ContentPlaceContent_ContentConentA .pagination > li > a:hover .icon_stop-angle-right::before {
	content: url("../images/pagination/icon_stop-angle-right_W_9x23.svg");
}
/* ------------------------------------------------------------*/
/* ================================================================== */
/* ==  內頁  分頁按鍵 ================================================ */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁  按鍵 ==================================================== */
/* ================================================================== */
#ContentPlaceContent_ContentSubMenu .btn,
#ContentPlaceContent_ContentConentA .btn,
#ContentPlaceContent_ContentPlaceConentA_wuc1_btn_edit.btn-primary,
#ContentPlaceContent_ContentPlaceConentA_wuc1_btn_goback.btn-primary {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 100%; /*1.0em*/
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.btn-custom-color,
#ContentPlaceContent_ContentPlaceConentA_wuc1_btn_edit.btn.btn-primary,
#ContentPlaceContent_ContentPlaceConentA_wuc1_btn_goback.btn.btn-primary {
	padding: 6px 30px !important; /*6px 12px !important;*/
    color: #212529 !important;
	border: 1px solid #777777 !important; /*1px solid #ddd !important;*/
	background-color: transparent !important;
	border-radius: 50px !important;
}

.btn-custom-color:hover,
#ContentPlaceContent_ContentPlaceConentA_wuc1_btn_edit.btn.btn-primary:hover,
#ContentPlaceContent_ContentPlaceConentA_wuc1_btn_goback.btn.btn-primary:hover {
	padding: 6px 30px !important; /*6px 12px !important;*/
    color: #fff !important;
    background-color: #46451f !important;
	border-color: #46451f !important; /*border-color #ddd !important;*/
	border-radius: 50px !important;
}
/* ================================================================== */
/* ==  內頁  按鍵 ==================================================== */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁  公告日期+系統管理員 ICON / 文字設定 ======================== */
/* ================================================================== */
#ContentPlaceContent_ContentConentA .dotted_line {
	position: relative;
    display: block;
	font-size: 95%;
	color: #6c757d;
	padding-bottom: 10px;
	margin: 15px 0 25px 0;
	border-bottom: 1px dashed rgba(0,0,0,.125);
}
#ContentPlaceContent_ContentConentA .dotted_line i.fa.fa-calendar {
	position: relative;
	font-size: 93.75%;
	top: -2px;
	margin-right: 3px;
}
#ContentPlaceContent_ContentConentA .dotted_line i.fa.fa-user {
	position: relative;
	font-size: 100%;
	top: 0px;
	margin-left: 15px;
	margin-right: 3px;
}
/* ================================================================== */
/* ==  內頁  公告日期+系統管理員 ICON / 文字設定 ======================== */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁  下載檔案表格_按鈕(WORD/EXCEL/PDF...)設定 ================== */
/* ================================================================== */
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default {
	display: inline-block;
	font-size: 100%;
	line-height: 1.5;
	font-weight: 400;
	color: transparent !important;
	text-align: center;
	
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	padding: 0rem !important;
	margin-top: 0rem;
	margin-bottom: 0rem;
	
	border-radius: 4px;		
	border: none;
	background-color: transparent !important;
	transition: none;
}

#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default div {
	font-size: inherit;
  	line-height: inherit;
	font-weight: inherit;
	
	padding: 0.375rem 0.75rem;
	margin-top: 0rem;
	margin-bottom: 0.25rem;
	
	border-radius: 4px;	
	border: 1px solid rgba(0,0,0,.125);
	background-color: #FFFFFF;
	min-width: 72px;
	
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
}
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default div::before {
	position: absolute;
	font-size: 112.5%;
	/*color: #337ab7;*/
	/*color: #999999;*/
	color: #46451f;
	width: 32px;
	height: 32px;	
	bottom: -6px;
	right: -8px;
	content: "◢";
}
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a:hover.btn.btn-default div::before {
	color: #FFFFFF;
}

/* 標準預設 / word / excel / pdf / ppt 設定 */
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default div {
	color: #337ab7;
}
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default div.word {
	color: #275598;
}
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default div.excel {
	color: #1e7646;
}
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default div.pdf {
	color: #d61e00;
}
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default div.ppt {
	color: #db6905;
}
/* word / excel / pdf / ppt 設定 */

#ContentPlaceContent_ContentConentA .table > tbody > tr > td a:hover.btn.btn-default div,
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a:hover.btn.btn-default div.word,
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a:hover.btn.btn-default div.excel,
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a:hover.btn.btn-default div.pdf,
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a:hover.btn.btn-default div.ppt {
	color: #FFFFFF;
	background-color: #46451f;
}
/* ================================================================== */
/* ==  內頁  下載檔案表格_按鈕(WORD/EXCEL/PDF...)設定 ================== */
/* ================================================================== */


/* =============================================================== */
/* ==  內頁  標準相簿 PHOTO ======================================= */
/* =============================================================== */
#ContentPlaceContent_ContentConentA .photo_standardbox {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

#ContentPlaceContent_ContentConentA .photo_standardbox a {
	position: relative;
	display: block;
}
/* == // 向下三角形箭頭 // == */
#ContentPlaceContent_ContentConentA .photo_standardbox a::after {
	position: absolute;
	font-size: 100%;
	font-family: "FontAwesome";
	color: #999999;
	right: 0;	
	bottom: 0;
	margin-right: 5px;
	content: "◢";
}
@media (min-width: 320px) and (max-width: 992px) {
	#ContentPlaceContent_ContentConentA .photo_standardbox a::after {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
/* == // 向下三角形箭頭 // == */

#ContentPlaceContent_ContentConentA .photo_standardbox .img-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	overflow: hidden;
	
	min-height: 190px;
	border: 1px solid rgba(0,0,0,.125);
}
@media (min-width: 992px) and (max-width: 1200px) {
	#ContentPlaceContent_ContentConentA .photo_standardbox .img-box {
		min-height: 122px;
	}
	
}
@media (min-width: 320px) and (max-width: 991px) {
	#ContentPlaceContent_ContentConentA .photo_standardbox .img-box {
		min-height: 160px;
	}
	
}
#ContentPlaceContent_ContentConentA .photo_standardbox .photo_iframe iframe,
#ContentPlaceContent_ContentConentA .photo_standardbox .img-box img {
	width: 100%;
	cursor: pointer;
	margin: 2px;
	transition: all 0.6s;
}
#ContentPlaceContent_ContentConentA .photo_standardbox .img-box img:hover {
	transform: scale(1.2);
}

#ContentPlaceContent_ContentConentA .photo_standardbox figcaption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	
	min-height: 65px;
	padding: 5px 15px 10px 15px;
	background-color: rgba(0,0,0,.125);
	/*border: 1px solid #DDDDDD;*/
}

#ContentPlaceContent_ContentConentA .photo_standardbox a figcaption h3 {
	position: relative;
	font-size: 100%; /*112.5%*/
	font-weight: 500;
	color: #000000;
	text-align: left;
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 50px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */	
}

#ContentPlaceContent_ContentConentA .photo_standardbox figcaption .p_txt {	
	position: relative;
	font-size: 93.75%;
	line-height: 1.75;
	font-weight: 600;
	color: #6c757d;
	text-align: left;
	margin-bottom: 0rem;
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 50px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}

/* == HOVER ======= */
#ContentPlaceContent_ContentConentA .photo_standardbox:hover a::after {
	color: #ff7100;
}
#ContentPlaceContent_ContentConentA .photo_standardbox a:hover figcaption,
#ContentPlaceContent_ContentConentA .photo_standardbox a:hover figcaption h3 {
	color: #FFFFFF;
	background-color: #46451f;
}
/* == HOVER ======= */	
	
	
/* ================================================================== */
/* === 另一版 ======================================================== */
/* ================================================================== */
#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a {
	position: relative;
	display: block;
}

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a .zoom-plus {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
	right: 0px;
	bottom: 0px;
}

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a .zoom-plus i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
	font-size: 100%;
	width: 40px;
	height: 40px;
	/*border-radius: 100%;*/
	border-top-left-radius: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-color: rgba(0,0,0,0.5);
	
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a:hover .zoom-plus i {
	opacity: 1;
	background-color: #ff7100;
}
#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a .zoom-plus i.fa-zoom-plus::before {
	position: absolute;
	width: 32px;
	height: 32px;
	bottom: 0;
	right: 0;
  	content: url("../images/svg/icon-zoom-plus-white_36x36.svg");
}
#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a:hover .zoom-plus i.fa-zoom-plus::before {
  	content: url("../images/svg/icon-zoom-plus-white_36x36.svg");
}
/* == // 向下三角形箭頭 // == */
/*#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a .zoom-plus::after,
#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a .zoom-plus::after {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
	font-family: "FontAwesome";
		font-weight: 300;	
	color: #FFFFFF;
	width: 64px;
	height: 64px;
	content: "\f00e";
	background-color: rgba(0,0,0,0.5)
}
@media (min-width: 320px) and (max-width: 992px) {
	#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a .zoom-plus::after {
		position: absolute;
		left: 50%;
		top: 50%;
	}
}
#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox:hover a .zoom-plus::after {
	color: #ff7100;
	content: "\f00e"
}*/
/* == // 向下三角形箭頭 // == */

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox .img-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0,0,0,.125);
	overflow: hidden;
	
	min-height: 190px;
	max-height: 190px;
	border: 1px solid rgba(0,0,0,.125);
}
@media (min-width: 992px) and (max-width: 1200px) {
	#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox .img-box {
		min-height: 122px;
	}
	
}
@media (min-width: 320px) and (max-width: 991px) {
	#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox .img-box {
		min-height: 160px;
	}
	
}
#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox .img-box img {
	width: 100%;
	cursor: pointer;
	margin: 2px;
	transition: all 0.6s;
}
#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox .img-box img:hover {
	transform: scale(1.2);
}

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox figcaption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	
	min-height: 65px;
	padding: 5px 15px 10px 15px;
	background-color: rgba(0,0,0,.125);
	/*border: 1px solid #DDDDDD;*/
}

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox figcaption h3 {
	position: relative;
	font-size: 100%; /*112.5%*/
	font-weight: 500;
	color: #000000;
	text-align: left;
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 50px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */	
}

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox figcaption h3:hover {
	color: #ff7100 !important;
}

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox figcaption .p_txt {	
	position: relative;
	font-size: 93.75%;
	line-height: 1.75;
	font-weight: 600;
	color: #6c757d;
	text-align: left;
	margin-bottom: 0rem;
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 50px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}
/* =============================================================== */
/* ==  內頁  標準相簿 PHOTO ======================================= */
/* =============================================================== */


/* ================================================================== */
/* ==  內頁  標準  教師 Members ======================================= */
/* ================================================================== */
#ContentPlaceContent_ContentConentA .member-icon-color {
	/* color: #000; */    /* 預設值 */
    color: #333333;  /*---- 每個網頁--需變色 ----*/
}

#ContentPlaceContent_ContentConentA .row-memberALL {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

#ContentPlaceContent_ContentConentA .member_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#ContentPlaceContent_ContentConentA .member_box .member_content_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;;
	align-items: flex-start;
	
	min-height: auto;
    border: 1px solid rgba(191, 191, 191, 0.5);
    margin-bottom: 30px;
	padding: 15px;
}
@media (max-width:575px) {
    #ContentPlaceContent_ContentConentA .member_box .member_content_box {
		flex-direction: row;
	}
}
@media (min-width:576px) {
    #ContentPlaceContent_ContentConentA .member_box .member_content_box {
		flex-direction: row-reverse;
	}
}
/*----------------------------------------------*/
/* --- 內容 --- */
#ContentPlaceContent_ContentConentA .member_box .img-box {
	padding: 5px;
	border: 1px solid #ddd;
}

#ContentPlaceContent_ContentConentA .member_box_photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
	width: auto;
	max-height: 300px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 15px;
}

#ContentPlaceContent_ContentConentA .member_box_photo img {
	width: 100%;
	object-fit: cover;
}
@media (max-width:575px) {
    #ContentPlaceContent_ContentConentA .member_box_photo img {
		width: 200px;
		object-fit: cover;
	}
}
@media (min-width:576px) {
    #ContentPlaceContent_ContentConentA .member_box_photo img {
		width: 100%;
		object-fit: cover;
	}
}
#ContentPlaceContent_ContentConentA .member_box_txt {
	display: inline-block;	
}

#ContentPlaceContent_ContentConentA .member_box i {
	position: relative;
	display: inline-block;
	font-size: inherit; /*繼承*//*0.95rem98*/
	width: 24px;	
	top: -2px;
	/*margin-right: 5px;*/
	text-align: center;
}

#ContentPlaceContent_ContentConentA .member_box p {
    line-height: 1.8;
    font-size: inherit; /*繼承*//*0.95rem98*/
	width: 100%;
	/*height: 15%;*/
    color: inherit;	
	
	margin-top: 0;
	margin-bottom: 0.3rem;	
}

#ContentPlaceContent_ContentConentA .member_box .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
#ContentPlaceContent_ContentConentA #course {
    font-size: inherit; /*繼承*//*0.95rem98*/
	width: 100%;
	height: 50px;
    color: inherit;	
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	
	margin-top: 0;
	margin-bottom: 0.3rem;	
}
/* --- 內容 --- */
/*----------------------------------------------*/
/* ================================================================== */
/* ==  內頁  標準  教師 Members ======================================= */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁  組織編制 / 師資 ========================================== */
/* ================================================================== */
.fullpage-wrapper .division_boxDIV {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	border: 1px solid #dee2e6;
}
/* ------------------------------------------------ */
.fullpage-wrapper .division_boxDIV .IMG-BOX-content {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fullpage-wrapper .division_boxDIV .pl-0,
.fullpage-wrapper .division_boxDIV .px-0 {
	padding-left: 0 !important;
}
/* ------------------------------------------------ */
.fullpage-wrapper .division_boxDIV .imgbox_img {
    position: relative;
    overflow: hidden;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	
	padding: 15px;
	border: 1px solid #dee2e6;
}
/* ------------------------------------------------ */
.fullpage-wrapper .division_boxDIV .P-BOX-content {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fullpage-wrapper .division_boxDIV .P-BOX-content.border-left {
	padding-top: 15px;
	padding-bottom: 15px;
	border-left: 1px solid #dee2e6 !important;
	height: 100%;
}
/* ------------------------------------------------ */
.fullpage-wrapper .division_boxDIV .IMG-BOX-content p,
.fullpage-wrapper .division_boxDIV .P-BOX-content p {
	font-size: 100%;
	word-break: break-all;
    color: #333333;
}
.fullpage-wrapper .division_boxDIV .IMG-BOX-content a,
.fullpage-wrapper .division_boxDIV .P-BOX-content a {
	font-size: 100%;
	word-break: break-all;
	text-decoration: underline;
    color: #333333;
}
.fullpage-wrapper .division_boxDIV .IMG-BOX-content a:hover,
.fullpage-wrapper .division_boxDIV .P-BOX-content a:hover {
    color: #46451f;
}
/* ================================================================== */
/* ==  內頁  組織編制 / 師資 ========================================== */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁  組織編制 / 師資 ( Cara 版 ) ============================== */
/* ================================================================== */
.fullpage-wrapper #ContentPlaceContent_ContentConentA #page-content .lcm-box {
	border: 1px solid #cecece;
	line-height: 1.5;
}
.fullpage-wrapper #ContentPlaceContent_ContentConentA #page-content .lcm-box .img-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.fullpage-wrapper #ContentPlaceContent_ContentConentA #page-content .lcm-box img {
	border: 1px solid #cecece;
	width: 165px;
	height: 165px;
	object-fit: cover;
}
.fullpage-wrapper #ContentPlaceContent_ContentConentA #page-content .lcm-box .lcm-1-bg-border-blue {
	background: #dfe8f6;
	border-bottom: 1px solid #46451f;
}
.fullpage-wrapper #ContentPlaceContent_ContentConentA #page-content .lcm-box .lcm-1-bg-border-blue.line-height-3 {
	line-height: 3;
}
/* ================================================================== */
/* ==  內頁  組織編制 / 師資 ( Cara 版 ) ============================== */
/* ================================================================== */



/* ======================================================================== */
/* ==  內頁 ContentPlaceContent_ContentConentA  媒體報導 20231012 JESS 新增 == */
/* ======================================================================== */
#ContentPlaceContent_ContentConentA .wrapper_box .mb-30 {
    margin-bottom: 30px;
}

#ContentPlaceContent_ContentConentA .wrapper_box .media-item {
    position: relative;
    float: left;
    padding-top: 0px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px; 
    
    border-radius: 16px;    
    background-color: #FFFFFF;
    
    box-shadow: 1px 1.732px 18px 0px rgba(0, 0, 0, 0.15);
}
#ContentPlaceContent_ContentConentA .wrapper_box .media-item::after {
    position: absolute;
    width: 80%;
    height: 20px;
    
    content: "";
    bottom: -20px;
    left: 10%;
    border-radius: 0px 0px 16px 16px;
    background-color: #d7a975;
    
    transform: translate(0,-103%);    
    transition: all 0.3s ease 0s;
    z-index: -1;
}
#ContentPlaceContent_ContentConentA .wrapper_box .media-item:hover::after {
    transform: translate(0,0%);
}

#ContentPlaceContent_ContentConentA .wrapper_box .media-img-outer {
    width: 100%;
    overflow: hidden;
    /*border-radius: 0px 0px 0px 0px;*/
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
#ContentPlaceContent_ContentConentA .wrapper_box .media-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px 0px 0px 0px;
    float: left;    
}

#ContentPlaceContent_ContentConentA .wrapper_box .media-content .box_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
/*--------------------------------------------*/
/*----- // 至頂標籤 ---------------------------*/
#ContentPlaceContent_ContentConentA .customstyle-hotop {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#ContentPlaceContent_ContentConentA .customstyle-hotop .icon-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
	font-size: 62.5%;
	line-height: 1.5;
	font-weight: 900;	
	padding: 2px 16px;
	border-radius: 5px;
	margin-right: 5px;
}
#ContentPlaceContent_ContentConentA .customstyle-hotop .icon-small.hot-bg {
	color: #FFFFFF;    
	background: #ce1800;
}
#ContentPlaceContent_ContentConentA .customstyle-hotop .icon-small.top-bg {
	color: #FFFFFF;
	background-color: #004aa5;
}
#ContentPlaceContent_ContentConentA .customstyle-hotop .icon-small.new-bg {
	color: #090a0c;
	background-color: #fda601;
}
/*----- // 至頂標籤 ---------------------------*/
/*--------------------------------------------*/
/*-----------------------------------------------------------------*/
#ContentPlaceContent_ContentConentA .wrapper_box .media-content .customstyle-date {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	position: relative;
}
#ContentPlaceContent_ContentConentA .wrapper_box .media-content .customstyle-date .date-small-txt {
	font-size: 87.5%;
	line-height: 1.25;
	font-weight: 900;	
    color: #707070;
	margin-right: 5px;
}
/*-----------------------------------------------------------------*/
#ContentPlaceContent_ContentConentA .wrapper_box .media-content .tit-text {
    font-weight: 600;
    color: #090a0c;
    text-transform: uppercase;
    word-break: break-all;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    margin-bottom: 15px;
}
@media(max-width:575px) {
    #ContentPlaceContent_ContentConentA .wrapper_box .media-content .tit-text {
        font-size: 93.75%;
        color: #090a0c;
    }
}
@media(min-width:576px) {
    #ContentPlaceContent_ContentConentA .wrapper_box .media-content .tit-text {
        font-size: 112.5%; 
        color: #090a0c;
    }
}
#ContentPlaceContent_ContentConentA .wrapper_box .media-item:hover .tit-text {
    color: #028053;
}

/*-----------------------------------------------------------------*/
/*ZoomIn Hover Effect*/
#ContentPlaceContent_ContentConentA .wrapper_box .hover-zoomin a {
    position: relative;
    display: block;    
    overflow: hidden;
}
#ContentPlaceContent_ContentConentA .wrapper_box .hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#ContentPlaceContent_ContentConentA .wrapper_box .hover-zoomin:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
/* ======================================================================== */
/* ==  內頁 ContentPlaceContent_ContentConentA  媒體報導 20231012 JESS 新增 == */
/* ======================================================================== */













