@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&&family=Tenor+Sans&display=swap');

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

html,
body {
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
}

html {
  touch-action: manipulation !important;
  -ms-touch-action: manipulation !important;
}

body {
  -webkit-overflow-scrolling: touch;
  padding-top: env(safe-area-inset-top);
  /* 針對ios APP */
  padding-right: env(safe-area-inset-right);
  /* 針對ios APP */
  padding-bottom: env(safe-area-inset-bottom);
  /* 針對ios APP */
  padding-left: env(safe-area-inset-left);
  /* 針對ios APP */
  letter-spacing: 0.05rem;
  top: 0 !important;
}

:root {
  --font: 'Microsoft JhengHei', -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
  --default: #2c2c2c;
  --bs-primary-rgb:15,141,141;
  --bs-link-color-rgb:15,141,141;
  --swiper-theme-color: rgb(15,141,141);
  --swiper-theme-hover-color: rgb(13, 163, 163);
  --bs-secondary-rgb: 5, 133, 106;
  --bg-warning:239,185,27;
  --bs-tertiary-bg-rgb:251, 251, 251;
  --bs-light-text-emphasis: #616161;
  --menu_txt_scroll_hover: #000;
  --menu: #000;
  --menu-bg:#fff;
  --fc-border-color: #e9e9e9;
  --fc-page-bg-color: #ffffff;
  --fc-neutral-bg-color: transparent;
  --fc-today-bg-color: transparent;
  --text-strong:#111;
  --text-muted:#666;
  --accent:#e74a3b;
  --primary:#0f8d8d;
  --primary-200:#4be2e2;
  --primary-100:#befcfc;
}

/* ::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 2px;
}

::-webkit-scrollbar:horizontal {
  height: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 2px solid transparent;
}

::-webkit-scrollbar-track {
  background-color: transparent;
} */

