/*	lg狀態 */
@media (min-width: 1200px){
	.container {
	    width: 1200px!important;
	}
	/* m8_form */
	div[data-source=m8_form]>form{
	   margin: 0 10%;
	}
}
/* xs狀態 */
@media (max-width: 768px){
	/* form table長度設定 */
	.table_td{
		flex: 2;
	}
	.form-group > label{
		margin-bottom: 20px!important;
	}
	.form-group{
		margin-left: auto;
	}
	.wid95 > textarea,input[type=text]{
		width: 85%!important;
	}
	#Table_01[class*=visible-xs]{
		border-bottom: 1px solid #D4D4D4;
	}

}

/* 側滑選單*/
#slider_scroll
{
    top: 0;
    left:-300px;
    width:300px;
    z-index:9999;
    position: fixed;
}

#slider_content{
    background:#F3F3F3;
    text-align:center;
    padding-top:20px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.slider_title{
	border-bottom: #888888 1px solid;
	margin-bottom: 17px;
	padding-bottom: 8px;
	color: #888888;
}
.slider_box{
	position: relative;
	color: #5c5c5c;
	border:1px solid #888;
	box-shadow:gray 0.5px solid;
	background-color: #fff;
	padding: 2px;
	width: 100%;
}
.slider_box > .slider_info_title{
	color: #c77720;
	font-size: 16px;
	margin: 4px 0px 4px 0px;
}
.link_1:hover,.link_1:focus{
	color: #F5E78B;
}
.slider_li{
	float: none;
	text-align: left;
    margin-bottom: 20px;
}
.slider_li > .Header_a{
	color: #4585BD;
}
.slider_ul{
	margin-bottom: 20px!important;
    padding-left: 0px;
    text-align: center;
    list-style-type: none;
}


