@charset "UTF-8";
@font-face {
  font-family: TT_Hoves_Regular;
  src: url(font/TT_Hoves_Regular.otf) format("otf"), url(font/TT_Hoves_Regular.otf) format("opentype"), url(font/TT_Hoves_Regular.woff2) format("woff2"), url(font/TT_Hoves_Regular.woff) format("woff");
}
@font-face {
  font-family: TT_Hoves_Bold;
  src: url(font/TT_Hoves_Bold.otf) format("otf"), url(font/TT_Hoves_Bold.otf) format("opentype"), url(font/TT_Hoves_Bold.woff2) format("woff2"), url(font/TT_Hoves_Boldwoff) format("woff");
}
:root {
  font-size: 18px;
}
@media (max-width: 1600px) {
  :root {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 14px;
  }
}

@keyframes lighting {
  0% {
    opacity: 0.5;
    filter: brightness(50%);
  }
  50% {
    opacity: 1;
    filter: brightness(200%);
  }
  100% {
    opacity: 1;
    filter: brightness(100%);
  }
}
@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);
  }
}
html {
  font-size: 20px;
}

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

a {
  color: inherit;
}

.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: #f9572c;
  border: 1px solid #f9572c;
  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: #f9572c;
}
.g_header .nav_link {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.g_header .nav_link:hover {
  color: #f9572c;
}
.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;
}

.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: #f9572c;
  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;
}

.g_kv {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-color: #000;
}
.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%;
  background: url("img/kv_bg.jpg") center right/100% auto no-repeat;
}
.g_kv .kv_bg_inner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/kv_img.png") center right/100% auto no-repeat;
  mix-blend-mode: lighten;
  transform-origin: 80% 50%;
}
.g_kv .kv_logo {
  position: absolute;
  bottom: 12%;
  right: 8%;
  width: 39.3229166667%;
  height: auto;
}
.g_kv .kv_logo img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.g_kv .kv_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36.4583333333%;
  transform: translate(-115%, -50%);
}
.g_kv .kv_tit .t1 {
  position: relative;
  width: 100%;
}
.g_kv .kv_tit img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.g_kv .btn_download {
  position: relative;
  margin: 10% 0 0;
  width: 74.0740740741%;
}
.g_kv .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 #f9572c;
  color: #fff;
  background-color: #f9572c;
  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;
}
.g_kv .btn_download_inner img {
  position: relative;
  width: 30px;
  display: block;
  margin: 0 0 0 25px;
  transition: all 0.2s ease-out;
}
.g_kv .btn_download_inner:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.g_kv .btn_download_inner:hover img {
  margin: 10px 0 0 25px;
}

.container {
  padding: 50px 50px;
}

.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: #f9572c;
  padding: 0 5px;
}
.g_main .sc_title .tit span {
  font-size: 1.125rem;
  color: #333;
}
.g_main .cta_box {
  position: relative;
  padding: 20px 0 40px;
  text-align: center;
}
.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: #f9572c;
  color: #fff;
  cursor: pointer;
  border-radius: 3rem;
  border: 1px solid #f9572c;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.g_main .cta_box .bttn a:hover {
  transform: scale(1.1);
  background: transparent;
  color: #f9572c;
}

