@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:  "cwTeXYen",'Noto Sans TC', sans-serif; 
  font-weight: 500;
  -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: #00266e;
  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: url(../images/web/bg.png) top;
 background-size: cover
}

.screen {
  min-width: 300px;
  max-width: 1280px;
  position: relative;
  padding: 0px 10px;
}

.container {
  height: auto;
  min-height: 500px;
}

/* .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/web/bg.png) top;
  height: 100%;
  pointer-events: none;
  opacity: 0.2;
} */

.container .screen {
  padding: 0 10px;
}

.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: #086cc2;
  text-transform: uppercase;
  line-height: 38px;
}

h2 {
  font-size: 33px;
  color: #0dadf6;
}

/* h3 {
  color: #086cc2;
  border-left: 2px solid #0dadf6;
  background: #f9f9f9;
  padding: 10px 20px 10px 20px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
  margin: 0px 0 15px 0;
  display: inline-table;
  font-size: 24px;
} */

h3{
  color: #474391;
  padding: 10px 10px 10px 0px;
  margin: 20px 0;
  display: inline-table;
  font-size: 26px;
  position:relative
}
h3::after { content:'';  position:absolute;background: url(../images/web/point_title.png) repeat-x;height: 5px;
bottom: 0;
left: 0; width:100%}

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 .container .inner_content .main_content {
  width: calc(100% - 48px) !important
}

#FullPage .sidebar-nav {
  display: none !important
}

.container #full {
padding: 0 20px 50px 20px;
width: calc(100% - 48px);
  float: none
}

.more_area {
  position: absolute;
  right: 0;

  z-index: -1;
  font-size: 18px;
  margin-top: 0;
  text-align: center;
  top: 30px;
width: 40px;
line-height: 20px;
}

.more_area a {
  color: #333;
  padding: 18px 5px;
  text-transform: uppercase;
  background: #1d6cdc;
  color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px #1d6cdc;
  display:block  
}

.more_area a:hover {
  background: #333;
  color: #fff
}

.main_events_area {
  background: #fff;
  border-radius: 16px
}

.latest_awards .main_events_area ul  , .latest_gallery .main_events_area ul  , .latest_new .main_events_area ul {
  min-height: 240px;
  max-height: 360px;
  overflow-x: none;
  overflow-y: auto;
}

.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;
}

.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:0;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 5px;
  text-shadow: 0 0 3px rgba(0, 0, 0, .2);
  bottom: 60px;
  background: rgba(223, 60, 59, 0.88);
  padding: 5px 15px 10px 15px;
  border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
}

#slogan_right {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 5px;
  text-shadow: 0 0 3px rgba(0, 0, 0, .2);
  bottom: 60px;
  background: rgba(223, 60, 59, 0.88);
  padding: 5px 15px 10px 15px;
  border-top-left-radius: 16px;
border-bottom-left-radius: 16px;
}


.header {
  background: url(../images/web/header.png) no-repeat  50% 100%;
  height: 100%; 
  max-height: 346px;
  min-height: 346px;
  position: relative;
  z-index: 0
}

.logo {
  float: left;
  padding: 15px 0;
}
.logo a { display:block}

.logo img {
  max-height: 95px;
  max-width: 100%
}



.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: 7px 0 0 10px;
  float: left;
  color: #fff;
}

.logo_tc {
  font-size: 30px;
  line-height: 48px;
}

.logo_en {
  font-size: 12.5px;
  line-height: 17px;
  letter-spacing: -0.15px
}




#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;
}


#main-menu-state {
  display: none
}

#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;
}

.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: #086cc2;
  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
}


.header .links_top {
  float: right;
  padding: 0px;
  margin: 0;
}

.header .links_top ul {
  list-style: none;
  margin: 0;
  padding: 0 0;
}

.header .links_top ul li {
  float: left;
  margin: 0px;
  padding: 0
}

.header .links_top ul li a {
  color: #333;
  display: block;
  background: #ffe42e;
  padding: 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

.header .links_top ul li a img {
  height: 24px
}

.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: 40px 0; line-height:23px;
}

.main_2 {
  padding: 0 0 10px 0;
  background: url(../images/web/wave.png) no-repeat center top;
  background-size: cover
}

.main_3 {
  padding: 0px 0;
}



.latest_new {
  float: left;
  width: calc(30% - 2%);
  position: relative;
  margin: 0 0 0 2%;
}

.latest_new .area {
  padding: 70px 10px 18px 30px;
  border-radius: 16px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px #824737;
  background: #f7e7e4;
  position: relative
}

.latest_new .area::before {
  content: '';
  position: absolute;
  background: url(../images/web/new_ring.png) no-repeat center;
  width: 39px;
  height: 100%;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100%
}

.latest_new .title {
  background: url(../images/web/new_icon.png) no-repeat left;
  position: absolute;
  width: 234px;
  height: 97px;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: 100%;
  margin: -30px 0 0 0;
  padding:0
}

.latest_new ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  scrollbar-color: #824737 #fff;
  scrollbar-width: thin;
}

.latest_new ul li {
  border-bottom: none;
  background: #fff;
  position: relative;
  padding: 10px 5px;
  border-bottom: 2px dotted #cdcdcd;
  margin: 10px;
}

.latest_new ul li:nth-of-type(even) {
  background: #f7f7f7;
}

.latest_new ul li a {
  display: block;
  padding: 0;
  color: #333;
}

.latest_new ul li:hover .content {
  color: #464390
}

.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: left;
  width: 100%;
  color: #4a4a4a;
}

