@charset "utf-8";
/* CSS Document */

/* ======================= */
/* -------------------------
**	內頁  自訂  IMG-BANNER ( Banner )
**	內頁  自訂  麵包屑
**	內頁 - 單層 左邊選單
**	內頁 - 單層 上邊選單
**	內頁  標準  第三層 MEN
**	內頁  新標準(華梵版)  第三層 + 第四層 ///// page-righttop-collapseMenu-01
**	內頁  新標準(華梵版)  第三層 + 第四層 ///// page-righttop-collapseMenu-02
**	內頁  H1~H6
**	內頁  HR
**	內頁  分頁按鍵
**	內頁  按鍵
**	內頁  公告日期+系統管理員 ICON / 文字設定
**  內頁  標準相簿 PHOTO ( photo_standardbox ) 
**  內頁  標準  教師 Members
**  內頁  組織編制 / 師資
**  內頁  組織編制 / 師資 ( Cara 版 )
**  內頁  學術研究 碩士論文 / 碩士在職專班論文 / 博士班論文  20231219
**  內頁  系所簡介 歷屆系主任  20231219

**  內頁  區塊式_圖文列表 + 條列式_圖文列表
**  內頁  區塊式_圖文列表 + 條列式_圖文列表 --> 內容顯示頁
**  內頁  customize_btn VIEW ALL更多 +

**  內頁 - 新多層次 ( column 直式 ) 左邊選單
**  內頁 - 新多層次 ( row 橫式 ) 左邊選單 ( 內容上方__無左邊側邊選單 )
**  內頁 - 表格式_文字列表  置頂 + 熱門 + 最新 + 隱藏 + 重要 標籤
**  內頁  受試者Q＆A
**  內頁  網路資源(圖文式) PHOTO ( photo_link_standardbox )
**  內頁  頁面其他內容相關調整 ( JESS 新增 20250812 )
**  內頁  客制資料顯示  20241203

**  內頁  活動報名_身分選擇
**  內頁  活動報名_身分內容說明
**  內頁  活動報名_線上報名
-------------------------- */
/* ======================= */



/* ========================================================================= */
/* ------ 首頁 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);
}
/* ===== [ Main Content HR分格線 ] ================================ */
.hrBox-bg {
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, transparent, rgba(233, 236, 239, 0.75), transparent);
}

hr.hr-double {
    border: 0;
    border-top: 3px double var(--G777color);
    border-left: none;
    border-right: none;
    background-color: transparent
}

hr.hr-edgeweak {
    border: 0;
    padding-top: 1px;
    /*background: linear-gradient(to right, transparent, var(--blackcolor), transparent);*/
    background: linear-gradient(to right, #00000030, var(--blackcolor), #00000030);
}

hr.T-double {
    margin-top: 1rem;
    margin-bottom: 0.225rem;
}
hr.B-double {
    margin-top: 0.225rem;
    margin-bottom: 1rem;
}
/* ===== [ Main Content HR分格線 ] ================================ */
/* ================================================================== */
/* ==  內頁  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 / 文字設定 ======================== */
/* ================================================================== */


/* =============================================================== */
/* ==  內頁  標準相簿 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: "/"
}*/
/* ...................................... */
.All_Standard_Content_CSS .priceDiv,
#ContentPlaceContent_ContentConentA .priceDiv {
	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;
    font-size: 100%;    
    color: var(--blackcolor);
}
.All_Standard_Content_CSS .priceDiv:not(:last-child),
#ContentPlaceContent_ContentConentA .priceDiv:not(:last-child) {
    margin-bottom: 20px
}

.All_Standard_Content_CSS .priceDiv span.new,
#ContentPlaceContent_ContentConentA .priceDiv span.new {
	font-size: 112.5%;
    color: var(--blackcolor);
    font-weight: 600;
	margin-left: 10px;
}

.All_Standard_Content_CSS .priceDiv span.old,
#ContentPlaceContent_ContentConentA .priceDiv span.old {
    font-size: 93.75%;
    text-decoration: line-through;
    color: var(--G999color);
}

.All_Standard_Content_CSS .priceDiv span.apply,
#ContentPlaceContent_ContentConentA .priceDiv span.apply {
    font-size: 93.75%;
    /*text-decoration: line-through;*/
    color: var(--G999color);
}
/* ...................................... */
.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%;*/
    max-height: 48px;
    margin-top: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
    text-align: left;
}

.articles_itemBoxs .card_content .card_title {
    font-size: 100%;
    color: var(--blackcolor);
    font-weight: 900;
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 48px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    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;
    }
}
/* ...................................... */
@media only screen and (min-width: 1199px) {
	.articles_itemBoxs_2 .leftBox {
		min-width: 41.66666667%;
		max-width: 41.66666667%;
	}
	.articles_itemBoxs_2 .rightBox {
		width: auto;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
}
/* ...................................... */
.articles_itemBoxs_2 .rightBox .down {
	width: 100%;
}
/* ...................................... */
.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 {
	font-size: 100%;
    color: var(--blackcolor);
    font-weight: 900;
    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;*/
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
    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%;
	/*width: 150px;*/
    overflow: hidden;
    z-index: 1;
    
    color: var(--color_006DCE);
    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: 93.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 )  ============= */
/* =============================================================== */



/* ================================================================== */
/* ==  內頁  客制資料顯示  20241203 ==================================== */
/* ================================================================== */
.articles_contentBoxs_1 {
    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_contentBoxs_1 {}
}
/* ...................................... */
.articles_contentBoxs_1 .articles_item {
    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);
}
/* ...................................... */
.articles_contentBoxs_1 .card_content_2 {
    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) {
    .articles_contentBoxs_1 .card_content_2 {
        flex-direction: column;
    }
}
/* ...................................... */
.articles_contentBoxs_1 .tr__Box {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
    
    width: 100%;  
    margin: 0;
}
.articles_contentBoxs_1 .tr__Box::after {
    content: "";
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);   
}
.articles_contentBoxs_1 .tr__Box:last-child::after {
    display: none;
}
/* ...................................... */
.articles_contentBoxs_1 .before_line::after {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);   
}
/* ...................................... */
.articles_contentBoxs_1 .ttBox_L,
.articles_contentBoxs_1 .ttBox_R {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
    width: 100%;
    padding: 1vw;
}
.articles_contentBoxs_1 .ttBox_L {
    font-weight: 600;
    color: var(--Customize_color);
}
.articles_contentBoxs_1 .ttBox_R {
    color: inherit;
}
@media only screen and (max-width: 575px) {
    .articles_contentBoxs_1 .ttBox_L,
    .articles_contentBoxs_1 .ttBox_R {
        justify-content: flex-start;
        padding: 1.75vw 2.5vw;
    }
}
@media only screen and (min-width: 576px) {
    .articles_contentBoxs_1 .ttBox_L {
	    justify-content: flex-end;
    }
    .articles_contentBoxs_1 .ttBox_R {
        justify-content: flex-start;
    }
}
/* ...................................... */

.articles_contentBoxs_1 .ttBox_R {}


.articles_contentBoxs_1 .ttBox_R .card_image_link {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    
    position: relative;
    aspect-ratio: 4/4;
    overflow: hidden;
    z-index: 1;
    margin-right: 15px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 479px) {
    .articles_contentBoxs_1 .ttBox_R .card_image_link {
        max-width: 50%;
        min-width: 300px;
    }
}
@media only screen and (min-width: 480px) {
    .articles_contentBoxs_1 .ttBox_R .card_image_link {
        max-width: 31.33333333%;
        min-width: 300px;
    }
}

.articles_contentBoxs_1 .ttBox_R .card_image_link:hover .card_image,
.articles_contentBoxs_1 .ttBox_R .card_image_link:focus .card_image,
.articles_contentBoxs_1 .ttBox_R .card_image_link:active .card_image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.articles_contentBoxs_1 .ttBox_R .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_contentBoxs_1 .ttBox_R .card_image {
        position: relative;
        max-width: 100%;
    }
}
/* ================================================================== */
/* ==  內頁  客制資料顯示  20241203 ==================================== */
/* ================================================================== */



/* ================================================================== */
/* ==  內頁  活動報名_學員登入   ======================================= */
/* ================================================================== */
.Login_Page {
    position: relative;
	margin-top: 3rem;
}

.Login_Page .form-holder {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.Login_Page .form-holder .info_area,
.Login_Page .form-holder .form_area {
    min-height: 70vh;
    padding: 60px 80px;
    height: 100%;
}
@media (max-width: 991px) {
    .Login_Page .form-holder .info_area,
    .Login_Page .form-holder .form_area {
        min-height: auto;
        padding: 40px 40px;
        height: 100%;
    }
}
/* ----------------------------------------------------------- */
.Login_Page .form-holder div[class*='col-'] {
    padding: 0;
}
/* ----------------------------------------------------------- */
.Login_Page .form-holder .info_area {    
    color: var(--FFFcolor);
	background: #9ebfe7;
}

.Login_Page .form-holder .info_area .big_txt {
    font-size: 250%;
    font-weight: bold;
	color: #20364b;
}

.Login_Page .form-holder .info_area p {
    font-weight: bold;
}

.Login_Page .form-holder .info_area p .small {
	color: #20364b;
}

.Login_Page .successful_txt {
	font-size: 93.75%;
}

.Login_Page .color_red {
	color: #ae0606;
}
.Login_Page .color_yellow {
	color: #ffb300;
}
/* =========================================================== */
/* === [ register註冊按鈕 ] ================ */
.Login_Page .btn-register {
	color: #20364b !important;
    padding: 8px 24px !important;
    border: 1px solid #4A739C !important;
	background-color: transparent !important;
	
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
}
.Login_Page .btn-register:not(:disabled):not(.disabled):hover { 
    color: var(--FFFcolor) !important;
    border-color: var(--color_006DCE) !important;
    background-color: var(--color_006DCE) !important;
}
.Login_Page .btn-register:hover {
    -webkit-animation: none;
}

.Login_Page .btn-check:focus + .btn, 
.Login_Page .btn:focus {
	outline: 0;
	box-shadow: none !important;
}
/* === [ register註冊按鈕 ] ================ */
/* =========================================================== */

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
.Login_Page .form-holder .form_area {
    background: #304d6a;
}

.Login_Page .form-holder .form_area .form-group {
    position: relative;
	padding: 0;
	margin-bottom: 2rem;
}

.Login_Page .form-holder .form_area .content {
    width: 100%;
}

.Login_Page .form-holder .form_area form {
    width: 100%;
    max-width: 400px;
}

.Login_Page .form-holder .form_area #login,
.Login_Page .form-holder .form_area #register {
    margin-bottom: 20px;
    cursor: pointer;
    color: var(--FFFcolor);
}

.Login_Page .form-holder .form_area a.forgot-pass,
.Login_Page .form-holder .form_area a.consent_form,
.Login_Page .form-holder .form_area a.signup {
    font-size: 93.75%;
    color: var(--FFFcolor);
}
.Login_Page .form-holder .form_area a:hover.forgot-pass,
.Login_Page .form-holder .form_area a:hover.consent_form,
.Login_Page .form-holder .form_area a:hover.signup {
	color: #9ebfe7;
}

.Login_Page .form-holder .form_area small {
    color: #aaa;
}

.Login_Page .form-holder .form_area .terms-conditions label {
    cursor: pointer;
    color: #aaa;
    font-size: 0.9rem;
}
/* ----------------------------------------------------------- */
/* =========================================================== */
/* === [ input輸入框區 ] ================ */
.Login_Page input.form-control,
.Login_Page .form-content select.form-control {
    font-size: 93.75%;
    color: var(--FFFcolor);
    /*min-height: 50px;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 10px 15px;
    
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid var(--G777color);    
    transition: background-color 0.25s ease;
}
@media only screen and (max-width: 1199px) {
    .Login_Page input.form-control,
    .Login_Page select.form-control {
        font-size: 93.75%;
    }
}
@media only screen and (max-width: 991px) {
    .Login_Page input.form-control,
    .Login_Page select.form-control {
        font-size: 87.5%;
    }
}
@media only screen and (max-width: 767px) {
    .Login_Page input.form-control,
    .Login_Page select.form-control {
        font-size: 87.5%;
    }
}
@media only screen and (max-width: 575px) {
    .Login_Page input.form-control,
    .Login_Page select.form-control {
        font-size: 87.5%;
    }
}
/* === [ input輸入框區 ] ================ */

/* === [ label 文字區 ] ================= */
.Login_Page label.i-label {
    position: relative;
    top: -36px;
    font-size: 93.75%;
    color: var(--FFFcolor);
    pointer-events: none;
    transition: all 0.25s ease;
    font-weight: 400;
    margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
    .Login_Page label.i-label {
        font-size: 93.75%;
    }
}
@media only screen and (max-width: 991px) {
    .Login_Page label.i-label {
        font-size: 87.5%;
    }
}
@media only screen and (max-width: 767px) {
    .Login_Page label.i-label {
        top: -36px;
    }
}
@media only screen and (max-width: 575px) {
    .Login_Page label.i-label {
        top: -36px;
    }
}
/* === [ label 文字區 ] ================= */

/* 輸入框*/
.Login_Page input.form-control:focus,
.Login_Page input.form-control:not(:placeholder-shown), 
.Login_Page input.form-control:-webkit-autofill,
/* 下拉選項*/
.Login_Page select.form-control:focus,
.Login_Page select.form-control:not(:placeholder-shown), 
.Login_Page select.form-control:-webkit-autofill {
    border-bottom: 1px solid var(--FFFcolor);
}

/* 輸入框 label 文字 */
.Login_Page input.form-control:focus + label.i-label,
.Login_Page input.form-control:not(:placeholder-shown) + label.i-label,
.Login_Page input.form-control:-webkit-autofill + label.i-label {
    color: var(--FFFcolor);
    top: -64px;
}
@media only screen and (max-width: 1199px) {
    .Login_Page input.form-control:focus + label.i-label,
    .Login_Page input.form-control:not(:placeholder-shown) + label.i-label,
    .Login_Page input.form-control:-webkit-autofill + label.i-label {
        top: -58px;
    }
}
@media only screen and (max-width: 991px) {
    .Login_Page input.form-control:focus + label.i-label,
    .Login_Page input.form-control:not(:placeholder-shown) + label.i-label,
    .Login_Page input.form-control:-webkit-autofill + label.i-label {
        top: -53px;
    }
}
/* ------------------------------------------------------ */
.Login_Page input::-webkit-input-placeholder {
    color: #acacac;
    font-size: 100%;
    font-weight: 400;
}
.Login_Page input::-moz-placeholder {
    color: #acacac;
    font-size: 100%;
    font-weight: 400;
}
.Login_Page input:-moz-placeholder {
    color: #acacac;
    font-size: 100%;
    font-weight: 400;
}
.Login_Page input:-ms-input-placeholder {
    color: #acacac;
    font-size: 100%;
    font-weight: 400;
}
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* === [ Password 眼睛 區 ] ================= */
.eye-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    position: absolute;
    top: 12.5%;
    right: 0%;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    cursor: pointer;
    z-index: 10;
}

