@charset "UTF-8";

body {
	font-family: udOnGothic, Malgun Gothic, 맑은 고딕, sans-serif;
	line-height: 1.8;
	margin: 0;
}

header {
    line-height: 1.6;   
}

.container-about, container-services {
	width: 80%;
	margin: auto;
	overflow: hidden;
	text-align: center;
	word-break: keep-all;
	font-size:20px;
}
.text {
	width: 90%;
	margin: auto;	
	overflow: hidden;
	text-align: center;
	word-break: keep-all;
	font-size:20px;
	margin-top: 20px;
}


header {
	background: #fff;     
	color: black;          
	border-bottom: #000000 solid 1px; 
	border-top: #000000 solid 1px; 
	position: sticky;
	top: 0; 
	height: 100px;    
	z-index: 1000;
}

header a { 
	color: black;                    
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-size : 20px;
}

header ul {
	padding: 0;
	list-style: none;
	margin: 0;
	display: flex;
}

header li {
	padding: 0 20px;
}

header nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

header nav.show {
	display: flex;
}

header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.container {
	width: 80%;
	margin: auto;
	overflow: hidden;
	text-align: center;
}

header h1 {
	margin: 0;
}

header .logo {
	height: 80px;
	margin-left: 20px;
	margin-top: 15px;
}

.logo{
	height: 80px;
	margin-left: 20px;
}
.hamburger {
	display: none;
	cursor: pointer;
	font-size: 24px;
	color: black;
}

#about h1, #services h1, #recruit h1, #come h1 {
	font-size: 36px; 
	margin-top : 50px;
}


.text-t {
    font-size: 24px;
    color: #70ad47;
    font-weight: bold;
    word-break: keep-all;
}


.footer-logo {
	width: 20vw;
}




.slide {
	width: 100%;
	height: 500px;
	max-width: 800px;
	transition: opacity 1s ease;
	margin-top: 40px;
}



@media ( max-width : 1200px) {


.slide3 {
	margin-top : 30px;
	width: 80%;
	height: 8565x; 
} 

/*
#img-value{
 content: url('resources/images/가치체계 레이아웃 PC버전2.png');
 width: 80%;
}*/


.hide{
	display:none;
}


   p {
        margin-left: 0 !important;
    }


	.slide {
	 height: 300px;
	width: 100%;
}


	#about h1, #services h1, #recruit h1, #come h1 {
		font-size: 20px; 
	}
	
	.text-t {
    font-size: 20px;
    
}

	.text {
    font-size: 17px;
    width: 97%;
    text-align: center;
    margin: 0 auto;
}
	
	.outer-container {
		flex-direction: column;
		text-align: center;
	}
	
	.column {
		width: 80%;
		margin: 10px auto;
		font-size: 10px;
		border-bottom: #77a solid 1px; 
		
	}
	

	header .container {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	header nav {  
		display: flex;
		flex-direction: column;
		width: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		height: 100%;
		background-color: #dcd6d2; 
		transition: right 0.3s ease; 
		z-index: 1000;
	}
	header nav.show {
		right: 0; 
	}
	header nav ul {
		flex-direction: column;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	header nav li {
		width: 100%;
		padding: 15px;
		text-align: left;
		border-bottom: 1px solid #fff;
		color: #fff; /* 텍스트 색상 */
	}
	.hamburger {
		display: block;
		cursor: pointer; 
		z-index: 1001;
	}
	.logo {
		margin-left: 0px;
		width: 200px;
	}
	
	.footer-left a{
    height: 50px;
    margin-left:0px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
	  
	
	
	
	
} 


@media(max-width: 1024px){
.footer-logo {
	width: 40vw;
	
}
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2f2f2;
    color: rgba(0, 0, 0, 0.5);
    word-break: keep-all;
    
}



.footer-left p {
    padding: 0;
    font-size:14px;
    word-break: keep-all;
    display: inline;
}

.footer-right {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-wrap: wrap;
}

.footer-right-fam{
margin-right: 60px;
}


.footer-right label {
    margin-right: 10px;
}

.footer-right select {
    background: #fff;
    color: #333;
    border: none;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

 .dropdown {
            position: relative;
            display: inline-block;
        }
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            bottom: 100%;
             max-height: 150px; /* 추가된 부분 */
    		overflow-y: auto;  /* 추가된 부분 */
        	widht: auto;
        }
        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            width:200px;
            font-size:12px;
            
        }
        .dropdown-content a:hover {background-color: #f1f1f1}
        .dropdown:hover .dropdown-content {
            display: block;
        }
        .dropbtn {
            background-color: #f2f2f2;
            color: black;
            padding: 10px;
            font-size: 14px;
            border: none;
            cursor: pointer;
             border-bottom: 2px solid black;
             width: 200px;
             margin-left: 20px;
        }
        .dropbtn:hover, .dropbtn:focus {
            background-color: #f1f1f1;
        }
        
        
        
        
  /*인재영입*/
.step {
    display: flex;
    align-items: center;
    padding: 5px;
}

.step:last-child {
    border-bottom: none;
}








@media (max-width: 1122px) {
    .footer-content {
        flex-direction: column;
    }
    
    .footer-right{
     flex-direction: row;
      margin-bottom: 10px;
      margin-right: 0px;
      margin-left:0px;
    }
    
    .footer-right-fam{
    margin-right: 0px;
    }

    
    .footer-left p {
    display: block;
    text-align: center;
    }
    
       
     .dropbtn {
             width: auto;
       margin-left: 0px;
       margin-bottom: 30px;
       }
           .dropdown-content a {
		width: 100px;            
        }
       
    
    
 .step-number,
.step-number2, 
.step-number3, 
.step-number4 {
    margin-right: 0px;
}

}  




@media (max-width: 475px) {
.footer-logo {
	width: 80vw;
	
}
}




.section {
	padding: 20px 0;
	text-align: center;
}
.section h2 {
	margin-bottom: 20px;
	font-size : 30px;
}

.section p {
	font-size : 20px;
	word-break: keep-all;
}


.section .container-his {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
}
     
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        th, td {
            padding: 12px;
            text-align: left;
            border-bottom: 1px solid #dddddd;
        	word-break: keep-all;
        }
     th {
    background-color: #f8f8f8;
}

tr:nth-child(even) td {
    background-color: #f2f2f2;
}

tr:nth-child(odd) td {
    background-color: #ffffff; 
}

tr:first-child td {
    border-top: 2px solid #000000; 
}

tr:last-child td {
    border-bottom: 2px solid #000000; 
}







.slide-container, .slide-container2 {
	display: none; 
}

.slide-container.active, .slide-container2.active {
	display: block; 
}



.slide2 {
	width: 80%;
	height: 300px;
	max-width: 537px; 
}

.slide3 {
	margin-top : 30px;
}

.slide4 {
	margin-top : 30px;
	width: 80%;
	height: 8565x;
	max-width: 1000px;
}
#about {
	padding-top: 100px; 
	margin-top: -100px; 
}

#services {
	padding-top: 100px; 
	margin-top: -100px; 
}

