@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;
}
#sec2 {
  background: linear-gradient(
    279.19deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(168, 168, 168, 0.2) 99.13%
  );
}

#student_id_block,
#industry_block {
  display: none;
}
body {
  /*	font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
  font-family: "Noto Sans TC", sans-serif;
  background: linear-gradient(
    279.19deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(168, 168, 168, 0.2) 99.13%
  );
}

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

#host_info_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  display: none;
}
#host_info_box.show {
  display: table;
}
#host_info_box:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
}
#host_info_box .ct {
  display: table-cell;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.host_info_item {
  display: inline-block;
  width: 600px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 40px 30px 40px 30px;
  text-align: center;
  background-color: #ffffff;
  position: relative;
}

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

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

.host_info_item .box_top {
  display: inline-flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-bottom: #006579 1px solid;
  width: 100%;
}

.host_info_item .box_head {
  width: 120px;
}

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

.box_info .box_name {
  font-size: 26px;
  color: #000000;
}

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

.box_info .box_title {
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  line-height: 1.7;
  text-align: left;
}

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

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

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

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

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

#WRAPER {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  right: 0px;
}

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

#HEADER {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
}
#HEADER.reveal {
  background-color: #e0c5ad;
}

.logo {
  float: left;
  width: 172px;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

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

.kv_slogan {
  position: absolute;
  width: 800px;
  z-index: 2;
  top: 20%;
  left: 12%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

nav div: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 {
  color: #ffffff;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

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

#sec1 {
  background: linear-gradient(
    316.82deg,
    #5d4b3e 0%,
    #4f3e34 50%,
    #3c2d27 75%,
    #2e211d 100%
  );
  background-size: cover;
}

#sec3 {
  background: linear-gradient(
    316.82deg,
    #5d4b3e 0%,
    #4f3e34 50%,
    #3c2d27 75%,
    #2e211d 100%
  );
}

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

.white_bg {
  background-color: #ffffff;
}

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

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

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

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

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

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

.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-flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.host {
  display: block;
  width: 260px;
  text-align: center;
  cursor: pointer;
}

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

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

.host_more {
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 80px;
  right: 0px;
  bottom: 0px;
}

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

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

.host_title {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #2a2a2a;
}

.agenda_lan {
  display: inline-flex;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.lan_btn {
  display: flex;
  width: 250px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 0px;
  gap: 10px;
  height: 49px;
  background: linear-gradient(92.31deg, #ffd394 3.02%, #fab86b 96.98%);
  border-radius: 50px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  cursor: pointer;
  opacity: 0.4;
}

.lan_btn:hover,
.lan_btn.current {
  opacity: 1;
  -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;
}

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

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

.agenda.show {
  display: block;
}

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

.address {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.address .cate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #fab86b;
  font-size: 18px;
  color: #050505;
}

.address .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 26px;
  color: #000000;
  font-weight: bold;
}

.address .info .subStr {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #000000;
  font-weight: normal;
}
.address .info .subStr span {
  font-size: 20px;
}

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

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

.agenda_tr .agenda-td:first-child {
  width: 150px;
  font-size: 20px;
  color: #000000;
  border-right: #000000 1px solid;
}

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

.agenda_tr .agenda-td:nth-child(2) span {
  color: #e5881c;
}

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

.host_item {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  margin-top: 5px;
}
.host_item .title {
  display: inline-block;
  min-width: 98px;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 5px 15px;
  text-align: center;
  background-color: #e9a30a;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #ffffff !important;
  margin-right: 10px;
}
.host_item p {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #000000;
}
.host_item p span {
  line-height: 20px !important;
  color: #000000 !important;
  white-space: nowrap;
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

.form_item .subtitle {
  float: left;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 200;
}

.form_item .input {
  float: left;
  width: 100%;
  position: relative;
  border: #b2b2b2 1px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(241, 241, 241) 0%,
    rgb(239, 239, 238) 47%,
    rgb(232, 232, 231) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(241, 241, 241) 0%,
    rgb(239, 239, 238) 47%,
    rgb(232, 232, 231) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(241, 241, 241) 0%,
    rgb(239, 239, 238) 47%,
    rgb(232, 232, 231) 100%
  );
  padding-left: 20px;
  padding-right: 20px;
}

.form_item .input2 {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #b2b2b2 1px solid;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(241, 241, 241) 0%,
    rgb(239, 239, 238) 47%,
    rgb(232, 232, 231) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(241, 241, 241) 0%,
    rgb(239, 239, 238) 47%,
    rgb(232, 232, 231) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(241, 241, 241) 0%,
    rgb(239, 239, 238) 47%,
    rgb(232, 232, 231) 100%
  );
}

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

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

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

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

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

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

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

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

.form_item_btn:hover,
.form_item_btn.current {
  color: #ffffff;
  background: #d4b24a;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

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

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

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

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

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

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

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

.field-labelblock .field-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #ffffff;
  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: 18px;
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 10px;
}
.field-content.full ul {
  display: inline-block;
  width: 100%;
}
.field-content.full ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

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

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

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

.spanBox {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 10px;
  width: 100%;
}

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

@media screen and (max-width: 1180px) {
  .mid_content {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .kv_slogan {
    position: absolute;
    width: 600px;
    z-index: 2;
    top: 20%;
    left: 12%;
  }
}

@media screen and (max-width: 960px) {
  .logo {
    float: left;
    width: 140px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    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: 1;
    margin-top: 80px;
    margin-right: 0px;
  }

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

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

  .kv_slogan {
    position: absolute;
    width: 80%;
    z-index: 2;
    top: 20%;
    left: 10%;
  }

  .host_info_item {
    display: inline-block;
    width: 96%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 40px 20px 40px 20px;
    text-align: center;
    background-color: #ffffff;
    position: relative;
  }

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

  .agenda_lan {
    display: inline-flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .lan_btn {
    display: flex;
    width: 180px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    gap: 10px;
    height: 49px;
    background: linear-gradient(92.31deg, #ffd394 3.02%, #fab86b 96.98%);
    border-radius: 50px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
    opacity: 0.4;
  }

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

  .address .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
  }

  .address .info .subStr {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
  }
  .address .info .subStr span {
    font-size: 16px;
  }

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

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

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

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

  .agenda_tr .agenda-td:first-child {
    width: 100%;
    font-size: 20px;
    color: #000000;
    border-right: none;
    padding: 14px 14px 0px 14px;
  }

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

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

  .intro_txt {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 50px;
    -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: #ffffff;
  }

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

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

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

  .sec_title img {
    display: inline-block;
    width: 150px;
  }
  .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;
  }
  .host_info_item .box_head {
    width: 80px;
  }
}
