/* ======================= */
/* -------------------------
**	內頁  自訂  麵包屑
**	內頁 - 單層 左邊選單
**	內頁 - 單層 上邊選單
**	內頁  標準  第三層 MEN
**	內頁  H1~H6
**	內頁  HR
**	內頁  分頁按鍵
**	內頁  按鍵
**	內頁  公告日期+系統管理員 ICON / 文字設定
**	內頁  下載檔案表格_按鈕(WORD/EXCEL/PDF...)設定
**  內頁  標準相簿 PHOTO ( photo_standardbox ) 
**  內頁  標準  教師 Members
**  內頁  組織編制 / 師資
**  內頁  組織編制 / 師資 ( Cara 版 )
-------------------------- */
/* ======================= */


/* ================================================================== */
/* ==  內頁  自訂  麵包屑 ( Breadcrumb ) ============================== */
/* ================================================================== */
.custom_breadcrumb {
    display: block;
	margin-top: 35px;
	margin-bottom: 35px;
}

.custom_breadcrumb ol.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    
    border-radius: 0; /*.25rem*/
	background-color: transparent;
	border-bottom: 1px solid #6c757d;
	align-items: center;
}

.custom_breadcrumb .breadcrumb-item a {
	font-size: 95%;
    color: #6c757d;
	font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}

.custom_breadcrumb .breadcrumb-item a:hover {
	color: #333333;
	color: #004D59; /* JESS重要 - 變更顏色*/
}
.custom_breadcrumb .breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.custom_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}

.custom_breadcrumb .breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.custom_breadcrumb .breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.custom_breadcrumb .breadcrumb-item.active {
	font-size: 95%;
	font-weight: bold;
	/*color: #333333;*/
	color: #004D59; /* JESS重要 - 變更顏色*/
}

.custom_breadcrumb .breadcrumb-item a i {
	position: relative;
	font-size: 125%;
	top: 1px;
	margin-right: 3px;
    /*color: #6c757d;*/
}

.custom_breadcrumb a .return-box {
	font-size: 95%;
    color: #6c757d;
	font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}
.custom_breadcrumb a:hover .return-box,
.custom_breadcrumb a:focus .return-box,
.custom_breadcrumb a:active .return-box {
    color: #004D59;
}
/* ================================================================== */
/* ==  內頁  自訂  麵包屑 ( Breadcrumb ) ============================== */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁 - 單層 左邊選單 ( 以下 ) ================================== */
/* ================================================================== */

/*
.page-leftmenu {
	position: relative;
    display: block;
}

.page-leftmenu .lead {
    font-size: 125%;
    font-weight: 300;
    margin: 0;
    min-height: 1px;
}

.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: #FFFFFF; /*FFFFFF*
	border: 1px solid #ddd;
}
.page-leftmenu .list-group-item::before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: transparent;
    background-color: #dfb163;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.25rem;
    z-index: -1;
}
.page-leftmenu a.list-group-item:focus::before,
.page-leftmenu a.list-group-item:hover::before,
.page-leftmenu button.list-group-item:focus::before,
.page-leftmenu button.list-group-item:hover::before,
.page-leftmenu .list-group-item.active::before,
.page-leftmenu .list-group-item.active:focus::before,
.page-leftmenu .list-group-item.active:hover::before,
.page-leftmenu .list-group-item a.active::before,
.page-leftmenu .list-group-item a.active:focus::before,
.page-leftmenu .list-group-item a.active:hover::before {
    background-color: #dfb163;
    z-index: 0;
}

.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: #333333; /*555555*
}

.page-leftmenu a.list-group-item .list-group-item-heading,
.page-leftmenu button.list-group-item .list-group-item-heading {
	color: #333333;
}

.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: #FFFFFF;
	text-decoration: none;
	background-color: #011e38; /*#343a40*
	border-color: #011e38; /*#343a40*
}

.page-leftmenu .list-group-item.active,
.page-leftmenu .list-group-item.active:focus,
.page-leftmenu .list-group-item.active:hover,
.page-leftmenu .list-group-item a.active,
.page-leftmenu .list-group-item a.active:focus,
.page-leftmenu .list-group-item a.active:hover,
.page-leftmenu .list-group-item a.highlighted {
	z-index: 2;
	color: #FFFFFF !important;
	background-color: #011e38; /*#343a40*
	border-color: #011e38; /*#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: #777777;
	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: #777777;
}

.page-leftmenu .list-group-item.active .list-group-item-heading,
.page-leftmenu .list-group-item.active .list-group-item-heading > .small,
.page-leftmenu .list-group-item.active .list-group-item-heading > small,
.page-leftmenu .list-group-item.active:focus .list-group-item-heading,
.page-leftmenu .list-group-item.active:focus .list-group-item-heading > .small,
.page-leftmenu .list-group-item.active:focus .list-group-item-heading > small,
.page-leftmenu .list-group-item.active:hover .list-group-item-heading,
.page-leftmenu .list-group-item.active:hover .list-group-item-heading > .small,
.page-leftmenu .list-group-item.active:hover .list-group-item-heading > small {
	color: inherit;
}

.page-leftmenu .list-group-item.active .list-group-item-text,
.page-leftmenu .list-group-item.active:focus .list-group-item-text,
.page-leftmenu .list-group-item.active:hover .list-group-item-text {
	color: #c7ddef;
}
*/

/* ================================================================== */
/* ==  內頁 - 單層 左邊選單 (  以上 ) ================================== */
/* ================================================================== */

/* ================================================================== */
/* ==  內頁 - 單層 上邊選單 (  以下 ) ================================== */
/* ================================================================== */
.page-topmenu {
	position: relative;
    display: block;
}

.page-topmenu .list-group {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 20px;
}

.page-topmenu ul.list-group li {
    position: relative;
    list-style: none;
    z-index: 1;
    float: left;
    margin: 0;
	width: auto;
	margin-bottom: 5px;
}

@media (min-width: 320px) and (max-width: 992px) {
	.page-topmenu ul.list-group li {
		width: auto;
	}
}

.page-topmenu .list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #FFFFFF; /*FFFFFF*/
	border: 1px solid #ddd;
}

.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: #333333; /*555555*/
}

.page-topmenu a.list-group-item .list-group-item-heading,
.page-topmenu button.list-group-item .list-group-item-heading {
	color: #333333;
}

.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: #FFFFFF;
	text-decoration: none;
	background-color: var(--middlecolor);
    border-color: var(--middlecolor);
}

.page-topmenu .list-group-item.active,
.page-topmenu .list-group-item.active:focus,
.page-topmenu .list-group-item.active:hover,
.page-leftmenu .list-group-item a.active,
.page-leftmenu .list-group-item a.active:focus,
.page-leftmenu .list-group-item a.active:hover,
.page-leftmenu .list-group-item a.highlighted {
	z-index: 2;
	color: #FFFFFF !important;
	background-color: var(--middlecolor);
    border-color: var(--middlecolor);
}

.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: #777777;
	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: #777777;
}

.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: #333333; /*555555*/
    
    padding: .75rem 1.25rem;
    background-color: #FFFFFF; /*FFFFFF*/
    border: 1px solid #dddddd;
}

#ContentPlaceContent_ContentThirdMenu ul.third-list-group li .list-group-item.active, 
#ContentPlaceContent_ContentThirdMenu ul.third-list-group li .list-group-item:focus, 
#ContentPlaceContent_ContentThirdMenu ul.third-list-group li .list-group-item:hover {
    z-index: 2;
    color: #FFFFFF;
    background-color: var(--middlecolor);
    border-color: var(--middlecolor);
}

@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  = */
/* ======================================================================= */


/* ================================================================== */
/* ==  內頁  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: #333333;
}

/*#ContentPlaceContent_ContentConentA .h1:hover,
#ContentPlaceContent_ContentConentA .h2:hover,
#ContentPlaceContent_ContentConentA .h3:hover,
#ContentPlaceContent_ContentConentA .h4:hover,
#ContentPlaceContent_ContentConentA .h5:hover,
#ContentPlaceContent_ContentConentA .h6:hover,
#ContentPlaceContent_ContentConentA h1:hover,
#ContentPlaceContent_ContentConentA h2:hover,
#ContentPlaceContent_ContentConentA h3:hover,
#ContentPlaceContent_ContentConentA h4:hover,
#ContentPlaceContent_ContentConentA h5:hover,
#ContentPlaceContent_ContentConentA h6:hover {
	color: #aa210f;
}*/

#ContentPlaceContent_ContentSubMenu .h1,
#ContentPlaceContent_ContentSubMenu h1,
#ContentPlaceContent_ContentConentA .h1,
#ContentPlaceContent_ContentConentA h1 {
	font-size: 200%; /*2em*/
}

#ContentPlaceContent_ContentSubMenu .h2,
#ContentPlaceContent_ContentSubMenu h2,
#ContentPlaceContent_ContentConentA .h2,
#ContentPlaceContent_ContentConentA h2 {
	font-size: 175%; /*1.755em*/
}

#ContentPlaceContent_ContentSubMenu .h3,
#ContentPlaceContent_ContentSubMenu h3,
#ContentPlaceContent_ContentConentA .h3,
#ContentPlaceContent_ContentConentA h3 {
	font-size: 150%; /*1.5em*/
}

#ContentPlaceContent_ContentSubMenu .h4,
#ContentPlaceContent_ContentSubMenu h4,
#ContentPlaceContent_ContentConentA .h4,
#ContentPlaceContent_ContentConentA h4 {
	font-size: 125%; /*1.25em*/
}

#ContentPlaceContent_ContentSubMenu .h5,
#ContentPlaceContent_ContentSubMenu h5,
#ContentPlaceContent_ContentConentA .h5,
#ContentPlaceContent_ContentConentA h5 {
	font-size: 100%; /*1.0em*/
}

#ContentPlaceContent_ContentSubMenu .h6,
#ContentPlaceContent_ContentSubMenu h6,
#ContentPlaceContent_ContentConentA .h6,
#ContentPlaceContent_ContentConentA h6 {
	font-size: 93.75%; /*0.9375em*/
}

#ContentPlaceContent_ContentConentA .member_box_txt a {
	color: #333333;
}
#ContentPlaceContent_ContentConentA .member_box_txt a:hover {
	color: #aa210f;
}
/*------------------------------------*/
/* == 活動花絮用 ======================*/
#ContentPlaceContent_ContentSubMenu .h3.title,
#ContentPlaceContent_ContentSubMenu h3.title,
#ContentPlaceContent_ContentConentA .h3.title,
#ContentPlaceContent_ContentConentA h3.title {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 10px 0;	
}

#ContentPlaceContent_ContentSubMenu .h3.title,
#ContentPlaceContent_ContentSubMenu h3.title,
#ContentPlaceContent_ContentConentA .h3.title,
#ContentPlaceContent_ContentConentA h3.title {
	font-size: 100%; /*1.0em*/
}

#ContentPlaceContent_ContentSubMenu a .h3.title,
#ContentPlaceContent_ContentSubMenu a h3.title,
#ContentPlaceContent_ContentConentA a .h3.title,
#ContentPlaceContent_ContentConentA a h3.title {
	color: #333333;
}

#ContentPlaceContent_ContentSubMenu a:hover .h3.title,
#ContentPlaceContent_ContentSubMenu a:hover h3.title,
#ContentPlaceContent_ContentConentA a:hover .h3.title,
#ContentPlaceContent_ContentConentA a:hover h3.title {
	/*color: #aa210f;*/
}
/* == 活動花絮用 ======================*/
/*------------------------------------*/
/* ================================================================== */
/* ==  內頁  H1~H6 ================================================== */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁  HR ===================================================== */
/* ================================================================== */
#ContentPlaceContent_ContentConentA.col-sm-12.col-12 hr.hr-Css {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	
	margin-top: 1rem;
	margin-bottom: 2rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}
