@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;
	letter-spacing:-1px;
}

/* 본문 */
#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;
	width:1100px;
	margin:auto;
	padding:50px 0px 80px;
}
#wrap > #body > #body_content > #video_wrap > #video > #video_content #video_list{
}

/* 제품소개 */
#wrap > #body > #body_content > #product_wrap{
	width:100%;
	/*background-color:#f7f7f7;*/
	background-color:#ffffff;
}		
#wrap > #body > #body_content > #product_wrap > #product{
	position:relative;
	width:1100px;
	margin:auto;
	padding:50px 0px 80px;
	/*overflow:hidden;*/
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content #item_list{
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content #item_list > ul{
	height:247px;
	overflow:hidden;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content #item_list > ul > li{
	float:left;
	position:relative;
	display:block;
	list-style:none;
	margin-left:20px;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content #item_list > ul > li .div_goods_list img{
	vertical-align:bottom;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content #item_list > ul > li:nth-child(1){
	margin-left:0px;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content #item_list > ul > li div.first{
	position:absolute;
	bottom:-25px;
	left:45px;
	width:250px;
	height:55px;
	line-height:55px;
	color:#000;
	font-size:19px;
	font-variant:small-caps;
	letter-spacing:1px;
	/*text-transform:uppercase;*/
	text-align:center;
	white-space:nowrap;
	border-radius:5px;
	cursor:pointer;
	opacity:1;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content #item_list > ul > li:nth-child(1) div.first{
	background-color:#fff;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content #item_list > ul > li:nth-child(2) div.first{
	background-color:#fff;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content #item_list > ul > li:nth-child(3) div.first{
	background-color:#fff;
}
#wrap > #body > #body_content > #product_wrap > #product > #product_content #item_list > ul > li div.first:hover{
	color:#fff;
	background-color:#042e6f;
	/*background-color:#94c83d;*/
}

/* 게시판 */
#wrap > #body > #body_content > #board_wrap{
	width:100%;
	background-image:url(/images/main_img_back1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}		
#wrap > #body > #body_content > #board_wrap > #board{
	width:1100px;
	margin:auto;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul{
	padding:60px 0px;
	overflow:hidden;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul a,
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul a:visited,
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul a:hover{
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul > li{
	list-style:none;
	float:left;
	width:353px;
	height:100%;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul > li:first-child{
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul > li:last-child{
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul > li > div > ul{
	overflow:hidden;
}
#wrap > #body > #body_content > #board_wrap > #board > #board_content > ul > li > div > ul > li{
	list-style:none;
	float:left;
}