@charset "utf-8";
/* CSS Document */
/*
::-webkit-scrollbar
{
	display:none;
}
*/
body{
	font-family: 微軟正黑體, Microsoft JhengHei !important;
	background-color: #f8fafb; !important; /*b8b4d1de*/
}
a:link {
	font-family: "微軟正黑體";
    color: #000;
	text-decoration: none; 
}
a:hover {
    color: #1b386d; /* 當滑鼠經過時，超連結文字顏色變成藍色 */
    position: relative; /* 當滑鼠經過超連結時，超連結往右下位移1像素 */
    top: 1px;
    left: 1px;
	text-decoration: none;
}
a:visited {
	/*color: #000000;*/
}

.w-15 {
  width: 15% !important;
}
.w-70 {
  width: 70% !important;
}

/* operator設定 */
.operator1{
	/*display: block;*/
	width:100%;
}
.operator2{
	display: none;
}	

@media screen and (max-width: 768px) {
	.operator1{
	display: none;
	}
	.operator2{
	display: block;
	/*width:100%;*/
	}
}




.bg-gray{
	background-color:#c9cdd1 !important;
}
.bg-yellow{
	background-color: #e3bb94;
}
.text-yellow{
	color: #e2ad79;
}
/*btn-yellow*/
.btn-yellow {
  color: #fff;
  background-color: #e3bb94;
  border-color: #17a2b8;
}

.btn-yellow:hover {
  color: #fff;
  background-color: #e3bb94;
  border-color: #117a8b;
}

.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-yellow.disabled, .btn-yellow:disabled {
  color: #fff;
  background-color: #284c82;
  border-color: #284c82;
}

.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #284c82;
  border-color: #10707f;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-outline-yellow {
  color: #e3bb94;
  border-color: #284c82;
}

.btn-outline-yellow:hover {
  color: #fff;
  background-color: #e3bb94;
  border-color: #17a2b8;
}

