@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: #1265FF;
  color: white;
}

::selection {
  background: #1265FF;
  color: white;
}

::-moz-selection {
  background: #1265FF;
  color: white;
}

* {
  box-sizing: border-box;
}

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

body {
  font-family: "Titillium Web", "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", Verdana, Arial, "Microsoft YaHei" !important;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
  color: #131313;
  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: #1265FF;
  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;
}

.disabled {
  opacity: 1 !important;
  pointer-events: none !important;
  color: #888 !important;
}
.disabled:before {
  background: #aaa !important;
}

.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: #1265FF;
}

.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;
    background: #fff;
  }
  .slideout-toggle:before, .slideout-toggle:after, .slideout-toggle span {
    background: #171717;
  }
}
@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 {
  position: fixed;
  top: 2.8em;
  right: 2.8em;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.3s;
}
.header nav {
  width: auto;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  gap: 1em;
  padding: 0 1em;
  background: #fff;
  border-radius: 20px;
  margin: 2em 2em 0 0;
  transition: all 0.3s;
}
.header nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  padding: 1.5em 1em;
  position: relative;
  font-size: 1.2em;
  font-weight: 600;
  color: #171717;
  text-decoration: none;
  white-space: nowrap;
}
.header nav a:hover, .header nav a:active, .header nav a:focus {
  text-decoration: none;
}
.header nav a:hover {
  color: #1265FF;
}
.header nav a:hover svg {
  fill: #1265FF;
}
.header nav a.active {
  color: #1265FF;
}
.header nav a.active svg {
  fill: #1265FF;
}
.header nav a svg {
  fill: #171717;
  transition: all 0.3s;
}
.header.active nav {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
  margin: 0;
}
.header.active .slideout-toggle {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
}
@media (min-width: 992px) and (max-width: 1339px) {
  .header nav.pc {
    gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .header {
    width: auto;
    top: 2.8em;
    left: 2.8em;
  }
  .header nav.pc {
    display: none;
  }
  .header.active {
    left: 1.2em;
    top: 1.2em;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .header {
    width: auto;
    top: 2em;
    left: 2em;
  }
  .header.active {
    left: 0;
    top: 0;
  }
}

.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: #fff;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 2.8em;
  z-index: 2;
  transition: all 0.3s;
}
.kv .kv-bg {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
}
.kv .kv-bg video {
  width: 100%;
  height: 100%;
  z-index: -100;
  -o-object-fit: cover;
     object-fit: cover;
}
.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 .main-logo {
  max-width: 40%;
  position: absolute;
  top: 60%;
  left: 2.8em;
  z-index: 3;
}
.kv .main-logo img {
  max-width: 100%;
  transform: translateY(-50%);
}
.kv .kv-cta {
  position: absolute;
  bottom: 4.8em;
  right: 4.8em;
  width: auto;
  max-width: 90%;
  padding: 2em 2em;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3em;
  z-index: 3;
  line-height: 1.8em;
  background: #fff;
}
.kv .kv-cta .cta-title {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 0.2em;
  line-height: 1.2em;
}
.kv .kv-cta .cta-title.en {
  font-weight: 600;
}
.kv .kv-cta .cta-text {
  font-size: 1.2em;
  font-weight: 600;
  color: #838383;
}
.kv .kv-cta .cta-date {
  font-size: 1.2em;
  color: #838383;
  font-weight: 600;
  text-align: center;
}
.kv .kv-cta .cta-date .date {
  font-size: 3em;
  color: #171717;
  font-weight: 700;
  display: block;
  margin-block: 0.2em;
}
.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: #1265FF;
}
.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;
    padding: 2em;
  }
  .kv .kv-ppl {
    width: 240%;
  }
  .kv .main-logo {
    left: 2em;
    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%);
  }
  .kv .kv-cta {
    width: calc(100% - 8em);
    right: 4em;
    bottom: 4em;
    padding: 1.5em 2.2em 1.2em;
    line-height: 1.4em;
    max-width: none;
  }
  .kv .kv-cta .cta-date {
    line-height: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .kv {
    padding: 2.8em;
  }
  .kv .main-logo {
    width: 65%;
    bottom: inherit;
    top: 67%;
    left: 2.8em;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .kv .kv-cta {
    gap: 2em;
    padding: 1.5em 1.8em 1.2em;
    font-size: 0.9em;
  }
  .kv .kv-cta .cta-date {
    font-size: 0.9em;
  }
}
@media (max-width: 480px) {
  .kv .kv-cta .cta-title {
    font-size: 1.5em;
  }
}

@keyframes scrollarrow {
  0% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(0px);
  }
  70% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes marquee {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.marqueen-wrapper {
  width: 100%;
  margin-bottom: 2.8em;
}

.marqueen {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: auto;
  color: #1265FF;
  white-space: nowrap;
  animation: marquee 0.6s infinite linear;
  animation-direction: alternate-reverse;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1em 0;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .marqueen img {
    width: 600px;
  }
}

.marqueen-r {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 1em;
  line-height: 1em;
  height: auto;
  white-space: nowrap;
  animation: marquee 0.6s infinite linear;
  animation-direction: alternate-reverse;
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .marqueen-r img {
    width: 1000px;
  }
}

.main-section {
  width: 100%;
  background: url(../images/primary/content-bg.svg) center;
  background-size: 100%;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .main-section {
    background-size: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-section {
    background-size: 100%;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .main-section {
    background: url(../images/primary/content-bg-m.svg) center;
    background-size: 100%;
  }
}

.main-title {
  width: 100%;
  text-align: center;
  font-size: 3.6em;
  font-weight: 600;
  margin: 2em 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;
  }
}

@keyframes radar {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.about {
  width: 100%;
  display: flex;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.about .about-img {
  width: 50%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-left: 2.8em;
}
.about .about-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.about .about-img .icon {
  width: 100px;
  position: absolute;
  top: 2em;
  right: 2em;
}
.about .about-content {
  width: 50%;
  padding: 4em 4em 4em 6em;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 700px;
}
.about .about-content .about-title {
  font-size: 3em;
  font-weight: 800;
  line-height: 1em;
}
.about .about-content .about-title.en {
  font-weight: 600;
}
.about .about-content .about-title .hint {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #1265FF;
  font-weight: 400;
}
.about .about-content .about-text {
  font-size: 1.2em;
  padding: 2.4em 0 2em;
  line-height: 1.8em;
}
.about .about-content .about-icon {
  width: 100%;
  padding: 4em 2em;
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .about-content .about-icon img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.about .about-content .about-icon > div {
  position: absolute;
  width: 200px;
  height: 200px;
  border: solid 1px #1265FF;
  border-radius: 50%;
  animation: radar 3s infinite;
}
.about .about-content .about-icon .radar-02 {
  animation-delay: 1s;
}
.about .about-content .about-icon .radar-03 {
  animation-delay: 2s;
}
@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: 30%;
  }
  .about .about-img .icon {
    top: 2em;
    right: inherit;
    left: 50%;
    transform: scale(0.8) translateX(-50%);
  }
  .about .about-content {
    width: 70%;
    padding-left: 4em;
  }
  .about .about-content .about-title {
    font-size: 3.2em;
  }
  .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;
    align-items: flex-start;
  }
  .about .about-icon.en {
    padding: 4em 0;
  }
  .about .about-img {
    width: 100%;
    height: 300px;
    padding: 2em 5.5%;
    order: 2;
  }
  .about .about-img .icon {
    top: 2em;
    right: 0.4em;
    transform: scale(0.6);
  }
  .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;
  }
  .about .about-content .about-text {
    padding-bottom: 0;
  }
}

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

.border-title {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  height: auto;
  position: relative;
  z-index: 0;
  text-align: center;
  overflow-x: clip;
  margin: -3em 0 -10em 0;
}
.border-title .xs {
  display: none;
}
.border-title .lg {
  max-width: 90vw;
  transform: scale(1);
}
@media (min-width: 1340px) {
  .border-title .lg {
    margin-bottom: 2em;
  }
}
@media (min-width: 992px) and (max-width: 1339px) {
  .border-title .lg {
    margin-bottom: 3em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .border-title img {
    transform: scale(0.7);
  }
  .border-title .lg {
    max-width: 90vw;
    transform: scale(1);
    margin-bottom: 3em;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .border-title img {
    transform: scale(0.4);
  }
  .border-title .lg {
    display: none;
  }
  .border-title .xs {
    display: inline-block;
    margin-bottom: -4em;
  }
}
@media (max-width: 480px) {
  .border-title img {
    transform: scale(0.3);
  }
  .border-title .lg {
    display: none;
  }
  .border-title .xs {
    display: inline-block;
    margin-bottom: -5em;
  }
}

.competition-item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 3em;
}
.competition-item .item-head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6em 2em 3em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  gap: 1em;
  border-radius: 25px 25px 0 0;
}
.competition-item .item-head .head-title {
  font-size: 2.4em;
  font-weight: 600;
}
.competition-item .item-head .head-date {
  display: flex;
  align-items: center;
  gap: 0.6em;
  color: rgba(255, 255, 255, 0.8);
}
.competition-item .item-head .head-date img {
  vertical-align: middle;
}
.competition-item .item-head .head-info {
  max-width: 760px;
  line-height: 1.4em;
  margin-top: 1.2em;
  font-size: 1.1em;
}
.competition-item .item-head.comp-01 {
  background: url(../images/primary/comp-title-01.png) center center no-repeat;
  background-size: cover;
}
.competition-item .item-head.comp-02 {
  background: url(../images/primary/comp-title-02.png) center center no-repeat;
  background-size: cover;
}
.competition-item .item-body {
  width: 100%;
  background: #F7F8FA;
  border-radius: 0 0 25px 25px;
  padding: 3em 2em 4em 2em;
}
.competition-item .item-body .card-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 2em 0;
}
.competition-item .item-body .card-list .card-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 80px) / 5);
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  padding: 2em 1em;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2em;
  gap: 0.6em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .competition-item .item-body .card-list .card-item {
    border-radius: 15px;
  }
}
.competition-item .item-body .card-list.comp-02 .card-item {
  width: calc((100% - 60px) / 4);
}
.competition-item .item-body .card-list.comp-03 .card-item {
  width: calc((100% - 40px) / 3);
  justify-content: flex-start;
}
.competition-item .item-body .card-list.comp-04 .card-item {
  width: calc((100% - 20px) / 2);
  justify-content: flex-start;
}
.competition-item .item-body .body-info {
  width: 100%;
  font-size: 1.2em;
  line-height: 1.4em;
}
.competition-item .item-body .body-info ul li {
  padding-bottom: 0.6em;
  padding-left: 0.6em;
}
.competition-item .item-body .body-info ul li::before {
  content: "_";
  position: absolute;
  transform: translateX(-0.6em);
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px) {
  .competition-item .item-body .card-list .card-item {
    justify-content: flex-start;
    width: calc((100% - 20px) / 2);
    padding: 1.2em 1em;
  }
  .competition-item .item-body .card-list.comp-02 .card-item {
    width: calc((100% - 20px) / 2);
    padding: 1.4em 1em;
  }
  .competition-item .item-body .card-list.comp-03 .card-item {
    width: calc((100% - 20px) / 2);
    padding: 1.4em 1em;
  }
  .competition-item .item-body .card-list.comp-04 .card-item {
    width: 100%;
    padding: 1.4em 1em;
  }
  .competition-item .head-info br {
    display: none;
  }
}
@media (max-width: 480px) {
  .competition-item .item-body {
    padding: 2em;
  }
  .competition-item .item-body .card-list {
    gap: 10px;
  }
  .competition-item .item-body .card-list .card-item {
    justify-content: flex-start !important;
    width: 100% !important;
    padding: 1.2em 1em !important;
    font-size: 1.2em !important;
  }
  .competition-item .item-body .card-list.comp-02 .card-item {
    width: 100%;
    padding: 1.4em 1em;
  }
  .competition-item .head-info br {
    display: none;
  }
}

