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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  25% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
  }

  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  75% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes up_down {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  25% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
  }

  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  75% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes left_right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  25% {
    -webkit-transform: translateX(2%);
    transform: translateX(2%);
  }

  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  75% {
    -webkit-transform: translateX(-2%);
    transform: translateX(-2%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes left_right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  25% {
    -webkit-transform: translateX(2%);
    transform: translateX(2%);
  }

  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  75% {
    -webkit-transform: translateX(-2%);
    transform: translateX(-2%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes z_1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes z_1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes z_2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  55% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  95% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes z_2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  55% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  95% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes bg_move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 0;
  }
}

@keyframes bg_move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 0;
  }
}

@-webkit-keyframes img_fade {
  0% {
    opacity: 1;
  }

  35% {
    opacity: 1;
  }

  65% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes img_fade {
  0% {
    opacity: 1;
  }

  35% {
    opacity: 1;
  }

  65% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

:root {
  --header-height: 60px;
  --fone-size: 14px;
}

@media screen and (max-width: 1024px) {
  :root {
    --fone-size: 1.15vw;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --header-height: 53px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --fone-size: 2.4vw;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}

@media screen and (max-width: 768px) {
  .mob {
    display: block;
  }
}

html,
body {
  font-size: var(--fone-size);
  line-height: 1.3;
  color: #1b1b1b;
  font-weight: 500;
  background-color: #fff;
  font-family: "Roboto", "Noto Sans TC";
  width: 100%;
  height: 100%;
}

html.open,
body.open {
  scroll-behavior: inherit;
}

html.smooth,
body.smooth {
  scroll-behavior: smooth;
}

.white {
  color: #fff !important;
}

.red {
  color: #d70c19 !important;
}

.grey {
  color: #898989 !important;
}

.w_500 {
  font-weight: 500;
}

.w_700 {
  font-weight: 700;
}

.w_900 {
  font-weight: 900;
}

.m_t_2_5 {
  margin-top: 2.5rem;
}

.m_b_1 {
  margin-bottom: 1rem;
}

.m_b_2 {
  margin-bottom: 2rem;
}

.m_b_2_5 {
  margin-bottom: 2.5rem;
}

.m_1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m_1_5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m_2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.big_16 {
  font-size: 1.6em;
  letter-spacing: inherit;
}

.big_14 {
  font-size: 1.4em;
  letter-spacing: inherit;
}

.big_13 {
  font-size: 1.3em;
  letter-spacing: inherit;
}

.big_12 {
  font-size: 1.2em;
  letter-spacing: inherit;
}

.big_11 {
  font-size: 1.1em;
  letter-spacing: inherit;
}

.no-lett {
  letter-spacing: normal;
}

.ta_c {
  text-align: center !important;
}

a.link {
  color: #00d9ff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a.link:hover {
  color: #333;
}

a.tip {
  position: relative;
  cursor: pointer;
  color: #b8b8b8;

}
a.tip.material-symbols-outlined{
  font-size: 24px;
  margin-left: 4px; 
  transform: translateY(7px);
}
a.tip:hover {
  color: #d70c19;
}

ol.list {
  margin: 1rem 0;
}

ol.list:last-of-type {
  margin-bottom: 0;
}

ol.list.decimal {
  list-style-type: decimal;
  padding-left: 2rem;
}

ol.list.disc {
  list-style-type: disc;
  padding-left: 2rem;
}

ol.list.upper-alpha {
  list-style-type: upper-alpha;
  padding-left: 2rem;
}

ol.list.lower-alpha {
  list-style-type: lower-alpha;
  padding-left: 2rem;
}

ol.list.my-counter {
  counter-reset: my-counter;
}

ol.list.my-counter li {
  position: relative;
  counter-increment: my-counter;
  padding-left: 2.1rem;
}

ol.list.my-counter li:before {
  position: absolute;
  content: "(" counter(my-counter) ")";
  left: 0;
  top: 0;
}

#wrapper {
  width: 100%;
  background-image: url("../images/bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#wrapper.openPopup {
  height: 100%;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: var(--header-height);
    background-size: auto 120svh;
  }
  a.tip.material-symbols-outlined{
    font-size: 22px;
    margin-left: 4px; 
    transform: translateY(7px);
  }
}

#wrapper .main {
  position: relative;
}

#loading {
  position: fixed;
  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;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#loading.on {
  pointer-events: auto;
  opacity: 1;
}

#loading p {
  font-size: 16px;
  color: #212529;
  letter-spacing: 5px;
}

#cookies {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  color: #656464;
  border-top: 1px solid #cecece;
  background-color: #fff;
  z-index: 99999;
}

@media screen and (max-width: 768px) {
  footer{
    padding-bottom: 52px;
  }
  #cookies {
    padding: 1.3rem;
  }
}

#cookies .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 65%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #cookies .content {
    width: 90%;
    display: block;
  }
}

#cookies .content p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  line-height: 1.5;
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  #cookies .content p {
    margin: 0;
  }

  #cookies .content p br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #cookies .content .btn-box {
    margin-top: 1rem;
  }
}

#cookies .content .btn-box a.btn {
  padding: 1rem 2rem;
}

#cookies .content .btn-box a.btn:after {
  display: none;
}

#toTop {
  cursor: pointer;
  position: fixed;
  display: block;
  right: 32px;
  bottom: 40px;
  width: 80px;
  height: 80px;
  font-size: 48px;
  border-radius: 50%;
  text-decoration: none;
  color: #4d5153;
  border: 1px solid #4d5153;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  pointer-events: none;
  z-index: 98;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

@media screen and (max-width: 768px) {
  #toTop {
    width: 50px;
    height: 50px;
    font-size: 28px;
    right: 16px;
    bottom: 60px;
  }
}

#toTop:after {
  position: absolute;
  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: 100%;
  top: 0;
  left: 0;
  content: "\e316";
  font-family: "Material Symbols Outlined";
}

#toTop:hover {
  color: #d70c19;
  border: 1px solid #d70c19;
  background-color: rgb(255, 255, 255);
}

#toTop.open {
  opacity: 1;
  pointer-events: auto;
}

#icon_app {
  cursor: pointer;
  position: fixed;
  display: block;
  right: 22px;
  bottom: 140px;
  width: 100px;
  height: 100px;
  font-size: 48px;
  text-decoration: none;
  color: #4d5153;
  background-image: url("../images/icon_app.png");
  background-size: 100% auto;
  opacity: 0;
  pointer-events: none;
  z-index: 98;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

@media screen and (max-width: 768px) {
  #icon_app {
    width: 60px;
    height: 60px;
    right: 11px;
    bottom: 90px;
  }
}

#icon_app.open {
  opacity: 1;
  pointer-events: auto;
}

#mask {
  position: fixed;
  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;
  padding: 8rem 0 5rem 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 997;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

#mask.open {
  opacity: 1;
  pointer-events: auto;
}

#mask .popup {
  display: none;
  position: relative;
  width: 50%;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  #mask .popup {
    width: 94%;
  }
}

#mask .popup.open {
  display: block;
}

#mask .popup a.close {
  position: absolute;
  cursor: pointer;
  color: #fff;
  font-size: 3rem;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}

#mask .popup a.close:hover {
  opacity: 0.6;
}

#mask .popup .popup_box {
  width: 100%;
  border-radius: 1.5rem;
  background-color: #fff;
  overflow: hidden;
}

#mask .popup .popup_box .title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 3px;
  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;
  padding: 0 3rem;
  height: 60px;
  color: #fff;
  background-color: #d70c19;
}

@media screen and (max-width: 768px) {
  #mask .popup .popup_box .title {
    height: 5rem;
  }
}

#mask .popup .popup_box .title .title_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#mask .popup .popup_box .title .title_box span {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
  margin: 0 1rem;
}

#mask .popup .popup_box .content {
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.8;
  padding: 3rem 2rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  #mask .popup .popup_box .content {
    font-size: 1.4rem;
  }
}

#mask .popup .popup_box .content small {
  display: block;
  font-size: 1rem;
  line-height: 1.8;
}

#mask .popup .popup_box .content .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#mask .popup .popup_box .content .flex-box .f1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#mask .popup .popup_box .content .flex-box .f0 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
}

#mask .popup .popup_box .content ul.list-box {
  display: block;
}

#mask .popup .popup_box .content ul.list-box li {
  padding: 1rem 0.5rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #mask .popup .popup_box .content ul.list-box li {
    font-size: 1.4rem;
  }
}

#mask .popup .popup_box .content ul.list-box li:nth-of-type(even) {
  background-color: #ebebeb;
}

#mask .popup .popup_box .content ul.list-box li .list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 86%;
  margin: 0 auto;
}

