@charset "UTF-8";


.main_div > ul >li {
  overflow: hidden;
}

.body #m1 {
  align-items: center;
  justify-content: flex-end;
  height: 5vw;
  padding-right: 4%;
  font-size: 0.9vw;
  font-weight: 100;
  color: #888;
}

.body #m2 {
  text-align: center;
  color: #9B7641;
  font-family: "Abhaya Libre", Sans-serif;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 5.2px;
}

.body #m3 {
  align-items: flex-start;
  font-family: "Noto Sans KR", Sans-serif;
  font-weight: 700;
  font-size: 2.6vw;
  letter-spacing: -1px;
  word-spacing: -1px;
  height: 5vw;
}


.body #m4 {
  align-self: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 3vw;
}
.body #m4 div:nth-child(1) {
  width: 50%;
  border-right: 1px solid #9B7641;
}
.body #m4 div:nth-child(2) {
  width: 50%-1px;
}

.body #m5 {
  display: flex;
  align-items: center;
  padding: 1vw 0;
  height: 6vw;

}
.body #m5 img {
  width: auto;
  height: 100%;
}


/* .body #m6 {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  max-height: 30vw;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../축농증/img/bg-1.png?ver=1);
}

.body #m6 img {
  width: 100%;
  height: auto;
  max-height: 100%;
} */

.body #m6 {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  max-height: 21.5vw;

}

.body #m6 img:nth-child(1) {
  position: absolute;
  width: 50%;
  height: auto;
  max-height: 100%;
}
.body #m6 img:nth-child(2) {
  width: 100%;
  height: auto;
  max-height: 100%;
}


.body #m7 {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-bottom: 4vw;
  width: 100%;
  max-height: 30vw;

}
.body #m7 p {
  display: flex;
  position: absolute;
  align-self: flex-start;
  
}
/* .body #m7 img:nth-child(1) {
  position: absolute;
  position: absolute;
  align-self: flex-start;
} */

.body #m7 img:nth-child(1) {
  position: absolute;
  width: 50%;
  height: auto;
  max-height: 100%;
}
.body #m7 img:nth-child(2) {
  display: flex;
  align-self: flex-end;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.body #m8 {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  max-height: 50vw;
  padding-bottom: 6vw;

  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../축농증/img/bg-1.png?ver=1); */
}

.body #m8 img {
  width: 75%;
  height: auto;
  max-height: 100%;
}

.body #m9 {
  display: flex;
  align-items: center;
  padding: 3vw 0vw 1vw 0vw;
  height: 8vw;
  background-color: #F3F0EA;
}

.body #m9 img {
  width: auto;
  height: 100%;
}


.body #m10 {
  display: flex;
  align-items: center;
  padding-bottom: 6vw;
  height: 36vw;
  background-color: #F3F0EA;
}

.body #m10 img {
  width: 90%;
  height: auto;
  max-height: 100%;
}


.body #m11 {
  display: flex;
  align-items: center;
  padding: 4vw 0;
  height: 21vw;
  background-color: #32432A;

  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../축농증/img/section-11-bg.png?ver=20241231);

}

.body #m11 img {
  width: auto;
  height: 100%;
}

.body #m12 {
  display: flex;
  align-items: center;
  padding-bottom: 6vw;
  background-color: #32432A;

  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../축농증/img/section-12-bg.png?ver=20241231);

}

.body #m12 img {
  width: 85%;
  height: auto;
  
}


@media screen and (max-width: 1600px) {
  .body #m1 {
    align-items: center;
    justify-content: flex-end;
    height: 5vw;
    padding-right: 4%;
    font-size: 1.1vw;
    font-weight: 100;
    color: #888;
  }

  .body #m6 {
    max-height: 28vw;
  
  }
  
  .body #m6 img:nth-child(1) {
    width: 65%;
  }
  .body #m7 {
    max-height: 40vw;
  }
  .body #m7 img:nth-child(1) {
    width: 65%;
  }

  .body #m8 {
    max-height: 60vw;
  }

  .body #m8 img {
    width: 85%;
  }
  
  .body #m10 {
    height: 40vw;
  }

  .body #m10 img {
    width: 95%;
  }

  .body #m11 {
    height: 26vw;
  }
  .body #m12 {
    padding-bottom: 8vw;
  }
  .body #m12 img {
    width: 95%;
  }
}

