/* ---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, em, 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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6;
}
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--- */
	
a:link, a:active, a:visited {
    color: #444;
    text-decoration: none;     
}

a:hover {
    color: #999;
    /*font-weight: bold;*/
}
	
*{
    border: 0;
    padding: 0;
    margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	text-decoration: none;
	font-family: 'Noto Sans TC', "Heiti TC", "Microsoft JhengHei", sans-serif;  
	text-align: left;
}


input[type=text]::-ms-clear {
  display: none;
}


/* ---思源黑體--- */
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
	
	<style type="text/css">

	
	
/* --電腦版型------------------------------------- */		


	/*----------banner_block----------*/
	.blog_banner_block{
		display: block;
		width: 100%;
	}
	.blog_banner_content{
		display: block;
		width: 100%;
	}
	.blog_banner_block a:hover{ 
		opacity: 0.8;
	}
	.blog_banner_img_first_title{
                display: block;
                width: 100%;
                margin: 0 auto;
		/*position: absolute;
		bottom: 0;
		left: 0;*/
		padding-left: 10%;
		/*padding-bottom: 6%;
		padding-bottom: 90px;*/
		font-size: 1.3em;
		z-index: 5;
		color: #fff;
	}
	.blog_banner_img_title{
                display: block;
                width: 100%;
                margin: 0 auto;
		/*position: absolute;
		bottom: 0;
		left: 0;*/
		padding-left: 10%;
		/*padding-bottom: 3%;
		padding-bottom: 30px;*/
		font-size: 2em;
		font-size: 2.5em;
		z-index: 5;
                color: #fff;
	}
	.blog_banner_img{
		display: block;
		width: 100%;
		height: 300px;
		height: 620px;
		position: relative;
		overflow: hidden;
		background-color: #000;
		/*background: url(/s_www/image/i-m-priscilla-172593.jpg) center center;*/
		background-size: cover;
		background-repeat: no-repeat;
                background-position: center;
  		
	}
	.blog_banner_fade{
		position: absolute;
		height: 380px;
		height: 620px;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
		background: -webkit-linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
		background: -moz-linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
	}
	.blog_banner_img img{
		width: 100%;
		opacity: 0.6;
	}




        .blog_banner_word_block{
                width: 100%;
                margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 5;
                padding-bottom: 3%;
                
        }
	
	


	/*----------category_list_block----------*/
	/* mark top 根分類  menu 移至  blog_common.css */
	/*
	.blog_category_block{
		display: block;
		width: 100%;
		background-color: #b8b89f;
		color: #fff;
		font-size: 1em;
		white-space: nowrap;*/
		/*overflow: scroll;*/
		/*
		overflow-x: auto;
	}
	.blog_category_ul{
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 8px 0;
	}
	.blog_category_li{
		display: inline-block;
		margin-right: 3%;
		margin-top: 1%;
		margin-bottom: 1%;
		padding: 0 6px;
	}
	.blog_category_li a:hover{
		color: #333;
		border-bottom: 2px solid #333;
	}
	.blog_category_li:hover{
		opacity: 0.6;
	}
	
	.blog_category_li_selected{
		display: inline-block;
		margin-right: 3%;
		margin-top: 1%;
		margin-bottom: 1%;
	}
	.blog_category_li_selected a{
		color: #333;
		border-bottom: 2px solid #333;
	}
	
	
	
	.blog_category_block_mobile{
		display: none;
	}
	*/
        
    /*----------blog_selectlist_block----------*/
	/* 提至 blog_common.css 共用 */
	/*
    .blog_selectlist_block{
		display: none;
	}*/


    /*----------search_block----------*/
    /*
    .blog_search_block{
		width: 80%;
		min-width: 320px;
		text-align: right;
		margin: 0 auto;
		padding-right: 25px;
		margin-top: 3%;
	}
	.blog_search_input{
		border: #999 solid 1px;
		padding: 10px;
		font-size: 1.2em;
		border-radius: 10px;
	}
	.blog_search_icon{
		width: 50px;
		height: 50px;
	}
	.blog_search_block img{
		width: 25px;
		height: auto;
		margin-left: -40px;
		vertical-align: middle;
		margin-top: -5px;
	}
	.blog_search_block a:hover{
		opacity: 0.5;
	}
	*/




	.page_content_block{
		display: block;
		width: 80%;
		margin: 3% auto;
		vertical-align: top;
	}




	/*----------top_post_block----------*/
	.blog_content_top_post_block{
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.blog_content_top_post_left{
		display: inline-block;
		width: 52%;
		height: 500px;
		overflow: hidden;
		/*background-image: url(/s_www/image/david-beale-168546.jpg);*/
		background-size: cover;
		background-repeat: no-repeat;
		padding-top: 370px;
		vertical-align: top;
		margin-right: 20px;
                background-position: center;
	}
	.blog_content_top_post_left img{
		width: 100%;
	}
	.blog_content_top_post_right{
		display: inline-block;
		width: 100%;
		margin-right: 3%;
		overflow: hidden;
		vertical-align: top;
	}
	/* 以下 css不適合程式自動化 */
	/*
	.blog_content_top_post_right_1{
		height: 350px;
		padding-top: 220px;
		background-image: url(/s_www/test/blog/images/ben-white-181034.jpg); 
		background-size: cover;
		background-repeat: no-repeat;
		margin-bottom: 20px;
                background-position: center;
	}
	.blog_content_top_post_right_2{
		height: 350px;
		padding-top: 220px;
		background-image: url(/s_www/test/blog/images/alexandre-chambon-115381.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		vertical-align: bottom;
                background-position: center;
	}
	*/
	/* (new added) */
	.blog_content_top_post_right_item {
		/*height: 350px;*/
		padding-top: 220px;
		padding-top: 360px;
		padding-top: 384px;
		/*background-image: url(/s_www/test/blog/images/ben-white-181034.jpg);*/ 
		background-size: cover;
		background-repeat: no-repeat;
		/*margin-bottom: 20px;*/
                background-position: center;
                position: relative;
	}
	.blog_content_top_post_right_item:nth-child(2n+1) {
		margin-bottom: 20px;
	}
	/*.blog_content_top_post_right_item:nth-child(2n) {
		vertical-align: bottom;
	}*/
	
	.blog_content_top_post_right img{
		width: 100%;
	}
	
	
	.blog_content_top_post_promote_block{
		display: inline-block;
		width: 30%;
		max-width: 340px;
		
	}
	.blog_content_top_post_promote_block_mobile{
		display: none;
	}
	
	/* blog_tips: finance */
	/* 改成進入　blog_tips: 部落格便利貼 設定 */
	/*
	.blog_content_top_post_finance_content{
		width: 100%;
		height: 300px;
		background-color: #e9e9e9;
		position: relative;
		margin: 0 auto;
	}
	.finance_title{
		font-size: 1.1em;
		color: #fff;
		background-color: #444;
		text-align: center;
		padding: 8px 0;
	}
	.finance_brief{
		height: 180px;
		overflow: scroll;
		padding: 7%;
	}
	.finance_brief p{
		margin-bottom: 1em;
	}
	.finance_button_a:hover{
		opacity: 0.6;
	}
	.finance_button{
		position: absolute;
		bottom: 5%;
		left: 10%;
		padding: 8px 10px;
		width: 80%;
		margin: 0 auto;
		border-radius: 12px;
		text-align: center;
		color: #fff;
		font-size: 1.1em;
		background-color: #31B31C;
	}
	*/
	
	/* eletter */
	.blog_content_top_post_epaper{
		width: 100%;
		background-color: #555;
		color: #fff;
		margin-top: 8%;
		margin-top: 27.5px;
                height: 170px;
                height: 220px;
	}
	.epaper_title{
		font-size: 1.1em;
		padding: 5% 7%;
	}
	.epaper_brief{
		padding: 0 7%;
		font-size: 1em;
		color: #CECECE;
	}
	.epaper_subscribe{
		padding: 5% 7%;
		padding: 5%;
	}
	.epaper_subscribe input{
		width: 70%;
		height: 30px;
		font-size: 0.9em;
		border-radius: 5px;
		padding: 0 10px;
                margin-bottom: 15px;
	}
	.epaper_subscribe_button{
		height: 30px;
		width: 20%;
		font-size: 0.9em;
		text-align: center;
		color: #fff;
		background-color: #999;
		margin-left: 5%;
		border-radius: 5px;
		padding: 5px;
	}
	.epaper_subscribe_button:hover{
		opacity: 0.6;
		cursor: pointer;
	}
	.blog_content_top_post_facebook{
		width: 100%;
		margin-top: 8%;
		margin-top: 27.5px;
	}
	.fb-page{
		display: block;
		width: 100%;
	}
	
	
	.blog_post_word_block{
		display: block;
                width: 100%;
		/*height: 130px;*/
		/*overflow: hidden;*/
		padding: 10px 15px;
		background-color: rgba(255,255,255,0.60);
                position: absolute;
                left: 0;
                bottom: 0;
	}
	.blog_post_title{
		font-size: 1.3em;
		color: #333;
	}
	.blog_post_date{
		font-size: 0.8em;
		color: #888;
	}
	.blog_post_brief{
		font-size: 0.9em;
		color: #555;
		margin-top: 5px;
	}




	/*----------category_post_block----------*/
	.blog_category_title{
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 0;
		border: solid 1px #b8b89f;
		text-align: center;
		font-size: 2em;
		margin-top: 3%;
		margin-bottom: 3%;
		color: #fff;
	}
	.blog_category_title:hover{
		opacity: 0.6;
	}
	.blog_category_title a{
		color: #b8b89f;
	}
	.blog_category_post_block_a:hover{
		opacity: 0.6;
	}
	.blog_category_post_left_block{
		display: inline-block;
		width: 52%;
		height: 500px;
		overflow: hidden;
		/*background-image: url(/s_www/image/alexandre-chambon-115381.jpg);*/
		background-size: cover;
		background-repeat: no-repeat;
		padding-top: 370px;
		vertical-align: top;
		margin-right: 20px;
                background-position: center;
                position: relative;
	}
	.blog_category_post_right_block{
		display: inline-block;
		width: 45%;
		overflow: hidden;
		vertical-align: top;		
	}
	.blog_category_post_right_block_1{
		display: block;
		width: 100%;
		overflow: hidden;
		vertical-align: top;
		margin-bottom: 0.7%;
	}
	.blog_category_post_img{
		display: inline-block;
		width: 30%;
		height: 160px;
		overflow: hidden;
		/*background-image: url(/s_www/test/blog/images/aaron-burden-143103.jpg);*/
		background-size: cover;
		background-repeat: no-repeat;
		padding-top: 160px;
		margin-right: 2%;
                background-position: center;
	}
	.blog_category_post_word_block{
		display: inline-block;
		width: 67%;
		height: 160px;
		overflow: hidden;
                vertical-align: top;
	}
	.blog_category_post_title{
		font-size: 1.3em;
		color: #333;
	}

	.blog_category_post_date{
		font-size: 0.8em;
		color: #888;
	}
	.blog_category_post_brief{
		font-size: 0.9em;
		color: #555;
		margin-top: 5px;
	}

	/* eletter */
	.blog_subscribe_eletter_hidden {
		display: none;
	}





	.backtotop {
		background-color: #999;
		background-image: url("https://www.cef.tw/s_www/images/anchor-06.png");
		background-position: 50% 50%;
		background-repeat: no-repeat;
		cursor: pointer;
		height: 40px;
		overflow: auto;
		position: fixed;
		bottom: 25px;
		right: 25px;
		text-indent: -99999px;
		transition: all 0.7s ease-in-out 0s;
		width: 40px;
		border-radius: 50%;
		z-index: 1;
	}
	.backtotop a{
		opacity: 1;
	}




@media screen and (min-width:768px) and (max-width: 1280px) {

	/*----------banner_block----------*/

	.blog_banner_img_first_title{
		/*padding-bottom: 10%;*/
	}
	.blog_banner_img_title{
		/*padding-bottom: 4%;*/
	}
	.blog_banner_img{
		height: 320px;
	}
	

        .blog_banner_fade{
		height: 320px;
        }

}

	
	
	
/* --平板版型------------------------------------- */
@media screen and (min-width:768px) and (max-width: 1024px) {
	
	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}
	
	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	.all_content{
		min-width: 320px;
	}
	
	/* mark top 根分類  menu 移至  blog_common.css */
	/*
	.blog_category_block{
                display: none;
		white-space: nowrap;*/
		/*overflow: scroll;*/
		/*
		overflow-x: auto;
	}
	*/
	
	/*----------banner_block----------*/

	.blog_banner_img_first_title{
		/*padding-bottom: 10%;*/
	}
	.blog_banner_img_title{
		/*padding-bottom: 4%;*/
	}
	.blog_banner_img{
		height: 320px;
	}
	

        .blog_banner_fade{
		height: 320px;
        }
	
	
	
	/*----------top_post_block----------*/
	
	.blog_content_top_post_right{
		width: 60%;
	}
	.blog_content_top_post_promote_block{
		width: 36%;
	}
	.blog_content_top_post_promote_block_mobile{
		display: none;
	}
	/* 改成進入　blog_tips: 部落格便利貼 設定  */
	/*
	.finance_title{
		font-size: 1.1em;
	}
	*/
	.epaper_title{
		font-size: 1.2em;
	}

/*
	.blog_content_top_post_left{
		height: 250px;
		padding-top: 185px;
	}
	.blog_content_top_post_right{
		width: 44%;
	}
	.blog_content_top_post_right_1{
		height: 120px;
		padding-top: 55px;
		margin-bottom: 10px;
	}
	.blog_content_top_post_right_2{
		height: 120px;
		padding-top: 55px;
	}
	.blog_post_word_block{
		height: 65px;
	}
*/
        .blog_category_post_title{
                font-size: 1.2em;
        }
	
	
	/*----------category_post_block----------*/
	
	.blog_category_title{
		font-size: 1.5em;
	}
	
	.blog_category_post_left_block{
		height: 260px;
		padding-top: 195px;
	}
	.blog_category_post_right_block{
		width: 44%;
	}
	.blog_category_post_word_block{
		height: 65px;
	}
	.blog_category_post_img{
		height: 80px;
		padding-top: 80px;
	}
	.blog_category_post_word_block{
		height: 80px;
		width: 65%;
	}


    /*----------blog_selectlist_block----------*/
	/* 提至 blog_common.css 共用 */
	/*
	.blog_selectlist_block{
		display: block;
		width: 100%;
		margin: 8% auto;
                padding: 0 10%;
	}
	
	.category_select{
		padding: 15px;
		color: #444;
		border-radius: 15px;
		border: solid 1px #999;

	}

	.category_select_list{
		margin-top: 3%;
	}
	.category_select_li{
		padding: 15px 0;
		border-bottom: solid #999 1px;
		font-weight: bold;
	}
        .category_select_li_s{
		padding: 5px 20px 0 20px;
		opacity: 0.8;
	}
	.category_select_number{
		padding-left: 10px;
		color: #A2A2A2;
	}
	*/
	
	/* eletter */
	.blog_subscribe_eletter_hidden {
		display: none;
	}

        .blog_tips_block .blog_tips_title{
                font-size: 1em;
        }

	
}


