@import url("reset.css");

*{
	padding: 0;
	margin: 0;
}


body{
	font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}



.display-in-pc{
	width:100%;background-color:#FFFFFF; margin: 0 auto;max-width: 1200px;
}


.pc_header{
	margin: 20px 5px;
	margin-bottom: 50px;
}

.pc_header a{
	margin: 0 20px;
}

.pc_header img{
	margin: -5px 10px;
}

.button{
	color: #6d6d6d;
	font-weight: bold;
}

.button_in{
	color: #009e96;
	font-weight: bold;
}

.note{
	float: right;
	border: solid 1px #F8524C;
	color: #F8524C;
	padding: 5px 10px;
	font-size: 14px;
}

.line{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #009e96;
    text-align: center;
    margin: 25px 5px;
}


/* pay-card */
.container{
  max-width: 1200px;
  margin: 0 auto;
}
.card{
  /* 設定父親定位點 */
  position: relative;
  width: 31%;
  float:left;
  margin: 100px 0;
  margin-left: 20px;
}
.card img{
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
	.card {
		float: none;
		width: 50%;
		margin: 0 auto;
	}

	
}

#identity{
	max-width: 550px;
}
#identity img{
  display: block;
  width: 100%;
  height: auto;
}

/* pc_footer */
.pc_footer {
  background-color: #009e96;
  border-radius: 50%;
  width: 30px;
  z-index:100;
  overflow: hidden;
  position: fixed;
  right: 2%;
  bottom:5%;
  width: auto;
}

.pc_footer a {
  color: #fff;
  font-size: 14px;
  float: left;
  display: block;
  padding: 18px 10px;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
}


.pc_footer:hover{
  opacity: 0.7;
}



/* 帳務總覽按鈕 */
.first{
	width: 100%;
}

.left{
	float: left;
}
.L{
	width: 26.1%;
}
.M{
	width: 22.9%;
}
.R{
	width: 51%;
}



/* Style the tab */
.tab {
  overflow: hidden;
  margin: 10px 35px;
}


/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px 0;
  width: 180px;
  margin: 0 5px;
  transition: 0.3s;
  font-size: 15px;
  color: #fff;
  background-color: #ccecea;

}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #709996;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #709996;
}

.tab a{
	background-color: inherit;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px 0;
  border-radius: 30px;
  width: 150px;
  text-align: center;
  margin: 0 5px;
  transition: 0.3s;
  font-size: 15px;
  color: #fff;
  background-color: #709996;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  margin: 0 15px;
  border-top: none;
}


/* 當螢幕的寬度少於420px 隱藏物件。 */
@media (max-width:420px) {
	.display-in-pc{
		display: none;
	}
}



/* 當螢幕的寬度少於420px 顯示出來 */
@media (min-width:420px) {
	.display-in-mobile {
		display: none;
	}
}



.display-in-mobile{
	width:100%;background-color:#FFFFFF; margin: 0 auto;max-width: 420px;
}


header {
	  display: block;
	  position: fixed;
	  cursor: pointer;
	  z-index: 999;
	  top: 0;
	  width: 100%;
	  margin: 0 auto;
	  text-align: center;
	}

	.header{
		width: 100%;
	}
	.header img{
		width: 100%;
	}


footer {
	  background-color: #fff;
	  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	  display: block;
	  position: fixed;
	  cursor: pointer;
	  z-index: 999;
	  bottom: 0;
	  max-width: 420px;
	  width: 100%;
	  margin: 0 auto;
	  text-align: center;
	}
	a{
		text-decoration: none;
		margin: 0 auto;
	}
	.footer{
		max-width: 420px;
		font-weight: bold;
	}
	.icon img{
	 width: 13%;
	 margin: 5px 10px 0px 10px;
	}
	@media (max-width: 320px) {
		.icon img{
			margin: 5px 5px 0px 5px;
		}
	}

	.btn{
	    height: 50px;
	    border: solid 1px #00a19b;
	    color: #00a19b;
	    display: flex;
	    font-weight: bold;
	    justify-content: center;
	    align-items: center;
	    cursor: pointer;
	}

	/* 20260128 */

	.sotre-pic{
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	@media (max-width: 820px) {
	.sotre-pic{
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	}