.d-flex {display:flex}
.jcs{justify-content: center;}
.jcb {justify-content: space-between;}
.jcs {justify-content: space-around;}
.tc {text-align: center;}
.aic {align-items: center;}
.cu {cursor: pointer;}
.c_blue {color:blue;}
.captcha {display: none !important;}
.d-none {display:none !important;}

.blank{
  height:100px;
  width:100%;
}
.BottomFixedContainer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #ddd;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  z-index: 9999;
  transition:0.5s;
}

/* --- 가로 1505px 고정 --- */
.BottomInnerWrapper {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* --- 왼쪽 상담 정보 --- */
.ConsultCallSection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0px;
  min-width: 300px;
}

.ConsultCallTitle {
  font-size: 20px;
  font-weight: 600;
  margin-left:-28px!important;
}

.ConsultCallNumberWrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ConsultCallIconCircle {
  width: 60px;
  height: 60px;
  background: #0f8eff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ConsultCallIcon {
  font-size: 28px;
  color: white;
  line-height: 1;
}

.ConsultCallNumber {
  font-size: 30px;
  font-weight: bold;
  color: #0f8eff;
  text-decoration: none;
}

/* --- 오른쪽: 지원금 확인 --- */
.SupportCheckSection {
  flex: 1;
  margin-left: 50px;
}

.SupportCheckTitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* 입력 폼 */
.SupportCheckForm {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
}

.SupportCheckForm select,
.SupportCheckForm input {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 40px;
}

.SupportSubmitButton {
  width:20%;
  background: #ff7e26;
  color: white;
  border: none;
  padding: 5px 20px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}

/* 체크박스 */
.SupportAgreementWrapper {
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.SupportPolicyLink {
  color: #0f8eff;
  text-decoration: none;
}
.ribons {
    display:none;
  }
  .SnsBar {
    top: min(75vh, calc(100vh - 100px - 140px));
  }
/* ---------------------
      반응형
----------------------*/
@media (max-width: 1600px) {
  .blank{
  height:120px;
  width:100%;
}
  .SnsBar {
    top: min(75vh, calc(100vh - 100px - 140px));
  }
    .ribons {
        display:none;
  }
  .BottomInnerWrapper {
    width: 95%;
  }
  .ConsultCallSection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    min-width: 300px
    }
    .SupportSubmitButton {
    width:15%;
    background: #ff7e26;
    color: white;
    border: none;
    padding: 5px 20px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
  }
}

@media (max-width: 1100px) {
  .blank{
  height:120px;
  width:100%;
}
  .SnsBar {
   top: min(75vh, calc(100vh - 100px - 140px));
  }
  .ConsultCallNumberWrapper {
      display:none!important;
    }

  .SupportCheckSection {
    min-width:95%;
  }
  .BottomFixedContainer {
    
    transition:0.5s;
  }
  .BottomInnerWrapper {
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
  }
  .ConsultCallSection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
    min-width: 100%;
    
    }
  .SupportCheckForm {
    flex-wrap: wrap;
  }

  .SupportCheckForm select,
  .SupportCheckForm input {
    flex: 1 1 calc(33% - 10px);
  }

  .SupportSubmitButton {
    width:11%;
    background: #ff7e26;
    color: white;
    border: none;
    padding: 5px 20px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
  }
  .ConsultCallTitle{
    font-size:20px!important;
    margin-left:-50px!important;
  }
}

@media (max-width: 700px) {
  .blank{
    height:205px;
    width:100%;
  }
  .SnsBar {
    top: min(75vh, calc(100vh - 208px - 140px));
  }
    .ConsultCallNumberWrapper {
      display:none!important;
    }
    .BottomFixedContainer {
    
    transition:0.5s;
  }
  .ConsultCallTitle{
    font-size:14px!important;
    margin-left:0px!important
  }
  
    .ribons {
    position:fixed;
    left:25px;
    bottom:0;
    background:#0f8eff;
    color:#fff;
    font-weight:600;
  }
  .SupportCheckForm {
    flex-direction: column;
  }
  .ConsultCallSection {
    font-size:14px;
    margin:0 auto;
    gap: 12px;
    min-width: 80%;
    }
  .SupportCheckSection{
    margin:0 auto;
    gap: 12px;
    min-width: 80%;
  }

  .SupportCheckForm select,
  .SupportCheckForm input{
    flex: 1 1 calc(33% - 10px);
  }
  .SupportSubmitButton {
      width:100%;
      color: white;
      border: none;
      padding: 5px 20px!important;
      height: 40px;
      border-radius: 4px;
      cursor: pointer;
      font-weight: 600;
  }

}

@media (max-width: 480px) {
  .blank{
    height:205px;
    width:100%;
  }
  .SnsBar {
   top: min(75vh, calc(100vh - 208px - 140px));
  }
  .ConsultCallNumberWrapper {
      display:none!important;
    }
    .BottomFixedContainer {
    
    transition:0.5s;
  }
  .ConsultCallTitle{
    font-size:14px!important;
    margin-left:0!important
  }
  
    .ribons {
    position:fixed;
    left:25px;
    bottom:0;
    background:#0f8eff;
    color:#fff;
    font-weight:600;
  }
  .SupportCheckForm {
    flex-direction: column;
  }
  
  .ConsultCallSection {
    font-size:14px;
    margin:0 auto;
    gap: 12px;
    min-width: 80%;
    }
  .SupportCheckSection{
    margin:0 auto;
    gap: 12px;
    min-width: 80%;
  }

  .SupportCheckForm select,
  .SupportCheckForm input {
    flex: 1 1 calc(33% - 10px);
  }
  .SupportSubmitButton {
    width:100%;
    color: white;
    border: none;
    padding: 5px 20px!important;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
  }
}
