@charset "utf-8";
/* CSS Document */
* {
	font-family: 微軟正黑體, Microsoft JhengHei, Arial;
}

body, h1, h2, h3, h4, h5, h6, a, p, select {
	font-family: 微軟正黑體, Microsoft JhengHei, Arial;
}
/*文字反選顏色*/
::-moz-selection {
	background: rgba(255, 255, 255, .9);
	color: #009E96;
}

::selection {
	background: rgba(255, 255, 255, .9);
	color: #009E96;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #BBBBBB;
	opacity: 1; /* Firefox */
}

/*a:focus {
	background-color: #F7AD00 !important;
}*/
a:hover {
	/*filter:brightness(120%);*/
	
}
/*a:focus img {
-webkit-filter:saturate(0.2);
}*/
html {
	height: 100%;
	margin: 0;
}

body {
	margin: 0;
	min-height: 100%;
	width: 100%;
	background-size: cover;
	min-width: 1280px;
}

/*清除格式*/
.CleanFormat {
	clear: both;
}

article::after, section::after, header::after {
	content: "";
	display: block;
	clear: both;
}

/*分隔線*/
.Dividers {
	margin: auto;
	width: 100%;
	height: 1px;
	border-top: 1px solid #9a0036;
	padding-bottom: 15px !important;
}

/*-------------------------WebStart-----------------------*/
#wrap {
	
}

/*-------------------------Header-----------------------*/
header {
	background: #ffffff;
	height: 62px;
	border-bottom: 8px solid black;
	border-image: -webkit-linear-gradient(85deg, #9A0036, #D93657) 0 100;
	border-image: -moz-linear-gradient(#9A0036, #D93657) 0 100;
	border-image: linear-gradient(85deg, #9A0036, #D93657) 50 50;
}

#header {
	padding: 0px 5%;
	font-size: 0;
	height: 62px;
}

#header::before {
	content: "";
	height: 100%;
	width: 0;
	display: inline-block;
	vertical-align: middle;
}

#header>div {
	display: inline-block;
	vertical-align: middle;
}

#Logo {
	width: 215px;
	height: 62px;
}

#Logo img {
	display: block;
	height: 62px;
	width: auto;
	/*padding-top: 1px;
	padding-bottom: 4px;*/
}

/*---------登入前---------*/
#LogBef {
	width: 50px;
}

/*---------登入後---------*/
#LogAft {
	width: calc(100% - 215px);
	font-size: 0;
}

#LogAftTitle {
	display: inline-block;
	padding: 18.5px 0;
	width: calc(100% - 400px);
	text-align: center;
	vertical-align: middle;
}

#LoginOkBk {
	display: inline-block;
	width: 400px;
	vertical-align: middle;
}

#LogHYear {
	padding-bottom: 3px;
	border-bottom: 1px solid #A7276D;
	margin-bottom: 3px;
}

#LogHYear, #LogHName, #LogHUnit {
	font-size: 0;
}

#LogHYear div, #LogHName div, #LogHUnit div {
	display: inline-block;
}

.LogHTitle {
	font-size: 14px;
	line-height: 16px;
	width: 70px;
	vertical-align: top;
	text-align: center;
}

.LogHYFont {
	width: 80px;
	font-size: 14px;
}

.LogHOut {
	width: 40px;
	font-size: 14px;
	line-height: 16px;
}

.LogHSys {
	width: 200px;
	font-size: 14px;
	line-height: 16px;
}

.LogHFont {
	width: 330px;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	max-height: 36px;
	overflow: hidden;
}

.LogHOut a, .botColor {
	color: #A7276D;
	font-weight: bold;
}

/*-------------------------BODY-------------------------*/
article {
	border-top: 12px solid #ffffff;
	padding: 20px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#e6e6e6', GradientType=0); /* IE6-9 */
}

section {
	font-size: 0;
	width: 1280px;
	margin: 0 auto;
}

section>div {
	display: inline-block;
	vertical-align: top;
}

/*-------------------------FOOTER-----------------------*/
footer {
	background: #4D4D4D;
	padding: 20px 0;
	text-align: center;
	color: #ffffff;
	line-height: 25px;
}

#WebSiteDeclaration ul {
	font-size: 0;
}

#WebSiteDeclaration li {
	display: inline-block;
	margin: 0 5px;
}

#WebSiteDeclaration a {
	color: #F1D8BF;
	font-size: 16px;
}

#WebSiteDeclaration a:hover {
	text-decoration: underline;
}

