/* 2022.07.18 更新*/

/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption,th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-size: 100%;
  margin: 0;
  padding: 0;
  letter-spacing:1px;
}
p,ul li,a{
  letter-spacing:1px;
}
q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

body {
  background-color: #f3f4f6;
  font-family: "Noto Sans TC", sans-serif;
}
.text-right{
text-align: right;
}

header {
  position: fixed;
  z-index: 120;
  background: #fff;
  width: 100vw;
  border-bottom: 1px solid #DDD;
}

.nav {
  display: flex;
  justify-content: space-between;
}

.logo {
  padding: 10px 20px;
}

.logo img {
  width: 115px;
  height: 30px;
}

@media (min-width: 768px) {
  .menu .icon {
    display: none;
  }

  .menu ul {
    display: flex;
  }

}

.menu ul {
  display: flex;
  height: 100%;
  align-items: center;
}

.menu ul li {
  padding: 0 20px;
  font-size: 18px;
}

.menu ul li a {
  color: #535353;
}

.menu ul li a:hover {
  color: #035ead;
}

.menu ul li a.signup {
  color: #FFF;
  background: #0A95CC;
  border-radius: 5px;
  padding: 8px 16px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.menu ul li a.signup:hover{
  background: #076990;
}
.hide {
  display: none !important;
}
.float_btn{
  position: fixed;
  right: 80px;
  bottom: 50px;
  z-index: 500;
  opacity: 0.8;
  display: none;
}

.float_btn a.signup_btn{
  background: #FF5300;
  color: #FFFFFF;
  display: inline-block;
  line-height: 110%;
  text-align: center;
  width: 72px;
  height: 72px;
  padding: 8px;
  font-size: 1.5rem;
  border-radius: 5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.float_btn a.signup_btn:hover{
	background:#b33a00;
	opacity:1
}

.float_btn a.gotop_btn{
  background: #A9A9A9;
  color: #FFFFFF;
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 72px;
  padding: 8px 0;
  font-size: 1.2rem;
  border-radius: 5px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.float_btn a.gotop_btn:hover{
	background:#666666;
}

#section1,
#section2,
#section3,
#section4,
#section5,
#section6 {
  background-size: cover;
}
#section2,
#section3,
#section4,
#section5,
#section6 {
  background-size: cover;
  padding-top: 30px;
}
@media (max-width: 767px){
  #section3{
    padding-top: 10px;
  }
}
.btn-sm {
  font-size: 0.75rem;
}

.btn-main {
  color: #fff;
  background-color: #fb5200;
  border-color: #fb5200;
}

.btn-main:hover {
  color: #fff;
  background-color: #d14600;
  border-color: #fb5200;
}

.btn-check:focus+.btn-main,
.btn-main:focus {
  color: #fff;
  background-color: #d14600;
  border-color: #d14600;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:checked+.btn-main,
.btn-check:active+.btn-main,
.btn-main:active,
.btn-main.active,
.show>.btn-main.dropdown-toggle {
  color: #fff;
  background-color: #ff732d;
  border-color: #ff732d;
}

.btn-check:checked+.btn-main:focus,
.btn-check:active+.btn-main:focus,
.btn-main:active:focus,
.btn-main.active:focus,
.show>.btn-main.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 116, 42, 0.5);
}

.btn-main:disabled,
.btn-main.disabled {
  color: #fff;
  background-color: #fb5200;
  border-color: #fb5200;
}

#section1 {
  background-image: url(../jpg/kv_desktop.jpg);
  background-position: center 0;
}

.kv-title {
  text-align: right;
}

.kv-title img.kv-title-img {
  width: 49vw;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-top: 80px;
}

.kv-logo {
  text-align: right;
}

.kv-logo img.kv-logo-img {
  width: 40vw;
  margin-right: 80px;
  margin-bottom: 30px;
  margin-top: 130px;
}
.kv-clock-box{
  display: flex;
  justify-content: flex-end;
}
.kv-clock {
  text-align: right;
  background-color: #ffffff;
  border: #C4C4C4 2px solid;
  display: flex;
  width: 400px;
  padding: 10px 0;
  border-radius: 20px;
  margin-right: 12vw;
}
.kv-clock div {
  text-align: center;
  width: 25%;
  line-height: 1;
}

.kv-clock b {
  color: #078ADE;
  font-size: 30px;
}

.kv-clock span {
  color: #6b8da3;
  font-size: 15px;
}

#section2 {
  background-color: #f3f4f6;
}

#section2 h1 {
  color: #ff5300;
  font-size:2.2rem;
}

#section2 h2 {
  color: #035ead;
  font-size:1.8rem;
}

#section2 p {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

#section2 li {
  font-size: 1.1rem;
}
#section2 h4 {
  font-size:1.5rem;
}

.expect {
  background-color: rgba(0,0,0,.05);
  color: #343a40;
  padding: 1rem 0;
  border-radius: 20px;
  margin: 1rem auto;
}

#section3 {
  background-color: #ffffff;
}

