.tabContents {
  margin-top: 100px;
}

.tec40-container {
  font-family: "Noto Sans KR", sans-serif;
  padding: 0px;
  max-width: 1200px;
  margin: auto;
  color: #111;
}

.tec40-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tec40-title {
  font-size: 36px;
  font-weight: 700;
}

.tec40-logo {
  height: 40px;
}

.tec40-desc {
  font-size: 16px;
  line-height: 1.8;
  margin: 30px 0;
}

.tec40-image img {
  max-width: 100%;
  border-radius: 8px;
}

.info-block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}

.tec40-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.tec40-info {
  flex: 1;
  min-width: 300px;
}

.tec40-image {
  flex-shrink: 0;
  width: 450px; /* 이미지 영역 고정 */
}

.tec40-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.info-icon {
  font-size: 24px;
  color: #007bff;
  margin-top: 4px;
  flex-shrink: 0;
}

.info-text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.info-text ul {
  padding-left: 18px;
  margin: 0;
}

.info-text li {
  margin-bottom: 5px;
  font-size: 15px;
}

.info-text p {
  font-size: 15px;
}

.tec-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.tec-section {
  flex: 1;
  min-width: 280px;
}

.tec-section.center {
  flex: 0.8;
}

.tec-section.image {
  flex: 0 0 450px;
}

.tec-section.image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

.info-block {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 25px;
}

.info-icon {
  font-size: 22px;
  color: #2a7bd4;
  margin-top: 4px;
  flex-shrink: 0;
}

.info-text h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.info-text p,
.info-text li {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}

.info-text ul {
  padding-left: 18px;
  margin: 0;
}

