﻿@charset "utf-8";

/* 회사소개 레이아웃*/
.about_sec {margin-top:146px;padding: 40px 0 80px;}
.about_sec .inner {display: flex;justify-content: space-between;}
.about_sec .content {flex: 0 0 76%; margin-left: 4%;}
.about_sec .content .about_tit {display: flex;flex: 1 1 100%;align-items: center;}
.about_sec .content .about_tit  em.tit {color: #333;font-size: 30px;font-weight: 500;}

/* 인트로 - 기업소개 동영상 추가 23/02/21 추가 */
.video_play {position:relative; margin-top:50px!important;margin-bottom: 200px;}
.video_play video {display: block;  max-width: 100%; margin: 0 auto;}

/* 인사말-  23/02/28 추가 */
.msg_bx {margin:50px 0 500px;padding: 50px;background: #eaecf4;border-radius: 5px;}
.msg_bx .txt_m{font-size: 18px;line-height:32px;font-family:'Noto Sans KR';word-break: keep-all;}

@media screen and (max-width:1024px){

	/* 공통_고객센터 레이아웃*/
	.about_sec .inner  {flex-flow: column wrap;}
	.about_sec .content {flex: 0 0 100%; margin-left: 0%}
	
	}

  
/* 태플릿용 */
@media screen and (max-width:768px){
	
  /* 공통_side 메뉴 */
	.sub_nav {display: none;}
	
	/* 공통_고객센터 레이아웃*/
	.about_sec {margin-top: 52px;padding: 40px 0 60px;}
	
	}


/* 모바일용 */
@media screen and (max-width:425px){
	
	

	}

	
@media screen and (max-width:320px){
	


	}
	
