@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@font-face {
  font-family: "icomoon";
  src: url("../plugin/fonts/icomoon.eot?xq5lew");
  src: url("../plugin/fonts/icomoon.eot?xq5lew#iefix") format("embedded-opentype"), url("../plugin/fonts/icomoon.ttf?xq5lew") format("truetype"), url("../plugin/fonts/icomoon.woff?xq5lew") format("woff"), url("../plugin/fonts/icomoon.svg?xq5lew#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.icons {
  display: inline-flex;
}

i,
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-close:before {
  content: "\e901";
}

.icon-menu:before {
  content: "\e902";
}

.icon-minus:before {
  content: "\e903";
}

.icon-plus:before {
  content: "\e904";
}

.icon-star:before {
  content: "\e905";
}

.icon-top-arrow {
  transform: rotate(-90deg);
}
.icon-top-arrow:before {
  content: "\e900";
}

.color-primary {
  color: #00a19b;
}

.text-white {
  color: #ffffff;
}

.color-hightlight-orange {
  color: #ef7800;
}
.color-hightlight-orange:hover {
  background: #f99632;
  transition: 0.5s;
}

.color-hightlight-pink {
  color: #f8524c;
}

.color-error {
  color: #c92e34;
}
.color-error:hover {
  color: #f3232a;
  transition: 0.5s;
}

.btn_join {
  background-color: #f25290;
}

.bg-primary {
  background-color: #00a19b;
}

.rounded {
  border-radius: 2rem;
}

.bg-white {
  background-color: #ffffff;
}

.color-yellow-2 {
  color: #fff7ba;
}

.color-gray-7 {
  color: #7c7c7c;
}

.color-gray-8 {
  color: #595959;
}

.color-pink-4 {
  color: #ff80ac;
}

.color-pink-6 {
  color: #e62978;
}

.color-pink-7 {
  color: #bf1964;
}

.color-primary-8 {
  color: #00a19b;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

section {
  scroll-behavior: smooth;
}

.footer {
  padding-top: 3rem;
  color: #595959;
  background-color: #fafafa;
}

@media (max-width: 1023px) {
  .footer {
    padding-top: 2rem;
  }
}
.footer-container {
  max-width: 1360px;
  margin: auto;
  padding: 2rem 1.5rem;
}

@media (max-width: 1023px) {
  .footer-container {
    padding: 1.5rem;
  }
}
.footer-group {
  display: inline-flex;
}

@media (max-width: 1023px) {
  .footer-group {
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .footer-group {
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .footer-group + .footer-group {
    margin-top: 1rem;
  }
}
.footer-group span {
  flex-shrink: 0;
}

@media (max-width: 375px) {
  .footer-group span {
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
}
.footer-group .footer-list {
  width: auto;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.footer-group .footer-list li {
  margin-left: 0;
}

@media (max-width: 375px) {
  .footer-group .footer-list li {
    padding-left: 0;
  }
}
.footer-title {
  font-weight: 700;
  font-size: 1.25rem;
  padding-bottom: 1rem;
}

.footer-info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px solid #acacac;
}

.footer-box + .footer-box {
  margin-top: 2rem;
}

@media (max-width: 1023px) {
  .footer-box + .footer-box {
    margin-top: 1.5rem;
  }
}
.footer-list {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .footer-list {
    flex-direction: column;
  }
}
.footer-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.footer-list li {
  margin-bottom: 0.5rem;
}

.footer-list li + li {
  margin-left: 0;
}

.footer-list.listBox {
  padding-left: 0;
}

@media (max-width: 1023px) {
  .footer-list.listBox {
    padding-left: 1rem;
    flex-direction: column;
  }
}
.footer-list.listBox li {
  position: relative;
  margin-left: 1rem;
  padding-left: 0;
}
.footer-list.listBox li::before {
  position: absolute;
  top: 0.75rem;
  left: -0.75rem;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #595959;
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0;
  color: #fff;
  text-align: center;
  background-color: #e62978;
}

.footer-copyright span + span {
  margin-left: 1rem;
}

@media (max-width: 1023px) {
  .footer-copyright {
    flex-direction: column;
  }
  .footer-copyright span + span {
    margin-left: 0;
  }
}
header a {
  color: #595959;
  word-break: break-all;
  text-decoration: none;
}

.clearfix:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}

::-webkit-scrollbar {
  display: none;
}

.head_logo {
  float: left;
  margin: 0;
  max-width: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
}

.logo_line {
  width: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 13px;
}

.esunlogo {
  display: flex;
  height: 100%;
}

@media (min-width: 1200px) {
  .esunlogo {
    height: 31px;
  }
}
.efingologo {
  display: inline-block;
  max-width: 108px;
  width: 100%;
  vertical-align: middle;
  margin-bottom: -10px;
}

@media (min-width: 1200px) {
  .efingologo img {
    height: 34px;
  }
}
header {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  transition: 0.3s;
  background-color: #ffffff;
}

header .nav_wrap_m {
  display: none;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media (max-width: 1200px) {
  header .container {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  header .logo_line {
    margin: 0px 10px;
  }
  header .efingologo {
    max-width: 89px;
  }
}
.header-type2 {
  box-shadow: none;
}

.secondary-nav {
  width: 100%;
  top: 63px;
  transition: 0.3s;
}

@media (min-width: 576px) {
  .secondary-nav {
    top: 68px;
  }
}
.secondary-nav .page-anchor {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0px;
  text-align: center;
  margin: 0px;
}

.secondary-nav .page-anchor li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e1efef;
  width: 100%;
  height: 40px;
  border-right: 1px solid #007a7a;
}

.secondary-nav .page-anchor li:nth-last-child(1) {
  border: none;
}

.secondary-nav .page-anchor li a {
  color: #007a7a;
  padding: 0px 6px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.target-burger {
  right: 0;
  top: 0;
  width: 3.25em;
  height: 3.25em;
  position: absolute;
  display: block;
  transition: all 0.5s ease;
}

.buns {
  width: 1.625em;
  height: 1.625em;
  list-style: none;
  margin: -0.8125em 0 0 -0.8125em;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateZ(0);
  color: #fff;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.buns li {
  width: 100%;
  height: 2px;
  background-color: #a2a2a2;
  position: absolute;
  top: 50%;
  margin-top: -0.75px;
  transform: translateY(-3.75px) translateZ(0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.buns li:last-child {
  transform: translateY(3.75px) translateZ(0);
}

nav ul {
  display: flex;
  height: 100%;
  margin: 0;
  align-items: center;
  padding: 0;
}

@media (max-width: 992px) {
  nav ul {
    padding: 0;
  }
}
nav ul li {
  margin: 0 10px;
  position: relative;
}

@media (max-width: 992px) {
  nav ul li {
    margin: 0 5px;
  }
}
nav ul li a {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

nav ul li:hover a {
  font-weight: bold;
  color: #009e96;
}

.anchor .link {
  display: flex;
  height: 100%;
}
@media (max-width: 768px) {
  .anchor .link {
    justify-content: center;
  }
  .anchor .link:hover a {
    padding-left: 1.5rem;
  }
}
.anchor .link a {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .anchor .link a {
    padding: 0.5rem;
  }
}

.btn_join {
  color: #fff;
  padding: 6px 24px;
  border-radius: 4px;
}

.btn_join:hover {
  color: #fff;
}

.btn_join img {
  width: 10px;
  margin: 0 5px;
}

.nav_wrap_close {
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 3;
  width: 100%;
}

.function_ham {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
  cursor: pointer;
}

.function_ham img {
  display: block;
  width: 22px;
}

.function_ham:hover span {
  background-color: #797979;
}

.function_ham span:after,
.function_ham span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}

.function_ham span:after {
  top: 9px;
}

.function_ham span {
  position: relative;
  display: block;
}

.function_ham span {
  width: 100%;
  width: 22px;
  height: 4px;
  background-color: #b3b3b3;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
  margin-bottom: 4px;
}

.nav_wrap {
  overflow: hidden;
}

.function_nav {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  border-radius: 70px 0 0 70px;
  margin-right: 0;
  padding: 0px 28px;
  margin-top: 30px;
  transition: 0.3s;
  position: relative;
}

.function_nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.function_nav ul li {
  display: inline-block;
  vertical-align: middle;
}

.function_nav ul li a {
  display: block;
  padding: 1em 8px;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .function_nav {
    margin-top: 12px;
  }
}
.function_nav_close {
  transform: translateX(590px);
}

.arrow {
  position: relative;
  transform: translateY(-80px);
}

.arrow p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #4d4d4d;
}

.scroll-down {
  display: block;
  position: absolute;
  bottom: -68%;
  left: 50%;
  color: #fff;
  transform: translate(0, -50%);
  transition: opacity 0.5s;
}

.scroll-down::before {
  position: absolute;
  top: -22px;
  left: -22px;
  z-index: -1;
  content: "";
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}

.scroll-down:after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  margin: -12px 0 0 -8px;
  border-left: 4px solid #009e96;
  border-bottom: 4px solid #009e96;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.m_cta {
  display: none;
}

@media (max-width: 768px) {
  .m_cta {
    background: #f8524c;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    z-index: 2;
    padding: 10px;
    left: 0px;
  }
  .m_cta a {
    font-size: 18px;
    display: block;
    color: #fff;
  }
  .m_cta a img {
    display: inline-block;
    width: 12px;
    vertical-align: middle;
    margin-left: 10px;
  }
}
.float_btn {
  position: fixed;
  max-width: 5rem;
  width: 100%;
  right: 1rem;
  bottom: 16%;
  z-index: 2;
  display: none;
}

.float_btn .float_action_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.float_btn .float_action_btn.pink a {
  background-color: #00a19b;
}
.float_btn .float_action_btn.green a {
  background-color: #f25290;
}
.float_btn .float_action_btn + .float_action_btn {
  margin-top: 1rem;
}

.float_btn .float_action_btn .break {
  display: none;
}

.float_btn .float_action_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.75rem 1rem;
  width: 5rem;
  height: 5rem;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 4px;
  background-color: #00a19b;
  box-shadow: 0 0 15px 0 rgba(38, 38, 38, 0.12);
}

@media (max-width: 768px) {
  .float_btn {
    max-width: 50px;
  }
  .float_btn .float_action_group {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
  }
  .float_btn .float_action_group .float_action_btn {
    display: block;
    margin: 0;
    width: 100%;
    height: inherit;
    font-size: 1rem;
    border-radius: inherit;
    padding: 0.5rem;
    background-color: #ffffff;
  }
  .float_btn .float_action_group .float_action_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding: 12px 6px;
    font-size: 1rem;
  }
  .float_btn .float_action_group .float_action_btn .break {
    display: inline-flex;
  }
  .float_btn .float_action_btn .break + span {
    position: relative;
    margin-left: 0.75rem;
  }
  .float_btn .float_action_group .float_action_btn .break + span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.375rem;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 80%;
    background-color: #ffffff;
  }
  .float_btn .action_icon_btn img {
    display: none;
  }
}
@media (max-width: 576px) {
  .float_btn {
    right: 8px;
  }
}
#gotop {
  max-width: 50px;
  width: 100%;
  margin: 1rem auto 0;
  cursor: pointer;
}

#gotop .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: #00a19b;
  font-size: 1.125rem;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(38, 38, 38, 0.12);
}

@media (max-width: 768px) {
  #gotop {
    max-width: 56px;
  }
  #gotop img {
    max-width: 40px;
  }
}
.store {
  display: none;
}

