@charset "utf-8";

/* CSS Document */



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap');

html,
body {

  padding: 0px;
  margin: 0px;
  min-height: 100%;
  font-size: 18.5px;
  color: #333;
  line-height: 40px;

  font-family: "cwTeXYen", 'Noto Sans TC', sans-serif;



  -webkit-text-size-adjust: 100%;

  -moz-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;

}

a {
  transition: all 0.3s ease 0s;
  color: #F90
}

a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #ffa800;
  text-decoration: underline;
}



.clear {
  clear: both
}

.contextual-links-region {
  position: static
}

table {
  border-collapse: inherit;
  line-height: 28px;
}

table ul,
table ol {
  margin: 0;
}

img {
  border: 0;
}

div,
ul li {
  margin: 0px auto;
  padding: 0px;
}



.wrap {
  width: 100%;
  min-height: 100%;
  overflow: hidden
}

.screen {
  min-width: 300px;
  max-width: 1600px;
  position: relative;
  padding: 0px 10px;
}

.container {
  height: auto;
  min-height: 500px;
}

.container .screen {
  padding: 0 15px;
}



.container a,
.latest_new ul li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}



#home_banner {
  position: relative;
  max-width: 1900px;
  margin: 0px auto;
}



img {
  image-rendering: auto;
}



h1,
h2,
h3 {
  font-size: 36px;
  color: #f7931d;
  margin: 5px 0 25px 0;
}



h2 {
  font-size: 30px;
  color: #f7931d;
  margin: 5px 0 25px 0;
  display: inline-block;
}

h3 {
  font-size: 28px;
  color: #000;
  margin: 5px 0 25px 0;
  display: inline-block;
}



h4 {
  font-size: 23px;
  margin: 0px;
  color: #086cc2;
  line-height: 33px;
}

h5 {
  font-size: 23px;
  margin: 0px;
  color: #ffa800;
  line-height: 33px;
}

h6 {
  font-size: 23px;
  margin: 0px;
  color: #333333;
  line-height: 33px;
}

p {
  margin: 0px;
  padding: 0px
}





.container {
  height: auto;
  min-height: 500px;
}



.FullPage .main_content {
  width: 100% !important
}

.FullPage .sidebar-nav {
  display: none !important
}



.container #full {
  padding: 0;
  width: 100%;
  float: none
}

.more_area {
  position: absolute;
  right: 10px;
  display: block;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  left: 0;
  bottom: 0
}

.more_area a {
  color: #333;
  font-size: 16px;
  line-height: 19px;
  background: #fff;
  padding: 10px 60px;
  text-transform: uppercase;
}

.more_area a:hover {
  background: #333;
  color: #fff
}



.main_events_area {}

.container .title {
  padding: 20px 0 30px 15px;
  color: #333;
  font-size: 30px;
  line-height: 36px;
}



.hover01 figure img {

  -webkit-transform: scale(1);

  transform: scale(1);

  -webkit-transition: .3s ease-in-out;

  transition: .3s ease-in-out;

  opacity: 1;

}

.hover01 figure:hover img {

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

  opacity: .8;

}

figure {

  width: auto;

  height: auto;

  margin: 0;

  padding: 0;

  overflow: hidden;

}

figure:hover+span {

  bottom: -36px;

  opacity: 1;

}

.hover02 figure img {

  -webkit-transform: scale(1);

  transform: scale(1);

  -webkit-transition: .3s ease-in-out;

  transition: .3s ease-in-out;

  opacity: .3;

}

.hover02 figure:hover img {

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

  opacity: .7;

}





#jssor_1 {
  overflow: hidden;
}

#slogan_left {
  position: absolute;
  left: 5%;
  color: #fff;
  font-size: 60px;
  line-height: 68px;
  letter-spacing: 5px;
  text-shadow: 0 0 3px rgba(0, 0, 0, .2);
  bottom: 150px;
  background: rgba(0, 142, 207, .7);
  padding: 5px 15px 10px 15px
}

#slogan_right {
  position: absolute;
  right: 5%;
  color: #fff;
  font-size: 60px;
  line-height: 68px;
  letter-spacing: 5px;
  text-shadow: 0 0 3px rgba(0, 0, 0, .2);
  bottom: 150px;
  background: rgba(0, 142, 207, .7);
  padding: 5px 15px 10px 15px
}





.header {
  background: #fff;

  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  position: relative;
  z-index: 1
}

.logo {
  position: absolute;
  top: 15px;
  z-index: 9998;
  left: 50%;

  transform: translate(-50%, 0);
}

.logo a {
  display: block
}





.logo img {
  max-height: 140px;
}







.logo_area {
  float: left;
  max-width: 40%;
  margin: 15px 0 15px 0.5%;
  text-align: left;
}





.logo_img {
  float: left;
}

.logo_img img {
  width: 100%;
  max-height: 90px;
}

.logo_txt {
  margin: 0px 0 0 20px;
  float: left;
  font-weight: bold
}

.logo_tc {
  font-size: 30px;
  line-height: 48px;
  color: #003175;
}

.logo_en {
  font-size: 17px;
  line-height: 17px;
  letter-spacing: -0.15px;
  color: #dd072c
}



#footer_area {
  float: left;
  width: 30%;
  padding: 50px 0;
}

.school_footer {
  background: url(../images/web/bg_sky.png) no-repeat center bottom;
}

.school_footer .screen {
  background: url(../images/web/school_footer.png) no-repeat right bottom;
}

.mobile_only {
  display: none !important;
}



#footer_area .logo_tc {
  color: #033333;
}

#footer_area .logo_en {
  color: #033333;
}







#video_top {
  float: right;
  padding: 5px 10px;
  margin: 5px 0 0 0;
}

#video_top span {}

#video_top a {
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  color: #fff;
  background: url(../images/web/icon_video.png) #ff7b81 no-repeat left;
  background-position: 18px 50%;
  display: block;
  padding: 6px 24px 8px 50px;
  font-size: 15px;
  line-height: 20px;
}

#video_top a:hover {
  background: url(../images/web/icon_video.png) #86ce3f no-repeat left;
  background-position: 18px 50%;
}

.top_area {
  float: left;
  width: 100%;
  background: #f7931d;
  padding: 0;
}

.btn_Login {
  float: right;
  padding: 10px 20px 10px 0px;
}





.intranet {
  color: #fff;
  font-size: 16px;
  float: left;
  padding: 0;
  font-weight: bold;
}

.header input {
  float: left;
  width: 100px;
  background: #fff;
  border: 0px solid #ddd;
  padding: 2px;
  height: 28px;
  margin-left: 10px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .2);
  font-size: 12px;
  color: #666
}

#login_btn {
  font-family: 'Noto Sans TC', sans-serif;
  background: #c5c5c5;
  border-radius: 4px;
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0);
  color: #333;
  text-transform: uppercase;
  height: 30px;
  width: 64px;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #fff;
}

#login_btn:hover {
  background: #666;
  color: #fff
}





.header .links_top {
  padding: 8px 0 0 0px;
  margin: 0 0 0 0;
  float: left
}

.header .links_top ul {
  list-style: none;
  margin: 0;
  padding: 0 0;
}

.header .links_top ul li {
  float: left;
  margin: 0 5px;
  position: relative
}



