.db_text_area{
	padding:0px 0 20px 0;
}
.form_title{
	text-align:center;
	font-size:32px;
	color:#333;
}
.form_title_sub{
	text-align:center;
	font-size:16px;
	color:#777;
	font-weight:normal;
}
.form_title_detail{
	text-align:justify;
	font-size:32px;
	color:#333;
	word-break:break-all;
}
.form_title_sub_detail{
	text-align:justify;
	font-size:16px;
	color:#666;
	font-weight:normal;
	word-break:break-all;
}
.db_form_area {
	background:#fff;
	padding:20px;
	border-radius: 32px;
	box-shadow: rgba(48, 53, 50, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.db_form_area form{
    margin-top: 10px;
}

.db_form_title {
    line-height: 36px;
    font-size: 30px;
    font-weight: 700;
    color: #16a73d;
	text-align:center;
}

.db_form_area .radio2 {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 10px;
}
.db_form_area .radio2 input[type=radio] {
    display: none;
}
.db_form_area .radio2 input[type=radio]:checked+label {
    font-size: 1rem;
    font-weight: 700;
    background-color: #16a73d;
    color: #fff;
}
.db_form_area .radio2 input[type=radio]+label {
    width: 50%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ced4da;
  border-radius: 12px;
    font-size: 1rem;
    cursor: pointer;
    background: #fff;
	color:#272727;
	margin-bottom: 15px;
}
.db_form_area .phone {
    width: calc(100% - 100px);
    height: auto;
    display: flex;
		gap: 10px;
		float: right;
}
.db_form_area .sel {
    border: 1px solid #ccc;
    width: 80px;
		height:50px;
    text-align: center;
    cursor: pointer;
  border-radius: 12px;
    word-wrap: normal;
    text-transform: none;
    font-size: 1rem;
		color:#272727;

}
.db_form_area .agree_box {
	text-align:center;
}
.db_form_area .agree_box * {
	cursor:pointer;
}
.db_form_area .btn_submit {
    width: 100%;
    height: 50px;
    background-color: #16a73d;
  border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
		margin-top:20px;
		display: flex;
    justify-content: center;
    align-items: center;
}


.db_result {
	background:#fff;
	padding:20px;
	border-radius: 32px;
	box-shadow: rgba(48, 53, 50, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.db_result_title {
    line-height: 36px;
    font-size: 30px;
    font-weight: 700;
    color: #16a73d;
	text-align:center;
}
.db_result_update {
    font-size: 14px;
    color: #333;
	text-align:center;
	margin:0;
}
.db_result_update .bhdate {
    color: #ff0000;
    font-weight: 700;
}
.db_result_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 10px;
}
.db_result_item .item {
    background: #fff;
    text-align: center;
    padding: 10px 0px;
  border-radius: 12px;
    border: 1px solid #ced4da;
	box-shadow: rgba(48, 53, 50, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.db_result_item .item img {
    vertical-align: top;
	height: 34px;
}
.db_result_item .item p {
    margin: 0px;
    font-size: 14px;
    color: #ff0000;
    font-weight: 700;
	padding:0;
}




.goods_area{
	padding:10px !important;
}
.goods_area a{text-align:center;}
.goods_area .goods_clogo {
    width: 160px !important;
}
.goods_area .goods_title{
	font-weight:500;
	font-size:18px;
	text-align:justify;
}
.goods_area .goods_info{
	font-size: 14px;
    text-align: justify;
    height: auto;
    background: #efefef;
    border-radius: 12px;
    line-height: 20px;
    padding: 15px;
    margin-top: 15px;
    color: #000;
    word-break: break-all;
		max-height: 136px;
    overflow: hidden;
}
.goods_area.shadow2 {
    box-shadow: 0 1rem 3rem rgba(0, 112, 255, .6) !important;
}

.goods_area .goods_certi {
    font-size: 13px;
    text-align: justify;
    word-break: break-all;
    padding: 5px 5px;
	letter-spacing:-1px;
}
.goods_area .goods_btn {
    width: 100%;
    margin: 20px 0 10px 0;
}
.goods_area .goods_btn .btn_calcu{
    background: #16a73d;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 24px;
}




/* ================================================ */
/* == ¹ÝÀÀÇü Äõ¸® ½ÃÀÛ === */
@media (max-width: 991px) {
	.db_text_area{
		padding:0px 0 20px 0;
	}
    .db_result_item {
        grid-template-columns: repeat(2, 1fr);
    }
    .main-img .main_img_area {
        grid-template-columns: repeat(2, 1fr);
    }
	.db_result{
		margin-top:30px;
	}
}

@media (max-width: 767px) {
	.form_title, .form_title_detail{
		font-size:24px;
	}
	.db_result_item .item img {
		height: 32px;
	}
	.db_result_title{
		font-size: 24px;
	}
    .main-img .main_img_area {
        grid-template-columns: repeat(1, 1fr) !important;
    }
	.db_result_item .item p{
		font-size:12px;
	}
}