#come {
	padding-top: 200px; 
	margin-top: -100px; 
}

#recruit {
	padding-top: 200px; 
	margin-top: -100px; 
}


.container2 {
	margin: auto;
	display: flex;
	flex-wrap: wrap; 
	justify-content: center; 
	text-align: center;
}


.container3 {
	margin: auto;
	display: flex;
	flex-wrap: wrap; 
	justify-content: center; 
}



.column {
	background-color: #fff;
	padding: 10px;
	margin: 10px; 
	width: 270px;
	text-align: center;
}	

.column50 {
	background-color: #fff;
	padding: 10px;
	margin: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center; 
	align-items: center; 
	text-align: center; 
}



.column-l {
	background-color: #fff;
	padding: 10px;
	margin: 10px; /* 여백 추가 */
	width: 500px;
    height: auto;
}



#topBtn {
            display: none; 
            position: fixed; 
            bottom: 110px; 
            right: 60px; 
            z-index: 99; 
            border: none;
            outline: none;
            background-color: #555;
            color: white;
            cursor: pointer;
            padding: 15px;
            border-radius: 10px;
        }

        #topBtn:hover {
            background-color: #333; 
        }







    .wrap {
        position: absolute;
        left: 0;
        bottom: 40px;
        width: 300px;
        height: 132px;
        margin-left: -144px;
        text-align: left;
        overflow: hidden;
        font-size: 12px;
        font-family: 'Malgun Gothic', dotum, '돋움', sans-serif;
        line-height: 1.5;
    }
    .wrap * {
        padding: 0;
        margin: 0;
    }
    .wrap .info {
        width: 300px;
        height: 120px;
        border-radius: 5px;
        border-bottom: 2px solid #ccc;
        border-right: 1px solid #ccc;
        overflow: hidden;
        background: #fff;
        display: flex; 
        flex-direction: column; 
    }
    .wrap .info:nth-child(1) {
        border: 0;
        box-shadow: 0px 1px 2px #888;
    }
    .info .title {
        padding: 5px 0 0 10px;
        height: 30px;
        background: #eee;
        border-bottom: 1px solid #ddd;
        font-size: 13px;
        font-weight: bold;
        display: flex;
        justify-content: space-between; 
        align-items: center;
    }
    .info .close {
        color: #888;
        width: 17px;
        height: 17px;
        background: url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png');
        margin-right: 10px; 
    }
    .info .close:hover {
        cursor: pointer;
    }
    .info .body {
        position: relative;
        display: flex;
        align-items: center; 
        justify-content: center; 
        height: 100%; 
    }
    .info .img {
        width: 73px;
        height: 71px;
        border: 1px solid #ddd;
        color: #888;
        margin-right: 10px;
    }
    .info .desc {
        text-align: center;
    }
    .desc .ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .desc .jibun {
        font-size: 11px;
        color: #888;
        margin-top: -2px;
    }
    .info:after {
        content: '';
        position: absolute;
        margin-left: -12px;
        left: 50%;
        bottom: 0;
        width: 22px;
        height: 12px;
        background: url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
    }
    .info .link {
        color: #5085BB;
    }