﻿@charset "utf-8";

/* html */
body,div,ul,li,dl,dt,dd,ol,p,h1,h2,h3,h4,h5,h6,from {margin:0; padding:0;}
ul,ol,dl {list-style:none;}

a { outline:0; selector-dummy : expression(this.hideFocus=true);}
img {vertical-align:top;}

h1,h2,h3,h4,h5 {margin:0; padding:0;}
h1 {font-size:24px;}
h2 {font-size:28px;}
h3 {font-size:14px;}
h4 {font-size:12px;}
h5 {font-size:24px;}
h6 {font-size:30px;}

body {
 	  font-family:'돋움','돋움체',dotum, sans-serif;
	  font-size: 12px;
	  color:#666;
	  overflow-y:scroll;
	  }

#wrap {margin:0 auto; width:1000px; position:relative; }

#header { float:left; width:100%; height:105px; }
.logo { position:absolute; left:0; top:33px; }

#content { float:left; min-height:200px; width:910px; }
#content .introImg { float:left; width:910px; min-height:50px; }
#content .gnb { float:left; width:910px; padding:30px 0 20px; min-height:11px; }
#content .nav { float:left; }
#content .nav2 { float:right; }
#content .menuBox { overflow:hidden; }
#content .menuBox .menu { float:left; list-style: none; }
#content .nav .menuBox .menu li { float:left; margin:0 26px 0 0; list-style:none; text-align:left; }
#content .nav2 .menuBox .menu li { float:left; margin:0 0 0 26px; list-style:none; text-align:left; }
#content .menuBox .menu li a { padding:0; display:inline-block; border:0; }

#foot { float:left; width:910px; min-height:100px; }
#foot .copyright1 { width:100%; margin-bottom:44px; }
#foot .copyright2 { width:100%; padding-bottom:40px; }


#subContent { float:left; min-height:200px; width:960px; }
#subContent .gnb { float:left; width:960px; padding:13px 0 28px; min-height:11px; }
#subContent .nav { float:left; }
#subContent .nav2 { float:right; }
#subContent .menuBox { overflow:hidden; }
#subContent .menuBox .menu { float:left; list-style: none; }
#subContent .nav .menuBox .menu li { float:left; margin:0 26px 0 0; list-style:none; text-align:left; }
#subContent .nav2 .menuBox .menu li { float:left; margin:0 0 0 26px; list-style:none; text-align:left; }
#subContent .menuBox .menu li a { padding:0; display:inline-block; border:0; }

#subContent .copyright1 { width:100%; float:left; margin-bottom:28px; }
#subContent .copyright2 { width:100%; float:left; margin-bottom:40px; }
#subContent .con { float:left; margin-bottom:70px; width:100%; }

#video { float:left; width:100%; min-height:290px; margin:0 auto; }
#video .c1 { float: left; width: 440px; height: 290px; }
#video .c2 { float: right; width: 520px; height: 290px; }


/*slider*/
#productSlide { width:960px; min-height:350px; margin:0 auto; }

.nivoSlider { position:relative; }
.nivoSlider img { position:absolute; top:0px;	left:0px; display:none; width:950px;}
.nivoSlider a { border:0;	display:block; }

.nivo-controlNav { text-align:center; padding:0; position: absolute; bottom:-30px; left: 46%; }
.nivo-controlNav a { display:inline-block;	width:22px;	height:22px; background:url(../img/bullets.png) no-repeat;	text-indent:-9999px; border:0; margin: 0 2px; cursor:pointer; }
.nivo-controlNav a.active { background-position:0 -22px; }

.nivo-directionNav a { display:block; width:50px; height:75px; background:url(../img/arrow.png) no-repeat; text-indent:-9999px; border:0; top:40%; }
a.nivo-prevNav { left: 15px; }
a.nivo-nextNav { background-position: -50px 0; right: 15px; }

