@-webkit-keyframes animate__title_image {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes animate__title_image {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-2%);
         transform: translateY(-2%);
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes animate__title_image {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2%);
       -moz-transform: translateY(-2%);
         -o-transform: translateY(-2%);
            transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes animate__float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes animate__float {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-5%);
         transform: translateY(-5%);
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes animate__float {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5%);
       -moz-transform: translateY(-5%);
         -o-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes animate__cloud {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes animate__cloud {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(-10%);
         transform: translateX(-10%);
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes animate__cloud {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10%);
       -moz-transform: translateX(-10%);
         -o-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes animate__rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-moz-keyframes animate__rotating {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }

  50% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
}
@keyframes animate__rotating {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.animate__title_image {
  -webkit-animation-name: animate__title_image;
     -moz-animation-name: animate__title_image;
          animation-name: animate__title_image;
}
.animate__float {
  -webkit-animation-name: animate__float;
     -moz-animation-name: animate__float;
          animation-name: animate__float;
}
.animate__cloud {
  -webkit-animation-name: animate__cloud;
     -moz-animation-name: animate__cloud;
          animation-name: animate__cloud;
}
.animate__rotating {
  -webkit-animation-name: animate__rotating;
     -moz-animation-name: animate__rotating;
          animation-name: animate__rotating;
}
.animate__animated.animate__slowest {
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
       animation-duration: 5s;
}
.row > div {
		margin-bottom: 15px;
		margin-top: 15px;
}
.row .col-xs-6 {
		margin-top: 1em;
}
.text-gray {
    color: rgb(128, 128, 128);
}
.text-secondary {
    color: #C6AD81 !important;
}
.text-preWrap {
    white-space: pre-wrap;
}
.text-highlight {
    color: #FDD108;
}
.bg-lightgray {
  background: #F6F6F6;
}
.bg-black {
  background: #000000;
  color: #FFFFFF;
}
.bg-skin {
  background: #fddbbf;
}
body {
	color: #FFFFFF;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 12px;
	font-weight: 300;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
}
@media (min-width: 992px) {
body {
		font-size: 14px;
  }
}
body.nav--open {
		overflow: hidden;
}
@media (min-width: 992px) {
body.nav--open {
			overflow-y: auto;
  }
}
body::-webkit-scrollbar {
		width: 0;
		height: 0;
}
img, svg {
	max-width: 100%;
	height: auto;
}
.lazy[src=""] {
		opacity: 0;
}
.wrapper {
	position: relative;
	overflow: hidden;
}
a, a:hover {
		text-decoration: none;
}
:focus {
	outline: none;
}
*.clickable {
	cursor: pointer;
}
.body-bg {
	background-image: url('../images/bg.png');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}
.preload {
	-webkit-box-align: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFFFFF;
	bottom: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: columns;
	        flex-direction: columns;
	-webkit-box-pack: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}
.kv {
  margin-top: 56px;
}
@media (min-width: 992px) {
.kv {
    margin-top: -1em;
  }
}
@media (min-width: 1200px) {
.kv {
    margin-top: -3em;
  }
}
.kv a {
    color: inherit;
}
.kv .title {
    left: 50.5%;
    top: 2%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -moz-calc(90% - 1em);
    width: calc(90% - 1em);
}
@media (min-width: 992px) {
.kv .title {
      top: 13%;
      width: 32%;
  }
}
.kv .time {
    left: 50%;
    top: 26%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    z-index: 2;
}
@media (min-width: 992px) {
.kv .time {
      top: 52%;
      width: 20%;
  }
}
.kv .left,
  .kv .right {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 93%;
}
@media (min-width: 992px) {
.kv .left,
  .kv .right {
      display: block;
      width: 22%;
  }
}
.kv .left:active .kv-card,
.kv .left:hover .kv-card,
.kv .left:focus .kv-card,
.kv .right:active .kv-card,
.kv .right:hover .kv-card,
.kv .right:focus .kv-card {
        -webkit-transform: rotateY(180deg);
           -moz-transform: rotateY(180deg);
                transform: rotateY(180deg);
}
.kv .left .kv-card-wrap, .kv .right .kv-card-wrap {
      width: 40%;
      position: relative;
      z-index: 2;
}
.kv .left .kv-content, .kv .right .kv-content {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
}
.kv .left {
    left: 4%;
    top: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
@media (min-width: 992px) {
.kv .left {
      bottom: 8%;
      left: 16%;
      top: auto;
  }
}
.kv .left .kv-card-wrap {
      -webkit-transform: rotate(-5deg);
         -moz-transform: rotate(-5deg);
          -ms-transform: rotate(-5deg);
           -o-transform: rotate(-5deg);
              transform: rotate(-5deg);
}
@media (min-width: 992px) {
.kv .left .kv-card-wrap {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
  }
}
.kv .right {
    right: 4%;
    top: 65%;
}
@media (min-width: 992px) {
.kv .right {
      bottom: 8%;
      left: auto;
      right: 16%;
      top: auto;
  }
}
.kv .right .kv-card-wrap {
      -webkit-transform: rotate(5deg);
         -moz-transform: rotate(5deg);
          -ms-transform: rotate(5deg);
           -o-transform: rotate(5deg);
              transform: rotate(5deg);
}
@media (min-width: 992px) {
.kv .right .kv-card-wrap {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
  }
}
.kv .center {
    left: 50%;
    top: 35%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.kv .center .kv-card {
      -webkit-transform: scale(0.8);
         -moz-transform: scale(0.8);
          -ms-transform: scale(0.8);
           -o-transform: scale(0.8);
              transform: scale(0.8);
}
.kv .center .kv-card:active,
.kv .center .kv-card:hover,
.kv .center .kv-card:focus {
        -webkit-transform: scale(0.8) rotateY(180deg);
           -moz-transform: scale(0.8) rotateY(180deg);
                transform: scale(0.8) rotateY(180deg);
}
.kv .action {
    bottom: 0;
    font-size: 1.5em;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60%;
    z-index: 1;
}
@media (min-width: 992px) {
.kv .action {
      bottom: 6%;
      font-size: .9em;
      width: 18%;
  }
}
@media (min-width: 1200px) {
.kv .action {
      font-size: 1em;
  }
}
@media (min-width: 1440px) {
.kv .action {
      bottom: 6%;
      font-size: 1.2em;
  }
}
.kv .action a img {
        -webkit-transition: .3s 0s ease;
        -o-transition: .3s 0s ease;
        -moz-transition: .3s 0s ease;
        transition: .3s 0s ease;
        -webkit-transition-property: all;
        -o-transition-property: all;
        -moz-transition-property: all;
        transition-property: all;
}
.kv .action a:active img,
.kv .action a:hover img,
.kv .action a:focus img {
          -webkit-transform: scale(1.05);
             -moz-transform: scale(1.05);
              -ms-transform: scale(1.05);
               -o-transform: scale(1.05);
                  transform: scale(1.05);
}
.kv-card {
  -webkit-transition: .3s 0s ease;
  -o-transition: .3s 0s ease;
  -moz-transition: .3s 0s ease;
  transition: .3s 0s ease;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.kv-card .kv-card-box {
    -webkit-transform: scale(1.25);
       -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
         -o-transform: scale(1.25);
            transform: scale(1.25);
    pointer-events: none;
    -ms-touch-action: none;
        touch-action: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.kv-card .kv-card-card {
    -webkit-transform: scale(.8) translate(-2%, -10%);
       -moz-transform: scale(.8) translate(-2%, -10%);
        -ms-transform: scale(.8) translate(-2%, -10%);
         -o-transform: scale(.8) translate(-2%, -10%);
            transform: scale(.8) translate(-2%, -10%);
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
}
.kv-card .kv-card-back {
    -webkit-transform: scale(.8)  translate(-2%, -10%) rotateY(180deg);
       -moz-transform: scale(.8)  translate(-2%, -10%) rotateY(180deg);
            transform: scale(.8)  translate(-2%, -10%) rotateY(180deg);
}
.kv-card .kv-card-bottom {
    -webkit-transform: scale(1.25) translate(-2%, -10%);
       -moz-transform: scale(1.25) translate(-2%, -10%);
        -ms-transform: scale(1.25) translate(-2%, -10%);
         -o-transform: scale(1.25) translate(-2%, -10%);
            transform: scale(1.25) translate(-2%, -10%);
    pointer-events: none;
    -ms-touch-action: none;
        touch-action: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.kv-content {
  font-size: 3.4vw;
}
.kv-content .kv-content-title {
    color: transparent;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.4em;
    font-weight: 900;
    letter-spacing: -0.05em;
    margin-bottom: -1.5em;
    margin-right: auto;
    padding: .2em 0 1em;
    position: relative;
    text-indent: -.4em;
    width: 5.3em;
    z-index: 1;
}
.kv-content .kv-content-title:before {
      background: url('../images/kv/tt.png') no-repeat center / contain;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -2;
}
.kv-content .kv-content-title:after {
      content: attr(data-title);
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-text-stroke: .2em white;
      background: transparent;
      text-stroke: .2em white;
      z-index: -1;
}
.kv-content .kv-content-title span {
      position: relative;
}
.kv-content.kv-content-blue .kv-content-title:before {
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="220" /></filter></svg>#filter');
      -webkit-filter: hue-rotate(220deg);
              filter: hue-rotate(220deg);
}
.kv-content.kv-content-blue .kv-content-title:after {
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="5" dy="5" result="offsetblur" /><feFlood flood-color="rgba(1,44,141,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
      -webkit-filter: drop-shadow(4px 4px 0 #012c8d);
              filter: drop-shadow(4px 4px 0 #012c8d);
}
.kv-content.kv-content-blue span {
      background: -webkit-gradient(linear, left top, left bottom, from(#3289ff), to(#012c8d));
      background: -webkit-linear-gradient(top, #3289ff, #012c8d);
      background: -moz- oldlinear-gradient(top, #3289ff, #012c8d);
      background: -o-linear-gradient(top, #3289ff, #012c8d);
      background: linear-gradient(to bottom, #3289ff, #012c8d);
      -webkit-background-clip: text;
      background-clip: text;
}
.kv-content.kv-content-red .kv-content-title:after {
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="5" dy="5" result="offsetblur" /><feFlood flood-color="rgba(126,0,2,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
      -webkit-filter: drop-shadow(4px 4px 0 #7e0002);
              filter: drop-shadow(4px 4px 0 #7e0002);
}
.kv-content.kv-content-red span {
      background: -webkit-gradient(linear, left top, left bottom, from(#f50307), to(#7e0002));
      background: -webkit-linear-gradient(top, #f50307, #7e0002);
      background: -moz- oldlinear-gradient(top, #f50307, #7e0002);
      background: -o-linear-gradient(top, #f50307, #7e0002);
      background: linear-gradient(to bottom, #f50307, #7e0002);
      -webkit-background-clip: text;
      background-clip: text;
}
.kv-content .kv-content-text {
    background: -webkit-gradient(linear, left top, left bottom, from(#092aa1), to(#180707));
    background: -webkit-linear-gradient(top, #092aa1, #180707);
    background: -moz- oldlinear-gradient(top, #092aa1, #180707);
    background: -o-linear-gradient(top, #092aa1, #180707);
    background: linear-gradient(to bottom, #092aa1, #180707);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 42, 161, .9)), to(rgba(24, 7, 7, .9)));
    background: -webkit-linear-gradient(top, rgba(9, 42, 161, .9), rgba(24, 7, 7, .9));
    background: -moz- oldlinear-gradient(top, rgba(9, 42, 161, .9), rgba(24, 7, 7, .9));
    background: -o-linear-gradient(top, rgba(9, 42, 161, .9), rgba(24, 7, 7, .9));
    background: linear-gradient(to bottom, rgba(9, 42, 161, .9), rgba(24, 7, 7, .9));
    border: 1px solid #FFFFFF;
    font-weight: 400;
    justify-self: start;
    margin: 0 .5em 3.5em .5em;
    padding: 2em .8em .8em;
    position: relative;
    text-align: justify;
    width: 90%;
}
.navbar {
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	        box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	font-size: 1.2em;
	height: 56px;
	padding: 0;
	z-index: 1000;
}
@media (min-width: 992px) {
.navbar {
		height: auto;
  }
}
.navbar-brand {
		-webkit-box-flex: 1;
		   -moz-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		max-width: 130px;
		padding: 0.5em 0;
		margin-right: 0;
}
@media (min-width: 992px) {
.navbar-brand {
			margin-right: auto;
			-ms-flex-preferred-size: 100px;
			    flex-basis: 100px;
			max-width: 200px;
  }
}
.navbar-light {
		background-color: #017f7b !important;
}
.navbar-nav {
		width: 100%;
		margin-left: auto;
}
.navbar-links {
		font-size: 1.2em;
		list-style: none;
		margin: 0 auto 0 0;
		padding-left: .5em;
}
.navbar-links .nav-link {
			color: #FFFFFF;
			font-weight: bold;
}
.navbar-links .nav-link:active,
.navbar-links .nav-link:hover,
.navbar-links .nav-link:focus {
				color: #FDD108;
}
.navbar-social {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		gap: .2em;
}
@media (min-width: 992px) {
.navbar-social {
			-webkit-box-ordinal-group: 2;
			   -moz-box-ordinal-group: 2;
			    -ms-flex-order: 1;
			        order: 1;
			margin-left: 1em;
  }
}
.navbar-social.is-hide {
			display: none;
}
@media (min-width: 992px) {
.navbar-social.is-hide {
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
  }
}
.navbar-social .social-link {
			-webkit-transition: .3s 0s ease;
			-o-transition: .3s 0s ease;
			-moz-transition: .3s 0s ease;
			transition: .3s 0s ease;
			-webkit-transition-property: all;
			-o-transition-property: all;
			-moz-transition-property: all;
			transition-property: all;
			display: block;
			width: 2em;
			border-radius: .7em;
			border: 3px solid transparent;
}
@media (min-width: 768px) {
.navbar-social .social-link {
				width: 3em;
  }
}
.navbar-social .social-link:active,
.navbar-social .social-link:hover,
.navbar-social .social-link:focus {
				opacity: .5;
}
@media (min-width: 992px) {
.navbar-social .social-link {
				width: 2.5em;
  }
}
.navbar-social .social-link.is-rounded {
				border-radius: 100%;
}
.navbar > .container-fluid {
		padding-right: 0;
}
@media (min-width: 992px) {
.navbar > .container-fluid {
			padding-right: .75em;
  }
}
.navbar .nav-link {
		text-align: center;
		padding: 1em 0;
}
@media (min-width: 992px) {
.navbar .nav-link {
			padding: 0.5em 1em;
  }
}
.navbar .nav-item:not(:last-of-type) {
			position: relative;

			/* &:before */
			/* 	background: var(--colorWhite) */
			/* 	bottom: 0 */
			/* 	content: '' */
			/* 	display: block */
			/* 	height: 1px */
			/* 	left: 50% */
			/* 	position: absolute */
			/* 	transform: translateX(-50%) */
			/* 	width: 2em */
}
@media (min-width: 992px) {
.navbar .nav-item {
			-webkit-box-align: center;
			   -moz-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
  }

			.navbar .nav-item:not(:last-of-type) {
				/* span */
				/* 	border-right: 1px solid var(--colorMain) */
  }
				.navbar .nav-item:not(:last-of-type):before {
					display: none;
  }
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
		border-radius: 0;
		background: transparent;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .dropdown-menu {
			background: #002e99;
			top: 100%;
			left: 50%;
			-webkit-transform: translateX(-50%);
			   -moz-transform: translateX(-50%);
			    -ms-transform: translateX(-50%);
			     -o-transform: translateX(-50%);
			        transform: translateX(-50%);
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
		font-weight: 500;
		color: #FFFFFF;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
			padding: 1em 0;
  }
}
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:active,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus {
			color: #FDD108;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
			font-weight: bold;
}
.navbar-expand-lg .navbar-nav .nav-link span {
			position: relative;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link span {
				padding: 0 1.2em;
  }
}
@media (min-width: 992px) {
			.dropdown:active .dropdown-toggle .icon svg,
			.dropdown:hover .dropdown-toggle .icon svg,
			.dropdown:focus .dropdown-toggle .icon svg {
				-webkit-transform: rotate(0deg);
				   -moz-transform: rotate(0deg);
				    -ms-transform: rotate(0deg);
				     -o-transform: rotate(0deg);
				        transform: rotate(0deg);
  }

			.dropdown:active .dropdown-menu,
			.dropdown:hover .dropdown-menu,
			.dropdown:focus .dropdown-menu {
				display: block !important;
				opacity: 1;
  }
}
.dropdown .dropdown-toggle {
		-webkit-box-align: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}
.dropdown .dropdown-toggle .icon {
			margin-left: .5em;
			width: 1.2em;
}
.dropdown .dropdown-toggle .icon svg {
				height: auto;
				max-width: 100%;
				-webkit-transform: rotate(-180deg);
				   -moz-transform: rotate(-180deg);
				    -ms-transform: rotate(-180deg);
				     -o-transform: rotate(-180deg);
				        transform: rotate(-180deg);
				-webkit-transition: -webkit-transform .35s ease;
				transition: -webkit-transform .35s ease;
				-o-transition: -o-transform .35s ease;
				-moz-transition: transform .35s ease, -moz-transform .35s ease;
				transition: transform .35s ease;
				transition: transform .35s ease, -webkit-transform .35s ease, -moz-transform .35s ease, -o-transform .35s ease;
}
.dropdown .dropdown-toggle.show .icon svg {
			-webkit-transform: rotate(0deg);
			   -moz-transform: rotate(0deg);
			    -ms-transform: rotate(0deg);
			     -o-transform: rotate(0deg);
			        transform: rotate(0deg);
}
.dropdown .dropdown-toggle:after {
			display: none;
}
.dropdown .dropdown-menu {
		font-size: 1em;
		-webkit-transition: opacity 1s ease;
		-o-transition: opacity 1s ease;
		-moz-transition: opacity 1s ease;
		transition: opacity 1s ease;
}
@media (min-width: 992px) {
.dropdown .dropdown-menu {
			border: none;
			-webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
			        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
			opacity: 0;
			padding: 1em 0.5em;
  }

			.dropdown .dropdown-menu.show {
				display: none;
  }

			.dropdown .dropdown-menu[data-bs-popper] {
				margin-top: 0;
  }
}
.dropdown .dropdown-item {
		color: #002e99;
		font-weight: inherit;
		padding: .4em 1em;
		position: relative;
		text-align: center;
		-webkit-transition: 1s color cubic-bezier(0, 0, 0.2, 1);
		-o-transition: 1s color cubic-bezier(0, 0, 0.2, 1);
		-moz-transition: 1s color cubic-bezier(0, 0, 0.2, 1);
		transition: 1s color cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 992px) {
.dropdown .dropdown-item {
			color: #FFFFFF;
  }
}
.dropdown .dropdown-item:active,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item:focus {
			background: transparent;
			color: #002e99;
			color: rgba(0, 46, 153, 0.5);
}
@media (min-width: 992px) {
.dropdown .dropdown-item:active,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item:focus {
				color: #ffffff;
				color: rgba(255, 255, 255, 0.25);
  }
}
.navbar-collapse {
	background: url('../images/board_bg.jpg');
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2) inset;
	        box-shadow: 0 1px 8px rgba(0, 0, 0, .2) inset;
	font-size: 1.3em;
	height: -moz-calc(100% - 56px) !important;
	height: calc(100% - 56px) !important;
	left: 0;
	opacity: 0;
	overflow: auto;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 56px;
	-webkit-transition: opacity .35s ease;
	-o-transition: opacity .35s ease;
	-moz-transition: opacity .35s ease;
	transition: opacity .35s ease;
}
.navbar-collapse::-webkit-scrollbar {
		width: 0;
		height: 0;
}
@media (min-width: 992px) {
.navbar-collapse {
		background: transparent;
		-webkit-box-shadow: none;
		        box-shadow: none;
		font-size: 1em;
		height: 100% !important;
		opacity: 1;
		overflow: visible;
		pointer-events: auto;
		position: static;
  }
}
@media (min-width: 1440px) {
.navbar-collapse {
		font-size: 1.2em;
  }
}
.navbar-collapse.show {
		opacity: 1;
		pointer-events: auto;
}
@media (min-width: 992px) {
.navbar-collapse .navbar-toggler {
			display: none;
  }
}
.navbar-collapse .navbar-toggler-icon {
			background: transparent;
}
.navbar-collapse .navbar-toggler-icon svg {
				max-width: 100%;
				height: auto;
}
.collapsing {
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}
.navbar-light .navbar-toggler {
		border: none;
		padding: 0 .3em;
		font-size: .8em;
}
@media (min-width: 768px) {
.navbar-light .navbar-toggler {
			font-size: 1.3em;
  }
}
.navbar-light .navbar-toggler:focus {
			-webkit-box-shadow: none;
			        box-shadow: none;
}
.navbar-light .navbar-toggler-icon {
			background: transparent;
}
.navbar-light .navbar-toggler-icon svg {
				max-width: 100%;
				height: auto;
}
.hud-link {
    -webkit-transition: .3s 0s ease;
    -o-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
    -webkit-transition-property: -webkit-filter;
    transition-property: -webkit-filter;
    -o-transition-property: filter;
    -moz-transition-property: filter;
    transition-property: filter;
    transition-property: filter, -webkit-filter;
}
.hud-link:active,
.hud-link:hover,
.hud-link:focus {
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.5" /><feFuncG type="linear" slope="1.5" /><feFuncB type="linear" slope="1.5" /></feComponentTransfer></filter></svg>#filter');
      -webkit-filter: brightness(1.5);
              filter: brightness(1.5);
}
.hud--menu {
    bottom: 0;
    left: 50%;
    max-width: 600px;
    position: fixed;
    right: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
}
@media (min-width: 1360px) {
.hud--menu {
      bottom: 50%;
      left: auto;
      max-width: 100px;
      right: 1em;
      -webkit-transform: translateY(+50%);
         -moz-transform: translateY(+50%);
          -ms-transform: translateY(+50%);
           -o-transform: translateY(+50%);
              transform: translateY(+50%);
      width: 10%;
  }
}
@media (min-width: 1600px) {
.hud--menu {
      max-width: 120px;
  }
}
.hud--menu ul {
      -webkit-box-align: flex;
         -moz-box-align: flex;
          -ms-flex-align: flex;
              align-items: flex;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
}
@media (min-width: 1360px) {
.hud--menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 1em;
  }
}
.hud--menu ul li {
        -webkit-box-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.hud--menu ul li:nth-child(even) .hud-link {
            background: -webkit-linear-gradient(325deg, #c08799, #733248);
            background: -moz- oldlinear-gradient(325deg, #c08799, #733248);
            background: -o-linear-gradient(325deg, #c08799, #733248);
            background: linear-gradient(125deg, #c08799, #733248);
            border-color: #631E35;
}
@media (min-width: 1360px) {
.hud--menu ul li:nth-child(even) .hud-link {
              background: transparent;
  }
}
.hud--menu ul li:nth-child(even) .hud-text picture {
              display: block;
              margin: auto;
              width: 88%;
}
@media (min-width: 1360px) {
.hud--menu ul li:nth-child(even) .hud-text picture {
                width: 100%;
  }
}
.hud--menu .hud-link {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: -webkit-linear-gradient(325deg, #b8895e , #3c250e);
      background: -moz- oldlinear-gradient(325deg, #b8895e , #3c250e);
      background: -o-linear-gradient(325deg, #b8895e , #3c250e);
      background: linear-gradient(125deg, #b8895e , #3c250e);
      border-color: #422205;
      border-radius: 1em 1em 0 0;
      border-style: solid;
      border-width: 2px 2px 0 2px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      gap: .5em;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: .2em 1em;
}
@media (min-width: 1360px) {
.hud--menu .hud-link {
        background: transparent;
        border-width: 0;
        display: block;
  }
}
.hud--menu .hud-icon {
      -ms-flex-preferred-size: 3.5em;
          flex-basis: 3.5em;
}
.hud--menu .hud-text {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
@media (min-width: 1360px) {
.hud--menu .hud-text {
        margin-top: -30%;
  }
}
.hud--gototop {
    bottom: 6em;
    max-width: 70px;
    position: fixed;
    right: 1em;
    width: 10%;
    z-index: 100;
}
@media (min-width: 1360px) {
.hud--gototop {
      bottom: 2em;
      max-width: 60px;
      right: 2em;
  }
}
@media (min-width: 1600px) {
.hud--gototop {
      max-width: 70px;
      right: 2.5em;
  }
}
.hud--gototop .hud-text {
      margin-left: auto;
      margin-top: -2em;
      width: 70%;
}
.modal .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center no-repeat;
    margin: 0;
}
.modal .btn-close:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
}
.modal-backdrop.show {
  opacity: .8;
}
.video_modal .btn-close {
    -webkit-transition: .3s 0s ease;
    -o-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    height: 2em;
    opacity: .5;
    position: absolute;
    right: 0;
    top: -1em;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 2em;
}
.video_modal .btn-close:active,
.video_modal .btn-close:hover,
.video_modal .btn-close:focus {
      opacity: 1;
}
.video_modal .modal-content {
    background-color: transparent;
    border-radius: 0;
}
.video_modal .modal-body {
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
            box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
    padding: 0;
}
.video_modal .modal-footer {
    border: none;
    color: #FDD108;
    font-size: 1.2em;
    font-weight: normal;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 10px rgb(0, 0, 0), 2px 2px 5px rgb(0, 0, 0);
}
.externalLink_modal {
  color: #000000;
  font-weight: normal;
  text-align: center;
}
.externalLink_modal .modal-content {
    border-radius: 1em;
    overflow: hidden;
}
.externalLink_modal .modal-header {
    background: -webkit-gradient(linear, left top, left bottom, from(#143477), to(#1b55b3));
    background: -webkit-linear-gradient(top, #143477, #1b55b3);
    background: -moz- oldlinear-gradient(top, #143477, #1b55b3);
    background: -o-linear-gradient(top, #143477, #1b55b3);
    background: linear-gradient(to bottom, #143477, #1b55b3);
    color: #FFFFFF;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.externalLink_modal .btn-close {
    height: .7em;
    margin-left: 0;
    position: absolute;
    right: 1em;
    width: .7em;
}
.externalLink_modal .modal-body {
    padding: 1.5em 1em 1em;
    font-size: 1.3em;
}
.externalLink_modal .modal-footer {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 1em;
    border: none;
}
.externalLink_modal .btn {
    -webkit-transition: .3s 0s ease;
    -o-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    border: none;
    padding: .4em 3em;
}
.externalLink_modal .btn:active,
.externalLink_modal .btn:hover,
.externalLink_modal .btn:focus {
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
      -webkit-filter: brightness(1.2);
              filter: brightness(1.2);
      -webkit-transform: translateY(2px);
         -moz-transform: translateY(2px);
          -ms-transform: translateY(2px);
           -o-transform: translateY(2px);
              transform: translateY(2px);
}
.externalLink_modal .btn-primary {
      background: -webkit-gradient(linear, left top, left bottom, from(#143477), to(#1b55b3));
      background: -webkit-linear-gradient(top, #143477, #1b55b3);
      background: -moz- oldlinear-gradient(top, #143477, #1b55b3);
      background: -o-linear-gradient(top, #143477, #1b55b3);
      background: linear-gradient(to bottom, #143477, #1b55b3);
}
.externalLink_modal .btn-primary:focus {
        -webkit-box-shadow: 0 0 0 .25rem rgba(27, 85, 179, .5);
                box-shadow: 0 0 0 .25rem rgba(27, 85, 179, .5);
}
.externalLink_modal .btn-secondary {
      background: -webkit-gradient(linear, left top, left bottom, from(#6C757D), to(#9ba8b4));
      background: -webkit-linear-gradient(top, #6C757D, #9ba8b4);
      background: -moz- oldlinear-gradient(top, #6C757D, #9ba8b4);
      background: -o-linear-gradient(top, #6C757D, #9ba8b4);
      background: linear-gradient(to bottom, #6C757D, #9ba8b4);
}
.introduce_modal {
  font-weight: 500;
}
@media (min-width: 768px) {
.introduce_modal.introduce_modal_00795B .modal-header, .introduce_modal.introduce_modal_00894 .modal-header {
        -webkit-box-pack: start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
  }
}
.introduce_modal.introduce_modal_00795B .modal-name, .introduce_modal.introduce_modal_00894 .modal-name {
      max-width: 12em;
}
.introduce_modal a {
    color: inherit;
}
.introduce_modal .modal-content {
    background: -webkit-gradient(linear, left top, left bottom, from(#B7D3FF), color-stop(20%, #4F82D4), to(#001A55));
    background: -webkit-linear-gradient(top, #B7D3FF, #4F82D4 20%, #001A55);
    background: -moz- oldlinear-gradient(top, #B7D3FF, #4F82D4 20%, #001A55);
    background: -o-linear-gradient(top, #B7D3FF, #4F82D4 20%, #001A55);
    background: linear-gradient(to bottom, #B7D3FF, #4F82D4 20%, #001A55);
    border-radius: 0;
    border: 2px solid #011a8e;
    overflow: visible;
}
.introduce_modal .modal-deco {
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
}
.introduce_modal .modal-deco.top_image {
      top: 0;
      mix-blend-mode: soft-light;
}
.introduce_modal .modal-deco.bottom_image {
      bottom: 0;
      opacity: .6;
}
.introduce_modal .modal-header {
    border-bottom: none;
    border-radius: 0;
    border-top: 10px solid #031667;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1em 2em;
    position: relative;
}
@media (min-width: 768px) {
.introduce_modal .modal-header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 1.5em;
      padding: 2em 2em 1.5em;
  }
}
.introduce_modal .modal-header:after {
      background: #002e99;
      bottom: 0;
      content: '';
      display: block;
      height: 2px;
      left: 2em;
      position: absolute;
      width: -moz-calc(100% - 4em);
      width: calc(100% - 4em);
}
.introduce_modal .modal-title {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 220px;
}
.introduce_modal .modal-name {
    -webkit-box-flex: 2;
       -moz-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    font-size: 1.5em;
}
.introduce_modal .modal-name .text-highlight {
      color: #ff0000;
}
.introduce_modal .modal-close {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(4px, -40%);
       -moz-transform: translate(4px, -40%);
        -ms-transform: translate(4px, -40%);
         -o-transform: translate(4px, -40%);
            transform: translate(4px, -40%);
    width: 5em;
    z-index: 10;
}
.introduce_modal .modal-gototop {
    bottom: 1em;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 1em;
    width: 5em;
    z-index: 10;
}
.introduce_modal .modal-body {
    padding: .5em;
    position: relative;
}
@media (min-width: 768px) {
.introduce_modal .modal-body {
      padding-top: 1.5em;
  }
}
.introduce_modal .modal-body::-webkit-scrollbar {
      width: 0;
}
.introduce_modal .section {
    font-size: 1em;
}
@media (min-width: 768px) {
.introduce_modal .section {
      padding: 1em 0 3em;
  }
}
.introduce_modal .section-title {
    font-size: 1.8em;
    max-width: 200px;
}
.introduce_modal .section-paper {
    -webkit-box-shadow:
      0 0 0 5px #002e99,
      0 0 0 9px #FFFFFF,
      10px 10px 10px rgba(0, 0, 0, 0.43);
            box-shadow:
      0 0 0 5px #002e99,
      0 0 0 9px #FFFFFF,
      10px 10px 10px rgba(0, 0, 0, 0.43);
    padding-left: 1em;
    padding-right: 1em;
}
@media (min-width: 768px) {
.introduce_modal .section-paper {
      -webkit-box-shadow:
        0 0 0 8px #002e99,
        0 0 0 14px #FFFFFF,
        15px 15px 15px rgba(0, 0, 0, 0.43);
              box-shadow:
        0 0 0 8px #002e99,
        0 0 0 14px #FFFFFF,
        15px 15px 15px rgba(0, 0, 0, 0.43);
      padding-left: 2em;
      padding-right: 2em;
  }
}
.introduce_modal .section-info {
    padding-bottom: 2em;
    padding-top: 0;
}
.introduce_modal .section-info .section-paper {
      padding: 6em 1.5em 1.5em;
}
@media (min-width: 992px) {
.introduce_modal .section-info .section-paper {
        padding-right: 3em;
        padding-top: 1.5em;
  }
}
.introduce_modal .section-info ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1.5em;
      list-style: none;
      margin: 0;
      padding-left: 0;
}
.introduce_modal .section-info li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: .5em;
}
.introduce_modal .section-info .introduce-tt {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: -webkit-linear-gradient(315deg, #0141ae, #082f76);
      background: -moz- oldlinear-gradient(315deg, #0141ae, #082f76);
      background: -o-linear-gradient(315deg, #0141ae, #082f76);
      background: linear-gradient(135deg, #0141ae, #082f76);
      -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 1em) 100%, 0 100%);
              clip-path: polygon(0 0, 100% 0, -moz-calc(100% - 1em) 100%, 0 100%);
              clip-path: polygon(0 0, 100% 0, calc(100% - 1em) 100%, 0 100%);
      color: #fff;
      display: inline-block;
      font-size: 0.9em;
      font-weight: bold;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 7em;
      padding: 0.1em 2em 0.2em 1em;
}
.introduce_modal .section-info .introduce-cc {
      text-align: justify;
      -moz-text-align-last: left;
           text-align-last: left;
}
.introduce_modal .section-info .introduce-cc_analysis {
        margin-left: -2em;
}
.introduce_modal .section-info .introduce-person-wrap {
      -webkit-box-align: end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: -7em;
      position: relative;
}
@media (min-width: 992px) {
.introduce_modal .section-info .introduce-person-wrap {
        margin-bottom: -.5em;
        margin-left: -10%;
  }
}
.introduce_modal .section-info .introduce-person {
      display: block;
      margin: 0 auto;
      max-width: 400px;
      width: 70%;
}
@media (min-width: 992px) {
.introduce_modal .section-info .introduce-person {
        margin: 0;
        max-width: none;
        width: 100%;
  }
}
.introduce_modal .section-info .introduct-comb {
      display: block;
      position: absolute;
      right: 1em;
      top: 0;
      width: 6em;
}
.introduce_modal .section-action {
    color: #FFFFFF;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: .5em 1.2em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.introduce_modal .section-action:before {
      background: -webkit-gradient(linear, left top, left bottom, from(#02D3FB), to(#012AE1));
      background: -webkit-linear-gradient(top, #02D3FB, #012AE1);
      background: -moz- oldlinear-gradient(top, #02D3FB, #012AE1);
      background: -o-linear-gradient(top, #02D3FB, #012AE1);
      background: linear-gradient(to bottom, #02D3FB, #012AE1);
}
.introduce_modal .section-action:active,
.introduce_modal .section-action:hover,
.introduce_modal .section-action:focus {
      color: #FFFFFF;
}
.introduce_modal .section-timeline .section-paper {
      font-size: 1em;
}
.introduce_modal .section-timeline .timeline {
      gap: 1em .5em;
}
@media (min-width: 768px) {
.introduce_modal .section-timeline .timeline {
        gap: 1.5em 1em;
  }
}
.introduce_modal .section-timeline .section-action {
      font-size: 1em;
      margin-bottom: 0;
}
.introduce_modal .section-buying-methods {
    text-align: center;
}
.introduce_modal .section-buying-methods .text-highlight {
      color: #002e99;
}
.introduce_modal .section-buying-methods .h5 {
      margin-bottom: .5em;
}
.introduce_modal .section-buying-methods p {
      margin-bottom: 1.5em;
}
.introduce_modal .section-buying-methods .section-paper {
      font-size: 1.2em;
      font-weight: bold;
}
.introduce_modal .section-buying-methods .section-action {
      font-size: 1.6em;
      margin: 2em auto .5em;
}
.introduce_modal .section-buying-methods .buying-methods {
      display: grid;
      font-weight: bold;
      gap: 0.5em;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      margin: 1em auto .5em;
      max-width: 600px;
      text-align: center;
      width: 90%;
}
@media (min-width: 768px) {
.introduce_modal .section-buying-methods .buying-methods {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
  }
}
.introduce_modal .section-buying-methods .buying-methods div {
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #b8d8f7;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 1em 0.3em;
}
.introduce_modal .section-buying-methods .buying-methods div.ctb {
          background-color: #ffe81d;
}
.introduce_modal .section-disclaimer {
    padding-top: 0;
}
.introduce_modal .section-disclaimer .disclaimer {
      font-size: .95em;
      font-weight: bold;
      -moz-text-align-last: left;
           text-align-last: left;
      text-align: justify;
      word-break: break-all;
}
.introduce_modal .section-disclaimer .text-highlight {
      color: #ff0000;
}
.introduce_modal .section-disclaimer .h6, .introduce_modal .section-disclaimer .small {
      text-align: center;
      -moz-text-align-last: center;
           text-align-last: center;
}
.img-response {
  position: relative;
  text-align: center;
}
.img-response-pos img,
    .img-response-pos iframe {
      top: 0;
      left: 0;
}
.img-response-pos > * {
      position: absolute;
}
.img-response img {
    width: 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
.img-response img {
      max-width: none;
  }
}
.timeline {
  display: grid;
  gap: 2em 1em;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin-top: 1em;
  padding: 0;
}
@media (min-width: 1200px) {
.timeline {
    gap: 3em 2em;
  }
}
@media (min-width: 992px) {
.timeline {
    grid-template-columns: repeat(4, 1fr);
  }
}
.timeline_item {
  position: relative;
}
.timeline_item .deco {
    position: absolute;
    right: 6%;
    top: -9%;
    width: 2.5em;
    z-index: 1;
}
@media (min-width: 1200px) {
.timeline_item .deco {
      top: -10%;
      width: 3em;
  }
}
.timeline_card {
  border-radius: 10px;
  border: 2px solid #002e99;
  font-size: 1em;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media (min-width: 1200px) {
.timeline_card {
    font-size: 1.2em;
  }
}
.timeline_card.active .head {
      background: #FFFFFF;
      color: #002e99;
}
.timeline_card.active .body {
      background: -webkit-gradient(linear, left top, left bottom, from(#003da0), to(#0a152b));
      background: -webkit-linear-gradient(top, #003da0, #0a152b);
      background: -moz- oldlinear-gradient(top, #003da0, #0a152b);
      background: -o-linear-gradient(top, #003da0, #0a152b);
      background: linear-gradient(to bottom, #003da0, #0a152b);
      color: #FFFFFF;
}
.timeline_card.active .date {
      color: #FDD108;
}
.timeline_card .head {
    background: -webkit-gradient(linear, left top, left bottom, from(#003da0), to(#0a152b));
    background: -webkit-linear-gradient(top, #003da0, #0a152b);
    background: -moz- oldlinear-gradient(top, #003da0, #0a152b);
    background: -o-linear-gradient(top, #003da0, #0a152b);
    background: linear-gradient(to bottom, #003da0, #0a152b);
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    padding: .1em 0 .2em;
}
.timeline_card .body {
    background: #FFFFFF;
    padding: .8em;
}
.timeline_card .text {
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: .2em;
}
.timeline_card .date {
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #002e99;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    margin-left: -.3em;
}
.timeline_card .num {
    font-size: 1.8em;
    font-weight: 900;
    letter-spacing: -.1em;
}
.timeline_card .divider {
    margin: 0 0 .2em .2em;
}
.schedule {
  /* background: url('../images/board_bg.jpg') */
  /* border: 8px solid var(--colorWhite) */
  /* box-shadow: var(--shadow) */
  font-size: 1.3em;
  padding: 1.2em .5em;
  position: relative;
}
@media (min-width: 992px) {
.schedule {
    border-width: 16px;
    padding: 1.8em 2em 2em;
  }
}
.schedule .head-wrapper {
    margin-bottom: -2.5em;
    position: relative;
}
@media (min-width: 992px) {
.schedule .head-wrapper {
      margin-bottom: -3.6em;
  }
}
.schedule .head-wrapper:before, .schedule .head-wrapper:after, .schedule .head-wrapper .head:before, .schedule .head-wrapper .head:after {
      border: 10px solid #FFFFFF;
      content: '';
      display: block;
      position: absolute;
}
.schedule .head-wrapper:before {
      border-radius: 1.5em 1.5em 0 0;
      height: 100%;
      top: 0;
      width: 100%;
      background: -webkit-repeating-linear-gradient(
        135deg,
        black 0 10px,
        white 10px 20px,
      #ffffff 20px 30px
      );
      background: -moz- oldrepeating-linear-gradient(
        135deg,
        black 0 10px,
        white 10px 20px,
      #ffffff 20px 30px
      );
      background: -o-repeating-linear-gradient(
        135deg,
        black 0 10px,
        white 10px 20px,
      #ffffff 20px 30px
      );
      background: repeating-linear-gradient(
        -45deg,
        black 0 10px,
        white 10px 20px,
      #ffffff 20px 30px
      );
      background: -webkit-repeating-linear-gradient(
        135deg,
        black 0 10px,
        white 10px 20px,
      rgba(255, 255, 255, 0) 20px 30px
      );
      background: -moz- oldrepeating-linear-gradient(
        135deg,
        black 0 10px,
        white 10px 20px,
      rgba(255, 255, 255, 0) 20px 30px
      );
      background: -o-repeating-linear-gradient(
        135deg,
        black 0 10px,
        white 10px 20px,
      rgba(255, 255, 255, 0) 20px 30px
      );
      background: repeating-linear-gradient(
        -45deg,
        black 0 10px,
        white 10px 20px,
      rgba(255, 255, 255, 0) 20px 30px
      );
}
@media (min-width: 992px) {
.schedule .head-wrapper:before {
        border-radius: 4em 4em 0 0;
        top: .5em;
  }
}
.schedule .head {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 78%;
}
/*   width: 87% */
.schedule .head .deco, .schedule .head .title {
      position: relative;
      z-index: 1;
}
/* @media (--lg) */
.schedule .head .deco {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: none;
      margin-top: 1em;
}
@media (min-width: 992px) {
.schedule .head .deco {
        display: block;
  }
}
.schedule .head .title {
      -webkit-box-flex: 4;
         -moz-box-flex: 4;
          -ms-flex: 4;
              flex: 4;
}
.schedule .body-wrapper {
    background: url('../images/board_bg.jpg');
    border: 10px solid #FFFFFF;
    margin: 1.5em auto 0;
    position: relative;
}
.schedule .body-wrapper .scroll {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: -webkit-gradient(linear, left top, right top, from(#4e9d7f), to(#4e9d7f));
      background: -webkit-linear-gradient(left, #4e9d7f, #4e9d7f);
      background: -moz- oldlinear-gradient(left, #4e9d7f, #4e9d7f);
      background: -o-linear-gradient(left, #4e9d7f, #4e9d7f);
      background: linear-gradient(to right, #4e9d7f, #4e9d7f);
      background: -webkit-gradient(linear, left top, right top, from(rgba(78, 157, 127, 0)), to(rgba(78, 157, 127, .9)));
      background: -webkit-linear-gradient(left, rgba(78, 157, 127, 0), rgba(78, 157, 127, .9));
      background: -moz- oldlinear-gradient(left, rgba(78, 157, 127, 0), rgba(78, 157, 127, .9));
      background: -o-linear-gradient(left, rgba(78, 157, 127, 0), rgba(78, 157, 127, .9));
      background: linear-gradient(to right, rgba(78, 157, 127, 0), rgba(78, 157, 127, .9));
      bottom: 0;
      content: '>';
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      opacity: .6;
      position: absolute;
      right: 0;
      top: 0;
      width: 30px;
}
@media (min-width: 700px) {
.schedule .body-wrapper .scroll {
        display: none;
  }
}
.schedule .body-wrapper .scroll img {
        max-width: none;
        position: absolute;
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
        width: 80px;
}
.schedule .body {
    overflow: auto;
    padding: 0;
    padding: 1.5em 0 0;
}
@media (min-width: 992px) {
.schedule .body {
      border-width: 6px;
      padding: 2em 0 1em;
  }
}
.schedule .body::-webkit-scrollbar {
      width: 0;
}
.schedule .table {
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 1em;
    min-width: 700px;
    padding: 0 20px 0 10px;
    text-align: center;
}
@media (min-width: 992px) {
.schedule .table {
      padding: 0 30px;
  }
}
.schedule .table:not(:last-child) {
      margin-bottom: 2em;
}
.schedule .col {
    border: 3px solid #337360;
    font-size: 1.3em;
    padding: 8px;
}
.schedule .thead {
    border-color: #337360;
    border-style: solid;
    border-width: 2px 2px 0;
}
.schedule .thead .name {
      -webkit-box-align: end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      background: url('../images/board_bg.jpg');
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 120px;
          flex-basis: 120px;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.schedule .thead .text, .schedule .thead .month {
      line-height: 1.2;
      font-size: .8em;
}
.schedule .thead .text {
      -ms-flex-preferred-size: 2em;
          flex-basis: 2em;
      left: -1em;
      position: relative;
}
.schedule .thead .divider:before {
      background: #FFFFFF;
      content: '';
      display: block;
      height: 2em;
      -webkit-transform: skewX(20deg);
         -moz-transform: skewX(20deg);
          -ms-transform: skewX(20deg);
           -o-transform: skewX(20deg);
              transform: skewX(20deg);
      width: 2px;
}
.schedule .thead .month {
      -ms-flex-preferred-size: 2em;
          flex-basis: 2em;
      left: 1em;
      position: relative;
}
.schedule .thead .month-name {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.2em;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1;
      width: 0;
}
@media (min-width: 1200px) {
.schedule .thead .month-name {
        font-size: 1.5em;
  }
}
.schedule .tbody {
    border: 2px solid #337360;
}
.schedule .tbody .col {
      border: 3px solid #337360;
      font-size: 1.3em;
      padding: 8px;
}
.schedule .tbody .col.name {
        background: url('../images/board_bg.jpg');
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #FDD108;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.schedule .tbody .icon {
      margin: 0 auto;
}
@media (min-width: 1200px) {
.schedule .tbody .icon {
        width: 70%;
  }
}
.schedule .col {
    font-family: Arial, Helvetica, sans-serif, 'Noto Sans TC';
}
.schedule .col.name {
      -ms-flex-preferred-size: 120px;
          flex-basis: 120px;
      position: sticky;
      left: 0;
}
.section {
  font-size: 1.2em;
  padding: 2em 0;
  background-position: 70% bottom;
  position: relative;
}
@media (min-width: 768px) {
.section {
    padding: 4em 0;
  }
}
@media (min-width: 992px) {
.section {
    background-position-x: center;
    background-size: cover;
  }
}
.section-deco:before {
      background-image: url('../images/sections/section_paper.png');
      background-position: top center;
      background-size: contain;
      background-repeat: no-repeat;
      content: '';
      display: block;
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      z-index: -1;
}
.section-wrapper {
    position: relative;
}
.section-tt {
    margin: 3em auto;
    max-width: 600px;
    position: relative;
    width: 90%;
    z-index: 1;
}
.section-title {
    background-image: url('../images/sections/section_tt_bg.png');
    background-repeat: repeat-x;
    background-size: contain;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 auto -1.1em;
    max-width: 500px;
    padding: .5em;
    pointer-events: none;
    position: relative;
    text-align: center;
    width: 70%;
    z-index: 10;
}
@media (min-width: 768px) {
.section-title {
      font-size: 2em;
  }
}
.section-title:before, .section-title:after {
      background-image: url('../images/sections/section_tt_left.png');
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 2em;
}
.section-title:before {
      left: -1.2em;
}
.section-title:after {
      background-image: url('../images/sections/section_tt_right.png');
      right: -2em;
}
.section-paper {
    width: 90%;
    background: #FFFFFF;
    border-radius: 20px;
    -webkit-box-shadow:
      0 0 0 5px #002e99,
      0 0 0 9px #FFFFFF,
      15px 10px 20px rgba(0, 0, 0, 0.43);
            box-shadow:
      0 0 0 5px #002e99,
      0 0 0 9px #FFFFFF,
      15px 10px 20px rgba(0, 0, 0, 0.43);
    color: #000000;
    font-size: 1.1em;
    margin: auto;
    max-width: 1200px;
    padding: 3em 1.5em 1.5em;
}
@media (min-width: 768px) {
.section-paper {
      -webkit-box-shadow:
        0 0 0 8px #002e99,
        0 0 0 14px #FFFFFF,
        30px 25px 30px rgba(0, 0, 0, 0.43);
              box-shadow:
        0 0 0 8px #002e99,
        0 0 0 14px #FFFFFF,
        30px 25px 30px rgba(0, 0, 0, 0.43);
      padding: 3.5em 2em 1.5em;
  }
}
.section-paper .text-highlight {
      color: #ff0000;
}
.section-source {
    text-align: justify;
    -moz-text-align-last: left;
         text-align-last: left;
    max-width: 1280px;
    margin: 3em auto 0;
    font-size: .9em;
    font-weight: 400;
    text-shadow:
        0 0 5px #000000,
        0 0 5px #000000,
        2px 2px 5px rgba(0, 0, 0, 0.6),
        1px 1px 3px rgb(0, 0, 0);
}
.section-source a {
      color: inherit;
}
.section .container {
    position: relative;
    margin: auto;
    max-width: 1400px;
    padding: 0 .5em;
}
@media (min-width: 768px) {
.section .container {
      padding: 0 2em;
  }
}
.section .owl-dots {
    display: none;
}
.section-carousel-nav {
    position: absolute;
    top: 45%;
    /* transform: translateY(-90%) */
    width: 100%;
}
.section-carousel-nav .owl-prev {
      left: -1em;
}
@media (min-width: 1200px) {
.section-carousel-nav .owl-prev {
        left: 0;
  }
}
.section-carousel-nav .owl-next {
      right: -1em;
}
@media (min-width: 1200px) {
.section-carousel-nav .owl-next {
        right: 0;
  }
}
.section-carousel-nav button {
      position: absolute;
}
.section-carousel-nav button:active svg,
.section-carousel-nav button:hover svg,
.section-carousel-nav button:focus svg,
.section-carousel-nav button:active img,
.section-carousel-nav button:hover img,
.section-carousel-nav button:focus img {
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.5)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.5" /><feFuncG type="linear" slope="1.5" /><feFuncB type="linear" slope="1.5" /></feComponentTransfer></filter></svg>#filter');
          -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5)) brightness(1.5);
                  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5)) brightness(1.5);
          -webkit-transform: scale(1.05);
             -moz-transform: scale(1.05);
              -ms-transform: scale(1.05);
               -o-transform: scale(1.05);
                  transform: scale(1.05);
}
.section-carousel-nav button svg, .section-carousel-nav button img {
        -webkit-transition: .3s 0s ease;
        -o-transition: .3s 0s ease;
        -moz-transition: .3s 0s ease;
        transition: .3s 0s ease;
        -webkit-transition-property: all;
        -o-transition-property: all;
        -moz-transition-property: all;
        transition-property: all;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.5)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
        -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
                filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
        width: 2.5em;
}
@media (min-width: 992px) {
.section-carousel-nav button svg, .section-carousel-nav button img {
          width: 3em;
  }
}
.section-carousel-title {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: .5em;
    text-align: center;
}
.section-carousel-text {
    font-size: .9em;
    font-weight: 400;
    margin-bottom: .5em;
    text-align: center;
}
@media (min-width: 768px) {
.section-carousel-text {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left;
  }
}
@media (min-width: 1200px) {
.section-carousel-text {
      font-size: 1.06em;
  }
}
.section-carousel-text-title {
      font-weight: bold;
      margin-bottom: .5em;
}
@media (min-width: 768px) {
.section-carousel-text-title {
        margin-bottom: 0;
        margin-right: 1em;
  }
}
.section-carousel-text-content {
      -webkit-box-flex: 2;
         -moz-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
}
.section-carousel-content {
    margin: 1.5em 0;
}
.section-carousel-source {
    margin-top: 1.5em;
    font-size: .9em;
}
.section-list {
  list-style: none;
  margin: 0 1em 2em;
  padding: 0;
}
@media (min-width: 1200px) {
.section-list {
    max-width: 90%;
    margin: 4em auto;
  }
}
.section-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-list-item:not(:last-of-type) {
    margin-bottom: 3em;
}
@media (min-width: 1200px) {
.section-list-item:not(:last-of-type) {
      margin-bottom: 5em;
  }
}
@media (min-width: 768px) {
.section-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1em;
  }
}
.section-list-item_title {
    max-width: 200px;
    width: 100%;
    margin: 0 auto .5em;
}
@media (min-width: 768px) {
.section-list-item_title {
      margin-top: -.5em;
  }
}
.section-list-item_content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.section-table {
  font-size: clamp(.8em, 3vw, 1em);
  table-layout: fixed;
  text-align: center;
  width: 100%;
  line-height: 1.1;
}
.section-table thead {
    background: #b30104;
    background: rgba(179, 1, 4, .6);
    font-weight: 500;
}
.section-table tbody {
    background: #ffffff;
    background: rgba(255, 255, 255, .1);
    font-weight: 700;
    color: #ffea00;
}
.section-table td {
    padding: .4em .4em .5em;
}
.section-table td .small {
      font-size: .7em;
}
@media (min-width: 992px) {
.section-table td br {
        display: none;
  }
}
.section-table > div,
  .section-table .row > div {
    margin: 0;
}
.section-table-title {
    background: #002e99;
    border-left: 4px solid #C6AD81;
    color: #FFFFFF;
    padding: .8em;
    text-align: center;
}
@media (min-width: 768px) {
.section-table-title {
      padding: .8em .5em;
  }
}
.section-table .row {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section-table .row:not(:last-of-type) {
      border-bottom: 1px solid #8CCDD9;
}
.section-table .col-md-6:not(:last-of-type) {
    border-bottom: 1px solid #8ccdd9;
}
@media (min-width: 768px) {
.section-table .col-md-6:not(:last-of-type) {
      border-bottom: none;
  }
}
.section-action {
  -webkit-transition: .3s 0s ease;
  -o-transition: .3s 0s ease;
  -moz-transition: .3s 0s ease;
  transition: .3s 0s ease;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  border-radius: 40px;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.43);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.43);
  color: #002e99;
  display: block;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 1em auto;
  max-width: 300px;
  overflow: hidden;
  padding: .3em 2em;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
.section-action {
    font-size: 1.5em;
  }
}
.section-action:active,
.section-action:hover,
.section-action:focus {
    color: #002e99;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
         -o-transform: translateY(2px);
            transform: translateY(2px);
}
.section-action:before {
    background: -webkit-linear-gradient(325deg, rgb(255, 246, 210) ,#FDD108);
    background: -moz- oldlinear-gradient(325deg, rgb(255, 246, 210) ,#FDD108);
    background: -o-linear-gradient(325deg, rgb(255, 246, 210) ,#FDD108);
    background: linear-gradient(125deg, rgb(255, 246, 210) ,#FDD108);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.section-action > * {
    position: relative;
}
.section-action h6 {
    color: #C6AD81;
    font-size: 1.2em;
    font-weight: 700;
}
.section-action p {
    font-size: .9em;
    margin-bottom: 0;
}
.section-notes {
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 4em;
  padding: 0 1.5em;
  text-align: justify;
  word-break: break-all;
}
@media (min-width: 992px) {
.section-notes {
    margin-top: 9em;
  }
}
.section-notes .highlight {
    color: #F5D582;
}
.section-notes .small {
    font-weight: 500;
}
.section-notes a {
    -webkit-transition: .3s 0s ease;
    -o-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    color: inherit;
    border-bottom: 1px solid transparent;
}
.section-notes a:active,
.section-notes a:hover,
.section-notes a:focus {
      border-color: #FFFFFF;
}
.section-footer {
  background: #000000;
  padding: 2em .5em 4em 0;
  word-break: break-all;
}
@media (min-width: 1360px) {
.section-footer {
    padding-bottom: .5em;
  }
}
.section-footer .footer-content {
    text-align: justify;
    -moz-text-align-last: left;
         text-align-last: left;
}
.section-footer .container {
    max-width: 1200px;
}
@media (min-width: 1920px) {
.section-footer .container {
      max-width: 1500px;
  }
}
.section-footer a {
    color: #0bb3ae;
    text-decoration: underline;
}
.section-footer hr {
    color: #FFFFFF;
    height: 2px;
    opacity: 1;
}
.section-footer .tt {
    font-weight: bold;
}
.section-footer .ss {
    color: #0bb3ae;
    font-weight: bold;
}
.section-footer ul {
    margin-bottom: 1em;
    padding-left: 1.5em;
}
.section-footer ul li {
      margin-bottom: 0.2em;
}
.index-section-01 .section-paper {
    position: relative;
}
.index-section-01 .deco {
    position: absolute;
    z-index: 11;
}
.index-section-01 .deco.ball,
    .index-section-01 .deco.glove {
      display: none;
}
@media (min-width: 768px) {
.index-section-01 .deco.ball,
    .index-section-01 .deco.glove {
        display: block;
  }
}
.index-section-01 .deco.glove {
      right: 3em;
      top: -3em;
      width: 6em;
}
.index-section-01 .deco.ball {
      right: 7em;
      top: -1.5em;
      width: 3em;
}
@media (min-width: 1200px) {
.index-section-01 .timeline_item {
      margin: auto;
      width: 100%;
  }
}
.index-section-01 .actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .5em;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3em auto 0;
    width: 70%;
}
@media (min-width: 768px) {
.index-section-01 .actions {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 2em;
  }
}
.index-section-01 .actions a:active img,
.index-section-01 .actions a:hover img,
.index-section-01 .actions a:focus img {
        -webkit-transform: translateY(1%);
           -moz-transform: translateY(1%);
            -ms-transform: translateY(1%);
             -o-transform: translateY(1%);
                transform: translateY(1%);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.5" /><feFuncG type="linear" slope="1.5" /><feFuncB type="linear" slope="1.5" /></feComponentTransfer><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.41)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
        -webkit-filter: brightness(1.5) drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.41));
                filter: brightness(1.5) drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.41));
}
.index-section-01 .actions img {
      -webkit-transition: .3s 0s ease;
      -o-transition: .3s 0s ease;
      -moz-transition: .3s 0s ease;
      transition: .3s 0s ease;
      -webkit-transition-property: all;
      -o-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.41)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
      -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.41));
              filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.41));
}
.index-section-03 .section-tt {
    margin: -2em auto -4em;
}
@media (min-width: 768px) {
.index-section-03 .section-paper {
      padding-bottom: 2.5em;
  }
}
.index-section-03 .section-action {
    margin-top: -1em;

    -webkit-box-shadow:
      0 0 0 4px #002e99,
      0 0 0 8px #FFFFFF,
      6px 6px 15px rgba(0, 0, 0, 0.43);

            box-shadow:
      0 0 0 4px #002e99,
      0 0 0 8px #FFFFFF,
      6px 6px 15px rgba(0, 0, 0, 0.43);
}
@media (min-width: 768px) {
.index-section-03 .section-action {
      -webkit-box-shadow:
        0 0 0 5px #002e99,
        0 0 0 10px #FFFFFF,
        10px 10px 20px rgba(0, 0, 0, 0.43);
              box-shadow:
        0 0 0 5px #002e99,
        0 0 0 10px #FFFFFF,
        10px 10px 20px rgba(0, 0, 0, 0.43);
  }
}
@media (min-width: 768px) {
.index-section-03 .row {
      max-width: 1100px;
      margin: auto;
  }
}
.index-section-03 .video-link {
    border-radius: 20px;
    border: 8px solid #FFFFFF;
    -webkit-box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin: 0 1em;
    overflow: hidden;
}
.index-section-03 .video-link:active img,
.index-section-03 .video-link:hover img,
.index-section-03 .video-link:focus img {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: brightness(1.2);
                filter: brightness(1.2);
        -webkit-transform: scale(1.01);
           -moz-transform: scale(1.01);
            -ms-transform: scale(1.01);
             -o-transform: scale(1.01);
                transform: scale(1.01);
}
.index-section-03 .video-link img {
      -webkit-transition: .3s 0s ease;
      -o-transition: .3s 0s ease;
      -moz-transition: .3s 0s ease;
      transition: .3s 0s ease;
      -webkit-transition-property: all;
      -o-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
}
.introduce-01 {
  padding-bottom: 0;
}
.introduce-section {
  padding-top: 0;
  padding-bottom: 6em;
}
.introduce-section .section-tt {
    margin: 0 auto 3em;
    max-width: 260px;
    width: 50%;
}
.introduce-section .section-cards {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 768px) {
.introduce-section .section-cards {
      gap: 2em;
  }
}
.introduce-section .section-card {
    cursor: pointer;
    -ms-flex-preferred-size: calc(49.5% - 1em);
        flex-basis: -moz-calc(49.5% - 1em);
        flex-basis: calc(49.5% - 1em);
    max-width: 340px;
}
@media (min-width: 992px) {
.introduce-section .section-card {
      -ms-flex-preferred-size: calc(33.33333% - 2em);
          flex-basis: -moz-calc(33.33333% - 2em);
          flex-basis: calc(33.33333% - 2em);
  }
}
.introduce-section .section-card:active img,
.introduce-section .section-card:hover img,
.introduce-section .section-card:focus img {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: brightness(1.2);
                filter: brightness(1.2);
        -webkit-transform: translateY(2px);
           -moz-transform: translateY(2px);
            -ms-transform: translateY(2px);
             -o-transform: translateY(2px);
                transform: translateY(2px);
}
.introduce-section .section-card img {
      -webkit-transition: .3s 0s ease;
      -o-transition: .3s 0s ease;
      -moz-transition: .3s 0s ease;
      transition: .3s 0s ease;
      -webkit-transition-property: all;
      -o-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      border-radius: 2%;
      -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
              box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
.introduce-section-01 {
    padding-top: 1em;
  }
}
.introduce-section-02 {
  padding-bottom: 3em;
  padding-top: 2em;
}
@media (min-width: 768px) {
.introduce-section-02 {
    padding-bottom: 5em;
  }
}
.video-section {
  padding-top: 0;
  padding-bottom: 4em;
}
@media (min-width: 992px) {
.video-section {
    padding-top: 2em;
    padding-bottom: 6em;
  }
}
.video-section .section-paper {
    padding: 2em .5em 1em;
    position: relative;
}
@media (min-width: 768px) {
.video-section .section-paper {
      padding: 3.5em 1.5em 1.5em;
  }
}
.video-section .deco {
    display: none;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
    position: absolute;
    z-index: 11;
}
@media (min-width: 768px) {
.video-section .deco {
      display: block;
  }
}
.video-section .deco.glove {
      left: 3em;
      top: -3em;
      width: 6em;
}
.video-section .deco.ball {
      right: 8.5em;
      top: -2em;
      width: 3em;
}
.video-section .deco.ball_1 {
        right: 2em;
        top: -2.8em;
}
.video-section .deco.ball_2 {
        right: 3.6em;
        top: -1.5em;
}
.video-section .section-carousel {
    margin-top: .5em;
}
.video-section .section-carousel-nav {
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -90%);
       -moz-transform: translate(-50%, -90%);
        -ms-transform: translate(-50%, -90%);
         -o-transform: translate(-50%, -90%);
            transform: translate(-50%, -90%);
    width: 110%;
}
.video-section .video-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
@media (min-width: 992px) {
.video-section .video-group {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(1, 1fr);
  }
}
.video-section .video-link {
    color: #000000;
    display: inline-block;
    font-size: .9em;
    font-weight: normal;
    margin: .5em .25em;
}
@media (min-width: 768px) {
.video-section .video-link {
      margin: .5em .3em;
  }
}
.video-section .video-link:active img,
.video-section .video-link:hover img,
.video-section .video-link:focus img {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: brightness(1.2);
                filter: brightness(1.2);
}
.video-section .video-link:active .video-card,
.video-section .video-link:hover .video-card,
.video-section .video-link:focus .video-card {
        -webkit-transform: scale(1.01);
           -moz-transform: scale(1.01);
            -ms-transform: scale(1.01);
             -o-transform: scale(1.01);
                transform: scale(1.01);
}
.video-section .video-link img {
      -webkit-transition: .3s 0s ease;
      -o-transition: .3s 0s ease;
      -moz-transition: .3s 0s ease;
      transition: .3s 0s ease;
      -webkit-transition-property: all;
      -o-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      border-radius: 10px;
      display: block;
}
.video-section .video-link p {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      margin: .3em auto 0;
      overflow: hidden;
      width: 96%;
      word-break: break-all;
      text-align: justify;
      -moz-text-align-last: left;
           text-align-last: left;
}
.video-section .video-card {
    -webkit-transition: .3s 0s ease;
    -o-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
}
.video-section-03 .actions {
    margin-top: 3em;
}

/*# sourceMappingURL=styles.css.map */
