@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&family=Noto+Sans+TC:wght@100,300,400;700&display=swap");
body {
  font-size: 16px;
  font-family: "Montserrat", "Noto Sans TC", "微軟正黑體", sans-serif;
}

a {
  color: inherit;
}

.ly_sty {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.sc_title {
  margin-bottom: 2em;
}
.sc_title .tit {
  text-align: center;
}
.sc_title .tit .zh {
  position: relative;
  display: inline-block;
  font-size: 3em;
  font-weight: 300;
  background: -webkit-linear-gradient(0deg, #ED008D, #F99D1C 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: skewX(-6deg);
}
.sc_title .tit .zh::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2em;
  height: 2px;
  background: linear-gradient(60deg, #ED008D, #F99D1C 67%);
  margin-left: -1em;
}

.g_header::after {
  content: "";
  position: absolute;
  left: 0;
  top: -200%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: top 300ms;
}
.g_header .header_menu {
  position: relative;
  z-index: 1;
}
.g_header .nav-link {
  color: #fff;
}
.g_header .nav-link:hover {
  color: #dd4888;
}
.g_header .navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1em;
  padding-right: 1em;
}
.g_header.is_active::after {
  top: 0;
}

.all_wrap {
  overflow: hidden;
  min-height: 100vh;
}

.main_content {
  position: relative;
  z-index: 10;
}

.cta {
  margin-top: 3em;
}
.cta .bttn {
  margin: 0 auto;
  max-width: 300px;
}
.cta .bttn a {
  position: relative;
  display: block;
  padding: 1rem 2rem;
  background: linear-gradient(60deg, #ED008D, #F99D1C 67%);
  color: #fff;
  font-size: 2em;
}
.cta .bttn a::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 3rem;
  width: 50px;
  height: 50px;
  background: url("img/arrow.svg") center no-repeat;
  transition: right 300ms;
}
.cta .bttn a:hover {
  text-decoration: none;
}
.cta .bttn a:hover::after {
  right: 2rem;
}

.sc_intro .parag {
  margin: 0 auto;
  max-width: 48em;
  font-size: 1.125em;
  line-height: 1.8;
}

.agenda_content .parag {
  margin: 0 auto;
  max-width: 48em;
  font-size: 1.125em;
  line-height: 2;
}
.agenda_content .parag ul {
  margin: 0;
  line-height: 1.33;
  padding-left: 1.5em;
}
.agenda_content .parag li {
  padding: 0.5em 0;
}

.spk_content .item_wrap {
  padding: 0 10px;
}
.spk_content .item_wrap .text {
  margin-bottom: 8px;
  text-align: center;
}
.spk_content .item_wrap .text span {
  display: inline-block;
}
.spk_content .item_wrap .text .name {
  font-size: 1.75rem;
  font-weight: 700;
}
.spk_content .item_wrap .text .tit {
  margin-left: 0.5em;
  font-size: 1.5rem;
}
.spk_content .item {
  border-radius: 1rem;
  padding: 1rem 2rem;
  background-color: #faf3ea;
  font-size: 0;
  white-space: nowrap;
}
.spk_content .item::before,
.spk_content .item .img,
.spk_content .item .intro {
  display: inline-block;
  vertical-align: middle;
}
.spk_content .item .img {
  border-radius: 100px;
  width: 200px;
  overflow: hidden;
}
.spk_content .item .intro {
  white-space: normal;
  padding-left: 1rem;
  width: calc(100% - 200px);
  font-size: 1rem;
  line-height: 1.4;
}

.gift_content .h3 {
  color: #ED008D;
  font-weight: 700;
}
.gift_content .img_wrap {
  display: inline-block;
  max-width: 400px;
}

.g_footer {
  padding: 2rem 0;
  background: #000 linear-gradient(90deg, #000 88%, rgba(237, 0, 141, 0.5), rgba(249, 157, 28, 0.5) 98%);
}
.g_footer .logo {
  max-width: 200px;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}
@media (min-width: 768px) {
  .spk_content .item_wrap .text {
    height: 42px;
  }
  .spk_content .item {
    height: calc(100% - 50px);
  }
  .spk_content .item::before {
    content: "";
    width: 1px;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .kv_wrap {
    margin-top: 55px;
  }

  .navbar-toggler-icon {
    background: url(img/menu.svg);
  }

  .sc_intro .parag {
    padding: 0 1em;
    line-height: 1.4;
  }

  .spk_content .item_wrap .text {
    line-height: 1.1;
  }
  .spk_content .item_wrap .text .name {
    display: block;
  }
  .spk_content .item_wrap .text .tit {
    font-size: 1.25rem;
  }
  .spk_content .item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .spk_content .item .img,
.spk_content .item .intro {
    display: block;
  }
  .spk_content .item .img {
    margin: 0 auto;
  }
  .spk_content .item .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
  }

  .g_footer {
    background-image: none;
  }
}