@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@font-face {
  font-family: "icomoon";
  src: url("../plugin/iconmoon/fonts/icomoon.eot?xq5lew");
  src: url("../plugin/iconmoon/fonts/icomoon.eot?xq5lew#iefix") format("embedded-opentype"), url("../plugin/iconmoon/fonts/icomoon.ttf?xq5lew") format("truetype"), url("../plugin/iconmoon/fonts/icomoon.woff?xq5lew") format("woff"), url("../plugin/iconmoon/fonts/icomoon.svg?xq5lew#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.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-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;
}

.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;
}

a {
  text-decoration: none;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

section {
  scroll-behavior: smooth;
}

footer a,
.footer_memu a {
  color: #ffffff;
  word-break: break-all;
  text-decoration: none;
}

.head_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 120px;
  width: 100%;
  height: 60px;
}

.esunlogo {
  display: flex;
  height: 100%;
}

.logo_line {
  width: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 13px;
}

.efingologo {
  display: inline-block;
  max-width: 108px;
  width: 100%;
  vertical-align: middle;
}

@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: 576px) {
  header .container {
    padding: 0 14px;
  }
}
@media (max-width: 1200px) {
  header .container {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1024px) {
  .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: 16px;
  }
  .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 #ffffff;
  }
  .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 {
    width: 28px;
    height: 30px;
    margin: 30px auto 10px;
    right: 15px;
    top: 0;
    position: absolute;
    display: none;
    transition: all 0.5s ease;
  }
  #toggle span {
    position: relative;
    display: none;
  }
  #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 {
    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);
  }
  .main-nav ul.anchor {
    padding: 0;
    margin: 2vh;
  }
  .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 ul.anchor li {
    margin: 7px;
    text-align: center;
    padding: 7px;
  }
  .main-nav ul.anchor li a {
    font-size: 16px;
    display: block;
  }
  .main-nav ul.anchor li a:hover {
    padding-left: 10px;
  }
  .main-nav .item-list {
    cursor: pointer;
  }
  .main-nav .item-list > div {
    font-size: 16px;
    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 !important;
    font-weight: normal;
  }
  .main-nav ul li.item-list ul li:hover a {
    color: #00a19b !important;
    font-weight: bold;
  }
  .main-nav.on {
    display: block;
    z-index: 10;
    transform: scale(1);
    opacity: 1;
    transition: all 0.5s ease;
  }
}
.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;
}

nav ul {
  list-style: none;
  position: relative;
}

@media (max-width: 992px) {
  nav ul {
    padding: 0;
  }
}
nav .link {
  display: flex;
  margin-left: 8px;
}

@media (max-width: 992px) {
  nav ul li {
    margin: 0 5px;
  }
}
.btn_join {
  background: #e62978;
  color: #ffffff;
  font-weight: 500;
  padding: 6px 24px;
  border-radius: 4px;
  transition: background 0.3s;
}
.btn_join.bg-primary {
  background-color: #00a19b;
}
.btn_join.bg-primary:hover {
  background-color: #5fc7b9;
}
.btn_join:hover {
  background-color: #ff80ac;
}
.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: 16px;
  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: #ffffff;
  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: 16px;
  height: 16px;
  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: #ffffff;
  }
  .m_cta a img {
    display: inline-block;
    width: 12px;
    vertical-align: middle;
    margin-left: 10px;
  }
}
.float_btn {
  position: fixed;
  max-width: 70px;
  width: 100%;
  right: 2rem;
  bottom: 6%;
  z-index: 2;
  display: none;
}
@media (max-width: 768px) {
  .float_btn {
    right: 1.5rem;
  }
}

.float_action_btn {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}
.float_action_btn + .float_action_btn {
  margin-top: 8px;
}

.float_btn .float_action_btn .break {
  display: block;
}

.float_btn .float_action_btn a {
  color: #ffffff;
  padding: 0.8rem 0;
  width: 72px;
  height: 72px;
}

.float_btn .float_action_btn.pink {
  background-color: #00a19b;
}

.float_btn .float_action_btn.green {
  background-color: #f25290;
}

.float_btn .float_bt {
  position: fixed;
  width: 100%;
  top: -8px;
  left: 0;
  z-index: 99;
}

@media (max-width: 768px) {
  .float_btn {
    max-width: 50px;
  }
  .float_btn .float_bt {
    position: fixed;
    bottom: 43px;
    left: 0;
    width: 100%;
    display: flex;
    height: 70px;
  }
  .float_btn .float_bt .float_action_bottom {
    width: 100%;
    border-radius: 0px;
    display: block;
    margin: 0;
    font-size: 16px;
  }
  .float_btn .float_bt .float_action_bottom p {
    padding: 0 5px;
  }
  .float_btn .float_bt .float_action_bottom a {
    padding: 12px 6px;
    display: block;
  }
  .float_btn .float_bt .float_action_bottom .break {
    display: none;
  }
  .float_btn .float_bt .float_action_bottom:last-child {
    border-left: 1px solid #ffffff;
  }
  .float_btn .action_icon_btn img {
    display: none;
  }
}
@media (max-width: 576px) {
  .float_btn {
    right: 8px;
  }
}
@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 {
    width: 100%;
    height: inherit;
    border-radius: 0px;
    display: block;
    margin: 0;
    font-size: 16px;
  }
  .float_btn .float_action_group .float_action_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.8rem 1rem;
    max-height: 50px;
  }
  .float_btn .float_action_group .float_action_btn a .break {
    position: relative;
    margin-left: 8px;
  }
  .float_btn .float_action_group .float_action_btn a .break::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 20px;
    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: 8px auto;
  text-align: center;
  cursor: pointer;
}

