#inquiry{
    max-width: 1920px;
    margin: 0 auto;
    padding: 185px 15% 50px 15%;

    font-weight: 400;
    color: #222;
    font-size: 1rem;
}
.inq-title-div{
    border-bottom: 2px solid #222;
    padding-bottom: 0.5rem;
}
.inq-title-div h2{
     font-weight: 700;
    font-size: 1.7rem;
}
.inq-content-div{
    width: 90%;
    margin: 0 auto;
    padding: 4rem 0 1.5rem 0;
}
.inq-col-left{
    position: relative;
    width: 15%;
    min-width: 125px;
    text-align: right;
    padding-top: 10px;
    padding-right: 50px;
}
.inq-col-left.required ::before{
    content: url("../../img/cust/required.png");
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    right: 35px;
}
.inq-col-right{
    width: 85%;
    margin-bottom: 2.5rem;
    position: relative;
}
.inq-col-left h3{
    font-size: 1rem;
     font-weight: 700;
}
.inq-col-right p{
    font-size: 1rem;
    color: #aaaaaa;
}
.inq-form{
    border: 1px solid #aaa;
    height: 3rem;
    padding: 10px;
    font-size: 1rem;
    transition: border-color 0.5s;
}
.inq-form.valid{
    border: 1px solid #f65b3d;
}
.inq-select{
    width: 250px;
    cursor: pointer;
    position: relative;
    padding: 10px 15px;
}
.inq-select::before{
    content: url("../../img/cust/select_icon.png");
    position: absolute;
    right: 20px;
    top:14px;
    width: 10px;
    height: 20px;
}
.inq-select.open::before{
    right: 22px;
    top:16px;
    transform: rotate(180deg);
}
.inq-select-p{
    margin-bottom: 0;
    padding-top:3px;
}
.inq-select-p.selected{
    color: black;
}
.inq-input-text-div{
    min-height: 250px;
    height: fit-content;
    padding-top: 15px;
}
.inq-foot-div{
    border-top: 2px solid #222;
    padding-top: 4rem;
}
.inq-select-cont-div{
    border: 1px solid #e8e8e8;
    width: 250px;
    height: fit-content;
    max-height: 180px; overflow-y: scroll;
    position: absolute;
    top: 3rem;
    left: 0px;
    z-index: 10;
    display: none;
    background-color: white;
    border-bottom: 1px solid lightgray;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}
.inq-select-cont-div.open{
    display: block;
}
.inq-select-cont{
    display: inline-block;
    width: 100%;
    height: 2.5rem;
    padding: 10px 15px;
    font-size: 1rem;
    color: #aaa;
    cursor: pointer;
}
.inq-select-cont:last-child{
    border-bottom: none;
}
.inq-select-cont:hover{
    background-color: #f6f6f6;
}
.inq-text-area {
    border: none;
    width: 100%;
    min-height: 250px;
    overflow-y: auto;
    resize: none;
    word-break: break-all;
}
.inq-text-area:focus{
    outline: none;
}
.inq-text-area::placeholder{
    color: #aaa;
}
.inq-input-text{
    width: 100%;
    height: 100%;
    border: none;
    padding-top: 4px;
}
.inq-input-text::placeholder{
    color: #aaa;
}
.inq-input-text:focus{
    outline: none;
}
.inq-agree-div{
    width: 80%;
    margin: 0 auto;
}
.inq-agree-check-div{
    width: fit-content;
    margin: 0 auto;
}
#inqAgreeCheck{
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    margin-right: 10px;
    cursor: pointer;
}
.inq-agree-label{
    margin-right: 10px;
    cursor: pointer;
}
#inqContentBtn{
    color: dodgerblue;
    text-underline: dodgerblue;
    text-decoration: underline;
    cursor: pointer;
     font-weight: 700;
}
.inq-agree-content-div{
    display: none;
    width: 100%;
    margin: 3rem auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.inq-agree-content-div.open{
    display: block;
}
.inq-agree-content-div p{
    color: #888;
}
.inq-agree-content-div h3{
     font-weight: 700;
    color: black;
}
.inq-agree-content-div span{
    margin-right: 0.5rem;
    color: black;
}
.inq-agree-content{
    padding-left: 0;
    padding-right: 0;
}
.inq-agree-content > .row{
    text-align: center;
}
.inq-agree-col{
    padding-left: 0;
    padding-right: 0;
}
.inq-agree-col > div:first-child p{
    color: black;
}
.inq-agree-col:last-child p{
    color: #1763d0 !important;
}
.inq-agree-col > div:first-child{
    border-top:1px solid #d8d8d8;
    border-bottom: 1px solid #efefef;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.inq-agree-col > div:first-child > p{
    margin: auto;
}
.inq-agree-col > div:last-child{
    border-bottom:1px solid #d8d8d8;
    min-height: 80px;
    display: flex;
    word-break: keep-all;
}
.inq-agree-col > div:last-child > p{
    margin: auto;
}
.inq-agree-btn-div{
    text-align: center;
    margin-top: 2rem;
}
.inq-agree-btn{
    width: 500px;
    height: 70px;
    font-size: 24px;
    border: none;
    background-color: var(--font-green);
    color: #FFF;
    border-radius: 35px;
}
.inq-agree-btn:hover { background-color: var(--hover-green); }
.inq-agree-btn:active, .inq-agree-btn:focus{
    outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}
.error-message {
    color: #FF3C2A;
     font-weight: 700;
    font-size: 15px;
}
.error-message-context{
    display: none;
}
.inq-text-div{
    display: block;
    margin-top: 2rem;
}
.inq-text-h2-div h2{
     font-weight: 700;
    font-size: 1.5rem;
    line-height: 28px;
    word-break: keep-all;
}
.inq-text-h2-div span{
     font-weight: 700;
    color: var(--color-new-orange);
}
.inq-text-p-div{
    margin-top: 1rem;
}
.inq-text-p-div p{
    line-height: 22px;
    color: #8a8a8a;
    margin-bottom: 0;
    font-size: 0.9rem;
    word-break: keep-all;
}
#loadingDiv{
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.2;
    z-index: 10;
    justify-content: center;
    align-items: center;
}
#loading{
    display:none;
    position: relative;
    width: 70px;
    height: 70px;
    z-index: 1;
}




@media (max-width: 1373px) {
    .inq-col-left {text-align: left; width: 50%; padding-left: 15px}
    .inq-col-left.required ::before{
        content: url("../../img/cust/required.png");
        width: 10px;
        height: 10px;
        position: absolute;
        top: 5px;
        left: 0;
    }
}

@media (max-width: 991px) {
    .inq-agree-col > div:last-child{
        min-height: 140px;
        font-size: 0.9rem;
    }
}

/* 미디엄 디바이스용 스타일 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* 스몰 디바이스용 스타일 */
@media (max-width: 767px) {
    #inquiry { padding: 115px 5% 100px 5%; }
    .inq-select, .inq-col-right, .inq-agree-btn, .inq-agree-div { width: 100%; }
    .inq-content-div { width: 100%; padding: 3rem 0 1.5rem 0; }
    .inq-select-cont-div {width: 100%}
    .inq-text-h2-div h2{
        font-size: 1.4rem;
    }
    .inq-agree-btn {
        height: 50px;
        font-size: 20px;
    }
    #loading {
        width: 50px;
        height: 50px;
    }
}