/* --手機版型------------------------------------- */
@media screen and (max-width: 767px) {
	
	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}
	
	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	.all_content{
		min-width: 320px;
	}
	
	
	/*----------banner_block----------*/

	.blog_banner_img_first_title{
		/*padding-bottom: 15%;
		font-size: 1.1em;
		padding-bottom: 100px;*/
		font-size: 1em;
	}
	.blog_banner_img_title{
		/*padding-bottom: 5%;
		font-size: 1.5em;
		padding-bottom: 40px;*/
		font-size: 1.5em;
                line-height: 1.3em;
                
	}
	.blog_banner_img{
		height: 200px;   
		height: 300px; 		
	}
	.blog_banner_fade{
		position: absolute;
		height: 260px;
		height: 300px;
	}



        .blog_banner_word_block{
                padding-bottom: 5%;
                padding-right: 25px;
                
        }
	
	
	/*----------category_block----------*/
	
	/* mark top 根分類  menu 移至  blog_common.css */
	/*
	.blog_category_block{
                display: none;
		white-space: nowrap;*/
		/*overflow: scroll;*/
		/*
		overflow-x: auto;

	}
	.blog_category_block_mobile{
		display: block;
		width: 100%;
		margin: 20% 0;
	}
	.blog_category_ul_mobile{
		text-align: center;
	}
	.blog_category_li_mobile a{
		display: block;
		color: #b8b89f;
		text-align: center;
		border: #b8b89f solid 1px;
		margin: 10px 0;
		padding: 8px 0;
	}
	.blog_category_li_mobile a:hover{
		color: #fff;
		background-color: #b8b89f;
	}
	*/
	
	
	/* blog search block */
	/*
	.blog_search_block{
		margin-top: 10%;;
		margin-bottom: 10%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.blog_search_input{
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
	*/



    /*----------blog_selectlist_block----------*/
	/* 提至 blog_common.css 共用 */
	/*
	.blog_selectlist_block{
		display: block;
		width: 100%;
		margin: 8% auto;
                padding: 0 10%;
	}
	


	.category_select{
                width: 100%;
		padding: 15px;
		color: #444;
		border-radius: 15px;
		border: solid 1px #999;

	}

	.category_select_list{
		margin-top: 3%;
	}
	.category_select_li{
		padding: 15px 0;
		border-bottom: solid #e1e1e1 1px;
		font-weight: bold;
	}
        .category_select_li_s{
		padding: 5px 20px 0 20px;
		opacity: 0.8;
	}
	.category_select_number{
		padding-left: 10px;
		color: #A2A2A2;
	}
	*/
	
	
	
	
	/*----------FLEX_block----------*/
	
	.page_content_block{
		display: -webkit-flex; /* Safari */
		display: flex;
		flex-direction:column;
		-webkit-flex-direction:column;
                width: 90%;
	}
	
		/* Safari 6.1+ */
	div#box1  {-webkit-order: 1;}
	div#box2  {-webkit-order: 3;}
	div#box3  {-webkit-order: 1;}

	/* Standard syntax */
	div#box1  {order: 1;}
	div#box2  {order: 3;}
	div#box3  {order: 1;}
	
	
	
	
	
	/*----------top_post_block----------*/
	
	.blog_content_top_post_right{
		width: 100%;
	}
	.blog_content_top_post_right_1{
		height: 200px;
		padding-top: 135px;
	}
	.blog_content_top_post_right_2{
		height: 200px;
		padding-top: 135px;
	}
	.blog_post_brief{
		display: none;
	}
	.blog_post_word_block{
		/*height: 65px;*/
	}
	.blog_content_top_post_promote_block{
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20PX;
	}
	.blog_content_top_post_promote_block_mobile{
		display: block;
	}
	.blog_content_category_post_block_all{
		margin-bottom: 50px;
	}
	/* 改成進入　blog_tips: 部落格便利貼 設定  */
	/* 
	.finance_title{
		font-size: 1.1em;
	}
	*/
	.epaper_title{
		font-size: 1.2em;
	}

	
