@charset "utf-8";
/* CSS Document */
/* color: #6552f7; */
/* ======================= */
/* -------------------------
1. Container-Custom
2. 表單 ( form-control / input / Label )
3. 內頁左邊選單
4. 自訂 共用 - 按鈕
5. 自訂 Model ( 互動視窗 )
6. 自訂 麵包屑 ( Breadcrumb )
7. 首頁 HEADER --> Header_Box
8. LOGO Name
9. Toggler Menu
10. Carousel_Slide
11. Contact-us .row
12. layout_padding set 
13. Fullpage-wrapper
14. 標準標題 STYLE-0
15. 自訂標題 STYLE-1
16. 新聞公告 - STYLE-0
17. 活動花絮 + 學生作品
18. 頁尾 FOOTER
19. GO-TO-TOP
20. H1~H6
21. 內頁分頁按鍵
22. 教師Members
23. ContentPlaceContent_ContentThirdMenu 內頁第三層 MENU
-------------------------- */
/* ======================= */

@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4&family=Timmana&display=swap');

* {
	font-family: "Source Serif 4","open sans","微軟正黑體",sans-serif;
}

a, 
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
}
[tabindex="-1"]:focus:not(:focus-visible) {
	text-decoration: none;
    outline: 2px solid #43B5FC !important;
	outline-offset: -2px;
}

.list-group {
    list-style: none;
}
/* ============================================= */
/* ****** Container-Custom  ********************* */
/* ============================================= */
@media (min-width: 1200px) {
  .container-custom {
    max-width: 81%; /*1400*//*1170 / 1500*/
  }
}

.container-custom {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/* ============================================= */
/* ****** Container-Custom  ********************* */
/* ============================================= */



/* ============================================= */
/* ****** 表單所有 ( 以下 ) ********************** */
/* ============================================= */
.required {
	color: red;
	font-size: 87.5%; /*0.875em*/
	margin-left: 5px;
}

.y-required {
	color: yellow;
	font-size: 87.5%; /*0.875em*/
	margin-left: 5px;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.form-control:not(.form-control-lg):not(.form-control-sm), 
.swal-modal input.swal-content__input:not(.form-control-lg):not(.form-control-sm) {
    height: -webkit-calc(1.5em + .75rem + 3px);
    height: -moz-calc(1.5em + .75rem + 3px);
    height: calc(1.5em + .75rem + 3px);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* ============================================= */
/* ------ 自訂 勾選開關 ------------------------- */
.form-check-input {
    position: absolute;
    margin-top: 0.65rem; /*.3rem*/
    margin-left: 0rem; /*-1.25rem*/
}

.form-check-input {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
	width: 18px;
	height: 18px;
}

.custom-check-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.custom-check-label span.check-txt {
    margin-left: 1.5rem;
}
/* ------ 自訂 勾選開關 ------------------------- */
/* ============================================= */


/* ============================================= */
/* ------ 自訂 輸入區 --------------------------- */
textarea.custom-form-control-height-lg {
    height: auto !important;
}
/* ------ 自訂 輸入區 --------------------------- */
/* ============================================= */

.questionnaire-block-box {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 100%; /*1em*/
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.block-linebox {
    display: block;
    width: 100%;    
    padding: .375rem .75rem;
    font-size: 100%; /*1em*/
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* ============================================= */
/* ****** 表單所有 ( 以上 ) ********************* */
/* ============================================= */



/* ============================================= */
/* ****** 內頁左邊選單 ( 以下 )******************* */
/* ============================================= */
.page-leftmenu {
	position: relative;
    display: block;
}

.page-leftmenu .list-group {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 100%;
}

.page-leftmenu ul.list-group li {
    position: relative;
    list-style: none;
    z-index: 1;
    float: left;
    margin: 0;
	width: 100%;
	margin-bottom: 5px;
}

@media (min-width: 320px) and (max-width: 992px) {
	.page-leftmenu ul.list-group li {
		width: 50%;
	}
}

.page-leftmenu .list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.page-leftmenu .list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.page-leftmenu .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.page-leftmenu a.list-group-item,button.list-group-item {
	color: #555
}

.page-leftmenu a.list-group-item .list-group-item-heading,
.page-leftmenu button.list-group-item .list-group-item-heading {
	color: #333
}

.page-leftmenu a.list-group-item:focus,
.page-leftmenu a.list-group-item:hover,
.page-leftmenu button.list-group-item:focus,
.page-leftmenu button.list-group-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #4e74af; /*#343a40*/
	border-color: #4e74af; /*#343a40*/
}

.page-leftmenu .list-group-item.active,
.page-leftmenu .list-group-item.active:focus,
.page-leftmenu .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #4e74af; /*#343a40*/
	border-color: #4e74af; /*#343a40*/
}

.page-leftmenu .list-group-item a.active,
.page-leftmenu .list-group-item a.active:focus,
.page-leftmenu .list-group-item a.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #4e74af; /*#343a40*/
	border-color: #4e74af; /*#343a40*/
}

.page-leftmenu button.list-group-item {
	width: 100%;
	text-align: left
}

.page-leftmenu .list-group-item.disabled,
.page-leftmenu .list-group-item.disabled:focus,
.page-leftmenu .list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.page-leftmenu .list-group-item.disabled .list-group-item-heading,
.page-leftmenu .list-group-item.disabled:focus .list-group-item-heading,
.page-leftmenu .list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.page-leftmenu .list-group-item.disabled .list-group-item-text,
.page-leftmenu .list-group-item.disabled:focus .list-group-item-text,
.page-leftmenu .list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.page-leftmenu .list-group-item.active .list-group-item-heading,
.page-leftmenu .list-group-item.active .list-group-item-heading > .small,
.page-leftmenu .list-group-item.active .list-group-item-heading > small,
.page-leftmenu .list-group-item.active:focus .list-group-item-heading,
.page-leftmenu .list-group-item.active:focus .list-group-item-heading > .small,
.page-leftmenu .list-group-item.active:focus .list-group-item-heading > small,
.page-leftmenu .list-group-item.active:hover .list-group-item-heading,
.page-leftmenu .list-group-item.active:hover .list-group-item-heading > .small,
.page-leftmenu .list-group-item.active:hover .list-group-item-heading > small {
	color: inherit
}

.page-leftmenu .list-group-item.active .list-group-item-text,
.page-leftmenu .list-group-item.active:focus .list-group-item-text,
.page-leftmenu .list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}
/* ============================================= */
/* ****** 內頁左邊選單 ( 以上 ) ****************** */
/* ============================================= */



/* ============================================= */
/* ------ 自訂 按鈕 ----------------------------- */
.btn {
    position: relative;
	padding: 0px !important; /*10px 30px*/
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.btn.btn-custom-0 {
    color: #333333;
    background-color: #fff;
	border-color: #ced4da;
}

.btn.btn-custom-0:hover {
    /*color: #333;*/ /*標準*/
    /*background-color: #e6e6e6;*/ /*標準*/
    /*border-color: #adadad;*/ /*標準*/	
	color: #FFF;
	background-color: #3090a7;
	border-color: #3090a7;
}

.btn.btn-custom-1 {
    color: #FFF;
    background-color: #4e74af;
	border-color: #4e74af;
}

.btn.btn-custom-1:hover {
    /*color: #333;*/ /*標準*/
    /*background-color: #e6e6e6;*/ /*標準*/
    /*border-color: #adadad;*/ /*標準*/	
	color: #FFF;
	background-color: #e94919;
	border-color: #e94919;
}

.btn.btn-custom-2 {
	font-size: 0.9rem;
    color: #333333;
    background-color: transparent;
    border-color: transparent;
}

.btn.btn-custom-2::after {
    position: relative;
    display: inline-block;
    content: " ";
    width: 18px;
    height: 18px;
    background-image: url("../images/more_icon.png");
    vertical-align: top;
    margin-left: 5px;
	top: 2;
}

.btn.btn-custom-2:hover {
    color: #3090a7;
    background-color: transparent;
    border-color: transparent;
}
/* ------ 自訂 按鈕 ----------------------------- */
/* ============================================= */



/* ============================================= */
/* ------ 自訂 Model --------------------------- */
.custom-model-box {
	position: relative;
	display: block;
}

.custom-model-box .modal-open {
	overflow: hidden
}

.custom-model-box .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.custom-model-box .modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	-ms-transform: translate(0,-25%);
	-o-transform: translate(0,-25%);
	transform: translate(0,-25%)
}

.custom-model-box .modal.in .modal-dialog {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0)
}

.custom-model-box .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.custom-model-box .modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.custom-model-box .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.custom-model-box .modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.custom-model-box .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.custom-model-box .modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.custom-model-box .modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.custom-model-box .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.custom-model-box .modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.custom-model-box .modal-header .close {
	font-size: 131.25%; /*1.3125em; /*21px*/
	font-weight: 400;
	line-height: 0.5;
	color: #959595;
	text-shadow: 0 1px 0 #fff;
	margin-top: -2px;
	opacity: 1;
}

.custom-model-box .modal-header button.close {
	padding: 5px;
	border-radius: 50px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.custom-model-box .modal-header button.close:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.custom-model-box .modal-header button.close span {
	display: block;
	width: 15px;
	height: 15px;
}

.custom-model-box .modal-header h3 {
	font-size: 125%; /*1.25em*/
}

.custom-model-box .modal-header h3 i {
	font-size: 150%; /*1.5em*/
	color: #FFB300;
}

.custom-model-box .modal-title {
	font-size: 125%; /*1.25em*/
	line-height: 1.42857143;
	margin: 0;
}

.custom-model-box .modal-body {
	position: relative;
	padding: 15px
}

.custom-model-box .modal-body h4 {
    font-size: 112.5%; /*1.125em*/
	color: #FF0000;
}

.custom-model-box .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.custom-model-box .modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.custom-model-box .modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.custom-model-box .modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.custom-model-box .modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.custom-model-box .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.custom-model-box .modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.custom-model-box .modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5)
	}

	.custom-model-box .modal-sm {
		width: 300px
	}
}
/* ------ 自訂 Model --------------------------- */
/* ============================================= */



