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

.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.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;
  inset: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 100;
  display: none;
  padding: 20px;
  box-sizing: border-box;
}

#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: flex;
  align-items: center;
  justify-content: center;
}

#host_info_box .ct {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  min-width: 0;
  min-height: 0;
}

.host_info_item {
  display: inline-flex;
  align-items: flex-start;
  width: min(940px, calc(100% - 40px));
  height: min(604px, calc(100vh - 40px));
  box-sizing: border-box;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 28px;
  padding: 106px 50px 40px;
}

.popup_decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup_decor_top {
  top: 0;
  right: 0;
  width: 30%;
  aspect-ratio: 771 / 876;
  transform: translateY(-50%);
  background-image: url("../images/section_bg_right.png");
}

.popup_decor_bottom {
  bottom: 0;
  left: 0;
  width: 30%;
  aspect-ratio: 1186 / 1516;
  transform: translateY(50%);
  background-image: url("../images/section_bg_left.png");
}

.host_info_scroll {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.close_box {
  position: absolute;
  z-index: 5;
  display: block;
  width: 32px;
  height: 32px;
  top: 20px;
  right: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.close_box img {
  display: block;
  width: 100%;
  height: 100%;
}

.host_info_item .box_head {
  flex: 0 0 200px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  text-align: left;
  position: relative;
  z-index: 1;
  background: radial-gradient(50% 50% at 50% 50%, #df8b37 0%, #c3612c 100%);
}

.host_info_item .box_head img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.host_info_item .box_body {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.box_title {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 500;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  margin-top: 8px;
}

.box_name {
  width: 100%;
  text-align: left;
  font-size: 32px;
  color: #424242;
  position: relative;
  z-index: 1;
  font-weight: 900;
  line-height: 1.4;
}

.box_label {
  width: 100%;
  text-align: left;
  font-size: 24px;
  color: #0d216d;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 26px;
}

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

/* 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: 72px;
  box-sizing: border-box;
  background-color: #10509b;
}

#HEADER.reveal {
  background-color: #10509b;
}

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

#KV {
  position: relative;
  z-index: 3;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(90deg, #95aad8 0%, #6585c2 12%, #426bb2 23%, #3561ad 28%, #4a74b8 46%, #7398ce 81%, #83a6d7 100%);
}

.kv_content {
  position: absolute;
  z-index: 2;
  top: 17.8%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(100%, 1510px);
  padding: 0 10px;
  box-sizing: border-box;
  transform: translateX(-50%);
}

.kv_slogan {
  width: 100%;
  max-width: 846px;
  height: auto;
}

.kv_partner_bar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: min(1270px, 100%);
  margin-top: 50px;
  padding: 14px 20px;
  box-sizing: border-box;
  color: #3b5270;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(90deg, rgba(237, 239, 240, 0.6) 39%, rgba(241, 243, 244, 0.438) 48%, rgba(246, 247, 247, 0.282) 57%, rgba(250, 250, 250, 0.162) 66%, rgba(252, 253, 253, 0.072) 74%, rgba(254, 254, 254, 0.018) 80%, rgba(255, 255, 255, 0) 84%);
}

.kv_partner {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  max-width: 100%;
  gap: 8px;
}

.kv_partner span {
  flex: 0 0 auto;
}

.kv_partner_logo {
  display: block;
  flex: 0 1 auto;
  max-width: calc(100% - 88px);
  height: auto;
  object-fit: contain;
}

.kv_partner_logo.logo1 {
  width: 143px;
}

.kv_partner_logo.logo2 {
  width: 145px;
}

.kv_partner_logo.logo3 {
  width: 167px;
}

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

.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: #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: #ffffff;
  font-weight: 500;
  z-index: 1;
}

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: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: 0 10px;
  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;
  padding: 100px 0;
  box-sizing: border-box;
  /* overflow: hidden; */
}

#sec1 {
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}

#sec1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 20%;
  aspect-ratio: 771 / 876;
  transform: translateY(-50%);
  background: url("../images/section_bg_right.png") center / contain no-repeat;
  pointer-events: none;
}

#sec1::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 100%;
  left: 0;
  width: 30%;
  aspect-ratio: 1186 / 1516;
  transform: translateY(-50%);
  background-image: url("../images/section_bg_left.png");
}

