@charset "utf-8";
@import url("framework.css");
/* Content Area  */
.container {
	padding: 20px 0;
}
.container.nospace {
	padding-bottom: 0
}
.container .sidebar nav a {
	color: inherit;
	border-color: #D7D7D7;
}
.container .sidebar nav a:hover {
	color: #96AFAA;
}
 @-ms-viewport {
width:device-width;
}
#AD {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.owl-nav {
	display: none;
}
#Content {
	width: 1100px;
	margin: 20px auto;
}
#Content .BoxLeft {
	float: left;
}
#Content .BoxRight {
	float: right;
}
#Content .w1 {
	width: 550px;
}
.tab_content .NewsList a {
	display: block;
	width: 480px;
	float: left;
	font-size: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.tab_content .NewsList span {
	font-size: 15px;
	line-height: 45px;
	float: left;
	width: 95px;
	color: #797979;
}
#Content .Indexevent {
	width: 1096px;
	clear: both;
	overflow: hidden;
	margin-left: 4px;
}
#Content .Indexevent .title {
	width: 127px;
	height: 37px;
	top: 0;
	left: 0;
	font-size: 21px;
	line-height: 37px;
	color: #646464;
	background-color: #FFF;
	padding-left: 36px;
	font-weight: bold;
	background-color: #FFF;
	background: url(../images/icon_event.jpg) no-repeat left center;
	margin-bottom: 1rem;
}
#Content .Indexevent .PicBox {
	float: left;
	display: block;
	width: 256px;
	overflow: hidden;
	margin: 0 9px 20px 9px;
}
#Content .Indexevent .PicBox img {
	width: 246px;
	height: 166px;
}
#Content .Indexevent .PicBox .txt {
	text-align: center;
	width: 246px;
	padding: 0 3px;
	line-height: 50px;
	height: 50px;
	background-color: #eeeeee;
	font-size: 15px;
	overflow: hidden;
}
#Content .Partner {
	width: 1100px;
	margin: 10px auto;
	overflow: hidden;
}
#Content .Partner .Box a {
	width: 167px;
	float: left;
	margin: 20px 26px;
	-moz-box-shadow: 0px 4px 8px 2px rgba(20%,20%,40%,0.3);
	-webkit-box-shadow: 0px 4px 8px 2px rgba(20%,20%,40%,0.3);
	box-shadow: 0px 4px 8px 2px rgba(20%,20%,40%,0.3);
	border: 6px solid #FFF;
}
/* 內頁大篇幅廣告 */
#ADPAGE {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
#ADPAGE img {
	width: 100%;
	height: auto;
}
/* 麵包屑 */
.kv-breadcrumb {
	display: block;
}
.kv-breadcrumbBox {
	border-radius: 30px;
	margin: 15px 0;
	padding: .25em .75em;
	background-color: rgba(255,255,255,0.75);
	overflow: hidden;
	float: right;
}
.page-breadcrumb {
	list-style: none;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.page-breadcrumb>ul {
	margin: 0;
	padding: 0;
}
.page-breadcrumb>li {
	font-size: .875em;
	display: block;
	line-height: 1.5em;
	margin: 0 0.3em;
	color: #000;
	font-weight: bold;
}
.page-breadcrumb>li a {
	color: #626262;
	font-weight: 400;
}
/* 最新消息選單 */
.NewsMenu {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.NewsMenu .Box {
	float: left;
	margin: 0 5px 15px 5px;
	font-size: 0.89em;
	border-radius: 60px;
}
.NewsMenu .Box a {
	color: #626262;
	border: 1px solid #999;
	display: block;
	border-radius: 16px;
	padding: 10px 16px;
	text-align: center;
}
.NewsMenu .Now, .NewsMenu .Box a:hover {
	color: #FFF;
	border: 1px solid #4c96ff;
	display: block;
	border-radius: 16px;
	padding: 10px 12px;
	background-color: #4c96ff;
}
/* 最新消息列表 */
#NewList {
	width: 1090px;
	margin: 10px 5px;
	overflow: hidden;
}
#NewList .Newsdate {
	width: 180px;
	float: left;
	text-align: center;
	border-right-style: solid;
	border-right-width: 10px;
	border-right-color: #FFF;
}
#NewList .NewsLBox, #NewList .NewsRBox {
	height: 36px;
	line-height: 36px;
	background-color: #4c96ff;
	color: #FFF;
}
#NewList .NewsBox {
	height: 93px;
	padding-top: 5px;
}
#NewList .Newstitle {
	width: 910px;
	float: right;
	text-align: center;
}
#NewList ul {
	clear: both;
	padding: 10px 0 0;
	margin: 0;
}
#NewList li {
	overflow: hidden;
	margin-bottom: 10px;
}
#NewList li h3 {
	font-size: 16px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal;
	margin: 0;
	text-align: left;
	font-weight: bold;
	padding: 5px 10px;
}
#NewList li main {
	font-size: 15px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	text-align: left;
	padding: 0 10px 5px 10px;
	overflow: hidden;
}
#NewList li a {
	display: block;
}
#NewList li:nth-child(odd) {
	background-color: #f5f5f5;
}
#NewList li:nth-child(even) {
	background-color: #d4e6ff;
}
/* 最新消息內容 */
#NewPage , #About {
	width: 1090px;
	margin: 10px 5px;
	overflow: hidden;
	position: relative;
}
#NewPage .Ntitle {
	width: 960px;
	font-size: 20px;
	line-height: 1.5;
	float: left;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	font-weight: bolder;
}
#NewPage .Ndate {
	font-size: 15px;
	clear: both;
	color: #999;
}
#NewPage .shareIcon {
	width: 90px;
	top: 0;
	right: 2px;
	float: right;
	position: absolute;
}
#NewPage .shareIcon .i {
	float: left;
	margin-left: 8px;
}
#NewPage .NContent {
	overflow: hidden;
	margin: 10px auto;
}
#NewPage .NContent, #NewPage .NContent p, #NewPage .NContent td {
	font-size: 15px;
	line-height: 30px;
}
#NewPage .Download, #NewPage .Imge, #Html .Imge, #Html .Download {
	margin: 20px auto;
	overflow: hidden;
	clear: both;
}
#NewPage .Download .T, #Html .Download .T {
	line-height: 26px;
	font-weight: bold;
}
#NewPage .Download .DLBOX a, #Html .Download .DLBOX a {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 36px;
	margin: 10px 30px 10px 0;
	background-image: url(../images/icon_download.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#NewPage .Imge .picBox, #Html .Imge .picBox {
	float: left;
	margin: 10px;
	width: 198px;
	height: auto;
	border: 5px solid #FFF;
	-moz-box-shadow: 4px 0px 12px 4px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow: 4px 0px 12px 4px rgba(20%,20%,40%,0.5);
	box-shadow: 0px 0px 6px 0px rgba(20%,20%,40%,0.5);
}
/*關於公會*/
#About .BOX1{ width: 550px;}
#About .BOX2{ width: 540px;}
#About .Atitle {
	width: 300px;
	font-size: 20px;
	line-height: 1.5;
	height: 40px;
	line-height: 40px;
	padding-left: 45px;
	margin: 10px 30px 10px 0;
	background-image: url(../images/icon_about.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bolder;
}
#About p{ font-size: 17px; line-height: 36px; margin: 0;}
#About li{ font-size: 17px; line-height: 36px; margin: 0;list-style-type: disc;}
#About li:nth-child(even){ color:#004e85 ;}
#About .BOX2 img{ float: none; margin-bottom: 10px;} 
#About .content{ clear: both;}
/* 相關網站*/
#Related {
	width: 1090px;
	margin: 10px 5px;
	overflow: hidden;
	position: relative;
}
#Related .RTitle {
	font-size: 23px;
	line-height: 36px;
	margin-bottom: 6px;
	clear: both;
}
#Related .LinkBox a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 515px;
	padding: 5px 10px;
	line-height: 34px;
}
#Related .colorBlue a {
	background-color: #cce5fb;
}
#Related .colorYellow a {
	background-color: #fbf0cc;
}
#Related .colorGreen a {
	background-color: #e1fbcc;
}
/* html編輯器 */
#Html{
	width: 1090px;
	margin: 10px 5px;
	overflow: hidden;
	position: relative;}
