#sub-inquiry{background:#f8f8f8;}
#sub-inquiry .inquiry-page-title{padding:0 20px;}
#sub-inquiry .gw-sub-title02{color:#666;letter-spacing:1px;}
#sub-inquiry .gw-sub-title{word-break:keep-all;}
#sub-inquiry .inquiry-page-title p{font-size:18px;line-height:1.6;color:#666;word-break:keep-all;}

#inquiry-page-form-section{background:#f8f8f8;}
#inquiry-page-form-section *{box-sizing:border-box;}

#inquiry-page-form-section .inquiry-page-form-wrap{max-width:1200px;margin:0 auto;}
#inquiry-page-form-section .inquiry-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start;}
#inquiry-page-form-section .inquiry-page-col{min-width:0;}
#inquiry-page-form-section .inquiry-page-field{margin-bottom:24px;}
#inquiry-page-form-section .inquiry-page-field:last-child{margin-bottom:0;}
#inquiry-page-form-section .inquiry-page-field label{display:block;margin-bottom:12px;font-size:16px;font-weight:700;line-height:1.4;color:#111;}

#inquiry-page-form-section .inquiry-page-input,
#inquiry-page-form-section .inquiry-page-textarea{display:block;width:100%;max-width:100%;border:1px solid #d9d9d9;background:#fff;color:#111;outline:none;transition:border-color .2s ease, box-shadow .2s ease;-webkit-appearance:none;appearance:none;}

#inquiry-page-form-section .inquiry-page-input{height:58px;padding:0 20px;border-radius:20px;font-size:16px;line-height:56px;}
#inquiry-page-form-section .inquiry-page-textarea{height:382px;padding:18px 20px;border-radius:20px;font-size:16px;line-height:1.7;resize:none;}

#inquiry-page-form-section .inquiry-page-input::placeholder,
#inquiry-page-form-section .inquiry-page-textarea::placeholder{color:#9a9a9a;}

#inquiry-page-form-section .inquiry-page-input:focus,
#inquiry-page-form-section .inquiry-page-textarea:focus{border-color:#111;box-shadow:0 0 0 1px #111 inset;}

#inquiry-page-form-section .inquiry-page-file-box{position:relative;display:flex;align-items:center;gap:16px;width:100%;min-height:60px;padding:7px 10px 7px 20px;border:1px solid #d9d9d9;background:#fff;cursor:pointer;overflow:hidden;}
#inquiry-page-form-section .inquiry-page-file-name{flex:1;min-width:0;font-size:15px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#inquiry-page-form-section .inquiry-page-file-name:empty::before{content:attr(data-placeholder);color:#9a9a9a;}
#inquiry-page-form-section .inquiry-page-file-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:144px;height:44px;padding:0 24px;border:0;border-radius:999px;background:#111;color:#fff;font-size:14px;font-weight:700;cursor:pointer;}
#inquiry-page-form-section .inquiry-page-file-input{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;opacity:0;}

#inquiry-page-form-section .inquiry-page-agree-wrap{margin-top:28px;}
#inquiry-page-form-section .inquiry-page-agree{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;text-align:center;}
#inquiry-page-form-section .inquiry-page-check{display:flex;align-items:center;}
#inquiry-page-form-section .inquiry-page-check input[type="checkbox"]{position:absolute;opacity:0;pointer-events:none;}
#inquiry-page-form-section .inquiry-page-check label{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;}
#inquiry-page-form-section .inquiry-page-check label span{display:block;width:22px;height:22px;border:1px solid #cfcfcf;background:#fff;position:relative;}
#inquiry-page-form-section .inquiry-page-check input[type="checkbox"]:checked + label span{background:#111;border-color:#111;}
#inquiry-page-form-section .inquiry-page-check input[type="checkbox"]:checked + label span::after{content:'';position:absolute;left:7px;top:2px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);}
#inquiry-page-form-section .inquiry-page-agree-text-wrap{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;}
#inquiry-page-form-section .inquiry-page-agree-text{font-size:15px;line-height:1.5;color:#555;cursor:pointer;word-break:keep-all;}
#inquiry-page-form-section .inquiry-page-privacy-btn{display:inline-flex;align-items:center;justify-content:center;color:#0b2d5b;cursor:pointer;line-height:1;}
#inquiry-page-form-section .inquiry-page-privacy-btn i{font-size:18px;}

#inquiry-page-form-section .inquiry-page-submit-wrap{margin-top:46px;text-align:center;}
#inquiry-page-form-section .inquiry-page-submit-btn{display:inline-flex;align-items:center;justify-content:center;min-width:220px;height:60px;padding:0 34px;border:1px solid #111;border-radius:999px;background:#111;color:#fff;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;}
#inquiry-page-form-section .inquiry-page-submit-btn:hover{background:#fff;color:#111;}

@media screen and (max-width:1024px){
    #sub-inquiry{padding-top:120px !important;padding-bottom:70px !important;}
    #inquiry-page-form-section{padding-bottom:90px !important;}
    #inquiry-page-form-section .inquiry-page-grid{grid-template-columns:1fr;gap:0;}
    #inquiry-page-form-section .inquiry-page-field{margin-bottom:20px;}
    #inquiry-page-form-section .inquiry-page-input{height:56px;line-height:54px;padding:0 18px;border-radius:16px;font-size:15px;}
    #inquiry-page-form-section .inquiry-page-textarea{height:260px;padding:16px 18px;border-radius:16px;font-size:15px;}
    #inquiry-page-form-section .inquiry-page-file-box{min-height:56px;padding:6px 8px 6px 18px;}
    #inquiry-page-form-section .inquiry-page-file-btn{min-width:128px;height:40px;padding:0 20px;}
    #inquiry-page-form-section .inquiry-page-submit-btn{min-width:200px;height:56px;font-size:16px;}
}

@media screen and (max-width:576px){
    #sub-inquiry{padding-top:100px !important;padding-bottom:50px !important;}
    #sub-inquiry .inquiry-page-title{padding:0 10px;}
    #sub-inquiry .inquiry-page-title p{font-size:15px;}
    #inquiry-page-form-section{padding-bottom:70px !important;}
    #inquiry-page-form-section .inquiry-page-field label{margin-bottom:10px;font-size:15px;}
    #inquiry-page-form-section .inquiry-page-input{height:52px;line-height:50px;padding:0 16px;border-radius:14px;font-size:14px;}
    #inquiry-page-form-section .inquiry-page-textarea{height:220px;padding:14px 16px;border-radius:14px;font-size:14px;}
    #inquiry-page-form-section .inquiry-page-file-box{flex-wrap:wrap;align-items:center;gap:10px;min-height:auto;padding:12px 14px;}
    #inquiry-page-form-section .inquiry-page-file-name{width:100%;font-size:14px;}
    #inquiry-page-form-section .inquiry-page-file-btn{min-width:110px;height:36px;padding:0 14px;font-size:13px;}
    #inquiry-page-form-section .inquiry-page-agree{align-items:flex-start;}
    #inquiry-page-form-section .inquiry-page-agree-text-wrap{justify-content:flex-start;text-align:left;}
    #inquiry-page-form-section .inquiry-page-agree-text{font-size:14px;}
    #inquiry-page-form-section .inquiry-page-submit-wrap{margin-top:36px;}
    #inquiry-page-form-section .inquiry-page-submit-btn{width:100%;min-width:100%;height:52px;font-size:15px;}
}