#sec1 .mid_content {
  width: 100%;
  max-width: 1300px;
}

@media screen and (max-width: 960px) {
  #sec1::after {
    width: 30%;
  }
}

.about_title {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.about_description {
  margin-top: 42px;
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.about_description p+p {
  margin-top: 38px;
}

.about_description_compact {
  display: none;
}

@media screen and (max-width: 1299px) {
  .about_description_desktop {
    display: none;
  }

  .about_description_compact {
    display: block;
  }
}

.about_cta {
  margin-top: 45px;
  padding: 0;
  border: 0;
  color: #000000;
  font: inherit;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  background: transparent;
  cursor: pointer;
}

.about_gift {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.about_gift_icon {
  display: block;
  width: 80px;
  height: auto;
}

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

.about_gift_label {
  color: #161616;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.about_gift_highlight {
  color: #db8735;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.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: 30px;
  color: #e08e38;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  margin-bottom: 50px;
}

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

.sec_title.dark {
  color: #e08e38;
}

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

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

.speaker_section {
  z-index: 2;
  background-color: #ffffff;
}

.speaker_section::before,
.speaker_section::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.speaker_section::before {
  top: 0%;
  left: 0;
  width: 30%;
  aspect-ratio: 1186 / 1516;
  transform: translateY(-50%);
  background-image: url("../images/section_bg_left.png");
}

.speaker_section::after {
  top: 6%;
  right: 0;
  width: 18.5%;
  aspect-ratio: 471 / 313;
  background-image: url("../images/section_bg_cercle.png");
}

.speaker_section .mid_content {
  width: 100%;
  max-width: 1274px;
  padding-top: 70px;
}

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

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

.speaker_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  width: min(100%, 885px);
  margin: 0 auto;
}

.speaker_card {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 275px;
  min-width: 0;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

.speaker_card_media {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 150px 150px 0 0;
  background: radial-gradient(50% 50% at 50% 50%, #b24624 0%, #e59539 100%);
}

.speaker_card .head_cover {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center bottom;
}

.speaker_card_body {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 178px;
  margin-top: -20px;
  padding: 10px 10px 20px;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  background: #e08e38;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.speaker_card_name {
  width: 100%;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
}

.speaker_card_title {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-word;
}

.speaker_popup_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  margin-top: auto;
  padding: 10px 20px 16px;
  border: 0;
  border-radius: 29px;
  box-sizing: border-box;
  color: #ffffff;
  font: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  background: #0a559c;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  #HEADER {
    min-height: 60px;
  }
}

.agenda_section {
  z-index: 3;
  overflow: visible;
  background: transparent;
}

.agenda_background {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: #ffffff;
  pointer-events: none;
}

.agenda_section::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.agenda_decor_left {
  position: absolute;
  z-index: -1;
  top: 80px;
  left: 0;
  width: 30%;
  aspect-ratio: 1186 / 1516;
  transform: translateY(-50%);
  background: url("../images/section_bg_left.png") center / contain no-repeat;
  pointer-events: none;
}

.agenda_section::after {
  top: 18%;
  right: 0;
  width: 20%;
  aspect-ratio: 498 / 1081;
  background-image: url("../images/section_bg_circle2.png");
}

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

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

.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: block;
  width: 100%;
  margin-top: 42px;
  padding-left: 30px;
  box-sizing: border-box;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.agenda_announce::before {
  content: "•";
  margin-right: 12px;
}

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

.agenda_wrap {
  display: flex;
  flex-direction: column;
  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: 0;
  gap: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  box-shadow: none;
  border-radius: 0;
  z-index: 0;
  margin-top: 0;
}

.agenda_tr:nth-child(odd) {
  background: #fff2ea;
}

.agenda_tr:nth-child(even) {
  background: #ffffff;
}

.agenda_tr .agenda-td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  font-size: 20px;
  color: #1d4d76;
  font-weight: 500;
  line-height: 1.35;
  box-sizing: border-box;
}

.agenda_tr .agenda-td:first-child {
  width: 150px;
  min-width: 150px;
  padding: 24px 12px;
  border-right: #141414 1px solid;
  color: #141414;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  align-items: center;
}

.agenda_tr .agenda-td:nth-child(2) {
  flex: 1;
  width: auto;
  min-width: 0px;
  padding: 24px 34px;
}

.agenda_tr .agenda-td .agenda_orange {
  display: inline;
  color: #e15100;
  font-size: 20px;
  font-weight: 500;
}

.agenda_tr .agenda-td .host_title {
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  padding: 2px 5px;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  background: #0a559c;
  margin: 0;
}

.agenda_tr .agenda-td .agenda_orange_small {
  font-size: 16px;
}

.agenda_panel_line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 10px;
}

