@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: #ffffff;
  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;
}

.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: 500;
  padding: 20px 30px;
  color: #003bff;
  gap: 64px;
  border-radius: 50em;
  border: 1px solid #003bff;
}

.block_title h3::before, .block_title h3::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #003bff;
  -webkit-box-shadow: 0 0 0 10px #bbcbff;
          box-shadow: 0 0 0 10px #bbcbff;
}

.block_title h3::before {
  left: 0;
}

.block_title h3::after {
  right: 0;
}

.main_container {
  max-width: 870px;
  margin: 0 auto;
}

[class^="d__"] {
  position: absolute;
}

[class^="d__"].d__1 {
  top: 10%;
  right: 72.5%;
}

[class^="d__"].d__2 {
  top: 22%;
  right: 93%;
}

[class^="d__"].d__3 {
  top: 44.5%;
  right: 74%;
}

[class^="d__"].d__4 {
  top: 32%;
  left: 84%;
}

[class^="d__"].d__5 {
  top: 43%;
  left: 67%;
}

[class^="d__"].d__6 {
  top: 52%;
  right: calc(50% + 380px);
}

[class^="d__"].d__7 {
  bottom: 0;
  left: calc(50% + 420px);
}

.kv {
  position: relative;
  background-image: url(../images/kv_bg.jpg), url(../images/c__3.png), url(../images/c__4.png);
  background-repeat: no-repeat;
  background-position: center top, 130% 70%, -30% 90%;
  background-size: auto 785px, 928px auto, 838px auto;
  overflow: hidden;
}

.kv .main {
  position: relative;
  height: 680px;
  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;
}

.kv .main .inner {
  margin-top: 40px;
  position: relative;
  max-width: 661px;
}

.kv .main_content {
  border-radius: 25px;
  border: 1px solid #003bff;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 5px #fff;
          box-shadow: inset 0 0 0 5px #fff;
  padding: 40px 80px;
  color: #003bff;
}

.kv .main_content.content__1 {
  margin-top: -60px;
  background-color: #edf1ff;
  background-image: url(../images/c__1.png);
  background-repeat: no-repeat;
  background-position: 110% -50px;
  background-size: 273px auto;
  font-size: 1.15em;
}

.kv .main_content.content__1 .img {
  display: block;
  width: 160px;
  height: 160px;
  border: 1px solid #003bff;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.kv .main_content.content__1 .col-md-7 {
  width: 54%;
}

.kv .main_content.content__1 .col-md-2 {
  width: 21%;
}

.kv .main_content.content__1 ul li {
  text-align: left;
  line-height: 160%;
}

.kv .main_content.content__1 ul li label {
  color: #8ba1f1;
  font-weight: 300;
}

.kv .main_content.content__1 ul li .d-flex {
  gap: 30px;
}

.kv .main_content.content__1 ul li .hr {
  width: 1px;
  height: 60px;
  background: #8ba1f1;
}

.kv .main_content.content__2 {
  margin-top: 20px;
  background-color: #c8d5ff;
  background-image: url(../images/c__2.png), url(../images/c__2.png);
  background-repeat: no-repeat;
  background-position: 110% -50px, -15% 160%;
  background-size: 308px auto;
}

.kv .main_content.content__2 h2,
.kv .main_content.content__2 h3 {
  font-size: 1.33em;
  font-weight: bold;
}

.kv .main_content.content__2 ul {
  gap: 10px;
}

.kv .main_content.content__2 ul li {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 1px solid #003bff;
  border-radius: 20px;
  padding: 20px;
}

.kv .main_content.content__2 ul span {
  color: #dd5dd5;
}

.kv .main_content.content__2 ul label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #003bff;
  border-radius: 50%;
  padding: 5px 14px;
  text-align: center;
  line-height: 130%;
  font-size: 1.2em;
  font-weight: bold;
}

.kv .main_content.content__2 ol {
  row-gap: 10px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.kv .main_content.content__2 ol li {
  background: url(../images/i_check.svg) no-repeat left center/16px auto;
  padding-left: 20px;
}

.kv .scrollTo {
  width: 300px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #003bff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  line-height: 130%;
  font-size: 1.2em;
  margin: 30px auto 0;
}

.teacher {
  position: relative;
  background: #edf1ff url(../images/teacher_bg.png);
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: 464px auto;
  overflow: hidden;
}

.teacher .content {
  max-width: 1000px;
  margin: 0 auto;
}

.teacher .col-md-5 {
  width: 40%;
}

.teacher .col-md-7 {
  width: 60%;
}

.teacher .t__1 {
  color: #8ba1f1;
}

.teacher .t__2 {
  font-weight: bold;
  color: #003bff;
  font-size: 1.7em;
}

.teacher ol {
  color: #002147;
  padding-left: 1.2em;
}

.teacher ol li {
  list-style-type: disc;
}

.teacher .t__3 {
  position: relative;
  background: #003bff;
  color: #fff;
  padding: 30px 35px;
  border-radius: 10px;
}

.teacher .t__3::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #edf1ff;
}

