@charset "utf-8";

/*

font-family: 'Noto Sans KR', sans-serif;  Regular 400 , Bold 700
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif; 
font-family: 'Nanum Gothic', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;

타이틀,메인 - #131581;   #171757;
사업부 굵은글씨 - #5679e8;
내용텍스트 - #879de4;  #484849; (흑)

*/

/*history 섹션*/
.history_sec{
	margin-top:200px;
}

.history_wrap{
	margin:0 auto;
	width:80%;
	overflow:hidden;
}

.history_wrap h2{
	font-family: 'Noto Sans KR', sans-serif;
	font-size:25px;
	font-weight:700;
	color:#000;
	margin-bottom:30px;
	position:relative;
	top:150px;
	opacity:0;
	transition:1.3s;
}

.history_wrap h2.scroll{
	top:0;
	opacity:1;
}

.history_box{
	font-family: 'Noto Sans KR', sans-serif;
	border-top:2px solid #3669ec;
	border-bottom:2px solid #3669ec;
	position:relative;
}

.history_box:before{
	content:"";
	position:absolute;
	background:#3669ec;
	width:1px;
	height:94%;
	top:3%;
	left:38%;
	opacity:0.2;
}

.history_textbox{
	margin:70px 0 50px;
}

.h_text01{
	font-size:25px;
	font-weight:700;
	color:#3669ec;
	float:left;
	width:40%;
	text-align:right;
	padding-right:100px;
	position:relative;
	left:-200px;
	opacity:0;
	transition:1.3s;
}

.h_text01.scroll{
	left:0;
	opacity:1;
}

.h_text02{
	font-size:18px;
	font-weight:400;
	color:#666;
	float:left;
	width:60%;
	text-align:left;
	padding-left:50px;	
	position:relative;
	right:-200px;
	opacity:0;
	transition:1.3s;
}

.h_text02.scroll{
	right:0;
	opacity:1;
}

.history_box div:last-child p:first-child{
	height:100px;
}

.history_box div:last-child p:nth-child(3){
	margin:7px 0;
}

@media screen and (max-width:1024px){
	.h_text01{
		width:20%;
		text-align:left;
		padding-right:0;
		font-size:23px;
		line-height:25px;
	}
	
	.h_text02{
		width:80%;
		font-size:17px;
		line-height:25px;
	}
	
	.history_box:before{
		display:none;
	}
}

@media screen and (max-width:768px){
	.history_sec{
		margin-top:150px;
	}
	
	.history_wrap{
		width:90%;
	}
	
	.h_text01{
		font-size:22px;
	}
	
	.h_text02{
		font-size:16px;
		padding-left:30px;
	}
	
}

@media screen and (max-width:640px){
	.history_textbox{
		margin:50px 0 50px;
	}
}

@media screen and (max-width:480px){
	.history_sec{
		margin-top:80px;
	}
	
	.h_text01, .h_text02{
		width:100%;
		float:inherit;
	}
	
	
	.h_text01{
		font-size:24px;
		line-height:22px;
		margin-bottom:35px;
	}
	
	.h_text02{
		font-size:20px;
		line-height:26px;
		padding-left:0;
	}
	
}

@media screen and (max-width:400px){	
	.history_wrap h2{
		font-size:20px;
	}

	.h_text01{
		font-size:19px;
		margin-bottom:30px;
	}
	
	.h_text02{
		font-size:17px;
		line-height:25px;
	}
	
}



