#section_two h2.lato,#section_three h2.lato{font-size:1.9em;}

/* aside 영역 스타일 시작 */
aside{width:100%; /*height:964px; background:lavender;*/
padding-top:90px;} /*padding-top값을 headerWrap 높이와 동일하게!*/
#asideWrap{width:92%; margin:0 auto;
						position:relative;}
#asideWrap .scrollDown{}
#asideWrap .asideText{color:#fff;
					  text-shadow:1px 1px 6px #444;
					  position:absolute;
					  top:26px; left:10px;}
#asideWrap .asideText p{}
#asideWrap .asideText h1{font-size:43px;
						 line-height:120%;
						 padding-top:8px;}
.historyBtn{padding-top:18px;}
												
.scrollDown{position:absolute;
			left:50%; margin-left:-61px;
			top:490px;}												
												
												
/* section 영역 스타일 시작 */
section{text-align:center;}
#section_one{padding:56px 0;
			 box-sizing:border-box;
			 -webkit-box-sizing:border-box;
			 -moz-box-sizing:border-box;}
	#section_one ul{width:93%; margin:0 auto;}
	#section_one ul li:nth-child(1),li:nth-child(2){margin-bottom:40px;}
	#section_one h2{padding:16px 0;}
#section_two{height:280px;
			 padding:81px 0;
			 box-sizing:border-box;
			 -webkit-box-sizing:border-box;
			 -moz-box-sizing:border-box;
			 background:url("../images/p_berry.jpg") no-repeat center center;
			 background-size:cover;
			 text-shadow:1px 1px 1px #fff;}
	#section_two h2{padding-bottom:16px; color:#0c5640;}
	#section_two h3{padding-bottom:19px;}
	#section_two .seeDetail{width:130px; height:38px;
							border:1px solid #0c5640;
							font-weight:bold; margin:0 auto;
							padding-top:7px;
							box-sizing:border-box;
							-webkit-box-sizing:border-box;
							-moz-box-sizing:border-box;}
	#section_two .seeDetail:hover{cursor:pointer;
								  width:160px;
								  background:#e9f3e9;
								  transition:all 0.5s;}
#section_three{width:100%; height:616px;
			   background:url("../images/bottle_pattern.jpg");
			   background-size:/*20%*/78px;
			   padding:56px 0;
			   box-sizing:border-box;
			   -webkit-box-sizing:border-box;
			   -moz-box-sizing:border-box;}
	#section_three h2{padding-bottom:16px; color:#fff;}
	#section_three p.mixExp{color:#0c5640; padding-bottom:30px;
												 width:93%; margin:0 auto;}

	.swiper-container {
      width: 93%;
      height: 360px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
	  align-items: center;
	  text-align:left;
	  box-shadow:0px 2px 4px rgba(49,49,49,0.4);}
	
	.swiper-slide:nth-child(1){background:url("../images/mix1.jpg");
							   background-size:100% 216px;}
	.swiper-slide:nth-child(2){background:url("../images/mix2.jpg");
							   background-size:100% 216px;}
	.swiper-slide:nth-child(3){background:url("../images/mix3.jpg");
							   background-size:100% 216px;}
	.swiper-slide:nth-child(4){background:url("../images/mix4.jpg");
							   background-size:100% 216px;}
	.swiper-slide:nth-child(5){background:url("../images/mix5.jpg");
							   background-size:100% 216px;}
	.swiper-slide:nth-child(6){background:url("../images/mix6.jpg");
							   background-size:100% 216px;}
	
	
	
	.swiper-slide .eachMixExp{width:100%; height:147px;
							  margin-top:212px;
							  background:#fff;
							  padding-top:12px;
							  padding-left:14px;
							  padding-right:14px;
							  box-sizing:border-box;
							  -webkit-box-sizing:border-box;
							  -moz-box-sizing:border-box;
							  position:relative;}
		.eachMixExp h4{color:#0c5640/*#377b36*/;
					   padding-bottom:5px;}
		.eachMixExp p{font-size:0.82em; color:#666;
					  line-height:130%;}
		.eachMixExp h6{/*color:#377b36;*/ padding-top:6px;
									 color:#ca9501;}
		.eachMixExp button{border:0px; position:absolute;
							right:12px; bottom:10px;
							padding:4px 6px;
							background-color:#0c5640;
							color:#fff; font-weight:bold;
							font-family: "NanumBarunGothic";}
		.eachMixExp button:hover{cursor:pointer;}
	
	.swiper-pagination{/*margin-bottom:-4px;*/ display:none;}
	