:root {
  --color-primary: #0460d9;
}

/* 공통 클래스 */
.si_inner {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.si_inner2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0 50px;
}

.sub_title {
  text-align: center;
  font-size: 2.25rem;
}

@media screen and (max-width: 512px) {
  .si_inner2 {
    padding: 0 0 50px;
  }
}

/* 헤더 */
#si_header {
  padding: 0 20px;
  background: #fff;
  width: 100%;
  height: 70px;
  z-index: 999;
}

#si_header .si_inner {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

#si_header .kakao_contact {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 50px;
  background: #ffde29;
  color: #381e1f;
  font-size: 1.125rem;
  letter-spacing: -0.05em;
}

#si_header .header_button{
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px; 
  height: 36px;
  border-radius: 50px;
  background: var(--color-primary);
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: -0.05em;
  word-break: keep-all;
  text-align: center;
}

@media screen and (max-width: 760px) {
  #si_header {
    height: 60px;
  }
}

/* 푸터 */
#si_footer {
  padding: 50px 20px;
  background: #121212;
  color: #fff;
  line-height: 1.8em;
  font-weight: 300;
}

/*---관리자버튼---*/
.hd_admin {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  font-size: 1rem;
}
.hd_admin a {
  padding: 0 20px;
  display: inline-block;
  line-height: 40px;
  background: #d12323;
  color: #fff;
  font-weight: 500;
}
.hd_admin a:hover {
  background: #ff0000;
}

@media screen and (min-width: 760px) {
  br.br_t {
    display: none;
  }
}

@media screen and (min-width: 512px) {
  br.br_m {
    display: none;
  }
}

/* 메인 */
.main_wrap {
  min-height: calc(100vh - 70px);
  background: url("/img/main_bg.jpg") no-repeat center/cover;
      display: flex;
    align-items: center;
}

.main_wrap .apply_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.main_wrap .inquiry_title {
  white-space: pre;
}

.main_wrap .inquiry_list {
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
}

.main_wrap .inquiry_list .swiper-wrapper {
  height: 24px;
  margin: 20px 0;
}

.main_wrap .inquiry_list .si_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.main_wrap .inquiry_list .inquiry_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_wrap .inquiry_list .inquiry_item .status {
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50px;
}

.main_wrap .inquiry_list .inquiry_item .status.complate {
  background: rgba(255, 255, 255, 0.95);
  color: #121212;
}

.main_wrap .application_form {
  width: 100%;
  margin-top: 30px;
  padding: 0 20px;
}

.main_wrap .application_form .si_inner {
  position: relative;
  background: #fff;
  border-radius: 50px;
  padding: 30px 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.main_wrap .prev_step {
  display: flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  left: 30px;
  top: 40px;
  z-index: 1;
}

.main_wrap .prev_step:disabled {
  display: none !important;
}

.main_wrap .application_form h2 {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  font-weight: 700;
}

.step_indicator {
  margin: 30px 0;
  display: flex;
  position: relative;
  justify-content: center;
}

.step_indicator::after {
  content: "";
  position: absolute;
  width: 62%;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  height: 2px;
  border-top: 1px dashed #ccc;
  z-index: 0;
}

.step {
  position: relative;
  text-align: center;
  padding: 50px 20px 0;
}

.step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #e5e5e5;
  border: 3px solid #fff;
  z-index: 2;
  transition: 0.3s all;
}

.step.active,
.step.checked {
  font-weight: 700;
  color: var(--color-primary);
}

.step.active::before {
  background: url("/img/active_dot.png") no-repeat center/cover;
}

.step.checked::before {
  background: url("/img/checked_dot.png") no-repeat center/cover;
  background-size: cover;
  background-color: var(--color-primary);
}

.step::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  height: 3px;
  background: var(--color-primary);
  z-index: 1;
  transform: translateX(0);
  width: 0;
  transition: width 0.4s ease;
}

.step.checked::after {
  width: 100%;
}

.step:last-child:after {
  display: none;
}

