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

@import url(reset.css);
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");

body {
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
	font-size:18px;
	background:#346aac;
}

a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a {
	cursor: pointer;
	color: #454545;
}

a:hover {
	color: #C00;
}

[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;
}

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

header {
	width: 100%;
	position: fixed;
	z-index: 999;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.75) 0%,rgba(219,219,219,0.75) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.75) 0%,rgba(219,219,219,0.75) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.75) 0%,rgba(219,219,219,0.75) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.75) 0%,rgba(219,219,219,0.75) 100%);
	transition:all 0.4s linear;
}

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

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

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

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

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

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

header div.language a:hover {
	color:#1a3f86;
}	

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

header .ico a {
	font-size:15px;
	border-radius:99em;
	width:28px;
	height:28px;
	display:inline-block;
	text-align:center;
	color:#fff;
	background:#535150;
	margin:0 2px;
}

header .ico a:hover {
	background:#1a3f86;
}

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:#666;
	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:#828282;
}



/*========== Header Menu ===========*/
ul.menu {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 50.26%,rgba(216,216,216,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 50.26%,rgba(216,216,216,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 50.26%,rgba(216,216,216,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 50.26%,rgba(216,216,216,1.00) 100%);
}

ul.menu li {
	float:left;
	position:relative;
}

ul.menu li > a {
	position:relative;
	display: block;
	padding: 12px 20px;
	font-size: 17px;
	color: #414141;
	font-style: normal;
	line-height:1.2;
	background: url(../images/menu_arrow.png) no-repeat 0px 100%;
}

ul.menu li > a b {
	display:block;
	color:#9e9e9e;
	font-size:12px;
	text-align:center;
	font-weight:normal;
    -webkit-transform: scale(0.90);
	padding-top: 2px;
}

ul.menu li > a:hover b {
	color:#9e9e9e;
}

ul.menu li a.current b {
	color:#9e9e9e;
}

ul.menu li > a:hover {
	color:#fff;
	background: rgb(239,155,115); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #3785cd 0%, #152f7f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3785cd), color-stop(100%,#152f7f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3785cd 0%,#152f7f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3785cd 0%,#152f7f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3785cd 0%,#152f7f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3785cd 0%,#152f7f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3785cd', endColorstr='#152f7f',GradientType=0 ); /* IE6-9 */;
}

ul.menu li a.current {
	color:#fff;
	background: rgb(239,155,115); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #3785cd 0%, #152f7f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3785cd), color-stop(100%,#152f7f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3785cd 0%,#152f7f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3785cd 0%,#152f7f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3785cd 0%,#152f7f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3785cd 0%,#152f7f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3785cd', endColorstr='#152f7f',GradientType=0 ); /* IE6-9 */;
}

ul.menu li.dropDown {
	position: relative;
}

ul.menu li.dropDown dl.submenu {
	display: none;
	width: 250px;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.6);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
}

ul.menu li.dropDown dl.submenu dt {
	position: relative;
}

ul.menu li.dropDown dl.submenu dt > a {
	position: relative;
}

ul.menu li.dropDown dl.submenu dt > a i {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}

ul.menu li.dropDown dl.submenu a {
	display: block;
	border-top: 1px solid #262626;
	background: #353535;
	font-size: 16px;
	padding: 10px;
	color: #fff;
}

ul.menu li.dropDown .submenu a:hover {
	background: #1a3f86;
	color: #FFF;
}

ul.menu li.dropDown .submenu a:first-child {
	border:none;
}

ul.menu dt .subitem {
	display: none;
	width: 200px;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.6);
	position: absolute;
	left: 100%;
	top: 0;
}

ul.menu dt .subitem a {
	display: block;
	border-top: 1px solid #f1f1f1;
	background: #FFF;
	padding: 10px;
	color: #434343;
}