.agenda_panel_line_top {
  margin-top: 6px;
}

.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: linear-gradient(104.82deg, #e38b6c 0%, #be4f1e 31.12%, #e26d21 67.04%, #a44524 99.6%);
}

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

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

.signup_section .sec_title::before {
  filter: brightness(0) invert(1);
}

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

.apply-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 20px;
  width: 100%;
}

.field {
  margin: 0;
}

.field_full,
.consent,
.form-msg,
.actions {
  grid-column: 1 / -1;
}

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

.req {
  font-size: 12px;
  font-weight: 400;
  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: 2px solid #7f1d00;
}

.field-error {
  margin-top: 5px;
  color: #fff3ef;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.consent > .field-error {
  margin-top: -10px;
  margin-bottom: 14px;
}

#formMsg {
  color: #ffe9dc;
}

.consent {
  margin-top: 2px;
}

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

.consent-row input[type="checkbox"] {
  position: relative;
  appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 0;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

.consent-row input[type="checkbox"]:checked {
  background: #1d4d76;
}

.consent-row input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  inset: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

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

.terms {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 18px;
}

.terms a,
.agency_link {
  color: #a3fffd;
  text-decoration: underline;
  word-break: normal;
}

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

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

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

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

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

.btn-submit {
  width: 188px;
  height: 56px;
  background: #1d4d76;
  color: #ffffff;
  border: 0;
  border-radius: 50px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 500;
  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: url("../images/icon_dropdown_arrow.png");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  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:empty {
  display: none;
}

.form-msg.success {
  color: #e8ffe8;
}

.form-msg.error {
  color: #ffe1e1;
}

.form-msg.info {
  color: #f2f2f2;
}

.consent-row input.is-error {
  box-shadow: 0 0 0 2px #7f1d00;
}

.btn-arrow {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.activity_info_section {
  overflow: hidden;
  background-color: #ffffff;
}

.activity_info_section,
.activity_info_section * {
  box-sizing: border-box;
}

.activity_info_section .mid_content {
  width: 100%;
  max-width: 1040px;
}

.activity_decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.activity_decor_left {
  top: 6%;
  left: 0;
  width: 30%;
  aspect-ratio: 1186 / 1516;
  background-image: url("../images/section_bg_left.png");
}

.activity_decor_right {
  top: 10%;
  right: 0;
  width: 20%;
  aspect-ratio: 498 / 1081;
  background-image: url("../images/section_bg_circle2.png");
}

@media screen and (max-width: 1024px) {
  .activity_decor_left {
    top: calc(20%);
  }

  .activity_decor_right {
    top: calc(20%);
  }
}

.activity_content {
  width: 100%;
  max-width: 900px;
  margin: 70px auto 0;
  min-width: 0;
  text-align: left;
}

.activity_summary {
  display: grid;
  grid-template-columns: minmax(0, 337px) minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  width: 100%;
  min-width: 0;
  margin-bottom: 28px;
}

.activity_summary_item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.activity_badge {
  display: flex;
  flex: 0 0 72px;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #d36422;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.activity_summary_text p {
  margin: 0;
  overflow-wrap: anywhere;
}

.activity_date,
.activity_location {
  color: #07192c;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.45;
}

.activity_time {
  color: #07192c;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
}

.activity_map {
  width: 100%;
  max-width: 100%;
  height: 450px;
  overflow: hidden;
}

.activity_map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.transport_list {
  width: 100%;
  min-width: 0;
  margin-top: 28px;
}

.transport_item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  min-width: 0;
}

.transport_item + .transport_item {
  margin-top: 34px;
}

.transport_icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.transport_content {
  width: 100%;
  min-width: 0;
  color: #424242;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.transport_content h3 {
  margin: 0 0 4px;
  color: #07192c;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

.transport_content p {
  margin: 0;
}

.transport_emphasis {
  color: #424242;
  font-size: 20px;
  font-weight: 700;
}

.transport_group + .transport_group {
  margin-top: 30px;
}

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

@media screen and (max-width: 760px) {
  .activity_summary {
    grid-template-columns: minmax(0, 1fr);
    align-items: flex-start;
    gap: 20px;
  }
}

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

  .activity_summary_item {
    align-items: flex-start;
    gap: 10px;
  }

  .activity_badge {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .activity_date,
  .activity_location {
    font-size: 20px;
  }

  .activity_time,
  .transport_content,
  .transport_emphasis {
    font-size: 17px;
  }

  .activity_map {
    height: 320px;
  }

  .transport_item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .transport_content h3 {
    font-size: 22px;
  }

  .transport_group + .transport_group {
    margin-top: 24px;
  }
}

#FOOTER {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 48px 20px 42px;
  background-color: #e4ecf3;
}

.footer_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer_units {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
}

.footer_unit {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.footer_unit p {
  flex: 0 0 auto;
  color: #141414;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.footer_unit img {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 32px;
  object-fit: contain;
}

.copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 34px;
  padding-top: 30px;
  border-top: #939da6 1px solid;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.6px;
  color: #0D216D;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .footer_units {
    flex-wrap: wrap;
    gap: 22px 28px;
  }
}

@media screen and (max-width: 600px) {
  #FOOTER {
    padding: 40px 20px 34px;
  }

  .footer_units {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer_unit {
    width: 100%;
    max-width: 390px;
  }

  .footer_unit p {
    flex-basis: 90px;
    font-size: 16px;
  }

  .footer_unit img {
    max-width: calc(100vw - 150px);
    max-height: 28px;
  }

  .copyright {
    margin-top: 30px;
    padding-top: 24px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1180px) {
  #logo {
    margin-left: 40px;
  }

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

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

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

  .kv_slogan {
    z-index: 1;
    width: 100%;
    max-width: 846px;
    height: auto;
    margin: 0;
  }

  .kv_content {
    top: 20%;
  }

  .kv_partner_bar {
    width: 100%;
    gap: 8px;
    padding: 14px 12px;
    font-size: 13px;
  }

  .kv_partner {
    gap: 5px;
  }

  .album_slider li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 50%;
  }

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

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

}

