@charset "UTF-8";

html,
html a,
body {
	-webkit-font-smoothing: antialiased;
}

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #FFF;
	color: #222;
	font-size: 1.15rem;
	font-weight: normal;
	font-family: 'Arial',
		'Microsoft JhengHei',
		sans-serif;
}

p {
	font-size: 1.15rem;
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.75em;
}

span {
	font-size: 1rem;
}

p a {
	text-decoration: none;
	border-bottom: 1px solid #007bbb;

}

a {
	transition: all .5s;
	color: #007bbb;
}

a:focus,
a:hover,
a:active {
	outline: 0;
	color: #014988;
	text-decoration: none;
}

a:focus {
    border: 2px solid #9b0d6c !important;
}

button:focus{
	outline: 3px solid #9b0d6c !important;
}


.accesskeyU,
.accesskeyC {
    color: #999 !important;
    font-size: 0.8rem !important;
}
img {
    max-width: 100%;
}

h2 {
	font-size: 1.5em;
	font-weight: 700;
	color: #176eb8;
	text-align: center;
	padding: 30px 0 15px 0;
}

h3 {
	font-size: 1.1em;
	background: #dfdfdf;
	color: #000;
	text-align: center;
	padding: 13px;
}

h4 {
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	color: #58aae0;
	background-color: #f7f7f7;
}

h5 {
	font-size: 1.3rem;
}

h5 span {
	color: #dc3545;
	font-size: 1rem;
}

ul,
ul li {
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

@media screen and (max-width:1366px) {
	body {
		zoom: 89%;
	}
}


/* container 
	--------------------------------------- */

.container {
	position: relative;
	margin: 0 auto;
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 80%;
	}
}

@media (min-width: 1366px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 90%;
	}
}


/* breadcrumb 
	--------------------------------------- */

.breadcrumb {
	padding: 0;
	font-size: 0.7em;
	background-color: transparent;
}

@media (max-width: 768px) {
	.breadcrumb {
		font-size: .9em;
	}
}

/* -------------------------------- 

Basic Style

-------------------------------- */
.cd-breadcrumb,
.cd-multi-steps {
	margin: 1em auto;
	background-color: #edeff0;
	border-radius: .25em;
}

.cd-breadcrumb:after,
.cd-multi-steps:after {
	content: "";
	display: table;
	clear: both;
}

.cd-breadcrumb li,
.cd-multi-steps li {
	display: inline-block;
	margin: 0.5em 0;
	width: 19%;
}


.cd-breadcrumb li a {
	color: #FFF;
}


.num1 {
	font-size: 3em;
	color: red;
}

/* .cd-breadcrumb li::after,
.cd-multi-steps li::after {

	display: inline-block;
	content: '\00bb';
	color: #ffffff;
}

.cd-breadcrumb li:last-of-type::after,
.cd-multi-steps li:last-of-type::after {
	display: inline-block;
	content: '\2714';
	margin: 0 .6em;
	color: #ffffff;
} */

/*20250717新增*/
.Category_menu {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.btn_Category {
	border: none;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #38b3b6;
	color: #fff;
}

	.btn_Category:hover {
		background-color: #199ca0;
		cursor: pointer;
		transition: all 0.3s;
	}

.cd-breadcrumb li>*,
.cd-multi-steps li>* {
	/* single step */
	display: inline-block;
	font-size: 1.4rem;
	color: #2c3f4c;
}

.cd-breadcrumb li.current>*,
.cd-multi-steps li.current>* {
	/* selected step */
	color: #96c03d;
}

.no-touch .cd-breadcrumb a:hover,
.no-touch .cd-multi-steps a:hover {
	/* steps already visited */
	color: #96c03d;
}

.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
	/* replace the default arrow separator with a custom icon */
	content: '';
	height: 16px;
	width: 16px;
	background: url(../img/cd-custom-separator.svg) no-repeat center center;
	vertical-align: middle;
}

.cd-breadcrumb.custom-icons li.current:first-of-type>*::before,
.cd-multi-steps.custom-icons li.current:first-of-type>*::before {
	/* change custom icon for the current item */
	background-position: 0;
}


