@charset "UTF-8";
/* responsive*/
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap");
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .hidden_xs {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .hidden_xxs {
    display: none !important;
  }
}

.show_xs {
  display: none !important;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .show_xs {
    display: block !important;
  }
}

.show_xxs {
  display: none;
}
@media (max-width: 480px) {
  .show_xxs {
    display: block !important;
  }
}

/* 變數: */
/* setting */
.test_content {
  width: 1200px;
  margin: 0 auto;
}

::-moz-selection {
  background: #2DC0FF;
  color: white;
}

::selection {
  background: #2DC0FF;
  color: white;
}

::-moz-selection {
  background: #2DC0FF;
  color: white;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #171717;
}

body {
  font-family: "Titillium Web", "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", Verdana, Arial, "Microsoft YaHei" !important;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  min-height: 3000px;
}
@media (min-width: 992px) and (max-width: 1339px), (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  body {
    font-size: 13px;
  }
}

a {
  transition: ease 0.3s;
  text-decoration: none;
}
a:hover {
  color: #2DC0FF;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

input {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

#gtx-trans {
  display: none;
}

.container {
  width: 1180px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .container {
    width: 100%;
    padding: 0 5.5%;
  }
}

.fit_img {
  position: relative;
  overflow: hidden;
}

.main_wrapper {
  width: 100%;
  min-height: 100%;
}

.a-555 {
  color: #555;
}
.a-555:hover {
  color: #ffba00;
}

.a-blue {
  color: #00a0e8;
}
.a-blue:hover {
  color: #ffba00;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.main-color {
  color: #2DC0FF;
}

.hint-color {
  color: #60ccff;
}

.sup-color {
  color: #60ccff;
}

.strong-color {
  color: #333333;
}

.body-color {
  color: #604d3f;
}

.slideout-toggle {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(169, 133, 141, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  display: none;
}
.slideout-toggle:before {
  content: "";
  width: 70%;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 15%;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  transform-origin: top left;
}
.slideout-toggle:after {
  content: "";
  width: 70%;
  height: 4px;
  position: absolute;
  top: 20px;
  left: 15%;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  transform-origin: bottom left;
}
.slideout-toggle span {
  width: 70%;
  height: 4px;
  position: absolute;
  bottom: 9px;
  left: 15%;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  transform-origin: bottom left;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .slideout-toggle {
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .slideout-toggle {
    transform: scale(0.9);
    transform-origin: top right;
    left: 16px;
  }
}

.slideout-open .header .slideout-toggle:before {
  transform: rotate(45deg);
  left: 28%;
}
.slideout-open .header .slideout-toggle:after {
  transform: rotate(-45deg);
  top: 30px;
  left: 28%;
}
.slideout-open .header .slideout-toggle span {
  width: 0;
}

#menu {
  padding-top: 3em;
}
#menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}
#menu a img {
  margin-right: 0.2em;
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header nav {
  width: auto;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  gap: 1em;
  padding: 0 1em;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(169, 133, 141, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  max-width: 90%;
}
.header nav a {
  display: inline-block;
  padding: 1.5em 1em;
  position: relative;
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.header nav a:hover, .header nav a:active, .header nav a:focus {
  text-decoration: none;
}
.header nav a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background: linear-gradient(90deg, #006FD6, #33B3F3);
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.header nav a:hover:after {
  width: 100%;
}
.header nav a.active:after {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .header {
    width: 100%;
  }
  .header nav.pc {
    display: none;
  }
}

.content {
  width: 100%;
}

.topline {
  position: relative;
  display: inline-block;
}
.topline:after {
  content: "";
  background: linear-gradient(90deg, #006FD6, #33B3F3);
  position: absolute;
  width: 40%;
  max-width: 6em;
  top: 0;
  left: 0;
  height: 8px;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .topline:after {
    height: 4px;
  }
}

.kv {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: url(../images/primary/kvbg-b.webp) top center no-repeat #e56efb;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.kv .scroll-hint {
  position: absolute;
  bottom: 3em;
  right: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kv .scroll-hint .text {
  display: inline-block;
  font-size: 0.9em;
  transform: rotate(90deg) translateX(-80%);
  letter-spacing: 0.3em;
}
.kv .scroll-hint .arrow {
  width: 6px;
  animation: scrollarrow 2s infinite;
}
.kv .kv-ppl {
  width: 1100px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.kv .kv-ppl img {
  transform: translateX(-50%);
  max-width: 100%;
}
.kv .main-logo {
  max-width: 40%;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.kv .main-logo img {
  max-width: 100%;
  transform: translateY(-50%);
}
.kv .kv-cta {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 960px;
  max-width: 90%;
  padding: 2.6em 2.2em 2.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  line-height: 1.8em;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(169, 133, 141, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.kv .kv-cta .cta-title {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 0.4em;
  line-height: 1.2em;
}
.kv .kv-cta .cta-text {
  font-size: 1.2em;
  font-weight: 400;
}
.kv .kv-cta .cta-date {
  font-size: 1.2em;
  color: #60ccff;
  font-weight: 300;
}
.kv .kv-cta .cta-btn {
  padding: 0.6em 1.4em;
  font-size: 1.8em;
  color: #fff;
  font-weight: 300;
  background: #60ccff;
  transition: 0s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 74%, 88% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 74%, 88% 100%, 0 100%);
}
.kv .kv-cta .cta-btn span {
  background: #2DC0FF;
}
.kv .kv-cta .cta-btn:hover {
  background: transparent;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
}
.kv .kv-cta.topline:after {
  left: 2.2em;
}
@media (min-width: 992px) and (max-width: 1339px), (min-width: 768px) and (max-width: 991px) {
  .kv {
    background-size: 170%;
  }
  .kv .scroll-hint {
    bottom: 45%;
    transform: translateY(50%);
  }
  .kv .main-logo {
    max-width: 42%;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .kv {
    min-height: auto;
    background-size: 360%;
  }
  .kv .kv-ppl {
    width: 240%;
  }
  .kv .main-logo {
    width: 75%;
    max-width: none;
    bottom: 22%;
    top: auto;
  }
  .kv .kv-cta {
    width: 100%;
    padding: 2.3em 2.2em 1.2em;
    line-height: 1.4em;
    max-width: none;
  }
  .kv .kv-cta .cta-title {
    font-size: 1.8em;
  }
  .kv .kv-cta .cta-text {
    font-size: 0.9em;
  }
  .kv .kv-cta .cta-date {
    line-height: 1.2em;
    font-size: 1em;
  }
  .kv .kv-cta .cta-date span {
    display: block;
  }
  .kv .kv-cta .cta-btn {
    font-size: 1.4em;
  }
  .kv .scroll-hint {
    top: 12px;
    right: 0;
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: scale(0.7) translateY(100%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .kv {
    background-size: 200%;
  }
  .kv .main-logo {
    width: 65%;
    bottom: 6em;
  }
}

@keyframes scrollarrow {
  0% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(0px);
  }
  70% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.main-section {
  width: 100%;
  background: url(../images/primary/main-section-bg.webp) top center repeat-y;
  background-size: cover;
  position: relative;
}
.main-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20vw;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgb(23, 23, 23) 0%, rgba(23, 23, 23, 0) 100%);
}
@media (min-width: 992px) and (max-width: 1339px) {
  .main-section {
    background-size: 125%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-section {
    background-size: 125%;
  }
}

.main-title {
  width: 100%;
  text-align: center;
  font-size: 3.6em;
  font-weight: 600;
  margin: 1em 0;
}
.main-title .topline {
  padding-top: 0.4em;
}
.main-title .topline:after {
  width: 2em;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .main-title {
    font-size: 3.2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-title {
    font-size: 3em;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .main-title {
    font-size: 2.4em;
  }
}

.about {
  width: 100%;
  display: flex;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.about .about-bglight {
  width: 60%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
.about .about-bglight img {
  width: 100%;
  transform: translateX(-50%);
}
.about .about-img {
  width: 45%;
  position: relative;
  z-index: 0;
  background: url(../images/primary/about-img.webp) top center repeat;
  background-size: cover;
}
.about .about-content {
  width: 55%;
  padding: 6em 4em 4em 6em;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.about .about-content .about-title {
  font-size: 5.2em;
  font-weight: 600;
}
.about .about-content .about-title .hint {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #2DC0FF;
  font-weight: 400;
}
.about .about-content .about-text {
  font-size: 1.2em;
  padding: 2.4em 0 2em;
  line-height: 1.8em;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .about .about-img {
    width: 35%;
  }
  .about .about-content {
    width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about .about-img {
    width: 25%;
  }
  .about .about-content {
    width: 75%;
  }
  .about .about-content .about-title {
    font-size: 3.8em;
  }
  .about .about-content .about-title .hint {
    font-size: 1.2rem;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about {
    flex-wrap: wrap;
  }
  .about .about-img {
    width: 100%;
    padding-bottom: 20%;
    order: 2;
  }
  .about .about-content {
    width: 100%;
    padding: 6em 2.2em 3em 2.2em;
  }
  .about .about-content .about-title {
    font-size: 2.4em;
  }
  .about .about-content .about-title .hint {
    font-size: 1rem;
  }
}

.section-content {
  width: 100%;
  padding: 6em 0 6em;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .section-content {
    padding: 4em 0;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .section-content {
    padding: 3em 0;
  }
}

.card-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 2em;
}
.card-list .card-item {
  width: calc((100% - 80px) / 5);
  padding: 1.4em;
  font-size: 1.2em;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(169, 133, 141, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.card-list .card-item:after {
  width: 50%;
}
.card-list .card-item a {
  color: #fff !important;
}
.card-list .card-item a:hover {
  filter: brightness(1.2);
}
.card-list .card-item a:hover .item-flag {
  transform: translate(5px);
}
.card-list .card-item .item-flag {
  transition: all 0.3s;
}
.card-list .card-item .item-img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 0.8em;
}
.card-list .card-item .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-list .card-item .item-img img.hold {
  opacity: 0.5;
}
.card-list .card-item .item-title {
  color: #2DC0FF;
  margin-bottom: 0.4em;
  line-height: 1.2em;
}
.card-list .card-item .item-name {
  min-height: 3.6em;
  line-height: 1.4em;
}
.card-list.events .card-item {
  width: calc((100% - 20px) / 2);
  padding-top: 1.8em;
}
.card-list.events .card-item .item-img {
  padding-bottom: 34%;
}
.card-list.events .card-item .item-name {
  min-height: 2.4em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .card-list.events .card-item {
    width: 100%;
    font-size: 1.2em;
    padding: 0.8em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-list .card-item {
    width: calc((100% - 60px) / 4);
    padding: 1.1em;
    font-size: 1.1em;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .card-list {
    gap: 12px;
  }
  .card-list .card-item {
    width: calc((100% - 24px) / 3);
    font-size: 1em;
    padding: 0.8em;
  }
}

.section-title {
  width: 100%;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(169, 133, 141, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  background-image: url(../images/primary/section-title-bg.webp);
  background-size: cover;
  padding: 1em;
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 1.2em;
}
.section-title.en {
  font-weight: 600;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .section-title {
    font-size: 1.4em;
    padding: 0.8em;
  }
}

.row {
  width: 100%;
  display: flex;
  gap: 4em;
}
.row .item-50 {
  width: 50%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .row .item-50 {
    width: 100%;
  }
}
.row .item-100 {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .row {
    gap: 3em;
    flex-wrap: wrap;
  }
}

.org-title {
  width: 100%;
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 1em;
}
.org-title.en {
  font-weight: 600;
}
.org-title .topline {
  padding-top: 0.8em;
}
.org-title .topline::after {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .org-title {
    font-size: 1.6em;
  }
}

.org-list {
  width: 100%;
  position: relative;
  display: flex;
  gap: 2em;
}
.org-list .org-item {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  font-size: 1.2em;
  color: #999;
  line-height: 1.2em;
}
.org-list .org-item img {
  max-width: 100%;
  max-height: 54px;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .org-list {
    flex-wrap: wrap;
  }
  .org-list .org-item {
    font-size: 1em;
  }
  .org-list .org-item.item-50 {
    width: calc((100% - 2em) / 2);
  }
}

.org-sup {
  margin-top: 3.2em;
}
.org-sup .org-list .org-item img {
  max-width: 260px;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .org-sup {
    margin-top: 3em;
  }
  .org-sup .org-list .org-item img {
    max-width: 180px;
  }
}

.footer {
  width: 100%;
  padding: 6em 0;
  background: #171717;
  font-size: 1.2em;
}
.footer .row {
  width: 100%;
  display: flex;
  gap: 2em;
  justify-content: space-between;
  align-items: center;
}
.footer a {
  color: #fff;
  vertical-align: middle;
}
.footer a:hover {
  color: #2DC0FF;
}
.footer a img {
  vertical-align: middle;
}
.footer .contact-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.2em;
}
.footer .social {
  display: flex;
  gap: 2em;
}
.footer .social a:hover {
  filter: invert(100%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .social {
    gap: 1.2em;
  }
  .footer .social img {
    width: 34px;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .footer .row {
    justify-content: center;
    gap: 3em;
  }
  .footer .social {
    gap: 1.2em;
  }
  .footer .social img {
    width: 28px;
  }
}

.copyright {
  background: #171717;
  width: 100%;
  padding: 2em 0;
  text-align: center;
}

.agenda {
  padding-top: 8em;
}
.agenda .hint {
  color: #ccc;
  text-align: center;
  margin-top: 1.6em;
}

.agenda-table {
  width: 100%;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(169, 133, 141, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 6em 4em;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.agenda-table .trow {
  width: 100%;
  display: flex;
}
.agenda-table .trow.sticky {
  position: sticky;
  top: 70px;
}
.agenda-table .trow.sticky .td span {
  padding: 0.5em 2em;
  border-radius: 2em;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(169, 133, 141, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  background: rgba(0, 0, 0, 0.42);
}
.agenda-table .trow .th {
  width: 60px;
  text-align: center;
  display: flex;
  align-items: flex-start;
}
.agenda-table .trow .th .time {
  font-size: 1.2em;
  font-weight: 600;
  transform: translateY(-0.5em);
}
.agenda-table .trow .tr {
  display: flex;
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.agenda-table .trow .tr.top {
  border: none;
}
.agenda-table .trow .td {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.8em;
  padding: 1.2em;
  transition: all 0.3s;
}
.agenda-table .trow .td:hover {
  background: rgba(255, 255, 255, 0.1);
}
.agenda-table .trow .td.center {
  align-items: center;
  justify-content: center;
}
.agenda-table .trow .td.full {
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.agenda-table .trow .td.last {
  padding: 0;
  pointer-events: none;
}
.agenda-table .trow .td .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
}
.agenda-table .trow .td .tag span {
  color: #209AE8;
  padding: 0.2em 0.6em;
  background: rgba(0, 122, 255, 0.15);
  border-radius: 2em;
}
.agenda-table .trow .td .tag-language span {
  color: #bbb31b;
  padding: 0.2em 0.6em;
  background: rgba(255, 238, 0, 0.15);
  border-radius: 2em;
}
.agenda-table .trow .td .title {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2em;
}
.agenda-table .trow .td .name {
  color: #848484;
  font-size: 1.1em;
}
.agenda-table .trow .td .name span {
  display: inline-block;
  padding-left: 18px;
  background: url(../images/primary/icon-mic.svg) left center no-repeat;
  margin-right: 0.6em;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .agenda-table {
    padding: 3em 2em;
  }
  .agenda-table .trow .td {
    font-size: 0.9em;
  }
  .agenda-table .trow.sticky {
    top: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .agenda-table {
    padding: 2em 1em;
  }
  .agenda-table .trow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .agenda-table .trow .th {
    width: 100%;
    height: 0;
    text-align: center;
    justify-content: center;
  }
  .agenda-table .trow .th .time {
    font-size: 1.1em;
    display: inline-block;
    background: #171717;
    padding: 0 0.2em;
    color: #999;
    border-radius: 2em;
  }
  .agenda-table .trow .td {
    padding: 1.2em 1em;
  }
  .agenda-table .trow .td .title {
    font-size: 1.1em;
  }
}

.go_top_btn {
  position: fixed;
  width: 55px;
  height: 55px;
  color: #fff;
  text-align: center;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.go_top_btn.active {
  opacity: 1;
  pointer-events: all;
}
.go_top_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(169, 133, 141, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
}
.go_top_btn a img {
  width: 50%;
  transition: all 0.3s;
  margin-bottom: 0.2em;
}
.go_top_btn a:hover {
  background: rgba(0, 122, 255, 0.15);
  border: solid 1px rgba(255, 255, 255, 0.3);
}
.go_top_btn a:hover img {
  filter: brightness(10);
}
.go_top_btn.visible a {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .go_top_btn {
    transform: scale(0.85);
    transform-origin: right bottom;
    right: 14px;
    bottom: 14px;
  }
}

[data-micromodal-trigger] {
  cursor: pointer;
}

.modal__container {
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(169, 133, 141, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  max-height: 80%;
  width: 90%;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
}
.modal__container .modal__title {
  font-size: 2em;
  line-height: 1.2em;
}
.modal__container .modal__header {
  padding: 1.6em 1em;
  position: relative;
}
.modal__container .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
  margin-bottom: 1em;
}
.modal__container .tag span {
  color: #209AE8;
  padding: 0.2em 0.6em;
  background: rgba(0, 122, 255, 0.15);
  border-radius: 2em;
}
.modal__container .modal-info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.modal__container .modal-info .info-item {
  display: flex;
  flex-direction: row;
  width: 33%;
  padding: 1em;
  line-height: 1.6em;
  gap: 1em;
}
.modal__container .modal-info .info-item img {
  width: 30px;
}
.modal__container .modal-info .info-item > div {
  display: flex;
  flex-direction: column;
}
.modal__container .modal-info .info-item .main {
  font-size: 1.2em;
}
.modal__container .modal-info .info-item .hint {
  color: #848484;
}
.modal__container .modal-description {
  font-size: 1.1em;
  padding: 1.2em;
  line-height: 1.4em;
}
.modal__container .modal-speaker {
  display: flex;
  flex-direction: row;
  gap: 1em;
  padding: 1.2em;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  align-items: flex-start;
}
.modal__container .modal-speaker img {
  max-width: 100px;
}
.modal__container .modal-speaker .name {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}
.modal__container .modal-speaker .info {
  color: #848484;
  line-height: 1.2em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .modal__container .modal__title {
    font-size: 1.6em;
  }
  .modal__container .modal-info {
    flex-direction: column;
    padding: 1.2em 0;
    gap: 0.5em;
  }
  .modal__container .modal-info .info-item {
    width: 100%;
    padding: 0;
  }
  .modal__container .modal__header {
    padding: 1.6em 0;
  }
  .modal__container .modal-description {
    padding: 1.2em 0;
  }
  .modal__container .modal-speaker {
    padding: 1.2em 0;
    line-height: 1.4em;
    align-items: flex-start;
  }
  .modal__container .modal-speaker img {
    max-width: 60px;
  }
  .modal__container .modal-speaker .name {
    margin-bottom: 0.6em;
  }
}/*# sourceMappingURL=primary.css.map */