.banner-content {
	background-color: rgba(0,73,134,0.7);
	padding: 30px;
}
.home-banner .banner-content h2 {
	font-size: 40px;
}
.home-banner .banner-content a.banner-btn {
	font-size: 16px;
}
.logo img {
	width: 70%;
}
.menu-side {
	width: 100%;
	flex: none;
	max-width: 100%;
}
nav.nav_area {
	text-align: left;
}
.nav_area > ul > li {
	line-height: 30px;
	padding: 5px 10px;
	padding: 10px 10px 5px 10px;
	/*    width: calc(11% - 10px);*/
	list-style: none;
}
.nav_area.en > ul > li {
	width: auto;
}
ul.menu, ul.menu li {
	list-style: none;
}
.promote-item p {
	height: 80px;
	overflow: hidden;
}
.sidemenu2 ul.sidemenu > li > a {
	line-height : 30px;
	font-size: 20px;
}
.sidemenu2 ul.sidemenu li {
	border-bottom: 1px solid #ddd;
	list-style: none;
}
.sidemenu2 ul.sidemenu ul.sub-list li a {
	font-size: 14px;
}
input[type=button].butn, input[type=submit].butn {
	font-size: 18px;
	font-weight: 700;
	display: table;
	margin: 0 auto;
	border: 2px solid #000;
	padding: 8px 25px;
	border-radius: 25px;
	transition: all .3s;
	background-color: white;
}
input[type=submit].butn:hover, input[type=submit].butn:hover {
	background: #000;
	color: #fff;
}
a.butn {
	font-size: 14px;
	border: 1px solid #000;
	padding: 3px 20px;
	font-family: Arial, 'MS JhengHei';
}
a.sky-btn {
	padding: 3px 15px;
	font-size: 14px;
	border-radius: 12px;
}
.medi-row a.butn {
	margin-top: 10px;
}
.footer .foot_small_item {
	color: white;
	margin-right: 20px;
	display: inline-block;
}
.footer .foot_small_item a {
	color: white;
}
.cms_content { font-family: Arial, "MS Jhenghei", sans-serif; }
.cms_content .table_area {
	width: 100%;
	overflow-x: auto;
}
.cms_content iframe {
	max-width: 100%;
	box-sizing: border-box;
}
.cms_content img {
	max-width: 100%;
	height: auto !important;
	box-sizing: border-box;
}
.cms_content table {
	max-width: 100%;
	height: auto !important;
	box-sizing: border-box;
	border-collapse: unset;
}
.cms_content ul, .cms_content ol, .cms_content p {
	margin-bottom: 0;
	line-height: 1.6;
}
.cms_content ul, .cms_content ol {
	display: block;
	xmargin: 1em 0;
	padding-left: 20px;
}
/* .cms_content ul li,
.cms_content ul { list-style-type:disc; }
.cms_content ol li,
.cms_content ol { list-style-type:decimal; } */
.cms_content li {
	xpadding-left: 20px;
}
.subpage .cms_content p a, .cms_content a {
	color: #0782C1;
}
.cms_content h1 {
	font-size: 24px;
}
.cms_content h2 {
	font-size: 20px;
	color: #21acba;
	font-weight: bold;
	line-height: 3.2;
}
.cms_content h3 {
	font-size: 18px;
	color: #056899;
	font-weight: bold;
	line-height: 3.2;
}
.cms_content h4 {
	font-weight: bold;
	font-size: 16px;
	color: black;
	line-height: 3.2;
}
.cms_content h5 {
	font-weight: normal;
	font-size: 24px;
	color: black;
	line-height: 1.2;
}
.cms_content p{	line-height: 3.2;}
.cms_content h6 {
	font-size: 20px;
	color: #056899;
	line-height: 1.2;
}
.cms_content pre {
	margin: 1em 0px;
}
.cms_content address {
    display: block;
    font-style: italic;
    unicode-bidi: isolate;
}
.promo-item h3 {
	height: 70px;
	overflow: hidden;
}
.promo-item p {
	height: 60px;
	overflow: hidden;
}
 @media (min-width:991px) {
.promo-item img {
	max-height: 350px;
}
}
 @media (max-width:991px) {
.menu-side {
    width: 20%;
    position: absolute;
    right: 7px;
    top: 48px;
}

.nav_area > ul > li {
	width: 100%;
}
.logo-side {
	width: 80%;
	max-width: 33%;
}
.toggle {
	padding: 5px 0;
}
.home-banner .banner-content h2 {
	font-size: 40px;
}
.home-banner .banner-content p {
	font-size: 14px;
	line-height: 20px;
}
.home-banner .banner-content a.banner-btn {
	font-size: 14px;
	padding: 2px 15px;
}
}
 @media (max-width:767px) {
.banner-content {
	padding: 20px;
}
.menu-side {
	/* width: 10%; */
	position: absolute;
	right: 0px;
	top: 45px;
}
.logo img {
	width: 100%;
}
.home-banner .banner-content {
	width: 100%;
	left: 0;
	xpadding: 0 15px;
}
.home-banner .banner-content h2 {
	font-size: 20px;
}
.home-banner .banner-content p {
	display: none;
}
.top-header {
    background: #fff;
    border-bottom: solid 1px #d3d3d3;
}

body.open label.toggle i.fa::before {
    content: "\f00d";
}
}
/* @media (min-width: 1300px) {
    .header .container {
        max-width: 1240px;
    }
} */