.cd-breadcrumb.custom-icons li.current:nth-of-type(3)>*::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(3)>*::before {
	background-position: 0;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(4)>*::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(4)>*::before {
	background-position: 0;
}



@media only screen and (min-width: 768px) {

	.cd-breadcrumb,
	.cd-multi-steps {
		padding: 0 1.2em;
	}

	.cd-breadcrumb li,
	.cd-multi-steps li {
		margin: 1.2em 0;
	}

	.cd-breadcrumb li::after,
	.cd-multi-steps li::after {
		margin: 0 1em;
	}

	.cd-breadcrumb li>*,
	.cd-multi-steps li>* {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 1070px) {

	.cd-breadcrumb li span,
	.cd-multi-steps li span {
		display: inline-block;
		font-size: 1em;
		width: 100%;
	}

	.cd-breadcrumb li,
	.cd-multi-steps li {
		width: 32.6%;
		margin: 0;
	}

}

.cd-breadcrumb.triangle li>img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 768px) {

	.cd-breadcrumb li>*,
	.cd-multi-steps li>* {
		font-size: 1.23rem;
	}

	.cd-breadcrumb,
	.cd-multi-steps {
		margin: 0 auto;
		background-color: #919191;
		border-radius: 0.5em;
		padding: 2%;
	}

	.cd-breadcrumb li>*,
	.cd-multi-steps li>* {
		color: #FFF;
	}

	.cd-breadcrumb li.current>*,
	.cd-multi-steps li.current>* {
		color: #FFF;
	}

	.cd-breadcrumb.triangle li.current {
		color: #ffffff;
		background-color: #ee8228;
		border-color: #ee8228;
		padding: 5px;
		border-radius: 5px;
	}

	.cd-breadcrumb.triangle li>img {
		display: none;
	}


	.cd-breadcrumb li span small,
	.cd-multi-steps li span small {
		display: block;
	}

	.cd-breadcrumb.triangle li i {
		display: inline-block;
	}

}

/* -------------------------------- 

Triangle breadcrumb

-------------------------------- */
@media only screen and (min-width: 768px) {
	.cd-breadcrumb.triangle {
		/* reset basic style */
		background-color: transparent;
		padding: 0;
	}

	.cd-breadcrumb.triangle li i {
		display: none;
	}

	.cd-breadcrumb.triangle li {
		position: relative;
		padding: 0;
		width: 18%;
		line-height: 75px;
		margin: 10px 2% 10px 0;
	}

	.cd-breadcrumb.triangle li:last-of-type {
		margin-right: 0;
	}

	.cd-breadcrumb.triangle li>* {
		/* the border color is used to style its ::after pseudo-element */
		position: relative;
		padding: 8px 0px 7px 65px;
		color: #FFF;
		display: block;
		line-height: 2em;
		font-size: 1.05em;
		height: 75px;
		background-color: #919191;
		border-color: #919191;
	}

	.cd-breadcrumb.triangle li.current>* {
		/* selected step */
		color: #ffffff;
		background-color: #ee8228;
		border-color: #ee8228;
	}

	.no-touch .cd-breadcrumb.triangle a:hover {
		/* steps already visited */
		color: #ffffff;
		background-color: #2c3f4c;
		border-color: #2c3f4c;
	}

	.cd-breadcrumb.triangle li::after,
	.cd-breadcrumb.triangle li>*::after {
		/* 
    	li > *::after is the colored triangle after each item
    	li::after is the white separator between two items
    */
		content: '';
		position: absolute;
		top: 0;
		left: 100%;
		content: '';
		height: 0;
		width: 0;
		/* 48px is the height of the <a> element */
		border: 24px solid transparent;
		border-right-width: 0;
		border-left-width: 15px;
	}

	.cd-breadcrumb.triangle li::after {
		/* this is the white separator between two items */
		z-index: 1;
		-webkit-transform: translateX(4px);
		-moz-transform: translateX(4px);
		-ms-transform: translateX(4px);
		-o-transform: translateX(4px);
		transform: translateX(4px);
		border-left-color: #ffffff;
		/* reset style */
		margin: 0;
	}

	.cd-breadcrumb.triangle li>*::after {
		/* this is the colored triangle after each element */
		z-index: 2;
		border-left-color: inherit;
	}

	.cd-breadcrumb.triangle.custom-separator li::after {
		/* reset style */
		background-image: none;
	}

	.cd-breadcrumb.triangle.custom-icons li::after,
	.cd-breadcrumb.triangle.custom-icons li>*::after {
		/* 39px is the height of the <a> element */
		border-top-width: 37px;
		border-bottom-width: 37px;
	}

	.cd-breadcrumb li span,
	.cd-multi-steps li span,
	.cd-breadcrumb li span small,
	.cd-multi-steps li span small {
		display: block;
		line-height: 1.5em;
		font-size: 0.9em;
	}

	@-moz-document url-prefix() {

		.cd-breadcrumb.triangle li::after,
		.cd-breadcrumb.triangle li>*::after {
			/* fix a bug on Firefix - tooth edge on css triangle */
			border-left-style: dashed;
		}
	}
}




/* content 
		--------------------------------------- */

section {
	padding-top: 15px;
}

.wrap {
	background: #FFF;
	max-width: 1380px;
	margin: 0 auto;
	box-shadow: 0 0px 13px 0 rgb(0 0 0 / 10%);
}

.content {
	margin: 0 auto;
	width: 88%;
}



@media screen and (max-width:576px) {
	.content {
		width: 100%;
		padding: 15px;
	}

	.wrap {
		background: #FFF;
		box-shadow: 0 5px 13px 0 rgb(0 0 0 / 10%);
	}

}

/* select 
	--------------------------------------- */

select {
	border-radius: 8px;
	border: 1px solid #ccc;
	box-shadow: 0 0 #ccc;
	display: inline-block;
	padding: .55rem .75rem;
	margin: 0.5em 0;
	width: 100%;
	background: #FFF;
}

@media screen and (max-width: 768px) {
	select {
		padding: 10px 15px;
		margin: 0 0 15px 0;
	}
}

/* scrollbar 
	--------------------------------------- */

.list_box::-webkit-scrollbar,
.dropdown_list::-webkit-scrollbar {
	width: 10px;
	border-radius: 15px;
}

.list_box::-webkit-scrollbar-track,
.dropdown_list::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.list_box::-webkit-scrollbar-thumb,
.dropdown_list::-webkit-scrollbar-thumb {
	border-radius: 15px;
	background: #D5D5D7;
}

.list_box::-webkit-scrollbar-thumb:hover,
.dropdown_list::-webkit-scrollbar-thumb:hover {
	background: #b1b1b1;
}

/* button 
	--------------------------------------- */

.button {
	border: none;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.btn {
	border-radius: 3px;
	font-size: 1rem;
	font-family: 'Arial', 'Microsoft JhengHei';
	transition: 0.5s;
	max-width: 100%;
	padding: .475rem 1.35rem;
}
.btn-sm{
	padding: .375rem .75rem;
}

.btn:hover {
	color: #FFF;
	text-decoration: none;
}

.btn-warning {
	color: #FFF;
	background-color: #f17d32;
	border-color: #f17d32;
}

.btn-warning:hover {
	color: #FFF;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-danger {
	color: #FFF;
	background-color: #e44269;
	border-color: #e44269;
}

.btn-info {
	color: #FFF;
	background-color: #00ba88;
	border-color: #00ba88;
}

.btn-primary {
	color: #FFF;
	background-color: #01b4ca;
	border-color: #01b4ca;
}

.btn-primary-lg {
	color: #FFF;
	background: -webkit-linear-gradient(#28bfd9, #00acca);
	background: -o-linear-gradient(#28bfd9, #00acca);
	background: -moz-linear-gradient(#28bfd9, #00acca);
	background: linear-gradient(#28bfd9, #00acca);
	border-color: #28bfd9;
	border-radius: 5px;
}

.btn-primary-lg:hover {
	color: #FFF;
	background: -webkit-linear-gradient(#008ba3, #28bfd9);
	background: -o-linear-gradient(#008ba3, #28bfd9);
	background: -moz-linear-gradient(#008ba3, #28bfd9);
	background: linear-gradient(#008ba3, #28bfd9);
}

.btn-warning-lg {
	color: #FFF;
	background: -webkit-linear-gradient(#f1a039, #e67a03);
	background: -o-linear-gradient(#f1a039, #e67a03);
	background: -moz-linear-gradient(#f1a039, #e67a03);
	background: linear-gradient(#f1a039, #e67a03);
	border-color: #f1a039;
	border-radius: 5px;
}


.btn-warning-lg:hover {
	color: #FFF;
	background: -webkit-linear-gradient(#bd6100, #f1a039);
	background: -o-linear-gradient(#bd6100, #f1a039);
	background: -moz-linear-gradient(#bd6100, #f1a039);
	background: linear-gradient(#bd6100, #f1a039);
	border-color: #f1a039;
}

.btn-secondary {
	color: #FFF;
	background-color: #adadad;
	border-color: #adadad;
}

.btn-lg {
	padding: 1rem 2em;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 15px;
	width: 100%;
}

/* icon 
	--------------------------------------- */

.icon-review,
.icon-edit,
.icon-mic {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	width: 18px;
	height: 18px;
}

.icon-review {
	background-image: url(../images/Icon-review.svg);
}

.icon-edit {
	background-image: url(../images/Icon-edit.svg);
}

.icon-mic {
	background-image: url(../images/Icon-mic.svg);
}

/* Background Color 
	--------------------------------------- */

.bg-pattern {
	background: url(../images/bg.jpg) repeat;
}

/* @media screen and (max-width:576px) {
	.bg-pattern {
		background: none;
	}
} */

.bg-gray {
	background: #F5F6FA;
}

© .bg-red {
	background: #900000;
	border-radius: 3px;
	box-shadow: 0 0 8px rgba(166, 166, 166, 0.1);
}

.bg-yellow {
	background: #FFFAE9;
}

/* loading overlay 
	--------------------------------------- */

#loading_overlay {
	position: fixed;
	/* Hidden by default */
	width: 100%;
	/* Full width (cover the whole page) */
	height: 100%;
	/* Full height (cover the whole page) */
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.9);
	/* Black background with opacity */
	z-index: 999;
	/* Specify a stack order in case you're using a different order for other elements */
}

#overlay_text {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.2em;
	font-weight: 600;
	color: #C91328;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#overlay_text .loader {
	text-align: center;
}

svg path,
svg rect {
	fill: #C91328;
}




/* Header 
	--------------------------------------- */

header {
	z-index: 70;
	width: 100%;
	padding: 0;
	margin: 0;
}


/* Form 
	--------------------------------------- */
.form-group {
	padding: 15px;
}

.col-form-label {
	text-align: right;
	font-size: 1.1em;
}

label span {
	color: #dc3545;
	font-size: 1rem;
}

label small {
	display: block;
	color: #6d6d6d;
}

.mark_red {
	color: #ec215b;
	font-size: 1.2rem;
	font-weight: 600;
}

@media screen and (max-width:768px) {
	.col-form-label {
		text-align: left;
		font-weight: 600;
	}

}


/* Attachment 
	--------------------------------------- */
.attachment {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
}

@media screen and (max-width:768px) {
	.attachment {
		width: 100%;
	}

}


.txt_blue {
	color: #018fd7;
}

.dashed_line {
	margin: 0 5%;
	border-bottom: 1px dashed #ccc;
}

/* Collapsed 
	--------------------------------------- */
.accordion-button {
	width: 100%;
	color: #58aae0;
	font-size: 1.35rem;
	border: none;
	cursor: pointer;
	font-weight: 600;
	padding: 15px;
}

.accordion-item {
	background-color: #f7f7f7;
	position: relative;
}

.accordion-item .x-delete {
	position: absolute;
	top: 0;
	right: 0;
	margin: 9px 15px 9px 9px;
}

.accordion-item:not(:first-of-type) {
	border: none;
}

.accordion-button:not(.collapsed) {
	background-color: #f7f7f7;
	box-shadow: none;
}

.accordion-button:hover,
.accordion-button:focus {
	background: #eaf1fb;
	padding: 15px;
}

.accordion-flush .accordion-item {
	background: #f7f7f7;
	margin-bottom: 8px;
}

/*收合箭頭*/
.accordion-button::after {
	display: none;
	margin-left: 0;
}

.accordion-button:not(.collapsed)::after {
	display: none;
}

/* Footer 
	--------------------------------------- */

footer {
	position: relative;
	width: 100%;
	font-size: 0.8em;
	padding: 20px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1) inset;
}

footer:before {
	content: '';
	height: 2px;
	width: 100%;
	left: 0;
	bottom: 3px;
	border-bottom: 5px solid #1a78c8;
	position: absolute;
}

footer p {
	line-height: 1.8;
	font-size: 1.2em;
	letter-spacing: 1.2px;
	margin-bottom: 0px;
}

/* animated 
	--------------------------------------- */

.animated {
	-moz-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

/* Gotop 
	--------------------------------------- */

#gotop {
	background-color: #9c9c9c;
	border-radius: 3px;
	cursor: pointer;
	color: #FFF;
	display: none;
	right: 20px;
	bottom: 20px;
	padding: 10px 15px;
	position: fixed;
	z-index: 2;
}

#gotop a i {
	color: #FFF;
}

#gotop:hover {
	background-color: #787879;
}

@media screen and (max-width:576px) {
	#gotop {
		right: 10px;
		bottom: 15px;
		padding: 10px;
	}
}


/* ---------------------------------------------------
					 01. Header 
 --------------------------------------------------- */

/* top 上方選單區 
	--------------------------------------- */
header {
	width: 100%;
}

header .top {
	background: #FFF;
	width: 72%;
	margin: 0 auto;
	margin-top: 5px;
	padding: 40px 0;
}

header:before {
	content: '';
	height: 5px;
	width: 100%;
	background: #1a78c8;
	position: absolute;
	top: 0;
}


@media screen and (max-width:576px) {

	header .top {
		width: 100%
	}

	a#logo {
		width: 40%
	}

	.top-title {
		width: 40%;
	}
}


a#logo {
	display: inline-block;
}

.top-title {
	display: inline-block;
	padding-left: 30px;
	border-left: 1px solid #ccc;
	margin-left: 30px;
}

@media screen and (max-width:992px) {
	.main_title .wrap {
		background: transparent;
		box-shadow: 0 0px 13px 0 rgb(0 0 0 / 10%);
	}

	a#logo {
		display: none;
	}

	.top-title {
		padding-left: o;
		border-left: none;
		margin-left: 0;
		width: 65%;
	}

	header .top {
		background: #FFF;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		line-height: 150px;
		height: 150px;
	}

}


.link-list {
	position: absolute;
	top: 0%;
	right: 5%;
	padding-top: 25px;
	list-style-type: none;
}

.link-list li {
	display: inline-block;
	font-size: 1.6em;
}

.link-list li a {
	color: #888888;
	text-align: center;
	line-height: 50px;
	display: block;
	width: 70px;
	margin: 0;
	height: 100%;
	padding: 3px;
	border-radius: 3px;
}

.link-list li a:hover {
	color: #444;
}

.link-list li a i,
.link-list li a span {
	display: block;
	line-height: 100%;
}

.link-list-m {
	display: none;
}

.main_title {
	background: #2b7ec5;
	background-position: center;
	background-size: contain;
	height: 76px;
}

.menu {
	width: 100%;
}

.menu_bg {
	box-shadow: 0 0px 8px 0 rgb(0 0 0 / 15%);
	z-index: 99;
}

.navbar {
	padding: 0;
}

.nav-link {
	padding: 0;
}

ul.menu li {
	width: 20%;
	text-align: center;
	float: left;
	background: -webkit-linear-gradient(left, #4396dd, #1776c7);
	background: -o-linear-gradient(right, #4396dd, #1776c7);
	background: -moz-linear-gradient(right, #4396dd, #1776c7);
	background: linear-gradient(to right, #4396dd, #1776c7);
}

ul.menu li.last {
	display: none;
}

ul.menu li.active a{
color: #ffd400;
}

ul.menu li a {
	display: inline-block;
	width: 100%;
	font-size: 1.2em;
	font-weight: 700;
	color: #FFF;
	line-height: 76px;
}

ul.menu li a:hover {
	display: inline-block;
	width: 100%;
	color: #FFF;
	line-height: 76px;
	background: #0065ab;
	transition: 1s;
	color: #ffd400;
}

@media screen and (max-width:992px) {
	.main_title {
		background: transparent;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
	}

	.navbar {
		padding: 0;
		line-height: 100px;
		z-index: 2;
		justify-content: flex-end;
	}

	.link-list {
		display: none;

	}

	.link-list-m {
		display: block;
		text-align: center;
		background: -webkit-linear-gradient(left, #4396dd, #1776c7);
		background: -o-linear-gradient(right, #4396dd, #1776c7);
		background: -moz-linear-gradient(right, #4396dd, #1776c7);
		background: linear-gradient(to right, #4396dd, #1776c7);
		width: 100%;
	}

	ul.menu li {
		width: 100%;
		text-align: center;
		float: left;
		background: -webkit-linear-gradient(left, #4396dd, #1776c7);
		background: -o-linear-gradient(right, #4396dd, #1776c7);
		background: -moz-linear-gradient(right, #4396dd, #1776c7);
		background: linear-gradient(to right, #4396dd, #1776c7);
	}
    
    ul.menu li.last {
	    display: inherit;
    }

	.navbar-toggler {
		padding: 0;
		right: 0;
		top: 5px;
		line-height: 150px;
		height: 150px;
		margin-right: 30px;
	}

	.navbar-toggler i {
		background: #227ecc;
		padding: 20px;
		color: #FFF;
		border-radius: 5px;
	}

	ul.menu li a:hover {
		line-height: inherit;
	}

	ul.menu li a {
		line-height: inherit;
		font-weight: 500;
		font-size: 1em;
		border-bottom: 1px solid #4396dd
	}

	.link-list-m span,
	.link-list-m i {
		font-size: 1em;
		color: #FFF;
	}
}

.link-list-m li {
	border-bottom: 1px solid #4396dd;


}




/* ---------------------------------------------------
					 02. MainContent
 --------------------------------------------------- */

/* 首頁
	* --------------------------------------- */
.main-content {
	padding: 30px 50px 50px 50px;
}

.welcome {
	font-size: 1.7em;
	font-weight: 600;
	color: #007eaf;
}

.table .highlight {
	color: #0cb7d5;
}

.table td,
.table th {
	padding: .5rem 1rem;
}

.point_txt {
	color: #ee5422;
}

.disclaimer {
	width: 100%;
	height: 500px;
	padding: 2em;
	text-align: left;
	line-height: 2em;
	overflow-y: scroll;
	border: 1px solid #ccc;
}

.footer {
    background-color: #efefef;
    padding: 25px 15px 25px 35px;
	font-size: 0.85em;
}

@media screen and (max-width:768px) {
	.main-content {
		padding: 0px;
	}
}


/* Login 登入
	* --------------------------------------- */
.login .highlight {
	color: #ed350a;
	text-align: center;
}

.login .title {
	font-size: 1.5em;
	line-height: 2em;
	text-align: center;
}

.login .col-lg-4:first-child {
	padding-right: 30px;
}

.login .col-lg-4:last-child {
	padding-left: 30px;
	border-left: 1px solid #ccc;
}

.login ul li::before {
	content: "\2022";
	color: #007bbb;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	display: inline-block;
	width: 0.8em;
}

@media screen and (max-width:768px) {
	.login .col-lg-4:first-child {
		padding-right: 15px;
		margin-bottom: 50px;
	}

	.login .col-lg-4:last-child {
		padding-left: 15px;
		border-left: 0;
	}

	.login ul li {
		display: inline-block;
		width: 49%;
	}
}

.table th,
.table td {
	text-align: center;
	vertical-align: middle !important;
}


/* modal
	* --------------------------------------- */

button span {
	font-size: 1.7rem;
	font-weight: 300;
}
/* --------------- Upload -------------*/

.uploader {
	display: block;
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}

.uploader label {
	float: left;
	clear: both;
	width: 100%;
	padding: 50px;
	text-align: center;
	background: #fff;
	border-radius: 7px;
	border: 3px solid #eee;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.uploader label:hover {
	border-color: #00BBA8;
}

.uploader label.hover {
	border: 3px solid #00BBA8;
	box-shadow: inset 0 0 0 6px #eee;
}

.uploader label.hover .start i.fa {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.3;
}

.uploader .start {
	float: left;
	clear: both;
	width: 100%;
}

.uploader .start.hidden {
	display: none;
}

.uploader .start i.fa {
	font-size: 50px;
	margin-bottom: 1rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.uploader .response {
	float: left;
	clear: both;
	width: 100%;
}

.uploader .response.hidden {
	display: none;
}

.uploader .response .messages {
	margin-bottom: .5rem;
}

.uploader .file-image {
	display: inline;
	margin: 0 auto .5rem auto;
	width: auto;
	height: auto;
	max-width: 180px;
}

.uploader .file-image.hidden {
	display: none;
}

.uploader .notimage {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

.uploader .notimage.hidden {
	display: none;
}

.uploader progress,
.uploader .progress {
	display: inline;
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 180px;
	height: 8px;
	border: 0;
	border-radius: 4px;
	background-color: #eee;
	overflow: hidden;
}

.uploader .progress[value]::-webkit-progress-bar {
	border-radius: 4px;
	background-color: #eee;
}

.uploader .progress[value]::-webkit-progress-value {
	background: -webkit-gradient(linear, left top, right top, from(#393f90), color-stop(50%, #454cad));
	background: linear-gradient(to right, #393f90 0%, #454cad 50%);
	border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
	background: linear-gradient(to right, #393f90 0%, #454cad 50%);
	border-radius: 4px;
}

.uploader input[type="file"] {
	display: none;
}

.uploader div {
	margin: 15px 0;
    color: #5f6982;
    font-size: 1.8rem;
}

.uploader .btn {
	display: inline-block;
    clear: both;
    font-family: inherit;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 3px;
    outline: none;
    padding: 15px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #00BBA8;
    border-color: #00BBA8;
    cursor: pointer;
}

.upload_file {
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
}

.upload_file button {
    margin-left: 15px;
    display: inline;
    border-radius: 99px;
    border: none;
    color: #FFF;
    /*width: 21px;*/
    line-height: 21px;
    /*height: 21px;*/
    background: #ccc;
    font-size: 1.25rem;
    font-weight: 700;
    font-size: 1.25rem;
}

.modal-heade {
    padding: 8px;
    background-color: #c2c2c2;
    color: #fff;
}
.modal-body label {
    padding: 8px;
}
.sin_file {
    display: inline;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
}

.sin_file span {
	color: #8a8a8a;
	padding-left: 15px;
	font-size: 0.9em;
	font-weight: 500;
}

.it2 li {
    margin: 0 0 7px 0;
    font-size: 1.05em;
}

input#ctl00_oCPH_Content__PID {
    border: 1px solid #afafaf;
    margin: 0 0 8px 0;
    padding: 8px;
}

span#ctl00_oCPH_Content_applyCation {
    font-size: 1.05em;
}

.text-center {
    font-size: 1.15em;
}

.reminder {
    border: 1px solid #c93756;
}


.ed_ul ul {
    margin: 0 0 0 55px;
}

.ed_ul ul li{
list-style-type: disc;
}

.ed_ul ol {
    margin: 0 0 0 55px;
}

.ed_ul ol li{
list-style-type: disc;
}


/*IE11新增*/

*::-ms-backdrop,.row {
    /*display: block;*/
	clear: both;
	padding: 3px 0 3px 0;
	width: 100%;
}

*::-ms-backdrop,.col-11 {
	display: inline-block;
}

*::-ms-backdrop,.col-auto {
    float: left;
}

*::-ms-backdrop,.col-4 {
    float: left;
    padding: 0px !important;
}

*::-ms-backdrop,.col-sm-2 {
    float: left;
}

*::-ms-backdrop,.col-sm-3 {
    float: left;
}

*::-ms-backdrop,.col-sm-8 {
    float: left;
}

*::-ms-backdrop,.col-md-4 {
    float: left;
}

*::-ms-backdrop,.col-md-8 {
    float: left;
}

*::-ms-backdrop,.col-sm-9 {
    float: left;
}

*::-ms-backdrop,.col-3 {
    float: left;
}

*::-ms-backdrop,.col-6 {
    float: left;
}

*::-ms-backdrop,.mb-1 div{
    float: left;
}

*::-ms-backdrop,h3 {
    clear: both;
}

.content:after{
content: '';
display: block;
clear: both;
}

*::-ms-backdrop,.align-items-center:after{
content: '';
display: block;
clear: both;
}

*::-ms-backdrop,.attachment:after{
content: '';
display: block;
clear: both;
}

*::-ms-backdrop,.g-2 div{
float: left;
}

*::-ms-backdrop,.col-sm-10{
max-width: 100%;
}

.breadcrumb h2 {
    font-size: 0.7em;
    /* font-weight: 700; */
    /* color: #176eb8; */
    /* text-align: center; */
    padding: 0px 0 0px 0;
    margin: 0px;
    display: inline-block;
	color: #525252;
}


.h3 {
    background: transparent;
    text-align: left;
    padding: 0px;
}

.h31 {
    font-size: 1.5em;
    font-weight: 700;
    color: #176eb8;
    text-align: center;
    padding: 30px 0 15px 0;
    background-color: transparent;
}

.h32 {
    background-color: transparent;
}

.h33 {
    text-align: center;
    font-size: 1.3em;
    background-color: #dfdfdf;
    padding: 8px 0 8px 0;
}

