﻿/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, vw, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, vwbed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html, body{	
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
	-webkit-text-size-adjust:none;
	font-size:1.1vw;
	line-height:1.6;
	letter-spacing: 1px;
	color: #666666;
}

/*文字連結樣式*/
a:link {                                   
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #006cff;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

/* ----------------------------------------電腦版型 開始------------------------------------------------------- */



#WRAPPER{
	width:100%;
	margin:0 auto;
}
/*燈箱lightbox*/
.lightbox{
	position:fixed; /* position 可以讓 div 跳脫原本在 HTML 內的位置 */
	top:0;
	z-index:1000;	
	width:100%; /* 寬高 100% 整個蓋住 */
	height:100%;
	background-color:rgba(0,0,0,0.7);
	
	/*display:none;  把燈箱先關掉 */
}

.lightbox_content {
	width:400px;
	height: 300px;
	position:absolute; /* 把 ul 選單 上下左右都置中 */
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	border-radius: 5px;
	
}

.lightbox_content ul{
	width: 100%;

}

.lightbox_content li.box_top{
	width: 100%;
	height: 70px;
	background-color: #3366ff;
	padding: 20px 20px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	/*font-size:1.3vw;*/
	font-size: 18px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
	color: #FFF;
	text-align: center;
}

.lightbox_content li.box_middle{
	width: 100%;
	height: 150px;
	background-color: #FFF;
	padding: 20px 20px;
	color: #666;
	font-size: 18px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
	
}

.lightbox_content li.box_bottom{
	width: 100%;
	height: 100px;
	background-color: #FFF;
	padding: 20px 20px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	text-align: center;
}




/* --上方LOGO+選單按鈕 開始-- */

#TOP-MENU{
	display:none;
}

#TOP-MENU h4{}


#NAV{
	width:100%;
	margin:0 auto;
	background-color:#c3b893;
	display: inline-block;;
}

#NAV h2 {
	width: 100%;
	height: 70px;
	background-image:url(../images/logo_bg.jpg);
	background-repeat: repeat-y;
}

.LOGO{
	display: block;
	width: 477px;
	height: 70px;
	background-image:url(../images/logo.svg);
	text-indent: -9999px;
}



#NAV #XX{
	display:none;
}

#NAV ul{
	width:750px;
	height:40px;
	margin:0 auto;
}

#NAV li{
	float:left;

}

#NAV li a{
	display:block;
	width:150px;
	line-height:40px;
	font-size:18px; 
	text-align:center;
	text-decoration:none;
	color:#222;	
}

#NAV li a:hover{
	color: #FFF;
	background-color:#bb925b;
}

#NAV li img {
	float: left;
	line-height: 40px;
}


/* --上方LOGO 結束-- */

/*燈箱效果*/


	
/*下方選單 開始*/
.SUBNAV{
	width:100%;
	height:50px;
	background-color:#f26f28;
	position: fixed;
	bottom:0px;
	z-index:888;
}
.SUBNAV ul{
	width: 60%;
	margin:0 auto;
	list-style-type: none;
	display: block;
	position: relative;
}
.SUBNAV ul li{
	width: 49%;
	float: left;
	color:#FFFFFF;
	display: block;
	font-size: 18px; 
	line-height: 50px;
	text-align: center;
	border-right:1px solid #FFF;
	-webkit-box-sizing:border-box;
}

.SUBNAV li:first-child{
	border-left:1px solid #FFF;
}


.SUBNAV ul li a{
	display: block;
	width: 100%;
	height: 0;
	color:#FFFFFF;
	padding-bottom: 50px;
	text-decoration: none;


}

.SUBNAV ul li a:hover{
	background-color:#feae2a; 
	color: #fff;
}

.SUBNAV span{
	float: left;
}

.SUBNAV span.FOCUS{
	padding-left:35%;
}

.SUBNAV span.FOCUS2{
	padding-left:35%;
}


/*下方選單 結束*/


/*按鈕-回到最上方TOP 開始*/
.BTN_TOP{
	width: 50px;
	height: 50px;
	position: fixed;
	right:20px;
	bottom: 20px;
	z-index: 888;
}

.BTN_TOP a {
	width: 50px;
	height: 50px;
	display: block;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	border-radius:33px;
	background-color: #000;
	text-decoration:none; 
}

.BTN_TOP a:hover{
    color: #FFFFFF;
	background-color: #0b7fde;
}

.BTN_TOP_02{
	width: 50px;
	height: 50px;
	position: fixed;
	right:20px;
	bottom: 80px;
	z-index: 888;
	color: #FFFFFF;
}

.BTN_TOP_02 a {
	width: 50px;
	height: 50px;
	display: block;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	border-radius:33px;
	background-color: #000;
	text-decoration:none; 
}

.BTN_TOP_02 a:hover{
	background-color: #0b7fde;
	color: #FFFFFF;
}

.BTN_BUY{
	width: 270px;
	height: 80px;
	margin: 0 auto;
	text-indent: -9999px;
}

.BTN_BUY a{
	width: 270px;
	height: 80px;
	display: block;
	background-image: url(../images/btn_buy.svg);
	
}

.BTN_BUY a:hover{
	opacity:0.5;
}


