@charset "utf-8";

#sec01{
	width: 100%; height: 850px;
	position: relative;

	background: url(/img/main/main_bg01.png), url(/img/main/main_bg02.png), url(/img/main/main_bg03.png), url(/img/main/main_bg04.png), url(/img/main/main_bg05.png), url(/img/main/main_bg06.png), url(/img/main/main_bg07.png);
	background-repeat: no-repeat;
	background-position: top 250px  left -150px, top 230px left 220px, top 180px left 380px, top 300px left 812px, top 400px left 670px, top 240px right 300px, top 260px right;
}

#sec01 .background{
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: -1;
	background-image: linear-gradient( 110.8deg,  rgba(227,242,219,1) 11.6%, rgba(254,255,254,1) 97.3% );
}

#sec01 .wrapper{
	height: 100%;
	padding-top: 135px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}


#sec01 .tit-box{}

#sec01 .tit-box .sub_tit{
	font-weight: 600;
}

#sec01 .tit-box .tit{}

#sec01 .tit-box .tit span{
	font-size: inherit;
	display: inline-block;
}

#sec01 .tit-box .tit > em{
	display: inline-block;
	font-size: inherit;
	font-weight: 600;
	color: var(--green02);
}

#sec01 .tit-box .tit strong{
	font-size: 3.75rem;
	color: var(--green02);
	font-weight: 700;
	display: inline-block;
}

#sec01 .tit-box .tit strong em{
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	display: inline-block;
}

#sec01 .event-box{
	width: calc( 50% - 25px );
	height: 480px;
	box-sizing: border-box;
	border-radius: 23px;
	background-color: var(--white);
	border: 1px solid var(--green03);
	padding: 50px 45px;

	position: relative;
	text-align: center;
}

#sec01 .event-box .tit-box{
	text-align: left;
}

#sec01 .event-box .tit-box .sub_tit{
	font-weight: 400;
}

#sec01 .event-box .tit-box .tit{
	color: var(--red);
	font-size: 2.25rem;
}

#sec01 .event-box .tit-box .tit strong{
	font-weight: 700;
	color: inherit;
	font-size: inherit;
}

#sec01 .event-box .tit-box .tit_desc{
	font-size: 1.125rem;
}

#sec01 .event-box .txt-box{
	position: relative;
	z-index: 2;
}

#sec01 .event-box .txt-box p{
	position: absolute;
	right: 15px;
	top: calc( -178px - 10px );
	width: 231px; height: 178px;
	box-sizing: border-box;
	padding: 45px 25px 71px 32px;
	background: url(/img/main/main_balloon.png) no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: left;
}

#sec01 .event-box .txt-box p strong{
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--red);
	display: inline-block;
}

#sec01 .event-box .txt-box p strong em{
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	display: inline-block;
}

#sec01 .event-box .txt-box p span{
	font-weight: 700;
	color: var(--green02);
	font-size: 1.25rem;
	display: inline-block;
}

#sec01 .event-box .btn_tel{
	background-color: var(--green02);
    box-shadow: inset 0px 6px 0px 0 #358f73, inset 0 -7px 3px 0 #0f6449, 0px 0 30px rgba(95,95,95,.35);

	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 35px;
	border-radius: 50px;
	box-sizing: border-box;
	padding: 15px 50px;
}

#sec01 .event-box .btn_tel figure{
	display: block;
	width: 50px;
}

#sec01 .event-box .btn_tel figure img{
	width: 100%;
}

#sec01 .event-box .btn_tel span{
	color: var(--white);
	font-size: 2.875rem;
	font-weight: 700;
}

#sec01 .event-box .btn_tel i{
	display: block;
	width: 51px; height: 27px;
	background: url(/img/main/arrow.png) no-repeat;
	background-size: cover;
	background-position: center center;
}

#sec01 .event-box .txt-box .deco{
	position: absolute;
	top: 65px; left: 45px;

	animation: click 3s infinite;
}

@keyframes click{
	0%{
		left: 45px;
	}

	25%{
		left: 400px;
		/* opacity: 0; */
	}

	40%{
		transform: scale(0.9);
	}

	45%{
		transform: scale(1);
	}

	50%{
		left: 400px;
	}

	65%{
		opacity: 1;
	}

	80%{
		left: 400px;
		opacity: 0;
	}

	85%{
		opacity: 0;
		left: -100px;
	}

	100%{
		opacity: 0;
		left: 45px;
	}


	

	

}

#sec01 .event-box .txt-box .deco img{
	width: 100px;
}

#sec01 .event-box .img-box{}

#sec01 .event-box .img-box img{
	position: absolute;
}

#sec01 .event-box .img-box img.phone{
	top: 50px; right: 55px;
}

#sec01 .event-box .img-box img.smile{
	top: 220px; right: 18px;
}

#sec01 .event-box .img-box img.deco01{
	top: 15px; right: 220px;
}

#sec01 .event-box .img-box img.deco02{
	top: 20px; right: 15px;
}

#sec01 .event-box .img-box img.deco03{
	top: 110px; right: 10px;
}

#sec01 .event-box .img-box img.deco04{
	top: 195px; left: 265px;
}

#sec01 .event-box .img-box img.deco05{
	top: 220px; left: 225px;
}

#sec01 .event-box .img-box img.deco06{
	top: 330px; left: 30px;
}

#sec01 .event-box .img-box img.deco07{
	top: 390px; left: 260px;
}

#sec01 .event-box .img-box img.deco08{
	top: 425px; left: 310px;
}

#sec01 .event-box .img-box img.deco09{
	top: 430px; right: 30px;
}




#sec02{
	display: none;
}

#sec02 > a, #sec05 > a{
	display: block;
	padding: 35px 0;
}