i#visibilityBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    width: 24px;
    height: 24px;
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v222/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}

.material-symbols-outlined {
    display: inline-block;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 125%;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;    
    color: var(--FFFcolor);
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    
    padding: 0 12px;
    background-color: transparent;
}
@media only screen and (max-width: 575px) {
    .material-symbols-outlined {
        font-size: 112.5%;
    }
}
/* === [ Password 眼睛 區 ] ================= */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* === [ 保持登入狀態 checkbox 區 ] ========== */
.checkbox-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* ------------------------------------------------------ */
.checkbox-wrap .checkbox-box {
    margin-bottom: 5px;
}
.checkbox-wrap .checkbox-box label,
.checkbox-wrap .checkbox-box label a {
    position: relative;
    font-size: 93.75%;
    color: var(--FFFcolor);
    margin-bottom: 0;
}
.checkbox-wrap .checkbox-box label a:hover {
    color: var(--FFFcolor);
}
@media only screen and (max-width: 1199px) {
    .checkbox-wrap .checkbox-box label {
        font-size: 87.5%;
    }
}
@media only screen and (max-width: 991px) {}

.checkbox-wrap .checkbox-box label:before {
    content: "";
    position: absolute;
	width: 1.125rem;
	height: 1.125rem;
    top: 2px;
    left: 0;
    right: 0;
    border: 1px solid;
    border-color: var(--G777color);
    border-radius: 3px;
    background-color: var(--FFFcolor);
    
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
@media only screen and (max-width: 575px) {
    .checkbox-wrap .checkbox-box label:before {
        top: 1px;
    }
}
/* ------------------------------------------------------ */
.checkbox-wrap .checkbox-box label:after {
    position: absolute;
    font-size: 62.5%;
    color: var(--FFFcolor);
}
/* ------------------------------------------------------ */
.checkbox-wrap .checkbox-box input[type="checkbox"] {
    display: none;
}
.checkbox-wrap .checkbox-box input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
	font-size: 81.255%;
    font-weight: 500;
    color: var(--FFFcolor);
    left: 0;
    right: 0;
    top: 2px;
    width: 1.125rem;
    text-align: center;
}
.checkbox-wrap .checkbox-box input[type="checkbox"]:checked+label::before {
    background-color: var(--color_006DCE);
    border-color: var(--color_006DCE);
}
/* === [ 保持登入狀態 checkbox 區 ] ========== */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* === [ checkbox 區 P 文字 ] =============== */
.checkbox-wrap p.label_p {
    position: relative;
    font-size: 93.75%;
    color: var(--FFFcolor);
    margin-bottom: 0;
}
/* === [ checkbox 區 P 文字 ] =============== */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* === [ 機器人 Robot 區 ] ================== */
.robot-wrap {
	position: relative;
}
.robot-box {
	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;
	
	padding: 8px;
	border-radius: 8px;
	border: 1px solid var(--FFFcolor);
	background-color: transparent;
}
/* === [ 機器人 Robot 區 ] ================== */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* === [ 登入按鈕 Buttons 區 ] ============== */
.Buttons_LR-wrapper {
	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;
	
	/*margin: 2rem 0;*/
}
/*----------------------------------------------*/
.Buttons_LR-wrapper .LR_btn {
	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;
	
	font-weight: 600;
	overflow: hidden;
	
	color: var(--FFFcolor);
	border: 1px solid var(--FFFcolor);
    background-color: transparent;
	
	margin: 0.5rem;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	transition: all 0.5s ease;
	transform: perspective(1px) translateZ(0);
}
@media screen and (min-width: 1320px) {
    .Buttons_LR-wrapper .LR_btn {
        font-size: 106.25%;
        font-weight: 600;
		padding: 0.75rem 2.125rem;
    }
}
@media screen and (max-width: 1319px) {
    .Buttons_LR-wrapper .LR_btn {
        font-size: 100%;
    	padding: 0.75rem 5rem 0.75rem 5rem;
		width: 100%
    }
}
@media (max-width: 575px) {
	.Buttons_LR-wrapper .LR_btn {
        font-size: 97.5%;
    	padding: 0.75rem 1rem 0.75rem 1rem;
		width: 100%
	}
}

.Buttons_LR-wrapper a:hover.LR_btn {
	color: var(--FFFcolor);
	background-color: var(--color_006DCE);
}
/* === [ 登入按鈕 Buttons 區 ] ============== */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* === [ 忘記密碼 Modal 彈跳視窗 區 ] ======== */
.forget_password_modal.modal,
.consent_form_modal.modal,
.select_file_modal.modal {
	position: fixed;
	top: 0;
	left: 0;
	/*z-index: 1055;*/
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	z-index: 99902;
}
/* ------------------------------------------------------ */
@media (min-width: 576px) {
	.forget_password_modal .modal-dialog.Basic {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}
/* ------------------------------------------------------ */
@media (min-width: 576px) {
	.consent_form_modal .modal-dialog.Consent_Form_Explanation,
	.select_file_modal .modal-dialog.Consent_Form_Explanation {
		max-width: 680px;
		margin: 1.75rem auto;
	}
}
@media (max-width: 767px) {
	.consent_form_modal .modal-dialog.Consent_Form_Explanation,
	.select_file_modal .modal-dialog.Consent_Form_Explanation {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}
@media (max-width: 575px) {
	.consent_form_modal .modal-dialog.Consent_Form_Explanation,
	.select_file_modal .modal-dialog.Consent_Form_Explanation {
		max-width: 375px;
		margin: 1.75rem auto;
	}
}
@media (max-width: 480px) {
	.consent_form_modal .modal-dialog.Consent_Form_Explanation,
	.select_file_modal .modal-dialog.Consent_Form_Explanation {
		max-width: 338px;
		margin: 1.75rem auto;
	}
}
@media (max-width: 320px) {
	.consent_form_modal .modal-dialog.Consent_Form_Explanation,
	.select_file_modal .modal-dialog.Consent_Form_Explanation {
		max-width: 300px;
		margin: 1.75rem auto;
	}
}
/* ------------------------------------------------------ */
.forget_password_modal .modal-content,
.consent_form_modal .modal-content,
.select_file_modal .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--blackcolor);
	pointer-events: auto;
	background-color: var(--FFFcolor);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.175);
	border-radius: var(--bs-modal-border-radius);
	outline: 0;
}
/* ------------------------------------------------------ */
.forget_password_modal .modal-header,
.consent_form_modal .modal-header,
.select_file_modal .modal-header {
	display: flex;
	flex-shrink: 0;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 1.75rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.5rem - (1px));
	border-top-right-radius: calc(0.5rem - (1px));
}

.forget_password_modal .modal-header > .modal-title,
.consent_form_modal .modal-header > .modal-title,
.select_file_modal .modal-header > .modal-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--blackcolor);
	margin-bottom: 0;
}

.forget_password_modal .modal-header > .btn-close,
.consent_form_modal .modal-header > .btn-close,
.select_file_modal .modal-header > .btn-close {
	padding: calc(1rem * 0.5) calc(1rem * 0.5);
	margin: calc(-.5 * 1rem) calc(-.5 * 1rem) calc(-.5 * 1rem) auto;
}
/* ------------------------------------------------------ */
.forget_password_modal .modal-body,
.consent_form_modal .modal-body,
.select_file_modal .modal-body {
	position: relative;
	flex: 1 1 auto;
	/*padding: 1rem;*/
	padding: 1rem 1.75rem;
}
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* 資料同意書 ALL */
.forget_password_modal .modal-body .consent_content,
.consent_form_modal .modal-body .consent_content,
.select_file_modal .modal-body .consent_content {
	font-size: 93.75%;
}

.forget_password_modal .modal-body .consent_content .b-tle,
.consent_form_modal .modal-body .consent_content .b-tle,
.select_file_modal .modal-body .consent_content .b-tle {
	font-size: initial;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.forget_password_modal .modal-body .consent_content .b-tle::before,
.consent_form_modal .modal-body .consent_content .b-tle::before,
.select_file_modal .modal-body .consent_content .b-tle::before {
	position: relative;
	top: 2px;
	content: " ";
	width: 6px;
	height: 16px;
	display: inline-block;
	background-color: var(--color_006DCE);
	vertical-align: text-top;
	margin-right: 8px;
}

.forget_password_modal .modal-body .consent_content .b-Itemtle,
.consent_form_modal .modal-body .consent_content .b-Itemtle,
.select_file_modal .modal-body .consent_content .b-Itemtle {
	font-size: initial;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.forget_password_modal .modal-body .consent_content ul,
.consent_form_modal .modal-body .consent_content ul,
.select_file_modal .modal-body .consent_content ul {
	font-size: 93.75%;
	padding-left: 1rem;
	margin-top: 0;
	margin-bottom: 1rem;
	list-style: none;
	
	counter-reset: my-counter;
}

.forget_password_modal .modal-body .consent_content ul li,
.consent_form_modal .modal-body .consent_content ul li,
.select_file_modal .modal-body .consent_content ul li {
	counter-increment: my-counter;
}
.forget_password_modal .modal-body .consent_content ul li::before,
.consent_form_modal .modal-body .consent_content ul li::before,
.select_file_modal .modal-body .consent_content ul li::before {
	content: counter(my-counter) ".";
	padding-right: 0.5rem;
}

.forget_password_modal .modal-body .consent_content p.p-txt,
.consent_form_modal .modal-body .consent_content p.p-txt,
.select_file_modal .modal-body .consent_content p.p-txt {
	font-size: 93.75%;
	margin-top: 0;
	margin-bottom: 1rem;
}

.forget_password_modal .modal-body .consent_content p .color_red,
.consent_form_modal .modal-body .consent_content p .color_red,
.select_file_modal .modal-body .consent_content p .color_red {
	color: #ae0606;
}

/* 資料同意書 ALL */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* 輸入框 ALL */
.forget_password_modal .modal-body > .form-group,
.consent_form_modal .modal-body > .form-group,
.select_file_modal .modal-body > .form-group {
	position: relative;
	width: 100%;
	z-index: 1;
	margin-top: 30px;
	margin-bottom: 0;
}

.forget_password_modal .modal-body > .form-control:not(.form-control-lg):not(.form-control-sm),
.consent_form_modal .modal-body > .form-control:not(.form-control-lg):not(.form-control-sm),
.select_file_modal .modal-body > .form-control:not(.form-control-lg):not(.form-control-sm) {
	height: -webkit-calc(1.5em + .75rem + 3px);
	height: -moz-calc(1.5em + .75rem + 3px);
	height: calc(1.5em + .75rem + 3px);
}

.forget_password_modal .modal-body > .form-group  > input.form-control,
.consent_form_modal .modal-body > .form-group  > input.form-control,
.select_file_modal .modal-body > .form-group  > input.form-control {
    font-size: 93.75%;
    color: var(--blackcolor);
    /*min-height: 50px;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 10px 15px;
    
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid var(--G777color);    
    transition: background-color 0.25s ease;
}

.forget_password_modal .modal-body > .form-group  > label.i-label,
.consent_form_modal .modal-body > .form-group  > label.i-label,
.select_file_modal .modal-body > .form-group  > label.i-label {
    position: relative;
    top: -36px;
    font-size: 93.75%;
    color: var(--blackcolor);
    pointer-events: none;
    transition: all 0.25s ease;
    font-weight: 400;
    margin-bottom: 0;
}

/* 輸入框 input */
.forget_password_modal .modal-body > .form-group  > input.form-control:focus,
.forget_password_modal .modal-body > .form-group  > input.form-control:not(:placeholder-shown), 
.forget_password_modal .modal-body > .form-group  > input.form-control:-webkit-autofill,

.consent_form_modal .modal-body > .form-group  > input.form-control:focus,
.consent_form_modal .modal-body > .form-group  > input.form-control:not(:placeholder-shown), 
.consent_form_modal .modal-body > .form-group  > input.form-control:-webkit-autofill,

.select_file_modal .modal-body > .form-group  > input.form-control:focus,
.select_file_modal .modal-body > .form-group  > input.form-control:not(:placeholder-shown), 
.select_file_modal .modal-body > .form-group  > input.form-control:-webkit-autofill {
    border-bottom: 1px solid var(--color_006DCE);
}

/* 輸入框 label 文字 */
.forget_password_modal .modal-body > .form-group  > input.form-control:focus + label.i-label,
.forget_password_modal .modal-body > .form-group  > input.form-control:not(:placeholder-shown) + label.i-label,
.forget_password_modal .modal-body > .form-group  > input.form-control:-webkit-autofill + label.i-label,

.consent_form_modal .modal-body > .form-group  > input.form-control:focus + label.i-label,
.consent_form_modal .modal-body > .form-group  > input.form-control:not(:placeholder-shown) + label.i-label,
.consent_form_modal .modal-body > .form-group  > input.form-control:-webkit-autofill + label.i-label,

.select_file_modal .modal-body > .form-group  > input.form-control:focus + label.i-label,
.select_file_modal .modal-body > .form-group  > input.form-control:not(:placeholder-shown) + label.i-label,
.select_file_modal .modal-body > .form-group  > input.form-control:-webkit-autofill + label.i-label {
    color: var(--Customize_color);
    top: -64px;
}
@media only screen and (max-width: 1199px) {
    .forget_password_modal .modal-body > .form-group  > input.form-control:focus + label.i-label,
    .forget_password_modal .modal-body > .form-group  > input.form-control:not(:placeholder-shown) + label.i-label,
    .forget_password_modal .modal-body > .form-group  > input.form-control:-webkit-autofill + label.i-label,
	
	.consent_form_modal .modal-body > .form-group  > input.form-control:focus + label.i-label,
    .consent_form_modal .modal-body > .form-group  > input.form-control:not(:placeholder-shown) + label.i-label,
    .consent_form_modal .modal-body > .form-group  > input.form-control:-webkit-autofill + label.i-label,
	
	.select_file_modal .modal-body > .form-group  > input.form-control:focus + label.i-label,
    .select_file_modal .modal-body > .form-group  > input.form-control:not(:placeholder-shown) + label.i-label,
    .select_file_modal .modal-body > .form-group  > input.form-control:-webkit-autofill + label.i-label{
        top: -58px;
    }
}
@media only screen and (max-width: 991px) {
    .forget_password_modal .modal-body > .form-group  > input.form-control:focus + label.i-label,
    .forget_password_modal .modal-body > .form-group  > input.form-control:not(:placeholder-shown) + label.i-label,
    .forget_password_modal .modal-body > .form-group  > input.form-control:-webkit-autofill + label.i-label,
	
	.consent_form_modal .modal-body > .form-group  > input.form-control:focus + label.i-label,
    .consent_form_modal .modal-body > .form-group  > input.form-control:not(:placeholder-shown) + label.i-label,
    .consent_form_modal .modal-body > .form-group  > input.form-control:-webkit-autofill + label.i-label,
	
	.select_file_modal .modal-body > .form-group  > input.form-control:focus + label.i-label,
    .select_file_modal .modal-body > .form-group  > input.form-control:not(:placeholder-shown) + label.i-label,
    .select_file_modal .modal-body > .form-group  > input.form-control:-webkit-autofill + label.i-label {
        top: -53px;
    }
}
/* 輸入框 ALL */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* 檔案名稱 顯示 ALL */
.select_file_modal .Upload_All_div {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	
	font-size: 87.5% !important;
}

.Upload_All_div .print-fileName,
.Upload_All_div .link-fileName {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	
	position: relative;
	/*font-size: 87.5% !important;*/
	line-height: 1.25;
	letter-spacing: 1.25;
	font-weight: 400;
	text-align: left;
	
	white-space: normal !important; /* 允許換行 */
	word-wrap: break-word;         /* 舊寫法，兼容性佳 */
	overflow-wrap: anywhere;       /* 新寫法，推薦 */
	
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	margin-top: 0rem;
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	
	border: 1px solid rgba(0,0,0,.15) !important;
	background-color: #F0F0F0 !important;
	transition: none;
}
@media screen and (max-width: 767px) {
	.Upload_All_div .print-fileName,
	.Upload_All_div .link-fileName {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
		margin-right: 0.25rem;
	}
}

.Upload_All_div .print-fileName {
	color: #4A739C !important;
}
/* ---------------------------------------------------- */
.Upload_All_div .link-fileName .filetxt {
	/*font-size: 93.75%;*/
  	line-height: inherit;
	font-weight: inherit;
    margin: 0rem;
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 42px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
	
	/*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/	
}
.Upload_All_div .link-fileName .filetxt::after {
	/*display: inline-block;*/
	width: 100%;
	font-weight: normal;
	/*content: attr(data-th) "：";*/
	content: attr(data-th);
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.Upload_All_div .link-fileName .filetxt {
		font-size: 87.5%;
	}
}

.Upload_All_div .link-fileName .filetxt i {
	margin-right: 5px;
}
.Upload_All_div .link-fileName .filetxt i.color_red {
	color: #ae0606;
}
/* 檔案名稱 顯示 ALL */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/* 選擇檔案 ALL */
.select_file_modal .file_bntdiv {
	position: relative;
	width: 100%;
}
.select_file_modal .file_bntdiv .input-group {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	width: auto;
}

.select_file_modal .file_bntdiv .form-control {
	display: block;
	/*width: 100%;*/
	/* ..........................................*/
    height: -webkit-calc(1.5em + .75rem + 3px);
    height: -moz-calc(1.5em + .75rem + 3px);
    height: calc(1.5em + .75rem + 3px);
    /* ..........................................*/     
	padding: .375rem .75rem;
	padding: .375rem .575rem;
	
	font-size: inherit;
	font-weight: 400;
	line-height: 1.5;
	color: var(--G555color);
	background-color: var(--FFFcolor);
	background-clip: padding-box;
	border: 1px solid #CCCCCC;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.select_file_modal .file_bntdiv .form-control {
		transition: none
	}
}

.select_file_modal .modal-select-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/*padding: calc(1rem - 0.5rem * .5);*/
	padding: calc(1rem - 0.5rem * .5) 1.75rem;
	background-color: var(--FFFcolor);
	border-top: 1px solid #dee2e6;
	border-top-left-radius: calc(0.5rem - (1px));
	border-top-right-radius: calc(0.5rem - (1px));
}

.select_file_modal .modal-select-file > * {
	margin: .25rem;
}

.select_file_modal .modal-select-file .btn-select-file {
	display: inline-block;
	font-size: 93.75%;
	font-weight: 400;
	line-height: 1.5;
	color: var(--FFFcolor);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #4A739C;
	border: 1px solid #4A739C;
	padding: .375rem .75rem;
	
	border-radius: .25rem;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.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;
}

.select_file_modal .modal-select-file .btn-select-file:hover {
	border-color: var(--color_006DCE);
	background-color: var(--color_006DCE);
}
/* 選擇檔案 ALL */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
.forget_password_modal .modal-footer,
.consent_form_modal .modal-footer,
.select_file_modal .modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/*padding: calc(1rem - 0.5rem * .5);*/
	padding: calc(1rem - 0.5rem * .5) 1.75rem;
	background-color: var(--FFFcolor);
	border-top: 1px solid #dee2e6;
	border-top-left-radius: calc(0.5rem - (1px));
	border-top-right-radius: calc(0.5rem - (1px));
}