/*按鈕-回到最上方TOP 結束*/

/*視覺影音區 開始*/

/*捍衛視覺底圖*/
.CONTENT-1{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-size: cover;
	background-position:top center;
	display: inline-block;
}
/*捍衛LOGO*/
.EVENT_LOGO {
	width: 60%;
	height:auto;
	display: block;
	margin: 0 auto;
	padding-top: 30px;
}
.EVENT_LOGO h1{
	width: 360px;
	height: 70px;
	background-image: url(../images/event_logo.svg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	padding-bottom: 10px;
}
/*捍衛小標*/
.EVENT_LOGO h2{
	width: 100%;
	display: block;
	font-size: 50px;
	line-height: 1.3;
	font-weight: bold;
	color:#000;
	text-align:center; 
	margin: 0 auto;
}

.EVENT_LOGO h3{
	width: 100%;
	display: block;
	overflow: hidden;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	color:#000;
	text-align:center; 
	margin: 0 auto;
	padding-bottom: 10px; 
}
/*捍衛介紹文*/
.EVENT_LOGO p {
	width: 70%;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color:#333;
	text-align:center; 
	margin: 0 auto;
	padding-bottom: 8%;
}
/*Youtube影片嵌入控制*/
.YOUTUBE {
	width: 45%;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 50px;
}
.video-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	background-color: #000;
	border: 8px solid #FFF;
}

.video-container iframe,
.video-container object,
.video-container embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

	/*上方大主視覺 結束*/

/*視覺影音區 結束*/


/*內頁上方大主視覺 開始*/

.KV_BANNER {
	width: 100%;
	height:0;
	padding-bottom:450px;
	background-position: center center;	
	background-size:cover;
	clear: both;
}

.KA_BANNER_01 {
	background-image:url(../images/KV.jpg);
}

.KA_BANNER_02 {
	background-image:url(../images/3kv.png);
}
.KA_BANNER_03 {
	background-image:url(../images/2kv.png);
}
.KA_BANNER_04 {
	background-image:url(../images/KV_中國債3-52-01.jpg);
}
.KA_BANNER_05 {
	background-image:url(../images/KV_印尼債2-01.jpg);
}
.KA_BANNER_06 {
	background-image:url(../images/KV_實質多重資產2-01.jpg);
}


/*中間文字區 開始*/

.CONTENT-2{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color:#E3E3E3; 
	padding: 20px 0 50px 0;
	clear: both;

	/*background-image: url(../images/XX.jpg);
	background-size: cover;*/
}

.CONTENT-2 h2{
	width:997px;
	display: block;
	overflow: hidden;
	margin:0 auto;
	font-size: 26px;
	font-weight: bold;
	line-height: 2;
	color:#9D356D;
	border-bottom: 3px solid #9D356D;
	margin-top: 0px;
	margin-bottom: 10px;

}

.CONTENT-2 h3{
	width:997px;
	display: block;
	overflow: hidden;
	margin:0 auto;
	font-size: 20px;
	color:#FFF;
	margin-top: 30px;
	background-color: #9D356D;
}


.CONTENT-2 img {
	clear:both;
	width: 40%;
	height: auto;
	display: block;
	margin:0 auto;
	margin-top: 0;
	padding:20px 20px 20px 20px;
	text-align: center;
}

.CONTENT-2 p{
	width:997px;
	display: block;
	color:#333333;
	margin:0 auto;
	font-size: 16px;
	word-wrap:break-word;
	padding:20px 0 0 0;
	text-align:justify;
}

/*內文的項目樣式 開始*/
.CONTENT-2 ol{
	width:970px;
	display: block;
	color:#333333;
	margin:0 auto;
	font-size: 16px;
	word-wrap:break-word;
	padding:20px 0 0 0;
	text-align:justify;
	/*list-style-type: square; 正方形*/
	list-style-type: disc;
}

/*填寫表格*/
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

		.sheet {
					width: 997px;
					display: block;
					margin: 0 auto;	
					font-size: 16px;
					background-color: #FFF;
					overflow:hidden;
					padding: 20px 0;
		        }
        .sheet p{padding-left: 50px;}

		.sheet ul {
					width: 90%;
					margin: 0 auto;
				}
		.sheet  ul li.box_01 {
		            width:15%;        
					float: left;
					padding: 3px;
			        text-align: right;
			        
		        }
		.sheet  ul li.box_51 {
		            width:15%;        
					float: left;
					padding: 3px;
			        text-align: right;
		        }
		.sheet  ul li.box_02 {
		            width:85%;           
					float: left;
					padding: 3px;
		            color: #9b9b9b;
		        }
		.sheet  ul li.box_03 {
		            width:85%;           
					float: left;
					padding: 3px;
					border:1px solid #ccc;
					border-radius: 5px;
		        }
        .sheet  ul li.box_04 {
		            width:85%;           
					float: left;
					padding-left: 15%;
					padding-right: 15%;	
		        }
		.sheet  ul li.box_05 {
		            width:120px;           
					float: left;
		        }
		.remind {
		            width:90%; 
		            font-size: 16px;
		            color: #9b9b9b;
		        }
		.remind ol{
			list-style-type: disc;
			width:100%; 
			font-size: 16px;
		    color: #9b9b9b;
			padding-left: 20px;
			padding-bottom: 20px; 
		}
