@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%;
}

/* 홍보영상 */
#wrap > #body > #body_content > #video_wrap{
	width:100%;
	background:url(../images/main_video_back.jpg);
	background-position:center center;
	background-color:#000;
}		
#wrap > #body > #body_content > #video_wrap > #video{
	position:relative;
	margin:0px 10px;
	padding:20px 0 25px;
}
#wrap > #body > #body_content > #video_wrap > #video > #video_content #video_list{
}

/* 제품소개 */
#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-top:10px;
	padding-bottom:10px;
	overflow:hidden;
}
#wrap > #body > #body_content > #product_wrap > #product #item_list > ul > li{
	float:left;
	position:relative;
	display:block;
	list-style:none;
	width:50%;
	text-align:left;
}
#wrap > #body > #body_content > #product_wrap > #product #item_list > ul > li:nth-child(2){
	text-align:right;
}
#wrap > #body > #body_content > #product_wrap > #product #item_list > ul > li img{
	width:98%;
}
#wrap > #body > #body_content > #product_wrap > #product #item_list > ul > li div.first{
	position:absolute;
	bottom:-25px;
	left:5%;
	width:90%;
	height:45px;
	line-height:45px;
	color:#000;
	font-size:16px;
	font-variant:small-caps;
	letter-spacing:-1px;
	text-align:center;
	white-space:nowrap;
	border-radius:5px;
	cursor:pointer;
	opacity:1;
}
#wrap > #body > #body_content > #product_wrap > #product #item_list > ul > li:nth-child(1) div.first{
	background-color:#fff;
}
#wrap > #body > #body_content > #product_wrap > #product #item_list > ul > li:nth-child(2) div.first{
	background-color:#fff;
}

/* 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:#066fb3;
	margin-right:10px;
}