/* ============================================= */
/* ------ 自訂 麵包屑 ( Breadcrumb ) ------------ */
.custom_breadcrumb {
    display: block;
}

.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: #4e74af; /* JESS重要 - 變更顏色*/
}

.custom_breadcrumb .breadcrumb-item a i {
	font-size: 112.5%;
}
	
.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: #4e74af; /* JESS重要 - 變更顏色*/
}

/* ------ 自訂 麵包屑 ( Breadcrumb ) ------------ */
/* ============================================= */



/* ============================================= */
/* ------ 首頁 HEADER -------------------------- */
.header_section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*
	background-image: url(../images/hero-bg.svg);
	background-size: cover;
	background-position: bottom;
	*/
}

@media (max-width: 992px) {
  .header_section {
    height: auto;
  }
}

.header_section.fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;	
	
	background-color: #f8f8f8;
	border-color: #e7e7e7;	
}

.header_section.nav-fixed {
	padding: 0px;
	border-bottom: none;
	background-color: rgba(0,0,0,0.75); /*background-color: rgba(255,255,255,1);*/
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25); 
}

/* ------ Header_Box -------------------------- */
.header_Box {
    position: relative;
    display: block;
}

.header_Box .navsBox {
    position: relative;
    display: block;
}

.header_Box .custom_nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	border-radius: 0;
	background-color: transparent;
	/*border-bottom: 1px solid #6c757d;*/
}

.header_Box .justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}

.header_Box .justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}

.header_Box .justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}

.header_Box .nav-item+.nav-item::before {
	float: left;	
	color: #6c757d;
	content: "/";
	/*padding-top: .5rem;
	padding-bottom: .5rem;*/
}

.header_Box .nav-item {
	display: flex;
	justify-content: center;
	align-items: center;
	/*height: 30px;*/
}

.header_Box .nav-link {
	font-size: 90%; /*93.75%;*/ /*0.9375em*/
    display: block;
	
	padding-top: 0.25rem;
	padding-left: 0.35rem;
	padding-right: 0.235rem;
	padding-bottom: 0.25rem;
}

@media (max-width: 992px) {	
	.header_Box .nav-link {
		padding-top: 0.125rem;
		/*padding-left: .75rem;
		padding-right: .75rem;*/
		padding-bottom: 0.25rem;
	}
}
/*.header_Box .nav-item+.nav-item a.nav-link {	
	
}*/

.header_Box .nav-item a.nav-link,
.header_Box .nav-item+.nav-item a.nav-link,
.header_Box .nav-item+.nav-item a.nav-link.disabled {
    color: #333333;
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}

.header_Box .nav-item a:hover.nav-link,
.header_Box .nav-item+.nav-item a:hover.nav-link,
.header_Box .nav-item+.nav-item a:hover.nav-link.disabled {
    color: #e94919;
    /*pointer-events: none;*/ /*滑鼠無作用*/
    /*cursor: default;*/ /*預設-滑鼠無作用*/
}

.header_Box .nav-item a.nav-link.active {	
	color: #333333;
}

.header_Box .nav-item a:hover.nav-link.active {
	color: #024a69;
}

/* ----- .search-box STYLE-標準 ------------------- */
.header_Box .search-box input.form-control:not(.form-control-lg):not(.form-control-sm) {
    height: -webkit-calc(1em + .75rem + 3px);
    height: -moz-calc(1em + .75rem + 3px);
    height: calc(1em + .75rem + 3px);
}

.header_Box input.form-control {
		width: 65% !important;
}

@media (max-width:1467px) {
	.header_Box input.form-control {
		width: 64% !important;
	}
}

@media (max-width:1429px) {
	.header_Box input.form-control {
		width: 63% !important;
	}
}

@media (max-width:1393px) {
	.header_Box input.form-control {
		width: 62% !important;
	}
}

@media (max-width:1359px) {
	.header_Box input.form-control {
		width: 61% !important;
	}
}

@media (max-width:1326px) {
	.header_Box input.form-control {
		width: 60% !important;
	}
}

@media (max-width:1295px) {
	.header_Box input.form-control {
		width: 59% !important;
	}
}

@media (max-width:1266px) {
	.header_Box input.form-control {
		width: 58% !important;
	}
}

@media (max-width:1238px) {
	.header_Box input.form-control {
		width: 57% !important;
	}
}

@media (max-width:1211px) {
	.header_Box input.form-control {
		width: 56% !important;
	}
}

@media (max-width:1186px) {
	.header_Box input.form-control {
		width: 55% !important;
	}
}

@media (max-width:1161px) {
	.header_Box input.form-control {
		width: 54% !important;
	}
}

@media (max-width:1138px) {
	.header_Box input.form-control {
		width: 53% !important;
	}
}

@media (max-width:1116px) {
	.header_Box input.form-control {
		width: 52% !important;
	}
}

@media (max-width:1094px) {
	.header_Box input.form-control {
		width: 51% !important;
	}
}

@media (max-width:1074px) {
	.header_Box input.form-control {
		width: 50% !important;
	}
}

@media (max-width:1054px) {
	.header_Box input.form-control {
		width: 49% !important;
	}
}

@media (max-width:1035px) {
	.header_Box input.form-control {
		width: 48% !important;
	}
}

@media (max-width:1017px) {
	.header_Box input.form-control {
		width: 47% !important;
	}
}

@media (max-width:999px) {
	.header_Box input.form-control {
		width: 46% !important;
	}
}

@media (max-width:991px) {
	.header_Box input.form-control {
		width: 40% !important;
	}
}

@media (max-width:480px) {
	.header_Box input.form-control {
		width: 72% !important;
		margin-right: 5px;
	}
}

@media (max-width:479px) {
	.header_Box input.form-control {
		width: 66% !important;
		margin-right: 5px;
	}
}

@media (max-width:405px) {
	.header_Box input.form-control {
		width: 65% !important;
		margin-right: 5px;
	}
}

@media (max-width:395px) {
	.header_Box input.form-control {
		width: 64% !important;
		margin-right: 5px;
	}
}

@media (max-width:386px) {
	.header_Box input.form-control {
		width: 63% !important;
		margin-right: 5px;
	}
}

@media (max-width:377px) {
	.header_Box input.form-control {
		width: 62% !important;
		margin-right: 5px;
	}
}

@media (max-width:369px) {
	.header_Box input.form-control {
		width: 61% !important;
		margin-right: 5px;
	}
}

@media (max-width:361px) {
	.header_Box input.form-control {
		width: 60% !important;
		margin-right: 5px;
	}
}

@media (max-width:353px) {
	.header_Box input.form-control {
		width: 59% !important;
		margin-right: 5px;
	}
}

@media (max-width:346px) {
	.header_Box input.form-control {
		width: 58% !important;
		margin-right: 5px;
	}
}

@media (max-width:339px) {
	.header_Box input.form-control {
		width: 57% !important;
		margin-right: 5px;
	}
}

@media (max-width:333px) {
	.header_Box input.form-control {
		width: 56% !important;
		margin-right: 5px;
	}
}

@media (max-width:327px) {
	.header_Box input.form-control {
		width: 55% !important;
		margin-right: 5px;
	}
}

@media (max-width:321px) {
	.header_Box input.form-control {
		width: 54% !important;
		margin-right: 5px;
	}
}

.header_Box .search-box .btn {
    position: relative;
	padding: 2.5px 30px !important;
}
/* ----- .search-box STYLE-標準 ------------------- */

/* ----- .search-box STYLE-01 ------------------- */
.search_box {
    position: relative;
}

.search_box label {
    position: absolute;
    left: 28px;
	top: 10px;
}

.search_box label i {
	font-size: 125%;
}

.search_box .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.search_box .search-input {
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 23px;
}
.search_box .search-input::placeholder { /* CSS 3 標準色 */
  color: #999999;
}
.search_box .search-input::-webkit-input-placeholder { /* Chrome, Safari */
  color: #999999;
}
.search_box .search-input:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
}
.search_box .search-input::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
  opacity: 1;
}

@media (min-width: 320px) and (max-width: 992px) {
	.search_box {
		padding-top: 0;
		padding-bottom: 15px;
	}
}
/* ----- .search-box STYLE-01 ------------------- */
/* ------ Header_Box -------------------------- */



/* ------ LOGO Name -------------------------- */
.header_section h1,
.menu_section h1 {
	margin-bottom: 0;
	font-size: inherit;
	position: relative;
	/* margin-top: -45px; */
}
/*---------------------------------------------------*/
@media (min-width: 320px) and (max-width: 1199px) {
	.header_section h1,
	.menu_section h1 {
		margin-top: 0;
	}
}
/*---------------cara 2021/12/17------------------------*/
.mt-45{
	margin-top: -45px;
}
.pc-show{
	display: initial;
}
.mb-show{
	display: none;
}
@media (max-width: 500px) {
	.mb-show{
		display: flex;
	}
	.pc-show{
		display: none;
	}
}
/*----------------cara 2021/12/17----------------------*/
/*
@media (min-width: 1200px) and (max-width: 1599px) {
}
@media (min-width: 992px) and (max-width: 1199.98px) {
}
@media (min-width: 768px) and (max-width: 991.98px) {
}
@media (max-width: 767px) {
}
@media (min-width: 576px) and (max-width: 767.99px) {
}
*/
/*---------------------------------------------------*/
.header_section .navbar-brand,
.header_section h1 .navbar-brand,
.menu_section .navbar-brand,
.menu_section h1 .navbar-brand {
	display: inline-block;
	font-size: 150%; /*1.5em*/
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
	
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	margin-bottom: 0;
}