.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 .date span {
  background: #1d6cdc;
  padding: 0px 20px;
  border-radius: 10px;
  color: #fff;
}
/* 
.latest_new .more_area {
  right: -50px
} */

.latest_new .more_area a {
  text-decoration: none;
  background: #1d6cdc;
  color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px #1d6cdc;
   padding: 15px 0px
 
}

.latest_new .more_area a:hover {
  background: rgba(0, 144, 255, 1);
  color: #fff;
}


.latest_awards {
  float: left;
  width: calc(33.3% - 4%);
  background: #fff;
  position: relative;
  margin: 0 2%;
  z-index: 0;
}

.latest_awards .area {
  padding: 70px 10px 10px 10px;
  border-radius: 16px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px #ff8593;
  background: #ff8593;
  position: relative
}

.latest_awards .area::before {
  content: '';
  position: absolute;
  background: url(../images/web/award_ring.png) no-repeat center;
  width: 100%;
  height: 39px;
  left: 0;
  top: -20px;
  margin: auto;
  right: 0;
}

.latest_awards .title {
  background: url(../images/web/award_icon.png) no-repeat left;
  position: absolute;
  width: 234px;
  height: 97px;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: 100%;
  margin: 0px 0 0 -20px;
  padding: 0
}

.latest_awards ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  scrollbar-color: #d10b0b #fff;
  scrollbar-width: thin;
}

.latest_awards ul li {
  border-bottom: none;
  background: #fff;
  position: relative;
  padding: 5px 0;
  border-bottom: 2px dotted #cdcdcd;
  margin: 0 10px;
}

.latest_awards ul li:nth-of-type(even) a {
  background: #ffdfe3;
}

.latest_awards .main_events_area {
  border: 3px solid #d10b0b;
  padding: 10px 0;
  position: relative
}

.latest_awards ul li a {
  display: block;
  padding: 10px;
  color: #333;
}

.latest_awards ul li:hover .content {
  color: #464390
}

.latest_awards ul li .cover {
  float: left;
  width: 42%;
  margin: 0;
}

.latest_awards ul li .cover img {
  max-width: 100%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2)
}

.latest_awards .content {
  float: left;
  width: 100%;
  color: #4a4a4a;
}

.latest_awards .content img {
  width: 25px;
}

.latest_awards ul li .datebox {
  margin: 0 0 10px 0;
  border-bottom: 2px solid #fff600;
  float: left;
  display: inline-block;
  width: 100%;
  font-family: "Oswald", "微軟正黑體";
}

.latest_awards .date span {
  background: none;
  padding: 0px 0px;
  border-radius: 10px;
  color: #d10b0b;
}



.latest_awards .more_area a {
  text-decoration: none;
  background: #fcc735;
  color: #804636;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px #f15a29;
  padding: 15px 0; 
}

.latest_awards .more_area a:hover {
  background: rgba(0, 144, 255, 1);
  color: #fff;
}



.latest_gallery {
  float: left;
  width: calc(33.3% - 4%);
  background: #fff;
  position: relative;
  margin: 0 2%;
  z-index: 0
}

.latest_gallery .area {
  padding: 70px 10px 10px 10px;
  border-radius: 16px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px #ffc22e;
  background: #ffc22e;
  position: relative
}

.latest_gallery .area::before {
  content: '';
  position: absolute;
  background: url(../images/web/award_ring.png) no-repeat center;
  width: 100%;
  height: 39px;
  left: 0;
  top: -20px;
  margin: auto;
  right: 0;
}

.latest_gallery .title {
  background: url(../images/web/event_icon.png) no-repeat left;
  position: absolute;
  width: 234px;
  height: 97px;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: 100%;
  margin: 0px 0 0 -20px;
  padding: 0
}

.latest_gallery ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  scrollbar-color: #b78816 #fff;
  scrollbar-width: thin;
}

.latest_gallery ul li {
  border-bottom: none;
  background: #fff;
  position: relative;
  padding: 10px 0;
  border-bottom: 2px dotted #cdcdcd;
  margin: 0 10px;
}

.latest_gallery ul li:nth-of-type(even) a {
  background: #fff8e7;
}

.latest_gallery .main_events_area {
  border: 3px solid #b78816;
  padding: 10px 0 ;
  position: relative;
  float: left;
}

.latest_gallery ul li a {
  display: block;
  padding: 10px;
  color: #333;
}

.latest_gallery ul li:hover .content {
  color: #464390
}

.latest_gallery ul li .cover {
  float: left;
  width: 42%;
  margin: 0;
}

.latest_gallery ul li .cover img {
  max-width: 100%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2)
}

.latest_gallery .content {
  float: right;
  width: 55%;
  color: #4a4a4a;
}

.latest_gallery ul li .cover figure {
  border-radius: 8px;
  border: 3px solid #fff
}

.latest_gallery .content img {
  width: 25px;
}

.latest_gallery ul li .datebox {
  margin: 0 0 10px 0;
  border-bottom: 2px solid #fff600;
  float: left;
  display: inline-block;
  width: 100%;
  font-family: "Oswald", "微軟正黑體";
}

.latest_gallery .date span {
  background: none;
  padding: 0px 0px;
  border-radius: 10px;
  color: #e4a60e;
}


.latest_gallery .more_area a {
  text-decoration: none;
  background: #1d6cdc;
  color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px #1d6cdc;
   padding: 15px 0;
 
}

.latest_gallery .more_area a:hover {
  background: rgba(0, 144, 255, 1);
  color: #fff;
}

.latest_new .more_area{
  right: -42px;
  z-index: 0;
  top: 60px;
}

.latest_awards .more_area , .latest_gallery .more_area{
  right: -24px;
    z-index: 0;
    top: 90px;
}



