/* Add here all your css styles (customizations) */
@page {
  margin: 1cm 1cm 2cm 2.5cm;
}   
.circle-wrap {
  margin: 50px auto;
  width: 150px;
  height: 150px;
  background: #e6e2e7;
  border-radius: 50%;
}
.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}
.circle-wrap .circle .mask {
  clip: rect(0px, 150px, 150px, 75px);
}
.circle-wrap .circle .mask .fill {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: #9e00b1;
}
.circle-wrap .circle .mask.full,
.circle-wrap .circle .fill {
  animation: fill ease-in-out 3s;
  transform: rotate(126deg);
}
 
@keyframes fill {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(126deg);
  }
}
.circle-wrap .inside-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  line-height: 130px;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
}
.circles-text {
  top: 25px !important;
  line-height: 70px !important;
}
.circle_text {
  font-size: 17px;
  line-height: 25px;
  color: #333;
}
/* Start Report Pring */
body {
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 26px;
	-webkit-print-color-adjust: exact;
	color: rgb(51, 51, 51);
}

th.blue {
	background: #08C;
	color: #FFF;
}

.table {
	width: 95%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

table {
    max-width: 100%;
    background-color: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    /*border-top: 0px none;*/
}
.table > thead > tr > th {
	-webkit-print-color-adjust: exact;
	vertical-align: middle;
	border: 2px solid rgb(221, 221, 221);
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	-webkit-print-color-adjust: exact;
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border: 1px solid rgb(221, 221, 221);
}

/* main*/
th.blue {
	background: #08C;
	color: #FFF;
}
.main {
	margin-top: 3em;
}
p {
	line-height: 30px;
}
code {
	line-height: 60px;
}
.apply_title {
  width: 95%;
  margin: 0 auto;
}
p.apply_no {
  margin: 0;
}
span.apply_date {
  float: right;
}

.agree {
  border: 2px solid black;
}
.agree td {
  border: 0px !important;
}
.agree p {
  color: black;
  font-size: 20px;
}
.list_title h2 {
  text-align: center;
  margin: 0;
}
.content {
  line-height: 50px;
}
p.content {
  margin-top: 0;
}
.inform {
  width: 80%;
  margin: 20px auto 20px;
}
/* End Report Pring */

main {
  position: relative;
  min-height: 100%;
  padding-bottom: 256px;
}

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 256px;
}
footer .g-py-10 {
  position: relative;
  height: unset;
}

.nav-visual{
	background-color: #0CC;
	font-family: "微軟正黑體";
	position: absolute;
	left: 0;
	color: #FFF;
	position:absolute;
	left:0px;
	width:100px;
	top: 0px;
}

@media (min-width: 992px) {
  .process {
    height: 30%;
  }
  .compelete {
    height: 50%;
  }
}

.ellipsis span{
  max-width:500px;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}