@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
* {
  font-family: 'Noto Sans TC', sans-serif;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  line-height: 1.5;
  color: #221E1F;
  font-size: 16px;
}

h1 {
  font-size: 18px;
}

@media (max-width: 576px) {
  h1 {
    font-size: 14px;
  }
}

h2 {
  font-size: 48px;
}

@media (max-width: 576px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 576px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 24px;
}

@media (max-width: 576px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
}

@media (max-width: 576px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
}

@media (max-width: 576px) {
  h6 {
    font-size: 16px;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.font-bold {
  font-weight: bold;
}

.main-color {
  color: #56C4C5;
}

.container {
  max-width: 1440px;
  width: 90%;
  margin: auto;
}

@media (max-width: 768px) {
  .container {
    max-width: 820px;
    width: 85%;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 767px;
    width: 80%;
  }
}

.box-shadow {
  -webkit-box-shadow: 0px 2px 10px #00000014;
          box-shadow: 0px 2px 10px #00000014;
}

ul {
  color: #221E1F;
}

.top {
  top: 60vh;
  right: 5%;
  position: fixed;
  z-index: 99;
  cursor: pointer;
}

@media (max-width: 576px) {
  .top {
    top: 80vh;
    width: 50px;
    height: 50px;
  }
}

.btn {
  display: inline-block;
  border: none;
  width: 136px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  text-decoration: none;
  color: #FFFFFF;
  background: #56C4C5;
  cursor: pointer;
  border-radius: 27px;
  font-size: 18px;
}

.btn:hover {
  background: #2e8687;
}

.btn-red {
  width: 128px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: #FF5D50;
}

.btn-red:hover {
  background: #e91100;
}

.btn-price {
  width: 144px;
  height: 50px;
  font-size: 18px;
  border: 1px solid #56C4C5;
  border-radius: 27px;
  background: #FFFFFF;
  color: #56C4C5;
  cursor: pointer;
}

.btn-price:hover, .btn-price.active {
  background: #56C4C5;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .btn-price {
    width: 120px;
    height: 45px;
  }
}

@media (max-width: 576px) {
  .btn-price {
    width: 110px;
    height: 40px;
    font-size: 16px;
  }
}

.line {
  width: 100%;
  color: #DDDDDD;
  border-top: 1px solid #DDDDDD;
}

header {
  width: 100%;
  padding: 24px 5%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header img {
  width: 218.06px;
  height: 40px;
}

@media (max-width: 576px) {
  header {
    padding: 24px 2.5%;
    border-bottom: 2px solid #FFD153;
  }
  header img {
    width: 130.84px;
    height: 24px;
  }
}

.footer {
  background: #F5F5F5;
  height: 56px;
  text-align: center;
}

.footer p {
  line-height: 56px;
}

.ball01 {
  position: absolute;
  top: 589px;
  left: -223px;
  z-index: -1;
}

@media (max-width: 576px) {
  .ball01 {
    height: 126px;
    top: 739px;
    left: -77px;
  }
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 30px auto 180px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner .bg-home {
  width: 62%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.banner .slogan-container {
  width: 451px;
  height: 219px;
  text-align: left;
  margin: auto 0;
}

.banner h2 {
  margin: 8px 0 16px;
}

.banner .person {
  width: 48.7%;
  height: 534px;
}

.banner .bg-home-sm {
  display: none;
}

@media (max-width: 576px) {
  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .banner .bg-home {
    display: none;
  }
  .banner .slogan-container {
    width: 100%;
    height: auto;
  }
  .banner .person {
    width: 90%;
    height: 305.5px;
    margin: auto;
    margin-top: 32px;
  }
  .banner .bg-home-sm {
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    margin-top: 32px;
  }
}

.platform {
  margin: 0 auto 100px;
  text-align: center;
}

.platform h3 {
  margin-bottom: 48px;
}

.platform .platform-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.platform .platform-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.platform .platform-wrap .item:nth-child(2) {
  margin: 0 126px;
}

.platform .platform-wrap .item img {
  width: 90px;
  height: 90px;
}

.platform .platform-wrap .item h4 {
  margin: 24px 0;
}

.platform .platform-wrap .item p {
  color: #747474;
}

@media (max-width: 576px) {
  .platform {
    margin: 92px auto 36px;
  }
  .platform h3 {
    margin-bottom: 32px;
  }
  .platform .platform-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .platform .platform-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
  }
  .platform .platform-wrap .item:nth-child(2) {
    margin: 24px 0;
  }
  .platform .platform-wrap .item img {
    width: 60px;
    height: 60px;
  }
  .platform .platform-wrap .item h4 {
    margin: 16px 0;
  }
}

.ball-wrap {
  background-size: 310px;
  background-image: url("../public/ball02.svg");
  background-repeat: no-repeat;
  background-position: bottom 55% right -100px;
}

@media (max-width: 576px) {
  .ball-wrap {
    background-size: 135px;
    background-position: bottom 45% right -47px;
  }
}

.character {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 100px auto;
  text-align: center;
}

.character h5 {
  margin: 16px auto 48px;
}

.character .char-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 16px;
}

.character .char-wrap .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 2px 10px #00000014;
          box-shadow: 0px 2px 10px #00000014;
  border-radius: 12px;
  background: #FFFFFF;
}

.character .char-wrap .card img {
  border-radius: 12px 12px 0 0;
}

.character .char-wrap .card span {
  color: #56C4C5;
  font-weight: bold;
  margin-top: 16px;
}

.character .char-wrap .card p {
  margin: 16px 16px 24px;
}

@media (max-width: 576px) {
  .character {
    margin: 60px auto;
    position: relative;
  }
  .character h5 {
    margin: 16px auto 32px;
  }
  .character .char-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .character .char-wrap .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 85%;
  }
}