.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow.dropdown-toggle {
  color: #fff;
  background-color: #284c82;
  border-color: #284c82;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/*btn-yellow*/

/* 表格響應式 */
/*額外做顏色，沒有什麼意義
tr.tr-only-hide {color: #D20B2A;}*/

@media (max-width: 736px) {
  .table-rwd{min-width: 100%;}
  /*針對tr去做隱藏*/
  tr.tr-only-hide {display: none !important;}
  /*讓tr變成區塊主要讓他有個區塊*/
  .table-rwd tr{
    display: block;
    border: 1px solid #ddd;
    margin-top: 5px;
  }
  .table-rwd td {
    text-align: left;
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    display: block;
	}
	.table-rwd td:before {
    /*最重要的就是這串*/
    content: attr(data-th) " : ";
    /*最重要的就是這串*/
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
	  margin-right: 10px;
    color: #D20B2A;
  }
  /*當RWD縮小的時候.table-bordered 會有兩條線，所以針對.table-bordered去做修正*/
  .table-rwd.table-bordered td,.table-rwd.table-bordered th,.table-rwd.table-bordered{border:0;}
  
}

/*input type 加入icon*/
.form-center .username input,.form-center .password input{
	display:inline-block;
    height: 50px;
    padding-left: 60px;
}

.form-control-feedback {
	display:inline-block;
    line-height: 50px;
    left: 20px;
} 



/*民眾版*/

.style-line2 {
  position: relative;
}
.style-line2 span {
  background: transparent;
  display: inline-block;
  padding: 10px;
  position: relative;
  width: auto;
  z-index:50;
}
.style-line2:after {
  background: #f8f8f8;
  content: "";
  display: block;
  height: 3px;
  margin-top: 20%;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 2;
}

.boxcs{
	text-decoration:none;
	width:250px;
}
.b-dark {
    border-top: 15px solid #000;
    border-bottom: 15px solid #000;
}
.b-green {
    border-top: 15px solid #82c38c;
    border-bottom: 15px solid #82c38c;
}
.b-blue {
    border-top: 15px solid #5390dc;
    border-bottom: 15px solid #5390dc;
}
.b-orange {
    border-top: 15px solid #ec7a58;
    border-bottom: 15px solid #ec7a58;
}

.text-org{
	color:#9d661d;
}

.turn{
	color:#28a745!;
}
.turn:hover{
	color:#fff;
}
.table tbody tr th,.table tbody tr td{
	vertical-align: middle;
}


.text-infoCC{
	color:#346683!;
}

.btn-infoCC {
	background-color:#5986a1;
}
.text-purple{
	color:#7157ce !important;
}


/* 線上申請網style開始 */
.bg-s{
	/* background-color:#e3efff; */
	background-image: url("../web_img/S_bg.png");
	/* background-position:top; */
	background-size: 100%;
	/* background-attachment: fixed; */

}

.bg-s-cpb{
	/* background-color:#e3efff; */
	background-image: url("../web_img/S_B_bg.png");
	/* background-position:top; */
	background-size: 100%;
	/* background-attachment: fixed; */

}



.logo-size{
	max-width:80%;
}
@media (max-width: 768px) {
	.logo-size{
	max-width:80%;
	}
	
	.bg-s{
		background-color:#e3efff;
		background-size: cover;
	}
	
	.bg-s-cpb{
		background-color:#e3efff;
		background-size: cover;
	}
}

.nav-link-color{
  background: -webkit-linear-gradient(#000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight:normal;
}

.nav-link-color:hover{
  background: -webkit-linear-gradient(#2672de, #002d7b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight:bold;
}

.luck{
	border:1px solid #bccae0;
	border-radius:100px;
	padding: .9rem;
	width:48px!important;
	background: -webkit-linear-gradient(#f6f6f6, #bccae0);
}



/* 以下藍色按鈕 */
/* 原始狀態 */
.btn-blue {
	color: #fff;
	background: -webkit-linear-gradient(#7daaf6, #3f7de0);
	border-radius:10px;
	padding:10px 20px;
	font-size:1.2em;
	border:0px;
}
 /* 滑入狀態 */
.btn-blue:hover {
	color: #fff;
	background: -webkit-linear-gradient(#6e95d8, #376cc2);
	-webkit-transform: translateY(2px);
    transform: translateY(2px);
}
/* 按下邊框 */
.btn-blue:focus, .btn-blue.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(87, 97, 130, 0.5);
	 box-shadow: 0 0 0 0.2rem rgba(87, 97, 130, 0.5); 
 }
	
/* 按下之後效果 */
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
	color: #fff;
	background-color: #659b8e;
	border-color: #659b8e; 
}
/* 按下瞬間邊框 */
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.3rem rgba(87, 97, 130, 0.5);
	box-shadow: 0 0 0 0.3rem rgba(87, 97, 130, 0.5); 
}

input[type="submit"].btn-blue,
input[type="reset"].btn-blue,
input[type="button"].btn-blue {
  width: 100%; }
 
/* 以上藍色按鈕 */

/* 以下藍色-深按鈕 */
/* 原始狀態 */
.btn-blue-dark {
	color: #3d4256;
	background-color:#fff;
	padding:10px;
	border:1px solid ;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
 /* 滑入狀態 */
.btn-blue-dark:hover {
	color: #fff;
	background-color:#575f77;
	font-weight:bold;
}
/* 按下邊框 */
.btn-blue-dark:focus, .btn-blue-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(87, 97, 130, 0.5);
	 box-shadow: 0 0 0 0.2rem rgba(87, 97, 130, 0.5); 
 }
	
/* 按下之後效果 */
.btn-blue-dark:not(:disabled):not(.disabled):active, .btn-blue-dark:not(:disabled):not(.disabled).active,
.show > .btn-blue-dark.dropdown-toggle {
	color: #fff;
	background-color: #575f77;
	border-color: #575f77; 
}
/* 按下瞬間邊框 */
.btn-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-blue-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.3rem rgba(87, 97, 130, 0.5);
	box-shadow: 0 0 0 0.3rem rgba(87, 97, 130, 0.5); 
}

input[type="submit"].btn-blue-dark,
input[type="reset"].btn-blue-dark,
input[type="button"].btn-blue-dark {
  width: 100%; }
/* 以上藍色-深按鈕 */

/* 以下紅色按鈕 */
/* 原始狀態 */
.btn-red {
	color: #fff;
	background: -webkit-linear-gradient(#f15c5a, #db2121);
	border-radius:10px;
	padding:10px 20px;
	font-size:1.2em;
	border:0px;
}
 /* 滑入狀態 */
.btn-red:hover {
	color: #fff;
	background: -webkit-linear-gradient(#d85251, #c21d1d);
	-webkit-transform: translateY(2px);
    transform: translateY(2px);
}
/* 按下邊框 */
.btn-red:focus, .btn-red.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 89, 75, 0.5);
	 box-shadow: 0 0 0 0.2rem rgba(38, 89, 75, 0.5); 
 }
	
/* 按下之後效果 */
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
	color: #fff;
	background-color: #659b8e;
	border-color: #659b8e; 
}
/* 按下瞬間邊框 */
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.3rem rgba(38, 89, 75, 0.5);
	box-shadow: 0 0 0 0.3rem rgba(38, 89, 75, 0.5); 
}

input[type="submit"].btn-red,
input[type="reset"].btn-red,
input[type="button"].btn-red {
  width: 100%; }
 
/* 以上紅色按鈕 */


