@charset "UTF-8";
/* Variables */


/* Modules */
.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: "Poppins", "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: #fff;
  color: #171346;
  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;
}

input::placeholder{
	font-family:"Poppins", "Noto Sans TC", sans-serif;
	color: #888;
	font-size: .9rem;
	letter-spacing: 1px;
}



img {
  vertical-align: top;
  max-width: 100%;
}
/*
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important;
}*/

::-moz-selection {
  background: rgba(0, 105, 255, 0.5);
  color: #fff;
  
}

::selection {
  background: rgba(0, 105, 255, 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;
}

.wrapper {
  overflow: hidden;
}



.sec-title {
  font-size: 54px;
  letter-spacing: .05em;
  margin-bottom: 0;
  font-weight: 900;
}
.wrapper p {
  font-size: 32px;
  line-height: 1.7;
}
.sec-en {
  font-size: 90px;
	font-weight: bold;
}
.text-center {
  text-align: center;
}
@media (max-width: 1200px) {
  .sec-title {
    font-size: 30px;
  }
  .sec-en {
    font-size: 56px;
  }
  .wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .sec-title {
    margin-bottom: 0;
  }
}


/*三大亮點*/
.feature {
  position: relative;
  padding-top: 76px;
  padding-bottom: 240px;
  background: url("../img/wave2.png") no-repeat bottom right, url("../img/bg.jpg") repeat top left;
  background-size: 60%, auto;
}
.feature .feature_wrap {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
/*.feature h2 {
  color: #0069ff;
  font-size: 54px;
}
.feature h3 {
  font-size: 28px;
  letter-spacing: .15em;
}
.feature .wave1 {
  position: absolute;
  top: -156px;
  width: 13.6%;
}*/
.feature .feature_video {
  max-width: 920px;
  width: 90%;
  margin: 0 auto;
}

#featureSplide {
  margin-top: 40px;
}
#featureSplide .splide__slide {
  transition: all 0.3s ease;
  flex: 0 0 19% !important;
}
#featureSplide .splide__slide.expanded {
  flex: 0 0 60% !important;
}
#featureSplide .card {
  background: #eee;
  color: #fff;
  padding: 36px 0;
  border-radius: 40px 0 40px 0;
  height: 480px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#featureSplide .splide__slide.expanded .card{
  align-items: end;
  padding: 36px 24px;
}
#featureSplide .card_wrap {
  margin: 0 auto;
  text-shadow: 0 0 8px rgba(23,19,70,.75);
}
#featureSplide .feature-title {
  font-size: 24px;
	padding-bottom: .5rem;
	font-weight: 600;
}
#featureSplide p {
  font-size: 18px;
	font-weight: 500;
	padding-top: .5rem;
	line-height: 1.5;
	text-align: justify;
}
#featureSplide .card1 {
  background: url("../img/feature1.jpg") no-repeat center;
  background-size: cover;
}
#featureSplide .card2 {
  background: url("../img/feature2.jpg") no-repeat center;
  background-size: cover;
}
#featureSplide .card3 {
  background: url("../img/feature3.jpg") no-repeat center;
  background-size: cover;
}
@media (max-width: 1600px) {
  .feature {
    padding-top: 64px;
    padding-bottom: 200px;
  }
  .feature h2 {
    font-size: 45px;
  }
  .feature h3 {
    font-size: 24px;
  }
  .feature .wave1 {
    top: -130px;
    width: 13.6%;
  }
  #featureSplide {
    margin-top: 36px;
    /*margin-bottom: 86px;*/
	  margin-bottom: 12px;
  }
  #featureSplide .card {
    padding: 24px 0;
    border-radius: 40px 0 40px 0;
    height: 400px;
  }
  #featureSplide .splide__slide.expanded .card{
    padding: 24px 24px;
  }
  #featureSplide .feature-title {
    font-size: 20px;
  }
  #featureSplide p {
    font-size: 15px;
  }
} 
@media (max-width: 1440px) {
	#featureSplide .feature-title {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
	#featureSplide .card_wrap {
		margin-left: .25rem;
}
}
@media (min-width: 768px) {
  #featureSplide .splide__list {
    transform: translateX(0) !important;
  }
  #featureSplide p {
    display: none;
  }
  #featureSplide .splide__slide.expanded p {
    display: block;
  }
}
@media (max-width: 767px) {
  #featureSplide {
    margin-bottom: 48px;
  }
  .feature {
    padding-bottom: 88px;
  }
  .feature .feature_wrap {
    width: 100%;
  }
  .feature h2 {
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .feature .wave1 {
    position: absolute;
    top: -20vw;
    width: 32%;
  }
  #featureSplide .splide__slide {
    flex: 0 0 90% !important;
  }
  #featureSplide .splide__slide.expanded {
    flex: 0 0 90% !important;
  }
  #featureSplide .splide__slide .card{
    align-items: end;
    padding: 36px 24px;
  }
  #featureSplide .splide__track {
    padding: 0 20px !important;
  }
}

