@charset "UTF-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
b {
  font-weight: bold !important;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  text-decoration: none;
}
a img {
  outline: none;
}
a:focus,
input:focus,
button:focus {
  outline: none;
}
body {
  /*	font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
  font-family: "Noto Sans TC", sans-serif;
  background: linear-gradient(
    260.73deg,
    #c9e6ff 0%,
    #f2f9ff 43.17%,
    #f2f9ff 82.32%,
    #c7e4ff 100.39%
  );
}

.b_pattern_left {
  position: fixed;
  z-index: 0;
  width: 400px;
  left: 0px;
  top: 20%;
  background-blend-mode: darken;
  mix-blend-mode: darken;
}

.b_pattern_right {
  position: fixed;
  z-index: 0;
  width: 300px;
  right: 0px;
  bottom: 10%;
  background-blend-mode: darken;
  mix-blend-mode: darken;
}

#host_info_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  display: none;
}

#host_info_box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000;
  opacity: 0.3;
}

#host_info_box.show {
  display: table;
}

#host_info_box .ct {
  display: table-cell;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.host_info_item {
  display: inline-table;
  width: 800px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px;
}

.host_info_scroll {
  float: left;
  width: 100%;
  max-height: 500px;
  overflow-y: scroll;
}
.close_box {
  position: absolute;
  z-index: 5;
  width: 30px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.host_info_item .box_head {
  display: table-cell;
  vertical-align: top;
  width: 200px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.host_info_item .box_head img {
  width: 100%;
}

.host_info_item .box_body {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.box_title {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #858585;
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.box_name {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 28px;
  color: #424242;
  position: relative;
  z-index: 1;
  font-weight: bold;
  margin-top: 5px;
}

.box_label {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 24px;
  color: #0d0d0d;
  font-weight: bold;
  margin-top: 20px;
}

.box_intro {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  margin-top: 20px;
}

.host_item_bg {
  position: absolute;
  width: 350px;
  right: 30px;
  top: 30px;
  z-index: 0;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff; /* change if the mask should have another color then white */
  z-index: 99; /* makes sure it stays on top */
}

#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%; /* centers the loading animation horizontally one the screen */
  top: 50%; /* centers the loading animation vertically one the screen */
  background-image: url(../images/status.gif); /* path to your loading animation */
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  margin: -50px 0 0 -50px; /* is width and height divided by two */
}
.goTop {
  position: fixed;
  z-index: 13;
  width: 48px;
  height: 48px;
  display: none;
  bottom: 360px;
  right: 20px;
}
.goTop:hover {
  opacity: 0.8;
}
.goTop img {
  width: 100%;
}

.q_link {
  position: fixed;
  width: 48px;
  right: 20px;
  bottom: 200px;
  cursor: pointer;
  z-index: 9;
}

.q_link:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#WRAPER {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
  right: 0px;
}

#HEADER {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 14;
}

#HEADER.reveal {
  background: linear-gradient(90deg, #5700af 0%, #1a044a 100%);
}

#logo {
  position: relative;
  float: left;
  margin-top: 14px;
  margin-left: 40px;
  height: 34px;
}

#KV {
  position: relative;
  z-index: 3;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}

.kv_slogan {
  position: absolute;
  z-index: 2;
  width: 43vw;
  top: 14vh;
  left: 5vw;
}

.kv_pattern {
  position: absolute;
  z-index: 1;
  height: 100%;
  right: 0px;
  top: 0px;
  mix-blend-mode: screen;
  pointer-events: none;
}

.kv_img {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.NAV_btn_wrap {
  display: none;
  position: fixed;
  width: 60px;
  top: 30px;
  right: 20px;
  z-index: 4;
}

#nav-icon3 {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3.light span {
  background: #ffffff;
}

#nav-icon3.dark span {
  background: #ffffff;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(2) {
  display: none;
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span {
  background: #a5c3ff;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#NAV {
  position: relative;
  float: right;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-align: center;
  padding-right: 40px;
}

