#inquiry-form {}
#inquiry-form .pages {}
#inquiry-form .pages .section1 {text-align:center;}
#inquiry-form .pages .section1 .stBg {
    background:url(/images/common/inquiry_bg.jpg) no-repeat center center;background-size:cover;height:570px;
    position:relative;
}
#inquiry-form .pages .section1 .stBg .rect {
    display:inline;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;height:195px;width:95%;
}
#inquiry-form .pages .section1 .stBg h4 {font-size:40px;font-weight:400;margin-bottom:45px;}
#inquiry-form .pages .section1 .stBg .fc-blue {color:#302b8d;}
#inquiry-form .pages .section1 .whBg {margin:-80px auto 100px auto;padding:80px 0;background:#fff;}
#inquiry-form .pages .section1 .whBg h5 {font-size:29px;font-weight: normal;margin-bottom:40px;}
#inquiry-form .pages .section1 .whBg p {font-size:20px;font-family: "Montserrat", sans-serif;}
#inquiry-form .pages .section1 .whBg p span {color:#29a3dc;font-weight:bold;font-family: 'Play',sans-serif;}
#inquiry-form .pages .section2 {padding-bottom:3%;}
#inquiry-form .pages .section2 h4 {font-size:34px;font-weight:bold;padding-bottom:20px;}
#inquiry-form .pages .section2 p {}
#inquiry-form .table {font-family: "Noto Sans KR", sans-serif;border-top:2px solid #000;margin-top:40px;}
#inquiry-form .table th {width:160px;color:#2d2d2d;font-weight:bold;line-height:74px;padding:0 10px;}
#inquiry-form .table select,
#inquiry-form .table input[type=email],
#inquiry-form .table input[type=text],
#inquiry-form .table textarea {width:100%;border:1px solid #e1e1e1;padding:10px;}
#inquiry-form .table select,
#inquiry-form .table input[type=email],
#inquiry-form .table input[type=text] {max-width:400px;}
#inquiry-form #upload-file-btn {padding:10px 20px;text-align:center;line-height:74px;background:#888;border:1px solid #888;color:#fff;cursor:pointer;}
#inquiry-form label {color:#2d2d2d;font-weight:bold;margin-bottom:10px;}
#inquiry-form li {font-size:16px;}
#inquiry-form .reset-btn,
#inquiry-form .submit-btn {width:50%;max-width:210px;height:60px;line-height:60px;color:#fff;display:inline-block; margin-top:3%;}
#inquiry-form .reset-btn {cursor:pointer;background:#b3b9bf;}
#inquiry-form .submit-btn {background:#29A3DC;border:0;margin:0;padding:0;}

@media (max-width:800px){
    #rect-btn {}
    #rect-btn .reset-btn,
    #rect-btn .submit-btn {width:45% !important;max-width:100% !important;}
}

@media (max-width:550px){
    #inquiry-form .pages .section1 .stBg .rect {height:380px;}
    #inquiry-form .pages .section1 .stBg h4 {font-size:30px;}
    #inquiry-form .table {}
    #inquiry-form .table th,
    #inquiry-form .table td {display:block;width:100%;}
    #inquiry-form .table th {line-height:44px;}
    #inquiry-form .table td {}
}