#sec02 .wrapper, #sec05 .wrapper{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

#sec02 .left-box, #sec05 .left-box{
	color: var(--white);
	font-size: 1.5rem;
}

#sec02 .left-box strong, #sec05 .left-box strong{
	color: inherit;
	font-size: 1.75rem;
	font-weight: 600;
}

#sec02 .right-box, #sec05 .right-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

#sec02 .right-box > figure, #sec05 .right-box > figure{
	display: block;
	width: 115px;
}

#sec02 .right-box > figure img, #sec05 .right-box > figure img{
	width: 100%;
}

#sec02 .right-box .txt-box, #sec05 .right-box .txt-box{}

#sec02 .right-box .txt-box h3, #sec05 .right-box .txt-box h3{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	color: var(--white);
	font-size: 2.8125rem;
	font-weight: 700;
}

#sec02 .right-box .txt-box h3 span, #sec05 .right-box .txt-box h3 span{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

#sec02 .right-box .txt-box h3 figure, #sec05 .right-box .txt-box h3 figure{
	display: block;
	width: 33px;
	margin-left: 35px;
}

#sec02 .right-box .txt-box h3 figure img, #sec05 .right-box .txt-box h3 figure img{
	width: 100%;
}

#sec02 .right-box .txt-box p, #sec05 .right-box .txt-box p{
	background-color: var(--white);
	padding: 10px 20px;
	border-radius: 50px;
	font-size: 1.5rem;
}

#sec02 .right-box .txt-box p strong, #sec05 .right-box .txt-box p strong{
	font-size: inherit;
	font-weight: 600;
	color: var(--red);
}




#sec03{
/*	display: none;*/
}

#sec03 .wrapper{}

#sec03 .tit-box{
	text-align: center;
}

#sec03 .tab_btns{
	display: flex;
	flex-direction: row;
	align-items: center;

	position: sticky;
	top: 137px;
	z-index: 2;

	background-color: var(--white);
}

#sec03 .tab_btns .btn{
	width: calc( 100% / 9 );
	box-sizing: border-box;
	padding: 12px 25px;
	text-align: center;
	color: var(--green01);
	font-size: 1.25rem;
	cursor: pointer;
	position: relative;
	border-radius: 10px;

	transition: background-color 0.4s color 0.4s;
}

#sec03 .tab_btns .btn:not(:last-child)::after{
	content: "";
	width: 1px; height: 90%;
	background-color: var(--gray02);
	position: absolute;
	right: 0; top: 50%;
	transform: translateY(-50%);
}

#sec03 .tab_btns .btn.active{
	border-right: 0;
	background-color: var(--green02);
	color: var(--white);
	font-weight: 600;
}


#sec03 .tab_cont{}

#sec03 .tab_cont .cont-tit-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;

	padding-bottom: 15px;
	border-bottom: 1px solid var(--gray02);
}

#sec03 .tab_cont .cont-tit-box .sub_tit{}

#sec03 .tab_cont .cont-tit-box .noti{
	font-size: 1rem;
	color: var(--red);
	padding-left: 15px;
	position: relative;
}

#sec03 .tab_cont .cont-tit-box .noti::before{
	content: "*";
	font-size: inherit;
	color: inherit;
	position: absolute;
	top: 0; left: 0;
}

#sec03 .tab_cont .product-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 35px;
}

#sec03 .tab_cont .product-list .product{
	position: relative;
	
	width: calc( ( 100% - (35px * 2) ) / 3 );
	border-radius: 20px;
	background-color: var(--green04);
	box-shadow: 0px 0px 15px rgba(236,237,230,0);
	
	padding: 30px;

	transition: 0.4s;
}

#sec03 .tab_cont .product-list .product:hover{
	background-color: var(--white);
	box-shadow: 0px 0px 15px rgba(236,237,230,1);
	transform: scale(1.05);
}

#sec03 .tab_cont .product-list .product a{
	display: block;
}

#sec03 .tab_cont .product-list .product .img-box{
	height: 225px;
}

#sec03 .tab_cont .product-list .product .img-box img{
	margin: 0 auto;
	height: 100%;
}

#sec03 .tab_cont .product-list .product .info-box{}

#sec03 .tab_cont .product-list .product .info-box .info_tit{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--green02);
}

#sec03 .tab_cont .product-list .product .info-box .info_tit .tit{
	font-size: 1.625rem;
	font-weight: 600;
	/* color: var(--green02); */
	margin-top: 0;
	transition: 0.4s;
}

#sec03 .tab_cont .product-list .product:hover .info-box .info_tit .tit{
	color: var(--green02);
}

#sec03 .tab_cont .product-list .product .info-box .info_tit .code{
	font-size: 1.125rem;
	font-weight: 600;
	background-color: var(--green02);
	padding: 3px 15px;
	color: var(--white);
	border-radius: 10px;
	text-transform: uppercase;
}

#sec03 .tab_cont .product-list .product .info-box .info_price{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

#sec03 .tab_cont .product-list .product .info-box .info_price dl{
	width: 60%;

	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

#sec03 .tab_cont .product-list .product .info-box .info_price dl dt,
#sec03 .tab_cont .product-list .product .info-box .info_price dl dd{
	font-size: 1.25rem;
}


#sec03 .tab_cont .product-list .product .info-box .info_price dl dd{}


#sec03 .tab_cont .product-list .product .info-box .info_price dl dt:nth-of-type(1),
#sec03 .tab_cont .product-list .product .info-box .info_price dl dd:nth-of-type(1){
	color: var(--gray);
}

#sec03 .tab_cont .product-list .product .info-box .info_price dl dt:nth-of-type(2),
#sec03 .tab_cont .product-list .product .info-box .info_price dl dd:nth-of-type(2){
	margin-top: -20px;
}

