@charset "UTF-8";

/* 기본 배너 */
h1#intro{    
    width: 100%;
    height: 200px;
    background: url('../imgs/main/001 학교소개.png') no-repeat center;
    background-size: cover;
    border-bottom: none;
}

.intro.facility h4,
.inner-wrap article.directions h4{
	display: none;	
}
.intro_area .box_inner{
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
}
.intro_area article{
    /* float: right; */ 
    width: 85%;
    padding: 20px;
    box-sizing: border-box;
}
.intro_area article h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'NanumGothic', sans-serif;
    margin: 10px 0 30px ;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.intro_area .article-wrap img{
     width: 70%;
    display: block;
    margin:0 auto;
}

.intro_area .article-wrap {
    margin-bottom: 60px;
}

.intro_area .greet_pc{
    display: block;
}
.intro_area .greet_mobile{
    display: none;
}
.intro_area .chart_pc{
    display: block;
}
.intro_area .chart_mobile{
    display: none;
}
.intro_area .facilities_pc{
    display: block;
}
.intro_area .facilities_mobile{
    display: none;
}


.sugang_area{
    margin: 50px 0;
}

/* 찾아오시는길 */
article.directions #map{
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    box-sizing: border-box;
} 
article.directions .transport-wrap{
}

article.directions .transport-content-wrap{
	width:100%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
article.directions .transport-content-wrap .transport-content-title{
	font-size: 1.2em;
    padding: 10px;
    display: block;
    margin-left: 40px;
}
article.directions .transport-content-wrap .transport-content-ex{
	font-size: 1.1em;
    padding: 0 10px;
    display: block;
    margin-left: 40px;
}

article.directions ul{
    margin-top: 10px;
}
article.directions ul li{
    padding: 10px;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    height: 120px;
    border-bottom: 1px dotted #ccc;
}

article.directions .article-wrap ul img{
    display: block;
    width: 90px;
    height: 90px;
}
article.directions ul li div{
    float: left;
    margin-left: 10px;
}
article.directions ul li div:first-child{
    margin-left: 30px;
}
article.directions ul li div:last-child{
    margin-left: 20px;
    height: 23px;
    line-height: 23px;
}
article.directions ul li div:last-child span{
}

article.directions ul li:nth-child(1) div:last-child{
    margin-top: 20px;
}
article.directions ul li:nth-child(3) div:last-child{
    margin-top: 30px;
}

/* 교육연혁 */

.page {
	background: 
        url("../imgs/intro/hero/서브배경1-05.png") center / cover no-repeat;
    margin-bottom: 10px;
}

article.history h3{
	font-size: 18px;
	font-weight: bold;
}

article.history h3.bottom-margin{
	margin-bottom: 20px;
}

article.history #historyForm{
	display: inline-block;
	width: 80%;
}

.modify-form{
	display: block;
	width: 100%;
}

article.history #historyForm table td,
article.history .modify-form table td{
	border: none;
}

article.history .modify-form table td p{
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

article.history #historyForm table th{
	text-align: center;
	font-size: 14px;
	background: #fff;
}

article.history #historyForm input.h-contents,
article.history .modify-form input.h-modify-contents{
	font-size: 14px;
	width: 100%;
}

article.history #historyForm input.years{
	width: 150px;
}

article.history .h-btn-box{
	width: 100%;
	text-align: center;
}

article.history #historyForm button{
	margin: 5px auto;
	width: 100px;
}

article.history .left-margin{
	margin-left: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #5b7dff;
}


/* -----------------------------------------
   상단 타이틀
------------------------------------------ */
.history-top-title {
    text-align: left;
    margin: 40px 0 40px 0;
    padding-left: 45px;
}

.history-top-title p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.35);
}

.history-top-title h1 {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    text-shadow: 0 4px 10px rgba(0,0,0,0.45);
}


/* -----------------------------------------
   연혁 카드 
------------------------------------------ */
.history-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1.5px solid #fff;
    border-radius: 14px;
    padding: 28px 33px;
    margin: 0 auto 35px;   /* ← 핵심 */
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    max-width: 900px;     /* ★ 없으면 중앙정렬 체감 안 됨 */
}

.history-card.manage{
	width: 60%;
	padding: 25px 50px;
	text-align: left;
	border: 2px solid #5b7dff;
	font-size: 20px;
}

.history-card.manage .year{
	font-weight: bold;
	font-size: 25px;
}

.history-card.manage .h-contents{
	margin: 10px 0;
}

.history-card.manage .contents-box{
	margin-top: 30px;
}


.history-card.manage .h-btn-box{
	text-align: center;	
	width: 100%;
}

.history-card.manage:last-of-type{
	width: 60%;
	padding: 25px 50px;
	text-align: left;
	border: 2px solid #5b7dff;
	font-size: 20px;
	background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    max-width: 900px;
}

.history-card:last-of-type {
    background: #5372ec;
    border: 1.5px solid #5372ec;   
    border-radius: 14px;
    padding: 28px 33px;
    margin-bottom: 35px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* 연도 */
.history-card h2 {
    font-size: 28px;
    font-weight: 800;
    color: #0d2a7a;     
    margin: 0 0 10px 0; 
    border: none !important;        
    border-bottom: none !important; 
    padding-bottom: 0 !important;
}

.history-card:last-of-type h2 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;     
    margin: 0 0 10px 0; 
    border: none !important;        
    border-bottom: none !important; 
    padding-bottom: 0 !important;
}

/* 목록 스타일 */
.history-card ul {
    list-style: none;  
    padding-left: 0;   
    margin: 0;
}

.history-card ul li {
    font-size: 22px;
    font-weight: 600;  
    color: #333;
    line-height: 1.55;
    margin-bottom: 6px;
    word-break: keep-all;
}

/* 줄바꿈 포함된 li도 안정적인 간격 유지 */
.history-card ul li br {
    margin-bottom: 4px;
}

.history-card .dot {
    margin-right: 6px; 
}

/* 목록 스타일2 */
.history-card:last-of-type ul {
    list-style: none;  
    padding-left: 0;   
    margin: 0;
}

