@charset "UTF-8";
/* CSS Document */

@import url(reset.css);
@import url(rwdgrid.css);
@import url(//fonts.googleapis.com/css?family=Raleway:300,400);
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@900&family=Noto+Sans+TC:wght@300;400;500;700;900&family=Poppins:wght@400;600;700&display=swap");

.fullWrapper {
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}

body {
	background:#fff;
	font-family: 'Poppins','Lato','Noto Sans TC',sans-serif;
	font-size: 18px;
	overflow-x: hidden;
}

a {
	cursor: pointer;
	color: #000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover {
	color: #e4007e;
}

[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.outerWrap {
	position: relative;
}

.wrap {
	width: 1260px;
	margin: 0 auto;
}

header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transition: all .5s;
}

header .logo {
	float:left;
	padding-top:28px;
	transition:all 0.2s linear;
	background-size:cover;
}

header .logo a {
	display:block;
	width:260px;
	height:45px;
	text-indent:-9999px;
}

header .logo img {
	display:block;
	width: 100%;
}

header.headerFix {
	background: rgba(255, 255, 255, 0.7);
}

header.headerFix h1 a {
	height: 72px;
}

header.headerFix .menu_box {
	margin-top: 32px;
}

header.headerFix ul.menu li > a:hover {
	text-decoration: underline;
}

header.headerFix ul.menu li > a.current {
	text-decoration: underline;
}

header .top_bar {
	padding:8px 0 8px 0;
	transition:all 0.2s linear;
}

header div.language {
	line-height:25px;
	float:right;
	padding-top:3px;
	padding-right:10px;
	color:#fff;
	font-size:13px;
}

header div.language a {
	padding:0 5px;
	color:#fff;
}

header div.language a:hover {
	color:#62dcff;
}


header .ico {
	float:right;
	line-height:28px;
}

header .ico a {
	font-size:14px;
	border-radius:99em;
	width:30px;
	display:inline-block;
	text-align:center;
	height:30px;
	color:#878787;
	background:#252525;
	margin:0 2px;
}

header .ico a:hover {
	background:#004784;
}

header .ico a b {
	display:none;
}
	
header nav {
	float:right;
}

.search_box {
	float:right;
	position:relative;
}

.search_box .btn a {
	display:block;
	padding:0 15px;
	line-height:65px;
	color:#FFF;
	font-size:20px;
	text-align:center;}

.search_box .input_box {
	display:none;
	padding:15px;
	background:#FFF;
	width:360px;
	position:absolute;
	top:100%;
	right:0;
	z-index:99;
}

.search_box .input_box input[type="text"] {
	display:block;
	float:left;
	width:80%;
	height:35px;
	border:1px solid #CCC;
	padding:8px;
	box-sizing:border-box;
}

.search_box .input_box .search {
	overflow:hidden;
	display:block;
	background:#0054a7;
	color:#FFF;
	padding: 5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:14px;
	height:37px;
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
	color:#FFF;
	text-shadow:0px -1px #2590aa; 
	border:1px solid #c2d89e;
}

.search_box .input_box .search:hover {
	background:#0777E7;
}



/*========== Header Menu ===========*/
ul.menu {
	display: inline-block;
}

ul.menu > li {
	position: relative;
	display: inline-block;
	padding: 15px 0;
}

ul.menu li:last-child > a {
	background: none;
}

ul.menu li > a {
	position: relative;
	font-size: 18px;
	padding: 0px 15px;
	color: #83cbeb;
	letter-spacing: .06em;
	background: url("../images/header_menu_line.png") repeat-y right top;
}

ul.menu li > a:hover , ul.menu li > a.current {
	color: #004784;
}

.m_menu {
	display: none;
}



/*========== Side Menu ===========*/
.dropDownBox {
	display: none;
}

.side_menu .title {
	font-size: 21px;
	font-weight: normal;
	color: #fff;
	padding: 10px 20px 10px 20px;
	position: relative;
	border-radius: 10px 10px 0 0px;
	background-image: -webkit-linear-gradient(180deg,rgba(36,84,125.00) 0%,rgba(54,115,219,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(36,84,125.00) 0%,rgba(54,115,219,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(36,84,125.00) 0%,rgba(54,115,219,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(36,84,125.00) 0%,rgba(54,115,219,1.00) 100%);
}

.side_menu {
	margin: 20px 0 20px 0;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
}

.side_menu ul {
	border:1px solid #D1D1D1;
	padding:20px;
	border-radius:0 0 10px 10px;

}

.side_menu ul li {
	position:relative;
	padding:0;
}

.side_menu ul li a {
	display: block;
	padding: 10px 0px;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #E0E0E0;
}

.side_menu ul li a:hover {
	color:#004784;
	padding: 10px 10px;
}

.side_menu ul li a.current {
	color: #004784;
	padding: 10px 0px;
	border-bottom: 1px solid #004784;
}



/*========== Side Menu Sub ===========*/
.side_menu_sub {
	padding-top: 10px;
	border-bottom:1px solid #eaddb8;
}

.side_menu_sub .txt {
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 18px;
}

.side_menu_sub .txt a {
	color: #333;
}

.side_menu_sub .txt a:hover {
	color: #333;
	text-decoration: underline;
}

.side_menu_sub .txt span a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}



/*========== Banner ===========*/
.banner_area {
	clear: both;
	position: relative;
	margin-top: -16px;
}

.banner_area .wrap {
	width: 100%;
	padding: 0;
}

.banner_box img {
	display: block;
	width: 100%;
	transition: all 50.5s;
}

.banner_area .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 20px;
	z-index: 99;
}

.banner_area .bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	border: 1px solid #FFF;
	border-radius: 100%;
}

.banner_area .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: none;
}

