#sub-business2 .gw-intro-container{margin:0 auto;}
#sub-business2 .gw-intro .gw-text{font-size: var(--main-title04);line-height: 1.5;font-family: 'NotoKr_M', sans-serif;}
#sub-business2 .gw-intro .gw-img{ border-radius: 30px;overflow: hidden;}
#sub-business2 .gw-circle-list {position: relative;width: 33%;}
#sub-business2 .gw-circle {position: relative;width: 100%;height: 0;padding-top: 100%;background: #e1e1e1;border-radius: 50%;}
#sub-business2 .gw-circle:before {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 85%;height: 85%;border-radius: 50%;background: #fff;box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.07);}
#sub-business2 .gw-inner {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;flex-direction: column;text-align: center;padding: 0 20px;box-sizing: border-box;}
#sub-business2 .gw-inner .gw-title {font-size: var(--main-title04);line-height: 1.8;color: var(--main-color);font-family: 'Poppins_B', sans-serif;}
#sub-business2 .gw-inner .gw-text {font-size: var(--main-title03);line-height: 1.3;font-family: "NotoKr_B", sans-serif;word-break: keep-all;}
#sub-business2 .gw-generator-list {display: flex;justify-content: space-between;margin-top: 70px;}
#sub-business2 .gw-generator-list .gw-list-item {padding: 60px 30px;position: relative;width: calc(33.33% - 14px);background: #fff;border-radius: 30px;box-sizing: border-box;text-align: center;box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.07);}
#sub-business2 .gw-generator-list .gw-point {position: absolute;top: 0;left: 50%;transform: translate(-50%, -50%);width: 100px;height: 35px;background: #222;border-radius: 35px;text-align: center;font-size: 14px;line-height: 35px;color: #fff;font-family: 'Poppins_B', sans-serif;}
#sub-business2 .gw-generator-list .gw-txt-box {display: flex;flex-direction: column;justify-content: center;height: 100%;}
#sub-business2 .gw-generator-list .gw-tit {font-size: var(--main-title04);color: #222;font-family: 'NotoKr_B', sans-serif;word-break:keep-all;}
#sub-business2 .gw-generator-list .gw-txt {margin-top: 30px;color: #555;}
#sub-business2 .gw-features-list {display: flex;flex-wrap: wrap;gap: 20px;}
#sub-business2 .gw-features-item {padding: 30px;display: flex;align-items: center;justify-content: space-between;width: calc(33% - 10px);background: #fff;border-radius: 30px;box-sizing: border-box;box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.07);min-height: 130px;}
#sub-business2 .gw-features-item .gw-title {flex: 1;font-size: var(--main-title04);line-height: 1.3;color: var(--main-color);font-family: 'NotoKr_B', sans-serif;text-align: right;}
#sub-business2 .gw-features-item .gw-num {margin-right: 20px;font-size: var(--main-title04);line-height: 1;color: #ff0000;font-family: 'Poppins_SB', sans-serif;text-align: left; font-weight: 700;}


