@charset "utf-8";
/* CSS Document */

html,
body {
  --font-sans: "Libre Baskerville", "Noto Sans TC", sans-serif;
  --font-serif: "Libre Baskerville", "Noto Sans TC", "georgia", serif;
  font-weight: 300;
  font-size: 16.5px;
  line-height: 34px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden
}

#page-wrapper {}

:root {
  --main-color: #2c3362;
  --main2-color: #009ef6;
  --main3-color: #3b3286;
  --main4-color: #f5f9ff;

  --accent: black;
  --canvas: color-mix(in lch, canvas, canvasText 1%);
  --border: color-mix(in lch, canvas, canvasText 10%);
  --text: color-mix(in lch, canvasText, canvas 25%);
  --border-radius: 20;
  --border-width: 3;
  --trail-size: 25;
}

.region>* {
  margin: 0;
}

.editingAdd {
  position: absolute;
  top: -35px;z-index: 1
}

.home-add {
  top: 35px !important;
  z-index: 1
}

#add_normal {
  position: relative;
  top: 0;
  padding: 10px;
}

.editingAdd a {
  background-color: #ffd800 !important;
  padding: 3px 15px;
  border-radius: 15px;
  color: #000 !important;
}

.editingAdd a:hover {
  background-color: #cbff0f !important;
  color: #000 !important;
}

.view-content {
  clear: both
}

.swiper {
  width: 100%;
  border-radius: 50px;
  max-width: 2000px
}

.swiper-slide .editing a {
  display: block !important;
}

#banner_editing {
  position: absolute;
  left: 45px;
  z-index: 2
}

.topBanner_editing {
  bottom: 50px !important;
  top: auto !important
}

.editing {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 5px;
}

.editing a {
  /* Override the .focusable height: auto */
  width: 30px !important;
  font-size: 0;
  border-radius: 50%;
  /* Override the .focusable height: auto */
  height: 30px !important;
  background-color: #ffd800 !important;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cg%3e%3cpath fill='%23000000' d='M14.545 3.042l-1.586-1.585c-.389-.389-1.025-.389-1.414 0l-1.293 1.293 3 3 1.293-1.293c.389-.389.389-1.026 0-1.415z'/%3e%3crect fill='%23000000' x='5.129' y='3.8' transform='matrix(-.707 -.707 .707 -.707 6.189 20.064)' width='4.243' height='9.899'/%3e%3cpath fill='%23000000' d='M.908 14.775c-.087.262.055.397.316.312l2.001-.667-1.65-1.646-.667 2.001z'/%3e%3c/g%3e%3c/svg%3e")  !important;
  background-repeat: no-repeat  !important;
  background-position: center center  !important;
  background-size: 20px 20px  !important;
}

.editing a:hover {
  background-color: #cbff0f;
}

li .editing a {
  display: none !important;
}

li:hover .editing a, .slider1:hover .editing a , .marquee:hover .editing a{
  display: block !important;
}

.slick-slide:hover .editing a {
  display: block !important;
}

a {
  text-decoration: auto;
}

#main_content a,
#main_content a:visited {
  color: #9f74ff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

#main_content a:hover {
  color: #f22258;
  text-decoration: underline;
}

.view-header {
  position: relative;
}

.clear {
  clear: both
}

img {
  border: 0;
}

div,
ul li {
  margin: 0px auto;
  padding: 0px;
}

.pager {
  display: inline-block
}

#page-wrapper {}

#page img {
  max-width: 100%
}

#page .term-tree-list {
  position: relative;
  margin-top: 15px;
}

#page .term-tree-list .term {
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 30px;
}

#page .term-tree-list .term::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-color: var(--main-color);
  -webkit-mask-image: url(../images/tag1.svg);
  mask-image: url(../images/tag1.svg);
  background-size: cover;
  width: 20px;
  height: 26px;
}

#page .term-tree-list .selected {
  font-weight: normal;
  text-decoration: underline
}

#block_publication {
  margin: 0 0;
}

.screen {
  position: relative;
  padding: 0px 30px;
  max-width: 1800px;
  margin: 0 auto
}

.container {
  max-width: 100%
}

.wide-content {
  width: auto;
  margin: 0
}

.breadcrumb {
  font-size: 15px;
  padding: 0 15px;
}

.breadcrumb a { color:#508cff; text-decoration: underline;}

.breadcrumb a:hover {  text-decoration: none}
.block-views-blockslideshow-block-1 {
  position: relative;
}

#news1,
#news2,
#news3 {
  max-width: 80% !important
}

h1,
h2,
h3 {
  font-weight: 600;
  margin: 0;
}

h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 38px;
  line-height: 42px;
  color: var(--main-color);
  text-transform: uppercase;
  padding-bottom: 20px;
  display: inline-block;
  background: -webkit-linear-gradient(45deg, #eca1ff, #50d6ff);
  background: linear-gradient(45deg, #eca1ff 30%, #50d6ff 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  font-size: 34px;
  line-height: 38px;
  color: var(--main2-color);
  padding-bottom: 20px;

}

h3 {
  font-size: 26px;
  line-height: 32px;
  color: var(--main3-color);
  margin-bottom: 20px;
  padding: 5px 0;
  border-bottom: 1px solid var(--main2-color)
}

h4 {
  font-size: 23px;
  margin: 0px;
  color: #38a1db;
  line-height: 33px;
  padding: 5px 0;
}

h5 {
  font-size: 23px;
  margin: 0px;
  color: var(--main2-color);
  line-height: 33px;
  padding: 5px 0;
}

h6 {
  font-size: 23px;
  margin: 0px;
  color: var(--main3-color);
  line-height: 33px;
  padding: 5px 0;
}

.title,
.blocktitle,
.sch_highlights b,
#banner_title h1,
.banner_title h1 {
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  margin: 5px 0;
  padding: 5px 0;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0;
  position: relative;
  color: #38a1db;
}






p {
  margin: 0px;
  padding: 0px
}

.blocktitle {
  text-align: center;
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
  color: var(--main-color);
  line-height: 42px;
}

.block__title {}

.region--secondary-menu,
.region--secondary-menu {
  margin: 0;
}

.menu--sidebar .is-active,
#block-olivero-main-menu .is-active {
  font-weight: 600;
  color: var(--main-color) !important
}

#header_top {}

#header {
  background: linear-gradient(to bottom, #fff, #fffffff0, #ffffff94, #fff0);
  min-height: 250px;
  z-index: 2;
  width: 100%;
  position: absolute
}



#header .screen {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: end;
}

#header .logo {
  margin-left: 0
}

#block-olivero-site-branding {
  flex: 1;
  text-align: left;
}

.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;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.96);
}*/


.sticky #header {
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;

  min-height: auto;
  max-width: 100%;

  background: rgba(255, 255, 255, 0.7);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);

}






.site-branding {
  margin-left: 0;
  padding: 10px 0 10px 10px
}


.right_top {
  display: inline-flex;
  margin-right: 0;
  width: 60%
}

#lang {
  margin: 10px 0;
  padding: 0;
  float: right
}

#lang ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

#lang ul li {
  margin: auto;
}

#lang ul li a {
  background: url("../images/web/top_i_tc.png") no-repeat #009ef6 left center;
  color: #fff;
  padding: 5px 15px 5px 30px;
  border-radius: 12px;
  font-size: .9em;
  background-size: 20px 20px;
  background-position: 5px 12px;
  display: block;
  white-space: nowrap;
}

#lang ul li a:hover {
  background: url("../images/web/top_i_tc.png") no-repeat #ec4d3d left center;
  color: #fff;
  background-size: 20px 20px;
  background-position: 5px 12px;
}

#lang ul li a.is-active {
  background: var(--main-color);
  color: #fff;
  display: none
}

#page img {
  max-width: 100%;
}

.home_zoneA {}

.home_zoneB {
  background: url("../images/web/news.png") bottom no-repeat;
  background-size: cover;
  padding: 30px 0;
}

.home_zoneC {}

