@charset "utf-8";
/* CSS Document */

/* ======================= */
/* -------------------------
**	內頁  自訂  IMG-BANNER ( Banner )
**	內頁  自訂  麵包屑
**	內頁 - 單層 左邊選單
**	內頁 - 單層 上邊選單
**	內頁  標準  第三層 MEN
**	內頁  新標準(華梵版)  第三層 + 第四層 ///// page-righttop-collapseMenu-01
**	內頁  新標準(華梵版)  第三層 + 第四層 ///// page-righttop-collapseMenu-02
**	內頁  H1~H6
**	內頁  HR
**	內頁  分頁按鍵
**	內頁  按鍵
**	內頁  公告日期+系統管理員 ICON / 文字設定
**	內頁  下載檔案表格_按鈕(WORD/EXCEL/PDF...)設定
**  內頁  標準相簿 PHOTO ( photo_standardbox ) 
**  內頁  標準  教師 Members
**  內頁  組織編制 / 師資
**  內頁  組織編制 / 師資 ( Cara 版 )
**  內頁  學術研究 碩士論文 / 碩士在職專班論文 / 博士班論文  20231219
**  內頁  系所簡介 歷屆系主任  20231219

**  內頁  區塊式_圖文列表 + 條列式_圖文列表
**  內頁  區塊式_圖文列表 + 條列式_圖文列表 --> 內容顯示頁
**  內頁  customize_btn VIEW ALL更多 +

**  內頁 - 新多層次 ( column 直式 ) 左邊選單
**  內頁 - 新多層次 ( row 橫式 ) 左邊選單 ( 內容上方__無左邊側邊選單 )
**  內頁 - 表格式_文字列表  置頂 + 熱門 + 最新 + 隱藏 + 重要 標籤
**  內頁  受試者Q＆A
**  內頁  網路資源(圖文式) PHOTO ( photo_link_standardbox )
-------------------------- */
/* ======================= */



/* ========================================================================= */
/* ------ 首頁 CSS SubPages 所有內容設定開始 ---- 以下 START ------------------- */
/* ========================================================================= */

/* ================================================================== */
/* ==  內頁  自訂  IMG-BANNER ( Banner ) ============================== */
/* ================================================================== */
.page-banner {
    z-index: 10;
}

/*------------------------------------*/
.page-banner__body {
    width: 100%;
    height: 40vh;
    min-height: 200px;
    position: relative;
}

/*------------------------------------*/
.page-banner__body .banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.page-banner__body .banner-bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.page-banner__body .banner-bg:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
@media (max-width: 541px) {
    .page-banner__body .banner-bg:before,
    .page-banner__body .banner-bg:after {
        width: 100%;
    }
}
.page-banner .pos-ab{
	position: absolute;
	top: 60%;
    top: 62.5%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/*------------------------------------*/
.page-banner__content {
    /* width: 65%; */
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    color: var(--FFFcolor);    
}
@media (max-width: 541px) {
    .page-banner__content {
        /* width: 100%; */
        text-align: center;
        flex-direction: column;
    }
}

/*------------------------------------*/
.page-banner__content .content__text {
    width: 100%;
}

.page-banner__content .content__text .page__title {
    font-size: 300%;
    padding-left: 5px;
}
@media (max-width: 541px) {
    .page-banner__content .content__text .page__title {
        font-size: 200%;
    }
}
.page-banner__content .content__text .subtitle {
    font-size: 150%;
    padding-left: 5px;
}
@media (max-width: 541px) {
    .page-banner__content .content__text .subtitle {
        font-size: 125%;
    }
}


/*------------------------------------*/
.page-banner__breadcrumb {
    /*width: 100%;*/
    text-align: right;
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 20px; */
}
@media (max-width: 541px) {
    .page-banner__breadcrumb {
        text-align: center;
    }
}

/*------------------------------------*/
.page-banner__breadcrumb .BR_breadcrumb {
    display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}

.page-banner__breadcrumb .BR_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 transparent;
	align-items: center;
	width: max-content;
}

.page-banner__breadcrumb .BR_breadcrumb .breadcrumb-item a {
	font-size: 95%;
    color: var(--FFFcolor);
	font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}

.page-banner__breadcrumb .BR_breadcrumb .breadcrumb-item a:hover {
	color: var(--blackcolor);    /* JESS重要 - 變更顏色*/
}
.page-banner__breadcrumb .BR_breadcrumb .breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.page-banner__breadcrumb .BR_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: var(--FFFcolor);
	content: "/"
}

.page-banner__breadcrumb .BR_breadcrumb .breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.page-banner__breadcrumb .BR_breadcrumb .breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.page-banner__breadcrumb .BR_breadcrumb .breadcrumb-item.active {
	font-size: 95%;
	font-weight: bold;
	color: var(--FFFcolor); /* JESS重要 - 變更顏色*/
}

.page-banner__breadcrumb .BR_breadcrumb .breadcrumb-item a i {
	position: relative;
	font-size: 125%;
	top: 1px;
	margin-right: 3px;
    /*color: #6c757d;*/
}

.page-banner__breadcrumb .BR_breadcrumb a .return-box {
	font-size: 95%;
    color: var(--FFFcolor);
	font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}
.page-banner__breadcrumb .BR_breadcrumb a .return-box i {
	position: relative;
	font-size: 100%;
    margin-right: 3px;
}
.page-banner__breadcrumb .BR_breadcrumb a:hover .return-box,
.page-banner__breadcrumb .BR_breadcrumb a:focus .return-box,
.page-banner__breadcrumb .BR_breadcrumb a:active .return-box {
    color: var(--FFFcolor);
}
/*------------------------------------*/

/*=============================================*/
/* ==   輪播 點點點    ========================= */
/*=============================================*/
.page-banner .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
    z-index: 15;
    margin-bottom: 10px;
}

@media (max-width:991px) {
	.page-banner .carousel-indicators {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
	}
}
@media (min-width:992px) {
	.page-banner .carousel-indicators {
        display: none;
	}
}

.page-banner .carousel-indicators li {
	box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    
    width: 12px;
    height: 12px;
    
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    cursor: pointer;
    
    border: 1px solid var(--color_006DCE);
    background-color: var(--FFFcolor);
    background-clip: padding-box;
    
    opacity: .5;
    border-radius: 100%;
    transition: opacity .6s ease;	
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none
	}
}

.page-banner .carousel-indicators .active {
    opacity: 1;
    border: 1px solid var(--color_006DCE);
    background-color: var(--color_006DCE);
}
/*=============================================*/
/* ==   輪播 點點點    ========================= */
/*=============================================*/

/*=============================================*/
/* ==   輪播 暫停/撥放    ====================== */
/*=============================================*/
.page-banner .control-box-custom {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	align-items: center;	
	
	position: absolute;
    right: 0%;	/*15%*/
    top: 2.5%; /*20px*/
    left: 0%;	/*15%*/
    z-index: 10;
    padding-top: 10px;    
	padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 10px;
    color: var(--FFFcolor);
    text-align: center;
	/*background-color: rgba(0, 0, 0, 0.5);*/
}

.page-banner .control-start,
.page-banner .control-pause {
	position: relative;
	/*width: 48px;*/
	/*height: 48px;*/
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 999;
}
.page-banner .control-start {
	/*right: calc(1.5% - 20px + 10px);*/
    /*right: calc(1.5% + 151px);*/
    right: calc(0% + 100px);
}
.page-banner .control-pause {
	/*right: calc(1.5% - 20px);*/
    /*right: calc(1.5% + 141px);*/
    right: calc(0% + 90px);
}

.page-banner .control-start a,
.page-banner .control-pause a {
	position: relative;
	display:inline-block;
	/*right: 18%;*/
	width: 30px;
	height: 30px;

	border-radius: 100%;
    background-color: rgba(0,0,0,0.25);
	color: var(--FFFcolor); /*c33c70*/
}

.page-banner .control-start-icon,
.page-banner .control-pause-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
}

.page-banner .control-start-icon {
    background-image: url("../images/banner/control-start-icon.svg");
    opacity: .85;
}

.page-banner .control-pause-icon {
    background-image: url("../images/banner/control-pause-icon.svg");
    opacity: .85;
}

.page-banner .control-start a:hover,
.page-banner .control-pause a:hover {
	opacity: 1;
	background-color: var(--blackcolor);
}

.page-banner .control-start a:focus, 
.page-banner .control-pause a:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
	background-color: var(--blackcolor);
}

@media (max-width:768px) {
	.page-banner .control-start a,
	.page-banner .control-pause a,
	.page-banner .control-start-icon,
	.page-banner .control-pause-icon {
		width: 22px;
		height: 22px;
	}
	
	.page-banner .control-box {	
		padding-top: 5px;    
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}

	.page-banner .control-start {
		/*right: calc(1.5% + 5px);*/
        right: calc(1.5% + 117px);
	}
	.page-banner .control-pause {
		/*right: 1.5%;*/
        right: calc(1.5% + 111px);
	}
}
/*=============================================*/
/* ==   輪播 暫停/撥放    ====================== */
/*=============================================*/

/*=============================================*/
/* ==   prev + next 按鈕     ================== */
/*=============================================*/
.page-banner .carousel_btn-icon-prev,
.page-banner .carousel_btn-icon-next {
	position: absolute;
	/*width: 48px;*/
	/*height: 48px;*/
	/*top: calc(3.25% + 10px);*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	z-index: 999;
	/*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
	
	/*-webkit-transform: translateX(50%);
	transform: translateX(50%);*/
}
.page-banner .carousel_btn-icon-prev {
	/*right: calc(1.5% + 80px + 40px);*/
    right: calc(0% + 30px + 40px);
}
.page-banner .carousel_btn-icon-next {
	/*right: calc(1.5% + 80px);*/
    right: calc(0% + 30px);
}

@media (max-width:768px) {
	.page-banner .carousel_btn-icon-prev,
	.page-banner .carousel_btn-icon-next {
		top: calc(3.25% + 10px);
	}
}

.page-banner .carousel_btn-icon-prev .carousel-control-prev,
.page-banner .carousel_btn-icon-next .carousel-control-next {
	position: relative;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.35);
}

.page-banner .carousel-control-next-icon, 
.page-banner .carousel-control-prev-icon {
    display: inline-block;
    width: 30px;
	height: 30px;
    
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	/*background-image: none;*/
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
	
	/*background-color: rgba(0, 0, 0, 0);*/
}

.page-banner .carousel-control-prev-icon {
	/*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");*/	
	/*background-image: url(../images/banner/prev.png);*/
	background-image: url(../images/banner/prev-W.svg);
	opacity: .85;
}

.page-banner .carousel-control-next-icon {
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");*/
	/*background-image: url(../images/banner/next.png);*/
	background-image: url(../images/banner/next-W.svg);
	opacity: .85;
}

.page-banner .carousel_btn-icon-prev .carousel-control-prev:hover,
.page-banner .carousel_btn-icon-next .carousel-control-next:hover {
	opacity: 1;
	background-color: var(--blackcolor);
}

.page-banner .carousel_btn-icon-prev .carousel-control-prev:focus, 
.page-banner .carousel_btn-icon-next .carousel-control-next:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
	background-color: var(--blackcolor);
}