.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 137px;
}

.feature .feature-wrap {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (auto)[2];
      grid-template-rows: repeat(2, auto);
  -ms-grid-columns: (auto)[2];
      grid-template-columns: repeat(2, auto);
  row-gap: 28px;
  -webkit-column-gap: 47px;
          column-gap: 47px;
}

.feature .feature-wrap .item {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 2rem;
}

.feature .feature-wrap .item .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 86px;
  height: 86px;
  border-radius: 50%;
}

.feature .feature-wrap .item .circle img {
  margin: auto;
}

.feature .feature-wrap .item h6 {
  font-weight: bold;
  margin: 24px 0 16px;
}

.feature .feature-wrap .item p {
  width: 166px;
}

.feature .details {
  width: 50%;
}

.feature .details h6 {
  margin: 16px 0 24px;
}

@media (max-width: 768px) {
  .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 100px;
  }
  .feature .feature-wrap {
    width: 100%;
  }
  .feature .feature-wrap .item {
    padding: 1.5rem;
  }
  .feature .details {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .feature {
    gap: 32px;
  }
  .feature .feature-wrap {
    -ms-grid-rows: (auto)[1];
        grid-template-rows: repeat(1, auto);
    -ms-grid-columns: (auto)[1];
        grid-template-columns: repeat(1, auto);
    row-gap: 24px;
    justify-items: center;
  }
  .feature .feature-wrap .item {
    width: 80%;
    padding: 2rem;
  }
}

.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px auto;
  position: relative;
}

.comment .ball03 {
  width: 150px;
  position: absolute;
  z-index: -1;
  left: -70px;
  top: 40px;
}

.comment h3 {
  margin-bottom: 104px;
}

.comment .comment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.comment .comment-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  width: 33.3%;
  height: 248px;
  position: relative;
  border-radius: 12px;
  padding: 48px 32px 24px;
}

.comment .comment-wrap .item p {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.comment .comment-wrap .item img.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 32px;
  top: -56px;
}

.comment .comment-wrap .item .line {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.comment .comment-wrap .item .company {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.comment .comment-wrap .item .name-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment .comment-wrap .item .name-wrap .star-wrap img {
  width: 16.78px;
  height: 16px;
}

.comment .comment-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  gap: 8px;
}

.comment .comment-page .dot {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #DDDDDD;
}

.comment .comment-page .active {
  width: 16px;
  background: #FFD153;
}

@media (max-width: 768px) {
  .comment .comment-wrap {
    gap: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comment .comment-wrap .item {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 768px) and (max-width: 576px) {
  .comment {
    margin: 60px auto;
  }
  .comment .comment-wrap .item {
    height: 248px;
  }
  .comment h3 {
    margin-bottom: 88px;
  }
}

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

.footer-bg .footer-bg-sm {
  display: none;
}

.footer-bg img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.footer-bg h3 {
  margin: 20% auto 48px;
}

.footer-bg .btn {
  margin-bottom: 112px;
}

@media (max-width: 768px) {
  .footer-bg h3 {
    font-size: 24px;
    margin: 140px auto 48px;
  }
}

@media (max-width: 576px) {
  .footer-bg .footer-bg-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-bg .footer-bg {
    display: none;
  }
  .footer-bg h3 {
    margin: 80% auto 24px;
  }
  .footer-bg .btn {
    margin-bottom: 60px;
  }
}

.bg {
  background-image: url("../public/banner.svg");
  background-repeat: no-repeat;
  background-position: right top;
  width: 100%;
  height: 559px;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media (max-width: 576px) {
  .bg {
    background-image: url("../public/banner_sm.svg");
    top: 90px;
    background-size: contain;
  }
}

.gray-bg {
  background-color: #F7F9FD;
  border-radius: 0 0 0 300px;
  width: 100%;
  height: 470px;
  z-index: -99;
  top: 0;
  position: absolute;
}

@media (max-width: 576px) {
  .gray-bg {
    height: 495px;
    top: 90px;
    border-radius: 0 0 0 50%;
  }
}

.direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 92px auto 280px;
}

.direction h2 {
  font-weight: bold;
  margin-bottom: 16px;
}

@media (max-width: 576px) {
  .direction {
    margin: 48px auto 100%;
  }
}

.project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 94px;
  text-align: center;
}

.project .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 48px auto 64px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project .plan-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  text-align: center;
}

.project .plan-wrap .plan {
  border-radius: 12px;
  padding-bottom: 38px;
}

.project .plan-wrap .plan:hover {
  background: #f5fcfc;
}

.project .plan-wrap .plan h4 {
  padding: 10px 17.5px;
  font-weight: bold;
}

.project .plan-wrap .plan p {
  padding: 32px 0;
}

.project .plan-wrap .plan .calc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  padding-left: 30px;
  padding-right: 30px;
}

