/* BASIC css start */
.planarea {
        width: 100%;
      }
      .presents {
        width: 1200px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
      }
      .present {
        width: 33%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
      }
      .present__img {
        width: 100%;
        padding-top: 100%;
      }
      .present__img1 {
        background: url(https://winv007.img18.kr/crazy11/event/2026crazy11present/crazy11present1.jpg)
          no-repeat;
        background-size: cover;
      }
      .present__img2 {
        background: url(https://winv007.img18.kr/crazy11/event/2026crazy11present/crazy11present2.jpg)
          no-repeat;
        background-size: cover;
      }
      .present__img3 {
        background: url(https://winv007.img18.kr/crazy11/event/2026crazy11present/crazy11present3.jpg)
          no-repeat;
        background-size: cover;
      }
      .present__tit {
        font-size: 2em;
        margin-top: 1.5em;
      }
      .present__txt {
        margin: 1em 0px 2.5em 0px;
      }
      .present__btn {
        display: block;
        width: 50%;
        line-height: 3.4em;
        background: #101010;
        color: #fff;
        text-align: center;
        border-radius: 500px;
        font-weight: bold;
        letter-spacing: 1px;
      }
      .presentsInfo {
        background: #fafafa;
        padding: 50px;
        margin: 100px 50px 150px 50px;
        line-height: 1.5em;
      }
      .presentsInfo__tit {
        font-weight: bold;
        font-size: 16px;
        line-height: 3em;
      }
      .presentsInfo__txt {
        line-height: 1.8em;
      }
/* BASIC css end */