.special_message {
  float: left;
  width: calc(33.3% - 4%);
  background: #fff;
  position: relative;
  margin: 0 2%;
}

.special_message .area {
  padding: 70px 10px 10px 10px;
  border-radius: 16px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px #ffc22e;
  background: url(../images/web/sp_news_bg.png), linear-gradient(-40deg, #f15a29, #ff9600);
  position: relative
}

.special_message .title {
  background: url(../images/web/sp_news_icon.png) no-repeat left;
  position: absolute;
  width: 234px;
  height: 97px;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: 100%;
  margin: 0px auto;
  right: 0;
  padding: 0
}

.special_message ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  position: relative;
  min-height: 290px;
  max-height: 290px;
  overflow-x: hidden;
  width: 100%;
  scrollbar-color: #f15a29 #fff;
  scrollbar-width: thin;

}

.special_message ul li {
  border-bottom: none;
  position: relative;
  padding: 0;
  margin: 10px;
}

.special_message .main_events_area {
  border: 3px solid #cc5f0d;
  padding: 40px 10px;
  position: relative;
  background: #ffffffd9;
}

.point_1::before {
  content: '';
  position: absolute;
  background: url(../images/web/sp_news_point.png) no-repeat;
  width: 26px;
  height: 26px;
  top: 5px;
  left: 5px;
}

.point_1::after {
  content: '';
  position: absolute;
  background: url(../images/web/sp_news_point.png) no-repeat;
  width: 26px;
  height: 26px;
  top: 5px;
  right: 5px;
}

.point_2::before {
  content: '';
  position: absolute;
  background: url(../images/web/sp_news_point.png) no-repeat;
  width: 26px;
  height: 26px;
  bottom: 5px;
  left: 5px;
}

.point_2::after {
  content: '';
  position: absolute;
  background: url(../images/web/sp_news_point.png) no-repeat;
  width: 26px;
  height: 26px;
  bottom: 5px;
  right: 5px;
}



.special_message ul li a {
  display: block;
  padding: 0px;
  color: #333;
}

.special_message ul li:hover .content {
  color: #464390
}

.special_message ul li {
  position: relative
}

.special_message ul li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 60%;
  background: #fff;
  border-radius: 50px;
  left: -5px;
}

.special_message ul li .cover {
  float: left;
  width: calc(100% - 6px);
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 0px 10px 1px #0000002e;
}

.special_message ul li .cover img {
  max-width: 100%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  width: 100%
}

.special_message .content {
  float: right;
  width: 55%;
  color: #4a4a4a;
}

.special_message ul li .cover figure {
  border-radius: 8px;
  border: 3px solid #fff
}

.special_message .content img {
  width: 25px;
}

.special_message ul li .datebox {
  margin: 0 0 10px 0;
  border-bottom: 2px solid #fff600;
  float: left;
  display: inline-block;
  width: 100%;
  font-family: "Oswald", "微軟正黑體";
}

.special_message .date span {
  background: none;
  padding: 0px 0px;
  border-radius: 10px;
  color: #d10b0b;
}

.special_message .more_area {
  right: -30px;
  z-index: 0;
  top: 90px
}

.special_message .more_area a {
  background: #1d6cdc;
  color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 4px solid #1d6cdc;
  box-shadow: 0 0 0 4px #f15a29;
  padding: 18px 0;
}

.special_message .more_area a:hover {
  background: rgba(0, 144, 255, 1);
  color: #fff;
}



.special_message #pink::before {
  background: #f36676;
}

.special_message #pink .cover {
  border: 3px solid #f36676;
}

.special_message #orange::before {
  background: #fa7f10;
}

.special_message #orange .cover {
  border: 3px solid #fa7f10;
}

.special_message #yellow::before {
  background: #ffc22e;
}

.special_message #yellow .cover {
  border: 3px solid #ffc22e;
}

.special_message #green::before {
  background: #68ca73;
}

.special_message #green .cover {
  border: 3px solid #68ca73;
}


.special_message #blue::before {
  background: #3fc2fc;
}

.special_message #blue .cover {
  border: 3px solid #3fc2fc;
}

.special_message #purple::before {
  background: #dc94e7;
}

.special_message #purple .cover {
  border: 3px solid #dc94e7;
}

.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 {
  float: left;
  width: calc(66.6%); position:relative; z-index:0
}

.Userful_link_inside ul {
  list-style: none;
  margin: 0 0 0 3%;
  padding: 0;  filter: url(#round);
}

.Userful_link_inside ul li {
  float: left;
  position: relative
}

.Userful_link_inside ul li {
 width: calc(25% - 7px + 25px);
  margin-left: -25px;
 min-height: 110px;
  max-height: 110px;
  display: flex;
  margin-bottom:0;background: #3fc2fc;
  clip-path: polygon(20% 0, 80% 0, 100% 50%, 80% 100%, 20% 100%, 0 50%);
  padding: 3px;
}


.Userful_link_inside ul li:nth-child( even ) {margin-top: 75px;
  margin-bottom: -60px;}

.Userful_link_inside ul li:nth-child(4n+1) {  clear: both}

.Userful_link_inside ul li img {
  width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, .25);
  max-width: 100%;
  height: auto;
}

.Userful_link_inside ul li:hover img {
  box-shadow: 0 0 2px rgba(0, 0, 0, .4)
}

.Userful_link_inside ul li a {
  display: block;
  border-radius: 16px;
  overflow: hidden;

  box-shadow: 0 0px 5px 1px #0000002e;
  width: calc(100% - 40px);
	clip-path: polygon(20% 0, 80% 0, 100% 50%, 80% 100%, 20% 100%, 0 50%);
  padding: 0 20px;height: 100%;
min-height: 110px;
  max-height: 110px;
}


