@charset "utf-8";
/* CSS Document */

/*-----css基本設定---------*/
*, body, h1, h2, h3, h4, h5, h6, a, p, select  {
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Arial, Helvetica;
}
/*文字反選顏色*/
::selection, ::-moz-selection {
	background: #e78d09;
	color: #ffffff;
}

/*a:focus {
	background-color: #F7AD00 !important;
}*/
a {
	transition: .5s;
}
/*a:hover {
	filter:brightness(110%);
	transition: .5s;
}*/
/*a:focus img {
	-webkit-filter:saturate(0.2);
}*/


/*--行動版隱藏--*/
.mob {
	display: none !important;
}


html {
	height: 100%;
	margin: 0;
}
body {
	margin: 0;
	min-height: 100%;
}

/*清除格式*/
.CleanFormat { 
	clear: both;
}
#article::after, .section::after, header::after {
	content: "";
	display: block;
	clear: both;
}

/*分隔線*/
.Dividers {
	margin: 10px auto;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #373b80;
}

/*------------------------WebStart----------------------*/
#wrap {
	display: block;
	position: relative;
}
/*-------------------------Header-----------------------*/
header {
    display: block;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, .75);
}
header > div {
	position: absolute;
}
header img, header a {
	display: block;
}
.MenuClose {
    display: none;
}
#menuBtn {
    left: 30px;
    top: 15px;
}
#menuBtn img {
	position: absolute;
	top: 0;
	left: 0;
}
#WebName {
    top: 5px;
    left: 80px;
}
#Logo {
    right: 30px;
    top: 5px;
}

/*---------------------------Menu-----------------------*/
nav {
    position: fixed;
    left: -320px;
    top: 0;
    padding-top: 100px;
    height: calc(100% - 100px);
    width: 320px;
    background: rgba(255, 255, 255, 0.85);
	z-index: 50;
	transition: .3s;
}
nav li {
    text-align: center;
    margin-bottom: 20px;
}
nav a {
    font-size: 28px;
    color: #6F6F6F;
	transition: .3s;
	font-weight: normal;
}
nav a:hover, nav a.active {
	font-weight: bold;
    color: #3C763D;
}



/*-----手機版選單------*/


/*-------------------------BODY-------------------------*/
article {

}
section {
}

/*-------------------------FOOTER-----------------------*/
footer {
    width: 100%;
    background: #3C763D;
    color: #ffffff;
	padding: 15px 0;
	position: relative;
}
footer, footer div, footer a, footer li {
	line-height: 25px;
}
#footer {
    width: 95%;
    max-width: 1200px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
#footer div > div {
    display: inline-block;
    margin-right: 16px;
}
#footer div > div:last-child {
    margin-right: 0;
}
.FooterLinkList ul {
    font-size: 0;
    line-height: 25px;
    height: 25px;
}
.FooterLinkList li {
    display: inline-block;
    font-size: 14px;
}
.FooterLinkList li::after {
    content: "/";
    display: inline-block;
    margin: 0 10px;
}
.FooterLinkList li:last-child::after {
    display: none;
}
footer a {
    font-size: 14px;
    color: #ffffff;
}



#PigImg {
	display: block;
	position: absolute;
	height: 130px;
	width: 172px;
	top: -122px;
	right: 50px;
}

/*--------------------------共用項目-------------------------------*/
/*--論壇報名--*/
#ActBtn {
	background: url("../images/forumBt.png");
	background-size: cover;
	display: block;
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: 205px;
	right: 100px;
}
#ActBtn a {
	display: block;
	opacity: 0;
	transition: .3s;
}
#ActBtn a:hover {
	opacity: 1;
}
#ActBtn img {
	display: block;
	width: 100%;
	height: auto;
}
/*--回到頂端--*/
#ScrolTopBtn {
    width: 26px;
    height: 96px;
    position: fixed;
    bottom: 300px;
    right: 125px;
	display: none;
}
#ScrolTopBtn a {
	display: block;
}
#ScrolTopBtn img {
	display: block;
	width: 100%;
	height: auto;
}
/*--------------------------內容開始-------------------------------*/
/*------Banner-----*/
#Banner {
    position: relative;
    display: block;
    height: 100vh;
}
#Banner a {
    display: block;
}
#Banner img {
	width: 100%;
	height: 100vh;
}
#Banner li {
	position: relative;
}
.WBanner, .MBanner {
    height: 100%;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
	position: absolute;
	top: 0;
	left: 0;
}

