
/*grid*/
.lf-row{
	position: relative;
}

.lf-row.center{
	align-items: center;
    display: flex;
    justify-content: center;
}

.lf-row::after{
	clear: both;
	display: table;
	content: '';
}
.lf-col p{
	padding: 0px;
	margin: 0px;
}
.lf-row .lf-col {
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
	box-sizing: border-box;
	position: relative;
	
}
.lf-row .lf-col.col-1{
	width: 8.33333333%;
}
.lf-row .lf-col.col-2{
	width: 16.66666667%;
}
.lf-row .lf-col.col-3{
	width: 25%;
}
.lf-row .lf-col.col-4{
	width: 33.33333333%;
}
.lf-row .lf-col.col-5{
	width: 41.66666667%;
}
.lf-row .lf-col.col-6{
	width: 50%;
}
.lf-row .lf-col.col-7{
	width: 58.33333333%;
}
.lf-row .lf-col.col-8{
	width: 66.66666667%;
}
.lf-row .lf-col.col-9{
	width: 75%;
}
.lf-row .lf-col.col-10{
	width: 83.33333333%;
}
.lf-row .lf-col.col-11{
	width: 91.66666667%;
}
.lf-row .lf-col.col-12{
	width: 100%;
}

/*grid end*/

.lf-border{
	border: 1px solid #CACACA;
}

.lf-border--box{
	border: 1px solid #CACACA;
	border-top : 2px solid #32cefc;

}

.lf-border--top{
	border-top: 4px solid #CACACA !important;
}

.lf-border--default-color {
	border-color: #32cefc !important;
	border-width: 4px !important;
	
}

.lf-border--bottom{
	border-bottom: 4px solid #CACACA;
}

.border--default-color{
	border-color: #32cefc !important;	
}

.lf-padding {
	padding : 8px 16px;
}
/**/
.lf-select{
	width: 100%; border-radius: 4px; border:1px solid #CACACA;
}
.lf-select:active, .lf-select:focus{
	outline-color: transparent;

}




/**/

/*button*/
.lf-btn{
	background: #32cefc;
	color:white !important;
	text-decoration: none;
	border : none;
	outline: none;
	font-family: "Noto Sans KR","Open Sans","맑은 고딕","AppleSDGothcNeo","AppleGothic", sans-serif;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	height: 36px;
}

.lf-btn.bg-gray{
	background: #6c757d;

}

.lf-btn.btn-full{
	width: 100%;
}

.lf-btn.active, .lf-btn.focus{
	border :none;
	outline: none;
}
/**/

/*font*/
.lf-bold {
	font-weight: bold;
}
.lf-bold--red {
	font-weight: bold;
	color: 	red;
}

/**/

/*badge*/
.badge-cnt {
	display: inline-block;
    border-radius: 50%;        
    width: 20px;
    height: 20px;
    vertical-align: middle;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.badge-danger{
	color: #fff;
    background-color: #dc3545;
}

.lf-badge {
	border-radius: 0.25em;
	font-size: 12px !important;
}
/**/

/*card*/
.lf-card {
	position: relative;
	display: block;
	word-wrap: break-word;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	box-sizing: border-box;
}

.lf-card:not(:last-child) {
	margin-bottom: 15px;
}

.lf-card p {
	margin-top: 0;

}

.lf-card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.lf-card .info {
	color: #959595;
	font-size: 13px;
	display: block;

}

.lf-card-body {
	padding: 1.25rem;
}

.lf-card-title {
	margin-bottom: .75rem;
}

.lf-card h5 {
	
	margin: 0;
}

.lf-card.half {
	width: 48%;
	float: left;
}

.lf-card.half:nth-child(2n) {
	margin-left: 4%;
}
/**/

/*coupon*/
.coupon {
	outline: 2px dotted #bbb;
	width: 100%;
	border-radius: 10px;
	margin: 0 auto;
	box-sizing: border-box;
	float: left;
	margin-bottom: 10px;
}
.coupon .price {
	color: #32cefc;
	font-weight: bold;
	font-size: 1.4rem;
}
.coupon span {
	display: block;
}
.coupon .target {
	font-weight: bold;
	font-size: 14px;
}
.coupon .info {
	color: silver;
	font-size: 12px;
}
/**/