@media (max-width:768px) {
	.page-banner .carousel_btn-icon-prev .carousel-control-prev,
	.page-banner .carousel_btn-icon-next .carousel-control-next,
	.page-banner .carousel-control-next-icon, 
	.page-banner .carousel-control-prev-icon {
		width: 22px;
		height: 22px;
	}
	.page-banner .carousel_btn-icon-prev {
		right: calc(1.5% + 74px + 28px);
	}
	.page-banner .carousel_btn-icon-next {
		right: calc(1.5% + 74px);
	}
}
/*=============================================*/
/* ==   prev + next 按鈕     ================== */
/*=============================================*/
/* ================================================================== */
/* ==  內頁  自訂  IMG-BANNER ( Banner ) ============================== */
/* ================================================================== */



/* ================================================================== */
/* ==  內頁  自訂  麵包屑 ( 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: 87.5%;
    color: var(--blackcolor);
	font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}

.custom_breadcrumb .breadcrumb-item a:hover {
	color: var(--color_006DCE); /* JESS重要 - 變更顏色*/
}
.custom_breadcrumb .breadcrumb-item+.breadcrumb-item {
	padding-left: .25rem
}

.custom_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .25rem;
	color: var(--G777color);
	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: 87.5%;
	font-weight: bold;
	color: var(--blackcolor); /* 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: 87.5%;
    color: var(--blackcolor);
	font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}
.custom_breadcrumb a .return-box i {
	position: relative;
	font-size: 100%;
    margin-right: 3px;
}
.custom_breadcrumb a:hover .return-box,
.custom_breadcrumb a:focus .return-box,
.custom_breadcrumb a:active .return-box {
    color: var(--G777color);
}
/* ================================================================== */
/* ==  內頁  自訂  麵包屑 ( 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 {
        margin-left: 2.5px;
        margin-right: 2.5px;
        width: calc((100% - (2.5px * 4)) / 2);
	}
}

.page-leftmenu .list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: var(--FFFcolor); /*FFFFFF*/
	border: 1px solid #dddddd;
    
    font-size: 93.75%;
}

.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: var(--blackcolor); /*555555*/
}

.page-leftmenu a.list-group-item .list-group-item-heading,
.page-leftmenu button.list-group-item .list-group-item-heading {
	color: var(--blackcolor);
}

.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: var(--FFFcolor);
	text-decoration: none;
	background-color: var(--color_006DCE); /*#343a40*/
	border-color: var(--color_006DCE); /*#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: var(--FFFcolor);
	background-color: var(--color_006DCE); /*#343a40*/
	border-color: var(--color_006DCE); /*#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: var(--FFFcolor);
	background-color: var(--color_006DCE); /*#343a40*/
	border-color: var(--color_006DCE); /*#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: var(--blackcolor);
	cursor: not-allowed;
	background-color: #eeeeee;
}

.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: var(--blackcolor);
}

.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: var(--blackcolor);
}
/* ================================================================== */
/* ==  內頁 - 單層 左邊選單 (  以上 ) ================================== */
/* ================================================================== */



/* ================================================================== */
/* ==  內頁 - 單層 上邊選單 (  以下 ) ================================== */
/* ================================================================== */
.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: var(--FFFcolor);
	border: 1px solid #dddddd;
	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: var(--blackcolor);
}

.page-topmenu a.list-group-item .list-group-item-heading,
.page-topmenu button.list-group-item .list-group-item-heading {
	color: var(--blackcolor);
}

.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: var(--FFFcolor);
	text-decoration: none;
	background-color: var(--color_006DCE); /*#343a40*/
	border-color: var(--color_006DCE); /*#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: var(--FFFcolor);
	background-color: var(--color_006DCE); /*#343a40*/
	border-color: var(--color_006DCE); /*#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: var(--FFFcolor);
	background-color: var(--color_006DCE); /*#343a40*/
	border-color: var(--color_006DCE); /*#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: var(--G777color);
	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: var(--G777color);
}

.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.col-sm-12.col-12.page-righttopmenu .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
@media (min-width: 320px) and (max-width: 992px) {
    #ContentPlaceContent_ContentThirdMenu.col-sm-12.col-12.page-righttopmenu .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}

#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-right: 5px;
    margin-bottom: 5px;
    width: calc((100% - (5px * 4)) / 4);
}
/*#ContentPlaceContent_ContentThirdMenu ul.third-list-group li:last-child a.list-group-item {
	margin-right: 0;
}*/

#ContentPlaceContent_ContentThirdMenu ul.third-list-group li a.list-group-item {
    position: relative;
    display: block;
    color: var(--blackcolor); /*555555*/
    
    padding: 10px 15px;
    background-color: var(--FFFcolor); /*FFFFFF*/
    border: 1px solid #dddddd;
    
    font-size: 93.75%;
}

#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: var(--FFFcolor) !important;
    background-color: var(--color_006DCE);
    border-color: var(--color_006DCE);
}

@media (min-width: 320px) and (max-width: 992px) {
	#ContentPlaceContent_ContentThirdMenu ul.third-list-group li {
		display: flex;
		align-content: center;
		margin-left: 2.5px;
        margin-right: 2.5px;
        width: calc((100% - (2.5px * 4)) / 2);
        
		min-height: 1px;
	}
	
	#ContentPlaceContent_ContentThirdMenu ul.third-list-group li a {
		display: flex;
		align-content: center;
		width: 100%;
        
		min-height: 1px;
	}
}
/* ======================================================================= */
/* ==  內頁  標準  第三層 MEN  ///// ContentPlaceContent_ContentThirdMenu  = */
/* ======================================================================= */



/* ================================================================================== */
/* ==  內頁  新標準(華梵版)  第三層 + 第四層 ///// page-righttop-collapseMenu-01  ======== */
/* ================================================================================== */
.page-righttop-collapseMenu-01 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
@media (min-width: 320px) and (max-width: 992px) {
    .page-righttop-collapseMenu-01 .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}

.page-righttop-collapseMenu-01 .MenuContentBox {
    position: relative;
    display: inline-block;
    width: 100%;
}
.page-righttop-collapseMenu-01 .MenuContentBox .PC-DropdownDiv {
    position: relative;
    display: none;
    border-radius: 4px;  
    right: 0;
    top: 100%;
    min-width: 100%;
    box-sizing: border-box;
}
.page-righttop-collapseMenu-01 .MenuContentBox .Mobile-DropdownDiv {
    position: relative;
    display: none;
    border-radius: 4px;  
    right: 0;
    top: 100%;
    min-width: 100%;
    box-sizing: border-box;
}

.page-righttop-collapseMenu-01 .MenuContentBox .PC-DropdownDiv .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(0,0,0,.065);
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
/*----------------------------------------------*/
/* 第一層 UL */
.page-righttop-collapseMenu-01 ul.third-list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
    align-items: flex-start;
	
	list-style: none;
	padding-left: 0px;
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
}
/*----------------------------------------------*/
/* 第一層 LI */
.page-righttop-collapseMenu-01 ul.third-list-group li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    
	position: relative;    
	margin-left: 2.5px;
	margin-right: 2.5px;
	margin-bottom: 5px;    
    border-radius: 4px;
    /*width: calc((100% - (2.5px * 4)) / 2);*/        /* =col4 x 2個 */
	/*width: calc((100% - (2.5px * 6)) / 3);*/        /* =col4 x 3個 */
    /*width: calc((100% - (2.5px * 8)) / 4);*/        /* =col3 x 4個 */
    /*width: calc((100% - (2.5px * 10)) / 5);*/       /* =col-? x 5個 */
    /*width: calc((100% - (2.5px * 12)) / 6);*/       /* =col2 x 6個 */
    /*width: 100%;*/
}
@media (max-width: 991px) {
	.page-righttop-collapseMenu-01 ul.third-list-group li {
        width: calc((100% - (2.5px * 4)) / 2);    /* =col4 x 2個 */
	}
}
@media (min-width: 992px) {
    .page-righttop-collapseMenu-01 ul.third-list-group li {
        width: calc((100% - (2.5px * 8)) / 4);    /* =col3 x 4個 */
    }
}
/*----------------------------------------------*/
/* 第一層 LI a 點擊下 DIV 區塊內 第二層 UL */
.page-righttop-collapseMenu-01 .MenuContentBox .PC-li ul,
.page-righttop-collapseMenu-01 .MenuContentBox .MB-li ul {
    list-style: none;
	padding: 0;
}
/*----------------------------------------------*/
/* 第一層 LI a 點擊下 DIV 區塊內 第二層 LI */
/* #PCdiv01 + MBdiv01 版 */
.page-righttop-collapseMenu-01 .MenuContentBox .PC-li ul li,
.page-righttop-collapseMenu-01 .MenuContentBox .MB-li ul li {
	position: relative;	
	margin-left: 2.5px;
	margin-right: 2.5px;
	margin-bottom: 5px;	
}
@media (max-width: 991px) { 
	.page-righttop-collapseMenu-01 .MenuContentBox .MB-li ul li {        
		width: 100%;
        
	}
}
@media (min-width: 992px) {
    .page-righttop-collapseMenu-01 .MenuContentBox .PC-li ul li {  
        /*width: calc((100% - (2.5px * 4)) / 2);*/        /* =col4 x 2個 */
        /*width: calc((100% - (2.5px * 6)) / 3);*/        /* =col4 x 3個 */
        width: calc((100% - (2.5px * 8)) / 4);            /* =col3 x 4個 */
        /*width: calc((100% - (2.5px * 10)) / 5);*/        /* =col-? x 5個 */
        /*width: calc((100% - (2.5px * 12)) / 6);*/        /* =col2 x 6個 */
        /*width: 100%;*/
    }    
}
/*----------------------------------------------*/
.page-righttop-collapseMenu-01 ul.third-list-group li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	
	color: var(--blackcolor);
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.125);
	/*min-height: 74px;*/
	/*border-radius: 4px;*/
	background-color: var(--FFFcolor);
    padding: 10px 15px;
}
@media (min-width: 320px) and (max-width: 992px) {
	.page-righttop-collapseMenu-01 ul.third-list-group li a {
		padding: 15px 15px;
	}
}

.page-righttop-collapseMenu-01 ul.third-list-group li a:hover {
	color: var(--FFFcolor);
	background-color: var(--color_006DCE);
	border-color: var(--color_006DCE);
}
.page-righttop-collapseMenu-01 ul.third-list-group li a.active,
.page-righttop-collapseMenu-01 ul.third-list-group li a:focus,
.page-righttop-collapseMenu-01 ul.third-list-group li a:active {
	color: var(--FFFcolor);
	background-color: var(--color_006DCE);
    border-color: var(--color_006DCE);
}

/* + 號 / - 號 */
.page-righttop-collapseMenu-01 ul.third-list-group li a.open-plus-icon::after {
	position: absolute;
	font-size: 100%;
	font-family: "FontAwesome";
	right: 24px;
	color: var(--G999color);
	/*color: #337ab7;*/
    
	/*content: "\f055";
	content: "\f0d7";*/
    content: "\f107";
}
@media (min-width: 320px) and (max-width: 992px) {
	.page-righttop-collapseMenu-01 ul.third-list-group li a.open-plus-icon::after {
		position: absolute;
		right: 24px;
		/*bottom: 0;*/		
	}
}
.page-righttop-collapseMenu-01 ul.third-list-group li a.open-plus-icon.active::after,
.page-righttop-collapseMenu-01 ul.third-list-group li a.open-plus-icon:hover::after,
.page-righttop-collapseMenu-01 ul.third-list-group li a.open-plus-icon:focus::after,
.page-righttop-collapseMenu-01 ul.third-list-group li a.open-plus-icon:active::after {
	color: var(--FFFcolor);
	/*content: "\f055";
	content: "\f0d7";*/
    content: "\f107";    
}

