@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結束 */


/*民眾服務網*/


/*背景*/

#T1{
	background-image:url(../web_img/people/BG.png);
	background-size:100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@media screen and (max-width: 768px) {
	#T1{
        background-image: url(../web_img/people/BG.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        height: 100%;
    }
}	

/*選單*/

.bg{
	background-color:transparent;
	box-shadow:transparent;
}
.logosize{
	width: 425px;
}

.navber_text{
	font-size:1.3em;
	font-weight:bold;
	padding:0.5rem 2rem;
}
.navber_text:hover,.navber_text:focus,.navber_text:active{
	padding:0.5rem 2rem;
	background:#fff;
	border-radius:10px;
	box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
}

.navber_login{
	background: linear-gradient(to right, #7dabf7d6 0%, #1a2884db 100%);
	font-size:1.3em;
	font-weight:bold;
	padding:0.2rem 2rem;
	color:#fff!important;
	border-radius:50px;
	width:120px;
	text-align:center;
}
.navber_login:hover,.navber_login:focus,.navber_login:active{
	box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
	background: linear-gradient(to right, #3b6cbed6 0%, #081149db 100%);
}

/*申請流程*/
.mt-6{
	margin-top:8rem;
}

.fontpage_btn{
	background: linear-gradient(to right, #7dabf7d6 0%, #1a2884db 100%);
    font-size: 1.2em;
    color: #fff ! Important;
    font-weight: bold;
    border-radius: 50px;
    width: 100%;
    padding: 1rem 1rem;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
    margin-bottom: 1rem;
    box-shadow: 4px 2px 15px 0rem rgb(34 84 156 / 67%);
}
.fontpage_btn:hover{
	background: linear-gradient(to right, #3b6cbed6 0%, #081149db 100%);
	transform:scale(1.02);
	
}

.AP_1{
	box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
	background-color:#fff;
	border-top-right-radius:2.5rem;
	border-bottom-right-radius:2.5rem;
	padding:1rem 2rem;
	margin:0;
}

.h1_apply{
	color:#144188;
	font-weight:bold;
	border-bottom:3px solid #144188;
	text-align:left;
	padding:0.5rem;
	width:70%;
}

.category{
	font-size:1.3em;
	background-color:#144188;
	color:#fff!important;
	border-radius:10px;
	padding:0.5rem 1.2rem;
	width:100%;
	font-weight:bold;
	vertical-align:middle;
}

.category_img{
	width:100%;
	height:auto;
}

.number1{
	width:40px;
	height:40px;
	border-radius:5px;
	background-color:#144188;
	margin-right:10px;
	color:#fff;
	font-size:1.6em;
	text-align:center;
	font-weight:bold;
	padding-top:2px;
}

.number_title{
	color:#144188!important;
	font-size:1.7em;
	font-weight:bold;
	line-height:38px;
}
.number_text{
	color:#1a7cde!important;
	font-size:1.25em;
	font-weight:bold;
	line-height:38px;
	margin-left: 3.2rem;
}
.icon{
	width:28px;
}

@media screen and (min-width: 1800px) {
	.AP_1{
		box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
		background-color:#fff;
		border-top-right-radius:2.5rem;
		border-bottom-right-radius:2.5rem;
		padding:3rem 4rem;
		margin:0;
	}
}
@media screen and (max-width: 768px) {
	.fixed-top, .sb-nav-fixed #layoutSidenav #layoutSidenav_nav, .sb-nav-fixed .sb-topnav {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.bg{
		background-color:#fff;
	}
	.logosize{
		width: 270px;
	}
	.AP_1{
		border-top-right-radius:0rem;
		border-bottom-right-radius:0rem;
		padding:1rem 1rem;
		margin:0;
	}
	.h1_apply{
		color:#144188;
		font-weight:bold;
		border-bottom:3px solid #144188;
		text-align:left;
		padding:0.5rem;
		width:100%;
	}
}


/*都市計畫容積移轉*/

.h2bak{
	background: linear-gradient(to right, #3061c4 0%, #7aa9f5 100%);
	border-radius:50px;
	width:120%;
	padding:0.8rem;
}
.AP_2{
	box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
	background-color:#fff;
	border-radius:2.5rem;
	border-bottom-right-radius:2.5rem;
	padding:2rem 2rem;
	margin-top:10rem;
	background-image: url("../web_img/people/B2bak.png");
	background-position:bottom;
	background-size:100%;
	background-repeat:no-repeat;
}
.AP2_title{
	font-size: 2em;
    font-weight: bold;
    margin-left: 8rem;
    color: #fff;
}
.AP2_img{
	width: 90px;
    margin-bottom: 3rem;
}

.start--2 {
    left: -2% !important;
}
.top--3 {
    top: -3% !important;
}
.start-17 {
    left: 17% !important;
}

.labelimg{
	width:120px;
	height:auto;
	margin-right:1.5rem;
}
.label2img{
	width:120px;
	height:120px;
	margin-right:1.5rem;
}

.linktitle{
	font-size:2.8em;
	color:#518fa0;
	font-weight:bold;
	line-height:55px;
	margin-top:2rem;
}

.linktitle2{
	font-size:2.8em;
	color:#149960;
	font-weight:bold;
	line-height:55px;
	margin-top:2rem;
}

.linktitle3{
	font-size:2.8em;
	color:#e5652e;
	font-weight:bold;
	line-height:55px;
	margin-top:2rem;
}
.link{
	color:#144188!important;
	font-size:1.15em;
	line-height:38px;
}
.start-90 {
    left: 90% !important;
}
.law_title{
	background-color: #144188;
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
    border-radius: 10px;
    width: 150px;
    padding: 0.5rem;
    margin-right: 2rem;
    text-align: center;
}

.box_law{
	border: 3px dashed #144188;
    border-radius: 20px;
    padding: 2rem;
	margin-top: 4rem !important;
}
.link_law{
	color: #666666 !important;
    font-size: 1.2em;
    line-height: 28px;
    text-indent: -2.2rem;
    margin-left: 2rem;
    display: block;
}


.number2{
	width:40px;
	height:40px;
	border-radius:5px;
	background-color:#2f4059;
	margin-right:10px;
	color:#fff;
	font-size:1.6em;
	text-align:center;
	font-weight:bold;
	padding-top:2px;
}

.number2_title{
	color:#2f4059!important;
	font-size:1.4em;
	font-weight:bold;
	line-height:38px;
	margin-bottom:1rem;
}

.link2{
	color: #144188 !important;
    font-size: 1.15em;
    line-height: 30px;
    text-indent: -2.5rem;
    display: block;
    margin-left: 6rem;
}


@media screen and (min-width: 1800px) {
	
}

@media screen and (max-width: 768px) {
	.h2bak{
		background: linear-gradient(to right, #3061c4 0%, #7aa9f5 100%);
		border-radius:50px;
		width:100%;
		padding: 0.5rem 1rem;
	}
	.AP_2{
		box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
		background-color:#fff;
		border-radius:0rem;
		padding:1rem 1rem;
		margin-top:4rem;
		background-image: url("../web_img/people/B2bak.png");
		background-position:bottom;
		background-size:100%;
		background-repeat:no-repeat;
	}
	.AP2_title{
		font-size: 1.6em;
		font-weight: bold;
		margin-left: 5rem;
		color: #fff;
	}
	.AP2_img{
		width: 60px;
		margin-bottom: 3rem;
	}
	.start-17 {
		left: 16% !important;
	}
	.top-50 {
		top: 85% !important;
	}
	.top--3 {
		top: -1% !important;
	}
	.start--2 {
		left: 5% !important;
	}
	.linktitle{
		font-size:1.8em;
		color:#518fa0;
		font-weight:bold;
		line-height:40px;
		margin-top:0rem;
		margin-left:3rem;
	}

	.linktitle2{
		font-size:1.8em;
		color:#149960;
		font-weight:bold;
		line-height:40px;
		margin-top:0rem;
		margin-left:3rem;
	}

	.linktitle3{
		font-size:1.8em;
		color:#e5652e;
		font-weight:bold;
		line-height:40px;
		margin-top:0rem;
		margin-left:3rem;
	}
	
	.number2_title{
		color:#2f4059!important;
		font-size:1.2em;
		font-weight:bold;
		line-height:38px;
		margin-bottom:1rem;
	}
	.link2 {
		color: #144188 !important;
		font-size: 1em;
		line-height: 30px;
		text-indent: 0rem;
		display: block;
		margin-left: 0rem;
	}
	.law_title {
		background-color: #144188;
		color: #fff;
		font-size: 1.4em;
		font-weight: bold;
		border-radius: 8px;
		width: 150px;
		padding: 0.3rem;
		margin-right: 0rem;
		text-align: center;
	}
	.start-90 {
		left: 30% !important;
	}
}



/*古蹟容積移轉*/


.h2bak_2{
	background: linear-gradient(to right, #54cc7d 0%, #55c8d0 100%);
	border-radius:50px;
	width:120%;
	padding:0.8rem;
}
.AP_3{
	box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
	background-color:#fff;
	border-radius:1.5rem;
	padding:2rem 2rem;
	margin-top:8rem;
	height: 400px;
}
.AP_3_2{
	box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
	background-color:#fff;
	border-radius:1.5rem;
	padding:2rem 2rem;
	margin-top:8rem;
	height: 400px;
}

.top--8 {
    top: -8% !important;
}

@media screen and (min-width: 1800px) {
	
}

@media screen and (max-width: 768px) {
	.AP_3 {
		box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
		background-color: #fff;
		border-radius: 1.5rem;
		padding: 1rem;
		margin-top: 8rem;
		height: 600px;
	}
	.AP_3_2{
		box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
		background-color:#fff;
		border-radius:1.5rem;
		padding:1rem;
		margin-top:6rem;
		height: 365px;
	}
}




/*增額容積移轉*/


.h2bak_3{
	background: linear-gradient(to right, #ff5146 0%, #ffa5a9 100%);
	border-radius:50px;
	width:120%;
	padding:0.8rem;
}

@media screen and (min-width: 1800px) {
	
}

@media screen and (max-width: 768px) {
	
}

/*容積代金基金專區*/


.AP_4{
	box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
	background-color:#fff;
	border-radius:2.5rem;
	padding:2rem 2rem;
	margin-top:8rem;
	background-image: url("../web_img/people/B3bak.png");
	background-position:bottom;
	background-size:100%;
	background-repeat:no-repeat;
}
.AP4_title{
	font-size: 2em;
    font-weight: bold;
    color: #fff;
}

.h2bak_4{
	background: linear-gradient(to right, #f4b819 0%, #ff865b 100%);
	border-radius:50px;
	width:100%;
	padding:0.8rem 8rem;
}


.class_title{
	padding:3.5rem 0rem;
	border-bottom:5px solid #0d476d;
	color:#0d476d;
	font-size:1.7em;
	font-weight:bold;
	height:135px;
	text-align:center;
}

.class_title2{
	padding:2rem 0rem;
	border-bottom:5px solid #0d476d;
	color:#0d476d;
	font-size:1.7em;
	font-weight:bold;
	height:135px;
	text-align:center;
}

.line{
	/*position: absolute; */
    /* width: 2px; */
    height: 100%;
    /* background-image: linear-gradient(to bottom, #fff 0%, #2a54af 100%, transparent 50%); */
    /* background-size: 2px 17px; */
    border-left: 2px dashed #2a54af;
    border-spacing: 14px !important;
	margin-top:1rem;
}

.col3cover{
	width:32%!important;
}


@media screen and (min-width: 1800px) {
	
}

@media screen and (max-width: 768px) {
	.AP_4{
		box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
		background-color:#fff;
		border-radius:0rem;
		padding:1rem;
		margin-top:6rem;
		background-image: url("../web_img/people/B3bak.png");
		background-position:bottom;
		background-size:cover;
		background-repeat:no-repeat;
	}
	.AP4_title{
		font-size: 1.6em;
		font-weight: bold;
		color: #fff;
	}
	.h2bak_4{
		background: linear-gradient(to right, #f4b819 0%, #ff865b 100%);
		border-radius:0px;
		width: 300px;
		padding:0.8rem 0rem;
	}
	
	.col3cover {
        width: 100% !important;
    }
	.px-5{
		padding:0!important;
	}
}


/*最新消息*/

.AP_5{
	box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
	background-color:#fff;
	border-top-right-radius:2.5rem;
	border-bottom-right-radius:2.5rem;
	padding:2rem 3rem;
	margin-top:8rem;
	vertical-align:middle;
}

.newstitle{
	font-size:2em;
	color:#144188!important;
	width:100%;
	font-weight:bold;
	vertical-align:middle;
}

.newsline{
	border-bottom: 1px solid #9f9f9f;
    padding: 0.5rem 0rem 2rem 0rem;
    width: 100%;
    height: 1px;
    display: block;
    margin-bottom: 1rem;
}

.newsday{
	font-size:1.2em;
	font-weight:bold;
	color:#ee5a24;
	margin-right:1rem;
	margin-left:2rem;
}

.newstext{
	font-size:1em;
	font-weight:bold;
	color:#000;
	
}


@media screen and (max-width: 768px) {
	.AP_5{
		box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
		background-color:#fff;
		border-top-right-radius:0rem;
		border-bottom-right-radius:0rem;
		padding:0.5rem;
		margin-top:5rem;
	}
	.newsline {
		border-bottom: 1px solid #9f9f9f;
		padding: 1rem 0rem 6rem 0rem;
		width: 100%;
		height: 1px;
		display: block;
		margin-bottom: 1rem;
	}
	.newsday{
		font-size:1.2em;
		font-weight:bold;
		color:#ee5a24;
		margin-right:1rem;
		margin-left:0rem;
	}

}




/*公告專區*/

.AP_6{
	box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
	background-color:#fff;
	border-top-left-radius:2.5rem;
	border-bottom-left-radius:2.5rem;
	padding:2rem 3rem;
	margin-top:5rem;
}

@media screen and (max-width: 768px) {
	.AP_6{
		box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
		background-color:#fff;
		border-top-left-radius:0rem;
		border-bottom-left-radius:0rem;
		padding:0.5rem;
		margin-top:5rem;
	}

}

/*footer*/

.footerbak{
	background-color:#a5c3ef;
	height:auto;
	padding:1rem;
	margin-top:4rem;
	box-shadow: 0px 0px 5px 0rem rgb(52 52 52 / 50%);
	border-top:20px solid #fff;
}

.logosize_footer{
	width:400px;
	padding-top:2rem;
}

.px-6{
	padding-left:8rem;
	padding-right:8rem;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 100%;
    background-color: currentColor;
    opacity: 0.5;
    color: #2a54af;
}

.footernewstext{
	font-size:1em;
	color:#000;
	margin-bottom:0;
	line-height:32px;
}

.footertext{
	font-size:1.1em;
	color:#0d476d;
	font-weight:bold;
}



@media screen and (min-width: 1800px) {
	
}

@media screen and (max-width: 768px) {
	.px-6{
		padding-left:0rem;
		padding-right:0rem;
	}
	.logosize_footer{
		width:300px;
		padding-top:2rem;
	}

}

/*民眾服務網END*/