@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-color: #ffffff;
}

body::before {
  content: ""; /* Required for pseudo-elements to render */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/w_curve.png);
  background-blend-mode: exclusion, normal;
  background-size: cover;
  opacity: 0.4;
  z-index: -1;
}

#host_info_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  display: none;
}
#host_info_box.show {
  display: table;
}
#host_info_box:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
}
#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-block;
  width: 600px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 40px 30px 40px 30px;
  text-align: center;
  background-color: #ffffff;
  position: relative;
}

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

.host_info_item .box_top {
  display: inline-flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.host_info_item .box_head {
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
  border-radius: 60px;
  overflow: hidden;
}

.box_info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.box_info .box_name {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
}

.box_info .box_company {
  font-size: 14px;
  color: #000000;
  text-align: left;
}

.box_info .box_title {
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  line-height: 1.7;
}

.host_info_item .box_intro {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: 10px;
}

/* 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: 200px;
  height: 76px;
  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/loading.png); /* path to your loading animation */
  background-size: 200px 76px;
  background-repeat: no-repeat;
  background-position: center;
  margin: -36px 0 0 -100px; /* is width and height divided by two */
}
.goTop {
  position: fixed;
  z-index: 100;
  width: 48px;
  height: 48px;
  display: none;
  bottom: 180px;
  right: 20px;
}
.goTop:hover {
  opacity: 0.8;
}
.goTop img {
  width: 100%;
}

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

.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;
  -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;
  right: 0px;
}

#WRAPER.reveal {
  position: absolute;
  right: 180px;
}

#HEADER {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
}
#HEADER::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

#KV {
  position: relative;
  z-index: 3;
  float: left;
  /* display: flex;
	justify-content: left;
	align-items: center;  */
  height: 900px;
  width: 100%;
  overflow: hidden;
}

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

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

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

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

#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;
  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;
  float: left;
  width: 100%;
}

nav {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
}

nav div {
  float: left;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px;
  position: relative;
  color: #1e6a75;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
}

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

nav div:hover {
  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;
}

nav div:hover:after {
  height: 100%;
  background-color: #175290;
  -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;
  overflow: hidden;
  padding: 100px 20px 100px 20px;
}
.sec.short_top {
  padding: 0px 20px 100px 20px !important;
}

#sec3 {
  background: radial-gradient(
    100% 75.15% at 0% 50%,
    #6194cb 0%,
    #317899 52.88%,
    #205e94 100%
  );
}

#sec3::before {
  content: ""; /* Required for pseudo-elements to render */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/w_curve.png);
  background-size: cover;
  opacity: 1;
  z-index: -1;
}

#sec5 {
  background: radial-gradient(
    100% 75.15% at 0% 50%,
    #6194cb 0%,
    #317899 52.88%,
    #205e94 100%
  );
}

#sec5::before {
  content: ""; /* Required for pseudo-elements to render */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/w_curve.png);
  background-size: cover;
  opacity: 1;
  z-index: -1;
}

.white_bg {
  background-color: #ffffff;
}