.banner_area .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFF;
}

.banner_box .bx-wrapper .bx-prev {
	left: 10px;
	background: none;
}

.banner_box .bx-wrapper .bx-next {
	right: 10px;
	background: none;
}

.banner_box .bx-wrapper .bx-prev:after,
.banner_box .bx-wrapper .bx-next:after {
	font-family: FontAwesome;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	text-indent: 0;
	opacity: .75;
}

.banner_box .bx-wrapper .bx-prev:hover:after,
.banner_box .bx-wrapper .bx-next:hover:after {
	opacity: 1;
}

.banner_box .bx-wrapper .bx-prev:after {
	content: '\f104';
}

.banner_box .bx-wrapper .bx-next:after {
	content: '\f105';
}



/*========== Marquee ===========*/
.marquee_box {
	width:100%;
	z-index:99;
	padding-bottom:40px;
}

.marquee_box div.txt {
	padding:0 10px 0 30px;
	line-height:50px;
}

.marquee_box div.txt ul li {
	padding-left:30px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color:#000;
	background: url(../images/marquee_arrow.png) no-repeat 0px;
}

.marquee_box div.txt ul li a {
	font-size:18px;
	color:#000;
}

.marquee_box div.txt ul li a:hover {
	text-decoration:underline;
}



/*========== Top ===========*/
.go_top_area {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 999;
}

.go_top {
	display: block;
	background: #005d78;
	color: #fff;
	width: 41px;
	height: 41px;
	line-height: 35px;
	text-align: center;
	font-size: 25px;
	border-radius: 99em;
	box-shadow: 1px 1px 3px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(255,255,255,0.5);
}

.go_top:hover {
	background: #fff;
	color: #005d78;
}



/*========== Main ===========*/
.main_area {
	padding: 30px 0 80px;
}

.main_area .mod_name {
	position:relative;
	padding-bottom:30px;
}

.main_area .mod_name h2 {
	text-align:center;
	padding:30px 0;
}

.main_area .mod_name h2 em {
	position:relative;
	display:inline-block;
	padding:0 50px;
	font-size:36px;
	font-weight:normal;
	color:#000;
}

.main_area .mod_name .guide {
	font-size:15px;
	color:#868686;
	position:absolute;	
	bottom: 60px;
	right:0;
}

.main_area .mod_name .guide a {
	color:#868686;
}

.main_area .content_box {
	clear:both;
}

.content_box .left_box {
	float: right;
	width: 23%;
}

.content_box .right_box {
	float: left;
	width: 72%;
}

.share_tool {
	padding-bottom: 8px;
}

.no_data {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#theForm .error {
	color: #F00;
	font-size:15px;
	font-weight: normal;
}

.col-1 {width:100%;}
.col-2 {width:50%;}
.col-3 {width:33.33%;}
.col-4 {width:25%;}
.col-5 {width:20%;}



