/*초기화*/
* {
    margin: 0;
    padding: 0;
}
body {
	font-family:'맑은 고딕', 'Malgun Gothic', '돋움', Dotum, Arial,'Apple Gothic', sans-serif;

	background:#f2f5f7;
	
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    border: 0;
}

  #menu_class_gnb > li:first-child  + li > a {
	border-bottom:5px solid #434343;
  }
  
  
/*공통 타이틀*/

.now_tit {
	width:270px;
	height:auto;
	margin-right:15px;
	float:left;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.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;
}


.call_text {
	width:865px;
	height:auto;
}

.call_text > h4 {
	font-weight:normal;
	font-size:18px;
	line-height:30px;
	margin-bottom:25px;
}

.call_text_table {
	margin-top:25px;
}



/*서브2*/

#big_bg {
	width:100%;
	min-width:1180px;
	background:#68a7ce;
}

#big_bg > #big_wrap {
	margin:0 auto;
	width:1150px;
	height:430px;
	background:url(../img_v10/big2_img.png);
}


/**************************************
*
*
*	사업영역
*
*
**************************************/



#area_bg {
	margin-top:25px;
	min-width:1180px;
	width:100%;
}

#area_bg > #area_wrap {
	margin:0 auto;
	width:1150px;
	height:auto;
	overflow:hidden;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.area_box {
	width:865px;
	height:auto;
	float:right;
	margin-bottom:15px;
}


/*그룹 공통*/

.area_group {

}

.area_group:last-child {
	margin-bottom:0;
}


.area_side_left {
	width:425px;
	height:380px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	background:#fff;
	
	position:relative;
	border-radius:10px;
	overflow:hidden;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.area_side_right {
	width:425px;
	height:380px;
	float:right;
	background:#fff;
	margin-bottom:15px;
	
	position:relative;
	border-radius:10px;
	overflow:hidden;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.area_photo {
	width:425px;
	height:150px;
}

#area_photo1 {
	background:url(../img_v10/area1.png) no-repeat;
}

#area_photo2 {
	background:url(../img_v10/area2.png) no-repeat;
}

#area_photo3 {
	background:url(../img_v10/area3.png) no-repeat;
}

#area_photo4 {
	background:url(../img_v10/area4.png) no-repeat;
}

#area_photo5 {
	background:url(../img_v10/area5.png) no-repeat;
}

#area_photo6 {
	background:url(../img_v10/area6.png) no-repeat;
}

.area_text {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.area_text > h3 {
	color:#00487b;
	font-weight:normal;
	font-size:16px;
	line-height:23px;
	padding:0 15px 0 15px;
	margin:15px 0 15px 0;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.area_text > p {
	font-weight:normal;
	font-size:13px;
	line-height:23px;
	word-break:keep-all;
	
	padding:0 15px 15px 15px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


.more_all {
	width:865px;
	height:auto;
	float:right;
}



.more_all > p {
	font-size:13px;
	color:#434343;
}

.more_all > a {
	font-size:13px;
	color:#434343;
}


/*주요제품*/

#product_bg {
	padding-top:25px;
	min-width:1180px;
	width:100%;
	background:#fff;
}

#product_bg > #product_wrap {
	margin:0 auto;
	width:1150px;
	height:auto;
	overflow:hidden;
}


.product_box {
	width:865px;
	height:auto;
	float:right;
}


.product_group_wrap {
}


.group_left {
	width:425px;
	height:400px;
	margin-right:15px;
	margin-bottom:15px;
	background:#f2f5f7;
	float:left;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


.group_left > a {
	width:425px;
	height:60px;
	background:#ddd;
	display:block;
	
	padding:0 20px 0 20px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.group_left > a > h4 {
	font-size:16px;
	font-weight:normal;
	line-height:60px;
	color:#434343;
	float:left;
}

.group_left > a > p {
	font-size:16px;
	font-weight:normal;
	line-height:60px;
	color:#434343;
	float:right;
}


.group_right {
	width:425px;
	height:400px;
	margin-bottom:15px;
	background:#f2f5f7;
	float:right;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


.group_right > a {
	width:425px;
	height:60px;
	background:#ddd;
	display:block;

	padding:0 20px 0 20px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.group_right > a > h4 {
	font-size:16px;
	font-weight:normal;
	line-height:60px;
	color:#434343;
	float:left;
}

.group_right > a > p {
	font-size:16px;
	font-weight:normal;
	line-height:60px;
	color:#434343;
	float:right;
}

#group_go1 {
	background:#fafafa;
}

#group_go2 {
	background:#fafafa;
}

#group_go3 {
	background:#fafafa;
}

#group_go4 {
	background:#fafafa;
}

#group_go5 {
	background:#fafafa;
}