nav {
  display: inline-block;
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 1;
}

nav div {
  display: inline-block;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}

nav div span {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  z-index: 1;
}

nav div::after {
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  position: absolute;
  z-index: 0;
  background-color: #ffffff;
}

nav div:hover span {
  color: #121d39;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

nav div:hover:after {
  height: 100%;
  background-color: #ffffff;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.sec {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 100px 20px 100px 20px;
  overflow: hidden;
}

.sec.first {
  padding-top: 150px;
}

.deep_bg {
  background-image:
    url("../images/sec_dna_pattern.png"),
    linear-gradient(100.47deg, #5208b6 0%, #5f29b6 50%, #1a044b 100%);

  background-size: contain, cover; /* 圖片用 contain，漸層用 cover */
  background-repeat: no-repeat, no-repeat;
  background-position:
    right center,
    center;
}

.mid_content {
  display: inline-block;
  width: 1100px;
  text-align: center;
  position: relative;
  z-index: 3;
  /* overflow: hidden; */
}

.intro_txt {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.intro1 {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #254d69;
  line-height: 1.4;
}

.intro2 {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #333333;
  line-height: 1.7;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}

.sec_title {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 50px;
}
.sec_title.dark {
  color: #41647c;
}

.album_slider_wrap {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.album_left {
  position: absolute;
  z-index: 2;
  width: 24px;
  right: 0px;
  top: 50%;
  cursor: pointer;
}

.album_right {
  position: absolute;
  z-index: 2;
  width: 24px;
  left: 0px;
  top: 50%;
  cursor: pointer;
}

.album_slider {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* .album_slider li {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  width: 25%;
} */
/* Frame */

.sec1_album_slider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  gap: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.sec1_album_slider li {
  width: 22%;
}

.host {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  cursor: pointer;
}

.host:hover {
  opacity: 0.7;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.head_cover {
  display: inline-block;
  width: 100%;
}

.agenda_address {
  display: inline-block;
  text-align: center;
  width: 680px;
  margin-bottom: 30px;
}

.agenda_item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
  margin-bottom: 10px;
}
.agenda_item img {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  margin-right: 20px;
}
.agenda_item p {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #41647c;
  text-align: left;
  font-weight: bold;
}

.agenda_item p span {
  font-size: 18px;
  color: #5e5e5e;
  font-weight: normal;
}

.agenda_announce {
  display: inline-block;
  width: 100%;
  font-size: 29px;
  color: #ff930f;
  font-weight: bold;
  margin-top: 10px;
}

.agenda_content {
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}

.agenda_wrap {
  float: left;
  width: 100%;
}

.agenda_tr_space {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #d4e3f1;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 20px 32px;
  font-size: 24px;
  color: #254d69;
  /* font-weight: bold; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
}
.agenda_tr {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 20px 32px;
  gap: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  z-index: 0;
  margin-top: 5px;
}

.agenda_tr .agenda-td {
  text-align: left;
  font-size: 20px;
  color: #254d69;
  /* font-weight: bold; */
}

.agenda_tr .agenda-td:first-child {
  width: 140px;
  border-right: #254d69 1px solid;
}

.agenda_tr .agenda-td:nth-child(2) {
  width: 400px;
  padding-left: 18px;
  padding-right: 18px;
}

.agenda_tr .agenda-td span {
  color: #ff930f;
  font-weight: bold;
}

.agenda_tr .agenda-td .host_title {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #254d69;
  font-size: 20px;
  color: #254d69;
  margin-bottom: 5px;
  margin-top: 10px;
}

.agenda_tr_head {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 20px 32px;
  gap: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  margin-top: 10px;
}

.agenda_tr_head .agenda-td {
  text-align: left;
  font-size: 20px;
  color: #254d69;
  /* font-weight: bold; */
}

.agenda_tr_head .agenda-td:first-child {
  width: 140px;
}

.agenda_tr_head .agenda-td:nth-child(2) {
  width: 400px;
  padding-left: 18px;
  padding-right: 18px;
}

.form_wrap {
  display: inline-block;
  width: 800px;
  text-align: left;
}

.apply-form {
  display: block;
}

.field {
  margin: 0 0 18px;
}

.label {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}

.req {
  font-size: 12px;
  color: #ffe9dc;
}

.input {
  width: 100%;
  height: 46px;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  padding: 0 14px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}

.input:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.input.is-error {
  border: 1px solid #d93025;
}
.field-error {
  margin-top: 6px;
  font-size: 13px;
  color: #d93025;
  line-height: 1.4;
}

#formMsg {
  color: #d93025;
}

.consent {
  margin-top: 6px;
}

.consent-row {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  margin: 10px 0 10px;
  user-select: none;
}

.consent-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #ffffff;
}

.consent-text {
  font-size: 16px;
  font-weight: 700;
}

.terms {
  color: #d9d9d9;
  font-size: 14px;
  line-height: 1.75;
  margin: 8px 0 14px;
}

.terms a {
  color: #d9d9d9;
  text-decoration: underline;
  word-break: break-all;
}

.notes {
  margin: 0;
  padding-left: 18px;
  color: #d9d9d9;
  font-size: 14px;
  line-height: 1.75;
}

.notes li {
  margin: 6px 0;
  list-style-type: disc;
}

.actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.btn-submit {
  background: #f4cc4b;
  color: #1f1f1f;
  border: 0;
  border-radius: 12px;
  padding: 12px 34px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-submit:hover {
  filter: brightness(0.98);
}

.btn-submit:active {
  transform: translateY(1px);
}

.form-msg {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.6;
}
.form-msg.success {
  color: #e8ffe8;
}
.form-msg.error {
  color: #ffe1e1;
}
.form-msg.info {
  color: #f2f2f2;
}

.is-error {
  border: 2px solid #ff6b6b !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.2);
}

.arrow {
  font-size: 22px;
  line-height: 1;
  transform: translateY(1px);
}

.traffic_body {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.traffic_loc {
  display: inline-table;
  width: 100%;
  margin-bottom: 40px;
}

.map_wrap {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 0px;
  margin-bottom: 60px;
  border-radius: 16px;
  overflow: hidden;
}

.map-responsive {
  overflow: hidden;
  position: relative;
  height: 400px;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}

.traffic_item_wrap {
  float: left;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0px;
}

.traffic_item {
  display: inline-table;
  width: 100%;
  margin-bottom: 40px;
}

.traffic_item:last-child {
  margin-bottom: 0px;
}

.traffic_icon {
  display: table-cell;
  width: 48px;
  vertical-align: top;
}

.traffic_icon img {
  width: 100%;
}

.traffic_des {
  display: table-cell;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-top: 5px;
  text-align: left;
}

.traffic_title {
  font-size: 24px;
  color: #41647c;
  margin-bottom: 10px;
}
.traffic_title span {
  font-size: 16px;
  color: #8b8b8b;
  font-weight: normal;
}

.traffic_txt {
  font-size: 18px;
  font-weight: normal;
  color: #41647c;
  line-height: 32px;
}

#FOOTER {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 20px 50px 20px;
  background-color: #ffffff;
}

.unit_item {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}

.unit_item p {
  font-size: 14px;
  color: #244972;
  width: 70px;
  text-align: left;
}

.unit_item img {
  height: 30px;
}
.unit_item img.big {
  height: 40px;
}

.copyright {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #6a635e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  border-top: #969696 1px solid;
  margin-top: 10px;
}

@media screen and (max-width: 1180px) {
  .mid_content {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 960px) {
  .b_pattern_left {
    position: fixed;
    z-index: 0;
    width: 200px;
    left: 0px;
    top: 20%;
    opacity: 0.3;
  }

  .b_pattern_right {
    position: fixed;
    z-index: 0;
    width: 200px;
    right: 0px;
    top: 20%;
    opacity: 0.3;
  }

  .NAV_btn_wrap {
    display: block;
    position: fixed;
    width: 60px;
    top: 18px;
    right: 0px;
    z-index: 12;
  }

  #NAV {
    position: fixed;
    float: left;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0px;
    z-index: 14;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    text-align: center;
    background: linear-gradient(90deg, #5700af 0%, #1a044a 100%);
    padding-right: 0px;
  }

  #NAV.reveal {
    top: 0%;
  }

  nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 80px;
  }

  nav div {
    float: none;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
  }

  #logo {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    height: 30px;
  }

  .kv_slogan {
    position: relative;
    z-index: 1;
    width: 96%;
    left: 2%;
    height: auto;
    top: unset;
    left: unset;
    margin-bottom: 40%;
  }

  .album_slider li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 50%;
  }

  .agenda_address {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .agenda_item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
  }
  .agenda_item img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-right: 20px;
  }
  .agenda_item p {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }

  .agenda_item p span {
    font-size: 18px;
    font-weight: normal;
  }

  .agenda_announce {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
  }

  .host_info_item {
    display: inline-table;
    width: 90%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }

  .agenda_tr_head {
    width: 100%;
    display: none;
    flex-direction: row;
    align-items: stretch;
    padding: 20px 32px;
    gap: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    margin-top: 10px;
  }

  .agenda_tr_space {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px;
    font-size: 24px;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
  }
  .agenda_tr {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px;
    gap: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    z-index: 0;
    margin-top: 5px;
  }

  .agenda_tr .agenda-td {
    text-align: left;
    font-size: 18px;
  }

  .agenda_tr .agenda-td .host_title {
    font-size: 18px;
  }

  .agenda_tr .agenda-td:first-child {
    width: 100%;
    border-right: none;
  }

  .agenda_tr .agenda-td:nth-child(2) {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .form_wrap {
    display: inline-block;
    width: 100%;
    text-align: left;
  }

  .unit_item {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  #KV {
    position: relative;
    z-index: 3;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }

  .deep_bg {
    background-image:
      url("../images/sec_dna_pattern.png"),
      linear-gradient(100.47deg, #5208b6 0%, #5f29b6 50%, #1a044b 100%);

    background-size: contain, contain; /* 圖片用 contain，漸層用 cover */
    background-repeat: no-repeat, no-repeat;
    background-position:
      right center,
      center;
  }

  .sec {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 50px 20px 50px 20px;
  }

  .intro1 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #254d69;
    line-height: 1.4;
  }

  .intro2 .break_line {
    display: none;
  }

  .intro2 {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 1.7;
  }

  .goTop {
    position: fixed;
    z-index: 13;
    width: 30px;
    height: 30px;
    display: none;
    bottom: 200px;
    right: 15px;
  }

  .q_link {
    position: fixed;
    width: 30px;
    right: 15px;
    bottom: 100px;
    cursor: pointer;
    z-index: 4;
  }

  .host_info_item {
    display: inline-block;
    width: 90%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    padding: 20px;
  }

  .host_info_scroll {
    float: left;
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
  }
  .close_box {
    position: absolute;
    z-index: 5;
    width: 30px;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

  .host_info_item .box_head {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .host_info_item .box_head img {
    width: 100px;
  }

  .host_info_item .box_body {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    position: relative;
    z-index: 1;
  }

  .box_name {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 24px;
    color: #424242;
    position: relative;
    z-index: 1;
  }

  .box_title {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #858585;
    font-weight: normal;
    position: relative;
    z-index: 1;
    margin-top: 10px;
  }

  .sec_title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 50px;
  }

  .host_item_bg {
    position: absolute;
    width: 250px;
    right: 30px;
    top: 30px;
    z-index: 0;
  }

  .album_slider li {
    float: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0px;
    width: 250px;
  }
}
