@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: #ffffff url("../images/body_bg.png") center top / cover no-repeat fixed;
}

.form_notice {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

.b_pattern_left {
  position: fixed;
  z-index: 0;
  width: 400px;
  left: 0px;
  top: 0px;
  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: 16px;
  color: #858585;
  font-weight: normal;
  position: relative;
  z-index: 1;
  line-height: 1.5;
}

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

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

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

/* 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;
  display: flex;
  align-items: center;
  min-height: 80px;
  box-sizing: border-box;
  background-color: #ffffff;
}

#HEADER.reveal {
  background-color: #ffffff;
}

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

#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: 50vw;
  top: 18vh;
  left: 10vw;
}

.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%;
}
.kv_img_mobile {
  display: none;
}

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

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

#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;
  margin-left: auto;
  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: #111111;
  z-index: 1;
}

nav div.nav_cta {
  margin-left: 12px;
  padding: 0px;
}

nav div.nav_cta span {
  display: inline-block;
  padding: 15px 28px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(98.21deg, #4677ff 13.68%, #ffce07 100%);
  border-radius: 40px;
}

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.nav_cta:hover span {
  color: #ffffff;
}

nav div.nav_cta::after {
  display: none;
}

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: linear-gradient(100.47deg, #5208b6 0%, #5f29b6 50%, #1a044b 100%);
}

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

.intro2 {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  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: 0px;
}

.sec_title {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 40px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 50px;
}

.sec_title::before {
  content: "";
  display: block;
  width: 52px;
  height: 60px;
  flex-shrink: 0;
  background: url("../images/section_title_icon.png") center / contain no-repeat;
}

.sec_title.dark {
  color: #41647c;
}

.intro_txt .sec_title {
  margin-bottom: 24px;
}

.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;
  margin-top: 20px;
}

.sec1_album_slider li {
  width: 22%;
}

@media screen and (max-width: 480px) {
  .sec1_album_slider {
    margin-top: 0px;
  }
}

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

.speaker_section {
  background: transparent;
}

.speaker_section .mid_content {
  width: 100%;
  max-width: 1120px;
}

.speaker_group+.speaker_group {
  margin-top: 54px;
}

.speaker_group .sec_title {
  margin-bottom: 42px;
}

.speaker_grid {
  display: grid;
  grid-template-columns: repeat(3, 250px);
  justify-content: center;
  column-gap: 30px;
  row-gap: 30px;
  width: 100%;
}

.speaker_card {
  display: block;
  width: 250px;
  min-width: 250px;
  max-width: 100%;
  position: relative;
  padding-bottom: 59px;
  box-sizing: border-box;
  cursor: pointer;
}

.speaker_grid .host {
  width: 250px;
}

.speaker_card:hover {
  opacity: 1;
}

.speaker_card_media {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 6px;
}

.speaker_card .head_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker_card_body {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 224px;
  min-height: 118px;
  padding: 14px 13px 16px;
  box-sizing: border-box;
  border-radius: 6px;
  background: linear-gradient(135deg, #cdc7e2 0%, #84a1df 100%);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.speaker_card_name,
.speaker_card_title {
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 400;
}

.speaker_card_title {
  margin-top: 8px;
  word-break: break-word;
}

@media screen and (max-width: 960px) {
  .speaker_grid {
    grid-template-columns: repeat(2, 250px);
  }

  #HEADER {
    min-height: 60px;
  }
}

@media screen and (max-width: 480px) {
  .speaker_grid {
    grid-template-columns: 250px;
  }
}

.agenda_section {
  background: #0f2a76 url("../images/section_bg_blue.png") center center / cover no-repeat;
}

.agenda_section .sec_title {
  margin-bottom: 36px;
}

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

.agenda_address_inner {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.agenda_item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  text-align: left;
  margin-bottom: 16px;
}

.agenda_item img {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  margin-right: 0px;
  flex-shrink: 0;
}

.agenda_item p {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #ffffff;
  text-align: left;
  font-weight: normal;
}

.agenda_item p span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: normal;
}

.agenda_announce {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 400;
  margin-top: 18px;
}

.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: rgba(255, 255, 255, 0.18);
  box-shadow: none;
  border-radius: 10px;
  padding: 18px 32px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 8px;
}

.agenda_tr_space.highlight {
  background: #da9700;
}

.agenda_tr {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 22px;
  gap: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  box-shadow: none;
  border-radius: 10px;
  z-index: 0;
  margin-top: 8px;
}

.agenda_tr .agenda-td {
  text-align: left;
  font-size: 20px;
  color: #254d69;
  line-height: 1.6;
}

.agenda_tr .agenda-td:first-child {
  width: 160px;
  min-width: 160px;
  border-right: rgba(37, 77, 105, 0.45) 1px solid;
}

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

.agenda_tr .agenda-td:last-child {
  flex: 1;
}

.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 rgba(37, 77, 105, 0.6);
  font-size: 18px;
  color: #254d69;
  margin-bottom: 5px;
  margin-top: 10px;
}

.agenda_tr_head {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0px 28px 14px;
  gap: 16px;
  -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: #ffffff;
  font-weight: 400;
}

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

.agenda_tr_head .agenda-td:nth-child(2) {
  width: 42%;
  min-width: 0px;
  padding-left: 24px;
  padding-right: 24px;
}

.agenda_tr_head .agenda-td:last-child {
  flex: 1;
}

.signup_section {
  background: #0f2a76 url("../images/section_bg_blue.png") center center / cover no-repeat;
}

.signup_section .mid_content {
  width: 100%;
  max-width: 900px;
}

.signup_section .sec_title {
  margin-bottom: 48px;
}

.article_section {
  background: #0f2a76 url("../images/section_bg_blue.png") center bottom / cover no-repeat;
}

.article_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

.article_link {
  display: block;
  width: 300px;
  max-width: 100%;
  background-color: #ffffff;
  color: #000000;
  overflow: hidden;
}

.article_link_media {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}

.article_link img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article_link_body {
  padding: 20px;
  text-align: left;
}

.article_link_body h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
}

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

.apply-form {
  display: block;
  width: 100%;
}

.field {
  margin: 0 0 20px;
}

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

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

.input {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0px;
  padding: 0 16px;
  font-size: 16px;
  color: #254d69;
  outline: none;
  box-sizing: border-box;
  font-family: inherit;
}

.input:focus {
  border-color: #fbd14b;
  box-shadow: 0 0 0 2px rgba(251, 209, 75, 0.24);
}

.input.is-error {
  border: 1px solid #d93025;
}

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

#formMsg {
  color: #ffe9dc;
}

.consent {
  margin-top: 22px;
}

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

.consent-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #fbd14b;
}

.consent-text {
  font-size: 18px;
  font-weight: 500;
}

.terms {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 16px;
}

.terms a {
  color: #ffffff;
  text-decoration: none;
  word-break: break-all;
}

.notes {
  margin: 0;
  padding-left: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
}

.notes li {
  margin: 0;
  list-style-type: none;
}

.notes li+li {
  margin-top: 4px;
}

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

.btn-submit {
  width: 184px;
  height: 56px;
  background: #fbd14b;
  color: #0d0d0d;
  border: 0;
  border-radius: 50px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
}

.selectStyle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 46px;
  background-color: #ffffff;
  background-image:
    linear-gradient(45deg, transparent 50%, #254d69 50%),
    linear-gradient(135deg, #254d69 50%, transparent 50%);
  background-position:
    calc(100% - 24px) calc(50% - 3px),
    calc(100% - 18px) calc(50% - 3px);
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  cursor: pointer;
}

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

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

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

.logo_row {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.unit_item img {
  display: block;
  width: auto;
  max-width: 100%;
}

.unit_item img.logo_h60 {
  height: 60px;
}

.unit_item img.logo_h50 {
  height: 50px;
}

.unit_item img.logo_h40 {
  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: 0px;
    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-color: #ffffff;
    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;
  }

  nav div.nav_cta {
    margin-left: 0px;
    padding: 12px 20px 0px;
  }

  nav div.nav_cta span {
    min-width: 160px;
  }

  #logo {
    position: relative;
    float: left;
    margin-top: 0px;
    margin-left: 20px;
    height: 35px;
  }

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

  .speaker_group+.speaker_group {
    margin-top: 42px;
  }

  .speaker_group .sec_title {
    margin-bottom: 32px;
  }

  .speaker_card {
    width: 250px;
  }

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

  .agenda_address_inner {
    max-width: 100%;
  }

  .agenda_item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    text-align: left;
    margin-bottom: 14px;
  }

  .agenda_item img {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    margin-right: 0px;
  }

  .agenda_item p {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    font-size: 20px;
    text-align: left;
    font-weight: normal;
    color: #ffffff;
  }

  .agenda_item p span {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: normal;
  }

  .agenda_announce {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 400;
    margin-top: 14px;
  }

  .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: 18px 20px;
    font-size: 20px;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 8px;
    color: #ffffff;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
    font-weight: 400;
  }

  .agenda_tr_space.highlight {
    background: #da9700;
  }

  .agenda_tr {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 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: 8px;
    border-radius: 12px;
    box-shadow: none;
  }

  .agenda_tr .agenda-td {
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
    color: #254d69;
  }

  .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_img {
    display: none;
  }

  .kv_img_mobile {
    margin-top: 60px;
    display: block;
  }

  .kv_img_mobile img {
    width: 100%;
    height: unset;
  }

  .kv_slogan {
    display: none;
  }

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

  .deep_bg {
    background: linear-gradient(100.47deg, #5208b6 0%, #5f29b6 50%, #1a044b 100%);
  }

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

  .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: 28px;
    color: #41647c;
    position: relative;
    z-index: 1;
    font-weight: normal;
    margin-top: 8px;
  }

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

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

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

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

  .sec_title::before {
    width: 42px;
    height: 48px;
  }

  .intro_txt .sec_title {
    margin-bottom: 20px;
  }

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

  .signup_section .sec_title {
    margin-bottom: 38px;
  }

  .field {
    margin: 0 0 16px;
  }

  .label {
    font-size: 16px;
    margin: 0 0 8px;
  }

  .input {
    height: 44px;
    padding: 0 12px;
    font-size: 15px;
  }

  .selectStyle {
    padding-right: 40px;
    background-position:
      calc(100% - 20px) calc(50% - 3px),
      calc(100% - 14px) calc(50% - 3px);
  }

  .consent {
    margin-top: 18px;
  }

  .consent-row {
    gap: 10px;
    margin: 0 0 12px;
  }

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

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

  .terms,
  .notes {
    font-size: 13px;
    line-height: 1.65;
  }

  .notes li+li {
    margin-top: 6px;
  }

  .actions {
    margin-top: 24px;
  }

  .btn-submit {
    width: 170px;
    height: 52px;
  }

  .btn-arrow {
    font-size: 20px;
  }
}