.feature_slg {
  color: #828281;
  font-size: 120px;
}
.feature .slg2 {
  position: absolute;
  left: 92px; bottom: 0;
}
.feature .slg3 {
  position: absolute;
  bottom: 38px; right: 0;
}
@media (max-width: 1600px){
  .feature_slg {
    font-size: 6.25vw;
  }
  .feature .slg2 {
    left: 4%;
  }
}
@media (max-width: 767px) {
  .feature .slg2 {
    left: 2%;
  }
  .feature .slg3 {
    position: absolute;
    bottom: 20px; right: 0;
  }
}

/*報名*/
.event_section {
  position: relative;
  background-image: linear-gradient( 145deg, rgb(126,123,255) 0%, rgb(190,86,235) 53%, rgb(254,48,214) 100%);
  padding: 85px 0 110px;
}
.event_section .action {
  position: absolute;
  bottom: 50px; left: 0;
  width: 76%;
}
.event_section .event_wrap {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;;
}
.event_section .event_wrap .sec-title {
  font-size: 92px;
  line-height: 1.18;
  flex: 0 0 200px;
  color: #fff;
}
.form {
  width: 78%;
  padding: 0;
  margin-top: 50px;
}
form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
form .field {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  width: 49%;
  align-items: center;
  margin-bottom: 32px;
}
form .field label {
  width: 100px;
  flex-shrink: 0;
  color: #fff;
  text-align: right;
	font-weight: 500;
}
form .field input[type="text"],
form .field input[type="tel"],
form .field input[type="email"],
form .field select {
  border: unset;
  border-radius: 6px;
  background: #fff;
  flex: 1;
  height: var(--input-height);
  font-size: .9rem;
  padding: 0.75rem;
	letter-spacing: 1px;
	color: #888;
}
form .field .tracks {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex: 1;
  width: inherit;
  flex-direction: column;
}
form .field .tracks > div {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: baseline;
}
form .field .tracks label {
  width: auto;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin: 0;
}
form .field select {
  height: var(--input-height);
  width: 100%;
  font-size: .9rem;
  appearance: none;
  background: url(../img/select-arrow.png) no-repeat right 10px center #fff;
}
form button[type="submit"] {
  background: transparent;
  padding: 1rem 0;
  text-align: center;
  width: 500px;
  border-radius: 64px;
  color: white;
  font-weight: 800;
  border: 2px solid #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  
}
form button[type="submit"] i {
  /* width: 16px; */
  margin-left: 16px;
  vertical-align: middle;
  transition: all .3s;
  color: #fff053;
}
form button[type="submit"]:hover {
  background: #fff;
  color: #0069ff;
}
form button[type="submit"]:hover i {
  transform: translateX(10px);
  transition: all .3s;
  color: #0069ff;
}
.form p {
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
  width: 100%;
  line-height: 1.5;
  font-weight: 500;
}
.agreement {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  padding-left: 20px;
  width: 100%;
  margin: 20px 0 40px;
}
.agreement a {
  text-decoration: underline;
  padding: 0 0.5rem;
  color: #fff053;
}
.agreement p {
  line-height: 1.3em;
  word-break: keep-all;
  padding-left: 0;
}
@media (max-width: 1600px){
  .event_section {
    padding: 70px 0 88px;
  }
  .event_section .event_wrap .sec-title {
    font-size: 76px;
    flex: 0 0 164px;
  }
  .form {
    width: 80%;
    margin-top: 40px;
  }
  form .field {
    width: 48%;
    margin-bottom: 28px;
  }
  form .field input[type="text"],
  form .field input[type="tel"],
  form .field input[type="email"],
  form .field select {
    border: unset;
    border-radius: 6px;
    background: #fff;
    flex: 1;
    height: var(--input-height);
    font-size: 1rem;
    padding: 0.75rem;
  }
  form .field .tracks {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex: 1;
    width: inherit;
    flex-direction: column;
  }
  form .field .tracks > div {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: baseline;
  }
  form .field .tracks label {
    width: auto;
  }
  input[type="checkbox"] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin: 0;
  }
  form .field select {
    height: var(--input-height);
    width: 100%;
    font-size: 1rem;
    appearance: none;
    background: url(../img/select-arrow.png) no-repeat right 10px center #fff;
  }
  form button[type="submit"] {
    width: 415px;
  }
  .form p {
    font-size: 15px;
  }
  .agreement {
    margin: 16px 0 32px;
  }
}
@media (max-width: 1440px){
.event_section .event_wrap {
  max-width: 1200px;}
}
@media (max-width: 960px){
  .event_section {
    padding: 70px 0 88px;
  }
  .event_section .event_wrap {
    flex-wrap: wrap;
	  width: 80%;
  }
  .event_section .event_wrap .sec-title {
    font-size: 48px;
    text-align: center;
    flex: 0 0 100%;
  }
  .event_section .event_wrap .sec-title br {
    display: none;
  }
  .form {
    width: 100%;
    margin-top: 40px;
  }
  form .field {
    width: 100%;
    margin-bottom: 8px;
  }
  form .field label {
    width: 76px;
  }
  form button[type="submit"] {
    width: 100%;
  }
  .form p {
    font-size: 15px;
    padding-left: 0;
  }
  .agreement {
    padding-left: 0;
    margin: 16px 0 32px;
  }
  .agreement p {
    word-break: break-all;
  }
}
@media (max-width: 500px){
 
  .event_section .event_wrap .sec-title {
    font-size: 2rem;
  }
  .event_section {
    padding: 50px 0 50px;
  }
.event_section .action {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 90%;
}
}

