

.bodyy {
    background: #f7f7ff;
    font-family: "Montserrat", sans-serif;
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
  }
  .headerr {
    color: hsl(233, 13%, 49%);
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pricelist{
    margin-top: 40px;
    font-size: 32px;
    font-weight: 600;
    color: gray;
  }

  .toggle {
    margin-top: 2rem;
    color: hsl(234, 14%, 74%);
    display: flex;
    align-items: center;
  }
  .toggle-btn {
    margin: 0 1rem;
  }
  .checkbox {
    display: none;
  }
  
  .sub {
    background: linear-gradient(
      135deg,
      rgba(163, 168, 240, 1) 0%,
      rgba(105, 111, 221, 1) 100%
    );
    

    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* height: 25px;
    width: 50px; */
    height: 1.6rem;
    width: 3.3rem;
    border-radius: 1.6rem;
    padding: 0.3rem;
  }
  .circle {
    background-color: #fff;
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 50%;
  }
  .checkbox:checked + .sub {
    justify-content: flex-end;
  }
  
  .cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .cardd {
    background:#e1e7ff;
    color: hsl(233, 13%, 49%);
    border-radius: 0.8rem;
    margin: 10px;
  }

  .cardd:hover{
    box-shadow: rgba(255, 188, 0, 0.8) 0px 0px 0px 3px;
  }
  
  
 
  .ull {
    margin: 2.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .ull li {
    list-style-type: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
  }
  .ull li.price {
    font-size: 2rem;
    color: hsl(232, 13%, 33%);
    padding-bottom: 2rem;
  }


  .shadow {
    box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
  }
  
  .cardd.active .price {
    color: #fff;
  }
  
  .btnn {
    margin-top: 1rem;
    height: 2.6rem;
    width: 13.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient(
      135deg,
      rgba(163, 168, 240, 1) 0%,
      rgba(105, 111, 221, 1) 100%
    );
    color: #fff;
    outline: none;
    border: 0;
    font-weight: bold;
  }

   .btnn:focus{
    outline: none;}


  .btnn:hover{
    cursor: pointer;
    color: #9499eb;
    background: white;
    border: 1px solid #9499eb;
  }
  .active-btnn {
    background: #fff;
    color: hsl(237, 63%, 64%);
  }
  .active-btnn:hover{
    background: #9499eb;
    color: white;
    border: 1px solid white;
    cursor: pointer;
  }

  .bottom-bar {
    border-bottom: 2px solid hsla(240, 8%, 85%, 0.582);
  }
  .cardd.active .bottom-bar {
    border-bottom: 2px solid hsla(240, 8%, 85%, 0.253);
  }
 
  
  @media (max-width: 280px) {
    .ull {
      margin: 1rem;
    }
    .pricelist {
      font-size: 1.6rem;
    }
    .toggle {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      height: 80px;
    }
    .cards {
      margin: 0;
      display: flex;
      flex-direction: column;
    }
  
    .cardd {
      transform: scale(0.8);
      margin-bottom: 1rem;
    }
    .cards .cardd.active {
      transform: scale(0.8);
    }
  }







.title-box{
    margin: 0px auto 50px;
    color: gray;
}

.titley{
    margin-bottom: 55px;
    text-align: center;
    width: 100%;
}

.title-box .membering{
    font-size: 32px !important;
    font-weight: 500;
    color: gray;
}

.title-box p{
     margin-top: 10px;
     line-height: 24px;
     color: gray;
     font-size: 14px;
}
.profile-box {
    width: 328px;
    background: #1b1e21;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 10px 10px 10px rgba(33, 32, 35, 0.2);
    padding: 30px;
    position: relative;
    transition: .5s;
}

/*
.one::before, .two::before, .three::before, .four::before, .six::before, .five::before, .eight::before,.nine::before{
  padding: 5px;
  background: red; opacity: .7; 
  color: white;
  content: "출근";
  border-radius: 4px;
}
*/



/* 미디어 쿼리를 사용하여 작은 화면에 대한 스타일을 조절합니다 */
@media (max-width: 768px) {
    .profile-box {
        width: 94%; 
        max-width: none;
    }
}

        .profile-box img {
            width: 200px;
            position: absolute;
            top: 20px;
            right: 20px;
            border-radius: 20px;
            transition: .5s;
        }
        @media (min-width: 768px) {
            .profile-box img {
                width: 160px;
            }
        }

.profile-box h4{
    margin-top: 25px;
    margin-bottom: 5px;
    color: rgb(234, 234, 234);
}
small{
    color: rgb(213, 213, 213);
}
.social-box{
    background:gray;
    margin: 65px auto 0px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}
.social-box .fa-solid{
    display: inline-block;
    margin: 10px;
    color: #fff;
}

.please{
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
}
@media (min-width: 768px) {
    .please {
        justify-content: space-between; 
    }
}

