@charset "UTF-8";
.inquiry_confirm_select{
    box-sizing: border-box;
    width: 100%;
    padding: .75em 1.25em;
    font-size: 16px;
    border: 2px solid var(--background-color-light);
    border-radius: 5px;
    background-color: var(--background-color-light);
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

.inquiry_confirm_input_backup{
    box-sizing: border-box;   
    padding: .75em 1.25em;
    font-size: 16px;
    border: 2px solid var(--background-color-light);
    border-radius: 5px;
    background-color: var(--background-color-light);
	height: 55px;
}

.inquiry_confirm_input{
    box-sizing: border-box;
    padding: .75em 1.25em;
    font-size: 16px !important;
    border: 2px solid var(--background-color-light);
    border-radius: 5px;
    background-color: var(--background-color-light);
    line-height: 1.4em;
    height: 50px;
}

.input_1{
    width: 49%;
}

.input_2{
    width: 100%;
}

.inquiry_confirm_textarea{
   -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(blac, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textarea;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    column-count: initial !important;
    margin: 0em;
    <!-- font: 400 13.3333px Arial; -->
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding: 2px;
    box-sizing: border-box;
    width: 100%;
    padding: .75em 1.25em;
    font-size: 16px;
    border: 2px solid var(--background-color-light);
    border-radius: 5px;
    background-color: var(--background-color-light);
}