/*  메인 공통   */
#main {
	position: relative;
	overflow: hidden;
}
#main .tit_main_section{
	position:relative;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #2b2b2b;
	letter-spacing: -0.5px;
	font-size: 28px;
}
#main .tit_main_section:after {
	content: "";
	display:none;
	width: 50px;
	border-bottom: 1px solid #2b2b2b;
	padding-bottom: 10px;
	margin: 0px auto;
}
#main .tit_main_section a{
	position:absolute;
	top:0px;
	right:0px;
	font-size:0.8rem;
	font-weight:normal;
}

/*  메인비주얼   */
#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: #ffffff;
}
#main_visual .swiper-pagination-bullet{
	opacity: 1;
	background: rgba(255,255,255,0.3);
	width: 50px;
	height: 2px;
	margin: 0px;
	border-radius: 0px !important;
}

#best_product>div>h1{
	margin-top: 30px;
}

#main .main_service{margin-top:0px;}
#main .main_service .h1{display:none;}


/* slider */
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{width:10px;height:10px;margin:0px 5px;border-radius:50px;}
.swiper-pagination-bullet-active{background:#444}
/* slider */


/*    스페셜 상품    */
#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;
}

.wrap_btn_more{margin-bottom:30px;}
.wrap_btn_more a{display:block;border:1px solid rgba(0,0,0,.15);line-height:51px;text-align:center;font-weight:bold;}