@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chiron+Sung+HK:ital,wght@0,200..900;1,200..900&display=swap');
body {
	font-family:"Noto Sans TC","Microsoft JhengHei", "Noto Sans CJK TC", PingFang, STHeiti, sans-serif, serif;
    background-size: contain;
}
h1{
	font-size: 25px;
  color: #314383;
}
h2{
	text-align:center;
	font-size: 23px;
	font-weight:bold;
  color: #314383;


}
.sc_livevideo h2{
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}
.sc_livevideo h2 a{
  color: #314383;
  padding: 10px;
}

.g_main {
  overflow: hidden;
  background: url("../img/kvbg02.png"),linear-gradient(to bottom,#e1f2fb,#497ebd,#e1f2fb,#497ebd);/* */
  background-size: 2%;
  /* background-repeat: repeat-y; */
}
.container {
  max-width: 850px;
  margin: 0 auto;
}
.kv_area{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 45vw;
}
.kv_area img{
  width: 100vw;
  position: absolute;
}
.kv_area img.bgbuild{
  margin-top: 2vw;
}
.kv_area img.kvtitle{
  width: 40vw;
  margin-top: 5vw;
}
.kv_area img.kvitem{
  width: 10vw;
  right: 25vw;
  bottom: 9vw;
  animation: kvitemmover 5s infinite ease-in-out;
}
@keyframes kvitemmover {
  0%,30%,70%,100% {
    right: 25vw;
  }
  50% {
    right: 60vw;
  }
}
.kv_area span{
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px;
  border: 2px solid #fff;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.2rem;
}


.tit{
  text-align: center;
}
.desc{
  padding: 20px;
  width: 60%;
  border-radius: 30px;
  background: rgba(255,255,255,0.8);
  margin: 0 auto;
  margin-top: 20px;
  color: #314383;
}
.spage{
  text-align: center;
  color: #fff;
  margin-top: 30px;
  background: linear-gradient(to right,rgba(0,123,199,0),rgba(0,123,199,1),rgba(0,123,199,0));
  padding: 10px 0;
}
.sc02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sc02 .line01{ 
  color: rgb(251, 204, 95);
  font-size: 1.2rem;
  padding: 10px;
  margin: 20px 0;
  width: 80%;
  font-weight: 900;
  text-shadow: 0 0 3px black;
  letter-spacing: 2px;
  text-align: center;
}
.sc02 .btn{
  background: rgb(15,55,110);
  text-align: center;
  width: fit-content;
  color: #fff;
  padding: 10px;
  margin: 20px 0;
  box-shadow: 2px 2px 3px 0px black;
}
.sc02 .btn:hover{
  box-shadow: unset;
}
.sc02 .btn a{
  color: #fff;
  text-decoration: none;
  padding: 0 5px;
}
.sc02 .line02{
  background: #fff;
  padding: 20px;
  margin: 5px;
  width: 80%;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.6);
}  
.formframe{
  margin: 50px 0;
}
.formframe .container {
  width: 100vw;
  max-width: unset;
  padding: 0;
}
.formframe .tit span{
  color: red;
  font-size: 0.7rem;
  text-shadow: 0 0 3px #fff;
}

.sc_footer .container{
  width: 100%;
  max-width: unset;
  padding: 20px ;
  background: rgb(15,55,110);
}
.sc_footer .intro_cnt{
  text-align: center;
  color: #fff;
}
.sc_footer .intro_cnt img{
  height: 30px;
  margin: 0 15px;
}


/* 回到TOP按鈕功能 */
.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background-color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms, -webkit-transform 240ms, -webkit-box-shadow 240ms;
}

.fix_aside .fx_item.is_primary {
  background: linear-gradient(94.17deg, #01FFFF 8.85%, #FEE92E 103.15%);
  color: #0F236C;
  line-height: 1.3;
}

.fix_aside .fx_item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}

.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}

.fix_aside .fx_item .in_wrap.ic .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("../img/arrow_top.png") center/contain no-repeat;
}
/* 回到TOP按鈕功能 */


/*報名表框*/
.form{
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  width: 900px;
  position: relative;
  padding-bottom: 1vh;
  margin: 0 auto;
  margin-top: 3vw;
  display: flex;
  justify-content: center;
}
.formiframe{
  width: 810px;
  overflow: hidden;
  height: 940px;
  margin-top: 3vw;
}
.formiframe iframe{
  width: 900px;
  height: 2500px;
  transform: translate(-50px, -115px);
  overflow: hidden;
}
/*報名表*/