.forget_password_modal .modal-footer > *,
.consent_form_modal .modal-footer > *,
.select_file_modal .modal-footer > * {
	margin: .25rem;
}

.forget_password_modal .modal-footer .btn-fill,
.consent_form_modal .modal-footer .btn-fill,
.select_file_modal .modal-footer .btn-fill {
	display: inline-block;
	font-size: 106.25%;
	font-weight: 500;
	color: var(--FFFcolor);
	cursor: pointer;
	padding: 0.5rem 1.5rem;
	width: 100%;
	outline: none;
	border: 1px solid;
	border-color: #4A739C;
	background-color: #4A739C;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
}
.forget_password_modal .modal-footer .btn-fill:hover,
.consent_form_modal .modal-footer .btn-fill:hover,
.select_file_modal .modal-footer .btn-fill:hover {
	border-color: var(--color_006DCE);
	background-color: var(--color_006DCE);
}
/* === [ 忘記密碼 Modal 彈跳視窗 區 ] ======== */
/* ------------------------------------------------------ */

/* ================================================================== */
/* ==  內頁  活動報名_學員登入   ======================================= */
/* ================================================================== */



/* ================================================================== */
/* ==  內頁  活動報名_身分選擇   ======================================= */
/* ================================================================== */
/* ( (ICON) 藍色版 )_圖 ================= */
.service-card {
    padding: clamp(28px, 1.875vw, 76px) clamp(18px, 1.25vw, 48px);
    border-radius: clamp(12px, 0.833vw, 32px);
    background-color: var(--color_006DCE);
}
/* ...................................... */
.service-card .card_title {
	font-size: 125%;
    color: var(--FFFcolor);
    font-weight: bold;
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
	
	min-height: 60px;
	margin-bottom: 1rem;
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
@media screen and (min-width: 320px) and (max-width: 575px) {
	.service-card .card_title {
		max-height: 42px;
		/* 第五步：其它瀏覽器降級方式：給定最大高度 */

		margin-bottom: 1rem;
	}
}
/* ...................................... */
.service-card .card_subtitle {
	font-size: 87.5%;
    color: var(--FFFcolor);
    font-weight: 400;
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 4;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 63px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
	min-height: 63px;
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
/* ...................................... */
.service-card .btn {
    font-size: 93.75% !important;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-card .btn.btn-custom {
	/*color: var(--G333color);*/
    padding: 8px 48px !important;
    border: 1px solid var(--FFFcolor) !important;
    background-color: var(--FFFcolor) !important;
}
.service-card .btn-custom:not(:disabled):not(.disabled):hover { 
    color: var(--color_006DCE) !important;
    border-color: var(--FFFcolor) !important;
    background-color: var(--FFFcolor) !important;
}
.service-card .btn-custom:hover {
    -webkit-animation: none;
}

.service-card .btn.btn-rounded {
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
}

.service-card .btn-check:focus + .btn, 
.service-card .btn:focus {
	outline: 0;
	box-shadow: none !important;
}
/* ...................................... */
.service-card .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
@media(max-width: 1499px) {
	.service-card .icon {
		width: 112px;
        height: 112px;
	}
}
/* ...................................... */
.service-card img.icon-img {
    width: 100%;
    height: auto;
}
/* ( (ICON) 藍色版 )_圖 ================= */
/* =========================================================== */

/* =========================================================== */
/* ( (照片) 區塊式 )_圖 ================= */
.identity-card {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
    padding: clamp(28px, 1.875vw, 76px) clamp(18px, 1.25vw, 48px);
    border-radius: clamp(12px, 0.833vw, 32px);
    background-color: transparent;
}
/* ...................................... */
.identity-card .card_I_title {
	font-size: 125%;
    color: var(--blackcolor);
    font-weight: bold;
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
	
	text-align: center;
	min-height: 60px;
	margin-bottom: 1rem;
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
@media screen and (min-width: 320px) and (max-width: 575px) {
	.identity-card .card_I_title {
		max-height: 42px;
		/* 第五步：其它瀏覽器降級方式：給定最大高度 */

		margin-bottom: 1rem;
	}
}
/* ...................................... */
.identity-card .card_I_subtitle {
	font-size: 87.5%;
    color: var(--blackcolor);
    font-weight: 400;
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 4;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 63px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
	
	min-height: 63px;
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
/* ...................................... */
.identity-card .btn {
    font-size: 93.75% !important;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.identity-card .btn.btn-custom {
	/*color: var(--G333color);*/
    padding: 8px 48px !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    background-color: var(--FFFcolor) !important;
}
.identity-card .btn-custom:not(:disabled):not(.disabled):hover { 
    color: var(--FFFcolor) !important;
    border-color: 1px solid var(--color_006DCE) !important;
    background-color: var(--color_006DCE) !important;
}
.identity-card .btn-custom:hover {
    -webkit-animation: none;
}

.identity-card .btn.btn-rounded {
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
}

.identity-card .btn-check:focus + .btn, 
.identity-card .btn:focus {
	outline: 0;
	box-shadow: none !important;
}
/* ...................................... */
.identity-card .IMG_Div {    
    background-color: var(--color_006DCE);
	margin-bottom: 1.25rem;
}

.identity-card .img_Dlink {
    display: block;    
    position: relative;
    aspect-ratio: 4/4;
    overflow: hidden;
    z-index: 1;
}

.identity-card .img_Dlink:hover .Img_Dimg,
.identity-card .img_Dlink:focus .Img_Dimg,
.identity-card .img_Dlink:active .Img_Dimg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.identity-card .Img_Dimg {
    -o-object-fit: cover;
    position: relative;
    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)
}
/* ( (照片) 區塊式 )_圖 ================= */
/* ================================================================== */
/* ==  內頁  活動報名_身分選擇   ======================================= */
/* ================================================================== */



/* ================================================================== */
/* ==  內頁  活動報名_身分內容說明   ==================================== */
/* ================================================================== */
.commodity_wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
}
/* =========================================================== */
/* ( card_figure )_圖 ================= */
.commodity_wrapper .articles_item {
    padding: 2vw;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 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) {
    .commodity_wrapper .articles_item {
        padding: 6vw;
    }
}
/* ...................................... */
.commodity_wrapper .card_content {
    display: flex;
    position: relative;
    flex-direction: column
}
/* ...................................... */
.commodity_wrapper .card_content .card_figure {
    margin-bottom: 0;
    background-color: var(--color_006DCE);
}

.commodity_wrapper .card_content .card_image_link {
    display: block;    
    position: relative;
    aspect-ratio: 4/4;
    overflow: hidden;
    z-index: 1;
}

.commodity_wrapper .card_content .card_image_link:hover .card_image,
.commodity_wrapper .card_content .card_image_link:focus .card_image,
.commodity_wrapper .card_content .card_image_link:active .card_image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.commodity_wrapper .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)
}
/* ( card_figure )_圖 ================= */
/* =========================================================== */

/* =============================================================== */
/* =====  內頁  客製 商品項目說明 ITEM  /////  ( 圖右邊說明 用 )  ===== */
/* =============================================================== */
/* =========================================================== */
/* ( 右邊 產品說明 區域 ) ======================================= */
.details_RightContent .commodity_title {
    display: -webkit-box;

	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5px;
	
	/*display: none;*/
}
.details_RightContent .commodity_title::after {
	content: "";
	width: 100%;
	height: 1px;
	position: relative;
	display: block;
	bottom: 0px;
	left: 0;
	background-color: var(--color_006DCE);
}
.details_RightContent .commodity_title .tit {
    font-size: 150%;
	color: var(--blackcolor);
    text-transform: capitalize;
    font-weight: 600;
	padding: 0.75rem 0.75rem;
}


/* ( 數字金額 ) ================= */
.details_RightContent .Pricing_Meta {    
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
	/*display: none;*/
}

.details_RightContent .Pricing_Meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
	width: 100%;
}

.details_RightContent .Pricing_Meta ul li {
	float: left;
    /*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;
	
    width: 100%
}
@media screen and (max-width: 1199px) {
	.details_RightContent .Pricing_Meta ul li {
		width: 100%
	}
}
.details_RightContent .Pricing_Meta ul li::after {
	content: "";
	width: 100%;
	height: 1px;
	position: relative;
	display: block;
	bottom: 0px;
	left: 0;
	background-color: var(--color_006DCE);
}

.details_RightContent .Pricing_Meta ul li .Price {
	font-size: 150%;
	font-weight: 600;
    color: var(--blackcolor);
    line-height: 30px;
	padding: 0.75rem 0.75rem;
}

/* ( 數字金額 ) ================= */

/* ( 規格文字 ) ================= */
.details_RightContent .Specifications {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.details_RightContent .Specifications ul {
    padding: 0;
    margin: 0;
    list-style: none;
	width: 100%;
}
.details_RightContent .Specifications ul li {
	float: left;
	width: 100%;
    /*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; 
}
@media screen and (max-width: 1199px) {
	.details_RightContent .Specifications ul li {
		width: 100%
	}
}

.details_RightContent .Specifications ul li::after {
	content: "";
	width: 100%;
	height: 1px;
	position: relative;
	display: block;
	bottom: 0px;
	left: 0;
	background-color: var(--color_006DCE);
}

.details_RightContent .Specifications ul li .list-group-item {
	position: relative;
	display: block;
	font-size: 93.75%;
	color: var(--blackcolor);
	padding: 0.75rem 0.75rem;
	background-color: var(--FFFcolor);
	border: none;
}
/* ( 規格文字 ) ================= */

/* ( 文字簡述 ) ================= */
.details_RightContent .Description_Text {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
	position: relative;
	margin-bottom: 24px;
}
/* [ 全文展開 ] */
.open_wrapper {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.message_text {
    overflow: hidden;
    text-align: justify;
	
	position: relative;
	padding: 0.75rem 0.75rem 0rem 0.75rem;
	line-height: 1.5;
	max-height: 10.75rem; /* 設定顯示高度 */
	transition: .3s max-height;
}
@media screen and (max-width: 575px) {
	.message_text {
		font-size: 87.5%;
	}
}
@media screen and (min-width: 576px) {
	.message_text {
		font-size: 93.75%;
	}
}
/* 展開後 */
.message_text.open {
	max-height: none;
}

/*.message_text::before {
    content: '';
    height: calc(100% - 26px);
    float: right;
}
.message_text::after {
    content: "";
    width: 999vw;
    height: 999vw;
    position: absolute;
    box-shadow: inset calc(100px - 999vw) calc(30px - 999vw) 0 0 var(--FFFcolor);
    margin-left: -100px;
}*/
/* ------------------------------------------------------------*/
.label_btn {
	position: absolute;
	display: inline-block;
	right: 1rem;
	bottom: -20px;
	float: right;
	clear: both;  
	cursor: pointer;
	
	font-weight: 400;
	color: var(--color_006DCE);
	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: none;
	padding-top: 0;
	padding-right: 0 !important;
	padding-bottom: 0;
	padding-left: 0 !important;	
	margin: 0 !important;
	
	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;
}
@media screen and (max-width: 575px) {
	.label_btn {
		font-size: 81.25%;
	}
}
@media screen and (min-width: 576px) {
	.label_btn {
		font-size: 87.5%;
	}
}

.label_btn::before {
    content: "...";
    position: absolute;
    left: -4px;
    color: var(--color_006DCE);	
	background-color: transparent;
    transform: translateX(-100%)
}

/*.label_btn::after {
    content: "[ 全文展開 ]";
	color: var(--color_006DCE);
}*/
/* ------------------------------------------------------------*/
.label_btn.active::before {
    visibility: hidden;
}

/*.label_btn.active::after {
    content: "[ 全文收起 ]";
	color: var(--color_006DCE);	
}*/
/* [ 全文展開 ] */
/* ( 文字簡述 ) ================= */

/* ( 數量選擇 ) ================= */
.Select_Quantity .Plus-Minus_wrapper {
	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;
	
	width: auto;
    height: auto;
	padding: 0;    
	border-radius: 2.25rem;
	border: 1px solid var(--color_006DCE);
	overflow: hidden;
}
/*----------------------------------------------*/
.Select_Quantity .Plus-Minus_wrapper .QuantityButton {
    position: absolute;
	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;
    cursor: pointer;
    float: inherit;
    
    font-weight: 500;
    line-height: 20px;
	text-align: center;
	color: var(--color_006DCE);
	background-color: transparent;
	
	margin: 0; 	
    transition: all .3s ease 0s;
}
.Select_Quantity .Plus-Minus_wrapper .QuantityButton:hover {
	color: var(--FFFcolor);
	background-color: var(--color_006DCE);
}
@media screen and (max-width: 575px) {
    .Select_Quantity .Plus-Minus_wrapper .QuantityButton {
        font-size: 81.25%;
		width:  32px;
		height: calc(32px + 6px);
    }
}
@media screen and (min-width: 576px) {
    .Select_Quantity .Plus-Minus_wrapper .QuantityButton {
        font-size: 87.5%;
		width:  40px;
		height: 40px;
    }
}
/*----------------------------------------------*/
.Select_Quantity .Plus-Minus_wrapper .QuantityButton.Minus_icon {
	top: 0;
    left: 0;
}
.Select_Quantity .Plus-Minus_wrapper .QuantityButton.Plus_icon {
	top: 0;
    right: 0;
}
@media screen and (max-width: 575px) {
    .Select_Quantity .Plus-Minus_wrapper .QuantityButton.Minus_icon {
        border-top-left-radius: 2.25rem;
		border-top-right-radius: 0rem;
		border-bottom-right-radius: 0rem;
		border-bottom-left-radius: 2.25rem;
    }
	/*----------------------------------------------*/
	/*----------------------------------------------*/
	.Select_Quantity .Plus-Minus_wrapper .QuantityButton.Plus_icon {
		border-top-left-radius: 0rem;
		border-top-right-radius: 2.25rem;
		border-bottom-right-radius: 2.25rem;
		border-bottom-left-radius: 0rem;
	}
}
@media screen and (min-width: 576px) {
    .Select_Quantity .Plus-Minus_wrapper .QuantityButton.Minus_icon {
        border-top-left-radius: 0rem;
		border-top-right-radius: 2.25rem;
		border-bottom-right-radius: 2.25rem;
		border-bottom-left-radius: 0rem;
    }
	/*----------------------------------------------*/
	/*----------------------------------------------*/
	.Select_Quantity .Plus-Minus_wrapper .QuantityButton.Plus_icon {
		border-top-left-radius: 2.25rem;
		border-top-right-radius: 0rem;
		border-bottom-right-radius: 0rem;
		border-bottom-left-radius: 2.25rem;
	}
}
/*----------------------------------------------*/
.Select_Quantity .Plus-Minus_wrapper input.Display_Numbers {
	float: left;  
    color: var(--color_006DCE);
    text-align: center;
    margin: 0;
    padding: 0;
	border: medium none;
	background: transparent none repeat scroll 0 0;
    outline: 0
}
@media screen and (max-width: 575px) {
    .Select_Quantity .Plus-Minus_wrapper input.Display_Numbers {
        font-size: 93.75%;
		/*width: calc(32px * 3);*/
		width: calc(10px * 3);
		height: calc(32px + 6px);
    }
}
@media screen and (min-width: 576px) {
    .Select_Quantity .Plus-Minus_wrapper input.Display_Numbers {
        font-size: 112.25%;
		/*width: calc(40px * 3);*/
		width: calc(16px * 3);
		height: 40px;
    }
}
/*移除 input type="number" 时浏览器自带的上下箭头*/
.Select_Quantity .Plus-Minus_wrapper input::-webkit-outer-spin-button, 
.Select_Quantity .Plus-Minus_wrapper input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.Select_Quantity .Plus-Minus_wrapper input[type='number'] {
	-moz-appearance: textfield;
}
/*移除 input type="number" 时浏览器自带的上下箭头*/
/*----------------------------------------------*/
/* ( 數量選擇 ) ================= */

/* ( 按鈕區 Normal_btn ) ================= */
.Button_Area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0.75rem 0.75rem;
}

.block_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;
	width: 100%;
}
/*----------------------------------------------*/
.Buttons_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
/*----------------------------------------------*/
.Buttons_wrapper .Normal_btn,
.Buttons_wrapper .Online_RTN_btn {
	position: relative;
	display: inline-block;
	font-weight: 600;
	overflow: hidden;
	
	color: var(--color_006DCE);
    border-radius: 2.25rem;
	border: 1px solid var(--color_006DCE);
    background-color: transparent;
	
	transition: all 0.5s ease;
	transform: perspective(1px) translateZ(0);
}
@media screen and (max-width: 575px) {
    .Buttons_wrapper .Normal_btn {
        font-size: 87.5%;
    	padding: 0.375rem 5rem;
    }
	.Buttons_wrapper .Online_RTN_btn {
        font-size: 97.5%;
    	padding: 0.375rem 1rem;
    }
}
@media screen and (min-width: 576px) {
    .Buttons_wrapper .Normal_btn {
        font-size: 106.25%;
        font-weight: 600;
		padding: 0.75rem 10rem;
    }
	.Buttons_wrapper .Online_RTN_btn {
        font-size: 106.25%;
        font-weight: 600;
		padding: 0.75rem 2.75rem;
    }
}
.Buttons_wrapper a:hover.Normal_btn,
.Buttons_wrapper a:hover.Online_RTN_btn {
	color: var(--FFFcolor);
	background-color: var(--color_006DCE);
}

.Buttons_wrapper .Normal_btn.disabled,
.Buttons_wrapper .Online_RTN_btn.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}
/*----------------------------------------------*/
@media screen and (max-width: 575px) {	
	.Buttons_wrapper .Order_1 {
		order: 1 !important;
	}
	.Buttons_wrapper .Order_2 {
		order: 3 !important;
	}
	.Buttons_wrapper .Order_3 {
		order: 2 !important;
	}
}
@media screen and (min-width: 576px) {
	.Buttons_wrapper .Order_1 {
		order: 1 !important;
	}
	.Buttons_wrapper .Order_2 {
		order: 2 !important;
	}
	.Buttons_wrapper .Order_3 {
		order: 3 !important;
	}
}	
/* ( 按鈕區 Normal_btn ) ================= */

/* ( 購物車區 Add_Cart_btn ) ================= */
.Buttons_wrapper a.Add_Cart_btn {
	position: relative;
	display: inline-block;
	font-weight: 600;
	overflow: hidden;
	
	color: var(--color_006DCE);
    border-radius: 2.25rem;
	border: 1px solid var(--color_006DCE);
    background-color: transparent;
	
	transition: all 0.5s ease;
	transform: perspective(1px) translateZ(0);
}
@media screen and (max-width: 575px) {
    .Buttons_wrapper a.Add_Cart_btn {
        font-size: 87.5%;
    	padding: 0.5rem 1rem 0.5rem 1rem;
    }
}
@media screen and (min-width: 576px) {
    .Buttons_wrapper a.Add_Cart_btn {
        font-size: 93.75%;
        font-weight: 600;
		padding: 0.5rem 2rem 0.5rem 2rem;
    }
}
.Buttons_wrapper a:hover.Add_Cart_btn {
	color: var(--FFFcolor);
	background-color: var(--color_006DCE);
}
/* ( 購物車區 Add_Cart_btn ) ================= */

/* ( 右邊 產品說明 區域 ) ======================================= */
/* =========================================================== */

/* =========================================================== */
/* ( 下方 TAB 頁籤說明 區域 ) =================================== */
/* ========================================== */
/* ------ Horizontal橫向式TAB ---------------- */
/* ------ ul.nav-tabs + nav-fill ------------ */
#commodity_Horizontal.H-commodity-nav-tabs-content-box {
	display: block;
	margin-bottom: 3rem;
}
@media screen and (min-width: 320px) and (max-width: 992px) {
	#commodity_Horizontal.H-commodity-nav-tabs-content-box {
		display: block;
		margin-bottom: 1.5rem;
	}
}
/* ---------------------------------------------------- */
#commodity_Horizontal .nav-tabs-list ul.nav-tabs {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	
	width: 100%; 
    margin-bottom: 2rem;
	border-bottom: none;
	border-bottom: 1px solid #dee2e6;
}
/* ------ ul.nav-tabs + nav-fill --------------- */
/* ============================================= */