ul[class*=list-group]{
	margin-top: 20px;
}
.list-group-item{
	width: 100%;
	color: lightseagreen;
	border-radius: 5px 5px 5px 5px;
	font-size: 16px;
}
.list-group-title{
	position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border: 1px solid #ddd;
	width: 100%;
	/* navBar.php 圓角效果 上方 */
	border-radius: 15px 15px 0 0;
	text-align: center;
    background: #74CDCA;
    color: white;
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px;
}
.list-group-item:hover{
	z-index: 2;
    color: #fff;
    background-color: #a1ddda;
    border-color: #a1ddda;
}
.list-group-item.active,.list-group-item.active:hover{
	z-index: 2;
    color: #fff;
    background-color: #a1ddda;
    border-color: #a1ddda;
    font-weight: bold;
}
ul[class*=list-group]>a:last-child>.list-group-item{
	/* navBar.php 圓角效果 下方 */
	border-radius: 0 0 15px 15px;
}
/* public */
.box-ball{
	cursor: pointer;
    color: #ffffff;
    margin: 5px 0px 0px 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 17px;
    font-size: 15px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.5);
}
.function-box{
    z-index: 15;
    position: fixed;
    bottom: 5%;
    right: 12px;
    padding: 0px 6px;
}
.fa{
	font-size: 14px;
}
*{
	font-family: monospace;
	font-size:16px;
}
.container{
	box-shadow: 0px 0px 25px #e7e7e7;
	background: #ffffff!important;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
li{
	list-style: none;
	float: left;
}
.padding0{
	padding:0!important; 
}
.mar20{
	margin-top: 20px;
}
.title{
	font-size: 25px;
    font-family: cursive;
    padding: 0;
    margin: 30px 0 30px 0px;
    color: #659DAB;
}

/* m4 */
/* .card{
	display: flex;
	flex-wrap: wrap;
}
.card_img{
	text-align: center;
    height: auto;
    width: 100%;
    margin: auto;
}
.card_detail{
	font-size: 20px;
    text-align: center;
    overflow: hidden;
    margin: 8px;
    color: #659DAB;
    font-family: inherit;
}
.card_info{
	box-shadow: 3px 5px 5px #e6e6e6;
    margin-bottom: 40px;
    padding: 7px;
}

.card_img > img {
	width: 100%;
	height: 50%;
} */

.m4_list_span{
	font-size: 50px;
    font-style: italic;
    margin: auto;
    color: dimgray;
}
.m4_list_img{
	border-radius: 30%;
    margin: auto;
    width: auto;
}
.m4_list_detail{
	align-items: center;
    font-size: 23px;
    color: darkslategray;
    font-family: monospace;
    margin: auto;
}

/* m1-m2 */
.list_img{
	overflow: hidden;
    margin: auto;
    text-align: center;
}
.list_detail{
   	font-size: 17px;
    max-width: 100%;
    overflow: auto;
    text-align: left;
    line-height: 27.5px;
    color: darkslategray;
    font-family: monospace;
    margin: 15px 0 15px 0;
}
/* m3 m6 table*/
.div_table{
	padding: 30px;
}

.table_td{
    background: white;
    color: black;
    padding: 13px 0px 10px 0px;
    border-bottom: #808080 0.5px dotted;
    flex:1; 
}
.table_tr{
	display: flex;
	flex: 2;
}
.table_tr:nth-child(even)>.table_td{
  background: #F9F9F9;
}

/* m7 m8 */
.form_logo{
	padding: 0;
	text-align: center;
}
.div_form{
    margin:0;
    padding: 20px 0 30px 20px;
    overflow: auto;
}
.form_title{
    font-size: 30px;
    margin: 0px 0px 10px 8px;
    letter-spacing: 1.5px;
    padding: 10px;
}
.form-group > label{
	margin: auto 0 auto 0;
}
.form_btn{
	background: #F9F9F9;
	border-color:#18B0A7 ;
    border-radius: 20px!important;
    font-size: 20px;
    color: black;
    margin: 5px 5px 0px 5px;
    border-width: 2px;
}
.form_btn:hover{
	background-color: #18B0A7;
	color: white;
}
/* m4 table*/
.table-rwd{}
/*這是額外做顏色，沒有什麼意義*/
tr.tr-only-hide {color: #D20B2A;}

@media (max-width: 736px) {
  .table-rwd{min-width: 100%;}
  /*針對tr去做隱藏*/
  tr.tr-only-hide {display: none !important;}
  /*讓tr變成區塊主要讓他有個區塊*/
  .table-rwd tr{
    display: block;
    border: 1px solid #ddd;
    margin-top: 5px;
  }
  .table-rwd td {
    text-align: left;
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    display: block;
	}
	.table-rwd td::before {
    /*最重要的就是這串*/
    content: attr(data-thdata-th) " : ";
    /*最重要的就是這串*/
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
	margin-right: 10px;
    color: #D20B2A;

  }
  .twd-r
 
  /*當RWD縮小的時候.table-bordered 會有兩條線，所以針對.table-bordered去做修正*/
  .table-rwd.table-bordered td,.table-rwd.table-bordered th,.table-rwd.table-bordered{
  	border:0;
  }
  
}
/* header */
#Table_01[class*=hidden-xs]>div>ul{
	width: 100%;
    padding: 15px 0;
    margin: 0;
}
.Header_a{
	font-size: 17px;
	margin: 0 23px;
	color: darkslategray;
	font-family: monospace;
	position: relative;
}
.Header_a:not([data-check=true])::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 60%;
    height: 1px;
    opacity: 0;
    background-color: darkslategray;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-in-out;
}

.Header_a:hover::after {
    width: 100%;
    opacity: 1;
}
.Header_a:hover{
	/* 去除bootsrap 預設 */
	text-decoration: none;
}
.Header_img{
	margin: auto;
}
.Header_xs_img{
	padding: 15px 0 0 60px;
}
.Header_collapse_a{
	background: #fff;
    color: #18B0A7;
    border-color: #18B0A7;
    float: right;
    margin: 24px 48px 20px 0px;
}
.Header_collapse_a:hover{
	background: #18B0A7;
    color: white;
    border-color: #18B0A7;
   
}

.Header_collapse_detail{
	border-bottom: 0.5px black dotted;
	height: 115px;
}
.collapse_a{
	
}
.collapse_li{
	width: 50%;
}
/* footer */
.footer_div{
	width: 100%;
	margin-top: 30px;
}
.footer_span{
	width: 90px;
    height: 90px;
    border-radius: 999em;
    background-color: #E8E8E8;
   	margin: auto;
}
.icon_phone{
	height:  100%;
	width: 100%;
	font-size: 56px!important;
	color: white;
	margin: 21px 0px 0px 25px;
}
.icon_fax{
	height:  100%;
	width: 100%;
	font-size: 53px!important;
	color: white;
	margin: 16px 0px 0px 21px;
}
.icon_mail{
	height:  100%;
	width: 100%;
	font-size: 53px!important;
	color: white;	margin: 18px 0px 0px 20px;co
}
.icon_Copyright{
	height:  100%;
	width: 100%;
	font-size: 70px!important;
	color: white;
	margin: 10px 0px 0px 15px;
}

