@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 {
  background-color: #b3d9fc;
  /*	font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
  font-family: "Noto Sans TC", serif;
}

/* 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: 10;
  width: 40px;
  height: 40px;
  display: none;
  bottom: 260px;
  right: 24px;
}
.goTop:hover {
  opacity: 0.8;
}
.goTop img {
  width: 100%;
}

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

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

.bg_pattern {
  position: fixed;
  bottom: -100px;
  left: 0px;
  z-index: -1;
  width: 100%;
  opacity: 0.2;
}

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

#KV {
  position: relative;
  z-index: 3;
  float: left;
  width: 100%;
  height: 950px;
  overflow: hidden;
  margin-top: 66px;
  background-color: #fbf9eb;
}

#KV .slogan_wrap {
  position: absolute;
  z-index: 2;
  right: 0%;
  top: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.kv_slogan {
  width: 1000px;
  margin-right: 50px;
  z-index: 2;
}
.kv_agent {
  width: 830px;
  z-index: 2;
  margin-top: 40px;
}

.kv_pattern {
  width: 800px;
  z-index: 0;
  position: absolute;
  left: 100px;
  top: 100px;
}

.kv_img {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  width: 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: #2870b2;
}

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

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

#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;
  margin-right: 20px;
}

.h_logo1 {
  float: left;
  width: 80px;
  margin-left: 40px;
  margin-top: 14px;
  position: relative;
  z-index: 0;
}

nav {
  float: left;
  position: relative;
  z-index: 1;
  margin-left: 44px;
}

nav div,
nav a {
  float: left;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}

nav div span,
nav a span {
  position: relative;
  font-size: 18px;
  color: #2870b2;
  z-index: 1;
}

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

nav div:hover span,
nav a:hover span {
  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,
nav a:hover:after {
  height: 100%;
  background-color: #012842;
  -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;
}

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

.speaker_bg:after {
  content: "";
  width: 98%;
  height: 100%;
  left: 2%;
  top: 0px;
  position: absolute;
  border-radius: 100px 0px 0px 0px;
  z-index: 0;
  background-color: #ffffff;
  background-image: url("../images/w_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fourm_bg {
  background-color: #fbf9eb;
}

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

.intro_txt {
  display: inline-block;
  vertical-align: top;
  width: 1087px;
  margin-top: 30px;
  font-size: 24px;
  color: #444440;
  line-height: 1.7;
  text-align: center;
}

.sec_title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 40px;
  color: #2870b2;
  font-weight: bold;
  text-align: center;
}

.sec_title.blue {
  color: #012842;
}
.sec_title.white {
  color: #ffffff;
}

.sec_subtitle {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 10px;
}

.agenda_info {
  margin-top: 50px;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  background: #fbf9eb;
  border-radius: 47px 0px 36px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.agenda_info_item {
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.agenda_info_item .agenda_info_icon {
  width: 64px;
}

.agenda_info_item .title_txt {
  font-size: 24px;
  color: #2871b2;
  font-weight: bold;
}

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

.agenda_content {
  display: inline-block;
  width: 1100px;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-radius: 48px 0px 48px 0px;
  overflow: hidden;
  background: #1b5071;
}

.agenda_title {
  display: table-cell;
  vertical-align: top;
  width: 130px;
}
.agenda_txt {
  width: 440px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  display: table-cell;
  vertical-align: top;
}
.agenda_host {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  display: table-cell;
  vertical-align: top;
}

.agenda_head {
  float: left;
  width: 100%;
  background: linear-gradient(90deg, #1b5071 0%, #011725 100%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 80px;
}

.agenda_head .agenda_title {
  font-size: 24px;
  color: #ffffff;
}

.agenda_head .agenda_txt {
  font-size: 24px;
  color: #ffffff;
  border-left: #ffffff 1px solid;
}
.agenda_head .agenda_host {
  font-size: 24px;
  color: #ffffff;
  border-left: #ffffff 1px solid;
}

.agenda_body {
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 60px;
  background-color: #fbf9eb;
}

.agenda_body_item {
  display: inline-table;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0px;
  margin-bottom: 10px;
}

.agenda_body_item .agenda_title {
  font-size: 20px;
  color: #011c2e;
}

.agenda_body_item .agenda_txt {
  font-size: 20px;
  font-weight: bold;
  color: #011c2e;
  padding-left: 30px;
  border-left: #011c2e 1px solid;
}

.agenda_body_item .agenda_txt span {
  color: #e89800;
}

.agenda_body_item .agenda_host {
  font-size: 20px;
  color: #011c2e;
  padding-left: 30px;
  border-left: #011c2e 1px solid;
}

.agenda_body_item .agenda_host span {
  color: #e89800;
  font-weight: bold;
}

.agenda_gate {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: linear-gradient(90deg, #119bb4 0%, #bea41d 100%);
  border-radius: 16px 0px 16px 0px;
}

.speaker_wrap {
  display: inline-block;
  width: 1200px;
  position: relative;
  margin-top: 50px;
}

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

.s_left_arrow {
  float: left;
  height: 43px;
  cursor: pointer;
}
.s_right_arrow {
  float: right;
  height: 43px;
  cursor: pointer;
}

.speaker_slider_wrap {
  float: left;
  width: 94%;
  margin-left: 3%;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

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

.speaker_item {
  display: inline-block;
  width: 268px;
  cursor: pointer;
  border-radius: 40px 0px 40px 0px;
  overflow: hidden;
  background-color: #ffffff;
}

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

.speaker_item .speaker_des {
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  background: linear-gradient(
    99.53deg,
    #0698bb 1.64%,
    #73ba74 51.58%,
    #cca00d 98.71%
  );
}

.speaker_item .title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

.speaker_item .name {
  display: inline-block;
  margin-top: 5px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.speaker_info_box {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 12;
  left: 0px;
  top: 0px;
}

.speaker_info_box.show {
  display: table;
}

.speaker_info_box .ct {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.speaker_info {
  display: inline-block;
  position: relative;
  width: 900px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 150px;
  background-color: #ffffff;
  box-shadow: 105px 129px 67px rgba(211, 162, 98, 0.01),
    59px 73px 56px rgba(211, 162, 98, 0.05),
    26px 32px 42px rgba(211, 162, 98, 0.09),
    7px 8px 23px rgba(211, 162, 98, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.speaker_info:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-image: url("../images/w_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.speaker_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  z-index: 3;
}

.speaker_mid {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}

.speaker_head {
  float: left;
  width: 100%;
  text-align: left;
  border-bottom: #6c6c6c 1px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.speaker_head .cover {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 32px rgba(255, 255, 255, 0.5);
}

.speaker_head .intro {
  float: left;
  margin-left: 30px;
  margin-top: 20px;
}

.speaker_head .intro .title {
  font-size: 14px;
  color: #6c6c6c;
}
.speaker_head .intro .name {
  font-size: 24px;
  color: #175ba3;
  font-weight: bold;
}

.speaker_resume {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #6c6c6c;
  line-height: 1.4;
}
.speaker_resume span {
  color: #175ba3;
}

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

.form_column {
  float: left;
  width: 100%;
  display: flex;
  gap: 20px;
}

.form_item {
  /* float: left; */
  /* -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px; */
  width: 100%;
}

