@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');

:root {
	--light-main-color: #a8a8d8;
	--dark-main-color: #8080C0;
	--lighter-main-color: #bbbbde;
	--primary-color: #843ae9;
}

::-webkit-scrollbar { width: 2px; height: 2px; }
::-webkit-scrollbar-track { background: var(--light-main-color); }
::-webkit-scrollbar-thumb { background-color: var(--primary-color); border-radius: 2px; border: transparent; }

*, *::before, *::after { box-sizing: border-box; }

*:focus {
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webket-user-modify: read-write-plaintext-only;
}

*:focus-visible {
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webket-user-modify: read-write-plaintext-only;
}

*, html, body {
	padding: 0;
	margin: 0;
	font-family: '蘋方-繁', 'PingFang', '微軟正黑體', 'Microsoft JhengHei', 'Adobe 繁黑體 Std B', 'Adobe Fan Heiti Std B', 'AdobeFanHeitiStd-Bold', 'Meiryo', Verdana, Arial, Helvetica, 'Raleway', sans-serif;
	font-size: 1.1rem;
}

#footer * {
	font-size: .8rem;
	line-height: 1.5;
}

.owl-item .c_msg {
	font-size: 1rem;
}

.cr { color: #f00; }
.cp { cursor: pointer; }

.mx1000 {
	max-width: 1000px !important;
}

a { color: unset; text-decoration: none; }

a:hover { color: unset; }

.c_underline {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 10px;
}

.fake_underline {
	display: inline-block;
	position: relative;
	padding: 0;
}

.fake_underline::after {
	content: "";
	position: absolute;
	left: 5%;
	bottom: 0;
	width: 90%;
	height: 3px;
	background-color: currentColor;
	transform: scaleX(1.1);
	transform-origin: center;
}

.logo-img { height: 40px; }

@media (min-width: 992px) {
	.logo-img {
		height: 60px;
	}
}

@media screen and (max-width: 480px) {
	.logo-img {
		height: 35px;
	}
}

.navbar-toggler {
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
}

.nav-item.dropdown:hover .dropdown-menu > li {
	/*padding: 0 10px;*/
}

.nav-item.dropdown:hover .dropdown-menu > li:hover {
	background-color: #fff;
}

.dropdown-item:hover {
	background-color: transparent;
}

.nav-link {
	font-size: 1.2rem;
	font-weight: 600;
}

.navbar-nav {
	gap: 2rem;
}

@media (max-width: 991px) {
	.navbar-nav {
		gap: unset;
	}

	/*.nav-item.dropdown:hover .dropdown-menu {*/
	/*	display: none;*/
	/*}*/
}

.video-container {
	position: relative;
	width: 100%;
	display: flex;
	gap: 0;
}

.video-container video {
	width: 75%;
	max-width: 1078px;
	display: block;
	object-fit: cover
}

.overlay-content {
	background-color: #fff;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	color: white;
	text-align: left;
	padding: 0;
}

.carousel-container {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 914px;
	height: 308px;
	overflow: hidden;
	z-index: 3;
	background: #00000033;
}

.carousel-track {
	display: flex;
	width: calc(400px * 5);
	transition: transform 1s ease-in-out;
}

.carousel-slide {
	min-width: 400px;
	height: 200px;
	flex-shrink: 0;
}

.carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_nav {
	min-width: 380px;
	background-color: white;
	color: #1d3557;
	font-weight: 600;
	font-size: 1.5rem;
	padding: 10px 20px;
	cursor: pointer;
	line-height: 1.1;
	margin: 10px 0;
}

.video_nav span.eng {
	font-size: 0.8rem;
}

.video_nav:first-of-type,
.video_nav:last-of-type {
	background-color: #1d3557;
	color: white;
	margin: 0;
	line-height: 2;
}

.video_nav:hover {
	background-color: #bdd9ef;
}

.video_nav:first-of-type:hover,
.video_nav:last-of-type:hover {
	color: #1d3557;
}

.divid_line {
	width: 100% !important;
	display: flex;
	height: var(--divid_line_height);
}

.divid_line>div:first-child {
	background-color: #2d83b0;
	width: 16%;
}

.divid_line>div:nth-child(2) {
	background-color: #0b4b88;
	width: 9%;
}

.divid_line>div:nth-child(3) {
	background-color: #39240d;
	width: 9%;
}

.divid_line>div:nth-child(4) {
	background-color: #7e5625;
	width: 3%;
}

.divid_line>div:last-child {
	background-color: #d4c872;
	width: 63%;
}

.dropdown-menu {
	background-color: #78a4cd;
}

.dropdown-item {
	color: #fff;
	position: relative;
	padding: 10px 2rem 10px 10px;
	font-size: 1rem;
}

/*.dropdown-item:hover {*/
/*	background-color: #fff;*/
/*	color: #78a4cd;*/
/*}*/

.dropdown-toggle::after {
	display: none;
}

.dropdown-item::after {
	position: absolute;
	display: inline-block;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	content: "→";
	font-weight: 600;
}

li:has(> .dropdown-item):not(:first-of-type) {
	border-top: 1px solid rgba(255, 255, 255, 0.75); /* 模擬分隔線 */
}

li:has(> .dropdown-item:hover) {
	background-color: #fff3cd;
}

.dropdown-menu {
	padding: 0;
}

.lang-block {
	width: fit-content;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	margin: 0 auto;
	color:#21354c;
	font-weight: 900;
}

.main-text {
	font-size: 1.5rem;
	line-height: 1;
}

.sub-text {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	font-size: 0.8rem;
}

.sub-text .line {
	flex-grow: 1;
	height: 1px;
	background-color: #000;
	margin-right: 0.5rem;
}

.sub-text .label {
	white-space: nowrap;
	font-size: .8rem;
}

.pj {
	text-align: start;
}

.w600 {
	font-weight: 600;;
}

.text-container {
	position: relative;
	overflow: hidden;
	transition: max-height 0.5s ease;
}

.text-container .text-content {
	padding-right: 1rem;
	padding-bottom: 1rem;
}

.text-container .overlay {
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 200px;
	background: linear-gradient(to top, white, transparent);
	display: flex;
	justify-content: end;
	align-items: flex-end;
	cursor: pointer;
	z-index: 1;
	padding-right: 2rem;
}

.text-container .toggle-icon {
	background-color: #14365b;
	color: #fff;
	padding: 5px 10px;
	border-radius: 50%;
	font-size: 1.2rem;
	user-select: none;
	transform: scaleX(-1);
    margin-bottom: 2px;
}

.text-container.expanded .overlay {
	background: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ceca74;
}

.j_tabs {
	display: flex;
	background: transparent;
	gap: 0;
	align-items: center;
	justify-content: flex-end;
	z-index: 2;
	overflow: visible;
}

.j_tab {
	padding: 10px 5px;
	cursor: pointer;
	/*border: 1px solid #222;*/
	font-size: 1.2rem;
	font-weight: 600;
	color: #fff;
	position: relative;
	transition: all 0.25s ease;
	border-radius: 0;
	border: none;
	line-height: 1;
	width: 260px;
}

.j_tab.active::after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #333;
	z-index: 10;
}