.history-card:last-of-type ul li {
    font-size: 22px;
    font-weight: 600;  
    color: #fff;
    line-height: 1.55;
    margin-bottom: 6px;
}

/* 줄바꿈 포함된 li도 안정적인 간격 유지 */
.history-card:last-of-type ul li br {
    margin-bottom: 4px;
}

.history-card:last-of-type .dot {
    margin-right: 6px; 
}

.step-bottom2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* =========================
   버튼 
========================= */
.go-btn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 15px;
    border: 2px solid #999;
    border-radius: 26px;
    font-size: 17px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.25s;
    min-width: 250px;  
    height: 25px;
    background: #fff;
}

.arrow-img2 {
    height: 17px;
}

/* 교육시설 안내 */

/* 시설 이미지 슬라이드로 변경 */

.facility-swiper-wrap{
	padding: 0 105px;   /* 영상처럼 양쪽 여백 */
  	box-sizing: border-box;
}

.facility-slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 20px;
}

/* 버튼 + 숫자 + 진행바 한 줄 */
.slider-control-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

/* 버튼 */
.prev,
.next {
  position: static;   /* 절대 위치 제거 */
  background: none;
  border: none;
  font-size: 40px;
  font-weight: 200;
  cursor: pointer;
  color: #000;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-3px);
}

.slider-control-wrapper .count{
	height: 40px;
	font-size: 20px;
	display: flex;
	align-items: center;
	line-height: 1;  
	gap: 3px;
}
.slider-control-wrapper .count .current{
	color:	#2b5cff;
}

/* 진행 바 */
.progress-bar {
  flex: 1;              /* 버튼 옆으로 확장 */
  height: 4px;
  background: #ddd;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.next {
  margin-right: 20px;
}

