/* ---reset.css--- */
/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
} */

/* HTML5 display-role reset for older browsers */
/* article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} */
/* ---reset.css--- */

/* *{
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	} */

	
html {
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  font-size: 17px;
  color: #333333;
  font-family:  "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "source-han-sans-traditional", sans-serif;
  font-weight: 700;
}

a {
  /* color: #ffb400; */
  /* text-decoration: none !important; */
  cursor: pointer;
  transition: 0.3s ease;
}

a:hover,
a:active {
  text-decoration: none;
  /* color: #c78b00; */
}

a:focus,
a:visited {
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/************* 內頁共用 start ***********/

.btn {
  font-weight: 800;
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.45);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.btn:hover,
.btn:active {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.45);
}

.btn:focus,
.btn:visited {
}

.btn-lg {
  min-width: 220px;
}

.btn-challenge {
  max-width: ;
  color: #ffffff;
  background-color: #d80096;
  box-shadow: 0px 5px 0px rgba(66, 33, 0, 0.45);
}
.btn-challenge:hover {
  color: #ffffff;
}

section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
}

.sec-toptitle {
  font-size: 28px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.sec-title {
  /* text-align: center; */
  line-height: 1.3;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
  padding: 0 15px;
}


/************* 內頁共用 end ***********/





/* ----------電腦版型??? all --------------------------- */

/* #ALL{
    width:100%;
    position: relative;
	margin-top:50px;
} */

#header {
  width: 100%;
  height: auto;
  display: none;
  z-index: 9999;
}

#fb {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 0;
  clear: both;
  display: block;
}

/*-------------footer-------------------------*/
#footer {
  display: none;
  width: 100%;
  min-width: 320px;
  height: 60px;
  background-color: #df2012;
  bottom: 0;
}

#footer ul {
  display: block;
  width: 220px;
  margin: 0 auto;
  padding-top: 10px;
}

#footer li {
  display: block;
  float: left;
  padding-right: 5%;
}

#footer a {
  text-indent: -9999px;
}

#footer li#GJUN a {
  display: block;
  background-image: url(../images/GJUN.png);
  background-repeat: no-repeat;
  line-height: 40px;
  width: 150px;
  height: 40px;
}

#footer li#FB a {
  display: block;
  background-image: url(../images/FB.png);
  width: 40px;
  height: 40px;
  background-position: bottom;
  padding-right: -5%;
}

#footer li#FB a:hover {
  background-position: top;
}

/*------------------- navbar -----------------*/


.C {
  width: 100%;
  height: 40px;
  display: block;
  margin: 0 auto;
  *zoom: 1;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 2;
  color: #fff;
  text-decoration: none;
  background-color: #ffac00;
  cursor: pointer;
  border-radius: 2px;
  -webkit-text-shadow: 0px 2px 0px #f58500;
  -moz-text-shadow: 0px 2px 0px #f58500;
  -ms-text-shadow: 0px 2px 0px #f58500;
  -o-text-shadow: 0px 2px 0px #f58500;
  text-shadow: 0px 2px 0px #f58500;
  border-bottom: 5px solid #f58500;
}


.BOX1 {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  min-height: 150px;
  background-color: #009cff;
  /*	box-shadow:5px 5px 10px rgba(0,0,0,0.15);*/
  overflow: hidden;
  margin-bottom: 20px;
  overflow: visible;
  margin-top: 150px;
  padding: 0 20px;
}

.gift_block {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-top: -150px;
  z-index: 9999;
}

.gift {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #ccc;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #009cff;
}

.gift img {
  position: absolute;
  height: 100%;
}

.BOX1:hover {
  -webkit-box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.3);
}

.BOX1 ul {
  width: 90%;
  margin: 0 auto;
}

.BOX1 ul li {
  line-height: 1.5;
  list-style-type: disc;
}

p.ps {
  font-size: 15px;
  text-align: right;
  color: #6f6f6f;
}

.mt {
  margin-top: 40px;
}








/*------------- speaker -------------*/
.section-speaker {}




/* <!-- ============================== 網頁表單 ============================== --> */