.vertical-lr {
  writing-mode: vertical-lr;
  /* 如果要讓英文字母也直向顯示，可以加上這行 */
  text-orientation: upright;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
body{
  font-family: "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
  word-wrap:break-word;
  background: url(../img/bg_dott.svg) repeat left top / 22px 11px;
  overflow-x: hidden;
}
a{
  text-decoration: none;
}
a:hover{
  color: rgb(var(--bs-primary-rgb));
}
input[readonly],textarea[readonly]{
  background: #f7f7f7 !important;
  cursor: default;
}
img{
  max-width: 100%;
  height: auto;
}
.goTop{
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 9;
  width: 40px;
  height: 40px;
  background: var(--default);
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25em;
  visibility: hidden;
}
.goTop:hover{
  cursor: pointer;
  background: var(--swiper-theme-hover-color);
}
.btn-primary{
  --bs-btn-bg: var(--swiper-theme-color);
  --bs-btn-border-color: var(--swiper-theme-color);
  --bs-btn-hover-bg:var(--swiper-theme-hover-color);
  --bs-btn-hover-border-color:var(--swiper-theme-hover-color);
  --bs-btn-active-bg:var(--swiper-theme-hover-color);
  --bs-btn-active-border-color:var(--swiper-theme-hover-color);
}
.btn-primary-200{
  --bs-btn-color:#fff;
  --bs-btn-hover-color:#fff;
  --bs-btn-active-color:#fff;
  --bs-btn-disabled-color:#fff;
  --bs-btn-bg: #0dcbcb;
  --bs-btn-border-color: #0dcbcb;
  --bs-btn-hover-bg:#07b6b6;
  --bs-btn-hover-border-color:#07b6b6;
  --bs-btn-active-bg:#07b6b6;
  --bs-btn-active-border-color:#07b6b6;
}
.btn-outline-primary {
  --bs-btn-color: var(--swiper-theme-color);
  --bs-btn-border-color: var(--swiper-theme-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--swiper-theme-color);
  --bs-btn-hover-border-color: var(--swiper-theme-color);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--swiper-theme-color);
  --bs-btn-active-border-color: var(--swiper-theme-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--swiper-theme-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--swiper-theme-color);
  --bs-gradient: none;
}
.btn-warning {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #db7701;
  --bs-btn-border-color: #db7701;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #e78516;
  --bs-btn-hover-border-color: #e78516;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #e78516;
  --bs-btn-active-border-color: #e78516;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #db7701;
  --bs-btn-disabled-border-color: #db7701;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #c72232;
  --bs-btn-border-color: #c72232;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #eb4959;
  --bs-btn-hover-border-color: #eb4959;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #eb4959;
  --bs-btn-active-border-color: #eb4959;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #c72232;
  --bs-btn-disabled-border-color: #c72232;
}
.fc-event-title {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
.fc .fc-toolbar.fc-header-toolbar, .fc .fc-toolbar.fc-footer-toolbar{
  padding: 16px 40px 20px;
  margin: 20px 0;
}
.fc .fc-toolbar-title{
  font-weight: 800;
  letter-spacing:.3px;
  color: var(--primary);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fc .fc-button{
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  box-shadow: none;
  border-radius: 10px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
}
.fc .fc-button:hover{
  background:var(--primary);
}
.fc .fc-col-header-cell-cushion{
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing:.06em;
}
.fc-day-sun .fc-col-header-cell-cushion,
.fc-day-sat .fc-col-header-cell-cushion{
  color: var(--accent);
}
.fc-daygrid-day{
  vertical-align: top;
}
.fc .fc-daygrid-day-top{
  justify-content: flex-start;
  flex-direction: row;
}
.fc .fc-daygrid-day-number{
  padding: 12px 0px 20px;
  font-size: 36px;
  font-weight: 700;
  color:#2b2b2b;
  line-height:1;
  width: 100%;
}
.fc .fc-day-today .fc-daygrid-day-number{
  color: var(--accent);
}
.fc-daygrid-event{
  margin: 4px 12px 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}
.fc-daygrid-event .fc-event-time{
  font-weight: 400;
  color: var(--text-muted);
}
.fc-daygrid-event .fc-event-title{
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  color: var(--text-strong);
  font-weight: 600;
}
.fc-daygrid-event .fc-event-main{
  line-height: 1.2;
  font-size: 14px;
}
.fc-popover{
  border-radius: 12px;
  border-color:#eee;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
.fc-popover .fc-popover-title{
  font-weight:700;
  padding:10px 12px;
}
.fc-popover .fc-daygrid-event{
  margin: 6px 10px;
}
.fc .fc-daygrid-day-frame:hover{
  background: #fafafa;
}
.fc-theme-standard td{
  padding: 20px;
  border: 0;
}
.fc .fc-daygrid-day-frame{
  border-top: 4px solid;
}
.fc-theme-standard th,.fc-theme-standard .fc-scrollgrid{
  border: 0;
}
.fc-theme-standard th{
  padding: 0 20px;
}
.fc-daygrid-event{
  white-space:initial;
  flex-wrap: wrap;
  font-size: 16px;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events .fc-daygrid-event-harness + .fc-daygrid-event-harness{
  margin-top: 10px !important;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame{
  border-color: var(--accent);
}
.fc-theme-standard .fc-list{
  border: 3px solid #000;
  border-left: 0;
  border-right: 0;
  padding: 20px;
}
.fc .fc-toolbar{
  justify-content: center;
}
.fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:nth-child(3),
.fc .fc-toolbar.fc-footer-toolbar > .fc-toolbar-chunk:nth-child(3){
  position: absolute;
  right: 34px;
}
.fc-daygrid-dot-event:hover{
  background: var(--primary-100);
  cursor: pointer;
}
#custom-lang-switch select {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #f8f8f8;
  font-size: 14px;
  cursor: pointer;
}
#custom-lang-switch select:focus {
  border-color: #007bff;
  outline: none;
}
/* #google_translate_element {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
} */
.skiptranslate > iframe{
  display: none !important;
}
footer{
  background: #0f8d8d;
  color: var(--bs-white);
}
footer a{
  color: var(--bs-white);
}
footer a:hover{
  color: var(--bs-white);
  text-decoration: underline;
}
.mentors-img-text {
  position: absolute;
  bottom: 24%;
}

.mentors-img-text .text-box {
  position: relative;
}

.text-box .text_1,
.text-box .text_2,
.text-box .text_3 {
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  line-height: 1;
  font-family: sans-serif;
  letter-spacing: 0.2rem;
}

.text-box .text_1 {
  opacity: 0;
  transform: translateY(-75%);
  clip-path: inset(0 0 60% 0);
  color: var(--primary);
  -webkit-animation: shine-3 5s linear infinite forwards;
  animation: shine-3 5s linear infinite forwards;
}
.text-box .text_2 {
  opacity: 0;
  transform: translateY(-40%);
  clip-path: inset(0 0 55% 0);
  color: var(--primary-200);
  -webkit-animation: shine-2 5s linear 1s infinite forwards;
  animation: shine-2 5s linear 1s infinite forwards;
}
.text-box .text_3 {
  opacity: 0;
  transform: translateY(0%);
  clip-path: rect(-25px auto auto 0);
  color: var(--primary-100);
  -webkit-animation: shine-1 5s linear infinite forwards;
  animation: shine-1 5s linear infinite forwards;
}
.title-box{
  min-width: 120px;
}
.box-icon-l::before{
  content: '';
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  top: 10px;
  left: 10px;
}
.box-icon-l::after{
  content: '';
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.box-icon-r::before{
  content: '';
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  top: 10px;
  right: 10px;
}
.box-icon-r::after{
  content: '';
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.bg-pic::before{
  content: '';
  background: url(../img/p-bg.svg);
  background-size: 50vw;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  animation: show-pic 1s linear 1s 1 forwards;
}
/* .venue table thead th:first-child{
  width: 7%;
}
.venue table thead th{
  width: 18%;
} */
.venue table{
  table-layout: fixed;
  width: 100%;
}
.venue table thead th:first-child{
  width: 150px !important;
}
.venue table th{
  background: #eaf3f3;
  padding: 10px;
  vertical-align: middle;
}
table{
  border-collapse: initial;
  border-spacing: 10px;
}
.modal .close{
  position: absolute;
  right: 16px;
}
.breadcrumb > li{
  display: flex;
  align-items: center;
}
.breadcrumb > li + li:before {
  font-family: bootstrap-icons !important;
  font-weight: 900;
  content: "\F285";
  padding: 4px 5px 0;
  font-size: 0.8em;
  color: #fff;
}
.breadcrumb a{
  color: #fff;
  font-size: 0.9em;
}
.index_banner_out .swiper-slide::before{
  content: '';
  background: rgba(0, 0, 0, .2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news-box{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(75 226 226 / 35%);
  color: #fff;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  max-width: 45vw;
}
.news-box .swiper-wrapper {
  transition-timing-function: linear;
}
.news-box .swiper-wrapper .swiper-slide{
  width: auto;
}
.n-title{
  width: 115px;
  margin-right: 15px;
  border-right: 3px solid rgb(227 233 233 / 40%);
}
.n-info{
  width: calc(100% - 130px);
}
.fc .fc-list-sticky .fc-list-day > *,
.fc .fc-scrollgrid-section-sticky > *{
  background: transparent;
}
.tabs{
  background: transparent;
}
.tabs.active, .tabs:hover{
  background: var(--primary);
  color: #fff;
}
.venue table thead th.tool-box{
  width: 15%;
}
.reservation tbody td{
  padding-top: 0;
}
.styled-pagination{
	list-style-type: none;
}
.styled-pagination li{
	position:relative;
	margin-right: 5px;
}
.styled-pagination li:first-child{
	margin-left: 5px;
}
.styled-pagination li a{
	position:relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
	height:30px;
	width:30px;
  border-radius: 50px;
  color:rgb(var(--bs-primary-rgb));
	background-color: #fff;
	min-width:30px;
	font-weight:500;
	text-align:center;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}
.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#fff;
	background-color:rgb(var(--bs-primary-rgb));
}
.modal .close{
  background: transparent;
  border: 0;
  margin-left: auto;
  font-size: 1.3em;
}
.text-gray{
  color: #777777;
}
.bg-gray{
  background: #f3f3f3;
}
.bg-table-title{
  background: #f1f1f1;
}
.border-bottom table{
  border-spacing: 0;
}
.border-bottom table th{
  border: 0;
  background: #eaf3f3;
}
.border-bottom table td{
  border: 0;
  padding-bottom: 0;
}
.justin .col-sm-3{
  background-color: #eaf3f3;
}
.my-letter-space {
  letter-spacing: 1.76px;
}
.fc-day-header-wrap{
  display: flex;
  justify-content: space-between;
}
.fc-add-btn{
  font-size: 30px;
  color: var(--primary-200);
}
.fc-add-btn:hover{
  color: var(--primary);
}
.fc-day-past .fc-add-btn{
  display: none;
}
.fc-header-toolbar{
  position: relative;
}
@media (min-width:1200px) {
  /*menu*/
  .overlapblackbg {
    display: none;
  }

  .wsmenu {
    position: relative;
    padding: 0px;
    display: flex;
    align-items: center;
  }

  .wsmenu-list {
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .wsmenu-list>li {
    text-align: center;
    display: table-cell;
    position: relative;
  }
  .wsmenu-list>li + li{
    margin-left: 10px;
  }
  .wsmenu-list>li>a,
  .wsmenu-list>li>.wsmenu-click,
  .wsmenu-submenu .wsmenu-click {
    color: var(--menu);
  }

  .wsmenu-list>li>a {
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 400;
  }

  .wsmenu-list>li>a .wsmenu-click {
    float: right;
    margin: 0 -12px 0 0px;
  }

  .wsmenu-submenu {
    min-width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .wsmenu-submenu li {
    position: relative;
    padding: 0px;
    margin: 0px;
    display: block;
  }

  .wsmenu-list li:hover .wsmenu-submenu {
    display: block;
  }

  .wsmenu-list li>.wsmenu-submenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
  }

  .wsmenu-list li:hover>.wsmenu-submenu,
  .wsmenu-list li > a.focus-active + .wsmenu-submenu{
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }

  .wsmenu-submenu li>.wsmenu-submenu-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
  }

  .wsmenu-submenu-sub li>.wsmenu-submenu-sub-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
  }

  .wsmenu-submenu-sub li:hover>.wsmenu-submenu-sub-sub {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }

  .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
    min-width: 140px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .wsmenu-list>li>.wsmenu-click {
    display: none;
  }

  .wsmenu-submenu .wsmenu-click {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 50%;
    -moz-transform: translateY(-50%) rotate(270deg);
    -webkit-transform: translateY(-50%) rotate(270deg);
    -o-transform: translateY(-50%) rotate(270deg);
    -ms-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
  }

  .wsmenu-submenu {
    position: absolute;
    z-index: 1000;
    margin: 0px;
    padding: 0;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  }

  .wsmenu-list>li::before{
    content: '';
    width: 0%;
    height: 3px;
    background: rgb(var(--bs-primary-rgb));
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
  }
  .wsmenu-list>li:hover::before,
  .wsmenu-list li.active::before{
    width: calc(100% - 20px);
    left: 50%;
  }
  .wsmenu-list>li:hover {
    background: var(--menu-sub_background_hover);
  }

  .wsmenu-list>li:hover>a,
  .wsmenu-list li:hover>.wsmenu-click,
  .wsmenu-submenu li:hover a,
  .wsmenu-list li.active a{
    color: rgb(var(--bs-primary-rgb));
  }

  .scroll .wsmenu-list>li:hover>a,
  .scroll .wsmenu-list li:hover>.wsmenu-click,
  .scroll .wsmenu-submenu li:hover>a,
  .scroll .wsmenu-submenu li a:hover,
  .scroll .wsmenu-submenu li a:hover .wsmenu-click {
    color: rgb(var(--bs-primary-rgb));
  }

  .wsmenu-submenu li a {
    background: var(--bs-white);
    color: var(--default);
    text-align: center;
    display: block;
    padding: 10px 17px;
    text-transform: none;
    font-size: 1em;
    letter-spacing: normal;
    max-width: 300px;
  }

  .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    z-index: -1;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  }

  .wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
    list-style: none;
    display: block;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }

  .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
    min-width: 200px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  }

  .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    opacity: 1;
    list-style: none;
  }
  header.header {
    position: fixed;
    top: 20px;
    width: calc(100% - 40px);
    left: 20px;
    z-index: 9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header.header .container{
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 3px 11px 4px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  .wsmenu-list>li>a>i {
    margin-left: 5px;
    align-items: center;
    padding-top: 2px;
    font-size: 0.7em;
  }
  /*//menu*/
  .breadcrumb-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
  }
  .left_menu{
    width: 260px;
  }
  .left_menu > .row{
    position: sticky;
    top: 100px;
    background: #eaf3f3;
  }
  .add_reserve_btn{
    display: none;
  }
}
@media (max-width:1199px) {
  /*menu*/
  .wsmenucontainer {
    min-width: 100vw;   /* 100 % viewport width＝螢幕實際寬度 */
  }
  .wsactive .wsmenucontainer {
    margin-left: 250px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .wsmenu-submenu li {
    position: relative;
    padding: 0px;
    margin: 0px;
    display: block;
  }
  .wsmenu-submenu li:nth-child(n+2) {
    border-top: 1px solid transparent;
  }
  .overlapblackbg {
    display: none;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }

  .overlapblackbg.menuopen {
    display: block;
  }

  .wsmenu-submenu>li:hover>a {
    background-color: #7b7b7b;
    color: #666666;
  }

  .wsmenu>.wsmenu-list>li>a.active {
    color: #666666;
    background-color: rgba(0, 0, 0, 0.08);
  }

  .wsmenu>.wsmenu-list>li>a:hover,
  .wsmenu-list>li:hover>a {
    background-color: rgba(0, 0, 0, 0.08);
  }

  .wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
    display: none;
  }

  .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    display: none;
    list-style: none;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff;
  }

  .wsmenucontainer {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .wsmenu-click {
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 50px;
    z-index: 2;
  }

  .wsmenu-submenu .wsmenu-click {
    height: 36px;
  }

  .wsmenu-click i {
    display: block;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.25);
    float: right;
  }

  .wsmenu-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .wsmenu-submenu-sub {
    width: 100% !important;
    position: static !important;
    left: 100% !important;
    top: 0 !important;
    display: none;
    margin: 0px !important;
    padding: 0px !important;
    border: solid 0px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .wsmenu-submenu-sub li {
    margin: 0px 0px 0px 0px !important;
    padding: 0px;
    position: relative;
  }

  .wsmenu-submenu-sub a {
    display: block;
    padding: 10px 25px 10px 25px;
    border-bottom: solid 1px #ccc;
  }

  .wsmenu-submenu-sub li a.active {
    color: #000 !important;
  }

  .wsmenu-submenu-sub li:hover>a {
    background-color: #333333 !important;
    color: #fff;
  }

  .wsmenu-list>li>a .fa {
    margin-right: 6px;
  }

  .wsmenu-submenu-sub-sub {
    width: 100% !important;
    position: static !important;
    left: 100% !important;
    top: 0 !important;
    display: none;
    margin: 0px !important;
    padding: 0px !important;
    border: solid 0px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .wsmenu-submenu-sub-sub li {
    margin: 0px 0px 0px 0px !important;
  }

  .wsmenu-submenu-sub-sub a {
    display: block;
    color: #000;
    padding: 10px 25px;
    background: #000 !important;
    border-bottom: solid 1px #ccc;
    font-weight: normal;
  }

  .wsmenu-submenu-sub-sub li a.active {
    color: #000 !important;
  }

  .wsmenu-submenu-sub-sub li:hover>a {
    background-color: #606060 !important;
    color: #fff;
  }

  .wsmenu .wsmenu-list {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 20px;
    width: 100%;
  }

  .wsmenu .wsmenu-list>li {
    width: 100%;
    padding: 0;
    text-align: center;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit;
    border-bottom: 1px solid #8bc7c7;
  }

  .wsmenu>.wsmenu-list>li>a {
    padding: 9px 32px 9px 17px;
    font-size: 1em !important;
    text-align: left;
    border-right: solid 0px;
    color: #fff !important;
    line-height: 25px;
    position: static;
    border: 0;
    font-weight: 400;
    display: block;
    letter-spacing: 1px;
  }

  .wsmenu>.wsmenu-list>li>a>.fa {
    font-size: 16px;
    color: #bfbfbf;
  }

  .wsmenu .wsmenu-list li a .arrow:after {
    display: none !important;
  }

  .wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
    font-size: 1em !important;
    color: #8E8E8E;
  }

  .mobile-sub .wsmenu-submenu {
    transform: none !important;
    opacity: 1 !important;
    display: none;
    position: relative !important;
    top: 0px;
    background-color: transparent;
    border: solid 1px #ccc;
    padding: 0px;
    visibility: visible !important;
  }

  .mobile-sub .wsmenu-submenu li a {
    display: block;
    background: none !important;
    font-size: 1em !important;
    text-align: left;
    padding: 9px 25px;
    color: #3a3a3a !important;
  }

  .mobile-sub .wsmenu-submenu li a:hover {
    background-color: #e7e7e7 !important;
    color: #666666;
  }

  .mobile-sub .wsmenu-submenu li:hover>a {
    background-color: #e7e7e7 !important;
    color: #666666;
  }

  .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
    line-height: 20px;
    height: 36px;
    background: none;
    border-bottom: none;
    padding-left: 38px;
  }

  .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
    line-height: 20px;
    height: 36px;
    background: none;
    border-bottom: none !important;
    padding-left: 38px;
    color: #8e8e8e;
  }

  .wsmenu {
    width: 250px;
    height: 100%;
    position: fixed;
    left: -250px;
    top: 0px;
    margin: 0;
    background-color: var(--primary);
    z-index: 100;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none !important;
  }

  .wsmenu.menuopen {
    overflow-y: auto;
    left: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsmenucontent {
    z-index: 2;
  }

  .animated-arrow.menuopen {
    top: 8px;
  }

  .animated-arrow {
    width: auto;
    position: absolute;
    left: 15px;
    top: 13px;
    z-index: 200;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .animated-arrow {
    cursor: pointer;
    padding: 13px 23px 16px 0px;
  }

  .animated-arrow span,
  .animated-arrow span:before,
  .animated-arrow span:after {
    cursor: pointer;
    height: 3px;
    width: 23px;
    background: rgb(var(--bs-primary-rgb)) ;
    position: absolute;
    display: block;
    content: '';
  }

  .animated-arrow.menuopen span:before,
  .animated-arrow.menuopen span:after {
    background: #fff;
  }

  .animated-arrow span:before {
    top: -7px;
  }

  .animated-arrow span:after {
    bottom: -7px;
  }

  .animated-arrow span,
  .animated-arrow span:before,
  .animated-arrow span:after {
    transition: all 500ms ease-in-out;
  }

  .animated-arrow.menuopen span {
    background-color: transparent;
  }

  .animated-arrow.menuopen span:before,
  .animated-arrow.active span:after {
    top: 7px;
  }

  .animated-arrow.menuopen span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
  }

  .animated-arrow.menuopen span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .wsmenu-list li>.wsmenu-submenu {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    border: 0 !important;
  }

  .wsmenu-list li:hover>.wsmenu-submenu {
    display: none;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
  }

  .wsmenu-submenu li>.wsmenu-submenu-sub {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
  }

  .wsmenu-submenu li:hover>.wsmenu-submenu-sub {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .wsmenu-submenu-sub li>.wsmenu-submenu-sub-sub {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .wsmenu-submenu-sub li:hover>.wsmenu-submenu-sub-sub {
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  header.header {
    width: 100%;
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: var(--menu-bg);
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, .2);
  }
  a.logo img {
    max-height: 40px;
    width: auto;
  }
  .dropdown-menu {
    --bs-dropdown-min-width: 23rem;
    --bs-dropdown-padding-y: 1.2rem;
  }
  .dropdown-menu .form-control{
    padding: .5rem 1rem;
  }
  .dropdown-menu > .row{
    background: #fff;
  }
  .fc .fc-toolbar.fc-header-toolbar, .fc .fc-toolbar.fc-footer-toolbar{
    padding: 16px 34px 20px;
  }
  .fc .fc-toolbar-title{
    flex-direction: row;
    align-items: flex-end;
  }
  .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:nth-child(2),
  .fc .fc-toolbar.fc-footer-toolbar > .fc-toolbar-chunk:nth-child(2){
    margin-right: auto;
  }
  /* .fc-listMonth-view .fc-list-event-time {
    display: none !important;
  } */
  .fc .fc-list-day-cushion, .fc .fc-list-table td {
    padding: 8px 10px;
  }
  .fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    padding: 8px 0;
  }
  #custom-lang-switch select{
    width: calc(100% - 40px);
  }
  .fc .fc-toolbar{
    align-items: flex-end;
  }
  .breadcrumb-box{
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: right;
  }
  .left_menu > .row{
    background: #eaf3f3;
  }
  .add_reserve_btn{
    position: absolute;
    top: 0;
    right: 34px;
    background: var(--primary-200);
    color: #fff;
    font-weight: normal;
    font-size: 1rem;
    padding: 5px 10px;
    border-radius: 0.25rem;
  }
  .add_reserve_btn:hover{
    background: var(--primary);
    color: #fff;
  }
}
/*
| ----------------------------------------------------
| responsive
| ----------------------------------------------------
*/

@media (min-width: 992px) and (max-width: 1199px) {
  .bg-pic::before{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    width: 60vw;
    height: 12rem;
    z-index: 2;
    bottom: 0;
    top: auto;
  }
  .venue table{
    table-layout: auto;
  }
  .venue table th{
    min-width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mentors-img-text{
    bottom: 6rem;
  }
  .bg-pic::before{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    width: 60vw;
    height: 12rem;
    z-index: 2;
    bottom: 0;
    top: auto;
  }
  .news-box{
    position: relative;
    color: #000;
    max-width: 100%;
  }
  .n-title{
    border-right: 3px solid rgba(0, 0, 0, 0.4);
  }
  .venue table{
    table-layout: auto;
  }
  .venue table th{
    min-width: 150px;
  }
}
@media (min-width: 768px){
}
@media (max-width:767px) {
  .mentors-img-text{
    bottom: 4rem;
  }
  .bg-pic::before{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    width: 100vw;
    height: 10rem;
    z-index: 2;
    bottom: 0;
    top: auto;
  }
  .breadcrumb-box{
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    z-index: 1;
    text-align: center;
  }
  .breadcrumb a,.breadcrumb > li + li:before{
    color: #000;
  }
  .news-box{
    position: relative;
    color: #000;
    max-width: 100%;
  }
  .n-title{
    border-right: 3px solid rgba(0, 0, 0, 0.4);
    width: 95px;
  }
  .n-info {
    width: calc(100% - 110px);
  }
  .venue table{
    table-layout: auto;
  }
  .venue table th{
    min-width: 150px;
  }
}
@media (max-width: 575px) {
  .fc-theme-standard .fc-list{
    padding: 20px 0px;
  }
  .fc .fc-toolbar.fc-header-toolbar,.fc .fc-toolbar.fc-footer-toolbar {
    padding: 0 14px;
  }
  .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:nth-child(3),
  .fc .fc-toolbar.fc-footer-toolbar > .fc-toolbar-chunk:nth-child(3) {
    right: 0px;
    position: relative;
  }
  .fc .fc-toolbar.fc-header-toolbar, .fc .fc-toolbar.fc-footer-toolbar{
    flex-direction: column-reverse;
  }
  .add_reserve_btn{
    top: auto;
    bottom: 0;
    right: 14px;
  }
}


@media (min-width:1200px) and (max-width: 1400px){
  .fc-theme-standard td{
    padding: 10px;
  }
  .fc .fc-toolbar.fc-header-toolbar {
    padding: 16px 20px 20px;
  }
  .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:nth-child(3){
    right: 24px;
  }
}


@media (max-width: 1181px) {}


@media (max-width: 821px) {
}


/*iphone plus*/
@media (max-width: 430px) {}


/*iphone: 7px*/
@media (max-width: 400px) {}



/*iphone 5*/
@media (max-width: 321px) {}


/*iPhone XR*/
@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) {}

/*iPhone XS*/
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {}

/*iPhone XS Max*/
@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 3) {}

/*橫拿*/
@media screen and (orientation:landscape) {
}

/*縱拿*/
@media screen and (orientation:portrait) {}

/*設備寬高比*/
@media screen and (device-aspect-ratio: 16/9) {}

@media (min-width: 1400px) {
  .container{
    max-width: 1500px;
  }
}
@keyframes shine-1 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  20% {
    opacity: 1;
    transform: translateY(0%);
  }
  98% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(0%);
  }
}
@keyframes shine-2 {
  0% {
    transform: translateY(-20%);
  }
  5% {
    opacity: 1;
    transform: translateY(-30%);
  }
  10% {
    opacity: 1;
    transform: translateY(-40%);
  }
  75% {
    opacity: 1;
    transform: translateY(-40%);
  }
  80% {
    opacity: 0;
    transform: translateY(-40%);
  }
  100% {
    opacity: 0;
    transform: translateY(-40%);
  }
}
@keyframes shine-3 {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  28% {
    opacity: 0;
    transform: translateY(-60%);
  }
  35%,95%{
    opacity: 1;
    transform: translateY(-75%);
  }
  100% {
    opacity: 0;
    transform: translateY(-75%);
  }
}
@keyframes show-pic {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