.BannerTxt {
    position: absolute;
    z-index: 10;
    bottom: 100px;
    left: 100px;
    width: calc(50% - 120px);
    color: #ffffff !important;
    text-shadow: 0 0 5px #000000;
	padding: 10px;
	background: rgba(255, 255, 255, 0.3);
}


.BannerTxt .PaperFrom > div {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

.BannerTxt .PaperFrom > .PaperCo {
    /*color: #3C763D;*/
	color: #ffffff;
    margin-right: 20px;
}
.BannerTxt .PaperTitle {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 14px;
}
.BannerTxt h3 {
    font-size: 40px;
    font-weight: bold;
	line-height: 50px;
}

.BannerTxt .RightTitleBk {
	display: none;
}
.BannerTxt .LittleInfo {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	height: 81px;
}

#ScrolAni {
	display: block;
	position: absolute;
	width: 58px;
	height: 27px;
	left: calc(50% - 29px);
	animation-name: scrol;
    animation-duration: 1s;
	animation-iteration-count: infinite;
}
#ScrolAni img {
	display: block;
	width: 58px;
	height: 27px;
}
@keyframes scrol{
    from{
        bottom:50px;
    }
    to{
        bottom:20px;
    }
}

/*--手機版Banner--*/
.MBanner {
	display: none;
}




/*---類別按鈕---*/
#GroupBtnBk {
    padding: 30px 0 50px;
    border-bottom: 1px solid #6f6f6f;
}
#GroupBtnList ul {
    font-size: 0;
}
#GroupBtnList li {
    display: inline-block;
    width: 32%;
    vertical-align: middle;
    position: relative;
    margin-right: 2%;
}
#GroupBtnList li:last-child {
    margin: 0;
}
#GroupBtnList a > img {
    display: block;
    width: 100%;
    height: auto;
}
.BtnIcon {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 0;
	transition: .3s;
}
.BtnIcon::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}
.BtnIcon .BtnNameIcon {
    display: inline-block;
    vertical-align: middle;
}
#GroupBtnList a:hover .BtnIcon {
    background: rgba(0, 0, 0, 0.8);
}
.GroupTitle {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
    height: 0;
    overflow: hidden;
	transition: .3s;
}
#GroupBtnList a:hover .GroupTitle {
    height: 40px;
}


/*---好事影音---*/
#indexVideo {
    width: 95%;
    max-width: 1200px;
    display: block;
    position: relative;
    margin: 0 auto 30px;
	padding-top: 50px;
}
.VideoBk, .VideoBk img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
	max-width: 700px;
    margin: 0 auto 50px;
}
.VideoBk img, .Video iframe {
    
}
.Video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Video iframe {
    width: 100%;
    height: 100%;
}

#indexVideo ul {
    font-size: 0;
}
#indexVideo li {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
}
#indexVideo li:last-child {
    margin-right: 0;
}
/*---列表---*/
.IndPaperBk, .ListPageBk {
    padding: 50px 0;
    border-bottom: 1px solid #6F6F6F;
}
#indexPaperList01 {
    border-top: 1px solid #6f6f6f;
}
h2.PaperTitle {
    text-align: center;
    margin-bottom: 75px;
}
.IndexPaperList {
    width: 95%;
    max-width: 1200px;
    display: block;
    margin: 0 auto 50px;
}
.IndexPaperList ul::after {
    content: "";
    display: block;
    clear: both;
}
.IndexPaperList li {
    width: 48%;
    float: right;
	margin-bottom: 30px;
}
.IndexPaperList li:first-child {
    float: left;
	margin-bottom: 0px;
	min-height: 600px;
}
.IndexPaperList li a{
	display: block;
}

