@charset "utf-8";

/* BeyondCare 정적 페이지 공통 스타일 (/page/pageNN.php) */
.bc_page{font-size:16px;line-height:1.8;color:#333;word-break:keep-all;overflow-wrap:anywhere}
.bc_page .bc_sec{margin-bottom:70px}
.bc_page .bc_sec:last-child{margin-bottom:30px}
.bc_page h1.bc_h,.bc_page h2.bc_h{position:relative;margin:0 0 30px;padding-bottom:15px;font-size:26px;font-weight:700;color:#14394E;border-bottom:2px solid #14394E}
/* 밝은 배경 위 골드 글자는 #F2B33D 로 쓰면 대비 1.86:1 로 WCAG 기준(4.5:1) 미달.
   글자색은 어두운 골드 #A16207(대비 4.92:1)을 쓰고, #F2B33D 는 배경·테두리 전용으로 둔다 */
.bc_page h1.bc_h em,.bc_page h2.bc_h em{margin-left:10px;font-style:normal;font-size:14px;font-weight:600;color:#A16207;font-family:var(--e-font);letter-spacing:1px}

/* 인용/강조 문단 */
.bc_quote{margin-bottom:35px;padding:35px 40px;border-left:5px solid #F2B33D;background:#F8F9FA;border-radius:0 14px 14px 0;font-size:20px;font-weight:600;line-height:1.6;color:#14394E}
.bc_page .bc_para p{margin-bottom:18px}
.bc_sign{margin-top:40px;text-align:right;font-size:17px}
.bc_sign strong{font-size:19px;color:#14394E}

/* 카드 그리드 (시설안내 등) */
.bc_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.bc_grid.cols2{grid-template-columns:repeat(2,1fr)}
.bc_card{border:1px solid #E5E8EB;border-radius:14px;overflow:hidden;background:#fff;transition:all .3s}
.bc_card .ph{display:flex;align-items:center;justify-content:center;height:180px;background:#EEF1F4;color:#9AA5B1}
.bc_card .ph svg{width:40px;height:40px;stroke-width:1.3px}
.bc_card .cont{padding:22px}
.bc_card h3{margin-bottom:8px;font-size:18px;font-weight:700;color:#14394E}
.bc_card p{font-size:15px;color:#666}
@media(hover:hover){.bc_card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.08)}}

/* 세로 타임라인 (입학절차) */
.bc_timeline{list-style:none;margin:0;padding:0}
.bc_timeline li{position:relative;padding:0 0 45px 85px}
.bc_timeline li:before{position:absolute;left:27px;top:56px;bottom:0;width:2px;background:#E5E8EB;content:''}
.bc_timeline li:last-child:before{display:none}
.bc_timeline .no{position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#14394E;color:#fff;font-size:18px;font-weight:700;font-family:var(--e-font)}
.bc_timeline h3{margin-bottom:8px;font-size:19px;font-weight:700;color:#14394E}
.bc_timeline p{font-size:15px;color:#555}

/* 표 (시간표/수강료) */
.bc_table_wrap{overflow-x:auto}
.bc_table{width:100%;min-width:640px;border-collapse:collapse;text-align:center;font-size:15px}
.bc_table th{padding:14px 10px;background:#14394E;color:#fff;font-weight:600;border:1px solid #2A4A60}
.bc_table td{padding:13px 10px;border:1px solid #E5E8EB;color:#444}
.bc_table td.cate{background:#F8F9FA;font-weight:600;color:#14394E}
.bc_table tr:nth-child(even) td{background:#FBFCFD}
.bc_table tr:nth-child(even) td.cate{background:#F3F5F7}

/* 안내 박스 */
.bc_note{margin-top:25px;padding:22px 26px;background:#FFF8EB;border:1px solid #F2B33D;border-radius:12px;font-size:14.5px;color:#5B4A21}
.bc_note strong{display:block;margin-bottom:8px;font-size:15.5px;color:#14394E}
.bc_note ul{margin:0;padding-left:18px}
.bc_note li{margin-bottom:4px}

/* 연락처 정보 카드 (오시는길) */
.bc_info{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:35px}
.bc_info > div{display:flex;gap:16px;align-items:flex-start;padding:24px;border:1px solid #E5E8EB;border-radius:14px}
.bc_info svg{flex-shrink:0;width:26px;height:26px;stroke:#F2B33D;margin-top:3px}
.bc_info dt{margin-bottom:5px;font-size:14px;font-weight:600;color:#888}
.bc_info dd{font-size:16.5px;font-weight:600;color:#14394E}

/* 지도 자리 */
.bc_map{display:flex;align-items:center;justify-content:center;height:420px;border-radius:14px;background:#EEF1F4;color:#9AA5B1;font-size:15px}
.bc_map iframe{width:100%;height:100%;border:0;border-radius:14px}

/* 카카오톡 채널 아이콘 (오시는길 연락처) */
.bc_kakao_ic{display:inline-block;width:18px;height:18px;margin-right:6px;vertical-align:-3px}

/* 안내 사진 그리드 (오시는길 주차 안내 등) */
.bc_photos{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:25px}
.bc_photos figure{margin:0}
.bc_photos img{display:block;width:100%;height:260px;object-fit:cover;border-radius:14px}
.bc_photos figcaption{margin-top:10px;font-size:14px;color:#666;text-align:center}

/* 캐치프레이즈 — about 페이지 마무리 문구 */
.bc_catch{margin:70px 0 0;text-align:center}
.bc_catch .en{display:block;margin-bottom:14px;font-size:13px;font-weight:700;letter-spacing:3px;color:#A16207;font-family:var(--e-font);text-transform:uppercase}
.bc_catch p{margin:0;font-size:32px;font-weight:800;line-height:1.45;color:#14394E;word-break:keep-all}
.bc_catch .hl{position:relative;display:inline-block}
.bc_catch .hl:before{content:"";position:absolute;left:-8px;right:-8px;bottom:4px;z-index:-1;height:16px;background:rgba(242,179,61,.35)}

/* CTA 버튼 (골드 알약) */
.bc_cta_btn{display:inline-flex;align-items:center;gap:8px;padding:16px 45px;border-radius:60px;background:#F2B33D;color:#14394E !important;font-size:17px;font-weight:800;transition:all .3s}
.bc_cta_btn svg{width:18px;height:18px;stroke:#14394E}
.bc_cta_btn:hover{background:#FFC44D;transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.15)}
.bc_cta_center{margin-top:45px;text-align:center}

/* 반응형 */
@media (max-width:1024px){
.bc_grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:768px){
.bc_page h1.bc_h,.bc_page h2.bc_h{font-size:22px}
.bc_quote{padding:25px;font-size:17px}
.bc_catch p{font-size:24px}
.bc_catch .hl:before{height:12px}
.bc_photos{grid-template-columns:1fr}
.bc_photos img{height:220px}
.bc_grid,.bc_grid.cols2,.bc_info{grid-template-columns:1fr}
.bc_timeline li{padding-left:70px}
.bc_timeline .no{width:48px;height:48px;font-size:16px}
.bc_timeline li:before{left:23px}
.bc_map{height:300px}
}