@media (max-width: 992px) {
  .store {
    text-align: center;
    margin: 20px 0;
    display: block;
    text-align: center;
  }
  .store a {
    display: inline-block;
    vertical-align: middle;
    max-width: 130px;
    width: 100%;
  }
  .store a img {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 801px) {
  .item-list {
    position: relative;
    cursor: pointer;
  }
  .item-list ul {
    position: absolute;
    display: none;
    flex-direction: column;
    width: 120px;
    padding: 0px;
    background-color: #e1efef;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 36px;
    border-radius: 4px;
  }
  .item-list ul li {
    padding: 12px 6px;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
    margin: 0px;
  }
  .item-list ul li a {
    cursor: pointer;
  }
  .item-list ul li:last-child {
    border-bottom: none;
  }
  .item-list > div {
    display: flex;
    align-items: center;
  }
  .item-list > div.active {
    color: #00a19b;
    font-weight: bold;
  }
  nav ul li.item-list:hover a {
    color: #1c1c1c !important;
    font-weight: normal;
  }
  nav ul li.item-list ul li:hover a {
    color: #af5b00 !important;
    font-weight: bold;
  }
}
@media screen and (max-width: 800px) {
  .nav_wrap {
    position: absolute;
    bottom: 52px;
    width: 100%;
  }
  .nav_wrap_pc {
    display: none;
  }
  header .nav_wrap_m {
    display: block;
  }
  .function_nav {
    text-align: center;
    background: transparent;
    max-width: 100%;
    padding: 0;
  }
  .function_nav > p {
    font-size: 1rem;
  }
  .function_nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .function_nav ul li {
    width: 50%;
    text-align: center;
    margin: 0px !important;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 1px solid #fff;
  }
  .function_nav ul li:nth-child(1) {
    background: rgba(255, 197, 23, 0.4);
  }
  .function_nav ul li:nth-child(1) a {
    color: #ffc517;
  }
  .function_nav ul li:nth-child(2) {
    background: rgba(255, 197, 23, 0.2);
  }
  .function_nav ul li:nth-child(2) a {
    color: #ffc517;
  }
  .function_nav ul li:nth-child(3) {
    background: rgba(0, 164, 239, 0.4);
  }
  .function_nav ul li:nth-child(3) a {
    color: #00a4ef;
  }
  .function_nav ul li:nth-child(4) {
    background: rgba(237, 72, 72, 0.4);
  }
  .function_nav ul li:nth-child(4) a {
    color: #ed4848;
  }
  .function_nav ul li:nth-child(5) {
    background: rgba(255, 153, 0, 0.4);
  }
  .function_nav ul li:nth-child(5) a {
    color: #ff9900;
  }
  .function_nav ul li:nth-child(6) {
    background: rgba(0, 192, 139, 0.4);
  }
  .function_nav ul li:nth-child(6) a {
    color: #00c08b;
  }
  #header.on {
    top: 0 !important;
  }
  #header {
    position: fixed;
    height: auto;
  }
  #toggle {
    display: block;
    width: 28px;
    height: 30px;
    margin: 30px auto 10px;
    right: 15px;
    top: 0;
    position: absolute;
    display: block;
    transition: all 0.5s ease;
  }
  #toggle span {
    position: relative;
    display: block;
  }
  #toggle.on span {
    background-color: transparent;
  }
  #toggle.on span::before {
    transform: rotate(45deg) translate(5px, 5px);
  }
  #toggle.on span::after {
    transform: rotate(-45deg) translate(7px, -8px);
  }
  #toggle span,
  #toggle span:after,
  #toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #ddddde;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }
  #toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
  }
  #toggle span:after {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
  }
  #toggle span:after {
    top: 9px;
  }
  .main-nav {
    padding: 12px 0;
  }
}
@media screen and (max-width: 800px) and (max-width: 1024px) {
  .main-nav {
    position: absolute;
    left: 0;
    z-index: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: background 0.5s ease;
    background: rgba(255, 255, 255, 0.98);
  }
}
@media screen and (max-width: 800px) and (min-width: 1025px) {
  .main-nav ul {
    height: 100%;
    display: flex;
    margin: 0;
    align-items: center;
    padding: 0;
  }
  .item-list {
    position: relative;
    cursor: pointer;
  }
  .item-list ul {
    position: absolute;
    display: none;
    flex-direction: column;
    width: 120px;
    padding: 0px;
    background-color: #e1efef;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 36px;
    border-radius: 4px;
  }
  .item-list ul li {
    padding: 12px 6px;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    text-align: center;
    margin: 0px;
  }
  .item-list ul li a {
    cursor: pointer;
  }
  .item-list ul li:last-child {
    border-bottom: none;
  }
  .item-list > div {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .item-list > div.active {
    color: #00a19b;
    font-weight: bold;
  }
  .main-nav ul.anchor .btn_join {
    max-width: 155px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
  }
  .main-nav ul.anchor .btn_join img {
    margin-bottom: 2px;
    margin-left: 10px;
  }
  .main-nav .item-list {
    cursor: pointer;
  }
  .main-nav .item-list > div {
    font-size: 1rem;
    position: relative;
    display: inline-block;
  }
  .main-nav .item-list > div img {
    position: absolute;
    right: -24px;
  }
  .main-nav .item-list > div.active {
    color: #00a19b;
    font-weight: bold;
  }
  .main-nav ul li.item-list:hover a {
    color: #1c1c1c;
    font-weight: normal;
  }
  .main-nav ul li.item-list ul li:hover a {
    color: #00a19b;
    font-weight: bold;
  }
  .main-nav.on {
    display: block;
    z-index: 10;
    transform: scale(1);
    opacity: 1;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 330px) {
  .main-nav ul.anchor li {
    margin: 0;
  }
  .function_nav ul li {
    height: 70px;
  }
}
iframe {
  width: 100%;
  height: 1048px;
}
@media (max-width: 768px) {
  iframe {
    height: 1400px;
  }
}

em {
  font-style: normal;
}

@supports (text-autospace: normal) {
  body {
    text-autospace: normal;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ddd;
}
table + p {
  margin-top: 1rem;
}
table.is-striped tbody td {
  font-weight: normal;
}
table.is-striped tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

th,
td {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: 2px solid #ffffff;
  text-align: initial;
}

thead tr th {
  background-color: #e1efef;
}

tbody {
  background-color: #ffffff;
}

h2 {
  margin: 0;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}
h2 span.pink {
  color: #ffa8c4;
}

h4 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}

ul,
ol {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

.listBox {
  padding-left: 1.5rem;
  list-style: none;
}
.listBox-disc > li {
  position: relative;
}
.listBox-disc > li::before {
  position: absolute;
  top: 12px;
  left: -12px;
  transform: translate(0, -50%);
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #262626;
}
.listBox-decimal {
  counter-reset: section;
  padding-left: 0;
}
.listBox-decimal li {
  position: relative;
  padding-left: 1.5rem;
}
.listBox-decimal li::before {
  min-width: 1.5rem;
  text-align: center;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  content: counter(section) ".";
  counter-increment: section;
}
.listBox-icon {
  list-style: "※ ";
}

.wrapper {
  margin-top: 60px;
  background-color: #fbf6ee;
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .mt-32 {
    margin-top: 16px;
  }
}

.mt-6 {
  margin-top: 46px;
}
@media (max-width: 768px) {
  .mt-6 {
    margin-top: 2rem !important;
  }
}

.surveycake {
  position: relative;
  padding: 0 1rem 0 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 375px) {
  .surveycake {
    height: 100%;
  }
}
.surveycake iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .surveycake iframe {
    max-width: 790px;
  }
}

.section-form {
  text-align: center;
}

.section-surveycake {
  margin: 2rem 0;
}
.section-surveycake iframe {
  overflow: hidden;
}

.section-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2.5px;
  border-radius: 32px;
  background: linear-gradient(90deg, #fbcf7c 15.43%, #fff1d2 38.47%, #fbcf7c 63.11%);
}
.section-card-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .section-card-title {
    margin-bottom: 1.25rem;
  }
}
.section-card-inner {
  padding: 3rem 4rem;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .section-card-inner {
    padding: 1.5rem 1rem;
  }
}
.section-card-one .section-card-body {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 2rem;
  font-size: 1.25rem;
  border-radius: 20px;
  background-color: #fbf6ee;
}
@media (max-width: 768px) {
  .section-card-one .section-card-body {
    flex-direction: column;
    padding: 2.5rem 1.5rem;
    text-align: center;
  }
}
.section-card-two .sub-title {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .section-card-two .sub-title {
    font-size: 1.5rem;
  }
}
.section-card h2 {
  text-align: center;
}
.section-card-icon {
  width: 204px;
  height: 100px;
}
@media (max-width: 768px) {
  .section-card-icon {
    width: 140px;
    height: 68px;
  }
}
.section-card-body {
  width: 100%;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .section-card-body {
    font-size: 1rem;
  }
}
.section-card-img {
  width: 100%;
  max-width: 248px;
}
.section-card-note {
  text-align: center;
}
.section-card-note em {
  color: #00a19b;
  font-weight: 500;
}
.section-card img {
  max-width: 490px;
}
@media (max-width: 768px) {
  .section-card img {
    width: 100%;
    height: 100%;
  }
}
.section-card-box {
  flex: 2;
}
.section-card-img {
  margin: auto 0.5rem auto 2rem;
  padding: 1rem;
  height: 100%;
  color: #ffffff;
  border-radius: 2rem;
  background: #06c654;
}
@media (max-width: 1024px) {
  .section-card-img {
    transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  .section-card-img {
    display: flex;
    justify-content: center;
    transform: inherit;
    padding: 1.5rem 0.5rem;
    margin: 0 auto;
    width: calc(100% - 1rem);
    max-width: 185px;
  }
}
.section-card-activity {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-card-activity::before, .section-card-activity::after {
  content: "";
  position: absolute;
  width: 77px;
  height: 62px;
  background: url("../img/linePoints.webp");
}
@media (max-width: 1024px) {
  .section-card-activity::before, .section-card-activity::after {
    transform: scale(0.7);
  }
}
@media (max-width: 768px) {
  .section-card-activity::before, .section-card-activity::after {
    transform: scale(1);
  }
}
.section-card-activity::before {
  left: -60px;
  bottom: -24px;
}
@media (max-width: 768px) {
  .section-card-activity::before {
    left: -60px;
    transform: scale(0.7);
  }
}
.section-card-activity::after {
  top: 12px;
  right: -56px;
  transform: scaleX(-1) rotate(0.8deg);
}
@media (max-width: 1024px) {
  .section-card-activity::after {
    transform: scaleX(-1) rotate(0.8deg) scale(0.7);
  }
}
@media (max-width: 768px) {
  .section-card-activity::after {
    right: -60px;
    transform: scaleX(-1) rotate(0.8deg) scale(0.7);
  }
}
.section-card-activity .activity-head {
  display: flex;
  align-items: center;
}
.section-card-activity .activity-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  color: #06c654;
  font-size: 30px;
  font-weight: 700;
  background: #ffffff;
}
.section-card-activity .activity-text {
  margin-left: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
.section-card-activity .activity-text p {
  margin: 0;
}
.section-card-activity .activity-body {
  display: flex;
  justify-content: center;
}
.section-card-activity .activity-money {
  flex-shrink: 0;
  font-size: 88px;
  font-weight: 700;
  line-height: 88px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-card-activity .activity-money {
    font-size: 66px;
    line-height: 66px;
  }
}
.section-card-activity .activity-money span {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 44px;
}

.box-title {
  font-weight: 700;
}
.box-info {
  margin-bottom: 1rem;
}

.text_info {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .text_info {
    font-size: 1.25rem;
  }
}
.text_info + .text_info {
  margin-top: 12px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.section-home {
  position: relative;
  z-index: 1;
}
.section-home::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.section-home-img {
  position: relative;
}
@media (max-width: 768px) {
  .section-home-img {
    margin-top: 1rem;
  }
}
.section-home .Monopoly-left, .section-home .Monopoly-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: float 3s ease-in-out infinite;
}
@media (max-width: 768px) {
  .section-home .Monopoly-left, .section-home .Monopoly-right {
    animation: none;
  }
}
.section-home .Monopoly-icon {
  position: absolute;
  width: 37px;
  height: 37px;
  background: url("../img/MonopolyIcon03.webp");
}
@media (max-width: 768px) {
  .section-home .Monopoly-icon {
    transform: scale(0.6);
  }
}
.section-home .Monopoly-left .Monopoly-icon {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .section-home .Monopoly-left .Monopoly-icon {
    left: 10%;
    top: 50%;
    transform: scale(0.6);
  }
}
.section-home .Monopoly-right .Monopoly-icon {
  left: auto;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .section-home .Monopoly-right .Monopoly-icon {
    right: 30%;
    top: 0;
  }
}
.section-home .Monopoly-icon01 {
  position: absolute;
  left: -143px;
  bottom: 133px;
  width: 115px;
  height: 55px;
  background: url("../img/MonopolyIcon01.webp");
}
@media (max-width: 768px) {
  .section-home .Monopoly-icon01 {
    left: -5%;
    bottom: 5%;
    transform: scale(0.6);
  }
}
.section-home .Monopoly-icon02 {
  position: absolute;
  right: -115px;
  top: -55px;
  width: 115px;
  height: 55px;
  background: url("../img/MonopolyIcon02.webp");
}
@media (max-width: 768px) {
  .section-home .Monopoly-icon02 {
    right: 0;
    top: -32px;
    transform: scale(0.6);
  }
}
.section-home h1 {
  margin: 1rem 0 0;
}
.section-home h1 .title {
  font-weight: 700;
  text-shadow: -1.5px -1.5px 0 #fff0f4, 1.5px -1.5px 0 #fff0f4, -1.5px 1.5px 0 #fff0f4, 1.5px 1.5px 0 #fff0f4, 1px 1px 0 #fceaca, 2px 2px 0 #fceaca, 3px 3px 0 #fceaca, 4px 4px 0 #fceaca, 5px 5px 0 #fceaca, 6px 6px 0 #fceaca;
}
@media (max-width: 768px) {
  .section-home h1 .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .section-home h1 .title > span {
    display: flex;
    justify-content: center;
  }
}
.section-home h1 .sub-title {
  margin-top: 1rem;
  color: #e62978;
  font-size: 3.5rem;
  font-weight: 700;
  text-shadow: -2.5px -2.5px 0 #fff0f4, 2.5px -2.5px 0 #fff0f4, -2.5px 2.5px 0 #fff0f4, 2.5px 2.5px 0 #fff0f4, 1px 1px 0 #fceaca, 2px 2px 0 #fceaca, 3px 3px 0 #fceaca, 4px 4px 0 #fceaca, 5px 5px 0 #fceaca, 6px 6px 0 #fceaca, 7px 7px 0 #fceaca, 8px 8px 0 #fceaca, 9px 9px 0 #fceaca;
}
@media (max-width: 768px) {
  .section-home h1 .sub-title {
    font-size: 2.125rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  .section-home h1 {
    margin: 2rem 0 0rem;
    font-size: 2.125rem;
  }
}
.section-home h1 div {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .section-home h1 div {
    font-size: 1.25rem;
  }
}
.section-home h1 + p {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .section-home h1 + p {
    font-size: 1.5rem;
  }
}
.section-home h1 + p + p {
  font-size: 1.5rem;
  margin-top: 12px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .section-home h1 + p + p {
    font-size: 1.25rem;
  }
}
.section-home-Monopoly {
  max-width: 750px;
  margin: auto;
}
@media (max-width: 768px) {
  .section-home-Monopoly {
    margin: 2rem auto;
  }
}
.section-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 0;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 670px;
  background: url("../img/bg.webp") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 768px) {
  .section-inner::before {
    height: calc(100% - 1.5rem);
  }
}
.section img {
  width: 100%;
}

.section-activityInfo .section-form .section-card {
  height: calc(100vh + 245px);
}
.section-activityFaq {
  margin: 0;
  padding: 40px 0;
  max-width: 100%;
  background-color: #f4f8fa;
}
.section-faq {
  padding: 40px 0;
  background-color: #f5f5f5;
}
.section-faq h2 {
  margin-bottom: 2.5rem;
}

.section-tablebox {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section-tablebox {
    flex-direction: column;
    align-items: center;
  }
}

.tablebox {
  width: calc((100% - 16px) / 2);
}
@media (max-width: 768px) {
  .tablebox {
    width: 100%;
  }
  .tablebox + .tablebox {
    margin-top: 16px;
  }
}
.tablebox-head {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 700;
  padding: 8px;
  margin-bottom: 4px;
  background-color: #00a19b;
  text-align: center;
}
@media (max-width: 768px) {
  .tablebox-head {
    font-size: 1.5rem;
  }
}
.tablebox-head em {
  color: #ffee6d;
}
.tablebox-title {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .tablebox-title {
    font-size: 1.25rem;
  }
}
.tablebox-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  min-height: 100px;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .tablebox-item {
    padding: 16px 12px;
  }
}
.tablebox-item + .tablebox-item {
  margin-top: 4px;
}
.tablebox-item a {
  text-decoration: underline;
}
.tablebox-item-tag {
  display: flex;
  flex-shrink: 0;
}
.tablebox-title em {
  color: #00a19b;
  font-weight: 500;
}
.tablebox-sub {
  position: relative;
  padding-left: 1rem;
  margin-top: 8px;
  color: #595959;
  font-size: 1rem;
}
.tablebox-sub::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  text-align: center;
}
.tablebox .tag {
  display: flex;
  padding: 0.5rem 1rem;
  color: #00a19b;
  font-weight: 700;
  background-color: #e1efef;
  border-radius: 6px;
}

iframe {
  border: none;
  overflow: hidden;
}

.no-wrap {
  white-space: nowrap;
}

.text-c {
  text-align: center;
}

h4 {
  margin: 0 0 40px;
}

h1 + div {
  width: 100%;
}

.btn {
  text-decoration: none;
}

.img-lottie {
  max-width: 1280px;
  margin: auto;
}

.c-tag {
  padding: 4px;
  font-style: normal;
  color: #00a19b;
  border-radius: 2px;
  margin: 0 0 2rem 0;
  background-color: #bde3e2;
}

.primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 56px;
  padding: 0;
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #00a19b;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .primary-btn {
    width: 160px;
    height: 40px;
  }
}

