@charset "UTF-8";

h1#emp, h1#emp2{
    width: 100%;
    height: 200px;
    background: url('../imgs/main/004 취업지원.png') no-repeat center;
    background-size: cover;
    border-bottom: 1px solid #ccc;
}

.emp_area .mobile-edu-header,
.emp_area article.emp h4.top-h4{
    display: none;
}

.emp_area .emp div.article-body{
    width: 100% !important;
}

.emp_area .box_inner{
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
}
.emp_area article{
    float: right;
    width: 85%;
    padding: 20px;
    box-sizing: border-box;
}
.emp_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;
}

.emp_area .artice-wrap {
	width: 90%;                
    max-width: 960px;         
    margin: 20px auto 0 auto;  
    padding: 10px 0;
    border: 2px solid #e5e5e5; 
    border-radius: 14px;       
    background: #fff;
    box-sizing: border-box;
    font-family: 'NanumSquare', sans-serif;
}

.emp_area .article-wrap .content-img{
    display: block;
    width: 100%;
}
.emp_area .article-wrap .content-img-m{
    display: none;
}

.sugang_area{
    margin: 50px 0;
}



 @media all and (max-width:1065px) and (min-width:801px){
    
    aside{
        display: none;
    }

    .emp_area .box_inner{
        width: 100%;
    }
    .emp_area article{
        width: 100%;
        padding: 0;
    }
    .emp_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;
    }
    
    .emp_area .article-wrap .content-img{
        display: block;
        width: 100%;
    }
    .emp_area .article-wrap .content-img-m{
        display: none;
    }

    .sugang_area{
        margin: 50px 0;
    }
    
}
 
 @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;
    }
    
    h1#emp.system{
	    width: 100%;
	    height: 600px;
	    background: url('../imgs/emp/system2/서브배경1-02.png') no-repeat center;
	    background-size: cover;
	    border-bottom: 1px solid #ccc;
	}

	.emp_area .mobile-edu-header{
		display: block;
		margin-top: -400px;
		margin-bottom: 50px;
		color: #fff;
		padding-left: 10px;
		height: 400px;
	}
	.emp_area .mobile-edu-header .header-txt-box{
		height: 400px;
	}
	.emp_area .mobile-edu-header .header-txt-box .top-header-txt,
	.emp_area .mobile-edu-header .header-txt-box .bottom-header-txt{
		text-shadow: 2px 3px 3px rgba(1, 1, 1, 0.8);
	}
	.emp_area .mobile-edu-header .top-header-txt span{
		font-weight: 200;
	}
	.emp_area .mobile-edu-header .top-header-txt.big-top{
		font-size: 35px;
	}
	.emp_area .mobile-edu-header .header-txt-box .top-header-txt:first-child{
		margin-bottom: 40px;
	}
	.emp_area .mobile-edu-header .header-txt-box .top-header-txt:nth-child(2){
		margin-bottom: 5px;
	}
	.emp_area .mobile-edu-header .header-txt-box .bottom-header-txt{
		margin-top: 70px;
	}
	.emp_area .mobile-edu-header .header-txt-box .bottom-header-txt:last-of-type{
		margin-top: 5px;
	}
    .emp_area .box_inner{
        width: 100%;
    }
    .emp_area article{
        width: 100%;
        padding: 0;
    }
    .emp_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;
    }
    
    .emp_area .article-wrap .content-img{
        display: none;
    }
    .emp_area .article-wrap .content-img-m{
        display: block;
        width: 95%;
        margin: 0 auto;
    }

    .sugang_area{
        margin: 50px 0;
    }
    
   /* 취업정보
    .situation table{
        width: 94%;
        margin: 10px auto;
    }
    .situation th:nth-child(3),
    .situation th:nth-child(5){
        display: none;
    }
    .situation td:nth-child(3),
    .situation td:nth-child(5){
        display: none;
    }
    .situation .td_title{
        width:65%;
    }
    .situation .table-header{
        height:45px;
    }
    .situation td{
        height:50px;
        font-size:1em;
    } */
    
    
  /*  자료실
    .library table{
        width: 94%;
        margin: 10px auto;
    }
    
    .library table tr td:first-child{
        width:40px;
    }
    
    .library th:nth-child(3),
    .library th:nth-child(6){
        display: none;
    }
    .library td:nth-child(3),
    .library td:nth-child(6){
        display: none;
    }
    .library .td_title{
        width:65%;
    }
    .library .table-header{
        height:45px;
    }
    .library td{
        height:50px;
        font-size:1em;
    } */
    
}


/* 바꾼 것 */

/* ===============================
   취업지원 시스템
=============================== */

/* 박스 자체를 article 기준 중앙 */
article.emp .article_body {
    display: flex;
    flex-direction: column;  
    align-items: center;      
}

