
/*function_description*/
.function_description {
  width: 65%;
  padding-top: 8px;
  text-align: right;
}
.function_description ul {
  width: 100%;
}

.function_description ul li {
  display: inline-block;
  padding-left: 20px;
}

.function_description ul:first-of-type{
  margin-bottom: 10px;
}

.sp-area{
	width: 482px;
	margin-top: 65px;
}

.sp-area div{
	margin-top: 36px;
}

.sp-area__title, .sp-area__abstract{
	color: #181E20;
	font-weight: 400;
}

.sp-area__title{
	font-size: 36px;
	line-height: normal;
}

.sp-area__abstract{
	font-size: 20px;
	line-height: 1.5;
}

.sp-area__more{
	text-align: right;
}

.breadcrumb {
	font-size: 0.9375rem;
	text-align: left;
	padding: 20px 0px 0px 0px;
	min-height: 60px;
}

/*.breadcrumb span{
	display: none;
}*/

#wrapper > section > article.adj-full,
#wrapper > section > article.adj-full1{
	width: 100%;
	padding: 45px 0px;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 2px solid #EEF0EF;
	margin-bottom: 50px;
}

#wrapper > section > article.adj-full .nav-title,
#wrapper > section > article.adj-full1 .nav-title{
	font-size: 1.875rem;
}

#wrapper > section > article.adj-full1{
	padding: 45px 0px 0px 0px;
}

#wrapper > section:nth-child(2){
  padding-bottom: 80px;
}

.v_list_01 {
	width: 100%;
	border-collapse: inherit;
	border-spacing: 0px;
	margin-bottom: 70px;
	font-size: 1rem;
}

.v_list_01 th{
	background-color: #4071D4;
	color: #FFFFFF;
	padding: 10px;
	font-weight: 700;
}

.v_list_01 td{
	padding: 10px;
}

.v_list_01 th,
.v_list_01 td{
	line-height: 1.8;
}

.v_list_01 tr:nth-child(odd) td {
  background-color: #ffffff;
}
.v_list_01 tr:nth-child(even) td {
  background-color: #F0F4FD;
}

/*.v_list_01.verification th:nth-child(1),
.v_list_01.verification td:nth-child(1){
	width: 150px;
}

.v_list_01.verification th:nth-child(2),
.v_list_01.verification td:nth-child(2){
	width: 170px;
}

.v_list_01.verification th:nth-child(3),
.v_list_01.verification td:nth-child(3){
	width: 180px;
}

.v_list_01.verification th:nth-child(5),
.v_list_01.verification td:nth-child(5){
	width: 120px;
}

.v_list_01.verification th:nth-child(6),
.v_list_01.verification td:nth-child(6){
	width: 80px;
}*/


/*.v_list_01 tr:nth-child(odd) td {
  background-color: #fafafa;
}
.v_list_01 tr:nth-child(even) td {
  background-color: #f7f7ea;
}
.v_list_01 a:link {
  color: #c84c00;
  text-decoration: none;
}
.v_list_01 a:visited {
  color: #c84c00;
  text-decoration: none;
}
.v_list_01 a:hover, .v_list_01 a:active {
  text-decoration: underline;
  color: #008a4e;
}
.v_list_01 th {
  color: #202020;
}
.v_list_01 td {
  color: #202020;
}
.v_list_01 th {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #277ec9;
  border-right-color: #d5d5d8;
  border-bottom-color: none;
  border-left-color: none;
  color: white;
  background-color: #728b80;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
  font-family: Verdana, Arial;
  font-size: 0.819rem;
  padding-top: 0.875em;
  padding-bottom: 0.875em;
  padding-left: 0.5rem;
  padding-right: 0.5em;
}*/
/*.v_list_01 td {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-top-color: #e0e0e0;
  border-right-color: #e0e0e0;
  border-bottom-color: #e3e3e3;
  border-left-color: #e0e0e0;
  color: #202020;
  background-color: white;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
  font-family: Verdana, Arial;
  font-size: 0.819rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5rem;
  padding-right: 0.5em;
  line-height: 2;
}
.v_list_01 td.number {
  text-align: right;
  padding-top: 5px;
}
.v_list_01 td.date {
  text-align: center;
  padding-top: 5px;
}
.v_list_01 tr:nth-child(2) td:first-child {
  border-top: 0px;
}
.v_list_01 tr:nth-child(even) td {
  background-color: #f7f7ea;
}
.v_list_01 tr:nth-child(odd) td {
  background-color: #fafafa;
}*/

