
.order_cont {
	font-size: 14px;
	padding: 77px 180px 112px;
}
.order_cont h2 {
	margin-bottom: 6px;
}
.order_element {
	width: 100%;
}
.order_element label {
	display: inline-block;
	width: 100px;
}
.sender_info_chk_box {
	background-color: unset;
	padding: unset;
	margin: 0 0 34px;
	position: unset;
}

.file_wrap .file_wr {
	float: left;
	margin-bottom: 20px;
}
.file_wrap .file_wr #bf_file_1 {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	cursor: pointer;
}
.file_wrap .file_wr #bf_file_1 span {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.file_wrap .file_wr #bf_file_1 span i {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 30px;
	text-align: center;
	line-height: 32px;
	background: url('/theme/basic/skin/qa/basic/img/icon-add_black.png') no-repeat #efefef;
	background-position: center center;
}
.file_wrap .file_wr #bf_file_1 span small {
	font-family: NotoSansCJKkr;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	color: #757575;
	display: block;
}
.file_wrap .file_wr input[type="file"] {
	display: none;
}
.file_wrap div {
	display: inline-block;
}
.file_wrap .file_append {
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 16px;
}
.file_wrap .file_append i {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 30px;
	text-align: center;
	line-height: 24px;
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
	background: url('/theme/basic/skin/qa/basic/img/icon-delete-black.png') no-repeat #efefef;
	background-position: center center;
}
.file_wrap .file_append p {
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	color: #acacac;
	text-overflow: ellipsis;
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
}

.sale_info_wrap span {
	padding: 3px 8px;
	border: 1px solid #ccc;
	margin-left: 20px;
	border-radius: 5px;
}

.sale_info_wrap span i {
	background:url('/img/plus-circle-fill.png') no-repeat;
	padding-left:20px;
	background-size: 20px;
	cursor: pointer;
}

.sale_info_wrap label.label_auto,.deli_place_wrap label.label_auto {
	width: auto;
}

.product_table {
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
}

.product_table thead {
	background-color: #cccccc;
}

.product_table tr {
	border: 1px solid #cccccc;
	height: 48px;
	line-height: 48px;
}

.product_table tr input {
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 3px;
}

.product_table tr button{
	width:20px;
	height:20px;
	background: url(/img/delete.png) no-repeat;
	background-size: 20px 20px;
}
/*
.product_table tr i {
	cursor: pointer;
	display: inline-block;
	height: 24px;
}

.product_table tr i.fa-times:before {
	color: #FFFFFF;
}
*/

.payment_wrap .payment_chk_box {
	display: block;
	padding: 8px 0px;
}

.payment_wrap .payment_chk_box input[type='radio'] + label {
	background: unset;
	padding-left: 0px;
}
.payment_wrap .payment_chk_box input[type='radio'] + label .chk_icon {
	vertical-align: text-bottom;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 2px;
	background: #e9e9e9 url('/theme/basic/img/order/done_black_24dp copy 6.png') no-repeat center / 16px;
}
.payment_wrap .payment_chk_box input[type='radio']:checked + label {
	background: unset;
}

.payment_wrap .payment_chk_box input[type='radio']:checked + label .chk_icon {
	background: #000000 url('/theme/basic/img/order/done_black_24dp copy 6.png') no-repeat center / 16px;
}
.payment_wrap .payment_chk_box .other_channel {
	border: 1px solid #ccc;
	height: 22px;
	width: calc(100% - 152px);
	float: right;
	font-size: 14px;
}
.send_info_wrap .order_element a {
	text-decoration: underline;
}
.terms {
	max-width: 480px;
}
.terms .frm_checkbox {
	width: 100%;
	padding: 8px 0px;
}
.terms .frm_checkbox input[type="checkbox"] + label {
	width: auto;
	color: #000000;
}
.terms a.view_agree_personal,.terms a.view_agree_ad,.terms a.view_agree_sale_ad {
	text-decoration: underline;
	float: right;
}
#agree_personal, #agree_ad, #agree_sale_ad{
	text-align: left;
	display: none;
}
.common_title p {
	word-break: break-word;
}
.common_content td {
	text-align: left !important;
}
.common_content td b {
	text-decoration: underline;
}
.common_content table {
	margin: 10px 3px 10px 0px !important;
}

.order_submit_btn_wrap {
	margin: 30px auto 0px;
}