@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Serif+TC:wght@200..900&display=swap");
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;
}

html,
body {
  font-size: 10px;
  font-family: "Inter", "Noto Sans TC";
}

/****************\
* IMG
\****************/
#ch-header,
#ch-header div,
#ch-header span,
#ch-header h1,
#ch-header p,
#ch-header a,
#ch-header ol,
#ch-header ul,
#ch-header li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#ch-header a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#ch-header #ch-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  #ch-header #ch-container {
    max-width: 1140px;
  }
}
#ch-header h1 img {
  height: 48px;
}

@media (max-width: 768px) {
  #ch-header h1 img {
    height: 32px;
  }
}
#ch-header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  z-index: 5;
}

@media (max-width: 768px) {
  #ch-header {
    padding: 8px 0;
  }
}
#ch-header #ch-container {
  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;
}

#ch-header ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  list-style: none;
}

#ch-header ul li a {
  padding: 23px 12px;
  display: inline-table;
  text-decoration: none;
  color: #222;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
}

#ch-header ul li a:hover {
  color: #094;
}

@media (max-width: 768px) {
  #ch-header ul li a {
    font-size: 20px;
    padding: 15px 20px;
  }
}
@media (max-width: 568px) {
  #ch-header ul li a {
    font-size: 18px;
  }
}
#ch-header #ch-social-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  #ch-header #ch-social-group {
    margin-top: 15px;
  }
}
#ch-header .ch-social {
  font-size: 40px;
}

#ch-header .ch-social a {
  padding: 0 12px;
  line-height: 36px;
  color: #979696;
}

#ch-header .ch-social a:hover {
  border-bottom: 0;
  padding: 0 12px;
}

@media (max-width: 568px) {
  #ch-header .ch-social a {
    font-size: 40px;
    color: #fff;
  }
}
#ch-header .ch-social i {
  vertical-align: bottom;
}

#ch-header #ch-button-toggle {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 10000;
  cursor: pointer;
}

@media (max-width: 1200px) {
  #ch-header #ch-button-toggle {
    display: block;
  }
}
#ch-header #ch-button-toggle span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}

#ch-header #ch-button-toggle span::after,
#ch-header #ch-button-toggle span::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  top: 50%;
  height: 2px;
  background-color: #000;
}

#ch-header #ch-button-toggle span::before {
  top: -8px;
}

#ch-header #ch-button-toggle span::after {
  bottom: -8px;
  top: auto;
}

#ch-header #ch-button-toggle.active span {
  background-color: transparent;
}

#ch-header #ch-button-toggle.active span::after,
#ch-header #ch-button-toggle.active span::before {
  top: 0;
}