.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);
}


.Userful_link_inside ul li p {
  margin: auto
}

.link_title {
  height: calc(100%);
  align-items: center;
  text-align: center;
  display: flex;max-height: none;
  min-height: inherit;
}

.Userful_link_inside .strokeText {
  display: flex;
  font-size: 20px;line-height: 22px;
}



.Userful_link_inside #pink { background: #ff354b }
.Userful_link_inside #pink a {
  background: #ffebed;

  background-size: cover
}

.Userful_link_inside #pink .strokeText {
  color: #fff;
  -webkit-text-stroke: 0px #fff;
  filter: none
}

.Userful_link_inside #pink .strokeText::after {
  color: #ff344b;
  -webkit-text-stroke: 4px #ff344b;
}

.Userful_link_inside #orange { background: #ff6000}
.Userful_link_inside #orange a {
  background:#ffe6d7;

  background-size: cover
}

.Userful_link_inside #orange .strokeText {
  color: #fff;
  -webkit-text-stroke: 0px #fff;
  filter: none
}

.Userful_link_inside #orange .strokeText::after {
  color: #ff6000;
  -webkit-text-stroke: 4px #ff6000;
}


.Userful_link_inside #yellow  { background: #ff8f00}
.Userful_link_inside #yellow a {
  background: #fff6d1;

  background-size: cover
}

.Userful_link_inside #yellow .strokeText {
  color: #fff;
  -webkit-text-stroke: 0px #fff;
  filter: none}

.Userful_link_inside #yellow .strokeText::after {
  color: #ff8f00;
  -webkit-text-stroke: 4px #ff8f00;
}


.Userful_link_inside #green { background: #55b655;}
.Userful_link_inside #green a {
  background: #e6ffe6;

  background-size: cover
}

.Userful_link_inside #green .strokeText {
  color: #fff;
  -webkit-text-stroke: 0px #fff;
  filter: none
}

.Userful_link_inside #green .strokeText::after {
  color: #55b655;
  -webkit-text-stroke: 4px #55b655;
}


.Userful_link_inside #blue a {
  background: #eaf1ff;

  background-size: cover
}

.Userful_link_inside #blue .strokeText {
  color: #fff;
  -webkit-text-stroke: 0px #0199dc;
  filter: none;

}

.Userful_link_inside #blue .strokeText::before {
color: #3fc2fc;
  -webkit-text-stroke: 4px #3fc2fc;
}


.Userful_link_inside #blue .strokeText::after {
color: #008ecd;
  -webkit-text-stroke:4px #008ecd;
}





.Userful_link_inside #purple { background: #682a83}
.Userful_link_inside #purple a {
  background: #f6e1ff;

  background-size: cover
}

.Userful_link_inside #purple .strokeText {
  color: #fff;
  -webkit-text-stroke: 0px #fff;
  filter: none
}

.Userful_link_inside #purple .strokeText::after {
  color: #682c83;
  -webkit-text-stroke: 4px #682c83;
}

.filter_round {filter: url(#round);width: 100%;
  height: 100%;}

.Userful_link_inside ul li .editing  { right: 0;  margin: auto;  text-align: center;}
.Userful_link_inside ul li .editing a { clip-path: none;
  height: auto;
  min-height: auto;
  max-height: none;display: inline-block;}

/* Footer */
footer {
  background: #fff
}

.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: #fff;
  border-bottom: 10px solid #474391
}

.footer .screen {
  padding: 40px 15px;
}

.footer .copyright {
  float: left;
  width: 75%;
  text-align: left;
  color: #333
}

.footer .power {
  float: right;
  width: 20%;
  text-align: right
}

.footer .power a {
  color: #333;
}

.footer .power a:hover {
  color: #094388;
}

.footer .copyright a {
  color: #333;
}

.inner_banner {
  position: relative;
  overflow: hidden;
  background: #eaf7ff; border-radius:16px;
  background-position: center center;
  padding: 100px 0;
  background-size: cover;
  text-align: center
}

.inner_banner h1 {
  text-align: center;
  letter-spacing: 5px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, .5);
  background: rgba(255, 176, 0, .65);
  display: inline-block;
  padding: 12px 20px 12px 30px;
}

.non_banner { border-radius:16px;}

.non_banner h1 {}

#media {}

/* Nevigation */
.nevigation {
  padding: 15px 10px;
  font-size: 13px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 15px;
  line-height: 24px;
}

.nevigation .screen {
  padding: 0;
}

.nevigation .home {
  background: url(../images/icon/icon_home.png) no-repeat  left center;
  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: #0dadf6
}

.nevigation #media_subtitle {
  float: left
}

/* Page Content */
/* .inner_content{ padding-bottom:50px; min-height:350px; padding-top:30px; } */
.inner_content .main_content {
  /* margin-top: 25px; */
  float: right;
  width: calc(79% - 48px);
  background: #fff;
  padding: 0 20px 50px 20px;
  min-height: 500px;
  border-radius: 16px;
  border: 3px solid #0143b0; margin-bottom:50px
}

.inner_content_full {}

.inner_content_full .main_content {}

.inner_content img,
.inner_content_full img {
  max-width: 100%;
  width: auto;
  height: auto
}

.inner_banner {
  position: relative;
  overflow: hidden;
  background-position: center top;
  padding: 12px 30px;
  margin: 15px 0;
  background-size: cover;
  text-align: center;

  overflow: hidden
}

