.common_popup {
    position: absolute;
    background: #fff;
    padding: 0;
    text-align: center;
    -ms-overflow-style: none;
    border: 2px solid #111;
}

.common_popup .x_btn {
    position: relative;
    text-align: right;
    padding: 8px 10px;
    cursor: pointer;
}

.common_popup .x_btn i {
    font-size: 30px;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -30px;
    cursor: pointer;
}

.common_popup .x_btn2 {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.common_popup .onday_close {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    font-size: 13px;
}

.common_popup .onday_close .close_pop i{
    font-size: 25px;
}

.common_popup .onday_close input[type="checkbox"],
.common_popup .onday_close input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.common_popup .onday_close input[type="checkbox"] + label,
.common_popup .onday_close input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  opacity: 0.5;
  font-size: 1.25rem;
}

.common_popup .onday_close input[type="checkbox"]:checked + label,
.common_popup .onday_close input[type="radio"]:checked + label {
  opacity: 1;
}

.common_popup .onday_close input[type="checkbox"] + label::before,
.common_popup .onday_close input[type="radio"] + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E6E6E6;
}

.common_popup .onday_close input[type="checkbox"]:checked + label::before,
.common_popup .onday_close input[type="radio"]:checked + label::before {
  content: '';
  background-color: #111;
  background-image: url(/img/chk.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
}

.common_popup .onday_close input[type="text"],
.common_popup .onday_close input[type="url"],
.common_popup .onday_close input[type="email"],
.common_popup .onday_close input[type="password"]
 {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  resize: none;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  font-size: 1.0625rem;
  padding: 10px 15px;
}

.common_popup .onday_close input::-webkit-input-placeholder {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  color: #aaa;
}

.common_popup .onday_close input:-ms-input-placeholder {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  color: #aaa;
}

.common_popup .onday_close input::-ms-input-placeholder {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  color: #aaa;
}

.common_popup .onday_close input::placeholder {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  color: #aaa;
}

.common_popup .onday_close input[type="checkbox"] + label,
.common_popup .onday_close input[type="radio"] + label {
  font-size: .9375rem;
  padding-left: 25px;
}

.common_popup .onday_close input[type="checkbox"] + label::before,
.common_popup .onday_close input[type="radio"] + label::before {
  width: 15px;
  height: 15px;
}

.common_popup .onday_close input[type="checkbox"]:checked + label::before,
.common_popup .onday_close input[type="radio"]:checked + label::before {
  width: 15px;
  height: 15px;
  line-height: 14px;
}