@charset "utf-8";
.more {
  padding: 20px 0;
  position: relative;
}
.more a {
  display: inline-block;
  background-color: #4273d3;
  position: relative;
  text-decoration: none;
  padding: 8px 60px 8px 20px;
  color: #fff;
}
.more a::before, .more a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  width: 24px;
  transition: all 200ms ease-out 0s;
}
.more a::before {
  background-image: url(../images/all/bt_r_b.svg);
  left: -21px;
  background-position: left;
}
.more a::after {
  background-image: url(../images/all/bt_l_b.svg);
  background-position: right;
  right: -21px;
}
.more a:hover::before {
    background-image: url(../images/all/bt_r_o.svg);
}
.more a:hover::after {
    background-image: url(../images/all/bt_l_o.svg);
}
.more a:hover {
  background-color: #2957af;
  letter-spacing: 2px;
}
.more a img {
  height: 7px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
/*banner*/
.banner {
  margin-bottom: 0 !important;
  text-align: center;
}
.banner img {
  max-width: 100%;
}
.banner .slick-slide {
  position: relative;
}
.banner .slick-slide a {
  display: block;
}
.banner .slick-next,.event_box .slick-next {
  -moz-transform: scaleX(-1) translate(0, -50%);
  -webkit-transform: scaleX(-1) translate(0, -50%);
  -o-transform: scaleX(-1) translate(0, -50%);
  -ms-transform: scaleX(-1) translate(0, -50%);
  transform: scaleX(-1) translate(0, -50%);
}
.banner .slick-next, .banner .slick-prev,.event_box .slick-next, .event_box .slick-prev {
  width: 30px;
  height: 30px;
  top: 50%;
  z-index: 9;
  opacity: 0.8;
}
.banner .slick-next:hover, .banner .slick-prev:hover,.event_box .slick-next:hover, .event_box .slick-prev:hover {
  opacity: 1;
}
.banner .slick-prev,.event_box .slick-prev {
  z-index: 1;
}
.banner .slick-prev::before,.event_box .slick-prev::before {
  border-bottom: solid 2px #000000;
  border-left: solid 2px #000000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  left: 55%;
  top: 50%;
}
.banner .slick-next:before,.event_box .slick-next:before {
  border-bottom: solid 2px #000000;
  border-left: solid 2px #000000;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.banner .slick-next:before, .banner .slick-prev:before,.event_box .slick-next:before, .event_box .slick-prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  color: transparent;
  z-index: 9;
}
.banner .slick-prev:after, .banner .slick-next:after,.event_box .slick-prev:after, .event_box .slick-next:after {
  content: "";
  background-color: #fff;
  border-radius: 50px;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  transform: translate(0, -50%);
  box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.banner .slick-next:after,.event_box .slick-next:after {
  right: 0;
  top: 50%;
}
.banner .slick-prev:after,.event_box .slick-prev:after {
  left: 0;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .banner .slick-slide {
    padding: 0 10px;
  }
  .banner::before, .banner::after {
    content: "";
    width: 25%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .banner .slick-next {
    right: 15%;
  }
  .banner .slick-prev {
    left: 15%;
  }
  .banner::before {
    background-image: url(../images/index/bnbg02.svg);
    left: 0;
    background-position: right;
  }
  .banner::after {
    background-image: url(../images/index/bnbg01.svg);
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .banner .slick-next, .event_box .slick-next {
    right: 10px;
  }
  .banner .slick-prev, .event_box .slick-prev {
    left: 10px;
  }
}
/*main*/
.main {
  min-height: 500px;
  position: relative;
}
.mainbg {
    background-image: url(../images/all/mainbg.svg);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    background-repeat: no-repeat;
    z-index: -1;
}
/*最新消息*/
.news {
  position: relative;
}

.news::after {
    content: "";
    background-color: #F5F5F5;
    top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -10;
}
.news_box .tab-content {
  width: 100%;
}
.news_box h2 {
  font-size: 130%;
  position: relative;
  font-weight: bold;
}
.news_box h2::before {
  content: "";
  background-image: url(../images/index/item01.svg);
  z-index: 1;
  position: absolute;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 26px;
}
.news_box .nav_link {
  text-decoration: none;
  position: relative;
  z-index: 0;
}
.news_box .nav_link span {
  position: relative;
  z-index: 1;
}
.news_box .nav_link:hover {
  color: #fff;
  text-decoration: underline;
}
.news_list .list {
  border-bottom: 1px #D6D6D6 solid;
}
.news_list .info {
  color: #396CD1;
  font-size: 85%;
  margin: 0 0 1px 0;
}
.news_list a p {
  color: #30363A;
  font-weight: bold;
  font-size: 105%;
  margin: 0;
  line-height: 125%;
}
.news_list .info span {
  margin: 0 4px 0 0;
}
.news_list .list a {
  text-decoration: none;
  letter-spacing: 0;
  padding: 10px 5px;
  display: block;
}
.news_list .list a:hover p {
  color: #0d3482;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .news {
    margin: 20px 0 0 0;
  }
  .news_box h2 {
    color: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 0 12px 5px;
    margin: 20px 0 10px 0;
  }
  .news_box h2::before {
    width: 40px;
    height: 20px;
    right: 22px;
  }
  .news_box .nav::after {
    content: "";
    background-color: #0D3482;
    position: absolute;
    left: -50%;
    top: -20px;
    bottom: 0;
    right: 95%;
    z-index: -1;
  }
  .news_box .nav {
    max-width: 230px;
    flex-wrap: wrap;
    padding: 15px 0 0 0;
    min-width: 195px;
  }
  .news_box .nav::before {
    content: "";
    background-image: url(../images/index/newsbg.svg);
    position: absolute;
    top: -20px;
    bottom: 0;
    width: 200px;
    background-position: top right;
    z-index: -1;
    background-repeat: no-repeat;
  }
  .news_box .nav_link {
    color: #D4E6FF;
    padding: 7px 5px 7px 7px;
  }
  .news_box .nav_link.active span::after {
    content: "";
    background-color: #4373D3;
    position: absolute;
    height: 7px;
    bottom: 0;
    left: -3px;
    z-index: -1;
    right: -5px;
    transform-origin: bottom;
    transform: skewX(-20deg);
  }
  .news_list {
    padding: 30px 0 0 10px;
  }
  .news .more {
    text-align: right;
    margin: 0 25px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 35px 0 0 0;
    z-index: 9;
  }
  .news::before {
    left: 0;
    top: -20px;
    right: 0;
    height: 60px;
  }
  .news_box h2 {
    display: inline-block;
    margin: auto;
    padding: 0 37px 16px 0;
  }
  .news_box h2::before {
    width: 40px;
    height: 20px;
    right: 0;
    top: -7px;
  }
  .news_box .nav {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 10%;
    margin: 0 15px;
    background-color: #0D3482;
  }
  .news_box .nav_link.active::after {
    content: "";
    background-color: #4373D3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    right: 0;
    transform-origin: bottom;
    transform: skewX(-20deg);
  }
  .news_box .tab_menu {
    margin: -15px -0.75rem 0 -0.75rem;
    text-align: center;
  }
  .news_box .nav_link {
    color: #ffffff;
    padding: 10px 10px;
    font-size: 110%;
  }
  .news_list {
    padding: 0 5px;
  }
	.news .more {
  text-align: center;
}
}

/*影音專區*/
.video .video_box {
  max-width: 1080px;
  margin: auto;
  padding: 10px 25px 25px 25px;
}
.video {
  position: relative;
  text-align: center;
  padding: 20px 0 0 0;
}

.video > h2 {
    display: inline-block;
    color: #0D3482;
    font-size: 160%;
    font-weight: bold;
    background-image: url(../images/index/item02.svg);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 29px 40px 10px 40px;
    background-size: 100%;
    margin: 0;
}

.video::before {
    content: "";
    height: 30%;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #F5F5F5;
    z-index: -1;
    left: 0;
}
.video::after {
    content: "";
    height: 70%;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url(../images/index/videobg.svg);
    z-index: -1;
    right: 0;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.video .info{
    padding: 15px 0 0 0;
}
.video .info p {
    margin: 0;
    letter-spacing: 0;
}
.video .info .date{color: #969696;}
.video .info .subject{color: #000;font-size: 120%;font-weight: bold;}

/*影音rwd*/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 5px 1px 8px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 5px 1px 8px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 1px 8px 0px rgba(0,0,0,0.5);
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive::before {
  display: block;
  content: "";
}
/*主題專區*/
.topic {
    position: relative;
    z-index: 9;
}

.topic .topic_box {
    max-width: 1500px;
    margin: auto;
    padding: 0 15px;
    position: relative;
}


.topic .topic_box .topic_list{
    margin: -20px 0 0 0;
    max-.width: 100%;
    overflow: hidden;
    width: 100%;
}
.topic_list .item a {
    text-align: center;
    display: block;
    text-decoration: none;
}

.topic_list .item a:hover {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.topic_list .item a:hover .circle {border: 1px #4d7bd6 solid;}

.topic_list .item .circle {
    background-color: #fff;
    border-radius: 50%;
    margin: auto;
    position: relative;
    border: 1px #ffffff solid;
}

.topic_list .item p {
    color: #0D3482;
    font-size: 110%;
    padding: 10px 0;
    font-weight: bold;
}

.topic_list .item .circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 110px;
    max-height: 100px;
}

.topic_list .slick-next {
    right: 5px;
}
.topic_list .slick-prev,.topic_list .slick-next {
    width: 35px;
    height: 35px;
}
.topic_list .slick-next::before,.topic_list .slick-prev::before {
    display: block;
    width: 25px;
    height: 25px;
    color: transparent;
}

.topic_list .slick-next::before {
    border-top: solid 4px #6a6963;
    border-right: solid 4px #6a6963;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.topic_list .slick-prev::before {
    border-bottom: solid 4px #6a6963;
    border-left: solid 4px #6a6963;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media screen and (min-width: 1410px) {
  .topic .topic_box .topic_list .slick-list{
    padding: 50px 0 0 0;
}
  .topic_list .item:nth-child(2n+2){
    margin: -50px 0 0 0;
}
}
@media screen and (max-width: 1410px) {
  .topic .topic_box .topic_list .slick-list{
    padding: 20px 0 0 0;
}
}
@media screen and (min-width: 1200px) {
  .topic_list .item .circle {
    width: 220px;
    height: 220px;
}
}
@media screen and (max-width: 1200px) {
    .topic_list .item .circle {
    width: 200px;
    height: 200px;
}
}
@media screen and (min-width: 992px) {
.topic {
    padding: 70px 0 20px 0;
}
.topic .topic_box h2 {
    color: #fff;
    padding: 20px 65px 0 0;
    margin: 0;
    font-size: 140%;
    position: relative;
    font-weight: bold;
  }

.topic .topic_box h2::after {
    content: "";
    background-image: url(../images/index/item01.svg);
    z-index: 1;
    position: absolute;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 26px;
    width: 40px;
    height: 20px;
    right: 15px;
}
.topic .topic_box h2::before {
    width: 40px;
    height: 20px;
    right: 22px;
  }
.topic .topic_box .left::after {
    content: "";
    background-color: #0D3482;
    position: absolute;
    left: -50%;
    top: 0;
    right: 95%;
    z-index: -1;
    height: 235px;
  }
.topic .topic_box .left {
    max-width: 230px;
    padding: 0 15px 0 0;
    min-width: 185px;
  }
.topic .topic_box .left::before {
    content: "";
    background-image: url(../images/index/topicbg.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    background-position: top right;
    z-index: -1;
    background-repeat: no-repeat;
    left: 0;
    height: 235px;
  }
.topic .topic_box .topic_list{
    padding: 0 35px 0 45px;
    margin: 0 0 0 -50px;
}
.topic_list .slick-prev{
    left: 20px;
}
.topic .more {
    position: absolute;
    right: 35px;
    bottom: 60px;
}
}
@media screen and (max-width: 1670px)and (min-width: 992px){ 
  .topic .topic_box .topic_list{
    width: calc(100% - 300px);
}
}
@media screen and (max-width: 992px) {
  .topic {
    padding: 0 0 30px 0;
}
  .topic .topic_box .topic_list{
    padding: 0 40px;
}
.topic .topic_box h2 {
    display: inline-block;
    color: #0D3482;
    font-size: 160%;
    font-weight: bold;
    background-image: url(../images/index/item02.svg);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 30px 40px 25px 40px;
    background-size: 100%;
    margin: 0;
}
.topic_list .slick-prev{
    left: 10px;
}
}
/*活動花絮*/
.event{
  background-image: url(../images/index/eventbg.jpg);
  text-align: center;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  padding: 5% 0;
  background-repeat: no-repeat;
}

.event .event_box {
    padding: 0 30px;
}

.event .event_box .card_item {
    padding: 10px;
}

.event .event_box .card_item a {
    text-decoration: none;
}

.event .event_box .card_item a:hover .pic img {
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}

.event .event_box .card_item .card {
    border: none;
    border-radius: 0;
}

.event .card .info_box {
    text-align: left;
    padding: 10px;
}

.event .card .info_box .info {
    color: #396CD1;
    font-size: 85%;
    margin: 0 0 1px 0;
}

.event .card .info_box .info span {
    margin: 0 4px 0 0;
}

.event .card .info_box .subject {
    color: #000;
    margin: 0;
    letter-spacing: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    font-size: 105%;
}

.event .event_box .card .pic {
    width: 100%;
    position: relative;
    background-color: #d5d5d5;
    padding-top: 65%;
    overflow: hidden;
}

.event .event_box .card .pic img {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   object-fit: cover;
   transition: all 200ms ease-out 0s;
}
.event h2 {
    color: #ffffff;
    font-size: 160%;
    font-weight: bold;
    background-image: url(../images/index/item02.svg);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 29px 40px 10px 40px;
    background-size: 100%;
    display: inline-block;
    margin: 0 0 15px 0;
}
.event .more a {
    color: #000;
    background-color: #F5B400;
}
.event .more a:hover {background-color: #ffd92b;}
.event .more a::before {
  background-image: url(../images/all/bt_r_y.svg);
}
.event .more a::after {
  background-image: url(../images/all/bt_l_y.svg);
}
.event .more a:hover::before {
    background-image: url(../images/all/bt_r_yo.svg);
}
.event .more a:hover::after {
    background-image: url(../images/all/bt_l_yo.svg);
}
/*相關連結*/
.in_link {
    padding: 3% 0;
}

.in_link .link_box {
    padding: 0 30px;
}

.in_link .link_box a img {
    margin: auto;
    border: 1px #dddddd solid;
}

.in_link .link_box a:hover img {
    border: 1px #2196F3 solid;
}
.link_box .slick-next {
    right: 0;
}
.link_box .slick-prev,.link_box .slick-next {
    width: 30px;
    height: 30px;
}

.link_box .slick-prev {
    left: 0;
}
.link_box .slick-next::before,.link_box .slick-prev::before {
    display: block;
    width: 20px;
    height: 20px;
    color: transparent;
}

.link_box .slick-next::before {
    border-top: solid 4px #6a6963;
    border-right: solid 4px #6a6963;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.link_box .slick-prev::before {
    border-bottom: solid 4px #6a6963;
    border-left: solid 4px #6a6963;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}