

/* ----------------------------------service--------------------------------------------------------- */

.page-title-service img {
  left: 56%;
}

#service {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 6rem;
}

.service01-wrapper {
  width: 35%;
  margin: 0 10% 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 3rem;
  opacity: 0;
  animation: delay 2s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}


.service01-textBox {
  font-size: 1.8rem;
  margin: 0 auto;
  text-align: center;
}

.service01-textBox h4 {
  font-size: 1.8rem;
  font-weight: 500;
}

.service01-textBox-text {
  width: 75%;
  margin: 0 auto;
  margin-top: 1.5rem;
  font-size: 1rem;
}

.service02-wrapper {
  width: 100%;
  background-color: #FFF977;
  margin-top: 150px;
  position: relative;
}



.service02-textBox {
  width: 70%;
  margin: 0 auto;
  padding-top: 50px;
}

.ser02-titleWrapper {
  width: 300px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}

.ser02-titleWrapper img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0%;
  left: 80%;
  transform: translate(-50%, 0%);
}

.service02-textBox h4 {
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  white-space: nowrap;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.service02-textBox h4 span {
  font-size: 2.2rem;
  padding-left: 5px;
}

.ser02-underline {
  width: 100%;
  height: 2px;
  background-color: #291A02;
  border-radius: 100vh;
  margin: 0 auto;
}

.service02-textBox p {
  width: 70%;
  margin: 0 auto;
  margin-top: 60px;
  font-size: 1.1rem;
  padding-bottom: 30px;
}

.ser-subTitle {
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
  padding-left: 5%;
  line-height: 80px;
}



.service-img01 {
  width: 23%;
  height: auto;
  position: absolute;
  top: 60px;
  left: 35%;
  opacity: 0;
  animation: delay 4s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.service-img02 {
  width: 27%;
  height: auto;
  position: absolute;
  top: 250px;
  left: 5%;
  opacity: 0;
  animation: delay 4s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.service-img03 {
  width: 3%;
  height: auto;
  position: absolute;
  top: 40px;
  left: 23%;
  transform: rotate(-40deg);
  opacity: 0;
  animation: delay 4s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.service-img04 {
  width: 2.6%;
  height: auto;
  position: absolute;
  top: 460px;
  left: 40%;
  transform: rotate(15deg);
  opacity: 0;
  animation: delay 4s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}



/* -----------------------------------------about---------------------------------------------------- */


#about {
  width: 80%;
  margin: 0 auto;
  margin-top: 200px;
}

.aboutWrapper {
  width: 100%;
  background-color: #FFFDD8;
  border-radius: 50px;
  position: relative;
}

.about-pointWrapper {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 80px;
}

.aboutPoint-box {
  width: 33%;
}

.point-imgBox {
  width: 100%;
  height: 350px;
  position: relative;
}

.point-b {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.point-imgBox h4 {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 27%;
  left: 75%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.point-imgBox img {
  width: 43%;
  height: auto;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.aboutPoint-box p {
  width: 75%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 1.2rem;
}

.medi-position img {
  width: 50%;
  top: 60%;
}




/* ----------------------------------------------dairy----------------------------------------------- */

#dairy {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
  position: relative;
  border-radius: 30px;
}

.timetable-wrapper {
  width: 50%;
  height: 1150px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 80px 0;
  position: relative;
}

.timebar {
  width: 35px;
  height: 100%;
  background-color: #FFF977;
  border-radius: 100vw;
  margin-left: 30px;
}

.timetable-box {
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 150px;
}

.timetable {
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #F76333;
  position: relative;
  margin-bottom: 50px;
}

.timetable p {
  position: absolute;
  font-size: 1.3rem;
  transform: translate(-50%, -50%);
  top: 50%;
}

.timetable p:nth-of-type(1) {
  left: 25%;
}
.timetable p:nth-of-type(2) {
  left: 50%;
}

.marginPlus {
  margin-bottom: 150px;
}






@media (max-width:1500px) {

  #service {
    padding-top: 80px;
  }

  .service01-wrapper {
    margin-right: 10%;
  }

  .service01-wrapper h4 {
    font-size: 1.6rem;
  }

  .service01-wrapper p {
    font-size: 1rem;
    margin-bottom: 20px;
    width: 85%;
    margin-top: 30px;
    
  }
  
  .service02-wrapper {
    margin-top: 100px;
  }


  .service-img01 {
    width: 23%;
    height: auto;
    position: absolute;
    top: 40px;
    left: 35%;
  }

  .service-img02 {
    width: 27%;
    top: 230px;
    left: 5%;
  }

  .service-img03 {
    width: 3.5%;
    top: 40px;
    left: 20%;
  }

  .service-img04 {
    width: 3%;
    top: 350px;
    left: 40%;
  }

  .service02-textBox {
    margin-top: 30px;
    width: 75%;
  }

  .ser02-titleWrapper {
    height: 80px;
  }

  .service01-textBox-text {
    font-size: 1rem;
  }

  .service02-textBox p {
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 1rem;
    padding-bottom: 20px;
  }

  .ser-subTitle {
    font-size: 4.5rem;
  }


  /* ------------------------------about--------------------------------------- */

  #about {
    margin-top: 150px;
  }

  .point-imgBox {
    height: 300px;
  }

  .point-b {
    width: 260px;
    height: 260px;
  }

  .point-imgBox h4 {
    font-size: 1.5rem;
    top: 25%; 
  }

  .aboutPoint-box p {
    font-size: 1rem;
  }



  /* ---------------------------------dairy------------------------------------ */

  .timetable {
    margin-bottom: 30px;
  }

  .timetable-wrapper {
    height: 900px;
  }

  .marginPlus {
    margin-bottom: 100px;
  }

  .timetable-box {
    margin-top: 110px;
  }

  .timetable p {
    font-size: 1.1rem;
  }


  }








  @media (max-width:1200px) {

    .service01-textBox-text {
      font-size: 1rem;
      
    }

    .service01-wrapper {
      width: 45%;
    }

    .ser02-titleWrapper {
      height: 80px;
    }

    .service02-textBox {
      padding-top: 30px;
    }

    .service02-textBox h4 {
      font-size: 1.5rem;
    }

    .service02-textBox h4 span{
      font-size: 2rem;
    }

    .ser02-titleWrapper img {
      left: 75%;
    }
    
    .service02-wrapper {
      margin-top: 100px;
    }


    .service-img01 {
      width: 280px;
      top: 40px;
      left: 30%;
    }

    .service-img02 {
      width: 300px;
      top: 250px;
      left: 5%;
    }


    .service-img03 {
      width: 45px;
      top: 40px;
      left: 20%;
    }

    .service-img04 {
      width: 40px;
      top: 350px;
      left: 35%;
    }

    .service02-textBox {
      width: 80%;
      margin: 0 auto;
    }

    .service02-textBox p {
      width: 75%;

    }

    .ser-subTitle  {
      font-size: 4rem;
    }


    /* ------------------------------about--------------------------------------- */

    #about {
      margin-top: 150px;
    }

    .point-imgBox {
      height: 250px;
    }

    .point-b {
      width: 200px;
      height: 200px;
    }

    .point-imgBox h4 {
      font-size: 1.3rem;
      top: 25%; 
    }

    .aboutPoint-box p {
      font-size: 1rem;
      width: 80%;
      margin-bottom: 50px;
    }

    .point-imgBox img {
      width: 45%;
    }

    .medi-position img {
      width: 50%;

    }


}





@media (max-width: 900px) {

  @media (min-height: 1000px) {

    .service01-wrapper {
      width: 45%;
      margin-right: 5%;
    }

    .service01-wrapper h4 {
      font-size: 1.5rem;
    }

    .service01-textBox p {
      width: 100%;
      font-size: 1rem;
      margin-bottom: 30px;
    }

    .service02-wrapper {
      margin-top: 80px;
    }

    .service02-textBox h4 {
      font-size: 1.5rem;
    }

    .service02-textBox {
      width: 90%;
      padding-top: 15px;
    }

    .service02-textBox p {
      width: 85%;
      font-size: 1rem;
    }

    .ser-subTitle {
      font-size: 3rem;
      padding-left: 3%;
      line-height: 48px;
    }

    .service-img01 {
      width: 280px;
      top: 30px;
      left: 23%;
    }
    .service-img02 {
      width: 270px;
      top: 330px;
      left: 3%;
    }
    .service-img03 {
      width: 45px;
      top: 100px;
      left: 15%;
      transform: rotate(-30deg);
    }
    .service-img04 {
      width: 40px;
      top: 400px;
      left: 38%;
      transform: rotate(30deg);
    }


    /* -----------------------------------------about---------------------------------------------------- */

    #about {
      margin-top: 130px;
      width: 90%;
    }

    .aboutPoint-box {
      width: 45%;
    }
    
    .point-imgBox {
      height: 230px;
    }
    
    .point-b {
      width: 220px;
      height: 220px;
    }
    
    .point-imgBox h4 {
      font-size: 1.3rem;
      top: 20%; 
    }

    .point-imgBox img {
      width: 50%;
    }
    
    .aboutPoint-box p {
      font-size: .9rem;
      margin-top: 10px;
    }


    /* ---------------------------------dairy------------------------------------ */

    #dairy {
      margin-top: 130px;
    }


    .timetable {
      margin-bottom: 30px;
    }

    .timetable-box {
      margin-top: 100px;
    }

    .timebar {
      width: 25px;
    }

    .timetable-wrapper {
      height: 900px;
      width: 70%;
    }

    .marginPlus {
      margin-bottom: 100px;
    }

    .timetable p {
      font-size: 1.1rem;
    }

    .timetable p:nth-of-type(1) {
      left: 22%;
    } 








  }
}