.inner_banner h1 {
  text-align: center;
  color: #fff !important;
  text-shadow: 0 0 3px rgba(0, 0, 0, .6);

  display: inline-block;
  padding: 10px 30px;

  background: rgba(2, 73, 139, .75)
}

.non_banner {
  position: relative;
  overflow: hidden;
  background: #F6F7E4;
  background-position: center top;
  padding: 0px 0;
  margin-bottom: 15px;
  background-size: cover;
  text-align: center;
  max-width: 1680px;
}

.non_banner h1 {
  text-align: center;
  color: #ff8042;
  background: rgba(255, 255, 255, .85);
  display: inline-block;
  padding: 12px 30px;
}

.inner_banner img {
  width: 100%;
}

.banner_title {
  text-align: center;
  padding: 150px 0 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.banner_title span {
  padding: 15px 50px;
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(0, 0, 0, .1);
  line-height: 33px;
  font-size: 33px;
  color: #0040b4;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.left_menu {
  float: left;
  width: 21%;
}

.sidebar-nav {
  float: left;
  width: 21%;
  box-shadow: 0 0px 2px 0px #99999957;
  margin-top: 50px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden
}

.sidebar-nav .title {
  padding: 25px 0;
  background: #474391;
  /*background: url(../images/icon/bg_category.png) no-repeat right;*/
  color: #fff;
  font-size: 28px;
  background-size: cover !important;
  margin: 0px;
  text-align: center;
}

.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
}

.sidebar-nav .metismenu {
  padding: 10px;
  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: 0px;
}

.sidebar-nav .metismenu li:first-child {
  margin-top: 0px;
}

.sidebar-nav .metismenu li:last-child {
  margin-bottom: 0px;
}

.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;
  font-size: 17px;
  border-bottom: 1px dotted #ddd;
  display: block;
  padding: 5px 15px 5px 15px;
  color: #333;
  transition: all .3s ease-out;
}

.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 {
  color: #0866c1;
}

.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:active,
.sidebar-nav .metismenu .mm-active>a {
  color: #0866c1;
  text-decoration: none;
}

/* Content Template */

.boxing .title {
  color: #474391;

  padding: 10px 10px 10px 0px;
  margin: 20px 0;
  display: inline-table;
  font-size: 26px;
  position:relative
}

.boxing .title::after { content:'';  position:absolute;background: url(../images/web/point_title.png) repeat-x;height: 5px;
bottom: 0;
left: 0; width:190px}

.boxing .description {
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  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;
}


#Inner_Type_A ul,
#Inner_Type_A2 ul {
  margin: 0 0 15px -2%;
}

#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_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 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;
}

.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
}

#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;
}

.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
}

#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: #004b87;
  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: #27548d;
  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: #004b87;
  color: #fff;
}


/* Sub Category  */
.sub_category {
  float: left;
  margin-bottom: 5px;
}

.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; border-radius:8px;
  display: block;
  color: #2080d1;
  background: #fff;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #2080d1;
}

.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 #0dadf6;
}

