@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;
  text-autospace: normal;
}

.bg_pattern_left {
  position: fixed;
  z-index: 0;
  left: 0px;
  bottom: 100px;
  width: 200px;
}

.bg_pattern_right {
  position: fixed;
  z-index: 0;
  right: 0px;
  top: 100px;
  width: 200px;
}

#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: 800px;
  -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;
  overflow: hidden;
}

.host_bg_left {
  position: absolute;
  z-index: 0;
  left: 0px;
  bottom: 0px;
  width: 200px;
}
.host_bg_right {
  position: absolute;
  z-index: 0;
  right: 0px;
  top: -50px;
  width: 300px;
}

.host_into_content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.host_info_cover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 200px;
}

.host_info_cover img {
  width: 100%;
}

.host_info_des {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  width: 100%;
}

.box_name {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: #424242;
  margin-top: 10px;
}

.box_title {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  line-height: 1.7;
}
.box_intro_title {
  font-size: 24px;
  color: #0d216d;
  font-weight: bold;
}

.host_info_scroll {
  float: left;
  width: 100%;
  max-height: 500px;
  text-align: left;
  overflow-y: scroll;
}

.box_intro {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  line-height: 1.7;
}

.close_box {
  position: absolute;
  z-index: 5;
  width: 20px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

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

.q_link {
  position: fixed;
  width: 56px;
  right: 20px;
  bottom: 100px;
  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;
  background-color: #1d4d76;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px;
}

#logo {
  float: left;
  height: 35px;
  margin-top: 15px;
}

#KV {
  position: relative;
  z-index: 3;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 66px;
  padding: 0px 20px;
  background-color: #ffffff;
}

.kv_slogan_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.kv_slogan {
  width: 670px;
}

.kv_logo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
  /* background: rgba(237, 239, 240, 0.6); */
  flex-grow: 0;
  padding: 10px 20px;
}

.spon_item {
  display: flex;
  /* flex-wrap: wrap;   */
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  padding: 0px;
  gap: 10px;
}

.spon_item p {
  font-size: 16px;
  color: #000;
  white-space: nowrap;
}

.spon_item .img_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
}

.spon_item img {
  height: 23px;
}

.pattern_left {
  position: absolute;
  z-index: 0;
  width: 800px;
  left: 0px;
  bottom: 0px;
}
.pattern_right {
  position: absolute;
  z-index: 0;
  width: 800px;
  right: 0px;
  top: 0px;
}
.pattern_bottom {
  position: absolute;
  z-index: 0;
  width: 320px;
  right: 0px;
  bottom: 0px;
}

.kv_wave {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 118px;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

#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 {
  float: right;
  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;
  text-align: center;
}

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;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}

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

nav div:hover {
  color: #000000;
  -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: #f5db4c;
  -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;
}

.gray_bg {
  background-color: #f4f4f4;
}
.yellow_bg {
  background-color: #ece24d;
}

.sec_left {
  position: absolute;
  left: 0px;
  bottom: 50px;
  z-index: 0;
  width: 160px;
}

.sec_right {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
  width: 140px;
}

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

.mid_content_ft {
  display: inline-block;
  width: 1300px;
  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: 24px;
  line-height: 1.7;
  color: #000000;
}

.intro_txt h2 {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sec_title {
  display: inline-block;
  width: 100%;
  height: 48px;
  position: relative;
}

.sec_title img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 240px;
}

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

.album_slider_wrap {
  float: left;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-top: 50px;
}

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