.header .links_top ul li a {
  color: #333;
  display: block;
  position: relative;
  width: 36px;

  margin: 0 0px 0 10px;

  float: right;

  background-size: 100% 100% !important;

  height: auto;

  color: white;

  position: relative;

  cursor: pointer;

  webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.header .links_top ul li:hover a {
  width: 100px !important;
}

.header .links_top ul li+li:hover a {
  width: 150px !important;
}

.header .links_top ul li:hover a:after {
  content: '主頁';

  font-size: 14px;

  line-height: 25px;

  position: absolute;

  top: 0;

  padding: 0 0 0 5px;

}

.header .links_top ul li+li:hover a:after {
  content: '聯絡我們';
  font-size: 14px;

  line-height: 25px;

  position: absolute;

  top: 0;

  padding: 0 0 0 5px;
}

.header .links_top ul li+li+li:hover a:after {
  content: '網頁地圖';
  font-size: 14px;

  line-height: 25px;

  position: absolute;

  top: 0;

  padding: 0 0 0 5px;
}





.header .links_top ul li a img {
  height: 24px
}









.eclass {
  float: right
}

.eclass a {
  display: block;
  padding: 5px 20px;
  color: #2d2d2d;
}

.eclass img {
  max-width: 100%;
  height: 30px
}















.header .links_top .lang a {
  background: #fff;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 19px;
  display: block
}

.header .links_top .lang a:hover {
  color: #333;
  background: #E0E0E0;
}

.header .links_top .lang a.current {
  color: #fff;
  background: #F90
}



.sticky {
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.sticky .header {
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  min-height: auto;
}





/* Menu Bar */

#bs-example-navbar-collapse-animations ul.navbar-nav {
  float: right;
  margin-top: 50px;
}

.navbar-material-blue .navbar-nav>li>a {
  color: #502960;
}

.navbar-material-blue .navbar-nav>li>a:hover,
.navbar-material-blue .navbar-nav>li>a:focus {

  background-color: #502960;
  color: #ffffff;
}



.navbar-material-blue .navbar-nav>.open>a,
.navbar-material-blue .navbar-nav>.open>a:hover,
.navbar-material-blue .navbar-nav>.open>a:focus {

  background-color: #502960;
  color: #ffffff;
}





.dropdown-menu>li>a {

  display: block;

  padding: 8px 20px;

  clear: both;

  font-weight: normal;

  line-height: 1.42857143;

  color: #333;

  white-space: nowrap;

}

.dropdown-menu>li>a.current {
  background-color: #502960;
  color: #ffffff;
}



.dropdown-menu>li>a:hover,

.dropdown-menu>li>a:focus {

  color: #fff;

  text-decoration: none;

  background-color: #fcc04c;

}

.dropdown-menu>.active>a,

.dropdown-menu>.active>a:hover,

.dropdown-menu>.active>a:focus {

  color: #fff;

  text-decoration: none;

  background-color: #fcc04c;

  outline: 0;

}

.nav .open>a,

.nav .open>a:hover,

.nav .open>a:focus {

  background-color: #e5e6eb;

}

.btn_back {
  margin: 0px auto;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn_back a {
  display: inline-block;
  padding: 10px 50px;
  color: #fff !important;
  background: linear-gradient(to left, #013d85 50%, #eee9e4 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.btn_back a:hover {
  background-position: left bottom;
  color: #013d85 !important;
}



.slider_inner {
  margin: 30px auto;
  text-align: center
}

/* Main */

.main_1 {
  padding: 50px 0;
}

.main_2 {
  padding: 10px 0;
  background: url(../images/web/inner_banner.png), linear-gradient(to top, #f1f1f1, #fff 50%);
  background-size: cover;
}



.main_3 {
  padding: 0px 0 0px 0;
  background: #f1f1f1;
  position: relative
}

.inner_content {
  position: relative
}

.inner_content::after {
  content: '';
  position: absolute;
  bottom: 0;
  background: url(../images/web/inner_bottom.png) no-repeat bottom;
  width: 100%;
  height: 95px;
  background-size: cover
}











.latest_new {
  float: left;
  width: calc(48%);
  position: relative;
  background: url(../images/web/bg_ball.png) no-repeat bottom #f39800;
  padding: 0px;
  border-radius: 24px;
}

.latest_new .area {
  padding: 15px;
  ;
  position: relative
}



.latest_new .title span {
  background: url(../images/web/news_icon.png) no-repeat left;
  padding: 10px 0 10px 50px;
  font-weight: bold;

  color: #fff;
}

.latest_new ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.latest_new ul li {
  border-bottom: none;
  background: #fff;
  position: relative;
  padding: 20px 65px 20px 5px;
  border-top: 2px dotted #c4c4c4;
}

.latest_new ul li:last-of-type {
  border-bottom: 2px dotted #c4c4c4;
}

.latest_new ul li:nth-of-type(even) {
  background: #f7f7f7;
}

.latest_new ul li:hover {
  background: #fff7ee
}



.latest_new ul li a {
  display: block;
  padding: 0;
  color: #333;
}

.latest_new ul li:hover .content {
  color: #0090ff
}

.latest_new ul li .cover {
  float: left;
  width: 42%;
  margin: 0;
}

.latest_new ul li .cover img {
  max-width: 100%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2)
}

.latest_new .content {
  width: 100%;
  color: #4a4a4a;
}

.latest_new .content img {
  width: 25px;
}

.latest_new .main_events_area {
  background: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 16px;
}



.latest_new ul li .datebox {
  margin: 0 0 10px 0;
  border-bottom: 2px solid #fff600;
  float: left;
  display: inline-block;
  width: 100%;
  font-family: "Oswald", "微軟正黑體";
}

.latest_new ul li .date {
  float: left
}

.latest_new ul li .cat {
  display: block;
  float: left;
  background: #e63333;
  padding: 0 20px;
  color: #fff;
  border-radius: 8px;
  font-size: 15px;
  margin: 0 20px;
}

.latest_new ul li:nth-of-type(odd) .cat {
  background: #573d7a;
}

.latest_new ul li:after {
  content: '';
  background: url(../images/web/new_more.png) no-repeat center right;

  position: absolute;
  right: 20px;
  top: 30%;
  z-index: 0;
  width: 32px;
  height: 32px;
}

.latest_new .content .title {
  text-align: left;
  font-size: 17px;
  padding: 0;
  display: grid;
  clear: both
}



.latest_new .more_area a {
  background: #fff8eb;
  color: #f39800;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 3px solid #fff
}

.latest_new .more_area a:hover {
  background: #333;
  color: #fff;
  border: 3px solid #ffdfa4
}





.latest_awards {
  float: left;
  width: 24%;
  background: #fff;
  position: relative;
  box-shadow: 0 0 2px rgba(0, 0, 0, .3);
  margin: 0 0.5%;
}

.latest_awards .area {
  border: 1px solid #ffd83a;
  min-height: 350px;
}

.latest_awards .title {
  background: rgba(255, 216, 58, 1);
  background-size: cover;
  color: #fff;
}

.latest_awards .title span {}

.latest_awards ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.latest_awards ul li {
  border-bottom: none;
  background: #fff;
  position: relative;
  padding: 10px 5px;
}

.latest_awards ul li:nth-of-type(even) {
  background: #f7f7f7;
}

.latest_awards ul li span {
  color: #ffd83a;
  display: block
}

.latest_awards ul li a {
  display: block;
  padding: 0;
  color: #333;
}

.latest_awards .cover {
  float: left;
  width: 42%;
}

.latest_awards .content {
  float: right;
  width: 56%;
}

.latest_awards img {
  width: 100%;
}

.latest_awards .more_area a {
  background: rgba(255, 216, 58, .7);
  color: #fff;
}

.latest_awards .more_area a:hover {
  background: rgba(255, 216, 58, 1);
  color: #fff;
}



.latest_awards ul li:hover .content {
  color: #ffd83a
}



.latest_gallery {
  float: right;
  width: calc(48%);
  background: url(../images/web/bg_ball_orange.png) no-repeat bottom #ffeac4;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
}

.latest_gallery .area {
  padding: 15px;
}

.latest_gallery .title {
  color: #000;
  padding: 20px 0 30px 15px;
  font-weight: bold;
}

.latest_gallery .title span {
  background: url(../images/web/photo_icon.png) no-repeat left;
  padding: 10px 0 10px 50px;
  color: #000
}



.latest_gallery ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.latest_gallery ul li {
  border-bottom: none;
  background: #fff;
  position: relative;
  padding: 10px 5px;
}

.latest_gallery ul li:nth-of-type(even) {
  background: #f7f7f7;
}

.latest_gallery ul li span {
  color: #fd6274;
}

.latest_gallery ul li a {
  display: block;
  padding: 0;
  color: #333;
}

.latest_gallery .cover {
  float: left;
  width: 42%;
}

.latest_gallery .content {
  float: right;
  width: 56%;
}

.latest_gallery img {
  width: 100%;
}



.latest_gallery figure {
  border-radius: 16px;
  border: 2px solid #fff8eb
}



.latest_gallery ul li span {
  display: block
}

.latest_gallery .more_area,
.latest_new .more_area {
  position: relative;
  margin: 40px 0 30px 0
}

.latest_gallery .more_area a {
  background: #f39800;
  color: #fff;
  border-radius: 40px;
  border: 3px solid #ffdfa4;
}

.latest_gallery .more_area a:hover {
  background: #333;
  color: #fff;
}

.latest_gallery .main_events_area,
.latest_new .main_events_area {
  background: #fff;
  padding: 10px;

  margin: 0;

  border-radius: 16px;
}

.latest_gallery ul,
.latest_new ul {
  list-style: none;
  background: rgba(0, 0, 0, 0);
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  scrollbar-color: #ffa800 #ffefd0;
  scrollbar-width: thin;
  max-height: 420px
}

.latest_gallery ul::-webkit-scrollbar,
.latest_new ul::-webkit-scrollbar {
  width: 5px;
}

.latest_gallery ul::-webkit-scrollbar-track,
.latest_new ul::-webkit-scrollbar-track {
  background: #ffefd0;
}

.latest_gallery ul::-webkit-scrollbar-thumb,
.latest_new ul::-webkit-scrollbar-thumb {
  background: #ffa800;
}



.latest_video {
  float: left;
  width: 24%;
  background: #fff;
  position: relative;
  box-shadow: 0 0 2px rgba(0, 0, 0, .3);
  margin: 0 0.5%;
}

.latest_video .area {
  border: 1px solid #009cb5
}

.latest_video .title {
  background: rgba(0, 156, 181, 1);
  background-size: cover;
  color: #fff;
}

.latest_video .title span {}

.latest_video ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.latest_video ul li {
  border-bottom: none;
  background: #fff;
  position: relative;
  padding: 10px 5px;
}

.latest_video ul li:nth-of-type(even) {
  background: #f7f7f7;
}

.latest_video ul li span {
  color: #009cb5;
}

.latest_video ul li a {
  display: block;
  padding: 0;
  color: #333;
}

.latest_video .cover {
  float: left;
  width: 42%;
}

.latest_video .content {
  float: right;
  width: 56%;
}

.latest_video img {
  width: 100%;
}

.latest_video ul li span {
  display: block
}

.latest_video .more_area a {
  background: rgba(0, 156, 181, .7);
  color: #fff;
}

.latest_video .more_area a:hover {
  background: rgba(0, 156, 181, 1);
  color: #fff;
}





.latest_notices {
  float: left;
  width: 24%;
  background: #fff;
  position: relative;
  box-shadow: 0 0 2px rgba(0, 0, 0, .3);
  margin: 0 0.5%;
}

.latest_notices .area {
  border: 1px solid #8989be;
  min-height: 350px;
}

.latest_notices .title {
  background: rgba(137, 137, 190, 1);
  background-size: cover;
  color: #fff;
}

.latest_notices .title span {}

.latest_notices ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.latest_notices ul li {
  border-bottom: none;
  background: #fff;
  position: relative;
  padding: 10px 5px;
}

.latest_notices ul li:nth-of-type(even) {
  background: #f7f7f7;
}

.latest_notices ul li span {
  float: left;
  padding: 0 0;
  width: 25%;
}

.latest_notices ul li a {
  display: block;
  padding: 0;
  color: #333;
}

.latest_notices ul li:hover .content {
  color: #8989be
}

.latest_notices .content {
  float: right;
  color: #4a4a4a;
  width: 68%;
}

.latest_notices .content img {
  width: 25px;
}

.latest_notices ul li .datebox {
  margin: 0 0 10px 0;
  border-bottom: 2px solid #fff600;
  float: left;
  display: inline-block;
  width: 100%;
  font-family: "Oswald", "微軟正黑體";
}

.latest_notices .day {
  font-size: 26px;
  display: block;
  color: #00266e;
  float: left;
  margin-right: 3px;
  letter-spacing: -1px
}

.latest_notices .datebox span {
  float: none;
  padding: 0;
}

.latest_notices .month {
  font-size: 14px;
  color: #4a4a4a;
  display: block;
  float: left;
  margin: 3px 0 2px 0;
  letter-spacing: -1px
}

.latest_notices .datebox span {
  padding: 2px 0 0 0;
}

.latest_notices .more_area a {
  background: rgba(137, 137, 190, .7);
  color: #fff;
}

.latest_notices .more_area a:hover {
  background: rgba(137, 137, 190, 1);
  color: #fff;
}



.main_calenadr {
  float: left;
  width: 24%;
  background: #fff;
  position: relative;
  box-shadow: 0 0 2px rgba(0, 0, 0, .3);
  margin: 0 0.5%;
}

.main_calenadr .area {
  border: 1px solid #13805a;
  min-height: 350px;
}

.main_calenadr .title {
  background: rgba(19, 128, 90, 1);
  background-size: cover;
  color: #fff;
}

.main_calenadr .title span {}

.main_calenadr ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.main_calenadr ul li {
  border-bottom: none;
  background: #fff;
  position: relative;
  padding: 10px 5px;
}

.main_calenadr ul li:nth-of-type(even) {
  background: #f7f7f7;
}

.main_calenadr ul li span {}

.main_calenadr ul li a {
  display: block;
  padding: 0;
  color: #333;
}

.main_calenadr .more_area a {
  background: rgba(19, 128, 90, .7);
  color: #fff;
}

.main_calenadr .more_area a:hover {
  background: rgba(19, 128, 90, 1);
  color: #fff;
}







/* Main Userful Links */

.Userful_link_inside {}



.Userful_link_inside ul {
  list-style: none;
  margin: 0 0 0 -2%;
  padding: 0
}

.Userful_link_inside ul li {
  float: left;
  position: relative
}



.Userful_link_inside ul li {
  width: 18%;
  margin-left: 2%;
}



.Userful_link_inside ul li img {
  border: 1px solid #fff;
  width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, .25)
}

.Userful_link_inside ul li:hover img {
  opacity: .7;
  box-shadow: 0 0 2px rgba(0, 0, 0, .4)
}

.Userful_link_inside ul li a {
  display: block;
}





.Userful_link_inside figure {

  float: left;

  position: relative;

  overflow: hidden;
  cursor: pointer;

}





.Userful_link_inside ul li .blur {

  background: rgb(8, 108, 194);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;

  background: linear-gradient(180deg, rgba(8, 108, 194, 0.2) 0%, rgba(8, 108, 194, 0.5) 50%, rgba(8, 108, 194, 0.2) 100%);

  height: 100%;

  width: 100%;
  left: 0;
  top: 0;

  z-index: 5;

  position: absolute;

}

.Userful_link_inside ul li:hover .blur {
  opacity: .2
}

.caption-text {

  z-index: 5;

  color: #fff;

  position: absolute;

  width: 100%;

  height: 100%;
  top: 0;

  text-align: center;

}



.caption-text h5 {

  position: absolute;
  font-size: 26px;
  font-weight: 500;
  line-height: 46px;

  top: 47.5%;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;

  left: 50%;

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  -ms-transform: translateX(-50%);
  white-space: nowrap;

  transform: translateX(-50%);
  color: #fff !important;
  border-left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



.Userful_link_inside ul li:hover h5 {
  font-size: 30px;
  color: #f5fdff !important;
}



.caption-text h5::after {

  content: '';

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 0.12em;

  background-color: #ffcd03;

  opacity: 0;

  transition: opacity 300ms, transform 300ms;



  opacity 1;

  transform: translate3d(-100%, 0, 0);

}



.Userful_link_inside ul li:hover .caption-text h5::after {

  opacity: 1;

  transform: translate3d(0, 0, 0);

}





/* Footer */

footer {
  background: #f1f1f1;
}



.sch_info {
  padding: 40px 15px
}

.sch_info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: table
}

.sch_info ul li {
  float: left;
  margin: 5px 15px;
  text-align: left;
}

.sch_info ul li span {
  background: url(../images/icon/icon_map.png) no-repeat left center;
  padding: 5px 0 5px 45px;
}

.sch_info ul li+li span {
  background: url(../images/icon/icon_tel.png) no-repeat left center;
}

.sch_info ul li+li+li span {
  background: url(../images/icon/icon_fax.png) no-repeat left center;
}

.sch_info ul li+li+li+li span {
  background: url(../images/icon/icon_mail.png) no-repeat left center;
}



.footer {
  font-size: 14px;
  background: #eb821b
}

.footer .screen {
  padding: 30px 15px;
}

.footer .copyright {
  float: left;
  width: 75%;
  text-align: left;
  color: #fff
}

.footer .power {
  float: right;
  width: 20%;
  text-align: right
}

.footer .power a {
  color: #fff;
}

.footer .power a:hover {
  color: #fff
}

.footer .copyright a {
  color: #fff;
}



.inner_banner {
  position: relative;
  overflow: hidden;
  background-position: top center;
  min-height: 450px;
  background-size: cover;
  text-align: center;
  margin-bottom: -50px;
}

.inner_banner h1 {
  display: none;
  text-align: center;
  letter-spacing: 10px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, .5);
  background: rgba(255, 176, 0, .65);
  padding: 12px 20px 12px 30px;
}



@media screen and (max-width: 1580px) {

  .inner_banner {
    min-height: 350px;
  }

}



.inner_banner::after {

  content: '';

  background: url(../images/web/banner.png) no-repeat bottom;

  background-size: auto;

  position: absolute;

  width: 100%;

  height: 163px;

  bottom: 0;

  background-size: 100%;

  left: 0
}



.non_banner {}

.non_banner h1 {}



#media {
  background: url(../images/web/banner_default.png) no-repeat top center;
  background-size: cover;
}



