.bg section {
  background: #f2f3f7;
}

.bg .tit {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.main_img {
  background: #33c475;
  text-align: center;
}

.main_img img {
  height: 165px;
  width: auto;
}

.content_1 {
  margin-bottom: 8px;
  background: white;
  padding: 32px 21px 1.5rem;
}

.content_1 li {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 16px;
}

.content_1 p {
  flex: 0.3;
  line-height: 24px;
}

.content_1 span {
  flex: 1;
  line-height: 24px;
  word-break: keep-all;
}

.content_1 p, .content_1 span {
  font-size: 16px;
}

.content_2 {
  margin-bottom: 8px;
  background: white;
  padding: 32px 21px 1.5rem;
}

.content_2 .input_wrap {
  margin-top: 2rem;
}

.input_wrap .num {
  margin-top: 1rem;
}

.input_wrap .phone_check {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.8rem;
}

.check_info {
  text-align: center;
  padding: 1.5rem 0 0;
}

.check_info p {
  color: #6a6a6a;
  line-height: 27px;
}

.check_info .resend {
  margin-top: 0.2rem;
  color: #3c75ff;
  text-decoration: underline;
}

.input_wrap p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  /* color: #55606c; */
  opacity: 0.8;
  margin-bottom: 8px;
}

.input_wrap p span {
  margin-right: 2px;
}

.input_wrap .warning {
  font-size: 12px;
  line-height: 14px;
  margin-top: 13px;
}

.input_wrap .dong_ho {
  display: flex;
  gap: 15px;
  margin-top: 16px;
  width: 100%;
}

.input_wrap .dong_ho li {
  position: relative;
  display: flex;
  align-items: center;
}

.input_wrap .dong_ho span {
  color: #bfc3c9;
  right: 15px;
  position: absolute
}

.input_wrap .dong_ho input {
  padding-right: 1rem;
}

.input_st:not(.agree_box) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  background: white;
  padding: 0 .8rem;
  border: 1px solid #f1f3f5;
  border-radius: 12px;
  height: 55px;
  line-height: 55px;
  width: 100%;
  box-sizing: border-box;
}

.input_wrap .agree_box {
  display: flex;
  background: transparent;
  align-items: center;
  gap: 15px;
  border: 1px solid #f1f3f5;
  border-radius: 12px;
  padding: 15px;
}

.input_wrap .agree_box p {
  margin-bottom: 0;
  line-height: 24px;
  word-break: keep-all;
  color: #191f28;
}

.check label {
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 26px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.check svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.check svg path {
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 4;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  fill: none;
  -webkit-transition: stroke-dashoffset 0.2s;
  transition: stroke-dashoffset 0.2s;
}

.check input[type=checkbox] {
  display: none;
}

.conetnt_3 {
  background: white;
  padding: 32px 21px 1.5rem;
}

.conetnt_3 .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.conetnt_3 .hd p {
  margin-bottom: 0;
}

.conetnt_3 .hd svg {
  overflow: visible;
  cursor: pointer;
}

.hd span {
  display: block;
  height: 30px;
}

.hd .show {
  transform: rotate(180deg);
}

.hd .hide {
  transform: rotate(0deg);
}

.cont_3_info {
  padding-bottom: 1.8rem;
}

.cont_3_info li {
  padding-left: 10px;
  margin-bottom: 0.2rem;
}

.cont_3_info li::before {
  content: '·';
  display: inline-block;
  text-indent: -10px;
  margin-right: -2px;
}

.cont_3_info li span {
  line-height: 27px;
  word-break: keep-all;
  font-size: 15px;
}

.conetnt_3 button {
  margin-top: 0;
}

.complete {
  text-align: center;
  font-weight: 600;
}

.complete .wrapper {
  padding: 32px 32px 1.5rem;
}

.info p {
  font-size: 16px;
  line-height: 24px;
  word-break: keep-all;
}

#drawCanvas {
  width: 300px;
  height: 150px;
  border: 1px solid #292b2f;
  resize: none;
  border-radius: 12px;
  padding: 1rem;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}

.complete h1 {
  margin-top: 4rem;
}

.complete h2 {
  line-height: 28px;
  font-size: 24px;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.complete li {
  background: #ECF0F3;
  padding: 16px;
  box-sizing: border-box;
  height: 56px;
  line-height: 1.5;
  border-radius: 10px;
  margin-bottom: 10px;
}

.complete .info {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 16px;
}

.complete .btn {
  margin-top: 0;
}

.bt_alarm {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #1a1a1a;
  text-align: center;
  color: white;
  width: calc(100% - 42px);
  margin: 0 auto;
  opacity: .7;
  border-radius: 24px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 반투명 배경 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.modal-window {
  background-color: white;
  width: 100%;
  height: 100%;
}

.input_address_wrap {
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem 1rem 0.5rem;
  background: white;
  box-sizing: border-box;
  height: 72px;
  border-bottom: 1px solid #f1f3f5;
}

.leading-50 svg {
  margin-top: 1.5em;
}

.input_address_wrap .clear {
  cursor: pointer;
}

#detail_address {
  background: white;
  width: 100%;
  height: 44px;
  padding: 0 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  outline-width: 0;
  border-width: 0;
}