<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

html,
body {
  padding: 0px;
  margin: 0px;
  min-height: 100%;
  font-size: 18.5px;
  color: #333;
  line-height: 33px;
  font-family: '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;
}

a:link,
a:visited {
  color: #00645a;
  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;
  background: #235954f2;
}

.inside_content {
  background: #fff;
}

.screen {
  min-width: 300px;
  max-width: 1480px;
  position: relative;
  padding: 0px 10px;
}

.container {
  height: auto;
  min-height: 500px;
}

.container .screen {
  padding: 0 15px;
}

.container a {
  -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;
}

h1 {
  font-size: 38px;
  color: #025c53;
  text-transform: uppercase;
  line-height: 38px;
}

h2 {
  font-size: 33px;
  color: #00645a;
}

h4 {
  font-size: 23px;
  margin: 0px;
  color: #025c53;
  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;
  float: left;
  width: 100%;
}

.FullPage .main_content {
  width: 100% !important
}

.FullPage .sidebar-nav {
  display: none !important
}

.main_content {
  padding-bottom: 50px
}

.container #full {
  padding: 0;
  width: 100%;
  float: none
}

.more_area {
  position: absolute;
  right: 10px;
  display: block;
  z-index: 1;
  font-size: 14px;
  margin-top: -15px;
  text-align: center;
}

.more_area a {
  background: #fff100;
  color: #6eb72f;
  font-weight: bold;
  padding: 8px 20px 8px 20px;
  text-transform: uppercase;
}

.more_area a:hover {
  background: #6eb72f;
  color: #fff
}

.more_area a::after {
  content: '‧─';
}

.main_events_area {

}

.container .title {
  padding: 35px 0 35px 15px;
  color: #333;
  font-size: 23px;
}

.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1;
  width: 100%
}

.hover01 figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: .8;
}

figure {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  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(110, 183, 47, 0.91);
  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(110, 183, 47, 0.91);
  padding: 5px 15px 10px 15px
}

.header_block {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.header_block:after {
  position: absolute;
  top: 0;
  background: linear-gradient(#000, #0000);
  height: 200px;
  width: 100%;
  content: '';
  left: 0;
  z-index: -1;
}




.header {}



.sticky .header {
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  min-height: auto;
  background: #05433de0;

}

#media_mlinks {
  display: none
}

#inner_header {
  background: #235954f2;
  width: 100%;
  height: auto;
  display: block
}

.sticky .header_block::after {
  display: none !important
}

.logo {
  position: relative;
  float: left;
  width: calc(25%);
  padding: 15px 20px 15px 0;
  z-index: 9;
}

.logo::before {
  content: '';
  top: 0;
  left: -120%;
  bottom: 0;
  right: 0;
  border-radius: 0px 0 36px 0px;
  box-shadow: 0 0 9px rgba(0, 0, 0, .2);
  float: left;
  background: #fff;
  transform: scale(1);
  width: 220%;
  position: absolute;
  height: 100%;
}

.logo a {
  float: left;
  width: calc(100%);
  position: relative;
  margin: 0;
  transform: scale(1);
}

.logo img {
  max-height: 85px;
}



.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;
}

.links_top ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.links_top ul li {
  vertical-align: middle;
  display: table-cell;
  position: relative
}

.links_top ul li a {
  display: block;
  padding: 15px;
  color: #6eb72f;
  font-size: 16px;
  font-weight: bold
}

.links_top ul li+li:before {
  content: '';
  position: absolute;
  border-left: 2px solid #6eb72f;
  left: 0;
  top: 0;
  height: 50%;
  bottom: 0;
  margin: auto;
}

.links_top ul li+li+li+li:before {
  display: none
}

.media a {
  background: #fff
}

.media a:hover {
  background: #ddd;
}

.lang a {
  background: #106e5e;
  color: #fff !important;
  padding: 10px 10px !important
}

#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: right;
  width: auto;
  margin-top: 35px;
  right: 75px;
  position: relative;
}

.btn_Login {
  clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
  background: #fff;
  float: right;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 10px 20px 10px 20px;
}


.intranet {
  color: #025c53;
  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: #ffb400;
  border-radius: 4px;
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0);
  color: #fff;
  text-transform: uppercase;
  height: 30px;
  width: 64px;
  font-size: 16px;
  cursor: pointer
}

