@charset "utf-8";
/* 首頁專用 */
/**-------------------------------------------------------------------------------Banner**/
#bannerArea {
  width: 90%;
  margin: 0 auto;
  margin-top: 70px;
  z-index: 2;
  position: relative;
}
#bannerArea img {
  width: 100%;
  display: block;
  border-radius: 300px 0px 0px 0px;
}
@media(max-width: 1240px) {
  #bannerArea img {
    border-radius: 200px 0px 0px 0px;
  }
}
#bannerArea ul {
  position: relative;
}
.bxslider li {
  position: relative;
}
.bxslider li img {
  width: 100%;
  display: block;
}
#SecondBlock {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media all and (max-width: 1240px) {
  #SecondBlock {}
}
/*區塊標題*/
.AreaTop {
  margin-bottom: 20px;
}
.crossTitleBox, .crossTitleBox_2 {
  position: relative;
  color: #000;
  line-height: 1;
  display: flex;
  align-items: baseline;
}
.crossTitleBox h2, .crossTitleBox_2 h2 {
  text-transform: uppercase;
  font-size: 28px;
  color: #000;
  z-index: 1;
  position: relative
}
.crossTitleBox_2 h2 {
  margin-bottom: 10px;
}
.crossTitleBox h3, .crossTitleBox_2 h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 10px;
  color: #10a5c3;
  z-index: 1;
  position: relative
}
.crossTitleBox_2 {
  align-items: center;
  flex-direction: column;
}
#EventsArea .crossTitleBox h3:before {
  background: #00749b;
}
#EventsArea .AreaTop .ViewAll, #HEArea .AreaTop .ViewAll {
  position: absolute;
  top: 0px;
  right: 0px;
}
#NewsArea .ViewAll, #PhotoArea .ViewAll {
  line-height: 1;
}
@media all and (max-width: 992px) {
  #bannerArea {
    padding: 0px;
  }
}
@media all and (max-width: 500px) {
  #NewsArea {
    margin-top: -40px;
  }
  #EventsArea .AreaTop .ViewAll, #HEArea .AreaTop .ViewAll {
    text-align: center;
    margin-top: 10px;
    position: relative;
  }
  #NewsArea .ViewAll, #PhotoArea .ViewAll {
    text-align: center;
    margin-top: 10px;
  }
  .crossTitleBox h3, .crossTitleBox_2 h3 {
    margin-left: 0px;
  }
}
/**-------------------------------------------------消息公告區**/
#NewsArea {
  padding: 5px 0px 0px 0px;
  z-index: 1;
}
#NewsArea .NewsInner {
  padding: 20px;
  z-index: 1;
  position: relative;
}
@media all and (max-width: 1200px) {
  #NewsArea {
    padding: 0px 0px 20px 0px;
  }
}
.HomeBtn {
  padding: 20px 10px 10px 10px;
  text-align: center;
}
/*Tab消息列表*/
.news_meta {
  padding: 5px;
  color: #00749b;
}
#NewsArea ul.news li {}
#NewsArea ul.news li .date {
  margin-right: 10px;
  line-height: 1;
}
#NewsArea ul.news li {
  border-bottom: 1px solid #eee;
  line-height: 1.5;
}
#NewsArea ul.news li div.title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
  padding: 5px;
}
@media (min-width: 500px) {
  #NewsArea ul.news 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.news li {
    line-height: 2.2;
  }
  .news_meta {
    color: #000;
    padding: 15px 10px;
    border-bottom: 1px solid #10a5c3;
  }
  #NewsArea ul.news li .date {
    margin-right: 0px;
    line-height: 1;
  }
  #NewsArea ul.news li div.title {
    padding: 10px;
  }
}
#NewsArea .crossTitleBox {
  padding-left: 35px;
}
#NewsArea .crossTitleBox:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/icon_flower.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 100px;
  z-index: 0;
  left: -40px;
  top: -20px;
}
@media all and (max-width: 1240px) {
  #NewsArea .crossTitleBox:before {
    width: 60px;
    left: 0px;
  }
  #NewsArea .crossTitleBox {
    padding-left: 60px;
  }
  #NewsArea .NewsInner {
    padding: 10px 0px;
  }
}
@media all and (max-width: 500px) {
  #NewsArea .NewsInner .AreaTop {
    display: block;
  }
  #NewsArea .crossTitleBox {
    display: flex;
    padding: 0px;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
  }
  #NewsArea .crossTitleBox:before {
    position: relative;
    top: 40px;
    width: 50px;
    line-height: 1.2;
  }
}
/**-------------------------------------------------台灣之美**/
#PhotoArea {}
#PhotoArea:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/obj_bg03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50rem;
  height: 84.8rem;
  right: -20rem;
  left: auto;
  top: -180px;
  -webkit-transform: rotate(-20deg) rotate3d(0, 0, 0, 0);
  transform: rotate(-20deg) rotate3d(0, 0, 0, 0);
}
#PhotoArea .PhotoInner {
  padding: 20px;
}
#PhotoArea .PhotoInner .AreaTop, #NewsArea .AreaTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#PhotoArea .TxtBox {
  line-height: 1.5;
  margin-top: 10px;
}
#PhotoArea .ItemBox {
  width: 90%;
  display: block;
  margin: auto;
}
#PhotoArea .owl-nav {
  display: none;
}
#PhotoArea .owl-dots {
  position: absolute;
  margin-top: -20px;
  bottom: 30px;
  right: 5%;
}
#PhotoArea .crossTitleBox {
  padding-left: 70px;
}
#PhotoArea .crossTitleBox:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/icon_bird.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  z-index: 0;
  left: -30px;
  top: -10px;
}
#PhotoArea .name svg, #PhotoArea .place svg {
  color: #9b9b9b;
  text-align: center;
  width: 30px;
}
@media all and (max-width: 1550px) {
  #PhotoArea .crossTitleBox {
    display: block;
    line-height: 1.2;
  }
  #PhotoArea .crossTitleBox h3 {
    margin-left: 0px;
  }
}
@media all and (max-width: 1240px) {
  #NewsArea .NewsInner, #PhotoArea .PhotoInner {
    padding: 10px 0px;
  }
}
@media all and (max-width: 1200px) {
  #PhotoArea .crossTitleBox {
    display: flex;
  }
  #PhotoArea .crossTitleBox h3 {
    margin-left: 10px;
  }
}
@media all and (max-width: 680px) {
  #PhotoArea .crossTitleBox {
    display: block;
    line-height: 1.2;
  }
  #PhotoArea .crossTitleBox h3 {
    margin-left: 0px;
  }
}
@media all and (max-width: 500px) {
  #PhotoArea:before {
    width: 50rem;
    height: 84.8rem;
    right: -20rem;
    left: auto;
    top: -180px;
    -webkit-transform: rotate(-20deg) rotate3d(0, 0, 0, 0);
    transform: rotate(-20deg) rotate3d(0, 0, 0, 0);
  }
  #PhotoArea .PhotoInner .AreaTop {
    display: block;
  }
}
@media all and (max-width: 500px) {
  #PhotoArea .crossTitleBox {
    display: flex;
    padding: 0px;
    flex-direction: column;
    align-items: center;
  }
  #PhotoArea .crossTitleBox:before {
    position: relative;
    left: -25px;
    top: 30px;
  }
}
/**-------------------------------------------------學術活動*/
#EventsArea {
  position: relative;
  padding: 40px 0px 60px 0px;
}
#EventsArea:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/ac_bg.png) top center no-repeat;
  background-size: contain;
  width: 100%;
  height: 84.8rem;
  left: 0px;
  top: -50px;
  z-index: 0;
}
#EventsArea .Item {
  line-height: 1.8;
  padding: 5px 10px;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0px 4px 8px 0px #eee;
  overflow: hidden;
  position: relative;
}
#EventsArea .Item a.ItemBox {
  display: flex;
  border-radius: 20px;
  background-color: #fff;
  transition: all .2s linear;
  align-items: center;
  justify-content: center;
  padding: 15px;
  flex-wrap: wrap;
}
#EventsArea .Item a.ItemBox:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e9eef2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
  will-change: transform;
}
#EventsArea .Item a.ItemBox:hover::before {
  transform: scaleX(1);
  transform-origin: center left;
}
#EventsArea .Item a.ItemBox:hover img {
  transform: scale(1.05);
}
#EventsArea .Item .infoArea svg:not(:root).svg-inline--fa {
  float: left;
  color: #c59e13;
  width: 20px;
  text-align: center;
  margin-top: 4px;
  margin-right: 5px;
}
#EventsArea .Item h4 p {
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  text-overflow: ellipsis;
  font-weight: bold;
}
#EventsArea .imgBox img {
  border-radius: 20px;
  transition: all 0.4s ease;
}
#EventsArea .Item .TxtBox {
  padding: 15px;
}
#EventsArea .Item .TagArea {
  margin: 10px 0px;
}
/**-------------------------------------------------衛教專區**/
#HEArea {
  padding: 40px;
}
#HEArea .imgBox img {
  border-radius: 20px;
  transition: all 0.4s ease;
}
#HEArea .Item {
  margin: 10px;
}
#HEArea .ItemBox .TagArea {
  padding: 10px;
}
#HEArea .ItemBox .TagArea .labelTag {
  font-size: 16px;
  padding: 0px 20px;
  border-radius: 10px;
}
#HEArea .TxtBox {
  margin: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  text-overflow: ellipsis;
}
/**-------------------------------------------------相關連結**/
#ADArea {
  position: relative;
}
#ADArea:after {
  content: '';
  background-color: #F8F4E9;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0px 150px 0px 0px;
}
.ADArea_inner {
  padding: 60px 0px 40px 0px;
}
.ADArea_inner .item {
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px #eee;
  margin: 0px 5px;
}
/**-------------------------------------------------更多按鈕**/
.ViewAll a {
  display: inline-flex;
  position: relative;
  align-items: center;
  min-height: 40px;
  padding: 15px 45px 15px 30px;
  cursor: pointer;
  transition: padding 450ms cubic-bezier(.22, .61, .36, 1);
  background: #10a5c3;
  border-radius: 0px 50px 50px 50px;
}
.ViewAll .drArrowButton {
  z-index: 1;
  position: absolute;
  right: 5px;
  width: 36px;
  height: 36px;
  border-radius: 40px;
  background: #fff;
  transition: all 0.4s ease;
  overflow: hidden;
}
.ViewAll:hover .drArrowButton {
  width: 40px;
  height: 40px;
}
.ViewAll:hover span {}
.ViewAll .drArrowButton:before {
  background: url(../images/icon-arrow.svg) no-repeat center center transparent;
  background-size: contain;
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  transform: translate3d(-50%, -50%, 0);
  transition: left 450ms cubic-bezier(.22, .61, .36, 1), transform 450ms cubic-bezier(.22, .61, .36, 1), background-image 450ms cubic-bezier(.22, .61, .36, 1);
}
.ViewAll:hover .drArrowButton:before {
  background: url(../images/icon-arrow-w.svg) no-repeat center center transparent;
  transform: translate3d(50px, -50%, 0);
}
.ViewAll .drArrowButton:after {
  background: url(../images/icon-arrow.svg) no-repeat center center transparent;
  background-size: contain;
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -50%;
  width: 13px;
  height: 13px;
  opacity: 0;
  transform: translate3d(50%, -50%, 0);
  transition: left 450ms cubic-bezier(.22, .61, .36, 1), transform 450ms cubic-bezier(.22, .61, .36, 1), background-image 450ms cubic-bezier(.22, .61, .36, 1);
}
.ViewAll:hover .drArrowButton:after {
  background: url(../images/icon-arrow.svg) no-repeat center center transparent;
  transform: translate3d(35px, -50%, 0);
  opacity: 1;
}
.ViewAll span {
  display: block;
  z-index: 1;
  position: relative;
  margin-right: 20px;
  color: #fff;
  transition: all 0.4s ease;
}
.ViewAll:hover span {
  color: #fff;
}
/*------------------------------------------------------輪播箭頭*/
#bannerArea .owl-theme .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}
#bannerArea .owl-theme .owl-nav {
  display: none;
}
.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: "\f105";
  font-size: 20px;
  display: inline-block;
  color: #0175b2;
}
.owl-carousel.slide_in .owl-nav button.owl-prev span:before {
  content: "\f104";
}
.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 .owl-nav button span:before {
  color: #00749b;
}
.owl-carousel.re-links .owl-nav button.owl-prev, .owl-carousel.re-links .owl-nav button.owl-next {
  top: 30%;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  background: #fff;
  border-radius: 40px;
  border: 1px solid #d4dcdf;
  width: 50px;
  height: 50px;
}
/**-------------------------------------------------------------------------------跑馬燈**/
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.marquee {}
.marquee-inner {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 99;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px dotted #c59e13;
}
.marquee-body {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  animation: marquee 3s linear infinite;
  animation-play-state: paused;
}
.marquee-body.reverse {
  animation-direction: reverse;
}
.marquee-body.running {
  animation-play-state: running;
}
.marquee-body.running span {
  padding-right: 20px;
}
/********************************************************************************************* 
英文版         
*********************************************************************************************/
.en #main-index {
  margin-top: 75px;
}
/*----------------------------------Right*/
.en #Right {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .en #Right {
    margin-top: 20px;
  }
}
/*----------------------------------Left*/
.en #main-index #Left {
  margin-top: 50px;
  padding: 0px 20px;
}
@media (max-width: 1400px) {
  .en #main-index #Left {
    margin: 20px 0px;
  }
}
.en .greeting {
  background: #b7eaed;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2;
}
.en .greeting .txt {
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 0px 0px 0px;
  display: flex;
  align-items: center;
}
.en .greeting .txt .drArrowButton {
  z-index: 1;
  position: absolute;
  right: 15px;
  width: 25px;
  height: 25px;
  border-radius: 40px;
  background: #1c8ca2;
  transition: all 0.4s ease;
  overflow: hidden;
}
.en .greeting .txt .drArrowButton:before {
  background: url(../images/icon-arrow-w.svg) no-repeat center center transparent;
  background-size: contain;
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate3d(-50%, -50%, 0);
  transition: left 450ms cubic-bezier(.22, .61, .36, 1), transform 450ms cubic-bezier(.22, .61, .36, 1), background-image 450ms cubic-bezier(.22, .61, .36, 1);
}
.en .greeting a:hover .drArrowButton:before {
  background: url(../images/icon-arrow-w.svg) no-repeat center center transparent;
  transform: translate3d(20px, -50%, 0);
}
.en .greeting .txt .drArrowButton:after {
  background: url(../images/icon-arrow-w.svg) no-repeat center center transparent;
  background-size: contain;
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -50%;
  width: 10px;
  height: 10px;
  opacity: 0;
  transform: translate3d(50%, -50%, 0);
  transition: left 450ms cubic-bezier(.22, .61, .36, 1), transform 450ms cubic-bezier(.22, .61, .36, 1), background-image 450ms cubic-bezier(.22, .61, .36, 1);
}
.en .greeting a:hover .drArrowButton:after {
  background: url(../images/icon-arrow-w.svg) no-repeat center center transparent;
  transform: translate3d(20px, -50%, 0);
  opacity: 1;
}
.en .about a {
  background: #b7eaed;
  border-radius: 20px;
  padding: 20px 10px;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.2;
  justify-content: space-around;
}
.en .about a:hover .txt {
  background: #198e8c;
  color: #fff;
  transition: all 0.4s ease;
}
.en .about img {
  width: 70px;
}
.en .about .txt {
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  color: #198e8c;
  display: flex;
  font-size: 18px;
  transition: all 0.4s ease;
  align-items: center;
}
.en .about .txt:after {
  content: "";
  background: url(../images/icon_about.svg) no-repeat center center;
  width: 15px;
  height: 15px;
  margin-left: 20px;
}
.en .about a:hover .txt:after {
  content: "";
  background: url(../images/icon_about_w.svg) no-repeat center center;
  width: 15px;
  height: 15px;
  margin-left: 20px;
}
/*----------------------------------Center*/
.en #main-index #Center {
  background: #fff;
}
.en .marquee .fa-bullhorn {
  position: absolute;
  top: 20px;
  left: 12px;
  color: #c59e13;
}
.en .marquee-inner {
  border-bottom: 1px solid #e2dddd;
  margin-left: 40px;
}
.en #PhotoArea:before {
  background: none;
}
.en #PhotoArea .AreaTop {
  margin-bottom: 10px;
}
.en #PhotoArea .crossTitleBox {
  padding-left: 50px;
}
.en #PhotoArea .crossTitleBox h2 {
  font-size: 24px;
}
.en #PhotoArea .crossTitleBox:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/icon_bird.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  z-index: 0;
  left: -30px;
  top: -20px;
}
.en #PhotoArea .ViewAll a {
  display: inline-flex;
  position: relative;
  align-items: center;
  min-height: 40px;
  padding: 10px 45px 10px 20px;
  cursor: pointer;
  transition: padding 450ms cubic-bezier(.22, .61, .36, 1);
  background: #10a5c3;
  border-radius: 0px 50px 50px 50px;
}
.en #PhotoArea .ViewAll .drArrowButton {
  z-index: 1;
  position: absolute;
  right: 5px;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  background: #fff;
  transition: all 0.4s ease;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .en #PhotoArea .PhotoInner .AreaTop {
    display: block;
  }
  .en #PhotoArea .crossTitleBox {
    display: flex;
    padding: 0px;
    flex-direction: column;
    align-items: center;
    margin-top: -30px;
  }
  .en #PhotoArea .crossTitleBox:before {
    position: relative;
    left: 0px;
    top: 20px;
  }
  .en #PhotoArea .ViewAll {
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 1240px) {
  .en #PhotoArea .PhotoInner {
    padding: 20px;
  }
}
.en #ADArea {
  border-top: 1px solid #e2dddd;
}
.en .ADArea_inner {
  padding: 40px 0px 40px 0px;
}
.en #ADArea:after {
  background: none;
}