@charset "utf-8";
/* CSS Document */

.editable_content { color:#222; }
.editable_content.above { margin-top:20px; }

/* 為文字上稿區可能出現的元素做設定 */
.editable_content, .editable_content p, .editable_content .para, .editable_content blockquote { line-height:1.75em; }
.editable_content p, .editable_content .para, .editable_content div { padding:0; }
.editable_content p, .editable_content .para, .editable_content ul, .editable_content ol, .editable_content div { margin-top:10px; margin-bottom:20px; }
.editable_content table, .editable_content iframe { margin-top:10px; margin-bottom:20px; }
.editable_content h3, .editable_content h4, .editable_content h5, .editable_content h6 { line-height:1.3em; padding-top:10px; }
.editable_content blockquote { margin:0px 0 35px 0; padding:25px 45px; background-color:#fff; border-left:5px solid #009b93; box-shadow:1px 1px 10px rgba(0,0,0,.3); overflow:hidden; font-size:0.9375em; }
.editable_content ol { list-style-type:decimal; margin-left:40px; }
.editable_content ol.cjk { list-style-type:cjk-ideographic; }
.editable_content ul { list-style-type:disc; margin-left:40px; }
	.editable_content ul[type="disc"] { list-style-type:disc; }
	.editable_content ul[type="circle"] { list-style-type:circle; }
	.editable_content ul[type="square"] { list-style-type:square; }
.editable_content li { padding-bottom:10px; line-height:150%; }
.editable_content ol ol { list-style-type:lower-alpha; }
.editable_content ul ul { list-style-type:circle; }
.editable_content ul ul, .editable_content ul ol, .editable_content ol ul, .editable_content ol ol { margin-bottom:0; margin-left:20px; }
.editable_content ul > li li:last-child, .editable_content ol > li li:last-child { padding-bottom:0; }
.font_red { color:#e60000; }
.font_blue { color:#0052d0; }
.font_bold { font-weight:bold; } 
.font_italic { font-style:italic; }
.font_underline { text-decoration:underline; }

/* 影片、相關連結、相關檔案 */
p.MsgModule_Download, p.MsgModule_Link { padding:0; line-height:160%; }
	p.MsgModule_Download span, p.MsgModule_Link span { font-weight:bold; white-space:nowrap; color:#009b93; }
	p.MsgModule_Download a, p.MsgModule_Link a { color:#333; text-decoration:none; }
	p.MsgModule_Download a:hover, p.MsgModule_Link a:hover { text-decoration:underline; }
	
.MsgModule_Media { margin-left:auto; margin-right:auto; padding:10px 0 !important; }
	.MsgModule_Media iframe { margin:0 !important; }
	.MsgModule_Media .describe { text-align:left; margin:0 !important; padding:10px; background-color:#ebebeb; font-size:0.875em; color:#666; }
	.MsgModule_Media .describe strong { color:#333; padding-right:3px; }
	.MsgModule_Media .describe span { display:block; line-height:180%; }
	noscript div.ytlink { padding:0; line-height:18px; }/* no script時影片區塊顯示的訊息 */

/* 文繞圖設定 */
.editable_content .district { overflow:hidden; }
.editable_content .district p  { padding:0 0 20px 0; margin:0; }
.editable_content .district h4 + *:not(h4):not(h5):not(h6) { margin-top:10px; }
.editable_content .district .img + * { margin-top:0; }
.editable_content .district > *:first-child { margin-top:0; }
.editable_content .district > *:last-child { margin-bottom:0; }
.editable_content .img_bg { margin-bottom:15px; }
.editable_content .imgleft { float:left; margin-right:25px; margin-top:3px; }
.editable_content .imgright { float:right; margin-left:25px; margin-top:3px; }
.editable_content .imgcenter { clear:both; text-align:center; margin-top:0; margin-left:auto; margin-right:auto; }
.editable_content .imgleft, .editable_content .imgright { max-width:50%; }
.editable_content .district .img_caption { 
	display:block; padding-left:15px; box-sizing:border-box; position:relative;
	font-size:0.9375em; line-height:140%; text-align:left; color:#555; margin:8px auto 0 auto;
	}
.editable_content .district .img_caption:after { 
	content:''; display:block; position:absolute; top:8px; left:0;
	border-left:5px solid rgba(255,255,255,0); border-right:5px solid rgba(255,255,255,0); border-bottom:5px solid #818181; 
	}
	
/* 單篇延伸區塊 */
h4.ext_title { margin-top:20px; border-bottom:2px solid #ddd; position:relative; font-size:1.375em; letter-spacing:.05em; color:#009b93; font-weight:normal; }
h4.ext_title:before { font-family:'Font Awesome 5 Regular'; margin-right:.25em; }
	h4.icon_more:before { content:"\f24d"; }
	h4.icon_file:before { content:"\f0ed"; }
	h4.icon_link:before { content:"\f0c1"; }
	h4.icon_photo:before { content:"\f302"; }
.editable_content+h4.ext_title { margin-top:60px; }
.prevNextLink+h4.ext_title { margin-top:60px; }

ul.ext_list { padding-top:10px; padding-left:25px; list-style-type:decimal; }
ul.ext_list li { position:relative; padding:6px 0; line-height:145%; color:#333; }
ul.ext_list li a { color:#333; text-decoration:none; word-wrap:break-word; }
ul.ext_list li a:hover { text-decoration:underline; }
ul.ext_list li span.file_ext { width:20px; height:20px; margin-left:6px; text-indent:-10000px; }


/* html編輯區的表格預設樣式 */
.editable_content table[align="center"] { margin-left:auto; margin-right:auto; }
.editable_content table caption, .editable_content .tableWrap_caption { font-weight:bold; color:#000; font-size:1em; text-align:left; line-height:140%; }
	.editable_content table caption { margin:5px 0; }
	.editable_content .tableWrap_caption { padding-top:5px; margin:0; }
.editable_content .tableWrap { position:relative; }
.editable_content .tableWrap table { margin:0; }
	
/* html編輯區的表格外框樣式 */
.editable_content .table_style1 > tbody > tr > th, .editable_content .table_style1 > tbody > tr > td { padding:8px; border-left:1px solid #009b93; border-bottom:1px solid #009b93; line-height:160%; }
.editable_content .table_style1 > tbody > tr > th { background-color:#d0e9e8; color:#222; white-space:nowrap; }

/* 移除第一個物件的上邊界、上間距避免過大的空白 */
.editable_content > *:first-child, .editable_content td > *:first-child { 
	padding-top:0 !important; margin-top:0 !important; 
	}
/* 移除最後一個物件的下邊界、下間距避免過大的空白 */
.editable_content > *:last-child, .editable_content td > *:last-child{ 
	padding-bottom:0 !important; margin-bottom:0 !important; 
	}
.editable_content iframe, .editable_content img, .editable_content div, .editable_content table { max-width:100%; box-sizing:border-box; }/* 避免爆版 */
.editable_content * { word-wrap:break-word; }

/* 條文 */
.clause .l1 { margin-bottom:10px; }
.clause .l2 { margin-top:0; margin-bottom:10px; padding-left:33px; text-indent:-33px; }
.clause .l2.cont { padding-left:0; text-indent:0; }
.clause .l3 { margin-top:0; margin-bottom:10px; padding-left:62px; text-indent:-26px; }
.clause .l3.cont { padding-left:36px; text-indent:0; }
.clause .l4 { margin-top:0; margin-bottom:10px; padding-left:78px; text-indent:-13px; }
.clause .l5 { margin-top:0; margin-bottom:10px; padding-left:100px; text-indent:-20px; }

.clause .l1+.l1, .clause .l2+.l1, .clause .l3+.l1, .clause .l4+.l1, .clause .l5+.l1,
.clause .l1+h3, .clause .l2+h3, .clause .l3+h3, .clause .l4+h3, .clause .l5+h3 { margin-top:40px; }
.clause .l1+h4, .clause .l2+h4, .clause .l3+h4, .clause .l4+h4, .clause .l5+h4 { margin-top:20px; }

/*StyleStart*/
/*段落*/
.para { display:block; }
/*字級12px*/
.font_12px { font-size:0.75em; }
/*字級13px*/
.font_13px { font-size:0.8125em; }
/*字級14px*/
.font_14px { font-size:0.875em; }
/*字級15px*/
.font_15px { font-size:0.9375em; }
/*字級16px*/
.font_16px { font-size:1em; }
/*字級18px*/
.font_18px { font-size:1.125em; }
/*字級20px*/
.font_20px { font-size:1.25em; }
/*字級22px*/
.font_22px { font-size:1.375em; }
/*字級24px*/
.font_24px { font-size:1.5em; }
/*字級26px*/
.font_26px { font-size:1.625em; }
/*字級28px*/
.font_28px { font-size:1.75em; }
/*字級30px*/
.font_30px { font-size:1.875em; }
/*字級32px*/
.font_32px { font-size:2em; }
/*字級36px*/
.font_36px { font-size:2.25em; }
/*文字靠左*/
.tl { text-align:left; }
/*文字置中*/
.tc { text-align:center; }
/*文字靠右*/
.tr { text-align:right; }
/*h4標題*/
.editable_content h4 { font-size:1.75em; font-weight:bold; color:#009b93; letter-spacing:.05em; }
/*h5標題*/
.editable_content h5 { font-size:1.25em; font-weight:bold; color:#2276c1; letter-spacing:.05em; }
/*h6標題*/
.editable_content h6 { font-size:1.25em; font-weight:bold; letter-spacing:.05em; }
/* 表格外框樣式1 */
.editable_content table.table_style1 { border-right:1px solid #009b93; border-top:1px solid #009b93; }
/*StyleEnd*/
