/*
(주)파이브센스_FIVESENSES.Corp.
파이브프로_FIVEPro_웹솔루션.
본 라이브러리(소스코드 및 디자인 포함)는 (주)파이브센스의 자산이며, 저작권법 및 부정경쟁방지법에 의해 보호됩니다.
무단 사용, 외부 유출, 복제, 배포, 변형을 금지합니다.
위반 시 민·형사상 법적 책임 및 손해배상 청구 대상이 됩니다.
작성일: 2025-03-18 | 저작권자: (주)파이브센스(520-86-01244) | All Rights Reserved.
*/

.QU4 .full-width {
    flex: 1 1 100%;
}

/* inquiry_content */
.QU4 .inquiry_content {
    position: relative;
    z-index: 2;
}
.QU4 .inquiry_content .inquiry_answer {
    float: left;
}
.QU4 .inquiry_content .inquiry_answer.inquiry_left {
    width: 51.9%;
}
.QU4 .inquiry_content .inquiry_answer.inquiry_right {
    width: 47.9%;
}
.QU4 .inquiry_answer .inquiry_box::after {
    content: "";
    display: block;
    clear: both
}
.QU4 .inquiry_answer label {
    float: left;
    width: 125px;
    font-weight: 500;
    font-size: 18px;
    color: #5d5d5d;
    line-height: 30px;
}
.QU4 .inquiry_answer .answer {
    float: left;
    width: calc(100% - 125px)
}
.QU4 .inquiry_box .answer input[type="text"],
.QU4 .inquiry_box .answer input[type="password"],
.QU4 .inquiry_answer .answer textarea,
.QU4 .inquiry_answer .answer select {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background: white;
    font-size: 15px;
    color: #a5a5a5;
    font-weight: 300;
    padding: 10px;
    height: 50px;
    line-height: 30px;
    font-size: 17px;
}
.QU4 .inquiry_answer .answer input:focus {
    border: 1px solid #0c0c0c;
}
.QU4 .inquiry_answer .answer select:focus {
    border: 1px solid #0c0c0c;
}
.QU4 .inquiry_answer .answer textarea:focus {
    border: 1px solid #0c0c0c;
}
.QU4 .inquiry_answer .answer input::placeholder,
.QU4 .inquiry_answer .answer textarea::placeholder {
    color: #aaa;
}
.QU4 .inquiry_answer .answer select {
    padding: 10px;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('./img/inquiry_arrow.png') no-repeat 95% 50%;
    background-color: white;
}
.QU4 .inquiry_answer .answer select::-ms-expand {
    display: none;
}

/* inquiry_left */
.QU4 .inquiry_left .main_box {
    width: 100%;
    display: flex;
    align-items: center;
}
.QU4 .inquiry_left .main_box .text_box {
    width: 630px;
}
.QU4 .inquiry_left .main_box .text_box h2.title {
    font-size: 63px;
    font-weight: bold;
    color: #0c0c0c;
    margin-bottom: 46px;
    line-height:78px;
}
.QU4 .inquiry_left .main_box .text_box h3.subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #5d5d5d;
    margin-left: 28px;
    margin-top: 20px;
    line-height: 1;
}
.QU4 .inquiry_left .main_box .text_box h4.category {
    font-size: 23px;
    color: var(--main-point-btn-line-color-hover);
    font-weight: bold;
    margin-bottom: 19px;
    line-height: 1.4;
}
.QU4 .inquiry_left .main_box .text_box .check_box {
    background: url('./img/subtitle_check.png') no-repeat 0.5% 50%;
}

