.inquiry_wrap{}
.iqr_policy_wrap{position:relative;padding-bottom:39px;width:1100px;margin:0 auto}
.iqr_tit{font-family:'NotoSansKR';font-weight: 700;padding-left:50px;font-size:25px;color:#fff}
.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 > input, .iqr_check > label{display:block;float:left}
.iqr_check > label{margin-left:5px;font-size:0.875em;line-height:87.5%}


.iqr_check{padding-left:50px;height:80px;border: 1px solid #fff;box-sizing:border-box}
.iqr_check > input{position:absolute;left:0;top:0;opacity:0;width:0;height:0}
.iqr_check > label{margin-top:20px;padding-left:55px;height:35px;font-family:'NotoSansKR';font-weight: 350;line-height:35px;margin-left:0;font-size:18px;letter-spacing:-0.02em;color:#fff;background-repeat:no-repeat;background-position:left 0;background-image:url('../img/inquiry_check.png');background-size:35px 70px;cursor:pointer}
.iqr_check > input:checked + label{background-position:left -35px}
.open_policy{position:absolute;top:22px;right:50px;display:block;width:80px;height:35px;line-height:35px;background-color:#000;font-family:'NotoSansKR';font-weight: 500;font-size:14px;letter-spacing:-0.02em;color:#fff;text-align:center}

.iqr_info{width: 1050px; margin: 0 auto;font-family:'NotoSansKR';}
.iqr_dot{position:relative;margin-left:29px;padding-left:15px;font-size:16px;color:#fff;font-family:'NotoSansKR';font-weight: 350}
.iqr_dot:before{content:'';position:absolute;left:0;top:40%;width:6px;height:6px;background:url('../img/inq_dot.png') no-repeat}
.iqr_dot > span{font-size:0}

.inquiry_table{width:1100px;margin:30px auto 0;table-layout:fixed}
.inquiry_table .col1{}
.inquiry_table th, .inquiry_table td{padding:5px 0}
.inquiry_table th{padding-left:75px;border-right:0;font-size:17px;letter-spacing:-0.05em;color:#222;text-align:left;line-height: 50px}
.inquiry_table td{color:#efefef;vertical-align: middle}
.inquiry_table th label, .inquiry_table th span{font-family:'NotoSansKR';font-weight: 500;position:relative;font-size:18px;color:#fff}
.inquiry_table th label.required:before{content:'';position:absolute;left:-25px;top:10px;width:6px;height:6px;background:url('../img/inq_dot.png') no-repeat}
.inquiry_table input[type="text"], .inquiry_table input[type="password"], .inquiry_table select{width:300px;height:50px;padding:0 10px;border:1px solid #ccc;background:#fff;font-size:16px;line-height:35px;color:#222;
-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;color:#fff;background:rgba(255,255,255,0.1) url('../img/sel_arr.png') no-repeat 90% 50%;font-size:15px;
-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;color:#222}
.inquiry_table .bridge, .inquiry_table .nbsp{display:inline-block;text-align:center}
.inquiry_table .bridge{color:#fff;font-size: 16px;width: 30px}
.inquiry_table .text{padding-left:10px;font-size:15px;color:#fff}
.inquiry_table .text span{font-size: 13px}
.inquiry_table textarea{overflow:auto;width:800px;height:130px;padding:10px;border:1px solid #ccc;background:#fff;font-family: 'NotoSansKR';font-size:16px;line-height:160%;resize:none;color:#222;
-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:#fff;border:1px solid #ccc;border-right:0;color:#222;font-size: 15px;text-align:center;cursor:pointer;box-sizing:border-box}
.inquiry_table .cust_radios label:last-child{border-right:1px solid #ccc}
.inquiry_table input[type="radio"]:checked + label{color:#fff;background:#37009d;border-color:#37009d}
.inquiry_table .rd_lbl{display:inline-block;width:150px;line-height:50px;border:1px solid #37009d;text-align:center;cursor:pointer}
.b_btn01{width:300px;height:70px;background: url('../img/inquiry_btn.png') no-repeat center / cover;font-size:0;margin: 35px auto 0;}




.inquiry_table input:focus, .inquiry_table textarea:focus{outline: none}