.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: #f9572c;
  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(249, 87, 44, 0), #f9572c, rgba(249, 87, 44, 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: #f9572c;
  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: 40px 0;
  background: linear-gradient(180deg, #F4F4F2, #F4F4F2, #F4F4F2);
}
.sc_agenda .main_tit {
  position: relative;
  font-size: 1.75rem;
  letter-spacing: 2px;
  font-weight: bold;
  color: #f9572c;
  text-align: center;
}
.sc_agenda .agenda_cnt .table {
  position: relative;
  margin: 25px auto;
  border: solid #000;
  border-width: 1px 0;
}
.sc_agenda .agenda_cnt .table .tr {
  position: relative;
  display: flex;
  padding: 1rem 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: 5px 0;
  border: solid rgba(249, 87, 44, 0.3);
  border-width: 1px 0;
  background-color: rgba(249, 87, 44, 0.3);
}
.sc_agenda .agenda_cnt .table .tr.HL .topic {
  color: #000;
}
.sc_agenda .agenda_cnt .table .tr.ssHL {
  padding: 5px 0;
  border: solid #f9572c;
  border-width: 1px 0;
  background-color: #f9572c;
}
.sc_agenda .agenda_cnt .table .tr.ssHL .infor {
  justify-content: center;
}
.sc_agenda .agenda_cnt .table .tr.ssHL .topic {
  color: #fff;
  letter-spacing: 5px;
  font-size: 1.5rem;
  font-family: TT_Hoves_Bold, "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.sc_agenda .agenda_cnt .table .tr .time {
  position: relative;
  flex: 0 0 20%;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: bold;
  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 1rem;
  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;
  padding: 0 20px;
}
.sc_agenda .agenda_cnt .table .tr .topic {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f9572c;
}
.sc_agenda .agenda_cnt .table .tr .tit {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
  border: solid rgba(0, 0, 0, 0.5);
  border-width: 0;
}
.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: 20px 0 60px;
  background-color: #F3F3F3;
}
.sc_gift .sc_title .tit {
  color: #333;
}
.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;
}
.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: #f9572c;
  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.875rem;
  font-weight: normal;
  color: #000;
  text-align: center;
}
.sc_gift .gift_cnt .item .w span {
  font-size: 1.25rem;
  font-weight: bold;
  color: #f9572c;
}

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

