/*메인*/
.main_header{
	display: block;
}

.header-ori{
	display: none;
}

.main .container{
	margin-top: 125px;
	margin-bottom: 70px;
}
.main .ord{
	padding:5%;
}
.main h2{
	margin-bottom: 10px;
	font-weight: bolder;
}
.main h2 span{
	float: right;
	width: 9px;
}
.main h2 i{
	font-size: 10px;
}
.main .out_wrap{
	width: 100%;
	/* overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none; */
}
.main .out_wrap::-webkit-scrollbar{
	display: none;
}
/* .main .ord .slick-track{
	width: 455px !important;
	border: 1px solid red;
}
.main .ord .inner_wrap{
	width: 455px;
} */
.main .ord .inner_wrap .box{
	width: 100%;
	height: 220px;
	border: 2px solid #eee;
	border-radius: 7px;
	margin: 0 auto 20px;
	overflow: hidden;
}
.main .ord .box03{margin-right: 15px;}


/* 배너 */

.main .banner{
	width: 100%;
	background-color: #ccc;
	margin: 10px 0;
}
.main .banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* 주문하기탭 */
.main .ord .box{
	position: relative;
	box-shadow: 2px 2px 7px rgba(6, 27, 146, 0.1);
}
.main .ord .img_box{
	height: 63%;
}

.main .ord .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* .main .ord .img_box.img01{
	background-image: url(/public/img/app/oidong.jpg);
	background-size: 100%;
	background-position: center;
}
.main .ord .img_box.img02{
	background-image: url(/public/img/app/orae.jpg);
	background-size: 100%;
	background-position: 50% 55% ;
}
.main .ord .img_box.img03{
	background-image: url(/public/img/app/hamyang.jpg);
	background-size: 100%;
	background-position: center;
} */
.main .market_box {
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	height: 37%;
	padding:10px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}

.main .market_box .text-wrap{
	width: 60%;
}

.main .market_box h1{
	font-size: 20px;
	font-weight: bolder;
}
.main .market_box p{
	font-size: 13px;
	color: #333;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.main .market_box button{
	font-size: 12px;
	background-color: #A28DFF;
	color:#fff;
	font-weight: normal;
	padding:2px 12px;
	width: 110px;
	text-align: left;
	border-radius: 20px;
	margin-top: 16px;
}
.main .ord .box02 button{
	background-color: #8A87FD;
}
.main .ord .box03 button{
	background-color: #5c7dfb;
}

.main .market_box button span{
	float: right;
	padding-top:2px;
	width: 7px;
}

.main .discount {
	padding:0 0 0 5%;
}

.main .discount .inner_wrap {
	width: 450px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
}

.main .discount .inner_wrap .box{
	width: 220px;
	height: 160px;
	border: 2px solid #eee;
	border-radius: 7px;
	position: relative;
	margin-right: 10px;
}
.main .discount .img_box{
	height: 65%;

}
.main .discount .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 7px 7px 0 0;
}
.main .discount .disc_box{
	height: 35%;
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	padding: 5px 10px;
	border-radius: 0 0 7px 7px;
}
.main .disc_box h2{
	font-size: 16px;
}
.main .disc_box p{
	font-size: 12px;
	color: #333;
}

.corp-info {
	padding:  15px;
	margin-bottom: 60px;
}
.corp-info span {
	display: block;
	color: #bbb;
	font-size: 12px;
	font-family:'NanumSquareR';
	font-style:normal;
}