a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,
td,
th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}

a img {
  border: none
}

#GOTOP,
.section-title .subject {
  border-radius: 50px;
  text-align: center
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.section-title .subject {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 30px;
  font-size: 1.65rem;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, .85);
  line-height: 1.5;
  padding: 20px 25px;
  background: #7e00ff;
  background: -webkit-gradient(linear, left top, right top, from(#7e00ff), to(#00e3ab));
  background: linear-gradient(90deg, #7e00ff 0, #00e3ab 100%)
}

@media (max-width:768px) {
  .section-title .subject {
    font-size: 1.2rem;
    margin: 10px
  }
}

.section-title .subject small {
  font-size: .8rem
}

.section-title h2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #000;
  padding: 20px;
  width: 100%;
  text-align: center;
  margin: 30px auto;
  font-size: 2.2rem
}

@media (max-width:991px) {
  .section-title h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%
  }
}

.section-title h2 br {
  display: none
}

@media (max-width:768px) {
  .section-title h2 {
    font-size: 1.375em;
    line-height: 1.375;
    margin: 0 auto
  }

  .section-title h2 br {
    display: block
  }
}

.section-title .gradientLine {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  height: 3px;
  width: 100%
}

@media (max-width:991px) {
  .section-title .gradientLine {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%
  }
}

#GOTOP {
  display: none;
  width: auto;
  height: auto;
  cursor: pointer;
  right: 10px;
  bottom: 10px;
  background-color: #f34d59;
  color: #fff;
  position: fixed;
  z-index: 9999
}

#GOTOP .fa-chevron-up {
  width: 100%;
  height: 40px
}

#GOTOP div {
  font-size: 1.2rem;
  padding: 10px;
  font-weight: 600
}

#GOTOP:hover {
  background-color: #fdd237;
  color: #000
}

#GOTOP:hover i {
  color: #f34d59
}

#GOTOP i {
  display: block;
  vertical-align: middle;
  font-size: 24px;
  text-align: center;
  margin-top: 6px;
  opacity: .1
}

#GOTOP.active {
  width: auto
}

#GOTOP.active i {
  opacity: 1
}

header {
  background-image: url(https://www.pcschool.com.tw/activity/107/pythonHot/build/images/KV_BG_wideScreen.jpg);
  background-position: 200% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
  background-color: #012C32
}

header .flexContainer {
  margin: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:1400px) {
  header {
    background-position: 150% 50%;
    background-size: 80%
  }

  header .flexContainer {
    margin: 25px 0
  }
}

@media (max-width:1024px) {
  header {
    background-image: url(https://www.pcschool.com.tw/activity/107/pythonHot/build/images/KV_BG.jpg);
    background-position: 50% -16%;
    background-size: 220%;
    background-color: #011E24
  }

  header .flexContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0
  }
}

header .flexContainer img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%
}

@media (max-width:1024px) {
  header .flexContainer img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 40px
  }
}

@media (max-width:768px) {
  header {
    background-position: 50% 0;
    background-size: 220%
  }

  header .flexContainer img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px
  }
}

header .flexContainer .form {
  width: 100%;
  border-radius: 10px;
  padding: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #123742;
  background: -webkit-gradient(linear, left top, right top, from(#123742), to(#001722));
  background: linear-gradient(90deg, #123742 0, #001722 100%)
}

header .flexContainer .form .form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}

header .flexContainer .form .form-title h2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #36FAFF;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.375
}

@media (max-width:991px) {
  header .flexContainer .form .form-title h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%
  }
}

header .flexContainer .form .form-title bar {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  border: 1px solid #36FAFF;
  height: 1px;
  width: 100%
}

@media (max-width:991px) {
  header .flexContainer .form .form-title bar {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%
  }
}

@media (max-width:500px) {
  header .flexContainer .form .form-title h2 {
    font-size: 1.2rem;
    line-height: 1.375;
    margin: 0 auto
  }

  header .flexContainer .form .form-title bar {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 2%;
    flex: 1 1 2%
  }
}

header .flexContainer .form .gift {
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  margin-bottom: 15px
}

@media (max-width:500px) {
  header .flexContainer .form .gift {
    font-size: 1.15rem
  }
}

