@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th {
  font-family: 'Roboto', Arial, 'Noto Sans TC', 'Microsoft JhengHei', sans-serif !important;
}

img,
object,
embed,
video {
  max-width: 100%;
}

.ie6 img {
  width: 100%;
}

body {
  color: #333333;
  background: url(../images/bg_body.png), 0% 0%/100px 100px repeat, #96ACFF;
  font-size: 15px;
  min-width: 320px;
  overflow-x: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

.cp-tips {
  width: 100%;
  line-height: 1.6;
  text-align: center;
  color: #996600;
  background-color: #ffefc6;
  padding: 10px;
  font-size: 16px;
}

.cp-tips p {
  margin: 0;
}

.cp-tips a {
  color: #f75c61;
  text-decoration: underline;
}

.cp-tips .cp-tips-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.cp-tips .cp-tips-close:before {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 1px solid #996600;
  top: 50%;
  left: 0;
}

.cp-tips .cp-tips-close:after {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 1px solid #996600;
  top: 0;
  left: 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.4;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.text-hidden {
  height: 0;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
}

.all-content {
  position: relative;
  font-size: 1.2em;
  overflow: hidden;
  padding-bottom: 4em;
}

.block_style {
  padding-top: 5em;
  padding-bottom: 5em;
}

.block_title {
  text-align: center;
  margin-bottom: 2em;
}

.block_title h3 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-size: 1.6em;
  font-weight: 700;
  padding: 15px 125px;
  color: #003BFF;
  gap: 64px;
  border-radius: 50em;
  border: 1px solid #BBCBFF;
}

.block_title h3::before {
  content: '';
  position: absolute;
  width: 62px;
  height: 62px;
  background: url(../images/bg_doubleDot.png) no-repeat center/contain;
  top: -10px;
  left: 30px;
}

.block_style {
  position: relative;
  border-radius: 30px;
  background: #FFF;
  padding: 60px;
  overflow: hidden;
}

.block_style::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: repeating-linear-gradient(90deg, #EDF1FF, #EDF1FF 15px, transparent 15px, transparent 25px);
}

.container > *:not(:first-child) {
  margin-top: 3em;
}

.kv {
  position: relative;
  height: 812px;
  background: url(../images/kv.png) no-repeat center bottom/1240px auto;
}

.kv a {
  position: absolute;
  width: 250px;
  height: 68px;
  left: 50%;
  margin-left: -125px;
  bottom: 14.2%;
  border-radius: 50em;
}

.advantage ul {
  max-width: 780px;
  margin: 0 auto;
}

.advantage li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.advantage li:not(:first-child) {
  margin-top: 12px;
}

.advantage .title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advantage .tt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #003BFF;
}

.advantage .tf {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 15px 25px;
  border-radius: 12px;
}

.advantage .tf:first-child {
  background: #EDEDED;
  color: #777;
}

.advantage .tf:first-child span {
  background: url(../images/i-alert.svg) no-repeat center/cover;
}

.advantage .tf:last-child {
  background: #92FFFF;
  color: #003BFF;
}

.advantage .tf:last-child span {
  background: url(../images/i-check.svg) no-repeat center/cover;
}

.advantage .tf span {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.advantage .tp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 62px;
}

.advantage .tp span {
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #003BFF url(../images/i-arrow-right.svg) no-repeat center/45% auto;
}

.lesson .list__1 {
  background: url(../images/bg_earth.png) no-repeat center/auto 100%;
  max-width: 820px;
  margin: 0 auto;
}

.lesson .list__1 .col-md-6:first-child {
  color: #003BFF;
}

.lesson .list__1 .col-md-6:last-child {
  color: #002147;
}

.lesson .list__1 img {
  max-width: 60%;
}

.lesson .list__1 h3 {
  font-weight: bold;
  font-size: 1.4em;
  margin: 20px auto 10px;
}

.lesson .list__1 p {
  max-width: 320px;
  margin: 0 auto;
}

