@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding: 0px;background:#fff;   font-family: "Montserrat", sans-serif;}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}




.top-banner-center {
  width: 100%;
  height: 200px; /* 원하는 높이 */
  background-image: url('/img/top_banner-center.jpg'); /* 이미지 경로 */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* 패럴랙스 효과 */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top-banner-title-center {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}


.top-banner-online {
  width: 100%;
  height: 200px; /* 원하는 높이 */
  background-image: url('/img/top_banner-online.jpg'); /* 이미지 경로 */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* 패럴랙스 효과 */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top-banner-title-online {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.top-banner-cfield {
  width: 100%;
  height: 200px; /* 원하는 높이 */
  background-image: url('/img/top_banner-cfield.jpg'); /* 이미지 경로 */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* 패럴랙스 효과 */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}


.top-banner-counselor {
  width: 100%;
  height: 200px; /* 원하는 높이 */
  background-image: url('/img/top_banner-counselor.jpg'); /* 이미지 경로 */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* 패럴랙스 효과 */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top-banner-title-counselor {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
 
 


.top-banner-privacy{  margin-top:20px;
  width: 100%;
  height: 200px; /* 원하는 높이 */
  background-image: url('/img/top_banner-privacy.jpg'); /* 이미지 경로 */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* 패럴랙스 효과 */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top-banner-title-privacy {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}


.top-banner-agreement {  margin-top:20px;
  width: 100%;
  height: 200px; /* 원하는 높이 */
  background-image: url('/img/top_banner-agreement.jpg'); /* 이미지 경로 */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* 패럴랙스 효과 */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top-banner-title-agreement {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}




/* 🔥 태블릿 (1024 이하) */
@media (max-width: 1024px) {

  .top-banner-center {
    height: 180px;
    background-attachment: scroll; /* ⚠️ iOS 대응 */
  }

  .top-banner-title-center {
    font-size: 24px;
  }

}


/* 🔥 모바일 (768 이하) */
@media (max-width: 768px) {

  .top-banner-center {
    height: 150px;
    padding: 0 20px; /* 텍스트 여백 */
  }

  .top-banner-title-center {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
  }

}


/* 🔥 작은 모바일 (480 이하) */
@media (max-width: 480px) {

  .top-banner-center {
    height: 120px;
  }

  .top-banner-title-center {
    font-size: 18px;
  }

}


/* 🔥 전체 섹션 */
.mindwell_intro_section {
    width: 100%;
    padding: 60px 0;
    background: #f4f4f4;
}

/* 🔥 내부 1300 중앙 */
.mindwell_intro_wr {
    width: 1300px;
    margin: 0 auto;
    text-align: center;
}

/* 🔥 메인 타이틀 */
.mindwell_intro_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #2f5d50;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}

/* 🔥 서브 타이틀 */
.mindwell_intro_sub { width:70%; margin: 0 auto;
    font-size: 14px; line-height:20px;
    color: #888;
    margin-bottom: 50px;
}

/* 🔥 내용 박스 */
.mindwell_intro_box {
    background: #fff;
    padding: 60px 80px;
    border-radius: 0px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    line-height: 1.9;
    font-size: 16px;
    color: #444;
}

/* 🔥 문단 간격 */
.mindwell_intro_box p {
    margin-bottom: 25px;
}

/* 🔥 마지막 문단 */
.mindwell_intro_box p:last-child {
    margin-bottom: 0;
}




/* 🔥 태블릿 (1024 이하) */
@media (max-width: 1024px) {

    .mindwell_intro_wr {
        width: 100%;
        padding: 0 30px; /* 좌우 여백 */
    }

    .mindwell_intro_box {
        padding: 50px 40px;
    }

}


/* 🔥 모바일 (768 이하) */
@media (max-width: 768px) {

    .mindwell_intro_section {
        padding: 80px 0;
    }

    .mindwell_intro_title {
        font-size: 22px;
    }

    .mindwell_intro_sub {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .mindwell_intro_box {
        padding: 35px 25px;
        font-size: 14px;
        line-height: 1.7;
    }

}


/* 🔥 작은 모바일 (480 이하) */
@media (max-width: 480px) {

    .mindwell_intro_section {
        padding: 60px 0;
    }

    .mindwell_intro_title {
        font-size: 20px;
    }

    .mindwell_intro_box {
        padding: 25px 20px;
        font-size: 13px;
    }

}




/* 🔥 전문가 아이템 */
.expert_item {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    padding: 50px 0;
    border-bottom: 1px solid #eee;
}

/* 마지막 줄 제거 */
.expert_item:last-child {
    border-bottom: none;
}

/* 🔥 왼쪽 이미지 */
.expert_img {
    width: 260px;
    flex-shrink: 0;
}

.expert_img img {
    width: 100%;
    border-radius: 12px; /* 🔥 부드러운 사각 */
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* 🔥 오른쪽 정보 */
.expert_info {
    text-align: left;
    flex: 1;
}

/* 이름 */
.expert_info h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2f5d50;
    margin-bottom: 15px;
}

/* 학위 */
.expert_info h3 span {
    font-size: 15px;
    font-weight: 400;
    color: #888;
    margin-left: 8px;
}

/* 경력 리스트 */
.expert_info ul {
    list-style: none;
    padding: 0;
}

.expert_info ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
    line-height: 1.7;
}

/*   포인트 불릿 */
.expert_info ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #2f5d50;
    border-radius: 50%;
}


.mindwell_partner_section {
    margin-top: 50px;
}

/* 🔥 모바일 반응형 */
@media screen and (max-width: 768px) {

    /* 전체 아이템 세로 정렬 */
    .expert_item {
        flex-direction: column;
        gap: 20px;
        padding: 30px 0;
    }

    /* 이미지 중앙 + 크기 축소 */
    .expert_img {
        width: 100%;
        max-width: 220px;
        margin: 0 auto;
    }

    .expert_img img {
        border-radius: 10px;
    }

    /* 텍스트 중앙 정렬 */
    .expert_info {
        text-align: center;
    }

    /* 이름 */
    .expert_info h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .expert_info h3 span {
        display: block;
        margin-left: 0;
        margin-top: 5px;
        font-size: 14px;
    }

    /* 리스트 */
    .expert_info ul {
        margin-top: 15px;
    }

    .expert_info ul li {
        font-size: 14px;
        padding-left: 0;
        margin-bottom: 8px;
    }

    /* 불릿 제거 or 중앙형으로 변경 */
    .expert_info ul li::before {
        display: none;
    }

}


/* 🔥 초소형 (아이폰 SE 등) */
@media screen and (max-width: 480px) {

    .expert_item {
        padding: 25px 0;
    }

    .expert_img {
        max-width: 180px;
    }

    .expert_info h3 {
        font-size: 17px;
    }

    .expert_info ul li {
        font-size: 13px;
        line-height: 1.6;
    }

}

@media (max-width: 768px) {

    .mindwell_intro_wr {
        width: 100%;
        padding: 0 20px;
    }

    .expert_item {
        flex-direction: column;
        gap: 20px;
    }

    .expert_img {
        width: 100%;
    }

    .expert_info {
        text-align: left;
    }
}



/* 전체 영역 */
.terms_wrap {
  width: 900px;
  margin: 60px auto;
    font-family: 'Montserrat', sans-serif;
  color: #333;
  line-height: 1.7;
}

/* 타이틀 */
.terms_title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.terms_title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #333;
  margin: 15px auto 0;
}

/* 박스 */
.terms_box {
  padding: 30px;
  border: 0px solid #e5e5e5;
  background: #fff;
}

/* 소제목 */
.terms_box h2 {
  font-size: 12px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #111;
}

/* 첫 제목 위 여백 제거 */
.terms_box h2:first-child {
  margin-top: 0;
}

/* 내용 */
.terms_box p {
  font-size: 14px;
  color: #555;
}

/* 내부 래퍼 */
 

/* 그리드 */
 

/* 전체 섹션 */
.mindwell_program_section {
    padding: 100px 0;
    background: #f4f4f4;
}

/* 내부 1300 */
.mindwell_program_wrap {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; /* 좌우 여백 */
}

/* 타이틀 */
.mindwell_program_title {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 60px;
    color: #2f5d50;
    position: relative;
}


/* 타이틀 영역 */
.program_header {
    text-align: center;
    margin-bottom: 60px;
}

/* 메인 타이틀 */
.program_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #2f5d50;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

/* 서브 설명 */
.program_sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}




/* 양옆 라인 */
.mindwell_program_title::before,
.mindwell_program_title::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
}

.mindwell_program_title::before {
    left: 38%;
}

.mindwell_program_title::after {
    right: 38%;
}

/* 그리드 */
.program_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* 카드 */
.program_card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* hover 효과 */
.program_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* hover 배경 라인 */
.program_card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(47,93,80,0.1), transparent);
    transition: 0.5s;
}

.program_card:hover::before {
    left: 100%;
}

/* 번호 */
.card_num {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 10px;
}

/* 타이틀 */
.card_title {
    font-size: 22px;
    font-weight: 600;
    color: #2f5d50;
    margin-bottom: 15px;
}

/* 설명 */
.card_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

 .expert_info {
  font-family: "Pretendard", sans-serif;
  color: #222;
  line-height: 1.8;
}

/* 이름 */
.expert_info h3 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 35px;
  letter-spacing: -0.5px;
}

.expert_info h3 span {
  font-size: 24px;
  font-weight: 500;
  color: #666;
  margin-left: 4px;
}

/* 전체 리스트 */
.professor-profile {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 현) 전) */
.section-title {  margin-top: 40px;
  list-style: none;
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin-bottom: 28px;
  line-height: 1.5;
}

/* 현 전 앞 점 제거 */
.section-title::before {
  display: none !important;
  content: none !important;
}

/* 내부 리스트 */
.career-list {
  list-style: none;
  margin: 14px 0 0 0;
  padding: 0;
}

/* 경력 항목 */
.career-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  line-height: 1.8;
  word-break: keep-all;
}

/* 경력 리스트 점 */
.career-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c8a96b;
}

/* 모바일 */
@media (max-width: 768px) {
  .expert_info h3 {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .expert_info h3 span {
    font-size: 20px;
  }

  .section-title {
    font-size: 20px;
  }

  .career-list li {
    font-size: 15px;
    line-height: 1.7;
  }
}