#sec03 .tab_cont .product-list .product .info-box .info_price dl dt:nth-of-type(2){
	font-weight: 600;
}

#sec03 .tab_cont .product-list .product .info-box .info_price dl dd:nth-of-type(1){
	text-decoration: line-through;
	text-decoration-color: var(--gray);
}
#sec03 .tab_cont .product-list .product .info-box .info_price dl dd:nth-of-type(2){
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--red);
}

#sec03 .tab_cont .product-list .product .info-box .info_price .btn_order{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	padding-bottom: 7px;

	opacity: 0;
	margin-left: -10px;
	transition: 0.4s;
}

#sec03 .tab_cont .product-list .product:hover .info-box .info_price .btn_order{
	opacity: 1;
	margin-left: 0;
}

#sec03 .tab_cont .product-list .product .info-box .info_price .btn_order span{
	font-size: 1.125rem;
	color: var(--green02);
}

#sec03 .tab_cont .product-list .product .info-box .info_price .btn_order em{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px; height: 25px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid var(--green02);
}

#sec03 .tab_cont .product-list .product .info-box .info_price .btn_order em img{
	width: 13px;
}


#sec03 .tab_cont .product-list .product .recommend-box{
	position: absolute;
	top: 0; right: 0;
	background-color: var(--red);
	width: 100px; height: 100px;

	text-align: center;

	opacity: 0;
}

#sec03 .tab_cont .product-list .product.recommend .recommend-box{
	opacity: 1;
}

#sec03 .tab_cont .product-list .product .recommend-box img{
	width: 70px;
	margin: 0 auto;
	margin-top: -25px;


}


#sec03 .tab_cont .product-list .product:hover .recommend-box img{
	animation: effect01 2s linear infinite;
}

@keyframes effect01{
	0%{
		transform: rotate(-5deg) scale(0.5);
	}

	25%{
		transform: rotate(15deg) scale(1.05);
	}

	50%{
		transform: rotate(-5deg) scale(0.5);
	}

	75%{
		transform: rotate(15deg) scale(1.05);
	}

	100%{
		transform: rotate(-5deg) scale(0.5);
	}
}

#sec03 .tab_cont .product-list .product .recommend-box p{
	display: inline-block;
	color: var(--white);
	font-size: 1.75rem;
	font-weight: 700;

	position: relative;
}

#sec03 .tab_cont .product-list .product .recommend-box p::after{
	content: "";

	width: 17px; height: 23px;
	background: url(/img/main/accent.png) no-repeat;
	background-size: cover;
	background-position: center center;

	position: absolute;
	top: -12px; right: -17px;
}





#sec04{
/*	display: none;*/
	background-color: var(--green04);
}

#sec04 .wrapper{}

#sec04 .tit-box{
	text-align: center;
}

#sec04 .best-item-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
}

#sec04 .best-item-box .best-item{
	width: calc( ( 100% - (30px * 2) ) / 3 );
}

#sec04 .best-item-box .best-item h3{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 15px;

	background-color: var(--green02);
	border-radius: 20px;
}

#sec04 .best-item-box .best-item h3 figure{
	display: block;
	width: 40px; height: 40px;
}

#sec04 .best-item-box .best-item h3 figure img{
	width: 100%;
}

#sec04 .best-item-box .best-item h3 span{
	color: var(--white);
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
}

#sec04 .best-item-box .best-item-list{}

#sec04 .best-item-box .best-item-list .ranker{
	background-color: var(--white);
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	position: relative;

	display: flex;
	flex-direction: row;
	align-items: center;
}

#sec04 .best-item-box .best-item-list .ranker .mark{
	position: absolute;
	top: 20px; right: 20px;
	font-size: 1rem;
	color: var(--white);
	background-color: var(--green02);
	border-radius: 7px;
	font-weight: 600;
	padding: 2px 15px;
}

#sec04 .best-item-box .best-item-list .ranker > figure{
	display: block;
	width: 70px;
	height: 80px;
	position: relative;
}

#sec04 .best-item-box .best-item-list .ranker:not(.first) > figure{
	padding-right: 16px;
}

#sec04 .best-item-box .best-item-list .ranker:not(.first) > figure::after{
	content: "";
	width: 1px; height: 100%;
	background-color: var(--green02);
	position: absolute;
	top: 0; right: 0;
}

#sec04 .best-item-box .best-item-list .ranker > figure img{
	width: auto;
	max-width: auto;
	height: 100%;
	margin: 0 auto;
}

#sec04 .best-item-box .best-item-list .ranker .product-info-box{}

#sec04 .best-item-box .best-item-list .ranker:not(.first) .product-info-box{
	padding-left: 15px;
}

#sec04 .best-item-box .best-item-list .ranker .product-info-box h4{
	font-size: 1.5rem;
	font-weight: 600;
}

#sec04 .best-item-box .best-item-list .ranker .product-info-box p{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 15px;

	font-size: 1.75rem;
	font-weight: 700;
	color: var(--red);
}

#sec04 .best-item-box .best-item-list .ranker .product-info-box p span{
	font-size: 1.25rem;
	color: var(--gray);
	text-decoration: line-through;
	text-decoration-color: var(--gray);
}

#sec04 .best-item-box .best-item-list .ranker.first{
	height: 380px;
	overflow: hidden;
}

#sec04 .best-item-box .best-item-list .ranker.first::after{
	content: "";
	width: 100%; height: 100%;
	background-image: linear-gradient( 359.7deg,  rgba(35,52,47,1) 1.9%, rgba(255,255,255,0) 49.9% );
	position: absolute;
	top: 0; left: 0;
	opacity: 0.2;
}