/* ================================================================== */
/* ==  內頁  HR ===================================================== */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁  分頁按鍵 ================================================ */
/* ================================================================== */
.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	/* margin-top: 2rem; */
	/* margin-bottom: 2rem; */
}

.pagination > li {
	display: inline
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #555555;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	height: 36.8px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li > a:focus,
.pagination>li > a:hover,
.pagination>li > span:focus,
.pagination>li > span:hover {
	z-index: 2;
	color: #FFFFFF;
	background-color: var(--middlecolor);
	border-color: var(--middlecolor);
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	z-index: 3;
	color: #FFFFFF;
	cursor: default;
	background-color: var(--middlecolor);
	border-color: var(--middlecolor);
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 112.5%; /*1.125em*/ /*18*/
	line-height: 1.3333333
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 75%; /*0.75rem*/ /*12*/
	line-height: 1.5
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}  

/* ------------------------------------------------------------*/
/* ===// ｜＜ //=== */
.pagination > li > a .icon_stop-angle-left::before {
	content: url("../images/pagination/icon_stop-angle-left_9x23.svg");
}
.pagination > li > a:hover .icon_stop-angle-left::before {
	content: url("../images/pagination/icon_stop-angle-left_W_9x23.svg");
}
/* ------------------------------------------------------------*/
/* ===// ＜ //=== */
.pagination > li > a .icon_angle-left::before {
	content: url("../images/pagination/icon_angle-left_9x23.svg");
}
.pagination > li > a:hover .icon_angle-left::before {
	content: url("../images/pagination/icon_angle-left_W_9x23.svg");
}
.pagination > .disabled > a:hover .icon_angle-left::before {
	content: url("../images/pagination/icon_angle-left_9x23.svg");
}
/* ------------------------------------------------------------*/
/* ===// ＞ //=== */
.pagination > li > a .icon_angle-right::before {
	content: url("../images/pagination/icon_angle-right_9x23.svg");
}
.pagination > li > a:hover .icon_angle-right::before {
	content: url("../images/pagination/icon_angle-right_W_9x23.svg");
}
.pagination > .disabled > a:hover .icon_angle-right::before {
	content: url("../images/pagination/icon_angle-right_9x23.svg");
}
/* ------------------------------------------------------------*/
/* ===// ＞｜ //=== */
.pagination > li > a .icon_stop-angle-right::before {
	content: url("../images/pagination/icon_stop-angle-right_9x23.svg");
}
.pagination > li > a:hover .icon_stop-angle-right::before {
	content: url("../images/pagination/icon_stop-angle-right_W_9x23.svg");
}

/* 分頁 跳至某頁 */
.pagination li select,
.pagination li input,
.pagination li p{
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #555555;
	text-decoration: none;
	height: 36.8px;
	border-radius: 4px;
}
.pagination li select{
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination li input{
	background-color: #fff;
	border: 1px solid #ddd;
	width: 80px;
}
/* 分頁 跳至某頁 */
/* ------------------------------------------------------------*/
/* ================================================================== */
/* ==  內頁  分頁按鍵 ================================================ */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁  按鍵 ==================================================== */
/* ================================================================== */
#ContentPlaceContent_ContentSubMenu .btn,
#ContentPlaceContent_ContentConentA .btn,
#ContentPlaceContent_ContentPlaceConentA_wuc1_btn_edit.btn-primary,
#ContentPlaceContent_ContentPlaceConentA_wuc1_btn_goback.btn-primary {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: 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 15px !important; /*6px 12px !important;*/
    color: #212529 !important;
	border: 1px solid #777777 !important; /*1px solid #ddd !important;*/
	background-color: transparent !important;
	border-radius: 50px !important;
}

.btn-custom-color:hover,
#ContentPlaceContent_ContentPlaceConentA_wuc1_btn_edit.btn.btn-primary:hover,
#ContentPlaceContent_ContentPlaceConentA_wuc1_btn_goback.btn.btn-primary:hover {
	padding: 6px 15px !important; /*6px 12px !important;*/
    color: #fff !important;
    background-color: #00788c !important;
	border-color: #00788c !important; /*border-color #ddd !important;*/
	border-radius: 50px !important;
}
/* ================================================================== */
/* ==  內頁  按鍵 ==================================================== */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁  公告日期+系統管理員 ICON / 文字設定 ======================== */
/* ================================================================== */
#ContentPlaceContent_ContentConentA .dotted_line {
	position: relative;
    display: block;
	font-size: 95%;
	color: #6c757d;
	padding-bottom: 10px;
	margin: 15px 0 25px 0;
	border-bottom: 1px dashed rgba(0,0,0,.125);
}
#ContentPlaceContent_ContentConentA .dotted_line i.fa.fa-calendar {
	position: relative;
	font-size: 93.75%;
	top: -2px;
	margin-right: 3px;
}
#ContentPlaceContent_ContentConentA .dotted_line i.fa.fa-user {
	position: relative;
	font-size: 100%;
	top: 0px;
	margin-left: 15px;
	margin-right: 3px;
}
/* ================================================================== */
/* ==  內頁  公告日期+系統管理員 ICON / 文字設定 ======================== */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁  下載檔案表格_按鈕(WORD/EXCEL/PDF...)設定 ================== */
/* ================================================================== */
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default {
	display: inline-block;
	font-size: 100%;
	line-height: 1.5;
	font-weight: 400;
	color: transparent !important;
	text-align: center;
	
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	padding: 0rem !important;
	margin-top: 0rem;
	margin-bottom: 0rem;
	
	border-radius: 4px;		
	border: none;
	background-color: transparent !important;
	transition: none;
}

#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default div {
	font-size: inherit;
  	line-height: inherit;
	font-weight: inherit;
	
	padding: 0.375rem 0.75rem;
	margin-top: 0rem;
	margin-bottom: 0.25rem;
	
	border-radius: 4px;	
	border: 1px solid rgba(0,0,0,.125);
	background-color: #FFFFFF;
	min-width: 72px;
	
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
}
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default div::before {
	position: absolute;
	font-size: 112.5%;
	/*color: #337ab7;*/
	/*color: #999999;*/
	color: #00788c;
	width: 32px;
	height: 32px;	
	bottom: -6px;
	right: -8px;
	content: "◢";
}
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a:hover.btn.btn-default div::before {
	color: #FFFFFF;
}

/* 標準預設 / word / excel / pdf / ppt 設定 */
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default div {
	color: #337ab7;
}
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default div.word {
	color: #275598;
}
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default div.excel {
	color: #1e7646;
}
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default div.pdf {
	color: #d61e00;
}
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a.btn.btn-default div.ppt {
	color: #db6905;
}
/* word / excel / pdf / ppt 設定 */

#ContentPlaceContent_ContentConentA .table > tbody > tr > td a:hover.btn.btn-default div,
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a:hover.btn.btn-default div.word,
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a:hover.btn.btn-default div.excel,
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a:hover.btn.btn-default div.pdf,
#ContentPlaceContent_ContentConentA .table > tbody > tr > td a:hover.btn.btn-default div.ppt {
	color: #FFFFFF;
	background-color: #00788c;
}
/* ================================================================== */
/* ==  內頁  下載檔案表格_按鈕(WORD/EXCEL/PDF...)設定 ================== */
/* ================================================================== */


/* =============================================================== */
/* ==  內頁  標準相簿 PHOTO ======================================= */
/* =============================================================== */
#ContentPlaceContent_ContentConentA .photo_standardbox {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

#ContentPlaceContent_ContentConentA .photo_standardbox a {
	position: relative;
	display: block;
}
/* == // 向下三角形箭頭 // == */
#ContentPlaceContent_ContentConentA .photo_standardbox a::after {
	position: absolute;
	font-size: 100%;
	font-family: "FontAwesome";
	color: #999999;
	right: 0;	
	bottom: 0;
	margin-right: 5px;
	content: "◢";
}
@media (min-width: 320px) and (max-width: 992px) {
	#ContentPlaceContent_ContentConentA .photo_standardbox a::after {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
/* == // 向下三角形箭頭 // == */

#ContentPlaceContent_ContentConentA .photo_standardbox .img-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	overflow: hidden;
	
	min-height: 190px;
	border: 1px solid rgba(0,0,0,.125);
}
@media (min-width: 992px) and (max-width: 1200px) {
	#ContentPlaceContent_ContentConentA .photo_standardbox .img-box {
		min-height: 122px;
	}
	
}
@media (min-width: 320px) and (max-width: 991px) {
	#ContentPlaceContent_ContentConentA .photo_standardbox .img-box {
		min-height: 160px;
	}
	
}
#ContentPlaceContent_ContentConentA .photo_standardbox .photo_iframe iframe,
#ContentPlaceContent_ContentConentA .photo_standardbox .img-box img {
	width: 100%;
	cursor: pointer;
	margin: 2px;
	transition: all 0.6s;
}
#ContentPlaceContent_ContentConentA .photo_standardbox .img-box img:hover {
	transform: scale(1.2);
}

#ContentPlaceContent_ContentConentA .photo_standardbox figcaption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	
	min-height: 65px;
	padding: 5px 15px 10px 15px;
	background-color: rgba(0,0,0,.125);
	/*border: 1px solid #DDDDDD;*/
}

#ContentPlaceContent_ContentConentA .photo_standardbox a figcaption h3 {
	position: relative;
	font-size: 100%; /*112.5%*/
	font-weight: 500;
	color: #000000;
	text-align: left;
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 50px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */	
}

#ContentPlaceContent_ContentConentA .photo_standardbox figcaption .p_txt {	
	position: relative;
	font-size: 93.75%;
	line-height: 1.75;
	font-weight: 600;
	color: #6c757d;
	text-align: left;
	margin-bottom: 0rem;
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 50px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}

/* == HOVER ======= */
#ContentPlaceContent_ContentConentA .photo_standardbox:hover a::after {
	color: #ff7100;
}
#ContentPlaceContent_ContentConentA .photo_standardbox a:hover figcaption,
#ContentPlaceContent_ContentConentA .photo_standardbox a:hover figcaption h3 {
	color: #FFFFFF;
	background-color: #00788c;
}
/* == HOVER ======= */	
	
	
/* ================================================================== */
/* === 另一版 ======================================================== */
/* ================================================================== */
#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a {
	position: relative;
	display: block;
}

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a .zoom-plus {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
	right: 0px;
	bottom: 0px;
}

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a .zoom-plus i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
	font-size: 100%;
	width: 40px;
	height: 40px;
	/*border-radius: 100%;*/
	border-top-left-radius: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-color: rgba(0,0,0,0.5);
	
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a:hover .zoom-plus i {
	opacity: 1;
	background-color: #ff7100;
}
#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a .zoom-plus i.fa-zoom-plus::before {
	position: absolute;
	width: 32px;
	height: 32px;
	bottom: 0;
	right: 0;
  	content: url("../images/svg/icon-zoom-plus-white_36x36.svg");
}
#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a:hover .zoom-plus i.fa-zoom-plus::before {
  	content: url("../images/svg/icon-zoom-plus-white_36x36.svg");
}
/* == // 向下三角形箭頭 // == */
/*#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a .zoom-plus::after,
#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a .zoom-plus::after {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
	font-family: "FontAwesome";
		font-weight: 300;	
	color: #FFFFFF;
	width: 64px;
	height: 64px;
	content: "\f00e";
	background-color: rgba(0,0,0,0.5)
}
@media (min-width: 320px) and (max-width: 992px) {
	#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox a .zoom-plus::after {
		position: absolute;
		left: 50%;
		top: 50%;
	}
}
#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox:hover a .zoom-plus::after {
	color: #ff7100;
	content: "\f00e"
}*/
/* == // 向下三角形箭頭 // == */

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox .img-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0,0,0,.125);
	overflow: hidden;
	
	min-height: 190px;
	max-height: 190px;
	border: 1px solid rgba(0,0,0,.125);
}
@media (min-width: 992px) and (max-width: 1200px) {
	#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox .img-box {
		min-height: 122px;
	}
	
}
@media (min-width: 320px) and (max-width: 991px) {
	#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox .img-box {
		min-height: 160px;
	}
	
}
#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox .img-box img {
	width: 100%;
	cursor: pointer;
	margin: 2px;
	transition: all 0.6s;
}
#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox .img-box img:hover {
	transform: scale(1.2);
}

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox figcaption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	
	min-height: 65px;
	padding: 5px 15px 10px 15px;
	background-color: rgba(0,0,0,.125);
	/*border: 1px solid #DDDDDD;*/
}

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox figcaption h3 {
	position: relative;
	font-size: 100%; /*112.5%*/
	font-weight: 500;
	color: #000000;
	text-align: left;
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 50px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */	
}

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox figcaption h3:hover {
	color: #ff7100 !important;
}