/*精彩影音*/
.video_section {
	display: block;
	float: left;
	width: 44%;
	overflow: hidden;
  /*background: #fe8de8;*/
	background: #e79ae2;
  color: #fff;
	padding-bottom: 100px;
}
.video_section .video_wrap {
  max-width: 560px;
  /*width: 90%;*/
	width: 38.9vw;
  margin: 0 auto;
}
/*.video_section .sec-title {
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: bold;
}*/
.splide__pagination__page {
  opacity: 1;
}
.splide__arrow {
  opacity: 1 !important;
  background: transparent !important;
  width: 62px !important;
  height: 62px !important;
}
.splide__arrow svg {
  opacity: 0;
}
.splide__arrow--prev {
  left: -7em !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBmaWxsPSIjZmZmIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTI1NiA1MDRDMTE5IDUwNCA4IDM5MyA4IDI1NlMxMTkgOCAyNTYgOHMyNDggMTExIDI0OCAyNDgtMTExIDI0OC0yNDggMjQ4ek0xNDIuMSAyNzNsMTM1LjUgMTM1LjVjOS40IDkuNCAyNC42IDkuNCAzMy45IDBsMTctMTdjOS40LTkuNCA5LjQtMjQuNiAwLTMzLjlMMjI2LjkgMjU2bDEwMS42LTEwMS42YzkuNC05LjQgOS40LTI0LjYgMC0zMy45bC0xNy0xN2MtOS40LTkuNC0yNC42LTkuNC0zMy45IDBMMTQyLjEgMjM5Yy05LjQgOS40LTkuNCAyNC42IDAgMzR6Ii8+PC9zdmc+") !important;
  background-repeat: no-repeat;
  background-position: center;
}
.splide__arrow--next {
  right: -7em !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBmaWxsPSIjZmZmIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTI1NiA4YzEzNyAwIDI0OCAxMTEgMjQ4IDI0OFMzOTMgNTA0IDI1NiA1MDQgOCAzOTMgOCAyNTYgMTE5IDggMjU2IDh6bTExMy45IDIzMUwyMzQuNCAxMDMuNWMtOS40LTkuNC0yNC42LTkuNC0zMy45IDBsLTE3IDE3Yy05LjQgOS40LTkuNCAyNC42IDAgMzMuOUwyODUuMSAyNTYgMTgzLjUgMzU3LjZjLTkuNCA5LjQtOS40IDI0LjYgMCAzMy45bDE3IDE3YzkuNCA5LjQgMjQuNiA5LjQgMzMuOSAwTDM2OS45IDI3M2M5LjQtOS40IDkuNC0yNC42IDAtMzR6Ii8+PC9zdmc+") !important;
  background-repeat: no-repeat;
  background-position: center;
}
.splide__pagination {
  bottom: -2em !important;
}
.splide__pagination__page {
  opacity: 1;
  background: #fff !important;
  width: 15px !important; height: 15px !important;
  margin: 6px !important;
}
.splide__pagination__page.is-active {
  transform: scale(1.6) !important;
}
@media (max-width: 1600px){
  /*.video_section {
    padding: 58px 0;
  }*/
  .splide__arrow {
    width: 50px !important;
    height: 50px !important;
  }
  .splide__arrow--prev {
    left: -5.5em !important;
  }
  .splide__arrow--next {
    right: -5.5em !important;
  }
  .splide__pagination__page {
    opacity: 1;
    background: #fff !important;
    width: 10px !important; height: 10px !important;
  }
.video_section .video_wrap {
  max-width: 480px;
  width: 90%;
  /*width: 25vw;*/
  margin: 0 auto;
}
}
@media (max-width: 1440px){
.splide__arrow {
    width: 40px !important;
    height: 40px !important;
  }
  .splide__arrow--prev {
    left: -4.5em !important;
  }
  .splide__arrow--next {
    right: -4.5em !important;
  }	
}
@media (max-width: 1366px){
.splide__arrow {
    width: 36px !important;
    height: 36px !important;
  }
  .splide__arrow--prev {
    left: -4em !important;
  }
  .splide__arrow--next {
    right: -4em !important;
  }	
}
@media (max-width: 1280px){
.video_section .video_wrap {
    width: 420px;
  }

}
@media (max-width: 1200px){
.splide__arrow--prev {
    left: -3.5em !important;
  }
  .splide__arrow--next {
    right: -3.5em !important;
  }	
}
@media (max-width: 960px){
.video_section {
  display: block;
  float: none;
  width: 100%;
  overflow: hidden;
  background: #fe8de8;
  color: #fff;
  padding-bottom: 70px;
}
  .video_section .video_wrap {
    width: 80%;
  }
  .splide__arrow {
    width: 7vw !important;
    height: 7vw !important;
  }
  .splide__arrow--prev {
    left: -6em !important;
  }
  .splide__arrow--next {
    right: -6em !important;
  }
}
@media (max-width: 500px){
 .video_section .video_wrap {
    width: 75%;
  }
	.splide__arrow {
    width: 7vw !important;
    height: 7vw !important;
  }
  .splide__arrow--prev {
    left: -3em !important;
  }
  .splide__arrow--next {
    right: -3em !important;
  }
  .event_section .event_wrap .sec-title {
    font-size: 2rem;
  }
  .event_section {
    padding: 50px 0 50px;
  }
}