@charset "utf-8";
body {
  font-family: 'Pretendard', 'Poppins', 'Noto Sans KR', sans-serif !important;
}
/* =========================== SUB */
#shSub.aboutBanner{display:flex;align-items:center;justify-content:center;width:1400px;height:300px;margin:0 auto;background:url(../img/banner/banner_3.jpg) center no-repeat;background-size:cover;
 border-radius: 16px; 
 overflow: hidden;
}
#shSub.businessBanner{display:flex;align-items:center;justify-content:center;width:1400px;height:300px;margin:0 auto;background:url(../img/banner/banner_2.jpg) center no-repeat;background-size:cover;
 border-radius: 16px; 
 overflow: hidden;
}
#shSub.solutionBanner{display:flex;align-items:center;justify-content:center;width:1400px;height:300px;margin:0 auto;background:url(../img/banner/banner_1.jpg) center no-repeat;background-size:cover;
 border-radius: 16px; 
 overflow: hidden;
}
#shSub.experienceBanner{display:flex;align-items:center;justify-content:center;width:1400px;height:300px;margin:0 auto;background:url(../img/banner/banner_4.jpg) center no-repeat;background-size:cover;
 border-radius: 16px; 
 overflow: hidden;
}
#shSub .txt_area{font-size:18px;text-align:center;color:rgba(255,255,255,.7);font-family:'Pretendard'}
#shSub .txt_area p{margin-bottom:20px;font-size:45px;font-weight:700;color:#fff}
#shSub .txt_area span {
  display: block;       /* 줄바꿈 */
  margin-top: 15px;     /* p와 간격 */
  padding-bottom: 0;    /* 불필요한 값 제거 */
  line-height: 1.6;     /* 가독성 */
}

@media (max-width: 768px) {
  #sh_container_wrapper {
    padding: 0px !important;
    padding-top: 60px;
  }
  #shSub.aboutBanner,
  #shSub.businessBanner,
  #shSub.experienceBanner {
    height: 200px;  /* 모바일 높이 */
    border-radius: 0;   /* 모바일은 꽉 차게 */
  }
  #shSub.solutionBanner {
    height: 230px;  /* 모바일 높이 */
    border-radius: 0;   /* 모바일은 꽉 차게 */
  }
  #shSub.aboutBanner {
    width: 100%;
    background: url(../img/banner/banner_3.jpg) center no-repeat;
    background-size: cover;         /* 화면에 맞게 꽉 채움 */
    border-radius: 0;               /* 모바일에서는 양옆 꽉차게 */
    padding: 50px 20px;             /* 내부 여백 */
  }
  #shSub.businessBanner {
    width: 100%;
    background: url(../img/banner/banner_2.jpg) center no-repeat;
    background-size: cover;         /* 화면에 맞게 꽉 채움 */
    border-radius: 0;               /* 모바일에서는 양옆 꽉차게 */
    padding: 40px 35px;             /* 내부 여백 */
  }
  #shSub.solutionBanner {
    width: 100%;
    background: url(../img/banner/banner_1.jpg) center no-repeat;
    background-size: cover;         /* 화면에 맞게 꽉 채움 */
    border-radius: 0;               /* 모바일에서는 양옆 꽉차게 */
    padding: 40px 35px;             /* 내부 여백 */
  }
  #shSub.experienceBanner {
    width: 100%;
    background: url(../img/banner/banner_4.jpg) center no-repeat;
    background-size: cover;         /* 화면에 맞게 꽉 채움 */
    border-radius: 0;               /* 모바일에서는 양옆 꽉차게 */
    padding: 40px 40px;             /* 내부 여백 */
  }

  #shSub .txt_area {
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 0;
  }

  #shSub .txt_area p {
    font-size: 33px;                /* 제목 글자 줄임 */
    margin-bottom: 12px;
  }

  #shSub .txt_area span {
    font-size: 14px;                /* 설명문구 작게 */
    line-height: 1.5;
    word-break: keep-all;           /* 단어 단위 줄바꿈 */
  }
}