/*========== File ===========*/
.att_file_title {
    clear: both;
    text-align: left;
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.att_file_list {
    text-align: left;
    font-weight: normal;
}

.att_file_list a {
    color: #535353;
    font-size: 16px;
	line-height:1.5;
}

.att_file_list a:hover {
    color: #ccc;
}



/*========== Button ===========*/
.submit {
	padding:10px 26px;
	background:#004784;
	border:0px;
	font-size:16px;
	color:#fff;
    font-weight: normal;
	cursor:pointer;
}

.submit:hover {
	color:#fff;
	background:#000;
}

.button a {
    display: inline-block;
    width: 150px;
    height: 50px;
    background: transparent;
    border: 1px solid transparent;
    border-color: #ccc;
    border-radius: 0;
    color: #333;
    font-size: 14px;    
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 50px;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.4s ease, padding 0.4s 0.15s ease;
    -moz-transition: all 0.4s ease, padding 0.4s 0.15s ease;
    -o-transition: all 0.4s ease, padding 0.4s 0.15s ease;
    transition: all 0.4s ease, padding 0.4s 0.15s ease;
    padding-left: 20px;
}

.button a:hover {
    padding-left: 30px;
    letter-spacing: 3px;
    background: #111;
    color: #fff;
    -webkit-transition: all 0.4s ease, background 0.4s 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), color 0.4s 0.3s ease, letter-spacing 0.4s 0.2s cubic-bezier(1, 0.01, 0.04, 0.96);
    -moz-transition: all 0.4s ease, background 0.4s 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), color 0.4s 0.3s ease, letter-spacing 0.4s 0.2s cubic-bezier(1, 0.01, 0.04, 0.96);
    -o-transition: all 0.4s ease, background 0.4s 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), color 0.4s 0.3s ease, letter-spacing 0.4s 0.2s cubic-bezier(1, 0.01, 0.04, 0.96);
    transition: all 0.4s ease, background 0.4s 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), color 0.4s 0.3s ease, letter-spacing 0.4s 0.2s cubic-bezier(1, 0.01, 0.04, 0.96);
}

.button a::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: calc(50% - 3px);
    right: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button a:hover::after {
    border-color: #fff;
    -webkit-transition: all 0.4s 0.3s ease;
    -moz-transition: all 0.4s 0.3s ease;
    -o-transition: all 0.4s 0.3s ease;
    transition: all 0.4s 0.3s ease;
    -webkit-animation: btn_more_in2 0.7s 0.1s forwards ease;
            animation: btn_more_in2 0.7s 0.1s forwards ease;
}



/*========== Pages ===========*/
.Pages {
	text-align: center;
    margin-bottom: 20px;
    margin-top: 60px;
}

.Paginator {
	font-size: 13px;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
}

.Paginator a,.pageList .this-page {
	padding: 2px 6px;
	color: #9a9a9a;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator a:visited {
	padding: 2px 6px;
	color: #9a9a9a;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator .AtStart {
	margin-right: 20px;
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
	color: #9a9a9a;
}

.Paginator .Prev {
	margin-right: 20px;
	padding: 2px 6px;
	background: #ffffff;
	color: #9a9a9a;
	border: solid 1px #cecccc;
}

.Paginator .break {
	bpadding: 2px 6px;
	border: none;
	background: #ffffff;
	color: #9a9a9a;
}

.Paginator .Next {
	margin-left: 20px;
	padding: 2px 6px;
	color: #9a9a9a;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator .AtEnd {
	margin-left: 20px;
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
	color: #9a9a9a;
}

.Paginator .this-page {
	padding: 2px 6px;
	vertical-align: top;
	background: #ffffff;
	border: solid 1px #cecccc;
	font-weight: bold;
	color: #FF0084;
}

.Paginator a:visited:hover,.Paginator a:hover,.Paginator a:active {
	color: #ffffff;
	background: #0063DC;
	border-color: #ffffff;
}

.Pages div.Results {
	text-align: center;
	margin-top: 8px;
	font: 11px/15px Arial,Helvetica;
	color: #9a9a9a;
}



/*========== Footer ===========*/
footer {
	padding: 50px 0;
	background: #1b3e5c;
}