/* ============================================= */
/* ------ ul.nav-tabs li ----------------------- */
#commodity_Horizontal .nav-tabs-list ul.nav-tabs.nav-fill li.nav-item {
    flex: 1 1 auto;
    text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 992px) {
	#commodity_Horizontal .nav-tabs-list ul.nav-tabs.nav-fill li.nav-item {
		flex: none;
		text-align: center;
	}
}
#commodity_Horizontal .nav-tabs-list ul.nav-tabs li {
	float: left;
	margin-left: 0px;
    margin-right: 2.5px;
    border-radius: 4px;
	background-color: transparent;
	
	/* ====================================== */
	/* =col4 x 2個 */
    /*width: calc((100% - (2.5px * 4)) / 2);*/
	
	/* =col4 x 3個 */
    /*width: calc((100% - (2.5px * 6)) / 3);*/
	
	/* =col3 x 4個 */
    /*width: calc((100% - (2.5px * 8)) / 4);*/
	
	/* =col-? x 5個 */
    /*width: calc((100% - (2.5px * 10)) / 5);*/ 
	
	/* =col2 x 5個 */
    /*width: calc((100% - (2.5px * 12)) / 6);*/  
	/* ====================================== */
}
#commodity_Horizontal .nav-tabs-list ul.nav-tabs li:first-child {
	margin-left: 0
}
#commodity_Horizontal .nav-tabs-list ul.nav-tabs li:last-child {
	margin-right: 0
}
@media screen and (min-width: 320px) and (max-width: 992px) {
	#commodity_Horizontal .nav-tabs-list ul.nav-tabs li {
		display: flex;
		align-content: center;
		margin-left: 0px;
        margin-right: 2.5px;
		margin-bottom: 5px;
		
		/* =col4 x 2個 */
        width: calc((100% - (2.5px * 4)) / 2);
        
		min-height: 1px;
	}
}
/* ------ ul.nav-tabs li ----------------------- */
/* ============================================= */

/* ============================================= */
/* ------ ul.nav-tabs .nav-link ---------------- */
#commodity_Horizontal .nav-tabs-list ul.nav-tabs .nav-link {	
	font-size: 106.25%;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--blackcolor);
	text-decoration: none;
	min-width: auto;
	
	padding: 5px 5px;
	padding: 16px 16px 16px 16px;
	border-radius: 0px;	
	margin-bottom: calc(-1 * 1px);
	
	position: relative;
	display: block;
	border: 1px solid transparent;
	background-color: transparent;
	overflow: hidden;	
	
	cursor: pointer;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
/* after */
#commodity_Horizontal .nav-tabs-list ul.nav-tabs .nav-link::after {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: var(--color_006DCE);
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
#commodity_Horizontal .nav-tabs-list ul.nav-tabs .nav-link:hover::after,
#commodity_Horizontal .nav-tabs-list ul.nav-tabs .nav-link:focus::after,
#commodity_Horizontal .nav-tabs-list ul.nav-tabs .nav-link.active::after {
	width: 100%;
	left: 0;
}
/* after */

/* a : HOVER */
#commodity_Horizontal .nav-tabs-list ul.nav-tabs .nav-link:hover,
#commodity_Horizontal .nav-tabs-list ul.nav-tabs .nav-link:focus {
	color: var(--color_006DCE);
}
/* a : HOVER */

/* a : ACTIVE */
#commodity_Horizontal .nav-tabs-list ul.nav-tabs .nav-link.active {
	color: var(--color_006DCE);
	/*border-color: #dee2e6 #dee2e6 var(--FFFcolor);*/
}
/* a : ACTIVE */
/* ------ ul.nav-tabs .nav-link ------------- */

/* ------ tab-content ----------------------- */
#commodity_Horizontal .tab-content {
	width: calc(100% - 0px);
}