/* Nevigation */

.nevigation {
  padding: 15px 10px;
  font-size: 13px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 15px;
}

.nevigation .screen {
  padding: 0;
}

.nevigation .home {
  background: url(../images/icon/icon_home_orange.png) no-repeat;
  background-position: 0px 3px;
  display: block;
  padding-left: 25px;
}

.nevigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.nevigation ul .sp {
  padding: 0px 15px;
  color: #666
}

.nevigation ul li {
  float: left;
  line-height: 24px;
}

.nevigation ul li a {
  color: #666;
  text-decoration: none
}

.nevigation ul li a:hover {
  text-decoration: none;
  color: #f7931d
}

.nevigation .void_link {
  cursor: auto;
  color: #aeaeae !important
}





/* Page Content */

.inner_content {
  padding-bottom: 250px;
  min-height: 450px;
}

.inner_content .main_content {
  float: right;
  width: 77%;
}

.inner_content_full {}

.inner_content_full .main_content {
  padding-bottom: 50px;
  min-height: 350px;
}

.inner_content img,
.inner_content_full img {
  max-width: 100%;
  height: auto;
}



.left_menu {
  float: left;
  width: 21%;
  border-radius: 16px;

  overflow: hidden;
}

.sidebar-nav {
  float: left;
  width: 21%;
  border-radius: 16px;

  overflow: hidden;
}