.header_section .navbar-brand img,
.menu_section .navbar-brand img {
    max-width: 340px; /*350*//*300*/
	height: auto;
}

@media (max-width: 991px) {
	.header_section .navbar-brand img,
	.menu_section .navbar-brand img {
		max-width: 335px; /*300*/
		height: auto;
	}
}

@media (min-width: 434px) and (max-width: 990px) {
	.menu_section .navbar-brand img {
		max-width: 300px;
		height: auto;
	}
	.menu_section .navbar-brand, .menu_section h1 .navbar-brand {
		margin-right: 0rem;
	}
}

@media (min-width: 377px) and (max-width: 433px) {
	.menu_section .navbar-brand img {
		max-width: 290px;
		height: auto;
	}
	.menu_section .navbar-brand, .menu_section h1 .navbar-brand {
		margin-right: 0rem;
	}
}

@media (min-width: 358px) and (max-width: 376px) {
	.menu_section .navbar-brand img {
		max-width: 275px;
		height: auto;
	}
	.menu_section .navbar-brand, .menu_section h1 .navbar-brand {
		margin-right: 0rem;
	}
}

@media (min-width: 343px) and (max-width: 357px) {
	.menu_section .navbar-brand img {
		max-width: 260px;
		height: auto;
	}
	.menu_section .navbar-brand, .menu_section h1 .navbar-brand {
		margin-right: 0rem;
	}
}

@media (min-width: 334px) and (max-width: 342px) {
	.menu_section .navbar-brand img {
		max-width: 250px;
		height: auto;
	}
	.menu_section .navbar-brand, .menu_section h1 .navbar-brand {
		margin-right: 0rem;
	}
}

@media (min-width: 320px) and (max-width: 333px) {
	.menu_section .navbar-brand img {
		max-width: 235px;
		height: auto;
	}
	.menu_section .navbar-brand, .menu_section h1 .navbar-brand {
		margin-right: 0rem;
	}
}

/* ------ LOGO Name -------------------------- */



/* ------ MENU Toggler Menu ------------------ */
.menu_section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	/*
    background-image: url(../images/hero-bg.svg);
    background-size: cover;
    background-position: bottom;
	*/
}

.menu_new_section02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	/*
    background-image: url(../images/hero-bg.svg);
    background-size: cover;
    background-position: bottom;
	*/
}

.menu_section .customMENU_Box {
    position: relative;
    display: block;
}

.menu_section .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 125%; /*1.25em*/
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
	border-radius: .25rem;
}

.menu_section .navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border: none;
}

.menu_section .navbar-dark .navbar-toggler-icon {
    background-image: url("../images/navbar-toggler-icon.svg");
}
.menu_section .navbar-dark .navbar-toggler-icon:hover {
    background-image: url("../images/navbar-toggler-icon_hover.svg");
}

.menu_section .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
	background-image: none;
}

.menu_section .navbar-toggler > .close {
    display:inline;
}

.menu_section .navbar-toggler > .close {
	width: 30px; /*0.75em*/
    float: right;
    font-size: 150%; /*1.5em*/
    font-weight: 700;
    line-height: 1;
    color: #333333;
    text-shadow: none; /*0 1px 0 #fff;*/
    opacity: 0.5; /*0.5*/	
}

.menu_section .navbar-toggler > .close:hover {
    color: #1f8384;
    opacity: 0.75;
}

.menu_section .navbar-toggler.collapsed > .close, .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display:none;
}

.menu_section .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
/* ------ MENU Toggler Menu ------------------ */



/* ============================================= */
/* ------ Carousel_Slide ----------------------- */
.carousel_slide_section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*background-image: url(../images/hero-bg.svg);
	background-size: cover;
	background-position: bottom;*/
	/*padding-bottom: 50px;*/
}

/*@media (max-width: 992px) {
	.carousel_slide_section {
		padding-bottom: 100px;
	}
}*/

/*@media (max-width: 768px) {
	.carousel_slide_section {
		padding-bottom: 75px;
	}
}*/

/*@media (max-width: 480px) {
	.carousel_slide_section {
		padding-bottom: 50px;
	}
}*/

/* ==   prev + next 按鈕   ===== */
/* ============================= */
.carousel_slide_section .carousel_btn-icon-prev,
.carousel_slide_section .carousel_btn-icon-next {
	position: absolute;
	/*width: 48px;*/
	/*height: 48px;*/

	top: calc(50% - 24px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	z-index: 999;
	/*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
	
	/*-webkit-transform: translateX(50%);
	transform: translateX(50%);*/
}
.carousel_slide_section .carousel_btn-icon-prev {
	left: 1.5%;
}
.carousel_slide_section .carousel_btn-icon-next {
	right: 1.5%;
}

@media (max-width:768px) {
	.carousel_slide_section .carousel_btn-icon-prev,
	.carousel_slide_section .carousel_btn-icon-next {
		top: calc(50% - 16px);
	}
}

.carousel_slide_section .carousel_btn-icon-prev .carousel-control-prev,
.carousel_slide_section .carousel_btn-icon-next .carousel-control-next {
	position: relative;
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.35);
}

.carousel_slide_section .carousel-control-next-icon, 
.carousel_slide_section .carousel-control-prev-icon {
    display: inline-block;
    width: 48px;
	height: 48px;
    
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	/*background-image: none;*/
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
	
	/*background-color: rgba(0, 0, 0, 0);*/
}

.carousel_slide_section .carousel-control-prev-icon {
	/*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");*/	
	/*background-image: url(../images/banner/prev.png);*/
	background-image: url(../images/banner/arrow-left-circle-fill.svg);
	opacity: .85;
}

.carousel_slide_section .carousel-control-next-icon {
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");*/
	/*background-image: url(../images/banner/next.png);*/
	background-image: url(../images/banner/arrow-right-circle-fill.svg);
	opacity: .85;
}

.carousel_slide_section .carousel_btn-icon-prev .carousel-control-prev:hover,
.carousel_slide_section .carousel_btn-icon-next .carousel-control-next:hover {
	opacity: 1;
	background-color: #3090a7;
}

.carousel_slide_section .carousel_btn-icon-prev .carousel-control-prev:focus, 
.carousel_slide_section .carousel_btn-icon-next .carousel-control-next:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
	background-color: #3090a7;
}

@media (max-width:768px) {
	.carousel_slide_section .carousel_btn-icon-prev .carousel-control-prev,
	.carousel_slide_section .carousel_btn-icon-next .carousel-control-next,
	.carousel_slide_section .carousel-control-next-icon, 
	.carousel_slide_section .carousel-control-prev-icon {
		width: 32px;
		height: 32px;
	}
}
/*------------------------------------------------*/
/* ------ 輪播 標題文字 -------------------------- */
.carousel_slide_section .text-area {
	position: absolute;
    right: 0%;	/*15%*/
    bottom: 0%; /*20px*/
    left: 0%;	/*15%*/
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}

.carousel_slide_section .carousel-caption {
    position: relative;
    right: 0%;	/*15%*/
    bottom: 20px;
    left: 0%;	/*15%*/
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 5px;
	padding-left: 150px;
    padding-right: 150px;
    color: #fff;
    text-align: center;
}

.carousel_slide_section .carousel-caption h3 {
    font-size: calc(100% + 50%);	/*1.5rem/24px*/
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0rem;
}

.carousel_slide_section .carousel-caption p {
	font-size: calc(100% + 12.5%);	/*1.125rem/18px*/
	font-weight: inherit;
	line-height: inherit;
    margin-top: 0;
    margin-bottom: 1rem;
}

@media (max-width:576px) {
	.carousel_slide_section .text-area {
		padding-top: 15px;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.carousel_slide_section .carousel-caption {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		bottom: 0px;
	}
	
	.carousel_slide_section .carousel-caption h3 {
		font-size: calc(100% + 12.5%);	/*1.125rem/18px*/
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		height: 25px;
	}
	
	.carousel_slide_section .carousel-caption p {
		font-size: calc(93.75%);	/*0.9375rem/15px*/
	}
}
/* ------ 輪播 標題文字 -------------------------- */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* ------ 輪播 點點點 ---------------------------- */
.carousel_slide_section dl, 
.carousel_slide_section ol, 
.carousel_slide_section ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

@media (max-width:768px) {
	.carousel_slide_section dl, 
	.carousel_slide_section ol, 
	.carousel_slide_section ul {
		margin-top: 0;
		margin-bottom: 0rem;
	}
}

.carousel_slide_section .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel_slide_section .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #aaaaaa;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
	border-radius: 10.75px;
}

.carousel_slide_section .carousel-indicators .active {
    opacity: 1;
	background-color: #024a69;
}
/* ------ 輪播 點點點 ---------------------------- */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* ------ 輪播 暫停/撥放 ------------------------- */
.carousel_slide_section .control-box {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	
	
	position: absolute;
    right: 0%;	/*15%*/
    top: 0%; /*20px*/
    left: 0%;	/*15%*/
    z-index: 10;
    padding-top: 10px;    
	padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 10px;
    color: #fff;
    text-align: center;
	/*background-color: rgba(0, 0, 0, 0.5);*/
}

.carousel_slide_section .control-start,
.carousel_slide_section .control-pause {
	position: relative;
	/*width: 48px;*/
	/*height: 48px;*/
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 999;
}
.carousel_slide_section .control-start {
	right: calc(1.5% - 20px + 10px);
}
.carousel_slide_section .control-pause {
	right: calc(1.5% - 20px);
}

.carousel_slide_section .control-start a,
.carousel_slide_section .control-pause a {
	position: relative;
	display:inline-block;
	/*right: 18%;*/
	width: 48px;
	height: 48px;

	border-radius: 100%;
    background-color: rgba(0,0,0,0.25);
	color: #FFFFFF; /*c33c70*/
}

