@charset "utf-8";
/*banner*/
.banner {
  max-width: 1490px;
  margin: auto;
  margin-bottom: 0 !important;
  text-align: center;
}

.banner img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  max-width: initial;
  bottom: 0;
}

.banner .slick-slide {
  position: relative;
}

.banner .slick-slide a {
    display: block;
    position: relative;
    padding-top: 28%;
}

/*20231212無障礙修正*/
    .banner .slick-slide a:focus img {
        outline: 3px #f44336 dotted !important;
        outline-offset: -5px;
        opacity: 1;
    }


.banner .slick-next {
  right: 40px;
}

.banner .slick-next,
.banner .slick-prev {
  width: 45px;
  height: 45px;
  top: 50%;
}

.banner .slick-prev {
  left: 40px;
  z-index: 9;
}

.banner .slick-next:before,
.banner .slick-prev:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
}

.banner .slick-next:before {
  border-top: solid 5px #ffffff;
  border-right: solid 5px #ffffff;
}

.banner .slick-prev:before {
  border-left: solid 5px #ffffff;
  border-bottom: solid 5px #ffffff;
}

.banner .slick-dots li button {
  width: 20px;
  height: 20px;
}

.banner .slick-dots li {
  margin: 0 3px;
}

.banner .slick-dots li button:before {
  content: "";
  background-color: #fff;
  border-radius: 50px;
  opacity: 1;
  border: 1px #4a9996 solid;
}

.banner .slick-dots li.slick-activity button:before {
  background-color: #4cc9ba;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .banner .slick-dots {
    bottom: 15px;
  }

}

@media screen and (max-width: 992px) {
  .banner {
    margin-top: 85px;
  }

  .banner .slick-dots {
    position: relative;
    background-color: #e3e3e3;
    bottom: 20px;
    width: auto;
    display: inline-block;
    border-radius: 50px;
    padding: 0 10px 8px 10px;
  }

  .banner .slick-dots {
    display: none !important;
  }
}

/*跑馬燈*/
.marquee_box .marquee {
  max-width: 1200px;
  overflow: hidden;
  margin: 0 0 0 10px;
}

.marquee_box .marquee a {
  color: #000;
  text-decoration: none;
  font-size: 105%;
}

.marquee_box>div {
  background-color: #fff;
  position: relative;
}

.marquee_box .icon {
  color: #019e97;
  font-weight: bold;
  font-size: 105%;
  position: relative;
  padding: 10px 10px;
  white-space: nowrap;
}

.marquee_box .icon::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 2px;
  width: 1px;
  display: block;
  background-color: #777777;
  right: 0;
}

@media screen and (min-width: 992px) {
  .marquee_box>div {
    /* margin-top: -40px; */
    padding: 10px 0 0 10px;
  }
}

@media screen and (max-width: 992px) {
  .marquee_box>div {
    margin-top: 0;
    max-width: 100%;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .marquee_box>div{
    background-color: #efefef;
}
  .marquee_box .icon {
    background-image: url(../images/index/ic_marquee.svg);
    font-size: 0;
    background-repeat: no-repeat;
  }

.marquee_box .icon::after {
    display: none;
}
}

/*內容共用*/

.title {
  text-align: center;
  font-size: 100%;
  margin: 0;
}

.title p {
  color: #019e97;
  font-size: 170%;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0 0 30px 0;
}

h2 p span {
  color: #bf9e5b;
  font-weight: normal;
  font-size: 40%;
  letter-spacing: 0;
  position: absolute;
  right: 5px;
  bottom: -15px;
  text-transform: uppercase;
}

.more a:hover {
  background-color: #00857f;
  color: #fff;
}

.more a:hover:after {
  border-left: solid 7px #ffffff;
}

.more a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 7px #000000;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .area {
  padding: 35px 15px 0 15px;
}
}
@media screen and (max-width: 768px) {
  .area {
  padding: 15px 15px 0 15px;
}
}
/*熱門服務*/
.service.area {
  background-color: #fff;
}

.service.area .list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.service.area .list ul li div {
  display: inline-block;
  color: #000;
  position: relative;
  font-size: 105%;
  transition: all 200ms ease-out 0s;
}


.service.area .list ul li img {
  width: 37px;
  height: 40px;
}

.service.area .list ul li p {
  margin: 0;
  padding: 0 5px;
  line-height: 130%;
}