.sidebar-nav .title {
  padding: 30px 0 20px 0;
  background: url(../images/icon/bg_category.png) no-repeat center bottom;
  color: #fff;
  font-size: 26px;
  background-size: cover !important;
  margin: 0px;
  text-align: center;
  text-shadow: 0 0px 10px rgba(108, 108, 108, 0.73);
}

.sidebar-nav ul {

  padding: 0;

  margin: 0;

  list-style: none;

  background: #fffcf5;

}

.sidebar-nav .metismenu {

  padding: 15px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

}



.sidebar-nav .metismenu a.current {
  color: #0766c0;
}



.sidebar-nav .metismenu li+li {

  margin-top: 5px;

}

.sidebar-nav .metismenu li:first-child {

  margin-top: 5px;

}

.sidebar-nav .metismenu li:last-child {

  margin-bottom: 5px;

}

.sidebar-nav .metismenu>li {

  /*-webkit-box-flex: 1;

    -ms-flex: 1 1 0%;

    flex: 1 1 0%;*/

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  position: relative;

}

.sidebar-nav .metismenu a {

  position: relative;

  display: block;

  padding: 5px 35px 5px 15px;

  color: #333333;

  outline-width: 0;

  transition: all .3s ease-out;

}



.sidebar-nav .metismenu ul a {

  padding: 5px 35px 5px 30px;

  border-bottom: 1px dotted #ddd;
  line-height: 27px;

}

.sidebar-nav .metismenu ul ul a {

  padding: 5px 35px 5px 45px;

}

.sidebar-nav .mm-active {
  color: #f7931d !important;
}

.sidebar-nav .metismenu a:hover,

.sidebar-nav .metismenu a:focus,

.sidebar-nav .metismenu a:active,

.sidebar-nav .metismenu .mm-active>a {
  color: #f7931d;
  text-decoration: none;
}



/* Content Template */



.boxing .title {
  font-size: 28px;
  color: #f7931d;
  margin: 35px 0 10px 0;
  padding: 0;
  font-weight: bold
}

.boxing .description {}

.Album ul {
  list-style: none;
  padding: 0px;
  margin: 0
}



.Album ul {
  list-style: none;
  padding: 0px;
  margin: 0
}



.main_content ul {
  /* list-style: none; */
  margin: 0 0 15px 2%;
  padding-left: 20px;
}

.main_content ul li {
  position: relative;
}

.main_content ul.star {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.main_content ul.star li {
  position: relative;
  padding: 10px 0 10px 62px;
}

.main_content ul.star li::before {
  content: '';
  position: absolute;
  background: url(../images/web/ulli.png) no-repeat;
  width: 54px;
  height: 29px;
  left: 0;
  top: 15px;
}




.tabs ul li::before,
#pages ul li::before {
  display: none
}





.right_desc ul {
  margin: 0 0 0 0px !important;
  padding: 0;
  list-style: outside
}

.right_desc ol {
  margin: 0 0 0 0px !important;
  padding: 0;
}

.right_desc ul li,
.right_desc ol li {
  float: none !important;
}



#Inner_Type_A ul,
#Inner_Type_A2 ul {
  margin: 0 0 15px -2%;
}

#Inner_Type_A li,
#Inner_Type_A2 li {
  float: left;
  width: calc(33.3% - 2% - 10px - 4px);
  margin: 0 0 15px 2%;

}

#Inner_Type_A li p,
#Inner_Type_A2 li p {
  text-align: center;
}

