@charset "utf-8";

/* 휴대폰 인증 */
.inq-form .cert-step2.is-off {display: none;}
.inq-form .cert-step2 {display: flex; flex-wrap: nowrap; align-items: center;}
.inq-form .cert-step2 .fd-cert {display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; gap: var(--space-24);}
.inq-form .cert-step2 .cert-code {width: 150px !important; max-width: 150px !important; flex: 0 0 150px !important;}
.inq-form .cert-status {font-size: var(--font-size-18); font-weight: 600; line-height: 1.78; color: var(--primary-color); white-space: nowrap;}
.inq-form .cert-status.is-done {color: var(--primary-color);}
.inq-form .btn-cert:disabled {opacity: 0.5; cursor: not-allowed;}
.inq-form .cert-step2 .cert-code:disabled {background: #f5f5f5;}

@media (max-width: 768px) {
	.inq-form .cert-step2 {flex-direction: row; flex-wrap: nowrap; align-items: center;}
	.inq-form .cert-step2 .fd-cert {flex-direction: row; flex-wrap: nowrap; align-items: center;}
	.inq-form .cert-step2 .cert-code {width: 150px !important; max-width: 150px !important; flex: 0 0 150px !important;}
}