.service.area .list ul li a {
  display: block;
  width: 100%;
  border: 1px #b4b4b4 solid;
  text-align: center;
  text-decoration: none;
}

.service.area .list ul li a:hover {
  border: 1px #019e97 solid;
  background-color: #f7f7f7;
  box-shadow: rgb(0 0 0 / 20%) 5px 5px 5px;
}

.service.area .list ul li a:hover div {
  color: #019e97;
  font-weight: bold;
}

@media screen and (min-width: 1300px) {
  .service.area .list ul li {
    width: 20%;
  }
}

@media screen and (min-width: 992px) {
  .service.area .list ul li div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .service.area .list ul li img {
    margin: 0 10px 0 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .service.area .list ul li img {
    position: relative;
  }
}

@media screen and (min-width: 576px) {
  .service.area .list ul li {
    padding: 10px;
  }

  .service.area .list ul li a {
    height: 100px;
  }

  .service.area .list ul li div {
    top: 50%;
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 576px) {
  .service.area .list ul li img {
    display: none;
  }

  .service.area .list ul li div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
  }

  .service.area .list ul li {
    width: 100%;
    padding: 2px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: none;
  }

.service.area .list ul li:nth-child(1),
.service.area .list ul li:nth-child(2),
.service.area .list ul li:nth-child(3),
.service.area .list ul li:nth-child(4),
.service.area .list ul li:nth-child(5),
.service.area .list ul li:nth-child(6),
.service.area .list ul li:nth-child(7),
.service.area .list ul li:nth-child(8),
.service.area .list ul li:nth-child(9),
.service.area .list ul li:nth-child(10),
.service.area .list ul li:nth-child(11),
.service.area .list ul li:nth-child(12)
  {
    display: block !important;
}

  .service.area .list ul li p {
    color: #fff;
  }

  .service.area .list ul li a:hover p {
    color: #555;
  }

  .service.area .list ul li a {
    padding: 10px;
    background-color: #1b838d;
  }
}

/*最新訊息*/
/*時間軸*/
.news.area .timeline {
  position: relative;
}


.news.area .timeline p {
  margin: 0;
}


.news.area .timeline .info a {
  text-decoration: none;
  display: block;
}

.news.area .timeline .info a:hover {
  text-decoration: underline;
  color: #009688;
}

.news.area .timeline .info a:hover p {
  color: #03766c;
}

.news.area .timeline .info p {
  color: #454545;
  font-size: 95%;
  line-height: 135%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news.area .timeline .info .n_title {
  color: #000;
  font-size: 120%;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .news.area .timeline .item {
    margin: 25px 0;
  }

  .news.area .timeline::after {
    content: "";
    width: 1px;
    top: 0;
    bottom: 0;
    display: block;
    background-color: #71aa98;
    left: 60px;
    position: absolute;
    z-index: -4;
  }

  .news.area .timeline .date {
    text-align: center;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    position: relative;
    overflow: hidden;
    min-width: 120px;
    background-color: #fff;
    margin: 0 10px 0 0;
  }

  .news.area .timeline .item:nth-child(n+1) .date {
    border: 1px #019e97 solid;
  }

  .news.area .timeline .item:nth-child(n+2) .date {
    border: 1px #0a7e79 solid;
  }

  .news.area .timeline .date::after {
    position: absolute;
    top: 55%;
    bottom: -10px;
    left: 0;
    right: 0;
    content: "";
    z-index: 0;
  }

  .news.area .timeline .item:nth-child(2n+1) .date::after {
    background-color: #019e97;
  }

  .news.area .timeline .item:nth-child(2n+2) .date::after {
    background-color: #0a7e79;
  }

  .news.area .timeline .year {
    color: #656565;
    font-weight: bold;
    margin: 10px 0 0 0;
  }

  .news.area .timeline .day {
    color: #000000;
    font-weight: bold;
  }

  .news.area .timeline .week {
    font-weight: bold;
    color: #fff;
    font-size: 135%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
  }
}

@media screen and (max-width: 576px) {
  .news.area .timeline{
    display: none;
}
  .news.area .timeline .item:nth-child(2n+1) {
    background-color: #ededed;
  }

  .news.area .timeline .item {
    padding: 15px 10px;
    border-radius: 10px;
  }

  .news.area .timeline .date p {
    font-size: 90%;
    display: inline-block;
    color: #fff;
  }

  .news.area .timeline .date {
    border-radius: 50px;
    background-color: #009688;
    display: inline-block;
    padding: 0 10px;
    letter-spacing: 0;
  }

  .news.area .timeline .info {
    padding: 5px 10px;
  }
}
/*訊息列表02*/
.news.area .spic_list {
  position: relative;
}

.news.area .spic_list .item .spic .box {
    width: 150px;
    padding-top: 78%;
    position: relative;
    border: 1px #dfdfdf solid;
}

.news.area .spic_list .item .spic .box img {
    position: absolute;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    transition: all 200ms ease-out 0s;
}

.news.area .spic_list .item .spic .box {
    margin: 0 10px 0 0;
}

.news.area .spic_list p {
  margin: 0;
}


.news.area .spic_list .info a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 5px 0;
}

.news.area .spic_list .item a:hover {
  text-decoration: underline;
}

.news.area .spic_list .item a:hover .spic .box {
    border: 1px #009688 solid;
}

.news.area .spic_list .item a:hover p {
  color: #03766c;
}

.news.area .spic_list .info p {
  color: #454545;
  font-size: 95%;
  line-height: 135%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news.area .spic_list .info .day {
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #009688;
    font-weight: normal;
    letter-spacing: 0;
}

.news.area .spic_list .info .n_title {
  color: #000;
  font-size: 120%;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .news.area .spic_list .item {
    margin: 18px 0;
  }

  .news.area .spic_list .day {
    color: #000000;
    font-weight: bold;
  }

}

@media screen and (max-width: 576px) {
  .news.area .spic_list{
    display: none;
}

  .news.area .spic_list .item {
    padding: 15px 10px;
    border-radius: 10px;
  }

  .news.area .spic_list .info {
    padding: 5px 10px;
  }
}

/*卡片列表*/
.news a {
  text-decoration: none;
  display: block;
  height: 100%;
  position: relative;
}

.news a:focus {
    outline-offset: 0;
}

.news a:hover .card {
  border: 1px #009688 solid;
  box-shadow: rgb(0 0 0 / 18%) 5px 5px 3px;
}

.news a:hover .card img {
  -moz-transform: scale(1.2) translate(-42%, -42%);
  -webkit-transform: scale(1.2) translate(-42%, -42%);
  -o-transform: scale(1.2) translate(-42%, -42%);
  -ms-transform: scale(1.2) translate(-42%, -42%);
  transform: scale(1.2) translate(-42%, -42%);
}

.news .card_list {
  padding: 10px 0;
}

.news .card_list .pic {
  padding-top: 60%;
  background-color: #e7e7e7;
  position: relative;
  overflow: hidden;
}

.news .card_list .card {
  border-radius: 0;
  height: 100%;
  padding: 0;
}

.news .card_list .pic img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  transition: all 200ms ease-out 0s;
}

.news .card_list .card_info {
  padding: 10px;
  color: #000;
}

.news .card_list .card_info p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .card_list .card_info .date {
  margin: 0;
  font-size: 90%;
  color: #0a7e79;
  letter-spacing: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.more a {
  display: inline-block;
  background-color: #d7c59f;
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 110%;
  padding: 10px 70px 10px 55px;
  border-radius: 50px;
}

.world .more a {
  border: 1px #fff solid;
  background-color: transparent;
  color: #fff;
}

.world .more a:hover {
  background-color: #d7c59f;
  color: #000;
  border: 1px #d7c59f solid;
}

.world .more a::after {
  border-left: solid 7px #ffffff;
}

.world .more a:hover::after {
  border-left: solid 7px #000000;
}

/*全球*/
.world {
  background-image: url(../images/index/worldbg.jpg);
  margin: 20px 0 0 0;
  background-repeat: no-repeat;
  background-color: #000;
}

.world .title p {
  color: #fff;
}

.world .title p span {
  color: #fff;
}

@media screen and (min-width: 1490px) {
  .world {
    padding: 35px 15px 90px 15px;
  }
}

@media screen and (min-width: 576px) {
  .world {
    background-position: top center;
  }
}

@media screen and (min-width: 768px) {
  .world {
    background-attachment: fixed;
  }
}

@media screen and (max-width: 768px) {
  .world {
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
  }
}

/*全球僑社動態*/
.slider .slick-slide {
  position: relative;
}

.slider .slick-slide a {
  position: relative;
  width: 100%;
  padding-top: 70%;
  display: block;
  background-color: #000;
}

.slider .slick-slide a:focus {
    outline-offset: 0;
}

.slider .slick-slide a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.slider .slick-slide p {
  position: absolute;
  background-color: rgb(0 0 0 / 58%);
  color: #fff;
  bottom: 0px;
  margin: -1px;
  padding: 10px;
  left: -1px;
  right: -1px;
}

.slider .slick-next {
  right: 0;
}

.slider .slick-next,
.slider .slick-prev {
  width: 70px;
  height: 70px;
  top: 50%;
}

.slider .slick-prev {
  left: 20px;
  z-index: 9;
}

.slider .slick-next:before,
.slider .slick-prev:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
}

.slider .slick-next:before {
  border-top: solid 5px #ffffff;
  border-right: solid 5px #ffffff;
}

.slider .slick-prev:before {
  border-left: solid 5px #ffffff;
  border-bottom: solid 5px #ffffff;
}


/*海外服務據點*/
.overseas .map_link ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.overseas .map_link ul li {
  padding: 1px;
}

.overseas .map_link ul li a {
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
  position: relative;
  text-align: center;
  padding: 37% 0;
}

.overseas .map_link ul li a:hover {
  background-color: #ffe640;
}

.overseas .map_link ul li a .box p {
  margin: 0;
  color: #0b5648;
  padding: 5px 0 0 0;
  font-size: 105%;
}

.overseas .map_link ul li a .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.overseas .map_link ul li a img {
  width: 110px;
  height: 70px;
  opacity: 0.8;
}

.overseas .map_link ul li a:hover img {
  opacity: 1;
}

@media screen and (max-width: 350px) {
  .overseas .map_link ul li {
    width: 100%;
  }
}

/*下方區塊*/
.paperbg {
  background-image: url(../images/index/paperbg.jpg);
  padding: 0 0 30px 0;
}

/*熱門活動廣播*/
.activity {
  background-image: url(../images/index/acbg.jpg);
  background-repeat: no-repeat;
  max-width: 1920px;
  margin: auto;
}

.activity .ac_banner {
  max-width: 1158px;
  width: 100%;
}

.activity .ac_banner a {
  text-decoration: none;
  display: block;
}

.activity .ac_banner img {
    max-width: inherit;
    width: 100%;
}

.activity .ac_banner .slick-arrow {
  z-index: 99;
  width: 50px;
  height: 50px;
  background-color: rgba(14, 104, 96, 0.7);
}

.activity .ac_banner .slick-prev:before,
.activity .ac_banner .slick-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
}

