@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;700&display=swap");
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  overflow-x: hidden;
  color: #343434;
}

a:not(.pure_a) {
  text-decoration: none;
  color: inherit;
}

a.pure_a {
  text-decoration: underline;
}

.c_blue {
  color: #006fb8;
}

.c_soft, .sec_intro .intro_parg .cta1, .sec_intro .intro_parg .tit2 {
  color: #7cb9d7;
}

/*--------------------------------------------*/
.sc_tit {
  margin-bottom: 2em;
}
.sc_tit .tit_wrap {
  text-align: center;
}
.sc_tit .tit_wrap .tit {
  display: inline-block;
  font-size: 3em;
  color: #f49c00;
  font-weight: 100;
  transform: skew(-8deg);
  border-bottom: 1px solid #f49c00;
}

.g_kv {
  position: relative;
}
.g_kv .kv_title {
  position: absolute;
  left: 5em;
  top: 5em;
  width: 50%;
  z-index: 9;
}
.g_kv .kv_logo {
  position: absolute;
  right: 5em;
  top: 5em;
  z-index: 9;
}
.g_kv .kv_logo img {
  height: 60px;
}
.g_kv .d_kv {
  position: relative;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.g_kv .d_kv .img {
  position: relative;
  width: 100%;
  z-index: 2;
  background-color: #fff;
}

.g_main {
  padding-top: 4em;
}

.sec_intro {
  padding-bottom: 4em;
}
.sec_intro .intro_parg {
  text-align: center;
}
.sec_intro .intro_parg .tit1 {
  font-size: 2em;
  color: #006fb8;
  font-weight: 700;
  text-shadow: 0 2px 0 rgba(244, 156, 0, 0.6);
}
.sec_intro .intro_parg .tit2 {
  font-size: 1.5em;
  margin-bottom: 1rem;
}
.sec_intro .intro_parg p {
  font-size: 1.25em;
  line-height: 2;
}
.sec_intro .intro_parg .cta1 {
  font-size: 1.75em;
  line-height: 1.1;
}
.sec_intro .intro_parg .cta2 {
  margin-top: 1rem;
  font-size: 2em;
  line-height: 1.3;
  color: #006fb8;
  font-weight: 700;
  text-shadow: 0 2px 0 rgba(244, 156, 0, 0.6);
}
.sec_intro .intro_parg .cta_btn {
  position: relative;
  border-radius: 40px;
  margin: 2em auto;
  max-width: 240px;
  text-align: center;
  background-color: #006fb8;
  overflow: hidden;
}
.sec_intro .intro_parg .cta_btn::after {
  content: "";
  position: absolute;
  left: -110%;
  top: 0;
  z-index: 1;
  width: 108%;
  height: 100%;
  background-color: #f49c00;
  transform: skewX(-10deg);
  opacity: 0;
  transition: left 600ms, opacity 600ms;
}
.sec_intro .intro_parg .cta_btn a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 1em 3em;
  line-height: 1;
  font-size: 1.5em;
  color: #fff;
}
.sec_intro .intro_parg .cta_btn:hover::after {
  left: -1%;
  opacity: 1;
}

.sec_agenda {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #f7fcff;
}

.ag_episode {
  padding: 0 30px;
  border: 1px solid #f49c00;
  background-color: #fff;
  margin-bottom: 30px;
}

.eps_info {
  padding-top: 10px;
  border-bottom: 1px solid #f49c00;
}
.eps_info .top {
  padding-top: 10px;
}
.eps_info .episode {
  position: relative;
  display: inline-block;
  margin-left: -45px;
  padding: 6px 30px 6px 40px;
  background-color: #f49c00;
  color: #fff;
}
.eps_info .episode::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  border: 7.5px solid #000;
  border-color: #d4630d #d4630d transparent transparent;
}
.eps_info .date,
.eps_info .time {
  font-size: 1.25em;
  color: #000;
  font-weight: 700;
  color: #d4630d;
}
.eps_info .date {
  margin-left: 0.75em;
  margin-right: 0.75em;
}
.eps_info .bot {
  padding-top: 6px;
  padding-bottom: 14px;
  line-height: 1.1;
}
.eps_info .tit {
  font-size: 1.75em;
  padding-right: 1em;
  max-width: 28em;
  margin-right: auto;
  line-height: 1.2;
}
.eps_info .cta a {
  border-radius: 22px;
  display: block;
  padding: 10px;
  background-color: #006fb8;
  color: #fff;
  text-align: center;
}
.eps_info .cta a:hover {
  background-color: #d4630d;
}