#commodity_Horizontal .tab-content .Spec_title {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5px;
	
	color: var(--blackcolor);
	
	/*display: none;*/
}
#commodity_Horizontal .tab-content .Spec_title::after {
	content: "";
	width: 100%;
	height: 1px;
	position: relative;
	display: block;
	bottom: 0px;
	left: 0;
	background-color: var(--color_006DCE);
}

#commodity_Horizontal .tab-content .Spec_title i {
	margin-top: 3px;
	font-size: 137.5%;
}
#commodity_Horizontal .tab-content .Spec_title .S_tit {
    font-size: 150%;
	font-weight: 600;
    text-transform: capitalize;
	padding: 0.75rem 0.75rem;
}
/* ------ tab-content ----------------------- */
/* ------ Horizontal橫向式TAB ---------------- */
/* ========================================== */
/* ================================================================== */
/* ==  內頁  活動報名_身分內容說明   ==================================== */
/* ================================================================== */



/* ================================================================== */
/* ==  內頁  活動報名_線上報名   ======================================= */
/* ================================================================== */
/* =============================================================== */
/* ===== [ Main card + card-header + card-body ] ================= */
.Form-Main-Content .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--FFFcolor);
    background-clip: border-box;
    /*border: 0px solid #F1F1F1;*/
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
    transition: box-shadow 0.2s ease-in-out;
    margin-bottom: 24px;
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .card-header {
    padding: 15px 15px;
    margin-bottom: 0;
    background-color: transparent;
    /*border-bottom: 1px solid #F1F1F1;*/
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
@media (min-width: 1024px) {
    .Form-Main-Content .card-header {
        padding: 24px 24px; /* 1rem=16px */
    }
}

.Form-Main-Content .card-header:first-child {
    border-radius: 0 0 0 0;
}

.Form-Main-Content .card-header i {
    margin-right: 5px;
}

.Form-Main-Content .card-header h6, 
.Form-Main-Content .card-header .h6, 
.Form-Main-Content .card-header h5, 
.Form-Main-Content .card-header .h5, 
.Form-Main-Content .card-header h4, 
.Form-Main-Content .card-header .h4, 
.Form-Main-Content .card-header h3, 
.Form-Main-Content .card-header .h3, 
.Form-Main-Content .card-header h2, 
.Form-Main-Content .card-header .h2, 
.Form-Main-Content .card-header h1, 
.Form-Main-Content .card-header .h1 {
    margin-bottom: 0rem;
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .card-body {
    flex: 1 1 auto;
    padding: 16px 16px; /* 1rem=16px */
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
	.Form-Main-Content .card-body {
        padding: 16px 0px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 1023px) {
	.Form-Main-Content .card-body {
        padding: 16px 16px;
    }
}
@media (min-width: 1024px) {
    .Form-Main-Content .card-body {
        padding: 24px 24px;
    }
}

/* ===== [ Main card + card-header + card-body ] ================= */
/* =============================================================== */


/* =============================================================== */
/* ===== [ Main panel ] ========================================== */
.Form-Main-Content .panel {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--FFFcolor);
    background-clip: border-box;
    /*border: 1px solid #F1F1F1;*/
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    margin-bottom: 24px;
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .panel-header {
    padding: 16px;
    margin-bottom: 0;
    background-color: transparent;
    /*border-bottom: 1px solid #F1F1F1;*/
}

.Form-Main-Content .panel-header:first-child {
    border-radius: 0 0 0 0;
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .panel-ContentBox {
    padding: 24px 16px;
    margin-bottom: 0;
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .panel-header i {
    margin-right: 5px;
}

.Form-Main-Content .panel-header h6, 
.Form-Main-Content .panel-header .h6, 
.Form-Main-Content .panel-header h5, 
.Form-Main-Content .panel-header .h5, 
.Form-Main-Content .panel-header h4, 
.Form-Main-Content .panel-header .h4, 
.Form-Main-Content .panel-header h3, 
.Form-Main-Content .panel-header .h3, 
.Form-Main-Content .panel-header h2, 
.Form-Main-Content .panel-header .h2, 
.Form-Main-Content .panel-header h1, 
.Form-Main-Content .panel-header .h1 {
    margin-bottom: 0rem;
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .panel-body {
    flex: 1 1 auto;
    padding: 16px 16px; /* 1rem=16px */
}
@media (min-width: 1024px) {
    .Form-Main-Content .panel-body {
        padding: 25px 25px; /* 1rem=16px */
    }
}

/* ===== [ Main panel ] ========================================== */
/* =============================================================== */

/* =============================================================== */
/* ===== [ Main Tab 網站頁籤 ALL ] ===== // 以下 // ================ */

/* ===== [ 頁簽LI tab-LI ] ======================================= */
.Form-Main-Content #Main_Tab.nav-tabs {
	/*border-bottom: 1px solid #dee2e6;*/
	border-bottom: none;
}
@media (max-width: 1280px) {
	.Form-Main-Content #Main_Tab.nav-tabs li {
		margin-bottom: 0.5rem;
	}
}
.Form-Main-Content #Main_Tab button.nav-link {
	margin-bottom: -1px;
	padding: 0;
	background: 0 0;
	border: none;
	border-radius: 0rem;
	color: inherit;
}
.Form-Main-Content #Main_Tab button.nav-link.active {
	color: inherit;
	border: none;
}
.Form-Main-Content #Main_Tab button.nav-link:hover {
	isolation: isolate;
	border: none;
}
.Form-Main-Content #Main_Tab button.nav-link:focus {
	border: none;
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content #Main_Tab.nav-tabs .nav-link .tab-name {
	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;
    /*display: block;*/
	font-size: 106.25%;
	font-weight: normal;
    margin-bottom: -1px;
    padding: .5rem 3rem;
    color: var(--blackcolor);
    text-decoration: none;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    cursor: pointer;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.Form-Main-Content #Main_Tab.nav-tabs .nav-link .tab-name {
    background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 575px) {
    .Form-Main-Content #Main_Tab.nav-tabs .nav-link .tab-name {
        padding: 0.5rem 0.75rem;
    	font-size: 87.5%;
    }
}
@media (min-width: 576px) {
    .Form-Main-Content #Main_Tab.nav-tabs .nav-link .tab-name {
        padding: 0.5rem 1.25rem;
    }
}

.Form-Main-Content #Main_Tab.nav-tabs .nav-link span.number_Round {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
	position: relative;
	font-size: 106.25%;
	font-weight: bold;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;	
	color: var(--FFFcolor);
	margin-right: 10px;
	background-color: var(--G555color);
	opacity: .6;
}
.Form-Main-Content #Main_Tab.nav-tabs .nav-link.active span.number_Round {
	background-color: var(--color_006DCE);
}
.Form-Main-Content #Main_Tab.nav-tabs .tab-name:hover span.number_Round {
	background-color: var(--color_006DCE);
}

.Form-Main-Content #Main_Tab.nav-tabs .nav-link span.nb-fs {
	font-size: 93.75%;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
/* =============================================================== */
/* ===== [ After ] ===== */
.Form-Main-Content #Main_Tab.nav-tabs button.nav-link::after {
    content: "";
    position: relative;
    display: block;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--color_006DCE);
    transition: width 0.3s ease 0s, left 0.3s ease 0s; 
}
.Form-Main-Content #Main_Tab.nav-tabs button.nav-link:hover::after,
.Form-Main-Content #Main_Tab.nav-tabs button.nav-link:focus::after,
.Form-Main-Content #Main_Tab.nav-tabs button.nav-link.active::after {
    width: 100%;
    left: 0;
}
/* ===== [ After ] ===== */
/* =============================================================== */

/* =============================================================== */
/* ===== [ ACTIVE ] ===== */
.Form-Main-Content #Main_Tab.nav-tabs .tab-name:hover {
    color: var(--color_006DCE);
    background: none;
    border: 1px solid transparent;
}
.Form-Main-Content #Main_Tab.nav-tabs .nav-item.show .nav-link .tab-name, 
.Form-Main-Content #Main_Tab.nav-tabs .nav-link.active .tab-name {
	color: var(--color_006DCE);
    background-color: var(--FFFcolor);
    /*border-color: #dee2e6 #dee2e6 var(--FFFcolor);*/
}
/* ===== [ ACTIVE ] ===== */
/* ===== [ FOUCS ] ===== */
.Form-Main-Content #Main_Tab.nav-tabs button.nav-link:focus {
	text-decoration: none;
	outline: thin dotted !important;
	outline: 2px solid #43B5FC !important;
}
/* ===== [ FOUCS ] ===== */

/* ===== [ 頁簽LI tab-LI ] ======================================= */

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

/* ===== [ 頁簽內容 tab-content ] ================================= */
.Form-Main-Content .tab-content {
    font-size: 93.75%;
    margin-top: 25px;
}
/* ===== [ 頁簽內容 tab-content ] ================================= */
/* =============================================================== */

/* ===== [ Main Tab 網站頁籤 ALL ] ===== // 以上 // ================ */
/* =============================================================== */


/* ================================================================ */
/* ===== [ Display_content_area ] ===== // 以下 // ================ */
.Form-Main-Content .Display_content_area,
.Form-Main-Content .Display_Right_content_area {
	-webkit-box-shadow: 0 6px 6px rgba(0,0,0,.2);
	box-shadow: 0 6px 6px rgba(0,0,0,.2);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 10px;
}
.Form-Main-Content .Display_Right_content_area {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0;
	margin-top: 0;
}

.Form-Main-Content .Display_content_area .BlueTitle {
	font-size: 106.25%;
	font-weight: normal;
	color: var(--FFFcolor);
	padding: 10px 20px;
	background-color: #4A739C;
}

.Form-Main-Content .Display_content_area .WhiteInner {
	color: var(--blackcolor);
	padding: 18px;
	background-color: var(--FFFcolor);
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	width: 100%;
}

.Form-Main-Content .Display_content_area .Note_txt {
	/*font-size: 106.25% !important;*/
	width: 100%;
}

.Form-Main-Content .Display_content_area .bdr_1px_color {	
	border: 1px solid #e5e8e9;
}

.Form-Main-Content .color_red,
.Form-Main-Content .color_blue,
.Form-Main-Content .color_gray,
.Form-Main-Content .color_tran,
.Form-Main-Content .Display_content_area .color_red,
.Form-Main-Content .Display_content_area .color_blue,
.Form-Main-Content .Display_content_area .color_gray,
.Form-Main-Content .Display_content_area .color_tran {
	/*font-size: 93.75%;*/
	font-size: inherit;
}

.Form-Main-Content .color_red,
.Form-Main-Content .Display_content_area .color_red {
	color: #ae0606;
}
.Form-Main-Content .color_blue,
.Form-Main-Content .Display_content_area .color_blue {
	color: #0B5ED7;
}
.Form-Main-Content .color_gray,
.Form-Main-Content .Display_content_area .color_gray {
	color: #717171;
}
.Form-Main-Content .color_tran,
.Form-Main-Content .Display_content_area .color_tran {
	color: transparent;
}
.Form-Main-Content .color_black,
.Form-Main-Content .Display_content_area .color_black {
	color: var(--blackcolor);
}
.Form-Main-Content .pl-0375rem,
.Form-Main-Content .Display_content_area .pl-0375rem {
	padding-left: 0.375rem
}
/* ===== [ Display_content_area ] ===== // 以下 // ================ */
/* ================================================================ */

/* =================================================================================== */
/* ===== [ Main Main Form-group + Input + Label ALL ] ===== // 以下 // ================ */
.Form-Main-Content .form-group {
	margin: 0;
    padding: 0;
	height: auto;
    /*margin-bottom: 1rem;*/
}
/*.Form-Main-Content .row .col.group-border {
    /*border-top: 1px solid #e5e8e9;*
	border-left: 1px solid #e5e8e9;
	border-right: 1px solid #e5e8e9;
	border-bottom: 1px solid #e5e8e9;
}

.Form-Main-Content .form .row .col:first-child  {
    border-top: 1px solid #e5e8e9;
}*/

/* =============================================================== */
/* =============================================================== */
.Form-Main-Content button, 
.Form-Main-Content input {
    overflow: visible;
}

.Form-Main-Content .form-control {
	display: block;
	width: 100%;
	/* ..........................................*/
    height: -webkit-calc(1.5em + .75rem + 3px);
    height: -moz-calc(1.5em + .75rem + 3px);
    height: calc(1.5em + .75rem + 3px);
    /* ..........................................*/     
	padding: .375rem .75rem;
	padding: .375rem .575rem;
	
	font-size: inherit;
	font-weight: 400;
	line-height: 1.5;
	color: var(--G555color);
	background-color: var(--FFFcolor);
	background-clip: padding-box;
	border: 1px solid #CCCCCC;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.Form-Main-Content .form-control {
		transition: none
	}
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .form-check .form-control {
	display: block;
	width: 100%;
	/* ..........................................*/
    height: -webkit-calc(1.5em + .75rem + 3px);
    height: -moz-calc(1.5em + .75rem + 3px);
    height: calc(1.5em + .75rem + 3px);
    /* ..........................................*/     
	padding: 0rem .75rem;
	
	font-size: inherit;
	font-weight: 400;
	line-height: 1.5;
	color: var(--G555color);
	background-color: var(--FFFcolor);
	background-clip: padding-box;
	border: 1px solid #CCCCCC;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.Form-Main-Content .form-check .form-control {
		transition: none
	}
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .form-control::-ms-expand {
	background-color: transparent;
	border: 0
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .form-select:focus,
.Form-Main-Content .form-control:focus {
	/*color: #495057;
	background-color: var(--FFFcolor);
	outline: 0;*/
    box-shadow: none;
    border-color: #cdcdcd;
}
.Form-Main-Content .form-select:focus {
	text-decoration: none;    
	outline: thin dotted;
    outline: 2px solid #43B5FC;
}

.Form-Main-Content .form-control::placeholder,
.Form-Main-Content .form-control::-webkit-input-placeholder,
.Form-Main-Content .form-control::-moz-placeholder,
.Form-Main-Content .form-control:-ms-input-placeholder,
.Form-Main-Content .form-control::-ms-input-placeholder {
	color: var(--G555color);
	opacity: 1
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .form-control:disabled,
.Form-Main-Content .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content select.form-control:focus::-ms-value {
	color: var(--G555color);
	background-color: var(--FFFcolor);
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}
@media screen and (min-width: 320px) and (max-width: 768px) {
	.Form-Main-Content .col-form-label {
		padding-right: 0;
    	padding-left: 0;
	}
}

.Form-Main-Content .col-form-label {
    padding-top: 0;
    padding-bottom: 0;
}

.Form-Main-Content .label-before::before {
    content: "";
    position: relative;
    display: block;
    top: calc(1em + .75rem + 3px);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ced4da;
}

.Form-Main-Content .col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem; /*20*/
	line-height: 1.5
}

.Form-Main-Content .col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem; /*14*/
	line-height: 1.5
}

