/*banner*/
.banner_block{
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 240px;
}

/*麵包屑*/
.bread_list_block{
	padding-top: 13px;
	padding-bottom: 15px;
	text-align: right;
	font-size: 16px;
	line-height: 22px;
	color: #7D7D7D;
}
.bread_list{
	
}
.bread_list li,
.bread_list li a{
	color: #7d7d7d;
	display: inline-block;
}
.bread_list li:after{
	content: '/';
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.bread_list li:last-child:after{
	display: none;
}

/*頁標題*/
h1.page_title{
	font-weight: normal;
	font-size: 28px;
	padding-bottom: 50px;
}
h2.page_subtitle{
	font-weight: normal;
	color: #00bcd4;
	padding-bottom: 25px;
}

#main_content{
	padding-bottom: 60px;
}

@media screen and (max-width: 1199px){
	h1.page_title{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/*table*/
.item_sort_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	/*overflow: hidden;*/
}
.item_sort_table th{
	background: #78909c;
	color: #fff;
	padding: 17px 30px;
	text-align: center;

	position: sticky;
	top: 0;
	z-index: 5;
}
.item_sort_table td{
	padding: 12px 30px;
	text-align: center;
	color: #313131;
	border-bottom: 1px solid #d2d2d2;
	background: #f3f7f9;
}
.item_sort_table tr:nth-child(even) td{
	background: #e7eaec;
}
.item_sort_table th:first-child,
.item_sort_table td:first-child{
	text-align: left;
}

/*select*/
.common_select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 290px;
	height: 48px;
	padding: 0 35px 0 12px;
	line-height: 48px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url('../images/emc_select_icon.png');
}
select.common_select::-ms-expand{
    display: none;
}

/*select block*/
.download_select_block{
	background: #eceff1;
	padding: 36px;
}
.download_select_block .common_select{
	margin-right: 15px;
}
.download_select_block .common_btn{
	width: 160px;
}
@media screen and (max-width: 767px){
	.download_table_block{
		margin-right: -20px;
		margin-left: -20px;
		width: -webkit-calc(100% + 40px);
		width: -moz-calc(100% + 40px);
		width: calc(100% + 40px);
	}

	.download_select_block{
		text-align: center;
		padding: 30px 20px;
		margin-right: -20px;
		margin-left: -20px;
		width: -webkit-calc(100% + 40px);
		width: -moz-calc(100% + 40px);
		width: calc(100% + 40px);
	}
	.download_select_block .common_select{
		width: 100%;
		margin-bottom: 18px;
		margin-right: 0;
	}
}


/*下載icon*/
a.product_download{
	display: block;
	width: 16px;
	height: 21px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: -16px 0;
	background-image: url('../images/emc_download_icon_img.png');
}
a.product_download:hover,
a.product_download:focus,
a.product_download:active{
	background-position: 0 0;
}

/*btn*/
button.common_btn,
a.common_btn{
	display: inline-block;
	width: 275px;
	height: 48px;
	text-align: center;
	border: 0;
	color: #fff;
	background: #00bcd4;
	border-radius: 5px;
	line-height: 48px;
	text-decoration: none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
a.common_btn.col2_btn{
	margin-left: 25px; 
}
button.common_btn:after,
a.common_btn:after{
	font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    margin-left: 5px;
}
button.common_btn:hover,
a.common_btn:hover,
a.common_btn:focus,
a.common_btn:active{
	background: #0398ab;
}

/*Back btn*/
.common_back_block{
	margin-top: 60px;
	text-align: center;
}
a.common_back{
	display: inline-block;
	width: 275px;
	height: 48px;
	text-align: center;
	border: 0;
	color: #fff;
	background: #00bcd4;
	border-radius: 5px;
	/*padding: 0 18px;*/
	line-height: 48px;
	text-decoration: none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
a.common_back:before{
	font-family: 'FontAwesome';
    content: "\f104";
    display: inline-block;
    margin-right: 2px;
}
a.common_back:hover,
a.common_back:focus,
a.common_back:active{
	background: #0398ab;
}


/*下方滿版btn區*/
.full_bottom_block{
	background: #cfd8dc;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: -60px;
}

@media screen and (max-width: 1199px){
	.t_rwd_table,
	.t_rwd_table>tbody,
	.t_rwd_table>tbody>tr,
	.t_rwd_table>tbody>tr>th,
	.t_rwd_table>tbody>tr>td{
		display: block;
		width: 100%;
	}	
}

@media screen and (max-width: 767px){
	.m_rwd_table,
	.m_rwd_table>tbody,
	.m_rwd_table>tbody>tr,
	.m_rwd_table>tbody>tr>th,
	.m_rwd_table>tbody>tr>td{
		display: block;
		width: 100%;
	}
	a.common_btn.col2_btn{
		margin-left: 0;
		margin-top: 10px; 
	}
}

/*--- Page ---*/
.page_block{
    text-align: center;
}
.page_list{
    font-size: 0;
}
.page_list li{
    display: inline-block;
    color: #263238;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    margin-right: 5px;
    vertical-align: top;
}
.page_list li.now_page{
    border: 1px solid #cfd8dc;
}
.page_list li.now_page input{
    display: inline-block;
    color: #00bcd4;
    width: 42px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 0;
    outline: none;
}
.page_list li a{
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 18px;
    border: 1px solid #cfd8dc;
    color: #263238;
    -webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.page_list li a:hover{
    color: #fff;
    background: #00bcd4;
    border: 1px solid #00bcd4;
}

/*---編輯器使用---*/
/*scrollbar table*/
.scroll_bar_table,
.scroll_bar_table>tbody,
.scroll_bar_table>tbody>tr,
.scroll_bar_table>tbody>tr>td{
	width: 100%;
	display: block;
	overflow: auto;
}