.page-righttop-collapseMenu-01 ul.third-list-group li a.open-minus-icon::after {
	position: absolute;
	font-size: 100%;
	font-family: "FontAwesome";
	right: 24px;
	color: var(--G999color);

	/*content: "\f056";
	content: "\f0d8";*/
    content: "\f106";
}
@media (min-width: 320px) and (max-width: 992px) {
	.page-righttop-collapseMenu-01 ul.third-list-group li a.open-minus-icon::after {
		position: absolute;
		right: 24px;
		/*bottom: 0;*/		
	}
}
.page-righttop-collapseMenu-01 ul.third-list-group li a.open-minus-icon.active::after,
.page-righttop-collapseMenu-01 ul.third-list-group li a.open-minus-icon:hover::after,
.page-righttop-collapseMenu-01 ul.third-list-group li a.open-minus-icon:focus::after,
.page-righttop-collapseMenu-01 ul.third-list-group li a.open-minus-icon:active::after {
	color: var(--FFFcolor);
	/*content: "\f056";
	content: "\f0d8";*/
    content: "\f106";
}
/* + 號 / - 號 */

.page-righttop-collapseMenu-01 ul.third-list-group li .card.card-body {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	/*background-color: rgba(0, 0, 0, 0.125);*/
	background-clip: border-box;
	border: 1px solid #dddddd;
	border-radius: 0;
	padding: 5px 5px;
}
.page-righttop-collapseMenu-01 ul.third-list-group .top-5 {
	position: relative;
	top: -5px;
}

.page-righttop-collapseMenu-01 ul.third-list-group .ShowItem {
    display: block;
}
.page-righttop-collapseMenu-01 ul.third-list-group .HideItem {
    display: none;
}
@media (min-width: 320px) and (max-width: 992px) {
    .page-righttop-collapseMenu-01 ul.third-list-group .ShowItem {
        display: none;
    }
    .page-righttop-collapseMenu-01 ul.third-list-group .hideItem {
        display: block;
    }
}
/* ================================================================================== */
/* ==  內頁  新標準(華梵版)  第三層 + 第四層 ///// page-righttop-collapseMenu-01  ======== */
/* ================================================================================== */

/* ================================================================================== */
/* ==  內頁  新標準(華梵版)  第三層 + 第四層 ///// page-righttop-collapseMenu-02  ======== */
/* ================================================================================== */
.page-righttop-collapseMenu-02 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
@media (min-width: 320px) and (max-width: 992px) {
    .page-righttop-collapseMenu-02 .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}

/* 第一層 UL + LI */
.page-righttop-collapseMenu-02 ul.third-list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
    align-items: flex-start;
	
	list-style: none;
	padding-left: 0px;
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
}
.page-righttop-collapseMenu-02 ul.third-list-group li {
	position: relative;
	/*width: calc((100% - (2.5px * 4)) / 2);*/    /* =col4 x 2個 */
	/*width: calc((100% - (2.5px * 6)) / 3);*/    /* =col4 x 3個 */
    width: calc((100% - (2.5px * 8)) / 4);        /* =col3 x 4個 */
    /*width: calc((100% - (2.5px * 10)) / 5);*/        /* =col-? x 5個 */
    /*width: calc((100% - (2.5px * 12)) / 6);*/        /* =col2 x 5個 */
	margin-left: 2.5px;
	margin-right: 2.5px;
	margin-bottom: 5px;	
    
    border-radius: 4px;
}
@media (min-width: 320px) and (max-width: 992px) {
	.page-righttop-collapseMenu-02 ul.third-list-group li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
		/*width: calc((100% - (2.5px * 4)) / 2);*/
        width: 100%;
	}
}
/* 第一層 UL + LI */

/* 第二層 UL + LI */
.page-righttop-collapseMenu-02 ul.third-list-group ul {
	list-style: none;
	padding: 0;
}
.page-righttop-collapseMenu-02 ul.third-list-group ul li {
	position: relative;
	width: 100% !important;
	margin-left: 2.5px;
	margin-right: 2.5px;
	margin-bottom: 5px;	
}
@media (min-width: 320px) and (max-width: 992px) {
	.page-righttop-collapseMenu-02 ul.third-list-group ul li {        
		width: 100% !important;
	}
}
/* 第二層 UL + LI */

.page-righttop-collapseMenu-02 ul.third-list-group li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	
    font-size: 112.5%;
    /*font-weight: bold;*/
	color: var(--blackcolor);
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.125);
	/*min-height: 74px;*/
	/*border-radius: 4px;*/
	background-color: var(--FFFcolor);
	padding: 15px 15px;
}
@media (min-width: 320px) and (max-width: 992px) {
	.page-righttop-collapseMenu-02 ul.third-list-group li a {
		padding: 15px 15px;
	}
}

.page-righttop-collapseMenu-02 ul.third-list-group li a:hover {
	color: var(--FFFcolor);
	background-color: var(--color_006DCE);
	border-color: var(--color_006DCE);
}
.page-righttop-collapseMenu-02 ul.third-list-group li a.active,
.page-righttop-collapseMenu-02 ul.third-list-group li a:focus,
.page-righttop-collapseMenu-02 ul.third-list-group li a:active {
	color: var(--FFFcolor);
	background-color: var(--color_006DCE);
	border-color: var(--color_006DCE);
}

/* + 號 / - 號 */
.page-righttop-collapseMenu-02 ul.third-list-group li a.open-angle-down-icon::after {
	position: absolute;
	font-size: 100%;
	font-family: "FontAwesome";
	right: 24px;
	color: var(--G999color);
    
	/*content: "\f055";
	content: "\f0d7";*/
    content: "\f107";
}
@media (min-width: 320px) and (max-width: 992px) {
	.page-righttop-collapseMenu-02 ul.third-list-group li a.open-angle-down-icon::after {
		position: absolute;
		right: 24px;
		/*bottom: 0;*/		
	}
}
.page-righttop-collapseMenu-02 ul.third-list-group li a.open-angle-down-icon.active::after,
.page-righttop-collapseMenu-02 ul.third-list-group li a.open-angle-down-icon:hover::after,
.page-righttop-collapseMenu-02 ul.third-list-group li a.open-angle-down-icon:focus::after,
.page-righttop-collapseMenu-02 ul.third-list-group li a.open-angle-down-icon:active::after {
	color: var(--FFFcolor);
	/*content: "\f055";
	content: "\f0d7";*/
    content: "\f107";    
}

.page-righttop-collapseMenu-02 ul.third-list-group li a.open-angle-up-icon::after {
	position: absolute;
	font-size: 100%;
	font-family: "FontAwesome";
	right: 24px;
	color: var(--G999color);

	/*content: "\f056";
	content: "\f0d8";*/
    content: "\f106";
}
@media (min-width: 320px) and (max-width: 992px) {
	.page-righttop-collapseMenu-02 ul.third-list-group li a.open-angle-up-icon::after {
		position: absolute;
		right: 24px;
		/*bottom: 0;*/		
	}
}
.page-righttop-collapseMenu-02 ul.third-list-group li a.open-angle-up-icon.active::after,
.page-righttop-collapseMenu-02 ul.third-list-group li a.open-angle-up-icon:hover::after,
.page-righttop-collapseMenu-02 ul.third-list-group li a.open-angle-up-icon:focus::after,
.page-righttop-collapseMenu-02 ul.third-list-group li a.open-angle-up-icon:active::after {
	color: var(--FFFcolor);
	/*content: "\f056";
	content: "\f0d8";*/
    content: "\f106";
}
/* + 號 / - 號 */

.page-righttop-collapseMenu-02 ul.third-list-group li .card.card-body {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	/*background-color: rgba(0, 0, 0, 0.125);*/
	background-clip: border-box;
	border: 1px solid #dddddd;
	border-radius: 0;
	padding: 5px 5px;
}
.page-righttop-collapseMenu-02 ul.third-list-group .top-5 {
	position: relative;
	top: -5px;
}
/* ================================================================================== */
/* ==  內頁  新標準(華梵版)  第三層 + 第四層 ///// page-righttop-collapseMenu-02  ======== */
/* ================================================================================== */



/* ================================================================== */
/* ==  內頁  H1~H6 ================================================== */
/* ================================================================== */
#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: var(--blackcolor);
}

/*#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: var(--blackcolor);
}
#ContentPlaceContent_ContentConentA .member_box_txt a:hover {
	color: var(--Customize_color);
}

#ContentPlaceContent_ContentSubMenu .page-header .h3::before,
#ContentPlaceContent_ContentSubMenu .page-header h3::before,
#ContentPlaceContent_ContentConentA .page-header .h3::before,
#ContentPlaceContent_ContentConentA .page-header h3::before {
    position: relative;
    top: 2px;
    content: " ";
    width: 8px;
    height: 28px;
    display: inline-block;
    background-color: var(--color_006DCE);
    vertical-align: text-top;
    margin-right: 10px;
}

/*------------------------------------*/
/* == 活動花絮用 ======================*/
#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: var(--blackcolor);
}

#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: var(--color_006DCE);*/
}
/* == 活動花絮用 ======================*/
/*------------------------------------*/
/* ================================================================== */
/* ==  內頁  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: var(--blackcolor);
	text-decoration: none;
	background-color: var(--FFFcolor);
	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: var(--FFFcolor);
	background-color: var(--color_006DCE);
	border-color: var(--color_006DCE);
}

#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: var(--FFFcolor);
	cursor: default;
	background-color: var(--color_006DCE);
	border-color: var(--color_006DCE);
}

#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: var(--blackcolor);
	cursor: not-allowed;
	background-color: var(--FFFcolor);
	border-color: #dddddd;
}

#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: var(--blackcolor);
    text-align: left;
    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: var(--blackcolor) !important;   /*#212529*/
	border: 1px solid #dddddd !important; /*1px solid #777777 !important;*/
	background-color: var(--FFFcolor) !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: var(--FFFcolor) !important;
    background-color: var(--blackcolor) !important;
	border-color: var(--blackcolor) !important; /*border-color #777777 !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);*/
    border-bottom: 1px solid #dee2e6;
}
#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: 0.25rem;
	
	border-radius: 4px;		
	border: none;
	background-color: transparent !important;
	transition: none;
}

#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default div {
	font-size: 87.5%;
  	line-height: inherit;
	font-weight: inherit;
	
	padding: 0.125rem; /*0.375rem 0.75rem*/
    margin-top: 0rem;
	margin-bottom: 0rem;
	
	
	border-radius: 4px;	
	border: 1px solid rgba(0,0,0,.125);
	background-color: var(--FFFcolor);
	min-width: 48px;
	
	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: 100%;
	/*color: #337ab7;*/
	/*color: #999999;*/
	color: #5e65a7;
	width: 32px;
	height: 32px;
    bottom: -16px; /*-6px*/
    right: -11px; /*-8px*/
	content: "◢";
}
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a:hover.btn.btn-default div::before {
	color: var(--FFFcolor);
}

/* 標準預設 / 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;
}
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default div.link {
	color: #2569A7;
}
/* 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,
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a:hover.btn.btn-default div.link {
	color: var(--FFFcolor);
	background-color: var(--blackcolor);
}
/* ================================================================== */
/* ==  內頁  下載檔案表格_按鈕(WORD/EXCEL/PDF...)設定 ================== */
/* ================================================================== */