@media screen and (max-width: 1400px) {

  .body #m5 {
    height: 7vw;
  }

  .body #m6 {
    max-height: 30vw;
  
  }
  
  .body #m6 img:nth-child(1) {
    width: 75%;
  }
  .body #m6 img:nth-child(2) {
    width: unset;
  }

  .body #m7 {
    max-height: 50vw;
  }
  .body #m7 img:nth-child(1) {
    width: 75%;
  }

  .body #m8 {
    max-height: 70vw;
  }

  .body #m8 img {
    width: 90%;
  }

  .body #m9 {
    height: 12vw;
  }
  .body #m10 {
    height: 42vw;
  }

  .body #m10 img {
    width: 98%;
  }

  .body #m11 {
    height: 30vw;
  }
  .body #m12 {
    padding-bottom: 8vw;
  }
  .body #m12 img {
    width: 98%;
  }
} 


@media screen and (max-width: 1200px) {


  
  .body #m1 {
    align-items: center;
    justify-content: flex-end;
    height: 5vw;
    padding-right: 4%;
    font-size: 1.3vw;
    font-weight: 100;
    color: #888;
  }
  

  .body #m2 {
    align-items: center;
    height: 4vw;
  }

  .body #m2 img{
    height: 100%;
    width: auto;

  }
  
  .body #m3 {
    align-items: flex-start;
    font-weight: 700;
    font-size: 3.5vw;
    height: 7vw;
  }
  

  .body #m4 {
    align-self: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 3vw;
  }
  .body #m4 div:nth-child(1) {
    width: 50%;
    border-right: 1px solid #9B7641;
  }
  .body #m4 div:nth-child(2) {
    width: 50%-1px;
  }

  .body #m5 {
    height: 9vw;
  }

  .body #m6 {
    max-height: 32vw;
  
  }
  
  .body #m6 img:nth-child(1) {
    width: 80%;
  }

  .body #m7 img:nth-child(1) {
    width: 80%;
  }

  .body #m8 {
    max-height: 70vw;
  }

  .body #m8 img {
    width: 97%;
  }

  .body #m9 {
    height: 12vw;
  }
  .body #m10 {
    height: 42vw;
  }

  .body #m10 img {
    width: 99%;
  }

  .body #m11 {
    height: 32vw;
  }
  .body #m12 {
    padding-bottom: 10vw;
  }
  .body #m12 img {
    width: 99%;
  }

}

@media screen and (max-width: 900px) {
  




  .body #m1 {
    align-items: center;
    justify-content: flex-end;
    height: 10vw;
    padding-right: 4%;
    font-size: 2.1vw;
    font-weight: 100;
    color: #888;
  }
  

  .body #m2 {
    align-items: center;
    height: 5vw;
  }

  .body #m2 img{
    height: 100%;
    width: auto;

  }
  
  .body #m3 {
    font-size: 6vw;
    height: 12vw;
  }
  

  .body #m4 {
    align-self: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 5vw;
  }
  .body #m4 div:nth-child(1) {
    width: 50%;
    border-right: 1px solid #9B7641;
  }
  .body #m4 div:nth-child(2) {
    width: 50%-1px;
  }

  
  .body #m5 {
    height: 12vw;
  }

  .body #m6 {
    max-height: 90vw;
  }
  .body #m6 img:nth-child(1) {
    content: url("../../../축농증/img/section-6-m-ct.png?ver=20241231");
    width: 70%;
  }

  .body #m7 {
    max-height: 90vw;
  }
  .body #m7 img:nth-child(1) {
    width: 55%;
    content: url("../../../축농증/img/section-7-m-ct.png?ver=20241231");

  }
  .body #m7 img:nth-child(2) {
    width: auto;
    height: 100%;
  }
  .body #m8 {
    max-height: unset;
    padding-top: 5vw;
    padding-bottom: 10vw;
  }
  .body #m8 img {
    width: 65%;
    height: auto;
    content: url("../../../축농증/img/section-8-m-ct.png?ver=20241231");
  }
  .body #m9 {
    padding: 3vw 0;
    height: 16vw;
  }
  .body #m10 {
    height: unset;
    padding-bottom: 10vw;
  }
  .body #m10 img {
    width: 65%;
    height: auto;
    content: url("../../../축농증/img/section-10-m-ct.png?ver=20241231");
  }
  .body #m11 {
    height: 45vw;
    padding: 6vw 0;
  }
  .body #m11 img {
    content: url("../../../축농증/img/section-11-m-ct.png?ver=20241231");
  }
  .body #m12 img {
    width: 70%;
    height: auto;
    content: url("../../../축농증/img/section-12-m-ct.png?ver=20241231");
  }
}