#mask .popup .popup_box .content ul.list-box li .list-content .list-title {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 12rem;
  text-align: center;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}

@media screen and (max-width: 768px) {
  #mask .popup .popup_box .content ul.list-box li .list-content .list-title {
    width: 10.4rem;
  }
}

#mask .popup .popup_box .content ul.list-box li .list-content .list-title:after {
  position: absolute;
  width: 2px;
  height: 1.2rem;
  top: 50%;
  right: 0;
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-color: #666;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

#mask .popup .popup_box .content ul.list-box li .list-content .list-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#mask .popup .popup_box .content ul.list-box li .list-content .list-info .list-info-item span {
  display: block;
}

#mask .popup .popup_box .content ul.list-box li .list-content .list-info .list-info-item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#mask .popup .popup_box .content ul.list-box li .list-content .list-info .list-info-item:not(:last-of-type) {
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

#mask .popup .popup_box .content table.list-table {
  width: 100%;
}

#mask .popup .popup_box .content table.list-table.r2 tr th,
#mask .popup .popup_box .content table.list-table.r2 tr td {
  width: 50%;
}

#mask .popup .popup_box .content table.list-table tr th,
#mask .popup .popup_box .content table.list-table tr td {
  font-weight: inherit;
  position: relative;
  vertical-align: text-top;
}

#mask .popup .popup_box .content table.list-table tr th:after,
#mask .popup .popup_box .content table.list-table tr td:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #999;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#mask .popup .popup_box .content table.list-table tr th:first-of-type,
#mask .popup .popup_box .content table.list-table tr td:first-of-type {
  min-width: 6rem;
  border-radius: 1rem 0 0 1rem;
}

#mask .popup .popup_box .content table.list-table tr th:last-of-type,
#mask .popup .popup_box .content table.list-table tr td:last-of-type {
  border-radius: 0 1rem 1rem 0;
}

#mask .popup .popup_box .content table.list-table tr th:last-of-type:after,
#mask .popup .popup_box .content table.list-table tr td:last-of-type:after {
  display: none;
}

#mask .popup .popup_box .content table.list-table thead tr th {
  padding: 0.6rem 1rem;
  color: #fff;
  background-color: #333;
}

#mask .popup .popup_box .content table.list-table thead tr th:after {
  height: 50%;
  background-color: #fff;
}

#mask .popup .popup_box .content table.list-table tbody tr td {
  padding: 1.2rem 1rem;
  background-color: #fff;
}

#mask .popup .popup_box .content table.list-table tbody tr:first-of-type td {
  padding-top: 2.7rem;
}

#mask .popup .popup_box .content table.list-table tbody tr:first-of-type td:after {
  top: 1.5rem;
  height: calc(100% - 1.5rem);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#mask .popup .popup_box .content table.list-table tbody tr:last-of-type td {
  padding-bottom: 2.7rem;
}

#mask .popup .popup_box .content table.list-table tbody tr:last-of-type td:after {
  top: 0;
  height: calc(100% - 1.5rem);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#mask .popup .popup_box .content table.list-table tbody tr:nth-of-type(even) td {
  background-color: #ebebeb;
}

#mask .popup .popup_box .content .mylist .info-title {
  margin: 2.5rem auto 1rem auto;
  font-weight: 700;
}

#mask .popup .popup_box .content .mylist .info-title:first-of-type {
  margin-top: 0;
}

#mask .popup .popup_box .content .mylist .info-title span {
  display: inline-block;
  color: #333;
  border: 1px solid #333;
  border-radius: 5rem;
  padding: 0.3rem 3rem;
}

#mask .popup .popup_box .content .mylist .info-title.red span {
  color: #d70c19;
  border: 1px solid #d70c19;
}

#mask .popup .popup_box .content .mylist .b-line {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

#mask .popup .popup_box .content .mylist dl .info-title {
  margin: 1rem auto;
}

#mask .popup .popup_box .content .mylist dl dd {
  padding-left: 2rem;
  margin-top: 1rem;
}

#mask .popup .popup_box .content .mylist dl dd ol.list {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  margin: 0;
}

#mask .popup .popup_box .content .popup_notes {
  margin-top: 4rem;
  color: #707070;
}

#mask .popup .popup_box .content .popup_notes b {
  display: block;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  text-align: center;
  font-size: 1.2rem;
  border-bottom: 1px solid #aaaaaa;
}

#mask .popup .popup_box .content .popup_notes ol {
  display: block;
  padding: 0 3rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}

#mask .popup .popup_box .content .popup_notes ol li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

#tip_mask {
  position: fixed;
  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;
  padding: 8rem 0 5rem 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

#tip_mask.open {
  opacity: 1;
  pointer-events: auto;
}

#tip_mask .tip_popup {
  display: none;
  position: relative;
  width: 50%;
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  #tip_mask .tip_popup {
    width: 94%;
  }
}

#tip_mask .tip_popup.open {
  display: block;
}

#tip_mask .tip_popup .popup_box {
  width: 100%;
  border-radius: 1.5rem;
  background-color: #fff;
  overflow: hidden;
}

#tip_mask .tip_popup .popup_box .content {
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.8;
  padding: 3rem 2rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  #tip_mask .tip_popup .popup_box .content {
    font-size: 1.4rem;
  }
}

#tip_mask .tip_popup .popup_box .content .btn-box {
  margin-top: 3rem;
}

#tip_mask .tip_popup .popup_box .content .btn-box a.btn {
  padding: 0.5rem 3rem;
  background-color: #d70c19;
  border-color: #d70c19;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #tip_mask .tip_popup .popup_box .content .btn-box a.btn {
    padding: 1rem 3rem;
  }
}

#tip_mask .tip_popup .popup_box .content .btn-box a.btn:after {
  display: none;
}

#tip_mask .tip_popup .popup_box .content .btn-box a.btn:hover {
  border-color: #000 !important;
  background-color: #000 !important;
}

#nav_ck {
  display: none;
}

#nav_ck:checked~header label i {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

#nav_ck:checked~header label u {
  opacity: 0;
}

#nav_ck:checked~header label o {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

#nav_ck:checked~header nav ol.menu {
  display: flex;
}

header {
  position: fixed;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  height: var(--header-height);
  background-color: #d70c18;
  z-index: 995;
}

@media screen and (max-width: 1024px) {
  header {
    padding: 0 20px;
  }
}

#logo {
  position: absolute;
  display: block;
  height: 40px;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

#logo>img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  #logo {
    height: 34px;
    left: 0;
  }
}

header label {
  position: absolute;
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 24px;
  height: 16px;
  cursor: pointer;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 1024px) {
  header label {
    display: block;
    cursor: pointer;
    z-index: 9;
  }
}

header label i,
header label u,
header label o {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header label i {
  -webkit-transform: translate(-50%, -400%);
  transform: translate(-50%, -400%);
}

header label u {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header label o {
  -webkit-transform: translate(-50%, 300%);
  transform: translate(-50%, 300%);
}

nav {
  width: 100%;
  padding: 0 40px;
  max-width: 1280px;
  position: relative;
  display: block;
  height: var(--header-height);
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  nav {
    padding: 0 20px;
  }
}

nav ol.menu {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  nav ol.menu {
    display: none;
    position: fixed;
    width: 100%;
    top: 53px;
    left: 0;
    height: calc(100% - 53px);
    flex-direction: column;
    background-color: #fff;
    z-index: 999;
    justify-content: flex-start;
    padding-top: 40px;
  }
}

nav ol.menu li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  font-size: 14px;
  margin-left: 3.6rem;
}

nav ol.menu li a {
  display: inline-block;
  padding: 2px 0 1px;
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px transparent;
}

nav ol.menu li a:hover {
  color: #fff;
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 1024px) {
  nav ol.menu li {
    display: block;
    font-size: 18px;
    margin-left: 0;
    padding: 20px 0;
  }

  nav ol.menu li a {
    color: #3e3e3e;
  }

  nav ol.menu li a:hover {
    color: #d70c18;
    border-bottom: solid 1px #d70c18;
  }
}

footer {
  font-family: "Noto Sans TC", sans-serif;
}

footer .w-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  font-weight: 400;
  text-align: center;
  color: #212121;
  letter-spacing: 0.1rem;
  border-top: 1px solid #212121;
}

footer .w-box .w-left {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  footer .w-box .w-left {
    font-size: 18px;
  }
}

footer .w-box .w-right {
  font-size: 13px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  footer .w-box .w-right {
    padding: 10px 20px;
  }
}

footer .copy-right {
  background-color: #d70c18;
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  line-height: 20px;
  letter-spacing: 0.05em;
}

ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 86%;
  margin: 3rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  ul.list {
    display: block;
  }
}

ul.list.sp li {
  top: 2rem;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  ul.list.sp li {
    top: 0;
  }
}