.activity .ac_banner .slick-prev:before {
  border-bottom: solid 5px #ffffff;
  border-left: solid 5px #ffffff;
  left: 37%;
  top: 58%;
}

.activity .ac_banner .slick-next:before {
  border-top: solid 5px #ffffff;
  border-right: solid 5px #ffffff;
  left: 23%;
  top: 58%;
}




.activity .ac_title p {
  color: rgba(255, 255, 255, 0.7);
  padding: 0 10px 0 0;
}

.activity .ac_title h2 {
  color: #fff;
  font-size: 160%;
  font-weight: bold;
  position: relative;
}


@media screen and (min-width: 1490px) {
  .activity .box {
    justify-content: flex-end;
    display: flex;
  }

  .activity .ac_banner {
    margin-top: -50px;
  }

  .activity .ac_title h2::after {
    content: "";
    position: absolute;
    right: 0;
    left: 170px;
    height: 1px;
    background-color: rgb(255 255 255 / 50%);
    top: 50%;
  }

  .activity .ac_title h2 span {
    display: none;
  }

  .activity .ac_title {
    max-width: 315px;
    margin-top: 70px;
  }

  .activity .ac_banner .slick-arrow {
    top: inherit;
    bottom: 17px;
    transform: inherit;
  }

  .activity .ac_banner .slick-prev {
    /* right: 52px; */
    left: inherit;
  }

  .activity .ac_banner .slick-next {
    right: 0;
    left: 55px;
  }

  .activity .ac_banner p {
    padding: 13px 10px 14px 120px;
    text-align: left;
    background-color: #fff;
    margin: -1px 0 1rem 0;
  }
}