/* 더 작은 화면 (480px 이하) */
@media (max-width: 480px) {
  #sh_container_wrapper {
    padding: 0px !important;
     padding-top: 60px !important;
  }
  #shSub .txt_area p {
    font-size: 30px;
  }

  #shSub .txt_area span {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* =========================== SNB */
#shSnb{display:flex;justify-content: center;width:max-content;margin:-30px auto 50px;box-shadow:6px 6px 16px rgba(0,0,0,.3);background:var(--primary)}
#shSnb li+li{border-left:1px solid rgba(255,255,255,.15)}
#shSnb li a{opacity:.7;display:block;min-width:160px;height:62px;padding:0 20px;font-size:17px;font-weight:400;line-height:62px;text-align:center;color:#fff;}
#shSnb li.on a{
  opacity: 1; 
  font-weight: 600;
}

@media(max-width:1024px){
#shSnb{display:none}
}

/* =========================== PAGE */
#greeting{font-size:15px;font-weight:400;line-height:1.8;letter-spacing:-.2px;color:#777;font-family:'Pretendard'}
#greeting .greetingBack{background: linear-gradient(180deg, #f6f9fc, #eaf2ff); padding: 60px 60px; border-radius: 16px;}
#greeting .img{height:45px;margin:18px 0;background:url(../img/common/쉐어드원_로고_기본.png) center no-repeat;background-size:contain}
#greeting .tit_area{display: flex; justify-content: center; align-items: center; text-align: center; padding:0 0 40px 5%;font-size:24px;font-weight:600;line-height:1.6;letter-spacing:-.1px;color:#222}
#greeting .tit_area span{color:#1f66c4;  margin: 0 4px; }
#greeting .contWrap {
  display: flex;               /* 가로 배치 */
  justify-content: center;     /* 중앙 정렬 */
  gap: 24px;                   /* 박스 간격 */
  margin-top: 20px;
}
#greeting .contBox {
  flex: 1;                     /* 동일한 너비 */
  max-width: 560px;            /* 박스 최대 크기 */
  background-color: white;
  padding: 36px 38px;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(16,42,67,.10);
}
#greeting .contBox p {
  color:#222;
}
#greeting .conSubBadge {
  background: linear-gradient(135deg, #1f66c4, #3aa0ff);
  padding: 6px 12px; 
  border-radius: 18px;
  width: 70px;
  color: white;
  font-size: 14px;  
  line-height: 1.5; 
  font-weight: 500;
}
#greeting .conSubBadge2 {
  background: linear-gradient(135deg, #1f66c4, #3aa0ff);
  padding: 6px 12px; 
  border-radius: 18px;
  width: 52px;
  color: white;
  font-size: 14px;  
  line-height: 1.5; 
  font-weight: 500;
}
#greeting .company-table-wrap {
    margin: 50px auto;
    box-sizing: border-box;
    font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    color: #222;
}
#greeting .company-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(207, 216, 227, 0.7);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
#greeting .company-table th {
    width: 160px;
    background: #eaf2ff;
    color: #0e2b4d;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-align: center;
    white-space: nowrap;
}
#greeting .company-table th, .company-table td {
    padding: 14px 19px;
    line-height: 1.7;
    vertical-align: middle;
    border-bottom: 1px solid #e6edf5;
    font-size: 16px;
}
#greeting .company-info-flex {
  display: flex;
  align-items: stretch;   /* 표와 이미지 높이 맞춤 */
  gap: 24px;
}

