/* 기타 입력란은 기본적으로 숨김 */
#custom-country {
    display: none;
}

/**/
#table-inquiry-orders {table-layout: fixed;}
#table-inquiry-orders .no {width:80px;}
#table-inquiry-orders .subject {}
#table-inquiry-orders .date {width:140px;}

/**/
#table-inquiry-orders-view {table-layout: fixed;}
#table-inquiry-orders-view th {width:200px;}
#table-inquiry-orders-view td {}

.orders-product {}
.orders-product .pimg {}
.orders-product .pimg img {max-width:100px; max-height:140px;}


/**/
.form-group {}
.form-group-h {width: 49.5%; margin-bottom: 1rem; display: inline-block; vertical-align: top; }
.form-label{font-weight: 700; margin-bottom: 0.5rem;}


/* .form-group .orders-product{border: 1px solid green;} */
#product-div .orders-product{background-color: #f8f8f8; padding:10px; border-top: 1px solid #999999; }
.orders-product .pimg{width: 120px; padding: 10px; text-align: center; display: inline-block;vertical-align: top;}
.orders-product .pimg >img {width: 100%; border:1px solid #cccccc; }
.orders-product .cat-name{ display: inline-block; vertical-align: top; padding-top: 10px;}

@media (max-width:550px){

	.form-group-h {width: 100%; margin-bottom: 1rem; display: inline-block; vertical-align: top; } 
}