ul.list.sp li:nth-of-type(1) {
  z-index: 1;
}

ul.list.sp li:nth-of-type(2) {
  margin-left: -4rem;
  margin-right: -4rem;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  ul.list.sp li:nth-of-type(2) {
    margin-left: auto;
    margin-right: auto;
  }
}

ul.list.sp li:nth-of-type(3) {
  z-index: 1;
}

ul.list.sp li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 99;
}

@media screen and (max-width: 768px) {
  ul.list.sp li:after {
    opacity: 0;
    pointer-events: none;
  }
}

ul.list.sp li.act {
  top: 0;
  z-index: 3;
}

ul.list.sp li.act:after {
  opacity: 0;
  pointer-events: none;
}

ul.list.sp li .info p {
  height: 6.4rem;
}

ul.list li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 32%;
  margin: 0 0.5%;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  ul.list li {
    margin: 0 auto;
    width: 90%;
  }
}

ul.list li:not(:last-of-type) {
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  ul.list li:not(:last-of-type) {
    margin-right: auto;
    margin-bottom: 3rem;
  }
}

ul.list li .info {
  padding: 3rem 0.5rem;
  text-align: center;
}

ul.list li .info h6 {
  font-size: 1.4rem;
  font-weight: 700;
}

ul.list li .info p {
  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: 0.95rem;
  line-height: 1.8;
  height: 8rem;
  color: #000;
}

ul.list li .info .link-box {
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

ul.list li .info .btn-box a.btn {
  color: #000;
  font-size: 0.8rem;
  background-color: #e5e5e5;
  border-color: transparent;
}

ul.list li .info .btn-box a.btn:hover {
  color: #fff;
  background-color: #000;
}

ul.list li .img {
  border-radius: 1rem;
  overflow: hidden;
}

.btn-box {
  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;
}

.btn-box a.btn {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  margin: 0 1rem;
  background-color: #fff;
  border-radius: 5rem;
  border-color: #c8c8c8;
  border-width: 1px;
  border-style: solid;
  color: #1a1a1a;
  -webkit-transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
  transition: color 0.15s linear, background-color 0.15s linear, border-color 0.15s linear;
}

@media screen and (max-width: 768px) {
  .btn-box a.btn {
    font-size: 1.4rem;
    padding: 1rem 1.2rem 1rem 2rem;
  }
}

.btn-box a.btn:after {
  content: "\e5e1";
  font-family: "Material Symbols Outlined";
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.btn-box a.btn:hover {
  color: #fff !important;
  border-color: #d70c19 !important;
  background-color: #d70c19 !important;
}

.btn-box a.btn.sp:hover {
  border-color: #000 !important;
  background-color: #000 !important;
}

.link-box {
  text-align: center;
}

.link-box a {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  border-radius: 5rem;
  border: 1px solid rgba(215, 12, 25, 0);
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.link-box a:after {
  content: "\e5e1";
  font-family: "Material Symbols Outlined";
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.link-box a:hover {
  border: 1px solid rgb(215, 12, 25);
}

.info_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;
}

.info_icon a {
  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: 1.2rem;
  color: #4d5153;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.info_icon a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  margin-right: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.info_icon a i:after {
  content: "\e88e";
  font-family: "Material Symbols Outlined";
}

.info_icon a:hover {
  color: #d70c19;
}

.swiper .swiper-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper .swiper-control {
  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 screen and (max-width: 768px) {
  .swiper .swiper-control {
    margin-top: 1rem;
  }
}

.swiper .swiper-control .swiper-button-next,
.swiper .swiper-control .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  color: #b3b3b3;
  font-size: 2.4rem;
  width: 3.6rem;
  height: 3.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.swiper .swiper-control .swiper-button-next:after,
.swiper .swiper-control .swiper-button-prev:after {
  font-family: "Material Symbols Outlined";
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.swiper .swiper-control .swiper-button-next:hover,
.swiper .swiper-control .swiper-button-prev:hover {
  color: #d70c19;
}

.swiper .swiper-control .swiper-button-next.swiper-button-disabled,
.swiper .swiper-control .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}

.swiper .swiper-control .swiper-button-next.swiper-button-disabled:hover,
.swiper .swiper-control .swiper-button-prev.swiper-button-disabled:hover {
  color: #b3b3b3;
  cursor: auto;
}

.swiper .swiper-control .swiper-button-prev:after {
  content: "\e2ea";
}

.swiper .swiper-control .swiper-button-next:after {
  content: "\e5e1";
}

.swiper .swiper-control .swiper-pagination {
  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;
  margin: 0 6px;
}

.swiper .swiper-control .swiper-pagination span {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  border-radius: 100%;
  background-color: #b3b3b3;
}

.swiper .swiper-control .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #D02025;
  width: 26px;
  border-radius: 4px;
}

section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

section .anchor {
  position: absolute;
  top: calc(var(--header-height) * -0.5);
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  section .anchor {
    top: calc(var(--header-height) * -1);
  }
}

section .content {
  position: relative;
  padding: 8rem 0;
  z-index: 2;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  section .content {
    padding: 3rem 0;
  }
}

section .content h1 {
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 16px;
  margin-right: -16px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section .content h1 {
    font-size: 2.6rem;
    letter-spacing: 1rem;
    margin-right: -1rem;
  }
}

section .content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 5px;
  margin-right: -5px;
  line-height: 1.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section .content h2 span {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
}

section .content h2 span i {
  position: relative;
  z-index: 3;
}

section .content h2 span:before {
  content: attr(data-storke);
  position: absolute;
  z-index: 2;
  text-stroke: 0.35rem #fff;
  -webkit-text-stroke: 0.35rem #fff;
}

section .content h2 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 5px);
  width: 120%;
  height: 60%;
  border-radius: 5rem;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

section .content h3 {
  font-size: 2.2rem;
  letter-spacing: 5px;
  margin-right: -5px;
  line-height: 1.5;
  text-align: center;
}

section .content h3.title {
  position: relative;
  font-weight: 700;
  padding-bottom: 1.5rem;
}

section .content h3.title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-size: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#feb3c0), color-stop(30%, #feb3c0), color-stop(55%, #e2677c), color-stop(85%, #e2677c), to(#feb3c0));
  background-image: linear-gradient(90deg, #feb3c0 0%, #feb3c0 30%, #e2677c 55%, #e2677c 85%, #feb3c0 100%);
  background-repeat: repeat;
  -webkit-animation: bg_move 1s infinite linear;
}

@media screen and (max-width: 768px) {
  section .content h3 {
    letter-spacing: 0.5rem;
    margin-right: -0.5rem;
  }
}

section .content h4 {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 2px;
  margin-right: -2px;
}

section .content p {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 2px;
  margin-right: -2px;
}

section .content small {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 2px;
  margin-right: -2px;
}

section .content .link-box {
  font-size: 1.4rem;
  margin-top: 2rem;
}

section.section_1 {
  height: 100vh;
  height: 100svh;
  max-height: 440px;
  padding: 8rem 3rem 0 3rem;
}

section.section_1 .content {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

section.section_1 .content .text {
  width: 100%;
  max-width: 1040px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 120px;
}

section.section_1 .content .text .text_box {
  display: block;
  width: 100%;
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.section_1 .content .text .text_box>img {
  display: block;
  width: 100%;
  height: auto;
}

section.section_1 .content .text ol.card_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 330px;
  height: max-content;
}

section.section_1 .content .text ol.card_list li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section.section_1 .content .text ol.card_list li:not(:last-of-type) {
  margin-right: 2rem;
}

@media screen and (max-width: 1124px) {
  section.section_1 {
    aspect-ratio: 1124 / 440;
    height: auto;
    padding: 10rem 10rem 0 10rem;
  }

  section.section_1 .content .text {
    max-width: 840px;
  }

  section.section_1 .content .text .text_box {
    max-width: 380px;
  }
  
  section.section_1 .content .text ol.card_list {
    max-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  section.section_1 {
    padding: 8rem 3rem;
    aspect-ratio: auto;
    max-height: max-content;
  }
  
  section.section_1 .content .text {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  section.section_1 .content .text .text_box {
    max-width: 480px;
  }

  section.section_1 .content .text ol.card_list {
    transform: translateX(3%);
  }
  
  section.section_1 .content .text ol.card_list li:not(:last-of-type) {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 576px) {
  section.section_1 .content .text {
    gap: 24px;
  }
}

section.section_1 .content .text ol.card_list li a.card {
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: translate3d(0.1px, 0.1px, 0.1px);
  transform: translate3d(0.1px, 0.1px, 0.1px);
}

section.section_1 .content .text ol.card_list li a.card .card_img {
  position: relative;
  z-index: 10;
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden;
  border-radius: 0.7rem;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  section.section_1 .content .text ol.card_list li a.card .card_img {
    border-radius: 4px;
    pointer-events: none;
  }
}

section.section_1 .content .text ol.card_list li a.card .card_img:before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  z-index: 5;
  background-image: linear-gradient(150deg, transparent 40%, #fed5d3 48%, #cde5fd 50%, #dbccf1 52%, transparent 60%);
  background-position: 50% 50%;
  background-size: 250% 250%;
  opacity: 0;
  -webkit-filter: brightness(0.75) contrast(1.75);
  filter: brightness(0.75) contrast(1.75);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.section_1 .content .text ol.card_list li a.card:hover .card_img {
  -webkit-transition: none;
  transition: none;
}

section.section_1 .content .text ol.card_list li a.card:hover .card_img:before {
  opacity: 0.5;
  -webkit-transition: none;
  transition: none;
}

section.section_1 .content .img {
  pointer-events: none;
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-28%, 0);
  transform: translate(-28%, 0);
}

@media screen and (max-width: 768px) {
  section.section_1 .content .img {
    position: relative;
    width: 110%;
    height: auto;
    margin-top: -3rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

section.section_1 .content .img>div {
  position: absolute;
}

section.section_1 .content .img>div .var,
section.section_1 .content .img>div .lev {
  position: relative;
}

section.section_1 .content .img .kv-woman {
  width: 25.9%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-77%, -28%);
  transform: translate(-77%, -28%);
}

section.section_1 .content .img .kv-woman .ver {
  -webkit-animation: up_down 8s infinite linear;
}

section.section_1 .content .img .kv-woman .lev {
  -webkit-animation: left_right 5s infinite linear;
}

section.section_1 .content .img .kv-man {
  width: 25.9%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-24%, -28%);
  transform: translate(-24%, -28%);
}

section.section_1 .content .img .kv-man .ver {
  -webkit-animation: up_down 5s infinite linear;
}

section.section_1 .content .img .kv-man .lev {
  -webkit-animation: left_right 8s infinite linear;
}

section.section_1 .content .img .kv-light {
  width: 100%;
  top: 0;
  left: 0;
}

section.section_1 .content .img .kv-item-1 {
  width: 18.6%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-229%, -353%);
  transform: translate(-229%, -353%);
}

section.section_1 .content .img .kv-item-1 .img_box.aos-animate {
  opacity: 1;
  -webkit-animation: z_1 5s 1s infinite linear;
}

section.section_1 .content .img .kv-item-2 {
  width: 18.6%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-209%, -147%);
  transform: translate(-209%, -147%);
}

section.section_1 .content .img .kv-item-2 .img_box.aos-animate {
  opacity: 1;
  -webkit-animation: z_1 5s 1s infinite linear;
}

section.section_1 .content .img .kv-item-3 {
  width: 18.6%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-216%, -2%);
  transform: translate(-216%, -2%);
}

section.section_1 .content .img .kv-item-3 .img_box.aos-animate {
  opacity: 1;
  -webkit-animation: z_1 5s 1s infinite linear;
}

section.section_1 .content .img .kv-item-4 {
  width: 18.6%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-182%, 16%);
  transform: translate(-182%, 16%);
}

section.section_1 .content .img .kv-item-4 .img_box.aos-animate {
  opacity: 1;
  -webkit-animation: z_1 5s 1s infinite linear;
}

section.section_1 .content .img .kv-item-5 {
  width: 18.6%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-165%, -112%);
  transform: translate(-165%, -112%);
}

section.section_1 .content .img .kv-item-5 .img_box.aos-animate {
  opacity: 1;
  -webkit-animation: z_1 5s 1s infinite linear;
}

section.section_1 .content .img .kv-item-6 {
  width: 18.6%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-133%, -82%);
  transform: translate(-133%, -82%);
}