.carousel_slide_section .control-start-icon,
.carousel_slide_section .control-pause-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-position-x: 50%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: 100% 100%;
	background-origin: padding-box;
	background-clip: border-box;
}

.carousel_slide_section .control-start-icon {
    background-image: url(../images/banner/control-start-icon.svg);
    opacity: .85;
}

.carousel_slide_section .control-pause-icon {
    background-image: url(../images/banner/control-pause-icon.svg);
    opacity: .85;
}

.carousel_slide_section .control-start a:hover,
.carousel_slide_section .control-pause a:hover {
	opacity: 1;
	background-color: #3090a7;
}

.carousel_slide_section .control-start a:focus, 
.carousel_slide_section .control-pause a:focus {
    text-decoration: none;
    outline: 2px solid #43B5FC;
	outline-offset: -2px;
	background-color: #3090a7;
}

@media (max-width:768px) {
	.carousel_slide_section .control-start a,
	.carousel_slide_section .control-pause a,
	.carousel_slide_section .control-start-icon,
	.carousel_slide_section .control-pause-icon {
		width: 32px;
		height: 32px;
	}
	
	.carousel_slide_section .control-box {	
		padding-top: 5px;    
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}

	.carousel_slide_section .control-start {
		right: calc(1.5% + 5px);
	}
	.carousel_slide_section .control-pause {
		right: 1.5%;
	}
}
/* ------ 輪播 暫停/撥放 ------------------------- */
/*------------------------------------------------*/

/* ------ Carousel_Slide ----------------------- */
/* ============================================= */



/* ============================================= */
/* ------ contact-us .row ---------------------- */
.custom-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	
	margin-bottom: 1rem;
}
/* ------ contact-us .row ---------------------- */
/* ============================================= */



/* ============================================= */
/* ------ layout_padding set ------------------- */
.layout_padding {
	padding-top: 100px;
	padding-bottom: 100px;
}
.layout_padding-top {
	padding-top: 100px;
}
.layout_padding-bottom {
	padding-bottom: 100px;
}
@media (max-width:768px) {
	.layout_padding {
		padding-top: 50px;
		padding-bottom: 50px;
	}	
	.layout_padding-top {
		padding-top: 50px;
	}	
	.layout_padding-bottom {
		padding-bottom: 50px;
	}
}
/* ============================= */
.layout_padding0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.layout_padding0-top {
	padding-top: 0px;
}
.layout_padding0-bottom {
	padding-bottom: 0px;
}
@media (max-width:768px) {
	.layout_padding0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.layout_padding0-top {
		padding-top: 0px;
	}
	.layout_padding0-bottom {
		padding-bottom: 0px;
	}
}
/* ============================= */
.layout_padding1 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.layout_padding1-top {
	padding-top: 90px;
}
.layout_padding1-bottom {
	padding-bottom: 90px;
}
@media (max-width:768px) {
	.layout_padding1 {
		padding-top: 45px;
		padding-bottom: 45px;
	}	
	.layout_padding1-top {
		padding-top: 45px;
	}	
	.layout_padding1-bottom {
		padding-bottom: 45px;
	}
}
/* ============================= */
.layout_padding2 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.layout_padding2-top {
	padding-top: 60px;
}
.layout_padding2-bottom {
	padding-bottom: 60px;
}
@media (max-width:768px) {
	.layout_padding2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.layout_padding2-top {
		padding-top: 30px;
	}
	.layout_padding2-bottom {
		padding-bottom: 30px;
	}
}
/* ============================= */
.layout_padding3 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.layout_padding3-top {
	padding-top: 45px;
}
.layout_padding3-bottom {
	padding-bottom: 45px;
}
@media (max-width:768px) {
	.layout_padding3 {
		padding-top: 22.5px;
		padding-bottom: 22.5px;
	}
	.layout_padding3-top {
		padding-top: 22.5px;
	}
	.layout_padding3-bottom {
		padding-bottom: 22.5px;
	}
}
/* ============================= */
.layout_padding4 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.layout_padding4-top {
	padding-top: 30px;
}
.layout_padding4-bottom {
	padding-bottom: 30px;
}
@media (max-width:768px) {
	.layout_padding4 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.layout_padding4-top {
		padding-top: 15px;
	}
	.layout_padding4-bottom {
		padding-bottom: 15px;
	}
}
/* ------ layout_padding set ------------------- */
/* ============================================= */



/* ============================================= */
/* ------ Fullpage-wrapper --------------------- */
.fullpage-wrapper { 
	position: relative; 
	height: 100%; 
	transform: translate3d(0px, 0px, 0px);
}
/* ------ Fullpage-wrapper --------------------- */
/* ============================================= */



/* ================================== */
/* ==  標準標題 STYLE-0 ============== */
/* ================================== */
.customstyle-title {
	display: inline-block;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	padding-bottom: 8px;
	width: 100%;
}

.customstyle-title .language-tw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	
	justify-content: center;
	align-items: center;
}

.customstyle-title .language-tw .tle-size {
    font-size: 165%;
    font-weight: 900;
	letter-spacing: 0.085em;
	color: #333333;
	text-transform: uppercase;
}

.customstyle-title .language-tw a .more {
	font-size: 90%;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: uppercase;
}

.customstyle-title .language-tw a .more i {
	position: relative;
	font-size: 68.8%; /*0.688em/*11px*/
	margin-left: 5px;
	bottom: 1.5px;
}

.customstyle-title .language-tw a {
	color: #333333;
	text-decoration: none;
}
.customstyle-title .language-tw a:hover {
	color: #007bff;
	text-decoration: underline;
}

.customstyle-title .language-en {
    margin: auto; /*auto auto 50px*/
    position: relative;
    text-align: center;
    width: 100%;
}

.customstyle-title .language-en .en-word { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start ;
    align-items: center;
}

.customstyle-title .language-en .en-word { 
    font-size: 100%;
	font-weight: 600;
	letter-spacing: 0.1em;
    text-align: left;
    text-transform: capitalize;
	color: #0a0a0a;
}

.customstyle-title .language-en .tle-size-2 {
    font-size: 100%;
    font-weight: normal;
	letter-spacing: 0.085em;
	color: #333333;
	text-transform: uppercase;
}

.customstyle-title .language-en > .en-word::before {
	display: inline-block;
	position: relative; /*原本沒有，須加才能調整 線條位置*/
	content: " ";
	width: 40px;
	height: 32px;
	top: 0; /*19*/
	z-index: 0;
	background-image: url("../images/title_icon/title_icon.svg");
	/* [disabled]background: #8a8a8a none repeat scroll 0 0; */
}
.customstyle-title .language-en > .en-word::before {
    margin-right: 10px;
}

@media (max-width:320px) {
	.customstyle-title .language-en > .en-word::after, 
	.customstyle-title .language-en > .en-word::before {
		width: 35px;
	}
}
/* ================================== */
/* ==  標準標題 STYLE-0 ============== */
/* ================================== */



/* ================================== */
/* ==  自訂標題 STYLE-1 ============== */
/* ================================== */
.customstyle1-title {
	position: relative;
}

.customstyle1-title h3 {
	font-size: 175%; /*1.75em*//*1.75em;*/
	line-height: 1.5;
	font-weight: 600;
    color: #FFFFFF; /*#333333*/
	margin-bottom: 0;
}

.customstyle1-title .separator_line {
    bottom: 0;
    clear: both;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 264px;
	background: #ff9000;
}

.customstyle1-title .separator_line::before {
    /*background: #ffffff none repeat scroll 0 0;*/
    content: "";
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 46px;
}

.customstyle1-title .separator_line span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	
    border-radius: 50%;
    bottom: -15px;
    height: 30px;
    left: 0;
    line-height: 29px;
    margin: auto;
    position: absolute;
    right: 0;
    width: 30px;
}

.customstyle1-title .separator_line span {
	background: #ff9000;
}

.customstyle1-title .mt-20 {
    margin-top: 20px;
}

.customstyle1-title .mb-20 {
    margin-bottom: 20px;
}

.customstyle1-title h4 {
	font-size: 112.5%; /*1.125em*/
	line-height: 1.5;
	font-weight: 600;
    color: #FFFFFF; /*#777777*/
	margin-bottom: 0;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.customstyle1-title h3 {
		font-size: 150%; /*1.5em*/
	} 
	.customstyle1-title h4 {
		font-size: 100%; /*1em*/
	}
}
/* ================================== */
/* ==  自訂標題 STYLE-1 ============== */
/* ================================== */



/* ================================== */
/* ==  自訂標題 STYLE-2 ============== */
/* ================================== */
.customstyle2-title {
	position: relative;
}

.customstyle2-title h3 {
	font-size: 175%; /*1.75em*/
	line-height: 1.5;
	font-weight: 600;
    color: #FFFFFF;
	margin-bottom: 0;
}

.customstyle2-title .separator_line {
    bottom: 0;
    clear: both;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 264px;
	background: #FFFFFF;
}

.customstyle2-title .separator_line::before {
    /*background: #ffffff none repeat scroll 0 0;*/
    content: "";
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 46px;
}

.customstyle2-title .separator_line span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	
    border-radius: 50%;
    bottom: -15px;
    height: 30px;
    left: 0;
    line-height: 29px;
    margin: auto;
    position: absolute;
    right: 0;
    width: 30px;
}

.customstyle2-title .separator_line span {
	background: #FFFFFF;
}

.customstyle2-title .mt-20 {
    margin-top: 20px;
}

.customstyle2-title .mb-20 {
    margin-bottom: 20px;
}

.customstyle2-title h4 {
	font-size: 112.5%; /*1.125em*/
	line-height: 1.5;
	font-weight: 600;
    color: #FFFFFF;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.customstyle2-title h3 {
		font-size: 150%; /*1.5em*/
	} 
	.customstyle2-title h4 {
		font-size: 100%; /*1em*/
	}
}
/* ================================== */
/* ==  自訂標題 STYLE-2 ============== */
/* ================================== */



