	.aiDiv .aiText p {
	color: #043962;

	}

    .case-section { padding: 40px 0px; margin: auto; position: relative; }
    .case-title { font-size: 40px; color: #183862; margin-bottom: 30px; text-align: center; }

    .case-carousel-wrapper {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .carousel-container {
      width: 100%;
      max-width: 1100px;
      overflow: hidden;
    }

    .case-carousel {
      display: flex;
      transition: transform 0.3s ease;
    }

    .case-card {
      flex: 0 0 350px;
      height: 270px;
      overflow: hidden;
      cursor: pointer;
      margin-right: 20px;
      position: relative;
    }

    .case-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      transition: transform 0.4s ease, filter 0.4s ease;
    }

    .case-info {
      position: absolute;
      bottom: -1px;
      width: 100%;
      background: #fff;
      color: #183862;
      padding: 15px 15px 45px 15px;
      text-align: left;
      transform: translateY(100%);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .case-info .title {
      font-size: 1.1rem;
      font-weight: bold;
    }

    .case-label {
      font-size: 1.1rem;
      font-weight: bold;
      color: #183862;
	  background-color: #f1f3f6;
      text-align: left;
      padding: 10px 20px 15px 15px;
	  height: 30px;
	  vertical-align: top;
      transition: all 0.1s ease-in;
      position: absolute;
	  line-height: 1.4;
      bottom: 0;
      width: 95%;
      z-index: 2;
    }



    .case-label01 {
      font-size: 1.1rem;
      font-weight: bold;
      color: #183862;
	  background-color: #fff;
      text-align: left;
      padding: 10px 20px 15px 15px;
	  height: 30px;
	  vertical-align: top;
      transition: all 0.1s ease-in;
      position: absolute;
	  line-height: 1.4;
      bottom: 0;
      width: 95%;
      z-index: 2;
	
    }

    .case-subtext {
      font-size: 0.9rem;
      line-height: 1.5;
      opacity: 0;
      transition: opacity 0.4s ease;
      padding-top: 5px;
	  padding-right:10px;
    }

    .case-card:hover img {
      transform: scale(1.1);
      filter: brightness(50%);
    }

    .case-card:hover .case-info {
      transform: translateY(-5px);
	  line-height: 1.4;
	      width: 95%;
    }

    .case-card:hover .case-subtext {
      opacity: 1;
    }

    .case-card:hover .case-label {
      transform: translateY(-60px);
      background: transparent;
      color: #fff;
      opacity: 0;
    }


    .case-card:hover .case-label01 {
      transform: translateY(-60px);
      background: transparent;

      color: #fff;
      opacity: 0;
    }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      padding: 10px 15px;
      font-size: 18px;
      cursor: pointer;
      z-index: 10;
      transition: opacity 0.3s ease;
    }

    .arrow.left { left: 0; }
    .arrow.right { right: 0; }
    .arrow.disabled { opacity: 0.1; pointer-events: none; }

    .ai_accordion {
      max-width: 1090px;
      margin: auto;
      background: #ffffff;

      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .ai_accordion_item {
      border-top: 1px solid #ddd;
	    margin-bottom: 8px; /* ← 간격 추가 */
    }

    .ai_accordion_header {
      background: #183862;
      padding: 15px;
      cursor: pointer;
      font-size: 18px;
      font-weight: 600;
      color: #ffffff;
      transition: background 0.3s;
      display: flex;
      justify-content: space-between;
      align-items: center;

    }

    .ai_accordion_header:hover {
      background: #183862;
    }



    .ai_accordion_header01 {
      background: #4092d6;
      padding: 15px;
      cursor: pointer;
      font-size: 18px;
      font-weight: 600;
      color: #ffffff;
      transition: background 0.3s;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .ai_accordion_header01:hover {
      background: #4092d6;
    }


    .ai_accordion_header02 {
      background: #d2dae2;
      padding: 15px;
      cursor: pointer;
      font-size: 18px;
      font-weight: 600;
      color: #183862;
      transition: background 0.3s;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .ai_accordion_header02:hover {
      background: #d2dae2;
    }

    .ai_accordion_icon {
      transition: transform 0.3s;
    }

    .ai_accordion_content {
      max-height: 0;
      overflow: hidden;
      background: #f8f9fa;
      transition: max-height 0.5s ease;
      border-left: 1px solid #f1f3f6;
      border-right: 1px solid #f1f3f6;
      border-bottom: 1px solid #f1f3f6;
      padding: 0 20px;
    }

    .ai_accordion_content p {
      margin: 20px 0;
      font-size: 16px;
      color: #043962;
    }

    .ai_accordion_item.ai_active .ai_accordion_icon {
      transform: rotate(180deg);
    }


	.ai_subtitle {
	  font-size: 1.25rem;
	  color: #043962;
	  margin-bottom: 25px;
	}

	.ai_description {
	  font-size: 1.125rem;
	  line-height: 1.6;
	  margin-bottom: 30px;
	  color: #043962;
	}

	.ai_list {
	  list-style:circle;
	  padding-left: 20px;

	}


	.ai_list li {
	  list-style:circle;
	  font-size: 1rem;
	  line-height: 2rem;


	}

	.ai_services p {
	  font-weight: 600;
	  margin-bottom: 10px;
	}

	.ai_services ul {
	  list-style-type: disc;
	  padding-left: 20px;
	  margin-bottom: 30px;
	 
	}

	.ai_services ul li {
	  font-size: 1rem;
	  margin-bottom: 6px;
	  list-style:circle;
	}



    .ai_assets-section {
      max-width: 1200px;
      margin: 50px auto;
      padding: 0 0px;
    }

    .ai_assets-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: space-between;
    }

    .ai_asset-card {
      flex: 1 1 calc(10% - 10px);
      padding: 10px 10px;
      text-align: left;
      transition: transform 0.3s ease;
      min-width: 110px;
    }

    .ai_asset-number {
      font-size: 42px;
      font-weight: 800;	  
      color: #ffda65;
	  height: 80px;
      margin-bottom: 15px;
    }

    .ai_asset-heading {
      font-size: 20px;
      font-weight: 300;
      color: #ffffff;
	  height: 60px;
      margin-bottom: 15px;	
		
    }

    .ai_asset-desc {
      font-size: 14px;
      line-height: 1.4;
      color: #fff;

    }

	.ai_img01{width:100%;  }

	.case-grid {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  gap: 20px;
	  max-width: 1100px;
	  margin: 0 auto;
	}

	.case-grid .case-card {
	  flex: 1 1 calc(33.333% - 20px);
	  margin-right: 0;
	margin-bottom: 50px;
	}



    .ai-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
	  vertical-align: top;
      max-width: 1200px;
      margin: 60px auto;
      padding: 0px;
      gap: 40px;

    }

    .ai-text {
      flex: 1 1 40%;
      min-width: 200px;
	  vertical-align: top;
    }

    .ai-text .ai-stext {
      font-size: 18px;
	  font-weight: 800;
      color: #4092d6;
      margin-bottom: 20px;

    }


    .ai-text h3 {
      font-size: 50px;
	  font-weight: 600;
      color: #183862;
      margin-bottom: 20px;
	  line-height: 1.1;

    }

	.ai-btext{
      font-size: 24px;
	  font-weight: 600;
      color: #4092d6;
	  line-height: 1.3;
	}


    .ai-image {
      flex: 1 1 40%;
      min-width: 400px;
    }

    .ai-image img {
      width: 100%;
      height: auto;

    }

	.ai_contents_tit {font-size: 28px; color: #183862; font-weight: 800; padding: 20px 0px;}
	.ai_contents_p {color: #183862; font-size:18px; line-height: 28px; word-break: break-all;padding: 0px 0px 30px 0px;}
	.ai-case-study {padding: 50px 0px; width: 100%; text-align: center;}


.btn-learn-ai {
  display: inline-block;
  width: 150px;
  padding: 25px 25px;
  font-size: 16px;
  color: #fff;
  background-color: #008BD2; /* ALTEN 계열 색상 */
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.btn-learn-ai:hover {
  background-color: #006A9E;
}




    @media (max-width: 1090px) {
      .carousel-container { max-width: 740px; }
      .case-card { flex: 0 0 350px; }
      .ai_asset-card {
        flex: 1 1 calc(33.33% - 20px);
      }
		
    .ai_asset-number {
	  height: 30px;
    }

    .ai_asset-heading {
	  height: 20px;
      margin-bottom: 15px;	
		
    }
		
  .case-grid .case-card {
    flex: 1 1 calc(50% - 20px);

  }

		
		
    }

    @media (max-width: 800px) {
		
	.aiDiv { max-width:100%;}
      .carousel-container { max-width: 370px; }
      .case-card { flex: 0 0 350px; }
      .ai_asset-card {
        flex: 1 1 100%;
      }
  .ai_accordion_header,
  .ai_accordion_header01,
  .ai_accordion_header02 {
    padding: 16px;
    font-size: 16px;
    flex-direction: row;
  }

  .ai_accordion_content p {
    font-size: 15px;
  }

  .ai_accordion {
    padding: 0 5px;
  }
		
  .ai_title {
    font-size: 1.75rem;
  }

  .ai_subtitle {
    font-size: 1.125rem;
  }

  .ai_description,
  .ai_list li,
  .ai_services ul li {
    font-size: 0.95rem;
  }

  .ai_section {
    padding: 40px 15px;
  }
		
      .ai_asset-card {
        flex: 1 1 100%;	
		
    }
    .ai_asset-number {
	  height: 30px;
    }

    .ai_asset-heading {
	  height: 20px;
      margin-bottom: 15px;	
		
    }
		
	.ai_img01{width:70%;}	
		
		
}
		
		
		

    @media (max-width: 400px) {
	.aiDiv { max-width:100%;}
		
      .case-title { font-size: 28px; }
      .case-card { flex: 0 0 100%; margin-right: 0; }
      .carousel-container { max-width: 100%; padding: 0 10px; }
  .ai_title {
    font-size: 1.5rem;
  }

  .ai_subtitle {
    font-size: 1rem;
  }

  .ai_description,
  .ai_list li,
  .ai_services ul li {
    font-size: 0.9rem;
  }

  .ai_section {
    padding: 30px 12px;
  }
		
	.ai_img01{width:50%;}	
  .case-grid .case-card {
    flex: 1 1 100%;
  }
    }