section.section_1 .content .img .kv-item-6 .img_box.aos-animate {
  opacity: 1;
  -webkit-animation: z_1 5s 1s infinite linear;
}

section.section_1 .content .img .kv-item-7 {
  width: 18.6%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(128%, -118%);
  transform: translate(128%, -118%);
}

section.section_1 .content .img .kv-item-7 .img_box.aos-animate {
  opacity: 1;
  -webkit-animation: z_2 5s 1s infinite linear;
}

section.section_1 .content .img .kv-item-8 {
  width: 18.6%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(120%, 15%);
  transform: translate(120%, 15%);
}

section.section_1 .content .img .kv-item-8 .img_box.aos-animate {
  opacity: 1;
  -webkit-animation: z_2 5s 1s infinite linear;
}

section.section_1 .content .img .kv-item-9 {
  width: 18.6%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(54%, 30%);
  transform: translate(54%, 30%);
}

section.section_1 .content .img .kv-item-9 .img_box.aos-animate {
  opacity: 1;
  -webkit-animation: z_2 5s 1s infinite linear;
}

section.section_1 .content .img .kv-item-10 {
  width: 18.6%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(64%, 305%);
  transform: translate(64%, 305%);
}

section.section_1 .content .img .kv-item-10 .img_box.aos-animate {
  opacity: 1;
  -webkit-animation: z_2 5s 1s infinite linear;
}

section.section_1 .content .img .kv-item-11 {
  width: 18.6%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(64%, -125%);
  transform: translate(64%, -125%);
}

section.section_1 .content .img .kv-item-11 .img_box.aos-animate {
  opacity: 1;
  -webkit-animation: z_2 5s 1s infinite linear;
}

section.section_1 .content .img .kv-item-12 {
  width: 18.6%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(94%, -52%);
  transform: translate(94%, -52%);
}

section.section_1 .content .img .kv-item-12 .img_box.aos-animate {
  opacity: 1;
  -webkit-animation: z_2 5s 1s infinite linear;
}

section.section_1 .content .img .kv-item-13 {
  width: 18.6%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(129%, 42%);
  transform: translate(129%, 42%);
}

section.section_1 .content .img .kv-item-13 .img_box.aos-animate {
  opacity: 1;
  -webkit-animation: z_2 5s 1s infinite linear;
}

section.section_1 .content .img .kv-airplane {
  width: 22%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-8%, -280%);
  transform: translate(-8%, -280%);
}

section.section_1 .content .img .kv-bg {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 768px) {
  section.section_1 .content .img .kv-bg {
    width: 100%;
    height: auto;
  }
}

section.section_1 .content .img .kv-bg .img_box {
  height: 100%;
}

@media screen and (max-width: 768px) {
  section.section_1 .content .img .kv-bg .img_box {
    width: 100%;
    height: auto;
  }
}

section.section_1 .content .img .kv-bg img {
  width: auto;
  height: 100%;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1.28);
  transform: scale(1.28);
}

@media screen and (max-width: 768px) {
  section.section_1 .content .img .kv-bg img {
    width: 100%;
    height: auto;
  }
}

section.section_2 .content {
  padding-bottom: 0;
}

section.section_2 .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  section.section_2 .img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3rem;
  }
}

section.section_2 .img .left,
section.section_2 .img .right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  overflow: hidden;
}

section.section_2 .img .left .ani_box,
section.section_2 .img .right .ani_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.section_2 .img .left .list_text,
section.section_2 .img .right .list_text {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 40%;
}

@media screen and (max-width: 768px) {

  section.section_2 .img .left .list_text,
  section.section_2 .img .right .list_text {
    width: 50%;
  }
}

section.section_2 .img .left .list_img,
section.section_2 .img .right .list_img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

section.section_2 .img .left {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  section.section_2 .img .left {
    margin-bottom: 0;
  }
}

section.section_2 .img .right {
  margin-top: 20rem;
}

@media screen and (max-width: 768px) {
  section.section_2 .img .right {
    margin-top: 3rem;
  }
}

section.section_2 .img .right .ani_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

section.section_2 .img .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  section.section_2 .img .bg {
    display: none;
  }
}

section.section_2 .img .list_img {
  position: relative;
}

section.section_2 .img .list_img .list_person {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100;
  z-index: 2;
}

section.section_3 .content {
  padding-bottom: 0;
}

section.section_3 .text {
  margin-bottom: 2rem;
}

