@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700;900&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', Helvetica, Arial, '微軟正黑體', sans-serif !important;
}

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

.ie6 img {
  width: 100%;
}

body {
  background: #F8F8F8;
  color: #606060;
  font-size: 15px;
  letter-spacing: .04em;
  min-width: 320px;
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0;
  font-size: 1em;
}

.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%;
}

.all-content {
  font-size: 1.1em;
}

.ab_header {
  background: #fff;
  height: 80px;
}

.ab_header .in {
  width: 1380px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ab_header .brand {
  margin-top: 5px;
}

.ab_header .brand span {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid;
}

.ab_header a.sign {
  display: inline-block;
  border-radius: .35rem;
  background: #DAC7A7;
  color: #183265;
  padding: 10px 22px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ab_header a.sign:hover {
  background: #183265;
  color: #DAC7A7;
}

.ab_header .ab_logo {
  display: inline-block;
}

.ab_header img {
  width: 120px;
  height: 42px;
}

.kv_section {
  position: relative;
  background: url(../images/bg_kv.jpg) no-repeat center top/cover;
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kv_section .in {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.kv_section h1 {
  color: #fff;
  font-size: 3em;
  padding-left: 20px;
  border-left: 8px solid #DAC7A7;
}

.para {
  background: #fff;
  text-align: center;
  padding: 30px;
  -webkit-box-shadow: 0 0px 5px rgba(87, 87, 87, 0.1);
          box-shadow: 0 0px 5px rgba(87, 87, 87, 0.1);
  font-size: 1.2em;
}

.lecture {
  padding: 6em 0;
}

.lecture .title {
  font-size: 1.6em;
}

.lecture .lecture_list {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
}

.lecture .col-lg-4 {
  border-right: 1px solid #dcdcdc;
  padding-right: 40px;
}

.lecture .col-lg-8 {
  padding-left: 40px;
}

.lecture .item {
  padding: 60px;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(87, 87, 87, 0.1);
          box-shadow: 0 4px 5px rgba(87, 87, 87, 0.1);
  border-radius: 10px;
  margin-top: 30px;
}

.lecture .item .img {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  max-width: 300px;
}

.lecture .item .l__1 {
  background: url(../images/headphones.svg) no-repeat left center;
  color: #85B2F5;
  padding: 5px 0 5px 34px;
  margin-top: 10px;
}

.lecture .item .l__2 {
  background: url(../images/clock.svg) no-repeat left center;
  padding: 5px 0 5px 34px;
}

.lecture .item h3 {
  font-size: 1.6em;
  color: #183265;
  margin-bottom: 20px;
}

.lecture .item .ctl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lecture .item .ctl ul {
  line-height: 1.8;
}

.lecture .item .ctl a {
  display: inline-block;
  border-radius: 50em;
  background: #183265 url(../images/arrow-right.svg) no-repeat 90% center;
  color: #DAC7A7;
  padding: 15px 65px 15px 35px;
  font-size: 1.2em;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.lecture .item .ctl a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.lecture .item .ctl a.disabled {
  background: #858585;
  padding: 15px 50px;
  cursor: not-allowed;
}

.hk_footer {
  background: #192D54;
  padding: 4em 20px;
  border-bottom: 4px solid #DAC7A7;
  color: #fff;
  overflow: hidden;
}

.hk_footer .in {
  width: 1580px;
  max-width: 100%;
  margin: 0 auto;
}

.hk_footer .social_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hk_footer .onlineService h6 {
  color: #fff;
  margin-right: 20px;
}

.hk_footer .onlineService .my-10 {
  margin: 10px 0;
}

.hk_footer .onlineService a {
  display: inline-block;
  margin: 0 2px;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  border-radius: .35rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.hk_footer .onlineService a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.hk_footer .onlineService a img {
  width: 24px;
  margin-right: 8px;
}

.hk_footer .onlineService a small {
  color: #fff;
  margin-left: 10px;
  font-weight: normal;
}

.hk_footer .social_wrapper {
  border-top: 1px solid #93918d;
  padding-top: 20px;
}

.hk_footer .social_wrapper .social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  margin: 0 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #E2C592;
  border-radius: 50%;
}

.hk_footer .social_wrapper .social a img {
  max-width: 60%;
  max-height: 60%;
}

.hk_footer .social_wrapper .social a:hover {
  background: #fff;
}

.hk_footer .copyright {
  font-size: 14px;
  color: #DAC7A7;
  letter-spacing: .1em;
}

.fixed_line {
  position: fixed;
  bottom: 25px;
  right: 30px;
}

.fixed_line a {
  display: inline-block;
  color: #fff;
  background: #68b82b;
  border-radius: 13px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.fixed_line img {
  width: 60px;
  height: 60px;
}

.fixed_line span {
  padding: 10px 20px 10px 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#sign_form {
  position: relative;
  margin: 100px auto;
  width: 500px;
  max-width: 95%;
}

#sign_form .question {
  margin-top: 12px;
}

#sign_form .fn {
  margin-bottom: 5px;
}

#sign_form .ans_block {
  position: relative;
}

#sign_form .group_select {
  text-align: left;
}

#sign_form .group_select .ans_block_show {
  position: relative;
  overflow: visible !important;
  margin-bottom: 40px !important;
}

#sign_form .group_select .ans_block_show .ans_block_title {
  border: 1px solid #afbfc7;
  padding: 12px 20px;
  border-radius: 5px;
}