.Form-Main-Content .label-title-txt {
	font-size: 100%;
	font-size: inherit;
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content input::placeholder {
	font-weight: bold;
	opacity: 0.5;
	color: var(--G777color);
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem; /*14*/
	line-height: 1.5;
	border-radius: .2rem
}
.Form-Main-Content .form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem; /*20*/
	line-height: 1.5;
	border-radius: .3rem
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .form-select {
    font-size: inherit;
    font-weight: normal;
    line-height: 1.5;
    color: var(--G555color);
}

.select {    
    box-shadow: 0px 0px 10px #005efe inset;
    background-color: #122742;
    color: #fff;
    
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -khtml-appearance: none;
}
.select::-ms-expand { 
    display: none;
}

.option {
    /*用div的样式代替select的样式*/
    margin: 100px;
    width: 140px;
    height: 40px;
    /*border-radius: 5px;*/
    /*盒子阴影修饰作用,自己随意*/
    /* box-shadow: 0 0 5px #ccc;*/
    border: 1px solid #cccccc;
    position: relative;
}

.option select {
    /*清除select的边框样式*/
    border: none;
    /*清除select聚焦时候的边框颜色*/
    outline: none;
    /*将select的宽高等于div的宽高*/
    width: 100%;
    height: 40px;
    line-height: 40px;
    /*隐藏select的下拉图标*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*通过padding-left的值让文字居中*/
    padding-left: 20px;
}

/*使用伪类给select添加自己想用的图标*/
.option:after {
    content: "";
    width: 14px;
    height: 8px;
    background: url(../assets/arrow-down.png) no-repeat center;
    /*通过定位将图标放在合适的位置*/
    position: absolute;
    right: 20px;
    top: 41%;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
}

/* =============================================================== */
/* =============================================================== */
.Form-Main-Content select.form-control[multiple],
.Form-Main-Content select.form-control[size] {
	height: auto
}
.Form-Main-Content textarea.form-control {
	height: auto !important
}

/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .col-form-title {
    font-size: 106.25%;
    font-weight: normal;
    color: inherit;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;  
    border-bottom: 1px solid #CCCCCC;
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .COL_Div,
.Form-Main-Content .COL_Div_CustomNote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
	/*font-size: 93.75%;*/
	font-size: inherit;
	padding: 10px 10px;
}
.Form-Main-Content .COL_Div_CustomNote {
	font-size: 93.75%;
	justify-content: flex-start;
	align-items: flex-start;
}

.COL_Div_CustomNote ul {
	padding-left: 1rem;
    margin: 0;
    list-style: inherit;
}

.Form-Main-Content .DDD_Color {
	background-color: #EFEFEF;
}
.Form-Main-Content .flex_H100 {
	display: flex;
	height: 100%;
	border: 1px solid #e6e6e6;
}

.Form-Main-Content .wh_100 {
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
	.Form-Main-Content .wh_100 {
		height: auto;
	}
}
/*.Form-Main-Content .flex_H100::after {
	content: "";
	position: relative;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #000;
}*/
@media screen and (min-width: 320px) and (max-width: 768px) {
	.Form-Main-Content .flex_H100 {
		display: block;
		height: auto;
	}
}

.Form-Main-Content .border-1 {
	border: 1px solid #e6e6e6;
}
/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .input-group > .form-control, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

/* =============================================================== */
/* =============================================================== */
.Form-Main-Content .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), 
.Form-Main-Content .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/* ===== [ Main Main Form-group + Input + Label ALL ] ===== // 以上 // ================ */
/* =================================================================================== */


/* =============================================================== */
/* ===== [ Main 標準checkbox + radiobox 勾選鍵 ] =================== */
.Form-Main-Content .form-check,
.Form-Main-Content .asp-checkbox,
.Form-Main-Content .custom-checkbox {
    position: relative;
    display: block;
    min-height: 1.75rem;  /*1.5rem*/
    padding-left: 2rem;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);    
}
/* ===== [ checkbox + radiobox 共用 ] ===== */
.form-check-input {
	width: 1.125rem;
	height: 1.125rem;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0,0,0,.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.form-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check .form-check-input {
	position: relative;
	top: -0.125rem;
	float: left;
	margin-left: -1.75rem;
	margin-right: 0.25rem;
}

.form-check-input[type="checkbox"] {
	border-radius: .25em;
}
/* ===== [ 勾選 checked 顏色 ] ===== */
.form-check-input:checked {
	color: var(--FFFcolor);
	border-color: var(--color_006DCE);
	background-color: var(--color_006DCE);
	outline: 0;
	box-shadow: none;
}
/* ===== [ 勾選 checked 顏色 ] ===== */

/* ===== [ 勾選 active 顏色 ] ===== */
.form-check-input:not(:disabled):active {
	color: var(--FFFcolor);
	background-color: var(--color_006DCE);
	border-color: var(--color_006DCE);
	outline: 0;
	box-shadow: none;
}
/* ===== [ 勾選 active 顏色 ] ===== */

/* ===== [ 勾選 focus 顏色 ] ===== */
.form-check-input:focus {
	border-color: rgba(0,0,0,.25);
	/*box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);*/
	outline: 0;
	box-shadow: none;
}
/* ===== [ 勾選 focus 顏色 ] ===== */

label.form-check-label {
	display: inline-block;
}

span.check-txt {
	position: relative;
	font-size: inherit;
	height: 20px;
	height: auto;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	
	margin-left: 4px;
}

span.txt-mb-05 {
	margin-bottom: 0.5rem;
}
/* ===== [ checkbox + radiobox 共用 ] ===== */

/* ===== [ radiobox 選項鍵 ] ===== */
.form-check-input[type="radio"] {
	border-radius: 50%;
}

.form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
/* ===== [ radiobox 選項鍵 ] ===== */

/* ===== [ 勾選 + 開關 共用文字設定 ] ===== */
.custom-check-label span.check-txt,
.custom-switch span.check-txt {
	position: relative;
    top: -1px;
    font-size: inherit;
    height: 20px;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
/* ===== [ 勾選 + 開關 共用文字設定 ] ===== */

/* ===== [ Main 標準checkbox + radiobox 勾選鍵 ] =================== */
/* =============================================================== */


/* =============================================================== */
/* ===== [ ASP 標準checkbox + radiobox 勾選鍵 ] ==================== */
.Form-Main-Content .form-check {
    position: relative;
    display: block;
    min-height: 1.75rem;  /*1.5rem*/
    padding-left: 2rem;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);   
}
/* ===== [ checkbox + radiobox 共用 ] ===== */
.asp-check-input {
	width: 1.125rem;
	height: 1.125rem;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0,0,0,.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.asp-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check .asp-spancheck {
	position: relative;
}

.form-check .asp-check-input {
	position: relative;
	top: -0.05rem;
	float: left;
	margin-left: -1.75rem;
}

.asp-check-input[type="checkbox"] {
	border-radius: .25em;
}
/* ===== [ 勾選 checked 顏色 ] ===== */
.asp-check-input:checked {
	color: var(--FFFcolor);
	border-color: var(--color_006DCE);
	background-color: var(--color_006DCE);
	outline: 0;
	box-shadow: none;
}
/* ===== [ 勾選 checked 顏色 ] ===== */

/* ===== [ 勾選 active 顏色 ] ===== */
.asp-check-input:not(:disabled):active {
	color: var(--FFFcolor);
	background-color: var(--color_006DCE);
	border-color: var(--color_006DCE);
	outline: 0;
	box-shadow: none;
}
/* ===== [ 勾選 active 顏色 ] ===== */

/* ===== [ 勾選 focus 顏色 ] ===== */
.asp-check-input:focus {
	/*border-color: rgba(0,0,0,.25);
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);*/
	outline: 0;
	box-shadow: none;
	border-color: transparent;
}
/* ===== [ 勾選 focus 顏色 ] ===== */
/* ===== [ checkbox + radiobox 共用 ] ===== */

/* ===== [ radiobox 選項鍵 ] ===== */
.asp-check-input[type="radio"] {
	border-radius: 50%;
}

.asp-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
/* ===== [ radiobox 選項鍵 ] ===== */

.flex-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
/* ===== [ ASP 標準checkbox + radiobox 勾選鍵 ] ==================== */
/* =============================================================== */


/* =============================================================== */
/* ===== [ Main 標準左右開關鍵 ] ===== // 以下 // =================== */
.form-switch {
	padding-left: 2.5em;
}

.form-switch .form-check-input {
	position: relative;
	top: -0.125rem;
	float: left;
	margin-left: -1.75rem;
}

.form-switch .form-check-input {	
	width: 2.25em;
	height: 1.125rem;
	margin-left: -1.85rem;
	margin-right: 0.25rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out;
}
.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* =============================================================== */
/* =============================================================== */
span.check-txt span.Iicon,
span.check-txt span.Iicon {
    content: "●";
    position: relative;
    display: inline-block;
    top: 0.5px;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 6px;    
}
span.check-txt span.Iicon.off,
span.check-txt span.Iicon.off {
    background-color: var(--G999color);
}
span.check-txt span.Iicon.on,
span.check-txt span.Iicon.on {
    background-color: var(--color_006DCE);
}
/* ===== [ Main 標準左右開關鍵 ] ===== // 以上 // =================== */


/* =============================================================== */
/* ===== [ Main Input + Button 群組 ] ===== // 以下 // ============ */
.Form-Main-Content .input-group-text {
	display: flex;
	align-items: center;
	padding: 0rem .75rem;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5;
	color: inherit;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #CCCCCC;
	border-radius: .25rem;
}

.Form-Main-Content .input-group .btn {
	display: inline-block;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5;
	color: inherit;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	/*background-color: transparent;*/
	/*border: 1px solid #CCCCCC;*/
	padding: .375rem .75rem;
	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;
}
/* 按鈕 - (帶下拉式選單) */
.Form-Main-Content .input-group .dropdown-toggle-split {
	padding-right: .525rem;
	padding-left: .525rem;
}

.Form-Main-Content .input-group .dropdown-toggle::after {
	display: inline-block;	
	margin-left: 0em; /*0.255em*/
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
/* 按鈕 - (帶下拉式選單) */

/* 浮動標籤 (Floating labels) */
.Form-Main-Content .form-floating {
	position: relative;
}

.Form-Main-Content .form-floating > .form-control, 
.Form-Main-Content .form-floating > .form-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25;
}

.Form-Main-Content .form-floating > .form-control {
	padding: 1rem .75rem;
}

.Form-Main-Content .form-floating > .form-control:focus, 
.Form-Main-Content .form-floating > .form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}
/* 浮動標籤 (Floating labels) */

/* ===== [ Main Input + Button 群組 ] ===== // 以上 // ============ */
/* =============================================================== */


/* =============================================================== */
/* ===== [ Main UL LI ] ===== // 以下 // ========================== */
.Form-Main-Content .form_nav ul {
	padding: 0;
	padding-left: 1rem;
	margin: 0;
	/*list-style: none;*/
}
/* ===== [ Main UL LI ] ===== // 以上 // ========================== */
/* =============================================================== */


/* =============================================================== */
/* ===== [ Main UL LI ] ===== // 以下 // ========================== */
.Form-Main-Content .box-input-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.Form-Main-Content .form-number {
	display: block;
	width: 100%;
	max-width: 200px;
	/* ..........................................*/
    height: -webkit-calc(1.5em + .75rem + 3px);
    height: -moz-calc(1.5em + .75rem + 3px);
    height: calc(1.5em + .75rem + 3px);
    /* ..........................................*/     
	padding: .375rem .75rem;
	padding: .375rem .575rem;
	
	font-size: inherit;
	font-weight: 400;
	line-height: 1.5;
	color: var(--G555color);
	background-color: var(--FFFcolor);
	background-clip: padding-box;
	border: 1px solid #CCCCCC;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.Form-Main-Content .form-number {
		transition: none
	}
}

.form-number:not(.form-number-lg):not(.form-number-sm), .swal-modal input.swal-content__input:not(.form-number-lg):not(.form-number-sm) {
	height: -webkit-calc(1.5em + .75rem + 3px);
	height: -moz-calc(1.5em + .75rem + 3px);
	height: calc(1.5em + .75rem + 3px);
}
/* ===== [ Main UL LI ] ===== // 以上 // ========================== */
/* =============================================================== */
	