.form_item.two_c {
  width: 50%;
}

.form_item .title {
  float: left;
  width: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #011c2e;
  vertical-align: middle;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}

.form_item .title:after {
  position: absolute;
  content: "*";
  left: 0px;
  font-size: 16px;
  top: 0px;
  color: #bf5c1d;
  z-index: 1;
}

.form_item .input {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0px;
  position: relative;
  border: #969696 1px solid;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.form_item .input2 {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0px;
  position: relative;
  border-radius: 8px;
  margin-bottom: 15px;
}

::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: 48px;
  position: relative;
  border: #969696 1px solid;
  background-color: #ffffff;
  font-size: 16px;
  /* color: #ffffff;*/
  background-image: url(../images/arrow_down.png);
  background-size: 14px 12px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.input_select select {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 98%;
  height: 100%;
  left: 0%;
  border: none;
  font-size: 16px;
  background: none;
  color: #6c6c6c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}

.input_select select:focus {
  outline: none;
}

.input_select select option {
  color: #333333;
}

.single_line {
  float: left;
  width: 100%;
  height: 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background: none;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  color: #6c6c6c;
}

.check_groupWrap {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

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

.check_group label {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  vertical-align: middle;
  color: #333333;
  letter-spacing: 1px;
  margin-top: 20px;
}

.checkbox_item {
  float: left;
  min-height: 90px;
  text-align: left;
  width: 25%;
  margin-top: 10px;
  position: relative;
}

.checkbox_item label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  color: #344e6f;
  word-break: break-all;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 35px;
}
.checkbox_item label a {
  display: block;
  font-size: 14px;
  color: #fcffe6;
  text-decoration: underline;
}

.checkbox_item input {
  position: absolute;
  top: 10px;
  left: -25px;
}

.checkbox_label {
  float: left;
  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: 250px;
  border: none;
  background: none;
  cursor: pointer;
}

.submit img {
  width: 100%;
}

.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: 18px;
  color: #6c6c6c;
  letter-spacing: 1px;
  margin-left: 10px;
}

