@charset "UTF-8";
/* 변수*/
/* 기존 폰트 사용*/
/* html, body {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "맑음고딕", Malgun Gothic, "나눔고딕", NanumGothic, "돋움", Dotum, AppleGothic, sans-serif;
}

ul, li, dd, ol, p {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  background: inherit;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
} */

.reviewEvent_wrap {
  width: 893px;
  height: auto;
  font-size: 0;
}
.reviewEvent_wrap .visual img {
  width: 100%;
}
.reviewEvent_wrap .Installation_wrap {
  background-color: #FFC328;
  /*   padding: 20px 60px 60px 60px; */
  text-align: center;
}
.reviewEvent_wrap .Installation_wrap .card {
  margin-top: 30px;
  padding-bottom: 3rem;
}
.reviewEvent_wrap .Installation_wrap .card > span {
  display: inline-block;
}
.reviewEvent_wrap .Installation_wrap .card > span:last-child {
  margin-left: 50px;
}
.reviewEvent_wrap .Participation_wrap {
  background-color: #413D34;
  padding: 60px;
  text-align: center;
}
.reviewEvent_wrap .Participation_wrap .card {
  margin-top: 50px;
}
.reviewEvent_wrap .Participation_wrap .card > span {
  display: inline-block;
  position: relative;
}
.reviewEvent_wrap .Participation_wrap .card > span span {
  position: absolute;
  top: -10px;
  left: -20px;
}
.reviewEvent_wrap .Participation_wrap .card > span:last-child {
  margin-left: 49px;
}
.reviewEvent_wrap .Participation_wrap .review_example {
  margin-top: 50px;
  text-align: left;
}
.reviewEvent_wrap .Participation_wrap .review_card {
  text-align: left;
  margin-top: 22px;
}
.reviewEvent_wrap .Participation_wrap .review_card > span {
  display: inline-block;
  margin-top: 18px;
}
.reviewEvent_wrap .Application_wrap {
  background-color: #FF6928;
  padding: 60px;
  text-align: center;
}
.reviewEvent_wrap .Application_wrap .nick_wrap {
  margin-top: 60px;
}
.reviewEvent_wrap .Application_wrap .nick_wrap p {
  width: 420px;
  margin-bottom: 20px;
}
.reviewEvent_wrap .Application_wrap .nick_wrap form {
  box-sizing: border-box;
}
.reviewEvent_wrap .Application_wrap .nick_wrap form input[type=text] {
  font-family: "Noto Sans KR", sans-serif;
  width: 436px;
  height: auto;
  padding: 16px 20px;
  border-radius: 10px;
  outline: none;
  font-weight: 600;
  font-size: 24px;
  border: 0;
  transition: all 0.3s;
  border: 2px solid #ffffff;
  background-color: #fff;
}
.reviewEvent_wrap .Application_wrap .nick_wrap form input[type=text]:focus {
  border: 2px solid #413D34;
}
.reviewEvent_wrap .Application_wrap .nick_wrap form input[type=text]::-moz-placeholder {
  font-family: "Noto Sans KR", sans-serif;
  color: #C9D1DA;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -1px;
}
.reviewEvent_wrap .Application_wrap .nick_wrap form input[type=text]::placeholder {
  font-family: "Noto Sans KR", sans-serif;
  color: #C9D1DA;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -1px;
}
.reviewEvent_wrap .Application_wrap .nick_wrap form button {
  width: 480px;
  height: auto;
  padding: 20px;
  margin-top: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  background-color: #413D34;
  border-radius: 10px;
  letter-spacing: 0px;
}
.reviewEvent_wrap .review_info {
  background-color: #EEF0F4;
  padding: 60px;
}

.mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .reviewEvent_wrap {
    width: 100%;
  }
  .reviewEvent_wrap .visual img {
    width: 100%;
  }
  .reviewEvent_wrap .Installation_wrap .card, .reviewEvent_wrap .Participation_wrap .card, .reviewEvent_wrap .Application_wrap .card {
    margin-top: 1.4rem;
  }
  .reviewEvent_wrap .Installation_wrap .card > span, .reviewEvent_wrap .Participation_wrap .card > span, .reviewEvent_wrap .Application_wrap .card > span {
    display: block;
  }
  .reviewEvent_wrap .Installation_wrap .card > span:last-child, .reviewEvent_wrap .Participation_wrap .card > span:last-child, .reviewEvent_wrap .Application_wrap .card > span:last-child {
    margin-left: 0;
    margin-top: 2rem;
  }
  .reviewEvent_wrap .Installation_wrap .card img, .reviewEvent_wrap .Participation_wrap .card img, .reviewEvent_wrap .Application_wrap .card img {
    width: 80%;
  }
  .reviewEvent_wrap .Installation_wrap .title img, .reviewEvent_wrap .Participation_wrap .title img, .reviewEvent_wrap .Application_wrap .title img {
    width: 80%;
  }
  .reviewEvent_wrap .Participation_wrap {
    padding: 3rem 0 0 0;
  }
  .reviewEvent_wrap .Participation_wrap .card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .reviewEvent_wrap .Participation_wrap .card > span {
    width: 100%;
  }
  .reviewEvent_wrap .Participation_wrap .card img {
    width: 80%;
  }
  .reviewEvent_wrap .Participation_wrap .card > span span {
    left: 0;
  }
  .reviewEvent_wrap .Participation_wrap .review_card > span img {
    width: 80%;
  }
  .review_example img {
    width: 8rem;
    height: auto;
    margin-left: 1.2rem;
  }
  .reviewEvent_wrap .Participation_wrap .review_card > span {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    width: 100%;
  }
  .reviewEvent_wrap .Application_wrap .nick_wrap form {
    padding: 0 1rem;
  }
  .reviewEvent_wrap .Application_wrap .nick_wrap form input[type=text] {
    font-size: 18px;
    width: calc(100% - 50px);
    padding: 12px 20px;
  }
  .reviewEvent_wrap .Application_wrap .nick_wrap form input[type=text]::-moz-placeholder {
    font-size: 18px;
  }
  .reviewEvent_wrap .Application_wrap .nick_wrap form input[type=text]::placeholder {
    font-size: 18px;
  }
  .reviewEvent_wrap .Application_wrap .nick_wrap form button {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    letter-spacing: -1px;
  }
  .reviewEvent_wrap .Application_wrap {
    padding: 3rem 0;
  }
  .reviewEvent_wrap .Application_wrap .nick_wrap {
    margin-top: 2rem;
  }
  .reviewEvent_wrap .Application_wrap .nick_wrap img {
    width: 96px;
  }
  .reviewEvent_wrap .Application_wrap .nick_wrap p {
    width: 100%;
  }
  .reviewEvent_wrap .Participation_wrap .review_card {
    padding-bottom: 3rem;
  }
  .reviewEvent_wrap .review_info {
    padding: 3rem 1rem;
  }
  .reviewEvent_wrap .review_info img {
    width: 100%;
  }
}