/* =============================================================== */
/* ==  內頁  標準相簿 PHOTO ( photo_standardbox )  ================= */
/* =============================================================== */
#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: 62.5%;
	font-family: "FontAwesome";
	color: var(--G999color);
	right: 1px;	
	bottom: -2px;
	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;	
	/*height: 190px;*/
	border: 1px solid rgba(0,0,0,.125);
}
@media (min-width: 992px) and (max-width: 1200px) {
	#ContentPlaceContent_ContentConentA .photo_standardbox .img-box {
        aspect-ratio: 4/4;  /*1/1*//*4/3*//*6/4*//*16/9*/
		/*height: 122px;*/
	}
}
@media (min-width: 320px) and (max-width: 991px) {
	#ContentPlaceContent_ContentConentA .photo_standardbox .img-box {
        aspect-ratio: 4/4;  /*1/1*//*4/3*//*6/4*//*16/9*/
		/*height: 160px;*/
	}	
}
#ContentPlaceContent_ContentConentA .photo_standardbox .photo_iframe iframe,
#ContentPlaceContent_ContentConentA .photo_standardbox .img-box img {
	max-width: 100%;
	/*height: auto;*/
	object-fit: cover;
    
	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;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	min-height: 110px;
	padding: 8px 16px 24px 16px;
	background-color: transparent; /*rgba(0, 0, 0, 0.025)*/
	border: 1px solid #DDDDDD;
}

#ContentPlaceContent_ContentConentA .photo_standardbox a figcaption h3 {
	position: relative;
	font-size: 100%;
	font-weight: bold;
	color: var(--blackcolor);
	text-align: left;
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */	
    
    min-height: 60px;
}

#ContentPlaceContent_ContentConentA .photo_standardbox a figcaption h4 {
	position: relative;
	font-size: 93.75%;
	font-weight: 500;
	color: var(--G555color);
	text-align: left;
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */	
    
    min-height: 36px;
}

#ContentPlaceContent_ContentConentA .photo_standardbox figcaption .p_txt {	
	position: relative;
	font-size: 93.75%;
	line-height: 1.75;
	font-weight: 600;
	color: var(--G555color);
	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: var(--color_006DCE);
}
#ContentPlaceContent_ContentConentA .photo_standardbox a:hover figcaption,
#ContentPlaceContent_ContentConentA .photo_standardbox a:hover figcaption h3,
#ContentPlaceContent_ContentConentA .photo_standardbox a:hover figcaption h4 {
	color: var(--FFFcolor);
	background-color: var(--color_006DCE);
}
/* == 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: var(--color_006DCE);
}
#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: var(--FFFcolor);
	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: var(--color_006DCE);
	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;	
	
    overflow: hidden;
	border: 1px solid rgba(0,0,0,.125);
}
@media (max-width: 576px) {
	#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox .img-box {
		height: 200px;
	}	
}
@media (max-width: 768px) {
	#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox .img-box {
		height: 250px;
	}	
}
@media (max-width: 991px) {
	#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox .img-box {
		height: 300px;
	}	
}
@media (min-width: 992px) {
	#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox .img-box {
		height: 300px;
	}
	
}

#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: var(--blackcolor);
	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: var(--color_006DCE) !important;
}

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox figcaption .p_txt {	
	position: relative;
	font-size: 93.75%;
	line-height: 1.75;
	font-weight: 600;
	color: var(--G555color);
	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 ( photo_standardbox )  ================= */
/* =============================================================== */



/* ================================================================== */
/* ==  內頁  標準  教師 Members ======================================= */
/* ================================================================== */
#ContentPlaceContent_ContentConentA .member-icon-color {
    color: var(--blackcolor);  /*---- 預設值 每個網頁--需變色 ----*/
}

#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;    
    height: auto;	
	overflow: hidden;
	
	padding: 0;
	margin-bottom: 15px;
}
@media (max-width: 575px) {
    #ContentPlaceContent_ContentConentA .member_box_photo {
		aspect-ratio: 3/3;  /*1/1*//*4/3*//*6/4*//*16/9*/
	}
}
@media (min-width: 576px) {
    #ContentPlaceContent_ContentConentA .member_box_photo {
		aspect-ratio: 3/4;  /*1/1*//*4/3*//*6/4*//*16/9*/
	}
}

#ContentPlaceContent_ContentConentA .member_box_photo img {
	width: 100%;
	object-fit: cover;
}
@media (max-width: 575px) {
    #ContentPlaceContent_ContentConentA .member_box_photo img {
		width: 100%;
		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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    top: 1px;
    
	font-size: 93.75%; /*繼承*//*0.95rem98*/
	width: 24px;
    height: 24px;
	margin-right: 4px;
	text-align: center;
}

#ContentPlaceContent_ContentConentA .member_box p {
    line-height: 1.8;
    font-size: 93.75%; /*繼承*//*0.95rem98*/
	width: 100%;
	/*height: 15%;*/
    color: inherit;	
	
	margin-top: 0;
	margin-bottom: 0.3rem;	
}

#ContentPlaceContent_ContentConentA .member_box img,
#ContentPlaceContent_ContentConentA .member_box img.img-responsive {
    display: block;
    max-width: 100%;
	height: auto;
	object-fit: cover;
}
#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: var(--blackcolor);
}
.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: var(--blackcolor);
}
.fullpage-wrapper .division_boxDIV .IMG-BOX-content a:hover,
.fullpage-wrapper .division_boxDIV .P-BOX-content a:hover {
    color: var(--blackcolor);
}
/* ================================================================== */
/* ==  內頁  組織編制 / 師資 ========================================== */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁  組織編制 / 師資 ( 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-color: #dfe8f6;
	border-bottom: 1px solid var(--blackcolor);
}
.fullpage-wrapper #ContentPlaceContent_ContentConentA #page-content .lcm-box .lcm-1-bg-border-blue.line-height-3 {
	line-height: 3;
}
/* ================================================================== */
/* ==  內頁  組織編制 / 師資 ( Cara 版 ) ============================== */
/* ================================================================== */



/* ================================================================== */
/* ==  內頁  學術研究 碩士論文 / 碩士在職專班論文 / 博士班論文  20231219 ==== */
/* ================================================================== */
#ContentPlaceContent_ContentConentA .masters-thesis.table-striped tbody tr:nth-child(2n+1) {
    background-color: #d9e2f3;
}
@media (max-width: 767px) {
	#ContentPlaceContent_ContentConentA .masters-thesis.table-striped thead tr th:nth-child(1) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .masters-thesis.table-striped thead tr th:nth-child(2) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .masters-thesis.table-striped thead tr th:nth-child(3) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .masters-thesis.table-striped thead tr th:nth-child(4) {
        width: 340%;
    }
}
@media (min-width: 768px) {
	#ContentPlaceContent_ContentConentA .masters-thesis.table-striped thead tr th:nth-child(1) {
        width: 10%;
    }
    #ContentPlaceContent_ContentConentA .masters-thesis.table-striped thead tr th:nth-child(2) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .masters-thesis.table-striped thead tr th:nth-child(3) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .masters-thesis.table-striped thead tr th:nth-child(4) {
        width: 50%;
    }
}

/* ------------------------------------------------ */
#ContentPlaceContent_ContentConentA .master-in-service.table-striped tbody tr:nth-child(2n+1) {
    background-color: #fde9d9;
}
@media (max-width: 767px) {
	#ContentPlaceContent_ContentConentA .master-in-service.table-striped thead tr th:nth-child(1) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .master-in-service.table-striped thead tr th:nth-child(2) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .master-in-service.table-striped thead tr th:nth-child(3) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .master-in-service.table-striped thead tr th:nth-child(4) {
        width: 340%;
    }
}
@media (min-width: 768px) {
	#ContentPlaceContent_ContentConentA .master-in-service.table-striped thead tr th:nth-child(1) {
        width: 10%;
    }
    #ContentPlaceContent_ContentConentA .master-in-service.table-striped thead tr th:nth-child(2) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .master-in-service.table-striped thead tr th:nth-child(3) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .master-in-service.table-striped thead tr th:nth-child(4) {
        width: 50%;
    }
}

/* ------------------------------------------------ */
#ContentPlaceContent_ContentConentA .doctoral-dissertation.table-striped tbody tr:nth-child(2n+1) {
    background-color: #e5dfec;
}
@media (max-width: 767px) {
	#ContentPlaceContent_ContentConentA .doctoral-dissertation.table-striped thead tr th:nth-child(1) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .doctoral-dissertation.table-striped thead tr th:nth-child(2) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .doctoral-dissertation.table-striped thead tr th:nth-child(3) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .doctoral-dissertation.table-striped thead tr th:nth-child(4) {
        width: 340%;
    }
}
@media (min-width: 768px) {
	#ContentPlaceContent_ContentConentA .doctoral-dissertation.table-striped thead tr th:nth-child(1) {
        width: 10%;
    }
    #ContentPlaceContent_ContentConentA .doctoral-dissertation.table-striped thead tr th:nth-child(2) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .doctoral-dissertation.table-striped thead tr th:nth-child(3) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .doctoral-dissertation.table-striped thead tr th:nth-child(4) {
        width: 50%;
    }
}
/* ================================================================== */
/* ==  內頁  學術研究 碩士論文 / 碩士在職專班論文 / 博士班論文  20231219 ==== */
/* ================================================================== */



/* ================================================================== */
/* ==  內頁  系所簡介 歷屆系主任  20231219 ============================== */
/* ================================================================== */
#ContentPlaceContent_ContentConentA .department-chair.table-striped tbody tr:nth-child(2n+1) {
    background-color: #eaeaea;
}
@media (max-width: 767px) {
	#ContentPlaceContent_ContentConentA .department-chair.table-striped thead tr th:nth-child(1) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .department-chair.table-striped thead tr th:nth-child(2) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .department-chair.table-striped thead tr th:nth-child(3) {
        width: 60%;
    }
}
@media (min-width: 768px) {
	#ContentPlaceContent_ContentConentA .department-chair.table-striped thead tr th:nth-child(1) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .department-chair.table-striped thead tr th:nth-child(2) {
        width: 20%;
    }
    #ContentPlaceContent_ContentConentA .department-chair.table-striped thead tr th:nth-child(3) {
        width: 60%;
    }
}
/* ================================================================== */
/* ==  內頁  系所簡介 歷屆系主任  20231219 ============================== */
/* ================================================================== */



/* ================================================================== */
/* ==  內頁  區塊式_圖文列表 + 條列式_圖文列表 =========================== */
/* ================================================================== */
/* ======================================== */
/* 分類查詢 ================================ */
.CategoryBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;    
    font-size: 93.75%;
    margin: 30px 0;
    padding: 10px 20px 10px 20px;
    background-color: #f5f5f5;
}
.CategoryBar p {
    margin: 16px 0;
}
@media only screen and (max-width: 991px) {
    .CategoryBar {
        margin-top: 0
    }
}
@media only screen and (max-width: 991px) {
    .CategoryBar {
        padding: 15px 15px 15px 15px;
    }
}

.CategoryBar .LeftDiv,
.CategoryBar .RightDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .CategoryBar .LeftDiv,
    .CategoryBar .RightDiv {
        width: 100%;
    }
    .CategoryBar .RightDiv {
        justify-content: flex-end;
    }
}