.sec1_album_slider {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.sec1_album_slider li {
  display: inline-block;
  margin: 5px;
}

.host {
  display: inline-block;
  width: 268px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.head_cover {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.head_cover img {
  float: left;
  width: 100%;
}

.host_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px 20px;
  gap: 10px;
  background-color: #1d4d76;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
}

.host_name {
  width: 100%;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.host_title {
  width: 100%;
  font-size: 14px;
  min-height: 80px;
  color: #ffffff;
}
.host_btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 136px;
  box-sizing: border-box;
  border: 2px solid #aab953;
  border-radius: 29px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding: 10px 0px;
  cursor: pointer;
}

.agenda_wrap {
  float: left;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

.agenda {
  width: 800px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.agenda_tr {
  width: 100%;
  display: inline-flex;
  gap: 20px;
}

.agenda_tr .agenda-td {
  -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 {
  min-width: 140px;
  font-size: 20px;
  color: #000000;
  /* background-color: #000; */
}

.agenda_tr .agenda-td:nth-child(2) {
  /* width: 540px; */
  width: 100%;
  font-size: 20px;
  color: #1d4d76;
  line-height: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  border-left: #000 1px solid;
  /* background-color: #ffffff; */
}

.agenda_tr .agenda-td:nth-child(2) span {
  display: inline-block;
  width: 100%;
  color: #e15100;
}

.agenda_host {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.agenda_host .host_cate {
  font-size: 20px;
  color: #e15100;
  width: 60px;
  white-space: nowrap;
}

.agenda_host .host_list {
  font-size: 20px;
  color: #e15100;
}

.agenda-sec {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: #1d4d76;
  padding: 10px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec_yellow {
  background-color: #ece24d;
}
.sec_gray {
  background-color: #e7e7e6;
}

.agenda_warning {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.agenda_warning li {
  list-style-type: disc;
  list-style-position: outside;
  font-size: 18px;
  color: #000000;
  margin-left: 20px;
}

.form_wrap {
  display: inline-block;
  width: 900px;
  text-align: center;
  margin-top: 50px;
  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: #0d216d;
  vertical-align: middle;
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
}

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

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

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

.form_item .inputwrap {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #4a5e40 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: #ffffff;
}

.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;
  position: relative;
  box-sizing: border-box;
  border: 2px solid transparent;
}

.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 {
  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: 180px;
  height: 56px;
  border: none;
  background-image: url("../images/submit.png");
  background-repeat: no-repeat;
  background-size: 180px 56px;
  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: #0d216d;
  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: #0d216d;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 10px;
}

.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_body {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.traffic_loc_wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.traffic_loc {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 10px;
}

.traffic_loc_icon {
  display: flex;
  width: 72px;
}
.traffic_loc_icon img {
  width: 100%;
}

.traffic_loc_des {
  text-align: left;
  font-size: 26px;
}

.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%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.traffic_item {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 20px;
}

.traffic_icon {
  width: 48px;
}

.traffic_icon img {
  width: 100%;
}

.traffic_des {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.traffic_title {
  font-size: 24px;
  font-weight: bold;
  color: #424242;
  margin-bottom: 10px;
}

.traffic_txt {
  font-size: 20px;
  color: #424242;
  line-height: 1.7;
}

.thumb_large {
  height: 40px !important;
}

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

.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: #0d216d;
  border-top: #595757 1px solid;
  margin-top: 20px;
}

.copyright span {
  display: inline-block;
  margin: 4px;
}

@media screen and (max-width: 1300px) {
  .kv_slogan_wrap {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    gap: 30px;
    position: relative;
    z-index: 2;
  }

  .kv_slogan {
    width: 670px;
  }

  .kv_logo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    /* background: rgba(237, 239, 240, 0.6); */
    flex-grow: 0;
    padding: 10px 20px;
  }

  .spon_item {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    align-items: self-end;
    padding: 0px;
    gap: 10px;
  }

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

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

@media screen and (max-width: 960px) {
  #KV {
    margin-top: 50px;
  }

  .kv_slogan_wrap {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    gap: 10px;
    position: relative;
    z-index: 2;
  }

  .kv_slogan {
    width: 100%;
  }

  .kv_logo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    /* background: rgba(237, 239, 240, 0.6); */
    flex-grow: 0;
    padding: 10px 20px;
  }

  .spon_item {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    align-items: self-end;
    justify-content: flex-start;
    padding: 0px;
    gap: 10px;
  }

  .spon_item p {
    font-size: 14px;
    color: #000;
    white-space: nowrap;
  }

  .spon_item img {
    height: 18px;
  }

  .pattern_left {
    position: absolute;
    z-index: 0;
    width: 400px;
    left: 0px;
    bottom: 0px;
  }
  .pattern_right {
    position: absolute;
    z-index: 0;
    width: 300px;
    right: 0px;
    top: -80px;
  }
  .pattern_bottom {
    position: absolute;
    z-index: 0;
    width: 200px;
    right: 0px;
    bottom: 0px;
  }

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

  .NAV_btn_wrap {
    display: block;
    position: fixed;
    width: 60px;
    top: 15px;
    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: left;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 20px;
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    color: #000;
  }

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

  .host_bg_left {
    position: absolute;
    z-index: 0;
    left: 0px;
    bottom: 0px;
    width: 100px;
  }
  .host_bg_right {
    position: absolute;
    z-index: 0;
    right: 0px;
    top: 0px;
    width: 140px;
  }

  .host_into_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .host_info_cover {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 100px;
  }

  .host_info_des {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 100%;
  }

  .box_name {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    color: #424242;
    margin-top: 10px;
  }

  .box_title {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    line-height: 1.7;
  }
  .box_intro_title {
    font-size: 20px;
    color: #0d216d;
    font-weight: bold;
  }

  .host_info_scroll {
    float: left;
    width: 100%;
    max-height: 300px;
    text-align: left;
    overflow-y: scroll;
  }

  .box_intro {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    line-height: 1.7;
  }

  .close_box {
    position: absolute;
    z-index: 5;
    width: 20px;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

  .sec_left {
    position: absolute;
    left: 0px;
    bottom: 50px;
    z-index: 0;
    width: 100px;
  }

  .sec_right {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
    width: 100px;
  }

  .agenda {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0px;
  }

  .agenda_tr {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    gap: 0px;
    border-bottom: #000 1px solid;
  }

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

  .agenda_tr .agenda-td:first-child {
    min-width: 100%;
    font-size: 20px;
    color: #000000;

    /* background-color: #000; */
  }

  .agenda_tr .agenda-td:nth-child(2) {
    /* width: 540px; */
    width: 100%;
    font-size: 20px;
    color: #1d4d76;
    line-height: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    border-left: none;
    /* background-color: #ffffff; */
  }

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

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

@media screen and (max-width: 480px) {
  .kv_logo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    /* background: rgba(237, 239, 240, 0.6); */
    flex-grow: 0;
    padding: 10px 0px;
  }

  .spon_item {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    align-items: self-start;
    justify-content: flex-start;
    padding: 0px;
    gap: 10px;
  }

  .spon_item p {
    font-size: 12px;
    color: #000;
    white-space: nowrap;
  }

  .spon_item img {
    height: 15px;
  }

  .thumb_large {
    height: 20px !important;
  }

  .bg_pattern_left {
    position: fixed;
    z-index: 0;
    left: 0px;
    bottom: 100px;
    width: 50px;
    display: none;
  }

  .bg_pattern_right {
    position: fixed;
    z-index: 0;
    right: 0px;
    top: 100px;
    width: 50px !important;
    display: none;
  }

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

  .intro_txt h2 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
  }

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

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

  .agenda_host {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
  }

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

  .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_loc {
    display: inline-flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin: 10px;
  }

  .traffic_loc_icon {
    display: flex;
    width: 72px;
  }

  .traffic_loc_des {
    text-align: left;
    font-size: 18px;
  }

  .traffic_item {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
}