.pagination {
	display: flex;
	justify-content: center;
}

.pagination a,
.pagination span.selected{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #0349A1;
	font-weight: 400;
	line-height: 1;
	margin-right: 10px;
	border-radius: 8px;
	border: 1px solid #0349A1;
	padding: 10px 14px;
	font-size: 1rem;
	text-decoration: none;
}

.pagination a:hover,
.pagination span.selected {
	background-color: #4071D4;
	color: #ffffff;
	text-decoration: none;
}

.hybrid_01 th:first-child {
  border-top: 1px solid #728b80;
  text-align: left;
  line-height: 1.5;
}

/*v_list 01 content*/
.h_list_01 {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 0px;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.h_list_01 tr.odd td {
  background-color: white;
}
.h_list_01 tr.even td {
  background-color: #f7f5ef;
}
.h_list_01 a:link {
  color: #c84c00;
  text-decoration: none;
}
.h_list_01 a:visited {
  color: #c84c00;
  text-decoration: none;
}
.h_list_01 a:hover, .h_list_01 a:active {
  text-decoration: underline;
  color: #008a4e;
}
.h_list_01 th {
  color: #202020;
}
.h_list_01 td {
  color: #202020;
}
.h_list_01 th {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: none;
  border-right-color: none;
  border-bottom-color: white;
  border-left-color: none;
  color: #202020;
  background-color: #d6e2dd;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
  font-family: Verdana, Arial;
  font-size: 0.819rem;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  padding-left: 0.9em;
  padding-right: 0.9em;
  line-height: 1.5;
}
.h_list_01 td {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: none;
  border-right-color: none;
  border-bottom-color: white;
  border-left-color: none;
  color: #202020;
  background-color: white;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
  font-family: Verdana, Arial;
  font-size: 0.819rem;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  padding-left: 0.9em;
  padding-right: 0.9em;
  line-height: 2;
}
.h_list_01 td.number {
  text-align: right;
  padding-top: 1.3em;
}
.h_list_01 td.date {
  text-align: center;
  padding-top: 1.3em;
}
.h_list_01 th + td:first-child {
  border-top: 0px;
}

/*==bg_input begine============================================*/
.stepbystep {
  display: inline-block;
  width: 100%;
  border: 0px solid white;
  padding: 1.3125rem 1.75rem;
  background-color: #f7f7ea;
}
.stepbystep table:first-child {
  width: auto;
  margin: 0px auto 1.3125rem auto;
}
.stepbystep table:first-child td {
  background-image: url("../images/step_default.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 109px;
  height: 76px;
  text-align: center;
  padding: 0px 20px 0px 5px;
  color: #505050;
  line-height: 1.5;
  font-family: Verdana, Arial;
  font-size: 0.819rem;
}
.stepbystep table:first-child td.finish {
  background-image: url("../images/step_finish.png");
  color: #ffffff;
}
.stepbystep table:first-child td.process {
  background-image: url("../images/step_process.png");
  color: #505050;
}
.stepbystep table + table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 0px;
  border-top: 1px solid #ebeae3;
  margin-bottom: 0px 0px 0.6875rem 0px;
  padding: 1.4375rem 20% 0px 20%;
}
.stepbystep table + table td {
  text-align: left;
  background-image: none;
  word-wrap: break-word;
  word-break: break-all;
  width: 30%;
  padding: 0px 0.5rem;
  color: #505050;
  letter-spacing: 0.1px;
  line-height: 1.5;
  font-family: Verdana, Arial;
  font-size: 0.945rem;
}
.stepbystep table + table td span {
  display: inline-block;
}
.stepbystep table + table td:first-child {
  text-align: right;
  background-image: none;
  word-wrap: break-word;
  word-break: break-all;
}
.stepbystep table + table td:first-child span {
  background-color: #e3e2dc;
  line-height: 1.625rem;
  color: #505050;
  padding: 0px 0.3125rem;
}
.stepbystep table + table td.title span {
  padding: 0.5rem 0px;
  margin-bottom: 1rem;
  color: #559f00;
  border-bottom: 4px solid #559f00;
}

/*==bg_input begine============================================*/
input[type="checkbox"], input[type="radio"] {
  vertical-align: middle;
  font-size: 1rem;
  height: 20px;
  width: 20px;
}

input[type="file"] {
  margin: 0px 0.3125rem 0.625rem 0px;
}

div > img {
  vertical-align: middle;
  margin: 0.3125rem;
}

select {
  padding: 0.15rem 0.25rem;
}

textarea {
	border: 1px solid #C2CDDC;
}

input[type="text"] {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #C2CDDC;
	background-color: #FFFFFF;
}

textarea, input[type="text"]:focus {
	border: 2px solid #4071D4;
}

/*input[type="text"].special_width {
  width: 49.2%;
}*/

/*input[type="submit"], input[type="button"] {
  line-height: 2;
  padding-left: 3.5%;
  padding-right: 3.5%;
  background: #c84c00;
  border: 1px solid #c84c00;
  border-radius: 5px;
  margin: 0px auto;
  margin: 0px 1rem 0px auto;
  color: white;
  font-family: Verdana, Arial;
  border: none;
}
input[type="submit"]:hover, input[type="button"]:hover {
  color: white;
  background-color: #c3ac9e;
}*/

.query_block {
	width: 100%;
	padding: 28px 128px;
	border-radius: 24px;
	background-color: #E8F0FF;
	margin-bottom: 50px;
}

.query_block div{
	margin-bottom: 10px;
}

.query_block div label{
	width: 100px;
	display: inline-block;
	text-align: right;
}

.query_block div input{
	width: calc(100% - 100px);
}

.query_block div input.hasDatepicker{
	width: 135px;
}

.query_block div.btn-group{
	margin: 30px 0px 0px 0px;
	text-align: right;
}

.query_block div.btn-group input{
	width: auto;
	margin-left: 20px;
}



/*.table {
  width: 100%;
  margin-top: 0px;
}
.table td {
  word-wrap: break-word;
  word-break: break-all;
  line-height: 2;
}
.table td input {
  vertical-align: bottom;
}
.table td img {
  vertical-align: middle;
  padding: 0px 0% 0px 0.5%;
}
.table td.button_left {
  text-align: left;
}
.table td.btn_block {
  background-color: transparent;
  text-align: right;
}*/

.btn1, .btn1b, .btn1c {
	border-radius: 100px;
	border: 1px solid #0349A1;
	font-size: 1rem;
	font-weight: 400;
	color: #0349A1;
	text-decoration: none;
	padding: 10px 20px;
	display: inline-block;
	line-height: 1;
	background-color: transparent;
}

.btn1c1:visited, .btn1b:visited {
	color: #0349A1;
}

.btn1:hover, .btn1b:hover {
	color: #ffffff;
	background-color: #0349A1;
	text-decoration: none;
}

.btn1b {
	font-size: 1.25rem;
	font-weight: 700;
	padding: 10px 40px;
}

.btn1c {
	color: #656B74;
	border: 1px solid #656B74;
}

.btn1c:visited {
	color: #656B74;
}

.btn1c:hover {
	color: #ffffff;
	background-color: #656B74;
	text-decoration: none;
}

.btn2 {
	color: #0349A1;
	text-decoration: none;
	padding: 10px 20px;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
}

.btn2:visited {
	color: #0349A1;
}

.btn2:hover{
	color: #ffffff;
	border-radius: 8px;
	background-color: #0349A1;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	text-decoration: none;
}

#navID a.active{
	color: #ffffff;
	border-radius: 8px;
	background-color: #0349A1;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	text-decoration: none;
}

