@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

body {
  padding-top: 55px;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans KR', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #333333;
  cursor: default;
}

[id] {
  scroll-margin-top: 55px;
}

a { text-decoration: none; color: inherit; margin: 0; }
li { list-style: none; }
ul { padding: inherit; }
html { scroll-behavior: smooth; }

/* 폰트스타일 */
.ft23 { font-size: 22px; font-weight: 600; margin: 0; }
.ft20 { font-size: 20px; font-weight: 500; margin: 0; }
.ft17 { font-size: 17px; font-weight: 500; margin: 0; }
.ft16 { font-size: 16px; font-weight: 500; margin: 0; }
.ft15 { font-size: 15px; font-weight: 500; margin: 0; }
.ft15_r { font-size: 15px; font-weight: 400; margin: 0; line-height: 1.6em; }
.ft16_r { font-size: 16px; font-weight: 400; margin: 0; }
.ft14_m { font-size: 14px; font-weight: 500; margin: 0; }
.ft14 { font-size: 14px; font-weight: 400; margin: 0; }
.m_t5 { margin-top: 5px; }
.m_t10 { margin-top: 10px; }
.m_t15 { margin-top: 15px; }

/* 컬러 */
:root {
  --main-color: #BA2B31;
  --bg-color: #F6F6F6;
  --bg-color2: #505050;
}
.gray2 { color: #666666; }


/* 네비게이션 */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(4px);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  height: 55px;
  align-items: center;
  padding: 0 24px;
}

.nav_btn_area {
  display: flex;
  align-items: center;
  height: 50px;
  margin: 0;
  gap: 15px;
  padding: 0;
}

.consult_btn {
  position: relative;
  background: transparent;
  color: #cf3232;
  box-shadow: inset 0 0 0 1.2px #cf3232;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 18px;
  cursor: pointer;
  box-sizing: border-box;
}


/* 메뉴 토글 */
.menu_area {
  display: none;
  background-color: #fff;
}
.menu_area.active {
  display: block;
}

.menu_btn{
  cursor: pointer;
}