@media screen and (max-width: 480px) {
  .kv_img {
    display: block;
  }

  .kv_slogan {
    display: block;
    width: 100%;
    max-width: 846px;
  }

  .kv_content {
    top: 15%;
  }

  .kv_partner_bar {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    padding: 14px 16px;
    font-size: 14px;
    background: linear-gradient(90deg, rgba(237, 239, 240, 0.72) 39%, rgba(241, 243, 244, 0.55) 58%, rgba(255, 255, 255, 0.08) 100%);
  }

  .kv_partner {
    width: 100%;
  }

  #KV {
    position: relative;
    z-index: 3;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    height: 100svh;
    min-height: 680px;
    max-height: 820px;
  }

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

  .mid_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #sec1::after {
    width: 42%;
  }

  .about_title {
    font-size: 26px;
  }

  .about_description {
    margin-top: 30px;
    font-size: 18px;
  }

  .about_description p+p {
    margin-top: 24px;
  }

  .about_cta {
    margin-top: 30px;
    font-size: 26px;
  }

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

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

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

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

  .selectStyle {
    padding-right: 40px;
    background-position: right 10px center;
  }

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

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

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

  .actions {
    margin-top: 24px;
  }

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

}

@media screen and (max-width: 960px) {
  .speaker_group .sec_title {
    margin-bottom: 48px;
  }

  .host_info_item {
    display: inline-flex;
  }
}

