/*  메인 공통   */
#main {
	position: relative;
	overflow: hidden;
}
#main h1{
	margin-top: 40px;
	margin-bottom: 20px;
	text-align:left;
	font-weight:bold;
	color:#2b2b2b;
	letter-spacing:-0.7px;
    font-size:1.8em;
}

#main h1:before {
  content: "";
  display: block;
  width: 50px;
  border-top: 2px solid #2b2b2b;
  padding-top:10px;
}


/*  메인비주얼   */
#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: #2b2b2b;
}
#main_visual .swiper-pagination-bullet{
	opacity: 1;
	background: #fff;
	width: 50px;
	height: 2px;
}

#best_product>div>h1{
	margin-top: 30px;
}

#main .main_service{margin-top:50px;}
#main .main_service h1{display:none;}



/*    스페셜 상품    */
#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;
	font-size: 14px;
	border-top: 1px solid #ebebeb;
	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;
}