/* 전체 프로세스 박스 */
.process-wrap {
    width: 100%;
    max-width: 760px;
    border: 2px solid #000;
    border-radius: 16px;
    padding: 30px 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.inner-process-wrap{
	width: 90%;
	display: flex;
    flex-direction: column;
}

/* ===============================
   STEP 한 줄
=============================== */
.process-row {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: flex-start;   
    margin-bottom: 28px;
    justify-content: center;
}

/* ===============================
   STEP 왼쪽 영역 (번호 + 화살표)
=============================== */
.process-left {
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    position: relative;        
}

/* STEP 번호 이미지 */
.step-img {
    width: 56px;
    height: auto;
}

/* 화살표 전체 영역 */
.arrow-wrap {
    position: relative;
    width: 38px;
    height: 70px;          
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

/* 화살표 머리 */
.arrow-img {
    width: 38px;
    height: auto;
    position: absolute;
    bottom: 0;             
}

/* 화살표 몸통 */
.arrow-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.5px;
    height: 45px;          
    background-color: #1f2cff;
    border-radius: 2px;
}

/* ===============================
   STEP 오른쪽 텍스트 영역
=============================== */
.process-right {
    padding-top: 2px;   
    width: 350px;       
}

/* STEP 제목 */
.process-right h4 {
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0 14px 0;        
    color: #1f2cff;
    text-align: left;
}

/* STEP 설명 */
.process-right p {
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    color: #333;
    text-align: left;
}

/* ===============================
   협력기관 로고 섹션
=============================== */
.partner-section {
    margin-top: 80px;
    padding: 50px 20px;
    border-radius: 16px;
    box-sizing: border-box;
}

/* 제목 */
.partner-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

/* 설명 */
.partner-desc {
    font-size: 25px;
    font-weight: 600;
    color: #162472;
    text-align: center;
}

/* =========================
   로고 그리드
========================= */
.partner-grid {
    max-width: 950px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 0 auto 0 40px;
}

/* =========================
   로고 카드 (PC도 크게)
========================= */
.partner-card {
    background: #fff;
    border-radius: 10px;;

    height: 80px;                
    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}

/* =========================
   로고 이미지 (핵심)
========================= */
.partner-card img {
    max-width: 95%;                
    max-height: 80px;              
    object-fit: contain;
    display: block;
}


 @media all and (max-width:1065px) and (min-width:801px){
    
    aside{
        display: none;
    }
    
    h1#emp, h1#online{
        height: 160px;
    }

    .emp_area .box_inner{
        width: 100%;
    }
    .emp_area article{
        width: 100%;
        padding: 0;
    }
    .emp_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;
    }
    
    .emp_area .article-wrap .content-img{
        display: block;
        width: 100%;
    }
    .emp_area .article-wrap .content-img-m{
        display: none;
    }

    .sugang_area{
        margin: 50px 0;
    }
    
	/* 🔥 전체 콘텐츠 기준 프레임 고정 */
  article.emp .article_body {
    max-width: 680px;
    margin: 0 auto;
  }


  /* partner 배경은 그대로 */
  section.partner-section {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  /* partner 실제 콘텐츠 */
  section.partner-section > .partner-inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  /* 로고 그리드 */
  .partner-grid {
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
  }
    
    
}
 
 @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;
    }

    h1#emp{
        width: 100%;
        height: 120px;
        background: url('../imgs/main/banner_sub4.png') no-repeat center;
        background-size: cover;
        border-bottom: 1px solid #ccc;
    }

    .emp_area .box_inner{
        width: 100%;
    }
    .emp_area article{
        width: 100%;
        padding: 0;
    }
    .emp_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;
    }
    
    .emp_area .article-wrap .content-img{
        display: none;
    }
    .emp_area .article-wrap .content-img-m{
        display: block;
        width: 95%;
        margin: 0 auto;
    }

	.emp_area article.emp h4.top-h4{
		display: block;
		margin-left: 32px;
		margin-bottom: -18px;
		margin-top: 70px;
		font-weight: bold;
		color: #1d2b70;
	}

	.emp_area article h2.page-title.border-none {
	    border-style: none;
	    font-weight: bold;
	    margin-left: 20px;
	    font-size: 23px;
	}
    .sugang_area{
        margin: 50px 0;
    }
    
    /* article PC float 구조 완전 제거 */
	  .emp_area article{
	    float: none !important;
	    width: 100% !important;
	    padding: 0 !important;
	  }
	  
	  article,
	  .article_body {
	    overflow: visible !important;
	  }

	  /* 본문 카드형 */
	  article.emp .article_body{
	    width: 100%;
	    box-sizing: border-box;
	    display: flex;
	    flex-direction: column;
	  }
	
	.process-wrap {
		width: 90%;
		padding: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	  /* 왼쪽 번호 영역 고정 */
	  .process-left{
	    width: 45px;
	    flex-shrink: 0;
	    align-items: center;
	  }
	  
	  .step-img{
	  	width: 45px;
	  	height: 45px;
	  	padding-top: 5px;
	  }
	  
	
	  /* 오른쪽 텍스트 */
	  .process-right{
	    width: 300px;
	  }
	
	  .process-right p{
	    text-align: left;  
	    font-size: 15px;   
	    max-width: 300px;      
	  }
	  
	  .process-right h4 {
	  	text-align: left;  
	    font-size: 20px;
	  }
	
	  /* 화살표 */
	  .arrow-wrap{
	    margin-top: 10px;
	  }
	  
	   .arrow-wrap::before {
	    top: 0;
	    bottom: 0;
	    height: auto;   
	    width: 1.7px;
	  }
	  
	  .arrow-img {
	    width: 38px !important;
	    height: auto !important;
	    position: absolute !important;
	    bottom: 0 !important;
	}
		
	 .partner-grid{
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    gap: 16px;
	    margin: 24px auto 0;
	    justify-items: center;
	    justify-content: center;
	  }
	
	  .partner-card{
	    width: 100%;
	    max-width: 320px;
	    margin: 0 auto;
	  }
	
	  /* 하단 버튼 공간 */
	  body{
	    padding-bottom: 80px;
	  }
	  
	  .emp_area article{
	    float: none;
	    width: 100%;
	    margin: 0 auto;
	  }
	
	  .emp_area .box_inner{
	    width: 100%;
	    max-width: 100%;
	    margin: 0 auto;
	  }
	
	  .partner-desc {
	  	text-align: left;
	  	font-size: 20px;
	  	font-weight: 800;
	  }
	  .partner-desc span{
	  	display: inline-block;
	  	width: 100%;
	  	margin-bottom: 5px;
	  }
	  
	  .partner-title {
	    text-align: left; 
	    font-size: 30px;
	    font-weight: 800;       
	  }
	  
	  .emp_area,
	  .emp_box,
	  .emp_area .box_inner,
	   article.emp,
	   article.emp .article_body{
	    border-radius: 0;
	    overflow: visible;
	  } 
	
	  .partner-section{
	    border-radius: 0 !important;
	    align-self: stretch;
	    width: 100%;                
        background: #e6e8eb;
	  }
	
	  .partner-inner {
	    width: 100%;
	    max-width: 90%;    
	    margin: 0 auto 40px;       
	    box-sizing: border-box;
	  }
	
	   .partner-grid {
		  display: grid;
		  grid-template-columns: repeat(2, 1fr);
		  gap: 16px;
		  margin-top: 24px;
		}
		
		.partner-card {
		  background: #fff;
		  border-radius: 12px;
		  height: 80px;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		}
		
	      h1#emp2 {
		    background: none;
		    height: 75px;
		    border: none;
		  }
				
   /* 취업정보
    .situation table{
        width: 94%;
        margin: 10px auto;
    }
    .situation th:nth-child(3),
    .situation th:nth-child(5){
        display: none;
    }
    .situation td:nth-child(3),
    .situation td:nth-child(5){
        display: none;
    }
    .situation .td_title{
        width:65%;
    }
    .situation .table-header{
        height:45px;
    }
    .situation td{
        height:50px;
        font-size:1em;
    } */
    
    
  /*  자료실
    .library table{
        width: 94%;
        margin: 10px auto;
    }
    
    .library table tr td:first-child{
        width:40px;
    }
    
    .library th:nth-child(3),
    .library th:nth-child(6){
        display: none;
    }
    .library td:nth-child(3),
    .library td:nth-child(6){
        display: none;
    }
    .library .td_title{
        width:65%;
    }
    .library .table-header{
        height:45px;
    }
    .library td{
        height:50px;
        font-size:1em;
    } */
 
    
}