section.section_3 .img {
  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%;
  background-size: 100%;
  background-image: linear-gradient(120deg, #e36b7f 0%, #d42c49 90%);
  background-repeat: no-repeat;
  overflow: hidden;
}

section.section_3 .img .img_slide {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
  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-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@media screen and (max-width: 768px) {
  section.section_3 .img .img_slide {
    margin: 0 4rem;
  }

  section.section_3 .img .img_slide>.img_box:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  section.section_3 .img .img_slide>.img_box:nth-of-type(2) .img_item {
    -webkit-animation: img_fade 3s infinite alternate linear;
  }
}

section.section_3 .img .img_slide .img_mask {
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%;
  height: 100%;
  z-index: 5;
}

section.section_3 .img .img_slide .img_mask .img_box {
  -webkit-backdrop-filter: contrast(1.15) saturate(1.15);
  backdrop-filter: contrast(1.15) saturate(1.15);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

section.section_3 .img .img_slide .img_item {
  position: relative;
  width: 220px;
  height: 400px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  section.section_3 .img .img_slide .img_item {
    width: 18svh;
    height: 36svh;
  }
}

section.section_3 .img .img_slide .img_item .img_com {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: skewX(20deg) translateX(-50%);
  transform: skewX(20deg) translateX(-50%);
}

@media screen and (max-width: 768px) {
  section.section_3 .img .img_slide .img_item .img_com {
    width: 180%;
  }
}

section.section_3 .img .img_slide .img_item .img_com img {
  display: block;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  section.section_3 .img .img_slide .img_item .img_com img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

section.section_3 .img .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 240px;
  margin: 0 5%;
}

@media screen and (max-width: 768px) {
  section.section_3 .img .text {
    min-width: auto;
    margin: 0;
    white-space: nowrap;
    z-index: 5;
  }
}

@media screen and (max-width: 768px) {
  section.section_3 .img .text .m_2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

section.section_3 .img .text .text_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  section.section_3 .img .text .text_box {
    max-width: none;
  }
}

section.section_3 .img .text h3.title:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#f0b0bb), color-stop(30%, #f0b0bb), color-stop(55%, #fff), color-stop(85%, #fff), to(#f0b0bb));
  background-image: linear-gradient(90deg, #f0b0bb 0%, #f0b0bb 30%, #fff 55%, #fff 85%, #f0b0bb 100%);
}

section.section_4 {
  background-image: url("../images/list_box_bg.jpg");
  background-position: top center;
  background-size: 100% 100%;
}

section.section_4 .content {
  padding-top: 2rem;
}

section.section_4 .swiper_list {
  position: relative;
  padding-top: 8rem;
}

@media screen and (max-width: 768px) {
  section.section_4 .swiper_list {
    padding-top: 3rem;
  }
}

section.section_4 .swiper_list:not(:last-of-type) {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  section.section_4 .swiper_list:not(:last-of-type) {
    padding-bottom: 2rem;
  }
}

section.section_4 .text {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {

  section.section_4 .swiper .swiper-control .swiper-button-prev,
  section.section_4 .swiper .swiper-control .swiper-button-next {
    position: absolute;
    border-radius: 100%;
    border: #b3b3b3 1px solid;
    background-color: rgba(255, 255, 255, 0.7);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  section.section_4 .swiper .swiper-control .swiper-button-prev {
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  section.section_4 .swiper .swiper-control .swiper-button-next {
    right: 10px;
  }
}

section.section_4 .mySwiper {
  position: relative;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  section.section_4 .mySwiper {
    width: 100%;
  }
}

section.section_4 .mySwiper .swiper-slide {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
  padding: 2.5%;
}

@media screen and (max-width: 768px) {
  section.section_4 .mySwiper .swiper-slide {
    padding: 4% 10%;
  }
}

section.section_4 .mySwiper .swiper-slide .swiper-box {
  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;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.3rem 0 #b3262a, 0 0 0.6rem rgba(0, 0, 0, 0.45);
  box-shadow: 0 0.3rem 0 #b3262a, 0 0 0.6rem rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 768px) {
  section.section_4 .mySwiper .swiper-slide .swiper-box {
    border-radius: 8px;
  }
}

section.section_4 .mySwiper .swiper-slide .swiper-box .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding-bottom: 3rem;
}

section.section_4 .mySwiper .swiper-slide .swiper-box .text h3.title {
  padding-top: 3rem;
}

section.section_4 .mySwiper .swiper-slide .swiper-box .text h3.title:after {
  max-width: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

section.section_4 .mySwiper .swiper-slide .swiper-box .text h3.title.sp {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#55a8bd), to(#56c4bb));
  background-image: linear-gradient(90deg, #55a8bd 0%, #56c4bb 100%);
}

section.section_4 .mySwiper .swiper-slide .swiper-box .text h3.title.sp:after {
  display: none;
}

section.section_4 .mySwiper .swiper-slide .swiper-box .img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  width: 100%;
  background-image: none;
  overflow: hidden;
}

section.section_4 .mySwiper_1 {
  position: relative;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  section.section_4 .mySwiper_1 {
    width: 100%;
  }
}

section.section_4 .mySwiper_1 .swiper-slide {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  padding: 2.5%;
}

@media screen and (max-width: 768px) {
  section.section_4 .mySwiper_1 .swiper-slide {
    padding: 4% 10%;
  }
}

section.section_4 .mySwiper_1 .swiper-slide .swiper-box {
  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;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  section.section_4 .mySwiper_1 .swiper-slide .swiper-box {
    border-radius: 8px;
  }
}

section.section_5 {
  background-color: #f1f1f1;
}

section.section_5 .text h4 {
  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;
  margin-top: 1rem;
  margin-bottom: 5rem;
}

section.section_5 .text h4 a {
  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;
  color: inherit;
  text-decoration: none;
  padding: 1rem 2rem;
}

section.section_5 input[name=tab_chk] {
  display: none;
}

section.section_5 input[name=tab_chk]#tab_chk_1:checked~ol.tab li:nth-child(1) label {
  color: #000;
}

section.section_5 input[name=tab_chk]#tab_chk_1:checked~ol.tab li:nth-child(1) label:after {
  opacity: 1;
}

section.section_5 input[name=tab_chk]#tab_chk_1:checked~ul.tab_content.tab_init li:nth-child(1) {
  display: block;
}

section.section_5 input[name=tab_chk]#tab_chk_2:checked~ol.tab li:nth-child(2) label {
  color: #000;
}

section.section_5 input[name=tab_chk]#tab_chk_2:checked~ol.tab li:nth-child(2) label:after {
  opacity: 1;
}

section.section_5 input[name=tab_chk]#tab_chk_2:checked~ul.tab_content.tab_init li:nth-child(2) {
  display: block;
}

section.section_5 input[name=tab_chk]#tab_chk_3:checked~ol.tab li:nth-child(3) label {
  color: #000;
}

section.section_5 input[name=tab_chk]#tab_chk_3:checked~ol.tab li:nth-child(3) label:after {
  opacity: 1;
}

section.section_5 input[name=tab_chk]#tab_chk_3:checked~ul.tab_content.tab_init li:nth-child(3) {
  display: block;
}

section.section_5 .tab_wrapper {
  display: block;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  section.section_5 .tab_wrapper {
    width: 100%;
  }
}

section.section_5 ol.tab {
  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;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 3rem;
}

section.section_5 ol.tab li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 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;
  top: 1px;
}

section.section_5 ol.tab li label {
  cursor: pointer;
  position: relative;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 2px;
  margin-right: -2px;
  color: #b3b3b3;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (max-width: 768px) {
  section.section_5 ol.tab li label {
    letter-spacing: normal;
    margin-right: 0;
  }
}

section.section_5 ol.tab li label:hover {
  color: #999;
}

section.section_5 ol.tab li label:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-size: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#feb3c0), color-stop(30%, #feb3c0), color-stop(55%, #e2677c), color-stop(85%, #e2677c), to(#feb3c0));
  background-image: linear-gradient(90deg, #feb3c0 0%, #feb3c0 30%, #e2677c 55%, #e2677c 85%, #feb3c0 100%);
  background-repeat: repeat;
  opacity: 0;
  -webkit-animation: bg_move 1s infinite linear;
}

section.section_5 ul.tab_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}

section.section_5 ul.tab_content.tab_init li {
  display: none;
}

section.section_5 ul.tab_content li {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}

section.section_5 ul.tab_content li .mySwiper_2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

section.section_5 ul.tab_content li .mySwiper_2 .swiper-slide {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 24%;
  padding: 4.5%;
}

section.section_5 ul.tab_content li .mySwiper_2 .swiper-slide .swiper-box {
  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;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section.section_5 ul.tab_content li .mySwiper_2 .swiper-slide .swiper-box .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  margin-top: 3rem;
}

section.section_5 ul.tab_content li .mySwiper_2 .swiper-slide .swiper-box .img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  width: 100%;
  background-image: none;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  section.section_5 ul.tab_content li .mySwiper_2 .swiper-slide .swiper-box .img {
    width: 60%;
    margin: 0 auto;
  }
}

section.section_6 {
  background-image: url("../images/bg_1.jpg");
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  section.section_6 {
    background-size: 120% auto;
  }
}