#section3 h2 {
  color: #035ead;
  font-size:2.2rem;
}

#section3 .table {
  font-size: 1.4rem;
}
.table>:not(caption)>*>* {
	padding: 1rem 0.5rem;
}
#section3 .table th {
  color: #022B45;
  font-weight:bold;
}

#section3 .table tr:nth-child(odd) {
  color: #036EB7;
}

@media (min-width: 768px) {
	#section3 .agenda_box {
		display: none;
	}
	}
	#section4 {
	  background-color: #f3f4f6;
	}

	#section4 h2 {
	  color: #035ead;
	  font-size:2.2rem;
	  margin-bottom: 20px;
	}
	#section4 p {
	  font-size: 1.2rem;
	  line-height: 1.6;
	  margin-bottom: 0.2rem;
	}

	#section4 li {
	  font-size: 1.1rem;
	}
	#section4 h6 {
	  font-size: 1.25rem;
	}
	#section4 .pic_box{
		text-align: right;
	}
	.pro-pic{
	  width: 60%;
	  border-radius: 10px;
	}
	.school-logo{
	  width: 60%;
	}
	.com-btn{
	  display: none;
	}
	.com-logo{
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	}
	.com-logo img{
	  width: calc( 20% - 80px);
	  border-radius: 10px;
	  margin: 5px 20px;
	}

	#section5 {
	  background-color: #0574c6;
	  color: #fff;
	}

	#section5 h2 {
	  margin-bottom: 50px;
	  font-size:2.2rem;
	}

	.card {
	  border-radius: 20px;
	}

	.card-body {
	  text-align: center;
	}

	.card-title {
	  color: #da8300;
	}
	.card-text {
	  color: #333;
	}
}

#section5 .card-title {
	font-size: 1rem;
}
#section5.card-text {
  font-size: .85rem;
}
@media (min-width: 767px){
	#section5 .card-title {
	  font-size: 1.25rem;
	}
	#section5 .card-text {
	  font-size: 1rem;
	}
}

.img-line-point {
  max-width: 60%;
  margin-bottom: 1rem;
}

#section6 {
  background-color: #0574c6;
  color: #fff;
}

#section6 h2 {
  margin-bottom: 30px;
  font-size:2.2rem;
}

.img-refer {
  max-width: 80%;
  border-radius: 20px;
  margin-bottom: 0.5rem;
}

.movie {
  height: 450px;
}

