@charset "UTF-8";
.g_kv {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 200px);
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  .g_kv {
    height: 100vw;
    min-height: 300px;
  }
}
.g_kv .kv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g_kv .kv_bg_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g_kv .kv_bg_inner-total {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.g_kv .kv_bg_inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g_kv .kv_bg_inner-img {
  position: absolute;
  bottom: 2%;
  right: -5%;
  width: 88%;
  height: auto;
  mix-blend-mode: lighten;
  transform-origin: 80% 50%;
  animation: lighting 5s ease-in-out alternate infinite;
}
.g_kv .kv_bg .bg_img {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
.g_kv .kv_bg .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.g_kv .kv_bg .bg_bars,
.g_kv .kv_bg .bg_bars_mask,
.g_kv .kv_bg .bg_robot,
.g_kv .kv_bg .bg_human {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.g_kv .kv_bg .bg_bars img,
.g_kv .kv_bg .bg_bars_mask img,
.g_kv .kv_bg .bg_robot img,
.g_kv .kv_bg .bg_human img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.g_kv .kv_bg .bg_robot {
  position-anchor: bottom right;
  animation: movehands 5s ease-in-out forwards infinite;
}
.g_kv .kv_bg .bg_bars_mask {
  background-image: url("../img/kv_bars.png");
  background-size: cover;
  background-position: center;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 50%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 50%, transparent 100%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-mask-position: 100% 0;
          mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  animation: revealMask 10s ease-in-out forwards infinite;
}
.g_kv .kv_info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}
.g_kv .kv_info .info__title {
  margin-bottom: 1.75rem;
}
.g_kv .kv_info .info__title .title {
  line-height: 1;
  font-size: 4.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .g_kv .kv_info .info__title .title {
    font-size: 4.5rem;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .g_kv .kv_info .info__title .title {
    font-size: 4.5rem;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .g_kv .kv_info .info__title .title {
    font-size: 4.5rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 480px) {
  .g_kv .kv_info .info__title .title {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
  }
}
.g_kv .kv_info .info__title .title .title--sp {
  font-family: Arial, "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  font-size: 1.18em;
  line-height: 1;
  vertical-align: top;
}
.g_kv .kv_info .info__title .subtitle {
  font-size: 3.18rem;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .g_kv .kv_info .info__title .subtitle {
    font-size: 2.88rem;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .g_kv .kv_info .info__title .subtitle {
    font-size: 2.88rem;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .g_kv .kv_info .info__title .subtitle {
    font-size: 2.18rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 480px) {
  .g_kv .kv_info .info__title .subtitle {
    font-size: 1.58rem;
    letter-spacing: 0.1rem;
  }
}
.g_kv .kv_info .info__detail {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0.8rem;
}
@media screen and (max-width: 1200px) {
  .g_kv .kv_info .info__detail {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .g_kv .kv_info .info__detail {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .g_kv .kv_info .info__detail {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    row-gap: 0.2rem;
  }
}
.g_kv .kv_info .info__detail .info_time {
  display: inline-block;
  grid-column: 1/2;
  grid-row: 1/3;
}
.g_kv .kv_info .info__detail .info_location {
  display: inline-block;
  grid-column: 2/3;
  grid-row: 1/2;
  width: 64%;
  align-content: end;
}
.g_kv .kv_info .kv__cta {
  cursor: pointer;
  position: relative;
  display: inline-block;
  color: #fff;
  width: 64%;
  border-radius: 2rem;
  background-color: #ef4e22;
  text-align: center;
  text-decoration: none;
  align-content: center;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.g_kv .kv_info .kv__cta:hover {
  background-color: #f1f1f1;
  color: #ef4e22;
}
.g_kv .kv_info .kv__cta:hover a {
  color: #ef4e22;
}
.g_kv .kv_info .kv__cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
  transform: skewX(-20deg);
  animation: shine 3s infinite ease-in;
  pointer-events: none;
}
.g_kv .kv_info .kv__cta a {
  transition: all 0.2s ease-in;
  cursor: pointer;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 1.5rem;
  text-decoration: none;
  line-height: 100%;
}
@media screen and (max-width: 1200px) {
  .g_kv .kv_info .kv__cta a {
    font-size: 1.4rem;
    letter-spacing: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .g_kv .kv_info .kv__cta a {
    font-size: 1.2rem;
    letter-spacing: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .g_kv .kv_info .kv__cta a {
    font-size: 1rem;
    letter-spacing: 0.5rem;
  }
}
.g_kv .kv_info .kv__cta a .no-sp {
  letter-spacing: 0;
}
.g_kv .kv__logo {
  position: absolute;
  left: 5%;
  width: 40%;
  padding-top: 2rem;
  min-width: 250px;
  max-width: 450px;
}

.kv_logo {
  position: absolute;
  top: 7.8%;
  left: 4.8%;
  width: 12.2916666667%;
  height: auto;
}
.kv_logo img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.kv_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44.2708333333%;
  transform: translate(-95%, -50%);
}
.kv_tit .t1 {
  position: relative;
  width: 100%;
}
.kv_tit img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: transparent;
  transition: all 0.2s ease-out;
}
.g_header.is_active {
  background-color: #fff;
}
.g_header.is_active .nav_item {
  padding: 0.5rem 0.9375rem;
  font-size: 0.875rem;
}
.g_header.is_active .nav_link {
  color: #000;
}
.g_header.is_active .header_sns {
  flex: 0 1 40px;
  padding: 0 12px;
}
.g_header.is_active .header_sns .hover img {
  width: 35px;
}
.g_header .header_wrap {
  position: relative;
  padding: 0.5rem;
}
.g_header .header_logo {
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 100px;
  transform: translateY(-50%);
}
.g_header .menu_btn {
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #fff;
}
.g_header .menu_btn .icon {
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 4px;
  margin-top: -2px;
  background-color: #fff;
}
.g_header .menu_btn .icon::before, .g_header .menu_btn .icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.g_header .menu_btn .icon::before {
  top: -200%;
}
.g_header .menu_btn .icon::after {
  bottom: -200%;
}
.g_header .menu_btn.sty_white {
  border-color: #fff;
}
.g_header .menu_btn.sty_white .icon, .g_header .menu_btn.sty_white .icon::before, .g_header .menu_btn.sty_white .icon::after {
  background-color: #fff;
}
.g_header .nav_area {
  position: relative;
  z-index: 3;
}
.g_header .nav_cnt {
  display: flex;
  justify-content: flex-end;
}
.g_header .nav_item {
  position: relative;
  padding: 0.5rem 0.9375rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g_header .nav_item.spBtn {
  display: inline-flex;
  background-color: #ef4e22;
  border: 1px solid #ef4e22;
  border-radius: 10px;
  transition: all 0.2s ease-out;
}
.g_header .nav_item.spBtn:hover {
  background-color: #fff;
}
.g_header .nav_item.spBtn:hover .nav_link {
  color: #ef4e22;
}
.g_header .nav_link {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.g_header .nav_link:hover {
  color: #ef4e22;
}
.g_header .header_sns {
  flex: 0 1 40px;
  padding: 0 12px;
  text-align: right;
}
.g_header .header_sns .hover {
  display: inline-block;
  position: relative;
}
.g_header .header_sns .hover img {
  width: 40px;
  line-height: 0;
  transition: all 0.2s ease-out;
}
.g_header .header_sns .hover:hover .hover_menu {
  display: block;
}
.g_header .header_sns .hover_holder {
  cursor: pointer;
}
.g_header .header_sns .hover_menu {
  position: absolute;
  padding: 0.5em 0;
  display: none;
}
.g_header .header_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
}

@media screen and (max-width: 1440px) {
  .g_header.is_active .nav_item {
    padding: 4px 0.625rem;
    font-size: 0.875rem;
  }
  .g_header.is_active .header_sns {
    flex: 0 1 40px;
    padding: 0 12px;
  }
  .g_header.is_active .header_sns .hover img {
    width: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .g_header {
    display: none;
  }
}
:root {
  font-size: 18px;
}
@media (max-width: 1600px) {
  :root {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 14px;
  }
}
:root body {
  width: 100%;
  overflow-x: hidden;
}

@keyframes shine {
  0% {
    left: -200%;
  }
  50% {
    left: 200%;
  }
  100% {
    left: 200%;
  }
}
@keyframes lighting {
  0% {
    opacity: 0.75;
    filter: brightness(50%) blur(5px);
  }
  30% {
    opacity: 1;
    filter: brightness(150%) blur(0px);
  }
  100% {
    opacity: 1;
    filter: brightness(100%) blur(0px);
  }
}
@keyframes float {
  0% {
    transform: scale(1.1) translateX(0px);
  }
  50% {
    transform: scale(1) translate(0px);
  }
  100% {
    transform: scale(1.1) translate(0px);
  }
}
@keyframes float2 {
  0% {
    transform: scale(1) translateX(0px);
  }
  50% {
    transform: scale(1.05) translate(0px);
  }
  100% {
    transform: scale(1) translate(0px);
  }
}
@keyframes revealMask {
  0% {
    -webkit-mask-position: 50% 0;
            mask-position: 50% 0;
  }
  20% {
    -webkit-mask-position: 0% 0;
            mask-position: 0% 0;
  }
  50% {
    -webkit-mask-position: 75% 0;
            mask-position: 75% 0;
  }
  88% {
    -webkit-mask-position: 0% 0;
            mask-position: 0% 0;
  }
  100% {
    -webkit-mask-position: 50% 0;
            mask-position: 50% 0;
  }
}
@keyframes movehands {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  88% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
html {
  font-size: 20px;
}

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
}

a {
  color: inherit;
}

.g_fixed {
  position: fixed;
  z-index: 99;
  right: 1.875rem;
  bottom: 1rem;
  transform: translateX(150%);
  transition: transform 600ms;
}
.g_fixed.is_active {
  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;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  transition: transform 240ms, box-shadow 240ms;
}
.g_fixed .fx_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.g_fixed .fx_item.is_primary {
  background-color: #ef4e22;
  color: #fff;
  line-height: 1.3;
}
.g_fixed .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 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_download {
  position: relative;
  margin: 10% 0 0;
  width: 74.0740740741%;
}
.btn_download_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid #ef4e22;
  color: #fff;
  background-color: #ef4e22;
  letter-spacing: 1px;
  border-radius: 50px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.btn_download_inner img {
  position: relative;
  width: 30px;
  display: block;
  margin: 0 0 0 25px;
  transition: all 0.2s ease-out;
}
.btn_download_inner:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.btn_download_inner:hover img {
  margin: 10px 0 0 25px;
}

.container {
  padding: 50px 50px;
}

.g_main .g_title__wrapper {
  width: 100%;
  text-align: center;
}
.g_main .g_title {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 1rem;
  font-weight: 700;
  color: #ef4e22;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  width: auto;
  padding-left: 1rem;
}
.g_main .g_title:after, .g_main .g_title:before {
  content: "";
  height: 50%;
  width: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ef4e22;
}
.g_main .g_title:after {
  left: -1rem;
}
.g_main .g_title:before {
  right: -1rem;
}
@media screen and (max-width: 768px) {
  .g_main .g_title {
    letter-spacing: 0.5rem;
  }
}
.g_main .g_intro {
  font-size: 1.2rem;
  line-height: 1.5;
}
.g_main .g_section {
  position: relative;
  background-color: #fff;
  padding: 2rem 0;
}
.g_main .g_section--sp {
  background-color: #ffdacb;
}
.g_main .g_cards {
  list-style-type: none;
  padding: 0;
}
.g_main .g_cards__item {
  background-color: #fff;
  color: #1d1d1d;
  padding: 1rem 4rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.g_main .g_cards__item h3,
.g_main .g_cards__item p {
  margin-bottom: 0.3rem;
}
.g_main .g_cards__item h3 {
  font-size: 1.2rem;
}
.g_main .g_cards__item p {
  font-size: 0.9rem;
  color: #888;
}
.g_main .g_container {
  padding: 0 2rem;
  max-width: 1368px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .g_main .g_container {
    max-width: 1000px;
  }
}
.g_main .sc_title {
  text-align: center;
  margin-bottom: 40px;
}
.g_main .sc_title .tit {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ef4e22;
  padding: 0 5px;
}
.g_main .sc_title .tit h1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #ffdacb;
}
.g_main .sc_title .tit h2 {
  line-height: 3rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: #1d1d1d;
}
.g_main .sc_title .tit h3 {
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffdacb;
}
.g_main .sc_title .tit span {
  font-size: 1.125rem;
  color: #333;
}
.g_main .cta_box {
  position: relative;
  padding: 20px 0 0;
  text-align: center;
}
.g_main .cta_box__text {
  text-align: center;
  font-size: 1.25rem;
  color: #ef4e22;
  margin-bottom: 0.5rem;
}
.g_main .cta_box .bttn a {
  position: relative;
  display: inline-block;
  padding: 20px 60px;
  font-size: 1.875rem;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 1;
  background: #ef4e22;
  color: #fff;
  cursor: pointer;
  border-radius: 3rem;
  border: 1px solid #ef4e22;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 540px) {
  .g_main .cta_box .bttn a {
    font-size: 1.4rem;
    padding: 10px 30px;
  }
}
.g_main .cta_box .bttn a:hover {
  transform: scale(1.1);
  background: #fff;
  color: #ef4e22;
}

.g_speaker {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
}
.g_speaker__item {
  width: 25%;
  padding: 0 0.5rem;
}
@media screen and (max-width: 540px) {
  .g_speaker__item {
    width: 100%;
  }
}
.g_speaker__item .speaker__img {
  width: 100%;
  border-radius: 20%;
  display: block;
  overflow: hidden;
}
.g_speaker__item .speaker__img img {
  width: 100%;
  height: auto;
}
.g_speaker__item .info {
  text-align: center;
  padding-top: 1rem;
}
.g_speaker__item .info__name {
  font-size: 1.25rem;
}

.g_gift {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.g_gift .gift__item {
  width: 40%;
  max-width: 250px;
}
@media screen and (max-width: 540px) {
  .g_gift .gift__item {
    width: 100%;
  }
}
.g_gift .gift__item .gift__info {
  text-align: center;
  margin-top: -1rem;
}
@media screen and (max-width: 540px) {
  .g_gift .gift__item .gift__info {
    margin-top: -1rem;
  }
}
.g_gift .gift__item .gift__info .info__title {
  display: inline-flex;
  background-color: #ef4e22;
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 540px) {
  .g_gift .gift__item .gift__info .info__title {
    font-size: 1.125rem;
    padding: 0.5rem 1rem;
  }
}
.g_gift .gift__item .gift__info .info__name {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.g_gift .gift__item .gift__info .info__notice {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: #000;
}
.g_gift .gift__img {
  display: block;
  width: 100%;
  border-radius: 20%;
  display: block;
  overflow: hidden;
}
.g_gift .gift__img img {
  width: 100%;
}

.sc_intros {
  background-color: #fff;
  padding: 40px 0;
}
.sc_intros .sc_title {
  margin: 35px auto 15px;
}
.sc_intros .container {
  padding: 0 10px;
}
.sc_intros .date {
  position: relative;
  width: 100%;
  margin: 35px 0 0;
  font-size: 1.75rem;
  font-weight: bold;
  color: #ef4e22;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc_intros .date span {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  width: 3px;
  height: 60px;
  background: linear-gradient(0deg, rgba(239, 78, 34, 0), #ef4e22, rgba(239, 78, 34, 0));
}

.intro_cnt {
  line-height: 1.5;
}
.intro_cnt .parag {
  text-align: justify;
  padding: 0 0 1rem;
  line-height: 1.6;
  font-size: 1.125rem;
  color: #333;
}
.intro_cnt .parag img {
  position: relative;
  width: 90%;
  height: auto;
  display: block;
  margin: 15px auto;
}
.intro_cnt .parag .lists {
  position: relative;
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
.intro_cnt .parag .lists .list {
  position: relative;
  flex: 0 1 calc(25% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 20px 15px;
}
.intro_cnt .parag .lists .list img {
  position: relative;
  width: 100%;
  max-width: 50px;
  height: auto;
  padding: 0;
}
.intro_cnt .parag .lists .list .t {
  position: relative;
  flex: 0 1 50px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #ef4e22;
  margin: 0 0 5px;
  text-align: center;
  line-height: 1.3;
}
.intro_cnt .parag .lists .list .w {
  position: relative;
  font-size: 0.875rem;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.intro_cnt ul {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.intro_cnt ul li {
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.sc_agenda {
  padding: 0px 0;
  background: linear-gradient(180deg, #f1f1f1, #f1f1f1, #f1f1f1);
}
.sc_agenda .main_tit {
  position: relative;
  font-size: 1.75rem;
  letter-spacing: 2px;
  font-weight: bold;
  color: #ef4e22;
  text-align: center;
}
.sc_agenda .agenda_cnt .table {
  position: relative;
  margin: 0 auto;
  border: solid #000;
  border-width: 1px 0;
}
.sc_agenda .agenda_cnt .table .tr {
  position: relative;
  display: flex;
  padding: 0;
  background-color: transparent;
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0;
}
.sc_agenda .agenda_cnt .table .tr:last-child .tit {
  border-width: 0;
}
.sc_agenda .agenda_cnt .table .tr.HL {
  padding: 0.5rem 0;
  border: solid rgba(239, 78, 34, 0.5);
  border-width: 1px 0;
  background-color: #ffdacb;
}
.sc_agenda .agenda_cnt .table .tr.HL .topic {
  color: #000;
  padding: 0;
}
.sc_agenda .agenda_cnt .table .tr .time {
  position: relative;
  flex: 0 0 16%;
  line-height: 1;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.3125rem 0;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc_agenda .agenda_cnt .table .tr .infor {
  position: relative;
  padding: 0;
  flex: 1 0 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sc_agenda .agenda_cnt .table .tr .infor .wording {
  position: relative;
  flex: 0 1 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .sc_agenda .agenda_cnt .table .tr .infor .wording {
    display: block;
  }
}
.sc_agenda .agenda_cnt .table .tr .topic {
  font-size: 1rem;
  font-weight: 400;
  color: #ef4e22;
}
.sc_agenda .agenda_cnt .table .tr .tit {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  border: solid rgba(0, 0, 0, 0.5);
  border-width: 0;
  width: 160px;
}
.sc_agenda .agenda_cnt .table .tr .text {
  position: relative;
  line-height: 1.5;
  font-size: 0.9375rem;
  font-weight: 300;
  padding: 1rem 0;
  color: #000;
  margin: 0;
}

.sc_gift {
  position: relative;
  padding: 40px 0;
  background-color: #ffdacb;
}
.sc_gift .sc_title .tit {
  padding: 20px;
  width: 100%;
  color: #fff;
  background-color: #ef4e22;
}
.sc_gift .sc_gift_content {
  text-align: center;
  color: #fff;
}
.sc_gift .sc_gift_content .pic {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 15px auto;
  border-radius: 15px;
  overflow: hidden;
}
.sc_gift .sc_gift_content .pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.sc_gift .gift_cnt {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
.sc_gift .gift_cnt .item {
  position: relative;
  flex: 0 1 50%;
  max-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
}
.sc_gift .gift_cnt .item .pic {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 0 0 15px;
}
.sc_gift .gift_cnt .item .pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sc_gift .gift_cnt .item .t {
  position: relative;
  box-sizing: border-box;
  padding: 5px 45px;
  border-radius: 25px;
  background-color: #ef4e22;
  font-size: 1.125rem;
  letter-spacing: 3px;
  font-weight: bold;
  color: #fff;
}
.sc_gift .gift_cnt .item .w {
  position: relative;
  margin: 5px 0;
  font-size: 0.75rem;
  font-weight: normal;
  color: #000;
  text-align: center;
}
.sc_gift .gift_cnt .item .w span {
  font-size: 1.125rem;
  font-weight: bold;
  color: #ffdacb;
}

.sc_venue {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #f1f1f1;
}
.sc_venue .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 50px 15px;
}
.sc_venue .map {
  position: relative;
  flex: 0 1 70%;
  box-sizing: border-box;
  padding: 5px;
  background-color: #f1f1f1;
  border-radius: 5px;
}
.sc_venue .map iframe {
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  height: 500px;
  margin: 0 auto;
}
.sc_venue .info {
  position: relative;
  flex: 0 1 30%;
}
.sc_venue .info .items {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
}
.sc_venue .info .items .item {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
}
.sc_venue .info .items .item img {
  position: relative;
  width: 100%;
  max-width: 30px;
  height: auto;
}
.sc_venue .info .items .item p {
  position: relative;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #000;
  margin: 0 0 0 15px;
}
.sc_venue .info .items .item p span {
  font-size: 0.9375rem;
}
.sc_venue .info .items .item a {
  color: #000;
}

.sc_active ol {
  font-size: 0.8125rem;
}
.sc_active ol li {
  margin: 5px auto;
}

@media (max-width: 1440px) {
  .g_kv .btn_download {
    width: 74.0740740741%;
  }
  .g_kv .btn_download_inner {
    padding: 20px 0;
    font-size: 1.375rem;
    letter-spacing: 1px;
  }
  .g_kv .btn_download_inner img {
    width: 20px;
    margin: 0 0 0 25px;
  }
  .g_main .container {
    max-width: 1000px;
  }
  .g_main .sc_gift .sc_title .tit {
    padding: 10px;
  }
  .g_main .sc_title {
    margin-bottom: 1.25rem;
  }
  .g_main .sc_title .tit {
    font-size: 1.5rem;
    padding: 0 0.5rem;
  }
  .g_main .sc_title .tit span {
    font-size: 1.25rem;
  }
  .sc_intros .sc_title {
    margin: 0.9375rem auto 0.9375rem;
  }
  .intro_cnt {
    line-height: 1.5;
  }
  .intro_cnt .parag {
    font-size: 1rem;
  }
  .intro_cnt .parag img {
    margin: 0.9375rem auto;
  }
  .intro_cnt .parag .lists .list p {
    font-size: 0.9375rem;
  }
  .sc_agenda {
    padding: 0px 0;
  }
  .sc_agenda .tit {
    font-size: 1.75rem;
  }
  .agenda_cnt .table {
    margin: 0 auto;
  }
  .agenda_cnt .table .tr {
    padding: 0.5rem 0;
  }
  .agenda_cnt .table .tr .time {
    font-size: 1rem;
    padding: 0.3125rem 0;
  }
  .agenda_cnt .table .tr .infor {
    padding: 0;
    flex: 1 0 60%;
  }
  .agenda_cnt .table .tr .topic {
    font-size: 1.25rem;
  }
  .agenda_cnt .table .tr .tit {
    padding: 0;
    font-size: 1.125rem;
  }
  .agenda_cnt .table .tr .text {
    font-size: 0.8125rem;
  }
  .sc_venue {
    padding: 40px 0;
  }
  .sc_venue .map {
    flex: 0 1 60%;
    padding: 5px;
  }
  .sc_venue .map iframe {
    max-width: 800px;
    height: 300px;
  }
  .sc_venue .info {
    flex: 0 1 40%;
  }
  .sc_venue .info .items .item {
    margin: 15px 0;
  }
  .sc_venue .info .items .item img {
    max-width: 30px;
  }
  .sc_venue .info .items .item p {
    font-size: 1.375rem;
    margin: 0 0 0 15px;
  }
  .sc_venue .info .items .item p span {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .g_kv {
    height: 100vw;
  }
  .g_kv .kv_bg_inner-total {
    height: 100vw;
  }
  .g_kv .kv_bg_inner-img {
    mix-blend-mode: lighten;
    transform-origin: 80% 50%;
    animation: lighting 5s ease-in-out alternate infinite;
  }
  .g_kv .kv_logo {
    top: 5%;
    left: 4.6%;
    width: 18%;
  }
  .g_kv .kv_tit {
    width: 100%;
    padding: 5%;
    transform: translate(-50%, -50%);
  }
  .g_kv .btn_download {
    position: relative;
    margin: 7% 0 0;
    width: 100%;
  }
  .g_kv .btn_download_inner {
    padding: 10px 0;
    font-size: 1.375rem;
  }
  .g_kv .btn_download_inner img {
    width: 20px;
  }
  .container {
    padding: 20px 20px;
  }
  .g_main .sc_title {
    margin-bottom: 1.25rem;
  }
  .g_main .sc_title .tit {
    font-size: 1.5rem;
    padding: 0;
  }
  .g_main .sc_title .tit span {
    font-size: 1.5rem;
  }
  .sc_intros .sc_title {
    margin: 0 auto 0.9375rem;
  }
  .sc_intros .container {
    padding: 0 30px;
  }
  .intro_cnt .parag {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .intro_cnt .parag .lists {
    padding: 30px 0;
    flex-direction: column;
    gap: 20px;
  }
  .intro_cnt .parag .lists .list {
    flex: 0 1 100%;
    padding: 20px 15px;
  }
  .intro_cnt .parag .lists .list img {
    max-width: 50px;
  }
  .intro_cnt .parag .lists .list .t {
    flex: 0 1 auto;
    font-size: 1.125rem;
    margin: 0 0 5px;
  }
  .intro_cnt .parag .lists .list .w {
    font-size: 0.875rem;
  }
  .sc_gift .sc_title .tit {
    padding: 10px;
  }
  .sc_agenda {
    padding: 30px 0;
  }
  .sc_agenda .tit {
    font-size: 1.75rem;
    letter-spacing: 2px;
  }
  .sc_agenda .agenda_cnt .table {
    margin: 0 auto;
  }
  .sc_agenda .agenda_cnt .table .tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.5rem 0;
    background-color: transparent;
    border: solid rgba(255, 255, 255, 0.5);
    border-width: 1px 0;
  }
  .sc_agenda .agenda_cnt .table .tr:last-child .tit {
    border-width: 0;
  }
  .sc_agenda .agenda_cnt .table .tr .time {
    flex: 0 0 13%;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: bold;
    padding: 0 35px;
    color: #000;
    text-align: center;
  }
  .sc_agenda .agenda_cnt .table .tr .infor {
    padding: 0;
    flex: 1 0 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .sc_agenda .agenda_cnt .table .tr .infor .wording {
    flex: 0 1 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    padding: 0 35px;
  }
  .sc_agenda .agenda_cnt .table .tr .topic {
    font-size: 1rem;
    font-weight: 400;
  }
  .sc_agenda .agenda_cnt .table .tr .tit {
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
  }
  .sc_agenda .agenda_cnt .table .tr .text {
    font-size: 0.9375rem;
  }
  .sc_gift {
    padding: 0 0 40px;
  }
  .sc_gift .sc_title .tit {
    padding: 10px;
  }
  .sc_gift .gift_cnt {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    gap: 5px;
  }
  .sc_gift .gift_cnt .item {
    flex: 0 1 100%;
    max-width: 250px;
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
  }
  .sc_gift .gift_cnt .item .pic {
    position: relative;
    width: 100%;
    max-width: 200px;
  }
  .sc_gift .gift_cnt .item .pic img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .sc_gift .gift_cnt .item .t {
    position: relative;
    box-sizing: border-box;
    padding: 5px 45px;
    border-radius: 25px;
    background-color: #f3f3f3;
    font-size: 1.125rem;
    letter-spacing: 3px;
    font-weight: bold;
    color: #000;
  }
  .sc_gift .gift_cnt .item .w {
    position: relative;
    margin: 5px 0;
    font-size: 0.875rem;
    font-weight: normal;
    color: #000;
    text-align: center;
  }
  .sc_gift .gift_cnt .item .w span {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ffdacb;
  }
  .sc_venue {
    padding: 30px 0;
  }
  .sc_venue .container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 30px 15px;
  }
  .sc_venue .map {
    padding: 5px;
  }
  .sc_venue .map iframe {
    max-width: 800px;
    height: 300px;
  }
  .sc_venue .info {
    flex: 0 1 50%;
  }
  .sc_venue .info .items {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-start;
  }
  .sc_venue .info .items .item {
    margin: 15px 0;
  }
  .sc_venue .info .items .item img {
    max-width: 30px;
  }
  .sc_venue .info .items .item p {
    font-size: 1.375rem;
    margin: 0 0 0 15px;
  }
  .sc_venue .info .items .item p span {
    font-size: 0.9375rem;
  }
  .sc_active ol {
    font-size: 0.8125rem;
    padding: 0 0 0 10px;
  }
  .sc_active ol li {
    margin: 5px auto;
  }
}/*# sourceMappingURL=style.css.map */