article.intro.facility .video-box{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

article.intro.facility .video-box iframe{
	border-radius: 20px;
}

.facility-gallery .fac-title{
	position: relative;
	z-index: 100;
	top: -40px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
.facility-gallery .fac-title span{
	display: inline-block;
	width: 200px;
	padding: 5px;
	border-radius: 5px;
	background-color: rgba(1, 1, 1, 0.3);	
}

/* =============== 지원 절차 안내 =============== */

.intro_area .box_inner .inner-wrap{
	display: flex;           
    justify-content: center; 
    align-items: flex-start;
}

/* =========================
   STEP 상단 배경 영역
========================= */
.step-background {
    width: 100%;
    background-image: url("../imgs/intro/hero/서브배경1-01.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;   
    padding: 120px 0 160px 0;     
}


/* 기관 소개 배너 전체 */
.top-banner {
	 width: 100%;
	 background: url("../imgs/intro/hero/서브배경1-04.png") center top no-repeat;
	 background-size: cover;
	 padding: 120px 0 150px 0;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 text-align: center;
	 position: relative;
}

/* 배너 안의 h2 */
.top-banner h2 {
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
    display: block !important;
}

/* 배너 텍스트 */
.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

/* 배너 제목 */
.banner-text h2 {
    font-size: 44px !important;
    font-weight: 900 !important;
    margin-bottom: 80px !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* 배너 부제 */
.banner-text p {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 40px;
}

/* 간단한 소개 영역 */
.simple-plan {
    width: 100%;
    text-align: center;
    padding: 80px 0 40px;
    text-decoration: none !important;
}

/* 소개 영역 작은 제목 */
.sp-top-text h3 {
    font-size: 34px;
    font-weight: 900;
    color: #0d47a1;
    margin-bottom: 5px;
}

/* 소개 영역 큰 제목 */
.sp-top-text p.h2 {
    font-size: 50px;
    font-weight: 900;
    color: #555;
    margin-bottom: 25px;
    border-bottom: none !important;
}

/* 소개 영역 설명 텍스트 */
.sp-top-text p {
    font-size: 26px;
    font-weight: 600;
    color: #1c1c1c;
    line-height: 1.7;
    margin-bottom: 60px;
}

/* 소개 영역 아이콘 이미지 */
.sp-icon img {
    width: 220px;
    margin: 0 auto 40px;
    display: block;
}

/* 소개 영역의 퍼센트 강조 숫자 */
.sp-percent {
    font-size: 70px;
    font-weight: 900;
    color: #000;
    margin-bottom: 10px;
}

/* 소개 영역 작은 파란 강조 문구 */
.sp-sub {
    font-size: 22px;
    font-weight: 800;
    color: #0d47a1;
}

/* -------------------------------------------
   One Point / 링크 / Box 영역
-------------------------------------------- */

/* 중앙 정렬 전체 섹션 */
.text-center {
    width: 100%;
    text-align: center;
    padding: 40px 0 40px;
    text-decoration: none !important;
}

/* 섹션 대표 이미지 */
.section-image img {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

/* 큰 제목 */
.section-title {
    font-size: 55px;
    font-weight: 900;
    color: #000;
    margin-bottom: 10px;
}

/* 섹션 설명 문구 */
.section-desc {
    font-size: 26px;
    color: #333;
    margin-bottom: 60px;
}

/* 이미지 + 텍스트 가로 배치 영역 */
.link-section {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
}

/* 링크용 이미지 */
.link-image img {
    max-width: 260px;
    border-radius: 12px;
}

/* 3개 박스 가로 정렬 row */
.flat-row {
    display: flex;
    gap: 40px;
    justify-content: center;
    width: 100%;
}

/* 개별 박스 */
.flat-item {
    flex: 1;
    text-align: center;
    margin-bottom: 20px;
}

/* 박스 내부 이미지 */
.flat-item img {
    width: 100%;
    margin-bottom: 20px;
}

/* 박스 제목 */
.flat-item h3 {
    font-size: 25px;
    font-weight: 700;
    color: #0d47a1;
    margin-bottom: 12px;
}

/* 박스 설명 */
.flat-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
}

/* 짙은 네이비 강조 텍스트 (큰 크기) */
.navy {
    color: #162472;
    font-weight: 900;
    font-size: 35px;
}

/* 짙은 네이비 강조 텍스트 (중간 크기) */
.navy2 {
    color: #162472;
    font-weight: 900;
}

/* 진한 회색 강조 텍스트 */
.gray {
	color: #444;
	font-weight: 900;
}

/* 작은 아이콘 공통 크기 */
.icon-small {
    width: 48px;
    height: auto;
}

/* 아이콘 + 제목 조합 */
.title-with-icon {
	font-size: 32px;
    font-weight: 800;
    color: #0d47a1;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* 왼쪽 정렬된 큰 제목 */
.section-title-left {
    font-size: 55px;
    font-weight: 900;
    color: #000;
    text-align: center;
}

/* 하단 파란 배너 전체 */
.blue-banner {
    width: 100%;
    background: #162472;
    text-align: center;
    color: white;
    height: auto !important;
    min-height: 0 !important;
    padding: 8px 0 !important;
    flex: none !important;
    margin-bottom: 120px;
}

/* 파란 배너 첫 줄(큰 텍스트) */
.blue-banner .banner-line1 {
    font-size: 28px;
    font-weight: 800;
    margin: 0;
    line-height: 1.4;
}

/* 파란 배너 둘째 줄(중간 강조) */
.blue-banner .banner-line2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* 둘째 줄 강조 단어 */
.blue-banner .banner-line2 span {
    font-weight: 900;
}

.cert-section h3 {
    font-size: 25px;
    font-weight: 900;
    color: #0B3C8A;
    text-align: center;
    margin-bottom: 18px;
 }


/* ================================
   찾아오시는 길
================================ */

/* directions 페이지 내용 중앙 기준 컨테이너 */
article.directions .article_body{
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center !important;  
}

/* ================================
    레이아웃 기본 설정
================================ */
.transport-wrap {
    display: flex;
    flex-direction: column;   
    align-items: center;
    font-family: 'NanumSquare', sans-serif;
}

/* 리스트 공통 초기화 */
article.directions .transport-wrap ul {
    width: 100%;         
    margin: 0;
    padding: 0;
}

/* 카카오 지도 중앙 정렬 */
article.directions .article_body #map {
	display: block;
	width: min(900px, 100%);   
	margin: 30px auto;  
}

/* li 내부 정렬을 항상 수평 + 가운데 정렬 */
article.directions .transport-wrap ul li {
    display: flex;
    align-items: flex-start; 
    gap: 35px;
    padding: 0 !important;
    border: none;
    line-height: 1;
    height: auto;
    margin-bottom: 40px;
}

/* ================================
   왼쪽 제목 (주소 / 대표전화 등)
================================ */
article.directions .transport-span-title {
    width: 0px !important;           
    font-size: 25px !important;        
    font-weight: 800 !important;       
    color: #0a0d78 !important;         
    text-align: left !important;
    white-space: nowrap !important;    
    display: block !important;
    line-height: 1;
}

/* 왼쪽 제목(주소, 대표전화 등) */
article.directions .transport-span,
article.directions .transport-span2 {
    width: 130px;
    min-width: 130px;
    font-size: 25px;
    font-weight: 800;
    color: #0a0d78;
    text-align: left;
    line-height: 1;
    display: flex;
    align-items: flex-start;         
}

/* 오른쪽 내용 */
article.directions .transport-span-content {
    font-size: 22px;
    color: #333;
    line-height: 22px;
    text-align: left;
    margin: 0;
    display: block;
}


article.directions .transport-span-content2 {
    font-size: 22px;
    color: #333;
    line-height: 22px;
    text-align: left;
    margin: 0;
    display: block;       
}

article.directions 
.transport-group.basic 
li:first-child {
    margin-top: 18px;
}

/* 버스의 두 번째 줄 간 간격 */
.bus-second {
    margin-top: 6px !important;
}

/* ================================
   네이버 길찾기 버튼
================================ */
.naver-btn-wrap {
    text-align: center;
    margin-top: 35px;
}

/* 버튼 스타일 */
.naver-find-btn {
    display: inline-flex;              
    align-items: center;
    gap: 14px;
    padding: 16px 36px;
    background: #fff;
    border: 2px solid #dcdcdc;
    border-radius: 40px;               
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    transition: 0.25s;
}

/* 텍스트 줄바꿈 금지 */
.naver-find-btn span {
    white-space: nowrap !important;
}

/* 핀 아이콘 */
.naver-pin {
    height: 36px;
}

/* 화살표 아이콘 */
.naver-arrow-img {
    height: 26px;
}

/* 호버 효과 */
.naver-find-btn:hover {
    background: #f2f2f2;
    border-color: #bcbcbc;
}

.transport-group {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.transport-group.basic {
    margin-bottom: 0px; 
}

/* 리스트/버튼도 같은 기준으로 */
article.directions .transport-wrap,
article.directions .naver-btn-wrap{
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px;
}

article.directions .transport-wrap ul{
  width: 100%;
  margin: 0;
}

/* h2 아래 여백 제거 */
article.directions h2 {
  margin-bottom: 0;
}

/* transport 섹션 자체 여백 제거 */
article.directions .transport {
  margin: 0;
  padding: 0;
}

/* ul 간격 완전 차단 */
article.directions .transport-wrap ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;   
}

article.intro section.top-banner p.small-txt{
	font-size: 40px;
	font-weight: 800;
}

/* 🔹 PC 전용 보정 */
@media (min-width: 1024px) {
    .step-background {
        min-height: 100vh;     
        padding-top: 22vh;     
        padding-bottom: 18vh;
    }
}

.step-header2 {
    width: 100%;
    display: flex;
    justify-content: center;   
    align-items: center;       
    text-align: center;
    margin-top: 380px;
    margin-bottom: 150px;
}

/* 상단 대표 문구 */
.step-header2 p {
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    line-height: 1.45;
    max-width: 650px;
    margin: 0 auto;
}

.step-header3 p {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    line-height: 1.45;
    max-width: 650px;
    margin: 30px auto 20px auto;
}

/* =========================
   STEP 전체 중앙 영역
========================= */
.step-center-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 40px; 
    text-align: center;
}

/* STEP 설명 제목 구역 */
/* =========================
   참여절차 안내 타이틀 영역
========================= */
.step-header {
    width: 100%;
    max-width: 1280px;      
    text-align: center;
    padding: 100px 16px 70px;
    margin: 0 auto;        
    box-sizing: border-box; 
}
/* 제목 */
.step-header .highlight-text4 {
    display: block;
    font-size: 35px;              
    font-weight: 900;
    color: #1f2f6d;               
    margin-bottom: 28px;
}

/* 설명 문구 */
.step-header p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}


/* =========================
   STEP 개별 박스 구조
========================= */
.step-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto 60px auto;
    position: relative;
}

/* STEP 라벨 (STEP1~4 이미지) */
.step-floating-label {
    position: absolute;
    top: -89px;
    left: 50%;
    transform: translateX(-50%);
}

.step-floating-label img {
    width: 90px;
    height: auto;
}

/* STEP 내용 박스 */
.step-detail-box {
	 display: flex;
    justify-content: center;
    background: #fff;
    border: 2px solid #335073;
    border-radius: 14px;
    padding: 25px 25px;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.step-detail-right{
	width: 85%;
	display: flex;
	flex-direction: column;	
	align-items: center;
}

.step-info-txt-box{
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

.step-detail-box .white{
	color: #fff;
	word-break: keep-all;
}

.step-detail-box.opacity{
	background: rgba(1,1,1,0.6);
	max-width:500px;
}

/* STEP 제목 */
.step-detail-box h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* STEP 본문 텍스트 */
.step-detail-text {
    font-size: 20px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 12px;
    word-break: keep-all;
}

.step-detail-text.white{
	color: #fff;
}

/* =========================
   강조 텍스트 색상
========================= */
.highlight-text {
    color: #1448FF;
    font-weight: bold;
}

.highlight-text2 {
    color: #1428b4;
    font-weight: bold;
}

.highlight-text2.light{
	color: #b7ff09;
    font-weight: bold;
}

.highlight-text3 {
    color: #b7ff09;
    font-weight: bold;
    font-size: 45px;
    display: block;
}

.highlight-text4 {
    color: #1428b4;
    font-weight: bold;
    font-size: 40px;
}

.highlight-text5 {
    color: #b7ff09;
    font-weight: bold;
}

.green {
	color: #32CD32;
    font-weight: 700;
}

.blue {
	color: #2563EB;
    font-weight: bold; 
}

.step-detail-text .line {
  display: center;
  align-items: flex-start;
  margin-bottom: 10px;
}

.step-detail-text .num {
  display: inline-block;
  width: 28px;   
  font-weight: 600;
  font-size: 18px;
}

/* =========================
   카드 이미지
========================= */
.benefit-card-img {
    width: 70%;
    max-width: 420px;
    display: block;
    margin: 0 auto 20px auto;
}

/* =========================
   버튼 
========================= */
.go-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 15px;
    border: 2px solid #bfbfbf;
    border-radius: 26px;
    font-size: 17px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.25s;
    min-width: 50px;  
    height: 25px;
}

.arrow-img2 {
    height: 17px;
}

.btn-icon {
    height: 20px;
}

/* 고용24 로고 */
.step-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 25px;
}

.work24-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.work24-logo {
    height: 35px;
    width: auto;
}

.work24-btn {
    border: 2px solid #bfbfbf;
    padding: 10px 26px;
    border-radius: 35px;
    font-size: 20px;
    color: #111;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: 0.3s;
}
.intro_area .faq_wrap{
	padding-top: 50px;
	padding-bottom: 50px;
}
	
div.intro_area article img.faq_badge{
   	width: 35px;
   	margin: 0;
}

@media all and (max-width:1065px) and (min-width:801px){
    
    aside{
        display: none;
    }
  
	h1#intro{
		height: 160px;
	}
    .intro_area .intro_box.box_inner.none1.clear{
        box-sizing: border-box;
        width: 100%;
        overflow-x: hidden;
        padding: 0;
    }
    .intro_area article{
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    .intro_area article h2 {
        font-size: 30px;
        text-transform: uppercase;
        font-family: 'NanumGothic', sans-serif;
        margin: 10px 0 30px ;
        border-bottom: 1px solid #ccc;
        padding: 10px 0 10px 10px;
    }
    .intro_area .article-wrap img{
        width: 100%;
    }

    .sugang_area{
        margin: 50px 0;
    }
    
    /* 지원절차안내 */
    .intro_area .step-background .step-center-container .step-header2{
    	margin: 0 auto;
    	padding: 300px 0 200px 0;
    }
    .step-center-container .step-header2 p{
    	font-size: 45px;
    }
    .step-header3 .step-detail-text .highlight-text3{
    	font-size: 40px;
    }
    .step-header3 .step-detail-text p{
    	font-size: 35;
    }
    
    .step-detail-right.top{
    	width
    }
    
    /* 찾아오시는길 */
    /* 전체 컨테이너 */
  article.directions .article_body {
    align-items: stretch !important;
  }

  /* 지도 */
  article.directions .article_body #map {
    width: 100%;
    max-width: 820px;
    height: 300px;
    margin: 24px auto;
  }

  /* transport 래퍼 */
  article.directions .transport-wrap {
    max-width: 820px;
  }

  /* ul */
  article.directions .transport-wrap ul {
    gap: 0;
    
  }

  /* li 공통 */
  article.directions .transport-wrap ul li {
    gap: 40px;                 /* PC 35 → 태블릿 축소 */
    margin-bottom: 20px;
  }

  article.directions .transport-wrap ul li.bus-item {
    height: auto;
    margin-bottom: 40px !important;
  }

  /* 왼쪽 제목 */
  article.directions .transport-span {
    width: 110px;              /* PC 130 → 태블릿 */
    min-width: 110px;
    font-size: 22px;
    line-height: 1.2;
  }

  /* 오른쪽 내용 */
  article.directions .transport-span-content {
    font-size: 18px;
    line-height: 1.45;
  }

  /* 버스 내부 줄 간격 */
  .bus-second {
    margin-top: 6px !important;
  }

  /* 주차 위 간격 (선택) */
  article.directions .bus-item.parking {
    margin-top: 20px;
  }

  /* 네이버 길찾기 버튼 */
  .naver-btn-wrap {
    margin-top: 30px;
  }

  .naver-find-btn {
    padding: 14px 30px;
    font-size: 18px;
    gap: 12px;
  }

  .naver-pin {
    height: 30px;
  }

  .naver-arrow-img {
    height: 22px;
  }
  
  .intro_box.box_inner.history{
  	padding: 0;
  }
  
  section.page.history{
  	margin-bottom: 0;
  	padding-bottom: 50px;
  	padding-left: 30px;
  	padding-right: 30px;
  	box-sizing: border-box;
  }
  
  .history-top-title{
  	padding: 0;
  }
  .step-bottom2{
  	margin-top: 150px;
  }
	.history-card {
	    border-radius: 14px;
	    padding: 28px 33px;
	    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	    max-width: 100%;
	    margin: 35px 0;  
	}
	
	.go-btn2{
		font-size: 23px;
	}
	
	.go-btn2 img{
		width: 23px;
		height: 23px;
	}
	
}

