#navbar {
  height: 72px;
  position: fixed;
  z-index: 20;
  padding: 0 40px;
  top: 0;
  left: 0;
  background-color: rgba(19, 74, 99, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* scroll 超過200px 的 navbar 背景色 */
#navbar.hasBg {
  background-color: rgba(19, 74, 99, 0.8);
}

#navbar .box {
  padding: unset;
  height: 100%;
  width: 100%;
  max-width: none;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}

#navbar .box .icon,
#navbar .box .icon img {
  height: 100%;
  display: block;
}

#navbar .box .icon {
  padding: 15px 0;
}

#navbar .box .listContainer {
  height: 100%;
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
}

#navbar .box .listContainer a {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  border-left: 2px solid #ffe395;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#navbar .box .listContainer .link_zh,
#navbar .box .listContainer .link_en {
  display: block;
  white-space: nowrap;
}

#navbar .box .listContainer .link_zh {
  font-size: 18px;
  line-height: 1.2;
}

#navbar .box .listContainer .link_en {
  font-size: 14px;
  line-height: 1.2;
}

#navbar .box .btnBox {
  height: 100%;
  display: flex;
  align-items: center;
}

#navbar .box .btnBox .singUp {
  padding: 5px 20px;
  border-radius: 50px;
  color: #fff;
  background-image: linear-gradient(to right, #f60, #ff490a);
}

@media (max-width: 768px) {
  #navbar .box {
    justify-content: space-between;
  }

  #navbar {
    height: 55px;
    z-index: 2;
  }

  #navbar .box .logoContainer {
    gap: 20px;
  }

  #listBar {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: -200%;
    left: 0;
    height: 100%;
    background: #000a;
    width: 100%;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-duration: 1s;
    z-index: 10;
    padding-top: 80px;
  }

  #listBar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 0;
    color: #fff;
    text-decoration: none;
  }

  #listBar .link_zh {
    font-size: 18px;
    line-height: 1.35;
  }

  #listBar .link_en {
    font-size: 14px;
    line-height: 1.35;
  }
}

/* fixedBox */
#fixedBox {
  position: fixed;
  z-index: 2;
  bottom: 200px;
  right: 30px;
  display: flex;
  flex-direction: column;
  width: 55px;
  transition: 0.5s;
  gap: 10px;
}

#fixedBox.corner {
  bottom: 30px;
}

#fixedBox a {
  display: block;
  text-decoration: none;
  width: 100%;
}

#fixedBox img {
  display: block;
  width: 100%;
}

#fixedBox a:active img {
  filter: hue-rotate(45deg);
}

@media (max-width: 768px) {
  #fixedBox {
    opacity: 0;
    bottom: 30px;
  }
}

@media (max-width: 480px) {
  #fixedBox {
    width: 35px;
  }
}

/* kv */

#kv {
  position: relative;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  margin-top: 0;
  background-image: url(../imgs/kv_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  align-items: flex-start;
}

#kv .kv_content {
  width: 100%;
  max-width: 1640px;
  padding-top: clamp(120px, 15.7vh, 170px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

#kv .kv_slogan1,
#kv .kv_slogan2,
#kv .kv_slogan3,
#kv .kv_slogan4 {
  display: block;
  height: auto;
}

#kv .kv_slogan1 {
  width: min(75%, 1320px);
  margin-left: -15px;
}

#kv .kv_slogan2 {
  width: min(40%, 660px);
  margin-top: 8px;
  margin-left: -10px;
}

#kv .kv_slogan3 {
  width: min(39%, 638px);
  margin-top: 24px;
  margin-left: 10px;
}

#kv .kv_slogan4 {
  width: min(38%, 621px);
  margin-top: 16px;
  margin-left: 10px;
}