.w50{
	width: 50%;
	float: left;
	text-align: center;
	
	
}
.btn_clear {
	width:60%;
	height:50px;
    background-color: #fff;
    border: 1px solid #FF4E00;
    color: #FF4E00;
    padding: 8px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
    cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}
.btn_clear:hover {
    background-color: #ebebeb; 
    color: #FF4E00;
}

.btn_send {
	width:60%;
	height:50px;
    background-color: #FF4E00;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}
.btn_cancel {
	width:15%;
	height:50px;
    background-color: #FF4E00;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}
.btn_upload {
	width:20%;
	height:50px;
    background-color: #FF4E00;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}
.btn_remove {
	width:30px;
	height:30px;
    background-color: #FF4E00;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}

.btn_agree {
	width:48%;
	height:50px;
    border: 1px solid #dbdbdb;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
    cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}	

.btn_disable {
    background-color: #fff;
    color: #dbdbdb;
}

.btn_enable {
    background-color: #FF4E00;
    color: #fff;
}

/*填寫表格  結束*/

/*中間文字區 結束*/

/*基金警語 開始*/

.WARNING{
	width:100%;
	height: auto;
	background-color:#daded9;
	padding: 20px 0 20px 0;
	/*background-image: url(../images/.jpg);*/
	background-size: cover;
	padding-bottom: 100px;
}

.WARNING h2{
	width:997px;
	display: block;
	font-size: 20px;
	line-height: 2;
	font-weight: bold;
	color:#333333;
	margin:0 auto;
	border-bottom: 3px solid #333333;
}

.WARNING p{
	width:997px;
	display: block;
	font-size: 16px;
	color:#333333;
	margin:0 auto;
	word-wrap:break-word;
	padding:20px 0 0 0;
	text-align:justify;
}
/*基金警語 結束*/

/* ----------------------------------------電腦版型 開始------------------------------------------------------- */






/* ----------------------------------------iPad版型 開始------------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1024px){

	*{
		box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
	}

	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}

	#WRAPPER{
		width:100%;
		min-width:768px; /* 限定最小寬度 */
	}
/*燈箱lightbox*/
.lightbox{
	position:fixed; /* position 可以讓 div 跳脫原本在 HTML 內的位置 */
	top:0;
	z-index:1000;	
	width:100%; /* 寬高 100% 整個蓋住 */
	height:100%;
	background-color:rgba(0,0,0,0.7);
	
	/*display:none;  把燈箱先關掉 */
}

.lightbox_content {
	width:400px;
	height: 300px;
	position:absolute; /* 把 ul 選單 上下左右都置中 */
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	border-radius: 5px;
	
}

.lightbox_content ul{
	width: 100%;

}

.lightbox_content li.box_top{
	width: 100%;
	height: 70px;
	background-color: #3366ff;
	padding: 20px 20px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	/*font-size:1.3vw;*/
	font-size: 18px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
	color: #FFF;
	text-align: center;
}

.lightbox_content li.box_middle{
	width: 100%;
	height: 150px;
	background-color: #FFF;
	padding: 20px 20px;
	color: #666;
	font-size: 18px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
	
}

.lightbox_content li.box_bottom{
	width: 100%;
	height: 100px;
	background-color: #FFF;
	padding: 20px 20px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	text-align: center;
}	

	/* --上方LOGO+選單按鈕 開始-- */
		
	#TOP-MENU{
		display:block;
		width:100%;
		background-color:#c3b893;
	}

	#TOP-MENU h2 {
		width: 100%;
		height: 100%;
		min-width:768px;
		min-height: 70px;
		background-image:url(../images/logo_bg.jpg);
		background-repeat: repeat-y;
		text-align: left;
	}

	#TOP-MENU h2 a {
		display: block;
		width:477px;
		height: 70px;
		background-image:url(../images/logo.svg);
		text-indent: -9999px;
		background-size: cover;
		background-position: center center;
	}

	#TOP-MENU #BTN{ /* 製作手機版 右上角的按鈕 */
		display:block;
		width:60px;
		height:40px;
		background-image:url(../images/btn.svg);
		background-repeat: no-repeat;
		text-indent:-9999px;
		margin-top: 0.6%;
		margin-left: 90%; 
	}


	#NAV{
		position:fixed; /* position 可以讓 div 跳脫原本在 HTML 內的位置 */
		top:0;
		z-index:1000;
		
		width:100%; /* 寬高 100% 整個蓋住 */
		height:100%;
		background-color:rgba(0,0,0,0.7);
		
		display:none; /* 把主選單先關掉 */
	}

	#NAV h2 {
		display: none;
	}

	.LOGO{
		display: none;
	}

	#NAV ul{
		width:390px;
		height:390px;
		
		position:absolute; /* 把 ul 選單 上下左右都置中 */
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}

	#NAV li{
		width:100%;
		float:none;
		font-size: 2.8vw;
	}

	#NAV li a{
		display:block;
		width:100%;
		line-height:70px;
		text-align:center;
		text-decoration:none;
		background-color:#38a8fd;
		border-bottom:1px solid #025da3;
		color:#FFF;	
	}

	#NAV li a:hover{
		border:1px solid #025da3;
		background-color:#025da3;
	}

	#NAV li img {
		float: none;
		display: none;
	}

	#NAV #XX{ 			/*選單之內右上角的 X 按鈕*/
		display:block;
		width:50px;
		height:50px;
		color: #FFF;
		background-color:#000;
		border-radius:50%;
		text-align:center;
		line-height:50px;
		font-size: 2.8vw;
		position:absolute;
		right:-20px; /* 凸出去 */
		top:-20px;
	}


	/*下方選單 開始*/
	.SUBNAV{
		width:100%;
		height:50px;
		background-color:#f26f28;
		position: fixed;
		bottom:0px;
		z-index:999;
	}
	.SUBNAV ul{
		width: 100%;
		margin:0 auto;
		list-style-type: none;
		display: block;
	}
	.SUBNAV ul li{
		width: 50%;
		float: left;
		color:#FFFFFF;
		display: block;
		font-size: 18px; 
		line-height: 50px;
		text-align: center;
		border-right:1px solid #FFF;
		-webkit-box-sizing:border-box;
	}

	.SUBNAV li:first-child{
		border-right:1px solid #FFF;
	}


	.SUBNAV ul li a{
		display: block;
		width: 100%;
		height: 0;
		color:#FFFFFF;
		padding-bottom: 60%;
		text-decoration: none;


	}

	.SUBNAV ul li a:hover{
		background-color:#feae2a; 
		color: #000000;
	}

	.SUBNAV span{
	float: left;
	}

	.SUBNAV span.FOCUS{
		padding-left:35%;
	}

	/*下方選單 結束*/
	/* --上方LOGO+選單按鈕 結束-- */

	/*按鈕-回到最上方TOP 開始*/
	.BTN_TOP{
		width: 50px;
		height: 50px;
		position: fixed;
		right:10px;
		bottom: 10px;
		z-index: 888;
	}

	.BTN_TOP a {
		width: 50px;
		height: 50px;
		display: block;
	    font-size: 12px;
		line-height: 50px;
		text-align: center;
		color: #FFFFFF;
		border-radius:30px;
		background-color: #000;
		text-decoration:none; 
	}

	.BTN_TOP a:hover{
		background-color: #0b7fde;
	}

	.BTN_TOP_02{
		width: 50px;
		height: 50px;
		position: fixed;
		right:10px;
		bottom: 70px;
		z-index: 888;
	}

	.BTN_TOP_02 a {
		width: 50px;
		height: 50px;
		display: block;
	    font-size: 12px;
		line-height: 50px;
		text-align: center;
		color: #FFFFFF;
		border-radius:30px;
		background-color: #000;
		text-decoration:none; 
	}

	.BTN_TOP_02 a:hover{
		background-color: #0b7fde;
	}
	
