/*inquiry*/
.inquiry {
    padding: 100px 0 80px;
}

.inquiry .emergency {
    width: 800px;
    margin: 20px auto 0;
    padding: 15px;
    text-align: center;
    border: 1px solid #ba1111;
}
.inquiry .emergency h3 {
    font-size: 20px;
    color: #ba1111;
}
.inquiry .emergency p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.6;
}

.inquiry .form_inquiry {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 800px;
    margin: 40px auto;
}
.inquiry .form_inquiry p {
    font-size: 13px;
    text-align: right;
    color: #777;
}
.inquiry .form_inquiry p,
.inquiry .form_inquiry .form_field.column2,
.inquiry .form_inquiry .form_field.column2,
.inquiry .form_inquiry .submit {
    grid-column: 1 / 3;
}
.inquiry .form_inquiry .form_field .ff_title {
    font-size: 14px;
    font-weight: bold;
}
.inquiry .form_inquiry .form_field .ff_title .required {
    position: relative;
}
.inquiry .form_inquiry .form_field .ff_title .required::before {
    content: "*";
    color: #ba1111;
    position: absolute;
    font-size: 15px;
    right: -10px;
}
.inquiry .form_inquiry .form_field .ff_body {
    width: 100%;
    font-size: 16px;
}
.inquiry .form_inquiry .form_field .ff_body select {
    width: 100%;
    height: 40px;
    padding: 10px 0;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #d4d4d4;
    outline: none;
}
.inquiry .form_inquiry .form_field .ff_body input {
    width: 100%;
    height: 40px;
    padding: 10px 0;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #d4d4d4;
    outline: none;
}
.inquiry .form_inquiry .form_field .ff_body textarea {
    width: 100%;
    height: 100px;
    padding: 10px 0;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    resize: none;
    border: 0;
    border-bottom: 1px solid #d4d4d4;
    outline: none;
}
.inquiry .form_inquiry .submit {
    width: 120px;
    margin: 40px auto 0;
}

/*inquiry_result*/
.inquiry_result {
    padding: 100px 0 80px;
}
.inquiry_result img {
    width: 200px;
    display: block;
    margin: 60px auto;
}
.inquiry_result a {
    width: 120px;
    margin: 0 auto;
}

/*inq_info*/
.inq_info {
    padding: 120px 0 180px;
}

/*inq_contents*/
.inq_contents {
    word-break: keep-all;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 0;
}
.inq_contents .red {
    color: #ba1111;
    font-weight: bold;
}
.inq_contents .small {
    font-size: 12px;
}
.inq_contents h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 8px 0;
}
.inq_contents p {
    font-size: 14px;
    padding: 5px 0;
    color: #555;
}

.inq_contents p img {
    width: 100%;
    margin-top: 20px;
}

.inq_contents .inq_process li {
    display: flex;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
}
.inq_contents .inq_process li div {
    padding: 10px 20px;
}

.inq_contents .inq_process .img_box {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inq_contents .inq_process .img_box img {
    width: 50px;
}

.inq_contents .inq_process .txt_box {
    width: 100%;
    border-left: 1px solid #d4d4d4;
}
.inq_contents .inq_process .txt_box p.cont_title {
    color: #ba1111;
    padding-bottom: 0;
}
.inq_contents .inq_process .txt_box p a {
    color: #64a1fc;
    text-decoration: underline;
}
.inq_contents .inq_process .txt_box p img {
    width: 100%;
    margin-bottom: 5px;
}

.inq_contents .inq_process li span.num {
    position: absolute;
    width: 22px;
    height: 22px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    line-height: 22px;
    border-radius: 50%;
    top: 10px;
    left: 10px;
    background: #333;
}

.inq_contents .inq_process li.next {
    margin: 15px auto;
    width: 30px;
    border-top: 0;
    border-bottom: 0;
}
.inq_contents .inq_process li.next img {
    width: 100%;
}

.inq_info .btn {
    display: inline-block;
    width: initial;
    margin-bottom: 40px;
}

.inq_uni {
    display: grid;
    grid-template-columns: auto auto;
}

.inq_uni h3 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}
.inq_uni .cont_title {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.inq_uni .cont_text {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}
.unipass {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 20px 30px;
    margin-left: 40px;
    background: #333;
    border-radius: 10px;
}
.unipass h4 {
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.unipass div {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
}
.unipass div img:first-child {
    width: 90px;
}
.unipass div img:last-child {
    width: 10px;
}
