@charset "UTF-8";
:root {
  font-size: 18px;
}
@media (max-width: 1600px) {
  :root {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 14px;
  }
}

@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: "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: #118899;
}
.g_header.is_active .nav_item {
  padding: 0.5rem 0.9375rem;
  font-size: 0.875rem;
}
.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 {
  padding: 0.5rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: normal;
}
.g_header .nav_item.spBtn {
  display: inline-block;
  background-color: #C60202;
  border: 1px solid #C60202;
  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: #C60202;
}
.g_header .nav_link {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.g_header .nav_link:hover {
  color: #C60202;
}

.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: #118899;
  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: #E2E2E2;
}
.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-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/kv_color_bg.jpg) center right/100% auto no-repeat;
  transform-origin: 100% 50%;
  animation: float2 20s ease-in-out alternate infinite;
}
.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% 100% no-repeat;
}
.g_kv .kv_logo {
  position: absolute;
  top: 10%;
  left: 5.5%;
  width: 100%;
  height: auto;
}
.g_kv .kv_logo img {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 25px 0 0;
}
.g_kv .kv_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-90%, -50%);
}
.g_kv .kv_tit .t2 {
  position: relative;
  width: 54.8958333333%;
  margin: 35px 0 0;
}
.g_kv .kv_tit img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.g_kv .timer {
  position: absolute;
  left: 5%;
  bottom: 25px;
  color: #fff;
  text-align: center;
  letter-spacing: -4px;
}
.g_kv .timer .tb {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 3.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #000;
  letter-spacing: normal;
}
.g_kv .timer .tb::after {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  color: #fff;
}
.g_kv .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - 0.5rem);
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}
.g_kv .timer .d {
  border-radius: 1rem 0 0 1rem;
}
.g_kv .timer .d::after {
  content: "day";
}
.g_kv .timer .h::after {
  content: "hour";
}
.g_kv .timer .m::after {
  content: "min";
}
.g_kv .timer .s {
  border-radius: 0 1rem 1rem 0;
}
.g_kv .timer .s::after {
  content: "sec";
}

.container {
  padding: 50px 50px;
}
.sc_company .container, .sc_wording .container {
  padding-left: 0;
  padding-right: 0;
}