@media (max-width: 1490px) and (min-width: 1240px) {
  .activity .ac_title {
    width: 80%;
    margin: auto;
    padding: 25px 0 15px 0;
    max-width: 1000px;
  }
   
}
@media (max-width: 1490px) and (min-width: 992px) {
   .activity {
    padding: 0 40px;
  }
  .activity .ac_banner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1490px) {

  .activity .ac_banner {
    margin: auto;
  }

  .activity .ac_title p {
    display: none;
  }

  .activity .ac_title h2 {
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
  }

  .activity .ac_title h2 span {
    color: #f1ddb3;
    font-weight: normal;
    font-size: 40%;
    letter-spacing: 0;
    position: absolute;
    right: 5px;
    bottom: -10px;
    text-transform: uppercase;
  }

  .activity .ac_banner .slick-prev {
    left: 0;
  }

  .activity .ac_banner .slick-next {
    right: 0;
  }

  .activity .ac_banner .slick-arrow {
    top: 45%;
  }

  .activity .ac_banner p {
    padding: 10px 15px;
    text-align: center;
    font-size: 120%;
  }

}

@media screen and (min-width: 1240px) {
  .activity .ac_banner p {
    color: #232323;
  }

}

@media screen and (max-width: 1240px) {
  .activity {
    background-size: cover;
    background-position: top center;
  }

  .activity .ac_banner p {
    color: #ffffff;
  }

  .activity .ac_title {
    text-align: center;
    padding: 30px 0 0 0;
  }
}
@media (max-width: 992px) {
  
  .activity .ac_banner {
    padding: 0 40px;
  }
}
/*頁籤*/
.tab_box .nav-tabs {
  border: none;
}