.form_step {
  font-size: 1.125rem;
  display: none;
  flex-direction: column;
  gap: 15px;
}

.form_step.active {
  display: flex;
}

.form_step .label {
  color: #121212;
}

.form_step .form_row {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
}

.form_step .form_row2 .label {
  display: block;
  margin-bottom: 15px;
}

.form_step input {
  width: 100%;
  height: 54px;
  border-radius: 10px;
  padding: 20px 24px;
  border: 1px solid transparent;
  background: #f7f7f7;
  outline: 0;
}

.form_step input::placeholder {
  color: #ccc;
}

.form_step input:focus {
  border-color: var(--color-primary);
}

.form_step input#amount {
  padding-right: 50px;
}

.gender_buttons {
  display: flex;
  gap: 10px;
  width: 100%;
}

.radio_btn {
  display: block;
  width: 100%;
  height: 54px;
  padding: 12px 20px;
  border-radius: 10px;
  border: 2px solid transparent;
  background-color: #f8f8f8;
  color: #ccc;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.radio_btn.active {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background-color: #fff;
}

.category_buttons {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.form_summary h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
}

.form_summary .summary_list {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 20px;
}

.form_summary .summary_list li {
  padding: 10px 0;
}

.form_summary .summary_list li strong {
  font-weight: 400;
}

.step_buttons {
  margin-top: 30px;
}

.amount_unit {
  position: absolute;
  right: 20px;
}

.form_success {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px 20px;
  background: #f7f7f7;
  border-radius: 20px;
}

.form_success h3 {
  font-size: 1.5rem;
}

.form_success p {
  color: #666666;
  font-size: 1rem;
}

.step_buttons button {
  display: block;
  width: 100%;
  height: 60px;
  background: #0b2445;
  color: #fff;
  border-radius: 14px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}

.step_buttons button:disabled {
  background: #ccc;
}

.info {
  padding: 0 20px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.8em;
}

.check_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.check_wrap label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.check_wrap input {
  height: 20px;
  width: auto;
}

.check_wrap .k_pp_opn {
  color: var(--color-primary);
}

.logos{
 margin-top: 20px;
}

.logos ul{
 display: flex;
}

.logos ul li img{
width: 80%;
}

/* 모바일 일괄 */
@media screen and (max-width: 512px) {
  .main_wrap {
    height: auto;
    padding: 50px 0;
  }

  #si_header h1 img {
    height: 30px;
  }

  #si_header .kakao_contact {
    font-size: 14px;
    width: 140px;
    height: 30px;
  }

  #si_header .kakao_contact img {
    width: 20px;
    height: 20px;
  }

  .main_wrap .inquiry_list .si_inner {
    font-size: 12px;
  }

  .main_wrap .application_form .si_inner {
    padding: 25px 15px;
    border-radius: 15px;
  }

  .form_summary .summary_list {
    padding: 15px;
  }

  .form_summary .summary_list li {
    padding: 5px 0;
  }

  .main_wrap .application_form h2 {
    font-size: 22px;
  }

  .main_wrap .application_form h2 img {
    width: 20px;
  }

  .step,
  .form_step .label,
  .form_step input,
  .radio_btn,
  .step_buttons button,
  .info,
  .amount_unit,
  .form_summary .summary_list,
  .check_wrap {
    font-size: 14px;
    border-radius: 5px;
  }

  .form_step .form_row {
    grid-template-columns: 50px 1fr;
  }

  .radio_btn {
    height: 40px;
  }

  .form_summary h3 {
    font-size: 1.25rem;
  }

  .form_step input {
    height: 40px;
    padding: 15px 20px;
  }

  .step_indicator::after {
    width: 48%;
  }

  .step {
    padding: 35px 10px 0;
  }

  .step::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }

  .step_buttons button {
    height: 40px;
    border-radius: 7px;
  }

  .step_indicator {
    margin: 20px 0;
  }

  .step_buttons {
    margin-top: 20px;
  }

  .form_step {
    gap: 10px;
  }

  #si_footer {
    font-size: 11px;
  }

  .main_wrap .apply_container{
    padding: 0;
  }
}

