.modal_own .modal-dialog{
	font-size: 16px;
}

.modal_own .modal-header{
	border: none;
    position: relative;
}

.modal_own .modal-header .close{
	font-size: 2.5em;
    margin: 0;
    position: absolute;
    right: 10px;
    top: -10px;
}

.modal_own .modal-body{
	font-family: 'kanit';
    padding: 30px 30px 50px 30px;
}

.modal_own .modal-body .box-top{
	overflow: hidden;
    margin: 0 0 30px 0;
}

.modal_own .modal-body .box-top .box-left {
	width: 120px;
    margin: 0 30px 0 0;
}

.modal_own .modal-body .box-top .box-left img {
	display: block;
    width: 120px;
}

.modal_own .modal-body .box-top .box-left .txt-company{
	text-align: center;
    font-size: 0.7em;
    display: block;
    margin: 5px 0 0 0;
}

.modal_own .modal-body .box-top .box-right{
	width: calc(100% - 150px);
    font-weight: normal;
    font-family: 'Sarabun', sans-serif;
    font-size: 0.85em;
}

.modal_own .modal-body .box-top .box-right .cls-claim{
	margin-top: 15px !important;
    margin-left: -5px !important;
}

.modal_own .modal-body .box-top .box-right .txt-name{
	color: #000;
    margin: 0 0 3px 0;
    font-size: 1.45em;
    font-family: 'kanit';
}

.modal_own .modal-body .box-top .box-right .detail_top{
    width:100%;
}

.modal_own .modal-body .box-top .box-right .detail_top td{
	vertical-align: top;
}

.modal_own .modal-body .box-top .box-right .detail_top td:first-child{
    width:28%;
}

.modal_own .txt-light{
    font-weight: lighter !important;
}

.modal_own .txt-bold{
    font-weight: bold !important;
}

.modal_own .modal-body .table-bottom{
	width: 100%;
    font-family: 'Sarabun', sans-serif;
    font-size: 0.85em;
}

.modal_own .modal-body .table-bottom tr:first-child td{
	background-color: #0057A8 !important;
    color: #fff;
}

.modal_own .modal-body .table-bottom tr:first-child td b{
	font-family: 'kanit';
    font-weight: normal;
    font-size: 1.3em;
}

.modal_own .modal-body .table-bottom tr td:nth-child(even){
	text-align: center;
}

.modal_own .modal-body .table-bottom tr:nth-child(odd) td{
	background-color: #F8FBFF;
}

.modal_own .modal-body .table-bottom tr:last-child{
	border-bottom: 0;
}

.modal_own .modal-body .table-bottom .txt-price {
	font-size: 1.6em;
}

.modal_own .modal-body .table-bottom .txt-bath {
	font-size: 0.7em;
}

.modal_own .modal-footer{
	display:none;
}

.modal_own .sum-data > td {
	padding: 10px 20px;
}

@media screen and (min-width: 1025px) {

	.modal_own .modal-dialog{
		font-size: 20px;
		max-width: 700px !important;
	}
}

@media screen and (max-width: 991px) {

.modal_own .modal-body .box-top .box-right .cls-btn{
    flex: 0 0 50%;
    max-width: 50%;
}

.modal_own .modal-body .box-top .box-right .cls-claim .btn {
	font-size: 17px;
}

}

@media screen and (max-width: 767px) {
	.modal_own .modal-body .box-top{
		margin: 0 0 10px 0;
	}

	.modal_own .modal-body{
		padding: 0 15px 30px 15px;
	}
	.modal_own .modal-body .box-top .box-left{
		width:72px;
		margin: 0 10px 0 0;
		font-size: 0.9em;
	}

	.modal_own .modal-body .box-top .box-left img{
		margin:auto;
		width:50px;
	}

	.modal_own .modal-body .box-top .box-right{
		width: calc(100% - 50px);
		font-size: 0.68em;
	}

	.modal_own .modal-body .table-bottom{
		font-size: 0.75em;
	}

	.modal_own .modal-body .table-bottom tr td{
		padding: 7px 10px !important;
	}
}

@media screen and (max-width: 576px) {
	.modal_own .modal-body .box-top .box-right .cls-claim{
		margin-top: 8px !important;
	}
	.modal_own .modal-body .box-top .box-right .cls-claim .btn{
		font-size: 14px;
	}
}