/* ================================== */
/* ==  新聞公告 - STYLE-0 ============ */
/* ================================== */

/* ==  標籤 tab Li  ================= */
.new-divbox {
	position: relative; 
	display: block;
}

.new-divbox .nav-justified .nav-item,
.new-divbox .nav-justified > .nav-link {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

@media (max-width: 480px) {
	.new-divbox .nav-justified .nav-item,
	.new-divbox .nav-justified > .nav-link {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		text-align: center;
	}
}

.new-divbox .nav-link {
	display: block;
	padding: 8px 16px;
}

.new-divbox .nav-link:focus,
.new-divbox .nav-link:hover {
	text-decoration: none
}

.new-divbox .nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.new-divbox .nav-tabs {
	padding: 35px 0 0 0;
	border-bottom: none;
}
/*------------------------------------------------------*/
.new-divbox .nav-tabs .nav-link {
	margin-bottom: 0px;
	border-radius: 0;
	border-bottom: 2px solid #aaaaaa; /*transparent*/ /*底線顏色*/
	/*border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;*/
}

.new-divbox .nav-tabs a.nav-link {
	color: #333333;						/*字顏色*/
}

.new-divbox .nav-tabs a.nav-link:focus,
.new-divbox .nav-tabs a.nav-link:hover {
	color: #aa210f;						/*滑過時變色*/
	background-color: transparent;
	
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 2px solid #aa210f;	/*滑過時 底線變色*/
	
}
.new-divbox .nav-tabs li.active a,
.new-divbox .nav-tabs li.active a:hover,
.new-divbox .nav-tabs li.active a:focus {
	background-color: transparent;
}

.new-divbox .nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.new-divbox .nav-tabs .nav-item.show .nav-link,
.new-divbox .nav-tabs .nav-link.active {
	color: #aa210f;
	background-color: transparent;
	
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 2px solid #aa210f;   /*底線*/
	
}
/*------------------------------------------------------*/

.new-divbox .nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.new-divbox .nav-pills .nav-link {
	border-radius: .25rem;
}

.new-divbox .nav-pills .nav-link.active,
.new-divbox .nav-pills .show > .nav-link {
	color: #FFFFFF;
	background-color: #007bff;
}

.new-divbox .nav-fill .nav-item,
.new-divbox .nav-fill > .nav-link {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.new-divbox .nav-justified .nav-item,
.new-divbox .nav-justified > .nav-link {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.new-divbox .nav-tabs li a {
	position: relative;
    font-size: 112.5%; /*1.125em*/ /*1rem*/ /*18px*/
    font-weight: 600;
    color: #333333;
    text-align: center;
	margin-bottom: 0rem;
	
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 45px;*/
}
/* ==  標籤 tab Li  ================= */


/* ==  內容區塊  ===================== */
.new-divbox .tab-content > .tab-pane {
	display: none;
}

.new-divbox .tab-content > .active {
	display: block;
	padding: 0 15px;
    margin: 30px 0 0 0;
}

.new-divbox .tab-content > .tab-pane > div.titlebox {	
	display: inline-flex;
	font-size: inherit;
	font-weight: 400;
	color: #333333;	
}

.new-divbox .tab-content > .tab-pane > div.titlebox .date {
	display: inline-block;
	font-weight: 400;
	width: 130px;
	margin-right: 15px;
}

@media (max-width: 991px) {
	.new-divbox .tab-content > .tab-pane > div.titlebox {	
		display: inline-block;
	}
}

.new-divbox .tab-content > .tab-pane > div.titlebox .title_name {
	display: inline-block;
	font-weight: 400;
	margin-right: 15px;
}

.new-divbox .tab-content > .tab-pane > div.titlebox .date a, 
.new-divbox .tab-content > .tab-pane > div.titlebox .title_name a {
	color: #333333;						/*字顏色*/
}

.new-divbox .tab-content > .tab-pane > div.titlebox .date a:hover, 
.new-divbox .tab-content > .tab-pane > div.titlebox .title_name a:hover {
	color: #007bff;						/*滑過時變色*/
}

.new-divbox span {	
	font-size: inherit;
	line-height: 34px;
	font-weight: 300;
	color: #333333;
}
/* ==  內容區塊  ===================== */

/* ================================== */
/* ==  新聞公告 - STYLE-0 ============ */
/* ================================== */



/* ================================== */
/* ==  新聞公告 - STYLE-1 ============ */
/* ================================== */

/* ==  內容區塊  ===================== */
.new-divbox .tab-content > .tab-pane {
	display: none;
}

.new-divbox .tab-content > .active {
	display: block;
	padding: 0 15px;
    margin: 30px 0 0 0;
}

.new-divbox .tab-pane.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.new-divbox ul.m-news_list {
	/*margin: 0 0 -40px;*/
	padding-left: 0;
	list-style: none;
}

@media (min-width: 768px) {
	.new-divbox ul.m-news_list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px; /*0 -30px -72px*/
	}
}

.new-divbox .m-news_item {
	margin-bottom: 15px; /*40*/
}

@media (min-width: 768px) {
	.new-divbox .m-news_item {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 15px; /*0 30px*/
		margin-bottom: 15px; /*72px*/
	}
}

.new-divbox .m-news_link {
	display: flex;
	flex-wrap: wrap;
	color: #333333;
}

.new-divbox .m-news_link:hover .m-news_date {
	transform: translateY(-8px); /*-15px*/
	box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.new-divbox .m-news_link:hover .m-news_date:before {
	transform: scale(3);
}

.new-divbox .m-news_date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 0 0 85px;
	max-width: 85px;
	height: 85px;
	background-color: #f9f7f8;
	transition: transform .5s ease,box-shadow .5s ease;
	overflow: hidden;
	
	position: relative;
	top: 7%;
	right: 0%;
}

.new-divbox .m-news_date:before {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 100%;
	height: 100%;
	background-color: #aa210f;
	border-radius: 50%;
	transform: scale(0);
	transition: transform .5s ease;
	z-index: -1;
}

.new-divbox .m-news_date h3.d-big {
	font-size: 175%; /*1.75em*/
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 0.25rem;
	color: #333333;
}

.new-divbox .m-news_date h4.d-small {
	font-size: 93.75%; /*0.9375em*/
	line-height: 1.25;
	font-weight: 700;
	color: #333333;
}

.new-divbox .m-news_link:hover .m-news_date h3.d-big,
.new-divbox .m-news_link:hover .m-news_date h4.d-small {
	color: #FFFFFF;
}


.new-divbox .m-news_content {
	flex: 1;
	padding: 5px 0 20px 0;
	margin-left: 25px;
	border-bottom: 1px solid #ececec;
}

@media (min-width: 768px) {
	.new-divbox .m-news_content {
		    padding: 5px 20px 5px 0;
	}
}

.new-divbox .m-news_title {
	margin-bottom: 12px;
}

.new-divbox .m-news_title h4.link-text {
	font-size: inherit;
	font-weight: 600;
	color: #333333;
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 55px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}

.new-divbox .m-news_link:hover .m-news_title h4.link-text {
	color: #aa210f;
}

@media (min-width: 576px) {
	.new-divbox .m-news_detail {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 -11px;
	}
}

@media (max-width: 575px) {
	.new-divbox .m-news_detail.m-news_detail--full {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 -11px 10px;
	}
}
/*--------------------------------------------*/
.new-divbox .m-news_category {
	display: flex;	
	float: left;
	padding: 0 11px;
}

.new-divbox .m-news_category h4 {
	font-size: 93.75%; /*0.9375em;*/
	line-height: 1.5;
	font-weight: 500;
	color: #aa210f;
}

.new-divbox .m-news_category img+h4 {
	margin-left: 8px;
}

.new-divbox .m-news_time {
	display: flex;
	float: left;
	padding: 0 11px;
}

@media (max-width: 576px) {
	.new-divbox .m-news_category {
		padding: 0 11px 0 0;
	}

	.new-divbox .m-news_time {
		padding: 0 0 0 11px;
	}
}


.new-divbox .m-news_time h4 {
	font-size: 93.75%; /*0.9375rem*/
	line-height: 1.5;
	font-weight: 500;
	color: #777;
}

.new-divbox .m-news_time img+h4 {
	margin-left: 8px;
}

.new-divbox .m-news_category i,
.new-divbox .m-news_time i {
	font-size: 93.75%; /*0.9375em*/
	line-height: 1.75;
	margin-right: 10px;
}

.new-divbox .m-news_category i {
	color: #aa210f;
}	
.new-divbox .m-news_time i {
	color: #777;
}
/*--------------------------------------------*/
/* ==  內容區塊  ===================== *

/* ================================== */
/* ==  新聞公告 - STYLE-0 ============ */
/* ================================== */



/* ================================== */
/* ==  活動花絮 + 學生作品 ============ */
/* ================================== */
/* ------// 左邊 //--------------------*/
/* 底色 */
.activity_student_section .as_box-left-0,
.activity_student_section .as_box-left-2 {
	position: relative !important;
	/*min-height: 20em;*/
	display: flex;
	align-items: baseline;
	justify-content: center;	
	
	padding: 20px 0 0 0;
	border-top-right-radius: 60px;	
	background-color: #4e74af;
}
/* 底色 */

/* 白線 */
.activity_student_section .as_box-left-1,
.activity_student_section .as_box-left-3 {
	position: relative !important;
	/*min-height: 20em;*/
	display: flex;
	align-items: baseline;
	justify-content: center;
	
	padding: 7px 0 0 0;
	border-top-right-radius: 60px;
	
	background-color: #FFFFFF;	
}
/* 白線 */

.activity_student_section .as_box-left-content {
	position: relative !important;
	/*min-height: 35em;*/
	display: flex;
	align-items: baseline;
	justify-content: center;
	
	padding: 10px 0 0 0;
	border-top-right-radius: 60px;
	background-color: #4e74af;	
}

@media (max-width: 576px) {
	.activity_student_section .as_box-left-0,
	.activity_student_section .as_box-left-2,
	.activity_student_section .as_box-left-1,
	.activity_student_section .as_box-left-3,
	.activity_student_section .as_box-left-content {
		border-bottom-left-radius: 60px;
	}
}

.activity_student_section .as_box-left-0 .container {
	max-width: 550px;
	position: relative !important;
	margin-right: 12.5px;
}

@media (max-width: 768px) {
	.activity_student_section .as_box-left-0 .container {
		margin-right: auto !important;
	}
}

.activity_student_section .as_box-left-0 .container-left {
	right: 0;	
}
/* ------// 左邊 //--------------------*/

/* ------// 右邊 //--------------------*/
/* 底色 */
.activity_student_section .as_box-right-0,
.activity_student_section .as_box-right-2 {
	position: relative !important;
	/*min-height: 20em;*/
	display: flex;
	align-items: baseline;
	justify-content: center;	
	
	padding: 20px 0 0 0;
	border-top-left-radius: 60px;	
	background-color: #4e74af;
}
/* 底色 */

/* 白線 */
.activity_student_section .as_box-right-1,
.activity_student_section .as_box-right-3 {
	position: relative !important;
	/*min-height: 20em;*/
	display: flex;
	align-items: baseline;
	justify-content: center;
	
	padding: 7px 0 0 0;
	border-top-left-radius: 60px;
	
	background-color: #FFFFFF;	
}
/* 白線 */

.activity_student_section .as_box-right-content {
	position: relative !important;
	/*min-height: 35em;*/
	display: flex;
	align-items: baseline;
	justify-content: center;
	
	padding: 10px 0 0 0;
	border-top-left-radius: 60px;
	background-color: #4e74af;	
}

.activity_student_section .as_box-right-0 .container {
	max-width: 550px;
	position: relative !important;
	margin-left: 12.5px;
}

@media (max-width: 768px) {
	.activity_student_section .as_box-right-0 .container {
		margin-left: auto !important;
	}
}

.activity_student_section .as_box-right-0 .container-right {
	left: 0;
}
/* ------// 右邊 //--------------------*/

.activity_student_section .mt-6,
.activity_student_section .my-6 {
	margin-top: 4rem!important
}
.activity_student_section .mb-6,
.activity_student_section .my-6 {
	margin-bottom: 4rem!important;
}
.activity_student_section .mt-7,
.activity_student_section .my-7 {
	margin-top: 5rem!important
}
.activity_student_section .mb-7,
.activity_student_section .my-7 {
	margin-bottom: 5rem!important;
}

@media (max-width: 576px) {
	.activity_student_section .mt-6,
	.activity_student_section .my-6 {
		margin-top: 7rem!important
	}
}
/* ================================== */
/* ==  活動花絮 + 學生作品 ============ */
/* ================================== */



/* ================================== */
/* ==  頁尾 FOOTER ================== */
/* ================================== */
.footer-black {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
	
	background-color: #3e70b6;
}

/*.footer-black:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #41403c;
	content: "";
	opacity: 0.90;
}*/

.footer-black .widgets-box {
	position: relative;
	padding: 60px 0 10px 0;
}

.footer-black .col-xl-8.col-lg-12.col-md-12.col-sm-12 .row {
    border-bottom: 1px solid #ff9000;
}
@media (max-width:1200px) {
	.footer-black .col-xl-8.col-lg-12.col-md-12.col-sm-12 .row {
		border: none;
	}
}

.footer-black.alternate .widgets-box {
	margin-top: 0;
	padding-top: 95px;
}

.footer-black .footer-widget {
	position: relative;
}

/*-------------------------------------*/
/*----- about-widget ------------------*/
.footer-black .about-widget {
	position: relative;
	padding-right: 10px;	
}

.footer-black .footer-logo {
	position: relative;
	margin-bottom: 15px;
}

.footer-black .footer-logo figure {
	margin: 0;
	margin-top: -5px;
}

.footer-black .footer-logo img {
	position: relative;
	display: block;
	max-width: 315px; /*100%*/
	top: -15px;
}

.footer-black .about-widget ul.list {
	padding-left: 2.5px;
	margin-bottom: 1.5rem;
}

.footer-black .about-widget .list li {
	position: relative;
	display: flex; /*block*/
	justify-content: flex-start;
	align-content: center;
	line-height: 1.5;
	font-size: 93.75%; /*0.9375em*/
	color: #FFFFFF;
	font-weight: 400;
	/*padding-left: 30px;*/
	margin-bottom: 5px;
}

.footer-black .about-widget .list li a {
	color: #FFFFFF;
}

.footer-black .about-widget .list li a:hover {
	color: #ffb300;
}

.footer-black .about-widget .text {
	position: absolute;
	font-size: 150%; /*0.9375em*/
	line-height: 1.5;
	color: #f4f4f4;
	font-weight: 400;
}

.footer-black .about-widget .text {
	position: relative;
	font-size: 93.75%; /*0.9375em*/
	line-height: 1.85;
	color: #FFFFFF;
	font-weight: 600;
	text-align: left;
	margin-bottom: 25px;
	padding-left: 10px;
}

.footer-black .about-widget .text a {
	color: #fba061;
}

.footer-black .about-widget .text a i {
	font-size: inherit;
}

.footer-black .about-widget .text a .icon {
	position: relative;
	display: inline-block;
	top: 5px;
	width: 24px;
	height: 24px;
	font-size: inherit;
	color: inherit;
	content: url("../images/footer/small_icon/map-custom.svg");
}
.footer-black .about-widget .text a .icon:hover {
	content: url("../images/footer/small_icon/map-custom-hover.svg");
}

.footer-black .about-widget .text a:hover {
	color: #ffcba8;
}

@media (max-width: 1140px) {
	.footer-black .about-widget .text {
		padding-left: 2.5px;
	}
}
/*----- about-widget -------------------/
/*-------------------------------------*/

/*-------------------------------------*/
/*----- 聯絡資訊 -----------------------*/
.footer-black h5.widget-title {
	position: relative;
	font-size: 112.5%; /*1.125em*/
	font-weight: 500;
	color: #ffffff;
	line-height: 30px;
	padding-left: 25px;
	padding-bottom: 5px;
	margin-bottom: 30px; /*25*/
	border-bottom: 1px solid #fba061;
}

.footer-black h5.widget-title:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 100%; /*1em*/
	line-height: 30px;
	color: #fba061;
	font-weight: 400;
	content: "\f141";
	font-family: "FontAwesome";
	transform: rotate(90deg);
}

.footer-black span.widget-english {
	position: relative;
	font-size: 87.5%; /*0.875em*/
	font-weight: 500;
	color: #fba061;
	line-height: 30px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.footer-black .info-widget {
	position: relative;
}

.footer-black .info-widget ul.list {
	padding-left: 2.5px;
	margin-bottom: 1.5rem;
}

.footer-black .info-widget .list li {
	position: relative;
	display: flex; /*block*/
	justify-content: flex-start;
	align-content: center;
	line-height: 1.5;
	font-size: 93.75%; /*0.9375em*/
	color: #FFFFFF;
	font-weight: 400;
	/*padding-left: 30px;*/
	margin-bottom: 5px;
}

.footer-black .info-widget .list li .icon {
	display: flex; /*block*/
	justify-content: center;
	align-content: center;
}

.footer-black .info-widget .list li .icon img {	
	position: relative;
	top: 1px;
	width: 20px;
	height: 20px;
	margin-right: 6px;
}

.footer-black .info-widget .list li .word a {
	color: #FFFFFF;
	font-size: 93.75%;
}

.footer-black .info-widget .list li a {
	color: #FFFFFF;
}

.footer-black .info-widget .list li a:hover {
	color: #ff9000;
}

.footer-black .info-widget .text {
	position: absolute;
	font-size: 150%; /*0.9375em*/
	line-height: 1.5;
	color: #f4f4f4;
	font-weight: 400;
}
/*----- 聯絡資訊 -----------------------*/
/*-------------------------------------*/

/*-------------------------------------*/
/*----- FB + LINE+ 相關連結 ------------*/
.footer-black .info-widget .social_box {
	margin-top: 0px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-black .info-widget .social_box a {
	width: 36px;
	height: 36px;
	margin-right: 25px;
}

.footer-black .info-widget .social_box a .img1,
.footer-black .info-widget .social_box a .img2 {
    max-width: 100%;
    height: auto;
}

.footer-black .info-widget .social_box a .img2 {
	display: none;
}

.footer-black .info-widget .social_box a:hover .img1 {
	display: none;
}

.footer-black .info-widget .social_box a:hover .img2 {
	display: inline-block;
}
/*----- FB + LINE+ 相關連結 ------------*/
/*-------------------------------------*/

/*-------------------------------------*/
/*----- visitor_section ---------------*/
.visitor_section {
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	display: flex;
	-webkit-box-pack: start;			/* baseline / center / end / inherit / initial / revert / start / stretch / unset */
	-ms-flex-pack: start;
	justify-content: flex-start;		/* flex-start / flex-end / center / space-between / space-around / space-evenly */
	position: relative;
	background-color: #aa210f;
}

.visitor_section .info_contact > div.dbox {
	display: block;
	margin: 10px 0 0 0;
}

.visitor_section .info_contact > div p {
	font-size: 93.75%; /*0.9375em*/
	color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding: 0 25px;
}

@media (max-width: 1200px) {
	.visitor_section .info_contact > div p {
		padding: 0 15px;
	}
}

@media (max-width: 992px) {
	.visitor_section .info_contact > div p {
		padding: 0 15px;
	}
}

@media (max-width: 768px) {
	.visitor_section .info_contact > div p {
		padding: 0 1px;
	}
}

.visitor_section .info_contact > div a {
	color: #FFFFFF;
}
/*----- visitor_section ---------------*/
/*-------------------------------------*/

/*-------------------------------------*/
/*----- copyright_section -------------*/
.copyright_section {
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	display: flex;
	-webkit-box-pack: center;			/* baseline / center / end / inherit / initial / revert / start / stretch / unset */
	-ms-flex-pack: center;
	justify-content: center;		/* flex-start / flex-end / center / space-between / space-around / space-evenly */
	position: relative;
	background-color: #3e70b6;
}

.copyright_section div.dbox {
	display: block;
	margin: 10px 0 0 0;
}

.copyright_section div.dbox-tb {
	display: block;
	margin: 5px 0 20px 0;
}

.copyright_section p {
	font-size: 87.5%; /*93.75%*/
	color: #FFFFFF;
	margin: 0 auto;
	text-align: left; /*center*/
	padding: 0 15px; /*0 25px*/
}

@media (max-width: 1200px) {
	.copyright_section p {
		padding: 0 15px;
	}
}

@media (max-width: 992px) {
	.copyright_section p {
		padding: 0 15px;
	}
}

@media (max-width: 768px) {
	.copyright_section p {
		padding: 0 1px;
	}
}

.copyright_section .top-line {
	border-top: 1px solid #777777;
}

.copyright_section a {
	color: #FFFFFF;
}
/*----- copyright_section -------------*/
/*-------------------------------------*/
/* ================================== */
/* ==  頁尾 FOOTER ================== */
/* ================================== */


/* ================================== */
/* ==  GO-TO-TOP ==================== */
/* ================================== */
#gotop_btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 99em; /*4px*/
  position: fixed;
  bottom: 30px; /*30*/
  right: 15px;  /*30*/
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background-color: #54969e;
}

#gotop_btn::after {
  /*content: "\f077";*/
  content: url("../images/go-to-top/gototop_40x40.svg");
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 150%; /*1.5em*/ /*2em*/
  line-height: 36px; /*50*/
  color: #FFFFFF;
}

#gotop_btn:hover {
  cursor: pointer;
  background-color: #aa210f;
}

