/*  메인 공통   */

/*국배달닷컴/////////////////////////////////////////////////////////////////////////*/
#main .main_prlist_list .wrapper{
	padding:0px;
}
#main .swiper-pagination-bullet-active {
    opacity: 1;
    background: #005826 !important;
}
#main .swiper-pagination-bullet{
	border-radius:50%;
	background:none;
}
.swiper-pagination-bullet {
    border: 1px solid #005826 !important;
}
#main_visual h2{
	line-height:145% !important;
	text-align:center;
}
#main_notice h1 {
    font-size: 1.5rem !important;
}
#main_notice li>div:first-child {
    font-size: 15px !important;
}
/*국배달닷컴/////////////////////////////////////////////////////////////////////////*/


#main {
	position: relative;
	overflow: hidden;
}
#main h1{
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #2b2b2b;
	letter-spacing: -0.5px;
	font-size: 28px;
}

#main h1:after {
	content: "";
	display:none;
	width: 50px;
	border-bottom: 1px solid #2b2b2b;
	padding-bottom: 10px;
	margin: 0px auto;
}


/*  메인비주얼   */
#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{
    background: #264427;
	border:1px solid #264427;
}
.swiper-pagination-bullet{
	opacity: 1;
	background: rgba(255,255,255,0.3);
    width: 10px !important;
    height: 10px !important;
    margin: 0 8px !important;
	border-radius: 50px;
}

#best_product>div>h1{
	margin-top: 30px;
}

#main .main_service{margin-top:0px;}
#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{
	margin-top: 60px;
	font-weight: normal;
	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;
	padding-bottom:5px;
}
#main_notice li>div:first-child{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#main_notice li div+div{
	font-size: 13px;
	color: rgba(0,0,0,0.4);
}

/*미니샵메인*/
#minishop h1{
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
	color: #2b2b2b;
	letter-spacing: -0.5px;
	font-size: 1.5em;
}

/*메인배너*/
.mainBanner h2{padding: 5px 0px;}
.mainBanner span{
	line-height: 150% !important;
	letter-spacing: -0.5px !important;
}