@charset "UTF-8";
.c_primary1 {
  color: #1a2166;
}

.c_primary2 {
  color: #c664b2;
}

.fz_h1 {
  font-size: 1.8em;
}

.fz_h2 {
  font-size: 1.6em;
}

.fz_h3 {
  font-size: 1.425em;
}

.fz_h4 {
  font-size: 1.25em;
}

.fz_h5 {
  font-size: 1.125em;
}

.fz_sm {
  font-size: 0.875em;
}

.fz_xs {
  font-size: 12px;
}

.fw_700 {
  font-weight: 700;
}

.lh_min {
  line-height: 1.3;
}

.layout_sec {
  padding-top: 60px;
  padding-bottom: 80px;
}

html {
  font-family: "Noto Sans TC", Microsoft Jhenghei, "微軟正黑", sans-serif;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000022;
  background: url("img/bg.png") center/cover no-repeat;
}

.fixed-top.bg-dark {
  background-color: #1a2166;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 4%, rgba(255, 255, 255, 0) 20%), linear-gradient(60deg, #00002e, #1a2166 85%, #c664b2) !important;
}

.navbar, .header_function {
  padding: 8px 1rem;
}

.header_title {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 10px;
	margin:20px 0 0 20px;
  color: #f5c01b;
}

.header_function {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}

@media (max-width: 992px) {
  .header_title {
    left: 72px;
  }
}
.nav-link {
  padding: 0 1rem;
  line-height: 10px;
	margin:20px 0 0 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active {
  background: linear-gradient(150deg, #c2689f, #00002e);
  color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: rgba(198, 100, 178, 0.6);
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: rgba(198, 100, 178, 0.2);
}

new-cal div {
  position: relative;
}
new-cal label {
  font-size: 20px;
  cursor: pointer;
  background: #f5c01b;
  color: #fff;
  width: 40px;
  text-align: center;
  height: 40px;
  border-radius: 4px;
  margin: 0;
}
new-cal i {
  line-height: 40px;
}

.add-to-calendar-checkbox ~ a {
  display: none;
  border-radius: 4px;
  margin-top: 4px;
  font-size: 20px;
  color: #fff;
}
.add-to-calendar-checkbox:checked ~ a {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

input[type=checkbox].add-to-calendar-checkbox {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  top: -9999px;
  left: -9999px;
}

.icon-google {
  background: #4285F4;
}

.icon-yahoo {
  background: #4203B0;
  top: 82px;
}

.icon-ical {
  background: #666;
  top: 124px;
}

.icon-outlook {
  background: #0070C6;
  top: 166px;
}

.function_item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 1rem;
}

.sns_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: -6px;
}
.sns_dropdown.is_show {
  display: block;
}
.sns_dropdown .btn_fb {
  margin-bottom: 2px;
}

.function_btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: center/cover no-repeat;
  cursor: pointer;
}
.function_btn.btn_share {
  background-image: url(img/UI/share.svg);
}
.function_btn.btn_fb {
  background-image: url(img/UI/facebook.svg);
}
.function_btn.btn_line {
  background-image: url(img/UI/line.svg);
}

.dropdown-menu a {
  cursor: pointer;
}
.kv {
  position: relative;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}

.kv .logo {
  position: absolute;
  left:calc(50% - 25vh);
  top: 15vh;
  width:50vh;
  transform: scale(5);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 900ms;
}
.kv .tit {
  position: absolute;
  left: 0;
  top: 65vh;
  width: 100%;
  text-align: center;
  font-size: 5vw;
  color: #fff;
  font-weight: 700;
  transform: translateY(100%);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1800ms;
  transition-delay: 900ms;
}
.kv .year {
  position: absolute;
  left: 50%;
  top: 36%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.1;
  width: 90%;
  padding-top: 32.15%;
  overflow: hidden;
	margin-top:6vh;
}
.kv .year .y_before,
.kv .year .y_last {
  position: absolute;
  top: 0;
  height: 100%;
}
.kv .year .y_before {
  left: 0;
  width: 75%;
  background-color: red;
  background: url("img/y_202.svg") center/contain no-repeat;
}
.kv .year .y_last {
  left: 75%;
  width: 25%;
  height: 200%;
  overflow: hidden;
  transition: top 1800ms 900ms;
}
.kv .year .y_0,
.kv .year .y_1 {
  height: 50%;
}
.kv .year .y_0 {
  background: url("img/y_0.svg") center/contain no-repeat;
}
.kv .year .y_1 {
  background: url("img/y_1.svg") center/contain no-repeat;
}

/* KV media query by Howard */
@media only screen and (max-width: 600px) {
  .kv .logo {
	  position: absolute;
	  left:10vw;
	  top: 10vh;
	  width:80vw;
	  transform: scale(5);
	  opacity: 0;
	  transition-property: transform, opacity;
	  transition-duration: 900ms;
	}
	.kv .tit {
	  font-size:7vw;
	}
	.kv .year {
	  position: absolute;
	  left: 50%;
	  top: 20vh;
	  z-index: 2;
	  transform: translate(-50%, -50%);
	  color: #fff;
	  opacity: 0.1;
	  width: 90%;
	  padding-top: 32.15%;
	  overflow: hidden;
	}
}