#gotop_btn:active {
  background-color: #aa210f;
}

#gotop_btn.show {
  opacity: 1;
  visibility: visible;
}
/* ================================== */
/* ==  GO-TO-TOP ==================== */
/* ================================== */



/* ================================== */
/* ==  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;
	color: #3e75bf;
}

#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 ======================== */
/* ================================== */



/* ================================== */
/* ==  內頁分頁按鍵 ================== */
/* ================================== */
.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
}

.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: #4e74af;
	border-color: #4e74af;
}

.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 !important;
	cursor: default;
	background-color: #4e74af !important;
	border-color: #4e74af;
}

.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*/ /*18px*/
	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*/ /*12px*/
	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
}  
/* ================================== */
/* ==  內頁分頁按鍵 ================== */
/* ================================== */



/* ================================== */
/* ==  內頁按鍵 ================== */
/* ================================== */
#ContentPlaceContent_ContentSubMenu .btn,
#ContentPlaceContent_ContentConentA .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 100%; /*1.0em*/
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	
	margin-bottom: 1rem;
}

.btn-custom-color {
	padding: 6px 12px !important;
    color: #555555 !important;
	border: 1px solid #ddd !important;
	background-color: #fff !important;
}

.btn-custom-color:hover {
	padding: 6px 12px !important;
    color: #fff !important;
    background-color: #4e74af !important;
	border-color: #4e74af !important;
}
/* ================================== */
/* ==  內頁按鍵 ================== */
/* ================================== */