#ch-header #ch-button-toggle.active span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  #ch-header #ch-button-toggle.active span::before {
    background-color: #000;
  }
}
#ch-header #ch-button-toggle.active span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  #ch-header #ch-button-toggle.active span::after {
    background-color: #000;
  }
}
@media (max-width: 1200px) {
  #ch-header ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 0px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    z-index: 120;
    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;
    opacity: 0;
  }
  #ch-header ul.opening {
    height: 100vh;
    width: 100%;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
  }
  #ch-header ul li {
    width: 100vw;
    text-align: center;
  }
}
footer {
  width: 100%;
  padding: 30px 0;
  color: #373737;
  background: #fff;
}
@media only screen and (max-width: 500px) {
  footer {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

footer ul li {
  font-size: 15px;
  line-height: 15px;
  border-right: 1px solid #373737;
  padding: 0 10px 0 0;
  margin: 0 10px 10px 0;
}

footer ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

footer ul li a {
  color: #373737;
  line-height: 15px;
}

footer ul:last-child {
  margin: 0;
}

footer p {
  color: #373737;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  footer ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer ul li {
    padding: 0 5px 0 0;
    margin: 0 5px 10px 0;
  }
}
.wrapper {
  overflow: hidden;
}

.notice-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 15px 5px 15px;
  background-color: #ffffff;
}
.notice-area .notice-container {
  position: relative;
  text-align: justify;
  font-size: 17px;
  color: #333333;
  font-weight: bold;
  max-width: 965px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container {
    font-size: 15px;
  }
}
.notice-area .notice-container .icon-plus {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 12px;
  height: 12px;
  left: auto;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .icon-plus {
    top: 13px;
    right: 12px;
  }
}
.notice-area .notice-container .icon-plus .icon {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
}
.notice-area .notice-container .icon-plus .icon.close {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.notice-area .notice-container .icon-plus .icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #87878f;
  position: absolute;
  bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.notice-area .notice-container .icon-plus .icon.close::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 2px #87878f;
  position: absolute;
  bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.notice-area .notice-container .icon-plus .icon::after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #87878f;
  position: absolute;
  bottom: 5px;
}
.notice-area .notice-container .notice-list-second {
  color: #87878f;
  list-style: disc;
  margin-left: 30px;
}
.notice-area .notice-container .notice-list-second .txt-notice-list {
  list-style: none;
  padding-bottom: 0;
}
.notice-area .notice-container .notice-list-second .txt-notice-list li {
  position: relative;
  padding-left: 42px;
  margin-left: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .notice-list-second .txt-notice-list li {
    padding-left: 38px;
  }
}
.notice-area .notice-container .notice-list-second .txt-notice-list li .notice-ab {
  position: absolute;
  top: 0;
  left: 0;
}
.notice-area .notice-container .last-notcie-list-second {
  padding-bottom: 0;
}
.notice-area .notice-container .txt-big {
  font-size: 18px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .txt-big {
    font-size: 16px;
  }
}
.notice-area .notice-container .txt-bold {
  font-weight: bold;
}
.notice-area .notice-container .txt-normal {
  font-size: 16px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .txt-normal {
    font-size: 14px;
  }
}
.notice-area .notice-container .txt-purple {
  color: #5f1985;
}
.notice-area .notice-container .txt-pink, .notice-area .notice-container.txt-pink {
  color: #d4145a;
}
.notice-area .notice-container .notice-inside-title {
  font-weight: bold;
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .notice-inside-title {
    font-size: 16px;
  }
}
.notice-area .notice-container .inside-notice {
  position: relative;
  padding-left: 20px;
  line-height: 28px;
}
.notice-area .notice-container .inside-notice .li-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.notice-area .notice-container .table {
  margin-top: 5px;
  margin-bottom: 10px;
}
.notice-area .notice-container .table .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .table .mobile {
    display: block;
  }
}
.notice-area .notice-container .table .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .table .desktop {
    display: none;
  }
}
.notice-area .notice-container .table.table-1 {
  max-width: 910px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .table.table-1 {
    max-width: 300px;
  }
}
.notice-area .notice-container .table.table-2 {
  max-width: 910px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .table.table-2 {
    max-width: 300px;
  }
}
.notice-area .notice-container ul {
  list-style: decimal;
}
.notice-area .notice-container ul.notice-list-1 {
  padding-bottom: 0;
}
.notice-area .notice-container ul.notice-list-3 {
  padding-bottom: 0;
}
.notice-area .notice-container ul .dot-list {
  list-style: disc;
}
.notice-area .notice-container ul li {
  line-height: 28px;
  margin-left: 25px;
  padding-left: 10px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li {
    line-height: 25px;
  }
}
.notice-area .notice-container ul li.last-li {
  margin-bottom: 0;
}
.notice-area .notice-container ul li .dot-title {
  margin-bottom: 10px;
}
.notice-area .notice-container ul li .txt-red, .notice-area .notice-container ul li.txt-red {
  color: #eb4750;
}
.notice-area .notice-container ul li .txt-red a, .notice-area .notice-container ul li.txt-red a {
  color: #eb4750;
}
.notice-area .notice-container ul li .txt-pink, .notice-area .notice-container ul li.txt-pink {
  color: #d4145a;
}
.notice-area .notice-container ul li .txt-pink .txt-black, .notice-area .notice-container ul li .txt-pink.txt-black, .notice-area .notice-container ul li.txt-pink .txt-black, .notice-area .notice-container ul li.txt-pink.txt-black {
  color: #87878f;
}
.notice-area .notice-container ul li .txt-black, .notice-area .notice-container ul li.txt-black {
  color: #333333;
}
.notice-area .notice-container ul li .txt-gold {
  color: #ac8d33;
}
.notice-area .notice-container ul li .txt-gold-inline {
  position: relative;
  display: block;
  color: #ac8d33;
  margin-left: -20px;
  padding-left: 30px;
}
.notice-area .notice-container ul li .txt-gold-inline .abs-tag-title {
  position: absolute;
  left: 0;
  top: 0;
}
.notice-area .notice-container ul li .sp-txt {
  color: #f35f67;
}
.notice-area .notice-container ul li .red-example {
  display: block;
  color: #d50050;
}
.notice-area .notice-container ul li .under-line {
  text-decoration: underline;
}
.notice-area .notice-container ul li .link-blue {
  color: #39a5b2;
  text-decoration: underline;
}
.notice-area .notice-container ul li a {
  color: #87878f;
}
.notice-area .notice-container ul li a:hover {
  text-decoration: underline;
}
.notice-area .notice-container ul.notice-list-dot {
  list-style: disc;
}
.notice-area .notice-container ul.notice-list-dot .notice-list-num {
  padding-bottom: 10px;
}
.notice-area .notice-container .dot-list {
  list-style: disc;
}
.notice-area .notice-container .list-small-title {
  padding-bottom: 5px;
}
.notice-area .notice-container .other-notice {
  line-height: 27px;
  font-size: 16px;
  margin-top: 10px;
}
.notice-area .notice-container .other-notice.last-notice {
  padding-bottom: 20px;
}
.notice-area .notice-container .other-notice li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.notice-area .notice-container .other-notice li::before {
  content: "※";
  display: block;
  font-size: 12px;
  margin-right: 2px;
}
.notice-area .notice-container .other-notice .txt-bold {
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .other-notice {
    font-size: 14px;
    line-height: 25px;
  }
}
.notice-area .notice-container .notice-title {
  width: 178px;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: #87878f;
  padding: 11px 33px 30px 13px;
  margin: 0 auto;
  z-index: 2;
}
.notice-area .notice-container .notice-title.notice-title-gray {
  background-color: #ffffff;
}
.notice-area .notice-container .first-dsc {
  line-height: 28px;
  margin-bottom: 10px;
  color: #87878f;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .first-dsc {
    line-height: 25px;
  }
}
.notice-area .notice-container .list-sec {
  padding-bottom: 10px;
  color: #87878f;
  font-weight: bold;
  line-height: 26px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .list-sec {
    padding-left: 24px;
  }
}
.notice-area .notice-container .sub-list {
  padding-bottom: 0px;
  list-style: disc;
}
.notice-area .notice-container .sub-list.txt-blue {
  color: #005ab4;
}
.notice-area .notice-container .txt-underline {
  text-decoration: underline;
}
.notice-area .notice-container .icon-arrow-down,
.notice-area .notice-container .icon-arrow-up {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 15px;
  height: 15px;
  background-image: url(../images/default/icon_triangle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.notice-area .notice-container .notice-blue-title {
  color: #036ea7;
  font-size: 16px;
  padding-bottom: 10px;
}
.notice-area .notice-container .icon-arrow-up {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.notice-area .notice-container .sp-notice {
  line-height: 28px;
  margin-bottom: 20px;
}
.notice-area .notice-container .notice-tag-title {
  margin-bottom: 10px;
}
.notice-area .notice-container .notice-sub-title {
  padding-bottom: 10px;
}
.notice-area .notice-container .red-notice {
  font-size: 16px;
  color: #c1272d;
  line-height: 28px;
  padding-bottom: 10px;
}
.notice-area .notice-container .js-notice-list-1 {
  padding: 0 12.5px 15px;
}
.notice-area .notice-container .other-notice-project {
  color: #c1272d;
  line-height: 26px;
  padding-left: 32px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .other-notice-project {
    padding-left: 24px;
  }
}

.section-game .container {
  max-width: 1000px;
}
.section-game .container .block-title {
  padding: 0;
  min-height: auto;
  margin-bottom: 25px;
}
@media only screen and (max-width: 500px) {
  .section-game .container .block-title {
    font-size: 16px;
  }
}
.section-game .container .game-area .game-question-block .game-type-txt {
  color: #333333;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 740px) {
  .section-game .container .game-area .game-question-block .game-type-txt {
    margin: 0 auto;
    max-width: 310px;
  }
}
.section-game .container .game-area .game-question-block .game-type-txt .txt-purple {
  color: #72256b;
}
.section-game .container .game-area .game-question-block .game-type-txt .txt-bold {
  font-weight: bold;
}
.section-game .container .game-area .game-question-block .question-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4%;
}
@media only screen and (max-width: 740px) {
  .section-game .container .game-area .game-question-block .question-content {
    max-width: 340px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}
.section-game .container .game-area .game-question-block .question-content .block-left,
.section-game .container .game-area .game-question-block .question-content .block-right {
  width: 48%;
}
.section-game .container .game-area .game-question-block .question-content .block-left:has(.btn-area:hover) .image-area,
.section-game .container .game-area .game-question-block .question-content .block-right:has(.btn-area:hover) .image-area {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (max-width: 740px) {
  .section-game .container .game-area .game-question-block .question-content .block-left,
  .section-game .container .game-area .game-question-block .question-content .block-right {
    width: 100%;
  }
}
.section-game .container .game-area .game-question-block .question-content .block-left .image-area,
.section-game .container .game-area .game-question-block .question-content .block-right .image-area {
  max-width: 250px;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media only screen and (max-width: 740px) {
  .section-game .container .game-area .game-question-block .question-content .block-left .image-area,
  .section-game .container .game-area .game-question-block .question-content .block-right .image-area {
    max-width: 220px;
  }
}
.section-game .container .game-area .game-question-block .question-content .block-left .btn-area,
.section-game .container .game-area .game-question-block .question-content .block-right .btn-area {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #72256b;
  width: 100%;
  min-height: 60px;
  border-radius: 50px;
  padding: 10px 40px 10px 10px;
  margin-top: -2px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.section-game .container .game-area .game-question-block .question-content .block-left .btn-area:hover,
.section-game .container .game-area .game-question-block .question-content .block-right .btn-area:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (max-width: 740px) {
  .section-game .container .game-area .game-question-block .question-content .block-left .btn-area,
  .section-game .container .game-area .game-question-block .question-content .block-right .btn-area {
    padding-right: 20px;
  }
}
.section-game .container .game-area .game-question-block .question-content .block-left .btn-area.btn-green,
.section-game .container .game-area .game-question-block .question-content .block-right .btn-area.btn-green {
  background-color: #105742;
}
.section-game .container .game-area .game-question-block .question-content .block-left .btn-area .choice-type-txt,
.section-game .container .game-area .game-question-block .question-content .block-right .btn-area .choice-type-txt {
  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;
  background-color: #fff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  border-radius: 50%;
  margin-right: 40px;
}
@media only screen and (max-width: 740px) {
  .section-game .container .game-area .game-question-block .question-content .block-left .btn-area .choice-type-txt,
  .section-game .container .game-area .game-question-block .question-content .block-right .btn-area .choice-type-txt {
    margin-right: 10px;
  }
}
.section-game .container .game-area .game-question-block .question-content .block-left .btn-area .choice-type-txt .txt-en,
.section-game .container .game-area .game-question-block .question-content .block-right .btn-area .choice-type-txt .txt-en {
  font-weight: bold;
  font-size: 32px;
  color: #72256b;
}
@media only screen and (max-width: 740px) {
  .section-game .container .game-area .game-question-block .question-content .block-left .btn-area .choice-type-txt .txt-en,
  .section-game .container .game-area .game-question-block .question-content .block-right .btn-area .choice-type-txt .txt-en {
    font-size: 29px;
  }
}
.section-game .container .game-area .game-question-block .question-content .block-left .btn-area .choice-type-txt .txt-en.txt-green,
.section-game .container .game-area .game-question-block .question-content .block-right .btn-area .choice-type-txt .txt-en.txt-green {
  color: #105742;
}
.section-game .container .game-area .game-question-block .question-content .block-left .btn-area .choice-type-dsc,
.section-game .container .game-area .game-question-block .question-content .block-right .btn-area .choice-type-dsc {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  max-width: 300px;
}
@media only screen and (max-width: 740px) {
  .section-game .container .game-area .game-question-block .question-content .block-left .btn-area .choice-type-dsc,
  .section-game .container .game-area .game-question-block .question-content .block-right .btn-area .choice-type-dsc {
    font-size: 18px;
  }
}
.section-game .container .game-area .game-block {
  margin-top: 5px;
}
.section-game .container .game-area .game-block .txt-progress {
  font-size: 14px;
  color: #999999;
}
.section-game .container .game-area .game-block .progress-bar {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #f2f2f2;
  margin-top: 10px;
  margin-bottom: 35px;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #72256b;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.line-green {
  background-color: #105742;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.q-a-1 {
  width: 14%;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.q-a-2 {
  width: 28%;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.q-a-3 {
  width: 42%;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.q-a-4 {
  width: 56%;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.q-a-5 {
  width: 70%;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.q-a-6 {
  width: 84%;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.q-a-7 {
  width: 100%;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.q-b-1 {
  width: 11%;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.q-b-2 {
  width: 22%;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.q-b-3 {
  width: 33%;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.q-b-4 {
  width: 44%;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.q-b-5 {
  width: 55%;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.q-b-6 {
  width: 66%;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.q-b-7 {
  width: 77%;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.q-b-8 {
  width: 88%;
}
.section-game .container .game-area .game-block .progress-bar .in-progress-line.q-b-9 {
  width: 100%;
}
.section-game .container .game-area .game-block .bottom-area {
  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: 40px;
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-block .bottom-area {
    max-width: 340px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    gap: 20px;
  }
}
.section-game .container .game-area .game-block .bottom-area .game-block-image {
  max-width: 400px;
  width: 40%;
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-block .bottom-area .game-block-image {
    width: 100%;
  }
}
.section-game .container .game-area .game-block .bottom-area .game-block-image .game-image {
  max-width: 350px;
  margin: 0 auto -61px auto;
}
.section-game .container .game-area .game-block .bottom-area .game-block-image .image-dsc-area {
  position: relative;
  background-color: #72256b;
  min-height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px 20px 60px;
}
.section-game .container .game-area .game-block .bottom-area .game-block-image .image-dsc-area.game-b {
  background-color: #105742;
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-block .bottom-area .game-block-image .image-dsc-area {
    padding: 20px 30px 10px 50px;
  }
}
.section-game .container .game-area .game-block .bottom-area .game-block-image .image-dsc-area .num-txt {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: #72256b 6px solid;
  font-size: 27px;
  color: #72256b;
  font-weight: bold;
  -webkit-transform: translate(-20%, -20%);
          transform: translate(-20%, -20%);
}
.section-game .container .game-area .game-block .bottom-area .game-block-image .image-dsc-area .num-txt.txt-green {
  border-color: #105742;
  color: #105742;
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-block .bottom-area .game-block-image .image-dsc-area .num-txt {
    width: 42px;
    height: 42px;
    font-size: 23px;
  }
}
.section-game .container .game-area .game-block .bottom-area .game-block-image .image-dsc-area .game-question-dsc {
  font-size: 19px;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-block .bottom-area .game-block-image .image-dsc-area .game-question-dsc {
    font-size: 17px;
    line-height: 1.6;
  }
}
.section-game .container .game-area .game-block .bottom-area .game-block-answer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-game .container .game-area .game-block .bottom-area .game-block-answer .answer-list {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-game .container .game-area .game-block .bottom-area .game-block-answer .answer-list:hover .answer-icon {
  background-color: #72256b;
  color: #fff;
}
.section-game .container .game-area .game-block .bottom-area .game-block-answer .answer-list:hover .answer-icon.icon-green {
  background-color: #105742;
}
.section-game .container .game-area .game-block .bottom-area .game-block-answer .answer-list:hover .answer-dsc {
  font-weight: bold;
}
.section-game .container .game-area .game-block .bottom-area .game-block-answer .answer-list .answer-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  border-radius: 50%;
  background-color: #d5bed3;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}
.section-game .container .game-area .game-block .bottom-area .game-block-answer .answer-list .answer-icon.icon-green {
  background-color: #b7cdc6;
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-block .bottom-area .game-block-answer .answer-list .answer-icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    font-size: 15px;
  }
}
.section-game .container .game-area .game-block .bottom-area .game-block-answer .answer-list .answer-dsc {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  margin-left: 10px;
  max-width: 486px;
  min-height: 40px;
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-block .bottom-area .game-block-answer .answer-list .answer-dsc {
    font-size: 16px;
  }
}
.section-game .container .game-area .game-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-result {
    display: block;
  }
}
.section-game .container .game-area .game-result .result-block-left {
  width: 31%;
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-result .result-block-left {
    width: 100%;
    max-width: 275px;
    margin: 0 auto 35px;
  }
}
.section-game .container .game-area .game-result .result-block-right {
  margin-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-game .container .game-area .game-result .result-block-right .tag-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-result .result-block-right .tag-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-game .container .game-area .game-result .result-block-right .tag-area .title-tag {
  padding: 9px 16px;
  font-size: 18px;
  color: #fff;
  background-color: #c7a8c4;
  border-radius: 20px;
  font-weight: bold;
}
.section-game .container .game-area .game-result .result-block-right .tag-area .title-tag.tag-green {
  background-color: #9fbcb3;
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-result .result-block-right .tag-area .title-tag {
    font-size: 16px;
  }
}
.section-game .container .game-area .game-result .result-block-right .tag-area .tag-title-dsc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  color: #434141;
  line-height: 1.5;
  margin-left: 10px;
  margin-top: 3px;
}
.section-game .container .game-area .game-result .result-block-right .tag-area .tag-title-dsc .underline {
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-result .result-block-right .tag-area .tag-title-dsc {
    font-size: 18px;
    margin-left: 0px;
    margin-top: 8px;
  }
}
.section-game .container .game-area .game-result .result-block-right .result-dsc {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-result .result-block-right .result-dsc {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.section-game .container .game-area .game-result .result-block-right .result-dsc .underline {
  font-weight: bold;
}
.section-game .container .game-area .game-result .result-block-right .result-link {
  position: relative;
  font-size: 20px;
  color: #72256b;
  line-height: 2.1;
  text-decoration: none;
  padding-bottom: 9px;
  margin-top: 30px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(114, 37, 107, 0)), to(rgb(114, 37, 107)));
  background: linear-gradient(to bottom, rgba(114, 37, 107, 0) 90%, rgb(114, 37, 107) 100%);
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-result .result-block-right .result-link {
    font-size: 18px;
  }
}
.section-game .container .game-area .game-result .result-block-right .result-link::after {
  content: "";
  background-image: url(../images/game/test_btn_a_icon.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 12px;
  right: -14px;
  width: 10px;
  height: 15px;
  -webkit-animation: bounceRight 0.5s infinite;
          animation: bounceRight 0.5s infinite;
}
.section-game .container .game-area .game-result .result-block-right .result-link.link-green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(16, 87, 66, 0)), to(rgb(16, 87, 66)));
  background: linear-gradient(to bottom, rgba(16, 87, 66, 0) 90%, rgb(16, 87, 66) 100%);
  color: #105742;
}
.section-game .container .game-area .game-result .result-block-right .result-link.link-green::after {
  background-image: url(../images/game/test_btn_b_icon.png);
}
.section-game .container .game-area .game-result .result-block-right .result-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-top: 50px;
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-result .result-block-right .result-btn-area {
    gap: 20px;
  }
}
.section-game .container .game-area .game-result .result-block-right .result-btn-area .play-again-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 180px;
  background-color: #72256b;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  gap: 13px;
  padding: 17px 0;
  border-radius: 50px;
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-result .result-block-right .result-btn-area .play-again-btn {
    width: 173px;
    padding: 15px 0;
    font-size: 16px;
  }
}
.section-game .container .game-area .game-result .result-block-right .result-btn-area .play-again-btn.btn-green {
  background-color: #105742;
}
.section-game .container .game-area .game-result .result-block-right .result-btn-area .play-again-btn .btn-arrow-icon {
  width: 8px;
}
.section-game .container .game-area .game-result .result-block-right .result-btn-area .share-btn {
  width: 56px;
}
@media only screen and (max-width: 500px) {
  .section-game .container .game-area .game-result .result-block-right .result-btn-area .share-btn {
    width: 50px;
  }
}

/**************\
* 變數
\**************/
/**************\
* 動畫
\**************/
@-webkit-keyframes mouseArrowBounce {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes mouseArrowBounce {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes bounceRight {
  0%, to {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
@keyframes bounceRight {
  0%, to {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
@-webkit-keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
@keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**************\
* 通用
\**************/
a {
  cursor: pointer;
}

img {
  width: 100%;
}

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

.wrapper {
  background-color: #fff;
  background-image: url(../images/section-bg.png);
  background-size: inherit;
  background-repeat: repeat;
  background-position: bottom;
}

.fixed-area {
  position: fixed;
  bottom: 70px;
  right: 0;
  width: 160px;
  height: 80px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 620px) {
  .fixed-area {
    width: 100%;
    height: 45px;
    right: 0;
    bottom: 0;
    border-radius: 0;
    background-color: #fff000;
  }
}
.fixed-area .float-btn1 {
  width: auto;
  height: auto;
}
.fixed-area .float-btn1 .mobile {
  display: none;
}
@media only screen and (max-width: 620px) {
  .fixed-area .float-btn1 .mobile {
    display: block;
  }
}
.fixed-area .float-btn1 .desktop {
  display: block;
}
@media only screen and (max-width: 620px) {
  .fixed-area .float-btn1 .desktop {
    display: none;
  }
}
@media only screen and (max-width: 620px) {
  .fixed-area .float-btn1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
  }
  .fixed-area .float-btn1 .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fixed-area .float-btn1 .text {
  color: #105742;
  display: block;
  font-size: 17px;
  line-height: 1.5;
  margin-left: 10px;
}
.fixed-area .float-btn1 .text-bold {
  font-weight: bold;
}
.fixed-area .float-btn1 .icon {
  width: 148px;
  height: 116px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 620px) {
  .fixed-area .float-btn1 .icon {
    width: 22px;
    height: 21px;
  }
}

.section {
  position: relative;
  padding: 60px 20px;
}
@media only screen and (max-width: 500px) {
  .section {
    padding: 40px 20px;
  }
}
.section > .container {
  position: relative;
  margin: 0 auto;
}
.section .btn-group {
  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;
}
.section .btn-group .btn-item {
  position: relative;
  max-width: 240px;
  display: block;
  cursor: pointer;
}
.section .btn-group .btn-item.last-btn {
  margin-right: 0;
}
.section .btn-group .btn-item .btn-arrow {
  position: absolute;
  -webkit-animation: arrowBounce 1s infinite;
          animation: arrowBounce 1s infinite;
  width: 3.3333333333%;
  top: 36%;
  right: 29.1666666667%;
}
.section .block-title {
  min-height: 60px;
  font-size: 20px;
  color: #434141;
  font-weight: 600;
  line-height: 1.5;
  margin: 15px auto 50px;
  text-align: center;
  padding: 0 20px;
}
@media only screen and (max-width: 500px) {
  .section .block-title {
    font-size: 18px;
    padding: 0;
  }
}

.section-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  line-height: 1.39;
  font-family: "Noto Serif TC";
  color: #72256b;
  text-align: left;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .section-title {
    font-size: 30px;
    line-height: 1.43;
  }
}
@media only screen and (max-width: 620px) {
  .section-title {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.section-title.txt-light-blue,
.section-title .txt-light-blue {
  color: #72256b;
}
@media only screen and (max-width: 620px) {
  .section-title .mobile-break {
    display: block;
  }
}
.section-title .txt-blod {
  font-weight: bold;
}
.section-title .icon {
  width: 40px;
  height: auto;
  margin-right: 14px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 5px;
}
@media only screen and (max-width: 500px) {
  .section-title .icon {
    width: 34px;
    margin-right: 10px;
  }
}

.section-subtitle {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 620px) {
  .section-subtitle {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 620px) {
  .mobile-break {
    display: block;
  }
}

@media only screen and (max-width: 620px) {
  .mobile-none {
    display: none;
  }
}

.underline {
  background-color: #fff000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 240, 0, 0)), color-stop(60%, rgb(255, 240, 0)));
  background: linear-gradient(to bottom, rgba(255, 240, 0, 0) 40%, rgb(255, 240, 0) 60%);
  padding-bottom: 2px;
}

/**************\
* Main
\**************/
.section-kv {
  padding: 0;
  overflow: hidden;
}
.section-kv .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-kv .mobile {
    display: block;
  }
}
.section-kv .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-kv .desktop {
    display: none;
  }
}
.section-kv .title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -123456px;
}
.section-kv .kv_title,
.section-kv .kv_dialog,
.section-kv .kv_ballon_y,
.section-kv .kv_ballon_br,
.section-kv .kv_music_1,
.section-kv .kv_music_2 {
  position: absolute;
}
.section-kv .kv_title {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 31.7361111111%;
  left: 14.3055555556%;
  top: 21%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv_title {
    width: 86.1333333333%;
    left: 10.1333333333%;
    top: 6.4516129032%;
  }
}
.section-kv .kv_dialog {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 14.1666666667%;
  left: 49.1666666667%;
  top: 8.3333333333%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv_dialog {
    width: 33.3333333333%;
    left: 8.5333333333%;
    top: 37.0967741935%;
  }
}
@-webkit-keyframes balloonFloat {
  0% {
    -webkit-transform: rotate(-1.5deg) translateY(0);
            transform: rotate(-1.5deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(1.8deg) translateY(-5px);
            transform: rotate(1.8deg) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(-1.5deg) translateY(0);
            transform: rotate(-1.5deg) translateY(0);
  }
}
@keyframes balloonFloat {
  0% {
    -webkit-transform: rotate(-1.5deg) translateY(0);
            transform: rotate(-1.5deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(1.8deg) translateY(-5px);
            transform: rotate(1.8deg) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(-1.5deg) translateY(0);
            transform: rotate(-1.5deg) translateY(0);
  }
}
.section-kv .kv_ballon_y {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 5.4166666667%;
  left: 66.1111111111%;
  top: 21.3333333333%;
  -webkit-transform-origin: 50% 90%;
          transform-origin: 50% 90%;
  -webkit-animation: balloonFloat 3.5s ease-in-out infinite;
          animation: balloonFloat 3.5s ease-in-out infinite;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv_ballon_y {
    width: 12.2666666667%;
    left: 48.8%;
    top: 45.8064516129%;
  }
}
.section-kv .kv_ballon_br {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 8.3333333333%;
  left: 69.7222222222%;
  top: 4.5%;
  -webkit-transform-origin: 50% 90%;
          transform-origin: 50% 90%;
  -webkit-animation: balloonFloat 3.6s ease-in-out infinite;
          animation: balloonFloat 3.6s ease-in-out infinite;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv_ballon_br {
    width: 18.9333333333%;
    left: 57.3333333333%;
    top: 35.1612903226%;
  }
}
.section-kv .kv_music_1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 0.8333333333%;
  left: 83.2638888889%;
  top: 18.3333333333%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv_music_1 {
    width: 2.4%;
    left: 88.8%;
    top: 43.2258064516%;
  }
}
.section-kv .kv_music_2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 2.1527777778%;
  left: 62.9166666667%;
  top: 22.8333333333%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv_music_2 {
    width: 5.8666666667%;
    left: 41.0666666667%;
    top: 46.7741935484%;
  }
}

/**************\
* 說明
\**************/
.section-list {
  max-width: 765px;
  width: 100%;
  min-height: 161px;
  margin: -105px auto 0;
  padding-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-list .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-list .mobile {
    display: block;
  }
}
.section-list .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-list .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-list {
    margin-top: -72px;
  }
}
.section-list .container {
  width: 100%;
  min-height: 161px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-list .container img {
  max-width: 764px;
  height: auto;
}

/**************\
* 什麼是居家腹膜透析
\**************/
.section-what {
  background-color: #fffaeb;
}
.section-what .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-what .mobile {
    display: block;
  }
}
.section-what .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-what .desktop {
    display: none;
  }
}
@media only screen and (max-width: 620px) {
  .section-what {
    padding: 40px 10px;
  }
}
.section-what .text-bold {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .section-what .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 550px) {
  .section-what .container {
    padding: 0 10px;
  }
}
.section-what .container .block-area {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.49%;
  margin-top: 30px;
}
.section-what .container .block-area + .block-area {
  margin-top: 50px;
}
.section-what .container .block-area-one .text {
  max-width: 707px;
}
.section-what .container .block-area-one .text-light {
  color: #fa4637;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .section-what .container .block-area-two {
    margin-bottom: -35px;
  }
}
.section-what .container .block-area-two .block-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px;
  margin-bottom: 20px;
}
.section-what .container .block-area-two .block-round-four,
.section-what .container .block-area-two .block-round-five {
  margin-top: -8px;
}
@media only screen and (max-width: 960px) {
  .section-what .container .block-area-two .block-round-four,
  .section-what .container .block-area-two .block-round-five {
    margin-top: 0px;
  }
}
.section-what .container .block-area-three .block-content {
  margin-bottom: 20px;
}
.section-what .container .block-area-three .block-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .section-what .container .block-area-three .block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-what .container .block-area-three .method-two {
    margin-top: 55px;
  }
}
.section-what .container .block-tag {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: auto;
  min-height: 43px;
  padding: 5px 26px;
  margin-bottom: 10px;
  background-color: #105742;
  border-radius: 50px;
  text-align: center;
  line-height: 1.3;
}
.section-what .container .block-tag:after {
  content: "";
  position: absolute;
  bottom: -12px;
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #105742;
}
@media only screen and (max-width: 500px) {
  .section-what .container .block-tag {
    padding: 12px 30px;
    min-height: auto;
  }
}
.section-what .container .block-tag .text {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .section-what .container .block-tag .text {
    font-size: 21px;
  }
}
.section-what .container .block-content {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 31px;
  gap: 3.5%;
}
@media only screen and (max-width: 1100px) {
  .section-what .container .block-content {
    gap: 2%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .section-what .container .block-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0px;
  }
}
.section-what .container .block-content .text {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
}
@media only screen and (max-width: 500px) {
  .section-what .container .block-content .text {
    font-size: 18px;
  }
}
.section-what .container .block-content .text p + p {
  margin-top: 20px;
}
.section-what .container .block-round {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 350px;
  height: 350px;
  margin-top: 25px;
  margin-bottom: 29px;
  background-color: #fff;
  color: #434141;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 50%;
}
@media only screen and (max-width: 500px) {
  .section-what .container .block-round {
    width: 330px;
    height: 330px;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section-what .container .block-round-two img {
  position: absolute;
  top: 32px;
  right: 0;
  width: 54px;
  height: 54px;
}
.section-what .container .block-round-four img {
  position: absolute;
  bottom: -9px;
  right: 37px;
  width: 78px;
  height: 76px;
}
.section-what .container .block-number {
  font-size: 37px;
  color: #72256b;
  font-weight: 600;
  line-height: 1.4;
  margin-top: -24px;
  margin-bottom: 15px;
  font-family: "Noto Serif TC";
}
@media only screen and (max-width: 500px) {
  .section-what .container .block-number {
    font-size: 33px;
    margin-top: -23px;
    margin-bottom: 4px;
  }
}
.section-what .container .block-round-title {
  color: #72256b;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
@media only screen and (max-width: 500px) {
  .section-what .container .block-round-title {
    margin-bottom: 12px;
  }
}
.section-what .container .red {
  color: red;
  font-weight: bold;
}
.section-what .container .block-round-text-sm {
  width: 220px;
}
@media only screen and (max-width: 500px) {
  .section-what .container .block-round-text-sm {
    width: 199px;
  }
}
.section-what .container .block-round-text-md {
  width: 240px;
}
@media only screen and (max-width: 500px) {
  .section-what .container .block-round-text-md {
    width: 217px;
  }
}
.section-what .container .block-round-text-lg {
  width: 251px;
}
@media only screen and (max-width: 500px) {
  .section-what .container .block-round-text-lg {
    width: 226px;
  }
}
.section-what .container .img-people {
  width: 278px;
  height: 390px;
}
@media only screen and (max-width: 960px) {
  .section-what .container .img-people {
    width: 40%;
    height: auto;
    min-width: 251px;
    min-height: 352px;
    margin-left: 0;
    margin-top: 30px;
  }
}
.section-what .container .img-title {
  width: 338px;
  height: 58px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section-what .container .method-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 440px;
  height: 459px;
  font-size: 20px;
  color: #434141;
  line-height: 1.6;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 550px) {
  .section-what .container .method-block {
    width: 100%;
    font-size: 18px;
    height: auto;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-what .container .method-one .text {
  margin-left: 36px;
}
.section-what .container .method-one .method-img {
  width: 255px;
  height: 187px;
  margin-bottom: 14px;
}
.section-what .container .method-two .text {
  margin-right: 12px;
}
.section-what .container .method-two .method-img {
  width: 329px;
  height: auto;
  margin-bottom: 14px;
}
@media only screen and (max-width: 500px) {
  .section-what .container .method-two .method-img {
    width: 290px;
  }
}
.section-what .container .method-time {
  position: relative;
  width: 183px;
  height: 183px;
  margin: -100px -70px 0;
}
@media only screen and (max-width: 1024px) {
  .section-what .container .method-time {
    width: 133px;
    height: 133px;
    margin: -35px auto 0 auto;
  }
}
.section-what .container .method-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 389px;
  height: 50px;
  position: relative;
  margin-bottom: 19px;
  margin-top: -37px;
}
@media only screen and (max-width: 500px) {
  .section-what .container .method-title {
    width: 352px;
    height: 45px;
  }
}
.section-what .container .method-title .method-title-bg {
  position: absolute;
}
.section-what .container .method-title .text {
  position: relative;
  color: #ffffff;
}
.section-what .container .method-note {
  font-size: 16px;
  color: #999;
  margin-bottom: 12px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .section-what .container .method-note {
    font-size: 14px;
  }
}
.section-what .container .step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  text-align: left;
  color: #000;
  padding-top: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 745px) {
  .section-what .container .step {
    margin-bottom: 25px;
  }
}
.section-what .container .step + .step {
  margin-left: 14px;
}
.section-what .container .step .step-bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.section-what .container .step .text {
  margin-top: 19px;
  text-align: justify;
}
.section-what .container .step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 65px;
}
.section-what .container .step-content .strong {
  font-weight: bold;
}
.section-what .container .step-1 {
  width: 319px;
  height: 281px;
}
.section-what .container .step-1 .text {
  width: 181px;
}
.section-what .container .step-1 .step-icon {
  width: 62px;
  height: 66px;
}
@media only screen and (max-width: 500px) {
  .section-what .container .step-1 {
    width: 291px;
    height: 256px;
  }
}
.section-what .container .step-2 {
  width: 319px;
  height: 281px;
}
.section-what .container .step-2 .step-content {
  margin-left: 108px;
}
.section-what .container .step-2 .text {
  width: 162px;
}
.section-what .container .step-2 .step-icon {
  width: 62px;
  height: 66px;
}
@media only screen and (max-width: 500px) {
  .section-what .container .step-2 {
    width: 300px;
    height: 256px;
  }
}
.section-what .container .step-3 {
  width: 323px;
  height: 281px;
}
.section-what .container .step-3 .step-content {
  margin-left: 90px;
}
.section-what .container .step-3 .text {
  width: 155px;
}
.section-what .container .step-3 .step-icon {
  width: 60px;
  height: 65px;
}
@media only screen and (max-width: 500px) {
  .section-what .container .step-3 {
    width: 284px;
    height: 256px;
  }
}
.section-what .container .block-remind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: center;
      justify-self: center;
  max-width: 1000px;
  margin-top: 28px;
  padding: 12px 0;
  background-image: url(../images/section_2_subtitle_3_tips.png);
  background-size: 1000px auto;
  background-repeat: repeat-y;
  background-position: top left;
}
@media only screen and (max-width: 768px) {
  .section-what .container .block-remind {
    display: block;
    clear: both;
    padding: 12px 25px 12px 40px;
  }
}
.section-what .container .block-remind .icon {
  width: 44px;
  height: 44px;
  margin-left: 32px;
}
@media only screen and (max-width: 768px) {
  .section-what .container .block-remind .icon {
    float: left;
    margin-left: 0;
  }
}
.section-what .container .block-remind .text-bold {
  font-weight: bold;
}
.section-what .container .block-remind .text {
  font-size: 20px;
  color: #105742;
  text-align: left;
  line-height: 1.5;
  margin-left: 15px;
  margin-right: 20px;
}

/**************\
* 什麼是居家腹膜透析
\**************/
.section-compared .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-compared .mobile {
    display: block;
  }
}
.section-compared .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-compared .desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .section-compared {
    padding: 0;
  }
}
.section-compared .underline {
  margin-left: 6px;
}
.section-compared .text-special {
  margin-left: -6px;
}
.section-compared .block-title {
  margin-bottom: 10px;
}
.section-compared .block-content + .block-content {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .section-compared .block-content {
    padding: 40px 10px;
  }
  .section-compared .block-content + .block-content-bottom {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .section-compared .block-content-top {
    background-color: #ffffff;
    padding-bottom: 10px;
  }
}
.section-compared .block-content-bottom {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .section-compared .block-content-bottom .section-title .icon {
    width: 36px;
  }
}
.section-compared .block-area {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-compared .block-area .people {
  position: absolute;
  width: 172px;
  height: 238px;
  bottom: -5px;
  -webkit-transform: translate(-50%, -16%);
          transform: translate(-50%, -16%);
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 960px) {
  .section-compared .block-area .people {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    width: 45%;
    height: auto;
    left: 0;
    top: 0;
    min-width: 155px;
    min-height: 215px;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    margin-bottom: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .section-compared .block-title {
    padding: 0 20px;
  }
}
.section-compared .block-area-row {
  width: 876px;
  -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;
  margin-top: 33px;
}
@media only screen and (max-width: 960px) {
  .section-compared .block-area-row {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .section-compared .block-area-row {
    width: 95%;
  }
}
.section-compared .tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 26px;
  color: #aeafb4;
  margin-top: 30px;
  margin: 30px auto 10px auto;
}
@media only screen and (max-width: 500px) {
  .section-compared .tab-area {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .section-compared .tab-area {
    width: 365px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.section-compared .tab-area .tab {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  padding: 0 19px;
  margin: 0 10px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.section-compared .tab-area .tab:hover {
  color: #ffffff;
  font-weight: bold;
  border-color: #105742;
  background-color: #105742;
}
@media only screen and (max-width: 500px) {
  .section-compared .tab-area .tab {
    width: 98px;
    font-size: 16px;
    padding: 0;
  }
}
.section-compared .tab-area .active {
  color: #ffffff;
  font-weight: bold;
  border-color: #105742;
  background-color: #105742;
}
.section-compared .tab-content {
  margin: 30px 40px 60px;
  width: 90%;
}
@media only screen and (max-width: 500px) {
  .section-compared .tab-content {
    margin-bottom: 40px;
  }
}
.section-compared .tab-content .tab-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section-compared .tab-content .tab-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .section-compared .tab-content .tab-table {
    font-size: 14px;
  }
}
.section-compared .tab-content .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .section-compared .tab-content .block {
    width: 100%;
  }
}
.section-compared .tab-content .block .block-tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-compared .tab-content .block ul {
  width: 85%;
  list-style: disc;
  font-size: 20px;
  line-height: 1.5;
  color: #434141;
  padding-left: 29px;
  margin-top: 31px;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .section-compared .tab-content .block ul {
    font-size: 18px;
  }
}
.section-compared .tab-content .block-one {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .section-compared .tab-content .block-one {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.section-compared .tab-content .block-one .block-tab-title {
  border-radius: 50px 0 0 50px;
  background-color: #72256b;
}
@media only screen and (max-width: 768px) {
  .section-compared .tab-content .block-one .block-tab-title {
    border-radius: 50px;
  }
}
.section-compared .tab-content .block-two {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .section-compared .tab-content .block-two {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 40px;
  }
}
.section-compared .tab-content .block-two .block-tab-title {
  border-radius: 0 50px 50px 0;
  background-color: #105742;
}
@media only screen and (max-width: 768px) {
  .section-compared .tab-content .block-two .block-tab-title {
    border-radius: 50px;
  }
}
.section-compared .tab-content .block-vs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 240px;
  height: 280px;
  padding-top: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -16px -32px 0;
  background-image: url(../images/section_3_vs_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .section-compared .tab-content .block-vs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: none;
    width: 100%;
    height: auto;
    margin: 20px auto;
    padding-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.section-compared .tab-content .block-vs .text,
.section-compared .tab-content .block-vs .text-vs {
  font-size: 24px;
  color: #105742;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .section-compared .tab-content .block-vs .text,
  .section-compared .tab-content .block-vs .text-vs {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .section-compared .tab-content .block-vs .text-vs {
    display: none;
  }
}
.section-compared .tab-content .block-vs .icon {
  width: 90px;
  height: 82px;
  margin-top: 42px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .section-compared .tab-content .block-vs .icon {
    margin: 0;
    margin-right: 20px;
  }
}
.section-compared .block-title-md {
  margin-top: 37px;
}
.section-compared .flip-card {
  position: relative;
  width: 380px;
  height: 260px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  border-radius: 10px;
}
.section-compared .flip-card:hover .flip-card-container {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media only screen and (max-width: 960px) {
  .section-compared .flip-card {
    z-index: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 8%;
    width: 100%;
    height: auto;
    padding-bottom: 68.23%;
  }
}
.section-compared .flip-card .flip-card-container {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@media only screen and (max-width: 768px) {
  .section-compared .flip-card .flip-card-container {
    font-size: 18px;
  }
}
.section-compared .flip-card .flip-card-container .title {
  margin: 15px 0;
  font-weight: bold;
}
.section-compared .flip-card .flip-card-container .text {
  text-align: justify;
}
.section-compared .flip-card .card-front,
.section-compared .flip-card .card-back {
  position: absolute;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  .section-compared .flip-card .card-front,
  .section-compared .flip-card .card-back {
    padding-bottom: 68.23%;
    padding-top: 0;
  }
}
.section-compared .flip-card .card-front img,
.section-compared .flip-card .card-back img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.section-compared .flip-card .card-front {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #72256b;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.section-compared .flip-card .card-back {
  background-color: #72256b;
  color: #ffffff;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media only screen and (max-width: 960px) {
  .section-compared .flip-card .card-back .card-content {
    width: 85%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-compared .flip-card .card-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .section-compared .flip-card .card-content {
    position: absolute;
    bottom: 0;
  }
}
.section-compared .flip-card .card-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #72256b;
  border-radius: 50px;
  background-color: #ffffff;
  margin-bottom: 15px;
}

/**************\
* QA
\**************/
.section-question {
  background-color: #fffaeb;
  background-image: url(../images/qa_bg.png);
  background-size: 1440px auto;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 89px;
  padding-bottom: 40px;
}
.section-question .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-question .mobile {
    display: block;
  }
}
.section-question .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-question .desktop {
    display: none;
  }
}
.section-question .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-question .mobile {
    display: block;
  }
}
.section-question .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-question .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-question {
    padding: 40px 15px 25px 15px;
  }
}
.section-question .section-title .icon {
  width: 64px;
}
@media only screen and (max-width: 768px) {
  .section-question .section-title .icon {
    width: 58px;
  }
}
.section-question .question-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 630px;
  margin: 31px auto;
}
@media only screen and (max-width: 768px) {
  .section-question .question-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-question .question-header .qa-people {
  width: 160px;
  height: 160px;
}
.section-question .question-header .qa-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
}
.section-question .question-header .title {
  color: #72256b;
  font-size: 30px;
  margin-bottom: 4px;
  font-family: "Noto Serif TC";
}
@media only screen and (max-width: 768px) {
  .section-question .question-header .title {
    margin: 0 auto;
  }
}
.section-question .question-header .text {
  color: #434141;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .section-question .question-header .text {
    font-size: 18px;
  }
}
.section-question .container {
  position: relative;
  max-width: 1000px;
}
.section-question .container .qa_bg {
  position: absolute;
  width: 100%;
  height: auto;
}
.section-question .container .question-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}
.section-question .container .question-tag-list .tag-block {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 26px;
  color: #aeafb4;
  width: 100px;
  height: 40px;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 500px) {
  .section-question .container .question-tag-list .tag-block {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-question .container .question-tag-list .tag-block.last-block {
  margin-right: 0;
}
.section-question .container .question-tag-list .tag-block.last-block::after {
  display: none;
}
.section-question .container .question-tag-list .tag-block.active {
  color: #46bcaf;
  font-weight: bold;
  background-color: #daf2ef;
  border-bottom: 1px solid #46bcaf;
}
.section-question .container .question-tag-list .tag-block .tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #aeafb4;
  width: 200px;
  height: 40px;
  margin-top: 30px;
  margin: 30px auto 10px auto;
  background-color: #ffffff;
}
.section-question .container .question-tag-list .tag-block .tab-area .tab {
  position: relative;
  cursor: pointer;
  width: 100px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.section-question .container .question-content-area {
  margin-top: 34px;
}
.section-question .container .question-content-area .question-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #434141;
}
@media only screen and (max-width: 720px) {
  .section-question .container .question-content-area .question-block {
    font-size: 16px;
    line-height: 1.5;
  }
}
.section-question .container .question-content-area .question-block.last-question-block {
  margin-bottom: 0;
}
.section-question .container .question-content-area .question-block .question-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: bold;
  min-height: 60px;
  padding-right: 15px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-question .container .question-content-area .question-block .question-title::after {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  margin-left: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 720px) {
  .section-question .container .question-content-area .question-block .question-title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 45px;
  }
}
.section-question .container .question-content-area .question-block .question-title .title-txt {
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 720px) {
  .section-question .container .question-content-area .question-block .question-title .title-txt {
    padding-right: 5px;
  }
}
.section-question .container .question-content-area .question-block .question-title .question-list-num {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 60px;
  min-width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-right: 10px;
  color: #ffffff;
}
.section-question .container .question-content-area .question-block .question-title .question-list-num::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  background-image: url(../images/qa.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 720px) {
  .section-question .container .question-content-area .question-block .question-title .question-list-num {
    padding-right: 10px;
    line-height: 1.5;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 500px) {
  .section-question .container .question-content-area .question-block .question-title .question-list-num {
    padding-right: 6px;
  }
}
.section-question .container .question-content-area .question-block .question-title .question-list-num .icon-num {
  position: relative;
  margin-bottom: 5px;
}
.section-question .container .question-content-area .question-block .answer-area {
  padding: 16px 90px 0 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 20px;
  line-height: 1.66;
  color: #3e3f4d;
}
@media only screen and (max-width: 720px) {
  .section-question .container .question-content-area .question-block .answer-area {
    padding: 11px 0 0 28px;
    font-size: 18px;
    line-height: 1.66;
  }
}
.section-question .container .question-content-area .question-block .answer-area .num-list-qa {
  list-style: decimal;
  margin-left: 20px;
}
.section-question .container .question-content-area .question-block .answer-area .num-list-qa .txt-underline {
  text-decoration: underline;
  font-weight: bold;
}
.section-question .container .question-content-area .question-block .answer-area .txt-margin-bottom {
  margin-bottom: 3px;
}
.section-question .container .question-content-area .question-block .answer-area .text-bold {
  font-weight: bold;
}
.section-question .container .question-content-area .question-block .answer-area .text-decoration {
  text-decoration: underline;
}
.section-question .container .question-content-area .question-block .answer-area .question-table {
  margin-top: 17px;
  max-width: 910px;
}
@media only screen and (max-width: 500px) {
  .section-question .container .question-content-area .question-block .answer-area .question-table {
    max-width: 260px;
    margin: 17px auto 0 auto;
  }
}
.section-question .container .num-list {
  font-size: 18px;
  line-height: 1.5;
  color: #515151;
  list-style: decimal;
  margin-left: 24px;
}
.section-question .container .num-list li {
  margin-bottom: 5px;
}
@media only screen and (max-width: 720px) {
  .section-question .container .num-list {
    font-size: 14px;
    margin-left: 20px;
  }
}
.section-question .container .num-list .dot-list {
  list-style: disc;
  margin-left: 24px;
}
@media only screen and (max-width: 720px) {
  .section-question .container .num-list .dot-list {
    font-size: 14px;
    margin-left: 20px;
  }
}

/**************\
* 居家腹膜透析怎麼做？
\**************/
.section-video .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-video .mobile {
    display: block;
  }
}
.section-video .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-video .desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .section-video {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-video .container {
  max-width: 1004px;
}
.section-video .container .block-title {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 786px) {
  .section-video .container .block-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 786px) {
  .section-video .container .section-title .icon {
    width: 41px;
  }
}
.section-video .container .section-slider-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 26px;
}
.section-video .container .section-tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30px;
}
@media only screen and (max-width: 540px) {
  .section-video .container .section-tab-group {
    width: 100%;
  }
}
.section-video .container .slider-container {
  position: relative;
}
.section-video .container .slider-container .arrow {
  position: absolute;
  width: 27px;
  height: 52px;
  cursor: pointer;
  top: 36%;
}
@media only screen and (max-width: 500px) {
  .section-video .container .slider-container .arrow {
    width: 20px;
    height: 39px;
  }
}
.section-video .container .slider-container .arrow.arrow-left {
  left: -45px;
}
@media only screen and (max-width: 500px) {
  .section-video .container .slider-container .arrow.arrow-left {
    left: -32px;
  }
}
.section-video .container .slider-container .arrow.arrow-right {
  right: -45px;
}
@media only screen and (max-width: 500px) {
  .section-video .container .slider-container .arrow.arrow-right {
    right: -32px;
  }
}
.section-video .container .section-tab {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #ccc;
  font-size: 18px;
  padding: 0 25px;
}
.section-video .container .section-tab + .section-tab {
  content: "";
  height: 100%;
  border-left: solid 1px #ccc;
}
.section-video .container .section-tab.active-bg, .section-video .container .section-tab:hover {
  color: #72256b;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .section-video .container .section-tab {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding: 0 15px;
  }
}
.section-video .container .slider-content-area {
  position: relative;
  margin: 15px auto 0 auto;
}
@media only screen and (max-width: 1100px) {
  .section-video .container .slider-content-area {
    max-width: 750px;
  }
}
@media only screen and (max-width: 768px) {
  .section-video .container .slider-content-area {
    max-width: 400px;
  }
}
@media only screen and (max-width: 540px) {
  .section-video .container .slider-content-area {
    max-width: 380px;
  }
}
@media only screen and (max-width: 360px) {
  .section-video .container .slider-content-area {
    max-width: 260px;
  }
}
.section-video .container .slider-content-area .block-area {
  max-width: 930px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .section-video .container .slider-content-area .block-area {
    max-width: 292px;
  }
}
.section-video .container .slider-content-area .block-area .block {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-video .container .slider-content-area .block-area .text {
  font-size: 20px;
  color: #434141;
  margin-top: 15px;
}
.section-video .container .slider-content-area .video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.section-video .container .slider-content-area .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**************\
* 相關文章
\**************/
.section-article {
  background-color: #fffaeb;
}
.section-article .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-article .mobile {
    display: block;
  }
}
.section-article .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-article .desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .section-article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-article .container {
  max-width: 1004px;
}
.section-article .container .block-title {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 786px) {
  .section-article .container .block-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 786px) {
  .section-article .container .section-title .icon {
    width: 41px;
  }
}
.section-article .container .section-slider-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 26px;
}
.section-article .container .slider-container {
  position: relative;
}
.section-article .container .slider-container .arrow {
  position: absolute;
  width: 27px;
  height: 52px;
  cursor: pointer;
  top: 36%;
}
@media only screen and (max-width: 500px) {
  .section-article .container .slider-container .arrow {
    width: 20px;
    height: 39px;
  }
}
.section-article .container .slider-container .arrow.arrow-left {
  left: -45px;
}
@media only screen and (max-width: 500px) {
  .section-article .container .slider-container .arrow.arrow-left {
    left: -32px;
  }
}
.section-article .container .slider-container .arrow.arrow-right {
  right: -45px;
}
@media only screen and (max-width: 500px) {
  .section-article .container .slider-container .arrow.arrow-right {
    right: -32px;
  }
}
.section-article .container .slider-content-area {
  position: relative;
  margin: 15px auto 0 auto;
}
@media only screen and (max-width: 1100px) {
  .section-article .container .slider-content-area {
    max-width: 750px;
  }
}
@media only screen and (max-width: 768px) {
  .section-article .container .slider-content-area {
    max-width: 550px;
  }
}
@media only screen and (max-width: 540px) {
  .section-article .container .slider-content-area {
    max-width: 450px;
  }
}
@media only screen and (max-width: 360px) {
  .section-article .container .slider-content-area {
    max-width: 260px;
  }
}
.section-article .container .slider-content-area .block-area {
  max-width: 930px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .section-article .container .slider-content-area .block-area {
    max-width: 292px;
  }
}
.section-article .container .slider-content-area .block-area .block {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
}
.section-article .container .slider-content-area .block-area .block .pic {
  width: 280px;
  height: auto;
}
.section-article .container .slider-content-area .block-area .block-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  padding: 15px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 122px;
  text-decoration: none;
  text-align: justify;
}
.section-article .container .slider-content-area .block-area .text {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 500px) {
  .section-article .container .slider-content-area .block-area .text {
    font-size: 19px;
  }
}
.section-article .container .slider-content-area .block-area .btn {
  position: absolute;
  right: 16px;
  bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6ca07a;
  font-size: 14px;
}
.section-article .container .slider-content-area .block-area .btn .icon {
  width: 15px;
  height: 15px;
  margin-left: 6px;
}

.icon-plus-area {
  z-index: 1;
  min-width: 25px;
  min-height: 25px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-image: url(../images/icon_extand.png);
  background-size: 25px;
  background-position: center;
  margin-left: auto;
}
@media only screen and (max-width: 720px) {
  .icon-plus-area {
    right: 12px;
    top: 9px;
    min-width: 24px;
    min-height: 24px;
  }
}
.icon-plus-area.active-icon {
  background-image: url(../images/icon_collapse.png);
  background-size: 25px;
  background-position: center;
}

.icon-plus {
  position: absolute;
  left: 7.5px;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.icon-plus .icon {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
}
.icon-plus .icon.close {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.icon-plus .icon::before {
  content: "";
  display: block;
  width: 10px;
  height: 0px;
  border-bottom: solid 2px #00c1de;
  position: absolute;
  bottom: 4px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.icon-plus .icon.close::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 2px #00c1de;
  position: absolute;
  bottom: 4px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon-plus .icon::after {
  content: "";
  display: block;
  width: 10px;
  height: 0px;
  border-bottom: solid 2px #00c1de;
  position: absolute;
  bottom: 4px;
}
@media only screen and (max-width: 720px) {
  .icon-plus {
    left: 7px;
    top: 7px;
  }
}

.owl-theme .owl-dots .owl-dot span {
  background: none;
  border: #6ca07a 1px solid;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #6ca07a;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
}