.mid_content {
  display: inline-block;
  width: 1100px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.intro_txt {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 22px;
  line-height: 1.7;
  color: #000000;
}

.sec_title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

.sec_title img {
  display: inline-block;
  width: 175px;
  margin-left: -80px;
}

.host_cate_wrap {
  float: left;
  width: 100%;
  text-align: center;
}

.host_cate {
  display: inline-block;
  width: 200px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.album_wrap {
  display: inline-block;
  width: 100%;
  position: relative;
}

.sec1_left_btn {
  float: left;
  height: 43px;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -20px;
  left: 0px;
}
.sec1_right_btn {
  float: right;
  height: 43px;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -20px;
  right: 0px;
}

.album_slider_wrap {
  position: relative;
  z-index: 1;
  width: 90%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-left: 5%;
}

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

.host {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.head_cover {
  float: left;
  width: 100%;
  position: relative;
}

.head_cover .cover {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}

.host_info {
  float: left;
  width: 100%;
  text-align: left;
  background: linear-gradient(90deg, #489ba1 0%, #1d5a93 100%);
  padding: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.host_name {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}

.host_title {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  margin-top: 5px;
}

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

.agenda {
  width: 100%;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.address_wrap {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 20px;
  gap: 10px;
}

.address {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.address .cate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  background-color: #7eb2d0;
  font-size: 20px;
  color: #ffffff;
}

.address .info {
  font-size: 24px;
  color: #ffffff;
  text-align: left;
}

.agenda_tr {
  width: 100%;
  display: inline-table;
  margin-bottom: 5px;
  background-color: #ffffff;
}

.agenda_tr .agenda-td {
  display: table-cell;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 14px 14px 14px;
  text-align: left;
  vertical-align: middle;
}

.agenda_tr .agenda-td:first-child {
  width: 180px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(90deg, #083148 0%, #3e779d 100%);
}

.agenda_tr .agenda-td:nth-child(2) {
  /* width: 540px; */
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}

.agenda_tr .agenda-td:nth-child(2) span {
  color: #2b7098;
  font-weight: bold;
}

.agenda_warning {
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #ffffff;
}

.host_item {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  margin-top: 5px;
}
.host_item .title1 {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 5px 15px;
  text-align: center;
  background-color: #4785b0;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #ffffff !important;
  margin-right: 10px;
}
.host_item .title2 {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 5px 15px;
  text-align: center;
  background-color: #3b3f32;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #ffffff !important;
  margin-right: 10px;
}
.host_item p {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #000000;
}
.host_item p span {
  line-height: 20px !important;
  color: #2b7098 !important;
  white-space: nowrap;
  font-weight: normal !important;
}

.agenda_tr .agenda-td ul {
  width: 100%;
  text-align: left;
}

.agenda_tr .agenda-td ul li {
  list-style-type: circle;
  list-style-position: outside;
  font-size: 18px;
  color: #000000;
  margin-left: 20px;
}

.agenda_tr_wrap {
  display: inline-block;
  width: 100%;
  position: relative;
}

.agenda-td-colspan2 {
  padding-right: 360px !important;
}

.agenda-td-colspan-item {
  position: absolute;
  z-index: 1;
  width: 340px;
  height: calc(100% - 10px);
  right: 0px;
  top: 0px;
  display: flex;
  justify-content: left;
  align-items: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  font-size: 18px;
  color: #000000;
}

.td_right_padding {
  padding-right: 20px !important;
}

.td_border {
  border-left: #000000 1px solid;
}

.form_wrap {
  display: inline-block;
  width: 980px;
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.form_loading {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #000;
  top: 0px;
  left: 0px;
  z-index: 3;
}

.form_loading.show {
  display: flex;
}

.form_loading::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.form_item {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.fo_50 {
  width: 50%;
}
.fo_100 {
  width: 100%;
}

.form_item .title {
  float: left;
  width: 100%;
  font-size: 18px;
  /* letter-spacing: 1px; */
  color: #000000;
  vertical-align: middle;
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
}

.form_item .title span {
  font-size: 12px;
  color: #ff2548;
  margin-left: 10px;
  font-weight: normal;
}

.form_item .input {
  float: left;
  width: 100%;
  position: relative;
  border: #222222 1px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}

.form_item .input2 {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #222222 1px solid;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background-color: #ffffff;
}

.form_item .inputwrap {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #222222 1px solid;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
}

.select_wrap {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 10px;
}

.select_wrap label {
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  color: #000000;
}

.select_wrap input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.2);
}
#select_show {
  display: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #96989c;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #96989c;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #96989c;
}

.input_select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 50px;
  position: relative;
  border: none;
  font-size: 14px;
  background: none;
}

/* .input_select{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 98%;
	height: 100%;
	left: 0%;
	border: none;
	background: none;
	color: #000;
} */

.input_select:focus {
  outline: none;
}

.input_select option {
  color: #868e62;
}

.error-message {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 12px;
}

.single_line {
  position: relative;
  width: 100%;
  height: 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background: none;
  font-size: 14px;
  color: #000;
}

.check_groupWrap {
  float: left;
  width: 100%;
  text-align: left;
}

.checkbox_item {
  float: left;
  text-align: left;
  position: relative;
  margin: 10px;
}

.checkbox_item input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.checkbox_item label {
  display: inline-block;
  color: #0c0c0c;
  font-size: 16px;
  vertical-align: middle;
}

.checkbox_label {
  text-align: left;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.checkbox_label input {
  display: inline-block;
  vertical-align: middle;
}

.form_item_btn_group {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.form_item_btn {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px 5px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #d4b24a;
  border: #d4b24a 1px solid;
}

.form_item_btn:hover,
.form_item_btn.current {
  color: #ffffff;
  background: #d4b24a;
  -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;
}

.form_item_group {
  display: none;
}
.form_item_group.show {
  display: inline-block;
}

.btn_wrap {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.btn_txt {
  display: inline-block;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.submit {
  display: inline-block;
  width: 200px;
  height: 64px;
  border: none;
  background-image: url("../images/submit.png");
  background-repeat: no-repeat;
  background-size: 200px 64px;
  background-color: transparent;
}

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

.field {
  display: inline-table;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.field-labelblock {
  display: inline-block;
  width: 100%;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.field-labelblock .field-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #000000;
  letter-spacing: 1px;
  margin-left: 10px;
}

.ckBox {
  display: inline-block;
  vertical-align: middle;
}

.field-content.full {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: none;
  text-align: left;
  font-size: 16px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 10px;
}
.field-content.full ul {
  display: inline-block;
  width: 100%;
}
.field-content.full ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

.field_note {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #ff4c4c;
}

.field_note2 {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
  background-color: rgb(169, 169, 2);
  text-align: left;
}

.traffic_wrap {
  display: inline-block;
  width: 940px;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px;
}

.traffic_title {
  float: left;
  width: 100%;
  font-size: 36px;
  color: #000000;
  text-align: left;
  margin-bottom: 10px;
}
.traffic_title span {
  font-size: 24px;
  margin-left: 5px;
}

.traffic_title .map {
  float: left;
  width: 100%;
}

:root {
  --border: #000;
  --text: #000;
  --muted: #3a3a3a;
  --gap: 16px;
}

.parking-card {
  color: var(--text);
  margin-top: 20px;
}

/* 標題列 */
.pc-title {
  font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.pc-title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.pc-inline {
  width: 100%;
}
/* 兩欄網格 */
.pc-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr; /* 左寬右窄 */
  gap: 28px;
}
@media (max-width: 900px) {
  .pc-grid {
    grid-template-columns: 1fr;
  }
}

/* 左欄 */
.pc-tag {
  display: inline-block;
  border: 2px solid var(--border);
  padding: 4px 10px;
  font-weight: 700;
  background: #fff;
}

.pc-list {
  list-style: none;
  padding: 12px 0 0 0;
  margin: 0;
}
.pc-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding-left: 2px;
  margin: 6px 0;
}
.pc-list li i {
  margin-top: 3px;
}

.pc-list--indent {
  padding-left: 24px;
}

.pc-subtitle {
  margin-top: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 注意/備註 */
.pc-note {
  margin-top: 10px;
  padding: 10px 12px;
  border: 2px dashed var(--border);
  border-radius: 8px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  background: #fff;
}

.pc-left {
  text-align: left;
}

/* 右欄卡片 */
.pc-right {
  text-align: left;
}
.pc-card {
  padding: 14px;
}
.pc-card .pc-tag {
  margin-bottom: 8px;
}
.pc-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}
.pc-card p.title {
  font-weight: 700;
  color: var(--text);
}
/* 連結按鈕 */
.pc-actions {
  display: flex;
  gap: 12px;
  padding: 14px;
  flex-wrap: wrap;
}
.pc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 2px solid var(--border);
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  background: #fff;
  transition: transform 0.06s ease;
}
.pc-btn:hover {
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .pc-left {
    text-align: left;
  }

  .pc-card {
    padding: 5px;
  }
  .pc-actions {
    padding: 0px;
  }
}
#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;
}

/* 伙伴區塊容器 */
.partners {
  padding: 24px 0;
}

/* 左側標籤 + 右側 logos（不換行）*/
.partners__row {
  display: flex;
  align-items: flex-start; /* 讓標籤貼齊第一排 logos 的頂部 */
  gap: 20px;
  flex-wrap: nowrap; /* 關鍵：外層不換行 */
}

/* 左側標籤固定為單行、可給個固定寬或不給都行 */
.partners__label {
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  /* 可選：若想排得更齊，給個寬度，方便多區塊對齊 */
  /* width: 90px; */
  padding-top: 6px; /* 微調垂直對齊 */
}

/* 右側 UL：自己在內部換行並撐滿剩餘寬度 */
.partners__logos {
  display: flex;
  flex-wrap: wrap; /* 關鍵：這裡換行 */
  align-items: center;
  gap: 20px 32px; /* row-gap 20px、column-gap 32px */
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto; /* 佔滿標籤以外的寬度 */
  min-width: 0; /* 避免被內容撐破 */
}

.partners__logos .row-break {
  flex-basis: 100%; /* 關鍵：佔滿整行，讓後面元素自動換到下一列 */
  width: 0;
  height: 0; /* 不占高度/寬度 */
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
}

/* 單一 logo 項目 */
.partners__logos li {
  flex: 0 0 auto;
  line-height: 35px;
}

/* 控制 logo 高度（可被每個 <li> 的 --h 覆寫）*/
.partners__logos img {
  height: var(--h, 30px);
  width: auto;
  object-fit: contain;
  display: block;
}

/* 手機 */
@media (max-width: 768px) {
  .partners__row {
    flex-wrap: wrap;
  } /* 手機讓外層換行，標籤會在上方 */
  .partners__label {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .partners__logos {
    justify-content: center;
    gap: 16px 20px;
  }
}

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

@media screen and (max-width: 1385px) {
  #KV {
    position: relative;
    z-index: 3;
    float: left;
    height: auto;
    width: 100%;
    overflow: hidden;
  }

  .kv_img {
    position: relative;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
  }
  .kv_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

@media screen and (max-width: 1180px) {
  .mid_content {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .sec_title img {
    display: inline-block;
    width: 150px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 960px) {
  .NAV_btn_wrap {
    display: block;
    position: fixed;
    width: 60px;
    top: 18px;
    right: 0px;
    z-index: 12;
  }

  #NAV {
    position: fixed;
    float: none;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0%;
    z-index: 13;
    -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;
    margin-right: 0px;
    background-color: #ffffff;
  }

  #NAV.reveal {
    top: 0%;
  }

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

  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;
    color: #1e6a75;
  }

  .host_info_item {
    display: inline-block;
    width: 96%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 40px 20px 40px 20px;
    text-align: center;
    background-color: #ffffff;
    position: relative;
  }
  .host_info_item .box_top {
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  .host_info_item .box_head {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    border-radius: 60px;
    overflow: hidden;
  }

  .box_info .box_name {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
  }

  .form_wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .form_item {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }

  .fo_50 {
    width: 100%;
  }
  .fo_100 {
    width: 100%;
  }

  .agenda_tr {
    display: inline-block;
    width: 100%;
  }
  .agenda_tr .agenda-td {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 14px 14px 14px;
    text-align: left;
    vertical-align: middle;
  }

  .agenda_tr .agenda-td:first-child {
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #ffffff;
    border-right: none;
    padding: 14px 14px 14px 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(90deg, #083148 0%, #3e779d 100%);
  }

  .agenda_tr .agenda-td:nth-child(2) {
    /* width: 540px; */
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
  }

  .host_item p {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #000000;
  }
  .traffic_wrap {
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 480px) {
  .intro_txt {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
  }

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

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

  .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;
    overflow: hidden;
    padding: 50px 20px 50px 20px;
  }

  .album_slider_wrap {
    position: relative;
    z-index: 1;
    width: 80%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-left: 10%;
  }

  .address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .address .cate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
    background-color: #7eb2d0;
    font-size: 18px;
    color: #ffffff;
  }

  .address .info {
    font-size: 18px;
    color: #ffffff;
    text-align: left;
  }

  .select_wrap {
    flex-direction: column;
    gap: 0px;
  }
  .select_wrap label {
    display: flex;
    white-space: normal;
    width: 100%;
    align-items: flex-start;
    gap: 3px;
    text-align: left;
  }
  .traffic_title {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #000000;
    text-align: left;
    margin-bottom: 10px;
  }
  .traffic_title span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin-left: 0px;
  }
}
