/*@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400&family=Poppins:wght@300&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  display: block;
}

legend, hr {
  display: none;
}

th {
  font-style: inherit;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}*/

/* main.css ==============================================*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  display: block;
}

::selection {
  background: #000;
  color: #fff;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

*:focus {
  outline: none;
}



* {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
}

.dashboard-list {
  margin: 3.5rem auto;
  max-width: 900px;
}
.dashboard-list li {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}
.dashboard-list a {
  display: block;
  padding: 0.8rem;
  background: transparent;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.dashboard-list a img {
  width: 100%;
  display: block;
}
.dashboard-list a.active {
  background: #eee;
}
.dashboard-list a.active img {
  /*border-radius: 1.5rem;
  border: 0.3rem solid #e60021;*/
}
.dashtt{
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
	background: #1d5a76;
	border-radius: .5rem;
	margin: .5rem 0 0 0;
}
.dash-arr{
	display: block;
	color: #1d5a76;
	overflow: hidden;
	font-size: 2.5rem;
	text-align: center;
	font-weight: 700;
	margin: -1rem auto 1rem auto;
	width: 40px;
}
.dash-arr i{
}

@media screen and (max-width: 1047px) {

}

.dashboard-info {
  float: left;
  width: 100%;
  padding: 0.5rem 1.9rem 1.5rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  background: #eee;
  position: fixed;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.dashboard-info h3 {
  color: #bc1b21;
  font-size: 1.6rem;
  font-weight: bold;
	margin-top: .75rem;
}
.color-red {
  color: #bc1b21;
}
.text-underline {
  text-decoration: underline;
}
.dashboard-info p {
  color: #575757;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
	margin-top: .25rem;
}
.dashboard-info p i{
  color: #bc1b21;
  font-size: 1.25rem;
	padding-right: .25rem;
}
.dashboard-info.active {
  position: static;
  opacity: 1;
  visibility: visible;
  max-height: 30rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  /*.dashboard-list i {
    height: 20vw;
  }*/
}
@media screen and (max-width: 800px) {
  .dashboard-list {
    margin: 1.5rem 0;
  }
  .dashboard-list a {
    padding: 0.3rem;
  }
  .dashboard-list a.active i:before, .dashboard-list a:hover i:before {
    border-width: 0.2rem;
  }
  .dashboard-info {
    padding: 0.5rem 1rem 1.5rem;
  }
  .dashboard-info.active {
    max-height: 50rem;
  }
  .dashboard-info h3 {
    line-height: 1.4;
    margin: 0.3rem 0;
	  font-size: 1.5rem;
	  text-align: left;
  }
.dashboard-info p {
  color: #575757;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
	margin-top: .25rem;
}
.dashboard-info p i {
  color: #bc1b21;
  font-size: 1.125rem;
  padding-right: .25rem;
}
.dash-arr {
  margin: -1.125rem auto 1rem auto;
}
}