.home_zoneD {
  background: url("../images/web/bottom_bg.png")#7dcdff bottom;
  background-size: cover; clear:both;
  padding: 50px 0
}


.view-more,
.view-more2 {
  margin: 0 auto;
  padding: 0px 0;
  text-align: center;
}


.more-link {
  position: relative;
}

.more-link a {
  font-size: 18px;
  line-height: 32px;
  padding: 10px 80px 10px 60px;
  border-radius: 23px;
  color: #000;
}

.more-link a:hover {}

.view-more a {
  background: linear-gradient(45deg, #f8e1fe 30%, #d2f4ff 70%);
  background-repeat: no-repeat;

  /* 使用 right 关键字和垂直位置 */
  transition: background-position 0.5s ease, padding-left 0.5s ease;
  background-size: contain;
  position: relative;
  -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;
}

.view-more a:hover {
  background: #f8e1fe !important
}

.view-more a::after {
  content: "";
  background: url("../images/web/more.png") no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  background-size: contain;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}


.view-more a:hover {
  transition: background-position 0.5s ease, padding-left 0.5s ease;

  background-image: linear-gradient(45deg, #f8e1fe 30%, #d2f4ff 70%);
}



.view-more2 a {
  position: relative;
  display: inline-block;
  padding: 10px 35px;
}

.view-more2 a::before,
.view-more2 a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-radius: 8px;
  border-color: var(--main3-color);
  transition: transform 0.3s ease;
}

.view-more2 a::before {
  border-width: 2px 0 2px 0;
  transform: scaleX(0);
}

.view-more2 a::after {
  border-width: 0 2px 0 2px;
  transform: scaleY(0);
}

.view-more2 a:hover::before,
.view-more2 a:hover::after {
  transform: scale(1, 1);
}

.region--breadcrumb {
  margin: -35px 0 50px 0;
  padding: 15px 0;
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(75, 75, 75, 0.17);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}


.news_tag {
  position: absolute;
  left: -5px;
  top: -5px;
  background-image: url(../images/icon/i_news.png);
  width: 90px;
  height: 44px;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}

.news_tag2 {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/icon/i_news2.png);
  width: 90px;
  height: 28px;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}

#logo {
  margin: 0
}

#logo img {
  max-height: 80px;
  height: auto;
}

.sch_highlights {
  background: url(../images/ctcampus/bg_main.png) no-repeat center top;
  padding: 50px 0;
  background-size: cover;
}

.sch_highlights .title {
  padding: 5px 0 5px 5%;
}

/* .sch_highlights .title::before {
  z-index: 0;
  position: absolute;
  pointer-events: none;
  content: "";
  left: -46%;
  width: 50%;
  height: 3px;
  background: #313cae;
  top: 28px;
} */

[data-aos="sch_highlights_animate"].aos-animate .title::before {
  content: "";
  z-index: 0;
  position: absolute;
  pointer-events: none;
  left: -46%;
  width: 50%;
  height: 3px;
  background: #313cae;
  top: 28px;
  opacity: 0;
  animation: rightAnimate 0.25s linear;
  animation-fill-mode: forwards;
}

@keyframes rightAnimate {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 0, 0) scaleX(0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleX(1);
    transition: 1s ease-in-out 3s;
  }
}


.sch_highlights b {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  padding: 0;
  margin: 0;
}


.sch_highlights ul {
  display: grid;
  padding: 50px 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
}

.sch_highlights ul li {
  width: calc(100% - 2px);
  padding: 1px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.sch_highlights ul li span,
.sch_highlights .boxing {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  color: #fff;
  font-size: 21.5px;
  padding: 30px 0;
  background: linear-gradient(0deg, rgba(44, 51, 98, 1) 20%, rgba(44, 51, 98, 0) 100%);
  margin: 0
}


.boxing {
  margin-bottom: 30px
}

.bg_god_msg {
  background: url(../images/ctcampus/students.png) no-repeat left center #2f3563;
  padding: 50px 0;
  justify-content: center;
  align-items: center;
}

.bg_god_msg .screen {
  background: url(../images/ctcampus/sch_logo.png) no-repeat right center;
  background-size: auto 75%
}

.bg_god_msg .title {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.bg_god_msg .contents {
  float: right;
  width: 45%;
  color: #fff;
  background: rgba(47, 53, 99, .7);
  margin: 90px 0;
  padding: 15px;
}

.bg_whystcc {
  background: url(../images/ctcampus/stcc_intro.png) no-repeat #222a5b;
  background-position: 100% 0%;
  background-size: auto 100%;
  padding: 50px 0;
  justify-content: center;
  align-items: center;
}

.bg_whystcc .title {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.bg_whystcc ul {
  list-style: none;
  margin: 0 0 0 -3.3%;
  padding: 20px 0;
}

.bg_whystcc ul li {
  float: left;
  width: calc(50% - 3.3%);
  margin: 0 0 30px 3.3%;
  background: rgba(0, 0, 0, .2);
  text-align: center;
  padding: 0px 0;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, .3);
  background: #222a5b6b;
}

.bg_whystcc ul li .box_why {

  margin: 0px 0;
  position: relative
}


.bg_whystcc .contents {
  width: 65%;
  float: left;
}

.node__content {
  clear: both;
}

.node__content time {
  display: block !important;
  margin-bottom: 10px;
}


#banner_title,
.banner_title,
#nonbanner_title {
  background-image: url(../images/web/inner_banner4.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  pointer-events: none;
  background-position: center center;
}



.inner #banner_title::before,
.inner .banner_title::before,
.inner #nonbanner_title::before {
  content: "";
  background: url("../images/web/banner_slogan_left.png") no-repeat left bottom;
  background-size: auto;
  right: auto;
  left: 0;
  bottom: 0;
  width: 770px;
  position: absolute;
  height: 460px;
  pointer-events: none;
  background-size: cover;
  position: absolute
}

#banner_title h1,
.banner_title h1,
#nonbanner_title h1 {
  color: #fff;

  padding: 300px 0 50px 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

#banner_title h1 span,
.banner_title h1 span,
#nonbanner_title h1 span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  display: inline-block;
  position: relative;
  background: none;
  padding: 20px 0px;
  text-shadow: -1px 0 8px rgba(0, 0, 0, 0.62);
  max-width: 830px;
}


#banner_title h1 span::before,
.banner_title h1 span::before,
#nonbanner_title h1 span::before {
  content: "";
  background: #333;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  background: none;
  border-radius: 50px;
  margin-bottom: 20px;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}




#nonbanner_title {
  background: url(../images/ctcampus/bg_news.png) no-repeat bottom center;
}

#nonbanner_title h1 {
  padding: 220px 0 40px 5%;
  color: var(--main-color);
  text-shadow: 0 0 0;
}

#nonbanner_title::after {
  display: none
}

#nonbanner_title h1::before {
  background: var(--main2-color);
  bottom: 58px;
}

#block_latest-news {
  float: left;
  width: 100%;
  position: relative
}

.main_calenadr {
  float: right;
  width: 48%;
}


#block_latest-news .blocktitle {
  position: relative;
  text-align: left;
  z-index: 1;
  display: inline-block
}

#block_latest-news .blocktitle p {
  padding: 10px 0px;
  display: inline;
  background: -webkit-linear-gradient(45deg, #eca1ff, #50d6ff);
  background: linear-gradient(45deg, #eca1ff 30%, #50d6ff 70%);
  -webkit-background-clip: text;
  /* 將背景裁剪到文字區域 */
  -webkit-text-fill-color: transparent;
}

#block_latest-news ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  margin: 0
}

#block_latest-news ul li:nth-child(5n + 1) {
  grid-area: 1 / 1 / 3 / 3;
}

#block_latest-news ul li:nth-child(5n + 2) {
  grid-area: 1 / 3 / 2 / 5;
}

#block_latest-news ul li:nth-child(5n + 3) {
  grid-area: 2 / 3 / 3 / 5;
}

#block_latest-news ul li:nth-child(5n + 4) {
  grid-area: 1 / 5 / 2 / 7;
}