@media (max-width:1024px) {
  header .flexContainer .form {
    padding: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px
  }
}

header .flexContainer .form .fieldSets-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:768px) {
  header .flexContainer .form .fieldSets-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

header .flexContainer .form .fieldSets-group .fieldSet {
  margin-top: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%
}

header .flexContainer .form .fieldSets-group .fieldSet--read {
  margin-top: 10px
}

header .flexContainer .form .fieldSets-group .fieldSet--read label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

header .flexContainer .form .fieldSets-group .fieldSet--read label input[type=checkbox] {
  width: 20px
}

header .flexContainer .form .fieldSets-group .fieldSet--read span {
  color: #FF0
}

header .flexContainer .form .fieldSets-group .fieldSet input,
header .flexContainer .form .fieldSets-group .fieldSet select {
  display: block;
  border-radius: 4px;
  font-size: 1rem;
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 10px;
  height: 50px
}

header .flexContainer .form .fieldSets-group .fieldSet-1of2 {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%
}

header .flexContainer .form .fieldSets-group #BUT {
  cursor: pointer;
  color: #fff;
  margin: 0 auto;
  padding: 15px 30px;
  border-radius: 30px;
  border: 1px solid #36FAFF
}

header .flexContainer .form .fieldSets-group #BUT:hover {
  color: #36FAFF
}