.title-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 8px) / 2);
  max-width: 212px;
  min-height: 64px;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .title-btn {
    min-height: 56px;
    padding: 0.5rem 0.25rem;
    max-width: 50%;
    font-size: 1rem;
  }
}
.title-btn + .title-btn {
  margin-left: 1rem;
}
.title-btn.green-btn {
  background-color: #00a19b;
}
.title-btn.green-btn:hover {
  color: #ffffff;
  background-color: #5fc7b9;
}
.title-btn.pink-btn {
  background-color: #f25290;
}
.title-btn.pink-btn:hover {
  color: #ffffff;
  background-color: #ff80ac;
}

.p1.line-h-2 {
  font-size: 20px;
}
@media (min-width: 576px) {
  .p1.line-h-2 {
    font-size: 26px;
  }
}

.anchor.gary_bg1 {
  background-color: #f4f8fa;
  border-radius: 4px;
  margin-right: 2px;
}

.anchor.gary_bg2 {
  background-color: #f5f5f5;
  border-radius: 4px;
}

.fade-in-card {
  background-color: #1cada4;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.fade-in-card .card-body p {
  color: #fff7ba;
}
.fade-in-card .card-body .hr-l {
  background-color: #ffffff;
}
.fade-in-card .card-body .btn {
  color: #ffffff;
}