#login_btn:hover {
  background: #666;
  color: #fff
}



.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&gt;li&gt;a {
  color: #502960;
}

.navbar-material-blue .navbar-nav&gt;li&gt;a:hover,
.navbar-material-blue .navbar-nav&gt;li&gt;a:focus {
  background-color: #502960;
  color: #ffffff;
}

.navbar-material-blue .navbar-nav&gt;.open&gt;a,
.navbar-material-blue .navbar-nav&gt;.open&gt;a:hover,
.navbar-material-blue .navbar-nav&gt;.open&gt;a:focus {
  background-color: #502960;
  color: #ffffff;
}


.dropdown-menu&gt;li&gt;a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu&gt;li&gt;a.current {
  background-color: rgba(0, 0, 0, .3);
  color: #ffffff;
}

.dropdown-menu&gt;li&gt;a:hover,
.dropdown-menu&gt;li&gt;a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #fcc04c;
}

.dropdown-menu&gt;.active&gt;a,
.dropdown-menu&gt;.active&gt;a:hover,
.dropdown-menu&gt;.active&gt;a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #fcc04c;
  outline: 0;
}

.nav .open&gt;a,
.nav .open&gt;a:hover,
.nav .open&gt;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, #6eb72f 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: 0px 0;
  background: url(../images/web/welcome_bg.png) no-repeat #fff;
  position: relative;
  z-index: 0
}

.main_2 {
  padding: 0px 0;
  z-index: 0
}

.main_3 {
  background: #fff
}



.latest_new {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;padding: 0 0 50px 0;
}

.latest_new .area {

  min-height: 350px;
  padding: 0;
}

.latest_new .title {
font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
  background-size: cover;
  color: #fff;
}

.latest_new .title span {}

.latest_new ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.latest_new ul li {


  position: relative;
  padding: 15px 10px; border-bottom:1px solid #497c77
}

.latest_new ul li:nth-of-type(even) {

}

.latest_new ul li a {
  display: block;
  padding: 0;
  color: #333;
}

.latest_new ul li:hover .content {
background: #265651;
}

.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 {
  float: right;
  width: 100%;
  color: #fff;padding: 10px;display: flex;
  align-items: center;
  justify-content: center;
}
.content_title { flex:6}
.latest_new  .date { float: left;flex: 1;}
.latest_new  .date span {padding: 0px 20px 0px 40px; color: #fff}
.latest_new .content img {
  width: 25px;
}

.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  .more_area {margin-top: 40px;}
.latest_new .more_area a {
  background:rgb(111, 183, 47);
  color: #fff;
}

.latest_new .more_area a:hover {
  background: rgb(255, 215, 0);
  color: #fff;
}


.latest_awards {
  float: left;
  width: 30%;
  background: #fff;
  position: relative;
  margin: 0
}

.latest_awards .area {}

.latest_awards .title {
  background: rgba(255, 216, 58, 1);
  background-size: cover;
  color: #fff;
  position: absolute;
}

.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: 560px !important;
  height: 543px;
  position: relative;
  margin: 0;
  overflow: hidden;
}

.latest_awards .slick-slide img {
  margin: 0 0 0 -80px;

}


.latest_awards::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 210px;
  background: linear-gradient(to left, #fff 20%, #0000);
  z-index: 0;
  top: 0;
  right: -40px;
  pointer-events: none;
}

