@charset "UTF-8";
/*color-set*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Noto+Sans+TC:wght@400;500;700&display=swap");
.gd-yel, .topic {
  background: linear-gradient(180deg, #FFDD63 0%, #FFF1C6 100%);
}

.gd-blue {
  background: linear-gradient(90deg, #08FFE7 2.93%, #00A0E9 100%);
}

.gd-lightblue, .speaker {
  background: linear-gradient(180deg, #C8EBFF 0%, #D8F1FF 100%);
}

.gd-green {
  background: linear-gradient(180deg, #00D3C7 0%, #00A0E9 100%);
}

.gd-orang {
  background: linear-gradient(180deg, #FFCF37 0%, #FF7A00 100%);
}

.gd-purple {
  background: linear-gradient(180deg, #4D9FFF 0%, #651DFF 100%);
}

/*mixin-set*/
/*@mixin bgblur($x) {
    filter: blur($x+px);
    -webkit-filter: blur($x+px);
    -moz-filter: blur($x+px);
    -ms-filter: blur($x+px);
    -o-filter: blur($x+px);
}*/
/*url*/
/*style set*/
html, body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  -webkit-overflow-scrolling: touch;
  font-size: 1rem;
}
html a, body a {
  box-sizing: border-box;
  text-decoration: none;
  display: block;
}

.hide {
  display: none !important;
}

.alcenter {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tran-n, .header .btn-line, .header .nav--links .navlinks:before, .header .nav--links .navlinks {
  transition: 0.3s;
}

.bdr-8, .header .btn-line {
  border-radius: 8px;
}

.bdr-16 {
  border-radius: 16px;
}

.bdr-24, .btn-main {
  border-radius: 24px;
}

.bdr-40pa {
  border-radius: 40%;
}

/*font*/
* {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans TC", sans-serif !important;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
}

.f-section-title, .title-ex .title-words, .title-main .title-words {
  font-size: 2.5rem;
  line-height: 3.75rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .f-section-title, .title-ex .title-words, .title-main .title-words {
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }
}

.f-30-b, .boothmap--content .booth--info--brand--name, .hero .hero--content--address {
  font-size: 1.875rem;
  line-height: 2.8125rem;
  font-weight: 500;
}

.f-24-b, .forum-list--item--title, .speach-section--speaker--subject, .speach-section--speaker--info--name, .feature--list--item--title, .topic--list--item--title {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 500;
}

.f-20-b, .book--list--item--prize .prize-sell, .book--list--item--name, .qa-list--item--info--title, .speaker--list--item--name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
}

.f-18, .section-break {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

.f-18-b, .book--list--item--writer, .qa-list--item--speaker--item--info--name, .qa-list--item--title, .forum-list--item--speaker--item--info--name, .header .nav--links .navlinks, .btn-white, .btn-span-border, .btn-border, .btn-main {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 500;
}

.f-s { /*f14*/
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

/*layout set*/
#wrap {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 72px;
  /*<1360*/
}
@media (max-width: 1099px) {
  #wrap {
    padding-top: 56px;
  }
}