#Inner_Type_A li:nth-child(3n+1),
#Inner_Type_A2 li:nth-child(3n+1) {
  clear: both;
}

#Inner_Type_A li img,
#Inner_Type_A2 li img {
  border: 2px solid #f7931d;
  padding: 5px;
  border-radius: 12px;
}

#Inner_Type_A li,
#Inner_Type_A2 li {
  position: relative;
  padding: 0 !important;
}

#Inner_Type_A ul li::before,
#Inner_Type_A2 ul li::before {
  display: none !important
}















#Inner_Type_B ul,
#Inner_Type_B2 ul {
  margin: 0 0 15px -2%;
}

#Inner_Type_B li,
#Inner_Type_B2 li {
  float: left;
  width: 48%;
  margin: 0 0 15px 2%;
}

#Inner_Type_B li p,
#Inner_Type_B2 li p {
  text-align: left;
}

#Inner_Type_B li:nth-child(2n+1),
#Inner_Type_B2 li:nth-child(2n+1) {
  clear: both;
}

#Inner_Type_B li img,
#Inner_Type_B2 li img {
  border: 2px solid #f7931d;
  padding: 5px;
  border-radius: 12px;
}

#Inner_Type_B li,
#Inner_Type_B2 li {
  position: relative;
  padding: 0 !important;
}

#Inner_Type_B ul li::before,
#Inner_Type_B2 ul li::before {
  display: none !important
}



#Inner_Type_C li .title_des {
  float: left;
  width: 33%
}

#Inner_Type_C li .right_desc {
  float: right;
  width: 65%;
  text-align: left
}

#Inner_Type_C2 li .title_des {
  float: right;
  width: 33%
}

#Inner_Type_C2 li .right_desc {
  float: left;
  width: 65%;
  text-align: left
}

#Inner_Type_C li p,
#Inner_Type_C2 li p {
  text-align: left;
}



#Inner_Type_C li,
#Inner_Type_C2 li {
  position: relative;
  padding: 0 !important;
}

#Inner_Type_C ul li::before,
#Inner_Type_C2 ul li::before {
  display: none !important
}





.download_area ul {
  list-style: none;
  margin: 0px 0;
  padding: 0px;
}

.download_area ul li {
  margin: 0 0 15px 2%;
  text-align: left;
}

.download_area ul li a {
  background: url(../images/icon/icon_download.png) no-repeat left;
  background-position: 3px 5px;
  padding: 8px 0 3px 30px;
  line-height: 19px;
  color: #555;
  background-size: 23px 23px;
  display: block;
}

.download_area ul li a:hover {
  background: url(../images/icon/icon_download.png) no-repeat left;
  background-position: 3px 8px;
  color: #666;
  background-size: 23px 23px
}

.download_area li {
  position: relative;
  padding: 0 !important;
}

.download_area ul li::before {
  display: none !important
}





.slider_inner li,
.site-map li,
.information li {
  position: relative;
  padding: 0 !important;
}

.slider_inner ul li::before,
.site-map ul li::before,
.information ul li::before {
  display: none !important
}









#Inner_Type_D ul {
  list-style: none;
  margin: 0px 0;
  padding: 0px;
}

#Inner_Type_D ul li {
  float: left;
  width: 31%;
  margin: 0 0 15px 2%;
  text-align: left;
}

#Inner_Type_D ul li a {
  background: url(../images/icon/icon_download.png) no-repeat left;
  background-position: 3px 5px;
  padding: 8px 0 3px 30px;
  line-height: 19px;
  color: #555;
  background-size: 23px 23px;
  display: block;
}

#Inner_Type_D ul li a:hover {
  background: url(../images/icon/icon_download.png) no-repeat left;
  background-position: 3px 8px;
  color: #666;
  background-size: 23px 23px
}







.full {}

#tpl .dropdown span {
  cursor: pointer;
  color: #333;
  font-size: 16px;
  border: 2px solid #fff;
  background: #f8f7f7;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  padding: 8px 30px 8px 5px;
  position: relative;
}

#tpl .dropdown {
  float: right;
  margin: 0 0;
  position: relative;
}

#tpl .dropdown span::after {

  content: "\f078";
  color: #fabe00;
  font-weight: normal;

  font-style: normal;
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 0px;



  outline: none;





  pointer-events: painted;

  float: right;
  display: block;

}



#tpl .dropdown-content {

  display: none;

  position: absolute;
  right: 0;

  background-color: #f9f9f9;

  min-width: 160px;

  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);

  padding: 0;

  z-index: 1;

}

#tpl .dropdown:hover .dropdown-content {
  display: block;
}

#tpl .dropdown-content ul {
  list-style: none;
  padding: 5px;
  margin: 0;
  display: flex;

  flex-direction: column-reverse;
}

#tpl .dropdown-content ul li {
  float: right;
  padding: 5px;
}

#tpl .dropdown-content ul li a {
  display: block;
  padding: 5px;
  text-align: center;
  border-bottom: 1px dotted #ddd;
  color: #333
}

#tpl .dropdown-content ul li a:hover {
  background: #f7931d;
  color: #fff;
}

#tpl .dropdown-content ul li::before {
  display: none
}

/* Sub Category  */

.sub_category {
  float: none;
  margin: 0px;
  padding: 0;
}

.sub_category ul {
  list-style: none;
  padding: 5px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  margin: 0px 0;
  border-bottom: 2px solid #ddd;
  background: #fffce4;
}

.sub_category ul li {
  float: left;
  margin: 0 px;
  padding: 0 5px
}

.sub_category ul li a {
  padding: 10px 15px;
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 23px;
}

.sub_category ul li+li {
  border-left: 2px dotted #f7931d;
}

.sub_category ul li a:hover {
  background: #f7931d;
  color: #fff;
}

.sub_category ul li a.current {
  background: #013d85;
  color: #fff;
}

.sub_category ul li::before {
  display: none;
}




#awards_list .sub_category ul {
  border-bottom: none;
  background: none;
  box-shadow: none;
}

#awards_list .sub_category ul li a {
  border-radius: 16px;
  border: 3px dotted #f7931d;
}

#awards_list .sub_category ul li a:hover {
  background: #f7931d;
  border: 3px dotted #fff;
}

#awards_list .sub_category ul li a.current {
  background: #f7931d;
  border: 3px dotted #fff;
}

#awards_list .sub_category ul li+li {
  border-left: none
}

.sub_category_year {
  float: right;
  margin: 10px 0;
}

.sub_category_year ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.sub_category_year ul li {
  float: left;
  margin: 0 5px;
  padding: 0;
}

.sub_category_year ul li+li {
  border-left: 1px dotted #666;
}

.sub_category_year ul li a {
  padding: 10px 15px;
  display: block;
  color: #ff9038;
  font-size: 16px;
  line-height: 19px;
}

.sub_category_year ul li a:hover {
  background: #ff9038;
  color: #fff;
}

.sub_category_year ul li a.current {
  background: #ff9038;
  color: #fff;
}



/* Information Template */

#pages {
  float: right;
  margin: 15px 0px 0;
  clear: both;
  font-size: 12px;
}

.pages_page {
  float: left;
  padding: 0px 10px 0 0;
}

#pages ul {
  float: left;
  list-style: none;
  min-height: 17px;
  margin: 0px;
  padding: 0px;
}

#pages ul li {
  float: left;
  margin: 0px 5px 0px 5px;
  padding: 0;
}

#pages ul li a {
  line-height: 25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: #333;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

#pages ul li a:hover {
  background: #ececec;
  text-decoration: underline
}

#pages ul li a.pgCurrent {
  background: #013d85;
  color: #fff
}



.information {}

.information ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.information ul li {
  position: relative;
}

.information ul li a {
  display: block
}