/*popup 개인정보처리방침 */
.k_pop_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  display: none;
}
.k_pop_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 800px;
  background: #fff;
  box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 10px;
}
.pop_content {
  position: relative;
}
.pop_content h4 {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: -0.045em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.pop_content p {
  max-height: 350px;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 1.3;
}
.pop_content p i {
  display: block;
  font-style: normal;
}
.pop_content p i b {
  font-weight: 500;
}
.pop_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
.pop_close span {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222;
  transition: transform 0.3s;
}
.pop_close span:nth-child(1) {
  transform: rotate(45deg);
}
.pop_close span:nth-child(2) {
  transform: rotate(-45deg);
}
.pop_close:hover span {
  transform: rotate(0);
}

.b_select {
  width: 100%;
  height: 54px;
  border-radius: 10px;
  padding: 0px 24px;
  border: 1px solid transparent;
  background: #f7f7f7;
  outline: 0;
}

@media screen and (max-width: 760px) {
  .b_select {
    font-size: 12px;
    height: 42px;
  }
}

/*-- 2025.06.27 --*/
.repair-box{display: flex;align-items: center;gap: 10px;}
.repair-box input[type=tel], .repair-box input[type=text]{width: calc( 100% - 95px );}

#phoneAuthBtn, #checkAuthBtn{width: 85px;height: 54px;font-weight: 500;background: #0b2445;color: #fff;cursor: pointer;border-radius: 10px;}
#phoneAuthBtn.end, #checkAuthBtn.end{background: #ccc;}

@media screen and (max-width: 512px){ 
	
	.repair-box input[type=tel], .repair-box input[type=text]{width: calc( 100% - 75px );}
	
	#phoneAuthBtn, #checkAuthBtn{width: 65px;height: 40px;font-size: 12px;border-radius: 5px;}	 
}

/* 헤더 추가 */
.apply_header{
  width: 100%;
  color: #fff;
  line-height: 1.5em;
  font-size: 1.25rem;
  margin-bottom: 20px;
  padding: 0 20px;
}

.apply_header span{
  display: block;
  margin-bottom: 8px;
  font-size: 1.75rem;
  font-weight: 700;
}

.apply_header h2{
  font-weight: inherit;
  font-size: 1.75rem;
  margin-bottom: 12px;
}

.apply_header h2 span{
display: block;
margin-top: 5px;
 font-size: 1rem;
 font-weight: 400;
}

.apply_header h2 strong{
  font-weight: 700;
}

.apply_header p{
 font-size: 1.125rem;
}

.apply_header b{
 font-weight: inherit; 
 color: #72e3ff;
}


@media screen and (max-width: 512px){ 
	.apply_header{
    font-size: 1rem;
  }
	
  .apply_header h2{
    font-size: 1.5rem;
  }

.apply_header p{
font-size: 1rem;
}

}



#hd_pops_1{
	
	cursor: move;
}
.hd_pops{
	border:none;
}
.hd_pops_footer,.hd_pops_footer button{
	background-color : #393939;
	position: relative;z-index: 99999;text-align: center;padding: 8px;
}
.hd_pops_footer button, .hd_pops_reject strong{
	transition : all 0.2s;
	font-weight : bolsd;font-size: 0.9rem;
}
.hd_pops_footer button:hover{
	font-weight : 500;
}
.hd_pops_reject:hover strong{
	font-weight : 500;
}

@media screen and (max-width: 1280px){

	.hd_pops_con{
		width : 300px!important;
		height : auto !important;
	}
    
    
}
@media screen and (max-width: 760px){

	.hd_pops_con{
		width : 300px!important;
		height : auto !important;
	}

	.hd_pops_con>p{height: 100%;}
    
    .hd_pops{top: 80px !important;left: 50% !important;transform: translateX(-50%) !important;}
}