#gas-form{font-weight:500;padding-top:60px;padding-bottom:120px}@media (max-width: 991px){#gas-form{padding-top:40px;padding-bottom:80px}}@media (max-width: 767px){#gas-form{padding-top:30px;padding-bottom:40px}}#gas-form p a{color:#178BD0;text-decoration:underline}#gas-form p a:hover{text-decoration:none}#gas-form .txtList li{text-indent:-1em;padding-left:1em}#gas-form .txtList li.bold{font-weight:600;color:#178BD0;font-size:1.8rem}@media (max-width: 767px){#gas-form .txtList li.bold{font-size:1.6rem}}#gas-form .form{padding-left:30px}@media (max-width: 767px){#gas-form .form{padding-left:20px}}#gas-form .form .inner{background:#F7F4F2;padding:30px 130px 20px;border-radius:30px;margin-bottom:50px}@media (max-width: 1399px){#gas-form .form .inner{padding:30px 80px 20px}}@media (max-width: 1199px){#gas-form .form .inner{padding:30px 40px}}@media (max-width: 991px){#gas-form .form .inner{padding:20px}}@media (max-width: 767px){#gas-form .form .inner{border-radius:20px;padding:15px;margin-bottom:30px}}#gas-form .form .inner textarea{width:100%;height:200px;border:1px solid #E7E5E5;border-radius:5px;padding-left:15px;font-size:1.6rem;box-sizing:border-box;margin-top:10px}@media (max-width: 767px){#gas-form .form .inner textarea{font-size:1.5rem;height:150px}}#gas-form .form h4{margin-bottom:30px;font-size:2.2rem;font-weight:600;padding-left:15px;border-left:5px solid #E7E5E5;line-height:1.3}@media (max-width: 991px){#gas-form .form h4{font-size:2rem;margin-bottom:20px}}@media (max-width: 767px){#gas-form .form h4{font-size:1.7rem}}#gas-form .form .addressWrap .label{width:30%;margin-bottom:10px;text-align:right}#gas-form .form .addressWrap .label label{position:relative;top:8px}#gas-form .form .addressWrap .input{width:70%;margin-bottom:10px}#gas-form .form table{width:100%}#gas-form .form table tr{display:flex;align-items:center;padding:10px 0}@media (max-width: 767px){#gas-form .form table tr{display:block}}#gas-form .form table tr th{font-size:1.8rem;font-weight:600;position:relative;padding-left:70px;width:25%}@media (max-width: 1199px){#gas-form .form table tr th{width:30%}}@media (max-width: 991px){#gas-form .form table tr th{font-size:1.6rem}}@media (max-width: 767px){#gas-form .form table tr th{width:100%;padding-left:45px;font-size:1.5rem;margin-bottom:15px;display:block}}#gas-form .form table tr th span{font-size:1.4rem;padding:2px 10px;border-radius:5px;position:absolute;top:3px;left:0}#gas-form .form table tr th span.required{background:#C93E3E;color:#fff}@media (max-width: 767px){#gas-form .form table tr th span{font-size:1.2rem;padding:1px 5px}}#gas-form .form table tr td{width:75%}@media (max-width: 1199px){#gas-form .form table tr td{width:70%}}@media (max-width: 767px){#gas-form .form table tr td{width:100%;display:block}}#gas-form .form table tr td input[type="text"],#gas-form .form table tr td input[type="email"],#gas-form .form table tr td input[type="tel"],#gas-form .form table tr td input[type="date"],#gas-form .form table tr td select,#gas-form .form table tr td textarea{height:45px;background:#fff;border:1px solid #E7E5E5;border-radius:5px;width:100%;padding-left:15px;font-size:1.6rem;box-sizing:border-box}@media (max-width: 767px){#gas-form .form table tr td input[type="text"],#gas-form .form table tr td input[type="email"],#gas-form .form table tr td input[type="tel"],#gas-form .form table tr td input[type="date"],#gas-form .form table tr td select,#gas-form .form table tr td textarea{height:40px}}#gas-form .form table tr td .inS{max-width:320px}#gas-form .form table tr td select{background-image:url("../img/common/icon-select.png");background-repeat:no-repeat;background-position:right 10px center;-webkit-background-size:7px auto;-o-background-size:7px auto;background-size:7px auto;appearance:none}#gas-form .form table tr td .zip{display:flex;align-items:center;gap:10px}#gas-form .form table tr td .zip span{margin-right:5px}#gas-form .form table tr td .zip input{width:180px;flex:none}#gas-form .form table tr td .zip .zipBtn{background:#383636;color:#fff;border-radius:5px;padding:6px 13px;border:none;font-size:1.4rem}#gas-form .form table tr td .small{margin-top:10px;display:block;font-size:1.4rem}#gas-form .form input[type="radio"]{appearance:none;width:20px;height:20px;border:1px solid #E7E5E5;border-radius:50%;position:relative;cursor:pointer;background:#FFF;top:5px}#gas-form .form input[type="radio"]:checked::after{content:"";width:9px;height:9px;background:#383636;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}#gas-form .form .radio .radioItem{display:inline-flex;align-items:center;gap:6px;margin-right:20px;cursor:pointer}#gas-form .form .radio .radioButton{appearance:none;width:20px;height:20px;border:1px solid #E7E5E5;border-radius:50%;position:relative}#gas-form .form .radio .radioButton:checked::after{content:"";width:9px;height:9px;background:#383636;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}#gas-form .form input[type="checkbox"]{appearance:none;width:22px;height:22px;border:1px solid #E7E5E5;border-radius:5px;position:relative;cursor:pointer;background:#FFF;top:10px}#gas-form .form input[type="checkbox"]:checked::after{content:"";position:absolute;top:4px;left:5px;width:10px;height:6px;border-left:3px solid #000;border-bottom:3px solid #000;transform:rotate(-45deg)}#gas-form .form .checkboxItem{display:inline-flex;align-items:center;gap:8px;margin-left:20px;cursor:pointer}#gas-form .form .checkbox{appearance:none;width:22px;height:22px;border:1px solid #E7E5E5;border-radius:5px;position:relative}#gas-form .form .checkbox:checked::after{content:"";position:absolute;top:5px;left:6px;width:10px;height:6px;border-left:3px solid #000;border-bottom:3px solid #000;transform:rotate(-45deg)}#gas-form .form .mB10{margin-bottom:10px}#gas-form .form .privacy{text-align:center;margin-bottom:50px}#gas-form .form .privacy h5{font-size:2rem;margin-bottom:10px}#gas-form .form .privacy p{margin-bottom:30px}#gas-form .form .privacy a{color:#C93E3E}#gas-form .formBtn{background:#C93E3E;max-width:400px;display:block;width:280px;margin:0 auto;border-radius:60px;text-align:center;padding:26px 0;font-size:1.8rem;color:#fff;display:block;font-weight:600;border:none;-moz-transition:.3s;-o-transition:.3s;-webkit-transition:.3s;transition:.3s}#gas-form .formBtn.back{background:#DDDAD8}#gas-form .formBtn:hover{opacity:0.9}#gas-form .mw_wp_form_preview .zipBtn{display:none}#gas-form .mw_wp_form_preview .form .addressWrap .label label{top:0}#gas-form .btnBox ul{text-align:center}#gas-form .btnBox ul li{display:inline-block}