.information ul li a:hover {
  text-decoration: none
}



.update_dated {
  text-align: left;
  display: block
}

.update_dated span {
  position: relative;
  background: url("../images/web/i_awards_date.png") no-repeat center left;
  padding: 10px 0px 10px 40px;
}

#template_Awards .information ul {
  list-style: none;
  padding: 5px 0;
}

#template_Awards .information ul li {
  float: none;
  width: 100%;
  border-bottom: 2px dotted #ddd;
  padding: 10px 0 !important;
  margin-bottom: 20px;
}

#template_Awards .information ul li h5 {
  padding-bottom: 5px;
}

#template_Awards .information ul li table {
  width: 100% !important;
  height: auto !important
}



#template_Awards .information ul li table span,
#template_Awards .information ul li table,
#template_Awards .information ul li table p {
  font-family: "cwTeXYen", 'Noto Sans TC', sans-serif !important;
  font-size: 16px !important;
  line-height: 33px !important;
  font-weight: normal !important;
}



#template_A .information ul {
  list-style: none;
  padding: 5px 0;
}

#template_A .information ul li {
  float: none;
  width: auto;
  background: #fff;
  padding: 0px;
  border: 0px solid rgba(255, 255, 255, 0.1);
}

#template_A .information ul li .cover {
  float: left;
  width: 33%;
  margin: 0 15px 0 0;
}

#template_A .information ul li:nth-child(3n+1) {
  clear: both;
}

#template_A .information ul li a {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  background: #f3f3f3;
}

#template_A .information ul li a:hover {
  background: #eee9e4;
  border: 1px solid rgba(255, 255, 255, 0.5);
}



#template_A .information li,
#template_B .information li,
#template_C .information li {
  position: relative;
  padding: 0 !important;
}

#template_A ul li::before,
#template_B ul li::before,
#template_C ul li::before {
  display: none !important
}



#template_C .information ul li img,
#template_B .information ul li img,
#template_A .information ul li img {
  border: 0px solid #f7931d !important;
  padding: 0px !important;
  border-radius: 0px !important;
}









#template_B .information ul {
  list-style: none;
  padding: 5px 0;
  margin: 0 0 0 -2%;
}

#template_B .information ul li {
  float: left;
  width: 48%;
  margin: 0 0 15px 2%;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

#template_B .information ul li:nth-child(2n+1) {
  clear: both;
}

#template_B .information ul li .cover {
  float: left;
  width: 33%;
  margin: 0 0 0 0;
}

#template_B .information ul li .content {
  float: right;
  width: 65%
}

#template_B .information ul li a {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #fffbf0;
}

#template_B .information ul li a:hover {
  background: #f6fdff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}



#template_C .information ul {
  list-style: none;
  padding: 5px 0;
  margin: 0 0 0 -2%;
}

#template_C .information ul li {
  float: left;
  width: 31.33%;
  margin: 0 0 15px 2%;
}

#template_C .information ul li:nth-child(3n+1) {
  clear: both;
}

#template_C .information ul li .cover {
  width: 100%;
  margin: 0;
}

#template_C .information ul li a {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  background: #fffbf0;
}

#template_C .information ul li a:hover {
  background: #eee9e4;
  border: 1px solid rgba(255, 255, 255, 0.3);
}



/* Notice */

#template_notice .information ul {
  margin: 0 0 0 0%;
  border-top: 2px solid #ddd
}

#template_notice .information ul li {
  float: none;
  width: 100%;
  margin: 0;
  padding: 10px 0px 10px 0;
  line-height: 17px;
  border-bottom: 1px solid #ddd;
}

#template_notice .information ul li a {
  display: inline-block;
  padding: 0px 0;
  width: 100%;
}

#template_notice .information ul li a:hover {
  color: #333;
  text-decoration: none
}

#template_notice .information ul li:hover {
  background: #eff9ff;
}

#template_notice .information .date {
  float: left;
  width: 15%;
  padding: 0px 5px 0px 10px;
}

#template_notice .information .date span {
  padding: 5px 0 5px 28px;
  background-size: 20px 18px;
}

#template_notice .information .number {
  float: left;
  width: 10%;
  padding: 5px 0;
  font-size: 16px;
}

#template_notice .information .title {
  float: left;
  width: 60%;
  padding: 5px 0;
  font-size: 16px;
  line-height: 19px;
  text-shadow: 0 0 0
}

#template_notice .information p {
  width: auto;
  font-size: 15px;
}

#template_notice .information .download {
  float: right;
  width: 8%;
  overflow: hidden
}

#template_notice .information .download a {
  background: url(../images/icon/icon_pdf.png) no-repeat;
  background-position: 0px 0px;
  background-size: 20px;
  padding: 5px 5px 5px 30px;
  display: block;
  color: #fc2130;
  font-size: 16px;
  line-height: 19px;
  display: block
}





.date span {
  background: url(../images/web/date.png) no-repeat;
  padding: 0 20px 0px 30px;
  display: inline-block;
  color: #333;
  background-size: 18px 18px;
  background-position: 0px 45%;
}



.slider_theme {
  position: absolute;
  right: 0px;
  top: 30%;
  z-index: 10
}

.slider_theme a {
  font-size: 15px;
  line-height: 19px !important;
  background: rgba(255, 255, 0, .9) !important;
  color: #000;
  padding: 5px 12px !important;

  border: 0px solid rgba(255, 255, 255, 0.2) !important;
  margin: 0px !important;
  width: auto !important
}



.information ul li,
.sentense {
  position: relative;
}

.information ul li .editing,
.grid_photo .editing,
.Userful_link_inside ul li .editing,
.sentense .editing {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11
}

.information ul li:hover .editing,
.grid_photo:hover .editing,
.Userful_link_inside ul li:hover .editing,
.sentense:hover .editing {
  display: block;
}

.information ul li .editing a,
.grid_photo .editing a,
.Userful_link_inside ul li .editing a,
.sentense:hover .editing a {
  font-size: 15px;
  line-height: 19px !important;
  background: rgba(255, 255, 0, .9) !important;
  color: #000;
  padding: 5px 12px !important;

  border: 0px solid rgba(255, 255, 255, 0.2) !important;
  margin: 0px !important;
  width: auto !important
}



ul.primary {
  text-align: center;
}