.CategoryBar .select-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .CategoryBar .select-wrap {
        width: 100%;
    }
}

.CategoryBar .tit-text {
    margin: 0 10px 0 0;
}
/* ============================= */
/* ============================= */
.CategoryBar .select-wrap .Customize-select {
    position: relative;
    min-width: 350px;
}
@media only screen and (max-width: 991px) {
    .CategoryBar .select-wrap .Customize-select {
        min-width: 100%;
    }
}
.CategoryBar .select-wrap select {
    appearance: none;            /*  safari  */
    -webkit-appearance: none;    /*  other styles for aesthetics */
    width: 100%;
    height: 52px;
    font-size: 100%;
    padding: 0.675em 6em 0.675em 1em;    
    border-radius: 0.25rem;
    color: var(--blackcolor);
    border: 1px solid rgba(0,0,0,0.10);
    background-color: var(--FFFcolor);
    cursor: pointer;
}

.CategoryBar .select-wrap .Customize-select::before,
.CategoryBar .select-wrap .Customize-select::after {  
    content: "";
    position: absolute;
    right: 1rem;
    pointer-events: none;
}

.CategoryBar .select-wrap .Customize-select::before {
    border-left: 4.8px solid transparent; /*--size: 0.3rem;*/
    border-right: 4.8px solid transparent;
    border-bottom: 4.8px solid black;
    top: 40%;
}
.CategoryBar .select-wrap .Customize-select::after {
    border-left: 4.8px solid transparent;
    border-right: 4.8px solid transparent;
    border-top: 4.8px solid black;
    top: 55%;
}

.CategoryBar .select-wrap .Customize-select select {
    color: var(--color_006DCE);   
}
.CategoryBar .select-wrap .Customize-select select > option {
    color: var(--blackcolor);
    background-color: var(--FFFcolor);
}
/* ============================= */

/* ==  搜尋區 ================= */
.CategoryBar .search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .CategoryBar .search-wrap {
        width: 100%;
    }
}
    
.CategoryBar .search-wrap .searchDIV {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .CategoryBar .search-wrap .searchDIV {
        width: 100%;
    }
}

.CategoryBar .search-wrap .searchDIV input {
    font-size: 100%;
    width: 100%;    
    height: 52px;
    padding-left: 18px;
    padding-right: 44px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: var(--FFFcolor);
}

.CategoryBar .search-wrap .searchDIV button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    font-size: 100%;
    color: var(--blackcolor);
    z-index: 1;    
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: var(--FFFcolor);
    
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.CategoryBar .search-wrap .searchDIV button i {
    font-size: 125%;
    color: var(--G777color);
}
.CategoryBar .search-wrap .searchDIV button:hover i {
    color: var(--FFFcolor);
}
.CategoryBar .search-wrap div button:hover {
    color: var(--blackcolor);
    border-top: 1px solid var(--color_006DCE);
    border-right: 1px solid var(--color_006DCE);
    border-left: 1px solid var(--color_006DCE);
    border-bottom: 1px solid var(--color_006DCE);
    background-color: transparent;
}
/* ==  搜尋區 ================= */

/* ==  ICON區 ================= */
.CategoryBar .view-modes {
	position: relative;
	float: right;
	margin-left: 10px;
}

.CategoryBar .mode{
	position: relative;
	float: left;
	margin-left: 10px;
}

.CategoryBar .mode a {
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
	width: 46px;
	height: 48px;
	line-height: 46px;
	font-size: 18px;
	border: 1px solid rgba(0,0,0,0.10);
	text-align: center;
	color: var(--G777color);
}

.CategoryBar .mode a:hover,
.CategoryBar .mode a:focus,
.CategoryBar .mode a.active {
	color: var(--color_006DCE) !important;
	border: 1px solid var(--color_006DCE);
}
/* ==  ICON區 ================= */
/* 分類查詢 ================================ */
/* ======================================== */

/* ======================================== */
/* 分類按鈕 ================================ */
.ButtonBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    font-size: 93.75%;
    margin: 30px 0;
    padding: 10px 20px 10px 20px;
    background-color: #f5f5f5;
}

.ButtonBar .nav-link {
    display: block;
    color: var(--blackcolor);
    padding: .5rem 1rem;
    margin: 5px 2px;
    border: 1px solid rgba(0,0,0,0.10);
    background-color: transparent;
}

.ButtonBar .nav-link:hover,
.ButtonBar .nav-link.active {
    color: var(--blackcolor);
    border: 1px solid var(--blackcolor);
    background-color: transparent;
}
/* 分類按鈕 ================================ */
/* ======================================== */

/* ======================================== */
/* 看板人物__3( Row排 )列表 ================= */
.articles_itemBoxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
/* ...................................... */
.articles_itemBoxs .articles_item {
    padding: 2vw;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
    .articles_itemBoxs .articles_item {
        padding: 6vw;
    }
}
/* ...................................... */
.articles_itemBoxs .card_content {
    display: flex;
    position: relative;
    flex-direction: column
}
/* ...................................... */
.articles_itemBoxs .card_content .card_figure {
    margin-bottom: 0;
    background-color: var(--color_006DCE);
}

.articles_itemBoxs .card_content .card_image_link {
    display: block;    
    position: relative;
    aspect-ratio: 4/4;
    overflow: hidden;
    z-index: 1;
}

.articles_itemBoxs .card_content .card_image_link:hover .card_image,
.articles_itemBoxs .card_content .card_image_link:focus .card_image,
.articles_itemBoxs .card_content .card_image_link:active .card_image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.articles_itemBoxs .card_content .card_image {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
    transition-duration: .7s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
/* ...................................... */
.articles_itemBoxs .card_content .card_catDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
/* ...................................... */
.articles_itemBoxs .card_content .card_cat {
    text-align: right
}

.articles_itemBoxs .card_content .card_cat_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: var(--blackcolor);
    font-size: 87.5%;
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.articles_itemBoxs .card_content .card_cat_link span.s-line,
.articles_itemBoxs .card_content .card_cat_link span.s-tle {
    position: relative;
}
.articles_itemBoxs .card_content .card_cat_link span.s-line {
    color: var(--color_006DCE);
    margin-right: 3px;
}
/*.articles_itemBoxs .card_content .card_cat_link:hover,
.articles_itemBoxs .card_content .card_cat_link:focus,
.articles_itemBoxs .card_content .card_cat_link:active {
    color: var(--G777color);
}*/

.articles_itemBoxs .card_content .card_cat_link span.s-tle::before {
    content: "｜";
    position: relative;
    top: -1px;
    margin: 0 3px;
}
.articles_itemBoxs .card_content .card_cat_link span:nth-child(2).s-tle::before {
    display: none;
}

/*.articles_itemBoxs .card_content .card_cat_link:not(:first-child) {
    margin-left: .2rem
}
.articles_itemBoxs .card_content .card_cat_link:not(:first-child):before {
    margin-right: .3rem;
    content: "/"
}*/

/* ...................................... */
.articles_itemBoxs .card_content .card_time {
    display: inline-block;
    color: var(--G777color);
    font-weight: 400;
    font-size: 87.5%;
}
/* ...................................... */
.articles_itemBoxs .card_content .card_titleDiv {    
    font-size: 93.75%;
    height: 72px;
    margin-top: 8px;
    text-align: left;
}

.articles_itemBoxs .card_content .card_title {
    font-size: 93.75%;
    color: var(--blackcolor);
    font-weight: 500;
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 51px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.articles_itemBoxs .card_content .card_title:hover,
.articles_itemBoxs .card_content .card_title:focus,
.articles_itemBoxs .card_content .card_title:active {
    color: var(--color_006DCE);
}
/* 看板人物__3( Row排 )列表 ================= */
/* ======================================== */

/* ======================================== */
/* 看板人物__N ( Column列 )_列表 ============ */
.articles_itemBoxs_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
    .articles_itemBoxs_2 {}
}
/* ...................................... */
.articles_itemBoxs_2 .articles_item {
    padding: 2vw;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
    .articles_itemBoxs_2 .articles_item {
        padding: 6vw;
    }
}
/* ...................................... */
.articles_itemBoxs_2 .card_content_2 {
    display: flex;
    position: relative;
    flex-direction: row;
}
@media only screen and (max-width: 991px) {
    .articles_itemBoxs_2 .card_content_2 {
        flex-direction: column;
    }
}
/* ...................................... */
.articles_itemBoxs_2 .card_content_2 .card_figure {
    margin-bottom: 0
}

.articles_itemBoxs_2 .card_content_2 .card_image_link {
    display: block;    
    position: relative;
    aspect-ratio: 4/4;
    overflow: hidden;
    z-index: 1;
}

.articles_itemBoxs_2 .card_content_2 .card_image_link:hover .card_image,
.articles_itemBoxs_2 .card_content_2 .card_image_link:focus .card_image,
.articles_itemBoxs_2 .card_content_2 .card_image_link:active .card_image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.articles_itemBoxs_2 .card_content_2 .card_image {    
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    
    transition-duration: .7s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
@media only screen and (max-width: 991px) {
    .articles_itemBoxs_2 .card_content_2 .card_image {
        position: relative;
        max-width: 100%;
    }
}
/* ...................................... */
.articles_itemBoxs_2 .card_content_2 .card_catDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
/* ...................................... */
.articles_itemBoxs_2 .card_content_2 .card_cat {
    text-align: right
}

.articles_itemBoxs_2 .card_content_2 .card_cat_link {
    display: inline-block;
    color: var(--blackcolor);
    font-size: 87.5%;
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.articles_itemBoxs_2 .card_content_2 .card_cat_link span.s-line,
.articles_itemBoxs_2 .card_content_2 .card_cat_link span.s-tle {
    position: relative;
}
.articles_itemBoxs_2 .card_content_2 .card_cat_link span.s-line {
    color: var(--color_006DCE);
    margin-right: 3px;
}
/*.articles_itemBoxs_2 .card_content_2 .card_cat_link:hover,
.articles_itemBoxs_2 .card_content_2 .card_cat_link:focus,
.articles_itemBoxs_2 .card_content_2 .card_cat_link:active {
    color: var(--G777color);
}*/

.articles_itemBoxs_2 .card_content_2 .card_cat_link span.s-tle::before {
    content: "｜";
    position: relative;
    top: -1px;
    margin: 0 3px;
}
.articles_itemBoxs_2 .card_content_2 .card_cat_link span:nth-child(2).s-tle::before {
    display: none;
}

/*.articles_itemBoxs_2 .card_content_2 .card_cat_link:not(:first-child) {
    margin-left: .2rem
}
.articles_itemBoxs_2 .card_content_2 .card_cat_link:not(:first-child):before {
    margin-right: .3rem;
    content: "/"
}*/

/* ...................................... */
.articles_itemBoxs_2 .card_content_2 .card_time {
    display: inline-block;
    color: var(--G777color);
    font-weight: 400;
    font-size: 87.5%;
}
/* ...................................... */
.articles_itemBoxs_2 .card_content_2 .card_titleDiv {    
    font-size: 93.75%;
    height: 72px;
    margin-top: 8px;
}

.articles_itemBoxs_2 .card_content_2 .card_title {
    color: var(--blackcolor);
    font-weight: 500;
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 3;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 72px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.articles_itemBoxs_2 .card_content_2 .card_title:hover,
.articles_itemBoxs_2 .card_content_2 .card_title:focus,
.articles_itemBoxs_2 .card_content_2 .card_title:active {
    color: var(--G777color);
}
/* 看板人物__N ( Column列 )_列表 ============ */
/* ======================================== */
/* ================================================================== */
/* ==  內頁  區塊式_圖文列表 + 條列式_圖文列表 =========================== */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁  區塊式_圖文列表 + 條列式_圖文列表 --> 內容顯示頁 ============== */
/* ================================================================== */
#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .typeBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
@media (max-width: 575px) {
	#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .typeBox {
		margin-bottom: 15px;
	}
}
@media (min-width: 576px) {
    #ContentPlaceContent_ContentConentA.col-sm-12.col-12 .typeBox {
		margin-bottom: 30px;
	}
}

#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .item_type01, 
#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .item_type02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    
    position: relative;    
    width: max-content;
    
    color: var(--blackcolor);
    padding: 4px 10px;
    margin-right: 10px;
    /*margin-bottom: 15px;*/
    
    border: 1px solid var(--blackcolor);
    background-color: var(--FFFcolor);
}
@media (max-width: 575px) {
	#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .item_type01, 
    #ContentPlaceContent_ContentConentA.col-sm-12.col-12 .item_type02 {
		font-size: 81.25%;
	}
}
@media (min-width: 576px) {
    #ContentPlaceContent_ContentConentA.col-sm-12.col-12 .item_type01, 
    #ContentPlaceContent_ContentConentA.col-sm-12.col-12 .item_type02 {
		font-size: 87.5%;
	}
}