.latest_awards .content {
  float: right;
  width: 100%;
  position: absolute;
  background: linear-gradient(#0000, #000);
  bottom: 0;
  text-align: center;
  padding: 50px 0;
  font-size: 30px;
  color: #fff;
  background: linear-gradient(#0e887100, #0e8871);
}

.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_awards .slider {
  width: 100%;
  margin: 0;
}

.latest_awards .slick-slide {
  height: auto;
  margin: 0 0px;
  max-width: 479px;
}

.latest_awards .slick-prev {
  display: none !important
}


.latest_gallery {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  margin: 0;
  padding: 80px 0;
  background: url(../images/web/new_bg.png) no-repeat;
  z-index: 1
}

.latest_gallery .area {
  position: relative;
  z-index: 1;
  background: #fff
}

.latest_gallery .area::after {
  content: '';
  position: absolute;
  border-left: 2px solid #6eb72f;
  left: 50%;
  top: 0;
  height: 70%;
  bottom: 0;
  margin: auto;
  z-index: -1
}

.latest_gallery .title {
  text-transform: uppercase;
  display: inline-block;
  background: #6fb72f;
  padding: 20px;
  color: #fff;
  font-size: 30px;
  left: 20px;
  position: absolute;
  top: -40px;
}

.latest_gallery .title::after {
  content: '‧─';
}

.latest_gallery .title span {}

.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: 100%;
}

.latest_gallery .content {
  float: right;
  width: calc(100% - 40px);
  background: #fff;
  padding: 10px 20px;
}

.latest_gallery img {
  width: 100%;
}

.latest_gallery ul li span {
  display: block
}

.latest_gallery .more_area {
  margin-top: -40px
}

.latest_gallery .content .date span {
  color: #6fb72f;
  background: url(../images/web/date.png) no-repeat;
  background-size: 31px 28px;
  background-position: 0px 45%;
}

.latest_gallery .slick-slide {
  height: auto;
  margin: 60px 45px 20px 45px;
}

.latest_gallery .slider {
  width: 90%;
  margin: 20px 5%
}


.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: 100%;
  background: url(../images/web/new_letterbg.png) no-repeat #fff;
  position: relative;
  margin: 0;
}
.latest_notices .cover { width: 70%}

.latest_notices .slick-slide img {  max-width: 100%;  height: auto;}
.latest_notices .area {}

.latest_notices .title {
  text-transform: uppercase;
  display: inline-block;
  background: #6fb72f;
  padding: 20px;
  color: #fff;
  font-size: 30px;
  left: 20px;
  position: absolute;
  top: -40px;
  z-index: 0
}

.latest_notices .title::after {
  content: '‧─';
}

.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: #fff;
  width: 100%;
}

.latest_notices .content::before {
  content: '';
  background: url(../images/web/new_letterbg_before.png) no-repeat;
  position: absolute;
width: 45px;
  height: 30px;
top: 20px;
  left: 20px;
  background-size:contain
}

.latest_notices .content::after {
  content: '';
  background: url(../images/web/new_letterbg_after.png) no-repeat;
  position: absolute;
width: 45px;
  height: 30px;
  bottom: 20px;
  right: 20px;
  background-size:contain
}


.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: #00645a;
  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 .slick-slide {
  height: auto;
  margin: 50px 20px 30px 20px;
}

.latest_notices .slick-list a {
  background: #0e866f;
  padding: 80px 20px 70px 20px;
  
  text-align: center;
}

.latest_notices .date_box {
  position: absolute;
  top: -18px;
  right: -18px;
  background: #fff;
  padding: 18px 22px;
  border-radius: 50px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
}

.latest_notices .date_box span {
  color: #0e866f
}

.latest_notices .date_box .date_m {
  font-size: 33px;
}

.latest_notices .more_area {
  left: 20px;
  right: auto;
  margin: 50px 0 0 0;
}

.latest_notices .slider {
  margin: 20px 5%;
  float: right;
}



.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 {
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  background: #025c53
}

.sch_info {
  padding: 40px 15px;
  width: calc(33.3% - 30px);
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.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: center;
  width: calc(100% - 30px)
}

.sch_info ul li+li {
  width: calc(50% - 30px)
}

.sch_info ul li+li+li+li {
  width: calc(100% - 30px)
}

.sch_info ul li span {
  background: url(../images/web/map.png) no-repeat left center;
  padding: 5px 0 5px 25px;
  color: #fff;
}

.sch_info ul li+li span {
  background: url(../images/web/tel.png) no-repeat left center;
}

.sch_info ul li+li+li span {
  background: url(../images/web/fax.png) no-repeat left center;
}

.sch_info ul li+li+li+li span {
  background: url(../images/web/mail.png) no-repeat left center;
}

.sch_info ul li a {
  color: #fff
}


.link {
  width: calc(33.3%);
  margin: 40px 0;
  vertical-align: middle;
  display: table-cell;
}

.link .title {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 0 15px;
  font-size: 25px;
}

.link .title::before {
  content: '';
  position: absolute;
  border-left: 4px solid #6eb72f;
  left: 0;
  top: 0;
  height: 70%;
  bottom: 0;
  margin: auto;
}