.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: #118899;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.g_main .sc_title .tit span {
  font-size: 1.5rem;
}
.g_main .sc_title .sub {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: normal;
  color: #118899;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.g_main .sc_title .sub span {
  font-size: 1.5rem;
}
.g_main .cta_box {
  padding: 20px 0;
  text-align: center;
}
.g_main .cta_box .bttn a {
  display: inline-block;
  border-radius: 3rem;
  font-size: 1.875rem;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 1;
  transition: transform 300ms;
}
.g_main .cta_box .bttn a span {
  display: block;
  border-radius: 3rem;
  padding: 1.5625rem 5rem;
}
.g_main .cta_box .bttn a:hover {
  text-decoration: none;
  transform: scale(1.1);
}
.g_main .cta_box .bttn.main_btn a {
  background: linear-gradient(90deg, #118899, #118899);
  color: #fff;
}

.sc_intros {
  background-color: #fff;
  padding: 40px 0;
}
.sc_intros .sc_title {
  margin: 35px auto 15px;
}
.sc_intros .sc_title .tit {
  font-size: 2.25rem;
}
.sc_intros .container {
  padding: 0 50px;
}

.intro_cnt {
  line-height: 1.5;
}
.intro_cnt .parag {
  text-align: justify;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1rem;
  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: 40px;
}
.intro_cnt .parag .lists .list {
  position: relative;
  flex: 0 1 calc(33% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intro_cnt .parag .lists .list .tt {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #C60202;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  z-index: 1;
}
.intro_cnt .parag .lists .list .info {
  position: relative;
  width: 100%;
  margin: 20px 0 0;
  flex: 1;
  box-sizing: border-box;
  padding: 30px 15px;
  border-radius: 15px;
  border: 2px solid #118899;
}
.intro_cnt .parag .lists .list .info .ss {
  position: relative;
  text-align: center;
  color: #118899;
  font-size: 1rem;
  font-weight: bold;
}
.intro_cnt .parag .lists .list .info .ww {
  position: relative;
  margin: 10px 0 0;
  text-align: center;
  color: #070f26;
  font-size: 0.875rem;
  font-weight: normal;
}
.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: #E2E2E2;
}
.sc_agenda .sc_title .tit {
  font-size: 1.75rem;
  letter-spacing: 5px;
  text-align: center;
  color: #1d1d1d;
}
.sc_agenda .container {
  max-width: 1200px;
}
.sc_agenda .ps {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  color: #666;
  margin: 0 0 15px;
}

.agenda_cnt {
  position: relative;
  background-color: #fff;
}
.agenda_cnt .table {
  position: relative;
  margin: 25px auto 5px;
  border: solid #E2E2E2;
  border-width: 1px 0;
}
.agenda_cnt .table .tr {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  background-color: transparent;
  border: solid rgba(226, 226, 226, 0.5);
  border-width: 1px 0;
}
.agenda_cnt .table .tr.HL {
  background-color: #118899;
}
.agenda_cnt .table .tr.HL .infor .td {
  align-items: center;
}
.agenda_cnt .table .tr.HL .topic {
  color: #fff;
  text-align: center;
}
.agenda_cnt .table .tr.HL .topic span {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 20px;
  margin: 10px 0;
  background-color: #C60202;
  border-radius: 25px;
}
.agenda_cnt .table .tr.sHL {
  background-color: rgba(226, 226, 226, 0.6);
}
.agenda_cnt .table .tr.sHL .infor .td {
  flex: 0 1 100%;
  align-items: center;
}
.agenda_cnt .table .tr.sHL .topic {
  color: #1d1d1d;
}
.agenda_cnt .table .tr.sHL_v2 .td {
  background-color: rgba(17, 136, 153, 0.3);
}
.agenda_cnt .table .tr.sHL_v2 .up .topic {
  color: #00505B;
  font-weight: bold;
}
.agenda_cnt .table .tr .time {
  position: relative;
  padding: 15px 0;
  flex: 0 1 130px;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #1d1d1d;
  text-align: center;
}
.agenda_cnt .table .tr .infor {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  flex: 0 1 calc(100% - 130px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.agenda_cnt .table .tr .infor .td {
  position: relative;
  flex: 0 1 50%;
  padding: 15px;
  border-left: 1px solid #E2E2E2;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
}
.agenda_cnt .table .tr .infor .td .up {
  position: relative;
  flex: 0 1 145px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
}
.agenda_cnt .table .tr .infor .td .up .topic {
  position: relative;
  flex: 0 1 60px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #118899;
}
.agenda_cnt .table .tr .infor .td .up .tit {
  position: relative;
  box-sizing: border-box;
  padding: 0.5rem 0 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
  color: #1d1d1d;
}
.agenda_cnt .table .tr .infor .td .up .tit span {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 300;
}
.agenda_cnt .table .tr .infor .td .up .tit.noS {
  color: transparent;
}
.agenda_cnt .table .tr .infor .td .text {
  position: relative;
  line-height: 1.5;
  font-size: 0.9375rem;
  font-weight: 300;
  padding: 16px 0;
  color: #1d1d1d;
  margin: 0;
  border: solid rgba(226, 226, 226, 0.5);
  border-width: 1px 0 0;
}
.agenda_cnt .cta_box {
  padding: 20px 0;
  text-align: center;
}
.agenda_cnt .cta_box .bttn.main_btn a {
  background-color: #C60202;
  color: #fff;
}

.sc_logos {
  position: relative;
  padding: 60px 0 0;
  background-color: #fff;
}
.sc_logos .sc_title .tit {
  color: #333;
}
.sc_logos_cnt {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.sc_logos_cnt .logo_item {
  position: relative;
  flex: 0 1 calc(33% - 100px);
  max-width: 250px;
  height: auto;
}
.sc_logos_cnt .logo_item img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.sc_gift {
  position: relative;
  padding: 60px 0 0;
  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: 250px;
  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: #C60202;
  font-size: 0.875rem;
  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: #666;
  text-align: center;
}
.sc_gift .gift_cnt .item .w span {
  font-size: 1rem;
  font-weight: bold;
  color: #118899;
}
.sc_gift .ps {
  position: relative;
  width: 100%;
  margin: 15px auto 0;
  text-align: center;
  font-size: 0.75rem;
  color: #666;
  line-height: 1.4;
}

.sc_loc {
  position: relative;
  padding: 60px 0 120px;
  background-color: #F3F3F3;
}
.sc_loc .sc_title .tit {
  color: #333;
}
.sc_loc .loc_cnt {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sc_loc .w {
  font-size: 1rem;
  color: #333;
  text-align: center;
  margin: 0 0 30px;
}
.sc_loc .w span {
  color: #118899;
  font-size: 1.5rem;
  font-weight: bold;
}
.sc_loc .map {
  position: relative;
  width: 100%;
}
.sc_loc .map iframe {
  position: relative;
  width: 100%;
  height: 400px;
  display: block;
}
.sc_loc .cta_box {
  padding: 20px 0;
  text-align: center;
}
.sc_loc .cta_box .bttn.main_btn a {
  background-color: #fff;
  color: #E2E2E2;
}

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

.footer {
  position: relative;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background: linear-gradient(35deg, rgb(0, 0, 0) 0%, rgb(51, 51, 51) 100%);
}
.footer .logo {
  position: relative;
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
.footer .logo img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1440px) {
  .g_header.is_active .nav_item {
    padding: 4px 0.625rem;
    font-size: 0.75rem;
  }
  .g_kv .kv_logo {
    top: 10%;
  }
  .g_kv .kv_logo img {
    max-width: 300px;
  }
  .g_kv .kv_tit {
    transform: translate(-90%, -50%);
  }
  .g_main .container {
    max-width: 900px;
  }
  .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;
  }
  .g_main .cta_box {
    padding: 1.25rem 0;
    text-align: center;
  }
  .g_main .cta_box .bttn a {
    font-size: 1.75rem;
  }
  .g_main .cta_box .bttn a span {
    padding: 0.9375rem 3.75rem;
  }
  .g_main .cta_box .bttn.main_btn a {
    background-color: #E2E2E2;
    color: #fff;
  }
  .sc_intros .sc_title {
    margin: 0.9375rem auto 0.9375rem;
  }
  .intro_cnt {
    line-height: 1.5;
  }
  .intro_cnt .parag {
    font-size: 0.875rem;
  }
  .intro_cnt .parag img {
    margin: 0.9375rem auto;
  }
  .intro_cnt .parag .lists .list img {
    max-width: 30px;
    padding: 0 15px;
  }
  .intro_cnt .parag .lists .list p {
    font-size: 0.9375rem;
  }
  .sc_agenda {
    padding: 0px 0;
  }
  .sc_agenda .tit {
    font-size: 1.75rem;
  }
  .sc_agenda .container {
    max-width: 1000px;
  }
  .agenda_cnt .table {
    margin: 25px auto 5px;
  }
  .agenda_cnt .table .tr .time {
    font-size: 1rem;
    padding: 0.3125rem 0;
  }
  .agenda_cnt .table .tr .infor {
    flex: 1 0 60%;
  }
  .agenda_cnt .table .tr .infor .td .up {
    flex: 0 1 125px;
  }
  .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;
  }
  .agenda_cnt .cta_box {
    padding: 20px 0;
    text-align: center;
  }
  .agenda_cnt .cta_box .bttn.main_btn a {
    background-color: #C60202;
    color: #fff;
  }
  .sc_logos {
    padding: 40px 0;
  }
  .sc_logos_cnt {
    gap: 50px;
  }
  .sc_logos_cnt .logo_item {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .g_header {
    display: none;
  }
  .g_kv {
    height: 120vw;
  }
  .g_kv .kv_bg_inner-bg {
    background: url("img/kv_color_bg.jpg") top center/auto 100% 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% 100% no-repeat rgba(29, 29, 29, 0.4) rgba(198, 2, 2, 0.4);
  }
  .g_kv .kv_logo {
    bottom: 38%;
    width: 60%;
  }
  .g_kv .kv_logo img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 0 15px;
  }
  .g_kv .kv_tit {
    width: 90%;
    transform: translate(-50%, -50%);
  }
  .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;
  }
  .g_main .cta_box {
    padding: 20px 0;
  }
  .g_main .cta_box .bttn a span {
    border-radius: 3rem;
    padding: 1.5625rem 5rem;
  }
  .g_main .cta_box .bttn.main_btn a {
    color: #fff;
  }
  .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 {
    flex-direction: column;
    gap: 20px;
  }
  .sc_agenda {
    padding: 30px 0;
  }
  .sc_agenda .tit {
    font-size: 1.75rem;
    letter-spacing: 2px;
  }
  .agenda_cnt .table {
    margin: 25px auto;
  }
  .agenda_cnt .table .tr {
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    padding: 0;
  }
  .agenda_cnt .table .tr.HL .time {
    position: relative;
    flex: 0 0 0px;
    padding: 0;
    width: 100%;
  }
  .agenda_cnt .table .tr .time {
    padding: 15px 0;
    flex: 0 1 auto;
    font-size: 1.5rem;
  }
  .agenda_cnt .table .tr .infor {
    padding: 0;
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
  }
  .agenda_cnt .table .tr .infor .td {
    flex: 0 1 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-start;
  }
  .agenda_cnt .table .tr .infor .td:last-child {
    border-top: 1px solid rgba(226, 226, 226, 0.5);
  }
  .agenda_cnt .table .tr .infor .td .up {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-start;
  }
  .agenda_cnt .table .tr .infor .td .up .topic {
    position: relative;
    font-size: 1.25rem;
    font-weight: 700;
    color: #118899;
  }
  .agenda_cnt .table .tr .infor .td .up .tit {
    position: relative;
    box-sizing: border-box;
    padding: 0.5rem 0 1rem;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: left;
    color: #1d1d1d;
  }
  .agenda_cnt .table .tr .infor .td .up .tit span {
    position: relative;
    display: block;
    font-size: 1rem;
    font-weight: 300;
  }
  .agenda_cnt .table .tr .infor .td .up .tit.noS {
    color: transparent;
  }
  .agenda_cnt .table .tr .infor .td .text {
    position: relative;
    line-height: 1.5;
    font-size: 0.9375rem;
    font-weight: 300;
    padding: 16px 0;
    color: #1d1d1d;
    margin: 0;
    border: solid rgba(226, 226, 226, 0.5);
    border-width: 1px 0 0;
  }
  .agenda_cnt .cta_box {
    padding: 20px 0;
    text-align: center;
  }
  .agenda_cnt .cta_box .bttn.main_btn a {
    color: #fff;
  }
  .sc_logos {
    padding: 30px 0;
  }
  .sc_logos_cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .sc_logos_cnt .logo_item {
    flex: 0 1 calc(50% - 50px);
    max-width: 200px;
  }
  .sc_gift {
    padding: 40px 0 0;
  }
  .sc_gift .gift_cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .sc_gift .gift_cnt .item {
    flex: 0 1 100%;
    max-width: 320px;
    padding: 15px 15px;
  }
  .sc_gift .ps {
    margin: 15px auto 0;
    padding: 0 25px;
  }
  .sc_loc {
    padding: 2.5rem 0 0;
  }
  .sc_active ol {
    font-size: 0.8125rem;
    padding: 0 0 0 10px;
  }
  .sc_active ol li {
    margin: 5px auto;
  }
}/*# sourceMappingURL=style.css.map */