/****************************
BLOCK 區塊項目
*****************************/
.block h8
.block h2,
.block h1,
.block {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	}

.block .b_h1,
.block h1 {
	font-size: 1.4em; 
	line-height: 1.2em;
	padding: 10px 0px;
	font-weight: 600;
	text-align: center;
	color: #0e57a0;
	}
.block .b_h2,
.block h2 {
	font-size: 1.2em;
	padding: 5px 0px;
	color: #111111;
	font-weight: 600;
	}

.block .b_h8,
.block h8 {
	font-size: 1.1em; 
	padding: 5px 0px;
	font-weight: 400;
	}
	
.block a, 
.block a:hover { color: #222222; }
.block .b_txt { line-height: 1.4em; }

.block .b_banner {
	position: relative;
    display: block;
    width: 100%;
	margin: 30px 0px;
	}


@media only screen and (max-width: 768px) {
.block { padding: 0px 2%; }	
}
@media only screen and (max-width: 480px) {

}	
/****************************
BLOCK
****************************/
.block_h1 .b_box,
.block_h1 .b_news,
.block_h1 {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	min-height: 100px;
	}	
	
.block_h1 {
	padding: 50px 0px;
	background-color: #EEEEEE;
	}

.block_h1 a, 
.block_h1 a:hover  { color: #222222; }

.block_h1 .b_box {
	padding: 1%;
	margin-top: 15px;
	text-align: left;
	border-radius: 5px;	
	color: rgb(0, 0, 0);
	background: rgb(255,255,255,0.95);
	}
.block_h1 .b_box  p {
	margin-left: 45px;
	text-indent: -45px ;
	}

.block_h1 .b_news .b_icon,	
.block_h1 .b_news ul.b_txt,
.block_h1 .b_news ul li {
	position: relative;
	display: inline-block;
	float: left;
	}

.block_h1 .b_news .b_icon {
	width: 40%;
	padding: 1%;
	border-radius: 5px;
	animation-name: marquee01;
	}

.block_h1 .b_news .b_icon img {
	display: inline-block;
	max-width: 100%;
	}
.block_h1 .b_news ul.b_txt {
	width: 60%;
	padding: 1%;
	border-radius: 5px;	
	animation-name: marquee02;
	}

	@keyframes marquee01 {
    	0%{
        opacity: 0;
		top: -30px;
		}
		100%{
        opacity: 1;
    	top: 0px;
		}
	}
	@keyframes marquee02 {
    	0%{
        opacity: 0;
		bottom: -30px;
		}
		100%{
        opacity: 1;
		bottom: 0px;
    	}
	}

	
.block_h1 .b_news li {
	width: 100%;
	padding: 5px 5px;
	}

.block_h1 .b_news li + li {
	width: 100%;
	padding: 10px 5px;
	border-top: 1px solid rgb(0, 0, 0,0.1);
	}
	
.block_h1 .b_news li span {
	display: inline-block;
	width: 35px;
	height: 35px;
	padding: 5px 5px;
	margin-right: 5px;
	font-size: 1.4em;
	color: #FFFFFF;
	text-align: center;
	background: rgb(186, 191, 229,0.95);
	}
/*
.block_h1 .b_news li a {
	margin-left: 0px;
	text-indent: 35px;	
	}
*/
@media only screen and (max-width: 768px) {
.block_h1 .b_news .b_icon {
	display: none;
	}	
.block_h1 .b_news ul.b_txt {
	width: 100%;
	}
}
	
@media only screen and (max-width: 576px) {

}
/****************************/
.block_h2 .b_box,
.block_h2 {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	min-height: 300px;
	}

.block_h2 {
	padding: 20px 0px;
	background-color: #E6F7F2;
	}

.block_h2 .b_box li {
	position: relative;
	display: inline-block;
	float: left;
	width: 24%;
	min-height: 300px;
	margin: 1% 0.5%;
	padding: 3%;
	text-align: left;
	border-radius: 5px;	
	color: rgb(0, 0, 0);
	background: rgb(255,255,255,0.95);
	}
	

@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {

}
/****************************/
.block_h3 .b_box,
.block_h3 {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	min-height: 300px;
	}

.block_h3 {
	padding: 20px 0px;
	background-color: #FFFFFF;
	}
	
.block_h3 .b_box li {
	position: relative;
	display: inline-block;
	float: left;
	width: 32.3%;
	min-height: 300px;
	margin: 1% 0.5%;
	padding: 3%;
	text-align: center;
	border-radius: 5px;	
	color: rgb(0, 0, 0);
	background: rgb(255,255,255,0.95);
	}
.block_h3 .b_box li img {
	display: inline-block;
	width: 100%;
	max-width: 250px;
	}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 576px) {

}
/****************************/
.block_b0 {
	position:relative;
	display: inline-block;
	float: left;
	width: 100%;
	min-height: 60px;
	padding: 30px 0px;
	text-align: center;
	color: #ffffff;
	background: rgb(93, 136, 152);
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
	}
.block_b0 .b_txt {
	display: inline-block;
	padding: 5px 20px;
	background: rgb(0,0,0,0.0);
	}
.block_b0 .b_txt h1 {
	color: #ffffff;
	}
	
@media only screen and (max-width: 992px) {
.block_b0 {
	margin-top: 0px;
	padding: 20px 0px;
	min-height: 60px;
	}
}
/****************************/
.help .b_pic,
.help .b_box,
.help {
	position:relative;
	display: inline-block;
	float: left;
	}
.help {
	width: 100%;
	min-height: 30px;
	padding: 50px 0px;
	padding-bottom: 100px;
    margin: 0px;
	}
.help .b_pic {
	width: 40%;
	padding: 10px;
	margin: 10px 0px;
	}	
.help .b_box {
	width: 50%;
	padding: 10px;
	margin: 10px 0px;
	}
.help .b_box  p {
	margin-left: 0px;
	text-indent: 40px ;
	}
@media only screen and (max-width: 768px) {
.help .b_box,
.help .b_pic {
	width: 100%;
	padding: 10px;
	margin: 10px 0px;
	}	
}
	
/****************************/

.block_b1 .b_txt,
.block_b1 .b_pic,
.block_b1 .b_box,
.block_b1 {
	position:relative;
	display: inline-block;
	float: left;
	}

.block_b1 {
	width: 100%;
	min-height: 30px;
	padding: 50px 0px;
	padding-bottom: 100px;
    margin: 0px;
	}

.block_b1 .b_box {
	width: 100%;
	padding: 10px;
	background: rgb(255,255,255);
	}
.block_b1 a, 
.block_b1 a:hover  { color: #0e57a0; }

.block_b1 .b_txt {
    width: 100%;
	padding: 5px 0px;
	text-align: left;
	background: rgb(255,255,255);
	}
@media only screen and (max-width: 768px) {
.block_b1 .b_box p {
	padding-left: 45px;
	text-indent: -45px ;
	}
}
	
/****************************/
.b_box01 {
	position:relative;
	display: inline-block;
	float: left;
	width: 100%;
	}

.b_box01 {
	padding: 5px 0px;
	font-weight: 400;
	}
	
	
/****************************/

.b_box02:hover .b_pic,
.b_box02 .b_pic,
.b_box02:hover,	
.b_box02 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;	
	}

.b_box02 {
	position:relative;
	display: inline-block;
	float: left;
	width: 31.3%;
	margin: 1%;
	border-radius: 5px;	
	background: rgb(255,255,255);	
	box-shadow: 0 0 10px rgba(0,0,0,.07);
	overflow: hidden;
	}
.b_box02 h3 {
	color: rgb(0,0,0);
	}
.b_box02:hover  {
	background: rgb(255,255,255,0.5);
	box-shadow: 0 0 10px rgba(47,136,208,0.5);
	}
.b_box02 .b_pic {
	position: relative;
    display: block;
    width: 100%;
    height: auto;
	}	
.b_box02 .b_pic img {
	position: relative;
    display: block;
    width: 100%;
	}		
	
.b_box02:hover .b_pic  {
    -webkit-background-size: 110%;
    background-size: 110%;
	}
.b_box02 .b_txt {
    width: 100%;
	padding: 2%;
	text-align: center;
	margin: 5px 0px;
	background: rgb(255,255,255);
	}


@media only screen and (max-width: 768px) {
.block_b1 .b_pic,
.block_b1 .b_box .b_txt {
    width: 100%;
	margin: 0px 0px;
	}
.b_box02 {
	width: 48%;
	}
}
	
@media only screen and (max-width: 576px) {

}
/****************************/
.box_06 {
	position:relative;
	display: inline-block;
	float: left;
    width: 100%;
	padding: 5px 0px;
	border-bottom: 1px solid #eeeeee;
	font-weight: 400;
	}
.box_06:hover {
	background: rgb(238, 238, 238,0.5);
	}	
.box_06 .b_h3 span {
	float: right;
	color: rgb(136,136,136);
	}
.box_06 .b_h3 img {
	display: inline-block;
	width: 25px;
	margin-right: 5px;
	}
	
.box_06 a, 
.box_06 a:hover  { color: #000000; }

@media only screen and (max-width: 768px) {
.box_06 .b_h3 span,	
.box_06 .b_h3 a {
	position:relative;
	display: inline-block;
	width: 100%;
	}	
.box_06 .b_h3 a {
	padding-left: 35px;
	text-indent: -35px ;
	}		
.box_06 .b_h3 span {
	text-align: left;
	padding-left: 35px;
	color: rgb(136,136,136);
	}
}

/****************************/
.block_b2 .b_txt,
.block_b2 .b_pic,
.block_b2 .b_box,
.block_b2 {
	position:relative;
	display: inline-block;
	float: left;
	}
.block_b2 {
	width: 100%;
	min-height: 30px;
	padding: 50px 0px;
	padding-bottom: 100px;
    margin: 0px;
	}
.block_b2 .b_box:hover .b_pic,
.block_b2 .b_box .b_pic,
.block_b2 .b_box:hover,	
.block_b2 .b_box {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;	
	}
.block_b2 .b_box {
	width: 49%;
	margin: 5px 0.5%;
	border-radius: 5px;	
	background: rgb(255,255,255);	
	box-shadow: 0 0 10px rgba(0,0,0,.07);
	overflow: hidden;
	}
.block_b2 .b_box:hover  {
	background: rgb(255,255,255,0.5);
	box-shadow: 0 0 10px rgba(47,136,208,0.5);
	}
.block_b2 .b_box .b_pic {
	position: relative;
    display: block;
    width: 50%;
    height: 0;
    padding-top: 40%;

    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

    background-color: rgba(0,0,0,0);
	overflow: hidden;
	}	
.block_b2 .b_box:hover .b_pic  {
    -webkit-background-size: 110%;
    background-size: 110%;
	}

.block_b2 .b_box .b_txt {
    width: 50%;
	height: 170px;
	padding: 3% 5%;
	text-align: left;
	overflow: hidden;
	}	
	
	
.block_b2 .b_view .b_txt,
.block_b2 .b_view .b_pic,
.block_b2 .b_view {
	position:relative;
	display: inline-block;
	float: left;
	width: 100%;
	}	
.block_b2 .b_view .b_txt {
	line-height: 1.8rem;
	}
@media only screen and (max-width: 992px) {
.block_b2 .b_box .b_pic,
.block_b2 .b_box .b_txt {
    width: 100%;
	}
.block_b2 .b_box .b_pic {
    padding-top: 50%;
	}
}		
@media only screen and (max-width: 768px) {
.block_b2 {
	padding: 50px 5%;
	}
}	
/****************************/
.block_b3 .b_txt,
.block_b3 .b_pic,
.block_b3 .b_box,
.block_b3 {
	position:relative;
	display: inline-block;
	float: left;
	}
.block_b3 {
	width: 100%;
	min-height: 30px;
	padding: 50px 0px;
	padding-bottom: 100px;
    margin: 0px;
	}
	
	
.block_b3 .b_box:hover .b_pic,
.block_b3 .b_box .b_pic,
.block_b3 .b_box:hover,	
.block_b3 .b_box {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;		
	}
.block_b3 .b_box {
	width: 24%;
	margin: 5px 0.5%;
	border-radius: 5px;	
	background: rgb(255,255,255);	
	box-shadow: 0 0 10px rgba(0,0,0,.07);
	overflow: hidden;
	}	
.block_b3 .b_box:hover  {
	background: rgb(255,255,255,0.5);
	box-shadow: 0 0 10px rgba(47,136,208,0.5);
	}
	
.block_b3 .b_box .b_pic {
	position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 66.7%;

    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

    background-color: rgba(0,0,0,0);
	overflow: hidden;
	}	
.block_b3 .b_box:hover .b_pic  {
    -webkit-background-size: 110%;
    background-size: 110%;
	}

.block_b3 .b_box .b_txt {
    width: 100%;
	height: 100px;
	padding: 3% 5%;
	text-align: left;
	overflow: hidden;
	}
	
.block_b3 .b_box li a, 
.block_b3 .b_box li a:hover  { color: #222222; }

.block_b3 .b_box .b_txt .b_h2 {
	height: 39px;
	overflow: hidden;
	}

/****************************/
.block_b3 .b_view .b_txt,
.block_b3 .b_view .b_pic,
.block_b3 .b_view .b_right,
.block_b3 .b_view .b_left,
.block_b3 .b_view {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	}
.block_b3 .b_view {
	background-color: rgba(255,255,255,1);
	padding: 10px;
	}
.block_b3 .b_view .b_left {
	width: 25%;
	}
.block_b3 .b_view .b_right {
	float: right;
	width: 75%;
	}
	
.block_b3 .b_view .b_pic { 
    width: 100%; 
	border: 1px solid #eeeeee;
	}
.block_b3 .b_view .b_txt { 
    width: 100%; 
	padding: 0px 5%;
	line-height: 1.8rem;
	}



/****************************/
.notify .b_box .b_txt,
.notify .b_box .b_pic,
.notify .b_left,
.notify .b_right,
.notify .b_box,
.notify {
	position: relative;
	display: inline-block;
	float: left;
	}
	
.notify {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 0px;
    margin: 0px;
	}
.notify .b_box {
	width: 100%;
	padding: 0px 20px;
	padding-bottom: 50px;
	min-height: 600px;	
/*
	background-image: url(../../uploadfile/icon_search.svg);
	background-repeat: no-repeat; 
    background-position: right bottom;
    background-size: 600px;	
*/	
	}	
.notify .b_box .h2 {
	font-size: 1.6em; 
	line-height: 1.2em;
	font-weight: 600;
	}
.notify .b_left {
	float: left;
	width: 55%;
	padding-right: 20px;
	padding-bottom: 80px;
	text-align: left;
	}
.notify .b_right label {
	color: #555555;
	font-weight: 600;
	}
	
.notify .b_right {
    position: absolute;
	width: 500px;
    height: auto;
	padding-top: 0px;
	top: 30px;
	right: 0px;
	font-size: 1.1em; 
	line-height: 1.5em;
	z-index: 1;
	}
	

.table-list li,
.table-list ul,
.table-list {
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
.table-list {
	box-shadow: 0 0 30px rgba(0,0,0,.07);
	margin: 10px 0px;
	}	
.table-list ul {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
	}
.table-list ul.th {
    background-color: #5d8898;
	color: #ffffff;
	}
.table-list li {
    width: 25%;
	padding: 12px 10px;
    border: 1px solid #f5f5f5;
    text-align: left;
	}
.table-list li b {
    display: none;
	}
.table-list li.td100 {
    width: 100%;
	}
.table-list li.td100 b {
    display: inline-block;
	}
	
@media only screen and (max-width: 768px) {
.notify .b_box {  }	
.notify .b_left { width: 100%; padding: 10px 0px; }	
.notify .b_right {
	position: relative;
	width: 100%;
	padding-bottom: 100px;
	}
.table-list ul.th {
    display: none;
	}
.table-list li {
	width: 100%;
	}
.table-list li b {
    color: #5d8898;
	display: inline-block;
	}
	
    .table-list td .pc_768,
    .table-list thead, .table-list th { display: none; }
    .table-list, .table-list tbody, .table-list tr, .table-list td {
        display: block;
        width: 100%;
    }
    .table-list tbody td {
        position: relative;
        padding-left: 70px;
        border: none;
    }
    .table-list td:before {
        content: attr(data-label);
        position: absolute;     
        left: 10px;
        color: #000000;
    }

}
/***********************
TABLE 表格選單
************************/
.table_form {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	border-spacing: 0;
	min-height: 40px;
	margin: 10px 0px;
	padding: 30px 20px;
	border-radius: 5px;	
	background: rgba(255,255,255,1);
	box-shadow: 0 0 30px rgba(0,0,0,.07);
	}
	
.table_form ul li.td,
.table_form ul.tr {
	position: relative;
    display: inline-block;
	list-style: none;
	}
	
.table_form ul li.td {
	width: 100%;
	padding: 10px 0px;
	}	
.table_form ul li.td dt {
	color: #888888;
	}
.table_form ul li.td dt i {
	color: #cccccc;
	}

/* 1. 隱藏預設的 input */
    .custom-radio input[type="radio"] {
        display: none;
    }

    /* 2. 定義容器與按鈕基礎樣式 */
    .custom-radio {
        position: relative;
        display: inline-block;
		float: left;
        width: 50%;
		margin-right: 0px;
        cursor: pointer;
    }

    /* 3. 模擬按鈕的外觀 */
    .custom-radio label {
        width: 100%;
		padding: 8px 20px;
        border: 2px solid #ddd;
        border-radius: 5px;
        background-color: #f9f9f9;
        transition: all 0.3s ease;
        display: inline-block;
		text-align: center;
    }

    /* 4. 選中後的樣式 */
    .custom-radio input[type="radio"]:checked + label {
        border-color: #d90036; /* 您的品牌色 */
        background-color: #fff0f3;
        color: #d90036;
        font-weight: bold;
    }



@media only screen and (max-width: 768px) {
.table_form { 
    width: 100%; 
	padding: 10px 5%;
	}
.table_form ul li.td .td-radio {
	width: 100%;
	text-align: center;
	}
	
}
@media only screen and (max-width: 512px) {
    .custom-radio {
        width: 100%;
		margin: 5px 0px;
		margin-right: 0px;

    }
    .custom-radio label {
        width: 100%;
    }
}