#sec04 .best-item-box .best-item-list .ranker.first .mark{
	background: url(/img/main/icn_flower.png) no-repeat;
	background-size: cover;
	width: 70px; height: 70px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	right: auto;
	left: 20px;
	top: 30px;
	z-index: 2;

	animation: effect02 1.5s linear infinite;
}

@keyframes effect02{
	0%{
		top: 30px;
	}
	
	50%{
		top: 15px;
	}

	100%{
		top: 30px;
	}

}

#sec04 .best-item-box .best-item-list .ranker.first > figure{
	width: 100%;  height: 100%;
}

#sec04 .best-item-box .best-item-list .ranker.first > figure img{}

#sec04 .best-item-box .best-item-list .ranker.first .product-info-box{
	position: absolute;
	bottom: 20px; left: 20px;
	z-index: 2;
}

#sec04 .best-item-box .best-item-list .ranker.first .product-info-box h4{}

#sec04 .best-item-box .best-item-list .ranker.first .product-info-box p{}



#sec06{
	position: relative;
	overflow: hidden;
}

#sec06::after{
	content: "";
	width: 100%; height: 47%;
	background-color: var(--green04);
	position: absolute;
	bottom: 0; left: 0;
	z-index: -1;
}

#sec06 .wrapper{
	display: flex;
	flex-direction: row;
	gap: 50px;
	position: relative;
	z-index: 1;
}

#sec06 .wrapper .deco{
	color: var(--white);
	text-transform: uppercase;
	font-size: 10.1875rem;
	font-weight: 700;
	position: absolute;
	left: 0; bottom: 50px;
	white-space: nowrap;
	z-index: -2;
}

#sec06 .tit-box{
	width: 25%;
}

#sec06 .tit-box .btn-box{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 120px;
}

#sec06 .tit-box .btn-box .btn_tel,
#sec06 .tit-box .btn-box .btn_copy{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 12px 20px;
	border-radius: 50px;
}


#sec06 .tit-box .btn-box .btn_copy{
	display: none;
}

#sec06 .tit-box .btn-box .btn_tel figure,
#sec06 .tit-box .btn-box .btn_copy figure{
	width: 35px;
}

#sec06 .tit-box .btn-box .btn_tel figure img,
#sec06 .tit-box .btn-box .btn_copy figure img{
	width: 100%;
}

#sec06 .tit-box .btn-box .btn_tel span,
#sec06 .tit-box .btn-box .btn_copy span{
	font-size: 1.75rem;
	color: var(--white);
	font-weight: 700;
}

#sec06 .tit-box .btn-box .btn_tel i,
#sec06 .tit-box .btn-box .btn_copy i{
	display: block;
}

#sec06 .tit-box .btn-box .btn_tel{
	background-color: var(--green02);
}

#sec06 .tit-box .btn-box .btn_copy{
	background-color: var(--red);
}

#sec06 .tit-box .btn-box .btn_tel i{
	width: 33px; height: 18px;
	background: url(/img/main/arrow.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
#sec06 .tit-box .btn-box .btn_copy i{
	width: 28px; height: 28px;
	background: url(/img/main/icn_download.png) no-repeat;
	background-size: cover;
	background-position: center center;
}


#sec06 .img-box{
	width: calc( (100% - 50px) * 0.75 );
	position: relative;
	padding-left: 25%;
	box-sizing: border-box;
}

#sec06 .img-box .small-img-box{
	opacity: 0.4;
}

#sec06 .img-box .small-img-box img{
	position: absolute;
}

#sec06 .img-box .small-img-box .s_msg01{
	left: 7%;
	top: 230px;
}

#sec06 .img-box .small-img-box .s_msg02{
	left: 20%;
	top: 150px;
}

#sec06 .img-box .small-img-box .s_msg03{
	left: 0;
	top: 150px;
}

#sec06 .img-box .small-img-box .s_msg04{
	left: 2.5%;
	top: 70px;
}

#sec06 .img-box .bigSlider{
	padding: 25px;
	margin-left: -25px;
	margin-bottom: -25px;
}

#sec06 .img-box .bigSlider .swiper-slide{}

#sec06 .img-box .bigSlider .swiper-slide img{
	filter: drop-shadow(0px 0px 20px rgba(236,237,230,0));
	transition: 0.4s;
}

#sec06 .img-box .bigSlider .swiper-slide.swiper-slide-active img{
	filter: drop-shadow(0px 0px 20px rgba(236,237,230,1));
}

#sec06 .img-box .thumbSlider{
	position: absolute;
	top: 25px; left: 35%;
	width: 70%;
	z-index: -1;
	filter: grayscale(1);
}

#sec06 .img-box .thumbSlider .swiper-slide{
	background-color: var(--white);
	border-radius: 30px;
}

#sec06 .img-box .thumbSlider .swiper-slide img{
	opacity: 0.6;
	width: 100%;
}



#sec07{}

#sec07 .wrapper{}

#sec07 .tit-box{
	text-align: center;
}

#sec07 .recommend-box{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#sec07 .recommend-box .recommend-btn{
	width: 45%;
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

#sec07 .recommend-box .recommend-btn li{
	width: calc( (100% - (20px * 2)) / 3 );
	background-color: var(--green04);

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 35px;
	box-shadow: 0px 0px 15px rgba(236,237,230,0);
	border-radius: 20px;

	cursor: pointer;
	transition: 0.4s;
}

#sec07 .recommend-box .recommend-btn li:hover,
#sec07 .recommend-box .recommend-btn li.active{
	background-color: var(--white);
	box-shadow: 0px 0px 15px rgba(236,237,230,1);
}

#sec07 .recommend-box .recommend-btn li.not{
	background-color: var(--green02);
	cursor: auto;
}

#sec07 .recommend-box .recommend-btn li.not i{
	display: block;
	width: 120px; height: 31px;
	background: url(/img/main/logo.png) no-repeat;
	background-size: cover;
	background-position: bottom center;
}

