@media (max-width: 799px) {
	.order_info .order_name_desc{display:block; margin-left: 110px;}
	.wrap {
		min-width: 320px;
		margin: 30px auto 0;
		padding:0 10px;
	}
	.wrap .board ul{
		overflow:hidden;
		border-bottom:1px solid #ddd;
	}
	.wrap .board ul .head{
		text-align:left;
		text-indent:20px;
		 width: 45%;
	}
	.wrap .board ul .head.lh{
		padding-top:10px;
	}
	.wrap .board ul li{
		float:left;
		text-align:left;

	}
	.wrap .board ul li:last-child{
		width:55%;
	}
	.wrap .board .column6 li{
		text-align:right;
	}
	.wrap .input_btn .btn {
		width:90%;
	}
	.order_info li [name='order_memo']{width:59%;}

	.wrap .select_cont .column0 {
		width: 20%;
	}
	.wrap .select_cont .column1 {
		width: 12%;
	}

	.wrap .select_cont  .column2 {
		width: 15%;
	}

	.wrap .select_cont  .column3 {
		width: 15%;
	}

	.wrap .select_cont  .column4 {
		width: 11%;
	}

	.wrap .select_cont  .column5 {
		width: 15%;
	}

	.wrap .select_cont  .column6 {
		width: 12%;
	}

	.wrap .input_btn{
		margin-top:10px;
	}

	.wrap .disc{
		padding-top:10px;
	}
}

@media (min-width: 800px) {
	.wrap {
		min-width: 800px;
		max-width: 800px;
		margin: 30px auto;
	}
	.wrap .board ul{
		float:left;
	}
	.wrap .board ul .head{
		border-bottom:1px solid #555;
		height: 33px;
	}
	.wrap .board ul .head.lh{
		line-height:32px;
	}
	.wrap .column0 {
		width: 12%;
	}
	.wrap .column1 {
		width: 12%;
	}

	.wrap .column2 {
		width: 19%;
	}

	.wrap .column3 {
		width: 19%;
	}

	.wrap .column4 {
		width: 11%;
	}

	.wrap .column5 {
		width: 15%;
	}

	.wrap .column6 {
		width: 12%;
	}
}