#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .item_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    
    position: relative;    
    width: max-content;
    
    color: var(--blackcolor);
    padding: 4px 10px;
    margin-right: 10px;
    /*margin-bottom: 15px;*/
    
    /*border: 1px solid var(--blackcolor);*/
    background-color: var(--FFFcolor);
}
@media (max-width: 575px) {
	#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .item_label {
		font-size: 62.5%;
	}
}
@media (min-width: 576px) {
    #ContentPlaceContent_ContentConentA.col-sm-12.col-12 .item_label {
		font-size: 68.75%;
	}
}

#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .T-color {
    color: var(--FFFcolor);
    background-color: #004aa5;
}
#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .H-color {
    color: var(--FFFcolor);
    background-color: #ce1800;
}
#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .N-color {
    color: var(--blackcolor);
    background-color: #fda601;
}
/* ======================================================= */

#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .P-BOX {
    position: relative;
    display: block;
}
#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .P-BOX p {
    font-size: 100%;
    color: var(--blackcolor);
    margin-top: 0;
    margin-bottom: 1rem;
}
#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .P-BOX p a {
    color: var(--blackcolor);
}
#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .P-BOX p a:hover {
    color: var(--blackcolor);
}

#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .IMG-BOX {
    position: relative;
    display: block;
}

#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .P-BOX caption,
#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .IMG-BOX caption {
    display: none;
}
/* ================================================================== */
/* ==  內頁  區塊式_圖文列表 + 條列式_圖文列表 --> 內容顯示頁 ============== */
/* ================================================================== */



/* ================================================================== */
/* ==  內頁  customize_btn VIEW ALL更多 +  =========================== */
/* ================================================================== */
/*----------------------------------------------*/
#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .customize_btn {
    position: relative;
    display: inline-block;
    margin-left: 0 !important;
}
@media only screen and (max-width: 991px) {
    #ContentPlaceContent_ContentConentA.col-sm-12.col-12 .customize_btn {
        margin-top: 40px;
    }
}
/*----------------------------------------------*/
#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .customize_btn .Btn_s1 {
    position: relative;
    display: block;
    
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;    
    
    padding: 10px 40px;    
    width: 100%;
    overflow: hidden;
    z-index: 1;
    
    color: var(--G999color);
    border-radius: 999999px;
    border: 1px solid var(--G999color);
    background-color: var(--FFFcolor);
    
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media (max-width: 575px) {
    #ContentPlaceContent_ContentConentA.col-sm-12.col-12 .customize_btn .Btn_s1 {
        font-size: 68.75%;
        padding: 3px 16px;
    }
}
@media (min-width: 575px) {
    #ContentPlaceContent_ContentConentA.col-sm-12.col-12 .customize_btn .Btn_s1 {
        font-size: 75%;
        font-weight: 600;
        padding: 4px 20px;
    }
}
#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .customize_btn .Btn_s1::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    color: var(--FFFcolor);
    border-radius: 999999px;
    border: 1px solid var(--color_006DCE);
    background-color: var(--color_006DCE);    
    
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .customize_btn .Btn_s1:hover {
    color: var(--FFFcolor);
    border: 1px solid transparent;
}
#ContentPlaceContent_ContentConentA.col-sm-12.col-12 .customize_btn .Btn_s1:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* ================================================================== */
/* ==  內頁  customize_btn VIEW ALL更多 +  =========================== */
/* ================================================================== */



/* ================================================================== */
/* ==  內頁 - 新多層次 ( column 直式 ) 左邊選單  ======================== */
/* ================================================================== */
/* --// .Left-Second-navBox //--------------------------------------- */
.Left-Second-navBox {
    display: block;
    width: 100%;
}
/*----------------------------------------------*/
.Left-Second-navBox ul li.active .collapse.in {
    display: block;
}

.Left-Second-navBox ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    
    background-color: rgba(0, 0, 0, 0.0125);
}
@media (max-width: 991px) {
    .Left-Second-navBox ul {     
         display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
@media (min-width: 992px) {
    .Left-Second-navBox ul {
         display: inline-block;
    }
}

.Left-Second-navBox a,
.Left-Second-navBox a:hover,
.Left-Second-navBox a:focus,
.Left-Second-navBox a:active {
    outline: none;
}

/* 第一層 MENU LI  */
.Left-Second-navBox ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 991px) {
    /* 第一層 MENU LI  */
    .Left-Second-navBox ul li {        
        width: calc((100% - (2.5px * 4)) / 2);
        /*width: calc((100% - (2.5px * 6)) / 3);*/        /* =col4 x 3個 */
        /*width: calc((100% - (2.5px * 8)) / 4);*/        /* =col3 x 4個 */
        /*width: calc((100% - (2.5px * 10)) / 5);*/       /* =col-? x 5個 */
        /*width: calc((100% - (2.5px * 12)) / 6);*/       /* =col2 x 6個 */
        /*width: 100%;*/
    }
    /* 第二層 MENU LI  */
    .Left-Second-navBox  ul li > ul li,
    /* 第三層 MENU LI  */
    .Left-Second-navBox ul li ul li > ul li,
    /* 第四層 MENU LI  */
    .Left-Second-navBox ul li ul li ul li > ul li,
    /* 第五層 MENU LI  */
    .Left-Second-navBox ul li ul li ul li ul li > ul li,
    /* 第六層 MENU LI  */
    .Left-Second-navBox ul li ul li ul li ul li ul li > ul li,
    /* 第七層 MENU LI  */
    .Left-Second-navBox ul li ul li ul li ul li ul li ul li > ul li {
        width: 100%;
    }
}
@media (min-width: 992px) {
    /* 第一層 MENU LI  */
    .Left-Second-navBox ul li
    /* 第二層 MENU LI  */
    .Left-Second-navBox  ul li > ul li,
    /* 第三層 MENU LI  */
    .Left-Second-navBox ul li ul li > ul li,
    /* 第四層 MENU LI  */
    .Left-Second-navBox ul li ul li ul li > ul li,
    /* 第五層 MENU LI  */
    .Left-Second-navBox ul li ul li ul li ul li > ul li,
    /* 第六層 MENU LI  */
    .Left-Second-navBox ul li ul li ul li ul li ul li > ul li,
    /* 第七層 MENU LI  */
    .Left-Second-navBox ul li ul li ul li ul li ul li ul li > ul li {
        width: 100%;
    }
}

.Left-Second-navBox  ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    
    font-size: 93.75%;
}

/*===============================================*/
/* 第一層 MENU */
.Left-Second-navBox ul li.m-link a {
    padding: 15px 5px 15px 15px;
    color: var(--blackcolor);
    
    border-radius: 4px;
    border: 1px solid #dddddd;
    background-color: transparent;
}
.Left-Second-navBox ul li.m-link a {
    margin-bottom: 5px;
}

/* 第二層 MENU */
.Left-Second-navBox ul li > ul li a {
    padding: 10px 5px 10px 15px !important;
}
/* 第三層 MENU */
.Left-Second-navBox ul li ul li > ul li a {
    padding: 10px 5px 10px 15px !important;
}
/* 第四層 MENU */
.Left-Second-navBox ul li ul li ul li > ul li a {
    padding: 10px 5px 10px 15px !important;
}
/* 第五層 MENU */
.Left-Second-navBox ul li ul li ul li ul li > ul li a {
    padding: 10px 5px 10px 15px !important;
}
/* 第六層 MENU */
.Left-Second-navBox ul li ul li ul li ul li ul li > ul li a {
    padding: 10px 5px 10px 15px !important;
}
/* 第七層 MENU */
.Left-Second-navBox ul li ul li ul li ul li ul li ul li > ul li a {
    padding: 10px 5px 10px 15px !important;
}



/*===============================================*/
/* 第一層 ul li a */
.Left-Second-navBox ul li.m-link a:hover,
.Left-Second-navBox ul li.m-link a:focus,
.Left-Second-navBox ul li.active a.a-focus,
.Left-Second-navBox ul li.m-link a:active,
/* 第二層 ul li ul li a */
.Left-Second-navBox ul li > ul li a:hover,
.Left-Second-navBox ul li > ul li a:focus,
.Left-Second-navBox ul li > ul li.active a.a-focus
.Left-Second-navBox ul li > ul li a:active,
/* 第三層 ul li ul li ul li a */
.Left-Second-navBox ul li ul li > ul li a:hover,
.Left-Second-navBox ul li ul li > ul li a:focus,
.Left-Second-navBox ul li ul li > ul li.active a.a-focus
.Left-Second-navBox ul li ul li > ul li a:active {
    text-decoration: none;
    color: var(--FFFcolor) !important;
    border: 1px solid #dddddd;
    background-color: var(--color_006DCE) !important;    
}

.Left-Second-navBox ul li.active a.a-focus {
    color: var(--FFFcolor);
    border: 1px solid #dddddd;
    background-color: var(--color_006DCE) !important;
}
/*===============================================*/
.Left-Second-navBox .arrow {
    position: relative;    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    width: 20px;
    height: 20px;
    background-color: transparent;    
    float: right;
}
/* 第一層 箭頭位置 */
.Left-Second-navBox ul li .arrow {
    right: 0px;
}
/* 第二層 箭頭位置 */
.Left-Second-navBox ul li ul li .arrow {
    right: 0px;
}
/* 第三層 箭頭位置 */
.Left-Second-navBox ul li ul li .arrow {
    right: 0px;
}
/* 第四層 箭頭位置 */
.Left-Second-navBox ul li ul li .arrow {
    right: 0px;
}
/* 第五層 箭頭位置 */
.Left-Second-navBox ul li ul li .arrow {
    right: 0px;
}
/* 第六層 箭頭位置 */
.Left-Second-navBox ul li ul li .arrow {
    right: 0px;
}
/* 第七層 箭頭位置 */
.Left-Second-navBox ul li ul li .arrow {
    right: 0px;
}

