@import url(mobie-common.css);
@media screen and (max-width: 768px) {
  .section > .page-cont, .section .page-cont, .page-cont, .page1-cont {
    box-sizing: border-box;
    padding-top: calc(15% + 20px);
    padding-bottom: 15%; }
  .section {
    padding-bottom: 30px; }
    .section .content {
      align-items: flex-start; }
  .text-box {
    padding: 15px 0; }
    .text-box p {
      display: flex;
      flex-wrap: wrap; }
      .text-box p i {
        width: 100% !important;
        text-align: left;
        padding-left: 15%;
        position: relative; }
        .text-box p i:before {
          content: '';
          position: absolute;
          width: 8px;
          height: 8px;
          background: green;
          border-radius: 50%;
          left: 8px;
          top: 50%;
          margin-top: -4px; }
    .text-box p.three i:nth-of-type(2):after, .text-box p.three i:nth-of-type(1):after {
      width: 0; }
    .text-box p.two i:nth-of-type(1):after {
      width: 0; }
  .phone-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; }
    .phone-box .phone-border {
      margin-right: 0;
      margin-top: 20px;
      width: 50%;
      height: auto;
      display: none; }
      .phone-box .phone-border img {
        max-width: 100%; }
  .pc-box .img-box {
    margin-bottom: 0; }
  .section .pc-border {
    width: 100%;
    height: auto; }
    .section .pc-border img {
      max-width: 100%; }
      .section .pc-border img.holder {
        position: unset;
        opacity: 0; }
  .page1 .page-cont {
    top: 0;
    transform: unset; }
  .page2 .content {
    display: flex;
    flex-direction: column-reverse; }
    .page2 .content .pc-box {
      margin-right: 0; }
      .page2 .content .pc-box .img-box {
        margin-bottom: 0;
        margin-top: 20px; }
    .page2 .content .phone-box {
      display: flex;
      flex-direction: column; }
      .page2 .content .phone-box .phone-border {
        margin-right: 0;
        margin-top: 20px;
        width: 50%;
        height: auto; }
        .page2 .content .phone-box .phone-border img {
          max-width: 100%; }
  .page3 .content {
    display: flex;
    flex-direction: column; }
    .page3 .content .pc-box .img-box {
      margin-bottom: 20px; }
    .page3 .content .pc-box .text-box p.three i:nth-of-type(2):after {
      width: 0; }
    .page3 .content .pc-border {
      width: 100%;
      height: auto; }
      .page3 .content .pc-border img {
        max-width: 100%; }
        .page3 .content .pc-border img.holder {
          position: unset;
          opacity: 0; }
    .page3 .content .phone-box {
      display: flex;
      flex-direction: column;
      margin-bottom: 30px; }
      .page3 .content .phone-box .phone-border {
        margin-right: 0;
        margin-top: 20px;
        width: 50%;
        height: auto; }
        .page3 .content .phone-box .phone-border img {
          max-width: 100%; }
  .page4 {
    padding-bottom: 30px; }
    .page4 .page-title {
      font-size: 36px;
      font-weight: bold; }
    .page4 .text {
      margin-bottom: 20px;
      text-align: left; }
      .page4 .text br {
        display: none; }
    .page4 .text-box {
      margin-bottom: 0; }
    .page4 .pc-border {
      width: 100%; }
  .page5 .content {
    display: flex;
    flex-direction: column-reverse; }
    .page5 .content .pc-box {
      margin-right: 0;
      width: 100%; }
  .page5 .text-wrap p i:first-of-type {
    padding-left: 15%; }
  .page5 .text-wrap .text-box {
    margin-top: 0; }
  .page6 .content {
    display: flex;
    flex-direction: column; }
  .page7 .content {
    display: flex;
    flex-direction: column-reverse; }
    .page7 .content .pc-box {
      margin-right: 0; }
  .page8 .content {
    display: flex;
    flex-direction: column; }
  .page9 {
    padding-bottom: 0; }
    .page9 .page-cont.content-wrap {
      height: 120%; }
    .page9 .page-cont .content {
      display: flex;
      flex-direction: column;
      transform: unset;
      align-items: flex-start;
      top: 20%;
      justify-content: flex-start; }
    .page9 .footer .page-cont {
      padding-top: 15%;
      padding-bottom: 5%; } }
