@charset "UTF-8";
html {
  font-size: 16px;
}

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

a {
  color: inherit;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 1rem;
  transform: translateX(150%);
  transition: transform 600ms;
}
.fix_aside.is_active {
  transform: translateX(0%);
}
.fix_aside .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 1px 3px 0 rgba(0, 0, 0, 0.19);
  transition: transform 240ms, box-shadow 240ms;
}
.fix_aside .fx_item.is_primary {
  background-color: #b6ea36;
  color: #002b51;
}
.fix_aside .fx_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3;
}
.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.fix_aside .fx_item .in_wrap .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.sc_title {
  margin-bottom: 2rem;
}
.sc_title .tit {
  display: inline-block;
  padding: 3rem 0.75rem 0.75rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  background-color: #00b9e6;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.sc_title .tit span {
  display: inline-block;
}

.g_header {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(120deg, #002b51 67%, #00b9e6);
}
.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: center;
}
.g_header .nav_item {
  padding: 0.75rem 1rem;
  font-size: 1.125em;
  line-height: 1;
  font-weight: normal;
}
.g_header .nav_link {
  color: #fff;
}
.g_header .nav_link:hover {
  color: #fbab2c;
  text-decoration: none;
}

.g_kv .desktop {
  position: relative;
}

.main_content {
  position: relative;
  z-index: 2;
}
.main_content.deep_bg {
  background: radial-gradient(circle at bottom, rgba(0, 43, 81, 0.8), rgba(0, 0, 0, 0.3)), url("img/kv_bg.jpg") center/cover fixed;
  color: #fff;
}

.sc_intro {
  padding: 3rem 0;
}
.sc_intro p {
  max-width: calc(800px + 2rem);
  margin: 0 auto 1em;
  padding: 0 1rem;
  font-size: 1.25rem;
}
.sc_intro p strong {
  color: #00b9e6;
}
.sc_intro p:last-child {
  margin-bottom: 0;
}

.cta {
  margin-top: 1rem;
  font-size: 0;
  text-align: center;
}
.cta .bttn {
  position: relative;
  display: inline-block;
  border-radius: 0.5rem;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.19);
  transition: transform 400ms, box-shadow 400ms;
}
.cta .bttn div {
  position: relative;
  z-index: 2;
  padding: 1rem 3rem 1.2rem;
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  background-color: #b6ea36;
  text-shadow: 0 1px 5px rgba(0, 43, 81, 0.29);
}
.cta .bttn:hover {
  text-decoration: none;
  box-shadow: 0 5px 15px 0 rgba(0, 43, 81, 0.29);
  transform: translateY(-5px);
}

.sc_agenda {
  padding-bottom: 3rem;
}

.ag_table .tr {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 2px;
}
.ag_table .tr:last-child {
  border-bottom-width: 0;
}
.ag_table .tr .td {
  padding: 0.75rem 1rem;
  line-height: 1;
  font-size: 1.25rem;
}
.ag_table .tr .time {
  flex: 0 0 18%;
  text-align: center;
  color: #10fcea;
}
.ag_table .tr .title {
  flex: 1 0 52%;
  line-height: 1.33;
}
.ag_table .tr .title .i {
  color: #002b51;
  font-weight: 700;
}
.ag_table .tr.soft_bg {
  border: 0 solid #fff;
  border-width: 1px 0;
}
.ag_table .tr.soft_bg:first-child {
  border-top-width: 0;
}
.ag_table .tr_tit {
  margin-top: 1rem;
  padding: 0.5rem 0;
  background-color: #10fcea;
  color: #fff;
}
.ag_table .tr_tit .t {
  font-size: 1.33rem;
  text-align: center;
}