.Left-Second-navBox .arrow:before {
    position: relative;
    top: 0; 
    left: 1px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    font-size: 81.25%;
}
/* --// .Left-Second-navBox //--------------------------------------- */
/* ================================================================== */
/* ==  內頁 - 新多層次 ( column 直式 ) 左邊選單  ======================== */
/* ================================================================== */

/* ================================================================== */
/* ==  內頁 - 新多層次 ( row 橫式 ) 左邊選單 ( 內容上方__無左邊側邊選單 )  == */
/* ================================================================== */
/* --// .Row-Second-navBox //---ㄦ------------------------------------ */
.Row-Second-navBox {
    display: block;
    width: 100%;
}
/*----------------------------------------------*/
.Row-Second-navBox ul li.active .collapse.in {
    display: block;
}

.Row-Second-navBox ul {
    /*display: inline-block;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.Row-Second-navBox a,
.Row-Second-navBox a:hover,
.Row-Second-navBox a:focus,
.Row-Second-navBox a:active {
    outline: none;
}

.Row-Second-navBox ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 991px) {
    /* 第一層 MENU LI  */
    .Row-Second-navBox ul li {        
        width: calc((100% - (2.5px * 4)) / 2);        /* =col6 x 2個 */
        /*width: calc((100% - (2.5px * 6)) / 3);*/        /* =col4 x 3個 */
        /*width: calc((100% - (2.5px * 8)) / 4);*/        /* =col3 x 4個 */
        /*width: calc((100% - (2.5px * 10)) / 5);*/       /* =col-? x 5個 */
        /*width: calc((100% - (2.5px * 12)) / 6);*/       /* =col2 x 6個 */
        /*width: 100%;*/
    }
    /* 第二層 MENU LI  */
    .Row-Second-navBox ul li > ul li,
    /* 第三層 MENU LI  */
    .Row-Second-navBox ul li ul li > ul li,
    /* 第四層 MENU LI  */
    .Row-Second-navBox ul li ul li ul li > ul li,
    /* 第五層 MENU LI  */
    .Row-Second-navBox ul li ul li ul li ul li > ul li,
    /* 第六層 MENU LI  */
    .Row-Second-navBox ul li ul li ul li ul li ul li > ul li,
    /* 第七層 MENU LI  */
    .Row-Second-navBox ul li ul li ul li ul li ul li ul li > ul li {
        width: 100%;
    }
}
@media (min-width: 992px) {
    /* 第一層 MENU LI  */
    .Row-Second-navBox ul li {
        width: calc((100% - (2.5px * 8)) / 4);        /* =col3 x 4個 */
    }
    /* 第二層 MENU LI  */
    .Row-Second-navBox  ul li > ul li,
    /* 第三層 MENU LI  */
    .Row-Second-navBox ul li ul li > ul li,
    /* 第四層 MENU LI  */
    .Row-Second-navBox ul li ul li ul li > ul li,
    /* 第五層 MENU LI  */
    .Row-Second-navBox ul li ul li ul li ul li > ul li,
    /* 第六層 MENU LI  */
    .Row-Second-navBox ul li ul li ul li ul li ul li > ul li,
    /* 第七層 MENU LI  */
    .Row-Second-navBox ul li ul li ul li ul li ul li ul li > ul li {
        width: 100%;
    }
}

.Row-Second-navBox  ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
/*===============================================*/
/* 第一層 MENU */
.Row-Second-navBox ul li.m-link a {
    padding: 10px 15px;
    color: var(--blackcolor);
    
    border-radius: 4px;
    border: 1px solid #dddddd;
    background-color: transparent;
}
.Row-Second-navBox ul li.m-link a {
    margin-bottom: 5px;
}

/* 第二層 MENU */
.Row-Second-navBox ul li > ul li a {
    padding: 10px 10px 10px 24px !important;
}

/* 第三層 MENU */
.Row-Second-navBox ul li ul li > ul li a {
    padding: 10px 10px 10px 32px !important;
}
/* 第四層 MENU LI  */
.Row-Second-navBox ul li ul li ul li > ul li a {
    padding: 10px 10px 10px 40px !important;
}
/* 第五層 MENU LI  */
.Row-Second-navBox ul li ul li ul li ul li > ul li a {
    padding: 10px 10px 10px 48px !important;
}
/* 第六層 MENU LI  */
.Row-Second-navBox ul li ul li ul li ul li ul li > ul li a {
    padding: 10px 10px 10px 56px !important;
}
/* 第七層 MENU LI  */
.Row-Second-navBox ul li ul li ul li ul li ul li ul li > ul li a {
    padding: 10px 10px 10px 64px !important;
}
/*===============================================*/
/* 第一層 ul li a */
.Row-Second-navBox ul li.m-link a:hover,
.Row-Second-navBox ul li.m-link a:focus,
.Row-Second-navBox ul li.m-link a:active,

/* 第二層 ul li > ul li a */
.Row-Second-navBox ul li > ul li a:hover,
.Row-Second-navBox ul li > ul li a:focus,
.Row-Second-navBox ul li > ul li a:active,

/* 第三層 ul li ul li > ul li a */
.Row-Second-navBox ul li ul li > ul li a:hover,
.Row-Second-navBox ul li ul li > ul li a:focus,
.Row-Second-navBox ul li ul li > ul li a:active,

/* 第四層 ul li ul li ul li > ul li a */
.Row-Second-navBox ul li ul li ul li > ul li a:hover,
.Row-Second-navBox ul li ul li ul li > ul li a:focus,
.Row-Second-navBox ul li ul li ul li > ul li a:active,

/* 第五層 ul li ul li ul li ul li > ul li a */
.Row-Second-navBox ul li ul li ul li ul li > ul li a:hover,
.Row-Second-navBox ul li ul li ul li ul li > ul li a:focus,
.Row-Second-navBox ul li ul li ul li ul li > ul li a:active,

/* 第六層 ul li ul li ul li ul li ul li > ul li a */
.Row-Second-navBox ul li ul li ul li ul li ul li > ul li a:hover,
.Row-Second-navBox ul li ul li ul li ul li ul li > ul li a:focus,
.Row-Second-navBox ul li ul li ul li ul li ul li > ul li a:active,

/* 第七層 ul li ul li ul li ul li ul li ul li > ul li a */
.Row-Second-navBox ul li ul li ul li ul li ul li ul li > ul li a:hover,
.Row-Second-navBox ul li ul li ul li ul li ul li ul li > ul li a:focus,
.Row-Second-navBox ul li ul li ul li ul li ul li ul li > ul li a:active
{
    text-decoration: none;
    color: var(--FFFcolor);
    border: 1px solid #dddddd;
    background-color: var(--color_006DCE);    
}

.Row-Second-navBox ul li.active a.a-focus {
    color: var(--FFFcolor);
    border: 1px solid #dddddd;
    background-color: var(--color_006DCE);
}
/*===============================================*/
.Row-Second-navBox .arrow {
    position: relative;    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    width: 20px;
    height: 20px;
    background-color: transparent;    
    float: right;
}
/* 第一層 箭頭位置 */
.Row-Second-navBox ul li .arrow {
    right: 0px;
}
/* 第二層 箭頭位置 */
.Row-Second-navBox ul li ul li .arrow {
    right: 0px;
}

.Row-Second-navBox .arrow:before {
    position: relative;
    top: 0; 
    left: 1px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    font-size: 81.25%;
}
/* --// .Row-Second-navBox //---ㄦ------------------------------------ */
/* ================================================================== */
/* ==  內頁 - 新多層次 ( row 橫式 ) 左邊選單 ( 內容上方__無左邊側邊選單 )  == */
/* ================================================================== */



/* ================================================================== */
/* ==  內頁 - 表格式_文字列表  置頂 + 熱門 + 最新 + 隱藏 + 重要 標籤 ======= */
/* ================================================================== */
/* 置頂 ALL label */
.label-top {
    color: var(--FFFcolor);
	background-color: #004aa5;
}
.label-top[href]:focus,.label-top[href]:hover {
    background-color: #4078BC;
}
    
.label-hot {
    color: var(--FFFcolor);
	background-color: #ce1800;
}
.label-hot[href]:focus,.label-hot[href]:hover {
    background-color: #DA5240;
}

.label-new {
    color: var(--blackcolor);
	background-color: #fda601;
}
.label-new[href]:focus,.label-new[href]:hover {
    background-color: #FEBC41;
}

.label-important {
    color: var(--blackcolor);
	background-color: #ff8000;
}
.label-important[href]:focus,.label-important[href]:hover {
    background-color: #eb9c4c;
}

.label-hide {
    color: var(--FFFcolor);
	background-color: var(--G777color);
}
.label-hide[href]:focus,.label-hide[href]:hover {
    background-color: var(--G999color);
}
/* 置頂 ALL label */
/* ================================================================== */
/* ==  內頁 - 表格式_文字列表  置頂 + 熱門 + 最新 + 隱藏 + 重要 標籤 ======= */
/* ================================================================== */




/* ================================================================== */
/* ==  內頁  受試者Q＆A  20240703 ===================================== */
/* ================================================================== */
/* ======================================== */
/* 分類查詢 ================================ */
#ContentPlaceContent_ContentConentA .CategoryBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;    
    font-size: 93.75%;
    margin: 30px 0;
    padding: 10px 20px 10px 20px;
    background-color: #ebebeb;
}
#ContentPlaceContent_ContentConentA .CategoryBar p {
    margin: 16px 0;
}
@media only screen and (max-width: 991px) {
    #ContentPlaceContent_ContentConentA .CategoryBar {
        margin-top: 0
    }
}
@media only screen and (max-width: 991px) {
    #ContentPlaceContent_ContentConentA .CategoryBar {
        padding: 15px 15px 15px 15px;
    }
}

#ContentPlaceContent_ContentConentA .select-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    #ContentPlaceContent_ContentConentA .select-wrap {
        width: 100%;
    }
}

#ContentPlaceContent_ContentConentA .CategoryBar .tit-text {
    margin: 0 10px 0 0;
}
/* ============================= */

#ContentPlaceContent_ContentConentA .select-wrap .Customize-select {
    position: relative;
    min-width: 350px;
}
@media only screen and (max-width: 991px) {
    #ContentPlaceContent_ContentConentA .select-wrap .Customize-select {
        min-width: 100%;
    }
}
#ContentPlaceContent_ContentConentA .select-wrap select {
    appearance: none;            /*  safari  */
    -webkit-appearance: none;    /*  other styles for aesthetics */
    width: 100%;
    font-size: 1.15rem;
    padding: 0.675em 6em 0.675em 1em;    
    border-radius: 0.25rem;
    color: var(--blackcolor);
    border: 1px solid var(--FFFcolor);
    background-color: var(--FFFcolor);    
    cursor: pointer;
}

#ContentPlaceContent_ContentConentA .select-wrap .Customize-select::before,
#ContentPlaceContent_ContentConentA .select-wrap .Customize-select::after {  
    content: "";
    position: absolute;
    right: 1rem;
    pointer-events: none;
}

#ContentPlaceContent_ContentConentA .select-wrap .Customize-select::before {
    border-left: 4.8px solid transparent; /*--size: 0.3rem;*/
    border-right: 4.8px solid transparent;
    border-bottom: 4.8px solid black;
    top: 40%;
}
#ContentPlaceContent_ContentConentA .select-wrap .Customize-select::after {
    border-left: 4.8px solid transparent;
    border-right: 4.8px solid transparent;
    border-top: 4.8px solid black;
    top: 55%;
}
/* ============================= */