footer .row .col-2 {
	min-height:80px;
	width:70%;
	padding:15px 20px;
}

footer .row .col-2:first-child {
	width:72%;
}

footer .row .col-2:last-Child {
	width:72%;
	padding-right:0;
}

footer .row .col-3 {
	min-height:80px;
	width:24%;
	padding:10px 20px;
}

footer .row .col-3:first-child {
	width:26%;
}

footer .row .col-3:last-Child {
	width:26%;
	padding-right:0;
}

footer .qr_code {
	float:left;
	margin-right:10px;
}

h5.copyright {
	overflow:hidden;
	font-size:15px;
	line-height:1.8;
	font-weight:normal;
	color:#fff;
}

h5.copyright a[href^=tel] {
    color:inherit;
    text-decoration:none;
}

ul.foot_menu li {
	float:left;
	width:50%;
}

ul.foot_menu li a {
	display:block;
	padding:6px 0px;
	font-size:18px;
	color:#fff;
}

ul.foot_menu li a:hover {
	text-decoration:underline;
}

footer .line img {
	display:block;
	width:100%;
}


@media (max-width: 1080px) {
	.wrap {
		width: 960px;
		margin: 0 auto;
	}

	header .logo a {
		display:block;
		width:200px;
		text-indent:-9999px;
	}

	header .top_bar {
		padding-right:13px;
		transition:all 0.2s linear;
	}

	ul.menu > li {
		padding: 12px 0;
	}

	ul.menu li > a {
		font-size: 15px;
	}
}