.tab_box .tab-content {
  padding: 10px 0 0 0;
}

.tab_box .nav-tabs .nav-link {
  border-radius: 50px;
  border: gainsboro;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 125%;
}

.tab_box .nav-tabs .nav-item.show .nav-link,
.tab_box .nav-tabs .nav-link.active {
  background-color: #0a7e79;
  color: #fff;
  position: relative;
}


.tab_box .nav-tabs .nav-link:focus,
.tab_box .nav-tabs .nav-link:hover {
  background-color: #0a7e79;
  color: #fff;
}

.tab_box .nav-tabs li {
  padding: 5px;
}

.tab_box .list {
  padding: 10px 10px 10px 10px;
}

.tab_box .list .item {
  border-bottom: 1px #cfccc6 solid;
}

.tab_box .list .item p {
  color: #000;
  font-size: 110%;
}

.tab_box .list .item p {
  margin: 0;
}

.tab_box .list .item a {
  padding: 20px 10px;
  text-decoration: none;
  display: inline-block;
}

.tab_box .list .item a:hover {
  background-color: #fff9c8;
  box-shadow: rgb(0 0 0 / 18%) 5px 5px 3px;
}

.tab_box .list .item .date {
  color: #0a7e79;
}

@media screen and (min-width: 767px) {
  .tab_box .list .item .date {
    padding: 0 10px 0 0;
    border-right: 1px #97c7b5 solid;
    margin-right: 10px;
  }

  .tab_box .nav-tabs .nav-item.show .nav-link::after,
  .tab_box .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: solid 10px transparent;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    border-top: solid 15px #0a7e79;
    left: 50%;
    bottom: -23px;
    transform: translate(-50%, 0);
  }
}

/*看見台灣*/
.video-container {
  position: relative;
  padding-bottom: 57.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-gradient-top {
    height: 49px;
    padding-bottom: 50px;
    top: 0;
    z-index: 25;
    background-position: top;
    width: 100%;
    position: absolute;
    background-repeat: repeat-x;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1);
    transition: opacity .25s cubic-bezier(0,0,.2,1);
    pointer-events: none;
}

