
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 var(--hover); }
}

$colors: (
  fill: #a972cb,
  pulse: #ef6eae, 
  close: #ff7f82, 
  raise: #ffa260, 
  up: #e4cb58, 
  slide: #8fc866, 
  offset: #19bc8b
);

@each $button, $color in $colors {
  .#{$button} {
    --color: #{$color};
    --hover: #{adjust-hue($color, 45deg)};
  }
}
button {  
  color: var(--color);
  transition: 0.25s;
  
  &:hover,
  &:focus { 
    border-color: var(--hover);
    color: #fff;
  }
}

code { 
  color: #e4cb58;
  font: inherit;
}


.index_tit {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: 'Noto Serif TC', sans-serif;
  border: 1px solid #80BAE5;
  font-size: 5.5rem;
  text-align: center;
  padding: 15px 10px;
  color: #004CA3;
  line-height: 1;
}

.index_tit span {
  display: block;
  padding: 5px;
  font-size: 0.8em;
}

a.more_btn {
  font-size: 1em;
  color: #000;
  background: #fff;
  padding: 12px 33px;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: bold;
  transition: all .3s;
  position: relative;
  margin-right: 10px;
  font-size: 1rem;
}

@media (max-width: 762px) {
  a.more_btn {
    padding: 5px 15px;
  }
  
}




a.more_btn::before {
  content: url("../images/cross.png");
  position: absolute;
  left: -9px;
  top: -12px;
  transition: all 3s;
}

a.more_btn::after {
  content: url("../images/cross.png");
  position: absolute;
  right: -7px;
  bottom: -13px;
  transition: all 3s;
}

a.more_btn:hover {
  background: #023D71;
  color: #fff;
    box-shadow: 
    inset -5em 0 0 0 #023D71,
    inset 5em 0 0 0 #023D71;  
  transition: all .6s;
}

a.more_btn:hover::before {
  right: -7px;
  bottom: -13px;
  left: auto;
  top: auto;
  transition: all 3s;
}

a.more_btn:hover:after {
  right: auto;
  bottom: auto;
  left: -9px;
  top: -12px;
  transition: all 3s;
}

.index_arrow .swiper-button-prev,
.index_arrow .swiper-button-next {
  position: initial;
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
}

.index_arrow .swiper-button-prev:hover,
.index_arrow .swiper-button-next:hover {
  background: #023D71;
}

.index_arrow .swiper-button-prev {
  background-image: url("../images/icon-arrowLb.png");
}

.index_arrow .swiper-button-prev:hover {
  background-image: url("../images/icon-arrowLb-h.png");
  background-position: center;
  background-repeat: no-repeat;
}

.index_arrow .swiper-button-next {
  background-image: url("../images/icon-arrowRb.png");
}