@media all and (max-width:800px) {
    
    aside{
        display: none;
    }
        
    .header_background {
        height: 80px;
        width: 100%;
        background:rgba(14,16,118,0.9);
        z-index: -10;
        box-sizing: border-box;
    }

    .intro_area .box_inner{
        width: 100%;
    }
    .intro_area article{
        width: 100%;
        padding: 0;
    }
    .intro_area article h2 {
        font-size: 30px;
        text-transform: uppercase;
        font-family: 'NanumGothic', sans-serif;
        margin: 10px 0 30px ;
        border-bottom: 1px solid #ccc; 
        padding: 10px 0 10px 10px;
    }
    .intro_area .article-wrap img{
        width: 100%;
    }
    
    .intro_area .greet_pc{
        display: none;
    }
    .intro_area .greet_mobile{
        display: block;
    }
    .intro_area .chart_pc{
        display: none;
    }
    .intro_area .chart_mobile{
        display: block;
    }
    .intro_area .facilities_pc{
        display: none;
    }
    .intro_area .facilities_mobile{
        display: block;
    }

    .sugang_area{
        margin: 50px 0;
    }
    
    /* 찾아오시는길 */
    article.directions #map{
        width: 90%;
/*
        margin: 0 auto;
        height: 400px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        padding: 10px;
*/
    }
    article.directions .transport-wrap{
    }

    article.directions .transport-content-wrap{
/*
        width:100%;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
*/
    }
    article.directions .transport-content-wrap .transport-content-title{
/*
        font-size: 1.2em;
        padding: 10px;
        display: block;
*/
        margin-left: 0;
    }
    article.directions .transport-content-wrap .transport-content-ex{
/*
        font-size: 1.1em;
        padding: 0 10px;
        display: block;
*/
        margin-left: 0;
    }

    article.directions ul{
/*        margin-top: 10px;*/
    }
    article.directions ul li{
        box-sizing: border-box;
        height: 150px;
/*
        padding: 10px;
        width: 100%;
        clear: both;
        box-sizing: border-box;
        height: 120px;
        border-bottom: 1px dotted #ccc;
*/
    }

    article.directions .article-wrap ul img{
        display: block;
        width: 60px;
        height: 60px;
    }
    article.directions ul li div{
        box-sizing: border-box;
/*
        float: left;
        margin-left: 10px;
*/
    }
    article.directions ul li div:first-child{
        margin-left: 0;
        width: 20%;
        box-sizing: border-box;
    }
    article.directions ul li div:last-child{
        width: 80%;
        box-sizing: border-box;
        margin-left: 0;
/*
        
        height: 23px;
        line-height: 23px;
*/
    }
    article.directions ul li div:last-child span{
    }

    article.directions ul li:nth-child(1) div:last-child{
        margin-top: 0px;
    }
    article.directions ul li:nth-child(3) div:last-child{
        margin-top: 0px;
    }
    
     /* =========================
       전체 컨테이너 보정
    ========================= */
    .intro_area .box_inner {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        flex-direction: column;
    } 

    /* =========================
       상단 배경 영역
    ========================= */
    .step-background {
        padding: 80px 0 50px 0;
        background-size: cover;
        
    }
    
    /* STEP 전체 묶음 배경 */
    .background-m {
        background: #e6e8eb;
        padding: 0 0 40px;   /* 아래 여백 */
        margin: 0;
        margin-bottom: 30px;
    }
    
    .step-detail-box {
	    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    }
    
      .step-header {
        background: none;
        margin: 0;
        padding: 60px 16px 40px;
    }

    /* =========================
       메인 헤더 텍스트
    ========================= */
    .step-header2 {
        margin-top: 0;
        padding: 0 12px;
        padding-top: 250px;
        box-sizing: border-box;
    }

    .step-header2 p {
        font-size: 32px;
        line-height: 1.35;
        max-width: 100%;
        box-sizing: border-box;
    }

    .step-header3 p {
        font-size: 25px;
        margin: 20px auto;
        padding: 0 10px;
    }
    
    .step-header3 .step-detail-text .highlight-text3{
    	font-size: 30px;
    }
    
    

    /* =========================
       STEP 중앙 컨테이너
    ========================= */
    .step-center-container {
        padding-top: 50px;
        max-width: 100%;
    }

    .step-header p {
        font-size: 20px;
        margin: 0;
        margin-top: -20px;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    /* =========================
       STEP 박스 구조
    ========================= */
    .step-wrapper {
        margin: 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
    }

	.step-center-container > .step-wrapper:nth-of-type(2) {
	    padding-top: 40px;
	}
	
    .step-floating-label {
        top: -63px;
    }

    .step-floating-label img {
        width: 64px;
    }

    .step-detail-box {
        width: 85%;
        padding: 22px 18px;
    }

    .step-detail-box h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .step-detail-text {
        font-size: 16px;
        line-height: 1.55;
    }
    
    .step-detail-right{
    	width: 93%;
    }

    /* =========================
       강조 텍스트
    ========================= */
    .highlight-text3 {
        font-size: 24px;
    }

    .highlight-text4 {
        font-size: 22px;
    }

    /* =========================
       카드 이미지
    ========================= */
    .benefit-card-img {
        width: 90%;
        max-width: 300px;
        margin-bottom: 16px;
    }

    /* =========================
       버튼
    ========================= */
    .go-btn {
        min-width: auto;
        height: auto;
        padding: 10px 18px;
        font-size: 14px;
    }

    .arrow-img2 {
        height: 14px;
    }

    /* =========================
       하단 고용24 영역
    ========================= */
    .step-bottom {
        flex-direction: inline;
        gap: 12px;
        margin-top: 20px;
    }

    .work24-logo {
        height: 28px;
    }

    .work24-btn {
        font-size: 15px;
        padding: 8px 18px;
    }
    
    /* 실제 폼 카드 */
    .pc-form {
        background: #fff;
        border-radius: 14px;
        box-sizing: border-box;
    }
    
    .course-wrap {
    	margin: 0 auto !important;
    }
    
    /* article 기본 구조 */
  article.directions{
    box-sizing: border-box;
    width: 100%;
  }

  article.directions .article_body{
    padding: 0;
    align-items: stretch !important;
  }

  /* 지도 */
  article.directions .article_body #map{
    width: 93%;
    height: 260px;      /* 모바일 적정 높이 */
    box-sizing: border-box;
  }

  /* transport 전체 래퍼 */
  article.directions .transport-wrap {
  width: 100%;
  max-width: calc(100vw - 40px);  
  margin: 0 20px 0 20px;
  box-sizing: border-box;
  }
 
 article.directions .naver-btn-wrap{
      width: 100%;
      margin: 30px 0 40px 0 !important;
   }

  /* 리스트 전체 */
  article.directions .transport-wrap ul{
    width: 100%;
    gap: 0;
  }

  /* 각 항목(li) */
  article.directions .transport-wrap ul li {
    height: auto !important;
    line-height: normal !important;
    gap: 16px;                      
    margin-bottom: 28px !important;
  }

  article.directions .transport-wrap ul li.bus-item{
    height: auto !important;
  }

  /* 왼쪽 제목(주소/전화/버스 등) */
  
 article.directions .transport-span {
    width: 80px;
    min-width: 80px;
    font-size: 19px;
    line-height: 1.2;
  }

  /* 오른쪽 내용: 줄 간격 정상화 */
  article.directions .transport-span-content {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
  }
  
  article.directions .bus-item.parking {
    margin-top: 28px !important;
}
  
  /* 두 번째 줄 간격 */
  .bus-second{
    margin-top: 4px !important;
  }

  /* 네이버 길찾기 버튼 */
  .naver-find-btn{
    padding: 14px 24px;
    font-size: 16px;
    gap: 10px;
  }

  .naver-pin{
    height: 26px;
  }

  .naver-arrow-img{
    height: 18px;
  }
  
  /* 모바일 css 수정 */
  
	h1#intro{
		display: none;
	}
	
	.intro_box .inner-wrap h2.page-title.none{
		display: none;
	}
	
	article.intro section.top-banner{
		min-height: 550px;
		padding-bottom: 0;
	}
 
  .banner-text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 32px 20px;
    text-align: center;
  }

  .banner-text h2 {
    font-size: 26px !important;
    line-height: 1.4;
    margin-bottom: 16px !important;
  }

  .banner-text p {
    font-size: 15px;
    line-height: 1.6;
  }
  .banner-text p.margin-top {
  	margin-top: 40px;
  }

  /* =========================
     Simple PLAN 영역
  ========================= */
  .simple-plan {
    padding: 40px 20px 20px;
    text-align: left;
  }

  .sp-top-text h3 {
    font-size: 18px;
  }

  .sp-top-text p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  
  .sp-top-text p.h2 {
    font-size: 28px;
    font-weight: bold;
  }


  /* 퍼센트 카드 */
  .sp-icon{
  	margin-top: 50px;
  }
  .sp-icon img {
    width: 120px;
    margin: 0 auto;
  }

  .sp-percent {
    font-size: 42px;
  }

  .sp-sub {
    font-size: 15px;
  }

  /* =========================
     One Point / 카드형 영역
  ========================= */
  .link-section {
    flex-direction: column;
    padding: 0 20px;
    gap: 24px;
  }

  .link-image img {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }

  /* =========================
     3개 카드 → 세로 스택
  ========================= */
	 .flat-row {
	  display: flex;
	  flex-direction: column;
	  align-items: center !important;      
	  padding: 0 !important;
	  gap: 36px;
	}
	
	.flat-item {
	  width: 100%;
	  max-width: 420px;     
	  text-align: left;
	}
	
	.flat-item img {
	  width: 100%;
	  border-radius: 12px;
	}
	
	.flat-item h3 {
	  font-size: 20px;      
	}
	
	.flat-item p {
	  font-size: 16px;      
	  line-height: 1.6;
	}

  /* =========================
     강조 텍스트
  ========================= */
  .section-title,
  .section-title-left {
    font-size: 50px;
    text-align: left;
    padding: 0 20px;
  }
  
  h3.section-title-left{
  	padding: 0;
  }

  .section-desc {
    font-size: 25px;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .navy {
    font-size: 22px;
  }

  .title-with-icon {
    font-size: 20px;
  }

  /* =========================
     하단 파란 배너
  ========================= */
  .blue-banner {
    max-width: 100%;          
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;        
    padding-right: 16px;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .blue-banner .banner-line1,
  .blue-banner .banner-line2 {
    font-size: 20px;
    line-height: 1.5;
  }

  /* =========================
     모바일에서 불필요한 PC 요소 숨김
  ========================= */
  .nav_pc,
  .pc_logo,
  .ico_pc {
    display: none !important;
  }
  
  /* =========================
     text-center 섹션
  ========================= */
  .text-center {
    padding: 0;
    text-align: left;
  }
  
  /* =========================
     섹션 대표 이미지
  ========================= */
  .section-image img {
    max-width: 200px;
    margin: 0 auto 20px;
  }

  /* =========================
     작은 아이콘
  ========================= */
  .title-with-icon{
  	display: flex;
  	justify-content: center;
    align-items: baseline; /* ← 글자 기준선 맞춤 */
    gap: 0; 
  }
  .icon-small {
    width: 50px;
    margin-bottom: -40px;
  }

  /* =========================
     navy / navy2 / gray 텍스트
  ========================= */
  .navy {
    font-size: 22px;
  }

  .navy2 {
    font-size: 25px;
  }

  .gray {
    font-size: 25px;
  }

  /* =========================
     title-with-icon 보정
  ========================= */
  .title-with-icon {
    justify-content: flex-start;
    gap: 8px;
  }

  /* =========================
     section-title-left 정렬 보정
  ========================= */
  .section-title-left {
    text-align: left;
    padding: 0 20px;
  }

  /* =========================
     flat-item 내부 정렬 보정
  ========================= */
  .flat-item {
    text-align: left;
    margin-bottom: 60px;
  }

  /* =========================
     링크 영역 여백 보정
  ========================= */
  .link-section {
    margin-bottom: 40px;
  }
  
  /* Simple PLAN 전체 가운데 정렬 */
  .simple-plan {
    text-align: center;
    margin-bottom: 0 !important;
    margin-top: 40px;
    max-width: 100%;
    min-height: 300px;
    padding: 0;
  }

  /* 상단 텍스트 묶음 */
  .sp-top-text {
    text-align: center;
  }

  .sp-top-text p.h2,
  .sp-top-text p {
    text-align: center;
    font-size: 25px;
  }

  /* 아이콘은 이미 중앙이지만 명시 */
  .sp-icon {
    text-align: center;
  }

  /* 90% 영역 */
  .sp-percent-box {
    text-align: center;
  }

  .sp-percent {
    text-align: center;
    font-size: 60px;
  }

  .sp-percent-box .section-desc {
    text-align: center;
  }

  /* =========================
     One Point 개인레슨 ~ 3개 BOX 전체
  ========================= */

  /* One Point / 철저한 취업연계 / 3개 박스 공통 */
  .text-center,
  .text-center * {
    text-align: center;
  }

  /* title-with-icon */
  .title-with-icon {
    justify-content: center;
  }

  .text-center:last-of-type{
  	margin-top: 50px;
  }

  /* 3개 박스 영역 */
  .flat-row {
    align-items: center;
  }

  .flat-item {
    text-align: center;
  }

  .flat-item img {
    margin: 0 auto 20px;
    display: block;
  }

  .flat-item p {
    text-align: center;
    font-size: 17px;
  }
  
  /* 각 박스 */
  .flat-item {
    text-align: center;   
  }

  .flat-item img {
    width: 90%;          
    margin: 0 auto 16px;
    display: block;
  }

  /* 제목/본문 */
  .flat-item h3 {
    margin-top: 0;
  }

  .flat-item p {
    margin-top: 8px;
  }
  
  /* =========================
     90% 아래 여백 줄이기
  ========================= */
  .sp-percent-box {
    margin-bottom: 6px;   
  }

  .sp-percent-box .section-desc {
    margin-bottom: 0;      
  }

  /* 90% 영역 아래 여백 */
  .sp-percent-box {
    margin-bottom: 0 !important;
  }

  .sp-percent-box .section-desc {
    margin-bottom: 0 !important;
  }
  
  .cert-section h3 {
    font-size: 25px;
    font-weight: 900;
    color: #0B3C8A;
    text-align: center;
    margin-bottom: 18px;
 	}
 	
 	
 	/* 교육 연혁 */
 	article.intro h2.page-title.history{
 		display: none;
 	}
 	
 	section.page.history{
 		padding-top: 150px;
 		padding-bottom: 50px;
 		margin-bottom: 0;
 		padding-left: 20px;
 		padding-right: 20px;
 		box-sizing: border-box;
 	}
 	
 	div.history-top-title p{
 		font-size: 20px;
 	}
 	div.history-top-title h1{
 		font-size: 40px;
 	}
 	
 	/* 상단 타이틀 */
  	.history-top-title {
	    text-align: left;
	    margin: 0;
	    padding: 0;
	}
	
	.history-top-title p {
	    font-size: 30px;
	    font-weight: 600;
	    color: #fff;
	    margin-bottom: 5px;
	    text-shadow: 0 2px 6px rgba(0,0,0,0.4);
	}
	
	.history-top-title h1 {
	    font-size: 56px;
	    font-weight: 800;
	    color: #fff;
	    margin: 0;
	    text-shadow: 0 4px 10px rgba(0,0,0,0.6);
	}

	
	  /* 관리 카드 */
	  .history-card.manage,
	  .history-card.manage:last-of-type {
	    width: 90%;
	    padding: 22px 30px;
	    font-size: 18px;
	  }
	
	  .history-card.manage .year {
	    font-size: 22px;
	  }
	
	  /* 연도 */
	  .history-card h2,
	  .history-card:last-of-type h2 {
	    font-size: 24px;
	    margin-top: 0 !important;
	    margin-bottom: 25px !important;
	  }
	  
	  .history-card .hitory-list-li{
	  	display: flex;
	  	justify-content: flex-start;
	  }
	  
	  .history-card .dot{
	  	padding-left: 5px;
	  }
	  
	  .history-card .hoistory-content-txt{
	  	
	  }
	
	section.step-bottom2{
		margin-top: 150px;
	}
	  /* 버튼 */
	  .go-btn2 {
	    min-width: 220px;
	    height: auto;
	    padding: 10px 18px;
	    margin-top: 150px;
	    font-size: 20px;
	  }
	  
	  .go-btn2 img{
	  	width: 20px;
	  	height: 20px;
	  }
	
	  article.history {
	    padding: 40px 0 60px;
	  }
	
	  /* 연혁 카드 (모바일 전용) */
	  .history-card,
	  .history-card:last-of-type {
	    max-width: 100%;
	    margin: 30px 0;
	    padding: 18px 18px 18px 18px;
	    border-radius: 12px;
	    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
	  }
	  
	    /* 연도 배지 */
	  .history-card h2,
	  .history-card:last-of-type h2 {
	    display: inline-block;
	    color: #0d2a7a;
	    font-size: 14px;
	    font-weight: 800;
	    padding: 6px 12px;
	    border-radius: 6px;
	    margin-bottom: 10px;
	  }
	  
	    /* 내용 */
	  .history-card ul li,
	  .history-card:last-of-type ul li {
	    font-size: 17px;
	    font-weight: bold;
	    line-height: 1.6;
	    color: #333;
	    margin-bottom: 6px;
	  }
	
	  .history-card ul li::before {
	    color: #2f66d0;
	    font-weight: bold;
	  }
	
	    /* 마지막 연혁 강조 */
	  .history-card:last-of-type {
	    background: #3b6ee3;
	  }
	
	  .history-card:last-of-type h2 {
	    color: #fff;
	    font-size: 28px;
	    font-weight: 800;
	    margin-bottom: 35px;
	  }
	
	  .history-card:last-of-type ul li {
	    color: #fff;
	  }
	
	  .history-card:last-of-type ul li::before {
	    color: #fff;
	  }
 	
 	
 	/* 교육 시설 */
	h1#intro.edu-banner{    
		display: block;
	    width: 100%;
	    height: 300px;
	    background: url('../imgs/intro/hero/008.png') no-repeat center;
	    background-size: cover;
	    border-bottom: none;
	}
	
	.intro.facility h4,
	.inner-wrap article.directions h4{
		display: block;
		margin-left: 32px;
		margin-bottom: -18px;
		margin-top: 20px;
		font-weight: 700;
		color: #1d2b70;
	}
	
	.intro.facility h2.page-title,
	article.directions h2.page-title{
		border-style: none;
	    font-weight: bold;
	    padding-left: 30px;
	}
	.facility-item img{
	    width: 90%;
	}
	
	article.intro.facility .video-box iframe{
		width: 90%;
		height: 200px;
	}
	
	.facility-gallery .fac-title{
		top: -30px;
		font-size: 15px;
		font-weight: 300;
	}
	/* 찾아오시는 길 */
	h1#intro.direction-head{    
		display: block;
	    width: 100%;
	    height: 300px;
	    background: url('../imgs/intro/directions/007.png') no-repeat center;
	    background-size: cover;
	    border-bottom: none;
	}
	
	.facility-swiper-wrap{
		padding: 0 20px;   /* 영상처럼 양쪽 여백 */
	}
	
	.prev, .next {
	    font-size: 30px;
	    font-weight: 200;
	}
	
	.slider-control-wrapper .count{
		font-size: 15px;
	}
}



