/*초기화*/
* {
    margin: 0;
    padding: 0;
}
body {
	font-family:'맑은 고딕', 'Malgun Gothic', '돋움', Dotum, Arial,'Apple Gothic', sans-serif;
	letter-spacing:-1px;
	background:#f2f5f7;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    border: 0;
}


  #menu_class_gnb > li:first-child > a {
	border-bottom:5px solid #434343;
  }



/*서브1*/

#big_bg {
	width:100%;
	min-width:1180px;
	background:#f5f5f5;
}

#big_bg > #big_wrap {
	margin:0 auto;
	width:1150px;
	height:430px;
	background:url(../img_v10/big_img.png);
}



/*공통 타이틀*/

.now_tit {
	width:270px;
	height:auto;
	margin-right:15px;
	float:left;
}

.now_block {
	width:30px;
	height:2px;
	background:#434343;
	margin-bottom:20px;
}

.now_tit > h2 {
	font-weight:normal;
}


.now_tit_w {
	width:270px;
	height:auto;
	margin-right:15px;
	float:left;
}

.now_block_w {
	width:30px;
	height:2px;
	background:#fff;
	margin-bottom:20px;
}

.now_tit_w > h2 {
	font-weight:normal;
	color:#fff;
}


/*서브1 - 글자시작*/

#intros_bg {
	width:100%;
	min-width:1180px;
	background:#3b606c;
	
	padding-top:25px;
	padding-bottom:25px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#intros_bg > #intros_wrap {
	margin:0 auto;
	width:1150px;
	height:auto;
	background-repeat:no-repeat;
	overflow:hidden;
}


.intros_box {
	width:865px;
	height:auto;
	float:right;
}



#intros_text > h3 {
	padding-top:35px;
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
	color:white;
	letter-spacing:-0.1px;
	line-height:25px;
}

#intros_text > #intros_icon {
	width:35px;
	height:50px;
	background:url(../img_v10/intros_icon.png) no-repeat;
}

#intros_text > h4 {
	padding-top:20px;
	font-size:15px;
	font-weight:bold;
	color:white;
	letter-spacing:-0.1px;
	line-height:25px;
}

#intros_text > p {
	padding-top:20px;
	font-size:13px;
	color:white;
	letter-spacing:-0.1px;
	line-height:25px;
	word-break:keep-all;
}




/*연혁 연도 수상실적*/

#intros_year_bg {
	width:100%;
	min-width:1180px;
	background:#fafafb;
	

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#intros_year_bg > #intros_year_wrap {
	padding-top:25px;
	padding-bottom:25px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
	margin:0 auto;
	width:1150px;
	height:auto;
	background:url(../img_v10/intros_year.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	overflow:hidden;
}


#intros_year_text {
	width:865px;
	height:auto;
	float:right;
}

#intros_year_text > h3 {
	padding-top:35px;
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
	color:#3b606c;
	letter-spacing:-0.1px;
	line-height:25px;
}

.year_box {
	width:100%;
	height:auto;
	overflow:hidden;
}


.year_line_box {
	width:275px;
	height:230px;
	float:left;
	background:#fff;
	margin-right:10px;
	margin-bottom:15px;
	position:relative;
	
	border-radius:10px;
	box-shadow:0 3px 3px #ddd;	
	padding:10px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}


.year_box > .year_line_box:last-child {
	margin-right:0;
}


.year_line_box > h3 {
	position:absolute;
	bottom:10px;
	right:15px;
	font-size:25px;
	font-weight:bold;
	color:#3b606c;
	
}

.year_line_box > ul > li {
	list-style:disc;
	margin-left:20px;
	
}


.year_line_box > ul > li > p {
	line-height:24px;
	font-size:13px;
	color:#434343;
	word-break:keep-all;
	
}



/*ceo 인사말*/

#ceo_bg {
	padding-top:25px;
	min-width:1180px;
	width:100%;
	background:#fff;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#ceo_bg > #ceo_wrap {
	margin:0 auto;
	width:1150px;
	height:auto;
	overflow:hidden;
	
}

