*{
font-family: "Noto Sans KR" !important
}

header{
  background-color: #231F20;
}
.cr_hd{
  display : flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width : 100%;
  height: 5rem;
}
.cr_hd img{
  width : 10.625rem;
  height: auto;
}
.inner_base{
  max-width: 1216px;
}
.sec_form{
  min-height: 100vh;
  background-color: #F5F5F5;
}
form{
  padding-bottom: 7.125rem;
}
.sec_tit p{
  line-height: 1.5rem;
}
.wv_select .wv_select_btn{
  border: 1px solid #E6E6E6;
}
.wv_select.show .wv_select_btn{
  border-color: #000;
}
.wv_select .wv_select_btn,
.wv_ipt{
  width : 17.5rem;
  height: 3rem;
  font-size: 1rem;
  padding: 0 1rem;
  background-color: #fff;
  color: var(--black2) !important;
  border-radius: 2px;
}
.wv_ipt{
  outline: 1px solid #E6e6e6;
}
.wv_ipt::placeholder{
  color: #9D9F9E;
  color: #000 !important;
}
form .label{
  min-width : 5.625rem;
  margin-right : 0.875rem;
  font-size: 1rem;
  text-align: left;
}
.wv_select .wv_select_btn{padding-right : 3rem;}
.wv_select .wv_option_list li{
  font-size: 1rem;
}
.wv_select{
  color: #000 !important;
}
.wv_select.show .wv_option_list{
  padding: 0;
}
.wv_select .wv_option_list label{
  line-height: inherit;
  padding:  0.75rem 0.938rem;
}
.wv_select .wv_select_btn::after{
  right : 1rem;
  width : 1rem;
  height: 1rem;
}
.wv_form_hint{
  left: 6.5rem;
}
.checkbox_wrap{
  padding: 2rem;
  background-color: #fff;
}
.checkbox span:before{
  display : none;
}
.wv_checkbox_all{
  align-items: flex-start;
}
.wv_checkbox_all i{
  width : 1.5rem;
  height: 1.5rem;
  background-size: 1.125rem 1.125rem;
  margin-top: 7px;
}
.wv_checkbox i{
  min-width : 1.125rem;
  min-height: 1.125rem;
  background-size: 1.25rem 0.75rem;
}
.wv_btn{
  width : 15rem;
  height: 5rem;
  border-radius: 5rem;
  font-size: 1.5rem;
  background-color: #000;
  border: 2px solid #000 !important;
}
.wv_btn.fill:hover{
  background-color: #fff;
  color: #000 !important;
}

.sec_success{
  padding-top: 6.25rem;
}
.sec_success h1{
  position : static;
  width : max-content;
  margin: 0 auto;
  display : block;
}
.sec_success > div{
  position: absolute;
  top : 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sec_success button{
  width : 15rem;
  height: 5rem;
  background-color: #231F20;
  border-radius: 5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin: 9.375rem auto 0;
}
.sec_success.rt100 .btn_wrap a,
.sec_success.rt100 .btn_wrap button{
  width : 15rem;
  height: 5rem;
  background-color: #231F20;
  border-radius: 5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.sec_success.rt100 .btn_wrap{
  gap: 1rem;
}
.sec_success.rt100 .btn_wrap a{
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}


.sec_tit.st2{
  position : relative;
  height: max-content;
}
.sec_tit.st2 img{
  width : 100%;
  height: auto;
  display : block;
}
.sec_tit.st2 > div{
  position : absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}


#network-link{
  gap: 0.25rem;
  position : absolute;
  left:  6.5rem;
  top: -1.5rem;
  margin: 0;
  font-size: 0.75rem;
  font-weight:600;
}
#network-link span{
  border-bottom: none;
}
#network-link img{
  width : 0.625rem;
}
.wv_form_hint{
  display: none;
}
.wv_form_hint.show{
  display : block;
}
.checkbox_wrap .wv_checkbox button{
  border-bottom-width: 1px;
}