/* KV：1440px 桌機 */
@media (max-width: 1440px) {
  #kv .kv_content {
    max-width: none;
    padding: 120px 8vw 0;
  }

  #kv .kv_slogan1 {
    width: 82%;
    margin-left: 0;
  }

  #kv .kv_slogan2 {
    width: 46%;
    margin-top: 6px;
    margin-left: 0;
  }

  #kv .kv_slogan3 {
    width: 46%;
    margin-top: 18px;
    margin-left: 0;
  }

  #kv .kv_slogan4 {
    width: 45%;
    margin-top: 12px;
    margin-left: 0;
  }
}

/* KV：1024px 小型桌機與橫向平板 */
@media (max-width: 1024px) {
  #kv .kv_content {
    padding: 104px 5.5vw 0;
  }

  #kv .kv_slogan1 {
    width: 86%;
  }

  #kv .kv_slogan2 {
    width: 55%;
    margin-top: 4px;
  }

  #kv .kv_slogan3 {
    width: 55%;
    margin-top: 14px;
  }

  #kv .kv_slogan4 {
    width: 54%;
    margin-top: 10px;
  }
}

/* KV：768px 直向平板 */
@media (max-width: 768px) {
  #kv {
    height: 100svh;
    min-height: 720px;
    padding: 0;
    background-image: url(../imgs/kv_bg_mobile.png);
    background-position: top center;
  }

  #kv .kv_content {
    max-width: none;
    padding: 120px 6.5vw 0;
    align-items: center;
    gap: 15px;
  }

  #kv .kv_slogan1 {
    width: 90%;
    margin-left: 0;
  }

  #kv .kv_slogan2 {
    width: 72%;
    margin-top: 10px;
    margin-left: 0;
  }

  #kv .kv_slogan3 {
    width: 72%;
    margin-top: 18px;
    margin-left: 0;
  }

  #kv .kv_slogan4 {
    width: 72%;
    margin-top: 18px;
    margin-left: 0;
  }
}

/* KV：480px 手機 */
@media (max-width: 480px) {
  #kv {
    height: 100svh;
    min-height: 667px;
    padding: 0;
    background-image: url(../imgs/kv_bg_mobile.png);
    background-position: top center;
  }

  #kv .kv_content {
    max-width: none;
    padding: 112px 24px 0;
    align-items: center;
  }

  #kv .kv_slogan1,
  #kv .kv_slogan2,
  #kv .kv_slogan3,
  #kv .kv_slogan4 {
    width: 100%;
    margin-left: 0;
  }

  #kv .kv_slogan1 {
    width: calc(100% + 16px);
    margin-left: 8px;
  }

  #kv .kv_slogan2 {
    width: calc(100% + 16px);
    margin-top: -1px;
  }

  #kv .kv_slogan4 {
    margin-top: 20px;
  }
}

/* about */
#about {
  position: relative;
  align-items: flex-start;
  overflow: hidden;
  background: linear-gradient(90deg, #0b3f5c 0%, #269a8c 100%);
}

#about .box {
  max-width: 1024px;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

#about .about_icon {
  width: 365px;
  height: auto;
  display: block;
  position: absolute;
  top: 100px;
  left: 80px;
}

#about .about_content {
  width: 100%;
}

#about .about_text {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.01em;
}

#about .about_text_zh {
  font-size: 20px;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.about_text_zh p {
  margin-bottom: 1em;
}

#about .about_text_en {
  margin-top: 34px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

#about .about_text_en p {
  font-family: inherit;
}

#about .about_text_en p + p {
  margin-top: 26px;
}

@media (max-width: 1440px) {
  #about .box {
    padding: 90px 0;
  }

  #about .about_icon {
    width: 280px;
    top: 90px;
    left: 40px;
  }

  #about .about_text_zh {
    font-size: 18px;
  }

  #about .about_text_en {
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  #about .box {
    padding: 80px 0;
  }

  #about .about_icon {
    width: 240px;
    top: 80px;
    left: 0;
  }

  #about .about_text_zh,
  #about .about_text_en {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #about .box {
    padding: 72px 0;
  }

  #about .about_icon {
    width: 280px;
    top: 70px;
    left: -30px;
  }
}

