@charset "UTF-8";
* { margin: 0px; padding: 0px; box-sizing: border-box; }
a, a:link, a:visited, a:hover, a:active {text-decoration:none;}
img { border: 0px none; }

body {
	padding:0;
	margin:0;
	color:#000000;
	/*background-image: url(../images/page-background.png);*/
	font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	background-repeat: repeat;
}
@media screen and (max-width: 768px) {
body.open { 
	width: 100%;
	height: 100vh;
	overflow: hidden;
	}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 49;
    width: 100%;
    height: 100%;
	
    opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0,0,0,0.8);
    }
.overlay.open {
    opacity: 0.8;
    visibility: visible;
    }
}
.main-content, footer {
	font-family: 'Noto Sans TC','微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
/************************
TOTAL
************************/
.page-wrapper,
.page-container {	
	margin: 0 auto; 
	width: 100%; 
	}
.page-wrapper {	
    padding: 0px; 
	/*max-width: 1200px;*/
	}
.page-container {	
    padding: 0px; 
	max-width: 992px;
	}
@media only screen and ( max-width:1280px ){ 

}	
@media only screen and (max-width:1024px){ 
 	.page-wrapper { 
	width: 100%; 
	}   
	.page-container { 
	width: 100%; 
	padding: 0px;
	}
}
@media only screen and (max-width:992px) { 

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

}	
/****************************/
.toggle-button {
	position: relative;
    display: none;
	float: left;
	top: 5px;
	left: 0;
	width: 53px;
    height: 53px;
    padding: 15px 15px;
    margin: 0px;
    transition: .25s;
    z-index: 999;
    }
.toggle-button:hover { 
    cursor: pointer;
	/*background-color: #eeeeee;*/
    }
.toggle-button .menu-bar {
	position: relative;
    width: 100%;
    transition: .2s;
    }
.toggle-button .menu-bar-top {
    border: 2px solid #909090;
    border-bottom: none;
    top: 0px;
    }
.toggle-button .menu-bar-middle {
	height: 2px;
    /*background-color: #909090;*/
    margin: 2px 0px;
    top: 0px;
    }
.toggle-button .menu-bar-bottom {
    border: 2px solid #909090;
    border-top: none;
    top: 0px;
    }
.toggle-button.open .menu-bar-top {
    transform: rotate(45deg) translate(3px, 3px);
    transition: .2s;
    }
.toggle-button.open .menu-bar-middle {
    transform: translate(0px);
    transition: .1s ease-in;
    opacity: 0;
    }
.toggle-button.open .menu-bar-bottom {
    transform: rotate(-45deg) translate(3px, -3px);
    transition: .2s;
    } 

@media only screen and (max-width: 768px) {
.toggle-button { 
	display: inline-block;
	}

}
/************************
HEADER
************************/
header {
	position: fixed;
	display: inline-block;
	width: 100%;
	top: 0;
	left: 0;
	font-size: 16px;
	height: 120px;
    z-index: 50;
	background-color: rgba(255,255,255,0.99);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	transition: all 0.2s ease-out;
	}
header.open { 
	height: 50px;
    border-top: 4px solid #2e2e2e;
	}
header.open,
header { transition: all 0.2s ease-out; }

@media screen and (max-width: 768px) {
header { 
	height: 50px;
    border-top: 4px solid #2e2e2e;
	}
}
/************************/
header .h_menu,
header .h_logo,
header .h_content {
    position: relative; 
	display: inline-block;
	float: left;
    }
header .h_content {
    width: 100%;
	padding-top: 40px;
    }

header .h_menu ul.menu-bottom {
	position: fixed;
	display: inline-block;
	top: 0;
    left: 0;	
	width: 100%;
	height: 40px;
	background: #2e2e2e;
    z-index: 50;
	}
header .h_menu ul.menu-bottom li {
    position: relative; 
	display: inline-block;
	float: right;
	font-size: 14px;
	line-height: 1.5em; 
	font-weight: 900;
	}
header .h_menu ul.menu-bottom a:hover,	
header .h_menu ul.menu-bottom a {
	display: inline-block;
	color: #ffffff;
	height: 40px;
    padding: 9px 18px;
	}
header .h_menu ul.menu-bottom a span {
	font-size: 12px;
	color: #82827c;
	}
header .h_menu ul.menu-bottom li:hover {
	background: #444444;
	}
	
header .h_menu ul.menu-bottom ul {
    position: absolute; 
	display: none;
	top: 100%;
	width: 280px;
	color: #b8b8b8;
	background: #444444;
    }
header .h_menu ul.menu-bottom li:hover > ul { 
    display: block;
	height: auto;
	}
header .h_menu ul.menu-bottom ul li { 
	float: left;
	width: 100%;
	padding: 5px 0px;
	min-height: 40px;
	}
header .h_menu ul.menu-bottom ul li:hover {
	background: #999999;
	} 
header .h_menu ul.menu-bottom ul li.panel-header:hover {
	background: #444444;
	}
	
header .h_menu ul.menu-bottom ul label,	
header .h_menu ul.menu-bottom ul a { 
	font-weight: 400;
	}
	
header.open ul.menu-bottom { display: none; }
header.open .h_content { padding-top: 0px; }

@media screen and (max-width: 768px) {
header .h_content { 
    padding-top: 0px; 
	}
body.open .h_content { 
	padding-left: 280px; 
	}
	
header.open ul.menu-bottom,
header .h_menu ul.menu-bottom {
    position: relative; 
	display: inline-block;
	background: #ffffff;
	}
header .h_menu ul.menu-bottom li {
	float: left;
	width: 100%;
	}
header .h_menu ul.menu-bottom li:hover {
	background: #ffffff;
	}	
header .h_menu ul.menu-bottom a:hover,	
header .h_menu ul.menu-bottom a {
	width: 100%;
	color: #656565;
	}
header .h_menu ul.menu-bottom a span {
    position: absolute; 
	right: 30px;
	color: #ff3333;
	}	
header .h_menu ul.menu-bottom li.pc768 {
	display: none;
	}
header .h_menu ul.menu-bottom ul {
    position: relative; 
	display: inline-block;
	padding: 10px 0px; 
	color: #70706f;
	background: #ececec;
    }
header .h_menu ul.menu-bottom ul li { 
	padding: 5px 20px;
	min-height: 30px;
	}

header .h_menu ul.menu-bottom ul.last-menu li,
header .h_menu ul.menu-bottom ul li.panel-header:hover {
	background: #ececec;
	}
header .h_menu ul.menu-bottom ul li:hover {
	background: #e2e2e2;
	} 	
header .h_menu ul.menu-bottom ul a:hover,
header .h_menu ul.menu-bottom ul a { 
	font-weight: 900;
	color: #000000;
	}

header .h_menu ul.menu-bottom li:hover > ul,
header .h_menu ul.menu-bottom ul { display: none; }
header .h_menu ul.menu-bottom li:hover > ul.open,
header .h_menu ul.menu-bottom ul.open { display: inline-block; }

}		
/************************/
header .h_logo {
	width: 190px;
	margin-top: 26px;
	margin-right: 10px;
	transition: all 0.4s ease-out;
	}
header .h_logo img {
	display: inline-block;
	float: left;
	width: 50%;
	}
	
header .h_menu ul.menu-top li,
header .h_menu ul.menu-top,
header .h_menu,
header .h_bank {
    position: relative; 
	display: inline-block;
    }
	
header .h_bank,
header .h_menu ul.menu-top li {
	line-height: 1.5em; 
	height: 80px;
	padding: 26px 0px;
	font-weight: 900;
	color: #2e2e2e; 	
	}
/************************/
header .h_bank ul.dark-last {
    position: absolute; 
	display: none;
	top: 100%;
	right: 0px;
	width: 180px;
	color: #2e2e2e; 
	background: #ececec;
    text-align: center; 
	}
header .h_bank ul.dark-last li {
    display: inline-block;
	width: 100%;
	}
		
header .h_bank ul.dark-last a,
header .h_bank ul.dark-last a:hover {
	display: inline-block;
	width: 100%;
	padding: 15px 0px;
	font-size: 14px;
	color: #2e2e2e; 
	transition: all 0.5s ease 0s; 
	}	
header .h_bank ul.dark-last a:hover {
	background: #dedede;
	}
header .h_bank ul.dark-last.open {
	display: inline-block;
	}	
/************************/

header .h_menu ul.menu-top a,
header .h_menu ul.menu-top a:hover {
	display: inline-block;
	padding: 0px 15px;
	color: #2e2e2e; 
	}
/*
header .h_menu ul.menu-top li:last-child a {
	border-left: 1px solid #c0c0c0;
	}
*/
header .h_menu ul.menu-top li:hover {
	background: #eeeeee;
	}
header.open ul.menu-top li {
	height: 46px;
	padding: 10px 0px;
	}
/************************/	
header .h_menu ul.menu-top a,
header .h_menu ul.menu-top a:hover {
	display: inline-block;
	padding: 0px 17px;
	color: #2e2e2e; 
	}
header .h_menu ul.menu-top li:last-child a {
	border-left: 1px solid #c0c0c0;
	}
header .h_menu ul.menu-top li:hover {
	background: #eeeeee;
	}
header.open ul.menu-top li {
	height: 46px;
	padding: 10px 0px;
	}
/************************/	
header .h_bank {
	float: right;
	background: #ff3333;
	padding: 26px 17px;
	}
header.open .h_bank,
header .h_bank { transition: all 0.2s ease-out; }	
	
header .h_bank a,
header .h_bank a:hover {
	display: inline-block;
	color: #ffffff; 
	}
header .h_bank img {
	display: inline-block;
	width: 20px;
	margin-bottom: -3px;
	}
header.open .h_bank {
	height: 46px;
	padding: 10px 17px;
	}

header.open .h_logo img.logo_tc { display: none; }
header.open .h_logo { 
	width: 80px;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
    }
header.open .h_logo img { width: 100%; }

@media screen and (max-width: 768px) {
header .h_content { height: 50px; }
header .h_logo img.logo_tc { display: none; }
header.open .h_logo,
header .h_logo {
	width: 80px;
	margin-top: 12px;
	margin-left: 0px;
	margin-right: 10px;
	}
header .h_logo img { width: 100%;}
header .h_bank {
	font-size: 14px;
	height: 46px;
	padding: 10px 17px;
	}

header .h_menu { 
	position: absolute;
	display: none;
    width: 280px;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 20;
	padding-bottom: 100px;
	background: #ffffff;
    }
	
body.open header .h_menu { 
	display: inline-block;
    overflow-x: hidden;
	}	
body.open .h_bank {
	display: none;
	}
	
header .h_menu ul.menu-top { 
	border-bottom: 1px solid #ececec; 
    }
header .h_menu ul.menu-top li {
	width: 100%;
	height: auto;
	font-size: 18px;
	padding: 12px 0px;
	}
header .h_menu a,
header .h_menu a:hover {
	padding: 0px 20px;
	}	
}
@media screen and (max-width: 468px) {

}	
/***********************
LAYOUT 框架
***********************/
section.main-content {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	padding-top: 120px;
	background: #ffffff;
	}
body.open section.main-content { 
	padding-top: 50px;
	}
@media screen and (max-width: 768px) {

body.open section.main-content,
section.main-content { 
	padding-top: 50px;
	}

}
/************************
FOOTER
************************/
footer .f_link,
footer .fiscal .f_right,
footer .fiscal .f_left,
footer .fiscal,
footer .f_warning,
footer { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
 
footer { 
	padding: 10px 2%;
	background-color: rgb(72,72,72);
    }
/************************/ 
footer .f_warning{
	color: #fff;
	margin: 10px 0 40px 0;
	width: 100%;
	padding: 0 5% 0 0;
	font-size: 14px;
}
/************************/ 
footer .fiscal {
	font-weight: 400;
	margin: 20px 0px;
	color: #191919;
	}
footer .fiscal .f_left { 
	width: 25%; 
	font-size: 30px;
	color: #ffffff;
	min-height: 48px; 
	text-align: center; 
	}
footer .fiscal .f_left img { 
    width: 80%; 
	}
footer .fiscal .f_right { 
	width: 75%;
	font-size: 14px; 
	line-height: 1.4em; 
	color: #ffffff;
	padding-top: 4px;
	padding-left: 4px;
	}
footer .fiscal .f_right a,
footer .fiscal .f_right a:hover  {
   color: #ffffff;
   line-height: 1em;
   }
/************************/ 
footer .f_link {
	margin-top: 10px;
	min-height: 40px;
	font-size: 14px;
	color: #b8b8b8;
	}
footer .f_link a,
footer .f_link a:hover  {
   display: inline-block;
   padding: 0px 10px;
   color: #b8b8b8;
   line-height: 1em;
   }
footer .f_link a + a { border-left: 1px solid #b8b8b8; }
footer .f_copy { 
   display: inline-block; 
   font-weight: 400;
   }	

@media screen and (max-width: 992px) {
footer .fiscal { width: 90%; padding: 0px 5%; }
footer .fiscal .f_left img { max-width: 300px; }
footer .fiscal .f_left,
footer .fiscal .f_right { width: 90%; margin: 0px 5%; text-align: left; padding-top: 0px; padding-left: 0px;}	
footer .fiscal .f_warning {margin: 10px 5% 40px 5%;}
	
footer .f_link { font-size: 13px; }
footer .f_link { width: 96%; margin: 1em 2%; text-align: center;  }
footer .f_copy { display: inline-block; width: 90%; margin: 10px 5%; text-align: center;  }
}


/************************
TOTAL
************************/
.line_1 { 
	width: 100%; 
	display: inline-block;
	height: 1px; 
	border-top: 1px solid #909090;
	margin-bottom: 10px;
	}
.both { 
	width: 100%; 
	display: inline-block;
	height: 0px; 
	margin: 0px;
	}
.both_10  { 
	width: 100%; 
	display: inline-block;
	height: 100px; 
	margin: 50px 0;
	}
.both_20  { 
	width: 100%; 
	display: inline-block;
	height: 10px; 
	margin: 5px 0;
	}
.cs1  { color:#d32432; }
.cs2 {
	color: #000000;
	font-weight: 600;
	font-size: 16px;
}
.cs3{

color: #005457;	
font-weight: 600;
}
.purple-outline {
	padding: 2px 8px;
	margin: 0 2px;
	border-radius: 50px;
	color: #eb7c07;
	border: 1.5px solid #eb7c07;
}

.blue-outline {
	padding: 2px 14px;
	margin: 0 2px;
	border-radius: 50px;
	color: white;
	background-color: #005457;
/*	border: 1.5px solid #005457;*/
word-break: normal;

}

a.underline {
	text-decoration: underline;
	color: black;
}

.dot  { font-size: 11px; top: -2px; position: relative; }

.cb0 { background:#f6f6f6; padding: 10px; border-radius: 5px; }
.cb1 { background: #fef3f4; padding: 10px; }


/************************
KEY-VISUAL
************************/ 
.key-visual { 
    position: relative;
	padding-top: 40px; 
	padding-bottom: 40px; 
	
	transition: all 0.5s ease 0s; 
	background-color: rgb(0,0,0);
	background-image: url('../images/visual_l.jpg');
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-o-background-size: auto 100%;
	height: 350px; 
	}
.key-visual .tb01 { 
	float: center;
	
	text-align: left;
	padding-top: 20px; 
	padding-left: 50px; 
	}	
.key-visual .tb01 img { max-height: 145px; }
.key-visual .tb01 h1 {
	font-family: 'Microsoft YaHei', 'Microsoft JhengHei', Helvetica, Arial;	
	font-size: 35px; 
	line-height: 1.5em; 
	font-weight: 900; 
	}
.key-visual .tb01 h3 { 
    color: #000000;
	font-size: 28px;
	font-weight: 400; 
	padding-top: 5px; 
	padding-bottom: 10px; 
	}

.key-visual .spark{
	height: 175px;
	position: absolute;
	right: 40%;

top: 195px;
	-moz-transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
		-o-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		transform:rotate(-90deg);
 }


.key-visual .tb01 p { display:none; }
.key-visual img.v-s1 { display:none; }

@media screen and (min-width: 1200px) {
	.key-visual {
		background-image: url('../images/visual_xl.jpg');
		background-size: cover;
	}
}
@media screen and (max-width: 768px) {
.key-visual { 
	padding-top: 0px; 
	background-image: url('../images/visual_m.jpg');
	background-size:  auto 100%;
	}	
.key-visual .tb01 { 
	padding-top: 20px; 
	text-align: center;
	}
	.key-visual .tb01 h1 { font-size: 30px; }
	.key-visual .tb01 h3 { font-size: 26px; }	


.key-visual .spark{
	height: 145px;
	position: absolute;
	right: 20%;

top: 220px;
	-moz-transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
		-o-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		transform:rotate(-90deg);
 }

}

@media screen and (max-width: 480px) {
.key-visual { 
    background-image: url('../images/visual_s.jpg');

	height: 300px; 
	}
	.key-visual .spark{
		top: 58%;
		left: 240px;
		-moz-transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
		-o-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		transform:rotate(-90deg);
	}
}
.key-visual .tb01 { 
	width: 100%;
	text-align: center;
	padding: 10px 2%;
	}
.key-visual .tb01 h1 { font-size: 25px; }
.key-visual .tb01 h3 { font-size: 20px; }	
	
.key-visual .tb01 img { max-width: 98%; }		
.key-visual img.v-s1 { display:block; max-width: 100%; }	

/************************
LAYOUT
************************/ 
.block .txt,
.block .pic,
.block .box,
.block { 
	position: relative;
	display: inline-block;
	width: 100%;
	}
/************************/

.block_02 {
	width: 100%; 
	padding: 0px 2%; 
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #ffffff;
	text-align: center;
	}

.block_02 .box_01 {
    width: 100%; 
	min-height: 60px;
	color: #000000; 
    font-size: 18px; 
    line-height: 2em;
	font-weight: 400;
    text-align: center;
    }
.block_02 .box_02 { 
	position: absolute;
	right: 2%;
    width: 200px; 
	vertical-align:middle;
	text-align : center;
	z-index: 1;
	}	
.block_02 .box_02 img { 
    width: 100%; 
	max-width: 200px; 
	vertical-align:middle;
	}

.block_02 .box_01 li{
	display: inline-block;
	list-style-type: none;
	text-align: center;
	padding: 20px 0;
	margin: 20px 0.5% 0;
	border: #00000030 1px solid;
	border-radius: 10px;
	width: 48.5%;
}


@media screen and (max-width: 960px) {
.block_02 { padding: 0px 5%; }
.block_02 .box_01 li{
	width: 100%;
}
}

@media screen and (max-width: 480px) {
.block_02 .box_02,	
.block_02 .box_01 {
	position: relative;
    width: 100%;
	padding: 5px 0px;
}
.block_02 .box_02 { 
    text-align: center; 
	margin: 10px 0px; 
	}

}
/************************/ 	
.box .content {
	padding: 30px 40px;
	line-height: 1.9em;

}

/*---padding 60>40------*/

.box_03, .box_04 {
	max-width: 700px;
	margin: 16px auto;
	border-radius: 20px 20px;
/*	box-shadow: #efefef 5px 5px 10px;*/


	
}


.block_02 .box_04 p{

	text-align: left;
	margin-left: 100px;
	text-indent: -100px;

}



/*---new------*/
.box_03,{
width: 70%;	
display: inline-block;
vertical-align:top ;
}
.box_04{
	width: 100%;	
background-color:#f6f6f6;
display: inline-block;
vertical-align:top ;
	}

.box_04 img{
	height: 20px;
		margin-bottom: 4px;
		vertical-align: middle;
}


/*---new------*/

.box_03 h3,.box_04 h3 {
	color: #fff;
	font-weight: 400;
	padding: 10px 0;
	font-size: 20px;
	border-radius: 20px 20px 0 0;
}





.box_03 h3 img,.box_04 h3 img{
	height: 24px;
	margin-right: 10px;
	vertical-align:text-bottom;
}

.box_03{
	background-color: #ffffff;
	border: 1px solid #005457;
}

.box_03 h3{
	background: #005457;
}
.box_03 .ps{
	margin-top: 30px;
} 
.box_03 .ps p {
	display: inline-block;
	color: #0089e5;
}
.box_03 .ps p.subtt {
	color: #fff;
	padding: 2px 14px;
	background-image: url('../images/arrow-blue.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.box_04{
	background-color: #f6f6f6;
	
}

.box_04 h3 {
	background: #eb7c07;

}




@media screen and (max-width: 768px) {
	.box .content {
		padding: 30px 30px;
		line-height: 1.8em;
	}
}

@media screen and (max-width: 480px) {
	.box .content {
		padding: 30px 15px;
		line-height: 1.8em;
	}

	.box_03, .box_04 {
		max-width: 700px;
		margin: 16px auto;
		border-radius: 20px 20px;
		box-shadow: #efefef 5px 5px 10px;
		min-height: auto;
	}
	
	
	
	
	/*---new------*/
	.box_03, .box_04{
	
	width: 100%;	
	display: inline-block;
	vertical-align:top ;
	}
	
	/*---new------*/

}
/************************/ 	
.block_05 {
	width: 100%; 
	padding: 0px 2%; 
	
	max-width: 700px;
	}

.block_05 .pic_s1 { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;   
	}


.block_05 .pic_01 { 
    width: 100%;   
    height: 90px; 
	position: relative;
	display: block;
	float: left;
	text-align: left;
	margin-top: 0px;
	}

.block_05 li.box4,
.block_05 li.box3,
.block_05 li.box2 {
	display: block;
	float: left;
	padding: 0px;
	color: #000000;
	margin-left: 0%;
	margin-right: 2%;
	margin-bottom:3%;
	font-size: 18px;
	
	min-height: 100px;
	text-align: left;
	background-color: #ffffff;	
	}
.block_05 li.box4 img,
.block_05 li.box3 img,
.block_05 li.box2 img {
	max-width: 100%;
	}	
.block_05 li.box2{ max-width: 48%; }
.block_05 li.box3{ max-width: 31%; }
.block_05 li.box4{ max-width: 23%; }	


.block_05 .dd,
.block_05 .tt,
.block_05 .txt,
.block_05 .pic { 
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	}
.block_05 .txt { 
	margin: 10px 0px;
    min-height: 70px;
	}	
.block_05 .dd,
.block_05 .tt { 
    color: #000000; 
    font-size: 20px;
	line-height: 1.4em;
	font-weight: 900;
	}
.block_05 .dd { 
    color: #ff0000; 
	}	


.block_05 .t1 { 
    font-size: 21px;
	color: #000000;
	font-weight: 400;
	
	display: block;
	}

.block_05 .b2 { 
	font-size: 18px;
	color: #000000;
	line-height: 2em;
	font-weight: 400;
	min-height: 10px;
	margin: 0px 0px;
	}
	

.block_05 li .add {
	min-height: 90px;
	}
.block_05 li .add1 {
	min-height: 150px;
	}
.block_05 li .add2 {
	min-height: 200px;
	}
.block_05 li .add p, 
.block_05 li .add1 p, 
.block_05 li .add2 p {
	color: #000000;
	font-size: 16px;
	line-height: 1.4em;
	margin: 5px 10px;
	min-height: 20px;
	}
	
.block_05 .add img {
	float:left;
	height: 18px;
	margin-top: 1px;
	margin-right: 5px;
	}
.block_05 a, .block_05 a:hover, .block_05 a:active { color: #000000; }

.block_05 .box_01 { 
	display: inline-block;
	float: left;
    width: 100%; 
	color: #000000; 
    font-size: 18px; 
    line-height: 2em;
	font-weight: 400;
    text-align: left;
    }
.block_05 .mode_02 { 
	display: inline-block;
	float: right;
    margin-top: 0%;
	width: 300px; 
	vertical-align:middle;
	text-align : center;
	}
.block_05 .mode_02 img { 
    width: 100%; 
	vertical-align:middle;
	}
.block_05 .small { 
	font-size: 14px;
	color: #666666;
	line-height: 1.7em;
	font-weight: 400;
	min-height: 10px;
	margin-top: 10px;
	text-align: center;
	
	}	

	.block_05 .small2 { 
		font-size: 16px;
		color: #000000;
		line-height: 1.7em;
		font-weight: 400;
		min-height: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
		
		}	

@media only screen and (max-width: 980px) {
.block_05 .m5_03,
.block_05 .m5_02,
.block_05 .m5_01 { 
	display: block; 
	width: 96%;
	min-height: 100px;
	float: left;
	padding-bottom:2%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:2%;
    }
	
.block_05 .pic_s1 img { max-width: 96%; margin: 0px 0%; }
.block_05 .m5_02 img { width: 100%; max-width: 600px; }

.block_05 li.box4,
.block_05 li.box3,
.block_05 li.box2 {
	display: block; 
	min-height: 100px;
	float: left;
	padding-bottom:2%;
/*	margin-left:2%;
	margin-right:2%;*/
	margin-bottom:2%;
	}
.block_05 li.box2 { max-width: 46%; }	
.block_05 li.box3 { max-width: 46%; }	
.block_05 li.box4{ max-width: 46%; }
	
.block_05 .pic_01 img {
	max-width: 100%;
	}
	
.block_05 .mode_02 { width: 30%; }
}

.block_05 .pic_s1 { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;   
	}
.block_05 .pic_s1 img { max-width: 100%; }

.block_05 .pic_s1 img.show_s1 { display: block; }
.block_05 .pic_s1 img.show_s2 { display: none; }

@media only screen and (max-width: 720px) {
.block_05 {
	max-width: 100%;
	}
.block_05 li.box4,
.block_05 li.box3,
.block_05 li.box2 {
	display: block; 
	max-width: 100%;
	min-height: auto;
	float: left;
	padding-bottom:5%;
	margin-bottom:5%;
	}
	
.block_05 .pic_s1 img.show_s1 { display: none; }
.block_05 .pic_s1 img.show_s2 { display: block; }
}





@media screen and (max-width: 480px) {
.block_05 .box_01 { 
    width: 100%;  
    }
.block_05 .mode_02 { display: block; width: 100%; text-align: center; margin: 10px 0px; }
.block_05 .mode_02 img { max-width: 80%; }
}

.block_05 .small .small_url { color: blue; }


/************************/
.block_06 {
	display: inline-block;
	width: 100%;
	padding: 2% 0%; 
	margin: 5px 0px;
	font-size: 36px;
	color: #393939;
	line-height: 1.5em;
	text-align: center;
	background: #ececec;
	}
@media only screen and (max-width: 980px) {
.block_06 { font-size: 28px; }
}	
@media screen and (max-width: 480px) {
.block_06 { font-size: 20px; }
}
/************************
BUTTON
************************/
.button {
	margin: 0% 3%;
	margin-bottom: 20px;
	text-align: center;
    }
	
.button1, .button3, .button6 {
	min-width: 200px;
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
    padding: 10px 20px;
    min-height: 22px; 
	line-height: 22px; 
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    word-break: break-all;
    font-size: 16px;
	font-weight: 500; 
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 15px;
    }
.button8 {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5em;
    padding: 3px 12px;
	margin: 5px 2px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
	white-space: nowrap;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 15px;
    }

.button10 {
	line-height: 1.8em;
	margin: 16px 8px 0;
	display: inline-block;
	color: #fff;
	background-color: #f23333;
	border-radius: 5px;
	padding: 6px;
	width: 150px;
	box-shadow: #ffa6a6 0px 5px 10px;
	position: relative;
	transition: all ease 300ms;
}

.button10:hover {
	transform: translateY(4px);
	background-color: #e23434;
	box-shadow: #ffa6a6 0px 2px 5px;
}

.button11 {
	line-height: 1.8em;
	margin: 16px 8px 0;
	display: inline-block;
	color: #fff;
	background-color: #0089e5;
	border-radius: 5px;
	padding: 6px;
	width: 200px;
	box-shadow: #a2d2ed 0px 5px 10px;
	position: relative;
	transition: all ease 300ms;
}

.button11:hover {
	transform: translateY(4px);
	background-color: #0081c9;
	box-shadow: #a2d2ed 0px 2px 5px;
}

.button12 {
	line-height: 1.8em;
	margin: 16px 8px 0;
	display: inline-block;
	color: #fff;
	background-color: #4c0096;
	border-radius: 5px;
	padding: 6px;
	width: 200px;
	box-shadow: #dabefc 0px 5px 10px;
	position: relative;
	transition: all ease 300ms;
}

.button12:hover {
	transform: translateY(4px);
	background-color: #3a017c;
	box-shadow: #dabefc 0px 2px 5px;
}

.button1{ color: #ffffff; background: #007dba; }
.button1:hover, .button1:active { color: #ffffff; background: #004265; }

a.button3 { color: #ffffff; background: #d50020; }
a.button3:hover, a.button3:active { color: #ffffff; background: #d50020; }

a.button6 { color: #000000; background: #ffffff; border: 1px solid #bbbbbb; }
a.button6:hover, a.button6:active { color: #000000; background: #dddddd; border: 1px solid #bbbbbb; }
	
a.button8 { color: #ffffff; background: #999999; }
a.button8:hover, a.button8:active { color: #ffffff; background: #d50020; }

@media screen and (max-width: 960px) {
.button { width: 94%; margin: 0px 3%; margin-bottom: 20px;}
}
/***********************
TABLE 表格選單
***********************/
table {
    font-size: 18px;
	width: 100%;
    margin: 0;
    padding: 0;
	line-height : 1.2em;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fbe5e7;
	}
table tr {
    padding: 5px;
	text-align: left;
	border: 1px solid #ffffff;
    }
table th {
    padding: 13px 5px;

    font-size: 18px;
    letter-spacing: 1px;
	color:#000000;
	background:#f8ccd0;
	text-align: center;
	border-left: 1px solid #ffffff;
    }	
	
table tr a,table tr:hover,.table tr:active { 
	color:#222222;
	}

tr:nth-of-type(odd) { 
    background: #fef3f4;
    }

table tr td {
    padding: 3px 10px;
	height : 40px;
	text-align: center;
	border-left: 1px solid #ffffff;
    }
/*table tr.odd { background: #fbe5e7; }*/
table .show { display: none; }
	
@media only screen and (max-width: 480px) {
table {
    border: 0;
    }
table thead {
    display: none;
    }
table tr {
    margin-bottom: 10px;
	/*
	display: block;
	*/
	border-bottom: 2px solid #ffffff;
    }
table tr td {
	display: block;
    min-height : 40px;
	height : auto;
	padding: 10px 5px;
	text-align: left;
    border-right: 0px solid #ffffff;
	border-bottom: 1px dotted #ffffff;
    }
table td:last-child {
    border-bottom: 0;
    }
table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    }
table .show { 
    display: inline-block; 
	padding-right: 10px;
	color: #dc0012;
	}
}

table dt { 
	font-size: 16px;
	padding: 3px 10px;
	} 
table .state { 
	width: 50px;
	}
table .turn { 
	width: 80px;
	}
table .time { 
	width: 150px;
	}
table .act { 
	width: 150px;
	}

.none { display: none; }
/************************
DRAWER-ITEM 
************************/ 
.drawer-item { width: 100%; }
.drawer-header {
	margin: 0px;
	display: block; 
	color: #212121;
	padding: 6px;
	cursor: pointer;
	min-height: 30px;
	transition: 0.25s;
	overflow: hidden;
}
.drawer-header h1 {
	float: left;
    color: #4c4c4c; 
	font-size: 18px;
	line-height: 1.4em;	
	font-weight: 600;
	margin: 0;
}
.drawer-item-active .drawer-header {
	transition: 0.25s;
	min-height: 30px;
	color: #ffffff;
}
.drawer-header-icon {
    display: inline-block; 
	content: ""; 
	float: left; 
	width: 30px; 
	height: 30px; 
	background: url('../images/btn_to_open.png') no-repeat scroll center center transparent;
	text-align: right; 
	vertical-align: middle; 
}
.drawer-header-icon.drawer-header-icon-active {
	transform: rotate(180deg);
}
.drawer-item-active .drawer-header-icon {
	/*color: #ffffff;*/
}
.drawer-content {
    width: 96%; 
	margin: 0px 2%; 
	padding: 0; 
	display: block;
    color: #474747;  
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: left;
}
.drawer-content ol {
	padding-left: 25px;
}

.drawer-content a {

border-bottom: 1px solid;

}


/************************
GOTOP
************************/
#go_top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  background: url(../images/gotop.png);
  right: 20px;
  bottom: 28px;
  z-index: 9999;
}

	.block_02 .mode_top { 
	display: inline-block;
    width: 100%; 
	color: #000000; 
    font-size: 18px; 
    line-height: 2em;
	font-weight: 400;
    text-align: center;
    }


   .block_02 .cards img{

    width: 50%; 

   }


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

   .block_02 p.cards img{

    width: 100% !important; 

   }

	.block_02 .mode_top { 
	display: inline-block;
    width: 100% !important; 
	color: #000000; 
    font-size: 18px; 
    line-height: 2em;
	font-weight: 400;
    text-align: left;
    }

   }

/************************/
.pc_992,
.pc_820, 
.pc_768, 
.pc_480 { display: block; }

.mo_992,
.mo_820,
.mo_768, 
.mo_480 { display: none; }

@media screen and (max-width: 1024px) {
.pc_992 { display: none; }
.mo_992 { display: block; }	
}
@media screen and (max-width: 820px) {
.pc_820 { display: none; }
.mo_820 { display: block; }	
}	
@media screen and (max-width: 768px) {
.pc_768 { display: none; }
.mo_768 { display: block; }	
}
@media screen and (max-width: 480px) {

.pc_480 { display: none; }
.mo_480 { display: block; }	
}



.hr-solid-content {
    color: #005457;
    border: 0;
    font-size:20px;
    padding: 1em 0;
    position: relative;
    font-weight: 500;
     background-image: url(../images/airplane.svg);
     background-repeat: no-repeat;
     background-position: right;
   

}

.hr-solid-content::before {
    content: attr(data-content);
    position: absolute;
    padding: 0 1ch;
    line-height: 4px;

 border: dotted   #005457;

   border-image: repeating-linear-gradient(90deg, #005457, #005457 10px, transparent 1px, transparent 30px) 0 85% / / 0 repeat;

    border-width: 0 99vw;
    width: fit-content;
    /* for 不支持fit-content浏览器 */
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);

}