/* 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: #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
}



#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: #f6faff;
}

#template_A .information ul li a:hover {
  background: #eee9e4;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

#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 .cover {border-radius: 16px;
overflow: hidden;
}
#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; border-radius: 16px;
overflow: hidden;
}

#template_C .information ul li a {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  background: #f6faff;
}

#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/icon/icon_calendar.png) no-repeat;
  padding: 8px 20px 8px 40px;
  display: inline-block;
  color: #333;
  background-size: 35px 32px;
  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
}

.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%;
  overflow: hidden;
  margin: 20px 0;
  display: flex;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  justify-content: space-evenly;
}

.location iframe {
  width: 100%;
}

.sentense {
  margin: 40px 0 0 0;
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0 10px 0
}

.sentense .title {
  background: url(../images/web/bible_icon.png) no-repeat left;
  width: 208px;
  height: 86px;
  background-size: 100%;
  margin: -30px 0 0 0;
  float: left;
  position: relative;
  top: 0%;
  left: 0;
  transform: translate(0%, 10%); padding:0
}

.sentense::before {
  content: '';
  position: absolute;
  top: 0;
  background: url(../images/web/banner_point.png) no-repeat center;
  width: 80%;
  height: 16px;
  background-size: 100%;
  margin: auto 10%;
  left: 0
}

.sentense .area {
  padding: 5px;
  float: right;
  width: calc(80% - 10px);
  border-radius: 8px;
}

.sentense .area p {
  padding: 5px 5px;
  border-radius: 8px;
  background: #f0f0f0;
  border: 2px solid #fff;
  box-shadow: 0 0px 10px 1px #0000002e;
  left: 0
}


/* Table */
table{ border-collapse:inherit; width:100%;  border:1px solid #474391; padding:3px;}
table tr:nth-child(even) td{ background:#fff}
table tr:nth-child(odd) td{ background:#f7f5f2}

table ul,
table ol {
  margin: 0;
}

#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: #086cc2 !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: #0dadf6 !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;
}

.power a {
  display: contents;
  position: relative;
}

.power b {
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
}

.menu {
  position: relative;
  z-index: 2
}

.menu::before {
  content: '';
  position: absolute;
  width: calc(100% + 40px);
  height: 130px;
  background: linear-gradient(to top, #fff0, #fff 50%);
  top: -20px;
  z-index: -1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 -10px 20px 1px #0000002e;
  left: -20px
}

.stellarnav ul li {
  position: relative;
  width: 12.5%
}

.stellarnav ul li a p {
  position: relative;
  width: 98px;
  height: 99px;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.stellarnav ul li a:hover p,
.stellarnav ul li a.selected {
  top: -20px;
}



.btn_sch p {
  background: url(../images/web/btn_sch.png) no-repeat;
}

.btn_management p {
  background: url(../images/web/btn_management.png) no-repeat;
}

.btn_study p {
  background: url(../images/web/btn_study.png) no-repeat;
}

.btn_spiritual p {
  background: url(../images/web/btn_spiritual.png) no-repeat;
}

.btn_award p {
  background: url(../images/web/btn_award.png) no-repeat;
}

.btn_pta p {
  background: url(../images/web/btn_pta.png) no-repeat;
}

.btn_alumni p {
  background: url(../images/web/btn_alumni.png) no-repeat;
}

.btn_photo p {
  background: url(../images/web/btn_photo.png) no-repeat;
}

.btn_sch a:hover {
  color: #fd827c !important
}

.btn_management a:hover {
  color: #ffa60c !important
}

.btn_study a:hover {
  color: #fcda21 !important
}

.btn_spiritual a:hover {
  color: #68ca73 !important
}

.btn_award a:hover {
  color: #33c2cd !important
}

.btn_pta a:hover {
  color: #dc94e7 !important
}

.btn_alumni a:hover {
  color: #f376aa !important
}

.btn_photo a:hover {
  color: #ca4cdb !important
}




.banner_area {
  background: #d4eaff;
  border: 3px solid #fff;
  /* box-shadow: 0 -10px 20px 1px #0000002e; */
  box-shadow: 0 -6px 20px 1px #0000002e;
  padding: 20px 20px 0 20px; 
  position: relative;
  z-index: 0;
  border-radius: 16px;
}

.banner_block {
  float: left;
  width: calc(70% - 8px);
  overflow: hidden;
  border-radius: 16px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px #363188;
  position: relative;
}

.banner_block .tabs{
  position:absolute;
  bottom:0;
  width:100%;
  color:#fff;
}

/* .banner_area .tabs {
  position: absolute;
  left: 0
} */

.banner_block img {
  max-width: 100%;
  width: 100%;
}

#block-views-proverb-block {
  clear: both
}


.strokeText {
  color: #ff8e00;
  -webkit-text-stroke: 0px #ff8e00;
  z-index: 1;
  position: relative;
  display: flex;
  filter: drop-shadow(1px 2px 0px #d1d1d1)drop-shadow(-2px 0px 0px #d1d1d1)drop-shadow(0px -2px 0px #d1d1d1)drop-shadow(1px 0px 0px #d1d1d1)
}

/*.strokeText::before {  content: attr(data-text);  position: absolute;  color: #fff;  -webkit-text-stroke: 12px #fff;  z-index: -1;}*/

.strokeText::after {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 4px #fff;
  z-index: -1;
  left: 0;
  top: 0
}



.link_button,
.logo_bottom {
  float: right;
  width: calc(33.3% - 2%);
  position: relative;
z-index: 0;
right: 0;
margin: 0 0 0 2%;
}

.link_button ul,
.logo_bottom ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%
}

#link_study,#link_tv{
  margin-bottom:20px;
}

.logo_bottom .logo{
  max-width: 350px;
}

.link_button ul li,
.logo_bottom ul li {
  float: left;
  width: 100%;
  text-align: center
}



.link_button ul li a {
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 30px;
}

.link_button ul li img {
  padding: 0 20px 0 0px;
}

.link_button ul li p {
  font-size: 40px;
}


#link_study a {
  background: #c675eb;
  border: 3px solid #fff;
  box-shadow: 4px 5px 0 2px #9745bd;
}

#link_study .strokeText {
  color: #9745bd;
  -webkit-text-stroke: 0px #9745bd;
  filter: drop-shadow(1px 2px 0px #9745bd)drop-shadow(-2px 0px 0px #9745bd)drop-shadow(0px -2px 0px #9745bd)drop-shadow(1px 0px 0px #9745bd)
}

#link_study .strokeText::before {
  -webkit-text-stroke: 12px #9745bd;
}


#link_tv a {
  background: #41d2d7;
  border: 3px solid #fff;
  box-shadow: 4px 5px 0 2px #1d9fa3;
}

#link_tv .strokeText {
  color: #137679;
  -webkit-text-stroke: 0px #41d2d7;
  filter: drop-shadow(1px 2px 0px #137679)drop-shadow(-2px 0px 0px #137679)drop-shadow(0px -2px 0px #137679)drop-shadow(1px 0px 0px #137679)
}

#link_tv .strokeText::before {
  -webkit-text-stroke: 12px #1d9fa3;
}


.logo_bottom {
  display: grid
}


.logo_bottom .logo{
  padding: 0;
}

.logo_bottom ul li {}

.logo_bottom ul li .strokeText {
  display: initial;
  color: #000;
  -webkit-text-stroke: 0;filter: none;
}

.logo_bottom ul li .strokeText::after {
  top: auto
}

.logo_bottom ul li .strokeText::before {
  -webkit-text-stroke: 12px #55555512;
  color: #55555512
}

.inner_menu {
  position: relative
}