@media (max-width: 480px) {
  #about .box {
    padding: 60px 0;
  }

  #about .about_icon {
    width: 220px;
    top: 55px;
    left: -45px;
  }

  #about .about_text_zh,
  #about .about_text_en {
    font-size: 16px;
    line-height: 1.65;
  }

  #about .about_text_en {
    margin-top: 30px;
    text-align: left;
    hyphens: none;
    word-spacing: normal;
    letter-spacing: normal;
  }
}

/* speaker */
#speaker {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

#speaker::before,
#speaker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

#speaker::before {
  left: 0;
  width: 34%;
  background-image: url("../imgs/speaker_bg_left.png");
}

#speaker::after {
  right: 0;
  width: 68%;
  background-image: url("../imgs/speaker_bg_right.png");
}

#speaker .box {
  max-width: 1600px;
  padding: 100px 0 120px;
  position: relative;
  z-index: 1;
}

#speaker .title_en {
  color: #0094a9;
}

#speaker .title {
  color: #143740;
}

#speaker .speaker_slider {
  margin-top: 38px;
  position: relative;
}

#speaker .speaker_swiper {
  width: 100%;
  overflow: hidden;
}

#speaker .speaker_card {
  width: 340px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}

#speaker .speaker_photo {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(180deg, #6d88ae 0%, #4a5973 100%);
}

#speaker .speaker_photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

#speaker .speaker_info_wrap {
  width: 100%;
  margin-top: 4px;
  padding: 6px;
}

#speaker .speaker_info {
  width: 100%;
  min-height: 174px;
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #00000040;
}

#speaker .speaker_name {
  color: #143740;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
}

#speaker .speaker_position {
  margin-top: 6px;
  color: #0094a9;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

#speaker .speaker_more {
  margin-top: 14px;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 50px;
  background-color: #0094a9;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

#speaker .speaker_more img {
  width: 20px;
  height: 20px;
  display: block;
}

#speaker .swiper-button-prev::after,
#speaker .swiper-button-next::after {
  content: none;
}

#speaker .arrow-prev,
#speaker .arrow-next {
  width: 30px;
  height: 54px;
  margin-top: 0;
  position: absolute;
  top: 42%;
  z-index: 2;
  background-image: url("../imgs/swiper_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  cursor: pointer;
}

#speaker .arrow-prev {
  left: -52px;
}

#speaker .arrow-next {
  right: -52px;
  transform: scaleX(-1);
}

@media (max-width: 1440px) {
  #speaker .box {
    max-width: 1240px;
    padding: 90px 0 110px;
  }

  #speaker .speaker_photo {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 1024px) {
  #speaker .box {
    padding: 80px 0 100px;
  }

  #speaker .arrow-prev {
    left: -44px;
  }

  #speaker .arrow-next {
    right: -44px;
  }
}

@media (max-width: 768px) {
  #speaker .box {
    padding: 72px 0 90px;
  }

  #speaker .speaker_info {
    min-height: 168px;
  }
}

@media (max-width: 480px) {
  #speaker .box {
    padding: 60px 0 80px;
  }

  #speaker .speaker_slider {
    margin-top: 30px;
    padding: 0;
  }

  #speaker .speaker_swiper {
    width: 340px;
    max-width: 100%;
  }

  #speaker .speaker_photo {
    width: 240px;
    height: 240px;
  }

  #speaker .speaker_name {
    font-size: 26px;
  }

  #speaker .speaker_position,
  #speaker .speaker_more {
    font-size: 16px;
  }

  #speaker .arrow-prev {
    left: -4px;
  }

  #speaker .arrow-next {
    right: -4px;
  }
}

/* popup */
#popupModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

#popupModal .modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#popupModal .modal_content {
  position: relative;
  width: calc(100% - 40px);
  max-width: 860px;
  max-height: 90%;
  z-index: 1;
  padding: 50px;
  overflow: hidden;
  border-radius: 28px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#popupModal .close_btn {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background-color: transparent;
  display: block;
  cursor: pointer;
  z-index: 2;
}

