@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

.container {
  position: relative;
  box-sizing: inherit;
}
a.a_link {
  font-size: 0em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
a {
  transition: 0.3s ease all;
}
a:hover {
  transition: 0.3s ease all;
}
/* ---------- 유튜브 동영상 ---------- */
.embed-container {
  position: relative;
  padding-bottom: 56.4%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/*  padding-bottom 으로 세로높이 조절 */
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*=======================
 메인비쥬얼 CSS
=========================*/
.mvisu_txt {
    position: absolute;
    z-index: 9;
    left: 0;
    color: #000;
    word-break: keep-all;
    top: 50%;
    transform: translate(0, -50%);
}
.mvisu_txt .txt01 {
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: -0.1rem;
    font-weight: 500;
    display: inline-block;
	position: relative;
	padding-right: 11px;

}
.mvisu_txt .txt01:after {
    content:"";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #1cb363;
	right: 0;
	bottom: 0;
}
.mvisu_txt .txt02 {
    color: #fff;
    font-size: 3.9rem;
    font-family: "Play", "SCDream";
    line-height: 1.1;
    letter-spacing: -0.4rem;
    font-weight: 500;
}
.mvisu_txt .txt02 span {
  font-weight: 600;
  color: #1cb363;
}
.mvisu_txt p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  font-weight: 300;
}

#main_visual video {
	padding-top:100px;
    z-index: 0;
	width:125%;
	overflow:hidden;
	position: absolute;
    top: 50%;
    left: 50%;
    text-align:center;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
	min-height:885px;
    min-width: 1600px;
}
@media (min-width: 1200px) {
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
}
@media (max-width: 768px) {
}
@media (max-width: 500px) {	
}


/* scroll-box */
#main_visual .main-scroll-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main_visual .main-scroll-box span {
  font-family: "Montserrat";
  color: #fff;
  font-size: 0.97rem;
}
#main_visual .main-scroll-box .scroll-img {
  position: relative;
  display: block;
  width: 25px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #fff;
}
#main_visual .main-scroll-box .scroll-img:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 13px;
  background: #30b986;
  top: 30%;
  left: 9px;
  animation: scrollUpdown 1.1s ease-in-out infinite;
}
@keyframes scrollUpdown {
  0% {
    top: 10%;
    opacity: 1;
  }
  100% {
    top: 60%;
    opacity: 0.2;
  }
}
@media (max-width: 1366px) {
  #main_visual .main-scroll-box {
    display: none;
  }
}



#main_visual {
    height: 800px;
    overflow: hidden;
    position: relative;
    background: #000;
}
.cb-slideshow,
.cb-slideshow:after {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
	position: relative;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 56s linear infinite 0s;
    -moz-animation: imageAnimation 56s linear infinite 0s;
    -o-animation: imageAnimation 56s linear infinite 0s;
    -ms-animation: imageAnimation 56s linear infinite 0s;
    animation: imageAnimation 56s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span { 
	background: url(../images/main/main01.jpg) 50% 0%; 
}
.cb-slideshow li:nth-child(2) span {
    background: url(../images/main/main02.jpg)  50% 0%;;
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s;
}
.cb-slideshow li:nth-child(3) span {
    background: url(../images/main/main01.jpg) 50% 0%;
    -webkit-animation-delay: 22s;
    -moz-animation-delay: 22s;
    -o-animation-delay: 22s;
    -ms-animation-delay: 22s;
    animation-delay: 22s;
}
.cb-slideshow li:nth-child(4) span {
    background: url(../images/main/main02.jpg) 50% 0%;
    -webkit-animation-delay: 33s;
    -moz-animation-delay: 33s;
    -o-animation-delay: 33s;
    -ms-animation-delay: 33s;
    animation-delay: 33s;
}
.cb-slideshow li:nth-child(5) span {
    background: url(../images/main/main01.jpg) 50% 0%;
    -webkit-animation-delay: 44s;
    -moz-animation-delay: 44s;
    -o-animation-delay: 44s;
    -ms-animation-delay: 44s;
    animation-delay: 44s;
}
.cb-slideshow li:nth-child(6) span {
    background: url(../images/main/main02.jpg) 50% 0%;
    -webkit-animation-delay: 55s;
    -moz-animation-delay: 55s;
    -o-animation-delay: 55s;
    -ms-animation-delay: 55s;
    animation-delay: 55s;
}

@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
		transform: scale(1.45);
	}
	8% {
	    opacity: 1;
	    transform: scale(1.3);
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1) rotate(0deg);
	}
	25% {
	    opacity: 0;
	    transform: scale(1) rotate(0deg);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
		transform: scale(1.45);
	}
	8% {
	    opacity: 1;
	    transform: scale(1.3);
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1) rotate(0deg);
	}
	25% {
	    opacity: 0;
	    transform: scale(1) rotate(0deg);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
		transform: scale(1.45);
	}
	8% {
	    opacity: 1;
	    transform: scale(1.3);
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1) rotate(0deg);
	}
	25% {
	    opacity: 0;
	    transform: scale(1) rotate(0deg);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
		transform: scale(1.45);
	}
	8% {
	    opacity: 1;
	    transform: scale(1.3);
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1) rotate(0deg);
	}
	25% {
	    opacity: 0;
	    transform: scale(1) rotate(0deg);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
		transform: scale(1.45);
	}
	8% {
	    opacity: 1;
	    transform: scale(1.3);
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1) rotate(0deg);
	}
	25% {
	    opacity: 0;
	    transform: scale(1) rotate(0deg);
	}
	100% { opacity: 0 }
}

