body.active {
  overflow: hidden;
}
.none_scrol {
  -ms-overflow-style: none;
}
.none_scrol::-webkit-scrollbar {
  display: none;
}

.con_bg.active {
  display: block;
}

.con_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 888;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  display: none;
}
.con_click {
  position: fixed;
  width: fit-content;
  height: 100%;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  display: none;
  overflow-y: scroll;
  padding: 30px 0;
}
.con_click.active {
  display: block;
}
.container_02 {
  position: relative;
  padding: 50px 70px;
  background-color: #f6f6f6;
  width: 725px;
  max-width: 725px;
  min-width: 725px;
  border: 5px solid #fff;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
label {
  cursor: pointer;
}
.container_02 .btn_close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}
.container_02 .laber {
  position: absolute;
  left: -55px;
  top: -10px;
}
.container_02 .container_title {
  position: relative;
}
.container_02 .container_title::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 5px;
  background-color: #d1243580;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: inset 3px 2px 3px rgba(0, 0, 0, 0.37);
  border-radius: 10px;
}
.container_02 .container_title h1 {
  font-family: "뫼비우스";
  font-size: 42px;
  font-weight: 100;
  color: #333;
  line-height: 1.2em;
}
.container_02 .container_title h1 b {
  color: var(--main-color);
  font-weight: 100;
}

.container_02 .name_number {
  margin-top: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container_02 .name_number label {
  text-align: left;
  width: 45%;
}
.container_02
  .name_number
  label
  input[type="number"]::-webkit-outer-spin-button,
.container_02
  .name_number
  label
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.container_02 .name_number label h3,
.container_02 .email label h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #333;
}
.container_02 .name_number label h3 b,
.container_02 .email label h3 b {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.container_02 .name_number label input,
.container_02 .email label input {
  background-color: #fff;
  font-size: 15px;
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.253);
}
.container_02 .email {
  width: 100%;
}
.container_02 .email label {
  margin-top: 30px;
  overflow: hidden;
  text-align: left;
}
.container_02 .contents {
  display: none;
  width: 100%;
  margin-top: 35px;
  text-align: left;
}
.container_02 .contents label h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
.container_02 .contents label textarea {
  width: 100%;
  background-color: #fff;
  height: 90px;
  border-radius: 10px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.253);
  padding: 15px;
  resize: none;
  font-size: 15px;
  font-weight: 600;
  color: #555;
}
.container_02 .contents label textarea::placeholder {
  font-weight: 600;
  color: #888;
}
.container_02 .check_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 35px;
}
.container_02 .check_list > h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  width: 100%;
  text-align: left;
}
.container_02 .check_list > h3 b {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.container_02 .check_list label {
  width: 33%;
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.container_02 .check_list label input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: none;
}
.container_02 .check_list label input h3 {
  width: fit-content;
  font-weight: 400;
  color: #333;
}

.tp-text-area {
  text-align: left;
  margin-top: 25px;
}
.tp-text-area h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}
.tp-text-area h3 b {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.tp-text-area textarea {
  background-color: #fff;
  font-size: 15px;
  padding: 10px;
  width: 100%;
  height: 100px;
  border-radius: 10px;
  box-shadow: inset 5px 5px 5px rgb(0 0 0 / 25%);
  resize: none;
}
.container_02 .terms {
  margin-top: 35px;
  text-align: left;
}
.container_02 .terms > h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
.container_02 .terms textarea {
  width: 100%;
  height: 90px;
  background-color: #fff;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.253);
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 15px;
  resize: none;
}
.container_02 .terms label {
  display: flex;
  align-items: center;
}
.container_02 .terms label h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
.container_02 .terms input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.container_02 .btn {
  background-color: var(--main-color);
  border-radius: 10px;
  width: 400px;
  margin: auto;
  margin-top: 100px;
  cursor: pointer;
}
.container_02 .btn h1 {
  color: #fff;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .con_click {
    width: 100%;
  }
  .container_02 {
    width: 95%;
    min-width: initial;
    padding: 25px 10px;
    position: relative;
  }
  .container_02 .close_btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 999;
  }
  .container_02 .close_btn i {
    font-size: 30px;
  }
  .container_02 .laber {
    width: 146px;
    left: -30px;
    top: -10px;
  }
  .container_02 .laber img {
    width: 100%;
  }
  .container_02 .container_title::before {
    width: 100px;
    bottom: -25px;
    display: none;
  }
  .container_02 .container_title h1 {
    font-size: 26px;
  }
  .container_02 .name_number {
    flex-direction: column;
    margin-top: 15px;
  }
  .container_02 .name_number label {
    width: 100%;
  }
  .container_02 .name_number label h3,
  .container_02 .email label h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .container_02 .contents {
    margin-top: 15px;
  }
  .container_02 .contents label h3 {
    font-size: 15px;
  }
  .tp-text-area h3 {
    font-size: 15px;
  }
  .container_02 .check_list {
    margin-top: 15px;
  }
  .container_02 .check_list > h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .container_02 .check_list label {
    /* width: 50%; */
    margin: 5px 0;
    width: auto;
    margin-right: 10px;
  }
  .container_02 .check_list label input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .container_02 .check_list label h3 {
    font-size: 13px;
  }
  .container_02 .contents label textarea {
    height: 60px;
    font-size: 12px;
  }
  .container_02 .terms {
    margin-top: 15px;
  }
  .container_02 .terms > h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .container_02 .terms textarea {
    height: 60px;
    margin-bottom: 5px;
  }
  .container_02 .terms input {
    width: 20px;
    height: 20px;
  }
  .container_02 .terms label h3 {
    font-size: 14px;
  }
  .container_02 .btn {
    width: 200px;
    margin-top: 25px;
  }
  .container_02 .btn h1 {
    font-size: 20px;
  }
}