@media all and (max-width:370px) {

	.emp_area article.emp h4.top-h4{
		margin-left: 15px;
	}
	
	.emp_area article h2.page-title.border-none{
		margin-left: 3px;
	}
	
	.process-row{
		gap: 10px;
	}
	
	.process-right{
		width: 220px;
	}
	
	.process-right h4{
		font-size: 17px;
	}

	.process-right p{
		font-size: 13px;
	}
	
	.process-left{
		width: 35px;
	}
	
	.step-img{
		width: 35px;
		height: 35px;
	}
	
	.partner-desc{
		font-size: 15px;
	}
	
	.partner-title{
		font-size: 22px;
	}
	
	h1#emp.system{
		height: 400px;
	}
	.emp_area .mobile-edu-header{
		margin-top: -270px;
		margin-bottom: 0;
		height: 280px;
	}
	.emp_area .mobile-edu-header .header-txt-box .top-header-txt{
		font-size:18px;
	}
	.emp_area .mobile-edu-header .top-header-txt.big-top{
		font-size: 25px;
	}
	.emp_area .mobile-edu-header .header-txt-box .bottom-header-txt{
		font-size: 13px;
		margin-top: 40px;	
	}
	.emp_area .mobile-edu-header .header-txt-box .bottom-header-txt:last-of-type{
		margin-top: 0;
	}
	.emp_area .mobile-edu-header .header-txt-box {
		height: 260px;
	}
}