.eps_speaker {
  padding-top: 16px;
  padding-bottom: 20px;
}
.eps_speaker .speaker_img {
  width: 200px;
}
.eps_speaker .speaker_img img {
  border-radius: 6px;
}
.eps_speaker .speaker_info {
  padding: 0 1em 0 1.5em;
}
.eps_speaker .speaker_info .name {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1;
  color: #006fb8;
}
.eps_speaker .speaker_info .tit {
  margin-top: 0.5em;
  color: #999;
  line-height: 1.3;
}
.eps_speaker .speaker_info .comp {
  margin-top: 4px;
  line-height: 1.3;
}
.eps_speaker .speaker_parag {
  padding: 0 2em 0 1em;
}
.eps_speaker .speaker_parag .tit {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.1;
}
.eps_speaker .speaker_parag ul {
  padding-left: 1.25em;
  margin-bottom: 4px;
}
.eps_speaker .speaker_parag p:last-child {
  margin-bottom: 0;
}
.eps_speaker .sponsor_part .logo_img {
  display: block;
}
.eps_speaker .sponsor_part .logo_img img {
  border-radius: 6px;
  background-color: #fff;
}
.eps_speaker .sponsor_part .logo_img:hover {
  outline: 1px solid #7cb9d7;
}

.sec_sponsor {
  background-color: #f7fcff;
  padding: 20px 0 60px;
}
.sec_sponsor .img {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
.sec_sponsor .img img {
  transition: transform 300ms;
}
.sec_sponsor .img:hover img {
  transform: scale(1.1);
}

.sec_gift {
  padding-top: 4em;
  padding-bottom: 4em;
}
.sec_gift .content_wrap {
  text-align: center;
}
.sec_gift .item div {
  line-height: 1.1;
}
.sec_gift .item .name {
  font-size: 1.5em;
  font-weight: 100;
}
.sec_gift .item .str2 {
  margin-top: 2rem;
  font-size: 1.33em;
  color: #7cb9d7;
}
.sec_gift .item .str1 {
  margin-top: 1rem;
  font-size: 1.5em;
  line-height: 1.1;
  color: #006fb8;
  font-weight: 700;
}
.sec_gift .item .str3 {
  margin-top: 0.75rem;
  font-size: 1.125em;
  color: #787879;
}
.sec_gift .item .img {
  margin-top: 1rem;
}
.sec_gift .item .img img {
  width: 210px;
}
.sec_gift .item .tip {
  display: inline-block;
  border: 1px solid #676768;
  margin-top: 1rem;
  padding: 0.35em 0.5em;
  max-width: 26em;
  line-height: 1.2;
  color: #676768;
}

.sec_regulation {
  padding-top: 30px;
}
.sec_regulation .regu_list {
  padding-left: 1.75em;
  padding-right: 1em;
}
.sec_regulation .regu_list li {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

@media (max-width: 768px) {
  .g_main {
    padding-top: 2em;
  }

  .sec_intro {
    padding-bottom: 3em;
  }
  .sec_intro .intro_parg {
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
  }
  .sec_intro .intro_parg p {
    line-height: 1.4;
  }

  .sec_agenda {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .ag_episode {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .eps_info {
    padding-bottom: 1em;
  }
  .eps_info .episode {
    margin-bottom: 6px;
  }
  .eps_info .date {
    margin-left: 0;
  }
  .eps_info .bot {
    padding-bottom: 1em;
  }

  .eps_speaker .speaker_img {
    margin: 0 auto;
  }
  .eps_speaker .speaker_info {
    padding-top: 1em;
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.2;
  }
  .eps_speaker .speaker_info .tit {
    margin-top: 0.25em;
  }
  .eps_speaker .speaker_parag {
    padding-left: 0;
    padding-right: 0;
  }
  .eps_speaker .speaker_parag ul {
    margin-bottom: 0.5em;
  }
  .eps_speaker .sponsor_part {
    text-align: center;
  }

  .sec_gift {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .sec_gift .item {
    margin-top: 1em;
    padding-bottom: 2em;
  }
  .sec_gift .item .str2 {
    margin-top: 1em;
  }
}
/*--------------------------------------------*/
@keyframes floatS {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes float {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes floatShadow {
  0% {
    opacity: 0.8;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(0.8);
  }
}