.m_fit_blog{
	border-radius:8px;
	margin-left: 12px;
	width: calc(100% - 20px);
}

/* ----------------------- */
#main{
	box-shadow: 0 0px 12px 0px hsl(0 0% 90% / 1);
	}
area{
	outline:0;
	}
.btn{
	cursor:pointer;
	}
.btn:hover,
.btn:active{
	color:#595959 !important;
	opacity:.6;
	transition:all .6s ease;
	}
	
.col_3 > div{
	float:left;
	width:calc(100% / 3 - 4px);
	margin-right: 4px;
	}
.col_3 > div:last-child{
	float:none;
	}

.pop_functions_div{
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    display: none;
	}
.pop_functions_box{
	width: calc(100% - 60px);
	height: calc(100% - 60px);
    margin: 20px;
    padding: 10px 10px;
    background-color: #fff;
    position: absolute;
    border-radius: 6px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px #666666;
    -moz-box-shadow: 0px 0px 20px #666666;
    box-shadow: 0px 0px 20px #666666;
	
	overflow:auto;
	}
.pop_functions_close{
	position: fixed;
    _position:absolute;
    _z-index:100;/*
	_bottom:-20px;
    top:0;
    right:0;*/
    _position:absolute;
	z-index: 100;
	top: 4px;
    right: 7px;
    width: 30px;
    height: 30px;
	margin-top: 4px;
	
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    font-size: 18pt;
    line-height: 20pt;
	font-weight:normal;
    text-align: center;
    background-color: #9a9a9a;
	
    -webkit-box-shadow: 0px 0px 10px #ccc;
    -moz-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
	opacity:0.9;
	}
.pop_functions_close:hover, .pop_functions_close:focus{
    background-color: #cdcdcd;
	cursor:pointer;
	}
.back_top {
    display: block !important;
    position: fixed;
    z-index: 100;
    bottom: 56px;
    right: -65px;
    width: 40px;
    height: 40px;
    line-height: 48px;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
    border-radius: 100px;
    border: 1px solid #CDCDCD;
    -webkit-box-shadow: 0px 0px 8px #ccc;
    -moz-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
    cursor: pointer;
}
.back_top > img {
	margin-top:8px;
}
	
#top_bar{
	position: fixed;
	z-index:1;
    top: 0;
    left: 0;
    padding: 10px;
	padding-bottom: 5px;
    width: 100%;
	height: 44px;
    background: #fff;
	box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 8px #ccc;
    -moz-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
	/*margin:0 40px;
	margin-bottom: 20px;*/
	}
	
.shadow_rd{
	border-radius:8px;
	-webkit-box-shadow: 0px 0px 8px 0px #9a9a9a;
	box-shadow: 0px 0px 8px 0px #9a9a9a;
	/*box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;*/
	}
	
.m_show{
	display:none;
	}	
td{
	/*background: none !important;*/
	}
a:active,a:link,a:visited{
	color: #17a5f8;/*595959*/
	text-decoration:none;
	}
a:focus,a:hover{
	opacity:.8;
	/*color: #f39230;*/
	}
a{
	-moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	}
ul{
	padding-left: 16px;
	}
	
.iframe_blank{
	width:100%; 
	height:-webkit-fill-available; 
	min-height:515px;
	max-height:715px;
	max-width:960px;
	}
	
/* hide on pc*/
@media screen and (min-width: 733px) {
#share_bar,
#more_bar{
	display:none !important;
	}
}
	
@media screen and (max-width: 733px) {
	iframe{
		width:100%;}
#agenda p{
	background-color:transparent !important;
	}
body{
	margin:0;
	padding:0;
	font-family: Microsoft JhengHei, arial, helvetica, sans-serif !important;
	/*font-size:14pt !important;18*/
	}	
tr>td>p,
tr>td>div,#register_bar span{
	/*font-size: 14pt !important;16*/
    /*line-height: 24pt !important;28*/
	}	
tr>td>.title>div{
	/*font-size: 16pt !important;18*/
    /*line-height: 24pt !important;28*/
	}	
table{
	display: -webkit-box !important;
	width:calc(100%) !important;/* - 4px*/
	border:none !important;
	}
tbody{
	display: table;
	width: 100%;
	margin:0;
	padding:0;
	}
tr{
	display: list-item;/*grid*/
    list-style-type: none;
	margin:0 6px;
	
	/* rewrite bgcolor */
	height: inherit !important;
    background: transparent !important;
	}
td{
	display: list-item;/*grid*/
    list-style-type: none;
	text-align: left;/*center*/
	width:auto !important;
	max-width:none !important;
	}
p{
	padding:0px !important;/*10px*/
	}
ul{
	text-align:left;
	}
