/*********************************************
inquiry-check.css
*********************************************/
.o-form-b {
    margin: 0 auto;
}

.o-inpt-tb{
	margin-top: 60px;
}

.o-inpt-tb td{
	font-size: 14px;
	line-height: 28px;
	font-weight: 300;
	text-align: left;
}

.o-check-th{
	padding-top: 0;
}

.o-btn-b{
	width: 90%;
	margin: 0 auto;
}

.o-clear-btn{
	display: block;
	height: 50px;
	width: 100%;
	max-width: 280px;
	margin: 20px auto 0 auto;
	text-align: center;
	font-size: 13px;
	line-height: 14px;
	color: #595757;
	background: #fff;
	transition: .3s;
	border-radius: 5px;
	border: solid 1px #b4b5b5;
	box-sizing: border-box;
}

.o-clear-btn:hover{
	background: #dcdddc;
}

.org-next-btn{
	margin: 20px auto 0 auto;
	background: #cea467;
	color:#fff;
	border: none;
}

td.o-details{
	text-align: justify; 
	text-justify: inter-ideograph;
}


@media (min-width: 576px){


}


@media (min-width: 768px){
.o-form-b {
    margin: 0 auto;
}

.o-inpt-tb{
	margin-top: 60px;
}

.o-inpt-tb td{
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	text-align: left;
}

.o-check-th{
	padding-top: 0;
}

.o-btn-b{
	display: flex;
	justify-content: space-between;
	width: 410px;
	margin: 0 auto;
}

.o-clear-btn{
	display: block;
	height: 48px;
	width: 165px;
	max-width: 165px;
	margin: 85px auto 0 auto;
	text-align: center;
	font-size: 13px;
	line-height: 14px;
	color: #595757;
	background: #fff;
	transition: .3s;
	border-radius: 5px;
	border: solid 1px #b4b5b5;
	box-sizing: border-box;
}

.o-clear-btn:hover{
	background: #dcdddc;
}

.org-next-btn{
	margin: 85px auto 0 auto;
	width: 165px;
}

.org-next-btn:hover{
	background: #ac8956;
}
}


@media (min-width: 992px) {

}


@media (min-width: 1025px){

}