/* =============================================================== */
/* ===== [ Main cardTable 表格群組 ] ===== // 以下 // ============== */
.cardTable {
    width: 100%;
	
	table-layout: auto;
	/*table-layout: fixed;*/
	word-break: break-all;
	word-wrap: break-word;
}
@media only screen and (max-width: 1280px) {
	.cardTable {
		border: none !important;
	}
}
/*..........................................*/
@media only screen and (max-width: 1280px) {
    .cardTable tbody {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
        -webkit-align-content: flex-start;
        align-content: flex-start
    }
	.cardTable tbody {
		border: none !important;
		padding: 0 !important;
	}
}
/*..........................................*/
@media only screen and (max-width: 1280px) {
    .cardTable tr {
        width: 33.3333333333%;
		/*width: 50%;*/
    }
	.cardTable tr {
		border: none !important;
		padding: 0 !important;
	}
}
@media only screen and (max-width: 1280px) {
    .cardTable thead tr:first-child {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .cardTable tr {
        width: 33.3333333333%;
    }
}
@media only screen and (max-width: 875px) {
    .cardTable tr {
        width: 50%;
    }
}
@media only screen and (max-width: 599px) {
    .cardTable tr {
        width: 100%;
		margin-bottom: 1rem !important;	
    }
}
/*..........................................*/
/* [ 特別設置 JESS tr + class="Custom_S1" FOR 資料上傳 ] */
@media only screen and (max-width: 1280px) {
    .cardTable tr.Custom_S1 {
        /*width: 33.3333333333%;*/
		width: 50%;
    }
	.cardTable tr.Custom_S1 {
		border: none !important;
		padding: 0 !important;
	}
}
@media only screen and (max-width: 1280px) {
    .cardTable thead tr:first-child.Custom_S1 {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .cardTable tr.Custom_S1 {
        width: 50%;
    }
}
@media only screen and (max-width: 875px) {
    .cardTable tr.Custom_S1 {
        width: 50%;
    }
}
@media only screen and (max-width: 599px) {
    .cardTable tr.Custom_S1 {
        width: 100%;
		margin-bottom: 1rem !important;	
    }
}
/* [ 特別設置 JESS tr + class="Custom_S1" FOR 資料上傳 ] */
/*..........................................*/
/* [ 特別設置 JESS tr + class="Custom_S2" FOR 資料上傳 ] */
@media only screen and (max-width: 1280px) {
    .cardTable tr.Custom_S2 {
        /*width: 33.3333333333%;*/
		width: 100%;
    }
	.cardTable tr.Custom_S2 {
		border: none !important;
		padding: 0 !important;
	}
}
@media only screen and (max-width: 1280px) {
    .cardTable thead tr:first-child.Custom_S2 {
        display: none;
    }
}
/*
@media only screen and (max-width: 991px) {
    .cardTable tr.Custom_S12 {
        width: 50%;
    }
}
@media only screen and (max-width: 875px) {
    .cardTable tr.Custom_S2 {
        width: 50%;
    }
}
@media only screen and (max-width: 599px) {
    .cardTable tr.Custom_S2 {
        width: 100%;
		margin-bottom: 1rem !important;	
    }
}*/
/* [ 特別設置 JESS tr + class="Custom_S2" FOR 資料上傳 ] */
/*..........................................*/
.cardTable tr th {	
	display: table-cell; /* ★ */
    /*font-size: 100%;*/
	font-weight: normal;
	color: var(--blackcolor);
	padding: 10px 10px !important;
    border-right: 1px solid #dddddd;
	background-color: #4A739C;
	background-color: #EFEFEF;
}
.cardTable tr th:first-child {
	width: 6%;
	width: auto;
}
.cardTable tr th:last-child {
    border-right: none
}

.cardTable tr td {
	display: table-cell; /* ★ */
    /*font-size: 87.5%;*/
	padding: 10px 10px !important;
}

.cardTable tr th.top,
.cardTable tr td.top {
	vertical-align: top; /* ★ top middle bottom*/
}
.cardTable tr th.middle,
.cardTable tr td.middle {
	vertical-align: middle; /* ★ top middle bottom*/
}
.cardTable tr th.bottom,
.cardTable tr td.bottom {
	vertical-align: bottom; /* ★ top middle bottom*/
}

@media only screen and (max-width: 1280px) {
    .cardTable tr td {
        display: block;
        text-align: left
    }

    .cardTable tr td:before {
        display: inline-block;
        width: 100%;
        font-weight: normal;
        /*content: attr(data-th) "：";*/
		content: attr(data-th);
		margin-bottom: 5px;
    }

    .cardTable tr td.styles_empty__1NN1s:before {
        content: "　"
    }

    .cardTable tr td:first-child {
        background-color: #4b526f;
        color: #fff
    }

    .cardTable tr td:first-child:before {
        display: inline
    }
}

.cardTable tr td:last-child {
    border-right: none
}

@media only screen and (max-width: 1280px) {
    .cardTable tr td:last-child {
        border-right: 1px solid #ccc
    }
}

.cardTable tr:last-child {
    border-bottom: none
}

@media only screen and (max-width: 1280px) {
    .cardTable .trFull {
        width: 100%
    }
}
/* ===== [ Main cardTable 表格群組 ] ===== // 以上 // ============== */
/* =============================================================== */


/* =============================================================== */
/* ===== [ Main 自訂 Button ] ===== // 以下 // ==================== */
.all-btn,
.all-state {
    position: relative;
    display: inline-block;
}

a[type="button"],a[role="button"] {
	display: inline-block;
}

.Form-Main-Content .CF-color {
    color: var(--Customize_color);/*#00305c*/
}
.Form-Main-Content .CT-color {
    color: var(--Customize_Btn_color);/*#0a57c9*/
}
.Form-Main-Content .CT-HRcolor {
    color: var(--Customize_Btn_HRcolor);/*#0d6efd*/
}

.Form-Main-Content .btn {
    font-size: inherit;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.Form-Main-Content .btn.btn-custom {
	/*color: var(--G333color);*/
    padding: 8px 48px !important;
    border: 1px solid #CCCCCC !important;
    background-color: var(--FFFcolor) !important;
}
.Form-Main-Content .btn.btn-custom.color_4A739C {
	color: var(--FFFcolor) !important;
	border: 1px solid #4A739C !important;
	background-color: #4A739C !important;
}
.Form-Main-Content .btn-custom:not(:disabled):not(.disabled):hover { 
    color: var(--FFFcolor) !important;
    border-color: var(--color_006DCE) !important;
    background-color: var(--color_006DCE) !important;
}
.Form-Main-Content .btn-custom:hover {
    -webkit-animation: none;
}

.Form-Main-Content .btn.btn-rounded {
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
}

.Form-Main-Content .btn-check:focus + .btn, 
.Form-Main-Content .btn:focus {
	outline: 0;
	box-shadow: none !important;
}
/* =============================================================== */

/* ===== [ btn-custom-s1 ] ======================================= */
.Form-Main-Content .btn.btn-custom-s1 {
	/*color: var(--G333color);*/
    padding: 5px 16px;
    border: 1px solid #CCCCCC !important;
    background-color: var(--FFFcolor) !important;
}
.Form-Main-Content .btn-custom-s1:not(:disabled):not(.disabled):hover { 
    color: var(--FFFcolor) !important;
    border-color: var(--color_006DCE) !important;
    background-color: var(--color_006DCE) !important;
}
.Form-Main-Content .btn-custom-s1:hover {
    -webkit-animation: none;
}
/* ===== [ btn-custom-s1 ] ======================================= */

/* ===== [ Main 自訂 Button ] ===== // 以上 // ==================== */
/* =============================================================== */


/* =============================================================== */
/* ===== [ 繳交報名費 ] ============================================ */
/* ===== [ 頁簽LI tab-LI ] ======================================= */
#Payment_Tab.nav-tabs {
	/*border-bottom: 1px solid #dee2e6;*/
	border-bottom: none;
}
#Payment_Tab.nav-tabs button.nav-link {
	margin-bottom: -1px;
	padding: 0;
	background: 0 0;
	border: none;
	border-radius: 0rem;
	color: var(--FFFcolor);
}
#Payment_Tab.nav-tabs button.nav-link.active {
	color: var(--FFFcolor);
	border: none;
}
#Payment_Tab.nav-tabs button.nav-link:hover {
	isolation: isolate;
	border: none;
}
#Payment_Tab.nav-tabs button.nav-link:focus {
	border: none;
}
/* =============================================================== */
/* =============================================================== */
#Payment_Tab.nav-tabs .nav-link .tab-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    /*display: block;*/
	font-size: inherit;
    margin-bottom: -1px;
    padding: .5rem 3rem;
    color: var(--FFFcolor);
    text-decoration: none;
    background: 0 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    cursor: pointer;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
#Payment_Tab.nav-tabs .nav-link .tab-name {
    background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 575px) {
    #Payment_Tab.nav-tabs .nav-link .tab-name {
        padding: .5rem 0.75rem;
    	font-size: 93.75%;
    }
}
@media (min-width: 576px) {
    #Payment_Tab.nav-tabs .nav-link .tab-name {
        padding: .5rem 4rem;
    }
}
/* =============================================================== */

/* =============================================================== */
/* ===== [ After ] ===== */
#Payment_Tab.nav-tabs button.nav-link::after {
    content: "";
    position: relative;
    display: block;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--FFFcolor);
    transition: width 0.3s ease 0s, left 0.3s ease 0s; 
}
@media (max-width: 575px) {
    #Payment_Tab.nav-tabs button.nav-link::after {
        height: 0.5px;
    }
}
#Payment_Tab.nav-tabs button.nav-link:hover::after,
#Payment_Tab.nav-tabs button.nav-link:focus::after,
#Payment_Tab.nav-tabs button.nav-link.active::after {
    width: 100%;
    left: 0;
}
/* ===== [ After ] ===== */
/* =============================================================== */

/* =============================================================== */
/* ===== [ ACTIVE ] ===== */
#Payment_Tab.nav-tabs .tab-name:hover {
    color: var(--FFFcolor);
    background: none;
}
#Payment_Tab.nav-tabs .nav-item.show .nav-link .tab-name, 
#Payment_Tab.nav-tabs .nav-link.active .tab-name {
	color: var(--FFFcolor);
}
/* ===== [ ACTIVE ] ===== */

.Form-Main-Content .SignUp {	
	color: var(--FFFcolor);
}
@media (max-width: 575px) {
    .Form-Main-Content .SignUp {
    	font-size: 93.75%;
    }
}
@media (min-width: 576px) {
    .Form-Main-Content .SignUp {
       font-size: inherit;
    }
}

.Form-Main-Content .NTNo {
	font-family: Arial,Microsoft JhengHei;
	font-weight: 700;
}
@media (max-width: 575px) {
    .Form-Main-Content .NTNo {
    	font-size: 150%;
    }
}
@media (min-width: 576px) {
    .Form-Main-Content .NTNo {
       font-size: 175%;
    }
}
/* ===== [ 頁簽LI tab-LI ] ======================================= */

/* =============================================================== */
/* ===== [ 填寫具結書 ] ============================================ */
.Form-Main-Content .custom_bigtext {
	text-align: center;
	font-weight: 700;
}

.Form-Main-Content .item_Div_FGroup {
	position: relative;
	padding: 0;
}

.Form-Main-Content .Declaration_Div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
	/*font-size: 93.75%;*/
	font-size: inherit;
	padding: 18px 18px;
}

.Form-Main-Content .Declaration_Div .NB-T {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	
	padding: 8px 8px;
	color: var(--FFFcolor);
	background-color: #666666;
	margin-bottom: 8px;
}

.Form-Main-Content .Declaration_Div .NB-T .pos_red {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
	position: relative;
	font-size: 87.5%;
	color: #ae0606;
	width: 16px;
	height: 16px;
	background-color: var(--FFFcolor);
	border-radius: 4px;
}

.Form-Main-Content .Declaration_Div .TiT {
	font-weight: bold;
}
.Form-Main-Content .Declaration_Div .DiE {	
	padding: 0px 8px;
}

.Form-Main-Content .Declaration_Div .margin_left_EN {
	margin-left: 1.5rem;
}

.Form-Main-Content .Declaration_Div span.check-txt {
	position: relative;
	font-size: inherit;
	height: 20px;
	height: auto;
	
	display: inline-block;
	margin: 0 !important;
}
/* ====================================================== */
/* =====  內頁  自訂  友善列印 ( PrintingSite )  =========== */
.PrintingSite__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	
	width: 100%;
	margin: 0rem 0 0rem 0;
	/*padding-bottom: 0.5rem;*/
	/*border-bottom: 1px solid var(--G999color);*/
}
@media screen and (max-width: 575px) {
	.PrintingSite__wrapper {
		margin: 0rem;
	}
}
/*----------------------------------------------*/
/*----------------------------------------------*/
.PrintingSite__wrapper .Print-box {
    color: var(--blackcolor);
	font-weight: normal;
    text-decoration: none;
    background-color: transparent;
}
@media screen and (max-width: 575px) {
    .PrintingSite__wrapper .Print-box {}
}
/*----------------------------------------------*/
/*----------------------------------------------*/
.PrintingSite__wrapper .Print-box .nav-item + .nav-item::before {
	float: left;
    color: rgba(0,0,0,0.35); /* #1e2d40 */
	content: "│";
}

.PrintingSite__wrapper .Print-box .nav-item {
	font-size: 93.75%;
	display: flex;
	justify-content: center;
	align-items: center;
	/*height: 30px;*/
}

.PrintingSite__wrapper .Print-box .nav-link {
    /*font-weight: bold;*/
    padding: 0.25rem 0.375rem !important;	
	
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;	
}
.PrintingSite__wrapper .Print-box .nav-item:last-child .nav-link {
	padding: 0.125rem 0.5rem 0.125rem 0.35rem;
}

@media screen and (max-width: 992px) {	
	.PrintingSite__wrapper .Print-box .nav-link {
        font-size: 87.5%;
		padding: 0.125rem 0.35rem; /*0.125rem 0.75rem*/
	}
}
.PrintingSite__wrapper .Print-box .nav-link:focus-visible {
	outline: 1px solid var(--a_focusbordercolor);
	box-shadow: none;
}

.PrintingSite__wrapper .Print-box .nav-item a.nav-link,
.PrintingSite__wrapper .Print-box .nav-item + .nav-item a.nav-link,
.PrintingSite__wrapper .Print-box .nav-item + .nav-item a.nav-link.disabled {
    color: var(--blackcolor);
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}

.PrintingSite__wrapper .Print-box .nav-item a:hover.nav-link,
.PrintingSite__wrapper .Print-box .nav-item + .nav-item a:hover.nav-link,
.PrintingSite__wrapper .Print-box .nav-item + .nav-item a:hover.nav-link.disabled {
    color: var(--Customize_HRcolor);
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}
.PrintingSite__wrapper .Print-box .nav-item a.nav-link.active,
.PrintingSite__wrapper .Print-box .nav-item a:hover.nav-link.active {
    color: var(--Customize_HRcolor);
}
.PrintingSite__wrapper .Print-box .nav-item a.nav-link i {
	margin-right: 5px;
}
/* =====  內頁  自訂  友善列印 ( PrintingSite )  =========== */
/* ====================================================== */