/* ================================== */
/* ==  教師Members ================== */
/* ================================== */
.member-all-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.member-icon-color {
	/* color: #000; */    /* 預設值 */
    color: #333333;  /*---- 每個網頁--需變色 ----*/
}

.member_box {
	display: inline-block;
    min-height: auto;
    border: 1px solid rgba(191, 191, 191, 0.5);
    margin-bottom: 30px;	
}

.member_box .img-box {
	padding: 5px;
	border: 1px solid #ddd;
}

.member_box .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.member_box_photo {
	display: inline-block;
	float: right;	
}

@media(max-width:768px) {
  .member_box_photo {
    padding-left: 0;
  }
}

.member_box_txt {
	display: inline-block;
	float: left;
	padding: 15px 0;	
}

.member_box i {
	position: relative;
	display: inline-block;
	font-size: inherit; /*繼承*//*0.95rem98*/
	width: 24px;	
	top: -2px;
	/*margin-right: 5px;*/
	text-align: center;
}
.member_box i.fa-envelope {
	margin-right: 5px;
}

.member_box p {
    line-height: 1.8;
    font-size: inherit; /*繼承*//*0.95rem98*/
	width: 100%;
	/*height: 15%;*/
    color: #333;
	letter-spacing: -1px;	
	
	margin-top: 0;
	margin-bottom: 0.3rem;	
}

#course {
	line-height: 1.5;
    font-size: inherit; /*繼承*//*0.95rem98*/
	width: 100%;
	height: 50px;
    color: #333;	
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 50px;
	
	margin-top: 0;
	margin-bottom: 0.3rem;	
}
/* ================================== */
/* ==  教師Members ================== */
/* ================================== */



/* ================================================================== */
/* ****** ContentPlaceContent_ContentThirdMenu 內頁第三層 MENU  ****** */
/* ================================================================== */
.page-leftmenu {
	position: relative;
    display: block;
}

.page-leftmenu .list-group {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 20px;
	width: 100%;
}

#ContentPlaceContent_ContentThirdMenu ul.third-list-group {
	display: inline-block;
	width: 100%;    
	list-style: none;	
	padding-left: 0;
	margin-top: 0;
    margin-bottom: 1rem;
}

#ContentPlaceContent_ContentThirdMenu ul.third-list-group li {
	float: left;
	width: 33.333333%;
	border-radius: 4px;
	margin-bottom: 5px;
}

#ContentPlaceContent_ContentThirdMenu ul.third-list-group li a {
	color: #555;
}

#ContentPlaceContent_ContentThirdMenu ul.third-list-group li .list-group-item.active, 
#ContentPlaceContent_ContentThirdMenu ul.third-list-group li .list-group-item:focus, 
#ContentPlaceContent_ContentThirdMenu ul.third-list-group li .list-group-item:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #4e74af;
    border-color: #4e74af;
}

@media (min-width: 320px) and (max-width: 992px) {
	#ContentPlaceContent_ContentThirdMenu ul.third-list-group li {
		display: flex;
		align-content: center;
		width: 50%;
		min-height: 75px;
	}
	
	#ContentPlaceContent_ContentThirdMenu ul.third-list-group li a {
		display: flex;
		align-content: center;
		width: 100%;
		min-height: 75px;
	}
}

/* ================================================================== */
/* ****** ContentPlaceContent_ContentThirdMenu 內頁第三層 MENU  ****** */
/* ================================================================== */


/* ================================================================== */
/* ****** 2021/11/10 Cara ****** */
/* ================================================================== */
/*#ContentPlaceContent_ContentConentA.col-sm-12.col-12 a {
    color: #555555;
    text-decoration: none;
    background-color: transparent;
}

#ContentPlaceContent_ContentConentA.col-sm-12.col-12 a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
}*/
/* ================================================================== */
/* ****** 2021/11/10 Cara  ****** */
/* ================================================================== */


/* ================================================================== */
/* ****** h3.custom_style_title 2021/11/30 ****** */
/* ================================================================== */
 .fullpage-wrapper h3.custom_style_title  {
    font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;	
	text-align: left;
	margin: 0.5em 0;
	padding: 10px 0;
	border-bottom: 1px solid #d2d2d2;
}

.fullpage-wrapper h3.custom_style_title::before {
    content: " ";
    position: relative;
    display: inline-block;
    width: 48px;
    height: 41px;
    background-image: url("../images/title_icon/title_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
    margin-right: 10px;
}
/* ================================================================== */
/* ****** linksicon-section 2021/11/30 ****** */
/* ================================================================== */


/* ================================================================== */
/* ****** linksicon-section 2021/11/30 ****** */
/* ================================================================== */
.linksicon-section .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	
	position: relative;
	width: 60%;
	margin: 0 auto;
	padding-inline-start: 0;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px
}
@media (max-width: 992px) {
	.linksicon-section .link {
		width: 80%
	}
}
@media (max-width: 992px) {
	.linksicon-section .link {
		display: none
	}
}
@media (min-width: 768px) and (max-width: 769px) {
	.linksicon-section .link {
		display: block
	}
}

.linksicon-section .link div {
	position: relative;
	display: inline-block;
	list-style-type: none;
	transition: all 0.3s ease-out;
	text-align: center
}
@media (max-width: 415px) {
	.linksicon-section .link div {
		width: 50%;
		margin-bottom: 10px
	}
}
.linksicon-section .link div:hover span {
	transform: translateY(-8px)
}
.linksicon-section .link div span {
	position: relative;
	display: inline-block;
	background-size: contain;
	margin-bottom: 10px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out
}
@media (max-width: 415px) {
	.linksicon-section .link div span {
		margin-bottom:5px
	}
}
.linksicon-section .link div p {
	font-size: 115%;
	font-weight: 600;
	color: #39908c;
}
.linksicon-section .link div:hover p {
	color: #1f8384;
}
/* ================================================================== */
/* ****** linksicon-section 2021/11/30 ****** */
/* ================================================================== */



/* ================================================================== */
/* ****** section-box-content 2021/11/30 ****** */
/* ================================================================== */
@media (max-width: 992px) {	
	.section-box-content .container {
		max-width: none !important;
	}
}
.section-box-content .content-right {
	position: relative;
	display: block;
}