#block_latest-news ul li:nth-child(5n + 5) {
  grid-area: 2 / 5 / 3 / 7;
}

#block_latest-news ul li:nth-child(5n + 1) .cover {
  width: 100%
}

#block_latest-news ul li:nth-child(5n + 1) .cover img {
  width: 100%
}

#block_latest-news ul li:nth-child(5n + 1) .content {
  width: 100%;
  display: flex;
  align-items: center;
  display: flex;
  margin-top: 10px;
  padding: 0
}

#block_latest-news ul li:nth-child(5n + 1) .content b {
  width: 80%
}

#block_latest-news ul li:nth-child(5n + 1) a {
  display: block;
}

#block_latest-news ul li .content b {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

#block_latest-news ul li .cover {
  width: 50%;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
}

#block_latest-news ul li .content {
  width: 50%;
  padding: 0 20px
}

#block_latest-news ul li a {
  display: flex;
  align-items: center;
  justify-content: center
}

#block_latest-news ul li:nth-child(5n + 1) .content .box_day {
  position: relative;
  top: 0;
  left: auto;
  right: auto;
}

#block_latest-news .content .box_day::after {
  content: "";
}

#block_latest-news .content .box_day {
  background: #f8e1fe;
  padding: 10px;
  border-radius: 50px;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #3b3b3b;
  margin: 0 20px 0 0;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

#block_latest-news .view-more,
#block_latest-awards .view-more {
  position: relative;
  top: 0;
  right: 0;
  padding: 10px 0;
  float: right;
  display: inline-block
}

#block_latest-news ul li:nth-child(even) .content .box_day {
  background: #daf4ff;
}

#block_latest-news .month {
  font-size: 21px;
  line-height: 21px;
}






.btn_back {
  margin: 0px auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn_back a {
  display: inline-block;
  padding: 10px 50px;
  color: #fff !important;
  background: linear-gradient(to left, #009ef6 50%, #ec4d3d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.btn_back a:hover {
  background-position: left bottom;

}




[data-aos="block_latest-new_animation"].aos-animate#block_latest-news::before {
  content: "";
  position: absolute;
  width: 80%;
  height: calc(100% - 140px - 17vh);
  top: 140px;
  z-index: 0;
  left: 10%;
  background: linear-gradient(to right, #313cae 0%, #313cae 100%), linear-gradient(to top, #313cae 50%, transparent 50%), linear-gradient(to top, #313cae 50%, transparent 50%), linear-gradient(to right, #313cae 0%, #313cae 100%), linear-gradient(to left, #313cae 0%, #313cae 100%);
  background-position-x: 0%, 0%, 0%, 0%, 0%;
  background-position-y: 0%, 0%, 0%, 0%, 0%;
  background-repeat: repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, auto, auto;
  background-size: 100% 4px, 4px 200%, 4px 200%, 0% 4px, 0% 4px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transform: scaleX(0) rotate(180deg);
  animation: transformAnimation 0.5s ease-in-out 0.5s forwards,
    positionAnimation 0.5s ease-in-out 1s forwards,
    sizeAnimation 0.5s ease-in-out 1.5s forwards;
}




@keyframes transformAnimation {
  0% {
    transform: scaleX(0) rotate(180deg);
  }

  100% {
    transform: scaleX(1) rotate(180deg);
  }
}

@keyframes positionAnimation {
  0% {
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  }

  100% {
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  }
}

@keyframes sizeAnimation {
  0% {
    background-size: 100% 4px, 4px 200%, 4px 200%, 0% 4px, 0% 4px;
  }

  100% {
    background-size: 200% 4px, 4px 400%, 4px 400%, 55% 4px, 55% 4px;
  }
}



.video_theme {
  max-width: 80%;
  margin: 50px auto;
}

.slider-slogan {
  position: absolute;
  bottom: 0;
}

.slider-slogan .slogan_text {
  font-size: 2.5em;
  padding: 0.55em;
  line-height: 1.85em;
  text-shadow: -1px 0 3px rgba(0, 0, 0, 0.3333);
  color: #fff;
  position: relative;
  bottom: 50px
}


.slider-slogan::before {
  content: "";
  background: url("../images/web/banner_slogan_right.png") no-repeat right bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 770px;
  height: 460px;
  pointer-events: none;
  background-size: cover;
}

.slogan_left::before {
  content: "";
  background: url("../images/web/banner_slogan_left.png") no-repeat left bottom;
  right: auto;
  left: 0;
  bottom: 0;
  width: 770px;
  height: 460px;
  pointer-events: none;
  background-size: cover;
}

.slogan_right {
  right: 0;
}

.view-empty {
  clear: both
}

footer {
  background: #fff;
  color: #333;
  padding: 30px 0;
  font-size: 14px;
}

footer .text-content,
footer a {
  color: #333;
  font-size: 14px
}


footer .power {
  float: right;
}

footer .copyright {
  float: left
}

footer .copyright a,
footer .power a {
  color: #2f3563;
  text-decoration: underline
}

#main_content {
  float: right;
  width: 77%;
  min-height: 500px;
}

#sidebar-nav {
  float: left;
  width: 21%;
}


.useful-links ul {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(5, 1fr);

  gap: 15px;
}

.useful-links ul li {
  width: calc(100% - 10px);
  position: relative;
  padding: 5px;
  display: flex;
  align-items: center;
  border-radius: 12px;
}

.useful-links ul li img {
  max-height: 50px
}

.history_timeline .blocktitle {
  margin: 0;
  padding: 50px 0;
  color: #fff;
}

#ctd-fliters .form--inline .form-actions {
  margin: auto
}

#ctd-fliters {
  margin-block-end: var(--sp1);
  text-align: right;
  float: right;
}

.contextual-region .view-header {
  margin-block-end: 0 !important;
}


/* Table */
#main_content table, .boxing table{
  width: 100%;
  background: #bca8a8;
  line-height: 33px;
  margin: 0;
  border-collapse: collapse;
}
.boxing table {  width: auto;}

#main_content tr:nth-child(even) td,
tr:nth-child(even) td {

  padding: 5px;
  background: #f1faff;
  border:1px solid #009ef6;
}

#main_content tr:nth-child(odd) td,
tr:nth-child(odd) td {
  background: #fff;
  border:1px solid #009ef6;

  padding: 5px;
}




#main_content table ul,
table ol {
  margin: 0 0 0 20px;
}

#main_content tr th ,.boxing table  tr th{
  background: #38a1db;
  color: #fff;
  padding: 5px;
  border: 1px solid #0a6394;
}

#main_content tr td {
  padding: 5px;
  white-space: normal;
}


.location {
  width: 100%;
  margin: 20px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

iframe {
  width: 100%;
  min-height: 350px;
}

/* Template */
.tpl-info time,
.block-info time,
.node__content time {
  position: relative;
  display: inline-block;
  padding: 0px 0;
}


.index_block {
  background: none
}

.index_block b {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 25px;
}

#page time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background-color: var(--main-color);
  -webkit-mask-image: url(../images/date.svg);
  mask-image: url(../images/date.svg);
  background-size: cover;
  width: 20px;
  height: 21px; bottom: 0; margin: auto
}

#page time {
  text-align: left;
  padding-left: 30px;
}

.block-info {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none
}

.block-info li {
  position: relative;

}


.block-info ul {
  list-style: none
}

.tpl-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tpl-info li {
  position: relative;
  ;
  background: #fff;
}

.tpl-info li:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: #f3fbff
}

.tpl-info li a {
  color: #333;
  display: block;
  width: 100%;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  aspect-ratio: 3 / 1;line-height: 23px;
}

.tpl-info li .content {
  width: 100%
}

.tpl-info li a:hover {
  color: #333;
}

.tpl-info li b,
.block-info li b {
  display: block
}

.tpl-info figure img,
.block-info figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1;
}

.tpl-info figure:hover img,
.block-info figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: .8;
}

.tpl-info figure,
.block-info figure {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  border-radius: 16px
}