.lesson .list__2 {
  max-width: 1040px;
  margin: 40px auto 0;
}

.lesson .list__2 .wrapper {
  border-radius: 0px 50px 0px 0px;
  background: #EDF1FF;
  padding: 30px;
  height: 100%;
}

.lesson .list__2 h3 {
  color: #003BFF;
  font-weight: bold;
  font-size: 1.3em;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.lesson .list__2 h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 4px;
  background: #003BFF;
}

.witness {
  background-color: #003BFF;
  background-image: url(../images/bg_dotCircle.png), url(../images/bg_dotCircle.png);
  background-repeat: no-repeat;
  background-size: 397px auto;
  background-position: calc(100% + 125px) 40%, -125px 90%;
  color: #fff;
}

.witness.block_style::before {
  background: repeating-linear-gradient(90deg, #174DFF, #174DFF 15px, transparent 15px, transparent 25px);
}

.witness .block_title h3 {
  background: #003BFF;
  color: #fff;
}

.witness .content {
  max-width: 680px;
  margin: 0 auto;
}

.witness .content h4 {
  margin: 20px 0 10px;
  line-height: 1.2;
  font-weight: bold;
}

.witness .content p {
  font-size: .9em;
  text-align: left;
}

.form_body .img {
  height: 100%;
  background: url(../images/bg_form.jpg) no-repeat center/cover;
}

.form_body .gift_list {
  max-width: 720px;
  margin: 20px auto 0;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 992px) {
  .lesson .list__2 .col-lg-3 {
    width: 28%;
  }
  .lesson .list__2 .col-lg-6 {
    width: 44%;
  }
  .form_body .col-lg-7 {
    width: 62%;
  }
  .form_body .col-lg-5 {
    width: 38%;
  }
}

@media only screen and (max-width: 991px) {
  .form_body .d-flex {
    gap: 10px;
    max-width: 245px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .form_body > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form_body .img {
    height: 300px;
  }
}

@media only screen and (max-width: 912px) {
  .kv {
    height: 89vw;
    background-size: 136vw;
  }
  .kv a {
    width: 27.4vw;
    height: 7.4vw;
    margin-left: -13.7vw;
  }
}

@media only screen and (max-width: 767px) {
  .all-content {
    font-size: 1.1em;
  }
  .block_title h3 {
    font-size: 1.4em;
    padding: 10px 52px;
  }
  .block_title h3::before {
    width: 32px;
    height: 32px;
    left: 10px;
  }
  .block_style {
    padding: 30px;
    border-radius: 15px;
  }
  .block_style::before {
    height: 40px;
    background: repeating-linear-gradient(90deg, #EDF1FF, #EDF1FF 8px, transparent 8px, transparent 14px);
  }
  .advantage .tp {
    width: 45px;
  }
  .advantage .tp span {
    width: 45px;
    height: 45px;
  }
  .lesson .list__1 {
    background-size: auto 60%;
  }
  .witness.block_style::before {
    background: repeating-linear-gradient(90deg, #174DFF, #174DFF 8px, transparent 8px, transparent 14px);
  }
  .witness .content {
    max-width: 300px;
  }
  .form_body .gift_list {
    max-width: 270px;
  }
}

@media only screen and (max-width: 575px) {
  .all-content {
    font-size: 1.05em;
  }
  .block_style {
    padding: 30px 20px;
  }
  .container > *:not(:first-child) {
    margin-top: 1.5em;
  }
  .kv {
    height: 122.4vw;
    background: url(../images/kv-m.png) no-repeat center/cover;
  }
  .kv a {
    width: 48vw;
    height: 13vw;
    margin-left: -24vw;
    bottom: 9%;
  }
  .advantage li {
    gap: 5px;
  }
  .advantage .tf {
    padding: 8px 12px;
    border-radius: 6px;
  }
  .advantage .tf span {
    display: none;
  }
  .advantage .tp {
    width: 30px;
  }
  .advantage .tp span {
    width: 30px;
    height: 30px;
  }
}
