.egov .font_small {
    font-size: 85%;
}
.egov .font_large {
    font-size: 100%;
}

.egov main.popup {
    padding-top: 0 !important;
    min-width: unset;
}


.egov .box_flow {
    border: 1px solid #0000aa;
    border-radius: 3rem;
    padding: 3rem 3rem;
    margin: 0 -1rem;
}
.egov .list_flow {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.egov .box_flow .box {
    flex: 0 1 30%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.egov .box_flow .box .box_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}
.egov .box_flow .box figure {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.egov .box_flow .box figure img {
    width: auto;
    max-width: 70%;
}
.egov .box_flow .box:nth-of-type(1) figure:nth-of-type(1) img {
    max-width: 55%;
}
.egov .box_flow .box:nth-of-type(1) figure:nth-of-type(2) img {
    max-width: 50%;
}

.egov_faq_list li {
    margin-top: .3em;
    position: relative;
    padding-left: 1.5em;
}
.egov_faq_list li::before {
    content: "Q.";
    position: absolute;
    margin-left: -1.5em;
}
.egov_faq_list li:nth-of-type(2):before {
    content: "A.";
}

.egov .box_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.egov .btn_egov {
    background-color: #d4ddff;
    border: 4px solid #000088;
    border-radius: 2rem;
    text-decoration: none;
    color: black;
    padding: 1em 3em;
    font-size: 2.1rem;
    font-weight: 700;
}

.egov .indent-egov-flow {
    position: relative;
    padding-left: 1.5em;
}
.egov .indent-egov-flow span {
    position: absolute;
    margin-left: -1.5em;
}

@media only screen and (max-width: 768px) {
    .egov .box_flow {
        margin: auto;
    }
    .egov .list_flow {
        flex-direction: column;
    }
    .egov .box_flow .box {
        align-items: center;
    }
}