.ckBox {
  display: inline-block;
  vertical-align: middle;
  background-color: #fcffe6;
  width: 20px;
  height: 20px;
}
input[type="checkbox"] {
  accent-color: #fcffe6;
  user-select: none; /* 防止文字被滑鼠選取反白 */
}

.field-content.full {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: none;
  text-align: left;
  font-size: 14px;
  color: #6a635e;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 10px;
}

/* footer */

.container {
  background-color: #fbf9eb;
  width: 100%;
  display: flex;
  justify-content: center;
}

.box {
  width: 100%;
  max-width: 1440px;
  padding: 80px 10px;
}
#footer .box {
  max-width: 1200px;
}

#footer .logos {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.logoBoxs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}

#footer .logoBox {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

#footer .logoBox .footer_main {
  height: 48px;
}

#footer .logoBox .footer_title {
  color: #6a635e;
  font-size: 14px;
}

#footer .logoBox2 {
  gap: 32px;
}

#footer .logoBox2 img {
  height: 24px;
}

#footer .logoBox3 {
  gap: 32px;
}

#footer .logoBox3 img {
  height: 40px;
}

#footer .lineBox {
  width: 100%;
  border-bottom: 1px solid #969696;
  margin: 32px 0;
}

#footer .remark {
  color: #6a635e;
  font-size: 12px;
}

@media (max-width: 480px) {
  #footer .logoBox .footer_title {
    display: inline-block;
    width: 100%;
    color: #40220f;
    font-size: 14px;
  }

  #footer .logoBox3 {
    gap: 20px;
  }

  #footer .logoBox3 img {
    height: 40px;
  }

  #footer .logoBox2 {
    gap: 20px;
  }

  #footer .logoBox2 img {
    height: 24px;
  }
  #footer .logoBox .footer_title {
    text-align: left;
    color: #6a635e;
    font-size: 14px;
  }
}

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

  .intro_txt {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    color: #444440;
    line-height: 1.7;
    text-align: center;
  }

  .speaker_wrap {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 50px;
  }
  .speaker_info {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 450px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    background: #ffffff;
    box-shadow: 105px 129px 67px rgba(211, 162, 98, 0.01),
      59px 73px 56px rgba(211, 162, 98, 0.05),
      26px 32px 42px rgba(211, 162, 98, 0.09),
      7px 8px 23px rgba(211, 162, 98, 0.1);
    border-radius: 8px;
    overflow-y: scroll;
  }
  .speaker_head .cover {
    float: none;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 32px rgba(255, 255, 255, 0.5);
  }

  .speaker_head .intro {
    float: none;
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }

  .agenda_info_item .agenda_info_icon {
    width: 40px;
  }

  .agenda_info_item .title_txt {
    font-size: 20px;
    color: #2871b2;
    font-weight: bold;
  }

  .agenda_content {
    display: inline-block;
    width: 100%;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-radius: 48px 0px 48px 0px;
    overflow: hidden;
    background: #1b5071;
  }

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