.project .plan-wrap .plan .calc-wrap .equal {
  font-size: 32px;
}

.project .plan-wrap .plan .calc-wrap .user,
.project .plan-wrap .plan .calc-wrap .month-price {
  width: 170px;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  background: #F5F5F5;
}

.project .plan-wrap .plan .calc-wrap .user .user-title {
  font-size: 12px;
}

.project .plan-wrap .plan .calc-wrap .user .user-count {
  color: #56C4C5;
  font-size: 32px;
}

.project .plan-wrap .plan .calc-wrap .user .user-count::after {
  content: '位';
  font-size: 12px;
  margin-left: 8px;
}

.project .plan-wrap .plan .calc-wrap .month-price .price-title {
  font-size: 12px;
}

.project .plan-wrap .plan .calc-wrap .month-price .price-count {
  font-size: 32px;
}

.project .plan-wrap .plan .calc-wrap .month-price .price-count::after {
  content: 'TWD';
  font-size: 12px;
  margin-left: 8px;
}

.project .plan-wrap .plan .feat-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  padding: 32px 0 42px 30px;
  gap: 16px;
  font-size: 16px;
}

.project .plan-wrap .plan .feat-wrap .feat::before {
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-right: 13px;
  content: url("../public/icon_check.svg");
}

@media (max-width: 768px) {
  .project .btn-wrap {
    gap: 10px;
  }
  .project .plan-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 576px) {
  .project {
    margin-bottom: 60px;
  }
  .project .btn-wrap {
    gap: 6px;
  }
  .project .plan-wrap {
    gap: 24px;
  }
  .project .plan-wrap .plan {
    padding-bottom: 24px;
  }
  .project .plan-wrap .plan h4 {
    font-size: 24px;
    padding: 16;
  }
  .project .plan-wrap .plan p {
    padding: 24px 0;
  }
  .project .plan-wrap .plan .calc-wrap {
    gap: 6px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .project .plan-wrap .plan .calc-wrap .equal {
    font-size: 24px;
  }
  .project .plan-wrap .plan .calc-wrap .user,
  .project .plan-wrap .plan .calc-wrap .month-price {
    width: 140px;
    height: 90px;
    background: #F5F5F5;
  }
  .project .plan-wrap .plan .calc-wrap .user .user-count {
    font-size: 28px;
  }
  .project .plan-wrap .plan .calc-wrap .user .user-count::after {
    font-size: 12px;
    margin-left: 4px;
  }
  .project .plan-wrap .plan .calc-wrap .month-price .price-count {
    font-size: 32px;
  }
  .project .plan-wrap .plan .calc-wrap .month-price .price-count::after {
    margin-left: 4px;
  }
  .project .plan-wrap .plan .feat-wrap {
    padding: 27px 0 35px 16px;
    font-size: 14px;
  }
  .project .plan-wrap .plan .feat-wrap .feat::before {
    width: 16px;
    height: 14px;
    margin-right: 16px;
  }
}

.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 100px;
}

.question h3 {
  margin-bottom: 48px;
}

.question .question-wrap {
  width: 870px;
  text-align: left;
  border-radius: 12px;
  position: relative;
}

.question .question-wrap:hover {
  background: #f5fcfc;
}

.question .question-wrap .problem {
  font-size: 18px;
  padding: 16px 0 16px 32px;
}

.question .question-wrap .toggle-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 19px;
  right: 32px;
  content: url("../public/icon_plus.svg");
  cursor: pointer;
}

.question .question-wrap .ans {
  font-size: 16px;
  padding: 8px 0 16px 32px;
  line-height: 2;
  display: none;
}

.question .question-wrap.active .problem {
  font-weight: bold;
  color: #56C4C5;
}

.question .question-wrap.active .toggle-btn {
  content: url("../public/icon_minus.svg");
}

.question .question-wrap.active .ans {
  color: #747474;
  display: block;
}

@media (max-width: 768px) {
  .question {
    gap: 32px;
  }
  .question .question-wrap {
    width: 650px;
  }
}

@media (max-width: 576px) {
  .question {
    gap: 16px;
    margin-bottom: 60px;
  }
  .question h3 {
    margin-bottom: 32px;
  }
  .question .question-wrap {
    width: 334px;
  }
  .question .question-wrap .problem {
    font-size: 16px;
    padding: 16px 0 16px 16px;
  }
  .question .question-wrap .toggle-btn {
    width: 16px;
    height: 16px;
    top: 20px;
    right: 16px;
  }
  .question .question-wrap .ans {
    font-size: 16px;
    padding: 0 0 16px 16px;
  }
}
/*# sourceMappingURL=all.css.map */