.inner_menu::before {
  content: '';
  position: absolute;
  width: calc(100% + 40px);
  height: 130px;
  background: linear-gradient(to top, #fff0, #fff 20%);
  top: -20px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0px -18px 20px 1px #0000002e;
  left: -20px;
}


/* menu - cloud */

.bg_left_cloud::before{
  content: "";
background: url(../images/web/cloud.png);
background-size: contain;
background-repeat: no-repeat;
width: 500px;
height: 100%;
position: absolute;
z-index: -1;
left: 0;
bottom: -68%;
}



.bg_right_cloud::before{
  content: "";
  background-image: url('../images/web/cloud1.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -68%;
}



/* .header::before {
  content: "";
  background: url(../images/web/cloud.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -68%;
}

.header::after {
  content: "";
  background-image: url('../images/web/cloud1.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -68%;
} */

/* subject */
.subject_template ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  width: 100%;
}

.subject_template ul li {
  margin: 0 15px 5px 0;
  width: auto;
  float: left;
}

.subject_template ul li a,
.subject_template ul li a:visited {
  padding: 5px 15px;
  display: block;
  border: 1px solid #474391;
  background: #fff;
  color: #474391;
  border-radius: 8px;
}

.subject_template ul li a.current {
  color: #fff;
  background: #0866c1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

/* template */
/* Red */
  #bg_red .inner_content .main_content{
    border: 4px solid #FD827C;
  }
  
 #bg_red  .inner_banner h1{ background: rgba(253, 130, 124, 0.8)}
  
  #bg_red .sidebar-nav .title{
    background:#FD827C;
  }
  
  #bg_red .sidebar-nav .mm-active{
    color: #FD827C;
  }
  #bg_red .nevigation .home{background: url(../images/icon/icon_home_red.png) no-repeat  left center;  }
  #bg_red   h4 , #bg_red h1,  #bg_red   h3, #bg_red  .boxing .title{ color:#fd827c}
  #bg_red  .sidebar-nav .metismenu a:hover,  #bg_red  .sidebar-nav .metismenu a:focus,  #bg_red  .sidebar-nav .metismenu a:active,  #bg_red  .sidebar-nav .metismenu .mm-active > a { color:#fd827c}
   #bg_red .non_banner { background: #FDECEB;}
   #bg_red .subject_category a:hover { background: #FD827C;}
   #bg_red  table {border: 1px solid #fd827c;}
   #bg_red  .stellarnav.dark li ul li a.current:hover  {background: #FD827C; color:#fff !important } 
  
/* Orange */  
  #bg_orange .inner_content .main_content{
    border: 4px solid #ffa70c;
  }
  
  #bg_orange .sidebar-nav .title{
    background:#ffa70c;
  }
  
  #bg_orange .sidebar-nav .mm-active{
    color: #ffa70c;
  }
  
   #bg_orange  .inner_banner h1{ background: #ffa70cd1}
  
    #bg_orange .nevigation .home{background: url(../images/icon/icon_home_orange.png) no-repeat  left center;  }
  #bg_orange   h4 , #bg_orange h1,  #bg_orange   h3, #bg_orange  .boxing .title{ color:#ffa70c}
  #bg_orange  .sidebar-nav .metismenu a:hover,  #bg_orange  .sidebar-nav .metismenu a:focus,  #bg_orange  .sidebar-nav .metismenu a:active,  #bg_orange  .sidebar-nav .metismenu .mm-active > a { color:#ffa70c}
   #bg_orange .non_banner { background: #FFF2DC;}
   #bg_orange .subject_category a:hover { background: #ffa70c;}
   #bg_orange  table {border: 1px solid #ffa70c;}
   #bg_orange  .stellarnav.dark li ul li a.current:hover  {background: #ffa70c; color:#fff !important } 
  