.link .title::after {
  content: '‧─'
}

.link ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.link ul li {
  float: left;font-size: 18px;
line-height: 24px;
}

.link_box1,
.link_box2,
.link_box3 {
  float: left;
  /* width: 33.3%; */
  width: 100%;
  margin-top: 30px;
}

.link_box1 ul li,
.link_box2 ul li,
.link_box3 ul li {
  width: calc(100% - 20px);
  position: relative;
  padding: 0 0 0 20px
}

.link ul li::before {
  content: '';
  background: url(../images/web/arrow.png) no-repeat left center;
  position: absolute;
  width: 7px;
  height: 9px;
  left: 0;
  top: 35%;
}

.link ul li a {
  color: #fff
}

.map {
  width: calc(33.3%);
  vertical-align: middle;
  display: table-cell;
  height: 100%;
}

.map iframe {
  height: 100%
}

#block-block-2 {
  clear: both
}

.footer {
  font-size: 14px;
  background: #05433d;
  clear: both
}

.footer .screen {
  padding: 40px 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: #094388;
}

.footer .copyright a {
  color: #fff;
}

.inner_banner {
  position: relative;
  background: url(../images/web/inner_banner.jpg) no-repeat top center;
  padding: 10.8% 0px;
  background-size: 100%;
  text-align: center;
  width: calc(100% + 40px);
  left: -20px;
}

.inner_banner h1 {
  text-align: center;
  letter-spacing: 5px;
  font-weight: 400;
color: #6eb72f;

 background: #fffffff2;
  display: inline-block;
  padding: 2% 2% 1% 2%;
  position: absolute;
left: 10%;
top: 50%;
box-shadow: 0 0 3px rgba(0, 0, 0, .2);
max-width: 350px;line-height: 48px;

transform: translate(0%, -52%); margin:auto;  word-break: keep-all;
    word-wrap: break-word; 
    overflow-wrap: break-word; 
    white-space: normal; 

}
.inner_banner h1::before { content:''; position: absolute; top:-20px; right:0; left:0; margin:auto;  background: url(../images/web/inner_tag.png) no-repeat top center;width: 57px;
height: 42px; background-size:100%}

.non_banner {}

.non_banner h1 {}

#media {}

/* Nevigation */
.nevigation {
  padding: 15px 10px;
  /* font-size: 13px; */
  font-size: 16px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 15px;
  line-height: 24px;
}

.nevigation .screen {
  padding: 0;
  background: none !important
}

.nevigation .home {
  background: url(../images/icon/icon_home_green.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;
}

.nevigation ul li a {
  color: #666;
  text-decoration: none
}

.nevigation ul li a:hover {
  text-decoration: underline;
  color: #00645a
}

.nevigation #media_subtitle {
  float: left
}

/* Page Content */
.inner_content {

  background: linear-gradient(90deg, rgb(237, 237, 237) 20.5%, rgb(255, 255, 255) 20.5%);
}

.inner_content .screen {
  background: linear-gradient(90deg, rgb(237, 237, 237) 20.5%, rgb(255, 255, 255) 20.5%);
  height: auto;
}

.inner_content .main_content {
  float: right;
  width: calc(80% - 40px);
  padding: 0 20px 50px 20px;
  min-height: 100vh;
}

.inner_content_full {}

.inner_content_full .main_content {
  padding-bottom: 50px;
  min-height: 350px;
}

.inner_content img,
.inner_content_full img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.left_menu {
  float: left;
  width: 20%;
}

.sidebar-nav {
  float: left;
  width: 20%;
}

.sidebar-nav .titles {
  padding: 35px 15px;
  font-size: 26px;
  margin: 0px;
  text-align: left;
  color: #106e5e;
  font-weight: 500;
}

.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.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&gt;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 0px;
  color: #333333;
  outline-width: 0;
  transition: all .3s ease-out;
}

.sidebar-nav .metismenu ul a {
  padding: 2px 15px 2px 45px;
}

.sidebar-nav .metismenu ul ul a {
  padding: 2px 15px 2px 45px;
}

.sidebar-nav .mm-active {
  /* color: #6eb72f !important; */
  color: #fff !important;
}



.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:active,
.sidebar-nav .metismenu .mm-active&gt;a {

   color: #6eb72f; 
  text-decoration: none;
}

