
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ title ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/


.h2_title {font-size: 36px;font-weight: bold;}


.highlight1 ,.highlight1:hover{ color:#ff6600; }


.text-center{ text-align:center;}
.text-left{ text-align:left;}
.text-right{ text-align:right;}


.text-bold{ font-weight:bold;}

/*------ 左右線條的標題------*/

	.title-LR-line { width:100%; display: flex;flex-wrap: wrap; margin:1em auto; }
	.title-LR-line  li{ flex:1 1 auto; vertical-align:middle; }
	.title-LR-line  li hr{  border-top: 1px  solid #333 ; position:relative; top:12px; }
	.title-LR-line  .title {  font-size:22px;font-weight: bold ;text-align:center; letter-spacing:2px; padding:0 10px; }

.title-LR-line.white{ color:#fff;} 
.title-LR-line.white  li hr{  border-top: 1px  solid #fff ;  }

.title-LR-line.white.dotted  li hr{ border-top: 5px  dotted #fff ;}
.title-LR-line.dotted  li hr{ border-top: 5px  dotted  #333 ;}


@media screen and (max-width: 640px) {

}


	
/*------ 右方線條的標題 ------*/

	.title-R-line{ color:#333; font-size:1.8em; font-weight:bold; position:relative; margin-bottom:10px; line-height:1; margin:1.2em 0}
	.title-R-line:before{ content:""; border-bottom:1px solid #333; width:100%; position:absolute; left:0; top:52%}
	.title-R-line span{ background:#fff; position:relative; z-index:2; padding-right:10px;}
	

@media screen and (max-width: 640px) {

.title-R-line{  font-size:1.2em;}

}

/*------ 有底線的標題 ------*/
	.title-underline{ border-bottom: 1px solid #939393; padding-bottom: .6em; font-weight:bold; line-height:1.2; letter-spacing:2px; margin-bottom:6px;}




/*-----list----*/


.text-list{ list-style:disc; padding-left:20px;}


/*-----大小----*/

.text-large{ font-size:2em !important;}
.text-normal{ font-size:1em !important;}
.text-small{ font-size:.9em !important;}

@media screen and (max-width: 479px) {

.phone-text-small{font-size:.8em;}
.text-large{ font-size:1.2em;}

}




/*-----連結----*/

.text-link-orange{ color:#F60; text-decoration: underline;}
.text-link-orange:hover{ color: #F30;}


/*-----顏色----*/

.text-red{ color: #F00;}
.text-orange{ color: #F60;}





/*-----警告文字----*/
 .warn{ font-size:13px; color:#F01515; vertical-align:top; margin-bottom:10px;}
	
	.warn-box{ background:#ffefef; border:1px solid #ffafaf; font-size:15px; color: #F00; padding:5px; position:relative; margin:10px 0;}


/*-----必填----*/
	.required{ color:#FF0000; font-size:20px; font-family:Arial; font-weight:bold; margin-right:3px; position:relative; top:5px;}
	.required:before{ content:"*";}
	