.card-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 2em;
}
.card-list .card-item {
  width: calc((100% - 80px) / 5);
  font-size: 1.2em;
  font-weight: 600;
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .card-list .card-item {
    border-radius: 15px;
  }
}
.card-list .card-item:after {
  width: 50%;
}
.card-list .card-item a {
  color: #171717 !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;
}
.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: #1265FF;
  margin-bottom: 0.4em;
  line-height: 1.2em;
  font-size: 0.9em;
}
.card-list .card-item .item-name {
  line-height: 1.4em;
}
.card-list .card-item .item-info {
  width: 100%;
  padding: 1.4em;
}
.card-list.events .card-item {
  width: calc((100% - 20px) / 2);
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.card-list.events .card-item .item-img {
  padding-bottom: 34%;
}
.card-list.events .card-item .item-name {
  min-height: 2.4em;
}
.card-list.events .card-item p {
  line-height: 1.4em;
  font-weight: 400;
  font-size: 0.9em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .card-list.events .card-item {
    width: 100%;
    font-size: 1.2em;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-list .card-item {
    width: calc((100% - 60px) / 4);
    font-size: 1.1em;
  }
  .card-list .card-item .item-info {
    padding: 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;
  }
  .card-list .card-item .item-info {
    padding: 1em;
  }
}

.section-content.events {
  background: #f7f8fa;
}
@media (min-width: 1340px), (min-width: 992px) and (max-width: 1339px) {
  .section-content.events {
    padding-top: 8em;
  }
  .section-content.events .border-title .lg {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-content.events {
    padding-top: 10em;
  }
  .section-content.events .border-title .lg {
    margin-bottom: 2em;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .section-content.events {
    padding-top: 0em;
    margin-top: 3em;
  }
}

.section-content.members {
  background: #f7f8fa;
}
@media (min-width: 1340px), (min-width: 992px) and (max-width: 1339px) {
  .section-content.members {
    padding-top: 8em;
  }
  .section-content.members .border-title .lg {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-content.members {
    padding-top: 10em;
  }
  .section-content.members .border-title .lg {
    margin-bottom: 2em;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .section-content.members {
    padding-top: 0em;
    margin-top: 3em;
  }
}

.section-title {
  width: 100%;
  background-image: url(../images/primary/comp-title-02.png);
  background-size: cover;
  padding: 2em 1.4em 1.4em;
  font-size: 2em;
  font-weight: 800;
  text-align: center;
  color: #fff;
  border-radius: 25px 25px 0 0;
}
.section-title.en {
  font-weight: 600;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .section-title {
    font-size: 1.4em;
    padding: 1.4em;
  }
}

.row {
  width: 100%;
  display: flex;
  gap: 2em;
}
.row .item-50 {
  width: 50%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .row .item-50 {
    width: 100%;
  }
}
.row .item-33 {
  width: 33.3%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .row .item-33 {
    width: 100%;
  }
}
.row .item-100 {
  width: 100%;
}
.row .xs-fix {
  width: auto;
}
.row .xs-fix img {
  width: 180px;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .row {
    gap: 3em;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .row .xs-fix {
    width: 100%;
  }
}

.org-title {
  width: 100%;
  font-size: 1.4em;
  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: 0em;
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .org-list {
    border-radius: 15px;
  }
}
.org-list .org-item {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  font-size: 1.1em;
  color: #999;
  line-height: 1.2em;
  padding: 1.2em;
}
.org-list .org-item img {
  max-height: 50px;
  -o-object-position: left;
     object-position: left;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.org-list .org-item img.ob-center {
  -o-object-position: center;
     object-position: center;
}
.org-list .org-item.full {
  flex-direction: row;
}
.org-list .org-item.full img {
  max-height: 5.5em;
}
.org-list .org-item.full p {
  display: flex;
  align-items: center;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .org-list {
    flex-wrap: wrap;
    width: 100%;
  }
  .org-list .org-item {
    font-size: 1em;
  }
  .org-list .org-item.item-50 {
    width: 50%;
  }
  .org-list .org-item.item-33 {
    width: 50%;
  }
}

.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: 140px;
  }
}

.footer {
  width: 100%;
  padding: 6em 0;
  background: #f7f8fa;
  font-size: 1.2em;
}
.footer .row {
  width: 100%;
  display: flex;
  gap: 2em;
  justify-content: space-between;
  align-items: center;
}
.footer a {
  color: #171717;
  vertical-align: middle;
}
.footer a:hover {
  color: #1265FF;
}
.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: #f7f8fa;
  color: #8d8d8d;
  width: 100%;
  padding: 2em 0;
  text-align: center;
}

.agenda {
  padding: 2em 2.8em;
}
.agenda p {
  color: #fff;
  text-align: center;
  margin-top: 1.6em;
  font-size: 1.1em;
}
.agenda .hint {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
}
.agenda .agenda-wrapper {
  width: 100%;
  padding: 6em 2em 6em 2em;
  background: url(../images/primary/agenda-bg.webp) center center no-repeat;
  background-size: cover;
  border-radius: 25px;
}
.agenda .container {
  max-width: 100%;
}
.agenda .main-title {
  color: #fff;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .agenda {
    padding: 2em 5.5%;
  }
  .agenda .agenda-wrapper {
    padding: 2em 0 3em;
  }
  .agenda .agenda-wrapper .agenda-table {
    padding: 0 0 2em 0;
  }
}

@keyframes gameon {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.15);
  }
  80% {
    transform: scale(1);
  }
}
@keyframes gameon-bg {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  40% {
    transform: scale(1.15);
    opacity: 0.3;
  }
  90% {
    opacity: 0.1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.agenda-table {
  width: 100%;
  padding: 0em;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 1em;
  max-width: 780px;
  margin: 0 auto;
}
.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 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  transform: translateY(-0.5em);
}
.agenda-table .trow .tr {
  display: flex;
  width: 100%;
  gap: 1em;
}
.agenda-table .trow .tr.top {
  border: none;
}
.agenda-table .trow .td {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-weight: 600;
  gap: 0.2em;
  padding: 1.2em;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  border: none;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .agenda-table .trow .td {
    border-radius: 15px;
  }
}
.agenda-table .trow .td:hover {
  background: rgba(255, 255, 255, 0.95);
}
.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;
  height: 0;
}
.agenda-table .trow .td.no-border {
  border: 0 !important;
}
.agenda-table .trow .td.group {
  padding: 0;
  background: 0;
  border: 0;
  gap: 0.8em;
}
.agenda-table .trow .td.group .td .td {
  background: transparent;
  padding: 0.4em 1em;
  border-radius: 0;
  flex-direction: row-reverse;
  border-bottom: solid 1px rgba(3, 37, 98, 0.1);
}
.agenda-table .trow .td.group .td .td.empty {
  border-radius: 20px;
  background: rgba(3, 37, 98, 0.1);
  padding: 0.4em 1em;
}
.agenda-table .trow .td.empty {
  background: rgba(255, 255, 255, 0.6);
  border: none !important;
}
.agenda-table .trow .td.gameon {
  position: relative;
  padding-top: 10%;
  font-size: 1.2em;
  background: url(../images/primary/gameon-bg.png) bottom 100% center no-repeat #000;
  background-size: 180%;
  text-align: center;
  border: none;
  overflow: hidden;
}
.agenda-table .trow .td.gameon .title {
  color: #ffffff;
  position: relative;
  z-index: 4;
}
.agenda-table .trow .td.gameon .sub-title {
  color: #FF3300;
  position: relative;
  z-index: 4;
}
.agenda-table .trow .td.gameon .game-bg-01 {
  width: 66%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
  z-index: 3;
}
.agenda-table .trow .td.gameon .game-bg-01 img {
  width: 100%;
  animation: gameon 2s infinite;
  animation-timing-function: ease-in-out;
}
.agenda-table .trow .td.gameon .game-bg-02 {
  width: 110%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
  z-index: 2;
}
.agenda-table .trow .td.gameon .game-bg-02 img {
  width: 100%;
  animation: gameon 2s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
}
.agenda-table .trow .td.gameon .game-bg-03 {
  width: 150%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
  z-index: 1;
}
.agenda-table .trow .td.gameon .game-bg-03 img {
  width: 100%;
  animation: gameon 2s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
}
.agenda-table .trow .td.gameon .game-bg-04 {
  width: 150%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
  z-index: 0;
}
.agenda-table .trow .td.gameon .game-bg-04 img {
  width: 100%;
  animation: gameon-bg 2s infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
}
.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 .title {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2em;
}
.agenda-table .trow .td .title .hint {
  margin: 0 0.5em;
  font-size: 0.6em;
  padding: 0em 1em;
  background: #1265FF;
  color: #fff;
  border-radius: 1em;
  vertical-align: middle;
}
.agenda-table .trow .td .sub-title {
  font-size: 1.1em;
  color: #1265FF;
}
.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: 0em 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: 1em;
    text-align: center;
    justify-content: center;
    position: relative;
  }
  .agenda-table .trow .th::before {
    content: "";
    width: calc(50% - 1em);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .agenda-table .trow .th::after {
    content: "";
    width: calc(50% - 1em);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .agenda-table .trow .th .time {
    font-size: 1.1em;
    display: inline-block;
    padding: 0 0.2em;
    color: #fff;
    border-radius: 2em;
  }
  .agenda-table .trow .td {
    padding: 1.2em 1em;
    font-size: 1em;
  }
  .agenda-table .trow .td .title {
    font-size: 1.2em;
  }
  .agenda-table .trow .td.gameon {
    padding-top: 20%;
    font-size: 1.2em;
  }
  .agenda-table .trow .td.gameon .game-bg-01 {
    width: 100%;
  }
  .agenda-table .trow .td.gameon .game-bg-02 {
    width: 180%;
  }
  .agenda-table .trow .td.gameon .game-bg-03, .agenda-table .trow .td.gameon .game-bg-04 {
    width: 240%;
  }
  .agenda-table .trow .td.empty {
    padding: 0.4em 1em;
  }
}

.game-team .card-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  counter-reset: item;
}
.game-team .card-list .card-item {
  position: relative;
  width: calc((100% - 40px) / 3);
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 0.4em;
  padding: 1.4em;
  background: url(../images/primary/team-bg.png) center no-repeat;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  counter-increment: item;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .game-team .card-list .card-item {
    border-radius: 15px;
  }
}
.game-team .card-list .card-item span {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.game-team .card-list .card-item:before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  font-size: 0.9em;
  background: #1265FF;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  content: counter(item);
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  flex: none;
}
.game-team .card-list .card-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  background: url(../images/primary/team-bg-active.png) center no-repeat;
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in-out;
  border-radius: 20px;
}
.game-team .card-list .card-item:hover {
  color: #fff;
}
.game-team .card-list .card-item:hover:before {
  background: #fff;
  color: #1265FF;
}
.game-team .card-list .card-item:hover:after {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .game-team .card-list .card-item {
    width: calc((100% - 12px) / 2);
  }
  .game-team .card-list .card-item:after {
    border-radius: 15px;
  }
}

