@media all and (max-width:767px) {
  .br_pc {
    display: none;
  }

  .br_m {
    display: block;
  }

  .Header .Rows {
    margin: 0 10px;
  }

  .Slider {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 50px 0px;
    text-align: center;
    background-image: none;
  }

  .SliderArea {
    background-color: #fae100;
  }

  .Slider img {
    width: 200px;
    margin-bottom: 50px;
  }

  .Slider .SliderText02 {
    font-size: 1.3rem;
  }

  .Slider .SliderText03 {
    font-size: .9rem;
  }

  .InfoArea .Info {
    flex-wrap: wrap;
  }

  .InfoArea .Info .Rows a {
    font-size: 1rem;
    padding: 15px 0px;
    margin: 0 auto;
  }

  .InfoArea .Info .Rows {
    margin: 0 5px;
    flex-basis: calc(100% / 2 - 10px);
  }

  .InfoArea .Info .Rows:last-child {
    margin-bottom: 0px;
  }

  .InfoArea .Info .Rows a img {
    display: block;
    width: 20px;
    margin: 0 auto 10px auto;
  }

  .ServiceList01 img {
    width: 40px;
  }

  .ServiceList02 {
    font-size: 1rem;
  }

  .ServiceList03 {
    font-size: 1.4rem;
  }

  .ServiceList {
    flex-wrap: wrap;
  }

  .ServiceList .Rows {
    padding: 20px;
    margin: 0 10px;
    flex-basis: calc(100% / 2 - 20px);
  }

  .ServiceList .Rows:nth-child(3) {
    margin-top: 10px;
  }

  .ServiceArea {
    padding: 0px 20px 50px 20px;
  }

  .RecommendArea .RecommendList .Rows {
    flex-basis: 100%;
  }

  .RecommendArea .RecommendList .Rows:nth-child(5) {
    margin-bottom: 10px;
  }

  .RecommendArea .RecommendList .Rows:nth-child(6) {
    margin-bottom: 0px;
  }

  .IndexText03 {
    padding: 10px 25px;
  }

  .SpeedList {
    flex-wrap: wrap;
  }

  .SpeedList .Rows {
    margin: 5px;
    flex-basis: calc(100% / 2 - 10px);
  }

  .SpeedList .Rows .Speed02 {
    font-size: 1rem;
    white-space: nowrap;
  }

  .SpeedList {
    align-items: stretch;
  }

  .IndexText01 {
    font-size: 1.8rem;
  }
}

/* Tablet (가로폭 768px 이상, 1023px 이하) */
@media all and (min-width:768px) and (max-width:1023px) {
  .br_pc {
    display: none;
  }

  .br_m {
    display: block;
  }
}

/* PC Desktop (가로폭 1024 이상) */
@media all and (min-width:1024px) {
  .br_pc {
    display: block;
  }

  .br_m {
    display: none;
  }
}