.news_title b {
  color: #009ef6;
  font-size: 20px;margin: 15px 0;
}

.news_title .news_content {
  font-size: 16px;
  max-height: 140px;
  overflow-y: auto; margin-bottom: 10px
}

.news-card__details-wrapper {
  font-size: 15px;
  color: #707070;
  line-height: 25px;
  overflow-y: 200px !important;
  max-height: 80px !important
}

.tpl-info li a .news_title {
  flex: 1 1 auto;
  width: 100%;
}

.news_title a {
  display: block
}

.list-item .cover {
  margin: 0;
  ;
}

.template-A ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.template-A ul li {
  width: calc(100% - 30px);
  background: none;
  padding: 15px;
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
  text-align: center;
  border-radius: 16px
}

.template-B ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.template-B ul li {
  width: calc(100% - 30px);
  background: #fff;
  padding: 15px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  text-align: center;
}

.template-C ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.template-C ul li {
  width: calc(100% - 30px);
  padding: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 16px
}

/* template-D */

.template-D ul {
  margin: 0 0 0 0%;
  border-top: 2px solid #F00;

}

.template-D ul li {
  display: flex;
  background: #fff;
  padding: 10px 0;
}

.template-D ul li .date span {
  padding: 0px 0 0px 28px;
  background-size: 16px 15px;
  font-weight: bold;
  color: #666;
  font-weight: 400;
  font-family: "Oswald", "微軟正黑體", sans-serif;
}



.template-D ul li .number {
  flex-basis: 10%;
  padding: 5px 10px;
  font-size: 16px;
  margin: 0;
  text-align: left;
  font-weight: bold;
  color: #666;
  font-weight: 400;
  font-family: "Oswald", "微軟正黑體", sans-serif;
}

.template-D ul li .title {
  flex-basis: 50%;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 21px;
  text-shadow: 0 0 0;
  margin: 0;
  text-align: left;
  font-weight: 400;
  color: #333;
  margin: 0 5%;
  font-family: "Oswald", "微軟正黑體", sans-serif;
}




.template-D ul li .download {
  flex-basis: 24%;
  font-size: 16px;
  padding: 0;
  margin: 0;
  text-align: right;
  padding: 5px 20px;
}

.template-D ul li .download a {
  background: url(../images/icon/icon_download.png) no-repeat left;
  background-position: 3px 5px;
  padding: 6px 0 6px 30px;
  line-height: 19px;
  background-size: 23px 23px;
  display: inline;
  font-weight: bold;
  color: #666;
  font-family: "Oswald", "微軟正黑體", sans-serif;
  transition: all 0.3s ease;
}

.template-D ul li .download a:hover {
  background: url(../images/icon/icon_download.png) no-repeat left;
  background-position: 3px 8px;
  color: #666;
  background-size: 23px 23px
}

.template-D ul li .date {
  flex-basis: 16%;
  font-size: 16px;
  padding: 5px 5px 5px 10px;
  margin: 0;
  text-align: left;
  font-weight: bold;
  color: #666;
}

.template-D ul li p {
  width: auto;
  font-size: 15px;
  font-weight: bold;
  color: #666;
}

.template-D ul li .date time {
  padding: 0px 0 0px 28px;
  background-size: 16px 15px;
  color: #666;
  font-weight: 400;
  font-family: "Oswald", "微軟正黑體", sans-serif;
}

.date time {
  background: url(../images/icon/icon_calendar.png) no-repeat;
  padding: 8px 20px 8px 25px;
  font-size: 16px;
  line-height: 15px;
  display: inline-block;
  background-size: 18px 20px;
  background-position: 0px 25%;
}

@media screen and (max-width:567px) {
  .template-D ul li {
    flex-direction: column;
  }

  .template-D ul li>div {
    width: 100%;
    padding: 5px 10px !important;
    box-sizing: border-box;
  }

  .template-D ul li .date {
    padding: 5px 10px !important;
  }

  .template-D ul li .date span {
    font-size: 16px;
    background-size: 20px !important;
    background-position: 0 50%;
    background-size: 20px;
    padding: 5px 5px 5px 30px;
    display: block;
    color: #fc2130;
    font-size: 16px;
    line-height: 19px;
    display: block;
  }



  .template-D ul li a {
    display: inline-block;
    padding: 0px 0;
    width: 100%;
  }

  .template-D ul li a:hover {
    color: #333;
    text-decoration: none
  }



  .template-D ul li .date span {
    padding: 0px 0 0px 28px;
    background-size: 16px 15px;
  }



  .template-D ul li .number {
    flex-basis: 24%;
    padding: 5px 10px;
    font-size: 16px;
    margin: 0;
    text-align: left;
  }

  .template-D ul li .title {
    flex-basis: 50%;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 19px;
    text-shadow: 0 0 0;
    margin: 0;
    text-align: left;
  }


  .template-D ul li .download {
    flex-basis: 20%;
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .template-D ul li .download a {
    background: url(../images/icon/icon_download.png) no-repeat left;
    background-position: 3px 5px;
    padding: 6px 0 6px 30px;
    line-height: 19px;
    color: #555;
    background-size: 23px 23px;
    display: block;
  }

  .template-D ul li .download a:hover {
    background: url(../images/icon/icon_download.png) no-repeat left;
    background-position: 3px 8px;
    color: #666;
    background-size: 23px 23px
  }

  .template-D ul li .date {
    flex-basis: 16%;
    font-size: 16px;
    padding: 5px 5px 5px 10px;
    margin: 0;
    text-align: left;
  }


  .template-D ul li p {
    width: auto;
    font-size: 15px;
  }
}




#block_gallery {
  margin: -90px 0 50px 0
}

#block_gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Block_A ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.Block_A ul li {
  position: relative;
  width: 100%;
}

.Block_B ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.Block_B ul li {
  position: relative;
  width: 100%;
  background: #fff;
}

.Block_C ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: scroll;
  max-height: 500px
}

.Block_C ul li {
  position: relative;
  width: 100%;
  background: #fff;
  margin: 0 0;
}

.Block_C ul li a {
  display: flex;
  align-content: center;
}

.Block_C ul li .cover {
  float: left;
  width: 38%
}

.Block_C ul li .content {
  float: right;
  width: 60%;
  padding: 15px 0;
}

.Block_C ul li b {
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
}

.public_add {
  top: -98px;
}

.flip_btn,
.pdf_btn {
  display: inline-block;
  margin-top: 15px;
}

.pdf_btn {
  margin-left: 15px;
}

.flip_btn a {
  background: var(--main-color);
  color: #fff !important;
  padding: 10px 20px;
}

.pdf_btn a {
  background: var(--main2-color);
  color: #fff !important;
  padding: 10px 20px;
}


.news-card {
  border: 0px solid aqua;
  margin: 1px;
  position: relative;
  overflow: hidden;
  flex: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.news-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: -1;
}

.news-card__text-wrapper {
  position: relative;
  padding: 5px 10px 20px 10px;

  color: #333;

  transition: background-color 1.5s ease;
}

.news-card__title {
  transition: color 1s ease;
  margin-bottom: .5rem;
}

.news-card__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
}

@media (min-width: 900px) {
  .news-card:hover .news-card__details-wrapper {
    max-height: 20rem;
    opacity: 1;
  }

  .news-card:hover .news-card__text-wrapper {}

  .news-card:hover .news-card__title {
    color: yellow;
  }

}


.articles {
  padding: 1em;
}

.articles:hover:before {
  width: 100%;
}

.articles::before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 0%;
  background: var(--main-color);
  right: 0px;
  transition: width 0.4s;
}



/* End Template */

/* Category */
.category {
  float: left;
  background: #e9f7ff;
  padding:  10px;
  border-radius: 8px;
  margin: 0px 0;
  z-index: 1;
  position: relative;
}

.category ul {
  list-style: none;
  margin: 0;display: flex;  overflow-x:auto;
  padding: 10px;align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  line-height: 23px;overflow-y: hidden;

}

.category ul li {
  display: inline-block;
}