#CopyRight {
	font-size: 16px;
}
/*--------------------------內容開始-------------------------------*/

/*-----------------------首頁-------------------------*/
/*----------左側內容----------*/
#leftBk {
	width: 280px;
	margin-right: 0px;
}

/*--選單--*/
nav {
	width: 200px;
	margin-bottom: 50px;
}

nav li {
	overflow: hidden;
	margin-bottom: 30px;
}

nav li:last-child {
	margin-bottom: 0;
}

nav a {
	border-radius: 8px;
	border: 1px solid #9A0036;
	display: block;
	background: #FFFFFF;
	text-align: center;
	height: 48px;
	font-size: 22px;
	line-height: 48px;
	font-weight: normal;
	color: #9A0036;
	transition: .3s;
}

nav a:hover {
	background: #FCF3F4;
	color: #9A0036;
	font-weight: bold;
}

/*--下載軟體--*/
#DownLoadLink {
	width: 200px;
	text-align: center;
	margin-bottom: 40px;
}

#DownLoadLink a, #DownLoadLink img {
	width: 120px;
	display: block;
	margin: 0 auto;
}

#DownLoadLink a p {
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
}

/*--網頁說明--*/
#WelcomeTxt h1 {
	font-size: 24px;
	color: #829ABE;
	margin-bottom: 10px;
}

#WelcomeTxt p {
	font-size: 18px;
	color: #3E3A39;
}

/*----------地圖區塊----------*/
#MapBlock {
	width: 583px;
}
/*--地圖名稱--*/
/*#HoverPlace {
	height: 50px;
	width: 100%;
	margin-bottom: 30px;
}
#PlaceName {
	background: #97CAAB;
	border-radius: 25px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	line-height: 50px;
	letter-spacing:10px;
	opacity: 0;
	transition: 1s;
}*/

/*--地圖--*/
#MapBk {
	width: 583px;
	height: 667px;
	display: block;
	position: relative;
	background: url("../images/Map/Bank_MapImg.png") no-repeat 100% center;
	transform: scale(0.9);
}

#MapLinkImg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#MapMask {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

#MapMask li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

#MapMask li img {
	display: block;
	position: absolute;
	transition: .5s;
}

/*-各地位置-*/
#Map01 img {
	top: 19px;
	left: 491px;
}

#Map02 img {
	top: 0px;
	left: 421px;
}

#Map03 img {
	top: 40px;
	left: 357px;
}

#Map04 img {
	top: 71px;
	left: 340px;
}

#Map05 img {
	top: 92px;
	left: 335px;
}

#Map06 img {
	top: 113px;
	left: 281px;
}

#Map07 img {
	top: 166px;
	left: 253px;
}

#Map08 img {
	top: 217px;
	left: 208px;
}

#Map09 img {
	top: 203px;
	left: 280px;
}

#Map10 img {
	top: 291px;
	left: 181px;
}

#Map11 img {
	top: 322px;
	left: 176px;
}

#Map12 img {
	top: 334px;
	left: 227px;
}

#Map13 img {
	top: 364px;
	left: 168px;
}

#Map14 img {
	top: 462px;
	left: 248px;
}

#Map15 img {
	top: 55px;
	left: 427px;
}

#Map16 img {
	top: 178px;
	left: 366px;
}

#Map17 img {
	top: 347px;
	left: 319px;
}

#Map18 img {
	top: 13px;
	left: 121px;
}

#Map19 img {
	top: 285px;
	left: 0px;
}

/*--地名顯示--*/
#tooltip2 {
	width: 150px;
	background: #97CAAB;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	box-shadow: 0 0 5px #666;
	/*padding: 3px 15px;*/
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	position: absolute;
	z-index: 999;
	display: none;
}

/*-----------右側內容---------*/
#rightBk {
	width: 280px;
	margin-left: 137px;
}

/*--活動訊息--*/
#ADBk {
	margin-bottom: 50px;
}

.ADImg {
	display: block;
	padding: 15px 0;
}

.ADImg img {
	display: block;
	width: 100%;
	height: auto;
}

/*--最新消息--*/
.IndexNewsList {
	border-bottom: 1px solid #000000;
}

.IndexNewsList li {
	border-bottom: 1px dashed #000000;
}

.IndexNewsList li:last-child {
	border-bottom: none;
}

.IndexNewsList a {
	color: #3E3A39;
	font-size: 16px;
	line-height: 45px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .30s;
}

.IndexNewsList a:hover {
	background: #D93657;
	color: #ffffff;
}