@media (max-width: 500px) {

  .page-title-service img {
    left: 64%;
  }

  .service01-wrapper {
    width: 60%;
    padding: 20px 0 ;
    margin-right: 5%;
  }

  .service01-wrapper h4 {
    width: 100%;
    font-size: 1.2rem;
  }

  .service01-textBox p {
    width: 80%;
    font-size: .8rem;
  }

  .service-img01 {
    width: 40%;
    top: 10px;
    left: 10%;
  }
  .service-img02 {
    width: 45%;
    top: 280px;
    left: 5%;
  }
  .service-img03 {
    width: 30px;
    top: 100px;
    left: 15%;
    transform: rotate(-35deg);
  }
  .service-img04 {
    width: 30px;
    top: 310px;
    left: 60%;
    transform: rotate(30deg);
  }

  
  .service02-wrapper {
    margin-top: 80px;
  }

  .service02-textBox {
    width: 85%;
    padding-top: 10px;
  }
  
  .ser02-titleWrapper {
    width: 200px;
    height: 80px;
    margin-bottom: 5px;
  }

  .ser02-titleWrapper img {
    left: 85%;
  }

  .service02-textBox h4 {
    font-size: 1.3rem;
  }

  .service02-textBox h4 span {
    font-size: 1.8rem;
    padding-left: 5px;
  } 

  .ser02-underline {
    height: 1.5px;
  }

  .service02-textBox p {
    font-size: .8rem;
    padding-bottom: 15px;
  }

  .ser-subTitle {
    font-size: 1.8rem;
    line-height: 40px;
  }


  /* ---------------------------------about------------------------------------------ */

  #about {
    margin-top: 130px;
    width: 90%;
  }

  .aboutPoint-box {
    width: 80%;
  }

  .about-pointWrapper {
    padding-bottom: 30px;
  }
  
  .point-imgBox {
    height: 200px;
  }
  
  .point-b {
    width: 180px;
    height: 180px;
  }
  
  .point-imgBox h4 {
    font-size: 1rem;
    top: 20%; 
  }

  .point-imgBox img {
    width: 45%;
  }

  .medi-position img {
    width: 50%;
  }
  
  .aboutPoint-box p {
    width: 100%;
    font-size: .8rem;
    margin-top: 5px;
    margin-bottom: 30px;
  }


  .aboutWrapper {
    border-radius: 20px;
  }



/* ----------------------------------------------dairy----------------------------------------------- */

#dairy{
  width: 90%;
  border-radius: 20px;
}

.timetable-wrapper {
  width: 70%;
}

.timebar {
  width: 20px;
  margin-left: 10px;
}

.timetable-wrapper {
  height: 550px;
  padding: 50px 0;
}

.timetable-box {
  margin-top: 70px;
}

.timetable {
  height: 28px;
  border-bottom: 1.5px solid #F76333;
  margin-bottom: 20px;
}

.timetable p {
  transform: translate( 0, -50%);
}

.timetable p:nth-of-type(1) {
  font-size: .7rem;
  left: 15%;
} 

.timetable p:nth-of-type(2) {
  font-size: .8rem;
  left: 45%;
}

.marginPlus {
  margin-bottom: 50px;
} 






}