#ContentPlaceContent_ContentConentA .photo_one_pic_standardbox figcaption .p_txt {	
	position: relative;
	font-size: 93.75%;
	line-height: 1.75;
	font-weight: 600;
	color: #6c757d;
	text-align: left;
	margin-bottom: 0rem;
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 50px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}
/* =============================================================== */
/* ==  內頁  標準相簿 PHOTO ======================================= */
/* =============================================================== */

/* cara 20240215 客製shop */
#ContentPlaceContent_ContentConentA .photo_standardbox_customize{
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 0 0 14px 1px rgb(0 0 0 / 15%);
	margin-bottom: 30px;
}

#ContentPlaceContent_ContentConentA .photo_standardbox_customize .photo-img img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
}
#ContentPlaceContent_ContentConentA .photo_standardbox_customize .box_content{
	padding: 0 20px 20px 20px;
	position: relative;
	background: #ffffff;
}
#ContentPlaceContent_ContentConentA .photo_standardbox_customize .box_content::before{
	content: "";
	position: absolute;
	top: -69px;
	right: -1px;
	width: calc(100% + 1px);
	height: 70px;
	background: url(../images/news/news-content-cover-top_600x70.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	filter: drop-shadow(-2px -5px 4px rgba(0,0,0,0.15));
}
#ContentPlaceContent_ContentConentA .photo_standardbox_customize .box_content .tit-text{
	font-size: 125%;
	font-weight: bold;
	color: #505050;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 62px;
	text-align: justify;
	position: relative;
	z-index: 1;
}
#ContentPlaceContent_ContentConentA .photo_standardbox_customize .box_content .customsize-info{
	color: #505050;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 48px;
	text-align: justify;
	position: relative;
	z-index: 1;
}
#ContentPlaceContent_ContentConentA .photo_standardbox_customize .box_content .customsize-date{
	color: #707070;
	font-size: 95%;
	position: relative;
	z-index: 1;
}
#ContentPlaceContent_ContentConentA .box_content .customsize-readMore a{
	color: #eb6133;
	font-weight: bold;
	position: relative;
	padding: 20px 0 20px 20px;
	letter-spacing: 1.1;
	transition: 0.8s;
	z-index: 0;
}
#ContentPlaceContent_ContentConentA .box_content .customsize-readMore a::after{
	content: "";
	position: absolute;
	width: 270px;
	height: 270px;
	bottom: -270px;
	right: -270px;
	background: #fcc42c;
	border-radius: 50%;
	transition: 0.5s;
	z-index: -1;
}
#ContentPlaceContent_ContentConentA .box_content .customsize-readMore a:hover{
	color: #ffffff;
}
#ContentPlaceContent_ContentConentA .box_content .customsize-readMore a:focus{
	outline: none;
    outline-offset: 0;
}
#ContentPlaceContent_ContentConentA .box_content .customsize-readMore a:hover::after{
	bottom: -150px;
	right: -100px;
}
/* cara 20240215 客製shop */

/* cara 20240215 客製course */
#ContentPlaceContent_ContentConentA .video_standardbox_customize{
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 0 0 14px 1px rgb(0 0 0 / 15%);
	margin-bottom: 30px;
	background: #000;
}
#ContentPlaceContent_ContentConentA .video_standardbox_customize .photo-img{
	background: #000;
}
#ContentPlaceContent_ContentConentA .video_standardbox_customize .photo-img img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
}
#ContentPlaceContent_ContentConentA .video_standardbox_customize .box_content{
	padding: 0px 25px 20px 25px;
	position: relative;
	background: #ffffff;
}
#ContentPlaceContent_ContentConentA .video_standardbox_customize .box_content::before{
	content: "";
	position: absolute;
	top: -69px;
	right: -1px;
	width: calc(100% + 1px);
	height: 70px;
	background: url(../images/news/news-content-cover-top_600x70.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	filter: drop-shadow(-2px -5px 4px rgba(0,0,0,0.15));
}

#ContentPlaceContent_ContentConentA .video_standardbox_customize .box_content .tit-text{
	font-size: 125%;
	font-weight: bold;
	color: #505050;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: justify;
	height: 62px;
}
#ContentPlaceContent_ContentConentA .video_standardbox_customize .box_content .customsize-info{
	color: #505050;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: justify;
	height: 75px;
}
@media (max-width:991px) {
	#ContentPlaceContent_ContentConentA .video_standardbox_customize .box_content .customsize-info{
		-webkit-line-clamp: 2;
		height: 48px;
	}
}
#ContentPlaceContent_ContentConentA .video_standardbox_customize .box_content .customsize-teacher{
	color: #505050;
}
#ContentPlaceContent_ContentConentA .video_standardbox_customize .box_content .customsize-time{
	color: #505050;
}
#ContentPlaceContent_ContentConentA .video_standardbox_customize .box_content .customsize-price{
	color: #202020;
	font-weight: bold;
	font-size: 122%;
}

/* cara 20240215 客製course */

/* ================================================================== */
/* ==  內頁  標準  教師 Members ======================================= */
/* ================================================================== */
#ContentPlaceContent_ContentConentA .member-icon-color {
	/* color: #000; */    /* 預設值 */
    color: #333333;  /*---- 每個網頁--需變色 ----*/
}

#ContentPlaceContent_ContentConentA .row-memberALL {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

#ContentPlaceContent_ContentConentA .member_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#ContentPlaceContent_ContentConentA .member_box .member_content_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;;
	align-items: flex-start;
	
	min-height: auto;
    border: 1px solid rgba(191, 191, 191, 0.5);
    margin-bottom: 30px;
	padding: 15px;
}
@media (max-width:575px) {
    #ContentPlaceContent_ContentConentA .member_box .member_content_box {
		flex-direction: row;
	}
}
@media (min-width:576px) {
    #ContentPlaceContent_ContentConentA .member_box .member_content_box {
		flex-direction: row-reverse;
	}
}
/*----------------------------------------------*/
/* --- 內容 --- */
#ContentPlaceContent_ContentConentA .member_box .img-box {
	padding: 5px;
	border: 1px solid #ddd;
}

#ContentPlaceContent_ContentConentA .member_box_photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
	width: auto;
	max-height: 300px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 15px;
}

#ContentPlaceContent_ContentConentA .member_box_photo img {
	width: 100%;
	object-fit: cover;
}
@media (max-width:575px) {
    #ContentPlaceContent_ContentConentA .member_box_photo img {
		width: 200px;
		object-fit: cover;
	}
}
@media (min-width:576px) {
    #ContentPlaceContent_ContentConentA .member_box_photo img {
		width: 100%;
		object-fit: cover;
	}
}
#ContentPlaceContent_ContentConentA .member_box_txt {
	display: inline-block;	
}

#ContentPlaceContent_ContentConentA .member_box i {
	position: relative;
	display: inline-block;
	font-size: inherit; /*繼承*//*0.95rem98*/
	width: 24px;	
	top: -2px;
	/*margin-right: 5px;*/
	text-align: center;
}

#ContentPlaceContent_ContentConentA .member_box p {
    line-height: 1.8;
    font-size: inherit; /*繼承*//*0.95rem98*/
	width: 100%;
	/*height: 15%;*/
    color: inherit;	
	
	margin-top: 0;
	margin-bottom: 0.3rem;	
}

#ContentPlaceContent_ContentConentA .member_box .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
#ContentPlaceContent_ContentConentA #course {
    font-size: inherit; /*繼承*//*0.95rem98*/
	width: 100%;
	height: 50px;
    color: inherit;	
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	
	margin-top: 0;
	margin-bottom: 0.3rem;	
}
/* --- 內容 --- */
/*----------------------------------------------*/
/* ================================================================== */
/* ==  內頁  標準  教師 Members ======================================= */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁  組織編制 / 師資 ========================================== */
/* ================================================================== */
.fullpage-wrapper .division_boxDIV {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	border: 1px solid #dee2e6;
}
/* ------------------------------------------------ */
.fullpage-wrapper .division_boxDIV .IMG-BOX-content {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fullpage-wrapper .division_boxDIV .pl-0,
.fullpage-wrapper .division_boxDIV .px-0 {
	padding-left: 0 !important;
}
/* ------------------------------------------------ */
.fullpage-wrapper .division_boxDIV .imgbox_img {
    position: relative;
    overflow: hidden;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	
	padding: 15px;
	border: 1px solid #dee2e6;
}
/* ------------------------------------------------ */
.fullpage-wrapper .division_boxDIV .P-BOX-content {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fullpage-wrapper .division_boxDIV .P-BOX-content.border-left {
	padding-top: 15px;
	padding-bottom: 15px;
	border-left: 1px solid #dee2e6 !important;
	height: 100%;
}
/* ------------------------------------------------ */
.fullpage-wrapper .division_boxDIV .IMG-BOX-content p,
.fullpage-wrapper .division_boxDIV .P-BOX-content p {
	font-size: 100%;
	word-break: break-all;
    color: #333333;
}
.fullpage-wrapper .division_boxDIV .IMG-BOX-content a,
.fullpage-wrapper .division_boxDIV .P-BOX-content a {
	font-size: 100%;
	word-break: break-all;
	text-decoration: underline;
    color: #333333;
}
.fullpage-wrapper .division_boxDIV .IMG-BOX-content a:hover,
.fullpage-wrapper .division_boxDIV .P-BOX-content a:hover {
    color: #00788c;
}
/* ================================================================== */
/* ==  內頁  組織編制 / 師資 ========================================== */
/* ================================================================== */


/* ================================================================== */
/* ==  內頁  組織編制 / 師資 ( Cara 版 ) ============================== */
/* ================================================================== */
.fullpage-wrapper #ContentPlaceContent_ContentConentA #page-content .lcm-box {
	border: 1px solid #cecece;
	line-height: 1.5;
}
.fullpage-wrapper #ContentPlaceContent_ContentConentA #page-content .lcm-box .img-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.fullpage-wrapper #ContentPlaceContent_ContentConentA #page-content .lcm-box img {
	border: 1px solid #cecece;
	width: 165px;
	height: 165px;
	object-fit: cover;
}
.fullpage-wrapper #ContentPlaceContent_ContentConentA #page-content .lcm-box .lcm-1-bg-border-blue {
	background: #dfe8f6;
	border-bottom: 1px solid #00788c;
}
.fullpage-wrapper #ContentPlaceContent_ContentConentA #page-content .lcm-box .lcm-1-bg-border-blue.line-height-3 {
	line-height: 3;
}
/* ================================================================== */
/* ==  內頁  組織編制 / 師資 ( Cara 版 ) ============================== */
/* ================================================================== */



/* ======================================================================== */
/* ==  內頁 ContentPlaceContent_ContentConentA  媒體報導 20231012 JESS 新增 == */
/* ======================================================================== */
#ContentPlaceContent_ContentConentA .wrapper_box .mb-30 {
    margin-bottom: 30px;
}