.category ul li a {
  display: block;
  padding: 5px 0px;
  font-size: 16.5px; width:100%;
  text-decoration: none;
  color: #333333;
  font-weight: 400;
  margin: 0 10px; min-width:45px; 
}

.category ul li+li {
  border-left: 1px dotted #666;
}

.category ul li a,
.category ul li a:after,
.category ul li a:before {
  transition: all .5s;
}

.category ul li a:hover {
  color: var(--main-color);
}

#ctd-fliters .button {
  background: linear-gradient(45deg, #f8e1fe 30%, #d2f4ff 70%);
  color: #333;
  border: 2px solid #e19ff2;
}

#ctd-fliters select {
  color: var(--main-color);
}

#ctd-fliters .button,
#ctd-fliters select {
  font-size: 16px;
  line-height: 24px;
  height: 50px;
}


/* stroke */
.category.stroke ul li a,
.category.fill ul li a {
  position: relative;
}

.category.stroke ul li a:after,
.category.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: var(--main-color);
  ;
  height: 2px;
}

.category.stroke ul li a:hover:after {
  width: 100%;
}

.category.fill ul li a {
  transition: all 2s;
}

.category.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}

.category.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}

.category.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* SHIFT */
.category.shift ul li a {
  position: relative;
  z-index: 1;
}

.category.shift ul li a:hover {
  color: #91640F;
}

.category.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: var(--main-color);
  visibility: none;
  opacity: 0;
  z-index: -1;
}

.category.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}


.category .current a,
.category .current a:hover {
  color: #fff;
  background: var(--main-color);
}


/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }

  50% {
    width: 100%;
    height: 1px;
  }

  100% {
    width: 100%;
    height: 100%;
    background: var(--main-color);
    ;
  }
}

/* Keyframes */
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: var(--main-color);
    ;
    border-radius: 100%;
  }

  100% {
    background: var(--main-color);
    ;
    height: 1000%;
    width: 1000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}

/* End Category */

.sitemap-item {
  margin: 0px auto;
  padding: 0;
}

.sitemap-item ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sitemap-item ul ul {
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
  margin: 10px;
  padding: 0 25px;
  list-style-type: initial;
}

.sitemap-item ul li {
  width: 100%;
  margin: 0;
  padding: 0
}

.sitemap-item ul li a,
.sitemap-item ul li span {
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #ddd;
  transition: background 0.3s ease;
}

.sitemap-item ul li a {
  color: var(--main-color);
}

.sitemap-item ul li span {
  color: #555;
}

.sitemap-item ul li a:hover {
  background: var(--main2-color);
  color: #fff;
}

.sitemap-item ul li ul li a,
.sitemap-item ul li ul li span {
  padding: 5px 0 5px 0px;
  display: block;
  border-bottom: 0;
  font-size: 1em;
  font-weight: 300
}

.sitemap-item ul li ul li a:hover {
  background: none;
  color: var(--main2-color)
}

.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #ffffff38;
  background-size: cover;
  box-shadow: 0 0 13px rgb(124 124 124 / 20%);
  border-radius: 16px;
  margin-bottom: 50px;
}

.sidebar-nav ul a.is-active {
  color: var(--main2-color) !important;
  background: #00000017;
  border-bottom: none;
  border-radius: 13px;
}

.sidebar-nav ul ul {
  background: #38a1db24;

  font-size: 14.5px;
  line-height: 17px;
  margin-bottom: 0;
  box-shadow: none;
  padding: 5px 10px;
  margin-top: 5px;
}

.sidebar-nav .metismenu {
  padding: 15px;
  font-size: 16.5px;
  line-height: 23px;
  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: var(--main-color);
}

.sidebar-nav .metismenu li+li {
  margin-top: 5px;
}

.sidebar-nav .metismenu li:first-child {
  margin-top: 5px;
}

.sidebar-nav .metismenu li:last-child {
  margin-bottom: 5px;
}

.sidebar-nav .metismenu>li {
  /*-webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 5px 35px 5px 15px;
  color: #333333;
  outline-width: 0;
  transition: all .3s ease-out;
  border-radius: 16px; font-weight:450;
}

.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: var(--main-color);
  !important;
}

.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:active,
.sidebar-nav .metismenu .mm-active>a {
  background: #38a1db;
  text-decoration: none;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}




.subjectlists {
  position: relative;
  margin: 0 auto;
  padding: 0 !important;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

.subjectlists figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.subjectlists figure figcaption::before,
.subjectlists figure figcaption::after {
  pointer-events: none;
}

.subjectlists figure figcaption,
.subjectlists figure figcaption>a {
  position: absolute;
  background: #0c335b38;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.subjectlists figure figcaption>a {
  z-index: 1;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}


.subjectlists figure h2,
.subjectlists figure p {
  margin: 0;
}

.subjectlists figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-honey {
  background: #4a3753;
  min-height: 180px;
}

figure.effect-honey img {
  opacity: 0.9;
  max-width: 125%: -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

figure.effect-honey:hover img {
  opacity: 0.5;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--main2-color);
  content: '';
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  font-style: normal;
  bottom: 0;
  left: 0;
  padding: 0.5em 1.5em;
  color: #fff;
  text-shadow: 0 0 8px #000000a1;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}


figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.view-subjects {
  padding: 0;
  margin: 0;
  clear: both;
}

.subjectlist ul {
  list-style: none;
  margin: 0;
  padding: 15px;
}

.subjectlist ul li {
  float: none;
  border-bottom: 1px solid var(--main3-color);
  position: relative
}

.subjectlist ul li a {
  padding: 15px 15px 15px 30px;
  display: block;
  font-size: 21px;
  line-height: 27px;
}

.subjectlist ul li a::before {
  content: "\2022";
  font-family: Arial;
  position: absolute;
  color: var(--main2-color);
  left: 0;
  top: 19px;
  font-size: 50px;
  font-weight: 400;
}

.contact_area {
  overflow: hidden;
  position: relative;
  z-index: 3;
  width: 70%;
  margin: 40px auto 0px auto;
  background: linear-gradient(to right, #eca1ff9e, #50d6ffbf);
  border-radius: 30px;
  padding: 10px;
}

.contact_info {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #ffffffd6;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
}

.eclass {
  vertical-align: bottom;
  display: table-cell;
  z-index: 1;
  position: relative;
}

.eclass a {
  background: #fc4;
  color: #2f3563;
  padding: 5px 20px;
  border-radius: 8px;
}

.eclass a:hover {
  background: #313cae;
  color: #fc4;
}

.contact_info ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  flex: 1
}

.contact_info ul li {
  float: left;
  width: 100%;
  margin: 5px 0;
}





.contact_info ul ul li {
  width: auto;
  margin: 5px 5px 0px 5px;
}

.contact_info ul ul li img {
  width: 30px !important;
}

.contact_info ul li a {
  color: #333;
  text-decoration: underline;
}

.menu_arrow ul::before {
  background-color: white;
  /* Desired color */
  -webkit-mask: url(../images/triangle-up.svg) no-repeat center;
  mask: url(../images/triangle-up.svg) no-repeat center;
  mask-size: cover;
  background-size: cover;
  content: "";
  position: absolute;
  pointer-events: none;
  width: 50px;
  height: 15px;
  top: -15px;
  z-index: 111;
  left: 15px;
}

@media screen and (max-width: 1400px) {
  .menu_center ul::before {
    left: auto;
    right: 15px;
  }
}

.menu_arrow ul ul::before {
  display: none;
}


.cd-top {
  display: inline-block;
  position: fixed;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 50px;
  width: 50px;
  bottom: 50px;
  right: 50px;
  z-index: 10;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 1px solid #fff;
  box-shadow: 0px 0px 5px #999;
  border-radius: 50%;
  background: #009ef6 url(../images/ctcampus/cd-top-arrow.svg) no-repeat center center;

}

.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  background: #40498a url(../images/ctcampus/cd-top-arrow.svg) no-repeat center center;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: .9;
}

.no-touch .cd-top:hover {
  background-color: #40498a;
  opacity: 1;
}