.ceo_box {
	width:865px;
	height:auto;
	float:right;
}


#ceo_text {
	margin:0 auto;
	width:865px;
	height:auto;
	overflow:hidden;
}

#ceo_text > h3{
	padding-top:35px;
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
	color:#3b606c;
	letter-spacing:-0.1px;
	line-height:25px;
	text-align:center;
}


#ceo_talk > h4{
	font-size:15px;
	font-weight:bold;
	color:#3b606c;
	line-height:25px;
	margin-bottom:15px;
}


#ceo_text > #ceo_photo{
	margin-top:25px;
	width:330px;
	height:264px;
	float:left;
	background:url(../img_v10/ceo.png);
}



#ceo_text > #ceo_talk{
	margin-top:20px;
	width:520px;
	height:auto;
	float:right;
}

#ceo_text > #ceo_talk > p{
	font-size:13px;
	letter-spacing:-0.1px;
	line-height:25px;
	letter-spacing:-0.7px;
	word-break:keep-all;
}


#ceo_sign {
	padding-top:35px;
	width:865px;
	height:100px;
	overflow:hidden;
	margin:0 auto;
}


#ceo_sign > #ceo_sign_all {
	float:right;
}

#ceo_sign > #ceo_sign_all > h5 {
	line-height:50px;
	float:left;
	margin-right:10px;
	color:#3b606c;
}

#ceo_sign > #ceo_sign_all > img {
	float:left;
}


/*CEO인사말 끝*/



/*해외사업*/

#world_bg {

	min-width:1180px;
	width:100%;
	background:#395e6a;

}

#world_bg > #world_wrap {
	margin:0 auto;
	width:1150px;
	height:auto;
	background:url(../img_v10/world.png) top center no-repeat;
	overflow:hidden;
	
	padding-top:25px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


.world_box {
	width:865px;
	height:auto;
	float:right;
}

#world_bg > #world_wrap > #world_text > h3 {
	padding-top:35px;
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
	color:white;
	letter-spacing:-0.1px;
	line-height:25px;
	text-align:center;
}

#world_bg > #world_wrap > #world_text > h4 {
	font-size:15px;
	font-weight:bold;
	color:white;
	letter-spacing:-0.1px;
	line-height:25px;
	text-align:center;
}




/*월드 라인*/

.world_year_all_box {
	width:865px;
	height:auto;
	float:left;
	overflow:hidden;
}

.world_year_box {
	width:205px;
	height:230px;
	float:left;
	background:#fff;
	margin-bottom:15px;
	margin-right:15px;
	position:relative;
	padding:10px;
	
	border-radius:10px;
	box-shadow:0 3px 3px #173e4b;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


.world_year_box:nth-child(4n) {
	margin-right: 0;
}


#world_text > h4 {
	font-size:15px;
	line-height:24px;
	font-weight:bold;
	margin-bottom:20px;
	color:#fff;
}



.world_year_box > h3 {
	position:absolute;
	bottom:10px;
	right:15px;
	font-size:25px;
	font-weight:bold;
	color:#1d3d48;
}



.world_year_box > ul > li {
	list-style:disc;
	margin-left:20px;
}

.world_year_box > ul > li > p {
	font-size:13px;
	color:#1d3d48;
	word-break:keep-all;
	line-height:24px;
}



/*ci*/

#ci_bg {
	min-width:1180px;
	width:100%;
	background:url(../img_v10/ci_bg.png);
}

#ci_bg > #ci_wrap {
	margin:auto;
	padding-top:25px;
	width:1150px;
	height:auto;
	overflow:hidden;
}




.ci_box {
	width:865px;
	height:auto;
	float:right;
}