#popupModal .close_btn img {
  width: 24px;
  height: 24px;
  display: block;
}

#popupModal .modal_inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

#popupModal .modal_left {
  flex: 0 0 120px;
}

#popupModal .modal_left img {
  width: 100%;
  height: 120px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  background: linear-gradient(180deg, #6d88ae 0%, #4a5973 100%);
}

#popupModal .modal_right {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#popupModal #modal_name {
  color: #424242;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
}

#popupModal #modal_title {
  margin-top: 8px;
  color: #0094a9;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

#popupModal .modal_intro_title {
  margin-top: 28px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

#popupModal #modal_des {
  margin-top: 8px;
  max-height: calc(90vh - 260px);
  padding-right: 8px;
  overflow-y: auto;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

@media (max-width: 480px) {
  #popupModal .modal_content {
    padding: 50px 24px 30px;
    border-radius: 22px;
  }

  #popupModal .modal_inner {
    flex-direction: column;
    gap: 20px;
  }

  #popupModal .modal_left {
    flex-basis: auto;
  }

  #popupModal .modal_left img {
    width: 100px;
    height: 100px;
  }

  #popupModal #modal_name {
    font-size: 28px;
  }

  #popupModal #modal_title,
  #popupModal .modal_intro_title,
  #popupModal #modal_des {
    font-size: 16px;
  }

  #popupModal #modal_des {
    max-height: calc(90vh - 360px);
  }
}

/* agenda */
#agenda {
  position: relative;
  overflow: hidden;
  align-items: flex-start;
  background: linear-gradient(90deg, #26345a 0%, #26998c 100%);
}

#agenda .agenda_icon {
  position: absolute;
  display: block;
  height: auto;
  pointer-events: none;
}

#agenda .agenda_icon_top {
  width: 50%;
  max-width: 999px;
  top: 0;
  right: 0;
  /* mix-blend-mode: luminosity; */
  mask-image: url("/imgs/agenda_icon_top.png");
  mask-mode: luminance;
  mask-size: cover;
}

#agenda .agenda_icon_bottom {
  width: 36%;
  max-width: 703px;
  bottom: 0;
  left: 0;
  mask-image: url("/imgs/agenda_icon_bottom.png");
  mask-mode: luminance;
  mask-size: cover;
}

#agenda .box {
  max-width: 1024px;
  padding: 90px 0 110px;
  position: relative;
  z-index: 1;
}

#agenda .agenda_switch {
  width: 420px;
  max-width: 100%;
  height: 50px;
  margin: 34px auto 38px;
  padding: 4px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 50px;
  background-color: #fff;
}

#agenda .agenda_switch_thumb {
  width: calc(50% - 4px);
  height: 42px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50px;
  background-color: #0094a9;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

#agenda .agenda_switch[data-active="en"] .agenda_switch_thumb {
  transform: translateX(100%);
}

#agenda .agenda_switch_btn {
  position: relative;
  z-index: 1;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #0094a9;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}

#agenda .agenda_switch_btn.active {
  color: #fff;
}

#agenda .agenda_panel {
  animation: agendaPanelIn 0.35s ease both;
}

@keyframes agendaPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#agenda .agenda_meta {
  width: 100%;
  margin: 0 auto 34px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

#agenda #agendaPanelZh .agenda_meta {
  max-width: 600px;
}

#agenda #agendaPanelEn .agenda_meta {
  max-width: 100%;
}

#agenda .agenda_meta_row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

#agenda .agenda_meta_label {
  min-width: 72px;
  padding: 8px 12px;
  border-radius: 5px;
  background: linear-gradient(90deg, #cb9c31 0%, #ffee9b 52%, #dcb351 100%);
  color: #080808;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

#agenda .agenda_meta_value {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
}

#agenda .agenda_meta_value span {
  font-size: 18px;
}

#agenda .agenda_list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