/* Yellow */   
  #bg_yellow .inner_content .main_content{
    border: 4px solid #fcda21;
  }
  
  #bg_yellow .sidebar-nav .title{
    background:#fcda21;
  }
  
    
   #bg_yellow  .inner_banner h1{ background: #fcda21c9}
  
  #bg_yellow .sidebar-nav .mm-active{
    color: #fcda21;
  }
  
      #bg_yellow .nevigation .home{background: url(../images/icon/icon_home_orange.png) no-repeat  left center;  }
  #bg_yellow   h4 , #bg_yellow h1,  #bg_yellow   h3, #bg_yellow  .boxing .title{ color:#fcc00b}
  #bg_yellow  .sidebar-nav .metismenu a:hover,  #bg_yellow  .sidebar-nav .metismenu a:focus,  #bg_yellow  .sidebar-nav .metismenu a:active,  #bg_yellow  .sidebar-nav .metismenu .mm-active > a { color:#fcc00b}
   #bg_yellow .non_banner { background: #FFF2DC;}
   #bg_yellow .subject_category a:hover { background: #fcc00b;}
   #bg_yellow  table {border: 1px solid #fcc00b;}
   #bg_yellow  .stellarnav.dark li ul li a.current:hover  {background: #fcc00b; color:#fff !important } 
  
 /* Green */    
  #bg_green .inner_content .main_content{
    border: 4px solid #68CA73;
  }
  
  #bg_green .sidebar-nav .title{
    background:#68CA73;
  }
  
  #bg_green .sidebar-nav .mm-active{
    color: #68CA73;
  }
     #bg_green  .inner_banner h1{ background: #68CA73CF}
  
      #bg_green .nevigation .home{background: url(../images/icon/icon_home_green.png) no-repeat  left center;  }
  #bg_green   h4 , #bg_green h1,  #bg_green   h3, #bg_green  .boxing .title{ color:#68ca73}
  #bg_green  .sidebar-nav .metismenu a:hover,  #bg_green  .sidebar-nav .metismenu a:focus,  #bg_green  .sidebar-nav .metismenu a:active,  #bg_green  .sidebar-nav .metismenu .mm-active > a { color:#68ca73}
   #bg_green .non_banner { background: #E4F7E6;}
   #bg_green .subject_category a:hover { background: #68ca73;}
   #bg_green  table {border: 1px solid #68ca73;}
   #bg_green  .stellarnav.dark li ul li a.current:hover  {background: #68ca73; color:#fff !important } 
  
  /* Blue */   
  #bg_blue .inner_content .main_content{
    border: 4px solid #32C2CD;
  }
  
  #bg_blue .sidebar-nav .title{
    background:#32C2CD;
  }
  
  #bg_blue .sidebar-nav .mm-active{
    color: #32C2CD;
  }
       #bg_blue  .inner_banner h1{ background: #32C2CDDB}
    
      #bg_blue .nevigation .home{background: url(../images/icon/icon_home_blue.png) no-repeat  left center;  }
  #bg_blue   h4 , #bg_blue h1,  #bg_blue   h3, #bg_blue  .boxing .title{ color:#32c2cd}
  #bg_blue  .sidebar-nav .metismenu a:hover,  #bg_blue  .sidebar-nav .metismenu a:focus,  #bg_blue  .sidebar-nav .metismenu a:active,  #bg_blue  .sidebar-nav .metismenu .mm-active > a { color:#32c2cd}
   #bg_blue .non_banner { background: #E5FDFF;}
   #bg_blue .subject_category a:hover { background: #32c2cd;}
   #bg_blue  table {border: 1px solid #32c2cd;}
   #bg_blue  .stellarnav.dark li ul li a.current:hover  {background: #32c2cd; color:#fff !important } 
 /* Purple */  
  
  #bg_purple .inner_content .main_content{
    border: 4px solid #DD94E7;
  }
  
  #bg_purple .sidebar-nav .title{
    background:#DD94E7;
  }
  
  #bg_purple .sidebar-nav .mm-active{
    color: #DD94E7;
  }
          #bg_purple  .inner_banner h1{ background: #DD94E7DB}
      #bg_purple .nevigation .home{background: url(../images/icon/icon_home_grape.png) no-repeat  left center;  }
  #bg_purple   h4 , #bg_purple h1,  #bg_purple   h3, #bg_purple  .boxing .title,  #bg_purple   h2{ color:#dd94e7}
  #bg_purple  .sidebar-nav .metismenu a:hover,  #bg_purple  .sidebar-nav .metismenu a:focus,  #bg_purple  .sidebar-nav .metismenu a:active,  #bg_purple  .sidebar-nav .metismenu .mm-active > a { color:#dd94e7}
   #bg_purple .non_banner { background: #FDEBFF;}
   #bg_purple .subject_category a:hover { background: #dd94e7;}
   #bg_purple  table {border: 1px solid #dd94e7;}
   #bg_purple  .stellarnav.dark li ul li a.current:hover  {background: #dd94e7; color:#fff !important } 
   
   #bg_purple .embed ul li::before  { background: #dd94e7;}
  
 /* Pink */   
  
  #bg_pink .inner_content .main_content{
    border: 4px solid #f376aa;
  }
  
  #bg_pink .sidebar-nav .title{
    background:#f376aa;
  }
  
  #bg_pink .sidebar-nav .mm-active{
    color: #f376aa;
  }
            #bg_pink  .inner_banner h1{ background:#f376aacc}
   
      #bg_pink .nevigation .home{background: url(../images/icon/icon_home_pink.png) no-repeat  left center;  }
  #bg_pink   h4 , #bg_pink h1,  #bg_pink   h3, #bg_pink  .boxing .title,  #bg_pink   h2{ color:#f376aa}
  #bg_pink  .sidebar-nav .metismenu a:hover,  #bg_pink  .sidebar-nav .metismenu a:focus,  #bg_pink  .sidebar-nav .metismenu a:active,  #bg_pink  .sidebar-nav .metismenu .mm-active > a { color:#f376aa}
   #bg_pink .non_banner { background: #FFEBF3;}
   #bg_pink .subject_category a:hover { background: #f376aa;}
   #bg_pink  table {border: 1px solid #f376aa;}
   #bg_pink  .stellarnav.dark li ul li a.current:hover  {background: #f376aa; color:#fff !important } 
   
   #bg_pink .embed ul li::before  { background: #f376aa;}
   
   /* light_purple */   
  
  #bg_light_purple .inner_content .main_content{
    border: 4px solid #ca4cdb;
  }
  
  #bg_light_purple .sidebar-nav .title{
    background:#ca4cdb;
  }
  
  #bg_light_purple .sidebar-nav .mm-active{
    color: #ca4cdb;
  }


.link { float: left; width:100%}
.link ul {  list-style:none; margin:0; padding:0}
.link ul li { float:left; width: auto; margin:0 0 0 10px}
.link ul li img { height:90px}
.link ul li a { display:block; box-shadow:0 0 3px rgba(0, 0, 0, .15)}


.embed { float:left;width:100%}
.embed ul { list-style:none; padding:0; margin:0; min-height: auto;max-height: auto; }
.embed ul li { float: left; width:100%; position:relative}
.embed ul li a{ display:block; padding: 15px 15px 15px 50px;margin-bottom: 10px;background: #f7f7f7; color:#333}
.embed ul li::before {content: counter(li); position: absolute;top: 50%;left: 0;transform: translate(10px, -63%);
display: inline-table;border-radius: 30px;line-height: 29px;text-align: center;color: #fff;background: #474391;
width: 30px;height: 30px;}
.embed ul li  {counter-increment: li}

.embed_album { float:left;width:100%}
.embed_album ul { list-style:none; padding:0; margin:0; min-height: auto;max-height: auto; }
.embed_album ul li { float: left; width:calc(33.3% - 2%); position:relative; margin:0 1%}
.embed_album ul li a{ display:block; padding: 10px;margin-bottom: 10px;background: #f7f7f7; color:#333 ; border-radius:8px;}