@media (max-width: 1199px) {
	#main_visual {
		height: 470px;
	}
	.mvisu_txt .txt02 {
		font-size: 2.8rem;
	}
	.cb-slideshow li:nth-child(1) span,.cb-slideshow li:nth-child(2) span,.cb-slideshow li:nth-child(3) span,.cb-slideshow li:nth-child(4) span {
		background-size: auto 100%;
	}
}
@media (max-width: 767px) {
	#main_visual {
		height: 330px;
	}
}
/*------------------------------------
  컨텐츠
------------------------------------*/
.m_sec_padding {
  padding: 10rem 0;
}
@media (max-width: 991px) {
  .m_sec_padding {
    padding: 7rem 0;
  }
}


/*------------------------------------
  공통 텍스트 스타일
------------------------------------*/
.txt_div .point_tit {
	font-family: "play";
	font-weight: 500;
	color: #d62b33;
	font-size: 1.1rem;
}
.txt_div .txt01{
	font-size:2.1rem;
	font-weight:600;
	letter-spacing: -0.18rem;
	line-height:1;
}
.txt_div .txt02{
	font-size: 1.05rem;
    font-weight: 400;
    color: #545454;
    letter-spacing: -0.05rem;
    line-height: 1.3;
}
.txt_div .txt02_st{
	font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.05rem;
    line-height: 1.5;
    opacity: .72;
	word-break: keep-all;
}


/* section01 ----------------- */
.section01 {
    position:relative;
	z-index: 1;
	background:url('../images/main/pro_bg.png') no-repeat 0 100%;
	padding: 6rem 0;
}
.product_t{
    position:relative;
	z-index: 1;
}
.product_t .txt_div{
	color: #282828;
}

.pro_img{
	position:relative;
	font-weight:500;
	text-align: center;
}
.pro_img .pro_t1{
	font-size: 1.38rem;
    width: 100%;
    font-weight: 500;
    letter-spacing: -0.07rem;
    color: #000;
    padding: 1rem;
}	

.swiper-slide { 
	border: 2px solid #fff; 
	border-radius: 15px;
	
}
.swiper-slide:hover { 
	border: 2px solid #63b494;
	box-shadow: 15px 15px 25px rgba(0,0,0,.07);
	transition: all .5s ease-in;

}
.swiper-navigation{
/*display:none;*/
}
.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 3px !important;
    width: 100%
}
.swiper-scrollbar-drag {
    background: rgb(93 185 139) !important;
}

