@charset "UTF-8";
.member main {
  min-height: 100vh;
}

.member_bn_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}

.member_bn {
  min-height: 100vh;
  padding-top: 170px;
}
.member_bn .common_title {
  color: #ffffff;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
.member_bn .member_ct {
  max-width: 1520px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 135px;
}
@media only screen and (max-width: 1200px) {
  .member_bn .member_ct {
    width: 95%;
  }
}
@media only screen and (max-width: 992px) {
  .member_bn .member_ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 80px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .member_bn .member_ct {
    padding-top: 60px;
  }
}
.member_bn .mb_block {
  width: 50%;
  background: rgba(0, 0, 0, 0.7);
  padding: 70px 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.member_bn .mb_block:not(:last-child) {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  margin-right: 10px;
}
@media only screen and (max-width: 992px) {
  .member_bn .mb_block:not(:last-child) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .member_bn .mb_block {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .member_bn .mb_block {
    padding: 60px 0;
  }
}
.member_bn .mb_block.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.member_bn .mb_block.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.member_bn .mb_block.show:not(:last-child) {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media only screen and (max-width: 992px) {
  .member_bn .mb_block.show:not(:last-child) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.member_bn .mb_title {
  color: #ffffff;
  font-size: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 575px) {
  .member_bn .mb_title {
    font-size: 1.75rem;
  }
}
.member_bn .mb_title p {
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 1.2px;
  margin-left: 15px;
}
.member_bn .mb_ct {
  max-width: 410px;
  width: 85%;
  margin: 0 auto;
  padding-top: 60px;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .member_bn .mb_ct {
    padding-top: 40px;
  }
}
.member_bn .mb_ct .p {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.7px;
  text-align: center;
}
.member_bn .mb_ct .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.member_bn .mb_ct .form_title {
  min-width: 125px;
}
.member_bn .mb_ct .form_title p {
  min-width: 60px;
}
.member_bn .mb_ct .form_input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.member_bn .mb_ct .form_input input {
  color: #ffffff;
  line-height: 45px;
}
@-moz-document url-prefix() {
  .member_bn .mb_ct .form_input input[name=captchacode] {
    max-width: calc(100% - 75px);
  }
}
.member_bn .mb_btn {
  padding-top: 60px;
}
@media only screen and (max-width: 575px) {
  .member_bn .mb_btn {
    padding-top: 40px;
  }
}
.member_bn .mb_btn .common_btn .btn_word {
  min-width: 110px;
  padding: 21.5px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 992px) {
  .member_bn .mb_btn .common_btn .btn_word {
    padding: 15px 0;
    min-width: 80px;
  }
}
.member_bn .mb_btn .common_btn:not(:last-child) {
  margin-right: 15px;
}

.mb_common_bn_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}

.mb_common_bn {
  padding-top: 240px;
}
@media only screen and (max-width: 1200px) {
  .mb_common_bn {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .mb_common_bn {
    padding-top: 130px;
  }
}
.mb_common_bn .mbov_hd {
  max-width: 1390px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .mb_common_bn .mbov_hd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 95%;
  }
}
.mb_common_bn .common_title {
  width: 50%;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .mb_common_bn .common_title {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .mb_common_bn .common_title {
    margin-top: 70px;
    text-align: center;
  }
}
.mb_common_bn .common_title .wrap {
  max-width: 450px;
  width: 90%;
  margin: 0 auto;
}
.mb_common_bn .mbov_profile {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .mb_common_bn .mbov_profile {
    width: 100%;
  }
}
.mb_common_bn .mbov_profile .wrap {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  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;
}
.mb_common_bn .mbov_profile .common_btn {
  margin-left: 20px;
}
.mb_common_bn .profile_pic {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  min-width: 80px;
}
.mb_common_bn .profile_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mb_common_bn .profile_word {
  position: relative;
  margin-left: 20px;
  letter-spacing: 0.9px;
}
.mb_common_bn .profile_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #b5b5b5;
  font-size: 1.125rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  padding: 5px 0;
}
.mb_common_bn .profile_p {
  margin-top: 15px;
}

.mbov_ct {
  max-width: 1360px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1200px) {
  .mbov_ct {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 992px) {
  .mbov_ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .mbov_ct {
    padding-bottom: 100px;
  }
}
.mbov_ct .mbov_block {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .mbov_ct .mbov_block {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.mbov_ct .mbov_block:not(:first-child) {
  margin-left: 30px;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}
@media only screen and (max-width: 1200px) {
  .mbov_ct .mbov_block:not(:first-child) {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .mbov_ct .mbov_block:not(:first-child) {
    margin: 0 auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .mbov_ct .mbov_block:hover .block_pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .mbov_ct .mbov_block:hover .common_btn {
    margin-top: 40px;
    opacity: 1;
    -webkit-transition: 0.5s, opacity 0.4s 0.1s;
    transition: 0.5s, opacity 0.4s 0.1s;
  }
}
.mbov_ct .mbov_block.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.mbov_ct .mbov_block.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.mbov_ct .mbov_block.show:not(:first-child) {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}
@media only screen and (max-width: 992px) {
  .mbov_ct .mbov_block.show:not(:first-child) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.mbov_ct .block_pic {
  position: relative;
  padding-bottom: 61.76%;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .mbov_ct .block_pic {
    margin-top: 199px;
  }
}
.mbov_ct .block_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mbov_ct .block_pic:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 20px;
  border-color: transparent transparent transparent rgba(29, 59, 156, 0.6);
}
@media only screen and (max-width: 992px) {
  .mbov_ct .block_pic:after {
    top: 0px;
    border-width: 20px 17.5px 0 17.5px;
    border-color: #666666 transparent transparent transparent;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.mbov_ct .block_left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: rgba(29, 59, 156, 0.6);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .mbov_ct .block_left {
    height: 200px;
    width: 100%;
    background: #666666;
  }
}
.mbov_ct .block_title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .mbov_ct .block_title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .mbov_ct .block_title {
    font-size: 1.75rem;
  }
}
.mbov_ct span {
  margin-right: 8px;
  font-size: 2.1875rem;
}
@media only screen and (max-width: 992px) {
  .mbov_ct span {
    font-size: 1.875rem;
  }
}
.mbov_ct .common_btn {
  margin-top: -60px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1199px) {
  .mbov_ct .common_btn {
    margin-top: 30px;
    opacity: 1;
  }
}

.mb_common_ct {
  margin-top: 80px;
}
@media only screen and (max-width: 575px) {
  .mb_common_ct {
    margin-top: 50px;
  }
}
.mb_common_ct.bg {
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}
.mb_common_ct .mbct_wrap {
  max-width: 1420px;
  width: 90%;
  margin: 0 auto;
}
.mb_common_ct .mb_common_hd {
  position: relative;
}
.mb_common_ct .mb_common_hd:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 5px;
  background: #2648b6;
}
.mb_common_ct .mb_common_hd.waypoint:before {
  width: 0;
}
.mb_common_ct .mb_common_hd.show:before {
  width: 100%;
  -webkit-transition: 1s 0.2s;
  transition: 1s 0.2s;
}
.mb_common_ct .common_title {
  padding-top: 80px;
}
@media only screen and (max-width: 575px) {
  .mb_common_ct .common_title {
    padding-top: 60px;
  }
}

.project_ct {
  padding-bottom: 210px;
}
@media only screen and (max-width: 1200px) {
  .project_ct {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .project_ct {
    padding-bottom: 100px;
  }
}
.project_ct .project_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0.6px 5px 27px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0.6px 5px 27px 0 rgba(0, 0, 0, 0.11);
  margin-top: 90px;
}
.project_ct .project_li:first-child {
  margin-top: 50px;
}
.project_ct .project_li:nth-child(odd) .li_left {
  background: #7699f5;
}
.project_ct .project_li:nth-child(odd) .project_title {
  color: #ffffff;
}
.project_ct .project_li:nth-child(odd) .btn_more {
  color: #ffffff;
}
.project_ct .project_li:nth-child(even) .li_left {
  background: #feeed6;
}
@media only screen and (max-width: 992px) {
  .project_ct .project_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
}
.project_ct .project_li.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.project_ct .project_li.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.project_ct .li_left {
  max-width: 375px;
  width: 35%;
  padding: 50px 15px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .project_ct .li_left {
    width: 100%;
    max-width: 100%;
  }
}
.project_ct .project_title {
  font-size: 2.625rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .project_ct .project_title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .project_ct .project_title {
    font-size: 1.875rem;
  }
}
.project_ct .project_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
}
@media only screen and (max-width: 575px) {
  .project_ct .project_btn {
    padding-top: 10px;
  }
}
.project_ct .project_btn .btn_more {
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .project_ct .project_btn .btn_more {
    margin-top: 20px;
  }
}
.project_ct .li_right {
  width: 100%;
  background: #ffffff;
  padding: 60px 0 90px;
}
@media only screen and (max-width: 992px) {
  .project_ct .li_right {
    padding: 50px 0 60px;
  }
}
@media only screen and (max-width: 575px) {
  .project_ct .li_right {
    padding: 40px 0 50px;
  }
}
.project_ct .li_wrap {
  max-width: 850px;
  width: 90%;
  margin: 0 auto;
}
.project_ct .li_wrap .form_input {
  padding: 0 40px;
}
@media only screen and (max-width: 1200px) {
  .project_ct .li_wrap .form_input {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .project_ct .li_wrap .form_input {
    padding-top: 5px;
  }
}

.schedule_ct {
  padding-bottom: 210px;
}
@media only screen and (max-width: 1200px) {
  .schedule_ct {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .schedule_ct {
    padding-bottom: 100px;
  }
}
.schedule_ct .mb_common_hd:before {
  background: #00ff96;
}
.schedule_ct .schedule_block {
  max-width: 1145px;
  width: 95%;
  margin: 0 auto;
}
.schedule_ct .schedule_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
}
.schedule_ct .schedule_li:first-child {
  margin-top: 50px;
}
.schedule_ct .schedule_li:nth-child(odd) .li_right {
  background: #7699f5;
}
.schedule_ct .schedule_li:nth-child(odd) .schedule_title {
  color: #ffffff;
}
.schedule_ct .schedule_li:nth-child(odd) .btn_more {
  color: #ffffff;
}
.schedule_ct .schedule_li:nth-child(even) .li_right {
  background: #feeed6;
}
.schedule_ct .schedule_li:hover .li_pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 992px) {
  .schedule_ct .schedule_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
}
.schedule_ct .schedule_li.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.schedule_ct .schedule_li.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.schedule_ct .li_left {
  margin-right: 6px;
  width: 65%;
}
@media only screen and (max-width: 992px) {
  .schedule_ct .li_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3px;
  }
}
.schedule_ct .li_pic {
  position: relative;
  padding-bottom: 56.21%;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .schedule_ct .li_pic {
    padding-bottom: 70%;
  }
}
.schedule_ct .li_pic:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.schedule_ct img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.schedule_ct .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  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;
  z-index: 3;
}
.schedule_ct .btn .common_btn:not(:first-child) {
  margin-left: 40px;
}
@media only screen and (max-width: 575px) {
  .schedule_ct .btn .common_btn:not(:first-child) {
    margin-left: 20px;
  }
}
.schedule_ct .li_right {
  max-width: 375px;
  width: 35%;
  padding: 50px 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .schedule_ct .li_right {
    width: 100%;
    max-width: 100%;
  }
}
.schedule_ct .schedule_title {
  font-size: 2.625rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .schedule_ct .schedule_title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .schedule_ct .schedule_title {
    font-size: 1.875rem;
  }
}
.schedule_ct .schedule_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
}
@media only screen and (max-width: 575px) {
  .schedule_ct .schedule_btn {
    padding-top: 10px;
  }
}
.schedule_ct .schedule_btn .btn_more {
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .schedule_ct .schedule_btn .btn_more {
    margin-top: 20px;
  }
}

.schedule_dt_ct {
  padding-bottom: 120px;
}
@media only screen and (max-width: 992px) {
  .schedule_dt_ct {
    padding-bottom: 100px;
  }
}
.schedule_dt_ct .mbct_wrap {
  max-width: 1520px;
}
@media only screen and (max-width: 992px) {
  .schedule_dt_ct .mbct_wrap {
    width: 95%;
  }
}
@media only screen and (max-width: 575px) {
  .schedule_dt_ct .mbct_wrap {
    width: 100%;
  }
}
.schedule_dt_ct .schedule_dt_hd {
  background: #7699f5;
}
.schedule_dt_ct .common_title {
  padding: 90px 0 150px;
  color: #ffffff;
}

.schedule_dt_block {
  margin-top: -58px;
}
.schedule_dt_block .tab_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.schedule_dt_block .tab_list {
  position: relative;
  width: 100%;
  height: 58px;
  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;
  color: #ffffff;
  background: #626262;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 1.02px;
  opacity: 0.3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) {
  .schedule_dt_block .tab_list:hover {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.schedule_dt_block .tab_list.active {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.schedule_dt_block .tab_list.active:after {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.schedule_dt_block .tab_list:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #626262 transparent transparent transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 992px) {
  .schedule_dt_block .tab_list:after {
    border-width: 16px 12px 0 12px;
  }
}
.schedule_dt_block .tab_item:not(:first-child) {
  display: none;
}
.schedule_dt_block .schedule_article {
  padding-top: 60px;
  padding-bottom: 90px;
}
.schedule_dt_block .schedule_article:nth-child(even) {
  background: rgba(0, 0, 0, 0.06);
}
.schedule_dt_block .schedule_article .article_title {
  position: relative;
  font-size: 2.1875rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  text-align: center;
  letter-spacing: 1.75px;
}
@media only screen and (max-width: 575px) {
  .schedule_dt_block .schedule_article .article_title {
    font-size: 1.625rem;
  }
}
.schedule_dt_block .schedule_article .article_title:after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  width: 60px;
  background: #00ff96;
}
@media only screen and (max-width: 575px) {
  .schedule_dt_block .schedule_article .article_title:after {
    height: 3px;
    bottom: -15px;
  }
}
.schedule_dt_block .schedule_article .article_title.waypoint:after {
  width: 0;
}
.schedule_dt_block .schedule_article .article_title.show:after {
  width: 60px;
  -webkit-transition: 1s;
  transition: 1s;
}
.schedule_dt_block .schedule_article .article_li {
  padding-top: 60px;
}
@media only screen and (max-width: 575px) {
  .schedule_dt_block .schedule_article .article_li {
    padding-top: 50px;
  }
}
.schedule_dt_block .schedule_article .article_li .article_p {
  font-size: 1.125rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  line-height: 1.7;
}
@media only screen and (max-width: 575px) {
  .schedule_dt_block .schedule_article .article_li .article_p {
    font-size: 1rem;
  }
}
.schedule_dt_block .schedule_article .article_li .article_pic {
  max-width: 1430px;
  width: 95%;
  margin: 0 auto;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 575px) {
  .schedule_dt_block .schedule_article .article_li .article_pic {
    width: 90%;
    padding-top: 10px;
  }
}
.schedule_dt_block .schedule_article .article_li a {
  position: relative;
  width: calc(25% - 12px);
  margin: 6px;
}
@media only screen and (max-width: 1200px) {
  .schedule_dt_block .schedule_article .article_li a {
    margin: 5px;
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 575px) {
  .schedule_dt_block .schedule_article .article_li a {
    width: calc(100% - 10px);
  }
}
.schedule_dt_block .schedule_article .article_li a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: none;
  -webkit-transition: 0.4s 0.1s;
  transition: 0.4s 0.1s;
}
.schedule_dt_block .schedule_article .article_li a .common_btn {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.schedule_dt_block .schedule_article .article_li a:hover:after {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.schedule_dt_block .schedule_article .article_li a:hover .common_btn {
  opacity: 1;
  -webkit-transition: 0.4s 0.1s;
  transition: 0.4s 0.1s;
}
.schedule_dt_block .schedule_article .article_li.waypoint {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.schedule_dt_block .schedule_article .article_li.show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.mbdiy_bn {
  position: relative;
}
.mbdiy_bn_bg {
  height: 640px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1200px) {
  .mbdiy_bn_bg {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .mbdiy_bn_bg {
    height: 450px;
  }
}
.mbdiy_bn .common_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  width: 90%;
}

.mbdiy_ct {
  padding-top: 80px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1200px) {
  .mbdiy_ct {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .mbdiy_ct {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.mbdiy_ct .mbdiy_block {
  max-width: 1420px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mbdiy_ct .mbdiy_li {
  padding: 80px 0;
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .mbdiy_ct .mbdiy_li {
    padding: 60px 0 40px;
  }
}
@media only screen and (max-width: 575px) {
  .mbdiy_ct .mbdiy_li {
    width: 100%;
    padding: 60px 0 20px;
  }
}
.mbdiy_ct .mbdiy_li:nth-child(4n-3) .li_wrap, .mbdiy_ct .mbdiy_li:nth-child(4n-3) .mbdiy_name, .mbdiy_ct .mbdiy_li:nth-child(4n-2) .li_wrap, .mbdiy_ct .mbdiy_li:nth-child(4n-2) .mbdiy_name {
  margin-left: auto;
}
.mbdiy_ct .mbdiy_li a {
  display: block;
}
.mbdiy_ct .mbdiy_li.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.mbdiy_ct .mbdiy_li.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.mbdiy_ct .li_wrap {
  position: relative;
  max-width: 560px;
  width: 85%;
}
@media only screen and (max-width: 992px) {
  .mbdiy_ct .li_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .mbdiy_ct .li_wrap:hover .mbdiy_pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .mbdiy_ct .li_wrap:hover .mbdiy_pic:after {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .mbdiy_ct .li_wrap:hover .common_btn {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.mbdiy_ct .mbdiy_pic {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.mbdiy_ct .mbdiy_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mbdiy_ct .mbdiy_pic:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mbdiy_ct .mbdiy_pic .common_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mbdiy_ct .mbdiy_name {
  text-align: center;
  font-size: 2rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 0.96px;
  padding-top: 30px;
}
@media only screen and (max-width: 992px) {
  .mbdiy_ct .mbdiy_name {
    font-size: 1.625rem;
    padding-top: 20px;
  }
}

.mbdiy_other {
  position: relative;
  max-width: 1620px;
  width: 90%;
  margin: 0 auto;
  padding-top: 70px;
}
@media only screen and (max-width: 575px) {
  .mbdiy_other {
    padding-top: 50px;
  }
}
.mbdiy_other_bg {
  height: 490px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1200px) {
  .mbdiy_other_bg {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .mbdiy_other_bg {
    height: 350px;
  }
}
.mbdiy_other .other_ct {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.mbdiy_other .other_ct span {
  color: #ffffff;
  font-size: 2.8125rem;
}
.mbdiy_other .other_ct .p {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 1.5625rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #ffffff;
  padding-top: 20px;
}
@media only screen and (max-width: 992px) {
  .mbdiy_other .other_ct .p {
    font-size: 1.125rem;
  }
}
.mbdiy_other .other_ct .common_btn {
  margin-top: 50px;
}
@media only screen and (max-width: 992px) {
  .mbdiy_other .other_ct .common_btn {
    margin-top: 30px;
  }
}
.mbdiy_other .other_ct.waypoint {
  margin-top: 50px;
  opacity: 0;
}
.mbdiy_other .other_ct.show {
  margin-top: 0px;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.mbdiylist_bn {
  position: relative;
  background: #153f67;
  height: 540px;
}
@media only screen and (max-width: 992px) {
  .mbdiylist_bn {
    height: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .mbdiylist_bn .common_title {
    margin-top: 50px;
  }
}
.mbdiylist_bn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../uploads/case/caselibg_1920x1025.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.mbdiylist_bn .common_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  width: 90%;
}
.mbdiylist_bn .common_title .p {
  max-width: 430px;
  margin: 0 auto;
  width: 90%;
  margin-top: 20px;
}

.mbdiylist_ct {
  padding-top: 90px;
  padding-bottom: 200px;
  background: #fafafa;
}
@media only screen and (max-width: 1200px) {
  .mbdiylist_ct {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .mbdiylist_ct {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.mbdiylist_ct .mbdiylist_block {
  padding-top: 60px;
}
.mbdiylist_ct .diylist_article {
  max-width: 1620px;
  width: 90%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.04);
  padding: 100px 0 40px;
}
.mbdiylist_ct .diylist_article:not(:first-child) {
  margin-top: 10px;
}
@media only screen and (max-width: 1200px) {
  .mbdiylist_ct .diylist_article {
    padding: 80px 0 40px;
  }
}
@media only screen and (max-width: 575px) {
  .mbdiylist_ct .diylist_article {
    padding: 60px 0 0;
  }
}
.mbdiylist_ct .diylist_article.waypoint .diylist_title {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
.mbdiylist_ct .diylist_article.waypoint .diylist_ct {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.mbdiylist_ct .diylist_article.show .diylist_title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.mbdiylist_ct .diylist_article.show .diylist_ct {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.8s 0.2s;
  transition: 0.8s 0.2s;
}
.mbdiylist_ct .diylist_title {
  position: relative;
  font-size: 1.75rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.4;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .mbdiylist_ct .diylist_title {
    font-size: 1.375rem;
  }
}
.mbdiylist_ct .diylist_title:after {
  position: absolute;
  content: "";
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  width: 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00b7ff), to(#00ff96));
  background-image: linear-gradient(to right, #00b7ff, #00ff96);
}
@media only screen and (max-width: 575px) {
  .mbdiylist_ct .diylist_title:after {
    height: 3px;
    bottom: -15px;
  }
}
.mbdiylist_ct .diylist_ct {
  max-width: 1410px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 70px;
}
@media only screen and (max-width: 575px) {
  .mbdiylist_ct .diylist_ct {
    padding-top: 50px;
  }
}
.mbdiylist_ct .diylist_li {
  width: 33.3%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .mbdiylist_ct .diylist_li {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .mbdiylist_ct .diylist_li {
    width: 100%;
  }
}
.mbdiylist_ct .diylist_li a {
  display: block;
  max-width: 380px;
  width: 90%;
  margin: 0 auto;
}
.mbdiylist_ct .diylist_li a:hover .playButton {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mbdiylist_ct .diylist_pic {
  position: relative;
}
.mbdiylist_ct .diylist_pic .playButton {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  .mbdiylist_ct .diylist_pic .playButton {
    opacity: 1;
  }
}
.mbdiylist_ct .diylist_word {
  font-size: 1.125rem;
  text-align: center;
  padding-top: 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 992px) {
  .mbdiylist_ct .diylist_word {
    font-size: 1rem;
    padding-top: 10px;
  }
}

.back_btn {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 210;
  min-width: 156px;
}
@media only screen and (max-width: 1440px) {
  .back_btn {
    top: 35px;
  }
}
@media only screen and (max-width: 992px) {
  .back_btn {
    top: 25px;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .back_btn {
    top: 80px;
  }
}
.member_forget {
  position: fixed;
  z-index: 230;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
  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;
}
.member_forget.open {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.member_forget.open:after {
  opacity: 1;
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
}
.member_forget.open .scroll-content {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: 0.8s 0.4s;
  transition: 0.8s 0.4s;
}
.member_forget:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../../uploads/member/mbforgetbn_1920x1080.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.8s 0.2s;
  transition: 0.8s 0.2s;
}
.member_forget .mbfg_scroll {
  width: 100%;
  height: 100%;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
}
@media only screen and (max-width: 575px) {
  .member_forget .mbfg_scroll {
    padding: 100px 0 50px;
  }
}
.member_forget .scroll-content {
  width: 100% !important;
  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;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
          transform: scale3d(0.7, 0.7, 0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.member_forget .mbfg_wrap {
  position: relative;
  max-width: 1275px;
  width: 90%;
  margin: auto;
  background-image: url(../../uploads/member/mbforgetbn_1320x690.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.member_forget .mbfg_wrap.transform {
  opacity: 0;
  -webkit-transform: 0.5s;
      -ms-transform: 0.5s;
          transform: 0.5s;
}
.member_forget .mbfg_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member_forget .mbfg_block[data-page="4"] {
  display: none;
}
@media only screen and (max-width: 992px) {
  .member_forget .mbfg_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.member_forget .mbfg_left {
  width: 45%;
  color: #ffffff;
  margin: auto;
}
@media only screen and (max-width: 992px) {
  .member_forget .mbfg_left {
    width: 100%;
    padding: 60px 0 40px;
    text-align: center;
  }
}
.member_forget .mbfg_left_wrap {
  max-width: 320px;
  width: 90%;
  margin: 0 auto;
}
.member_forget .mbfg_title {
  font-size: 2.625rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 575px) {
  .member_forget .mbfg_title {
    font-size: 2rem;
  }
}
.member_forget .mbfg_subtitle {
  font-size: 1.75rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 575px) {
  .member_forget .mbfg_subtitle {
    font-size: 1.5rem;
  }
}
.member_forget .mbfg_p {
  font-size: 0.875rem;
  padding-top: 20px;
  line-height: 1.7;
}
.member_forget .mbfg_right {
  width: 55%;
  background: #ffffff;
  color: #000000;
  padding: 150px 0 110px;
}
@media only screen and (max-width: 992px) {
  .member_forget .mbfg_right {
    width: 100%;
    padding: 60px 0 40px;
  }
}
.member_forget .mbfg_right_wrap {
  max-width: 460px;
  width: 90%;
  margin: 0 auto;
  display: none;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.member_forget .mbfg_right_wrap:first-child {
  display: block;
}
@media only screen and (max-width: 992px) {
  .member_forget .mbfg_right_wrap {
    text-align: center;
  }
}
.member_forget .mbfg_right.transform .mbfg_right_wrap {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.member_forget .close_btn {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.member_forget .close_btn:hover {
  -webkit-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.member_forget .mbfg_hd {
  max-width: 320px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .member_forget .mbfg_hd {
    margin: 0 auto;
  }
}
.member_forget .mbfg_ct {
  width: 100%;
  margin-top: 60px;
}
@media only screen and (max-width: 575px) {
  .member_forget .mbfg_ct {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .member_forget .mbfg_ct .form_list.check .form_title p {
    margin: 0 auto;
  }
  .member_forget .mbfg_ct .form_list.check .form_input p {
    margin: 0 auto;
  }
}
.member_forget .mbfg_ct .verification-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member_forget .mbfg_ct .verification-wrap input {
  width: 100%;
  font-size: 3.125rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 90px;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  padding: 0;
}
.member_forget .mbfg_ct .verification-wrap input:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 992px) {
  .member_forget .mbfg_ct .verification-wrap input:not(:last-child) {
    margin-right: 5px;
  }
}
.member_forget .mbfg_ct .verification-wrap input::-webkit-input-placeholder {
  color: #cccccc;
}
.member_forget .mbfg_ct .verification-wrap input::-moz-placeholder {
  color: #cccccc;
}
.member_forget .mbfg_ct .verification-wrap input:-ms-input-placeholder {
  color: #cccccc;
}
.member_forget .mbfg_ct .verification-wrap input::-ms-input-placeholder {
  color: #cccccc;
}
.member_forget .mbfg_ct .verification-wrap input::placeholder {
  color: #cccccc;
}
@-moz-document url-prefix() {
  .member_forget .mbfg_ct .verification-wrap input {
    width: calc(12.5% + 10px);
  }
}
@media only screen and (max-width: 992px) {
  .member_forget .mbfg_ct .verification-wrap input {
    font-size: 1.875rem;
    line-height: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .member_forget .mbfg_ct .verification-wrap input {
    line-height: 50px;
  }
}
.member_forget .mbfg_ct .verif_p {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #ff6666;
  font-size: 0.875rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
.member_forget .mbfg_ct .verif_p p {
  margin-right: 5px;
}
.member_forget .mbfg_ct .verif_p .countdown {
  letter-spacing: 0.48px;
}
.member_forget .mbfg_bt {
  margin-top: 50px;
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .member_forget .mbfg_bt {
    text-align: center;
  }
}
.member_forget .mbfg_bt .common_btn:not(:first-child) {
  margin-left: 15px;
}
.member_forget .mbfg_bt .send_again {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5;
  transition: 0.5;
}
.member_forget .mbfg_bt .send_again.active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.member_forget .mbfg_center {
  max-width: 900px;
  width: 90%;
  margin: 85px auto;
  background: #ffffff;
  padding: 85px 0 75px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .member_forget .mbfg_center {
    margin: 40px auto;
    padding: 60px 0;
  }
}
.member_forget .mbfg_center_wrap {
  max-width: 460px;
  width: 90%;
  margin: 0 auto;
}
.member_forget .mbfg_center .mbfg_hd {
  margin: 0 auto;
}
.member_forget .mbfg_center .mbfg_ct .form_input {
  padding: 0 40px;
}
@media only screen and (max-width: 1200px) {
  .member_forget .mbfg_center .mbfg_ct .form_input {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .member_forget .mbfg_center .mbfg_ct .form_input {
    padding-top: 5px;
  }
}
.member_forget .mbfg_center .mbfg_bt {
  text-align: center;
}
/*# sourceMappingURL=member.css.map */