/* 理監事 */
#Management {
	width: 1090px;
	margin: 10px 5px;
	overflow: hidden;
	position: relative;
}
#Html p{ font-size: 15px; color: #666; line-height: 26px;}
#Management .MTitle {
	font-size: 23px;
	line-height: 44px;
	margin-bottom: 10px;
	padding-left: 45px;
	clear: both;
	background: url(../images/icon_Management.jpg) no-repeat left center;
}
#Management .MBox {
	position: relative;
	width: 255px;
	float: left;
	margin: 0 8px 20px 8px;
	background-color: #eeeeee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	padding: 15px;
}
#Management .MBox .circle {
	position: absolute;
	width: 215px;
	height: 215px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFF;
	opacity: 0.4;
	top: 20px;
	left: 20px;
	z-index: 2;
}
#Management .MBox .circleIMG {
	width: 202px;
	height: 202px;
	margin: 0 auto;
}
#Management .MBox img {
	width: 200px;
	height: 200px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 10px solid hsla(0,0%,100%,.5);
	background-clip: padding-box;
}
#Management .MBox .name {
	width: 150px;
	font-size: 19px;
	color: #007fea;
	line-height: 30px;
	margin: 6px auto;
	text-align:center;
}
#Management .MBox .name span {
	margin-right: 8px;
}
#Management .MBox .Session {
	font-size: 13px;
	width: 90%;
	color: gray;
	margin: 10px auto 0 auto;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}