.sponsor .card-list {
  padding: 1.4em;
  background: #F7F8FA;
  border-radius: 0 0 25px 25px;
}
.sponsor .card-list .card-item {
  transition: all 0.3s;
}
.sponsor .card-list .card-item .item-img {
  padding-bottom: 80%;
}
.sponsor .card-list .card-item .item-info {
  border-top: solid 1px #EFEFEF;
}
.sponsor .card-list .card-item a:hover {
  filter: brightness(1);
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .sponsor .card-list .card-item {
    width: calc((100% - 20px) / 2);
  }
}

.organizer {
  background: #fff;
}

.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: #fff;
  border: solid 1px #EFEFEF;
  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: #1265FF;
  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;
}

@keyframes cursor-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.modal__container {
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  max-height: 80%;
  width: 90%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .modal__container {
    border-radius: 15px;
  }
}
.modal__container .modal__title {
  font-size: 2em;
  line-height: 1.2em;
}
.modal__container .modal__title span:after {
  content: " |";
  animation: cursor-blink 1s infinite steps(2, jump-none);
  font-weight: 300;
}
.modal__container .modal__header {
  padding: 1.6em 1em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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 .team-title {
  color: #1265FF;
  font-weight: 600;
  font-size: 1.1em;
  display: flex;
  gap: 0.4em;
  align-items: center;
  justify-content: flex-end;
  padding-left: 1em;
  width: 124px;
  flex: none;
}
.modal__container .modal-description {
  font-size: 1.1em;
  padding: 1.2em;
  line-height: 1.4em;
  background: #F7F8FA;
  border-radius: 20px;
  border: 1px solid #EFEFEF;
}
.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;
  }
  .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 */