@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
* {-webkit-text-size-adjust:none;}
* { margin:0;padding:0; }
a { text-decoration: none;color:#666; }
a:visited{ text-decoration: none;color:#666; }
a:hover{ color:#666; }
img{ border:0px; }

body{
	margin:0px;
	padding:0px;
}

/* Table */
table{
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
td, th{
	padding:0px;
	word-break:break-all;
}

/* Etc */
.title_font_family{
	font-family:Tahoma, Geneva, sans-serif;
}

#wrap{ 
	position:relative;
	width:100%;
	font-family:Nanum Gothic,Helvetica,sans-serif;
}

/* BODY */
#wrap > #body{
	position:relative;
	width:100%;
	background-color:#ffffff;
}
#wrap > #body > #body_content{
	position:relative;
	width:100%;
}

/* PRODUCT */
#wrap > #body > #body_content > #product_wrap{
	width:100%;
	background-image:url(../images/main_img_solution.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}		
#wrap > #body > #body_content > #product_wrap > #product{
	position:relative;
	width:1100px;
	margin:auto;
	overflow:hidden;
	background-image:url(../images/main_item_bg.png);
	background-repeat:no-repeat;
	background-position:center 130px;
}
#wrap > #body > #body_content > #product_wrap > #product > div{
}
#wrap > #body > #body_content > #product_wrap > #product > div > #item_list > ul{
	overflow:hidden;
}
#wrap > #body > #body_content > #product_wrap > #product > div > #item_list > ul > li{
	float:left;
	list-style:none;
	width:20%;
	text-align:left;
}

/* PRODUCT TYPE */
#wrap > #body > #body_content > #product_type_wrap{
	clear:both;
	width:100%;
	background-image:url(../images/main_img_solution2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#wrap > #body > #body_content > #product_type_wrap > #product_type{
	width:1100px;
	height:100%;
	margin:auto;
}
#wrap > #body > #body_content > #product_type_wrap > #product_type > div{
}

/* BOARD */
#wrap > #body > #body_content > #board_wrap{
	width:100%;
}		
#wrap > #body > #body_content > #board_wrap > #board{
	width:1100px;
	margin:auto;
}
#wrap > #body > #body_content > #board_wrap > #board > div{
}

/* PORTPOLIO */
#wrap > #body > #body_content > #portfolio_wrap{
	width:100%;
}		
#wrap > #body > #body_content > #portfolio_wrap > #portfolio{
	width:1100px;
	margin:auto;
}
#wrap > #body > #body_content > #portfolio_wrap > #portfolio > div{
}

/* MAP */
#wrap > #body > #body_content > #map_wrap{
	clear:both;
	width:100%;
	background-image:url(../images/main_company_map.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#wrap > #body > #body_content > #map_wrap > #map{
	width:1100px;
	height:100%;
	margin:auto;
}
#wrap > #body > #body_content > #map_wrap > #map > div{
}