.video-top {
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    left: 12px;
    right: 12px;
    top: 0;
    z-index: 58;
    position: absolute;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

.video-title {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 52px;
}

.video-title-text {
    vertical-align: top;
    max-width: 100%;
    padding-top: 12px;
    font-size: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 4px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}

.video-title-link {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #eee;
    text-decoration: none;
    -webkit-transition: color .1s cubic-bezier(0,0,.2,1);
    transition: color .1s cubic-bezier(0,0,.2,1);
    outline: 0;
}

    .video-title-link:hover {
        color: #fff;
        -webkit-transition: color .1s cubic-bezier(.4,0,1,1);
        transition: color .1s cubic-bezier(.4,0,1,1);
    }

.video-impression-link {
    background: rgba(23, 23, 23, .8);
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    bottom: 5px;
    left: 0;
    height: 47px;
    position: absolute;
}

.video-impression-link-text {
    color: white;
    float: left;
    font: 500 16px / 16px "YouTube Noto", Roboto, Arial, Helvetica, sans-serif;
    margin-left: 12px;
    margin-top: 16px;
}

.video-svg-shadow {
    stroke: #000;
    stroke-opacity: .15;
    stroke-width: 2px;
    fill: none;
}

.video-svg-fill {
    fill: #fff;
}

.video-impression-link-logo {
    float: right;
    height: 16px;
    margin-left: 9px;
    margin-right: 12px;
    margin-top: 10px;
    width: 72px;
}

/* 新增樣式：將 video-thumbnail 的 inline style 移至此處 */
.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .video-thumbnail .video-img-link {
        display: inline-block;
        height: 100%;
    }
	
    /* 針對 video-thumbnail 中的 img 統一設置 */
    .video-thumbnail img {
        width: auto;
        height: 100%;
    }
/*活動集錦*/
.album .list {
  margin-top: -5px;
}
.album .list .box {
  padding: 3px;
}

.album .list .box a {
    overflow: hidden;
    position: relative;
    display: block;
}

.album .list .box a:focus {
    outline-offset: 0;
}

.album .list .box a:hover .pic img {
    -moz-transform: scale(1.2) translate(-42%, -42%);
    -webkit-transform: scale(1.2) translate(-42%, -42%);
    -o-transform: scale(1.2) translate(-42%, -42%);
    -ms-transform: scale(1.2) translate(-42%, -42%);
    transform: scale(1.2) translate(-42%, -42%);
}

.album .list .box .pic {
    padding-top: 60%;
    background-color: #e7e7e7;
    position: relative;
    overflow: hidden;
}

.album .list .box p {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    color: #fff;
    padding: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    z-index: 9999;
}

.album .list .box .pic img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    transition: all 200ms ease-out 0s;
}
/*僑務園地*/
.service_icon {
  background-image: url(../images/index/servicebg.gif);
  padding: 40px 0;
}

.service_icon .icon_slider {padding: 15px 5% 0 5%;}

.service_icon .title p {
    color: #fff;
}

.service_icon .title p span {
    color: #d7c59f;
}
.service_icon .slick-slide .icon{
    text-align: center;
    position: relative;
    width: 190px;
    display: block;
    height: 190px;
    border-radius: 100px;
    border: 2px rgba(255,255,255,0.4) solid;
    margin: auto;
    transition: all 200ms ease-out 0s;
}

.service_icon .slick-slide p {
    color: #fff;
    font-size: 115%;
    padding: 10px 0;
    margin: 0;
}

.service_icon .slick-slide a {
    text-align: center;
    text-decoration: none;
    display: block;
}

.service_icon .slick-slide a:hover .icon {
    border: 2px #e5d4b1 solid;
    background-color: rgba(12,51,56,0.7);
}

.service_icon .slick-slide a:hover .icon img {
    width: 80px;
    height: 80px;
}

.service_icon .slick-slide .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    margin: auto;
    transition: all 200ms ease-out 0s;
}
.service_icon .slick-next {
  right: 0;
}

.service_icon .slick-next,
.service_icon .slick-prev {
  width: 55px;
  height: 66px;
  top: 50%;
}

.service_icon .slick-prev {
  left: 0;
  z-index: 9;
}

.service_icon .slick-next:before,
.service_icon .slick-prev:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(-40%, -50%);
  position: absolute;
}

.service_icon .slick-next:before {
  border-top: solid 7px #ffffff;
  border-right: solid 7px #ffffff;
}

.service_icon .slick-prev:before {
  border-left: solid 7px #ffffff;
  border-bottom: solid 7px #ffffff;
}
/*電子書*/
.ebook {
  background-image: url(../images/index/bottombg.jpg);
  background-repeat: no-repeat;
  padding: 35px 40px 0 40px;
  background-size: contain;
}
@media screen and (min-width: 992px) {
.ebook {
  background-position: bottom right;
}
}
@media screen and (max-width: 992px) {
.ebook {
  background-position: bottom center;
}
}