/*	
	.blog_content_top_post_left{
		display: block;
		width: 100%;
		height: 200px;
		padding-top: 135px;
	}
	.blog_content_top_post_right{
		display: block;
		width: 100%;
	}
	.blog_content_top_post_right_1{
		display: block;
		width: 100%;
		height: 200px;
		padding-top: 135px;
		margin-top: 8%;
	}
	.blog_content_top_post_right_2{
		display: block;
		width: 100%;
		height: 200px;
		padding-top: 135px;
		margin-top: 8%;
	}
	.blog_post_word_block{
		height: 65px;
	}
*/


        .blog_content_top_post_right_item{
                padding-top: 200px;
        }

        .blog_content_top_post_right_item .blog_post_title{
                line-height: 1.3em;
                font-size: 1.2em;
        }
        .blog_content_top_post_right_item .blog_post_date{
                /*display: none;*/
        }
        .blog_category_post_left_block .blog_post_title{
                line-height: 1.3em;
                font-size: 1.2em;
        }
        .blog_category_post_left_block .blog_post_date{
                /*display: none;*/
        }


        .blog_category_post_title{
                font-size: 1em;
                width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
        }
        .blog_category_post_right_block .blog_category_post_word_block{
                line-height: 1.2em;
        }



	
	/*----------category_post_block----------*/
	
	.blog_category_title{
		font-size: 1.2em;
		padding: 6px 0;
		margin-bottom: 8%;
	}
	.blog_category_post_left_block{
		width: 100%;
		height: 200px;
		padding-top: 135px;
	}
	.blog_category_post_word_block{
		height: 65px;
	}
	.blog_category_post_right_block{
		display: block;
		width: 100%;
		margin-top: 8%;
	}
	.blog_category_post_right_block_1{
		width: 100%;
	}
	.blog_category_post_img{
		height: 80px;
		width: 30%;
		padding-top: 80px;
	}
	.blog_category_post_word_block{
		height: 80px;
		width: 65%;
	}
	
	/* eletter */
	.blog_subscribe_eletter_hidden {
		display: none;
	}
	
}