@charset "UTF-8";

.main-box {
  padding: 0;
}

.main-box .container {
  max-width: none;
  margin: 0 auto 3vw
}

.process {
  margin: 0 auto;
  position: relative;
  padding: 8% 0 5%;
}

.process:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 200px;
  width: 1px;
  background: #f0f0f0;
  z-index: -1;
}

.process .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 7%;
}

.process .box:last-child {
  margin-bottom: 0px;
}

.process .box .pic {
  min-width: 50%;
  margin: -50px 0 0 0;
}

.process .box .txt-box {
  max-width: 650px;
  z-index: 1;
  padding: 4% 5%;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0 0 0 -25px;
  width: calc(50% + 25px);
}

.process .box .txt-box:before {
  content: '';
  max-width: 200px;
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0px;
  left: 5%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.process .box .txt-box .nb {
  z-index: 0;
  color: #d6d6d6;
  font-size: 200px;
  position: absolute;
  top: -150px;
  left: 5%;
  opacity: 0.5;
  font-weight: 900;
}

.process .box .txt-box .title {
  color: #2E2E2E;
  font-size: 42px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Khula",
    "微軟正黑體",
    Arial,
    sans-serif,
    "0xe804";
  font-weight: bold;
  position: relative;
  z-index: 9;
  line-height: 1;
  margin: 0 0 10px 0;
}

.process .box .txt-box .title span {
  font-size: 28px;
  font-weight: normal;
  display: block;
}

.process .box .txt-box .txt {
  max-width: 675px;
  width: 100%;
  position: relative;
  z-index: 9;
}

.process .box:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.process .box:nth-child(2n) .pic {
  margin: -40px 0 0 0;
}

.process .box:nth-child(2n) .txt-box {
  margin: 25px -25px 0 0;
}

.process .box .txt-box .txt li {
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 5px;
}

.process .box .txt-box .txt li:before {
  content: '\F280';
  font-family: "Bootstrap-icons";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0px;
  font-size: 0.85em;
  color: #e50012;
  font-weight: normal;
}

.main-box .container {
  max-width: none;
  margin: 0 auto 3vw
}

@media screen and (max-width: 800px) {
  .process {
    padding-bottom: 0px;
  }

  .process:after {
    display: none;
  }

  .process .box {
    max-width: 650px;
    margin-bottom: 50px;
    flex-direction: column !important;
  }

  .process .box .pic {
    min-width: 100%;
    text-align: center;
  }

  .process .box .txt-box {
    position: relative;
    padding-bottom: 60px;
    width: 100%;
    margin: 0;
  }

  .process .box .txt-box:before {
    max-width: none;
    width: 100%;
    top: 0px;
    right: 0;
    left: 0px;
  }

  .process .box .txt-box .title {
    width: 100%;
    font-size: 30px !important;
  }

  .process .box .txt-box:before {
    max-width: none;
    width: 100%;
    top: 110px;
    right: 0;
    left: 0px;
    height: 60px;
    display: none;
  }

  .process .box .txt-box .nb {
    color: #d6d6d6;
    opacity: 1;
    width: 100%;
    text-align: center !important;
    top: -50px;
    left: auto;
    right: -33%;
    letter-spacing: 50px;
    text-align: center;
    opacity: 0.2;
  }
}

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