.footer_detail,.footer_detail>a{
	font-family: monospace;
	font-size: 17px;
	margin: 8px 0px 0px 3px;
	letter-spacing: 1.5px;
}
/* m1*/
.m1_div{
	box-shadow: 3px 3px 0px #F3F3F4;
    padding-bottom: 10px;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.m1_div:last-child{
	margin-bottom: 45px;
}
/* m2 */
.m2_div{
    box-shadow: 3px 3px 0px #F3F3F4;
    padding-bottom: 10px;
    margin-top: 25px;
	/* 解決等高問題 */
    display: flex;
    flex-wrap: wrap;
}

/*  */
body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/com/bg.gif);
}
IMG {
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}
.divmain{
	font-size: 9pt;
	letter-spacing: 1px;
	color: #3E3E3E;
}


.div01{
    font-size: 8pt;
	letter-spacing: 20px;
	color: #3E3E3E;
	text-align: center;
}
.div02{
    font-size: 9pt;
	letter-spacing: 2px;
	color: #575757;
	text-align: center;
	line-height: 18px;
}
.div03{
    font-size: 9pt;
	letter-spacing: 2px;
	color: #575757;
	text-align: center;
	line-height: 20px;
}

/***********************************************/
/* link                        div style class */
/***********************************************/
a.link_a:{
	padding:1px 0px 1px 0px;
	font-size: 8pt; 
	color: #ff9900; 
	line-height: 13pt; 
	text-decoration: none;
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
}
a.link_a:link{
	padding:1px 0px 1px 0px;
	font-size: 8pt; 
	color: #ff9900; 
	line-height: 13pt; 
	text-decoration: none;
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
}
a.link_a:visited{
	padding:1px 0px 1px 0px;
	font-size: 8pt; 
	color: #ff9900; 
	line-height: 13pt; 
	text-decoration: none;
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
}
a.link_a:hover {
	padding:1px 0px 1px 0px;
	font-size: 8pt; 
	color: #ff9900; 
	line-height: 13pt; 
	text-decoration: none;
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
	left: 2px; 
	position: relative; 
	top: 1px;
}
a.link_b:{
	font-size: 9pt; 
	color: #2E7C8B; 
	text-decoration: underline;
	letter-spacing: 1px;
}
a.link_b:link{
	font-size: 9pt; 
	color: #2E7C8B; 
	text-decoration: underline;
	letter-spacing: 1px;
}
a.link_b:visited{
	font-size: 9pt; 
	color: #2E7C8B; 
	text-decoration: underline;
	letter-spacing: 1px;
}
a.link_b:hover {
	font-size: 9pt; 
	color: #2E7C8B; 
	text-decoration: underline;
	letter-spacing: 1px;
	left: 2px; 
	position: relative; 
	top: 1px;
}
a.link_c:{
	padding: 5px 0px 5px 0px;
	font-size: 10pt; 
	color: #4682B4; 
	line-height: 15pt; 
	text-decoration: underline;
}
a.link_c:link {
	padding: 5px 0px 5px 0px;
	font-size: 10pt;
	color: #4682B4; 
	text-decoration: underline;
}
a.link_c:visited {
	padding: 5px 0px 5px 0px;
	font-size: 10pt;
	color: #4682B4; 
	text-decoration: underline;
}
a.link_c:hover {
	padding: 5px 0px 5px 0px;
	font-size: 10pt;
	color: #8DAACF; 
	text-decoration: underline;
	left: 2px; 
	position: relative; 
	top: 1px;
}
a.link_d:{
	font-size: 8pt; 
	color: #0000CD; 
	text-decoration: underline;
	letter-spacing: 1px;
}
a.link_d:link{
	font-size: 8pt; 
	color: #0000CD; 
	text-decoration: underline;
	letter-spacing: 1px;
}
a.link_d:visited{
	font-size: 8pt; 
	color: #0000CD; 
	text-decoration: underline;
	letter-spacing: 1px;
}
a.link_d:hover {
	font-size: 8pt; 
	color: #2E7C8B; 
	text-decoration: underline;
	letter-spacing: 1px;
	left: 2px; 
	position: relative; 
	top: 1px;
}
a.link_e:link {
	color: #666666; 
	text-decoration: none;
}
a.link_e:visited {
	color: #666666; 
	text-decoration: none;
}
a.link_e:active {
	color: #000000; 
	text-decoration: none;
}
a.link_e:hover {
	color: #B22222; 
	text-decoration: none;
	left: 2px; 
	position: relative; 
	top: 1px;
}
a.link_f:link {
	color: #666666; 
	text-decoration: none;
}
a.link_f:visited {
	color: #666666; 
	text-decoration: none;
}
a.link_f:active {
	color: #000000; 
	text-decoration: underline;
}
a.link_f:hover {
	color: #000000; 
	text-decoration: underline;
}
a.link_g:{
	padding:1px 0px 1px 0px;
	font-size: 12px; 
	color: #9A502C; 
	line-height: 13pt; 
	text-decoration: none;
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
}
a.link_g:link{
	padding:1px 0px 1px 0px;
	font-size: 12px; 
	color: #9A502C; 
	line-height: 13pt; 
	text-decoration: none;
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
}
a.link_g:visited{
	padding:1px 0px 1px 0px;
	font-size: 12px; 
	color: #9A502C; 
	line-height: 13pt; 
	text-decoration: none;
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
}
a.link_g:hover {
	padding:1px 0px 1px 0px;
	font-size: 12px; 
	color: #9A502C; 
	line-height: 13pt; 
	text-decoration: none;
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
	left: 2px; 
	position: relative; 
	top: 1px;
	background-color: #99CC66;
}