#sec07 .recommend-box .recommend-btn li figure{}

#sec07 .recommend-box .recommend-btn li figure img{}

#sec07 .recommend-box .recommend-btn li p{
	font-size: 1.125rem;
	font-weight: 600;
	transition: 0.4s;
}

#sec07 .recommend-box .recommend-btn li p span{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

#sec07 .recommend-box .recommend-btn li:hover p,
#sec07 .recommend-box .recommend-btn li.active p{
	color: var(--green02);
}

#sec07 .recommend-box .recommend-cont{
	width: 50%;
}

#sec07 .recommend-box .recommend-cont > li{
	height: 870px;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 40px 30px;
	box-shadow: 0px 0px 15px rgba(236,237,230,1);
}

#sec07 .recommend-box .recommend-cont > li ul{}

#sec07 .recommend-box .recommend-cont > li ul li{
	font-size: 1.25rem;
	word-break: keep-all;
	line-height: 1.3;
	padding-left: 15px;
	transition: 0.4s;
	cursor: context-menu;

	position: relative;
}

#sec07 .recommend-box .recommend-cont > li ul li:not(:first-of-type){
	margin-top: 10px;
}

#sec07 .recommend-box .recommend-cont > li ul li::before{
	content: "-";
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	position: absolute;
	top: 0; left: 0;
}

#sec07 .recommend-box .recommend-cont > li ul li:hover{
	color: var(--green02);
}


#sec08 .slide_box .txt h4{
	/* font-size: 1.25rem; */
	font-size: 1.4375rem;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#sec08 .slide_box .txt h4 span{
	/* display: block; */
	display: inline-block;
	font-size: 1rem;
	/* color: var(--gray04); */
	color: var(--white);
	background-color: var(--green01);
	padding: 4px 20px;
	font-weight: inherit;
	border-radius: 30px;
	margin-bottom: 10px;
}

#sec08 .slide_box .txt p{
	/* font-size: 1rem; */
	font-weight: 700;
	color: var(--gray03);
	text-align: center;
}

#sec08 .slide_box .txt p strong{
	font-size: 1.25rem;
	font-weight: 700;
	/* color: var(--color02); */
	color: var(--color01);
}

#sec08 .wrapper{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

#sec08 .title_box{}


#sec08 .title_box .title{
	font-size: 2.8125rem;
	font-weight: 400;
}

#sec08 .title_box .title strong{
	color: var(--green02);
	font-size: 3rem;
	font-weight: 600;
}


#sec08 .title_box .desc{
	color: inherit;
	line-height: 1.55;
	font-size: 1.125rem;
	word-break: keep-all;
}


#sec08 .btn_more{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 18px;
	padding: 15px 45px;
	border-radius: 10px;
	border: 1px solid #111;

	transition: 0.4s;
}

#sec08 .btn_more:hover{
	background-color: rgba(255,255,255,0.2);
}


#sec08{
	position: relative;
}

#sec08::before{
	    content: "";
    width: 100%;
    height: 47%;
    background-color: var(--green04);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#sec08 .wrapper{
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}


#sec08 .btn_more{
	border-radius: 5px;
}

#sec08 .btn_more span{
	color: inherit;
	font-size: 1.125rem;
	font-weight: 400;
}

#sec08 .btn_more i{
	color: inherit;
}


#sec08 .slide_box{
	width: 100%;
}

#sec08 .slide_box h3{
	font-size: 1.75rem;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--green02);
}

#sec08 .slide_box .content{
	width: 100%;
}

#sec08 .slide_box .slick-arrow{
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 0;
	text-indent: -9999px;
	border: none;
	outline: none;
	background-color: transparent;
	width: 0; height: 0;
}

#sec08 .slide_box .slick-prev{
	left: -70px;
}

#sec08 .slide_box .slick-prev::after{
	content: "";

	width: 10px; height: 10px;
	border-top: 2px solid var(--white);
	border-left: 2px solid var(--white);
	
	position: absolute;
	left: 0; top: 0;
	transform: rotate(-45deg) translateY(-50%);
}

#sec08 .slide_box .slick-next{
	right: -70px;
}

#sec08 .slide_box .slick-next::after{
	content: "";

	width: 10px; height: 10px;
	border-top: 2px solid var(--white);
	border-right: 2px solid var(--white);
	
	position: absolute;
	left: 0; top: 0;
	transform: rotate(45deg) translateY(-50%);
}


#sec08 .slick-slide {
  margin: 0 10px;
}
#sec08 .slick-list {
  margin: 0 -10px;
}


#sec08 .slide_box .thumb{
	width: 100%; height: 0;
	padding-bottom: 130%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

#sec08 .slide_box .thumb img{
	width: 100%;

	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}


/**
 *  Progress Bar
 */
.progress {
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--gray02);
  background-image: linear-gradient(to right, var(--green03), var(--green03));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}







/* 반응형 시작 */