.menu_format {
  font-size: 16px;
  height: 50px;
  width: 100%;
  border-top: 1px solid #E6E6E6;
  text-align: center;
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu_format:hover {
  background-color: #f9f9f9;
}


/* 메인배너 */
.banner_btn{
  background-color: #BA2B31;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 20px;
  cursor: pointer;
}

.text_area{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  width: 100%;
  padding-top: 9%;
}

.banner_tit {
  font-size: 15px;
  background-color: #BA2B31;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  width: 90px;
  margin: auto;
  padding: 7px 13px;
}

.m_banner{
  width: 100%; 
  height: auto;
}

/* 메인배너 롤링 */
.banner01 .banner_tit { background: #cf3232; color: #fff; }
.banner02 .banner_tit { background: #4F7947; color: #fff; }
.banner03 .banner_tit { background: #FE7E23; color: #fff; }
.banner04 .banner_tit { background: #cf3232; color: #fff; }

.banner_slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner_container {
  display: flex;
  transition: transform 0.5s;
}
.banner01, .banner02, .banner03, .banner04 {
  min-width: 100%;
  box-sizing: border-box;
}

/* 원 롤링 버튼 */
.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.slider-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  cursor: pointer;
  padding: 0;
  margin: 0 0 5px 0;
  box-sizing: border-box;
  flex: none;
  display: block;
}
.slider-dots .active {
  background: #b1b1b1;
}

/* 600px 이상시 메인배너 배열변경 */
@media (min-width: 600px) {
  .text_area {
    align-items: flex-start !important;
    text-align: left !important;
    padding-left: 50px;
    padding-right: 0;
  }
  .banner_tit {
    margin-left: 0;
    text-align: center;
  }
}


/* 서비스소개 */
.intro{
  padding: 35px 24px 55px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.intro_tit{
  text-align: center;
  padding: 20px 0;
}

.intro_ment{
  max-width: 320px;
  font-size: 15px;
  line-height: 1.7em;
}

.benefit_container{
  display: flex;
  justify-content: center;
  gap: 25px;
}

.benefit{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 95px;
}

.benefit>img{
 width: 42px;
}

/* 600px 이상시 서비스소개 배열변경 */
@media (min-width: 600px) {
  .intro {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10%;
  }
  
  .intro_tit {
    flex: 0 0 auto;
  }
  
  .intro_ment {
    flex: 1;
    text-align: left;
  }

  .benefit_container{
    gap: 60px;
  }
}


/* 카테고리 */
.by-use {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 5px;
  max-width: 900px;
  margin: 60px auto 0;
  padding: 0 24px ;
}

.usebox > a > img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

.usebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.usebox p {
  text-align: left;
  width: 100%;
}

/* 600px 이상시 카테고리 배열변경 */
@media (min-width: 600px) {
  .by-use {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 30px ;
  }
}


/* 수상내역 */
.c_info{
  margin-top: 60px;
  padding: 0 24px ;
}

.award_tit{
  text-align: center;
  padding: 40px 20px;
}


.award_container {
  display: flex;
  box-sizing: border-box;
  gap: 10px;
  max-width: 900px;
  margin: auto;
}

.award_box {
  flex: 1 1 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award_box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.awards_container{
  display: flex;
  flex-wrap: wrap; 
}

.award_box.award_B_only { display: none; }
.award_box.award_S_only { display: block; width: 100%;}

/* 600px 이상시 수상내역 배열변경 */
@media (min-width: 600px) {
  .award_box.award_B_only { display: flex; }
  .award_box.award_S_only { display: none; }
  .award_container {
    display: flex;
  }
  .award_box {
    flex: 1 1 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .award_box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
  }
  .c_info{
    padding: 30px ;
  }
}


/* 진행절차 */
.process{
  background-color: #f8f8f8;
  margin-top: 80px;
  padding: 50px 0 70px;
}

.step_container{
  padding: 30px 24px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 900px;
  margin: auto;
}

.stepbox{
 width: 100%;
}

.stepbox img {
  width: 100%;
  height: auto;
  display: block;
}

/* 600px 이상시 진행절차 배열변경 */
@media (min-width: 600px) {
  .step_container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  
  }
}


/* 제휴사례 */
.example{
  margin: 30px auto 0;
  padding-top: 30px;
  max-width: 900px;
}

.contents_tit{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
}

/* 제휴사례 소메뉴 영역 */
.example-tabs{
  display: flex;
  gap: 20px;
  justify-content: center;
  border-bottom: 1px solid #eee;
  padding: 10px 10px 0;
  margin: 0 24px;
}

.example-tabs .tab{
  font-size: 16px;
  font-weight: 400;
  padding: 12px 0 14px 0;
  cursor: pointer;
  position: relative;
  transition: color 0.2s;
}

.tab{
  width: 160px;
  text-align: center;
}

/* 제휴사례 소메뉴 액티브바 효과 */
.example-tabs .tab.active {
  font-weight: 500;
}

.example-tabs .tab.active::after {
  content: '';
  display: block;
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background-color: var(--main-color);
  transform: scaleX(0);
  transform-origin: center;
  animation: lineExpand 0.2s ease-out forwards;
}

@keyframes lineExpand {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/* 제휴사례 상세설명 박스 */
.example-descs {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin: 30px 24px;
}
.example-descs .desc { display: none; }
.example-descs .desc.active { display: block;}

/* 600px 이상시 제휴사례 상세설명 박스 이미지 배경 */
@media (min-width: 600px) {
  .example-descs {
    background-color: transparent;
    background-size: cover;
    background-position: center;
  }
}

/* 카드 목록 영역 */
.cards {
  display: none;
  gap: 12px 7px;
  padding: 0 24px;
  grid-template-columns: repeat(2, 1fr); /* 기본 2열 */
}

.cards.active {
  display: grid;
}

.card {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}

.card_name{
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 3% 1%;
}

.card img {
  width: 100%;
  height: auto;
  aspect-ratio: 7/8;
  object-fit: cover;
}

/* 600px 이상시 제휴_카드목록 배열 */
@media (min-width: 600px) {
  .cards {
    grid-template-columns: repeat(3, 1fr); /* 650px 이상 3열 */
  }

  .card img {
    aspect-ratio: 9/7;
  }
}


/* 제휴기업 */
.Corp{
  margin: 30px auto 0;
  padding-top: 30px;
  text-align: center;
  max-width: 900px;
}

.Corp-logo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  padding: 10px 24px;
}

.Corp-logo li{
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.Corp-logo li img{
  height: auto;
  object-fit: contain;
  display: block;
  width: 100%;
}

/* 600px 이상시 제휴기업 로고 배열변경 */
@media (min-width: 600px) {
  .Corp-logo {
    grid-template-columns: repeat(3, 1fr); 
  }
  .Corp-logo li:nth-child(7) {
    display: none;
  }
}

/* 상담신청 */
.consult .center{
  padding: 40px 0;
  margin-top: 60px;
  text-align: center;
  background-color: var(--main-color);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.consult-card {
  width: 68%;
  max-width: 400px;
  min-width: 200px;
  background: #fff;
  padding: 40px;
}

.consult-form {
  display: flex;
  flex-direction: column;
}

.consult-title {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 20px;
}

.consult-subtitle {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
}

.consult-inputs {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.consult-inputs input {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 0;
  font-size: 14px;
  outline: none;
  color:#333 ;
}

.consult-section {
  margin-top: 30px;
  width: 100%;
  border: none;
}

.consult-section textarea{
  width: 92%;
  font-size: 14px;
  border: none;
  resize: none;
  margin-top: 5px;
  color: #333;
  padding: 4%;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 1.6em;
  background-color: var(--bg-color);
  height: 100px;
}

textarea:focus {
  outline: none;
}

.consult-agree {
  font-size: 13px;
  color: #333;
  text-align: left;
}

.consult-agree input[type="checkbox"] {
  margin-right: 5px;
}

input[type="checkbox"] {
  accent-color: var(--main-color);
}

.consult-submit {
  width: 100%;
  background: #f6f6f6;
  color: #333;
  border: none;
  border-radius: 30px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  cursor: pointer;
  transition: background 0.2s;
  font-family: 'Noto Sans KR', sans-serif;
}

.consult-submit:hover {
  background: #ececec;
}


/* 상담신청_제휴문의 */
.CC_info{
  margin-top: 20px;
  text-align: left;
  color: #fff;
  width: 80%;
  max-width: 400px;
  min-width: 200px;
}

.CC_tit{
  border-bottom: 1px solid #fff;
  font-size: 15px;
  padding: 15px 0;
}


/* 푸터 영역 */
footer{
  background-color: var(--bg-color2);
  padding: 40px 10%;
}
.footer_info_S , .footer_info_B{
  margin-top: 0px;
  color: #acacac;
  font-size: 13px;
  line-height: 1.8em;
}

footer > .center {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content:space-between;
  align-items: center;
}

.footer_info_S { display: block; }
.footer_info_B { display: none; }

/* 600px 이상시 푸터 배열변경  */
@media (min-width: 600px) {
  .footer_info_S { display: none; }
  .footer_info_B { display: block; }
}


