
/* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
/* ========================================================= */
/* ==  登入Login + 註冊Sign up + MODEL-OPEN-For-Login ======= */
/* ========================================================= */

#page-box {
  position: relative;
  /*overflow-x: hidden;*/
  width: 100%;
  /*height: 100%;*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#page-box .box-inner {
  /*max-width: 1200px;*/
  background: #FFFFFF;
  margin: 0 auto;
  overflow-x: hidden;
}

#page-box .custom-animate-box {
	margin-bottom: 150px;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	
	justify-content: center;
	align-items: baseline;
}

@media screen and (max-width: 480px) {
	#page-box .custom-animate-box {
		display: block;
		text-align: center;
	}
}


#page-box .animate-box {
	margin-bottom: 100px;
}

#page-box .big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #159b80);
  bottom: 39%; /*50%*/
  right: 50%;
  transform: translate(-40%, 38%);
}

#page-box .big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

#page-box .custom-container {
	max-width: 1720px;
	position: relative;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (max-width: 768px) {
  #page-box .custom-container {
		position: relative;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}

#page-box .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
}

#content-block .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:1200px) {
  #content-block .container {
    max-width: 1170px;
  }
}

#content-block .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
}

@media screen and (max-width: 768px) {
  #content-block .row {
    display: block;
  }
}

#content-block .row-mt-5em {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  #content-block .row-mt-5em {
    margin-top: 3.5em;
  }
}

#content-block .mt-sm {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  #content-block .mt-sm {
    margin-top: 1.5em;
  }
}

#content-block .row-pb-md {
  padding-bottom: 4em !important;
}

#content-block .row-pb-sm {
  padding-bottom: 2em !important;
}

.js .animate-box {
  opacity: 0;
}


/* ============================================= */
/* --- START --- 登入內容 ----------------------- */
#content-block {
	background: transparent;
}

#content-block.block-cover {
	/*height: 900px;*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 100%;
}

#content-block.block-cover a {
	font-weight: 600;
	color: #333333;
}

#content-block.block-cover a:hover {
	color: #4c39e0;
}

#content-block.block-cover .overlay {
	z-index: 1;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
}

#content-block.block-cover > .custom-container {
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 768px) {
	#content-block.block-cover {
		height: 600px;
	}
}

@media screen and (max-width: 768px) {
	#content-block.block-cover {
		height: inherit !important;
		padding: 3em 0 !important;
	}
}

@media screen and (max-width: 480px) {
	#content-block .text-left {
		text-align: left !important;
	}
	#content-block .text-right {
		text-align: left !important;
	}
}

@media screen and (max-width: 480px) {
	#content-block .btn {
		display: block;
		width: 100%;
	}
}

#content-block .mt-text {
	/*margin-top: 10em;*/ /*7em*/
	margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
	#content-block .mt-text {
		margin-top: 0;
	}
}

#content-block h2.intro-text-lg {
	font-size: 3.0rem; /*48*/
	text-transform: uppercase;
	letter-spacing: .15em;
	display: block;
	margin-bottom: 15px;
	font-weight: 300;
	color: #FFFFFF;
	background: #4c39e0;
}


#content-block h2.intro-text-small {
	font-size: 1rem; /*16*/
	text-transform: uppercase;
	color: #333333;
	/*letter-spacing: .15em;*/
	display: block;
	margin-bottom: 10px;
	font-weight: 300;
}

@media screen and (max-width: 768px) {
	#content-block h2.intro-text-lg {
		font-size: 2.125em; /*34*/
		line-height: 1.2;
		margin-bottom: 10px;
		font-weight: 300;
	}
}

#content-block h3 {
	/*margin-bottom: 0px;*/
	font-size: 2em; /*32*/
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 300;
	color: #FFFFFF;
	background: #4c39e0;
}

#content-block .stext-lg {
	display: inline-block;
    font-size: 200%;
    text-transform: uppercase;
    letter-spacing: .15em;    
    margin-bottom: 15px;
    font-weight: 900;
    color: #FFFFFF;
	background: #0b3d2c;
	padding: 10px 50px;
	border-radius: 5px;
}
#content-block .stext-sm  {
	display: inline-block;
	/*margin-bottom: 0px;*/
	font-size: 125%; /*32*/
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 900;
	color: #FFFFFF;
	background: #0b3d2c;
	padding: 10px 50px;
	border-radius: 5px;
}

#content-block .form-wrap {
	position: relative;
	width: 100%;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
}

#content-block .form-wrap .tab-box {
	position: relative;
	clear: both;
	background: #FFFFFF;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

