* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

header {
  margin: auto;
  /* width: 5600px; */
  height: 80px;
  background: rgb(244,242,253) no-repeat center center;
  /* background-size: cover;
  background-position: center center;
  background-attachment: fixed; */
  /* box-shadow: 0px 0px 4px #555; */

  .headerSection {
    margin: auto;
    width: 1200px;
    height: 80px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    /* position: relative;
    opacity: 0.8;

    video {
      object-fit: cover;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    } */

    .logo {
      height: 80px;
      color: #444;
      z-index: 1;
      padding: 5px;

      img {
        height: 80px;
        vertical-align: middle;
      }

      span {
        font-family: "Dancing", sans-serif;
        font-size: 24px;
        font-weight: 800;
      }
    }

    .menu {
      color: #777;
      font-size: 16px;
      font-weight: 600;
      text-align: right;

      ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none;
        gap: 40px;
      }
      li {
        cursor: pointer;
      }
    }

    .signUp {
      /* background: rgb(244,242,253); */
      width: 120px;
      height: 40px;
      border-radius: 20px;
      border: none;

      font-size: 18px;
      font-weight: 600;

      letter-spacing: 1px;

      color: #fff;
      /* background: linear-gradient(349deg, #715cee, #b1a5f8);
      filter: drop-shadow(2px 5px 8px #b1a5f8); */

      background: linear-gradient(-45deg, #4158D0, #e560dc, #ffb374, #ef5f5f, #d840b6);
      background-size: 400% 400%;
      animation: btnBg 10s ease infinite;


      cursor: pointer;


    }
  }
}
@keyframes btnBg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 50%;
  }
}




