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 {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  border: none;
}
nav.pc_nav {
  background-color: #7ec2c0;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
nav.pc_nav .menu {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.pc_nav .menu .logo {
  max-width: 240px;
  display: block;
  margin-left: 76px;
}
@media screen and (max-width: 1600px) {
  nav.pc_nav .menu .logo {
    max-width: 200px;
    margin-left: 48px;
  }
}
@media screen and (max-width: 1080px) {
  nav.pc_nav .menu .logo {
    margin-left: 30px;
    max-width: 160px;
  }
}
@media screen and (max-width: 1600px) {
  nav.pc_nav .menu ul {
    margin-right: 48px;
  }
}
@media screen and (max-width: 1080px) {
  nav.pc_nav .menu ul {
    margin-right: 30px;
  }
}
@media screen and (max-width: 980px) {
  nav.pc_nav .menu {
    display: block;
  }
  nav.pc_nav .menu .logo {
    max-width: 180px;
    display: block;
    margin: 0px auto;
  }
  nav.pc_nav .menu ul {
    margin-right: unset;
  }
  nav.pc_nav .menu ul li a {
    font-size: 24px;
  }
}

.project {
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/join_bg.png);
  background-repeat: repeat;
}
.project * {
  font-family: "Microsoft JhengHei";
}
.project .master_sec {
  position: relative;
  z-index: 1;
  margin-top: 118px;
}
@media screen and (max-width: 980px) {
  .project .master_sec {
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .project .master_sec {
    margin-top: 48px;
  }
}
.project .master_sec .container {
  max-width: 1312px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .project .master_sec .container {
    width: 80%;
  }
}
@media screen and (max-width: 1280px) {
  .project .master_sec .container {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  .project .master_sec .container {
    width: 100%;
  }
}
.project .master_sec .reels {
  margin: 0 auto;
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/master_prize.svg);
  width: 395px;
  height: 125px;
  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 (max-width: 1600px) {
  .project .master_sec .reels {
    width: 300px;
    height: 95px;
  }
}
@media screen and (max-width: 576px) {
  .project .master_sec .reels {
    width: 240px;
    height: 76px;
  }
}
.project .master_sec .reels p {
  position: relative;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 46px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
}
.project .master_sec .reels p::before {
  content: "";
  position: absolute;
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/direction_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 81.708%;
  height: 303%;
  left: -113%;
  top: -25px;
  max-width: 257px;
}
.project .master_sec .reels p::after {
  content: "";
  position: absolute;
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/prize_cloud.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 66%;
  height: 108%;
  right: -133%;
  top: -16px;
  max-width: 210px;
}
@media (max-width: 1600px) {
  .project .master_sec .reels p {
    font-size: 30px;
  }
  .project .master_sec .reels p::before {
    width: 81.708%;
    height: 300%;
    left: -150%;
    top: -26px;
  }
  .project .master_sec .reels p::after {
    height: 120%;
    right: -154%;
    top: -18px;
    max-width: 145px;
  }
}
@media screen and (max-width: 1080px) {
  .project .master_sec .reels p::before {
    left: -120%;
  }
}
@media screen and (max-width: 980px) {
  .project .master_sec .reels p {
    width: 100%;
  }
  .project .master_sec .reels p::before {
    display: none;
  }
  .project .master_sec .reels p::after {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .project .master_sec .reels p {
    font-size: 24px;
  }
}
.project .master_sec .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .master_sec .title h1 {
  text-align: center;
  display: inline-block;
  position: relative;
  font-family: "Microsoft JhengHei";
  font-size: 66px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
}
.project .master_sec .title h1::after {
  content: "";
  position: absolute;
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/man-yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10%;
  height: 134%;
  right: -32%;
  top: -44px;
  max-width: 40px;
}
@media (max-width: 1600px) {
  .project .master_sec .title h1 {
    font-size: 40px;
  }
  .project .master_sec .title h1::after {
    width: 13%;
    height: 175%;
    right: -83%;
    top: -44px;
  }
}
@media screen and (max-width: 980px) {
  .project .master_sec .title h1 {
    width: 100%;
  }
  .project .master_sec .title h1::after {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .project .master_sec .title h1 {
    font-size: 36px;
  }
}
.project .master_sec .direction {
  position: absolute;
}
@media screen and (max-width: 980px) {
  .project .master_sec .direction {
    display: none;
  }
}
.project .master_sec .cloud_lefttop {
  width: 13.85%;
  top: 39.15%;
  left: 2.8%;
  max-width: 264px;
}
.project .master_sec .cloud_righttop {
  top: 50px;
  right: 3%;
  width: 17.1%;
  max-width: 221px;
}
@media screen and (max-width: 1600px) {
  .project .master_sec .cloud_lefttop {
    width: 10%;
    left: 2.8%;
  }
  .project .master_sec .cloud_righttop {
    top: 22px;
    right: 3%;
    width: 12.1%;
    max-width: 264px;
  }
}
@media screen and (max-width: 1280px) {
  .project .master_sec .cloud_lefttop {
    width: 8%;
    top: 50%;
    left: 1.8%;
  }
  .project .master_sec .cloud_righttop {
    top: 22px;
    right: 1.5%;
    width: 8.1%;
    max-width: 264px;
  }
}
.project .blog_sec {
  position: relative;
  background-repeat: repeat;
  background-size: contain;
  z-index: 0;
}
.project .blog_sec .container {
  max-width: 1232px;
}
.project .blog_sec .bloger {
  position: relative;
  border-radius: 10px;
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/result_mapbg.png);
  background-repeat: repeat;
  margin-top: 50px;
  min-height: 428px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px rgba(36, 22, 6, 0.6);
}
.project .blog_sec .bloger .social {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  top: 24px;
  right: 24px;
  z-index: 1;
}
.project .blog_sec .bloger .social .pic {
  max-width: 49px;
}
@media screen and (max-width: 980px) {
  .project .blog_sec .bloger .social {
    top: 16px;
    right: 16px;
    gap: 10px;
  }
  .project .blog_sec .bloger .social .pic {
    max-width: 30px;
  }
}
.project .blog_sec .bloger > .content {
  padding: 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project .blog_sec .bloger > .content .pic {
  width: 36.75%;
  max-width: 342px;
}
.project .blog_sec .bloger > .content .text {
  width: 60%;
}
.project .blog_sec .bloger > .content .text h2 {
  font-family: "Microsoft JhengHei";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.11;
  color: #333;
}
.project .blog_sec .bloger > .content .text p {
  margin-top: 23px;
  font-size: "Microsoft JhengHei";
  font-size: 24px;
  line-height: 1.65;
  letter-spacing: 0.98px;
  color: #000;
}
.project .blog_sec .bloger::before {
  content: "";
  position: absolute;
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/maps_top.svg);
  background-repeat: no-repeat;
  width: 270px;
  height: 293px;
  right: 27px;
  bottom: 27px;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.project .blog_sec .bloger::after {
  content: "";
  position: absolute;
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/maps_top.svg);
  background-repeat: no-repeat;
  width: 270px;
  height: 293px;
  top: 27px;
  left: 27px;
  background-size: contain;
}
@media screen and (max-width: 1600px) {
  .project .blog_sec .bloger {
    margin-top: 30px;
  }
}
@media screen and (max-width: 980px) {
  .project .blog_sec .bloger > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project .blog_sec .bloger > .content .pic {
    width: 90%;
  }
  .project .blog_sec .bloger > .content .text {
    width: 90%;
    margin-top: 24px;
  }
  .project .blog_sec .bloger > .content .text h2 {
    font-size: 32px;
    text-align: center;
  }
  .project .blog_sec .bloger > .content .text p {
    font-size: 20px;
  }
  .project .blog_sec .bloger::before {
    width: 148px;
    height: 162px;
  }
  .project .blog_sec .bloger::after {
    width: 148px;
    height: 162px;
  }
}
@media screen and (max-width: 768px) {
  .project .blog_sec .bloger > .content .text {
    margin-top: 24px;
  }
  .project .blog_sec .bloger > .content .text p {
    font-size: 18px;
  }
  .project .blog_sec .bloger::before {
    width: 100px;
    height: 109.5px;
  }
  .project .blog_sec .bloger::after {
    width: 100px;
    height: 109.5px;
  }
}
@media screen and (max-width: 480px) {
  .project .blog_sec .bloger > .content .text {
    margin-top: 16px;
  }
  .project .blog_sec .bloger > .content .text p {
    font-size: 16px;
  }
  .project .blog_sec .bloger::before {
    width: 80px;
    height: 87.57px;
  }
  .project .blog_sec .bloger::after {
    width: 80px;
    height: 87.57px;
  }
}
@media screen and (min-width: 1920px) {
  .project .blog_sec {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.project .blog_sec .content {
  position: relative;
  margin-top: 10px;
  padding-bottom: 3%;
}
.project .blog_sec .mountain {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/mountain.png), url(../../../fjta_img/202210_TW_minXiNanLearn_img/join_bg.png);
  width: 100%;
  background-repeat: no-repeat;
  padding-bottom: 17.85%;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  z-index: -1;
  background-size: contain;
}
@media screen and (min-width: 1999px) {
  .project .blog_sec .mountain {
    background-size: cover;
  }
}
.project .blog_sec .cities {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .project .blog_sec .cities {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  .project .blog_sec .cities {
    width: 95%;
  }
}
@media screen and (max-width: 576px) {
  .project .blog_sec .cities {
    width: 100%;
  }
}
.project .blog_sec .cities .cities-item {
  padding: 75px 0 5px 0;
  position: relative;
}
.project .blog_sec .cities .cities-item .cityname {
  position: relative;
  width: 252px;
  height: 80px;
  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;
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/join_citybg.svg);
  background-size: contain;
}
.project .blog_sec .cities .cities-item .cityname h2 {
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 1600px) {
  .project .blog_sec .cities .cities-item .cityname {
    width: 200px;
    height: 63.6px;
    background-size: contain;
  }
  .project .blog_sec .cities .cities-item .cityname h2 {
    font-size: 40px;
  }
}
.project .blog_sec .cities .cities-item .spot_group {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5873015%;
}
@media screen and (max-width: 1600px) {
  .project .blog_sec .cities .cities-item .spot_group {
    max-width: 1000px;
    gap: 5%;
  }
}
@media screen and (max-width: 1280px) {
  .project .blog_sec .cities .cities-item .spot_group {
    gap: 3.89655%;
  }
}
@media screen and (max-width: 980px) {
  .project .blog_sec .cities .cities-item .spot_group {
    max-width: 620px;
    gap: 4%;
  }
}
@media screen and (max-width: 576px) {
  .project .blog_sec .cities .cities-item .spot_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.project .blog_sec .cities .cities-item .spot_box {
  position: relative;
  max-width: 300px;
  width: 23.809523%;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project .blog_sec .cities .cities-item .spot_box .mark {
  z-index: 1;
  position: absolute;
  max-width: 103px;
  top: -20px;
  left: 22px;
  -webkit-box-shadow: 1.5px 2.6px 0px #fff;
          box-shadow: 1.5px 2.6px 0px #fff;
  padding: 13px 18px;
  border-radius: 10px 10px 10px 0;
  border: 1px solid #000;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.project .blog_sec .cities .cities-item .spot_box .green {
  background-color: #06786f;
}
.project .blog_sec .cities .cities-item .spot_box .orange {
  background-color: #ea5514;
}
.project .blog_sec .cities .cities-item .spot_box .blue {
  background-color: #1778ca;
}
.project .blog_sec .cities .cities-item .spot_box > .pic {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 104.3333333333%;
  background-size: cover;
  background-position: center center;
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.project .blog_sec .cities .cities-item .spot_box > .pic::before {
  content: "";
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.36);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.project .blog_sec .cities .cities-item .spot_box > .pic::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/want.svg);
  width: 121px;
  height: 79px;
  opacity: 0;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.project .blog_sec .cities .cities-item .spot_box h3 {
  margin: 0 auto;
  max-width: 240px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.project .blog_sec .cities .cities-item .spot_box .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 12px;
  margin-bottom: 16px;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  gap: 8px;
}
.project .blog_sec .cities .cities-item .spot_box .intro p {
  font-family: "Microsoft JhengHei";
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.project .blog_sec .cities .cities-item .spot_box .intro > .pic {
  max-width: 27px;
}
@media screen and (max-width: 1600px) {
  .project .blog_sec .cities .cities-item .spot_box {
    width: 30%;
  }
  .project .blog_sec .cities .cities-item .spot_box .mark {
    max-width: 103px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .project .blog_sec .cities .cities-item .spot_box h3 {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
  }
  .project .blog_sec .cities .cities-item .spot_box .intro p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .project .blog_sec .cities .cities-item .spot_box {
    width: 30.7356%;
  }
}
@media screen and (max-width: 980px) {
  .project .blog_sec .cities .cities-item .spot_box {
    width: 48%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .project .blog_sec .cities .cities-item .spot_box {
    width: 100%;
  }
}
.project .blog_sec .cities .cities-item .spot_box.firstname::after {
  content: "";
  position: absolute;
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/firstname.svg);
  top: -4px;
  right: 28px;
  width: 44px;
  height: 120px;
  z-index: 50;
  background-size: contain;
}
.project .blog_sec .cloud_rightmid {
  top: -28.5%;
  right: 4.5%;
  width: 17%;
  max-width: 282px;
}
@media screen and (max-width: 1800px) {
  .project .blog_sec .cloud_rightmid {
    width: 10%;
    right: 1%;
  }
}
.project .blog_sec .cloud_leftmid {
  width: 10.99%;
  max-width: 208px;
  top: -10%;
  left: 7%;
}
@media screen and (max-width: 1800px) {
  .project .blog_sec .cloud_leftmid {
    width: 10%;
    top: -15%;
    left: 2%;
  }
}
.project .blog_sec .direction {
  position: absolute;
}
.project .blog_sec .men1 {
  width: 3.3%;
  max-width: 60px;
  top: 56.5%;
  left: 7.8%;
}
@media screen and (max-width: 1800px) {
  .project .blog_sec .men1 {
    left: 4%;
    top: 57%;
  }
}
.project .blog_sec .girls1 {
  width: 9.26%;
  max-width: 160px;
  top: 7%;
  left: 7.5%;
}
@media screen and (max-width: 1800px) {
  .project .blog_sec .girls1 {
    left: 2%;
  }
}
.project .blog_sec .girls2 {
  width: 6.26%;
  max-width: 119px;
  top: 38.2%;
  right: 6.5%;
}
@media screen and (max-width: 1800px) {
  .project .blog_sec .girls2 {
    right: 2.5%;
  }
}
.project .blog_sec .girls3 {
  width: 5.26%;
  max-width: 100px;
  top: 91%;
  right: 8.5%;
}
@media screen and (max-width: 1800px) {
  .project .blog_sec .girls3 {
    right: 2.5%;
  }
}
@media screen and (max-width: 1600px) {
  .project .blog_sec .cloud_rightmid {
    width: 9%;
    top: -20%;
  }
  .project .blog_sec .cloud_leftmid {
    width: 8.614%;
    left: 1.8%;
  }
}
@media screen and (max-width: 1280px) {
  .project .blog_sec .cloud_leftmid {
    width: 8.14%;
    left: 1.8%;
  }
  .project .blog_sec .cloud_rightmid {
    width: 8%;
  }
}
@media screen and (max-width: 980px) {
  .project .blog_sec .direction {
    display: none;
  }
}
.project .sec {
  position: relative;
}
.project .sec .direction {
  position: absolute;
}
@media screen and (max-width: 980px) {
  .project .sec .direction {
    display: none;
  }
}
.project .sec .cloud1 {
  max-width: 221px;
  width: 11.7%;
}
.project .sec .cloud2 {
  max-width: 264px;
  width: 13.9%;
}
@media screen and (max-width: 1600px) {
  .project .sec .cloud1 {
    width: 8%;
  }
  .project .sec .cloud2 {
    width: 9%;
  }
}
.project .sec .container {
  max-width: 1032px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .project .sec .container {
    width: 80%;
    max-width: 992px;
  }
}
@media screen and (max-width: 1280px) {
  .project .sec .container {
    width: 80%;
  }
}
@media screen and (max-width: 980px) {
  .project .sec .container {
    width: 90%;
    padding: unset;
  }
}
.project .sec .icon {
  margin: 0 auto;
}
.project .sec h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
.project .sec h2 br {
  display: none;
}
.project .sec h3 {
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .project .sec h2 {
    font-size: 36px;
    line-height: 1.25;
    padding-bottom: 10px;
  }
  .project .sec h2 br {
    display: initial;
  }
  .project .sec h3 {
    font-size: 30px;
  }
}
.project .sec .subtitle {
  padding-bottom: 32px;
}
.project .sec .subtitle p {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 980px) {
  .project .sec .subtitle p {
    font-size: 20px;
  }
}
.project .sec .content h4 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
  line-height: 1.67;
  letter-spacing: 0.18px;
}
.project .sec .content h4 > p {
  padding-top: 0;
  line-height: 1.67;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.18px;
  color: #333;
}
@media screen and (max-width: 980px) {
  .project .sec .content h4 {
    font-size: 28px;
  }
}
.project .sec .content p {
  padding-top: 24px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.16px;
  text-align: left;
  color: #333;
}
.project .sec .info {
  padding-top: 85px;
}
.project .sec .info .box {
  max-width: 430px;
  margin: 0 auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.project .sec .info .box::before {
  content: "";
  position: absolute;
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/maps_top.svg);
  background-repeat: no-repeat;
  width: 148px;
  height: 162px;
  right: -90px;
  bottom: -56px;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.project .sec .info .box::after {
  content: "";
  position: absolute;
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/maps_top.svg);
  background-repeat: no-repeat;
  width: 148px;
  height: 162px;
  top: -56px;
  left: -120px;
  background-size: contain;
}
.project .sec .info .name p,
.project .sec .info .locate p,
.project .sec .info .time p,
.project .sec .info .traffic p {
  font-size: 18px;
  line-height: 1.67;
  color: #000;
}
.project .sec .info .locate,
.project .sec .info .time,
.project .sec .info .traffic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.project .sec .info .locate > .pic,
.project .sec .info .time > .pic,
.project .sec .info .traffic > .pic {
  padding: unset;
  width: 25px;
  max-width: 20px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.project .sec .info .locate p,
.project .sec .info .time p,
.project .sec .info .traffic p {
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .project .sec .info {
    padding-top: 75px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .project .sec .info .box {
    max-width: 380px;
    position: relative;
  }
  .project .sec .info .box::before {
    width: 100px;
    height: 109.5px;
    right: -60px;
    bottom: -56px;
  }
  .project .sec .info .box::after {
    width: 100px;
    height: 109.5px;
    top: -56px;
    left: -60px;
  }
  .project .sec .info .name p,
.project .sec .info .locate p,
.project .sec .info .time p,
.project .sec .info .traffic p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  .project .sec .info {
    padding-top: 55px;
    padding-bottom: 40px;
  }
  .project .sec .info .box {
    width: 90%;
    max-width: 325px;
    position: relative;
  }
  .project .sec .info .box::before {
    width: 80px;
    height: 87.57px;
    right: -18px;
    bottom: -30px;
  }
  .project .sec .info .box::after {
    width: 80px;
    height: 87.57px;
    left: -20px;
    top: -30px;
  }
  .project .sec .info .locate,
.project .sec .info .time,
.project .sec .info .traffic {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.project .book_sec {
  position: relative;
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f5b1b1;
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/pink_bg.png);
  background-repeat: repeat;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .project .book_sec {
    padding-top: 25px;
  }
}
.project .book_sec .icon {
  max-width: 134px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .project .book_sec .icon {
    max-width: 90px;
    margin-bottom: 10px;
  }
}
.project .book_sec .book_icon1 {
  top: 18%;
  right: 8%;
}
.project .book_sec .book_icon2 {
  top: 45%;
  left: 2%;
}
.project .book_sec .book_icon3 {
  width: 14%;
  max-width: 253px;
  right: 3%;
  bottom: 16%;
}
.project .book_sec .book_icon4 {
  right: 1%;
  bottom: 10%;
}
@media screen and (max-width: 1600px) {
  .project .book_sec .book_icon3 {
    width: 8%;
  }
  .project .book_sec .book_icon4 {
    bottom: 14%;
  }
}
@media screen and (max-width: 1280px) {
  .project .book_sec .book_icon4 {
    bottom: 13%;
  }
}
.project .deep_sec {
  position: relative;
  padding-top: 64px;
  padding-bottom: 30px;
  background-color: #fcdda6;
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/yellow_bg.png);
  background-repeat: repeat;
  z-index: 1;
}
.project .deep_sec::before {
  position: absolute;
  content: "";
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/pink_wave.png);
  width: 100%;
  padding-bottom: 5%;
  top: -1px;
  z-index: 10;
  background-size: cover;
}
@media screen and (max-width: 980px) {
  .project .deep_sec {
    padding-top: 35px;
  }
}
@media screen and (max-width: 576px) {
  .project .deep_sec {
    padding-top: 25px;
  }
}
.project .deep_sec .icon {
  margin: 0 auto;
  max-width: 109px;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .project .deep_sec .icon {
    max-width: 85px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.project .deep_sec .icon2 {
  margin: 0 auto;
  max-width: 89px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .project .deep_sec .icon2 {
    max-width: 70px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
.project .deep_sec .content p {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.16px;
  text-align: left;
  color: #333;
}
.project .deep_sec .content span {
  color: #26ada9;
}
@media screen and (max-width: 980px) {
  .project .deep_sec .content {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.project .deep_sec .deep_icon1 {
  top: 30%;
  right: 4%;
}
.project .deep_sec .deep_icon2 {
  top: 40%;
  left: 4%;
}
.project .deep_sec .deep_icon3 {
  top: 47.5%;
  right: 21%;
}
.project .deep_sec .deep_icon4 {
  max-width: 232px;
  width: 12.2%;
  left: 4%;
  top: 71.5%;
}
.project .deep_sec .deep_icon5 {
  top: 75.5%;
  left: 4.5%;
}
@media screen and (max-width: 1600px) {
  .project .deep_sec .deep_icon1 {
    top: 30%;
    right: 2.5%;
  }
  .project .deep_sec .deep_icon2 {
    top: 40%;
    left: 2.5%;
  }
  .project .deep_sec .deep_icon3 {
    right: 16%;
    width: 15%;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1200px) {
  .project .deep_sec .deep_icon3 {
    top: 43%;
  }
}
@media screen and (max-width: 1600px) {
  .project .deep_sec .deep_icon4 {
    width: 9%;
    left: 1.5%;
    top: 73.5%;
  }
}
@media screen and (max-width: 1600px) {
  .project .deep_sec .deep_icon5 {
    top: 76%;
    left: 2.5%;
  }
}
@media screen and (max-width: 1280px) {
  .project .deep_sec .deep_icon5 {
    top: 75.5%;
  }
}
.project .charger_sec {
  padding-top: 142px;
}
.project .charger_sec::before {
  position: absolute;
  content: "";
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/yellow_wave.png);
  width: 100%;
  padding-bottom: 5%;
  top: -1px;
  z-index: 10;
  background-size: cover;
}
@media screen and (max-width: 1600px) {
  .project .charger_sec {
    padding-top: 100px;
  }
}
@media screen and (max-width: 980px) {
  .project .charger_sec {
    padding-top: 70px;
  }
}
@media screen and (max-width: 576px) {
  .project .charger_sec {
    padding-top: 55px;
  }
}
.project .charger_sec .icon {
  max-width: 132px;
}
@media screen and (max-width: 980px) {
  .project .charger_sec .icon {
    max-width: 110px;
    padding-bottom: 10px;
  }
}
.project .charger_sec .title {
  padding-top: 20px;
}
.project .charger_sec .pic {
  padding: 16px 0;
}
.project .charger_sec .poem {
  margin: 0 auto;
  max-width: 428px;
  padding-top: 20px;
  padding-bottom: 65px;
}
@media screen and (max-width: 980px) {
  .project .charger_sec .poem {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.project .charger_sec .content h4 {
  padding-top: 95px;
}
@media screen and (max-width: 980px) {
  .project .charger_sec .content h4 {
    padding-top: 20px;
  }
}
.project .charger_sec .content h4.top_narrow {
  padding-top: 80px;
}
@media screen and (max-width: 980px) {
  .project .charger_sec .content h4.top_narrow {
    padding-top: 30px;
  }
}
.project .charger_sec .content > p {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 980px) {
  .project .charger_sec .content > p {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.project .charger_sec .btn-reels {
  margin: 110px auto;
  background-image: url(../../../fjta_img/202210_TW_minXiNanLearn_img/btn-reels.svg);
  width: 487px;
  height: 92px;
  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 (max-width: 1600px) {
  .project .charger_sec .btn-reels {
    width: 320px;
    height: 60.45px;
    margin: 90px auto 50px auto;
  }
}
@media screen and (max-width: 980px) {
  .project .charger_sec .btn-reels {
    margin: 40px auto;
  }
}
@media screen and (max-width: 576px) {
  .project .charger_sec .btn-reels {
    width: 240px;
    height: 45.34px;
  }
}
.project .charger_sec .btn-reels p {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
}
@media (max-width: 1600px) {
  .project .charger_sec .btn-reels p {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .project .charger_sec .btn-reels p {
    font-size: 20px;
  }
}
.project .charger_sec .charger_icon1 {
  left: 18%;
  top: 3.5%;
}
.project .charger_sec .charger_icon2 {
  top: 2.25%;
  right: 20%;
}
.project .charger_sec .charger_icon3 {
  top: 11%;
  right: 8%;
}
.project .charger_sec .charger_icon4 {
  top: 21.5%;
  left: 3%;
}
.project .charger_sec .charger_icon5 {
  top: 31%;
  right: 6%;
}
.project .charger_sec .charger_icon6 {
  top: 33%;
  left: 9%;
}
.project .charger_sec .charger_icon7 {
  top: 53.25%;
  right: 11%;
}
.project .charger_sec .charger_icon8 {
  top: 77%;
  left: 19%;
}
.project .charger_sec .charger_icon9 {
  top: 97.25%;
  right: 7%;
}
.project .charger_sec .charger_icon10 {
  top: 99.75%;
  left: 22%;
}
.project .charger_sec .charger_icon11 {
  top: 98.75%;
  left: 26%;
  max-width: 107px;
  width: 6%;
}
@media screen and (max-width: 1600px) {
  .project .charger_sec .charger_icon9 {
    right: 9%;
    top: 98.25%;
  }
  .project .charger_sec .charger_icon10 {
    left: 24%;
  }
  .project .charger_sec .charger_icon11 {
    width: 5%;
    left: 25%;
    top: 99%;
  }
}
@media screen and (max-width: 1280px) {
  .project .charger_sec .charger_icon3 {
    top: 11.5%;
  }
  .project .charger_sec .charger_icon4 {
    left: 2%;
  }
  .project .charger_sec .charger_icon9 {
    right: 9%;
  }
  .project .charger_sec .charger_icon10 {
    left: 24%;
    top: 99.65%;
  }
  .project .charger_sec .charger_icon11 {
    top: 99%;
  }
}