.PaperImg {
    display: inline-block;
    width: 140px;
    background-size: cover !important;
    background-position: center !important;
    margin-right: 5px;
    vertical-align: middle;
}
.PaperImg img {
    width: 100%;
    height: auto;
    display: block;
}

.IndexPaperList li:first-child .PaperImg {
    display: block;
    width: 100%;
    height: auto;
}
.PaperTxt {
    color: #6F6F6F;
    display: inline-block;
    width: calc(100% - 150px);
	vertical-align: middle;
}
.TitleBk {
    position: relative;
}
.IndexPaperList .TitleBk {
    border-bottom: 1px solid #707070;
}
.IndexPaperList h3 {
    font-size: 20px;
    font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.TitleBk::after {
    content: "";
    display: block;
    clear: both;
}
.IndexPaperList li:first-child .PaperTxt {
    padding-top: 20px;
    color: #6F6F6F;
    display: block;
    width: 100%;
}
/*.IndexPaperList li:first-child .LeftTitleBk {
    width: calc(100% - 100px);
    float: left;
}*/
.IndexPaperList .PaperCo, .IndexPaperList .PaperSecTitle {
    display: inline-block;
    font-size: 14px;
}
.IndexPaperList li:first-child .PaperCo, .IndexPaperList li:first-child .PaperSecTitle {
    font-size: 20px;
    font-weight: bold;
}
.IndexPaperList li:first-child .PaperCo {
    color: #3C763D;
    margin-right: 10px;
}
.IndexPaperList li:first-child h3 {
    font-size: 36px;
    font-weight: bold;
    color: #3C763D;
}
.IndexPaperList li:first-child h3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	text-overflow:inherit;
	white-space:normal;
}
.IndexPaperList li .RightTitleBk {
    display: none;
}
/*.IndexPaperList li:first-child .RightTitleBk {
    float: right;
    width: 100px;
    text-align: right;
    line-height: 26px;
    display: block;
}*/
.IndexPaperList .LittleInfo {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
}
.IndexPaperList li:first-child .LittleInfo {
	padding-top: 10px;
}


.MorePaperLine {
    text-align: center;
}
.MorePaperLine a {
    font-size: 18px;
    font-weight: bold;
    color: #3C763D;
    text-decoration: underline;
}



/*-------列表頁--------*/
#PageView {
    text-align: center;
    padding: 100px 0 50px;
    border-bottom: 1px solid #707070;
    margin-bottom: 50px;
}
#PageView h2 {
	margin-bottom: 0;
}
#PageView img {
    display: block;
    margin: 0 auto;
    width: 250px;
    height: auto;
    /*max-width: 537px;*/
}
/*--第二選單--*/
#secMenu ul {
    font-size: 0;
    text-align: center;
}
#secMenu li {
    display: inline-block;
    margin: 0 20px;
}
#secMenu a {
    font-size: 24px;
    font-weight: bold;
    color: #707070;
}
#secMenu a.active {
    color: #3C763D;
}




.PaperListPage {
    width: 95%;
    max-width: 1200px;
    display: block;
    margin: 0 auto 50px;
}
.PaperListPage ul {
    font-size: 0;
}
.PaperListPage li {
    width: 45%;
	margin: 0 2.5% 30px;
	display: inline-block;
	vertical-align: top;
}
.PaperListPage li a{
	display: block;
}

.PaperListPage .PaperImg {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover !important;
    background-position: center !important;
}
.PaperImg img {
    width: 100%;
    height: auto;
    display: block;
}