/*반응형------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1024px){
    #sub-business2 .gw-circle-container {flex-wrap: wrap;place-content: center;}
    #sub-business2 .gw-circle-list{width: calc(50% - 20px);}
    #sub-business2 .gw-generator-list{flex-wrap: wrap;gap: 30px;}
    #sub-business2 .gw-generator-list .gw-list-item{padding:40px 20px;width: 100%;}
    #sub-business2 .gw-features-item{width: 100%;}
}


@media screen and (max-width:576px){
    #sub-business2 .gw-intro .gw-text{font-size: var(--main-text01);}
    #sub-business2 .gw-circle-list{width: 100%;}
}


.mas-box {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 60px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  
  .mas-sub-title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 20px;
    margin-top: 10px;
  }
  
  .mas-list {
    list-style: none;
    padding-left: 0;
    line-height: 1.7;
  }
  
  .mas-list li {
    padding-left: 30px; /* 왼쪽 패딩 */
    font-size: 1.1rem;
    color: #555;
    position: relative; /* 아이콘 위치 조정을 위해 상대 위치 설정 */
  }
  
  .mas-list li::before {
    content: '\2022'; /* 아이콘 */
    color: #4A90E2;
    position: absolute;
    left: 10px; /* 아이콘과 텍스트 간의 간격 조정 */
  }
  
  
  .img-wrap {
    text-align: center; /* 이미지 중앙 정렬 */
    margin-bottom: 30px; /* 이미지와 텍스트 사이 여백 */
  }
  
  .img-wrap img {
    max-width: 80%; /* 반응형 이미지 */
    height: auto; /* 비율 유지 */
  }

  .img-wrap2 {
    text-align: center; /* 이미지 중앙 정렬 */
    margin-top: 30px; /* 이미지와 텍스트 사이 여백 */
  }
  
  .img-wrap2 img {
    max-width: 80%; /* 반응형 이미지 */
    height: auto; /* 비율 유지 */
  }
  
  @media (max-width: 768px) {
    .mas-desc {
      font-size: 1.1rem; /* 모바일 뷰 확대 */
    }
  
    .mas-sub-title {
      font-size: 1.4rem;
    }
  
    .mas-box {
      padding: 20px;
    }
  }


  /* 탭 컨테이너 */
  .lns-tab-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
  }

  /* 탭 버튼 영역 */
  .lns-tab-headers {
    display: flex;
    border-bottom: 2px solid #ddd;
    gap: 20px;
    justify-content: center;
    padding-left: 0px;
  }

  .lns-tab-button {
    background: transparent;
    border: none;
    padding: 14px 36px;
    font-size: 1.2rem;
    cursor: pointer;
    color: #555;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    font-weight: 700;
    letter-spacing: -0.02em;
    border-radius: 4px 4px 0 0;
  }

  .lns-tab-button:hover {
    color: #1A73E8;
  }

  .lns-tab-button.lns-tab-active {
    color: #1A73E8;
    border-color: #1A73E8;
    background-color: #f0f7ff;
  }

  /* 탭 콘텐츠 영역 */
  .lns-tab-contents {
    padding: 40px 40px 40px 40px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-radius: 0 0 12px 12px;
    margin-top: 0;
    min-height: 220px;
  }

  .lns-tab-content {
    display: none;
    font-size: 1.125rem;
    color: #333;
    line-height: 1.65;
  }

  .lns-tab-content.active {
    display: block;
  }

  /* 제목 스타일 */
  .lns-tab-content h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--main-color);
    text-align: left;
  }

  /* 이미지 영역 - 제목 밑 중앙 정렬 */
  .lns-tab-image {
    text-align: center;
    margin-bottom: 24px;
  }

  .lns-tab-image img {
    width: 70%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: inline-block;
  }

  /* 텍스트 영역 */
  .lns-tab-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
  }

  /* 반응형 스타일 */
  @media (max-width: 1024px) {
    .lns-tab-headers {
      gap: 14px;
      padding-left: 8px;
    }
    .lns-tab-button {
      padding: 12px 28px;
      font-size: 1.1rem;
    }
    .lns-tab-contents {
      padding: 24px 28px 32px 28px;
      min-height: 180px;
    }
    .lns-tab-content h3 {
      font-size: 1.4rem;
      margin-bottom: 14px;
    }
    .lns-tab-content {
      font-size: 1rem;
      line-height: 1.5;
    }
    .lns-tab-image {
      margin-bottom: 20px;
    }
    .lns-tab-image img {
      width: 60%;
    }
  }

  @media (max-width: 768px) {
    .lns-tab-headers {
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      padding-left: 0;
    }
    .lns-tab-button {
      flex: 1 1 45%;
      max-width: 45%;
      padding: 12px 0;
      font-size: 1rem;
      border-radius: 6px 6px 0 0;
    }
    .lns-tab-button.lns-tab-active {
      background-color: #e3f0ff;
    }
    .lns-tab-contents {
      padding: 20px 20px 30px 20px;
      min-height: auto;
    }
    .lns-tab-image img {
      width: 80%;
    }
  }

  @media (max-width: 480px) {
    .lns-tab-button {
      flex: 1 1 100%;
      max-width: 100%;
      padding: 14px 0;
      font-size: 1rem;
      border-radius: 6px;
    }
    .lns-tab-button.lns-tab-active {
      border-radius: 6px;
    }
    .lns-tab-image img {
      width: 90%;
    }
  }