#sign_form .group_select .ans_block_show .ans_block_title small {
  color: #666;
}

#sign_form .group_select .ans_block_show:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #afbfc7 transparent transparent transparent;
  pointer-events: none;
}

#sign_form .group_select .ans_block {
  position: absolute;
  background: #fff;
  color: #333333;
  border: 1px solid #afbfc7;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  z-index: 2000;
  padding: 10px 0;
  border-radius: 5px;
  display: none;
}

#sign_form .group_select .ans_block .q_left:not(:last-child) {
  margin-bottom: 10px;
}

#sign_form .group_select .ans_block input[type="radio"] {
  display: none;
}

#sign_form .group_select .ans_block input[type="radio"]:disabled + label {
  color: #ccc;
}

#sign_form .group_select .ans_block input[type="radio"]:disabled + label:hover {
  background: transparent;
}

#sign_form .group_select .ans_block input[type="radio"] + label {
  position: relative;
  display: block;
  line-height: 1.6;
  padding: 0 20px;
}

#sign_form .group_select .ans_block input[type="radio"] + label:hover {
  background: #f3f3f3;
}

#sign_form .group_select .ans_block input[type="radio"] + label small {
  color: #666;
}

.question_hidden {
  text-indent: -9999px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 577px) {
  .fixed_line span {
    display: none;
  }
  .fixed_line a:hover span {
    display: inline-block;
  }
}

.wow.animated {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media screen and (max-width: 1060px) {
  .kv_section {
    height: 34vw;
  }
  .kv_section h1 {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 991px) {
  .all-content {
    font-size: 1em;
  }
  .lecture .row {
    margin: 0;
  }
  .lecture .col-lg-4 {
    border-right: none;
    padding: 0;
  }
  .lecture .col-lg-8 {
    padding: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .lecture .item .ctl {
    display: block;
  }
  .lecture .item .ctl a {
    display: block;
    width: 200px;
    max-width: 100%;
    margin: 20px auto 0;
  }
  .lecture .item .ctl a.disabled {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .break_s {
    display: block;
  }
  .ab_header {
    height: 60px;
  }
  .kv_section {
    height: 50vw;
    background-position: 60% center;
  }
  .kv_section h1 {
    font-size: 1.6em;
  }
  .lecture {
    padding: 3em 0;
  }
  .lecture .item {
    padding: 30px;
  }
  .fixed_line {
    right: 14px;
    bottom: 10px;
  }
  .fixed_line a {
    padding: 5px 10px;
    border-radius: 8px;
  }
  .fixed_line img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .ab_header a.sign {
    font-size: .9em;
    padding: 8px 16px;
  }
  .ab_header img {
    width: 100px;
    height: 20px;
  }
  .lecture .item .img {
    max-width: 100%;
  }
  .lecture .item h3 {
    font-size: 1.4em;
  }
  .hk_footer {
    padding: 3em 20px 6em;
  }
  .hk_footer .onlineService {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .hk_footer .onlineService h6 {
    margin: 0;
  }
  .hk_footer .social_wrapper {
    -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;
    padding-top: 0;
    border: 0;
  }
  .hk_footer .copyright {
    margin-top: 30px;
  }
}

@media screen and (max-width: 400px) {
  .hk_footer .onlineService a {
    display: block;
    margin: 5px 0;
  }
}