#ci {
	margin:0 auto;
	width:865px;
	height:auto;
	overflow:hidden;
}



	#ci > #ci_photo {
		margin:0 auto;
		width:350px;
		height:200px;
		background:url(../img_v10/ci.png) #fafafa center center;
		float:left;
		margin-bottom:15px;
	}
	
	.logo_sub {
		position:relative;
		width:515px;
		height:200px;
		float:right;
		background:#fff;
		
		padding:15px;
		
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	.logo_sub > h3 {
		height:auto;
		font-size:16px;
		line-height:25px;
		color:#3b606c;
	}
	
	.logo_sub > h4 {
		height:auto;
		font-size:14px;
		line-height:25px;
		color:#3b606c;
	}
	
	.logo_sub > p {
		height:auto;
		font-size:13px;
		line-height:25px;
		word-break:keep-all;
		margin-bottom:10px;
	}
	
	
	.logo_down {
		position:absolute;
		bottom:10px;
		right:20px;
		float:right;
	}
	
	.logo_down > a {
		display:block;
		width:auto;
		height:30px;
		font-size:13px;
		line-height:30px;
		
		padding:0px 15px 0px 15px;
		background:#395e6a;
		color:#fff;
	}
	
	.about_down {
		float:right;
	}
	
	.about_down > p {
		font-size:13px;
		line-height:24px;
		
	}	


#bi {
	margin:0 auto;
	width:865px;
	height:auto;
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
	float:left;

}


	#bi > #bi_photo {
		margin:0 auto;
		width:350px;
		height:200px;
		background:url(../img_v10/bi.png) #fafafa center center;
		float:left;
	}




#bi2 {
	margin:0 auto;
	width:865px;
	height:auto;
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
	float:left;

}


	#bi2 > #bi2_photo {
		margin:0 auto;
		width:350px;
		height:200px;
		background:url(../img_v10/bi2.png) #fafafa center center;
		float:left;
	}


/*캐릭터*/

#character_bg {
	border-top:1px solid #f9f9f9;
	min-width:1180px;
	width:100%;
	background:#fff;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
	border-bottom:1px solid #eaeaea;

}


#character_wrap {
	padding-top:25px;
	margin:0 auto;
	width:1150px;
	height:auto;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
}

.character_box {
	width:865px;
	height:auto;
	float:right;
}


#character_text > h3 {
	padding-top:35px;
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
	color:#3b606c;
	letter-spacing:-0.1px;
	line-height:25px;
}



#character_text > h4{
	margin-bottom:10px;
	font-size:15px;
	font-weight:bold;
	color:#3b606c;
	letter-spacing:-0.1px;
	line-height:25px;
	word-break:keep-all;
}


#character_text > p {
	font-size:13px;
	text-align:left;
	font-weight:500;
	line-height:25px;
	color:black;
	word-break:keep-all;
}



#character_list {
	margin:0 auto;
	height:200px;
	height:200px;
	background:url(../img_v10/ca.png) center center;
}


#character_list2 {
	margin:0 auto;
	width:865px;
	height:200px;
	background:url(../img_v10/ca2.png) center center;

}

#character_list3 {
	margin:0 auto;
	width:865px;
	height:200px;
	background:url(../img_v10/ca3.png) center center;
}

#character_list4 {
	margin:0 auto;
	width:865px;
	height:200px;
	background:url(../img_v10/ca4.png) center center;
}




.character_sub_text {
	margin-bottom:50px;
}


.character_sub_text > h4 {
	font-size:14px;
	font-weight:bold;
	color:#3b606c;
	letter-spacing:-0.1px;
	line-height:25px;
}

.character_sub_text > p {
	font-size:13px;
	color:black;
	letter-spacing:-0.1px;
	line-height:25px;
}

/*캐릭터*/






/*탑으로*/

#go_top_bg {
	min-width:1180px;
	position:relative;
}

#go_top_bg > #go_top_wrap {
	margin:0 auto;
	width:1150px;
	height:auto;
}


#go_top_bg > #go_top_wrap > a > #go_top {
	width:50px;
	height:50px;
	border-radius:50%;
	background:url(../img_v10/top1.png);
	position:absolute;
	right:100px;
	cursor:pointer;
}

#go_top_bg > #go_top_wrap > a > #go_top > p {
	display:block;
	margin-top:25px;
	font-size:11px;
	text-align:center;
	color:white;
	font-weight:bold;
}

