@charset "UTF-8";
/* Variables */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
html {
  font-size: 18px;
}

/* Modules */
@font-face {}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container > iframe, .video-container > object, .video-container > embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: -webkit-fill-available;
}

body {
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "Myriad Pro", "Myriad", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  background: #fdf9ed;
  color: #3b3935;
  overflow-x: hidden;
  position: relative;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select, button, textarea {
  vertical-align: middle;
  outline: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important;
}

::-moz-selection {
  background: rgba(144, 194, 31, 0.5);
  color: #fff;
}

::selection {
  background: rgba(144, 194, 31, 0.5);
  color: #fff;
}

button {
  cursor: pointer;
}

.pc {
  display: block;
}

.mb {
  display: none;
}

@media (max-width: 640px) {
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
}
/*通用全站都有的寫法*/
*:link, *:visited, *:hover, *:active, *:focus {
  -webkit-transition: color 0.25s linear, background-color 0.25s linear, border-color 0.25s linear, padding 0.15s linear, opacity 0.15s linear, -webkit-filter 0.15s linear, -webkit-transform 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear, border-color 0.25s linear, padding 0.15s linear, opacity 0.15s linear, -webkit-filter 0.15s linear, -webkit-transform 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear, border-color 0.25s linear, padding 0.15s linear, filter 0.15s linear, opacity 0.15s linear, transform 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear, border-color 0.25s linear, padding 0.15s linear, filter 0.15s linear, opacity 0.15s linear, transform 0.25s linear, -webkit-filter 0.15s linear, -webkit-transform 0.25s linear;
}

/* Theme */
.fix_cta {
  cursor: pointer;
  position: fixed;
  right: 15px;
  top: 60%;
  width: 120px; height: 120px;
  background: linear-gradient(56deg, rgb(237, 119, 79) 0%, rgb(239, 163, 137) 100%);
  border: 8px solid #fff;
  text-align: center;
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(18, 70, 65, 0.3);
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 14px;
  z-index: 997;
  -webkit-animation: pulse;
          animation: pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 1440px) {
  .fix_cta {
    width: 100px; height: 100px;
    border: 7px solid #fff;
    font-size: 1.5rem;
	  padding-top: 12px;
  }
}
@media (max-width: 820px) {
  .fix_cta {
    bottom: 13%;
    top: auto;
    margin: 0 auto;
    width: 80px; height: 80px;
    border: 4px solid #fff;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .fix_cta {
    width: 64px; height: 64px;
    border: 4px solid #fff;
    font-size: 18px;
	  padding-top: 8px;
  }
}
.wrapper {
  overflow: hidden;
}

.kv {
  position: relative;
  background: #fff;
}
.kv .kv_title {
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 57%;
  max-width: 1090px;
  z-index: 2;
}
.kv .kv-scroll {
  margin: 12% auto 0;
  text-align: center;
  display: block;
  width:105px;
}
@media (max-width: 768px) {
  .kv .kv_title {
    width: 72%;
  }
}
@media (max-width: 640px) {
  .kv .kv-scroll {
    position: absolute;
    bottom: 12%;
    left: 0; right: 0;
    z-index: 3;
    width: 16%;
  }
}
.kv .kv-scroll img {
  -webkit-animation: kvscroll;
          animation: kvscroll;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.kv .kv-top {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kv .kv-top1 {
  width: 55%;
}
.kv .kv-top2 {
  width: 42%;
}
.kv .kv_icowrap {
  width: 100%;
  height: 100%;
  display: initial;
}
.kv .kv_ico {
  width: 3.1%;
  max-width: 58px;
  position: absolute;
  z-index: 1;
}
.kv .kv_ico:nth-of-type(1) {
  top: 21%;
  left: 13.4%;
}
.kv .kv_ico:nth-of-type(2) {
  top: 51.5%;
  left: 6%;
}
.kv .kv_ico:nth-of-type(3) {
  top: 48.5%;
  left: 18.4%;
}
.kv .kv_ico:nth-of-type(4) {
  top: 65%;
  left: 28%;
}
.kv .kv_ico:nth-of-type(5) {
  top: 48.8%;
  left: 36.8%;
}
.kv .kv_ico:nth-of-type(6) {
  top: 78.5%;
  left: 40.5%;
}
.kv .kv_ico:nth-of-type(7) {
  top: 19%;
  left: 60.5%;
}
.kv .kv_ico:nth-of-type(8) {
  top: 86.5%;
  left: 55%;
}
.kv .kv_ico:nth-of-type(9) {
  top: 48%;
  left: 63.5%;
}
.kv .kv_ico:nth-of-type(10) {
  top: 72.5%;
  left: 64.5%;
}
.kv .kv_ico {
  -webkit-animation: pulse2;
          animation: pulse2;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.kv .kv_ico:nth-of-type(1n) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.kv .kv_ico:nth-of-type(2n) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.kv .kv_ico:nth-of-type(3n) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.kv .kv_ico:nth-of-type(4n) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.kv .kv_ico:nth-of-type(5n) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.kv .kv_ico:nth-of-type(6n) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.kv .kv_ico:nth-of-type(7n) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.kv .kv_ico:nth-of-type(8n) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.kv .kv_ico:nth-of-type(9n) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.kv .kv_ico:nth-of-type(10n) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.kv [data-aos=fade-in-left].aos-animate {
  -webkit-animation: fadeInLeftBig2;
          animation: fadeInLeftBig2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes fadeInLeftBig2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-64%, 0, 0);
            transform: translate3d(-64%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInLeftBig2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-64%, 0, 0);
            transform: translate3d(-64%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
            transform: scale3d(1.15, 1.15, 1.15);
    opacity: 1;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0.2;
  }
}
@keyframes pulse2 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
            transform: scale3d(1.15, 1.15, 1.15);
    opacity: 1;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0.2;
  }
}
@-webkit-keyframes kvscroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes kvscroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
h2.sec-title {
  text-align: center;
  color: #fff;
  font-size: 2.25rem;
  letter-spacing: 2px;
  margin-bottom: 3.5rem;
  font-weight: 900;
}
h2.sec-title:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  margin: 10px auto 0;
}
h2.sec-title.green {
  color: #50b3a6;
}
h2.sec-title.green:after {
  background: #50b3a6;
}
h3.sec-title {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  font-weight: 900;
}
h3.sec-title.green {
  color: #50b3a6;
}
h4.sec-title {
  text-align: center;
  color: #B2081D;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
h3.sec-title.green {
  color: #000;  
}
.sec-en {
  font-size: 5.5555555556rem;
  position: absolute;
  top: -64px;
  left: -.3vw;
  color: rgba(255, 255, 255, 0.3);
	font-weight: 900;
	letter-spacing: 0;
}

.speaker .sec-en {
  left: auto;
  right: -.3vw;
}

.agenda .sec-en {
  color: rgba(80, 179, 166, 0.3);
}

@media (max-width: 1200px) {
  h2.sec-title {
    font-size: 1.5555555556rem;
    margin-bottom: 52px;
  }
  .sec-en {
    font-size: 3.5rem;
  }
}
@media (max-width: 640px) {
  h2.sec-title {
    margin-bottom: 40px;
  }
  .sec-en {
    font-size: 2.8rem;
    color: rgba(255, 255, 255, 0.24);
  }
  .agenda .sec-en {
    color: rgba(80, 179, 166, 0.24);
  }
}
.about {
  position: relative;
  z-index: 2;
  background: linear-gradient(56deg, rgb(169, 199, 207) 0%, rgb(77, 150, 165) 100%);
  -webkit-transform: skewy(1.75deg);
          transform: skewy(1.75deg);
  padding-top: 80px;
  padding-bottom: 132px;
  margin-top: -20px;
}
.about .about_wrap {
  position: relative;
  -webkit-transform: skewy(-1.75deg);
          transform: skewy(-1.75deg);
  z-index: 3;
  padding-left: 2rem;
  padding-right: 2rem;
}
.about .about_wrap p {
  color: #fff;
  max-width: 1050px;
  margin: 0 auto;
  font-size: 1.3333333333rem;
  line-height: 1.7;
	font-weight: 500;
	text-align: justify;
	letter-spacing: 1px;
}
.requirement {
  position: relative;
  z-index: 2;
  background: linear-gradient(56deg, rgb(238, 198, 165) 0%, rgb(233, 173, 160) 100%);
  -webkit-transform: skewy(1.75deg);
          transform: skewy(1.75deg);
  padding-top: 80px;
  padding-bottom: 132px;
  margin-top: -20px;
}
.requirement .requirement_wrap {
  position: relative;
  -webkit-transform: skewy(-1.75deg);
          transform: skewy(-1.75deg);
  z-index: 3;
  padding-left: 2rem;
  padding-right: 2rem;
}
.requirement .requirement_wrap p {
  color: #fff;
  max-width: 1050px;
  margin: 0 auto;
  font-size: 1.3333333333rem;
  line-height: 1.7;
	font-weight: 500;
	text-align: justify;
	letter-spacing: 1px;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

#particles-register {
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: 0;
}

@media (max-width: 1200px) {
  .about {
    padding-top: 64px;
    padding-bottom: 105px;
  }
  .about .about_wrap p {
    font-size: 1.1111111111rem;
  }
}

@media (max-width: 1200px) {
  .requirement {
    padding-top: 64px;
    padding-bottom: 105px;
  }
  .requirement .requirement_wrap p {
    font-size: 1.1111111111rem;
  }
}

.speaker {
  margin-top: -64px;
  position: relative;
  z-index: 2;
  background: linear-gradient(-44deg, rgb(67, 185, 165) 0%, rgb(43, 29, 104) 100%);
  -webkit-transform: skewy(-1.75deg);
          transform: skewy(-1.75deg);
  padding-top: 80px;
  padding-bottom: 164px;
}
.speaker:before, .speaker:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  z-index: 0;
}
.speaker:before {
  top: 0;
  left: 0;
  width: 25%;
  background: url("../images/spk_bg_pp.png") no-repeat left bottom;
  background-size: 100%;
}
.speaker:after {
  top: 0;
  right: 0;
  width: 75%;
  background: url("../images/spk_bg_map.png") no-repeat right top 124px;
  background-size: 100%;
}
.speaker .speaker_wrap {
  position: relative;
  -webkit-transform: skewy(1.75deg);
          transform: skewy(1.75deg);
  z-index: 3;
  padding-left: 2rem;
  padding-right: 2rem;
}
.speaker .spk-slider {
  max-width: 1050px;
  margin: 0 auto;
}
.speaker .spk-slider a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 1px;
	font-weight: 500;
}
.speaker .spk-slider a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.speaker .spk-slider a span {
  font-size: 1.75rem;
  color: #fef0c4;
  letter-spacing: 0.1em;
	font-weight: 900;
	margin-right: .5rem;
}
.speaker .spk-slider a img {
  margin: 0 auto;
}
.speaker .spk-text{margin-top:.5rem;}
.speaker .slick-prev, .speaker .slick-next {
  width: 74px;
  height: 74px;
  z-index: 4;
}
.speaker .slick-prev {
  left: -64px;
  background: url("../images/pre.png") no-repeat center;
  background-size: 100%;
}
.speaker .slick-next {
  right: -64px;
  background: url("../images/nxt.png") no-repeat center;
  background-size: 100%;
}
.speaker .slick-next:before, .speaker .slick-prev:before {
  content: "";
}
.speaker .slick-dots {
  bottom: -40px;
}
.speaker .slick-dots li {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 48px;
  opacity: 0.3;
}
.speaker .slick-dots li.slick-active {
  opacity: 1;
}