#ContentPlaceContent_ContentConentA .search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    #ContentPlaceContent_ContentConentA .search-wrap {
        width: 100%;
    }
}
    
#ContentPlaceContent_ContentConentA .CategoryBar .search-wrap .searchDIV {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    #ContentPlaceContent_ContentConentA .CategoryBar .search-wrap .searchDIV {
        width: 100%;
    }
}

#ContentPlaceContent_ContentConentA .CategoryBar .search-wrap .searchDIV input {
    font-size: 100%;
    width: 100%;
    background-color: var(--FFFcolor);
    height: 60px;
    border: none;
    padding-left: 18px;
    padding-right: 44px;
}

#ContentPlaceContent_ContentConentA .CategoryBar .search-wrap .searchDIV button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    font-size: 100%;
    color: var(--blackcolor);
    z-index: 1;    
    border: none;
    background-color: var(--FFFcolor);
    
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
#ContentPlaceContent_ContentConentA .CategoryBar .search-wrap .searchDIV button i {
    font-size: 125%
}

#ContentPlaceContent_ContentConentA .CategoryBar .search-wrap div button:hover {
    color: var(--FFFcolor);
    background-color: var(--color_006DCE);
}

/* 分類查詢 ================================ */
/* ======================================== */

.faq_content #accordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--FFFcolor);
    background-clip: border-box;
    border: none;
    border-radius: 4px;
    margin-bottom: 15px;
}

.faq_content #accordion .card:last-child {
    margin-bottom: 0;
}

.faq_content .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
}

.faq_content .card-header .card-link {
    display: block;
    font-size: 106.25%;
    color: var(--blackcolor);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    text-decoration: none;
    padding: .75rem 1.25rem;
    background-color: #efefef;
    border: none;
}
.faq_content .card-header .card-link:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    float: right;
    color: #aaaaaa;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.faq_content .card-header .card-link:hover,
.faq_content .card-header .card-link:hover:before{
    color: var(--color_006DCE);
}

.faq_content .card-header .card-link.collapsed:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq_content .card-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 1.85rem;
    padding-bottom: 1.35rem;
}

.faq_content .card-body p {
    font-weight: 400;
    color: var(--blackcolor);
}

.faq_content .card-body p:last-child {
    margin-bottom: 0;
}
/* ================================================================== */
/* ==  內頁  受試者Q＆A  20240703 ===================================== */
/* ================================================================== */




/* =============================================================== */
/* ==  內頁  網路資源(圖文式) PHOTO ( photo_link_standardbox )  ===== */
/* =============================================================== */
#ContentPlaceContent_ContentConentA .photo_link_standardbox {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

#ContentPlaceContent_ContentConentA .photo_link_standardbox a {
	position: relative;
	display: block;
}
/* == // 向下三角形箭頭 // == */
#ContentPlaceContent_ContentConentA .photo_link_standardbox a::after {
	position: absolute;
	font-size: 62.5%;
	font-family: "FontAwesome";
	color: var(--G999color);
	right: 1px;	
	bottom: -2px;
	content: "◢";
}
@media (min-width: 320px) and (max-width: 992px) {
	#ContentPlaceContent_ContentConentA .photo_link_standardbox a::after {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
/* == // 向下三角形箭頭 // == */

#ContentPlaceContent_ContentConentA .photo_link_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;	
	/*height: 190px;*/
	border: 1px solid rgba(0,0,0,.125);
}
@media (min-width: 992px) and (max-width: 1200px) {
	#ContentPlaceContent_ContentConentA .photo_link_standardbox .img-box {
        aspect-ratio: 4/4;  /*1/1*//*4/3*//*6/4*//*16/9*/
		/*height: 122px;*/
	}
}
@media (min-width: 320px) and (max-width: 991px) {
	#ContentPlaceContent_ContentConentA .photo_link_standardbox .img-box {
        aspect-ratio: 4/4;  /*1/1*//*4/3*//*6/4*//*16/9*/
		/*height: 160px;*/
	}	
}
#ContentPlaceContent_ContentConentA .photo_link_standardbox .photo_iframe iframe,
#ContentPlaceContent_ContentConentA .photo_link_standardbox .img-box img {
	max-width: 100%;
	/*height: auto;*/
	object-fit: cover;
    
	cursor: pointer;
	margin: 2px;
	transition: all 0.6s;
}
#ContentPlaceContent_ContentConentA .photo_link_standardbox .img-box img:hover {
	transform: scale(1.2);
}

#ContentPlaceContent_ContentConentA .photo_link_standardbox figcaption {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	min-height: 60px;
	padding: 8px 16px 24px 16px;
	background-color: transparent; /*rgba(0, 0, 0, 0.025)*/
	border: 1px solid #DDDDDD;
}

#ContentPlaceContent_ContentConentA .photo_link_standardbox a figcaption h3 {
	position: relative;
	font-size: 100%;
	font-weight: bold;
	color: var(--blackcolor);
	text-align: left;
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	/*max-height: 60px;*/
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */	
    
    /*min-height: 60px;*/
}

#ContentPlaceContent_ContentConentA .photo_link_standardbox a figcaption h4 {
	position: relative;
	font-size: 93.75%;
	font-weight: 500;
	color: var(--G555color);
	text-align: left;
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */	
    
    min-height: 36px;
}

#ContentPlaceContent_ContentConentA .photo_link_standardbox figcaption .p_txt {	
	position: relative;
	font-size: 93.75%;
	line-height: 1.75;
	font-weight: 600;
	color: var(--G555color);
	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_link_standardbox:hover a::after {
	color: var(--color_006DCE);
}
#ContentPlaceContent_ContentConentA .photo_link_standardbox a:hover figcaption,
#ContentPlaceContent_ContentConentA .photo_link_standardbox a:hover figcaption h3,
#ContentPlaceContent_ContentConentA .photo_link_standardbox a:hover figcaption h4 {
	color: var(--FFFcolor);
	background-color: var(--color_006DCE);
}
/* == HOVER ======= */	
/* =============================================================== */
/* ==  內頁  網路資源(圖文式) PHOTO ( photo_link_standardbox )  ===== */
/* =============================================================== */




/* =============================================================== */
/* ==  內頁  頁面其他內容相關調整 ( JESS 新增 20250812 )  ============= */
/* =============================================================== */
#ContentPlaceContent_ContentConentA.ContentConentA ol li a {
	display: inline-block;
	margin-bottom: 0.5rem;
}

#ContentPlaceContent_ContentSubMenu .title_h2, 
#ContentPlaceContent_ContentSubMenu h2.title_h2, 
#ContentPlaceContent_ContentConentA .title_h2, 
#ContentPlaceContent_ContentConentA h2.title_h2 {
	font-size: 150%;
}

#ContentPlaceContent_ContentSubMenu .title_h3, 
#ContentPlaceContent_ContentSubMenu h3.title_h3, 
#ContentPlaceContent_ContentConentA .title_h3, 
#ContentPlaceContent_ContentConentA h3.title_h3 {
	font-size: 150%;
}

#ContentPlaceContent_ContentSubMenu .page-header .title_h3::before, 
#ContentPlaceContent_ContentSubMenu .page-header h3.title_h3::before, 
#ContentPlaceContent_ContentConentA .page-header .title_h3::before, 
#ContentPlaceContent_ContentConentA .page-header h3.title_h3::before {
	position: relative;
	top: 2px;
	content: " ";
	width: 8px;
	height: 28px;
	display: inline-block;
	background-color: var(--color_006DCE);
	vertical-align: text-top;
	margin-right: 10px;
}
/* =============================================================== */
/* ==  內頁  頁面其他內容相關調整 ( JESS 新增 20250812 )  ============= */
/* =============================================================== */




/* ========================================================================= */
/* ------ 首頁 CSS SubPages 所有內容設定開始 ---- 以上 END --------------------- */
/* ========================================================================= */







#ContentPlaceContent_ContentConentA .news_box {
	display: flex;
	position: relative;
	flex-direction: column;
	
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 2rem;
}

#ContentPlaceContent_ContentConentA .news_box .imgbox {
	display: block;
	position: relative;
	aspect-ratio: 4/3;
	overflow: hidden;
	padding-top: 1rem;
	padding-right: 1rem;
	padding-bottom: 0rem;
	padding-left: 1rem;
}

#ContentPlaceContent_ContentConentA .news_box img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	transition-duration: .7s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
#ContentPlaceContent_ContentConentA .news_box:hover .imgbox img {
	transform: scale(1.025);
}


#ContentPlaceContent_ContentConentA .news_box .txtbox {	
	padding-top: 0.5rem;
	padding-right: 1rem;
	padding-bottom: 0rem;
	padding-left: 1rem;
	text-align: left;
}

#ContentPlaceContent_ContentConentA .news_box .Category_Box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#ContentPlaceContent_ContentConentA .news_box .label_txt {
	position: relative;
	display: inline-block;
	font-size: 93.75%;
	margin-bottom: 0.25rem;
}
#ContentPlaceContent_ContentConentA .news_box .label_txt::before {
	content: "▍";
	position: relative;
	top: 0;
	left: 0;
	color: var(--color_006DCE);
}

#ContentPlaceContent_ContentConentA .news_box .h4_title,
#ContentPlaceContent_ContentConentA .news_box .h4_title a {
	position: relative;
    font-size: 100%;
    color: var(--blackcolor);
    font-weight: bold;
	height: 51px;
	
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 51px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
#ContentPlaceContent_ContentConentA .news_box .h4_title a:hover,
#ContentPlaceContent_ContentConentA .news_box .h4_title a:focus,
#ContentPlaceContent_ContentConentA .news_box .h4_title a:active {
    color: var(--color_006DCE);
}

#ContentPlaceContent_ContentConentA .news_box span.label {
	font-size: 75%; /*0.9375em*/
	line-height: 1.25;
	font-weight: 900;	
	/*width: 100%;*/
	/*width: 80px;*/
	text-align: center;
	padding: 2px 8px;
	border-radius: 4px;
    margin-left: 5px;
	margin-right: 5px;
	float: right;
}
#ContentPlaceContent_ContentConentA .news_box span.label.label-success {
	color: var(--FFFcolor);
	background-color: #004aa5;
}
#ContentPlaceContent_ContentConentA .news_box span.label.label-danger {
	color: var(--FFFcolor);
	background-color: #ce1800;
}
#ContentPlaceContent_ContentConentA .news_box span.label.label-warning {
	color: var(--blackcolor);
	background-color: #fda601;
}
#ContentPlaceContent_ContentConentA .news_box span.label.label-default {
	color: var(--FFFcolor);
	background-color: #5e5e5e;
}



#ContentPlaceContent_ContentConentA .photo_box a {
	display: inline-block;
	margin-bottom: 2rem;	
}
#ContentPlaceContent_ContentConentA .photo_box a figcaption {
	display: inline-block;
	width: 100%;
	height: 60px;
	padding: 0.75rem 0.5rem;
	margin: 0rem !important;
}
#ContentPlaceContent_ContentConentA .photo_box a .title {	
	font-weight: 500;	
	color: var(--blackcolor);
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}
#ContentPlaceContent_ContentConentA .photo_box a:hover .title {
	color: var(--color_006DCE);
}