.section-form {
  position: relative;
  background-color: #ffeeff;
  background: rgb(255,255,255);
  background: -moz-radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(163,201,255,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(163,201,255,1) 100%);
  background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(163,201,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#a3c9ff",GradientType=1);
  overflow: hidden;
}

.form-deco {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.section-form .til {
  /* text-align: center; */
  margin-bottom: 20px;
}

.BOX3 .row {
  width: 100%;
  /* max-width: 850px; */
  margin: 0 auto;
}

.form-card {
  width: 100%;
  width: 300px;
  margin: 10px;
}

.form-card img {
  width: 100%;
}

.form-bubble {
  width: 150px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
  color: #03497c;
  font-size: 20px;
  font-weight: 800;
  padding: 25px 10px;
  text-align: center;
  text-wrap: nowrap;
  box-shadow: -5px 5px 0px #03497c;
  position: absolute;
  top: 0;
  right: 0;
}

.form-bubble::before {
  content: "";
  position: absolute;
  left: 14px;
  bottom: -18px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 25px solid #03497c;
  position: absolute;
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
  z-index: -1;
}

.form-bubble::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -14px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 25px solid #fff;
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}

.form-text {
}

.form-text h3 {
  color: #fff;
  font-weight: 800;
}

.form-text h3 .light {
  color: #ffac00;
}

.form-text p {}

.form-text p .light {
  background-color: #ffac00;
  font-weight: 800;
  color: #03497c;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}


/* 表單描述 */
.form-infobox {
  line-height: 1;
  font-weight: 500;
}
.form-infobox .top {
  color: #3a3aba;
  font-size: 28px;
  font-weight: 500;
}
.form-infobox .main {
  color: #3a3aba;
  font-size: 36px;
  font-weight: 800;
}
.form-infobox .main .number {
  color: #3a3aba;
  font-size: 80px;
  font-weight: 800;
  font-family: system-ui;
}
.form-infobox .bottom {
  font-size: 24px;
  font-weight: 800;
}
.form-infobox .bottom span {
  font-weight: normal;
}
.form-infobox .text {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
}


/*------------表單------------*/
.netForm {
  background-color: #268ca1;
  padding: 35px 0;
  position: relative;
  z-index: 1;
}

.netForm h4 {
  font-size: 30px;
  top: 25px;
  text-shadow: 2px 2px 2px #000000;
  -webkit-text-shadow: 2px 2px 3px #000000;
  -moz-text-shadow: 2px 2px 3px #000000;
  -ms-text-shadow: 2px 2px 3px #000000;
  -o-text-shadow: 2px 2px 3px #000000;
  text-align: center;
}

.netForm h4 span {
  display: inline-block;
  font-size: 50px;
  font-weight: 600;
  animation: GOH2 0.5s infinite alternate;
  -webkit-animation: GOH2 0.6s infinite alternate;
  -moz-animation: GOH2 0.6s infinite alternate;
  -ms-animation: GOH2 0.6s infinite alternate;
  -o-animation: GOH2 0.6s infinite alternate;
}

.formCheck,
.cardCheck {
  cursor: pointer;
  min-height: 20px;
  min-width: 20px;
  margin-right: 5px;
}

.formsBox input,
.formsBox select {
  background: none !important;
  border: none;
  border-bottom: 2px solid #FFFFFF;
  border-radius: 0 0;
  height: 48px;
  line-height: 48px;
}

.formsBox .form-control {
  padding: 10px;
}

.formsBox .form-control:focus {
  border-color: inherit;
  box-shadow: none;
}

.form-control option {
  padding: 0;
}

.formsBox select:focus {
  background: none !important;
  border: none;
  box-shadow: none;
  color: rgba(75, 15, 0, 1.0) !important;
  outline: none;
}

.formsBox select option {
  color: rgba(75, 15, 0, 1.0) !important;
}

.formsBox input::placeholder {
}

.form-check-label,
.form-check-label a {
}

.form-check-label a:hover {
  color: rgba(6, 53, 201, 0.687) !important;
}

.formsBox select:optional {
  padding-left: 7px !important;
}

/*Check box*/
.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 2px solid #727272;
  border-radius: .25em;
  width: 1.7em;
  height: 1.7em;
  float: left;
  margin-right: .5em;
}

.radio .cr {
  border-radius: 75%;
  /* border-color: #FFFFFF; */
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
  transform: scale(3) rotateZ(-220deg);
  opacity: 0;
  transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
  opacity: .5;
}

.checkbox label,
.checkbox a {
  color: #333333;
}

.checkbox a:hover {}

.checkBoxDescription {
  display: inline-block;
}

.cr i:before {
}

.checkBoxBtn,
.pageTool {
  /* background-color: #ece71a; */
  position: relative;
}

.checkBoxBtn {
  text-align: center;
}

.checkBoxBtn i {
  padding-top: 20px;
  position: absolute;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.checkBoxBtn p,
.pageTool a {
  /* color: #1b1b1b; */
  cursor: pointer;
  font-weight: bolder;
}

.checkBoxBtn p:hover,
.pageTool a:hover {
  /* background: #2d2926; */
  /* color: #ece71a; */
  font-weight: bolder;
}

.textBreak {
  display: inline-block;
  line-height: 24px;
  padding-left: 15px;
}



@media screen and (max-width: 767px) {
  
  body {
    font-size: 16px;
  }

  .btn-lg {
    min-width: 100%;
  }

  
  /* <!-- ============================== 網頁表單 ============================== --> */

  .section-form {
  }
  .form-bubble {
    font-size: 18px;
  }

  .form-bubble::before {
  }

  .form-bubble::after {
  }

  /*------------- section-award -------------*/

  .section-award {
    background: url(../images/bg-deco@2x.png) repeat left center/ 80%;
  }
  .awardinfo-item {
    padding: 1rem;
  }
  .awardinfo-list {
    padding: 0.5rem;
  }

  .my-custom-btnmove {
    margin: 2rem 0;
  }

}


@media screen and (max-width: 480px) {
  .navbar-brand {
    max-width: 180px;
  }
}