.notext{
  width: 900px;
  padding-top: 50px;
  color: #fff;
  margin: 0 auto;
}
.notext a{
  color: #fff;
}
.notext h4{
  text-align: center;
  font-size: 1rem;
  color: #314383;
  margin-bottom: 20px;
}
.notext h3,.notext ul,.notext span{
  font-size: 0.9rem;
}

.brms{
  display: none;
}

.sc_login {
  margin-bottom: 5vw;
}

.sc_login .form-group{
  margin-bottom: 20px;
  text-align: center;
}
.sc_login .form-group input{
  width: 100%;
}
#loginForm button{
  width: 20%;
  margin: 0 auto;
  border-radius: 10px;
}
.sc_login .btn{
  margin-top: 12vw;
}
.ytembbox{
  margin-top: 5vw;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.ytembbox iframe{
  width: 100%;
}
.sc_livevideo{
  margin-bottom: 5vw;
}

.actmsg{
  padding: 20px;
  width: 60%;
  border-radius: 30px;
  background: rgba(255,255,255,0.8);
  margin: 0 auto;
  margin-top: 3vw;
  color: #314383;
}


@media (max-width: 980px) {
  .form{
    width: 600px;
  }
  .formiframe{
    width: 510px;
    height: 980px;
  }
  .formiframe iframe{
    width: 585px;
    transform: translate(-45px, -140px);
  }
  .notext{
    width: 585px;
  }
}
@media (max-width: 768px) {

	h1{
		font-size: 20px;
	}
	h2{
		font-size: 18px;
	}
  .brms{
    display: unset;
  }
}
@media (max-width: 670px) {
  .kv_area{
    height: 70vw;
  }
  .kv_area img.kvtitle {
    width: 70vw;
    margin-top: 8vw;
  }
  .kv_area img.kvitem {
    width: 15vw;
  }
  @keyframes kvitemmover {
    0%,30%,70%,100% {
      right: 10vw;
    }
    50% {
      right: 70vw;
    }
  }
  .kv_area img.bgbuild {
    width: 140vw;
    margin-top: 10vw;
  }
  .desc {
    width: 100%;
  }
  .form {
    width: 90%;
  }
  .formiframe{
    width: 80vw;
    height: 1110px;
  }
  .formiframe iframe{
    width: 95vw;
    transform: translate(-28px, -130px);
  }
  .notext{
    width: 95vw;
  }
  .kv_area span{
    font-size: 0.8rem;
  }
}




/* Loading轉圈圈 */
.loadingPage{
  width: 100vw;
	min-height:100vh;
  display: flex;
}
.spinner
{
	position: fixed;
	z-index: 4;
	width: 100%;
	min-height:100%;
  background-color:#588ac3;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.fout .spinner{
  opacity: 0;
  transition: all 0.5s linear;
}
.spMsg{
	text-align: center;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	color:#eee;
}
/* LOADING CYCLE START */
.lds-roller {
  /* change color here */
  color: #eee;
  animation: lds-roller 5s infinite linear ;
}
.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 160px;
}
.lds-roller div {
  animation: lds-roller 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 80px 80px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
  margin: -5px 0 0 -5px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
  opacity: 0.3;
}
.lds-roller div:nth-child(1):after {
  top: 125.25484px;
  left: 125.25484px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
  opacity: 0.4;
}
.lds-roller div:nth-child(2):after {
  top: 135.42562px;
  left: 112px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
  opacity: 0.5;
}
.lds-roller div:nth-child(3):after {
  top: 141.81926px;
  left: 96.56442px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
  opacity: 0.6;
}
.lds-roller div:nth-child(4):after {
  top: 144px;
  left: 80px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
  opacity: 0.7;
}
.lds-roller div:nth-child(5):after {
  top: 141.81926px;
  left: 63.43558px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
  opacity: 0.8;
}
.lds-roller div:nth-child(6):after {
  top: 135.42562px;
  left: 48px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
  opacity: 0.9;
}
.lds-roller div:nth-child(7):after {
  top: 125.25484px;
  left: 34.74516px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
  opacity: 1;
}
.lds-roller div:nth-child(8):after {
  top: 112px;
  left: 24.57438px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* LOADING CYCLE END */
