@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 #prev2{
	position:absolute;
	top:-40px;
	right:58px;
	width:30px;
	height:30px;
	background-image:url(../images/gal_prev2.gif);
	background-size:30px 30px;
	font-size:0px;
	cursor:pointer;
}
#wrap > #body > #body_content > #product_wrap > #product #item_list #next2{
	position:absolute;
	top:-40px;
	right:29px;
	width:30px;
	height:30px;
	background-image:url(../images/gal_next2.gif);
	background-size:30px 30px;
	font-size:0px;
	cursor:pointer;
}
#wrap > #body > #body_content > #product_wrap > #product #item_list #more2{
	position:absolute;
	top:-40px;
	right:0px;
	width:30px;
	height:30px;
	background-image:url(../images/gal_more2.gif);
	background-size:30px 30px;
	font-size:0px;
	cursor:pointer;
}
#wrap > #body > #body_content > #product_wrap > #product #item_list{
}
#wrap > #body > #body_content > #product_wrap > #product #item_list > .als-viewport > ul > li div.first{
	width:70%;
	height:30px;
	font-family:"굴림";
	color:#444;
	margin-top:10px;
	margin-left:10px;
	font-size:15px;
	text-align:left;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}

/* 회사소개 */
#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%;
}