@import "normalize.css";
body,
html {
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: justify;
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: 8px;
  }
}
@media (max-width: 1000px) {
  body,
  html {
    font-size: 12px;
  }
  body.noscroll,
  html.noscroll {
    height: 100%;
    overflow: hidden;
  }
}
@media (max-width: 540px) {
  body,
  html {
    font-size: 10px;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
input,
textarea,
select {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  margin: 0;
  font-family: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
}
input:focus,
textarea:focus,
select:focus {
  -webkit-appearance: none;
}
input[type="button"] {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  margin: 0;
  font-family: inherit;
}
*:focus {
  outline: 0;
}
.hide-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: 110%;
}
.hide-title {
  display: block;
  margin: 0;
  white-space: nowrap;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  text-indent: 2px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 90px;
  z-index: 999;
}
@media (max-width: 1000px) {
  .header {
    height: 60px;
  }
}
.header .inner {
  height: 100%;
}
.nav {
  display: block;
  height: 100%;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 100%;
  margin: 0;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  .nav__list {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: black;
    z-index: 990;
    height: auto;
    max-height: 0;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
    overflow: hidden;
  }
  .nav__list.open {
    max-height: 100vh;
  }
}
.nav__item {
  font-size: 2.33333333rem;
  text-align: center;
}
.nav__item + .nav__item {
  margin-left: 2.5%;
}
.nav__item--signup + .nav__item,
.nav__item--social + .nav__item {
  margin-left: 2%;
}
@media (max-width: 1680px) {
  .nav__item + .nav__item {
    margin-left: 1.5%;
  }
  .nav__item--signup + .nav__item,
  .nav__item--social + .nav__item {
    margin-left: 1%;
  }
}
@media (max-width: 1440px) {
  .nav__item + .nav__item {
    margin-left: 1.5%;
  }
  .nav__item--signup + .nav__item,
  .nav__item--social + .nav__item {
    margin-left: 1%;
  }
}
@media (max-width: 1000px) {
  .nav__item {
    text-align: center;
    margin-bottom: 15px;
  }
  .nav__item + .nav__item {
    margin-left: 0;
  }
  .nav__item--signup + .nav__item,
  .nav__item--social + .nav__item {
    margin-left: 0;
  }
  .nav__item--signup + .nav__item {
    margin-top: 18px;
  }
  .nav__item:nth-child(7) {
    margin-bottom: 30px;
  }
  .nav__item--social {
    display: none;
  }
}
.nav__link {
  white-space: nowrap;
  line-height: 1.42857143em;
  color: white;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 1000px) {
  .nav__link {
    font-size: 20px;
    width: 6.5em;
    margin: auto;
  }
  .nav__link--social {
    width: 1em;
  }
}
.nav__link--signup {
  display: block;
  background-color: white;
  color: black;
  position: relative;
  padding: 5px 0.5em;
}
.nav__link--signup:before {
  content: "";
  display: block;
  border-top: 13px solid black;
  border-left: 22px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.nav__link--signup .btn-text {
  display: block;
}
.nav__link--signup .btn-text:after {
  content: "";
  display: inline-block;
  margin-left: 0.2em;
  border-left: 0.7em solid black;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
}
.nav__link--social {
  display: block;
  font-size: 4.16666667rem;
  height: 1em;
  line-height: 1em;
}
@media (max-width: 1000px) {
  .nav__link--social {
    font-size: 30px;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
  }
}
.nav__mobile {
  display: none;
  position: relative;
}
@media (max-width: 1000px) {
  .nav__mobile {
    display: block;
  }
}
@media (max-width: 1000px) {
  .nav__toggle {
    display: block;
    position: absolute;
    z-index: 999;
    width: 30px;
    height: 18px;
    top: 21px;
    right: 0;
  }
  .nav__toggle .bar {
    display: block;
    width: 30px;
    height: 3px;
    background-color: white;
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav__toggle:before,
  .nav__toggle:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: white;
    position: absolute;
    left: 0;
  }
  .nav__toggle:before {
    top: 0;
    -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.3s, -webkit-transform 0.3s;
    -o-transition: top 0.3s 0.3s, transform 0.3s;
    transition: top 0.3s 0.3s, transform 0.3s;
    transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .nav__toggle:after {
    bottom: 0;
    -webkit-transition: bottom 0.3s 0.3s, -webkit-transform 0.3s;
    transition: bottom 0.3s 0.3s, -webkit-transform 0.3s;
    -o-transition: bottom 0.3s 0.3s, transform 0.3s;
    transition: bottom 0.3s 0.3s, transform 0.3s;
    transition: bottom 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .nav__toggle.close .bar {
    width: 0;
    -webkit-transition: all 0s 0.3s;
    -o-transition: all 0s 0.3s;
    transition: all 0s 0.3s;
  }
  .nav__toggle.close:before {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s 0.3s;
    -o-transition: top 0.3s, transform 0.3s 0.3s;
    transition: top 0.3s, transform 0.3s 0.3s;
    transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  }
  .nav__toggle.close:after {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 0.3s, -webkit-transform 0.3s 0.3s;
    transition: bottom 0.3s, -webkit-transform 0.3s 0.3s;
    -o-transition: bottom 0.3s, transform 0.3s 0.3s;
    transition: bottom 0.3s, transform 0.3s 0.3s;
    transition: bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  }
}
.inner {
  margin: auto;
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .inner {
    padding: 0 40px;
  }
}
@media (max-width: 1000px) {
  .inner {
    padding: 0 30px;
  }
}
@media (max-width: 540px) {
  .inner {
    padding: 0 5.33333333vw;
  }
}
.wrap {
  padding-top: 90px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .wrap {
    padding-top: 60px;
  }
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
}
.icon img {
  height: 1em;
  width: auto;
}
.logo {
  position: absolute;
  width: 150px;
  height: 126px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  left: 5.20833333%;
  top: 40px;
}
@media (max-width: 1000px) {
  .logo {
    width: 11.46666667vw;
    height: 9.6vw;
    left: 5.33333333%;
    top: 5.33333333%;
  }
}
.section__title {
  display: block;
  width: 280px;
  height: 100px;
  text-align: center;
  font-size: 3.75rem;
  line-height: 100px;
  color: #001A7A;
  font-weight: 500;
  padding: 0 15px 15px 0;
  background-image: url(../images/tag.png);
  background-size: 100% 100%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .section__title {
    width: 224px;
    height: 80px;
    line-height: 80px;
    padding: 0 12px 12px 0;
  }
}
@media (max-width: 1000px) {
  .section__title {
    font-size: 2.2rem;
    width: 154px;
    height: 55px;
    line-height: 55px;
    padding: 0 8.25px 8.25px 0;
  }
}
@media (max-width: 540px) {
  .section__title {
    font-size: 2.4rem;
  }
}
.kv {
  position: relative;
}
.kv__main {
  position: relative;
  padding-bottom: 53.64583333%;
  background-image: url(../images/kv.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .kv__main {
    padding-bottom: 0;
    height: 100vw;
    width: 186.42803878vw;
    position: absolute;
    left: 55%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media (max-width: 1000px) {
  .kv__visual {
    width: 100vw;
    height: 100%;
    margin: 0 auto;
    position: relative;
    left: -2.5%;
  }
}
.kv__icon {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: shine 0.6s infinite;
  animation: shine 0.6s infinite;
}
.kv__icon .text {
  position: absolute;
  display: block;
  width: 3em;
  font-size: 4.16666667rem;
  left: 100%;
  padding-left: 0.2em;
  top: 50%;
  color: white;
  font-weight: 300;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1000px) {
  .kv__icon .text {
    display: none;
  }
}
.kv__icon--1 {
  left: 52.33968804%;
  top: 6.4516129%;
  width: 3.72616984%;
  height: 6.93548387%;
  background-image: url(../images/icon-01.svg);
}
.kv__icon--2 {
  left: 71.49046794%;
  top: 21.77419355%;
  width: 3.46620451%;
  height: 6.4516129%;
  background-image: url(../images/icon-02.svg);
}
.kv__icon--3 {
  left: 88.82149047%;
  top: 11.29032258%;
  width: 4.33275563%;
  height: 8.06451613%;
  background-image: url(../images/icon-03.svg);
}
.kv__icon--4 {
  left: 79.98266898%;
  top: 32.74193548%;
  width: 3.72616984%;
  height: 6.93548387%;
  background-image: url(../images/icon-04.svg);
}
.kv__icon--5 {
  left: 51.29982669%;
  top: 41.93548387%;
  width: 6.41247834%;
  height: 11.93548387%;
  background-image: url(../images/icon-05.svg);
}
@media (max-width: 1000px) {
  .kv__icon--5 {
    left: 65.3%;
    top: 55.9%;
  }
}
.kv__icon--6 {
  left: 40.3812825%;
  top: 20.64516129%;
  width: 3.46620451%;
  height: 6.4516129%;
  background-image: url(../images/icon-06.svg);
}
.kv__icon--7 {
  left: 94.62738302%;
  top: 17.41935484%;
  width: 3.89948007%;
  height: 7.25806452%;
  background-image: url(../images/icon-07.svg);
}
.kv__icon--8 {
  left: 31.19584055%;
  top: 0%;
  width: 3.81282496%;
  height: 7.09677419%;
  background-image: url(../images/icon-08.svg);
}
@media (max-width: 1000px) {
  .kv__icon--8 {
    top: 24%;
    left: 56%;
  }
}
.kv__icon--9 {
  left: 79.98266898%;
  top: 56.12903226%;
  width: 6.32582322%;
  height: 11.77419355%;
  background-image: url(../images/icon-09.svg);
}
.kv__icon--10 {
  left: 57.27902946%;
  top: 66.4516129%;
  width: 6.32582322%;
  height: 11.77419355%;
  background-image: url(../images/icon-10.svg);
}
.kv__icon--11 {
  left: 67.67764298%;
  top: 81.93548387%;
  width: 5.19930676%;
  height: 9.67741935%;
  background-image: url(../images/icon-11.svg);
}
.kv__icon--12 {
  left: 21.2305026%;
  top: 6.4516129%;
  width: 4.07279029%;
  height: 7.58064516%;
  background-image: url(../images/icon-12.svg);
}
@media (max-width: 1000px) {
  .kv__icon--12 {
    left: 22%;
    top: 24.45%;
  }
}
.kv__icon--12 {
  -webkit-animation-delay: 0.4433948s;
  animation-delay: 0.4433948s;
}
.kv__icon--12 {
  -webkit-animation-duration: 3.33845243s;
  animation-duration: 3.33845243s;
}
.kv__icon--11 {
  -webkit-animation-delay: 0.25867283s;
  animation-delay: 0.25867283s;
}
.kv__icon--11 {
  -webkit-animation-duration: 4.25344436s;
  animation-duration: 4.25344436s;
}
.kv__icon--10 {
  -webkit-animation-delay: 0.71026189s;
  animation-delay: 0.71026189s;
}
.kv__icon--10 {
  -webkit-animation-duration: 4.44469633s;
  animation-duration: 4.44469633s;
}
.kv__icon--9 {
  -webkit-animation-delay: 0.27884035s;
  animation-delay: 0.27884035s;
}
.kv__icon--9 {
  -webkit-animation-duration: 4.58678526s;
  animation-duration: 4.58678526s;
}
.kv__icon--8 {
  -webkit-animation-delay: 0.34897015s;
  animation-delay: 0.34897015s;
}
.kv__icon--8 {
  -webkit-animation-duration: 4.60046703s;
  animation-duration: 4.60046703s;
}
.kv__icon--7 {
  -webkit-animation-delay: 0.17926102s;
  animation-delay: 0.17926102s;
}
.kv__icon--7 {
  -webkit-animation-duration: 4.80707319s;
  animation-duration: 4.80707319s;
}
.kv__icon--6 {
  -webkit-animation-delay: 0.29305279s;
  animation-delay: 0.29305279s;
}
.kv__icon--6 {
  -webkit-animation-duration: 3.02871013s;
  animation-duration: 3.02871013s;
}
.kv__icon--5 {
  -webkit-animation-delay: 0.88252832s;
  animation-delay: 0.88252832s;
}
.kv__icon--5 {
  -webkit-animation-duration: 4.98000251s;
  animation-duration: 4.98000251s;
}
.kv__icon--4 {
  -webkit-animation-delay: 0.74527018s;
  animation-delay: 0.74527018s;
}
.kv__icon--4 {
  -webkit-animation-duration: 3.46342158s;
  animation-duration: 3.46342158s;
}
.kv__icon--3 {
  -webkit-animation-delay: 0.32055837s;
  animation-delay: 0.32055837s;
}
.kv__icon--3 {
  -webkit-animation-duration: 3.50305945s;
  animation-duration: 3.50305945s;
}
.kv__icon--2 {
  -webkit-animation-delay: 0.23108498s;
  animation-delay: 0.23108498s;
}
.kv__icon--2 {
  -webkit-animation-duration: 3.01445045s;
  animation-duration: 3.01445045s;
}
.kv__icon--1 {
  -webkit-animation-delay: 0.81118086s;
  animation-delay: 0.81118086s;
}
.kv__icon--1 {
  -webkit-animation-duration: 4.90231064s;
  animation-duration: 4.90231064s;
}
.kv__icon--0 {
  -webkit-animation-delay: 0.19874914s;
  animation-delay: 0.19874914s;
}
.kv__icon--0 {
  -webkit-animation-duration: 3.52205806s;
  animation-duration: 3.52205806s;
}
@-webkit-keyframes shine {
  0%,
  100% {
    opacity: 0;
  }
  33%,
  66% {
    opacity: 1;
  }
}
@keyframes shine {
  0%,
  100% {
    opacity: 0;
  }
  33%,
  66% {
    opacity: 1;
  }
}
.kv__main-block {
  position: absolute;
  left: 5.20833333%;
  bottom: 37.2815534%;
  width: 40.625%;
  height: 28.34951456%;
  background-image: url(../images/kv-title.png);
  background-size: contain;
}
@media (max-width: 1000px) {
  .kv__main-block {
    bottom: 30.93333333%;
    left: 4.26666667%;
    width: 83.2%;
    height: 31.14666667%;
    background-image: url(../images/kv-title.png);
  }
}
.kv__sub-block {
  position: absolute;
  left: 0;
  -webkit-transform: translate(-1%, 0);
  -ms-transform: translate(-1%, 0);
  transform: translate(-1%, 0);
  bottom: 6.7961165%;
  width: 55.10416667%;
  height: 26.60194175%;
  background-image: url(../images/kv-sub.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .kv__sub-block {
    bottom: 4%;
    left: 0%;
    width: 77.33333333%;
    height: 24.93333333%;
    background-image: url(../images/kv-sub-m@2x.png);
  }
}
.intro {
  background-color: #DDDDDD;
}
@media (max-width: 1000px) {
  .intro {
    padding-top: 100vw;
  }
}
.intro__content {
  margin: 0;
  padding: 60px 0;
  font-size: 2.5rem;
  color: black;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .intro__content {
    padding: 5.33333333vw 0;
    font-size: 1.4rem;
  }
}
.info {
  display: block;
  border-top: 200px solid black;
  border-bottom: 200px solid black;
  background-color: #EBEBEB;
}
@media (max-width: 1000px) {
  .info {
    border-top-width: 60px;
    border-bottom-width: 60px;
  }
}
.info__content {
  position: relative;
}
.info__title {
  margin-top: -50px;
}
@media (max-width: 1440px) {
  .info__title {
    margin-top: -40px;
  }
}
@media (max-width: 1000px) {
  .info__title {
    margin-top: -27.5px;
  }
}
.info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: auto;
  margin-top: 80px;
  margin-bottom: -32.5px;
  list-style: none;
  max-width: 1320px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .info__list {
    margin-bottom: -26px;
  }
}
@media (max-width: 1000px) {
  .info__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
  }
}
.info__item {
  width: 29.54545455%;
  position: relative;
  display: block;
  padding-bottom: 5.41666667rem;
}
.info__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -1.28205128%;
  top: 0;
  margin-top: -1.28205128%;
  background-image: url(../images/card.svg);
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom: 0;
  padding-right: 5.8974359%;
  padding-left: 1.28205128%;
  padding-top: 1.28205128%;
}
@media (max-width: 1000px) {
  .info__item {
    background-image: url(../images/tag-wait-m.png);
    width: 43.4375%;
  }
  .info__item:not(.active) {
    padding-bottom: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .info__item:not(.active) .info__name {
    padding: 0;
    overflow: hidden;
  }
  .info__item:not(.active) .info__name .text {
    font-size: 1.8rem;
    line-height: 1.5em;
    border-bottom: 0;
    color: white;
    padding: 0.33333333em 0;
    position: relative;
  }
  .info__item .info__detail,
  .info__item .info__link {
    display: none;
  }
  .info__item:before {
    display: none;
  }
  .info__item.active {
    background-image: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 3.2rem;
  }
  .info__item.active .info__detail,
  .info__item.active .info__link {
    display: block;
  }
  .info__item.active:before {
    display: block;
  }
}
.info__name {
  padding: 0 4.87804878%;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  .info__name {
    padding: 0 4.6875%;
  }
}
.info__name .text {
  display: block;
  padding: 4.87804878% 0;
  color: #1E3B86;
  font-size: 3.75rem;
  text-align: center;
  line-height: 0.92592593em;
  font-weight: 500;
  border-bottom: 5px solid #001A7A;
}
@media (max-width: 1000px) {
  .info__name .text {
    padding: 6.25% 0 4.6875% 0;
    font-size: 2.6rem;
  }
}
.info__detail {
  margin-top: 5.12820513%;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  .info__detail {
    margin-top: 1.5625%;
  }
}
.info__desc {
  font-size: 2.5rem;
  margin: 0 0 7.69230769% 0;
  line-height: 1.66666667em;
  text-align: center;
  color: #1E3B86;
}
@media (max-width: 1000px) {
  .info__desc {
    font-size: 2.8rem;
    margin: 0 0 1.5625% 0;
  }
  .info__desc--sub {
    font-size: 1.8rem;
  }
}
.info__desc .time {
  display: block;
  font-size: 2rem;
  line-height: 1.60714286em;
  color: #4A4A4A;
}
@media (max-width: 1000px) {
  .info__desc .time {
    font-size: 1.8rem;
  }
}
.info__desc .addr {
  display: block;
  font-size: 1.83333333rem;
  line-height: 1.875em;
  color: #4A4A4A;
}
@media (max-width: 1000px) {
  .info__desc .addr {
    font-size: 1.4rem;
  }
}
.info__link {
  display: block;
  width: 100%;
  height: 2.16666667em;
  font-size: 2.5rem;
  line-height: 2.16666667em;
  color: white;
  font-weight: 700;
  background-color: #0072BC;
  text-align: center;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
}
.info__link:hover {
  background-color: #FA4526;
}
@media (max-width: 1000px) {
  .info__link {
    height: 1.77777778em;
    font-size: 1.8rem;
    line-height: 1.77777778em;
  }
}
.speakers {
  background-color: #EBEBEB;
  position: relative;
}
.speakers:before {
  content: "";
  display: block;
  background-image: url(../images/bg-map.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 114.73958333%;
  height: 100%;
  position: absolute;
  left: -14.73958333%;
  top: 0;
}
.speakers .inner {
  position: relative;
  z-index: 2;
  padding-top: 117px;
  padding-bottom: 80px;
}
@media (max-width: 1000px) {
  .speakers .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.speakers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px auto 0 auto;
  max-width: 1320px;
  padding: 80px 20px;
  list-style: none;
  background-color: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 10px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 10px 10px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 1000px) {
  .speakers__list {
    display: block;
    margin-top: 30px;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 10px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0) 10px 10px 10px;
  }
}
.speaker {
  width: 31.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .speaker {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 38.4vw;
    width: 80vw;
    margin: auto;
    margin-bottom: 20px;
  }
}
.speaker__photo {
  padding-bottom: 90%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1000px) {
  .speaker__photo {
    width: 38.4vw;
    padding-bottom: 0;
    height: 38.4vw;
    margin-right: 10%;
  }
}
@media (max-width: 540px) {
  .speaker__photo {
    margin-right: 3.33333333%;
  }
}
.speaker__photo--1 {
  background-image: url(../images/speaker-1.png);
}
@media (max-width: 1000px) {
  .speaker__photo--1 {
    background-image: url(../images/speaker-1-m@2x.png);
  }
}
.speaker__photo--2 {
  background-image: url(../images/speaker-2.png);
}
@media (max-width: 1000px) {
  .speaker__photo--2 {
    background-image: url(../images/speaker-2-m@2x.png);
  }
}
.speaker__photo--3 {
  background-image: url(../images/speaker-3.png);
}
@media (max-width: 1000px) {
  .speaker__photo--3 {
    background-image: url(../images/speaker-3-m@2x.png);
  }
}
.speaker__intro {
  margin-top: 10px;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  .speaker__intro {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 43.33333333%;
  }
}
@media (max-width: 540px) {
  .speaker__intro {
    width: 50%;
  }
}
.speaker__name {
  color: #001A7A;
  font-size: 3.33333333rem;
  line-height: 1em;
  margin: 0;
  margin-top: 0.5em;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .speaker__name {
    font-size: 2rem;
  }
}
.speaker__title {
  color: #001A7A;
  font-size: 2.33333333rem;
  line-height: 1.46428571em;
  margin: 0;
  margin-top: 0.2em;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .speaker__title {
    font-size: 1.4rem;
  }
}
.speaker__detail {
  background-color: #0072BC;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.active .speaker__detail {
  max-height: 2000px;
}
.speaker__detail p {
  padding: 5%;
  margin: 0;
  font-size: 2.08333333rem;
  line-height: 1.48em;
  color: white;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .speaker__detail {
    display: none!important;
  }
}
.speaker__more {
  display: block;
  height: 2.85714286em;
  width: 100%;
  background-color: #0072BC;
  border-top: 10px solid white;
  text-align: center;
  font-size: 2.33333333rem;
  position: relative;
}
@media (max-width: 1000px) {
  .speaker__more {
    display: block;
    font-size: 1.4rem;
    width: 43.33333333%;
    border-top: none;
  }
}
@media (max-width: 540px) {
  .speaker__more {
    width: 50%;
  }
}
.speaker__more .btn-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  white-space: nowrap;
  line-height: 1em;
  height: 1em;
  color: white;
  font-weight: 500;
  padding-left: 1.3em;
}
.speaker__more .btn-text:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-top: 1em solid white;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
}
.active .speaker__more .btn-text:before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.agenda {
  background-color: #EBEBEB;
  position: relative;
  padding-bottom: 140px;
}
@media (max-width: 1000px) {
  .agenda {
    padding-bottom: 15px;
  }
}
.agenda__container {
  max-width: 1280px;
  margin: 60px auto;
}
@media (max-width: 1000px) {
  .agenda__container {
    margin: 30px auto 0 auto;
  }
}
.agenda__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.agenda__tab {
  display: block;
  width: 31.25%;
  position: relative;
}
@media (max-width: 1000px) {
  .agenda__tab {
    width: 32.03125%;
  }
}
.agenda__tab:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 3.75%;
  padding-bottom: 55.75%;
  padding-right: 7.5%;
  background-image: url(../images/tab.svg);
  background-size: 100% auto;
  position: absolute;
  top: 0;
  margin-top: -3.75%;
  left: -1.25%;
}
@media (max-width: 1000px) {
  .agenda__tab:before {
    background-image: url(../images/tab-m.svg);
    padding-bottom: 73.75%;
  }
}
@media (max-width: 540px) {
  .agenda__tab:before {
    background-image: url(../images/tab-m-2.svg);
    padding-bottom: 99%;
  }
}
.agenda__tab .btn-text {
  display: block;
  text-align: center;
  color: #007AC3;
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  line-height: 1.66666667em;
  font-weight: 500;
  padding: 20px 0 10px 0;
}
@media (max-width: 1000px) {
  .agenda__tab .btn-text {
    padding: 0.2em 0;
    font-size: 1.8rem;
    line-height: 1.33333333em;
  }
}
.agenda__tab.active .btn-text {
  color: white;
}
.agenda__tab.active:before {
  background-image: url(../images/tab-on.svg);
}
@media (max-width: 1000px) {
  .agenda__tab.active:before {
    background-image: url(../images/tab-on-m.svg);
  }
}
@media (max-width: 540px) {
  .agenda__tab.active:before {
    background-image: url(../images/tab-on-m-2.svg);
  }
}
.agenda__content {
  position: relative;
  z-index: 5;
  margin-top: 0;
}
.agenda__content:after {
  width: 100%;
  padding-right: 1.953125%;
  padding-bottom: 1.171875%;
  height: 65px;
  background-image: url(../images/bar.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.agenda__where {
  background-color: white;
  line-height: 55px;
  padding-left: 8.125%;
  padding-top: 5px;
  margin: 0;
  display: none;
  position: relative;
  z-index: 5;
}
.agenda__where.active {
  display: block;
}
@media (max-width: 1000px) {
  .agenda__where {
    line-height: normal;
    padding: 10px;
  }
}
.agenda__where .where {
  font-size: 2.33333333rem;
  color: #007AC3;
  font-weight: 500;
  margin-right: 1em;
}
@media (max-width: 1000px) {
  .agenda__where .where {
    margin: 0;
    font-size: 1.6rem;
  }
}
.agenda__where .addr {
  color: #4A4A4A;
  font-size: 2rem;
  font-weight: 300;
}
@media (max-width: 1000px) {
  .agenda__where .addr {
    display: block;
    font-size: 1.4rem;
  }
}
.agenda__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.agenda__table .time {
  width: 27.34375%;
}
@media (max-width: 1000px) {
  .agenda__table .time {
    width: 20%;
  }
}
.agenda__table .desc {
  padding-left: 7.03125%;
}
@media (max-width: 1000px) {
  .agenda__table .desc {
    padding-left: 0;
    padding-right: 0;
  }
}
.agenda__table th {
  background-color: #007AC3;
  color: white;
  font-weight: 500;
  font-size: 2.5rem;
}
@media (max-width: 1000px) {
  .agenda__table th {
    font-size: 1.6rem;
  }
}
.agenda__table tbody {
  padding-top: 25px;
}
@media (max-width: 1000px) {
  .agenda__table tbody {
    padding-top: 0;
  }
}
.agenda__table td,
.agenda__table th {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
}
@media (max-width: 1000px) {
  .agenda__table td,
  .agenda__table th {
    padding: 10px 15px;
    text-align: left;
  }
}
.agenda__table tr:nth-child(n+3) td {
  border-top: 3px dashed #707070;
}
.agenda__table td {
  font-size: 2.5rem;
}
@media (max-width: 1000px) {
  .agenda__table td {
    font-size: 1.6rem;
  }
  .agenda__table td.time {
    font-size: 1.2rem;
  }
}
.agenda__table td.time {
  color: #031146;
}
.agenda__table td.time .time-text {
  text-align: left;
  width: 5.8em;
  display: inline-block;
}
.agenda__table td.desc {
  text-align: left;
}
.agenda__table .mobile-br {
  display: none;
}
@media (max-width: 1000px) {
  .agenda__table .mobile-br {
    display: initial;
  }
}
.agenda__name {
  margin: 0;
}
.agenda__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.agenda__list li {
  padding-left: 1.3em;
  font-size: 2.08333333rem;
  line-height: 1.92em;
  font-weight: 500;
  color: #505155;
  position: relative;
}
@media (max-width: 1000px) {
  .agenda__list li {
    font-size: 1.2rem;
    line-height: 1.5em;
  }
  .agenda__list li span {
    display: inline-block;
  }
}
.agenda__list li:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0.96em;
  margin-top: -0.5em;
  position: absolute;
  background-color: #505155;
}
@media (max-width: 1000px) {
  .agenda__list li:before {
    width: 0.8em;
    height: 0.8em;
    left: 0;
    top: 0.9em;
    margin-top: -0.5em;
  }
}
.host {
  padding-top: 150px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .host {
    padding-top: 45px;
  }
  .host .inner {
    padding: 0;
  }
}
.host:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 280px;
  bottom: 0;
  left: 0;
  background-image: url(../images/blue.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media (max-width: 1440px) {
  .host:before {
    height: 224px;
  }
}
@media (max-width: 1000px) {
  .host:before {
    display: none;
  }
}
.host__content {
  position: relative;
  max-width: 1280px;
  margin: 105px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1000px) {
  .host__content {
    margin-top: 20px;
    display: block;
    position: relative;
    padding-top: 40%;
  }
}
.host__photo {
  width: 27.34375%;
  height: auto;
  margin-right: 4.6875%;
}
.host__photo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  .host__photo {
    position: absolute;
    width: 32%;
    top: 0;
    left: 30px;
  }
}
@media (max-width: 540px) {
  .host__photo {
    left: 8vw;
  }
}
.host__info {
  width: 67.1875%;
  height: auto;
}
@media (max-width: 1440px) {
  .host__info {
    width: 53.75%;
  }
}
@media (max-width: 1000px) {
  .host__info {
    display: block;
    width: 100%;
    background-image: url(../images/blue-m@2x.png);
    background-size: cover;
    background-position: right top;
    position: relative;
    z-index: 3;
  }
}
.host__name {
  height: 1.42857143em;
  line-height: 1.42857143em;
  color: black;
  font-size: 2.91666667rem;
  font-weight: 500;
  margin: 0 0 0.6em 0;
}
@media (max-width: 1000px) {
  .host__name {
    position: absolute;
    font-size: 1.8rem;
    line-height: 1.5em;
    margin: -1.66666667em 0 0 38.4%;
  }
}
.host__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 280px;
}
@media (max-width: 1440px) {
  .host__intro {
    height: 224px;
  }
}
@media (max-width: 1000px) {
  .host__intro {
    height: auto;
    padding: 30px 8vw 30px 30px;
  }
}
@media (max-width: 540px) {
  .host__intro {
    padding: 2.66666667vw 8vw;
  }
}
.host__desc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  color: white;
  font-size: 2.33333333rem;
  line-height: 1.42857143em;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1000px) {
  .host__desc {
    font-size: 1.4rem;
    line-height: 1.42857143em;
  }
}
.signup {
  padding-top: 200px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 1000px) {
  .signup {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.signup:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -12.34375%;
  width: 49.47916667%;
  padding-bottom: 49.47916667%;
  background-image: url(../images/bg-deco.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.signup .inner {
  position: relative;
  z-index: 2;
}
.form {
  max-width: 1220px;
  margin: 0 auto 0 auto;
}
.form__list {
  padding: 0;
  list-style: none;
  margin: 80px auto;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .form__list {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
.form__item {
  font-size: 2.5rem;
  line-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .form__item {
    line-height: 70px;
  }
}
@media (max-width: 1000px) {
  .form__item {
    display: block;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.55555556em;
  }
}
.form__label {
  width: 4em;
  color: black;
  display: block;
  text-align: right;
  padding-right: 0.2em;
}
@media (max-width: 1000px) {
  .form__label {
    width: 100%;
    text-align: left;
    padding: 0;
  }
}
.form__wrap {
  border: 3px solid black;
  height: 94px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  background-color: white;
  position: relative;
}
@media (max-width: 1440px) {
  .form__wrap {
    border: 2px solid black;
    height: 66px;
  }
}
@media (max-width: 1000px) {
  .form__wrap {
    height: 1.94444444em;
  }
}
.form__wrap--select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
  border-top: 40px solid black;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
@media (max-width: 1440px) {
  .form__wrap--select:after {
    right: 28px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none;
    border-top: 28px solid black;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
  }
}
@media (max-width: 1000px) {
  .form__wrap--select:after {
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none;
    border-top: 20px solid black;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
}
.form__select {
  width: 100%;
  padding-left: 3rem;
  padding-right: 6rem;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .form__select {
    padding-left: 1rem;
    height: 1.94444444em;
  }
}
.form__input {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
}
@media (max-width: 1000px) {
  .form__input {
    padding: 0 1rem;
    height: 1.94444444em;
  }
}
.form__check {
  display: none;
}
.form__check + label {
  padding-left: 2em;
  font-size: 2.5rem;
  color: #001A7A;
  line-height: 1.5em;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.form__check + label:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: 3px solid #001A7A;
  position: absolute;
  left: 0;
  top: 0.83333333em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1000px) {
  .form__check + label {
    font-size: 1.6rem;
    line-height: 2.4375em;
  }
}
.form__check:checked + label:after {
  content: "";
  display: block;
  width: 1em;
  height: 0.8em;
  border-left: 10px solid #001A7A;
  border-bottom: 10px solid #001A7A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  top: 0.66666667em;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
.form__other {
  padding: 0 1em;
}
.form__policy {
  padding: 0 1em;
}
.form__policy p {
  color: #626365;
  line-height: 1.78571429em;
  font-size: 2.33333333rem;
  font-weight: 500;
  margin: 2rem 0;
}
@media (max-width: 1000px) {
  .form__policy p {
    font-size: 1.4rem;
    line-height: 1.28571429em;
    margin: 5px 0;
  }
}
.form__submit {
  display: block;
  width: 7.33333333em;
  height: 2.44444444em;
  color: white;
  font-size: 3.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.44444444em;
  background-color: #FA4526;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .form__submit {
    width: 100%;
    margin-top: 20px;
    font-size: 2rem;
    line-height: 2em;
    height: 2em;
  }
}
.add {
  background-color: #0072BC;
  padding: 50px 0 80px 0;
}
@media (max-width: 1000px) {
  .add {
    padding: 20px 0;
  }
}
.add__title {
  max-width: 1075px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: white;
  font-size: 4.16666667rem;
  line-height: 1.6em;
  font-weight: 500;
}
.add__title:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-color: white;
  top: 50%;
  margin-top: -10px;
  left: 0;
  position: absolute;
}
@media (max-width: 1000px) {
  .add__title:before {
    height: 3px;
  }
}
.add__title .text {
  display: inline-block;
  position: relative;
  z-index: 2;
  background-color: #0072BC;
  padding: 0 0.8em;
}
@media (max-width: 1000px) {
  .add__title {
    font-size: 1.8rem;
    line-height: 1.41176471em;
  }
}
.add__btns {
  font-size: 12.5rem;
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 1000px) {
  .add__btns {
    margin-top: 10px;
    font-size: 3rem;
  }
}
.add__btn {
  margin: 0 0.09333333em;
}
@media (max-width: 1000px) {
  .add__btn {
    margin: 0 5px;
  }
}
.sponsor {
  padding: 80px 0;
}
@media (max-width: 1000px) {
  .sponsor {
    padding: 4.26666667vw 0;
  }
}
.sponsor__list {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sponsor__item {
  display: inline-block;
  line-height: 12.5rem;
}
@media (max-width: 1000px) {
  .sponsor__item {
    line-height: 4rem;
  }
}
.sponsor__item--main {
  margin-right: 12.5rem;
}
.sponsor__item--main img {
  margin-left: 20px;
}
@media (max-width: 1000px) {
  .sponsor__item--main {
    margin-right: 4rem;
  }
  .sponsor__item--main img {
    margin-left: 1em;
  }
}
.sponsor__item img {
  width: auto;
  height: 12.5rem;
  vertical-align: middle;
}
@media (max-width: 1000px) {
  .sponsor__item img {
    height: 4rem;
  }
}
.sponsor__name {
  font-size: 3.75rem;
  vertical-align: middle;
}
@media (max-width: 1000px) {
  .sponsor__name {
    font-size: 1.6rem;
  }
}
.protect {
  padding: 70px 0;
  background-color: #DDDDDD;
}
@media (max-width: 1000px) {
  .protect {
    padding: 20px 0;
  }
}
.protect__content {
  max-width: 1320px;
  margin: 0 auto;
}
.protect__content p {
  margin: 0;
  color: #29292B;
  font-size: 2.5em;
  line-height: 1.66666667em;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .protect__content p {
    font-size: 1.4rem;
  }
}
.footer {
  background-color: #1F1D1D;
  padding: 45px 0;
  text-align: center;
}
@media (max-width: 1000px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__copy {
  line-height: 2em;
  font-size: 1.66666667rem;
  color: white;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1000px) {
  .footer__copy {
    font-size: 1.2rem;
  }
}
.lightbox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007AC3;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.lightbox__close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.lightbox__close:before,
.lightbox__close:after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background-color: white;
  position: absolute;
}
.lightbox__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lightbox__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lightbox__box {
  padding: 9.33333333vw;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.lightbox__photo {
  width: 200px;
  height: auto;
  margin: 8vw auto 0 auto;
}
.lightbox__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.lightbox__name {
  padding: 5.33333333vw 0 2.66666667vw 0;
  border-bottom: 5px solid white;
  text-align: center;
}
.lightbox__name .name {
  font-size: 2.4rem;
  line-height: 1.5em;
  color: white;
  margin: 0;
}
.lightbox__name .title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.45em;
  color: white;
}
.lightbox__desc {
  padding: 2.66666667vw;
}
.lightbox__desc p {
  margin: 0;
  color: white;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.fixed-btns {
  display: block;
  position: fixed;
  width: 54.3px;
  height: 204.3px;
  background-image: url(../images/go.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 990;
  right: 1%;
  top: 30%;
  -webkit-animation: floating 3s infinite;
  animation: floating 3s infinite;
}
@media (max-width: 1000px) {
  .fixed-btns {
    width: 36.2px;
    height: 136.2px;
  }
}
.fixed-btns .gosignup-btn {
  display: block;
  width: 100%;
  height: 70%;
}
.fixed-btns .gotop-btn {
  display: block;
  width: 100%;
  height: 30%;
}
@-webkit-keyframes floating {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@keyframes floating {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}