@media (max-width: 990px) {
  #section1 {
    background-image: url(../jpg/kv_tablet.jpg);
    background-position: center 0;
  }

  #section1 .pp-tableCell {
    vertical-align: top;
  }

  .kv-info {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .kv-title {
    text-align: center;
  }

  .kv-title img.kv-title-img {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-top: 200px;
  }

  .kv-logo {
    text-align: center;
  }

  .kv-logo img.kv-logo-img {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: 300px;
  }

  .kv-clock {
    width: 100%;
    display: flex;
    padding: 10px 0;
    border-radius: 20px;
    margin-right: 0
  }
}
@media (max-width: 767px) {
  #pp-nav.right {
    right: 0px;
  }

  #pp-nav {
    z-index: 10;
    opacity: 0.5;
  }

  header {
    position: fixed;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #DDD;

  }

  .nav {
    display: block;
    justify-content: space-between;

  }

  .logo {
    padding: 10px 10px;
    float: left;
  }

  .logo img {
    width: 118px;
    height: 30px;
  }

  .menu {
    z-index: 200;
  }

  .menu .icon {
    display: flex;
    align-items: center;
    padding-right: 10px;
    float: right;
  }

  .menu ul {
    display: none;
    clear: both;
    width: 100vw;
    padding-top: 20px;
    flex-direction: column;
    align-items: center;

  }

  .menu ul li {
    padding: 8px 20px;
    font-size: 22px;
    width: 100%;
    text-align: center;
    border-bottom: 1px #EEE solid;
  }

  .menu ul li a {
    color: #535353;
    width: 90%;
    display: inline-block;
  }

  .menu ul li a:hover {
    color: #035ead;
  }

  .menu ul li a.signup {
    color: #FFF;
    background: #0A95CC;
    border-radius: 10px;
    padding: 10px 16px;
  }
  .float_btn{
    left: 20px;
    bottom: 20px;
  }
  .float_btn a.signup_btn{
    background: #FF5300;
    color: #FFFFFF;
    display: inline-block;
    line-height: 1;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 8px;
    font-size: 1rem;
    border-radius: 5px;
  }
  .float_btn a.gotop_btn{
    background: #A9A9A9;
    color: #FFFFFF;
    display: inline-block;
    line-height: 1;
    text-align: center;
    width: 50px;
    padding: 10px 0;
    font-size: 0.8rem;
    border-radius: 5px;
  }


  #section1 {
    background-image: url(../jpg/kv_mobile.jpg);
    background-position: center 0;
  }

  #section1 .pp-tableCell {
    vertical-align: top;
  }

  .kv-info {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	/* padding-bottom:25%; */
  }

  .kv-title {
    text-align: center;
  }

  .kv-title img.kv-title-img {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-top: 120px;
  }

  .kv-logo {
    text-align: center;
  }

  .kv-logo img.kv-logo-img {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 150px;
  }

  .kv-clock {
    width: 100%;
    display: flex;
    padding: 10px 0;
    border-radius: 20px;
    margin-right: 0;
	  margin-bottom:22vh;
  }

  #section2 h1 {
    font-size: 1.6rem;
  }

  #section2 h2 {
    font-size: 1.2rem;
  }

  #section2 p {
    font-size: .95rem;
    line-height: 1.6;
    margin-bottom: 0.2rem;
  }

  #section2 li {
    font-size: .85rem;
	  letter-spacing:0;
  }
  #section2 h4 {
    font-size: 1rem;
  }
    
  #section3 h2{
    margin-bottom: 3vh;
  }
  #section3 .table {
   display: none;
  }
  #section3 .agenda_box {
    font-size: 1rem;
   }
   #section3 .agenda_box ul{
    margin-bottom: .7rem;
    line-height: 1.4;
   }
  #section3 .agenda_box ul.odd{
    background: url(../svg/dot-dark.svg) no-repeat 0px 10px;
    padding-left: 16px;
  
   }
  #section3 .agenda_box ul.even{
    color: #036EB7;
    background: url(../svg/dot-blue.svg) no-repeat 0px 10px;
    padding-left: 14px;
  }
  #section4 h2 {
   
  }
  #section4 p {
    font-size: 0.9rem;
  }
  
  #section4 li {
    font-size: 0.9rem;
  }
  #section4 h4 {
    font-size: 1.1rem;
    text-align: center;
  }
  #section4 h6 {
    font-size: 1rem;
    text-align: center;
  }
  #section4 .pic_box{
      text-align: center;
  }

  .com-btn{
    display: block;
  }
  .com-btn .btn-primary{
     background-color: #035ead;
  }
  .pr{
    text-align: center;
  }
  .pro-pic{
    width: 100%;
    border-radius: 10px;
    display: inline-block;
  } 
  .school-logo{
    width: 100%;
  }
  #section4 .com-logo{
    display: none;
  }
  .com-logo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .com-logo img{
    width:calc(45% - 5px);
    border-radius: 8px;
    margin: 5px 5px;
    border:1px solid #DDD;
	height:90px;
  }

  #section5 h2 {
    margin-bottom: 4vh;
  }

  .card {
    margin-bottom: 2vh;
  }

  .card-body {
    text-align: left;
  }

  .img-line-point {
    max-width: 30%;
    margin-bottom: 0;
    margin-right: 0.8rem;
    float: left;
  }

  #section6 {}

  #section6 h2 {
    margin-bottom: 30px;
  }

  #section6 h6 {
    font-size: 0.75rem;
	font-weight:normal;
  }

  .img-refer {
    max-width: 100%;
    border-radius: 14px;
    margin-bottom: 0.5rem;
  }

  .movie {
    height: 200px;
  }

}

@media (max-width: 376px) {
  #section2 p {
    font-size: 0.8rem;
  }

  #section2 li {
    font-size: 0.8rem;
  }

  #section2 h1 {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }

  #section2 h2 {
    font-size: 1.2rem;
    margin-bottom: 0px;
  }

  #section2 h4 {
    font-size: 1.08rem;
    margin-bottom: 0px;
  }
  #section3 .agenda_box {
    font-size: 1rem;
    margin-bottom: 120px;
   }
}

@media (max-width: 376px) and (max-height: 720px) {
  .kv-title img.kv-title-img {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-top: 150px;
  }

  .kv-logo {
    text-align: center;
  }

  .kv-logo img.kv-logo-img {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: 160px;
  }

  .kv-clock {
    max-width: 100%;
    display: flex;
    padding: 5px 0;
    border-radius: 16px;
  }

  .kv-clock b {
    color: #078ADE;
    font-size: 20px;
  }

  .kv-clock span {
    color: #AEDFFF;
    font-size: 12px;
  }
}

.pp-tableCell h6{
	font-weight:normal;
	line-height:1.5;
}

p.text-remark{
  font-size:.75rem;
  color:#c01425;
}
@media (min-width: 768px) {
	p.text-remark{
	  font-size:1rem;
	  color:#c01425;
	}
}

#pp-nav span, .pp-slidesNav span {
	width: 12px;
    height: 12px;
	background: rgba(0, 0, 0,.1);
}
@media (max-width: 767px){
	#pp-nav span, .pp-slidesNav span {
		width: 10px;
		height: 10px;
	}
}
.pp-tooltip{
	opacity:1
}
@media (max-width: 767px){
	.pp-tooltip{
	opacity:0
	}	
}


#pp-nav li .active span, .pp-slidesNav .active span {
    background: #333;
}
#pp-nav {
	opacity: 0.8;
}
@media (max-width: 767px)
	#pp-nav {
		opacity: 0.8;
	}
}