#ContentPlaceContent_ContentConentA .wrapper_box .media-item {
    position: relative;
    float: left;
    padding-top: 0px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px; 
    
    border-radius: 16px;    
    background-color: #FFFFFF;
    
    box-shadow: 1px 1.732px 18px 0px rgba(0, 0, 0, 0.15);
}
#ContentPlaceContent_ContentConentA .wrapper_box .media-item::after {
    position: absolute;
    width: 80%;
    height: 20px;
    
    content: "";
    bottom: -20px;
    left: 10%;
    border-radius: 0px 0px 16px 16px;
    background-color: #d7a975;
    
    transform: translate(0,-103%);    
    transition: all 0.3s ease 0s;
    z-index: -1;
}
#ContentPlaceContent_ContentConentA .wrapper_box .media-item:hover::after {
    transform: translate(0,0%);
}

#ContentPlaceContent_ContentConentA .wrapper_box .media-img-outer {
    width: 100%;
    overflow: hidden;
    /*border-radius: 0px 0px 0px 0px;*/
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
#ContentPlaceContent_ContentConentA .wrapper_box .media-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px 0px 0px 0px;
    float: left;    
}

#ContentPlaceContent_ContentConentA .wrapper_box .media-content .box_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
/*--------------------------------------------*/
/*----- // 至頂標籤 ---------------------------*/
#ContentPlaceContent_ContentConentA .customstyle-hotop {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#ContentPlaceContent_ContentConentA .customstyle-hotop .icon-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
	font-size: 62.5%;
	line-height: 1.5;
	font-weight: 900;	
	padding: 2px 16px;
	border-radius: 5px;
	margin-right: 5px;
}
#ContentPlaceContent_ContentConentA .customstyle-hotop .icon-small.hot-bg {
	color: #FFFFFF;    
	background: #ce1800;
}
#ContentPlaceContent_ContentConentA .customstyle-hotop .icon-small.top-bg {
	color: #FFFFFF;
	background-color: #004aa5;
}
#ContentPlaceContent_ContentConentA .customstyle-hotop .icon-small.new-bg {
	color: #090a0c;
	background-color: #fda601;
}
/*----- // 至頂標籤 ---------------------------*/
/*--------------------------------------------*/
/*-----------------------------------------------------------------*/
#ContentPlaceContent_ContentConentA .wrapper_box .media-content .customstyle-date {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	position: relative;
}
#ContentPlaceContent_ContentConentA .wrapper_box .media-content .customstyle-date .date-small-txt {
	font-size: 87.5%;
	line-height: 1.25;
	font-weight: 900;	
    color: #707070;
	margin-right: 5px;
}
/*-----------------------------------------------------------------*/
#ContentPlaceContent_ContentConentA .wrapper_box .media-content .tit-text {
    font-weight: 600;
    color: #090a0c;
    text-transform: uppercase;
    word-break: break-all;
    
    display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 60px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
    
    margin-bottom: 15px;
}
@media(max-width:575px) {
    #ContentPlaceContent_ContentConentA .wrapper_box .media-content .tit-text {
        font-size: 93.75%;
        color: #090a0c;
    }
}
@media(min-width:576px) {
    #ContentPlaceContent_ContentConentA .wrapper_box .media-content .tit-text {
        font-size: 112.5%; 
        color: #090a0c;
    }
}
#ContentPlaceContent_ContentConentA .wrapper_box .media-item:hover .tit-text {
    color: #004D59;
}

/*-----------------------------------------------------------------*/
/*ZoomIn Hover Effect*/
#ContentPlaceContent_ContentConentA .wrapper_box .hover-zoomin a {
    position: relative;
    display: block;    
    overflow: hidden;
}
#ContentPlaceContent_ContentConentA .wrapper_box .hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#ContentPlaceContent_ContentConentA .wrapper_box .hover-zoomin:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
/* ======================================================================== */
/* ==  內頁 ContentPlaceContent_ContentConentA  媒體報導 20231012 JESS 新增 == */
/* ======================================================================== */

/* ------------------------------------------------ */
/* 20240402  政大教師預約授課查詢系統 內頁 Components */
/* ------------------------------------------------ */
/* 內頁modal設定 start */
.modal{
	max-height: 85vh;
	top: 54%;
	transform: translate(0,-50%);
}
/* 內頁modal設定 end*/

/* ----------- 自訂 勾選開關 start -------------------- */
/* ===== 大lg / 中md / 小sm ==================== */
.custom-control {
	position: relative;
	display: block;
	min-height: 2rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}