.wv_modal{
  background-color: #fff;
  color: #000;
}
.wv_modal h3{
  letter-spacing: -0.15rem;
}
.wv_modal .wv_modal_btn{
  width : 15rem;
  height: 5rem;
  border-radius: 5rem;
  border: 2px solid #000;
  color: #fff;
  background-color: #000;
  transition: background-color 0.2s ease-in-out,
  color 0.2s ease-in-out;
}
.wv_modal .wv_modal_btn + .wv_modal_btn{
  background-color: #fff;
  color: #000;
}
.wv_modal .btn_group{
  gap: 1rem;
}
.wv_modal table th{
  background-color: #f5f5f5;
}
.wv_modal p span{
  border-bottom-color: var(--black1)
}
.wv_select .wv_select_btn:focus::after,
.wv_select .wv_select_btn:hover::after{
  background-image: url('../images/icons/ico_select_arrow.svg');
}

form .ipt_wrap:last-child {
  justify-content: end;
}
form .ipt_wrap.jtf_start:last-child{
  justify-content: flex-start;
}
form .ipt_wrap.jtf_bet:last-child{
  justify-content: space-between;
}
form .ipt_wrap.jtf_start{
}
form .ipt_col input[disabled]{
  background-color: transparent;
  outline:none !important;
  color: transparent;
}
form .ipt_col input[disabled]::placeholder{
  color: transparent;
}
form .ipt_col input[disabled]:hover{
  cursor: default;
  outline: none !important;
}


.sec_cr_visual{
  position: relative;
  width : 100%;
  height: auto;
  margin-top: 5rem;
}
.sec_cr_visual strong{
  color: #EF4023;
}
.sec_cr_visual img{
  width : 100%;
}
.sec_cr_visual .txt{
  position : absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index : 1;
  text-align: center;
  width : max-content;
}

#crForm .btn_wrap{
  gap: 1rem;
}
#crForm .btn_wrap .wv_btn.stroke{
  border-color: #000;
  color: #000;
  background-color: #fff;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
#crForm .btn_wrap .wv_btn.stroke:hover{
  background-color: #000;
  color: #fff;
}

#crForm.cr4 .ipt_col .w_100per{
  width: 100%;
}
#crForm.cr4 .ipt_col .w_100per + .wv_form_hint,
#crForm.cr4 .ipt_col .w_100per .wv_form_hint{
  left: 0;
}
#crForm.cr4 .ipt_col .label + .w_100per .wv_form_hint{
left: 6.5rem;
}
#crForm.cr4 .ipt_wrap{
  gap: 2rem;
}
#crForm.cr4 .ipt_col{
  flex: 0 0 calc(100% / 3 - (2rem));
  max-width: calc(100% / 3 - (2rem));
}
#crForm.cr4 .wv_select .wv_select_btn,
#crForm.cr4 .wv_ipt{
  width : 100%;
}
#crForm.cr4 .service_ipt_wrap{
  display : none;
}
#crForm.cr4 .ipt_col.textarea_wrap{
  width : 100%;
  max-width: 100%;
  flex: 1;
}
#crForm.cr4 .ipt_col.textarea_wrap textarea{
  height: 144px;
  padding-top: 12px;
}