#content-block .form-wrap .nav-tabs .nav-link {
	font-size: 112.5%;
	font-weight: 900;
	padding: 20px 20px;
    border: 2px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
	width: 100%;
	font-weight: bold;
	background: #e9e9ed;
	color: #272727;
}

#content-block .form-wrap .nav-tabs .nav-link.active {
    color: #0b3d2c;
	background-color: #FFFFFF;
	border-bottom: 3px solid #0b3d2c
}

#content-block .form-wrap .nav-tabs .nav-link:hover {
	border-bottom: 3px solid #0b3d2c
}

#content-block .form-wrap .tab-content {
    z-index: 10;
    position: relative;
    clear: both;
    background: transparent;
    padding: 60px 40px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

@media screen and (max-width: 473px) {
	#content-block .form-wrap .tab-content {
    	padding: 60px 20px;
	}
}

#content-block,
#gtco-counter,
.gtco-bg {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#content-block .form-wrap .tab-content .form-control {
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 46px !important;
	font-size: 1em;/*16*/
	font-weight: 300;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px 0px;
	width: 100% !important;
}

#content-block .form-wrap .tab-content .form-control:active, .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #4c39e0;
}


/* =====<!-- begin:: 自訂Button -->=============== */
#content-block .form-wrap .tab-content .btn.btn-custom {
	font-size: 1em; /*16*/
	color: #FFFFFF;
    background: #64737a;
    border-color: #64737a;
	padding: 20px 20px;
}
#content-block .form-wrap .tab-content .btn.btn-custom:not(:disabled):not(.disabled):hover {
    background: #46555c;
    border-color: #46555c;
}
#content-block .form-wrap .tab-content .btn.btn-custom:hover {
    -webkit-animation: none;
}


#content-block .form-wrap .tab-content .btn.btn-custom-0 {
	/*font-size: 1em;*/ /*16*/
	font-size: 112.5%;
	font-weight: 900;
	color: #0b3d2c;
    background: transparent;
    border-color: #0b3d2c;
	padding: 15px 20px;
	border-radius: 5px;
}
#content-block .form-wrap .tab-content .btn.btn-custom-0:not(:disabled):not(.disabled):hover {
	color: #FFFFFF;
    background: #0b3d2c;
    border-color: #0b3d2c;
}
#content-block .form-wrap .tab-content .btn.btn-custom-0:hover {
    -webkit-animation: none;
}


#content-block .form-wrap .tab-content .btn.btn-custom-rounded {
    height: 35px;
    width: 35px;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

#content-block .form-wrap .tab-content .btn.btn-custom-rounded.btn-sm {
    height: 35px;
    width: 35px;
	left: 0;
}
/* =====<!-- end:: 自訂Button -->=============== */

#content-block .form-wrap .tab-content .login-toggle-btn a.flote-none {
    float: none !important;
}

#content-block .form-wrap .tab-content .login-toggle-btn a.flote-left {
    float: left !important;
}

#content-block .form-wrap .tab-content .login-toggle-btn a.flote-right {
	font-size: 87.5%;
    float: right !important;
}
@media screen and (max-width: 480px) {
	#content-block .form-wrap .tab-content .login-toggle-btn a.flote-right {
    	float: none !important;
	}
}

#content-block .login-toggle-btn {
	display: flex;
	justify-content: space-between;
	align-content: center;
}

#content-block .login-toggle-btn button.flote-right {
	font-size: 93.75%;
	padding: 0;
}
/* --- END --- 登入內容 ------------------------- */
/* ============================================= */

/* ============================= */
/* ==  modal-open  =========== */
/* ============================= */

#ModalBox-Center .modal-open {
	overflow: hidden
}

#ModalBox-Center .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

#ModalBox-Center .modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1051;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

#ModalBox-Center .modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

#ModalBox-Center .modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-50px);
	transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
	#ModalBox-Center .modal.fade .modal-dialog {
		transition: none
	}
}

#ModalBox-Center .modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

#ModalBox-Center .modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

#ModalBox-Center .modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem)
}

#ModalBox-Center .modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

#ModalBox-Center .modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

#ModalBox-Center .modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

#ModalBox-Center .modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

#ModalBox-Center .modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: ""
}

#ModalBox-Center .modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

#ModalBox-Center .modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

#ModalBox-Center .modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

#ModalBox-Center .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,.2);
	border-radius: .3rem;
	outline: 0
}

#ModalBox-Center .modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

#ModalBox-Center .modal-backdrop.fade {
	opacity: 0
}

#ModalBox-Center .modal-backdrop.show {
	opacity: .5
}

#ModalBox-Center .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 #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    color: #FFFFFF;
    background: #0b3d2c;
}

