.banner.agenda-banner .content {
  max-width: 620px;
}

.agenda-secA {
  padding: 5rem 0;
}
.agenda-secA .agenda-nav {
  text-align: center;
  margin-bottom: 2rem;
}
.agenda-secA .agenda-nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  line-height: normal;
  font-weight: 600;
  color: var(--white);
  position: relative;
  padding: 0 8px 15px;
  cursor: pointer;
}
.agenda-secA .agenda-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: 0.5s ease;
  background: var(--cyan);
}
.agenda-secA .agenda-nav li.active {
  color: var(--cyan);
}
.agenda-secA .agenda-nav li.active::before {
  width: 100%;
}
.agenda-secA .agenda-nav li:not(:last-child) {
  margin-right: 2rem;
}
.agenda-secA .descipt {
  margin-bottom: 4rem;
}
.agenda-secA .descipt h5 {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
}
.agenda-secA .agenda-nav-content .tabs {
  transition: 0.5s ease;
}
.agenda-secA .agenda-nav-content .tabs:not(.active) {
  transition: 0.3s ease;
}
.agenda-secA .agenda-nav-content .col {
  background: var(--blue);
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 30px;
}
.agenda-secA .agenda-nav-content .col.net-break {
  background: #201572;
}
.agenda-secA .agenda-nav-content .col.break {
  background: #776AD7;
}
.agenda-secA .agenda-nav-content .col.break .title .btn {
  background: var(--white);
  border-color: var(--white);
}
.agenda-secA .agenda-nav-content .col.break .title .btn:hover {
  background: var(--white);
  border-color: var(--white);
}
.agenda-secA .agenda-nav-content .col.break .title .desciption .timeng {
  color: var(--white);
}
.agenda-secA .agenda-nav-content .col:has(article) .title {
  cursor: pointer;
}
.agenda-secA .agenda-nav-content .col:has(article) .title .ven-dtl::before {
  display: block;
}
.agenda-secA .agenda-nav-content .col:not(:last-child) {
  margin-bottom: 20px;
}
.agenda-secA .agenda-nav-content .col.active .title {
  cursor: pointer;
}
.agenda-secA .agenda-nav-content .col.active .title .ven-dtl::before {
  transform: rotate(-90deg);
}
.agenda-secA .agenda-nav-content .col .title {
  display: flex;
  flex-wrap: wrap;
}
.agenda-secA .agenda-nav-content .col .title .btn {
  flex: 0 1 auto;
  --height: 50px;
  --padding: 22px;
  border-radius: 10px;
  font-weight: 600;
}
.agenda-secA .agenda-nav-content .col .title .btn:hover {
  background: var(--cyan);
}
.agenda-secA .agenda-nav-content .col .title .desciption {
  flex: 1;
  padding-left: 30px;
  padding-right: 1rem;
  color: var(--white);
  --gap: 9px;
}
.agenda-secA .agenda-nav-content .col .title .desciption .hed {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: var(--white);
  margin-bottom: var(--gap);
}
.agenda-secA .agenda-nav-content .col .title .desciption .dsp, .agenda-secA .agenda-nav-content .col .title .desciption .timeng {
  display: block;
  line-height: 20px;
}
.agenda-secA .agenda-nav-content .col .title .desciption .dsp {
  margin-bottom: var(--gap);
}
.agenda-secA .agenda-nav-content .col .title .desciption .timeng {
  color: var(--cyan);
}
.agenda-secA .agenda-nav-content .col .title .ven-dtl {
  flex: 0 1 auto;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  margin-right: 2rem;
  padding-right: 2rem;
  position: relative;
}
.agenda-secA .agenda-nav-content .col .title .ven-dtl::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  left: 100%;
  top: 50%;
  translate: 0 -50%;
  background: url(../../icon/arrow-down-white.svg) no-repeat;
  background-position: 50% 50%;
  display: none;
  transition: 0.5s ease;
  transform-origin: center;
}
.agenda-secA .agenda-nav-content .col .title .ven-dtl .ico {
  width: 27px;
  height: 27px;
  line-height: 0;
  background: url(../../icon/location-white.svg) no-repeat;
  background-size: 100% 100%;
}
.agenda-secA .agenda-nav-content .col .title .ven-dtl .clB {
  padding-left: 10px;
}
.agenda-secA .agenda-nav-content .col .title .ven-dtl .clB p, .agenda-secA .agenda-nav-content .col .title .ven-dtl .clB span {
  display: block;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
.agenda-secA .agenda-nav-content .col .title .ven-dtl .clB p {
  font-weight: 500;
  margin-bottom: 3px;
}
.agenda-secA .agenda-nav-content .col .title .ven-dtl .clB span {
  font-size: 14px;
}
.agenda-secA .agenda-nav-content .col article .speaker-desc {
  padding-top: 30px;
  padding-left: 9rem;
}
.agenda-secA .agenda-nav-content .col article .speaker-desc .spk {
  background: #2b2c6a;
  border-radius: 10px;
  max-width: 175px;
  display: inline-block;
  vertical-align: top;
  padding: 12px;
}
.agenda-secA .agenda-nav-content .col article .speaker-desc .spk:not(:last-child) {
  margin-right: 9px;
}
.agenda-secA .agenda-nav-content .col article .speaker-desc .spk .ico {
  line-height: 0;
  margin-bottom: 0.8rem;
}
.agenda-secA .agenda-nav-content .col article .speaker-desc .spk .ico img {
  display: block;
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.agenda-secA .agenda-nav-content .col article .speaker-desc .spk p, .agenda-secA .agenda-nav-content .col article .speaker-desc .spk span {
  display: block;
  text-align: center;
  color: var(--white);
}
.agenda-secA .agenda-nav-content .col article .speaker-desc .spk p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
.agenda-secA .agenda-nav-content .col article .speaker-desc .spk span {
  font-size: 12px;
}/*# sourceMappingURL=agenda.css.map */