@charset "UTF-8";
.processDots .listItem, .processPrevBtn,
.processNextBtn, .processList .Img::before, .processList .Img .icon, .processList .Img, .titleBox .btn.animation::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mainArea {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 60px;
  }
}
.mainArea .bread {
  border: none;
}

.textEditor {
  padding: 0 300px;
  width: 100%;
}
.textEditor .contentBuilder .shelfWrap .shelfBox {
  width: 100%;
}
.textEditor .contentBuilder .shelfWrap .shelfBox .item {
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.textEditor .contentBuilder .shelfWrap .shelfBox .item .Txt {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.textEditor .contentBuilder .shelfWrap .shelfBox .item .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.textEditor .contentBuilder .shelfWrap .shelfBox .item .Txt .textBox p:nth-of-type(1) {
  width: 70px;
  border-bottom: 1px solid #000;
}
@media (max-width: 1024px) {
  .textEditor .contentBuilder .shelfWrap .shelfBox .item .Txt .textBox p {
    height: 13px;
  }
}
.textEditor .contentBuilder .shelfWrap .shelfBox .item .Txt .textBox .paragraph span {
  color: #3C3B3B;
}
.textEditor .contentBuilder .shelfWrap .shelfBox .item #aboutInsImg {
  width: calc(50% - 60px);
  height: 452px;
  position: relative;
}
.textEditor .contentBuilder .shelfWrap .shelfBox .item #aboutInsImg .decoBox {
  display: none;
}
@media (max-width: 1024px) {
  .textEditor .contentBuilder .shelfWrap .shelfBox .item #aboutInsImg {
    height: 280px;
  }
}
@media (max-width: 425px) {
  .textEditor .contentBuilder .shelfWrap .shelfBox .item #aboutInsImg {
    height: 180px;
  }
}
.textEditor .contentBuilder .shelfWrap .shelfBox .item #aboutInsImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 852px) {
  .textEditor .contentBuilder .shelfWrap .shelfBox .item #aboutInsImg img {
    width: 100%;
  }
}
.textEditor .contentBuilder .shelfWrap .shelfBox .item #aboutInsImg::before {
  content: "";
  height: 100%;
  width: 70px;
  background-color: #A9BAC6;
  border-radius: 0px;
  min-width: 70px;
  display: inline-block;
  position: absolute;
  left: -80px;
}
@media (max-width: 852px) {
  .textEditor .contentBuilder .shelfWrap .shelfBox .item #aboutInsImg::before {
    display: none;
  }
}
@media (max-width: 852px) {
  .textEditor .contentBuilder .shelfWrap .shelfBox .item #aboutInsImg {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .shelfBox .item #aboutInsImg {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .textEditor .contentBuilder .shelfWrap .shelfBox .item {
    gap: 20px;
  }
}
.textEditor .subtitle {
  font-size: 24px;
}
@media (max-width: 425px) {
  .textEditor .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1500px) {
  .textEditor {
    padding: 0 150px;
  }
}
@media (max-width: 1180px) {
  .textEditor {
    padding: 0 75px;
  }
}
@media (max-width: 768px) {
  .textEditor {
    padding: 0 50px;
  }
}
@media (max-width: 425px) {
  .textEditor {
    padding: 0 25px;
  }
}
.textEditor:nth-of-type(1) {
  padding: 0 300px 0 380px;
}
@media (max-width: 1500px) {
  .textEditor:nth-of-type(1) {
    padding: 0 150px 0 230px;
  }
}
@media (max-width: 1180px) {
  .textEditor:nth-of-type(1) {
    padding: 0 75px 0 155px;
  }
}
@media (max-width: 852px) {
  .textEditor:nth-of-type(1) {
    padding: 0 75px;
  }
}
@media (max-width: 768px) {
  .textEditor:nth-of-type(1) {
    padding: 0 50px;
  }
}
@media (max-width: 425px) {
  .textEditor:nth-of-type(1) {
    padding: 0 25px;
  }
}
.textEditor:nth-of-type(2) {
  width: 100%;
  margin-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1440px) {
  .textEditor:nth-of-type(2) {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .textEditor:nth-of-type(2) {
    margin-top: 20px;
    padding-bottom: 0px;
  }
}
.textEditor:nth-of-type(2) .shelfBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 840px) {
  .textEditor:nth-of-type(2) .shelfBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.textEditor:nth-of-type(2) .shelfBox .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.textEditor:nth-of-type(2) .shelfBox .Txt .textBox p:nth-of-type(1) {
  width: 70px;
  border-bottom: 1px solid #000;
}
@media (max-width: 1024px) {
  .textEditor:nth-of-type(2) .shelfBox .Txt .textBox p {
    height: 13px;
  }
}
.textEditor:nth-of-type(2) .shelfBox .cardList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  height: 514px;
}
@media (max-width: 1440px) {
  .textEditor:nth-of-type(2) .shelfBox .cardList {
    height: 500px;
  }
}
.textEditor:nth-of-type(2) .shelfBox .cardList .col1 {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 10px;
  height: 100%;
}
.textEditor:nth-of-type(2) .shelfBox .cardList .col1 .Img {
  height: 100%;
  width: auto;
}
.textEditor:nth-of-type(2) .shelfBox .cardList .col1 .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.textEditor:nth-of-type(2) .shelfBox .cardList .col1 .cardItem:first-of-type {
  height: 40%;
}
.textEditor:nth-of-type(2) .shelfBox .cardList .col1 .cardItem:nth-of-type(2) {
  height: 60%;
}
.textEditor:nth-of-type(2) .shelfBox .cardList .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.textEditor:nth-of-type(2) .shelfBox .cardList .col2 .Img {
  height: 100%;
}
.textEditor:nth-of-type(2) .shelfBox .cardList .col2 .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.textEditor:nth-of-type(2) .shelfBox .cardList .col2 .cardItem:nth-of-type(1) {
  height: 70%;
}
.textEditor:nth-of-type(2) .shelfBox .cardList .col2 .cardItem:nth-of-type(2) {
  height: 30%;
}
.textEditor:nth-last-of-type(1) {
  padding: 0;
}
@media (max-width: 425px) {
  .textEditor:nth-last-of-type(1) .title {
    font-size: 22px;
  }
}
.textEditor:nth-last-of-type(1) .btn {
  padding: 15px 20px;
}
.textEditor:nth-last-of-type(1) .bg {
  width: 100%;
  height: 100%;
  background-image: url("../images/裝飾big.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 300px;
}
@media (max-width: 500px) {
  .textEditor:nth-last-of-type(1) .bg {
    background-attachment: scroll;
  }
}
@media (max-width: 1500px) {
  .textEditor:nth-last-of-type(1) .bg {
    padding: 50px 150px;
  }
}
@media (max-width: 1180px) {
  .textEditor:nth-last-of-type(1) .bg {
    padding: 50px 75px;
  }
}
@media (max-width: 768px) {
  .textEditor:nth-last-of-type(1) .bg {
    padding: 50px 50px;
  }
}
@media (max-width: 425px) {
  .textEditor:nth-last-of-type(1) .bg {
    padding: 25px;
  }
}
.textEditor:nth-last-of-type(1) .cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: start;
  row-gap: 20px;
}
.textEditor:nth-last-of-type(1) .cardList .cardItem {
  width: 18%;
}
@media (max-width: 1054px) {
  .textEditor:nth-last-of-type(1) .cardList .cardItem {
    width: 31%;
  }
}
@media (max-width: 668px) {
  .textEditor:nth-last-of-type(1) .cardList .cardItem {
    width: 48%;
  }
}
@media (max-width: 468px) {
  .textEditor:nth-last-of-type(1) .cardList .cardItem {
    width: 100%;
  }
}
.textEditor:nth-last-of-type(1) .cardList .cardItem .Img {
  width: 100%;
  height: 100%;
}
.textEditor:nth-last-of-type(1) .cardList .cardItem .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannerArea .Txt p {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #000;
  font-weight: 700;
}
@media (max-width: 768px) {
  .bannerArea .Txt p {
    font-size: 32px;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/***** 變數 *****/
.processDots .listItem, .processPrevBtn,
.processNextBtn, .processList .Img::before, .processList .Img .icon, .processList .Img, .titleBox .btn.animation::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/***** 流程樣式 *****/
.processArea {
  background-image: url("../images/Mottled old background shading 1.jpg");
  overflow: hidden;
}
.processArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 300px 150px;
  position: relative;
}
@media (max-width: 1500px) {
  .processArea .wrap {
    padding: 50px 150px 150px;
  }
}
@media (max-width: 1108px) {
  .processArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 75px 150px;
  }
}
@media (max-width: 768px) {
  .processArea .wrap {
    padding: 50px 50px 125px;
  }
}
@media (max-width: 638px) {
  .processArea .wrap {
    padding: 50px 50px 50px;
  }
}
@media (max-width: 425px) {
  .processArea .wrap {
    padding: 25px 25px 25px;
  }
}
.processArea .wrap .leftBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 150px;
  min-width: 215px;
}
@media (max-width: 1108px) {
  .processArea .wrap .leftBox {
    padding: 0;
  }
}
.processArea .wrap .leftBox .title {
  text-align: start;
}
@media (max-width: 1108px) {
  .processArea .wrap .leftBox .title {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .processArea .wrap .leftBox .title {
    font-size: 22px;
  }
}
.processArea .wrap .leftBox .text {
  text-align: start;
  padding-right: 100px;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 1692px) {
  .processArea .wrap .leftBox .text {
    padding-right: 0px;
    font-size: 14px;
  }
}
@media (max-width: 1108px) {
  .processArea .wrap .leftBox .text {
    text-align: center;
    padding: 0;
  }
  .processArea .wrap .leftBox .text span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .processArea .wrap .leftBox .text {
    text-align: center;
    padding: 0px;
  }
}
.processArea .wrap .leftBox .text .btnBox {
  margin-top: 60px;
  width: 200px;
}
@media (max-width: 1108px) {
  .processArea .wrap .leftBox .text .btnBox {
    margin-top: 20px;
    width: 100%;
  }
}
.processArea .wrap .leftBox .text .btnBox .btn {
  font-size: 18px;
  border-radius: 30px;
}
@media (max-width: 425px) {
  .processArea .wrap .leftBox .text .btnBox .btn {
    font-size: 16px;
  }
}

.titleBox {
  margin-bottom: 50px;
  text-align: center;
}
.titleBox h2 {
  display: block;
  margin: 10px 0;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.titleBox .btn {
  border: 1px solid #B7BD92;
  border-radius: 0;
  padding: 15px 0px;
  width: 200px;
  color: #414626;
  font-size: 18px;
}
.titleBox .btn.animation {
  overflow: hidden;
}
.titleBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #D7D9CD;
}
@media (min-width: 1201px) {
  .titleBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}

.processBox {
  width: 100%;
  max-width: 800px;
  padding: 0 60px;
  min-width: 750px;
}
@media (max-width: 638px) {
  .processBox {
    scale: 0.8;
    padding: 0;
    min-width: 600px;
    max-width: 600px;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@media (max-width: 512px) {
  .processBox {
    min-width: 530px;
    max-width: 530px;
  }
}
@media (max-width: 450px) {
  .processBox {
    scale: 1;
    min-width: 450px;
    max-width: 450px;
  }
}
@media (max-width: 380px) {
  .processBox {
    scale: 1;
    min-width: 420px;
    max-width: 420px;
  }
}
@media (max-width: 350px) {
  .processBox {
    scale: 1;
    min-width: 370px;
    max-width: 370px;
  }
}

.processInnerBox {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.processInnerBox::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50px;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  border: 60px solid #B7BD92;
  border-radius: 50%;
}
@media (max-width: 450px) {
  .processInnerBox::before {
    border: 30px solid #B7BD92;
  }
}
@media (max-width: 400px) {
  .processInnerBox::before {
    border: 15px solid #B7BD92;
  }
}

.processList .listItem {
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  z-index: 5;
  width: 100px;
  height: 50%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  pointer-events: none;
}
.processList .listItem:nth-child(1) {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.processList .listItem:nth-child(1) .item {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.processList .listItem:nth-child(1) .Txt {
  -webkit-transform: rotate(-20deg) translateX(-50%);
          transform: rotate(-20deg) translateX(-50%);
}
.processList .listItem:nth-child(1) .Txt .title {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.processList .listItem:nth-child(1) .Txt .text {
  display: none;
}
.processList .listItem:nth-child(2) {
  -webkit-transform: rotate(56deg);
          transform: rotate(56deg);
}
.processList .listItem:nth-child(2) .item {
  -webkit-transform: rotate(-56deg);
          transform: rotate(-56deg);
}
.processList .listItem:nth-child(2) .Txt {
  -webkit-transform: rotate(-56deg) translateX(-50%);
          transform: rotate(-56deg) translateX(-50%);
}
.processList .listItem:nth-child(2) .Txt .title {
  -webkit-transform: rotate(56deg);
          transform: rotate(56deg);
}
.processList .listItem:nth-child(2) .Txt .text {
  display: none;
}
.processList .listItem:nth-child(3) {
  -webkit-transform: rotate(92deg);
          transform: rotate(92deg);
}
.processList .listItem:nth-child(3) .item {
  -webkit-transform: rotate(-92deg);
          transform: rotate(-92deg);
}
.processList .listItem:nth-child(3) .Txt {
  -webkit-transform: rotate(-92deg) translateX(-50%);
          transform: rotate(-92deg) translateX(-50%);
}
.processList .listItem:nth-child(3) .Txt .title {
  -webkit-transform: rotate(92deg);
          transform: rotate(92deg);
}
.processList .listItem:nth-child(3) .Txt .text {
  display: none;
}
.processList .listItem:nth-child(4) {
  -webkit-transform: rotate(128deg);
          transform: rotate(128deg);
}
.processList .listItem:nth-child(4) .item {
  -webkit-transform: rotate(-128deg);
          transform: rotate(-128deg);
}
.processList .listItem:nth-child(4) .Txt {
  -webkit-transform: rotate(-128deg) translateX(-50%);
          transform: rotate(-128deg) translateX(-50%);
}
.processList .listItem:nth-child(4) .Txt .title {
  -webkit-transform: rotate(128deg);
          transform: rotate(128deg);
}
.processList .listItem:nth-child(4) .Txt .text {
  display: none;
}
.processList .listItem:nth-child(5) {
  -webkit-transform: rotate(164deg);
          transform: rotate(164deg);
}
.processList .listItem:nth-child(5) .item {
  -webkit-transform: rotate(-164deg);
          transform: rotate(-164deg);
}
.processList .listItem:nth-child(5) .Txt {
  -webkit-transform: rotate(-164deg) translateX(-50%);
          transform: rotate(-164deg) translateX(-50%);
}
.processList .listItem:nth-child(5) .Txt .title {
  -webkit-transform: rotate(164deg);
          transform: rotate(164deg);
}
.processList .listItem:nth-child(5) .Txt .text {
  display: none;
}
.processList .listItem:nth-child(6) {
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
}
.processList .listItem:nth-child(6) .item {
  -webkit-transform: rotate(-200deg);
          transform: rotate(-200deg);
}
.processList .listItem:nth-child(6) .Txt {
  -webkit-transform: rotate(-200deg) translateX(-50%);
          transform: rotate(-200deg) translateX(-50%);
}
.processList .listItem:nth-child(6) .Txt .title {
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
}
.processList .listItem:nth-child(6) .Txt .text {
  display: none;
}
.processList .listItem:nth-child(7) {
  -webkit-transform: rotate(236deg);
          transform: rotate(236deg);
}
.processList .listItem:nth-child(7) .item {
  -webkit-transform: rotate(-236deg);
          transform: rotate(-236deg);
}
.processList .listItem:nth-child(7) .Txt {
  -webkit-transform: rotate(-236deg) translateX(-50%);
          transform: rotate(-236deg) translateX(-50%);
}
.processList .listItem:nth-child(7) .Txt .title {
  -webkit-transform: rotate(236deg);
          transform: rotate(236deg);
}
.processList .listItem:nth-child(7) .Txt .text {
  display: none;
}
.processList .listItem:nth-child(4) .Txt {
  top: 50px;
  left: 120px;
}
.processList .listItem:nth-child(5) .Txt {
  top: 50px;
  left: 120px;
}
.processList .listItem:nth-child(6) .Txt {
  top: 130px;
  left: 70px;
}
.processList .listItem:nth-child(7) .Txt {
  top: 190px;
  left: 0px;
}
.processList .listItem.active .Img, .processList .listItem:hover .Img {
  background-color: #D7D9CD;
}
.processList .listItem.active .Img .icon, .processList .listItem:hover .Img .icon {
  color: #90c31f;
}
.processList .listItem.active .Img::before, .processList .listItem:hover .Img::before {
  opacity: 1;
}
.processList .item {
  position: relative;
  width: 100%;
  height: 100px;
  cursor: pointer;
}
.processList .Img {
  position: absolute;
  z-index: 3;
  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;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  pointer-events: auto;
}
@media (max-width: 450px) {
  .processList .Img {
    width: 80%;
    height: 80%;
    display: none;
  }
}
.processList .Img img {
  width: 30%;
}
@media (max-width: 390px) {
  .processList .Img img {
    width: 35%;
  }
}
.processList .Img .icon {
  font-size: 40px;
  color: #D7D9CD;
}
.processList .Img::before {
  content: "";
  position: absolute;
  top: 6%;
  left: 6%;
  width: 88%;
  height: 88%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0;
}
.processList .Img::after {
  content: attr(data-process-num);
  position: absolute;
  top: -1px;
  right: -6px;
  z-index: 3;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #90c31f;
  display: none;
}
.processList .Txt {
  position: absolute;
  top: 20px;
  left: 140px;
  z-index: 5000;
}
.processList .title {
  font-size: 18px;
  pointer-events: auto;
}
@media (max-width: 1108px) {
  .processList .title {
    display: none;
  }
}
.processList .title a {
  text-wrap: nowrap;
  color: #414626;
}

.processTxtList {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  width: 69%;
  height: 69%;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 638px) {
  .processTxtList {
    width: 60%;
    height: 60%;
  }
}
.processTxtList .listItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.processTxtList .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}
@media (max-width: 425px) {
  .processTxtList .item {
    padding: 10px;
  }
}
.processTxtList .Img {
  display: none;
}
.processTxtList .Txt {
  padding: 0 50px;
}
@media (max-width: 450px) {
  .processTxtList .Txt {
    padding: 0 30px;
  }
}
@media (max-width: 425px) {
  .processTxtList .Txt {
    padding: 0 10px;
  }
}
.processTxtList .Txt::before {
  content: attr(data-process-num);
  display: block;
  font-size: 60px;
  font-weight: bold;
  color: #D7D9CD;
  line-height: 1;
  text-align: center;
}
@media (max-width: 516px) {
  .processTxtList .Txt::before {
    font-size: 40px;
  }
}
.processTxtList .Txt .text {
  text-align: center;
}
.processTxtList .Txt .text a {
  color: #463e26;
}
@media (max-width: 1354px) {
  .processTxtList .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .processTxtList .Txt .text {
    font-size: 14px;
  }
}
.processTxtList .Txt .title {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
  position: relative;
}
@media (max-width: 450px) {
  .processTxtList .Txt .title {
    margin-bottom: 20px;
  }
}
.processTxtList .Txt .title::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #000;
  margin: 10px 0;
  position: absolute;
  left: 50%;
  top: 120%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 450px) {
  .processTxtList .Txt .title::before {
    display: none;
  }
}
.processTxtList .Txt .title a {
  color: #414626;
}

.processCircleBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  padding: 0;
  padding-bottom: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.processPointList {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.processPointList .listItem {
  position: absolute;
  top: -7px;
  left: calc(50% - 7px);
  z-index: 5;
  height: calc(50% + 7px);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  pointer-events: none;
}
.processPointList .listItem:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.processPointList .listItem:nth-child(2) {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}
.processPointList .listItem:nth-child(3) {
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}
.processPointList .listItem:nth-child(4) {
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
}
.processPointList .listItem:nth-child(5) {
  -webkit-transform: rotate(144deg);
          transform: rotate(144deg);
}
.processPointList .listItem:nth-child(6) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.processPointList .listItem:nth-child(7) {
  -webkit-transform: rotate(216deg);
          transform: rotate(216deg);
}
.processPointList .listItem.active .point {
  border-color: #D7D9CD;
}
.processPointList .listItem.active .point::before {
  background-color: #D7D9CD;
}
.processPointList .point {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  display: none;
}
.processPointList .point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background-color: #b2b2b2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.processCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.processProgressList {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 5;
  width: calc(100% + 2px);
  padding-bottom: calc(100% + 2px);
}
.processProgressList .listItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.processProgressList .listItem:nth-child(1) {
  -webkit-transform: rotate(3.5deg);
          transform: rotate(3.5deg);
}
.processProgressList .listItem:nth-child(2) {
  -webkit-transform: rotate(39.5deg);
          transform: rotate(39.5deg);
}
.processProgressList .listItem:nth-child(3) {
  -webkit-transform: rotate(75.5deg);
          transform: rotate(75.5deg);
}
.processProgressList .listItem:nth-child(4) {
  -webkit-transform: rotate(111.5deg);
          transform: rotate(111.5deg);
}
.processProgressList .listItem:nth-child(5) {
  -webkit-transform: rotate(147.5deg);
          transform: rotate(147.5deg);
}
.processProgressList .listItem:nth-child(6) {
  -webkit-transform: rotate(183.5deg);
          transform: rotate(183.5deg);
}
.processProgressList .listItem:nth-child(7) {
  -webkit-transform: rotate(219.5deg);
          transform: rotate(219.5deg);
}
.processProgressList .listItem.active path {
  stroke-dasharray: 40, 40;
}
.processProgressList .listItem.active.current path {
  -webkit-animation: processProgressAnimation linear forwards;
          animation: processProgressAnimation linear forwards;
}
.processProgressList .listItem path {
  stroke-dashoffset: 0;
  stroke-dasharray: 0, 40;
}
@-webkit-keyframes processProgressAnimation {
  0% {
    stroke-dasharray: 0, 40;
  }
  100% {
    stroke-dasharray: 40, 40;
  }
}
@keyframes processProgressAnimation {
  0% {
    stroke-dasharray: 0, 40;
  }
  100% {
    stroke-dasharray: 40, 40;
  }
}

.processBtnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 0px;
}
@media (max-width: 1108px) {
  .processBtnBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .processBtnBox {
    bottom: 50px;
  }
}
.processBtnBox .processPrevBtn {
  margin-right: 20px;
}

.processPrevBtn,
.processNextBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
}
.processPrevBtn i,
.processNextBtn i {
  font-size: 20px;
  color: #B7BD92;
}
.processPrevBtn:hover,
.processNextBtn:hover {
  color: #fff;
  background-color: #D7D9CD;
}

.processNumBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #ccc;
}
.processNum {
  color: #333;
}
.processNumTotal::before {
  content: "";
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 1px;
  margin: 0 3px 0 5px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.processDots .listItem {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
}
.processDots .listItem.current, .processDots .listItem:hover {
  background-color: #D7D9CD;
}