@media (max-width: 1200px) {
  .speaker {
    padding-top: 64px;
    padding-bottom: 132px;
  }
  .speaker:before {
    top: 0;
    left: 0;
    width: 30%;
    background: url("../images/spk_bg_pp.png") no-repeat left bottom;
    background-size: 100%;
  }
  .speaker:after {
    top: 0;
    right: 0;
    width: 70%;
    background: url("../images/spk_bg_map.png") no-repeat right top 124px;
    background-size: 100%;
  }
  .speaker .spk-slider a {
    font-size: 0.8888888889rem;
  }
  .speaker .spk-slider a span {
    font-size: 1.4444444444rem;
  }
  .speaker .slick-prev, .speaker .slick-next {
    width: 60px;
    height: 60px;
  }
  .speaker .slick-prev {
    left: -32px;
    background: url("../images/pre.png") no-repeat center;
    background-size: 100%;
  }
  .speaker .slick-next {
    right: -32px;
    background: url("../images/nxt.png") no-repeat center;
    background-size: 100%;
  }
  .speaker .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.agenda {
  position: relative;
  margin-top: -64px;
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fdf9ed;
  z-index: 3;
  -webkit-transform: skewy(1.75deg);
          transform: skewy(1.75deg);
}
.agenda .agenda_wrap {
  -webkit-transform: skewy(-1.75deg);
          transform: skewy(-1.75deg);
}
.register {
  margin-top: -64px;
  position: relative;
  z-index: 3;
  background: linear-gradient(56deg, rgb(239, 163, 137) 0%, rgb(237, 119, 79) 100%);
  -webkit-transform: skewy(-1.75deg);
          transform: skewy(-1.75deg);
  padding-top: 80px;
  padding-bottom: 164px;
}
.register .register_wrap {
  position: relative;
  -webkit-transform: skewy(1.75deg);
          transform: skewy(1.75deg);
  z-index: 3;
  padding-left: 2rem;
  padding-right: 2rem;
}
.register .sec-en {
  left: auto;
  right: -.3vw;
}
.register .form {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.form-item-wrapper {
  margin-bottom: 1.5rem;
}
.form-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.form-item label {
  color: #fff;
  width: 160px;
}
.form-item input {
  border: none;
  padding: 10px 15px;
  background: #fff;
  border-radius: 5px;
  width: calc(100% - 150px);
  font-size: 1rem;
}
input::placeholder {
  color: #686868;
}
.form-select {
  padding: 0 15px;
  background: #fff;
  border-radius: 5px;
  width: calc(100% - 150px);
  position: relative;
}
.form-select:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #686868 transparent transparent transparent;
  pointer-events: none;
}
.form-select select {
  width: 100%;
  height: 41px;
  line-height: 41px;
  font-size: 1rem;
  outline: none;
  cursor: pointer;
  border: none;
  background: #fff;
  appearance: none;
}
.form-checkbox input{
  position: absolute;
  opacity: 0;
}
.form-checkbox input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: .9rem;
  font-weight: normal;
  color: #efefef;
}
.form-checkbox input + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 3px;
}
.form-checkbox input:hover + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.form-checkbox input:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  background: black;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 black, 4px 0 0 black, 4px -2px 0 black, 4px -4px 0 black, 4px -6px 0 black, 4px -8px 0 black;
  transform: rotate(45deg);
}
.form-checkbox label a  {
  font-size: .9rem;
  font-weight: normal;
  color: #efefef;
}
.form-checkbox label a:hover  {
  color: rgba(255, 255, 255, .6);
}