.sc_location {
  padding-bottom: 3rem;
}
.sc_location .sc_title {
  margin-bottom: 0;
}
.sc_location .icon_line {
  padding: 1rem 0;
}
.sc_location .icon_line .img,
.sc_location .icon_line span {
  display: inline-block;
  vertical-align: middle;
}
.sc_location .icon_line .img {
  border-radius: 20px;
  padding: 15px;
  background-color: #00b9e6;
  line-height: 0;
}
.sc_location .icon_line img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.sc_location .icon_line span {
  padding: 0 0.75rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #00b9e6;
}
.sc_location .info_wrap span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.sc_location .info_wrap .loca {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.2;
}
.sc_location .info_wrap .loca strong {
  font-size: 1.75rem;
}
.sc_location .info_wrap .addr {
  border-radius: 4px;
  margin-top: 1.25rem;
  padding: 0.5rem;
  font-size: 1.25rem;
  color: #002b51;
  background-color: #b6ea36;
}
.sc_location .map_wrap {
  margin-top: -2.25rem;
  background-image: linear-gradient(-30deg, #002b51 90%, #00b9e6);
}
.sc_location .map_wrap .map {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
.sc_location .map_wrap .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sc_footer {
  overflow: hidden;
  padding: 2em;
  background-color: #fafafa;
}
.sc_footer .in_left {
  position: relative;
}
.sc_footer .logo_item .i_t {
  padding-left: 0.75rem;
  padding-top: 0.125rem;
  border-left: 2px solid currentColor;
  line-height: 1;
  color: rgba(0, 43, 81, 0.8);
  font-weight: 700;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.sc_footer .logo {
  display: block;
  height: 100%;
}
.sc_footer .logo img {
  height: 88px;
}
.sc_footer .intro {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.sc_footer .links {
  margin-top: 0.5rem;
}
.sc_footer .links .link {
  display: inline-block;
  margin-right: 0.25rem;
  line-height: 1.2;
}
.sc_footer .links a {
  border-radius: 4px;
  display: block;
  padding: 1rem;
  background: center/contain no-repeat;
  background-color: #002b51;
}
.sc_footer .links a.i_logo {
  background-image: url("img/i_logo.svg");
}
.sc_footer .links a.i_fb {
  background-image: url("img/i_fb.svg");
}
.sc_footer .links a:hover {
  background-color: #00b9e6;
  text-decoration: none;
}

.sc_detail {
  padding-bottom: 6rem;
  background: radial-gradient(farthest-side at bottom, rgba(0, 0, 0, 0.3), rgba(0, 43, 81, 0));
}

.detail_cnt .item {
  padding: 0.125rem 0;
}

.modal-dialog {
  max-width: 36rem;
}

.modal-content {
  border-width: 0;
}

.modal-header {
  border-bottom-width: 0;
}
.modal-header button.close {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  opacity: 1;
}

.modal-body {
  margin: 0.25em 0;
  padding: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .g_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .g_header .nav_cnt {
    left: -0.5rem;
    top: 100%;
    width: calc(100% + 1rem);
    display: block;
    margin-top: 0.5rem;
  }
  .g_header .nav_item {
    padding: 1rem 2rem;
  }

  .g_kv {
    margin-top: 64px;
  }

  .sc_intro .intro_wrap p {
    padding: 0 1rem;
    font-size: 1.125rem;
  }

  .ag_table .tr {
    display: block;
    padding: 0.75rem 0;
  }
  .ag_table .tr .td {
    padding: 0.25rem 1rem;
  }
  .ag_table .tr .time {
    text-align: left;
  }

  .sc_location .map_wrap {
    margin-top: 1rem;
  }
  .sc_location .map_wrap .map {
    padding-top: 75%;
  }

  .sc_detail {
    padding-bottom: 5rem;
  }

  .detail_cnt .items {
    padding-left: 1.75rem;
    padding-right: 1rem;
  }

  .fix_aside {
    right: 0.5rem;
    display: flex;
  }
  .fix_aside .fx_item {
    margin: 0 0.5em;
  }

  .sc_footer {
    padding: 1rem 2rem 6rem;
  }
  .sc_footer .d-flex {
    flex-wrap: wrap;
  }
  .sc_footer .in_left::before {
    display: none;
    bottom: 0;
    left: 19%;
    width: 62%;
  }
  .sc_footer .logo_item {
    text-align: center;
  }
  .sc_footer .logo_item .i_t {
    display: inline-block;
    padding: 0.125rem 2rem 0.33rem;
    border-left: 0px solid rgba(0, 43, 81, 0);
    border-bottom: 1px solid currentColor;
    text-align: center;
    margin-left: 0;
  }
  .sc_footer .logo {
    padding: 0.5rem 0;
    text-align: center;
  }
  .sc_footer .logo img {
    height: auto;
    width: 66%;
  }
  .sc_footer .intro {
    margin-top: 1rem;
  }
  .sc_footer .links {
    text-align: center;
  }
  .sc_footer .links .link {
    margin: 0.5rem 0.25rem 0;
  }
  .sc_footer .links a {
    padding: 1.5rem;
  }
}