/* Content Template */

.boxing .title,
h3 {
  color: #000;
  padding: 10px 20px 10px 20px;
  margin: 20px 0;
  display: inline-table;
  font-size: 24px;
  position: relative;
  z-index: 2
}



.boxing img {
  max-width: 100%;
  width: auto;
}

.Album img {
  max-width: 100%
}

.boxing .title span::before,
h3 span::before {
  content: '‧─';
  right: 0;
  position: relative;
  float: right;
}

.boxing .title span::after,
h3 span::after {
  content: '─‧';
  right: 0;
  position: relative;
  float: left;
}


.boxing .title::after,
h3::after {
  content: '';
  background: #eff2f1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
  -webkit-animation: scale-up-hor-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
  animation: scale-up-hor-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
}

.boxing .description {
  padding: 10px 5px;
  margin: 0 0 10px 0
}

.Album ul {
  list-style: none;
  padding: 0px;
  margin: 0
}

.right_desc ul {
  margin: 0 0 0 20px !important;
  padding: 0;
  list-style: outside
}

.right_desc ol {
  margin: 0 0 0 20px !important;
  padding: 0;
}

.right_desc ul li,
.right_desc ol li {
  float: none !important;
}


.boxing ul,
.boxing ul {
  margin: 0 0 15px -2%;
  list-style: none
}

.boxing .description ul li {
  float: left;
  width: 100% !important;
  margin: 0;
  list-style: inside
}


#Inner_Type_A li,
#Inner_Type_A2 li {
  float: left;
  width: 31.3%;
  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 .description ul,
#Inner_Type_A2 .description ul {
  list-style: inside
}

#Inner_Type_A .description li,
#Inner_Type_A2 .description li {
  float: left;
  width: 100%;
  margin: 0
}


#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_H ul,
#Inner_Type_H2 ul {
  margin: 0 0 15px -2%;
}

#Inner_Type_H li,
#Inner_Type_H2 li {
  float: left;
  width: 23%;
  margin: 0 0 15px 2%;
}

#Inner_Type_H li p,
#Inner_Type_H2 li p {
  text-align: center;
}

#Inner_Type_H li:nth-child(4n+1),
#Inner_Type_H2 li:nth-child(4n+1) {
  clear: both;
}


#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 {
  clear: both
}

.right_desc ul {
  list-style: inside
}


.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 .title,
h3 {
  color: #000;
  padding: 10px 20px 10px 20px;
  margin: 20px 0;
  display: inline-table;
  font-size: 24px;
  position: relative;
  z-index: 2
}

.download_area .title span::before,
h3 span::before {
  content: '‧─';
  right: 0;
  position: relative;
  float: right;
}

.download_area .title span::after,
h3 span::after {
  content: '─‧';
  right: 0;
  position: relative;
  float: left;
}

.download_area .title::after,
h3::after {
  content: '';
  background: #eff2f1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
  -webkit-animation: scale-up-hor-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
  animation: scale-up-hor-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
}



#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
}

#Inner_Type_E ul {
  list-style: none;
  margin: 0px 0;
  padding: 0px;
}

#Inner_Type_E ul li {
  float: left;
  width: 31%;
  margin: 0 0 15px 2%;
  text-align: left;
}

#Inner_Type_E ul li a {
  background: url(../images/icon/icon_pdf.png) no-repeat left;
  background-position: 3px 5px;
  padding: 8px 0 6px 30px;
  line-height: 19px;
  color: #555;
  background-size: 23px 27px;
  display: block;
}

#Inner_Type_E ul li a:hover {
  background: url(../images/icon/icon_pdf.png) no-repeat left;
  background-position: 3px 8px;
  color: #666;
  background-size: 23px 27px
}

#Inner_Type_F {
  list-style: none;
  margin: 0px 0;
  padding: 0px;
}

#Inner_Type_F ul li {
  float: left;
  width: 100%;
  margin: 0 0;
  text-align: left;
}

#Inner_Type_F ul li iframe {
  width: 100%;
  height: 650px;
  border: 0;
}


.full {}

#tpl .dropdown span {
  cursor: pointer;
  border-bottom: 1px solid #039;
  color: #2e615c;
  font-size: 16px;
  border: 1px solid #ddd;
  padding: 5px 30px 5px 5px;
  position: relative;
}