.btn3 {
	color: #884211;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	padding: 10px 24px;
	border: 1px solid #884211;
	text-decoration: none;
	display: inline-block;
}

/*.btn3:visited {
	color: #884211;
}

.btn3:hover {
	color: white;
	background-color: #884211;
	text-decoration: none;
}*/

/*.index .btn {
  font-size: 0.945rem;
}

.sec .btn {
  font-size: 0.945rem;
}*/

.btn_block {
  text-align: right;
  width: 100%;
  padding: 0.5% 0;
}

.red {
  color: red;
  padding: 0px 0.5%;
}

th span.red {
  padding: 0px 0.5%;
  display: inline-table;
  vertical-align: middle;
}

.substandard {
  color: #cf4848;
  padding: 0px 0.5%;
}

.qualified {
  color: #20a800;
  padding: 0px 0.5%;
}/*

.function_block {
  padding: 0px 3em;
  display: inline-table;
  margin-top: 3.75rem;
}

.sprite {
  height: 183px;
  border-right: 1px solid #e3e2d7;
  padding: 0px 3.9375rem;
  padding-left: 0px;
  display: table-cell;
}
.sprite figure a {
  width: 192px;
  height: 183px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  border-radius: 24px;
  background-color: transparent;
  line-height: 1.5;
  font-family: "Microsoft JhengHei", Verdana, Arial;
  font-size: 1.26rem;
}
.sprite figure a:visited {
  color: #c84c00;
}
.sprite figure a:hover {
  color: #c84c00;
}
.sprite figure a > figcaption {
  padding-top: 1.125rem;
}
.sprite:nth-child(2) {
  padding: 0px 3.9375rem;
}
.sprite:nth-child(3) {
  padding: 0px 3.9375rem;
  padding-right: 0px;
  border: none;
}

.sprite a:hover {
  background-color: #faefe6;
  text-decoration: none;
  cursor: pointer;
}*/