.ph_step .tabs > ul > li > a:hover {
  color: #00a19b;
}

.ph_step .tabs > ul > li > a.active {
  color: #00a19b;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 3px solid #00a19b;
}

@media (max-width: 768px) {
  .ph_step .tabs > ul > li > a.active {
    border-bottom: 1px solid #00a19b;
    background-color: #00a19b;
    color: #ffffff;
  }
}
.qa-section + .qa-section {
  margin-top: 1.5rem;
}

.faq .qa-section {
  width: 100%;
  font-size: 1.125rem;
  background: #ffffff;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .faq .qa-section {
    font-size: 1.25rem;
  }
}
.faq .qa-icon {
  display: flex;
  align-content: center;
  justify-content: center;
  transition: 0.25s all;
  transform: rotate(0);
}
.faq .icon {
  font-size: 28px;
  color: #7c7c7c;
}
.faq h1 {
  color: #000000;
}
.faq h4 {
  display: grid;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
  grid-template-columns: 1fr 30px;
  gap: 0.5rem;
  padding: 0.875rem 1rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .faq h4 {
    font-size: 1.125rem;
  }
}
.faq h4#notice {
  font-size: 1.125rem;
}
.faq button {
  width: 100%;
  text-align: left;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 4px;
  color: #262626;
  font-size: inherit;
  background: #fafafa;
  transition: 0.3s;
  cursor: pointer;
}
.faq button.is-expand .qa-icon {
  transform: rotate(180deg);
}
.faq-activity button {
  font-size: 1.125rem;
  font-weight: 700;
  background: #e1efef;
}
@media (min-width: 768px) {
  .faq-activity button {
    font-size: 1.25rem;
  }
}