.cover_bg {
  display: flex;
  justify-content: center;
  align-items: normal;
  padding: 50px 0px;
  width: 100%;
  position: relative;
  min-height: 350px;
  background: url(../images/school.png) no-repeat left top;
  background-position-y: top;
  background-attachment: scroll;
  background-size: auto;
  background-attachment: fixed;
  background-blend-mode: multiply;
  background-size: 100%;
  background-position-y: 30%;
}

.index_info {
  position: relative;
  z-index: 1;
  top: 50%;
  left: 0%;
  transform: translateY(-56%);
  text-shadow: #010101a1 1px 0 10px;
  color: #fff;
  font-size: 27px;
  text-align: center;
  line-height: 38px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 550;
}



.list-item {
  padding: 15px;
}

.list-item ul {
  display: block;
}

.list-item .content {

  margin: 0;
  width: 100%;
}

.list-item .content time {
  flex: 0 0 20%;
  white-space: nowrap
}

.list-item .content .notice_no {
  flex: 0 0 10%;
}

.list-item .content b {
  flex: 0 0 50%;
}

.list-item .content .download {
  flex: 0 0 20%;
}

.list-item ul li {
  background: none;
  box-shadow: none;
  padding: 15px;
  text-align: left;
  background: #fff;
  margin-bottom: 15px;
  width: 100%;
  transition: 0.3s;
}

.list-item .tpl-info li a {
  flex-wrap: nowrap;
}


.list-item .content .download 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;
  transition: all 0.3s ease 0s;
}

.list-item .content .download a:hover {
  background: url(../images/icon/icon_download.png) no-repeat left;
  background-position: 3px 8px;
  color: #666;
  background-size: 23px 23px
}

.subjectmenu ul {
  list-style: none;
  margin: 0 0 30px 0;
  background: #fff3d6;
  border-radius: 16px;
  padding: 10px 20px;
  display: flex;
  justify-content: flex-start;
gap:10px;

  flex-wrap: wrap;
  /* 允許換行 */
}

.subjectmenu ul li {
  margin: 0 10px;
  position: relative
}

.sub_heading {
  text-align: center;
  padding: 5px 0;
}

.subjectmenu ul li a {
  padding: 5px 15px;
  background: #fff;
  display: block;
  color: var(--main-color) !important;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
}

.subjectmenu ul li a:hover {
  background: var(--main4-color);
}

.subjectmenu ul li a.current {
  background: #009ef6;
  color: #fff !important;
}

#block-sidebar-nav h2 {}



/* menu */
.dropdown-menu li a {
  color: #333;
  background: none;
  -webkit-text-fill-color: #019cf3 !important
}


#header nav,
.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#header nav {
  position: fixed;
  z-index: 10;
  background: url("../images/web/news.png") bottom no-repeat;
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
  text-align: center;
  opacity: 0.98;


}

#header nav .menu_area {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-hide {
  display: none;
}

@media (max-width:960px) {
  #header nav {
    background: none !important;
  }

  .ddsmoothmenu-v ul {
    background: rgba(0, 160, 230, 0.96) !important;
  }

}

/*#header nav ul {*/
/*display: table-cell;*/
/*vertical-align: middle;*/
/* margin: 0 auto; */
/*  width: 50%;*/
/*  float: left;*/
/*}*/
.template-A img {
  width: 100%
}

#menu_left {
  float: left;
  width: 40%;
  border-right: 1px solid rgba(255, 255, 255, .85);
  margin: 0;
  padding: 20px;
  text-align: right
}

#header nav ul li {
  list-style: none;
  margin: 0;
  z-index: 1;
}

#header nav ul li a {
  font-size: 21px;
  line-height: 30px;
  color: #009ef6;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  /* border-width: medium; */
  background: -webkit-linear-gradient(45deg, #eca1ff, #50d6ff);
  background: linear-gradient(45deg, #eca1ff 30%, #50d6ff 70%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

#header nav ul li ul li a {
  padding-left: 30px;
}

@media (max-width:960px) {
  #header nav ul li a {
    font-size: 17px;
    color: #fff !important;
    padding: 10px 50px 10px 10px !important;
  }

  #header .active a {
    color: #ffcc04 !important
  }

  #smoothmenu2 ul li ul li a:hover {
    background: #CAD7ED2E !important;
    color: #00A0E6 !important;
  }

  .ddsmoothmenu-v ul li a {}


  .ddsmoothmenu-v ul li ul {
    background: none !important;
  }

  #smoothmenu2 ul li:hover {
    display: block;
    /* Remove this if unnecessary */
  }
}

@media (min-width:961px) {

  .ddsmoothmenu-v ul {
    /* position: relative; */
    background: url(../images/icon/bg-menu-left.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center;
  }

  .ddsmoothmenu-v>ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    opacity: 1;
    z-index: 1;
    width: 50%;
    overflow: hidden;
    pointer-events: none;
  }


  .ddsmoothmenu-v ul li ul::before {
    content: "";
    width: 500px;
    height: 354px;
    background: url(../images/icon/bg_menu_school.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: 76px;
    position: fixed;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }


  #header nav::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 354px;
    right: 0;
    bottom: 0;
    background: url(../images/icon/bg_menu_school.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: 76px;
    pointer-events: none;
  }
}

#header .navbar-toggle {
  width: 60px;
  float: right;
  height: 60px;
  background: linear-gradient(#eda9ff, #8ee4ff);
  z-index: 20;
  padding: 20px 15px;
  cursor: pointer;
  position: relative;
  right: 10px;
  top: 0px;
  z-index: 11;
  border-radius: 15px;
  display: flex;
  align-items: center;
}

#header .navbar-toggle .navbar-toggle-left {
  margin: 0 auto;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

#header .navbar-toggle .navbar-toggle-right {
  margin: 0;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #425a91;
}

.bar1,
.bar2,
.bar3 {
  width: 27px;
  height: 3px;

  transition: all 0.3s ease-in-out;
}

.bar1,
.bar2,
.bar3 {
  background-color: #fff;
}




.navbar-on {
  padding: 20px 12px 20px 18px;
}

.navbar-on .bar1,
.navbar-on .bar2,
.navbar-on .bar3 {
  background-color: 003366;
}

.navbar-on .bar1 {
  transform-origin: 10% 40%;
  transform: rotate(45deg);

}

.navbar-on .bar3 {
  transform-origin: 10% 40%;
  transform: rotate(-45deg);

}

.navbar-on .bar2 {
  background-color: transparent;
}

@media screen and (max-width: 960px) {

  /* #header .navbar-toggle {
        width: 25px;
        height: 25px;
        padding: 12px 10px 7px 10px;
        right: 10px;
        top: 15px;
    } */
  .site-branding {
    padding: 10px;
  }



  #header .navbar-toggle {

    /*  width: auto;
        padding: 0;
        padding-right: 10px;*/
  }

  /* .navbar-on .bar1,
    .navbar-on .bar2,
    .navbar-on .bar3 {
        width: 28px;
        margin: 1px 0 5px 2px
    }*/

  .sentense .title span {
    width: 38px;
    height: 38px;
    left: 15px;
    top: 10px;
  }
}

#smoothmenu2 ul li span {
  background: -webkit-linear-gradient(45deg, #eca1ff, #50d6ff);
  background: linear-gradient(45deg, #eca1ff 30%, #50d6ff 70%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* header */


.top_area {}

.top_area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.top_area ul li:not(.top_area_eclass) a {
  display: block;
  padding: 0 20px;
  background: #f56f61;
  color: #fff;
  border-radius: 50px;
  display: block;
  white-space: nowrap;
}

.top_area ul li a:hover {
  background: #d4aafe;
}

#block-olivero-topareaen,
#menu-navbar-toggle,
#block-olivero-topareatc {
  margin: 0
}

#block-olivero-languageswitcher {
  margin: 0 20px
}

.top_area 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;
}

#year_of_care a:hover {
  text-decoration: underline;
  color: #333
}