#agenda .agenda_item {
  min-height: 58px;
  padding: 16px 34px;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: start;
  gap: 6px;
  border-radius: 5px;
  background-color: #fff;
}

#agenda .agenda_time {
  color: #000;
  padding-top: 3px;
  color: #008080;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

#agenda .agenda_content,
#agenda .agenda_topic {
  color: #143740;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
}

#agenda .agenda_sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

#agenda .agenda_sublist li {
  font-weight: 500;
}

#agenda .agenda_sublist li::before {
  content: "• ";
}

#agenda .agenda_people {
  margin-top: 8px;
}

#agenda .agenda_person_row {
  display: flex;
  align-items: center;
  gap: 8px;
}

#agenda .agenda_person_row_top {
  margin-top: 6px;
}

#agenda .agenda_badge {
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #008080;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

#agenda .agenda_person {
  color: #5b7980;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

#agenda .agenda_person_list {
  margin-top: 6px;
}

#agenda .agenda_note {
  margin-top: 38px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  #agenda .box {
    padding: 80px 0 100px;
  }

  #agenda .agenda_item {
    padding: 16px 24px;
    grid-template-columns: 125px minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  #agenda .box {
    padding: 72px 0 90px;
  }

  #agenda .agenda_icon_top {
    width: 72%;
  }

  #agenda .agenda_icon_bottom {
    width: 58%;
  }

  #agenda .agenda_meta_value {
    font-size: 18px;
  }

  #agenda .agenda_meta_value span {
    font-size: 16px;
  }

  #agenda .agenda_item {
    grid-template-columns: 110px minmax(0, 1fr);
  }
}

@media (max-width: 480px) {
  #agenda .box {
    padding: 60px 0 80px;
  }

  #agenda .agenda_switch {
    margin-top: 28px;
    margin-bottom: 30px;
  }

  #agenda .agenda_meta_row {
    align-items: flex-start;
  }

  #agenda .agenda_meta_label {
    font-size: 17px;
  }

  #agenda .agenda_meta_value,
  #agenda .agenda_meta_value span {
    font-size: 16px;
  }

  #agenda .agenda_item {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  #agenda .agenda_content,
  #agenda .agenda_topic {
    font-size: 18px;
  }

  #agenda .agenda_note {
    margin-top: 30px;
    font-size: 14px;
  }
}

/* signup */

#signup {
  position: relative;
  overflow: hidden;
  background-color: #015c80;
  background-image: linear-gradient(90deg, #015c80 0%, #32367c 100%);
}

#signup::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../imgs/signup_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  mix-blend-mode: screen;
  pointer-events: none;
}

#signup .box {
  position: relative;
  z-index: 1;
  max-width: 828px;
  padding-top: 80px;
  padding-bottom: 100px;
}

#signup .section_heading {
  margin-bottom: 28px;
}

#signup .title_en {
  color: #e6f34a;
}

#signup .title::after {
  background-color: #e6f34a;
}

#signup .signup_form {
  width: 100%;
  padding: 42px 48px 48px;
  border-radius: 8px;
  background-color: #fff;
  color: #143740;
}

#signup .signup_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
  row-gap: 28px;
}

#signup .signup_field,
#signup .signup_conditional_group {
  min-width: 0;
  grid-column: 1 / -1;
}

#signup .signup_field_half {
  grid-column: span 1;
}

#signup fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#signup .signup_field > label,
#signup .signup_field > legend {
  display: block;
  margin-bottom: 10px;
  color: #143740;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

#signup .field_number {
  display: inline-block;
  min-width: 24px;
}

#signup .required {
  color: #f04e5e;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

#signup input[type="text"],
#signup input[type="email"],
#signup input[type="tel"] {
  width: 100%;
  height: 36px;
  padding: 7px 10px;
  border: 1px solid #c9dddc;
  border-radius: 3px;
  outline: 0;
  background-color: #f4f8f6;
  color: #143740;
  font-size: 15px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