#tpl .dropdown {
  float: right;
  margin: 0 0;
  position: relative;
}

#tpl .dropdown span::after {
  content: "\f078";
  color: #2e615c;
  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;
  width: 100%;
}

#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: #2e615c;
  color: #fff;
}

/* Sub Category  */
.sub_category {
  float: left;
  margin-bottom: 20px;
}

.sub_category ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.sub_category ul li {
  float: left;
  margin-right: 15px;
}

.sub_category ul li a {
  padding: 10px 21px;
  display: block;
  color: #025c53;
  background: #fff;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #025c53;
}

.sub_category ul li a:hover {
  background: #ffae00;
  color: #fff;
  border: 1px solid #2080d1;
}

.sub_category ul li a.current {
  background: #013d85;
  color: #fff;
  border: 1px solid #00645a;
}

/* 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;
}

#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: #2e615c;
  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
}



#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);
  background: #d9e6ce;
}

#template_A .information ul li a:hover {
  background: #eee9e4;
  border: 1px solid rgba(255, 255, 255, 0.5);
}


#template_A img{max-width: 100%;
  width: 100%;}
#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: #f6faff;
}

#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 .cover img { width:100%; max-width:100%}
#template_C .information ul li a {
  padding: 15px;
  border-radius: 16px;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 102, 102, .3)
}

#template_C .information ul li a:hover {
  background: #eff2f1;
}


.title_info { text-align:center; font-size:20px}

/* 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: 8px 20px 8px 40px;
  display: inline-block;
  color: #333;
  background-size: 31px 28px;
  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,.latest_awards .editing {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11
}
.latest_awards .editing { top:auto; bottom: 0}

.information ul li:hover .editing,
.grid_photo:hover .editing,
.Userful_link_inside ul li:hover .editing,
.sentense:hover .editing, .latest_awards:hover .editing {
  display: block;
}

.information ul li .editing a,
.grid_photo .editing a,
.Userful_link_inside ul li .editing a,
.sentense:hover .editing a,.latest_awards: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
}

.adding {
  display: none;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 11
}

.adding a {
  font-size: 15px;
  line-height: 19px;
  background: rgba(255, 255, 0, .9);
  color: #000;
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
}

.adding a::before {
  content: "+";
}

.area:hover .adding {
  display: block;
}




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: #F2F2F2;
}

/* 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: 0px solid #6eb72f;
  background: #00645a
}

tbody {
  border-top: 1px solid #6eb72f;
}

tr:nth-child(even) td {
  background: #ebf3f2;
  color: #333;
  padding: 5px;
}

tr:nth-child(odd) td {
  background: #fff;
  color: #333;
  padding: 5px;
}

table ul,
table ol {
  margin: 0;
}

th {
  border-bottom: 3px solid #519b94;
  background: #025c53;
  color: #fff;
}


#table_box {
  border-collapse: inherit;
  background: #ddd
}

#table_box tr td {
  padding: 5px;
  background: #fff;
  border: 0px;
}

#table_box tr:nth-child(1) td {
  background: #025c53 !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: #00645a !important;
  color: #fff !important;
}

.tablefield-wrapper thead&gt;tr&gt;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;
}

.power a {
  display: contents;
  position: relative;
}

.power b {
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
}

.welcome {
  float: left;
  width: 70%;
  margin-top: 70px;
  z-index: 0;
  position: relative;
}

.marquee_bg {
  position: relative
}

.marquee_bg {
  position: relative;
  float: left;
  width: calc(100%);
  padding: 70px 0 20px 0;
  z-index: 1;
  margin: -52px 0 0 0;
}

.marquee_bg::before {
  content: '歡迎來到';
  top: -60px;
  font-size: 100px;
  position: absolute;
  color: #ededed;
  z-index: 1;
  font-weight: bold;
}

.marquee_bg::after {
  content: '';
  top: 0;
  left: -60%;
  bottom: 0;
  right: 0;
  float: left;
  background: #ededed;
  transform: scale(1);
  width: 160%;
  position: absolute;
  height: 100%;
}



.welcome .information {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 0 60px 0;
}

.welcome .information::before {
  content: '保良局';
  animation: marquee 15s linear infinite;
  position: absolute;
  font-size: 100px;
  width: 100%;
  right: 0;
  font-weight: bold;
  top: 30px;
  text-align: right;
  color: #e7e7e7;
  z-index: -1;
}

.welcome .information::after {
  content: '蕭漢森小學';
  animation: marquee2 15s linear infinite;
  position: absolute;
  font-size: 100px;
  width: 100%;
  right: 0;
  font-weight: bold;
  bottom: 40px;
  text-align: left;
  color: #e7e7e7;
  z-index: -1;
}

.welcome .information p {
  overflow-y: scroll;
  max-height: 165px;
}

.welcome_img {
  position: relative;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 0;
  width: 267px;
  height: 90px;
  z-index: 2
}

.welcome_img img {
  animation: 20s linear 0s infinite normal none running circle-loop;
  position: absolute;
  top: 150px;
}

.school_name {
  text-align: center;
  font-size: 50px;
  color: #106e5e;
  line-height: 50px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
}

@keyframes circle-loop {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}



@-webkit-keyframes scale-up-left {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}

@keyframes scale-up-left {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}




@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@keyframes marquee2 {
  0% {
    right: 0;
  }

  100% {
    right: -100%;
  }
}



/*index_button*/
.index_button {
  padding: 0px 0 0 0;
  clear: both;
  position: relative;
  top: -50px;
  z-index: 1
}