.fullbox {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.w-wide {
  width: 86%;
  max-width: 1160px;
  margin: 0 auto;
}

.max-wide {
  width: calc(100vw - 192px);
  max-width: 1344px;
  margin: 0 auto;
  position: relative;
}

/*element*/
.btn-main {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg, #00A0E9 0%, #08FFE7 50%, #00A0E9 100%);
  background-size: 200% 200%;
  -webkit-animation: AnimationName 10s linear infinite;
  -moz-animation: AnimationName 10s linear infinite;
  animation: AnimationName 10s linear infinite;
}
.btn-main:hover {
  background: linear-gradient(90deg, #FF9900 0%, #FFDD63 50%, #FF9900 100%);
  background-size: 200% 200%;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 200% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -200% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 200% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -200% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 200% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -200% 50%;
  }
}
.title-main {
  width: 325px;
  height: 124px;
  position: relative;
  margin: 80px auto 40px auto;
  background: url(../images/icons/belt-title-v.png) top center no-repeat;
  background-size: 117px 75px;
}
.title-main .title-words {
  display: block;
  width: 100%;
  bottom: 0;
  text-align: center;
  position: absolute;
}

.title-ex {
  width: 224px;
  height: 100px;
  background: url(../images/icons/belt-title-h.png) top left no-repeat;
  background-size: contain;
  position: relative;
}
.title-ex .title-words {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 32px;
}

.btn-border {
  border-radius: 24px;
  padding: 8px 24px;
  border: solid 1px #00A0E9;
  color: #00A0E9;
  text-align: center;
  transition: 0.3s;
}
.btn-border:hover {
  background: #00A0E9;
  color: #fff;
}

.btn-span-border {
  border-radius: 24px;
  padding: 8px 24px;
  border: solid 1px #00A0E9;
  color: #00A0E9;
  text-align: center;
  transition: 0.3s;
}

.btn-white {
  border-radius: 24px;
  padding: 8px 24px;
  border: solid 1px #00A0E9;
  color: #00A0E9;
  text-align: center;
  transition: 0.3s;
}
.btn-white:hover {
  background: #00A0E9;
  color: #fff;
}

.btn-close {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}
.btn-close img {
  display: block;
  width: 16px;
  height: 16px;
}
.btn-close:hover {
  background: #333333;
}
.btn-close:hover img {
  filter: brightness(100);
}

.avatar-square {
  width: 110px;
  height: 110px;
  border-radius: 44px;
  overflow: hidden;
  position: relative;
}
.avatar-square img {
  display: block;
  width: 180%;
  position: absolute;
  transform: translateX(-50%);
  top: -8px;
  left: 50%;
}

.text-wh {
  color: #fff !important;
}

.objcontain {
  display: block;
  object-fit: contain;
}

.pagecta {
  position: fixed;
  right: 12px;
  bottom: 24px;
  z-index: 1200;
  transition: 1s;
}
.pagecta .btn--ticketcta {
  width: 108px;
  height: 108px;
  background: #FF9900;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
  border-radius: 80px 80px 16px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s;
}
.pagecta .btn--ticketcta .pagecta--ticket--icon {
  width: 50px;
  height: 50px;
  display: block;
}
.pagecta .btn--ticketcta .pagecta--ticket--words {
  color: #fff;
}
.pagecta .btn--ticketcta:hover {
  background: #00A0E9;
}
.pagecta .btn--gototop {
  width: 40px;
  height: 40px;
  margin: 16px auto 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.pagecta .btn--gototop .gototop--icon {
  width: 13px;
  height: 16px;
  transition: 0.3s;
}
.pagecta .btn--gototop:hover .gototop--icon {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .pagecta {
    right: 6px;
    bottom: 12px;
  }
  .pagecta .btn--ticketcta {
    width: 80px;
    height: 80px;
    border-radius: 32px;
  }
  .pagecta .btn--ticketcta .pagecta--ticket--icon {
    width: 30px;
    height: 30px;
  }
  .pagecta .btn--ticketcta .pagecta--ticket--words {
    font-size: 15px;
  }
  .pagecta .btn--gototop {
    margin-top: 8px;
  }
}
.pagecta.cta-hide {
  right: -150px;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
  position: absolute;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border: none;
  text-indent: -5000px;
  bottom: 24px;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  background: #FFFFFF url("../images/icons/icon-prev.png") center center no-repeat;
  background-size: 50%;
  right: 100px;
  z-index: 99;
}
.slick-arrow.slick-prev:hover {
  background: #333333 url("../images/icons/icon-prev-hover.png") center center no-repeat;
  background-size: 50%;
}
.slick-arrow.slick-next {
  background: #FFFFFF url("../images/icons/icon-next.png") center center no-repeat;
  background-size: 50%;
  right: 50px;
  z-index: 99;
}
.slick-arrow.slick-next:hover {
  background: #333333 url("../images/icons/icon-next-hover.png") center center no-repeat;
  background-size: 50%;
}
@media (max-width: 767px) {
  .slick-arrow.slick-prev {
    right: auto !important;
    left: 12px !important;
    transform: translateY(-50%);
    top: 44% !important;
    bottom: auto !important;
  }
  .slick-arrow.slick-next {
    left: auto !important;
    right: 12px !important;
    transform: translateY(-50%);
    top: 44% !important;
    bottom: auto !important;
  }
}

.history--list .slick-arrow {
  bottom: 182px;
}
.history--list .slick-arrow.slick-prev {
  right: auto;
  left: 16px;
}
.history--list .slick-arrow.slick-next {
  right: 16px;
}

/*header*/
.header {
  width: 100%;
  height: 72px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
  box-sizing: border-box;
  /*<1480*/
  /*<1360*/
  /*<1360*/
}
.header--container {
  width: calc(100vw - 96px);
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.header .logobox {
  width: 169px;
  height: 40px;
  display: block;
  float: left;
  margin: 16px 24px 16px 48px;
}
.header .logobox img {
  display: block;
  width: 100%;
}
.header .nav {
  float: left;
  margin-top: 6px;
}
.header .nav--links {
  display: flex;
  flex-wrap: wrap;
}
.header .nav--links .navlinks {
  display: block;
  padding: 16px 24px;
  color: #000;
  position: relative;
}
.header .nav--links .navlinks:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #FF9900;
  position: relative;
  top: 32px;
}
.header .nav--links .navlinks:hover, .header .nav--links .navlinks.current {
  color: #FF9900;
}
.header .nav--links .navlinks:hover:before, .header .nav--links .navlinks.current:before {
  width: 100%;
}
.header .btn-line {
  background: #00BA00;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 34px;
  float: right;
  margin-top: 19px;
  margin-right: 48px;
}
.header .btn-line img {
  width: 124px;
}
.header .btn-line:hover {
  background-color: #009E00;
}
.header .ham {
  display: none;
  position: absolute;
  background: none;
  width: 56px;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
}
.header .ham span {
  background: #009944;
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  transition: 0.3s;
}
.header .ham span:nth-child(1) {
  top: 22px;
  left: 18px;
}
.header .ham span:nth-child(2) {
  top: 28px;
  left: 18px;
}
.header .ham span:nth-child(3) {
  top: 34px;
  left: 18px;
}
.header.scrolldown {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1479px) {
  .header .nav--links .navlinks {
    padding: 16px 16px;
  }
}
@media (max-width: 1359px) {
  .header--container {
    width: calc(100vw - 24px);
  }
  .header .logobox {
    margin-left: 0;
  }
  .header .nav--links .navlinks {
    padding: 16px 10px;
  }
  .header .btn-line {
    margin-right: 0;
  }
}
@media (max-width: 1099px) {
  .header {
    height: 56px;
  }
  .header--container {
    width: 100%;
  }
  .header .logobox {
    width: 135px;
    height: 32px;
    margin: 12px;
  }
  .header .ham {
    display: block;
  }
  .header .nav {
    margin-top: 0;
    width: 100vw;
    background: #009944;
    min-height: calc(100vh - 56px);
    top: 56px;
    right: -100vw;
    transition: 0.3s;
    position: absolute;
  }
  .header .nav--links .navlinks {
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 12px;
    transition: 0.6s;
    opacity: 0;
  }
  .header .nav--links .navlinks:before {
    transition: 1s;
    width: 1px;
    height: 1px;
    background: #fff;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 24px;
  }
  .header .nav--links .navlinks:hover:before, .header .nav--links .navlinks.current:before {
    width: 1px !important;
  }
  .header .btn-line {
    margin-left: auto;
    margin-right: 68px;
    margin-top: 12px;
    height: 32px;
  }
  .header.expand .nav {
    right: 0;
    transition: 0.3s;
  }
  .header.expand .nav--links .navlinks {
    margin-top: 4px;
    transition: 0.6s;
    opacity: 1;
  }
  .header.expand .nav--links .navlinks:before {
    transition: 1s;
    height: 16px;
    top: 52px;
  }
  .header.expand .nav--links .navlinks:last-child:before {
    display: none;
  }
  .header.expand .ham {
    background: #009944;
  }
  .header.expand .ham span {
    transition: 0.3s;
    background: #fff;
  }
  .header.expand .ham span:nth-child(1) {
    top: 27px;
    transform: rotate(45deg);
  }
  .header.expand .ham span:nth-child(2) {
    width: 0;
  }
  .header.expand .ham span:nth-child(3) {
    top: 27px;
    transform: rotate(-45deg);
  }
}
@media (max-width: 413px) {
  .header .btn-line {
    margin: 0;
    position: absolute;
    top: 12px;
    right: 64px;
  }
}

.footer {
  background: #f1f1f1;
  box-sizing: border-box;
  padding: 32px 16px;
}
.footer .footer--links--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .footer--links--list .footer-btn.f-s {
  font-size: 16px;
  display: inline-block;
  padding: 4px 8px;
  position: relative;
  color: #666;
}
.footer .footer--links--list .footer-btn.f-s:after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background: #666;
  position: absolute;
  top: 9px;
  right: 0;
}
.footer .footer--links--list .footer-btn.f-s:hover {
  color: #666;
}
.footer .footer--links--list .footer-btn.f-s:last-child:after {
  display: none;
}
.footer .footer--links--list .footer-btn.f-s:hover {
  color: #00A0E9;
}
.footer .copyright {
  color: #666;
  margin: 8px 0;
  display: block;
  text-align: center;
  width: 100%;
}
.footer .email-btn {
  width: 100%;
  text-align: center;
  color: #666;
}
.footer .email-btn span {
  color: #FF9900;
  display: inline-block;
}
.footer .email-btn:hover span {
  color: #00A0E9;
}

/*hero*/
.hero {
  width: 100%;
  height: 50vw;
  max-height: 600px;
  position: relative;
  background: url("../images/hero-bg-dk.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  /*<1360*/
}
.hero .max-wide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hero .video {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero .video--box {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.hero .video--box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero--content {
  width: calc(50% - 48px);
  position: relative;
}
.hero .hero--content--maintitle {
  display: block;
  width: 100%;
  max-width: 630px;
  object-fit: contain;
  margin: 0 auto;
}
.hero .hero--content--address {
  text-align: center;
  width: 100%;
  margin: 24px auto;
}
.hero .hero--content--cta {
  width: 60%;
  max-width: 340px;
  height: 64px;
  margin: 0 auto;
}
@media (max-width: 1099px) {
  .hero {
    max-height: 100%;
    height: auto;
    padding: 48px 0;
  }
  .hero .max-wide {
    width: 100%;
    justify-content: center;
  }
  .hero .video {
    width: 90%;
  }
  .hero .hero--content {
    width: 90%;
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 24px 0 48px 0;
  }
  .hero .hero--content {
    margin-top: 24px;
  }
  .hero .hero--content--address {
    width: 100%;
    font-size: 24px !important;
    margin: 16px 0;
  }
  .hero .hero--content--cta {
    width: 80%;
  }
}

/*about*/
.about {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 64px auto;
  /*<1280*/
}
.about--text {
  width: calc(76vw - 224px - 60px);
  max-width: 820px;
  margin-left: 60px;
  line-height: 2rem;
  letter-spacing: 1px;
  text-align: justify;
}
@media (max-width: 1279px) {
  .about--text {
    width: 86%;
    margin: 40px auto 0 auto;
  }
}

/*topic*/
.topic {
  width: 100%;
  overflow: hidden;
  position: relative;
  /*<1280*/
}
.topic:before {
  content: "";
  display: block;
  width: 34vw;
  height: 26.6vw;
  background: url("../images/decor-a.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10vw;
  left: -5vw;
}
.topic--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding-bottom: 72px;
}
.topic--list--item {
  width: 20%;
}
.topic--list--item--icon {
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 241, 198, 0) 100%);
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.1));
  border-radius: 40%;
  position: relative;
}
.topic--list--item--icon img {
  width: 75%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.topic--list--item--icon:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.topic--list--item--title {
  text-align: center;
  padding: 24px 5%;
}
.topic--list--item--words {
  text-align: justify;
}
@media (max-width: 1279px) {
  .topic--list--item {
    width: 46%;
    margin-bottom: 8%;
  }
}
@media (max-width: 479px) {
  .topic--list--item {
    width: 100%;
    margin-bottom: 8%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .topic--list--item--icon {
    width: 34%;
    margin-right: 5%;
  }
  .topic--list--item--title {
    width: 61%;
    float: right;
    text-align: left;
    padding: 0;
  }
  .topic--list--item--words {
    width: 100%;
    float: right;
    box-sizing: border-box;
    padding: 16px 0 16px 8px;
  }
}

/*feature*/
.feature {
  /*<1280*/
}
.feature--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.feature--list--item {
  width: 46%;
  margin-bottom: 8%;
}
.feature--list--item--icon {
  width: 30%;
  position: relative;
  float: left;
}
.feature--list--item--icon img {
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.feature--list--item--icon:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.feature--list--item--title {
  width: 70%;
  box-sizing: border-box;
  text-align: left;
  padding: 24px 0 0 24px;
  float: right;
}
.feature--list--item--words {
  width: 70%;
  box-sizing: border-box;
  text-align: justify;
  padding: 16px 0 0 24px;
  float: right;
  color: #333333;
}
.feature--list--item--words span {
  font-size: 14px;
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  .feature--list--item {
    width: 46%;
    margin-bottom: 8%;
  }
  .feature--list--item--icon {
    width: 100%;
    float: none;
  }
  .feature--list--item--title {
    width: 100%;
    float: none;
    text-align: center;
    padding: 24px 0 16px 0;
  }
  .feature--list--item--words {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media (max-width: 479px) {
  .feature--list--item {
    width: 100%;
    margin-bottom: 8%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .feature--list--item--icon {
    width: 34%;
    margin-right: 5%;
  }
  .feature--list--item--title {
    width: 61%;
    float: right;
    text-align: left;
    padding: 0;
  }
  .feature--list--item--words {
    width: 100%;
    float: right;
    box-sizing: border-box;
    padding: 16px 0 16px 8px;
  }
}

/*speaker*/
.speaker {
  overflow: hidden;
  padding-bottom: 48px;
  /*<1280*/
}
.speaker--list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.speaker--list--item {
  width: 23%;
  border-radius: 20px;
  margin: 0 1% 2% 1%;
  overflow: hidden;
  position: relative;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.1));
}
.speaker--list--item--avatar {
  display: block;
  width: 100%;
  position: relative;
  transition: 0.3s;
}
.speaker--list--item--name {
  width: 82%;
  color: #000;
  position: absolute;
  z-index: 3;
  top: 55%;
  left: 9%;
}
.speaker--list--item--title {
  width: 82%;
  color: #999;
  position: absolute;
  z-index: 3;
  top: calc(55% + 30px);
  left: 9%;
}
.speaker--list--item--btn {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  right: 9%;
}
.speaker--list--item:after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 34%);
  z-index: 2;
}
.speaker--list--item:hover .speaker--list--item--avatar {
  transition: 0.3s;
  transform: scale(1.05);
  transform-origin: center;
}
.speaker--list--item:hover .speaker--list--item--btn {
  background: #00A0E9;
  color: #fff;
}
.speaker--list--item:hover.second-half .btn-border {
  background: #FF9900;
  color: #fff;
}
.speaker--list--item.second-half .btn-border {
  border: solid 1px #FF9900;
  color: #FF9900;
}
.speaker--list.w-wide {
  width: 96%;
  max-width: 1160px;
}
@media (max-width: 1279px) {
  .speaker--list--item {
    width: 30%;
    min-height: 368px;
    margin: 0 1.6% 3.2% 1.6%;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
  }
  .speaker--list--item--name {
    top: 50%;
  }
  .speaker--list--item--title {
    top: calc(50% + 30px);
  }
  .speaker--list--item:after {
    height: 70%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 40%);
  }
}
@media (max-width: 767px) {
  .speaker--list--item {
    width: 46%;
    margin: 0 2% 4% 2%;
  }
}
@media (max-width: 479px) {
  .speaker--list--item--avatar {
    transform: scale(1.5);
    transform-origin: 50% 0%;
  }
  .speaker--list--item--name {
    top: 45%;
    width: 90%;
  }
  .speaker--list--item--title {
    top: calc(45% + 30px);
  }
}

.speakerInfo {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.speakerInfo .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 99;
}
.speakerInfo--slide {
  width: 84%;
  max-width: 640px;
  height: auto;
  max-height: 340px;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.speakerInfo--list {
  width: 100%;
  max-height: 340px;
}
.speakerInfo--list--item {
  display: flex !important;
  flex-wrap: wrap;
}
.speakerInfo--list--item--avatar {
  height: 100%;
  width: 45%;
  position: relative;
}
.speakerInfo--list--item--avatar img {
  display: block;
  width: 100%;
}
.speakerInfo--list--item--avatar:before {
  content: "上午場";
  display: block;
  padding: 4px 12px;
  background: #00A0E9;
  color: #fff;
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 20px;
}
.speakerInfo--list--item--info {
  width: 50%;
  margin-left: 2.5%;
  text-align: justify;
}
.speakerInfo--list--item--info--name {
  padding-top: 48px;
}
.speakerInfo--list--item--info--title {
  color: #999;
  padding-top: 8px;
}
.speakerInfo--list--item--info--words {
  color: #999;
}
.speakerInfo--list--item.second-half .speakerInfo--list--item--avatar:before {
  content: "下午場";
  display: block;
  padding: 4px 12px;
  background: #FF9900;
  color: #fff;
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 20px;
}
.speakerInfo.hidden {
  opacity: 0;
  left: -100vw;
}
@media (max-width: 767px) {
  .speakerInfo--slide {
    height: 92vh;
    max-height: 590px;
  }
  .speakerInfo--list {
    height: 92vh;
    max-height: 590px;
  }
  .speakerInfo--list--item--avatar {
    width: 100%;
    height: 81vw;
    overflow: hidden;
  }
  .speakerInfo--list--item--info {
    width: 90%;
    margin-left: 5%;
  }
  .speakerInfo--list--item--info--name {
    padding-top: 16px;
  }
  .speakerInfo--list--item--info--words {
    margin-top: 8px;
  }
}

/*calendar*/
.calendar--content--seperate {
  width: 100;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.calendar--content--seperate:before {
  content: "";
  width: calc(50% - 90px);
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 14px;
}
.calendar--content--seperate:after {
  content: "";
  width: calc(50% - 90px);
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 14px;
}
.calendar--content--seperate.first-half {
  color: #00A0E9;
  margin-bottom: 24px;
}
.calendar--content--seperate.first-half:before {
  background: #00A0E9;
}
.calendar--content--seperate.first-half:after {
  content: "";
  background: #00A0E9;
}
.calendar--content--seperate.second-half {
  color: #FF9900;
}
.calendar--content--seperate.second-half:before {
  background: #FF9900;
}
.calendar--content--seperate.second-half:after {
  content: "";
  background: #FF9900;
}

.section-break {
  width: 100%;
  height: 30px;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
}
.section-break span {
  padding: 0 5px;
  letter-spacing: 1px;
}

.speach-section {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  background: #fff;
  margin: 16px auto;
  border: solid 1px #00A0E9;
}
.speach-section--time {
  width: 9%;
  min-width: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.speach-section--time .time-start, .speach-section--time .time-end {
  color: #fff;
  text-align: center;
}
.speach-section--time .line-v {
  display: block;
  width: 1px;
  height: 16px;
  margin: 8px 0;
  background: #fff;
}
.speach-section--speaker {
  width: 91%;
  display: flex;
  align-items: center;
}
.speach-section--speaker--avatar {
  width: 110px;
  height: 110px;
  border-radius: 44px;
  margin: 0px 48px;
  flex-shrink: 0;
}
.speach-section--speaker--avatar img {
  top: -8px;
  left: 50%;
}
.speach-section--speaker--info {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  margin: 24px 0;
}
.speach-section--speaker--info--title {
  color: #999;
}
.speach-section--speaker--info--words {
  color: #999;
}
.speach-section--speaker--info--more {
  margin: 8px 0 0 0;
}
.speach-section--speaker--subject {
  box-sizing: border-box;
  flex-shrink: 1;
  padding: 8px 24px 8px 24px;
}
.speach-section--rule {
  width: 91%;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
}
.speach-section.first-half .speach-section--time {
  background: #00A0E9;
}
.speach-section.second-half {
  border: solid 1px #FF9900;
}
.speach-section.second-half .speach-section--time {
  background: #FF9900;
}
.speach-section.second-half .speach-section--speaker--info--more {
  border: solid 1px #FF9900;
  color: #FF9900;
}
.speach-section.second-half .speach-section--speaker--info--more:hover {
  background: #FF9900;
  color: #fff;
}
.speach-section.second-half .speach-section--rule {
  color: #FF9900;
}
.speach-section.speach-section-tiny {
  min-height: 82px;
}
.speach-section.speach-section-tiny .speach-section--time .line-v {
  margin: 0;
}
@media (max-width: 1023px) {
  .speach-section--time {
    width: 60px;
    min-width: 60px;
  }
  .speach-section--speaker {
    flex-wrap: wrap;
  }
  .speach-section--speaker--avatar {
    margin: 24px;
  }
  .speach-section--speaker--info {
    width: 100%;
    box-sizing: border-box;
    padding-left: 24px;
    padding-bottom: 24px;
    margin: 0;
  }
  .speach-section--speaker--subject {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 24px 0 24px;
    order: -1;
  }
}

.forum-list {
  display: flex;
  justify-content: space-between;
  margin: 24px auto;
}
.forum-list--item {
  width: 23%;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 16px 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.forum-list--item--cate {
  text-align: center;
  color: #666;
  position: relative;
  z-index: 2;
}
.forum-list--item--title {
  text-align: center;
  padding: 8px 0;
  position: relative;
  z-index: 2;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forum-list--item--info {
  margin-bottom: 16px;
  color: #333333;
  padding: 0 16px;
  position: relative;
  z-index: 2;
  min-height: 165px;
}
.forum-list--item--speaker {
  box-sizing: border-box;
  width: calc(100% - 16px);
  padding: 24px 8px 0 8px;
  margin: 0 8px;
  min-height: 182px;
  background: linear-gradient(129.44deg, #FFFFFF 1.57%, rgba(255, 255, 255, 0) 91.8%);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
  z-index: 2;
  align-self: flex-start;
}
.forum-list--item--speaker--item {
  display: flex;
  margin-bottom: 16px;
}
.forum-list--item--speaker--item--avatar {
  width: 60px;
  height: 60px;
  border-radius: 24px;
}
.forum-list--item--speaker--item--info {
  box-sizing: border-box;
  padding-left: 8px;
}
.forum-list--item--speaker--item--info--title {
  color: #666;
  min-height: 50px;
}
.forum-list--item--speaker--item--info .btn-medium {
  width: 124px;
  height: 45px;
  border: solid 1px #FF9900;
  background: #fff;
  color: #FF9900;
}
.forum-list--item--speaker--item--info .btn-medium:hover {
  background: #FF9900;
  color: #fff;
}
.forum-list--item.cate-1 {
  background: radial-gradient(50.04% 49.76% at 50% 49.78%, #FAEE74 0%, rgba(250, 238, 122, 0.95) 9%, rgba(250, 240, 139, 0.83) 24%, rgba(251, 244, 166, 0.64) 45%, rgba(253, 248, 204, 0.37) 100%);
}
.forum-list--item.cate-2 {
  background: radial-gradient(50.04% 49.76% at 50% 49.71%, #5CD7FF 0%, rgba(94, 215, 255, 0.98) 11%, rgba(103, 217, 255, 0.93) 24%, rgba(118, 221, 255, 0.84) 37%, rgba(138, 226, 255, 0.71) 50%, rgba(164, 232, 255, 0.55) 64%, rgba(197, 240, 255, 0.36) 100%);
}
.forum-list--item.cate-3 {
  background: radial-gradient(50.04% 49.76% at 50% 49.74%, #FFA34B 0%, rgba(255, 164, 78, 0.98) 10%, rgba(255, 170, 90, 0.92) 22%, rgba(255, 180, 108, 0.81) 36%, rgba(255, 193, 134, 0.67) 51%, rgba(255, 210, 166, 0.49) 67%, rgba(255, 230, 207, 0.3) 83%);
}
.forum-list--item.cate-4 {
  background: radial-gradient(45.16% 46.82% at 49.67% 51.28%, #FF9DD0 0%, rgba(255, 158, 208, 0.99) 17%, rgba(255, 161, 210, 0.95) 30%, rgba(255, 168, 213, 0.89) 42%, rgba(255, 177, 217, 0.79) 53%, rgba(255, 188, 223, 0.68) 64%, rgba(255, 202, 230, 0.53) 74%, rgba(255, 219, 238, 0.36) 100%);
}
.forum-list--item:before {
  content: "";
  display: block;
  background: url("../images/decor-d.svg") top center no-repeat;
  background-size: contain;
  width: 110%;
  height: 60%;
  position: absolute;
  top: 0;
  left: -5%;
}
@media (max-width: 1023px) {
  .forum-list {
    flex-wrap: wrap;
  }
  .forum-list--item {
    width: calc((100% - 24px) * 0.5);
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .forum-list--item {
    width: 100%;
    margin-bottom: 24px;
  }
  .forum-list--item--info {
    min-height: auto;
  }
}

.qa-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 24px auto;
  /*<1280*/
}
.qa-list--item {
  display: flex;
  flex-direction: column;
  width: 49%;
  border-radius: 16px;
  box-sizing: border-box;
  background: #FFDDAA;
  box-sizing: border-box;
  padding: 16px;
  margin-bottom: 2%;
}
.qa-list--item--title {
  padding: 8px;
  color: #fff;
  text-align: center;
  background: #FF9900;
  border-radius: 10px;
}
.qa-list--item--info {
  padding: 0 8px 0 8px;
  margin-top: 8px;
  flex-grow: 1;
}
.qa-list--item--info--title {
  min-height: 54px;
  margin: 24px 0;
}
.qa-list--item--speaker {
  width: 100%;
  box-sizing: border-box;
  padding: 4px 8px 16px 8px;
  margin: 24px 0 0 0;
  background: linear-gradient(129.44deg, #FFFFFF 1.57%, rgba(255, 255, 255, 0) 91.8%);
  border-radius: 12px;
  position: relative;
  z-index: 2;
  align-self: flex-start;
}
.qa-list--item--speaker--item {
  display: flex;
  width: 100%;
  margin-top: 12px;
}
.qa-list--item--speaker--item--avatar {
  width: 60px;
  height: 60px;
  border-radius: 24px;
}
.qa-list--item--speaker--item--info {
  box-sizing: border-box;
  padding-left: 8px;
  flex-grow: 1;
}
.qa-list--item--speaker--item--info--title {
  color: #666;
  padding-right: 8px;
}
.qa-list--item--speaker--item .btn-medium {
  flex-shrink: 0;
  width: 124px;
  height: 45px;
  border: solid 1px #FF9900;
  background: #fff;
  color: #FF9900;
}
.qa-list--item--speaker--item .btn-medium:hover {
  background: #FF9900;
  color: #fff;
}
.qa-list--item--speaker.col-2 {
  display: flex;
  flex-wrap: wrap;
}
.qa-list--item--speaker.col-2 .qa-list--item--speaker--item {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.qa-list--item--speaker.col-2 .qa-list--item--speaker--item .btn-medium {
  margin-left: 68px;
}
@media (max-width: 1279px) {
  .qa-list--item--speaker.col-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .qa-list--item--speaker.col-2 .qa-list--item--speaker--item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .qa-list--item--speaker.col-2 .qa-list--item--speaker--item .btn-medium {
    margin-left: 68px;
  }
}
@media (max-width: 1023px) {
  .qa-list--item--speaker--item {
    display: flex;
    flex-wrap: wrap;
  }
  .qa-list--item--speaker--item--info {
    width: calc(100% - 68px);
  }
  .qa-list--item--speaker--item--info--title {
    min-height: auto;
  }
  .qa-list--item--speaker--item .btn-medium {
    margin-left: 68px;
  }
  .qa-list--item--speaker.col-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .qa-list--item--speaker.col-2 .qa-list--item--speaker--item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .qa-list--item--speaker.col-2 .qa-list--item--speaker--item .btn-medium {
    margin-left: 68px;
  }
}
@media (max-width: 767px) {
  .qa-list--item {
    width: 100%;
    margin-bottom: 16px;
  }
}

/*boothmap*/
.boothmap {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  padding: 0px 0 40px 0;
  background: linear-gradient(180deg, #19B6CA 0%, #D8F1FF 100%);
  position: relative;
}
.boothmap--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.boothmap--content .booth {
  width: 48%;
  margin-bottom: 2%;
}
.boothmap--content .booth--itm {
  width: 100%;
  border-radius: 16px;
  display: block;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.boothmap--content .booth--info {
  border-radius: 16px;
  background: linear-gradient(180deg, #00D3C7 0%, #00A0E9 100%);
  width: 86%;
  margin: -60px auto 0 auto;
  padding: 60px 24px 16px 24px;
  color: #fff;
}
.boothmap--content .booth--info--brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 16px 0;
  border-bottom: solid 1px #fff;
}
.boothmap--content .booth--info--brand--logo {
  width: 40%;
  max-width: 160px;
}
.boothmap--content .booth--info--brand--logo img {
  display: block;
  width: 100%;
}
.boothmap--content .booth--info--content {
  padding: 16px 8px;
  min-height: 113px;
}
@media (max-width: 767px) {
  .boothmap--content .booth {
    width: 100%;
    margin-bottom: 24px;
  }
  .boothmap--content .booth--info--brand--name {
    font-size: 24px !important;
  }
}

/*ticket*/
.ticket {
  display: block;
  background: #fff;
  position: relative;
}
.ticket--list {
  display: flex;
  flex-wrap: wrap;
  margin: 24px auto;
  justify-content: space-between;
}
.ticket--list--item {
  width: 23%;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 8px;
  overflow: hidden;
  position: relative;
  background: #005A76;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border: none;
}
.ticket--list--item--name {
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  position: relative;
  z-index: 2;
  text-align: left;
}
.ticket--list--item--prize {
  box-sizing: border-box;
  padding: 16px;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.ticket--list--item--prize .prize--main {
  display: block;
  font-size: 80px;
  font-weight: 500;
  height: 66px;
}
.ticket--list--item--prize .count {
  display: block;
  font-weight: 500;
  padding-bottom: 8px;
}
.ticket--list--item--prize .prize--original {
  display: block;
  font-weight: 500;
  padding-bottom: 16px;
  text-decoration: line-through;
}
.ticket--list--item--info {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.345) 0%, rgba(217, 217, 217, 0) 80.73%);
  border-radius: 16px 16px 0px 0px;
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 2;
}
.ticket--list--item--info .infowords {
  display: block;
  color: #fff;
  margin: 8px 0 0px 0;
}
.ticket--list--item--info .btn-sell {
  color: #fff;
  background: #333333;
  border: none;
}
.ticket--list--item--info .btn-sell:hover {
  color: #fff;
  background: #333333;
  border: none;
}
.ticket--list--item:hover .btn-sell {
  color: #fff;
  background: #333333;
  border: none;
}
.ticket--list--item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/decor-c.svg") top right no-repeat;
  background-size: 60%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  z-index: 0;
}
.ticket--list--item.earlybird .ticket--list--item--name {
  color: #00A0E9;
}
.ticket--list--item.earlybird .ticket--list--item--prize {
  color: #00A0E9;
}
.ticket--list--item.earlybird .ticket--list--item--info .btn-sell.btn-sellout {
  color: #fff;
  background: #333333;
  border: none;
}
.ticket--list--item.earlybird:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/decor-a.svg") bottom left no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -15%;
  left: -10%;
  top: auto;
  opacity: 0.3;
  z-index: 0;
}
.ticket--list--item.earlybird:hover .btn-sell {
  background: #333333 !important;
}
.ticket--list--item.cate-1 {
  background: linear-gradient(180deg, #00D3C7 0%, #00A0E9 100%);
}
.ticket--list--item.cate-2 {
  background: linear-gradient(180deg, #FFCF37 0%, #FF7A00 100%);
}
.ticket--list--item.cate-3 {
  background: linear-gradient(180deg, #4D9FFF 0%, #651DFF 100%);
}
@media (max-width: 1023px) {
  .ticket--list--item {
    width: 46%;
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  .ticket--list--item {
    width: 100%;
    margin-bottom: 8%;
  }
}

/*address*/
.address {
  display: block;
  background: #fff;
  position: relative;
}
.address--content--info {
  text-align: center;
}
.address--content--tool {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px auto;
}
.address--content--tool--item {
  width: 49%;
  padding: 24px;
  box-sizing: border-box;
  background: #F1F1F1;
  border-radius: 16px;
}
.address--content--tool--item--title {
  text-align: center;
  padding: 0 0 0 0;
}
.address--content--tool--item--words li {
  margin-bottom: 16px;
  color: #333333;
}
.address--content--tool--item.bymrt .address--content--tool--item--title {
  color: #00A0E9;
}
.address--content--tool--item.bybus .address--content--tool--item--title {
  color: #FF9900;
}
@media (max-width: 1023px) {
  .address--content--tool--item {
    width: 100%;
    margin-bottom: 24px;
  }
}

/*book*/
.book {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #FAFAFA 100%);
  padding-bottom: 60px;
}
.book--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.book--list--item {
  width: 22%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.book--list--item--cover {
  display: block;
  width: 100%;
  height: auto;
}
.book--list--item--name {
  margin-top: 32px;
  color: #000;
}
.book--list--item--writer {
  margin-top: 16px;
  min-height: 60px;
  color: #666;
  flex-grow: 1;
}
.book--list--item--prize {
  margin-top: 24px;
}
.book--list--item--prize .prize-original {
  color: #999;
  text-decoration: line-through;
}
.book--list--item--prize .prize-sell {
  color: #FF9900;
}
.book--list--item .btn-span-border {
  margin-top: 24px;
}
.book--list--item:hover .btn-span-border {
  background: #00A0E9;
  color: #fff;
}
@media (max-width: 1023px) {
  .book--list--item {
    width: 46%;
    margin-bottom: 8%;
  }
  .book--list--item--name {
    min-height: auto;
  }
  .book--list--item--writer {
    min-height: auto;
  }
}
@media (max-width: 479px) {
  .book--list--item {
    width: 100%;
    margin-bottom: 48px;
  }
}

/*sponsor*/
.sponsor--content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sponsor--content--title {
  margin-bottom: 16px;
  margin-top: 32px;
}
.sponsor--content .logoicon {
  margin-bottom: 16px;
}
.sponsor--content--assistance {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsor--content--rejoin {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sponsor--content--rejoin .rejoin-link {
  display: inline-block;
  padding: 4px 8px;
  position: relative;
  color: #999;
}
.sponsor--content--rejoin .rejoin-link:after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background: #999;
  position: absolute;
  top: 9px;
  right: 0;
}
.sponsor--content--rejoin .rejoin-link:hover {
  color: #666;
}
.sponsor--content--rejoin .rejoin-link:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .sponsor--content--assistance {
    flex-direction: column;
  }
}

/*history*/
.history--container {
  width: 100%;
  height: 340px;
  margin-bottom: 40px;
}
.history--container .history--scroll {
  width: 100%;
  height: 340px;
  /*<2112*/
}
.history--container .history--scroll .history--list {
  width: 100;
  height: 340px;
}
.history--container .history--scroll .history--list--item {
  flex-grow: 1;
  margin: 0 48px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  z-index: 2;
}
.history--container .history--scroll .history--list--item--year .history--year {
  transition: 0.3s;
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  text-align: center;
  color: #666;
}
.history--container .history--scroll .history--list--item--year .history--title {
  width: 100%;
  text-align: center;
  color: #333333;
  margin: 16px 0 16px 0;
}
.history--container .history--scroll .history--list--item--dot {
  transition: 0.3s;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 2px #00A0E9;
  background: #fff;
  margin: 0 auto;
}
.history--container .history--scroll .history--list--item--image {
  transition: 0.3s;
  width: 168px;
  height: 168px;
  display: block;
  border-radius: 67px;
  margin-top: 24px;
  box-sizing: border-box;
  border: solid 0px #00A0E9;
}
.history--container .history--scroll .history--list--item:hover .history--year {
  color: #00A0E9;
}
.history--container .history--scroll .history--list--item:hover .history--list--item--dot {
  background: #00A0E9;
}
.history--container .history--scroll .history--list--item:hover .history--list--item--image {
  border: solid 5px #00A0E9;
}
.history--container .history--scroll .history--list:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #00A0E9;
  position: absolute;
  bottom: 202px;
  left: 0;
}
@media (max-width: 2111px) {
  .history--container .history--scroll .history--list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .history--container {
    height: auto;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }
  .history--container .history--scroll {
    width: 100%;
    height: auto;
  }
  .history--container .history--scroll .history--list {
    display: flex;
    flex-direction: column;
    height: auto;
    position: relative;
  }
  .history--container .history--scroll .history--list--item {
    width: calc(100% - 32px);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 32px auto;
  }
  .history--container .history--scroll .history--list--item--year {
    width: 166px;
    font-size: 20px;
    padding-top: 12px;
  }
  .history--container .history--scroll .history--list--item--year .history--title {
    text-align: center;
  }
  .history--container .history--scroll .history--list--item--dot {
    order: -1;
    margin: 0 6px 0 0;
  }
  .history--container .history--scroll .history--list--item--image {
    width: 120px;
    height: 120px;
    border-radius: 48px;
    margin-top: 0;
  }
  .history--container .history--scroll .history--list:before {
    content: "";
    width: 1px;
    height: 1230px;
    background: #00A0E9;
    position: absolute;
    top: 70px;
    left: calc((100% - 360px) * 0.5 + 23px);
  }
}/*# sourceMappingURL=screen.css.map */