.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(21,47,127,1.00) 0%,rgba(55,133,205,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(21,47,127,1.00) 0%,rgba(55,133,205,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(21,47,127,1.00) 0%,rgba(55,133,205,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(21,47,127,1.00) 0%,rgba(55,133,205,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 i {
	padding-right:5px;
}

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

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

.side_menu ul li a.current i {
	display:inline-block;
	padding-right:5px;
}



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

.side_menu_sub .txt {
	padding-bottom: 10px;
	padding-left: 18px;
	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;
	min-height:100px;
	background:#fff;
}

.banner_area img {
	width:100%;
	float:left;
}

#banner .bx-wrapper .bx-pager, 
#banner .bx-wrapper .bx-controls-auto{
	bottom:30px;
	z-index:99;
}

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

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

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



/*========== Marquee ===========*/
.marquee_area {
	padding:1px 0 0 0;
	position:relative;
}

.marquee_box {
	margin-top:-1px;
	background: #000;
	width:100%;
}

.marquee_box div.txt {
	background:#020202;
	padding:0 10px 0 120px;
	line-height:50px;
}

.marquee_box div.txt:before {
	content:"NEWS";
	display:inline-block;
	text-align:center;
	font-weight:900;
	font-size:18px;
	color:#fff;
	border-right:1px solid #bcbcbc;
	width:118px;
	position:absolute;
	margin-left:-120px;
}

.marquee_box div.txt ul {
	width:100%;
	border-left:1px solid #494949;
}

.marquee_box div.txt ul li {
	padding:0 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color:#fff;
}

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

.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:50px 0 0 0;
	position:relative;
	background:#fff;
	margin-top:-5px;
}

.main_area .mod_name {
	position:relative;
	border-bottom:1px dotted #d8d8d8;
	margin-top:50px;
}
	
.main_area .mod_name h1,	
.main_area .mod_name h2 {
    color:#000;
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:15px;
}

.main_area .mod_name h1 em,
.main_area .mod_name h2 em {
	font-size:2em;
	color:#3785cd;
	font-weight:bold;
	padding:0 5px 0 5px;
}

.main_area .mod_name h1 strong,	
.main_area .mod_name h2 strong {
	font-weight:normal;
	font-size:0.9em;
}

.main_area .mod_name .guide {
	font-size:12px;
	color:#a3a8ba;
	position:absolute;	
	right: 0px;
	top: 30px;
}

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

.main_area .content_box {
	clear:both;
	margin:0;
	padding:0 0 50px 0;
	border-bottom:1px #D8D8D8 solid;
}

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

.content_box .right_box {
	float:left;
	width:70%;
	padding-top:20px;
}

.content_box_line {
	position:relative;
	padding:15px;
	border:1px solid #d8d8d8;
	border-radius:8px;
	background:#fff;
}

.main_area .content_box .content_topic {
	clear:both;
	padding:10px;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px dotted #d8d8d8;
	margin-bottom:20px;
}

.main_area .content_box .content_topic i {
	margin-right:8px;
	vertical-align:middle;
	font-size:15px;
}

.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%;}

.table-custom { border:1px solid #000; }
.table-custom td { border:1px solid #000; padding: 5px; }



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

.att_file_list {
    text-align: left;
    padding-top: 5px;
}

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

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



/*========== Button ===========*/
.submit {
	padding: 5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:16px;
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
	color:#FFF;
	text-shadow:0px -1px #2590aa; 
	border:1px solid #c2d89e;
	background: rgb(66,179,206); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #006eb7 0%, #43b1c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006eb7), color-stop(100%,#43b1c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #006eb7 0%,#43b1c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #006eb7 0%,#43b1c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #006eb7 0%,#43b1c8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #006eb7 0%,#43b1c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb7', endColorstr='#43b1c8',GradientType=0 ); /* IE6-9 */;
}

.submit:hover {
	color:#FFF;
	background: #006eb7; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(66,179,206,1) 0%, rgba(47,162,190,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,179,206,1)), color-stop(100%,rgba(47,162,190,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(66,179,206,1) 0%,rgba(47,162,190,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(66,179,206,1) 0%,rgba(47,162,190,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(66,179,206,1) 0%,rgba(47,162,190,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(66,179,206,1) 0%,rgba(47,162,190,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b3ce', endColorstr='#2fa2be',GradientType=0 ); /* IE6-8 */;
}



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

.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 0px 0;
	position:relative;
}

footer .row .col-2 {
	width:73%;
	padding:15px 20px;
}

footer .row .col-3 {
	width:27%;
	padding:10px 20px;
}

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

footer .qr_code img {
	width:100px;
}

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;
}

h5.copyright a {
    color:#fff;
}

h5.copyright a:hover {
	text-decoration:underline;
}

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

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

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



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

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

	ul.menu li > a {
		padding: 10px 16px;
		font-size: 14px;
	}
}



@media (max-width: 960px) {
	.wrap {
		width:94%;
		padding:0 3%;
		overflow:hidden;
	}

	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: 60px 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;
		box-shadow: inset 0 -10px 15px #DBDBDB;
		position: relative;
		z-index: 99;
	}

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

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

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

	.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: #f47332;
	}

	.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:#1a3f86;
		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: #1a3f86;
		color: #fff;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		border-radius: 100%;
	}

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

	.m_menu ul.nav{}

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

	.m_menu ul.nav li.english {
		display: block;
	}

	.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: #1a3f86;
	}
	
	.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 {
		padding-top:60px;
	}

	.banner .bx-wrapper .bx-pager, 
	.banner .bx-wrapper .bx-controls-auto{
		bottom:10px;
	}

	/*========== Marquee ===========*/	
	.marquee_box div.txt {
		padding-left:0px;
	}

	.marquee_box div.txt:before {
		display: none;
	}

	.marquee_box div.txt ul {
		border-left:0px solid #494949;
	}

	/*========== Footer ===========*/	
	footer .row .col-2 {
		margin:0 auto;
		width:98%;
	}

	footer .row .col-3 {
		padding-top:30px;
		width:100%;
	}

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



@media (max-width: 800px) {
	.main_area .mod_name .guide {
		display:none;
	}
}



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

	.dropDownBox {
		position: relative;
		display: block;
		margin-top: 40px;
		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: #ccc;
		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: #1a3f86;
	}

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

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

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

	.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) {
	.col-2, .col-3, .col-4, .col-5 {
		float:none;
		width:100%;
	}
}