/* 반응형 (모바일에서 이미지 위로, 테이블 100%) */
@media (max-width: 768px) {
  #greeting .company-info-flex {
    flex-direction: column;  /* 세로 배치 */
  }

  #greeting .company-table {
    width: 100% !important;  /* 테이블 전체 너비 */
  }

  #greeting .company-image {
    order: -1;  
    width: 100%;
    text-align: center;       /* 이미지 가운데 정렬 */
    margin-bottom: 15px;
  }

  #greeting .company-image img {
    max-width: 100%;          /* 이미지도 반응형 */
    height: auto;
  }

  #greeting .company-table th {
    width: 10%;   /* 모바일에서는 조금 넓게 */
  }
  #greeting .company-table td {
    width: 90%;
  }
  #greeting .company-table th,
  #greeting .company-table td,
  #greeting .card-text {
    font-size: 14px;   /* 조금 작게 */
    line-height: 1.5;
  }

  #greeting h3.card-subtitle {
    font-size: 18px;
  }
}

#greeting .company-info-flex .company-table {
  flex: 1.5;                /* 표 넓게 */
}

#greeting .company-info-flex .company-image {
  flex: 1;                /* 사진은 상대적으로 좁게 */
  display: flex;
  align-items: center;
  justify-content: center;
}

#greeting .company-info-flex .company-image img {
  width: 100%;
  height: auto;           /* 표 높이에 맞춤 */
  max-height: 600px; 
  object-fit: cover;      /* 비율 유지하면서 잘림 */
  border-radius: 12px;
}
#greeting .tit_sub_area{align-items: left; text-align: left; font-size:24px;font-weight:600;line-height:2;letter-spacing:-.1px;color:#222}
#greeting .tit_mark {
    background: linear-gradient(transparent 60%, rgba(58, 160, 255, .25) 60%);
    padding: 0 .08em;
}
#greeting .cont{padding:40px 0 0 25%}
#greeting .cont .pl{white-space:pre-line}
#greeting .cont .sign{margin-top:30px;font-weight:500;color:#222}
#greeting .cont .sign span{margin-left:20px;font-size:17px}
@media(max-width:1024px){
#greeting{padding:20px;font-size:14px;line-height:1.6}
#greeting .tit_area{padding:0;font-size:28px;line-height:1.4;color:#222;word-break:keep-all}
#greeting .img{height:200px;margin:15px 0}
#greeting .cont{padding:0}
#greeting .cont .sign{margin-top:20px}
#greeting .cont .sign span{margin-left:0;font-size:15px}
}
@media(max-width:768px){
#greeting .cont .pl{white-space:normal}	
}
@media(max-width:480px){
#greeting{padding:15px 12px}	
#greeting .tit_area{font-size:22px}
}

#sh_container_wrapper {
  padding: 120px 0 20px 0
}
#businessArea img {
  display: block;       /* 블록화 */
  max-width: 95%;       /* 비율 유지 */
  height: auto;
  margin: 0 auto;       /* 좌우 가운데 정렬 */
  background-color: transparent;
}
.custumCard {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0 0 12px 12px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(181, 181, 181, 0.08);
    position: relative;
}

.card-text.small-text {
  font-size: 15px;
}

.custom-showdow {
    border: 0;
    border-radius: 14px;
    border: 1px solid #e9eef5;
    box-shadow: 0 6px 14px rgba(16, 24, 40, 0.06);
}

.custom-container {
  max-width: 1370px;   /* 원하는 고정 최대 폭 */
}

@media (max-width: 768px) {
  .custom-title {
    font-size: 1.5rem;  /* 모바일용 크기 */
    line-height: 1.4;
  }
}
.custom-title {
  font-size: 2.3rem; /* fs-1 과 비슷 */
  line-height: 1.3;
}


@media (max-width: 480px) {
  .custom-title {
    font-size: 1.5rem;  /* 모바일용 크기 */
    line-height: 1.4;
  }
}

.custom-title-info {
  font-size: 1.4rem; /* fs-1 과 비슷 */
  line-height: 1.3;
}


@media (max-width: 480px) {
  .custom-title-info {
    font-size: 1.2rem;  /* 모바일용 크기 */
    line-height: 1.4;
  }
}
