.iqr_policy_wrap{position:relative;width:1100px;margin:0 auto 45px}

/* old */
.iqr_policy{position:relative;margin:20px 0 10px;border:1px solid rgba(221,221,221,0.35)}
.iqr_policy > ol{padding:25px}
.iqr_policy > ol > li{margin-top:10px}
.iqr_policy > ol > li:first-child{margin-top:0}

.iqr_check{padding-left:50px;height:80px;background-color: #fff;border: 1px solid var(--brownColor);}
.iqr_check > input, .iqr_check > label{display:block;float:left}
.iqr_check > input{position:absolute;left:0;top:0;opacity:0;width:0;height:0}
.iqr_check > label{height:36px;margin-top:22px;padding-left:55px;background-repeat:no-repeat;background-position:left 0;background-image:url('../img/inq_check.png');background-size:36px 72px;font-size:18px;line-height:36px;letter-spacing:-0.03em;color:#1c1c1c;cursor:pointer;font-weight: 300;}
.iqr_check > input:checked + label{background-position:left -36px}
.open_policy{position:absolute;top:22px;right:50px;display:block;width:80px;height:35px;line-height:35px;background-color:rgba(200,176,137,0.3);font-weight:500;font-size:14px;letter-spacing:-0.02em;color:#000;text-align:center}

.iqr_info{width:1000px;margin:30px auto 0}
.iqr_tit{font-size:26px;font-weight: 700;letter-spacing:-0.03em;line-height:1.44;color:#fff}
.iqr_dot{position:relative;margin-left:24px;padding-left:14px;font-size:0.65em;font-weight: 350;color: var(--yellColor);}
.iqr_dot:before{content:'';position:absolute;left:0;top:40%;width:6px;height:6px;border-radius:50%;background:#fff}

.inquiry_table{width:100%;margin-top:20px;table-layout:fixed}
.inquiry_table .col1{width:20%}
.inquiry_table th, .inquiry_table td{padding:5px 0}
.inquiry_table th{padding-left:25px;border-right:0;font-size:20px;line-height:50px;letter-spacing:-0.05em;color:var(--brownColor);text-align:left;vertical-align:top}
.inquiry_table th label, .inquiry_table th span{position:relative;color: #fff;}
.inquiry_table th label.required:before{content:'';position:absolute;left:-15px;top:10px;width:6px;height:6px;border-radius:50%;background:var(--beigeD)}
.inquiry_table td{color:#fff}
.inquiry_table input[type="text"], .inquiry_table input[type="password"], .inquiry_table select{width:300px;height:50px;padding:0 10px;border:1px solid var(--brownColor);background-color:#fff;font-size:16px;color:#666;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}
.inquiry_table input[type="text"].email_02_input{width:230px;margin-right:-5px;border-right:0}
.inquiry_table select{width:235px;background:#f9f7f4 url('../img/sel_arr.png') no-repeat 95% 50%;font-size:17px;
-webkit-appearance: none; /* 화살표 없애기 for chrome*/
-moz-appearance: none;    /* 화살표 없애기 for firefox*/
appearance: none;         /* 화살표 없애기 공통*/
}
.inquiry_table select::-ms-expand {
display: none;         /* 화살표 없애기 for IE10, 11*/
}
.inquiry_table select option{background-color:#fff}
.inquiry_table .bridge, .inquiry_table .nbsp{display:inline-block;text-align:center}
.inquiry_table .bridge{width:16px}
.inquiry_table .nbsp{width:5px}
.inquiry_table .text{padding-left:2px;font-size:0.875em}
.inquiry_table textarea{overflow:auto;width:100%;height:130px;padding: 0 10px;border:1px solid var(--brownColor);background:#fff;font-size:16px;line-height:160%;resize:none;color:#666;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}
.inquiry_table input[type="radio"]{overflow:hidden;position:absolute;width:0.1px;height:0.1px;opacity:0;z-index:-1}
.inquiry_table .cust_radios label{width:150px;line-height:50px;background:transparent;border:1px solid rgba(255,255,255,0.4);border-right:0;color:rgba(255,255,255,0.6);font-size: 18px;font-weight: 700;text-align:center;cursor:pointer;box-sizing:border-box}
.inquiry_table .cust_radios label:last-child{border-right:1px solid rgba(255,255,255,0.4)}
.inquiry_table input[type="radio"]:checked + label{color:#fff;background:#151515;border-color:#151515}
.inquiry_table .rd_lbl{display:inline-block;width:150px;line-height:50px;border:1px solid rgba(255,255,255,0.4);text-align:center;cursor:pointer}
.b_btn01{margin: 50px auto 0;width:300px;height:70px;background-color: var(--beigeD);font-size: 28px;font-weight: 700;letter-spacing: -0.03em;color: var(--green)}

.inquary_type1 .bar_submit{color: var(--green);}
.inquary_type2 .bar_submit{color: var(--wine);}