/*.login {
  width: 385px;
  height: 400px; 
  border-radius: 10px;
  padding: 0px;
  display: inline-block;
  background-color: #eeeded;
  float: left;
  margin: 6.1875rem 0px 0px 1.9375rem;
  text-align: center;
  font-family: "Microsoft JhengHei", Verdana, Arial;
}
.login p {
  border-bottom: 1px solid #e6d8d5;
  line-height: 1.5;
  font-family: "Microsoft JhengHei", Verdana, Arial;
  font-size: 1.89rem;
  text-align: center;
  color: #611807;
  line-height: 2;
}
.login a {
  display: inline-block;
  float: left;
  margin-left: 3.75rem;
  width: 130px; 
  font-family: "Microsoft JhengHei", Verdana, Arial;
}
.login a + a {
  float: right;
  margin-right: 3.75rem;
  margin-left: 0;
}
.login input {
  width: 250px;
  height: 42px;
  background-color: #cecdcd;
  color: #505050;
  margin: 0px auto;
  border: 1px solid #cecdcd;
  padding-left: 0.5rem;
 font-family: "Microsoft JhengHei", Verdana, Arial;
}
.login input + input {
  margin-top: 0.6875rem;
}
.login input[type="submit"] {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  background-color: #d64f00;
  color: white;
  border-radius: 0px;
  padding: 0px;
  border: 0px;
}
.login input[type="submit"]:hover {
  background-color: #3ab07e;
  color: white;
}*/

.FP{
  font-size: 0.45rem;
  margin-bottom: 0.5rem;
}
/*==base begine============================================*/
a {
  color: #0349A1;
  text-decoration: none;
}
a:visited {
  color: #0349A1;
}
a:hover {
  text-decoration: underline;
}