.answer {
  display: none;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 0 0 4px 4px;
}
.answer h5 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 768px) {
  .answer h5 {
    font-size: 1.125rem;
  }
}
.answer p {
  margin: 0;
}
.answer p span {
  color: #7c7c7c;
}

.sec_table {
  border-collapse: collapse;
  width: 100%;
}
.sec_table tr:first-child {
  font-size: 1.125rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sec_table tr:first-child {
    font-size: 1.25rem;
  }
}
.sec_table tr:first-child td:first-child {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .sec_table tr:first-child td:first-child {
    font-size: 1.25rem;
  }
}
.sec_table td {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #d9d9d9;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .sec_table td {
    font-size: 1.125rem;
  }
}
.sec_table td span {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .sec_table td span {
    font-size: 1.125rem;
  }
}
.sec_table td:first-child {
  font-size: 1.125rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sec_table td:first-child {
    font-size: 1.5rem;
  }
}
.sec_table th {
  padding: 0.5rem;
  color: #ffffff;
  font-size: 1.25rem;
  border: 1px solid #00a19b;
  border-bottom: 4px #e62978 solid;
  background-color: #00a19b;
}
@media (min-width: 768px) {
  .sec_table th {
    font-size: 1.5rem;
  }
}
.sec_table tbody.tb1 tr:first-child td {
  padding: 0.5rem;
  color: #00a19b;
  background-color: #e1efef;
}

