.career-featured .block {
    display: flex;
    justify-content: center;
}

hr {
    border-top: 2px solid rgb(0, 0, 0, .1);
}

h3 {
    font-weight: 600;
}

.number{
	font-size: 2.6rem;
    font-weight: 800;
}
.phone{
	width:95%;
	text-align:right
}

.phone img{
	width:100% !important;
}


.phone-pr{
	margin-left:3rem
}

.phone-ep{
	margin-right:3rem
}
/* .phone{
	position:relative;
}

.phone img:last-child{
	position: absolute;
    left: 0;
    z-index: -1;	
}
 */
 
.second{
 text-align:left;
 }
 
 h2{
 font-weight:800
 }
 
 .button-wrap{
 	margin-top:30px;
 	font-weight:600;
 	display:inline-block
 }
 
 .fa-solid{
 margin-left:10px
 }
 
 
  .button-wrap:hover{
  color:#54b8d3
  }
  
 .intro{
 background: #f8f8f8;
 padding-top:100px !Important
 } 
  
/* 동영상 */
.video-wrap{
	align-self: center;
    flex-basis: 100%;
    margin-left: 3rem;
}
.video2 {position: relative; width: 100%; }
.video2 > div{ position: relative; width: 100%; padding-bottom: 56.25%;} 
.video2 > div iframe{width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; }



@media (max-width: 992px) {
.career-featured pt-0{

}	
}

@media (max-width: 768px) {
	.video-wrap {
		margin-left:0
	}
	.pr-block {
    flex-direction: column-reverse
	}
	 .phone-pr{
		margin-left:0;
		margin:auto;
	}
	
	.phone-ep{
		margin-right:0;
		margin:auto;
	}
	
	.career-featured .block .content{
	margin-top:3rem
	}
	
	.career-featured .block .content p{
	text-align:left;
	}
}

@media (max-width: 500px) {
	.career-featured .block .content h2 {
    margin-bottom: 15px;
}
	.intro {
	    padding-top: 50px !Important;
	}
	
	.career-featured .block .content {
	  margin-top: 0
	}
	
	.career-featured .block .content h2{
	font-size:1.5rem
	}
	
	.content p{
	font-size:0.9rem
	}
	
	.company-fun-facts h2 {
    	font-size:1.5rem
	}	
	
	.company-fun-facts h2 {
    margin-bottom: 30px;
}

	h3 {
	    font-size: 1.1rem;
	    font-weight:600
	}
	
	
	.fun-fact p{
	font-size:0.9rem
	}

  .career-featured .block .pr-content,
  .career-featured .block .ep-content{
  margin-top:30px
  }
  
  .privacy-list-group li{
	font-size:0.8rem
}
  
  .footer-mobile {
    background: #f8f8f8;
}

#clause {
    background: #f8f8f8;
}

}


  
  
  
  
  
  
  
  
  
  