p {
  letter-spacing: 0.1px;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.sec #wrapper .main .Tabs {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 2.125rem;
}
.sec #wrapper .main .Tabs ul {
  margin-top: 0px;
  line-height: 1.5;
  font-family: Verdana, Arial;
  font-size: 1.008rem;
}
.sec #wrapper .main .Tabs ul li {
  display: inline-block;
  float: left;
  color: #202020;
}
.sec #wrapper .main .Tabs ul li a {
  color: #202020;
  text-decoration: none;
  font-family: Verdana, Arial;
  padding-bottom: 13px;
  display: inline-block;
  border-bottom: 3px solid #ffffff;
}
.sec #wrapper .main .Tabs ul li a:visited {
  text-decoration: none;
  color: #202020;
}
.sec #wrapper .main .Tabs ul li a:hover {
  text-decoration: none;
  color: #c74b00;
  border-bottom: 3px solid #c84c00;
}
.sec #wrapper .main .Tabs ul li#selected {
  border-bottom: 3px solid #c84c00;
  color: #c74b00;
  padding-bottom: 13px;
  display: inline-block;
}

.sec .extfooter figure {
  border: 0px;
}

.table_block {
  background-color: #f7f7ea;
  padding: 1.3125rem 1.75rem;
}

/*news nav for system col*/
aside ul li a{cursor: pointer;}
aside ul li a + .menu_show ul {
    padding-top: 0px;
    padding-bottom: 0px;
}

aside ul li a + .menu_show ul li{
    letter-spacing: 0.1px;
    line-height: 1.5;
    font-family: Verdana, Arial;
    font-size: 0.945rem;
    line-height: 2;
    margin-top: 0px;
}

aside ul li a + .menu_show ul li a{
    border-bottom: 1px solid white;
    padding: 0.625rem 0px;
    color: white; 
}

aside ul li a + .menu_show a {
  border-bottom: 1px solid white;
  padding: 0.625rem 0px;
  color: white;
}
aside ul li a + .menu_show a:visited {
  text-decoration: none;
  color: white;
}
aside ul li a + .menu_show a:hover {
  text-decoration: none;
  color: #fde679;
}

.windows,
.faq-item{
	display: flex;
}

.windows dl{
	width: 32%;
}

.windows dl:nth-child(2n){
	margin-left: 2%;
	margin-right: 2%;
}

.windows dl dt{
	border-bottom: 1px solid #EEF0EF;
}

.windows dl dt,
.windows dl dd{
	background-color: #ffffff;
	padding: 10px 20px;
}

.windows dl dt{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.windows dl dd:last-of-type{
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.faq-nav{
	width: 950px;
	margin: 30px auto 0px auto;
}

.faq-nav ul.faq-item{
	justify-content: center;
}

.faq-nav .faq-item li{
	margin-right: 30px;
}

.faq-nav .faq-item li:last-of-type{
	margin-right: 0px;
}

.faq-nav .faq-item li a{
	display: inline-block;
	padding: 1.375rem 0px 1.125rem 0px;
	border-bottom: 4px solid white;
	text-decoration: none;
	font-size: 1.125rem;
}

.faq-nav .faq-item li:hover a,
.faq-nav .faq-item li a.on{
	border-bottom: 4px solid #008768;
}

.tab-pane {
    display: none;
    padding: 20px 0;
}

.tab-pane.active {
    display: block;
}

.faq-content {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.faq-content dt{
	cursor: pointer;
	font-weight: bold;
	background-color: #fafaee;
	padding: 15px;
}

.faq-content dt::after {
	content: "";
	float: right;
	background-image: url("../images/icon_accordion_down.png");
}

.faq-content dt.active::after {
	content: "";
	background-image: url("../images/icon_accordion_up.png");
}

.faq-content dt::after,
.faq-content dt.active::after{
	width: 31px;
	height: 31px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-4px);
}

.faq-content dd{
	max-height: 0;
	overflow: hidden;
	transition: 
		padding 0.35s ease,
		max-height 0.35s ease;
}

/*.faq-content dd.open{
	
}*/

.faq-content dd div{
	padding: 15px;
	border-top: 1px solid #cccccc;
	line-height: 1.8;
}

.faq-content dd div p{
	margin-bottom: 1rem;
}

.faq-content dd div ul, .faq-content dd div ol{
	margin-left: 18px;
}

.faq-content dd div ul{
	list-style: circle;
}

.faq-content dd div ol{
	list-style: decimal;
}