#group_go6 {
	background:#fafafa;
}


.group_photo {
	width:425px;
	height:200px;
}

#group_photo1 {
	background:url(../img_v10/nos.png) no-repeat;
}

#group_photo2 {
	background:url(../img_v10/gg.png) no-repeat;
}

#group_photo3 {
	background:url(../img_v10/ap.png) no-repeat;
}

#group_photo4 {
	background:url(../img_v10/tes.png) no-repeat;
}

#group_photo5 {
	background:url(../img_v10/tts.png) no-repeat;
}

#group_photo6 {
	background:url(../img_v10/tcs.png) no-repeat;
}



.group_text {
	padding:15px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.group_text > p {
	font-size:13px;
	font-weight:normal;
	line-height:24px;
	word-break:keep-all;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}



/*****************************************
*
*
*	인증현황
*
*
*****************************************/

#win_bg {
	min-width:1180px;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#win_bg > #win_wrap {
	margin:0 auto;
	width:1150px;
	height:auto;
	overflow:hidden;
}


.win_box {
	width:865px;
	height:auto;
	float:right;
}


/*인증현황*/

/*인증현황 테이블*/

#win_table_wrap {
	margin:0 auto;
	width:100%;
	height:auto;
	overflow:hidden;
}
.table_tit {
	width:100%;
	height:auto;
	margin:0 auto;
}

.table_tit > h3 {
	height:30px;
	font-size:17px;
	color:#00487b;
	margin-top:15px;
	margin-bottom:10px;
}





.wins_table {
	width:100%;
	height:150px;
	border-collapse:collapse;
	font-size:13px;
	
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
	box-sizing: border-box;
}


.win_head {
	border-top:3px solid #00487b;
	border-bottom:1px solid #00487b;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


.win_head > tr > td:first-child {
	width:500px;
	height:30px !important;
	background:#fff;
	color:#00487b;
	text-align:center;
	padding:5px 0 5px 0px;
	
}

.win_head > tr > td:first-child + td {
	width:100px;
	height:30px;
	background:#fff;
	color:#00487b;
	text-align:center;
	padding:5px 0 5px 0px;;
}

.win_head > tr > td:first-child + td + td {
	width:100px;
	height:30px;
	background:#fff;
	color:#00487b;
	text-align:center;
	padding:5px 0 5px 0px;
}

.win_body {
}

.win_body > tr > td {
	padding:10px 10px 10px 10px;
	
	border-bottom:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
	box-sizing: border-box;
}

.win_body > tr > td:last-child {
	border-right:none;
}

.win_body > tr > td:first-child + td {
	text-align:center;
}

.win_body > tr > td:first-child + td + td {
	text-align:center;
}



/*인증현황 테이블*/

/*인증현황 로고*/


#win_logo {
	width:865px;
	height:auto;
	overflow:hidden;

}

