/* 팝업 개인정보 수집 및 이용 동의 */
/* pop-input-cont */
.l-popup .l-container .l-content .pop-input-cont .l-input-group {
  margin-bottom: 0;
}
.l-popup .pop-input-cont .block-tit {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.l-popup .pop-input-cont .block-tit-box {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 2rem;
  text-align: center;
}
.l-popup .pop-input-cont .line-space {
  margin-block: 3rem;
  width: 100%;
  height: 1px;
  background-color: #D5D5D5;
}
.l-popup .pop-input-cont .chk-link {
  font-weight: 600;
  line-height: 1;
  a {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
}
.l-popup .l-container .l-content .f-b-g-input {
  display: grid;
  grid-auto-flow: row; /* 기본값 */
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.l-popup .l-container .l-content .f-b-g.f-b-g-input + .f-b-g.f-b-g-input {
  margin-top: 2rem;
}
.l-popup .l-container .l-content .f-b-g.f-b-g-input .row-box {
  display: flex;
  gap: 1rem;
}
.l-popup .l-container .l-content .f-b-g-input input {
  padding-inline: 1rem;
  max-width: calc(100% - 12rem);
  width: 100%;
  font-size: 1.8rem;
  height: 6.8rem;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #D5D5D5;
  border-radius: 0.4rem;
}
.l-popup .l-container .l-content .f-b-g-input input::placeholder {
  color: #999;
}
.l-popup .l-container .l-content .f-b-g-input button {
  flex-shrink: 0;
  font-size: 1.8rem;
  min-width: 12rem;
  padding: 1rem;
  border-radius: 0.4rem;
  color: #fff;
  background-color: #008CFF;
}
.l-popup .l-container .l-content .f-b-g-input.full .chk-desc {
  margin-right: 0;
}
.l-popup .l-container .l-content .f-b-g-input.full input {
  max-width: 100%;
}
.l-popup .l-container .l-content .guide-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #999;
}
.blind-txt {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* 공통 수정 */
/* label */
.l-popup .l-container .l-content .f-b-g label {
  font-weight: 600;
}
/* check svg */
.checkbox__check {
  border: 1px solid #D5D5D5;
  stroke: #000;
  stroke-dasharray: 25;
  stroke-dashoffset: 25;
  stroke-linecap: round;
  stroke-width: 0.2rem;
  border-radius: 0.4rem;
  width: 2.5rem;
  height: 2.5rem;
}
.checkbox:hover .checkbox__check {
  background: transparent;
}
.checkbox__input:checked + .checkbox__check {
  background: #fff;
  stroke-dashoffset: 0;
}
.checkbox__input:checked + .checkbox__check.check-all {
  border-color: #000;
}
/* 버튼 컬러 */
.pushable.blue .front {
  border: 0;
  background-color: #008CFF;
}
.pushable.blue .edge {
  background: #005CA7;
}
.l-btn-group .submit {
  background-color: #008CFF;
}
.l-btn-group .cancel {
  background-color: #D9D9D9;
}
/* 간격 */
.mt40 {
  margin-top: 4rem;
}

/* 버튼 크기 수정 */
.btn-lucky.large {
  bottom: 22.5rem;
  width: 16.25rem;
}
.btn-lucky-my.large {
  bottom: 3.75rem;
  width: 16.25rem;
}
/* pushable */
.btn-start-group.full button {
  width: 100% !important;
}
.btn-start-group.full .pushable {
  height: 11rem;
}
/* front */
.btn-start-group.full .pushable .front {
  transform: translateY(-0.8rem);
}
.btn-start-group.full .pushable:hover .front {
  transform: translateY(-1.2rem);
}
.btn-start-group.full .pushable:active .front {
  transform: translateY(-0.4rem);
}
/* shadow */
.btn-start-group.full .pushable .shadow {
  transform: translateY(0.4rem);
}
.btn-start-group.full .pushable:hover .shadow {
  transform: translateY(0.8rem);
}
.btn-start-group.full .pushable:active .shadow {
  transform: translateY(0.2rem);
}
/* 텍스트 패딩 & 폰트 */
.btn-start-group.full .pushable .front {
  padding: 2rem 3.6rem;
  font-size: 4.2rem;
}
/* border 값 */
.btn-start-group.full .pushable,
.btn-start-group.full .pushable .shadow,
.btn-start-group.full .pushable .edge,
.btn-start-group.full .pushable .front {
  border-radius: 4.5rem;
}