/* 탭페이지 인덱스 */
.tabIndexSection {
  padding-bottom: 72px;
}
/* #courseIndex .tabIntro > div:nth-child(odd) {
  float: left;
}
#courseIndex .tabIntro > div:nth-child(even) {
  float: right;
  width: 50%;
} */
.tabIntro {
  display: flex;
  align-items: center/* 텍스트 상단 기준 정렬 */
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.tabImg {
  flex: 0 0 400px;
}

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

.tabIntro > div:last-child {
  flex: 1;
}

#specialIndex .tabIntro > div:nth-child(odd) {
  float: right;
}
#specialIndex .tabIntro > div:nth-child(even) {
  float: left;
  width: 50%;
}
#courseIndex .tabImg,
#specialIndex .tabImg {
  width: 37.5%;
}
#courseIndex .tabImg img,
#specialIndex .tabImg img {
  width: 100%;
}
/* .TabIntroTxt {
  font-size: 1rem;
  word-break: keep-all;
  line-height: 1.63;
  letter-spacing: -1px;
  color: #666;
} */
.traningSteps {
  margin-top: 50px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
}
.traningStepItem {
  float: left;
  padding: 0 10px;
  width: calc(100% / 5);
}
#specialIndex .traningStepItem {
  margin-bottom: 20px;
}
.traningStepItem a {
  background: #28d0ca;
  color: #fff;
  border-radius: 3px;
  height: 60px;
  line-height: 60px;
  display: block;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
.traningStepItem:hover a {
  transform: translateY(-10px);
}
.categoryLinks {
  background: rgba(40, 208, 202, 0.1);
}
.courseLinks {
  text-align: center;
}
.courseLinks > li {
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
  width: calc(100% / 3);
}
.courseLinks > li:last-child {
  float: none;
  display: inline-block;
}
.courseLinks > li > div {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.specialTitles {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 1rem;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}
.courseLinks > li > div > a {
  cursor: pointer;
}
.courseLinks > li > div > a > span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.courseLinks > li > div > a:hover > span {
  transform: scale(1.1);
}
.courseLinkSlider .slick-slide {
  padding: 5px;
}
.courseLinkSlider img {
  width: 100%;
}
.owl-item {
  float: left;
}
/* 아티클 */
.courseConts {
  margin: 100px auto;
}
/* 코스 리스트 */
/* 타이틀 */
.courseTitle {
  position: relative;
  text-align: center;
  color: #000;
}
.courseTitle::before {
  position: absolute;
  background-image: url(/img/produce_tit_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 64px;
  width: 672px;
  display: block;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
}
.courseTitle h1 {
  font-size: 36px;
  letter-spacing: 2px;
}
.courseTitle p {
  font-size: 18px;
  color: #999;
}

/* 아티클 인트로 */
.courseContsWrapper {
  padding: 60px 0;
}
.introContents {
  font-size: 1rem;
}
.introContents > div:nth-child(odd) {
  float: left;
  width: calc(50% - 30px);
}
.introContents > div:nth-child(even) {
  float: right;
  width: calc(50% - 30px);
}
.introContsTxt {
  margin-top: 50px;
  line-height: 1.63;
  letter-spacing: -1px;
  color: #666;
}
.courseImgSlider .slick-dots li button:before {
  background: #28d0ca;
}

/* 교육커리큘럼 */
.eduCurriculum {
  background: #f2f2f2;
}
.eduCurriculum > .courseTitle {
  margin-bottom: 60px;
}
.curriculumConts > div {
  width: 40%;
  padding: 0 20px;
}
.curriculumConts > div:first-child {
  display: inline-block;
  text-align: center;
}
.curriculumConts > div:nth-child(2) {
  float: left;
  text-align: right;
  width: 30%;
}
.curriculumConts > div:last-child {
  float: right;
  text-align: left;
  width: 30%;
}
.curriculumConts img {
  width: 100%;
  max-width: 450px;
}
.curriculumItems > div {
  margin-bottom: 15px;
}
.curriculumItems i {
  font-size: 3rem;
  color: #96c8cf;
}
.curriculumCate {
  margin: 10px auto;
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}
.curriculumCate::after {
  display: block;
  content: "";
  height: 2px;
  width: 100px;
  background: #5c8ec1;
  position: absolute;
  bottom: 0;
}
.curriculumConts > div:nth-child(2) .curriculumCate::after {
  right: 0;
}
.curriculumConts > div:last-child .curriculumCate::after {
  left: 0;
}
.curriculumTxt {
  font-size: 0.9rem;
}
.curriculumTxt p {
  word-break: keep-all;
  font-size: 14px;
  font-weight: bold;
  color: #445059;
}
.e-learningInfo {
  margin-top: 110px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.e-learningImg {
}
.e-learningImg > img {
  width: 100%;
  max-width: 200px;
}
.e-learningText {
  margin-left: 100px;
}
/* 스페셜티 */

@media (max-width: 1200px) {
  .tabContents {
    margin-top: 60px;
  }
  .tabIndexSection {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #courseIndex .tabImg,
  #specialIndex .tabImg {
    width: 48%;
  }
  .TabIntroTxt {
    font-size: 16px;
    word-break: keep-all;
  }
  .traningStepItem a {
    height: 45px;
    line-height: 45px;
    font-size: 0.87rem;
  }
  .curriculumConts > div {
    width: 100%;
  }
  .curriculumConts img {
    max-width: 250px;
  }
  .curriculumConts > div:nth-child(2),
  .curriculumConts > div:last-child {
    float: none;
    width: 100%;
    text-align: center;
  }
  .curriculumItems > div {
    float: left;
    width: calc(100% / 3);
    padding: 0 10px;
    margin-bottom: 10px;
    min-height: 225px;
  }
  .curriculumConts > div:first-child {
    margin-bottom: 20px;
  }
  .curriculumConts > div:nth-child(2) .curriculumCate::after {
    left: 0;
    margin: 0 auto;
  }
  .curriculumConts > div:last-child .curriculumCate::after {
    right: 0;
    margin: 0 auto;
  }
  .curriculumCate {
    font-size: 1.3em;
  }
  .curriculumTxt p {
    font-size: 11px;
  }
}
@media (max-width: 900px) {
  .tec40-container {
    padding: 10px;
  }
  .tec-layout {
    flex-direction: column !important;
    display: flex;
    gap: 30px;
  }

  .tec-section {
    width: 100% !important;
    max-width: 100%;
  }

  .tec-section.image img,
  .tec-section img {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
  }

  .tec40-header {
    flex-direction: column;
    text-align: center;
  }

  .tec40-title {
    font-size: 24px;
  }

  .tec40-logo {
    width: 120px;
    margin: 16px auto;
    display: block;
  }

  .info-block {
    margin-bottom: 24px;
  }

  .info-block h3 {
    font-size: 18px;
  }

  .info-text p,
  .info-text li {
    font-size: 15px;
    line-height: 1.6;
  }

  .tec40-desc {
    font-size: 15px;
    line-height: 1.7;
    padding: 0 16px;
    text-align: left;
  }

  .tec-section.image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .tec-section.image img {
    width: 100% !important;
    max-width: 100%;
  }

  /* 이미지 나란히 나올 때 한 줄씩 배치 */
  .tec-section.image img[style*="width:25%"] {
    width: 48% !important;
  }

  .tec-section.image img[style*="width:45%"] {
    width: 100% !important;
  }
  #courseIndex .tabIntro > div:nth-child(odd),
  #courseIndex .tabIntro > div:nth-child(even),
  #specialIndex .tabIntro > div:nth-child(odd),
  #specialIndex .tabIntro > div:nth-child(even) {
    float: none;
    width: 100%;
  }
  #courseIndex .tabImg,
  #specialIndex .tabImg {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #courseIndex .tabImg img,
  #specialIndex .tabImg img {
    max-width: 450px;
    margin: 0 auto;
  }
  .TabIntroTxt {
    font-size: 1em;
  }
  .traningStepItem {
    width: calc(100% / 5);
    margin-bottom: 15px;
  }
  .traningStepItem:nth-child(4),
  .traningStepItem:nth-child(5) {
    float: none;
    display: inline-block;
    margin-bottom: 0;
  }
  .traningStepItem a {
    line-height: 30px;
    height: 30px;
    font-size: 0.7em;
  }
  .courseLinks > li {
    width: 50%;
  }
  .courseLinks > li > div {
    height: 200px;
  }
  .curriculumItems > div {
    width: 50%;
  }
  .tabIntro {
    flex-direction: column;
    padding: 40px 16px;
    gap: 30px;
  }

  .tabImg {
    flex: 1;
    width: 100%;
  }

  .tabImg img {
    width: 100%;
    max-width: 100%;
  }

  .tabIntro > div:last-child {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
}
@media (max-width: 500px) {
  .courseLinks > li {
    width: 100%;
  }
}