@media screen and (max-width: 1300px){
	#sec01 .event-box {
    width: calc( 55% - 25px );
	}
	
	#sec06 .wrapper .deco{
		font-size: 9.1985rem;
	}

	#sec03 .tab_btns{
		top: 122px;
	}

	#sec03 .tab_btns .btn{
		padding: 12px 20px;
	}

	#sec06 .img-box {
		width: calc( (100% - 50px) * 0.7 );
		padding-left: 20%;
	}
	
	#sec06 .img-box .thumbSlider{
		width: 83.5%;
		left: 30%;
	}

	#sec06 .img-box .small-img-box .s_msg01{
		left: 3%;
	}

	#sec06 .img-box .small-img-box .s_msg02{
		left: 18.5%;
	}

	#sec06 .img-box .small-img-box .s_msg03{
		left: -6%;
	}

	#sec06 .img-box .small-img-box .s_msg04{
		left: 0.5%;
	}
	
	#sec07 .recommend-box .recommend-cont > li{
		height: 825px;
	}
}


  @media screen and (max-width: 1100px){
	#sec01 {
		height: auto;
		background-position: top 100%  left -190px, top 25% left 140px, top 35% left 235px, top 15% left 400px, top 10% right -120px, bottom -120px right 200px, top 95% right;
	}
	#sec01 .wrapper{
		flex-direction: column;
		gap: 40px;
		padding: 200px 0 70px;
		
	}
	
	#sec01 .tit-box{ text-align: center; }
	
	#sec01 .tit-box .tit strong{
		font-size: 3.5625rem;
	}

	#sec01 .event-box{
		width: 100%;
	}
	
	#sec01 .event-box{
		width: 70%;
	}
	#sec01 .event-box .tit-box .tit{
		font-size: 2.125rem;
		margin-top: 5px;
	}

	#sec01 .event-box .tit-box .tit_desc{
		font-size: 1.0625rem;
	}




	#sec02 .wrapper, #sec05 .wrapper{
		flex-direction: column;
		justify-content: center;
	}
	
	#sec02 .left-box, #sec05 .left-box{
		font-size: 1.4375rem;
	}
	#sec02 .left-box strong, #sec05 .left-box strong{
		font-size: 1.625rem;
	}

	#sec02 .right-box > figure, #sec05 .right-box > figure{
		width: 100px;
	}
	#sec02 .right-box .txt-box h3, #sec05 .right-box .txt-box h3{
		font-size: 2.75rem;
	}

	#sec02 .right-box .txt-box h3 figure, #sec05 .right-box .txt-box h3 figure{
		margin-left: 15px;
	}
	
	#sec02 .right-box .txt-box p, #sec05 .right-box .txt-box p{
		padding: 5px 20px;
		font-size: 1.4375rem;
	}

	#sec03 .tab_btns{
		flex-wrap: wrap;
	}

	#sec03 .tab_btns .btn{
		width: calc(100% / 3);
	}

	#sec03 .tab_btns .btn:nth-of-type(3n)::after{
		display: none;
	}

	#sec03 .tab_btns .btn:not(:nth-of-type(-n+3))::before{
		content: "";
		width: 90%; height: 1px;
		background-color: var(--gray02);
		position: absolute;
		top: 0; left: 50%;
		transform: translateX(-50%);
	}
	
	#sec03 .tab_cont .product-list{
		gap: 25px;
	}

	#sec03 .tab_cont .product-list .product {
		width: calc( ( 100% - 25px ) / 2 );
	}
	
	#sec03 .tab_cont .product-list .product .info-box .info_price dl dd{
		width: 70%;
	}
	#sec03 .tab_cont .product-list .product .info-box .info_tit .tit{
		font-size: 1.4375rem;
	}

	#sec03 .tab_cont .product-list .product .info-box .info_tit .code{
		font-size: 1.0625rem;
	}


	#sec04 .best-item-box{
		gap: 20px;
	}

	#sec04 .best-item-box .best-item {
		width: calc( ( 100% - (20px * 2) ) / 3 );
	}
	
	#sec04 .best-item-box .best-item-list .ranker{
		flex-direction: column;
	}

	#sec04 .best-item-box .best-item-list .ranker > figure {
		width: 100%;
		height: 120px;
		padding-right: 0;
		padding-bottom: 12px;
		border-bottom: 1px solid var(--green02);
	}
	
	#sec04 .best-item-box .best-item-list .ranker.first > figure{
		border-bottom: 0;
	}

	#sec04 .best-item-box .best-item-list .ranker:not(.first) > figure::after{
		display: none;
	}

	#sec04 .best-item-box .best-item-list .ranker .product-info-box h4{
		font-size: 1.4375rem;
	}
	#sec04 .best-item-box .best-item-list .ranker .product-info-box p{
		font-size: 1.625rem;
	}
	
	#sec04 .best-item-box .best-item-list .ranker .product-info-box{
		margin-top: 10px;
	}
	#sec04 .best-item-box .best-item-list .ranker:not(.first) .product-info-box{
		padding-left: 0;
	}
	
	#sec04 .best-item-box .best-item h3{
		gap: 10px;
	}
	#sec04 .best-item-box .best-item h3 span{
		font-size: 1.4375rem;
	}

	#sec04 .best-item-box .best-item h3 figure{
		width: 35px; height: 35px;
	}


	#sec06 .wrapper{
		flex-direction: column;
	}

	#sec06 .wrapper .deco {
		font-size: 10.1985rem;
		white-space: unset;
		line-height: 1;
	}

	#sec06 .tit-box{
		width: 100%;
		text-align: center;
	}

	#sec06 .tit-box br:nth-of-type(2){
		display: none;
	}

	#sec06 .tit-box .btn-box{
		margin-top: 50px;
		flex-direction: row;
		justify-content: center;
	}

	#sec06 .img-box{
		width: 100%;
		padding-left: 0;
	}

	#sec06 .img-box .bigSlider{
		margin: 0;
		width :100%;
	}

	#sec06 .img-box .bigSlider .swiper-slide img{
		margin: 0 auto;
	}

	#sec06 .img-box .thumbSlider {
		width: 70%;
		right: -3%; 	left: auto;
	}


	#sec07 .recommend-box{
		flex-direction: column;
	}

	#sec07 .recommend-box .recommend-btn{
		width: 100%;
		gap: 10px;
		background-color: var(--white);
		position: sticky;
		top: 122px;
		z-index: 2;
	}

	#sec07 .recommend-box .recommend-btn li{
		flex-direction: row;
		gap: 10px;
		box-sizing: border-box;
		padding: 12px 0;
		border-radius: 10px;
	}


	#sec07 .recommend-box .recommend-btn li figure{
		width: 45px;
		height: 35px;
	}

	#sec07 .recommend-box .recommend-btn li figure img{
		height: 100%;
		margin: 0 auto;
	}

	#sec07 .recommend-box .recommend-btn li p{
		width: 50%;
		text-align: center;
	}

	#sec07 .recommend-box .recommend-btn li.not i{
		width: 100px; height: 25px;
	}

	#sec07 .recommend-box .recommend-cont{
		width: 100%;
	}

	#sec07 .recommend-box .recommend-cont > li{
		margin-top: 50px;
		width: 100%;
		height: auto;
	}
	
	#sec07 .recommend-box .recommend-cont > li ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px;
	}

	#sec07 .recommend-box .recommend-cont > li ul li{
		width: calc(50% - 20px);
		margin-top: 0 !important;
		box-sizing: border-box;
		font-size: 1.125rem;
	}


	#sec08 .slide_box .slick-arrow{
			display: none !important;
		}

}