@media screen and (max-width: 768px) {
  section.section_6 {
    background-image: url("../images/bg_1_m.jpg");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: repeat;
  }
}

@media screen and (max-width: 768px) {
  section.section_6 .content {
    padding: 3rem 0 8rem 0;
  }
}

section.section_6 .img {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  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.section_6 .img .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 8rem;
}

@media screen and (max-width: 768px) {
  section.section_6 .img .left {
    display: none;
  }
}

section.section_6 .img .right {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 65%;
}

@media screen and (max-width: 768px) {
  section.section_6 .img .right {
    width: 100%;
  }
}

section {
  overflow: hidden !important;
}

section.section_6 .img .right .text:not(:last-of-type) {
  margin-bottom: 6rem;
}

section.section_6 .img .right .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 1rem;
  padding: 2rem 2rem 3.6rem 2rem;
  background-color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  section.section_6 .img .right .box {
    padding: 2rem 1.2rem 3.6rem 1.2rem;
  }
}

section.section_6 .img .right .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 90%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  section.section_6 .img .right .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: none;
    width: 100%;
  }
}

section.section_6 .img .right .flex_box i {
  display: block;
  width: 30%;
  max-width: 100px;
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  section.section_6 .img .right .flex_box i {
    margin: 0 auto;
  }
}

section.section_6 .img .right .flex_box h5 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  section.section_6 .img .right .flex_box h5 {
    text-align: center;
  }
}

section.section_6 .img .right h4 {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

section.section_6 .img .right h4 i {
  width: 3.6rem;
  margin-right: 1rem;
}

section.section_6 .img .right h4 span {
  display: inline-block;
}

section.section_6 .img .right h4 span:nth-of-type(1) {
  margin-right: 1.2rem;
}

@media screen and (max-width: 768px) {
  section.section_6 .img .right h4 span:nth-of-type(1) {
    margin-right: 0;
  }
}

section.section_6 .img .right h5 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  section.section_6 .img .right h5 {
    font-size: 1.5rem;
  }
}

section.section_6 .img .right h5 br {
  display: block;
}

@media screen and (max-width: 768px) {
  section.section_6 .img .right h5 br {
    display: none;
  }
}

section.section_6 .img .right ol {
  font-size: 1.4rem;
  margin-top: 2rem;
}

section.section_6 .img .right ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

section.section_6 .img .right ol li:not(:last-of-type) {
  margin-bottom: 1rem;
}

section.section_6 .img .right ol li i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  color: #fff;
  background-color: #d70c19;
  text-align: center;
  width: 8rem;
  padding: 5px 10px;
  border-radius: 5rem;
  margin-right: 1rem;
}

section.section_6 .img .right ol li span {
  padding: 5px 0;
}

section.section_6 .img .right small {
  line-height: 1.6;
}

section.section_6 .img .right .btn-box {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

section.section_6 .img .right .btn-box a.btn {
  padding: 1.5rem 1.5rem 1.5rem 1.9rem;
  font-size: 1.3rem;
}

section.section_7 {
  background-size: 100%;
  background-image: linear-gradient(120deg, #e36b7f 0%, #d42c49 90%);
  background-repeat: no-repeat;
}

section.section_7 .anchor {
  top: calc(var(--header-height) * -1);
}

section.section_7 .content {
  padding: 12rem 0;
}

@media screen and (max-width: 768px) {
  section.section_7 .content {
    padding: 8rem 0 5rem 0;
  }
}

section.section_7 .img {
  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: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  section.section_7 .img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section.section_7 .img .left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5rem;
}

@media screen and (max-width: 768px) {
  section.section_7 .img .left {
    max-width: 80%;
    margin-right: 0;
    margin-bottom: 6rem;
  }
}

section.section_7 .img .left .list_img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 260px;
  margin: 0 1.5rem;
}

section.section_7 .img .left .list_img .img_box {
  border-radius: 1.2rem;
  overflow: hidden;
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.2);
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  section.section_7 .img .left .list_img .img_box {
    border-radius: 6px;
  }
}

section.section_7 .img .left .list_img:nth-of-type(1) {
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}

section.section_7 .img .left .list_img:nth-of-type(2) {
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}

section.section_7 .img .right {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
  text-align: center;
}

section.section_7 .img .right h1 {
  font-size: 3rem;
  letter-spacing: 10px;
  margin-right: -10px;
  margin-bottom: 1.5rem;
}

section.section_7 .img .right p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 2rem;
  font-size: 1.8rem;
  border-radius: 5rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

section.section_7 .img .right p span {
  position: relative;
  margin: 0 2.2rem;
  -webkit-transform: scale(2) translateY(-12%);
  transform: scale(2) translateY(-12%);
}

section.section_7 .img .right p span i {
  position: relative;
  z-index: 2;
}

section.section_7 .img .right p span:before {
  content: attr(data-storke);
  position: absolute;
  z-index: 1;
  text-stroke: 0.24rem #fff;
  -webkit-text-stroke: 0.24rem #fff;
}

section.section_7 .img .right .btn-box a.btn {
  padding: 1.2rem 3rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

section.section_8 dl {
  width: 80%;
  margin: 0 auto;
  background-color: #eee;
}

section.section_8 dl dt {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  section.section_8 dl dt {
    font-size: 13px;
  }
}

section.section_8 dl dt label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.section_8 dl dt label span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section.section_8 dl dt label i {
  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-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
  line-height: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0) scale(1.5);
  transform: rotate(0) scale(1.5);
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
}

section.section_8 dl dt label i:after {
  content: "\e5cf";
  font-family: "Material Symbols Outlined";
}

section.section_8 dl dt label:hover i {
  color: #d70c19;
}

section.section_8 dl dd {
  display: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  border-top: 3px solid #fff;
  padding: 2rem;
  overflow: hidden;
}

section.section_8 dl dd b {
  font-size: 1.05em;
  display: block;
  font-weight: 600;
}

section.section_8 input#note_chk {
  display: none;
}

section.section_8 input#note_chk:checked~dl dt label i {
  -webkit-transform: rotate(-180deg) scale(1.5);
  transform: rotate(-180deg) scale(1.5);
}

section.section_8 input#note_chk:checked~dl dd {
  display: block;
}

/* ----------新增sidebars---------- */

.sidebars {
  position: fixed;
  z-index: 1000;
  right: 0;
  display: flex;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
}

.sb-open,
.sb-apply {
  width: 72px;
  height: auto;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  border-radius: 16px 0px 0px 16px;
  padding: 24px;
box-shadow: 0px 6px 8px 0px rgba(156, 156, 156, 0.20);
display: flex;
flex-direction: column;
align-items: center;
}
.sb-open{
  background: linear-gradient(162deg, #E19626 -0.5%, #FFC267 18.14%, #D48D23 46.63%, #E39B2F 91.78%);
  margin-bottom: 24px;
}
.sb-open span{
  display: inline-block;
  margin-top: -2px;
}
.sb-apply {
  background: linear-gradient(156deg, #D70C18 17.28%, #F35454 39.68%, #CD2222 62.09%, #D70C18 84.49%);
}

@media screen and (max-width: 768px) {

  .sidebars {
    bottom: 0;
    top: auto;
    right: auto;
    flex-direction: row;
    width: 100%;
    transform: translateY(0);
  }

  .sb-open,
  .sb-apply {

    /* 0428 修改 start */
    /* width: 50%; */
    flex: 1;
    /* 0428 修改 end */

    height: 52px;
    margin-bottom: 0;
    font-size: 20px;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    border-radius: 0px;
  }

  /* 0428 修改 start */
  /* .sb-open{
    border-radius: 12px 0px 0px 0px;
  }
  .sb-apply {
    border-radius: 0px 12px 0px 0px;
  } */
  .sidebars a:last-child {
    border-top-right-radius: 12px;
  }
  .sidebars a:first-child {
    border-top-left-radius: 12px;
  }
  /* 0428 修改 end */


  .sb-open span{
    margin-top: 0;
    width: 24px;
  }
  .sidebars img{
    width: 24px;
  }
}

/* ----------------------- */
section.section_1 .content .text ol.card_list li:last-of-type a.card {
  padding-right: 2rem;
  padding-top: 3rem;
}







/* ------------------------- */
#popup_9 .modal-box{
  padding-top: 50px;
  max-width: 800px;
  background: url(../images/list_box_bg.jpg);
 }

@media (min-width: 768px) {
  #popup_9 .mobile{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #popup_9 .desktop{
    display: none;
  }
}
#popup_9 .mobile .part_2{
  overflow: hidden;
  position: relative;
}
#popup_9 .mobile .part_2 .swiper_container{
  display: flex;
  width: 300%;
  transition: transform 1s;
}
#popup_9 .mobile .part_2 .swiper_container div{
  flex:1;
}
#popup_9 .mobile .part_2 .nav_left, #popup_9 .mobile .part_2 .nav_right{
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  /* background-color: #45cff260; */
}
#popup_9 .mobile .part_2 .nav_right{
  left:50%;
  /* background-color: #e94f875e; */
}
#popup_9 .mobile .part_3{
  margin-top: 2rem;
  margin-bottom: 4rem;
}
#popup_9 .desktop .part_3{
  margin-top: 3rem;
  margin-bottom: 5rem;
}
#popup_9 .desktop .part_4{
  margin-top: 1rem;
  margin-bottom: 2rem;
}
#popup_9 .part_6.collapse img{
  display: none;
}
#popup_9 .part_5.open .to_open{
  display: none;
}
#popup_9 .part_5:not(.open) .to_close{
  display: none;
}
#popup_9 .part_7{
  margin-bottom: 4rem;
}