/* 以下紅色-深按鈕 */
/* 原始狀態 */
.btn-red-dark {
	color: #910707;
	background-color:#fff;
	padding:10px;
	border:1px solid ;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
 /* 滑入狀態 */
.btn-red-dark:hover {
	color: #fff;
	background-color:#c21d1d;
	font-weight:bold;
}
/* 按下邊框 */
.btn-red-dark:focus, .btn-red-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(87, 97, 130, 0.5);
	 box-shadow: 0 0 0 0.2rem rgba(194, 29, 29, 0.5); 
 }
	
/* 按下之後效果 */
.btn-red-dark:not(:disabled):not(.disabled):active, .btn-red-dark:not(:disabled):not(.disabled).active,
.show > .btn-red-dark.dropdown-toggle {
	color: #fff;
	background-color: #c21d1d;
	border-color: #c21d1d; 
}
/* 按下瞬間邊框 */
.btn-red-dark:not(:disabled):not(.disabled):active:focus, .btn-red-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-red-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.3rem rgba(194, 29, 29, 0.5);
	box-shadow: 0 0 0 0.3rem rgba(194, 29, 29, 0.5); 
}

input[type="submit"].btn-red-dark,
input[type="reset"].btn-red-dark,
input[type="button"].btn-red-dark {
  width: 100%; }
/* 以上紅色-深按鈕 */

.test{
	background-color:#ccc!important;
}
/* 文字強制對齊 */
.justify{
	width:80%;
	display:bolck;
	text-align:justify;
	text-align-last: justify;
}

.bg-ramp{
	 background: linear-gradient(to bottom, #f8fafb 55%, #e4e8ef 100%);
	 background-size:100%;
	 background-attachment: fixed;
}
.bg-ramp-cpb{
	 background: linear-gradient(to bottom, #f2fcfc 55%, #dce9ef 100%);
	 background-size:100%;
	 background-attachment: fixed;
}


/* 成果底板開始 */
.postcard {
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  margin: 2em 0em;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border:1px solid #ccc;
  background-color:#fff;
}

/* 查詢按鈕開始 */
.btn-file-link {
  background-color: transparent;
  border: 1px solid #1049ad;
  padding:.3em .3em;
  color: #1049ad!important;
  text-align:center;
}

.btn-file-link:hover {
  background-color: #1049ad;
  border:1px solid #1049ad;
  color: #fff!important;
}


/* 查詢按鈕結束 */

.btn-lightblue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5380d9;
  --bs-btn-border-color: #5380d9;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4569b3;
  --bs-btn-hover-border-color: #3f63a6;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3f63a6;
  --bs-btn-active-border-color: #3b5c9a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5380d9;
  --bs-btn-disabled-border-color: #5380d9;
}

.text-blue-dark{
	color:#002d7b!important;
}

.text-blue-light{
	color:#1049ad!important;
}

.direction_icon {
    position: relative;
    display: block;
	border:0;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: transparent;
    background:-webkit-linear-gradient(#2672de, #002d7b);
    background-clip: text;
    margin:0em .6em;
	/* font-size:1.5em; */
	border:0px solid #fff;
	margin-top:5px;
}
.direction_icon:hover{
    color: transparent!important;
    background:-webkit-linear-gradient(#2672de, #002d7b);
    background-clip: text!important;
}

.text-title{
	color: transparent;
    background:-webkit-linear-gradient(#2672de, #002d7b);
    background-clip: text;
}


.QA-title{
	color:#002d7b;
	font-weight:bold;
}


.sort-style{
	padding:1em 1em;
	margin:.5em 1em;
	background-color:#f6f6f6;
}
.sort-style:hover{
	background-color:#dce3ea;
}

.sort-style-blue{
	padding:1em 1em;
	margin:.5em 1em;
	background-color:#dce3ea;
}
.sort-style-blue:hover{
	padding:1em 1em;
	margin:.5em 1em;
	background-color:#c3cfe1;
}

.sort-style-green{
	padding:1em 1em;
	margin:.5em 1em;
	background-color:#e8f0e8;
}
.sort-style-green:hover{
	padding:1em 1em;
	margin:.5em 1em;
	background-color:#d8ebd8;
}

.sort-style-yellow{
	padding:1em 1em;
	margin:.5em 1em;
	background-color:#fffbf2;
}
.sort-style-yellow:hover{
	padding:1em 1em;
	margin:.5em 1em;
	background-color:#fff5e0;
}

.sort-style-red{
	padding:1em 1em;
	margin:.5em 1em;
	background-color:#fcf0ef;
}
.sort-style-red:hover{
	padding:1em 1em;
	margin:.5em 1em;
	background-color:#fce5e4;
}





/* 線上申請網style結束 */