.bodySection {
  background: rgb(244,242,253);

  .bodySector {
    margin: auto;
    width: 1200px;
    /* margin-top: 1px; */
    align-items: center;
    display: flex;
    justify-content: space-between;
    
    .leftSection {
      margin: auto;
      display: flex;
      flex-direction: column;
      padding: 3rem 1rem;
      min-width: 600px;
      
      H1 {
        display: block;
        font-size: 40px;
        font-weight: 900;
        padding: 0rem 1rem;
        line-height: 80px;
        
        span {
          color: rgb(244,130,47);
        }
      }
      
      p {
        font-size: 16px;
        font-weight: 600;
        padding: 1rem 1rem;
        margin: 0;
        color: #777;
      }

      .Count {
        display: flex;
        /* justify-content: space-between; */
        align-items: center;

        .Contact {
          width: 150px;
          height: 50px;
          border-radius: 20px;
          border: none;
          cursor: pointer;
          font-size: 22px;
          font-weight: 700;
          letter-spacing: 1px;
          margin: 1rem 1rem;
          color: #fff;
          background: linear-gradient(180deg, #715cee, #b1a5f8);
          filter: drop-shadow(2px 5px 8px #b1a5f8);
        }
        
        .upCount {
          display: flex;
          /* justify-content: space-between; */
          align-items: center;

          padding: 0;
          margin: 1rem 1rem;

          .campaignCount {
            display: flex;
            justify-content: space-around;
            flex-direction: column;
            margin: 0rem 2rem;
            gap: 10px;
           
            p {
              font-size: 12px;
              font-weight: 400;
              padding: 0.2rem;

            }
            span {
              font-size: 25px;
              font-weight: 800;
            }
          }

          .partnerCount {
            display: flex;
            justify-content: space-around;
            /* align-items: center; */
            flex-direction: column;
            margin: 0rem 2rem;
            gap: 10px;

            p {
              font-size: 12px;
              font-weight: 400;
              padding: 0.2rem;
            }
            span {
              font-size: 25px;
              font-weight: 800;
            }
          }
        }
      }
    }

    .rightSection {
      margin: auto;
      padding: 2rem 2rem 2rem 2rem;
      position: relative;
      
      .comment {
        /* display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        border: 3px solid #684ff1; */

        color: #fff;
        background: #eb799d;

        position: absolute;
        transform:translate(-50%, -50%);
        top: 35%;
        left: 50%;
        text-align: center;
        line-height: 30px;

        font-size: 18px;
        font-weight: 600;

        /* border: 1px solid #684ff1; */
        border: none;
        border-radius: 100px;
        width: 50%;
        padding: 1rem;
        opacity: 0.8;
      }
      
      .circleRound {
        position: absolute;
        left: 257px;
        top: 257px;
        width: 450px;
        height: 450px;
        border-radius: 50%;
        z-index: 9999;
        box-shadow: 50px 50px 50px -70px #684ff1;
        animation-name:roundCircle;
        animation-timing-function:linear;
        animation-duration:8s;
        animation-iteration-count:infinite;
        animation-timing-function:linear;
      }
      
      .swingBox {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 120px;
        bottom: 150px;
        opacity: 0.8;
        width: 150px;
        height: 70px;
        line-height: 1.5rem;
        color: #777;
        background: #fff;
        border-radius: 50px;
        box-shadow: 0px 0px 30px #aaa;
        z-index: 1;
        animation: slideTop 3s ease-in-out infinite alternate;
        -webkit-background-clip: text;
        opacity: 1;
        
        p {
          display: flex;
          justify-content: space-around;
          flex-direction: column;
          font-size: 15px;
          font-weight: 800;
        }
        span {
          display: block;
          font-size: 12px;
          font-weight: 600;
          text-align: center;
        }
      }
      
      img {
        max-width: 600px;
        width: 450px;
        height: 450px;
        object-fit: cover;
        /* opacity: 0.1; */
        border-radius: 800px;
        animation: slideRight 2s ease-in-out infinite alternate;
      }
    }
  }
}
@keyframes slideTop {
  0% {
    top: 350px;
    left: 120px;
  }
  100% {
    top: 350px;
    left: 245px;
  }
}
@keyframes roundCircle {
  from {
    transform:translate(-50%, -50%) rotate(0);
  }
  to {
    transform:translate(-50%, -50%) rotate(360deg);
  }
}

.priceSection {
  padding: 3rem;
  background: rgb(244,242,253);

  .titleList {
    margin: auto;
    width: 1200px;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    
    H1 {
      padding: 3rem 1rem 1rem 0rem;
      font-size: 24px;

        font-size: 32px;
        font-weight: 600;
    }
  }

  .priceSector {
    margin: auto;
    width: 1200px;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    
    .priceBox {
      width: 100%;
      height: 320px;
      text-align: center;
      /* border: 1px solid red; */
      /* background: #eb799d; */
      padding: 1rem 1rem 1rem 1rem;

      background: linear-gradient(45deg, #eb799d, #b1a5f8);
      border-radius: 20px;
      color: #fff;
      /* color: #222; */
      overflow: hidden;

      p {
        font-size: 20px;
        font-weight: 600;
        padding: 1;
        text-align: center;
        padding: 1rem;

        i {
          padding: 0.5rem 0.5rem;
          /* text-align: left; */
        }
      }
      p:nth-of-type(2) ,
      p:nth-of-type(3) ,
      p:nth-of-type(4) ,
      p:nth-of-type(5) ,
      p:nth-of-type(6) ,
      p:nth-of-type(7) {
        padding: 0.5rem 1rem;
        font-weight: 500;
        font-size: 15px;
        text-align: center;
      }

      span {
        display: block;
        font-size: 15px;
        /* font-weight: 600; */
        /* padding: 1rem 0rem 0rem 0rem; */
        padding: 0.2rem;
        text-align: center;
        line-height: 25px;

      }
      
      span:nth-of-type(1) {
        text-align: center;
        /* padding: 1rem; */
      }
      
      .highlight {
        font-size: 16px;
        font-weight: 600px;
        padding: 1rem 0.5rem;
      }

    }

    .priceBox:nth-of-type(1) {
      background: linear-gradient(45deg, #80cfed, #b1a5f8);
    }
    .priceBox:nth-of-type(2) {
      background: linear-gradient(45deg, #eb799d, #b1a5f8);
    }
    .priceBox:nth-of-type(3) {
      background: linear-gradient(45deg, #9c8cfa, #b1a5f8);
    }
    .priceBox:nth-of-type(4) {
      background: linear-gradient(45deg, #fca716, #b1a5f8);
    }

    .more {
      button {
        width: 60px;
        height: 40px;
        border-radius: 20px;
        border: none;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #fff;
        cursor: pointer;
        background-image: linear-gradient(349deg, #362f58, #b1a5f8);
        transition: all 1s linear;
        opacity: 1;

      }
      button:hover {
        opacity: 1;
        
        /* transition-property: background; */
        /* transition: 1s linear; */

        background-image: linear-gradient(349deg, #b1a5f8, #362f58);
        /* background-image: #eee; */
      }

      span {
        display: block;
        padding: 0.5rem 0rem;
        text-align: center;
        font-size: 12px;
      }     
    }
  }
}

.descSection {
  padding: 5rem;
  background: rgb(250,250,250);
  /* background: #ccc; */
  height: 700px;

  .descSector {
    margin: auto;
    width: 1200px;
    /* height: 600px; */
    /* background: rgb(244,242,253); */
    
    /* border: 1px solid red; */
    
    display: flex;
    justify-content: space-between;
    /* align-items:flex-start; */
    /* gap: 40px; */
    
    .leftSector {
      position: relative;
      /* width: 600px; */
      img {
        position: absolute;
        top: 0;
        left: 0;
        width: 600px;
        border-radius: 20px;
        /* z-index: 1; */
      }

      .topImg {
        position: absolute;
        width: 200px;
        height: 200px;
        top: -20px;
        left: -20px;
        background: #b1a5f8;
        border-radius: 20px;
        /* z-index: -1; */
      }

      .bottomImg {
        position: absolute;
        width: 200px;
        height: 200px;
        top: 155px;
        left: 418px;
        background: #fca716;
        border-radius: 20px;
        /* z-index: -1; */
      }
    }

    .rightSector {
      /* height: 700px; */
      display: flex;
      flex-direction: column;
      justify-content: space-between;

      width: 600px;
      /* height: 700px; */
      padding: 0rem 0rem 0rem 4rem;
      /* border: 1px solid red; */
      
      p {
        font-size: 14px;
        padding: 0rem 1rem 1rem 1rem;
        color: #444;
        line-height: 30px;
      }
      p:nth-of-type(1) {
        font-size: 20px;
        font-weight: 600;
        padding: 0rem 1rem 1rem 1rem;
        color: #444;
        line-height: 30px;
      }

      H1 {
        font-size: 40px;
        font-weight: 900;
        padding: 0rem 1rem;
        line-height: 80px;
        color: #444;
       
      }
      span {
        font-size: 32px;
        font-weight: 900;
        padding: 0rem 1rem;
        color: rgb(244,130,47);
      }       
    }
  }
}

@media screen and (max-width: 250px) {
  body {
    background: rgb(244,242,253);
  }

  .descSection  {
    display: none;
  }
}



  /* .card {
    width: 190px;
    height: 254px;
    background: #07182e;
    position: relative;
    display: flex;
    place-content: center;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
  }

      .card::before {
      content: '';
      position: absolute;
      width: 100px;
      background-image: linear-gradient(180deg, rgb(0,183,255), rgb(255,28,255));
      height: 130%;
      animation: rotBGimg 5s linear infinite;
      transition: all 0.2s linear;
    }

    .card::after {
      content: '';
      position: absolute;
      background: #07182e;
      inset: 5px;
      border-radius: 15px;
    }

  .card  h2 {
    z-index: 1;
    color: #fff;
    font-size: 2rem;
  } */


/* 박스 테두리 회전 테스트 */
/* .testSection {
  padding: 3rem;
  background: rgb(244,242,253);

  .card {
    width: 400px;
    height: 200px;
    background: #07182e;
    position: relative;
    display: flex;
    place-content: center;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;

    h2 {
      z-index: 1;
      color: #fff;
      font-size: 2rem;
    }
  }

  .card::before {
    content: '';
    position: absolute;
    width: 150px;
    background-image: linear-gradient(180deg, rgb(0,183,255), rgb(255,28,255));
    height: 600%;
    animation: rotBGimg 3s linear infinite;
    transition: all 0.2s linear;
  }

    .card::after {
    content: '';
    position: absolute;
    background: #07182e;
    inset: 5px;
    border-radius: 15px;
  }
}

@keyframes rotBGimg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
} */