/* ======================================================*/
/* Size : lg */
.custom-check-input-lg {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-check-input-lg:checked~.custom-check-label-lg::before {
	color: #fff;
	border-color: var(--extremedarkcolor); /*007bff*/
	background-color: var(--extremedarkcolor); /*007bff*/
}

.custom-check-input-lg:focus~.custom-check-label-lg::before {
	box-shadow: 0 0 0 .2rem rgba(209,0,0,.25);
}

.custom-check-input-lg:focus:not(:checked)~.custom-check-label-lg::before {
	border: 2px dotted;
	border-color: #D10000;
}

/* 勾選 active 顏色 */
.custom-check-input-lg:not(:disabled):active~.custom-check-label-lg::before {
	color: #fff;
	background-color: var(--extremedarkcolor); /*007bff*/
	border-color: var(--extremedarkcolor); /*007bff*/
}
/* 勾選 active 顏色 */

/* 勾選 checked 顏色 */
.custom-checkbox.custom-checkbox-warning .custom-check-input-lg:checked ~ .custom-check-label-lg::before {
	background-color: var(--extremedarkcolor); /*007bff*/
	border-color: var(--extremedarkcolor); /*007bff*/
}
/* 勾選 active 顏色 */

.custom-check-input-lg:disabled~.custom-check-label-lg {
	color: #6c757d
}

.custom-check-input-lg:disabled~.custom-check-label-lg::before {
	background-color: #e9ecef
}

.custom-check-label-lg {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.custom-check-label-lg::before {
	position: absolute;
	top: 0rem; /*.25rem*/
	left: -1.5rem;
	display: block;
	width: 1.5rem; /*1rem*/
	height: 1.5rem; /*1rem*/
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.custom-check-label-lg::after {
	position: absolute;
	top: 0rem; /*.25rem*/
	left: -1.5rem;
	display: block;
	width: 1.5rem; /*1rem*/
	height: 1.5rem; /*1rem*/
	content: "";
	background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-check-label-lg::before {
	border-radius: .25rem
}

.custom-checkbox .custom-check-input-lg:checked~.custom-check-label-lg::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

/* 未選 光暈 */
.custom-checkbox .custom-check-input-lg:indeterminate~.custom-check-label-lg::before {
	border-color: #007bff;
	background-color: #007bff
}
/* 未選 光暈 */


.custom-checkbox .custom-check-input-lg:indeterminate~.custom-check-label-lg::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-check-input-lg:disabled:checked~.custom-check-label-lg::before {
	background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-check-input-lg:disabled:indeterminate~.custom-check-label-lg::before {
	background-color: rgba(0,123,255,.5)
}

.custom-check-label-lg span.check-txt {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	top: .4375rem;
}


/* ======================================================*/
/* Size : md */
.custom-check-input-md {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-check-input-md:checked~.custom-check-label-md::before {
	color: #fff;
	border-color: var(--extremedarkcolor); /*007bff*/
	background-color: var(--extremedarkcolor); /*007bff*/
}

.custom-check-input-md:focus~.custom-check-label-md::before {
	box-shadow: 0 0 0 .2rem rgba(209,0,0,.25);
}

.custom-check-input-md:focus:not(:checked)~.custom-check-label-md::before {
	border-color: #80bdff
}

/* 勾選 active 顏色 */
.custom-check-input-md:not(:disabled):active~.custom-check-label-md::before {
	color: #fff;
	background-color: var(--extremedarkcolor); /*007bff*/
	border-color: var(--extremedarkcolor); /*007bff*/
}
/* 勾選 active 顏色 */

/* 勾選 checked 顏色 */
.custom-checkbox.custom-checkbox-warning .custom-check-input-md:checked ~ .custom-check-label-md::before {
	background-color: var(--extremedarkcolor); /*007bff*/
	border-color: var(--extremedarkcolor); /*007bff*/
}
/* 勾選 active 顏色 */

.custom-check-input-md:disabled~.custom-check-label-md {
	color: #6c757d
}

.custom-check-input-md:disabled~.custom-check-label-md::before {
	background-color: #e9ecef
}

.custom-check-label-md {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.custom-check-label-md::before {
	position: absolute;
	top: .16rem; /*.25rem*/
	left: -1.5rem;
	display: block;
	width: 1.25rem; /*1rem*/
	height: 1.25rem; /*1rem*/
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

.custom-check-label-md::after {
	position: absolute;
	top: .16rem; /*.25rem*/
	left: -1.5rem;
	display: block;
	width: 1.25rem; /*1rem*/
	height: 1.25rem; /*1rem*/
	content: "";
	background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-check-label-md::before {
	border-radius: .25rem
}

.custom-checkbox .custom-check-input-md:checked~.custom-check-label-md::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

/* 未選 光暈 */
.custom-checkbox .custom-check-input-md:indeterminate~.custom-check-label-md::before {
	border-color: #007bff;
	background-color: #007bff
}
/* 未選 光暈 */


.custom-checkbox .custom-check-input-md:indeterminate~.custom-check-label-md::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-check-input-md:disabled:checked~.custom-check-label-md::before {
	background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-check-input-md:disabled:indeterminate~.custom-check-label-md::before {
	background-color: rgba(0,123,255,.5)
}

.custom-check-label-md span.check-txt {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	top: .4375rem;
}


/* ======================================================*/
/* Size : sm */
.custom-check-input-sm {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-check-input-sm:checked~.custom-check-label-sm::before {
	color: #fff;
	border-color: var(--extremedarkcolor); /*007bff*/
	background-color: var(--extremedarkcolor); /*007bff*/
}

.custom-check-input-sm:focus~.custom-check-label-sm::before {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-check-input-sm:focus:not(:checked)~.custom-check-label-sm::before {
	border-color: #80bdff
}

/* 勾選 active 顏色 */
.custom-check-input-sm:not(:disabled):active~.custom-check-label-sm::before {
	color: #fff;
	background-color: var(--extremedarkcolor); /*007bff*/
	border-color: var(--extremedarkcolor); /*007bff*/
}
/* 勾選 active 顏色 */

/* 勾選 checked 顏色 */
.custom-checkbox.custom-checkbox-warning .custom-check-input-sm:checked ~ .custom-check-label-sm::before {
	background-color: var(--extremedarkcolor); /*007bff*/
	border-color: var(--extremedarkcolor); /*007bff*/
}
/* 勾選 active 顏色 */

.custom-check-input-sm:disabled~.custom-check-label-sm {
	color: #6c757d
}

.custom-check-input-sm:disabled~.custom-check-label-sm::before {
	background-color: #e9ecef
}

.custom-check-label-sm {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.custom-check-label-sm::before {
	position: absolute;
	top: .28rem; /*.25rem*/
	left: -1.25rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

.custom-check-label-sm::after {
	position: absolute;
	top: .28rem; /*.25rem*/
	left: -1.25rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-check-label-sm::before {
	border-radius: .25rem
}

.custom-checkbox .custom-check-input-sm:checked~.custom-check-label-sm::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

/* 未選 光暈 */
.custom-checkbox .custom-check-input-sm:indeterminate~.custom-check-label-sm::before {
	border-color: #007bff;
	background-color: #007bff
}
/* 未選 光暈 */


.custom-checkbox .custom-check-input-sm:indeterminate~.custom-check-label-sm::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-check-input-sm:disabled:checked~.custom-check-label-sm::before {
	background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-check-input-sm:disabled:indeterminate~.custom-check-label-sm::before {
	background-color: rgba(0,123,255,.5)
}

.custom-check-label-sm span.check-txt {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	top: .4375rem;
}
/* ===== 大lg / 中md / 小sm ==================== */
/* ----------- 自訂 勾選開關 end-------------------- */

/* 自訂 radio start */
.custom-control .custom-radio-label{
	border: 2px solid var(--lightcolor);
	padding: 6px 10px;
	border-radius: 5px;
}
.custom-control .custom-radio-label{
	color: var(--lightcolor);
	font-weight: bold;
}
.custom-control .custom-check-input-lg:focus ~ .custom-radio-label,
.custom-control.custom-checkbox:focus .custom-radio-label{
	/* border: 2px solid var(--middlecolor);
	padding: 6px 10px;
	border-radius: 5px; */
	box-shadow: 0 0 0 .2rem rgba(209, 0, 0, .25);
}
.custom-control .custom-check-input-lg:focus:not(:checked) ~ .custom-radio-label,
.custom-control.custom-checkbox:focus:not(.active) .custom-radio-label{
    border: 2px dotted;
    border-color: #D10000;
}
.custom-control .custom-check-input-lg:checked ~ .custom-radio-label,
.custom-control.custom-checkbox.active .custom-radio-label{
	border: 2px solid var(--middlecolor);
	padding: 6px 10px;
	border-radius: 5px;
	color: #fff;
	background: var(--middlecolor);
}
.custom-control .custom-check-input-lg:checked ~ .custom-radio-label,
.custom-control.custom-checkbox.active .custom-radio-label{
	color: #fff;
	background: var(--middlecolor);
	border: 2px solid var(--middlecolor);
}
/* 自訂 radio end */

/* ============================================= */
/* --- PAGE --- 網站資訊 左右開關鍵 -------------- */

/* ===== 大lg / 中md / 小sm ==================== */
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

/* ======================================================*/
/* Size : lg */
.custom-switch-lg {
	position: relative;
    display: block;
    min-height: 2rem; /*1.5rem*/
	padding-left: 2.25rem
}

.custom-switch-lg .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1.5rem; /*1rem*/  /* 底的高度 */
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd;
}

.custom-switch-lg .custom-control-label::before {
	left: -3.25rem;
	width: 3rem; /*1.75rem*/  /* 底的寬度 */
	pointer-events: all;
	border-radius: 1.75rem; /*.5rem*/    /* 這邊修改為多少，上方.custom-switch-lg .custom-control-label::after的 border-radius 就改多少*/
}

.custom-switch-lg .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-3.2rem + 2px);
	width: calc(1.5rem - 4px); /*1rem - 4px*/   /* 同上方 .custom-control-label::befor { height:值 } */
	height: calc(1.5rem - 4px); /*1rem - 4px*/   /* 同上方 .custom-control-label::before { height:值 } */
	background-color: #adb5bd;
	border-radius: 1.75rem; /*.5rem*/   /* 同上方 .custom-control-label::before { border-radius:值 } */
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.custom-switch-lg .custom-control-label::after {
		transition: none
	}
}

.custom-switch-lg .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(1.475rem); /*0.75rem*/  /*白球移動的距離*/
	transform: translateX(1.475rem); /*0.75rem*/  /*白球移動的距離*/
}

.custom-switch-lg .custom-control-input:disabled:checked~.custom-control-label::before {
	/*background-color: rgba(0,123,255,.5);*/
	background-color: rgba(5, 156, 181, 0.5);    /*var(--middlecolor)*/
}

.custom-switch-lg .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: var(--middlecolor);    /*var(--middlecolor)*/
    background-color: var(--middlecolor);    /*var(--middlecolor)*/
}

.custom-switch-lg .custom-control-input:focus~.custom-control-label::before {
	-webkit-box-shadow:0 0 0 .2rem rgba(209, 0, 0, .25);
	-moz-box-shadow:0 0 0 .2rem rgba(209, 0, 0, .25);
	box-shadow:0 0 0 .2rem rgba(209, 0, 0, .25)
}

.custom-switch-lg .custom-control-input:not(:disabled):active~.custom-control-label::before {
	border-color: var(--middlecolor);    /*var(--middlecolor)*/
	background-color: var(--middlecolor);    /*var(--middlecolor)*/
}

/* ======================================================*/
/* Size : md */
.custom-switch-md {
	position: relative;
    display: block;
    min-height: 1.75rem;  /*1.5rem*/
	padding-left: 2.25rem
}

.custom-switch-md .custom-control-label::before {
    position: absolute;
    top: .5rem; /*.25rem*/
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1.25rem; /*1rem*/  /* 底的高度 */
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd;
}

.custom-switch-md .custom-control-label::before {
	left: -2.25rem;
	width: 2.375rem; /*1.75rem*/  /* 底的寬度 */
	pointer-events: all;
	border-radius: 1.75rem; /*.5rem*/    /* 這邊修改為多少，上方.custom-switch-md .custom-control-label::after的 border-radius 就改多少*/
}

.custom-switch-md .custom-control-label::after {
	top: calc(.5rem + 2px); /*.25rem + 2px*/   /* 同上方 .custom-control-label::befor { top:值 } */
	left: calc(-2.25rem + 2px);
	width: calc(1.25rem - 4px); /*1rem - 4px*/   /* 同上方 .custom-control-label::befor { height:值 } */
	height: calc(1.25rem - 4px); /*1rem - 4px*/   /* 同上方 .custom-control-label::before { height:值 } */
	background-color: #adb5bd;
	border-radius: 1.75rem; /*.5rem*/   /* 同上方 .custom-control-label::before { border-radius:值 } */
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.custom-switch-md .custom-control-label::after {
		transition: none
	}
}

.custom-switch-md .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(1.125rem); /*0.75rem*/  /*白球移動的距離*/
	transform: translateX(1.125rem); /*0.75rem*/  /*白球移動的距離*/
}

.custom-switch-md .custom-control-input:disabled:checked~.custom-control-label::before {
	/*background-color: rgba(0,123,255,.5);*/
	background-color: rgba(5, 156, 181, 0.5);    /*var(--middlecolor)*/
}

.custom-switch-md .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: var(--middlecolor);    /*var(--middlecolor)*/
    background-color: var(--middlecolor);    /*var(--middlecolor)*/
}

.custom-switch-md .custom-control-input:focus~.custom-control-label::before {
	-webkit-box-shadow:0 0 0 .2rem rgba(209, 0, 0, .25);
	-moz-box-shadow:0 0 0 .2rem rgba(209, 0, 0, .25);
	box-shadow:0 0 0 .2rem rgba(209, 0, 0, .25)
}

.custom-switch-md .custom-control-input:not(:disabled):active~.custom-control-label::before {
	border-color: var(--middlecolor);    /*var(--middlecolor)*/
	background-color: var(--middlecolor);    /*var(--middlecolor)*/
}

/* ======================================================*/
/* Size : sm */
.custom-switch-sm {
	position: relative;
    display: block;
    min-height: 1.5rem;
	padding-left: 2.25rem
}

.custom-switch-sm .custom-control-label::before {
    position: absolute;
    top: .65rem; /*.25rem*/
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem; /*1rem*/  /* 底的高度 */
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd;
}

.custom-switch-sm .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem; /*1.75rem*/  /* 底的寬度 */
	pointer-events: all;
	border-radius: .5rem; /*.5rem*/    /* 這邊修改為多少，上方.custom-switch-lg .custom-control-label::after的 border-radius 就改多少*/
}

.custom-switch-sm .custom-control-label::after {
	top: calc(.65rem + 2px); /*.25rem + 2px*/   /* 同上方 .custom-control-label::befor { top:值 } */
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px); /*1rem - 4px*/   /* 同上方 .custom-control-label::befor { height:值 } */
	height: calc(1rem - 4px); /*1rem - 4px*/   /* 同上方 .custom-control-label::before { height:值 } */
	background-color: #adb5bd;
	border-radius: .5rem; /*.5rem*/   /* 同上方 .custom-control-label::before { border-radius:值 } */
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.custom-switch-sm .custom-control-label::after {
		transition: none
	}
}

.custom-switch-sm .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(0.75rem); /*0.75rem*/  /*白球移動的距離*/
	transform: translateX(0.75rem); /*0.75rem*/  /*白球移動的距離*/
}

.custom-switch-sm .custom-control-input:disabled:checked~.custom-control-label::before {
	/*background-color: rgba(0,123,255,.5);*/
	background-color: rgba(5, 156, 181, 0.5);    /*var(--middlecolor)*/
}

.custom-switch-sm .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: var(--middlecolor);    /*var(--middlecolor)*/
    background-color: var(--middlecolor);    /*var(--middlecolor)*/
}

.custom-switch-sm .custom-control-input:focus~.custom-control-label::before {
	-webkit-box-shadow:0 0 0 .2rem rgba(209, 0, 0, .25);
	-moz-box-shadow:0 0 0 .2rem rgba(209, 0, 0, .25);
	box-shadow:0 0 0 .2rem rgba(209, 0, 0, .25)
}

.custom-switch-sm .custom-control-input:not(:disabled):active~.custom-control-label::before {
	border-color: var(--middlecolor);    /*var(--middlecolor)*/
	background-color: var(--middlecolor);    /*var(--middlecolor)*/
}
/* ===== 大lg / 中md / 小sm ==================== */

/* --- END --- 網站資訊 左右開關鍵 -------------- */
/* ============================================= */


/* 第二層menu icon start */
.img-box.data,
.img-box.heart,
.img-box.lock,
.img-box.briefcase{
	width: 18px;
    display: inline-block;
    position: relative;
	margin-right: 10px;
}
.img-box.data{
	content: url(../images/icon/icon-data-707070.svg);
}
.active .img-box.data,
.list-group-item:hover .img-box.data{
	content: url(../images/icon/icon-data-ffffff.svg);
}
.img-box.heart{
	content: url(../images/icon/icon-heart-707070.svg);
}
.active .img-box.heart,
.list-group-item:hover .img-box.heart{
	content: url(../images/icon/icon-heart-ffffff.svg);
}
.img-box.lock{
	content: url(../images/icon/icon-lock-707070.svg);
}
.active .img-box.lock,
.list-group-item:hover .img-box.lock{
	content: url(../images/icon/icon-lock-ffffff.svg);
}
.img-box.briefcase{
	content: url(../images/icon/icon-briefcase-707070.svg);
}
.active .img-box.briefcase,
.list-group-item:hover .img-box.briefcase{
	content: url(../images/icon/icon-briefcase-ffffff.svg);
}
/* 第二層menu icon end */

/* NEW 側邊欄 start */
.border-sidemenu {
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 4px;
	padding: 1rem;
}
.border-sidemenu .page-leftmenu {
	position: relative;
    display: block;
}

.border-sidemenu .page-leftmenu hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0,0,0,.1);
}

.border-sidemenu .page-leftmenu .list-group {
	display: inline-block;
	padding-left: 0px;
	/*margin-bottom: 20px;*/
	width: 100%;
}

.border-sidemenu .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) {
	.border-sidemenu .page-leftmenu ul.list-group li {
		width: 50%;
	}
}

.border-sidemenu .page-leftmenu .list-group-item {
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #FFFFFF;
	border: 1px solid transparent;
}

.border-sidemenu .page-leftmenu .list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.border-sidemenu .border-sidemenu .page-leftmenu .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.border-sidemenu .page-leftmenu a.list-group-item,button.list-group-item {
    font-weight: bold;
	color: #202020;
}

.border-sidemenu .page-leftmenu a.list-group-item .list-group-item-heading,
.border-sidemenu .page-leftmenu button.list-group-item .list-group-item-heading {
	color: #FFFFFF;
}

.border-sidemenu .page-leftmenu a.list-group-item:focus,
.border-sidemenu .page-leftmenu a.list-group-item:hover,
.border-sidemenu .page-leftmenu button.list-group-item:focus,
.border-sidemenu .page-leftmenu button.list-group-item:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color:  var(--middlecolor);
	border-color:  var(--middlecolor);
}

.border-sidemenu .page-leftmenu .list-group-item.active,
.border-sidemenu .page-leftmenu .list-group-item.active:focus,
.border-sidemenu .page-leftmenu .list-group-item.active:hover,

.border-sidemenu .page-leftmenu .list-group-item a.active,
.border-sidemenu .page-leftmenu .list-group-item a.active:focus,
.border-sidemenu .page-leftmenu .list-group-item a.active:hover {
	z-index: 2;
	color: #FFFFFF;
	background-color:  var(--middlecolor);
	border-color:  var(--middlecolor);
}

.border-sidemenu .page-leftmenu button.list-group-item {
	width: 100%;
	text-align: left
}

.border-sidemenu .page-leftmenu .list-group-item.disabled,
.border-sidemenu .page-leftmenu .list-group-item.disabled:focus,
.border-sidemenu .page-leftmenu .list-group-item.disabled:hover {
	color: #777777;
	cursor: not-allowed;
	background-color: #eee
}

.border-sidemenu .page-leftmenu .list-group-item.disabled .list-group-item-heading,
.border-sidemenu .page-leftmenu .list-group-item.disabled:focus .list-group-item-heading,
.border-sidemenu .page-leftmenu .list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.border-sidemenu .page-leftmenu .list-group-item.disabled .list-group-item-text,
.border-sidemenu .page-leftmenu .list-group-item.disabled:focus .list-group-item-text,
.border-sidemenu .page-leftmenu .list-group-item.disabled:hover .list-group-item-text {
	color: #777777;
}

.border-sidemenu .page-leftmenu .list-group-item.active .list-group-item-heading,
.border-sidemenu .page-leftmenu .list-group-item.active .list-group-item-heading > .small,
.border-sidemenu .page-leftmenu .list-group-item.active .list-group-item-heading > small,
.border-sidemenu .page-leftmenu .list-group-item.active:focus .list-group-item-heading,
.border-sidemenu .page-leftmenu .list-group-item.active:focus .list-group-item-heading > .small,
.border-sidemenu .page-leftmenu .list-group-item.active:focus .list-group-item-heading > small,
.border-sidemenu .page-leftmenu .list-group-item.active:hover .list-group-item-heading,
.border-sidemenu .page-leftmenu .list-group-item.active:hover .list-group-item-heading > .small,
.border-sidemenu .page-leftmenu .list-group-item.active:hover .list-group-item-heading > small {
	color: inherit
}

.border-sidemenu .page-leftmenu .list-group-item.active .list-group-item-text,
.border-sidemenu .page-leftmenu .list-group-item.active:focus .list-group-item-text,
.border-sidemenu .page-leftmenu .list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

/* Cara 原本CODE */
.border-sidemenu{
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 4px;
	padding: 1rem;
}
/* card-top ↓*/
.border-sidemenu .card-title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: justify;
	height: 25px;
}
.border-sidemenu .active{
	background: var(--middlecolor);
	border-radius: 3.5px;
}
.border-sidemenu .active .card-title a{
	color: #fff;
}
.border-sidemenu .card-subtitle{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: justify;
	height: 23px;
}
.border-sidemenu .card-title a{
	font-size: 100%;
	font-weight: bold;
	/* color: #004D59; */
	color: #202020;
}
.border-sidemenu .card-subtitle a {
	font-size: 95%;
	font-weight: bold;
	/* color: #004D59; */
	color: #505050;
}
.border-sidemenu .d-block:not(.active) .card-title a:hover,
.border-sidemenu .d-block:not(.active) .card-subtitle a:hover{
	color: #1762da;
}
/* Cara 原本CODE */