@media screen and (max-width: 900px){
	#sec01 .event-box {
		width: 100%;
	}

	#sec03 .tab_cont .product-list .product .info-box .info_price dl{
		width: 100%;
	}

	#sec04 .best-item-box .best-item-list .ranker .product-info-box h4 {
		text-align: center;
	}
	#sec04 .best-item-box .best-item-list .ranker .product-info-box p {
		flex-direction: column-reverse;
		align-items: center;
		gap: 0;
	}

}


@media screen and (max-width: 767px){

	#sec06 .tit-box .btn-box .btn_copy{
		display: inline-flex;
	}
	#sec01 .wrapper {
		gap: 30px;
		padding-top: 180px;
	}
	
	#sec01 .tit-box .tit{
		font-size: 1.75rem;
	}
	#sec01 .tit-box .tit strong {
		font-size: 2.875rem;
	}

	#sec01 .event-box{
		padding: 30px;
	}

	#sec01 .event-box .txt-box p {
		width: 210px;
		height: 160px;
		top: calc( -160px - 7px );
		right: -25px;
	}

	#sec01 .event-box .img-box img.phone {
		width: 150px;
		top: 150px;
		right: auto;
		left: calc( (100% - 150px) / 2 );
	}

	#sec01 .event-box .img-box img.smile {
		top: 48%;
		right: auto;
		left: 56px;
		width: 50px;
	}

	#sec01 .event-box .img-box img.deco01 {
		top: 32%;
		right: auto;
		width: 18px;
		left: 20px;
	}

	#sec01 .event-box .img-box img.deco02 {
		top: 70px;
		right: 65px;
	}

	#sec01 .event-box .img-box img.deco03 {
		top: 110px;
		right: 20px;
		width: 23px;
	}

	#sec01 .event-box .img-box img.deco04 {
		top: 195px;
		left: 6px;
		width: 45px;
	}

	#sec01 .event-box .img-box img.deco05 {
		top: 280px;
		left: 55px;
		width: 18px;
	}

	#sec01 .event-box .img-box img.deco06 {
		top: 330px;
		left: 6px;
		width: 25px;
	}

	#sec01 .event-box .img-box img.deco07 {
		top: 435px;
		left: 70px;
		width: 15px;
	}

	#sec01 .event-box .img-box img.deco08 {
		top: 305px;
		left: 284px;
		width: 40px;
	}
	
	#sec01 .event-box .img-box img.deco09 {
		top: 390px;
		right: 30px;
		width: 25px;
	}

	#sec01 .event-box .btn_tel {
		gap: 15px;
		padding: 12px 15px;
		width: 100%;
	}
	
	#sec01 .event-box .btn_tel figure{
		width: 35px;
	}
	#sec01 .event-box .btn_tel span{
		font-size: 2.25rem;
	}

	#sec01 .event-box .btn_tel i{
		width: 30px;
		height: 14px;
	}
	
	#sec01 .event-box .txt-box {
		margin-top: 185px !important;
	}

	#sec01 .event-box .txt-box .deco {
		top: 45px;
		left: 5px;
	}
	#sec01 .event-box .txt-box .deco img {
		width: 50px;
	}
	
	#sec02 .left-box,
	#sec05 .left-box{
		text-align: center;
		font-size: 1.375rem;
	}

	#sec02 .left-box strong,
	#sec05 .left-box strong{
		display: block;
		font-size: 1.5625rem;
	}


	#sec02 .right-box,
	#sec05 .right-box{
		flex-direction: column;
		gap: 10px;
		margin-top: 15px;
	}

	#sec02 .right-box > figure,
	#sec05 .right-box > figure{
		width: 40px;
	}

	#sec02 .right-box .txt-box h3,
	#sec05 .right-box .txt-box h3{
		flex-direction: column;
		gap: 0;
		margin-bottom: 15px;
	}
	#sec02 .right-box .txt-box h3 figure,
	#sec05 .right-box .txt-box h3 figure{
		margin-left: 0;
	}
	
	#sec02 .right-box .txt-box h3 span:nth-of-type(1),
	#sec05 .right-box .txt-box h3 span:nth-of-type(1){
		font-size: 1.875rem;
	}

	#sec02 .right-box .txt-box h3 span:nth-of-type(2),
	#sec05 .right-box .txt-box h3 span:nth-of-type(2){
		font-size: 2.75rem;
	}

	#sec02 .right-box .txt-box h3 figure, #sec05 .right-box .txt-box h3 figure{
		display: none;
	}

	#sec02 .right-box .txt-box p,
	#sec05 .right-box .txt-box p{
		text-align: center;
		font-size: 1.375rem;
	}
	

	#sec03 .tab_btns {
		top: 137px;
	}
	
	#sec03 .tab_btns .btn{
		font-size: 1.125rem;
		padding: 10px;
	}

	#sec03 .tab_cont .product-list .product .info-box .info_tit{
		flex-direction: column-reverse;
		align-items: flex-start;
		padding-bottom: 10px;
	}
	#sec03 .tab_cont .product-list .product .info-box .info_tit .tit {
		margin-top: 7px;
	}
	#sec03 .tab_cont .product-list .product .info-box .info_price dl{
		gap: 6px;
	}
	#sec03 .tab_cont .product-list .product .info-box .info_price dl dt:nth-of-type(2),
	#sec03 .tab_cont .product-list .product .info-box .info_price dl dd:nth-of-type(2) {
		margin-top: -9px;
	}
	#sec03 .tab_cont .product-list .product .recommend-box{
		width: 70px;
		height: 70px;
	}
	#sec03 .tab_cont .product-list .product .recommend-box p{
		/* font-size: 1.384rem; */
	}
	#sec03 .tab_cont .product-list .product .recommend-box p::after{
		width: 12px;
		height: 18px;
		top: -10px;
		right: -12px;
	}
	#sec03 .tab_cont .product-list .product .recommend-box img{
		width: 47px;
		margin-top: -19px;
	}
	

	#sec03 .tab_cont .product-list{
		gap: 5px;
	}

	#sec03 .tab_cont .product-list .product{
		padding: 20px;
		width: 100%;
	}

	#sec03 .tab_cont .product-list .product:not(:first-of-type){
		margin-top: 15px;
	}

	#sec03 .tab_cont .product-list .product .info-box .info_tit .code{
		font-size: 1rem;
		padding: 2px 10px;
		border-radius: 5px;
	}

	#sec03 .tab_cont .product-list .product .info-box .info_tit .tit{
		font-size: 1.375rem;
	}

	#sec03 .tab_cont .product-list .product .info-box .info_price dl dt, #sec03 .tab_cont .product-list .product .info-box .info_price dl dd{
		font-size: 1.125rem;
	}

	#sec03 .tab_cont .product-list .product .info-box .info_price .btn_order{
		gap: 5px;
	}

	#sec03 .tab_cont .product-list .product .info-box .info_price dl dd:nth-of-type(2){
		font-size: 1.5625rem;
	}

	#sec03 .tab_cont .product-list .product .info-box .info_price .btn_order span{
		font-size: 1.0625rem;
	}

	#sec03 .tab_cont .product-list .product .info-box .info_price .btn_order em{
		width: 22px; height: 22px;
	}

	#sec03 .tab_cont .product-list .product .info-box .info_price .btn_order em img{
		width: 10px;
	}



	#sec04 .best-item-box{
		gap: 10px;
		flex-wrap: wrap;
	}

	#sec04 .best-item-box .best-item{
		width: 100%;
	}
	
	#sec04 .best-item-box .best-item h3{
		border-radius: 15px;
	}
	#sec04 .best-item-box .best-item h3 figure{
		width: 30px; height: 30px;
	}

	#sec04 .best-item-box .best-item-list .ranker.first .product-info-box h4{
		text-align: left;
	}
	
	#sec04 .best-item-box .best-item-list .ranker.first .mark{
		width: 65px; height: 65px;
	}
	
	#sec04 .best-item-box .best-item-list .ranker .product-info-box h4{
		font-size: 1.375rem;
	}



	#sec06 .wrapper{
		gap: 25px;
	}

	#sec06 .tit-box .btn-box{
		flex-direction: column;
	}

	#sec06 .tit-box .btn-box{
		gap: 10px;
	}

	#sec06 .tit-box .btn-box .btn_tel figure, #sec06 .tit-box .btn-box .btn_copy figure{
		width: 30px;
	}

	#sec06 .tit-box .btn-box .btn_tel span, #sec06 .tit-box .btn-box .btn_copy span{
		font-size: 1.5625rem;
	}

	#sec06 .tit-box .btn-box .btn_tel i {
		width: 25px;
		height: 12px;
	}

	#sec06 .tit-box .btn-box .btn_copy i {
		width: 24px;
		height: 24px;
	}

	#sec06 .img-box .bigSlider{
		/* width: 75%; */
		margin: 0 auto;
	}

	#sec06 .img-box .small-img-box,
	#sec06 .img-box .thumbSlider{
		display: none;
	}


	#sec07 .recommend-box .recommend-btn{
		position: static;
		gap: 5px;
	}

	#sec07 .recommend-box .recommend-btn li{
		gap: 5px;
		width: calc( (100% - (5px * 2)) / 3 );
		padding: 10px 0;
		border-radius: 10px;
	}
	
	#sec07 .recommend-box .recommend-btn li p{
		font-size: 1.0625rem;
	}

	#sec07 .recommend-box .recommend-btn li p span{
		display: none;
	}
	

	#sec07 .recommend-box .recommend-btn li figure {
		width: 27px;
		height: 25px;
	}

	#sec07 .recommend-box .recommend-btn li.not i {
		width: 75px;
		height: 18px;
	}

	#sec07 .recommend-box .recommend-cont > li{
		margin-top: 30px;
		padding: 30px;
		font-size: 1.0625rem;
	}
	
	#sec07 .recommend-box .recommend-cont > li ul{
		gap: 7px;
	}

	#sec07 .recommend-box .recommend-cont > li ul li{
		width: 100%;
	}


	#sec08::before {
			background-position: top right 30%;
		}
	
	#sec08 .slide_box h3{
			font-size: 1.4375rem;
		}

	
	#sec08 .title_box .desc{
		font-size: 1rem;
	}

}
