.quick_counsel{z-index:9999; position:fixed;bottom:50px;left:20px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);padding:40px 30px 50px;border-radius:24px;transform:translateY(100%);opacity:0;visibility:hidden;pointer-events:none;transition:.5s ease}@media(max-width: 576px){.quick_counsel{bottom:20px;padding:30px}}.quick_counsel.on{transform:translateY(0%);opacity:1;visibility:visible;pointer-events:all}.quick_counsel>form{width:340px}@media(max-width: 576px){.quick_counsel>form{width:280px}}.quick_counsel .tit{display:block}.quick_counsel .content_group{display:grid;gap:10px}.quick_counsel .content_group select,.quick_counsel .content_group input[type=text],.quick_counsel .content_group input[type=tel]{width:100%;height:67px;background-color:#fff;border-radius:10px;border:1px solid #bebebe;box-shadow:0;padding-left:20px;font-size:18px}@media(max-width: 576px){.quick_counsel .content_group select,.quick_counsel .content_group input[type=text],.quick_counsel .content_group input[type=tel]{height:54px;font-size:16px}}.quick_counsel .content_group select:focus,.quick_counsel .content_group input[type=text]:focus,.quick_counsel .content_group input[type=tel]:focus{box-shadow:unset !important;border:1px solid #4784C7 !important}.quick_counsel .content_group select{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(/img/select_arr.svg) no-repeat center right 20px/12px 8px,#fff}@media(max-width: 576px){.quick_counsel .content_group select{width:100%;flex-grow:1}}.quick_counsel .content_group .tel,.quick_counsel .content_group .name{width:160px}.quick_counsel .content_group .content{width:260px}@media(max-width: 576px){.quick_counsel .content_group .content{flex-grow:1;width:100%}}@media(max-width: 576px){.quick_counsel .content_group .tel{flex-grow:1}}.quick_counsel .btn_counsel_submit{display:inline-flex;justify-content:center;align-items:center;height:76px;width:100%;font-weight:500;font-size:24px;color:#fff;text-align:center;border-radius:10px;background-color:#7E308E}@media(max-width: 576px){.quick_counsel .btn_counsel_submit{height:54px;margin-top:10px;font-size:20px}}.quick_counsel .btn_counsel_submit:hover{background-color:#06053A;color:#fff}.quick_counsel .agr_lab{display:flex;align-items:center;gap:10px;margin-top:10px;margin-bottom:20px;margin-left:2px;cursor:pointer}.quick_counsel .agr_lab input[type=checkbox]{display:none}.quick_counsel .agr_lab input[type=checkbox]:checked+.chk{background-color:#06053A}.quick_counsel .agr_lab .chk{display:inline-block;width:24px;height:24px;transition:.15s ease;flex-shrink:0;border-radius:6px;background:url(/img/agr_chk.svg) no-repeat center center/12px 12px,#bebebe}.quick_counsel .quick_counsel_mo_btn{position:absolute;width:36px;height:36px;top:40px;right:30px;background:url(/img/x.svg) no-repeat center center/contain;z-index:54}@media(max-width: 576px){.quick_counsel .quick_counsel_mo_btn{top:14px;right:25px}}