/*------------------------------------
  DM서비스 >홍보DM > 주문하기
------------------------------------*/
/* checkbox style*/
.checkbox-inline .checkbox {
    margin-right: 1rem;
    margin-bottom: .35rem;
}
.checkbox {
	 display:flex;
	 align-items:center;
}
.checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox>span {
	 background-color:none;
	 display:-webkit-box;
	 display:-ms-flexbox;
	 display:flex;
	 -webkit-box-align:center;
	 -ms-flex-align:center;
	 align-items:center;
	 -webkit-box-pack:center;
	 -ms-flex-pack:center;
	 justify-content:center;
	 -ms-flex-negative:0;
	 flex-shrink:0;
	 border-radius:.42rem
}
.checkbox>span:after {
	 content:"";
	 border-color:transparent;
	 border-style:solid;
	 border-width:0 2px 2px 0!important;
	 -webkit-transform:rotate(45deg);
	 transform:rotate(45deg);
	 margin-top:-2px
}
.checkbox>input {
	 position:absolute;
	 z-index:-1;
	 opacity:0
}
.checkbox > span {
    background-color: #ebedf3;
    border: 1px solid transparent;
}
.checkbox > span {
    height: 18px;
    width: 18px;
}
.checkbox-inline .checkbox span {
    margin-right: .75rem;
}
.checkbox > input:checked ~ span {
    background-color: #3699ff;
}
.checkbox>input:checked~span:after {
    border-color: #fff;
}
.checkbox > span::after {
    content: "";
    border-style: solid;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg);
    margin-top: -2px;
}
.checkbox > span::after {
    width: 5px;
    height: 10px;
}
/* radio style**/
.radio>span {
    background-color: #ebedf3;
    border: 1px solid transparent;
}
.radio-inline .radio span {margin-right: .75rem;}
.radio>span {
    height: 18px;
    width: 18px;
}
.radio {
    display: flex;
    align-items: center;
}
.radio>span {
    border-radius: 50%;
    background-color: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.radio>input:checked~span {
    background-color: #3699ff;
}
.radio>input:checked~span:after {
    background-color: #fff;
    border-color: #fff;
}
.radio>input:checked~span:after {display: block;}
.radio>span:after {
    width: 6px;
    height: 6px;
}
.radio>span:after {
    content: "";
    border-radius: 100%!important;
}
.step{
	/*margin-bottom:3em;*/
	 position: relative;
}
.step_bar{
	height: 4px;
	width: 100%;
	background-color: #f6f7f7;
	position: relative

}
.step_bar_on{
	background-color: #23ac38;
}
.step_bar_icon{
	display: inline-block;
	line-height:50px;
	min-width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #f6f7f7;
}
.step_icon_on{
	background-color: #23ac38;
	color:#fff;
}

@media (min-width: 992px) {
	/* .step:after {
		display: block;
		content: '';
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		top: 29%;
		z-index:-1;
		background: #e1e1e1;
	}*/
	/* .step_border{
		border:1px solid #efefef;
		min-width:190px;
		border-radius: .25rem;
		box-shadow: 11px 11px 20px rgb(0 0 0 / 4%);
		padding:1rem 2rem;
	}*/

}
/* steps style**/
.order_steps p.step_tit{/*min-width:100px;*/}

@media (max-width: 991px) {
	.order_steps > div{	
		justify-content: space-between;

		width:100%;
		margin-bottom: 0.5rem;
		margin-top: 0.5rem;
		/*border-bottom:1px solid #f6f7f7;*/
	}
	.order_steps > div p:first-child{	
		/*width:40px;	*/
	}
	.order_steps > div > div{	
		padding-left: 0 !important;
		padding-right: 0rem !important;
	}
}

/* 텝메뉴 1 style*/
.ui_tabcontents .boxline_tab {
    padding-left: 1px;
}
.ui_tabcontents .boxline_tab li.on a {
	background: #fff;
	color: #333;
	border: 1px solid #888;
	border-bottom-color: rgb(136, 136, 136);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom: 0;
	position: relative;
	z-index: 1;
}
.ui_tabcontents .boxline_tab li a {
    background: #f6f7f7;
    color: #333;
    border: 1px solid #e1e1e1;
}

.search_bt {
  position: relative;
  width:48px;
  border: 1px solid #ddd;
	border-radius: .25rem;
	background: #f6f7f7;
}

/* board 1 style*/
.board-row {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}
.board {
    position: relative;
    margin-top: 10px;
    border-top: 2px solid #222;
}
.board .board-title .item:first-child::after {background: none;}
.board .board-title .item::after {
   display: block;
    content: '';
    width: 1px;
    height: 15%;
    position: absolute;
    left: 0;
    top: 0%;
    background: #222;
}
.board-title .item {
	height: 52px;
	color: rgba(255,255,255,0.9);
	 background: #44444f;
	padding-left:0rem;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
}
.board-data .item {
	margin:1rem 0;
	text-align: center;
}
.board-title .item{
	font-weight: 700;
	position: relative;
}
.order_tit{
  position: relative;
  min-width:90px;
}
.order_tit:after{
	display: block;
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
   right: 0;
    top:20%;
    background: #ccc;
}
.board .item:nth-child(1) { width: 20%;}
.board .item:nth-child(2) { width: 40%;}
.board .item:nth-child(3) { width: 20%;}
.board .item:nth-child(4) { width: 20%;}
.board .item:nth-child(5),.board .item:nth-child(6), .board .item:nth-child(7),.board .item:nth-child(8) { width: 15%;}

/* 주문하기 input-style */
.order_form .form-control{
   position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}
.form-control {
    display: block;
    height: calc(1.2em + 1.3rem + 1px);
    padding: .65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .42rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.order_form .input-group-text {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	height: calc(1.2em + 1.3rem + 1px);
    padding: .65rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000 !important;
    text-align: center;
    white-space: nowrap;
    background-color: #f3f6f9;
    border: 1px solid #ddd;
    border-radius: .25rem;
}
.order_form .input-group-prepend > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 0.42rem;
	margin-left:-1px;
	border-bottom-right-radius: 0.25rem;	
}
.form-control::placeholder {
    color: #999; opacity: 0.8;
}
.bo_rad{ border-radius: .25rem !important;}
.order_top{border: 1px solid #e4e6ef;}
.board .item_2 { width: 50%;}
.template_img > div{
	border:1px solid #ddd;
	width: 215px;
    height: 300px;
}

.text-center{position: relative;}
.img_zoom{
	position: absolute;
    right:0%;
    top:0%;
	width:40px;
	height:40px;
	line-height:40px;
	/*background:rgba(53,60,76,1); */
	background:rgba(0,144,213,1);
}
/* 수량증가 input */
.input-number__input {
    -moz-appearance: textfield;
    display: block;
    width: 100%;
    min-width: 88px;
    padding: 0 34px 1px;
    text-align: center;
}
.input-number__add, .input-number__sub {
    position: absolute;
    height: calc(100% - 2px);
    width: 34px;
    top: 1px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .3;
    transition: opacity .18s;
	border-radius: .42rem;
}
.input-number__add {
    right:6px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-number__sub {
    left: 6px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-number__add:after, .input-number__add:before, .input-number__sub:after, .input-number__sub:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: currentColor;
}
.input-number__add:before, .input-number__sub:before {
    width: 10px;
    height: 2px;
}
.input-number__add:after {
    width: 2px;
    height: 10px;
}
.input-number__add:hover,.input-number__sub:hover{opacity:1}
.input-number__add:active,.input-number__sub:active{opacity:1;background-color:rgba(0,0,0,.05)}



.address_sh select{
	font-size: 1.2rem;
}
.modal{
	z-index: 999999999 !important;
}
.modal-content {  
	 position: relative;
}

.modal-backdrop.show {

	opacity: 0.5;
	 z-index: 30000 !important;
}
/* 템플릿 css */
.template_list a {
    display: block;
    border: 1px solid #ddd;
    /*border-radius: 0.5rem; */
    box-shadow: 0 10px 10px -5px rgb(0 0 0 / 5%);
}


@media (max-width: 991px) {	
	.board > div.board-data { flex-direction: column !important; padding-top:15px; padding-bottom:15px;}
	.board > div > div {width:100% !important;}
	.board-data .item {	margin:3px !important; font-size: 1.05rem; text-align: left !important;}	
	.board-data .target_box{border:1px solid #f3f3f3; background-color: #f3f3f3; padding:1rem; border-radius: .25rem; margin-bottom:1rem !important;}

}


/* 주문하기 last */
.point_bar::after{
	display:block;
	content:"";
	width:3rem;
	height:2px;
	background:#333;
	margin-top:0.5rem;
}
.back_bg{
	background:#e3f2ff;
}
.delivery{
	border:1px solid rgba(212,213,222,0.8);
	max-height:600px;
	min-height:450px;
	overflow-y: auto;
}
.delivery > div > p{
	border-bottom:3px solid #333;
}
.delivery > div > ul > li{
	border-bottom:1px solid #f3f3f3;
}
.delivery_list{
	border: 1px solid #e1e1e1;
	max-height:150px;
	overflow-y: auto;

}
@media (min-width: 992px) {
  .margin-1{
		margin-left:-1px;
	}
}
.addr_close, .addr_open {
	display:block;
	position: relative;

}
.addr_close::after{
	content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 0.775rem;
    position: absolute;
    right: 0;
    top: 50%;
    height: 1.125rem;
    width: 1.125rem;
    color: #999;
    text-align: center;
    line-height: 1.1rem;
    border: 1px solid #e3e3e3;
    background: #fff;
    border-radius: 50%;
    transform: translate(0, -50%);
}
.addr_open::after{
	content: '\f0d8';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 0.775rem;
    position: absolute;
    right: 0;
    top: 50%;
    height: 1.125rem;
    width: 1.125rem;
    color: #999;
    text-align: center;
    line-height: 1.1rem;
    border: 1px solid #e3e3e3;
    background: #fff;
    border-radius: 50%;
    transform: translate(0, -50%);
}
@media (max-width: 1199px) {
	.order_details  .bo_line{
		border-bottom: 1px solid #e0e0e0;
	}
}
@media (max-width: 991px) {
	.order_d_dong{
		border-bottom: 1px solid #e0e0e0;
	}
}
@media (min-width: 992px) {
	.order_d_dong{
		border-right: 1px solid #e0e0e0;
	}
}
.bo_line_r{
		border-right: 1px solid #e0e0e0;
}
.bo_line_ㅣ{
		border-left: 1px solid #e0e0e0;
}
.bo_line_b{
		border-bottom: 1px solid #e0e0e0;
}