@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700&display=swap");
body {
  position: relative;
  height: 100%;
  color: #1D1D1D;
  font-family: Noto Sans, Sans-Serif;
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.8;
  padding: 0;
  overflow-x: hidden;
  background: url("../../../../assets/images/bg4.png") no-repeat, url("../../../../assets/images/bg2.png") no-repeat, url("../../../../assets/images/bg3.png") no-repeat;
  background-size: 350px, 1400px 45%, 350px;
  background-position: 80% -30px, 150% 100%, 4% 56%; }

@media screen and (max-width: 767px) {
  body {
    line-height: 1.5;
    font-size: 1rem; } }
button {
  box-shadow: none; }

.btn-primary {
  background: #3d85da; }

.btn-success {
  background: #5aa865;
  border-color: #5aa865; }

.btn-warning {
  background: #fd9344; }

.search {
  display: inline-block;
  text-wrap: nowrap;
  background-color: #fff;
  border: 0;
  border-radius: 10px;
  cursor: pointer; }

.searchbar {
  display: none;
  flex-direction: column;
  padding: 0 1% 1% 1%;
  border: transparent 1px solid;
  border-radius: 10px;
  background-color: #01d0bbbd;
  z-index: 5;
  color: #ffffff;
  right: 5%;
  bottom: -330%;
  text-align: right;
  position: absolute; }
  @media screen and (max-width: 1199px) {
    .searchbar {
      position: relative;
      bottom: 0;
      right: auto;
      display: block;
      padding: 8px;
      margin: 1rem; } }
  .searchbar .close-btn {
    cursor: pointer;
    align-self: flex-end;
    margin-right: 0.5rem; }
  .searchbar .search-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px; }
    .searchbar .search-wrapper input {
      width: 100%;
      border: transparent;
      border-radius: 10px;
      outline: none;
      padding: 1% 15% 1% 3%; }
    .searchbar .search-wrapper .search-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 15%;
      height: 110%;
      background: #ff9800;
      color: #fff;
      border: none;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 0px 10px 10px 0px; }

input[type="date"] {
  position: relative; }
  input[type="date"].date-end::after {
    color: #02CFBC; }
  input[type="date"]::after {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-weight: 900;
    position: absolute;
    font-size: 1.5rem;
    color: #fd8508;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  z-index: 1; }

.input-group {
  position: relative; }
  .input-group .form-control {
    border-radius: 20px !important; }
  .input-group .input-group-text {
    background: none;
    border: none;
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 50%;
    transform: translateY(-50%); }
    .input-group .input-group-text i {
      color: #317EE0; }

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

a {
  text-decoration: none;
  display: inline-block;
  color: #1f323d; }

a:focus {
  outline: 2px dotted #e42c2c; }

button:focus {
  outline: 2px dotted #e42c2c; }

img {
  max-width: 100%; }

.accesskey {
  left: 0px;
  position: absolute;
  opacity: 0; }
  .accesskey:focus {
    opacity: 1;
    z-index: 10;
    background: #fff; }

.form-control {
  border-radius: 20px; }

.container {
  max-width: 1440px;
  max-width: 80%; }
  .container-xxl {
    max-width: 90%; }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 90%; } }

.fs-7 {
  font-size: 0.95rem; }

@keyframes ball {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(50); } }
header {
  background: #fff;
  border-bottom: 8px solid #01d0bc;
  padding-bottom: 10px;
  position: relative; }
  @media screen and (max-width: 1199px) {
    header {
      padding-top: 15px; } }
  @media screen and (max-width: 1399px) {
    header .container {
      max-width: 90%; } }
  header i {
    color: #02CFBC; }
  header .logo {
    margin-top: -1em; }
    @media screen and (max-width: 1199px) {
      header .logo {
        margin-top: 0; } }
  header .sns img {
    width: 30px; }
  header .language:hover i {
    color: #317EE0; }
  header .language i {
    color: #fd8508;
    transform: rotate(-40deg) translateY(5px);
    font-size: 1.5rem; }
  @media screen and (max-width: 1199px) {
    header .header-top {
      display: none; } }
  @media screen and (max-width: 1199px) {
    header .header-bottom {
      width: 100%; } }
  header .navbar-toggler-icon {
    font-size: 2em; }
  header .navbar {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0; }
    @media screen and (max-width: 1199px) {
      header .navbar {
        position: static; }
        header .navbar .container-fluid {
          justify-content: flex-end; } }
    @media screen and (max-width: 768px) {
      header .navbar {
        font-size: 1rem; } }
    header .navbar .navbar-nav {
      flex: auto;
      justify-content: space-around; }
    header .navbar .nav-item > a {
      display: flex;
      align-items: center;
      gap: 5px;
      text-wrap: nowrap;
      color: #1f323d; }
      header .navbar .nav-item > a img {
        max-width: 30px; }
    header .navbar .nav-item:hover {
      border-radius: 40px; }
      header .navbar .nav-item:hover .nav-link {
        color: #c15625; }
      header .navbar .nav-item:hover > .dropdown-menu {
        border-radius: 2px; }
      @media screen and (min-width: 1200px) {
        header .navbar .nav-item:hover > .dropdown-menu {
          display: block; } }
      header .navbar .nav-item:hover .icon-white {
        display: block; }
    header .navbar .nav-item .dropdown-menu {
      font-size: 1.1rem; }
      header .navbar .nav-item .dropdown-menu .dropdown-item {
        padding: 0.7rem 1rem; }
        header .navbar .nav-item .dropdown-menu .dropdown-item:hover {
          background: #fcce9a;
          color: #000; }
    header .navbar .nav-item .nav-link {
      padding: 0.2rem 1.2rem;
      color: #1f323d;
      font-size: 1.1em; }
      @media screen and (max-width: 1200px) {
        header .navbar .nav-item .nav-link {
          font-size: 1.2rem;
          padding: 10px; } }
    header .navbar .nav-item .icon-white {
      display: none; }
    header .navbar .search-box {
      position: relative;
      min-width: 40px; }
      header .navbar .search-box img {
        max-width: 50px;
        margin-bottom: -20px;
        cursor: pointer; }
      header .navbar .search-box .search-input {
        position: absolute;
        z-index: 99;
        top: 70px;
        right: -10px;
        width: 300px;
        display: none;
        animation: search-box-hide 0.5s;
        animation-fill-mode: forwards; }
        header .navbar .search-box .search-input.show-search {
          animation: search-box-show 0.5s;
          animation-fill-mode: backwards; }
        header .navbar .search-box .search-input input {
          border: 2px solid #317EE0; }
        header .navbar .search-box .search-input button {
          border-radius: 50%;
          padding: 2px 10px;
          border: 1px solid #317EE0;
          background: #fff; }
          header .navbar .search-box .search-input button:hover {
            background: #317EE0; }
            header .navbar .search-box .search-input button:hover i {
              color: #fff; }
          header .navbar .search-box .search-input button i {
            color: #317EE0; }
@keyframes search-box-show {
  from {
    right: -1000%; }
  to {
    right: -10px; } }
@keyframes search-box-hide {
  from {
    right: -10px; }
  to {
    right: -1000%; } }
  @media screen and (max-width: 1199px) {
    header .navbar-collapse {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 99999;
      background: #fff;
      width: 100%; }
      header .navbar-collapse.show {
        display: block;
        height: 70vh; } }

.footer-area {
  color: #fff; }
  .footer-area .footer-collapse {
    text-align: center;
    font-size: 1.2rem; }
    .footer-area .footer-collapse a {
      color: #000;
      clip-path: polygon(8% 2%, 92% 0, 100% 100%, 0% 100%);
      background: #fd8508;
      padding: 0.2rem 1rem;
      width: 250px;
      margin-bottom: -10px; }
      .footer-area .footer-collapse a span {
        transform: translateY(6px);
        display: block; }
    .footer-area .footer-collapse::after {
      content: "";
      display: block;
      height: 20px;
      background: #fd8508; }
  .footer-area .footer-top {
    background: #ffce9b;
    padding: 1rem 0;
    display: none; }
    .footer-area .footer-top a {
      color: #000; }
    .footer-area .footer-top-item * {
      text-align: center; }
    .footer-area .footer-top-item .widget-title {
      font-size: 1.2rem;
      border-bottom: 3px solid #fd8508;
      display: block;
      margin-bottom: 10px;
      padding: 0 5px; }
      .footer-area .footer-top-item .widget-title:hover {
        color: #000;
        font-weight: bold; }
    .footer-area .footer-top-item .widget-list-item {
      display: flex;
      flex-direction: column;
      gap: 5px; }
      .footer-area .footer-top-item .widget-list-item a:hover {
        color: #000;
        font-weight: bold; }
  .footer-area .footer-middle {
    background: #1f323d;
    color: #fff;
    padding: 1rem 0rem; }
    .footer-area .footer-middle .container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .footer-area .footer-middle .container {
          display: block;
          max-width: 100%; } }
    .footer-area .footer-middle .logo {
      width: 250px; }
  .footer-area .footer-bottom {
    background: #02CFBC; }
    .footer-area .footer-bottom * {
      color: #000; }
    .footer-area .footer-bottom .vr {
      opacity: 1;
      width: 2px;
      align-self: center; }

.card {
  border-radius: 0 0 70px 0;
  box-shadow: 16px 15px 32px rgba(0, 0, 0, 0.16);
  border: none;
  transform-style: preserve-3d;
  transition: all 0.5s;
  overflow: hidden; }
  .card:hover {
    transform: scale(1.1);
    transition: all 0.5s;
    overflow: initial; }
    .card:hover .card-icon-arrow {
      transition: all 0.5s;
      margin-top: 0.5rem; }
      .card:hover .card-icon-arrow::after {
        z-index: -1; }
      .card:hover .card-icon-arrow::before {
        z-index: 2;
        transform: scale(1) translateY(-50%);
        transform-origin: 25px 0px;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
    .card:hover .card-date {
      color: #fff;
      background: #fd8508;
      transition: all 0.5s;
      transform: translateY(-30px); }
    .card:hover .card-body {
      transform: translateY(-30px);
      transition: all 0.5s; }
  .card .card-img-top {
    position: relative;
    padding-bottom: 75%; }
    .card .card-img-top img {
      position: absolute;
      width: 100%;
      height: 99.5%;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: center; }
    .card .card-img-top::after {
      content: "";
      clip-path: polygon(100% 80%, 0% 100%, 100% 100%);
      width: 100%;
      height: 100%;
      display: block;
      background: #fff;
      position: absolute;
      left: 0;
      top: 0; }
  .card .card-date {
    border: 1px solid #fd8508;
    color: #fd8508;
    padding: 0 0.8rem;
    border-radius: 20px;
    position: absolute;
    bottom: 0.5%;
    right: 15px;
    z-index: 2;
    transition: all 0.5s;
    font-size: 0.95rem; }
  .card .card-body {
    padding: 1rem 2rem;
    transition: all 0.5s; }
  .card .card-title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.2rem; }
  .card .card-tags span {
    border-radius: 20px;
    padding: 0.2rem 0.8rem;
    color: #fff;
    margin-right: 10px;
    font-size: 0.95rem; }
    .card .card-tags span.tag-org {
      background: #fd8508; }
    .card .card-tags span.tag-yblue {
      background: #98BFF0; }
    .card .card-tags span.tag-mblue {
      background: #317EE0; }
    .card .card-tags span.tag-mgreen {
      background: #02CFBC; }
    .card .card-tags span.tag-myellow {
      background: #FFA200; }
  .card .card-icon-arrow {
    margin-top: 1rem;
    margin-left: 0.5rem;
    position: absolute; }
    .card .card-icon-arrow img {
      position: relative;
      z-index: 3;
      width: 30px; }
    .card .card-icon-arrow::after, .card .card-icon-arrow::before {
      content: "";
      width: 25px;
      height: 25px;
      border-radius: 50%;
      border: 1px solid #000;
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 11px; }
    .card .card-icon-arrow::before {
      transform: scale(0) translateY(100%);
      background: #98BFF0;
      border: none; }

.tit {
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  align-items: end;
  justify-content: center; }
  @media screen and (max-width: 991px) {
    .tit {
      font-size: 2rem; } }
  .tit span {
    color: #d9d9d9;
    font-weight: 500;
    margin-left: 1rem; }
  .tit img {
    max-width: 110px;
    max-height: 140px;
    object-fit: contain;
    margin-right: 1rem; }
    @media screen and (max-width: 1440px) {
      .tit img {
        max-width: 180px;
        max-height: 100px; } }
    @media screen and (max-width: 1280px) {
      .tit img {
        max-width: 150px;
        max-height: 80px; } }
  .tit-wh {
    color: #fff;
    position: relative;
    margin: 3rem 0 2rem;
    text-align: left;
    display: block; }
    .tit-wh span {
      position: absolute;
      font-size: 110%;
      opacity: 0.25;
      color: #fff;
      bottom: -30px;
      left: 30px;
      z-index: -1; }
      @media screen and (max-width: 1440px) {
        .tit-wh span {
          font-size: 90%;
          bottom: -20px; } }
      .tit-wh span[data-aos^="fade"][data-aos^="fade"].aos-animate {
        opacity: 0.25; }
    .tit-wh img {
      margin-left: 1rem;
      margin-top: -50px;
      margin-right: 0;
      transform: translateY(-25px); }

.arrow-hover .icon-arrow {
  display: inline-block;
  position: relative;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  transition: all 0.5s; }
  .arrow-hover .icon-arrow img {
    position: relative;
    z-index: 3;
    width: 28px;
    min-width: 28px;
    margin-top: -3px;
    transition: all 0.5s;
    transform: translateX(2px); }
  .arrow-hover .icon-arrow::after, .arrow-hover .icon-arrow::before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #000;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
    cursor: pointer; }
  .arrow-hover .icon-arrow::before {
    transform: scale(0) translateY(-50%);
    border: none; }
  .arrow-hover .icon-arrow.white_arrow::after {
    border-color: #fff; }
.arrow-hover:hover .icon-arrow {
  transform: translateY(0px);
  display: inline-block;
  transition: all 0.5s; }
  .arrow-hover:hover .icon-arrow img {
    transform: translateX(5px);
    transition: all 0.5s; }
  .arrow-hover:hover .icon-arrow::after {
    z-index: -1; }
  .arrow-hover:hover .icon-arrow::before {
    z-index: 2;
    background: #02CFBC;
    transform: scale(1) translateY(-50%);
    transform-origin: 25px 0px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.bgPic img {
  position: absolute;
  animation-name: fly;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes fly {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }
.scrollTop {
  position: fixed;
  bottom: 5%;
  z-index: 5;
  right: 10px; }
  .scrollTop:hover {
    transform: scale(1.05); 
    filter: sepia(1) saturate(5);
  }
  .scrollTop img {
    max-width: 50px;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3)); }

.inside_banner {
  position: relative; }
  .inside_banner h2 {
    text-align: center;
    height: 1em;
    margin: 1em 0;
    font-size: 2em;
    color: #333;
    font-weight: bold; }

.breadcrumb img {
  width: 20px;
  align-self: baseline; }

.event-item {
  position: relative; }
  .event-item .event-title {
    color: #fff;
    font-size: 3rem;
    padding: 2rem 0;
    padding-left: 5rem;
    font-weight: bold;
    position: relative; }
    .event-item .event-title::before {
      content: "EVENT";
      color: #fff;
      font-size: 6rem;
      opacity: 0.25;
      position: absolute;
      right: 1rem;
      bottom: 15px; }
    .event-item .event-title .event-date {
      color: #fff;
      border: 1px solid #fff;
      border-radius: 5px;
      position: absolute;
      right: 1rem;
      bottom: -35px;
      font-size: 1.2rem;
      padding: 0.2rem 0.5rem;
      width: 150px;
      text-align: center; }
  .event-item .event-bg {
    position: absolute;
    top: 0;
    bottom: -65%;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    clip-path: polygon(-100% 0%, 100% 0%, 100% 90%, 20% 69%);
    background: #ff6ba6; }
  .event-item .event-Swiper {
    overflow: hidden;
    box-shadow: 0 12px 13px rgba(0, 0, 0, 0);
    max-width: 100%;
    margin-top: -100px; }
    .event-item .event-Swiper img {
      border-radius: 0 0 200px 0; }
    .event-item .event-Swiper .swiper-pagination {
      width: auto;
      bottom: 15px;
      left: 70px; }
      .event-item .event-Swiper .swiper-pagination span {
        width: 20px;
        height: 20px;
        border: 1px solid #fd8508;
        background: #fff;
        opacity: 1;
        margin: 0 0.5rem !important; }
      .event-item .event-Swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: #fd8508; }
    .event-item .event-Swiper .swiper-button {
      width: 90px;
      height: 60px;
      background: rgba(3, 3, 3, 0.5);
      display: flex;
      justify-content: center;
      align-items: center; }
      .event-item .event-Swiper .swiper-button::after {
        content: none; }
      .event-item .event-Swiper .swiper-button-next {
        border-radius: 0 35px 35px 0;
        right: 0; }
      .event-item .event-Swiper .swiper-button-prev {
        border-radius: 35px 0 0 35px;
        left: 0; }
        .event-item .event-Swiper .swiper-button-prev img {
          transform: rotate(180deg) translateX(-25px); }
      .event-item .event-Swiper .swiper-button:hover {
        background: rgba(3, 3, 3, 0.8); }
        .event-item .event-Swiper .swiper-button:hover.swiper-button-prev img {
          transform: rotate(180deg) translateX(-20px); }
        .event-item .event-Swiper .swiper-button:hover.swiper-button .icon-arrow::before {
          background: #ff6ba6; }
      .event-item .event-Swiper .swiper-button .icon-arrow {
        margin: 0;
        margin-right: 25px; }
        .event-item .event-Swiper .swiper-button .icon-arrow::after, .event-item .event-Swiper .swiper-button .icon-arrow::before {
          width: 30px;
          height: 30px;
          border-color: #fff; }
        .event-item .event-Swiper .swiper-button .icon-arrow img {
          margin-top: 0; }
  .event-item .event-inner {
    margin-top: 5rem; }
    .event-item .event-inner > div {
      padding: 1.5rem 2rem;
      text-align: justify; }
      .event-item .event-inner > div > img {
        border-radius: 0 0 100px 0; }
    .event-item .event-inner .event-entry {
      position: relative;
      width: 30%;
      background: #fd8508;
      font-size: 2rem;
      text-align: center;
      padding: 0.2rem;
      margin: auto;
      max-width: 600px;
      border-radius: 15px;
      z-index: 2;
      color: #fff; }
      .event-item .event-inner .event-entry img {
        max-width: 1.3em; }
      .event-item .event-inner .event-entry::after, .event-item .event-inner .event-entry::before {
        content: "";
        position: absolute;
        background: url(../../../../images/bg-point.png) no-repeat;
        width: 150%;
        background-size: 60%;
        height: 50px;
        background-position: 40px 9px; }
      .event-item .event-inner .event-entry::after {
        left: 100%;
        background-position: 10% 10px; }
      .event-item .event-inner .event-entry::before {
        right: 100%;
        background-position: 90% 10px; }

.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem; }
  .pages .page-10 {
    padding: 0.3rem 1rem;
    border-radius: 25px; }
  .pages a {
    background: #f6f6f6;
    border-radius: 50%;
    padding: 0.4rem 1rem; }
    .pages a:hover {
      background: #fd8508;
      color: #fff; }
    .pages a.active {
      background: #fd8508;
      color: #fff; }

.event-list {
  margin: 2rem 0;
  margin-bottom: 4rem; }
  .event-list .container {
    box-shadow: 0px 30px 28px -25px rgba(0, 0, 0, 0.16);
    border-radius: 0 0 20px 20px; }

.event-list,
.event-item {
  position: relative; }
  .event-list .circle_bg6,
  .event-item .circle_bg6 {
    position: absolute;
    right: -40px;
    bottom: 0;
    animation-duration: 3s;
    animation-delay: -1.2s; }
  .event-list .circle_bg2,
  .event-item .circle_bg2 {
    animation-duration: 3s;
    animation-delay: -1.2s;
    position: absolute;
    right: 70px;
    top: -50px; }
  .event-list .circle_bg3,
  .event-item .circle_bg3 {
    animation-duration: 3s;
    animation-delay: -1.2s;
    position: absolute;
    right: -150px; }

@media screen and (max-width: 767px) {
  .font-base {
    font-size: 1rem !important; } }

/*# sourceMappingURL=custom.css.map */
