* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.estimate-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
    font-family: NotoSansKR-Regular;
}

.estimate-header {
    text-align: center;
    margin-bottom: 80px;
}

.estimate-subtitle {
    margin: 0;
    padding: 0;

    margin-bottom: 20px;

    font-family: NotoSansKR-Regular;
    font-size: 28px;
    color: #555555;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 400;
}

.estimate-title {
    margin: 0;
    padding: 0;

    margin-bottom: 40px;

    font-family: NotoSansKR-Bold;
    font-size: 55px;
    color: #000000;
    letter-spacing: -2px;
    text-align: center;
    line-height: 76px;
    font-weight: 700;
}
.estimate-header-link {
    display: flex;
    justify-content: center;
}
.estimate-container h2 {
    margin: 0;
    padding: 0;

    font-family: NotoSansKR-Bold;
    font-size: 20px;
    color: #111111;
    letter-spacing: -0.5px;
    line-height: 30px;
    font-weight: 700;

    vertical-align: baseline;
    padding-bottom: 24px;
    border-bottom: 1px solid #000;
    margin-bottom: 32px;
}

.estimate-container .desc {
    font-family: NotoSansKR-Regular;
    font-size: 15px;
    color: #2050DD;
    letter-spacing: -0.5px;
    line-height: 30px;
    font-weight: 500;

    vertical-align: baseline;
    margin-left: 8px;
}

.form-group {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-group-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-group-title label,
.form-group label {
    font-family: NotoSansKR-Medium;
    font-size: 18px;
    color: #333333;
    letter-spacing: -0.5px;
    line-height: 26px;
    font-weight: 500;

    margin-bottom: 12px;
}

.form-group input {
    width: 100%;
    height: 48px;
    padding-left: 20px;

    border: 1px solid #E0E0E0;
    border-radius: 5px;

    font-family: NotoSansKR-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: -0.5px;
    line-height: 22px;
    font-weight: 400;
}

.form-group select {
    font-family: NotoSansKR-Regular;
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    height: 48px;
    box-sizing: border-box;
    margin-bottom: 8px;
}
.user-info .readonly {
    background-color: #EEE;
    border: 1px solid #E0E0E0;
    color: #666666;
}

.form-box {
    margin-bottom: 60px;
}

.form-row {
    display: flex;
    justify-content: space-between;
}
.form-row-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.error-msg {
    font-size: 13px;
    color: #EC1B1B;
    margin-top: 11px;
    padding-left: 20px;
}
.error-msg::before {
    content: "";
    display: inline-block;
    width: 16px;  /* 이미지 크기 */
    height: 16px;
    margin-right: 8px; /* 글자와 이미지 사이 간격 */
    vertical-align: middle;
    background-image: url('/templets/main/img/Info@3x.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#qna_cate ,#product_id ,#title ,#contnTmp{
    width: 100%;
    height: 48px;
    padding-left: 20px;

    font-family: NotoSansKR-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: -0.5px;
    line-height: 22px;
    font-weight: 400;

    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

#qna_cate ,#product_id{
    background: url('/templets/main/img/Arrow_Down.png') no-repeat right 10px center;
    background-size: 16px; /* 화살표 크기 조절 */
    appearance: none;
}

.form-group input::placeholder,
#contnTmp::placeholder,
#title::placeholder {
    color: #BBBBBB;
}

#contnTmp{
    padding-top: 12px !important;
    height: 200px !important;
}
.btn-wrap {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 120px;
}
.btn-inquiry{
    font-family: NotoSansKR-Bold;
    background: #2050DD;
    border: 1px solid #173582;
    width: 200px;
    height: 48px;
    border-radius: 32px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 22px;
    font-weight: 700;
    cursor: pointer;
}
.recaptcha-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.required{
    color: #2050DD;
}
.support-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: NotoSansKR-Medium;
    background: #173582;
    border: 1px solid #04102F;
    border-radius: 32px;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    width: 300px;
    height: 64px;
}

.form-group input:focus,
.form-group select:active,
#product_id:focus,
#qna_cate:focus,
#title:focus,
#contnTmp:focus {
    outline: none;
    border: 1px solid #173582;
    border-radius: 5px;
}