/* 버튼 효과 */
.more_view.style1{position: relative;display: inline-block;padding: 1rem 5rem; font-size: 1.1rem; color:#5f5f5f; border: 1px solid #aeaeae; overflow: hidden;}
.more_view.style1 span{position:relative; z-index:1; }
.arr_n_type2{position: relative; width: 25px; height: 12px; display: inline-block;margin-left: 10px;transition: 0.3s;}
.arr_n_type2:before{display:block;content:"";position: absolute;top: 4px;left: 0;width: 100%;height: 1px; background:#5f5f5f;}
.arr_n_type2:after{display:block;content:"";position: absolute;top: 1px;right: 0px;width: 8px;height: 7px;border: 1px solid #5f5f5f;transform: rotate(-45deg);border-top: 0;border-left: 0;}
.more_view.style1:hover{color:#fff !important;border-color:transparent !important;transition:0.3s;}
.more_view.style1:hover .arr_n_type2{opacity:0;margin-left:0;width:0;transform:translate3d(10px,0,0);}
.more_view.style1:after{animation-name: btnHover2;animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);animation-duration: 0.4s;animation-fill-mode: forwards;display:block;content:"";position: absolute;top: 0;left: 50%;width: 150%;height: 100px;background: #159766;transform: translate3d(-50%,-100%,0);border-radius: 50%;z-index: 0;}
.more_view.style1:hover:after{animation-name: btnHover; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-duration: 0.4s;animation-fill-mode: forwards;}



@keyframes btnHover{
	0% {
	 transform:translate3d(-50%,100%,0);
	}
	100% {
	 transform:translate3d(-50%,-20%,0);
	}
}
@keyframes btnHover2{
	0% {
	 transform:translate3d(-50%,-20%,0);
	}
	100% {
	 transform:translate3d(-50%,-100%,0);
	}
}


/* bxslider */
.bxarrow .bx-wrapper .bx-controls-direction a {
  height: 58px;
  width: 58px;
  margin-top: -25px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  z-index: 999;
  bottom: -60px;
}

.bxarrow .bx-wrapper .bx-next,.bxarrow .bx-wrapper .bx-prev {
	display: none;	
}
.arrow {
	width: 58px;
    height: 58px;
    display: inline-block;
    margin-top: -25px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    z-index: 999;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    box-shadow: 5px 5px 10px rgba(0,0,0,.04);
}


.pro_prev.hide_prev_button {
	background:#fff url("../images/main/control_prev.png") no-repeat center center;
}
.pro_next.hide_next_button {
	background:#fff url("../images/main/control_next.png") no-repeat center center;
}


@media screen and (min-width: 1200px) {
	.arrow {
	    top: 45%;
	}
	.pro_prev.hide_prev_button {
		left: 0;
		margin-left: -10px;
	}
	.pro_next.hide_next_button {
		right: 0;
		margin-right: -10px;
	}
}
@media screen and (min-width: 1500px) {
	.pro_prev.hide_prev_button {
		left: 0;
		margin-left: -29px;
	}
	.pro_next.hide_next_button {
		right: 0;
		margin-right: -29px;
	}
}
@media screen and (max-width: 1200px) {
	.section01 {
		padding:5rem 0;
	}
}
@media (min-width: 992px) {

}

@media (max-width: 991px) {
	.product_t .txt_div .txt03 {
		margin-top: 5rem;
	}
}



/* section02 ----------------- */
.section02 {
    padding: 6rem 0;
	position: relative;
}
.tot_txt_bg {
	background:url("../images/main/txt_tot.png") no-repeat 14% 0;
}
.brand_txt .txt01 {
	font-family: "play";
    font-weight: 600;
    color: #238b62;
    font-size: 1.2rem;
    letter-spacing: 0;
}
.brand_txt .txt02 {
	font-size: 2.2rem;
    color: #000;
    letter-spacing: -0.2rem;
    line-height: 1.2;
	word-break: keep-all;
}
.business_t{
	position:relative;
    transition: all 0.4s ease-out;
	transform: translateY(0%);
	overflow:hidden;
	border-radius: 20px;
}
.business_t:hover{
	position:relative;
	background: linear-gradient(339deg, rgba(24, 141, 97, 1) 0%, rgba(100, 169, 78, 1) 85%);
    transition: all 0.4s ease-out;
	box-shadow: 17px 17px 35px rgba(0,0,0,.3);
}
.business_t .div_img{
	position:relative;
	opacity: 1;
    transition: all 0.4s ease-out;
}
.business_t:hover .div_img{
	opacity: .15;
    transition: all 0.4s ease-out;
}
.business_t .div_text{
	position: absolute;
    padding: 2rem;
    color: #fff;
    transition: all 0.4s ease-out;
    width: 100%;
}
.business_t:hover .div_text{
	bottom: 50%;
    transition: all 0.4s ease-out;
    transform: translate(0, 50%);
}
.business_t .div_text .txt01{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-family: 'Play';
    line-height: 1;
    color: #22a775;
    margin-bottom: 0.7rem;
    border: 1px solid #22a775;
    border-radius: 20px;
    display: inline-block;
    padding: 4px 12px;
}
.business_t .div_text .txt02{
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: -0.1rem;
	text-shadow: 10px 10px 28px rgb(0 0 0 / 25%);
}
.business_t .div_text .hover_txt{
	opacity: 0;
}
.business_t .div_text .hover_txt .ho_txt01 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -0.15rem;
}
.business_t .div_text .hover_txt .ho_txt02 {
    font-weight: 300;
	text-align: center;
	font-size: 1.08rem;
	line-height: 1.2;
}
.business_t .div_text .hover_txt .more {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: -0.05rem;
    padding: 6px 1.2rem;
    transition: .3s ease all;
    margin-top: 0.3rem;
    background: #fff;
    border-radius: 20px;
    color: #01703f;
    width: 132px;
    box-sizing: border-box;
}
.business_t:hover .div_text .txt01, .business_t:hover .div_text .txt02 {
	display: none;
}
.business_t:hover  .div_text .hover_txt{
    transition: .3s ease all;
	opacity: 1;
}

@media (max-width: 991px) {
	.tot_txt_bg {
		background: url(../images/main/txt_tot.png) no-repeat 0 0;
		background-size: auto 15rem;
	}
}
@media (max-width: 575px) {
	.business_t .div_img img {
		width: 100%;
	}
}
@media (max-width: 500px) {
	.business_t .div_text{
		bottom: -4rem;

	}
	.business_t .div_text .hover_txt .ho_txt02 {
		display: none;
	}

}
@media (min-width: 501px) {
	.business_t .div_text{
		bottom: 0;
		transform: translate(0, 48%);
	}
}
@media (min-width: 992px) {
	.business_t:hover{
		transform: translateY(-25px);
	}
}