/* ---------------------- */
.section_mtr {
  padding-top: 6rem;
  background: transparent;
  /* background: linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%); */
}
@media (min-width: 768px) {
  .section_mtr {
    font-size: 1.5rem;
  }
  .section_mtr .mobile_only{
    display: none;
  }
}
.section_mtr > div.content > div.text > h2 span:before {
  content: attr(data-storke);
  position: absolute;
  z-index: 2;
  text-stroke: 0.35rem #fff;
  -webkit-text-stroke: 0.35rem #fff;
}
.section_mtr > div.content > div.text > h2 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 5px);
  width: 120%;
  height: 60%;
  border-radius: 5rem;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

.section_mtr .text h4:not(.m_1_5) {
  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;
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.section_mtr .text h4:not(.m_1_5) a {
  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;
  color: inherit;
  text-decoration: none;
  padding: 1rem 2rem;
}
.section_mtr input[name=tab_feedback] {
  display: none;
}
.section_mtr input[name=tab_feedback]#tab_feedback_1:checked ~ ol.tab li:nth-child(1) label {
  color: #000;
}
.section_mtr input[name=tab_feedback]#tab_feedback_1:checked ~ ol.tab li:nth-child(1) .label_container label:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#feb3c0), color-stop(30%, #feb3c0), color-stop(55%, #e2677c), color-stop(85%, #e2677c), to(#feb3c0));
  background-image: linear-gradient(90deg, #feb3c0 0%, #feb3c0 30%, #e2677c 55%, #e2677c 85%, #feb3c0 100%);
}
.section_mtr input[name=tab_feedback]#tab_feedback_1:checked ~ .tab_container .sub_container ul.tab_content.tab_init > li:nth-child(1) {
  display: block;
}

/* .section_mtr ol.tab li div.label_container{ */
.section_mtr input[name=tab_feedback]#tab_feedback_1:checked ~ ol.tab li:nth-child(1) div.label_container{
  background-image: url(../images/feedback_tab_bg.png);
}
.section_mtr input[name=tab_feedback]#tab_feedback_2:checked ~ ol.tab li:nth-child(2) div.label_container{
  background-image: url(../images/feedback_tab_bg.png);
}
.section_mtr input[name=tab_feedback]#tab_feedback_2:checked ~ ol.tab li:nth-child(2) label {
  color: #000;
}
.section_mtr input[name=tab_feedback]#tab_feedback_2:checked ~ ol.tab li:nth-child(2) .label_container label:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#feb3c0), color-stop(30%, #feb3c0), color-stop(55%, #e2677c), color-stop(85%, #e2677c), to(#feb3c0));
  background-image: linear-gradient(90deg, #feb3c0 0%, #feb3c0 30%, #e2677c 55%, #e2677c 85%, #feb3c0 100%);
}
.section_mtr input[name=tab_feedback]#tab_feedback_2:checked ~ .tab_container .sub_container ul.tab_content.tab_init > li:nth-child(2) {
  display: block;
}
.section_mtr .tab_wrapper {
  display: block;
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
}