.ebook .book_list .book {
  padding: 10px 5%;
}
.book .slick-slide .box a {
    padding: 15px;
    text-decoration: none;
}

.book .slick-slide .box a:hover {
    background-color: #c6e7e4;
}


.book .slick-slide .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ebook .book .info{
    position: relative;
}
.ebook .book .info .btitle {
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px #8d8d8d solid;
  margin: 0;
  padding: 10px 10px 5px 10px;
  line-height: 120%;
  color: #000;
}

.ebook .book .info .txt {
    padding: 10px 10px 5px 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 160%;
    color: #000;
}

.ebook .book .info .note {
    font-size: 95%;
}

.ebook .book .info .note ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #019e97;
}


.ebook .info .detail {
    padding: 10px 30px 10px 15px;
    text-decoration: none;
    color: #bf9e5b;
    font-weight: bold;
    font-size: 105%;
    position: relative;
}

.ebook .info .detail a:hover {
    color: #fff;
    background-color: #009688;
    border-radius: 50px;
}

.ebook .info .detail a:hover::after {
    border-left: solid 7px #ffffff;
}

.ebook .info .detail::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 7px #bf9e5b;
    right: 9px;
    top: 50%;
    transform: translate(0, -50%);
}
.book .slick-next {
  right: 0;
}

.book .slick-next,
.book .slick-prev {
  width: 55px;
  height: 66px;
  top: 50%;
}

.book .slick-prev {
  left: 0;
  z-index: 9;
}

.book .slick-next:before,
.book .slick-prev:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(-40%, -50%);
  position: absolute;
}

.book .slick-next:before {
  border-top: solid 7px #000;
  border-right: solid 7px #000;
}

.book .slick-prev:before {
  border-left: solid 7px #000;
  border-bottom: solid 7px #000;
}
@media screen and (min-width: 992px) {
.ebook .book_list {
  max-width: 1645px;
  margin: auto;
  padding: 0 0 150px 0;
}
}
.book .slick-slide .pic {
    width: 50%;
    max-width: 255px;
    position: relative;
    border: 1px #c6c6c6 solid;
    padding-top: 67%;
    margin: auto;
    overflow: hidden;
}
@media screen and (min-width: 530px) {
  .book .slick-slide .box a {
    display: flex;
    max-width: 480px;
    margin: auto;
}
  

  .ebook .book .info{
    width: 50%;
}
  .ebook .book .info .note {
    padding: 10px 10px 40px 10px;
}

  .ebook .info .detail {
    position: absolute;
    bottom: 0;
    right: 0;
}
}
@media screen and (max-width: 530px) {
    .ebook .book .info .txt{
    margin: 0;
}
  .ebook .book .info .note {
    padding: 5px 10px;
}

  .ebook .book .info .detail {
    text-align: center;
}
}
/*交換連結*/
.banner_link {
  padding: 63px 0;
}
.banner_link .slick-arrow {
  z-index: 99;
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0.7);
  transition: all 200ms ease-out 0s;
}

.banner_link .slick-arrow:hover {
    background-color: #000;
}

.banner_link .slick-prev:before,
.banner_link .slick-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
}

.banner_link .slick-prev:before {
  border-bottom: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  left: 37%;
  top: 58%;
}

.banner_link .slick-next:before {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  left: 23%;
  top: 58%;
}
.sbanner .slick-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 94px;
    width: 238px;
    background-color: #fff;
}

.sbanner .slick-slide a {
    display: block;
    position: relative;
    /* border: 1px #424242 solid; */
    overflow: hidden;
    padding-top: 30%;
    /* background-color: #fff; */
}

.sbanner .slick-slide {
    padding: 5px;
}

.sbanner .slick-slide a:hover {
    border: 1px #ffeb3b solid;
}
@media screen and (min-width: 767px) {
.mgotop{display: none !important;}
}
@media screen and (max-width: 767px) {
.mgotop{
    position: fixed;
    right: 21px;
    bottom: 4%;
}

.mgotop a {
    display: block;
    background-color: #000;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    position: relative;
    opacity: 0.2;
}

.mgotop a:hover {
    opacity: 1;
}

.mgotop svg {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mgotop svg .d {
    fill: #fff;
}
}