#gotop img {
  max-width: 56px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  display: block;
  margin-top: 4px;
}

@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;
  }
}
.footer {
  color: #595959;
  background-color: #f0f0f0;
}
.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 48px 24px;
}
@media (max-width: 1024px) {
  .footer-container {
    padding: 32px 24px;
  }
}
.footer-riskWarning {
  font-weight: 700;
  font-size: 1.25rem;
  padding-bottom: 16px;
  border-bottom: 1px solid #acacac;
}
@media (max-width: 1024px) {
  .footer-riskWarning {
    font-size: 1.25rem;
    text-align: left;
  }
}
.footer-info {
  margin-top: 16px;
}
.footer-info li {
  list-style: none;
}
.footer-list {
  display: flex;
  padding: 0;
}
@media (max-width: 1024px) {
  .footer-list {
    flex-direction: column;
  }
}
.footer-list li {
  margin-bottom: 8px;
}
.footer-list li:nth-child(2n) {
  margin-left: 16px;
}
@media (max-width: 1024px) {
  .footer-list li:nth-child(2n) {
    margin-left: 0;
  }
}
.footer-copyright {
  padding: 12px 0;
  color: #ffffff;
  text-align: center;
  background-color: #e62978;
}

.main-nav {
  padding: 12px 0;
}

@media screen 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;
  }
  .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;
  }
}
iframe {
  width: 100%;
  height: 1048px;
}
@media (max-width: 768px) {
  iframe {
    height: 1400px;
  }
}

em {
  font-style: normal;
}

body {
  color: #262626;
  background-color: #fafafa;
}

@supports (text-autospace: normal) {
  body {
    text-autospace: normal;
  }
}
h2 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.75rem;
  }
}
h2 span.pink {
  color: #ffa8c4;
}

h4 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}

ul,
ol {
  margin-top: 0;
  padding-left: 0;
  font-size: 1rem;
}

ul,
ol {
  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: #f5f5f5;
}

#activityUser {
  scroll-margin-top: 200px; /* 根據你的 header 高度調整 */
}

#section-surveycake {
  scroll-margin-top: 80px; /* 根據你的 header 高度調整 */
}

.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;
  width: 100%;
  height: 1080px;
  overflow: hidden;
}
@media (min-width: 457px) {
  .surveycake {
    height: 900px;
  }
}
@media (min-width: 768px) {
  .surveycake {
    height: 820px;
    max-height: 100%;
  }
}
@media (min-width: 992px) {
  .surveycake {
    max-height: calc(100vh - 225px);
  }
}
@media (min-width: 1200px) {
  .surveycake {
    max-height: calc(100vh - 222px);
  }
}
.surveycake iframe {
  position: absolute;
  width: 100%;
  height: 1480px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40px);
}
.surveycake iframe footer {
  display: none;
}
@media (min-width: 1200px) {
  .surveycake iframe {
    max-width: 960px;
    height: 1040px;
  }
}
@media (min-width: 375px) {
  .surveycake iframe {
    transform: translate(-50%, 0);
    top: -40px;
  }
}
@media (min-width: 320px) {
  .surveycake iframe {
    height: 1380px;
  }
}

.section-form {
  text-align: center;
}

.section-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px 16px;
  border-radius: 32px;
  overflow: hidden;
}
.section-card-one .section-card-icon {
  background: url("../../img/Monopoly-foodIcon.webp");
  background-size: cover;
}
.section-card-two .section-card-icon {
  background: url("../../img/Monopoly-foodIcon2.webp");
  background-size: cover;
}
.section-card.section-surveycake {
  border: 4px solid #00a19b;
}
@media (min-width: 320px) {
  .section-card.section-surveycake {
    padding: 24px 0;
  }
}
@media (min-width: 1200px) {
  .section-card {
    padding: 48px 64px;
  }
}
.section-card h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .section-card h2 {
    font-size: 1.5rem;
  }
}
.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 {
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-card-img {
    margin-top: 16px;
  }
}
.section-card-note {
  text-align: center;
}
.section-card-note em {
  color: #00a19b;
  font-weight: 500;
}
.section-card img {
  max-width: 490px;
}
@media (max-width: 767px) {
  .section-card img {
    width: 100%;
    height: 100%;
  }
}

.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;
}

