@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;vertical-align:bottom; }

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%;
}

/* BUSINESS */
#wrap > #body > #body_content > #product_wrap{
	width:100%;
	background-color:#fff;
}		
#wrap > #body > #body_content > #product_wrap > #product{
	position:relative;
	margin:0px 10px;
	padding:25px 0 25px;
	overflow:hidden;
}
#wrap > #body > #body_content > #product_wrap > #product #item_list{
}
#wrap > #body > #body_content > #product_wrap > #product #item_list > ul{
	margin:15px 0px 0px 0px;
	overflow:hidden;
}
#wrap > #body > #body_content > #product_wrap > #product #item_list > ul > li{
	float:left;
	width:50%;
	list-style:none;
	box-sizing:border-box;
	border-right:1px solid #d5d5d5;
}
#wrap > #body > #body_content > #product_wrap > #product #item_list > ul > li:last-child{
	border-right:0px;
}
#wrap > #body > #body_content > #product_wrap > #product #item_list > ul > li > div{
	width:100%;
	text-align:center;
	margin:10px auto;
	cursor:pointer;
}
#wrap > #body > #body_content > #product_wrap > #product #item_list > ul > li > div > div:nth-child(1){
	width:100%;
}
#wrap > #body > #body_content > #product_wrap > #product #item_list > ul > li > div > div:nth-child(2){
	color:#0a0a0a;
	font-size:20px;
	font-weight:bold;
	margin-top:15px;
}
#wrap > #body > #body_content > #product_wrap > #product #item_list > ul > li > div > div:nth-child(3){
	line-height:20px;
	color:#5a5a5a;
	font-size:15px;
	margin-top:10px;
}

/* LIST */
#wrap > #body > #body_content > #list_wrap{
	background-color:#ddd;
}
#wrap > #body > #body_content > #list_wrap > #list{
}
#wrap > #body > #body_content > #list_wrap > #list > #list_content{
	padding:10px 10px;
}
#wrap > #body > #body_content > #list_wrap > #list > #list_content > ul{
	overflow:hidden;
	border-bottom:1px solid #ddd;
	background-color:#fff;
}
#wrap > #body > #body_content > #list_wrap > #list > #list_content > ul > li{
	list-style:none;
	float:left;
	width:50%;
	color:#444;
	box-sizing:border-box;
	border:1px solid #ddd;
	border-bottom:0px;
	padding:15px 10px;
}
#wrap > #body > #body_content > #list_wrap > #list > #list_content > ul > li:nth-child(odd){
	border-right:0px;
}
#wrap > #body > #body_content > #list_wrap > #list > #list_content > ul > li > i{
	width:40px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:17px;
	text-align:center;
	border-radius:50%;
	/*background-color:#71be44;*/
	background-color:#355882;
	margin-right:10px;
}