/* NEW 側邊欄 end */


/* 老師/學校登入與註冊頁 start */
.loginWrap .card{
	box-shadow: 0 0 13px 8px rgb(0 0 0 / 3%);
	border-radius: 10px;
}
.loginWrap .card .labelLogin{
	color: var(--middlecolor);
	font-weight: bold;
	font-size: 110%;
}
.loginWrap .card .InputLogin{
	padding: 10px;
	border: 1px solid var(--lightcolor);
	border-radius: 5px;
}
.loginWrap .LoginSumbit{
	background: var(--middlecolor);
	color: #ffffff;
	padding: 10px 0;
	border-radius: 5px;
	transition: background .5s;
}
.loginWrap .LoginSumbit:hover,
.loginWrap .LoginSumbit:focus{
	background: var(--darkcolor);
}
.loginWrap .card .forgot-password{
	color: #000000;
}
.loginWrap .card .forgot-password:hover{
	color: var(--darkcolor);
}
.loginWrap .card .modal-body .reset-password{
	padding: 10px;
	border: 1px solid var(--lightcolor);
	border-radius: 5px;
}
.loginWrap .card .modal-footer .btn-darkcolor{
	background: var(--middlecolor);
	color: #fff;
	border: 1px solid transparent;
}
.loginWrap .card .modal-footer .btn-extremedarkcolor{
	background: var(--extremedarkcolor);
	color: #fff;
	border: 1px solid transparent;
}
.loginWrap .card .modal-footer .btn-darkcolor:hover{
	background: #fff;
	color: var(--darkcolor);
	border: 1px solid var(--darkcolor);
}
.loginWrap .card .modal-footer .btn-extremedarkcolor:hover{
	background: #fff;
	color: var(--extremedarkcolor);
	border: 1px solid var(--extremedarkcolor);
}
.loginWrap .gotoregister{
	color: var(--darkcolor);
	font-weight: bold;
	font-size: 120%;
	transition: .5s;
	display: block;
	border: 1px solid var(--darkcolor);
	padding: 7px 0;
	border-radius: 5px;
	transition: background .5s;
}
.loginWrap textarea{
	height: 250px;
}
.loginWrap .gotoregister:hover{
	color: #fff;
	background-color: var(--darkcolor);
}

/* 點擊或拖曳上傳，並顯示圖片 */
.loginWrap .fileInput{
	opacity: 0;
	visibility: hidden;
}
.loginWrap .drop-area {
    border: 2px dashed #ccc;
    border-radius: 5px;
    padding: 0 20px 20px 20px;
    text-align: center;
    color: #999;
}
.loginWrap .drop-area.person {
    border: 2px dashed #ccc;
    border-radius: 5px;
    padding: 0;
    text-align: center;
    color: #999;
	width: 180px;
	height: 184px;
}
.loginWrap .drop-area:hover {
    border-color: #666;
}

.loginWrap .fileInput:focus ~ .drop-area{
    border-color: #D10000;
}

.loginWrap .thumbnail {
    margin-top: 10px;
    max-width: 180px;
    max-height: 180px;
	overflow: hidden;
}

.loginWrap .drop-area.person .thumbnail{
	margin-top: -30px;
}

.loginWrap .img-box.add,
.loginWrap .img-box.add-white {
	width: 15px;
	display: inline-block;
	top: 0.5px;
	margin-right: 5px;
	position: relative;
}
.loginWrap .img-box.add {
	content: url(../images/icon/icon-add.svg);
}
.loginWrap .img-box.add-white {
	content: url(../images/icon/icon-add-ffffff.svg);
}

.loginWrap .img-box.delete,
.loginWrap .img-box.edit,
.loginWrap .img-box.star,
.loginWrap .img-box.mail,
.loginWrap .img-box.mobilephone,
.loginWrap .img-box.fax{
	width: 18px;
	display: inline-block;
	position: relative;
	/* padding: 5px; */
}

.loginWrap .img-box.delete{
	content: url(../images/icon/icon-delete.svg);
}

.loginWrap .img-box.edit{
	content: url(../images/icon/icon-edit.svg);
}
.loginWrap .img-box.star{
	content: url(../images/icon/icon-star.svg);
}
.loginWrap .img-box.mail{
	content: url(../images/icon/icon-mail.svg);
}
.loginWrap .img-box.mobilephone{
	content: url(../images/icon/icon-mobilephone.svg);
}
.loginWrap .img-box.fax{
	content: url(../images/icon/icon-fax.svg);
}
/* 
.loginWrap:hover .img-box.add,
.loginWrap:focus .img-box.add,
.loginWrap:active .img-box.add,
.loginWrap.active .img-box.add,
.loginWrap.highlighted .img-box.add{
	content: url(../images/icon/icon-add.svg);
} */
.loginWrap .item-002:nth-child(odd){
	background: var(--extremelightcolor);
}
.loginWrap .teacher-left{
	width: 180px;
}
.loginWrap .teacher-right{
	width: calc(100% - 180px - 24px);
}
@media (max-width:575px) {
	.loginWrap .teacher-right{
		width: 100%;
	}
}
/* 老師/學校登入與註冊頁 end */

/* 三合一搜尋框 start */
/* order頭 */
@media (min-width:992px) {
	.searchBoxWithTab .order-1{
		order: 1;
	}
	.searchBoxWithTab .order-2{
		order: 2;
	}
	.searchBoxWithTab .order-3{
		order: 3;
	}
	.searchBoxWithTab .order-4{
		order: 4;
	}
}
@media (max-width:991px) {
	.searchBoxWithTab .order-1{
		order: 1;
	}
	.searchBoxWithTab .order-2{
		order: 4;
	}
	.searchBoxWithTab .order-3{
		order: 2;
	}
	.searchBoxWithTab .order-4{
		order: 3;
	}
}
/* order尾 */
/* ---  nav-tabs 頭 ------------------- */
.searchBoxWithTab .nav-tabs{
	border-bottom: none;
}
.searchBoxWithTab .nav-tabs .nav-link {
    border: 2px solid transparent;
    /* border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; */
	font-size: 125%;
	font-weight: bold;
	color: #707070;
	border-radius: 10px;
}

.searchBoxWithTab .nav-tabs .nav-link.active {
    color:  #202020;
}

.searchBoxWithTab .nav-tabs .nav-link:hover {
    border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	/* border-bottom: 2px solid #00bad9; */
	color:  #202020;
}

.searchBoxWithTab .nav-tabs .nav-link .img-box.briefcase,
.searchBoxWithTab .nav-tabs .nav-link .img-box.building,
.searchBoxWithTab .nav-tabs .nav-link .img-box.addPerson{
	width: 30px;
	display: inline-block;
	top: 5px;
	padding-right: 5px;
	position: relative;
}
.searchBoxWithTab .nav-tabs .nav-link .img-box.briefcase{
	content: url(../images/icon/icon-briefcase-707070.svg);
}
.searchBoxWithTab .nav-tabs .nav-link .img-box.building{
	content: url(../images/icon/icon-building-707070.svg);
}
.searchBoxWithTab .nav-tabs .nav-link .img-box.addPerson{
	content: url(../images/icon/icon-addPerson-707070.svg);
}

.searchBoxWithTab .nav-tabs .nav-link:hover .img-box.briefcase,
.searchBoxWithTab .nav-tabs .nav-link:focus .img-box.briefcase,
.searchBoxWithTab .nav-tabs .nav-link:active .img-box.briefcase,
.searchBoxWithTab .nav-tabs .nav-link.active .img-box.briefcase,
.searchBoxWithTab .nav-tabs .nav-link.highlighted .img-box.briefcase{
	content: url(../images/icon/icon-briefcase.svg);
}
.searchBoxWithTab .nav-tabs .nav-link:hover .img-box.building,
.searchBoxWithTab .nav-tabs .nav-link:focus .img-box.building,
.searchBoxWithTab .nav-tabs .nav-link:active .img-box.building,
.searchBoxWithTab .nav-tabs .nav-link.active .img-box.building,
.searchBoxWithTab .nav-tabs .nav-link.highlighted .img-box.building{
	content: url(../images/icon/icon-building.svg);
}
.searchBoxWithTab .nav-tabs .nav-link:hover .img-box.addPerson,
.searchBoxWithTab .nav-tabs .nav-link:focus .img-box.addPerson,
.searchBoxWithTab .nav-tabs .nav-link:active .img-box.addPerson,
.searchBoxWithTab .nav-tabs .nav-link.active .img-box.addPerson,
.searchBoxWithTab .nav-tabs .nav-link.highlighted .img-box.addPerson{
	content: url(../images/icon/icon-addPerson.svg);
}