/* inquiry_right */
.QU4 .inquiry_right .inquiry_container {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.QU4 .inquiry_right .inquiry_box {
    margin-bottom: 0;
    flex: 1 1 calc(50% - 20px);
    box-sizing: border-box;
}
.QU4 .inquiry_right .privacy_box .privacy_btn {
    flex-grow: 1
}
.QU4 .inquiry_right .privacy_box .privacy_btn > a {
    display: block;
    width: 190px;
    height: 56px;
    line-height: 55px;
    border: 1px solid #252525;
    background: url('./img/privacy_icon.png') no-repeat 90% 50%;
    padding-left: 20px;
    border-radius: 5px;
}
.QU4 .inquiry_right .privacy_box .privacy_btn > a span {
    font-size: 18px;
    color: #0c0c0c;
    font-weight: 500
}
.QU4 .inquiry_right .privacy_box .agree_btn input[type="checkbox"] {
    display: none
}
.QU4 .inquiry_right .privacy_box .agree_btn label {
    width: auto;
    font-size: 18px;
    color: #5d5d5d;
    font-weight: 400;
    display: flex;
    cursor: pointer;
}
.QU4 .inquiry_right .privacy_box .agree_btn label span.text {
    display: inline-block;
    order: 0;
    margin-left: 18px;
}
.QU4 .inquiry_right .privacy_box .agree_btn input[type="checkbox"] + label span.square {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    background: white;
    vertical-align: text-top;
    position: relative;
    top: 5px;
}
.QU4 .inquiry_right .privacy_box .agree_btn input[type="checkbox"]:checked + label span.square {
    background: url('./img/input_check_on.png') no-repeat;
}
.QU4 .inquiry_right label {
    width: 100%;
    margin-bottom: 12px;
    margin-left: 2px;
}
.QU4 .inquiry_right .answer {
    width: 100%;
    margin-bottom: 0
}
.QU4 .inquiry_right .answer textarea {
    width: 100%;
    height: 120px;
    background: #fff;
    padding: 15px 19px;
    line-height: 1.6;
    font-size: 18px;
    border-radius: 5px;
}
.QU4 .inquiry_right .write_box .write_btn {
    width: 100%;
    line-height: 65px;
    background: var(--main-point-btn-line-color-hover);
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 5px;
}


@media (max-width:991px) {
    .QU4 .inquiry_answer label {
        margin-bottom: 8px;
        font-size: 15px;
    }
    .QU4 .inquiry_box .answer input[type="text"], .QU4 .inquiry_answer .answer textarea, .QU4 .inquiry_answer .answer select {
        font-size: 15px;
    }
    .QU4 .inquiry_answer .answer textarea {
        height: 130px;
        padding: 9px 19px;
    }

    .QU4 .inquiry_left .main_box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .QU4 .inquiry_left .main_box .text_box {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .QU4 .inquiry_left .main_box .text_box h2.title {
        font-size: 32px;
        width: 430px;
        margin-bottom: 24px;
        line-height:37px;
    }
    .QU4 .inquiry_left .main_box .text_box h3.subtitle {
        margin-left: 23px;
        margin-top: 16px;
        font-size: 15px;
        text-align: left;
    }
    .QU4 .inquiry_left .main_box .text_box h4.category {
        margin-bottom: 17px;
        font-size: 19px;
    }
    .QU4 .inquiry_left .main_box .text_box .check_box {
        width: 80%;
        background: url('./img/subtitle_check.png') no-repeat 1.5% 83%;
        background-size: 13px auto;
    }

    .QU4 .inquiry_answer .answer select {
        background: url('./img/inquiry_arrow.png') no-repeat 97% 50%;
        background-color: white;
    }

    .QU4 .inquiry_right .inquiry_container {
        flex-direction: column;
        margin-top: 50px;
        gap: 0;
    }
    .QU4 .inquiry_right .inquiry_container > *:not(:last-child) {
        margin-bottom: 23px;
    }
    .QU4 .inquiry_right .inquiry_container > *:nth-child(7) {
        margin-bottom: 12px;
    }
    .QU4 .inquiry_right .inquiry_container > *:nth-child(8) {
        margin-bottom: 19px;
    }
    .QU4 .inquiry_right .privacy_box .agree_btn label span.text {
        margin-left: 10px;
    }

    .QU4 .inquiry_content .inquiry_answer {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .QU4 .inquiry_content .inquiry_answer + .inquiry_answer {
        margin-left: 0;
    }
    .QU4 .inquiry_content .inquiry_answer.inquiry_left ,.QU4 .inquiry_content .inquiry_answer.inquiry_right {
        width: 100%;
    }

    .QU4 .inquiry_left .privacy_box {
        width: 100%;
        margin-top: 20px;
    }
    .QU4 .inquiry_right .privacy_box .agree_btn label {
        font-size: 15px;
    }

    .QU4 .inquiry_left .inquiry_box {
        padding-top: 33px;
    }

    .QU4 .inquiry_right .write_box .write_btn {
        font-size: 15px;
        line-height: 47px;
    }
}