.sc_form {
  position: relative;
  width: 100%;
}
.sc_form .container {
  max-width: 800px;
}
.sc_form .sc_title {
  padding: 35px 0;
}
.sc_form .form_wrap .g {
  padding-left: 1.2rem;
}
.sc_form .form_wrap .btn {
  background-color: transparent;
}
.sc_form .form_wrap legend {
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.sc_form .form_wrap legend span {
  color: #f9572c;
  font-size: 0.75rem;
}
.sc_form .form_wrap legend + div {
  padding-left: 1.2rem;
}
.sc_form .form_wrap label {
  color: #f9572c;
  padding-left: 0;
  padding-right: 0;
}
.sc_form .form_wrap .form-check-inline {
  margin-right: 1em;
  margin-bottom: 0.25em;
  margin-top: 0.4em;
}
.sc_form .form_wrap .form-check-label {
  flex: 1 0 auto;
  font-size: 0.9375rem;
}
.sc_form .form_wrap .form-check-label ul {
  list-style-type: "-  ";
  padding: 0 0 0 0.8125rem;
  font-size: 0.875rem;
  color: #5b5b5b;
}
.sc_form .form_wrap .form-check-input {
  accent-color: #f9572c;
}
.sc_form .form_wrap .form-check-input ~ .input_text {
  margin-left: 0.25rem;
  width: 110px;
  display: none;
}
.sc_form .form_wrap .other_text {
  margin-left: 0.25rem;
}
.sc_form .form_wrap .form-check-input ~ .input_text {
  width: 110px;
  display: none;
}
.sc_form .form_wrap .form-check-input:checked ~ .input_text {
  display: inline;
}
.sc_form .form_wrap .form-group {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.sc_form .form_wrap .form-group .stxt {
  font-size: 0.75rem;
}
.sc_form .form_wrap .form-group.checkArea {
  margin: 35px 0 0;
}
.sc_form .form_wrap .form-group.checkArea .form-check-label {
  font-size: 0.8125rem;
  letter-spacing: 1px;
  padding: 0 10px 10px 0;
}
.sc_form .form_wrap .main_button {
  position: relative;
  display: inline-block;
  padding: 20px 60px;
  margin: 35px 0;
  font-size: 1.875rem;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 1;
  background: #f9572c;
  color: #fff;
  cursor: pointer;
  border-radius: 3rem;
  border: 1px solid #f9572c;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.sc_form .form_wrap .main_button:hover {
  transform: scale(1.1);
  background: transparent;
  color: #f9572c;
}

@media (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;
  }
  .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 .cta_box {
    position: relative;
    padding: 20px 0 20px;
    text-align: center;
  }
  .g_main .container {
    max-width: 1000px;
  }
  .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: 40px 0;
  }
  .sc_agenda .tit {
    font-size: 1.75rem;
  }
  .agenda_cnt .table {
    margin: 25px auto;
  }
  .agenda_cnt .table .tr {
    padding: 1rem 0;
  }
  .agenda_cnt .table .tr .time {
    font-size: 1rem;
    padding: 0.3125rem 0;
  }
  .agenda_cnt .table .tr .infor {
    padding: 0 1rem;
    flex: 1 0 60%;
  }
  .agenda_cnt .table .tr .topic {
    font-size: 1.25rem;
  }
  .agenda_cnt .table .tr .tit {
    padding: 0 0 1rem;
    font-size: 1.125rem;
  }
  .agenda_cnt .table .tr .text {
    font-size: 0.8125rem;
  }
}
@media (max-width: 768px) {
  .g_header {
    display: none;
  }
  .g_kv {
    height: 140vw;
  }
  .g_kv .kv_bg_inner-total {
    height: 140vw;
  }
  .g_kv .kv_bg_inner-bg {
    background: url("img/kv_bg.jpg") center left/auto 100% no-repeat;
  }
  .g_kv .kv_bg_inner-img {
    background: url("img/kv_img.png") center left/auto 100% no-repeat;
    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: 60%;
  }
  .g_kv .kv_tit {
    width: 90%;
    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 15px;
  }
  .sc_intros .date {
    margin: 35px 0 0;
    font-size: 1.5rem;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .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_agenda {
    padding: 30px 0;
  }
  .sc_agenda .tit {
    font-size: 1.75rem;
    letter-spacing: 2px;
  }
  .sc_agenda .agenda_cnt .table {
    margin: 25px auto;
  }
  .sc_agenda .agenda_cnt .table .tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 0;
    background-color: transparent;
    border: solid rgba(0, 0, 0, 0.3);
    border-width: 1px 0;
  }
  .sc_agenda .agenda_cnt .table .tr:last-child .tit {
    border-width: 0;
  }
  .sc_agenda .agenda_cnt .table .tr.ssHL .infor {
    align-items: center;
  }
  .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 1rem;
    flex: 1 0 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sc_agenda .agenda_cnt .table .tr .infor .wording {
    flex: 0 1 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .sc_agenda .agenda_cnt .table .tr .topic {
    font-size: 1.25rem;
  }
  .sc_agenda .agenda_cnt .table .tr .tit {
    padding: 0 0 1rem;
    font-size: 1.125rem;
  }
  .sc_agenda .agenda_cnt .table .tr .text {
    font-size: 0.9375rem;
  }
  .sc_gift {
    padding: 0 0 40px;
  }
  .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: #f9572c;
  }
  .sc_active ol {
    font-size: 0.8125rem;
    padding: 0 0 0 10px;
  }
  .sc_active ol li {
    margin: 5px auto;
  }
  .sc_form .container {
    max-width: 800px;
  }
  .sc_form .sc_title {
    padding: 15px 0;
  }
  .sc_form .form_wrap label {
    color: #f9572c;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sc_form .form_wrap .form-group {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .sc_form .form_wrap .form-group .stxt {
    font-size: 0.75rem;
  }
  .sc_form .form_wrap .form-group.checkArea {
    margin: 35px 0 0;
  }
  .sc_form .form_wrap .form-group.checkArea .form-check-label {
    font-size: 1rem;
    letter-spacing: 1px;
    padding: 0 10px 10px 0;
  }
  .sc_form .form_wrap .form-check-label {
    flex: 1 0 auto;
    font-size: 1.125rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}/*# sourceMappingURL=style.css.map */