.carousel_link{
	text-decoration:none;
    color:inherit;
}
.rounded-25{
	border-radius:10px;
}
.product-link{
	text-decoration:none;
    color:inherit;
}
.main-txt-wrap{
	height:100%;
	width:35%;
	position:absolute;
	left:0;
	top:0;
	padding:5%
	
}
.main-txt-1{
	position:absolute;
	font-weight:700;
	font-family: "pretendard", sans-serif;
	top:33%;
	font-size:1.2em;
}
.main-txt-2{
	position:absolute;
	font-family: "pretendard", sans-serif;
	top:45%;
	font-size:1.1em;
}
@media only screen and (min-width: 768px) {
	.main-txt-1{
		top:33%;
		font-size:0.8em;
	}	
	.main-txt-2{
		top:45%;
		font-size:0.6em;
	}	
	.rounded-25{
		border-radius:15px;
	}
}
@media only screen and (min-width: 1024px) {
	.main-txt-1{
		top:33%;
		font-size:2em;
		border-radius:25px;
	}	
	.main-txt-2{
		top:45%;
		font-size:1.2em;
	}	
	.rounded-25{
		border-radius:25px;
	}
}

.ftco-section {
  padding: 7em 0; }
  
.wa-float1{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.wa-float2{
	margin-top:16px;
}