.index_button ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.index_button ul li {
  float: left;
  width: calc(33.3% - 1%);
  ;
  margin: 0;
  position: relative;
  overflow: hidden;
  margin: 0.5%
}

.index_button img {
  width: 100%
}

.index_button figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1
}

.index_button ul li span {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1;
}

.index_button ul li:hover span {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.index_button ul li span {  left: 0;  margin: auto;  position: absolute;  width: 70px;  height: 74px;  right: 0;
  top: -20px;}
  
#learn span {
  background: url(../images/web/about_icon.png) no-repeat center;
  background-size: 100%;
}

#play span {

    background: url(../images/web/achivitment_icon.png) no-repeat center;
  background-size: 100%
}

#care span {
  background: url(../images/web/kind_icon.png) no-repeat center;
  background-size: 100%
}

#about span {
	  background: url(../images/web/learn_icon.png) no-repeat center;

  background-size: 100%
}

#achievement span {
  background: url(../images/web/play_icon.png) no-repeat center;
  background-size: 100%
}

#kind span {
	  background: url(../images/web/care_icon.png) no-repeat center;
  background-size: 100%
}


#learn,
#play,
#care,
#about,
#achievement,
#kind {
  position: absolute;
  z-index: 999;
  pointer-events: none;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 60px 0;
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}



.button p {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  padding: 0 0 90px 0;
  position: relative;
}

.button p::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 2px;
  background: #fff;
  right: 0;
  top: 50px;
}

.button p::before {
  position: absolute;
  content: '';
  width: 160px;
  height: 2px;
  background: #ff001c;
  right: 0;
  top: 40px;
}

#learn {
  background: linear-gradient(#0e887100, #0e8871)
}

#play {
  background: linear-gradient(#ffde0000, #ffde00)
}

#care {
  background: linear-gradient(#0060ff00, #0060ff)
}

#about {
  background: linear-gradient(#c1050500, #c10505)
}

#achievement {
  background: linear-gradient(#6eb72f00, #6eb72f)
}

#kind {
  background: linear-gradient(#0e887100, #0e8871)
}




/*button*/

.banner_area {
  position: relative
}

.banner_area::after {
  position: absolute;
  top: 0;
  background: linear-gradient(#000, #0000);
  height: 200px;
  width: 100%;
  content: '';
  left: 0;
  z-index: -1;
}

#menu {
  background: rgba(2, 92, 83, 0.95) none repeat scroll 0% 0%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2vw;
  z-index: 1;
}



#template_A .information ul li {
  background: #f3f9ee !important;
  margin: 0 0 10px 0;
  padding: 10px 10px !important;
  width: calc(100% - 40px) !important;
}

#template_A .date {
  float: left
}

#template_A .title {
  float: left;
  padding: 10px 15px;
  font-size: 18.5px;
}

#template_A .download {
  float: right
}

#template_A .date span { padding: 0px 20px 0px 40px }