.youtube_video {
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  padding: 0;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.youtube_video iframe {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%
}

.video_theme {
  max-width: 80%;
  margin: 50px auto;
}



.grid_photo {

  float: left;

  position: relative;

  overflow: hidden;

  cursor: pointer;

}

.grid_photo .caption {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid_photo:hover .caption {
  opacity: 1;
}

.grid_photo .blur {

  background-color: rgba(1, 65, 146, 0.65);

  height: 100%;

  width: 100%;

  z-index: 5;

  position: absolute;

}

.grid_photo a {

  display: block;
  height: 100%;

  width: 100%;

}

.grid_photo .caption-text {

  z-index: 10;

  color: #fff;

  position: absolute;

  width: 100%;

  height: 100%;
  top: 0;

  text-align: center;

}



.grid_photo .caption-text h5 {

  font-size: 21px;
  position: absolute;

  top: 47.5%;
  line-height: 23px;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;

  left: 50%;

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);
  color: #fff !important;
  border-left: 0;
}



.my-masonry-grid {
  margin: 30px 0;
}



.my-masonry-grid-item {

  margin: 0 6px 12px;

  padding: 5px;

  background: #fff4e7;

}



/* Site Map */

.site-map {
  margin: 0;
  padding: 0;
}

.site-map ul {
  list-style: none;
  margin: 0 0 0 -3%;
  padding: 0;
}

.site-map ul li {
  float: left;
  width: 22%;
  margin: 0 0 15px 3%;
  padding: 0;
  list-style: none;
}

.site-map ul li:nth-child(4n+1) {
  clear: both;
}

.site-map ul li ul {
  list-style: none;
  margin: 0 0 0 0px;
  padding: 0;
}

.site-map ul li ul li {
  float: none;
  width: 100%;
  margin: 0;
}

.site-map ul li ul li ul {
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
}



.site-map ul li a {
  color: #085cba;
  padding: 5px 0px;
  display: block;
  border-bottom: 1px solid #ddd;
}

.site-map ul li a:hover {
  text-decoration: none;
}

.site-map ul li ul li a {
  border-bottom: 0px solid #ddd;
  color: #333
}



.site-map ul li ul li ul li a {
  font-size: 16px;
  border-bottom: 0px solid #ddd;
  color: #555;
  background: url(../images/icon/arrow_right.png) no-repeat;
  background-size: 15px 15px;
  background-position: 0px 50%;
  padding: 5px 0px 5px 20px;
  display: block
}

ul.site-map-menu li ul li ul li a:hover {
  background: url(../images/icon/arrow_right.png) no-repeat;
  background-size: 15px 15px;
  background-position: 0px 50%;
}

.site-map ul li ul li ul li ul li a {
  font-size: 16px;
  border-bottom: 0px solid #ddd;
  color: #555;
  background: url(../images/icon/poting_right.png) no-repeat;
  background-size: 7px 7px;
  background-position: 5px 50%;
  padding: 5px 0px 5px 20px;
  display: block
}

ul.site-map-menu li ul li ul li ul li a:hover {
  background: url(../images/icon/poting_right.png) no-repeat;
  background-size: 7px 7px;
  background-position: 0px 50%;
}



/* Subject Template */

.subject_category {}

.subject_category ul {
  list-style: none;
  margin: 0 0 0 -1.5%;
  padding: 0px;
}

.subject_category ul li {
  float: left;
  width: 31%;
  margin: 0 0 30px 2%;
  padding: 0;
}

.subject_category p {}

.subject_category a {
  padding: 10px;
  border: 1px solid #333;
  display: block
}

.subject_category a:hover {
  background: #F90;
  color: #fff;
}



.location {
  width: 100%;
  margin: 20px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.location iframe {
  width: 100%;
}



.sentense {
  margin: 20px 0;
}

.sentense .area {
  padding: 5px;
  float: right;
  width: calc(90% - 10px);
  background: #ffde00;
  border: 2px solid #fff;
  box-shadow: 0 0 0 4px #ffa800;
  border-radius: 8px;
}

.sentense .area p {
  background: #fff;
  padding: 5px 5px;
  border-radius: 8px;
}

.sentense .title {
  position: absolute;
  left: 10px;
  top: 10px;
}



/* Table */

table {
  border-collapse: inherit;
  width: 100%;
  line-height: 33px;
  border: 1px solid #f7931d;
  word-break: break-all;
}

tr:nth-child(even) td {
  background: #fff4e7;
  color: #333;
  padding: 5px;
}

tr:nth-child(odd) td {
  background: #fff;
  color: #333;
  padding: 5px;
}

table ul,
table ol {
  margin: 0;
}



#table_box {
  border-collapse: inherit;
  background: #f7931d
}

#table_box tr td {
  padding: 5px;
  background: #fff;
  border: 0px;
}

#table_box tr:nth-child(1) td {
  background: #f7931d !important;
  color: #fff !important;
}

#table_box tr:nth-child(odd) td {
  background: #fffcf3
}



.tablefield-wrapper {
  border-collapse: inherit;
}

.tablefield-wrapper tr td {
  padding: 5px;
  background: #fff
}

.tablefield-wrapper thead {
  background: #f7931d !important;
  color: #fff !important;
}

.tablefield-wrapper thead>tr>th {
  border-bottom: 0px !important;
}

.tablefield-wrapper tr:nth-child(odd) td {
  background: #fffcf3
}



.tablefield-wrapper caption {}



.tablefield-wrapper tr {

  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

  margin: 0 0;

  padding: 0 1px;

}

.tablefield-wrapper td,
.tablefield-wrapper th {

  flex: 1 1 150px;

}

.default_img {
  margin: 0px auto;
  text-align: center;
  max-width: 100%;
}



/* Pop Up Message Box */

#popup_this h2 {
  color: #fff;
  font-size: 21px;
  line-height: 26px;
}

#popup_this {

  text-align: center;

  margin-top: 0px;

  margin-left: 0px;

  width: 80%;

  background: #fff;
  color: #333;

  max-width: 960px;

}

#popup_this .content {
  min-width: 800px;
  min-height: 250px;
  max-height: 90%;
  height: auto;
  overflow-y: auto;
  padding: 0;
  margin: 15px;
  border: 0px solid #fff;
}

#popup_this .content img {
  max-width: 100%;
  height: auto
}



.b-close {

  position: absolute;

  right: 0;

  top: 0;

  cursor: pointer;

  color: #333;

  background: #D3D3D3;
  line-height: 23px;

  padding: 5px 12px;

}

.b-close:hover {

  background: #0868c5;

}

.contextual-links-region {
  position: relative;
}



.stellarnav ul li a p {
  background: url(../images/web/btn_home.png) no-repeat center;
  position: absolute;
  background-size: auto 100% !important;

  width: 100%;
  height: 30px;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.stellarnav ul li+li a p {
  background: url(../images/web/btn_school.png) no-repeat center;
}

.stellarnav ul li+li+li a p {
  background: url(../images/web/btn_info.png) no-repeat center;
}

.stellarnav ul li+li+li+li a p {
  background: url(../images/web/btn_styudy.png) no-repeat center;
}

.stellarnav ul li+li+li+li+li a p {
  background: url(../images/web/btn_expand.png) no-repeat center;
}

.stellarnav ul li+li+li+li+li+li a p {
  background: url(../images/web/btn_link.png) no-repeat center;
}

.stellarnav ul li+li+li+li+li+li+li a p {
  background: url(../images/web/btn_admission.png) no-repeat center;
}

.stellarnav ul li+li+li+li+li+li+li+li a p {
  background: url(../images/web/btn_ncs.png) no-repeat center;
}





.stellarnav ul li a:hover p {
  top: 5px
}

.stellarnav ul li ul li a p {
  background: none;
}

.stellarnav ul li ul li ul a p {
  background: none;
}



#jssor_1:after {
  content: '';
  background: url(../images/web/banner.png) no-repeat bottom;
  position: absolute;
  width: 100%;

  height: 163px;
  bottom: 0;
  background-size: 100%
}









.ih-item.circle.effect1 .img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: auto;
  height: auto;
  overflow: hidden;
}

.ih-item.circle.effect1 .img:before {
  display: none;
}

.ih-item.circle.effect1.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}

.ih-item.circle.effect1 .info {
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect1 .info p {
  color: #bbb;
  padding: 10px 5px;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect1 a:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}



.ih-item.circle.effect1 a:hover .info {
  opacity: 1;
}



.ih-item img {
  width: 100%;
  height: 100%;
}



.ih-item.circle {
  position: relative;
  width: 280px;
  height: 280px;
  border-radius: 50%;
}



.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}

.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);

  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ih-item.circle .img img {
  border-radius: 50%;
}

.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}



.ih-item.square {

  position: relative;

  width: 316px;

  height: 216px;

  border: 8px solid #fff;

  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);

}

.ih-item.square .info {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  text-align: center;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

}

.ih-item {

  position: relative;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  transition: all 0.35s ease-in-out;

}

.ih-item,

