@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;
}

/* 본문 */
#wrap > #body{
	position:relative;
	width:100%;
	background-color:#ffffff;
}
#wrap > #body > #body_content{
	position:relative;
	width:100%;
}

/* 제품소개 */
#wrap > #body > #body_content > #product_wrap{
	width:100%;
	background-color:#f7f7f7;
}		
#wrap > #body > #body_content > #product_wrap > #product{
	position:relative;
	width:95%;
	margin:auto;
	padding:20px 0 25px;
	overflow:hidden;
}
#wrap > #body > #body_content > #product_wrap > #product > #item_list > ul{
	overflow:hidden;
}
#wrap > #body > #body_content > #product_wrap > #product > #item_list > ul > li{
	position:relative;
	float:left;
	list-style:none;
	width:25%;
}
#wrap > #body > #body_content > #product_wrap > #product > #item_list > ul > li:before{
	position:absolute;
	top:20px;
	right:0px;
	width:1px;
	height:100px;
	background-color:#bbb;
	content:"";
}
#wrap > #body > #body_content > #product_wrap > #product > #item_list > ul > li:last-child:before{
	display:none;
}
#wrap > #body > #body_content > #product_wrap > #product > #item_list > ul > li > a{
	display:block;
	width:100%;
}
#wrap > #body > #body_content > #product_wrap > #product > #item_list > ul > li > a > div.image{
	text-align:center;
}
#wrap > #body > #body_content > #product_wrap > #product > #item_list > ul > li > a > div.image > img{
	height:35px;
}
#wrap > #body > #body_content > #product_wrap > #product > #item_list > ul > li > a > div.name{
	color:#444;
	font-size:18px;
	font-weight:600;
	font-family:'GmarketSansBold';
	text-align:center;
	margin-top:10px;
}

/* 회사소개 */
#wrap > #body > #body_content > #company_wrap{
	clear:both;
	width:100%;
	background-color:#121a27;
}

#wrap > #body > #body_content > #company_wrap > #company{
	max-width:600px;
	margin:auto;
	overflow:hidden;
}

/* 게시판/서비스 */
#wrap > #body > #body_content > #board_wrap{
	width:100%;
}		
#wrap > #body > #body_content > #board_wrap > #board{
	margin:10px;
	overflow:hidden;
}
#wrap > #body > #body_content > #board_wrap > #service_info{
	margin:10px 15px 30px;
	overflow:hidden;
}
#wrap > #body > #body_content > #board_wrap > #service_info > ul{
	width:100%;
	height:110px;
	overflow:hidden;
	margin:auto;
}
#wrap > #body > #body_content > #board_wrap > #service_info > ul > li{
	position:relative;
	list-style:none;
	float:left;
	width:33%;
	height:100%;
	box-sizing:border-box;
	border:1px solid #ccc;
	background-color:#eee;
}
#wrap > #body > #body_content > #board_wrap > #service_info > ul > li:nth-child(2),
#wrap > #body > #body_content > #board_wrap > #service_info > ul > li:nth-child(3){
	border-left:0px;
}
#wrap > #body > #body_content > #board_wrap > #service_info > ul > li:nth-child(3){
	border-left:0px;
	width:34%;
}