/* ===== [ 填寫具結書 checkbox + radiobox 勾選鍵 ] ==================== */
.Declaration_Div .form-check {
    position: relative;
    display: block;
    min-height: 1.75rem;  /*1.5rem*/
    /*padding-left: 2rem;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px); */ 
	
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
/* ===== [ checkbox + radiobox 共用 ] ===== */
.Declaration_Div .dec-check-input {
	width: 1.125rem;
	height: 1.125rem;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0,0,0,.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.Declaration_Div .dec-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.Declaration_Div .form-check .dec-spancheck {
	position: relative;
}

.Declaration_Div .form-check .dec-check-input {
	position: relative;
	top: -0.05rem;
	float: left;
	margin-left: -1.75rem;
}

.Declaration_Div .dec-check-input[type="checkbox"] {
	border-radius: .25em;
}
/* ===== [ 勾選 checked 顏色 ] ===== */
.Declaration_Div .dec-check-input:checked {
	color: var(--FFFcolor);
	border-color: var(--color_006DCE);
	background-color: var(--color_006DCE);
	outline: 0;
	box-shadow: none;
}
/* ===== [ 勾選 checked 顏色 ] ===== */

/* ===== [ 勾選 active 顏色 ] ===== */
.Declaration_Div .dec-check-input:not(:disabled):active {
	color: var(--FFFcolor);
	background-color: var(--color_006DCE);
	border-color: var(--color_006DCE);
	outline: 0;
	box-shadow: none;
}
/* ===== [ 勾選 active 顏色 ] ===== */

/* ===== [ 勾選 focus 顏色 ] ===== */
.Declaration_Div .dec-check-input:focus {
	/*border-color: rgba(0,0,0,.25);
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);*/
	outline: 0;
	box-shadow: none;
	border-color: transparent;
}
/* ===== [ 勾選 focus 顏色 ] ===== */

.Declaration_Div label.form-check-label {
	display: inline-block;
}
/* ===== [ checkbox + radiobox 共用 ] ===== */

/* ===== [ radiobox 選項鍵 ] ===== */
.Declaration_Div .dec-check-input[type="radio"] {
	border-radius: 50%;
}

.Declaration_Div .dec-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
/* ===== [ radiobox 選項鍵 ] ===== */
/* ===== [ 填寫具結書 checkbox + radiobox 勾選鍵 ] ==================== */




/* ===== [ 填寫具結書 ] ============================================ */
/* =============================================================== */

/* =============================================================== */
/* ===== [ 繳交報名費 ] ============================================ */
.payment_img {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.payment_img_content figure.payment_figure {
	margin: 0;
	padding: 12px;
	
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
	background-color: transparent;
	border: 5px solid var(--color_006DCE);
}

.payment_img_content figure .circle_Tbox {
	width: 100%;
    height: 100%;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
	background-color: var(--color_006DCE);
}

.payment_BTitle_Div {
	margin-top: 20px;
	margin-bottom: 20px;
    text-align: center;
	background-color: transparent;
}
.payment_BTitle_Div::after {
	content: "";
	position: relative;
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: var(--color_006DCE);
}

.payment_BTitle_Div .pt_BTitle,
.payment_BTitle_Div a.pt_BTitle {
    font-size: 100%;
	font-size: 137.5%;
    color: var(--blackcolor);
    font-weight: 500;
	letter-spacing: 2;
	padding-top: 12px;
	padding-bottom: 12px;
	
    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)
}

/*.payment_BTitle_Div .pt_BTitle:hover,
.payment_BTitle_Div .pt_BTitle:focus,
.payment_BTitle_Div .pt_BTitle:active {
    color: var(--color_006DCE);
}*/


/* =============================================================== */
.payment_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);
}
/* ...................................... */
.payment_itemBoxs .payment_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);
	
	border: none;
}
@media only screen and (max-width: 991px) {
    .payment_itemBoxs .payment_item {
        padding: 6vw;
    }
}
/* ...................................... */
.payment_itemBoxs .payment_content {
    position: relative;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
/* ...................................... */
.payment_itemBoxs .payment_content .payment_figure {
    margin-bottom: 0;
    background-color: var(--FFFcolor);
	border: 5px solid var(--color_006DCE);
	
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
	
	width: 100%;
}
@media only screen and (max-width: 575px) {
    .payment_itemBoxs .payment_content .payment_figure {}
}

.payment_itemBoxs .payment_content .payment_image_link {
    display: block;    
    position: relative;
    aspect-ratio: 4/4;
    overflow: hidden;
    z-index: 1;
	
	margin: 1.5rem;
	background-color: var(--color_006DCE);
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
}
@media only screen and (max-width: 575px) {
    .payment_itemBoxs .payment_content .payment_image_link {
		margin: 0.15rem;
	}
}

.payment_itemBoxs .payment_content .payment_image_link:hover .payment_image,
.payment_itemBoxs .payment_content .payment_image_link:focus .payment_image,
.payment_itemBoxs .cpayment_content .payment_image_link:active .payment_image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.payment_itemBoxs .payment_content .payment_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)
}
/* ...................................... */

/* ...................................... */
.payment_itemBoxs .payment_content .payment_titleDiv {    
    /*font-size: 93.75%;*/
    /*height: 72px;*/
    margin-top: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
    text-align: center;
}

.payment_itemBoxs .payment_content .payment_title {
    font-size: 100%;
	font-size: 125%;
    color: var(--blackcolor);
    font-weight: 900;
    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)
}
.payment_itemBoxs .payment_content .payment_title:hover,
.payment_itemBoxs .payment_content .payment_title:focus,
.payment_itemBoxs .payment_content .payment_title:active {
    color: var(--color_006DCE);
}
/* ===== [ 繳交報名費 ] ============================================ */
/* =============================================================== */


/* =============================================================== */
/* ===== [ 資料上傳 ] ============================================= */
.Form-Main-Content .btn.btn-fileUP {
	font-size: 81.25% !important;
	color: var(--FFFcolor) !important;
	height: -webkit-calc(1.5em + .75rem + 3px);
	height: -moz-calc(1.5em + .75rem + 3px);
	height: calc(1.5em + .75rem + 3px);
	width: auto;
	padding: 0;
	border-radius: .25rem;
	background-color: #4A739C !important;
	border: 1px solid #4A739C !important;
}

.Form-Main-Content .link_bntdiv {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	
	font-size: 87.5% !important;
}

.Form-Main-Content .print-fileName,
.Form-Main-Content .link-fileName {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	
	position: relative;
	/*font-size: 87.5% !important;*/
	line-height: 1.25;
	font-weight: 400;
	text-align: left;
	
	white-space: normal !important; /* 允許換行 */
	word-wrap: break-word;         /* 舊寫法，兼容性佳 */
	overflow-wrap: anywhere;       /* 新寫法，推薦 */
	
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	
	padding: 0.25rem 0.5rem 0.375rem 0.5rem !important;
	margin-top: 0rem;
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
	
	border-top-left-radius: 4px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	
	border: 1px solid rgba(0,0,0,.125) !important;
	background-color: var(--FFFcolor) !important;
	transition: none;
}
@media screen and (max-width: 767px) {
	.Form-Main-Content .print-fileName,
	.Form-Main-Content .link-fileName {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
		margin-right: 0.25rem;
	}
}

.Form-Main-Content .print-fileName {
	color: #4A739C !important;
}
/* ---------------------------------------------------- */
.Form-Main-Content .link-fileName .filetxt {
	/*font-size: 93.75%;*/
  	line-height: inherit;
	font-weight: inherit;
    margin: 0rem;
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 42px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
	
	/*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/	
}
.Form-Main-Content .link-fileName .filetxt::after {
	/*display: inline-block;*/
	width: 100%;
	font-weight: normal;
	/*content: attr(data-th) "：";*/
	content: attr(data-th);
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.Form-Main-Content .link-fileName .filetxt {
		font-size: 87.5%;
	}
}

.Form-Main-Content .link-fileName .filetxt i {
	margin-right: 5px;
}
/* ===== [ 資料上傳 ] ============================================= */
/* =============================================================== */
/* ================================================================== */
/* ==  內頁  活動報名_線上報名   ======================================= */
/* ================================================================== */



/* ================================================================== */
/* ==  內頁  活動報名記錄   ============================================ */
/* ================================================================== */

/* ===== [ 動作編輯 自訂 Button ] ================================== */
.Form-Main-Content .all-btn {
    position: relative;
    display: inline-block;
}
@media only screen and (max-width: 700px) {
    .Form-Main-Content .all-btn {
        /*margin-left: -30px;*/
        margin-top: 10px;
        width: calc(100% + 30px);
    }
}

.Form-Main-Content .all-btn a.icon {
    position: relative;
    display: inline-block;
    margin: 2.5px 5px 2.5px 0px;
}
@media (max-width: 991px) {
    .Form-Main-Content .all-btn a.icon {
        margin: 2.5px 5px 1.25px 0px;      
    }
}
.Form-Main-Content .all-btn a.icon:first-child {
    margin-left: 0;
}
.Form-Main-Content .all-btn a.icon:last-child {
    margin-right: 0;
}

.Form-Main-Content .all-btn a.icon > .btn.btn-ctm {
	/*font-size: 87.5%;*/
	color: var(--G777color);    
    width: auto;
	height: auto;
    padding: 0.25rem 0.75rem !important; 
	background-color: #4A739C !important;
    border: 1px solid #4A739C !important;
	
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
}
@media (max-width: 1024px) {
    .Form-Main-Content .all-btn a.icon > .btn.btn-ctm  {
		width: 32px;
        height: 32px;        
    }
}
@media (max-width: 991px) {
    .Form-Main-Content .all-btn a.icon > .btn.btn-ctm  {
		font-size: 87.5%;
		width: 24px;
        height: 24px;        
    }
}

.Form-Main-Content .all-btn a.icon > .btn.btn-ctm i {
	font-size: 125%;
}

/* ---// 自訂Button HOVER //------------------- */
.Form-Main-Content .all-btn .btn.Ipencil {
	color: var(--FFFcolor) !important;
}
.Form-Main-Content .all-btn a:hover .btn.Ipencil {
	color: var(--FFFcolor) !important;
	background-color: #319d56 !important;
	border: 1px solid #319d56 !important;
}

.Form-Main-Content .all-btn .btn.Ieye {
    color: var(--FFFcolor) !important;
}
.Form-Main-Content .all-btn a:hover .btn.Ieye {
	color: var(--FFFcolor) !important;
	background-color: var(--color_006DCE) !important;
	border: 1px solid var(--color_006DCE) !important;
}

.Form-Main-Content .all-btn .btn.Itrash {
	color: var(--FFFcolor) !important;
}
.Form-Main-Content .all-btn a:hover .btn.Itrash {
	color: var(--FFFcolor) !important;
	background-color: #ae0606 !important;
	border: 1px solid #ae0606 !important;
}
/*.btn.customhover-trash:not(:disabled):not(.disabled):hover {
}*/
/* ---// 自訂Button HOVER //------------------- */
/* ===== [ 動作編輯 自訂 Button ] ================================== */
/* ............................................................... */
.custom-tooltip {
    position: relative;
    display: inline-block;
}

.custom-tooltip .tooltip-text {
	font-size: 12px;
    white-space: nowrap;
    color: var(--FFFcolor);
    padding: 5px 8px;
    border-radius: 5px;    
    background-color: var(--b2020color);
	visibility: hidden;
	opacity: 0;

    position: absolute;
    bottom: 125%; /* 在物件上方 */
    left: 50%;
    transform: translateX(-50%);
    transition: opacity .3s ease;
}
.custom-tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%; /* 箭頭在 tooltip 下方 */
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: var(--b2020color) transparent transparent transparent;
}

.custom-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
/* ............................................................... */
/* ================================================================== */
/* ==  內頁  活動報名記錄   ============================================ */
/* ================================================================== */



/* ================================================================== */
/* ==  內頁  活動報名-課程報名   ======================================= */
/* ================================================================== */
.CareBlockBox .Block_Content {
    display: flex;
    position: relative;
    flex-direction: column
}
/* ...................................... */
.CareBlockBox .Block_Content .IMG_figure {    
    background-color: var(--color_006DCE);
	margin-bottom: 1.25rem;
}

.CareBlockBox .Block_Content .img_link {
    display: block;    
    position: relative;
    aspect-ratio: 4/4;
    overflow: hidden;
    z-index: 1;
}

.CareBlockBox .Block_Content .img_link:hover .card_image,
.CareBlockBox .Block_Content .img_link:focus .card_image,
.CareBlockBox .Block_Content .img_link:active .card_image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.CareBlockBox .Block_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)
}
/* ============================================== */

/* ============================================== */
.CareBlockBox .Block_Content .catDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 0.5rem;
}
/* --------------------------------------------- */
.CareBlockBox .Block_Content .catbox {
    text-align: right
}

.CareBlockBox .Block_Content .cat_Itxt {
    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: inherit;
    
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.CareBlockBox .Block_Content .cat_Itxt span.v-line,
.CareBlockBox .Block_Content .cat_Itxt span.t-tle {
    position: relative;
}
.CareBlockBox .Block_Content .cat_Itxt span.v-line {
    color: var(--color_006DCE);
    margin-right: 3px;
}

.CareBlockBox .Block_Content .cat_Itxt span.t-tle {
	font-size: 93.75%;
	font-weight: 900;
	letter-spacing: 1px;
}
/* ============================================== */

/* ============================================== */
.CareBlockBox .Block_Content .titleDiv {
    max-height: 48px;    
    text-align: left;
	margin-bottom: 1rem;
}
/* --------------------------------------------- */
.CareBlockBox .Block_Content .bt_title {
    font-size: 100%;
    color: var(--blackcolor);
    font-weight: 900;
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 48px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
	min-height: 48px;
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.CareBlockBox .Block_Content .card_title:hover,
.CareBlockBox .Block_Content .card_title:focus,
.CareBlockBox .Block_Content .card_title:active {
    color: var(--color_006DCE);
}
/* ============================================== */

/* ============================================== */
.CareBlockBox .RRR_Block_All_Div {
	margin-bottom: 0.75rem;
}

.CareBlockBox .RegistrationDateDiv {
	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;
    font-size: 100%;    
    color: var(--blackcolor);
}
.CareBlockBox .RegistrationDateDiv:not(:last-child) {
    margin-bottom: 0px
}

.CareBlockBox .RegistrationDateDiv span.Date {
    color: var(--blackcolor);
    font-weight: 900;
}
/* ============================================== */

/* ============================================== */
.CareBlockBox .RDDiv ul {
    color: var(--blackcolor);
    font-weight: 600;
}

.CareBlockBox .RDDiv ul {
	font-size: 93.75%;
	padding-left: 0rem;
	margin-top: 0;
	margin-bottom: 0rem;
	list-style: none;
	
	counter-reset: my-counter;
}

.CareBlockBox .RDDiv ul li {
	counter-increment: my-counter;
}
.CareBlockBox .RDDiv ul li::before {
	content: counter(my-counter, decimal-leading-zero) "."; /* 1 → 01、2 → 02 … 自動補零 */
	padding-right: 0.5rem;
}

.CareBlockBox .RDDiv span.ss_text {
    color: var(--blackcolor);
    font-weight: 600;
	margin-right: 0.25rem;
}
/* ============================================== */

/* ============================================== */
.CareBlockBox .costDiv {
	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;
    font-size: 100%;    
    color: var(--blackcolor);
}
.CareBlockBox .costDiv:not(:last-child) {
    margin-bottom: 20px
}

.CareBlockBox .costDiv span.apply_txt {
	font-weight: 900;
	color: #ae0606;
}
.CareBlockBox .costDiv span.fee_new {
	font-size: 112.5%;
    color: var(--blackcolor);
    font-weight: 900;
	margin-left: 10px;
	/*text-decoration: line-through;*/ /*替網頁文字加上底線*/
}
/* ============================================== */
/* ================================================================== */
/* ==  內頁  活動報名-課程報名   ======================================= */
/* ================================================================== */




















/* ========================================================================= */
/* ------ 首頁 CSS SubPages 所有內容設定開始 ---- 以上 END --------------------- */
/* ========================================================================= */