.ih-item * {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.ih-item a {

  color: #333;

}

.ih-item a:hover {

  text-decoration: none;

}

.index_button {
  margin-top: 50px;
  float: right;
  width: 60%;
}

.index_button ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.index_button ul li {
  float: left;
  width: 33.3%;
  margin-bottom: 60px;
}

.index_button ul li .effect1:before {
  content: '';
  background: url(../images/web/gifted_icon.png) no-repeat center;
  z-index: 1;

  top: 20%;
  left: 50%;
  transform: translate(-120%, -52%);
  position: absolute;
  width: 113px;
  height: 113px;
  background-size: contain;
}

.index_button ul li+li .effect1:before {
  background: url(../images/web/art_icon.png) no-repeat center;
  background-size: contain;
}

.index_button ul li+li+li .effect1:before {
  background: url(../images/web/science_icon.png) no-repeat center;
  background-size: contain;
}

.index_button ul li+li+li+li .effect1:before {
  background: url(../images/web/environment_icon.png) no-repeat center;
  background-size: contain;
}

.index_button ul li+li+li+li+li .effect1:before {
  background: url(../images/web/life_icon.png) no-repeat center;
  background-size: contain;
}

.index_button ul li+li+li+li+li+li .effect1:before {
  background: url(../images/web/healthy_icon.png) no-repeat center;
  background-size: contain;
}



.index_button figure {
  overflow: hidden;
}



.index_button ul li:nth-child(3n+1) {
  clear: both
}



.index_button ul li p {
  position: absolute;
  z-index: 1;
  top: 46%;
  left: 20%;
  transform: translate(0%, 0%);
  color: #fff;

  font-size: 40px;
  font-weight: bold;
  text-shadow: 0 0px 17px rgba(21, 21, 21, 0.73);
  pointer-events: none
}



.index_button ul li .spinner {
  width: 290px;
  height: 290px;
  border: 10px solid #7fd8fe;
  border-right-color: #1e50c2;
  border-bottom-color: #1e50c2;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.index_button ul li+li .spinner {
  border: 10px solid #ffa200;
  border-right-color: #ffce79;
  border-bottom-color: #ffce79;
}

.index_button ul li+li+li .spinner {
  border: 10px solid #af5492;
  border-right-color: #770f55;
  border-bottom-color: #770f55;
}

.index_button ul li+li+li+li .spinner {
  border: 10px solid #4f9148;
  border-right-color: #8bd183;
  border-bottom-color: #8bd183;
}

.index_button ul li+li+li+li+li .spinner {
  border: 10px solid #90ccff;
  border-right-color: #0b88f4;
  border-bottom-color: #0b88f4;
}

.index_button ul li+li+li+li+li+li .spinner {
  border: 10px solid #ff82a5;
  border-right-color: #ff2a66;
  border-bottom-color: #ff2a66;
}



#block-footer-sitemap-footer-sitemap h2 {
  display: none
}



#footer-sitemap {
  float: right;
  width: 65%;
  margin: 0
}



.main-menu ul li:nth-child(4n+1) {
  clear: both
}

#footer-sitemap ul li {
  width: calc(25% - 22px);
  margin-bottom: 30px;
  border-left: 2px solid #d7d6ce;
  padding: 0 0 0 20px;
}

#footer-sitemap ul li li {
  border-left: 0
}

#footer-sitemap ul li li {
  width: 100%;
}

#footer-sitemap a.fs-root-link {
  font-size: 18px;
  line-height: 23px;
  color: #ff7e00;
  border-bottom: 2px solid #ff7e00;
  margin-bottom: 10px;
}

#footer-sitemap ul li li {
  font-size: 17px;
  line-height: 25px;
  position: relative;
}



#footer-sitemap ul li li a:hover {
  color: #f7931d;
}



#footer-sitemap ul li ul li ul {
  display: none
}



#footer-sitemap ul li ul {
  left: 0px;
  position: relative;
  padding: 10px 5px 0 20px;
  z-index: 1
}

#footer-sitemap ul li li::before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  left: -13px;
  color: #F90;
  top: 3px;
}



.footer_info {
  position: relative;
  float: left;
  width: calc(37% - 36px);
  background: rgba(255, 255, 255, .5);
  border: 3px solid rgba(255, 255, 255, .5);
  border-radius: 16px;
  padding: 15px 15px 0 15px;
  z-index: 1;
  top: 75px;
  left: 0;
}

.footer_info ul {
  list-style: none;
  padding: 0px 0 10px 0;
  margin: 0;
}

.footer_info ul li {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}

.footer_info ul li img {
  max-width: 100%
}

.footer_info .logo_en {}

.footer_info .logo_txt {
  margin: 0 0 0 5px
}



.footer_info ul li+li span {
  background: url(../images/web/map.png) no-repeat left center;
  padding: 10px 0 10px 40px;
}

.footer_info ul li+li+li span {
  background: url(../images/web/tel.png) no-repeat left center;
}

.footer_info ul li+li+li+li span {
  background: url(../images/web/fax.png) no-repeat left center;
}

.footer_info ul li+li+li+li+li span {
  background: url(../images/web/mail.png) no-repeat left center;
}



.footer_info ul li+li {
  float: left;
  padding: 0 0 10px 0;
  margin: 0;
  text-align: left;
  position: relative
}





.footer_sitemap {
  float: left;
  width: 100%;
  background: #f3f3f3
}

.logo_m {
  display: none
}



#footer-sitemap ul li {
  display: none
}

#footer-sitemap ul li+li {
  display: block
}



.stellarnav.dark ul li a::before {
  content: '';
}

.stellarnav ul li a font {
  float: left;
  font-size: 20px;
  width: 100%;
  color: #f7931d;
  font-family: 'Road Rage', cursive;
}





.school {
  background: url(../images/web/school1.png) no-repeat bottom;

  position: absolute;

  width: 404px;

  height: 264px;

  bottom: -10px;

  right: 0;

  z-index: 1;
  background-size: 90%;
}



#mar_top {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  width: 100%;
  z-index: 0
}

#mar_top .screen {
  background: rgba(255, 255, 255, .85);
}

marquee {
  position: relative;
  font-size: 23px;

  letter-spacing: 1px;
  font-family: 'Titan One', cursive;



}





.stickers {
  position: absolute;
  max-width: 30%;
  right: 50px;
  pointer-events: none;

  top: -120px;
}

.stickers img {
  max-width: 100%
}


#awards_list .information ul li a {
  background: #fff;
  box-shadow: 1px 1px 3px rgba(60, 44, 37, .2);
  border-radius: 16px;
  ;
}

#awards_list .content {
  color: #F90;
  flex: 2;
}

#awards_list .information ul li a:hover {
  background: #fffcec;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 2px 2px 3px rgba(60, 44, 37, .4);
}

#awards_list figure {
  border-radius: 16px;
  overflow: hidden;
}

#awards_list .information ul li .cover {
  padding: 0 20px 0 0px;
  width: 30%;
}

#awards_list .information ul li a {
  display: flex;
  align-items: center;
}

#awards_list .cover img {
  display: block;
  /* 如果有圖片，顯示圖片 */
}

#awards_list .cover:not(:has(img)) {
  display: none;
  /* 沒有圖片時隱藏 .cover */
}

#awards_list .content {
  flex-grow: 1;
  /* 讓 .content 占據剩餘空間 */
}


.nevigation .void_link {
  cursor: auto;
  color: #aeaeae !important
}

.nevigation .void_link:hover {
  text-decoration: none !important;
}

#Inner_Type_A ul.star, 
#Inner_Type_A2 ul.star  {
    margin: 0 !important;
}

#Inner_Type_A ul.star li::before, 
#Inner_Type_A2 ul.star li::before {
    display: block !important;
}
#Inner_Type_A ul.star li, 
#Inner_Type_A2 ul.star li {
    padding: 10px 0 10px 62px !important;
}