.section_mtr .tab_container{
  background: url(../images/feedback_bg_with_color.png);
  background: linear-gradient(transparent, white), url(../images/feedback_bg_no_color.png) no-repeat center, #fbe4e4;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
}
.section_mtr .content{
  padding-bottom: 0;
}
.section_mtr .tab_container .sub_container{
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .section_mtr .tab_container .sub_container {
    width: 100%;
  }
}
.section_mtr ol.tab {
  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;
  /* border-bottom: 1px solid #c9c9c9; */
  /* margin-bottom: 3rem; */
}
.section_mtr ol.tab li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  top: 1px;
}
.section_mtr ol.tab li:nth-child(2) {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.section_mtr ol.tab li div.label_container {
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 74%;
  padding-top: 4rem;
  cursor: pointer;
  height: 10rem;
  text-align: center;
  background-position: 50% 100%;
}
@media screen and (max-width: 768px) {
  .section_mtr ol.tab li div.label_container {
    width: 100%;
    /* min-width: 360px; */
    height: 10rem;
    margin-bottom: -0.7rem;
    padding-top: 2rem;
  }

  .section_mtr ol.tab li div.label_sub_container {
    width: 66%;
    margin-left: 17%;
    position: absolute;
    bottom: 1rem;
  }
  .section_mtr ol.tab li:nth-child(2) div.label_sub_container {
    bottom: 1rem;
  }
}

.section_mtr ol.tab li label {
  position: relative;
  padding-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1px;
  margin-right: -2px;
  color: black;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.section_mtr ol.tab li label br {
  /* display: none; */
}

.section_mtr ol.tab li label:hover {
  color: black;
}

.section_mtr ol.tab li .label_container{
  position: relative;
}
.section_mtr ol.tab li .label_container label:after {
  position: absolute;
  left: -5%;
  bottom: 1.4rem;
  content: "";
  display: block;
  width: 110%;
  height: 4px;
  border-radius: 4px;
  background-size: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(gray), to(gray));
  background-image: linear-gradient(90deg, #8080804d 0%, #8080804d 100%);
  background-repeat: repeat;
  opacity: 1;
  -webkit-animation: bg_move 1s infinite linear;
}
@media screen and (max-width: 768px) {
  .section_mtr ol.tab li label{
    font-size: 1.3rem;
    bottom: 1.7rem;
    padding-bottom: 1.8rem;
  }
  .section_mtr ol.tab li:nth-child(2) label{
    bottom: 2.1rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .section_mtr ol.tab li label br {
    display: none;
  }
}
.section_mtr ul.tab_content {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.section_mtr ul.tab_content.tab_init > li {
  display: none;
}
.section_mtr ul.tab_content >li {
  padding-top: 5rem;
  display: block;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.section_mtr ul.tab_content >li .feed_title_row {
  display: flex;
  justify-content: space-around;
  padding: 0 10%;
}
.section_mtr ul.tab_content >li .feed_title_row .space {
  flex: 1;
}
.section_mtr ul.tab_content >li .feed_title_row .feed_title {
  flex: 5;
  /* padding-left: 3rem; */
  text-align: left;
}
.section_mtr ul.tab_content >li .feed_title_row .feed_title h4{
  text-align: inherit;
    font-weight: bolder;
    line-height: 3rem;
}
.section_mtr ul.tab_content >li .feed_title_row .feed_title label{
  text-align: inherit;
    font-size: 1.3rem;
    line-height: 2rem;
}
.section_mtr ul.tab_content >li .feed_title_row .feed_back_btn {
  flex: 1;
  text-align: right;
}
.section_mtr ul.tab_content >li .feed_title_row .feed_back_btn .btn-box {
  margin-top: 1.2rem;
  justify-content: right;
}
.section_mtr ul.tab_content >li .feed_title_row .feed_back_btn .btn-box a {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .section_mtr ul.tab_content >li .feed_title_row{
    padding: 0 5%;
  }
  .section_mtr ul.tab_content >li .feed_title_row .feed_title{
    flex: 3;
  }
  /* .section_mtr ul.tab_content >li .feed_title_row .feed_back_btn{
    flex: 2;
  } */
  .section_mtr ul.tab_content >li .feed_title_row .feed_title h4 {
    font-size: 1.2rem;
  }
  .section_mtr ul.tab_content >li .feed_title_row .feed_title label{
    font-size: 1rem;
  }
  .section_mtr ul.tab_content >li .feed_title_row .feed_back_btn .btn-box{
    margin-top: 1.5rem;
  }
  .section_mtr ul.tab_content >li .feed_title_row .feed_back_btn .btn-box a {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    max-width: 100%;
  }
}
.section_mtr ul.tab_content >li .mySwiper_2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section_mtr ul.tab_content >li .mySwiper_2 .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24%;
  padding: 4.5%;
}
.section_mtr ul.tab_content >li .mySwiper_2 .swiper-slide .swiper-box {
  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;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section_mtr ul.tab_content >li .mySwiper_2 .swiper-slide .swiper-box .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  margin-top: 3rem;
}
.section_mtr ul.tab_content >li .mySwiper_2 .swiper-slide .swiper-box .img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 100%;
  background-image: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section_mtr ul.tab_content >li .mySwiper_2 .swiper-slide .swiper-box .img {
    width: 60%;
    margin: 0 auto;
  }
}

/* sub tabs */
.section_mtr .sub_tab_container{
  margin-top: 2rem;
}
div.card-tabs-bar {
  display: flex;
  justify-content: space-between;
}
div.card-tabs-bar a {
  flex: 1;
  text-align: center;
  background-color: #fafafa7d;
  border-top-right-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
  text-decoration: none !important;
  position: relative;
  font-size: inherit !important;
}
div.card-tabs-bar a:not(:first-of-type) {
  margin-left: 0.5rem !important;
}
div.card-tabs-bar a:not(:last-of-type) {
  margin-right: 0.5rem !important;
}
div.card-tabs-bar a.active {
  border: none !important;
  background-color: #fafafa;
  border-top: none !important;
  border-top-right-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
  /* margin: 0 !important; */
}
div.card-tabs-stack div[data-tab]{
  border: none !important;
  padding: 0 !important;
}

div.card-tabs-bar a.active::after {
  position: absolute;
  left: 10%;
  bottom: 0;
  content: "";
  display: block;
  width: 80%;
  height: 4px;
  /* border-radius: 4px; */
  background-size: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#feb3c0), color-stop(30%, #feb3c0), color-stop(55%, #e2677c), color-stop(85%, #e2677c), to(#feb3c0));
  background-image: linear-gradient(90deg, #feb3c0 0%, #feb3c0 30%, #e2677c 55%, #e2677c 85%, #feb3c0 100%);
  background-repeat: repeat;
  opacity: 1;
  -webkit-animation: bg_move 1s infinite linear;
}
.feed_swiper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 50px;
}
.section_mtr .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  background: none;
  border: none;
  font-size: 3rem;
}
.section_mtr .swiper-button-prev {
  left: 10px;
}
.section_mtr .swiper-button-next {
  right: 10px;
}
.section_mtr .slick-dots {
  margin-left: -50px;
}
.section_mtr .slick-dots li.slick-active button:before{
  color: red;
}
.section_mtr .carousel-item{
  text-decoration: none;
  color: black;
  margin: 1rem;
  display: flex;
  flex-direction: column;
}
.section_mtr .carousel-item.isDisabled{
  cursor: not-allowed;
  pointer-events: none;
}
.section_mtr .carousel-item div{
  /* padding: ; */
  margin-bottom: 2rem;
  position: relative;
  flex:2;
  margin-left: auto;
  margin-right: auto;
}
.section_mtr .carousel-item p:nth-child(2){
  margin-bottom: 1rem;
  flex:2;
  min-height: 6rem;
}
@media (min-width: 1000px) {
  .section_mtr .carousel-item p:nth-child(2){
    min-height: 3rem;
  }
}
/* .section_mtr .carousel-item div:after{ */
.section_mtr .carousel-item div:hover:after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  /* border-radius: 4px; */
  background-size: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#feb3c0), color-stop(30%, #feb3c0), color-stop(55%, #e2677c), color-stop(85%, #e2677c), to(#feb3c0));
  background-image: linear-gradient(90deg, #feb3c0 0%, #feb3c0 30%, #e2677c 55%, #e2677c 85%, #feb3c0 100%);
  background-repeat: repeat;
  opacity: 1;
  -webkit-animation: bg_move 1s infinite linear;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.section_mtr .carousel-item div img{
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 12px 1px rgba(133,133,133,0.3);
  -moz-box-shadow: 0px 0px 12px 1px rgba(133,133,133,0.3);
  box-shadow: 0px 0px 12px 1px rgba(133,133,133,0.3);
  object-fit: contain;
  width: 100%;
}
.section_mtr .carousel-item div img:hover{
  opacity: 40%;
}
.section_mtr .carousel-item p:nth-child(3){
  /* font-weight: bold; */
}
.section_mtr .slick-dots li button:before{
  font-size: 7px;
}
.section_mtr .carousel-item p:nth-child(3) strong{
  font-weight: bold;
  color: #d70c19;
  font-size: 2rem;
}
.section_mtr .tab_content li:nth-child(2) .mySwiper .swiper-slide .swiper-box .text h3.title:after {
  position: absolute;
    left: 0;
    bottom: 1rem;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-size: 50%;
    background-image: -webkit-gradient(linear, left top, right top, from(#feb3c0), color-stop(30%, #feb3c0), color-stop(55%, #e2677c), color-stop(85%, #e2677c), to(#feb3c0));
    background-image: linear-gradient(90deg, #feb3c0 0%, #feb3c0 30%, #e2677c 55%, #e2677c 85%, #feb3c0 100%);
    background-repeat: repeat;
    -webkit-animation: bg_move 1s infinite linear;

  max-width: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .section_mtr .carousel-item div{
    max-width: 50vw;
    margin-bottom: 4rem;
  }
  .feed_swiper{
    padding: 0;
  }
  .section_mtr .carousel-item p{
    /* font-size: 1rem; */
  }
  .section_mtr .carousel-item p:nth-child(3) strong{
    /* font-size: 1.2rem; */
  }
}
@media (min-width: 768px) {
  .section_mtr .carousel-item div{
    width: 120px;
  }
}



.section_mtr li:nth-child(1) .swiper_list {
  position: relative;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .section_mtr .swiper_list {
    padding-top: 3rem;
  }
}
.section_mtr .swiper_list:not(:last-of-type) {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section_mtr .swiper_list:not(:last-of-type) {
    padding-bottom: 2rem;
  }
}
.section_mtr .text {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .section_mtr .swiper .swiper-control .swiper-button-prev, .section_mtr .swiper .swiper-control .swiper-button-next {
    position: absolute;
    border-radius: 100%;
    border: #b3b3b3 1px solid;
    background-color: rgba(255, 255, 255, 0.7);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .section_mtr .swiper .swiper-control .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section_mtr .swiper .swiper-control .swiper-button-next {
    right: 10px;
  }
}
.section_mtr .mySwiper {
  position: relative;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section_mtr .mySwiper {
    width: 100%;
  }
}
.section_mtr .mySwiper .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
  padding: 2.5%;
}
@media screen and (max-width: 768px) {
  .section_mtr .mySwiper .swiper-slide {
    padding: 4% 10%;
  }
}
.section_mtr .mySwiper .swiper-slide .swiper-box {
  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;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.3rem 0 #b3262a, 0 0 0.6rem rgba(0, 0, 0, 0.45);
          box-shadow: 0 0.3rem 0 #b3262a, 0 0 0.6rem rgba(0, 0, 0, 0.45);

  text-align: center;
}
@media screen and (max-width: 768px) {
  .section_mtr .mySwiper .swiper-slide .swiper-box {
    border-radius: 8px;
  }
}
.section_mtr .mySwiper .swiper-slide .swiper-box .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding-bottom: 3rem;
}

.section_mtr .mySwiper .swiper-slide .swiper-box .text h3.title {
  padding-top: 3rem;
}
.section_mtr .mySwiper .swiper-slide .swiper-box .text h3.title:after {
  max-width: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section_mtr .mySwiper .swiper-slide .swiper-box .text h3.title.sp {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#55a8bd), to(#56c4bb));
  background-image: linear-gradient(90deg, #55a8bd 0%, #56c4bb 100%);
}
.section_mtr .mySwiper .swiper-slide .swiper-box .text h3.title.sp:after {
  display: none;
}
.section_mtr .mySwiper .swiper-slide .swiper-box .img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 100%;
  background-image: none;
  overflow: hidden;
}

.section_mtr ul.tab_content li .feedSwiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 5px;
}
.section_mtr ul.tab_content li .feedSwiper .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24%;
  padding: 4.5%;
  text-align: center;
}
.section_mtr ul.tab_content li .feedSwiper .swiper-slide .swiper-box {
  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;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.section_mtr ul.tab_content li .feedSwiper .swiper-slide .swiper-box .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  margin-top: 3rem;
}
.section_mtr ul.tab_content li .feedSwiper .swiper-slide .swiper-box .img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 100%;
  background-image: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section_mtr ul.tab_content li .feedSwiper .swiper-slide .swiper-box .img {
    width: 60%;
    margin: 0 auto;
  }
}

.section_mtr .content h2 span:before,
.section_mtr .content h2 span:after{
  content: none;
}


.section_mtr h3.title {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 1.5rem;
}