#ModalBox-Center .modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}
.close {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #fff;
}

#ModalBox-Center .modal-title {
	color: #FFFFFF;
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-body .form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 46px !important;
    font-size: 1em;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px 0px;
    width: 100% !important;
}

#ModalBox-Center .modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}

#ModalBox-Center .modal-footer > * {
	margin: .25rem
}

#ModalBox-Center .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	#ModalBox-Center .modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	#ModalBox-Center .modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}

	#ModalBox-Center .modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}

	#ModalBox-Center .modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	#ModalBox-Center .modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content
	}

	#ModalBox-Center .modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {
	#ModalBox-Center .modal-lg,.modal-xl {
		max-width: 800px
	}
}

@media (min-width:1200px) {
	#ModalBox-Center .modal-xl {
		max-width: 1140px
	}
}

#ModalBox-Center .btn.btn-custom-0 {
    font-size: 1em;
	font-weight: 900;
    color: #0b3d2c;
	background: transparent;
	border-color: #0b3d2c;
    padding: 15px 20px;
	border-radius: 5px;
}

#ModalBox-Center .btn.btn-custom-0:not(:disabled):not(.disabled):hover {
    color: #FFFFFF;
    background: #0b3d2c;
    border-color: #0b3d2c;
}
/* ========================================================= */
/* ==  登入Login + 註冊Sign up + MODEL-OPEN-For-Login ======= */
/* ========================================================= */
/* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */






.mt-7, .my-7 {
    margin-top: 5rem !important;
}
.mb-7, .my-7 {
    margin-bottom: 5rem !important;
}

/*== shop-sidebar-menu 標題 H3 ==*/
.cart-main-area .menu-box .h3,
.cart-main-area .menu-box h3 {
	position: relative;
    display: block;
	
    color: #333333;
    font-size: 125%; /*16px*/
	font-weight: 600;
    text-transform: uppercase;
    /*letter-spacing: 10px;*/
	
	padding-top: 0px;
	padding-left: 2.25rem; /*0.75rem*/
	padding-right: 0.75rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    
    border-bottom: 1px solid #CCCCCC;
	
	text-align: left;
}

.cart-main-area .menu-box h3 {
    text-transform: capitalize !important;
}

.cart-main-area .menu-box h3 span {
	font-size: 81.25%;
	letter-spacing: 1px;
    color: #707070;
	margin-left: 16px;
}

@media screen and (max-width: 480px) {
	.cart-main-area .menu-box h3 span {
		margin-left: 0px;
	}	
}

/*
.cart-main-area .menu-box .h3:before,
.cart-main-area .menu-box h3:before {
	position: absolute;
	display: block;
	width: 36px; /*60*
	left: -10px;
	bottom: 0px;
	content: url("../../images/big_eye.svg");
}
*/

.cart-main-area .menu-box .h3:after,
.cart-main-area .menu-box h3:after {  
	content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 215px; /*60*/
    height: 2px;
    background: #4c39e0;  
}

.cart-main-area .menu-box .search:before {
	position: absolute;
	display: block;
	width: 36px; /*60*/
	left: -10px;
	bottom: 0px;
	content: url("../../images/big_eye.svg");
}

.cart-main-area .menu-box .search_person:before {
	position: absolute;
	display: block;
	width: 36px; /*60*/
	left: -10px;
	bottom: 0px;
	content: url("../../images/big_eye2.svg");
}

.cart-main-area .menu-box .memberinfo:before {
	position: absolute;
	display: block;
	width: 36px; /*60*/
	left: -10px;
	bottom: 0px;
	content: url("../../images/big_eye3.svg");
}
/*== shop-sidebar-menu 標題 H3 ==*/


.menu-box input.btn.btn-custom-0 {
	font-size: 87.5%;
	font-weight: 700;
	color: #0b3d2c;
	border: 1px solid #0b3d2c;
	background-color: #FFFFFF;
	border-radius: 5px;
	
	padding: 5px 20px !important;
}

.menu-box input.btn.btn-custom-0:hover {
	color: #FFFFFF;
	border: 1px solid #0b3d2c;
	background-color: #0b3d2c;
	border-radius: 5px;
}


/*===============================================*/
/* 20211108 JESS ADD */
/*===============================================*/
.page-leftmenu {
	position: relative;
    display: block;
}

.page-leftmenu .list-group {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	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: 33.333333%; 
	margin-bottom: 5px;
} */

.page-leftmenu ul.list-group li i {
	font-size: 125%;
	/*margin-right: 10px;*/
}


.fa-list-alt::before {
	position: relative;
	display: flex;
	/*width: 32px;*/
	/*height: 32px;*/
	content: "\f022";
	content: url("../../images/big_eye_s02.svg");
}