.BTN_BUY{
	width: 270px;
	height: 80px;
	margin: 0 auto;
	text-indent: -9999px;
}

.BTN_BUY a{
	width: 270px;
	height: 80px;
	display: block;
	background-image: url(../images/btn_buy.svg);
	
}

.BTN_BUY a:hover{
    opacity:0.5;
}

	/*按鈕-回到最上方TOP 結束*/

	/*視覺影音區 開始*/

	/*上方大主視覺 開始*/
	
	/*捍衛視覺底圖*/
	.CONTENT-1{
		width: 100%;
		height: 0;
		padding-bottom: 80%;
		background-image: url(../images/bg.png);
		background-repeat: no-repeat;
		background-color: #FFF;
		background-size: cover;
		background-position:top center;
		display: inline-block;
		margin-bottom: 30px;
	}

	.KV_BANNER{
		width: 100%;
		height:0;
		padding-bottom:46%;
		background-position: center center;	
		background-size:cover;
		clear: both;
	}

	/*捍衛LOGO*/
	.EVENT_LOGO {
		width: 60%;
		height:auto;
		display: block;
		margin: 0 auto;
		padding-top: 30px;
	}
	.EVENT_LOGO h1{
		width: 100%;
		height: 50px;
		background-image: url(../images/event_logo.svg);
		background-repeat: no-repeat;
		background-position: center;
		text-indent: -9999px;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	/*捍衛小標*/
	.EVENT_LOGO h2{
		width: 100%;
		display: block;
		font-size: 36px;
		line-height: 1.6;
		font-weight: bold;
		color:#000;
		text-align:center; 
		margin: 0 auto;
	}

	.EVENT_LOGO h3{
		width: 100%;
		display: block;
		overflow: hidden;
		font-size: 22px;
		line-height: 1.2;
		font-weight: bold;
		display: block;
		color:#000;
		text-align:center; 
		margin: 0 auto;
		padding-bottom: 10px; 
	}
	/*捍衛介紹文*/
	.EVENT_LOGO p {
		width: 100%;
		display: block;
		font-size: 18px;
		line-height: 1.6;
		color:#333;
		text-align:center; 
		margin: 0 auto;
		padding-bottom: 5%;
	}
	/*Youtube影片嵌入控制*/
	.YOUTUBE {
		width: 60%;
		max-width: 600px;
		height: auto;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.video-container{
		position:relative;
		padding-bottom:56.25%;
		padding-top:30px;
		height:0;
		overflow:hidden;
		background-color: #000;
		border: 8px solid #FFF;
	}

	.video-container iframe,
	.video-container object,
	.video-container embed{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

	/*上方大主視覺 結束*/

/*視覺影音區 結束*/


	/*中間文字區 開始*/

	.CONTENT-2{
		width: 100%;
		height: auto;
		overflow: hidden;
		background-color:#E3E3E3; 
		padding: 0px 0 50px 0;
		clear: both;

		/*background-image: url(../images/XX.jpg);
		background-size: cover;*/
	}

	.CONTENT-2 h2{
		width:90%;
		display: block;
		overflow: hidden;
		margin:0 auto;
		display: block;
		font-size: 3.4em;
		font-weight: bold;
		line-height: 2;
		color:#9D356D;
		border-bottom: 3px solid #9D356D;
		margin-top: 10px;
		margin-bottom: 0px;

	}

	.CONTENT-2 h3{
		width:90%;
		display: block;
		overflow: hidden;
		margin:0 auto;
		font-size: 2.4em;
		color:#FFF;
		margin-top: 20px;
		background-color: #9D356D;
	}

	.CONTENT-2 img {
		clear:both;
		width: 90%;
		height: auto;
		display: block;
		margin:0 auto;
		margin-top: 0;
		text-align: center;
	}

	.CONTENT-2 p{
		width:90%;
		display: block;
		color:#333333;
		margin:0 auto;
		font-size:18px;
		word-wrap:break-word;
		padding:20px 0 20px 0;
		text-align:justify;
	}

	/*內文的項目樣式 開始*/
	.CONTENT-2 ol{
	width:90%;
	display: block;
	color:#333333;
	margin:0 auto;
	font-size: 16px;
	word-wrap:break-word;
	padding:20px 0 0 0;
	text-align:justify;
	/*list-style-type: square; 正方形*/ 
	list-style-type: disc; /*圓形*/
	}

	.CONTENT-2 li{
		/*border-bottom:1px dashed #999; 下方有虛線*/
		line-height: 1.6;
		padding: 10px 0 10px 0;
	}
	/*內文的項目樣式 結束*/



	/*中間文字區 結束*/

	/*基金警語 開始*/

	.WARNING{
		width:100%;
		height: auto;
		background-color:#daded9;
		padding: 20px 0 20px 0;
		/*background-image: url(../images/XXXX.jpg);*/
		background-size: cover;
		padding-bottom: 100px;
		}

	.WARNING h2{
		width:90%;
		display: block;
		font-size: 2.4em;
		line-height: 2;
		font-weight: bold;
		color:#333333;
		margin:0 auto;
		border-bottom: 3px solid #333333;
	}

	.WARNING p{
		width:90%;
		display: block;
		font-size: 1.6em;
		color:#333333;
		margin:0 auto;
		word-wrap:break-word;
		padding:20px 0 20px 0;
		text-align:justify;
	}
/*填寫表格*/
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

		.sheet {
					width: 690px;
					display: block;
					margin: 0 auto;	
					font-size: 16px;
					background-color: #FFF;
					overflow:hidden;
					padding: 20px 0;
		        }
        .sheet p{padding-left: 10px;}

		.sheet ul {
					width: 90%;
					margin: 0 auto;
				}
		.sheet  ul li.box_01 {
		            width:100%;        
					/*float: left;*/
					padding: 3px;
			        text-align: left;
			        
		        }
		.sheet  ul li.box_51 {
		            width:15%;        
					float: left;
					padding: 3px;
			        text-align: right;
		        }
		.sheet  ul li.box_02 {
		            width:100%;           
					/*float: left;*/
					padding: 3px;
		            color: #9b9b9b;
		        }
		.sheet  ul li.box_03 {
		            width:100%;           
					/*float: left;*/
					padding: 3px;
					border:1px solid #ccc;
					border-radius: 5px;
		        }
        .sheet  ul li.box_04 {
		            width:100%;           
					/*float: left;*/
					padding-left: 15%;
					padding-right: 15%;	
		        }
		.sheet  ul li.box_05 {
		            width:120px;           
					float: left;
		        }
		.remind {
		            width:100%; 
		            font-size: 16px;
		            color: #9b9b9b;
		        }
		.remind ol{
			list-style-type: disc;
			width:100%; 
			font-size: 16px;
		    color: #9b9b9b;
			padding-left: 20px;
			padding-bottom: 20px; 
		}
.w50{
	width: 50%;
	float: left;
	text-align: center;
	
	
}
.btn_clear {
	width:80%;
	height:50px;
    background-color: #fff;
    border: 1px solid #FF4E00;
    color: #FF4E00;
    padding: 8px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
    cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}
.btn_clear:hover {
    background-color: #ebebeb; 
    color: #FF4E00;
}

.btn_send {
	width:80%;
	height:50px;
    background-color: #FF4E00;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}
	
.btn_upload {
	width:28%;
	height:50px;
    background-color: #FF4E00;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}
.btn_remove {
	width:30px;
	height:30px;
    background-color: #FF4E00;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}

.btn_cancel {
	width:25%;
	height:50px;
    background-color: #FF4E00;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}	
.btn_agree {
	width:65%;
	height:50px;
    border: 1px solid #dbdbdb;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
    cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}	

/*填寫表格  結束*/
/*基金警語 結束*/

}



/* ----------------------------------------iPad版型 結束------------------------------------------------------- */








/* ----------------------------------------手機版型 開始------------------------------------------------------- */


@media screen and (max-width: 767px) {
	
	*{
		box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
	}

	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}

	#WRAPPER{
		width:100%;
		min-width:320px; /* 限定最小寬度 */
	}
/*燈箱lightbox*/
.lightbox{
	position:fixed; /* position 可以讓 div 跳脫原本在 HTML 內的位置 */
	top:0;
	z-index:1000;	
	width:100%; /* 寬高 100% 整個蓋住 */
	height:100%;
	background-color:rgba(0,0,0,0.7);
	
	/*display:none;  把燈箱先關掉 */
}

.lightbox_content {
	width:320px;
	height: 300px;
	position:absolute; /* 把 ul 選單 上下左右都置中 */
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	border-radius: 5px;
	
}

.lightbox_content ul{
	width: 100%;

}

.lightbox_content li.box_top{
	width: 100%;
	height: 70px;
	background-color: #3366ff;
	padding: 20px 20px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	/*font-size:1.3vw;*/
	font-size: 18px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
	color: #FFF;
	text-align: center;
}

.lightbox_content li.box_middle{
	width: 100%;
	height: 150px;
	background-color: #FFF;
	padding: 20px 20px;
	color: #666;
	font-size: 18px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
	
}

.lightbox_content li.box_bottom{
	width: 100%;
	height: 100px;
	background-color: #FFF;
	padding: 20px 20px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	text-align: center;
}
	/* --上方LOGO+選單按鈕 開始-- */
		
	#TOP-MENU{
		display:block;
		width:100%;
		background-color:#c3b893;
	}

	#TOP-MENU h2 {
		width: 100%;
		height: 100%;
		min-width:320px;
		min-height: 47px;
		background-image:url(../images/logo_bg.jpg);
		background-repeat: repeat-y;
		text-align: left;
	}

	#TOP-MENU h2 a {
		display: block;
		width:70%;
		height: 100%;
		min-width:320px;
		min-height: 47px;
		background-image:url(../images/logo.svg);
		text-indent: -9999px;
		background-size: cover;
		background-position: center center;
	}

	#TOP-MENU #BTN{ /* 製作手機版 右上角的按鈕 */
		display:block;
		width:50px;
		height:30px;
		background-image:url(../images/btn.svg);
		background-repeat: no-repeat;
		text-indent:-9999px;
		margin-top: 0.6%;
		margin-left: 87%; 
	}


	#NAV{
		position:fixed; /* position 可以讓 div 跳脫原本在 HTML 內的位置 */
		top:0;
		z-index:1000;
		
		width:100%; /* 寬高 100% 整個蓋住 */
		height:100%;
		background-color:rgba(0,0,0,0.7);
		
		display:none; /* 把主選單先關掉 */
	}

	#NAV h2 {
		display: none;
	}

	.LOGO{
		display: none;
	}

	#NAV ul{
		width:260px;
		height:260px;
		
		position:absolute; /* 把 ul 選單 上下左右都置中 */
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}

	#NAV li{
		width:100%;
		float:none;
		 
	}

	#NAV li a{
		display:block;
		width:100%;
		line-height:50px;
		text-align:center;
		font-size: 3.6em;
		text-decoration:none;
		background-color:#38a8fd;
		border-bottom:1px solid #025da3;
		color:#FFF;	
	}

	#NAV li a:hover{
		border:1px solid #025da3;
		background-color:#025da3;
	}

	#NAV li img {
		float: none;
		display: none;
	}

	#NAV #XX{ 			/*選單之內右上角的 X 按鈕*/
		display:block;
		width:40px;
		height:40px;
		color: #FFF;
		background-color:#000;
		border-radius:50%;
		text-align:center;
		line-height:40px;
		font-size: 3.6em;
		position:absolute;
		right:-20px; /* 凸出去 */
		top:-20px;
	}

	/*下方選單 開始*/
	.SUBNAV{
		width:100%;
		height:50px;
		background-color:#f26f28;
		position: fixed;
		bottom:0px;
		z-index:888;
	}
	.SUBNAV ul{
		width: 100%;
		margin:0 auto;
		list-style-type: none;
		display: block;
	}
	.SUBNAV ul li{
		width: 50%;
		float: left;
		color:#FFFFFF;
		display: block;
		font-size: 16px; 
		line-height: 50px;
		text-align: center;
		border-right:1px solid #FFF;
		-webkit-box-sizing:border-box;
	}

	.SUBNAV li:first-child{
		border-right:1px solid #FFF;
	}


	.SUBNAV ul li a{
		display: block;
		width: 100%;
		height: 0;
		color:#FFFFFF;
		padding-bottom: 60%;
		text-decoration: none;


	}

	.SUBNAV ul li a:hover{
		background-color:#feae2a; 
		color: #000000;
	}

	.SUBNAV span{
	float: left;
	}

	.SUBNAV span.FOCUS{
		padding-left:10%;
	}

	/*下方選單 結束*/
	/* --上方LOGO+選單按鈕 結束-- */

	/*按鈕-回到最上方TOP 開始*/
	.BTN_TOP{
		width: 40px;
		height: 40px;
		position: fixed;
		right:10px;
		bottom: 10px;
		z-index: 888;
		
	}

	.BTN_TOP a {
		width: 40px;
		height: 40px;
		display: block;
		line-height: 40px;
		text-align: center;
		font-size: 12px;
		color: #FFFFFF;
		border-radius:30px;
		background-color: #000;
		text-decoration:none; 
	}

	.BTN_TOP a:hover{
		background-color: #0b7fde;
	}

	/*內頁的top按鈕*/
	.BTN_TOP_02{
		width: 40px;
		height: 40px;
		position: fixed;
		right:10px;
		bottom: 60px;
		z-index: 888;
	}

	.BTN_TOP_02 a {
		width: 40px;
		height: 40px;
		display: block;
		font-size: 12px;
		line-height: 40px;
		text-align: center;
		color: #FFFFFF;
		border-radius:30px;
		background-color: #000;
		text-decoration:none; 
	}

	.BTN_TOP_02 a:hover{
		background-color: #0b7fde;
	}

