@charset "utf-8";
/*@import url('http://api.mobilis.co.kr/webfonts/v2/css/NanumBarunGothicWeb');*/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
body{
	font-family: "NanumBarunGothicWeb";
}
/* structures */
#layoutWraps { 
	position:relative;
	clear:both;
	*zoom:1;
	width:100%;
	margin:0;
	padding:0;
}
#header {
	width: 100%;
	margin-bottom:0;
}

#logo{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 25px;
}

#gnb {
	position:relative;
	height:245px;
	width:100%;
	height: 60px;
	background-color: #72b423;
	font-family:"나눔고딕";
	font-size:14px;
	color:#ffffff;
}

#gnb ul{
	width: 1002px;
	margin: 0 auto;
	padding: 0;
}

#gnb ul li{
	margin-top: 22px;
	width: 142px;
	float: left;
	text-align: center;
    border-left: 1px solid #fff;
}

#gnb ul li.last{
	border-right: 1px solid #fff;
}

#gnb ul li a{
	color: #fff;
}

#gnb ul li a:hover,
#gnb ul li a.active{
	color: #fffc24;
}

#contents {
 	margin-bottom:0;
}

#contents_sub {
	position:relative;
	height:370px;
	width:1003px;
 	margin:0 auto;
}

#footer {
	position:relative;
	height:400px;
	width:1003px;
 	margin:0 auto;

}

#copy {
	position:relative;
	width:100%;
	height:100px;
	background-color: #ddd;
	padding-top: 42px;
 	padding-bottom: 82px;
}

.copryright { 
	position:relative;
	width:1000px;
	clear:both;
	*zoom:1;
	margin:0 auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}


.container{
	width: 1002px;
	margin: 0 auto;
}

#floatWrap{
	right: -180px;
    top: 30px;
    position: absolute;
    z-index: 9999999;
}

#floatContainer{
	height: 1px;
	position: relative;
}

#floatWrap .bottom{
	background-color: #545454;
	text-align: center;
	color: #fff;
	height: 30px;
	padding-top: 11px;
	font-size: 14px;
}

#floatWrap .bottom:hover{
	cursor: pointer;
}

.bx-wrapper .bx-controls-direction a{
	width: 62px;
	height: 62px;
	margin-top:-32px;
}

.bx-wrapper .bx-next{
	right: -62px;
	background: url(images/arrow_right.png) no-repeat;
}

.bx-wrapper .bx-prev{
	left: -62px;
	background: url(images/arrow_left.png) no-repeat;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover{
	background-position: inherit;
}

@-webkit-keyframes pulsate {
	0%   {  -webkit-box-shadow: 0px 0px 0px #72b423;   }
	25%  {  -webkit-box-shadow: 0px 0px 35px #72b423;  }
	50%  {  -webkit-box-shadow: 0px 0px 0px white;     }
	75%  {  -webkit-box-shadow: 0px 0px 35px white;    }
	100% {  -webkit-box-shadow: 0px 0px 0px #72b423;   }
}

.pulsate{
	-webkit-animation-name: pulsate;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	
	-moz-box-shadow: 0px 0px 30px  #72b423; 
	box-shadow: 0px 0px 30px #72b423;
}

.offer_bottom{
	position: relative;
	margin-top: 40px;
	margin-bottom: 60px;
}

.offer_bottom a{
	position: absolute;
    bottom: 0;
    right: 224px;
}

.mini-folio{
	position: absolute;
	right: 28px;
	top: 458px;
	width: 438px;
	height: 383px;
	overflow: hidden;
}

.mini-folio .widgetGalleryA{
	margin: 0;
	padding: 0;
	width: 446px !important;
}

.mini-folio .widgetGalleryA > li{
	width: 215px !important;
	float: left;
	overflow: hidden;
	margin-right: 8px;
	height: 188px;
	margin-bottom: 7px;
}