@charset "utf-8";

/* CSS Document */
.templateux-section{
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.links_full {
  width: 100%;
  position: relative;
  display: block;
  background-image: url(../images/links/link_bg.jpg);
  background-size: cover;
  background-position: top left;
}

@media(max-width:769px) {
  .templateux-section .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.templateux-section .bg {
  position: relative;
  display: block;
  background-color: #FFFFFF;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
  margin-left: 20px;
  margin-right: 20px;
}

@media(min-width:992px) {
  .bg {
    width: calc(33.3333% - 40px);
  }
}

@media(max-width:993px) {
  .bg {
    margin-bottom: 40px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}


/* -----//  Style 0 title h2 __DATE //----- */
/*-----------------------------------*/
.title_style0 {
  margin: auto;
  /*auto auto 50px*/
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 999;
}

.title_style0 h2 {
  font-size: 1.375rem;
  line-height: 1.3;
  letter-spacing: 0.25rem;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 1rem;
  color: #5a5a5a;
  vertical-align: middle;
  font-family: 'Noto Serif TC', serif, arial;
}

.title_style0 p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.title_style0 span {
  position: absolute;
  font-size: 1.375rem;
  line-height: 1.3;
  letter-spacing: 0.25rem;
  font-weight: 600;
  text-align: center;
  color: #5a5a5a;
  top: 0.15rem;
}

.title_style0>h2::before {
  display: inline-block;
  position: relative;
  /*原本沒有，須加才能調整 線條位置*/
  content: " ";
  width: 8px;
  height: 32px;
  top: 0;
  vertical-align: middle;
  /*19*/
  z-index: 0;
  background-image: url("../images/svg_icon/title_icon.svg");
  /* [disabled]background: #8a8a8a none repeat scroll 0 0; */
}

.title_style0>h2::before {
  margin-right: 15px;
}

/*.title_style0 > h2::after {
	display: inline-block;
	position: relative; /*原本沒有，須加才能調整 線條位置
	content: " ";
	width: 54px;
	height: 54px;
	top: 0; /*19*/
z-index: 0;
background-image: url("../images/svg_icon/date.svg");

/* [disabled]background: #8a8a8a none repeat scroll 0 0;
}
.title_style0 > h2::after {
    margin-left: 15px;
}*/
@media (max-width:320px) {
  .title_style0>h2::after, .title_style0>h2::before {
    width: 30px;
  }
}

/* -----//  Style 1 title h2 __NEWS //----- */
/*-----------------------------------*/
.title_style1,
.title_style2,
.title_style3,
.title_style4{
  margin: auto;
  /*auto auto 50px*/
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 999;
  padding: 8px 0;
  vertical-align: middle;
}

.title_style1 h2,
.title_style2 h2,
.title_style3 h2,
.title_style4 h2{
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  color: #3e3e3e;
  margin: 0;
  position: relative;
  display: block;
}



.title_style1 h2 span,
.title_style2 h2 span,
.title_style3 h2 span,
.title_style4 h2 span {
  font-size: 1.2rem;
  padding-top: 5px;
  color: #5a5a5a;
  letter-spacing: 1px;
}

@media(max-width:415px) {

  .title_style1 h2 span,
  .title_style2 h2 span,
  .title_style3 h2 span,
  .title_style4 h2 span {
    font-size: 1.1rem;
  }
}

.title_style0 h2 span {
  font-size: 1rem;
  padding-top: 5px;
  color: #5a5a5a;
  letter-spacing: 1px;
  vertical-align: middle;
}

.title_style2>h2::before {
  display: inline-block;
  position: relative;
  content: " ";
  width: 24px;
  height: 34px;
  background-image: url("../images/title2_icon.png");
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.title_style3>h2::before {
  display: inline-block;
  position: relative;
  content: " ";
  width: 31px;
  height: 34px;
  background-image: url("../images/title3_icon.png");
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.title_style4>h2::before {
  display: inline-block;
  position: relative;
  content: " ";
  width: 36px;
  height: 27px;
  background-image: url("../images/title4_icon.png");
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.title_style2>h2::before {
  margin-right: 15px;
}
.title_style1 {
  margin-bottom: 30px;
}
@media (max-width:320px) {
  .title_style2>h2::after, .title_style2>h2::before {
    width: 30px;
  }
}

.title_style1 .en_title {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  color: #3567be;
  font-weight:bold;
  letter-spacing: 2px;
  float: left;
}
@media(max-width:415px){
  .title_style1 .en_title{
    font-size: 2rem;
  }
}
/* --- // title_style_small1 __CUP // --- */
/* ------------------------------- */
.title_style_small1 {
  margin: auto;
  /*auto auto 50px*/
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 999;
}

.title_style_small1 h2 {
  font-size: 1.375rem;
  line-height: 1.3;
  letter-spacing: 0.25rem;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 1rem;
  color: #5a5a5a;
}

.title_style_small1 p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.title_style_small1 span {
  position: absolute;
  font-size: 1.375rem;
  line-height: 1.3;
  letter-spacing: 0.25rem;
  font-weight: 600;
  text-align: center;
  color: #5a5a5a;
  top: 0.15rem;
}

.title_style_small1>h2::before {
  display: inline-block;
  position: relative;
  /*原本沒有，須加才能調整 線條位置*/
  content: " ";
  width: 8px;
  height: 32px;
  top: 0;
  /*19*/
  z-index: 0;
  background-image: url("../images/svg_icon/title_icon.svg");
  /* [disabled]background: #8a8a8a none repeat scroll 0 0; */
}

.title_style_small1>h2::before {
  margin-right: 15px;
}

/*.title_style_small1 > h2::after {
	display: inline-block;
	position: relative; /*原本沒有，須加才能調整 線條位置
	content: " ";
	width: 54px;
	height: 54px;
	top: 0; /*19*/
z-index: 0;
background-image: url("../images/svg_icon/news.svg");

/* [disabled]background: #8a8a8a none repeat scroll 0 0;
}
.title_style_small1 > h2::after {
    margin-left: 15px;
}*/
@media (max-width:320px) {
  .title_style_small1>h2::after, .title_style_small1>h2::before {
    width: 30px;
  }
}

/* --- // title_style_small2 __LINKS // --- */
/* ------------------------------- */
.title_style_small2 {
  margin: auto;
  /*auto auto 50px*/
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 999;
}

.title_style_small2>h2::before {
  display: inline-block;
  position: relative;
  /*原本沒有，須加才能調整 線條位置*/
  content: " ";
  width: 8px;
  height: 32px;
  top: 0;
  /*19*/
  z-index: 0;
  background-image: url("../images/svg_icon/title_icon.svg");
  /* [disabled]background: #8a8a8a none repeat scroll 0 0; */
}

.title_style_small2>h2::before {
  margin-right: 15px;
}

@media (max-width:320px) {
  .title_style_small2>h2::after, .title_style_small2>h2::before {
    width: 30px;
  }
}

/* ------------------------------- */
/* --- // title_stylesmall2 // --- */
/*---公告標題與內文----*/
.annc-list {
  margin-bottom: 15px;
}

.annc-content .img_box {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.annc-content .img_box img {
  width: 100%;
  max-width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.img_box a:hover img {
  transform: scale(1.05, 1.05);
}

.annc_title a {
  font-size: 1.05rem;
  font-weight: 600;
  color: #5a5a5a;
  line-height: 1.5;
  padding: 5px 0;
}

.annc_title a:hover {
  color: #f16c12;
}

.annc_title {
  margin: 10px 0;
}

.annc_text a {
  font-size: 0.9rem;
  color: #5a5a5a;
  line-height: 1.5;
}

.calendar {
  margin-top: 10px;
  color: #717171;
}