/***********************************************/
/*            div font  style class           */
/***********************************************/
.div_01{
	padding:2px 0px 2px 5px;
	font-size: 7pt; 
	color: #19444D; 
	line-height: 10pt; 
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
	letter-spacing: 0px;
}
.div_02{
	padding:2px 0px 2px 5px;
	font-size: 8pt; 
	color: #19444D; 
	line-height: 15pt; 
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
	text-align: center;
}
.font_01{
	font-size: 8pt;
	color: #A5B1B9;
	font-family: georgia, verdana, arial, sans-serif;
}

.font_02{
	font-size: 9pt;
	color: #225382;
	letter-spacing: 2px;
	font-weight: 500;
	line-height: 10px;
}

.font_03{
	font-size: 10pt;
	color: #00519F;
	letter-spacing: 2px;
	font-weight: 500;
	line-height: 8px;
}
.font_04{
	color: #006364;
	letter-spacing: 3px;
	font-weight: 500;
	line-height: 15px;
	font-family: Arial;
}
/***********************************************/
/* table            div style class           */
/***********************************************/
table.table_01 td{
	padding:5px 10px 10px 5px;
	background-color: #F8F8FF;
	font-size: 8.5pt; 
	color: #2E7C8B;  
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
	border-bottom: 1px solid #E8E8E8;
	text-align: left;
	line-height: 14px;
}
table.table_01 td.td_01{
	padding:0px 0px 0px 0px;
	background-color: #F1F1F1;
	font-size: 8pt; 
	color: #2E7C8B;  
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded; 
	border-bottom: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
}
table.table_01 td.td_head{
	padding:8px 0px 8px 2px;
	background-color: #E0F2FE;
	font-size: 8pt; 
	color: #2E7C8B;  
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
	text-align: left; 
}
table.table_01 td.td_foot{
	padding:5px 0px 2px 5px;
	background-color: #CDCDCD;
	font-size: 8pt; 
	color: #2E7C8B;  
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
	text-align: center; 
}
table.table_02 {
	font-size: 8pt;
	background-color: #A3ADB0;
	border: 0px solid silver;
	border-collapse: collapse;
}
table.table_02 td{
	padding:2px 0px 2px 5px;
	font-size: 8pt; 
	color: #2E7C8B;  
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
	border-bottom: 1px solid #E8E8E8; 
}
table.table_03 {
	font-size: 8pt;
	border: 0px solid silver;
	border-collapse: collapse;
}
table.table_03 td{
	padding:2px 0px 2px 5px;
	font-size: 8pt; 
	color: #2E7C8B;  
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
	border-bottom: 1px solid #E8E8E8; 
}
.table_01{
	background-color: #fafafa;
	border: 1px solid #A3ADB7;
	border-collapse: collapse;
}
.td_head{
	padding:5px 0px 5px 5px;
	font-size: 8pt; 
	color: #8B0000; 
	line-height: 20pt; 
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
	text-align: left; 
	letter-spacing: 2px;
	border-bottom: 1px solid #CECECE;
	letter-spacing: 2px;
}
.td_foot{
	padding:5px 0px 5px 5px;
	font-size: 8pt; 
	color: #8B0000; 
	line-height: 20pt; 
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
	text-align: left; 
	letter-spacing: 2px;
	border-bottom: 1px solid #CECECE;
	letter-spacing: 2px;
}
.td_01{
	padding:1px 0px 0px 10px;
	font-size: 8pt; 
	color: #778899; 
	line-height: 13pt; 
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
}
.td_02{
	padding:1px 0px 1px 0px;
	font-size: 8pt; 
	color: #8F8F8F; 
	line-height: 13pt; 
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
}
.td_03{
	padding:1px 0px 1px 0px;
	font-size: 8pt; 
	color: #4682B4; 
	line-height: 13pt; 
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
}