#Management .MBox .company, #Management .MBox .company a, #Management .MBox .position {
	font-size: 16px;
	line-height: 20px;
	width: 220px;
	margin: 0 auto;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}
#Management .MBox .company, #Management .MBox .company a {
	margin-bottom: 4px;
}
#Management .MBox .company a {
	text-decoration: underline;
}
/* 瀑布流 */
.container {
	max-width: 100%;
	width: 1100px;
	padding: 0 24px;
	margin: 0 auto;
	clear: both;
  }
  #macy-container::before { content: ""; display: table; clear: both;}
  #macy-container { margin-top: 22px; }
  #macy-container::after { content: ""; display: table; clear: both;}
  .PicBox {
	margin-bottom: 24px;
	border-radius: 4px;
	overflow: hidden;
	border: 8px solid #FFF;
	-moz-box-shadow: 0px 0px 4px 1px rgba(20%,20%,40%,0.3);
	-webkit-box-shadow: 0px 0px 4px 1px rgba(20%,20%,40%,0.3);
	box-shadow: 0px 0px 4px 1px rgba(20%,20%,40%,0.3);
  }
  .PicBox .PDate, .PicBox .Ptitle{ width: 100%;}
  .PicBox .PDate, .container .PDate {font-size: 15px;
	line-height: 1.5;
	float: left;
margin: 5px 0;}
.container .PDate{
display:block;
width:100%;
}
.container h3{ margin:10px 0;}
  .PicBox .Ptitle{ font-size: 15px;
	line-height: 1.5;
	float: left;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	font-weight: bolder;}
  .PicBox-image {
	width: 100%;
	display: block;
	height: auto;
  }
  
 @media screen and (max-width:768px) {
#Content {
	width: 100%;
	margin: 6px auto;
}
#Content .BoxLeft, #Content .BoxRight {
	float: none;
}
#Content .w1 {
	width: 100%;
}
.tab_content .NewsList a {
	display: block;
	width: 100%;
	float: left;
	font-size: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#Content .Indexevent {
	width: 96%;
	margin: 0 2%;
}
#Content .Indexevent .PicBox {
	width: 47%;
	margin: 0 1.5% 15px 1.5%;
}
#Content .Indexevent .PicBox img {
	width: 100%;
	height: auto;
}
#Content .Indexevent .PicBox .txt {
	width: 100%;
}
#Content .Partner {
	width: 96%;
	margin: 5px 2%;
}
#Content .Partner .Box a {
	width: 30.3%;
	margin: 12px 1.5%;
	text-align:center;
}
#ADPAGE img {
	width: 100%;
	height: auto;
}
#ADPAGE {
	width: 100%;
	min-width: auto;
}
.page-breadcrumb {
	display: none;
}
/* 關於公會 */
#About .BOX1, #About .BOX2{ width: 100%;}
#About .BOX2 img{ float: left; margin-bottom: 10px; width: 48%; margin-right: 1%;} 
/* 最新消息選單 */
.NewsMenu {
	width: 100%;
	clear: both;
	overflow: hidden;
	overflow-x: auto;
	overflow-y: hidden;
	/*Make it smooth scrolling on iOS devices*/
	-webkit-overflow-scrolling: touch;
	/*Hide the ugly scrollbars in Edge until the scrollable area is hovered*/
	-ms-overflow-style: -ms-autohiding-scrollbar;
	white-space: nowrap;
	padding-top: 10px;
}
.NewsMenu .Box {
	float: none;
	display: inline-block;
}
.NewsMenu .Now, .NewsMenu .Box a:hover {
	display: inline-block;
}
/* 最新消息列表 */
#NewList {
	width: 96%;
	margin: 10px 2%;
}
#NewList .Newsdate {
	width: 30%;
	border-right-width: 5px;
}
#NewList .Newstitle {
	width: 70%;
}
#NewPage, #About {
	width: 96%;
	margin: 10px 2%;
}
#NewPage .Ntitle {
	width: 70%;
	float: left;
	-webkit-line-clamp: 2;
}
#NewPage .shareIcon {
	width: 20%;
	margin-right: 1%;
}
#NewPage .shareIcon .i {
	margin-left: 4px;
}
/* 相關網站 */
#Related {
	width: 98%;
	margin: 10px 2%;
}
#Related .LinkBox a {
	float: none;
	margin: 0 0 3% 0;
	width: 96%;
}
/* html編輯器 */
#Html{
	width: 98%;
	margin: 10px 2%;}
