@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700|Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/KoPubDotum/subsets/KoPubDotum-dynamic-subset.css');




.bepa-table {
    width: 100%;
    border-collapse: collapse;
    color: #333;

}


.bepa-table tr th,
.bepa-table tr td {
    border-bottom: 1px solid #fff;
}

.bepa-table tr th {
    width: 15%; 
    background-color: #e6f4ff;
    text-align: left;
    padding: 10px 15px;
    vertical-align: middle;
}

.bepa-table tr td {
    padding: 10px 15px;
    text-align: left;
    background-color: #fafdff;
}


.bepa-table .info-header-cell {
    width: 15%; 
    background-color: #e6f4ff;
    font-weight: bold;
    text-align: left;
    padding: 10px 15px;
    vertical-align: top;
}

.bepa-table .info-data-cell {
    padding: 0;
    border-left: none;
}

/* ------------------ 내부 테이블 스타일 (qualification-detail-table) ------------------ */

.qualification-detail-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.qualification-detail-table thead th.detail-header-cell {
    background-color: #fff;
    color: #333;
    font-weight: normal;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.qualification-detail-table .group-title-cell {
    font-weight: bold;
    padding: 10px 15px;
    border-top: 1px solid #ffffff;
    text-align: center;
    color: #333;
    background-color: #e0e6eb;
}


.qualification-detail-table tbody td {
    background-color: #ffffff;
    padding: 10px;
    line-height: 1.4;
    vertical-align: top;
    border-bottom: 1px solid #ffffff; 
    border-left: 1px solid #ffffff; 
}

.qualification-detail-table .sub-category-cell {
    width: 15%; 
    background-color: #f2f9ff;
    font-weight: 600;
    color: #333;
    padding: 10px 15px;
}


.qualification-detail-table .item-list-cell {
    text-align: left;
}


.qualification-detail-table tbody tr:last-child td {
    border-bottom: none;
}



.bepa-benefit-list{ 
    color: #4f4f4f;
    font-size: 16px;
    line-height: 1.8;
    padding: 16px;
    line-height: 1.8;}

/* --- 형광펜 효과 추가 --- */
.bepa-table-li{padding: 8px 0;}
.highlight{margin: 10px 0;}
.bepa-list .highlight {
    background-color: #c5e5ff;
    display: table;
    padding: 0 5px; 
    margin-left: -5px; 
    border-radius: 3px; 
}

.bepa-list .highlight::before {
    left: 0; 
}
.bepa-table .highlight {
    font-weight: 600;
    background-color: #c5e5ff;
    padding: 0 5px; 
    border-radius: 3px; 
}

.bepa-table .highlight::before {
    left: 0; 
}
.b-l-group{  font-weight: 600;  padding: 16px;
    border-radius: 10px;
    background-color: #fafdff;
    }
.bepa-hero-logo_A1 img{width: 100%;}
.bepa-list-group{
    padding: 4px 8px;
    border-radius: 8px;}
.detail-top table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  color: #333;
  background: #fff;
}

/* 헤더 영역 */
.detail-top table th {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    text-align: center;
    padding: 12px 10px;
    color: #333;
}

/* 셀 기본 */
.detail-top table td {
  border-bottom: 1px solid #eee;
  padding: 12px 10px;
  vertical-align: middle;
  text-align: center;
}

/* 첫 번째 컬럼(번호) */
.detail-top table td.number {
    width: 7%;
    max-width: 60px;
    text-align: center;
    color: var(--main);
    font-weight: 500;
}

/* 제목(왼쪽 정렬) */
.detail-top table td.title {
  text-align: left;
  width: 40%;
}

/* 교재, MP3 컬럼 */
.detail-top table td.data,
.detail-top table td.view {
  width: 13%;
  text-align: center;
}

/* 아이콘 */
.detail-top table img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  transition: transform 0.2s ease;
}

/* 아이콘 hover 효과 */
.detail-top table td a:hover img {
  transform: scale(1.15);
}



/* 버튼형 링크 (강의듣기 스타일 통일용 — 지금은 아이콘 영역이지만 대비감 유지) */
.detail-top table td a {
  display: inline-block;
  margin: 0 4px;
}