#year_of_care a {
  background: none;

  color: #009ef6;
  padding: 5px 15px 5px 30px;
  border-radius: 12px;
  font-size: .9em;
  position: relative;
  display: block;
  white-space: nowrap;
}

#year_of_care a span {
  background: url("../images/web/top_i_date.png") no-repeat left center;
  background-position-x: left 5px;
  position: absolute;
  width: 30px;
  height: 20px;
  left: 0;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}

.banner_block {
  padding: 60px 0 0 0;
}

.sentense {
  margin: -50px 0 0 0;
  position: relative;
  z-index: 1;
  background: #faf7f1;
  box-shadow: -1px 0 3px 1px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  color: #38a1db;
}

#block-olivero-views-block-latestnews-block {
  width: 100%;
  margin: auto
}

#block-olivero-views-block-awards-block {
  width: 100%;
  float: left;
  margin-top: 50px
}

.news-card__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
}

@media (min-width: 900px) {
  .news-card:hover .news-card__details-wrapper {
    max-height: 20rem;
    opacity: 1;
  }
}

#block_latest-awards {
  background: #f4feff;
  /* box-shadow: -1px 0 3px 1px rgba(0, 0, 0, 0.12); */
  position: relative;
  max-width: 1600px;
  position: relative;    border-radius: 20px;
  /* overflow: hidden; */
}

/* #block_latest-awards::before {
  content: '';
  position: absolute;
  inset: -3px;
  -webkit-clip-path: inset(0 0 0 0 round 20px);
  clip-path: inset(0 0 0 0 round 20px);
  border-radius: 20px;
  background: transparent;
  border: 3px solid #38a1db;
  z-index: 0;
} */



/* #block_latest-awards > * {
  position: relative;
  z-index: 1;
} */

#block_latest-awards .blocktitle {
  margin-bottom: 0;
}

#block_latest-awards .blocktitle p {
  color: #38a1db;
  padding: 0 0 35px 0
}

#block_latest-awards time {
  color: #8f6dd1;
  padding-left: 0;
}

#block_latest-awards time::before {
  display: none;
  padding-left: 0;
}

#block_latest-awards .index_block b {
  padding: 2px 40px 2px 0;
  position: relative;
}

#block_latest-awards .index_block b::after {
  content: "";
  background: url("../images/web/read_more.png") no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  background-size: contain;
  right: 0;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

#block_latest-awards .cover {
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  width: 260px;
}

#block_latest-awards .cover img {
  width: 260px;
  height: auto;
  object-fit: cover;
}

#block_latest-awards .view-more {
  position: absolute;
  top: 40px;
  right: 40px;
}

#block_latest-awards .news-card {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#block_latest-awards .news-card a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    width: 100%;
    padding: 5px 10px;
    text-decoration: none;
    color: inherit;
    border-radius: 16px;
    position: relative;
    z-index: 1;
}

#block_latest-awards .news-card a:hover {
  background-color: #fff;
}

#block_latest-awards .news-card .editing {
  z-index: 3;
}

#block_latest-awards .news-card__text-wrapper {
  flex: 1;
  padding: 0;
}

#block_latest-awards .block-info {
  display: flex;
  flex-direction: column;
  gap: 10px;

}


#block_latest-awards .block-info { list-style:none; background: rgba(0, 0, 0, 0); overflow-y: scroll; margin: 0px 0 0; padding: 10px 20px;  scrollbar-color: #13cdfb #c3e6fb; scrollbar-width: thin;max-height: 440px; }
#block_latest-awards .block-info::-webkit-scrollbar { width: 5px; }
#block_latest-awards .block-info::-webkit-scrollbar-track { background: #c3e6fb; }
#block_latest-awards .block-info::-webkit-scrollbar-thumb { background: #13cdfb; }

#block_latest-awards .block-info>div {
  width: 100%; position: relative
}

.mission {
  background: url("../images/web/mission_bg.png") no-repeat;
  background-size: cover;
}

.mission_block {
  width: 50%;
  float: right;
  padding: 140px 0 190px 0;
  position: relative
}

.mission_block::after {
  content: "";
  background: url("../images/web/mission_text.png") no-repeat;
  position: absolute;
  width: auto;
  height: 140px;
  z-index: 1;
  bottom: 30px;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
}

.mission_block p {
  padding: 10px 0px;
  font-size: 35px;
  display: inline;
  background: -webkit-linear-gradient(45deg, #eca1ff, #50d6ff);
  background: linear-gradient(45deg, #eca1ff 30%, #50d6ff 70%);
  background-clip: border-box;
  -webkit-background-clip: text;font-weight: 550;
  -webkit-text-fill-color: transparent
}

.mission_title {
  display: inline-block;
  padding: 20px 60px 20px 110px;
  background: linear-gradient(to left, #fff, #fffffff0, #ffffff94, #fff0);
  border-radius: 50px;
  margin-bottom: 20px
}

.mission_content {
  margin: 0 0 0 110px;
}

.mission_more {
  display: inline-block;
  background: linear-gradient(to right, #ffefdd, #e9f4ff, #f5e5ff, #ffd1f1);
  border-radius: 50px;
  padding: 9px 5px;
  float: right;
}

.mission_more a {
  background: #fff;
  padding: 10px 70px 10px 20px;
  border-radius: 50px;
  position: relative;
  color: #333;
}

.mission_more a::after {
  content: "";
  background: url("../images/web/mission_more.png") no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  position: absolute;
  background-size: contain;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#block_activity {
  padding: 50px 0;
}

#block_activity .screen {
  display: flex;
}

#block_activity .index_block {
  float: right;
  width: 70%;
  margin: 0;
}

#block-olivero-whystcc {
  clear: both
}

#block_activity .blocktitle {
  color: #38a1db;
  margin: 0 0 20px 0;
}

#block_activity .view-more {
  float: right;
}




#block_activity .box_day {
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #3b3b3b;
  margin: 0 20px 0 0;
  position: absolute;
  top: -30px;

  right: 20px;
  margin: auto;
}

#block_activity .news-card__text-wrapper {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 35px 10px 15px 10px;
}

#block_activity .cover {
  border-radius: 16px;
  overflow: hidden;
}

#block_activity .news-card a {
  display: block;
  background: #e6e5ff;
  border-radius: 16px;
}

.home_zoneC {
  background: url("../images/web/6box_bg.png") no-repeat bottom right;
  background-size: cover;
}

.about_dmhcsm_area_1 {
  width: 80%;
  position: relative
}

.about_dmhcsm {
  padding: 80px 0 80px 0;
  position: relative;
  clear: both
}

.about_dmhcsm .about_dmhcsm_area_1 ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}

.about_dmhcsm .about_dmhcsm_area_1 ul li {
  margin: 0px -5%;
}



.about_dmhcsm .about_dmhcsm_area_1 ul li span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_dmhcsm .about_dmhcsm_area_1 ul li:nth-child(even) {
  margin-top: 9.3%;
}

.about_dmhcsm_title {
  position: absolute;
  text-align: center;
  line-height: 26px;
}

.about_dmhcsm_title a {
  text-decoration: auto;
  color: #484848
}

.about_dmhcsm_title span {
  display: block !important
}

#about_1 {
  width: 85%;
}

.about_dmhcsm_title {
  color: #484848;
  left: 0
}

.about_dmhcsm_title span::first-letter {
  font-size: 45px;
  color: #2db5ae
}

.about_dmhcsm_title span {
  padding: 130px 0 0 0;
  font-size: 25px;
}

.about_dmhcsm_title span::before {
  content: "";
  background: url("../images/web/about_1_icon.png") no-repeat;
  position: absolute;
  width: 110px;
  height: 110px;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  margin: auto
}

#about_1 span {
  color: #49ccc5;
}

#about_1 span::first-letter {
  font-size: 45px
}

#about_2 {
  width: 85%;
}

#about_2 span::before,
#about_3 span::before {
  display: none
}

.counter {
  font-size: 80px;
  position: absolute;
  top: 0;
  display: block;
  line-height: initial;
  left: 0;
  right: 0;
}