/* 理監事 */
#Management {
	width: 98%;
	margin: 10px 2%;
}
#Management .MBox {
	width: 43%;
	margin: 0 3% 20px 3%;
	padding: 3%;
}
#Management .MBox .circle {
	position: absolute;
	width: 215px;
	height: 215px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFF;
	opacity: 0.4;
	top: 20px;
	left: 20px;
	z-index: 2;
}
#Management .MBox .circleIMG {
	width: 202px;
	height: 202px;
	margin: 0 auto;
}
#Management .MBox img {
	width: 200px;
	height: 200px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 10px solid hsla(0,0%,100%,.5);
	background-clip: padding-box;
}
#Management .MBox .name {
	width: 70%;
	font-size: 17px;
	line-height: 26px;
	margin: 2% auto;
}
#Management .MBox .company, #Management .MBox .company a, #Management .MBox .position {
	font-size: 16px;
	line-height: 26px;
	width: 96%;
	margin: 0 auto;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}
}
@media screen and (max-width:560px) {
#Management .MBox .circleIMG {
	width: 140px;
	height: 140px;
}
#Management .MBox img {
	width: 140px;
	height: 140px;
}
}
@media screen and (max-width:480px) {
#Footer .MenuBox .abox .atitle {
	font-size: 12px;
}
#Management .MBox .circleIMG {
	width: 140px;
	height: 140px;
}
#Management .MBox img {
	width: 140px;
	height: 140px;
}
#Management .MBox .company, #Management .MBox .company a, #Management .MBox .position {
	-webkit-line-clamp: 2;
}
#Management .MBox .name {
	width: 80%;
	font-size: 15px;
	line-height: 24px;
}
#Management .MBox {
	min-height: 250px;
}
}
@media screen and (max-width:360px) {
#NewPage .Ntitle {
	width: 70%;
	float: left;
	-webkit-line-clamp: 3;
	margin: 0 auto;
}
#NewPage .shareIcon {
	width: 25%;
	margin-right: 1%;
	float: right;
}
#NewPage .shareIcon .i {
	margin-left: 4px;
}
#Management .MBox {
	min-height: 240px;
}
#Management .MBox .circleIMG {
	width: 110px;
	height: 110px;
}
#Management .MBox img {
	width: 110px;
	height: 110px;
}
#Management .MBox .name {
	width: 90%;
	font-size: 13px;
}
}