.fa-id-card-o::before {
	position: relative;
	display: flex;
	/*width: 32px;*/
	/*height: 32px;*/
	content: "\f2c3";
	content: url("../../images/big_eye_s03.svg");
}

/* @media (min-width: 320px) and (max-width: 1200px) {
	.page-leftmenu ul.list-group li {
		width: 33.333333%;
	}
} */

.page-leftmenu .list-group-item {
	position: relative;
	display: block;
	padding: 10px 10px; /*10px 15px*/
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	
	/* text-align: center; */
}
@media (min-width: 320px) and (max-width: 480px) {
	.page-leftmenu .list-group-item {
		font-size: 93.75%;
		padding: 10px 8px; /*10px 15px*/
	}
}

.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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	justify-content: start;
	align-items: start;
	
	/* 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: #0b3d2c; /*#343a40*/
	border-color: #0b3d2c; /*#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: #0b3d2c; /*#343a40*/
	border-color: #0b3d2c; /*#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: #0b3d2c; /*#343a40*/
	border-color: #0b3d2c; /*#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
}
/*===============================================*/
/* 20211108 JESS ADD */
/*===============================================*/



/* ===================================== */
/* ==  已完成閱讀 modal-open  =========== */
/* ===================================== */
#ModalBox-scroll .modal-open {
	overflow: hidden
}

#ModalBox-scroll .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

#ModalBox-scroll .modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1051;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

#ModalBox-scroll .modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

#ModalBox-scroll .modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-50px);
	transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
	#ModalBox-scroll .modal.fade .modal-dialog {
		transition: none
	}
}

#ModalBox-scroll .modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

#ModalBox-scroll .modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

#ModalBox-scroll .modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem)
}

#ModalBox-scroll .modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

#ModalBox-scroll .modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

#ModalBox-scroll .modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

#ModalBox-scroll .modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

#ModalBox-scroll .modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: ""
}

#ModalBox-scroll .modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

#ModalBox-scroll .modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

#ModalBox-scroll .modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

#ModalBox-scroll .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,.2);
	border-radius: .3rem;
	outline: 0
}

#ModalBox-scroll .modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

#ModalBox-scroll .modal-backdrop.fade {
	opacity: 0
}

#ModalBox-scroll .modal-backdrop.show {
	opacity: .5
}

#ModalBox-scroll .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 #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    color: #FFFFFF;
    background: #0b3d2c;
}

#ModalBox-scroll .modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}
.close {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #fff;
}

#ModalBox-scroll .modal-title {
	color: #FFFFFF;
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-body .form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 46px !important;
    font-size: 1em;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px 0px;
    width: 100% !important;
}

#ModalBox-scroll .modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}

#ModalBox-scroll .modal-footer > * {
	margin: .25rem
}

#ModalBox-scroll .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	#ModalBox-scroll .modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	#ModalBox-scroll .modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}

	#ModalBox-scroll .modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}

	#ModalBox-scroll .modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	#ModalBox-scroll .modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content
	}

	#ModalBox-scroll .modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {
	#ModalBox-scroll .modal-lg,.modal-xl {
		max-width: 800px
	}
}

@media (min-width:1200px) {
	#ModalBox-scroll .modal-xl {
		max-width: 1140px
	}
}

#ModalBox-scroll .btn.btn-custom-0 {
    font-size: 1em;
	font-weight: 900;
    color: #0b3d2c;
	background: transparent;
	border-color: #0b3d2c;
    padding: 15px 20px;
	border-radius: 5px;
}

#ModalBox-scroll .btn.btn-custom-0:not(:disabled):not(.disabled):hover {
    color: #FFFFFF;
    background: #0b3d2c;
    border-color: #0b3d2c;
}

#ModalBox-scroll ol {
	list-style: none;
    margin-top: 0;
    margin-bottom: 1rem;
}

#ModalBox-scroll ol ol {
	list-style: inherit;
}
/* ===================================== */
/* ==  已完成閱讀 modal-open  =========== */
/* ===================================== */


.hide {
    display: none!important;
}

input[type='radio'],
input[type='checkbox'] {
	accent-color: #232323;
	margin-right: 7px;
	transform: scale(1.5);
}
input[type='radio']:focus,
input[type='checkbox']:focus {
		text-decoration: none;
		outline: 0.5px solid #43B5FC !important;
	}

.item-title, .item-title-2{
	position: relative;
	color: #0b3d2c;
	font-weight: bold;
}

.item-title::after{
	content: "：";
}

.form-group{
	margin-bottom: 1.2rem;
}