@media screen and (max-width: 600px) {
  .apply-form {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .field_full,
  .consent,
  .form-msg,
  .actions {
    grid-column: auto;
  }

  .speaker_section {
    margin-top: -50px;
  }

  .speaker_section::before {
    top: 50px;
  }

  .speaker_section::after {
    top: 5%;
    width: 41%;
  }

  .speaker_section .mid_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .speaker_grid {
    gap: 30px;
  }

  #host_info_box .ct {
    display: flex;
    height: 100%;
    min-height: 0;
  }

  .host_info_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 100%;
    min-height: 0;
    padding: 50px 20px 28px;
    border-radius: 28px;
  }

  .close_box {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
  }

  .host_info_item .box_head {
    display: block;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
  }

  .host_info_item .box_head img {
    width: 100%;
    height: 100%;
  }

  .host_info_item .box_body {
    display: block;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    margin-top: 24px;
    padding-left: 0;
  }

  .host_info_scroll {
    display: block;
    float: none;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 100%;
    padding-right: 8px;
    box-sizing: border-box;
    overflow-y: auto;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .box_name {
    float: none;
    font-size: 32px;
    color: #424242;
    font-weight: 900;
    line-height: 1.4;
    margin-top: 0;
  }

  .box_title {
    float: none;
    margin-top: 8px;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 500;
  }

  .box_label {
    float: none;
    margin-top: 26px;
    color: #0d216d;
    font-size: 24px;
    font-weight: 700;
  }

  .box_intro {
    float: none;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
  }
}

@media screen and (max-width: 960px) {
  .agenda_section .sec_title {
    margin-bottom: 50px;
  }

  .agenda_content {
    margin-top: 0;
  }

  .agenda_tr {
    flex-direction: row;
    align-items: stretch;
    padding: 0;
    gap: 0;
    margin-top: 0;
    border-radius: 0;
  }

  .agenda_tr .agenda-td {
    font-size: 18px;
    line-height: 1.4;
  }

  .agenda_tr .agenda-td:first-child {
    width: 120px;
    min-width: 120px;
    padding: 18px 8px;
    border-right: #141414 1px solid;
    font-size: 18px;
  }

  .agenda_tr .agenda-td:nth-child(2) {
    flex: 1;
    width: auto;
    padding: 18px 20px;
  }

  .agenda_tr .agenda-td .host_title {
    font-size: 15px;
  }

  .agenda_announce {
    margin-top: 30px;
    padding-left: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .sec_title {
    gap: 8px;
    color: #e08e38;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
  }

  .sec_title::before {
    width: 30px;
    height: 31px;
  }

  .agenda_tr .agenda-td {
    font-size: 16px;
  }

  .agenda_tr .agenda-td:first-child {
    width: 96px;
    min-width: 96px;
    padding: 14px 6px;
    font-size: 16px;
  }

  .agenda_tr .agenda-td:nth-child(2) {
    padding: 14px 12px;
  }

  .agenda_tr .agenda-td .agenda_orange {
    font-size: 16px;
  }

  .agenda_tr .agenda-td .agenda_orange_small,
  .agenda_tr .agenda-td .host_title {
    font-size: 14px;
  }

  .agenda_panel_line {
    gap: 8px;
  }

  .agenda_announce {
    font-size: 16px;
  }
}