#win_logo > h3 {
	font-size:17px;
	color:#00487b;
	margin-top:15px;
	margin-bottom:10px;
}


	
	.win_logo_box {
		width:865px;
		height:auto;
		margin-bottom: 15px;
		border-radius:10px;
		
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		
		overflow:hidden;
	}
	
	
	.win_logo_box:last-child {
		margin-bottom: 0;
	}
	
	.win_photo {
		width:100px;
		height:150px;
		float:left;
	}
	
	#win_photo1 {
		background:url(../img_v10/win_logo1.png) #e7e7e7 center center;
	}
	
	#win_photo2 {
		background:url(../img_v10/win_logo2.png) #e7e7e7 center center;
	}
	
	#win_photo3 {
		background:url(../img_v10/win_logo3.png) #e7e7e7 center center;
	}
	
	#win_photo4 {
		background:url(../img_v10/win_logo4.png) #e7e7e7 center center;
	}
	

	.win_text {
		width:765px;
		height:150px;
		float:right;
		
		background:#fff;
		
		padding:10px;
		
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.win_text > h4 {
		font-size:15px;
		line-height:25px;
		color:#00487b;
		letter-spacing:-1px;
	}
	
	.win_text > p {
		font-size:13px;
		line-height:25px;
		letter-spacing:-1px;
	}
	

/*인증현황*/




/*파트너사*/

#partner_bg {
	min-width:1180px;
	width:100%;
	background:#fff;
	padding-top:25px;
	margin-top:25px;
	
	border-bottom:1px solid #eaeaea;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#partner_bg > #partner_wrap {
	margin:0 auto;
	width:1150px;
	height:auto;
	overflow:hidden;
}


.partner_box {
	width:865px;
	height:auto;
	float:right;
}




.wins_table2 {
	width:100%;
	height:150px;
	border-collapse:collapse;
	font-size:13px;
	
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
	box-sizing: border-box;
}

.win_head2 {
	border-top:3px solid #00487b;
	border-bottom:1px solid #00487b;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.win_head2 > tr > td:first-child {
	width:200px;
	height:30px;
	background:#fff;
	color:#00487b;
	text-align:center;
	padding:5px 0 5px 0px;
	
}

.win_head2 > tr > td:first-child + td {
	width:100px;
	height:30px;
	background:#fff;
	color:#00487b;
	text-align:center;
	padding:5px 0 5px 0px;;
}

.win_head2 > tr > td:first-child + td + td {
	width:250px;
	height:30px;
	background:#fff;
	color:#00487b;
	text-align:center;
	padding:5px 0 5px 0px;
}

.win_head2 > tr > td:first-child + td + td + td {
	width:100px;
	height:30px;
	background:#fff;
	color:#00487b;
	text-align:center;
	padding:5px 0 5px 0px;
}


.win_head2 > tr > td:first-child + td + td + td  + td {
	width:100px;
	height:30px;
	background:#fff;
	color:#00487b;
	text-align:center;
	padding:5px 0 5px 0px;
}



.win_body2 > tr > td {
	height:30px;
	padding:10px;
	
	border-bottom:1px solid #d5e3ed;
	border-right:1px solid #d5e3ed;
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
	box-sizing: border-box;
	
}


.win_body2 > tr > td:last-child {
	border-right:none;
}

.win_body2 > tr > td:first-child + td {
	text-align:center;
}

.win_body2 > tr > td:first-child + td + td {
	text-align:left;
}

.win_body2 > tr > td:first-child + td + td + td {
	text-align:center;
}

.win_body2 > tr > td:first-child + td + td + td + td {
	text-align:center;
}

.win_body2 > tr > td:first-child + td + td + td + td > a {
	color:black;
}

.win_body2 > tr > td:first-child + td + td + td + td > a:hover {
	text-decoration:underline;
}

.win_body2 > tr > td:first-child + td + td + td + td > a > img {
	vertical-align:bottom;
}


.win_body2 > tr > td > img {
	width:80%;
	
}

.row_center {
	text-align:center !important;
}

.row_left {
	text-align:left !important;
}

/*파트너사*/














/*탑으로*/

#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/top2.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;
}