#template_A .download a {
  background: none !important;
  padding: 10px 15px !important;
  margin-bottom: 0 !important
}



#full .inner_content .screen {
  background: #fff !important
}




@-webkit-keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}

@keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}

/* new style */

/* home page */



.index_button{

}

.latest_gallery .area{

}




/* 内頁 */

/* .inner_content .screen {background:linear-gradient(90deg, rgb(35, 89, 84) 21%, rgb(245, 249, 254) 21%);} */

.inner_content .main_content{ float: right;width:76%;min-height: 100%;padding:30px 0 50px 0; min-height:500px;}

.sidebar-nav .titles{color:#fff;        padding-left: 60px;  
}

.sidebar-nav .titles::before { content:''; position:absolute;content: '●';position: absolute;
  left: 30px;font-size: 15px;color: #8eb22a; -webkit-animation: bounce-in-top 1.1s both;
            animation: bounce-in-top 1.1s both;}

/* .sidebar-nav {float:left; width:21%; height:100%} */
.sidebar-nav .title {padding: 35px 0px 20px 30px;  color:#fff; font-size:26px; background-size: cover !important;  margin:0px;  text-align: left; position:relative ; opacity:.7 }
.sidebar-nav .title::after { 
}
.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
 
}
.sidebar-nav .metismenu {
    padding: 15px 0 15px 20px;
    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:#6ae3ff; }

.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 &gt; 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: 10px 30px 10px 15px; font-size:19px; line-height:23px;
    color: #fff;
    outline-width: 0;
    transition: all .3s ease-out;
}

.sidebar-nav .mm-active a{ color:#333;background: #f5f9fe;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;}
.sidebar-nav .mm-active a:hover{ color:#235954f2;background: #f5f9fe;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;}
.sidebar-nav .mm-active  .mm-show {color:#235954f2;background: #f5f9fe;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;}
.sidebar-nav .mm-active ul li a:hover{ background:none}
.sidebar-nav .mm-active ul li a { background:none}

.sidebar-nav .mm-active {color:#235954f2;background: #fff;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;}

.sidebar-nav .metismenu a:hover {color:#235954f2;background: #f5f9fe;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;}

.sidebar-nav .metismenu ul a {
    padding: 10px 35px 10px 30px;
}
.sidebar-nav .metismenu ul ul a {
    padding: 10px 35px 10px 45px;
}
.sidebar-nav .mm-active { color: #235954f2 !important; }
.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:active,
.sidebar-nav .metismenu .mm-active &gt; a {
    color: #235954f2;
    text-decoration: none;
}


 .sidebar-nav {
  float: left;
  width: 20%;
  z-index: 1;
  position: relative;
  margin: 30px 0 0 0;
  border-top-left-radius: 16px;
  padding-bottom: 0px;
  border-bottom-left-radius: 16px;
  box-shadow: -1px 3px 3px rgba(0, 0, 0, .2);
  overflow: hidden;
  background:url(../images/web/menu.png) top  #235954f2;
  margin-bottom: 50px;
  left:-1px
}



/*
.sidebar-nav .titles {
  padding: 35px 0;
  background: url(../images/icon/bg_category.png) no-repeat center bottom #106e5e;
  color: #fff;
  font-size: 26px;
  background-size: cover !important;
  margin: 0px;
  text-align: center;
}


.sidebar-nav .title p {
  position: relative;
  z-index: 1;
  top: 40%;
  left: 0%;
  font-size: 30px;
  color: #fff;
  text-align: center
}

.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #eff2f1;
}

.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;
  border-top: 1px dotted #666;
}

.sidebar-nav .metismenu li:first-child {
  margin-top: 5px;
}

.sidebar-nav .metismenu li:last-child {
  margin-bottom: 5px;
}

.sidebar-nav .metismenu&gt;li {
  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;
  font-size: 18px;
}

.sidebar-nav .metismenu ul li ul li a {
  font-size: 18px;
  line-height: 18px;
}

.sidebar-nav .metismenu ul a {
  padding: 5px 35px 5px 30px;
}

.sidebar-nav .metismenu ul ul a {
  padding: 5px 35px 5px 45px;
}

.sidebar-nav .mm-active,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:active {
  background: #235954f2;
}

.sidebar-nav .metismenu a:hover {} */


#block-block-26 { clear: both}</pre></body></html>