.banner {
  display: flex;
  background-color: #007a7a;
  font-size: 1.125rem;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .banner {
    font-size: 1.25rem;
  }
}
.banner-left {
  display: none;
  align-items: center;
  width: 42%;
}
@media (min-width: 992px) {
  .banner-left {
    display: flex;
  }
}
.banner-right {
  flex: 1;
  flex-shrink: 0;
  margin: 3rem 1.5rem;
}
.banner-right h2 {
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .banner-right h2 {
    text-align: left;
  }
}
.banner-right h2 > span {
  text-align: center;
}
.banner ul li::before {
  top: 15px;
  left: -15px;
  background-color: #ffffff;
}
.banner a {
  color: #00a19b;
}
.banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.banner ul {
  margin-bottom: 1rem;
  padding-left: 20px;
  font-size: 1.25rem;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .banner ul {
    font-size: 1.125rem;
  }
}
.banner .primary-btn {
  background-color: #ffffff;
}
.banner .primary-btn a {
  color: #00a19b;
}
@media (max-width: 768px) {
  .banner h2 {
    font-size: 1.75rem;
    margin-top: 0px;
    text-align: center;
  }
  .banner h2 > span {
    display: block;
  }
  .banner h2 .primary-btn {
    margin: 0 auto;
    margin-top: 24px;
  }
}

.image {
  margin: auto;
}
.image img {
  max-width: 360;
  max-height: 220px;
}/*# sourceMappingURL=monopoly.css.map */