.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;}
:root {
    --primary-blue: #2D3A82; 
    --accent-orange: #FF6B00;
    --bg-white: rgba(255, 255, 255, 0.98);
    --text-gray: #4A4A4A;
}

body { 
    font-family: "Pretendard Variable", 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;
}
.d-none {display:none !important;}

    div.flex::-webkit-scrollbar {
        height:8px;
    }
.swiperParentNode .swiper-wrapper img:nth-of-type(1){
    display:none;
}
.swiperParentNode .swiper-wrapper img:nth-of-type(2){
    display:none;
}
.BottomFixedContainer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--bg-white);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 0;
  display: flex;
  justify-content: center;
  z-index: 9999;
  transition:0.5s;
  backdrop-filter: blur(12px);
}

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

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

.ConsultCallTitle {
  font-size: 20px;
  font-weight: 600;
  margin-left:-42px!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 {
  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;
  }
   
/* ---------------------
      반응형
----------------------*/
@media (max-width: 1920px) {
  
  .blank {
    height:138px;
  }
  .SnsBar {
    bottom: calc(140px + 10px);
  }
    .ribons {
        display:none;
  }
  .BottomInnerWrapper {
    width: 1100px;
   padding:20px 0;
  }
  .ConsultCallSection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
    min-width: 300px
    }
    .SupportSubmitButton {
    background: #ff7e26;
    color: white;
    border: none;
    padding: 5px 20px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
  }
  .swiperParentNode {
    height:auto;
  }
}
@media (max-width: 1600px) {
  .blank {
    height:151px;
  }
  .SnsBar {
    bottom: calc(140px + 10px);
  }
    .ribons {
        display:none;
  }
  .BottomInnerWrapper {
    width:1100px;
    padding:20px 0;
  }
  .ConsultCallSection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    min-width: 300px
    }
    .SupportSubmitButton {
    background: #ff7e26;
    color: white;
    border: none;
    padding: 5px 20px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
  }
  .swiperParentNode {
    height:auto;
  }
}

@media (max-width: 1100px) {
  .SnsBar {
      bottom: calc(160px + 10px);
    }
  .ConsultCallNumberWrapper {
      display:none!important;
    }
  .blank {
    height:180px;
  } 
  .SupportCheckSection {
    min-width:95%;
  }
  .BottomFixedContainer {
    
    transition:0.5s;
  }
  .BottomInnerWrapper {
    padding:20px 0;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .ConsultCallSection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    min-width: 100%;
    
    }
  .SupportCheckForm {
    flex-wrap: wrap;
  }

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

  .SupportSubmitButton {
    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:0px!important;
  }
  .swiperParentNode {
    height:auto;
  }
}

@media (max-width: 760px) {
    .swiper-wrapper{
        height:auto !important;
    }
    .swiper  {
       height:auto !important;
    }
    .swiperParentNode {
      height:auto !important;
    }
    .SnsBar {
      bottom: calc(217px + 10px);
    }
    .ConsultCallNumberWrapper {
      display:none!important;
    }
    .BottomFixedContainer {
    
      transition:0.5s;
    }
    .BottomInnerWrapper {
      padding: 0 !important;
    }
  .ConsultCallTitle{
    font-size:14px!important;
    margin-left:0!important
  }
    .blank {
        height:213px;
    } 
    .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 {
      color: white;
      border: none;
      padding: 5px 20px!important;
      height: 40px;
      border-radius: 4px;
      cursor: pointer;
      font-weight: 600;
      width:100%;
  }
  .swiperParentNode {
    height:auto;
  }
}

@media (max-width: 480px) {
  
  .swiperParentNode {
    height:auto;
  }
    /* .swiper-wrapper img{
    height: auto !important;
    object-fit: contain!important;
  }   */
 
  .ConsultCallNumberWrapper {
      display:none!important;
    }
    .BottomFixedContainer {
    
      transition:0.5s;
    }

    .BottomInnerWrapper {
      padding: 0 !important;
    }
  .ConsultCallTitle{
    font-size:14px!important;
    margin-left:0!important
  }
    .blank {
        height:226px;
    } 
    .SnsBar{
      bottom: calc(217px + 10px);
    }
    .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 {
    color: white;
    border: none;
    padding: 5px 20px!important;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
  }
}

/* 입금사례 */
/* 전체 컨테이너 여백 */
.sec-1.bg-gray {
    padding: 60px 0;
    overflow: hidden; /* 슬라이더가 화면 밖으로 나가는 것 방지 */
}

/* 실제 입금사례 타이틀 스타일 */
.section-title {
    font-size: 28px;
    margin: 40px 0;
    text-align: center;
}
.benefit-box .swiper-wrapper {
    transition-timing-function: linear !important; 
}
/* 슬라이더 리스트 기본 설정 */
.benefit-box__list {
    display: flex;
    padding: 0;
    margin: 20px 0;
    list-style: none;
    width: max-content; /* 내용물만큼 너비 확장 */
}

/* 개별 카드 아이템 */
.list__item {
    flex-shrink: 0; /* 크기 줄어듦 방지 */
    width: 220px;   /* 카드의 가로 크기 */
    margin: 0 10px; /* 카드 사이 간격 */
}
/* 카드 내부 박스: 정사각형 유지 및 디자인 */
.benefit-box ul:nth-of-type(1) .item__box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    height: 110px; /* 가로와 동일하게 주어 정사각형 유지 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}
/* 카드 내부 박스: 정사각형 유지 및 디자인 */
.item__box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    height: 220px; /* 가로와 동일하게 주어 정사각형 유지 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}

/* 텍스트 스타일 (Web 발신 내용) */
.info__title {
    font-size: 14px;
    line-height: 1.6;
    color: #4a5568;
    word-break: keep-all;
    margin: 0;
}

.info__title b {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #2d3748;
}

/* 모바일 대응 */
@media screen and (max-width: 767px) {
    .list__item { width: 160px; }
    .item__box { height: 160px; padding: 10px; }
    .info__title { font-size: 11px; }
    .info__title b { font-size: 14px; }
}

/* 판매증 */
/* 섹션 배경색 제거 */
/* 섹션 설정 */
.sec-cer {
    padding: 60px 0;
    background: #fff;
}

.inner-container-cer {
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 15px;
}

/* 카드 높이 일관성 유지 */
.item-box-cer {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    
    display: flex;
    flex-direction: column;
    height: 480px; /* PC 기준 전체 카드 높이 고정 (조절 가능) */
    box-sizing: border-box;
}

.cer-title {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin-bottom: 8px;
}

.cer-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
    height: 42px; /* 설명글 높이 고정으로 이미지 위치 통일 */
}

/* 이미지 박스: 짧은 이미지 대응 */
.cer-img-wrap {
    padding: 10px;
    background: #fff;
    flex: 1; /* 남은 공간을 꽉 채움 */
    display: flex;
    align-items: center; /* 이미지가 짧아도 중앙 정렬 */
    justify-content: center;
    overflow: hidden;
}

.cer-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

/* 모바일 대응 */
@media screen and (max-width: 768px) {
    .item-box-cer { height: 380px; padding: 25px 12px; }
    .cer-title { font-size: 17px; }
    .cer-desc { font-size: 13px; height: 36px; }
}


/* 판매증 타이틀 */
/* 타이틀 스타일 */
.cer-header-cer2 {
    text-align: center;
    margin-bottom: 30px;
}
.cer-header-cer2 h2 {
    font-size: 36px;
    font-weight: 800;
    color: #000;
    line-height: 1.4;
}
.point-color-cer2 {
    color: #FF6B4E; /* 요청하신 이미지 내 포인트 색상 */
}
