.line-flow {
  margin-top: 3.75rem;
  padding: 3.75rem 0;
  background: #FFF6C6;
}

@media (max-width: 769px) {
  .line-flow {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
  }
}

.line-flow .body__inner {
  padding: 1.875rem 0;
}

.line-flow__head {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.66667;
}

@media (max-width: 769px) {
  .line-flow__head {
    font-size: 1.125rem;
    line-height: 1.33333;
  }
}

.line-flow__head__container {
  width: 86%;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .line-flow__head__container {
    width: 90%;
  }
}

.line-flow__img__container {
  margin-top: 2.5rem;
}

@media (max-width: 769px) {
  .line-flow__img__container {
    margin-top: 1rem;
  }
}

.line-flow__detail__list {
  width: 95%;
  margin: 0 auto;
}

.line-flow__detail__list > .list__item {
  margin-top: 5rem;
}

@media (max-width: 769px) {
  .line-flow__detail__list > .list__item {
    margin-top: 3rem;
  }
}

.line-flow__detail__list > .list__item .sub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.5rem;
}

@media (max-width: 769px) {
  .line-flow__detail__list > .list__item .sub__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.line-flow__detail__list > .list__item .sub__list > .list__item.__arrow {
  color: #F8E05E;
  font-size: 5rem;
  margin: 0 1rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 769px) {
  .line-flow__detail__list > .list__item .sub__list > .list__item.__arrow {
    font-size: 2.5rem;
    margin: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.line-flow__detail__list > .list__item .sub__list > .list__item > .item__txt {
  font-size: 1.125rem;
  line-height: 1.33333;
}

.line-flow__detail__list > .list__item .sub__list > .list__item > .item__img {
  margin-top: 1rem;
}

@media (max-width: 769px) {
  .line-flow__detail__list > .list__item .sub__list > .list__item:nth-child(1) .item__txt {
    margin-top: 1rem;
  }
}

.line-flow__detail__list > .list__item:nth-child(1) .item__head {
  width: 31.8125rem;
}

@media (max-width: 769px) {
  .line-flow__detail__list > .list__item:nth-child(1) .item__head {
    width: 19.0625rem;
  }
}

@media (max-width: 769px) {
  .line-flow__detail__list > .list__item:nth-child(1) > .sub__list .list__item:nth-child(1) {
    display: none;
  }
}

@media (max-width: 769px) {
  .line-flow__detail__list > .list__item:nth-child(1) > .sub__list .list__item:nth-child(2) {
    display: none;
  }
}

@media (max-width: 769px) {
  .line-flow__detail__list > .list__item:nth-child(1) > .sub__list .list__item:nth-child(3) {
    display: none;
  }
}

.line-flow__detail__list > .list__item:nth-child(1) > .sub__list .list__item.--mb {
  display: none;
}

@media (max-width: 769px) {
  .line-flow__detail__list > .list__item:nth-child(1) > .sub__list .list__item.--mb {
    display: block;
  }
}

.line-flow__detail__list > .list__item:nth-child(2) .item__head {
  width: 43.0625rem;
}

@media (max-width: 769px) {
  .line-flow__detail__list > .list__item:nth-child(2) .item__head {
    width: 19.0625rem;
  }
}

.line-flow__detail__list > .list__item:nth-child(2) > .sub__list {
  width: 88%;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .line-flow__detail__list > .list__item:nth-child(2) > .sub__list {
    width: 90%;
  }
}

.line-flow__detail__list > .list__item:nth-child(3) .item__head {
  width: 38rem;
}

@media (max-width: 769px) {
  .line-flow__detail__list > .list__item:nth-child(3) .item__head {
    width: 19.0625rem;
  }
}

.line-flow__detail__list > .list__item:nth-child(3) > .sub__list {
  width: 88%;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .line-flow__detail__list > .list__item:nth-child(3) > .sub__list {
    width: 90%;
  }
}

.line-flow__detail__list > .list__item:nth-child(3) > .sub__list > .list__item.__arrow {
  color: transparent;
}

.line-flow__flag {
  width: 88%;
  margin: 0 auto;
  margin-top: 3.75rem;
}

@media (max-width: 769px) {
  .line-flow__flag {
    width: 90%;
    margin-top: 1.5rem;
  }
}