@media (max-width: 370px){

	article.intro section.top-banner p.small-txt{
		font-size: 20px !important;
	}
	
	.sp-top-text span,
	.sp-top-text p{
		font-size: 20px;
	}
	
	.sp-percent{
		font-size: 30px;
	}
	
	.section-title,
	.section-title-left{
		font-size: 25px;
	}
	
	.section-desc,
	.section-desc span{
		font-size: 15px;
	}
	
	.top-banner{
		min-height: 200px;
		height: 200px;
		padding-top: 80px;
	}
	
	.sp-icon img{	
		width: 70px;
		height: 70px;
	}
	
	.section-image img{
		width: 100px;
		height: 100px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	
	.title-with-icon{
		margin-bottom: 5px;
	}
	.title-with-icon img{
		width: 30px;
	}
	
	.blue-banner p.banner-line1,
	.blue-banner p.banner-line2{
		font-size: 14px;
	}
	
	div.flat-item h3{
		font-size: 20px;
	}
	div.flat-item p{
		font-size: 14px;
	}
  /* article 기본 구조 */
  article.directions{
    float: none;
    width: 100%;
  }

  article.directions .article_body{
    align-items: stretch;
    width: 100%;
  }

  /* 지도 */
  
  article.directions .article_body .map-wrapper{
  	padding: 20px;
  }
  
  article.directions .article_body #map{
    width: 100%;
    height: 260px;      /* 모바일 적정 높이 */
    margin: auto;
  }

  /* 리스트 전체 */
  article.directions .transport-wrap ul{
    width: 100%;
    padding: 0;
  }

  /* 각 항목(li) → 세로 스택 */
  article.directions .transport-wrap ul li{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 28px !important;
    height: auto;              /* ★ 중요 */
  }

  article.directions .transport-wrap ul li.bus-item{
    height: auto;
    margin-bottom: 28px !important;
  }

  /* 왼쪽 제목(주소/전화/버스 등) */
  article.directions .transport-span,
  article.directions .transport-span2{
    width: auto;
    min-width: 0;
    font-size: 18px;
    line-height: 1.2;
  }

  /* 오른쪽 내용 */
  article.directions .transport-span-content,
  article.directions .transport-span-content2{
    font-size: 16px;
    line-height: 1.5;
  }

  /* 두 번째 줄 간격 */
  .bus-second{
    margin-top: 4px !important;
  }

  /* 네이버 길찾기 버튼 */
  .naver-find-btn{
    padding: 14px 24px;
    font-size: 16px;
    gap: 10px;
    margin-bottom: 20px;
  }

  .naver-pin{
    height: 26px;
  }

  .naver-arrow-img{
    height: 18px;
  }

	/* 교육연혁 */
	div.history-top-title p{
		font-size: 16px;
	}

	div.history-top-title h1{
		font-size: 30px;
	}
	
	article.intro div.history-card h2{
		font-size: 23px;
	}

	article.intro div.history-card li{
		font-size: 15px;
	}
	
	.go-btn2 {
		font-size: 14px;
		min-width: 150px;
		margin-top: 50px;
		padding: 5px 10px;
	}
	.go-btn2 img{
		width: 14px;
		height: 14px;
	}
	
	.intro.facility h4,
	.inner-wrap article.directions h4{
		margin-left: 25px;
		font-size: 16px;
	}
	
	.intro.facility h2.page-title,
	.intro_area article.directions h2.page-title{
	    padding-left: 23px;
	    font-size: 20px !important;
	}
	
	.facility-gallery{
		margin-top: 10px;
	}
	
	.facility-item{
		margin-bottom: -20px;
	}
	
	article.intro.facility .video-box{
		margin-bottom: 50px;
	}
	
	.facility-gallery .fac-title{
		top: -30px;
		font-size: 15px;
		font-weight: 300;
	}
	
	.facility-gallery .fac-title span{
		width: 130px;
	}
	
}