.IndexNewsList a span {
	color: #D93657;
	font-size: 12px;
	margin-right: 5px;
	transition: .30s;
}

.IndexNewsList a:hover span {
	color: #ffffff;
}

.MoreLink {
	text-align: right;
}

.MoreLink a {
	text-decoration: underline;
	line-height: 40px;
	color: #A7276D;
}

/*-----------------------登入頁-------------------------*/
/*--------左側區塊寬度更新--------*/
#LoginLeftBk {
	width: 200px;
	margin-right: 68.5px;
}

/*------------登入區塊-----------*/
#LoginBk {
	box-shadow: 0px 0px 20px 0px #DCDCDC;
	padding: 30px 20px 100px;
	border-radius: 15px;
	width: 623px;
	background: #ffffff;
}

.LogInfoTxt {
	border: 1px solid #CF7C34;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	border-radius: 8px;
	margin-bottom: 30px;
	background-color: #FBF3EB;
}

.FormList li {
	margin-bottom: 30px;
}

.FormList label {
	display: inline-block;
	text-align: right;
	width: 40%;
	font-size: 20px;
	line-height: 35px;
}

.FormList select {
	width: 200px;
	border: 1px solid #999999;
	background: url(../images/selectIcon.png) no-repeat 180px 15px, #FFFFFF;
	line-height: 35px;
	padding-left: 10px;
	font-size: 20px;
	cursor: pointer;
	border-radius: 8px;
	transition: .3s;
}

.FormList select:hover, .FormList select:focus {
	background: url(../images/selectIcon.png) no-repeat 180px 15px, #f9f9f9;
}

.FormList select:disabled {
	background: url(../images/selectIcon.png) no-repeat 180px 15px, #dedede;
	cursor: no-drop;
}

.FormList input[type=text], .FormList input[type=password], #VCodeBk input
	{
	transition: .3s;
	border: 1px solid #999999;
	padding: 5px 10px;
	font-size: 20px;
	line-height: 25px;
	width: 180px;
	border-radius: 8px;
	background: #FFFFFF;
}

.FormList input[type=text]:hover, .FormList input[type=text]:focus,
	.FormList input[type=password]:hover, .FormList input[type=password]:focus,
	#VCodeBk input:hover, #VCodeBk input:focus {
	background: #f9f9f9;
}

.FormList p {
	color: #D93657;
	padding-left: 40%;
	display: block;
	font-size: 14px;
	line-height: 30px;
}

/*--驗證碼--*/
#VCodeBk {
	text-align: center;
	margin: 20px 0 50px;
}

#VCodeBk label, #VCodeBk a {
	font-size: 18px;
	line-height: 40px;
}

#VCodeBk input {
	width: 150px;
	font-size: 18px;
	line-height: 35px;
}

#VCodeBk img {
	height: 40px;
	vertical-align: top;
}

#VCodeBk a {
	color: #9A0036;
	text-decoration: underline;
	transition: .3s;
}

#VCodeBk a:hover {
	color: #231815;
}
/*--按鈕--*/
#formBtn {
	text-align: center;
}

#formBtn li {
	display: inline-block;
	margin: 0 10px;
}

.btnStyle {
	color: #ffffff;
	background: #9A0036;
	border: none;
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
	width: 135px;
	border-radius: 8px;
	cursor: pointer;
	transition: .3s;
}

.btnStyle:hover {
	color: #FFFFFF;
	background: #D93657;
	font-weight: bolder;
}

.btnStyle2 {
	color: #FFFFFF;
	background: #333333;
	border: none;
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
	width: 135px;
	border-radius: 8px;
	cursor: pointer;
	transition: .3s;
}

.btnStyle2:hover {
	color: #FFFFFF;
	background: #808080;
	font-weight: bolder;
}
/*--------右側區塊更新--------*/
#LoginRightBk {
	width: 280px;
	margin-left: 68.5px;
}

#CityImgBk {
	box-shadow: 0px 0px 20px 0px #DCDCDC;
	padding: 15px 0;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 50px;
}

.CityView img, .CityLogo img {
	display: block;
	width: 100%;
	height: auto;
}

.CityLogo {
	padding: 10px 15px 0;
}
/*-----------------------------------共用項目----------------------------------*/
/*--區塊標題--*/
h4.BkTitle {
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	color: #231815;
	border-bottom: 1px solid #000000;
}

/*---表單設定---*/

/*--自適應內容--*/
@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 1024px) {
	@media screen and (orientation:portrait) { /*--直式--*/
	}
	@media screen and (orientation:landscape) { /*--橫式--*/
	}
}