/***********************************************/
/* form                        div style class */
/***********************************************/
textarea.style1{
	background-color: #F9F9F9;
	font-size: 9pt;
	padding-right:2px;
	padding-left:2px;
	border:1px solid #BBBBBB;
}
input.style1{
	font-size: 9pt;
	padding-right:2px;
	padding-left:2px;
	background-color: #FEFEFE;
	border:1px solid #BBBBBB;
	color: #00999B;
}
input.style01{
	font-size: 9pt;
	padding-right:2px;
	padding-left:2px;
	background-color: #FEFEFE;
	border:1px solid #BBBBBB;
	color: #00999B;
}
input.style1_b1{
	padding:2px 0px 2px 0px;
	font-size: 12px;
	border-right: #202020 1px solid; 
	border-top: #202020 1px solid;  
	border-left: #202020 1px solid; 
	color: #000000; 
	border-bottom: #202020 1px solid; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #F0F8FF;
}
select.style1{
	background: #ffffff;
	color: #5C989B;
	border-right: #889494 1px solid;
	padding-right: 2px; 
	border-top: #889494 1px solid; 
	padding-left: 2px; 
	font-size: 11px; 
	padding-bottom:  2px;
	border-left: #889494 1px solid;   
	padding-top: 2px; 
	border-bottom: #889494 1px solid; 
	background-color: #ffffff
}
.style1__font01{
	padding:0px 0px 0px 0px;
	font-size: 7.5pt; 
	color: #555555; 
	font-family: georgia, verdana, arial, sans-serif; 
	font-stretch: ultra-expanded;
	text-align: left;
}
.style1_table01{ 
	background-color: #fafafa;
	border: 1px solid #A3ADB7;
	border-collapse: collapse;
}
.style1_tdhead{
	padding:8px 10px 8px 10px;
	border-bottom: 1px solid #A3ADB7;
	background-color: #F2F2F2;
	font-size: 8pt; 
	color: #2E7C8B; 
	line-height: 20pt; 
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
	text-align: left; 
}
.style1_tdfoot{
	padding:2px 0px 2px 0px;
	border-top: 1px solid #A3ADB7;
	background-color: #DCDCDC;
	font-size: 8pt; 
	color: #2E7C8B; 
	line-height: 20pt; 
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded 
}
.style1_td01{
	padding:2px 0px 2px 5px;
	background-color: #F8F8FF;
	font-size: 8pt; color: #2E7C8B; 
	line-height: 20pt; 
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
	text-align: left;
	border-bottom: 1px solid #E8E8E8; 
}
.style1_td02{
	padding:2px 0px 2px 5px;
	background-color: #F1F1F1;
	font-size: 8pt; color: #2E7C8B; 
	line-height: 20pt; 
	font-family: "Verdana", "Arial"; 
	font-stretch: ultra-expanded;
	text-align: left; 
	border-bottom: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
}
