/*  메인 공통  */
#main {
	position: relative;
	overflow: hidden;
}
#main h1{
	position:relative;
	margin-top: 50px;
	margin-bottom: 25px;
	color: #010101;
	font-weight: bold;
	padding-left: 10px;
	font-size: 20px;

}
#main h1 span{
	padding: 0px 6px;
	font-size: 17px;
	position: relative;
	z-index: 2;
	background: #f7f7f7;
}

#main h1:after {
	border-bottom: 1px solid rgba(0,0,0,0.09);
	content: "";
	position: absolute;
	width: 100%;
	-webkit-box-sizing: border-box;
	right: 0px;
	top: 14px;
}

/*  메인 비주얼  */
#main_visual img{
	width: 100%;
	height: 100vw;
	-o-object-fit: cover;
	object-fit: cover;
}
#main_visual .slide_button{
	position: absolute;
	width: 100%;
	top: 50%;
}
#main_visual .wrapper>div{
	position: relative;
	width: 100%;
}
#main_visual .swiper-pagination-white .swiper-pagination-bullet-active{
   box-sizing: border-box;
   background: #333333;
}
#main_visual .swiper-pagination-bullet{
	opacity: 1;
	background: #fff;
	width: 50px;
	height: 2px;
	/* border-radius: 30%; */
}

#best_product>div>h1{
	margin-top: 30px;
}





/*    스페셜 상품    */
#special_product{
	background: #fafafa;
}
#special_product>.wrapper{
	padding-top: 0px;
	padding-bottom: 100px;
}
/* 메인 이미지*/
#main02 img{
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-top: 120px;
}
#main02 img+img{
	margin-top: 30px;
}

/*공지사항*/
#main_notice{
	color: #848484;
	margin-top: 60px;
	padding-bottom: 60px;
}
#main_notice h1{
	margin-top: 60px;
	margin-bottom: 15px;
}
#main_notice li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.5em;
}
#main_notice li>div:first-child{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main_service .wrapper h1{display:none;}

/*애니메이션효과*/