#about_2 span::first-letter {
  color: #484848;
  font-size: 40px
}

#about_2 #counter1::first-letter {
  color: #2e88a1;
}

#about_2 #counter1 {
  color: #56acc4;
  font-size: 130px
}

#about_2 span {
  padding: 160px 0 0 0;
  font-size: 25px
}

#about_3 #counter2::first-letter {
  color: #6e3bb6;
}

#about_3 #counter2 {
  font-size: 80px;
  color: #ac87df
}

#about_3 #counter2::after {
  content: "%";
}

#about_3 span {
  padding: 100px 0 0 0;
  color: #ac87df
}

#about_3 span::first-letter {
  color: #6e3bb6
}

#about_3 {
  width: 85%;
}

#about_3 p {
  width: 50%;
  margin: auto;
  line-height: 22px;
}

#about_4 {
  width: 82%;
}

#about_4 span::before {
  content: "";
  background: url("../images/web/about_4_icon_2.png") no-repeat;
  position: absolute;
  width: 120px;
  height: 120px;
  background-size: contain;
  top: 0;
}

#about_4 span {
  color: #aea83f;
}

#about_4 span::first-letter {
  color: #8a8417
}

#about_5 span::before {
  content: "";
  background: url("../images/web/about_4_icon.png") no-repeat;
  position: absolute;
  width: 120px;
  height: 120px;
  background-size: contain;
  top: 0;
}

#about_5 {
  width: 86%;
  margin: auto;
  text-align: center;
  position: absolute;
}

#about_5 img {
  width: 179px;
}

#about_5 span {
  color: #f08cdc;
}

#about_5 span::first-letter {
  color: #ca59b4
}

#about_6 {
  width: 95%;
  left: auto
}

#about_6 span::before {
  content: "";
  background: url("../images/web/about_6_icon_2.png") no-repeat;
  position: absolute;
  width: 100px;
  height: 120px;
  background-size: contain;
  top: 0;
}

#about_6 span {
  color: #4f9aee;
}

#about_6 span::first-letter {
  color: #3077be
}

.region--content-below {
  display: block
}

.bottom_logo p {
  white-space: nowrap;
  color: #e50639;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.bottom_logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1
}

.bottom_logo img {
  max-height: 90px;
}

#map {
  display: inline-block;
  background: #0db2ff;
  font-size: 15px;
  padding: 3px 20px;
  border-radius: 50px;
  margin: 0 0 0 10px;
  color: #fff
}

#map:hover {
  background: #0980b7;
}

.dmhcsm_title {
  display: inline-block;
  padding: 20px 60px 20px 110px;
  background: linear-gradient(to left, #f4feff, #f4feff, #f4feff, #f4feff00);
  border-radius: 50px;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  top: 30px;
}

.dmhcsm_title p {
  padding: 10px 0px;
  font-size: 1.5vw;
  display: inline;
  background: -webkit-linear-gradient(45deg, #eca1ff, #50d6ff);
  background: linear-gradient(45deg, #eca1ff 30%, #50d6ff 70%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;font-weight: 550
}

.proverb_body {
  line-height: 20px;
}

#block-olivero-igembed {
  width: 35%;
  float: right;
}

#block-olivero-igembed iframe {
  border: none !important
}

.block__content {
  clear: both;
}

.page_bg {
  background: url(../images/web/inner_bg.png) top no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.text-content,
.cke_editable {
  font-size: 16.5px;
  line-height: 30px;
}

#video_box .description {
  padding: 0
}

/* 20251107 - animation */

.mission_content {
  transition: color 0.3s ease, transform 0.3s ease;
}

.mission_block:hover .mission_content {
  color: hsl(var(--color--primary-hue), var(--color--primary-saturation), 35%);
  transform: translateX(3px);
}


.about_dmhcsm_area_1 ul li a span::before {
  transition: 0.3s;
}


.about_dmhcsm_area_1 ul li a:hover span::before {
  width: 120px;
  height: 120px;
}



.contact_info ul li {
  transition: transform 0.3s ease, color 0.3s ease;
}

.contact_info ul li:hover {
  transform: translateX(5px);
}


.bottom_logo {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.bottom_logo:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.bottom_logo img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.bottom_logo:hover img {
  transform: scale(1.1);
  filter: brightness(1.1);
}

#outsidelink {
  position: relative; padding: 0 0 30px 0
}

#outsidelink::after {
  content: "view more photos";
  position: absolute;
  color: #fff;
  background: #009ef6;
  padding: 5px 15px;
  border-radius: 50px;
  margin-top: 0px;max-width: 190px;
  margin: auto;white-space: nowrap;left: 0;
  right: 0;
}

.tpl-info li:hover #outsidelink::after {
  background: #f56f61
}

.region--content {
  margin-block-end: 0;
}

.top_area ul li img {
  height: 33px;
}

#block_latest-awards {
  position: relative;
  container-type: inline-size;
}

/* border effect */
#block_latest-awards .border {
    position: absolute;
    inset: 0;
    -webkit-clip-path: inset(0 0 0 0 round calc(var(--border-radius) * 1px));
     clip-path: inset(0 0 0 0 round calc(var(--border-radius) * 1px)); 
     z-index: 0; 
    container-type: inline-size;
    transition: -webkit-clip-path var(--t);
    transition: clip-path var(--t);
    transition: clip-path var(--t), -webkit-clip-path var(--t);
    box-shadow: -1px 0 3px 1px rgba(0, 0, 0, 0.12);
    border: 3px solid #38a1db;
    border-radius: 20px;
}

#block_latest-awards .trail {
  width: calc(var(--trail-size) * 1cqmin);
  aspect-ratio: 2 / 1;
  position: absolute;
  background: radial-gradient(ellipse at right center, #d990ec 0%, #f8e1fe 50%, transparent 60%);
  offset-path: border-box;
  offset-anchor: 100% 50%;
    -webkit-animation: journey var(--speed, 6s) infinite linear;
  animation: journey var(--speed, 6s) infinite linear;  
}

@container(width > 600px) {
  #block_latest-awards .trail {
    --speed: 20s;
  }
}

 @keyframes journey {
  to {
    offset-distance: 100%;
  }
} 

.block_latest-awards-content{
    background: linear-gradient(#f4feff, white) padding-box, transparent;
    border: calc(var(--border-width) * 1px) solid transparent;
    border-radius: calc(var(--border-radius) * 1px);     padding: 35px;    position: relative;
}

#block_latest-awards .news-card__details-wrapper {
  max-height: 0 !important;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

#block_latest-awards .news-card:hover .news-card__details-wrapper {
  max-height: 200px !important;
}


.subjectlists {  padding: 5px !important;border: 3px solid #7dcdff}
.subjectlists  a {background: #fff;  border-radius: 12px;color: #38a1db !important; position: relative; }

#block-olivero-aboutdmhcsm { clear: both}
.ddsmoothmenu-v ul li ul li ul  { background: #d2f4ff69 ;  }
#smoothmenu2 ul li ul li ul li a:hover {  background: none;}

#hall_fame { position: relative;flex: 1 1 0;padding: 40px 0 0 0;
  text-align: center;}
#hall_fame::before { width: 100%;  position: absolute;  top: 0;  left: 0;  margin: 0;  font-size: 22px;  color: #009ef6;  font-weight: bold;} 

#hall_fame table {border:none} 
#hall_fame table tr:nth-child(odd) td,#hall_fame table tr:nth-child(even) td {  border: none;  border-bottom: 1px solid #009ef6;}

.hall_fame_title { display: flex; align-items: center; justify-content: center}
.hall_fame_year::before {content: "歷屆";  }
.outstanding_students::before {content:"優秀學生" }
.student_president::before { content:"學生會主席"}
.leader::before {content:"領袖生" }

.subject_award_cat {display: inline-block;
  background: #f56f61;
  color: #fff;
  padding: 0 20px;
  border-radius: 50px;}

.frame_m { display: none}

#block-olivero-aboutdmhcsmtc { clear:both }