.eservice-content {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    padding: 40px 60px;
    flex-direction: column;
    gap: 50px;
}

.eservice-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
}

.eservice-content::before {
    background-image: url("/image/E-Service/Body-BG.jpg");
    height: auto;
}

img.Back-Button {
    width: 150px;
}

.box-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 40px;
}

.box-list {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background: #ffffff9c;
    border-radius: 17px;
    margin-bottom: 20px;
    width: 650px;
    gap: 20px;
}

.list-title {
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

a.table-form {
    padding: 5px;
    color: #fff;
    text-decoration: unset;
    background: linear-gradient(to right, #009992, #01515c);
    border-radius: 5px;
}

.b-detail {
    display: flex;
    justify-content: center;
    align-items: stretch;
    min-height: 100vh;
    padding: 40px 20px;
    gap: 5px;
}

.form-wrapper {
    padding: 30px;
    background: aliceblue;
    width: 1200px;
    height: auto;
}