@media (max-width:450px) {
	.searchBoxWithTab .nav-tabs .nav-link {
		font-size: 105%;
	}
	
	.searchBoxWithTab .nav-tabs .nav-link .img-box.briefcase,
	.searchBoxWithTab .nav-tabs .nav-link .img-box.building,
	.searchBoxWithTab .nav-tabs .nav-link .img-box.addPerson{
		top: 2.5px;
		width: 22px;
	}
}
/* ---  nav-tabs 尾 ------------------- */

/* ---  tab-content 頭 ------------------- */
/* search-box 頭 */
.searchBoxWithTab .search-box {
	background: #ffffff;
	display: flex;
	padding: 4px 6px;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 10px;
	box-shadow: 0 0 13px 8px rgb(0 0 0 / 3%);
}
/* search-input 頭 */
.searchBoxWithTab .search-box .search-input{
	background: transparent;
	color: #202020;
	font-weight: bold;
	margin: 2px 15px 0 0;
	padding: 8px 10.5px;
	font-size: 115%;
	border-radius: 5px !important;
	height: 43.61px;
}
.searchBoxWithTab .search-box .search-input::placeholder{
	color: #505050;
	font-weight: bold;
}
@media (max-width:450px) {
	.searchBoxWithTab .search-box .search-input{
		font-size: 100%;
	}
}
/* search-input 尾 */