.section-home {
  position: relative;
  background: #fdf9f3;
  z-index: 1;
}
.section-home::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/Monopoly-light.png") no-repeat;
  background-size: cover;
  background-position: center;
}
@supports (background: url("../../img/Monopoly-light.webp") no-repeat) {
  .section-home::after {
    background: url("../../img/Monopoly-light.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.section-home h1 {
  margin: 40px 0 1rem;
  font-size: 3.75rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section-home h1 {
    margin: 24px 0 1rem;
    font-size: 2.25rem;
  }
}
.section-home h1 p {
  font-size: 3.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section-home h1 p {
    font-size: 1.75rem;
  }
}
.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 .s_desktop {
  max-width: 1440px;
  margin: auto;
}
@media (max-width: 1440px) {
  .section-home .s_desktop {
    max-width: 100%;
  }
}
.section-home img {
  width: 100%;
}
.section-home .s_mobile {
  display: none;
}
@media (max-width: 768px) {
  .section-home .s_mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .section-home .s_desktop {
    display: none;
  }
}

.section-activityFaq {
  margin: 0;
  padding: 40px 0;
  max-width: 100%;
  background-color: #f4f8fa;
}
.section-faq {
  padding: 40px 0;
}

.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;
}

.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;
    font-size: 1rem;
    margin: 0 !important;
  }
}
.title-btn + .title-btn {
  margin-left: 0.5rem !important;
}
.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: 26px;
}
@media (max-width: 576px) {
  .p1.line-h-2 {
    font-size: 20px;
  }
}

.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;
  }
}
.sub-tit {
  font-size: 1.25rem;
  border-bottom: 1px solid #e62978;
  background-color: #fff0f4;
  padding: 0.5rem;
}
@media (max-width: 768px) {
  .sub-tit {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    text-align: left;
  }
}

.qa-section + .qa-section {
  margin-top: 1.5rem;
}

.faq .qa-section {
  width: 100%;
  font-size: 1.25rem;
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .faq .qa-section {
    font-size: 1.125rem;
  }
}
.faq .qa-icon {
  display: flex;
  align-content: center;
  justify-content: center;
  transition: 0.25s all;
  transform: rotate(0);
}
.faq .icon {
  font-size: 28px;
}
.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: 1.125rem;
}
@media (max-width: 768px) {
  .faq h4 {
    font-size: 1rem;
  }
}
.faq button {
  width: 100%;
  text-align: left;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 4px;
  font-size: inherit;
  font-weight: 500;
  background: #fafafa;
  transition: 0.3s;
  cursor: pointer;
}
.faq button.is-expand .qa-icon {
  transform: rotate(180deg);
}
.faq-activity button {
  font-size: 1.25rem;
  font-weight: 700;
  background: #e1efef;
}
@media (max-width: 768px) {
  .faq-activity button {
    font-size: 1.125rem;
  }
}

.answer {
  display: none;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 768px) {
  .answer {
    font-size: 1.125rem;
  }
}
.answer h5 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
@media (max-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.25rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sec_table tr:first-child {
    font-size: 1.125rem;
  }
}
.sec_table tr:first-child td:first-child {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .sec_table tr:first-child td:first-child {
    font-size: 1.125rem;
  }
}
.sec_table td {
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  border: 1px solid #d9d9d9;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .sec_table td {
    font-size: 1rem;
  }
}
.sec_table td span {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .sec_table td span {
    font-size: 1rem;
  }
}
.sec_table td:first-child {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sec_table td:first-child {
    font-size: 1.125rem;
  }
}
.sec_table th {
  padding: 0.5rem;
  color: #ffffff;
  font-size: 1.5rem;
  border: 1px solid #00a19b;
  border-bottom: 4px #e62978 solid;
  background-color: #00a19b;
}
@media (max-width: 768px) {
  .sec_table th {
    font-size: 1.25rem;
  }
}
.sec_table tbody.tb1 tr:first-child td {
  padding: 0.5rem;
  color: #00a19b;
  background-color: #e1efef;
}

.sec_5 {
  display: flex;
  background-color: #007a7a;
  font-size: 1.25rem;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sec_5 {
    font-size: 1.125rem;
  }
}
.sec_5 ul li::before {
  top: 15px;
  left: -15px;
  background-color: #ffffff;
}
.sec_5 a {
  color: #00a19b;
}
.sec_5 img {
  width: 100%;
  height: 100%;
  max-width: 400px;
}
.sec_5 ul {
  margin-bottom: 26px;
  padding-left: 20px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .sec_5 ul {
    font-size: 1.125rem;
  }
}
.sec_5 .primary-btn {
  background-color: #ffffff;
}
.sec_5 .primary-btn a {
  color: #00a19b;
}
@media (max-width: 768px) {
  .sec_5 h2 {
    font-size: 1.5rem;
    margin-top: 0px;
    text-align: center;
  }
  .sec_5 h2 > span {
    display: block;
  }
  .sec_5 h2 .primary-btn {
    margin: 0 auto;
    margin-top: 24px;
  }
}

.image {
  margin: auto;
}
.image img {
  max-width: 360;
  max-height: 220px;
}/*# sourceMappingURL=monopoly.css.map */