:root {
  --text: #000000;
  --card: #ffffff;
  --content-max: 1280px;
  --content-gutter: 24px;
  --font-base: "Inter", "Noto Sans TC", "PingFang TC", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-base);
  font-style: normal;
  color: var(--text);
  background: var(--bg);
}

.container {
  width: min(var(--content-max), calc(100% - (var(--content-gutter) * 2)));
  margin: 0 auto;
}

.site-header,
.site-footer {
  background: var(--card);
  border-bottom: 1px solid var(--line);
}

.site-footer {
  margin-top: 60px;
  font-size: 20px;
  line-height: 24px;
}

.header-hero {
  min-height: 388px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-hero-inner {
  min-height: inherit;
  display: block;
  align-items: center;
  padding: 89px 86px 0 161px;
}

/* top: 314px; */



.header-content {
  width: 100%;
}

.header-hero-home {
  min-height: 566px;
}

.header-hero-default {
  min-height: 388px;
}

.shared-header-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.shared-header-title {
  margin: 0;
  max-width: 720px;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.15;
  color: #ffffff;
}

.shared-header-logo {
  width: 114px;
  height: 113px;
  object-fit: contain;
  flex: 0 0 auto;
}

.site-footer {
  height: 106px;
  background: linear-gradient(90deg, #8f04fd 0%, #bc01b8 100%);
  color: #ffffff;
  border-bottom: 0;
  margin-top: 40px;
}

.site-footer .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px;
  margin-top: 24px;
}

.hero img {
  max-width: 100%;
  height: auto;
  border: 1px dashed var(--line);
  border-radius: 8px;
  display: block;
  margin-top: 16px;
}

.home-hero {
  margin-top: -252px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  align-items: start;
  padding-left: 153px;
  padding-bottom: 75px;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}

.purchase-ticket {
  grid-column: 1;
  /* grid-row: 1 / span 2; */
  width: 176px;
  height: 176px;
}

.purchase-ticket img {
  width: 176px;
  height: 176px;
}

.forum-info {
  grid-column: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr 2fr;
  gap: 16px;
  padding-top: 40px;
}

.forum-schedule-icon {
  grid-column: 1;
  grid-row: 1;
}

.forum-schedule {
  grid-column: 2;
  grid-row: 1;
}

.location-icon {
  grid-column: 1;
  grid-row: 2;
}

.location {
  grid-column: 2;
  grid-row: 2;
}

.forum-info p {
  margin: 0;
}

.home-content {
  padding: 0 86px 0 131px;
  margin: 32px auto;
  /* color: #000000; */
}

.speach-title{
  display: flex;
  align-items: center;
  gap: 120px;
}

.speach-title-icon {
  width: 168px;
  height: 133px;
}

.speach-title-icon img {
  width: 168px;
  height: 133px;
}

.speach-title h3 {
  margin: 0;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
}

.description {
  margin-top: 16px;
  padding: 16px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
}

.description p {
  margin-top: 32px;
}

.speaker {
  max-width: 1200px;
  padding: 0 86px 0 119px;
  /* margin: 32px auto; */
  font-size: 20px;
  line-height: 24px;
}

.speaker-title {
  margin-left: 12px;
}

.speaker-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 60px;
}

.speaker-info-item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
}

.speaker-info-item img {
  width: 100%;
  min-width: 230px;
  height: auto;
  display: block;
}

.speaker-info-item p {
  margin: 0;
}

.speaker-text {
  padding-left: 10px;
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.download-message {
  margin-top: 24px;
  padding: 0 86px 0 119px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.arrow img {
  width: 112px;
  height: 32px;
}

.download-text {
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
}

.download-text p {
  margin: 0;
  white-space: nowrap;
}

.round-button {
  width: 216px;
  height: 58px;
  background: url("../images/round-button.gif") no-repeat center;
  background-size: 216px 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.round-button a {
  font-size: 28px;
  text-decoration: none;
  color: inherit;
}

.action-page {
  /* width: 100vw; */
  /* margin-left: calc(50% - 50vw); */
  min-height: 760px;
  padding: 48px 0 96px 91px;
}

/* .application-page {
  padding-right: 48px;
} */

.action-message {
  /* width: min(var(--content-max), calc(100% - (var(--content-gutter) * 2))); */
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.action-message p {
  margin: 0;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
}

.application-form {
  /* width: min(var(--content-max), calc(100% - (var(--content-gutter) * 2))); */
  margin: 70px auto 0;
  padding: 0 108px 0 24px;
}

.form-row {
  display: flex;
  align-items: center;
  gap: 44px;
  margin-bottom: 32px;
}

.form-row label {
  font-size: 16px;
  line-height: 19px;
}

.form-row input {
  flex: 1 1 auto;
  min-width: 0;
  height: 45px;
  border: 1px solid #000000;
  border-radius: 10px;
  background: transparent;
  font-size: 24px;
  padding: 0 12px;
}

.application-note {
  margin: 50px 0 16px;
  font-size: 16px;
  line-height: 30px;
}

.submit-image-button,
.download-image-button {
  display: block;
  width: fit-content;
  margin: 0 auto;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.submit-image-button img,
.download-image-button img {
  width: 207px;
  height: 92px;
  display: block;
}

/* .download-page {
  min-height: 760px;
} */

.download-page .action-message {
  justify-content: center;
  /* margin-top: 28px; */
}

/* .download-page .action-message p {
  font-size: 36px;
  line-height: 44px;
} */

.download-image-button {
  margin-top: 0;
  /* width: 207px;
  height: 92px; */
}

.download-button-wrap {
  margin-top: 100px;
}
/* 
@media (max-width: 1200px) {
  .action-message p {
    font-size: 44px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 24px;
  }

  .form-row label {
    font-size: 28px;
  }

  .form-row input {
    height: 64px;
    font-size: 28px;
    border-radius: 16px;
  }

  .download-page .action-message p {
    font-size: 44px;
  }
} */