.gift {
  background: url(../images/gift_bg.jpg) no-repeat center/cover;
  overflow: hidden;
}

.gift .bonus {
  max-width: 720px;
  margin: 30px auto 0;
}

.gift .bonus .title {
  background: #dd5dd5;
  color: #fff;
  padding: 5px;
  width: 160px;
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: bold;
}

.gift .bonus .box {
  color: #fff;
  background: #003bff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border-radius: 12px;
}

.gift .bonus h4 {
  font-size: 1.6em;
}

.gift .bonus h4 b {
  font-size: 1.6em;
}

.property {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  color: #8ba1f1;
}

#Q1 input[type="checkbox"] {
  display: none;
}

#Q1 input[type="checkbox"] + label {
  position: relative;
  color: #003bff;
  font-size: 1.1em;
  padding-left: 32px;
  line-height: 160%;
}

#Q1 input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #003bff;
}

#Q1 input[type="checkbox"] + label span {
  font-size: .8em;
}

#Q1 input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  top: 10px;
  left: 6px;
  border-left: 2px solid #003bff;
  border-bottom: 2px solid #003bff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#qu1_a + label {
  color: #999 !important;
}

@media only screen and (max-width: 1199px) {
  [class^="d__"].d__1 {
    right: 81%;
  }
  [class^="d__"].d__3 {
    right: 77%;
  }
  [class^="d__"].d__4 {
    left: 92%;
  }
  [class^="d__"].d__5 {
    left: 80%;
  }
  [class^="d__"].d__7 {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  [class^="d__"].d__1 {
    right: 91%;
  }
  [class^="d__"].d__2, [class^="d__"].d__4 {
    display: none;
  }
  [class^="d__"].d__3 {
    top: 54%;
  }
  [class^="d__"].d__5 {
    left: 84%;
  }
  .kv .main_content {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .all-content {
    font-size: 1.1em;
  }
  .kv {
    background-size: auto 600px, 928px auto, 838px auto;
  }
  .kv .main {
    height: 500px;
  }
  .kv .main_content {
    text-align: center;
  }
  .kv .main_content.content__1 {
    margin-top: 30px;
  }
  .kv .main_content.content__1 > .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kv .scrollTo {
    border-radius: 10px;
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .kv .main_content.content__2 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kv .main_content.content__2 ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    gap: 20px;
    font-size: 1.2em;
  }
  .timetable .content {
    padding-bottom: 30px;
    overflow-x: scroll;
  }
  .timetable .content img {
    max-width: 700px;
    width: 700px;
  }
  [class^="d__"].d__1 {
    width: 80px;
    top: 8%;
    right: 91%;
  }
  [class^="d__"].d__3 {
    width: 278px;
    top: 77%;
  }
  [class^="d__"].d__5 {
    width: 310px;
    top: 72%;
  }
  [class^="d__"].d__6 {
    display: none;
  }
  .teacher [class^="col-"] {
    width: 100%;
  }
  .teacher [class^="col-"].col-md-5 {
    text-align: center;
  }
  .teacher [class^="col-"].col-md-5 img {
    max-width: 80%;
  }
  .teacher [class^="col-"].col-md-7 {
    margin-top: 30px;
  }
  .gift .content {
    padding-bottom: 30px;
    overflow-x: scroll;
  }
  .gift .content img {
    max-width: 700px;
    width: 700px;
  }
}

@media only screen and (max-width: 575px) {
  .all-content {
    font-size: 1.05em;
  }
  .block_style {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .block_title h3 {
    font-size: 1.4em;
    gap: 40px;
  }
  .property {
    font-size: 13px;
  }
  .kv .main {
    height: 87vw;
    background-size: auto 104vw, 928px auto, 838px auto;
    text-align: center;
  }
  .kv .main .inner img {
    max-width: 90%;
  }
  .kv .main_content {
    padding: 40px 20px;
  }
  .kv .main_content.content__1 ul li .d-flex {
    gap: 15px;
  }
  .kv .main_content.content__1 .img {
    width: 130px;
    height: 130px;
  }
  [class^="d__"].d__1 {
    width: 13.8vw;
    top: 6%;
    right: 86%;
  }
  [class^="d__"].d__3 {
    width: 46vw;
    top: 75%;
    right: 55%;
  }
  [class^="d__"].d__5 {
    width: 40vw;
    left: 66%;
    top: 84%;
  }
}

@media only screen and (max-width: 500px) {
  .kv .main_content.content__2 ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