/* search-modal 頭*/
.searchBoxWithTab .search-box .modal-btn{
	padding: 10.5px 16px 10.5px 10.5px;
	color: #505050;
	font-weight: bold;
	font-size: 115%;
	border-radius: 5px !important;
}
@media (max-width:450px) {
	.searchBoxWithTab .search-box .modal-btn{
		padding: 10.5px 12px 10.5px 10.5px;
		font-size: 100%;
	}
}
.searchBoxWithTab .search-box .modal-btn:hover,
.searchBoxWithTab .search-box .modal-btn:focus,
.searchBoxWithTab .search-box .modal-btn:active,
.searchBoxWithTab .search-box .modal-btn.highlighted{
	color: var(--extremedarkcolor);
}
.searchBoxWithTab .search-box .modal-btn .sub-arrow {
	display: inline-block;
	position: relative;
	top: 2px;
	/* margin-top: -2px; */
	right: -5px;     /*5px*/
	width: 15px;
	height: 15px;
	/* border-width: 5px; */
	/* border-style: solid dashed dashed dashed;         */
	border-radius: 0;
	
	/* border-color: #BBBBBB transparent transparent transparent;  */
	/* 要換 V箭頭 */

	border-color: transparent; 
	
	background-color: transparent;
	background-image: url(../images/icon/icon-downarrow-707070.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
@media (max-width:450px) {
	.searchBoxWithTab .search-box .modal-btn .sub-arrow {
		right: 0px;
	}
}
.searchBoxWithTab .search-box .modal-btn .sub-arrow::before {
	display: none;
}
.searchBoxWithTab .search-box .modal-btn:hover .sub-arrow,
.searchBoxWithTab .search-box .modal-btn:focus .sub-arrow,
.searchBoxWithTab .search-box .modal-btn:active .sub-arrow,
.searchBoxWithTab .search-box .modal-btn.highlighted .sub-arrow {
	/* border-width: 5px; */
	/* border-style: solid dashed dashed dashed; */
			
	/* border-color: #004D59 transparent transparent transparent;     */
	/*要換*/
	
	background-color: transparent;
	background-image: url(../images/icon/icon-downarrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.searchBoxWithTab .search-box .modal{
	z-index: 200000;
}

.searchBoxWithTab .area-title{
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #F5F5F5;
}
.searchBoxWithTab .modal-footer .btn-darkcolor{
	background: var(--middlecolor);
	color: #fff;
	border: 1px solid transparent;
}
.searchBoxWithTab .modal-footer .btn-extremedarkcolor{
	background: var(--extremedarkcolor);
	color: #fff;
	border: 1px solid transparent;
}
.searchBoxWithTab .modal-footer .btn-darkcolor:hover{
	background: #fff;
	color: var(--darkcolor);
	border: 1px solid var(--darkcolor);
}
.searchBoxWithTab .modal-footer .btn-extremedarkcolor:hover{
	background: #fff;
	color: var(--extremedarkcolor);
	border: 1px solid var(--extremedarkcolor);
}
/* search-modal 尾*/

/* search-btn 頭 */
.searchBoxWithTab .search-btn{
	background: var(--middlecolor);
	color: #fff;
	font-weight: bold;
	padding: 6px 0px;
	border-radius: 10px;
	border: 1px solid var(--middlecolor);
	/* transition: 0.5s; */
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 115%;
	border: 1px solid transparent;
}
.searchBoxWithTab .search-btn:hover{
	background: var(--extremedarkcolor);
	color: #fff;
	border: 1px solid var(--extremedarkcolor);
}
.searchBoxWithTab .search-btn .img-box.search{
	width: 25px;
	content: url(../images/icon/icon-search-ffffff.svg);
	display: inline-block;
	top: 0.5px;
	padding-right: 5px;
	position: relative;
}
.searchBoxWithTab .search-btn:hover .img-box.search,
.searchBoxWithTab .search-btn:focus .img-box.search,
.searchBoxWithTab .search-btn:active .img-box.search,
.searchBoxWithTab .search-btn.highlighted .img-box.search{
	/* content: url(../images/icon/icon-search.svg); */
}
.searchBoxWithTab .chosen-item{
	display: inline-block;
	border: 1px solid var(--lightcolor);
	border-radius: 50px;
	padding: 0 0 0 8px;
	margin: 16px 10px 3px 0;
	background: var(--extremelightcolor);
	color: #202020;
}
.searchBoxWithTab .chosen-item:hover{
	border: 1px solid var(--extremedarkcolor);
	color: var(--extremedarkcolor);
}
.searchBoxWithTab .chosen-item .delete-btn:hover,
.searchBoxWithTab .chosen-item .delete-btn:focus {
	color: #c50000;
}
.searchBoxWithTab .chosen-item .delete-btn:focus {
    text-decoration: none;
    outline: thin dotted;
    outline: 3px dotted #D10000 !important;
    outline-offset: -3px;
	border-radius: 0 25px 25px 0;
	
}
.searchBoxWithTab .chosen-reset .btn-customize{
	margin: 12px 0 3px 0;
	color: #000000;
}
.searchBoxWithTab .chosen-reset .btn-customize:hover{
	color: #c50000;
}
.searchBoxWithTab .chosen-reset .img-box.reset{
	width: 25px;
	content: url(../images/icon/icon-reload.svg);
	display: inline-block;
	top: 5px;
	padding-right: 2px;
	position: relative;
}
.searchBoxWithTab .chosen-reset:hover .img-box.reset,
.searchBoxWithTab .chosen-reset:focus .img-box.reset,
.searchBoxWithTab .chosen-reset:active .img-box.reset,
.searchBoxWithTab .chosen-reset.highlighted .img-box.reset{
	content: url(../images/icon/icon-reload-c50000.svg);
}
/* search-btn 尾 */
/* 三合一搜尋框 end */

/* 邊線 start */
.borderTop{
	border-top: 1px solid rgba(0,0,0,.1);
}
/* 邊線 end */

/* 查詢結果筆數 start */
.numberOfResults .number{
	font-size: 130%;
	font-weight: 700;
	color: #202020;
	display: inline-block;
}
/* 查詢結果筆數 end */

/* 下拉選單 start */
.sequenceBox .input-group{
	width: 85px;
	align-items: center;
}
.sequenceBox .img-box.filter{
	width: 15px;
	content: url(../images/icon/icon-filter.svg); 
	display: inline-block;
	padding-right: 2px;
	position: relative;
	top: 0.5px;
}
.sequenceBox .custom-select{
	border: transparent;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 5px 5px;
	background: #fff url("../images/icon/icon-downarrow.svg") right .4rem center/15px 10px no-repeat;
	border-radius: 0.25rem !important;
	height: calc(1.2em + .75rem + 2px);
	font-size: 95%;
	cursor: pointer;
}
.sequenceBox .custom-select:focus{
	outline: 3px dotted #D10000 !important;
    outline-offset: -3px;
	box-shadow: none;
}
/* 下拉選單 end */

/* 職缺卡 start */
.jobCard .card{
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 10px;
	box-shadow: 0 0 13px 8px rgb(0 0 0 / 3%);
}
/* 圖片寬高比例1:1 ↓*/
.jobCard .card-img-wrap{
	position: relative;
	width: 125px;
	padding-top: 125px;
	overflow: hidden;
}
.jobCard .card-img-wrap .card-img{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: none !important;
}
.jobCard .card-img-wrap .card-img img{
	width: 100%;
	height: 100%;
    object-fit: contain;
    object-position: center;
}
@media (max-width:992px) {
	.jobCard .card-img-wrap{
		width: 100px;
		padding-top: 100px;
	}
}
@media (max-width:767px) {
	.jobCard .card-img-wrap{
		width: 70px;
		padding-top: 70px;
	}
}
/* 圖片寬高比例1:1 ↑*/
/* 職缺卡職缺及校名 */
.jobCard .card-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
    /*height: 25px;*/
}
.jobCard .card-subtitle{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
    /*height: 23px;*/
}
.jobCard .card-title a{
	font-size: 110%;
    font-weight: bold;
    /* color: var(--extremedarkcolor); */
    color: #1a53af;
}
.jobCard .card-subtitle a{
	font-size: 101.5%;
    font-weight: bold;
    /* color: var(--darkcolor); */
	color: #1a53af;
}
.jobCard .card-title a:hover,
.jobCard .card-subtitle a:hover{
	color: #1762da;
}
.jobCard .card-title span {
	position: relative;
	top: -2px;
	font-size: 81.25%;
	padding: 5px 10px;
	border-radius: 4px;
	background-color: transparent;
}
.jobCard .card-title span.color01 {
	background-color: #aadf76;
}
.jobCard .card-title span.color02 {
	background-color: #f3eda7;
}

.jobCard .card-subtitle .img-box.star {
	width: 22px;
	content: url(../images/icon/icon-star.svg);
	display: inline-block;
	padding-left: 4px;
	position: relative;
	top: 2.5px;
}
/* 職缺卡職缺說明 */
.jobCard .card-caption {
	margin-top: calc(-25px - 0.5rem);
	margin-left: calc(125px + 1rem);
}
@media (max-width:992px) {
	.jobCard .card-caption {
		margin-top: calc(-25px - 0.5rem);
		margin-left: calc(100px + 1rem);
	}
}
@media (max-width:767px) {
	.jobCard .card-caption {
		margin-top: 0px;
		margin-left: 0px;
	}
}
.jobCard ul{
	list-style: none;
}
.jobCard .img-box.map{
	width: 22px;
	content: url(../images/icon/icon-map.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
	top: 2.5px;
}
.jobCard .img-box.money{
	width: 22px;
	content: url(../images/icon/icon-money.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
	top: 2.5px;
}
.jobCard .img-box.tag{
	width: 22px;
	content: url(../images/icon/icon-tag.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
	top: 2.5px;
}
.jobCard .img-box.book{
	width: 22px;
	content: url(../images/icon/icon-book.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
	top: 2.5px;
}
.jobCard .img-box.graduate{
	width: 22px;
	content: url(../images/icon/icon-graduate.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
	top: 2.5px;
}
/* 職缺卡更新、需求人數、瀏覽人次 */
.jobCard .card-detail ul{
	list-style: none;
}
.jobCard .card-detail ul li{
	color: #505050;
}
/* 職缺卡我要聯絡 */
@media (min-width:992px) {
	.jobCard .card-btn{
		width: 120px;
	}
}
.jobCard .card-btn .btn-1 .modal-btn{
	background-color: var(--middlecolor);
	border-radius: 8px;
	color: #ffffff;
	height: 40px;
}

.jobCard .card-btn .btn-1 .img-box.mail{
	width: 18px;
	content: url(../images/icon/icon-mail-ffffff.svg); 
	display: inline-block;
	position: relative;
	margin-right: 5px;
}
.jobCard .card-btn .btn-1 .univ-name{
	font-size: 125%;
}
.jobCard .card-btn .btn-1 .contact-mail .img-box.mail{
	width: 22px;
	content: url(../images/icon/icon-mail.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
	top: 2.5px;
}
.jobCard .card-btn .btn-1 .contact-telephone .img-box.telephone{
	width: 22px;
	content: url(../images/icon/icon-telephone.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
	top: 2.5px;
}
.jobCard .card-btn .btn-1 .contact-fax .img-box.fax{
	width: 22px;
	content: url(../images/icon/icon-fax.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
	top: 2.5px;
}
.jobCard .card-btn .btn-1 .contact-person,
.jobCard .card-btn .btn-1 .contact-mail,
.jobCard .card-btn .btn-1 .contact-telephone,
.jobCard .card-btn .btn-1 .contact-fax{
	display: flex;
	flex-wrap: wrap;
}
@media (max-width:480px) {
	.jobCard .card-btn .btn-1 .contact-person,
	.jobCard .card-btn .btn-1 .contact-mail,
	.jobCard .card-btn .btn-1 .contact-telephone,
	.jobCard .card-btn .btn-1 .contact-fax{
		flex-direction: column;
	}
}
.jobCard .card-btn .btn-1 .modal-footer .btn-extremedarkcolor{
	background: var(--extremedarkcolor);
	color: #fff;
	border: 1px solid transparent;
}
.jobCard .card-btn .btn-1 .modal-footer .btn-extremedarkcolor:hover{
	background: #fff;
	color: var(--extremedarkcolor);
	border: 1px solid var(--extremedarkcolor);
}
/* 職缺卡收藏工作 */
.jobCard .card-btn .btn-2 button{
	background-color: var(--middlecolor);
	border-radius: 8px;
	color: #ffffff;
	height: 40px;
}
.jobCard .card-btn .btn-2 .img-box.heart{
	width: 18px;
	content: url(../images/icon/icon-heart-ffffff.svg); 
	display: inline-block;
	position: relative;
}
.jobCard .card-btn .btn-2 .active .img-box.heart{
	width: 18px;
	content: url(../images/icon/icon-heart-c50000.svg); 
	display: inline-block;
	position: relative;
}
/* 職缺卡 end */

/* 單一學校卡 start */
.schoolCard .card{
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 10px;
	box-shadow: 0 0 13px 8px rgb(0 0 0 / 3%);
}
/* 圖片寬高比例1:1 ↓*/
.schoolCard .card-img-wrap{
	position: relative;
	min-width: 125px;
	padding-top: 125px;
	overflow: hidden;
}
.schoolCard .card-img-wrap .card-img{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: none !important;
}
.schoolCard .card-img-wrap .card-img img{
	width: 100%;
	height: 100%;
    object-fit: contain;
    object-position: center;
}

/* 圖片寬高比例1:1 ↑*/
/* 校名 */
.schoolCard .card-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
    height: 25px;
}
.schoolCard .card-subtitle{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
    height: 23px;
}
.schoolCard .card-title a{
	font-size: 110%;
    font-weight: bold;
    /* color: var(--extremedarkcolor); */
    color: #1a53af;
}
.schoolCard .card-subtitle a{
	font-size: 101.5%;
    font-weight: bold;
    /* color: var(--darkcolor); */
	color: #1a53af;
}
.schoolCard .card-title a:hover,
.schoolCard .card-subtitle a:hover{
	color: #1762da;
}
.schoolCard .card-subtitle .img-box.star{
	width: 20px;
	content: url(../images/icon/icon-star.svg); 
	display: inline-block;
	position: relative;
	top: 2.5px;
}
.schoolCard .card-right .card-btn{
	width: fit-content;
}
/* 職缺卡我要聯絡 */
.schoolCard .card-btn .btn-1 .modal-btn{
	background-color: var(--middlecolor);
	border-radius: 8px;
	color: #ffffff;
	height: 40px;
}

.schoolCard .card-btn .btn-1 .img-box.mail{
	width: 18px;
	content: url(../images/icon/icon-mail-ffffff.svg); 
	display: inline-block;
	position: relative;
	margin-right: 5px;
}
.schoolCard .card-btn .btn-1 .univ-name{
	font-size: 125%;
}
.schoolCard .card-btn .btn-1 .contact-mail .img-box.mail{
	width: 22px;
	content: url(../images/icon/icon-mail.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
	top: 2.5px;
}
.schoolCard .card-btn .btn-1 .contact-telephone .img-box.telephone{
	width: 22px;
	content: url(../images/icon/icon-telephone.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
	top: 2.5px;
}
.schoolCard .card-btn .btn-1 .contact-fax .img-box.fax{
	width: 22px;
	content: url(../images/icon/icon-fax.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
	top: 2.5px;
}
.schoolCard .card-btn .btn-1 .contact-person,
.schoolCard .card-btn .btn-1 .contact-mail,
.schoolCard .card-btn .btn-1 .contact-telephone,
.schoolCard .card-btn .btn-1 .contact-fax{
	display: flex;
	flex-wrap: wrap;
}
@media (max-width:480px) {
	.schoolCard .card-btn .btn-1 .contact-person,
	.schoolCard .card-btn .btn-1 .contact-mail,
	.schoolCard .card-btn .btn-1 .contact-telephone,
	.schoolCard .card-btn .btn-1 .contact-fax{
		flex-direction: column;
	}
}
.schoolCard .card-btn .btn-1 .modal-footer .btn-extremedarkcolor{
	background: var(--extremedarkcolor);
	color: #fff;
	border: 1px solid transparent;
}
.schoolCard .card-btn .btn-1 .modal-footer .btn-extremedarkcolor:hover{
	background: #fff;
	color: var(--extremedarkcolor);
	border: 1px solid var(--extremedarkcolor);
}
/* 職缺卡收藏工作 */
@media (min-width:992px) {
	.schoolCard .card-btn .btn-1,
	.schoolCard .card-btn .btn-2{
		min-width: 120px;
	}
}
.schoolCard .card-btn .btn-2 button{
	background-color: var(--middlecolor);
	border-radius: 8px;
	color: #ffffff;
	height: 40px;
}
.schoolCard .card-btn .btn-2 .img-box.heart{
	width: 18px;
	content: url(../images/icon/icon-heart-ffffff.svg); 
	display: inline-block;
	position: relative;
}
.schoolCard .card-btn .btn-2 .active .img-box.heart{
	width: 18px;
	content: url(../images/icon/icon-heart-c50000.svg); 
	display: inline-block;
	position: relative;
}
/* 單一學校卡 end */
/* 學校卡 頭 */
.img-box.delete,
.img-box.edit{
	width: 18px;
	display: inline-block;
	position: relative;
	/* padding: 5px; */
}

.img-box.delete{
	content: url(../images/icon/icon-delete-ffffff.svg);
}

.img-box.edit{
	content: url(../images/icon/icon-edit-ffffff.svg);
}

.jobCard .card-btn .btn-2 button.btn-round-edit,
.jobCard .card-btn .btn-2 button.btn-round-delete{
	border-radius: 50%;
	color: #ffffff;
	height: 40px;
	width: 40px;
    border: 1px solid var(--middlecolor);
	opacity: 0.8;
}

.jobCard .card-btn .btn-2 button.btn-round-edit{
	/*background-color: #707070;*/
    background-color: transparent;
}

.jobCard .card-btn .btn-2 button.btn-round-delete{
	/*background-color: #ff0000;*/
    background-color: transparent;
}
/*------------------------------------------------------------------*/
.jobCard .card-btn .btn-2 button.btn-round-edit:hover{
	opacity: 1;
    background-color: var(--middlecolor);
}
.jobCard .card-btn .btn-2 button.btn-round-edit:hover .img-box.edit {
	content: url(../images/icon/icon-edit-ffffff.svg);
}
/*------------------------------------------------------------------*/
.jobCard .card-btn .btn-2 button.btn-round-delete:hover{
	opacity: 1;
    border: 1px solid #ff0000;
    background-color: #ff0000;
}
.jobCard .card-btn .btn-2 button.btn-round-delete:hover .img-box.delete {
	content: url(../images/icon/icon-delete-ffffff.svg);
}
/*------------------------------------------------------------------*/
.jobCard .private{
	position: absolute;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width:992px) {
	.jobCard .private{
		position: static;
		transform: translate(0%, 0%);
		margin-bottom: 15px;
	}
}
/* 學校卡 尾 */
/* 新增按鈕 頭*/
.btn-add {
	background-color: var(--middlecolor);
	border-radius: 8px;
	color: #ffffff;
	height: 40px;
	width: 75px;
}
.btn-add:hover{
	color: #ffffff;
	background: var(--middlecolor);
}
.img-box.add{
	content: url(../images/icon/icon-add-ffffff.svg);
	height: 15px;
	width: 15px;
	margin-right: 8px;
}

/* 新增按鈕 尾*/


.img-box.forbid{
	content: url(../images/icon/icon-forbid.svg);
	height: 18px;
	width: 18px;
	margin-right: 8px;
	display: inline-block;
	margin-bottom: -1px;
}

/* 職缺內頁詳細畫面 頭 */
.card-btn .btn-1 button,
.card-btn .btn-2 .modal-btn{
	border-radius: 8px;
}
.img-box.heart.border-white{
	content: url(../images/icon/icon-heart-ffffff.svg);
}
button.active .img-box.heart.border-white{
	content: url(../images/icon/icon-heart-c50000.svg);
}
.img-box.mail.border-white{
	content: url(../images/icon/icon-mail-ffffff.svg);
	height: 18px;
	width: 18px;
}
.card-btn .btn-2 .contact-mail .img-box.mail{
	width: 22px;
	content: url(../images/icon/icon-mail.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
	top: 2.5px;
}
.card-btn .btn-2 .contact-telephone .img-box.telephone{
	width: 22px;
	content: url(../images/icon/icon-telephone.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
	top: 2.5px;
}
.card-btn .btn-2 .contact-fax .img-box.fax{
	width: 22px;
	content: url(../images/icon/icon-fax.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
	top: 2.5px;
}
.card-btn .btn-2 .modal-footer .btn-extremedarkcolor{
	background: var(--extremedarkcolor);
	color: #fff;
	border: 1px solid transparent;
}
.card-btn .btn-2 .modal-footer .btn-extremedarkcolor:hover{
	background: #fff;
	color: var(--extremedarkcolor);
	border: 1px solid var(--extremedarkcolor);
}
.thumbnail.sm{
	width: 50px;
	height: 50px;
}
.img-box.map{
	width: 22px;
	content: url(../images/icon/icon-map.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
}
.img-box.blackboard{
	width: 22px;
	content: url(../images/icon/icon-blackboard.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
}
.img-box.tag{
	width: 22px;
	content: url(../images/icon/icon-tag.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
}
.img-box.book{
	width: 22px;
	content: url(../images/icon/icon-book.svg); 
	display: inline-block;
	padding-right: 4px;
	position: relative;
}
/* 職缺內頁詳細畫面 尾 */