/* *****************************************
 * 1. 회사소개 
 * ****************************************/
/* [2019.11.20 추가] */ 
.company_wrap{
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}
.company_text{
	width: 1140px;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	line-height: 38px;
	color:#333;
	padding:70px 0px;
	border-bottom: 1px solid #d9d9d9;
}
.company_text > .inner {
	display: block;
    margin: 0 auto;
	width: 60%;
}
.company_wrap .vision{
	margin: 100px 0px 150px;
}
.company_wrap .vision .v_content{
	position: relative;
	width: 1140px;
	height: 450px;
	margin: 0 auto;
}
.company_wrap .vision > h3, .company_wrap .mission > h3,
.company_wrap .history > h3 {
	text-align: center;
	color: #004f9f;
	font-size: 28px;
	font-weight: bold ;
	padding-bottom: 40px;
	background: url(/images/bar_img01.png) 50% 40px no-repeat;
}
.company_wrap .vision .v_left{
	position: absolute;
	left: 0;
	top: 50px;
	width: 670px;
	text-align: left;
	background: #f4f4f4;
	padding: 80px 0px;
}
.company_wrap .vision .v_left > h4 {
	display: inline-block;
	width: 60%;
	font-size: 24px;
	line-height: 30px;
	margin: 0px 0px 15px 45px;
	letter-spacing: -1px;
}
.company_wrap .vision .v_left > .vision02 {
	margin-top: 70px;
}
.company_wrap .vision .v_left > h5 {
	width: 60%;
	font-size: 20px;
	line-height: 28px;
	color: #999;
	margin: 0px 0px 0px 45px;
}
.company_wrap .vision .v_right{
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 5000;
	overflow: hidden;
}
.company_wrap .mission > h3{
	padding-bottom: 40px;
}
.company_wrap .mission > .text{
	text-align: center;
	font-size: 18px;
	color: #888;
}
.company_wrap .mission .m_top {
	z-index: 5000;
}
.company_wrap .mission .m_top > ul{
	margin: 0 auto;
	margin-top: 50px;
	font-size: 0;
	text-align: center;
}
.company_wrap .mission .m_top > ul > li {
	display: inline-block;
	width: 360px;
	margin: 0px 15px;
	overflow: hidden;
    vertical-align: top;
	position: relative;
	box-shadow: 8px 8px 10px 3px rgba(0, 0, 0, 0.3);
}
.company_wrap .mission .m_top > ul > li > span{
	display: block;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 70%;
	font-size: 26px;
	color: #fff; 
	text-align: center;
	line-height: 35px;
	vertical-align: middle;
}
.company_wrap .mission .m_bottom{
	margin-top: -120px;
	height: 450px;
	background: #223c5d url(/images/company_img05.png) 50% 0% no-repeat;
	background-position-y: bottom;
}
.company_wrap .mission .m_bottom > .m_text01{
	font-size: 45px;
	line-height: 50px;
	color: #d4dfef;
	text-align: center;
	padding-top: 200px;
	text-transform: uppercase;
}
.company_wrap .mission .m_bottom > .m_text01 > strong{
	font-weight: bold;
}
.company_wrap .mission .m_bottom > .m_text02{
	font-size: 22px;
	color: rgba(255,255,255,0.3);
	text-align: center;
	padding-top: 30px;
	text-transform: uppercase;
}
.history {
	width: 1080px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 150px;
}
.company_wrap .history > .text {
    text-align: center;
    font-size: 18px;
    color: #888;
}
.company_wrap .history > .line {
    font-size: 17px;
    color: #555;
	margin-top: 40px;
	border-top: 2px solid #004f9f;
}
.history > .line > ul {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.history > .line > ul > li.year {
    font-size: 22px;
	color: #004f9f;
    font-weight: bold;
    margin-left: 30px;
    line-height: 30px;
}
.history > .line > ul > li {
    display: inline-block;
    vertical-align: top;
}
.history > .line > ul > .none {
    display: none;
}
.history > .line > ul > li.month {
    width: 10%;
    font-size: 17px;
    color: #555;
    font-weight: bold;
    margin-left: 70px;
    line-height: 30px;
}
.history > .line > ul > li.text {
    font-size: 17px;
    color: #777;
    line-height: 30px;
}


.history > .line > ul > li:nth-child(2) {
    width: calc(100% - 141px);
	display: inline-block;
    vertical-align: top;
}

.history > .line > ul > li:nth-child(3),
.history > .line > ul > li:nth-child(4) {
    width: calc(100% - 141px);
	display: inline-block;
    vertical-align: top;
	margin-left:103px;
}

.history > .line > ul > li:nth-child(2) > span.month {
    font-size: 17px;
    color: #555;
    font-weight: bold;
    margin-left: 70px;
    line-height: 30px;
	display: inline-block;
	width:107px;vertical-align: top;
}

.history > .line > ul > li:nth-child(3) > span.month,
.history > .line > ul > li:nth-child(4) > span.month {
    font-size: 17px;
    color: #555;
    font-weight: bold;
    margin-left: 70px;
    line-height: 30px;
	display: inline-block;
	width:107px;
	vertical-align: top;
}
.history > .line > ul > li:nth-child(2) > span.text,
.history > .line > ul > li:nth-child(3) > span.text,
.history > .line > ul > li:nth-child(4) > span.text {
    font-size: 17px;
    color: #777;
    line-height: 30px;
	display: inline-block;
	width:calc(100% - 177px);
	word-break: break-all;
}


/* *****************************************
 * 2. 회사소개 - mddia Query 
 * ****************************************/

 @media only screen and (max-width: 1200px) {   
	.company_text{
		width: calc(100% - 40px);
		margin: 0px 20px;
	}
	.company_text > .inner {
		width: 65%;
	}
	.company_wrap .vision .v_content {
		width: calc(100% - 60px);
		margin: 0px 30px;
	}
	.company_wrap .vision .v_left{
		width: 60%;
	}
	.company_wrap .vision .v_right {
		width: 55%;
	}
	.company_wrap .vision .v_right > img {

	}

	.company_wrap .mission .m_top > ul {
		width: calc(100% - 80px);
		margin: 0px 40px;
		margin-top: 20px;
	}
	.company_wrap .mission .m_top > ul > li {
		width: 360px;
		margin-top: 30px;
	}
	.company_wrap .mission .m_top > ul > li:last-child {
		margin-top: 30px;
	}
	.company_wrap .mission .m_bottom {
		margin-top: -450px;
		height: 800px;
		background: #223c5d url(/images/company_img05.png) 50% 0% no-repeat;
		background-position-y: bottom;
	}
	.company_wrap .mission .m_bottom > .m_text01 {
		width: calc(100% - 80px);
		margin: 0px 40px;
		padding-top: 530px;
	}
	.company_wrap .mission .m_bottom > .m_text02 {
		width: calc(100% - 80px);
		margin: 0px 40px;
	}
}


@media only screen and (max-width: 1100px) { 
	.history {
		max-width: calc(100% - 80px);
		margin: 0 auto;
		margin-top: 100px;
		margin-bottom: 150px;
		padding-left: 40px;
    	padding-right: 40px;
	}
}

@media only screen and (max-width: 1024px) { 
	.company_text {
		font-size: 22px;
	}
	.company_wrap .vision .v_left > h4 {
		font-size: 22px;
	}
	.company_wrap .vision .v_left > h5 {
		font-size: 18px;
	}
	.company_wrap .vision .v_left > .vision02 {
		margin-top: 50px;
	}
	.company_wrap .vision .v_right {
		width: 53%;
	}
	.company_wrap .vision .v_right > img {
		margin-left: -25%;
	}
	.company_wrap .mission .m_bottom > .m_text01 {
		font-size: 40px;
		line-height: 45px;
	}
	.company_wrap .mission .m_bottom > .m_text02 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 876px) {
	.company_wrap .mission .m_bottom {
    	margin-top: -700px;
    	height: 1000px;
	}
	.company_wrap .mission .m_bottom > .m_text01 {
		padding-top: 831px;
	}
	.company_wrap .mission .m_bottom > .m_text02 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.company_text {
		font-size: 20px;
		line-height: 32px;
	}
	.company_text > .inner {
		width: 70%;
	}
	.company_wrap .vision {
		margin: 70px 0px 150px;
	}
	.company_wrap .vision .v_content {
		height: 380px;
	}
	.company_wrap .vision .v_left {
		position: unset;
		display: block;
		width: 100%;
		text-align: center;	
	}
	.company_wrap .vision .v_left > h5 {
		margin: 0 auto;
		width: 80%;
	}
	.company_wrap .vision .v_left > h4 {
		margin: 0 auto;
		width: 80%;
	}
	.company_wrap .vision .v_right {
		display: none;
	}
	.company_wrap .vision .v_right > img {
		width: 100%;
		margin-left: 0%;
	}

	.company_wrap .mission .m_top > ul > li {
		margin: 0px 0px;
		margin-top: 30px;
	}
	.company_wrap .mission .m_bottom > .m_text01 {
		font-size: 35px;
		line-height: 45px;
	}
	.company_wrap .mission .m_bottom > .m_text02 {
		font-size: 20px;
		padding-top: 15px;
	}
	.company_wrap .mission > .text {
		width: calc(100% - 80px);
		margin-left: 40px;
		margin-right: 40px;
	}

	.history > .line > ul {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.history > .line > ul > li.year {
		font-size: 22px;
		color: #004f9f;
		font-weight: bold;
		margin-left: 10px;
		line-height: 30px;
		width: 100%;
	}
	.history > .line > ul > li:nth-child(2) {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin-top: 12px;
	}
	.history > .line > ul > li:nth-child(2) > span.month {
		font-size: 17px;
		color: #555;
		font-weight: bold;
		margin-left: 10px;
		line-height: 25px;
		display: inline-block;
		width: 52px;
		vertical-align: top;
	}
	.history > .line > ul > li:nth-child(3),
	.history > .line > ul > li:nth-child(4)  {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin-left: 0px;
		margin-top: 10px;
	}
	.history > .line > ul > li:nth-child(3) > span.month,	
	.history > .line > ul > li:nth-child(4) > span.month  {
		font-size: 17px;
		color: #555;
		font-weight: bold;
		margin-left: 10px;
		line-height: 25px;
		display: inline-block;
		width: 52px;
		vertical-align: top;
	}
	.history > .line > ul > li:nth-child(2) > span.text, 
	.history > .line > ul > li:nth-child(3) > span.text, 
	.history > .line > ul > li:nth-child(4) > span.text {
		font-size: 17px;
		color: #777;
		line-height: 25px;
		display: inline-block;
		width: calc(100% - 100px);
		word-break: break-all;
	}
}

@media only screen and (max-width: 480px) {
	.company_text {
		font-size: 18px;
		line-height: 28px;
		padding: 50px 0px;
	}
	.company_text > .inner {
		width: 80%;
	}
	.company_wrap .vision .v_left > h4 {
		width: 70%;
		font-size: 20px;
	}
	.company_wrap .vision .v_left > h5 {
		font-size: 16px;
	}

	.company_wrap .mission .m_top > ul > li {
		width: 100%;
	}
	.company_wrap .mission .m_top > ul > li > img {
		width: 100%;
	}
	.company_wrap .mission .m_top > ul > li > span {
		font-size: 23px;
	}
	.company_wrap .mission .m_bottom > .m_text01 {
		font-size: 30px;
		line-height: 35px;
		padding-top: 750px;
	}
	.company_wrap .mission .m_bottom > .m_text02 {
		font-size: 16px;
		padding-top: 10px;
	}
}