/* 폰트 정돈 */
.bepa-benefit p{padding-left: 16px;}
/* 인사말 */
.bepa-list{

    padding-top: 16px;}


.bepa-list li {
    padding: 2px 22px;
}


.info-button:active {
    transform: scale(0.98);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.course_info {
    padding: 20px;
}

.button-group {
    width: 100%; 
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

}

.info-button {
    width: 100%; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.3px;
}
/* ===================
   다크 그린 버튼
   =================== */
.green-style {
    background: linear-gradient(135deg, #0b3d2e, #145b41);
    color: #e5f4ed !important;
    border: 1px solid #0e4a37;
}
.green-style:hover {
    background: linear-gradient(135deg, #145b41, #1c7a55);
    box-shadow: 0 4px 10px rgba(12, 80, 55, 0.5);
    transform: translateY(-2px);
}

/* ===================
   다크 블루 버튼
   =================== */
.red-style { /* 기존 red-style을 블루 톤으로 변경 */
    background: linear-gradient(135deg, #0a2a43, #153b60);
    color: #e3eef9 !important ;
    border: 1px solid #102f4d;
}
.red-style:hover {
    background: linear-gradient(135deg, #153b60, #1f4d7a);
    box-shadow: 0 4px 10px rgba(16, 47, 77, 0.5);
    transform: translateY(-2px);
}

/* ===================
   화이트(밝은 기본형)
   =================== */
.white-style {
    background: #f7f9fa;
    border: 1px solid #cfd6da;
    color: #1c2b36 !important ;
}
.white-style:hover {
    border-color: #1f4d7a;
    color: #1f4d7a;
    box-shadow: 0 4px 10px rgba(31, 77, 122, 0.2);
    transform: translateY(-2px);
}


.info-button .text {
    font-size: 18px;
    font-weight: bold;
    color: inherit; 
    flex-grow: 1; 
}

.info-button .subtext {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    margin-left: 10px;
    white-space: nowrap;
}




.main-content-wrapper {
    width: 100%;
    margin: 0 auto;
}


.layout-row {
  
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px; 
    align-items: stretch; 
}



.main_block_wrapper {
    width: 100%;
    padding: 20px;
    border: #efefef solid 1px;
    flex-basis: 49%;
    box-sizing: border-box;
    background-color: white;
    border-radius: 8px; 
    position: relative; 
    display: flex; 
    flex-direction: column;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.board-menu {

    padding-bottom: 0; 
}

.board-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; 
}


.bmenus.active {
    font-weight: bold;

}

.teacher-icon {
    position: absolute; 
    right: 20px; 
    bottom: 20px; 
    z-index: 10;
}


.num { font-size: 18px; margin: 10px 0; }
.text_info { font-size: 14px; color: #666; }
.location_btn a {
    display: inline-block; 
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 15px;
    margin-top: 15px;
    text-decoration: none;
    border-radius: 4px;
}

.course_section{
    display: flex;
    gap: 28px;
    margin: 0 auto;
    padding: 40px 0 0 0 ;
}

.course_info{
    width: 32%;
    height: 342px;
    border-radius: 10px;
    color: #00290c;
    background-color: #ffffff;
    padding: 0;
    margin: 0 auto;
}

.bepa-container {
  max-width: 1080px;
}

.bepa-title {
  text-align: center;
  color: #0b3f78;
  font-size: 2rem;
  font-weight: 800;
}

.bepa-subtitle {
  text-align: center;
  color: #64748b;
  margin-bottom: 40px;
}

.bepa-detail-btn a {
  display: flex;
  font-size: 0.9rem;
  color: #1476d2;
  text-decoration: none;
  font-weight: 600;
  transition: color .2s ease;
}
.bepa-detail-btn a:hover {
  color: #0b3f78;
}

.bepa-benefit h2{
    color: #0b3f78;
    font-size: 16px;
    font-weight: 600;
}

/* === 섹션 박스 === */
.bepa-hero-logo_A1 img{
  border-radius: 10px;
}
.bepa-section {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 40px 50px;
  margin-bottom: 40px;
  box-shadow: 0 4px 18px rgba(11, 79, 166, 0.04);
  color: #333333;
  line-height: 1.8; /* 행간을 2에서 1.8로 조정 (너무 벌어지지 않게) */
    letter-spacing: -0.02em; 
}

.bepa-section-1 {

  border-radius: 8px; 
  padding: 16px 0;

}
.bepa-section-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 40px 50px;
    margin-bottom: 40px;
    box-shadow: 0 4px 18px rgba(11, 79, 166, 0.04);
    color: #333333;
    line-height: 1.8;
    letter-spacing: -0.02em;
}

/* === 소제목 === */
.bepa-section-title {
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    color: #1476d2;
}
.bepa-section-title2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px; 
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #3b5b79;
    background-color: #eef5ff;
    padding: 10px 20px;

}

/* === 표 === */
.bepa-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.bepa-table td {
  width: 70%;
  padding: 8px;
  box-sizing: border-box;
  word-break: break-word;
}
.bepa-table th {
  width: 10%;
  text-align: left;
  vertical-align: top;
  padding: 8px;
  box-sizing: border-box;
  word-break: keep-all;
}

.bepa-table th,
.bepa-table td {
  border-bottom: 1px solid #e2e8f0;
  padding: 14px 10px;
  text-align: left;
  font-size: 0.95rem;
  vertical-align: top;
}

.bepa-table thead th {
  background: #f1f5f9;
  color: #0b3f78;
  font-weight: 700;
}


/* === 인포그래픽 단계 === */
.bepa-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.bepa-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all .25s ease;
}

.bepa-circle {
  width: 100px;
  height: 100px;
  border: 2px solid #1476d2;
  border-radius: 50%;
  color: #1476d2;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease;
}

.bepa-step-label {
  font-weight: 600;
  color: #0b3f78;
  margin-top: 10px;
}

.bepa-step:hover .bepa-circle {
  background: #1476d2;
  color: #fff !important;
  transform: translateY(-6px);
}

.bepa-step:hover .bepa-step-label {
  color: #1476d2;
}

/* === 화살표 === */
.bepa-arrow {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bepa-arrow-1 svg {
  width: 24px;
  height: 24px;
  stroke: #1476d2;
  stroke-width: 1.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bepa-arrow svg {
  width: 36px;
  height: 36px;
  stroke: #1476d2;
  stroke-width: 1.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* === 폼, 버튼, 안내문 === */
.bepa-form-group {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.bepa-label {
  font-weight: 600;
  color: #0b3f78;
}

.bepa-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 0.95rem;
}

.bepa-radio {
  width: 18px;
  height: 18px;
  accent-color: #1476d2;
  margin-right: 6px;
}

.bepa-notice {
  margin-top: 20px;
  line-height: 1.7;
  padding: 16px;
}

.bepa-notice strong { color: #e11d48; }

/* === 버튼 === */
.bepa-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

.bepa-btn {
  background: #0b66c2;
  color: #fff;
  padding: 14px 32px;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease;
}

.bepa-btn:hover { background: #084f96; }
.bepa-btn-gray { background: #94a3b8; }
.bepa-btn-gray:hover { background: #64748b; }


/* === 강사 프로필 === */

.bepa-teacher-profile {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.bepa-teacher-photo img {
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  width: 156px;
}

.bepa-teacher-info {
  flex: 1;
  min-width: 300px;
}
/* 수강신청 버튼 */
.bepa-bottom-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap:20px;
}

/* === 수강신청 버튼 === */
.bepa-btn-apply {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, #92c958 0%, #4d8d23 100%);
  color: #fff !important ;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 30px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: all 0.25s ease;
}
.bepa-btn-apply-1 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, #6ea91d 0%, #0f6f1b 100%);
  color: #fff !important ;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 30px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: all 0.25s ease;
}
.bepa-btn-apply-1:hover {
  background: linear-gradient(180deg, #4b791a 0%, #265308 100%);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transform: translateY(-2px);
}
.bepa-btn-apply:hover {
  background: linear-gradient(180deg, #4b791a 0%, #265308 100%);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transform: translateY(-2px);
}


/* === 기술사 시험 일정 CSS === */
.exam-schedule-box {
  width: 100%;
  overflow-x: auto;
}
.exam-schedule-box, 
.exam-qualification-box {
    background-color: #fff; 
    border-radius: 8px;  
    box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.08);
    padding: 2rem;
    margin-bottom: 2rem;
}

/* 테이블 스타일 */
.exam-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    margin-bottom: 1rem;
     text-align: center;
}

.exam-table th, .exam-table td {
    border: 1px solid #e0e0e0;
    padding: 0.75rem 1rem;
    text-align: center;
    font-size: 0.95rem;
    word-break: keep-all;
    white-space: nowrap; 
}

.exam-table th {
    background-color: #f8f9fa;
    font-weight: 700;
}

.exam-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* 강조 클래스 */
.exam-stid.stit {
    font-weight: 700;
    color: #333;
}

/* 메모/설명 텍스트 */
.exam-note {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #555;
}

/* study_title 활용 */
.exam-qualification-box .study_title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* study_text 활용 */
.exam-qualification-box .study_text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
}

/* 강조 텍스트 */
.exam-note .blue {
    color: #007bff;
    font-weight: 600;
}

.exam-qualification-box .red {
    color: #dc3545;
    font-weight: 600;
}


/* 아이콘 (› 모양) */

@media (max-width: 700px) {
  .bepa-teacher-profile {
    flex-direction: column;
    align-items: center;
  }


}


/* === 리스트, 강조, 시그니처 === */

strong, em { color: #0b3f78; font-weight: 600; }
em { font-style: normal; }

.bepa-signature {
  text-align: right;
  font-weight: 700;
  color: #0b3f78;
  margin-top: 30px;
}

/* === 반응형 === */
@media (max-width: 700px) {
  .bepa-form-group { grid-template-columns: 1fr; }
  .bepa-steps { flex-direction: column; }
  .bepa-arrow { display: none; }
}

@media (max-width: 600px) {
  .exam-table {
    min-width: 600px; /* 모바일에서도 표가 찌그러지지 않도록 */
  }

  .exam-table th,
  .exam-table td {
    white-space: normal; /* 필요 시 줄바꿈 허용 */
    font-size: 13px;
    padding: 6px 4px;
  }
}

/* 메인 안내 */
/* ==============================
   문의안내 / 계좌번호 안내 (etc)
=================================*/

.bg.etc {
    background-color: #fff;
    padding: 0 0 60px 0;
}

.etc_three {
    margin: 0 auto;
}

.etc_three_box {
    display: flex;
    justify-content: space-between;

    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.etc_three_box li {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
}

.etc_guide {
    padding-top: 15px;
}

.etc_guide h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 16px;
    color: #0b3f78;
}

.guide_number h2 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 6px 0;
}

.guide_number h3 {
    font-size: 16px;
    color: #555;
    margin: 5px 0;
}

.guide_number h4 {
    font-size: 14px;
    color: #555;
    margin: 5px 0;
}

.guide_number h5 {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-top: 10px;
}

.guide_number img {
    margin-bottom: -20px;
}

/* ==============================
   반응형 디자인
=================================*/

/* 992px 이하: 태블릿 */
@media (max-width: 992px) {
  .main_price{font-size: 20px;}
  .main_block_wrapper{margin-bottom: 10px;}
  .button-group {

    gap: 10px;}
  
  .course_info{ width: 100%;
        height: 100%;
        margin: 0 0 40px 0;}
  .course_section{
   
    display: contents; width: 100%;}
   .layout-row {
    margin: 0;
 
    display: inline-block;}
    .etc_three_box {
        gap: 30px;
    }
    .etc_three_box li {
        width: 100%;
        padding: 0;
    }
    .etc_guide {
        text-align: center;
    }
    .etc_guide h3 {
        font-size: 20px;
    }
    .guide_number img {
        margin: 0 auto 10px auto;
        display: block;
    }
}

/* 768px 이하: 모바일 일반 */
@media (max-width: 768px) {
  .bepa-section p{font-size: 16px}
  .layout-row{width: 100%;}

    .bg.etc {
        padding: 30px 0 40px 0;
    }

    .etc_three {
        padding: 0 15px;
    }

    .etc_three_box {
        flex-direction: column;
        align-items: center;
    }

    .etc_three_box li {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
        padding: 0;
    }
    .bepa-section-title{font-size: 24px;}
    .etc_guide h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 12px;
    }

    .guide_number h2 {
        font-size: 18px;
    }

    .guide_number h3,
    .guide_number h4,
    .guide_number h5 {
        font-size: 14px;
        line-height: 1.5;
    }

    .guide_number img {
        width: 150px;
        margin-bottom: 10px;
    }
}

/* 480px 이하: 소형 모바일 */
@media (max-width: 480px) {
  .bepa-section-title {

    }
    .bepa-btn-apply , .bepa-btn-apply-1{
      padding: 14px;
    }
    .bepa-benefit h2 {
      font-size: 0.9rem;
    }
    .bepa-benefit p {
      font-size: 0.9rem;
    }
    .bepa-section{
      padding: 20px 12px;
    }
    .bepa-section-title{
      font-size: 20px;
    }
    .bg.etc {
        padding: 20px 0 30px 0;
    }

    .etc_guide h3 {
        font-size: 17px;
    }

    .guide_number h2 {
        font-size: 16px;
    }

    .guide_number h5 {
        font-size: 13px;
    }

    .guide_number img {
        width: 130px;
    }
}


/* 강좌상세 */
#discount {text-decoration: line-through; color: #999;}
.pay-btn {margin-top: 20px; text-align: center;}
.pay-btn span{display: flex;gap: 6px;}
.detail-center, .detail-bottom {}
#lec-list table {width: 100%; font-size:16px;}
#lec-list table th {background: #ffffff; color: #333; font-weight: 700; text-align: center; padding: 10px 0; height: 50px; border-top: 1px solid #000000; border-bottom: 1px solid #ddd;}
#lec-list table td {padding: 10px 0; border-bottom: 1px solid #ddd !important; height: 50px;}
#lec-list table td.number {width: 7%; max-width: 60px; text-align: center;  color:var(--main); font-weight:500;}
#lec-list table td.title {width: auto; line-height: 1.5;}
#lec-list table td.title span {margin-right: 5px;}
#lec-list table td.time {width: 15%; max-width: 130px; text-align: center;}
#lec-list table td.data {width: 10%; max-width: 70px; text-align: center;}
#lec-list table td.data img {width: 24px; height: 24px;}
#lec-list table td.view {width: 15%; max-width: 130px; text-align: center;}
#lec-list table td.view a.sample-veiw {background: #fff; border: 1px solid var(--main); color: var(--main); height: 30px; font-size:14px; margin: 2px auto; min-height: auto; width: 80px; padding:7px 9px; border-radius:15px;}
#lec-list table td.view a.sample-veiw:hover {background: var(--main); border: 1px solid var(--main); color: #fff; height: 30px; margin: 2px auto; min-height: auto; width: 80px;}
#lec-list table td.view a.sample-veiw img {width: 14px; height: 14px; margin-left: 10px; position: relative; top: -1px; color:#000000;}
#lec-list table td.view a.sample-veiw:hover img {filter: invert(100%);}
#lec-list table td.view > button {background: #fff; border: 1px solid var(--main); color: var(--main); height: 30px; margin: 2px auto; min-height: auto; width: 90px; border-radius:15px;}
#lec-list table td.view > button:hover {background: var(--main); border: 1px solid var(--main); color: #fff; height: 30px; margin: 2px auto; min-height: auto; width: 90px;}
#lec-list table td.view > button img {width: 14px; height: 14px; margin-left: 10px; position: relative; top: -1px; }
#lec-list table td.view > button:hover img {filter: invert(100%);}
#course-list .modal-body p {padding-left: 20px; background: url(/files/default-img/menu-right.svg) no-repeat top left;}
.detail-tab {overflow: hidden; border-bottom: 1px solid #dfdfdf;margin-bottom: 20px; margin-top: 30px;}
.detail-tab button {border-top-left-radius:5px; border-top-right-radius:5px; background-color: inherit; border: none;outline: none;cursor: pointer;padding: 0 5%;transition: 0.3s;font-size: 17px;color: #333; border: 1px solid #ddd; border-bottom: 0; height: 48px;}
.detail-tab button:hover {background-color:  var(--main); color:#ffffff; opacity:1;}
.detail-tab button.active {background-color: #ffffff; color: var(--main); border-top:2px solid var(--main); }
.tabcontent {display: none;padding: 20px 0px;}

.detailWrap {display:flex;justify-content:center;}
.detailWrap .detailLeft {width:100%;max-width:690px; padding:0px 20px 0px 0px; border-radius: 15px; background:#ffffff; }
.detailWrap .detailRight {width:400px; order:2; }
.detailFormBox {border:1px solid #ddd;}
.detailImgBox {position:relative; border-radius:15px; border:1px solid #eee; }
.detailImgBox img {width:100%; height: 100%; border-radius:15px;}
.detailRight {align-self: flex-start;position: sticky ; top: 0; }

.detailFormBox {padding:20px; background: #ffffff; border: 1px solid #ddd; border-radius: 10px; box-shadow:rgb(100 100 111 / 10%) 0px 5px 5px 0px;}
.detailFormBox p {display:none; font-size: 16px; font-weight: 700; color:#666666; margin-bottom:5px;}
.detailFormBox select {height: 35px;}
.detailFormBox h2 {color: #000; margin-bottom: 10px; font-size:19px; font-weight:700;}
.detailFormBox table {border-top: 0px solid #000; border-bottom: 1px solid #ddd; width: 100%; font-size: 16px;}
.detailFormBox th {padding: 7px 0px 7px 0px; background: #ffffff; width: 24%; color: #333; text-align:left; vertical-align:middle;}
.detailFormBox th::before {display:inline-block; content: ''; width: 4px; height: 4px; border-radius: 50%; background-color: #00b2d2; margin-bottom: 5px; margin-right:5px;}
.detailFormBox td {padding: 7px 3px;; width: 80%; color:#666666; font-weight:400;}
.detailFormBox td .line {text-decoration:line-through;}
.detailFormBox td .price {font-size: 24px; color: #2997ed; font-weight: bold; letter-spacing: -1px;}

.detailFormBox td .option li, .def-opt {background: #ffffff;  color: #333; font-weight:300;   font-size: 15px;    padding: 0 0px;    height: 16px;    line-height: 16px;    cursor: pointer;    border: 0px solid #ddd;}

@media screen and (max-width: 840px) {
    .detailWrap {display:block;}
    .detailWrap .detailLeft {max-width:100%;}
    .detailWrap .detailRight {width:100%;}
}

@media (max-width: 480px){
    .detailWrap {flex-direction:column-reverse; display:inline-block;}
	.detailWrap .detailLeft {width:100%; background:#ffffff; padding:0%; border-radius: 10px;}
    .detailWrap .detailRight{width:100%;position:static;margin-bottom:1rem;}
	.detailWrap .detailRight .detailFormBox {padding:10px; background: #ffffff; border-radius: 10px;}
}


/* 패키지상세 */
.listTable {width: 100%; display: table;}
.listTable .packCont {display: table; float: left;}
.listTable .packCont h2{margin-top:0px; font-size: 20px;}
.listTable .packCont h2:hover{color:#4e609f;;}
.listTable .listView {display: table; width: 120px; float: right; margin-top:20px;}
.btn_pack_list {width: 100%; background: #4a59a3; border-radius:10px;}
.pack_list {display:none; margin-top: 30px;}
ul.lecture-block {width: 100%; position: relative;}
ul.lecture-block li {width: 100%; display: inline-block; padding: 15px; border: 1px solid #ddd; position: relative; margin-bottom: 10px; border-radius:5px; }
ul.lecture-block li:hover{border: 1px solid #4e609f; transition:all 0.2s ease-out;}
#lec-list table tr:last-child td {border-bottom: 0;}


/* 자세히보기 팝업 */

.benefit-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.benefit-title {
  font-size: 24px;
  font-weight: 700;
  color: #004aad;
  margin-bottom: 30px;
  border-left: 6px solid #004aad;
  padding-left: 12px;
}

.benefit-card {
  background-color: #ffffff;
  border: 1px solid #e4ebf5;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  padding: 25px 30px;
  margin-bottom: 25px;
  transition: box-shadow 0.3s ease;
}

.benefit-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.benefit-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0a58ca;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  margin: 0;
}

/* 반응형 */
@media (max-width: 768px) {
  .benefit-section {
    margin: 40px 10px;
  }

  .benefit-card {
    padding: 20px;
  }

  .benefit-card h3 {
    font-size: 17px;
  }

  .benefit-card p {
    font-size: 14px;
  }
}