.gradientLine {
  width: 100%;
  height: 5px;
  background: #7e00ff;
  background: -webkit-gradient(linear, left top, right top, from(#7e00ff), to(#00e3ab));
  background: linear-gradient(90deg, #7e00ff 0, #00e3ab 100%)
}

section {
  background-color: #001119
}

section .flexContainer {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:991px) {
  section .flexContainer {
    display: block
  }
}

section .flexContainer .barCharts {
  border-radius: 10px;
  padding: 10px 25px;
  background: #123742;
  background: -webkit-gradient(linear, left top, right top, from(#123742), to(#001722));
  background: linear-gradient(90deg, #123742 0, #001722 100%);
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%
}

section .flexContainer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.48rem;
  text-align: justify;
  color: #36FAFF;
  line-height: 1.85;
  padding: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  height: 100%
}

.featureSec .featureCon:nth-child(even) .briefIntro {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

@media (max-width:768px) {
  section .flexContainer p {
    font-size: 1.25rem;
    padding: 20px
  }

  .featureSec .featureCon:nth-child(even) .briefIntro {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.featureSec .featureCon:nth-child(even) .outLine {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

@media (max-width:768px) {
  .featureSec .featureCon:nth-child(even) .outLine {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.featureSec .featureCon:nth-child(even) .sample {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.featureSec .desc {
  text-align: center;
  font-size: 1.375rem;
  color: #36FAFF
}

.featureSec .desc br {
  display: none
}

@media (max-width:768px) {
  .featureSec .desc {
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 10px
  }

  .featureSec .desc br {
    display: block
  }
}

.featureSec .flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:768px) {
  .featureSec .flexContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.featureSec .flexContainer .briefIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  border-radius: 10px;
  padding: 10px 25px;
  background: #123742;
  background: -webkit-gradient(linear, left top, right top, from(#123742), to(#001722));
  background: linear-gradient(90deg, #123742 0, #001722 100%)
}

.featureSec .flexContainer .briefIntro .number {
  position: relative;
  background-color: #001119;
  border-radius: 20px;
  font-size: 2.5em;
  color: #fff;
  padding: 15px 50px;
  margin: 10px auto 30px;
  display: block
}

.featureSec .flexContainer .briefIntro .number:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #001119;
  bottom: -8px;
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.featureSec .flexContainer .briefIntro .title {
  color: #36FAFF;
  font-size: 2.2rem;
  line-height: 1.6
}

@media (max-width:768px) {
  .featureSec .flexContainer .briefIntro .title {
    font-size: 1.375rem
  }
}

.featureSec .flexContainer .briefIntro .title span {
  padding: 0 5px;
  border-radius: 5px;
  background-color: #36FAFF;
  color: #001119
}

.featureSec .flexContainer .briefIntro .flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.featureSec .flexContainer .briefIntro .flexContainer .box {
  color: #36FAFF;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  padding: 30px 20px 30px 40px;
  line-height: 1.45;
  border: 1px solid #36FAFF;
  margin-bottom: 10px;
  font-size: 1.25rem;
  text-indent: -16px
}

@media (max-width:768px) {
  .featureSec .flexContainer .briefIntro .flexContainer .box {
    font-size: 1.15rem;
    padding: 12px;
    text-indent: unset
  }

  .featureSec .flexContainer .outLine .title {
    margin-top: 10px
  }
}

.featureSec .flexContainer .outLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%
}

.featureSec .flexContainer .features,
.featureSec .flexContainer .outLine ul {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

.featureSec .flexContainer .outLine .title {
  font-size: 1.375rem;
  background: #123742;
  background: -webkit-gradient(linear, left top, right top, from(#123742), to(#001722));
  background: linear-gradient(90deg, #123742 0, #001722 100%);
  color: #fff;
  padding: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px
}

.featureSec .flexContainer .outLine ul {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 85%;
  flex: 1 1 85%;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  list-style: decimal;
  padding-left: 30px;
  line-height: 1.8;
  color: #36FAFF
}

.featureSec .flexContainer .sample {
  margin-top: 20px;
  color: #001119;
  padding: 20px;
  background-color: #36FAFF;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  line-height: 1.5
}

.featureSec .flexContainer .features {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.featureSec .flexContainer .features__row {
  font-size: 1.1rem;
  line-height: 2;
  color: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  .featureSec .flexContainer .outLine {
    padding: 20px
  }

  .featureSec .flexContainer .sample {
    text-align: left
  }

  .featureSec .flexContainer .features {
    padding: 20px
  }

  .featureSec .flexContainer .features__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.5
  }
}

.featureSec .flexContainer .features__row .header {
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  color: #36FAFF
}

@media (max-width:768px) {
  .featureSec .flexContainer .features__row .header {
    text-align: left
  }

  .featureSec .flexContainer .barChart {
    margin: 0 20px
  }
}

.featureSec .flexContainer .features__row .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  text-align: justify
}

.featureSec .flexContainer .barChart {
  border-radius: 10px;
  padding: 10px 25px;
  background: #123742;
  background: -webkit-gradient(linear, left top, right top, from(#123742), to(#001722));
  background: linear-gradient(90deg, #123742 0, #001722 100%);
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%
}

.featureSec .flexContainer .barChart img {
  padding-top: 20px
}

.featureSec .flexContainer .barChart hr {
  border-top: 1px solid #36FAFF
}

.featureSec .flexContainer .barChart div {
  padding: 30px
}

@media (max-width:768px) {
  .featureSec .flexContainer .barChart div {
    padding: 15px
  }
}

.featureSec .flexContainer .barChart div h2 {
  color: #36FAFF;
  font-size: 1.25rem;
  margin-bottom: 15px
}

.featureSec .flexContainer .barChart div p {
  padding: 0;
  color: #fff;
  line-height: 1.5;
  font-size: 1rem
}

.flexwrap{
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 49%;
}
@media (max-width:768px) {
  .flexwrap{
    flex: 0 0 100%;
    margin: 0 20px;
  }
}



.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #36FAFF;
}



.table thead tr:nth-child(1) {
  color: #36FAFF;
  font-size: 1.375rem;
    background: #123742;
    background: -webkit-gradient(linear, left top, right top, from(#123742), to(#001722));
    background: linear-gradient(90deg, #123742 0, #001722 100%);
   
    padding: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.table tbody tr td:first-child {
  font-size: 1.25rem;
  text-align: center;
  vertical-align: middle;
  width: 26%;
  
  border-right: 1px solid #36FAFF;
}
 .table tbody tr td {
  background: #123742;
  background: -webkit-gradient(linear, left top, right top, from(#123742), to(#001722));
  background: linear-gradient(90deg, #123742 0, #001722 100%);
  color: #36FAFF;
  border-top: 1px solid #36FAFF;
}
.table thead tr th {
  text-align: center;
  font-size: 1.375rem;
  border-bottom: 2px solid #36FAFF;
}
.table tbody tr td ul {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.25rem;
  list-style: disc!important
}

