@charset "UTF-8";
html {
  font-size: 16px;
  scroll-behavior: smooth !important;
}

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  background: url("img/kv_bg.png") fixed center/cover;
}

a {
  color: inherit;
}

/* CSS */
.button-52 {
  margin-top: 25%;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid #01950d;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  transition: 0.6s;
  color: white;
}

.button-52:after {
  content: "";
  background-color: #006e09;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 10px;
  left: 10px;
  transition: 0.6s;
}

.button-52:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .button-52 {
    padding: 13px 50px 13px;
  }
}

.g_fixed {
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 1rem;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition:
    transform 600ms,
    -webkit-transform 600ms;
}
.g_fixed.is_active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.g_fixed .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background-color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition:
    -webkit-transform 240ms,
    -webkit-box-shadow 240ms;
  transition:
    -webkit-transform 240ms,
    -webkit-box-shadow 240ms;
  transition:
    transform 240ms,
    box-shadow 240ms;
  transition:
    transform 240ms,
    box-shadow 240ms,
    -webkit-transform 240ms,
    -webkit-box-shadow 240ms;
}
.g_fixed .fx_item:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.g_fixed .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.g_fixed .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3;
}
.g_fixed .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.g_fixed .fx_item .in_wrap .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.btn_search,
.btn_register {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  padding: 0.3em 0.2em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  font-weight: 700;
  white-space: normal;
  word-break: normal;
  text-align: center;
  color: #fff;
  background-color: #49b320 !important;
  border: none;
}
.btn_search:hover,
.btn_register:hover {
  text-decoration: none;
  color: #fff !important;
}

.btn_calendar {
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
}

.kv_bg {
  position: absolute;
  width: 50%;
  background: url("img/pic1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
}

.kv_bg img {
  width: 100%;
  max-width: 100%;
}

.g_kv {
  position: relative;
}
.g_kv .kv_placeholder {
  padding-top: 40%;
}
.g_kv .kv_logo {
  position: absolute;
  top: 5%;
  left: 3%;
  width: 12%;
}
.g_kv .kv_tit {
  /* position: absolute;
  left: 25%;
  bottom: 0;
  width: 50%;
  max-width: 100%;
  top: 30%; */

  position: absolute;
  left: 45%;
  bottom: 0;
  width: 50%;
  max-width: 100%;
  top: 40%;
}

.g_kv .kv_pic {
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 79%;
  max-width: 100%;
  top: 16%;
}

.g_main {
  padding-bottom: 60px;
}
.g_main .main_wrap {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 30px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  padding: 4rem 0;
}
.g_main .sc_title {
  margin-bottom: 1rem;
}
.g_main .sc_title .tit {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: 90%;
  min-height: 78px;
  padding: 0 3rem 0 0;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6bb938),
    to(#2a4816)
  );
  /* background: linear-gradient(90deg, #5B96C2, #092239); */
  border-radius: 0 18px 18px 0;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.g_main .sc_title .tit p {
  margin: 0;
}

.g_main .sc_title .tit_icon_container {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.75rem;
  padding: 0.4rem 2.75rem;
  background: #fff;
  /* background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#ffffff),
    to(#e3e3e3)
  );
  background: linear-gradient(135deg, #ffffff 0%, #e3e3e3 100%); */
  -webkit-clip-path: polygon(26px 0, 100% 0, calc(100% - 26px) 100%, 0 100%);
  clip-path: polygon(26px 0, 100% 0, calc(100% - 26px) 100%, 0 100%);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); */
}

.g_main .sc_title .tit_icon_container .tit_icon {
  width: auto;
  height: 50px;
}

/* .g_main .sc_title .tit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.18);
} */

.sc_intros {
  margin-bottom: 2rem;
}
.sc_intros .intro_cnt .parag {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
  font-size: 1.25rem;
  line-height: 2.2rem;
}

.sc_intros .intro_cnt .parag a {
  text-decoration: underline;
  color: #005ba0;
  font-weight: bold;
}

.sc_intros .intro_cnt .parag p {
  line-height: 1.67;
}
.sc_intros .intro_cnt .parag p span {
  color: #0098a0;
  font-weight: 700;
}

.sc_intros .intro_cnt .parag .intro_link {
  color: #01950d;
}

