body {
	font-family: Noto Sans TC, "微軟正黑體", sans-serif;
	/*g-font-size:16*/
	font-size: 1.10286rem;
	color: #333333;
}

/* input[type=text] {
    width: 100%;
    padding: 20px 65px;
    box-sizing: border-box;
	background-color: #fed400;
	color:#004998;
	height: 80px;

} */
/* input[type=text]:focus {
    background-color: #fed400;
} */
@media (min-width: 992px) {
	.g-font-size-50--lg {
		font-size: 3.57143rem !important;
	}
}

.g-bg-green2 {
	background-color: #758F13 !important;
}

.g-bg-green3 {
	background-color: #82BC93 !important;
}

.g-bg-yellow2 {
	background-color: #FAEDC4 !important;
}

.g-bg-yellow3 {
	background-color: #FED400 !important;
}

.g-bg-red-lineargradient-2 {
	background-image: linear-gradient(225deg, #ffffff, #e64b3b);
}

section.g-bg-gray-light-v5 {
	background-color: #fff !important;
}

.g-color-green2 {
	color: #758F13 !important;
}

.g-color-brown2 {
	color: #856d1e !important;
}

.g-brd-brown2 {
	border-color: #e8ca67 !important;
}

.box-shadow-brown-1 {
	box-shadow: 0px 5px 5px #bf8048 !important;
}

.box-shadow-green-1 {
	box-shadow: 0px 5px 5px #6b8215 !important;
}

.box-shadow-blue-1 {
	box-shadow: 0px 5px 5px #387dab !important;
}

.box-shdow-all {
	box-shadow: 5px 5px 10px #bdbdbd;
}

.table td,
.table th {
	padding: .55rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.index-triangle-1 {
	border-color: transparent transparent #e57d20 transparent;
	border-style: solid solid solid solid;
}

.index-triangle-2 {
	border-color: transparent transparent #758F13 transparent;
	border-style: solid solid solid solid;
}

.index-triangle-3 {
	border-color: transparent transparent #3398dc transparent;
	border-style: solid solid solid solid;
}

/*上橫幅修改*/
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .7);
}

@media (min-width: 1200px) {
	.navbar-expand-xl .navbar-nav .nav-link {
		font-size: 17px;
		padding-right: .55rem;
		padding-left: .55rem;
	}
}

.dropdown-toggle::after {
	margin-left: 0.05em;
}

/*日期套件*/
.flatpickr-months .flatpickr-month {
	height: 35px;
}

.only-one-line {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.only-two-line {
	overflow: hidden;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.only-three-line {
	overflow: hidden;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.txtShadow {
	text-shadow: rgb(0 0 0 / 60%) 2px 2px 8px;
}
.ellipsis {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3; /*行數*/
	-webkit-box-orient: vertical;
	white-space: normal;
}
/* .indxTitle h2 {
	position: relative;
	padding: 0;
	margin: 0;
}

.indxTitle h2:before {
	width: 70%;
	height: 5px;
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	background-color: #005abe;

} */
.menu-name {
	position: absolute;
	top: 34px;
	right: 21.5%;
	color: #b31217;
	display: none;
  }
  @media (max-width: 991.9px) {
	.menu-name {
	  display: block;
	}
}