@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1201px) {
  /* line 8, scss/style.scss */
  .officework__title {
    display: block;
    font-family: 'Poppins', sans-serif;
  }

  .work__detael {
    padding-left: 20px;
  }

  /* line 19, scss/style.scss */
  .flow__img__list {
    font-size: 0;
    margin: 60px auto 0;
    width: 965px;
  }
  /* line 23, scss/style.scss */
  .flow__img__list li {
    display: inline-block;
    margin-right: 5%;
    width: 30%;
  }
  /* line 27, scss/style.scss */
  .flow__img__list li:last-child {
    margin: 0;
  }
  /* line 30, scss/style.scss */
  .flow__img__list li .flow__img {
    height: auto;
    width: 100%;
  }

  .day__table__example {
    width: 70%;
    margin: 10px auto;
    padding-left: 50px;
    font-size: 20px;
  }
  /* line 37, scss/style.scss */
  .day__table {
    border-left: solid 2px #2a2726;
    margin: 0 auto 80px auto;
    position: relative;
    width: 70%;
  }
  /* line 42, scss/style.scss */
  .day__table th, .day__table td {
    padding: 10px 0 10px 20px;
    vertical-align: top;
  }
  /* line 46, scss/style.scss */
  .day__table th {
    font-size: 20px;
    width: 250px;
    text-align: center;
  }
  .day__table td .day__table-main {
    margin-top: 40px;
    margin-left: 10px;
    font-size: 20px;
  }
  /* line 58, scss/style.scss */
  .day__table:before, .day__table:after {
    content: "";
    background-color: #2a2726;
    display: block;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -10px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 75, scss/style.scss */
  .officework__title {
    color: #fff;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1em;
    text-align: center;
  }

  .work__detael {
    width: 90%;
    margin: 0 auto;
  }

  /* line 86, scss/style.scss */
  .flow__img__list {
    font-size: 0;
    margin: 20px auto 0;
    width: 90%;
  }
  /* line 90, scss/style.scss */
  .flow__img__list li {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  /* line 94, scss/style.scss */
  .flow__img__list li:last-child {
    margin: 0;
  }
  /* line 97, scss/style.scss */
  .flow__img__list li .flow__img {
    height: auto;
    width: 100%;
  }

  .day__table__example {
    width: 90%;
    margin: 0 auto;
    padding-left: 10px;
    font-size: 14px;
  }
  .day__table {
    border-left: solid 2px #2a2726;
    margin: 0 auto 40px auto;
    position: relative;
    width: 90%;
  }
  /* line 109, scss/style.scss */
  .day__table th, .day__table td {
    padding: 5px 0 5px 10px;
    vertical-align: top;
  }
  /* line 113, scss/style.scss */
  .day__table th {
    font-size: 14px;
    width: 100px;
    text-align: center;
  }

  /* line 118, scss/style.scss */
  .day__table td .day__table-title {
    color: #1c9a37;
    display: block;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .day__table td .day__table-main {
    margin-left: 10px;
    font-size: 12px;
  }
  /* line 125, scss/style.scss */
  .day__table:before, .day__table:after {
    content: "";
    background-color: #2a2726;
    display: block;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    left: -4px;
  }
}
