.footer {
  position: relative;
  z-index: 999;
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/menu_bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.navbar.mobile {
  background-image: url('../images/menu_bg_sticky.jpg');
  box-shadow: 1px 1px 5px 0 #6b6b6b;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu.mobile {
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.nav-link-2:hover {
  color: #56499c;
}

.nav-link-2.w--current {
  color: #56499c;
}

.nav-link-2.mobile {
  display: none;
}

.menu_inner {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.index_banner_wrpper {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin-top: 132px;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.footer_logo_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-top: 2px;
  margin-bottom: 24px;
  padding-top: 3%;
  padding-right: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  padding-right: 2%;
  padding-bottom: 57px;
  padding-left: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  font-family: 'Noto Sans TC', sans-serif;
  color: #333;
  font-size: 12px;
}

.footer_logo_ifec {
  margin-right: 3%;
  margin-left: 3%;
}

.footer_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
}

.top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  height: 1px;
}

.menu_inner_wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  margin-top: 2%;
}

.div-block-6 {
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  background-image: url('../images/index_banner.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner_logo_wrapper {
  position: absolute;
  left: auto;
  top: 14%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  max-width: 1180px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dige2 {
  
}

.footer_logo_plk {
  margin-right: 3%;
  margin-left: 3%;
}

.btn_top {
  width: 31px;
  height: 31px;
}

.footer_wrapper {
  position: relative;
  z-index: 999;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-top: -106px;
  margin-right: auto;
  margin-left: auto;
}

.plan_logo_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  width: 100%;
  height: auto;
  padding-bottom: 91px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.menu_icon.mobile {
  display: none;
}

.brand.mobile {
  width: 18%;
}

.brand-2 {
  display: none;
}

.home_menu_wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 70000;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.menu_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coptright {
  display: none;
}

.stickey_menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 80000;
  display: none;
  width: 100%;
  min-width: 100%;
  margin-top: -120px;
}

.stickey_menu.stickycss {
  display: none;
}

.header {
  display: block;
}

.book_wrapper {
  width: 100%;
  height: auto;
  margin-top: 87px;
  padding-bottom: 139px;
  background-image: url('../images/unit1_bg_about.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
}

.book_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 171px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about_title_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.book_title_txt {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 51px;
  line-height: 60px;
  font-weight: 700;
}

.book_img_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 33px;
  padding-bottom: 152px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bk_img {
  width: 50%;
  margin-left: 2%;
}

.bk_unit {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-right: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bk_title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg_purple {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sound_icon {
  position: absolute;
  left: auto;
  top: -30%;
  right: -16%;
  bottom: auto;
  z-index: 30;
  width: 28%;
  height: auto;
}

.text-block-2 {
  position: absolute;
  padding-bottom: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #ffd144;
  font-size: 29px;
  line-height: 50px;
  font-weight: 700;
}

.right_bg {
  padding-bottom: 100%;
  background-image: url('../images/yellow_bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.right_bg.p2 {
  background-image: url('../images/pink_bg.png');
}

.right_bg.p3 {
  background-image: url('../images/purple_bg.png');
}

.right_btn_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.0000716259458%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.banner_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: -58px;
  padding-top: 1%;
  padding-bottom: 1%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unit1_banner_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 53px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unit1_banner_ppl_boy {
  position: absolute;
  right: -38px;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blue_ribbon_unit {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  position: absolute;
  right: -200px;
  z-index: 150;
}

.unit1_banner_ppl_set {
  position: absolute;
  left: 130px;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_cat_banner2 {
  position: absolute;
  left: 0%;
  bottom: -118.922px;
  z-index: 150;
  width: 250px;
  height: auto;
}

.unit_game_wrapper_3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c7d1ec;
}

.game_icon_wrapper {
  position: relative;
  z-index: 1000;
  display: block;
  width: 95%;
  height: auto;
  max-width: 1180px;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unit1_item_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  background-image: url('../images/game1_box.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.box1 {
  position: relative;
  z-index: 300;
  display: block;
  width: 35%;
  height: auto;
  margin: 1% 20px 5%;
}

.unit1_box_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25 {
  z-index: 200;
  width: 100%;
  padding-bottom: 33%;
  background-image: url('../images/game_sub_title_bg_blue.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.unit1_ppl_left {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 19%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-27 {
  width: 100%;
  padding-bottom: 41%;
  background-image: url('../images/game1_bg_bottom.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.unit_bottom_part {
  position: relative;
  z-index: -100;
  display: block;
  width: 100%;
  height: auto;
}

.unit1_ppl_right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 22%;
}

.div-block-31 {
  position: relative;
  left: 0px;
  top: auto;
  width: 100%;
  margin-right: 34px;
}

.div-block-32 {
  width: 100%;
  margin-left: 33px;
}

.btn_right_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/book_btn1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn_right_side.p2_mobile {
  background-image: url('../images/book_btn.png');
}

.btn_right_side.p3_mobile {
  background-image: url('../images/book_btn3.png');
}

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  color: #0bb0a2;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.text-block-3.p2 {
  color: #ee4059;
  text-decoration: none;
}

.text-block-3.p1 {
  color: #01b4ed;
}

.dd_toggle {
  position: relative;
  z-index: 10;
  display: block;
  width: 100.00001356317%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link_book {
  position: absolute;
}

.txt-_mobile_p3 {
  position: absolute;
  left: 16%;
  top: 10%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  display: block;
  width: 23px;
  height: 23px;
}

.image-10.p1 {
  display: none;
}

.image-10.p3 {
  display: none;
}

.image-10.p2 {
  display: block;
}

.btn_right {
  position: absolute;
  z-index: 500;
  width: 100%;
  margin-bottom: 5%;
}

.image-11 {
  width: 100.000169041504%;
  height: auto;
}

.btn_arrow {
  display: block;
}

.dd_list {
  position: absolute;
  top: 50%;
  display: none;
  width: 70.9%;
  padding: 70px 30px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ee4059;
}

.btn_right2 {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.dd_arrow {
  display: none;
  width: 35px;
  height: 35px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 20px;
  background-color: transparent;
  color: #7e69ff;
  font-size: 30px;
}

.list1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-5 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #ff8e24;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 10px;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  z-index: 100;
  display: block;
  padding-top: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #f38753;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 10px;
}

.blue_ribbon_txt {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
}

.unit1_paper_txt {
  position: absolute;
  width: 60%;
  text-align: justify;
}

.blue_ribbon_wrapper {
  position: absolute;
  left: 0%;
  top: -21%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blue_curve_mobile {
  display: none;
}

.unit1_banner_paper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner_unit_inner {
  padding-top: 45%;
  background-image: url('../images/gamne_banner1.png.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner_unit_inner.p2 {
  background-image: url('../images/gamne_banner2.jpg');
  background-position: 50% 50%;
}

.banner_unit_inner.p3 {
  background-image: url('../images/game_banner3.jpg');
}

.banner_unit1 {
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paper_wrapper {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: auto;
  margin-top: -75%;
}

.text-block-8 {
  position: absolute;
  z-index: 280;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: 0px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 5px;
}

.font_shape_blue {
  position: relative;
  z-index: 250;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25-copy {
  z-index: 200;
  width: 100%;
  padding-bottom: 40%;
  background-image: url('../images/game_sub_title_bg_orange.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-55 {
  position: absolute;
  width: 100%;
  height: auto;
}

.div-block-56 {
  position: absolute;
  width: 100%;
}

.image-14 {
  width: auto;
}

.unit1_center {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.unit1_bottom_bg {
  display: block;
  width: 100%;
  height: auto;
}

.header_mobile {
  display: none;
}

.box2 {
  position: relative;
  z-index: 300;
  display: block;
  width: 35%;
  height: auto;
  margin: 1% 20px 5%;
}

.font_shape_orange {
  position: relative;
  z-index: 250;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 87px;
  padding-bottom: 139px;
  background-image: url('../images/unit1_bg_about.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
}

.info_paper_wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  margin-top: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 21px;
  line-height: 33px;
  font-weight: 700;
  text-align: justify;
}

.info_boy_wrapper {
  position: absolute;
  left: -5%;
  top: auto;
  right: auto;
  bottom: 19%;
  z-index: 500;
  width: 20%;
  height: auto;
  padding-bottom: 43px;
}

.info_boy {
  margin-bottom: -74%;
}

.info_ribbon_wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/about_blue_ribbon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info_paper {
  position: absolute;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 895px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_girl_wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: -11%;
  bottom: 0%;
  z-index: 500;
  width: 30%;
  height: auto;
  padding-bottom: 40px;
}

.info_paper_bg_desktop_large {
  display: none;
  width: 100%;
  height: auto;
  padding-bottom: 50%;
  background-image: url('../images/about_paper.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info_paper_bg_desktop {
  width: 100%;
  height: 700px;
  background-image: url('../images/about_paper_big2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-6-copy {
  position: absolute;
  top: 28%;
  z-index: 100;
  display: block;
  padding-top: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #f38753;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 10px;
}

.text-block-6-copy {
  position: absolute;
  top: auto;
  z-index: 100;
  display: block;
  padding-top: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #f38753;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 10px;
}

.plan_title_3parts-_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 63px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3part_board_1 {
  width: 100%;
  height: auto;
}

._3part_board_wrapper_1 {
  width: 100%;
}

.info_paper_bg_mobile2 {
  display: none;
  width: 100%;
  height: auto;
  padding-bottom: 75%;
  background-image: url('../images/about_paper_big2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info_paper_bg_mobile {
  display: none;
  width: 100%;
  height: auto;
  padding-bottom: 75%;
  background-image: url('../images/about_paper_big2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info_ribbon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-71-copy-copy-copy {
  position: relative;
  display: none;
  padding-bottom: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_paper_content_wrapper {
  position: relative;
  z-index: 200;
  display: none;
  width: 100%;
  margin-bottom: 6%;
  background-image: url('../images/about_blue_ribbon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._3part_title_txt {
  z-index: 100;
  display: block;
  padding-top: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #f38753;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 10px;
}

._3part_title_txt_main {
  font-family: 'Noto Sans TC', sans-serif;
  color: #f38753;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 5px;
}

._3part_title_txt_4 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #f38753;
  font-size: 58px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 5px;
}

._3part_title_line2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._3part_title_txt_2 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #f38753;
  font-size: 58px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 5px;
}

._3part_title_txt_3 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #524499;
  font-size: 100px;
  line-height: 80px;
  font-weight: 700;
}

.text-block-10 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #524499;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0px;
}

._3part_cat1 {
  position: absolute;
  left: 19%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 20%;
}

._3part_main_txt_wrapper_set2 {
  position: absolute;
  left: 14%;
  top: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._3part_main_txt_title_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10-copy {
  font-family: 'Noto Sans TC', sans-serif;
  color: #524499;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 5px;
}

.circlr_br_yellow {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fed72e), to(#fed72e));
  background-image: linear-gradient(180deg, #fed72e, #fed72e);
  box-shadow: 0 3px 3px 0 #acacac;
}

.text-block-11 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #524499;
  font-size: 70px;
  line-height: 60px;
  font-weight: 700;
}

.text-block-12 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #524499;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
}

.text-block-13 {
  width: 70%;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

._3part_main_txt_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3part_main_txt_content_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3part_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  padding-top: 1%;
  padding-bottom: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3part_title_line2_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._3part_title_line2_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about_org_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 98px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ececec;
}

.about_title_wrapper_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title_org {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3part_inner_main_desktop-_large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 49%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/about_paper_small_mobile1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._3part_inner_main_desktop-_large-_set2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 49%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/about_paper_small_mobile1b_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._3part_cat1_set2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 18%;
  bottom: -5%;
  width: 20%;
}

._3part_main_txt_wrapper_set1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 14%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._3part_main_txt_inner-_set2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3part_main_txt_content_set2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3part_main_txt_title_1_set2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3part_board_set2 {
  width: 100%;
  height: auto;
}

._3part_board_1-_set3 {
  width: 100%;
  height: auto;
}

._3part_inner_main_desktop-_large-_set3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 49%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/about_paper_small_mobile1c.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._3part_cat1-_set3 {
  position: absolute;
  left: 19%;
  top: auto;
  right: auto;
  bottom: -3%;
  width: 17%;
}

._3part_main_txt_wrapper_set3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 14%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._3part_main_txt_inner-_set3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3part_main_txt_title_1-_set3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circlr_br_blue {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5dd5e0), to(#5dd5e0));
  background-image: linear-gradient(180deg, #5dd5e0, #5dd5e0);
  box-shadow: 0 3px 3px 0 #acacac;
}

._3part_main_txt_content_1-_set3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circlr_br_orange {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8e24), to(#ff8e24));
  background-image: linear-gradient(180deg, #ff8e24, #ff8e24);
  box-shadow: 0 3px 3px 0 #acacac;
}

.org_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 900px;
  margin-top: 0px;
  margin-bottom: 7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.org_wrapper.p2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  margin-bottom: 0%;
}

.org_paper_content_wrapper {
  position: relative;
  z-index: 200;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 6%;
  background-image: url('../images/about_blue_ribbon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.org_logo {
  width: 50%;
  margin-bottom: 0px;
}

.org_link_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon_fb {
  width: 100%;
  height: auto;
}

.icon_fb:hover {
  opacity: 0.78;
}

.icon_web {
  width: auto;
  height: auto;
}

.icon_web:hover {
  opacity: 0.78;
}

.org_paper_bg_desktop {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/about_paper_mobile.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.org_paper_bg_desktop.p2 {
  width: 900px;
  height: 800px;
  margin-top: 85px;
  padding-bottom: 0%;
}

.org_paper_inner {
  position: absolute;
  top: 24%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-top: -11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph_org_1-copy {
  z-index: 100;
  width: 70%;
  margin-top: 0%;
  margin-bottom: 20px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  text-align: justify;
}

.text-block-14 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.info_paper_bg_mobile2-copy {
  display: none;
  width: 100%;
  height: auto;
  padding-bottom: 75%;
  background-image: url('../images/about_paper_big2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.info_grandfa_2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
}

.info_grandfa_wrapper {
  position: absolute;
  left: -5%;
  top: auto;
  right: auto;
  bottom: 46%;
  z-index: 500;
  width: 25%;
  height: auto;
  margin-bottom: -28%;
}

.info_grandma_wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: -5%;
  bottom: 19%;
  z-index: 500;
  width: 24%;
  margin-top: 29%;
}

.info_fa_wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: -6%;
  bottom: 16%;
  width: 27%;
  margin-top: 29%;
}

.info_ma_wrapper {
  position: absolute;
  left: -3%;
  top: auto;
  right: auto;
  bottom: 36%;
  width: 25%;
  height: auto;
  margin-top: 0%;
}

.info_ma {
  margin-bottom: -74%;
}

.org2_title_txt {
  position: absolute;
  top: auto;
  z-index: 100;
  display: block;
  padding-top: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #f38753;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 10px;
}

.org2_logo {
  margin-bottom: 1%;
}

.icon_fb-_org2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon_fb-_org2:hover {
  opacity: 0.79;
}

.icon_youtube_org2 {
  padding-right: 10px;
  padding-left: 10px;
}

.icon_youtube_org2:hover {
  opacity: 0.79;
}

.icon_youtube_org2.plk1 {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon_wrapper-_org2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.org2_link_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.org_ifec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.org_ifec_web {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.org_ifec_web:hover {
  color: #49479d;
}

.org2_link_row1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
}

.org_ifec_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.org_ifec_txt:hover {
  color: #49479d;
}

.org_ifec_email_add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  color: #333;
  font-size: 17px;
  text-decoration: none;
}

.org_ifec_email_add:hover {
  color: #49479d;
}

.org_ifec_email_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.org_ifec_email_txt:hover {
  color: #49479d;
}

.org_ifec_web_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.org_ifec_web_txt:hover {
  color: #49479d;
}

.org_link_wrapper_org1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  display: none;
}

.image-16 {
  display: block;
  width: 71px;
  height: 57px;
  background-image: url('../images/logo_fb_1logo_fb.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-17 {
  display: none;
}

.image-18 {
  display: block;
}

.more_btn-_org1 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #f38753;
  text-decoration: none;
}

.more_btn-_org2 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #f38753;
  text-decoration: none;
}

.about_small_txt_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_small_txt_inner {
  width: 90%;
  max-width: 1180px;
}

.text-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 167px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 12px;
  text-align: justify;
}

.icon_fb_inner {
  display: none;
  width: 100%;
  height: auto;
  background-image: url('../images/logo_fb_1logo_fb.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon_fb_inner:hover {
  background-image: url('../images/logo_fb_over_1logo_fb_over.png');
}

.icon_web_inner {
  display: none;
  width: 71px;
  height: 71px;
  background-image: url('../images/logo_web_1logo_web.png');
  background-position: 50% 50%;
  background-size: contain;
}

.icon_web_inner:hover {
  background-image: url('../images/logo_web_over_1logo_web_over.png'), url('../images/logo_web_1logo_web.png');
  background-position: 50% 50%, 50% 50%;
  background-size: auto, contain;
  background-repeat: no-repeat, repeat;
}

.banner_wrapper_inner {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paper_inner {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/banner_white_paper_mobile_mid_large.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info_paper_bg_top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_inner-copy {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 152px;
}

.info_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info_paper_bg_mobile3opy {
  display: none;
  width: 100%;
  height: auto;
  padding-bottom: 75%;
  background-image: url('../images/about_paper_big2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info_paper_bg_org2-copy {
  position: relative;
  width: 100%;
  margin-top: -87px;
}

.org_paper_inner-copy {
  position: absolute;
  top: 24%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-top: -27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_paper_bg-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_paper_bg_mobile-copy-copy-copy {
  display: none;
  width: 100%;
  height: auto;
  padding-bottom: 75%;
  background-image: url('../images/about_paper_big2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info_paper_bg_mobile-copy-copy-copy {
  display: none;
  width: 100%;
  height: auto;
  padding-bottom: 75%;
  background-image: url('../images/about_paper_big2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info_paper_bg_mobile-copy-copy-copy-copy {
  display: none;
  width: 100%;
  height: auto;
  padding-bottom: 75%;
  background-image: url('../images/about_paper_big2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block {
  text-decoration: none;
}

.popup_wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200000;
  display: none;
  width: 100%;
  height: 100%;
}

.popup_game1_inner {
  position: relative;
  width: 100%;
  height: auto;
}

.popup_right_game1 {
  display: block;
  height: auto;
  margin: 100px auto;
}

.popup_bg_game1 {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 55%;
  background-image: url('../images/pop_paper_big.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup_close_btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 8%;
  bottom: auto;
  z-index: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  height: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/close_btn_1close_btn.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup_game1_pa {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 10%;
  width: 25%;
}

.popup_game1_pa_inner {
  width: 100.0000196507158%;
  height: auto;
}

.popup_word_wrapper {
  position: absolute;
  left: 0%;
  top: -1%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup_word_bg {
  position: relative;
  width: 312px;
  height: 142px;
  margin-top: -62px;
  background-image: url('../images/right_bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-67 {
  width: 85px;
  height: 85px;
  background-image: url('../images/right_word1_1right_word1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.word_right1 {
  position: absolute;
  left: 6%;
  top: 14%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: auto;
}

.ans_item1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ans_wrapper_game1 {
  position: absolute;
  left: 0%;
  top: 14%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-22 {
  padding-right: 10px;
  padding-left: 10px;
}

.image-23 {
  padding-right: 10px;
  padding-left: 10px;
}

.ans_dollars {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 19%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ans_txt {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 43%;
}

.text-block-16 {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
}

.word_right1-copy {
  position: absolute;
  left: 38%;
  top: 25%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: auto;
}

.div-block-67-copy {
  width: 85px;
  height: 85px;
  background-image: url('../images/right_word2_1right_word2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-67-copy-copy {
  width: 85px;
  height: 85px;
  background-image: url('../images/right_word3_1right_word3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.word_right1-copy-copy {
  position: absolute;
  left: 70%;
  top: 9%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: auto;
}

.hamburger-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-line {
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 2px;
  background-color: #444;
}

.close_btn_cross {
  width: 36.45833408131319%;
}

.popup_wrapper_wrong {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200001;
  display: none;
  width: 100%;
  height: 100%;
}

.popup_wrong_game_inner {
  position: relative;
  width: 100%;
  height: auto;
}

.popup_bg_wrong {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 35%;
  background-image: url('../images/pop_paper.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup_close_btn-_small {
  position: absolute;
  left: auto;
  top: -5%;
  right: 22%;
  bottom: auto;
  z-index: 110;
  display: none;
  width: 85px;
  height: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/close_btn_1close_btn.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup_wrong_game {
  display: block;
  height: auto;
  margin: 100px auto;
}

.img_cat1 {
  position: absolute;
  left: 31%;
  top: auto;
  bottom: 0%;
  width: 100%;
}

.cross {
  position: absolute;
  left: 3%;
  top: 13%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_cat2 {
  position: absolute;
  left: auto;
  top: -6%;
  right: -19%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box_2 {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  background-image: url('../images/game1_box.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-27 {
  width: 20%;
}

.text-block-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  color: #0bb0a2;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.txt-_mobile {
  position: absolute;
  left: 16%;
  top: 5%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unit2_banner_cat {
  position: absolute;
  left: 6%;
  top: auto;
  right: auto;
  bottom: -65%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unit2_banner_ppl_set {
  position: absolute;
  left: -8%;
  top: -165px;
  display: block;
  width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_set_banner2 {
  position: absolute;
  left: 74%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 150;
}

.img_boy_banner1 {
  position: absolute;
  left: 2%;
}

.unit2_item.p1 {
  height: auto;
}

.game2_bg {
  width: 100%;
  padding-bottom: 49%;
  background-image: url('../images/unit2_game_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.game2_wrapper {
  position: relative;
  width: 100%;
  margin-top: 62px;
}

.board {
  width: 42%;
  padding-bottom: 41.7%;
  background-image: url('../images/board.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.board_wrapper {
  position: absolute;
  right: -15%;
  width: 100%;
}

.cart_wrapper {
  position: absolute;
  left: 57%;
  top: 30%;
  right: auto;
  bottom: auto;
  width: 100%;
}

.cart {
  width: 100%;
  padding-bottom: 28%;
  background-image: url('../images/game_cart.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.unit2_ppl_left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 6%;
  z-index: 100;
  width: 20%;
}

.img_game2_left {
  display: block;
}

.unit2_ppl_right {
  position: absolute;
  top: auto;
  right: 0%;
  bottom: 8%;
  z-index: 10;
  display: none;
  margin-right: -130px;
}

.game2_right_ppl {
  width: 70%;
  height: auto;
}

.game2_blue_shape_bg {
  position: absolute;
  left: auto;
  top: 17%;
  right: 17%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25-copy {
  z-index: 200;
  width: 100%;
  padding-bottom: 40%;
  background-image: url('../images/game_sub_title_bg_blue.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.game2_orange_shape_bg {
  position: absolute;
  left: 24%;
  top: 19%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25-copy-copy {
  z-index: 200;
  width: 100%;
  padding-bottom: 40%;
  background-image: url('../images/game_sub_title_bg_orange.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup_wrapper_game2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200000;
  display: none;
  width: 100%;
  height: 100%;
}

.popup_game2_inner {
  position: relative;
  width: 100%;
  height: auto;
}

.popup_game2_top {
  position: absolute;
  left: 5%;
  top: 14%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup_game2_left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup_game2_right {
  display: none;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup_item {
  width: 18%;
}

.text-block-17 {
  padding-top: 2px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.popup_orange_txt {
  width: 100.0000542162816%;
  margin-bottom: 46px;
}

.game2_orange_shape_bg-_popup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: auto;
  margin-left: -20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unit_game_wrapper_1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unit1_box_1 {
  z-index: 100;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 79px;
}

.div-block-25-copy-copy {
  z-index: 200;
  width: 100%;
  padding-bottom: 33%;
  background-image: url('../images/game_sub_title_bg_orange.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-8-copy {
  position: absolute;
  z-index: 280;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: 0px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 5px;
}

.popup_bg_game2_mobile {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 55%;
  background-image: url('../images/pop_paper_big_unit2_show.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-28 {
  margin-top: -33px;
}

.popup_game2_bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.game2_blue_shape_bg-_popup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: auto;
  margin-left: -20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup_game2_blue_bg {
  width: 100%;
  padding-bottom: 40%;
  background-image: url('../images/game_sub_title_bg_blue.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup_game2_orange_bg {
  width: 100%;
  padding-bottom: 40%;
  background-image: url('../images/game_sub_title_bg_orange.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup_game2_right-copy {
  display: none;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_game1_set1 {
  position: absolute;
  right: -200px;
  height: auto;
}

.link-block-2 {
  width: 100%;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.unit1_banner_ppl_right {
  position: absolute;
  left: auto;
  top: 0%;
  right: -56%;
  bottom: 0%;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_ppl_right {
  position: absolute;
  left: 10%;
}

.unit3_banner_ppl_left {
  position: absolute;
  left: 6%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_cat_banner3 {
  position: absolute;
  left: 8%;
  bottom: -172.75px;
  z-index: 150;
  width: 160px;
  height: auto;
}

.img_set_banner3 {
  position: absolute;
  left: 76%;
  top: auto;
  bottom: -271px;
  z-index: 150;
  width: 410px;
  height: auto;
}

.unit3_banner_ppl_set {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 79px;
  width: 60%;
}

.game3_bg {
  width: 100%;
  height: 700px;
  padding-bottom: 63%;
  background-image: url('../images/bg_game3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.game3_blue_shape_bg {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: -82px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.game3_blue_bg_txt {
  position: absolute;
  z-index: 280;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: 0px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  color: #f0ea19;
  font-size: 25px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 5px;
}

.bg_game3_blue_game3 {
  z-index: 200;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 20%;
  background-image: url('../images/game_sub_title_bg_blue.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.game3_wrapper {
  position: relative;
  width: 100%;
}

.banner_inner-_game3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: -58px;
  padding-top: 1%;
  padding-bottom: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unit3_banner_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col50_left {
  position: absolute;
  bottom: auto;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.game1_bg_orange {
  z-index: 200;
  width: 100%;
  padding-bottom: 40%;
  background-image: url('../images/game_sub_title_bg_orange.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.game2_orange_shape_bg-copy {
  position: absolute;
  left: 24%;
  top: 17%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bubble_bg {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 524px;
  height: 390px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bubble.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-70 {
  width: 100.0000716259458%;
  height: auto;
}

.bubble_wrapper {
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.0000716259458%;
  height: auto;
  margin-top: 67px;
  margin-left: 54px;
  padding-bottom: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hat_wrapper {
  position: relative;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.game3_txt {
  position: absolute;
  top: 55%;
  z-index: 120;
}

.text-block-18 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #412680;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.bubble_left {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  color: #0091ea;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
}

.unit3_ppl_left {
  position: absolute;
  left: -13%;
  top: auto;
  right: auto;
  bottom: -36%;
  z-index: 100;
  display: none;
  width: 50%;
}

.img_game3_left {
  display: block;
  width: 100%;
}

.game3_pig_wrapper {
  z-index: 90;
  width: 100%;
  margin-top: 179px;
}

.game3_pig {
  width: 100%;
  height: auto;
  margin-top: 197px;
  margin-left: -101px;
}

.game3_pig.popuppig {
  margin-top: 120px;
  margin-left: -22px;
}

.pig_bg {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/game_pig_saving.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pig_bg.popupig {
  z-index: auto;
  padding-bottom: 55%;
}

.shawdow {
  position: absolute;
  left: 23%;
  top: auto;
  right: 0%;
  bottom: 4%;
  z-index: -1;
  width: 40%;
  height: 65px;
  border-radius: 100%;
  background-color: rgba(163, 172, 208, 0.57);
}

.shawdow.popup_v1 {
  left: 41%;
  bottom: 1%;
  width: 50%;
}

.col50_right {
  position: absolute;
  left: auto;
  top: 5%;
  right: 2%;
  bottom: auto;
  z-index: 180;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.window_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-29 {
  width: 80%;
}

.cal_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  margin-left: 67px;
}

.dollar_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 60px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dollor_img {
  cursor: pointer;
}

.dollor_inner {
  width: 100%;
  height: 100%;
}

.cal_bg_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px 10px 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 50px;
  background-color: #412680;
  box-shadow: 1px 1px 3px 0 #868686;
}

.text-block-20 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #f0ea19;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.cal_icon_wrapper {
  position: absolute;
  left: -9%;
  top: -35%;
  right: auto;
  bottom: auto;
}

.unit_game2_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup_wrapper_game3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200000;
  display: none;
  width: 100%;
  height: 100%;
}

.popup_bg_game3_mobile {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 55%;
  background-image: url('../images/pop_paper_big.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup_right_game3 {
  display: block;
  height: auto;
  margin: 100px auto;
}

.popup_game3_inner {
  position: relative;
}

.col50_left_popup {
  position: absolute;
  right: 49%;
  bottom: 24%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col50_right_popup {
  position: absolute;
  left: auto;
  top: 40%;
  right: 13%;
  bottom: auto;
  z-index: 180;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bubble_right_popup {
  display: none;
  width: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.game3_blue_shape_bg_popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: -166px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg_game3_organce_game3_popup {
  z-index: 200;
  width: 100%;
  padding-bottom: 22%;
  background-image: url('../images/game_sub_title_bg_orange.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cal_wrapper_popup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  margin-left: 25px;
}

.right_popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dollar_wrapper_popup {
  position: absolute;
  left: auto;
  top: auto;
  right: 43%;
  bottom: 15%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  margin-top: 60px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.81;
}

.unit3_ppl_left-copy {
  position: absolute;
  left: -13%;
  top: auto;
  right: auto;
  bottom: -36%;
  z-index: 100;
  display: none;
  width: 50%;
}

.bubble_wrapper-copy {
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.0000716259458%;
  height: auto;
  margin-left: 133px;
  padding-top: 56%;
  padding-bottom: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.game3_blue_bg_txt_pop {
  position: absolute;
  z-index: 280;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: 0px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  color: #f0ea19;
  font-size: 22px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0px;
}

.game3_pig_wrapper_left {
  z-index: 90;
  width: 100%;
  margin-top: 40%;
  margin-right: -30%;
}

.game3_organce_shape_bg_popup {
  position: absolute;
  left: auto;
  top: auto;
  right: -8%;
  bottom: 52%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-bottom: -32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dollar_wrapper_popup2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 33%;
  bottom: 21%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  margin-top: 60px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.81;
}

.dollar_wrapper_popup3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 30%;
  bottom: 11%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  margin-top: 60px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.81;
}

.game3_txt_popup {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 120;
  padding-top: 2px;
}

.bg_blue_bg_popup {
  width: 100%;
  padding-bottom: 20%;
  background-image: url('../images/game_sub_title_bg_blue.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hat_wrapper-copy {
  position: absolute;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 40px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.game3_blue_bg_txt_pop-copy {
  position: absolute;
  z-index: 280;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: 0px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0px;
}

.image-30 {
  width: 70px;
}

.text-block-20-copy {
  font-family: 'Noto Sans TC', sans-serif;
  color: #f0ea19;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.popup_bg_game3_mobile-copy {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 55%;
  background-image: url('../images/pop_paper_big.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img_hat_desktop {
  max-width: 290px;
  margin-bottom: 45px;
}

.cal_icon_wrapper-copy {
position: absolute;
    left: -16%;
    top: -49%;
    right: auto;
    bottom: auto;
}

.div-block-72 {
  margin-top: 28px;
}

.div-block-73 {
  width: 125px;
  height: 100%;
}

.div-block-74 {
  width: 125px;
}

.div-block-75 {
  width: 125px;
}

.div-block-76 {
  width: 125px;
}

.icon_web_inner-2 {
  display: none;
  width: 71px;
  height: 71px;
  background-image: url('../images/logo_web_1logo_web.png');
  background-position: 50% 50%;
  background-size: contain;
}

.icon_web_inner-2:hover {
  background-image: url('../images/logo_web_over_1logo_web_over.png'), none;
  background-position: 50% 50%, 50% 50%;
  background-size: auto, contain;
  background-repeat: no-repeat, repeat;
}

.image-41 {
  width: 120px;
  height: 120px;
  max-width: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.image-42 {
  width: 120px;
  height: 120px;
  max-width: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.image-43 {
  width: 120px;
  height: 120px;
  max-width: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.image-44 {
  width: 120px;
  height: 120px;
  max-width: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.image-45 {
  width: 120px;
  height: 120px;
  max-width: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.image-46 {
  width: 120px;
  height: 120px;
  max-width: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.image-47 {
  width: 120px;
  height: 120px;
  max-width: none;
  padding-top: 8px;
  padding-right: 9px;
  cursor: -webkit-grab;
  cursor: grab;
}




@media screen and (min-width: 1280px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    width: 1920px;
    max-width: none;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar.mobile {
    padding-bottom: 0px;
    background-color: #f6f5f0;
    background-image: none;
  }

  .nav-menu {
    padding-top: 5px;

  }

  .nav-menu.mobile {
    padding-bottom: 12px;
  }

  .menu_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }

  .nav-link-2:hover {
    color: #56499c;
  }

  .nav-link-2.w--current {
    text-align: left;
  }

  .div-block-6 {
    padding-bottom: 37.25%;
  }

	  .index_banner_wrpper {
    margin-top: -36px;
  }
	
	
  .banner_logo_wrapper {
    top: 11%;
    width: 32%;
  }

  .footer_wrapper {
    margin-top: 0px;
  }

  .div-block-12 {
    padding-bottom: 0px;
  }

  .link {
    color: #fff;
    text-decoration: none;
  }

 .home_menu_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .stickey_menu {
    display: none;
  }

  .stickey_menu.stickycss {
    display: none;
  }

  .book_wrapper {
    width: 100%;
    height: auto;
	   margin-top: -100px;
    background-position: 50% 0%;
  }

  .book_inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .book_title_txt {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 51px;
    line-height: 60px;
    font-weight: 700;
  }

  .book_img_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 1280px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bk_img {
    position: relative;
    width: 50%;
  }

  .bk_unit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100.0000477476932%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn_wrapper {
    width: 50%;
  }

  .bk_title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bg_purple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sound_icon {
    z-index: 30;
  }

  .text-block-2 {
    position: absolute;
    z-index: 20;
    font-family: 'Noto Sans TC', sans-serif;
    color: #ffd144;
    font-size: 42px;
    line-height: 45px;
    font-weight: 700;
  }

  .blue_ribbon_unit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .unit1_banner_ppl_set {
    left: 5%;
  }

  .img_cat_banner2 {
    left: 2%;
    width: 250px;
    height: auto;
  }

  .unit_game_wrapper_3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 260px;
    background-image: none;
  }

  .game_icon_wrapper {
    display: block;
  }

  .unit1_item_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .box {
    padding-bottom: 85%;
  }

  .box1 {
    display: block;
  }

  .unit1_box_inner {
    margin-top: 46px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-25 {
    padding-bottom: 27%;
  }

  .unit1_ppl_left {
    left: 4%;
    bottom: 0%;
    width: auto;
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-27 {
    margin-bottom: -156px;
    padding-bottom: 40%;
  }

  .unit1_ppl_right {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 34%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-9 {
    display: block;
  }

  .div-block-31 {
    width: auto;
    margin-right: 0px;
  }

  .div-block-32 {
    margin-bottom: 0px;
    margin-left: 40%;
  }

  .dd_list {
    display: none;
    padding-top: 10px;
  }

  .text-block-6 {
    top: 36%;
    font-size: 42px;
  }

  .text-block-7 {
    font-size: 24px;
    line-height: 40px;
  }

  .unit1_paper_txt {
    text-align: justify;
  }

  .blue_ribbon_wrapper {
    left: auto;
    top: -14%;
    right: auto;
    bottom: auto;
    margin-top: 17px;
  }

  .banner_unit_inner.p2 {
    background-image: url('../images/gamne_banner2.jpg');
  }

  .unit1_item {
    width: 12%;
  }

  .image-14 {
    width: auto;
  }

  .box2 {
    display: block;
  }

  .about_wrapper {
    width: 100%;
    height: auto;
	   margin-top: -100px;
    background-position: 50% 0%;
  }

  .paragraph {
    top: auto;
    width: 632px;
    margin-top: 3%;
    font-size: 22px;
    line-height: 38px;
  }

  .info_boy_wrapper {
    left: -15%;
    top: 65px;
    right: auto;
    bottom: 0%;
    width: 20%;
  }

  .info_ribbon_wrapper {
    overflow: visible;
  }

  .info_paper {
    position: relative;
    margin-right: 0%;
    padding-top: 0%;
  }

  .info_girl_wrapper {
    left: auto;
    top: 24%;
    right: -19%;
    bottom: auto;
    width: 29%;
  }

  .info_paper_bg_desktop_large {
    position: static;
    display: none;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .info_paper_bg_desktop {
    position: relative;
    display: block;
    width: 900px;
    background-size: 900px 600px;
  }

  .text-block-6-copy {
    top: 36%;
    font-size: 42px;
  }

  .text-block-6-copy {
    top: auto;
    font-size: 42px;
  }

  .plan_title_3parts-_wrapper {
    position: relative;
  }

  .info_paper_bg_mobile2 {
    display: none;
  }

  .info_paper_bg_mobile {
    display: none;
  }

  ._3part_title_txt {
    top: 36%;
    font-size: 42px;
  }

  ._3part_cat1 {
    left: 23%;
  }

  ._3part_title {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .about_org_wrapper {
    padding-top: 0px;
  }

  .about_title_wrapper_2 {
    padding-top: 87px;
    padding-bottom: 0%;
  }

  .title_org {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._3part_inner_main_desktop-_large {
    padding-bottom: 30%;
    background-image: url('../images/about_paper_small1.png');
  }

  ._3part_inner_main_desktop-_large-_set2 {
    padding-bottom: 30%;
    background-image: url('../images/about_paper_small2.png');
  }

  ._3part_inner_main_desktop-_large-_set3 {
    padding-bottom: 30%;
    background-image: url('../images/about_paper_small3.png');
  }

  .org_wrapper {
    padding-bottom: 0%;
  }

  .org_wrapper.p2 {
    min-height: 0px;
    margin-top: 0px;
  }

  .org_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_web {
    width: auto;
    margin-left: 17px;
  }

  .org_paper_bg_desktop {
    display: none;
  }

  .org_paper_inner {
    top: 17%;
    padding-top: 8%;
  }

  .paragraph_org_1-copy {
    top: 42%;
    margin-top: 0%;
    font-size: 18px;
    line-height: 33px;
  }

  .info_paper_bg_mobile2-copy {
    display: none;
  }

  .info_grandfa_wrapper {
    bottom: 27%;
    margin-bottom: -4%;
  }

  .info_grandma_wrapper {
    bottom: 24%;
  }

  .info_fa_wrapper {
    right: -13%;
    bottom: 21%;
    width: 26%;
  }

  .info_ma_wrapper {
    left: -15%;
    bottom: 41%;
    margin-top: -9%;
  }

  .org2_title_txt {
    top: auto;
    font-size: 42px;
  }

  .org2_logo {
    margin-bottom: 1%;
  }

  .icon_fb-_org2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_youtube_org2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_youtube_org2.plk1 {
    display: none;
  }

  .icon_wrapper-_org2 {
    width: auto;
    margin-top: 0px;
    margin-left: 12px;
  }

  .org_link_wrapper_org1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-18 {
    width: 50px;
    max-width: none;
  }

  .org_link_btn_org1 {
    width: auto;
  }

  .text-block-15 {
    margin-bottom: 200px;
    padding-bottom: 0px;
  }

  .banner_wrapper_inner {
    margin-top: -60px;
  }

  .paper_inner {
    background-image: url('../images/banner_white_paper.png');
  }

  .info_paper_bg_top {
    overflow: visible;
    clear: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .about_inner-copy {
    display: block;
  }

  .info_wrapper {
    height: auto;
    margin-top: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .info_paper_bg_mobile3opy {
    display: none;
  }

  .org_paper_inner-copy {
    top: 17%;
    padding-top: 8%;
  }

  .info_paper_bg_mobile-copy-copy-copy {
    display: block;
    margin-top: 180px;
  }

  .image-20 {
    max-width: 100%;
  }

  .image-21 {
    width: 100%;
  }

  .info_paper_bg_mobile-copy-copy-copy {
    display: block;
    margin-top: 110px;
    padding-bottom: 90%;
    background-image: url('../images/about_paper_big3.png');
  }

  .info_paper_bg_mobile-copy-copy-copy-copy {
    display: block;
    margin-top: 75px;
    padding-bottom: 100%;
    background-image: url('../images/about_paper_big3_1.png');
  }

  .link-block {
    text-decoration: none;
  }

  .popup_wrapper {
    display: none;
  }

  .popup_right_game1 {
    max-width: 1420px;
  }

  .popup_bg_game1 {
    padding-bottom: 45%;
  }

  .popup_close_btn {
    top: 3%;
    right: 17%;
    z-index: 999;
  }

  .popup_game1_pa {
    left: 8%;
  }

  .popup_word_bg {
    margin-top: -52px;
  }

  .ans_item1 {
    width: 15%;
  }

  .image-22 {
    width: 100%;
  }

  .image-23 {
    width: 100%;
  }

  .ans_dollars {
    bottom: 17%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ans_txt {
    bottom: 46%;
  }

  .popup_bg_wrong {
    padding-bottom: 35%;
  }

  .popup_close_btn-_small {
    top: -3%;
    right: 22%;
  }

  .img_cat1 {
    left: 29%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .cross {
    left: 0%;
    top: 17%;
    right: 0%;
    bottom: auto;
  }

  .img_cat2 {
    left: auto;
    top: -8%;
    right: -17%;
    bottom: auto;
  }

  .box_2 {
    padding-bottom: 85%;
  }

  .image-27 {
    display: block;
  }

  .unit2_banner_ppl_set {
    left: -3%;
  }

  .img_boy_banner1 {
    left: 10%;
  }

  .unit2_item {
    width: 12%;
  }

  .unit2_item.p1 {
    overflow: visible;
  }

  .unit2_item.p7 {
    width: auto;
  }

  .game2_bg {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 588px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .game2_wrapper {
    margin-top: 4%;
  }

  .board {
    width: 76%;
    height: 100%;
    padding-bottom: 0%;
  }

  .board_wrapper {
    position: absolute;
    left: 0.8%;
    top: auto;
    right: auto;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 505px;
    margin-left: 63px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cart_wrapper {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 393px;
    margin-right: 0%;
    margin-left: 56%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
    height: 300px;
    margin-bottom: 0px;
    padding-bottom: 345px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .unit2_ppl_left {
    left: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .game_ppl_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .unit2_ppl_right {
    left: 85%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    margin-right: 0px;
  }

  .game2_right_ppl {
    width: 209px;
  }

  .game2_blue_shape_bg {
    top: 20%;
  }

  .div-block-25-copy {
    padding-bottom: 122px;
  }

  .game2_orange_shape_bg {
    left: 23%;
    top: 14%;
  }

  .popup_wrapper_game2 {
    display: none;
  }

  .popup_game2_left {
    width: 40%;
    margin-left: 40px;
  }

  .text-block-17 {
    padding-left: 29px;
  }

  .game2_orange_shape_bg-_popup {
    left: auto;
    top: 14%;
    margin-left: 0px;
  }

  .unit_game_wrapper_1 {
    overflow: hidden;
    margin-bottom: auto;
    background-image: none;
  }

  .unit1_box_1 {
    padding-top: 77px;
  }

  .div-block-25-copy-copy {
    padding-bottom: 27%;
  }

  .popup_bg_game2_mobile {
    padding-bottom: 45%;
  }

  .popup_game2_bottom {
    width: 40%;
    margin-left: 40px;
  }

  .game2_blue_shape_bg-_popup {
    left: auto;
    top: 14%;
    margin-left: 0px;
  }

  .unit1_banner_ppl_right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .img_ppl_right {
    left: 11%;
  }

  .img_cat_banner3 {
    left: 9%;
    bottom: -220.75px;
    width: 190px;
  }

  .img_set_banner3 {
    left: 79%;
    right: auto;
    bottom: -316px;
    width: 510px;
  }

  .game3_bg {
    height: 800px;
    padding-bottom: 44%;
  }

  .game3_blue_shape_bg {
    top: 14%;
    width: 100%;
    margin-top: -105px;
  }

  .game3_blue_bg_txt {
    margin-top: 0px;
  }

  .col50_left {
    margin-top: 84px;
  }

  .game1_bg_orange {
    padding-bottom: 122px;
  }

  .game2_orange_shape_bg-copy {
    left: 23%;
    top: 20%;
  }

  .bubble_bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -67px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bubble_wrapper {
    margin-left: 37px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .hat_wrapper {
    margin-top: 5px;
    padding-bottom: 60px;
  }

  .img_hat {
    padding-bottom: 10px;
  }

  .game3_txt {
    position: absolute;
    top: 2%;
    margin-top: 198px;
  }

  .bubble_left {
    height: auto;
  }

  .unit3_ppl_left {
    left: -37%;
    top: 142px;
    right: -52px;
    display: block;
    width: 60%;
  }

  .game3_ppl_left {
    position: relative;
  }

  .game3_pig_wrapper {
    position: absolute;
    margin-top: 33px;
    margin-right: -10%;
    padding-top: 31%;
  }

  .game3_pig {
    position: absolute;
    margin-top: 118px;
    margin-left: -22px;
  }

  .game3_pig.popuppig {
    margin-top: 29px;
  }

  .pig_bg {
    z-index: 1;
    padding-top: 0px;
    padding-bottom: 62%;
  }

  .pig_bg.popupig {
    z-index: auto;
  }

  .shawdow {
    position: absolute;
    left: 32%;
    bottom: 2%;
    z-index: -1;
    width: 50%;
    border-radius: 50%;
    background-color: rgba(168, 175, 200, 0.52);
  }

  .shawdow.popup_v1 {
    left: 30%;
    bottom: 3%;
    z-index: -8;
    width: 50%;
    height: 75px;
  }

  .shawdow.vp2 {
    bottom: 4%;
  }

  .col50_right {
    margin-top: 63px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-29 {
    width: 90%;
  }

  .dollar_wrapper {
    width: 100%;
    margin-top: 56px;
  }

  .dollor_img {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .unit_game2_wrapper {
    background-size: cover;
  }

  .popup_wrapper_game3 {
    display: none;
  }

  .popup_bg_game3_mobile {
    padding-bottom: 45%;
  }

  .popup_right_game3 {
    max-width: 1420px;
  }

  .col50_left_popup {
    right: 48%;
    bottom: 72%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col50_right_popup {
    left: auto;
    top: -24%;
    right: 17%;
    bottom: 0%;
    padding-top: 20px;
  }

  .game3_blue_shape_bg_popup {
    margin-top: 87px;
    margin-bottom: 0px;
    padding-bottom: 4px;
  }

  .cal_wrapper_popup {
    margin-top: 27px;
  }

  .dollar_wrapper_popup {
    right: 40%;
    bottom: 20%;
    width: 13%;
    margin-top: 40px;
  }

  .unit3_ppl_left-copy {
    left: 0%;
    bottom: -22%;
    display: block;
    width: 40%;
  }

  .bubble_wrapper-copy {
    padding-top: 35%;
  }

  .game3_pig_wrapper_left {
    margin-top: 1px;
    margin-right: -35%;
    padding-top: 0px;
  }

  .game3_organce_shape_bg_popup {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dollar_wrapper_popup2 {
    right: 44%;
    bottom: 39%;
    width: 13%;
    margin-top: 40px;
  }

  .dollar_wrapper_popup3 {
    right: 52%;
    bottom: 24%;
    width: 13%;
    margin-top: 40px;
  }

  .game3_txt_popup {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 151px;
  }

  .hat_wrapper-copy {
    margin-top: -149px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .popup_bg_game3_mobile-copy {
    padding-bottom: 45%;
  }

  .img_hat_desktop {
    max-width: 280px;
    margin-bottom: 14px;
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .div-block-71 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-31 {
    width: 400px;
    max-width: 100%;
  }

  .image-32 {
    width: 400px;
  }

  .image-33 {
    width: 400px;
  }

  .div-block-72 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 1280px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-73 {
    width: 156px;
    height: auto;
  }

  .div-block-74 {
    width: 156px;
  }

  .div-block-75 {
    width: 156px;
  }

  .div-block-76 {
    width: 156px;
  }

  .image-36 {
    height: auto;
    max-width: none;
  }

  .image-37 {
    max-width: none;
  }

  .image-38 {
    width: 80px;
    height: auto;
    max-width: none;
  }

  .image-39 {
    width: 80px;
    max-width: none;
  }

  .div-block-77 {
    position: relative;
  }

  .image-41 {
    width: 120px;
    height: 120px;
  }

  .image-42 {
    width: 120px;
    height: 120px;
  }

  .image-43 {
    width: 120px;
    height: 120px;
  }

  .image-44 {
    width: 120px;
    height: 120px;
  }

  .image-45 {
    width: 120px;
    height: 120px;
  }

  .image-46 {
    width: 120px;
    height: 120px;
  }

  .image-47 {
    width: 120px;
    height: 120px;
    padding-top: 0px;
    padding-right: 0px;
  }

  .image-48 {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .image-49 {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .image-50 {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .image-51 {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .image-52 {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .image-53 {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .image-54 {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .image-55 {
    cursor: -webkit-grab;
    cursor: grab;
  }
}


@media screen and (max-width: 991px) {
  .footer {
    z-index: 9999;
    margin-top: -5px;
  }

  .navbar {
    display: block;
    background-position: 50% 50%;
    background-size: auto;
  }

  .navbar.mobile {
    display: block;
	  z-index: 999999;
  }

  .nav-menu {
    z-index: 1000;
    max-width: 1180px;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #6866ad;
  }

  .nav-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-link-2 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-2.mobile {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    color: #fff;
    text-align: left;
  }

  .nav-link-2.mobile:hover {
    color: #fbff00;
  }

  .menu_inner {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu_inner.mobile {
    display: block;
  }

  .index_banner_wrpper {
    margin-top: 59px;
    padding-top: 0px;
  }

  .footer_logo_wrapper {
    margin-top: -5px;
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer_txt {
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block {
    padding-bottom: 10px;
    text-align: center;
  }

  .footer_logo_ifec {
    width: 40%;
  }

  .div-block-5 {
    padding-top: 0px;
  }

  .image {
    width: 100.0003314238046%;
    margin-top: 0%;
  }

  .div-block-6 {
    padding-bottom: 135.25%;
    background-image: url('../images/v03_plk_index.jpg');
  }

  .banner_wrapper {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner_logo_wrapper {
    left: auto;
    top: 10%;
    right: auto;
    width: 65%;
    padding-top: 0px;
  }

  .image-2 {
    width: 100.00000762939453%;
  }

  .footer_logo_plk {
    width: 50%;
  }

  .div-block-12 {
    margin-top: -288px;
    padding-bottom: 50px;
  }

  .menu-button {
    display: block;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .icon {
    display: none;
    color: #584a9c;
  }

  .menu_icon {
    display: block;
    width: 8%;
  }

  .image-3 {
    display: block;
  }

  .image-4 {
    display: block;
  }

  .image-5 {
    display: block;
  }

  .brand {
    display: none;
  }

  .brand-2 {
    display: block;
    width: 22%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 2%;
    padding-left: 0%;
  }

  .menu_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1180px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stickey_menu {
    display: none;
  }

  .book_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -74px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about_title_wrapper {
    padding-top: 20px;
    padding-bottom: 0%;
  }

  .title {
    margin-top: 26px;
    padding-bottom: 36px;
  }

  .book_title_txt {
    font-size: 40px;
  }

  .book_img_wrapper {
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bk_img {
    width: 90%;
    margin-left: 0%;
  }

  .btn_wrapper {
    width: 90%;
    margin-right: 0%;
  }

  .text-block-2 {
    font-size: 29px;
  }

  .banner_inner {
    margin-top: -81px;
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .unit1_banner_ppl_boy {
    display: none;
  }

  .unit1_banner_ppl_set {
    display: none;
  }

  .unit_game_wrapper_3 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .box1 {
    margin-top: -17%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-25 {
    padding-bottom: 44%;
  }

  .unit1_ppl_left {
    display: none;
  }

  .unit1_ppl_right {
    display: none;
  }

  .dd_toggle {
    display: block;
  }

  .btn_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dd_list {
    display: none;
    width: 71.05%;
  }

  .dd_arrow {
    width: 31px;
    height: 31px;
    margin-right: 20px;
    padding-top: 5px;
    padding-left: 5px;
  }

  .list1 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .text-block-5 {
    font-size: 25px;
  }

  .div-block-42 {
    padding-bottom: 0px;
  }

  .text-block-6 {
    font-size: 35px;
  }

  .text-block-7 {
    width: 60%;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    text-align: justify;
  }

  .unit1_paper_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blue_ribbon_wrapper {
    top: -3%;
  }

  .title_line {
    width: 80%;
  }

  .unit1_banner_paper {
    width: 100%;
  }

  .banner_unit_inner {
    padding-top: 100%;
  }

  .text-block-8 {
    font-size: 20px;
    letter-spacing: 10px;
  }

  .div-block-25-copy {
    padding-bottom: 50%;
    background-image: url('../images/game_sub_title_bg_orange.png');
  }

  .unit1_center {
    width: 90%;
  }

  .div-block-62 {
    display: none;
  }

  .header_mobile {
    display: block;
  }

  .img_unit3 {
    width: 8%;
  }

  .img_about {
    width: 8%;
  }

  .img_unit1 {
    width: 8%;
  }

  .img_unit2 {
    width: 8%;
  }

  .box2 {
    margin-top: -17%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .about_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -74px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info_paper_wrapper {
    width: 100%;
  }

  .paragraph {
    height: auto;
    margin-top: 6%;
  }

  .info_boy_wrapper {
    display: none;
  }

  .info_ribbon_wrapper {
    margin-bottom: -1%;
  }

  .info_paper {
    margin-top: 1%;
    margin-right: 0%;
  }

  .info_girl_wrapper {
    display: none;
  }

  .info_paper_bg_desktop {
    display: none;
  }

  .text-block-6-copy {
    font-size: 35px;
  }

  .text-block-6-copy {
    font-size: 35px;
  }

  .plan_title_3parts-_wrapper {
    width: 100%;
    padding-top: 0px;
  }

  .info_paper_bg_mobile2 {
    display: block;
  }

  .info_paper_bg_mobile {
    display: none;
  }

  .info_ribbon {
    width: 100%;
  }

  .div-block-71-copy-copy-copy {
    display: none;
    width: 100%;
  }

  .info_paper_content_wrapper {
    margin-bottom: -13%;
  }

  ._3part_title_txt {
    font-size: 35px;
  }

  ._3part_cat1 {
    left: 12%;
    width: 25%;
  }

  ._3part_main_txt_wrapper_set2 {
    left: 19%;
  }

  .text-block-13 {
    width: 80%;
  }

  ._3part_title {
    padding-top: 7%;
  }

  .about_org_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about_title_wrapper_2 {
    padding-top: 0px;
    padding-bottom: 20%;
  }

  .title_org {
    padding-bottom: 0px;
  }

  ._3part_inner_main_desktop-_large {
    padding-bottom: 75%;
    background-image: url('../images/about_paper_small_mobile4.png');
  }

  ._3part_inner_main_desktop-_large-_set2 {
    padding-bottom: 75%;
    background-image: url('../images/about_paper_small_mobile1b.png');
  }

  ._3part_cat1_set2 {
    left: auto;
    right: 3%;
    bottom: 0%;
    width: 25%;
  }

  ._3part_inner_main_desktop-_large-_set3 {
    padding-bottom: 75%;
    background-image: url('../images/about_paper_small_mobile4b.png');
  }

  ._3part_cat1-_set3 {
    left: 12%;
    width: 22%;
  }

  .org_wrapper {
    width: 100%;
    height: 700px;
    min-height: 0px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .org_wrapper.p2 {
    height: 800px;
    min-height: 0px;
    padding-bottom: 5%;
  }

  .org_paper_content_wrapper {
    margin-bottom: -13%;
  }

  .org_logo {
    width: 50%;
  }

  .org_link_wrapper {
    padding-top: 26px;
  }

  .icon_web {
    width: auto;
  }

  .org_paper_bg_desktop {
    display: none;
  }

  .org_paper_inner {
    margin-top: 0%;
    padding-top: 0%;
  }

  .paragraph_org_1-copy {
    height: auto;
  }

  .info_paper_bg_mobile2-copy {
    display: block;
    padding-top: 95px;
    padding-bottom: 100%;
    background-image: url('../images/about_paper_big3_1.png');
    background-position: 50% 100%;
  }

  .info_grandfa_wrapper {
    display: none;
  }

  .info_grandma_wrapper {
    display: none;
  }

  .info_fa_wrapper {
    display: none;
  }

  .info_ma_wrapper {
    display: none;
  }

  .org2_title_txt {
    font-size: 35px;
  }

  .org2_logo {
    width: 50%;
    margin-bottom: 30px;
  }

  .icon_fb-_org2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_youtube_org2.plk1 {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .org_link_wrapper_org1 {
    padding-top: 6px;
  }

  .image-19 {
    width: 100.0000089757583%;
  }

  .about_small_txt_wrapper {
    margin-top: 2%;
    margin-bottom: 14%;
  }

  .about_small_txt_inner {
    width: 90%;
  }

  .text-block-15 {
    margin-top: 68px;
    margin-bottom: 59px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paper_inner {
    width: 100%;
  }

  .info_paper_bg_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
  }

  .info_wrapper {
    display: block;
    width: 100%;
    height: 700px;
    margin-top: 0%;
    padding-top: 0%;
  }

  .info_paper_bg_mobile3opy {
    display: block;
    margin-top: -11px;
    padding-top: 0px;
    padding-bottom: 100%;
    background-image: url('../images/about_paper_big3_1.png');
    background-position: 50% 100%;
  }

  .info_paper_bg_org2-copy {
    display: block;
    height: auto;
    margin-top: 2px;
  }

  .org_paper_inner-copy {
    margin-top: 0%;
    padding-top: 0%;
  }

  .info_paper_bg-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .info_paper_bg_mobile-copy-copy-copy {
    display: none;
  }

  .info_paper_bg_mobile-copy-copy-copy {
    display: none;
  }

  .info_paper_bg_mobile-copy-copy-copy-copy {
    display: none;
  }

  .popup_wrapper {
    display: none;
  }

  .popup_bg_game1 {
    padding-bottom: 70%;
  }

  .popup_close_btn {
    top: 6%;
    right: 2%;
    width: 10%;
    height: 50px;
  }

  .popup_word_bg {
    bottom: 38px;
    width: 25%;
    margin-top: 8px;
  }

  .div-block-67 {
    width: 30%;
    margin-left: -3px;
    padding-bottom: 91px;
  }

  .ans_item1 {
    width: 25%;
  }

  .ans_wrapper_game1 {
    top: 19%;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-22 {
    margin-right: 32px;
  }

  .image-23 {
    margin-left: 35px;
  }

  .ans_dollars {
    bottom: 24%;
  }

  .ans_txt {
    bottom: 44%;
  }

  .text-block-16 {
    font-size: 20px;
  }

  .word_right1-copy {
    top: 24%;
  }

  .div-block-67-copy {
    width: 30%;
    margin-left: -3px;
  }

  .div-block-67-copy-copy {
    width: 30%;
    margin-left: -3px;
  }

  .word_right1-copy-copy {
    top: 13%;
  }

  .burger-line {
    color: #584a9c;
  }

  .image-24 {
    display: block;
  }

  .close_btn_cross {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
  }

  .popup_wrapper_wrong {
    display: none;
  }

  .popup_bg_wrong {
    padding-bottom: 70%;
  }

  .popup_close_btn-_small {
    top: 5%;
    right: 2%;
    width: 10%;
    height: 50px;
  }

  .img_cat1 {
    left: 5%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .cross {
    left: 13%;
    top: 21%;
    width: 80%;
  }

  .img_cat2 {
    left: auto;
    top: auto;
    right: -36%;
    bottom: 0%;
  }

  .image-27 {
    width: 40%;
  }

  .title_line_unit2 {
    width: 80%;
  }

  .unit2_banner_cat {
    display: none;
  }

  .unit2_banner_ppl_set {
    display: none;
  }

  .game2_wrapper {
    margin-top: 68px;
  }

  .board {
    padding-bottom: 39%;
  }

  .board_wrapper {
    right: -1%;
  }

  .cart_wrapper {
    top: 12%;
  }

  .cart {
    padding-bottom: 33%;
  }

  .unit2_ppl_left {
    display: none;
  }

  .unit2_ppl_right {
    display: none;
  }

  .game2_blue_shape_bg {
    top: 16%;
    right: 10%;
  }

  .div-block-25-copy {
    padding-bottom: 36%;
    background-image: url('../images/game_sub_title_bg_blue.png');
  }

  .game2_orange_shape_bg {
    left: 10%;
  }

  .div-block-25-copy-copy {
    padding-bottom: 50%;
  }

  .popup_wrapper_game2 {
    display: none;
  }

  .popup_game2_top {
    width: 82%;
  }

  .popup_game2_left {
    margin-left: -150px;
  }

  .text-block-17 {
    margin-left: -9px;
    font-size: 18px;
    line-height: 23px;
  }

  .game2_orange_shape_bg-_popup {
    margin-left: -25px;
  }

  .unit_game_wrapper_1 {
    margin-bottom: 63px;
    background-image: none;
  }

  .div-block-25-copy-copy {
    padding-bottom: 44%;
    background-image: url('../images/game_sub_title_bg_orange.png');
  }

  .text-block-8-copy {
    letter-spacing: 10px;
  }

  .popup_bg_game2_mobile {
    padding-bottom: 70%;
  }

  .popup_game2_bottom {
    margin-left: -150px;
    padding-top: 30px;
  }

  .game2_blue_shape_bg-_popup {
    margin-left: -25px;
  }

  .unit1_banner_ppl_right {
    display: none;
  }

  .title_line_unit3 {
    width: 80%;
  }

  .unit3_banner_ppl_left {
    display: none;
  }

  .unit3_banner_ppl_set {
    display: none;
  }

  .game3_bg {
    height: 650px;
  }

  .game3_blue_shape_bg {
    right: auto;
    margin-top: -93px;
  }

  .game3_blue_bg_txt {
    font-size: 20px;
    letter-spacing: 10px;
  }

  .bg_game3_blue_game3 {
    padding-bottom: 24%;
    background-image: url('../images/game_sub_title_bg_blue.png');
  }

  .banner_inner-_game3 {
    margin-top: -81px;
    padding-top: 5%;
    padding-bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col50_left {
    margin-left: 33px;
  }

  .game1_bg_orange {
    padding-bottom: 36%;
  }

  .game2_orange_shape_bg-copy {
    left: 10%;
    top: 16%;
  }

  .bubble_bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 420px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bubble_wrapper {
    position: relative;
    margin-left: 0px;
  }

  .hat_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img_hat {
    width: 60%;
  }

  .game3_txt {
    top: 63%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-18 {
    font-size: 25px;
    line-height: 30px;
  }

  .bubble_left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-19 {
    font-size: 40px;
    line-height: 40px;
  }

  .unit3_ppl_left {
    display: none;
  }

  .game3_pig_wrapper {
    position: absolute;
    margin-top: 364px;
  }

  .game3_pig {
    margin-top: 2px;
    margin-left: -2px;
    padding-bottom: 4px;
  }

  .game3_pig.popuppig {
    margin-top: 48px;
    margin-left: -5px;
  }

  .pig_bg.popupig {
    margin-top: 70px;
    padding-bottom: 64%;
  }

  .shawdow {
    left: 35%;
    bottom: 2%;
  }

  .shawdow.popup_v1 {
    left: 41%;
    bottom: 1%;
    width: 55%;
    height: 45px;
  }

  .shawdow.vp2 {
    height: 55px;
  }

  .shawdow.vp2.sha3 {
    height: 50px;
  }

  .col50_right {
    top: 7%;
  }

  .dollar_wrapper {
    width: 80%;
    margin-top: 37px;
    padding-top: 0px;
  }

  .dollor_inner {
    width: 100%;
    height: 100%;
  }

  .cal_bg_txt {
    padding-right: 30px;
    padding-left: 50px;
  }

  .cal_icon_wrapper {
    left: -13%;
    top: -21%;
    width: 30%;
  }

  .unit_game2_wrapper {
    background-position: 50% 100%;
    background-size: cover;
  }

  .popup_wrapper_game3 {
    display: none;
  }

  .popup_bg_game3_mobile {
    padding-bottom: 70%;
  }

  .col50_left_popup {
    right: 59%;
    margin-right: -31px;
  }

  .col50_right_popup {
    top: 19%;
  }

  .bubble_right_popup {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .game3_blue_shape_bg_popup {
    width: 100%;
    margin-top: 0px;
    padding-bottom: 9px;
  }

  .bg_game3_organce_game3_popup {
    padding-bottom: 25%;
    background-image: url('../images/game_sub_title_bg_orange.png');
  }

  .cal_wrapper_popup {
    margin-top: 60px;
    margin-left: 32px;
  }

  .dollar_wrapper_popup {
    margin-top: 37px;
    padding-top: 0px;
  }

  .unit3_ppl_left-copy {
    display: none;
  }

  .bubble_wrapper-copy {
    position: relative;
    margin-left: 0px;
  }

  .game3_blue_bg_txt_pop {
    font-size: 20px;
    letter-spacing: 0px;
  }

  .game3_pig_wrapper_left {
    margin-top: 170px;
  }

  .game3_organce_shape_bg_popup {
    margin-bottom: -7px;
  }

  .dollar_wrapper_popup2 {
    margin-top: 37px;
    padding-top: 0px;
  }

  .dollar_wrapper_popup3 {
    margin-top: 37px;
    padding-top: 0px;
  }

  .game3_txt_popup {
    top: 63%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 21px;
    padding-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hat_wrapper-copy {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .game3_blue_bg_txt_pop-copy {
    font-size: 20px;
    letter-spacing: 0px;
  }

  .popup_bg_game3_mobile-copy {
    padding-bottom: 70%;
  }

  .img_hat_desktop {
    max-width: 220px;
    margin-bottom: -24px;
  }

  .cal_icon_wrapper-copy {
    left: -13%;
    top: -21%;
    width: 30%;
  }

  .div-block-74 {
    width: 125px;
  }

  .div-block-75 {
    width: 125px;
  }

  .div-block-76 {
    width: 125px;
  }

  .image-41 {
    width: 90px;
    height: 90px;
  }

  .image-42 {
    width: 90px;
    height: 90px;
  }

  .image-43 {
    width: 90px;
    height: 90px;
  }

  .image-44 {
    width: 90px;
    height: 90px;
  }

  .image-45 {
    width: 90px;
    height: 90px;
  }

  .image-46 {
    width: 90px;
    height: 90px;
    padding-top: 3px;
    padding-right: 4px;
  }

  .image-47 {
    width: 90px;
    height: 90px;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 0px;
  }

  .nav-menu {
    padding-bottom: 40px;
  }

  .index_banner_wrpper {
    padding-top: 0px;
  }

  .footer_logo_wrapper {
    margin-top: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block {
    text-align: center;
  }

  .footer_logo_ifec {
    width: 32%;
  }

  .footer_logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    margin-top: 0%;
  }

  .div-block-6 {
    padding-bottom: 132%;
  }

  .banner_logo_wrapper {
    width: 45%;
    padding-top: 2%;
  }

  .footer_logo_plk {
    width: 40%;
  }

  .btn_top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_wrapper {
    margin-top: -71px;
  }

  .menu_icon {
    width: 10%;
  }

  .brand-2 {
    width: 30%;
  }

  .about_title_wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .title {
    padding-bottom: 20px;
  }

  .book_img_wrapper {
    padding-bottom: 0px;
  }

  .sound_icon {
    top: -48%;
    right: -6%;
    margin-right: 2%;
    margin-left: 2%;
  }

  .text-block-2 {
    padding-bottom: 0px;
  }

  .banner_inner {
    padding-bottom: 0%;
  }

  .unit_game_wrapper_3 {
    padding-bottom: 31px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .unit1_box_inner {
    margin-top: 17px;
  }

  .div-block-25 {
    padding-bottom: 44%;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .link_book {
    width: 35%;
  }

  .btn_arrow {
    margin-top: 3px;
  }

  .dd_list {
    display: none;
    width: 71%;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .dd_arrow {
    width: 28px;
    height: 28px;
    margin-right: 18px;
    padding-top: 3px;
    padding-left: 3px;
  }

  .list1 {
    margin-bottom: 15px;
    padding-top: 10px;
  }

  .text-block-5 {
    font-size: 22px;
  }

  .text-block-6 {
    font-size: 28px;
    line-height: 35px;
  }

  .text-block-7 {
    width: 90%;
    padding: 20px 40px;
    background-color: hsla(0, 0%, 100%, 0.5);
    font-size: 25px;
    line-height: 32px;
  }

  .unit1_paper_txt {
    margin-top: 52px;
  }

  .image-13 {
    width: 80%;
  }

  .unit1_banner_paper {
    margin-top: 0px;
  }

  .banner_unit_inner.p1 {
    padding-top: 65%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/gamne_banner1.png.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/gamne_banner1.png.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .banner_unit_inner.p2 {
    padding-top: 59%;
  }

  .paper_wrapper {
    margin-top: -100%;
  }

  .text-block-8 {
    margin-bottom: 5px;
    padding-bottom: 0px;
    font-size: 20px;
    letter-spacing: 0px;
  }

  .div-block-25-copy {
    padding-bottom: 44%;
  }

  .unit1_center {
    width: 100%;
  }

  .about_wrapper {
    margin-top: 0px;
  }

  .paragraph {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 15%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
  }

  .info_ribbon_wrapper {
    margin-bottom: 0px;
  }

  .info_paper {
    position: static;
    margin-top: 0%;
  }

  .info_paper_bg_desktop {
    display: none;
  }

  .text-block-6-copy {
    font-size: 28px;
    line-height: 35px;
  }

  .text-block-6-copy {
    top: auto;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 5px;
  }

  .plan_title_3parts-_wrapper {
    margin-top: 0%;
    padding-top: 0px;
  }

  .info_paper_bg_mobile2 {
    display: none;
    padding-bottom: 100%;
    background-image: url('../images/about_paper_mobile.png');
  }

  .info_paper_bg_mobile {
    display: none;
    padding-bottom: 100%;
    background-image: url('../images/about_paper_mobile.png');
  }

  .div-block-71-copy-copy-copy {
    display: none;
  }

  ._3part_title_txt {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 5px;
  }

  ._3part_title_txt_main {
    font-size: 30px;
  }

  ._3part_title_txt_4 {
    font-size: 40px;
  }

  ._3part_title_txt_2 {
    font-size: 40px;
  }

  ._3part_title_txt_3 {
    font-size: 80px;
  }

  .text-block-10 {
    font-size: 30px;
  }

  ._3part_cat1 {
    left: 11%;
    display: none;
    width: 25%;
  }

  ._3part_main_txt_wrapper_set2 {
    left: -3%;
    right: auto;
    width: 100%;
  }

  .text-block-10-copy {
    font-size: 30px;
  }

  .circlr_br_yellow {
    width: 60px;
    height: 60px;
  }

  .text-block-11 {
    font-size: 50px;
    line-height: 45px;
  }

  .text-block-12 {
    padding-top: 2px;
    padding-bottom: 0px;
    font-size: 30px;
  }

  ._3part_main_txt_content_1 {
    padding-top: 5px;
  }

  ._3part_title {
    padding-top: 55px;
    padding-bottom: 0%;
  }

  .about_org_wrapper {
    padding-bottom: 79px;
  }

  .about_title_wrapper_2 {
    padding-bottom: 0%;
  }

  ._3part_cat1_set2 {
    left: 11%;
    display: none;
    width: 25%;
  }

  ._3part_main_txt_wrapper_set1 {
    right: -3%;
    width: 100%;
  }

  ._3part_main_txt_content_set2 {
    padding-top: 5px;
  }

  ._3part_cat1-_set3 {
    left: 11%;
    display: none;
    width: 25%;
  }

  ._3part_main_txt_wrapper_set3 {
    right: -3%;
    width: 100%;
  }

  .circlr_br_blue {
    width: 60px;
    height: 60px;
  }

  ._3part_main_txt_content_1-_set3 {
    padding-top: 5px;
  }

  .circlr_br_orange {
    width: 60px;
    height: 60px;
  }

  .org_wrapper {
    min-height: 0px;
    padding-top: 16%;
    padding-bottom: 2%;
  }

  .org_wrapper.p2 {
    min-height: 0px;
    padding-top: 0%;
    padding-bottom: 6%;
  }

  .org_logo {
    width: 50%;
    margin-bottom: 0px;
  }

  .icon_web {
    width: auto;
  }

  .org_paper_bg_desktop {
    display: none;
  }

  .org_paper_inner {
    position: static;
    width: 90%;
    margin-top: 0%;
    padding-top: 4px;
  }

  .paragraph_org_1-copy {
    margin-top: 1%;
  }

  .info_paper_bg_mobile2-copy {
    display: none;
    padding-bottom: 100%;
    background-image: url('../images/about_paper_mobile.png');
  }

  .info_fa_wrapper {
    display: none;
  }

  .org2_title_txt {
    top: auto;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 5px;
  }

  .org2_logo {
    width: 50%;
    margin-bottom: 0px;
  }

  .icon_fb-_org2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_youtube_org2.plk1 {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .org_ifec {
    padding-top: 20px;
  }

  .org2_link_row1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .org_link_wrapper_org1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-18 {
    max-width: none;
  }

  .more_btn-_org1 {
    margin-bottom: 0px;
  }

  .more_btn-_org2 {
    margin-bottom: 20px;
  }

  .image-19 {
    margin-top: 6px;
  }

  .about_small_txt_wrapper {
    margin-top: 0%;
    margin-bottom: 5%;
    padding-top: 0px;
  }

  .text-block-15 {
    padding-top: 10px;
  }

  .paper_inner {
    display: none;
    padding-right: 8%;
    padding-bottom: 100%;
    padding-left: 8%;
    background-image: none;
  }

  .info_paper_bg_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0%;
    padding-top: 71px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about_inner-copy {
    padding-top: 79px;
  }

  .info_wrapper {
    height: 450px;
    min-height: 0px;
    margin-top: 0%;
    padding-top: 0%;
  }

  .info_paper_bg_mobile3opy {
    display: none;
    padding-bottom: 100%;
    background-image: url('../images/about_paper_mobile.png');
  }

  .org_paper_inner-copy {
    position: static;
    width: 90%;
    margin-top: 40%;
    padding-top: 0%;
  }

  .info_paper_bg-copy {
    padding-top: 134px;
  }

  .info_paper_bg_mobile-copy-copy-copy {
    display: none;
    padding-bottom: 150%;
    background-image: url('../images/about_paper_big5.png');
  }

  .info_paper_bg_mobile-copy-copy-copy {
    display: none;
    padding-bottom: 150%;
    background-image: url('../images/about_paper_big5.png');
  }

  .info_paper_bg_mobile-copy-copy-copy-copy {
    display: none;
    padding-bottom: 150%;
    background-image: url('../images/about_paper_big5.png');
  }

  .popup_close_btn {
    left: 87%;
    top: 2%;
    right: 0%;
    width: 10%;
    height: 50px;
  }

  .popup_word_wrapper {
    top: 1%;
  }

  .popup_word_bg {
    margin-top: 0px;
  }

  .ans_wrapper_game1 {
    top: 20%;
  }

  .ans_dollars {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 21%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ans_txt {
    bottom: 44%;
  }

  .text-block-16 {
    margin-bottom: 0px;
    font-size: 18px;
  }

  .word_right1-copy-copy {
    left: 72%;
    top: 15%;
    width: 90%;
  }

  .image-24 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .close_btn_cross {
    width: 40%;
  }

  .popup_close_btn-_small {
    left: 90%;
    top: 5%;
    right: 0%;
    width: 10%;
    height: 50px;
  }

  .img_cat1 {
    width: 20%;
  }

  .cross {
    left: auto;
    top: 25%;
    right: auto;
    width: 100%;
  }

  .img_cat2 {
    left: auto;
    top: auto;
    right: 5%;
    bottom: 0%;
    width: 24%;
  }

  .image-27 {
    width: 30%;
  }

  .text-block-3-copy {
    font-size: 20px;
  }

  .txt-_mobile {
    margin-top: 0%;
  }

  .board {
    padding-bottom: 45%;
  }

  .cart_wrapper {
    top: 22%;
  }

  .game2_blue_shape_bg {
    top: 16%;
    right: 8%;
    width: 30%;
  }

  .div-block-25-copy {
    padding-bottom: 44%;
  }

  .game2_orange_shape_bg {
    left: 8%;
    top: 23%;
    width: 30%;
  }

  .div-block-25-copy-copy {
    padding-bottom: 44%;
  }

  .popup_wrapper_game2 {
    display: none;
  }

  .popup_game2_top {
    left: 70px;
    top: 17%;
    right: auto;
    width: 100%;
    margin-top: -11px;
    margin-left: 6px;
  }

  .popup_game2_left {
    width: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .popup_game2_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-17 {
    width: 90%;
    margin-left: 25px;
    font-size: 20px;
    text-align: center;
  }

  .popup_orange_txt {
    width: 85%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 0px;
  }

  .game2_orange_shape_bg-_popup {
    left: 8%;
    top: 23%;
    width: 30%;
    margin-left: -48px;
  }

  .unit_game_wrapper_1 {
    padding-bottom: 31px;
  }

  .div-block-25-copy-copy {
    padding-bottom: 44%;
  }

  .text-block-8-copy {
    margin-bottom: 5px;
    padding-bottom: 0px;
    font-size: 20px;
    letter-spacing: 0px;
  }

  .popup_bg_game2_mobile.p2 {
    padding-bottom: 150%;
    background-image: url('../images/pop_paper_big_unit2_4.png');
  }

  .image-28 {
    margin-top: 0px;
  }

  .popup_game2_bottom {
    width: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .game2_blue_shape_bg-_popup {
    left: 8%;
    top: 23%;
    width: 30%;
    margin-left: -48px;
  }

  .popup_game2_right-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .game3_bg {
    padding-bottom: 85%;
  }

  .game3_blue_shape_bg {
    top: 22px;
    right: auto;
    width: 60%;
    margin-top: -139px;
    padding-top: 0px;
  }

  .game3_blue_bg_txt {
    margin-bottom: 5px;
    padding-bottom: 0px;
    font-size: 20px;
    letter-spacing: 0px;
  }

  .bg_game3_blue_game3 {
    padding-bottom: 75%;
  }

  .banner_inner-_game3 {
    padding-bottom: 0%;
  }

  .col50_left {
    margin-left: 4px;
  }

  .game1_bg_orange {
    padding-bottom: 44%;
  }

  .game2_orange_shape_bg-copy {
    left: 8%;
    top: 16%;
    width: 30%;
  }

  .bubble_bg {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .hat_wrapper {
    margin-top: 24px;
  }

  .img_hat {
    width: 60%;
  }

  .game3_txt {
    margin-top: 0px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-18 {
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-19 {
    font-size: 30px;
    line-height: 36px;
  }

  .game3_pig_wrapper {
    margin-top: 229px;
    margin-right: 0px;
    margin-left: -34px;
    padding-top: 0%;
  }

  .pig_bg {
    padding-bottom: 65%;
  }

  .shawdow {
    bottom: 2%;
    height: 40px;
  }

  .shawdow.popup_v1 {
    height: 35px;
  }

  .shawdow.vp1 {
    left: 31%;
    width: 50%;
  }

  .shawdow.vp2 {
    left: 31%;
    width: 50%;
  }

  .col50_right {
    margin-top: 14px;
  }

  .cal_wrapper {
    margin-top: 30px;
    margin-left: 35px;
    padding-right: 10px;
  }

  .dollar_wrapper {
    width: 80%;
    margin-top: 21px;
    padding-top: 0px;
  }

  .dollor_inner {
    width: 100%;
    height: 100%;
  }

  .cal_bg_txt {
    padding-right: 10px;
    padding-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-20 {
    width: 80px;
  }

  .text-block-20.p2 {
    width: 50px;
  }

  .cal_icon_wrapper {
    left: -5%;
    top: -13%;
    right: auto;
    bottom: 0%;
    width: 25%;
  }

  .unit_game2_wrapper {
    top: auto;
    padding-bottom: 31px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .popup_wrapper_game3 {
    display: none;
  }

  .popup_bg_game3_mobile.p2 {
    padding-bottom: 150%;
    background-image: url('../images/pop_paper_big_unit2_4.png');
  }

  .col50_left_popup {
    right: 57%;
    margin-right: -4px;
  }

  .col50_right_popup {
    top: 14%;
    margin-top: 14px;
    padding-bottom: 12px;
  }

  .bg_game3_organce_game3_popup {
    padding-bottom: 59%;
  }

  .cal_wrapper_popup {
    margin-top: 62px;
    padding-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dollar_wrapper_popup {
    bottom: 11%;
    margin-top: 21px;
    padding-top: 0px;
  }

  .game3_blue_bg_txt_pop {
    margin-bottom: 5px;
    padding-bottom: 0px;
    font-size: 20px;
    letter-spacing: 0px;
  }

  .game3_pig_wrapper_left {
    margin-top: 210px;
    padding-top: 0%;
  }

  .game3_organce_shape_bg_popup {
    right: 0%;
    bottom: 36%;
    width: 60%;
  }

  .dollar_wrapper_popup2 {
    bottom: 17.5%;
    margin-top: 21px;
    margin-right: 2px;
    margin-bottom: -7px;
    padding-top: 0px;
  }

  .dollar_wrapper_popup3 {
    bottom: 8%;
    margin-top: 21px;
    padding-top: 0px;
  }

  .game3_txt_popup {
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .bg_blue_bg_popup {
    padding-bottom: 30%;
  }

  .hat_wrapper-copy {
    top: 18.531px;
    width: 60%;
    margin-top: 0px;
    padding-bottom: 57px;
  }

  .game3_blue_bg_txt_pop-copy {
    margin-bottom: 5px;
    padding-bottom: 0px;
    font-size: 20px;
    letter-spacing: 0px;
  }

  .image-30 {
    width: 55px;
  }

  .text-block-20-copy {
    width: 50px;
  }

  .popup_bg_game3_mobile-copy {
    padding-bottom: 90%;
    background-image: url('../images/pop_paper_big_unit4.png');
  }

  .popup_bg_game3_mobile-copy.p2 {
    padding-bottom: 150%;
    background-image: url('../images/pop_paper_big_unit2_4.png');
  }

  .img_hat_desktop {
    max-width: 230px;
    margin-bottom: 6px;
  }

  .cal_icon_wrapper-copy {
    left: -5%;
    top: -13%;
    right: auto;
    bottom: 0%;
    width: 25%;
  }

  .div-block-74 {
    width: 125px;
  }

  .div-block-75 {
    width: 125px;
  }

  .div-block-76 {
    width: 125px;
  }

  .image-40 {
    margin-top: 0px;
  }

  .image-41 {
    width: 60px;
    height: 60px;
  }

  .image-42 {
    width: 60px;
    height: 60px;
  }

  .image-43 {
    width: 60px;
    height: 60px;
  }

  .image-44 {
    width: 60px;
    height: 60px;
  }

  .image-45 {
    width: 60px;
    height: 60px;
  }

  .image-46 {
    width: 60px;
    height: 60px;
  }

  .image-47 {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 680px) {
  .bubble_bg{width:199px}
  }
  
@media screen and (max-width: 479px) {
  .navbar {
    z-index: 999;
  }

  .nav-menu {
    padding-bottom: 100px;
  }

  .nav-link-2.mobile {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .index_banner_wrpper {
    padding-top: 0px;
  }

  .footer_logo_wrapper {
    margin-top: 0px;
  }

  .text-block {
    text-align: center;
  }

  .footer_logo_ifec {
    width: 32%;
  }

  .footer_logo {
    padding-top: 10px;
  }

  .image {
    margin-top: 0%;
  }

  .div-block-6 {
    padding-bottom: 123%;
    background-image: url('../images/v03_plk_index.jpg');
  }

  .banner_logo_wrapper {
    width: 80%;
    padding-top: 6%;
  }

  .dige2 {
    margin-top: 8px;
  }

  .footer_logo_plk {
    width: 40%;
  }

  .footer_wrapper {
    z-index: 1000;
    margin-top: -7px;
  }

  .div-block-12 {
    margin-top: 0px;
    padding-bottom: 2px;
    background-color: #bedfc4;
  }

  .menu_icon {
    width: 12%;
  }

  .brand-2 {
    width: 50%;
  }

  .home_menu_wrapper {
    z-index: 10002;
  }

  .about_title_wrapper {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0%;
  }

  .title {
    padding-bottom: 20px;
  }

  .book_img_wrapper {
    padding-top: 79px;
    padding-bottom: 0px;
  }

  .btn_wrapper {
    width: 100%;
  }

  .sound_icon {
    top: -33%;
  }

  .text-block-2 {
    padding-bottom: 0px;
    font-size: 22px;
  }

  .banner_inner {
    padding-top: 5%;
  }

  .unit1_banner_wrapper {
    margin-bottom: 30px;
  }

  .unit_game_wrapper_3 {
    padding-bottom: 0px;
  }

  .game_icon_wrapper {
    margin-bottom: 53px;
  }

  .box1 {
    margin-right: 20px;
  }

  .unit1_box_inner {
    margin-top: 8px;
  }

  .div-block-25 {
    padding-bottom: 50%;
  }

  .btn_right_side.p1_mobile {
    background-image: url('../images/book_btn_set1.png');
  }

  .btn_right_side.p2_mobile {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: url('../images/book_btn2_set2.png');
    text-decoration: none;
  }

  .btn_right_side.p3_mobile {
    background-image: url('../images/book_btn3_set2.png');
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -1px;
  }

  .text-block-3.p2 {
    padding-top: 4px;
    font-size: 20px;
    line-height: 18px;
  }

  .text-block-3.p1 {
    padding-top: 8px;
    font-size: 20px;
    line-height: 20px;
  }

  .dd_toggle {
    display: block;
  }

  .txt-_mobile_p3 {
    left: 0%;
    width: 50%;
  }

  .image-10.p2 {
    width: 15px;
    height: 15px;
    margin-top: 3px;
  }

  .btn_arrow {
    height: auto;
  }

  .dd_list {
    top: 100%;
    display: none;
    width: 70.8%;
    margin-top: -13%;
    padding-top: 45px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .dd_arrow {
    display: none;
    width: 25px;
    height: 25px;
    margin-right: 13px;
    padding-top: 4px;
    padding-left: 3px;
    font-size: 19px;
  }

  .list1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-5 {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .text-block-6 {
    font-size: 25px;
    letter-spacing: 2px;
  }

  .text-block-7 {
    width: 95%;
    margin-top: 3px;
    padding: 10px 20px;
    background-color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .unit1_paper_txt {
    margin-top: 33px;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .blue_curve_mobile {
    display: block;
    max-width: 90%;
  }

  .blue_curve {
    display: none;
  }

  .yellow_arrow {
    width: 15%;
  }

  .image-13 {
    width: 100%;
  }

  .div-block-48 {
    width: 15%;
  }

  .unit1_banner_paper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner_unit_inner {
    margin-top: 0px;
    padding-top: 150%;
  }

  .banner_unit_inner.p1 {
    display: block;
    padding-top: 82%;
  }

  .banner_unit_inner.p2 {
    padding-top: 82%;
    background-position: 50% 50%;
  }

  .banner_unit_inner.p3 {
    padding-top: 82%;
    background-position: 100% 50%;
  }

  .banner_unit1 {
    display: block;
    margin-top: 46px;
  }

  .paper_wrapper {
    margin-top: 0px;
  }

  .text-block-8 {
    margin-top: 0px;
    margin-bottom: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    line-height: 18px;
  }

  .font_shape_blue {
    margin-bottom: 16px;
  }

  .div-block-25-copy {
    top: auto;
    padding-bottom: 50%;
  }

  .box2 {
    margin-left: 20px;
  }

  .font_shape_orange {
    margin-bottom: 16px;
  }

  .about_wrapper {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .info_paper_wrapper {
    position: static;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph {
    z-index: 500;
    width: 90%;
    margin-top: 4%;
    margin-bottom: 26px;
    margin-left: 0px;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 13px -11px #000;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
  }

  .info_boy_wrapper {
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    margin-left: 7%;
    padding-bottom: 0px;
  }

  .info_boy {
    margin-bottom: 0%;
    padding-left: 0px;
  }

  .info_ribbon_wrapper {
    display: none;
  }

  .info_paper {
    position: static;
    margin-top: 6%;
  }

  .info_girl_wrapper {
    position: relative;
    right: 0%;
    display: block;
    margin-top: 20px;
    padding-bottom: 0px;
  }

  .text-block-6-copy {
    font-size: 25px;
    letter-spacing: 2px;
  }

  .text-block-6-copy {
    width: 80%;
    height: auto;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
  }

  .plan_title_3parts-_wrapper {
    position: relative;
    display: block;
    margin-top: 0%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  ._3part_board_wrapper_1 {
    display: block;
    height: auto;
  }

  .info_paper_bg_mobile2 {
    display: none;
    margin-top: -17px;
    padding-bottom: 200%;
    background-image: url('../images/about_paper_mobile2.png');
    background-size: contain;
  }

  .info_paper_bg_mobile {
    display: none;
  }

  .info_ribbon {
    display: none;
  }

  .div-block-71-copy-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0%;
  }

  .info_paper_content_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 130px;
    margin-bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/blue_title_bg_mobile_about.png');
  }

  ._3part_title_txt {
    position: relative;
    width: 100%;
    margin-top: 21px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
    text-align: center;
    letter-spacing: 2px;
  }

  ._3part_title_line2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._3part_title_txt_2 {
    line-height: 50px;
  }

  ._3part_title_txt_3 {
    padding-bottom: 10px;
    line-height: 60px;
  }

  .text-block-10 {
    font-size: 25px;
  }

  ._3part_cat1 {
    position: relative;
    display: none;
  }

  ._3part_main_txt_wrapper_set2 {
    position: static;
    top: 0px;
    right: 0%;
    padding-bottom: 69px;
  }

  ._3part_main_txt_title_1 {
    margin-right: 8%;
    padding-bottom: 10px;
  }

  .text-block-10-copy {
    font-size: 25px;
    letter-spacing: 3px;
  }

  .text-block-12 {
    width: 70%;
    line-height: 40px;
  }

  .text-block-13 {
    font-size: 16px;
    line-height: 25px;
  }

  ._3part_title {
    position: relative;
    padding-top: 0px;
    padding-bottom: 12px;
  }

  ._3part_title_line2_2 {
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about_org_wrapper {
    padding-top: 10px;
    padding-bottom: 18px;
    background-color: #f2f2f2;
  }

  .about_title_wrapper_2 {
    padding-top: 34px;
    padding-bottom: 4px;
  }

  ._3part_main_txt_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._3part_main_txt_title_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._3part_inner_main_desktop-_large {
    padding-top: 0px;
    padding-bottom: 0%;
    background-image: none;
  }

  ._3part_inner_main_desktop-_large-_set2 {
    padding-top: 0px;
    padding-bottom: 0%;
    background-image: none;
  }

  ._3part_main_txt_wrapper_set1 {
    position: static;
    top: 0px;
    right: 0%;
    padding-bottom: 69px;
  }

  ._3part_main_txt_title_set2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._3part_main_txt_title_1_set2 {
    margin-right: 8%;
    padding-bottom: 10px;
  }

  ._3part_main_txt_title_2_set2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._3part_inner_main_desktop-_large-_set3 {
    padding-top: 0px;
    padding-bottom: 0%;
    background-image: none;
  }

  ._3part_cat1-_set3 {
    display: none;
  }

  ._3part_main_txt_wrapper_set3 {
    position: static;
    top: 0px;
    right: 0%;
  }

  ._3part_main_txt_title-_set3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._3part_main_txt_title_1-_set3 {
    margin-right: 8%;
    padding-bottom: 10px;
  }

  ._3part_main_txt_title_2-_set3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._3part_main_txt_content_1-_set3 {
    margin-bottom: 45px;
  }

  .org_wrapper {
    position: relative;
    display: block;
    height: auto;
    padding-top: 0%;
    padding-bottom: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .org_wrapper.p2 {
    margin-top: 30px;
    padding-bottom: 0px;
  }

  .org_paper_content_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 130px;
    margin-bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/blue_title_bg_mobile_about.png');
  }

  .org_logo {
    padding-top: 5px;
  }

  .org_link_wrapper {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon_web {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .org_paper_inner {
    width: 90%;
    margin-top: 0%;
    padding-top: 5px;
  }

  .paragraph_org_1-copy {
    position: relative;
    z-index: 50;
    width: 80%;
    margin-top: 1%;
    margin-bottom: 0px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
  }

  .info_paper_bg_mobile2-copy {
    display: none;
    margin-top: -17px;
    padding-bottom: 200%;
    background-image: url('../images/about_paper_mobile2.png');
    background-size: contain;
  }

  .icon_wrapper {
    padding-top: 23px;
    padding-right: 13px;
  }

  .info_grandma_wrapper {
    position: relative;
    display: none;
  }

  .info_fa_wrapper {
    position: relative;
    display: none;
  }

  .org2_title_txt {
    width: 80%;
    height: auto;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
  }

  .org2_logo {
    padding-top: 5px;
  }

  .icon_wrapper-_org2 {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .org2_link_wrapper {
    margin-top: -5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .org2_link_row1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .org_ifec_txt {
    padding-right: 0px;
  }

  .org_ifec_email_add {
    padding-bottom: 18px;
  }

  .org_link_wrapper_org1 {
    width: 99.1608874003092%;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-18 {
    max-width: none;
  }

  .org_link_btn_org1 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .about_small_txt_wrapper {
    margin-top: 14px;
    padding-top: 7px;
  }

  .about_small_txt_inner {
    height: auto;
  }

  .text-block-15 {
    margin-top: 65px;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .paper_inner {
    display: none;
    padding-top: 0%;
    padding-right: 2%;
    padding-left: 2%;
    background-image: none;
    background-size: auto;
  }

  .info_paper_bg_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about_inner-copy {
    display: block;
    padding-top: 107px;
  }

  .info_wrapper {
    position: relative;
    display: block;
    height: auto;
    min-height: 0px;
    margin-top: 0%;
    padding-top: 0%;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .info_paper_bg_mobile3opy {
    display: none;
    margin-top: -17px;
    padding-bottom: 200%;
    background-image: url('../images/about_paper_mobile2.png');
    background-size: contain;
  }

  .info_paper_bg_org2-copy {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .org_paper_inner-copy {
    width: 90%;
    margin-top: 5%;
    padding-top: 20px;
    padding-bottom: 44px;
    background-color: #fff;
    box-shadow: 0 0 13px -11px #000;
  }

  .info_paper_bg-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 5%;
    padding-top: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0 0 13px -11px #000;
  }

  .info_paper_bg_mobile-copy-copy-copy {
    display: none;
  }

  .info_paper_bg_mobile-copy-copy-copy {
    display: none;
  }

  .info_paper_bg_mobile-copy-copy-copy-copy {
    display: none;
  }

  .popup_close_btn {
    left: auto;
    top: -3%;
    right: 0%;
    bottom: auto;
    width: 15%;
  }

  .popup_word_wrapper {
    top: -1%;
  }

  .popup_word_bg {
    margin-top: -8px;
  }

  .word_right1 {
    left: 7%;
    top: 16%;
  }

  .ans_item1 {
    width: 25%;
  }

  .ans_wrapper_game1 {
    width: 90%;
  }

  .image-22 {
    margin-right: 0px;
    padding-right: 10px;
  }

  .image-23 {
    margin-left: 0px;
  }

  .ans_txt {
    bottom: 47%;
  }

  .text-block-16 {
    margin-bottom: 0px;
    font-size: 12px;
  }

  .word_right1-copy {
    left: 40%;
    top: 21%;
  }

  .div-block-67-copy-copy {
    margin-left: -3px;
  }

  .word_right1-copy-copy {
    left: 75%;
    top: 17.5%;
    width: 80%;
  }

  .close_btn_cross {
    width: 50%;
  }

  .popup_close_btn-_small {
    left: auto;
    top: 5%;
    right: 0%;
    bottom: auto;
    width: 15%;
  }

  .img_cat1 {
    left: 5%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .img_cat2 {
    left: auto;
    top: auto;
    right: 5%;
    bottom: 0%;
  }

  .text-block-3-copy {
    margin-left: 0px;
    padding-top: 4px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 15px;
    letter-spacing: -1px;
  }

  .txt-_mobile {
    left: 0%;
    top: 0%;
  }

  .game2_wrapper {
    display: block;
    margin-top: 0px;
  }

  .board {
    display: block;
    padding-bottom: 50%;
  }

  .cart_wrapper {
    top: 36%;
  }

  .cart {
    display: block;
    padding-bottom: 32%;
  }

  .game2_blue_shape_bg {
    top: 18%;
  }

  .div-block-25-copy {
    padding-bottom: 40%;
  }

  .game2_orange_shape_bg {
    top: 20%;
  }

  .div-block-25-copy-copy {
    padding-bottom: 50%;
  }

  .popup_wrapper_game2 {
    display: none;
  }

  .popup_game2_top {
    margin-top: -15px;
  }

  .popup_game2_right {
    width: 100%;
    margin-left: 25px;
  }

  .text-block-17 {
    margin-right: -18px;
    font-size: 18px;
    line-height: 22px;
  }

  .game2_orange_shape_bg-_popup {
    top: 20%;
    margin-left: -19px;
  }

  .unit_game_wrapper_1 {
    padding-bottom: 0px;
  }

  .unit1_box_1 {
    padding-top: 25px;
  }

  .div-block-25-copy-copy {
    top: auto;
    padding-bottom: 50%;
  }

  .text-block-8-copy {
    margin-top: 0px;
    margin-bottom: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    line-height: 18px;
  }

  .game2_blue_shape_bg-_popup {
    top: 20%;
    margin-left: -19px;
  }

  .popup_game2_right-copy {
    width: 100%;
  }

  .game3_bg {
    height: 450px;
  }

  .game3_blue_shape_bg {
    top: 16%;
    width: 70%;
    margin-top: -65px;
    padding-top: 0px;
  }

  .game3_blue_bg_txt {
    margin-top: 0px;
    margin-bottom: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 18px;
  }

  .bg_game3_blue_game3 {
    padding-bottom: 50%;
  }

  .game3_wrapper {
    display: block;
    margin-top: 0px;
  }

  .banner_inner-_game3 {
    padding-top: 5%;
  }

  .game1_bg_orange {
    padding-bottom: 40%;
  }

  .game2_orange_shape_bg-copy {
    top: 18%;
  }

  .hat_wrapper {
    margin-top: -11px;
  }

  .text-block-18 {
    width: 200px;
    font-size: 20px;
  }

  .text-block-19 {
    font-size: 25px;
    line-height: 25px;
  }

  .game3_pig_wrapper {
    margin-top: 200px;
    margin-left: 0px;
  }

  .game3_pig {
    margin-top: -1px;
    margin-left: 6px;
  }

  .pig_bg.popupig {
    z-index: auto;
    margin-top: 2px;
  }

  .shawdow {
    left: 36%;
    bottom: 1%;
    width: 42%;
    height: 30px;
  }

  .shawdow.popup_v1 {
    height: 22px;
  }

  .shawdow.vp1 {
    width: 60%;
  }

  .shawdow.vp2 {
    width: 60%;
  }

  .col50_right {
    margin-top: 14px;
  }

  .right_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-29 {
    display: none;
  }

  .cal_wrapper {
    margin-right: 20px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dollar_wrapper {
    width: 80%;
  }

  .dollar_row1 {
    width: 100%;
  }

  .dollor_inner {
    width: 100%;
    height: 100%;
  }

  .cal_bg_txt {
    padding-left: 20px;
  }

  .cal_icon_wrapper {
    display: none;
    width: 20%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .unit_game2_wrapper {
    padding-bottom: 0px;
  }

  .popup_wrapper_game3 {
    display: none;
    margin-top: 44px;
  }

  .col50_right_popup {
    right: 11%;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .game3_blue_shape_bg_popup {
    padding-bottom: 20px;
  }

  .bg_game3_organce_game3_popup {
    padding-bottom: 50%;
  }

  .cal_wrapper_popup {
    margin-top: 62px;
    margin-right: 20px;
    padding-right: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .game3_blue_bg_txt_pop {
    margin-top: 0px;
    margin-bottom: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    line-height: 18px;
  }

  .game3_pig_wrapper_left {
    margin-top: 200px;
  }

  .game3_organce_shape_bg_popup {
    bottom: 30%;
    margin-bottom: 3px;
  }

  .dollar_wrapper_popup2 {
    bottom: 16%;
    margin-right: -3px;
    margin-bottom: -6px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .game3_txt_popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hat_wrapper-copy {
    top: 21.094px;
    width: 80%;
    margin-top: 0px;
  }

  .game3_blue_bg_txt_pop-copy {
    margin-top: 0px;
    margin-bottom: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    line-height: 18px;
  }

  .img_hat_desktop {
    max-width: 180px;
    margin-bottom: -8px;
  }

  .cal_icon_wrapper-copy {
    position: static;
    display: block;
    width: 40%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-71 {
    position: relative;
  }

  .div-block-72 {
    margin-top: 0px;
  }

  .div-block-73 {
    width: 64px;
    height: 100%;
  }

  .div-block-74 {
    width: 64px;
  }

  .div-block-75 {
    width: 64px;
  }

  .div-block-76 {
    width: 64px;
  }

  .boyandgirl_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-41 {
    width: 40px;
    height: 40px;
  }

  .image-42 {
    width: 40px;
    height: 40px;
  }

  .image-43 {
    width: 40px;
    height: 40px;
  }

  .image-44 {
    width: 40px;
    height: 40px;
  }

  .image-45 {
    width: 40px;
    height: 40px;
  }

  .image-46 {
    width: 40px;
    height: 40px;
  }

  .image-47 {
    width: 40px;
    height: 40px;
  }
}