#signup input[type="text"]:focus,
#signup input[type="email"]:focus,
#signup input[type="tel"]:focus {
  border-color: #0094a9;
  box-shadow: 0 0 0 3px rgba(0, 148, 169, 0.12);
}

#signup .field_note {
  margin-top: 5px;
  color: #143740;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

#signup .field_note span {
  color: #6f8b91;
  font-weight: 400;
}

#signup .signup_options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 22px;
  margin-bottom: 10px;
}

#signup .signup_option {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #36575e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  cursor: pointer;
}

#signup .signup_option_wide,
#signup .source_options > input {
  grid-column: 1 / -1;
}

#signup .signup_option input,
#signup .signup_agreement input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #0094a9;
}

#signup .participant_options {
  grid-template-columns: repeat(2, max-content);
}

#signup .source_options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#signup [hidden] {
  display: none;
}

#signup .signup_agreement {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 32px;
  color: #36575e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}

#signup .signup_agreement input {
  width: 18px;
  height: 18px;
  margin-top: 0;
}

#signup .signup_terms {
  margin-top: 14px;
  color: #36575e;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}

#signup .signup_terms p + p {
  margin-top: 10px;
}

#signup .registration_status {
  margin: 0 auto 24px;
  padding: 16px 20px;
  border: 1px solid #d5a844;
  border-radius: 12px;
  background: #fff8df;
  color: #684b0c;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

#signup .registration_status[hidden] {
  display: none;
}

#signup .lafun_honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#signup .analytics_notice {
  margin: 12px 0 0;
  color: #5f7479;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

#signup .submit {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 30px;
  padding: 10px 24px;
  border: 0;
  border-radius: 50px;
  background: linear-gradient(
    100deg,
    #c99a2e 0%,
    #f7e7a1 28%,
    #fff8d7 50%,
    #e4be5b 75%,
    #b88624 100%
  );
  color: #143740;
  font-family: inherit;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

#signup .submit:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

#signup .submit:disabled {
  cursor: wait;
  filter: grayscale(0.4);
  transform: none;
}

@media (max-width: 768px) {
  #signup .box {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  #signup .signup_form {
    padding: 34px 28px 38px;
  }

  #signup .signup_fields {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  #signup .signup_field_half {
    grid-column: 1 / -1;
  }

  #signup .signup_options,
  #signup .source_options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  #signup .box {
    padding-top: 52px;
    padding-bottom: 56px;
  }

  #signup .section_heading {
    margin-bottom: 22px;
  }

  #signup .signup_form {
    padding: 28px 18px 30px;
  }

  #signup .signup_options,
  #signup .source_options,
  #signup .participant_options {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #signup .submit {
    font-size: 18px;
  }
}

/* footer */
#footer {
  background-color: #fff;
}

#footer .box {
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
}

#footer .items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
  /* padding-bottom: 30px; */
  /* border-bottom: 1px solid #CAE1E1; */
}

#footer .item {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

#footer .item_t {
  font-weight: 500;
  color: #2d2d2d;
  font-size: 14px;
  line-height: 1.5;
}

#footer .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

#footer .logo {
  display: block;
  width: auto;
  object-fit: contain;
}

#footer .logo_moea {
  height: 34px;
}

#footer .logo_semi {
  height: 35px;
}

#footer .logo_itri {
  height: 40px;
}

#footer .remark {
  padding-top: 28px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  line-height: 23px;
  text-align: center;
  color: #5b7980;
}

@media (max-width: 768px) {
  #footer .box {
    padding: 44px 0;
  }

  #footer .items {
    flex-direction: column;
    gap: 22px;
  }

  #footer .item {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  #footer .item {
    flex-direction: column;
    gap: 10px;
  }

  #footer .logos {
    justify-content: center;
  }

  #footer .logo_moea {
    height: 30px;
  }

  #footer .logo_semi {
    height: 31px;
  }

  #footer .logo_itri {
    height: 36px;
  }

  #footer .remark {
    font-size: 12px;
    line-height: 1.7;
  }
}