@media screen and (max-width: 700px) {



  .body #m1 {
    align-items: center;
    justify-content: flex-end;
    height: 10vw;
    padding-right: 4%;
    font-size: 2.5vw;
    font-weight: 100;
    color: #888;
  }
  

  .body #m2 {
    align-items: center;
    height: 6vw;
  }

  .body #m2 img{
    height: 100%;
    width: auto;

  }
  
  .body #m3 {
    font-size: 6vw;
    height: 13vw;
  }
  

  .body #m4 {
    align-self: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 7vw;
  }
  .body #m4 div:nth-child(1) {
    width: 50%;
    border-right: 1px solid #9B7641;
  }
  .body #m4 div:nth-child(2) {
    width: 50%-1px;
  }

  .body #m5 {
    height: 14vw;
  }

  .body #m6 {
    max-height: 100vw;
  }
  .body #m6 img:nth-child(1) {
    width: 90%;
  }

  .body #m7 {
    max-height: 145vw;
  }
  .body #m7 img:nth-child(1) {
    width: 80%;
  }
  .body #m8 {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }
  .body #m8 img {
    width: 85%;
  }
  .body #m9 {
    height: 20vw;
  }
  .body #m10 {
    padding-bottom: 15vw;
  }
  .body #m10 img {
    width: 85%;
    height: auto;

  }
  .body #m11 {
    height: 55vw;
    padding: 6vw 0;
  }
  .body #m12 img {
    width: 90%;

  }

}
@media screen and (max-width: 600px) {




  .body #m1 {
    align-items: center;
    justify-content: flex-end;
    height: 15vw;
    padding-right: 4%;
    font-size: 3vw;
    font-weight: 100;
    color: #888;
  }
  

  .body #m2 {
    align-items: center;
    height: 9vw;
  }

  .body #m2 img{
    height: 100%;
    width: auto;

  }
  
  .body #m3 {
    font-size: 7vw;
    height: 18vw;
  }

  .body #m4 {
    align-self: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 10vw;
  }
  .body #m4 div:nth-child(1) {
    width: 50%;
    border-right: 1px solid #9B7641;
  }
  .body #m4 div:nth-child(2) {
    width: 50%-1px;
  }


  .body #m5 {
    height: 16vw;
  }

  .body #m6 {
    max-height: 105vw;
  }
  .body #m6 img:nth-child(1) {
    width: 95%;
  }

  .body #m7 {
    max-height: 165vw;
  }
  .body #m7 img:nth-child(1) {
    width: 90%;
  }
  .body #m8 {
    padding-bottom: 18vw;
  }
  .body #m8 img {
    width: 95%;
  }
  .body #m9 {
    height: 22vw;
  }
  .body #m10 {
    padding-bottom: 20vw;
  }
  .body #m10 img {
    width: 95%;
    height: auto;

  }
  .body #m11 {
    height: 75vw;
    padding: 10vw 0;
  }
  .body #m12 {
    padding-bottom: 20vw;
  }
  .body #m12 img {
    width: 95%;

  }

}

@media screen and (max-width: 500px) {

}

@media screen and (max-width: 400px) {

}