@media screen and (max-width: 1050px) {
  .kv_slogan {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    z-index: 2;
  }
  .kv_agent {
    width: 90%;
    z-index: 2;
    margin-top: 40px;
  }

  .kv_pattern {
    width: 80%;
    z-index: 0;
    position: absolute;
    left: 10%;
    top: 100px;
  }

  .kv_img {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: 1000px;
  }
}

@media screen and (max-width: 960px) {
  .h_logo1 {
    float: left;
    width: 60px;
    margin-left: 0px;
    margin-top: 0px;
    position: fixed;
    top: 14px;
    left: 20px;
    z-index: 1;
  }

  .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: 11;
    width: 100%;
    margin-top: 80px;
    margin-left: 0px;
  }

  nav div,
  nav a {
    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;
  }

  .agenda_info {
    margin-top: 50px;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    background: #fbf9eb;
    border-radius: 47px 0px 36px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .agenda_info_item {
    display: flex;
    flex-direction: row;
    text-align: left;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .agenda_info_item .agenda_info_icon {
    width: 30px;
  }

  .agenda_info_item .title_txt {
    font-size: 18px;
    color: #2871b2;
    font-weight: bold;
  }

  .agenda_content {
    display: inline-block;
    width: 100%;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-radius: 20px 0px 20px 0px;
    overflow: hidden;
    background: #1b5071;
  }

  .agenda_title {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .agenda_txt {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    display: inline-block;
    vertical-align: top;
  }
  .agenda_host {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .agenda_head {
    float: left;
    width: 100%;
    background: linear-gradient(90deg, #1b5071 0%, #011725 100%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 80px;
    display: none;
  }

  .agenda_head .agenda_title {
    font-size: 18px;
    color: #ffffff;
  }

  .agenda_head .agenda_txt {
    font-size: 18px;
    color: #ffffff;
    border-left: #ffffff 1px solid;
  }
  .agenda_head .agenda_host {
    font-size: 18px;
    color: #ffffff;
    border-left: #ffffff 1px solid;
  }

  .agenda_body {
    display: inline-block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
    background-color: #fbf9eb;
  }

  .agenda_body_item {
    display: inline-table;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0px;
    margin-bottom: 10px;
  }

  .agenda_body_item .agenda_title {
    font-size: 16px;
    color: #011c2e;
  }

  .agenda_body_item .agenda_txt {
    font-size: 16px;
    font-weight: bold;
    color: #011c2e;
    padding-left: 0px;
    border-left: none;
    border-top: #011c2e 1px solid;
  }

  .agenda_body_item .agenda_host {
    font-size: 16px;
    color: #011c2e;
    padding-left: 0px;
    border-left: none;
  }

  .agenda_gate {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: linear-gradient(90deg, #119bb4 0%, #bea41d 100%);
    border-radius: 16px 0px 16px 0px;
  }
}

@media screen and (max-width: 480px) {
  #KV {
    position: relative;
    z-index: 3;
    float: left;
    width: 100%;
    height: 680px;
    overflow: hidden;
    margin-top: 0px;
    background-color: #fbf9eb;
  }

  #KV .slogan_wrap {
    position: absolute;
    z-index: 2;
    right: 0%;
    top: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .kv_slogan {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
    z-index: 2;
  }
  .kv_agent {
    width: 100%;
    z-index: 2;
    margin-top: 40px;
  }

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

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

  .bg_pattern {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    width: auto;
    height: 40%;
    opacity: 0.2;
  }

  .intro_txt {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    color: #444440;
    line-height: 1.7;
    text-align: left;
  }
  .logoBoxs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
  }

  .spanBox {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 10px;
    border-left: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
  }

  .spanBox:first-child {
    border-left: none;
    padding-left: 0px;
  }

  .spanBox img {
    height: 40px;
  }

  .form_column {
    float: left;
    width: 100%;
    display: flex;
    gap: 0px;
    flex-direction: column;
  }

  .form_item.two_c {
    width: 100%;
  }

  .form_item .title {
    float: left;
    width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #011c2e;
    vertical-align: middle;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
  }
}