@media (max-width: 960px) {
	.outerWrap {
		padding-top: 65px;
	}

	.wrap {
  		width: 98%;
		padding: 0 20px;
	}

	header {
		display: none;
	}

	/*========== Mobile Menu ===========*/
	.m_menu {
		display: block;
		width: 100%;
		box-shadow: 0 2px 5px rgba(126, 126, 126, 0.50);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}

	.m_menu .mask {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		padding-bottom: 60px;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.m_menu .hideBox {
		display: none; /* Old browsers */
		width: 100%;
		padding: 65px 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 11;
		box-sizing: border-box;
		background-color: rgba(0,0,0,0.80);
	}

	.m_menu .controlBox {
		background: #fff;
		position: relative;
		z-index: 99;
	}

	.m_menu .controlBox a.main {
		display: block;
		float: left;
		margin-right: 10px;
		width: 50px;
		height: 65px;
		font-size: 20px;
		color: #000;
		line-height: 65px;
		text-align: center;
		background: #fff;
	}

	.m_menu .controlBox .m_logo {
		float: left;
	}

	.m_menu .controlBox .m_logo img {
		display: block;
		width: 200px;
		padding-top: 8px;
	}

	.m_menu .controlBox .right {
		float: right;
		margin-right: 10px;
	}

	.m_menu .controlBox .right_btn {
		float: left;
		position: relative;
		padding-top: 12px;
	}
	
	.m_menu .controlBox .right_btn > a {
		margin:0 3px;
		display: inline-block;
		font-size: 18px;
		color: #171016;
		background: #bebebe;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 100%;
		overflow: hidden;
	}
	
	.m_menu .controlBox .right_btn > a:hover {
		color: #fff;
		background: #004784;
	}

	.m_menu .hideBox p.sp {
		background: #000;
		padding: 10px;
		font-size: 13px;
		color: #FFF;
	}

	.m_menu .hideBox .language {
		display: block;
		color: #FFF;
		font-weight: normal;
		line-height: 2;
		padding: 10px;
		text-align: center;
		font-size: 16px;
	}

	.m_menu .hideBox .language a {
		color: #FFF;
	}

	.m_menu .hideBox .language a:hover {
		color: #004784;
	}

	.m_menu .hideBox .m_search {
		text-align:center;
		padding:10px;
	}

	.m_menu .hideBox .m_search input[type="text"] {
		display:inline-block;
		vertical-align:middle;
		width:200px;
		height:23px;
		border:1px solid #CCC;
		padding:5px;
	}

	.m_menu .hideBox .m_search a {
		display:inline-block;
		vertical-align:middle;
		width:35px;
		height:35px;
		font-size:18px;
		line-height:35px;
		text-align:center;
		background:#004784;
		color:#FFF;
	}

	.m_menu .m_ico {
		padding: 10px;
		text-align: center;
	}

	.m_menu .m_ico a {
		margin:0 1px;
		display: inline-block;
		font-size: 20px;
		background: #004784;
		color: #fff;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		border-radius: 100%;
	}

	.m_menu .m_ico a:hover {
		background: #fff;
		color: #004784;
	}

	.m_menu ul.nav {}

	.m_menu ul.nav li {
    	border-top: 1px solid rgba(119, 119, 119, 0.95);
	}

	.m_menu ul.nav li a {
		padding: 20px 10px;
		display: block;
		font-size: 16px;
		color: #FFF;
		text-align: center;
		position: relative;
	}

	.m_menu ul.nav li a:hover {
		background: #004784;
	}
	
	.m_menu ul.nav li a i {
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -7px;
	}

	.m_menu ul.nav li .submenu {
		display: none;
	}

	.m_menu ul.nav li .submenu a {
		padding: 10px 20px;
	}

	.m_menu ul.nav li .submenu a:hover {
		background:#999;
	}

	/*========== Banner ===========*/
	.banner_area {
		margin-top: 0px;
	}

	/*========== Footer ===========*/	
	footer .row .col-3 {
		padding:0px;
		width:48%;
		margin:20px 1%;
		min-height:100px;
	}

	footer .row .col-3:first-child {
		width:48%;
	}	
	
	footer .row .col-3:last-child {
		width:98%;
	}
}



@media (max-width: 800px) {
	.main_area {
		padding-top:0px;
		padding-right:20px;
	}

	.main_area .mod_name {
		padding-bottom:0px;
	}

	.main_area .mod_name .guide {
		display:none;
	}

	ul.foot_menu li {
		text-align:center;
	}

	footer .row .col-2 {
		padding:0px;
		width:98%;
		margin:20px 1%;
		min-height:100px;
	}

	footer .row .col-2:first-child{
		width:98%;
	}
}



@media (max-width: 800px) {
	/*========== Side Menu ===========*/	
	.side_menu {
		display: none;
	}

	.dropDownBox {
		position: relative;
		display: block;
		margin-bottom: 30px;
	}

	.dropDownBox i {
		display: none;
	}

	.dropDownBox .title {
		display: none;
	}

	.dropDownBox .txt {
		padding-left: 15px;
	}

	.dropDownBox > div {
		position: relative;
		line-height: 40px;
		padding: 0 10px;
		border: 1px solid #ccc;
	}

	.dropDownBox > div::before {
		content: '';
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		right: 40px;
		background-color: #ccc;
	}

	.dropDownBox > div::after {
		position: absolute;
		width: 40px;
		height: 100%;
		display: block;
		color: #000;
		top: 0;
		right: 0;
		content: '\f358';
        font-family: "Font Awesome 5 Free";
		font-size: 24px;
		text-align: center;
		transition: all .4s ease;
	}

	.dropDownBox > ul {
		display: none;
		transition: all .3s ease-out;
	}

	.dropDownBox > ul a {
		display: block;
		padding: 10px;
	}

	.dropDownBox > ul a:hover {
		color: #004784;
	}

	.dropDownBox > ul a.current {
		background-color: #004784;
		color: #fff;
	}

	.dropDownBox > ul dl {
		display: none;
		background-color: #f3f3f3;
	}

	.dropDownBox > ul dl a {
		padding-left: 2em;
		color: #004784;
	}

	.dropDownBox.open > div::after {
		-webkit-transform: rotateX(-180deg);
		      transform: rotateX(-180deg);
	}

	.dropDownBox.open > ul {
		display: block;
		position: absolute;
		background-color: #fff;
		border: 1px solid #ccc;
		left: 0;
		right: 0;
		z-index: 10;
		top: 41px;
	}
  
	.content_box .left_box {
		float:none;
		width:100%;
	}

	.content_box .right_box {
		float:none;
		width:100%;
		margin-top:30px;
	}

	footer .qr_code {
		float:none;
		width:100%;
	}
}



@media (max-width: 450px) {
	ul.foot_menu {
		padding:10px 0 0 0px;
	}

	.col-2, .col-3, .col-4, .col-5 {
		float:none;
		width:100%;
	}
}