@charset "UTF-8";
.code-yourself__mb {
  display: none;
}

@media (max-width: 800px) {
  .code-yourself__pc {
    display: none;
  }
  .code-yourself__mb {
    display: block;
  }
}
.code-dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  .code-mb-db {
    display: block;
  }
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", "Roboto", "Poppins", "gill-sans-nova", Arial, Helmet, Freesans, verdana, sans-serif !important;
}

.code-yourself__item {
  background-image: url("https://image.benq.com/is/image/benqco/code-yourself-bg-pc?$ResponsivePreset$");
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 8%;
}
@media (max-width: 800px) {
  .code-yourself__item {
    background-image: url("https://image.benq.com/is/image/benqco/code-yourself-bg-mb?$ResponsivePreset$&wid=800");
    background-position: right -40vw;
    background-size: 140%;
  }
}
.code-yourself__illustrate {
  text-align: center;
  color: #FFF;
  font-size: 24px;
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .code-yourself__illustrate {
    font-size: 1.637vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__illustrate {
    font-size: 3.75vw;
  }
}
.code-yourself__illustrate b {
  color: #00dfdf;
}
.code-yourself__title {
  font-family: "Noto Sans TC", "微軟正黑體", "Roboto", "Poppins", "gill-sans-nova", Arial, Helmet, Freesans, verdana, sans-serif;
  text-align: center;
  font-size: 49px !important;
  color: #00dfdf;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0 0 20px rgba(0, 223, 223, 0.71), 0 0 40px rgba(0, 223, 223, 0.35), 0 0 65px rgba(0, 223, 223, 0.25);
  margin-bottom: 78px;
}
@media (max-width: 1920px) {
  .code-yourself__title {
    font-size: 2.5520833333vw !important;
  }
}
@media (max-width: 800px) {
  .code-yourself__title {
    font-size: 6.125vw !important;
  }
}
.code-yourself__sub-title {
  text-align: center;
  font-size: 33.2px !important;
  color: #00dfdf;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0 0 20px rgba(0, 223, 223, 0.71), 0 0 40px rgba(0, 223, 223, 0.35), 0 0 65px rgba(0, 223, 223, 0.25);
  margin-bottom: 0;
}
@media (max-width: 1920px) {
  .code-yourself__sub-title {
    font-size: 1.7291666667vw !important;
  }
}
@media (max-width: 800px) {
  .code-yourself__sub-title {
    font-size: 4.15vw !important;
  }
}
.code-yourself__b_title {
  font-weight: normal;
  font-size: 30px;
  margin: 0;
}
@media (max-width: 1900px) {
  .code-yourself__b_title {
    font-size: 1.5625vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__b_title {
    font-size: 3.75vw;
  }
}
.code-yourself__s_title {
  margin: 20px 0;
  font-size: 40px;
}
@media (max-width: 1900px) {
  .code-yourself__s_title {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__s_title {
    font-size: 5vw;
    margin-top: 3vw;
    margin-bottom: 3.3vw;
  }
}
.code-yourself__arrw {
  margin: 20px auto 75px auto;
  display: block;
  width: 91px;
}
.code-yourself__arrw img {
  width: 100%;
  display: block;
}
@media (max-width: 1900px) {
  .code-yourself__arrw {
    width: 4.7395833333vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__arrw {
    width: 11.375vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__task {
    margin-bottom: 12.5vw;
  }
}
.code-yourself__content {
  text-align: center;
  color: #FFF;
  max-width: 1473px;
  width: 90%;
  margin: auto;
  padding-bottom: 5vw;
}
.code-yourself__task__items {
  font-size: 24px;
  line-height: 1.7;
  width: 49%;
  max-width: 720px;
}
.code-yourself__task__items:last-child {
  margin-top: 60px;
}
@media (max-width: 1600px) {
  .code-yourself__task__items {
    font-size: 1.637vw;
  }
  .code-yourself__task__items:last-child {
    margin-top: 3.125vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__task__items {
    font-size: 3.5vw;
    width: 100%;
  }
  .code-yourself__task__items:first-child {
    margin-bottom: 21.25vw;
  }
  .code-yourself__task__items:last-child {
    margin-top: 0;
  }
}
.code-yourself__task__box {
  padding: 60px 0;
  border: 1px solid #00dfdf;
  width: 100%;
  height: 29vw;
  max-height: 464px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
  -webkit-box-shadow: inset 0px 0px 40px 40px rgba(0, 255, 255, 0.32);
          box-shadow: inset 0px 0px 40px 40px rgba(0, 255, 255, 0.32);
  border: 1px solid #0ff;
}
.code-yourself__task__box .code_smail {
  font-size: 18px;
}
@media (max-width: 1900px) {
  .code-yourself__task__box .code_smail {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__task__box .code_smail {
    font-size: 2.75vw;
  }
}
@media (max-width: 1900px) {
  .code-yourself__task__box {
    padding: 3.125vw 0;
  }
}
@media (max-width: 800px) {
  .code-yourself__task__box {
    padding: 5vw 0;
    height: 67vw;
  }
}
.code-yourself__task__box b {
  font-weight: normal;
}
.code-yourself__task__box img {
  width: 90%;
  margin: 0;
}
.code-yourself__p {
  width: 90%;
  margin: 0 auto 17px auto;
}
.code-yourself__color_orange {
  color: #ff9a00;
}
.code-yourself__color_blue {
  color: #00dedf;
}
.code-yourself__color_red {
  color: #ef134c;
}
@media (max-width: 800px) {
  .code-yourself__game {
    margin-bottom: 16.5vw;
  }
}
.code-yourself__game .code-yourself__title {
  position: relative;
  z-index: 2;
  margin-bottom: -62px;
}
@media (max-width: 1600px) {
  .code-yourself__game .code-yourself__title {
    margin-bottom: -3.2291666667vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game .code-yourself__title {
    margin-bottom: 7.75vw;
  }
}
.code-yourself__game_bg {
  position: relative;
  width: 100%;
  height: 1238px;
  max-width: 1920px;
  margin: auto;
  background-image: url("https://image.benq.com/is/image/benqco/code_game_box_bg_pc_135?$ResponsivePreset$");
  background-position: center -4vw;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1600px) {
  .code-yourself__game_bg {
    height: 64.4791666667vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game_bg {
    background-position: center top;
    background-size: cover;
    background-image: url("https://image.benq.com/is/image/benqco/code_game_box_bg_mb_135?$ResponsivePreset$&fmt=png-alpha");
    height: 100%;
  }
}
.code-yourself__game__box {
  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;
  text-align: center;
  line-height: 2;
  position: absolute;
  top: 132px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  color: #FFF;
  font-size: 30px;
  height: 895px;
}
@media (max-width: 1900px) {
  .code-yourself__game__box {
    top: 7vw;
    height: 46.6vw;
    font-size: 1.5625vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__box {
    position: relative;
    top: 0;
    height: 160vw;
    border: 2px solid #00dfdf;
    font-size: 3.75vw;
    background: rgba(0, 0, 0, 0.66);
    -webkit-box-shadow: 1px 0px 20px 20px rgba(72, 223, 223, 0.39);
            box-shadow: 1px 0px 20px 20px rgba(72, 223, 223, 0.39);
  }
  .code-yourself__game__box.code-yourself__game_bg--center {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .code-yourself__game__box.code-yourself__game_bg--180 {
    height: 180vw;
  }
}
.code-yourself__ganestart__title {
  position: absolute;
  top: 0.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
}
@media (max-width: 1600px) {
  .code-yourself__ganestart__title {
    top: 0;
    font-size: 1.637vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__ganestart__title {
    background: #00dfdf;
    text-align: center;
    width: 100%;
    font-size: 3.5vw;
    padding: 1vw 0;
  }
  .code-yourself__ganestart__title .code-yourself__sg,
  .code-yourself__ganestart__title .code-yourself__eg,
  .code-yourself__ganestart__title .code-yourself__le {
    margin: auto;
  }
  .code-yourself__ganestart__title .code-yourself__eg {
    font-size: 3.125vw;
  }
}
.code-yourself__ganestart__title_icon {
  margin-right: 10px;
}
@media (max-width: 1900px) {
  .code-yourself__ganestart__title_icon {
    width: 6% !important;
  }
}
.code-yourself__ganestart__title_span {
  color: #000;
}
.code-yourself__game-btn {
  display: block;
  border-radius: 100px;
  background: #ff9a00;
  line-height: 65px;
  font-weight: bold;
  color: #020202;
  -webkit-text-decoration: auto;
          text-decoration: auto;
  margin: 45px auto 0 auto;
  width: 247px;
  height: 65px;
}
.code-yourself__game-btn::after {
  position: relative;
  top: -1px;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("https://image.benq.com/is/image/benqco/btn_arrw?$ResponsivePreset$") no-repeat;
  background-size: contain;
  margin-left: 12px;
}
@media (max-width: 1900px) {
  .code-yourself__game-btn {
    width: 12.8645833333vw;
    height: 3.125vw;
    margin: 2.34375vw auto 0 auto;
    line-height: 3.125vw;
  }
  .code-yourself__game-btn::after {
    width: 1.1458333333vw;
    height: 1.1458333333vw;
    margin-left: 0.625vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game-btn {
    width: 60%;
    height: 9.375vw;
    margin: 5.625vw auto 0 auto;
    line-height: 9.375vw;
  }
  .code-yourself__game-btn::after {
    width: 3.5vw;
    height: 3.5vw;
    margin-left: 1.5vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__mb-br {
    display: block;
  }
}
.code-yourself__game__blue {
  color: #00dedf;
  font-weight: normal;
}
.code-yourself__game-input {
  width: 286px;
  height: 65px;
  color: #ff9a00;
  border: none;
  background: #000;
  border: 1px solid #ff9a00;
  border-radius: 99em;
  text-align: center;
  font-size: 24px;
  margin-right: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}
.code-yourself__game-input::-webkit-input-placeholder {
  color: #ff9a00;
  opacity: 1;
}
.code-yourself__game-input::-moz-placeholder {
  color: #ff9a00;
  opacity: 1;
}
.code-yourself__game-input:-ms-input-placeholder {
  color: #ff9a00;
  opacity: 1;
}
.code-yourself__game-input::-ms-input-placeholder {
  color: #ff9a00;
  opacity: 1;
}
.code-yourself__game-input::placeholder {
  color: #ff9a00;
  opacity: 1;
}
@media (max-width: 1900px) {
  .code-yourself__game-input {
    margin-right: 1.25vw;
    font-size: 1.25vw;
    width: 14.8958333333vw;
    height: 3.125vw;
    line-height: 3.125vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game-input {
    width: 60%;
    height: 9.375vw;
    margin: 1.875vw auto 0 auto;
    line-height: 9.375vw;
    font-size: 3.75vw;
  }
}
.code-yourself__game__title {
  color: #ff9a00;
  margin-bottom: 56px;
  padding-top: 65px;
}
@media (max-width: 1900px) {
  .code-yourself__game__title {
    font-size: 1.637vw;
    margin-bottom: 2.9166666667vw;
    padding-top: 3.3854166667vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__title {
    margin-bottom: 10vw !important;
  }
}
.code-yourself__game__title_s {
  position: relative;
  line-height: 1;
}
@media (max-width: 800px) {
  .code-yourself__game__title_s {
    margin-bottom: 2.5vw;
  }
}
.code-yourself__game__title_s span {
  position: relative;
  background: #050404;
  z-index: 1;
  font-size: 28px;
  padding: 0 35px;
}
@media (max-width: 1900px) {
  .code-yourself__game__title_s span {
    font-size: 1.4583333333vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__title_s span {
    font-size: 3.75vw;
    padding: 0 5vw;
  }
}
.code-yourself__game__title_s::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  height: 1px;
  max-width: 571px;
  background: #ff9a00;
  display: block;
  content: "";
}
.code-yourself__game__title_b {
  font-size: 37px;
  font-family: "Noto Sans TC", "微軟正黑體", "Roboto", "Poppins", "gill-sans-nova", Arial, Helmet, Freesans, verdana, sans-serif !important;
}
@media (max-width: 1900px) {
  .code-yourself__game__title_b {
    font-size: 1.9270833333vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__title_b {
    font-size: 4.375vw;
  }
}
.code-yourself__game__title_p {
  font-size: 24px;
  color: #FFF;
  line-height: 1;
}
@media (max-width: 1900px) {
  .code-yourself__game__title_p {
    font-size: 1.25vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__title_p {
    font-size: 2.875vw;
  }
}
.code-yourself__game__content {
  max-width: 1496px;
  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: 73px;
}
@media (max-width: 1900px) {
  .code-yourself__game__content {
    margin-bottom: 3.8020833333vw;
  }
}
@media (max-width: 1700px) {
  .code-yourself__game__content {
    width: 90%;
    margin: 0 auto 4.2941176471vw auto;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__content {
    display: block;
  }
}
.code-yourself__game__content-left {
  position: relative;
  width: 50%;
  text-align: left;
  padding-left: 88px;
  margin-right: 50px;
  background-repeat: no-repeat;
  background-size: 70px;
}
@media (max-width: 1900px) {
  .code-yourself__game__content-left {
    margin-right: 2.6041666667vw;
    padding-left: 4.5833333333vw;
    background-size: 3.6458333333vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__content-left {
    width: 100% !important;
    padding-left: 6.25vw;
    background-size: 7.5vw;
  }
}
.code-yourself__game__content-left b {
  font-weight: normal;
}
.code-yourself__game__content-left .code-yourself__game__content-p {
  font-size: 24px;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 2;
}
@media (max-width: 1900px) {
  .code-yourself__game__content-left .code-yourself__game__content-p {
    font-size: 1.25vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__content-left .code-yourself__game__content-p {
    font-size: 3vw;
    padding-left: 3.5vw;
  }
}
@media (max-width: 480px) {
  .code-yourself__game__content-left .code-yourself__game__content-p {
    font-size: 2.73vw;
  }
}
.code-yourself__game__content-left .code-yourself__game__content-p .code-yourself__s {
  font-size: 20px;
}
@media (max-width: 1900px) {
  .code-yourself__game__content-left .code-yourself__game__content-p .code-yourself__s {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__content-left .code-yourself__game__content-p .code-yourself__s {
    font-size: 2.5vw;
  }
}
@media (max-width: 480px) {
  .code-yourself__game__content-left .code-yourself__game__content-p .code-yourself__s {
    font-size: 2.2vw;
  }
}
.code-yourself__game__content-left .code-yourself__game__content-p::before {
  position: absolute;
  top: 10%;
  left: -57.6px;
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background: #00dedf;
}
@media (max-width: 1900px) {
  .code-yourself__game__content-left .code-yourself__game__content-p::before {
    left: -57.6px;
    left: -3vw;
  }
}
.code-yourself__game__content-left .code-yourself__game__content-p::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -57.6px;
  width: 161px;
  height: 2px;
  background: #00dedf;
}
@media (max-width: 1900px) {
  .code-yourself__game__content-left .code-yourself__game__content-p::after {
    left: -3vw;
    width: 8.3854166667vw;
  }
}
.code-yourself__game__content-left h3 {
  margin: 15.4px 0 8px 0;
}
@media (max-width: 1900px) {
  .code-yourself__game__content-left h3 {
    margin: 0.8vw 0 0.68vw 0;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__content-left h3 {
    padding-left: 3.5vw;
  }
}
.code-yourself__game__content-right {
  position: relative;
  width: 50%;
  max-width: 704px;
}
.code-yourself__game__content-right img {
  width: 100%;
  display: block;
}
@media (max-width: 1600px) {
  .code-yourself__game__content-right {
    width: 40%;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__content-right {
    margin-top: 8vw;
    width: 100%;
  }
}
.code-yourself__game__answer {
  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;
}
.code-yourself__game__answer .code-yourself__game-btn {
  margin: 0;
}
@media (max-width: 800px) {
  .code-yourself__game__answer .code-yourself__game-btn {
    margin: 2vw auto 0 auto;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__answer {
    display: block;
  }
}
.code-yourself__from-buttom {
  display: block;
  margin-top: 33px;
  color: #ff9a00;
  text-decoration: underline;
}
@media (max-width: 1900px) {
  .code-yourself__from-buttom {
    margin-top: 1.71875vw;
  }
}
.code-yourself__level {
  position: absolute;
  top: -1000%;
  left: -1000%;
  opacity: 0;
  z-index: -1;
}
.code-yourself__game__hint {
  position: absolute;
  font-size: 13px;
  color: #323232;
}
.code-yourself__game__hint::-moz-selection {
  background: #00dedf;
  color: #ef134c;
}
.code-yourself__game__hint::selection {
  background: #00dedf;
  color: #ef134c;
}
@media (max-width: 1440px) {
  .code-yourself__game__hint {
    font-size: 0.9375vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__hint {
    font-size: 1.75vw;
  }
}
@media (max-width: 480px) {
  .code-yourself__game__hint {
    font-size: 2.375vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__1, .code-yourself__game__2, .code-yourself__game__3, .code-yourself__game__4, .code-yourself__game__5, .code-yourself__game__6, .code-yourself__game__7 {
    padding-top: 12.5vw;
  }
}
.code-yourself__game__1 {
  position: relative;
}
.code-yourself__game__1 .code-yourself__game__content-left {
  background-image: url("https://image.benq.com/is/image/benqco/code-yourself_game_l_1?$ResponsivePreset$&fmt=png-alpha");
}
.code-yourself__game__1 .code-yourself__game__hint {
  margin-top: 10px;
  position: static;
  -webkit-animation: flicker 0.6s infinite;
          animation: flicker 0.6s infinite;
}
@media (max-width: 800px) {
  .code-yourself__game__1 .code-yourself__game__hint {
    margin-top: 1vw;
    margin-bottom: -3vw;
  }
}
.code-yourself__game__1 .code-yourself__game__hint.code-yourself__game__hint-active {
  -webkit-animation: flicker_active 0.2s infinite;
          animation: flicker_active 0.2s infinite;
}
@media (max-width: 800px) {
  .code-yourself__game__1 .code-yourself__game__hint {
    top: 7%;
    left: 1%;
  }
}
.code-yourself__game__2 {
  position: relative;
}
.code-yourself__game__2 .code-yourself__game__content-left {
  background-image: url("https://image.benq.com/is/image/benqco/code-yourself_game_l_2?$ResponsivePreset$&fmt=png-alpha");
}
.code-yourself__game__2 .code-yourself__game__hint {
  margin-top: 10px;
  position: static;
  -webkit-animation: flicker-2 2s infinite;
          animation: flicker-2 2s infinite;
  opacity: 0.4;
  text-align: right;
}
@media (max-width: 800px) {
  .code-yourself__game__2 .code-yourself__game__hint {
    margin-top: 1vw;
    margin-bottom: -3vw;
  }
}
.code-yourself__game__2 .code-yourself__game__hint.code-yourself__game__hint-active {
  -webkit-animation: flicker-2 2s infinite;
          animation: flicker-2 2s infinite;
  opacity: 0.5;
}
.code-yourself__game__3 {
  position: relative;
}
.code-yourself__game__3 .code-yourself__game__content-left {
  background-image: url("https://image.benq.com/is/image/benqco/code-yourself_game_l_3?$ResponsivePreset$&fmt=png-alpha");
}
.code-yourself__game__3 .code-yourself__game__hint {
  color: #434343;
  top: -9%;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: flicker-3 3.5s infinite steps(1, end);
          animation: flicker-3 3.5s infinite steps(1, end);
}
@media (max-width: 800px) {
  .code-yourself__game__3 .code-yourself__game__hint {
    top: -11%;
    width: 100%;
  }
}
.code-yourself__game__3 .code-yourself__game__hint.code-yourself__game__hint-active {
  -webkit-animation: flicker-3 2.5s infinite steps(1, end);
          animation: flicker-3 2.5s infinite steps(1, end);
}
.code-yourself__game__4 {
  position: relative;
}
.code-yourself__game__4 .code-yourself__game__title {
  margin-bottom: 16px;
  margin-top: -30px;
}
@media (max-width: 1900px) {
  .code-yourself__game__4 .code-yourself__game__title {
    margin-bottom: 0.8333333333vw;
    margin-top: -1.5625vw;
  }
}
.code-yourself__game__4 .code-yourself__game__content-left {
  background-image: url("https://image.benq.com/is/image/benqco/code-yourself_game_l_4?$ResponsivePreset$&fmt=png-alpha");
}
.code-yourself__game__4 .code-yourself__mb-t-br {
  margin-top: 25px;
}
@media (max-width: 800px) {
  .code-yourself__game__4 .code-yourself__mb-t-br {
    margin-top: 0;
  }
}
.code-yourself__game__4 .code-yourself__game__hint {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: -4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: #006969;
}
.code-yourself__game__4 .code-yourself__game__hint.code-yourself__game__hint-active {
  color: #01b2b2;
}
@media (max-width: 1900px) {
  .code-yourself__game__4 .code-yourself__game__hint {
    left: 2.7%;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__4 .code-yourself__game__hint {
    left: 0;
    font-size: 2.2vw;
  }
}
.code-yourself__game__5 {
  position: relative;
}
.code-yourself__game__5 .code-yourself__game__title {
  margin-bottom: 16px;
  margin-top: -30px;
}
@media (max-width: 1900px) {
  .code-yourself__game__5 .code-yourself__game__title {
    margin-bottom: 0.8333333333vw;
    margin-top: -1.5625vw;
  }
}
.code-yourself__game__5 .code-yourself__game__content {
  margin-bottom: 23px;
}
@media (max-width: 1900px) {
  .code-yourself__game__5 .code-yourself__game__content {
    font-size: 1.1979166667vw;
  }
}
.code-yourself__game__5 .code-yourself__game__content-left {
  width: 50%;
  background-image: url("https://image.benq.com/is/image/benqco/code-yourself_game_l_5?$ResponsivePreset$&fmt=png-alpha");
}
.code-yourself__game__5 .code-yourself__game__content-left .code-yourself__game__content-p {
  line-height: 1.5;
}
@media (max-width: 800px) {
  .code-yourself__game__5 .code-yourself__game__5 .code-yourself__game__content {
    margin-bottom: 9vw;
  }
}
.code-yourself__game__5 .code-yourself__game__hint {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  bottom: -9.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #002626;
  color: #000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.code-yourself__game__5 .code-yourself__game__hint::-moz-selection {
  opacity: 1;
}
.code-yourself__game__5 .code-yourself__game__hint::selection {
  opacity: 1;
}
@media (max-width: 800px) {
  .code-yourself__game__5 .code-yourself__game__hint {
    bottom: -11.5%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.code-yourself__game__5 .code-yourself__game__hint.code-yourself__game__hint-active {
  background: #003b3b;
}
@media (max-width: 800px) {
  .code-yourself__game__5 .code-yourself__game__content-p h3 {
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__5 .code-yourself__game__content-left .code-yourself__game__content-p {
    font-size: 2.65vw;
  }
}
.code-yourself__game__6 {
  position: relative;
  padding: 0 5%;
  /* 基本排版 */
  /* 隱藏原生 checkbox */
  /* 未勾選狀態下的圖 */
  /* 勾選後切換為打勾圖 */
}
.code-yourself__game__6 .code-s-btn {
  width: 360px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  margin: 0 auto !important;
}
@media (max-width: 1920px) {
  .code-yourself__game__6 .code-s-btn {
    width: 18.75vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__6 .code-s-btn {
    width: 50vw;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 800px) {
  .code-yourself__game__6 {
    padding: 12.5vw 5%;
  }
  .code-yourself__game__6 .code-yourself__game__title_p {
    line-height: 1.5;
  }
  .code-yourself__game__6 .code-yourself__game__title {
    margin-bottom: 2vw !important;
  }
}
.code-yourself__game__6 .code-yourself__game__from-title {
  color: #ff9a00;
  font-size: 33.6px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media (max-width: 1900px) {
  .code-yourself__game__6 .code-yourself__game__from-title {
    font-size: 1.7536458333vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__6 .code-yourself__game__from-title {
    font-size: 5vw;
  }
}
.code-yourself__game__6 .code-yourself__game__content {
  display: block;
  margin-bottom: 0px;
}
@media (max-width: 1900px) {
  .code-yourself__game__6 .code-yourself__game__content {
    margin-bottom: 0.2604166667vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__6 .code-yourself__game__content {
    width: 100%;
  }
}
.code-yourself__game__6 .code-yourself__postiframe {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
}
.code-yourself__game__6 .code-yourself__fz_24 {
  font-size: 24px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1900px) {
  .code-yourself__game__6 .code-yourself__fz_24 {
    font-size: 1.25vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__6 .code-yourself__fz_24 {
    font-size: 3vw;
  }
}
.code-yourself__game__6 .code-yourself__game__award-number {
  font-size: 28px;
  background: #00dfdf;
  font-weight: normal;
  letter-spacing: 2px;
  color: #010101;
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}
@media (max-width: 1900px) {
  .code-yourself__game__6 .code-yourself__game__award-number {
    font-size: 1.4583333333vw;
    padding: 0.3125vw 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__6 .code-yourself__game__award-number {
    font-size: 3vw;
    padding: 0.75vw 3vw;
    margin: 1vw 0 5vw 0;
  }
}
.code-yourself__game__6 .code-yourself__from form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  .code-yourself__game__6 .code-yourself__from form {
    display: block;
  }
}
.code-yourself__game__6 .code-yourself__game__title {
  margin-bottom: 44px;
}
@media (max-width: 1920px) {
  .code-yourself__game__6 .code-yourself__game__title {
    margin-bottom: 2.2916666667vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__6 .code-yourself__game__title {
    margin-bottom: 2.2916666667vw;
  }
}
.code-yourself__game__6 .code-yourself__form-list.code-yourself__form-list--active input {
  border: 1px solid #ef134d;
}
@media (max-width: 800px) {
  .code-yourself__game__6 .code-yourself__mb-br + br {
    display: none;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__6 .code-yourself__game-input {
    width: 60%;
    margin-top: 3.575vw;
  }
  .code-yourself__game__6 .code-yourself__game-btn {
    margin-top: 3.34375vw;
  }
}
.code-yourself__game__6 .code-yourself__game-btn {
  margin-top: 23px;
}
@media (max-width: 1900px) {
  .code-yourself__game__6 .code-yourself__game-btn {
    margin-top: 1.1979166667vw;
  }
}
.code-yourself__game__6 .code-yourself__checkbox {
  text-align: left;
  width: 50%;
  margin: 26px auto 0 auto;
  font-size: 21px;
}
@media (max-width: 1900px) {
  .code-yourself__game__6 .code-yourself__checkbox {
    font-size: 1.09375vw;
    margin-top: 1.3541666667vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__6 .code-yourself__checkbox {
    font-size: 2.875vw;
    margin-top: 3.375vw;
    width: 100%;
  }
}
.code-yourself__game__6 .code-yourself__checkbox-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 800px) {
  .code-yourself__game__6 .code-yourself__checkbox-wrap {
    margin-bottom: 2vw;
  }
}
.code-yourself__game__6 .code-yourself__checkbox-wrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.code-yourself__game__6 .code-yourself__checkbox-wrap::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ff9a00;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 14px;
}
@media (max-width: 1900px) {
  .code-yourself__game__6 .code-yourself__checkbox-wrap::before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-right: 0.7291666667vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__6 .code-yourself__checkbox-wrap::before {
    width: 4vw;
    height: 4vw;
    margin-right: 2.5vw;
  }
}
.code-yourself__game__6 .code-yourself__checkbox-wrap:has(input[type=checkbox]:checked)::before {
  background-image: url("https://image.benq.com/is/image/benqco/code_check??$ResponsivePreset$&fmt=png-alpha");
}
.code-yourself__game__7 {
  padding: 0 5%;
  position: relative;
}
@media (max-width: 800px) {
  .code-yourself__game__7 {
    padding: 12.5vw 5%;
  }
  .code-yourself__game__7 .code-yourself__game__title_p {
    line-height: 1.5;
  }
  .code-yourself__game__7 .code-yourself__game__title {
    margin-bottom: 2vw !important;
  }
}
.code-yourself__game__7 .code-yourself__game__content {
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 1900px) {
  .code-yourself__game__7 .code-yourself__game__content {
    margin-bottom: 1.3020833333vw;
  }
}
.code-yourself__game__7 .code-yourself__postiframe {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 1px;
  height: 2px;
}
.code-yourself__game__7 .code-yourself__game__title_b {
  margin-bottom: 20px;
}
@media (max-width: 1900px) {
  .code-yourself__game__7 .code-yourself__game__title_b {
    margin-bottom: 1.0416666667vw;
  }
}
.code-yourself__game__7 .code-yourself__game__title_p {
  line-height: 1.5;
}
.code-yourself__game__7 .code-yourself__game__title_p strong {
  color: #00dedf;
}
@media (max-width: 800px) {
  .code-yourself__game__7 .code-yourself__game__title_p strong {
    display: inline-block;
  }
}
.code-yourself__game__7 .code-yourself__fz_24 {
  font-size: 24px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1900px) {
  .code-yourself__game__7 .code-yourself__fz_24 {
    font-size: 1.25vw;
  }
}
.code-yourself__game__7 .code-yourself__game__award-number {
  font-size: 28px;
  background: #00dfdf;
  font-weight: normal;
  letter-spacing: 2px;
  color: #010101;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 40px;
}
@media (max-width: 1900px) {
  .code-yourself__game__7 .code-yourself__game__award-number {
    font-size: 1.4583333333vw;
    padding: 0.5208333333vw 1.0416666667vw;
    margin-bottom: 2.0833333333vw;
  }
}
.code-yourself__game__7 .code-yourself__from form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  .code-yourself__game__7 .code-yourself__from form {
    display: block;
  }
}
.code-yourself__game__7 .code-yourself__form-list.code-yourself__form-list--active input {
  border: 1px solid #ef134d;
}
.code-yourself__game__7 .code-yourself__level {
  opacity: 1;
  position: static;
}
.code-yourself__game__7 .code-yourself__game-btn {
  margin-top: 0;
  margin-right: 24px;
}
@media (max-width: 1900px) {
  .code-yourself__game__7 .code-yourself__game-btn {
    margin-right: 1.25vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__7 .code-yourself__game-btn {
    margin: 3.75vw auto 0 auto;
  }
}
.code-yourself__game__7 .code-yourself__game-end_img {
  display: block;
  margin: -8% auto -10% auto;
  width: 66%;
}
@media (max-width: 800px) {
  .code-yourself__game__7 .code-yourself__mb-br + br {
    display: none;
  }
}
@media (max-width: 800px) {
  .code-yourself__game__7 .code-yourself__pc {
    display: none;
  }
  .code-yourself__game__7 .code-yourself__mb {
    display: block;
    text-align: center;
    font-size: 5.2083333333vw;
    line-height: 1.5;
    margin-bottom: 2.6041666667vw;
  }
  .code-yourself__game__7 .code-yourself__game__title_p {
    font-size: 4vw;
  }
  .code-yourself__game__7 .code-yourself__game-end_img {
    width: 100%;
  }
}
.code-yourself__game__content-left-title {
  font-size: 37px;
}
@media (max-width: 1900px) {
  .code-yourself__game__content-left-title {
    font-size: 1.9270833333vw;
  }
}
.code-yourself__explanation {
  color: #FFF;
  background-image: url("https://image.benq.com/is/image/benqco/code-yourself__explanation_bg_pc_1?$ResponsivePreset$&fmt=png-alpha");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 200px;
}
@media (max-width: 1900px) {
  .code-yourself__explanation {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__explanation {
    background-image: url("https://image.benq.com/is/image/benqco/code-yourself__explanation_bg_mb_1?$ResponsivePreset$&fmt=png-alpha");
    background-size: 100%;
    padding-bottom: 90.416667vw;
  }
}
.code-yourself__explanation .code-yourself__explanation__p {
  text-align: center;
  font-size: 26px;
  margin-bottom: 73px;
}
@media (max-width: 1900px) {
  .code-yourself__explanation .code-yourself__explanation__p {
    font-size: 1.3541666667vw;
    margin-bottom: 3.8020833333vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__explanation .code-yourself__explanation__p {
    font-size: 3.75vw;
    line-height: 1.5;
    margin-bottom: 9.125vw;
  }
}
.code-yourself__explanation .code-yourself__title {
  margin-bottom: 25px;
}
@media (max-width: 1900px) {
  .code-yourself__explanation .code-yourself__title {
    margin-botto: 1.3020833333vw;
  }
}
.code-yourself__explanation .code-yourself__explanation__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.code-yourself__explanation .code-yourself__explanation__box {
  max-width: 844px;
  width: 50%;
}
@media (max-width: 800px) {
  .code-yourself__explanation .code-yourself__explanation__box {
    width: 85%;
    margin: auto;
  }
}
.code-yourself__explanation .code-yourself__explanation__h2 {
  font-size: 28px;
  line-height: 1.7;
}
@media (max-width: 1900px) {
  .code-yourself__explanation .code-yourself__explanation__h2 {
    font-size: 1.4583333333vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__explanation .code-yourself__explanation__h2 {
    font-size: 3.6vw;
    letter-spacing: 0;
  }
}
.code-yourself__explanation .code-yourself__explanation_img {
  padding: 23px 70px 61px 90px;
}
.code-yourself__explanation .code-yourself__explanation_img img {
  width: 100%;
  display: block;
}
@media (max-width: 1900px) {
  .code-yourself__explanation .code-yourself__explanation_img {
    padding: 1.1979166667vw 3.6458333333vw 3.1770833333vw 4.6875vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__explanation .code-yourself__explanation_img {
    padding: 5.75vw 0;
  }
}
@media (max-width: 800px) {
  .code-yourself__explanation .code-yourself__mb-br br {
    display: none;
  }
}
.code-yourself__banner {
  max-width: 1006px;
  width: 100%;
  margin: 0 auto 54px auto;
}
@media (max-width: 1920px) {
  .code-yourself__banner {
    margin-bottom: 2.8125vw;
  }
}
@media (max-width: 800px) {
  .code-yourself__banner {
    margin-bottom: 6.75vw;
  }
}
.code-yourself__banner img {
  width: 100%;
  display: block;
}
.code-yourself__ba-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.code-yourself__ba-img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}
.code-yourself__ba-before {
  position: relative;
  z-index: 1;
}
.code-yourself__ba-after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  clip-path: inset(0 50% 0 0);
}
.code-yourself__ba-slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.5px;
  height: 100%;
  background: #fff;
  z-index: 3;
  cursor: ew-resize;
  -ms-touch-action: none;
      touch-action: none;
}
.code-yourself__ba-slider::before {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: relative;
  max-width: 39px;
  max-height: 39px;
  background-image: url("https://www.benq.com/etc/designs/g6/clientlib-site/img/g6/svg-icon/btn-compare-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .code-yourself__ba-slider::before {
    width: 7vw;
    height: 7vw;
  }
}

.code-yourself_mb-30 {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 1900px) {
  .code-yourself_mb-30 {
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 800px) {
  .code-yourself_mb-30 {
    margin-bottom: 5.083333vw;
  }
}

.js-code-popup-btn {
  display: block;
  margin-top: 7px;
  font-size: 18px;
  color: #ff9a00;
}
.js-code-popup-btn:hover {
  color: #ff9a00 !important;
}
@media (max-width: 1900px) {
  .js-code-popup-btn {
    margin-top: 0.3645833333vw;
    font-size: 0.9375vw;
  }
}
@media (max-width: 800px) {
  .js-code-popup-btn {
    font-size: 3.125vw;
  }
}

.js-code-popup {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  color: #FFF;
  font-size: 17px;
  line-height: 1.7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  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;
}
.js-code-popup a {
  color: #00dedf;
}
.js-code-popup a:hover {
  color: #00dedf !important;
}
.js-code-popup__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 40px;
  position: relative;
  max-width: 1676px;
  width: 80%;
  border: 6px solid #00dedf;
  background: rgba(0, 0, 0, 0.6588235294);
}
@media (max-width: 1900px) {
  .js-code-popup__content {
    font-size: 0.8854166667vw;
    padding: 2.0833333333vw 2.0833333333vw;
  }
}
@media (max-width: 1440px) {
  .js-code-popup__content {
    font-size: 1.1805555556vw;
  }
}
@media (max-width: 480px) {
  .js-code-popup__content {
    width: 90%;
    font-size: 3.5vw;
    padding: 9.083333vw 2.0833333333vw 2.0833333333vw 2.0833333333vw;
  }
}
.js-code-popup__box {
  max-height: 713px;
  height: 77vh;
  overflow: auto;
  /* 修改滾動條的寬度、顏色等 */
  /* 修改滾動條軌道的顏色 */
  /* 修改滾動條的滑塊（拖曳的那部分）的顏色 */
}
.js-code-popup__box::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}
.js-code-popup__box::-webkit-scrollbar-track {
  background-color: #010101;
}
.js-code-popup__box::-webkit-scrollbar-thumb {
  background-color: #006969;
  height: 2px;
}
@media (max-width: 1900px) {
  .js-code-popup__box {
    max-height: 37.1354166667vw;
  }
}
@media (max-width: 1440px) {
  .js-code-popup__box {
    padding: 0 1%;
    margin: 4% 0% 3% 0%;
  }
}
@media (max-width: 800px) {
  .js-code-popup__box {
    max-height: 97.135417vw;
  }
}
.js-code-popup__title {
  color: #ff9a00;
  font-size: 28px;
  margin-bottom: 10px;
}
@media (max-width: 1900px) {
  .js-code-popup__title {
    font-size: 1.4583333333vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media (max-width: 480px) {
  .js-code-popup__title {
    font-size: 5.8333333333vw;
  }
}
.js-code-popup__ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.js-code-popup__ol a {
  color: #00dfdf;
}
.js-code-popup__ul {
  padding: 0;
  margin: 0;
}
.js-code-popup__ul:not(:last-child) {
  margin-bottom: 20px;
}
.js-code-popup__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-code-popup__item::before {
  content: "- ";
  margin-right: 10px;
}
.js-code-popup__item span {
  width: calc(100% - 20px);
}
.js-code-popup__close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  max-width: 39px;
  width: 3%;
}
.js-code-popup__close img {
  width: 100%;
  display: block;
}
@media (max-width: 1900px) {
  .js-code-popup__close {
    top: 1.3020833333vw;
    right: 1.3020833333vw;
  }
}
@media (max-width: 480px) {
  .js-code-popup__close {
    top: 3.302083vw;
    right: 3.302083vw;
    width: 6%;
  }
}
.js-code-popup--acitve {
  opacity: 1;
  pointer-events: auto;
}

.js-code-popup__s__title {
  color: #ff9a00;
  font-size: 18px;
}
@media (max-width: 1900px) {
  .js-code-popup__s__title {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 800px) {
  .js-code-popup__s__title {
    font-size: 2.5vw;
  }
}
@media (max-width: 480px) {
  .js-code-popup__s__title {
    font-size: 3.75vw;
  }
}

.code_screen_s {
  font-size: 18px;
  color: #00dfdf;
}
@media (max-width: 800px) {
  .code_screen_s {
    font-size: 15px;
  }
}

.code_screen_b {
  color: #00dfdf;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 800px) {
  .code_screen_b {
    font-size: 22px;
  }
}

@-webkit-keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    color: #323232;
  }
  20%, 22%, 24%, 55% {
    color: #5c5c5c;
  }
}

@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    color: #323232;
  }
  20%, 22%, 24%, 55% {
    color: #5c5c5c;
  }
}
@-webkit-keyframes flicker_active {
  0%, 100% {
    color: #323232;
  }
  50% {
    color: #505050;
  }
}
@keyframes flicker_active {
  0%, 100% {
    color: #323232;
  }
  50% {
    color: #505050;
  }
}
@-webkit-keyframes flicker-2 {
  0%, 100% {
    color: #00dedf;
  }
  50% {
    color: #ff9a00;
  }
}
@keyframes flicker-2 {
  0%, 100% {
    color: #00dedf;
  }
  50% {
    color: #ff9a00;
  }
}
@-webkit-keyframes flicker-3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  1% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  75% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  76% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes flicker-3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  1% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  75% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  76% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes flicker-3_active {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  1% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  75% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  76% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes flicker-3_active {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  1% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  75% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  76% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.code-font,
.aembutton.section a,
.component-header.minisite-header aside.line-2 .container aside.nav nav .mega-menu-group {
  font-family: "Noto Sans TC", "微軟正黑體", "Roboto", "Poppins", "gill-sans-nova", Arial, Helmet, Freesans, verdana, sans-serif !important;
}

.code-yourself__task__nowh {
  height: auto;
  max-height: none;
}

.code-fmtb-7vwb {
  margin: 7vw 0;
  font-weight: bold;
}

.code-pl-d, .code-pl-c {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.code-pl-c li {
  list-style: circle;
}

.code-pl-d li {
  list-style: square;
}