.BTN_BUY{
	width: 200px;
	height: 59px;
	margin: 0 auto;
	text-indent: -9999px;
}

.BTN_BUY a{
	width: 200px;
	height: 59px;
	display: block;
	background-image: url(../images/btn_buy2.svg);
	
}

.BTN_BUY a:hover{
	opacity:0.5;
}	
	
	/*按鈕-回到最上方TOP 結束*/


	/*捍衛視覺底圖*/
	/*上方大主視覺 開始*/
	.CONTENT-1{
		width: 100%;
		height: 0;
		padding-bottom: 156%;
		background-image: url(../images/bg.png);
		background-repeat: no-repeat;
		background-color: #FFF;
		background-size: cover;
		background-position:top center;
		display: inline-block;
	}

	.KV_BANNER{
		width: 100%;
		height:0;
		padding-bottom:55%;
		background-position: center center;	
		background-size:cover;
		clear: both;
	}
	/*捍衛LOGO*/
	.EVENT_LOGO {
		width: 100%;
		height:auto;
		display: block;
		margin: 0 auto;
		padding-top: 10px;
	}
	.EVENT_LOGO h1{
		width: 90%;
		height: 10em;
		max-height: 50px; 
		background-image: url(../images/event_logo.svg);
		background-repeat: no-repeat;
		background-position: center;
		text-indent: -9999px;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	/*捍衛小標*/
	.EVENT_LOGO h2{
		width: 90%;
		display: block;
		font-size: 24px;
		line-height: 1.6;
		font-weight: bold;
		color:#000;
		text-align:center; 
		margin: 0 auto;
	}

	.EVENT_LOGO h3{
		width: 90%;
		display: block;
		overflow: hidden;
		font-size: 12px;
		line-height: 1.2;
		font-weight: bold;
		display: block;
		color:#000;
		text-align:center; 
		margin: 0 auto;
		padding-bottom: 10px; 
	}
	/*捍衛介紹文*/
	.EVENT_LOGO p {
		width: 90%;
		display: block;
		font-size: 16px;
		color:#333;
		text-align:center; 
		margin: 0 auto;
		padding-bottom: 5%;
	}
	/*Youtube影片嵌入控制*/
	.YOUTUBE {
		width: 85%;
		max-width: 400px;
		height: auto;
		margin: 0 auto;
	}
	.video-container{
		position:relative;
		padding-bottom:56.25%;
		padding-top:30px;
		height:0;
		overflow:hidden;
		background-color: #000;
		border: 8px solid #FFF;
	}

	.video-container iframe,
	.video-container object,
	.video-container embed{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

	/*上方大主視覺 結束*/

/*視覺影音區 結束*/


	/*中間文字區 開始*/

	.CONTENT-2{
		width: 100%;
		height: auto;
		overflow: hidden;
		background-color:#E3E3E3; 
		padding: 0px 0 50px 0;
		clear: both;

		/*background-image: url(../images/XX.jpg);
		background-size: cover;*/
	}

	.CONTENT-2 h2{
		width:86%;
		display: block;
		overflow: hidden;
		margin:0 auto;
		font-size: 5.4em;
		font-weight: bold;
		line-height: 1.3;
		color:#9D356D;
		border-bottom: 3px solid #9D356D;
		margin-top: 30px;

	}


	.CONTENT-2 img {
		clear:both;
		width: 86%;
		height: auto;
		display: block;
		margin:0 auto;
		margin-top: 0;
		text-align: center;
	}

	.CONTENT-2 p{
		width:86%;
		display: block;
		color:#333333;
		margin:0 auto;
		font-size: 14px;
		word-wrap:break-word;
		padding:20px 0 0 0;
	}

	.CONTENT-2 h3{
		width:86%;
		display: block;
		overflow: hidden;
		margin:0 auto;
		font-size: 3.8em;
		line-height: 1.6;
		color:#FFF;
		margin-top: 30px;
		background-color: #9D356D;
	}

	/*內文的項目樣式 開始*/
	.CONTENT-2 ol{
	width:86%;
	display: block;
	color:#333333;
	margin:0 auto;
	font-size: 14px;
	word-wrap:break-word;
	padding:20px 0 0 0;
	text-align:justify;
	/*list-style-type: square; 正方形*/ 
	list-style-type: disc; /*圓形*/
	}

	.CONTENT-2 li{
		/*border-bottom:1px dashed #999; 下方有虛線*/
		line-height: 1.6;
		padding: 10px 0 10px 0;
	}
	/*內文的項目樣式 開始*/
	/*中間文字區 結束*/

	/*基金警語 開始*/

	.WARNING{
	width:100%;
	height: auto;
	background-color:#daded9;
	padding: 20px 0 20px 0;
	/*background-image: url(../images/XXXX.jpg);*/
	background-size: cover;
	padding-bottom: 100px;
	}

	.WARNING h2{
		width:86%;
		display: block;
		font-size: 4.6em;
		line-height: 2;
		font-weight: bold;
		color:#333333;
		margin:0 auto;
		border-bottom: 3px solid #333333;
	}

	.WARNING p{
		width:86%;
		display: block;
		font-size: 3.3em;
		color:#333333;
		margin:0 auto;
		word-wrap:break-word;
		padding:20px 0 0px 0;
	}
/*填寫表格*/
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

		.sheet {
					width: 356px;
					display: block;
					margin: 0 auto;	
					font-size: 14px;
					background-color: #FFF;
					overflow:hidden;
					padding: 20px 0;
		        }
        .sheet p{padding-left: 0px;}

		.sheet ul {
					width: 90%;
					margin: 0 auto;
				}
		.sheet  ul li.box_01 {
		            width:100%;        
					/*float: left;*/
					padding: 5px;
			        text-align: left;
			        
		        }
		.sheet  ul li.box_51 {
		            width:15%;        
					float: left;
					padding: 3px;
			        text-align: right;
		        }
		.sheet  ul li.box_02 {
		            width:100%;           
					/*float: left;*/
					padding: 5px;
		            color: #9b9b9b;
		        }
		.sheet  ul li.box_03 {
		            width:100%;           
					/*float: left;*/
					padding: 3px;
					border:1px solid #ccc;
					border-radius: 5px;
		        }
	    .sheet  ul li.box_04 {
		            width:100%;           
					float: left;
					padding-left: 13%;
					padding-right: 5%;	
		        }
		.sheet  ul li.box_05 {
		            width:120px;           
					float: left;
		        }
		.remind {
		            width:100%; 
		            font-size: 14px;
		            color: #9b9b9b;
		        }
		.remind ol{
			list-style-type: disc;
			width:100%; 
			font-size: 14px;
		    color: #9b9b9b;
			padding-left: 20px;
			padding-bottom: 20px; 
		}
.w50{
	width: 50%;
	float: left;
	text-align: center;
	
	
}	
.btn_clear {
	width:90%;
	height:50px;
    background-color: #fff;
    border: 1px solid #FF4E00;
    color: #FF4E00;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
    cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}
.btn_clear:hover {
    background-color: #ebebeb; 
    color: #FF4E00;
}

.btn_send {
	width:90%;
	height:50px;
    background-color: #FF4E00;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}
.btn_upload {
	width:45%;
	height:50px;
    background-color: #FF4E00;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}
.btn_remove {
	width:30px;
	height:30px;
    background-color: #FF4E00;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}
.btn_cancel {
	width:90%;
	height:50px;
    background-color: #FF4E00;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 15px 2px 10px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}	
.btn_agree {
	width:90%;
	height:60px;
    border: 1px solid #dbdbdb;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 15px 2px 10px;
    cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial,Helvetica,"微軟正黑體", sans-serif;
}	

/*填寫表格  結束*/
/*基金警語 結束*/

}/* ----------------------------------------手機版型 結束------------------------------------------------------- */

/* --------------------------------------文字大小、色彩樣式 開始----------------------------------------------------- */

/*文字字級大小樣式*/
.T_14{
	font-size: 14px;
}

.T_16{
	font-size: 16px;
}

.T_16_bloder{
	font-weight:bold;
}

.T_18{
	font-size: 18px;
}

.T_20{
	font-size: 20px;
}

.T_22{
	font-size: 22px;
}

/*文字顏色樣式*/
.T_333 {
	color:#333333;
}

.T_RED{
	color:#FF0000;
}

.T_BLUE{
	color:#006cff;
}

.T_ORANGE{
	color:#ff6600;
}

.sub_title_01{
	background-color: #FF4E00;
	color: #FFF;
	padding: 1px;
	margin-right:10px; 
}




/* --------------------------------------文字大小、色彩樣式 結束----------------------------------------------------- */
.clear{
	clear: both;
}
.magic-checkbox{
	width: 20px;
	height: 20px;	
}