.img_auto{
	width:100%;
	}
/*img{
	max-width:none !important;
	width:auto !important;
	}*/
.m_hide{
	display:none;
	}	
.m_show{
	display:block !important;
	}
.m_270{
	width:270px;
	}
.m_p_20{
	padding:20px !important;
	}
#top_bar{
	margin:0 !important;
	margin-bottom: 20px !important;
	}
.back_top{
	line-height: 37px;
	}
.banner{
	margin: 0 -12px;
	margin-top: -6px;
	}
.border_bottom_list{
	border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
	}
.title{
	/*font-size: 18pt !important;*/
    line-height: 26pt;
	}
	
#register_bar{
	position:fixed;
	z-index: 1;
	bottom:0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px #ccc;
    -moz-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
	}
#register_bar > a{
	float: left;
    padding: 10px;
	/*line-height: 24px;*/
	width:calc(20% - 20px);
	text-align:center;
	cursor:pointer;
	/*border-right:1px solid #000;*/
	}
#register_bar > a:hover,
#register_bar > a:focus{
	background:#f3f3f3;
	transition:all .5s ease 0s;
	}
#register_bar > .btn_reg{
	border-right:none;
	width:calc(40% - 20px);/* - 4px*/
	background:#3f98d9;
	color:#fff;
	}
#register_bar > .btn_reg:hover,
#register_bar > .btn_reg:focus{
	background:#4DC1F9;
	transition:all .5s ease 0s;
	}
#register_bar > .btn_reg img{
	width: 92px;
	}
#register_bar > a:last-child{
	display:none;
	}
#register_bar img{
	width:20px;
	vertical-align:middle;
	}
#share_bar,
#more_bar{
	position:fixed;
	z-index: 1;
	bottom: 60px;
    left: calc(50% - 86px);
	background: #f3f3f3;
    -webkit-box-shadow: 0px 0px 8px #ccc;
    -moz-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
	border-radius: 6px;
	}
#more_bar{
    right: 20px;
}
#share_bar ul,
#more_bar ul{
	list-style-type: none;
    margin: 0;
	padding: 0;
	}
#share_bar ul > li,
#more_bar ul > li{
	padding: 10px;
	line-height: 34px;
	border-bottom: 1px solid #cdcdcd;
	color:#999;
	}
#share_bar ul > li:last-child,
#more_bar ul > li:last-child{
	border-bottom: none;
	}
#share_bar ul > li:hover,
#share_bar ul > li:focus,
#more_bar ul > li:hover,
#more_bar ul > li:focus{
	background: #e6e6e6;
	cursor:pointer;
	}
#share_bar a:active,
#share_bar a:visited,
#share_bar a:link,
#more_bar a:active,
#more_bar a:visited,
#more_bar a:link{
	color: #999;
	}
#footer{
	background-image:url(../pic/bg_footer.png);
	background-repeat:repeat;
	color:#fff;
	}
#footer ul{
	list-style-type: none; 
    margin: 0;
	padding: 0;
    line-height: 30px;
	}
#footer h4{
	opacity:.8;
	margin: 8px 0;
	}
#footer > div{
	/*float:left;
	width: calc(50% - 20px);*/
    padding: 10px 20px;
	}
#footer > div:last-child{
	/*clear:both;
	float:none;
	width:auto;*/
	text-align:center;
	}
#footer a{
	line-height: 27pt;
	}
#footer a:active,
#footer a:visited,
#footer a:link{
	color: #fff;
	}
#footer a:hover,
#footer a:focus{
	color: #cdcdcd;
	}
	
.agenda_title{
	margin-top:0;
	}

.m_center{
	text-align:center !important;
	}
.m_txt_size_small{
	font-size:12pt !important;
	}
.table_reset p{
	margin:0;
	}
.table_reset p > a{
	margin:0;
	}
	
#more_solutions.table_reset p > a{
	line-height:55px;
	}

	/*
.banner{
	height:130px;
	}
.banner img{
	position: absolute;
    width: 100% !important;
    left: 0;
	}*/
	
/*.table_reset > tbody > tr{
	width: calc(100%) !important;
	max-width: none !important;
	}
.table_inside_reset > tbody tr{
	width: calc(100% - 208px) !important;
	}*/
	
/*.table_reset > tbody > .tr_inside_reset{
	width: calc(100% - 208px) !important;
	}
.img_100p{
	width: 100% !important;
	}*/
	
}

@media screen and (max-width: 733px) and (min-width: 550px) {
/*.banner{
	height:230px;
	}
.table_reset > tbody > tr {
    width: calc(100% - 68px) !important;
	}
.table_inside_reset > tbody tr{
	width: calc(100%) !important;
	}*/
}