.kv.anied .logo {
  transform: scale(1);
  opacity: 1;
}
.kv.anied .tit {
  transform: translateY(0);
  opacity: 1;
}
.kv.anied .y_last {
  top: -100%;
}

.g_intro {
  padding-top: 2em;
  line-height: 1.6;
}
.g_intro p {
  max-width: 760px;
  margin: 0 auto 1em;
}
.g_intro .cta {
  text-align: center;
}
.g_intro .cta_btn {
  display: inline-block;
  border-radius: 0.5em;
  padding: 0.66em 1.33em;
  background: linear-gradient(60deg, #1a2166, #c664b2 66%);
  font-size: 2em;
  line-height: 1;
  color: #fff;
}

.intro_prim {
  padding-top: 0.375em;
  font-size: 2em;
  margin-left: -1rem;
}
.intro_prim div {
  display: inline-block;
  vertical-align: baseline;
}
.intro_prim .pot1, .intro_prim .pot2 {
  position: relative;
  padding: 0 0.75em;
  color: #fff;
}
.intro_prim .pot1::after, .intro_prim .pot2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  padding-top: 100%;
  width: 100%;
  mix-blend-mode: color-dodge;
}
.intro_prim .pot1 {
  margin-right: -0.75em;
}
.intro_prim .pot1 span {
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 1.1;
}
.intro_prim .pot1::after {
  background-color: #1a2166;
}
.intro_prim .pot2 span {
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 1.1;
}
.intro_prim .pot2::after {
  background-color: #c664b2;
}
.intro_prim .other {
  margin-left: 0.25rem;
  font-weight: 700;
}

.s_report .report_title {
  position: relative;
  border-left: 10px solid orange;
  margin-bottom: 1em;
  padding-left: 0.75em;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.1;
}
.s_report .rp_item {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  background: center/cover no-repeat;
  margin-bottom: 30px;
}
.s_report .rp_item a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.4) linear-gradient(150deg, rgba(213, 136, 32, 0) 40%, rgba(213, 136, 32, 0.3) 60%, rgba(213, 136, 32, 0.9)) 0 0/100% 200%;
  transition: background 300ms;
}
.s_report .rp_item a span {
  position: relative;
  top: 50%;
  display: block;
  padding: 0 1em;
  transform: translateY(-50%);
  font-size: 1.25em;
}
.s_report .rp_item a:hover {
  background-position: 0 100%;
}

.s_review .review_essential {
  position: relative;
  min-height: 620px;
  background: url("img/combat.jpg") center/cover no-repeat;
}
.s_review .review_essential::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
}
.s_review .review_wrap {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 100%;
  font-size: 2.6em;
  font-weight: 700;
  text-shadow: 0 3px 8px black;
  color: #fff;
}
.s_review .review_wrap .holder {
  text-align: center;
}
.s_review .essential_wrapper {
  position: relative;
  height: 80px;
  overflow: hidden;
}
.s_review .essential_slide {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
}
.s_review .essential_slide span {
  line-height: 60px;
  display: inline-block;
  vertical-align: baseline;
}
.s_review .essential_slide .ess_key {
  position: relative;
  bottom: -4px;
  font-size: 2em;
  color: #ffff00;
  font-family: Rubik, sans-serif;
}
.s_review .essential_slide.is_active {
  animation-name: slideAni;
  animation-duration: 3s;
}
@keyframes slideAni {
  0% {
    left: 20%;
    opacity: 0;
  }
  20% {
    left: 0%;
    opacity: 1;
  }
  80% {
    left: 0%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}

.s_speaker {
  padding: 3rem 0;
}
.s_speaker .speaker_cnt .item {
  display: flex;
  align-items: center;
  background-color: #fafcfb;
}
.s_speaker .speaker_cnt .item .i_left {
  flex: 0 0 auto;
}
.s_speaker .speaker_cnt .item .i_right {
  flex: 1 1 100%;
  padding-left: 1.5rem;
}
.s_speaker .speaker_cnt .item .time {
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid currentColor;
  line-height: 1.2;
  color: #c664b2;
}
.s_speaker .speaker_cnt .item .tit {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #1a2166;
}
.s_speaker .speaker_cnt .item .name {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.s_speaker .speaker_cnt .item .job {
  margin-top: 0.25rem;
}

.s_other {
  background: linear-gradient(45deg, #1a2166, #c664b2);
}
.s_other .info {
  padding: 2rem;
  color: #fff;
  font-size: 1.25rem;
}
.s_other .info .loca {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}
.s_other .info .links {
  margin-top: 0.5rem;
}
.s_other .info .links .link {
  display: inline-block;
  padding: 0.5rem 1rem;
  line-height: 1.2;
  border: 1px solid #fff;
  font-size: 1rem;
}
.s_other .info .links .link:last-child {
  margin-left: 10px;
}
.s_other .map_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 25vw;
}
.s_other .map_wrap .map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}