.cr_promotion_txt{
  display : flex;
  justify-content: center;
  align-items: center;
  background-color: #EF4023;
  width : 18.813rem;
  width : max-content;
  height: 2.313rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  border-radius: 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  color :#fff;
}
#todayCloseChkIpt{
  position : absolute;
  left: 0; top: 0;
  width : 0;
  height: 0;
  overflow: hidden;
}
#todayCloseChkIpt + label{
  display : flex;
  align-items: center;
  gap: 0.625rem;
  position: absolute;
  top: 4.375rem;
  right : 4.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #aaa;
  width : max-content;
}
#todayCloseChkIpt + label i{
  display : block;
  width : 1.25rem;
  height: 1.25rem;
  border: 1px solid #aaa;
}
#todayCloseChkIpt:checked + label i{
  background: #231F20 url(../../../img/check@2x.png) no-repeat 50% 50% / 10px auto;
}
.cr_close_btn{
  position: absolute;
  top: 3.75rem;
  right:0;
  width : 2.5rem;
  height: 2.5rem;
  background: url("/images/2025/02/ico_close_w.svg") no-repeat center / cover;
}
.loading_wrap{
  position: fixed;
  top: 0; left: 0;
  z-index : 100;
  width : 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out,
  visibility 0.2s ease-in-out;
}
.loading_wrap.show{
  opacity: 1;
  visibility: visible;
}
.cr_toggle_btn{
  display : flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right : 0;
  top: 0;
  z-index : 50;
  width : 76px;
  height: 2.5rem;
  border-radius: 0 0 1.25rem 1.25rem;
  background-color: #EF4023;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  visibility : hidden;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
.cr_toggle_btn i{
  width : 1rem;
  height: 1rem;
  background: url("../../../assets/cr/images/icons/ico_arrow_w.svg") no-repeat center / cover;
}
.cr_toggle_btn.show{
  opacity: 1;
  visibility : visible;
}

@media all and (max-width: 768px){
  .md_fs_10{
    font-size: 10px;
  }
  form .ipt_wrap:last-child .ipt_col:last-child div,
  .wv_select{
    width: 17.5rem;
    width : 100%;
    max-width: 100%;
  }
  .wv_select{
    width: 17.5rem;
    width : 100%;
    max-width: 100%;
  }
  .wv_select .wv_select_btn{
    width: 100%;
  }
  .tractor_select ~ .wv_form_hint{
    bottom: -19px;
  }
  .wv_form_hint{
    left: 0px;
  }
  form .ipt_group{
  }

  form .ipt_col{
    flex-direction: column;
    gap: 12px;
  }
  .wv_select .wv_select_btn,
  .wv_ipt{
    width : 100%;
    height: 40px;
  }

  .wv_btn{
    width : 136px;
    height: 48px;
    font-size: 16px;
  }

  .wv_checkbox_all i{
    margin-top: 0px;
  }


  .sec_success{
    padding-top: 50px;
  }
  .sec_success h1{
    width : 114px;
  }
  .sec_success h1 img{
    width : 100%;
    height: auto;
  }
  .sec_success button{
    width : 136px;
    height: 48px;
    font-size: 16px;
    margin: 50px auto 0;
  }
  .sec_success.rt100 .btn_wrap a,
  .sec_success.rt100 .btn_wrap button{
    width : 136px;
    height: 48px;
    font-size: 16px;
    margin: 0;
  }



  .sec_tit.st2 > div{
  }
  .sec_tit.st2 p{
    width : max-content;
    font-size: 10px;
    line-height: inherit;
  }

  #network-link{
    left: auto;
    right : 0;
    top: 12px;
    font-size: 12px;
    font-weight: 700;
  }

  .wv_modal .wv_modal_btn{
    width : 136px;
    height: 48px;
    font-size: 16px;
    border-width : 1px;
  }

  .wv_checkbox i{
    margin-top: 3.5px;
  }

  .cr_hd{
    height: 50px;
  }
  .cr_hd img{
    width : 105px;
    height: auto;
  }


  .sec_cr_visual{
    margin-top: 50px;
  }
  .sec_cr_visual h2{
    line-height: 120%;
  }
  .sec_cr_visual img{
    width : 100%;
    max-width: max-content;
    height: 180px;
    object-fit: cover;
    object-position: 15%;
  }
  .sec_cr_visual.sjame img{
    object-position: center;
  }
  .sec_cr_visual .txt{
    width : calc(100% - 40px);
  }



  #crForm.cr4 .ipt_col{
    flex-direction: column;
    flex: 1;
    width : 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  #crForm.cr4 .ipt_wrap{
    gap: 20px;
  }
  #crForm.cr4 .wv_select .wv_select_btn,
  #crForm.cr4 .wv_ipt{
    font-size: 12px;
  }
  #crForm.cr4 .wv_select .wv_option_list label{
font-size: 12px;
  }
  #crForm.cr4 .ipt_col .label + .w_100per .wv_form_hint{
    left: 0;
  }
  #crForm.cr4 .ipt_col.textarea_wrap textarea{
    height: 112px;
  }

  #todayCloseChkIpt + label{
    top: 22px;
    left: 0;
    right : auto;
    font-size: 10px;
  }
  .cr_close_btn{
    right : 0;
    top: 20px;
    width : 24px;
    height: 24px;
  }
  .cr_promotion_txt{
    width : max-content;
    height: max-content;
    padding: 4px 15px;
    font-size: 14px;
  }
  .checkbox_wrap{
    padding: 20px;
  }
  #ct .sec_form form{
    padding-bottom: 80px;
  }
  .cr_toggle_btn{
    width : 72px;
    height: 40px;
    font-size: 14px;
  }
}