.section-box-content .itembox {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
@media (max-width: 992px) {
	.section-box-content .itembox {
		flex-direction: row;
	}
}
.section-box-content .titlebox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
@media (max-width: 768px) {	
	.section-box-content .titlebox {
		flex-direction: column;
	}
}
.section-box-content .dashed_line {
	padding-top: 0rem;
	/* padding-bottom: 0.8rem; */
	border-bottom: 1px dashed #cccccc;
}

.section-box-content .titlebox .date {
	font-size: 100%;
	color: #333333;
	text-decoration: none;
	margin-right: 30px;
}

.section-box-content .titlebox .img-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
	width: 10%; /*25%*/ 
	max-width: 15%; /*25%*/ 
  height: 60px; /*80px*/ 
  margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0em;
	margin-left: 0px;
	
}
@media (max-width: 1400px) {	
	.section-box-content .titlebox .img-box {
		width: 35%; /*25%*/ 
		max-width: 35%;
		margin-right: 15px;
	}
}
@media (max-width: 1200px) {	
	.section-box-content .titlebox .img-box {
		width: 35%; /*25%*/ 
		max-width: 35%;
		margin-right: 15px;
	}
}
@media (min-width: 561px) and (max-width: 768px) {
	.section-box-content .titlebox .img-box {
		width: 100%; 
		max-width: 100%;
		height: 225px;
		margin-right: 15px;
	}
}

@media (min-width: 550px) and (max-width: 560px) {
	.section-box-content .titlebox .img-box {
		width: 100%; 
		max-width: 100%;
		height: 176px;
		margin-right: 15px;
	}
}
@media (min-width: 481px) and (max-width: 549px) {
	.section-box-content .titlebox .img-box {
		width: 100%; 
		max-width: 100%;
		height: 323px;
		margin-right: 15px;
	}
}
@media (max-width: 480px) {	
	.section-box-content .titlebox .img-box {
		width: 100%; 
		max-width: 100%;
		height: 265px;
		margin-right: 15px;
	}
}
.section-box-content .titlebox .img-box img {
	position: absolute;
	width: 100%;
	height: auto;
	transform: scale(1) !important;
}

.section-box-content .titlebox .title_name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 98%;

}
@media (max-width: 768px) {	
	.section-box-content .titlebox .title_name {
		width: 100%;
	}
}
.section-box-content .content-left .titlebox .title_name {
	overflow: hidden;
}
.section-box-content .content-left .titlebox .title_name a {
	font-size: 100%;  /* 112.5% */
	color: #333333;
	text-decoration: none;	
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
/* .section-box-content .content-left .titlebox .title_name span + a {
	width: 90%;
} */

@media (min-width:374px) {
	.section-box-content .content-left .titlebox .title_name span + a {
		width: 87%;
	}
}
@media (min-width:992px) {
	.section-box-content .content-left .titlebox .title_name span + a {
		width: 90%;
	}
}
@media (min-width:1920px) {
	.section-box-content .content-left .titlebox .title_name span + a {
		width: 92%;
	}
}

.section-box-content .titlebox .title_name a {
	font-size: 100%;  /* 112.5% */
	color: #333333;
	text-decoration: none;	
}


.section-box-content .titlebox .title_name a:hover {
	color: #1f8384;
}

.section-box-content .titlebox .academic_date {
	font-size: 100%;
	color: #333333;
}
/* ================================================================== */
/* ****** section-box-content 2021/11/30 ****** */
/* ================================================================== */

/* ================================================================== */
/* ****** cara 2021/12/17 ****** */
/* ================================================================== */
@media (min-width: 1200px){
	.section-box-content .container, .related-links-section .container ,.video-box .container{
		max-width: 80% !important;
	}
}
/* ================================================================== */
/* ****** cara 2021/12/17 ****** */
/* ================================================================== */

/* ================================================================== */
/* ****** NEW FOOTER 2021/12/02 ****** */
/* ================================================================== */
.footer_section .footer_bg {
	position: absolute;	
	top: 0;
	right: 0;
	width: 57%;
	height: 350px;
	background-image: url("../images/footer/footer_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 993px) {
	.footer_section .footer_bg {
		width: 67%;
		height: 420px;
	}
}

.footer-black .f-title {
	font-size: 1.75em;
	font-weight: 500;
	color: #FFF;
	text-align: left;
	margin-bottom: 5px;
}

.footer-black .info-widget ul.link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

/*=============================================*/
@media (max-width:768px) {
	.footer-black .col-sm-12.mt-5 {
		margin-top: 1rem !important;
	}
}
.footer-black .info-widget ul.link_box li {
	list-style: none;
	position: relative;
	display: inline-block;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-right: 10px;
}

.footer-black .info-widget ul.link_box li .box {
	padding: 0; /*0/15*/
}

/* 有 a 連結的圖片 */
.footer-black .info-widget ul.link_box li .box .img-box a {
	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;	
}

.footer-black .info-widget ul.link_box li .box .img-box img a {
	/*width: 100%;*/
}

.footer-black .info-widget ul.link_box li .box .detail-box a {
	padding: 0px 10px 10px 10px;
	background-color: #FFFFFF;
}

.footer-black .info-widget ul.link_box li .box .detail-box .tth4 a {
	position: relative;
	font-size: 81.25%;
	font-weight: 600;
	color: #333333;
	text-align: center;
	margin-bottom: 0;
	
	display: -webkit-box;
	/* 第一步：設定 display 為 -webkit-box 元素。 */
	-webkit-box-orient: vertical;
	/* 第二步：設定 box 的子元素，是由上往下垂直排列。*/
	-webkit-line-clamp: 2;
	/* 第三步：設定欲顯示的行數，超出則顯示省略符號(...)。 */
	overflow: hidden;
	/* 第四步：設定超過上述指定之行數時隱藏。 */
	max-height: 45px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */	
}

.footer-black .info-widget ul.link_box li .box .detail-box .tth4:hover a {
	color: #b3b3b3;
}

.footer-black .info-widget ul.link_box li .box .detail-box p a {	
	position: relative;
	color: #333333;
	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: 55px;
  	/* 第五步：其它瀏覽器降級方式：給定最大高度 */
}
/* 有 a 連結的圖片 */
/*=============================================*/

/* ================================================================== */
/* ****** NEW FOOTER 2021/12/02 ****** */
/* ================================================================== */



/* ================================================================== */
/* ****** NEW 2022/01/03 ****** */
/* ================================================================== */
#ContentPlaceContent_ContentConentA h3.cateoryTitle {
	font-size: 120%; /*1.2em*/
	font-weight: 600;
	margin-bottom: 10px;
}
#ContentPlaceContent_ContentConentA h3.cateoryTitle::before {
	position: relative;
    content: " ";
    display: inline-block;
    width: 5px;
    height: 20px;
	top: 3px;
    background: -webkit-linear-gradient(#2cabd8, #57af32);
    background: -o-linear-gradient(#2cabd8, #57af32);
    background: -moz-linear-gradient(#2cabd8, #57af32);
    background: linear-gradient(#2cabd8, #57af32);
	margin-right: 10px;
}
/* ================================================================== */
/* ****** NEW 2022/12/03 ****** */
/* ================================================================== */


/* 20220113 Cara 熱門樣式 */
.status-hot{
	background-color: #ed4c43;
	border-radius: 3px;
	padding: 1px 7px;
	color: white;
	font-size: 75%;
	margin-right: 5px;
}
/* 20220113 Cara 熱門樣式 */
/* 20220113 Cara 將news 改成語學術活動一樣高  */
@media (min-width:992px) {
	.section-box-content .newbox .titlebox{
		height: 60px !important;
	}
}
/* 20220113 Cara 將news 改成語學術活動一樣高  */
/* 20220125 Cara 出版品頁面調整  */
#ContentPlaceContent_ContentConentA .news_box .imgbox img.w-200px{
	max-width: 200px;
	object-fit: cover;
}
#ContentPlaceContent_ContentConentA .news_box .imgbox{
	display: flex;
  justify-content: center;
	margin-bottom: 16px;
}
#ContentPlaceContent_ContentConentA .txtbox .gains{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}
/* 20220125 Cara 出版品頁面調整  */
/* 20220125 Cara 招生資訊頁面調整  */
@media (max-width:1199px) {
	#ContentPlaceContent_ContentConentA .txtbox.pl-2{
		padding-left: 0px !important;
	}
}
/* pre{
	font-family: "open sans","微軟正黑體",sans-serif !important;
} */
@media (max-width:1199px) {
	#ContentPlaceContent_ContentConentA .news_box.d-flex{
		flex-direction: column;
	}
}
/* @media (max-width:425px) {
	#ContentPlaceContent_ContentConentA .news_box pre{
		max-width: 395px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (max-width:375px) {
	#ContentPlaceContent_ContentConentA .news_box pre{
		max-width: 345px;
	}
}
@media (max-width:320px) {
	#ContentPlaceContent_ContentConentA .news_box pre{
		max-width: 265px !important;
	}
} */
/* 20220125 Cara 招生資訊頁面調整  */
/* 20220125 Cara iframe  */
#ContentPlaceContent_ContentConentA iframe{
	width: 100% !important;
}
@media (max-width:991px) {
	#ContentPlaceContent_ContentConentA iframe{
		height: 200px;
	}
}
@media (max-width:768px) {
	#ContentPlaceContent_ContentConentA iframe{
		height: 300px;
	}
}
@media (max-width:425px) {
	#ContentPlaceContent_ContentConentA iframe{
		height: 260px;
	}
}
@media (max-width:375px) {
	#ContentPlaceContent_ContentConentA iframe{
		height: 200px;
	}
}
/* 20220125 Cara iframe  */