.sc_speaker {
  padding: 2rem 0;
  background: rgba(255, 255, 255, 0.1);
}

.spk_cnt {
  padding: 1rem 4rem;
}
.spk_cnt .wrap {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
  padding: 2rem 0 2rem 0;
  gap: 30px;
}

.spk_cnt .wrap .videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
}

.spk_cnt .wrap .video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.spk_cnt .wrap .des {
  padding: 2rem 3rem 1rem 3rem;
}

.spk_cnt .wrap .video .pic {
  width: 420px;
  filter: drop-shadow(5px 8px 10px rgba(0, 0, 0, 0.2));
  cursor: pointer;
}
.spk_cnt .wrap .video .pic img {
  width: 100%;
  max-width: 100%;
}

.spk_cnt .wrap .video .title {
  color: #000;
  padding: 1rem 0;
  font-size: 18px;
  font-weight: bold;
}

.spk_cnt .wrap .news {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.spk_cnt .wrap .news .title {
  margin: 30px 0 20px 0;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.spk_cnt .wrap .news .articles {
  display: flex;
  /* justify-content: center; */
  justify-content: space-around;
  align-items: flex-start;
  /* gap: 20px; */
  width: 100%;
}

.spk_cnt .wrap .news .articles .article {
  /* flex: 0 0 50%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.spk_cnt .wrap .news .articles .article .pic {
  width: 420px;
  height: auto;
  overflow: hidden;
  border-radius: 1.25rem;
}

.spk_cnt .wrap .news .articles .article .pic img {
  /* width: 100%; */
  max-width: 100%;
}

.spk_cnt .wrap .news .articles .article .content {
  margin-top: 10px;
  font-size: 16px;
}

.spk_cnt .text {
  max-width: calc(100% - 300px);
  padding: 1rem 3rem;
  font-size: 1.25rem;
}
.spk_cnt .text .name {
  font-size: 1.5em;
  font-weight: 700;
  color: #1e3046;
}
.spk_cnt .text .job {
  color: #000;
  padding: 0.5rem 0;
}
.spk_cnt .text .key {
  font-size: 0.875em;
  color: #999;
  padding: 0.5rem 0;
}
.spk_cnt .text .val {
  line-height: 1.6;
  padding: 0;
  font-size: 1rem;
}
/* .spk_cnt .pic {
  filter: drop-shadow(3px 5px 10px rgba(0,0,0,0.2));
  cursor: pointer;
  position: relative;
  margin: -80px 10px -90px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
} */

/* .spk_cnt .pic {
  scroll-behavior: smooth;
} */

.spk_cnt .pic img {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}

.sc_gift {
  margin-top: 2rem;
}

.gift_cnt {
  padding: 1rem 12.75rem;
}
.gift_cnt .wrap {
  padding: 1rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #fff;
  align-items: center;
  gap: 0.625rem;
}

.gift_cnt .wrap .gift_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}

.gift_cnt .pic img {
  width: 100%;
  max-width: 100%;
}

.gift_cnt .text {
  max-width: 100%;
  padding: 2rem 0;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.gift_cnt .text .tit {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
  font-size: 1em;
  color: #01950d;
}
.gift_cnt .text .tit2 {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
  font-size: 1em;
  color: #23c4c0;
  /* margin-top: 80px; */
}
.gift_cnt .text .way {
  margin-top: 0.5rem;
  font-size: 1.125em;
}
.gift_cnt .text .way2 {
  margin-top: 0.5rem;
  font-size: 1em;
}

.gift_cnt .text .way2 span a {
  color: #036eb7;
}

.gift_cnt .text .way2 span a:hover {
  text-decoration: underline;
}

.gift_cnt .text .name strong {
  color: #0078b4;
  font-size: 1.75em;
  font-weight: 700;
  margin-right: 1rem;
}
.gift_cnt .text .name span {
  color: #19bafe;
  font-size: 1.5em;
}
.gift_cnt .text .count {
  margin-top: 10px;
  padding: 0 10px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid currentColor;
  color: #01950d;
}
.gift_cnt .text .tip {
  margin-top: 2rem;
  font-size: 0.75em;
  color: #999;
  line-height: 1;
}
.gift_cnt .pic {
  /* -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px; */

  width: 200px;
  margin-top: 20px;
}

.sc_extra {
  margin-top: 2rem;
}
.extra_cnt {
  padding: 1rem 4rem;
}
.extra_cnt .sub_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.extra_cnt .sub_title::before,
.extra_cnt .sub_title::after {
  content: "";
  width: 56px;
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6bb938),
    to(#2a4816)
  );
  background: linear-gradient(90deg, #6bb938, #2a4816);
}
.extra_cnt .sub_title::before {
  background: linear-gradient(90deg, #2a4816, #6bb938);
}
.extra_cnt .sub_title span {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #2a4816;
}
.extra_cnt .extra_banner {
  display: block;
  max-width: 728px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  -webkit-transition:
    -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.extra_cnt .extra_banner:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
.extra_cnt .extra_banner img {
  display: block;
  width: 100%;
  height: auto;
}

.sc_cta {
  display: flex;
  justify-content: center;
  align-items: center;
}

.g_footer {
  background-color: #fff;
  padding: 3rem 0;
}
.g_footer .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
}
.g_footer .logo {
  width: 100%;
}

.g_footer .logo img {
  width: 100%;
  max-width: 100%;
}

.g_footer .text {
  padding-left: 60px;
}

.g_footer .text2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}

.g_footer .text2 img {
  display: inline-block;
  width: 25px;
  height: auto;
  margin-right: 10px;
}

.g_footer .text2 p {
  display: inline-block;
  margin: 0;
}

@media (max-width: 767px) {
  body {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#036eb7),
      to(#1e3046)
    );
    background-image: linear-gradient(#036eb7, #1e3046);
  }

  .g_main .main_wrap {
    border-radius: 0;
    padding: 2rem 0;
  }

  .sc_intros .intro_cnt {
    padding: 0 1.5rem;
  }

  .spk_cnt {
    padding: 1rem;
  }
  .spk_cnt .wrap {
    display: block;
    padding: 1rem;
  }

  .spk_cnt .wrap .des {
    padding: 2rem 1rem;
  }

  .spk_cnt .wrap {
    margin: 20px 0 10px 0;
  }

  .spk_cnt .wrap .news .articles {
    flex-direction: column;
  }

  .spk_cnt .wrap .videos {
    flex-direction: column;
    gap: 30px;
  }

  .spk_cnt .wrap .videos .video {
    padding: 0 1rem;
  }

  .spk_cnt .wrap .videos .video .pic {
    width: 100%;
    margin-top: 10px;
  }

  .spk_cnt .wrap .videos .video .title {
    font-size: 16px;
  }

  .spk_cnt .text {
    max-width: 100%;
  }
  .spk_cnt .pic {
    margin: 20px 0 0 0;
  }
  .spk_cnt .pic img {
    /* border-radius: 20px; */
  }

  .spk_cnt .wrap .news .articles .article .pic {
    width: 100%;
  }

  .gift_cnt {
    padding: 1rem;
  }

  .gift_cnt .wrap {
    display: block;
    padding: 1rem;
  }
  .gift_cnt .text {
    padding-top: 20px;
    max-width: 100%;
  }

  .gift_cnt .text .tit2 {
    margin-top: 50px;
  }

  .gift_cnt .text .gift_row {
    flex-direction: column;
  }

  .gift_cnt .text .name {
    line-height: 1.2;
  }
  .gift_cnt .text .name span {
    display: block;
  }
  .gift_cnt .pic {
    text-align: center;
    margin: auto;
  }

  .extra_cnt {
    padding: 1rem;
  }
  .extra_cnt .sub_title::before,
  .extra_cnt .sub_title::after {
    width: 32px;
  }

  .g_footer {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .g_footer .wrap {
    display: block;
    padding: 0 2rem;
  }
  .g_footer .text {
    padding-left: 0;
    margin-top: 16px;
  }

  .btn_search,
  .btn_register {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    padding: 0.3em 0.2em;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    font-weight: 700;
    white-space: normal;
    word-break: normal;
    text-align: center;
    color: #fff;
    background-color: #49b320 !important;
    border: none;
  }
  .btn_search:hover,
  .btn_register:hover {
    text-decoration: none;
    color: #fff !important;
  }
}