.index_arrow .swiper-button-next:hover {
  background-image: url("../images/icon-arrowRb-h.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* .latest {
  padding: 2rem 1rem;
  background-color: #E2E3DE;
}
 */
/* @media screen and (max-width: 1199px) {
  .latest {
    padding: 2rem 1rem 1.5rem;
  }
}

.latest .pointer_date {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .latest .pointer_date {
    flex-wrap: wrap;
  }
}

.latest .pointer_date span {
  font-family: 'Noto Serif TC', sans-serif;
  font-weight: bold;
  white-space: nowrap;
}

.latest .pointer_date span:first-child {
  color: #023D71;
  font-size: 1.5rem;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .latest .pointer_date span:first-child {
    margin-bottom: 1rem;
  }
}

.latest .pointer_date span:nth-child(2) {
  color: #4D4D4D;
  font-size: 2rem;
  margin-right: 1.5rem;
  line-height: 1;
}

.latest .pointer_date p {
  color: #000;
  margin-bottom: 0;
  font-size: 1.3rem;
  padding: 0 10px;
}

@media screen and (max-width: 991px) {
  .latest .pointer_date p {
    margin: 1rem 0;
    width: 100%;
  }
}

.latest .index_arrow {
  position: absolute;
  margin: 0.8rem;
} */

.mainbg {
  background: url("../images/main_bg.png");
}

h2 {
  font-family: 'Noto Serif TC', sans-serif;
  color: #023D71;
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  /* text-wrap: nowrap; */
  white-space: nowrap;
}

h2::before {
  content: '';
  position: absolute;
  width: 2.7em;
  height: 127%;
  border: 5px solid #E8ECF4;
  top: -.5rem;
  left: -1rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  h2 {
    white-space: nowrap;
    font-size: 1.5rem;
  }
}

h2.nomal::before {
  content: none;
}

.seepch_h2 {
  margin: 15px 0;
  padding: 0 3em;
}

.speech {
  padding: 3em 0;
}

@media screen and (max-width: 767px) {
  .speech {
    padding-bottom: 0;
  }
}

.speech .seepch_h2 {
  display: inline-block;
  padding: 0 3em;
}

@media screen and (max-width: 1199px) {
  .speech .seepch_h2 {
    padding: 0 2.1em;
  }
}

@media screen and (max-width: 767px) {
  .speech .seepch_h2 {
    margin: 1rem 0 2rem;
  }
  h2::before{
    left: 0rem;
  }
  .act .seepch_h2{
    margin-bottom: 0;
  }
}

.speech .seepch_h2 h2 {
  margin-top: 35px;
  position: relative;
  top: -1em;
}

@media screen and (max-width: 992px) {
  .speech .seepch_h2 h2 {
    top: 0;
    font-size: 1.8rem;
  }
  .speech_link {
    padding: 0;
  }
}

@media screen and (max-width: 1199px) {
  .speech_link {
    padding: 0em;
  }
}

@media screen and (max-width: 767px) {
  .speech_link {
    padding: 0;
  }
}

.speech_link a {
  background: url("../images/news_bg.png") no-repeat center center;
  background-size: cover;
  padding: 1.7rem;
  display: block;
  color: #fff;
  position: relative;
  margin-bottom: 1em;
  border: 1px solid #ccc;
  transition: .6s all;
  margin: .55rem;
}

@media (max-width: 762px) {
  .speech_link a {
    padding: 1.3rem;
  }
}

.speech_link a:hover {
  background: #e5f1f9;
  color: #023D71;
/*   box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-7px);
  transition: .6s all; */
        border: 1px solid #a5bed5;
    transform: translateY(-7px);
    transition: all .5s;
    box-shadow: 10px 10px 5px #cfcfcf;
}

@media screen and (max-width: 1199px) {
  .speech_link a {
    margin-bottom: 1.5rem;
    height: auto;
  }
}

/* @media screen and (max-width: 1199px) {
  .speech_link:nth-child(3) {
    top: 0;
  }
}

.speech_link:nth-child(3) a {
  background: #023D71;
}

.speech_link:nth-child(3) a:hover {
  background: #fff;
  color: #023D71;
}

@media screen and (max-width: 1199px) {
  .speech_link:nth-child(4) {
    top: 0;
  }
} */

.latest  .swiper-slide:nth-child(odd) .speech_link a {
  background: #023D71;
}

.latest  .swiper-slide:nth-child(odd) .speech_link a:hover {
  background: #e5f1f9;
  color: #023D71;
}

@media screen and (max-width: 1199px) {
 .latest   .swiper-slide.speech_link:nth-child(odd) a {
    background: #023D71;
  }
  .latest  .swiper-slide.speech_link:nth-child(odd) a:hover {
    background: #e5f1f9;
    color: #023D71;
  }
}

.speech_link .speach_tit {
  line-height: 1.4;
  min-height: 4em;
  max-height: 4em;
  overflow: hidden;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-family: 'Noto Serif TC', sans-serif;
}

.speech_link ul {
  margin-bottom: 0;
  font-size: .9rem;
}

.speech_link ul li/* :first-child */ {
  margin-bottom: .5rem;
  display: flex;
  line-height: 1.6;
  min-height: 4rem;
  width: 100%;
  /* flex-wrap: wrap; */
}
@media(max-width: 767px){
	.speech_link ul li:first-child {
  		min-height: 3rem;

	}
}

.speech_link ul li/* :first-child */ span {
  white-space: nowrap;
  padding-right: 15px;
  display: inline-block;
  width: 4em;

}

.act {
  padding: 1.5em 0 .9rem;
  background: url("../images/index_bg.png") repeat-x;
  background-size: 100% 400px;
}

.act .seepch_h2 {
  margin-bottom: 30px;
  padding: 0 3em;
}

.act_one {
  display: block;
  /* width: 100%; */
  margin: 0.5rem;
}

.act_one .act-header {
  text-align: center;
}
.news1 a:focus{
	outline: none!important;
	border: none!important;
}
.news1 a:focus .news-item{
	border: 2px solid #023D71!important;
    outline: #023D71;
}

.act_one .act-header .actdate {
  display: inline-block;
  background: #023D71;
  color: #fff;
  padding: 10px;
  text-align: left;
  font-size: .9em;
  font-family: 'Noto Serif TC', sans-serif;
  position: relative;
  z-index: 2;
}

.act_one .act-header .actdate span {
  font-size: 1rem;
  display: block;
}

.act_one .coverbg {
  position: relative;
  margin-top: -2rem;
  z-index: 1;
  border: 2px solid transparent;
  transition: .6s all;
  background-color: #F5F9FF;
}


/* .act_one:hover .act-header{

    transform: translateY(-7px);

} */
.act_one:hover .coverbg{

    border: 1px solid #a5bed5;
    transform: translateY(-7px);
    transition: all .5s;
    box-shadow: 10px 10px 5px #cfcfcf;
}

.act_one .coverbg:hover .acttit {
  color: #FFF;
  background-color: #023D71;
  transition: .6s all;
  /* box-shadow: inset 0 -8em 0 0 #023D71;  
  transition: 1s box-shadow; */
}

@media screen and (max-width: 767px) {
  .act_one .coverbg {
    font-size: 1.2rem;
    height: auto;
  }
}

.act_one .coverbg p {
  padding: 3em 3rem 1rem;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #023D71;
}

@media screen and (max-width: 767px) {
  .act_one .coverbg p {
    padding: 3em 0rem 1rem;
    font-size: 1.2rem;
  }
}

.act_one .actpic {
  background-image: url(../images/atc_img-2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  top: 0;
  left: 0;
  height: 0;
  padding-bottom: 85%;
}
@media screen and (max-width: 1199px) {
  .act_one .actpic {padding-bottom: 100%;}
}
@media (max-width: 767px) {
  .act_one .actpic {
    padding-bottom: 79%;
  }
}

.act_one .acttit {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  color: #023D71;
  padding: .8rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  min-height: 6.5rem;
  max-height: 6.5rem;
  overflow: hidden;
  letter-spacing: 1px;
  background-color: #F5F9FF;
  font-family: 'Noto Serif TC', sans-serif;
}

@media screen and (max-width: 767px) {
  .act_one .acttit {
    padding: .7rem;
    font-size: .9rem;
  }
}

.news {
  padding: 2rem 0 1rem;
  background: url("../images/index_bg2.png");
}

.nav-tabs {
  border-bottom: none;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #B3B3B3;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.nav-tabs .nav-item:nth-child(1) .nav-link h2 {
  background: #FFF;
  color: #023869;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
}

.nav-tabs .nav-item:nth-child(1) .nav-link:hover {
  border: none;
}

.nav-tabs .nav-item:nth-child(1) .nav-link:hover h2 {
  transition: .3s all;
  background: #023869;
  color: #FFF;
}

.nav-tabs .nav-item:nth-child(1) .nav-link.active {
  border: none;
}

.nav-tabs .nav-item:nth-child(1) .nav-link.active h2 {
  background: #023869;
  color: #FFF;
}

.nav-tabs .nav-item:nth-child(2) .nav-link h2 {
  background: #FFF;
  color: #023869;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  transition: .3s all;
}

.nav-tabs .nav-item:nth-child(2) .nav-link:hover {
  border: none;
}

.nav-tabs .nav-item:nth-child(2) .nav-link:hover h2 {
  transition: .3s all;
  background: #023869;
  color: #FFF;
}

.nav-tabs .nav-item:nth-child(2) .nav-link.active {
  border: none;
}

.nav-tabs .nav-item:nth-child(2) .nav-link.active h2 {
  background: #023869;
  color: #FFF;
}

.nav-tabs .nav-link {
  border: none;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0;
}

.nav-tabs .nav-link h2 {
  margin-bottom: 0;
  font-size: 1.2rem;
  padding: 10px 20px;
  background: #023869;
  color: #FFF;
  transition: font-size .3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  transition: .3s all;
}

.nav-tabs .nav-link:hover {
  border: none;
}

.nav-tabs .nav-link:hover h2 {
  transition: .3s all;
  color: #023869;
  background: #e5f1f9;
}

.news1 {
  margin-bottom: 1.5rem;
  padding: 0 .6rem;
}

.news1 a {
  display: block;

}
.news1 a:focus {
  border: none;
  
}

.news1:nth-child(even) .news-item {
  background: #E5F1F9;
}

.news1 .act-header {
  text-align: center;
}

.news1 .act-header .actdate {
  display: inline-block;
  background: #023D71;
  color: #fff;
  padding: 10px;
  text-align: left;
  font-size: 1rem;
  font-family: 'Noto Serif TC', sans-serif;
  position: relative;
  z-index: 2;
}

.news1 .act-header .actdate span {
  font-size: 1rem;
  display: block;
}

.news1 span {
  font-size: 1.8rem;
  display: block;
  font-family: 'Noto Serif TC', sans-serif;
}

.news-item {
  margin: -2rem 0px 0;
  background: #fff;
  min-height: 270px;
  position: relative; 
  transition: color 0.5s;
  padding-top: 2rem;
}
@media (max-width: 767px){
	.news-item{
		min-height: 235px;
	}
}


.news-item::after,
.news-item::before{
    border: 2px solid transparent;
    width: 0;
    height: 0;
}
.news-item::before,
.news-item::after{
	    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}
.news-item:hover::before,
.news-item:hover::after{

    width: 100%;
    height: 100%;
}
/* 
.news-item:hover {
  border: 2px solid #023D71;


} */

.news-item::after,
.news-item::before{
	top: 0;
    left: 0;
}
.news-item:hover::before{
	border-top-color: #023D71;
    border-right-color: #023D71;
        transition:
      width 0.25s ease-out, 
      height 0.25s ease-out 0.25s;
}
.news-item:hover::after{
    border-bottom-color: #023D71;
    border-left-color:#023D71;
    transition:height 0.25s ease-out,width 0.25s ease-out 0.25s;
}


.news-item p {
  display: none;
  word-break: break-all;
  padding: 0 .7rem 1.2rem;
}

.news-item .tit {
  color: #000;
  padding: .5rem ; 
  font-size: 1rem;
  font-weight: bold;
}

.news-item img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.news-item img[src=""] {
  height: 0;
  display: none;
}

.news-item img[src=""] ~ p {
  display: block;
  color: #4D4D4D;
}

.news-item img[src=""] ~ .tit {
  margin: 1rem 0;
}

.book {
  padding: 3rem 0;
}

@media screen and (max-width: 767px) {
  .book {
    padding-bottom: 0;
  }
}

.book .bookImg {
  padding-bottom: 65% !important;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 45%;
}

.book .bookImg::before {
  content: '';
  width: 40%;
  height: 30%;
  position: absolute;
  bottom: -10%;
  left: -10%;
  background: url("../images/book_span.png");
}

.book .sh2 {
  margin-top: 1.5rem;
  color: #023D71;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 5px solid #3098D6;
  font-family: 'Noto Serif TC', sans-serif;
}

@media screen and (max-width: 767px) {
  .book .sh2 {
    font-size: 1.5rem;
  }
}

.book ul {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .book ul {
    font-size: 1rem;
  }
}

.book ul li {
  padding: .5rem;
  display: flex;
  margin-bottom: 1rem;
  border-bottom: 2px solid #E6E6E6;
}

.book ul span {
  display: inline-block;
  min-width: 10rem;
  color: #023D71;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .book ul span {
    min-width: 6rem;
  }
}
/* 
.mook {
  padding: 3em 0;
} */

.mook .seepch_h2 {
  padding: 0 3em;
}

.mook .mook_one {
  margin: 0 1.5rem;
  margin-top: 2rem;
}

.mook .mook_one:hover img {
  outline: 2px solid #023D71;
}

.mook .mookbook {
  margin-bottom: 1rem;
}

.mook .mookbook img {
  filter: drop-shadow(-1px 3px 10px rgba(150, 152, 153, 0.75));
}

.mook .mooktit {
  font-size: 1.5rem;
  color: #023D71;
  padding: 1rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: 'Noto Serif TC', sans-serif;
}

@media screen and (max-width: 767px) {
  .mook .mooktit {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=index.css.map */