@charset "utf-8";
/* 首頁專用 */



/*區塊標題*/
.crossTitleBox {
	margin: 0px 0px 20px 20px;
	position: relative;
	color: #000;
	line-height: 1;
}
.crossTitleBox h2 {
	font-family: TT Norms Pro;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 26px;
	color: #0b75be;
}
.crossTitleBox h3 {
	font-size: 15px;
	font-family: Montserrat;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
}
#EventsArea .crossTitleBox h2::before {
	background-image: url(../images/icon_balloon.png);
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	height: 80px;
	width: 70px;
	background-size: 100%;
	left: -20px;
	top: -55px;
}
#EventsArea .crossTitleBox, #ADArea .crossTitleBox, #VideoArea .crossTitleBox {
	width: 300px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
}
#EventsArea .crossTitleBox h2, #ADArea .crossTitleBox h2, #VideoArea .crossTitleBox h2 {
	color: #000;
}
#VideoArea .crossTitleBox h3 {
	color: #0b75be;
	font-weight: bold;
}

#EventsArea .crossTitleBox h3 {
	color: #fdad3c;
	font-weight: bold;
}
#ADArea .crossTitleBox h3 {
	color: #88c038;
	font-weight: bold;
}
/**-------------------------------------------------消息公告區**/
#NewsArea {
	background: #f9f9f9 url(../images/news_bg.png) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	padding: 30px 0px;
}

#NewsArea .ViewAll{
	position: relative;
    float: right;
    margin-top: -50px;
	line-height: 1.4;}

#NewsArea .ViewAll a:before {
    content: '';
    position: absolute;
    left: -30px;
    width: 20px;
    height: 20px;
    background: url(../images/ico_square01.png) no-repeat;
    background-size: 20px;
}

/*Tab消息列表*/
#NewsArea ul li {
	width: 100%;
	margin: 0;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 10px;
}
.news_meta {
	margin: 0 10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#NewsArea ul li .date {
	margin-right: 10px;
	line-height: 1;
}
#NewsArea ul li a {
	display: block;
	padding: 8px 34px;
	border-radius: 100px;
	background: #fff;
	text-decoration: none;
	box-sizing: border-box;
}
 @media (min-width: 992px) {
#NewsArea ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
}
#NewsArea ul li a:hover {
	opacity: 0.7;
}
#NewsArea ul li div.title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.5;
}
@media (max-width: 768px) {
#NewsArea ul li div.title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
    margin-top: 5px;
}
}
#NewsArea ul li .newTag {
	min-width: 120px;
	display: inline-block;
	text-align: center;
	border-radius: 20px;
	line-height: 1.2;
	color: #fff;
	box-sizing: border-box;
}
/**-------------------------------------------------影音專區**/
#VideoArea {
	background: #fff;
	position: relative;
    margin: 30px 0px;
}



#VideoArea .box {
    line-height: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

#VideoArea .box .item:hover {
	background-color: #0058a4;
}

#VideoArea .box .item:hover .txt, #VideoArea .box .item:hover .date {
	color: #fff;
	transition: all .2s linear;
}

#VideoArea .box .item {
    border: 1px solid #eee;
    margin: 5px;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}

#VideoArea .box .pic {
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: all .2s linear;
}

#VideoArea .box .item:hover .pic {
	opacity: 0.5;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition: all .2s linear;
}
#VideoArea .box .txt {
    padding: 20px 6.006%;
    border-bottom: 1px solid #d9d9d9;
}

#VideoArea .box .txt p {
    position: relative;
    padding: 10px 5.1195%;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .025em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    text-overflow: ellipsis;
    height: 60px;
}

#VideoArea .box .txt p:before {
    -webkit-transform: rotate(-180deg);
    top: 0;
    left: 0;
    transform: rotate(-180deg);
}
#VideoArea .box .txt p:after {
    right: 0;
    bottom: 0;
}

#VideoArea .box .txt p:after, #VideoArea .box .txt p:before {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/img-crn.png);
    background-size: 20px 20px;
    content: '';
    transition: all .2s linear;
}

#VideoArea .box .item:hover .txt p:after, #VideoArea .box .item:hover .txt p:before {
	background-image: url(../images/img-crn_w.png);
	transition: all .2s linear;
}

#VideoArea .date {
    color: #999;
    font-size: 14px;
    padding: 15px 6.006%;
}


/**-------------------------------------------------學術活動*/
#EventsArea {
	padding: 30px 0px;
	background: url(../images/pattern.gif);
	position: relative;
	z-index: 3;
}
#EventsArea .Item {
	line-height: 1.8;
	padding: 5px 10px;
}
#EventsArea .Item a.ItemBox:hover {
	background-color: #0b75be;
	transition: all .2s linear;
	color: #fff;
}
#EventsArea .Item .infoArea svg:not(:root).svg-inline--fa {
	float: left;
	color: #b5b5b6;
	width: 20px;
	text-align: center;
	margin-top: 4px;
}
#EventsArea .Item h4 p {
	height: 50px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 24px;
	text-overflow : ellipsis;
	font-weight: bold;
}
#EventsArea .Item h4:after {
	content: "";
	margin: 10px 0px;
	border-bottom: 4px dotted #fdad3c;
	height: 4px;
	display: block;
}
#EventsArea .Item a.ItemBox {
	display: block;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 4px 0px 0px rgba(237,229,194,0.8);
	transition: all .2s linear;
}
#EventsArea .Item .TxtBox {
	padding: 15px;
}
#EventsArea .Item .infoArea {
	font-size: 90%;
	min-height: 65px;
}
#EventsArea .Item .TagArea {
	margin: 5px 0px 15px 0px;
}
/*--學術活動-Read More--*/

.moreBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	border-top: 1px solid #d9d9d9;
}
.moreBtn .text {
	margin-right: 10px;
	padding-left: 22px;
	letter-spacing: .025em;
	line-height: 1;
}
.moreBtn .arw svg {
	width: 20px;
	height: 10px;
}
.moreBtn .arw svg line {
	stroke: #fdad3c;
}
a.ItemBox:hover .moreBtn .arw svg line {
	stroke: #fff;
}
#EventsArea .HomeBtn,
#VideoArea .HomeBtn {
	margin: 0px;
	text-align: right;
	margin: -50px 0px 10px 0px;
}
#EventsArea .HomeBtn a.Btnstyle01 svg {
	margin-right: 10px;
	position: relative;
	top: -1px;
	fill: #f69a34;
}
#EventsArea .HomeBtn a.Btnstyle01:hover {
	color: #f69a34!important;
}

.tabs.tabs-style-linebox  nav ul{
	    justify-content: left;
}


/**-------------------------------------------------相關連結**/
#ADArea {
	padding: 40px 0px 40px 0px;
	background: #fff;
	overflow: hidden;
}
#ADArea .pic {
	line-height: 20px;
	position: relative;
	padding: 0px 10px;
}
/*------------------------------------------------------輪播箭頭*/


#bannerArea.owl-theme .owl-dots .owl-dot span{
	width: 40px;
    height: 6px;
	border-radius: 50px;}

#bannerArea.owl-carousel.slide_in .owl-nav button span:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0a9";
	font-size: 30px;
	display: inline-block;
	color: #0b75be;
}
#bannerArea.owl-carousel.slide_in .owl-nav button.owl-prev span:before {
	content: '\f0a8';
}

#bannerArea.owl-theme .owl-nav [class*='owl-']{
	background: none;
}

#bannerArea.owl-carousel.slide_in:hover .owl-nav button.owl-next {
	opacity: 0.7;
	right: 30px;
}
#bannerArea.owl-carousel.slide_in:hover .owl-nav button.owl-prev {
	opacity: 0.7;
	left: 30px;
}

#bannerArea.owl-carousel.slide_in .owl-nav button.owl-prev, #bannerArea.owl-carousel.slide_in .owl-nav button.owl-next{
	margin: 0px;
}

.owl-carousel.slide_in .owl-nav button.owl-prev, .owl-carousel.slide_in .owl-nav button.owl-next {
	text-decoration: none;
	display: block;
	margin: -20px 0 0;
	position: absolute;
	top: 45%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.owl-carousel.slide_in .owl-nav button.owl-prev {
	left: -50px;
}
.owl-carousel.slide_in .owl-nav button.owl-next {
	right: -50px;
}
.owl-carousel.slide_in .owl-nav button span:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	font-size: 30px;
	display: inline-block;
	color: #fdad3c;
}
.owl-carousel.slide_in .owl-nav button.owl-prev span:before {
	content: '\f0d9';
}
.owl-carousel.slide_in:hover .owl-nav button.owl-next {
	opacity: 0.7;
	right: -10px;
}
.owl-carousel.slide_in:hover .owl-nav button.owl-prev {
	opacity: 0.7;
	left: -10px;
}
.owl-carousel.slide_in:hover .owl-nav button.owl-prev:hover, .owl-carousel.slide_in:hover .owl-nav button.owl-next:hover {
	opacity: 1;
}
.owl-carousel.re-links .owl-dots .owl-dot.active span, .owl-carousel.re-links .owl-dots .owl-dot:hover span {
	background: #88c038;
}

/*活動花絮-箭頭*/
.owl-carousel.Video_list .owl-nav button span:before {
	color: #1086e4;
}
.owl-carousel.Video_list .owl-nav button.owl-prev, .owl-carousel.re-links .owl-nav button.owl-next {
	top: 35%;
}

/*學術活動-箭頭*/
.owl-carousel.events_list .owl-dots .owl-dot.active span, 
.owl-carousel.events_list .owl-dots .owl-dot:hover span,
.owl-carousel.Video_list .owl-dots .owl-dot:hover span {
	background: #ee780f;
}
.owl-carousel.events_list .owl-nav .owl-prev, 
.owl-carousel.events_list .owl-nav .owl-next, 
.owl-carousel.re-links .owl-nav .owl-prev, 
.owl-carousel.re-links .owl-nav .owl-next,
.owl-carousel.Video_list .owl-nav .owl-prev, 
.owl-carousel.Video_list .owl-nav .owl-next {
	background: #fff;
	border-radius: 40px;
	border: 3px solid #000;
	width: 50px;
	height: 50px;
}
/*相關連結-箭頭*/
.owl-carousel.re-links .owl-nav button span:before {
	color: #88c038;
}
.owl-carousel.re-links .owl-nav button.owl-prev, .owl-carousel.re-links .owl-nav button.owl-next {
	top: 35%;
}
/*More按鈕*/
.HomeBtn {
	margin-top: 15px;
}