.PaperListPage h3 {
    font-size: 28px;
    font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
    color: #3C763D;
}
.PaperListPage .TitleBk {
    border-bottom: 0;
}

.PaperListPage .PaperTxt {
    color: #6F6F6F;
    display: block;
    width: 100%;
    padding: 20px 0;
}
.PaperListPage .PaperCo, .PaperListPage .PaperSecTitle {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}
.PaperListPage .PaperCo {
    color: #3C763D;
    margin-right: 10px;
}

.PaperListPage .LittleInfo {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
	padding-top: 10px;
}

.PaperListPage .RightTitleBk {
    border-top: 1px solid #3C763D;
    padding-top: 5px;
}
.PaperListPage .paperAuthor, .PaperListPage .ImgAuthor {
	display: none;
}


/*---------------------------自適應內容----------------------------*/
/*--高--*/
@media only screen and (max-height: 820px) {

}
@media only screen and (max-height: 600px) {

}



/*--寬--*/
@media only screen and (max-width: 1100px) {
	#Banner {
		height: calc(100vh - 50px);
		overflow: hidden;
	}
	
	
	.MBanner {
		display: block;
	}
	.WBanner {
		display: none;
	}
	footer {
    	padding-bottom: 50px;
	}
	.BannerTxt {
		bottom: 100px;
		left: 50px;
		width: calc(100% - 120px);
	}
	.BannerTxt h3 {
		font-size: 38px;
		font-weight: bold;
	}
	
	
	
	
	
	
	#ActBtn {
		background: #3c753e;
		width: 100%;
		height: 50px;
		bottom: 0;
		right: 0;
	}
	#ActBtn a {
		opacity: 1;
		transition: .3s;
		height: 100%;
	}
	#ActBtn a:hover {
		background: #ffffff;
	}
	#ActBtn a::before {
		content: "論壇報名";
		display: block;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		font-weight: bold;
		line-height: 50px;
	}
	#ActBtn a:hover::before {
		color: #3c753c;
	}
	#ActBtn img {
		display: none;
	}
	
	#ScrolTopBtn {
    	right: 15px;
	    bottom: 150px;
	}
}

@media only screen and (max-width: 850px) {
	.IndexPaperList li:first-child {
		float: none;
		margin-bottom: 30px;
		min-height: auto;
	}
	.IndexPaperList li {
		float: none;
		width: 100%;
	}
	
	
	.PaperListPage li {
		width: 100%;
		display: block;
		margin: 0 auto 50px;
	}
}
@media only screen and (max-width: 770px){
	#ScrolTopBtn {
		bottom: 180px;
	}
	
	.BtnNameIcon img {
		height: 50px;
		width: auto;
	}
	.GroupTitle {
    	height: auto;
	}
}

@media only screen and (max-width: 630px) {
	.BannerTxt h3 {
		font-size: 28px;
		line-height: 36px;
	}
	
	.IndexPaperList li:first-child h3 {
		font-size: 24px;
	}
		#indexVideo li {
		display: block;
		width: 100%;
		margin-right: 0;
	}

}
@media only screen and (max-width: 540px) {
	.BannerTxt .PaperTitle {
		border: none;
		margin-bottom: 0;
	}
	.BannerTxt .LittleInfo {
		display: none !important;
	}
	
	#PigImg {
    	display: none;
	}
	
	#GroupBtnList li, #GroupBtnList li:last-child {
    	display: block;
		height: 100px;
		width: 95%;
		overflow: hidden;
		margin:0 auto 5px;
	}
	.BtnNameIcon img {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
	.GroupTitle {
		display: inline-block;
		vertical-align: middle;
	}
	#GroupBtnBk {
		padding: 30px 0;
	}
	h2.PaperTitle {
		text-align: center;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 400px) {

}
@media only screen and (max-width: 380px) {
	#Logo {
		right: 15px;
	}
}
@media only screen and (max-width: 360px) {
	#Logo {
		display: none;
	}
}