.j_tab:focus {
	outline: none;
}

.j_tab:first-child {
	background-color: #9dc0e1;
}

.j_tab:nth-child(2) {
	background-color: #79a4ce;
}

.j_tab:nth-child(3) {
	background-color: #578bbd;
}

.j_tab:last-child {
	background-color: #306da5;
}

.j_tab:first-child.active::after {
	border-top-color: #9dc0e1;
}

.j_tab:nth-child(2).active::after {
	border-top-color: #79a4ce;
}

.j_tab:nth-child(3).active::after {
	border-top-color: #578bbd;
}

.j_tab:last-child.active::after {
	border-top-color: #306da5;
}

.j_tab-content {
	display: none;
	padding: 30px 0 20px;
	position: relative;
		z-index: 1;
}

.j_tab-content.active {
	display: block;
}

.j_tab-content .main_content {
	padding: 20px;
	min-height: 200px;
}

.two_color_bg_h {
	background: linear-gradient(to right,
			#fff 0%,
			#fff 7.21%,
			#f7f7f5 7.21%,
			#f7f7f5 100%);
}

.j_v_tabs {
	display: flex;
	flex-direction: column;
	background: transparent;
	gap: 0;
	align-items: center;
	justify-content: center;
	z-index: 2;
	overflow: visible;
}

.j_v_tab {
	padding: 20px;
	cursor: pointer;
	border: 1px solid #222;
	font-size: 1.2rem;
	font-weight: 600;
	color: #fff;
	position: relative;
	transition: all 0.25s ease;
	border-radius: 0;
	border: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.j_v_tab.active::after {
	content: "";
	position: absolute;
	right: -9px;
	top: 10%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #333;
	z-index: 10;
}

.j_v_tab:focus {
	outline: none;
}

.j_v_tab:first-child {
	background-color: #79a4ce;
}

.j_v_tab:nth-child(2) {
	background-color: #578bbd;
}

.j_v_tab:last-child {
	background-color: #306da5;
}

.j_v_tab:first-child.active::after {
	border-left-color: #79a4ce;
}

.j_v_tab:nth-child(2).active::after {
	border-left-color: #578bbd;
}

.j_v_tab:last-child.active::after {
	border-left-color: #306da5;
}

.j_v_tab-content {
	display: none;
	position: relative;
	z-index: 1;
}

.j_v_tab-content.active {
	display: block;
}

.j_v_tab-content .main_content {
	padding: 20px 40px;
	min-height: 330px;
	background-color: #f7f7f5;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.footer_block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 1rem 0;
	color: #fff;
}

.footer_header {
	color: #e8d585;
}

.sub_footer {
	font-size: .8rem;
}

.sub_footer_block {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.footer_v_divider {
	border-left: 1px solid #fff;
	margin: 0 10px;
	margin-bottom: -0.8rem;
}

.service_item_header {
	font-size: 1.5rem;
	font-weight: 600;
	color: #2b465e;
	text-align: start;
}

.service_item_content {
	margin: 1rem 0;
	text-align: start;
	font-weight: 400;
	color: #222;
}

.service_item_btn {
	background-color: #19335b;
	color:#fff;
	padding: 5px 10px;
	display: flex;
	gap: 1rem;
	text-decoration: none;
	width: fit-content;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
	font-size: .8rem;
}

a.service_item_btn:hover {
	color: #fff;
}

.info_more_img {
	width: 100px;
}

.c_msg {
	background-color: #14365b;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: end;
	padding: 10px;
	color: #fff;
}

.common_navs {
	display: flex;
	width: 100%;
	background: transparent;
	gap: 0;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
	overflow: visible;
}

.c_nav {
	padding: 13px 10px;
	border: 1px solid #222;
	font-size: 1.2rem;
	font-weight: 600;
	color: #fff;
	position: relative;
	transition: all 0.25s ease;
	border-radius: 0;
	border: none;
	width: 20%;
	text-align: center;
}

.c_nav.active::after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #333;
	z-index: 10;
}

.c_nav:focus {
	outline: none;
}

.c_nav:first-child {
	background-color: #2E5485;
}

.c_nav:nth-child(2) {
	background-color: #79a4ce;
}

.c_nav:nth-child(3) {
	background-color: #597fa6;
}

.c_nav:nth-child(4) {
	background-color: #2e5485;
}

.c_nav:last-child {
	background-color: #1c415e;
}

.c_nav:first-child.active::after {
	border-top-color: #2E5485;
}

.c_nav:nth-child(2).active::after {
	border-top-color: #79a4ce;
}

.c_nav:nth-child(3).active::after {
	border-top-color: #597fa6;
}

.c_nav:nth-child(4).active::after {
	border-top-color: #2e5485;
}
.c_nav:last-child.active::after {
	border-top-color: #1c415e;
}

.c_nav > a {
	color: #fff;
	text-decoration: none;
}

.upper_title_block {
	background-color: #f7f7f5;
	width: 100%;
	padding: 20px;
	color: #1c3259;
	text-align: center;
}

.text_content_block {
	padding: 30px 20px;
	margin: 20px 0;
}

.text_content_block:nth-child(even) {
	background-color: #fff;
}

.text_content_block:nth-child(odd) {
	background-color: #f7f7f5;
}

.gold_dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #d4c872;
	border: 1px solid #d4c872;
	flex-shrink: 0;
	margin-top: 2.3rem;
}

.text_content {
	text-align: start;
	padding: 30px 20px;
}

.co_text_block .text_content {
	/* text-align: justify;
	padding: 30px 20px 30px 10px; */

	text-align: start;
    display: flex;
    padding: 30px 20px 20px 10px;
    flex-direction: column;
	width: 100%;
}

.text_content .text_header {
	color: #2d5781;
	font-weight: 600;
	font-size: 1.3rem;
	white-space: nowrap;
}

.text_content p {
	font-size: 1.1rem;
	font-weight: 500;
	margin: 1rem 0;
}

.f_img {
	flex-grow: 1;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.title_line {
	position: relative;
	padding-left: 20px;
	font-size: 1.5rem;
	font-weight: 600;
}

.title_line::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 10px;
	height: 80%;
	background-color: #d2c873;
	border-radius: 2px;
}

.active_block_title_date {
	font-size: 1rem;
}

.active_block_title {
	color: #2d5484;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 0;
}

.active_block_content p {
	text-align: start;
	font-size: 1.1rem;
}

/* #main > .text_content_block:nth-of-type(2) .active_block_title {
	background-color: #306da3;
}

#main > .text_content_block:nth-of-type(3) .active_block_title {
	background-color: #79a4ce;
}

#main > .text_content_block:nth-of-type(4) .active_block_title {
	background-color: #2e5485;
} */

.owl-dots {
	display: flex !important;
	justify-content: center;
	margin-top: 20px;
}

.owl-dot {
	width: 12px;
	height: 12px;
	background: #ccc;
	border-radius: 50%;
	margin: 0 5px;
	border: none;
}

.owl-dot.active {
	background: #333;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
}

.info_content_block {
	width:100%;
	background-color: #fff;
	padding: 20px 0;
}

header {
	background-color: #fff;
}

.co_text_block {
	width: 100%;
	display: flex;
	gap: 0;
	height: 100%;
}

.anti_b {
	border: 1px solid #999;
	display: flex;
	gap: 0;
	margin-bottom: 80px;
}

.anti_b1 {
	width: 40%;
	display: flex;
	flex-direction: column;
	background-color: #2e5485;
}

.anti_b1_top {
	display: flex;
	background-color: #1d3557;
	justify-content: center;
	padding: 20px 15px;
	align-items: center;
	gap: 1.5rem;
}

.anti_b1_text {
	color: #ffe107;
	font-size: 1.8rem;
	font-weight: 600;
}

.anti_b2 {
	width: 60%
}

.anti_b2_text {
	font-size: 2rem;
	color: #22231d;
	font-weight: 600;
}

html, body {
	overflow-x: hidden;
}

.owl-theme .owl-dots .owl-dot span {
	margin: 0;
}

.scroll-target {
	scroll-margin-top: 86px;
}

.editor figure img {
	width: 100%;
	height: auto;
}

.editor figcaption {
	font-size: 0.8rem;
	text-align: center;
}

.item_bg {
	background-color: #95c1e4;
	width: 100%;
	padding: 10px;
	color:#fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.5rem;
}

.container.mx1000 img.ff1 {
	width: 100%;
}

.anti_b1_top img {
	height: auto;
	max-height: 60px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.nav-link {
	color: #1d3557;
}

.back_link {
	margin-top: 2rem;
}

.anti_b1_bottom {
	display: flex; background-color: #2e5485; justify-content: center; align-items: center; padding: 20px 30px; color: #fff; font-size: 1.1rem;
}


/** Nav **/
/* 隱藏原本的漢堡圖示 */
.navbar-toggler {
	background-color: #fff !important;
	border: none !important;
}

.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

a.dropdown-item:focus {
	outline: none;
	box-shadow: none;
}

.page_content {
	display: flex; align-items: center; justify-content: center; gap: 20px; margin: 1.5rem auto;
}

.page_content > a.active {
	background-color: #2d5484;
	color: #fff;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	border-radius: 50%;
}

.page_content > a.disabled {
	color: #999;
	pointer-events: none;
	cursor: not-allowed;
}

.dropdown-item.active, .dropdown-item:active {
	color: #222;
}

@media screen and (min-width: 992px) {
	/*.nav-item.dropdown:hover .dropdown-menu {*/
	/*	display: block;*/
	/*	margin-top: 0;*/
	/*	padding: 0;*/
	/*}*/
	ul.dropdown-menu.show > li {
		/*padding: 0;*/
	}

	ul.dropdown-menu.show > li > a {
		/*padding: 0 10px;*/
	}
}

@media screen and (max-width: 768px) {
	.service_item_header {
		font-size: 1.3rem;
		text-align: center;
	}

	.lang-block {
		margin-bottom: 1rem;
	}

	.info_container {
		max-width: 100%;
		padding: 0;
	}

	.info_content_block {
		padding: 0;
	}

	.j_v_tab-content {
		padding: 10px;
	}

	.footer_v_divider {
		margin-bottom: 0;
	}

	.sub_footer_block {
		justify-content: start;
		align-items: stretch;
	}

	header {
		position: sticky;
		top: 0;
	}

	.co_text_block {
		gap: 0;
	}

	.text_content {
		padding: 30px 5px;
	}

	.text_content_block {
		padding: 10px 10px 30px 10px;
		margin-bottom: 50px;
	}

	.container.mx1000 {
		padding: 0 !important;
	}

	.anti_b {
		flex-direction: column;
		margin-bottom: 0;
	}

	.anti_b1 {
		width: 100%;
		flex-direction: column;
	}

	.anti_b1 img {
		width: 56px;
		height: 51px;
	}

	.anti_b1_top {
		align-items: center;
		justify-content: unset;
		gap: 2rem;
		padding: 20px 30px;
	}

	.anti_b1_text {
		font-size: 1.2rem;
	}

	.anti_b2 {
		width: 100%
	}

	.anti_b2_text {
		font-size: 1.2rem;
	}

	.f_img {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.service_item_btn {
		width: 100%;
		justify-content: end;
	}


	.navbar-nav > .custom-nav-item {
		position: relative;
		display: flex;
		align-items: center;
		padding: 10px 0;
		border-bottom: 2px solid rgba(0, 0, 0, .1);
	}

	.navbar-nav > .custom-nav-item>.nav-link {
		position: relative;
		padding-left: 70px;
		width: 100%;
	}

	.nav-link.dropdown-toggle::after {
		/*display: none !important;*/
	}

	.custom-nav-item .nav-link {
		position: relative;
	}

	.custom-nav-item .nav-link.dropdown-toggle::after {
		content: '+';
		position: absolute;
		left: 75%;
		font-size: 20px;
		color: #333;
		transform: translateX(50%);
		display: inline-block;
		border: none
	}

	.custom-nav-item .nav-link.show::after {
		font-size: 30px;
        font-family: 'Noto Sans TC', sans-serif;
        content: '-';
        font-weight: lighter;
        transform: translate(50%, -25%);
	}

	.text_content p {
		font-size: 1rem;
	}

	.page_content {
		margin: .8rem auto;
	}

	/*a.nav-link.dropdown-toggle::after {*/
	/*	content: '+' !important;*/
	/*	position: absolute;*/
	/*	left: 75%;*/
	/*	font-size: 20px;*/
	/*	color: #333;*/
	/*	transform: translateX(50%);*/
	/*	display: inline-block;*/
	/*}*/

	/*a.nav-link.dropdown-toggle.show::after {*/
	/*	content: '-';*/
	/*}*/

	.nav-link.dropdown-toggle.show .dropdown-menu.show {
		display: block !important;
	}

	.dropdown-menu {
		transform: none !important;
		padding-left: 1rem;
	}

	.dropdown-menu.show {
		width: auto;
		padding-left: 0;
		margin-left: calc(var(--bs-gutter-x) * -0.5);
		margin-right: calc(var(--bs-gutter-x) * -0.5);
		border-radius: 0;
	}

	.dropdown-menu.show > li {
		padding-left: 70px;
	}

	.nav-item.dropdown:hover .dropdown-menu > li {
		padding-left: 70px;
		padding-right: 0;
	}



	/*.custom-nav-item:hover {*/
	/*	display: block;*/
	/*}*/

	li.custom-nav-item:has(> .show) {
		display: block;
	}

	.custom-nav-item:has(.dropdown-menu.show)::after {
		/*content: none;*/
	}

	.dropdown-item::after {
		right: 90px;
	}

	.bubble::after {
		right: 40% !important;
	}

	.video-container video {
		width: 100%;
	}

	.text-container .toggle-icon {
		display: none;
	}

	.j_v_tab-content .main_content {
		background-color: #fff;
		padding: 20px;
	}

	.j_v_tab-content {
		padding: 10px 0;
	}

	li:has(> .dropdown-item:hover) {
		background-color: #fff;
	}

	.back_link {
		margin-top: 0;
		margin-bottom: 1rem;
	}

	.back_link a {
		font-size: .8rem;;
	}

	.anti_b1_bottom {
		padding: 20px 30px;
	}

	.xs100 {
		width: 100% !important;
	}

	.c_nav {
		padding: 6px 10px;
		font-size: .5rem;
	}

	.main-text {
		font-size: 1.3rem;
	}

	.sub-text .label {
		font-size: .6rem;
	}

	.text_content p {
		font-weight: unset;
	}

	.common_navs {
		width: auto;
		margin-right: calc(var(--bs-gutter-x) * -0.5);
		margin-left: calc(var(--bs-gutter-x) * -0.5);
	}

	.upper_title_block {
		width: auto;
		margin-right: calc(var(--bs-gutter-x) * -0.5);
		margin-left: calc(var(--bs-gutter-x) * -0.5);
	}

	.c_nav:first-child {
		background-color: #2d5484;
	}

	.c_nav:nth-child(2) {
		background-color: #79a4ce;
	}

	.c_nav:nth-child(3) {
		background-color: #597fa6;
	}

	.c_nav:nth-child(4) {
		background-color: #2e5485;
	}

	.c_nav:last-child {
		background-color: #1c415e;
	}
}

/** CKEditor Styles **/
/* 文字大小 */
.text-big, .text-big * {
    font-size: 1.4rem;
}

.text-huge, .text-huge * {
    font-size: 1.8rem;
}

.text-small, .text-small * {
    font-size: .85rem;
}

.text-tiny, .text-tiny * {
    font-size: .7rem;
}

/* 顏色樣式 */
.text-muted {
	color: #6c757d; /* Bootstrap 的 muted 顏色 */
}

.text-primary {
	color: #007bff;
}

.text-success {
	color: #28a745;
}

.text-danger {
	color: #dc3545;
}

.text-warning {
	color: #ffc107;
}

.text-info {
	color: #17a2b8;
}

/* 粗體與斜體（若未使用 <strong>/<em>） */
.text-bold {
	font-weight: bold;
}

.text-italic {
	font-style: italic;
}

/* 對齊樣式 */
.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

/* 裝飾與特效 */
.text-uppercase {
	text-transform: uppercase;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-underline {
	text-decoration: underline;
}

.fs1 {
	font-size: 1rem;
}